select::-ms-expand {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.w1200{
  width: 1200px;
  max-width: 92%;
  margin: 0 auto;
}
.footRight dl dt{padding-bottom:10px;}

.fz38 {
  font-size: 38px;
  line-height: 38px; }
  @media (max-width: 1366px) {
    .fz38 {
      font-size: 30px;
      line-height: 30px; } }
  @media (max-width: 1024px) {
    .fz38 {
      font-size: 24px;
      line-height: 24px; } }
  @media (max-width: 768px) {
    .fz38 {
      font-size: 20px;
      line-height: 20px; } }

.vvvv {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000; }

.vvvv .bgz {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6); }

.vvvv .videoBox {
  width: 1366px;
  height: 620px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #000; }

.vvvv .videoBox video {
  width: 100%;
  height: 100%; }

.click-close {
  width: 40px;
  height: 40px;
  background: #fff url("../img/close.png") center no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20000000;
  display: none;
  cursor: pointer; }

@media (max-width: 1366px) {
  .vvvv .videoBox {
    width: 900px;
    height: 480px; } }
@media (max-width: 1024px) {
  .vvvv .videoBox {
    width: 100%;
    height: 100%; } }

.main {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell; }
    .fixRight{
      position: fixed;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 60px;
      height: 240px;
      background-color: #298b50;
      z-index: 999;
      text-align: center;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
    }
    .fixRight a{
    height: 60px;
      display: inline-block;
      width: 100%;
      border-bottom:1px solid #69ad84 ;
      line-height: 60px;
      box-sizing: border-box;
      position: relative;
    }
    .fixRight a .tel{
      width: 200px;
      height: 60px;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      background-color: #298b50;
      text-align: center;
      font-size: 16px;
      line-height: 60px;
      right: -200px;
      position: absolute;
      color: #fff;
      transition: all .5s;
    }
    .fixRight a .ewm{
      width: 120px;
      height: 120px;
      right: -120px;
      bottom: 0;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      background-color: #298b50;
      position: absolute;
      transition: all .5s;
    }
    .fixRight a:hover .tel{
      right: 40px;
     }
     .fixRight a:hover .ewm{
      right: 40px;
     }
    .fixRight a img{
      width: 24px;
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%,-50%);
    }
    .fixRight a img.im{
      width: 21px;
    }
    .fixRight a:nth-child(1) img{
      top: 50%;
     }
    .fixRight a p{
      text-align: center;
      width: 100%;
      font-size: 12px;
      line-height: 12px;
      color: #fff;
      position: absolute;
      bottom: 7px;
    }
    .fixRight a:last-child{
      border:none;
    }
    .fixRight a:hover img{
      filter:brightness(100%);
    
    }
    .fixright{
     width: 160px;
     padding-top: 17px;
     box-sizing: border-box;
     text-align: center;
    transition: 1s all;
    right: -100%;
    transform: translateY(calc(-50% - 60px));
    height: 60px;
    border-radius: 10px;
    }
    .fixright.fixright1{
      border-radius: 0 !important;
      border-top-left-radius: 10px !important;
      border-bottom-left-radius: 10px !important;
    }
    .fixright .tel{
      color:#fff;
      font-size: 20px;
    }
    .fixright.ewm{
      height:122px;
      width: 124px;
      transform: translateY(calc(-50% + 29px));
      border-radius: 0 !important;
      border-top-left-radius: 10px !important;
      border-bottom-left-radius: 10px !important;
    }
   

.w1600 {
  width: 1600px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

/*.headerBox {
  height: 106px; }*/

.header {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 100; }
  .header .headerTop {
    width: 100%;
    height: 30px;
    background-color: #298b50;
    position: relative;
    z-index: 10; }
    .header .headerTop .nav {
      float: right;
      font-size: 15px;
      line-height: 30px; }
      .header .headerTop .nav ul li {
        float: left;
        position: relative; }
        .header .headerTop .nav ul li .tits {
          font-size: 14px;
          line-height: 29px;
          color: #fff; }
        @media (min-width: 1024px) {
          .header .headerTop .nav ul li:hover .tits {
            opacity: 1; } }
        .header .headerTop .nav ul li dl {
          width: 140px;
          height: auto;
          background-color: #fff;
          position: absolute;
          top: 30px;
          left: 50%;
          margin-left: -70px;
          z-index: 10;
          box-shadow: 0 5px 10px rgba(0,0,0,0.2);
          display: none; }
          .header .headerTop .nav ul li dl dd {
            text-align: center; }
            .header .headerTop .nav ul li dl dd a {
              font-size: 14px;
              line-height: 32px;
              display: block;
              width: 100%;
              color: #333; }
              @media (min-width: 1024px) {
                .header .headerTop .nav ul li dl dd a:hover {
                  color: #298b50; } }
        @media (min-width: 1024px) {
          .header .headerTop .nav ul li:hover dl {
            display: block; } }
      .header .headerTop .nav ul span {
        width: 1px;
        height: 16px;
        background-color: #fff;
        display: block;
        float: left;
        margin: 7px 35px 0; }
  .header .headerBox {
    height: 78px;
    background-color: #fff; }
    .header .headerBox .logo {
      width: 330px;
      display: block;
      float: left;
      margin-top: 23px;
      position: relative;
      z-index: 5; }
    .header .headerBox .right {
      margin-top: 25px;
      position: relative;
      z-index: 5; }
      .header .headerBox .right .searchBox {
        width: 26px;
        height: 26px;
        border-radius: 13px;
        border: 1px solid #fff;
        margin-right: 29px;
        float: left; }
        .header .headerBox .right .searchBox .search {
          width: 28px;
          height: 28px;
          float: right;
          background-position: center;
          background-repeat: no-repeat;
          -webkit-background-size: cover;
          background-size: cover;
          background-image: url("../img/search.png");
          display: block; }
      .header .headerBox .right .lan {
        float: left;
        width: 26px;
        height: 26px;
        border-radius: 13px;
        border: 1px solid #666;
        display: block;
        text-align: center;
        line-height: 26px;
        color: #666;
        font-size: 12px;
        transition: all .5s; }
        @media (min-width: 1024px) {
          .header .headerBox .right .lan:hover {
            background-color: #fff;
            color: #298b50; } }
    .header .headerBox .nav {
      width: 100%;
      height: 100%;
      /*position: absolute;*/
      top: 0;
      left: 0; }
      .header .headerBox .nav ul {
        width: 100%;
        text-align: center;
        font-size: 0; }
        .header .headerBox .nav ul li {
          display: inline-block;
          position: relative;
          margin: 0 50px; }
          .header .headerBox .nav ul li .tits {
            display: block;
            position: relative;
            font-size: 16px;
            line-height: 78px;
            color: #333; }
            .header .headerBox .nav ul li .tits span {
              width: 6px;
              height: 6px;
              border-radius: 100%;
              position: absolute;
              bottom: 11px;
              left: 50%;
              margin-left: -5px;
              display: none;
              border: 2px solid #298b50; }
            .header .headerBox .nav ul li .tits:before {
              width: 0;
              bottom: 15px;
              right: calc(50% + 5px);
              background-color: #298b50;
              height: 2px;
              content: '';
              position: absolute;
              transition: all 0.5s; }
            .header .headerBox .nav ul li .tits:after {
              width: 0;
              bottom: 15px;
              left: calc(50% + 5px);
              background-color: #298b50;
              height: 2px;
              content: '';
              position: absolute;
              transition: all 0.5s; }
          .header .headerBox .nav ul li dl{
            width: 140px;
            height: auto;
            background-color: #fff;
            position: absolute;
            top: 78px;
            left: 50%;
            margin-left: -70px;
            z-index: 10;
            display: none; }
            .header .headerBox .nav ul li dl dd{
              text-align: center;}
              .header .headerBox .nav ul li dl a{
                font-size: 14px;
                line-height: 32px;
                display: block;
                width: 100%;
                color: #333;}
                .header .headerBox .nav ul li dl a:hover{
                  color: #298b50;}
            .header .headerBox .nav ul li.on .tits{
              color: #298b50;
            }
            .header .headerBox .nav ul li.on .tits span {
                display: block; }
              .header .headerBox .nav ul li.on .tits:before {
                width: calc(50% - 5px); }
              .header .headerBox .nav ul li.on .tits:after {
                width: calc(50% - 5px); }
          @media (min-width: 1024px) {
            .header .headerBox .nav ul li:hover .tits {
              color: #298b50; }
              .header .headerBox .nav ul li:hover .tits span {
                display: block; }
              .header .headerBox .nav ul li:hover .tits:before {
                width: calc(50% - 5px); }
              .header .headerBox .nav ul li:hover .tits:after {
                width: calc(50% - 5px); } 
            .header .headerBox .nav ul li:hover dl{
              display: block; }}


/*# sourceMappingURL=style.css.map */
.clearfix:after{
  content:'';
  display: block;
  clear:both;
}
.clearfix{zoom:1;}
.main{
}
.index-proBox{
  text-align: center;
}
.index-proTxt{
color:#488a56;
font-size: 26px;
line-height: 26px;
text-align: center;
}
.aboutBoxRight .index-proTxt{
  line-height: 36px;
}
.index-proTxt span img{
  margin-left: 15px;
  display: none;
}
.index-proTxt{
  position: relative;
}
.index-proTxt .line{
  width: 140px;
  height: 2px;
  background-color: rgba(41,136,72,0.4);
  margin: 16px auto 0;
  position: relative;
}
.index-proTxt .line:after{
  width: 6px;
  height: 6px;
  border-radius: 100%;
  border: 2px solid #298848;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  top: 50%;
  content: '';
}
.index-proTxt .en {
  font-size: 12px;
  line-height: 12px;
  color: #666;
  font-family: Arial;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.4;
  margin-top: 12px;
}

.lunbobt a{
  display: block;
  padding: 0 20px;
}
.colorbai{
  color:#fff !important;
  background-color: #48a053;
}
.lunbobt div a{
  color:#666;
}
.swiper-container1{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.proswiper .homeswiper{display: none;  padding-bottom:60px;margin-top:5.2%;}
.boxBlock{display: block !important; }

/*.index-proBox .en{    white-space: nowrap;font-weight:400 ;font-size: 12px; color:#666666; position: absolute; left:50%;transform: translateX(-50%); bottom:20px;bottom:-40px;text-transform : uppercase;}*/
.lunbobt .swiperbt{display: inline-block;}
.lunbobt div{ line-height: 30px; text-align: center;font-size: 20px; color:#666;font-size:18px;margin: 0 12px;}
.lunbobt{margin-top:44px; text-align: center;font-size: 0;}
.proswiper{
  width: 1200px;
  max-width: 92%;
  margin:0 auto;
}

.proUl .proLi{
  text-align:center;
  position: relative;
}
.greenye{width: 16px !important;height: 14px;}

.greenzz{position: absolute;top:-44px;display: none; left: 50%;transform: translateX(-50%);}
.greenbg{position: absolute; left:50%;width: 42%;
transform: translateX(-50%); top:10%; display: none;}
.proUl .proLi:nth-child(3){
  margin-right: 0;
}
.proLiTit{margin-top:80px;font-size: 20px;color:#333333; position: relative;}
.greenye{position: absolute; left:50%;
transform: translateX(-50%); top:-18px; display: none;}
.proLiTitp{font-size: 16px;color:#666; margin-top:10px;}
.proLiTxt{font-size: 14px;color:#999;margin:30px auto 54px;width: 55%;}
.proLi .inpBt{
  width: 107px;
  height: 42px;
  margin:0 auto;
  border:1px solid #c4dfca;
  padding:5px;
  visibility: hidden;
 
}
.proLi .inpBt a{
  display: inline-block;
  width:100%;
  height: 100%;
  background-color: #298848;
  color:#fff;
  line-height: 42px;
}
.proUl .proLi:hover .greenzz{
  display: block;
}
.proUl .proLi:hover .greenbg{
  display: block;
}
.proUl .proLi:hover .greenye{
  display: block;
}
.proUl .proLi:hover .inpBt{
  visibility: visible;
}
.proswiper .swiper-button-prev{
  background-image:url(/img/prev.png);
  background-size: 40%;
  width: 35px;
  height: 35px;
  top: 36%;

} 
.proswiper .swiper-button-next{
  background-image:url(/img/next.png);
  background-size: 40%;
  width: 35px;
  height: 35px;
  top: 36%;
} 
.swiper-pagination .swiper-pagination-bullet{
  width: 40px;
  height: 2px;
  background-color: #d5ead8;
  opacity: 1;
  bottom:0px;
  border-radius: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:0px;}
.swiper-pagination .swiper-pagination-bullet-active{
  background-color: #4fa85a;
  opacity: 1;

}


.hbigBox .index-proBox{
  position: absolute;
  margin-top:0px;
  left:50%;
  top:100px;
  transform: translateX(-50%);
}
.hbigBox{position: relative; margin-top:50px;}
.hbigBox .content{
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  
}
.hsmBox{
width: 584px;
background-color: #fff;
padding: 50px;
padding-top: 95px;
box-sizing: border-box;
background-image: url(/img/writebg.png) ;
background-repeat:no-repeat;
background-position: left center;
}
.hsmBox .hsmtit{
  font-size: 20px;
  color: #333;
  line-height: 30px;
  margin-top: 64px;
}
.hsmBox .line1{
  width: 69px;
  height: 2px;
  background-color: #498a55;
  margin-top: 7px;
  margin-bottom: 60px;
}
.hsmBox .greenborder{
  width: 100px;
  height: 2px;
  background-color: #489f52;
  margin-top:5px;
}
.hsmBox .t{
  margin-bottom: 36px;
}
.hsmBox .hsmtitp{
  font-size: 16px;
  color:#666;
  line-height: 16px;
  margin-bottom: 7px;
}
.hsmBox .hsmtxt{
  font-size: 12px;
  line-height: 24px;
  color:#999;
  opacity: 0.6;
}


.moreBt{
    width: 107px;
    height: 42px;
   margin-top:66px;
    border: 1px solid #c4dfca;
    padding: 5px;
}
/*.hbigBoxRight .index-proTxt span{
  font-size: 26px;
  font-weight: 400;
  color: #298848;
}*/
.hbigBoxRight .index-proTxt .en{
  left: 0px;
  transform: translate(0);
}
/*.hindexLeft .boxtit:nth-child(2){
  margin-top:94px;
}*/
.hindexLeft .jiaImg{
  width: 22px;
  margin:10px 0px;
}
.hindexLeft .index-proBox{margin-top:30px;text-align: left;margin-bottom: 65px;}
.boxtit.tt{
  margin-top: 40px;
}
.boxtitp.tt{
  font-size: 14px;
  line-height: 18px;
}

.moreBt a{
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #298848;
  color: #fff;
  line-height: 42px;
  text-align: center;
}
.hbigBox2{
  margin: 4.7% auto;
  position: relative;
  background: url(/img/hbigbg2.png) no-repeat 55% center;
}
.hbigBox2 .hbigBoxLeft{
  width: 50%;
  float:left;
}
.hbigBox2 .hbigBoxLeft img{
  width: 100% !important;
  height: auto !important;
}
.hbigBox2 .content{
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.hbigBox2 .hbigBoxRight{
  width: 472px;
  float: right;
}
.hbigBoxRight .index-proBox{
  text-align: left;
  display: inline-block;
}
.hbig4Right .index-proBox{
  text-align: left;
  margin-top: 60px;
}
.hbigBoxRight .index-proBox{
  margin-bottom: 70px;
  margin-top: 0;
}
.hbigBoxRight .t{
  margin-bottom: 40px;
}
.hbigBox2 .hbigBoxRight .moreBt{
  margin-top: 144px;
}

.boxtit{
  font-size: 16px;
  color:#666;
  line-height: 16px;
}
.boxtitp{
  font-size: 12px;
  line-height: 16px;
  color:#c7c7c7;
  margin-top: 8px;
}
.hindexLeft{
  width: 345px;
  max-width: 47.5%;
  float:left;
  box-sizing: border-box;
  background-image: url(/img/writebg.png);
  background-repeat: no-repeat;
  background-position: center 50%;
  background-size: 80%;
}
.hbigBox3{
  padding:5.2% 0px;
  background-color: #f9f9f9;
}
.hindexRight{
  width: 50%;
  float:right;
}
.hindexRight .top{
  margin-bottom: 12px;
}
.hindexRight .bottom img{float:right; margin-left: 12px}
.hindexRight .top img{width: 100%;}
.hindexLeft .boxtit2{
  margin-top:0px;
}
.hbigBox4{
  padding: 7.8% 0;
}
.hbig4Left{
  position: relative;
  width: 41.6%;
  float:left;
  margin-left: 0 !important;
  text-align: center;
}
.hbig4Left img{
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.hbig4Left .icon{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/videoPlay.png");
  cursor: pointer; 
  border-radius: 100%;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.hbig4Left .icon.m{
  display: none;
}
@media (max-width: 1024px){
  .hbig4Left .icon.pc{
    display: none;
  }
  .hbig4Left .icon.m{
    display: block;
  }
}
.hbig4Left .indexBg{
  position: absolute;
  right: -160px;
  top: 25%;
  width: 70%;
}
.hbig4Right{
  width: 50%;
  float: right;
}
.boxtit.tx{
  font-size: 20px;
  line-height: 20px;
  color: #333;
  margin-top: 55px;
}
.boxTip{
  font-size: 16px;
  line-height: 32px;
  color:#666;
  margin-top: 38px;
}
.logoUl{
  margin-top:50px;
}
.logoLi{
  float:left;
  width: 25%;
  text-align: center;
}
.logoLi img{
  max-height: 55px;
}
.logoTxt{
  margin-top:35px;
  position: relative;
  font-size: 16px;
  color:#666;
}
.logoTxt img{
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  top:-15px;
}
.hbigBox5{
  padding-top: 5.2%;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}

.grBoxUlBox{
  width: 1200px;
  margin: 4% auto 0;
  max-width: 92%;
}
.grBoxUlBox .grBoxUl .grBoxLi{width: 32%; margin-right:2%; position: relative; float:left;}

.grBoxUl .grBoxLi:nth-child(3){
  margin-right:0px;
}
.grBoxLi img{
  width: 100%;
}
.bottomBig{position: absolute;
width: 100%;
height: 20%;
bottom:0px;
background-color: rgba(66,161,79,.5);
color:#fff;
box-sizing: border-box;
padding:22px 40px 0px ;
font-size: 18px;
text-align: center;
line-height: 30px;
}
.allBig{
  padding:60px 0px 30px;
  position: absolute;
  left:0px;
  right:0px;
  background-color: rgba(66,161,79,.9);
  color:#fff;
  text-align: center;
  display: none;
  top:0px;
bottom:0px;
}
.allBig .tit{
  font-size: 18px;
  width: 56%;
  line-height: 30px ;
  
  margin:0 auto;
}
.allBig .titpTime{
  margin-top:30px;
  font-size: 16px;
  color:#dddddd;
}
.allBig .titTxt{
  color:#ddd;
  font-size: 16px;
  line-height: 26px;
  width: 90%;
  margin:72px auto;
}
.allBig .moreBt a{
  background-color:rgba(255,255,255,.3);
  
}
.allBig .moreBt{
position: absolute;
bottom:37px;
transform: translateX(-50%);
left:50%;
}
.hbigBox5 .moreBt{
  margin:75px auto 0px;
}
.footerBox{background-color: #429d53;height: 450px;
  position: relative;
    background-image: url(/img/footBg.png);
}
.footerBox .footTop{
  padding:78px 0px;
  position: relative;
  width: 76%;
  margin:0 auto;
}
.footLogoBox{margin-top:40px;}
.footLogoBox>div{
  float: left;
}
.footLogoBox>div p{
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.footLogoBox>div:nth-child(1){
  margin-right: 34px;
}
.footLeft{
  float:left;
}
.footRight dl{
  margin-right:60px;
  float:left;
}
.footRight{width:63%;float:right;}
.footRight dt a{
  font-size: 18px;
  color:#fff;
}
.footRight dd a{
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
  color:rgba(255,255,255,.7)
}
.footerBox .toTop{
  width: 34px;
  height: 34px;
  background: url(/img/top.png);
  position: absolute;
  right: 0%;
  bottom:30px;
  color:#fff;
  line-height: 34px;
  text-align: center;
}
.footerBox .footfoot{
  height: 40px;
  position: absolute;
  bottom:0px;
  border-top:1px solid #65aa7a;
  width: 76%;
  margin:0px 12%;
  box-sizing: border-box;
  line-height: 40px;

}
.footerBox .footfoot .footftLeft{
  float:left;
  color:#9ec4a8;
}
.footerBox .footfoot .footftRight{
  float:right;
  color:#9ec4a8;
}
.footerBox .footfoot .footftRight a{
  color:#9ec4a8;
}
.xxxx{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.index-banner{position: relative;overflow: hidden;}
.index-banner.swiper-containerIN{
  margin-bottom: 5%;
}
@media (max-width: 768px){
  .index-banner ul li{
    width: 100%;
    overflow: hidden;
  }
  .index-banner img{
    width: 130%;
    margin-left: -15%;
    max-width: 130%;
  }
  .sidlzc{
    margin-left: 10px !important;
  }
  .header .headerBox .right .searchBox{
    margin-right: 10px;
  }
}
.index-banner .swiper-pagination{
bottom:30px;
}
.bannertxt{
  position: absolute;
  top:40%;
  left:50%;
  transform: translateX(-50%);     
  display: none; 
}
.bannertxt img{
  position: absolute;
  left:50%;
  transform: translateX(-50%);  
  top:-50%;
  width: 260px;
  display: none;
}
.bannertxt .greenye{
  display: block;
  top:-22%;
  display: none;
}
.banntxt1{
  color:#2a9538;
  font-size: 50px;
  line-height: 100px;
  text-align: center;
  overflow:hidden; 

  text-overflow:ellipsis;
  
  display:-webkit-box; 
  
  -webkit-box-orient:vertical;
  
  -webkit-line-clamp:1; 


}
.banntxt2{
  font-size: 26px;
  color:#424242;
  text-align: center;
  line-height: 30px;

}
.borderUl{
  border-bottom:1px solid #e4e4e4;
  height: 60px;
  line-height: 60px;
  margin-bottom:10px;
  /* overflow-x: auto;
  overflow-y: visible; */
}
.borderUl .contli{
  float:left;
  border-right:1px solid #e4e4e4;
  border-left:1px solid #e4e4e4;

  width: 177px;
 text-indent: 1.5em;
  box-sizing: border-box;
  position: relative;
}
.borderUl .contli dl{
  position: absolute;
  z-index: 999;
}
.borderUl .contli:nth-child(1){
  height: 60px;
  width: 53px;
  position: relative;
  border-left:0px;
}
.borderUl .contli:nth-child(1) a{
position: absolute;
left:50%;
top:50%;
transform: translate(-50%,-50%);
}

.w{
  width: 1200px;
  margin:0 auto;
  max-width: 92%;
}
.contli a {
  font-size: 14px ;
  color:#999;
}
.contli dl dd{
line-height: 40px;

}
.contli .downUl{
  position: absolute;
  right: 20px;
  top:30px;
}
.contli dl{
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
}
.aboutBox{
  padding:5.2% 0px;
  position: relative;
}
.aboutBox .w{
  position: relative;
  zoom: 1;
}
.aboutBox .w:after{
  display: block;
    height: 0;
    clear: both;
    /* visibility: hidden; */
    overflow: hidden;
    content: ".";
}
.aboutBoxLeft{
  width: 55%;
  float:left;
}
.aboutBoxLeft img{
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.aboutBoxRight{
  width: 33.333%;
  float: right;
}
.aboutBigBox .aboutBoxRight{
  width: 33.333%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
/*.aboutBox:nth-child(1) .aboutBoxLeft{
  width: 46.75%;
}
.aboutBox:nth-child(1) .aboutBoxRight{
  width: 41.7%;
}*/
.aboutTit{
  font-size: 26px;
  color:#618959;
  line-height: 36px;
  margin-bottom:30px;
  margin-top:30px;
}
.aboutBoxRight .grBorder{
width: 108px;
height: 2px ;
background-color: #618959;
position: relative;
}
.aboutBoxRight .grBorder img{
  position: absolute;
transform: translate(0%,-50%);
}
.aboutTitp{
  font-size: 20px;
  color:#666;
  margin-top: 37px;
  line-height: 30px;
  text-align: left;
}
.aboutTitp span{
  color:#618959;
}
.aboutTxt{
  margin-top: 8px !important;
  font-size: 16px;
  line-height: 30px;
  color:#666666;
  text-align: justify;
}
.aboutBigBox .aboutBox:nth-child(even) .aboutBoxLeft{
  float:right;
}
.aboutBigBox .aboutBox:nth-child(even) .aboutBoxRight{
  left: 0;
  right: auto;
}
.aboutBigBox .aboutBox:nth-child(even){
  background-color: #f7f8f9;
}

@media (max-width: 1200px){
  .aboutTitp{
    margin-top: 20px;
    font-size: 18px;
  }
  .aboutBoxRight .index-proTxt{
    line-height: 26px;
  }
  .aboutBoxRight{
    width: 41%;
  }
  .aboutBox:nth-child(1) .aboutBoxRight{
    width: 49.7%;
  }
  .aboutTxt{
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
}


.investorsBox .greenBox{
  margin-top:170px;
  height: 160px;
  background-color: #429d53;
  border-radius: 10px 10px 0px 0px;
  position: relative;
}
.peopleBox{
  position: absolute;
  width: 180px;
  height: 180px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  left:50%;
  transform: translate(-50%);
  top:-35%;
}
.peopleBox img{
  
  border-radius: 50%;
}
.peopleTxt{
  color:#fff;
  font-size: 20px;
  line-height: 38px;
  position: absolute;
  left:60%;
  top:25%;
}
.toTop a{color:#fff;}
.peopleUl {
  margin-top:100px;
  margin-bottom:200px;
  overflow-x: auto;
  overflow-y:hidden ;
}
.peopleUl .peopleLi{
  width: 32%;
  margin-right:2%;
  float:left;
  text-align: center;
}
.peopleUl .peopleLi:nth-child(3){
  margin-right:0px;
}
.peopleLi .peopleCon{
  color:#4d8249;
  font-size: 20px;
  margin-top:50px;
}
.interTit{
  text-align: center;
}
.interactBox{
  padding:70px 0px 150px;
}
.interactBox .aboutTit{
display: inline-block;
border-bottom:2px solid #298848;
position: relative;
}
.interactBox .aboutTit .greenO{
  position: absolute;
  bottom:0px;
  left:50%; 
  transform: translate(-50%,50%);
 
}
.interactBox .fom{
  margin: 4.5% auto 0;
}
.interactBox input{  
  background:none;  
  outline:none;  
  border:none;
}
.interactBox .fom input{
  width: 48%;
  background-color: #f7f8f9;
  margin-right:4%;
  float:left;
  margin-top: 20px;
}
.interactBox .fom.vcc{
  margin-top: 5%;
}
.interactBox .fom.vcc input{
  margin-top: 20px;
}
.interactBox .fom input:nth-child(2n){
  margin-right:0px;
}
.interactBox .fom input{
  font-size: 16px ;
  color:#666;
  padding:20px;
  box-sizing: border-box;
}
.interactBox .fom textarea{
  border:none;
  background-color: #f7f8f9;
  width: 100%;
  font-size: 16px ;
  color:#666;
  padding:20px;
  box-sizing: border-box;
  margin-top:20px;

}
.interactBox .moreBt{
  margin:60px auto 0px;
}

.disclosureBox{padding-top:4.2%;padding-bottom:11.6%;}
.searchBox{
  text-align: center;
}
.searchBox input{
  background:none;  
  outline:none;  
  border:none;
  width: 490px;
  background-color: #f7f8f9;
  height: 56px;
  color:#bbbbbb;
  font-size: 16px;
  padding-left:20px;
  vertical-align: middle;
  display: inline-block;
  margin:0px;
}
.searchBox .searchLogo{
  display: inline-block;
  width: 56px;
  height: 56px;
  background-color: #f7f8f9;
  vertical-align: middle;
  position: relative;
  left:-10px;
}
.searchBox .searchLogo img{
  position: absolute;
  top:50%;
  left:50%;
  width: 24px;
  transform: translate(-50%,-50%);
}
.searchContBox{
  padding-top:2.6%;
  margin-top: 2.6%;
  border-top: 2px solid #f7f8f9;
}
.searchContBox .searchContLi{
  /* height: 100px; */
  min-height: 100px;
  width: 100%;
  background-color: #f7f8f9;
  margin-top:20px;
  padding:0px 60px;
  box-sizing: border-box;

}
.disclosureBox .searchContBox .searchContLi{
  position: relative;
}
.searchContLi div{
  display: inline-block;
  line-height:100px ;
  font-size: 16px;
  color:#666666;
}
.searchContLi div.right{
  right: 60px;
  position: absolute;
  display: inline-block;
  line-height: 100px;
  font-size: 16px;
  color: #666666;
  top: 50%;
  transform: translateY(-50%);
}

.searchContLi .moreBt{
  margin:0px;
  border:1px solid #fff;
}
.searchContLi .moreBt a{
  background-color: #fff;
  color:#298848;
  font-size: 16px;

}
.searchContLi .timeTxt{
  margin-right:20px;
}
.searchContLi .right img{
  margin-right:32px;
  width: 22px;
}
.searchContLi .moreBt:hover{
  border:1px solid #c4dfca;
}
.searchContLi .moreBt:hover a{
  color:#fff;
  background-color: #298848;

}
.searchContBox .toMore .moreBt{
  margin:100px auto 0px;
}
.trendsBox{
  padding:80px 0px 140px;
}
.trendsUl{
  padding-top:70px;
}
.trendsLi .left{
  position: relative;
  width: 34%;
}
.trendsLi .left .greenMot{
  position: absolute;
  top:0px;
  left:0px;
  bottom:0px;
  right:0px;
  background-color: rgba(66,161,79,.8);
  display: none !important;
}
.trendsLi .left .moreBt{
  margin:0px;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.trendsLi .left .moreBt a{
  background-color: #fff;
  color:#298848;
  
}
@media (min-width: 1024px){
  .trendsLi:hover .greenMot{
  display: block;
}
.trendsLi:hover .trenTit a{
  color:#298848;
}
}

.trendsLi .left img{
  width:100%;
}
.trendsLi .right{
  padding-top:22px; 
  width: 60%;
}
.trenTitp div{
  display: inline-block;

}
.trendsLi{
  padding:30px 0px;
  border-bottom:1px solid #f7f8f9;
}
.trenTit a{
  font-size: 20px;
  color:#363636;
  padding-bottom:20px;
}
.trenTitp{
  color:#989898;
  font-size: 14px;

}
.trenTxt{
  font-size: 16px;
  color:#666666;
 margin-top:60px;
}
.trendsBox .moreBt{
 margin:100px auto 0px;
}
.honorBox{
  padding-top:50px;
}
.honorLi{
  width: 32%;
  margin-right:2%;
  /* height: 236.8px; */
  float:left;
  margin-top:50px;
  position: relative;
  background-color: #f7f8f9;
  
}
.honorUl .honorLi:nth-child(3n){
  margin-right: 0px;
}
.honorLi .honLogo{
  width: 100%;

  
}
.honorLi .honTxt{
  display: none;
  padding-top:60px;
  width: 90%;
  margin:0 auto;
  font-size: 16px;
  color:#666666;
  line-height: 26px;
  position: absolute;
  top:0px;
  padding-left:5%;

  overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.honorUl .honorLi:hover .honLogo{
visibility: hidden;

}
.honorUl .honorLi:hover .honTxt{
  display:  -webkit-box;
  
  }
.honorBox .moreBt{
    margin:100px auto;
  }
.illtelligentBox .aboutBox:nth-child(2) .aboutBoxRight{
    width: 100%;
    text-align: center;
    float: none;
    transform: translateY(0);
    top: 0;
    position: relative;
  }
  .illtelligentBox .aboutBox:nth-child(2) .aboutBoxRight .grBorder{
    margin:0 auto;
  }
  .newSearch .left{
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #6b9f59;
    font-size: 20px;
    color:#fff;
    text-align: center;

  }
  .newSearch{
    margin-bottom:30px;
  }
  .newSearch .searchBox{
    float:right;
  }
.newSearch .left a{
color:#666;
}
/* .newSearch .left:nth-child(1) a{
  color:#fff;
} */
.industryBox .newSearch .left{
  background-color: #fff;
}
.newSearchColor{
  background: #6b9f59 !important;
}
.newSearch .newSearchColor a {
	color: #fff;
}
.pages{
  text-align: center;
  margin-top: 50px;
  font-size: 16px;
}
.pages a{
  margin-right: 28px !important;
  color: #298b50;
}
.pages a:disabled{
  color: #000;
}
/* .pages a.r{
  margin-left: 28px;
} */
.pages span{
  margin-right: 28px !important;
}

.trendsUlBlock{
  display: block !important;
}
.trendsUlBox .trendsUl{
  display: none;
}
.serviceBox{
  padding-top:80px;
  padding-bottom:140px;
}
.serviceBox .serviceTit{
  text-align: center;
}
.serviceBox .serviceTit .grBorder{
  width: 100px;
  height: 1px;
  background-color: #618959;
  display: inline-block;

}
.serviceBox .aboutTit{
  margin-bottom: 10px;
}
.serviceBox .serviceTit .grBorder img{
  transform: translateY(-50%);
}
.serviceTit .serviceTxt{
  margin:60px auto 0;
  max-width: 100%;
  font-size: 16px;
  color:#666;
}
.serviceTit .pic{
  margin-top: 3%;
}
.serviceUl .serviceLi{
  margin-top:100px;
}
.serviceUl .serviceLi .left{
  width: 50%;
}
.serviceUl .serviceLi .left img{
  width: 100%;
}
.serviceUl .serviceLi .right{
  width: 45%;
  margin:70px auto 0px;
}
.serviceUl .serviceLi .right .serTit{
color:#333333;
font-size: 20px;

}
.serviceUl .serviceLi .right .serTitp{
  margin-top:30px;
  font-size: 16px;
  color:#999999;
}
.serviceUl .serviceLi:nth-child(even) .left{
  float:right;

}
.serviceUl .serviceLi:nth-child(even) .right{
  float:left;

}
.serviceBox .swiper-container{
  margin-top:0 !important;
}
.serviceBox .container .swiper-slide{
  position: relative;
}
.serviceBox .container .grBottom{
  width: 100%;
  position: absolute;
  bottom:0px;
  height: 110px;
  background-color: rgba(66,161,79,1);
}
@media (max-width: 960px){
  .serviceBox .container .grBottom{
    position: relative;
    padding-bottom: 15px;
  }
  .swiperBox .container{
    padding-bottom: 0 !important;
  }
}
.swiper-slide .grBottom{
  padding:20px 60px;
  box-sizing: border-box;
  color:#fff;
}
.swiper-slide .grBottom .tit{
  font-size:20px ;
}
.container{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-slide .grBottom .titp{
  font-size:16px ;
  margin-top:10px;
}
.anBt .anUl .anLi{
  width: 100%;
  float:left;
  text-align: center;
}
.anBt .anUl .anLi .grYuan{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
 margin:30px auto;
  position: relative;

}


.anBt .anUl .anLi .grYuan img{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.anBt .anUl .anLi .grYuan img:nth-child(2){
  display: none;
}
.anBt .anUl .anLi .anLitxt{
  font-size: 20px;
  color:#666;
}

.anBt .anUl .anLi .grYuan.cur{
  background-color: #6ba059;
  
}


.anBt .anUl .anLi.on .grYuan{
  background-color: #6ba059;
}

.anBt .anUl .anLi.on .anLitxt{
  font-size: 22px;
  color:#121212;
}
.anniuSwip .anBt .anUl:nth-child(1) .anLi img:nth-child(1){
	display: block;
  
}
.anniuSwip .anBt .anUl:nth-child(1) .anLi img:nth-child(2){
  display: none;
}
.anBt .anUl .anLi .anLitxt.cur{
  font-size: 22px;
  color:#121212;
}
@media (min-width: 1024px){
  .anBt .anUl .anLi:hover .grYuan{
    background-color: #6ba059;
  }
  .anBt .anUl .anLi:hover .anLitxt{
    font-size: 22px;
    color:#121212;
  }
  .anBt .anUl .anLi:hover .grYuan img:nth-child(1){display: none;}
  .anBt .anUl .anLi:hover .grYuan img:nth-child(2){display: block;}
}

.anBt .anUl .anLi .grYuan.cur img:nth-child(1){display: none;}
.anBt .anUl .anLi .grYuan.cur img:nth-child(2){display: block;}
.sertelBox .aboutBox:nth-child(1) .aboutBoxRight{
  float:none;
  width: 100%;
  margin:0 auto;
  position: relative;
  transform: translateY(0);
  top: auto;

}
.sertelBox .aboutBox:nth-child(1) .aboutBoxRight .aboutTit{
font-size: 20px;
text-align: center;


}
.sertelBox .aboutBox:nth-child(odd) .aboutBoxLeft{
  float:right;
}
.sertelBox .aboutBox .aboutBoxRight{
  float:right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0 !important;
  right: auto !important;
}
.sertelBox .aboutBox:nth-child(2n) .aboutBoxRight{
  right: 0 !important;
  left: auto !important;
}
.sertelBox .aboutBox:nth-child(even) .aboutBoxLeft{
  float:left;
}
.joinBox .aboutBox:nth-child(1) .aboutBoxRight .grBorder{
  margin:0 auto;
}
.joinBox .aboutBox:nth-child(1) .aboutBoxRight .grBorder img{
  transform: translate(54px,-50%);

}
.joinBox .aboutBox:nth-child(1) .aboutBoxRight .aboutTitp{
  text-align: center;

}
.joinBox .aboutBox:nth-child(1) .aboutBoxRight .aboutTxt{
  text-align: center;

}
.joinBox .joinUl .joinLi .left{
  width: 50%;
  
}
.joinBox .joinUl .joinLi .right{
  width: 50%;
  padding-top:70px; 
  padding-left:20%;
  box-sizing: border-box;
  
}
.joinBox .joinUl .joinLi .right .tit{
 color:#618959;
 font-size: 26px;
  
}
.joinBox .joinUl .joinLi .right .titp{
  margin-top:30px;
  font-size: 20px;
  color:#333;
  line-height: 28px;
}
.joinBox .joinUl .joinLi{
  padding-top:100px;
  padding-bottom: 100px;
}
.joinBox .joinUl .joinLi:nth-child(even) .left{
  float: right;
}
.joinBox .joinUl .joinLi:nth-child(even) .right{
  float: left;
}
.joinBox .imgBoxUl .imgBoxLi{
  width: 49%;
  float:left;
  margin-right: 16px;
  margin-bottom: 16px;
  box-sizing: border-box;
position: relative;
}
.joinBox .imgBoxUl{
  margin:100px 0px;
}
.joinBox .imgBoxUl .imgBoxLi:nth-child(even){
 
  margin-right: 0px;
  
}
.joinBox .imgBoxUl .imgBoxLi .bgimg{
width: 100%;
}

.joinBox .imgBoxUl .imgBoxLi .baiMot{
  position: absolute;
  top:0px;
  width: 40%;
  right: 0px;
  bottom:0px;
  background-color: rgba(255,255,255,.7);
  padding-top:30px ;
  box-sizing: border-box;
  padding-left:10%;
  display: none;
}
.joinBox .imgBoxUl .imgBoxLi .baiMot .tit{
  font-size: 20px;
  color: #618959;
  margin-top: 20px;  
}
.joinBox .imgBoxUl .imgBoxLi .baiMot .titp{
  margin-top:20px;
  color:#333;
  font-size: 16px;
  line-height: 26px;
}
.joinBox .imgBoxUl .imgBoxLi:hover .baiMot{
display: block;
}
.proBox .productUl{
  padding-bottom:100px;
}
.proBox .productUl .proLi{
  width: 48%;
  float:left;
  margin-right: 4%;
  margin-top:100px;
}
.proBox .productUl .proLi:nth-child(even){
  margin-right: 0px;
}
.proBox .productUl .proLi .left{
  width: 50%;

}
.proBox .productUl .proLi .left img{
  width: 80%;
}
.proBox .productUl .proLi .right{ 
  width: 50%;
  text-align: left;
  
}
.proBox .productUl .proLi .right .tit a{
  /* color:#4d8249; */
  color:#333;

  font-size: 18px;
}
.proBox .productUl .proLi .right .titp{
  margin-top:20px;
  font-size: 14px;
  color:#999;
}
.proBox .productUl .proLi .right .moreBt a{
  background-color: #f7f8f9;
  color:#4d8249;
}
.proBox .productUl .proLi .moreBt{
  margin-top: 20px;
}
.proBox .productUl .proLi:hover .tit a{
  color:#4d8249;

}
.proBox .productUl .proLi:hover .moreBt a{
  background-color: #4d8249;
  color:#fff;
}
.product .ulcont .contli:nth-child(4){
  width: 277px;
}
.proBox1 .tit{
  font-size: 20px;
    color: #333;
    line-height: 30px;
    margin-bottom:40px;
}
.proBox1 .titp{
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.proBox1 .prodt2{
  margin-top:30px;
}
.productBox .proBox1{
  padding:60px 0px;
  border-bottom:1px solid #eff2fb;
}
.productBox .proBox1 .titTxt{
  margin-top:20px;
  line-height: 26px;
  -webkit-line-clamp: inherit;
}
.productBox .proBox1 .prohg{
  text-align: center;
}
.productBox .proBox1 .prohg img:nth-child(1){
  margin-right: 50px;
}
.productBox .proBox1 .titps{
  line-height: 30px;
}
.productBox .prodet{
  padding-bottom:100px;
}
.prodet .proBox1:nth-last-child(1){
  border:none;
}
.geneBox .aboutBox:nth-child(1) .aboutBoxLeft{
  float:right;
}
.geneBox .aboutBox:nth-child(1) .aboutBoxRight{
  float:left;
}
.geneBox .aboutBox:nth-child(2) .aboutBoxRight{
  width: 94%;
 margin:0 auto;
 float: none;
}
.geneBox .aboutBox:nth-child(2) .aboutBoxRight .aboutTit{
text-align: center;
}
.geneBox .aboutBox:nth-child(2) .aboutBoxRight .grBorder{
  text-align: center;
  margin:0 auto;
}
.geneBox .aboutBox:nth-child(2) .imgbox{
  margin-top:60px;
}
.geneBox .aboutBox:nth-child(even){
  background-color: #f7f8f9;
}
.geneBox .aboutBox:nth-child(3) .bottom{
  background: url(/img/gene4.jpg) no-repeat;
  padding:30px 0px;
  margin-top:20px;
  font-size: 16px;
  color:#999999;
  line-height: 24px;
}
.geneBox .aboutBox:nth-child(3) .bottom .left{
  width: 50%;
}
.geneBox .aboutBox:nth-child(3) .bottom .right{
  width: 50%;
}
.geneBox .aboutBox:nth-child(4) .aboutBoxRight{
  width: 94%;
 margin:0 auto;
 float: none;
}
.geneBox .aboutBox:nth-child(4) .aboutBoxRight .aboutTit{
text-align: center;
}
.geneBox .aboutBox:nth-child(4) .aboutBoxRight .grBorder{
  text-align: center;
  margin:0 auto;
}
.geneBox .aboutBox:nth-child(4) .swiper-container{
  margin-top: 30px;
  padding-bottom:40px
}
.geneBox .aboutBox:nth-child(4) .swiper-container .swiper-pagination{
  width: 100%;
  background-color: #d2d2d2;
  height: 2px;
  bottom:0px;
}
.geneBox .aboutBox:nth-child(4) .swiper-container .swiper-pagination-progressbar-fill{
  background: #6ba059;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.geneBox .aboutBox:nth-child(4) .swiper-container .swiper-slide{
  background-color: #f7f8f9;
  opacity: 0 !important;
  transition: opacity 1s;
}
.geneBox .aboutBox:nth-child(4) .swiper-container .swiper-slide.swiper-slide-active{
  opacity: 1 !important;
}
.siperBot{
  padding-top:43px;
}
.siperBot .left{
width: 50%;
padding-top:48px;
padding-right:110px;
box-sizing: border-box;
padding-left:54px;
}
.siperBot .left .tit{
  font-size: 20px;
  color:#666;
}
.siperBot .left .titp{
  font-size: 16px;
  color:#999;
  margin-top:28px;
}
.siperBot .right{
  width: 50%;
  }
  .geneBox .aboutBox:nth-child(5) .aboutBoxRight{
   width: 100%;
   float:none;
    text-align: center;
  }
  .geneBox .aboutBox:nth-child(5) .aboutBoxRight .grBorder{
    margin: 0 auto;
  }
  .geneBox .aboutBox:nth-child(5) .swiperBotBox .siperBot:nth-child(odd) .left{
    float:right;
  }
  .geneBox .aboutBox:nth-child(5) .swiperBotBox .siperBot:nth-child(odd) .right{
    float:left;
  }
  .geneBox .aboutBox:nth-child(6) .aboutBoxRight{
float:left;
  }
  .geneBox .aboutBox:nth-child(6) .aboutBoxLeft{
    float:right;
      }
      .geneBox .aboutBox:nth-child(6) .swiper-button-prev{
        position: absolute;
        background-image:url(/img/prev.png);
        background-size: 15px 23px;
        top:90%;
      }
      .geneBox .aboutBox:nth-child(6) .swiper-button-next{
        background-image:url(/img/next.png);
        background-size: 15px 23px;
        top:90%;
        left:8%;
      }
      .geneBox .aboutBox:nth-child(6) .aboutTit{
        margin-top:0px;
      }
      .geneBox .aboutBox:nth-child(6) .aboutTxt{
        margin-top:10px;
        padding-bottom:64px;
      }
      .geneBox .aboutBox:nth-child(7) .aboutTit {
        padding-bottom:10px;

      }
      .geneBox .aboutBox:nth-child(7) .fom input{
        margin-top:20px;
      }
      .geneBox .aboutBox:nth-child(7) .fom input:nth-child(even){
        margin-right: 0px;
      }
      .interactBox .fom input {
        font-size: 16px;
        color: #666;
        padding: 20px;
        box-sizing: border-box;
        width: 48%;
    background-color: #f7f8f9;
    margin-right: 4%;
    float: left;
    }
    .procheck .checkTxt{
      color:#121212;
      font-size: 18px;
      line-height: 90px;
    }
    .procheck  input{
      display: none;
    }
    .procheck .moreBt{
      width: 48% !important;
      height: 62px;
      float: left;
      margin-top:0px;
      margin-bottom: 20px;
      box-sizing: border-box;
      text-align: left;
      line-height: 62px;
      border:none;

    }
    .swiperBlock{
      display: block !important;
    }
/*    .swiperBox .container{
      display: none;
    }*/
    .swiperBox .container{
      padding-bottom:25px;
      margin-top:45px;
      background-color: #fff;
    }
    .swiperBox .swiper-pagination{
      width: 100%;
      background-color: #d2d2d2;
      height: 2px;
      bottom: 0;
      z-index: 116;
      position: relative;
      margin-top: 15px;
    }
    .swiperBox .swiper-pagination .swiper-pagination-progressbar-fill{
      background: #6ba059;
      position: absolute;
      left: 0;
      top: 0;
      width: 20%;
      height: 100%;
      transform: scale(1) !important;
      transform-origin: left top;
    }
    select{
      background: url(/img/down.png) no-repeat right 30px center;
    }
    select{
      appearance:none;   
      -moz-appearance:none;   
      -webkit-appearance:none; /*兼容苹果手机*/
      -ms-appearance:none; 
      outline:none;      
      -webkit-tap-highlight-color: #fff;
      border: rem(1) solid #EBEBEB;
      width:rem(100);
      height: rem(50);
      line-height: rem(50);
      /*防止紧紧靠在边上*/
      text-indent:rem(4);
      background-color: transparent;
  }
    .grbg{
      background-color: #298848 !important;
      color:#fff !important;
    }
    .procheck .moreBt a{
      text-align: left;
padding-left:20px;
box-sizing: border-box;
background-color: #f7f8f9;
color:#666;
font-size: 16px;
line-height: 52px;
    }
    .procheck .moreBt:nth-child(even){
      margin-right: 0px;
      float:right;  
    }
    @media (min-width: 1024px){
      .procheck .moreBt:hover a{
      background-color: #298848;
      color:#fff;
    }
    .procheck .moreBt:hover{
      border: 1px solid #c4dfca;
    }
    }
     .procheck .moreBt.on a{
      background-color: #298848;
      color:#fff;
    }
    .procheck .moreBt.on{
      border: 1px solid #c4dfca;
    }
    .geneBox .aboutBox:nth-child(7) .interactBox{
      padding:0px 0px 0px;
    }
    .genepro .gendBox{
      padding-top:50px;
      padding-bottom: 50px;
    }
    .genepro .gendBox .aboutBoxRight{
      float:none;
      width: 100%;
      /*text-align: center;*/
    }
    .genepro .gendBox .aboutBoxRight .aboutTit{
      text-align: center;
    }
    .genepro .gendBox .aboutBoxRight .grBorder{
      margin:0 auto;
      text-align: center;
    }
    .genepro .gendBox .aboutBoxRight .aboutTxt{
      color:#618959;

    }
    .genepro .gendBox .genBotBox{
      margin-top:80px;
      position: relative;
      zoom: 1;
    }
    .genepro .gendBox .genBotBox:after{
      content: '';
      display: block;
      clear: both;
    }
    .genepro .gendBox .genBotBox .left{
      box-sizing: border-box;
      padding: 0 4%;
      width: 50%;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
    }
    .genepro .gendBox .genBotBox:nth-child(2n) .left{
      right: 0;
      left: auto;
    }
    .genepro .gendBox .genBotBox .right{
      width: 50%;
    }
    .genepro .gendBox .genBotBox:nth-child(2n) .right{
      float: left !important;
    }
    .genepro .gendBox .genBotBox .left .tit{
      color:#618959;
      font-size: 20px;
    }
    .genepro .gendBox .genBotBox .left .titp{
      font-size: 18px;
      color:#121212;
      /*margin-top:30px;*/
    }
    .genepro .gendBox .genBotBox .left .titTxt{
      font-size: 16px;
      line-height: 26px;
      color:#666;
      margin-top:30px;
      -webkit-line-clamp: 200;
    }
    .genepro .gendBox:nth-child(2){
      background-color: #f7f8f9;
      /*padding:70px 0px;*/
    }
    /*.genepro .gendBox:nth-child(2) .genBotBox .left{
      padding:0px 4%;
      box-sizing: border-box;
      right: 0;
      left: auto;
    }
    .genepro .gendBox:nth-child(2) .genBotBox:nth-child(2n) .left{
      left: 0;
      right: auto;
    }*/
    /*.genepro .gendBox:nth-child(2) .genBotBox:nth-child(odd) .left{
      float:left;
    }
    .genepro .gendBox:nth-child(2) .genBotBox:nth-child(odd) .right{
      float:left;
    }*/
    .genepro .gendBox:nth-child(3) .aboutTxt{
      color:#999;
      width: 80%;
      margin:30px auto 0px;
      text-align: left;
    }
    .genepro .gendBox:nth-child(3) .gendImg{
      width: 100%;
    }
    .laborBox .gendBox:nth-child(2) .left{
      float:right;
      padding: 0 4% 0 0;
    }
    .laborBox .gendBox:nth-child(2) .left .titTxt {
      color:#618959;

    } 
    .laborBox .gendBox:nth-child(2) .right{
      float:right;
    }
    .laborBox .gendBox:nth-child(3) .genBotBox:nth-child(odd) .left{
      float:right;
      padding:0px 6%;

    }
    .laborBox .gendBox:nth-child(3) .genBotBox:nth-child(odd) .right{
      float:left;

    }
    .laborBox .gendBox:nth-child(3) .titTxt span{
      color:#618959;
    }
    .laborBox .gendBox:nth-child(even){
      background-color: #f7f8f9;
    }
    .labBot .labBotUl{
      padding-top:60px;
    }
    .labBot .labBotUl .labBotLi{
      width: 32%;
      margin-right: 2%;
      float:left;
      padding:0 4%;
      box-sizing: border-box;
    }
    .labBot .labBotUl .labBotLi .tit{
      font-size: 16px;
      color:#618959;
      text-align: center;
    }
    .labBot .labBotUl .labBotLi:nth-child(3){
      margin-right:0px;
    }
    .labBot .labBotUl .labBotLi .titp{
      margin-top:20px;
      color:#333;
    }
    .laborBox .gendBoxlast .genBotBox .left{
      float:right;
      padding:0 4%;
    }
    .laborBox .gendBoxlast .genBotBox .right{
      float:left;
    }
    .laborBoxBorder{
      width: 100px;
      height: 1px;
      background-color: #618959;
    }
    .laborBoxBorder img{
transform: translateY(-50%);      
    }
    .coopBox .gendBox .genBotBox .left .titTxt{
      color:#666;
    }
    .coopBox .gendBox .genBotBox .bottom{
      font-size: 14px;
      color:#666;
      margin-top:60px;
      margin-bottom: 30px;
    }
    .coopImg.m{
      display: none;
    }
    .coopImg .btns{
      text-align: center;
      font-size: 0;
      width: 100%;
    }
    .coopImg .btns span{
      width: 8px;
      height: 8px;
      border-radius: 100%;
      border: 1px solid #429d53;
      opacity: 1;
      background: none;
      display: inline-block;
      margin: 0 4px;
    }
    .coopImg .btns span.swiper-pagination-bullet-active{
      background-color: #429d53;
    }

    .coopImg .coopUl{
      margin-top:80px;
    }
    .coopImg .coopUl .coopLi{
      width: 32%;
      margin-right: 2%;
      position: relative;     
      float:left;
      margin-bottom:20px;
    }
    .coopImg .coopUl .coopLi img{
      width: 100%;
    }
    .coopImg .coopUl .coopLi .bg{
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.2);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 4;
    }
    .coopImg .coopUl .coopLi:nth-child(3n){
      margin-right: 0px;
    }
    .coopImg .coopUl .bottomBig{
      background-color:rgba(0,0,0,.2);
      font-size: 22px;
      color:#fff;
      padding:20px 80px;
    }
    .coopImg .coopUl .coopLi .con{
      width: 100%;
      height: auto;
      position: absolute;
      bottom: 0;
      left: 0;
      text-align: center;
      padding: 25px 0;
      background-color: rgba(0,0,0,0.5);
      transition: all .5s;
      z-index: 11;
    }
    .coopImg .coopUl .coopLi .con .tits{
      width: calc(100% - 40px);
      margin: 0 auto;
      font-size: 18px;
      line-height: 20px;
      color: #fff;
      text-align: center;
    }
    .coopImg .coopUl .coopLi .con .ttt{
      width: calc(100% - 40px);
      height: 0;
      margin: 15px auto 0;
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      text-align: center;
      transform: translateY(50px);
      opacity: 0;
      transition: all .5s;
	  text-align: left;
    }
    @media (min-width: 1024px){
      .coopImg .coopUl .coopLi:hover .bg{
        display: none;
      }
      .coopImg .coopUl .coopLi:hover .con{
        background-color: rgba(41,139,80,0.8);
      }
      .coopImg .coopUl .coopLi:hover .con .ttt{
        height: auto;
        transform: translateY(0px);
        opacity: 1;
      }
    }
    @media (max-width: 1024px){
      .coopImg .coopUl .coopLi .con{
        padding: 10px 0;
      }
      .coopImg .coopUl .coopLi .con .tits{
        font-size: 16px;
        line-height: 16px;
      }
      .coopImg .coopUl .coopLi .con .ttt{
        height: auto;
        transform: translateY(0px);
        opacity: 1;
        font-size: 12px;
        line-height: 20px;
        margin-top: 5px;
      }
    }

    .coopImg .coopUl .allBig{
      z-index: 9;
    }
    .num{
      position:absolute;
      left:10px;
      top:20px;
      font-size: 30px;
      color:#fff;
      z-index: 10;
    }
    .searchBox select{
      width: 360px;
      background-color: #f7f8f9;
      height: 56px;
      color: #bbbbbb;
      border:none;
      float: left;
      padding-left:20px;
    }
    .searchBox .inputBox{
      float:right;
    }
    .contBox .contUl .contLi{
      margin-top:100px;
    }
    .contBox .contUl .contLi>div{
      position: relative;
    }
    .contBox .contUl .contLi .left{
      width: 50%;
    }
    .contBox .contUl .contLi .right{
      width: 50%;
      padding-left:10%;
      box-sizing: border-box;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
    }
    .contBox .contUl .contLi .right .grBorder{
      width: 78px;
      height: 1px;
      background-color: #618959;
    }
    .contBox .contUl .contLi .right .grBorder img{
      transform: translateY(-50%);
    }
    .contBox .contUl .contLi .right .smLi{
      margin-top:30px;
    }
    .contBox .contUl .contLi .right .smLi img{
      margin-right: 20px;
    }
    .contBox .contUl .contLi .right .smLi span{
      margin-right:10px;
    }
    .map{
      height: 340px;
      width: 100%;
      margin-top: 58px;
    }
    .anchorBL{
      display: none;
    }
    .contUl .contLi:nth-child(even) .right{
      right: auto;
      left: 0;

    }
    .contUl .contLi:nth-child(even) .left{
      float: right;

    }
    .contBox .erm{
      margin-top:20px;
      margin-bottom: 30px;
    }
    .siperBotBlock{
      display: block !important;
    }
    /*.siperBotBox .siperBot{
      display: none;
    }*/
    .contBox .erm img{
      width: 100%;
    }
    .jobBox select{
      width: 284px;
      margin-right: 20px;
    }
    .jobCont .right .moreBt{
      margin-top:20px;
    }
    .jobCont .searchContLi div{
      display: block;
  
    }
    .jobCont .searchContLi .contTit{
      float:left;
      width: 12em;
      overflow: hidden;
     
      text-overflow:ellipsis; 
  
      white-space:nowrap;
  

    }
    /* .jobCont .searchContLi .right{float: right;} */
    .jobCont .searchContLi .topBox div{
      display: inline-block;
    }
    .jobCont .searchContLi .bottom .tit{
      line-height: 50px;
      font-size: 16px;
      margin-top:30px;
    }
    .jobCont .searchContLi .bottom .titp{
      line-height: 40px;
      font-size: 14px;
    }
    .jobCont .searchContLi .bottom{
      padding-bottom: 60px;
      display: none;
    }
    .jobCont .searchContLi .topBox .moreBt1{
      display: none;
    }
    .noMore{
      font-size: 16px;
      color:#999;
      margin:100px auto;
      position: relative;
      display: inline-block;
    }
   
    .noMoreBox{
      text-align: center;
    }
    .noMore .border{
      width: 107px;
      height: 1px ;
      background-color: #298848;
      position: absolute;
    }
    .noMore .border:nth-child(1){
      left:-110px;
      top:50%;
    }
    .noMore .border:nth-child(2){
      right:-110px;
      top:50%;
    }
    .newBox{
      padding-top:30px;
      padding-bottom:30px;
      border-bottom: 1px solid #e4e4e4;
    }
    .newBox h3{
      font-size: 26px;
      color: #363636;
      line-height: 30px;
    }
    .newBox .timeTxt {
      font-size: 14px;
      color: #989898;
      margin-top: 30px;
      line-height: 26px;
  }
  .newBox p{
    padding-top: 0px; padding-bottom: 0px; color: rgb(53, 56, 64); font-family: 思源黑体, Arial, sans-serif; font-size: 14px;
  }
  .newBtBox {
    
    margin: 100px auto;
}
.newBox .timeTxt a{
  float: right;
  padding: 0 !important;
  margin: 0 !important;
  margin-left: 10px !important;
  width: 26px !important;
  height: 26px !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.fhico {
  position: fixed;
  z-index: 30;
  left: 3%;
  top: 230px;
  color: #342010;
  
}
.fhico a{
  color: #342010;

}
.fhico img {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.5em;
  padding-bottom: 0.3em;
}
.popup_weixin {
  background: url(../img/fxico1.png) no-repeat !important;
}
.popup_douban {
  background: url(../img/fxico2.png) no-repeat !important;
}
.popup_qzone {
  background: url(../img/fxico3.png) no-repeat !important;
}
.popup_tsina {
  background: url(../img/fxico4.png) no-repeat !important;
}


  .diepng {
    display: none;
    width: 30px;
    height: 30px;
    top: 12px !important;
    z-index: 522;
    position: fixed;
    right: 20px;
    cursor: pointer;
   
  }
  .diepng span {
    background: #298b50;
    width: 82%;
    margin-left: 9%;
    height: 2px;
    display: block;
  }
  .spanbg{
    background:#333 !important;
  }
  .diepng .line1 {
    margin-bottom: 7px;
    margin-top: 5px;
  }
  .diepng .line2 {
    margin-bottom: 7px;
  }
  .diepng .line3 {
   margin-bottom: 0;
  }
  .diepng.on span {
    display: none;
}
.diepng.on{
  background-image: url('../img/d2.png');
  background-repeat: no-repeat;;
  background-size: 18px auto;
  background-position: center;
}

  
  .phoneNav {
    display: none;
    overflow-y: scroll !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 5% !important;
    height: 100%;
    background: rgba(255,255,255,0.93);
    z-index: 520;
    box-sizing: border-box;
}
.phoneNav dl {
  padding: 15px 0px 10px 0;
  color: #fff;
  font-size: 1.3em;
  border-bottom: 1px dotted #298848;
}
.phoneNav dt {
  margin-bottom: 10px;
}
.phoneNav dl dt a {
  display: inline-block;
  padding: 0 15px;
  color: #298848;
  font-size: 16px;
  line-height: 28px;
  border: 1px solid #298848;
  border-radius: 3px;
  
}
.phoneNav dl dd a {
  display: block;
  float: left;
  padding-right: 2em;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.proUl .proLi img:nth-child(3){width: 62%;}
.greenzz {width: 72%;}
.proLiTit{
  padding:0px 40px;
}
.hindexRight .bottom img:nth-child(1){
  width: 40%;
}
.hindexRight .bottom img:nth-child(2){
  width: 40%;
}
/* 文本隐藏 */
.titTxt{
  overflow:hidden; 

text-overflow:ellipsis;

display:-webkit-box; 

-webkit-box-orient:vertical;

-webkit-line-clamp:3; 
}
.searchContLi .contTit {
  width: 40em;
  overflow: hidden;

  text-overflow:ellipsis; 

  white-space:nowrap;
}
@media (max-width: 1200px){
  .searchContLi .contTit{
    width: 30em;
  }
}
.searchContLi .left .timeTxt{float:left;position: relative;}
.searchContLi .left .timeTxt:after{
  width: 1px;
  height: 16px;
  position: absolute;
  top: 43px;
  right: -10px;
  background-color: #666;
  content: '';
}
@media (max-width: 786px){
  .searchContLi .left .timeTxt:after{
    top: 5px;
    right: -10px;
    height: 15px;
  }
}
/*.grBoxUlBox{overflow-x: auto; overflow-y: hidden;width: 100%;}*/
.ulcont{margin-left:5%;}
.prodt2 img{width: 100%;}
.proBox1 img{width: 100%;max-width: 100%;height: auto !important;}
.prohg img{width: 25%;}
.aboutBox .imgbox img{width: 100%;}
.siperBot .right img{width: 100%;}
.genBotBox .right img{width: 100%;}
.serviceBox .anniuSwip{margin-top:40px;}
.serviceBox .anniuSwip .anBt  .anUl{
  width: 50%;
  float: left;
}
.serwip img{width: 100%;}
.joinUl .joinLi  .left img{width: 100%;}
.contLi .left img{width: 100%;}
/* .imgBoxUl .imgBoxLi img{width: 100%;} */
.jobCont .contTit{width: -1em !important;}

.searchbBox {
  width: 100%;
  /* height: calc(100vh - 120px); */
  background-color: rgba(0,0,0,0.86);
  position: fixed;
  top: 88px;
  left: 0;
  z-index: 1000;
  display: none;
  bottom:0;
}
.searchbBox .search .text {
  width: 60%;
  height: 60px;
  float: left;
  margin-left: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background: none;
  border: none;
}
.searchbBox .search .submit {
  width: 17px;
  height: 60px;
  float: left;
  background: none;
  border: none;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/search1.png);
}
.searchbBox .search .close {
  width: 20px;
  float: right;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(../img/close.png);
}
.searchbBox .search {
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-top: 35px;
}
.wap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.pageCon {
  float: left;
  margin-left: 360px;
  width: 90%;
  max-width: calc(100% - 720px);
}
.ptb50 {
  padding: 50px 0;
}
.hmtit h3 {
  display: inline-block;
  font-weight: bold;
  color: #5c5249;
  line-height: 45px;
}
.ft30 {
  font-size: 30px;
}
.pageCon ul.search li {
  border-bottom: 1px solid #d0cbbe;
}
.pageCon ul.search li a {
  font-size: 16px;
  line-height: 50px;
  color: #342010;
  display: block;
}
.hmtit {
  position: relative;
  margin-bottom: 30px;
}
.page .fast {
  border: 1px solid #342010;
  margin-right: 0.5em;
  background: url(../images/qh1.png) no-repeat center;
  background-size: 0.5em;
}
.page a {
  color: #99918A;
  width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    vertical-align: middle;
}
.page span {
  color: #342010;
  text-decoration: underline;
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  vertical-align: middle;
}
.page .last {
  border: 1px solid #342010;
  margin-left: 0.5em;
  background: url(../img/qh2.png) no-repeat center;
  background-size: 0.5em;
}
.page .fast {
  border: 1px solid #342010;
  margin-right: 0.5em;
  background: url(../img/qh1.png) no-repeat center;
  background-size: 0.5em;
}
.page {
  text-align: center;
  padding-bottom: 10px !important;
  padding:40px 0;
}
.BMapLabel{display: none !important;}
.index-proTxt.tc1 {
  text-align: left;
}
.index-proTxt.tc1 .en{
  text-align: left;
}
.index-proTxt.tc1 .line{
  width: 208px;
   margin: 0;
  margin-top: 10px;
}
.index-proTxt.tc1 .line.x{
  width: 105px;
}
.index-proTxt.tc1 .line:after{
  left: 0;
  margin-left: 0;
}


.proNav{
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e4e4e4;
}
.proNav .w1200{
  border-left: 1px solid #e4e4e4;
}
.proNav a{
  width: 140px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  float: left;
  font-size: 16px;
  color: #999;
  border-right: 1px solid #e4e4e4;
}
.proNav a.on{
  background-color: #298b50;
  color: #fff;
  border-right: 1px solid #fff;
}
@media (min-width: 1024px){
  .proNav a:hover{
    color: #fff;
    background-color: #298b50;
    border-right: 1px solid #fff;
  }
}
@media (max-width: 1024px){
  /*.proNav{
    display: none;
  }
  .proNav.m{
    display: block;
  }*/
  .proNav{
    overflow-x: scroll;
  }
  .proNav .w1200{
    width: 100%;
    max-width: 100%;
    border-left: none;
    white-space: nowrap;
    font-size: 0;
  }
  .proNav a{
    width: auto;
    padding: 0 15px;
    font-size: 14px;
    line-height: 42px;
    height: 42px;
    float: none;
    display: inline-block;
  }
  .proNav.aa a{
    width: calc(20% - 1px);
  }
}


@media only screen and (max-width: 1420px){
  .fhico{display: none;}
}
@media screen and (max-width: 1520px){
  .pageCon {
      max-width: calc(100% - 560px);
      margin-left: 280px;
  }
}
@media only screen and (max-width: 1366px){
  .bottomBig{
    padding:8px 20px 0px;
  }
  .disclosureBox {
    padding-top: 50px;
    padding-bottom: 60px;
 }

  /* .searchContLi .contTit{width: 500px;overflow: hidden;} */
  .w{width: 90%;}
  .footRight dl{
    margin-right:50px;}

  .proswiper .homeswiper{
    padding-bottom:30px;
  }
  .index-proBox{
    margin-top:50px;
  }
  .proswiper .homeswiper{
    margin-top:50px;
  }
  .proLiTit{
    margin-top:40px;
  }
  .proswiper{
    width: 90%;
  }
  .header .headerBox .nav ul li{margin: 0 15px}
  .hbigbgimg {
    height: 800px;
  }
  .hbigBox .index-proBox {
    top:40px;
  }

  .hsmBox{
    padding: 40px;
    padding-top: 60px;
  }
  .hbigBoxRight .index-proBox{
    margin-bottom: 40px;
  }
  .hbigBox2 .hbigBoxRight .moreBt{
    margin-top: 80px;
  }

  .boxtit.tx{
    margin-top: 35px;
  }
  .boxTip{
    margin-top: 24px;
  }
  .logoUl{
    margin-top: 35px;
  }
  .hbig4Right .moreBt{
    margin-top: 35px;
  }
}
  /* @media only screen and (min-width: 1024px){
    .headerTop{display: none;}
    .nav ul{display: none;}
  } */

@media screen and (max-width: 1300px){
  .pageCon {
      max-width: 90%;
      margin: 0 auto;
      float: none;
  }
@media (max-width: 1200px){
  .hsmBox{
    padding: 30px;
    padding-top: 40px;
  }
  .hsmBox .hsmtit{
    margin-top: 20px;
  }
  .hsmBox .line1{
    margin-bottom: 35px;
  }
  .hsmBox .t{
    margin-bottom: 25px;
  }
  .moreBt{
    margin-top: 30px;
  }
  .index-proTxt{
    font-size: 20px;
    line-height: 20px;
  }
  .index-proTxt.tc1 .line{
    width: 170px;
  }
  .hsmBox .hsmtit{
    font-size: 18px;
    line-height: 18px;
  }
  .hsmBox{
    width: 545px;
  }
  .hbigBox2 .hbigBoxRight{
    width: 46%;
  }
  .hbigBoxRight .index-proBox{
    margin-bottom: 25px;
  }
  .hbigBoxRight .t{
    margin-bottom: 20px;
  }
  .hbigBox2 .hbigBoxRight .moreBt{
    margin-top: 50px;
  }

  .boxtit.tx{
    margin-top: 20px;
    font-size: 18px;
    line-height: 18px;
  }
  .boxtitp.tt{
    font-size: 12px;
    line-height: 16px;
  }
  .boxTip{
    font-size: 14px;
    line-height: 24px;
  }
  .logoTxt{
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }

}
  @media only screen and (max-width: 1024px){

    .searchbBox{top:68px;}
    .greenzz {width: 64%;}
    .searchContLi .contTit {
      width: 18em;
      overflow: hidden;
    
      text-overflow:ellipsis; 
    
      white-space:nowrap;
    
    }
    .joinBox .imgBoxUl .imgBoxLi .baiMot .tit{margin-top:10px;font-size: 20px;}
    .joinBox .imgBoxUl .imgBoxLi .baiMot .titp{margin-top:10px;}
    .joinBox .imgBoxUl .imgBoxLi .baiMot{padding-top:0px;}
    .joinUl{padding-top:50px;}
    .joinBox .joinUl .joinLi{padding-bottom:50px;padding-top:0px;}
    .serviceTit .serviceTxt{width: 100%;margin: 30px auto 0px;}
    .serviceBox {padding-top:30px;padding-bottom:30px;}
    .allBig .tit{font-size: 22px;}
    
    .genepro .gendBox{padding-bottom:25px;}
    .genepro .gendBox:nth-child(2){padding:1px 0px 30px;}
    .genepro .gendBox{padding-top:1px;}
    .aboutTitp{margin-top:20px;}
    .aboutTit {margin-bottom:10px;}
    .geneBox .aboutBox:nth-child(4) .swiper-container{margin-top:12px;}
    /*.aboutBox{padding:30px 0px 30px;}*/
    .trendsBox .moreBt{margin:50px auto 0px;}
    .trendsBox{padding:100px 0px 60px;}
    .investorsBox .greenBox{margin-top:110px;}
    .peopleUl{margin-bottom:110px;}
    .borderUl{display: none;}
    .peopleTxt{left:64%;}
    .bannertxt img:nth-child(1){
      width: 200px;
    }
    .banntxt1{font-size: 30px;line-height: 70px;}
    .bottomBig {
      font-size: 14px;
      line-height: 18px;
    }
    .footerBox .toTop{
      display: none;
    }
    .footerBox .footTop{
      padding:20px 0px;
    }
    .footerBox .footfoot{
      width: 100%;
      position: relative;
      bottom: auto;
      margin: 0;
      font-size: 12px;
    }
    .footftRight{
      display: none;
    }
    .footfoot .footftLeft{
      width: 100%;
      text-align: center;
      float: none;
    }
    .footRight {
      display: none;
    }
    .footLeft{
      width: 100%;
    }
   /* .footLeft div:nth-child(1){
      float:none;
    }*/
    .footLogoBox{
      float:right;
      margin-top:0px;
    }
    .proLiTxt {
      width: 74%;
      margin: 13px auto 27px;
    }
    .proLiTit {
      font-size: 18px;
    }
    .diepng{display: block;}
    .header{
      position: fixed;
      top: 0;
      left: 0;
    }
    .headerTop{display: none;}
    .nav ul{display: none;}
    .headerBox{height: 68px;}
    .header .headerBox .right {
      right: 40px;
    }
    .index-proBox{margin-top:40px;}
    .proUl .proLi{margin-top:45px;}
    .proswiper .homeswiper{margin-top:40px;}
    /* .proswiper .swiper-button-next{
      display: none;
    }
    .proswiper .swiper-button-prev{
      display: none;
    } */
    .hsmBox .hsmtitp{
      margin-top:20px;
    }
    .hsmBox .moreBt{
      margin-top:30px;
    }
    .hbigbgimg {height: 690px;}
    .hbigBoxRight {width: 34%;}
    .hbigBox{
      overflow: hidden;
    }
    .hbigBox img{
      width: 130% !important;
      margin-left: -15%;
    }
    .boxtit{margin-top:18px;}
    .hbigBoxRight .boxtit:nth-child(2){
      margin-top:52px;
    }
    .hbigBoxRight .moreBt{margin-top:30px;}

    .hindexLeft .index-proBox{
      margin-bottom: 35px;
    }
    .boxtit.tt{
      margin-top: 20px;
    }
    .hbig4Right .index-proBox{
      margin-top: 20px;
    }
    .logoLi img{
      max-height: 40px;
    }

    .footLogoBox{
      width: 170px;
      margin: 20px auto 0;
      float: none;
    }
    .footLogoBox img{
      width: 80px !important;
      float: left;
    }
    .footLogoBox>div:nth-child(1){
      margin-right: 9px;
    }
    .footerBox {
      height: auto;
    }
    .footLeft div:nth-child(1) img{
      width: 130px;
      margin: 0 auto;
      display: block;
    }
  }
  @media only screen and (max-width: 768px){
    .joinBox .imgBoxUl .imgBoxLi .baiMot{
      display: block;
    }
    .ptb40 {
      padding: 30px 0;
    }
    .interactBox{padding: 30px 0px 50px;}
    .coopLi .allBig{padding:60px 0px 0px;}
    .banntxt2 {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
    }
    .jobBox select {
      width: 210px;
    }
    .bannertxt img:nth-child(1) {
      width: 168px;
    }
    .searchContBox .toMore .moreBt {
      margin:38px auto 0px;
    }
    /*.searchContBox {padding-top:30px;}*/
    .searchBox select{
      height: 40px;
    }
    .disclosureBox{padding-top:30px;padding-bottom:30px;}
    .searchContBox .searchContLi{
      padding:0px 10px;
    }
    .searchContLi .contTit {
      width: auto;
      /*float: left;*/
      height: 50px;
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow:  ellipsis;
    
      white-space:normal;
    
    }
    /*.searchContLi .timeTxt{
      width: 80px;
      margin-right: 0;
    }*/

    .searchContLi div.left{
      line-height: 24px;
      width: 100%;
      float: none;
    }
    .searchContLi div{
      line-height: 25px;
      font-size: 15px;
    }
    .searchContLi div.right{
      position: relative;
      transform: translateY(0);
      top: auto;
      right: 0;
      line-height: 40px;
    }
    .searchContLi .right img{
      margin-right: 15px;
    }
    .searchContBox .searchContLi{
      padding: 10px;
    }
    .jobCont .right .moreBt{
      margin-top: 10px;
    }

    .joinBox .imgBoxUl .imgBoxLi .baiMot{padding-top:30px;}
    .joinBox .imgBoxUl .imgBoxLi{width: 100%;margin-right: 0px;}
    .sertelBox .aboutBox:nth-child(1) .aboutBoxRight{width: 100%;}
    .joinBox .joinUl .joinLi .right{padding-top:12px;padding-left:10%;}
    .serviceUl .serviceLi{margin-top:50px;}
    .serviceUl .serviceLi .right{margin:0 auto;}
    .industryBox .newSearch .left{float:left;}
    .industryBox .newSearch .searchBox{float:none;}

    .trendsUl {padding-top:0px;}
    .newSearch .left{float:none;}
    .newSearch .searchBox{float:none; text-align: left;}
    
    .coopImg .coopUl .bottomBig {
      font-size: 14px;
      padding:20px 80px;
    }
    .genepro .gendBox .genBotBox .left .titp{font-size: 16px;margin-top: 15px;}
    .genepro .gendBox .genBotBox .left .titTxt{
      font-size: 14px;
      line-height: 24px;
      margin-top: 10px;
    }
    .labBot .labBotUl .labBotLi{padding:0px;}
    .genepro .gendBox .genBotBox .left .titTxt{margin-top:20px;}
    .geneBox .aboutBox:nth-child(6) .swiper-button-next{top:96%;left: 100px;}
    .geneBox .aboutBox:nth-child(6) .swiper-button-prev{top:96%; left: 36px;}

    
    .siperBot .left{padding-right:10px;padding-left:20px;}
    .anBt .anUl .anLi .grYuan{width: 60px;height: 60px;margin: 5px auto;}

    .anBt .anUl .anLi .grYuan img{
      width: 60%;
    }
    .aboutBox .bottom .left{
      width: 100% !important;float:none;
    }
    .aboutBox .bottom .right{
      width: 100% !important;float:none;
    }
    .banntxt2{line-height: 20px;font-size: 20px;}
    .productBox .prodet{padding-bottom:50px;}
    .proBox .productUl .proLi{width: 100%;}
    .trendsBox .searchBox{margin-top:30px;}
    .searchBox input{width: 340px;}
    .trendsLi .right{padding-top:0px;}
    .trenTxt{margin-top:4px;}
    .trenTit{padding-bottom:5px;}

    .honorLi .honTxt{padding-top:12px;}
    .peopleBox{width: 150px;height: 150px;}
    .peopleBox img{width: 110px;}
    .aboutTit {
      font-size: 22px;margin-bottom:6px;
    }
    .aboutTitp,.aboutTxt {margin-top:20px;}

    /*.aboutBox{padding:30px 0px;}*/
    .aboutBoxLeft{width: 100% !important;float:none;}
    .aboutBoxLeft img{ width: 100%;}
    .aboutBoxRight{width: 100% !important;float:none;margin-top: 15px;position: relative !important;-webkit-transform: translateY(0) !important;  }
    .allBig{padding:20px 0px;}
    .footerBox .footTop {
      width: 90%;
    }
    /* .proswiper .swiper-slide{
      width: 50% !important;
    } */
    .moreBt{
      margin-top:30px;
    }
    .hbigBox5 .moreBt{margin:30px auto 0px;}
    .hbigBox5{
      padding-bottom: 30px;
    }
    .hbigBoxRight{background: url();}
    .hbigBox2 .hbigBoxLeft{float:none;width: 100%; margin:0 auto;}
    .hbigBox2 .content{
      position: relative;
      top: auto;
      transform: translateY(0);
      margin-top: 20px;
    }
    .index-proTxt.tc1 .line {
      width: 140px;
    }
    .hbigBox2 .hbigBoxRight{
      width: 100%;
      float: none;
    }
    .hbigBox2 .hbigBoxRight .boxtit{
      margin-top: 0;
    }
    .hbigBoxRight .index-proBox{
      margin-bottom: 15px;
    }
    .hbigBox2 .hbigBoxRight .boxtit{
      line-height: 20px;
    }
    .hbigBoxRight .t{
      margin-bottom: 12px;
    }
    .hbigBox2 .hbigBoxRight .moreBt{
      margin-top: 30px;
    }
    .hbigBox2{
      background: none;
    }

    .proUl .proLi {margin-top:0px;}
    .allBig .tit{font-size: 18px;line-height: 20px;}
    .allBig .titpTime{margin-top:8px;}
    .allBig .titTxt{margin:5px auto;font-size: 16px;}
    

    .hsmBox{
      width: 100%;
      padding: 10px;
      padding-top: 25px;
    }
    .hbigBox img{
      width: 100%;
      margin-left: 0;
    }
    .hbigBox .content{
      position: relative;
      top: auto;
      transform: translate(0);
    }
    .hsmBox .hsmtxt{
      display: none;
    }
    .hsmBox .line1{
      margin-bottom: 20px;
    }
    .hsmBox .t{
      margin-bottom: 15px;
    }
    .hsmBox .hsmtxt{
      line-height: 20px;
    }
    .proLiTit{
      margin-top: 20px;
      padding: 0 15px;
    }
    .proLi .inpBt{
      visibility: visible;
    }
    .proswiper .homeswiper{
      padding-bottom: 15px;
    }
    .hbigBox{
      margin-top: 30px;
    }
    .boxtitp{
      margin-top: 3px;
    }

    .hindexLeft{
      width: 100%;
      float: none;
      margin-top: 0;
      max-width: 100%;
    }
    .hindexRight{
      width: 100%;
      float: none;
      margin-top: 20px;
    }
    .hindexLeft .index-proBox{
      margin-top: 0;
      margin-bottom: 20px;
    }
    .boxtitp.tt{
      font-size: 12px;
    }
    .hbig4Left{
      width: 100%;
      float: none;
    }
    .hbig4Right{
      width: 100%;
      float: none;
    }
    .hbig4Right .boxtit{
      margin-top: 20px;
    }
    .boxTip{
      margin-top: 15px;
    }
    .logoUl .logoLi{
      width: 50%;
      margin-bottom: 10px;
    }
    .logoTxt{
      width: 120%;
      margin-left: -10%;
    }
    .boxtit.tx{
      font-size: 16px;
      line-height: 16px;
    }
    .hbigBox5 .moreBt{
      margin: 35px auto 0;
    }
   .grBoxUlBox  .grBoxUl .grBoxLi{
      width: 100%;
      float: none;
      margin-bottom: 15px;
    }
    .bottomBig{
      height: auto;
      padding-bottom: 15px;
    }
    .hbigBox5 .moreBt{
      margin: 20px auto 0;
    }
    .allBig{
      display: block;
      background-color: rgba(66, 161, 79, 0.7);
    }
    .bottomBig{
      display: none;
    }
    .grBoxUl .grBoxLi{
      height: 320px;
      overflow: hidden;
    }
    .allBig .titTxt{
      font-size: 14px;
      line-height: 20px;
    }
    .allBig .tit{
      font-size: 16px;
      line-height: 18px;
    }
    .fixRight{
      display: none;
    }
    .swiper-slide .grBottom .tit{
      font-size: 16px;
      line-height: 16px;
    }
    .swiper-slide .grBottom .titp{
      font-size: 14px;
      line-height: 20px;
    }
    .serviceBox .anniuSwip{
      margin-top: 20px;
    }
    .serviceTit .serviceTxt{
      margin: 15px auto 0;
      font-size: 14px;
      line-height: 20px;
      text-align: left;
    }
    .serviceTit .serviceTxt br{
      display: none;
    }
    .index-proTxt .line{
      margin: 8px auto 0;
    }
    .index-proTxt span img{
      margin-left: 10px;
      display: none;
    }
    .serwip{
      width: 100%;
      overflow: hidden;
    }
    .serwip img{
      width: 130%;
      margin-left: -15%;
      max-width: 130%;
    }
    .interactBox .fom input{
      width: 100%;
      float: none;
      margin-top: 10px !important;
      padding: 15px;
      font-size: 14px;
    }
    .interactBox .moreBt{
      margin: 20px auto 0;
    }
    .interactBox{
      padding: 0;
    }
  }
  @media only screen and (max-width: 480px){
    .hbigBox2 .index-proTxt .en{
      left: 0 !important;
    }
    .searchbBox{top:56px;}
    .procheck .moreBt a{
      line-height: 42px;
    }
    .prohg img{width: 100%;}
    .productBox .proBox1 .prohg img:nth-child(1){
      margin-right: 0px;
    }

    .interactBox input{
      margin-top:20px;
    }
    .disclosureBox .inputBox{
      float:left;
      margin-top:30px;
      display: none;
    }
    /* .disclosureBox .searchBox input{
      padding-left:0px;
    } */
    .genepro .gendBox:nth-child(2) .genBotBox .left{padding:0px;}
    .coopImg .coopUl {
      margin-top:30px;
    }
    /*.searchContLi div {line-height: 40px;width: 100%;float: none;}*/
    .searchContLi .right{
      position: relative;
      width: 100%;
      float: none;
    }
    .phoneNav {padding:56px 5%;}
    .contBox .contUl .contLi .right{padding-left:0px;}
    .contBox .contUl .contLi {
      margin-top:30px;
    }
    .contBox .contUl .contLi .right .smLi{margin-top:10px;}
    .contBox .contUl .contLi .left{width: 100%;float: none !important;margin-top: 15px;}
    .contBox .contUl .contLi .right{
      float: none !important;
      width: 100%;
      position: relative;
      transform: translateY(0);
      right: auto !important;
      left: auto !important;
      padding: 0 !important;}
    .contBox .erm{
      display: none;
    }
    .map{
      margin-top: 20px;
    }
    .contBox .contUl .contLi .right .smLi img{
      margin-right: 10px;
    }
    .baiMot div:nth-child(1) img{
      width: 44px;
    }
    .contBox{
      padding-bottom: 30px;
    }
    .joinBox .imgBoxUl .imgBoxLi .baiMot .titp{font-size: 12px;margin-top:4px;}
    .joinBox .imgBoxUl .imgBoxLi .baiMot .titp img{width: 10px;}
    .joinBox .imgBoxUl .imgBoxLi .baiMot .tit{margin-top:0px;font-size: 16px;}
    .joinBox .imgBoxUl .imgBoxLi .baiMot{padding-top:0px;}
    .joinBox .imgBoxUl{margin:30px 0px;}
    .joinBox .joinUl .joinLi .right{width: 100%;float:none; padding-left: 0px;}
    .joinBox .joinUl .joinLi .left{width: 100%;float:none; }
    .joinBox .joinUl .joinLi{padding-bottom:20px;}
    .joinBox .joinUl .joinLi .right .tit{font-size: 20px;}
    .joinBox .joinUl .joinLi .right .titp{
      margin-top:10px;font-size: 14px;
    }
    .anBt .anUl .anLi .anLitxt{font-size: 12px;}
    .anBt .anUl .anLi .anLitxt.cur{font-size: 12px;}
    .swiperBox .container{
      margin-top: 20px;
    }

    .serviceBox .container .grBottom{height: 100%;}
    .serviceBox .container .swiper-slide:hover .grBottom{
      display: block;
    }
    .swiper-slide .grBottom{padding:10px 10px 0px;}
    .serviceUl .serviceLi .right .serTitp{margin-top:10px;}
    .serviceUl .serviceLi .left{width: 100%;float:none;}
    .serviceUl .serviceLi .right{width: 100%;float:none;margin-top:20px;}
    .newBox h3 {
      font-size: 22px;
    }
    .swiper-slide .grBottom .titp{
      overflow:hidden; 

      text-overflow:ellipsis;
      
      display:-webkit-box; 
      
      -webkit-box-orient:vertical;
      
      -webkit-line-clamp:3;

    }
  
    .newSearch {margin-top:30px;}
    .coopImg .allBig .titTxt{margin:20px auto 0px; overflow:hidden; 

      text-overflow:ellipsis;
      
      display:-webkit-box; 
      
      -webkit-box-orient:vertical;
      
      -webkit-line-clamp:11;}
    .coopImg .coopUl .coopLi{width: 100%;}
    .coopImg .coopUl .coopLi{
      margin-right: 2% !important;
    }
    .coopImg .coopUl .coopLi:nth-child(even){
      margin-right: 0px !important;
    }
    .coopImg .allBig{
      padding-top:  63px;
    }
    .labBot .labBotUl .labBotLi .tit{text-align: left;}
    .labBot .labBotUl{padding-top:0px;}
    .labBot .labBotUl .labBotLi{margin-top:20px;}
    /* .labBot{overflow: auto;}
    .labBotUl{width: 150%;} */
    .labBot .labBotUl .labBotLi{width: 100%; float: none;}
    .laborBox .gendBox:nth-child(3) .genBotBox:nth-child(odd) .left{padding:0px;}
    .banntxt2{  overflow:hidden; 

      text-overflow:ellipsis;
      
      display:-webkit-box; 
      
      -webkit-box-orient:vertical;
      
      -webkit-line-clamp:1; }
    .genepro .gendBox .genBotBox{margin-top:30px !important;}
    .genepro .gendBox .genBotBox .right{
      width: 100%;
      float: none;
      margin-top:20px;
    }
    .genepro .gendBox .genBotBox .left{
      width: 100%;
      float: none;
      position: relative;
      top: 0;
      transform: translate(0) !important;
      right: auto !important;
      left: auto !important;
    }
    .geneBox .aboutBox:nth-child(5) .aboutTit{
      margin-top:0px;
    }
    .geneBox .aboutBox:nth-child(4) .aboutTit{
      margin-top:0px;
    }
    .geneBox .aboutBox:nth-child(6) .aboutTit{margin-top:20px;}
    .interactBox .aboutTit{margin-top:0px;}
    .geneBox .aboutBox:nth-child(7) .interactBox{padding:0px;}
    .siperBot .left{padding:0px;}
    .procheck .moreBt{height: 52px !important; width: 100% !important; float:none !important;}
    .interactBox form input{
      width: 100%;
      float: none;
    }
    .honorLi .honTxt{font-size: 14px; line-height: 18px;}
    .siperBot .right{float:none;width: 100%;margin-top:30px;}
    .siperBot .left{float:none;width: 100%;}

    .productBox .prodet{padding-bottom:30px;}
    .proBox .productUl .proLi{margin-right:0px;margin-top:40px;}
    .proBox .productUl{padding-bottom: 40px;}
    .proBox .productUl .proLi .left{width: 100%;float:none;text-align: center;}
    .proBox .productUl .proLi .left img{width: 70%;}
    .proBox .productUl .proLi .right{width: 100%;float:none;margin-top:30px;}
    .proBox .productUl .proLi .right .moreBt{
      margin:10px auto;
    }
    .trendsBox .moreBt{margin-top:12px;}
    .searchBox input{width: 66%;}
    .trendsLi .right{width: 100%;float:none;margin-top:30px;}
    .trendsUl{padding-top:0px;}
    .trendsBox{padding:0px 0px 40px;} 
    /* .searchBox{display: none;} */
    .trendsLi .left{width: 100%;float:none;}
    .honorBox .moreBt{margin:30px auto;}
    .honorBox{padding-top:20px;}
    .honorLi{width: 49%; margin-right:2% !important;margin-top:24px;}
    .honorLi:nth-child(even){
      margin-right:0px !important;
    }
    .honorUl .honorLi:nth-child(3n){
      margin-right: 0%;
    }
    .peopleUl{margin-top:50px;margin-bottom:50px;}
    .peopleLi .peopleCon{font-size: 18px;}
    .peopleUlBox{width: 150%;}
    .investorsBox .greenBox {
      margin-top:70px;
    }
    .peopleBox{width: 100px;height: 100px;}
    .peopleBox img{width: 72px;}
    .aboutTitp{
      line-height: 24px;
    }
    .peopleTxt{font-size: 18px;line-height: 30px;left:68%;}
    .investorsBox .greenBox{height: 100px;}
    .aboutTitp{font-size: 16px;}
    .aboutTit{line-height: 24px;}
    .aboutTit{font-size: 20px;}
    .header .headerBox{height: 56px;}
    .headerBox{height: 56px;}
    .header .headerBox .right{right: 45px;}
    .diepng{top:1.2em;}
    .header .headerBox .right{
      margin-top:12px;
    }
    .header .headerBox .logo{
      width: 200px;
    }
    .header .headerBox .logo{
      margin-top: 20px;
    }
    .headerBox .logo img{
      width: 100%;
    }
    .contli .downUl{top:20px;}
    .borderUl .contli:nth-child(1){
      height: 45px;
    }
    .borderUl{height: 45px; line-height: 45px;}
    .banntxt1 {
      font-size: 20px;
      line-height: 30px;
    }
    .bannertxt img:nth-child(1) {
      width: 99px;
  }
    .moreBt{width: 80px !important;height: 32px !important;}
    .moreBt a{line-height: 32px !important;}
    .index-proBox {margin-top:20px;}
    .index-proTxt{font-size: 18px;}
    .lunbobt{margin-top:30px;}
    .lunbobt div{font-size: 14px;}
    .proLi .inpBt{width: 80px;  height: 32px;}
    .proLi .inpBt a{line-height: 32px;}
    /*.hsmBox{left:0px; width: 90%;margin-left:5%;}*/
    .hbigBox2 .index-proBox .en{left:66%;}
    .index-proTxt img {
      bottom: -8px;
  }
  /* .hbig4Right .logoLi img:nth-child(1){width: 55px;} */
  .logoTxt{font-size: 14px;}
  .hbigBox4{padding-bottom:30px;}
  .footLeft img {width: 12px;}
  .footLogoBox img:nth-child(1){width: 30px;}
  .footLogoBox img:nth-child(2){width: 30px;}

.banntxt2{font-size: 16px;}
.bannertxt{top:24%;}

  }

}
.Signbg,.sigcgbg{position: fixed; z-index: 80; width: 100%; top: 0; left: 0; height: 100%; background: rgba(0,0,0,0.5); display: none;}
.sigcgbg{z-index: 92;}
.SignBoxs{position: fixed; z-index: 90; top: 57%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);width: 460px; display: none;}
.SignBoxs img{max-width: 100%;}
.sigcg{position: fixed; z-index: 98; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);width: 300px;background: #fff; border-radius: 8px; padding: 30px 0 50px; text-align: center; display: none;}
.sigcg .img{width:115px; margin: 0 auto;}
.sigcg h3{font-size: 22px; color:#375740; padding-top: 25px;}
.sigcg p{color: #aaa; padding: 12px 0 30px;}
.sigcg a{display: block; margin: 0 auto; width: 120px; line-height: 50px; background: #2D8D53; box-shadow: 4px 4px rgba(45,141,83,0.1); border-radius: 4px; color: #fff;}
.SignBox{ background: #fff; border-radius: 8px; position: relative; }
.sigsm{}
.sigsm .silogo{width: 156px; margin: 0 auto;}
.sigsm p{text-align: center;padding:22px 0 30px; color: #fff;}
.SignBox .close{position: absolute; width: 34px; height: 34px; background: url(../img/Sign01.png) no-repeat center #fff;background-size: 9px auto; border-radius: 50%; right:-17px; top:-17px; z-index: 3;}
.SignBox .sitit{line-height: 50px; font-size: 22px;border-radius: 8px 8px 0 0; overflow: hidden;}
.SignBox .sitit a{float: left; width: 50%; background: url(../img/Sign06.jpg); background-size: 100% 100%; color: #809B8A; text-align: center;}
.SignBox .sitit a.cur{background: none; color: #375740;}
.SignBox .sicon{padding: 25px 40px 30px;}
.SignBox .sicon .li{margin-top:15px; position: relative;}
.SignBox .sicon .li:first-child{margin: 0;}
.SignBox .sicon .li input.txt{display: block; border: 1px solid #CFE0D1; line-height: 38px; height: 38px; padding: 0 64px; width: calc(100% - 130px);}
.SignBox .sicon .li .pig{position: absolute; left: 0; top: 0; width: 38px; height: 38px; background: url(../img/Sign02.png) no-repeat center;background-size: 16px auto; border-right: 1px solid #CFE0D1;}
.SignBox .sicon .li.li02 .pig{background-image:url(../img/Sign03.png);background-size: 14px auto;}
.SignBox .sicon .li.li03 .pig{background-image:url(../img/xx1.png);background-size: 12px auto;}
.SignBox .sicon .li.li04 .pig{background-image:url(../img/xx2.png);background-size: 16px auto;}
.SignBox .sicon .li.li05 .pig{background-image:url(../img/xx3.png);background-size: 14px auto;}
.SignBox .sicon .anns{padding-top: 20px;}
.SignBox .sicon .yued{color: #aaa; padding-bottom: 10px; line-height: 20px; font-size: 13px;}
.SignBox .sicon .yued a{color: #aaa; text-decoration: underline; padding: 0 4px;}
.SignBox .sicon .yued label{background: url(../img/Sign05.jpg) no-repeat left top;padding-left: 8px; display: inline-block; float: left;}
.SignBox .sicon .yued label.cur{background-image: url(../img/Sign05_.jpg);}
.SignBox .sicon .yued label input{ opacity: 0;}
.SignBox .sicon .yued .wj{float: right;color: #aaa;}
.SignBox .sicon .anniu input{height: 50px; display: block; width: 100%; cursor: pointer; background: #2D8D53; color: #fff; font-size: 18px; line-height:50px; border: 0;}
.SignBox .sicon .li .bnt{position: absolute; right: 20px; width: 20px; height: 20px; top: 50%; margin-top: -10px;background: url(../img/Sign04.png) no-repeat left center;-webkit-background-size: 14px auto;
background-size: 14px auto; border: 0;} 
.SignBox .sicon .li .bnt.show{
  background: url(../img/Sign04_h.png) no-repeat left center;
  -webkit-background-size: 14px auto;
background-size: 14px auto;
}

.sidlzc{float: left; margin-left: 29px; position: relative;}
.sidlzc .sidbut{display: block;width: 28px; height: 28px; background: url(../img/sigxg3.png) no-repeat center;-webkit-background-size: cover !important;
background-size: cover !important;}
.sidlzc .ul{margin-left: -55px;position: absolute; top: 100%; left: 50%; width:110px; padding-top: 20px; display: none;}
.sidlzc ul{ background: #fff; line-height: 36px; text-align: center; position: relative;}
.sidlzc:hover .ul{display: block;}
.sidlzc ul a{color: #333333;}
.sidlzc ul a:hover{color: #009688;}
.sidlzc ul:before {
  width: 0;
  top: -2px;
  right: calc(50% + 5px);
  background-color: #298b50;
  height: 2px;
  content: '';
  position: absolute;
  transition: all 0.5s; }
.sidlzc ul:after {
  width: 0;
  top: -2px;
  left: calc(50% + 5px);
  background-color: #298b50;
  height: 2px;
  content: '';
  position: absolute;
  transition: all 0.5s; }
.sidlzc:hover ul:before {
    width: calc(50% - 5px); }
.sidlzc:hover ul:after {
    width: calc(50% - 5px); }
.sidlzc span {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -5px;
  display: none;
  border: 2px solid #298b50; z-index: -1;}
.sidlzc:hover span{display: block;}


.personal{max-width: 1082px; width: 92%; padding: 6% 0 8%; margin: 0 auto;}
.personal .ul{padding: 0px 0 50px;}
.personal .ul .li{margin-top:32px; float: left; width: calc(50% - 16px); position: relative;}
.personal .ul .li span{position: absolute; line-height: 1.2em; top: -0.6em; left: 15px; color: #298b50; background: #fff; padding: 0 8px; display: none;}
.personal .ul .li:nth-child(2n){float: right;}
.personal .ul .li input{display: block; font-size: 16px; line-height: 54px; height: 54px; padding:0 21px; border: 1px solid #CFE0D1; color: #666666; width: calc(100% - 44px); border-radius: 3px;}
.personal .ul .li input:focus{border-color: #298b50;}
.personal .ann{width: 96px;  padding: 7px; border: 1px solid #d2e2cd; margin: 0 auto;}
.personal .ann input{display: block; width: 100%;height: 34px; line-height: 34px; border: 0; background: url(../img/sigbg1.jpg) no-repeat center; color: #fff;}

@media (min-width: 960px){
	.serviceBox .anniuSwip{float: left; width: 360px;}
	.swiperBox01{float: right; width: calc(100% - 400px);}
	.anBt .anUl .anLi .grYuan{width: 120px; height: 120px;}
	.anBt .anUl .anLi .anLitxt.cur{font-size: 18px;}
	.anBt .anUl .anLi .grYuan{margin: 0px auto 15px;}
	.anBt .anUl .anLi{padding: 15px 0;}
	/*.serviceBox .anniuSwip .anUl{width: 240px !important;}*/
	.swiperBox01 .serwip img{max-width: 10000%; height: 345px;}
}

@media (max-width: 960px){
	.SignBox .sitit{line-height: 36px; font-size: 16px;}
	.SignBox .sicon .anniu input{font-size: 14px; height: 34px; line-height: 34px;}
	.SignBox .sicon{padding: 15px 15px 20px;}
	.SignBox .sicon .li{margin-top: 8px;}
	.SignBox .sicon .li input.txt{height: 32px; line-height: 32px; padding:0 38px; width: calc(100% - 80px);}
	.SignBoxs{max-width: 460px; width: 90%;}
	.SignBox .sicon .li .pig{height: 32px; width: 32px;background-size: 16px;}
	.SignBox .sicon .li .bnt{right: 8px;}
	.SignBox .sicon .yued{font-size: 12px;line-height: 16px;}
	.SignBox .sicon .yued label{background-size: 16px; }
	.sigsm .silogo{width: 120px; margin: 0 auto;}
	.sigsm p{padding:15px 0 20px;}
	.SignBox .close{width: 26px; height: 26px; background: url(../img/Sign01.png) no-repeat center #fff;background-size: 9px auto; border-radius: 50%; right:-13px; top:-13px; z-index: 3;}
	.sigcg .img{width: 80px;}
	.sigcg{max-width: 300px; width: 80%;}
	.sigcg h3{font-size: 18px; padding-top: 15px;}
	.sigcg p{padding: 8px 0 20px;}
	
	.personal .ul .li{width: 100%; margin-top: 20px;}
	.personal .ul .li input{height: 40px; line-height: 40px; font-size: 14px;}
	.personal .ul .li span{font-size: 12px;}
	.personal .ul{padding-bottom: 25px;}
	.personal{padding: 15px 0 44px;}
}




.proCc{
  width: 100%;
}
.proCc .proCcLi{
  width: 33.3%;
  float: left;
  box-sizing: border-box;
  border-right: 1px solid #eff2fb;
}
.proCc .proCcLi:last-child{
  border-right: none;
}

.proCc .proCcLi a{
  box-sizing: border-box;
  padding: 0 12%;
  width: 100%;
  height: auto;
  display: block;
}
.proCc .proCcLi a img{
  width: 70%;
  margin: 0 auto;
  display: block;
}
.proCc .proCcLi a .tits{
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  color: #333;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow:  ellipsis;
}
.proCc .proCcLi a .txt{
  font-size: 14px;
  line-height: 22px;
  color: #999;
  overflow: hidden;
  height: 44px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow:  ellipsis;
}
@media (max-width: 768px){
  .proCc .proCcLi{
    width: 100%;
    border-right: none;
  }
  .productBox .proBox1{
    padding: 30px 0;
  }
}





.bbox .tct{
  font-size: 20px;
  line-height: 24px;
  color: #5a5a5a;
  text-align: center;
  margin-top: 30px;
}
.bbox .itemBox{
  margin-top: 50px;
}
.bbox .itemBox .item{
  width: 26.25%;
  float: left;
  padding-top: 20px;
}
.bbox .itemBox .item .c1{
  font-size: 17px;
  line-height: 20px;
  color: #49a153;
}
.bbox .itemBox .item .c2{
  font-size: 16px;
  line-height: 26px;
  color: #525252;
  margin-top: 15px;
}
.bbox .itemBox .lin{
  width: 1px;
  height: 182px;
  border-left: 1px dashed #bfbfbf;
  float: left;
  margin: 0 5%;
}
.bbox .img{
  width: 100%;
  margin-top: 40px;
}
.bbox .img img{
  width: 100%;
}

.ccc{
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #618959;
  margin-top: 30px;
}


@media (max-width: 768px){
  .bbox .tct{
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
  }
  .bbox .itemBox{
    margin-top: 20px;
  }
  .bbox .itemBox .item{
    width: 100%;
    float: none;
    padding-top: 0;
  }
  .bbox .itemBox .lin{
    width: 100%;
    height: 1px;
    margin: 10px 0;
    float: none;
  }
    .bbox .itemBox .item .c1{
      font-size: 14px;
      line-height: 18px;
    }
    .bbox .itemBox .item .c2{
      font-size: 14px;
      line-height: 22px;
      margin-top: 5px;
    }
    .ccc{
      font-size: 16px;
      line-height: 24px;
      margin-top: 15px;
    }
}




.topCc{
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.topCc span{
  margin: 0 16px;
}

.genepro .gendBox .cc .genBotBox:nth-child(2n) .left{
  left: 0;
  right: auto;
}
.genepro .gendBox .cc .genBotBox:nth-child(2n) .right{
  float: right !important;
}
table{
  width: auto !important;
  display: inline-block;
}
tbody tr{
}


@media (max-width: 768px){
  img{
    max-width: 100%;
    height: auto !important;
  }
  .joinBox .aboutBox:nth-child(1) .aboutBoxRight .aboutTxt{
    text-align: left;
  }
  .joinBox .aboutBox:nth-child(1) .aboutBoxRight .aboutTitp{
    text-align: left;
  }
}


@media (max-width: 960px){
  .serviceBox .anniuSwip .anBt .anUl{
    width: 25%;
  }
  .swiperBox .swiper-pagination{
    margin-top: 10px;
    
  }
}

.logoswip .anUl{
  width: 20%;
  float: left;
}
.cc{
    width: 100%;
    background-color: #d2d2d2;
    height: 2px;
    z-index: 116;
    position: relative !important;
    top: 20px;
}
.cc .swiper-pagination-progressbar-fill{
  background: #6ba059;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: left top;
  transition: all .5s;
}

.proBox1 .titp{
  text-align: justify;
}
.productBox .proBox1{
  text-align: justify;
}

.newBox .timeTxt{
  padding-bottom: 30px;
}

@media (max-width: 768px){
  .coopImg.pc{
    display: none;
  }
  .coopImg.m{
    display: block;
  }
  .coopImg.m .coopUl .coopLi{
    margin-right: 15px !important;
  }
  .siperBot .left .titp{
    font-size: 14px;
    margin-top: 15px;
  }
  .siperBot .left .tit{
    font-size: 16px;
  }
  .geneBox .aboutBox:nth-child(2) .imgbox{
    margin-top: 20px;
  }
  .procheck .checkTxt{
    font-size: 16px;
    line-height: 40px;
    margin-top: 10px;
  }
  .interactBox .moreBt{
    margin: 10px auto 0;
    padding: 0;
    height: 32px !important;
  }
  .procheck .moreBt a{
    font-size: 14px;
  }
  .moreBt a{
    line-height: 42px !important;
  }
  .geneBox .aboutBox:nth-child(6) .aboutTxt{
    padding-bottom: 40px;
  }

  .cc{
    top: 10px;
  }
  .logoswip{
    margin-top: 10px;
  }
  .interactBox .fom input{
    padding: 10px 15px;
  }
  .proBox1 .titp{
    font-size: 14px;
    margin-top: 15px;
  }
  .proBox1 .tit{
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 26px;
  }
  .proCc .proCcLi{
    margin-bottom: 20px;
  }
  .aboutBoxLeft{
    padding: 15px 0;
  }

  .trenTit a{
    font-size: 16px;
    line-height: 24px;
  }
  .trendsLi .right{
    margin-top: 15px;
  }
  .trenTxt{
    font-size: 14px;
    line-height: 22px;
  }
  .trendsLi{
    padding: 20px 0;
  }

  .newBox h3{
    font-size: 18px !important;
    line-height: 26px;
  }
  .newBox .timeTxt{
    margin-top: 10px;
  }
  .newBox p,.newBox p span{
    font-size: 14px !important;
  }
  .newBtBox{
    margin: 25px auto;
  }

  .newBox .timeTxt{
    padding-bottom: 15px;
  }
  .searchContLi .moreBt a{
    line-height: 32px !important;
    font-size: 14px;
  }

  .searchBox input{
    height: 42px;
    font-size: 14px;
  }
  .searchBox .searchLogo{
    height: 42px;
  }
  .interactBox{
    padding: 25px 0;
  }
  .aboutTitp{
    font-size: 16px !important;
  }
  .hbigBox5 .moreBt a{
    line-height: 32px !important;
  }

  .hbig4Left{
    height: 200px;
    overflow: hidden;
  }
   .hbig4Left>img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
   }
   .index-proTxt.tc1 .en{
    display: none;
   }
   .boxtitp.tt{
    display: none;
   }
   .hindexLeft .moreBt a{
    line-height: 32px !important;
   }
   .hindexLeft{
    padding-top: 15px;
   }
   .hbigBox{
    padding-bottom: 20px;
   }
   .hsmBox .moreBt a{
    line-height: 32px !important;
   }
   .lunbobt div{
    width: 46%;
    margin: 0 2%;
   }
   .lunbobt div a{
    padding: 0;
   }
   .lunbobt{
    width: 90%;
    margin: 15px auto 0;
   }
   .proBox .productUl .proLi .right .moreBt a{
    line-height: 32px !important;
   }
   .proBox .productUl .proLi .right .titp{
    margin-top: 10px;
   }
   .hsmBox .hsmtitp{
    font-size: 14px;
    margin-bottom: 4px;
   }
   .hsmBox .t{
    margin-bottom: 5px;
   }
   .hsmBox .hsmtitp{
    margin-top: 0;
   }
   .hsmBox .hsmtit{
    font-size: 16px;
    line-height: 16px;
   }
   .proLiTit{
    font-size: 16px;
   }
   .proLiTxt{
    width: 100%;
    margin: 5px auto 15px;
   }
   .hbig4Right .moreBt a{
    line-height: 32px !important;
   }

   .header .headerBox .right .searchBox{
    display: none;
   }
   .header .headerBox .right .lan{
    display: none;
   }
   .sidlzc{
    display: none;
   }
}


.navM{
  display: block;
  width: 100%;
  height: calc(100vh - 56px);
  padding-top: 56px;
  background-color: rgba(255,255,255,0.92);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.navM ul{
  width: 92%;
  padding: 0 4%;
  height: calc(100vh - 80px);
  overflow-y: scroll;
  letter-spacing: 2px;
}
.navM ul li{
  border-top: 1px solid #ccc;
}
.navM ul li .tits{
  font-size: 16px;
  line-height: 50px;
  display: block;
  width: 100%;
  color: #333;
}
.navM ul li .tits span{
  float: left;
  margin-left: 15px;
}
.navM ul li .tits i{
  width: 16px;
  height: 50px;
  float: right;
  margin-right: 10px;
  display: block;
  background-image: url('../img/cc.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 6px auto;
  background-size: 6px auto;
}
.navM ul li .ddd{
  border-top: 1px solid #ccc;
  padding: 10px 0;
  display: none;
}
.navM ul li .ddd a{
  width: calc(100% - 30px);
  padding-left: 30px;
  font-size: 15px;
  line-height: 32px;
  color: #999;
  display: block;
  text-align: left;
}

.navM ul li .tt{
  padding-left: 60px;
  width: calc(100% - 60px);
  font-size: 16px;
  line-height: 50px;
  color: #333;
  background-position: 15px center;
  background-repeat: no-repeat;
  display: block;
}
.navM ul li .tt.tt1{
  background-image: url('../img/search.png');
  -webkit-background-size: 28px auto;
  background-size: 28px auto;
}
.navM ul li .tt.tt2{
  position: relative;
}
.navM ul li .tt.tt2:after{
  width: 26px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #666;
  display: block;
  text-align: center;
  line-height: 26px;
  color: #666;
  font-size: 12px;
  content: 'EN';
  left: 15px;
  top: 11px;
  position: absolute;
}
.navM ul li .tt.tt3{
  background-image: url('../img/sigxg3.png');
  -webkit-background-size: 28px auto;
  background-size: 28px auto;
}


.telXfH{
  width: 100%;
  height: 45px;
  background-color: #298b50;
  display: none;
}
.telXf{
  width: 100%;
  height: 46px;
  text-align: center;
  display: none;
  background-color: #298b50;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 30;
}
.telXf span{
  padding-left: 36px;
  background-image: url('../img/fixlogo1.png');
  background-position: left center;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  background-repeat: no-repeat;
  -webkit-background-size: 25px auto;
  background-size: 25px auto;
}

@media (max-width: 768px){
  .proLiTitp{
    display: none;
  }
  .proLiTxt{
    display: none;
  }
  .proLiTit{
    margin-bottom: 15px;
  }
  .hsmBox .line1{
    display: none;
  }
  .hsmBox .hsmtit{
    margin-bottom: 15px;
  }
  .logoUl{
    display: none;
  }
  .anBt .anUl .anLi:hover .anLitxt{
    font-size: 12px;
    color: #666;
  }
  .map{
    height: 210px;
  }
  .BMap_omCtrl{
    display: none !important;
  }
  .boxtitp{
    display: none;
  }
  .moreBt a{
    line-height: 32px !important;
  }
  .telXfH{
    display: block;
  }
  .telXf{
    display: block;
  }
  .genepro .gendBox .genBotBox .left{
    padding: 0;
  }
  .navM ul li .tt{
    position: relative;
  }
  .navM ul li .tt.tt1:after{
    width: 26px;
    height: 26px;
    border-radius: 13px;
    border: 1px solid #666;
    display: block;
    text-align: center;
    content: '';
    left: 16px;
    top: 11px;
    position: absolute;
    display: none;

  }
}


.xieyiTk{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
}
.xieyiTk .bg{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  left: 0;
}

.xieyiTk .box{
  width: 900px;
  max-width: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  height: 80vh;
}
.xieyiTk .box .tits{
  font-size: 30px;
  line-height: 30px;
  padding: 20px 0;
  text-align: center;
}
.xieyiTk .box .con{
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  height: calc(80vh - 70px - 90px);
  overflow-y: scroll;
}
.xieyiTk .box .qq{
  width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #2D8D53;
  text-align: center;
  display: block;
  margin: 20px auto;
}
@media (max-width: 768px){
  .xieyiTk .box .tits{
    font-size: 20px;
    line-height: 20px;
    padding: 15px 0;
  }
  .xieyiTk .box .con{
    height: calc(80vh - 50px - 60px);
    padding: 0 15px;
  }
  .xieyiTk .box .qq{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 10px auto;
  }
}