body{font-size: 18px;} 
.inner{ width:1280px;   margin: 0 auto;  }
.pl-inner{ padding-left: calc((100vw - 1280px)/2);}
.pr-inner{ padding-right: calc((100vw - 1280px)/2);}
.ml-inner{ margin-left: calc((100vw - 1280px)/2);}
.mr-inner{ margin-right: calc((100vw - 1280px)/2);}
 
header{ position: fixed; width: 100%; top: 0; left: 0; z-index: 100; }
nav  li{ height: 90px;}
nav .oneNav span{   font-size: 18px; display: block; padding: 0 15px; line-height: 2.2; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
/* nav  li dl{ background: #f1f3f7; position: absolute; top: 100%; left:-8vw;  }
nav  li dl .img{ width:17vw ; height: 12vw;}
nav  li dl a + a{ margin-left: 10px;}
nav  li dl .img .posi-a{ background: rgba(0, 0, 0, .45);}
nav  li dl a:hover  .img .posi-a{ background: rgba(0, 0, 0, .15);}
nav  li dl a:hover .posi-a{ color: #333;}
nav  li dl{ pointer-events: none; visibility:hidden; opacity:0; filter:alpha(opacity=0); transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); -webkit-transform: translateY(20px); -moz-transform: 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:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0); }
  */


nav  li dl{  position:absolute; min-width:150px; width: auto;top:100%;left: 50%;   -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::after{ display: block; content: ''; width: 0; height: 0;  left: 50%; top: 0;   margin-left: -8px;
  content: '';
  position: absolute;
  top: -16px;
  
  border: 8px solid transparent;
  border-bottom-color: #fff;
}



nav  li dl dd{  white-space: nowrap;height:2.6em;line-height:2.6em; 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:first-child{ border-top-left-radius:5px; border-top-right-radius: 5px; }
nav  li dl dd:last-child{border-bottom-left-radius:5px; border-bottom-right-radius: 5px;} */
nav  li dl dd a{background:#fff;  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{}
nav  li dl dd:hover a{color:var(--color)!important;  }
 
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%); }
 
header.scroll .headerBtn{ background: #fff; color: var(--color);}

nav li:hover .oneNav span {background: rgba(0, 0, 0, .25);}

.zwHeader{ height: 90px;}
.h_nav{ height: 60px; width: 60px; background-color:var(--color); 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; padding-bottom: 60px; 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; }

header::after{ position: absolute; left: 0; top: 0; display: block; content: ''; transition: all .36s; width: 100%; height: 0;  background-color: rgba(255, 255, 255, .15); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }

header.scroll::after {    background-color: var(--color);  height: 100%;}


.headerBtn{ display: block; padding: 0 15px; line-height: 2.2; border-radius: 5px; border: 2px solid #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
.idxBan .swiper-slide::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, .25); }
.idxBan .text{ position: absolute; left: 50%; top: 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%); }
.idxBan .text .left .line{ width: 2.2em; height: 3px;}

.ChemAlLabUl li{ width: calc((100% - 3vw)/3); margin-right: 1.5vw;}
.ChemAlLabUl li:nth-child(3n){ margin-right: 0;}
.ChemAlLabUl li {  }
.ChemAlLabUl li .img{ height: 14vw;}
.ChemAlLabSwiper li .idxMore{ height: 3em; width:  60%;}
.ChemAlLabSwiper li{ height: auto;}
.ChemAlLabSwiper li .icon {  height: 2.8em; }
.ChemAlLabSwiper li .title{ height: 3em;} 
.ChemAlLabSwiper  li .img{ height: 10vw;}  
.ChemAlLabSwiper li::before { border-radius:20px 0 0  0; display: block; border:3px solid var(--color);  border-right: none; border-bottom: none; z-index: 10; transition:all 0.6s; content: ''; position: absolute; top: 0; left: 0; width: 2.8vw; height: 2.8vw; background: transparent; -webkit-transition:all 0.6s; -moz-transition:all 0.6s; -ms-transition:all 0.6s; -o-transition:all 0.6s; -webkit-border-radius:20px 0 0  0; -moz-border-radius:20px 0 0  0; -ms-border-radius:20px 0 0  0; -o-border-radius:20px 0 0  0;}
.ChemAlLabSwiper li::after { border-radius: 0 0 20px 0; display: block; border:3px solid var(--color); border-left: none; border-top: none; z-index: 10; transition:all 0.6s; content: ''; position: absolute; bottom: 0; right: 0; width: 2.8vw; height: 2.8vw; background: transparent; -webkit-transition:all 0.6s; -moz-transition:all 0.6s; -ms-transition:all 0.6s; -o-transition:all 0.6s; -webkit-border-radius: 0 0 20px 0; -moz-border-radius: 0 0 20px 0; -ms-border-radius: 0 0 20px 0; -o-border-radius: 0 0 20px 0; }
.ChemAlLabSwiper li:hover::before{ width: 5vw; height: 5vw;}
.ChemAlLabSwiper li:hover::after{ width: 5vw; height: 5vw;}
.ChemAlLabSwiper li .idxMore:hover{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }

.banVideoBox{}
.videoBan{ width: 100%;  height: 100vh; min-height: 320px; object-fit: cover;}
 
.ChemAlLab .button{ width: 60px; height: 60px;}
.ChemAlLab .button:hover{ color: #fff; background: var(--color);}

.idxSouSwiper .infoImg ul,.idxSouSwiper .infoImg li{list-style-position:outside}
.idxSou .button{ width: 60px; height: 60px;}
.idxSou .button:hover{ color: #fff; background: var(--color);}
.idxSouSwiper .swiper-slide{ height: auto;}

.idxNewslist li{ width: calc((100% - 90px)/4); margin-right: 30px;}
.idxNewslist li:nth-child(4n){ margin-right: 0;}
.idxNewslist li .img{ width: 100%; height: 0; padding-bottom: 42.6%;}
/* .idxNewslist li h3{ height: 2.8em;} */
 
.idxNewslist li:hover .img{ box-shadow: 0 0 15px rgba(0, 0, 0, .15);}

.idxYsRight{ width: 47%; margin-left: -2%;}
.idxYsUl{ width: 55%;}
.idxYsUl li{ height: 500px; width: 35%; margin-left: -18%;}
.idxYsRightImg{ width: 100%; height: 500px; object-fit: cover;}
.idxYsUl li.on{ width: 66%; flex-shrink: 0;}
.idxYsUl li.on + li{ margin-left: -3%;}
.idxYsUl li:nth-child(1){ background: #21BB76; margin-left: 0;}
.idxYsUl li:nth-child(2){ background: #0056AA;}
.idxYsUl li:nth-child(3){ background: #00B9C4;}
.idxYsUl li .desc p{ margin-bottom: 15px; padding-left: 20px; position: relative;
  word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;

}
.idxYsUl li .desc p::after{ display: block; content: ''; width: .4em; height:  .4em;  border-radius: 50%; position: absolute; left: 0; top: .6em; background: #fff; }
.idxYsIcon{ position: absolute; left: 20%; top: 25%; height: 50%;}
.idxYsUl li .more{   position: absolute; right: 0; bottom: 0;}
.idxYsUl li .more a{border-top: 2px solid rgba(255, 255, 255, .2); }
.idxYsUl li .more a:hover{ letter-spacing: 2px;}

.ysSwiper .swiper-slide{ height: 280px;}
.ysSwiper .swiper-slide .desc p{ margin-bottom: 15px; padding-left: 20px; position: relative;}
	.ysSwiper .swiper-slide .desc p::after{ display: block; content: ''; width: .4em; height:  .4em;  border-radius: 50%; position: absolute; left: 0; top: .6em; background: #fff; }
.idxYsIcon{ position: absolute; left: 20%; top: 25%; height: 50%;}
.ysSwiper .swiper-slide .more{   position: absolute; right: 0; bottom: 0;}
.ysSwiper .swiper-slide .more a{border-top: 2px solid rgba(255, 255, 255, .2); }
.ysSwiper .swiper-slide .more a:hover{ letter-spacing: 2px;}

.idxNewsMore{height: 3em; width: 12.5em;}
/* .idxNewsMore::after{ display: block; content: ''; border-radius: 5px; width: 0; transition: all .36s; height: 100%; position: absolute; left: 0; top: 0; background: var(--color); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
.idxNewsMore:hover::after{ width: 100%;}
.idxNewsMore:hover{ transform: translateY(-5px); color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, .15); -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); } */
.idxNewsMore:hover{ border-color: var(--color); color: var(--color);}


.idxCooList li{ height: 8.3vw; width: calc((100% - 60px)/5); margin-top: 10px; margin-right: 15px;}
.idxCooList li:hover{ box-shadow: 0 0 15px rgba(33, 187, 118, .15); transform: scale(.95); -webkit-transform: scale(.95); -moz-transform: scale(.95); -ms-transform: scale(.95); -o-transform: scale(.95); }
.idxCooList li:nth-child(5n){ margin-right: 0;}

.idxCooSwiper{ height: 38vw;}
.idxCooSwiper .swiper-slide{ height: calc((100% - 60px )/5); transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }

.indexCooSwiper .swiper-slide{ height: 125px;}
.idxCoo .button{ width: 60px; height: 60px;}
.idxCoo .button:hover{ color: #fff; background: var(--color);}

.idxCooSwiper .swiper-slide:hover{ box-shadow: 0 0 15px 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); }
.idxContact{ background: url(../images/idxContactBg.jpg) no-repeat center center; background-size: cover;}
.idxContact .btn{ border: 1px solid #D2F6E6;}

.idxContact .idxNewsMore::after{ width: 100%;}
.idxContact .idxNewsMore{ color: #fff;}
.w31{ width: 31%;} 

.idxAbout{ background: url(../images/idxAboutBg.png) no-repeat center top; background-size: cover; min-height:31vw ;}
.idxAbout li .DIN{-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(to right,#0086FF, #00A0A7);}
.xyygNum{background-image: linear-gradient(to right,#00BD98, #00A63F) !important;}
.hzfwsNum{background-image: linear-gradient(to right,#00A97F, #0083D2) !important;}
.idxAboutIcon00{ width: 90px;}


.contactBg .btn{ border: 1px solid #D2F6E6;}

footer{ background: #08222b;}
.footEwm{ width: 140px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
footer .top { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.bahIcon{ height: 1.2em;}

.ChemAIRSTop{ background: url(../images/bg01.png) no-repeat center center; background-size: cover;}
.w1045{ max-width: 1045px; margin: 0 auto; width: 90%;}
.neibanVideo .playBtn{ width: 15%; position: absolute; left: 50%; z-index: 5; 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%); }
.neibanVideo .playBtn img{animation: rotate 10s linear infinite; transition: ease 1s; -webkit-animation: rotate 10s linear infinite;}
.ChemAIRSList li{ min-height: 21vw; width: calc((100% - 4.6vw)/3); margin-right: 2.3vw;}
.ChemAIRSList li:nth-child(3n){ margin-right: 0;}
.ChemAIRSList li .img{ width: 9.3vw; height: 9.3vw;}
/* .ChemAIRSList li:hover{ transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); } */
.neibanVideo .paly{
	z-index: 20;
	width: 100px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	top: 50%;
	box-shadow: 0 0 rgba(255, 255, 255, 0.1),0 0 0 15px rgba(255, 255, 255, 0.1),0 0 0 30px rgba(255, 255, 255, 0.1);
	animation: ripple-wave1 1s linear infinite;
	animation-play-state: running;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transform: scale(0.8);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-animation: ripple-wave1 1s linear infinite;
}
@keyframes ripple-wave1{
  to {
      box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1),0 0 0 30px rgba(255, 255, 255, 0.1),0 0 0 45px rgba(255, 255, 255, 0.02);
  }
}

@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);
}
}




@media screen and (min-width:900px) {.ChemAIRSTd li:nth-child(2n){ flex-direction: row-reverse;} }

.neiBan .text{ 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%); }
.aiosUl li{ width: calc((100% - 2vw)/2); margin-right: 2vw; background-image: linear-gradient(to right,#00AD70,#54FDB4);
 background: url(../images/aiosSouBg.jpeg) no-repeat center center / cover;
}
.aiosUl li:nth-child(2n){ margin-right: 0;}
.aiosUlIcon{ position: absolute; left: 0; top: 0;}
.aiosUl li:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, .15); transform: translateY(-5px); -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); }
@media screen and (min-width:900px) { 
.aiosUl li:nth-child(2){
  background: url(../images/aiosSouBg2.jpeg) no-repeat center center / cover;
  /* background-image: linear-gradient(to right,#258EC3,#95D2FF); */
}
.aiosUl li:nth-child(3){
  background: url(../images/aiosSouBg3.jpeg) no-repeat center center / cover;
  /* background-image: linear-gradient(to right,#06AABC,#71E5FB); */
}
.aiosUl li:nth-child(4){
  background: url(../images/aiosSouBg4.jpeg) no-repeat center center / cover;
  /* background-image: linear-gradient(to right,#17A191,#3EFED4); */
}
}

.ailist li{ width: calc((100% - 2vw)/2); margin-right: 2vw;}
.ailist li:nth-child(2n){ margin-right: 0;}
.ailist li .ailistIcon{ position: absolute; right: 0; bottom: 0;}

.ChemAILabTabIcon{ width: 37.6%;}
.w56{ width: 56%;}
.ChemAILabTab .title span{-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(to right,#0070B2, #04CD76);}
.ChemAILabTabDl .bottom{ display: none;}
.ChemAILabTabDl  dd.on .top .icon-add:before {content: "\e681";}

.aiosSou>li{ width: calc((100% - 2vw)/2); margin-right: 2vw;  }
.aiosSou>li:nth-child(2n){ margin-right: 0;}
.aiosSou li .infoImg ul,.aiosSou li .infoImg li{list-style-position:outside}
/* .aiosSou>li:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, .15); transform: translateY(-5px); -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); } */

.historyCon{  max-width: 1373px; width: 90%;}
.historyBg{ pointer-events: none;}
.historyUl li{ position: absolute; }
.historyUl li .tit{ max-width: 17.8vw;}
.historyUl li:nth-child(2n){ flex-direction: column-reverse;}
.historyUl li:nth-child(1){width: 23.7%; left: 0; top: 74%;}
.historyUl li:nth-child(1) .tit{-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(to right, #00AD70,#4BCD04);}
.historyUl li:nth-child(2){width:28%; left:12%; top: 10%;}
.historyUl li:nth-child(2) .tit{-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(to right, #258EC3,#3FADFD);}
.historyUl li:nth-child(3){width:25%; left:36%; top: 66%;}
.historyUl li:nth-child(3) .tit{-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(to right, #06AABC,#14D2F7);}
.historyUl li:nth-child(4){width:35%; left:50%; top:-10%;}
.historyUl li:nth-child(4) .tit{-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(to right, #17A191,#00D9AA);}
.historyUl li:nth-child(5){width:28.6%; left:76%; top:46%;}
.historyUl li:nth-child(5) .tit{-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(to right, #0070B2,#04CD76);}
.historyUl li:hover{ transform: translateY(-8px); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }

.historyIcon{  width: 10vw;}
/* .honor{ background: url(../images/honorbg.png) no-repeat center center; background-size: 100% auto;} */

.newsRight{ width: 23.4%; position: sticky; right: 0; top: 100px;}

.contactBg{ background: url(../images/contactBg.jpeg) no-repeat center center; background-size: cover;}
.contactIcon{ position: absolute; left:calc(100% + 2vw); bottom: 0; width: 15.6vw;}

.contactMessage{ border: 1px solid #d2f6e6;}
.contactMessage .item{ width: calc((100% - 40px)/3); margin-right: 20px;}
.contactMessage .item.noright{ margin-right: 0;}
.contactMessage  .submit:hover{  width: 110%;}

.contactInner{ width: 90%; max-width: 1000px; margin: 0 auto;}

.picker .iconfont{ position: absolute; right: 15px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }

 ._citys { width: calc(100% + 10vw); display: inline-block; border: 2px solid #eee; padding: 5px; position: relative; background-color: #fff; }
._citys span { display: flex; align-items: center; justify-content: center; color: var(--color); height: 15px; width: 15px; line-height: 15px; text-align: center; border-radius: 3px; position: absolute; right: 10px; top: 10px; border: 1px solid var(--color); cursor: pointer; }
._citys0 { width: 95%; height: 34px; line-height: 34px; display: inline-block; border-bottom: 2px solid var(--color); padding: 0px 5px; font-size:14px; font-weight:bold; margin-left:6px; }
._citys0 li { display: inline-block; line-height: 34px; font-size: 15px; color: #888; width: 80px; text-align: center; cursor: pointer; }
._citys1 { width: 100%; display: inline-block; padding: 10px 0;
  display: grid; grid-gap: 10px; grid-template-columns: repeat(4,1fr);}
._citys1 a {min-width:0;  height: 35px; display: inline-block; background-color: #f5f5f5; color: #666;   line-height: 35px; text-align: center; cursor: pointer; font-size: 12px; border-radius: 5px; overflow: hidden; }
._citys1 a:hover { color: #fff; background-color: var(--color); }


.aiotIconUl{ background: url(../images/23.jpeg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.aiotIconUl::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(33, 187, 118, .70); }
.aiotIconUlIcon{  width: 130px;}
.yuanIcon{ height: 1.2em;}
.w62{ width: 62%;}

.AILABList li{ min-height: 21vw; width: calc((100% - 4.6vw)/3); margin-right: 2.3vw;}
.AILABList li:nth-child(3n){ margin-right: 0;}
.AILABList li .img{ width: 9.3vw; height: 9.3vw;}
/* .AILABList li:hover{ transform: translateY(-10px); box-shadow: 0 0 15px rgba(33, 187, 118, .15); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); } */


.AILABList li::after{ display: block; content: ''; width: 100%; height: 4px; background: #04B976; position: absolute; left: 0; top: 0;}
.AILABList li:nth-child(2)::after{ background: #12B5D8;}
/* .AILABList li:nth-child(3)::after{ background: #04B98D;} */
.AILABList li:nth-child(4)::after{ background: #4269DA;}
/* .AILABList li:nth-child(5)::after{ background: #04B976;} */
.AILABList li:nth-child(6)::after{ background: #2B92C6;}
/* .AILABList li:nth-child(7)::after{ background: #04B976;}
.AILABList li:nth-child(8)::after{ background: #04B976;} */

