


/*移动端适配*/
@media screen and (max-width: 750px) {
    .container{width: 6.9rem;}
    .xs-show{display: block !important;}
    .xs-hidden{display: none !important;}

    .ft14{font-size: .26rem;}
    .ft16{font-size: .26rem;}
    .ft17{font-size: .26rem;}
    .ft18{font-size: .26rem;}
    .ft19{font-size: .26rem;}
    .ft20{font-size: .3rem;}
    .ft22{font-size: .32rem;}
    .ft24{font-size: .36rem;}
    .ft25{font-size: .36rem;}
    .ft26{font-size: .36rem;}
    .ft28{font-size: .36rem;}
    .ft29{font-size: .4rem;}
    .ft30{font-size: .4rem;}
    .ft32{font-size: .42rem;}
    .ft36{font-size: .46rem;}
    .ft39{font-size: .5rem;}
    .ft40{font-size: .5rem;}
    .ft42{font-size: .52rem;}
    .ft44{font-size: .54rem;}
    .ft46{font-size: .56rem;}
    .ft48{font-size: .58rem;}
    .ft50{font-size: .58rem;}
    .ft52{font-size: .58rem;}
    .ft60{font-size: .6rem;}
    .ft62{font-size: .6rem;}
    .ft72{font-size: .7rem;}
    .ft75{font-size: .7rem;}
    .ft84{font-size: .84rem;}
    .ft120{font-size: 1.2rem;}

    /*头部*/
    .header{display: none;}
    .m-header{display: block;position: fixed;left: 0;top: 0;width: 100%;height: 1rem;z-index: 99}
    .m-head-high{z-index: 101;}
    .m-header::before{content:'';width: 100%;height:100%;background: #fff;position: absolute;left:0;top:0;box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);}
    .m-header .container{width: 100%;padding: 0 .4rem; box-sizing: border-box;position: relative;height: 1rem; z-index: 10;display: flex;justify-content: space-between;align-items: center;}
    .m-header .logo{display: block;width: 3.68rem;}
    .m-header .logo img{display: block;width: 100%;}
    .m-header .right{display: flex;align-items: center;height: 1rem;}
    .m-header .nav{width: .54rem; height: .36rem;background: url('../images/m_nav.png') no-repeat center;background-size: cover;}
    .m-header .search{width: .4rem;height: .4rem;background: url('../images/search_h.png') no-repeat;background-size: cover;margin-right: .3rem;}
    .m-header .language{width: .4rem;height: .4rem;background: url('../images/language_h_icon.png') no-repeat;background-size: cover;margin-right: .3rem;}

    .m-main{position: absolute;left: 0;top: 1rem;width: 100%;height: calc(100vh - 1rem); display: none;background: #fff;overflow-y: auto;}
    .m-header .m-main .container{padding: .6rem 4% 2.5rem;display: block;height: auto;}
    .m-main .item .top{font-size: .3rem;line-height: 1.16rem;height: 1.16rem;padding: 0; font-weight: bold;color: #333;border-bottom: 1px solid #E6E6E6;position: relative;}
    .m-main .item .link{display: block;font-size: .3rem;line-height: 1.16rem;font-weight: bold;color: #333;border-bottom: 1px solid #E6E6E6;}
    .m-main .item .top::after{content: '';width: .3rem;height: .3rem;background: url('../images/m_arrow.png') no-repeat;position: absolute;right: .2rem;top: 50%;margin-top: -.15rem;background-size: cover;transition: all .5s ease-in-out;}
    .m-main .item .list .sub-top{font-size: .28rem;line-height: 1.16rem;border-bottom: 1px solid #E6E6E6;position: relative;color: #666;}
    .m-main .item .list .sub-top::after{content: '';width: .24rem;height: .24rem;background: url('../images/m_arrow.png') no-repeat;position: absolute;
    right: 0;top: 50%;margin-top: -.05rem;background-size: cover;transition: all .5s ease-in-out;transform: rotate(-90deg);}
    .m-main .item .list .erify{display: none;border-bottom: 1px solid #EAEAEA;padding: .3rem 0;}
    .m-main .item .active::after{transform: rotate(90deg);}
    .m-main .item .list{display: none;width: 6.2rem;margin: 0 auto;}
    .m-main .item .list a{display: block;font-size: .28rem;color: #666;line-height: 1.12rem;border-bottom: 1px solid #EAEAEA;}
    .m-main .item .list .erify a{font-size: .26rem;line-height: .8rem;border-bottom: none;padding-left: .3rem;}
    .m-main .item .list .fac{display:flex !important;align-items: center;}
    .m-main .item .list img{height: .5rem;margin-left:.2rem;}
    .m-search{position: absolute;left: 0;top: 1rem;background: rgba(0,17,34,0.8);padding: .5rem .4rem .3rem;width:100%;display: none;box-sizing: border-box;}
    .m-search form{display: flex;width: 100%;height: .8rem;background-color: #fff;box-shadow:0 0 10px 0px #55708f;border-radius: .08rem;overflow: hidden;}
    .m-search .text{display: block; width: 85%;height: .8rem;border:none;color: #333;background:none;text-indent: .3rem;font-size: .26rem;}
    .m-search .btn{display: block;width: 15%;height: .8rem;background: url('../images/search_h.png') no-repeat center center;background-size: .4rem .4rem;border:none;}
    .m-language{position: absolute;right:1.3rem;top:1rem;background: #fff;width:2rem;display: none;}
    .m-language a{font-size: .28rem;line-height: .8rem;color:rgba(0, 0, 0, 0.6);text-align: center;display: block;}


    /*底部*/
    .footer{padding: .8rem 0 .4rem;}
    .footer .top{display: block;}
    .footer .top .left{width: 100%;}
    .footer .logo{width: 3.38rem;}
    .footer .cooper{margin-top: .5rem;}
    .footer .info{margin-top: .2rem;width: 3.4rem;}
    .footer .bg{height: 2.12rem;padding-right: .3rem;}
    .footer .bg::after{width: 2.12rem;border-radius: .3rem .16rem .16rem 0;}
    .footer .bg img{height: 1.14rem;}
    .footer .share{margin-top: .3rem;}
    .footer .share a{width: .84rem;height: .84rem;margin-right: .3rem;}
    .footer .share i{width: .4rem;height: .4rem;}
    .footer .top .right{display: none;}
    .footer .bot{display: block;padding-top: .6rem;}
    .footer .bot p{font-size: .88rem;line-height: .94rem;}
    .lanVn .footer .bot p{font-size: .72rem;line-height: .86rem;}
    .footer .policy-link{justify-content: flex-start;margin-top: .3rem;}
    .footer .policy-link .link{margin-left: 0;margin-right: .3rem;font-size: .24rem;}
    .footer .copyright{padding-bottom: 0;margin-top: .2rem;font-size: .24rem;}

    .cookie-pop .container{display: block;height: auto;padding: .4rem 0;}
    .cookie-pop .txt{width: 100%;}
    .cookie-pop .action{margin-top: .3rem;}
    .cookie-pop .action a{margin: 0 .4rem 0 0;padding: 0 .4rem;line-height: .8rem;border-radius: .4rem;}

	/*通用*/
    .website{display: none;}
    ::-webkit-scrollbar {width: 0px;height: 0px;}
    .sub-main .sub-top{padding-top: 1.8rem;}
    .sub-main .sub-top .container{padding-left: 0;}
    .sub-main .sub-top .title{font-size: .64rem;}
    .sub-main .sub-nav{position: static;overflow-x: auto;margin-top: .5rem;width: 7.2rem;}
    .sub-main .sub-nav .item{flex: none;padding: 0 .3rem;line-height: .8rem;border-radius: .08rem;}
    .sub-main .sub-nav .item:last-child{margin-right: .3rem;}
    .sub-main .slogan-box .container{justify-content: flex-end;padding: 1.8rem 0 1.2rem;}
    .sub-main .slogan-box .pic{width: 2.3rem;}
    .sub-main .slogan-box .info{width: 100%;font-size: .3rem;text-align: left;margin-top: .5rem;}
    .sub-main .slogan-box .top{display: block;}
    .sub-main .activa-list{width: 100%;margin-top: .5rem;}
    .sub-main .activa-list .item{border-left-width: 1px;padding-left: .3rem;margin-bottom: .5rem;}
    .sub-main .activa-list img{height: .64rem;}
    .sub-main .activa-list p{margin-top: .2rem;font-size: .3rem;}
    .sub-main .faq-slogan .form{margin-top: .3rem;border-radius: .08rem;height: .8rem;overflow: hidden;}
    .sub-main .faq-slogan .text{height: .8rem;padding: 0 .3rem;}
    .sub-main .faq-slogan .btn{width: .4rem;height: .4rem;margin-right: .3rem;}
    .sub-main .faq-slogan .links{margin-top: .3rem;flex-wrap: wrap;}
    .sub-main .faq-slogan .links a{padding: 0 .3rem;border-radius: .1rem;margin: 0 .3rem .2rem 0;}


    .learn-more{width: 3.2rem;height: .8rem;border-radius: .4rem;margin-top: .5rem;padding: 0 0.06rem 0 .4rem;}
    .lanTh .learn-more{width: 3.6rem;}
    .learn-more .icon{width: .68rem;height: .68rem;}
    .learn-more i{width: .26rem;height: .26rem;}
    .load-list{margin-top: .5rem;}
    .load-list .item{width: 100%;margin:0 0 .5rem;height: auto;padding: .4rem .3rem;border-radius: .08rem;}
    .load-list .pdf-icon{width: .8rem;height: .8rem;}
    .load-list .name{margin-top: .3rem;}
    .load-list .action{padding: .3rem 0 0;margin-top: .5rem;}
    .load-list a{height: .4rem;}
    .load-list a i{width: .4rem;height: .4rem;margin-right: .2rem;}
    .video-list{margin-top: .5rem;}
    .video-list .item{width: 100%;margin: 0 0 .5rem;}
    .video-list .pic{border-radius: .08rem;}
    .video-list .pic img{height: 4.86rem;}
    .video-list .play{width: 1.2rem;height: 1.2rem;}
    .video-list .name{padding-right: 0;margin-top: .3rem;}
    .faq-list{margin-top: .5rem;padding-bottom: .6r em;}
    .faq-list .top{height: 1.8rem;}
    .faq-main .num{padding-left: 0;top: .3rem;}
    .faq-list .title{font-size: .3rem;}
    .faq-list .arrow{width: .6rem;height: .6rem;}
    .faq-list i{width: .24rem;height: .24rem;}
    .faq-list .erify{margin-top: -.3rem;padding-bottom: .6rem;}
    .faq-list .content{width: 100%;}

    .page{padding-bottom: 0;}

    /*首页*/
    .home .human-box .main{display: flex;align-items: flex-end;}
    .home .human-box .container{padding: 1.8rem 0 1.6rem;}
    .home .human-box .title{font-size: .48rem;}
    .home .human-box .txt{width: 100%;margin-top: .3rem;}
    .home .human-box .learn-more{margin-top: .5rem;background:#fff;color:#0095C8;}
    .home .human-box .learn-more .icon{background:#0095C8;}
    .home .human-box .learn-more i{background-image:url(../images/sale_w_arrow.png);}
    .home .swiper-banner{width: 100%;height: 100vh;}
    .home .swiper-banner img{width: 100%;height: 100vh;object-fit: cover;}
    .home .swiper-banner .box{display: flex;align-items: flex-end;}
    .home .swiper-banner .swiper-pagination{bottom: .6rem;}
    .home .swiper-banner .swiper-pagination .swiper-pagination-bullet{width: .24rem;height: .24rem;margin: 0 .1rem;}

    .home .way-box .imgBg{height: 120vh;}
    .home .way-box .move-box .container{padding-top: 1.6rem;}
    .home .way-box .txt-item{height: .46rem;}
    .home .way-box .txt-line{line-height: .46rem;font-size: .36rem;}
    .home .way-box .type-list{margin-top: .3rem;display: block;}
    .home .way-box .item{width: 100%;height: auto;padding: .3rem;border-radius: .08rem;margin-bottom: .3rem;}
    .home .way-box .icon{width: .88rem;height: .88rem;border-radius: .3rem;}
    .home .way-box img{width: .48rem;}
    .home .way-box .name{margin-top: .2rem;}
    .lanTh .home .way-box .name{font-size: .32rem;}
    .home .way-box .txt{margin-top: .1rem;}
    .home .flow-box .pic{width: 80%;margin-top: -1rem;}
    .home .flow-box .txt{padding-left: .3rem;border-left-width: 2px;width: 88%;}
    .home .pro-box{padding: .8rem 0;}
    .home .pro-box .container{display: block;}
    .home .pro-box .mid{position: absolute;width: 80%;left: 10%;top: .8rem;}
    .home .pro-box .pic{padding-top: 0;}
    .home .pro-box .left{width: 100%;padding-top: 2.8rem;}
    .home .pro-box .info{margin-top: .3rem;}
    .home .pro-box .info p{margin-bottom: .2rem;padding-left: .3rem;}
    .home .pro-box .info p::before{width: .12rem;height: .12rem;border-width: 1px;top: .12rem;}
    .home .pro-box .right{width: 100%;margin-top: .5rem;}
    .home .pro-box .list .item{display: block;margin-bottom: .5rem;}
    .home .pro-box .list .icon{width: 1.72rem;}
    .home .pro-box .box{width: 100%;margin-top: .3rem;}
    .home .pro-box .txt{margin-top: .2rem;}
    .home .gen-box{padding-bottom: .8rem;}
    .home .gen-box .container{height: 11.57rem;}
    .home .gen-box .bg{border-radius: .08rem;}
    .home .gen-box .bg img{height: 11.57rem;object-fit: cover;}
    .home .gen-box .box{padding: .8rem .3rem;}
    .home .gen-box .txt{margin-top: .3rem;width: 100%;}


    .home .shin-box .container{padding-top: 2.8rem;}
    .home .shin-box img{display: block;width:100%;height:100vh;object-fit: cover;position: absolute;left:0;top:0;}
    .home .shin-box .txt{width: 100%;margin-top: .3rem;}
    .home .bot-box{background-color: #fff;background-image:url(../img/home_m_bot.jpg); background-size: 7.5rem 9.75rem;}
    .home .news-box{padding: .8rem 0;}
    .home .bot-box .container{display: block;}
    .home .bot-box .right{width: 100%;}
    .home .news-box .list{margin-top: .5rem;padding-bottom: 0;}
    .home .news-box .item{flex-direction: column-reverse;padding: .3rem 0;}
    .home .news-box .name{width: 100%;margin-right: 0;}
    .home .news-box .time{margin-top: .2rem;}
    .home .service-box{padding: .8rem 0 1.8rem;}
    .home .swiper-service{margin-top: .5rem;padding-bottom: .6rem;}
    .home .swiper-service .swiper-slide{width: 5.6rem;}
    .home .swiper-service .item{height: 2.4rem;border-radius: .08rem;padding: .4rem .3rem 0;}
    .home .swiper-service .icon{width: .88rem;height: .88rem;}
    .home .swiper-service img{width: .4rem;}
    .home .swiper-service .name{margin-top: .3rem;}
    .home .swiper-service .swiper-pagination{bottom: 0;}
    .home .swiper-service .swiper-pagination .swiper-pagination-bullet{width: .16rem;height: .16rem;margin: 0 .1rem;}

    /*产品中心*/
    .product .top-box .container{padding-bottom: .8rem;}
    .product .top-box .img{margin-top: .3rem;height: 2.48rem;}
    .product .top-box .img img{max-height: 2.48rem;}
    .product .top-box .move-txt{font-size: 1.2rem;line-height: 1.4rem;width: 24rem;}
    .product .top-box .com-tit{margin-top: .3rem;}
    .product .top-box .info{margin-top: .3rem;}
    .product .top-box .list{margin-top: .3rem;justify-content: flex-start;overflow-x: auto;width: 7.2rem;}
    .product .top-box .item{width: 5.6rem !important;margin-right: .3rem;flex: none;text-align: left;}
    .product .top-box .txt{margin-top: .2rem;}
    .product .insight .ins-txt{font-size: .48rem;}
    .product .neo-box{padding: .8rem 0 0;}
    .product .neo-box .com-tit{font-size: .58rem;}
    .product .neo-box .info{margin-top: .3rem;}
    .product .card-list{margin-top: .5rem;}
    .product .card-list .item{height: auto;margin-bottom: .3rem;}
    .product .card-list .pic{border-radius: .08rem;}
    
    .product .tech-box .main{display: none;}
    .product .swiper-tech{margin-top: .5rem;padding-bottom: .6rem;}
    .product .tech-box .pic{border-radius: .08rem;}
    .product .swiper-tech .name{margin-top: .3rem;line-height: 1.5;}
    .product .swiper-tech .swiper-pagination{display: flex;justify-content: center;bottom: 0;}
    .product .swiper-tech .swiper-pagination-bullet-active{background: #0095C8;}
    .product .info-box{padding: .8rem 0;}
    .product .info-box .img{margin-top: .5rem;height: 2.2rem;}
    .product .info-box img{max-height: 2.2rem;}
    .product .info-box .data-list{margin-top: .5rem;}
    .product .info-box .item{width: 100%;height: 1.2rem;}
    .product .info-box .name,
    .product .info-box .parm{font-size: .26rem;}
    .product .info-box .action{margin-top: .5rem;justify-content: space-between;}
    .product .info-box a{width: 3.7rem;height: .8rem;border-radius: .4rem;margin: 0;font-size: .24rem;padding: 0 .3rem;}
    .product .info-box i{width: .3rem;height: .3rem;}
    .product .info-box a:last-child{width: 2.9rem;}
    .lanVn .product .info-box .action{display: block;}
    .lanVn .product .info-box a{width:4.8rem !important;}		
    .lanVn .product .info-box a:last-child{margin-top: .3rem;}

    /*服务支持*/
    .sub-main .ins-box{padding-bottom: .8rem;}
    .sub-main .ins-box .list{width: 100%;}
    .sub-main .ins-box .item{border-radius: .08rem;padding: .4rem .3rem;width: 100%;margin-bottom: .5rem;}
    .sub-main .ins-box .item:nth-child(2n){margin-left: 0;}
    .sub-main .ins-box .img{width: .84rem;height: .84rem;border-radius: .1rem;}
    .sub-main .ins-box img{width: .42rem;}
    .sub-main .ins-box .title{margin-top: .3rem;}
    .sub-main .ins-box .txt{margin-top: .1rem;}

    /*保修查询*/    
    .check-main{padding: 1.2rem 0;}
    .check-main .main{margin-top: .5rem;}
    .check-main .title{padding-bottom: .3rem;margin-bottom: .3rem;}
    .check-main .name{margin-bottom: .2rem;}
    .check-main .text{height: .8rem;border-radius: .08rem;padding: 0 .3rem;}
    .check-main .check-link{margin-top: .3rem;}
    .check-main .bot{padding-top: .6rem;}
    .check-main .btn{width: 3.2rem;height: .8rem;border-radius: .08rem;}

    /*保修激活*/
    .check-main .cell{margin-bottom: .5rem;}
    .check-main .rows{display: block;margin-bottom: .3rem;}
    .check-main .item{width: 100%;margin-bottom: .3rem;}
    .check-main .date-text{background-position: right .3rem center;background-size: .48rem .48rem;}
    .check-main .upload{width: 2.1rem;height: 2.1rem;border-radius: .08rem;}
    .check-main .file-icon{width: .6rem;height: .6rem;}
    .check-main .upload p{margin-top: .2rem;}
    .activa-main .bot{padding-top: .1rem;}

    /*网络服务*/
    .sub-main .service-slogan .form{margin-top: .3rem;flex-wrap: wrap;}
    .sub-main .service-slogan .addr-select{width: 100%;height: .8rem;border-radius: .08rem;margin-bottom: .3rem;}
    .sub-main .service-slogan .addr-select p{padding: 0 .3rem;line-height: .8rem;}
    .sub-main .service-slogan .addr-select p::after{width: .36rem;height: .36rem;margin-top: -0.18rem;right: .3rem;}
    .sub-main .service-slogan .select-city{width: 4.7rem;}
    .sub-main .service-slogan ul{bottom:.8rem;border-radius:.08rem;max-height:4rem;}
    .sub-main .service-slogan li{font-size: .26rem;line-height: .8rem;padding: 0 .3rem;}
    .sub-main .service-slogan .btn{width: 2rem;height: .8rem;border-radius: .08rem;}
    .service-main{padding: 1.2rem 0;}
    .service-main .main{display: block;margin-top: .5rem;}
    .service-main .left{width: 100%;}
    .service-main .title{padding-bottom: .3rem;}
    .service-main .site-list{margin-top: .5rem;width: 100%;padding-right: 0;height: 8rem;}
    .service-main .item{padding-bottom: .3rem;margin-bottom: .3rem;margin-right: .3rem;}
    .service-main .item:last-child{margin-bottom: 0;}
    .service-main .name{padding-left: .3rem;}
    .service-main .addr{margin-top: .2rem;padding-left: .3rem;}
    .service-main .info{margin-top: .3rem;padding-left: .3rem;}
    .service-main .info p{margin-bottom: .2rem;position: relative;padding-left: .5rem;}
    .service-main .info i{width: .36rem;height: .36rem;position: absolute;left: 0;top: .05rem;}
    .service-main .right{width: 100%;margin-top: .5rem;}
    .service-main .map{height: 6.9rem;}

    /*下载*/
    .download-main{padding: 1.2rem 0;}
    .download-main .cell{padding-bottom: .8rem;}
    .download-main .title{padding-bottom: .3rem;}

    /*错误代码*/
    .faq-main .code-top{margin-top: .5rem;height: 1.2rem;}
    .faq-main .name{padding-left: 0;font-size: .26rem;width: 30%;}
    .faq-main .num{font-size: .26rem;width: 20%;padding-left: .1rem;}
    .faq-main .txt{padding-left: 0;font-size: .26rem;width: 50%;}
    .faq-main .code-list{padding-bottom: .6rem;}
    .faq-main .code-list .item{height: auto;padding: .3rem 0;}

    /*关于我们*/
    .about .slogan-bg img{height: 180vh;}
    .about .bulit-box{padding-bottom: 1.8rem;}
    .about .bulit-box .title{font-size: .8rem;line-height: .9rem;}
    .about .bulit-box .img{margin-top: .6rem;}
    .about .bulit-box .pic{margin-right: -.3rem;width: 6.9rem;}
    .about .bulit-box .info{font-size: .36rem;margin-top: .8rem;}
    .about .bulit-box .info p{line-height: 1.5;}
    .about .bulit-box .txt{width: 100%;margin-top: .3rem;}
    .about .bulit-box .txt p{margin-bottom: .16rem;}
    .about .bulit-box .list{margin-top: .8rem;padding-top: .6rem;display: block;}
    .about .bulit-box .list .item{width: 100%;border-bottom: 1px solid rgba(255, 255, 255, 0.3);padding-bottom: .5rem;margin-bottom: .5rem;}
    .about .bulit-box .item img{height: 1.2rem;}
    .about .bulit-box .name{margin-top: .3rem;}
    .about .bulit-box .l-txt{margin-top: .2rem;}
    .about-main .award-box{padding: .8rem 0;}
    .about-main .award-box .info{width: 100%;margin-top: .3rem;}
    .about-main .award-move{margin-top: .5rem;}        
    .about-main .award-move .award-list{width: 12.57rem;padding-right: .6rem;}
    .about-main .jp-box{padding-bottom: .8rem;}
    .about-main .jp-box .title{box-sizing: border-box;width: 100%;padding: .1rem 0 .1rem .3rem;text-align: left;}
    .about-main .jp-box .title::before{width: .08rem;}
    .about-main .jp-box .main{margin-top: .5rem;display: block;}
    .about-main .jp-box .pic{width: 100%;border-radius: 0.08rem;}
    .about-main .jp-box .box{display: block;width: 100%;padding: .5rem 0 0;}
    .about-main .jp-box .txt{margin-top: .3rem;}
    .about-main .honor{margin-top: .5rem;}
    .about-main .honor .box{width: 6.9rem;}
    .about-main .honor .list{flex-wrap: wrap;}
    .about-main .honor .item{width: 2.3rem;}

    /*工程*/
    .enger-main .kk-box{padding: .8rem 0;}
    .enger-main .kk-box .main{display: block;}
    .enger-main .kk-box .left{width: 100%;border-radius: .08rem;}
    .enger-main .kk-box .player{width: .84rem;height: .84rem;background-size: .42rem .42rem;}
    .enger-main .kk-box .right{display: block;width: 100%;margin-top: .5rem;}
    .enger-main .kk-box .txt{margin-top: .3rem;}
    .enger-main .kk-box .team{margin-top: .8rem;}
    .enger-main .title br{display: none;}
    .enger-main .kk-box .info{margin-top: .3rem;width: 100%;}
    .enger-main .kk-box .list{margin-top: .5rem;}
    .enger-main .kk-box .item{width: 100%;margin-bottom: .5rem;}
    .enger-main .kk-box .pic{border-radius: 0.08rem;}
    .enger-main .kk-box .name{margin-top: .2rem;}
    .enger-main .kk-box .item .txt{width: 100%;margin-top: .1rem;}
    .enger-main .kk-box .item-long{display: block;}
    .enger-main .kk-box .item-long .box{width: 100%;padding-top: 0;}
    .enger-main .kk-box .item-long .cell{margin-bottom: .3rem;}
    .enger-main .kk-box .item-long .name{margin-top: .2rem;}
    .enger-main .kk-box .item-long .txt{margin-top: .1rem;}
    .enger-main .capa-box{padding: .8rem 0;}
    .enger-main .capa-box .info{margin-top: .3rem;}
    .enger-main .capa-box .main{margin-top: .5rem;display: block;}
    .enger-main .capa-box .pic{width: 100%;border-radius: .08rem;}
    .enger-main .capa-box .box{width: 100%;border-top: 0;padding-top: .3rem;}
    .enger-main .capa-box .txt{margin: .3rem 0;line-height: 1.5;}
    .enger-main .capa-box p{padding-left: .24rem;margin-bottom: .16rem;}
    .enger-main .capa-box p::before{width: .12rem;height: .12rem;top: .23rem;margin-top: -.06rem;}
    .enger-main .contact-box{padding: .8rem 0;}
    .enger-main .contact-box .info{margin-top: .3rem;}
    .enger-main .contact-box .imgBg{margin-top: .3rem;border-radius: .08rem;}
    .enger-main .contact-box .box{display: block;height: auto;padding: .6rem .3rem;}
    .enger-main .contact-box .list{width: 100%;margin-top: .5rem;}
    .enger-main .contact-box .item{padding: .3rem 0;}
    .enger-main .contact-box i{width: .48rem;height: .48rem;}
    .enger-main .contact-box .txt{width: 5.6rem;}
    .enger-main .swiper-team{margin-top: .5rem;padding-bottom: .6rem;}
    .enger-main .swiper-team .swiper-slide{width: 5.4rem;}
    .enger-main .swiper-team .img{border-radius: .2rem;}
    .enger-main .swiper-team img{height: 3.8rem;}
    .enger-main .swiper-team .name{margin-top: .3rem;padding-right: 0;}
    .enger-main .swiper-team .swiper-pagination{bottom: 0;}
    .enger-main .swiper-team .swiper-pagination .swiper-pagination-bullet{width: .16rem;height: .16rem;margin: 0 .1rem;}
    .enger-main .swiper-team .swiper-button-prev,
    .enger-main .swiper-team .swiper-button-next{display: none;}

    /*新闻*/
    .news-main{margin-top: .8rem;padding: .8rem 0;}
    .news-list{padding-bottom: .3rem;}
    .news-list .item{width: 100%;margin-bottom: .5rem;}
    .news-list .pic{border-radius: .08rem;}    
    .news-list .pic img{height: 4.6rem;}
    .news-list .title{height: auto;margin-top: .3rem;}
    .news-list .time{margin-top: .2rem;}

    /*新闻详情*/
    .newsDet{padding: 1.8rem 0 .8rem;}
    .newsDet .container{width: 92%;}
    .newsDet .top{padding: .3rem 0;}
    .newsDet .time{margin-top: .2rem;}
    .newsDet .main{padding-top: .6rem;}
    .newsDet .news-page{margin-top: .5rem;}
    .newsDet .news-page a{width: 1.7rem;height: .6rem;font-size: .24rem;border-radius: .08rem;}
    .newsDet .news-page i{width: .32rem;height: .32rem;margin-right: .16rem;}
    .newsDet .news-page .next i{margin-right: 0;margin-left: .16rem;}

    /*合规与诚信*/
    .comp-main{padding: .8rem 0;}
    .comp-main .title{padding-bottom: .3rem;}
    .comp-main .info{margin-top: .5rem;}
    .comp-main .info p{margin-bottom: .2rem;}
    .comp-main .tit{margin-top: .5rem;}
    .comp-list{margin-top: .3rem;}
    .comp-list .item{width: 100%;margin: 0 0 .5rem;}
    .comp-list .pic{border-radius: .08rem;}
    .comp-list .pic img{height: 4.86rem;}
    .comp-list .name{margin-top: .1rem;}
	
    /*联系我们*/
    .contact-main .map-box{height: 10rem;padding-top: .8rem;overflow: hidden;}
    .contact-main .bg{height: 6.63rem;width: 9.6rem;left: -1.5rem;}
    .contact-main .map-box .map-nav .item{width: .48rem;height: .48rem;right: 2.54rem;top: .43rem;}
    .contact-main .map-box .map-nav .item:nth-child(2){right: 1.63rem;top:.86rem;}
    .contact-main .map-box .map-nav .item:last-child{right: 2.43rem;top: 2rem;}
    .contact-main .map-box .list{margin-top: 3rem;width: 100%;}
    .contact-main .map-box .name{font-size: .36rem;padding-bottom: .2rem;margin-bottom: .5rem;}
    .contact-main .map-box .row{margin-bottom: .3rem;}
    .contact-main .map-box i{width: .48rem;height: .48rem;}
    .contact-main .map-box p{width: 6.2rem;font-size: .26rem;}
    .contact-main .map-box .tips{right: .4rem;top: 4.6rem;font-size: .22rem;}
    .contact-main .nav{margin-top: .3rem;}
    .contact-main .nav .item{width: 2.2rem;height: .8rem;border-radius: .08rem;}
    .lanVn .contact-main .nav{width: 7.2rem;overflow-x: auto;justify-content: flex-start;}
    .lanVn .contact-main .nav .item{flex: none;margin-right: .3rem;width: auto;padding: 0 .3rem;}
    .contact-main .tabs{margin-top: .5rem;padding-top: .5rem;}
    .contact-main .form .rows{margin-bottom: 0;display: block;}
    .contact-main .form .item{width: 100%;margin-bottom: .3rem;}
    .contact-main .form .name{margin-bottom: .2rem;}
    .contact-main .form .text{height: .8rem;padding: 0 .3rem;border-radius: .08rem;}
    .contact-main .form .bot{padding-top: .6rem;}
    .contact-main .form .btn{width: 4rem;height: .8rem;border-radius: .08rem;}

    /*隐私政策*/
    .privacy{padding: 1.8rem 0 1.2rem;}
    .privacy .title{font-size: .48rem;}
    .privacy .time{margin-top: .2rem;font-size: .26rem;}
    .privacy .container{width: 92%;}
    .privacy .content{margin-top: .5rem;padding-top: .5rem;font-size: .26rem;}
    .privacy .content p{margin-bottom: .16rem;word-break: break-all;}
    .privacy .row{margin-bottom: .3rem;}
    .privacy .content .name{font-size: .36rem;margin-bottom: .1rem;}
    .privacy .content table{margin: .3rem 0;}
    .privacy .content table td{padding: .2rem;}
    
	/*搜索结果*/
	.result .res-form{margin-top: .3rem;width: 100%;height: .8rem;border-radius: .08rem;}
    .result .res-form .text{height: .6rem;padding: 0 .3rem;font-size: .26rem;}
    .result .res-form .btn{width: .4rem;height: .4rem;margin-right: .3rem;}
    .result .main-box{padding: .8rem 0;margin-top: .6rem;}
}
