html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details, summary, picture {
  display: block;
}
html, body {
  font-family: "Microsoft YaHei", "FuturaLTLight", "Open Sans", "PingFang SC",;
  overflow-x: hidden;
  box-sizing: border-box;
  min-width: 320px;
  color: #1e1e1e;
}

ul, li {
  list-style: none;
}
a {
  text-decoration: none!important;
  outline: none;
}
span {
  outline: none;
}
img {
  border: none;
  max-width: 100%;
}
em {
  font-style: normal;
}
textarea, input, button, select {
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
img {
  vertical-align: middle;
  border: none;
}
a {
  color: #1e1e1e;
}
table {
  border-collapse: collapse;
}
body {
  -webkit-transition-timing-function: cubic-bezier(1, 0, .5, 1) !important;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
}
.animation {
  animation-duration: 2s;
  animation-delay: 0.7s;
}
.animationduration {
  animation-duration: 2.5s;
}
.slick-slide {
  outline: none;
}
.content {
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
a.mapboxgl-ctrl-logo, .mapboxgl-ctrl-bottom-right {
  display: none;
}

/*视频弹窗*/
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}
.popup .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 101;
}
.videopop {
  width: 56%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 102;
}
.videopop .video video {
  width: 100%;
}
.videopop .close {
  position: absolute;
  left: 50%;
  bottom: -60px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*加载动画*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
  overflow: hidden;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -75px;
}
.object {
  width: 12px;
  height: 12px;
  background-color: #0eab4a;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

/*移动端导航*/
.motop {
  width: 100%;
  height: 70px;
  position: fixed;
  padding: 0 4%;
  z-index: 20;
  display: none;
  background: rgba(255, 255, 255,1);
  border-bottom: 1px solid #1bac4a;
  box-sizing: border-box;
  -webkit-transition: all .53s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.motop.on {
  background: rgba(255, 255, 255, 0.9);
}
.mologo {
  margin: 0 auto;
  float: left;
}
.mologo a {
  line-height: 70px;
}
.mologo a span {
  font-size: 12px;
  margin-left: 6px;
}
.mologo img {
  width: 110px;
  vertical-align: middle;
}
.monav {
  margin-top: 23px;
  cursor: pointer;
  position: absolute;
  right: 4%;
  width: 30px;
  height: 22px;
}
.monav span {
  width: 24px;
  height: 2px;
  display: block;
  background: #0eab4a;
  position: absolute;
  transition: all .5s;
}
.monav .s1 {
  top: 5px;
}
.monav .s2 {
  top: 11px;
}
.monav .s3 {
  top: 17px;
}
.monav .s1.on {
  transform: rotate(45deg);
  top: 10px;
}
.monav .s2.on {
  opacity: 0;
}
.monav .s3.on {
  transform: rotate(-45deg);
  top: 10px;
}

/*下拉*/
.navdown {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 70px;
  z-index: 99;
  display: none;
  border-top: 1px solid #eee;
  padding-bottom: 40px;
box-shadow: 0px 33px 22.46px -10.46px rgba(0, 0, 0, 0.15);
}
.navdown>ul>li {
  line-height: 46px;
  font-size: 16px;
  color: #333;
  position: relative;
  cursor: pointer;
  width: 92%;
  margin: 0 auto;
  border-bottom: 1px dashed #e6e6e6;
}
.navdown>ul>li a {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  height: 100%
}
.navdown>ul>li.on a {
  color: #0eab4a;
}
.navdown>ul>li a:hover {
  color: #0eab4a;
}
.navdown .ul2 {
  display: none;
}
.navdown .ul2 li {
  line-height: 46px;
  border-top: 1px solid #e6e6e6;
  position: relative;
}
.navdown .ul2 li a {
  margin-left: 5%;
  font-size: 12px;
  color: #666;
  width: 100%;
  height: 100%;
  display: block;
}
.navdown .ul2 li a i {
  position: absolute;
  right: 4%;
}
.navdown>ul>li>a>i {
  position: absolute;
  right: 4%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.navdown>ul>li>a>i.on {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.navdown .language {
  margin-left: 4%;
  line-height: 60px;
}

/*移动端导航结束*/

/*移动端底部*/
.photo-footer {
  width: 110%;
  margin: 30px 0;
  color: #ccc;
  margin-left: -5%;
  display: none;
}
.photo-footer>ul>li {
  line-height: 50px;
  border-bottom: 1px solid #0eab4a;
}
.photo-footer>ul>li>a {
  font-size: 14px;
  text-indent: 4%;
  width: 100%;
  height: 100%;
  display: block;
  background: #eaf8ef;                     /*border-bottom:1px solid #454545;*/
}
.photo-footer>ul>li>a>i {
  position: absolute;
  right: 4%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.photo-footer>ul>li>a>i.on {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.photo-footer .ul2 {
  display: none;
}
.photo-footer .ul2 li {
  line-height: 44px;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
}
.photo-footer .ul2 li a {
  font-size: 12px;
  color: #fff;
  padding-left: 6%;
  height: 100%;
  display: block;
  margin: auto;
  border-bottom: 1px solid #0eab4a;
}
.photo-footer .ul2 li:last-child a {
  border-bottom: none;
}
.photo-footer .ul2 li a i {
  position: absolute;
  right: 4%;
}
.mo-qr {
  padding: 26px 0;
  background: #444;
  padding-left: 4%;
}
.mo-qr img {
  float: left;
}
.mo-qr p {
  font-size: 14px;
  margin-left: 10px;
  float: left;
  color: #7c7c7c;
}

/*移动端底部end*/

/*首页*/

/*pc头部*/
#slidebar {
  height: 2px;
  width: 80px;
  background: #0eab4a;
  position: absolute;
  left: 0px;
  top: 60%;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 200;
}
.hd {
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.98);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
  border-bottom: 1px solid #1bac4a;
  transition: all .7s;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
}
.nav_line {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #0eab4a;
  transition: .5s all linear;
}
.logo {
  float: left;
}
.logo a {
  line-height: 100px;
  transition: all .7s;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
}
.logo a img {
  transition: all .7s;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
}
.nav {
  float: right;
  position: relative;
}
.nav ul {
  display: inline-block;
  position: relative;
}
.nav ul li {
  float: left;
  margin-right: 60px;
  position: relative;
  transition: all .5s;
}
.nav>ul>li>a {
  font-size: 16px;
  line-height: 36px;
  display: inline-block;
  margin-top: 33px;
  position: relative;
  transition: all .7s;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  border-bottom: 0 solid #0eab4a;
}
.nav>ul>li.on>a {
  color: #0eab4a;
}
.nav>ul>li>a:hover {
  color: #0eab4a;
}
.nav ul li .con {
  position: absolute;
  top: 134%;
  right: 0;
  width: 425px;
  height: 200px;
  background: #fff;
  display: none;
}
.nav ul li .con .pic {
  float: left;
  width: 200px;
  height: 100%;
}
.nav ul li .con .pic img {
  width: 100%;
}
.nav ul li .con .text {
  float: left;
  width: 225px;
  height: 100%;
  padding: 11px 0;
  box-sizing: border-box;
}
.nav ul li .con .text a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}
.nav ul li .con .text a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  background: #26a34a;
  left: 0;
  top: 6px;
  opacity: 0;
}
.nav ul li .con .text a:hover {
  color: #26a34a;
}
.nav ul li .con .text a:hover:before {
  opacity: 1;
}
.language {
  display: inline-block;
  vertical-align: top;
  line-height: 100px;
  overflow: hidden;
  transition: all .7s;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
}
.language a {
  font-size: 14px;
  position: relative;
}
.language a:hover {
  color: #00559d;
}
.language .ch:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #1e1e1e;
  top: 4px;
  right: -9px;
}
.language .en {
  margin-left: 14px;
}
.hd.on {
  height: 76px;
}
.hd.on .logo a {
  line-height: 76px;
}
.hd.on .nav>ul>li>a {
  margin-top: 21px;
}
.hd.on .language {
  line-height: 76px;
}
.hd.on .logo a img {
  transform: scale(.8);
}

/*pc头部end*/

/*pc底部*/
.footer {
  overflow: hidden;
  background: #0eab4a;
  color: #fff;
}
.footer .content {
  padding: 40px 0;
}
.footer-t .left {
  width: 24%;
  float: left;
}
.footer-t .left h1 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.footer-t .left p {
  font-size: 12px;
}
.footer-nav {
  width: 76%;
  float: left;            /*margin-left: 22%;*/
}
.footer-nav dl {
  float: left;
  width: 15%;
  box-sizing: border-box;
  padding: 0 2%;
}
.footer-nav dl:nth-child(1) {
  width: 33%;
}
.footer-nav dl:nth-child(1) dt a{
  font-size: 22px;
  font-weight: bold;
}
.footer-nav dl:nth-child(1) dd a{
  font-size: 16px;
}
.footer-nav dl a {
  color: #fff;
}
.footer-nav dl dt {
  font-size: 16px;
  margin-bottom: 14px;
  font-weight: bold;
}
.footer-nav dl dd {
  font-size: 14px;
  line-height: 26px;
}
.footer-nav dl dd a:hover {
  color: #fbc400;
}
.footer-t .share {
  width: 24%;
  float: right;
  display: flex;
  justify-content: space-between;
}

.footer-t .share .ewm {
  width: 48%;
  max-width: 320px;
}
.bdshare-button-style0-16 a {
  float: right !important;
  margin-left: 6% !important;
  background-position: 0 !important;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
  height: 14px !important;
}
.bdshare-button-style0-16 .bds_weixin {
  background: url(/public/taoge/images/weixin.png);
}
.bdshare-button-style0-16 .bds_weixin:hover {
  background: url(/public/taoge/images/weixin_on.png);
}
.bdshare-button-style0-16 .bds_tsina {
  background: url(/public/taoge/images/weibo.png);
}
.bdshare-button-style0-16 .bds_tsina:hover {
  background: url(/public/taoge/images/weibo_on.png);
}
.bdshare-button-style0-16 .bds_twi {
  background: url(/public/taoge/images/twi.png);
}
.bdshare-button-style0-16 .bds_twi:hover {
  background: url(/public/taoge/images/twi_on.png);
}
.bdshare-button-style0-16 .bds_fbook {
  background: url(/public/taoge/images/fbook.png);
}
.bdshare-button-style0-16 .bds_fbook:hover {
  background: url(/public/taoge/images/fbook_on.png);
}
.bdshare-button-style0-16 .ins {
  background: url(/public/taoge/images/ins.png);
}
.bdshare-button-style0-16 .ins:hover {
  background: url(/public/taoge/images/ins_on.png);
}
.bdshare-button-style0-16 a:hover {
  opacity: 1 !important;
}
.footer-c {
  text-align: center;
  margin-top: 40px;
}
.footer-c a {
  position: relative;
  display: block;
  top: -36px;
}
.footer-c a:after {
  content: "";
  position: absolute;
  width: 40%;
  height: 1px;
  background: #fff;
  right: 0;
  top: 36px;
}
.footer-c a:before {
  content: "";
  position: absolute;
  width: 40%;
  height: 1px;
  background: #fff;
  left: 0;
  top: 36px;
}
.fooLink {
  width: 120px;
  height: 36px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  float: left;
  box-sizing: border-box;
  border-radius: 6px;
  position: absolute;
  left: 0;
}
.fooLink .con {
  position: absolute;
  bottom: 34px;
  width: 100%;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
  display: none;
  max-height: 164px;
  overflow-y: auto;
}
.fooLink .con::-webkit-scrollbar {

  /*滚动条整体样式*/
  width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.fooLink .con::-webkit-scrollbar-thumb {

  /*滚动条里面小方块*/
  border-radius: 50px;
  background: #0eab4a;
}
.fooLink .con::-webkit-scrollbar-track {

  /*滚动条里面轨道*/
  background: none;
}
.fooLink .con a {
  display: block;
  color: #999;
}
.fooLink .con a:hover {
  color: #0eab4a;
}
.footer-b {
  text-align: center;
  margin-top: 20px;
  position: relative;
}
.footer-b span {
  font-size: 12px;
  text-align: center;
}
.footer-b .sr {
  position: absolute;
  right: 0;
}
.footer-b .sr a{
  color: #fff;
}
/*pc底部end*/
.banner {
  height: 730px;
}
.banner .img {
  height: 100%;
}
.banner .swiper-slide-active .img {
  animation: myban 5s;
  -webkit-animation: myban 5s;
  -ms-animation: myban 5s;
  -moz-animation: myban 5s;
  -o-animation: myban 5s;
}
@keyframes myban {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
#banner-pagination {
  width: auto;
  right: 34px;
  text-align: right;
  bottom: 44%;
  left: auto;
}
#banner-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  display: block;
  margin-top: 10px;
  opacity: .5;
  background: #fff;
  transition: all .5s;
}
#banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  height: 17px;
  border-radius: 50px;
}
.ban-butwp {
  position: relative;
  margin: auto;
  display: block;
  width: 130px;
}
.ban-prev, .ban-next {
  left: 0%;
  top: auto;
  bottom: 20px;
  width: 47px;
  height: 45px;
}
.ban-next {
  right: 0%;
  left: auto;
}
.ban-prev {
  background: url(/public/taoge/images/ban_but1.png);
}
.ban-next {
  background: url(/public/taoge/images/ban_but2.png);
}

/*1*/
.index-title {
  text-align: center;
}
.index-title p {
  font-size: 12px;
  color: #0eab4a;
  font-family: "FuturaLTLight";
  letter-spacing: 1px;               /* text-transform: uppercase;*/
}
.index-title h2 {
  font-size: 24px;
  color: #0eab4a;
  font-family: "FuturaLTLight";
  letter-spacing: 1px;
  text-transform: uppercase;
}
.index-title h1 {
  font-size: 24px;
  color: #4a4949;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 16px;
}
.index-title h5 {
  font-size: 14px;
  color: #4a4949;
  margin-top: 10px;
}
.index-title h4 {
  font-size: 14px;
  color: #333;
  width: 90%;
  margin: 16px auto;
}
.index-title2 h1 {
  color: #fff;
  position: relative;
}
.index-title2 h1:after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #fff;
  margin: 16px auto;
}
.index-milestone {
  padding: 60px 0;
  background: url(/public/taoge/images/index_bg01.png) no-repeat bottom center;
}
.index-milestone .content {
  position: relative;
}
.index-milestonemain {
  margin-top: 40px;
}
.index-milestonemain .box {
  float: left;
  text-align: center;
  transition: all .8s;
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
}
.index-milestonemain .box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e9e9e9;
  top: 68px;
  left: 0;
}
.index-milestonemain h1 {
  color: #4a4949;
  font-size: 16px;
  position: relative;
  font-weight: bold;
}
.index-milestonemain .box p {
  font-size: 14px;
  margin-top: 14px;
  color: #4a4949;
}
.index-milestonemain .slick-list {
  padding: 10px;
  margin: 0 50px;
}
.index-milestonemain .slick-prev, .index-milestonemain .slick-next {
  width: 35px;
  height: 35px;
  background: url(/public/taoge/images/but2.png);
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 61px;
}
.index-milestonemain .slick-next {
  right: 0;
  background: url(/public/taoge/images/but3.png);
}
.index-milestonemain .slick-prev.slick-disabled {
  background: url(/public/taoge/images/but2_on.png);
}
.index-milestonemain .slick-next.slick-disabled {
  background: url(/public/taoge/images/but3_on.png);
}
.index-milestonemain .cir {
  background: rgba(191, 191, 191, 0.5);
  width: 15px;
  height: 15px;
  margin: 0 auto;
  margin-top: 20px;
  z-index: 10;
  border-radius: 50%;
  position: relative;
  line-height: 10px;
}
.index-milestonemain .cir .con {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #bfbfbf;
  border-radius: 50%;
  margin: auto;
  transition: all .5s;
}
.index-milestonemain .cir:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #bfbfbf;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  top: 18px;
  left: 49%;
}
.index-milestonemain .cirt {
  height: 20px;
}
.index-milestonemain .icon {
  width: 80px;
  height: 80px;
  text-align: center;
  background: #ececec;
  border-radius: 50%;
  margin: 16px auto;
  margin-top: 30px;
  line-height: 80px;
}
.index-milestonemain .icon img {
  text-align: center;
  display: inline-block;
  line-height: 80px;
}
.index-milestonemain .icon .i2 {
  display: none;
}
.index-milestonemain .icon i {
  font-size: 46px;
  color: #424242;
}

/*.index-milestonemain .box:hover .cir{background: rgba(14,171,74,0.5);
}
.index-milestonemain .box:hover .cir .con{background: #0eab4a;}
.index-milestonemain .box:hover .cir:after{background: #0eab4a;}
.index-milestonemain .box:hover h1{color:#0eab4a;}
.index-milestonemain .box:hover .icon{background: #0eab4a;}
.index-milestonemain .box:hover .icon i{color: #fff;}
.index-milestonemain .box:hover .icon .i1{display: none;}
.index-milestonemain .box:hover .icon .i2{display: inline-block;}*/
.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 6px;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  width: 7px;
  height: 7px;
  background: #0eab4a;
  border: none;
  border-radius: 50%;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  width: 15px;
  border-radius: 50px;
}
.index-product {
  padding-top: 100px;
  margin-left: -2%;
  position: relative;
  bottom: -160px;
}
.index-product .slick-list {
  padding: 0 16px 40px 16px;
}
.index-product .box {
  top: 96px;
  background: #f9f9f9;
  margin: 0 1%;
  width: 31%;
  float: left;
  box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
}
.index-product .box .pic a {
  position: relative;
  padding-top: 72%;
  display: block;
}
.index-product .box .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-product .box .text {
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.index-product .box .text h4 {
  font-size: 20px;
  color: #4a4949;
  font-weight: bold;
}
.index-product .box .text p {
  color: #4a4949;
  font-size: 14px;
  margin: 10px 0;
}
.index-product .box:hover {
  box-shadow: 7px 0 40px rgba(0, 0, 0, 0.1);
}
.index-product  .slick-list {
  padding-bottom: 40px;
}
.detailsBut {
  display: block;
  width: 138px;
  height: 40px;
  background: #fff;
  border-radius: 6px;
  margin: auto;
  text-align: left;
  overflow: hidden;
  position: relative;
  margin-top: 16px;
}
.detailsBut .bg {
  width: 40px;
  height: 40px;
  background: #1bac4a;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
  transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
}
.detailsBut i {
  display: inline-block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background: url(/public/taoge/images/details_icon.png) no-repeat center center;
}
.detailsBut .mo {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  font-size: 12px;
  color: #1bac4a;
  margin-left: 14%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.detailsBut:hover i {
  background: url(/public/taoge/images/details_icon2.png) no-repeat center center;
}
.detailsBut:hover .bg {
  left: 40px;
  width: 98px;
}
.detailsBut:hover .mo {
  color: #fff;
}
.index-product .slick-prev, .index-product .slick-next {
  width: 35px;
  height: 35px;
  background: url(/public/taoge/images/but2.png);
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
  top: 50%;
}
.index-product .slick-next {
  right: 0;
  background: url(/public/taoge/images/but3.png);
}
.index-product .slick-prev.slick-disabled {
  background: url(/public/taoge/images/but2_on.png);
}
.index-product .slick-next.slick-disabled {
  background: url(/public/taoge/images/but3_on.png);
}

/*使命及願景*/
.op_index_div1 {
  margin: 130px auto 0;
  text-align: center;
}
.index-mission {
  height: 560px;
  margin-top: 130px;
  color: #fff;
  background: url(/public/taoge/images/index_bg02.jpg) no-repeat center;
  background-attachment: fixed;
}
.index-mission .text {
  padding-top: 140px;
  width: 47%;
}
.index-mission .text h4 {
  font-size: 12px;
  color: #0eab4a;
}
.index-mission .text h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  margin: 20px 0 60px 0;
  letter-spacing: 2px;
}
.index-mission .text p {
  position: relative;
  font-size: 16px;
}
.index-mission .text p a{
    display: inline-block;
    width: 138px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 12px;
    color: #1bac4a;
    text-align: center;
    background: #fff;
    transition: all 0.4s;
}
.index-mission .text p a:hover{
  background: #1bac4a;
  color: #fff;
}
.index-mission .text p span {
  font-size: 12px;
}

/*新闻*/
.index-news {
  padding: 60px 0;
}
.index-newsmain {
  margin-top: 40px;
  margin-left: -2%;
}
.index-newsmain .box {
  margin-left: 2%;
  width: 31%;
}
.index-newsmain .box .pic {
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  box-sizing: border-box;
  height: 211px;
}
.index-newsmain .box .pic a {
  position: relative;
  padding-top: 56.3%;
  display: block;
}
.index-newsmain .box .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-newsmain .text {
  padding: 20px;
  box-sizing: border-box;
}
.index-newsmain .text h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
.index-newsmain .text p {
  font-size: 14px;
  margin: 16px 0;
  line-height: 22px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  max-height: 44px;
}
.index-newsmain .text a {
  font-size: 12px;
  color: #2c9c49;
  opacity: 0;
}
.index-newsmain .text a i {
  margin-left: 6px;
}
.index-newsmain .box:hover .pic {
  padding: 12px;
}
.index-newsmain .box:hover .text a {
  opacity: 1;
}
.index-newsmain .box:hover .text h4 {
  color: #0eab4a;
}
.moreDiv {
  text-align: center;
  margin-top: 40px;
}
.moreDiv a {
  display: inline-block;
  width: 138px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  font-size: 12px;
  color: #fbc400;
  text-align: center;
  background: url(/public/taoge/images/more_bg.png) no-repeat;
}
.moreDiv a i {
  margin-right: 6px;
}
.moreDiv a:hover {
  background: #1bac4a;
  color: #fff;
}

/*关于*/
.index-about {
  height: 520px;
  overflow: hidden;
}
.index-about .left {
  width: 50%;
  float: left;
  padding: 50px 50px 0 0;
  box-sizing: border-box;
}
.index-about ul {
  margin-top: 20px;
}
.index-about ul li {
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding: 8px;
  text-align: center;
}
.index-about h5 {
  font-size: 12px;
  color: #0eab4a;
}
.index-about h1 {
  font-size: 24px;
  color: #4a4949;
  font-weight: bold;
  margin: 24px 0;
}
.index-about .left p {
  font-size: 14px;
  color: #666;
  margin-top: 6px;
  line-height: 25px;
  text-align: justify;
}
.index-about .left ul li p {
  line-height: 20px;
  line-height: 20px;
  font-weight: bold;
  font-size: 18px;
}
.index-about .moreDiv {
  text-align: left;
}
.index-about .moreDiv a {
  margin-right: 20px;
}
.index-about .right {
  width: 50%;
  height: 100%;
  float: right;
  overflow: hidden;
  cursor: pointer;
}
.index-about .right img {
  transition: all 3s;
  -webkit-transition: all 3s;
  -ms-transition: all 3s;
  -moz-transition: all 3s;
  height: 100%;
  max-width: max-content;
}
.index-about .right:hover img {
  transform: scale(1.1);
}

/*留言*/
.index-message {
  padding: 60px 0
}
.index-message .content {
  max-width: 900px;
}
.form-h1 {
  margin-top: 40px;
  height: 136px;
  overflow: hidden;
}
.form-h1.on {
  height: auto;
}
.form-h1 .btn {
  float: left;
  width: 60px;
  height: 60px;
  border: none;
}
.form-h1 .g-select {
  float: left;
  margin-right: 2%;
  width: 31%;
}
.g-select {
  position: relative;
}
.g-select .inp {
  width: 100%;
  border: none;
  background: url(/public/taoge/images/inp_icon.png) 95% 50% no-repeat;
  padding: 0 20px;
  cursor: pointer;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.g-select .list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  max-height: 206px;
  overflow-y: auto;
  z-index: 2;
}
.g-select .list li {
  padding: 0 20px;
  line-height: 34px;
  cursor: pointer;
  font-size: 12px
}
.g-select .list li:hover {
  background-color: #f9f9f9
}
.g-select .list::-webkit-scrollbar {

  /*滚动条整体样式*/
  width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
}
.g-select .list::-webkit-scrollbar-thumb {

  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #1bac4a;
}
.g-select .list::-webkit-scrollbar-track {

  /*滚动条里面轨道*/
  background: none;
}
.g-select input {
  background: none;
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 10px;
  font-family: 'Microsoft';
}
.g-select .inptph {

  /* margin-left: 6%;*/
}
.g-select .input4 {
  width: 60%;
  height: 48px;
  position: absolute;
  bottom: 0;
  left: 60px;
  display: none;
}
.g-select .input4:hover {
  border: none;
}
.form-h1 .g-select2 {
  width: 32%;
  position: relative;
}
.form-h1 .g-select2 span {
  position: absolute;
  top: 20px;
  width: 15px;
  overflow: hidden;
  color: #666;
  margin-left: 8px;
}
.form-h1 .g-select3 {
  width: 100%;
}
.index-message .item {
  margin-top: 20px;
  padding-left: 20px;
  float: left;
  width: 100%;
}
.index-message .item span {
  font-size: 14px;
}
.lb1 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  padding-left: 21px;
  background: url(/public/taoge/images/g-check1.png) left 2px no-repeat;
  line-height: 22px;
  margin-bottom: 3px;
  cursor: pointer;
  margin-left: 10px;
}
.lb1 span {
  color: #666;
}
.lb1 input {
  position: absolute;
  left: -999px;
}
.lb1.checked {
  background-image: url(/public/taoge/images/g-check1-on.png);
}
.button {
  display: block;
  margin: 20px auto;
  margin-top: 40px;
  width: 138px;
  height: 40px;
  background: #fbc400;
  border-radius: 6px;
  border: none;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
.button:hover {
  opacity: .9;
}
.moreDiv .open i {
  font-size: 12px;
}

/*輔助入口*/
.index-entrance {
  margin-bottom: 1px;
}
.index-entrance ul li {
  width: 33.33%;
  float: left;
  position: relative;
  overflow: hidden;
}
.index-entrance ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.index-entrance ul li .pic {
  position: relative;
  padding-top: 54.6%;
  overflow: hidden;
}
.index-entrance ul li .pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}
.index-entrance ul li .text {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.index-entrance .text p {
  font-size: 12px;
  color: #0eab4a;
}
.index-entrance .text h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 14px 0;
}
.index-entrance .detailsBut {
  opacity: 0;
  outline: none;
}
.index-entrance ul li:hover:after {
  display: none;
}
.index-entrance ul li:hover .text {
  top: 50%;
}
.index-entrance ul li:hover .detailsBut {
  opacity: 1;
}
.index-entrance ul li:hover .pic img {
  transform: scale(1.1);
}

/*首页end*/
.inner-ban {
  height: 500px;
  text-align: center;
  color: #fff;
}
.inner-ban h1 {
  padding-top: 260px;
  font-size: 36px;
  font-weight: lighter;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.columnnav {
  padding: 30px 0;
  background: #ecf2f7;
}
.columnnav .left {
  float: left;
}
.columnnav .left ul li {
  float: left;
  margin-right: 40px;
}
.columnnav .left ul li a {
  font-size: 14px;
}
.columnnav .left ul li a:hover {
  color: #0eab4a;
}
.columnnav .left ul li a.on {
  color: #0eab4a;
}
.columnnav .right {
  float: right;
}
.columnnav .right a {
  font-size: 12px;
  display: inline-block;
  margin-left: 16px;
  position: relative;
}

.columnnav .right a:hover {
  color: #0eab4a;
}
.columnnav .right a.on {
  color: #0eab4a;
}
.columnnav .right a:last-child:after {
  display: none;
}
.wp {
  padding: 60px 0;
}

/*关于生物化工科技*/
.biology-text {
  padding-left: 140px;
  width: 50%;
  padding-bottom: 40px;
}
.biology-text h4 {
  font-size: 12px;
  color: #0eab4a;
}
.biology-text h1 {
  color: #4a4949;
  font-size: 24px;
  margin: 16px 0;
  position: relative;
}
.biology-text h1:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #1bac4a;
  top: 11px;
  left: -138px;
}
.biology-text p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  text-align: justify;
}
.biology-text .more {
  font-size: 12px;
  color: #1bac4a;
  margin-top: 30px;
  display: inline-block;
  position: relative;
}
.biology-text .more.on {
  color: #666;
}
.biology-text .more:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #1bac4a;
  bottom: -4px;
  left: 0;
}
.biology-text .more.on:after {
  background: #ccc;
}
.biology-text .con {
  overflow: hidden;
}
.biology-text .con.on {
  height: auto;
}
.about-pic {
  border-radius: 6px;
  overflow: hidden;
}
.about-pic img {
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  transition: all 2s;
}

/*.about-pic:hover img{transform: scale(1.1);}*/
.about-biology1 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ulDiv {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.ulDiv li {
  float: left;
  margin: 0 4%;
}
.ulDiv li h1 {
  font-size: 42px;
  color: #1bac4a;
}
.ulDiv li h1 em {
  font-size: 14px;
}
.ulDiv ul li p {
  font-size: 14px;
}
.about-biology2 {
  margin-top: 80px;
}
.about-biology3 {
  padding: 60px 0;
  background: #f9f9f9;                /*margin-top: 60px;*/
  text-align: center;
}
.about-biology3 ul li {
  display: inline-block;
  margin: 24px;
  font-size: 12px;
  color: #333;
}
.about-biology3 .text {
  margin-top: 30px;
}
.about-biology3 .text p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  width: 80%;
  margin: auto;
}
.about-biology3 ul li span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0eab4a;
  margin-right: 6px;
}
.about-biology3 ul li .s2 {
  background: #00559d;
}
.about-biology3 ul li .s3 {
  background: #fbc400;
}
.about-biology3 ul li .s4 {
  background: #00a0e9;
}
.ab-map {
  position: relative;
}
.ab-map .img2 {
  display: none;
}
.ab-map .region {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(14, 137, 49, 0.6);
}
.ab-map .region span {
  width: 6px;
  height: 6px;
  background: #0e8931;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ab-map .region:before {
  content: "";
  width: 58px;
  height: 58px;
  background: rgba(14, 137, 49, 0.3);
  border-radius: 50%;
  position: absolute;
  left: -16px;
  top: -16px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-animation: myfirst 3s infinite linear;
  -moz-animation: myfirst 3s infinite linear;
  -ms-animation: myfirst 3s infinite linear;
  animation: myfirst 3s infinite linear;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.ab-map .region:after {
  content: "";
  width: 106px;
  height: 106px;
  background: rgba(14, 137, 49, 0.1);
  border-radius: 50%;
  position: absolute;
  left: -42px;
  top: -36px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-animation: myfirst 3s infinite linear;
  -moz-animation: myfirst 3s infinite linear;
  -ms-animation: myfirst 3s infinite linear;
  animation: myfirst 3s infinite linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.ab-map .region2 {
  background: rgba(0, 160, 233, 0.6);
}
.ab-map .region2 span {
  background: #00a0e9;
}
.ab-map .region2:before {
  background: rgba(0, 160, 233, 0.3);
}
.ab-map .region2:after {
  background: rgba(0, 160, 233, 0.1);
}
.ab-map .region p {
  position: absolute;
  font-size: 12px;
  color: #fff;
  top: 93%;
  white-space: nowrap;
  text-align: center;
}
.ab-map .region2 p {
  color: #333;
}
.ab-map .europe {
  top: 18%;
  left: 49%;
  position: absolute;
}
.ab-map .china {
  top: 36%;
  right: 18.6%;
  position: absolute;
}
.ab-map .japan {
  top: 29%;
  right: 9.5%;
  position: absolute;
}
.ab-map .malaysia {
  top: 52%;
  right: 17.1%;
  position: absolute;
}
.ab-map .indonesia {
  top: 57%;
  right: 15%;
  position: absolute;
}
.ab-map .material span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00559d;
  margin-right: 4px;
}
.ab-map .material p {
  font-size: 12px;
  color: #333;
  display: inline-block;
}
.ab-map .zhangjiagang {
  font-size: 12px;
  color: #333;
  top: 34%;
  right: 16%;
  position: absolute;
}

/*.ab-map .zhangjiagang span{display: inline-block;
                         width: 5px;
                         height: 5px;
                         border-radius: 50%;
                         background: #00a0e9;
                         margin-right: 4px;
}*/
.ab-map .hongkong {
  font-size: 12px;
  color: #333;
  bottom: 56%;
  right: 16.2%;
  position: absolute;
  text-align: center;
}
.ab-map .hongkong .p2 {
  width: 1px;
  height: 100px;
  background: #fbc400;
  margin: auto;
}
.ab-map .hongkong span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fbc400;
  position: relative;
  top: -10px;
}
@keyframes myfirst {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/*关于生物化工科技end*/

/*关于易高*/
.about-us1 {
  padding: 60px 0;
}
.about-us1 .pic {
  width: 50%;
  float: left;
  overflow: hidden;
  border-radius: 6px;
}
.about-us1 .pic img {
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  transition: all 2s;
}

/*.about-us1 .pic:hover img{transform: scale(1.1);}*/
.about-us1 .text {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 0 0px 40px;
}
.about-us1 .text h1 {
  font-size: 24px;
}
.about-us1 .text p {
  font-size: 14px;
  margin-top: 16px;
  line-height: 24px;
  color: #333;
  text-align: justify;
}
.about-us2 {
  padding: 60px 0;
  background: url(/public/taoge/images/ab_bg01.jpg) center;
  background-size: cover;
}
.about-business {
  margin-top: 40px;
  margin-left: 5%!important;
}
.about-business .slick-list {
  padding-right: 50px;
}
.about-business .box {
  margin-right: 3%;
}
.about-business .box:last-child {
  margin-right: 0;
}
.about-business .pic {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.about-business .pic .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-business .pic .img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.about-business .pic:hover .img {
  transform: scale(1.1);
}
.about-business .text p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.about-us3 {
  margin-top: 60px;
  height: 550px;
  background: url(/public/taoge/images/ab02.jpg) center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 80px;
  text-align: center;
}
.about-us3 .main {
  width: 60%;
  margin: 40px auto;
  color: #fff;
}
.about-us3 .main p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 30px;
  color: #0eab4a;
}

/*关于易高end*/

/*新闻资讯*/
.newest {
  margin: 40px 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 10px;
  border-radius: 3px;
  position: relative;
}
.newest .pic {
  width: 62%;
  float: left;
  border-radius: 6px;
  overflow: hidden;
}
.newest .pic img {
  width: 100%;
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
}
.newest .text {
  width: 38%;
  float: left;
  box-sizing: border-box;
  padding: 50px 30px 0 30px;
}
.newest .text h1 {
  font-size: 20px;
  color: #0eab4a;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
.newest .text p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.newest .text span {
  font-size: 12px;
  color: #666;
  position: absolute;
  bottom: 26px;
}
.newest:hover .pic img {
  transform: scale(1.1);
}

.news-main ul li {
  float: left;
  width: 46%;
  box-sizing: border-box;
  position: relative;
  margin-top: 40px;
}
.news-main ul li:nth-child(even){
  margin-left: 94px;
}
.news-main .li2 {
  top: 100px;
  float: right;
}
.news-main ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-main ul li .pic {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.news-main ul li .pic a {
  display: block;
  padding-top: 56.2%;
  position: relative;
}
.news-main ul li .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.news-main ul li .text {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  width: 80%;
  float: right;
  box-sizing: border-box;
  position: relative;
  top: -60px;
  padding: 20px;
}
.news-main ul li .text h1 {
  font-size: 16px;
  color: #4a4949;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
.news-main ul li .text span {
  font-size: 12px;
  color: #4a4949;
  display: block;
  margin: 10px 0;
}
.news-main ul li .text p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
.news-main ul li:hover h1 {
  color: #0eab4a;
}
.news-main ul li:hover span {
  font-weight: bold;
}
.showMorehandle {
  width: 138px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  font-size: 12px;
  color: #fbc400;
  text-align: center;
  background: url(/public/taoge/images/more_bg2.png) no-repeat;
  cursor: pointer;
  margin: auto;
  padding-left: 5px;
  display: none;
}
.showMorehandle:hover {
  background: #fbc400;
  color: #fff;
}

/*新闻资讯end*/

/*新闻详情*/
.news-share .bdshare-button-style0-16 a {
  float: left !important;
  margin-top: 0 !important;
}
.news-share .bdshare-button-style0-16 .bds_tsina {
  background: url(/public/taoge/images/weibo2.png);
}
.news-share .bdshare-button-style0-16 .bds_tsina:hover {
  background: url(/public/taoge/images/weibo_on.png);
}
.news-share .bdshare-button-style0-16 .bds_weixin {
  background: url(/public/taoge/images/weixin2.png);
}
.news-share .bdshare-button-style0-16 .bds_weixin:hover {
  background: url(/public/taoge/images/weixin_on.png);
}
.news-share .bdshare-button-style0-16 .bds_sqq {
  background: url(/public/taoge/images/qq.png);
}
.news-share .bdshare-button-style0-16 .bds_sqq:hover {
  background: url(/public/taoge/images/qq_on.png);
}
.news-share .bdshare-button-style0-16 a {
  margin-left: 4px !important;
}
.news-share span {
  float: left;
  vertical-align: middle;
  font-size: 12px;
}
.news-share .s1 {
  margin-right: 14%;
  display: inline-block;
}
.news-details {
  padding: 60px 0;
}
.news-details .leftcon {
  width: 36%;
  float: left;
}
.news-details .leftcon h1 {
  font-size: 32px;
  margin-bottom: 20px;
}
.news-details .main {
  width: 60%;
  float: right;
}
.news-details .main .con p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 30px;
}
.news-details .main .con img {
  width: 100%;
}
.news-page {
  box-sizing: border-box;
  padding: 30px 40px 60px 40px;
  margin-top: 40px;
  background: #f9f9f9;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1)
}
.news-page h1 {
  display: inline-block;
  font-size: 36px;
  color: #0eab4a;
}
.news-page .news-share {
  float: right;
}
.news-page .pag p {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.news-page .pag a {
  color: #666;
  font-weight: normal;
}
.news-page .pag a:hover {
  color: #0eab4a;
}

/*新闻详情end*/

/*概述*/
.sus-summary2 {
  margin-top: 60px;
}

/*概述end*/

/*温室气体排放*/
.sus-greenhouse2 {
  padding: 60px 0;
  background: url(/public/taoge/images/sus_bg01.jpg) center bottom;
  background-size: cover;
  padding-bottom: 100px;
}
.sus-greenhouse2 .main {
  margin-top: 40px;
}
.sus-greenhouse2 ul li {
  width: 48%;
  float: left;
  vertical-align: top;
  margin: 0 1%;
}
.sus-greenhouse2 ul li h4 {
  height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.sus-greenhouse2 ul li img {
  margin: 10px 0;
}
.sus-greenhouse2 ul li p {
  font-size: 14px;
}
.sus-greenhouse2 ol {
  text-align: center;
  margin-top: 20px;
}
.sus-greenhouse2 ol li {
  display: inline-block;
  vertical-align: top;
  margin: 40px;
}
.sus-greenhouse2 ol li p {
  font-size: 14px;
  font-weight: bold;
}
.sus-greenhouse2 ol li h1 {
  font-size: 42px;
  color: #0eab4a;
  font-weight: bold;
  margin: 10px 0;
}
.sus-greenhouse2 ol li h1 em {
  font-size: 14px;
}

/*温室气体排放end*/

/*零污水排放系统*/
.sus-sewage2 {
  padding: 60px 0;
  background: #f9f9f9;
}
.sus-sewage2 ul {
  margin-left: -1.2%;
  margin-top: 40px;
}
.sus-sewage2 ul li {
  width: 23.8%;
  box-sizing: border-box;
  margin-left: 1.2%;
  overflow: hidden;
  height: 380px;
  border-radius: 6px;
  float: left;
  position: relative;
  text-align: center;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
}
.sus-sewage2 .pic {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  width: 100%;
  height: 100%;
}
.sus-sewage2 .pic img {
  width: 100%;
  height: 100%;
}
.sus-sewage2 .icon {
  position: absolute;
  top: 30%;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  transition: all .7s;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
}
.sus-sewage2 .icon p {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  display: none;
}
.sus-sewage2 .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  padding: 14px 0;
}
.sus-sewage2 .text p {
  font-size: 18px;
  color: #0eab4a;
}
.sus-sewage2 ul li:hover .pic {
  opacity: 0;
}
.sus-sewage2 ul li:hover {
  background: #0eab4a;
}
.sus-sewage2 ul li:hover .icon {
  top: 20%;
}
.sus-sewage2 ul li:hover .icon p {
  display: block;
}
.sus-sewage2 ul li:hover .text {
  background: none;
}
.sus-sewage2 ul li:hover .text p {
  color: #fff;
}
.sus-sewage3 {
  padding: 60px 0;
}
.sus-sewage3 .pic {
  width: 50%;
  float: left;
  overflow: hidden;
  border-radius: 6px;
}
.sus-sewage3 .pic img {
  width: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

/*.sus-sewage3 .pic:hover img {-webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 -moz-transform: scale(1.1);
 transform: scale(1.1);
}*/
.sus-sewage3 .text {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 20px 50px 0 40px;
}
.sus-sewage3 .text p {
  font-size: 14px;
  color: #333;
  margin-top: 30px;
  line-height: 24px;
}
.sus-sewage3 ul {
  margin-top: 30px;
}
.sus-sewage3 ul li {
  float: left;
  margin-right: 50px;
  color: #0eab4a;
}
.sus-sewage3 ul li h1 {
  font-size: 32px;
}
.sus-sewage3 ul li h5 {
  font-size: 14px;
}

/*零污水排放系统end*/

/*ISCC*/
.iscc-system {
  text-align: center;
}
.iscc-system ul {
  margin-left: -2%;
  margin-top: 30px;
}
.iscc-system ul li {
  text-align: center;
  width: 48%;
  height: 175px;
  margin-left: 2%;
  box-sizing: border-box;
  border: 1px solid #eee;
  padding: 20px;
  float: left;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  transition: all .7s;
}
.iscc-system ul li h1 {
  font-size: 32px;
  margin: 10px 0;
  color: #0eab4a;
}
.iscc-system ul li p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.iscc-system ul li:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}
.iscc-system h4 {
  font-size: 14px;
  color: #0eab4a;
  margin: 20px 0;
}
.iscc-certificate {
  margin-top: 40px;
  background: url(/public/taoge/images/iscc_bg.jpg) center;
  background-size: cover;
  padding: 60px 0;
}
.iscc-certificate ul {
  text-align: center;
}
.iscc-certificate ul li {
  display: inline-block;
  margin: 40px;
}
.iscc-certificate ul li p {
  font-size: 12px;
  margin-top: 16px;
  font-weight: bold;
}
.iscc-activities {
  padding: 60px 0;
}
.iscc-activitiesmain {
  margin-top: 40px;
}
.iscc-activitiesmain .box {
  text-align: center;
  position: relative;
  margin: 0 1%;
}
.iscc-activitiesmain .box .pic {
  position: relative;
  padding-top: 56.2%;
}
.iscc-activitiesmain .box .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.iscc-activitiesmain .box .text {
  width: 90%;
  text-align: center;
  margin: 10px auto;
}
.iscc-activitiesmain .box .text p {
  font-size: 12px;
  line-height: 20px;
}

/*ISCC.end*/

/*我们的产品*/
.our-product {
  padding: 60px 0;
  background: #ecf2f7 url(../images/product_bg.png) no-repeat center top;
}
.our-product ul {
  margin-bottom: 60px;
}
.our-product ul li {
  float: left;
  width: 33.33%;
  text-align: center;
  height: 520px;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  transition: all .7s;
}
.our-product ul li:hover img{
      -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.our-product ul li .pic {
  box-sizing: border-box;
  padding: 40px 30px 30px 30px;
}
.our-product ul li .pic img {
  max-height: 100%;
  transition: all .7s;
}
.our-product ul li .text h1 {
  font-size: 18px;
}
.our-product ul li .text p {
  font-size: 14px;
  color: #4a4949;
  margin-top: 10px;
}

/*.our-product ul li:hover{box-shadow: 0 0 30px rgba(0,0,0,0.1);
                      background: #fff;
}
.our-product ul li:hover h1{color: #0eab4a;}*/

/*我们的产品end*/

/*主要市场及应用*/
.product-market {
  padding: 60px 0;
}
.product-market ul {
  margin-left: -2%;
  margin-bottom: 30px;
}
.product-market ul li {
  width: 31%;
  margin-left: 2%;
  margin-bottom: 4%;
  float: left;
  overflow: hidden;
  border-radius: 6px;
  background: #f9f9f9;
}
.product-market ul li .pic {
  position: relative;
  padding-top: 56%;
}
.product-market ul li .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.product-market ul li .text {
  box-sizing: border-box;
  padding: 16px;
  height: 107px;
}
.product-market ul li .text h1 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-market ul li .text p {
  font-size: 14px;
  color: #4a4949;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
.product-market ul li:hover {
  background: #f9f9f9;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.product-market ul li:hover h1 {
  color: #0eab4a;
}

/*主要市场及应用end*/

/*主要市场及应用详情*/
.market-details .content {
  background: #fff;
  box-sizing: border-box;
  padding: 60px 80px;
  position: relative;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  top: -130px;
  border-radius: 6px;
  color: #333;
}
.market-details .content h1 {
  font-size: 24px;
  font-weight: bold;
}
.market-details .content p {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  line-height: 24px;
}
.market-details .content p img {
  width: 100%;
}
.market-details .moreDiv i {
  font-size: 12px;
}

/*主要市场及应用详情end*/

/*要产品及介绍*/
.product-introduce2 {
  position: relative;
  margin-top: 50px;
}
.product-introduce2 .pic {
  position: relative;
  top: -107px;
  z-index: -1;
}
.product-introduce2 .pic img {
  width: 100%;
}
.product-introduce2 .index-title h1, .product-introduce2 .index-title p {
  color: #fff;
}
.product-introduce3 {
  position: relative;
  top: -40px;
  padding-bottom: 60px;
  background: url(/public/taoge/images/table_bg.png) no-repeat center bottom;
}
.product-introduce3 .tablediv {
  margin-top: 40px;
}
.product-introduce3 .item {
  margin-top: 40px;
}
.product-introduce3 .item .left {
  float: left;
}
.product-introduce3 .item .left h1 {
  font-size: 18px;
}
.product-introduce3 .item .left img {
  margin-top: 20px;
}
.product-introduce3 .item .left p {
  font-size: 14px;
  margin-top: 8px;
}
.product-introduce3 .item .right {
  float: right;
  width: 36%;
  font-size: 14px;
}
.product-introduce3 .item .right h1 {
  font-size: 42px;
  color: #0eab4a;
  font-weight: bold;
  margin: 12px 0;
}
.product-introduce3 .item .right h1 em {
  font-size: 14px;
  font-weight: normal;
}
.product-introduce3 .item .right p {
  color: #333;
  line-height: 24px;
}
.product-introduce4 {
  margin-top: 20px;
}
.raw-material {
  background: url(/public/taoge/images/raw_bg.png) no-repeat right bottom;
  margin-top: 40px;
  padding-bottom: 40px;
}
.raw-material .box {
  margin-bottom: 20px;
}
.raw-material .pic {
  float: left;
  width: 50%;
  border-radius: 6px;
  overflow: hidden;
}
.raw-material .pic img {
  width: 100%;
}
.raw-material .text {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 60px 0 0 30px;
}
.raw-material .text p {
  font-size: 14px;
}
.product-introduce5 {
  background-size: 100% 60%;
  text-align: center;
}
.product-introduce5 .cont {
  padding-top: 30px;
  padding-bottom: 300px;
  background: #f9f9f9;
}
.product-introduce5 .con p {
  width: 64%;
  margin: 20px auto;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.product-introduce5 .con img {
}
.product-pic {
  position: relative;
  top: -280px;
  height: 260px;
}
.product-pic p {
  margin-top: 10px;
  font-size: 14px;
  display: none;
}

/*要产品及介绍end*/
/* 企业文化 */
.qy_wenhua{width:1200px;margin:auto;margin-bottom:30px;}
.qy_wenhua01{overflow:hidden;margin-top:30px;margin-bottom:30px;}
.qy_wenhua01_left{float:left;width:348px;}
.qy_wenhua01_left h1{font-size:22px;font-weight:bold;margin-bottom:10px;color:#0664b6;}
.qy_wenhua01_left p{font-size:16px;color:#333;margin-bottom:20px;}
.qy_wenhua01_right{float:right;}
.qy_wenhua01_right img{width:828px;height:326px;}
.qy_wenhua02{overflow:hidden;}
.qy_wenhua02 .qy_wenhua02_left{float:left;}
.qy_wenhua02 .qy_wenhua02_left img{width:600px;height:370px;}
.qy_wenhua02 .qy_wenhua02_right{width:500px;float:left;padding:50px;}
.qy_wenhua02 .qy_wenhua02_right h1{font-size:28px;color:#0664b6;}
.qy_wenhua02 .qy_wenhua02_right h2{font-size:20px;color:#333;margin-top:20px;line-height:30px;}
.qy_wenhua02 .qy_wenhua02_right p{font-size:14px;color:#666;margin-top:30px;line-height:24px;}

/*联系我们*/
.contact-us {
  padding-bottom: 60px;
}
.contact-us .text {
  text-align: center;
}
.contact-us .text h1 {
  font-size: 24px;
  color: #0eab4a;
  margin-bottom: 10px;
}
.contact-us .text img {
  margin-bottom: 6px;
}
.contact-us .item {
  margin-top: 20px;
    height: 500px;
    overflow: hidden;
}
.contact-us .item p {
  color: #333;
  font-size: 14px;
}
#map {
  width: 100%;
  height: 400px;
  margin-top: 40px;
}
.marker {
  display: block;
}
.shopDiv {
  width: 100%;
  margin-top: 120px;
  display: flex;
  justify-content: space-around;
}
.shopDiv .ewm {
  max-width: 280px;
}

/*联系我们end*/
@media screen and (max-width:1800px) {
  .about-business {
    margin-left: 8%;
  }
}
@media screen and (max-width:1366px) {
  .about-business {
    margin-left: 3%;
  }
  .about-business .pic {
  }
}
@media screen and (max-width:1200px) {
  .nav ul li {
    margin-right: 60px;
  }
  .bdshare-button-style0-16 a {
    margin-left: 4% !important;
  }
  .ab-map .hongkong .p2 {
    height: 90px;
  }
  .sus-sewage3 .text {
    padding: 10px;
  }
  .sus-sewage3 .text p {
    margin-top: 0;
  }
  .sus-sewage3 ul li {
    margin-right: 17px;
  }
  .product-pic {
    height: 210px;
  }
}
@media screen and (max-width:1024px) {
  .nav ul li {
    margin-right: 40px;
  }
  .bdshare-button-style0-16 a {
    margin-left: 2% !important;
  }
  .ab-map .hongkong .p2 {
    height: 70px;
  }
  .about-us1 .text {
    padding: 20px 0 0px 20px;
  }
  .sus-sewage2 ul li {
    height: 340px;
  }
  .our-product ul li {
    height: 468px;
  }
  .product-introduce5 .cont {
    padding-bottom: 220px;
  }
  .product-pic {
    top: -210px;
  }
}
@media screen and (max-width:960px) {
  .footer-nav dl dt {
    font-size: 13px;
  }
  .columnnav {
    display: none;
  }
  .about-us1 .pic {
    width: 100%;
    float: none;
  }
  .about-us1 .pic img {
    width: 100%;
  }
  .about-us1 .text {
    width: 100%;
    float: none;
    padding: 20px 0 0px 0px;
  }
  .sus-sewage2 ul li {
    height: 268px;
  }
  .our-product ul li {
    height: 410px;
  }
  .product-introduce3 .item .left {
    float: none;
  }
  .product-introduce3 .item .right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .product-introduce5 .cont {
    padding-bottom: 80px;
  }
  .product-pic {
    top: -80px;
    height: 250px;
  }
  .product-introduce5 .con p {
    width: 100%;
  }
  .ulDiv li h1 {
    font-size: 28px;
  }
}
@media screen and (max-width:900px) {
  .hd {
    display: none;
  }
  .motop {
    display: block;
  }
  .footer-t .left h1 {
    font-size: 26px;
  }
  #banner-pagination {
    right: 5%;
  }
  .banner {
    height: 540px;
  }
  .index-product .slick-list {
    margin: 0 40px;
  }
  .index-product .box {
    margin: 0 1%;
  }
  .index-mission .text {
    width: 82%;
  }
  .index-newsmain .box {
    margin: 0 1%;
  }
  .index-newsmain {
    margin-left: 0;
  }
  .index-about {
    height: auto;
  }
  .index-about .left {
    width: 100%;
    float: none;
  }
  .index-about .right {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
  .form-h1 .g-select2 {
    width: 100%;
  }
  .index-entrance ul li {
    width: 100%;
    float: none;
  }
  .index-product .slick-list {
    padding: 0;
  }
  .videopop {
    width: 90%;
  }
}
@media screen and (max-width:768px) {
  .footer-t .left h1 {
    font-size: 22px;
  }
  .bdshare-button-style0-16 a {
    margin-left: 0% !important;
    margin: 6px 4px 6px 0 !important;
  }
  .ab-map .hongkong .p2 {
    height: 45px;
  }
  .about-business {
    margin-left: 1%;
  }
  .newest .text {
    padding: 20px;
  }
  .our-product ul li {
    height: 356px;
  }
  .our-product ul li .pic {
    height: 80%;
  }
}
@media screen and (max-width:767px) {
  .index-title h1, .index-about h1 {
    font-size: 20px;
  }
  .banner {
    height: 300px;
  }
  .photo-footer {
    display: block;
  }
  .footer-nav {
    display: none;
  }
  .footer {
    background: #0eab4a url(../images/footer_bg.png) no-repeat left top;
  }
  .footer .content {
    background: none;
  }
  .footer-t .left, .footer-t .share {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer-t .share {
    flex-direction: column;
    align-items: center;
  }
  .footer-t .share .ewm {
    width: 100%;
    margin-bottom: 20px;
  }
  .shopDiv {
    flex-direction: column;
    align-items: center;
  }
  .shopDiv .ewm {
    width: 100%;
    margin-bottom: 20px;
  }
  .mologo img{
    width: 50vw;
  }
  .bdshare-button-style0-16 a {
    float: left !important;
    margin-left: 0 !important;
    margin-right: 4% !important;
  }
  .footer-c a:before, .footer-c a:after {
    width: 22%;
  }
  .footer-b .sr {
    float: none;
    position: static;
  }
  .fooLink {
    position: relative;
    margin-right: 2%;
  }
  .footer-t .left h1 {
    font-size: 32px;
  }
  .wp {
    padding: 40px 0;
  }
  .index-milestone {
    padding: 40px 0;
    background-size: 419%;
  }
  .index-milestonemain {
    margin-top: 0;
  }
  .index-milestonemain .box {
    padding: 10px 0px;
  }
  .index-milestonemain .slick-list {
    padding: 0;
    padding-top: 10px
  }
  .index-product {
    bottom: -76px;
  }
  .index-product .box {
    margin: 0;
  }
  .index-product .box .text h4 {
    font-size: 18px;
  }
  .index-product .box:hover {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  }
  .index-mission {
    height: 420px;
    margin-top: 60px;
  }
  .index-mission .text {
    padding-top: 80px;
    width: 100%;
  }
  .index-mission .text h1 {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0 40px 0;
  }
  .index-mission {
    background-attachment: scroll !important;
  }
  .index-newsmain .box {
    margin: 0;
  }
  .index-newsmain .box .pic {
    height: auto;
  }
  .index-about .left {
    padding: 20px 0;
  }
  .index-about .moreDiv a {
    margin-right: 2%;
  }
  .index-about ul li img {
    width: 60px;
  }
  .index-about .left ul li p {
    font-size: 12px;
    line-height: 18px;
  }
  .index-about .right {
    height: 300px;
  }
  .index-about .right img {
    height: 100%;
  }
  .form-h1 .g-select {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .index-message {
    padding: 40px 0;
  }
  .contact-us .item{
    height: 300px;
  }
  .index-message .item span {
    display: block;
    margin-bottom: 10px;
  }
  .index-entrance .text h1 {
    font-size: 18px;
  }
  .form-h1 .g-select2 span {
    margin-left: 2px;
  }
  .g-select .inptph {
    margin-left: 5%;
  }
  .ab-map .img1 {
    display: none;
  }
  .ab-map .box {
    display: none;
  }
  .ab-map .img2 {
    display: block;
  }
  .inner-ban {
    height: 300px;
  }
  .inner-ban h1 {
    font-size: 20px;
    padding-top: 160px;
  }
  .news-main ul li:nth-child(odd){
  margin-left: 0;
}
  .biology-text {
    width: auto;
    padding-left: 70px;
  }
  .biology-text h1 {
    font-size: 18px;
  }
  .biology-text h1:before {
    left: -71px;
    width: 60px;
  }
  .ulDiv li {
    width: 50%;
    margin: 2% 0;
  }
  .ulDiv li h1 {
    font-size: 26px;
  }
  .about-biology3 .text p {
    width: 100%;
  }
  .about-biology3 ul li {
    margin: 8px;
  }
  .about-business {
    margin-left: 0;
  }
  .about-business .box {
    margin-right: 1%;
  }
  .about-us1 .text h1 {
    font-size: 20px;
  }
  .about-us3 {
    height: 500px;
  }
  .about-us3 .main {
    width: 100%;
  }
  .newest .pic {
    width: 100%;
    float: none;
  }
  .newest .text {
    width: 100%;
    float: none;
  }
  .newest .text h1 {
    font-size: 16px;
  }
  .newest .text p {
    margin-top: 12px;
  }
  .newest .text span {
    position: static;
    display: block;
    margin-top: 14px;
  }
  .news-main ul li {
    width: 100%;
    float: none;
    margin-top: 1%;
  }
  .news-main ul li:nth-child(even){
    margin-left: 0!important;
  }
  .news-main .li2 {
    top: 0;
  }
  .index-entrance{
      display: none;
  }
  .news-main ul li .text {
    top: -30px;
    width: 90%;
  }
  .news-main ul {
    margin-bottom: 30px;
  }
  .news-details .leftcon {
    width: 100%;
    float: none;
  }
  .news-details .leftcon h1 {
    font-size: 20px;
  }
  .news-details .main {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .news-page {
    padding: 20px 10px;
  }
  .news-page .news-share {
    float: none;
  }
  .news-page h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .index-title h4 {
    width: 100%;
  }
  .sus-greenhouse2 ul li {
    width: 100%;
    float: none;
    margin: 1% 0;
  }
  .sus-greenhouse2 ol li {
    margin: 0;
    width: 46%;
  }
  .sus-greenhouse2 ol li p {
    font-size: 12px;
  }
  .sus-greenhouse2 ol li h1 {
    font-size: 26px;
  }
  .sus-sewage2 ul li {
    width: 48.8%;
  }
  .sus-sewage2 .icon {
    padding: 0 6px;
  }
  .sus-sewage2 .text p {
    font-size: 14px;
  }
  .sus-sewage3 .pic {
    width: 100%;
    float: none;
  }
  .sus-sewage3 .text {
    width: 100%;
    float: none;
  }
  .sus-sewage3 .text p {
    margin-top: 20px;
  }
  .iscc-system ul {
    margin-left: 0;
  }
  .iscc-system ul li {
    width: 100%;
    margin: 1% 0;
    height: auto;
  }
  .iscc-system ul li h1 {
    margin: 0;
    font-size: 26px;
  }
  .iscc-activitiesmain .box .text p {
    line-height: 18px;
  }
  .our-product ul li {
    width: 100%;
  }
  .product-market ul {
    margin-left: 0;
  }
  .product-market ul li {
    width: 100%;
    margin-left: 0;
  }
  .product-market ul li .text {
    height: auto;
  }
  .product-market ul li .text h1 {
    font-size: 16px;
  }
  .market-details .content {
    top: -74px;
    padding: 30px;
  }
  .product-introduce2 {
    margin-top: 0;
  }
  .product-introduce2 .index-title h1, .product-introduce2 .index-title p {
    color: #4a4949;
  }
  .product-introduce2 .pic {
    top: 0;
    position: static;
    width: 92%;
    margin: 20px auto;
  }
  .product-introduce3 {
    top: 16px;
  }
  .product-introduce3 .tablediv {
    margin-top: 20px;
  }
  .raw-material .pic {
    width: 100%;
    float: none;
  }
  .raw-material .text {
    width: 100%;
    float: none;
    padding: 16px 0;
  }
  .product-introduce4 {
    margin-top: 40px;
  }
  .product-pic {
    height: 116px;
  }
  .product-pic p {
    display: block;
  }
  .raw-material {
    margin-top: 20px;
  }
}
<!--0.00010299682617188-->