body{font-size: 16px;} 
.banImg{ width: 100%; height: 100vh;  object-fit: cover; min-height: 350px;}
.w82{ width: 82%; margin: 0 auto;}
header{ width: 100%; position: fixed; left: 0; top: 0; z-index: 100; color: #fff;}
header::after{ width: 100%; height: 1px; position: absolute; left: 0; bottom: 0; background: rgba(255, 255, 255, .15); display: block; content: ''; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
header .con{ padding-left: 2.6vw;}
.logoImg{filter: grayscale(100%) brightness(500%);}
nav li span{ position: relative;}
.oneNav{ display: block; line-height: 100px; white-space: nowrap; font-size: 20px; padding: 0 2vw; display: flex; align-items: center; justify-content: center;}
.oneNav span::after{ transform:scale(0,1) ; width: 100%; height: 2px; position: absolute; left: 0; bottom: 0; background: rgba(255, 255, 255, 1); display: block; content: ''; -webkit-transform:scale(0,1) ; -moz-transform:scale(0,1) ; -ms-transform:scale(0,1) ; -o-transform:scale(0,1) ; }
nav li.on .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) ; }
.searchBtn{ width: 100px; height: 100px;}

.topsearchBox{ width:500px; position: absolute;   top: 110px;right: 0;  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);}
.topsearchKey{ width: calc(100% - 70px); height: 70px; } 
.topsearchSubmit{background: url(../images/search-w.png) no-repeat center center var(--blue) ;background-size: 30% auto; height: 70px; width: 70px;}
.topsearchBox{ visibility:hidden; opacity:0; filter:alpha(opacity=0);  transform: translateY(10px); -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); -o-transform: translateY(10px); }
.searchBtn:hover .topsearchBox{ visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); }


.linka a:hover{ color: var(--blue);}

header.scroll{ color: #333; box-shadow: 0 0 10px rgba(0,0,0,0.15);}
header.scroll::after{ height: 100%; background-color: #fff;}
header.scroll .logoImg{ filter: grayscale(0%) brightness(100%); -webkit-filter: grayscale(0%) brightness(100%); }
header.scroll li.on{color: var(--blue);}
header.scroll li.on .oneNav span::after{ background-color: var(--blue);}
header.scroll li a:hover{ color: var(--blue);}



.iPad-show{ display: none;}

.h_nav{ height: 60px; width: 60px; background-color:var(--blue); 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); }


.nav{ color: #fff !important; width: 100%; height: calc(100vh - 60px) ; max-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 ; 
    overflow-y: scroll;
}
.nav::-webkit-scrollbar {/*滚动条整体样式*/    /*高宽分别对应横竖滚动条的尺寸*/  width: 2px;}
.nav::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 3px; background: #333; width: 2px; }
.nav::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: transparent; width: 2px; }
.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;}

.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 li{ position: relative;}
nav  li{ position: relative;}
nav  li dl{position:absolute;text-align: center;min-width:150px;border-top: 1px solid #e5e5e5; width: auto;top:100px;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);
  
  } 
nav  li dl dd{white-space: nowrap;height:60px;line-height:60px;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%); }




.idxAbout .left{ width: 65%; padding-left:9vw ;  }
.idxAbout .left .botLine::after{width: 100%; height: 5px; position: absolute; z-index: -1; left: 0; bottom: 0; background: #95d3ab; display: block; content: '';   }
.idxAbout .right{ width: 35%; background: url(../images/aboutBg.jpg) no-repeat center bottom; background-size: cover;}
.aboutBgDiqiu{ width: 100%; position: absolute ; bottom: 0; left: 0;}
.aboutIcon{ height: 52px;}



.maxImg img{max-width: 100%; max-height: 100%;} 

.idxPro{ background: url(../images/idxProBg.jpg) no-repeat center bottom; background-size: cover;   background-attachment: fixed;}
.idxPro .right{ padding-left: 13vh;}
.idxPro .right li{width: calc((100% - 40px )/2); margin-top: 20px; margin-left: 20px;}

.p13vh{ padding-top: 13vh; padding-bottom: 13vh;}

.idxHot{    background: url(../images/idxHotBg.jpg) no-repeat center bottom; background-size: cover; }
.idxHot ul li:last-child{ margin-right: 0;}
.hotProItm{ width: 23.7%; margin-right: 1.7%;}
.hotProItm::after{ width: 100%; height: calc(100% - 60px); background: #fff; position: absolute; top: 0; left: 0; display: block; content: ''; z-index: 1;}
.hotProItm::before{ width: 100%; height: calc(100% - 60px); transform:translateY(-102%) ; background-image: linear-gradient(to bottom,#0059aa,#35a3ee); position: absolute; top: 0; left: 0; display: block; content: ''; z-index: 2; transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; -webkit-transform:translateY(-102%) ; -moz-transform:translateY(-102%) ; -ms-transform:translateY(-102%) ; -o-transform:translateY(-102%) ; }
.hotProItm .btn{ height: 2.6em;}
.hotProItm .btn::after{ width:0; transition:all .36s ; height:100%; background: var(--green); position: absolute; top: 0; left: 0; display: block; content: ''; z-index: 1; -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.hotProItm .img{ height: 300px;}.hotProItm .img img{ filter: drop-shadow(0 0 5px rgba(0,0,0,0.15));}
.hotProItm:hover::before{ transform:translateY(0) ; -webkit-transform:translateY(0) ; -moz-transform:translateY(0) ; -ms-transform:translateY(0) ; -o-transform:translateY(0) ; }
.hotProItm:hover{ color: #fff;}
.hotProItm:hover  .btn::after{ width: 100%;}
.hotProItm:hover .img 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) ; }
.hotProItm:hover{ filter: drop-shadow( 0 0 15px rgba(0,0,0,0.25)); transform: translateY(-15px); -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); -webkit-filter: drop-shadow( 0 0 15px rgba(0,0,0,0.25)); }

.newItem  .desc{ color: #717784;}
.newItem .round{ width: 66px; height: 66px ; border: 1px dashed var(--blue);}
.newItem .round::after{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; border-radius: 50%; background-image: linear-gradient(to right,var(--blue),var(--green)); display: block; content: ''; transition: all .36s; transform: scale(0,0); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-transform: scale(0,0); -moz-transform: scale(0,0); -ms-transform: scale(0,0); -o-transform: scale(0,0); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.newItem:hover .round::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); }
.newItem:hover .round{ border-color: transparent; color: #fff;}
.newItem:hover .mask-white{ -webkit-transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0); transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0)}
.newItem: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) ; }
.newItem:hover{ transform:scale(0.95) ; box-shadow: 0 0 20px  rgba(0,0,0,0.15); -webkit-transform:scale(0.95) ; -moz-transform:scale(0.95) ; -ms-transform:scale(0.95) ; -o-transform:scale(0.95) ; }

.idxAdvice{ background: url(../images/idxAdviceBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed}
.idxAdvice::after{  width: 63.6%; height: 70px;  display: block; content: ''; position: absolute; right: 0; bottom: 0; background-color: var(--blue);}
.idxAdvice .more::after{ width: 0; height: 100%; display: block; content: ''; position: absolute; left: 0; bottom: 0; background-color: var(--blue); transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; } 
.idxAdvice .more:hover::after{ width: 100%;}
.idxAdvice .more:hover{ border-color: var(--blue); transform: scale(0.95) ;box-shadow: 0 0 15px rgba(255, 255, 255, .5); -webkit-transform: scale(0.95) ; -moz-transform: scale(0.95) ; -ms-transform: scale(0.95) ; -o-transform: scale(0.95) ; }

footer .left{  background-color:#0e203e ; width: 36.4%;}
footer .left a{ min-height: 50px; padding-left: 9vw; height: 50%;}
footer .left a:first-child{ border-bottom: 1px solid rgba(255, 255, 255, .1);}
footer .left a:hover{ transform: translateX(20px); -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); }

footer .right{ width: 63.6%;}
footer .right .top{ padding-left: 9vw; padding-right: 9vw; }
footer .right dd{line-height: 3.7;}
.footContact .tip{ width: 6em;}
footer .right .bottom{ padding-left: 9vw; padding-right: 9vw; border-top: 1px solid rgba(255, 255, 255, .1); }
footer a:hover{ color: #fff;}

.neiBan{ min-height: 260px; object-fit: cover;}
.neiBan .text{ background: rgba(0, 0, 0, .1);}
.neiIdxTitImg{filter: grayscale(100%) brightness(500%);}

.introduce .left{width: 25%;}
.profilePlay{ position: absolute; 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%); }
.profilePlay img{ animation: rotate 10s linear infinite; transition: ease 1s; -webkit-animation: rotate 10s linear infinite; width: 80px; }
.introduce .right{ width: 58%;}

.culture{ background: url(../images/cultureBg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.culture .left::after{ width: 50%; right: 30%; border-radius: 20px; bottom: -60px; position: absolute; height: 170px; background-color: var(--blue); display: block; content: ''; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
.cultureUl li{ border-bottom: 1px dashed #fff;}
.cultureUl li:last-child{ border-bottom: none;}

.history .left{ width: 28.8%; background: url(../images/historyBg.png) no-repeat right top var(--blue); background-size: ; }
.history .left ul li{ cursor: pointer;  }
.history .left ul li:hover{ color: #fff;}
.history .left ul .on{ color: #fff; border-bottom: 1px solid #fff;}
.history .right{ width: 71.2%;}
.history .right .swiper-container .swiper-slide{ padding: 0 1px;}
.historycon{ max-height: 460px; overflow-y: scroll;   }
.historycon::-webkit-scrollbar {/*滚动条整体样式*/    /*高宽分别对应横竖滚动条的尺寸*/  width: 2px;}
.historycon::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 3px; background: var(--green); width: 2px; }
.historycon::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #e0eaf4; width: 2px; }


.swiperBtn{  width: 70px; height: 70px;}.swiperBtn:hover{ background-color: var(--green); color: #fff;}
.Honor .swiper-container .swiper-slide .img{ width: 100%; height: 300px;}

.proLeft{ width: 27%;}
.proRight{ width: 73%;}

 
.proLeft .title { padding-left: 9vw; height: 90px;}
.muneUl{}
.muneUl {line-height: 2.6;}
.muneUl .iconfont {height: 100%;cursor: pointer;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%);}
.muneUl>li {border-bottom: 1px solid #e5e5e5;padding: 10px 0; padding-left: 9vw;}
.muneUl>li a {max-width: calc(100% - 20px);}
.muneUl {}
.muneUl li>ul {padding-left: 10px;display: none;}
.muneUl li>ul>ul {padding-left: 20px;}

.muneUl li.active>ul{ display: block;}
.muneUl li.active>div>a{ color: var(--blue);}
.muneUl li a.active{ color: var(--blue);}
 
.muneUl .on .iconfont {transform: rotate(90deg);-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);}
.there-muneUl .iconfont {display: none !important;}
.two-muneUl li {width: 100%;}
.there-muneUl li {width: 100%;}
.muneUl li.active>div,.muneUl li:hover>div>a {color: var(--blue);}

.proRight .location{ height: 90px; padding-right: 9vw;}
.proRight .box{ padding-right: 9vw;}

.prolist li{  width: 31%; margin-bottom: 45px; margin-right: 3.5%;}
.prolist li .text{ margin-top: 15px;}
.prolist li:nth-child(3n){ margin-right: 0;}
.prolist li .btn{ height: 2.6em;}
.prolist li .btn::after{ width:0; transition:all .36s ; height:100%; background: var(--green); position: absolute; top: 0; left: 0; display: block; content: ''; z-index: 1; -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.prolist li:hover   .btn::after{ width: 100%;}
.prolist li .img{ height: 300px;}
/* .prolist li .img img{ filter: drop-shadow(0 0 5px rgba(0,0,0,0.15));} */
.prolist li:hover .img 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{ box-shadow: 0 0 10px rgba(0, 0, 0, .15);}
 
.menuItem{
    height: 50px;
    border-bottom: 1px solid #EBEBEB;
    padding-top: 15px;
    display: flex;
	position: relative;
}
.menuItem .topTitle{
    font-size: 15px;
    
    font-weight: 500;
    opacity: 1;
    width: 92%;
}
.menuItem .topTitle a{
    display: block; font-weight: bold;
}
.menuItem .topTitleActive{
    color:var(--blue);
    border-bottom: 2px solid var(--blue);
}
 
.menuItem .topBtn img{
    position: absolute;
    height: 40%;
}
.topBtnActive{
    margin-top: 0; 
}
.menuDetail{
    width:92%;
    /*margin: 0 auto;*/
    background:#f5f9fd;
    opacity:1;
    padding: 2% 4.7%;
    position: absolute;
	top: 100%;
	z-index: 99;
}
.menuDetail li{
    font-size: 14px;
    
    line-height:2.4;
    color:rgba(68,68,68,1);
    opacity:1;
}
.menuDetail li a{
    display: block;
    width: 100%;
}
.menuDetail li:hover{
    color: var(--blue)!important;
}

.cellMenuBox{ width: 100%; padding: 0 20px; background: #fff;}

.proInfoBg{ background: url(../images/proInfoBg.jpg) no-repeat center top #f9fafc; background-size: 100% auto; padding-top: 100px;}
.proinfotext  .line{ height: 1px; background-color: #e5e5e5;}
.proinfotext  .line::before{ display: block; content: ''; background-color: var(--green); position: absolute; left: 0; top: -1px; height: 3px; width: 50px;}
.proinfotext .button a{ border-color: var(--blue); height: 60px;}
.proinfoLine .title::after{ display: block; content: ''; background-color: var(--green); position: absolute; left: 0; bottom: -1px; height: 3px; width: 100%;}

.border-blue{ border: 1px solid var(--blue);}
.proinfoimg{ max-height: 500px; display: flex; align-items: center; justify-content: center;}
.proinfoimg img{ max-width: 100%; max-height: 100%; width: auto;}
.xgprolist li{ width: 24%; margin-right: 0 !important; }

.solutionList li{ width: 48.5%; margin-right: 3%; }
.solutionList li:nth-child(2n){ margin-right: 0;}
.solutionList li .more .radius50{ width: 20px; height: 20px;}
.solutionList .logo-div{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 33;}
.solutionList .logo-div img{filter: grayscale(100%) brightness(500%);}
.solutionList .logo-topdiv{ position: absolute; top: 0; height: 0; bottom: 50%; background: var(--blue); right: 0; left: 0; transition: all 1s; opacity: 0.8;}
.solutionList .logo-bottomdiv{ position: absolute;  height: 0; bottom: 0; background: var(--blue); right: 0; left: 0; transition: all 1s; opacity: 0.8;}
.solutionList .logo-div img{ display: block;   top: 50%; left: 50%; transform: translate(-50%,-50%); position: absolute; z-index: 33; transition: all 0.6s; 
  opacity: 0; width:40% !important; height: auto !important;}
.solutionList li:hover .logo-topdiv,.solutionList li:hover .logo-bottomdiv{ height: 50%;}
.solutionList li:hover .logo-div img{ opacity: 1; transition-delay: 0.4s;}

.solutionList 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); }
.solutionList li:hover { transform: translateY(-12px); box-shadow: 0 0 10px rgba(16, 51, 115, 0.2); -webkit-transform: translateY(-12px); -moz-transform: translateY(-12px); -ms-transform: translateY(-12px); -o-transform: translateY(-12px); }
 
.solutionList li  .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;
  }
.solutionList li:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}

 
.newslist li{ width: calc((100% - 80px)/3); margin-bottom: 40px; margin-right: 40px;}
.newslist li:nth-child(3n){ margin-right: 0;}
.newslist li:hover .mask-white{ -webkit-transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0); transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0)}
 
.newsleft{ width: 68%;}
.newspage .left{ width: 70%;}
.newsright{ width: 28.8%;}
.newsrighttitle::after{ width: 3px; height: 100%; position: absolute; left: 0; top: 0; background-image: linear-gradient(to right,var(--blue),var(--green)); display: block; content: '';}
.newsrightItem:hover .mask-white{ -webkit-transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0); transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0)}
.newsrightItem: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); }

.joblist .jobIcon{ box-shadow: 0 0 15px rgba(0, 92, 78, .25);}
.joblist li .top .btn{ width: 150px; height: 50px;}
.joblist li .bottom { line-height:40px; display: none;}
.joblist li .bottom .left { width: 15%;}
.joblist li .bottom .right{ width: 80%;}
.joblist li .close{ display: none;}
.joblist li.on .icon-arrow-down-bold{ transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }
.joblist li.on .btn{ background-color: var(--green);}
.joblist li.on .close{ display: block;}
.joblist li.on .open{ display: none;}

.contactimgstyle li:hover .contactIco{ transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }
.contactStyle::after{ width: 100%; height: 30%; display: block; content: ''; position: absolute; left: 0; bottom: 0; position: absolute; bottom: 0; left: 0; background-color: var(--blue);}
.contactEwm{ width: 160px;}
.gbookbox .button{ width: 250px;}

.zwDiv{ padding-top: 100px; margin-top: -100px;}
.newinfoZW{ height: 100px;}

.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{   }
.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); }