.pc {
    display: block!important;
}
.pcflex {
    display: flex!important;
}
.mobile {
    display: none!important;
}
.mflex {
    display: none!important;
}


/*.m_tel{padding: 5px 15px;display:block!important;line-height:20px;position:sticky;top:0;background-color:#f6f0f0;text-align:right;font-size:14px;z-index:999;}*/
.m_header{position: fixed;top: 0;left: 0;width: 100%;padding:10px .32rem;z-index: 98;justify-content:space-between;transition:all 0.5s;background-color: transparent;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.m_header.on{background-color: #ffffff;border-bottom: 1px solid rgba(255, 255, 255, 0.05);}
.m_header .logo{width: 2.6rem;}
.m_header .logo img{width: 100%;display:block;}
.m_header .logo .logoshow {
    display: block;
}
.m_header .logo .logohide {
    display: none;
}
.m_header.on .logo .logoshow {
    display: none;
}
.m_header.on .logo .logohide {
    display: block;
}
.m_header.on .right .ser img {
    filter: brightness(100) invert(1);
}
.m_header .right{display: flex;align-items: center;}
.m_header .right .tel{font-size: 16px;font-weight: 600;margin-right: 12px;padding-left:26px;line-height:26px;background:url(../img/m_tel.svg)no-repeat left center;background-size:22px auto;}
/*.m_header .right .tel{width: 22px;margin-right: 18px;}*/
/*.m_header .right .tel img{width: 100%;}*/
.m_header .right .ser{width: .32rem;margin-right: .36rem;}
.m_header .right .ser img{width: 100%;}
.m_header .btn{display: block;}
.m_header .btn{margin-right: 0;cursor: pointer;height: 37px;padding-top: 16px;}
.m_header .btn.hide{opacity: 0;}
.m_header .btn div{display: block;width: .32rem;height: 1px;background-color: #ffffff;border-radius: 1px;transition: all 0.3s;}
.m_header.on .btn div { background-color: #333333; }
.m_header .btn div:nth-child(1){transform: translate(0,-6px);}
.m_header .btn div:nth-child(2){transform: translate(0,0);}
.m_header .btn div:nth-child(3){transform: translate(0px,6px);}
.m_header .btn:hover div:nth-child(1){transform: translate(0,-6px);}
.m_header .btn:hover div:nth-child(2){transform: translate(0,0);}
.m_header .btn:hover div:nth-child(3){transform: translate(0,6px);}
.m_header{display: flex;justify-content: space-between;align-items: center;height: 1rem}

.mh_nav{display: block!important;}
.mh_nav{position: fixed;top: 0;left: 10%;width: 90%;transform: translateX(120%);z-index: 999;background-color: #fff;height: 100vh;overflow: auto;padding: 50px 15px;transition: all 0.5s;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.mh_nav.show{transform: translateX(0);}
.mh_nav .close{position: absolute;top: 20px;right: 20px;width: 20px;height: 20px;}
.mh_nav .nav>li{border-bottom: 1px solid rgba(0,0,0,0.1);position: relative;padding-right: 40px;}
.mh_nav .nav>li>a{line-height: 60px;font-size: 16px;display: block;font-family:hm;}
.mh_nav .nav>li:after{content: "";position: absolute;right: 0;top:24px;transition: all 0.5s; width: 12px;height: 12px;background: url(../img/hx_add.svg)no-repeat center;background-size:auto 100%;transform: rotate(-90deg);}
.mh_nav .nav>li.on:after{transform: rotate(0deg);}
.mh_nav .nav>li:nth-child(1):after{display: none;}
.mh_nav .nav>li:nth-child(2):after{display: none;}
.mh_nav .nav>li:nth-child(4):after{display: none;}
.mh_nav .nav>li:nth-child(5):after{display: none;}
.mh_nav .nav>li:nth-child(6):after{display: none;}
.mh_nav .nav>li .nav1{padding: 15px;line-height: 24px; display: none;font-size: 14px;font-family:hm;}
.mh_nav .nav>li .nav1 .h{font-family: 'hb';font-weight:600;font-size: 14px;color: #1f1f1f;margin-bottom:8px;}
.mh_nav .nav>li .nav1 a{padding:6px 0;}
.mh_nav .nav>li .nav2{font-size: 13px;padding-left:16px;font-family:hr;}
.mh_nav .nav>li .nav2 a{font-size: 13px;padding: 0;}
.mh_nav .nav>li:nth-child(4) .nav1{display:none!important;}

@media screen and (max-width: 834px) {
    html {
        font-size: calc(100vw / 7.5);
    }
    .pc {
        display: none!important;
    }
    .pcflex {
        display: none!important;
    }
    .mobile {
        display: block!important;
    }
    .mflex {
        display: flex!important;
    }
    .w1660 {
        padding-left: .32rem !important;
        padding-right: .32rem !important;
    }
    .ind_page .ind_ban {
        height: 8rem;
    }
    .desc-tit>.tit {
        color: #111;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
    }
    /*.swiper-mind1 .swiper-slide {*/
    /*    width: 4.64rem;*/
    /*    height: 7.2rem;*/
    /*    border-radius: .6rem;*/
    /*    background: #000;*/
    /*    margin-right: .44rem;*/
    /*}*/
    /*.swiper-mind1 .swiper-slide:last-child {*/
    /*    margin-right: 0;*/
    /*}*/
    /*.swiper-mind1 .swiper-slide img {*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    object-fit: cover;*/
    /*    border-radius: .6rem;*/
    /*}*/
    .ind_page .ind1 .list {
        overflow-x: auto;
        gap: .44rem;
        justify-content: flex-start;
    }
    .ind_page .ind1 .list::-webkit-scrollbar {
        height: 0;
    }
    .ind_page .ind1 .list .item {
        width: 4.64rem;
        height: 7.2rem;
        border-radius: .6rem;
        background: #000;
        flex-shrink: 0;
    }
    .ind_page .ind1 .list .item .cont2 .desc .tit {
        font-size: 16px;
    }
    .ind_page .ind1 .list .item .cont2 .desc .txt {
        font-size: .2rem;
    }
    .ind_page .ind1 .list .item .cont .tit {
        font-size: 16px;
    }
    .ind_page .ind2 {
        height: auto;
    }
    .ind_page .ind2 .cont {
        width: 100%;
    }
    .ind_page .ind2 .cont {
        position: static;
        transform: none;
    }
    .ind_page .ind2 .cont .big_logo {
        width: 1.32rem;
        height: 1.6rem;
        margin-bottom: .8rem;
    }
    .ind_page .ind2 .cont .desc {
        margin-bottom: .6rem;
    }
    .ind_page .ind2 .cont .desc .tit {
        color: #CA1A20;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 120%;
        margin-bottom: .16rem;
    }
    .ind_page .ind2 .cont .desc .txt {
        color: #868686;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 171.429%;
    }
    .ibtn-box .ibtn {
        padding: .26rem .28rem;
        gap: .4rem;
        border-radius: .56rem;
    }
    .ibtn-box .ibtn .btn_txt {
        color: #FFF;
        font-size: 12px;
        font-weight: 500;
        line-height: 150%;
    }
    .ibtn-box .ibtn .btn_icon {
        width: .4rem;
        height: .4rem;
    }
    .ibtn-box .ibtn .btn_icon svg, .ibtn-box .ibtn .btn_icon img {
        width: .2rem;
        height: .2rem;
    }
    .ind_page .ind4 {
        position: static;
    }
    .ind_page .ind4 .cont .top .list {
        display: flex;
         height: auto; 
        flex-direction: column;
        row-gap: .8rem;
    }
    .ind_page .ind4 {
        padding: .84rem 0;
    }
    .ind_page .ind4 .cont .top .list .item .tit {
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 212.5%;
        margin-bottom: .2rem;
    }
    .ind_page .ind4 .cont .top .list .item {
        padding-right: 0;
        border: 0;
    }
    .ind_page .ind4 .cont .bottom {
        height: auto;
        flex-direction: column;
        row-gap: .6rem;
    }
    .ind_page .ind4 .cont .bottom .lf {
        width: 100%;
        border-radius: .4rem;
        background: linear-gradient(136deg, rgba(169, 188, 197, 0.03) 10.36%, rgba(0, 62, 196, 0.08) 95.07%), rgba(255, 255, 255, 0.04);
        backdrop-filter: blur(15px);
    }
    .ind_page .ind4 .cont .bottom .rg .item {
        border-radius: .4rem;
        background: linear-gradient(136deg, rgba(169, 188, 197, 0.03) 10.36%, rgba(0, 62, 196, 0.08) 95.07%), rgba(255, 255, 255, 0.04);
        backdrop-filter: blur(15px);
    }
    .ind_page .ind4 .cont .bottom .rg {
        width: 100%;
        row-gap: .6rem;
    }
    .ind_page .ind4 .cont .bottom .lf>.cont {
        flex-direction: column;
        align-items: flex-start;
        padding: .36rem .48rem .44rem;
    }
    .ind_page .ind4 .cont .bottom .lf>.cont .desc {
        flex-direction: column;
        align-items: flex-start;
        gap: .48rem;
    }
    .ind_page .ind4 .cont .bottom .lf>.cont .desc .icon {
        width: 1.6rem;
        height: 1.6rem;
    }
    .ind_page .ind4 .cont .bottom .lf>.cont .desc .info {
        gap: .28rem;
    }
    .ind_page .ind4 .cont .bottom .lf>.cont .desc .info .tit {
        color: #FFF;
        font-size: 16px;
        font-weight: 600;
    }
    .ind_page .ind4 .cont .bottom .lf>.cont .desc .info .txt {
        color: #FFF;
        font-size: 14px;
        font-weight: 400;
        line-height: 171.429%;
    }
    .ind_page .ind4 .cont .bottom .lf>.cont .pic img.pic-contain {
        width: 1.7rem;
    }
    .ind_page .ind4 .cont .bottom .rg .item:nth-of-type(2) {
        flex-direction: column;
        row-gap: .48rem;
        align-items: flex-start;
    }
    .ind_page .ind4 .cont .bottom .rg .item:nth-of-type(2) .pic img {
        object-position: left;
    }
    .ind_page .ind4 .cont .bottom .rg .item:nth-of-type(2) .desc {
        row-gap: .32rem;
    }
    .ind_page .ind3and4 {
        background: linear-gradient(136deg, rgba(255, 255, 255, 0.00) 10.36%, rgba(0, 81, 255, 0.08) 95.07%), rgba(31, 31, 31, 0.30);
        backdrop-filter: blur(30px);
    }
    .ind_page .ind4 {
        padding-bottom: 1.7rem;
    }
    .ind_page .ind5 {
        padding-top: 1.4rem;
    }
    .ind5 .desc-tit>.tit {
        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 0;
        width: 6.2rem;
    }
    .ind6 .desc-tit>.tit {
        color: #ffffff;
        font-size: 20px;
        width: 5.7rem;
    }
    .ind_page .ind6 {
        padding-top: 1.4rem;
    }
    .ind_page .ind6 .desc-tit .txt {
        color: #ffffff;
        font-size: 14px;
    }
    .ind5 .desc-tit>.txt {
        margin-top: .4rem;
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 171.429%;
    }
    .ind_page .ind5 .cont {
        padding: 0;
        flex-direction: column-reverse;
    }
    .ind_page .ind5 .cont .rg {
        width: 100%;
        padding: 0;
    }
    .ind_page .ind5 .cont .lf .list {
        flex-direction: row;
        overflow-x: auto;
    }
    .ind_page .ind5 .cont .lf .list .item {
        flex-shrink: 0;
        padding: 0;
        padding-bottom: .36rem;
        /*border: 0;*/
    }
    .ind_page .ind5 .cont .lf .list .item:first-child {
        border-top: 0;
    }
    .ind_page .ind5 .cont .lf .list::-webkit-scrollbar {
        height: 0;
    }
    .ind_page .ind5 .cont .lf .list .item .top .tit {
        font-size: 16px;
        font-weight: 600;
        line-height: 137.5%;
    }
    .ind_page .ind5 .cont .lf .list .item {
        width: 5.2rem;
    }
    .ind_page .ind5 .cont .lf .list .item.active .info {
        display: none;
    }
    .ind_page .ind5 .cont .lf .list .item .top .tit .icon {
        display: none;
    }
    .ind_page .ind5 .cont {
        gap: .48rem;
    }
    .ind_page .ind5 .cont .lf {
        width: 100%;
    }
    .ind_page .ind6 .cont .swiper_ind6_top .swiper-slide .top {
        display: flex;
        flex-direction: column;
        padding: 0;
        padding-top: .56rem;
        height: auto;
    }
    .ind_page .ind6 .cont .swiper_ind6_top .swiper-slide .top .desc {
        max-width: 100%;
        padding-left: .36rem;
        padding-right: .36rem;
        margin-bottom: 1.76rem;
    }
    .ind_page .ind6 .cont .swiper_ind6_top .swiper-slide .top .desc .tit {
        color: #FFF;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.25;
        margin-bottom: .4rem;
    }
    .ind_page .ind6 .cont .swiper_ind6_top .swiper-slide .top .desc .txt {
        color: #FFF;
        font-size: 14px;
        font-weight: 400;
        line-height: 157.143%;
        height: 176px;
        overflow-y: auto;
    }
    .ind_page .ind6 .cont .swiper_ind6_top .swiper-slide .top .pic {
        width: 100%;
        height: 4.4rem;
        position: static;
    }
    .ind_page .ind6 .cont .swiper_ind6_top .swiper-action {
        bottom: 5.04rem;
        left: .36rem;
    }
    .swiper_box .navigation .prev, .swiper_box .navigation .next {
        width: .6rem;
        height: .6rem;
    }
    .ind_page .ind6 .cont .swiper_ind6_top .swiper-action .navigation {
        gap: .2rem;
    }
    .ind_page .ind6 .bottom {
        height: 3.32rem;
        padding-left: .32rem;
        margin-top: 30px;
    }
    .ind_page .ind6 .bottom .swiper_box .swiper-slide {
        width: 5.2rem;
        height: 3.32rem;
    }
    .ind_page .ind7 .cont {
        position: static;
        padding: 1.4rem 0 1.48rem;
    }
    .ind_page .ind7 .cont .info {
        max-width: 100%;
    }
    .ind_page .ind7 .cont .info .desc .tit {
        margin-bottom: .4rem;
        color: #FFF;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
    }
    .ind_page .ind7 .cont .info .desc .txt {
        color: #FFF;
        font-size: 14px;
        font-weight: 500;
        line-height: 157.143%;
    }
    .ind_page .ind7 {
        height: auto;
    }
    .ind_page .ind7 .cont .info .list .item {
        width: 100%;
    }
    .ind_page .ind7 .cont .info .list {
        position: relative;
        z-index: 4;
    }
    .ind_page .ind7 .cont .info .list .item {
        padding: .2rem .4rem;
        font-size: 12px;
        line-height: 166.667%;
    }
    .ind_page .ind8 {
        padding: 1.8rem 0 1.6rem;
    }
    .ind_page .ind8 .cont .top {
        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
    }
    .ind_page .ind8 .cont .center {
        height: auto;
        flex-direction: column;
        gap: .6rem;
        margin-bottom: .6rem;
    }
    .ind_page .ind8 .cont .center .lf {
        width: 100%;
        padding: .5rem .4rem;
        border-radius: .4rem;
        border: 1.5px solid rgba(0, 81, 255, 0.40);
        background: linear-gradient(136deg, rgba(169, 188, 197, 0.03) 10.36%, rgba(0, 62, 196, 0.08) 95.07%), rgba(255, 255, 255, 0.02);
        backdrop-filter: blur(15px);
    }
    .ind_page .ind8 .cont .center .rg .item {
        border: 1.5px solid rgba(0, 81, 255, 0.40);
        background: linear-gradient(136deg, rgba(169, 188, 197, 0.03) 10.36%, rgba(0, 62, 196, 0.08) 95.07%), rgba(255, 255, 255, 0.02);
        backdrop-filter: blur(15px);
    }
    .ind_page .ind8 .cont .center .rg {
        width: 100%;
        gap: .6rem;
    }
    .ind_page .ind8 .cont .center .lf .desc {
        flex-direction: column;
        row-gap: .28rem;
    }
    .ind_page .ind8 .cont .center .lf .desc .tit {
        color: #FFF;
        font-size: 18px;
        font-weight: 500;
        line-height: 144.444%;
    }
    .ind_page .ind8 .cont .center .lf .desc .num {
        color: #FFF;
        font-size: 50px;
        font-weight: 600;
        line-height: 1.22;
    }
    .ind_page .ind8 .cont .center .lf .pic {
        height: 3rem;
    }
    .ind_page .ind8 .cont .top .tit {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        width: 100%;
    }
    .ind_page .ind8 .cont .bottom {
        height: 5.48rem;
    }
    .ind_page .ind8 .cont .bottom .bg {
        height: 100%;
    }
    .ind_page .ind8 .cont .bottom .bg img.pic-cover {
        object-position: right;
    }
    .ind_page .ind8 .cont .bottom .cont {
        padding: .5rem .4rem;
    }
    .ind_page .ind8 .cont .bottom .cont .desc .tit {
        color: #FFF;
        font-size: 18px;
        font-weight: 500;
        line-height: 144.444%;
    }
    .ind_page .ind8 .cont .bottom .cont .desc .num {
        width: 4.66rem;
        color: #FFF;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.22;
        /*font-size: 50px;*/
        font-size: 40px;
    }
    .footer .footer-cont {
        padding: .52rem .4rem;
    }
    .footer .footer-cont .f_top .rg {
        display: none;
    }
    .footer .footer-cont .f_top .lf .logo {
        width: 2.68rem;
    }
    .footer .footer-cont .f_top {
        padding: 0;
        padding-bottom: .48rem;
    }
    .footer .footer-cont .f_center .nav {
        flex-direction: column;
        gap: .72rem;
    }
    .footer .footer-cont .f_center .nav .item {
        max-width: 100%;
    }
    .footer .footer-cont .f_center {
        padding-top: .6rem;
    }
    .footer .footer-cont .f_center .nav .item .tit {
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-down {
        display: block;
        width: .3rem;
        height: .3rem;
        margin-bottom: .45rem;
    }
    .footer .footer-cont .f_center .nav .item .item_l-box {
        display: none;
    }
    .footer .footer-cont .f_center .nav .item .item_l {
        font-size: 14px;
        gap: .4rem;
    }
    .footer {
        padding: 0 .16rem;
    }
    .footer .footer-cont .f_bottom {
        flex-direction: column;
        align-items: center;
        row-gap: .24rem;
    }
    .footer .footer-cont .f_bottom .lf .policy a {
        font-size: 12px;
    }
    .footer .footer-cont .f_bottom .rg .copyright {
        font-size: 12px;
    }
    
    .about_page .ab1 .cont .top .line_box {
        display: none;
    }
    .about_page .ab1 .cont .top .big_tit {
        display: none;
    }
    .about_page .ab1 .cont .top .info {
        flex-direction: column-reverse;
    }
    .about_page .ab1 .cont .top .info .desc .tit {
        color: #111;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
    }
    .about_page .ab1 .cont .top .info .desc .subtit {
        font-size: 16px;
        text-align: center;
    }
    .about_page .ab1 .cont .top .info .desc .txt {
        font-size: 14px;
    }
    .about_page .ab1 .cont .top .info .pic {
        width: 100%;
        height: auto;
        margin-top: .6rem;
    }
    .about_page .ab1 .cont .list {
        flex-wrap: wrap;
    }
    .about_page .ab1 .cont .list .item {
        width: 100%;
        height: 3.05rem;
    }
    .about_page .ab1 .cont .list .item .tit .num {
        font-size: 20px;
    }
    .about_page .ab1 .cont .list .item .tit .unit {
        font-size: 12px;
    }
    .about_page .ab1 .cont .list .item .txt {
        font-size: 16px;
    }
    .about_page .ab1 .cont .list .item .icon {
        width: .7rem;
        height: .7rem;
    }
    .ab2 .desc-tit.ny>.tit {
        width: 100%;
        font-size: 20px;
        text-align: center;
    }
    .about_page .ab2 .cont .info .lf {
        display: none;
    }
    .about_page .ab2 .cont .info .rg {
        width: 100%;
        padding: 0;
    }
    .about_page .ab2 .cont .info .rg .swiper_ab2_desc .swiper-slide .item {
        /*padding-right: .3rem;*/
    }
    .about_page .ab2 .cont .info .rg .swiper_ab2_desc .swiper-slide .item .year {
                font-size: 36px;
        text-align: center;
    }
    .about_page .ab2 .cont .info .rg .swiper_ab2_desc .swiper-slide .item .desc {
        overflow-y: auto;
        height: 200px;
        padding-right: .3rem;
    }
    .about_page .ab2 .cont .info .rg .swiper_ab2_desc .swiper-slide .item .desc .tit {
        font-size: 16px;
        text-align: center;
    }
    .about_page .ab2 .cont .info .rg .swiper_ab2_desc .swiper-slide .item .desc .txt {
        font-size: 14px;
        text-align: center;
    }
    .about_page .ab2 .cont .info .rg .swiper_ab2_desc .swiper-slide {
        width: 90%;
        /*padding-right: .3rem;*/
        /*margin-right: .3rem;*/
        margin-left: 2%;
        margin-right: 2%;
        padding-bottom: .3rem;
        border-bottom: 1px solid #CDCDCD;
    }
    .about_page .ab2 .cont .info .rg .swiper_ab2_desc .swiper-slide .item {
        padding-top: 0;
        height: 250px;
        /*overflow-y: auto;*/
        border-bottom: 0;
    }
    .about_page .ab2 .cont .info {
        height: auto;
    }
    .ab3 .desc-tit.ny>.tit {
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 1.2;
    }
    .about_page .ab3 .cont .list {
        overflow-x: auto;
    }
    .about_page .ab3 .cont .list::-webkit-scrollbar {
        height: 0;
    }
    .about_page .ab3 .cont .list .item {
        width: 4.6rem;
        flex-shrink: 0;
    }
    .about_page .ab3 .cont .list .item .desc .tit {
        font-size: 16px;
    }
    .about_page .ab3 .cont .list .item .desc .txt {
        font-size: 14px;
    }
    .about_page .ab3 {
        overflow: hidden;
        padding-bottom: 0;
    }
    .about_page .ab4 .cont .desc-tit {
        flex-direction: column;
    }
    .ab4 .desc-tit.ny>.tit {
        text-align: center;
        width: 100%;
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: .3rem;
    }
    .about_page .ab1 .cont .top .info .desc {
        width: 100%;
    }
    .about_page .ab4 .cont .desc-tit .rg {
        width: 100%;
    }
    .about_page .ab4 .cont .map_box {
        overflow: hidden;
        height: 2.5rem;
    }
    .ab5 .desc-tit.ny>.tit {
        font-size: 20px;
        margin-bottom: .2rem;
    }
    .type_list .item {
        font-size: 12px;
    }
    .about_page .ab5>.cont .bottom {
        height: auto;
        flex-direction: column;
    }
    .about_page .ab5>.cont .bottom .lf {
        width: 100%;
    }
    .about_page .ab5>.cont .bottom .lf .desc .tit {
        font-size: 16px;
    }
    .about_page .ab5>.cont .bottom .lf .desc .txt {
        font-size: 14px;
    }
    .about_page .ab5>.cont .bottom .rg {
        width: 100%;
    }
    .about_page .ab5>.cont .bottom .rg .cont .play_btn span {
        font-size: 12px;
    }
    .about_page .ab6 {
        height: 23px;
    }
    .about_page .ab6>.cont {
        padding-left: .32rem;
        padding-right: .32rem;
    }
    .about_page .ab6>.cont .card_box {
        flex-direction: column;
    }
    .about_page .ab6>.cont .card_box .lf {
        width: 100%;
        padding-left: .4rem;
        padding-right: .4rem;
        border-right: 0;
    }
    .about_page .ab6>.cont .card_box .rg {
        width: 100%;
        padding: .6rem 0.4rem 0.3rem .4rem;
    }
    .about_page .ab6>.cont .card_box .lf .list .item .num .value {
        font-size: 20px;
    }
    .about_page .ab6>.cont .card_box .lf .list .item .num .unit {
        font-size: 12px;
    }
    .about_page .ab6>.cont .card_box .lf .list .item .desc .tit {
        font-size: 14px;
    }
    .about_page .ab6>.cont .card_box .lf .list .item .desc .txt {
        font-size: 12px;
    }
    .about_page .ab6>.cont .card_box .rg .desc .tit {
        font-size: 16px;
    }
    .about_page .ab6>.cont .card_box .rg .desc .txt {
        font-size: 14px;
    }
    .about_page .ab6>.cont .card_box .rg .desc .link {
        font-size: 12px;
    }
    .about_page .ab6>.cont .card_box {
        height: 20rem;
    }
    .ab7 .desc-tit.ny>.tit {
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 1.2;
    }
    .ab7 .desc-tit.ny>.txt {
        font-size: 16px;
        text-align: center;
    }
    .about_page .ab7>.cont .list .item {
        width: 100%;
    }
    .about_page .ab7>.cont .list {
        flex-direction: column;
    }
    .about_page .ab7>.cont .subtit {
        font-size: 14px;
    }
    .about_page .ab7>.cont .list2 {
        height: auto;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .about_page .ab7>.cont .list2 {
        flex-wrap: wrap;
    }
    .about_page .ab7>.cont .list2 .item {
        width: calc(50% - .1rem);
    }
    .about_page .ab7>.cont .list2 .item .desc .tit {
        font-size: 14px;
    }
    .about_page .ab7>.cont .list2 .item .desc .txt {
        font-size: 12px;
    }
    .about_page .ab7>.cont .list2 .item_col {
        width: 100%;
    }
    .about_page .ab7>.cont .list2 .item_col .col_item .tit {
        font-size: 12px;
    }
    .about_page .ab8>.cont .top {
        flex-direction: column;
        align-items: center;
    }
    .ab8 .desc-tit.ny>.tit {
        width: 100%;
        text-align: center;
        font-size: 20px;
    }
    .ab8 .desc-tit.ny>.txt {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    .ab8 .ibtn-box .ibtn {
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
    .about_page .ab8>.cont .bottom .swiper_ab8_list .swiper-slide .item .desc .info .tag span {
        font-size: 12px;
    }
    .about_page .ab8>.cont .bottom .swiper_ab8_list .swiper-slide .item .desc .info .tag .icon {
        width: .22rem;
        height: .22rem;
    }
    .about_page .ab8>.cont .bottom .swiper_ab8_list .swiper-slide .item .desc .info .tit {
        font-size: 12px;
    }
    .ab8 .ibtn-box .ibtn2 .btn_txt {
        font-size: 12px;
    }
    .ab8 .desc-tit.ny>.txt {
        margin-bottom: .3rem;
    }
    .ab6 .desc-tit.ny.c-fff .tit {
        font-size: 20px;
    }
    .ab6 .desc-tit.ny.c-fff .txt {
        font-size: 12px;
    }
    .about_page .ab6>.cont .top .logo {
        flex-shrink: 0;
    }
    .about_page .ab7>.cont .list .tit {
        font-size: 12px;
    }
    .about_page .nybanner {
       height: 4.4rem;
       min-height: unset; 
    }
    .nybanner .cont .desc .tit {
        font-size: 20px;
    }
    .nybanner .bg .mask {
        display: none;
    }
    .about_page .ab1 .cont .top {
        padding-top: .8rem;
    }
    .about_page .ab6>.cont .card_box .rg .desc .link .icon {
        width: .4rem;
        height: .4rem;
    }
    
    .news_page .news1>.cont .top .tit {
        font-size: 20px;
    }
    .news_page .type_list .item {
        padding-left: .15rem;
        padding-right: .15rem;
    }
    .news_page .news1>.cont .top_news .swiper_top_news .swiper-slide .item {
        flex-direction: column;
    }
    .news_page .news1>.cont .top_news {
        height: auto;
    }
    .news_page .news1>.cont .top_news .swiper_top_news .swiper-slide .item .desc {
        width: 100%;
    }
    .news_page .news1>.cont .top_news .swiper_top_news .swiper-slide .item .pic {
        width: 100%;
    }
    .news_page .news1>.cont .top_news .swiper_top_news .swiper-slide .item .desc {
        padding: .4rem;
    }
    .news_page .news1>.cont .top_news .swiper_top_news .swiper-slide .item .desc .info .tag .icon {
        width: .3rem;
        height: .3rem;
    }
    .news_page .news1>.cont .top_news .swiper_top_news .swiper-slide .item .desc .info .tag span {
        font-size: 12px;
    }
    .news_page .news1>.cont .top_news .swiper_top_news .swiper-slide .item .desc .info .tit {
        font-size: 14px;
    }
    .news_page .news1>.cont .top_news .swiper_top_news .swiper-slide .item .desc .txt {
        font-size: 12px;
    }
    .news_page .ibtn-box .ibtn {
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
    .news_page .news1>.cont .new_list .item {
        width: 100%;
        height: auto;
    }
    .news_page .news1>.cont .new_list .item .desc .info .tag .icon {
        width: .3rem;
        height: .3rem;
    }
    .news_page .news1>.cont .new_list .item .desc .info .tag span {
        font-size: 12px;
    }
    .news_page .news1>.cont .new_list .item .desc .info .tit {
        font-size: 14px;
    }
    .ibtn-box .ibtn2 .btn_txt {
        font-size: 12px;
    }
    .ibtn-box .ibtn2 .btn_icon {
        width: .2rem;
        height: .2rem;
    }
    .news_page .news_detail .cont {
        flex-direction: column;
    }
    .news_page .news_detail .cont .lf {
        width: 100%;
    }
    .news_page .news_detail .cont .lf .top .date .icon {
        width: .3rem;
        height: .3rem;
    }
    .news_page .news_detail .cont .lf .top .date span {
        font-size: 12px;
    }
    .news_page .news_detail .cont .lf .top .tit {
        font-size: 16px;
    }
    .news_page .news_detail .cont .lf .html_cont p {
        font-size: 12px;
    }
    .news_page .news_detail .cont .lf .page_box .page_item .tit {
        max-width: 100%;
        font-size: 12px;
    }
    .news_page .news_detail .cont .rg {
        width: 100%;
    }
    .news_page .news_detail .cont .rg .recommend_news>.tit {
        font-size: 16px;
    }
    .news_page .news_detail .cont .rg .recommend_news .list .item .desc .tit {
        font-size: 14px;
        line-height: 1.2;
    }
    .news_page .news_detail .cont .rg .recommend_news .list .item .desc .date {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 1.2;
    }
    .news_page .news_detail .cont .rg .btn span {
        font-size: 12px;
    }
    .news_page .news_detail .cont .rg .btn .btn_icon {
        width: .2rem;
        height: .2rem;
    }
    
    .rd1 .desc-tit.ny>.tit {
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 1.2;
    }
    .rd1 .desc-tit.ny>.txt {
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
    .developer_page .rd1 .qiu_list .item {
        /*position: static;*/
        aspect-ratio: unset;
        width: 3.2rem!important;
        position: relative!important;
        top: auto!important;
        left: auto!important;
        right: auto!important;
        bottom: auto!important;
    }
    .swiper-qiu .swiper-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .developer_page .rd1 .qiu_list {
        position: static;
    }
    .developer_page .rd1 {
        min-height: unset;
        padding-bottom: 0;
    }
    .developer_page .rd2 {
        padding-top: 1.4rem;
    }
    .developer_page .rd2 .cont {
        flex-direction: column;
        height: auto;
    }
    .developer_page .rd2 .cont .lf {
        display: none;
    }
    .developer_page .rd2 .cont .rg {
        width: 100%;
        padding-left: 0;
    }
    .rd2 .desc-tit.ny>.tit {
        text-align: center;
        font-size: 20px;
        line-height: 1.2;
        width: 100%;
    }
    .rd2 .desc-tit.ny>.txt {
        width: 100%;
        font-size: 14px;
        text-align: center;
    }
    .rd2 .desc-tit.ny {
        margin-bottom: .5rem;
    }
    .developer_page .rd1 .qiu_list .item .content {
        width: 2.96rem;
        height: 2.96rem;
    }
    .developer_page .rd1 .qiu_list {
        overflow: visible;
        padding-left: .32rem;
        padding-right: .32rem;
    }
    .developer_page .rd1 .qiu_list .item {
        display: flex;
        justify-content: flex-end;
    }
    .swiper-qiu .swiper-wrapper {
        row-gap: .3rem;
    }
    /*.developer_page .rd1 .qiu_list .item:nth-of-type(4) .bg2 {*/
    /*    transform: translateX(0.3rem) translateY(0rem) rotate(30deg);*/
    /*}*/
    .developer_page .rd1 .qiu_list .item .bg2 {
        transition: all 0.4s ease;
        transform: translateX(-0.24rem) translateY(0rem) rotate(190deg);
    }
    .developer_page .rd1 .qiu_list .item .bg {
        /*background: transparent;*/
        width: 2.96rem;
        height: 2.96rem;
        inset: unset;
        right: 0;
    }
    .developer_page .rd1 .qiu_list .item:nth-child(2n) .bg {
        left: 0;
    }
    .developer_page .rd1 .qiu_list .item:nth-of-type(2) .bg2 {
        transform: translateX(0.24rem) translateY(0rem) rotate(0deg);
    }
    .developer_page .rd1 .qiu_list .item:nth-of-type(4) .bg2 {
        transform: translateX(0.24rem) translateY(0rem) rotate(30deg);
    }
    .developer_page .rd1 .qiu_list .item:nth-of-type(5) .bg2 {
        transform: translateX(-0.24rem) translateY(0rem) rotate(160deg);
    }
    .developer_page .rd1 .qiu_list .item:nth-of-type(6) .bg2 {
        transform: translateX(0.24rem) translateY(0rem) rotate(30deg);
    }
    
    .rd2 .developer_page .rd2 .cont .rg {
        padding-top: 0;
    }
    
    .pol_page .nybanner {
        height: 8rem;
        min-height: unset;
        margin-bottom: 0;
    }
    .pol_page .pol6 .wrap .swiper_pol6 .swiper-slide .list .item {
        width: 100%;
    }
    .pol_page .pol6 .wrap .swiper_pol6 .swiper-slide .list .item .info .ibtn .btn_txt {
        font-size: 12px;
    }
    .pol_page .pol6 .wrap .swiper_pol6 .swiper-slide .list .item .info .desc .tit {
        font-size: 16px;
    }
    .pol_page .pol6 .wrap .swiper_pol6 .swiper-slide .list .item .info .desc .subtit {
        font-size: 14px;
    }
    .desc-tit.ny.text-center>.tit {
        font-size: 20px;
    }
    .pol_page .pol4 .wrap .list {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .pol_page .pol4 .wrap .list .item {
        width: 80%;
        flex-shrink: 0;
    }
    .pol_page .pol4 .wrap .list .item .info .tit {
        font-size: 16px;
    }
    .desc-tit.ny.text-center>.txt {
        font-size: 14px;
    }
    .pol_page .pol2 .wrap .list {
        gap: 0;
        row-gap: .4rem;
    }
    .pol_page .pol2 .wrap .list .item {
        width: 50%;
        /*justify-content: center;*/
    }
    .pol_page .pol2 .wrap .list .item .desc .subtit {
        font-size: 12px;
    }
    .pol_page .pol2 .wrap .list .item .desc .tit {
        font-size: 14px;
    }
    .pol_page .pol2 {
        padding-bottom: 0;
    }
    .pol_page .pol3 .wrap .card1 .info {
        padding: .5rem;
    }
    .pol_page .pol3 .wrap .card1 .info .desc .tit {
        font-size: 20px;
    }
    .pol_page .pol3 .wrap .card1 .info .desc .txt {
        font-size: 14px;
    }
    .pol_page .pol8 .wrap .card2 {
        height: 6rem;
    }
    .pol_page .pol8 .wrap .card2 .info .tit {
        font-size: 20px;
    }
    .pol_page .pol8 .wrap .card3 {
        height: auto;
        flex-direction: column;
    }
    .pol_page .pol8 .wrap .card3 .desc {
        padding: .5rem .5rem .2rem .5rem;
    }
    .pol_page .pol8 .wrap .card3 .desc .tit {
        font-size: 20px;
    }
    .pol_page .pol8 .wrap .card3 .desc .txt {
        font-size: 14px;
    }
    .pol_page .pol8 .wrap .card3 .video_box {
        width: 100%;
    }
    .pol_page .pol8 .wrap .card3 .video_box .pic .play_box {
        width: .6rem;
        height: .6rem;
    }
    .pol_page .pol8 .wrap .card3 .desc .tit {
        margin-bottom: .16rem;
    }
    .pol_page .pol9 .wrap .cont .list .item {
        width: 100%;
    }
    .pol_page .pol9 .wrap .top .desc-tit {
        width: 50%;
    }
    .desc-tit.ny>.tit {
        font-size: 20px;
    }
    .pol_page .pol9 .wrap .top .desc-tit>.txt {
        font-size: 14px;
    }
    .pol_page .pol9 .wrap .top .type_list .item {
        padding: .13rem;
    }
    .pol_page .pol9 .wrap .cont .list .item .desc .tit {
        font-size: 14px;
        margin-bottom: .2rem;
    }
    .pol_page .pol9 .wrap .cont .list .item .desc .down .d_txt {
        font-size: 12px;
    }
    .pol_page .pol9 .wrap .cont .list .item .desc .down .d_icon {
        width: .5rem;
        height: .5rem;
    }
    .pol_page .pol9 .wrap .cont .list .item .icon {
        width: 1.1rem;
        height: 1.1rem;
    }
    .pol_page .pol8 {
        padding-bottom: 0;
    }
    .pol_page .pol8 .wrap .card2 {
        margin-bottom: .8rem;
    }
    .pol_page .pol6 {
        padding-bottom: 0;
    }
    .pol_page .pol6 .wrap .swiper_pol6 .swiper-action {
        margin-top: .2rem;
    }
    .pol_page .pol4 {
        padding-bottom: 0;
    }
    .pol_page .pol3 {
        padding-bottom: 0;
    }
    .prodc_page .prodc2 .wrap .module-grid .mcard {
        margin-bottom: .2rem;
    }
    .prodc_page .prodc2 .wrap .module-grid .mcard:last-child {
        margin-bottom: .2rem;
    }
    
    .nybanner {
        height: 8rem;
        min-height: unset;
    }
    .prodc_page .nybanner {
        width: 100%;
        overflow: hidden;
    }
    .prodc_page .prodc1 .wrap {
        flex-direction: column;
    }
    .prodc_page .prodc1 .wrap .tit {
        width: 100%;
        text-align: center;
        font-size: 20px;
    }
    .prodc_page .prodc1 .wrap .txt {
        max-width: 100%;
        padding-right: 0;
        font-size: 14px;
        /*text-align: justify;*/
    }
    .prodc_page .prodc1 {
        padding-bottom: 0;
    }
    .prodc_page .prodc2 .wrap .module-grid {
        display: flex;
        flex-direction: column;
    }
    .prodc_page .prodc2 .wrap .module-grid .mcard .bg {
        position: static;
    }
    .prodc_page .prodc2 {
        padding-bottom: 0;
    }
    .prodc_page .prodc4 .wrap .list .item {
        width: 100%;
    }
    .prodc_page .prodc4 .wrap .desc-tit {
        margin-bottom: .5rem;
    }
    .prodc_page .prodc4 .wrap .list .item .tit {
        font-size: 16px;
    }
    .prodc_page .prodc4 {
        padding-bottom: 0;
    }
    .prodc_page .prodc3 .wrap .list .item {
        padding: 0 0.3rem;
        height: 1.2rem;
    }
    .prodc_page .prodc5 .wrap .cont {
        flex-direction: column;
    }
    .prodc_page .prodc5 .wrap .cont .filters {
        position: static;
        width: 100%;
    }
    .prodc_page .prodc5 .wrap .cont .filters>.tit {
        font-size: 14px;
    }
    .prodc_page .prodc5 .wrap .cont .filters .list .item .top .tit {
        font-size: 14px;
    }
    .prodc_page .prodc5 .wrap .cont .filters .list .item .checkbox_list .cbox_item span {
        font-size: 14px;
    }
    .prodc_page .prodc5 .wrap .cont .rg {
        padding-left: 0;
    }
    .prodc_page .prodc5 .wrap .cont .rg .list .item {
        width: 100%;
    }
    .prodc_page .prodc5 .wrap .cont .rg .top .clear span {
        font-size: 14px;
    }
    .prodc_page .prodc5 .wrap .cont .rg .list .item .desc .info .tit {
        font-size: 12px;
    }
    .prodc_page .prodc5 .wrap .cont .rg .list .item .desc .info .subtit {
        font-size: 16px;
    }
    .prodc_page .prodc5 .wrap .cont .rg .list .item .desc .info .tag_list .tag {
        font-size: 12px;
    }
    .prodc_page .prodc5 .wrap .cont .rg .list .item .desc .btn {
        font-size: 12px;
    }
    .prodc_page .prodc5 .wrap .cont .rg .list .item .desc .btn .btn_icon {
        width: .3rem;
        height: .3rem;
    }
    .prodc_page .prodc5 .wrap .cont .rg .list .item .is_new {
        width: .7rem;
        height: .7rem;
    }
    .prodc_page .nybanner .cont .desc .tit {
        font-size: 20px;
    }
    .prodc_page .nybanner .cont .desc .txt {
        font-size: 14px;
    }
    .prodc_page .prodc5 .wrap .cont .rg .top .filter_tags .tag span {
        font-size: 14px;
    }
    .prodd_page .prodd1 .wrap .tit {
        font-size: 1.8rem;
    }
    .prodd_page .prodd1 .wrap .swiper_prodd1_list {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .prodd_page .prodd1 .wrap .swiper_prodd1_list .swiper-slide {
        width: 1.1rem;
    }
    .prodd_page .prodd1 .wrap .swiper_prodd1_list .swiper-slide .item .pic {
        height: .82rem;
    }
    .prodd_page .prodd2 {
        padding: .8rem 0;
    }
    .prodd_page .prodd2 .wrap .top {
        flex-direction: column;
        gap: .3rem;
    }
    .prodd_page .prodd2 .wrap .top .rg {
        width: 100%;
    }
    .prodd_page .prodd2 .wrap .top .rg .txt {
        font-size: 14px;
    }
    .prodd_page .prodd2 .wrap .top .lf .tit {
        font-size: 20px;
        text-align: center;
    }
    .prodd_page .prodd2 .wrap .top .lf .subtit {
        font-size: 14px;
        text-align: center;
    }
    .prodd_page .prodd2 .wrap .center>.tit {
        font-size: 20px;
    }
    .prodd_page .prodd2 .wrap .center .swiper_prodd2 .swiper-slide .item .tit {
        font-size: 16px;
    }
    .prodd_page .prodd2 .wrap .center .swiper_prodd2 .swiper-slide .item .txt {
        font-size: 12px;
    }
    .prodd_page .prodd4 .wrap .desc-tit {
        align-items: center;
    }
    .prodd_page .prodd4 .wrap .cont table tbody tr td {
        font-size: 12px;
    }
    .prodd_page .prodd2 {
        padding-bottom: 0;
    }
    .prodd_page .prodd4 {
        padding-bottom: 0;
    }
    .prodd_page .prodd5 {
        padding-bottom: 0;
    }
    .prodd_page .prodd5 .wrap .desc-tit {
        align-items: center;
    }
    .prodd_page .prodd5 .wrap .cont .swiper_prodd5 .swiper-slide .item .info .tit {
        font-size: 16px;
    }
    .prodd_page .prodd5 .wrap .cont .swiper_prodd5 .swiper-slide .item .info .txt {
        font-size: 12px;
    }
    .prodd_page .prodd5 .wrap .cont .swiper_prodd5 {
        height: 5rem;
    }
    .prodd_page .prodd5 .wrap .cont .swiper_prodd5_botm {
        max-width: 100%;
        padding-left: 0;
    }
    .prodd_page .prodd5 .wrap .cont .swiper_prodd5_botm .swiper-slide .item {
        margin: 0 0.2rem;
    }
    .prodd_page .prodd7 .wrap .cont {
        flex-direction: column;
        height: auto;
    }
    .prodd_page .prodd7 .wrap .cont .desc {
        padding: .5rem;
    }
    .prodd_page .prodd7 .wrap .cont .desc .tit {
        font-size: 20px;
        text-align: center;
        margin-bottom: .3rem;
    }
    .prodd_page .prodd7 .wrap .cont .desc .txt {
        font-size: 12px;
    }
    .prodd_page .prodd7 .wrap .cont .pic {
        width: 100%;
    }
    
    .prodc_page .prodc2 .wrap .module.mod4 {
        height: auto;
    }
    .prodc_page .prodc2 .wrap .module .mcard {
        position: static;
        width: 100%!important;
        height: auto!important;
        margin-bottom: .2rem;
    }
    .prodc_page .prodc2 .wrap .module .mcard .bg {
        position: static;
    }
    .prodc_page .prodc6 .wrap .list .item .cont .mask {
        width: 100%;
    }
    .prodc_page .prodc6 .wrap .list .item {
        height: 4.5rem;
    }
    .prodc_page .prodc6 {
        padding-bottom: 0;
    }
    .prodc_page .prodc7 .wrap .list {
        gap: 0;
        row-gap: .4rem;
    }
    .prodc_page .prodc7 .wrap .list .item {
        width: 50%;
    }
    .prodc_page .prodc7 .wrap .list .item .desc .subtit {
        font-size: 12px;
    }
    .prodc_page .prodc7 .wrap .list .item .desc .tit {
        font-size: 12px;
    }
    .prodc_page .prodc7 .wrap .list .item {
        justify-content: cont;
    }
    .prodc_page .prodc6 .wrap .list .item .cont .desc .tit {
        font-size: 20px;
    }
    .prodc_page .prodc6 .wrap .list .item .cont .desc .txt {
        font-size: 12px;
    }
    .prodc_page .prodc6 .wrap .list .item .cont .desc .txt {
        max-height: 2.3rem;
        overflow-y: auto;
    }
    .prodc_page .prodc6 .wrap .list .item .cont {
        padding: .5rem;
    }
    .prodc_page .prodc6 .wrap .list {
        gap: .4rem;
    }
        .prodc_page .prodc2 .wrap .module.mod1 {
        height: auto;
    }
        .prodc_page .prodc2 .wrap .module.mod2 {
        height: auto;
    }
        .prodc_page .prodc2 .wrap .module.mod3 {
        height: auto;
    }
        .prodc_page .prodc2 .wrap .module.mod4 {
        height: auto;
    }
    .prodc_page .prodc2 .wrap .module.mod5 {
        height: auto;
    }
        .prodc_page .prodc2 .wrap .module.mod6 {
        height: auto;
    }
        .prodc_page .prodc2 .wrap .module.mod7 {
        height: auto;
    }
    .prodc_page .prodc2 .wrap .module.mod8 {
        height: auto;
    }
    .prodc_page .prodc2 .wrap .module.mod9 {
        height: auto;
    }
        .prodc_page .prodc2 .wrap .module.mod10 {
        height: auto;
    }
        .prodc_page .prodc2 .wrap .module.mod11 {
        height: auto;
    }
    .prodc_page .prodc2 .wrap .module.show {
        margin-bottom: 0;
    }
    .prodc_page .prodc2 .wrap .desc-tit {
        margin-bottom: .4rem;
    }
    .developer_page .rd2 {
        height: auto;
        padding-bottom: 0;
    }
    .developer_page .rd2 .inner {
        position: static;
    }
    .developer_page .rd2 .cont .swiper_rd2 {
        position: static;
    }
    .developer_page .rd2 .cont .swiper_rd2 {
        padding-left: 0;
    }
    .developer_page .rd2 .cont .swiper_rd2 .swiper-wrapper {
        height: 4.2rem;
    }
    .developer_page .rd2 .cont .swiper_rd2 .swiper-wrapper .swiper-slide .item .desc .tit {
        font-size: 16px;
        margin-bottom: .2rem;
    }
    .developer_page .rd2 .cont .swiper_rd2 .swiper-wrapper .swiper-slide .item .ul {
        font-size: 12px;
    }
    .rd3 .desc-tit.ny>.txt {
        font-size: 14px;
    }
    .developer_page .rd3 .cont .list .item:first-child .txt {
        font-size: 14px;
    }
    .developer_page .rd3 {
        padding-bottom: 0;
    }
    .developer_page .rd4 .desc-tit.ny>.txt {
        font-size: 14px;
    }
    .developer_page .rd4 .cont .card_box .lf {
        width: 100%;
        padding-right: 0;
    }
    .developer_page .rd4 .cont .card_box {
        height: auto;
    }
    .developer_page .rd4 .cont .card_box .lf .list {
        height: auto;
    }
    .developer_page .rd4 .cont .card_box .lf>.tit {
        font-size: 16px;
    }
    .developer_page .rd4 .cont .card_box .lf .list .item .tit span {
        font-size: 14px;
    }
    .developer_page .rd4 .cont .card_box .lf .list .item.active .info {
        max-height: unset;
        font-size: 12px;
    }
    .developer_page .rd4 {
        padding-bottom: 0;
    }
    .desc-tit.ny>.txt {
        font-size: 14px;
    }
    .developer_page .rd5>.cont .list .item {
        width: 100%;
    }
    .developer_page .rd5>.cont .list {
        flex-wrap: wrap;
        gap: .3rem;
    }
    .developer_page .rd5 .map_box .bg {
        display: none;
    }
    .developer_page .rd5 .map_box .cont {
        position: static;
        padding: 0;
    }
    .developer_page .rd5 .map_box .cont .card_list {
        top: 0;
        transform: translateY(0);
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: .2rem;
        width: 100%;
    }
    .developer_page .rd5>.cont .list .item .txt p {
        font-size: 14px;
    }
    .developer_page .rd5>.cont .list .item .txt p:last-child {
        font-size: 14px;
    }
    .developer_page .rd5 .map_box .cont .card_list .item {
        display: block;
    }
    .developer_page .rd5 .map_box .cont .point_list {
        display: none;
    }
    .developer_page .rd5 .map_box .cont .type_list {
        display: none;
    }
    .developer_page .rd5 .map_box .cont {
        margin-top: .5rem;
    }
    .developer_page .rd5 .map_box .cont .card_list .item .desc .tit {
        font-size: 16px;
    }
    .developer_page .rd5 .map_box .cont .card_list .item .desc .ul .li {
        font-size: 12px;
        line-height: 1.2;
    }
    .developer_page .rd5 .map_box .cont .card_list .item .desc .ul .li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        width: 0.12rem;
        height: 0.03rem;
        background-color: var(--vicolor);
    }
    .developer_page .rd5 {
        padding-bottom: 0;
    }
    .developer_page .rd6 {
        padding-top: .8rem;
    }
    .developer_page .rd6 .cont .desc-tit {
        align-items: cont;
    }
    .developer_page .rd6 .cont .desc-tit.ny>.tit {
        text-align: center;
    }
    .developer_page .rd6 .cont .list .item.active {
        flex-direction: column;
    }
    .developer_page .rd6 .cont .list .item .rg {
        width: 100%;
    }
    .developer_page .rd6 .cont .list {
        padding-left: .32rem;
    }
    .developer_page .rd6 .cont .list .item .lf {
        width: 100%;
        padding-right: .32rem;
    }
    .developer_page .rd6 .cont .list .item .lf .desc .tit {
        font-size: 20px;
    }
    .developer_page .rd6 .cont .list .item .lf .desc .txt {
        font-size: 14px;
        margin-bottom: .3rem;
    }
    
    .services_page .serv3>.cont {
        flex-direction: column;
    }
    .services_page .serv3>.cont .lf {
        width: 100%;
    }
    .services_page .serv3>.cont .lf .desc-tit.ny {
        margin-bottom: 0;
    }
    .services_page .serv3>.cont .lf .info .list .item .tit {
        font-size: 14px;
    }
    .services_page .serv3>.cont .lf .info .list .item .txt {
        font-size: 14px;
    }
    .services_page .serv3>.cont .rg {
        width: 100%;
        margin-top: .5rem;
    }
    .form_box .tit {
        margin-bottom: 0.3rem;
    }
    .form_box .form_row .form_item.focus label {
        font-size: 10px;
    }
    .form_box .form_btn span {
        font-size: 14px;
    }
    .form_box .form_btn .icon {
        width: .35rem;
    }
    .services_page .serv3 {
        padding: 1.9rem 0;
        position: relative;
    }
    
    .services_page .serv1 {
        height: auto;
        min-height: unset;
    }
    .serv1 .desc-tit.ny>.tit {
        width: 100%;
        text-align: center;
    }
    .services_page .serv1>.cont .list .item {
        transform: translateY(0rem)!important;
        min-height: unset;
        width: 100%;
    }
    .services_page .serv1>.cont .list {
        flex-direction: column;
        align-items: flex-start;
        row-gap: .4rem;
    }
    .services_page .serv1>.cont .list .item .line {
        display: none;
    }
    .services_page .serv1>.cont .list .item .desc .tit {
        font-size: 16px;
    }
    .services_page .serv1>.cont .list .item .desc .txt {
        font-size: 14px;
    }
    .services_page .serv2>.cont .bottom .swiper_serv2_list .swiper-slide .item .desc .info .tag span {
        font-size: 12px;
    }
    .services_page .serv2>.cont .bottom .swiper_serv2_list .swiper-slide .item .desc .info .tit {
        font-size: 14px;
    }
    .serv2 .ibtn-box .ibtn {
        padding: .2rem .28rem;
    }
    .services_page .serv2 {
        padding: .8rem 0 0;
    }
    .services_page .serv3 {
        padding-top: 1.8rem;
        padding-bottom: 1rem;
    }
    .services_page .serv4>.cont .bottom {
        flex-direction: column;
    }
    .services_page .serv4>.cont .bottom .lf {
        width: 100%;
    }
    .services_page .serv4>.cont .bottom .lf {
        position: static;
    }
    .services_page .serv4>.cont .bottom .lf .list .item .tit {
        font-size: 14px;
    }
    .services_page .serv4>.cont .bottom .lf .list .item.active .ul {
        font-size: 14px;
    }
    .services_page .serv4>.cont .bottom .rg {
        width: 100%;
    }
    .services_page .serv4>.cont .bottom .rg .list1 .item {
        width: 100%;
    }
    .services_page .serv4>.cont .bottom .rg .list1 .item .desc .tit {
        font-size: 16px;
    }
    .services_page .serv4>.cont .bottom .rg .list1 .item .txt {
        font-size: 14px;
    }
    .services_page .serv4>.cont .bottom .rg .list1 .item .btn span {
        font-size: 12px;
    }
    .services_page .serv4>.cont .bottom .rg .tit {
        font-size: 20px;
    }
    .services_page .serv4>.cont .bottom .rg .list2 .tit {
        font-size: 12px;
    }
    .search_page .search_box .top {
        padding: 1.9rem .32rem 0;
    }
    .search_page .search_box .top .form {
        width: 100%;
    }
    .search_page .search_box .top .form .form_item {
        width: 100%;
    }
    .search_page .search_box .top .form .form_item {
        height: .8rem;
    }
    .search_page .search_box .top .form .form_item input {
        font-size: 14px;
    }
    .search_page .search_box .top .form .form_item input::placeholder {
        color: #999999;
        font-size: 14px;
    }
    .search_page .search_box .cont {
        padding: .8rem .32rem;
    }
    .search_page .search_box .cont .products_list .item {
        width: 100%;
        justify-content: flex-start;
    }
    .search_page .search_box .top .filter_list a {
        font-size: 14px;
    }
    .search_page .search_box .cont .products_list .item .desc .info .tit {
        font-size: 14px;
    }
    .search_page .search_box .cont .products_list .item .desc .info .subtit {
        font-size: 12px;
    }
    .search_page .search_box .cont .products_list .item .desc .info .tag_list .tag {
        font-size: 12px;
    }
    .search_page .search_box .cont .products_list .item .desc .btn {
        font-size: 12px;
    }
    .search_page .search_box .cont .products_list .item .desc .btn .btn_icon {
        width: .3rem;
        height: .3rem;
    }
    .search_page .search_box .cont .products_list .item {
        height: auto;
    }
    .search_page .search_box .cont .files_list .file_item {
        width: calc( 50% - .2rem );
    }
    .search_page .search_box .cont .files_list .video_item {
        width: calc( 50% - .2rem );
    }
    .search_page .search_box .cont .files_list .video_item .desc .tit {
        font-size: 12px;
    }
    .search_page .search_box .cont .files_list .file_item .desc .tit {
        font-size: 14px;
    }
    .search_page .search_box .cont .files_list .file_item .btn span {
        font-size: 12px;
    }
    .search_page .search_box .cont .files_list .file_item .btn .icon {
        width: .45rem;
        height: .45rem;
    }
    .page_box2 .page_num .num {
        font-size: 12px;
    }
    .sol_page .nybanner .cont .desc .tit {
        font-size: 20px;
    }
    .sol_page .sol1 .wrap {
        flex-direction: column;
    }
    .sol_page .sol1 .wrap .tit {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        font-size: 20px;
    }
    .sol_page .sol1 .wrap .txt {
        max-width: unset;
        padding-right: 0;
        font-size: 14px;
        text-align: justify;
    }
    .sol_page .sol1 {
        padding-bottom: 0;
    }
    .sol_page .desc-tit {
        margin-bottom: .3rem;
    }
    .sol_page .sol2 .wrap .pic {
        height: auto;
    }
    .sol_page .sol2 {
        padding-bottom: 0;
    }
    .sol_page .sol3 .wrap .module.mod1 {
        height: auto;
    }
    .sol_page .sol3 .wrap .module .mcard {
        position: static;
        width: 100%!important;
        height: auto!important;
        margin-bottom: .2rem;
    }
    .sol_page .sol3 .wrap .module .mcard:last-child {
        margin-bottom: 0;
    }
    .sol_page .sol3 .wrap .module .mcard .bg {
        position: static;
    }
    .sol_page .sol3 {
        padding-bottom: 0;
    }
    .sol_page .sol6 {
        padding-bottom: 0;
    }
    .sol_page .sol6 .wrap .swiper_sol6 .swiper-slide .list .item {
        width: 100%;
    }
    .sol_page .sol6 .wrap .swiper_sol6 .swiper-slide .list .item .info .desc .tit {
        font-size: 16px;
    }
    .sol_page .sol6 .wrap .swiper_sol6 .swiper-slide .list .item .info .desc .subtit {
        font-size: 12px;
    }
    .sol_page .sol6 .wrap .swiper_sol6 .swiper-slide .list .item .info .ibtn .btn_txt {
        font-size: 12px;
    }
    .sol_page .sol6 .wrap .swiper_sol6 .swiper-slide .list .item .info .ibtn .btn_icon {
        width: .3rem;
        height: .3rem;
    }
    .sol_page .sol6 .wrap .swiper_sol6 .swiper-action {
        margin-top: .5rem;
    }
    .sol_page .sol6 .wrap .swiper_sol6 .swiper-slide .list .item .info .desc .txt {
        font-size: 12px;
    }
    .sol_page .sol7 .wrap .top .desc-tit {
        width: 50%;
    }
    .type_list .item {
        padding: .13rem;
    }
    .sol_page .sol7 .wrap .cont .list .item {
        width: 100%;
    }
    .sol_page .sol7 .wrap .cont .list .item .desc .tit {
        margin-bottom: .3rem;
        font-size: 14px;
    }
    .sol_page .sol7 .wrap .cont .list .item .desc .down .d_txt {
        font-size: 12px;
    }
    .page_box2 .prev img, .page_box2 .next img {
        height: .2rem;
    }
    .sol_page .nybanner .cont .desc {
        margin-bottom: 0;
    }
    .ind_page .ind3 {
        height: 90vh;
    }
    .mearth {
        position: absolute;
        /*top: 50%;*/
        top: 40%;
        left: 50%;
        width: 5.3rem!important;
        transform: translate(-50%,-50%);
    }
    .ind_page .ind3 .earth .tit {
        z-index: 2;
    }
    .ind_page .ind3 .cont {
        padding-left: .32rem;
    }
    .ind_page .ind3 .cont .swiper_ind3_card {
        height: 110px;
    }
    .ind_page .ind3 .cont .swiper_ind3_card .swiper-slide .item {
        padding: 26px 30px;
    }
    .ind_page .ind3 .cont .swiper_ind3_card .swiper-slide .item .desc {
        gap: 18px;
    }
    .ind_page .ind3 .cont .swiper_ind3_card .swiper-slide .item .desc .tit {
        font-size: 16px;
    }
    .ind_page .ind3 .cont .swiper_ind3_card .swiper-slide {
        width: 5.8rem;
    }
    .ind_page .ind3 .cont .swiper_ind3_card .swiper-slide .item .desc .txt {
        font-size: 14px;
    }
    .ind_page .ind3 .cont .swiper_ind3_card .swiper-slide .item .desc .tit .icon {
        width: 24px;
        height: 24px;
    }
    .pol_page .pol1 {
        padding-bottom: 0;
    }
    .pol_page .pol1 .wrap {
        flex-direction: column;
    }
    .pol_page .pol1 .wrap .tit {
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;
    }
    .pol_page .pol1 .wrap .txt {
        padding-right: 0;
        font-size: 14px;
    }
    .pol_page .pol8 .wrap .card1 {
        margin-bottom: .2rem;
    }
    .pol_page .pol8 .wrap .card1 .pic {
        object-fit: contain;
    }
    .pol_page .pol8 .wrap .card1 .pic img {
        object-fit: contain;
    }
    .pol_page .pol3 .wrap .card2 {
        margin-top: .2rem;
    }
    .pol_page .pol3 .wrap .card2 .info {
        padding: .5rem;
    }
    .pol_page .pol3 .wrap .card2 .info .list .item .tit {
        font-size: 16px;
    }
    .pol_page .pol3 .wrap .card2 .info .list .item .txt {
        font-size: 14px;
    }
    .pol_page .pol7 .wrap .pic {
        width: 100%;
        position: static;
        transform: translate(0);
    }
    .pol_page .pol7 {
        padding-bottom: 0;
    }
    .pol_page .pol7 .wrap {
        flex-direction: column;
        height: auto;
    }
    .pol_page .pol7 .wrap .tit {
        max-width: 100%;
        width: 100%;
        flex-shrink: 0;
        text-align: center;
        font-size: 20px;
        margin-bottom: .3rem;
    }
    .pol_page .pol7 .wrap .txt {
        max-width: 100%;
        width: 100%;
        flex-shrink: 0;
        text-align: center;
        font-size: 14px;
    }
    .pol_page .pol8 .wrap .list {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom: .8rem;
    }
    .pol_page .pol8 .wrap .list::-webkit-scrollbar {
        height: 0;
    }
    .pol_page .pol8 .wrap .list .item {
        width: 60%;
        flex-shrink: 0;
    }
    .pol_page .pol8 .wrap .list .item .tit {
        font-size: 14px;
    }
    .nybanner .bg .img {
        object-position: bottom;
    }
    .pol_page .nybanner .cont .desc .tit {
        font-size: 20px;
    }
    .pol_page .nybanner .cont .desc .txt {
        font-size: 14px;
    }
    .pol_page .nybanner .cont .desc {
        margin-top: -1.2rem;
    }
    .pol_page .pol9 .wrap .top {
        justify-content: space-between;
        align-items: center;
    }
    .pol_page .pol9 .wrap .top .desc-tit {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: .2rem;
    }
    .pol_page .pol9 .wrap .top {
        flex-direction: column;
    }
    .sol_page .sol7 .wrap .top {
        flex-direction: column;
        align-items: center;
    }
    .sol_page .sol7 .wrap .top .desc-tit {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: .2rem;
    }
    .news_page .news1>.cont .top {
        flex-direction: column;
    }
    .news_page .news1>.cont .top .tit {
        margin-bottom: .2rem;
    }
    .about_page .ab5>.cont .desc-tit {
        flex-direction: column;
        align-items: center;
    }
    .developer_page .rd3 .cont .list .item .txt {
        font-size: 14px;
    }
    .app_page .nybanner .cont .desc {
        left: .32rem;
        transform: translateX(0);
    }
    .app_page .nybanner .cont .desc .tit {
        text-align: left;
        font-size: 20px;
    }
    .app_page .nybanner .cont .desc .txt {
        text-align: left;
        font-size: 14px;
    }
    .app_page .app1 .wrap {
        flex-direction: column;
    }
    .app_page .app1 .wrap .info .tit {
        font-size: 20px;
    }
    .app_page .app1 .wrap .info .txt {
        font-size: 14px;
    }
    .app_page .app1 .wrap .list {
        width: 100%;
    }
    .app_page .app2 .wrap .pic {
        width: 100%;
    }
    .desc-tit.ny.text-center .subtit {
        font-size: 14px;
    }
    .app_page .app4 .wrap {
        flex-direction: column;
    }
    .app_page .app4 .wrap .swiper_app4 {
        width: 100%;
    }
    .app_page .app4 .wrap {
        height: auto;
    }
    .app_page .app3 .wrap .list {
        padding: 0;
    }
    .app_page .app4 .wrap .info {
        padding-left: 0;
        margin-top: .3rem;
    }
    .app_page .app4 .wrap .info>.tit {
        font-size: 20px;
        margin-bottom: .5rem;
        text-align: center;
    }
    .app_page .app4 .wrap .info .list .item .top .tit {
        font-size: 16px;
    }
    .app_page .app4 .wrap .info .list .item .detail {
        font-size: 14px;
    }
    .app_page .app5 .wrap .tit {
        font-size: 20px;
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .app_page .app2 {
        padding-bottom: 0;
        min-height: 7.4rem;
    }
    .app_page .app3 {
        padding-top: .8rem;
        padding-bottom: .4rem;
    }
    .app_page .app3 .wrap .list .item {
        width: calc(50% - .18rem);
        padding-left: .1rem;
        padding-right: .1rem;
    }
    .app_page .app3 .wrap .list .item .info .tit {
        font-size: 14px;
    }
    .app_page .app1 {
        padding-top: .5rem;
    }
    .app_page .app4 {
        padding-bottom: 0;
    }
}