body{font-size: 16px;} 
.w80{ width: 80%; margin: 0 auto; max-width: 1480px;}
header{ width: 100%; position: fixed; top: 0; left: 0; z-index: 100; color: #fff;}
header::after{ width: 100%; height: 0;  display: block; content: ''; position: absolute; left: 0; top: 0; background-color: #fff; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
header .con{width: 80%; margin: 0 auto; max-width: 1480px;}
.logoImg{ filter: grayscale(100%) brightness(500%); -webkit-filter: grayscale(100%) brightness(500%); }
nav{ width: 48vw; }
nav .oneNav:hover{ color: var(--blue);}
 
.oneNav{ font-size: 20px; line-height: 100px;}
nav  li dl{position:absolute;text-align: center;min-width:150px; width: auto;top:115px;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{ 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{ 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{ color: var(--blue);} 
}



.linka a:hover{ color: var(--blue);}
.searchBtn{ width: 50px; height: 50px; border: 2px solid rgba(255, 255, 255, .25);}
.languageBtn{ height: 50px; border-radius: 25px; border: 2px solid rgba(255, 255, 255, .25); -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; }
.languageUl{ position: absolute; top: 100px; width: 100px;  line-height: 50px; right: 0;    }
.languageUl a{ display: block;}
.languageUl a:hover{ color: #fff !important; background-color: var(--blue);}
.languageUl{ visibility:hidden; opacity:0; filter:alpha(opacity=0); transform: translateY(20px); transition:all .53s }
.languageBtn:hover .languageUl{ visibility:visible; opacity:1; filter:alpha(opacity=100);  transform:translateY(0); }


header.scroll::after{ height: 100%;}
header.scroll{ color: #333; box-shadow: 0 0 10px rgba(0, 0, 0, .15);}
header.scroll .logoImg{ filter:none; -webkit-filter:none; }


.h_nav{ height: 60px; width: 60px;  padding: 18px 8px ;    align-items: flex-end;  }
.h_nav.close{align-items: center; justify-content: center;}
.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: long 2s linear infinite; }
.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); }

.banner .txt{position: absolute; top: 0; left: 10vw;}
.banner .more{ height: 60px; border: 2px solid rgba(255, 255, 255, .25); border-radius:30px ; -webkit-border-radius:30px ; -moz-border-radius:30px ; -ms-border-radius:30px ; -o-border-radius:30px ; }
.banner .more::after{ width: 0; height: 100%; display: block; content: ''; position: absolute; left: 0; top: 0; background-color: var(--blue); transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.banner .more:hover::after{ width: 100%;}
.banner .more:hover{ box-shadow: 0 0 0 8px rgba(255, 255, 255, .25);}
.banImg{ width: 100%; height: 100vh; object-fit: cover; min-height: 350px;}
.banner .bottom{ width: 80%;   max-width: 1480px; left: 10vw; bottom: 5vh; z-index: 10; position: absolute;}
.banner .pagination .swiper-pagination-bullet{ width: 15px; height: 15px; opacity: 1; transform: scale(.6); transition: all .36s; background-color: #fff; margin: 0 10px !important; -webkit-transform: scale(.6); -moz-transform: scale(.6); -ms-transform: scale(.6); -o-transform: scale(.6); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }

.banScoll{ width: 26vw; position: absolute; left: 50%; bottom: -5vh; transform: translateX(-50%);  -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.downScoll{ position: absolute; width: 9%; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.banScoll:hover  .downScoll{ transform: translate(-50%,-40%); -webkit-transform: translate(-50%,-40%); -moz-transform: translate(-50%,-40%); -ms-transform: translate(-50%,-40%); -o-transform: translate(-50%,-40%); }

.button{ width: 70px; height: 70px;color: #fff; background-color: rgba(255, 255, 255, .25);}
.button:hover{ background-color: #fff; color: var(--blue);}

.idxAbout{ background: url(../images/aboutbg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.idxAbout .line{ height: 6px;}
.idxmore .round{ width: 50px; height: 50px; border: 1px solid #fff;}
.f100{ font-size: 100px;}
.idxAbout .miao{text-stroke:1px #fff;-webkit-text-stroke: 1px #fff; color: transparent; }
 .idxmore:hover .round{ background-color: #fff; color:var(--blue) ; transform: rotate(45deg); -webkit-transform:; -moz-transform:; -ms-transform:; -o-transform:; }

.idxPro{ background: url(../images/idxProbg.jpg) no-repeat left top #fff;  }
/* .idxProUl{display: grid; grid-gap: 80px; grid-template-columns: repeat(3,1fr);} */
 .idxProUl li{ width: 30%; margin-right:5%; margin-bottom: 80px;}
 .idxProUl li:nth-child(1){ margin-top:300px;}
.idxProUl li:nth-child(2){ margin-top: 150px;}
.idxProUl li:nth-child(3n){ margin-right: 0;}  
.idxProUl li .img{ transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }  
.idxProUl li .img + .img{ margin-top: 80px;}
.idxProUl li img{ width: 100%; height: 100%; object-fit: cover; }
.idxProUl li .txt{ width: 100%; position: absolute; left: 0; bottom: 0; background: url(../images/idxProbg.png) no-repeat center bottom  ; background-size: 100% 100%;  z-index: 5; }
.idxProUl li .more{  background-image: linear-gradient(to right,#1074bc,#55eaee);}
.idxProUl li .img:hover 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); }
.idxProUl li .img:hover{ transform: scale(0.96); -webkit-transform: scale(0.96); -moz-transform: scale(0.96); -ms-transform: scale(0.96); -o-transform: scale(0.96); }

.proMoreIcon{ width: auto !important; height: auto !important; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.idxTitle .f160{ font-size: 160px; color: rgba(0, 0, 0, .02); position: absolute; top: 0; left: 0; line-height: 0.6;}
.idxPro .idxTitle{ position: absolute; left: 0; top: 0;}
 

.idxService .idxTitle .f160{   color: rgba(255, 255, 255, .05); }

.serviceImg { position: absolute; top: 0; left: 0; z-index: 1;}
.serviceImg .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); }
.serviceImg .img.on{ display: block;}
.serviceImg .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;}
.serviceImg .img img{ width: 100%; height: 100%; object-fit: cover;}

.idxService .con{background: url(../images/serviceline.png) no-repeat center center; background-size: 100% 100%; height: 82PX;  margin: 15vh 0;  }
.yyUl li{ position: absolute; cursor: pointer;}
.yyUl li .dot{ width: 52px; height: 52px; border: 2px solid rgba(255, 255, 255, .3); }
.yyUl li .dot::before{ width: 50%; height: 50%; display: block; content: ''; position: absolute; border-radius: 50%; top: calc(25% - 1px); left: calc(25% - 1px); border: 2px solid rgba(255, 255, 255, .3); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.yyUl li .dot::after{ transition: all .36s; width: 20%; height: 20%; display: block; content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; background-color: #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.yyUl li .dot i{ transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); }
.idxService .yyUl li .tilte{ opacity: 0; transform:translateY(-10px) ; -webkit-transform:translateY(-10px) ; -moz-transform:translateY(-10px) ; -ms-transform:translateY(-10px) ; -o-transform:translateY(-10px) ; }

.idxService .yyUl li.on .tilte{ opacity: 1; transform:translateY(0) ; -webkit-transform:translateY(0) ; -moz-transform:translateY(0) ; -ms-transform:translateY(0) ; -o-transform:translateY(0) ; }
.idxService .yyUl li.on .dot::after,.idxService .yyUl li:hover .dot::after{ width: 80%; height: 80%;   }
.idxService .yyUl li.on .dot i,.idxService .yyUl li:hover .dot i{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }

.idxService .yyUl li:nth-child(1){ left: 15.6vw;top: -30%;}
.idxService .yyUl li:nth-child(2){ left: 32.8vw; top: -9%;}
.idxService .yyUl li:nth-child(3){ left: 50vw; top: 38%;}
.idxService .yyUl li:nth-child(4){ left: 66.3vw; top: 66%;}
.idxService .yyUl li:nth-child(5){ left: 83.4vw; top: 50%;}

.serviceDescUl li{ display: none; animation: topFloat .36s; -webkit-animation: topFloat .36s; }
.serviceDescUl li.on{ display: block;}
.idxNews .idxmore .round{ border-color: #e5e5e5;}
.idxNews .idxmore:hover .round{ background-color: var(--blue); color: #fff;}

.nwsItem .txt .title{ height: 3em; overflow: hidden;}
.nwsItem .txt .more{ border-bottom: 1px solid #aaa; display: inline-flex;}
.nwsItem:hover .txt .more{ padding-left: 50px; color: var(--blue);}
.nwsItem: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); }

.footNav{ width: 18%;}
.footNav a{  white-space: nowrap; width: 40%; margin-bottom: 40px;}
footer .top>div{ margin-right: 100px;}
.friendlink a{margin-left:1vw;}
footer .bottom{ border-top: 1px solid rgba(255, 255, 255, .2);}
footer a:hover{color: rgba(255, 255, 255, .6);}

.mapbg{ position: absolute; top: 0; right: 0; height: 100%;  width: 100%;}
.mapbg .footMap{  height: 90% }
.mapbg  .footadd{ position: absolute;}

.pop{ width: 100vw; height: 100vh; position: fixed; top: 0; left: 0; z-index: 200; display: none;}
.popbg{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; background-color: rgba(0, 0, 0, .8);}
.searchCon{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 10; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.searchCon .text{ width: 60vw; height: 60px;}
.searchCon .submit{ width: 100px; height: 60px;}
.searchClose{ position: absolute; right: 10vw; top: 10vh; z-index: 10;}
.searchClose .iconfont{ transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.searchClose:hover{ color: #fff;}
.searchClose:hover .iconfont{ transform: rotate(225deg); -webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg); }

.newsImg{ width:100%; height:280px; object-fit: cover;}
.neibanTxt{ position: absolute; top: 0; left: 0;}
.neibanImg{ width: 100%; object-fit: cover; min-height: 250px;}
.scrollIcon{  width: 134px; height: 134px;}
.scrollIcon img{animation: previewShapeY 15s linear infinite;}
.scrollIcon::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/scrollIconBg.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; }
.location{ line-height: 80px;}
.location .left{ width: 28vw;}
.location .left .one{width: 10vw;}
.location .left .two{ width: calc(100% - 10vw);}
.subNav{ width:72vw ;}
.subNav a{ flex: 1;}
.subNav a::after{ display: block; content: ''; height: 1em; width: 1px; background-color: #c0c0c1; position: absolute ; right: 0; top: 50% ; transform:translateY(-50%) ; -webkit-transform:translateY(-50%) ; -moz-transform:translateY(-50%) ; -ms-transform:translateY(-50%) ; -o-transform:translateY(-50%) ; }
.subNav a:last-child::after{ display: none;}
.subNav a span{ line-height: 1.5;}
.subNav a.on span{ color: var(--blue); border-bottom: 1px solid var(--blue);}
.linka a:hover{ color: var(--blue);}

.introduce .left{ padding-left: 10vw; width: 50%;}
.introduce .left .line{ width: 30px; height: 1px;}
.introduce .right{  width: 42%;}

.obcoverImg{ width: 100%; height: 100%; object-fit: cover;}
.team{ background: url(../images/teamBg.jpg) no-repeat center center; background-size: cover;  background-attachment: fixed;}
.team .swiper-slide .img{ max-height: 380px; border-radius: 20px 0 0 20px; -webkit-border-radius: 20px 0 0 20px; -moz-border-radius: 20px 0 0 20px; -ms-border-radius: 20px 0 0 20px; -o-border-radius: 20px 0 0 20px; }
.team .prev{ position: absolute; left: -100px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.team .next{ position: absolute; right: -100px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.team .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); }

.structure{ background: url(../images/structureBg.jpg) no-repeat center bottom; background-size: 100% auto;}
.manage .swiper-slide  { background: url(../images/manageBg.png) no-repeat bottom right #fff; background-size: 50% auto;}
.manage .swiper-slide  .img{ width: 90px; height: 90px;}
.manage .swiper-slide  .img img{ width: 100%; position: absolute; left: 0; top: 0;}
.manage .swiper-slide:hover{box-shadow: 0 0 20px rgba(16,116,188,.15); transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }
.manage .swiper-slide:hover .img{box-shadow: 0 0 10px rgba(16,116,188,.5);}
.manage .button{ background-color: #fff; color: var(--blue);  }
.manage .button:hover{ background-color: var(--blue); color:#fff ;   }


.prolist li{ width: calc((100% - 20px)/2);}
.prolist li:nth-child(2n){ margin-right: 0;}
.prolist li .img  {box-shadow: 0 0 20px rgba(16,116,188,.5);}
.prolist li:hover .img{ transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }
.prolist 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); }

.zhanwei{ margin-top: -100px; padding-top: 100px;}
.newinfoZW{ height: 100px;}
.infoBox{margin-top: 100px; background: url(../images/probanInfo.jpg) no-repeat center top #f5f7fa; background-size: 100% auto;}
.projectInfoBox{margin-top: 100px; background: url(../images/projectInfobg.jpg) no-repeat center top #f5f7fa; background-size: 100% auto;}
.infoLeft{ width: 66%;}
.infoRight{ width: 34%;}

.project .button{background-color: rgba(255, 255, 255, .6); color: var(--blue);}
.project .button:hover{background-color: var(--blue); color: #fff;}

.proinfoUl li .desc{ height: 4em; overflow: hidden;}
.proinfoUl li .down{ display: none;}
.proinfoUl li.on{ background-color: #f5f7fa;}
.proinfoUl li.on .desc{ height: auto;}
.proinfoUl li.on .down{ display: flex;}
.proinfoUl li.on .up{ display: none;}

.muneUl a:nth-child(1){ background: #44baf4;}
.muneUl a:nth-child(2n){ background: #1074bc;}
.muneUl a:nth-child(3n){ background: #5e7cbc;}
.muneUl a:nth-child(4n){ background: #7fe386;}
.muneUl a:nth-child(5n){ background: #7fc557;} 

.muneUl a::after{ width: 0; height: 100%; transition: all .36s; display: block; content: ''; position: absolute; left: 0; top: 0; background-image: linear-gradient(to right,#44baf4,#9ddaf8); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.muneUl a:nth-child(2n)::after{ background-image: linear-gradient(to right,#1074bc,#54e9ed);}
.muneUl a:nth-child(3n)::after{ background-image: linear-gradient(to right,#5e7cbc,#9bb7f4);}
.muneUl a:nth-child(4n)::after{ background-image: linear-gradient(to right,#7fe386,#bbf9bf);}
.muneUl a:nth-child(5n)::after{ background-image: linear-gradient(to right,#7fc557,#c2f9a3);}

.muneUl a .iconfont{ transform: translateX(-20px); opacity: 0; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); -ms-transform: translateX(-20px); -o-transform: translateX(-20px); }
.muneUl a:hover .iconfont{ transform: translateX(0); opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
.muneUl a:hover::after{ width: 110%;}

.navIcon{filter: grayscale(100%) brightness(500%); height: 1.3em;}

.imgSwiper .swiper-slide img{ width: 100%; height: 100vh; object-fit: cover;}
.imgSwiper .swiper-slide::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, .5);}
.imgSwiper .swiper-slide.swiper-slide-active::after{ background: transparent;}

.project .con{ position: absolute; width: 420px; z-index: 10; top: 50%; transform: translateY(-50%) ; right: 15%; -webkit-transform: translateY(-50%) ; -moz-transform: translateY(-50%) ; -ms-transform: translateY(-50%) ; -o-transform: translateY(-50%) ; }
.txtSwiperUl a::after{ transition: all .2s; width: 6px; height: 0; position: absolute ; display: block; content: ''; background-color: var(--blue); right: 0 ; top: 50%; transform: translateY(-50%) ; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; }
.txtSwiperUl a.on::after{ height: 1.6em;}
.txtSwiperUl a.on{ color: var(--blue);}
.txtSwiperUl a:nth-child(6+n){ display: none;}
.swiper-button-disabled.button{ cursor: no-drop;}


.w10{ width: 10%;}
.projectNav{ width: 180px;background: url(../images/projectNav.png) no-repeat center top;}
/* height: 150px; */
.projectNav li{ transition: all .36s; width:100%;height: auto;  background: url(../images/projectNavbg.png) no-repeat center center; background-size: 100% 100%; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.projectNav li:nth-child(2){  transform:translateX(-1vw) ; -webkit-transform:translateX(-1vw) ; -moz-transform:translateX(-1vw) ; -ms-transform:translateX(-1vw) ; -o-transform:translateX(-1vw) ; }
.projectNav li:nth-child(4){ transform:translateX(1vw) ; -webkit-transform:translateX(1vw) ; -moz-transform:translateX(1vw) ; -ms-transform:translateX(1vw) ; -o-transform:translateX(1vw) ; }
.projectNav li img{filter: grayscale(100%); height: 40px;}
.projectNav li.on{color: #fff; background: url(../images/projectNavbgH.png) no-repeat center center; background-size: 100% 100%;}
.projectNav li.on img{filter: grayscale(100%) brightness(500%); }
.projectNav li:hover { color: var(--blue); transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }
.projectNav li:hover img{ filter: grayscale(0%); -webkit-filter: grayscale(0%); }
.projectNav li.on:hover{ color: #fff;}
.projectNav li.on:hover img{filter: grayscale(100%) brightness(500%);}

.projectInfoLeft{ width: 22%;}
.projectInfoRight{ width: 78%;}

.newsTop{ background: url(../images/newsTopBg.jpg) no-repeat center top; background-size: cover;}
.newsTop .swiper-slide .txt .more{ border-bottom: 1px solid #aaa; display: inline-flex;}
.newsTop .swiper-slide:hover .txt .more{ padding-left: 50px; color: var(--blue);}
.newsTop .swiper-pagination-bullet { width: 15px; height: 15px; margin: 0 8px; border: 1px solid var(--blue) ;opacity: 1;  background-color: transparent;}
.newsTop  .swiper-pagination-bullet-active{ background-color: var(--blue);}
.newsTop .swiper-slide .img img{ width: 100%; height: 340px; object-fit: cover;}

.newslist li{ width: calc((100% - 100px)/3); margin-right: 50px;}
.newslist li:nth-child(3n){ margin-right: 0;}
.newslist li:hover{ box-shadow: 0 0 20px rgba(0, 0, 0, .15); transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }

.leftSearch .text{}
.leftSearch .submit{ background: url(../images/search-h.png) no-repeat center center; background-size:  auto 30%;}

.newsinfoLeft a.block:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .15);}
.newpage a::before{ width: 0; height: 100%; position: absolute; left: 0; top: 0; display: block; content: ''; background-color: var(--blue); transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.newpage a:hover::before{ width: 100%;}
.newpage a:hover,.newpage a:hover .color-888{ color: #fff;} 
.newpage a:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .15); transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); } 
 
.saleBan{  width: 400px; background: url(../images/saleBan.jpg) no-repeat center center; background-size: cover;}
.saleBan .border-bottom{ border-color: rgba(255, 255, 255, .1);}
.latestItem{ height: 10em;}
.latestItem .title 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;
  }
.latestItem:hover .title span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}

.latest{ background: url(../images/synopsis-bg.png) no-repeat left top; background-size:8% auto  ;}
.latestSelect{ width: 36%; background: url(../images/latestSelect.png) no-repeat  center right 15px; background-size: auto 20%; }
.latestItem  + .pglist{ margin-top: 3em;}
/* 
.prospectus .con{margin-right: 10vw;}

.prospectus .swiper-wrapper { display: flex; flex-direction: row-reverse;}
.prospectus .swiper-slide  .more{ width: 150px; height: 50px; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; }
.prospectus .swiper-slide  .more:hover{  background-color: var(--blue); color: #fff;}
.prospectus .swiper-slide{ width: 17.5%;}
.prospectus .swiper-slide.swiper-slide-active{  width: 62%;}
.prospectus .swiper-slide .txt{ width: 0;  opacity: 0;}
.prospectus .swiper-slide .img{ width: 100%;}
.prospectus .swiper-slide.swiper-slide-active .txt{ width: 60%;opacity: 1;}
.prospectus .swiper-slide.swiper-slide-active .img{ width: 40%;} */




.bookRight{ padding-right: 10vw;}
.bookRight .more{ width: 150px; height: 50px; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; }
.bookRight .more:hover{  background-color: var(--blue); color: #fff;}

.book .button{ background: transparent; border: 1px solid var(--blue); color: var(--blue);}
.book .button:hover{ background-color: var(--blue) ; color: #fff;}

/* 

  .bookLeftUl li {   white-space: nowrap; 
  flex-shrink:0; }
.bookLeftUl li img{width: 15vw;flex-shrink: 0; opacity: .5;}
.bookLeftUl li.on img{width:19vw; opacity: 1;}
.bookLeftUl{  width: 100%; overflow-x: scroll;  flex-direction: row-reverse;  }
.bookLeftUl::-webkit-scrollbar {   height: 1px;}
.bookLeftUl::-webkit-scrollbar-thumb { border-radius: 3px; background: transparent; height: 1px; }
.bookLeftUl::-webkit-scrollbar-track { border-radius: 3px; background: transparent; height: 1px; }  */

 .bookLeft .swiper-container{width:100%; padding-left: 31vw !important;  }

 
 
.bookLeft .swiper-container .swiper-slide{ opacity: 0.5; transform: scaleY(0.9); transform-origin: 100% 0 0 ; -webkit-transform: scaleY(0.9); -moz-transform: scaleY(0.9); -ms-transform: scaleY(0.9); -o-transform: scaleY(0.9); }
.bookLeft .swiper-container .swiper-slide-active{ opacity: 1; transform: scaleY(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); }   
 
 .investBan{ min-height:500px;}

 .Governance{ background: url(../images/Governance-bg.png) no-repeat top right; background-size: 8% auto;}
.GovernanceLeft .con::after{ top: 0; width: 30%; height: 20%; background-color: #f5f7fa; position: absolute; left: 0; display: block; content: '';}
.GovernanceLeft .con::before{ bottom: 0; width: 70px; height: 70px; background-color: var(--blue); position: absolute; right: 0; display: block; content: '';}
.Governance .round{ border-color: var(--blue);}
.Governance .idxmore:hover .round{  background-color: var(--blue); color: #fff; box-shadow: 0 0 10px rgba(16,116,188,.5);}

.GovernanceBox{ background: url(../images/Governancebg.jpg) no-repeat center center; background-size: cover; position: relative; background-attachment: fixed;}
.GovernanceBox ul li .yuan{ border-color: rgba(255, 255, 255, .5); width: 40px; height: 40px; }

.gbookBox{ padding-bottom: 100px;}
.gbookLine{ position: absolute; left: 0; bottom: -20%; width: 60%;}
.gbookBtn:hover{ transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }

.gbookPop .con{ width: 780px; position: absolute; top: 50%; left: 50%; z-index: 5; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.gbookPop .submit{ width: 50%;}
.gbookPop .reset{ width: 30%;}
.gbookClose{ width: 50px; height: 50px; position: absolute; right: -25px; top:-25px; box-shadow: 0 0 20px rgba(16,116,188,.3); z-index: 10;}
.gbookClose:hover{ transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }



.teamPop .con{  width: 80%; left: 10%; top: 50%; transform: translateY(-50%); position: absolute; z-index: 20; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.teamPop .con .img{ width: 30%; max-height: 480px; object-fit: cover;}
.teamPop .con .txt{ width: 65%;}
.teamPopClose{ width: 50px; height: 50px; position: absolute; right: -25px; top:-25px; box-shadow: 0 0 20px rgba(16,116,188,.3); z-index: 10;}
.teamPopClose:hover{ transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }

 
.teamPopInfo{ max-height: 400px; overflow-y: scroll;  }
.teamPopInfo::-webkit-scrollbar {/*滚动条整体样式*/    /*高宽分别对应横竖滚动条的尺寸*/  width: 2px;}
.teamPopInfo::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 3px; background: var(--blue); width: 2px; }
.teamPopInfo::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #f2f5f9; width: 2px; }

  

.history{ background: url(../images/historyBot.jpg) no-repeat center bottom; background-size: 100% auto; }
.history::before{ width: 100%; height: 100%; position:absolute ; top: 0; left: 0; background: url(../images/historyTop.png) no-repeat center top;display: block; content: ''; background-size: 100% auto;}
 
.historyBox::before{ width: 8px; height: 100%; background-color: #edf0f5; top: 50px; display: block; content: ''; position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.historyUl li{  margin-top: -50px;}
.historyUl li:first-child{ margin-top: 0;}
.historyUl li:nth-child(2n){ justify-content: flex-start;}
.historyUl li  .w50{ padding-right: 0; padding-left: 60px;}
.historyUl li:nth-child(2n) .w50{ padding-left: 0; padding-right: 60px; text-align: right;}

.historyUl li .w50::before{ width: 30px; height: 30px; position: absolute; top: 0; left: -15px; display: block; content: ''; background: url(../images/historyDian.png) no-repeat center center; background-size: 100% 100%;}
.historyUl li:nth-child(2n) .w50::before{ left: auto; right: -15px;}
/* .historyUl li:hover .w50 .bg-white{ box-shadow: 0 0 10px rgba(16,116,188,.3); transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); } */

.honor{ background: url(../images/honorBg.jpg) no-repeat center bottom; background-size: 100% auto;}
.honor .title{ }

.honorbg{ background: url(../images/honortopbg.png) no-repeat center right  ; background-size: auto 100%;}
.honorBottom .dian{ width: 20px; height: 20px;}
/* 70 */
.honorBottom{ width: calc(100% - 140px);}
.honorBottom::after{ width: 100%; height: 1px; background-color: #ccc; display: block; content: ''; position: absolute; left: 0; top: 34px;}
.honorBottom .top{ width: 70px; height: 70px;}
.honorBottom .top .dian{ border-color: #ccc;}
.honorBottom  .swiper-slide-thumb-active .top .dian{ border: none; border-color: var(--blue); background-color:  var(--blue);}
.honorBottom  .swiper-slide-thumb-active .top .dian i{ width: 40%; height: 40%; top: 20%; border-radius: 50%; border-radius: 20%; background-color:#fff; display: block; left: 35%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.honorBottom  .swiper-slide-thumb-active { font-weight: bold; color: var(--blue);}

.honor .button{ background-color: #fff; color: var(--blue);}
.honor .button:hover{ background-color: var(--blue); color:#fff;}

.searchTop{ background-color: #f8faff;}
.searchTop form{ width: 700px;}
.searchTop form .text{ width: calc(100% - 70px); }
.searchTop form .submit{ width: 70px; height: 70px; background: url(../images/searchbig.png) no-repeat center center; background-size: 35% auto;}

.searchlist{ width:70%;  margin: 0 auto;}
.searchlist li::after{ width: 0; height: 2px; position: absolute; left: 0; bottom: 0; background-color: var(--blue); display: block; content: ''; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.searchlist li .left{ width:70% ;}
.searchlist li .right{ width: 70px; height: 70px;}
.searchlist li:hover::after{ width: 100%;}
.searchlist li:hover .right{ background-color: var(--blue); color: #fff; transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }

.teamlist li{transition: all .36s;}
.teamlist .text{ width: 80%;}
.teamlist .img{  height: 360px;  width: 20%; }
.teamlist .img img{ width: 100%; position: absolute; left: 0; top: 0;}
.teamlist li:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .25);}
@media screen and (max-width:1440px) {
    .teamlist .img{  height: 300px;   }
}
@media screen and (max-width:1280px) {
    .teamlist .img{  height: 300px;   }
}

@media screen and (max-width:1040px) {
    .teamlist .text{ width:70%;}
    .teamlist .img{  width: 30%; }
}
@media screen and (max-width:750px) {
    .teamlist .text{ width:100%;}
    .teamlist .img{  width: 100%; height:500px; }
}

/*Plugin CSS*/
.str_wrap {
	overflow:hidden;
	/* //zoom:1; */
	width:100%;
 
	 
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	 
	white-space:nowrap;
}

/* .str_wrap.str_active {
	background:#f1f1f1;
} */
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	/* //display:inline; */
	/* //zoom:1; */
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}