@charset "utf-8"; 
.fp-watermark{display: none !important;}
.relative{position: relative;}
.hidden{overflow: hidden;}
.container{
	width: 94%;
	margin: 0 auto;
} 

.container2{
    width: 84%;
    margin: 0 auto;
} 


.fl { float: left; }
.fr { float: right; }

.m { display: none !important; }
:root {
    --container2_left: 8%;
    --container2_leftvw: 8vw;
}
.f1f1f1{background: #f1f1f1;}
@media(max-width: 1500px){
    .container2{width: 88%;}
    :root {
       --container2_left: 6%;
       --container2_leftvw: 6vw;
    }
}

@media(max-width: 1100px){
	.container{width: 100%;padding: 0 20px;}
    .container2,.container3,.container4,.container02{
        width: calc(100% - 40px);
    } 

	.m { display: block !important; }
	.pc { display: none !important; }
    :root {
        --container2_left: 20px;
        --container2_leftvw: 20px;
    }
}
.center { text-align: center; }
.img {line-height: 0;}
.img100{line-height: 0;overflow: hidden;}
.img img { width: 100%; }
.imgfd .imgfd_img{transition: all 0.6s;transform: scale(1);}
.imgfd:hover .imgfd_img{
    transform: scale(1.05);
}

/* 
.fixed-head {
    background: #fff; 
    position: fixed;
    top: 0;
    margin-top: 0;
    width: 100%;
    left: 0;
    transition: All .4s ease;
   -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease;
    -webkit-animation: headerFix 1s ease 1;
    animation: headerFix 1s ease 1;
}

@-webkit-keyframes headerFix {
    from {
        -webkit-transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
    }
}*/

/**mobile nav**/
.nav_box {width: 100%;height: calc(100% - 60px);position: fixed;right: auto;top: 0;bottom: 0;left: -100%;overflow: auto;z-index: 9999999;background: #37a9cc;transition: all .8s;-o-transition: all .8s;-moz-transition: all .8s;-ms-transition: all .8s;-webkit-transition: all .8s;}
.nav_box.cur {left: 0;transition: all .8s;-o-transition: all .8s;-moz-transition: all .8s;-ms-transition: all .8s;-webkit-transition: all .8s;}
.nav_box .box {/*background: #212222;*/width: 100%;height: 100%;position: relative;z-index: 2;}
.nav_box .nav-title {height: 57px;position: relative;border-bottom: 1px solid rgba(255, 255, 255, 0.06);}
.nav_box .nav-title .navclose {width: 22px;height: 22px;display: block;font-size: 0;line-height: 41px;position: absolute;right: 15px;top: 50%;z-index: 2;transform: translateY(-50%);}
.nav_box .nav-title .navclose img {width: 100%;}
.nav_box .nav-title h1 {text-align: left;width: 86px;margin-left: 15px;line-height: 0;padding-top: 11px;}
.nav_box .nav-title h1 img {width: 100%;}
.nav_box .navlist {width: 100%;padding-bottom: 20px;}
.nav_box .navlist ul>li {position: relative;float: left;width: 100%;font-size: 16px;line-height: 48px;border-bottom: 1px solid rgba(255, 255, 255, .06);padding: 0 15px;text-transform: capitalize;padding-right: 80px;}
.nav_box .navlist ul>li.w100{padding-right: 0 !important;}
.nav_box .navlist ul>li>a {display: block;color: #fff;position: relative;}
/*.nav_box .navlist ul>li>a.sub:before {content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 6px;height: 11px;background: url(../images/jtwhite.png) no-repeat center center / cover;}*/
.nav_box .navlist ul>li .ii {position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 50px;height: 100%;background: url(../images/jtwhite.svg) no-repeat center center;z-index: 6;}
.nav_box .navlist ul>li .navlist2 {border-top: 1px solid rgba(255, 255, 255, .06);display: none;/*padding: 10px 0;*/}
.nav_box .navlist ul>li .navlist2 a {display: block;width: 100%;color: #fff;font-size: 14px;line-height: 34px;}
.nav_box { display: none!important;}
.navR .search { display: block; }
.navR { float: right;margin-top: 6px;display: none;}
.nav {display: inline-block;}
.nav_box .nav_ss{padding: 0 15px;margin-top: 20px;}
.nav_box .nav_ss input.inp{
    line-height: 40px;
    height: 40px;
    background: #fff;
    border: none;
    width: 100%;
    padding: 0 90px 0 20px;
    font-size: 15px;
    border-radius: 50px;
}
.nav_box .nav_ss input.sub{
    width: 90px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #004388;
    font-size: 16px;
    border: none;
    border-radius: 50px;
    color: #fff;
}
.nav_box { display: block!important; top: 57px; width: 100%; left:-100%; border-top: 1px solid rgba(255,255,255,0.2);min-height: calc(100% - 56px); }
.nav_box { background: rgba(0, 0, 0, 0.9); }
.bgGreen { background: #474443; }
.nav_box .navlist { padding-top: 10px; }
.nav_box .navlist ul>li { border:none; line-height: 50px; }
.navSear { margin-top: 20px; padding: 0 15px;}
.navSear .search { padding-top: 20px; border-top:1px solid rgba(255,255,255,0.3); }
.navSear .search .subsearch { z-index: 9;}
.navSear .search .subsearch .subsearcha { border-radius: 3px;position: relative; padding-left: 30px; height: 30px;}
.navSear .search .subsearch .subsearcha .inp {width: 90%;height: 30px;border: 0; font-size: 14px;color: #fff; padding-left: 0px; background: none; } 
.navSear .search .subsearch .subsearcha .sub { opacity: 0.7; border: none;outline: none;position: absolute;left: 0px;top: 50%;height: 26px;background: url(../images/searchxa.png) no-repeat left center;font-size: 0;width: 26px;transform: translateY(-50%);}
.navSear .search:hover .subsearch {display: block;}
.navSear .search .subsearch .subsearcha .inp:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255,255,255,0.7); 
}
.navSear .search .subsearch .subsearcha .inp::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255,255,255,0.7);
} 
.navSear .search .subsearch .subsearcha .inp:-ms-input-placeholder{
    color: rgba(255,255,255,0.7);
}
.navSear .search .subsearch .subsearcha .inp::-webkit-input-placeholder {
    color: rgba(255,255,255,0.7);
}
.nav_box .navlist ul>li .navlist2,
.nav_box .navlist ul>li .secondNav .navlist3,
.nav_box .navlist ul>li .fourthNav .navlist4, 
.nav_box .navlist ul>li .fourthNav .navlist4 .fifthhNav .navlist5,
.nav_box .navlist ul>li .fourthNav .navlist4 .fifthhNav .navlist5 .sixthNav .navlist6{ position: fixed; left:-102%; transition: all 0.6s; display: block; top:60px; width: 100%; height: calc(100% - 80px);  background: rgba(0, 0, 0, 0.9); z-index: 10000; }

.nav_box .navlist ul>li .navlist2 a,
.nav_box .navlist ul>li .secondNav .navlist3 a,
.nav_box .navlist ul>li .fourthNav .navlist4 a,
.nav_box .navlist ul>li .fourthNav .navlist4 .fifthhNav .navlist5 a,
.nav_box .navlist ul>li .fourthNav .navlist4 .fifthhNav .navlist5 .sixthNav .navlist6 a{ padding: 10px 15px; line-height: 1.6; font-size: 18px; color:rgba(255,255,255,0.8); }

.nav_box .navlist ul>li.cur .navlist2,
.nav_box .navlist ul>li .secondNav.cur .navlist3,
.nav_box .navlist ul>li .fourthNav.cur .navlist4,
.nav_box .navlist ul>li .fourthNav .navlist4 .fifthhNav.cur .navlist5,
.nav_box .navlist ul>li .fourthNav .navlist4 .fifthhNav .navlist5 .sixthNav.cur .navlist6{ left:0; }

.nav_box .navlist ul>li .backNav { padding: 0 15px; }
.nav_box .navlist ul>li .backNav span { display: block; padding: 5px 0 5px 25px; border-top: 1px solid rgba(255,255,255,0); background: url(../images/back.svg) no-repeat left center; font-size: 18px;color:#fff; border-bottom:1px solid rgba(255,255,255,0.3); margin-bottom: 10px; }
.nav_box .navlist ul>li a.cur { font-weight: bold; color:#fff!important;  }

@media(max-width: 1680px){
    .nav_box { top: 60px; }
    .nav_box .navlist ul>li .navlist2,
    .nav_box .navlist ul>li .secondNav .navlist3,
    .nav_box .navlist ul>li .fourthNav .navlist4,
    .nav_box .navlist ul>li .fourthNav .navlist4 .fifthhNav .navlist5 { 
        top: 60px; height: calc(100% - 60px);
        overflow: auto;
    }
}
 .navR { margin-left: 5px; }
.navBtn {
    height: 50px;
    margin-top: -1px;
    float: left;
    left: 3%;
    width: 50px;
    position: relative;
}
.menu-i {
    height: 2px;
    right: 0;
    position: absolute;
    border-radius: 1px;
    font-style: normal;
    background-color: #fff;
    display: block;
    transition: all 0.5s;
    border-radius: 2px;
}

.menu-i-1 {
    width: 24px;
    top: 0;
}
.menu-i-2 {
    width: 32px;
    top: 8px;
}.menu-i-3 {
    width: 24px;
    top: 16px;
}
.mobile-menu {
    width: 36px;
    height: 20px;
    position: relative;
    display: block;
    background: none;
    border: none;
}
.mobile-menu-on .menu-i-1 {
    transform: translateY(6px) rotate(45deg);
    background-color: #fff;
}
.mobile-menu-on .menu-i-2 {
    opacity: 0;
}
.mobile-menu-on .menu-i-3 {
    transform: translateY(-10px) rotate(-45deg);
    background-color: #fff;
}


.mo_header{position: fixed;top: 0;left: 0;width: 100%;z-index: 99;padding: 0;transition: all 0.4s;background: #1963FE;box-shadow: 0 0 12px 0 rgba(0, 0, 0, .05);display: flex;flex-wrap: wrap;align-items: center;height: 60px;}

.mo_header .container{display: flex;flex-wrap: wrap;align-items: center;height: 100%;}
.mo_header.fixed-head{/*background: rgba(0, 0, 0, 1);*/}
.mo_header .logo{width: 200px;}
.mo_header .logo a{display: flex;}

.mo_header .yuyan{
    position: relative;
    margin-left: auto;
   /* position: absolute;
    top: calc(50% - 3px);
    right: 50px;
    transform: translateY(-50%);*/
}
.mo_header .yuyan .t a{color: #fff;}
.mo_header .yuyan .t{color: #fff;position: relative;padding-left: 26px;}
.mo_header .yuyan .t:before{
    position: absolute;
    left: 0;
    top: 50%;
    width: 17px;
    height: 17px;
    background: url(../images/header_qq.svg) center center/cover;
    transform: translateY(-50%);
    content: "";
}
.navR  {display: block;position: relative;margin-left: 14px;position: relative;}
/**pc导航**/
.header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    transition: all 0.4s;
    z-index: 99;
}

.header.fixed-head{
    background: #1963FE;
}

.header .top{
    background: #1963FE;/*overflow: hidden;*/
}

.header.fixed-head .top{display: none;}

.header .top .select.select1{width: 2.8rem;}
.header .top .select.select2{width: auto;}
.header .top .select{
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.header .top .select .bt{
    position: relative;
    padding: 0.16rem 0.6rem 0.16rem 0;
    cursor: pointer;
}

.header .top .select .bt:before{
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    content: "";
    background: url(../images/header_jt.svg) center center/cover;
    
}
.header .top .select:nth-child(1) .bt:before{display:none;}
.header .top .select .select_xl{
    position: absolute;
    width: 100%;
    top: 100%;
    background: #1963FE;
    display: none;
    z-index: 2;
}
.header .top .select .select_xl a{
    display: block;
    color: #fff;
    padding: 4px 0 4px calc(0.16rem + 6px);
}
.header .top .select.select1 .select_xl{
    left: -0.6rem;
    width: calc(100% + 0.6rem);
    padding: 4px 0.6rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header .top .select:hover .select_xl{
    animation: xiala 0.4s 1;animation-fill-mode: forwards;display: block;
}
@-webkit-keyframes xiala {
    0% {
        opacity: 0;
        top: 90%;
    }
    100% {
        opacity: 1;
        top: 100%;
    }
}
@keyframes xiala {
    0% {
        opacity: 0;
        top: 90%;
    }
    100% {
       opacity: 1;
       top: 100%;
    }
}

.header .top .select.select2 .bt{padding-left: 0.4rem;}
.header .top .select.select2 .bt i{
    width: 0.16rem;
    height: 0.16rem;
    background: url(../images/header_qq.svg) center center/cover;
    display: block;
    position: relative;
    top: -2px;
    margin-right: 6px;
}

.header .top .select.select2 .bt:before{right: 0.4rem;}
.header .top .select.select2 .select_xl{
    padding: 4px 0.4rem;
}

.header .top .right{
    margin-left: auto;
}
.header .top .right .ul li{margin-right: 0.24rem;position: relative;}
.header .top .right .ul li:last-child{margin-right: 0;}
.header .top .right .ul li a{color: #fff;}

.header .top .right .ul li .xiala_a{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: #fff;
    width: 1.8rem;
    border-radius: 0.1rem;
    padding: 0.14rem 0.2rem;
    display: none;
    z-index: 333;
    min-width:200px;
}

.header .top .right .ul li .xiala_a a{color: #333;display: block;transition: all 0.6s;width: 100%;margin-bottom: 0.1rem;}
.header .top .right .ul li .xiala_a a:last-child{margin-bottom: 0;}
.header .top .right .ul li .xiala_a a:hover{color: #1963FE;}
.header .top .right .ul li:hover .xiala_a{
    animation: select 0.6s 1;animation-fill-mode: forwards;display: block;
}

.header .top .right .sousuo{margin-left: 0.24rem;padding-left: 0.4rem;height: 0.56rem;position: relative;display: flex;align-items: center;}
.header .top .right .sousuo:before{
    position: absolute;
    left: 0;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: rgba(255, 255, 255, 0.1);
    height: 100%;
}
.header .top .right .sousuo input{
    color: #fff;
    border: none;
    background: none;
}
.header .top .right .sousuo input::placeholder{color: rgba(255, 255, 255, 0.3);}
.header .top .right .sousuo .btn{
    cursor: pointer;
    background: none;
    border: none;
    width: 0.17rem;
    height: 0.17rem;
    background: url(../images/header_fd.svg) center center/cover;
}
.header .btm{border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.header .btm .ul{margin-left: 0.8rem;}
.header .btm .ul li{margin-right: 0.4rem;position:relative;}
.header .btm .ul li:last-child{margin-right: 0;}
.header .btm .ul li > a{
    color: #fff;
    display: block;
    padding: 0.24rem 0;
}

.header .btm .ul li .xiala_b{
        position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: #fff;
    width: 1.8rem;
    border-radius: 0.1rem;
    padding: 0.14rem 0.2rem;
    display: none;
}

.header .btm .ul li .xiala_b a{
    color: #333;
    display: block;
    transition: all 0.6s;
    width: 100%;
    margin-bottom: 0.1rem;
}

.header .btm .ul li .xiala_b a:last-child{margin-bottom: 0;}

.header .btm .ul li:hover .xiala_b{
    animation: select 0.6s 1;animation-fill-mode: forwards;display: block;
}

.header .btm .dh{
    margin-left: auto;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(30px);
    border-radius: 14px;
}

.header .btm .dh a{
    padding: 0.12rem 0.2rem;
    color: #fff;
}

.header .btm .dh a .i{
    display: block;
    width: 0.17rem;
    height: 0.18rem;
    margin-right: 4px;
    background: url(../images/header_dh.svg) center center/cover;
}

.footer{
    background: #212934;
    padding-top: 1rem;
}

.footer .left{
    width: 24%;
}

.footer .left .text .wenzi{color: rgba(255, 255, 255, 0.6);}
.footer .left .dingyue .input{max-width: 3.1rem;}
.footer .left .dingyue input{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    height: 0.52rem;
    width: 100%;
    border: none;
    color: #fff;
    font-size: 0.14rem;
    padding: 0 1rem 0 0.24rem;
    color: #fff;
}
.footer .left .dingyue input::placeholder{color: #fff;}
.footer .left .dingyue button{
    position: absolute;
    right: 4px;
    width: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 4px);
    background: #212934;
    border-radius: 14px;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 0.14rem;
    transition: all 0.6s;
    line-height: 1;
}

.footer .left .dingyue button:hover{background: #1963FE;}

.footer .left .dingyue .k{
    display: block;
    border: 2px solid rgba(255, 255, 255, 0.6);
    width: 0.17rem;
    height: 0.17rem;
    border-radius: 5px;
    cursor: pointer;
}
.footer .left .dingyue .k.cur{
    background: rgba(255, 255, 255, 0.6);
}
.footer .left .dingyue .tiaok span{color: rgba(255, 255, 255, 0.6);margin-left: 6px;}
.footer .left .dingyue .tiaok span a{transition:all 0.6s;color: rgba(255, 255, 255, 0.6);}
.footer .left .dingyue .tiaok span a:hover{color: rgba(255, 255, 255, 1);}
.footer .right{
    margin-left: auto;
    width: 70%;
}

.footer .right .top .wenzi{margin-left: auto;max-width: 60%;}

.footer .right .ul {
    border-top: 1px solid #3D4753;
    padding-top: 0.3rem;
    margin-top: 0.4rem;
    margin-bottom: 1rem;
}
.footer .right .ul li{
    width: 28%;
    padding-right: 0.5rem;
    margin-bottom: 0.6rem;
}
.footer .right .ul li:nth-child(4n){
    width: 16%;
}
.footer .right .ul li .bt,
.footer .right .ul li a.bt{color: #fff;}
.footer .right .ul li .a_box {
    margin-top: 0.14rem;
}

.footer .right .ul li .a_box a{display: block;color: rgba(255, 255, 255, 0.6);margin-bottom: 4px;transition: all 0.6s;}
.footer .right .ul li .a_box a:hover{color: #fff;}
.footer .right .ul li .a_box a:last-child{margin-bottom: 0;}
.footer .right .banquan{
    border-top: 1px solid #3D4753;
    padding: 0.24rem 0;
}

.footer .right .banquan .text{
    width: 50%;
    color: #C6C6C6;
}

.footer .right .banquan .text a{color: #C6C6C6;transition: all 0.4s;}
.footer .right .banquan .text a:hover,.footer .right .banquan .lj a:hover{color: #fff;}
.footer .right .banquan .lj{
    margin-left: auto;
}

.footer .right .banquan .lj a{color: #C6C6C6;margin-right: 0.24rem;transition: all 0.4s;}
.footer .right .banquan .lj a:last-child{margin-right: 0;}

.footer .right .ul li.gongzhonghao {padding-right:0;width:40%;}
.footer .right .ul li.gongzhonghao .img_box{
    margin-right:4%;
    width:auto;
    max-width:48%;
    text-align:center;
    min-width:120px;
}

.footer .right .ul li.gongzhonghao .img_box:last-child{margin-right:0;}
.footer .right .ul li.gongzhonghao .img_box .img{width:100%;border-radius: .1rem;}
.footer .right .ul li.gongzhonghao .img_box .xbt{
    color: rgba(255, 255, 255, 0.6);
    margin-top: 5px;
}

@media(max-width: 1100px){
    .footer{padding-top: 0.5rem;}
    .footer .right .ul li{display: none;}
    .footer .right .ul li.gongzhonghao{display:block;width:100%;}
    .footer .right .ul li.gongzhonghao .img_box{min-width:80px;}
    .footer .right .ul li.gongzhonghao .img_box .img{border-radius: .3rem;}
    .footer .left{
        width: 100%;
    }
    .footer .left .logo{width: 2.7rem;}
    .footer .left .text{margin-top: 0.4rem;}
    .footer .left .dingyue{margin-top: 0.5rem;}
    .footer .left .dingyue .k{
        width: 0.24rem;
        height: 0.24rem;
        top: 2px;
        position: relative;
    }
    .footer .left .dingyue .input{max-width: 100%;}
    .footer .right{
        width: 100%;
        margin-top: 0.4rem;
    }
    .footer .right .top .wenzi{max-width: 100%;margin-top: 0.2rem;margin-left: 0;}
    .footer .right .banquan{margin-top: 0.3rem;}
    .footer .right .banquan .text{width: 100%;margin-bottom: 0.2rem;}
    .footer .right .banquan .lj{margin-left:0;}

}
.nybanner{position: relative;}
.nybanner .text{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-30%);
    z-index: 3;
    color: #fff;
    transition: all 1s;
    opacity: 0;
}

.nybanner .img:hover img{transform: scale(1);}
.nybanner .text .bt{border: 1px solid #FFFFFF;display: inline-block;padding: 5px 15px;border-radius: 40px;}
.nybanner .img .pc{transform: scale(1.04);transition: all 1s;}

.nybanner.cur .text{transform: translateY(-50%);opacity: 1;}
.nybanner.cur .img .pc{transform: scale(1);}
.title .fbt{
    background: rgba(25, 99, 254, 0.1);
    border-radius: 40px;
    color: #1963FE;
    padding: 0.06rem 0.16rem;
    display: inline-block;
    border: 1px solid #1963FE;
}

.title .bt{color: #212934;}
.title_text{color: #212934;}
.title_text a{
    color: #1963FE;
    text-decoration: underline;
}

.ai{
    background: url(../images/home_bg.jpg) top center/cover #fff;
}
.ai2{
    background: url(../images/ai2.png) center center/cover  #fff;
}
.ai_a{
    padding-top: 1.4rem;
}

.ai_a .ul > li{
    width: 32.5%;
    margin-right: 1.25%;
    height: 4.2rem;
    --max-height: 4.2rem;
    display: flex;
    align-items: center;
}
.ai_a .ul > li:last-child{margin-right: 0;}
.ai_a .ul > li .nr{width: 100%;}
.ai_a .ul > li .icon{
    position: absolute;
    left: 0.4rem;
    top: 0.4rem;
    width: 0.7rem;
    z-index: 1;
    opacity: 0;
    transition: all 0.6s;
}
.ai_a .ul > li .bg{
    width: 100%;
    height: 3.6rem;
    position: relative;
    display: block;
    transition: all 0.6s;
}

.ai_a .ul > li .bg:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    opacity: 0;
    transition: all 0.6s;
}

.ai_a .ul > li .text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.24rem 0.3rem;
}

.ai_a .ul > li .text .js{
    margin-top: 4px;
}

.ai_a .ul > li .text .js_box{overflow-y: hidden;height: 0;transition: all 0.6s;}

.ai_a .ul > li:hover .bg{height: var(--max-height);}
.ai_a .ul > li:hover .text .js_box{height: var(--height);}
.ai_a .ul > li:hover .bg:before{opacity: 1;}
.ai_a .ul > li:hover .icon{opacity: 1;}

.ai_b{
    padding-top: 1.5rem;
}

.ai_b .box{
    margin-bottom: 0.4rem;
    overflow: hidden;
}
.ai_b .box:last-child{margin-bottom: 0;}

.ai_b .box .nr{
    background: #fff;
    padding: 10px;
    flex-direction: row-reverse;
}

.ai_b .box .nr .left{
    width:45.5%;
    padding: 0 0.9rem 0 0.6rem;
}
.ai_b .box .nr .left .bt,
.ai_b .box .nr .left .js{color: #212934;}

.ai_b .box .nr .right{width: 54.5%;}

.ai_b .box:nth-child(2n) .nr{flex-direction: initial;}

a.more,.more{
    background: #EEEEEE;
    border-radius: 10px;
    padding: 0.14rem 0.4rem;
    color: #4B5460;
    transition: all 0.6s;
    min-width: 2.2rem;
    text-align: center;
    display: inline-block;
}

a.more i,.more i{
    display: inline-block;
    width: 0.17rem;
    height: 0.14rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 0.1rem;
    transition: all 0.6s;
    overflow: hidden;
    position: relative;
}

a.more i:before,.more i:before{
    background: url(../images/more.svg) center center/cover;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

a.more i:after,.more i:after{
    background: url(../images/more.svg) center center/cover;
    position: absolute;
    left: -200%;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

a.more:hover,.more:hover{
    color: #fff;
    background: #1963FE;
}
a.more:hover i:before,.more:hover i:before,
a.more:hover i:after,.more:hover i:after{background: url(../images/more2.svg) center center/cover;}
a.more:hover i:before,.more:hover i:before{left: 200%;}
a.more:hover i:after,.more:hover i:after{left: 0;}


a.more2,.more2{background: #fff;}


a.more3,.more3{background: #fff;color: #386DDE;}
a.more.more3 i:before,.more.more3 i:before,
a.more.more3 i:after,.more.more3 i:after{
    background: url(../images/more3.svg) center center/cover;
}
.ai_c{padding: 1.4rem 0 1.3rem;}
.ai_c .ul li{
    height: 5rem;
    width: 24.5%;
    margin-right: 0.6%;
    background: #fff;
    position: relative;
    border-radius: 30px;
    transition: all 0.6s;
}

.ai_c .ul li:last-child{margin-right: 0;}
.ai_c .ul li  a{
    display: block;
    height: 100%;
}
.ai_c .ul li .bg{
    width: 100%;
    height: 2.4rem;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    display: flex;
    transition: all 0.6s;
}

.ai_c .ul li .bg .img{width: 100%;height: 100%;border-radius: 30px;}

.ai_c .ul li .text{
    padding: 2.7rem 0.3rem 0.3rem;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
    z-index: 3;
}

.ai_c .ul li .text .bt{
    color: #212934;
    transition: all 0.6s;
}
.ai_c .ul li .text .js{
    color: #212934;
    margin-top: 6px;
    height: 0.6rem;
    overflow-y: hidden;
    transition: all 0.6s;
}

@media(max-width: 1600px){
    .ai_c .ul li .text .js{height: 0.8rem;}
}

.xiaji{width: 100%;}
.xiaji .span{
    background: rgba(25, 99, 254, 0.1);
    border-radius: 40px;
    color: #1963FE;
    padding: 5px 16px;
    display: inline-block;
    border: 1px solid #1963FE;
    margin-right: 10px;
    transition: all 0.6s;
}

.ai_c .ul li .text .xiaji .span:last-child{margin-right: 0;}
.ai_c .ul li.cur{
    width: 49.8%;
}

.ai_c .ul li.cur .bg{
    height: 100%;
    padding: 0;
}
.ai_c .ul li.cur .text{align-content: flex-end;}
.ai_c .ul li.cur .text .bt,
.ai_c .ul li.cur .text .js{color: #fff;}

.ai_c .ul li.cur .text .xiaji .span{
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    color: #fff;
}

.nytop{background: #fff;box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);}
.nytop .container2{
    width: 100%;
    padding: 0 3% 0 var(--container2_left);
}
.nytop .nytop_a a{
    color: #3D3D3D;
    transition: all 0.6s;
    display: block;
    padding: 0.2rem;
    margin-right: 0.2rem;
}
.nytop.cur{
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9;
}
.nytop .nytop_a a:last-child{margin-right: 0;}

.nytop .nytop_a a.cur{color: #1963FE;}
.nytop .right{margin-left: auto;}
.nytop .dh{
    background: #1963FE;
    backdrop-filter: blur(30px);
    border-radius: 14px;
}

.nytop .dh a{
    padding: 0.12rem 0.2rem;
    color: #fff;
}

.nytop .dh a .i{
    display: block;
    width: 0.17rem;
    height: 0.18rem;
    margin-right: 4px;
    background: url(../images/header_dh.svg) center center/cover;
}

.nytop .fanhui{
    background: #EEEEEE;
    margin-right: 9px;
    backdrop-filter: blur(30px);
}
.nytop .fanhui a{color: #4B5460;}
.nytop .fanhui a .i{
    display: block;
    width: 0.18rem;
    height: 0.16rem;
    margin-right: 4px;
    background: url(../images/fanhui.svg) center center/cover;
}
@media(max-width: 1100px){
    .ai_a{padding-top: 0.8rem;}
    .title .bt{font-size: 0.5rem;}
    .ai_a .ul > li{
        height: auto;
        --max-height: auto;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.2rem;
    }
    .ai_a .ul > li:last-child{margin-bottom: 0;}
    .ai_b{
        padding-top: 0.8rem;
    }
    .ai_b .box .nr .left{
        padding: 0.3rem 0.2rem;
        width: 100%;
    }
    .ai_b .box .nr .right{width: 100%;padding: 0 0.2rem;}
    .ai_c{padding: 0.8rem 0;}
    .ai_c .ul li{width: 100%;margin-bottom: 0.2rem;}
    .ai_c .ul li:last-child{margin-bottom: 0;}
    .ai_c .ul li.cur{width: 100%;}
}

.aiyijia_a{
    padding: 1.3rem 0 0;
}

.aiyijia_a .title_text img{
    border-radius: 0.3rem;
}

.aiyijia_b{
    padding: 1.2rem 0;
}

.aiyijia_b .left{
    width: 40%;
}

.aiyijia_b .right{
    width: 8.8rem;
    height: 8.8rem;
    padding: 1.5rem 0.9rem 1.3rem;
    position: relative;
    margin-left: auto;
}

.aiyijia_b .right .yuan1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/aiyijia_b_yuan1.png) center center/cover;
    width: 100%;
    height: 100%;
    animation: xuanzhuan2 40s infinite linear;
}


.aiyijia_b .right .yuan2{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/aiyijia_b_yuan2.png) center center/cover;
    width: 94%;
    height: 94%;
    animation: xuanzhuan2 40s infinite linear reverse;
}

.aiyijia_b .right .yuan3{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/aiyijia_b_yuan3.png) center center/cover;
    width: 90%;
    height: 90%;
}

.aiyijia_b .right .img{position: relative;z-index: 3;}


.lizi canvas {
    height: 3rem !important;
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
    bottom: 0;
    z-index: 0;
}
.lizi > *{position: relative;z-index: 1;}


.aiyijia_c{
    padding: 0.8rem 0 0;
}

.nya_list{justify-content: center;}
.nya_list a{
    display: block;
    background: #FFFFFF;
    border-radius: 12px;
    color: #4B5460;
    padding: 0.12rem 0.4rem;
    margin-right: 0.1rem;
    transition: all 0.6s;
}
.nya_list a:last-child{margin-right: 0;}
.nya_list a:hover,.nya_list a.cur{
    background: #1963FE;
    color: #fff;
}

.aiyijia_c .aiyijia_c_box{
    background: #fff;
}

.aiyijia_c .aiyijia_c_box .box{display: none;padding: 10px;}
.aiyijia_c .aiyijia_c_box .box.cur{display: block;}
.aiyijia_c .aiyijia_c_box .box .nr{flex-direction: row-reverse;}
.aiyijia_c .aiyijia_c_box .left{
    width: 54.4%;
    background: #EDF2FA;
    padding: 6px 0.2rem 0.2rem;
}
.aiyijia_c .aiyijia_c_box .left .img_box {padding: 0 0.2rem;}
.aiyijia_c .aiyijia_c_box .left .img_box .img{display: none;}
.aiyijia_c .aiyijia_c_box .left .img_box .img.cur{display: block;}


.aiyijia_c .aiyijia_c_box .left .t_box{justify-content: center;}
.aiyijia_c .aiyijia_c_box .left .t_box .t{
    width: 24%;
    margin-right: 1.33%;
    text-align: center;
    color: #212934;
    padding: 0.14rem;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    transition: all 0.6s;
}
.aiyijia_c .aiyijia_c_box .left .t_box .t:last-child{margin-right: 0;}
.aiyijia_c .aiyijia_c_box .left .t_box .t.cur,
.aiyijia_c .aiyijia_c_box .left .t_box .t:hover{background: #1963FE;color: #fff;}

.aiyijia_c .aiyijia_c_box .right{
    width: 45.6%;
    padding: 0.2rem 0.8rem 0.2rem 0.7rem;
}

.aiyijia_c .aiyijia_c_box .right .bt{color: #212934;}
.aiyijia_c .aiyijia_c_box .right .text{
    color: #212934;
    max-height: 3rem;
    overflow: auto;
    padding-right: 6px;
}

.aiyijia_c .aiyijia_c_box .right .text::-webkit-scrollbar{
    width: 2px;
}
.aiyijia_c .aiyijia_c_box .right .text::-webkit-scrollbar-track{
    background: #ccc;
    width: 2px;
}

.aiyijia_c .aiyijia_c_box .right .text::-webkit-scrollbar-track-piece{
    width: 2px;
} 
.aiyijia_c .aiyijia_c_box .right .text::-webkit-scrollbar-thumb{
        background: #1963FE;
        border: 5px;
}
.aiyijia_c .aiyijia_c_box .right .text::-webkit-scrollbar-button{
    display: none;
}

.aiyijia_d{
    padding: 1.3rem 0 1.4rem;
}
.aiyijia_d .more{
    background: #fff;
}

.aiyijia_d .title_text{
    padding: 0.6rem 0.2rem;
    background: #fff;
}

@media(max-width: 1100px){
    .nybanner .text .fbt{font-size: 0.6rem;}
    .aiyijia_a{padding: 0.8rem 0 0;}
    .aiyijia_b{padding: 0.8rem 0 0;}
    .aiyijia_b .left{
        width: 100%;
    }
    .aiyijia_b .right{
        width: 80vw;
        height: 80vw;
        margin: 0.4rem auto 0;
    }
    .aiyijia_c .aiyijia_c_box .right{width: 100%;padding: 0.3rem 0.2rem;}
    .aiyijia_c .aiyijia_c_box .right .text{max-height: initial;}
    .aiyijia_c .aiyijia_c_box .left{
        width: 100%;
        margin-top: 0.2rem;
    }
    .aiyijia_d{padding: 0.8rem 0;}
}

.jtou {position: relative;bottom: 0.3rem;margin-left: auto;}
.jtou .jt { background: #fff; width: 0.52rem; height: 0.52rem; position: relative; border-radius: 12px; overflow: hidden; cursor: pointer; transition: all .5s; }
.jtou .jt::before {
    width: 0.07rem;
    height: 0.12rem;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.jtou .jtl{margin-right: 0.1rem;}
.jtou .jtl::before { background: url(../images/jt_l.svg)no-repeat center center/cover; }
.jtou .jtr::before { background: url(../images/jt_r.svg)no-repeat center center/cover; }

.jtou .jt:hover { background: #1963FE; }
.jtou .jtl:hover:before { background: url(../images/jt_l2.svg)no-repeat center center/cover; }
.jtou .jtr:hover:before { background: url(../images/jt_r2.svg)no-repeat center center/cover; }

.jtoua { background: #1963FE; }
.jtoua .jt { background: #1963FE; border: 2px solid rgba(255, 255, 255, 0.05); }
.jtoua .jtl:before { background: url(../images/jt_l2.svg)no-repeat center center/cover; }
.jtoua .jtr:before { background: url(../images/jt_r2.svg)no-repeat center center/cover; }

.jtou_xian .jt{border: 1px solid rgba(68, 68, 68, 0.2);}
.jtou_xian .jt:hover{border-color: #1963FE;}

.aiyinghe_a{
    padding: 1.3rem 0 0;
}

.aiyinghe_a .btm .nr{
    background: #fff;
    padding: 0.4rem;
}
.aiyinghe_a .btm .nr .fbt{
    color: #4B5460;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.aiyinghe_a .btm .nr .bt{
    color: #1963FE;
    margin-top: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.aiyinghe_a .title .bt br{display: none;}

.aiyinghe_b{
    padding: 1.3rem 0 1.4rem;
}
.aiyinghe_b .btm{padding: 10px;background: #FFFFFF;}
.aiyinghe_b .btm .left{
    width: 57%;
    position: relative;
}
.aiyinghe_b .btm .left:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.aiyinghe_b .btm .left .bg{
    height: 5.8rem;
    width: 100%;
}

.aiyinghe_b .btm .left .text{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0.36rem 0.3rem 0.3rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.aiyinghe_b .btm .left .text .bt{color: #fff;width: 100%;}
.aiyinghe_b .btm .left .text .bq .span{
    color: #fff;
    margin-right: 10px;
    margin-top: 6px;
    min-width: 1.5rem;
    padding: 0.12rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    text-align: center;
}

.aiyinghe_b .btm .right{
    width: calc(43% - 10px);
    margin-left: auto;
}
.aiyinghe_b .btm .right .ul {height: 100%;}
.aiyinghe_b .btm .right .ul li{
    width: 49.2%;
    margin-right: 1.6%;
    margin-bottom: 1.6%;
    height: calc(50% - 1.2%);
    cursor: pointer;

}

.aiyinghe_b .btm .right .ul li:nth-child(2n){margin-right: 0;}
.aiyinghe_b .btm .right .ul li:nth-last-child(2),
.aiyinghe_b .btm .right .ul li:last-child{margin-bottom: 0;}

.aiyinghe_b .btm .right .ul li .icon{width: 0.5rem;}
.aiyinghe_b .btm .right .ul li .nr{
    border: 2px solid rgba(25, 99, 254, 0.2);
    height: 100%;
    padding: 0.26rem 0.3rem 0.3rem; 
    transition: all 0.6s;
    background: rgba(25, 99, 254, 0.1);
}

.aiyinghe_b .btm .right .ul li .bt{
    color: #212934;
    transition: all 0.6s;
    position:absolute;
    top:50%;
    transform: translate(-50%,-50%);
    text-align:center;
    left:50%;
    width:100%;
}
.aiyinghe_b .btm .right .ul li .icon{
    position: absolute;
    right: 0.4rem;
    bottom: 0.3rem;
}
.aiyinghe_b .btm .right .ul li .icon .icon2{display: none;}

.aiyinghe_b .btm .right .ul li.cur .nr{border: 2px solid #1963FE;}
.aiyinghe_b .btm .right .ul li.cur .bt{color: #1963FE;}
.aiyinghe_b .btm .right .ul li.cur .icon .icon1{display: none;}
.aiyinghe_b .btm .right .ul li.cur .icon .icon2{display: block;}

@media(max-width: 1100px){
    .aiyinghe_a{padding: 0.8rem 0 0;}
    .aiyinghe_a .btm .nr .icon{max-width: 0.6rem;}
    .aiyinghe_a .title{width: 70%;}
    .aiyinghe_a .title .bt br{display: block;}
    .aiyinghe_b{padding: 0.8rem 0;}
    .aiyinghe_b .btm .left{
        width: 100%;
    }
    .aiyinghe_b .btm .right{
        width: 100%;
        margin-top: 0.2rem;
    }
    .aiyinghe_b .btm .right .ul li{
        height: 2rem;
    }
}

.img img{transition: all 0.6s;}
.img:hover img{transform: scale(1.04);}

.banner .img .pc{transition: all 2s;transform: scale(1.04);}
.banner .swiper-slide-active .img .pc{transform: scale(1);}
.bannershuju{
    position: absolute;
    bottom: 0.4rem;
    right: 0.55rem;
}

.bannershuju .ul li{
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    min-width: 3.1rem;
    margin-right: 0.16rem;
}
.bannershuju .ul li:last-child{margin-right: 0;}
.bannershuju .ul li .nr{
    padding: 0.2rem 0.24rem;
    height: 100%;
    color: #fff;
}

.bannershuju .ul li .nr .fbt{margin-top: 4px;}
.bannershuju .ul li .nr .wenzi{color: rgba(255, 255, 255, 0.5);}

.jizuo_a{
    padding: 1.3rem 0 0;
}

.jizuo_a .box{
    background: #fff;
    padding: 10px;
}

.jizuo_a .box .left{
    width: 50%;
    padding: 0 0.7rem 0 0.6rem;
}


.jizuo_a .box .right{
    width: 50%;

}

.jizuo_b{padding: 1.1rem 0 0;}
.jizuo_b .left{
    width: 46%;
}
.jizuo_b .right{
    width: 41.3%;
    margin-left: auto;
    padding: 0.5rem;
}

.jizuo_b .right .img{
    border-radius: 100%;
    overflow: hidden;
}

.jizuo_b .right .yuan1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(0);
    background: url(../images/jizuo_b_yuan1.png) center center/cover;
    width: 100%;
    height: 100%;
    animation: xuanzhuan2 40s infinite linear;
}


.jizuo_b .right .yuan2{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(0);
    background: url(../images/jizuo_b_yuan2.png) center center/cover;
    width: 94%;
    height: 94%;
    animation: xuanzhuan2 40s infinite linear reverse;
}
.jizuo_b .btm{margin-top: -0.3rem;}
.jizuo_b .btm .ul li{
    width: 32.8%;
    margin-right: 0.8%;
    margin-bottom: 0.8%;
}

.jizuo_b .btm .ul li:nth-child(3n){margin-right: 0;}

.jizuo_b .btm .ul li .nr{
    background: #fff;
    height: 100%;
    padding: 0.54rem 0.6rem 0.54rem 0.5rem;
}
.jizuo_b .btm .ul li .text{
    width: calc(100% - 1rem);
    color: #4B5460;
}

.jizuo_b .btm .ul li .icon{
    max-width: 0.8rem;
    margin-left: auto;
}

.jizuo_b .btm .ul li .text .bt{color: #1963FE;}

.jizuo_c{
    padding: 1.5rem 0 1.2rem;
}

.jizuo_c .top .title{
    width: 36%;
}

.jizuo_c .top .title_text{
    width: 60%;
}

.title_text2 p{margin-bottom: 0.1rem;}
.title_text2 p:last-child{margin-bottom: 0;}

@media(max-width: 1100px){
    .bannershuju{
        width: 100%;
        left: 0;
        bottom: 0.3rem;
        padding: 0 0.3rem;
    }
    .bannershuju .ul li{
        width: 49%;
        margin-right: 2%;
    }
    .bannershuju .ul li:last-child{margin-right: 0;}
    .jizuo_a{padding-top: 0.8rem;}
    .jizuo_a .box .left{
        width: 100%;
        padding: 0.3rem;
    }
    .jizuo_a .box .right{
        width: 100%;
        padding: 0 0.3rem 0.3rem;
    }
    .jizuo_b{padding: 0.8rem 0 0;}
    .jizuo_b .left{width: 100%;}
    .jizuo_b .right{
        width: 100%;
        margin-top: 0.3rem;
    }
    .jizuo_b .btm{margin-top: 0;}
    .jizuo_b .btm .ul li{width: 100%;margin-bottom: 0.2rem;margin-right: 0;}
    .jizuo_b .btm .ul li:last-child{margin-bottom: 0;}
    .jizuo_c{
        padding: 0.8rem 0;
    }
    .jizuo_c .top .title{width: 100%;}
    .jizuo_c .top .title_text{width: 100%;margin-top: 0.3rem;}
}

.shebei_a{
    padding: 1.3rem 0 0;
}

.shebei_a .ul > li{
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
}

.shebei_a .ul > li:nth-child(3n){margin-right: 0;}
.shebei_a .ul > li .text{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    color: #fff;
    padding: 0.36rem 0.4rem;
}

.shebei_a .ul > li .text .js_box{height: 0;overflow: hidden;transition: all 0.6s;}
.shebei_a .ul > li .img:after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    z-index: 1;
}
.shebei_a .ul > li .img:before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    content: "";
    transition: all 0.6s;
    opacity: 0;
    z-index: 1;
}
.shebei_a .ul > li .num{
    color: rgba(255, 255, 255, 0.16);
    position: absolute;
    line-height: 1;
    top: 0.3rem;
    right: 0.3rem;
    z-index: 2;
    transition: all 0.6s;
    opacity: 0;

}
.shebei_a .ul > li:hover .text .js_box{height: var(--height);}
.shebei_a .ul > li:hover .img:before{opacity: 1;}
.shebei_a .ul > li:hover .num{opacity: 1;}
.shebei_b{
    padding: 1.4rem 0 0;
}

.shebei_b .ul > li{
    width: 49.6%;
    margin-right: 0.8%;
    margin-bottom: 0.8%;
}

.shebei_b .ul > li:nth-child(2n){margin-right: 0;}
.shebei_b .ul > li .nr{
    background: #fff;
    padding: 10px;
    height: 100%;
}
.shebei_b .ul > li .text{
    padding: 0.26rem 0.2rem;
}
.shebei_b .ul > li .text .bt{color: #212934;}
.shebei_b .ul > li .text .js{
    color: #212934;
}
.shebei_b .ul > li .text .js ul li{position: relative;padding-left: 0.15rem;}
.shebei_b .ul > li .text .js ul li:before{
    width: 0.06rem;
    height: 0.06rem;
    content: "";
    position: absolute;
    left: 0;
    top: 0.11rem;
    background: #D8D8D8;
    border-radius: 100%;

}

.shebei_c{
    padding: 1.5rem 0 1.2rem;
}
.shebei_c .btm .nr{padding: 10px;background: #FFFFFF;opacity: 0.5;transition: all 0.6s;}

.shebei_c .btm .right{
    width: 60%;
    opacity: 0;
    transition: all 0.6s;
}
.shebei_c .btm .left{
    width: 40%;
    padding: 0 0.9rem 0 0.7rem;
    opacity: 0;
    transition: all 0.6s;
}
.shebei_c .btm .left .bt{color: #212934;}
.shebei_c .btm .left .js{color: #212934;}
.shebei_c .btm .left .an_box a{
    width: 47.7%;
    margin-right: 4.6%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.shebei_c .btm .left .an_box a:last-child{margin-right: 0;}

.shebei_c .btm .swiper-slide-active .nr,
.shebei_c .btm .swiper-slide-active .right,
.shebei_c .btm .swiper-slide-active .left{
    opacity: 1;
}

.shebei_c .btm .swiper-slide{transform: scale(0.95);transition: all 0.6s;}
.shebei_c .btm .swiper-slide-active{transform: scale(1);}
.shebei_c .btm .right .ul{
    position: absolute;
    bottom: 0;
    left: 0;
}
.shebei_c .btm .right .ul li{
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(40px);
    padding: 0.3rem;
    margin-left: 0.2rem;
    margin-bottom: 0.2rem;
    text-align: center;
    color: #fff;
}

@media(max-width: 1100px){
    .shebei_a{padding: 0.8rem 0 0;}
    .shebei_a .ul > li{width: 100%;margin-bottom: 0.2rem;}
    .shebei_a .ul > li:last-child{margin-bottom: 0;}
    .shebei_b{padding: 0.8rem 0 0;}
    .shebei_b .ul > li{width: 100%;margin-bottom: 0.2rem;}
    .shebei_b .ul > li:last-child{margin-bottom: 0;}
    .shebei_c{padding: 0.8rem 0;}
    .shebei_c .btm .left{
        width: 100%;
        padding: 0.3rem 0.2rem;
    }
    .shebei_c .btm .right{width: 100%;margin-top: 0.2rem;}
}

.jiqiren_a{
    padding: 1.3rem 0 0;
}
.jiqiren_a .ul li{
    height: 4.2rem;
    width: 14.3%;
    background: #FFFFFF;
    margin-right: 0.7%;
    padding: 0.3rem;
    transition: all 0.6s;
}

.jiqiren_a .ul li:last-child{margin-right: 0;}
.jiqiren_a .ul li .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s;
    z-index: 0;
}
.jiqiren_a .ul li:before{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    opacity: 0;
    z-index: 1;
    transition: all 0.6s;
}
.jiqiren_a .ul li .nr{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    z-index: 2;
}
.jiqiren_a .ul li .text{width: 100%;}
.jiqiren_a .ul li .text .num{color: #1963FE;}
.jiqiren_a .ul li .text .bt{color: #212934;transition: all 0.6s;}
.jiqiren_a .ul li .btm .wenzi{color: #fff;opacity: 0;transition: all 0.6s;}
.jiqiren_a .ul li .btm .i{
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    background: url(../images/jiqiren_a_icon2.svg) center center/cover;
}

.jiqiren_a .ul li.cur{width: 25%;}
.jiqiren_a .ul li.cur .text .bt{font-size: 0.36rem;}
.jiqiren_a .ul li.cur .text .num,.jiqiren_a .ul li.cur .text .bt{color: #fff;}
.jiqiren_a .ul li.cur .btm .wenzi{opacity: 1;}
.jiqiren_a .ul li.cur .bg{opacity: 1;}
.jiqiren_a .ul li.cur:before{opacity: 1;}
.jiqiren_a .ul li.cur .btm .i{background: url(../images/jiqiren_a_icon.svg) center center/cover;}
.jiqiren_b{
    padding: 1.3rem 0 0;
}

.jiqiren_b .btm{padding: 10px;background: #FFFFFF;}
.jiqiren_b .btm .right{
    width: 61%;
}

.jiqiren_b .btm .right .img_box{display: none;position: relative;}
.jiqiren_b .btm .right .img_box.cur{display: block;}
.jiqiren_b .btm .right .text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.34rem 0.4rem;
    color: #fff;
}

.jiqiren_b .btm .left{
    width: 39%;
    padding: 0 0.5rem;
}
.jiqiren_b .btm .left .ul li{border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.jiqiren_b .btm .left .ul li:last-child{border-bottom: none;}
.jiqiren_b .btm .left .ul li .bt{
    padding: 0.2rem 0.4rem 0.2rem 0;
    color: #212934;
    position: relative;
    transition: all 0.6s;
}

.jiqiren_b .btm .left .ul li .bt:before{
    width: 0.17rem;
    height: 0.14rem;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/jiqiren_b_jt.svg) center right no-repeat;
    transition: all 0.6s;
}

.jiqiren_b .btm .left .ul li.cur .bt:before{
    width: 0.37rem;
    background: url(../images/jiqiren_b_jt2.svg) center right no-repeat;
}

.jiqiren_b .btm .left .ul li.cur .bt{
    color: #1963FE;
}

.top .more{margin-left: auto;margin-bottom: 0.2rem;}
.jiqiren_c{
    padding: 1.4rem 0 1.3rem;
}

.jiqiren_c .ul li{
    width: 32.7%;
    margin-right: 0.95%;
    background: #fff;
    height: 5rem;
}
.jiqiren_c .ul li:last-child{margin-right: 0;}
.jiqiren_c .ul li .text{
    padding: 0 0.3rem;
    position: relative;
    z-index: 1;
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    width: 100%;
}
.jiqiren_c .ul li .text .bt{color: #212934;}
.jiqiren_c .ul li .text .wenzi_box{
    height: 0.6rem;
    overflow: hidden;
    color: #212934;
    transition: all 0.6s;
}
.jiqiren_c .ul li .text .wenzi_box .wenzi{max-height: 2.2rem;padding-right: 5px;overflow: auto}
.jiqiren_c .ul li .text .wenzi_box .wenzi::-webkit-scrollbar{
    width: 2px;
}
.jiqiren_c .ul li .text .wenzi_box .wenzi::-webkit-scrollbar-track{
    background: #ccc;
    width: 2px;
}

.jiqiren_c .ul li .text .wenzi_box .wenzi::-webkit-scrollbar-track-piece{
    width: 2px;
} 
.jiqiren_c .ul li .text .wenzi_box .wenzi::-webkit-scrollbar-thumb{
        background: #1963FE;
        border: 5px;
}
.jiqiren_c .ul li .text .wenzi_box .wenzi::-webkit-scrollbar-button{
    display: none;
}

.jiqiren_c .ul li .img_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3rem;
    display: flex;
    padding: 10px;
    transition: all 0.6s
}
.jiqiren_c .ul li .img_box:before{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    opacity: 0;
    z-index: 1;
    border-radius: 0.3rem;
    transition: all 0.6s;
}
.jiqiren_c .ul li .img_box .img{width: 100%;height: 100%;}

.jiqiren_c .ul li:hover .text .wenzi{color: #fff;}
.jiqiren_c .ul li:hover .text .bt{
    color: #fff;
}
.jiqiren_c .ul li:hover .img_box:before{opacity: 1;}
.jiqiren_c .ul li:hover .img_box{
    height: 100%;
    padding: 0;
}
.jiqiren_c .ul li:hover .text .wenzi_box{height: var(--height);}

@media(max-width: 1100px){
    .jiqiren_a{padding-top: 0.8rem;}
    .jiqiren_a .ul li,
    .jiqiren_a .ul li.cur{width: 49%;margin-right: 2%;}
    .jiqiren_a .ul li:nth-child(2n){margin-right: 0;}
    .jiqiren_a .ul li{margin-bottom: 0.2rem;}
    .jiqiren_b{padding: 0.8rem 0 0;}
    .jiqiren_b .btm .left{
        width: 100%;
        padding: 0.1rem 0.3rem 0.3rem;
    }
    .jiqiren_b .btm .right{
        width: 100%;
    }
    .jiqiren_c{
        padding: 0.8rem 0;
    }
    .top .title{width: 100%;}
    .top .more{
        margin-left: 0;
        margin-top: 0.2rem;
    }
    .jiqiren_c .ul li{
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .jiqiren_c .ul li:last-child{margin-bottom: 0;}
}

.chanpin_a{padding: 1.3rem 0 0;}
.chanpin_a .btm {
    padding: 0.2rem;
    background: #fff;
}
.chanpin_a .btm .shang{
    padding: 0.4rem 0;
}
.chanpin_a .btm .shang .left{width: 44%;}
.chanpin_a .btm .shang .left .zi_lb{
    position: absolute;
    top: 50%;
    font-size: 2.7rem;
    transform: translateY(-50%);
    font-weight: bold;
    z-index: 0;
    overflow: hidden;
    width: 100%;
}

.chanpin_a .btm .shang .left .zi_lb .zi_lbgun{
     display: flex;
}

.chanpin_a .btm .shang .left .zi_lb .zi_lbgun{
    transition-timing-function: linear;
}

.chanpin_a .btm .shang .left .zi_lb .t{margin-right: 0.5rem;color: #F1F5F9;}

.chanpin_a .btm .shang .left .img{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.chanpin_a .btm .shang .left .img img{width: auto;display: block;}
.chanpin_a .btm .shang .left .nr{
    padding: 0.2rem;
}

.chanpin_a .btm .shang .right{
    width: 56%;
    padding: 0 1.9rem 0 0.7rem;
}

.chanpin_a .btm .shang .right .bt{color: #212934;}
.chanpin_a .btm .shang .right .js{color: #212934;}

.chanpin_a .btm .xia .nr{
    background: rgba(235, 240, 246, 0.7);
    padding: 0.14rem 0.2rem;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0);
}

.chanpin_a .btm .xia .nr .img{
    padding: 0.1rem;
    width: 1.1rem;
    height: 1.1rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    position: relative;
}

.chanpin_a .btm .xia .nr .img:before{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(43deg, rgba(25, 99, 254, 0.1) 11%, rgba(25, 99, 254, 0) 91%);
    border-radius: 100%;
}

.chanpin_a .btm .xia .nr .img img{
    display: block;
    max-height: 100%;
    width: auto;
    position: relative;
    z-index: 1;
}
.chanpin_a .btm .xia .nr .text{
    width: calc(100% - 1.1rem);
    padding-left: 0.2rem;
}

.chanpin_a .btm .xia .nr .text .bt{color: #212934;}
.chanpin_a .btm .xia .nr .text .num{color: rgba(33, 41, 52, 0.5);}

.chanpin_a .btm .xia .swiper-slide-thumb-active .nr{border: 2px solid #1963FE;}
.chanpin_a .btm .xia .swiper-slide-thumb-active .text .bt{text-decoration: underline;}
.chanpin_a .btm .xia .swiper-slide-thumb-active .text .num{color: #1963FE;}

.chanpin_b{
    padding: 1.1rem 0 1.2rem;
}

.chanpin_b .top .left{
    width: 55%;
}
.chanpin_b .top .right{
    --chicun: 5rem;
    width: var(--chicun);
    margin-left: auto;
    margin-right: 1rem;
}

.chanpin_b .top .right .nr{
    width: var(--chicun);
    height: var(--chicun);
    display: flex;
    align-items: center;
    justify-content: center;
}

.chanpin_b .top .right .nr:before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(0);
    background: url(../images/chanpin_b_yuan1.png) center center/cover;
    width: 100%;
    height: 100%;
    animation: xuanzhuan2 40s infinite linear;
    content: "";
}

.chanpin_b .top .right .nr:after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(0);
    background: url(../images/chanpin_b_yuan2.png) center center/cover;
    width: 94%;
    height: 94%;
    animation: xuanzhuan2 40s infinite linear reverse;
    content: "";
}

.chanpin_b .top .right .nr .bg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(0);
    width: 85%;
    height: 85%;
    background: #fff;
    border-radius: 100%;
    z-index: 0;
}

.chanpin_b .top .right .nr .text{
    position: relative;
    z-index: 2;
}
.chanpin_b .top .right .nr .text .bt{color: #1963FE;}
.chanpin_b .top .right .nr .text .wenzi{color: #4B5460;}
.chanpin_b .top .right .nr .xian{
   position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(0);
    width: 77%;
    height: 77%;
    background: url(../images/chanpin_b_yuan3.png) center right/cover;
    animation: xuanzhuan2 40s infinite linear;
}

.chanpin_b .top .right .swiper-pagination{
    bottom: 1rem;
}
.chanpin_b .top .right .swiper-pagination .swiper-pagination-bullet{
    width: 0.16rem;
    height: 0.16rem;
    background: url(../images/zhishi.svg) center center/cover;
    margin: 0 0.07rem;
    opacity: 1;
    transition: all 0.6s;
}
.chanpin_b .top .right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: url(../images/zhishi2.svg) center center/cover;}

.chanpin_b .zhong .chanpin_a{padding:0;}

.chanpin_b .btm .ul li{
    width: 24.5%;
    margin-right: 0.66%;
    margin-bottom: 0.66%;
    background: #fff;
    transition: all 0.6s;
    position: relative;
    height: 3rem;
}
.chanpin_b .btm .ul li.pc{z-index: -1;}
.chanpin_b .btm .ul li.hei100{height: 6.1rem;position: relative;z-index: 3;margin-bottom: 0;}
.chanpin_b .btm .ul li.hei100 .nr .left{width: 100%;align-items: center;padding: 0;}
.chanpin_b .btm .ul li.hei100 .nr .left .bt{width: 70%;}
.chanpin_b .btm .ul li.hei100 .nr .left .danjt {margin-left: auto;margin-top: 0;}
.chanpin_b .btm .ul li.hei100 .nr .right{width: 100%;margin-top: 0.5rem;height: 70%;}
.chanpin_b .btm .ul li.hei100 .nr .right .img1{display: none;}
.chanpin_b .btm .ul li.hei100 .nr .right .img2{display: block;padding: 0 0.3rem;display: flex;align-items: center;justify-content: center;}
.chanpin_b .btm .ul li.hei100 .nr .right .img2 img{width: auto;display: block;}

.chanpin_b .btm .ul li:nth-child(5),
.chanpin_b .btm .ul li:nth-child(6),
.chanpin_b .btm .ul li:nth-child(7),
.chanpin_b .btm .ul li:nth-child(8){margin-top: -3rem;}

.chanpin_b .btm .ul li:before{
    content: "";
    transition: all 0.6s;
    background: linear-gradient(325deg, rgba(25, 99, 254, 0.05) 0%, rgba(25, 99, 254, 0) 86%);
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.chanpin_b .btm .ul li:nth-child(4n){margin-right: 0;}
.chanpin_b .btm .ul li .nr{
    padding: 0.4rem 0.3rem;
}
.chanpin_b .btm .ul li .nr .left{
    width: calc(100% - 2.2rem);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 0.1rem 0 0;
}
.chanpin_b .btm .ul li .nr .left .bt{
    color: #212934;
    width: 100%;
    transition: all 0.6s;
}
.chanpin_b .btm .ul li .nr .right{
    width: 2.2rem;
}

.chanpin_b .btm .ul li .nr .right .img2{display: none;}

.danjt{
    background: #FFFFFF;
    border-radius: 10px;
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    border: 1px solid rgba(68, 68, 68, 0.2);
    position: relative;
    transition: all 0.6s;
}
.danjt:before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(0);
    background: url(../images/danjt_icon1.svg) center center/cover;
    width: 0.15rem;
    height: 0.12rem;
    content: "";
    transition: all 0.6s;
}

.chanpin_b .btm .ul li:hover{
    background: #1963FE;
}

.chanpin_b .btm .ul li:hover:before{
    background: linear-gradient(313deg, rgba(255, 255, 255, 0.16) 3%, rgba(255, 255, 255, 0) 83%);
}
.chanpin_b .btm .ul li:hover .nr .left .bt{color: #fff;text-decoration: underline;}
.chanpin_b .btm .ul li:hover .danjt{border-color: #fff;}

@media(max-width: 1100px){
    .chanpin_a{padding: 0.8rem 0 0;}
    .chanpin_a .title{width: 70%;}
    .chanpin_a .btm .shang .left{width: 100%;}
    .chanpin_a .btm .shang .right{
        width: 100%;
        padding: 0;
        margin-top: 0.3rem;
    }
    .chanpin_b{padding: 0.8rem 0;}
    .chanpin_b .top .left{width: 100%;}
    .chanpin_b .top .right{margin-top: 0.3rem;}
    .chanpin_b .btm .ul li,.chanpin_b .btm .ul li.hei100{
        width: 100%;
        margin-bottom: 0.2rem;
        height: auto;
    }

    .chanpin_b .btm .ul li:last-child{margin-bottom: 0;}
    .chanpin_b .btm .ul li:nth-child(5), .chanpin_b .btm .ul li:nth-child(6), .chanpin_b .btm .ul li:nth-child(7), .chanpin_b .btm .ul li:nth-child(8){margin-top: 0;}
}

.jiqun_a{
    padding: 1.3rem 0 1rem;
}

.jiqun_a .btm .ul > li{margin-bottom: 0.2rem;}
.jiqun_a .btm .ul > li:last-child{margin-bottom: 0;}
.jiqun_a .btm .ul > li .nr{
    background: #fff;
    padding: 10px;
}
.jiqun_a .btm .ul > li .nr .left{
    width: 49.4%;
    padding: 0.7rem 0.7rem 0.4rem 0.5rem;
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.jiqun_a .btm .ul > li .nr .left .bt{color: #212934;}
.jiqun_a .btm .ul > li .nr .left .js{color: #212934;}
.jiqun_a .btm .ul > li .nr .left .more{margin-right: 0.2rem;}
.jiqun_a .btm .ul > li .nr .left .more:last-child{margin-right: 0;}

.jiqun_a .btm .ul > li .nr .left .bq{width: 100%;}
.jiqun_a .btm .ul > li .nr .left .bq .span{
    border: 1px solid rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(40px);
    border-radius: 0.16rem;
    color: #4B5460;
    margin-right: 1.73%;
    margin-top: 1.73%;
    width: 26%;
    text-align: center;
    padding: 0.1rem;
    transition: all 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.jiqun_a .btm .ul > li .nr .left .bq .span:last-child{margin-right: 0;}
.jiqun_a .btm .ul > li .nr .left .bq .span:hover{background: #1963FE;color: #fff;}

.jiqun_a .btm .ul > li .nr .right{
    width: 50.6%;
}

.jiqun_a .btm .ul > li .nr .right .img{
    width: 100%;
    height: 6.4rem;
    background: url(../images/jiqun_a_imgbg.jpg) center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jiqun_a .btm .ul > li .nr .right .img img{display: block;width: auto;max-height: 80%;}

.jiazai{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0.3;
    color: #212934;
    display:none;
}

.jiazai .img{
    width: 0.3rem;
    height: 0.31rem;
    display: block;
    margin: 0 auto;
    background: url(../images/jiazai.svg) center center/cover;
    
}

.xiazai_bd{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.xiazai_bd .box{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 0.8rem 0.8rem 0.9rem;
}
.xiazai_bd .ul li{
    width: 32.7%;
    margin-bottom: 0.95%;
    margin-right: 0.95%;
}
.xiazai_bd .ul li.bit:before{
    content: "*";
    color: #D41C00;
    line-height: 0;
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.16rem;
}
.xiazai_bd .ul li:nth-child(3n){margin-right: 0;}

.xiazai_bd .ul li input{
    width: 100%;
    height: 0.64rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 0.16rem;
    padding: 0 0.6rem;
    color: #212934;
    transition: all 0.6s;
}

.xiazai_bd .ul li input::placeholder{color: rgba(33, 41, 52, 0.4)}
.xiazai_bd .ul li .icon{
    position: absolute;
    top: 50%;
    left: 0.2rem;
    transform: translateY(-50%);
    max-width: 0.22rem;
}

.xiazai_bd .ul li .icon .img2{display: none;}

.xiazai_bd .ul li input:focus{border: 1px solid #1963FE;}
.xiazai_bd .ul li input:focus + .icon .img1{display: none;}
.xiazai_bd .ul li input:focus + .icon .img2{display: block;}
.layui-form-select dl dd.layui-this{background: #1963FE;}
.layui-form-select dl{top: 100%;}
.layui-form-select .layui-edge {
    margin: 0;
    padding: 0;
    background: url(../images/select.svg) center center / cover;
    width: 0.14rem;
    height: 0.08rem;
    right: 0.2rem;
    content: "";
    border: none;
}

.xiazai_bd button.more{
    border: none;
    cursor: pointer;
}

.xiazai_bd .cha{
    background: url(../images/cha.svg) center center/cover;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    right: 0.4rem;
    top: 0.4rem;
    cursor: pointer;
    transition: all 0.6s;
}

.xiazai_bd .cha:hover{transform: rotate(180deg);}

@media(max-width: 1100px){
    .jiqun_a{padding: 0.8rem 0;}
    .jiqun_a .btm .ul > li .nr .left{width: 100%;padding: 0.3rem 0.2rem;}
    .jiqun_a .btm .ul > li .nr .right{width: 100%;padding: 0 0.2rem;}
    .xiazai_bd .box{padding: 0.5rem 0.3rem;}
    .xiazai_bd .ul li{width: 100%;margin-bottom: 0.2rem;}
    .xiazai_bd .ul li:last-child{margin-bottom: 0;}
}

.jiqun_banner{
    height: 9rem;
    background: url(../images/jiqun_banner.jpg) center center/cover;
    display: flex;
    align-items: center;
}
.jiqun_banner .left{
    width: 45.3%;
}

.jiqun_banner .left .more{margin-right: 0.2rem;}
.jiqun_banner .left .more:last-child{margin-right: 0;}
.jiqun_banner .right{
    margin-left: auto;
    width: 6.6rem;
    height: 6.6rem;
    padding: 1.6rem;
    position: relative;
}

.jiqun_banner .right:before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/jiqun_banner_yuan1.png) center center/cover;
    width: 100%;
    height: 100%;
    animation: xuanzhuan2 40s infinite linear;
    z-index: 0;
    content: "";
}

.jiqun_banner .right:after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/jiqun_banner_yuan2.png) center center/cover;
    width: 88%;
    height: 88%;
    animation: xuanzhuan2 40s infinite linear reverse;
    z-index: 0;
    content: "";
}

.jiqun_banner .right .yuan1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/jiqun_banner_yuan3.png) center center/cover;
    width: 77%;
    height: 77%;
    animation: xuanzhuan2 40s infinite linear;
    z-index: 0;
}

.jiqun_banner .right .yuan2{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 67%;
    height: 67%;
    border-radius: 100%;
    z-index: 0;
}
.jiqun_banner .right .img{position: relative;z-index: 2;}

.jiqun_b{padding: 1.2rem 0 0;}
.jiqun_b .btm .nr{
    background: rgba(255, 255, 255, 0.9);
    padding: 0.4rem;
    height: 2.7rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.jiqun_b .btm .nr .icon{width: 0.54rem;}
.jiqun_b .btm .nr .text{
    width: 100%;
    color: #4B5460;
}

.jiqun_b .btm .nr .text .js{color: #1963FE;}

.jiqun_c{
    padding: 1.2rem 0 1.4rem;
}

.jiqun_c .btm .nr{
    background: #fff;
    transition: all 0.6s;
    position: relative;
    height: 3rem;
}

.jiqun_c .btm .nr:before{
    content: "";
    transition: all 0.6s;
    background: linear-gradient(325deg, rgba(25, 99, 254, 0.05) 0%, rgba(25, 99, 254, 0) 86%);
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.jiqun_c .btm .nr{
    padding: 0.4rem 0.3rem;
}
.jiqun_c .btm .nr .left{
    width: calc(100% - 2.2rem);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 0.1rem 0 0;
}
.jiqun_c .btm .nr .left .wenzi{width: 100%;}
.jiqun_c .btm .nr .left .bt{color: #212934;width: 100%;transition: all 0.6s;}
.jiqun_c .btm .nr .right{
    width: 2.2rem;
}

.jiqun_c .btm .nr:hover{
    background: #1963FE;
}

.jiqun_c .btm .nr:hover:before{
    background: linear-gradient(313deg, rgba(255, 255, 255, 0.16) 3%, rgba(255, 255, 255, 0) 83%);
}
.jiqun_c .btm .nr:hover .left .bt{color: #fff;text-decoration: underline;}
.jiqun_c .btm .nr:hover .danjt{border-color: #fff;}

@media(max-width: 1100px){
    .jiqun_banner{height: auto;padding: 1.5rem 0 0.6rem;}
    .jiqun_banner .left{width: 100%;}
    .jiqun_banner .right{margin: 0.5rem auto 0;}
    .jiqun_b{padding: 0.8rem 0 0;}
    .jiqun_b .top .title,.jiqun_c .top .title{width: 70%;}
    .jiqun_c{padding: 0.8rem 0;}
    .jiqun_c .btm .nr .left{
        width: 100%;
    }
    .jiqun_c .btm .nr .right{
        width: 100%;
        margin-top: 0.2rem;
    }
    .jiqun_c .btm .nr{height:5rem;}
}

.gongye_a{padding: 1.6rem 0 1.3rem;}
.gongye_a .box {margin-bottom: 1.3rem;}
.gongye_a .box:last-child{margin-bottom: 0;}
.gongye_a .box .left{
    width: 49.4%;
    padding: 0 0.65rem;
}
.gongye_a .box .left .bt,.gongye_a .box .left .js{color: #212934;}
.gongye_a .box .right{
    width: 50.6%;
}
.gongye_a .box .nr{background: #fff;padding: 10px;flex-direction: row-reverse;}
.gongye_a .box:nth-child(2n) .nr{flex-direction: initial;}
.gongye_a .box .right .img{display: none;}
.gongye_a .box .right .img.cur{display: block;}
.gongye_a .box .ul li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.gongye_a .box .ul li:nth-child(1){border-top: 1px solid rgba(0, 0, 0, 0.1);}
.gongye_a .box .ul li .bt{
    padding: 0.2rem 0.2rem 0.2rem 0;
    transition: all 0.6s;
    color: #212934;
}


.gongye_a .box .ul li .bt:before{
    width: 0.17rem;
    height: 0.14rem;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/jiqiren_b_jt.svg) center right no-repeat;
    transition: all 0.6s;
}

.gongye_a .box .ul li.cur .bt{color: #1963FE;}
.gongye_a .box .ul li.cur .bt:before{
    width: 0.37rem;
    background: url(../images/jiqiren_b_jt2.svg) center right no-repeat;
}

@media(max-width: 1100px){
    .gongye_a{padding: 0.8rem 0 0.6rem;}
    .gongye_a .box .left{
        width: 100%;
        padding: 0.3rem;
    }
    .gongye_a .box .right{
        padding: 0 0.3rem;
        width: 100%;
    }
}

.tanhua_a{padding: 1.3rem 0 0;}
.tanhua_a .btm {padding: 10px;background: #fff;}
.tanhua_a .btm .left{
    width: 43%;
    padding: 0 1.1rem 0 0.7rem;
}
.tanhua_a .btm .left .bt,
.tanhua_a .btm .left .js{color: #212934;}
.tanhua_a .btm .left .an_box .more{margin-right: 0.2rem;}
.tanhua_a .btm .left .an_box .more:last-child{margin-right: 0;}

.tanhua_a .btm .right{width: 57%;}

.tanhua_b{padding: 1.3rem 0 0;}
.tanhua_b .btm .ul li{
    width: 24.6%;
    margin-right: 0.65%;
    height: 4.8rem;
    transition: all 0.6s;
}

.tanhua_b .btm .ul li:nth-child(3n){margin-right: 0;}
.tanhua_b .btm .ul li .nr{height: 100%;display: flex;flex-wrap: wrap;align-content: space-between;padding: 0.4rem;}
.tanhua_b .btm .ul li .text{width: 100%;}
.tanhua_b .btm .ul li .icon{width: 0.7rem;}
.tanhua_b .btm .ul li .bt{color: #fff;}
.tanhua_b .btm .ul li .js{color: #fff;opacity: 0;transition: all 0.6s;}

.tanhua_b .btm .ul li.cur{
    width: 49.5%;
}
.tanhua_b .btm .ul li.cur .js{opacity: 1;}

.tanhua_c{padding: 1.3rem 0 1.2rem;}
.tanhua_c .btm .nr{
    padding: 10px;
    background: #fff;
}

.tanhua_c .btm .nr .text{
    padding: 0.2rem;
}
.tanhua_c .btm .nr .text .bt,
.tanhua_c .btm .nr .text .js{
    color: #212934;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.tanhua_c .btm .nr:hover .text .bt{text-decoration: underline;}
.danjt2{
    display: block;
    width: 0.17rem;
    height: 0.14rem;
    background: url(../images/jiqiren_b_jt.svg) center right no-repeat;
    transition: all 0.6s;
}

.danjt2_box:hover .danjt2{
    width: 0.37rem;
    background: url(../images/jiqiren_b_jt2.svg) center right no-repeat;
}

.danjt2.bai{
     background: url(../images/jiqiren_b_jt_bai.svg) center right no-repeat;
}

.danjt2_box:hover .danjt2.bai{
     background: url(../images/jiqiren_b_jt_bai.svg) center right no-repeat;
}

@media(max-width: 1100px){
    .tanhua_a{padding: 0.8rem 0 0;}
    .tanhua_a .btm .left{
        width: 100%;
        padding: 0.3rem 0.2rem;
    }
    .tanhua_a .btm .right{padding: 0 0.2rem 0.2rem;width: 100%;}
    .tanhua_b{padding: 0.8rem 0 0;}
    .tanhua_b .title{width:70%;}
    .tanhua_b .btm .ul li,
    .tanhua_b .btm .ul li.cur{width: 100%;margin-bottom: 0.2rem;}
    .tanhua_b .btm .ul li:last-child{margin-bottom: 0;}
    .tanhua_b .btm .ul li .js{opacity: 1;}
    .tanhua_c{padding: 0.8rem 0;}
    .tanhua_c .top .title{width: 70%;}
}

.zhineng_a{
    padding: 1.3rem 0 0;
}

.zhineng_a .ul li{
    width: 49.6%;
    margin-bottom: 0.8%;
    margin-right: 0.8%;
}

.zhineng_a .ul li:last-child{margin-right: 0;}
.zhineng_a .ul li .img:before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
}

.zhineng_a .ul li .text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    color: #fff;
    padding: 0.3rem 0.4rem;
}

.zhineng_a .ul li .text .bt{
    width: calc(100% - 0.7rem);
}

.zhineng_a .ul li .text .danjt2{margin-left: auto;background: url(../images/danjt_icon3.svg) center right no-repeat;}
.zhineng_a .ul li:hover .text .bt{text-decoration: underline;}

.zhineng_b{
    padding: 1.3rem 0 0;
}

.zhineng_b:last-child{padding-bottom: 1.3rem;}

@media(max-width: 1100px){
    .zhineng_a{padding: 0.8rem 0 0;}
    .zhineng_a .ul li{width: 100%;margin-right: 0;margin-bottom: 0.2rem;}
    .zhineng_a .ul li:last-child{margin-bottom: 0;}
    .zhineng_b{padding-top: 0.8rem;}
    .zhineng_b:last-child{padding-bottom: 0.8rem;}
}

.kongzhi_a{
    padding: 1.3rem 0 0;
}

.kongzhi_a .box{padding: 10px;background: #fff;}
.kongzhi_a .box:nth-child(1){margin-top:0;}
.kongzhi_a .box .right{width: 50.6%;}
.kongzhi_a .box .left{
    width: 49.4%;
    padding: 0 0.7rem;
}

.kongzhi_b{
    padding: 1.3rem 0 0;
}
.kongzhi_b .ul > li{
    width: 32.7%;
    margin-right: 0.95%;
    margin-bottom: 0.95%;
    height: 5rem;
}
@media(max-width: 1600px){
    .kongzhi_b .ul > li{height: 5.2rem;}
}
.kongzhi_b .ul > li:nth-child(3n){margin-right: 0;}

.kongzhi_b .ul > li .nr{
    height: 100%;
    background: #fff;
}
.kongzhi_b .ul > li .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3.2rem;
    padding: 10px;
    transition: all 0.6s;
}
.kongzhi_b .ul > li .nr:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: all 0.6s;
    z-index: 1;
}
.kongzhi_b .ul > li .bg .img{height: 100%;border-radius: 0.3rem;position: relative;z-index: 0;}
.kongzhi_b .ul > li .text{
    padding: 3.4rem 0.3rem 0.4rem;
    position: relative;
    z-index: 2;
    transition: all 0.6s;
}
.kongzhi_b .ul > li .text .bt,
.kongzhi_b .ul > li .text .wenzi{color: #212934;transition: all 0.6s;}
.kongzhi_b .ul > li .text .js{color: #fff;display: none;}

.kongzhi_b .ul > li{position: relative;}

.kongzhi_b .ul > li .wenzi ul li{
    position: relative;
    padding-left: 0.15rem;
}
.kongzhi_b .ul > li .wenzi ul li:before{
    width: 0.06rem;
    height: 0.06rem;
    content: "";
    position: absolute;
    left: 0;
    top: 0.11rem;
    background: #D8D8D8;
    border-radius: 100%;
    transition: all 0.6s;
}

.kongzhi_b .ul > li:hover .bg{
    padding: 0;
    height: 100%;
}

.kongzhi_b .ul > li:hover .nr:before{opacity: 1;}
.kongzhi_b .ul > li:hover .text{
    padding: 0.4rem;
}
.kongzhi_b .ul > li:hover .text .js{display: block;}
.kongzhi_b .ul > li:hover .text .bt,
.kongzhi_b .ul > li:hover .text .wenzi{color: #fff;}
.kongzhi_b .ul > li:hover .wenzi ul li:before{background: rgba(255, 255, 255, 0.3);}

.kongzhi_c{padding: 1.3rem 0 0;}
.kongzhi_c .ul > li{
    width: 32.8%;
    margin-right: 0.8%;
    margin-bottom: 0.8%;
}

.kongzhi_c .ul > li:nth-child(3n){margin-right: 0;}
.kongzhi_c .ul > li .nr{
    background: #fff;
    height: 100%;
    padding: 0.4rem 0.4rem 0.3rem;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.kongzhi_c .ul > li .nr .icon{width: 0.5rem;}
.kongzhi_c .ul > li .nr .text{width: 100%;color: #4B5460;}
.kongzhi_c .ul > li .nr .text .js{color: #1963FE;}

@media(max-width: 1100px){
    .kongzhi_a{padding: 0.8rem 0 0;}
    .kongzhi_a .box .left{
        width: 100%;
        padding: 0.3rem 0.2rem;
    }
    .kongzhi_a .box .right{width: 100%;padding: 0 0.2rem 0.3rem;}
    .kongzhi_b{padding: 0.8rem 0 0;}
    .kongzhi_b .ul > li{
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .kongzhi_b .ul > li:last-child{margin-bottom: 0;}
    .kongzhi_c{padding: 0.8rem 0 0;}
    .kongzhi_c .ul > li{
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .kongzhi_c .ul > li:last-child{margin-bottom: 0;}
}

.banner .img .pc{width: 100%;height: 100vh;}
.banner .text{
    top: 2rem;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    transform: translateY(0.6rem);
    transition: all 2s;
    opacity: 0;
}

.banner .swiper-slide-active .text{transform: translateY(0);opacity: 1;}

.banner .text .bt,
.banner .text .en{color: #fff;}
.banner .ul{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.banner .ul li{width: 24.5%;margin-right: 0.66%;cursor: pointer;}
.banner .ul li:last-child{margin-right: 0;}
.banner .ul li .bt{
    background: rgba(255, 255, 255, 0.44);
    backdrop-filter: blur(30px);
    color: #fff;
    border-radius: 0.1rem 0.1rem 0 0;
    padding: 0.1rem 0.2rem;
    transition: all 0.6s;
}

.banner .ul li.cur .bt{background: #1963FE;}

.top .a_listbox {
    margin-left: auto;
    background: #FFFFFF;
    border-radius: 0.15rem;
    padding: 4px;
    top: -0.05rem;
    position: relative;
}

.top .a_listbox a{
    display: block;
    min-width: 2rem;
    text-align: center;
    padding: 0.12rem;
    border-radius: 0.1rem;
    position: relative;
    color: #212934;
    margin-right: 0.1rem;
}
.top .a_listbox a:last-child{margin-right:0;}
.top .a_listbox a span{position: relative;z-index: 2;}
.top .a_listbox a.cur{
    background: #EBF0F6;
}

.top .a_listbox a .i{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #1963FE;
    opacity: 0.08;
    z-index: 1;
    animation: none;
}

@keyframes fillWidth {
  from { width: 0; }
  to { width: 100%; }
}


.top .a_listbox a.guodu .i {
  animation: fillWidth 8s linear forwards;
  animation-play-state: running; 
}



.home_a{
    padding: 1.3rem 0 0;
}

.home_a .btm_box{
    padding-left: var(--container2_left);
}
.home_a .btm .box{display: none;}
.home_a .btm .box.cur{display: block;}
.home_a .btm .box .nr:before{
    width: 0.26rem;
    height: 0.26rem;
    content: "";
    position: absolute;
    right: -0.36rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/home_a_icon.svg) center center/cover;
}
.home_a .btm .box .nr .text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding: 0.36rem;
    color: #fff;
}

.home_a .btm .box .nr .text .num{
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(0, 176, 240, 0.1);
    box-sizing: border-box;
    border: 2px solid #00B0F0;
    border-radius: 0.2rem;
    color: #00B0F0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.home_a .btm .box .nr .text .num.yanse1{border: 2px solid #614CFF;color: #614CFF;}
.home_a .btm .box .nr .text .num.yanse2{border: 2px solid #1963FE;color: #1963FE;}

.home_b{
    padding: 1.2rem 0 0;
}

.home_b .swiper-wrapper{
    transition-timing-function: linear;
}
.home_b .nr{width: 100%;height: 100%;overflow: hidden;}
.home_b .swiper-slide{width: 29.86rem;}
.home_b .icon{
    width: 100%;
    height: 1.05rem;
    background: url(../images/zi.svg) left center/cover;
    position: relative;
    z-index: 0;
}
.home_b .bg{
    position: absolute;
    left: 0;/*为负*/
    top: 0;
    /*top: 50%;
    transform: translateY(-50%);*/
    height: 100%;
    z-index: 3; 
    width: 4rem;
    /*height: 2.08rem;*/
    opacity: 0;
    /*overflow: hidden;
    border-radius: 100%;*/
}

.home_b .bg .x{
    background: url(../images/zi2.svg) left center/cover;
    position: absolute;
    left: 0;
    top: 0;
   /* top: 50%;
    transform: translateY(-50%);*/
    width: var(--width);
    height: var(--height);
    content: "";
    background-position: 0 0;
}

.home_c{padding: 1.3rem 0 0;}
.home_c .topbox .right{
    width: 7rem;
    height: 7rem;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.home_c .topbox .right:before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/aiyijia_b_yuan1.png) center center/cover;
    width: 100%;
    height: 100%;
    animation: xuanzhuan2 40s infinite linear;
    content: "";
}

.home_c .topbox .right:after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/aiyijia_b_yuan2.png) center center/cover;
    width: 94%;
    height: 94%;
    animation: xuanzhuan2 40s infinite linear reverse;
    content: "";
}

.home_c .topbox .right #earth{
    width: 7rem;
    height: 7rem;
}
.home_c .btm {margin-top: -1rem;}
.home_c .btm .ul > li{
    width: 24.5%;
    margin-right: 0.66%;
}

.home_c .btm .ul > li:nth-child(4n){margin-right: 0;}
.home_c .btm .ul > li .nr{
    background: #fff;
    height: 100%;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, .1);
    padding: 0.5rem;
}
.home_c .btm .ul > li .nr .bt{color: #1963FE;}
.home_c .btm .ul > li .nr .js{color: #4B5460;}

.home_d{
    padding: 1.9rem 0 0;
}
.home_d .top{
    width: 48%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 calc(0.54rem + 10px);
}

.home_d .top .bt{
    height: 100%;
    background: #FFFFFF;
    border-radius: 0.12rem;
    color: #4B5460;
    height: 0.54rem;
    display: flex;
    align-items: center;
    padding: 0 0.14rem;
    text-align: center;
    justify-content: center;
}
.home_d .top .jtou{position: initial;bottom: 0;}
.home_d .top .jtou .jt{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.home_d .top .jtou .jt.jtl{left: 0;}
.home_d .top .jtou .jt.jtr{right: 0;}

.home_d .top .swiper-slide-thumb-active .bt{background: #1963FE;color: #fff;}
.home_d .title_text{color: #7E8C9E;}

.home_e{padding: 1.5rem 0 1rem;}
.home_e .title .bt span{color: #1963FE;}
.home_e .btm_box{padding: 0 20px;position: relative;}
.home_e .btm_box:before{
    z-index: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 84%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 0.3rem;
    background: rgba(255, 255, 255, .5);
}
.home_e .btm{
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.home_e .btm .nr{
    background: #fff;
    height: 100%;
    padding: 0.6rem 0.7rem;
}

.home_e .btm .nr .text{
    width: 70%;
}
.home_e .btm .nr .text .bt{color: #212934;position: relative;padding: 0.44rem 0;}
.home_e .btm .nr .text .bt:before,
.home_e .btm .nr .text .bt:after{
    width: 0.15rem;
    height: 0.14rem;
    content: "";
    background: url(../images/home_e_dou.svg) center center/cover;
    position: absolute;
}

.home_e .btm .nr .text .bt:before{left: 0;top: 0;}
.home_e .btm .nr .text .bt:after{right: 0;bottom: 0;}

.home_e .btm .nr .text .wenzi{color: #7E8C9E;}

.home_e .btm .nr .right{
    width: 23%;
    margin-left: auto;
    padding-left: 1rem;
    padding-top: 0.4rem;
    position: relative;
}

.home_e .btm .nr .right:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 1px;
    background: #F0F0F0;
    height: 100%;
}

.home_e .jtou{
    position: absolute;
    right: 0.7rem;
    bottom: 0.6rem;
    z-index: 2;
}
.home_e .jtou .jt{border: 1px solid rgba(68, 68, 68, 0.2);}
.home_e .jtou .jt:hover{border-color: #1963FE;}
.home_e .swiper-wrapper{transition-timing-function: linear;}
.home_e .logo_nr1{margin-bottom: 10px;}
.home_e .logo_nr1:last-child{margin-bottom: 0;}

.home_f{
    padding: 1.6rem 0 1.5rem;
}
.home_f .jtou .jt{background: none;border: 1px solid rgba(75, 84, 96, 0.2);}
.home_f .jtou .jt:hover{background: #1963FE;border-color: #1963FE;}
.home_f .top .jtou{bottom: 0.12rem;}
.home_f .top .more{margin-bottom: 0;margin-left: 0.3rem;}
.home_f .btm .nr{
    background: #fff;
    padding: 10px;
    height: 100%;
}

.home_f .btm .nr .text{padding: 0.2rem;}
.home_f .btm .nr .text .time{color: #7E8C9E;}
.home_f .btm .nr .text .bt{
    color: #212934;
    height: 0.9rem;
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.home_f .btm .swiper-slide .nr{opacity: 0.2;transition: all 0.6s;}
.home_f .btm .swiper-slide-active .nr,
.home_f .btm .swiper-slide-active + .swiper-slide .nr,
.home_f .btm .swiper-slide-active + .swiper-slide + .swiper-slide .nr,
.home_f .btm .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .nr{opacity: 1;}

.home_f .btm .nr:hover .text .bt{text-decoration: underline;}

.end_bg{background: url(../images/end_bg.jpg) top center/cover;}
@media(max-width: 1100px){
    .home_a{padding: 0.8rem 0 0;}
    .home_a .top .title{width: 100%;}
    .home_a .top .a_listbox{margin-top: 0.3rem;margin-left: 0;}
    .home_a .btm .box .nr .text{padding: 0.3rem 0.4rem;}
    .home_b{padding: 0.8rem 0 0;}
    .home_c{padding: 0.8rem 0 0;}
    .home_c .topbox .left{width: 100%;}
    .home_c .topbox .right{margin-top: 0.3rem;}
    .home_c .btm .ul > li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .home_c .btm .ul > li:nth-child(4n){margin-right: 2%;}
    .home_c .btm .ul > li:nth-child(2n){margin-right: 0;}
    .home_c .btm .ul > li .nr{padding: 0.3rem;}
    .home_d{padding: 0.8rem 0 0;}
    .home_d .top{width: 90%;}
    .home_e{padding: 0.8rem 0 1rem;}
    .home_e .btm .nr{padding: 0.4rem 0.4rem 1.2rem;}
    .home_e .btm .nr .text{width: 100%;}
    .home_e .btm .nr .right{
        width: 3rem;
        padding-top: 0.2rem;
    }
    .home_e .btm .nr .right:before{display: none;}
    .home_e .jtou{bottom: 0.3rem;right: 0.4rem;}
    .home_f{padding: 0.8rem 0;}
    .home_f .title{width: 80%;}
}

.cebian{
    position: fixed;
    right: 0;
    bottom: 0.2rem;
    transform: translate(100%,0);
    z-index: 9;
    opacity: 0;
    transition: all 0.6s;
}
.cebian.cur{
    opacity: 1;
    transform: translate(0,0);

}
.cebian .icon{
    width: 1.04rem;
    height: 1.75rem;
    display: block;
    background: url(../images/cebian.png) center center/cover;
}
.cebian .text{
    position: absolute;
    color: #fff;
    min-width: 1.8rem;
    bottom: 1.6rem;
    right: 0.57rem;
    padding-bottom: 0.08rem;
    transform: scale(0);
    transform-origin: right bottom;
    opacity: 0;
    display: none;
    transition: all 0.6s;
    display: none !important;

}
.cebian:hover .text{ display:block !important; }
.cebian .text:before{
    content: "";
    position: absolute;
    bottom: 2px;
    right: 0.14rem; 
    width: 0;
    height: 0;
    border-left: 0.14rem solid transparent;
    border-top: 0.08rem solid white;
}
.cebian .text .wenzi{
    background: #fff;
    color: #2F395B;
    padding: 0.15rem 0.15rem;
    border-radius: 0.15rem;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}
.cebian .text .wenzi span{color: #007AFF;}

.cebian.cur .text{
    display: block;
    animation: cebian 1s 1;
    animation-fill-mode: forwards;
    display: block;
    animation-delay: 0.6s;
}

/*.cebian.cur .text .cha{
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/cha.svg) center center/cover;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    cursor: pointer;
}
*/
@-webkit-keyframes cebian {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes cebian {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/*剩余*/
.yingyong_a{
    padding: 1.3rem 0;
}

.yingyong_a .ul li{
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 1.33%;
    height: 1.8rem;
}
.yingyong_a .ul li:nth-child(4n){margin-right: 0;}
.yingyong_a .ul li .nr{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0.3rem;
    align-content: center;
    text-align: center;
    transition: all 0.6s;
}

.yingyong_a .ul li .nr .text{width: 100%;color: #212934;transition: all 0.6s;}
.yingyong_a .ul li .nr .icon .icon2{display: none;}

.yingyong_a .ul li:hover .nr .text{color: #fff;}
.yingyong_a .ul li:hover .nr{background: #1963FE;}
.yingyong_a .ul li:hover .nr .icon .icon1{display: none;}
.yingyong_a .ul li:hover .nr .icon .icon2{display: block;}

@media(max-width: 1100px){
    .yingyong_a{padding: 0.8rem 0;}
    .yingyong_a .ul li{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .yingyong_a .ul li:nth-child(4n){margin-right: 2%;}
    .yingyong_a .ul li:nth-child(3n){margin-right: 0;}
    .yingyong_a .ul li .icon {
        width: 0.54rem;
    }
    .yingyong_a .ul li .text{margin-top: 0.2rem;}
}

.shihua_a{
    padding: 1.3rem 0 0;
}

.shihua_a .title{
    width: 42%;
}

.shihua_a .title_text{width: 48%;margin-left: auto;}
.shihua_b{
    padding: 1.3rem 0 0;
}

.shihua_b .btm .box{
    margin-bottom: 0.4rem;
}

.shihua_b .btm .box:last-child{margin-bottom: 0.4rem;}

.shihua_b .btm .box .nr{
    background: #fff;
    padding: 10px;
    flex-direction: row-reverse;
}
.shihua_b .btm .box:nth-child(2n) .nr{flex-direction: initial;}
.shihua_b .btm .box .nr .right{width: 50%;}
.shihua_b .btm .box .nr .right .img{
    width: 100%;
    height: 5.8rem;
    display: block;
}
.shihua_b .btm .box .nr .left{
    width: 50%;
    padding: 0 1rem 0 0.7rem;
}
.shihua_b .btm .box .nr .left .bt{color: #212934;}
.shihua_b .btm .box .nr .left .js{color: #212934;}

.shihua_c{padding: 1.3rem 0 0;}
.shihua_c .left{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding-top: 0.2rem;
}
.shihua_c .left .text_box{padding-right: 0.3rem;}
.shihua_c .left .text{display: none;}
.shihua_c .left .text.cur{display: block;}
.shihua_c .left .text .bt{color: #212934;}
.shihua_c .left .text .js{color: #212934;/*height: 2rem;*/overflow: auto;}
.shihua_c .left .text .js::-webkit-scrollbar{
    width: 2px;
}
.shihua_c .left .text .js::-webkit-scrollbar-track{
    background: #ccc;
    width: 2px;
}

.shihua_c .left .text .js::-webkit-scrollbar-track-piece{
    width: 2px;
} 
.shihua_c .left .text .js::-webkit-scrollbar-thumb{
        background: #1963FE;
        border: 5px;
}
.shihua_c .left .text .js::-webkit-scrollbar-button{
    display: none;
}

.shihua_c .left .img_box{width: 100%;}
.shihua_c .left .img_box .img{
    width: 49.3%;
    margin-right: 1.4%;
    position: relative;
    cursor: pointer;
}
.shihua_c .left .img_box .img:last-child{margin-right: 0;}
.shihua_c .left .img_box .img:before{
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(5px);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
}

.shihua_c .left .img_box .img:after{
    background: url(../images/shihua_c_bg.png) center center/cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    opacity: 0;
    transition: all 0.6s;
}

.shihua_c .left .img_box .img .bg{
    height: 2.4rem;
    width: 100%;
}

.shihua_c .left .img_box .t{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.shihua_c .left .img_box .t .icon{
    width: 0.42rem;
    margin: 0 auto;
}
.shihua_c .left .img_box .t .bt{
    text-align: center;
    color: #fff;
    margin-top: 0.1rem;
}

.shihua_c .right{
    margin-left: auto;
    width: 55%;
}
.shihua_c .right .img{display: none;}
.shihua_c .right .img.cur{display: block;}


.shihua_c .left .img_box .img.cur:after{opacity: 1;}


.shihua_c .nr.flexyou .left{
    margin-left:auto;
}
.shihua_c .nr.flexyou .right{
    margin-left:0;
    margin-right:auto;
}

.shihua_d{padding: 1.3rem 0 1.4rem;}

@media(max-width: 1100px){
    .shihua_a{padding: 0.8rem 0 0;}
    .shihua_a .title{width: 100%;}
    .shihua_a .title_text{width: 100%;}
    .shihua_b{
        padding: 0.8rem 0 0;
    }
    .shihua_b .btm .box .nr .left{width: 100%;padding: 0.3rem 0.2rem;}
    .shihua_b .btm .box .nr .right{width: 100%;padding: 0.2rem 0.2rem}
    .shihua_c{padding: 0.8rem 0 0;}
    .shihua_c .left{
        width: 100%;
    }
    .shihua_c .right{
        width: 100%;
        margin-top: 0.3rem;
    }
    .shihua_d{padding: 0.8rem 0;}
    .shihua_d .top .title{width: 50%;}
}

.shihuaxq_b{
    padding: 1.3rem 0 1.7rem;
}
.shihuaxq_b .ul li{
    width: 32.8%;
    margin-right: 0.8%;
}
.shihuaxq_b .ul li:last-child{margin-right: 0;}
.shihuaxq_b .ul li .nr{
    padding: 10px;
    background: #fff;
    height: 100%;
}
.shihuaxq_b .ul li .img{width: 100%;height: 3rem;}
.shihuaxq_b .ul li .text{
    padding: 0.24rem 0.2rem;
}
.shihuaxq_b .ul li .text .bt{color: #212934;}
.shihuaxq_b .ul li .text .js{
    color: #212934;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;

}

@media(max-width: 1100px){
    .shihuaxq_b{padding: 0.8rem 0;}
    .shihuaxq_b .ul li{width: 100%;margin-right: 0;margin-bottom: 0.2rem;}
    .shihuaxq_b .ul li:last-child{margin-bottom: 0;}
}


.shihua_e{
    padding: 1.1rem 0 0;
}
.shihua_e .btm .box{display: none;}
.shihua_e .btm .box.cur{display: block;}
.shihua_e .btm .text{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    padding: 0 0.8rem;
    transform: translateY(-50%);
    color: #fff;
    width: calc(600px + 1.6rem);
    z-index: 2;
}
.shihua_e .btm .text ul li{position: relative;padding-left: 0.15rem;}
.shihua_e .btm .text ul li:before{
    width: 0.06rem;
    height: 0.06rem;
    content: "";
    position: absolute;
    left: 0;
    top: 0.11rem;
    background: rgba(255, 255, 255, 0.3);;
    border-radius: 100%;
}

.shihua_e .btm .img:before{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.609) 0%, rgba(0, 0, 0, 0) 75%);
    z-index: 1;
}


@media(max-width: 1100px){
    .shihua_e{padding: 0.8rem 0 0;}
    .nya_list_mo3{justify-content: initial;}
    .nya_list_mo3 a{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        text-align: center;
    }
    .nya_list a:nth-child(2n){margin-right: 0;}
    .shihua_e .btm .text{
        position: initial;
        display: block;
        width: 100%;
        color: #333;
        transform: initial;
        padding: 0 0 0.4rem;
    }
}

.changjing_a{
    padding: 1.1rem 0 1.3rem;
}

.changjing_a .btm{background: url(../images/changjing_b_img.jpg) center center/cover;}
.changjing_a .btm .ul li{
    height: 7rem;
    width: 25%;
    padding: 0.4rem;
    transition: all 0.6s;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.changjing_a .btm .ul li .nr{height: 100%;display: flex;align-items: center;flex-wrap: wrap;width: 100%;justify-content: center;align-content: center;}
.changjing_a .btm .ul li .top{
    color: #fff;
    text-align: center;
    width: 100%;
}

.changjing_a .btm .ul li .top .js{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.changjing_a .btm .ul li .top .js *{display: none;}
.changjing_a .btm .ul li .top .js p:nth-child(1){
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.changjing_a .btm .ul li .btm_box {
    height: 0;
    transition: all 0.6s;
    overflow: hidden;
    width: 100%;
}
.changjing_a .btm .ul li .btm_box .text{
    margin-top: 0.24rem;
    padding-top: 0.24rem;
    position: relative;
    color: #fff;
}
.changjing_a .btm .ul li .btm_box .text .wenzi{
    max-height: 3rem;
    overflow: auto;
}

.changjing_a .btm .ul li .btm_box .text .wenzi::-webkit-scrollbar{
    width: 2px;
}
.changjing_a .btm .ul li .btm_box .text .wenzi::-webkit-scrollbar-track{
    background: #fff;
    width: 2px;
}

.changjing_a .btm .ul li .btm_box .text .wenzi::-webkit-scrollbar-track-piece{
    width: 2px;
} 
.changjing_a .btm .ul li .btm_box .text .wenzi::-webkit-scrollbar-thumb{
        background: #ccc;
        border: 5px;
}
.changjing_a .btm .ul li .btm_box .text .wenzi::-webkit-scrollbar-button{
    display: none;
}

.changjing_a .btm .ul li .btm_box .text:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    content: "";
}
.changjing_a .btm .ul li .btm_box .text:after{
    position: absolute;
    left: 0;
    top: -1px;
    width: 0.6rem;
    height: 3px;
    background: rgba(255, 255, 255);
    content: "";
}

.changjing_a .btm .ul li:hover .top .js,.changjing_a .btm .ul li:hover .top .js p:nth-child(1){
    overflow: initial;
    white-space: initial;
    text-overflow: initial;
}
.changjing_a .btm .ul li:hover{background: #386DDE;}
.changjing_a .btm .ul li:hover .top{text-align: left;}
.changjing_a .btm .ul li:hover .btm_box{height: var(--height);}

@media(max-width: 1100px){
    .changjing_a{padding: 0.8rem 0;}
    .changjing_a .btm{background: none;}
    .changjing_a .btm .ul li{
        width: 49%;
        margin-right: 2%;
        height: 4rem;
        margin-bottom: 0.2rem;
        background: #386DDE;
        border-radius: 0.3rem;
    }
    .changjing_a .btm .ul li:nth-child(2n){margin-right: 0;}
    .changjing_a .btm .ul li .btm_box .text .wenzi{display: none;}
}

.anquan_b{
    padding: 1.1rem 0 0;
}
.anquan_b .dbt{color: #212934;}
.anquan_b .left{
    width: 40%;
    padding-right: 0.9rem;
}
.anquan_b .left .ul li{
    position: relative;
    padding-bottom: 0.3rem;
}

.anquan_b .left .ul li:before{
    left: calc(0.4rem + 1px);
    bottom: 0;
    position: absolute;
    width: 2px;
    background: rgba(25, 99, 254, 0.1);
    height: 0.3rem;
    content: "";
}
.anquan_b .left .ul li:last-child{padding-bottom: 0;}
.anquan_b .left .ul li:last-child:before{display: none;}
.anquan_b .left .ul li .i_box{
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    background: #F7FBFF;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    position: relative;
    transition: all 0.6s;
}

.anquan_b .left .ul li .i_box .i{
    position: absolute;
    border-radius: 100%;
    color: #1963FE;
    left: 50%;
    top: 50%;
    width: 0.7rem;
    height: 0.7rem;
    transform: translate(-50%,-50%);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background: rgba(25, 99, 254, 0.1);
    transition: all 0.6s;
}

.anquan_b .left .ul li .text{
    color: #212934;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto;
    padding: 0 0.16rem;
    width: calc(100% - 0.8rem - 4px);
    border-radius: 0.14rem;
    border: 2px solid #fff;
    backdrop-filter: blur(10px);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.26) 0%, #E9ECFC 100%);
}


.anquan_b .left .ul li  svg{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    width: calc(100% + 0.08rem);
    height: calc(100% + 0.08rem);
}
.anquan_b .left .ul li.cur .jindu {
    transition: all 7s linear;
}
.anquan_b .left .ul li.cur .i_box .i{background: #1963FE;color: #fff;}

.anquan_b .right{
    margin-left: auto;
    width: 60%;
}
.anquan_b .right .img{background: #fff;display: none;}
.anquan_b .right .img.cur{display: block;}
.anquan_c{
    padding: 1.3rem 0 0;
}

@media(max-width: 1100px){
    .anquan_b{padding: 0.8rem 0 0;}
    .anquan_b .left{
        width: 100%;
        padding-right: 0;
    }
    .anquan_b .right{width: 100%;margin-top: 0.3rem;}
    .anquan_c{padding: 0.8rem 0 0;}
}

.zhiliang_a .box{
    padding: 0;
    background: none;
    flex-direction: row;
    border-radius: 0;
}
.zhiliang_a .box .left{
    width: 45.5%;
    padding-right: 0.9rem;
    padding-left: 0;
}
.zhiliang_a .box .right{width: 54.5%;}

.zhiliang_b{padding: 1.3rem 0 0;}
.zhiliang_b .btm{
    background: #FFFFFF;
    padding: 10px;
}
.zhiliang_b .btm .right{
    width: 50%;
}

.zhiliang_b .btm .right .img{display: none;}
.zhiliang_b .btm .right .img.cur{display: block;}

.zhiliang_b .btm .left{
    width: 50%;
    padding: 0 1.3rem 0 0.7rem;
}
.zhiliang_b .btm .left .bt,
.zhiliang_b .btm .left .js{color: #212934;transition: all 0.6s;}

.zhiliang_b .btm .left .bt{
     overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zhiliang_b .btm .left_lb:before{
    height: 94%;
    top: 0;
    position: absolute;
    left: 0;
    background: rgba(49, 101, 209, 0.1);
    width: 0.05rem;
    border-radius: 100px;
    content: "";
}
.zhiliang_b .btm .left .li{
    margin-bottom: 0.2rem;
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.6s;
    padding-left: 0.3rem;
    position: relative;
}

.zhiliang_b .btm .left .li:before{
    position: absolute;
    background: #1963FE;
    left: 0;
    top: 0;
    height: 0;
    transition: all 0.6s;
    width: 0.05rem;
    content: "";
    border-radius: 100px;
}

.zhiliang_b .btm .left:last-child{margin-bottom: 0;}
.zhiliang_b .btm .left .js{
    overflow: hidden;
    height: 0;
}

.zhiliang_b .btm .left .li.cur{margin-bottom: 0.3rem;opacity: 1;}
.zhiliang_b .btm .left .li.cur .bt{font-size: 0.44rem;}
.zhiliang_b .btm .left .li.cur .js{height: var(--height);}
.zhiliang_b .btm .left .li.cur:before{height: 100%;}

.zhiliang_c{padding: 1.3rem 0 0;}
.zhiliang_c .top .title{
    width: 36%;
}
.zhiliang_c .top .title_text{
    margin-left: auto;
    width: 60%;
}

.ditan_a{padding: 1.3rem 0 0;}
.ditan_a .ul li{
    width: 49.6%;
    margin-bottom: 0.8%;
    margin-right: 0.8%;
    position: relative;
    background: #fff;
}
.ditan_a .ul li:nth-child(2n){margin-right: 0;}
.ditan_a .ul li .bg{
    width: 100%;
    height: 3.8rem;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    display: flex;
    transition: all 0.6s;
}

.ditan_a .ul li .text{
    padding: 4rem 0.3rem 0.3rem;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
    z-index: 3;
}

.ditan_a .ul li .text .bt,.ditan_a .ul li .text .js{color: #212934;transition: all 0.6s;}
.ditan_a .ul li .text .fbt{color: #1963FE;transition: all 0.6s;}

.ditan_a .ul li .bg .img {
    width: 100%;
    height: 100%;
    border-radius: 0.3rem;
    position: relative;
    overflow: hidden;
}

.ditan_a .ul li .bg .img:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
    content: "";
}

.ditan_a .ul li:hover .bg {
    height: 100%;
    padding: 0;
}

.ditan_a .ul li:hover .text .bt,
.ditan_a .ul li:hover .text .js,
.ditan_a .ul li:hover .text .fbt{
    color: #fff;
}

@media(max-width: 1100px){
    .ditan_a{padding: 0.8rem 0 0;}
    .ditan_a .ul li{
        width: 100%;
        margin-bottom: 0.3rem;
        margin-right: 0;
    }
    .ditan_a .ul li:last-child{margin-bottom: 0;}
    .zhiliang_a .box .left{
        width: 100%;
        padding: 0;
    }
    .zhiliang_a .box .right{width:100%;margin-top:0.3rem;padding:0;}
    .zhiliang_b{padding:0.8rem 0 0;}
    .zhiliang_b .btm .left{
        width: 100%;
        padding: 0.2rem;
    }
    .zhiliang_b .btm .right{
        width: 100%;
    }
    .zhiliang_c{padding:0.8rem 0 0;}
    .zhiliang_c .top .title{width:100%;}
    .zhiliang_c .top .title_text{width:100%;}
}


.gongyi_b{padding: 1.4rem 0 0;}
.gongyi_b .left{
    width: 40%;
}
.gongyi_b .left .ul > li{
    border-top: 1px solid rgba(34, 34, 34, 0.2);
}
.gongyi_b .left .ul > li:last-child{border-bottom: 1px solid rgba(34, 34, 34, 0.2);}
.gongyi_b .left .ul > li .nr{
    padding: 0.32rem 0;
}

.gongyi_b .left .ul > li .bt{color: #212934;transition: all 0.6s;cursor: pointer;position: relative;padding-right: 24px;}
.gongyi_b .left .ul > li .bt .i{
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}

.gongyi_b .left .ul > li .bt .i:before{
    width: 2px;
    height: 100%;
    background: #4B5460;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: "";
    transition: all 0.6s;
}
.gongyi_b .left .ul > li .bt .i:after{
    width: 100%;
    height: 2px;
    background: #4B5460;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: "";
    transition: all 0.6s;
}

.gongyi_b .left .ul > li .js{color: #222222;display: none;}

.gongyi_b .left .ul > li.cur{border-color: #1963FE;}
.gongyi_b .left .ul > li.cur .bt{color: #1963FE;}
.gongyi_b .left .ul > li.cur .bt .i:before{height: 0;}
.gongyi_b .left .ul > li.cur .bt .i:after{background: #1963FE;}

.gongyi_b .right{
    width: 8.8rem;
    height: 8.8rem;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.gongyi_b .right svg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.gongyi_b .right svg #jindu{transition: all 0.6s;}
.gongyi_b .right:before{
    background: url(../images/gongyi_b_y1.png) center center/cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    animation: xuanzhuan2 40s infinite linear;
}

.gongyi_b .right .box{
    width: 71.2%;
    height: 71.2%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.gongyi_b .right .box:before{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    background: url(../images/gongyi_b_y2.png) center center/cover;
    animation: xuanzhuan2 40s infinite linear reverse;
}

.gongyi_b .right .box .nr{
    --chicun: 1.4rem;
    width: var(--chicun);
    height: var(--chicun);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0.2rem;
    z-index: 1;
    position: absolute;
    transition: all 0.6s;
}

.gongyi_b .right .box .nr:nth-child(1){
    top: calc(var(--chicun)/2 * -1);
    left: 50%;
    transform: translateX(-50%);
}
.gongyi_b .right .box .nr:nth-child(2){
    right: calc(var(--chicun)/2 * -1);
    top: 50%;
    transform: translateY(-50%);
}
.gongyi_b .right .box .nr:nth-child(3){
    bottom: calc(var(--chicun)/2 * -1);
    left: 50%;
    transform: translateX(-50%);
}
.gongyi_b .right .box .nr:nth-child(4){
    left: calc(var(--chicun)/2 * -1);
    top: 50%;
    transform: translateY(-50%);
}

.gongyi_b .right .box .nr .icon img{display: block;margin: 0 auto;max-width: 0.5rem;}
.gongyi_b .right .box .nr .icon .img2{display: none;}
.gongyi_b .right .box .nr .bt{color: #222222;}


.gongyi_b .right .box .nr.cur{background: #1963FE;}
.gongyi_b .right .box .nr.cur .icon .img1{display: none;}
.gongyi_b .right .box .nr.cur .icon .img2{display: block;}
.gongyi_b .right .box .nr.cur .bt{color: #fff;}

.gongyi_b .right .box .img_box{
    width: 3.88rem;
    height: 3.88rem;
    position: relative;
}
.gongyi_b .right .box .img_box:before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 115%;
    height: 115%;
    z-index: 0;
    background: url(../images/gongyi_b_y3.png) center center/cover;
    content: "";
    animation: xuanzhuan2 40s infinite linear;
}

.gongyi_b .right .box .img_box .img{display: none;position: relative;z-index: 1;overflow: hidden;border-radius: 100%;}
.gongyi_b .right .box .img_box .img.cur{display: block;}

.gongyi_b .right .box .ijt{
    width: 0.3rem;
    height: 0.3rem;
    border: 2px solid rgba(34, 34, 34, 0.1);
    display: block;
    border-radius: 100%;
    position: absolute;
    background: #fff;
    transition: all 0.6s;
}
.gongyi_b .right .box .ijt:before{
    background: url(../images/gongyi_b_jt.svg) center center no-repeat;
    width: 0.08rem;
    height: 0.08rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: "";
    transition: all 0.6s;
}

.gongyi_b .right .box .ijt.ijt1{
    right: 0.7rem;
    top: 0.9rem;
}
.gongyi_b .right .box .ijt.ijt1:before{transform: translate(-50%,-50%) rotate(90deg);}

.gongyi_b .right .box .ijt.ijt2{
    right: 0.7rem;
    bottom: 0.9rem;
}
.gongyi_b .right .box .ijt.ijt2:before{transform: translate(-50%,-50%) rotate(180deg);}

.gongyi_b .right .box .ijt.ijt3{
    left: 0.7rem;
    bottom: 0.9rem;
}
.gongyi_b .right .box .ijt.ijt3:before{transform: translate(-50%,-50%) rotate(270deg);}

.gongyi_b .right .box .ijt.ijt4{
    left: 0.7rem;
    top: 0.9rem;
}

.gongyi_b .right .box .ijt.cur{
    background: #1963FE;
    border-color: #1963FE;
}
.gongyi_b .right .box .ijt.cur:before{
    background: url(../images/gongyi_b_jt2.svg) center center no-repeat;
}
.gongyi_b .jtou{bottom: 0;}

.xiaoxi_b{
    padding: 0.5rem 0 0;
}
.xiaoxi_b .left .bt{color: #212934;}
.xiaoxi_b .left .title_text ul li{position: relative;padding-left: 0.15rem;margin-bottom: 0.1rem;}
.xiaoxi_b .left .title_text ul li:last-child{margin-bottom: 0;}
.xiaoxi_b .left .title_text ul li:before{
    width: 0.06rem;
    height: 0.06rem;
    content: "";
    position: absolute;
    left: 0;
    top: 0.11rem;
    background: #D8D8D8;
    border-radius: 100%;
}

.xiaoxi_c .btm .nr{
    height: auto;
    padding: 10px;
}
.xiaoxi_c .btm .nr .shang{
    padding: calc(0.4rem - 10px);
}
.xiaoxi_c .btm .nr .xia{width: 100%;}
.xiaoxi_c .btm .nr .nr2{background: #EEF2FB;width: 100%;margin-bottom: 10px;padding: 0.18rem 0.3rem;}
.xiaoxi_c .btm .nr .nr2:last-child{margin-bottom: 0;}
.xiaoxi_c .btm .nr .nr2 .bt2{color: #4B5460;}
.xiaoxi_c .btm .nr .nr2 .js2{color: rgba(75, 84, 96, 0.7);}
.xiaoxi_c .btm .nr .nr2 .wenzi2{color: #212934;}

@media(max-width: 1100px){
    .gongyi_b{padding: 0.8rem 0 0;}
    .gongyi_b .left{width: 100%;}
    .gongyi_b .right{
        width: 100vw;
        height: 100vw;
    }
    .gongyi_b .right svg {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 110%;
        height: 110%;
    }
    .gongyi_b .right .box .nr{--chicun: 1.4rem;}
    .gongyi_b .right .box .ijt.ijt1,
    .gongyi_b .right .box .ijt.ijt4{top: 0.4rem;}
    .gongyi_b .right .box .ijt.ijt2,
    .gongyi_b .right .box .ijt.ijt3{bottom: 0.4rem;}
}

.zhichi_a{padding: 1.3rem 0 1.2rem;}
.zhichi_a .ul li{
    width: 32.8%;
    margin-right: 0.8%;
    background: #fff;
}
.zhichi_a .ul li:last-child{margin-right: 0;}
.zhichi_a .ul li .nr{padding: 10px;height: 100%;}
.zhichi_a .ul li .text{
    padding: 0.2rem;
    color: #212934;
}
.zhichi_a .ul li:hover .bt{text-decoration: underline;}
.zhichi_a .btm {
    background: url(../images/zhichi_bg.jpg) center center/cover;
}

.zhichi_a .btm .nr{justify-content: space-between;padding: 0.36rem 0.3rem;color: #fff;}
.huiyuan_a{
    padding: 1.3rem 0 0;
}
.huiyuan_b{padding: 0.4rem 0 0.5rem;}
.huiyuan_b .huiyuan_b_box{
    padding: 0 0.5rem 0 var(--container2_left);
}
.huiyuan_b .left{width: 42.4%;}
.huiyuan_b .left .ul{margin-bottom: 0.7rem;}
.huiyuan_b .left .ul:last-child{margin-bottom: 0;}
.huiyuan_b .left .ul li{
    width: 27.8%;
    position: relative;
    margin-right: 8.3%;
    padding-bottom: 0.22rem;
}
.huiyuan_b .left .ul li:last-child{margin-right: 0;}

.huiyuan_b .left .ul li:before{
    width: 0.3rem;
    height: 0.2rem;
    content: "";
    background: url(../images/huiyuan_b_jt.svg) center center/cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 108.3%;
    opacity: 0.2;
}
.huiyuan_b .left .ul.ul2 li:before{
    transform: translateY(-50%) rotate(180deg);
}
.huiyuan_b .left .ul.ul2 li:last-child{margin-right: 8.3%;}
.huiyuan_b .left .ul.ul2 li:nth-child(1){margin-right: 0;}

.huiyuan_b .left .ul.ul1 li:last-child:before{
    top: calc(100% + 0.22rem);
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
    position: absolute;
}
.huiyuan_b .left .ul.ul2 li:nth-child(1):before{display: none;}

.huiyuan_b .left .ul li .bt{color: #3D3D3D;}

.huiyuan_b .left .ul li .nr{
    height: 1.6rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.6s;
}
.huiyuan_b .left .ul li .nr .icon{
    max-width: 0.38rem;
    margin: 0 auto;
}

.huiyuan_b .left .ul li .num{
    line-height: 1;
    color: #1963FE;
    width: 0.44rem;
    height: 0.44rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #d4e7fd;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.huiyuan_b .left .ul li .num:before{
    border-radius: 100%;
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #e8effe;
    content: "";
    z-index: 1;
    transition: all 0.6s;
}
.huiyuan_b .left .ul li .num span{
    width: calc(100% - 0.12rem);
    height: calc(100% - 0.12rem);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    transition: all 0.6s;
}

.huiyuan_b .left .ul li:hover .nr{border: 2px solid #1963FE;}
.huiyuan_b .left .ul li:hover .num:before,.huiyuan_b .left .ul li:hover .num span{background: #1963FE;color: #fff;}
.huiyuan_b .right{
    margin-left: auto;
    width: 55.2%;
}

@media(max-width: 1100px){
    .huiyuan_a{padding: 0.8rem 0 0;}
    .huiyuan_b{padding: 0.8rem 0;}
    .huiyuan_b .left{width: 100%;}
    .huiyuan_b .right{
        width: 100%;
        margin-top: 0.3rem;
    }
}

.xianxia {padding: 1.3rem 0;}
.xianxia_a .ul li{
    width: 32.8%;
    margin-right: 0.8%;
    margin-bottom: 0.8%;
}

.xianxia_a .ul li:nth-child(3n){margin-right: 0;}

.xianxia_a .ul li .nr{
    background: #fff;
    height: 100%;
    padding: 0.54rem 0.6rem 0.54rem 0.5rem;
}
.xianxia_a .ul li .text{
    width: calc(100% - 1rem);
    color: #4B5460;
}

.xianxia_a .ul li .icon{
    max-width: 0.8rem;
}

.xianxia_a .ul li .text .bt{color: #1963FE;}


.xianxia_b .dbt{width: 100%;margin-top: 0.6rem;color: #212934;}
.xianxia_b .left{width: 32.5%;margin-left: auto;padding-top: 0.6rem;}
.xianxia_b .left .left_a{height: 3rem;}
.xianxia_b .left .left_a .bt{color: #212934;}
.xianxia_b .left .left_a .js{color: #1963FE;}
.xianxia_b .left .left_a .swiper-slide{opacity: 0.5;}
.xianxia_b .left .left_a .swiper-slide-active{opacity: 1;}

.xianxia_b .left .left_b .ul{
    margin-top: 0.18rem;
    padding-top: 0.2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.xianxia_b .left .left_b .ul li{margin-bottom: 0.05rem;}
.xianxia_b .left .left_b .ul li:last-child{margin-bottom: 0;}

.xianxia_b .left .left_b .nr{
    background: #fff;
    padding: 0.3rem 0.3rem 0.36rem;
}
.xianxia_b .left .left_b .bt2{color: #212934;}
.xianxia_b .left .left_b .ul li .bt{
    position: relative;
    color: #212934;
    padding-left: 0.26rem;
}

.xianxia_b .left .left_b .ul li .bt:before{
    position: absolute;
    left: 0;
    top: 0.05rem;
    content: "";
    width: 0.18rem;
    height: 0.18rem;
}

.xianxia_b .left .left_b .ul li.li1 .bt:before{
    width: 0.16rem;
    height: 0.18rem;
    background: url(../images/xianxia_b_icon1.svg) center center/cover;
}
.xianxia_b .left .left_b .ul li.li2 .bt:before{
    background: url(../images/xianxia_b_icon2.svg) center center/cover;
}
.xianxia_b .left .left_b .ul li.li3 .bt:before{
    background: url(../images/xianxia_b_icon3.svg) center center/cover;
}
.xianxia_b .left .left_b .ul li.li4 .bt:before{
    background: url(../images/xianxia_b_icon4.svg) center center/cover;
}
.xianxia_b .left .left_b .ul li.li5 .bt:before{
    background: url(../images/xianxia_b_icon5.svg) center center/cover;
}

.xianxia_b .jtou{bottom: 0;}

.xianxia_b .right{width: 61.5%;}
.xianxia_b .right .biaod {display: block;position: absolute;cursor: pointer;}
.xianxia_b .right .biaod .i_box{
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 100%;
    display: block;
    background: #4D76CB;
    transition: all 0.6s;animation: breathScale2 3s infinite linear;
}

.xianxia_b .right .biaod .i_box:before{
    position: absolute;
    width: 250%;
    height: 250%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: rgba(22, 84, 214, 0.14);
    content: "";
    border-radius: 100%;
    transition: all 0.6s;
    cursor: pointer;
}

.xianxia_b .right .biaod .i_box:after{
    position: absolute;
    width: 370%;
    height: 370%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: rgba(22, 84, 214, 0.06);
    content: "";
    border-radius: 100%;
    cursor: pointer;
}
.xianxia_b .right .biaod .i_box .xin{
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all 0.6s;
    cursor: pointer;
}
.xianxia_b .right .biaod .text{
    left: 300%;
    display: inline-block;
    background: #1963FE;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.6s;
    display: none;
}
.xianxia_b .right .biaod .text2{
    display: flex;
    align-items: center;
    padding: 0.07rem 0.2rem;
}
.xianxia_b .right .biaod .text .i{width: 0.13rem;height: 0.15rem;background: url(../images/weizhi.svg) center center/cover;margin-right: 4px;}



.xianxia_b .right .biaod.xia .text{
     transform: translateX(-50%);
     left:50%;
     top:300%;
     bottom:auto;
}

.xianxia_b .right .biaod.shang .text{
     transform: translateX(-50%);
     left:50%;
     bottom:300%;
     top:auto;
}

.xianxia_b .right .biaod.zuo .text{
     left:auto;
     right:300%;
}

.xianxia_b .right .biaod.cur .i_box{background: #fff;}
.xianxia_b .right .biaod.cur .i_box:before{background: #1963FE;}
.xianxia_b .right .biaod.cur .i_box:after{background: rgba(25, 99, 254, 0.12);}
.xianxia_b .right .biaod.cur .text{display: block;}
.xianxia_b .right .biaod.cur .i_box .xin{opacity: 1;}

.xianxia_c .dbt{width: 100%;margin-top: -0.7rem;color: #212934;}
.xianxia_c .ul li{
    width: 32.8%;
    margin-right: 0.8%;
    margin-bottom: 0.8%;
}

.xianxia_c .ul li:nth-child(3n){margin-right: 0;}
.xianxia_c .ul li .nr{
    height: 100%;
    background: #fff;
    padding: 10px;
}

.xianxia_c .ul li .nr .text{padding: 0.24rem 0.3rem 0.2rem;}
.xianxia_c .ul li .nr .bt{color: #212934;}

@media(max-width: 1100px){
    .xianxia{padding: 0.8rem 0;}
    .xianxia_a .ul li{width: 100%;margin-right: 0;margin-bottom: 0.2rem;}
    .xianxia_a .ul li:last-child{margin-bottom: 0;}
    .xianxia_b .left{
        width: 100%;
    }
    .xianxia_b .right{width: 100%;margin-top: 0.3rem;}
    .xianxia_c .ul li{width: 100%;margin-right: 0;margin-bottom: 0.2rem;}
    .xianxia_c .ul li:last-child{margin-bottom: 0;}
}

.xianshang_a{padding: 1.3rem 0;}
.xianshang_a .top .right{width: 60%;margin-left: auto;}

.xianshang_a .btm{
    background: #fff;
    padding: 0.75rem;
}

.xianshang_a .btm .box{
    width: 32.4%;
    margin-right: 1.4%;
    border-bottom: 2px dashed rgba(25, 99, 254, 0.3);
    border-left: 2px dashed rgba(25, 99, 254, 0.3);
    border-right: 2px dashed rgba(25, 99, 254, 0.3);
    border-radius: 0.1rem;
   /* background: url(../images/xuxian.svg) center bottom/cover;*/

}

.xianshang_a .btm .box:last-child{margin-right: 0;}
.xianshang_a .btm .box .dbt{color: #fff;text-align: center;padding: 0.14rem 0.2rem;border-radius: 0.1rem;position: relative;}
.xianshang_a .btm .box .dbt:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #1963FE;
    content: "";
    width: calc(100% + 4px);
    height: 100%;
    z-index: 0;
    border-radius: 0.1rem;
}
.xianshang_a .btm .box .dbt span{position: relative;z-index: 1;}

.xianshang_a .btm .box .nr_box{padding: 0 0 0.4rem;}
.xianshang_a .btm .box .nr_box .nr{
    margin-top: 0.36rem;
    padding: 0 0.65rem 0 0.85rem;
}
.xianshang_a .btm .box .nr_box .nr:before{
    content: "";
    position: absolute;
    left: 0;
    height: 69%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    background: linear-gradient(90deg, rgba(25, 99, 254, 0.15) 0%, rgba(25, 99, 254, 0) 100%);
}
.xianshang_a .btm .box .nr_box .nr .bt{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.2rem;
    padding-left: 0.4rem;
    color: #212934;
    z-index: 2;
}

.xianshang_a .btm .box .ul{
    padding: 0.3rem 0.2rem 0.4rem;
}
.xianshang_a .btm .box .ul li{
    width: 18.8%;
    margin-right: 1.5%;
    margin-bottom: 0.15rem;
    text-align: center;
}

.xianshang_a .btm .box .ul li:nth-child(5n){margin-right: 0;}
.xianshang_a .btm .box .ul li .icon{
    width: 100%;
    width: 0.64rem;
    height: 0.64rem;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem;
}

.xianshang_a .btm .box .ul li .icon img{width: 0.3rem;}
.xianshang_a .btm .box .ul li .bt{color: #212934;margin-top: 0.06rem;}
.xianshang_a .btm .box .lb_box{
    padding: 0 0.24rem;
}
.xianshang_a .btm .box .lb_box .img{
    height: 0.76rem;
    border-radius: 0.1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.xianshang_a .btm .box .lb_box .img img{
    width: auto;
    display: block;
    margin: 0 auto;
}
.xianshang_a .btm .box .lb_box .swiper-slide{padding: 1px;}

.xianshang_a .btm .box .lb_box .swiper-pagination {
    bottom: -0.28rem;
}
.xianshang_a .btm .box .lb_box .swiper-pagination .swiper-pagination-bullet{background: rgba(25, 99, 254, 0.2);opacity: 1;width: 0.08rem;height: 0.08rem;}
.xianshang_a .btm .box .lb_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: rgba(25, 99, 254, 1);}

.xianshang_a .btm .box_none{border: none;}
.xianshang_a .btm .shuang{
     border-radius: 0.1rem;
     height: 48.5%;
     margin-bottom: 3%;
    position: relative;
    border-bottom: 2px dashed rgba(25, 99, 254, 0.3);
    border-left: 2px dashed rgba(25, 99, 254, 0.3);
    border-right: 2px dashed rgba(25, 99, 254, 0.3);
}
.xianshang_a .btm .shuang:last-child{margin-bottom: 0;}
.xianshang_a .btm .ul2{
    padding: 0.3rem 0.3rem 0.2rem;

}

.xianshang_a .btm .ul2 li{
    width: 46.5%;
    text-align: center;
    margin-right: 7%;
}

.xianshang_a .btm .ul2 li:last-child{margin-right: 0;}
.xianshang_a .btm .ul2 li .bt{color: #212934;margin-top: 0.08rem;}
.xianshang_a .btm .shuang .t{text-align: center;color: #212934;position: absolute;left: 0;width: 100%;bottom: 0.24rem;}
@media(max-width: 1100px){
    .xianshang_a{padding: 0.8rem 0;}
    .xianshang_a .top .right{width: 100%;margin-top: 0.2rem;}
    .xianshang_a .btm{padding: 0.3rem;}
    .xianshang_a .btm .box{
        margin-right: 0;
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .xianshang_a .btm .box:last-child{margin-bottom: 0;}
    .xianshang_a .btm .box .lb_box .img{height: 1.2rem;}
    .xianshang_a .btm .shuang{height: auto;padding-bottom: 0.4rem;}
}

.zhuanye_a{
    padding: 1.2rem 0 0;
}
.zhuanye_a .left{width: 40%;}
.zhuanye_a .right{width: 55.1%;margin-left: auto;}
.zhuanye_b{padding: 1.2rem 0 1.3rem;}
.zhuanye_b .btm{
    background: #fff;
}
.zhuanye_b .btm .ul li{
    transition: all 0.6s;
    width: 16.5%;
    padding: 0.4rem 0.3rem;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.zhuanye_b .btm .ul li:last-child{border-right: none;}
.zhuanye_b .btm .ul li .nr{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}


.zhuanye_b .btm .ul li .icon{
    width: 0.5rem;
}
.zhuanye_b .btm .ul li .bt{color: #212934;}
.zhuanye_b .btm .ul li .js{
    color: #212934;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zhuanye_b .btm .ul li .img{opacity: 0;height: 3rem;width: 100%;transition: all 0.6s;}
.zhuanye_b .btm .ul li .num{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all 0.6s;
    color: rgba(126, 140, 158, 0.2);
}

.zhuanye_b .btm .ul li.cur{width: 34%;}
.zhuanye_b .btm .ul li.cur .img{opacity: 1;}
.zhuanye_b .btm .ul li.cur .num{opacity: 0;}
@media(max-width: 1100px){
    .zhuanye_a{padding: 0.8rem 0 0;}
    .zhuanye_a .left{
        width: 100%;
    }
    .zhuanye_a .right{width:100%;margin-top:0.2rem;}
    .zhuanye_b{padding: 0.8rem 0;}
    .zhuanye_b .btm{background: none;}
    .zhuanye_b .btm .ul li.cur,
    .zhuanye_b .btm .ul li{
        width: 100%;
        margin-bottom: 0.2rem;
        border-radius: 0.3rem;
        background: #fff;
    }
    .zhuanye_b .btm .ul li:last-child{margin-bottom: 0;}
    
}

.case_a{padding: 1.3rem 0 1.2rem;}
.select_box .select{
    width: 4rem;
    margin-right: 10px;
    position: relative;
}

.select_box .select:last-child{margin-right: 0;}
.select_box .select .bt{
    background: #FFFFFF;
    padding: 4px;
    cursor: pointer;
    border-radius: 0.15rem;
    z-index: 2;
    position: relative;
}

.select_box .select .bt span{
    display: block;
    background: #EBF0F6;
    border-radius: 0.1rem;
    color: #212934;
    padding: 0 0.2rem;
    position: relative;
    height: 0.54rem;
    display: flex;
    align-items: center;
}

.select_box .select .bt span:before{
    content: "";
    width: 0.12rem;
    height: 0.07rem;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.6s;
    background: url(../images/select_jt.svg) center center/cover;
}

.select_box .select .select_xl{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    padding: calc(0.54rem + 8px + 0.12rem) 0.22rem 0.2rem;
    z-index: 1;
    display: none;
    border-radius: 0.1rem;
}

.select_box .select .select_xl a{
    display: block;
    margin-bottom: 0.06rem;
    color: #212934;
    transition: all 0.6s;
}

.select_box .select .select_xl a:last-child{margin-bottom: 0;}
.select_box .select .select_xl a:hover{color: #1963FE;text-decoration: underline;}


.select_box .select.cur .bt span:before{
    transform: translateY(-50%) rotate(180deg);
}
.select_box .select.cur .select_xl{animation: select 0.6s 1;animation-fill-mode: forwards;display: block;}
@-webkit-keyframes select {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes select {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.case_a .btm .ul li{
    width: 32.8%;
    margin-right: 0.8%;
    margin-bottom: 0.8%;
}

.case_a .btm .ul li:nth-child(3n){margin-right: 0;}
.case_a .btm .ul li .nr{
    height: 100%;
    background: #fff;
    padding: 10px;
}

.case_a .btm .ul li .text{
    padding: 0.24rem 0.2rem;
}
.case_a .btm .ul li .text .bt{color: #212934;}
.case_a .btm .ul li:hover .text .bt{text-decoration: underline;}
.fyq{
    display: flex;
    align-items: center;
    justify-content: center;
}

.fyq a{
    background: #FFFFFF;
    border-radius: 0.1rem;
    width: 0.5rem;
    height: 0.5rem;
    color: #212934;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.1rem;
    position: relative;
    line-height: 1;
    transition: all 0.6s;
}

.fyq a:last-child{margin-right: 0;}
.fyq a.prev i,
.fyq a.next i{
    width: 0.06rem;
    height: 0.1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.6s;
}
.fyq a.prev i{background: url(../images/prev.svg) center center/cover;}
.fyq a.next i{background: url(../images/next.svg) center center/cover;}

.fyq a.cur,
.fyq a:hover{background: #1963FE;color: #fff;}
.fyq a.prev:hover i{background: url(../images/prev2.svg) center center/cover;}
.fyq a.next:hover i{background: url(../images/next2.svg) center center/cover;}

@media(max-width: 1100px){
    .case_a{padding: 0.8rem 0;}
    .select_box .select{width: 49%;margin-right: 2%;}
    .case_a .btm .ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.2rem;
    }
    .case_a .btm .ul li:last-child{margin-bottom: 0;}
    .fyq a{width: 0.6rem;height: 0.6rem;}
}

.casexq_a{padding: 1.3rem 0 0;}
.casexq_a .top .left{
    width: 30%;
}
.casexq_a .top .right{
    margin-left: auto;
    width: 60%;
}

.videobf{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 0.54rem;
    height: 0.54rem;
    background: #1963FE;
    border-radius: 100%;
    cursor: pointer;
    z-index: 3;
}

.videobf:before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(0);
    width: 0.14rem;
    height: 0.14rem;
    content: "";
    background: url(../images/bf.svg) center center/cover;
    transition: all 0.8s;
}

.videobf:after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 200%;
    height: 200%;
    content: "";
    background: url(../images/bf_wz.svg) center center/cover;
    animation: xuanzhuan2 40s infinite linear;
}

.videobf:hover:before{transform: translate(-50%,-50%) rotate(360deg);}


.videobf.videobf2{background: none;border: 2px solid #FFFFFF;}
.videobf.videobf2:after{display: none;}

.casexq_a .btm .ul{
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    width: 100%;
    z-index: 3;
}

.casexq_a .btm .ul li{
    width: 16.2%;
    margin-left: 0.2rem;
}

.casexq_a .btm .ul li .nr{
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(40px);
    padding: 0.3rem 0.1rem;
    text-align: center;
    color: #fff;
}

.casexq_b{padding: 1.3rem 0;}
.casexq_b .btm .ul li{
    width: 32.8%;
    margin-right: 0.8%;
    margin-bottom: 0.8%;
}

.casexq_b .btm .ul li:nth-child(3n){margin-right: 0;}
.casexq_b .btm .ul li .nr{
    height: 100%;
    background: #fff;
    padding: 10px;
}

.casexq_b .btm .ul li .text{
    padding: 0.24rem 0.2rem;
}
.casexq_b .btm .ul li .text .bt{color: #212934;}

@media(max-width: 1100px){
    .casexq_a{padding: 0.8rem 0 0;}
    .casexq_a .top .left{width: 100%;}
    .casexq_a .top .right{width: 100%;margin-top: 0.2rem;}
    .casexq_a .btm .ul{
        position: initial;
        width: 100%;
        margin-top: 0.2rem;
    }
    .casexq_a .btm .ul li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        margin-left: 0;
    }
    .casexq_a .btm .ul li:nth-child(2n){margin-right: 0;}
    .casexq_a .btm .ul li .nr{color: #212934;border: 1px solid #212934;}

    .casexq_b{padding: 0.8rem 0;}
}

/*视频弹窗*/
.fixVideo { display: none; position: fixed; top:0; left:0;background: rgba(0,0,0,.5);width: 100%;height: 100%;z-index: 1000; }
.fixVideoA {width: 100%;height: 100%;position: relative; }
.fixVideoB { position: absolute;width: 80%; max-width: 80%; border-radius: 10px; overflow: hidden; height: auto; position: absolute;left: 50%;top: 50%; transform: translate(-50%, -50%); }
.fixVideoB .close { position: absolute; right:10px; top:10px;height: 40px;width: 40px;cursor: pointer; text-align: center;line-height: 40px; font-size: 30px;  z-index: 10000;background: #fff; color:#999; border-radius:50%;}
.fixVideoB .close:hover { color:#fff; background: #1856A6; }
.fixVideo.videoSp .fixVideoB { max-width: 500px; }


.about_a{
    padding: 1.3rem 0 0;
}

.about_a .top .bt{
    cursor: pointer;
    padding: 0.18rem 0;
    color: #4B5460;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    transition: all 0.6s;
}
.about_a .top .bt .span2{
    margin-left: auto;
    width: calc(100% - 0.3rem);
    padding-right: 0.14rem;
    position: relative;
}

.about_a .top .bt .span2:before{
    width: 0.13rem;
    height: 0.13rem;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/about_a_jt.svg) center center/cover;
    transition: all 0.6s;
}

.about_a .top .swiper-slide-thumb-active .bt{color: #1963FE;border-color: #1963FE;}
.about_a .top .swiper-slide-thumb-active .bt .span2:before{background: url(../images/about_a_jt2.svg) center center/cover;}
.about_a .btm .nr{
    background: #fff;
    padding: 10px;
}
.about_a .btm .nr .right{
    width: 60.3%;
}

.about_a .btm .nr .left{
    width: 39.7%;
    padding: 0.4rem 1rem;
}

.about_a .btm .nr .left .icon{
    width: 0.6rem;
}
.about_a .btm .nr .left .bt{color: #212934;}
.about_a .btm .nr .left .jtou{
    position: initial;
    bottom: 0;
}

.about_b{padding: 0.6rem 0 0;}
.about_c{
    --gao: 100vh;
    height: calc(var(--gao)*2);
}
.about_c .about_c_box{padding: 2rem 0 2.3rem;position: sticky;top: 0;height: var(--gao);}
.about_c .left{width: 46%;position: relative;z-index: 2;}
.about_c .right{
    width: 5.6rem;
    height: 5.6rem;
    position: absolute;
    left: calc(100% - 1.1rem - 5.6rem);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5.6rem;
}

.about_c .right:before{
    width: 118%;
    height: 118%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(0);
    content: "";
    background: url(../images/about_c_xian.png) center center/cover;
    animation: xuanzhuan2 40s infinite linear;
}

.about_c .right:after{
    width: 110%;
    height: 110%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(0)
    content: "";
    background: url(../images/about_c_xian2.png) center center/cover;
    animation: xuanzhuan2 40s infinite linear reverse;
}

.about_c .right .videobf{z-index: 3;}
body.nonehidden{overflow: initial;}

.about_c .title .bt,
.about_c .title .fbt,
.about_c .title_text{transition: all 0.6s;}

.about_c .title_text{
    overflow: auto;
    height: 2.6rem;
    padding-right: 0.4rem;
}
.about_c .title_text::-webkit-scrollbar{
    width: 4px;
}
.about_c .title_text::-webkit-scrollbar-track{
    background:  rgba(0, 0, 0, 0.1);
    width: 4px;
}

.about_c .title_text::-webkit-scrollbar-track-piece{
    width: 4px;
} 
.about_c .title_text::-webkit-scrollbar-thumb{
        background: #1963FE;
        border: 5px;
}
.about_c .title_text::-webkit-scrollbar-button{
    display: none;
}


.about_c.cur .right:before,.about_c.cur .right:after,.about_c.cur .videobf{display: none;}
.about_c.cur .title .bt,
.about_c.cur .title .fbt,
.about_c.cur .title_text{color: #fff;}

.about_c.cur .title .fbt{border-color: #fff;}

.about_c.cur .title_text::-webkit-scrollbar-track{
    background: rgba(255, 255, 255, 0.3);
}

.about_c.cur .title_text::-webkit-scrollbar-thumb{
    background: #fff;
}

.about_d{padding: 1.3rem 0 0;--height: 5.36rem;}
.about_d .bg {
    width: var(--height);
    margin-left: -16%;
    height: var(--height);
    position: relative;
    /*position: absolute;
    top: 3.6vw;
    left: 38.5%;*/
    /* background: url(../images/about_e_icon1.png) center center / cover; */
}
.history-graph {
    position: relative;
    width: 99%;
    margin: 0 auto;
    overflow: visible;
    pointer-events: none;
}

.history-graph path {
    fill: none;
    stroke: #1963FE;
    stroke-width: 2;
    stroke-miterlimit: 10;
    transition: all 0.4s;
}

.history-graph path.full {
    stroke: #d2dee8;
}
.history-graph path.hitzone {
    pointer-events: visible;
    cursor: pointer;
    stroke-width: 20;
    stroke: transparent;
}
.handler-wrapper {
    position: absolute;
    display: block;
    width: calc(50% + 1rem);
    height: calc(50% + 1rem);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    pointer-events: none;
    transition: all 0.4s;
}
.handler-wrapper .handler {
    position: absolute;
    width: 12px;
    height: 12px;
    top: -12px;
    left: -11px;
    background: #1963FE;
    z-index: 2;
    border-radius: 100%;
}

.about_d .left{
    width: 35%;
}

.about_d .left .img_box .img{display: none;}
.about_d .left .img_box .img.cur{display: block;}
.about_d .zhong{
    padding-top: 0.6rem;
    
    width: var(--height);
}

.about_d .zhong .nr_box{
    position: absolute;
    top: 62%;
    transform: translateY(-50%);
    width: 100%;
    left: 0; 
}

.about_d .zhong .nr_box .jtou{bottom: 0;justify-content: center;}
.about_d .zhong .nr_box .text{
    padding: 0 1.4rem 0 0;
    text-align: center;
}
.about_d .zhong .nr_box .text .bt{
    color: transparent;
   -webkit-text-stroke: 1px #7E8C9E; /* 兼容Webkit浏览器 */
   text-stroke: 1px #7E8C9E; /* 标准属性 */
   /*font-weight: bold;*/
}

.about_d .right{
    width: calc(100% - 35% - 5.36rem);
    display: flex;
    align-items: center;
}

.about_d .right .bt{color: #000000;}
.about_d .right .fbt{color: #212934;}
.about_d .right .wenzi{color: #212934;}
.about_d .right .wenzi ul li{
    position: relative;
    padding-left: 0.16rem;
    margin-bottom: 0.06rem;
}
.about_d .right .wenzi ul li:last-child{margin-bottom: 0;}

.about_d .right .wenzi ul li:before{
    width: 0.06rem;
    height: 0.06rem;
    content: "";
    position: absolute;
    left: 0;
    top: 0.11rem;
    background: rgba(0, 0, 0, 0.14);;
    border-radius: 100%;
}

.about_e{padding: 1.3rem 0 1.2rem;}
.about_e .ul li{
    width: 24.5%;
    margin-right: 0.66%;
    margin-bottom: 0.66%;
}

.about_e .ul li:nth-child(4n){margin-right: 0;}
.about_e .ul li .nr{
    height: 100%;
    background: #fff;
    padding: 0.38rem;
}

.about_e .ul li .nr .icon{
    width: 0.58rem;
}

.about_e .ul li .nr .text .bt{color: #212934;}
.about_e .ul li .nr .text .js{color: #212934;}

.about_e .ul li .nr .text2{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #1963FE;
    padding: 0.4rem 0.3rem;
    transition: all 0.6s;
}
.about_e .ul li .nr .text2 .bt{color: #fff;}
.about_e .ul li .nr .text2 .js{color: #fff;}
.about_e .ul li .nr .text2 .wenzi{
    color: #fff;
    margin-top: 0.16rem;
    padding-top: 0.16rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 1.2rem;
    overflow: auto;
    padding-right: 6px;
}

.about_e .ul li .nr .text2 .wenzi::-webkit-scrollbar{
    width: 2px;
}
.about_e .ul li .nr .text2 .wenzi::-webkit-scrollbar-track{
    background: rgba(255, 255, 255, 0.3);
    width: 2px;
}

.about_e .ul li .nr .text2 .wenzi::-webkit-scrollbar-track-piece{
    width: 2px;
} 
.about_e .ul li .nr .text2 .wenzi::-webkit-scrollbar-thumb{
        background: #fff;
        border: 5px;
}
.about_e .ul li .nr .text2 .wenzi::-webkit-scrollbar-button{
    display: none;
}


.about_e .ul li:hover .nr .text2{top: 0;}
.about_f{
    padding: 1.3rem 0;
    background: url(../images/about_f_bg.jpg) center center/cover;
}

.about_f .left{
    width: 3.8rem;
}
.about_f .left .ul li{margin-bottom: 10px;}
.about_f .left .ul li:last-child{margin-bottom: 0;}
.about_f .left .nr{
    background: #fff;
    padding: 0.3rem 0.24rem;
    position: relative;
    cursor: pointer;
}
.about_f .left .nr:before{
    content: "";
    width: 0.17rem;
    height: 0.14rem;
    background: url(../images/about_f_jt.svg) center center/cover;
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
}

.about_f .left .nr .icon{
    width: 0.9rem;
    height: 0.9rem;
    background: rgba(25, 99, 254, 0.05);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_f .left .nr .icon img{width: 0.4rem;}
.about_f .left .nr .bt{
    width: calc(100% - 0.9rem);
    padding-left: 0.14rem;
    color: #212934;
}
.about_f_tc{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.about_f_tc .box{
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 0.7rem 0.8rem;
}

.about_f_tc .box .left{
    width: 48.8%;
    padding-right: 0.7rem;
}

.about_f_tc .box .left .bt{color: #212934;}
.about_f_tc .box .left .text{color: #212934;height: 2rem;overflow: auto;padding-right: 5px;}
.about_f_tc .box .left .text::-webkit-scrollbar{
    width: 2px;
}
.about_f_tc .box .left .text::-webkit-scrollbar-track{
    background:  rgba(0, 0, 0, 0.1);
    width: 2px;
}

.about_f_tc .box .left .text::-webkit-scrollbar-track-piece{
    width: 2px;
} 
.about_f_tc .box .left .text::-webkit-scrollbar-thumb{
        background: #1963FE;
        border: 5px;
}
.about_f_tc .box .left .text::-webkit-scrollbar-button{
    display: none;
}


.about_f_tc .box .right{
    width: 51.2%;
}

@media(max-width: 1100px){
    body.nonehidden{overflow: hidden;}
    .about_a{padding: 0.8rem 0 0;}
    .about_a .btm .nr .left{
        width: 100%;
        padding: 0.3rem 0.2rem;
    }
    .about_a .btm .nr .right{width: 100%;}
    .about_c .about_c_box{
        padding: 0.6rem 0 1.2rem;
    }
    .about_c{
        height: 100%;
        --gao: auto;
    }
    .about_c .left{width: 100%;}
    .about_c .right{
        width: 80vw;
        height: 80vw;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: initial;
    }
    .about_d{padding: 0rem 0 0;--height: 80vw;}
    .about_d .left{
        width: 100%;
    }
    .about_d .right{
        width: 100%;
        margin-top: 0.3rem;
    }
    .about_e{padding: 0.8rem 0;}
    .about_e .ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.2rem;
    }
    .about_e .ul li:last-child{margin-bottom: 0;}
    .about_f{padding: 0.8rem 0 4rem;/*background: url(../images/about_f_bgmo.jpg) center bottom/cover;*/background:none;}
    .about_f .left{width: 100%;}
    .about_f_tc .box{padding: 0.3rem 0.2rem;}
    .about_f_tc .box .left{width: 100%;padding-right: 0;}
    .about_f_tc .box .right{
        width: 100%;
        margin-top: 0.2rem;
    }
    .about_f_tc .box .left .bt{font-size: 0.4rem;}
}

.join_a{padding: 1.3rem 0 0;}
.join_a .left{
    width: 40%;
}
.join_a .left .ul li{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
}
.join_a .left .ul li:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 2px;
    background: #1963FE;
    content: "";
}
.join_a .left .ul li:last-child{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.join_a .left .ul li .nr{
    padding: 0.26rem 0;
}

.join_a .left .ul li .nr .bt{
    position: relative;
    padding-right: 0.3rem;
    color: #212934;
    transition: all 0.6s;
}

.join_a .left .ul li .nr .bt .i{
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    right: 0.06rem;
    top: 50%;
    transform: translateY(-50%);
}

.join_a .left .ul li .nr .bt .i:before,
.join_a .left .ul li .nr .bt .i:after{
    background: #4B5460;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.6s;
    overflow: hidden;
}

.join_a .left .ul li .nr .bt .i:before{
    width: 2px;
    height: 100%;
}
.join_a .left .ul li .nr .bt .i:after{
    width: 100%;
    height: 2px;
}

.join_a .left .ul li .nr .text{
    color: #212934;
    padding-right: 0.96rem;
    display: none;
}


.join_a .left .ul li.cur:before{width: 100%;}
.join_a .left .ul li.cur .nr .bt .i:before{height: 0;}
.join_a .left .ul li.cur .nr .bt{color: #1963FE;}
.join_a .left .ul li.cur .nr .bt .i:before,
.join_a .left .ul li.cur .nr .bt .i:after{background: #1963FE;}

.join_a .right{
    margin-left: auto;
    width: 54.5%;
}
.join_a .right .img{display: none;}
.join_a .right .img.cur{display: block;}

.join_b{padding: 1.2rem 0 0;}
.join_b .ul li{
    width: 24.5%;
    margin-bottom: 0.66%;
    margin-right: 0.66%;
    background: #fff;
    text-align: center;
    padding: 0.6rem 0.4rem;
}

.join_b .ul li:nth-child(4n){margin-right: 0;}
.join_b .ul li .icon{
    width: 0.6rem;
    margin: 0 auto;
}

.join_b .ul li .text{color: #212934;}

.join_c{padding: 1.2rem 0 0;}
.join_c .btm .nr{padding: 10px;background: #fff;}
.join_c .btm .left{
    width: 50%;
    padding: 0 0.8rem 0 0.6rem;
    display: flex;
    align-items: center;
    padding-bottom: 1.2rem;
}
.join_c .btm .left .bt{color: #212934;}
.join_c .btm .left .text{color: #212934;}

.join_c .btm .right{
    width: 50%;
}

.join_c .join_c_fen{
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0.7rem;
    padding: 0 calc(0.8rem + 10px) 0 0.6rem;
}

.join_c .join_c_fen .bt{
    color: #212934;
    padding: 0.06rem 0;
    transition: all 0.6s;
    border-bottom: 2px solid rgba(0, 0, 0, 0.14);
}

.join_c .join_c_fen .bt .span1{width: 0.3rem;}
.join_c .join_c_fen .bt .span2{
    width: calc(100% - 0.3rem);
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
}

.join_c .join_c_fen .swiper-slide-thumb-active .bt{color: #1963FE;border-bottom: 2px solid #1963FE;}

.join_d{padding: 1.2rem 0 2.2rem;}
.join_d .btm .left{
    width: 55.4%;
    z-index: 2;
    position: relative;
}
.join_d .btm .right{
    width: 33.2%;
    margin-left: 20px;
    z-index: 1;
    position: relative;
}

.join_d .btm .right .swiper-slide .nr{opacity: 0;transition: all 0.6s;}
.join_d .btm .right .swiper-slide-next .nr{opacity: 0.1;}
.join_d .btm .right .swiper-slide-active .nr{opacity: 1;}

.join_d .btm .left2{
    position: absolute;
    right: calc(100% + 20px);
    top: 0;
    width: 33.2%;
    opacity: 0.1;
    z-index: 2;
}

.join_d .btm .img{position: relative;}
.join_d .btm .img:before{
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 61%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.join_d .btm .text{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    color: #fff;
    z-index: 4;
    padding: 0.3rem;
}

.join_e{padding: 1.1rem 0 1.3rem;}
.join_e .btm .ul > li{
    width: 10%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 5.6rem;
    cursor: pointer;
    transition: all 0.6s;
    position: relative;
}

.join_e .btm .ul > li:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 0;
    content: "";
    background: #1963FE;
    transition: all 0.6s;
}

.join_e .btm .ul > li:last-child{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.join_e .btm .ul > li .box1{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    position: relative;
}
.join_e .btm .ul > li .box1 .bt{width: 0.24rem;line-height: 1.6;color: #212934;text-align: center;padding-top: 0.3rem;}

.join_e .btm .ul > li .box1:before {
    width: 0.24rem;
    height: 0.24rem;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/home_a_icon.svg) center center / cover;
}
.join_e .btm .ul > li .box2{display: none;padding: 0 0.6rem 0 0.3rem;height: 100%;opacity: 0;}
.join_e .btm .ul > li .box2 .nr{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
}
.join_e .btm .ul > li .box2 .text{
    position: relative;
    color: #212934;
    padding: 0.4rem 0.16rem 0.4rem 0;
}

.join_e .btm .ul > li .box2 .text:before,
.join_e .btm .ul > li .box2 .text:after{
    content: "";
    position: absolute;
    background: url(../images/douhao.svg) center center/cover;
    width: 0.15rem;
    height: 0.15rem;
}

.join_e .btm .ul > li .box2 .text:before{left: 0;top: 0;}
.join_e .btm .ul > li .box2 .text:after{right: 0;bottom: 0;}

.join_e .btm .ul > li .box2 .img_box .img{
    width: 2rem;
}

.join_e .btm .ul > li .box2 .wenzi{width: calc(100% - 2rem);padding: 0.2rem;height: 100%;display: flex;flex-wrap: wrap;align-content: space-between;}
.join_e .btm .ul > li .box2 .wenzi .bt{color: #212934;}
.join_e .btm .ul > li .box2 .wenzi .js{color: #7E8C9E;}
.join_e .btm .ul > li .box2 .wenzi .zhiwei{
    background: rgba(25, 99, 254, 0.1);
    border-radius: 40px;
    color: #1963FE;
    padding: 0.06rem 0.16rem;
    display: inline-block;
    border: 1px solid #1963FE;
}

.join_e .btm .ul > li.cur:before{height: 100%;}
.join_e .btm .ul > li.cur{width: 60%;cursor: initial;}
.join_e .btm .ul > li.cur .box1{display: none;}
.join_e .btm .ul > li.cur .box2{animation: toum 0.6s 1;animation-fill-mode: forwards;display: block;animation-delay: 0.5s;}


@-webkit-keyframes toum {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes toum {
    0% {
        opacity: 0;
    }
    100% {
       opacity: 1;
    }
}

.join_f{padding: 1.2rem 0;}
.join_f .ul .li{
   width: 49.6%;  
   margin-right: 0.8%;
   height: 5rem;
}

.join_f .ul li:last-child{margin-right: 0;}

.join_f .ul .li .nr{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
.join_f .ul .li .nr:before{
    content: "";
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.6s;
}
.join_f .ul .li .nr .text{
    width: 56%;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
}
.join_f .ul .li  .nr .icon{width: 0.7rem;margin: 0 auto;}
.join_f .ul .li .nr .text .more{background: rgba(255, 255, 255, 0.3);color: #fff;}
.join_f .ul .li .nr .text .more i:before{ background: url(../images/more2.svg) center center/cover;}
.join_f .ul .li .nr .text .wenzi{display: none;}

.join_f .ul .li:hover  .nr .icon{display: none;}
.join_f .ul .li:hover .nr:before{opacity: 1;}
.join_f .ul .li:hover .nr .text .wenzi{animation: toum 0.6s 1;animation-fill-mode: forwards;display: block;}

.join_g{background: url(../images/join_g_bg.jpg) center center/cover;}
.join_g .title {
    width: 70%;
}
.join_g .title .fbt{
    color: #fff;
    border: 1px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
}
.join_g .title .bt{color: #fff;}
.join_g .box{padding: 0.7rem 0;}
.join_g .box .more{margin-left: auto;}
.join_g .box .more:hover{
    background: #fff;
    color: #1963FE;
    opacity: 0.8;
}

@media(max-width: 1100px){
    .join_a{padding: 0.8rem 0 0;}
    .join_a .left{width: 100%;}
    .join_a .right{
        width: 100%;
        margin-top: 0.3rem;
    }
    .join_b{padding: 0.8rem 0 0;}
    .join_b .ul li{width: 49%;margin-bottom: 2%;margin-right: 2%;}
    .join_b .ul li:nth-child(4n){margin-right: 2%;}
    .join_b .ul li:nth-child(2n){margin-right: 0;}
    .join_c{padding: 0.8rem 0 0;}
    .join_c .btm .left{
        width: 100%;
        padding: 0.3rem 0.2rem;
    }
    .join_c .btm .right{
        width: 100%;
    }
    .join_c .join_c_fen{
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        width: 100%;
        padding: 0;
        margin-top: 0.3rem;
    }

    .join_d{
        padding: 0.8rem 0 1.6rem;
    }
    .join_d .top .title{width: 70%;}
    .join_d .btm .left{width: 100%;}

    .join_e{padding: 0.8rem 0;}
    .join_e .top .title{width: 50%;}
    .join_e .btm .ul > li,.join_e .btm .ul > li.cur{
        height: auto;
        width: 100%;
    }
    .join_e .btm .ul > li.cur .box2{padding: 0 0.3rem;}
    .join_f{padding: 0.8rem 0;}
    .join_f .ul .li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.2rem;
    }
    .join_f .ul .li:last-child{margin-bottom: 0;}
    .join_g .box .title {width: 100%;}
    .join_g .box .more{
        margin-left: 0;
        margin-top: 0.3rem;
    }
}

.shengtai_a{padding: 1.3rem 0 0;}
.shengtai_a .right{width: 50%;}
.shengtai_a .left{
    width: 50%;
    padding-right: 1rem;
}

.shengtai_b{padding: 1.2rem 0 0;}
.shengtai_b .flexcenter3 .more2 { margin-left:auto; }
.shengtai_b .ul > li{
    width: 24.5%;
    margin-right: 0.66%;
    margin-bottom: 0.66%;
}

.shengtai_b .ul > li:nth-child(4n){margin-right: 0;}

.shengtai_b .ul > li .nr{
    background: #fff;
    height: 100%;
    padding: 0.4rem;
}
.shengtai_b .ul > li .nr .icon{width: 0.6rem;}
.shengtai_b .ul > li .nr .text{margin-top: 0.6rem;}
.shengtai_b .ul > li .nr .text .bt{color: #212934;}
.shengtai_b .ul > li .nr .text .bt2{color: #1963FE;}
.shengtai_b .ul > li .nr .text .wenzi{
    color: #4B5460;
    opacity: 0;
    transition: all 0.6s;
}

.shengtai_b .ul > li .nr .text .wenzi ul li{position: relative;padding-left: 0.14rem;}
.shengtai_b .ul > li .wenzi ul li:before{
    width: 0.06rem;
    height: 0.06rem;
    content: "";
    position: absolute;
    left: 0;
    top: 0.11rem;
    background: #D8D8D8;
    border-radius: 100%;
    transition: all 0.6s;
}


.shengtai_b .ul > li .num{
    color: #4B5460;
    border-bottom: 2px solid #4B5460;
    display: inline-block;
    position: absolute;
    left: 0.4rem;
    bottom: 0.4rem;
    transition: all 0.6s;
}

.shengtai_b .ul > li:hover .nr .text .wenzi{opacity: 1;}
.shengtai_b .ul > li:hover .num{display: none;}

.shengtai_c{padding: 1.3rem 0 0;}
.shengtai_c .ul > li{
    width: 19.5%;
    margin-bottom: 0.625%;
    margin-right: 0.625%;
    position: relative;
}

.shengtai_c .ul > li:nth-child(5n){margin-right: 0;}
.shengtai_c .ul > li .nr{
    height: 100%;
    padding: 0.4rem;
    background: #fff;
}
.shengtai_c .ul > li .nr .icon,.shengtai_c .ul > li .nr2 .icon{width: 0.5rem;}
.shengtai_c .ul > li .nr .bt{color: #212934;}
.shengtai_c .ul > li .nr2{
    position: absolute;
    left: 0;
    top: 0;
    background: #1963FE;
    width: 100%;
    z-index: 1;
    padding: 0.4rem;
    display: none;
}
.shengtai_c .ul > li .nr2 .bt{color: #fff;}
.shengtai_c .ul > li .nr2 .wenzi{color: #fff;}
.shengtai_c .ul > li .nr2 .wenzi ul li{position: relative;padding-left: 0.14rem;}
.shengtai_c .ul > li .nr2 .wenzi ul li:before{
    width: 0.06rem;
    height: 0.06rem;
    content: "";
    position: absolute;
    left: 0;
    top: 0.11rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transition: all 0.6s;
}


.shengtai_c .ul > li:hover .nr2{animation: toum 0.6s 1;animation-fill-mode: forwards;display: block;}
.shengtai_d{padding: 1rem 0 1.3rem;}
.shengtai_d .ul li{
    width: 19.5%;
    margin-right: 0.625%;
    padding: 0.5rem 0 0;
    position: relative;
}
.shuju_d .ul li{
    width:24.3%;
    margin-right:0.93%;
}
.shengtai_d .ul li:last-child{margin-right: 0;}
.shengtai_d .ul li .nr{
    background: #fff;
    /*margin-top: -0.5rem;*/
    height: 2.4rem;
    text-align: center;
}
.shengtai_d .ul li .icon{
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 1;
    transition: all 0.6s;
}
.shengtai_d .ul li .icon:before{
    width: calc(0.88rem - 3px);
    height: calc(0.88rem - 3px);
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 3px solid rgba(25, 99, 254, 0.14);
    content: "";
    transition: all 0.6s;
}
.shengtai_d .ul li .icon img{max-width: 0.5rem;width: auto;}
.shengtai_d .ul li .icon .icon2{display: none;}
.shengtai_d .ul li .nr .hidden{height: 100%;}
.shengtai_d .ul li .nr .text{
    color: #212934;
    height: 100%;
    padding: 0.8rem 0.3rem 0;
}
.shengtai_d .ul li .nr .text .num{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.15rem;
    /*opacity: 0.1;*/
    /*color:  rgba(33, 41, 52, 0.3);*/
    font-weight: bold;
    line-height: 1;
    background: linear-gradient(180deg, rgba(33, 41, 52, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.shengtai_d .ul li .dian{
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    border-radius: 100%;
    background: rgba(25, 99, 254, 0);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: all 0.6s;
}

.shengtai_d .ul li .dian:before{
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
    content: "";
    width: 65%;
    height: 65%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.6s;
}

.shengtai_d .ul li .dian:after{
    border-radius: 100%;
    background: #D4D7D9;
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.6s;
}

.shengtai_d .ul li:hover .icon{background: #1963FE;}
.shengtai_d .ul li:hover .icon:before{border-color: #fff;}
.shengtai_d .ul li:hover .icon .icon1{display: none;}
.shengtai_d .ul li:hover .icon .icon2{display: block;}
.shengtai_d .ul li:hover .dian{background: rgba(25, 99, 254, .2);}
.shengtai_d .ul li:hover .dian:before{background: #1963FE;}
.shengtai_d .ul li:hover .dian:after{background: #fff;}

.shengtai_d .shengtai_d_box:before{
    width: 100vw;
    bottom: 0.2rem;
    height: 1px;
    content: "";
    position: absolute;
    left: calc(var(--container2_leftvw)*-1);
    background: rgba(0, 0, 0, 0.1);
}

.shengtai_e{padding: 0.6rem 0;background: url(../images/shengtai_e_bg.jpg) center center/cover;}
.shengtai_e .title {
    width: 60%;
}
.shengtai_e .title .fbt{
    color: #fff;
    border: 1px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
}
.shengtai_e .title .bt{color: #fff;}

.shengtai_e .img_box{border: 2px solid rgba(255, 255, 255, 0.2);border-radius: 0.2rem;width: 4.7rem;margin-left: auto;padding: 10px; margin-right:1rem; }
.shengtai_e .img_box .img{
    width: 1.2rem;
    border-radius: 0.1rem;
}

.shengtai_e .img_box .text{
    width: calc(100% - 1.2rem);
    padding: 0 0.3rem;
    color: #fff;
}

.shuju_c .btm_lb .swiper-wrapper {
    transition-timing-function: linear;
}

@media(max-width: 1100px){
    .shengtai_a{padding: 0.8rem 0 0;}
    .shengtai_a .left{
        width: 100%;
        padding-right: 0;
    }
    .shengtai_a .right{width: 100%;margin-top: 0.3rem;}
    .shengtai_b{padding: 0.8rem 0 0;}
    .shengtai_b .ul > li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.2rem;
    }
    .shengtai_b .ul > li:last-child{margin-bottom: 0;}
    .shengtai_c{padding: 0.8rem 0 0;}
    .shengtai_c .ul > li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .shengtai_c .ul > li:nth-child(2n){margin-right: 0;}
    .shengtai_c .ul > li:hover .nr2{display: none;}
    .shengtai_d{padding: 0.5rem 0 0.8rem;}
    .shengtai_d .ul li .dian{display: none;}
    .shengtai_d .shengtai_d_box:before{display: none;}
    .shengtai_d .ul li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .shengtai_d .ul li:nth-child(2n){margin-right: 0;}
    .shengtai_e .title{width: 100%;}
    .shengtai_e .img_box{width: 100%;margin-top: 0.3rem;}
    .shengtai_e .img_box .img{width: 1.6rem;}
    .shengtai_e .img_box .text{width: calc(100% - 1.6rem);}
}


.esg_a{padding: 1.3rem 0 0;}
.esg_a .right{width: 50%;}
.esg_a .left{
    width: 50%;
    padding-left: 0.8rem;
}

.esg_b{padding: 1.3rem 0 0;}
.esg_b .left{ 
    width: 30%;
}
.esg_b .left .left_lb{
    height: 2.4rem;
    /*height: 3.4rem;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.esg_b .left .left_lb .bt{color: #212934;border-top: 1px solid rgba(0, 0, 0, 0.1);display: flex;align-items: center;height: 100%;transition: all 0.6s;}
.esg_b .left .jtou{bottom: 0;}

.esg_b .left .left_lb .swiper-slide-thumb-active .bt{color: #1963FE;border-color: #1963FE;}

.esg_b .right{
    width: 57%;
    margin-left: auto;
}

.esg_b .right .right_lb{
    width: 5.2rem;
    margin: 0 auto;
}
.esg_b .right .right_lb .img:before{
    z-index: 2;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.06) 100%);
}
.esg_b .right .right_lb .text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    padding: 0.3rem;
    color: #fff;
    transition: all 0.6s;
}
.esg_b .right .right_lb .text .wenzi{display: none;opacity: 0;}
.esg_b .right .right_lb .swiper-slide {
    position: relative;
    z-index: 5;
    transition: all 0.6s;
    opacity: 0;
}
.esg_b .right .right_lb .swiper-slide.swiper-slide-prev{
    transform: translateX(60%) scale(0.8);
    position: relative;
    z-index: 0;
    opacity: 1;
}
.esg_b .right .right_lb .swiper-slide.swiper-slide-next{
    transform: translateX(-60%) scale(0.8);
    position: relative;
    z-index: 0;
    opacity: 1;
}
.esg_b .right .right_lb .swiper-slide-active {
    transition: all 0s;
    opacity: 1;
}

.esg_b .right .right_lb .swiper-slide-active .text{
    background: #1963FE;
    border-radius: 0.1rem;
}

.esg_b .right .right_lb .swiper-slide-active .text .wenzi{animation: toum 0.6s 1;animation-fill-mode: forwards;display: block;}

.esg_c{padding: 0 0 1.4rem;}
.esg_c .btm .ul > li{
    width: 24.3%;
    margin-right: 0.7%;
    cursor: pointer;
}
.esg_c .btm .ul > li:last-child{margin-right: 0;}
.esg_c .btm .ul > li .text_box{display: none;width: 51.25%;padding: 0.8rem 0.5rem 0 0.4rem;opacity: 0;}
.esg_c .btm .ul > li .text_box .bt{color: #212934;}
.esg_c .btm .ul > li .text_box .js{color: #212934;height: 2rem;overflow: auto;padding-right: 5px;}
.esg_c .btm .ul > li .text_box .js::-webkit-scrollbar{
    width: 2px;
}
.esg_c .btm .ul > li .text_box .js::-webkit-scrollbar-track{
    background: #ccc;
    width: 2px;
}

.esg_c .btm .ul > li .text_box .js::-webkit-scrollbar-track-piece{
    width: 2px;
} 
.esg_c .btm .ul > li .text_box .js::-webkit-scrollbar-thumb{
        background: #1963FE;
        border: 5px;
}
.esg_c .btm .ul > li .text_box .js::-webkit-scrollbar-button{
    display: none;
}
.esg_c .btm .ul > li .bt2{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0.24rem 0.3rem;
    color: #fff;
    z-index: 3;
    transition: all 0.6s;
}
.esg_c .btm .ul > li .img{width: 100%;}
.esg_c .btm .ul > li .num{
    position: absolute;
    bottom: -0.2rem;
    right: 0.4rem;
    line-height: 1;
    background: linear-gradient(180deg, rgba(33, 41, 52, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0;
    transition: all 0.6s;
}

.esg_c .btm .ul > li.cur .bt2{opacity:0;}
.esg_c .btm .ul > li.cur{width: 50%;background: #fff;transition: all 0.6s;}
.esg_c .btm .ul > li.cur .text_box{animation: toum 0.6s 1;animation-fill-mode: forwards;display: block;animation-delay: 0.5s;}
.esg_c .btm .ul > li.cur .img{
    opacity: 0;
    width: 48.75%;
    animation: toum 0.8s 1;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}

.esg_c .btm .ul > li.cur .num{opacity: 1;}

.esg_d{padding: 1.3rem 0 1.2rem;}
.esg_d .nya_list a{min-width: 1.6rem;padding: 0.15rem;}
.esg_d .btm .nr{padding: 10px;background: #fff;}
.esg_d .btm .right{width: 50.6%;}
.esg_d .btm .left{width: 49.4%;padding: 0 1.5rem 0 0.7rem;}
.esg_d .btm .left .bt,
.esg_d .btm .left .wenzi{color: #212934;}
.esg_d .btm .jtou{bottom: 0;}

.esg_e .left{width: 4.5rem;}
.esg_e .left .text{
    height: 2.4rem;
    padding-right: 8px;
    overflow: auto;
    color: #212934;
}
.esg_e .left .text ul li{position: relative;padding-left: 0.15rem;margin-bottom: 0.06rem;}
.esg_e .left .text ul li:last-child{margin-bottom: 0;}
.esg_e .left .text ul li:before{
    width: 0.06rem;
    height: 0.06rem;
    content: "";
    position: absolute;
    left: 0;
    top: 0.11rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100%;

}
.esg_e .left .text::-webkit-scrollbar{
    width: 4px;
}
.esg_e .left .text::-webkit-scrollbar-track{
    background: #ccc;
    width: 4px;
}

.esg_e .left .text::-webkit-scrollbar-track-piece{
    width: 4px;
} 
.esg_e .left .text::-webkit-scrollbar-thumb{
        background: #1963FE;
        border: 5px;
}
.esg_e .left .text::-webkit-scrollbar-button{
    display: none;
}

.esg_f .left{width:40%}
.esg_f .left .title{width:100%;}
.esg_f .right{width:50%;margin-left:auto;}
.esg_f .right .ul li{margin-right:0.8rem}
.esg_f .right .ul li:last-child{margin-right:0;}
.esg_f .right .ul li .icon{
    background: rgba(255, 255, 255, 0.1);
    background-filter: blur(10px);
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.esg_f .right .ul li .icon img{width:0.24rem;}
.esg_f .right .ul li .text{
    width: calc(100% - 0.64rem);
    padding-left: 0.18rem;
    color: #fff;
}

.esg_f .right .more:hover{background:#fff;color:#1963FE}

@media(max-width: 1100px){
    .esg_a{padding: 0.8rem 0 0;}
    .esg_a .left{width: 100%;padding-left: 0;}
    .esg_a .right{width: 100%;margin-top: 0.3rem;}
    .esg_b{padding: 0.8rem 0 0;}
    .esg_b .left{width: 100%;}
    .esg_b .right{
        width: 100%;
        margin-top: 0.3rem;
    }
    .esg_b .right .right_lb{width: 100%;}
    .esg_b .right .right_lb .swiper-slide.swiper-slide-prev,.esg_b .right .right_lb .swiper-slide.swiper-slide-next{
        transform: translateX(0) scale(1);
    }
    .esg_c{padding: 0 0 0.8rem;}
    .esg_c .top .jtou{margin-left: 0;margin-top: 0.2rem;bottom: 0;}
    .esg_c .btm .ul > li.cur{width: 100%;}
    .esg_c .btm .ul > li.cur .text_box{width: 100%;padding: 0.3rem 0.3rem 0;}
    .esg_c .btm .ul > li.cur .img{width: 100%;border-radius: 0.3rem;padding: 0.3rem;}
    .esg_c .btm .ul > li.cur .img img{border-radius: 0.3rem;}
    .esg_c .btm .ul > li .text_box .js{height: auto;}
    .esg_d{padding: 0.8rem 0;}
    .esg_d .btm .left{
        width: 100%;
        padding: 0.3rem 0.2rem;
    }
    .esg_d .btm .right{width: 100%;}
    .esg_d .nya_list a{
        width: 49%;
        margin-bottom: 2%;
        margin-right: 2%;
    }
    .esg_d .nya_list a:nth-child(2n){margin-right: 0;}
    .esg_e .left{width: 100%;}
    
    .esg_f .left{width:100%;}
    .esg_f .right{
        margin-top: 0.3rem;
        width: 100%;
    }
    .esg_f .right .ul li{width:100%;margin-bottom:0.2rem;}
    .esg_f .right .ul li:last-child{margin-bottom:0;}
}

.news_a{padding: 1.2rem 0;}
.news_a .top .a_listbox{margin-left: 0;}
.news_a .top .a_listbox a .i,.news_a .top .a_listbox a{transition: all 0.6s;}
.news_a .top .a_listbox a.cur .i{animation: none;width: 100%;}
.news_a .top .a_listbox a:hover .i{width: 100%;}
.news_a .top .a_listbox a:hover{background: #EBF0F6;}

.news_a .top .sousuobox{
    padding: 4px;
    height: 0.6rem;
    border-radius: 0.15rem;
    background: #fff;
    margin-left: auto;
    width: 4.7rem;
    display: flex;
}
.news_a .top .sousuobox .nr,.news_a .top .sousuobox form{width: 100%;height: 100%;}
.news_a .top .sousuobox input{
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    border: none;
    background: #EBF0F6;
    font-size: 0.18rem;
    padding: 0 1.1rem 0 0.2rem;
}
.news_a .top .sousuobox button{
    position: absolute;
    right: 0;
    width: 1.07rem;
    height: 100%;
    border: none;
    background: #1963FE;
    color: #fff;
    cursor: pointer;
    border-radius: 0 0.1rem 0.1rem 0;
}

.news_a .top .sousuobox button i{
    width: 0.17rem;
    height: 0.17rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.06rem;
    position: relative;
    top: -0.015rem;
    background: url(../images/news_fd.svg) center center/cover;
}

.news_a .btm .ul li{margin-bottom: 10px;}
.news_a .btm .ul li:last-child{margin-bottom: 0;}
.news_a .btm .ul li .nr{
    padding: 10px;
    background: #fff;
}

.news_a .btm .ul li .nr .img{width: 23%;}
.news_a .btm .ul li .nr .text{
    width: 77%;
    padding-left: 0.3rem;
    padding-right: 0.4rem;
}
.news_a .btm .ul li .nr .time{color: #7E8C9E;}
.news_a .btm .ul li .nr .bt{color: #212934;}
.news_a .btm .ul li .nr .js{color: #212934;}

.news_a .btm .ul li.li1 .nr .img{
    width: 50.6%;
} 

.news_a .btm .ul li.li1 .nr .text{
    width: 49.4%;
    padding: 0 1.1rem 0 0.6rem;
}
.news_a .btm .ul li:hover .nr .text .bt{text-decoration: underline;}
@media(max-width: 1100px){
    .news_a{padding: 0.8rem 0;}
    .news_a .top .a_listbox a{margin-right: 0;width: 33.33%;}
    .news_a .top .a_listbox{width: 100%;}
    .news_a .top .sousuobox{width: 100%;margin-top: 0.2rem;}
    .news_a .btm .ul li.li1 .nr .text,.news_a .btm .ul li .nr .text{
        width: 100%;
        padding: 0.2rem 0.2rem 0.3rem;
    }
    .news_a .btm .ul li.li1 .nr .img,.news_a .btm .ul li .nr .img{width: 100%;}
}

.newsxq_a{padding: 0.6rem 0 1rem;}
.newsxq_a .left{
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.4rem;
    width: 71.8%;
}
.newsxq_a .left .bt{color: #212934;}
.newsxq_a .left .time{color: #7E8C9E;}
.newsxq_a .left .text{
    color: #212934;
    margin-top: 0.2rem;
    padding-top: 0.2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.newsxq_a .left .btm{
    margin-top: 0.3rem;
    padding-top: 0.3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.newsxq_a .left .btm .l{
    width: 70%;
}
.newsxq_a .left .btm .l a{
    display: block;
    color: #212934;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsxq_a .left .btm .l a:last-child{margin-bottom: 0;}
.newsxq_a .left .btm .l a span{transition: all 0.6s;}
.newsxq_a .left .btm .l a:hover span{color: #1963FE;}
.newsxq_a .left .btm .r{margin-left: auto;}

.newsxq_a .right{
    margin-left: auto;
    width: 26.8%;
}

.newsxq_a .right .box{
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.12rem 0.34rem;
    margin-bottom: 0.18rem;
}
.newsxq_a .right .box:last-child{margin-bottom: 0;}

.newsxq_a .right .dbt{color: #212934;padding: 0.2rem 0 0;}
.newsxq_a .right .box .ul li{position: relative;border-top: 1px solid rgba(0, 0, 0, 0.1);}
.newsxq_a .right .box .ul li:after{
    width: 0.16rem;
    height: 0.12rem;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/newsxq_jt.svg) center center/cover;
    transition: all 0.6s;
}
.newsxq_a .right .box .ul li:nth-child(1):before{
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #1963FE;
    content: "";
}
.newsxq_a .right .box .ul li a{
    display: block;
    color: #333333;
    padding: 0.2rem 0.2rem 0.2rem 0;
}


.newsxq_a .right .box .ul li.cur a,.newsxq_a .right .box .ul li:hover a{color: #1963FE;}
.newsxq_a .right .box .ul li.cur:after,.newsxq_a .right .box .ul li:hover:after{background: url(../images/newsxq_jt2.svg) center center/cover;} 

.newsxq_a .right .box .ol li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newsxq_a .right .box .ol li:last-child{border-bottom: none;}
.newsxq_a .right .box .ol li .nr{
    padding: 0.24rem 0;
}

.newsxq_a .right .box .ol li:nth-child(1) .nr{padding-top: 0;}
.newsxq_a .right .box .ol li .text{
    padding-top: 0.16rem;
}
.newsxq_a .right .box .ol li .text .time{color: #7E8C9E;}
.newsxq_a .right .box .ol li .text .bt{color: #212934;transition: all 0.6s;}
.newsxq_a .right .box .ol li:hover .text .bt{color: #1963FE;}

@media(max-width: 1100px){
    .newsxq_a .right{display: none;}
    .newsxq_a .left{
        width: 100%;
    }
    .newsxq_a .left .btm .l{width: 100%;}
    .newsxq_a .left .btm .r{margin-top: 0.3rem;}
}

/*yang*/

.ResourceA { padding: 1.2rem 0 1.23rem; }
.ResourceA .urcea-top .gudewo { margin-left: auto; }
.ResourceA .urcea-top .gudewo ul li { background: #FFFFFF; padding: .04rem; gap: 10px; border-radius: .15rem; cursor: pointer; position: relative; }
.ResourceA .urcea-top .gudewo ul li:nth-child(n+2) { margin-left: .1rem; }
.ResourceA .urcea-top .gudewo ul li .kuono { width: 2rem; background: #EBF0F6; border-radius: .1rem; padding: 0 .2rem; position: relative; z-index: 2; }
.ResourceA .urcea-top .gudewo ul li .kuono .ono { line-height: .54rem; color: #212934; position: relative; }
.ResourceA .urcea-top .gudewo ul li .kuono .ono::before { position: absolute; content: ""; right: 0; top: 50%; transform: translateY(-50%) rotate(0deg); width: .12rem; height: .08rem; transition: all .5s; background:url(../images/kuono.svg)no-repeat center center/cover; }
.ResourceA .urcea-top .gudewo ul li:hover .kuono .ono::before { transform: translateY(-50%) rotate(-180deg);  }
.ResourceA .urcea-top .gudewo ul li .knouo { position: absolute; top: 0%; left: 0; width: 100%; background: #fff; padding:.72rem .23rem .25rem; border-radius: .1rem; display: none; z-index: 1;}
.ResourceA .urcea-top .gudewo ul li .knouo .uo { margin-top: .1rem; }
.ResourceA .urcea-top .gudewo ul li .knouo a { display: inline-block; color: #212934; line-height: 1; border-bottom: 1px solid #fff; }
.ResourceA .urcea-top .gudewo ul li .knouo a:hover { border-color: #1963FE; color: #1963FE; }
.ResourceA .urcea-top .gudewo ul li:hover .knouo { display: block; }

.ResourceA .urcea-bottom { margin-top: .55rem; }
.ResourceA .urcea-bottom .urcea-left { width: 24.368%; }
.ResourceA .urcea-bottom .urcea-left .input { background: #FFFFFF; padding: .04rem; border-radius: .15rem; position: relative; }
.ResourceA .urcea-bottom .urcea-left .input input { background: #EBF0F6; height: .54rem; border-radius: .1rem; width: 100%; border: 0; font-size: 0.18rem; padding: 0 1.07rem 0 .2rem; }
.ResourceA .urcea-bottom .urcea-left .input input::-webkit-input-placeholder {color: rgba(33, 41, 52, 0.3);}
.ResourceA .urcea-bottom .urcea-left .input input::-moz-placeholder {color: rgba(33, 41, 52, 0.3);}
.ResourceA .urcea-bottom .urcea-left .input input:-moz-placeholder {color: rgba(33, 41, 52, 0.3);}
.ResourceA .urcea-bottom .urcea-left .input input:-ms-input-placeholder {color: rgba(33, 41, 52, 0.3);}

.ResourceA .urcea-bottom .urcea-left .input button { background: #1963FE; border-radius: 0 .1rem .1rem 0; width: 1.07rem; height: .54rem; position: absolute; top: 50%; transform: translateY(-50%); border: 0; right: .04rem; font-size: .18rem; color: #fff; cursor: pointer; }
.ResourceA .urcea-bottom .urcea-left .input button span { position: absolute; padding-left: .25rem; top: 50%; left: 50%; transform: translate(-50%,-50%); width: .61rem; }
.ResourceA .urcea-bottom .urcea-left .input button span::before { position: absolute; content: ""; top: 50%; left: 0; transform: translateY(-50%);  width: .17rem; height: .17rem; background: url(../images/buttonee.svg)no-repeat center center/cover; }

.ResourceA .urcea-bottom .urcea-left .cealef { background: #fff; border-radius: .15rem; margin-top: .2rem; padding: .36rem .3rem; }
.ResourceA .urcea-bottom .urcea-left .cealef .bt { line-height: 1; color: #212934; padding-bottom: .22rem; border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: .25rem; }
.ResourceA .urcea-bottom .urcea-left .cealef .nr a { display: block; line-height: 1; color: #222222; padding-left: .26rem; position: relative; }
.ResourceA .urcea-bottom .urcea-left .cealef .nr a:nth-child(n+2) { margin-top: .2rem; }
.ResourceA .urcea-bottom .urcea-left .cealef .nr a::before { position: absolute; content: ""; left: 0; top: 50%; transform: translateY(-50%); width: .18rem; height: .18rem; background: url(../images/nrewsa.svg)no-repeat center center/cover; }
.ResourceA .urcea-bottom .urcea-left .cealef .nr a.cur::before { background: url(../images/nrewsaa.svg)no-repeat center center/cover; }

.ResourceA .urcea-bottom .urcea-right { width: 70%; margin-left: auto; }
.ResourceA .urcea-bottom .urcea-right ul li { background: #FFFFFF; border-radius: .3rem; width: calc(50% - 6px); margin-right: 11px; margin-bottom: 11px; }
.ResourceA .urcea-bottom .urcea-right ul li:nth-child(2n) { margin-right: 0; }
.ResourceA .urcea-bottom .urcea-right ul li a { display: block; padding: .1rem .1rem .4rem; }
.ResourceA .urcea-bottom .urcea-right ul li a .imge { position: relative; border-radius: .3rem; }
.ResourceA .urcea-bottom .urcea-right ul li a .text { padding: .28rem .2rem 0; }
.ResourceA .urcea-bottom .urcea-right ul li a .text .bt { line-height: 1; color: #7E8C9E; }
.ResourceA .urcea-bottom .urcea-right ul li a .text .nr { color: #212934; margin-top: .15rem; }
.ResourceA .urcea-bottom .urcea-right ul li a .text .morew { line-height: 1; transition: all .5s; color: #4B5460; margin-top: .4rem; padding-right: .2rem; position: relative; display: inline-block; }
.ResourceA .urcea-bottom .urcea-right ul li a .text .morew::before { position: absolute; transition: all .5s; content: ""; right: 0; top: 45%; transform: translateY(-50%); width: .14rem; height: .14rem; background: url(../images/morew.svg)no-repeat center center/cover; }

.ResourceA .urcea-bottom .urcea-right ul li:hover a .text .nr { text-decoration: underline; } 
.ResourceA .urcea-bottom .urcea-right ul li:hover a .text .morew { color: #1963FE; }
.ResourceA .urcea-bottom .urcea-right ul li:hover a .text .morew::before { background: url(../images/morews.svg)no-repeat center center/cover; }

.ResourceA .urcea-bottom .urcea-right ul li .ane { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: .6rem; height: .6rem; background: url(../images/ResourceAe.svg)no-repeat center center/cover; transition: all .5s; }
.ResourceA .urcea-bottom .urcea-right ul li .ane:hover { background: url(../images/ResourceAea.svg)no-repeat center center/cover; }

.ResourceA .urcea-bottom .urcea-right ul li.xiazai .ane { display: none; }

.xiazaishouw { background: rgba(0, 0, 0, 0.7); position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; display: none; }
.xiazaishouw .ishouwep { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 84%; background: #fff; border-radius: .3rem; padding: .4rem .78rem .86rem; }
.xiazaishouw .ishouwep .guanbi { text-align: right; }
.xiazaishouw .ishouwep .guanbi .bi { display: inline-block; width: .4rem; height: .4rem; right: -0.38rem; position: relative; cursor: pointer; background: url(../images/guanbi.svg)no-repeat center center/cover; }
.xiazaishouw .ishouwep .zhewnsnns .bt { color: #212934; }


.img100 img { width: 100%; }
.xiazaishouw ul { margin-top: .33rem; }
.xiazaishouw ul li { float: left; width: calc(33.33% - .09rem); margin-right: .13rem; position: relative; margin-bottom: .13rem; }
.xiazaishouw ul li:nth-child(3n) { margin-right: 0; }
.xiazaishouw ul li input { border: 1px solid rgba(0, 0, 0, 0.15); border-radius: .1rem; height: .65rem; padding-left: 80px; font-size: .16rem; }
.xiazaishouw ul li .wznedn { position: absolute; top:50%; left: .2rem; transform: translateY(-50%); z-index: 2; }
.xiazaishouw ul li .wznedn .ezn2 { display: none; }
.xiazaishouw ul li .wznedn span { color: #D41C00; margin-left: .1rem; }

.xiazaishouw ul li:nth-child(4) input,
.xiazaishouw ul li:nth-child(5) input,
.xiazaishouw ul li:nth-child(6) input { padding-left: 65px; }

.xiazaishouw ul li:hover input { border: 1px solid #1963FE !important; }
.xiazaishouw ul li:hover .wznedn .ezn1 { display: none; }
.xiazaishouw ul li:hover .wznedn .ezn2 { display: inline-block; }
.xiazaishouw button { border: 0; margin-top: .18rem; }

.layui-form-select .layui-edge { transform: translateY(-50%); }

.more4 i::before {background: url(../images/more4.svg) center center/cover;}
.more5 { background: #fff !important; }
.more5 i::before {background: url(../images/more4.svg) center center/cover;}
a.more5:hover{
    color: #fff;
    background: #1963FE !important;
}

@media(max-width:1920px) {
    .xiazaishouw ul li input { padding-left: 65px; } 
    .xiazaishouw ul li:nth-child(4) input,
    .xiazaishouw ul li:nth-child(5) input,
    .xiazaishouw ul li:nth-child(6) input { padding-left: 50px; }
}

@media(max-width:1480px) {
    .xiazaishouw ul li .wznedn img { height: 15px; }
    .xiazaishouw ul li input  { padding-left: 55px; }
    .xiazaishouw ul li:nth-child(4) input,
    .xiazaishouw ul li:nth-child(5) input,
    .xiazaishouw ul li:nth-child(6) input { padding-left: 40px; }
}

@media(max-width:1100px) {
    .ResourceA { padding: 0.8rem 0; }
    .ResourceA .urcea-top .gudewo { width: 100%; margin-left: 0; margin-top: .3rem; }
    .ResourceA .urcea-top .gudewo ul li { width: calc(33.33% - .17rem); margin-right: .1rem; }
    .ResourceA .urcea-top .gudewo ul li .kuono { width: 100%; }

    .ResourceA .urcea-bottom .urcea-left { width: 100%; }
    .ResourceA .urcea-bottom .urcea-right { width: 100%; margin-top: .25rem; }

    .xiazaishouw ul li { width: 100%; margin-right: 0; }
    .xiazaishouw .ishouwep { padding: .2rem; }
    .xiazaishouw .ishouwep .guanbi .bi { right: 0; }
}





/**联系我们**/
.ContactUsA { padding: 1.3rem 0 0; }
.ContactUsA .ctusal { padding: .16rem 0 0; width: 38%; }
.ContactUsA .ctusal ul { margin: .25rem 0 .52rem; }
.ContactUsA .ctusal ul li:nth-child(n+2) { margin-top: 18px; }
.ContactUsA .ctusal ul li .icon { position: relative; margin-right: .17rem; backdrop-filter: blur(10px); border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.6); width: .64rem; height: .64rem; }
.ContactUsA .ctusal ul li .icon img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); height: .23rem; }
.ContactUsA .ctusar { width: 55%; margin-left: auto; }

.ContactUsA .ctusal ul li .tex .bt { color: #212934; line-height: 1; font-weight: bold; }
.ContactUsA .ctusal ul li .tex .nr { color: #212934; line-height: 1; margin-top: .1rem; }


.ContactUsB { padding:1.36rem 0 0; }
.ContactUsB .ctusb-top .a_listbox { margin-left: auto; padding: 0.04rem; border-radius: .15rem; background: #fff; }
/*.ContactUsB .ctusb-top .a_listbox a { display: block; border-radius: .1rem; line-height: .54rem; min-width: 2rem; text-align: center; position: relative; color: #212934; }
.ContactUsB .ctusb-top .a_listbox a .i{ content: ""; position: absolute; left: 0; top: 0; width: 0; height: 100%; background: #1963FE; opacity: 0.08; z-index: 1; transition: all .5s; }
.ContactUsB .ctusb-top .a_listbox a:hover .i,
.ContactUsB .ctusb-top .a_listbox a.cur .i { width: 100%; }*/

.ContactUsB .ctusb-top .a_listbox a .i,.ContactUsB .ctusb-top .a_listbox a{transition: all 0.6s;}
.ContactUsB .ctusb-top .a_listbox a.cur .i{animation: none;width: 100%;}
.ContactUsB .ctusb-top .a_listbox a:hover .i{width: 100%;}
.ContactUsB .ctusb-top .a_listbox a:hover{background: #EBF0F6;}

.ContactUsB .ctusb-bottom { margin-top: .45rem; }
.ContactUsB .ctusb-bottom ul li { 
    border: 2px solid #fff; 
    width: calc(25% - .075rem); 
    margin-right: .1rem; 
    background: #FFFFFF;
    padding: .36rem .3rem;
    margin-bottom: .1rem; 
    transition: all .5s; 
    display:flex;
    flex-wrap: wrap;
    align-content: space-between;
    
}

.ContactUsB .ctusb-bottom ul li .shang{width:100%;}

.ContactUsB .ctusb-bottom ul li:nth-child(4n) { margin-right: 0; }
.ContactUsB .ctusb-bottom ul li .bt { border-bottom: 1px solid rgba(0, 0, 0, 0.1); line-height: 1; padding-bottom: .2rem; position: relative; color: #212934; }
.ContactUsB .ctusb-bottom ul li .bt::before { position: absolute; content: ""; bottom: -1px; left: 0; background: #1963FE; border-radius: .3rem; height: 2px; width: .5rem; } 
.ContactUsB .ctusb-bottom ul li .nr { color: #212934; line-height: .28rem; margin-top: .15rem; }
.ContactUsB .ctusb-bottom ul li .ur_box{margin-top: .65rem; }
.ContactUsB .ctusb-bottom ul li .ur {color: #212934; padding-left: .26rem; position: relative; line-height: 1; transition: all .5s; margin-bottom:14px;}
.ContactUsB .ctusb-bottom ul li .ur:last-child{margin-bottom:0;}
.ContactUsB .ctusb-bottom ul li .ur::before { content: ""; position: absolute; left: 0; top: 0.03rem; height: .17rem; width: .17rem; background: url(../images/tactUsA1.svg) no-repeat center center/cover; transition: all .5s; }

.ContactUsB .ctusb-bottom ul li:hover .ur { color: #1963FE; }
.ContactUsB .ctusb-bottom ul li:hover .ur:before { background: url(../images/tactUsA1a.svg) no-repeat center center/cover; }

.ContactUsB .ctusb-bottom ul li .youjian::before { height: .14rem; background: url(../images/tactUsA3.svg) no-repeat center center/cover; }
.ContactUsB .ctusb-bottom ul li:hover .youjian::before { background: url(../images/tactUsA3a.svg) no-repeat center center/cover; }

.ContactUsB .ctusb-bottom ul li:hover { border-color: #1963FE; }

.hdckgd { text-align: center; margin-top: .5rem; cursor: pointer;display:none;}
.hdckgd .g { opacity: .3; width: 0.3rem;margin: 0 auto;display:none;}
.hdckgd .k { color: #212934; opacity: .3; }

.ContactUsC { background: url(../images/ContactUsC.jpg)no-repeat center center/cover; padding: .6rem 0; margin-top: 1.1rem;display: inline-block;width: 100%;}
.ContactUsC .ctuscl .title .fbt { background: rgba(255, 255, 255, 0.1); border: 1px solid #FFFFFF; color: #fff; }
.ContactUsC .ctuscl .title .bt { color: #fff; }
.ContactUsC .ctuscr { margin-left: auto; width: 64%; }
.ContactUsC .ctuscr ul li { width: calc(33.33% - .08rem); margin-right: .12rem; position: relative; }
.ContactUsC .ctuscr ul li:last-child { margin-right: 0; }
.ContactUsC .ctuscr ul li input { border: 1px solid rgba(255, 255, 255, 0.3); color: #fff; border-radius: .1rem; background: none; height: .6rem; padding-left: 50px; font-size: .16rem; }
.ContactUsC .ctuscr ul li input::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.5);}
.ContactUsC .ctuscr ul li input::-moz-placeholder {color: rgba(255, 255, 255, 0.5);}
.ContactUsC .ctuscr ul li input:-moz-placeholder {color: rgba(255, 255, 255, 0.5);}
.ContactUsC .ctuscr ul li input:-ms-input-placeholder {color: rgba(255, 255, 255, 0.5);}

.ContactUsC .ctuscr ul li .wznedn { position: absolute; top: 50%; transform: translateY(-50%); left: 20px; z-index: 2; opacity: .5; transition: all .5s; }
.ContactUsC .ctuscr .tjanmo button { border: 0; margin-top: .3rem; width: 2.16rem; background: #fff; border-radius: .1rem; padding: .13rem 0; text-align: center; display: inline-block; color: #1963FE; cursor: pointer; }
.ContactUsC .ctuscr .tjanmo button i{
    display: inline-block;
    width: 0.17rem;
    height: 0.14rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 0.1rem;
    transition: all 0.6s;
    overflow: hidden;
    position: relative;
    background: url(../images/eeesad.svg) center center/cover;
}

.ContactUsC .layui-input:focus,
.ContactUsC .layui-textarea:focus { border-color: #fff !important; }

.ContactUsC .ctuscr ul li:hover .wznedn { opacity: 1; } 

@media(max-width:1100px) {
    .ContactUsA { padding: .8rem 0; }
    .ContactUsA .ctusal { width: 100%; padding-top: 0; }
    .ContactUsA .ctusar { width: 100%; margin-top: .4rem; }

    .ContactUsB { padding: 0; }
    .ContactUsB .ctusb-top .title { width: 100%; }
    .ContactUsB .ctusb-top .a_listbox { margin-left: 0; margin-top: .3rem; }

    .ContactUsB .ctusb-bottom { margin-top: .3rem; }
    .ContactUsB .ctusb-bottom ul li { width: 100%; margin-right: 0; }

    .ContactUsC { padding: .5rem 0; margin-top: 0.8rem;}
    .ContactUsC .ctuscr { width: 100%; margin-top: .3rem; }
    .ContactUsC .ctuscr ul li { width: 100%; margin-right: 0; margin-bottom: .13rem; }
    .ContactUsC .ctuscr ul li:last-child { margin-bottom: 0; }
    .ContactUsC .ctuscr ul li .wznedn { left: .2rem; top: 47%; }
    .ContactUsC .ctuscr ul li .wznedn img { height: .18rem; }
    .ContactUsC .ctuscr ul li input { padding-left: .5rem; }
}



/**全球布局**/
.AbroadA { padding: 1.2rem 0 0; }
.AbroadA .top .a_listbox a .i,
.AbroadA .top .a_listbox a{transition: all 0.6s;}
.AbroadA .top .a_listbox a.cur .i{animation: none;width: 100%;}
.AbroadA .top .a_listbox a:hover .i{width: 100%;}
.AbroadA .top .a_listbox a:hover{background: #EBF0F6;}


.AbroadA .broad-bottom { margin-top: .4rem; }

.AbroadA .broada-dizi .baoweww { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }

.AbroadA .broada-dizi .dw { position: absolute; transform: translate(-50%,-50%); width: .5rem; height: .5rem; cursor: pointer; }

.AbroadA .broada-dizi .qune { width: 100%; height: 100%; position: relative; }
.AbroadA .broada-dizi .qune .une { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.AbroadA .broada-dizi .qune .une span { position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(1); border-radius: 50%; background: rgba(22, 84, 214, 0.06); animation: breathScale 3s infinite linear;  }
.AbroadA .broada-dizi .qune::before { position: absolute; content: ""; z-index: 1; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(1); z-index: 1; background: rgba(22, 84, 214, 0.14); border-radius: 50%; width: .34rem; height: .34rem; animation: breathScale 3s 0.5s infinite linear; }
.AbroadA .broada-dizi .qune::after { background: #4D76CB; z-index: 2; width: .12rem; height: .12rem; border-radius: 50%; position: absolute; content: ""; left: 50%; top: 50%; transform: translate(-50%,-50%); }



@keyframes breathScale {
    0% {
        transform:translate(-50%,-50%) scale(.8);
        opacity: 1;
    }
    50% {
        transform:translate(-50%,-50%) scale(1.1);
        opacity: 1;
    }
    100% {
        transform:translate(-50%,-50%) scale(.8);
        opacity: 1;
    }
}
@keyframes breathScale2 {
    0% {
        transform: scale(.8);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform:scale(.8);
    }
}

.AbroadA .broada-dizi .dw .wz { box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); transition: all .5s; background: #FFFFFF; border-radius: 1rem; position: absolute; font-size: .16rem; color: #4D76CB; padding: .13rem .18rem; right: .55rem; top: 50%; transform: translateY(-50%); }
.AbroadA .broada-dizi .dw .wz span { line-height: 1; white-space: nowrap; position: relative; padding-left: .22rem; }
.AbroadA .broada-dizi .dw .wz span::before { position: absolute; content: ""; top: 50%; left: 0; transform: translateY(-50%); width: .14rem; height: .16rem; background: url(../images/dw.svg)no-repeat center center/cover; }

.AbroadA .broada-dizi .dw .wz.zongs { bottom: .6rem; top: auto; transform: translateX(-50%); left: 50%; right: auto; }

.AbroadA .broada-dizi .dw .wz.right { left: .6rem; right: auto; }

.AbroadA .broada-dizi .dw .wz.xongs { top: .6rem; transform: translateX(-50%); left: 50%; right: auto; }


.AbroadA .broada-dizi .dw.cur { z-index: 2; }
.AbroadA .broada-dizi .dw.cur .wz { box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); background: #1963FE; color: #fff; }
.AbroadA .broada-dizi .dw.cur .wz span:before { background: url(../images/dw1.svg)no-repeat center center/cover; }


.AbroadA .broada-dizi .dw.cur .qune::before { background: #1963FE; }
.AbroadA .broada-dizi .dw.cur .qune::after { background: #fff; }


.AbroadA .broad-bottom .paowenen { position: absolute; top: 55%; left: 66%; transform: translate(-50%,-50%); width: 4.21rem; }

.AbroadA .broad-bottom .paowenen .box .bt { line-height: .8; color: #1963FE; }
.AbroadA .broad-bottom .paowenen .box .neo { color: #0B3157; padding-bottom: .15rem; margin-top: .25rem; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.AbroadA .broad-bottom .paowenen .box .ueo { color: #3D3D3D; line-height: .24rem; margin-top: .17rem; }


.AbroadA .broada-dier .left { width: 67.337%; }
.AbroadA .broada-dier .left .sdb { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.AbroadA .broada-dier .left .sdb .dw { position: absolute; transform: translate(-50%,-50%); width: .41rem; height: .41rem; cursor: pointer; }

.AbroadA .broada-dier .left .sdb .qune { width: 100%; height: 100%; position: relative; }
.AbroadA .broada-dier .left .sdb .qune .une { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.AbroadA .broada-dier .left .sdb .qune .une span { position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(1); border-radius: 50%; background: rgba(22, 84, 214, 0.06); animation: breathScale 3s infinite linear;  }
.AbroadA .broada-dier .left .sdb .qune::before { position: absolute; content: ""; z-index: 1; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(1); z-index: 1; background: rgba(22, 84, 214, 0.14); border-radius: 50%; width: .28rem; height: .28rem; animation: breathScale 3s 0.5s infinite linear; }
.AbroadA .broada-dier .left .sdb .qune::after { background: #4D76CB; z-index: 2; width: .1rem; height: .1rem; border-radius: 50%; position: absolute; content: ""; left: 50%; top: 50%; transform: translate(-50%,-50%); }

.AbroadA .broada-dier .left .sdb .dw .wz { box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); display: none; transition: all .5s; background: #1963FE; border-radius: 1rem; position: absolute; font-size: .16rem; color: #fff; padding: .11rem .15rem; right: .5rem; top: 50%; transform: translateY(-50%); }
.AbroadA .broada-dier .left .sdb .dw .wz span { line-height: 1; white-space: nowrap; position: relative; padding-left: .22rem; }
.AbroadA .broada-dier .left .sdb .dw .wz span::before { position: absolute; content: ""; top: 50%; left: 0; transform: translateY(-50%); width: .14rem; height: .16rem; background: url(../images/dw1.svg)no-repeat center center/cover; }
.AbroadA .broada-dier .left .sdb .dw .wz.zongs { bottom: .5rem; top: auto; transform: translateX(-50%); left: 50%; right: auto; }
.AbroadA .broada-dier .left .sdb .dw .wz.righta { left: .5rem; right: auto; }
.AbroadA .broada-dier .left .sdb .dw .wz.xia{
     top: .5rem; bottom: auto; transform: translateX(-50%); left: 50%; right: auto; 
}
.AbroadA .broada-dier .left .sdb .dw.cur { z-index: 2; }
.AbroadA .broada-dier .left .sdb .dw.cur .wz { display: block; }

.AbroadA .broada-dier .left .sdb .dw.cur .qune::before { background: #1963FE; }
.AbroadA .broada-dier .left .sdb .dw.cur .qune::after { background: #fff; }

.AbroadA .broada-dier .right { background: #FFFFFF; border-radius: .3rem; width: 29.5%; margin-left: auto; height: auto; padding: .3rem .3rem .4rem; }
.AbroadA .broada-dier .right .swiper-container { overflow: hidden; }
.AbroadA .broada-dier .right .bt { color: #212934; }
.AbroadA .broada-dier .right .nr { margin: .18rem 0 .4rem; line-height: .32rem; padding-top: .2rem; border-top:1px solid rgba(0, 0, 0, 0.1); }
.AbroadA .broada-dier .right .nr .r { position: relative; padding-left: .28rem; color: #212934;}
.AbroadA .broada-dier .right .nr .r img { position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: .18rem; }

.AbroadA .jtou { bottom: auto; }
.AbroadA .jtou .jt { border: 1px solid rgba(68, 68, 68, 0.2); }

.baohuzc{padding: 1.3rem 0;}

@media(max-width:1100px) {
    .AbroadA { padding:.8rem 0 .8rem; }
    .AbroadA .broad-top .title { width: 100%; }
    .AbroadA .broad-top .a_listbox { margin-left: 0; margin-top: .3rem; }
    .AbroadA .broad-bottom .paowenen { 
        top: auto; 
        left: auto; 
        transform: initial; 
        padding: 0 20px; 
        width: 100%; 
        position: initial;
        
    }
    .AbroadA .broada-dizi .dw .wz { display: none; }

    .AbroadA .broada-dier .left { width: 100%; }
    .AbroadA .broada-dier .right { width: 100%; }

    .AbroadA1 { padding: .8rem 0; }
    .AbroadA .broada-dier .left .sdb .dw.cur .wz{display: none;}
    .baohuzc{padding: 0.8rem 0;}
}


.home_b_zhuanye .swiper-slide {
    width: 29.80rem;
    height: 1.03rem;
}
.home_b_zhuanye .bg{overflow: hidden;}
.home_b_zhuanye .icon{background: url(../images/home_b_zhuanye.png) left center / cover;height: 1.03rem;width: 29.80rem;}
.home_b_zhuanye .bg .x{background: url(../images/home_b_zhuanye2.png) left center / cover;height: 1.03rem;width: 29.80rem;}


.about_b .swiper-slide {
    width: 30.13rem;
}
.about_b .icon{background: url(../images/about_b.svg) left center / cover;height: 1.03rem;}
.about_b .bg .x{background: url(../images/about_b2.svg) left center / cover;}

.nybanner .an_box{justify-content: center;}
.nybanner .an_box .more{margin-right: 10px;}
.nybanner .an_box .more:last-child{margin-right: 0;}

.apl_a{padding: 1.2rem 0 0;}
.apl_a .btm .box{margin-bottom: 0.16rem;background: #fff;}
.apl_a .btm .box:last-child{margin-bottom: 0;}
.apl_a .btm .box .bt{
    padding: 0.2rem 0.6rem 0.2rem 0.3rem;
    position: relative;
    cursor: pointer;
    color: #000C17;
    transition: all 0.6s;
    border-radius: 0.2rem;
}

.apl_a .btm .box .bt .i{
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    background: #EEEEEE;
    border-radius: 100%;
    width: 0.36rem;
    height: 0.36rem;
}

.apl_a .btm .box .bt .i:before,.apl_a .btm .box .bt .i:after{
    content: "";
    position: absolute;
    background: #616161;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.6s;
}

.apl_a .btm .box .bt .i:before{
    width: 0.02rem;
    height: 0.12rem;
}
.apl_a .btm .box .bt .i:after{
    width: 0.12rem;
    height: 0.02rem;
}
.apl_a .btm .box .nr{
    padding: 0.3rem 0.3rem 0.3rem 0.7rem;
}

.apl_a .btm .box .left{
    width: 43%;
}

.apl_a .btm .box .left .title_text ul li{position: relative;padding-left: 0.15rem;color: #4B5460;margin-bottom: 0.02rem;}
.apl_a .btm .box .left .title_text ul li:last-child{margin-bottom: 0;}
.apl_a .btm .box .left .title_text ul li:before{
    width: 0.06rem;
    height: 0.06rem;
    content: "";
    position: absolute;
    left: 0;
    top: 0.13rem;
    background: #D8D8D8;
    border-radius: 100%;

}
.apl_a .btm .box .right{
    width: 50.6%;
    margin-left: auto;
}
.apl_a .btm .box .img:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
    border-radius: 0.3rem;
}
.apl_a .btm .box .img_box{padding: 0.3rem;}
.apl_a .btm .box .img_box .img{width: 49.3%;margin-right: 1.4%;}
.apl_a .btm .box .img_box .img:last-child{margin-right: 0;}
.apl_a .btm .box .text{display: none;}

.apl_a .btm .box.cur .bt{background: #1963FE;color: #fff;}
.apl_a .btm .box.cur .bt .i{background: rgba(255, 255, 255, 0.2);}
.apl_a .btm .box.cur .bt .i:before,.apl_a .btm .box.cur .bt .i:after{background: #fff;}
.apl_a .btm .box.cur .bt .i:before{height: 0;}

.apl_b{padding: 1.2rem 0 0;}
.apl_b .btm .box{display: none;}
.apl_b .btm .box.cur{display: block;}
.apl_b .btm .nr{
    padding: 10px;
    background: #fff;
}
.apl_b .btm .nr .img:before{
     position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    border-radius: 0.3rem;
}
.apl_b .btm .right{width: 54.4%;}
.apl_b .btm .left{width: 45.6%;padding: 0 0.9rem 0 0.7rem;}
.apl_b .btm .left .bt{color: #212934;}
.apl_b .btm .left .title_text{color: #212934;}
.apl_b .btm .left .title_text ul li{position: relative;padding-left: 0.15rem;color: #4B5460;margin-bottom: 0.02rem;}
.apl_b .btm .left .title_text ul li:last-child{margin-bottom: 0;}
.apl_b .btm .left .title_text ul li:before{
    width: 0.06rem;
    height: 0.06rem;
    content: "";
    position: absolute;
    left: 0;
    top: 0.13rem;
    background: #D8D8D8;
    border-radius: 100%;
}


.apl_b .tit{
    width: 54.4%;
    padding: 0 0.22rem;
    position: absolute;
    left: 0;
    bottom: calc(10px + 0.2rem);
    z-index: 3;
}

.apl_b .tit a{display: block;color: #000000;background: #FFFFFF;border-radius: 0.15rem;width: 32.4%;margin-right: 1.4%;display: flex;align-items: center;height: 0.54rem;justify-content: center;transition: all 0.6s;}
.apl_b .tit a.cur,
.apl_b .tit a:hover{background: #1963FE;color: #fff;}
.apl_b .tit a:last-child{margin-right: 0;}

.apl_c{padding: 1.2rem 0 0;}
.apl_c .an_box{
    margin-left: auto;
}
.apl_c .an_box .more{margin-right: 0.2rem;}
.apl_c .an_box .more:last-child{margin-right: 0;}
.apl_c .btm{
    padding-bottom: 0.6rem;
}
.apl_c .btm .ul li{
    background: #fff;
    border-radius: 0.2rem;
    width: 19.3%;
    height: 1.5rem;
    margin-right: 0.875%;
    margin-bottom: 0.875%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem;
}

.apl_c .btm .ul li:nth-child(5n){margin-right: 0;}
.apl_c .btm .ul li img{width: auto;display: block;}

.apl_c .btm .swiper-pagination-bullet{
    border-radius: 100px;
    width: 0.06rem;
    height: 0.06rem;
    opacity: 1;
    background: rgba(34, 42, 43, 0.4);
    position: relative;
    margin: 0 0.1rem;
}

.apl_c .btm .swiper-pagination-bullet:before{
    width: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    border-radius: 100px;
    background: #222A2B;
}

.apl_c .btm .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 0.78rem;}
.apl_c .btm .swiper-pagination-bullet.swiper-pagination-bullet-active:before{width: 100%;transition: all 5s linear;}

.apl_d{padding: 1.2rem 0 0;}
.apl_d .left{
    width: 38%;
}

.apl_d .right{
    width: 54%;
    margin-left: auto;
}

.apl_e{padding: 1.2rem 0;}
.apl_e .btm .nr{
    padding: 10px;
    background: #fff;
}

.apl_e .btm .nr .text{
    padding: 0.24rem 0.2rem 0.2rem;
}
.apl_e .btm .nr .text .bt{color: #212934;}
.apl_e .btm .nr .text .js{color: #212934;}
.apl_f {padding: 1.2rem 0;}

@media(max-width: 1100px){
    .apl_a{padding: 0.8rem 0 0;}
    .apl_a .btm .box .nr{padding: 0.3rem;}
    .apl_a .btm .box .left{width: 100%;}
    .apl_a .btm .box .right{
        width: 100%;
        margin-top: 0.4rem;
    }
    .apl_a .btm .box .img_box .img{
        width: 100%;
        margin-bottom: 0.16rem;
        margin-right: 0;
    }
    .apl_a .btm .box .img_box .img:last-child{margin-bottom: 0;}
    .apl_b{padding: 0.8rem 0 0;}
    .apl_b .btm .left{
        padding: 0.3rem 0.2rem 0.2rem;
        width: 100%;
    }
    .apl_b .btm .right{
        width: 100%;
        margin-top: 0.1rem;
    }
    .apl_b .tit{
        width: 100%;
        padding: 0;
        margin-top: 0.2rem;
        position: initial;
    }
    .apl_b .tit a{width: 48.5%;margin-right: 3%;margin-bottom: 3%;}
    .apl_b .tit a:nth-child(2n){margin-right: 0;}
    .apl_c{padding: 0.8rem 0 0;}
    .apl_c .an_box{margin-left: 0;margin-top: 0.3rem;}
    .apl_c .an_box .more{margin-top: 0;}
    .apl_c .btm .ul li{
        width: 32.5%;
        margin-bottom: 1.25%;
        margin-right: 1.25%;
        padding: 0.4rem;
    }
    .apl_c .btm .ul li:nth-child(5n){margin-right: 1.25%;}
    .apl_c .btm .ul li:nth-child(3n){margin-right: 0;}

    .apl_d{padding: 0.8rem 0 0;}
    .apl_d .left{width: 100%;}
    .apl_d .right{
        width: 100%;
        margin-top: 0.3rem;
    }
    .apl_e{padding: 0.8rem 0;}
    .apl_e .top .title{width: 70%;}
    .apl_f{padding: 0.8rem 0;}
}

.shihua_e .nya_list a{margin-bottom: 0.1rem;}


@-webkit-keyframes xuanzhuan2 {
    0% {
        transform: translate(-50%,-50%) rotate(0);
    }
    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}
@keyframes xuanzhuan2 {
    0% {
        transform: translate(-50%,-50%) rotate(0);
    }
    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

.apl_fd{
    position: fixed;
    right: 14px;
    top: 50%;
    transform:translateY(-50%);
}

.apl_fd .ul li{
    margin-bottom:10px;
    width: 0.56rem;
    height: 0.56rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.6s;
}
.apl_fd .ul li:last-child{margin-bottom:0}
.apl_fd .ul li img{max-width: 0.26rem}

.apl_fd .ul li .icon{
    width: 100%;
    height: 100%;
     display: flex;
    align-items: center;
    justify-content: center;
}
.apl_fd .ul li .icon2{display:none;}

.apl_fd .ul li:hover{background: #1963FE;}
.apl_fd .ul li:hover .icon1{display:none;}
.apl_fd .ul li:hover .icon2{display:block;}

@media(max-width:1100px){
    .home_b .bg{display:none !important;}
}

.about_b1 .icon{background:url(../images/about_b1.png) center center/cover;width:25.4rem;height:1.05rem;}
.about_b1 .swiper-slide{width:25.4rem;}
.about_b1 .bg .x{background:url(../images/about_b01.png) center center/cover;width:25.4rem;height:1.05rem;}

.about_b2 .icon{background:url(../images/about_b2.png) center center/cover;width:29.64rem;height:1.05rem;}
.about_b2 .swiper-slide{width:29.64rem;}
.about_b2 .bg .x{background:url(../images/about_b02.png) center center/cover;width:29.64rem;height:1.05rem;}

.about_b3 .icon{background:url(../images/about_bg3.png) center center/cover;width:29.99rem;height:1.05rem;}
.about_b3 .swiper-slide{width:29.99rem;}
.about_b3 .bg .x{background:url(../images/about_bg03.png) center center/cover;width:29.99rem;height:1.05rem;}

.about_b4 .icon{background:url(../images/about_b4.png) center center/cover;width:32.24rem;height:1.06rem;}
.about_b4 .swiper-slide{width:32.24rem;}
.about_b4 .bg .x{background:url(../images/about_b04.png) center center/cover;width:32.24rem;height:1.06rem;}

.about_b5 .icon{background:url(../images/about_b5.png) center center/cover;width:31.93rem;height:1.05rem;}
.about_b5 .swiper-slide{width:31.93rem;}
.about_b5 .bg .x{background:url(../images/about_b05.png) center center/cover;width:31.93rem;height:1.05rem;}

.about_b1,
.about_b2,
.about_b3,
.about_b4,
.about_b5{
   padding: 0;
}

.about_b1 .bg,
.about_b2 .bg,
.about_b3 .bg,
.about_b4 .bg,
.about_b5 .bg{
    overflow: hidden;
}

.about_b .home_b{display:none;}
.about_b .home_b.cur{display:block;}





.about_f{position:relative;}
.about_f .imgbg{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    overflow: auto;
}
.about_f .container2{position:relative;z-index:2;}
.about_f .imgbg .bg{
    width:10rem;
    height:100%;
    background:url(../images/about_f_bgmo.jpg) center center/cover;
}


.nytop .right .dh{display:none;}
.nytop .right .dh.fanhui{display:block;}


.shuju_c{padding-top:1.6rem;}
.shuju_c .btm_lb {padding-bottom:46px;}
.shuju_c .btm_lb .img{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem;
    background: #fff;
    border-radius: 0.2rem;
    height: 1.5rem;
    opacity: 0.3;
    transition: all 0.6s;
}

.shuju_c .btm_lb .swiper-slide-active .img,
.shuju_c .btm_lb .swiper-slide-next .img,
.shuju_c .btm_lb .swiper-slide-next + .swiper-slide .img,
.shuju_c .btm_lb .swiper-slide-next + .swiper-slide + .swiper-slide .img,
.shuju_c .btm_lb .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide .img,
.shuju_c .btm_lb .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .img{
    opacity: 1;
}

.shuju_c .btm_lb .img img{
    width: auto;
    display: block;
}
/*.shuju_c .btm_lb .swiper-wrapper{transition-timing-function:linear;}*/
.shuju_c .btm_lb .swiper-scrollbar{
    position:absolute;
    bottom:0;
    top:auto;
    width:80px;
    left:50%;
    transform: translateX(-50%);
    border-radius: 100px;
    height: 6px;
    overflow: hidden;
    background: rgba(34, 42, 43, 0.1);
}

.shuju_c .btm_lb .swiper-scrollbar .swiper-scrollbar-drag{
    background: #222A2B;
    overflow: hidden;
     border-radius: 100px;
}

.shuju_c .title_text{
    background:#fff;
    width:100%;
    border-radius: 0.2rem;
    
}
.shuju_c .title_text.title_text_none{background:none;}
.shuju_c .title_text .wenzi{
    width:61%;
    padding: 0 0.3rem 0 0.74rem;
}
.shuju_c .title_text .wenzi .wenzi_a{
    position: relative;
    padding:0.4rem 0.1rem 0.4rem 0;
}
.shuju_c .title_text .wenzi .wenzi_a:before, .shuju_c .title_text .wenzi .wenzi_a:after {
    content: "";
    position: absolute;
    background: url(../images/douhao.svg) center center / cover;
    width: 0.15rem;
    height: 0.15rem;
}
.shuju_c .title_text .wenzi .wenzi_a:before{left: 0;top: 0;}
.shuju_c .title_text .wenzi .wenzi_a:after{right: 0;bottom: 0;}

.shuju_c .title_text .wenzi .wenzi_b{color:#7E8C9E;}
.shuju_c .title_text .img{width:39%;}

.shuju_e .top .title{width:70%;}

.title_text_jb{position:relative;}
.title_text_jb .wenzi{position:relative;z-index:2;}
.title_text_jb:before{
    position:absolute;
    left:0;
    top: 0;
    width: 80%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(to right, rgba(255,255,255,1) 70%,rgba(255,255,255,0));
    content: "";
    display:none;
}

@media(max-width:1100px){
    .shuju_c{padding-top:0.8rem;}
    .shuju_c .title_text .wenzi{
        width:100%;
        padding:0.4rem;
    }
    .shuju_c .title_text .img{width:100%;}
    .shuju_c .btm_lb{padding-bottom:0.4rem;overflow:hidden;}
    .shuju_c .btm_lb .swiper-scrollbar{height:4px;}
}




/**搜索**/
.searchbox .jtou{bottom:0;}
.color22a{color:#222;}
.sousuobanner { border-radius:0 0 30px 30px; padding: 240px 0 95px; text-align: center; }
.sousuobanner .suoban { width: 900px; display: inline-block; position: relative; margin-top: 33px; }
.sousuobanner .suoban input { border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 100px; padding: 0 135px 0 20px; width: 100%; height: 56px; font-size: 16px; }
.sousuobanner .suoban input::-webkit-input-placeholder {color: rgba(34, 42, 43, 0.5);}
.sousuobanner .suoban input::-moz-placeholder {color: rgba(34, 42, 43, 0.5);}
.sousuobanner .suoban input:-moz-placeholder {color: rgba(34, 42, 43, 0.5);}
.sousuobanner .suoban input:-ms-input-placeholder {color: rgba(34, 42, 43, 0.5);}
.sousuobanner .suoban button { position: absolute; cursor: pointer; right: 5px; top: 50%; transform: translateY(-50%); background: rgba(25, 99, 254, 1); height: calc(100% - 8px); border-radius: 100px; border: 0; width: 130px; color: #fff; font-size: 16px; }
.sousuobanner .suoban button i { position: relative; padding-left: 27px; font-style:initial;}
.sousuobanner .suoban button i:before { position: absolute; content: ""; left: 0; top: 45%; cursor: pointer; transform: translateY(-50%); width: 17px; height: 17px; background: url(../images/suoban.svg)no-repeat center center/cover; }

.sousuobanner .suoban .lishi { padding: 0 20px; margin-top: 20px; }
.sousuobanner .suoban .lishi a { line-height: 1; margin-right: 27px; color: #222A2B; opacity: .3; transition: all .5s; }
.sousuobanner .suoban .lishi a:last-child { margin-right: 0; }
.sousuobanner .suoban .lishi a:hover { opacity: 1; }

.soubabA { padding: 5.625vw 0 6.35416vw; }
.soubabA .btmok .ds { line-height: 1; margin: 5px 0 50px; padding-bottom: 40px; border-bottom: 1px solid rgba(0, 50, 85, 0.1); }
.soubabA .btmok .ds span { margin-right: 5px; color:rgba(25, 99, 254, 1); }


.soubabA .soub-top .swian { margin-left: auto; }
.soubabA .soub-bottom { margin-top: 40px; }
.soubabA .soub-bottom ul li { width: calc(33.33% - 7px); background: #F8F8F8; border-radius: 20px; margin-right: 10px; margin-bottom: 10px; border: 1px solid #F8F8F8; transition: all .5s; }
.soubabA .soub-bottom ul li:nth-child(3n) { margin-right: 0; }
.soubabA .soub-bottom ul li a { display: block; padding: 31px 45px 30px 29px; }
.soubabA .soub-bottom ul li a .t { padding: 0 10px; border-radius: 100px; background: rgba(25, 99, 254, 1); color: #fff;display:flex;align-items:center;justify-content: center;}
.soubabA .soub-bottom ul li a .e { line-height: 22.39px; margin-left: 10px; }
.soubabA .soub-bottom ul li a .nr { line-height: 1.27; margin-top: 12px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; margin-bottom: 60px; }


.soubabA .soub-bottom ul li:hover { border-color: rgba(25, 99, 254, 1); }
.soubabA .soub-bottom ul li:hover a .nr { text-decoration: underline; }

.soubabB { padding-bottom: 7.29166vw; }
.soubabB .bauous-top { margin-bottom: 40px; }
.soubabB .bauous-top .swian { margin-left: auto; }
.soubabB .bauous-bottom .swiper-slide a { display: block; }
.soubabB .bauous-bottom .swiper-slide a .text { margin-top: 26px; padding:0 28px; border-left:1px solid rgba(34, 42, 43, 0.1); }
.soubabB .bauous-bottom .swiper-slide a .text .bt { line-height: 1.27; margin-top: 6px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; margin-bottom: 40px; }

@media(max-width:1100px) {
    .sousuobanner { padding: 100px 0 50px; border-radius: 0 0 20px 20px; }
    .sousuobanner .suoban { width: 100%; margin-top: 20px; }

    .sousuobanner .suoban input { height: 45px; font-size: 14px; }
    .sousuobanner .suoban button { font-size: 14px; width: 101px; }
    .sousuobanner .suoban button i { padding-left: 20px; }
    .sousuobanner .suoban button i:before { width: 11px; height: 11px; top: 50%; }

    .soubabA { padding: 0 0 50px; }
    .soubabA .btmok .ds { margin-bottom: 20px; padding-bottom: 20px; }
    .soubabA .soub-bottom { margin-top: 25px; }
    .soubabA .soub-bottom ul li { width: 100%; border-radius: 15px; }
    .soubabA .soub-bottom ul li:last-child { margin-bottom: 0; }
    .soubabA .soub-bottom ul li a { padding: 20px; }
    .soubabA .soub-bottom ul li a .nr { height: auto !important; margin-bottom: 30px; }

    .soubabB { padding-bottom: 50px; }
    .soubabB .bauous-top { margin-bottom: 20px; }
    .soubabB .bauous-bottom .swiper-slide a .text { margin-top: 20px; padding: 0 20px; }
    .soubabB .bauous-bottom .swiper-slide a .text .bt { margin: 10px 0 20px; }
}


