body{font-size: 16px; } 
.inner{ width:1600px;   margin: 0 auto;  }
.pl-inner{ padding-left: calc((100vw - 1480px)/2);}
.pr-inner{ padding-right: calc((100vw - 1480px)/2);}
.ml-inner{ margin-left: calc((100vw - 1480px)/2);}
.mr-inner{ margin-right: calc((100vw - 1480px)/2);}
.zw{ margin-top: -100px; padding-top: 100px;}
.zwHeader{ height: 100px;}
header{ z-index: 120;position: sticky; left: 0; right: 0; top: 0;}
header .con{ max-width: 1600px; width: 96%;}
.logoImg{ height: 60px;}
.oneNav{ line-height:90px; white-space: nowrap; display: block; padding: 0  1.6vw; font-size: 18px; }
.oneNav span { position: relative;}
.oneNav span::after{ width: 100%; height: 2px; display: block; content: ''; background:var(--color); 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 ,nav li:hover .oneNav span { color: var(--color);}
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) ;  }
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(--color)}
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%); }
 

.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:  130vh ; transition:all .6s ; transform: translateX(100%); background-color: var(--color); 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: #77d5ae; width: 1px; }
.nav::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #0b4f33; width: 1px; }


header.scroll{  box-shadow: 0 0 15px rgba(0,0,0,.15); }

.idxBanImg{ width: 100% ; max-height: calc(100vh - 100px); object-fit: cover; min-height: 320px;}
.idxBan .swiper-slide::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.25) }
.idxBan .swiper-slide .text{ position: absolute; left: 50%; top: 40%; transform: translate(-50%,-50%); z-index: 20; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.idxBan .button{ position: absolute; bottom: 6vw; left: 50%; transform: translate(-50%); z-index: 15; -webkit-transform: translate(-50%); -moz-transform: translate(-50%); -ms-transform: translate(-50%); -o-transform: translate(-50%); }
.idxBan .button .btn{ background: rgba(255, 255, 255, .2); width:3.8vw; height: 3.8vw;}
.idxBan .button .btn:hover{ background: var(--color);}

.idxBan .pagination{ margin: 0 1vw;}
.idxBan .pagination .swiper-pagination-bullet{ margin: 0 8px; width: 18px; height: 18px ; opacity: 1; background: #fff; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; } 
.idxBan .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ transform: scale(.5); -webkit-transform: scale(.5); -moz-transform: scale(.5); -ms-transform: scale(.5); -o-transform: scale(.5); }

.idxAboutImg{ position: absolute; right: 0; bottom: 0; height: 100%;}
.idxMore::after{ display: block; content: ''; width: 0; height: 100%; position: absolute; left: 0; top: 0; background:var(--color) ; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxMore:hover::after{ width: 100%;}
.idxMore:hover{ box-shadow: 0 0 15px rgba(9, 121, 47, .2);}

.idxAbout .top{ background: url(../images/idxAboutBg.jpg) no-repeat center top / 100% auto;}
.idxNumUl li .numIcon{ filter: grayscale(100%); -webkit-filter: grayscale(100%); opacity: .3; }
.idxNumUl li .line{ width: 100%; height: 1px;}
.idxNumUl li:hover .numIcon{ filter: none; opacity: 1; -webkit-filter: none; }
.idxNumUl li:hover .line{ background: var(--color);}

.w46{ width: 46%;}

.idxAboutRight li::after{ display: block; content: ''; width: 0; height: 100%; position: absolute; left: 0; top: 0; background:var(--color) ; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxAboutRight li.on::after{ width: 100%;}
.idxAboutRight li.on{ color: #fff;}
.idxAboutIcon{ transition: all 0s; -webkit-transition: all 0s; -moz-transition: all 0s; -ms-transition: all 0s; -o-transition: all 0s; }
.idxAboutRight li.on .img .idxAboutIcon{ filter: drop-shadow(100px 0 0 #fff); transform: translateX(-100px); -webkit-filter: drop-shadow(100px 0 0 #fff); }
.idxAboutRight li::before{ display: block; content: ''; z-index: 2; width: 9vw; border-radius: 50%; height: 9vw; position: absolute; right: -3vw; top: 3vw; background:rgba(255, 255, 255, .2) ; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }

.idxProTit li{ height: 4.5em;}
.idxProTit li::after{ display: block; content: ''; width: 100%; height: 0; position: absolute; transition:all .36s ; left: 0; top: 0; background-image: linear-gradient(to bottom,rgba(9, 121, 47, 1),rgba(9, 121, 47, .2)); opacity: .22; -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.idxProTit li::before{ display: block; content: ''; width:0; height:4px; position: absolute; transition:all .36s ; left: 0; top: -1px; background:  var(--color) ; -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.idxProTit li.on::after{ height: 100%;}
.idxProTit li.on::before{ width: 100%;}

/* .idxProSwiper .img{ width: 100%; height: 0; padding-bottom: 75%;} */
.idxProSwiper .tel{  border-image: linear-gradient(to right,rgba(255,255,255,0), rgba(255,255,255,.2), rgba(255,255,255,0)) 1;}
.idxProSwiper .tel .item{ flex: 1;}
.idxProSwiper .tel .item:last-child{ border-right: none;}

.proItem::before{ display: block; content: ''; width:60%; z-index: 8; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/idxProSwiperBg.png) no-repeat center top / 100% 100% }
.idxNewsItems .img .posi{ padding-bottom: 58%;}
.idxNewsItems .round{ width: 25px; height: 25px;}
.idxNewsItems .round .iconfont{ font-size: 30px; position: absolute; top: 50% ; transform:translateY(-50%) ; right: 45%; -webkit-transform:translateY(-50%) ; -moz-transform:translateY(-50%) ; -ms-transform:translateY(-50%) ; -o-transform:translateY(-50%) ; }
.idxNewsItems:hover .round .iconfont{ right: -20px;}
.idxNewsItems: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) ; }
.idxNewsItems .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;
  }
.idxNewsItems:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}

footer{  background: #212121; color: #fff;}
.footForm{ background: rgba(255, 255, 255, .15);}
.footForm .keys{ width: 15vw;}
.footForm .submit{ width: 50px; height: 60px; background: url(../images/search-w.png) no-repeat center left / auto 30%;}

.footForm input::-webkit-input-placeholder  {color:#fff;}
.footForm input:-moz-placeholder {color:#fff;;}
.footForm input::-moz-placeholder {color:#fff;;}
.footForm input:-ms-input-placeholder  {color: #fff;;}

.footNav dl{ flex: 1;}
.footNav a:hover{ color: rgba(255, 255, 255, .8);}

.neiBan .text .font120{ line-height: .8em;}
.neiBanImg{ object-fit: cover; min-height: 260px; max-height: calc(100vh - 100px); width: 100%;}
.neiBan::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.2) }
.neiBan .text{ position: absolute; left: 50%; top: 40%; transform: translate(-50%,-50%); z-index: 20; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.mainTop{ margin-top: -10vw;}
.line-height2-2{ line-height: 2.2;}

.cultureRight{ padding-right: 4vw; padding-bottom: 4vw;}
.cultureRight .con{ background: #f3f6fb;} 
.cultureLeft{ padding-bottom: 4vw;}
.cultureLeft .button .line{ height: 1em; width: 1px; background: red; }
.cultureLeft .button { position: absolute; bottom: 0; right: 0;z-index: 10;}
.cultureLeft .button .btn{ height: 4vw; width: 9.6vw; background: #0c9d63;}
.cultureLeft .button .btn:hover{ background: var(--color); }
.cultureLeft .button .prev::after{ display: block; content: ''; width: 1px; height: 1em; position: absolute; right: 0; top: 50%; margin-top: -.5em; background:#fff }

.cultureUl li{ display: none; animation: topFloat .3s; -webkit-animation: topFloat .3s; }
.cultureUl li.on{ display: block;}

.honor{ background: url(../images/honorBg.jpg) no-repeat top center / cover;  }
.honorTit li{ margin: 0 1.5vw; color: #c1c1c1;}
.honorTit li i{ width: 10px; opacity: 0; height: 10px; background: var(--color); border-radius: 50%; margin-right: .8vw; display: inline-block; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.honorTit li.on{ color: var(--color);}
.honorTit li.on i{ opacity: 1;}

.swiTabCon .slide-c .swiper-slide  { height: auto;}
.swiTabCon .slide-c .swiper-slide  img{ border: 8px solid #333;}

.honor .button{ width: 60px; height: 60px;}
.honor .button:hover{ background: var(--color); color: #fff;}

.honorTitle{  margin-top: -60px; }

.styleSwiper .swiper-slide{ height: auto; transform: scale(.8); -webkit-transform: scale(.8); -moz-transform: scale(.8); -ms-transform: scale(.8); -o-transform: scale(.8); }
.styleSwiper .swiper-slide-active{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.styleSwiper .swiper-slide-active .posi-a{justify-content: flex-end;}
.styleSwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 60%;}

.styleBtn{ width: 60px; z-index: 10; height: 60px; position: absolute; z-index: 10; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.styleBtn.next{ right: 22%;}
.styleBtn.prev{ left: 22%;}
.styleBtn:hover{ background: var(--color); color: #fff;}


.proLeft{ width: 18%;}
.proRight{ width: 78%;}
.proNavBox{ position: sticky; left: 0; top: 100px;}
.proNav a{ height: 3.3em;}
.proNav a:hover{ color: var(--color);}
.proNav a.on{ background: var(--color); color: #fff;}
.proNav a.on:hover{ color: #fff;}

.leftContact{ box-shadow: 0 0 15px rgba(0,0,0,.05);}

.prolist li{ width: calc((100% - 56px)/3); margin-right: 28px;}
.prolist li:nth-child(3n){ margin-right: 0;}
.prolist li .img{ width: 100%; height: 0; padding-bottom: 72%;}
.prolist li:hover .img{ box-shadow: 0 0 15px rgba(0,0,0,.15);}

.proinfoTop .img{ width: 100%; height: 0; padding-bottom: 72%;}
.proinfoTop .button{ position: absolute; bottom: 0; left: 0; border-width: 2px;}
.proinfoTop .button a{ height: 68px; }

.solutionList .img{ width: 100%; height: 0; padding-bottom: 65%;}
.w31{ width: 31%;}
.solutionList li .more::after{ display: block; content: ''; width: 0; transition: all .36s; height: 100%; position: absolute; left: 0; top: 0; background:#fff ; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.solutionList li .more:hover{ color: var(--color);}
.solutionList li .more:hover::after{ width: 100%;}
.solutionList li .text{ margin-left: -4vw;}
.solutionList li:nth-child(2n){ flex-direction: row-reverse;}
.solutionList li:nth-child(2n) .text{ margin-left: 0; margin-right: -4vw;}

.laboratorySwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 78%;}

.laboratoryBtn{ width: 60px; z-index: 10; height: 60px;    }
 
.laboratoryBtn:hover{ background: var(--color); color: #fff;}


.newslist li{ width: calc((100% - 140px)/3); margin-right: 70px;}
@media screen and (min-width:1100px) {.newslist li:nth-child(3n){ margin-right: 0;} }
.newsItem .img{ width: 100%; height: 0; padding-bottom: 65.2%;}
.newsItem .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;
  }
  .newsItem:hover .tit span{  color: var(--color); background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
  .newsItem:hover  .more{ padding-left: 25px; padding-right: 25px; background: var(--color); color: #fff;}   
 
 
  .newsLeft{ width: 65%;}
  .newsRight{ width: 31%;}
  .newsRight .tit::after{ height: 1em; width: 6px; background: var(--color); display: block; content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
  .newsRightUl{ position: sticky; right: 0; top: 15px;}
  .newsRightUl a .img{ width: 185px; height: 115px;}
  .newsRightUl a .img img{ width: 100%; height: 100%; object-fit: cover;}
  .newsRightUl a .text{ width: calc(100% - 204px);}
  .newsRightUl 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); }
  
  .contactEwm{ width: 150px;}
  .contactStyle li:last-child{ border: none;}

  .mapBox{ width: 100%; height: 85vh;
  
      -webkit-clip-path: polygon(100% 0,100% 100%, 0 calc(100% - 7vw), 0 0);
      margin-bottom: -7vw;
    
  }
  .messagesBox{ background: url(../images/messagesBoxBg.jpg) no-repeat center center / cover; background-attachment: fixed;}
.messagesBox::after{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.2) }
.messagesBox .con{ padding: 12vw 0;}
.messagesCon{ background: #10ac4a; position: absolute; bottom: 0; right: 0; }
.messagesCon input::-webkit-input-placeholder ,.messagesCon textarea::-webkit-input-placeholder  {color:#fff;}
.messagesCon input:-moz-placeholder,.messagesCon textarea:-moz-placeholder {color:#fff;;}
.messagesCon input::-moz-placeholder,.messagesCon textarea::-moz-placeholder {color:#fff;;}
.messagesCon input:-ms-input-placeholder ,.messagesCon textarea:-ms-input-placeholder  {color: #fff;;}