body{font-size: 16px;} 
.w80{ width:min(86%,1440px);   margin: 0 auto;  }

header{ position: sticky; width: 100%; top: 0; z-index: 100; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .15);}
header .con{ padding: 0 5vw;}

.oneNav{ line-height: 100px; white-space: nowrap; display: block; padding: 0 2vw; font-size: 18px; font-weight: bold;}
.oneNav span { position: relative;}
.oneNav span::after{ width: 100%; height: 2px; display: block; content: ''; background: var(--blue); transition: all .36s; transform:scale(0,1) ; position: absolute; left: 0; bottom: -10px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-transform:scale(0,1) ; -moz-transform:scale(0,1) ; -ms-transform:scale(0,1) ; -o-transform:scale(0,1) ; }
nav li{ position: relative;}
nav li.on .oneNav span::after,nav li:hover .oneNav span::after{ transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); }
nav:hover > li:not(:hover) .oneNav{ color: #333; }
nav:hover > li:not(:hover) .oneNav  span::after{ transform:scale(0,1) ; -webkit-transform:scale(0,1) ; -moz-transform:scale(0,1) ; -ms-transform:scale(0,1) ; -o-transform:scale(0,1) ; }
nav  li dl{position:absolute;text-align: center;min-width:150px; width: auto;top:100%;left: 50%; background:#fff;   -webkit-box-shadow:0 13px 42px 11px rgba(0,0,0,.15);box-shadow:0 13px 42px 11px rgba(0,0,0,.15);
    border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
nav  li dl dd{white-space: nowrap;height:50px;line-height:50px;border-bottom:1px solid #eee;transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease}
nav  li dl dd:last-child{border-bottom:0}
nav  li dl dd a{ padding: 0 20px;  font-size:14px; color:#333!important; font-weight: normal!important; transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease;display:block }
nav  li dl dd:hover{background:var(--blue)}
nav  li dl dd:hover a{color:#fff!important;}
/* nav  li dl:before{content:"";position:absolute;border-width:0 9px 9px;border-style:solid;border-color:transparent transparent #f6f1e1;top:-9px;left:50%;margin-left:-9px} */
nav  li dl{pointer-events: none;  visibility:hidden; opacity:0; filter:alpha(opacity=0); transform:translateX(-50%) translateY(20px); -ms-transform:translateX(-50%) translateY(20px); -o-transform:translateX(-50%) translateY(20px); -webkit-transform:translateX(-50%) translateY(20px); -moz-transform:translateX(-50%) translateY(20px); transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; }
nav  li:hover dl{ pointer-events: auto;visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }
@media screen and (min-width:750px) {
    nav li.on .oneNav,nav li:hover .oneNav{ color: var(--blue);}
}

   
.h_nav{ height: 60px; width: 60px; background-color:var(--blue); padding: 18px 8px ;    align-items: flex-end; display: flex;}
.h_nav .burger{ width: 100%;  height: 1px ; background: #fff;  transition: .8s; display:inline-block;       }
.h_nav .burger:first-child{ animation: long 2s linear infinite; -webkit-animation:; }
.h_nav .burger:nth-of-type(2){  width: 50%;}
.h_nav .burger:nth-of-type(3){ animation: long 3s linear infinite; -webkit-animation: long 3s linear infinite; }
.h_nav.close .burger:first-child{ display: none;}
.h_nav.close .burger:nth-of-type(3){ display: none;}
.h_nav.close .burger:nth-of-type(2) {    position: relative;    z-index: 1; width: 80%;}
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      content: '';   position: absolute;      top: 0;      left: 0;      width: 100%;      height: 100%;      background: #fff;      opacity: 0;      z-index: 1;}
.h_nav.close .burger:nth-of-type(2) {    background: transparent;    transform: rotate(-180deg); }
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      opacity: 1;      transition: all .3s; }
.h_nav.close .burger:nth-of-type(2):before {     transform: rotate(45deg); }   .h_nav .burger:nth-of-type(2):after {     transform: rotate(-45deg); }

.nav{ color: #fff !important; width: 100%; height: calc(100vh - 60px) ; transition:all .6s ; transform: translateX(100%); background-color: #000; position: fixed; top: 60px; right: 0; flex-direction: column; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; }
.nav.show{ transform:translateX(0) ;  -webkit-transform:translateX(0) ; -moz-transform:translateX(0) ; -ms-transform:translateX(0) ; -o-transform:translateX(0) ; }
.nav li.go-child{ border-top: 1px solid rgba(255, 255, 255, 0.25); position: relative;}
.nav li.go-child>a{ line-height: 60px; padding: 0 20px; font-size: 16px;}
.h_nav.close{align-items: center; justify-content: center;}
.erji{ width: 60px; height: 60px; position: absolute; right: 0 ; top: 0; display: flex; align-items: center; justify-content: center; font-size: 30px; z-index: 10;
 background: url(../images/jia.png) no-repeat center center; background-size: 40% auto;}
 .nav li.go-child.on .erji{ background: url(../images/jian.png) no-repeat center center; background-size: 40% auto;}
.nav-down li a{ line-height: 50px; border-top: 1px solid rgba(255, 255, 255, 0.25); display: block; padding-left: 25px; font-size: 14px; opacity: 0.8; }
.nav{   overflow-y: scroll;   }
.nav::-webkit-scrollbar {/*滚动条整体样式*/    /*高宽分别对应横竖滚动条的尺寸*/  width: 1px;}
.nav::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 3px; background: #555; width: 1px; }
.nav::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #000; width: 1px; }

.zwHeader{ height: 100px;}
.zw{margin-top: -100px; padding-top: 100px;}
 
.idxBanImg{ width: 100%;  object-fit: cover; min-height: 360px;}
/* background: rgba(0, 0, 0, .3); */
.idxBan .text{  padding-top: 10vh;}
 .idxBan{ z-index: 80;}
.idxBan  .roundImg{ width: 28vw; position: absolute; left: -5vw; top: -10vw; z-index: -1;}
/* .idxBan .swiper-slide-active .idxBanImg{ animation: swiper_img_move 8s linear 0s infinite normal both ; -webkit-animation: swiper_img_move 8s linear 0s infinite normal both ; } */
.idxbanMore .right{ width: 38px; height: 38px; margin-left: 90px;}
.idxbanMore .right::before{ width:20%; height: 20%; border-radius: 50%; position: absolute; left: 40%; top: 40%; display: block; content: ''; background: #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.idxbanMore .right::after{ width:200%; height: 1px; position: absolute;  right: 50%; top:49%; display: block; content: ''; background: rgba(255, 255, 255, .45);  }
.idxbanMore:hover{ box-shadow: 0 0 15px rgba(255, 255, 255, .15); background: var(--blue); border-color: var(--blue);}
.idxbanMore:hover .right{ margin-left: 60px;}

.idxBan  .slide3 .roundImg,.idxBan  .slide2 .roundImg,.idxBan  .slide3 .idxbanMore,.idxBan  .slide2 .idxbanMore{ display: none;}
 
 .w38{ width: 38%; } 

.about_video_logo{-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-repeat:no-repeat;
	mask-repeat:no-repeat;-webkit-mask-position:center center;position:sticky;top:0;width:100%;height:100vh;z-index:10;}
.about_video_ht{width:100%;height:50vh;}
.videoBg{width:100%;height:100%;object-fit:cover; }
.videoBg::-webkit-media-controls-enclosure{display:none;}

.aboutNeiLogo{-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-repeat:no-repeat;   -webkit-mask-size: auto 96%;mask-size: auto 96%;
	mask-repeat:no-repeat;-webkit-mask-position:center center; width:100%;height:40vh;z-index:10;}

  .idxSmll{ padding: 16vh 0;}
 /* .idxSmll{  background-image: linear-gradient(to right,#145086,#34a33a);} */
  /* .idxSmll{ background: url(../images/idxAboutBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;} */
/* .idxSmll::after{ display: block; content: ''; position: absolute; top: 0; left: 0; width: 100% ; height: 100%; position: absolute; left: 0; top: 0; background: rgba(12,60,134, .9);}   */
.idxAbout{ background: url(../images/idxAboutBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.idxAbout::after{ display: block; content: ''; position: absolute; top: 0; left: 0; width: 100% ; height: 100%; position: absolute; left: 0; top: 0; background: rgba(255, 255, 255, .9);}  
.idxAbout .more .round{ width: 70px; height: 70px; margin-left: -20px; box-shadow: 0 0 15px rgba(12,60,134, .3);}
.idxAbout .more:hover .round{ transform: scale(0.8) rotate(45deg); -webkit-transform: scale(0.8) rotate(45deg); -moz-transform: scale(0.8) rotate(45deg); -ms-transform: scale(0.8) rotate(45deg); -o-transform: scale(0.8) rotate(45deg); }

.idxAbout .img{ width: 100%; padding-bottom: 52%;}
.partnerSwiper .swiper-slide{ height: 100px;}
.partnerSwiper .swiper-slide img{ max-width: 100%; max-height: 100%; filter: grayscale(100%); transition: all 0s; -webkit-filter: grayscale(100%); -webkit-transition: all 0s; -moz-transition: all 0s; -ms-transition: all 0s; -o-transition: all 0s; }
.partnerSwiper .swiper-slide:hover img{ filter: none; -webkit-filter: none; }

.idxAbout .playIcon{ width: 120px; height: 120px; position: absolute;  left: 50%; top: 50%; margin-left: -60px; margin-top: -60px; z-index: 10;  
    animation: rotate 10s linear infinite; transition: ease 1s; -webkit-animation: rotate 10s linear infinite; }

    @keyframes rotate {
        50% {
            border-radius: 38%;
            transform: rotate(180deg);
            -webkit-border-radius: 38%;
            -moz-border-radius: 38%;
            -ms-border-radius: 38%;
            -o-border-radius: 38%;
    } 100% {
            border-radius: 45%;
            transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
    }
    }

    

    .apper_1 {
        width: 100%;
        height: 100%;
      }
      .apper_1 picture {
        width: 100%;
        height: 100%;
      }
      .apper_1 img {
        width: 100%;
        height: 100%;
      }
      .apper_2 {
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
      .apper_2 img {
        width: 100%;
        height: 100%;
      }
     
      @media screen and (min-width:1040px) {

        .apper_3 {
            opacity: 0;
            z-index: 3;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(6px);
           
          }
       }
    
    
/*
.idxBusCon{ height: 916px;}
 .idxBusCon{ background: url(../images/idxBusBg.jpg) no-repeat center center; background-size:cover;} */
.idxBusCon{ height:816px;}

.idxBusConImg { position: absolute; top: 0; left: 0; z-index: 1;}
.idxBusConImg .img{ display: none; transition: all .36s; animation: scaleIn 2s forwards cubic-bezier(0.4, 0, 0.49, 0.93); -webkit-animation: scaleIn 2s forwards cubic-bezier(0.4, 0, 0.49, 0.93); }
.idxBusConImg .img.on{ display: block;}
.idxBusConImg .img span{ position: absolute; top: 0; left: 0; background-image: linear-gradient(to right,rgba(16,116,188,.8),transparent);  width: 100%; height: 100%;z-index: 10;}
.idxBusConImg .img img{ width: 100%; height: 100%; object-fit: cover;}

.idxBus .one{ display: inline-block; width:100%; position:absolute; right:0px; top:0; height:100%; background:url(../images/bnn1.png) no-repeat 50%/cover;}
.idxBus .one_on{ display: inline-block; width:100%; position:absolute; right:-20px; top:0; height:100%; opacity:0; background:url(../images/bnn1.png) no-repeat 50%/cover;}
.idxBus .two{ display: inline-block; width:100%; position:absolute; right:0px; top:0; height:100%;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;
     background:url(../images/bnn2.png) no-repeat 50%/cover;}
.idxBus .one img,.two img,.one_on img{ width:100%; display:none;}

.idxBus .one.on{ transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; opacity:0;}
.idxBus .one_on.on{ right:0px; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; opacity:1;}


@media screen and (min-width:1040px) { 

.idxBusLeft{ position: absolute; width: 50%; height:100%; right: 50%; top:0; max-width:700px;  z-index: 10;}
.idxBusLeft .yffwIndexXun{ display: flex; align-items: center; position: absolute; width: 0; height: 0; cursor:pointer;}
.idxBusLeft .yffwIndexXun:nth-child(1){ left:calc( 100% * ( 525 / 700)); top:calc( 100% * ( 240 / 816)); }
.idxBusLeft .yffwIndexXun:nth-child(2){ left:calc( 100% * ( 556 / 700)); top:calc( 100% * ( 380 / 816));}
.idxBusLeft .yffwIndexXun:nth-child(3){ left:calc( 100% * ( 559 / 700)); top:calc( 100% * ( 520 / 816));}
.idxBusLeft .yffwIndexXun:nth-child(4){ left:calc( 100% * ( 530 / 700)); top:calc( 100% * ( 660 / 816));}
}




.idxBusLeft .yffwIndexXun .yixDots{ width: 0; top: 4px; position: absolute; left:0; }
.idxBusLeft .yffwIndexXun .yixDots .yixDots1{ width:8px; height:8px; border-radius:8px; background: #fff; margin:-4px 30px 0 -4px; }
.idxBusLeft .yffwIndexXun .yixDots .jdt{ opacity:0;   width: 54px; position: absolute; height: 54px; left: -27px; top: -27px; transform: rotate(-90deg); transform-origin:27px;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}

.idxBusLeft .yffwIndexXun.on .yixDots .jdt{ opacity:1; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.idxBusLeft .yffwIndexXun.on .yixDots .jdt3{ animation: jdt3 infinite 5s linear; }
.idxBusLeft .yffwIndexXun.on  .yixTitle{ color: #FFF; font-size: 1.2em;}

@keyframes jdt3{
    0%{ stroke-dasharray:0 190; stroke-dashoffset: 0;}
    100%{ stroke-dasharray:190 0; stroke-dashoffset: 0;}
}  

.idxBusRight{ width: 50%; right: 0; top: 0; height: 100%; z-index: 10;  position: absolute;}
.idxBusRight a:hover{ opacity: .6;}

.idxBusRight .box{ background: url(../images/idxBusRightBg.png) no-repeat center center ; background-size: 100% 100%;}

.idxBusRight .more:hover{ background: #fff; color: var(--blue); opacity: 1; box-shadow: 0 0 15px rgba(0, 0, 0, .3); transform:translateX(25px); -webkit-transform:translateX(25px); -moz-transform:translateX(25px); -ms-transform:translateX(25px); -o-transform:translateX(25px); }
.idxBusRight li{ display: none; animation: topFloat 1s; -webkit-animation: topFloat 1s; }
.idxBusRight li.on{  display: block;  }
/* .idxBusRight .box i span{  position: absolute;}
.idxBusRight .box i span:nth-child(1){ left: 0; top: 0; width: 100%; height: 1px; background-image: linear-gradient(to right,rgba(255,255,255,.8),rgba(255,255,255,.0));}
.idxBusRight .box i span:nth-child(2){ right: 0; top: 0; width: 1px; height:  100%; background-image: linear-gradient(to bottom,rgba(255,255,255,.8),rgba(255,255,255,.0));}
.idxBusRight .box i span:nth-child(3){ left: 0; bottom: 0; width: 100%; height: 1px; background-image: linear-gradient(to left,rgba(255,255,255,.8),rgba(255,255,255,.0));}
.idxBusRight .box i span:nth-child(4){ left: 0; top: 0; width: 1px; height: 100%; background-image: linear-gradient(to top,rgba(255,255,255,.8),rgba(255,255,255,.0));} */

.w52{ width: 52%;}
.idxCaseSwiper{ padding: 25px 0;}
.idxCaseSwiper .img{ width: 100%; padding-bottom: 120%;}
.idxCaseSwiper .text .more{ border-color: #333;}
.idxCaseSwiper .text .more:hover{ transform: translateX(20px); background: #fff; color: var(--blue); -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); }
.idxCaseSwiper .swiper-slide.swiper-slide-active{ background: var(--blue); color: #fff;}
.idxCaseSwiper .swiper-slide.swiper-slide-active .text .more{ border-color: #fff;}
.idxCaseSwiper .swiper-slide.swiper-slide-active:hover{ box-shadow: 5px 0 25px rgba(0,0,0, .3);}
.idxCaseSwiper .swiper-slide:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
  
.mySwiperBtn{ width: 64px; height: 64px;}
.mySwiperBtn:hover{ opacity: 1; color: #fff; background: var(--blue);}
.idxCase .pagination{ position: relative; height: 5px; background: #fafafa;}

.linka a:hover{  color: var(--blue);}
.idxNews .con a .tit span{
    /*text-decoration: underline;
    */background-image: linear-gradient(currentColor 0, currentColor 0);
    background-image: linear-gradient(currentColor 0 0);
    background-position: 0 calc(100% - 1px);
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  }
  .idxNews .con a:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
    

.idxNewsLeft .img{ width: 44%;}
.idxNews .con .img .posi{ width: 100%; padding-bottom: 62%;}
.idxNewsLeft .text{ width: 52%;}
.idxNewsMore span{ border: 1px solid var(--blue); width: 24px; height: 24px; border-radius: 50%; display: inline-block; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.idxNewsMore span::after{ transition:all .36s ; content: "\ea66"; display: block; font-family: "iconfont" !important; font-size: 20px; position: absolute; left: 15px; -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.idxNews .con a:hover .idxNewsMore span::after{ left: -10px;}
.idxNewsItem:hover .img{ box-shadow: 0 0 20px rgba(12,60,134, .3);}
.idxNews .con a:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
@media screen and (min-width:750px) {.idxNewsLeft a:last-child{ border-bottom: none; margin-bottom: 0;} }


footer{ background: url(../images/footBg2.jpg) no-repeat center center; background-size: cover; background-attachment: fixed; }
footer::before{ width: 100%; height: 100%; position: absolute; left: 0; top: 0;   background-image: linear-gradient(to bottom,var(--blue),transparent); display: block; content: ''; z-index:2 ; }
footer::after{ width: 100%; height: 100%; position: absolute; left: 0; top: 0;   background-image: linear-gradient(to top,rgba(0,0,0,.8),transparent); display: block; content: ''; z-index: 1; }
.footerText{ width: 22vw; min-width: 200px;}
.footerNav a{ padding:  0 3vw;}
footer a:hover{ opacity: .74;}

.ewmBox{ width: 212px; height: 212px;}
.ewmBox::after{ display: block; content: ''; width: 100%; height: 100%; opacity: .4; position: absolute; left: 0; top: 0; background: url(../images/ewmBoxBg.png) no-repeat center center; background-size: 100% 100%; animation: rotate 10s linear infinite; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; -webkit-animation: rotate 10s linear infinite; }


.neiBan{ max-height: calc(100vh   - 100px);   }
.neiBan::after{ display: block; content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%;  background-image: linear-gradient(to right,rgba(0, 0, 0, .6),transparent);}
.neiBanImg{ width: 100%;  object-fit: cover;}
.neiBan .text{  padding-bottom: 90px; position: absolute; left: 0; top:50%; transform: translateY(-50%); z-index: 10; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }

.neiBanImgAnimation{animation: zoomBig 2s  forwards; -webkit-animation: zoomBig 2s  forwards;}
.subNav{ position: absolute; left: 0; bottom: 0; width: 100%; z-index: 20; background: rgba(0, 0, 0, .2);}
.subNav a{ flex: 1 ; line-height: 90px;   white-space: nowrap;}
.subNav a.on,.sidebar a.on{ background: var(--blue); color: #fff;}
.subNav a:hover,.sidebar a:hover{ opacity: .8;}
.subNav a.on:hover .sidebar a.on:hover{ opacity: 1; }

.briefTit{ position: absolute; left: 0; top: 0; z-index: 5;}
.brief{ background: url(../images/briefBg.png) no-repeat bottom right;}
.cultureCon{ padding-left: 6.3vw;}
/* .cultureUl li:hover .cultureIcon{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); } */
.cultureUl .line{ width: 1px; height: 60px; background: rgba(255, 255, 255, .5);}
.culture::after{ display: block; content: '' ; background: var(--blue); position: absolute; left: 0; bottom: 0; width: 100%; height: 90%;}
.cultureUl li:hover{ padding-bottom: 5%;}
.cultureBg{ min-height: 400px; object-fit: cover;}
.cultureUl li{ padding-left: 20px; padding-right: 20px;}

.history{ background: url(../images/historyBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed; }
.history::after{ display: block; content: '' ; background: rgba(12,60,134, .2); position: absolute; left: 0; bottom: 0; width: 100%; height: 100%;}
.historyTop .line{ width: 1px; height: 100px; background: rgba(255, 255, 255, .15);}
.historyBot .swiper-slide{ height: 90px; line-height: 2;}
.historyBot .swiper-slide.swiper-slide-thumb-active{ color: #fff; font-size: 2em;}
.historyBot .swiper-slide.swiper-slide-thumb-active span{ border-bottom: 4px solid #fff;}
.neiBanImgAnimation{animation: zoomBig 2s  forwards; -webkit-animation: zoomBig 2s  forwards;}

.sidebar .on{ background: var(--blue); color: #fff;}
.honorList li{ width: calc((100% - 120px)/3); margin-right: 60px;}
.honorList li:nth-child(3n){ margin-right: 0;}
.honorList li .img{ padding-bottom: 80%;}
.honorList li:hover{ box-shadow: 9px 0 25px rgba(0, 0, 0, .2); color: var(--blue);}

.busList li .img{ padding-bottom: 129%;}
.busList li .item span{ min-width: 32.3%; margin-right: 1%;}
.busList li .more{ position:  absolute; bottom: 0; left: 0;}
.busList li:hover .tit{ color: var(--blue);}
.busList li .more:hover{ background: var(--blue); color: #fff; transform: translateX(15px); -webkit-transform: translateX(15px); -moz-transform: translateX(15px); -ms-transform: translateX(15px); -o-transform: translateX(15px); }
.busList li:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.busList li:hover{box-shadow: 9px 0 25px rgba(0, 0, 0, .2); }
/* .busList li:nth-child(2n){ flex-direction: row-reverse;} */

.caselist a{ width: calc((100% - 50px)/2); margin-right: 50px;}
.caselist a:nth-child(2n){ margin-right: 0;}
.caselist a::before{ display: block; content: ''; transition: all .36s; background: var(--blue); position: absolute; left: 0; top: 0; width: 0; height: 100%; z-index: 1; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.caselist a::after{ display: block; content: ''; z-index: 4; background: url(../images/caselistBg.png) no-repeat left bottom; background-size:50% auto ; width: 100%; height: 100%; opacity: .1;  position: absolute; left: 0; bottom: 0;}
.caselist .moreIcon{ position: absolute; top: 0; right: 0; z-index: 3; }
.caselist a:hover::before{ width: 100%;}
.caselist a:hover div{ color: #fff !important;}
.caselist a:hover{ box-shadow: 9px 0 25px rgba(0, 0, 0, .2); transform:translateY(-10px) ; -webkit-transform:translateY(-10px) ; -moz-transform:translateY(-10px) ; -ms-transform:translateY(-10px) ; -o-transform:translateY(-10px) ; }
.caselist a:hover .more{ border-color: rgba(255, 255, 255, .4); transform: translateX(15px); -webkit-transform: translateX(15px); -moz-transform: translateX(15px); -ms-transform: translateX(15px); -o-transform: translateX(15px); }
.caselist a .moreIcon{ width: 11%;}

.strengthOne::after{ display: block; content: ''; width: 40vw; height: 40vw; border-radius: 50%; top: -20vw; left: -20vw; position: absolute; background: rgba(12,60,134, .2); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.technical{ background: url(../images/technicalBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.technical::after{ display: block; content: ''; width: 100%; height: 100%; top: 0; left:0; position: absolute; background: rgba(12,60,134, .45);  }

.team{ background: url(../images/teamBg.png) no-repeat left bottom; background-size: 100% auto;}
.teamRound{ transition: all 10s; width: 41vw; position: absolute; right: -3vw; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transition: all 10s; -moz-transition: all 10s; -ms-transition: all 10s; -o-transition: all 10s; }
.teamUl .on,.teamUl .w48:hover{ background: var(--blue); color: #fff;}
.teamUl .on div,.teamUl .w48:hover div{ color: #fff !important;}
.team:hover .teamRound{ right: 50%;}
 
.teamUl:hover > .w48:not(:hover)  { background: #fff; }
.serviceUl li{  width: calc(100% / 3);}
.serviceUl li:nth-child(2n){ background: #0d479f;}
.serviceUl li .serviceIcon{ height: 60px;}
.serviceUl li::after{ display: block; content: ''; opacity: 0; transition: all .36s; width:100%; height: 50%; position: absolute; left: 0; top: 50%; transform:  translateY(-50%); background: url(../images/serviceBg.jpg) no-repeat center center  ; background-size: cover; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-transform:; -moz-transform:; -ms-transform:; -o-transform:; }
.serviceUl li:hover::after,.serviceUl li.on::after{ height: 120%;  opacity: 1;}

.serviceUl:hover li:not(:hover)::after{ opacity: 0; height: 100%; }
.newslist li:first-child{ margin-top: 0;}
.newslist li .img{ width: 100%; padding-bottom:65% ;}
.newslist li:hover{ box-shadow: 9px 0 25px rgba(0, 0, 0, .1);}
.newslist li:hover .more{ background: var(--blue) ; color: #fff; padding: 8px 15px;}
.newslist li:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.clickBtn:hover{ opacity: 0.8;}
.clickBtn .icon-direction-up{ transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }

.contactStyle{ background: #f4f5f6;}
.contactStyle li { width: calc(100% / 3);}
.contactStyle li:last-child{ border-right: none;}
.contactEwm{ width: 135px;}

.mapBox{ width: 100%; height: 60vh;  ;}