.hide {
    display: none !important;
}

/* SEO 备用导航样式 - 仅在 noscript 时显示 */
.seo-nav {
    display: none;
}

noscript .seo-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    background: #1f1570;
}

noscript .seo-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

/* SEO 备用页脚样式 */
.seo-footer {
    display: none;
}

noscript .seo-footer {
    display: block;
    background: #2f3033;
    color: #d1d1d1;
    padding: 40px 20px;
}

noscript .seo-footer-nav {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto 30px;
}

noscript .seo-footer-col h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
}

noscript .seo-footer-col a,
noscript .seo-footer-col span {
    display: block;
    color: #d1d1d1;
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 8px;
}

noscript .seo-footer-copy {
    text-align: center;
    font-size: 12px;
    color: #888;
    border-top: 1px solid #444;
    padding-top: 20px;
    margin-top: 20px;
}

.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cq-btn:hover {
    opacity: .8
}

.cq-content {
    position: relative;
    width: 100%;
    min-width: 1200px
}

.cq-content .cq-banner {
    position: relative;
    width: 100%;
    height: 600px
}

.cq-btn {
    position: relative;
    width: 150px;
    height: 40px;
    margin-top: 15px;
    margin-left: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #ff7200;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ff7200;
    cursor: pointer;
    font-weight: 100
}

.cq-btn.work {
    -webkit-box-shadow: 0 0 40px -10px #fff inset;
    -moz-box-shadow: 0 0 40px -10px #fff inset;
    box-shadow: 0 0 40px -10px #fff inset
}

.cq-btn.white {
    display: none;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    border-color: #FFF
}

.cq-btn i.btn-gt {
    position: absolute;
    right: 30px;
    top: 14px;
    width: 6px;
    height: 12px;
    background: url(/img/pc/icon/gt.png)
}

.cq-btn.white i.btn-gt {
    background: url(/img/pc/icon/gt-white.png)
}

.cq-part {
    overflow: hidden;
    background-color: #fff
}

.cq-banner .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cq-banner .banner-content .banner-item {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #5545ab; */
    background: url(../../assets/image/pc/banner/banner1.png) center #fff;
}

.cq-banner .banner-content .banner-item h1 {
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
}

.cq-banner .banner-content .banner-item p {
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
}

.cq-banner .banner-content .banner-item .banner-btn {
    background: url(../../assets/image/pc/banner/banner-btn.png) no-repeat center center;
    background-size: 100% 100%;
    width: 160px;
    height: 48px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 80px;
}

.cq-banner .banner-content .banner-item.first {
    /* background: #5545ab; */
    background: url(../../assets/image/pc/banner/banner1.png) center #fff;
}

.cq-banner .banner-content .banner-item.first .banner-item-content {
    padding: 170px 0 0 160px;
}

.cq-banner .banner-content .banner-item.second {
    /* background: #ff7200; */
    background: url(/assets/image/pc/banner/banner2.png) center #fff;
}

/*.cq-banner .banner-content .banner-item.new-year {*/
/*    background-image: url(/img/pc/banner/2025banner.jpg?2025012000);*/
/*}*/

.cq-banner .banner-slide {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    margin: auto;
    width: 116px;
    height: 20px
}

.cq-banner .banner-slide span {
    overflow: hidden;
    position: relative;
    float: left;
    width: 49px;
    height: 3px;
    background-color: #838a94;
    border-radius: 2px;
    cursor: pointer
}

.cq-banner .banner-slide span.active,
.cq-banner .banner-slide span:hover,
.cq-products {
    background-color: #fff
}

.cq-banner .banner-slide span .slide-mask {
    position: absolute;
    width: 100%;
    left: -100%;
    height: 3px;
    background-color: #fff
}

.cq-banner .banner-slide span.slide-prev {
    margin-right: 17px
}

.cq-products {
    height: 797px;
}

.cq-products-title {
    padding: 104px 0 33px;
    font: 30px PingFang-SC-Medium;
    font-weight: normal;
    color: #313131;
    text-align: center;
    line-height: 1;
}

.cq-products-title-sub {
    font: 18px PingFang-SC-Medium;
    color: #666;
    text-align: center;
    line-height: 1;
}

.cq-products-list {
    display: flex;
    justify-content: space-around;
    margin-top: 51px;
}

.cq-products-list .products-item {
    position: relative;
    cursor: pointer;
}

.cq-products-list .products-item.active h3 {
    color: #ff7200;
}

.cq-products-list .products-item.active::after {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    content: '';
    transform: rotate(45deg);
    background-color: #f6f9fb;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

.cq-products-list .products-item img {
    width: 68px;
    height: 78px;
    margin: 0 auto 12px;
}

.cq-products-list .products-item h3 {
    font: 18px PingFang-SC-Medium;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    color: #666;
}

.cq-products-detail {
    height: 320px;
    margin-top: 28px;
    background-color: #f8fafc;
}

.cq-products-detail .item-detail {
    position: relative;
    height: 100%;
    padding-top: 95px;
    overflow: hidden;
}

.item-detail-shuzi {
    background: url(/img/pc/index2/shuzi-bg.png) top right no-repeat
}

.item-detail-jifen {
    background: url(/img/pc/index2/jifen-bg.png) top right no-repeat
}

.item-detail-jishu {
    background: url(/img/pc/index2/jishu-bg.png) top right no-repeat
}

.item-detail-zhihui {
    background: url(/img/pc/index2/zhihui-bg.png) top right no-repeat
}

.item-detail-quanyi {
    background: url(/img/pc/index2/quanyi-bg.png) top right no-repeat
}

.cq-products-detail .item-detail p {
    position: relative;
    width: 522px;
    margin: 0 0 72px 81px;
    font: 16px PingFang-SC-Medium;
    line-height: 30px;
    color: #666;
}

.cq-products-detail .item-detail p::before {
    position: absolute;
    top: -4px;
    left: 0;
    width: 27px;
    height: 2px;
    content: "";
    background-color: #ff7200;
}

.cq-products-detail .item-detail ul {
    margin-left: 98px;
}

.cq-products-detail .item-detail .item-detail-cell {
    float: left;
    position: relative;
    margin-right: 41px;
    font: 16px PingFang-SC-Medium;
    color: #333;
    line-height: 1;
}

.cq-products-detail .item-detail .item-detail-cell::before {
    position: absolute;
    top: 6px;
    left: -18px;
    width: 5px;
    height: 5px;
    content: '';
    background-color: #ff7200;
}

.cq-brands {
    height: 720px;
    background: url("/img/pc/index2/brands-bg.png") center no-repeat;
}

.cq-brands-title {
    margin: 77px auto 33px;
    font: 30px PingFang-SC-Medium;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    color: #fff;
}

.cq-brands-title-sub {
    font: 18px PingFang-SC-Medium;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.cq-brands-list {
    display: flex;
    margin-top: 97px;
    justify-content: space-between;
}

.cq-brands-item {
    position: relative;
    width: 240px;
    height: 312px;
}

.cq-brands-item .item-intro {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 240px;
    height: 312px;
    background-color: rgba(255, 255, 255, .88);
    cursor: pointer;
    transition: all .2s ease-in-out;
    -moz-transition: .2s all ease-in-out;
    /* Firefox 4 */
    -webkit-transition: .2s all ease-in-out;
    /* Safari 和 Chrome */
    -o-transition: .2s all ease-in-out;
    /* Opera */
}

.cq-brands-item .item-intro::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    width: 45px;
    height: 4px;
    margin: 0 auto;
    display: block;
    content: '';
    background-color: #ff7200;
    border-radius: 1px;
}

.cq-brands-item .item-intro h3 {
    padding-top: 89px;
    margin-bottom: 28px;
    text-align: center;
    font: 24px PingFang-SC-Medium;
    line-height: 1;
    color: #333;
}

.cq-brands-item .item-intro p {
    margin-bottom: 20px;
    font: 16px PingFang-SC-Medium;
    line-height: 30px;
    text-align: center;
    color: #666;
}

.cq-brands-item .item-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 312px;
    opacity: 0;
    background-color: #fff;
    transition: all .5s ease;
    -moz-transition: .5s all ease;
    /* Firefox 4 */
    -webkit-transition: .5s all ease;
    /* Safari 和 Chrome */
    -o-transition: .5s all ease;
    /* Opera */
}

.item-intro-jinrong {
    background: url("/img/pc/index2/brands-jirong.png") top right no-repeat;
}

.item-intro-jifen {
    background: url("/img/pc/index2/brands-jifen.png") top right no-repeat;
}

.item-intro-yingxiao {
    background: url("/img/pc/index2/brands-yingxiao.png") top right no-repeat;
}

.item-intro-fuli {
    background: url("/img/pc/index2/brands-fuli.png") top right no-repeat;
}

.cq-brands-item.hover {
    width: 410px;
    height: 370px;
}

.cq-brands-item.hover .item-intro {
    opacity: 0;
}

.cq-brands-item.hover .item-detail {
    opacity: 1;
    width: 410px;
    height: 370px;
    top: -29px;
}

.cq-brands-item .item-detail h3 {
    width: 344px;
    margin: 0 auto 24px;
    padding-top: 31px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ffd1ac;
}

.cq-brands-item .item-detail img {
    display: inline;
    vertical-align: bottom;
}

.cq-brands-item .item-detail h3 span {
    margin-left: 16px;
    margin-top: 11px;
    font: 24px PingFang-SC-Bold;
    font-weight: normal;
    color: #333;
}

.cq-brands-item .item-detail>p {
    width: 344px;
    margin: 0 auto;
    font: 16px PingFang-SC-Medium;
    line-height: 30px;
    color: #333;
}

.cq-brands-item .item-detail>ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 106px;
    width: 344px;
    margin: 0 auto;
}

.cq-brands-item .item-detail .youdian {
    float: left;
    margin-right: 10px;
    padding: 2px 14px 2.5px;
    font: 15px PingFang-SC-Medium;
    color: #333;
    background-color: #f5f5f9;
    border-radius: 13px;
}

.cq-brands-item .item-detail-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 78px;
    display: flex;
    padding-left: 32px;
    align-items: center;
    background-color: #f5f5f9;
}

.cq-brands-item .item-detail-bottom .case {
    margin-right: 9px;
    font: 16px PingFang-SC-Medium;
    color: #333;
}

.cq-brands-item .item-detail-bottom .case-logo {
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.cq-brands-item .item-detail-bottom .case-more {
    position: absolute;
    right: 46px;
    top: 30px;
    font: 14px PingFang-SC-Medium;
    color: #ff7200;
}

.cq-brands-item .item-detail-bottom .case-more:hover {
    text-decoration: underline;
}

.cq-scene {
    height: 825px;
    background: url("/img/pc/index2/scene-bg.png") top center no-repeat;
}

.cq-scene-title {
    margin: 121px auto 33px;
    font: 30px PingFang-SC-Medium;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    color: #313131;
}

.cq-scene-title-sub {
    margin-bottom: 102px;
    font: 18px PingFang-SC-Medium;
    line-height: 1;
    text-align: center;
    color: #666;
}

.cq-scene-wrap {
    position: relative;
    height: 446px;
    background-color: rgba(255, 255, 255, .75);
    box-shadow: 7px 7px 57px 0px rgba(240, 240, 241, 0.73);
}

.cq-scene-wrap .swiper-container {
    position: absolute;
    top: -25px;
    right: 47px;
    width: 808px;
    height: 412px;
}

.cq-scene-wrap .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.cq-scene-wrap .swiper-slide-left {
    position: relative;
    width: 427px;
    padding-top: 160px;
}

.cq-scene-wrap .swiper-slide-right {
    width: 319px;
    height: 412px;
}

.cq-scene-wrap .swiper-slide-left p {
    padding-left: 14px;
}

.cq-scene-wrap .swiper-slide-left p:first-of-type {
    margin-bottom: 21px;
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.cq-scene-wrap .swiper-slide-left p:nth-of-type(2) {
    margin-bottom: 6px;
    font-family: PingFang-SC-Medium;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.cq-scene-wrap .swiper-slide-left p:last-of-type {
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333;
}

.cq-scene-wrap .swiper-slide-left .get-more {
    position: absolute;
    left: 17px;
    bottom: 7px;
    width: 110px;
    height: 36px;
    display: block;
    padding-left: 3px;
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    background-image: linear-gradient(0deg, #ff7200 0%, #ff9846 100%);
    box-shadow: 0px 4px 5px 1px rgba(255, 122, 15, 0.22);
    border-radius: 18px;
}

.cq-scene-wrap .swiper-slide-left .get-more:hover {
    opacity: .8;
}

.cq-scene-wrap .swiper-pagination {
    width: 170px;
    height: 288px;
    left: 80px;
    top: 79px;
}

.cq-scene-wrap .swiper-pagination .swiper-pagination-customs {
    position: relative;
    margin-bottom: 34px;
    padding-left: 33px;
    font-family: PingFang-SC-Medium;
    font-size: 18px;
    line-height: 1;
    color: #666;
    text-align: left;
    transition: all .5s ease-in-out;
    cursor: pointer;
    -moz-transition: .5s all ease-in-out;
    /* Firefox 4 */
    -webkit-transition: .5s all ease-in-out;
    /* Safari 和 Chrome */
    -o-transition: .5s all ease-in-out;
    /* Opera */
}

.cq-scene-wrap .swiper-pagination .swiper-pagination-customs .point {
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    content: '';
    display: inline-block;
    background-color: #ff7200;
    transition: all .5s ease-in-out;
    cursor: pointer;
    -moz-transition: .5s all ease-in-out;
    /* Firefox 4 */
    -webkit-transition: .5s all ease-in-out;
    /* Safari 和 Chrome */
    -o-transition: .5s all ease-in-out;
    /* Opera */
}

.cq-scene-wrap .swiper-pagination .swiper-pagination-customs-active {
    margin-bottom: 49px;
    padding-left: 55px;
    font-size: 21px;
    font-weight: 700;
    color: #ff7200;
}

.cq-scene-wrap .swiper-pagination .swiper-pagination-customs-active .point {
    position: absolute;
    left: 0;
    top: 9px;
    width: 42px;
    height: 2px;
    content: '';
    display: inline-block;
    background-color: #ff7200;
}


.cq-news {
    height: 893px;
    background: url("/img/pc/index2/news-bg.png") top center no-repeat;
}

.cq-news-title {
    margin-bottom: 85px;
    padding-top: 62px;
    font: 30px PingFang-SC-Medium;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    color: #313131;
}

.cq-news li {
    width: 554px;
    float: left;
}

.cq-news li:nth-of-type(odd) {
    margin-right: 50px;
}

.cq-news-warp .big-news {
    margin-bottom: 24px;
    border-bottom: dashed 1px #ededed;
    cursor: pointer;
}

.cq-news-warp .big-news .news-img {
    width: 554px;
    height: 237px;
    background-color: lavenderblush;
}

.cq-news-warp .big-news .news-tit {
    width: 398px;
    margin-bottom: 15px;
    margin-top: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font: 22px PingFang-SC-Medium;
    font-weight: normal;
    line-height: 1;
    color: #333;
}

.cq-news-warp .big-news:hover .news-tit {
    color: #ff7200;
}

.cq-news-warp .big-news .news-intro {
    position: relative;
    width: 554px;
    height: 60px;
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cq-news-warp .big-news .news-intro::after {
    content: "……";
    position: absolute;
    bottom: 4px;
    right: 4px;
    padding-left: 30px;
    line-height: 18px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}

.cq-news-warp .big-news .news-date {
    padding-top: 10px;
    padding-bottom: 22px;
    font-weight: normal;
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    line-height: 1;
    color: #999;
}

.cq-news-warp .small-news a {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 44px;
}

.cq-news-warp .small-news .news-tit {
    width: 398px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: PingFang-SC-Medium;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    color: #333;
}

.cq-news-warp .small-news:hover .news-tit {
    color: #ff7200;
}

.cq-news-warp .small-news .news-date {
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    line-height: 1;
    color: #999;
}

.cq-partner {
    position: relative;
    height: 1058px;
    overflow: hidden;
    background-color: #f8fafc;
}

.cq-partner-title,
.cq-partner-title-sub,
.cq-partner-wrap,
.get-more {
    position: relative;
    z-index: 9;
}

.cq-partner-title {
    margin-top: 98px;
    margin-bottom: 33px;
    font-family: PingFang-SC-Medium;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    line-height: 1;
    color: #313131;
}

.cq-partner-title-sub {
    margin-bottom: 57px;
    font-family: PingFang-SC-Medium;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    color: #666;
}

.cq-partner-wrap {
    width: 1163px;
}

.partner-items {
    text-align: center;
    border-bottom: solid 1px #eff2f4;
}

.partner-items>span {
    position: relative;
    width: 116px;
    padding-bottom: 28px;
    display: inline-block;
    text-align: center;
    font-family: PingFang-SC-Medium;
    font-size: 22px;
    line-height: 1;
    color: #666;
    cursor: pointer;
}

.partner-items>span:first-of-type {
    margin-right: 192px;
}

.partner-items>span.active {
    font-family: PingFang-SC-Bold;
    color: #ff7200;
}

.partner-items>span.active::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7px;
    content: '';
    display: block;
    background: url("/img/pc/index2/line-beats.png") center no-repeat;
}

.partner-logos {
    position: relative;
    width: 1160px;
    height: 655px;
    margin: 44px auto 0;
}

.partner-logos .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0 auto;
    opacity: 1;
    transition: all .8s ease-in-out;
    -moz-transition: .8s all ease-in-out;
    /* Firefox 4 */
    -webkit-transition: .8s all ease-in-out;
    /* Safari 和 Chrome */
    -o-transition: .8s all ease-in-out;
    /* Opera */
}

.partner-logos .img-wrap.opt0 {
    opacity: 0;
}

.cq-partner .get-more {
    width: 150px;
    height: 40px;
    display: block;
    margin: 58px auto 0;
    text-align: center;
    line-height: 40px;
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    color: #ff7200;
    border-radius: 20px;
    border: solid 1px #ff7200;
}

.cq-partner .btn-gt {
    width: 6px;
    height: 12px;
    display: inline-block;
    margin-left: 8px;
    background: url("/img/pc/index2/icon-orange-gt.png") center no-repeat;
}

.cq-partner .get-more:hover {
    opacity: .8;
}

.logo-scroll1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1804px;
    height: 1602px;
    margin: 0 auto;
    -webkit-animation: scrollToTop 36s linear infinite;
    -ms-animation: scrollToTop 36s linear infinite;
    animation: scrollToTop 36s linear infinite;
}

.logo-scroll2 {
    position: absolute;
    bottom: -1602px;
    left: 0;
    right: 0;
    width: 1804px;
    height: 1602px;
    -webkit-animation: scrollToTop 36s linear infinite;
    -ms-animation: scrollToTop 36s linear infinite;
    animation: scrollToTop 36s linear infinite;
}


.index-product-service {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
}

.index-product-service-title {
    padding: 32px 0 30px;
    text-align: center;
}

.index-product-service-title h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #222;
}

.index-product-service-title p {
    margin: 22px 0 0;
    font-size: 18px;
    color: #666;
    line-height: 1.4;
}

.index-product-service-list-wrap {
    margin: 0 auto;
    padding-bottom: 60px;
}

.index-product-service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 72px;
}

.index-service-item {
    position: relative;
    width: 172px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease, padding 0.2s ease;
}

.index-service-item.active {
    /* padding: 26px 0 16px; */
    border-radius: 18px;
    /* background: #f2f2f2; */
}

.index-service-item p {
    margin: 18px 0 0;
    font-size: 20px;
    color: #222;
    line-height: 1.3;
}

.index-service-tag {
    position: absolute;
    top: -48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 88px;
    height: 34px;
    padding: 0 12px;
    border: 2px solid #c8baf6;
    border-radius: 10px;
    background-color: #f8f5ff;
    font-size: 24px;
    font-weight: 600;
    color: #8d73d9;
    line-height: 30px;
}

.index-service-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: transform 0.2s ease;
}

.index-service-icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.index-service-item.active p {
    font-weight: 800;
    color: #0148A4;
    transform: scale(1.2);
}

.index-service-item.active .index-service-icon {
    transform: scale(1.3);
}

.index-product-service-banner {
    width: 100%;
    min-width: 1200px;
    height: 300px;
    display: flex;
    align-items: center;
    /* background: radial-gradient(1400px 300px at 50% 0%, rgba(255, 255, 255, 0.18), transparent 60%),
        linear-gradient(180deg, #6c62c9 0%, #5d53bf 32%, #5a4db8 65%, #5545ab 100%); */
}

.index-service-banner-inner {
    /* padding: 116px 0 0 138px; */
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.index-service-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index-service-banner-topic {
    margin: 0 !important;
    font-size: 56px !important;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.index-service-banner-block {
    width: 76px;
    height: 8px;
    margin-left: 138px;
    margin-bottom: 32px;
    background: #0148A4;
    position: relative;
    z-index: 2;
}

.index-service-banner-lead {
    margin: 16px 0 0 138px;
    max-width: 1040px;
    font-size: 20px;
    color: #666666;
    line-height: 1.7;
    text-align: left;
    position: relative;
    z-index: 2;
}

.index-service-banner-en {
    margin: 0;
    font-size: 24px;
    letter-spacing: 8px;
    font-weight: 600;
    color: #fff;
}

.index-service-banner-inner h3 {
    margin: 22px 0 28px;
    font-size: 76px;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
}

.index-service-banner-desc {
    width: 1080px;
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .88);
}

.index-solution-part {
    width: 100%;
    background: #fff;
    padding: 54px 0 0;
}

.index-solution-head {
    text-align: center;
}

.index-solution-head h3 {
    margin: 0;
    font-size: 32px;
    color: #222;
    line-height: 1.2;
    font-weight: 600;
}

.index-solution-head h4 {
    margin: 20px 0 10px;
    font-size: 24px;
    color: #666;
    line-height: 1.2;
    font-weight: 700;
}

.index-solution-head p {
    margin: 0;
    font-size: 20px;
    color: #999;
    line-height: 1.6;
}

.index-solution-body {
    margin-top: 34px;
}

.index-solution-main {
    margin-top: 32px;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 4px;
    color: #5a5a5a;
    font-size: 26px;
    line-height: normal;
    text-align: left;
}

.index-solution-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
    border-top: 0;
    border-bottom: 1px solid #d4d4d4;
}

.solution-tab {
    position: relative;
    width: calc(100% / 7);
    height: 72px;
    border: 0;
    background: transparent;
    font-size: 22px;
    color: #2e2e2e;
    cursor: pointer;
}

.solution-tab.active {
    color: #0148A4;
    font-weight: 700;
}

.solution-tab.active::after {
    content: "";
    position: absolute;
    left: 50%;
    /* 让选中下划线“覆盖”在外层底边框上 */
    bottom: -2px;
    width: 52px;
    height: 3px;
    margin-left: -26px;
    background: #0148A4;
    z-index: 2;
}

.index-case-swiper-part {
    width: 100%;
    /* min-width: 1200px; */
    padding: 52px 0 26px;
    /* background: #efefef; */
}

.index-case-swiper-wrap {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.index-case-swiper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.index-case-swiper .swiper-wrapper {
    align-items: center;
}

.index-case-swiper .swiper-slide {
    width: 270px;
    height: 430px;
    opacity: .75;
    transform: scale(.82);
    transform-origin: center center;
    transition: all .35s ease;
}

.index-case-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(.82, 1);
}

.index-case-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-case-prev,
.index-case-next {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    cursor: pointer;
    z-index: 3;
}

.index-case-prev {
    left: 16px;
}

.index-case-next {
    right: 16px;
}

.index-case-prev::before,
.index-case-next::before {
    content: "";
    position: absolute;
    top: 11px;
    width: 16px;
    height: 16px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    opacity: .95;
}

.index-case-prev::before {
    left: 12px;
    transform: rotate(-45deg);
}

.index-case-next::before {
    right: 12px;
    transform: rotate(135deg);
}

.index-case-swiper-desc {
    margin: 16px 0 0;
    text-align: center;
    font-size: 25px;
    color: #111;
    line-height: 1.5;
}

.index-case-pagination {
    margin-top: 14px;
    text-align: center;
}

.index-case-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px;
    border: 2px solid #bdbdbd;
    background: transparent;
    opacity: 1;
}

.index-case-pagination .swiper-pagination-bullet-active {
    background: #666;
    border-color: #666;
}

.index-number-part {
    position: relative;
    width: 100%;
    min-width: 1200px;
    padding: 80px 0 40px;
    /* border-top: 1px solid #dbdbdb; */
}

.index-number-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.index-number-item {
    width: 33.33%;
    padding: 0 18px;
    box-sizing: border-box;
}

.index-number-item h3 {
    margin: 0;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    color: #2c67e6;
}

.index-number-item h4 {
    margin: 16px 0 12px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    color: #2f2f2f;
}

.index-number-item p {
    margin: 0 auto;
    max-width: 360px;
    font-size: 16px;
    line-height: 1.6;
    color: #747474;
}

.index-news-part {
    width: 100%;
    min-width: 1200px;
    padding: 32px 0 26px;
    /* background: #efefef; */
}

.index-news-head {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
}

.index-news-head p {
    margin: 0;
    font-size: 44px;
    line-height: 1.2;
    color: #2f2f2f;
}

.index-news-head h3 {
    margin: 6px 0 0;
    font-size: 32px;
    line-height: 1.2;
    color: #222;
    font-weight: 700;
}

.index-news-tabs {
    margin-top: 10px;
}

.news-tab {
    border: 0;
    background: transparent;
    font-size: 16px;
    color: #6a6a6a;
    padding: 6px 10px;
    margin: 0 6px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    position: relative;
}

.news-tab.active {
    color: #2f2f2f;
    /* border-bottom-color: #0148A4; */
}

.news-tab.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 52px;
    height: 3px;
    transform: translateX(-50%);
    background: #0148A4;
}

.index-news-list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.news-card {
    width: 386px;
    border-right: 1px solid #cfcfcf;
    padding-right: 16px;
    box-sizing: border-box;
}

.news-card:last-child {
    border-right: 0;
    padding-right: 0;
}

.news-card img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.news-card-body {
    display: flex;
    margin-top: 10px;
    gap: 14px;
}

.news-date {
    width: 56px;
    flex: 0 0 56px;
    color: #b5b5b5;
    text-align: center;
}

.news-date strong {
    display: block;
    font-size: 21px;
    line-height: 1.1;
    font-weight: 500;
}

.news-date span {
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.news-content h4 {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    font-weight: 500;
}

.news-content p {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.6;
    color: #9a9a9a;
}

.index-news-more-wrap {
    text-align: center;
    margin-top: 22px;
}

.index-news-more-btn {
    display: inline-block;
    width: 128px;
    height: 38px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #666;
}

.index-partner-part {
    width: 100%;
    min-width: 1200px;
    padding: 80px 0 100px;
}

.index-partner-part h3 {
    margin: 0 0 40px;
    text-align: center;
    font-size: 32px;
    color: #222;
    font-weight: 500;
}

.index-partner-grid {
    width: 90%;
    /* max-width: 1200px; */
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(12px, 2vw, 20px);
    align-items: stretch;
}

.partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: clamp(64px, 8vw, 80px);
}

.partner-item img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: clamp(56px, 5vw, 64px);
    object-fit: contain;
}


.index-contact-part {
    position: relative;
    width: 100%;
    min-width: 1200px;
    padding: 80px 0 80px;
    background: url(../../assets/image/pc/index/bottom-banner.png) no-repeat center center;
    background-size: 100% 100%;
}


.index-contact-part h3 {
    margin: 0;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.index-contact-part p {
    margin: 40px 0 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.index-footer-part {
    width: 100%;
    min-width: 1200px;
    background: #2f3033;
    padding: 40px 0 34px;
}

.index-footer-main {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.footer-company h4 {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.footer-company p {
    margin: 6px 0;
    font-size: 12px;
    color: #d1d1d1;
}

.footer-socials {
    margin: 14px 0;
}

.footer-socials a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #8b8b8b;
    border-radius: 50%;
    color: #ddd;
    text-decoration: none;
    margin-right: 8px;
    font-size: 12px;
}

.footer-links {
    margin-top: 18px !important;
}

.footer-nav-col {
    width: 180px;
}

.footer-nav-col h5 {
    margin: 0 0 18px;
    font-size: 13px;
    color: #d8d8d8;
    font-weight: 500;
}

.footer-nav-col a {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #d1d1d1;
    text-decoration: none;
}

.feature-container {
    /*width: 73%;*/
    /*height: calc(100/1920 * 190vw);*/
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    /*padding: calc(100/1920 * 40vw) 0;*/
    position: relative;
}

.feature-flex {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
}

.feature-title {
    margin: 0;
    font-size: 2.833vw;
    font-weight: bold;
    color: #0148A4;
    font-family: Barlow, Barlow;
    line-height: 1;
}

.feature-title .mini {
    font-size: calc(100/1920 * 26vw);
    color: #2f2f2f;
    /*font-size: clamp(0.325rem, calc(100/1920 * 26vw), 1rem);*/
}

.feature-desc {
    margin: 5px 0 calc(100/1920 * 55vw);
    font-size: 16px;
    color: #2f2f2f;
}

.counter-number {
    display: inline-block;
}

@-webkit-keyframes scrollToTop {
    from {
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

/* ===== 聚焦四大场景板块 ===== */
.index-scene-part {
    padding: 80px 0;
}

.index-scene-title {
    margin: 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #000;
}

.index-scene-sub {
    margin: 22px 0 0;
    text-align: center;
    color: #666;
    font-size: 18px;
}

.index-scene-content {
    min-height: 432px;
    background: url(../../assets/image/pc/index/cj-bg.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    position: relative;
}

/* 左侧菜单 */
.index-scene-menu {
    padding: 50px 0 0 94px;
    flex: 1;
    max-width: 500px;
}

.index-scene-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.index-scene-item:not(:last-child) {
    /* border-bottom: 1px solid #f0f0f0; */
}

/* 8*8 方块标识 */
.scene-indicator {
    display: block;
    width: 8px;
    height: 8px;
    background: #0148A4;
    margin-top: 10px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.scene-text-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.scene-text {
    flex: 1;
}

.scene-title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #666;
    transition: all 0.3s ease;
}

.scene-desc {
    padding: 0 0 0 96px;
    margin: 8px 0 0;
    font-size: 16px;
    color: #999;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

/* 激活状态 - 悬浮或点击 */
.index-scene-item.is-active .scene-indicator,
.index-scene-item:hover .scene-indicator {
    width: 76px;
    height: 4px;
    margin-top: 0;
}

.index-scene-item.is-active .scene-title,
.index-scene-item:hover .scene-title {
    font-size: 28px;
    font-weight: bold;
    color: #0148A4;
}

.index-scene-item.is-active .scene-desc,
.index-scene-item:hover .scene-desc {
    max-height: 100px;
    opacity: 1;
}

/* 右侧图片 */
.index-scene-images {
    width: 363px;
    height: 460px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    /* flex: 0 0 363px;
    height: 460px;
    position: relative; */
}

.scene-image-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.scene-image-item.is-active {
    opacity: 1;
}

.scene-image-item img {
    width: 363px;
    height: 460px;
    object-fit: cover;
}

@keyframes scrollToTop {
    from {
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}