@charset "utf-8"; 
.relative { position: relative; }

.pic2 { display: none; }
@media(max-width:1100px) {
    .pic2 { display: block; }
    .pic1 { display: none; }

}

.ban-bt .b { line-height: 1.318; }
.ban-bt .t { line-height: 1.1; margin-top: 30px; }

.banner .img01 { overflow: hidden; }
.banner .img01 .pic1 { height: 100vh; }
.banner .swiper-slide .img01 img{ transform: scale(1.2); transition: all 1.8s; }
.banner .swiper-slide.swiper-slide-active .img01 img{ transform: scale(1); }
.banner .swiper-slide .banner_a { position: absolute; width: 100%; z-index: 1; top: 50%; left: 5%; transform: translateY(-50%); transition: all 2s; }
.banner .swiper-slide .banner_a .ann { margin-top: 50px; }



.banner .swiper-slide-active .banner_a { left: 0%; }
.banner .swiper-pagination { display: none; }


.banner .nation-con { position: absolute; bottom: 70px; z-index: 1; left: var(--left);}
.banner .nation-con .qxgd-xy { margin-left: 73px; }
.banner .nation-con .qxgd-xy .qxgd-xyb { line-height: 20px; position: relative; padding-right: 18px; }
.banner .nation-con .qxgd-xy .qxgd-xyb::before { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 12px; height: 12px; background: url(../images/qxgd.svg)no-repeat center center/cover; content: ""; }

.ssss {
    z-index: 90;
    bottom: 3.3vw;
    left: 0;
    padding-bottom: 0!important;
}
.sss {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 40px;
}

.sss:last-child{
    margin-right: 0;
}
.ssss .sss:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.ssss .sss.sss-active:after{
    width: 20px;
    height: 20px;
    border:3px solid rgba(255,255,255,0.4);
    background: none;
}
.sss .circle {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.sss .circle i {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.sss .circle i::before {
    content: '';
    position: absolute; 
    width: 200%;
    right: 0;
    top: 0;
    bottom: 0;
    border: 3px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    clip: rect(0, 20px, 20px, 10px);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.sss .circle i:first-child::before {
    left: 0;
    right: auto;
    clip: rect(0px, 10px, 26px, 0px);
}
.sss.sss-active::before {
    background: #ff5a2b;
}
.sss.sss-active .circle i::before {
    -webkit-animation: circleR 3000ms linear both;
    animation: circleR 3000ms linear both;
}
.sss.sss-active .circle i:first-child::before {
    -webkit-animation-name: circleL;
    animation-name: circleL;
}

@-webkit-keyframes circleL {
    0%,
    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes circleR {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    50%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes circleL {
    0%,
    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes circleR {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    50%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}


.xunhgun { position: absolute; right: 46px; bottom: 50px; backdrop-filter: blur(40px); background: rgba(0, 0, 0, 0.4); gap: 20px; border-radius: 20px; z-index: 1; padding: 30px 20px 20px; width: 292px; }
.xunhgun .unew { text-align: center; }
.xunhgun .mySwiper{ height: 164px; overflow: hidden; margin-bottom: 20px; }
.xunhgun .mySwiper .swiper-slide a { font-size: 14px; color: #fff; opacity: .7; text-align: center; display: block; }
.xunhgun .mySwiper .swiper-slide-active a { font-size: 18px; opacity: 1; }



@media(max-width:1100px) {
    .ban-bt .t { margin-top: 10px; }

    .banner .swiper-slide .banner_a { transform: translateY(0); top: auto; bottom: 90px; }
    .banner .swiper-slide .banner_a .ann { margin-top: 30px; }

    .sss { margin-right: 20px; }
    .banner .nation-con { bottom: 25px; }
    .banner .nation-con .qxgd-xy { display: none; }
    
    .xunhgun { position: initial; background: none !important; padding: 0; width: 100%; padding: 20px 4%;  backdrop-filter: blur(0); }
    .xunhgun .shanghai {  background: rgba(0, 0, 0, 0.4); gap: 20px; border-radius: 20px; z-index: 1; padding: 20px;}
}



/**导航**/
.header { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; backdrop-filter: blur(30px); background: rgba(38, 38, 38, 0.6); padding: 0 38.5px; }
.header .logo a { display: block; padding: 17px 0; }
.header .logo a img { height:40px; }
.header .header-r .der-l ul li { float: left; }
.header .header-r .der-l ul li:nth-child(n+2) { margin-left: 50px; }
.header .header-r .der-l ul li .sub { position: relative; color: #fff; transition: all .5s; font-size: 16px; line-height: 1; display: block; padding: 32px 0; padding-right: 15px; }
.header .header-r .der-l ul li .sub::before { position: absolute; content: ""; top: 50%; right: 0; transform: translateY(-50%); width: 9px; height: 6px; background: url(../images/sub.svg)no-repeat center center/cover; }
.header .header-r .der-l ul li .sub:after { position: absolute; content: ""; bottom: 0; left: 0; width: 0%; height: 2px; background: #00C1B8; transition: all .5s; }
.header .header-r .der-l ul li:nth-child(1) .sub { padding-right: 0; }
.header .header-r .der-l ul li:nth-child(6) .sub { padding-right: 0; }
.header .header-r .der-l ul li:nth-child(1) .sub::before { display: none; }
.header .header-r .der-l ul li:nth-child(6) .sub::before { display: none; }

.header .header-r .der-l ul li .sub.cur { color: #00C1B8; }
.header .header-r .der-l ul li .sub.cur:after { width: 100%; }

.header .header-r .der-l ul li:hover .sub { color: #00C1B8; }
.header .header-r .der-l ul li:hover .sub:after { width: 100%; }

.header .header-r .der-l ul li:hover .sub:before,
.header .header-r .der-l ul li .sub.cur:before { background: url(../images/suba.svg)no-repeat center center/cover; }


.header .header-r .der-r { padding: 17.5px 0; margin-left: 50px; margin-right: 10px; }
.header .header-r .der-r a { display: block; background: #00C1B8; border-radius: 10px; padding: 0 19px; line-height: 45px; font-size: 16px; color: #fff; }
.header .header-r .der-r a span { padding-right: 18px; position: relative; }
.header .header-r .der-r a span::before { position: absolute; content: ""; top: 50%; transform: translateY(-50%); right: 0; width: 10px; height: 10px; background: url(../images/der-r.svg)no-repeat center center/cover; }


@media(max-width:1500px) {
    .header .header-r .der-l ul li:nth-child(n+2),
    .header .header-r .der-r { margin-left: 30px; }
}

@media(max-width:1100px) {
    .header { padding: 0 20px; }
    .header .logo a { padding: 12px 0; }
    .header .logo a img { height: 30px; }
    .header .header-r .der-l { display: none; }
    .header .header-r .der-r a { font-size: 14px; line-height: 34px; }
    .header .header-r .der-r { margin-left: 0; padding: 10px 0; }
}


/*手机导航*/
/**mobile nav**/
.nav_box {width: 100%;height: 100%;position: fixed;right: auto;top: 0;bottom: 0;left: -100%;overflow: auto;z-index: 99999999;background: #405fa5;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 { float: left;width: 100%;font-size: 16px;line-height: 60px;border-bottom: 1px solid rgba(255, 255, 255, .06);padding: 0 15px;text-transform: capitalize;}
.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: 8px;height: 14px;background: url(../images/jtwhite.png) no-repeat center center / cover;}
.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;}

@media(max-width:1100px) { 
    /*.navmo .moub { display: none; }*/
    .navmo .moub { margin-right: 15px; }
    .navmo .moup ul li .sub, .navmo .moub .topBtn .icon { height: 54px; line-height: 54px; }
    .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: #000;display: block;transition: all 0.5s;border-radius: 2px;}
    .menu-i-1 {width: 24px;top: 17px;}
    .menu-i-2 {width: 32px;top: 27px;}
    .menu-i-3 {width: 24px;top: 37px;}
    .mobile-menu {width: 36px;height: 54px;position: relative;display: block;background: none;border: none;}
    .mobile-menu-on {z-index: 1001;}
    .mobile-menu .menu-i-1,.mobile-menu .menu-i-2,.mobile-menu .menu-i-3 { background: #fff; }
    .mobile-menu-on .menu-i-1 {transform: translateY(10px) rotate(45deg);}
    .mobile-menu-on .menu-i-2 {opacity: 0;}
    .mobile-menu-on .menu-i-3 {transform: translateY(-10px) rotate(-45deg);}
    .nav_box { display: block!important; top: 54px; width: 100%; left:-100%; border-top: 1px solid rgba(255,255,255,0.2); height: calc(100% - 54px); }
    .nav_box { background: var(--blue); }
    .bgGreen { background: var(--blue); }
    .nav_box .navlist { padding-top: 10px; }
    .nav_box .navlist ul>li { border:none; line-height: 50px; }
    .navSear { margin-top: 30px; 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 { border-bottom:1px solid rgba(255,255,255,0.3); }*/
    .nav_box .navlist ul>li .navlist2,.nav_box .navlist ul>li .secondNav .navlist3,.nav_box .navlist ul>li .fourthNav .navlist4 { position: fixed; left:-102%; transition: all 0.6s; display: block; top: 54px; width: 100%; height: calc(100% - 54px); background: var(--blue); 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 { padding: 0 15px; line-height: 50px; font-size: 16px; 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 { 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.png) 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;  }
    .subsearche form { padding: 8px 12px; }
    .subsearche { width: 240px; padding-top:32px; }
    .subsearche form input.inp { height: 20px; font-size: 14px; padding-left: 6px; }
    .subsearche form input.subxx { height: 33px; right: 10px; }
}




/**首页**/
.img100 img { width: 100%; }
.center { text-align: center; }
.title .en { line-height: 1; margin-bottom: 14px; }
.flexcenteru {
    display: flex;
    flex-wrap: wrap;
}
.flexcenter{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.flexcenter1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}
.flexcenter2{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flexcenter3{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.flexcenter4 { display: flex; flex-wrap: wrap; }

.flexcenter5 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top .a_box{
    margin-left: auto;
    border-radius: 10px;
    background: #3F505A;
    padding: 3px;
}
.top .a_box a{
    display: block;
    color: #fff;
    width: auto;
    text-align: center;
    padding: 15px 2.29166vw;
    line-height: 1.6;
    transition: all 0.6s;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.05);
}



.top .a_box a:nth-child(n+2) { margin-left: 10px; }

.top .a_box a:hover,
.top .a_box a.cur{
    background: #00C1B8;
    color: #fff;
    border-color: #00C1B8;
}


.moe { background: rgba(91, 106, 115, 0.4); width: 48px; height: 48px; border-radius: 10px; position: relative; transition: all .5s; }
.moe::before { position: absolute; content: ""; left: 50%; top: 50%; width: 14px; height: 14px; transform: translate(-50%,-50%); background: url(../images/morebg1a.svg)no-repeat center center/cover; transition: all .5s; }

.top .mainMore2 { position: absolute; bottom: 5px; right: 0; }

.jtou { margin-left: 20px; background: #FFFFFF; border-radius: 13px; padding: 3px; width: 112px; }
.jtou .jt { background: #F0F0F0; width: 48px; height: 48px; position: relative; border-radius: 10px; overflow: hidden; cursor: pointer; transition: all .5s; }
.jtou .jt::before {
    width: 8px;
    height: 14px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.jtou .jtl::before { background: url(../images/jtl.svg)no-repeat center center/cover; }
.jtou .jtr::before { background: url(../images/jtr.svg)no-repeat center center/cover; }

.jtou .jt:hover { background: #00C1B8; }
.jtou .jtl:hover:before { background: url(../images/jtla.svg)no-repeat center center/cover; }
.jtou .jtr:hover:before { background: url(../images/jtra.svg)no-repeat center center/cover; }

.jtoua { background: #3F505A; }
.jtoua .jt { background: #3F505A; border: 2px solid rgba(255, 255, 255, 0.05); }
.jtoua .jtl:before { background: url(../images/jtla.svg)no-repeat center center/cover; }
.jtoua .jtr:before { background: url(../images/jtra.svg)no-repeat center center/cover; }

.jtouqd { margin-left: 0; }

.noscroll { overflow: initial; }
.indexA {
    height: 200vh;
}
.homeD-c{
    position: sticky;
    top: 0;
}
.indexA-c2 .bgb{
    width: 100%;
    background: url(../images/indexbbg.png) center center no-repeat #2A363D;
    background: url(../images/kasibeij.png) no-repeat center center / cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100vh;
}

.indexA-c2 .bgb .lizi {
    position: absolute;
    bottom: 7vh;
    left: 0;
    width: 100% !important;
}
.indexA-c2 .bgb .lia {
    bottom: auto;
    top: 0;
    width: 100% !important;
    transform: rotate(180deg);

}

.indexA-c2 .img {position: relative;}
.indexA-c2 .img .bga{
    display: block;
    background: url(../images/indexA.jpg) center center/cover;
    width: 100%;
    height: 100vh;
}
.indexA-c2 .img .zz{
    mask: url(../images/indexbbg.png) center center/cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    z-index: 9;
}


.indexA-c2 .bt{
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30vh;
    z-index: 5;
}

.indexA .indexA-c2 .dingzhu { position: absolute; bottom: 68px; left: 0; width: 100%; z-index: 8; }
.indexA .indexA-c2 .dingzhu .e { color: rgba(255, 255, 255, .7); }

.indexA .gudiowe { position: absolute; bottom: 190px; left: 0; width: 100%; }
.indexA .gudiowe .dz { font-size: 7.29166vw; line-height: 1; font-weight: bold; margin: 10px 0 20px; }

.indexC{position: relative;}
.indexC .indexC_box{display: flex;flex-wrap: wrap;justify-content: space-between;}
.indexC .box{
    width: 50%;
    height: 972px;
    overflow: hidden;
    display: flex;
    align-items: center;
    display: flex;
    perspective: 5000px;
}
.indexC .box .nr{
    transition: all 0.6s;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background: url(../images/indexc_bg2.jpg) left center;
    background-size: 100vw 100% !important;
    padding: 2vw 7.8vw;
}
.indexC .box:nth-child(1) .nr{text-align: right;}
.indexC .box:nth-child(2) .nr{
    background: url(../images/indexc_bg1.jpg) right center;
}

.indexC .box .nr .kuai{width: 100%;}

.indexC .box .nr2,
.indexC .box .nr3{display: none;transition: all 0.6s;height: 100%;width: calc(100% / 3);opacity: 0;}

.indexC .box .nr2{background: #2A363D; transform-origin: left center;}
.indexC .box .nr3{background: url(../images/nr3asd.jpg)no-repeat center center/cover; transform-origin: left center;}

.indexC .box.cur .nr,.indexC .box.cur .nr2,.indexC .box.cur .nr3{
    width: calc(100%/3);
}

.indexC .box.cur{width: 100%;transition: all 0.6s;}
.indexC .box.yichu{
     width: 0;
     overflow: hidden;
}

.indexC .box.cur .nr .kuai{
    display: none;
}

.indexC .box.cur .nr2{
    display: block;
     animation: furu 0.6s linear 1;
     animation-fill-mode: forwards;
      animation-delay: 0.2s;
}

.indexC .box.cur .nr3{
    display: block;
     animation: furu 0.6s linear 1;
     animation-fill-mode: forwards;
     animation-delay: 1s;
}

.indexC .chushihua{
    color: #fff;
    position: absolute;
    z-index: 3;
    left: 60px;
    top: 60px;
    display: none;
    background: #2A363D;
    padding: 3px 33px 3px 81px;
    border-radius: 10px;
}
.indexC .chushihua span { position: absolute; top: 50%; left: 3px; transform: translateY(-50%) rotate(180deg); transition: all .5s; width: 48px; height: 48px; border-radius: 10px; background: url(../images/morebg1a.svg) no-repeat center #3D4A52; }
.indexC .chushihua:hover span { background: url(../images/morebg1a.svg) no-repeat center #00C1B8; }
.indexC .chushihua i { font-style: normal; line-height: 48px; }

.indexC .box .nr .diyikuia { width: 100%; left: 0; padding: 46px 60px 0; text-align: left; position: absolute; top: 114px; height: calc(100% - 114px); display: none; }
.indexC .box.cur .nr .diyikuia { display: block; }
.indexC .box .nr .diyikuia .tabTit { min-height:400px; margin-top: 46px; width: 353px; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.indexC .box .nr .diyikuia .tabTit li { line-height: 1; cursor: pointer; padding: 20px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); position: relative; }
.indexC .box .nr .diyikuia .tabTit li::before { position: absolute; content: ""; right: 0; top: 50%; transform: translateY(-50%); width: 14px; height: 14px; background: url(../images/morebg1a.svg) no-repeat center center/cover; }
.indexC .box .nr .diyikuia .tabTit li::after { position: absolute; content: ""; left: 0; transition: all .5s; bottom: -1px; width: 0%; height: 1px; background: #fff; }

.indexC .box .nr .diyikuia .tabTit li.cur::after { width: 100%; }

.indexC .box .nr2 .tabBox { height: calc(100% - 160px); padding: 160px 70px 0; }
.indexC .box .nr2 .tabBox .boi { height: 100%; position: relative; }
.indexC .box .nr2 .tabBox .boi .to { border-bottom: 1px solid #4d565c; padding-bottom: 35px; position: relative; }
.indexC .box .nr2 .tabBox .boi .to::before { position: absolute; content: ""; bottom: -1px; left: 0; width: 81px; background: #00C1B8; height: 2px; }
.indexC .box .nr2 .tabBox .boi .te { line-height: 1.625; margin: 30px 0 50px; }
.indexC .box .nr2 .tabBox .boi .tc { margin:30px 0 0; }
.indexC .box .nr2 .tabBox .boi .tc .t { line-height: 1; padding-left: 15px; position: relative; }
.indexC .box .nr2 .tabBox .boi .tc .t::before { position: absolute; content: ""; top: 0; left: 0; width: 4px; height: 100%; background: #00C1B8; }
.indexC .box .nr2 .tabBox .boi .tc .c h3 { line-height: 1.625; margin: 23px 0; color: #00C1B8; }
.indexC .box .nr2 .tabBox .boi .tc .c p:nth-child(n+2) { margin-top: 3px; }

.indexC .box .nr2 .tabBox .boi a { position: absolute; bottom: 0; left: 0; }

.indexC .box .nr3 { position: relative; padding: 2vw 7.8vw; }
.indexC .box .nr3 .diyikuia { width: 100%; left: 0; padding: 46px 60px 0; text-align: left; position: absolute; top: 114px; height: calc(100% - 114px); display: none; }
.indexC .box.cur .nr3 .diyikuia { display: block; }
.indexC .box .nr3  .diyikuia a { margin-top: 60px; }



@keyframes out {
    0% {
       opacity: 1;
    }
    99% {
       opacity: 0
    }
    100% {
       display: none;
    }
}
@keyframes out {
    0% {
        opacity: 1;
    }
    99% {
       opacity: 0
    }
    100% {
       display: none;
    }
}


@keyframes furu {
    0% {

        opacity: 0;
       transform: rotateY(-120deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes furu {
    0% {
        opacity: 0;
       transform: rotateY(-120deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.indexB { padding: 7.29166vw 0 5.57291vw; }
.indexB .top .a_box a:nth-child(n+2) { margin-right:0; margin-left:3px; }
.indexB .bottom { background: #404D55; padding: 22px 20px 22px 63px; position: relative; }
.indexB .bottom .annio { left: 0; bottom: 4.16666vw; }
.indexB .bottom .xbt { position: absolute; top: 22px; padding-top: 1.66666vw; left: 63px; }
.indexB .bottom .annio { position: absolute; bottom: 5.41666vw; left: 0; z-index: 2; }

.indexB .bottom .slide .lidel { width: 27.5%; padding: 5.98958vw 0 0; }
.indexB .bottom .slide .lidel .td { line-height: 1; }
.indexB .bottom .slide .lidel .tp { line-height: 1.625; margin-top: 10px; }


.indexB .bottom .slide .lider { width: 62%; }
.indexB .bottom .slide .lider .img { width: 100%; height: 34.64583vw; }
.indexB .bottom .slide .lider .img img { display: none; }

.indexB .anbott { justify-content: center; display: flex; }
.indexB .anbott .flexcenter4 { background: #3F505A; border-radius: 10px; padding: 3px; }
.indexB .anbott .li { padding: 13px 1.5625vw; cursor: pointer; transition: all .5s; }
.indexB .anbott .li.cuo,
.indexB .anbott .li:hover { background: #00C1B8; border-radius: 10px; }
.indexB .dexb-bottom .anbott .li a { display: block; color: #fff; }

.indexD { padding: 6.77083vw 0 6.97916vw; }
.indexD .dexd-bottom>.clearfix { display: flex; flex-wrap: wrap; }
.indexD .dexd-bottom .bottoml { width: 74.99%; }
.indexD .dexd-bottom .bottoml ul { display: flex; flex-wrap: wrap; height: 100%; }
.indexD .dexd-bottom .bottoml ul li { float: left; width: calc(33.33% - 5px); margin-right: 7px; margin-bottom: 10px; background: #404D55; }
.indexD .dexd-bottom .bottoml ul li:nth-child(4),
.indexD .dexd-bottom .bottoml ul li:nth-child(5),
.indexD .dexd-bottom .bottoml ul li:nth-child(6) { margin-bottom: 0; }
.indexD .dexd-bottom .bottoml ul li:nth-child(3n) { margin-right: 0; }
.indexD .dexd-bottom .bottoml ul li a { display: block; width: 100%; height: 100%; }
.indexD .dexd-bottom .bottoml ul li a .text { padding: 32px 35px 30px 30px; display: flex; flex-direction: column; justify-content: space-between; height: 43%; }
.indexD .dexd-bottom .bottoml ul li:hover a .moe { background: #F0F0F0; }
.indexD .dexd-bottom .bottoml ul li:hover a .moe::before { background: url(../images/morebg1b.svg)no-repeat center center/cover; }
.indexD .dexd-bottom .bottoml ul li .img { height: 57%; overflow: hidden; }
.indexD .dexd-bottom .bottoml ul li .img .pc { height:100%; transform: scale(1); transition:all .5s; min-height:222px; }
.indexD .dexd-bottom .bottoml ul li .img img { display: none; }

.indexD .dexd-bottom .bottoml ul li:hover .img .pc { transform: scale(1.05); }

.indexD .dexd-bottom .bottomr { width: 23%; margin-left: 2%; background: #404D55; padding: 30px 30px;}
.indexD .dexd-bottom .bottomr .bt { line-height: 1; }
.indexD .dexd-bottom .bottomr ul { border-top: 1px solid rgba(185, 198, 206, 0.1); margin-top: 35px; padding: 30px 0 0; }
.indexD .dexd-bottom .bottomr ul li { border-bottom: 1px solid rgba(185, 198, 206, 0.1); }
.indexD .dexd-bottom .bottomr ul li:last-child { border-bottom: 0; }
.indexD .dexd-bottom .bottomr ul li a { display: block; padding: 28px 0; }
.indexD .dexd-bottom .bottomr ul li:nth-child(1) a { padding-top: 0; }
.indexD .dexd-bottom .bottomr ul li a .bq { line-height: 33px; color: rgba(255, 255, 255, 0.6); }
.indexD .dexd-bottom .bottomr ul li a .bq span { background: rgba(0, 193, 184, 0.1); margin-right: 11px; padding: 0 11px; border-radius: 100px; display: inline-block; color:#00C1B8; }
.indexD .dexd-bottom .bottomr ul li a .qb { line-height: 1.3; margin: 14px 0 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }

.indexD .dexd-bottom .bottomr ul li:hover a .qb { text-decoration: underline; }

.indexE { background: var(--ee); padding: 6.77083vw 0 5.98958vw; }
.indexE .indexe-bottom { margin-top: 2.60416vw; }
.indexE .indexe-bottom { padding: 0 49.76px; position: relative; }
.indexE .indexe-bottom::before { position: absolute; content: ""; width: calc(100% - 47.32px); height: calc(100% - 52px); background: #2E3940; border-radius: 20px; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; }
.indexE .indexe-bottom::after { position: absolute; content: ""; width: 100%; height: calc(100% - 92px); background: #252F35; border-radius: 20px; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; }
.indexE .indexe-bottom .tombao { text-align: center; padding: 47px 0 42px; background: linear-gradient(180deg, #404D55 0%, #688192 100%); box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2); border-radius: 20px; position: relative; z-index: 3; }

.indexE .indexe-bottom .biite { display: inline-block; background: rgba(255, 255, 255, 0.1); border-radius: 10px; padding: 3px; margin-bottom: 30px; }
.indexE .indexe-bottom .biite .ite { color: #fff; line-height: 51px; padding: 0 30px; cursor: pointer; border-radius: 10px; margin-right: 10px; }
.indexE .indexe-bottom .biite .ite:last-child { margin-right: 0; }
.indexE .indexe-bottom .biite .ite.cur { background: #00C1B8; }

.indexE .indexe-bottom .piite .box { padding: 0 42px; }
.indexE .indexe-bottom .piite .box ul { display: flex; flex-wrap: wrap; }
.indexE .indexe-bottom .piite .box ul li { float: left; margin-right: 43px; width: calc(16.66% - 36px); }
.indexE .indexe-bottom .piite .box ul li a { display: block; }
.indexE .indexe-bottom .piite .box ul li a img { width: 100%; }
.indexE .indexe-bottom .piite .box ul li:nth-child(6n) { margin-right: 0; }



/**底部**/
.footer { background: #151D21; padding: 4.58333vw 0 0; }
.footer .footer-top { padding-bottom: 40px; border-bottom:1px solid rgba(255, 255, 255, 0.1); }
.footer .footer-top .ootre { line-height: 1; position: absolute; top: 50%; transform: translateY(-50%); right: 0; line-height: 1; }
.footer .footer-top .logo img { height:45px; }


.footer .footer-bottom { padding: 30px 0 5.3125vw; border-bottom:1px solid rgba(255, 255, 255, 0.1);}
.footer .footer-bottom .terl { width: 222px; }
.footer .footer-bottom .terl .rla { line-height: 1; margin-bottom: 20px; }
.footer .footer-bottom .terl .rlb { color: #c6c6c6; line-height: 1.42; }
.footer .footer-bottom .terl .rlb .p:nth-child(n+2) { margin-top: 6px; }
.footer .footer-bottom .terl .rlb span { display: inline-block; float: left; width: 43px; }
.footer .footer-bottom .terl .rlb i { display: inline-block; float: left; width: calc(100% - 43px); }


.footer .footer-bottom .terr dl { float: left; }
.footer .footer-bottom .terr dl { margin-right: 8.69791vw; }
.footer .footer-bottom .terr dl dt { margin-bottom: 22px; }
.footer .footer-bottom .terr dl dt a { display: block; line-height: 1; color: #fff; font-size: 16px; }

.footer .footer-bottom .terr dl dd { margin-top: 12px; }
.footer .footer-bottom .terr dl dd a { display: block; line-height: 1; color: #c6c6c6; font-size: 14px; }

.footer .footer-bottom .terr .rr-r .bte { margin-bottom: 20px; }
.footer .footer-bottom .terr .rr-r .bte a { font-size: 16px; color: #fff; line-height: 1; }
.footer .footer-bottom .terr .rr-r .wz { font-size: 14px; line-height: 1; text-align: center; color: #C6C6C6; margin-top: 10px; }

.footer .footer-cozne { padding: 30px 0; }
.footer .footer-cozne .coznel { line-height: 1; color: #C6C6C6; }
.footer .footer-cozne .ner:nth-child(n+2) { margin-left: 28px; }
.footer .footer-cozne .ner a { display: block; line-height: 1; color: #C6C6C6; }


@media(max-width:1500px) {
    .footer .footer-bottom .terr dl { margin-right: 70px; }

    .indexB .bottom .slide .lidel { width: 27%; }
    .indexB .bottom .slide .lider .img {  height: 40.7vw; }
    .indexB .anbott .li { padding: 10px 1.5625vw; }

    .top .a_box a { padding: 10px 2.29166vw; }

    .jtou { width: 92px; }
    .jtou .jt { width: 38px; height: 38px; }

    .indexA .indexA-c2 .dingzhu { position: absolute; bottom: 30px; left: 0; width: 100%; }

    .indexA .gudiowe { position: absolute; bottom: 100px; left: 0; width: 100%; }
    
    .indexC .box { height: 700px; }
    .indexC .chushihua { font-size: 14px; padding: 3px 20px 3px 63px; top: 30px; left: 30px; }
    .indexC .chushihua i { line-height: 36px; }
    .indexC .chushihua span { width: 36px; height: 36px; }
    .indexC .box .nr .diyikuia { padding: 30px 30px 0; height: auto; }
    .indexC .box .nr .diyikuia { top: 73px; }
    .indexC .box .nr .diyikuia .tabTit { margin-top: 35px; min-height:400px; }
    .indexC .box .nr .diyikuia .tabTit li { padding: 15px 0; }

    .indexC .box .nr2 .tabBox { height: auto; padding: 100px 30px 0; }
    .indexC .box .nr2 .tabBox .boi .to { padding-bottom: 20px; }
    .indexC .box .nr2 .tabBox .boi .te { margin: 15px 0 25px; }
    .indexC .box .nr2 .tabBox .boi .tc .t { font-size: 16px; }
    .indexC .box .nr2 .tabBox .boi .tc .c { margin-top: 15px; font-size: 14px; }

    .indexC .box .nr3 .diyikuia { top: 102px; height: auto; padding: 0 30px; }
    
    
}



@media(max-width:1300px) {
    .footer .footer-bottom .terr dl { margin-right: 40px; }
}

@media(max-width:1100px) {

    .indexE { padding: 40px 0 50px; }
    .indexE .indexe-bottom { margin-top: 20px; }
    .indexE .indexe-bottom { padding: 0 20px; position: relative; }
    .indexE .indexe-bottom::before { width: calc(100% - 18.32px); height: calc(100% - 52px); border-radius: 15px; }
    .indexE .indexe-bottom::after { border-radius: 15px;}
    .indexE .indexe-bottom .tombao { padding: 10px; border-radius: 15px; }

    .indexE .indexe-bottom .biite { margin-bottom: 20px; }
    .indexE .indexe-bottom .biite .ite { width: calc(50% - 10px); margin-right: 10px; padding: 0; line-height: 40px; }
    .indexE .indexe-bottom .biite .ite:nth-child(2n) { margin-right: 0; }

    .indexE .indexe-bottom .piite .box { padding: 0; }
    .indexE .indexe-bottom .piite .box ul li { width: calc(50% - 10px); margin-right: 10px; margin-bottom: 10px; }


    .footer { padding-top: 40px; }
    .footer .footer-top { padding-bottom: 20px; }
    .footer .footer-top .logo a img { height: 40px; }
    .footer .footer-top .ootre { font-size: 16px; }
    .footer .footer-bottom { padding: 20px 0; }
    .footer .footer-bottom .terr .rr-l { display: none; }
    .footer .footer-bottom .terl { width: 100%; margin-bottom: 20px; }
    .footer .footer-bottom .terr { width: 100%; }
    .footer .footer-bottom .terr .rr-r { float: left; }
    .footer .footer-cozne { padding: 20px 0; }
    .footer .footer-cozne .coznel { width: 100%; line-height: 1.5; }
    .footer .footer-cozne .cozner { width: 100%; margin-top: 20px; }

    .indexD { padding: 40px 0 50px; }
    .indexD .dexd-bottom .bottoml { width: 100%; margin-bottom:30px; }
    .indexD .dexd-bottom .bottoml ul { display: block; flex-wrap: wrap; height: 100%; }
    .indexD .dexd-bottom .bottoml ul li { float: left; width: 49%; margin-right: 2%; margin-bottom: 10px; background: #404D55; }
    .indexD .dexd-bottom .bottoml ul li:nth-child(4),
    .indexD .dexd-bottom .bottoml ul li:nth-child(5),
    .indexD .dexd-bottom .bottoml ul li:nth-child(6) { margin-bottom: 10px; }
    .indexD .dexd-bottom .bottoml ul li:nth-child(3n) { margin-right: 2%; }
    .indexD .dexd-bottom .bottoml ul li:nth-child(2n) { margin-right: 0; }
    .indexD .dexd-bottom .bottoml ul li:last-child { margin-bottom: 0; }
    .indexD .dexd-bottom .bottoml ul li a { display: block; width: 100%; height: 100%; }
    .indexD .dexd-bottom .bottoml ul li a .text { padding:15px 12px; display: block; flex-direction: column; justify-content: space-between; height: auto; }
    .indexD .dexd-bottom .bottoml ul li .img { height: auto; overflow: hidden; background: none !important; }
    .indexD .dexd-bottom .bottoml ul li .img img { display: block; }
    .indexD .dexd-bottom .bottoml ul li a .text .moe { margin-top: 30px; }

    .indexD .dexd-bottom .bottomr { width: 100%; margin-left: 0%; padding: 20px;}
    .indexD .dexd-bottom .bottomr ul { margin-top:20px; padding-top:20px; }
    .indexD .dexd-bottom .bottomr ul li a { padding:17px 0; }
    .indexD .dexd-bottom>.clearfix { display:block; }

    .indexB { padding: 40px 0 50px; }
    .indexB .bottom { padding: 20px; }
    .indexB .bottom .annio { left: 0; bottom: 0; }
    .indexB .bottom .xbt { position: initial; top: 0; padding-top: 0; left: 0; }
    .indexB .bottom .annio { position: initial; bottom: 0; margin-top: 25px; left: 0; }

    .indexB .bottom .slide .lidel { width: 100%; padding: 0; margin: 20px 0 30px; }
    .indexB .bottom .slide .lidel .td { line-height: 1; }
    .indexB .bottom .slide .lidel .tp { line-height: 1.625; margin-top: 10px; }


    .indexB .bottom .slide .lider { width: 100%; }
    .indexB .bottom .slide .lider .img { height: auto; background: none !important; }
    .indexB .bottom .slide .lider .img img { display: block; }

    .indexB .dexb-bottom .anbott .li { padding: 7px 20px; }

    .top .a_box { width: 100%; margin-top: 20px; }
    .top .a_box a { width: calc(50% - 5px); text-align: center; margin-left: 0; margin-right: 10px; margin-top: 3px;margin-bottom: 3px;}
    .top .a_box a:last-child { margin-right: 0; }
    .top .a_box a:nth-child(n+2) { margin-right: 0; }

    .noscroll { overflow: hidden; }

    .indexA { height: 50vh; }
    .indexA .gudiowe { top: 50%; transform: translateY(-50%); bottom: auto; }
    .indexA-c2 .img .bga { height: 50vh; }
    .indexA-c2 .bt { display: none; }
    .indexA-c2 .bgb { display: none !important; }
    .indexA .indexA-c2 .dingzhu { display: none; }

    .indexC .box { height: 100vw; }
    .indexC .box .nr { padding: 0 20px; }
    .indexC .box .nr2,
    .indexC .box .nr3 { display: none !important; }
    .indexC .box.cur { width: 50%; }
    .indexC .box.cur .nr { width: 100%; }
    
    .indexB .top .a_box a:nth-child(n+2) { margin-right:0; margin-left:0; }

}


/**产品列表**/
.nybanner { position: relative; }
.nybanner .banner_a { position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); }

.nybanner { overflow: hidden; }
.nybanner .img01 { transition:all 2s; transform:scale(1.1); }
.nybanner.cur .img01 { transform:scale(1.0); }

.productA .dexb-bottom .bottom .slide .lidel { width: 37.3%; padding-top: 3.64583vw; position: relative; }
.productA .dexb-bottom .bottom .slide .lidel .tz { background: rgba(0, 193, 184, 0.1); line-height: 33px; padding: 0 11px; border-radius: 100px; display: inline-block; color: #00C1B8; margin: 20px 0 12px; }
.productA .dexb-bottom .bottom .slide .lidel a { position: absolute; bottom: 3.64583vw; left: 0; }
.productA .dexb-bottom .bottom .slide .lider { width: 56.3%; }
.productA .dexb-bottom .bottom .slide .lider .img { position: relative; }
.productA .dexb-bottom .bottom .slide .lider .icon { position: absolute; bottom: 2.08333vw; right: 2.08333vw; }
.productA .dexb-bottom .bottom .slide .lider .icon img { display: block; }

.productA1 { background: var(--ee);}
.productA1 .dexb-bottom .bottom .slide .lidel { padding-top: 4.16666vw; }
.productA1 .dexb-bottom .bottom .slide .lidel .tp { margin-top: 1.19791vw; }


@media(max-width:1100px) {
    .nybanner .banner_a { top: auto; transform: translateY(0); bottom: 40px; }

    /*.top .a_box.silie a { margin-bottom: 10px; }*/
    .top .a_box.silie a:nth-child(2n) { margin-right: 0; }
    .top .a_box.silie a:last-child,
    .top .a_box.silie a:nth-last-child(2) { margin-bottom: 0; }

    .productA .dexb-bottom .bottom .slide .lidel { width: 100%; padding-top: 0; margin-top: 0; }
    .productA .dexb-bottom .bottom .slide .lidel .tz { line-height: 25px; margin: 15px 0 10px; }
    .productA .dexb-bottom .bottom .slide .lidel .tp { margin-top: 0; }
    .productA .dexb-bottom .bottom .slide .lidel a { position: absolute; bottom: 3.64583vw; left: 0; }
    .productA .dexb-bottom .bottom .slide .lider { width: 100%; }
    .productA .dexb-bottom .bottom .slide .lider .icon { position: absolute; bottom: 20px; right: 20px; }
    .productA .dexb-bottom .bottom .slide .lider a { margin-top: 30px; }

    .productA1 .dexb-bottom .bottom .slide .lidel { padding-top: 0; }
    .productA1 .dexb-bottom .bottom .slide .lidel .tp { margin-top: 13px; }

    .top .a_box.yipai a { width: 100%; margin-right: 0; margin-bottom: 10px; }
    .top .a_box.yipai a:last-child { margin-bottom: 0; }
    
    .productA .a_box a { margin-right:3px;         width: calc(50% - 1.5px); margin-top:0; }
    .productA .a_box a:nth-child(n+2) { margin-left:0 !important; margin-right:3px !important; }
    .productA .top .a_box a:nth-child(2n) { margin-right:0 !important; }
    
}


/**产品详情**/
.nybanner .mbx { position: absolute; bottom: 30px; left: 0; z-index: 2; width: 100%; }
.nybanner .mbx .container { display: flex; flex-wrap: wrap; }
.nybanner .mbx .container a { display: block; line-height: 1; color: rgba(255, 255, 255, 0.6); font-size: 14px; }
.nybanner .mbx .container span { display: block; line-height: 1; color: rgba(255, 255, 255, 0.6); font-size: 14px; margin: 0 7px; }

.product_detailsA {  position: relative; height: 50.91vw; overflow: hidden; }
.product_detailsA .img { overflow: hidden;  left: 50%; transform: translate(-50%,-50%); position: absolute; transition: all .3s; z-index: 2; }
.product_detailsA .img .anwe { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 103px; height: 103px; }
.product_detailsA .img .anwe.cowp { display: none; }
.product_detailsA .img .anwe a { display: block ; position: relative; width: 100%; height: 100%; }
.product_detailsA .img .anwe a::before { position: absolute; top: 0; left: 0; content: ""; width: 100%; height: 100%; background: url(../images/anwea.svg)no-repeat center center/cover; animation: rotate 3s linear infinite;  }
.product_detailsA .img .anwe a::after { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 52px; height: 52px; content: ""; background: url(../images/anwea1.svg)no-repeat center center/cover; }
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.product_detailsA .tailsa { position: absolute; top: 25%; left: 50%; transform: translate(-50%,-50%); z-index: 3; transition: all .3s; }
.product_detailsA .tailsa.cop { top: 50%; }
.product_detailsA .tailsa .teo  { margin: 30px 0 12px; }
.product_detailsA .tailsa .toe { line-height: 1.625; width: 94%; display: inline-block; }
.product_detailsA .tailsa .toe ul li { margin-left:20px; list-style: disc; }
.product_detailsA .tailsa .anwe { position: relative; width: 103px; height: 103px; left: 50%; transform: translateX(-50%); margin-top: 4.6875vw; display: none; }
.product_detailsA .tailsa.cop .anwe { display: block; }
.product_detailsA .tailsa .anwe a { display: block ; position: relative; width: 100%; height: 100%; }
.product_detailsA .tailsa .anwe a::before { position: absolute; top: 0; left: 0; content: ""; width: 100%; height: 100%; background: url(../images/anwea.svg)no-repeat center center/cover; animation: rotate 3s linear infinite;  }
.product_detailsA .tailsa .anwe a::after { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 52px; height: 52px; content: ""; background: url(../images/anwea1.svg)no-repeat center center/cover; }

.product_detailsA .hmbj { position: absolute; top: 65%; left: 0; width: 100%; z-index: 1; opacity: 1; transition: all .3s; }
.product_detailsA .hmbj .swiper-wrapper { transition-timing-function: linear; }
.product_detailsA .hmbj.opew { opacity: 0; }




.product_detailsB { background: #1E282E; padding: 6.25vw 0; }

.product_detailsB .tailsb-bottom img { height: 55px; }
.product_detailsB .tailsb-bottom .moren { background: #404D55; border-radius: 20px; padding: 50px 40px 40px; }
.product_detailsB .tailsb-bottom .moren .top-b { line-height: 1.625; margin: 15px 0 150px; }
.product_detailsB .tailsb-bottom .morenu { position: absolute; top: 0; width: 100%; height: 100%; background: #00C1B8; overflow: hidden; border-radius: 20px;  padding: 40px 40px 40px; z-index: 2; opacity: 0; transition: all .5s; }
.product_detailsB .tailsb-bottom .morenu .top-a { margin-top: 40px; }
.product_detailsB .tailsb-bottom .morenu .top-b { line-height: 1.625; margin: 15px 0 0; }
.product_detailsB .tailsb-bottom .morenu .top-c { position: absolute; bottom: 0; right: 30px; font-size: 6.25vw; color: #fff; opacity: .2; line-height: .87; text-align: right; }

.product_detailsB .tailsb-bottom .swiper-slide:hover .morenu { opacity: 1; }

.top .jtou { margin-left: auto; }

.product_detailsC { padding: 20px 20px 20px var(--left); }
.product_detailsC .tailscl { width: calc(28.75% + 15px); padding: 4.16666vw 0 4.0625vw; }
.product_detailsC .tailscl .kognzhi ul { border-top: 1px solid rgba(185, 198, 206, 0.1); margin-top: 2.08333vw; padding-right:15px; overflow-y: auto; overflow-x: hidden; height: 421px; }
.product_detailsC .tailscl .kognzhi ul::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.product_detailsC .tailscl .kognzhi ul::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	/* border-radius: 5px; */
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background: #00C1B8;
}

.product_detailsC .tailscl .kognzhi ul::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(185, 198, 206, 0.1);
	border-radius: 0;
    background: rgba(185, 198, 206, 0.1);
}

.product_detailsC .tailscl .kognzhi ul li { cursor: pointer; border-bottom: 1px solid rgba(185, 198, 206, 0.1); line-height: 1; padding: 1.71875vw 0; position: relative; transition: all .5s; }
.product_detailsC .tailscl .kognzhi ul li::before { position: absolute; content: ""; bottom: -1px; left: 0; width: 0; height: 1px; transition: all .5s; background: #00C1B8; }
.product_detailsC .tailscl .kognzhi ul li.cur::before { width: 100%; }
.product_detailsC .tailscl .kognzhi ul li.cur { color: #00C1B8; }
.product_detailsC .tailscl .jtou { margin-left: 0; margin-top: 2.60416vw; }

.product_detailsC .tailscr { margin-left: auto; overflow: hidden; width: 62.655%; }
.product_detailsC .tailscr .swiper-container,
.product_detailsC .tailscr .swiper-container .swiper-wrapper,
.product_detailsC .tailscr .swiper-container .swiper-slide,
.product_detailsC .tailscr .swiper-container .swiper-slide .img { height: 100%; }
.product_detailsC .tailscr .swiper-slide img { display: none; }
.product_detailsC .tailscr .text { position: absolute; bottom: -50%; transition: all .5s; left: 20px; width: calc(100% - 40px); border: 2px solid rgba(255, 255, 255, 0.05); background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); padding: 50px 39px 55px; }
.product_detailsC .tailscr .swiper-slide-active .text { bottom: 20px; } 
.product_detailsC .tailscr .text .xt-b { line-height: 1.7; margin-top: 12px; }

.product_detailsD { background: var(--ee); padding: 6.25vw 0; }
.product_detailsD .top { margin-bottom: 2.34375vw; }
.product_detailsD .swiper-slide { background: #404D55; }
.product_detailsD .swiper-slide a { display: block; }
.product_detailsD .swiper-slide .text { padding: 33px 30px 30px; }
.product_detailsD .swiper-slide .text .moe { margin-top: 38px; }

.product_detailsE { padding: 5.20833vw 0 6.25vw; }
.product_detailsE .detailsE-bottom { margin-top: 2.34375vw; }
.product_detailsE .detailsE-bottom .swiper-slide { padding: 20px; background: #404D55; }
.product_detailsE .detailsE-bottom .swiper-slide .img { width: 43%; }
.product_detailsE .detailsE-bottom .swiper-slide .zown { 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 50px;
    width: 57%;
}
.product_detailsE .detailsE-bottom .swiper-slide .zown .bt { line-height: 1; }
.product_detailsE .detailsE-bottom .swiper-slide .zown .xq { line-height: 1.625; margin-top: 14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }
.product_detailsE .detailsE-bottom .swiper-slide .zown .xia .ae:nth-child(n+2) { margin-top: 20px; }



@media(max-width:1500px) {
    .product_detailsB .tailsb-bottom img { height: 40px; }
    .product_detailsB .tailsb-bottom .morenu,
    .product_detailsB .tailsb-bottom .moren { padding: 20px; }
    .product_detailsB .tailsb-bottom .morenu .top-a { margin-top: 20px; }
    .product_detailsB .tailsb-bottom .morenu .top-c { right: 20px; }

    .product_detailsC .tailscr .text { padding: 30px 20px; }

    .product_detailsE .detailsE-bottom .swiper-slide .zown { padding: 20px; }
}

@media(max-width:1100px) {
    .nybanner .mbx { display: none; }

    .product_detailsA { padding: 40px 4% 50px; height: auto; }
    .product_detailsA .tailsa { position: initial; width: 100%; transform: translateX(0%); }
    .product_detailsA .img { position: initial; margin-top: 30px; transform: translate(0,0); width: 100% !important; border-radius: 15px !important; }
    .product_detailsA .hmbj { display: none; }
    .product_detailsA .tailsa .anwe { display: none !important; }
    .product_detailsA .tailsa .teo { margin: 15px 0 10px; }

    .product_detailsA .img .anwe a::after { width: 42px; height: 42px; }
    .product_detailsA .img .anwe { width: 93px; height: 93px; display: block !important; }

    .product_detailsB .tailsb-bottom .moren .top-b { margin-bottom: 100px; }

    .product_detailsB .tailsb-bottom .morenu,
    .product_detailsB .tailsb-bottom .moren { border-radius: 15px; }
    .product_detailsB .tailsb-bottom .morenu .top-c { bottom: 0; font-size: 12.25vw; }

    .product_detailsC { padding: 40px 4% 50px; }
    .product_detailsC .tailscl { width: 100%; padding: 0; margin-bottom: 20px; }
    .product_detailsC .tailscl .kognzhi ul { margin-top: 15px; height:auto; }
    .product_detailsC .tailscl .kognzhi ul li { padding: 13px 0; }
    .product_detailsC .tailscl .jtou { display: none; }

    .product_detailsC .tailscr { width: 100%; }
    .product_detailsC .tailscr .swiper-container, .product_detailsC .tailscr .swiper-container .swiper-wrapper, .product_detailsC .tailscr .swiper-container .swiper-slide, .product_detailsC .tailscr .swiper-container .swiper-slide .img { height: auto; }
    .product_detailsC .tailscr .swiper-slide .img { background: none !important; }
    .product_detailsC .tailscr .swiper-slide img { display: block; }
    .product_detailsC .tailscr .swiper-slide .text { position: initial; bottom: 0; width: 100%; margin-top: 20px; padding: 20px; }
    .product_detailsC .tailscr .text .xt-b { margin-top: 7px; }

    .product_detailsD { padding: 40px 0 50px; }
    .product_detailsD .top { margin-bottom: 20px; }
    .product_detailsD .swiper-slide .text { padding: 20px; }
    .product_detailsD .swiper-slide .text .moe { margin-top: 20px; }



    .product_detailsE { padding: 40px 0 50px; }
    .product_detailsE .detailsE-bottom { margin-top: 20px; }
    .product_detailsE .detailsE-bottom .swiper-slide { padding: 15px; background: #404D55; }
    .product_detailsE .detailsE-bottom .swiper-slide .img { width: 100%; }
    .product_detailsE .detailsE-bottom .swiper-slide .zown { 
        padding: 0;
        width: 100%;
        margin-top: 20px;
    }
    .product_detailsE .detailsE-bottom .swiper-slide .zown .xia { margin-top: 30px; }
    .product_detailsE .detailsE-bottom .swiper-slide .zown .xia .ae:nth-child(n+2) { margin-top: 20px; }

}


/**团队概况**/
.IT_service .servicel { border-right: 1px solid rgba(255, 255, 255, 0.05); padding: 6.25vw 50px 6.14583vw 0; width: 470px; }
.IT_service .servicel .apiA-d:nth-child(n+2) { margin-top: 20px; }
.IT_service .servicel .apiA-d .topT2 { background: #404D55; font-size: 20px; color: #fff; border-radius: 10px; padding: 0 15px; line-height: 1; cursor: pointer; }
.IT_service .servicel .apiA-d .topT2 span { padding: 0 12px 0 34px; position: relative; display: block; line-height: 68px; }
.IT_service .servicel .apiA-d .topT2 span img { position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.IT_service .servicel .apiA-d .topT2 span:after { content: ""; width: 12px; height: 7px; background: url(../images/topT2.svg) no-repeat 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.IT_service .servicel .apiA-d .topT2.cuop span:after { background: url(../images/topT2a.svg) no-repeat 0; }

/*.IT_service .servicel .apiA-d.this .topT2 { background: #00C1B8; }*/
.IT_service .servicel .apiA-d .topT2.cuop { background: #00C1B8; }

.IT_service .servicel .apiA-d .servicel-e { margin-top: 20px; }
.IT_service .servicel .apiA-d .servicel-e .servicel-g ul li .topT3 a { font-size: 18px; color: rgba(255, 255, 255, 0.3); line-height: 1; padding: 0 8px 0 10px; position: relative; display: block; }
.IT_service .servicel .apiA-d .servicel-e .servicel-g ul li .topT3 a::before { position: absolute; content: ""; left: -2px; top: 0;  width: 2px; height: 100%; background: #00C1B8; opacity: 0; }
.IT_service .servicel .apiA-d .servicel-e .servicel-g ul li .topT3 a::after { position: absolute; content: ""; top: 50%; transform: translateY(-50%); right: 0px; width: 7px; height: 12px; background: url(../images/renze.svg)no-repeat center center/cover; }
.IT_service .servicel .apiA-d .servicel-e .servicel-g { padding: 0 10px; }
.IT_service .servicel .apiA-d .servicel-e .servicel-g ul { border-left:2px solid rgba(255, 255, 255, 0.1); }

.IT_service .servicel .apiA-d .servicel-e .servicel-g ul li .apiA-g { display: none; }
.IT_service .servicel .apiA-d .servicel-e .servicel-g ul li .apiA-g .nav-menu { padding: 18px 0 0; }
.IT_service .servicel .apiA-d .servicel-e .servicel-g ul li .apiA-g .nav-menu a { color: rgba(255, 255, 255, .5); display: block; font-size: 14px; line-height: 14px; padding: 5px 28px; }
.IT_service .servicel .apiA-d .servicel-e .servicel-g ul li .apiA-g .nav-menu a.current,
.IT_service .servicel .apiA-d .servicel-e .servicel-g ul li .apiA-g .nav-menu a:hover { color: #fff; }

.IT_service .servicel .apiA-d.this .servicel-e .servicel-g ul li .topT3 a { color: #00C1B8; }
.IT_service .servicel .apiA-d.this .servicel-e .servicel-g ul li .topT3 a::before { opacity: 1; }
.IT_service .servicel .apiA-d.this .servicel-e .servicel-g ul li .topT3 a::after { background: url(../images/renzea.svg)no-repeat center center/cover; }

.IT_service .servicel .apiA-d.this .servicel-e .servicel-g ul li .apiA-g { display: block; }

.IT_service .servicer { width: calc(100% - 470px); padding: 6.87500vw 0 6.14583vw 50px; }
.IT_service .servicer .title { margin-bottom: 57px; }
.IT_service .servicer .title .xq { line-height: 1.625; margin-top: 10px; }
.IT_service .servicer .xbt { padding-left: 10px; margin: 0 0 40px; border-left: 4px solid #00C1B8; line-height: 1; }
.IT_service .servicer .servicer-tiao .tiao-a { margin-bottom: 40px; }
.IT_service .servicer .servicer-tiao .tiao-a .ao-nr { line-height: 1.625; margin-top: 14px; }
.IT_service .servicer .servicer-tiao .tiao-a .img { margin-top: 43px; }


.IT_service .servicer .tiao-b { margin: 40px 0 80px; }
/*.IT_service .servicer .biaoge { background: linear-gradient(180deg, #404D55 0%, #688192 97%); border-radius: 20px; }*/

.IT_service .servicer .servicer-tiao .tiao-a .ao-nr table{
        background: linear-gradient(180deg, #404D55 0%, #688192 97%);
    border-radius: 20px;
}
.IT_service .servicer .biaoge table thead th ,.IT_service .servicer .servicer-tiao .tiao-a .ao-nr table thead th{ padding: 23px 40px; font-size: 18px; font-weight: bold; color: #fff; background: #00C1B8; border-right: 1px solid rgba(255, 255, 255, 0.06); }
.IT_service .servicer .biaoge table thead th:nth-child(1),.IT_service .servicer .servicer-tiao .tiao-a .ao-nr table thead th:nth-child(1){ border-radius: 10px 0 0 10px;  overflow: hidden; }
.IT_service .servicer .biaoge table thead th:last-child,.IT_service .servicer .servicer-tiao .tiao-a .ao-nr table thead th:last-child{ border-radius: 0 10px 10px 0; border-right: 0; }

.IT_service .servicer .biaoge table tbody tr ,.IT_service .servicer .servicer-tiao .tiao-a .ao-nr table tbody tr{ border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.IT_service .servicer .biaoge table tbody tr:last-child ,.IT_service .servicer .servicer-tiao .tiao-a .ao-nr table tbody tr:last-child{ border-bottom: 0; }
.IT_service .servicer .biaoge table td , .IT_service .servicer .servicer-tiao .tiao-a .ao-nr table td{ font-size: 16px; color: #fff; padding: 24px 40px; border-right: 1px solid rgba(255, 255, 255, 0.1); }
.IT_service .servicer .biaoge table td:last-child,.IT_service .servicer .servicer-tiao .tiao-a .ao-nr table td:last-child{ border-right: 0; }

.IT_service .servicer .biaoge table td ul,.IT_service .servicer .servicer-tiao .tiao-a .ao-nr table td ul{ margin-left: 20px; line-height: 1.75; list-style: disc; margin-top: 10px; }
.IT_service .servicer .biaoge table td ul li ,.IT_service .servicer .servicer-tiao .tiao-a .ao-nr table td ul li{ list-style: initial; }
.IT_service .servicer .biaoge table td ul li::marker,.IT_service .servicer .servicer-tiao .tiao-a .ao-nr table td ul li::marker{ color: rgba(255, 255, 255, 0.3); }


.IT_service .servicer .tiao-c { margin-top: 20px; }
.IT_service .servicer .tiao-c .aoc-nr { line-height: 1.875; }
.IT_service .servicer .tiao-c .aoc-nr img { width: 100%; }

.IT_service .servicer .tiao-D:nth-child(n+2) { margin-top: 75px; }
.IT_service .servicer .tiao-D .ts { margin-bottom: 37px; }
.IT_service .servicer .tiao-D .aod-bott .t-bao:nth-child(n+2) { margin-top: 45px; }
.IT_service .servicer .tiao-D .aod-bott .t-bao .t { line-height: 1.5; }
.IT_service .servicer .servicer-tiao .tiao-a .ao-nr h3 { margin-bottom:15px; }
.IT_service .servicer .servicer-tiao .tiao-a .ao-nr h3,.IT_service .servicer .servicer-tiao .tiao-a .ao-nr h4{ padding-left: 12px; position: relative; margin-top: 24px; line-height: 1; }
.IT_service .servicer .servicer-tiao .tiao-a .ao-nr h3:before,.IT_service .servicer .aod-bott .tl::before ,.IT_service .servicer .servicer-tiao .tiao-a .ao-nr h4::before{ position: absolute; content: ""; width: 3px; height: 100%; background: #FFFFFF; left: 0; top: 0; }

.IT_service .servicer .tiao-D .aod-bott .t-bao .ta { margin-top: 8px; }
.IT_service .servicer .tiao-D .aod-bott .t-bao .ta ul ,.IT_service .servicer .servicer-tiao .tiao-a .ao-nr ul{ margin-left: 20px; line-height: 1.75; list-style: disc; margin-top: 12px;}
.IT_service .servicer .tiao-D .aod-bott .t-bao .ta ul li ,.IT_service .servicer .servicer-tiao .tiao-a .ao-nr ul li{ list-style: initial; }
.IT_service .servicer .tiao-D .aod-bott .t-bao .ta ul li::marker, .IT_service .servicer .servicer-tiao .tiao-a .ao-nr ul li::marker{ color: rgba(255, 255, 255, 0.3); }
.IT_service .servicer .tiao-D .t-zie { margin-top: 30px; }
.IT_service .servicer .tiao-D .t-zie .ie { margin-bottom: 27px; }

.IT_service .servicer .tiao-E:nth-child(n+2) { margin-top: 50px; }
.IT_service .servicer .tiao-E .t { line-height: 1.6; }
.IT_service .servicer .tiao-E .ta { margin-top: 15px; }
.IT_service .servicer .tiao-E .ta ul { margin-left: 20px; line-height: 1.75; list-style: disc; }
.IT_service .servicer .tiao-E .ta ul li { list-style: initial; }
.IT_service .servicer .tiao-E .ta ul li::marker{ color: rgba(255, 255, 255, 0.3); }

.IT_service .servicer .tiao-E .tc { margin-top: 40px; }
.IT_service .servicer .tiao-E .td { margin-top: 46px; }

.IT_service .servicer .tiao-F:nth-child(n+2) { margin-top: 70px}
.IT_service .servicer .tiao-F .tso { margin-bottom: 17px; }
.IT_service .servicer .tiao-F .te { line-height: 1.75; margin-bottom: 32px; }
.IT_service .servicer .tiao-F .aod-bott .t-pao .ta { line-height: 1.75; margin: 10px 0 30px; }
.IT_service .servicer .tiao-F .aod-bott .t-pao .tl { margin-bottom: 15px; }
.IT_service .servicer .tiao-F .aod-bott .t-pao:nth-child(n+2) { margin-top: 35px; }


.IT_service .servicer .tiao-F .aod-bott .t-pao .tb ul { margin-left: 20px; line-height: 1.75; list-style: disc; }
.IT_service .servicer .tiao-F .aod-bott .t-pao .tb ul li { list-style: initial; }
.IT_service .servicer .tiao-F .aod-bott .t-pao .tb ul li::marker{ color: rgba(255, 255, 255, 0.3); }


.IT_service .servicer .tiao-F .aod-bott .t-pao .tb-z { margin:15px 0 30px; }
.IT_service .servicer .tiao-F .aod-bott .t-pao .tb-z .tb:nth-child(n+2) { margin-top: 30px; }

.IT_service .servicer .tiao-G:nth-child(n+2) { margin-top: 65px; }
.IT_service .servicer .tiao-G .te { margin: 13px 0 35px; }
.IT_service .servicer .tiao-G .teoud { line-height: 1.75; }
.IT_service .servicer .tiao-G .teoud .font20 { margin-bottom: 6px; }

.IT_service .servicer .tiao-G .teouda { margin-top: 40px; }
.IT_service .servicer .tiao-G .teoud ul { margin-left: 20px; line-height: 1.75; list-style: disc; margin-top: 10px; }
.IT_service .servicer .tiao-G .teoud ul li { list-style: initial; }
.IT_service .servicer .tiao-G .teoud ul li::marker{ color: rgba(255, 255, 255, 0.3); }

.IT_service .servicer .tiao-G .zhankai { margin-top: 36px; }
.IT_service .servicer .tiao-G .zhankai ul li { background: rgba(91, 106, 115, 0.4); border-radius: 10px; }
.IT_service .servicer .tiao-G .zhankai ul li:nth-child(n+2) { margin-top: 15px; }
.IT_service .servicer .tiao-G .zhankai ul li .t { padding: 24px 20px; cursor: pointer; line-height: 1; border-radius: 10px; position: relative; }
.IT_service .servicer .tiao-G .zhankai ul li .t::before { position: absolute; content: ""; top: 50%; transform: translateY(-50%); right: 20px; width: 24px; height: 24px; background: url(../images/uaom.svg)no-repeat center center/cover; }

.IT_service .servicer .tiao-G .zhankai ul li .cont { display: none; }
.IT_service .servicer .tiao-G .zhankai ul li .cont .conwn { padding: 30px 32px; }
.IT_service .servicer .tiao-G .zhankai ul li .cont .conwn .wn:nth-child(n+2) { margin-top: 28px; }
.IT_service .servicer .tiao-G .zhankai ul li .cont .conwn .wn .w { position: relative; padding-left: 11px; line-height: 1; margin-bottom: 10px; }
.IT_service .servicer .tiao-G .zhankai ul li .cont .conwn .wn .w::before { position: absolute; content: ""; left: 0; top: 0; width: 3px; height: 100%; background: #fff; } 

.IT_service .servicer .tiao-G .zhankai ul li.curter .t { background: #00C1B8; }
.IT_service .servicer .tiao-G .zhankai ul li.curter .t::before { background: url(../images/uaoma.svg)no-repeat center center/cover; }

.IT_service .servicer .tiao-G .baowan .Gbiao:nth-child(n+2) { margin-top: 37px; }
.IT_service .servicer .tiao-G .tso{ margin-bottom: 36px; }
.IT_service .servicer .tiao-G .Gbiao .g { margin: 0 0 22px; }
.IT_service .servicer .tiao-G .Gbiao .ge { margin-top: -7px; }
.IT_service .servicer .tiao-G .Gbiao .ge .ea { line-height: 1.75; margin: 5px 0 20px; }

@media(max-width:1920px) {
        .IT_service .servicer .biaoge.chaochu { overflow-x: auto; padding-bottom:20px; }
    .IT_service .servicer .biaoge.chaochu table { min-width: 2000px; }
.IT_service .servicer .biaoge.chaochu::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.IT_service .servicer .biaoge.chaochu::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	/* border-radius: 5px; */
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background: #00C1B8;
}

.IT_service .servicer .biaoge.chaochu::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, .5);
	border-radius: 0;
    background: rgba(24, 86, 166, 0.05);
}
}

@media(max-width:1500px) {
    .IT_service .servicel { width: 400px; }
    .IT_service .servicer { width: calc(100% - 400px); }

    .IT_service .servicer .tiao-D .aod-bott .t-bao .ta ul { margin-left: 15px; }
    .IT_service .servicer .tiao-E .ta ul { margin-left: 15px; }

    .IT_service .servicer .biaoge table thead th,
    .IT_service .servicer .biaoge table td,
    .IT_service .servicer .servicer-tiao .tiao-a .ao-nr table thead th,
    .IT_service .servicer .servicer-tiao .tiao-a .ao-nr table td{ padding: 20px; }

    .IT_service .servicer .biaoge table td ul,
    .IT_service .servicer .tiao-G .teoud ul ,
    .IT_service .servicer .servicer-tiao .tiao-a .ao-nr table td ul{ margin-left: 15px; }
}

@media(max-width:1100px) {
    .IT_service .servicel { width: 400px; display: none; }
    .IT_service .servicer { width: 100%; padding-left: 0; padding: 40px 0 30px; }
    .IT_service .servicer .title { margin-bottom: 20px; }
    .IT_service .servicer .xbt { margin: 0 0 20px; }
    .IT_service .servicer .servicer-tiao .tiao-a { margin-bottom: 20px; }
    .IT_service .servicer .servicer-tiao .tiao-a .img { margin-top: 23px; }

    .IT_service .servicer .tiao-b { margin: 20px 0 30px; }
    .IT_service .servicer .tiao-b:last-child { margin-bottom: 0; }
    .IT_service .servicer .biaoge.chaochu { border-radius: 5px; }

    .IT_service .servicer .biaoge table thead th,
    .IT_service .servicer .servicer-tiao .tiao-a .ao-nr table thead th{ padding: 15px 20px; font-size: 16px;}
    .IT_service .servicer .biaoge table thead th:last-child,
    .IT_service .servicer .servicer-tiao .tiao-a .ao-nr table thead th:last-child{ border-radius: 0 5px 5px 0; }
    .IT_service .servicer .biaoge table td,
    .IT_service .servicer .servicer-tiao .tiao-a .ao-nr table td{ font-size: 14px; padding: 15px 20px; }

    .IT_service .servicer .tiao-c { margin-top: 10px; }
    
    .IT_service .servicer .tiao-D .ts { margin-bottom: 17px; }
    .IT_service .servicer .tiao-D .aod-bott .t-bao:nth-child(n+2) { margin-top: 22px; }
    .IT_service .servicer .aod-bott .tl,.IT_service .servicer .servicer-tiao .tiao-a .ao-nr h4{ margin-top: 15px; }
    .IT_service .servicer .tiao-D:nth-child(n+2) { margin-top: 33px; }

    .IT_service .servicer .tiao-E:nth-child(n+2) { margin-top: 25px; }
    .IT_service .servicer .tiao-E .ta { margin-top: 15px; }
    .IT_service .servicer .tiao-E .tc { margin-top: 20px; }
    .IT_service .servicer .tiao-E .td { margin-top: 20px; }

    .IT_service .servicer .tiao-F .te { margin-bottom: 22px; }
    .IT_service .servicer .tiao-F .aod-bott .t-pao:nth-child(n+2) { margin-top: 25px; }
    .IT_service .servicer .tiao-F:nth-child(n+2) { margin-top: 35px; }

    .IT_service .servicer .tiao-G:nth-child(n+2) { margin-top: 35px; }
    .IT_service .servicer .tiao-G .teouda { margin-top: 20px; }
    .IT_service .servicer .tiao-G .tso { margin-bottom: 15px; }
    .IT_service .servicer .tiao-G .te { margin: 10px 0 20px; }
    .IT_service .servicer .biaoge.chaochu table { min-width: 1065px; }

    .IT_service .servicer .tiao-G .zhankai ul li .t { padding: 15px 20px; }
    .IT_service .servicer .tiao-G .zhankai ul li .cont .conwn { padding: 20px; }
    .IT_service .servicer .biaoge table thead th:nth-child(1),.IT_service .servicer .servicer-tiao .tiao-a .ao-nr table thead th:nth-child(1){ border-radius: 5px 0 0 5px;  overflow: hidden; }
    
}



/**研发管理咨询聚合页**/
.manageA ul li { padding: 6.77083vw 0; }
.manageA ul li:nth-child(n+2) { background: #1E282E; }
.manageA ul li .orunjio { position: relative; padding: 23px 20px; background: #404D55; }

.manageA ul li .orunjio .img { width: 54.65%; float: right; }
.manageA ul li:nth-child(n+2) .orunjio .img {  float: left; }

.manageA ul li .text { width: 36.15%; position: absolute; top: 50%; left: 3.28125vw; transform: translateY(-50%); height: 62%; display: flex; flex-direction: column; justify-content: space-between; }
.manageA ul li:nth-child(n+2) .text { left: auto; right: 3.28125vw; }
.manageA ul li .text .ex-top .ex { line-height: 1.625; margin-top: 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; text-overflow: ellipsis; }

@media(max-width:1500px) {
    .manageA ul li .text .ex-top .ex { -webkit-line-clamp: 3; }
}

@media(max-width:1100px) {
    .manageA ul li { padding: 40px 0 50px; }
    .manageA ul li .orunjio {padding:15px; }
    .manageA ul li .orunjio .img { width: 100%; }
    .manageA ul li .text { width: 100%; float: left; margin-top: 20px; position: initial; top: 0%; left: auto; transform: translateY(0%); height: auto; display: block; }
    .manageA ul li:nth-child(n+2) .text { left: auto; right: auto; }
    .manageA ul li .text .ex-top .ex { line-height: 1.625; margin-top: 10px; -webkit-line-clamp: 2; }
    .manageA ul li .text .ex-bottom { margin-top: 30px; }
}




/**研发管理咨询**/
.manageaA { padding: 6.25vw 0 6.92708vw; }
.manageaA .anageaA-top .ewrn { margin-left: auto; line-height: 1.625; width: 59.65%; }
.manageaA .anageaA-top .ewrn p:nth-child(n+2) { margin-top: 10px; }
.manageaA .anageaA-top .ewrn ul li { margin-left:20px; list-style: disc; }

.manageaB { background: var(--ee); padding: 6.77083vw 0 7.03125vw; }
.manageaB .anageabl { width: 36%; }
.manageaB .anageabl .xq { margin: 23px 0 57px; }
.manageaB .anageabl ul { border-top:1px solid rgba(255, 255, 255, 0.1); }
.manageaB .anageabl ul li { border-bottom:1px solid rgba(255, 255, 255, 0.1); cursor: pointer; padding: 25px 0; position: relative; }
.manageaB .anageabl ul li::before { position: absolute; content: ""; bottom: -1px; left: 0; width: 0; height: 1px; background: #00C1B8; transition: all .5s; }
.manageaB .anageabl ul li .t { position: relative; }
.manageaB .anageabl ul li .t::before { position: absolute; top: 50%; transform: translateY(-50%); right: 6px; width: 14px; height: 14px; content: ""; background: url(../images/lit.svg)no-repeat center center/cover; }
.manageaB .anageabl ul li .cont { position: relative; max-width: 500px; display: none; }
.manageaB .anageabl ul li .cont .ont { position: relative; line-height: 1.625; padding-top: 10px; }

.manageaB .anageabl ul li.curter:before { width: 100%; }
.manageaB .anageabl ul li.curter .t { color: #00C1B8; }
.manageaB .anageabl ul li.curter .t::before { background: url(../images/lita.svg)no-repeat center center/cover; height: 2px; }

.manageaB .anageabr { width: 56%; margin-left: auto; }
.manageaB .anageabr .geabr-top .top-l { width: calc(50% - 8px); margin-right: 15px; position: relative; padding: 10px 10px 20px; }
.manageaB .anageabr .geabr-top .top-l .lkb { position: relative; z-index: 2; }
.manageaB .anageabr .geabr-top .top-l::before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; opacity: .5;  background: linear-gradient(180deg, #404D55 0%, #688192 100%); border-radius: 20px; }
.manageaB .anageabr .geabr-top .top-l:last-child { margin-right: 0; }

.manageaB .anageabr .geabr-top .top-l .la { background: #00C1B8; border-radius: 12px; padding: 45px 20px; }
.manageaB .anageabr .geabr-top .top-l .la span { position: relative; padding-left: 60px; color: #fff; }
.manageaB .anageabr .geabr-top .top-l .la span img { position: absolute; top: 50%; transform: translateY(-50%); left: 0; }

.manageaB .anageabr .geabr-top .top-l .lb { padding: 8px 20px 0; }
.manageaB .anageabr .geabr-top .top-l .lc ol li { border-bottom: 2px solid rgba(255, 255, 255, 0.05); padding: 30px 0; }
.manageaB .anageabr .geabr-top .top-l .lc2 ol li:last-child { border-bottom: 0; }

.manageaB .anageabr .geabr-top .top-l .lc { padding: 0 20px; }
.manageaB .anageabr .geabr-top .top-l .lc .ca { padding: 31px 0 25px; line-height: 1.4; border-bottom: 2px solid rgba(255, 255, 255, 0.05); }

.manageaB .anageabr .geabr-top .top-l .lc .cb .b { padding: 23px 0 13px; }
.manageaB .anageabr .geabr-top .top-l .lc ul { margin-left: 18px; margin-top: 10px;}
.manageaB .anageabr .geabr-top .top-l .lc ul li { list-style: initial; line-height: 1.625; color: rgba(255, 255, 255, .8); }
.manageaB .anageabr .geabr-top .top-l .lc ul li::marker{ color: rgba(255, 255, 255, 0.3); }

.manageaB .anageabr .geabr-bottom { background: linear-gradient(90deg, #404D55 0%, #688192 100%); padding: 10px 30px 10px 10px; margin-top: 15px; border-radius: 20px; }
.manageaB .anageabr .geabr-bottom .btoml { width: 50%; background: #00C1B8; border-radius: 12px; padding: 38px 25px; }
.manageaB .anageabr .geabr-bottom .btoml span { position: relative; padding-left: 55px; color: #fff; }
.manageaB .anageabr .geabr-bottom .btoml span img { position: absolute; top: 50%; transform: translateY(-50%); left: 0; }

.manageaB .anageabr .geabr-bottom .btomr { margin-left:auto; line-height: 1.4; }

.manageaC { padding: 6.25vw 0 6.77083vw; }
.manageaC .ageac-bottom > ul > li { width: calc(25% - 11.3px); margin-right: 15px; margin-bottom: 15px; text-align: center; height: 220px; background: #404D55; border-radius: 20px; position: relative; }
.manageaC .ageac-bottom > ul > li:nth-child(4n) { margin-right: 0; }
.manageaC .ageac-bottom > ul > li:nth-last-child(1),
.manageaC .ageac-bottom > ul > li:nth-last-child(2),
.manageaC .ageac-bottom > ul > li:nth-last-child(3),
.manageaC .ageac-bottom > ul > li:nth-last-child(4) { margin-bottom: 0; }

.manageaC .ageac-bottom > ul > li .kuoqi { width: 100%; height: 100%; justify-content: center; }
.manageaC .ageac-bottom > ul > li .kuoqi .tuw .wz { margin-top: 20px; }
.manageaC .ageac-bottom > ul > li .tnm { position: absolute; width: 100%; left: 0; top: 0; background: #00C1B8; border-radius: 20px; text-align: left; padding: 35px 30px 0; display: none; }
.manageaC .ageac-bottom > ul > li .tnm .bte { border-bottom: 1px solid rgba(255, 255, 255, .2); padding-bottom: 23px; }

.manageaC .ageac-bottom > ul > li .tnm .pte { margin-top: 22px; }
.manageaC .ageac-bottom > ul > li .tnm .pte ul li { position: relative; padding-left: 17px; line-height: 1.875; }
.manageaC .ageac-bottom > ul > li .tnm .pte ul li::before { position: absolute; content: ""; left: 0; top: 12.2px; background: #FFFFFF; width: 6px; height: 6px; opacity: .5; border-radius: 50%; }

.manageaC .ageac-bottom > ul > li .tnm .sz { position: absolute; bottom: 0; right: 20px; line-height: .83; color: rgba(255, 255, 255, 0.2); }

.manageaC .ageac-bottom > ul > li:nth-last-child(1) .tnm,
.manageaC .ageac-bottom > ul > li:nth-last-child(2) .tnm,
.manageaC .ageac-bottom > ul > li:nth-last-child(3) .tnm,
.manageaC .ageac-bottom > ul > li:nth-last-child(4) .tnm { top: auto; bottom: 0; }

.manageaC .ageac-bottom > ul > li:hover { z-index: 2; }
.manageaC .ageac-bottom > ul > li:hover .tnm { display: block; }

.manageaD { background: var(--ee); padding: 6.77083vw 0 12.5vw; position: relative; }
.manageaD .anageadl { width: 30%; }
.manageaD .anageadl .swiper-container { overflow: hidden; }
.manageaD .anageadl .dea { margin: 2.60416vw 0 15px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; line-height: .8; }
.manageaD .anageadl .dec { line-height: 1.625; margin: 0.78125vw 0 2.60416vw; }

.manageaD .anageadr { padding-right: 10.05208vw; position: relative; margin-left: auto; }
.manageaD .anageadr .kuown { width: 31.45833vw; height: 31.45833vw; }
.manageaD .anageadr .zongimg { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 4; }

.manageaD .anageadr .waiquan { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 3; width: 100%; height: 100%; }
.manageaD .anageadr .waiquan .quan { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: all .3s; }
.manageaD .anageadr .waiquan .quan.cur { opacity: 1; }
.manageaD .anageadr .waiquan .quan img { width: 100%; height: 100%; }

.manageaD .anageadr .wenziquan {  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%)rotate(90deg); z-index: 5; width: 100%; height: 100%; }
.manageaD .anageadr .wenziquan .enzi { cursor: pointer; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 4.53125vw; height: 4.53125vw; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1); background: #2A363D; border: 4px solid #FFFFFF; border-radius: 50%; }
.manageaD .anageadr .wenziquan .enzi img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%)rotate(-90deg);; height: 1.77083vw; }

.manageaD .anageadr .wenziquan .enzi.cur { background: #00C1B8; }

.manageaD .anageadr .wenziquan .zi1 { top: 6%; }
.manageaD .anageadr .wenziquan .zi2 { left: 94%; }
.manageaD .anageadr .wenziquan .zi3 { top: 94%; }
.manageaD .anageadr .wenziquan .zi4 { left: 6%; }

.manageaD .anageadr .wenzio {  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 4; width: 100%; height: 100%; }
.manageaD .anageadr .wenzio .enzi { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 2.5vw; font-size: 1.25vw; }

.manageaD .anageadr .wenzio .z1 { left: 82%; top: 20%; transform: translate(-50%,-50%) rotate(48deg); }
.manageaD .anageadr .wenzio .z2 { left: 82%; top: 81%; transform: translate(-50%,-50%) rotate(-46deg); }
.manageaD .anageadr .wenzio .z3 { left: 18%; top: 80.5%; transform: translate(-50%,-50%) rotate(47deg); }
.manageaD .anageadr .wenzio .z4 { left: 18%; top: 20%; transform: translate(-50%,-50%) rotate(-49deg); }

.manageaD canvas { position: absolute; bottom: 0; height: 13.07291vw !important; }


.manageaE { padding: 5.72916vw 0 5.20833vw; }
.manageaE .jiang { margin: 27px 0 0; }

.manageaE .anageaE-bottom { border-bottom:1px solid rgba(255, 255, 255, 0.1); padding-bottom: 50px; }
.manageaE .swiper-container { margin-top: 115px; }
.manageaE .swiper-container { overflow: initial; }
.manageaE .swiper-container .swiper-slide { padding: 102px 0 0; min-height: 390px; }
.manageaE .swiper-container .swiper-slide::before {  transition: all .5s; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 20px; overflow: hidden; content: ""; background: #404D55; z-index: 1; }
.manageaE .swiper-container .swiper-slide .icon { transition: all .5s; position: absolute; top: -63px; left: 50%; transform: translateX(-50%); width: 126px; height: 126px; background: #404D55; border-radius: 50%; z-index: 2; }
.manageaE .swiper-container .swiper-slide .icon span { transition: all .5s; border: 4px solid #00C1B8; width: 112px; height: 112px; border-radius: 50%; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.manageaE .swiper-container .swiper-slide .icon img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; transition: all .5s; }
.manageaE .swiper-container .swiper-slide .icon .p2 { opacity: 0; }

.manageaE .swiper-container .swiper-slide .text { position: relative; z-index: 2; text-align: center; padding: 0 20px; }
.manageaE .swiper-container .swiper-slide .text .e { line-height: 1.625; margin-top: 13px; }
.manageaE .swiper-container .swiper-slide .sz { transition: all .5s; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; z-index: 2; background: linear-gradient(180deg, rgba(255, 255, 255, 0.0812) 0%, rgba(255, 255, 255, 0) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: .8; font-weight: bold; }

.manageaE .swiper-container .swiper-slide .heidian { position: absolute; bottom: -74px; left: 50%; transform: translateX(-50%); width: 48px; height: 48px; }
.manageaE .swiper-container .swiper-slide .heidian:before { transition: all .5s; opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50px; overflow: hidden; content: ""; background: rgba(0, 193, 184, .2); z-index: 1; }
.manageaE .swiper-container .swiper-slide .heidian::after { transition: all .5s; opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 32px; height: 32px; border-radius: 50px; overflow: hidden; content: ""; background: #00C1B8; z-index: 2; }
.manageaE .swiper-container .swiper-slide .heidian span { transition: all .5s; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 10px; height: 10px; background: #404D55; border-radius: 50%; z-index: 3; }

.manageaE .swiper-container .swiper-slide:hover .heidian:before,
.manageaE .swiper-container .swiper-slide:hover .heidian::after { opacity: 1; }
.manageaE .swiper-container .swiper-slide:hover .heidian span { background: #fff; }

.manageaE .swiper-container .swiper-slide:hover:before { background: #00C1B8; }
.manageaE .swiper-container .swiper-slide:hover .icon { background: #00C1B8; }
.manageaE .swiper-container .swiper-slide:hover .icon span { border-color: #fff; background: #00C1B8; }

.manageaE .swiper-container .swiper-slide-next+div+div+div { opacity: 0.2; }

.manageaE .swiper-container .swiper-slide:hover .icon .p2 { opacity: 1; }
.manageaE .swiper-container .swiper-slide:hover .icon .p1 { opacity: 0; }

.manageaE .swiper-container .swiper-slide:hover .sz { background: linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.manageaE .kongyih { height: 6px; position: relative; width: 100%; margin-top: 96px; }
.manageaE .kongyih .swiper-scrollbar { width: 171px; height: 100%; background: rgba(255, 255, 255, 0.1); left: 50%; transform: translateX(-50%); top: 0; margin-top: 0; }
.manageaE .kongyih .swiper-scrollbar .swiper-scrollbar-drag { background: #FFFFFF; border-radius: 100px; }

.manageaF { background: var(--ee); padding: 6.25vw 0; }
.manageaF .jian { margin: 20px 0 46px; }
.manageaF .ageaf-bottom .eafbotl { background: #404D55; width: 22.896%; padding: 20px 28px; min-height:32vw; }
.manageaF .ageaf-bottom .eafbotl ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.06); padding: 22px 13px; color: #fff; position: relative; cursor: pointer; }
.manageaF .ageaf-bottom .eafbotl ul li:last-child { border-bottom: 0; }
.manageaF .ageaf-bottom .eafbotl ul li::before { position: absolute; content: ""; top: 50%; transform: translateY(-50%); right: 9px; width: 14px; height: 14px; background: url(../images/eafbotl.svg)no-repeat center center/cover; z-index: 2; }
.manageaF .ageaf-bottom .eafbotl ul li:after { position: absolute; content: ""; top: 0; left: -10px; width: calc(100% + 20px); height: calc(100% + 1px); background: #00C1B8; border-radius: 10px; opacity: 0; transition: all .5s; }
.manageaF .ageaf-bottom .eafbotl ul li span { position: relative; z-index: 2; }

.manageaF .ageaf-bottom .eafbotl ul li.cur:before { background: url(../images/eafbotla.svg)no-repeat center center/cover; }
.manageaF .ageaf-bottom .eafbotl ul li.cur:after { opacity: 1; }

.manageaF .ageaf-bottom .eafbotr { width: 76.44%; margin-left: auto; }
.manageaF .ageaf-bottom .eafbotr .box { width: 100%; height: 100%; position: relative; }
.manageaF .ageaf-bottom .eafbotr .box .img { width: 100%; height: 100%; }
.manageaF .ageaf-bottom .eafbotr .box .bti { position: absolute; bottom: 35px; left: 0; width: 100%; z-index: 2; padding: 0 40px; }
.manageaF .ageaf-bottom .eafbotr .box .bti .i { line-height: 1.625; margin-top: 10px; }
.manageaF .ageaf-bottom .eafbotr .box .bti .i ul li {
    list-style: disc;
    margin-left: 20px;
}
@media(max-width:1900px) {
    .manageaB .anageabl .xq { margin: 1.19791vw 0 2.86458vw; }
    
    .manageaF .ageaf-bottom .eafbotl { width:25.896%;; }
    .manageaF .ageaf-bottom .eafbotr { width:69.44%; }
}

@media(max-width:1500px) {
    .manageaB .anageabr .geabr-top .top-l .la { padding: 30px 20px; }
    .manageaB .anageabr .geabr-bottom .btoml { padding: 30px 20px; }
    .manageaB .anageabr .geabr-bottom .btoml span img,
    .manageaB .anageabr .geabr-top .top-l .la span img { height: 40px; }
    .manageaB .anageabr .geabr-top .top-l .la span,
    .manageaB .anageabr .geabr-bottom .btoml span { padding-left: 45px; }

    .manageaB .anageabr .geabr-top .top-l .lc ol li { padding: 20px 0; }
    .manageaB .anageabr .geabr-top .top-l .lc .ca { padding: 25px 0 20px; }

    .manageaE .kongyih { margin-top: 50px; }

    .manageaE .swiper-container { margin-top: 70px; }
    .manageaE .swiper-container .swiper-slide .icon { width: 106px; height: 106px; top: -43px; }
    .manageaE .swiper-container .swiper-slide .icon img { height: 40px; }
    .manageaE .swiper-container .swiper-slide .icon span { width: 92px; height: 92px; }
    
    .manageaF .ageaf-bottom .eafbotl { width:35.896%;; }
    .manageaF .ageaf-bottom .eafbotr { width:63.44%; }
}


@media(max-width:1100px) {
    .manageaA { padding: 40px 0 50px; }
    .manageaA .anageaA-top .ewrn { margin-top: 10px; width: 100%; }

    .manageaB { padding: 40px 0 50px; }
    .manageaB .anageabl { width: 100%; margin-bottom: 20px; }
    .manageaB .anageabl .xq { margin: 10px 0 20px; }
    .manageaB .anageabl ul li { padding: 15px 0; }
    .manageaB .anageabl ul li .cont .ont { padding-top: 5px; }

    .manageaB .anageabr { width: 100%; }
    .manageaB .anageabr .geabr-top .top-l { width: 100%; margin-right: 0; margin-bottom: 15px; }
    .manageaB .anageabr .geabr-top .top-l:last-child { margin-bottom: 0; }

    .manageaB .anageabr .geabr-top .top-l .la { padding: 20px; }
    .manageaB .anageabr .geabr-top .top-l .lc { padding: 0 10px; }
    .manageaB .anageabr .geabr-top .top-l .lb { padding: 8px 10px 0; }
    
    .manageaB .anageabr .geabr-bottom { padding: 10px; }
    .manageaB .anageabr .geabr-bottom .btoml { width: 100% !important; padding: 20px; }
    .manageaB .anageabr .geabr-bottom .btomr { width: 100% !important; padding: 20px 10px; }

    .manageaB .anageabr .geabr-top .top-l .la span, .manageaB .anageabr .geabr-bottom .btoml span { padding-left: 35px; }
    .manageaB .anageabr .geabr-bottom .btoml span img, .manageaB .anageabr .geabr-top .top-l .la span img { height: 30px; }

    .manageaC { padding: 40px 0 50px; }
    .manageaC .ageac-bottom > ul > li { border-radius: 15px; width: 100%; margin-right: 0; height: 240px; }
    .manageaC .ageac-bottom > ul > li .tnm { height: 100% !important; padding: 20px; border-radius: 15px; }
    .manageaC .ageac-bottom > ul > li .tnm .bte { padding-bottom: 11px; }
    .manageaC .ageac-bottom > ul > li .tnm .pte { margin-top: 10px; }
    .manageaC .ageac-bottom > ul > li .tnm .pte ul li::before { top: 10px; }

    .manageaC .ageac-bottom > ul > li:nth-last-child(1) { margin-bottom: 0; }
    .manageaC .ageac-bottom > ul > li:nth-last-child(2),
    .manageaC .ageac-bottom > ul > li:nth-last-child(3),
    .manageaC .ageac-bottom > ul > li:nth-last-child(4) { margin-bottom: 15px; }

    .manageaD { padding: 40px 0 50px; }
    .manageaD canvas { display: none; }
    .manageaD .anageadl { width: 100%; }
    .manageaD .anageadl .dea { margin: 20px 0 10px; }
    .manageaD .anageadl .dec { margin: 10px 0 20px; }

    .manageaD .anageadr { width: 100%; padding-right: 0; margin-top: 25px; }
    .manageaD .anageadr .kuown { width: 92vw; height: 92vw; }
    .manageaD .anageadr .wenzio .enzi { width: 6.4vw; }
    .manageaD .anageadr .wenziquan .enzi { width: 14.39999vw; height: 14.39999vw; }
    .manageaD .anageadr .wenziquan .enzi img { height: 5.33333vw; }
    .manageaD .anageadr .zongimg { top: 51%; }

    .manageaE { padding: 40px 0 50px; }
    .manageaE .jiang { margin-top: 15px; }
    .manageaE .swiper-container .swiper-slide { min-height: 280px; padding-top: 80px; }

    .manageaF { padding: 40px 0 50px; }
    .manageaF .jian { margin: 10px 0 20px; }
    .manageaF .ageaf-bottom .eafbotl { width: 100%; }
    .manageaF .ageaf-bottom .eafbotl ul li { padding: 12px 13px; }
    .manageaF .ageaf-bottom .eafbotr { width: 100%; margin-top: 20px; }
    .manageaF .ageaf-bottom .eafbotr .box .bti { padding: 0 20px; bottom: 20px; }
    .manageaF .ageaf-bottom .eafbotr .box .bti .i { margin-top: 5px; }
    
}


/**研发业务培训**/
.trainingA { padding: 6.51041vw 0; }
.trainingA .ininga-top .ingatopl { width: 39.5%; }
.trainingA .ininga-top .ingatopl .nr { line-height: 1.625; margin-top: 20px; }
.trainingA .ininga-top .ingatopl .nr ul li { margin-left:20px; list-style: disc; }
.trainingA .ininga-top .ingatopl .nr p:nth-child(n+2) { margin-top: 10px; }
.trainingA .ininga-top .ingatopr { margin-left: auto; width: 53.2714%; }

.trainingA1 .ininga-top .ingatopl { margin-left: auto; }
.trainingA1 .ininga-top .ingatopr { margin-left: 0; }


.trainingB { background: var(--ee); padding: 6.25vw 0; }
.trainingB .iningb-top { margin-bottom: 40px; }
.trainingB .iningb-top .nr { width: 60%; margin-left: auto; margin-top: 30px; }
.trainingB .iningb-top .nr p:nth-child(n+2) { line-height: 1.625; margin-top: 10px; }



.trainingD { background: var(--ee); padding: 6.25vw 0; }
.trainingD .nr { line-height: 1.625; margin: 15px 0 50px; }
.trainingD .nr p:nth-child(n+2) { line-height: 1.625; margin-top: 10px; }



@media(max-width:1100px) {
    .trainingA { padding: 40px 0 50px; }
    .trainingA .ininga-top .ingatopl { width: 100%; }
    .trainingA .ininga-top .ingatopl .nr { margin-top: 10px; }
    .trainingA .ininga-top .ingatopl .nr p:nth-child(n+2) { margin-top: 10px; }
    .trainingA .ininga-top .ingatopr { margin-top: 20px; width: 100%; }

    .trainingA1 .ininga-top .ingatopl { margin-left: auto; }
    .trainingA1 .ininga-top .ingatopr { margin-top: 0; margin-bottom: 20px; }

    .trainingB { padding: 40px 0 50px; }
    .trainingB .iningb-top { margin-bottom: 20px; }
    .trainingB .iningb-top .nr { width: 100%; margin-top: 10px; }

    .trainingD { padding: 40px 0 50px; }
    .trainingD .nr { margin: 15px 0 20px; }

}
.product_detailsD .swiper-slide { transition: all .5s; }
.indexD .dexd-bottom .bottoml ul li:hover,
.product_detailsD .swiper-slide:hover { background: #00C1B8; }

.product_detailsD .swiper-slide:hover a .moe { background: #F0F0F0; }
.product_detailsD .swiper-slide:hover a .moe::before { background: url(../images/morebg1b.svg)no-repeat center center/cover; }


.product_detailsA .hmbj .wz { font-size: 60px; color: #3f4a50; font-weight: bold; }
.product_detailsA .hmbj .tm { color: transparent; -webkit-text-stroke: 2px #3f4a50; }







/*保护政策*/
.baohuzc{
    padding: 8vw 0 8vw;
}

.baohuzc .text{
    line-height: 2;
    margin-top: 14px;
}

.baohuzc .text h3{
    color: #222222;
    font-size: 20px;
    margin-bottom: 8px;
}

.baohuzc .text ol > li{
    position: relative;
    padding-left: 18px;
    margin-top: 8px;
}
.baohuzc .text ul > li{list-style-type: decimal;margin-left: 22px;margin-top: 8px;}

.baohuzc .text ol > li:before{
    position: absolute;
    left: 4px;
    width: 4px;
    height: 4px;
    background: #666666;
    content: "";
    position: absolute;
    top: 13px;
    border-radius: 100%;
}

@media(max-width: 1700px){
    .baohuzc .text h3{font-size: 18px;}
}
@media(max-width: 1100px){
    .baohuzc{padding: 40px 0 50px;}
    .baohuzc .text{margin-top: 10px;}
    .baohuzc .text h3{font-size: 16px;}
    .download_tc .download_tc_box .gb{
        width: 36px;
        height: 36px;
    }
}
.IT_service .servicel .apiA-d .servicel-e .servicel-g ul li .topT3 { cursor: pointer; }
.header .header-r .der-l ul li{position: relative;}
.header .header-r .der-l ul li .xl_box_a{
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateX(0%) !important;
    z-index: 9;
    width: 176px;
    text-align: left;
    padding: 20px 5px;
    background: rgba(38, 38, 38, 0.4);
    border-radius: 0 0 10px 10px;
    display: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
}

.header .header-r .der-l ul li .xl_box_a .a{
    display: block;
    margin-bottom: 10px;
}
.header .header-r .der-l ul li .xl_box_a .a:last-child{margin-bottom: 0;}
.header .header-r .der-l ul li .xl_box_a .a a{color: #fff;transition: all 0.4s;}
.header .header-r .der-l ul li .xl_box_a .a a:hover{color: #00C1B8;}
.header .header-r .der-l ul li:hover .xl_box_a{
    display: block;
    animation: xiala 0.4s linear 1;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}
@-webkit-keyframes xiala {
    0% {
        transform: translate(-50%,-10px);
        opacity: 0;
        
    }
    100% {
        transform: translate(-50%,0);
        opacity: 1;
    }
}

@keyframes xiala {
    0% {
        transform: translate(-50%,-10px);
        opacity: 0;
    }
    100% {
        transform: translate(-50%,0);
        opacity: 1;
    }
}




/*tong*/
.hidden{overflow: hidden;}
.flexcenter{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.flexcenter2{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flexcenter3{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.flexcenter4{
    display: flex;
    flex-wrap: wrap;
}
.contact_a{
    padding: 6.2vw 0;
}

.contact_a .left{
    width: 35%;
}

.contact_a .left .ul li{
    margin-bottom: 1.1vw;
}

.contact_a .left .ul li:last-child{margin-bottom: 0;}

.contact_a .right{
    width: 54.3%;
    margin-left: auto;
}
.img img{transition: all 0.6s;}
.img:hover img{transform: scale(1.04);}
.yuanjiao{
    border-radius: 20px;
    overflow: hidden;
}

.contact_a .left .ul li .icon{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}

.contact_a .left .ul li .text{
    width: calc(100% - 70px);
    padding-left: 1.1vw;
}

.contact_b{background: #1E282E;padding: 6.2vw 0;}
.contact_b .left{width: 28.7%;}
.contact_b .right{
    width: 54.3%;
    margin-left: auto;
}

.contact_b .right .ul li{
    width: 32.6%;
    margin-right: 1.1%;
    margin-bottom: 1.1%;
    position: relative;
}

.contact_b .right .ul li .layui-form-select dl {
    top: 110%;
}
.contact_b .right .ul li .layui-form-selectup dl {
    top: auto;
    bottom: 110%;
}

.contact_b .right .ul li.bit:after{
    font-size: 14px;
    content: "*";
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 44px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    z-index: 2;
}

.contact_b .right .ul li:nth-child(5):after,
.contact_b .right .ul li:nth-child(6):after{ display:none; }

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

.contact_b .right .ul li input{
   width: 100%;
   border: 2px solid rgba(255, 255, 255, 0.14);
   background: rgba(64, 77, 85, 0.3);
   border-radius: 10px;
   height: 58px;
   font-size: 14px;
   padding: 0 54px;
   color: #00C1B8;
   transition: all 0.6s;
}

.contact_b .right .ul li input::placeholder{color: rgba(255, 255, 255, 0.5);}

.contact_b .right .ul li .icon{
    position: absolute;
    max-width: 20px;
    left: 20px;
    top: 50%;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
}

.contact_b .right .ul li.w100{width: 100%;margin-right: 0;}


.contact_b .right .ul li .select .layui-anim::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.contact_b .right .ul li .select .layui-anim::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	/* border-radius: 5px; */
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background: #00C1B8;
}

.contact_b .right .ul li .select .layui-anim::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, .1);
	border-radius: 0;
    background: rgba(24, 86, 166, 0.05);
}

.layui-form-select dl dd.layui-this{background: #00C1B8;}
.layui-form-select dl{top: 100%;}
.layui-form-select .layui-edge {
    margin: 0;
    padding: 0;
    background: url(../images/select.svg) center center / cover;
    width: 10px;
    height: 6px;
    right: 20px;
    content: "";
    border: none;
}

.contact_b .right .ul li input:focus{
    background: #28333A;
    border: 2px solid #00C1B8;
    backdrop-filter: blur(10px);
}

.contact_b .right button{cursor: pointer;}

.contact_b .right .ul li:after input:focus{color: #fff;}

@media(max-width: 1500px){
    .contact_b .right .ul li input{height: 50px;}
    .contact_b .right .ul li { width:49.4%; }
    .contact_b .right .ul li:nth-child(3n) { margin-right:1.1%; }
    .contact_b .right .ul li:nth-child(2n) { margin-right:0; }
}

@media(max-width: 1100px){
    .contact_a{padding: 40px 0;}
    .contact_a .left{width: 100%;}
    .contact_a .right{
        width: 100%;
        margin-top: 20px;
    }
    .contact_a .left .ul{margin-top: 20px;}
    .contact_a .left .ul li{margin-bottom: 12px;}
    .contact_a .left .ul li .icon{width: 56px;height: 56px;}
    .contact_a .left .ul li .icon img{width: 20px;}
    .contact_a .left .ul li .text{width: calc(100% - 56px);padding-left: 12px;}
    
    .contact_b{padding: 40px 0;}
    .contact_b .left{width: 100%;}
    .contact_b .right{
        width: 100%;
        margin-top: 20px;
    }
    .contact_b .right .ul li{width: 100%;margin-bottom: 10px;margin-right: 0;}
    .contact_b .right .ul li input{height: 46px;}
    .contact_b .right .ul li:nth-child(3n) { margin-right:0; }
}

.join_a{
    padding: 7.2vw 0 6.7vw;
}

.join_a .ul li{
    margin-bottom: 14px;
    background: #404D55;
    border-radius: 20px;
    transition: all 0.6s;
}

.join_a .ul li:last-child{margin-bottom: 0;}
.join_a .ul li .nr{
    padding: 1.8vw 2.1vw;
}

.join_a .ul li .text{
    width: calc(100% - 100px);
}

.join_a .ul li .moe{margin-left: auto;}

.join_a .ul li .text .js_box .t{margin-right: 1.6vw;}
.join_a .ul li .text .js_box .t:last-child{margin-right: 0;}
.join_a .ul li .text .bq .span{
    color: #00C1B8;
    padding: 8px 20px;
    border-radius: 100px;
    background: rgba(0, 193, 184, 0.1);
    margin-right: 12px;
    transition: all 0.6s;
}
.join_a .ul li .text .bq .span:last-child{margin-right: 0;}
.join_a .ul li:hover{
    background: #00C1B8;
}

.join_a .ul li:hover .text .bq .span{background: #FFFFFF;}
.join_a .ul li:hover .moe{background: #FFFFFF;}
.join_a .ul li:hover .moe:before{background: url(../images/morebg1b.svg) no-repeat center center / cover;}

.fyq{
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}

.fyq .nr{
    background: #3F505A;
    border-radius: 10px;
    padding: 3px;
    align-items: center;
    justify-content: center;
}

.fyq  a{
    width: 2.6vw;
    height: 2.6vw;
    border: 2px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
    line-height: 1;
    transition: all 0.6s;
}

.fyq  a:last-child{margin-right: 0;}
.fyq a.prev i,.fyq a.next i{width: 7px;height: 12px;display: block;}
.fyq a.prev i{background: url(../images/page_prev.svg) center center no-repeat;}
.fyq a.next i{background: url(../images/page_next.svg) center center no-repeat;}
.fyq  a.cur,.fyq  a:hover{background: #00C1B8;border-color: #00C1B8;}

.joinxq_a{
    padding: 5.3vw 0;
}

.joinxq_a .left{background: rgba(64, 77, 85, 0.4);width: 74.6%;border-radius: 20px;padding: 2vw 1.6vw 2.6vw;}
.joinxq_a .left .js_box .t{margin-right: 1.6vw;}
.joinxq_a .left .js_box .t:last-child{margin-right: 0;}
.joinxq_a .left .text{
    border-top: 1px solid rgba(185, 198, 206, 0.1);
    margin-top: 1.6vw;
    padding-top: 1.6vw;
}

.joinxq_a .left .text h3{margin-bottom: 8px;}
.joinxq_a .right{
    width: 24.3%;
    margin-left: auto;
}

.joinxq_a .right .box{
    background: #404D55;
    padding: 1.6vw;
    border-radius: 20px;
}

.joinxq_a .right .box .ul li .nr{padding: 1.4vw 0 0;border-top: 1px solid rgba(185, 198, 206, 0.1); margin-top: 1.4vw;}
.joinxq_a .right .box .ul li .nr .js{margin-top: 6px;color: rgba(255, 255, 255, 0.6);}
.joinxq_a .right .box .ul li:hover .bt{text-decoration: underline;color: #00C1B8;}

@media(max-width: 1100px){
    .joinxq_a{padding: 40px 0;}
    .joinxq_a .right{display: none;}
    .joinxq_a .left{
        width: 100%;
        padding: 30px 20px;
    }
    .joinxq_a .left .text{margin-top: 12px;padding-top: 12px;}
    .joinxq_a .left .mainMore2{margin-top: 30px;}
    .join_a .ul li .nr{
        padding: 20px;
    }
    .join_a .ul{margin-top: 20px;}
    .join_a .ul li .text{width: 100%;}
    .join_a .ul li .moe{
        margin-left: 0;
        margin-top: 20px;
        display: none;
    }
    .fyq  a{
        width: 40px;
        height: 40px;
        margin-right: 6px;
    }
}

.about_a{padding: 6.7vw 0 0;}
.about_a .left{
    width: 40%;
}
.about_a .left .ul li{
    margin-right: 3vw;
}

.about_a .left .ul li:last-child{margin-right: 0;}
.about_a .left .ul li .num{color: #00C1B8;line-height: 1;}

.about_a .right{width: 50.7%;margin-left: auto;}
.about_b{
    padding: 3.1vw 0 5.2vw;
}

.about_b > .container{
    flex-direction: row-reverse;
}

.about_b .right{width: 55.1%;}
.about_b .right .zuobiao{
    position: absolute;
    cursor: pointer;
}

.about_b .right .zuobiao .i{
    width: 2.1vw;
    height: 2.1vw;
    border-radius: 100%;
    background: rgba(0, 193, 184, .2);
    position: relative;
    transition: all 0.6s;
}

.about_b .right .zuobiao .i:before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid #00C1B8;
    width: 70%;
    height: 70%;
    content: "";
    border-radius: 100%;
    transition: all 0.6s;
}

.about_b .right .zuobiao .i:after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #00C1B8;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 100%;
    transition: all 0.6s;
}

.about_b .right .zuobiao .t{
    position: absolute;
    left: calc(100% + 6px);
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    display: none;
}

.about_b .right .zuobiao.cur .t{display: block;}
.about_b .right .zuobiao.cur .i{animation: fangda 1.5s linear infinite alternate;}
.about_b .right .zuobiao.cur .i:before{
    background: #00C1B8;
}
.about_b .right .zuobiao.cur .i:after{background: #fff;}
@-webkit-keyframes fangda {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes fangda {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1.1);
    }
}

.about_b .left{
    width: 41%;
    margin-left: auto;
    padding-right: 1.7vw;
    padding-top: 7vw;
}

.about_b .left .ul{
    border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.about_b .left .ul > li{
    color: rgba(255, 255, 255, .2);
    margin-bottom: 1.4vw;
    transition: all 0.6s;
    padding-left: 1.6vw;
    position: relative;
}

.about_b .left .ul > li:last-child{margin-bottom: 0;}
.about_b .left .ul > li .js{display: none;}

.about_b .left .ul > li:before{
    width: 4px;
    position: absolute;
    left: -2px;
    content: "";
    background: #00C1B8;
    top: 0;
    height: 0;
    border-radius: 100px;
    transition: all 0.6s;
}

.about_b .left .ul > li.cur{color: rgba(255, 255, 255, 1);}
.about_b .left .ul > li.cur:before{height: 100%;}

.lizi{position: relative;}
.lizi .container{z-index: 2;}
.lizi canvas{height: 10vw !important;position: absolute;left: 0;bottom: 0;width: 100%;z-index: 0;}

.about_c{
    background: #1E282E;
    padding: 6.2vw 0 6.7vw;
}

.about_c .nr{
    background: linear-gradient(180deg, #404D55 0%, #688192 100%);
    border-radius: 10px;
}
.about_c .img{
    padding: 2.1vw 20px;
    text-align: center;
}

.about_c .img img{width: auto;}
.about_c .text{
    padding: 0 1.1vw 1.6vw;
    color: #fff;
}

.about_c .text .span{
    color: #00C1B8;
    border-radius: 100px;
    padding: 4px 10px;
    margin-right: 10px;
    background: rgba(0, 193, 184, 0.1);
}

.about_d{
    padding: 6.2vw 0 0;
}

.about_d .top{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.about_d .top .nr{
    height: 14vw;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(180deg, #404D55 0%, #688192 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about_d .top .nr .bg{
    font-size: 5.7vw;
    color: rgba(255, 255, 255, 0.03);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

}

.about_d .top .swiper-slide {
    position: relative;
    z-index: 5;
    transition: all 0.6s;
    opacity: 1;
    transform: scale(0.8);
}
.about_d .top .swiper-slide.swiper-slide-prev{
    transform: translateX(52%) scale(0.8);
    position: relative;
    z-index: 0;
    opacity: 0.2;
}
.about_d .top .swiper-slide.swiper-slide-next{
    transform: translateX(-52%) scale(0.8);
    position: relative;
    z-index: 0;
    opacity: 0.2;
}
.about_d .top .swiper-slide-active {
    transition: all 0s;
    transform: scale(1);
}


.about_d .btm{background: url(../images/about_d_bg.png) center center/cover;width: 43.3vw;height: 16.7vw;margin: 0 auto;}
.about_d .btm .nr{
    transition: all 0.6s;
    text-align: center;
}
.about_d .btm .swiper-slide{
    width: 300px;
    opacity: 0;
}
.about_d .btm .swiper-slide-active .nr{
    position: relative;
    transform: translate(0,11vw) rotate(0);
}

.about_d .btm .swiper-slide .nr .bt{transition: all 0.6s;}
.about_d .btm .swiper-slide-active .nr .bt{font-size: 44px;font-weight: bold;color: #00C1B8;}

.about_d .btm .swiper-slide-next .nr{
    transform: translate(20%,480%) rotate(25deg);
}

.about_d .btm .swiper-slide-next + .swiper-slide .nr{
    transform: translate(36%,990%) rotate(52deg);
}

.about_d .btm .swiper-slide-next + .swiper-slide + .swiper-slide .nr{
    transform: translate(50%,1420%) rotate(79deg);
}

.about_d .btm .swiper-slide-prev .nr{
    transform: translate(-20%,480%) rotate(-25deg);
}

.about_d .btm .swiper-slide-prev2  .nr{
    transform: translate(-36%,960%) rotate(-52deg);
}

.about_d .btm .swiper-slide-prev3 .nr{
    transform: translate(-50%,1420%) rotate(-79deg);
}


.about_d .btm .swiper-slide-active,
.about_d .btm .swiper-slide-prev,
.about_d .btm .swiper-slide-prev2,
.about_d .btm .swiper-slide-next,
.about_d .btm .swiper-slide-next + .swiper-slide{opacity: 1 !important;transition: all 0s;}
.about_d .jtou{background: none;}
.about_d .jtl{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}


.about_d .jtr{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}


@media(max-width: 1920px){
    .about_d .btm .swiper-slide-next .nr{
        transform: translate(20%,360%) rotate(25deg);
    }

    .about_d .btm .swiper-slide-next + .swiper-slide .nr{
        transform: translate(36%,800%) rotate(52deg);
    }

    .about_d .btm .swiper-slide-next + .swiper-slide + .swiper-slide .nr{
        transform: translate(50%,1200%) rotate(79deg);
    }

    .about_d .btm .swiper-slide-prev .nr{
        transform: translate(-20%,360%) rotate(-25deg);
    }

    .about_d .btm .swiper-slide-prev2  .nr{
        transform: translate(-36%,800%) rotate(-52deg);
    }

    .about_d .btm .swiper-slide-prev3 .nr{
        transform: translate(-50%,1200%) rotate(-79deg);
    }

}

@media(max-width: 1100px){
    .about_a{
        padding: 40px 0 0;
    }
    .about_a .left{width: 100%;}
    .about_a .right{
        width: 100%;
        margin-top: 20px;
    }
    .about_b{padding-bottom: 60px;}
    .about_b .left{
        width: 100%;
        padding-top: 0;
    }
    .about_b .left .ul > li{margin-bottom: 20px;}
    .about_b .right{
        width: 100%;
        margin-top: 20px;
    }
    .about_b .right .zuobiao .t{display: none !important;}
    .about_b .right .zuobiao .i{
        width: 24px;
        height: 24px;
    }
    .about_b .right .zuobiao .i:after{
        width: 6px;
        height: 6px;
    }
    .about_c{padding: 40px 0;}
    .about_c .text{
        padding: 10px;
    }
    .about_c .img{padding: 20px 20px 10px;}
    .about_d{
        padding: 50px 0;
    }
    .about_d .top .nr{
        height: auto;
        padding: 30px 20px;
    }
    .about_d .top{
        width: calc(100% - 100px);
    }
}

.news_a{padding: 7vw 0 6.7vw;}
.news_a .news_tuijian .swiper-slide{transition:all 0.6s;}
.news_a .news_tuijian .swiper-slide-active{position:relative;z-index:6;}
.news_a .news_tuijian .nr{background: #404D55;padding: 20px;border-radius: 20px;height: 100%;}
.news_a .news_tuijian .left{width: 45.4%;display: flex;flex-wrap: wrap;align-content: space-around;padding: 3vw 5.7vw 3vw 2.1vw;}
.news_a .news_tuijian .left .js{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_a .lm .span{
    color: #00C1B8;
    background: rgba(0, 193, 184, 0.1);
    border-radius: 100px;
    padding: 4px 12px;
    margin-right: 10px;
}
.news_a .lm .time{color: rgba(255, 255, 255, 0.6);}
.news_a .news_tuijian .right{
    width: 54.6%;
    margin-left: auto;
}

.jtou .jt:nth-child(2){margin-left: auto;}

.news_a .news_tuijian .nr:hover .left .bt{text-decoration: underline;}
.news_a .btm .ul li{
    margin-top: 14px;
    --imgwidth: 280px;
    --textwidth:calc(100% - 280px);
}
.news_a .btm .ul li .nr{
    padding: 2vw 20px;
    background: #404D55;
    border-radius: 20px;
    overflow: hidden;
    flex-direction: row-reverse;
}

.news_a .btm .ul li .img{
    width: var(--imgwidth);
    transform: translateX(calc(var(--imgwidth)*-1));
    opacity: 0;
    transition: all 0.6s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(var(--imgwidth) * -1);
}
.news_a .btm .ul li .img img{transition: all 0;}
.news_a .btm .ul li .text{
    width:100%;
    padding: 0 1.1vw 0 0;
    transition: all 0.6s;
    margin-left: auto;
}

.news_a .btm .ul li .text .l{width: 79%;}
.news_a .btm .ul li .text .moe{margin-left: auto;}
.news_a .btm .ul li .text .js{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 58px;
}

.news_a .btm .ul li:hover .text .bt{text-decoration: underline;}
.news_a .btm .ul li:hover .moe{background: #00C1B8;transform: translateX(0);}

.news_a .btm .ul li:hover .text{width: var(--textwidth);padding-left: 1.6vw;}
.news_a .btm .ul li:hover .img{left: 0;opacity: 1;}

@media(max-width: 1500px){
    .news_a .btm .ul li .text .js{height: 50px;}
}
@media(max-width: 1100px){
    .news_a .news_tuijian .left{width: 100%;padding: 0;}
    .news_a .news_tuijian .right{
        width: 100%;
        margin-top: 20px;
    }
    .news_a .btm .ul li .img{display: none;}
    .news_a .btm .ul li .text{
        width: 100% !important;
        padding-left: 0 !important;
    }
    .news_a .btm .ul li .text .js{height: auto;}
    .news_a .btm .ul li .nr{padding: 20px 20px 34px;}
    .news_a .btm .ul li .text .l{width: 100%;}
    .news_a .btm .ul li .text .moe{margin-left: 0;margin-top: 20px;display: none;}
}

.newsxq_a{padding: 5.5vw 0 6.7vw;}
.newsxq_a ul li,
.newsxq_a ol li{ list-style: disc; margin-left:20px; }
.newsxq_a .left{
    width: 74.6%;
    background: rgba(64, 77, 85, 0.4);
    padding: 2.1vw 1.6vw 2.4vw;
    border-radius: 20px;
}
.newsxq_a .left .bt{line-height: 1.4;}

.newsxq_a .lm .span{
    color: #00C1B8;
    background: rgba(0, 193, 184, 0.1);
    border-radius: 100px;
    padding: 4px 12px;
    margin-right: 10px;
}
.newsxq_a .lm .time{color: rgba(255, 255, 255, 0.6);}
.newsxq_a .left .text{
    margin-top: 1.6vw;
    padding-top: 1.6vw;
    border-top: 1px solid rgba(185, 198, 206, 0.1);
}

.newsxq_a .left .text h2{color: #00C1B8;padding-left: 14px;position: relative;margin-bottom: 4px;}
.newsxq_a .left .text h2:before{
    width: 5px;
    height: 58%;
    top: 50%;
    background: #00C1B8;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    content: "";
}

.newsxq_a .left .text img{overflow: hidden;border-radius: 20px;}

.newsxq_a .left .text h3{
    padding-bottom: 14px;
    margin-bottom: 16px;
    position: relative;
    border-bottom: 1px solid rgba(185, 198, 206, 0.1);;
}

.newsxq_a .left .text h3:before{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #00C1B8;
    content: "";
}

.newsxq_a .left .text table{
    border-top: 1px solid rgba(185, 198, 206, 0.1);
    border-left: 1px solid rgba(185, 198, 206, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(180deg, #404D55 0%, #688192 97%);
}
.newsxq_a .left .text table tr td{
    border-bottom: 1px solid rgba(185, 198, 206, 0.1);
    border-right: 1px solid rgba(185, 198, 206, 0.1);
}
.newsxq_a .left .text table tr th{border-bottom: 1px solid rgba(185, 198, 206, 0.1);color: #fff;background: #00C1B8;}
.newsxq_a .left .text table tr th,
.newsxq_a .left .text table tr td{
    padding: 16px 10px;
}

.newsxq_a .left .text .table{overflow: auto;}

.newsxq_a .left .btm{
    border-top: 1px solid rgba(185, 198, 206, 0.1);
    margin-top: 3.6vw;
    padding-top: 2.6vw;
}

.newsxq_a .left .btm .l{
    width: 70%;
}
.newsxq_a .left .btm .l a{
    display: block;
    color: #fff;
    margin-bottom: 6px;
    font-weight: bold;
    overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.newsxq_a .left .btm .l a:last-child{margin-bottom: 0;}

.newsxq_a .left .btm .l a span{font-weight: initial;}
.newsxq_a .left .btm .l a:hover span{
    text-decoration: underline;
    color: #00C1B8;
}
.newsxq_a .left .btm .r{margin-left: auto;}

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

.newsxq_a .right .box{
    margin-bottom: 14px;
    background: #404D55;
    border-radius: 20px;
    padding: 0 1.3vw;
}

.newsxq_a .right .box:last-child{margin-bottom: 0;}
.newsxq_a .right .box .dbt{
    padding: 1.6vw 0;
}

.newsxq_a .right .box .ul li{
    border-top:1px solid rgba(185, 198, 206, 0.1);
    position: relative;
}
.newsxq_a .right .box .ul li:before{
    height: 1px;
    width: 0;
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    background: #00C1B8;
    transition: all 0.6s;
}
.newsxq_a .right .box .ul li .nr{
    padding: 1.6vw 0;
}

.newsxq_a .right .box .ul li a{color: #fff;}
.newsxq_a .right .box .ul li .bt{
    position: relative;
    padding-right: 20px;
    transition: all 0.6s;
}

.newsxq_a .right .box .ul li .bt:before{
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    background: url(../images/morebg1a.svg) no-repeat center center / cover;
    transition: all .5s;
}

.newsxq_a .right .box .ul li.cur .bt:before,
.newsxq_a .right .box .ul li:hover .bt:before{background: url(../images/morebg1b.svg) no-repeat center center / cover;}
.newsxq_a .right .box .ul li.cur .bt,
.newsxq_a .right .box .ul li:hover .bt{color: #00C1B8;}
.newsxq_a .right .box .ul li.cur:before,
.newsxq_a .right .box .ul li:hover:before{width: 100%;}

.newsxq_a .right .box .ol li{
    border-top: 1px solid rgba(185, 198, 206, 0.1);
}
.newsxq_a .right .box .ol li .nr{
    padding: 1.5vw 0;
}

.newsxq_a .right .box .ol li:hover .bt{text-decoration: underline;}
@media(max-width: 1100px){
    .newsxq_a{padding: 40px 0;}
    .newsxq_a .right{width: 100%;}
    .newsxq_a .left{
        width: 100%;
        padding: 30px 20px;
    }
    .newsxq_a .left .text h2{font-size: 18px;}
    .newsxq_a .left .text h3{font-size: 16px;margin-bottom: 10px;padding-bottom: 10px;}
    .newsxq_a .left .text{margin-top: 14px;padding-top: 14px;}
    .newsxq_a .left .text .table table{width: 1100px !important;}
    .newsxq_a .left .btm{margin-top: 20px;padding-top: 20px;}
    .newsxq_a .left .btm .r{margin-top: 20px;margin-left: 0;}
}

.jiejue_a{padding: 7.2vw 0 6.7vw;}
.jiejue_a .ul li{
    width: 32.7%;
    margin-right: 0.95%;
    margin-bottom: 1%;
    transition: all 0.6s;
    background: #404D55;
}
.jiejue_a .ul li:nth-child(3n){margin-right: 0;}
.jiejue_a .ul li .text{
    padding: 1.6vw;
}

.jiejue_a .ul li .text .bt{color: #fff;}
.jiejue_a .ul li:hover{background: #00C1B8;}
.jiejue_a .ul li:hover .moe{background: #FFFFFF;}
.jiejue_a .ul li:hover .moe:before{background: url(../images/morebg1b.svg) no-repeat center center / cover;}
@media(max-width: 1100px){
    .jiejue_a{padding: 40px 0;}
    .jiejue_a .ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 14px;
    }
    .jiejue_a .ul li .text{padding: 20px;}
}

.jiejue_a{
    padding: 6.2vw 0;
}
.jiejue_a .jiejue_a_box{background: #404D55;border-radius: 20px;padding: 20px;flex-direction: row-reverse;}
.jiejue_a .right{width: 49.3%;}
.jiejue_a .left{
    padding: 0 3.5vw;
    width: 50.7%;
}
.jiejue_a .left .text p{margin-bottom: 10px;}
.jiejue_a .left .text p:last-child{margin-bottom: 0;}

.jiejue_b{
    padding: 6.2vw 0;
    background: #1E282E;
}

.jiejue_b .top .title{
    width: 40%;
}

.jiejue_b .top .text{
    width: 50%;
    margin-left: auto;
    padding-top: 1.5vw;
}

.jiejue_b .btm{
    border-top: 1px solid rgba(185, 198, 206, 0.1);
    margin-top: 3.1vw;
    padding-top: 2.6vw;
}

.jiejue_b .btm .ul > li{
    background: #404D55;
    border-radius: 20px;
    width: 16.1%;
    margin-right: 0.625%;
    height: 300px;
    padding: 20px 20px 2.4vw;
    transition: all 0.6s;
    cursor: pointer;
}

.jiejue_b .btm .ul > li:last-child{margin-right: 0;}
.jiejue_b .btm .ul > li .nr{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: space-between;
}
.jiejue_b .btm .ul > li .jia{
    background: rgba(91, 106, 115, 0.4);
    width: 2.5vw;
    height: 2.5vw;
    display: block;
    border-radius: 10px;
    position: relative;
    margin-left: auto;
    display: block;
    transition: all 0.6s;
}

.jiejue_b .btm .ul > li .jia:before,.jiejue_b .btm .ul > li .jia:after{
    background: #fff;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.6s;
}

.jiejue_b .btm .ul > li .jia:before{width: 13px;height: 2px;}
.jiejue_b .btm .ul > li .jia:after{width: 2px;height: 13px;}

.jiejue_b .btm .ul > li .text{
    width: 100%;
}

.jiejue_b .btm .ul > li .text .bt{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  transition: all 0.6s;
}

.jiejue_b .btm .ul > li .text .wenzi{
    height: 100px;
    overflow: auto;
    margin-top: 10px;
    display: none;
    padding-right: 6px;
    opacity: 0;
}

.jiejue_b .btm .ul > li .text .wenzi::-webkit-scrollbar{
    width: 2px;
}
.jiejue_b .btm .ul > li .text .wenzi::-webkit-scrollbar-track{
    background: #ccc;
    width: 2px;
}

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


.jiejue_b .btm .ul > li.cur{
    width: 33.1%;
    background: #00C1B8;
}

.jiejue_b .btm .ul > li.cur .jia{
    background: #FFFFFF;
}
.jiejue_b .btm .ul > li.cur .jia:before,
.jiejue_b .btm .ul > li.cur .jia:after{background: #00C1B8;}
.jiejue_b .btm .ul > li.cur .jia:after{height: 0;}
.jiejue_b .btm .ul > li.cur .text .wenzi{display: block;animation: touming 0.4s 1;animation-fill-mode: forwards;animation-delay: 0.6s;}
@-webkit-keyframes touming {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes touming {
    0% {
        opacity: 0;
    }
    100% {
       opacity: 1;
    }
}


.jiejue_c{
    padding: 20px;
}
.jiejue_c .left{
    padding: 4.6vw 2vw 0 7.2vw;
    width: 50%;
}

.jiejue_c .left .left_box{width: 53%;}
.jiejue_c .left .left_box .num{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.jiejue_c .left .left_box .text .js { min-height:87px; }

.jiejue_c .left .left_box .jtou{margin-left: 0;}
.jiejue_c .right{width: 50%;}
.jiejue_c .right .img{display: none;}
.jiejue_c .right .img.cur{display: block;}
.jiejue_c .zhong{
    position: absolute;
    right: 55%;
    bottom: 3.1vw;
}
.jiejue_c .zhong .ul{border-right: 2px solid rgba(255, 255, 255, 0.2);}
.jiejue_c .zhong .ul li{margin-bottom: 20px;opacity: 0.5;transition: all 0.6s;cursor: pointer;line-height: 1;}
.jiejue_c .zhong .ul li:last-child{margin-bottom: 0;}
.jiejue_c .zhong .ul li .bt{text-align: right;padding-right: 14px;position: relative;}
.jiejue_c .zhong .ul li .bt:before{
    width: 2px;
    background: #00C1B8;
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    height: 0;
    z-index: 1;
    transition: all 0.6s;
}
.jiejue_c .zhong .ul li.cur{opacity: 1;}
.jiejue_c .zhong .ul li.cur .bt:before{height: 100%;}
.jiejue_d{
    background: #1E282E;
    padding: 6.2vw 0;
}

.jiejue_d .btm{flex-direction: row-reverse;}
.jiejue_d .btm .right{
    width: 50.6%;
    position: relative;
    padding: 0 40px;
}
.jiejue_d .btm .right .img{position: relative;z-index: 2;}
.jiejue_d .btm .right:before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 68px);
    background: #2E3940;
    border-radius: 20px;
    z-index: 1;
}
.jiejue_d .btm .right:after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: "";
    width: 100%;
    height: calc(100% - 100px);
    background: #252F35;
    border-radius: 20px;
    z-index: 0;
}

.jiejue_d .btm .right .img{display: none;}
.jiejue_d .btm .right .img.cur{display: block;}
.jiejue_d .btm .left{
    width: 49.4%;
    padding: 0 3.6vw 0 4vw;
}
.jiejue_d .btm .left .ul {border-left: 2px solid rgba(255, 255, 255, 0.1);}
.jiejue_d .btm .left .ul > li{margin-bottom: 20px;opacity: 0.2;transition: all 0.6s;padding-left: 30px;position: relative;}
.jiejue_d .btm .left .ul > li:last-child{margin-bottom: 0;}
.jiejue_d .btm .left .ul > li:before{
    content: "";
    background: #00C1B8;
    border-radius: 100px;
    width: 4px;
    height: 0;
    position: absolute;
    top: 0;
    left: -2px;
}
.jiejue_d .btm .left .ul > li .bt{cursor: pointer;}
.jiejue_d .btm .left .ul > li .js{display: none;}


.jiejue_d .btm .left .ul > li.cur{opacity: 1;margin-bottom: 30px;}
.jiejue_d .btm .left .ul > li.cur:before{height: 100%;}



@media(max-width: 1600px){
    .jiejue_c .left{padding-left: calc(6.5vw - 20px);}
    .jiejue_c .left .left_box { width:67%; }
}
@media(max-width:1300px) {
    .jiejue_c .zhong { left:34.5%; }
}
@media(max-width: 1100px){
    .jiejue_a{padding: 40px 0;}
    .jiejue_a .jiejue_a_box{padding: 30px 20px;}
    .jiejue_a .left{width: 100%;padding: 0;}
    .jiejue_a .right{width: 100%;margin-top: 20px;}
    .jiejue_b{padding: 40px 0;}
    .jiejue_b .top .title{width: 100%;}
    .jiejue_b .top .text{width: 100%;padding: 0;margin-top: 20px;}
    .jiejue_b .btm{
        margin-top: 30px;
        padding-top: 30px;
    }
    .jiejue_b .btm .ul > li,
    .jiejue_b .btm .ul > li.cur{width: 100%;height: auto;margin-bottom: 14px;padding: 20px;}
    .jiejue_b .btm .ul > li:last-child{margin-bottom: 0;}
    .jiejue_b .btm .ul > li .jia{width: 40px;height: 40px;}
    .jiejue_c{
        padding: 40px 4%;
    }
    .jiejue_c .left{width: 100%;padding: 0;}
    .jiejue_c .left .left_box{width: 100%;}
    .jiejue_c .right{width: 100%;margin-top: 20px;}
    .jiejue_d{
        padding: 40px 0;
    }
    .jiejue_d .btm .left{width: 100%;padding: 0;}
    .jiejue_d .btm .right{
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
    .jiejue_d .btm .right:before,.jiejue_d .btm .right:after{display: none;}
    .jiejue_d .btm .left .ul > li{margin-bottom: 12px;padding-left: 14px;}
    .jiejue_d .btm .left .ul > li.cur{margin-bottom: 16px;}
}


.backTop {
    position: fixed;
    right: 30px;
    bottom: 90px;
    width: 60px;
    height: 60px;
    
    display: none;
    
}
.backTop a { display:block; width:100%; height:100%; position:relative; background: #404D55; transition: all .5s; border-radius: 50%; }
.backTop a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.backTop a:hover{ background: #00C1B8; }



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





.header .header-r .der-l ul li { position: relative; }
.leibie { position: absolute; top: 48px; left: 50%; transform: translateX(-50%); padding-top: 32px; width: 570px; display: none; }
.header .header-r .der-l ul li:hover .leibie { display: block; }
.leibie .eibie { background: #20262A; background: rgba(38, 38, 38, 0.4); box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08); }
.leibie .eibie .biel { width: 200px; background: #282F35; padding: 32px 0 20px 20px; cursor: pointer; background: rgba(38, 38, 38, 0.4); box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08); }
.leibie .eibie .biel .ie { line-height: 60px; background: rgba(32, 38, 42, 0); transition: all .5s; padding-left: 20px; }
.leibie .eibie .biel .ie a { display:block; color:#fff; }
.leibie .eibie .biel .ie.cur { background: rgba(32, 38, 42, 1);  }

.leibie .eibie .bier { width: calc(100% - 200px); }
.leibie .eibie .bier .box { padding: 33px 30px; }
.leibie .eibie .bier .box .ox { background: rgba(40, 47, 53, 0); transition: all .5s; border-radius: 10px; padding: 23px 20px 23px 21px; }
.leibie .eibie .bier .box .ox .ol .o { font-size: 16px; color: #fff; line-height: 1; width: 34px; }

.leibie .eibie .bier .box .ox .ol .x { padding-left: 20px; border-left: 2px solid rgba(255, 255, 255, .2); margin-left: 19px; }
.leibie .eibie .bier .box .ox .ol .x a { display: block; width: 100%; line-height: 1.57; font-size: 14px; color: #fff; transition: all .5s; }
.leibie .eibie .bier .box .ox .ol .x a:hover { color: #00C1B8; }

.leibie .eibie .bier .box .ox:hover { background: rgba(40, 47, 53, 1); }
@media(max-width:1500px) {
    .leibie .eibie .bier .box { padding: 20px; }
    .leibie .eibie .bier .box .ox { padding: 15px; }
}






.jtou:has(> .jt.swiper-button-lock) {
  /* 你的样式 */
    display: none;
}




















