@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'hyshang';
  src: url(../fonts/HYSHANGWEISHOUSHUJ.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.eot) format('eot'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-bold';
  src: url(../fonts/roboto-bold.ttf) format('truetype'), url(../fonts/roboto-bold.eot) format('eot'), url(../fonts/roboto-bold.woff) format('woff'), url(../fonts/roboto-bold.woff2) format('woff2');
}
.container {
  width: 1420px;
}
#ewm{
  border: 4px solid #fff;
  width: 120px;
}
@-webkit-keyframes zy{
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes zy{
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}
@-o-keyframes zy{
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}
@keyframes zy{
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
.tit-p p{
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  color:#666;
}
#header {
  position: relative;
  background: #fff;
}
#header .h-top {
  background: #333333;
  height: 30px;
}
#header .h-top .h-tel p {
  color: #fff;
  font-size: 12px;
  line-height: 30px;
}
#header .h-top .i-time {
  margin-left: 30px;
}
#header .h-top .i-time p {
  color: #fff;
  font-size: 12px;
  line-height: 30px;
}
#header .h-top .language-choose {
  position: relative;
  height: 30px;
  line-height: 30px;
}
#header .h-top .language-choose span {
  height: 30px;
  display: block;
  cursor: pointer;
  background: url("../images/world.png") no-repeat left center;
  color: #ffffff;
}
#header .h-top .language-choose .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  background: #5d7b3d;
  text-align: left;
  z-index: 101;
}
#header .h-top .language-choose .sub-menu li {
  line-height: normal;
}
#header .h-top .language-choose .sub-menu li a {
  font-size: 12px;
  color: #fff;
  display: block;
  padding: 6px 10px;
}
#header .h-top .language-choose .sub-menu li:hover {
  background: #222;
}
#header .nav {
  height: 76px;
}
#header .nav .h-search {
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 0;
  z-index: 99;
}
#header .nav .h-search .fa {
  color: #000000;
  font-size: 16px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .logo {
  padding-top: 10px;
  width: 30%;
}
#header .nav .logo img{
  width: 38%;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 76px;
  height: 76px;
  position: relative;
  padding-right: 30px;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  vertical-align: top;
  padding: 0 30px;
}
#header .nav .menu-box .menu > li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  right: 0;
  top: 30px;
  background: #000000;
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
}
#header .nav .menu-box .menu > li:last-child:after {
  display: none;
}
#header .nav .menu-box .menu > li > a {
  font-size: 16px;
  color: #000000;
  display: block;
  position: relative;
}
#header .nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ffffff;
}
#header .nav .menu-box .menu > li:hover > a {
  color: #5d7b3d;
}
#header .nav .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #5d7b3d;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li,#header .nav .menu-box .menu > li .sub-menu .children li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
  position: relative
}
#header .nav .menu-box .menu > li .sub-menu .children,
#header .nav .menu-box .menu > li .sub-menu .children2{
  position: absolute;
  background: #5d7b3d;
  left: 100%;
  top:0;
  z-index: 3;
  width: 100%;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li:hover .children,
#header .nav .menu-box .menu > li .sub-menu li li:hover .children2{
  display: block;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}

#banner{
		position:relative;
	}
	#banner .banner-list .fa{
		width:60px;
		height:60px;
		right:60px;
    background: #7f9766;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: -60px;
    cursor: pointer;
	}
  #banner .banner-list img{
    width: 100%;
  }
  #banner .banner-list .fa-chevron-right{
    right:0;
    background: #005b55;
  }
	#banner .text{
		position: absolute;
    width: 40%;
    left: 15%;
    top: 46%;
    z-index: 8;
	}
	#banner .text h2{
		font-size:40px;
		color:#fff;
	}
  #header.h-header{
  position: fixed;
  width: 100%;
  top:0;
  left:0;
  z-index: 88;
   box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#index-body .i-about {
  padding: 60px 0 0 5%;
  background: #5d7b3d;
}
#index-body .i-about .i-about-text {
  background: #fff;
  width: 100%;
}
#index-body .i-about .i-about-text .grid-box .column:nth-child(2) {
  padding: 5% 13% 0 2%;
}
#index-body .i-about .i-about-text .grid-box .column:nth-child(2) h3 {
  font-family: 'calibri';
  padding-left: 88px;
  color: #c8d1c1;
  font-size: 29px;
  text-transform: uppercase;
}
#index-body .i-about .i-about-text .grid-box .column:nth-child(2) h2 {
  font-size: 30px;
  color: #333333;
  margin-bottom: 30px;
  padding-left: 88px;
  position: relative;
  font-weight:bold;
}
#index-body .i-about .i-about-text .grid-box .column:nth-child(2) h2:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 3px;
  background: #5d7b3d;
  left: 0;
  top: 22px;
}
#index-body .i-about .i-about-text .grid-box .column:nth-child(2) p {
  line-height: 35px;
  margin-bottom: 30px;
  font-size: 21px;
  color: #666666;
}
#index-body .i-about .i-about-text .grid-box .column:nth-child(2) a.more {
  display: block;
  padding-top: 30px;
  font-size: 18px;
}
#index-body .i-about .i-about-text .grid-box .column:nth-child(2) a.more:hover {
  color: #5d7b3d;
}
#index-body .i-num {
  padding: 80px 0;
}
#index-body .i-num .container {
  padding: 0 5%;
}
#index-body .i-num .container .grid-box .column {
  background: url(../images/line.png) no-repeat right top;
  padding: 0 3%;
  min-height: 160px;
}
#index-body .i-num .container .grid-box .column:nth-child(4) {
  background: none;
}
#index-body .i-num .container .grid-box .column h3 {
  font-size: 20px;
  color: #618b37;
  padding-left: 100px;
  background: url(../images/fa1.png) no-repeat 18% center;
}
#index-body .i-num .container .grid-box .column h3 i,
#index-body .i-num .container .grid-box .column h3 span {
  font-size: 60px;
  font-weight: 600;
}
#index-body .i-num .container .grid-box .column p {
  font-size: 18px;
  color:#333333;  line-height: 30px;
  margin-top: 10px;
  text-align: center;
}
#index-body .i-num .container .grid-box .column:nth-child(2) h3 {
  background: url(../images/fa2.png) no-repeat 13% center;
}
#index-body .i-num .container .grid-box .column:nth-child(3) h3 {
  background: url(../images/fa3.png) no-repeat 16% center;
}
#index-body .i-num .container .grid-box .column:nth-child(4) h3 {
  background: url(../images/fa4.png) no-repeat 16% center;
}
#index-body .i-product .swiper-container {
  width: 100%;
  height: 100%;
  padding: 80px 0;
}
#index-body .i-product .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(1);
}
#index-body .i-product .swiper-slide .img .layer {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 0;
  z-index: 8;
  text-align: center;
}
#index-body .i-product .swiper-slide .img .layer .inner-img{
  display: none;
}
#index-body .i-product .swiper-slide .img .layer img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}
#index-body .i-product .swiper-slide .img .layer h3 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}
#index-body .i-product .swiper-slide .img .layer p {
  font-size: 15px;
  color: #fff;
}
#index-body .i-product .swiper-slide-active,
#index-body .i-product .swiper-slide-duplicate-active {
  transform: scale(1.2);
  z-index: 999;
}
#index-body .i-others {
  margin-top: -100px;
  padding: 229px 0 100px;
  background: #fbf0db;
}
#index-body .i-others h2 {
  text-align: center;
  padding: 0 10%;
  font-size: 24px;
  line-height: 48px;
  color: #2a3321;
  margin-bottom:68px;
}
#index-body .i-others .others-list {
  margin-top: 40px;
}
#index-body .i-others .others-list .img-box {
  position: relative;
}
#index-body .i-others .others-list .img-box .h2 {
  position: absolute;
  font-size: 24px;
  color: #fff;
  left: 20px;
  top: 50%;
  z-index: 8;
  width: 100%;
}
#index-body .i-others .others-list .img-box .text {
  position: relative;
  padding: 15px 0;
  z-index: 6;
  background: #fbf0db;
}
#index-body .i-others .others-list .img-box .text h3 {
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
}
#index-body .i-others .others-list .img-box .text a.more {
  display: block;
  width: 100px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  border: #8e8d7a 2px solid;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-others .others-list .img-box:hover .text a.more {
  background: #8e8d7a;
  color: #fff;
}
#index-body .i-partner {
  padding: 40px 0 30px;
  background: url(../images/par-bg_02.jpg) no-repeat;
  background-size: cover;
}
#index-body .i-partner .tit img {
  display: block;
  margin: 0 auto;
}
#index-body .i-partner h3 {
  text-align: center;
  font-size: 30px;
  color: #FFFFFF;
  margin: 35px 0;
  line-height: 45px;
}
#index-body .i-partner h4 {
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  margin: 60px 0 0;
  line-height: 10px;
}
#index-body .i-partner .partner-list {
  margin-top: 50px;
}
#index-body .i-news {
  padding: 80px 0;
}
#index-body .i-news .grid-box .column:nth-child(1) {
  width: 34%;
}
#index-body .i-news .grid-box .column:nth-child(1) h2 {
  font-size: 30px;
  font-weight: bold;
}
#index-body .i-news .grid-box .column:nth-child(1) .new-list {
  margin-top: 20px;
}
#index-body .i-news .grid-box .column:nth-child(1) .new-list .img-box .text {
  position: relative;
  background: #fbf0db;
  z-index: 6;
  padding: 20px 5%;
}
#index-body .i-news .grid-box .column:nth-child(1) .new-list .img-box .text h2 {
  font-size: 20px;
  margin: 20px 0;
  font-weight: normal;
}
#index-body .i-news .grid-box .column:nth-child(1) .new-list .img-box .text a.more {
  font-size: 18px;
}
#index-body .i-news .grid-box .column:nth-child(1) .new-list .img-box .text a.more .fa {
  margin-left: 5px;
}
#index-body .i-news .grid-box .column:nth-child(2) {
  width: 66%;
  padding-left: 6%;
}
#index-body .i-news .grid-box .column:nth-child(2) a.more {
  float: right;
  font-size: 18px;
}
#index-body .i-news .grid-box .column:nth-child(2) a.more .fa {
  margin-left: 5px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-news .grid-box .column:nth-child(2) a.more:hover .fa {
  margin-left: 10px;
}
#index-body .i-news .grid-box .column:nth-child(2) ul {
  margin-top: 30px;
}
#index-body .i-news .grid-box .column:nth-child(2) ul li {
  padding: 20px 0;
}
#index-body .i-news .grid-box .column:nth-child(2) ul li h3 {
  font-size: 14px;
  color: #666;
}
#index-body .i-news .grid-box .column:nth-child(2) ul li h2 {
  color: #2a3321;
  font-size: 20px;
  margin: 10px 0;
  font-weight: 600;
}
#index-body .i-news .grid-box .column:nth-child(2) ul li h2 a:hover {
  color: #5d7b3d;
}
#index-body .i-news .grid-box .column:nth-child(2) ul li p {
  color: #666666;
  line-height: 25px;
  font-size:16px;
}
#footer a:hover {
  color: #5d7b3d !important;
}
#footer .footer-top {
  background: #333333;
  padding: 99px 0 66px;
}
#footer .footer-top .grid-box .column{
  width: 18.2%;
}
#footer .footer-top .grid-box .column:last-child{
width: 9%;
}
#footer .footer-top .grid-box .column h2 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 30px;
  background: url(../images/right.png) no-repeat 108px center;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}

#footer .footer-top .grid-box .column h2:hover {
  background: url(../images/right.png) no-repeat 118px center;
}
#footer .footer-top .grid-box .column:nth-child(3) h2 {
  background: url(../images/right.png) no-repeat 112px center;
}
#footer .footer-top .grid-box .column:nth-child(3) h2:hover {
  background: url(../images/right.png) no-repeat 138px center;
}
#footer .footer-top .grid-box .column:nth-child(4) h2{
  background: url(../images/right.png) no-repeat 138px center;
}
#footer .footer-top p {
  color: #949494;
  font-size: 14px;
}
#footer .footer-top ul li {
  line-height: 30px;
  margin: 5px 0;
  font-size: 16px;
  color: #d0d0d0;
}
#footer .footer-bottom {
  background: #333333;
  padding-bottom: 20px;
}
#footer .footer-bottom p {
  color: #808080;
  font-size: 14px;
  line-height: 30px;
  width: 25%;
  font-size: 16px;
}
#footer .footer-bottom p:nth-child(1) {
  width: 50%;
}
#footer .footer-bottom p .fa {
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
}

#footer .footer-bottom p .fa-douyin{
  width: 20px;
  height: 20px;
  background: url(../images/dy.png) no-repeat center;
  background-size: cover;
  margin-top: 5px;
}
#footer .footer-bottom p a {
  color: #808080;
  
}
#footer .footer-bottom p a:hover {
  color: #ffffff!important;
}
.w-img{
  position: relative;
}
.w-img img{
  display: none;
  width:80px !important;
  position: absolute;
  left:0;
  top:-60px;
}
.w-img:hover img{
  display: block;
}
@media screen and (max-width: 1450px) {
  .container {
    width: 1230px;
  }
  #header .nav .menu-box .menu > li {
    padding: 0 20px;
  }
  #header .nav .menu-box .menu > li > a {
    font-size: 15px;
  }
  #index-body .i-num .container .grid-box .column h3 i,
  #index-body .i-num .container .grid-box .column h3 span {
    font-size: 40px;
  }
  #index-body .i-about .i-about-text .grid-box .column:nth-child(2) p {
    line-height: 29px;
    margin-bottom: 12px;
    font-size: 18px;
  }
  #index-body .i-num .container .grid-box .column p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
}



@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #header .nav .menu-box .menu > li > a {
    font-size: 14px;
  }
  #header .nav .menu-box .menu > li {
    padding: 0 12px;
  }
  #index-body .i-about .i-about-text .grid-box .column:nth-child(2) p {
    line-height: 28px;
    margin-bottom: 0px;
    font-size: 16px;
  }
  #index-body .i-others {
    margin-top: -100px;
    padding: 150px 0 100px;
  }
  #index-body .i-about .i-about-text .grid-box .column:nth-child(2) h2,
  #index-body .i-others h2 {
    font-size: 25px;
    padding: 0;
  }
  #index-body .i-others .others-list .img-box .h2 {
    font-size: 18px;
    top: 18%;
  }
  #index-body .i-others .others-list .img-box .text h3 {
    color: #2a3321;
    font-size: 14px;
    margin-bottom: 10px;
  }
  #index-body .i-partner h3 {
    font-size: 25px;
    margin: 25px 0;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 700px;
  }
  #index-body .i-about .i-about-text .grid-box .column:nth-child(2) h3 {
    padding-left: 0;
    font-size: 18px;
  }
  #index-body .i-about .i-about-text .grid-box .column:nth-child(2) {
    padding: 2%;
  }
  #index-body .i-about .i-about-text .grid-box .column:nth-child(2) h2:after {
    display: none;
  }
  #index-body .i-about .i-about-text .grid-box .column:nth-child(2) h2,
  #index-body .i-others h2 {
    font-size: 18px;
    padding: 0;
    margin-bottom: 0px;
  }
  #index-body .i-about .i-about-text .grid-box .column:nth-child(2) p {
    line-height: 28px;
    margin-bottom: 0px;
    font-size: 14px;
  }
  #index-body .i-about .i-about-text .grid-box .column:nth-child(2) a.more {
    padding-top: 10px;
    font-size: 14px;
  }
  #index-body .i-num {
    padding: 40px 0;
  }
  #index-body .i-num .container {
    padding: 0;
  }
  #index-body .i-num .container .grid-box .column h3 {
    height: 60px;
    padding-left: 79px;
  }
  #index-body .i-num .container .grid-box .column h3 i,
  #index-body .i-num .container .grid-box .column h3 span {
    font-size: 20px;
  }
  #index-body .i-num .container .grid-box .column {
    padding: 0 1%;
  }
  #index-body .i-num .container .grid-box .column p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 6px;
  }
  #index-body .i-product .swiper-slide .img .layer h3,
  #index-body .i-news .grid-box .column:nth-child(1) h2 {
    font-size: 20px;
  }
  #index-body .i-others {
    padding: 100px 0;
  }
  #index-body .i-others h2 {
    line-height: 30px;
    font-size: 16px;
  }
  #index-body .i-news .grid-box .column ul li:nth-child(3) {
    display: none;
  }
  #index-body .i-news .grid-box .column:nth-child(2) ul li h2,
  #index-body .i-news .grid-box .column:nth-child(1) .new-list .img-box .text h2,
  #index-body .i-news .grid-box .column:nth-child(1) .new-list .img-box .text a.more {
    font-size: 16px;
  }
  #footer .footer-top .grid-box .column h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  #index-body .i-about {
    padding: 2%;
  }
  #index-body .i-about .grid-box.two > .column {
    width: 100%;
  }
  #index-body .i-num .container .grid-box .column {
    padding: 0 1%;
    width: 50%;
    background: none;
    min-height: 90px;
  }
  #index-body .i-num .container .grid-box .column h3 {
    padding-left: 94px;
    padding-top: 20px;
  }
  #index-body .i-num .container .grid-box .column p {
    display: none;
  }
  #index-body .i-num {
    padding: 20px 0 0;
  }
  #index-body .i-product .swiper-container {
    padding: 40px 0;
  }
  #index-body .i-others {
    margin-top: -80px;
    padding-bottom: 20px;
  }
  #index-body .i-others h2 {
    line-height: 28px;
    font-size: 14px;
  }
  #index-body .i-others .others-list {
    margin-top: 10px;
  }
  #index-body .i-partner h3 {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .i-partner .partner-list {
    margin-top: 10px;
  }
  #index-body .i-news {
    padding: 30px 0;
  }
  #index-body .i-news .grid-box .column {
    width: 100% !important;
  }
  #index-body .i-news .grid-box .column:nth-child(2) {
    display: none;
  }
  #index-body .i-product .swiper-slide .img .layer h3,
  #index-body .i-news .grid-box .column:nth-child(1) h2 {
    font-size: 18px;
  }
  #index-body .i-news .grid-box .column:nth-child(1) .new-list {
    margin-top: 10px;
  }
  #footer .footer-top {
    padding: 30px 0 10px;
  }
  #footer .footer-top .grid-box.five > .column {
    width: 50%;
    margin-bottom: 10px;
  }
  #footer .footer-top .grid-box .column h2 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #footer .footer-top ul li {
    line-height: 28px;
    margin: 2px 0;
    font-size: 14px;
  }
  #footer .footer-bottom p {
    width: 100% !important;
    text-align: center;
    font-size: 14px;
  }
}
.inner-banner {
  background: url(../images/inner-banner.jpg) center no-repeat;
  height: 380px;
  background-size: cover;
  padding-top: 130px;
}
.inner-banner .text {
  float: right;
  text-align: right;
}
.inner-banner .text h2 {
  font-size: 36px;
  font-weight: bold;
}
.inner-banner .text h2 a {
  display: block;
  position: relative;
}
.inner-banner .text h2 a span {
  color: #618b37;
}
.inner-banner .text h2 a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 28px;
  width: 69px;
  height: 3px;
  background: #262626;
}
.inner-banner .text p {
  font-family: 'Montserrat-Bold';
  color: #2d2d2d;
  font-size: 36px;
  text-transform: uppercase;
  margin: 10px 0;
}
.inner-banner .text img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.inner-banner .text img:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.inner-banner .text .fa{
  display: none;
}
.inner-page {
  padding: 95px 0 80px;
}
.about-page {
  padding-bottom: 0;
}
.about-page .init-1 {
  padding-bottom: 40px;
}
.about-page .init-1 .grid-box .column:nth-child(1) {
  width: 40%;
}
.about-page .init-1 .grid-box .column:nth-child(2) {
  width: 60%;
  padding-left: 5%;
  padding-top: 0;
}
.about-page.culture-page .init-1 .grid-box .column:nth-child(2){
  padding-top: 5%;
}
.about-page .init-1 .grid-box .column:nth-child(2) h2 {
  font-weight: bold;
  font-size: 72px;
  color: #618b37;
  text-transform: capitalize;
  font-family: 'roboto-bold';
}
.about-page .init-1 .grid-box .column:nth-child(2) h3 {
  font-size: 42px;
  font-weight: bold;
  margin: 10px 0 20px;
}
.about-page .init-1 .grid-box .column:nth-child(2) p {
  line-height: 30px;
  color: #666666;
  margin: 50px 0;
  font-size: 16px;
}
.about-page .init-2.init-num {
  padding: 100px 0;
  background: #569434;
}
.about-page .init-2.init-num .grid-box.two img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  cursor: pointer;
}
.about-page .init-2.init-num .grid-box.two img:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.about-page .init-2.init-num .grid-box.two .column.c1 {
  padding: 5% 5% 0 0;
}
.about-page .init-2.init-num .grid-box.two .column.c1 .h1 {
  font-size: 36px;
  color: #fff;
  line-height: 58px;
  position: relative;
  padding: 30px 0 0;
}
.about-page .init-2.init-num .grid-box.two .column.c1 .h1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 138px;
  height: 3px;
  background: #fff;
}
.about-page .init-2.init-num .grid-box.two .column.c1 .p1 {
  padding: 35px 0;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  padding-right: 5%;
}
.about-page .init-2.init-num .grid-box.two .column.c1 .i-shuzi {
  border: 2px solid #fff;
  padding: 20px;
}
.about-page .init-2.init-num .grid-box.two .column.c1 .i-shuzi .grid-box.four .column {
  padding: 0 2%;
  border-right: 2px solid #fff;
  text-align: center;
}
.about-page .init-2.init-num .grid-box.two .column.c1 .i-shuzi .grid-box.four .column:last-child {
  border-right: none;
}
.about-page .init-2.init-num .grid-box.two .column.c1 .i-shuzi .grid-box.four .column h3 {
  font-size: 14px;
  color: #fff;
}
.about-page .init-2.init-num .grid-box.two .column.c1 .i-shuzi .grid-box.four .column h4 {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  line-height: 45px;
}
.about-page .init-2.init-num .grid-box.two .column.c1 .i-shuzi .grid-box.four .column p {
  font-size: 14px;
  color: #fff;
}
.about-page .public-tit h2 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #d3d3d5;
}
.about-page .public-tit h3 {
  font-size: 42px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
}
.about-page .public-tit h3:after {
  content: '';
  position: absolute;
  width: 74px;
  height: 4px;
  background: #5d7b3d;
  left: 50%;
  margin-left: -37px;
  bottom: 0;
}
.about-page .public-tit p {
  text-align: center;
  font-size: 16px;
  color: #666666;
  padding-top: 20px;
}
.about-page .init-history {
  padding: 80px 0 0;
  background: url(../images/his-bg.jpg) no-repeat top center;
}
.about-page .init-strength {
  padding: 85px 0;
}
.about-page .init-strength .grid-box {
  margin-top: 60px;
}
.about-page .init-strength .grid-box .column {
  width: 30%;
  margin-right: 1%;
}
.about-page .init-strength .grid-box .column .text {
  width: 100%;
  background: #f2f7f0;
  padding: 12% 10%;
  min-height: 287px;
  margin-bottom: 15px;
}
.about-page .init-strength .grid-box .column .text h2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}
.about-page .init-strength .grid-box .column .text p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}
.about-page .init-strength .grid-box .column:nth-child(2) {
  width: 38%;
}
.about-page .init-strength .grid-box .column:nth-child(2) .text {
  margin: 10px 0 0;
}
.about-page .init-strength .grid-box .column:last-child {
  margin-right: 0;
}
.about-page .init-py {
  background: #f8f8f8;
  padding: 85px 0 10px;
}
.about-page .init-py .py-list {
  padding: 40px 0 0;
  position: relative;
}
.about-page .init-py .py-list .fa{
  font-size: 30px;
  color: #5a9837;
}
.about-page .init-py .py-list .fa-quote-right{
float: right;
}
.about-page .init-py .py-list img{
  display: block;
  margin: 0 auto;
}
.about-page .init-py .py-list .fa-quote-left{
margin: -40px 0 0 -40px;
}
.about-page .init-py .py-list .icon {
  width: 59px;
  height: 59px;
  background: url(../images/l.png) no-repeat center;
  left: 0;
  top: 30%;
  z-index: 8;
  position: absolute;
  cursor: pointer;
}
.about-page .init-py .py-list .right {
  left: auto;
  right: 0;
  background: url(../images/r.png) no-repeat center;
}
.about-page .init-py .py-list .swiper-slide {
  padding: 40px 18% 10px;
}
.about-page .init-py .py-list .swiper-slide .text p {
  font-size: 24px;
  text-align: center;
  line-height: 42px;
}
.about-page .init-py .py-list .swiper-slide .text div {
  color: #3a3a3a;
  font-size: 48px;
  text-align: center;
  padding-top: 40px;
}
.culture-page {
  padding-bottom: 0;
}
.culture-page .init-1 h4 {
  font-size: 44px;
  color: #333333;
  font-family: 'roboto-bold';
  line-height: 40px;
}
.culture-page .init-1 p {
  line-height: 40px !important;
}
.culture-page .init-2 {
  padding: 0 0 90px;
}
.culture-page .init-3 {
  /*padding: 90px 0;*/
  background: url(../images/cul-bg_03.jpg) repeat;
}
.culture-page .init-2 .init-con {
  margin-bottom: 48px;
  display: inline-block;
}
.culture-page .init-2 .init-con .column{
  vertical-align: middle;
}
.culture-page .init-2 .init-con .i-img {
  float: left;
}
.culture-page .init-2 .init-con .i-text {
  float: right;
  padding-top: 3%;
}
.culture-page .init-2 .init-con .i-text .text {
  /*margin-left: -30px;*/
  width: 70%;
  padding: 8% 7%;
  padding-right: 14%;
  position: relative;
  z-index: 8;
}
.culture-page .init-2 .init-con .i-text .text h2 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.culture-page .init-2 .init-con .i-text .text h2 span {
  font-size: 28px;
  font-weight: normal;
}
.culture-page .init-2 .init-con .i-text .text p {
  line-height: 30px;
  color: #666666;
  font-size: 16px;
}
.culture-page .init-2 .init-con:nth-child(2n) .i-img {
  float: right;
}
.culture-page .init-2 .init-con:nth-child(2n) .i-text {
  float: left;
}
.culture-page .init-2 .init-con:nth-child(2n) .i-text .text {
  margin-left: auto;
  margin-right: -30px;
  float: right;
}
.culture-page .init-2 .init-con:last-child {
  margin-bottom: 0;
}
.culture-page .init-3 .grid-box.two .column {
  width: 52%;
}
.culture-page .init-3 .grid-box.two .column:nth-child(1) {
  background: url(../images/cul-bg_03.jpg) repeat;
      padding: 12% 8% 0 8%;
}
.culture-page .init-3 .grid-box.two .column:nth-child(1) h2 {
  font-size: 30px;
  color: #fff; 
  font-weight:bold;
}
.culture-page .init-3 .grid-box.two .column:nth-child(1) h3 {
  color: rgba(255, 255, 255, 0.4);
  font-size: 25px;
  margin: 15px 0 40px;
}
.culture-page .init-3 .grid-box.two .column:nth-child(1) p {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  margin-bottom: 40px;
}
.culture-page .init-3 .grid-box.two .column:nth-child(1) h4 {
  font-size: 36px;
  color: #fff;
  float: right;
  position: relative;
  padding-right: 50px;
  padding-top: 25px;
  background: url(../images/p.png) no-repeat right top;
}
.culture-page .init-3 .grid-box.two .column:nth-child(2) {
  width: 48%;
}
.contact-page {
  padding-bottom: 0;
}
.contact-page .init-1 .grid-box .column:nth-child(1) {
  padding: 50px 0;
  padding-left: 14%;
  position: relative;
}
.contact-page .init-1 .grid-box .column:nth-child(1) .i-weixin {
  width: 108px;
  display: block;
  margin-left: 130px;
}
.contact-page .init-1 .grid-box .column:nth-child(1) .i-weixin p {
  text-align: center;
  font-size: 16px;
  padding: 8px 0;
}
.contact-page .init-1 .grid-box .column:nth-child(1) h2 {
  color: #3a3a3a;
  font-size: 32px;
  margin-bottom: 30px;
}
.contact-page .init-1 .grid-box .column:nth-child(1) ul li {
  margin: 10px 0;
}
.contact-page .init-1 .grid-box .column:nth-child(1) ul li h3 {
  padding: 15px 0;
  line-height: 30px;
  font-size: 16px;
  padding-left: 50px;
  background: url(../images/fa_03.jpg) no-repeat left center;
}
.contact-page .init-1 .grid-box .column:nth-child(1) ul li p {
  font-size: 16px;
  text-transform: capitalize;
  color: #3a3a3a;
}
.contact-page .init-1 .grid-box .column:nth-child(1) ul li:nth-child(2) h3 {
  background: url(../images/fa_06.jpg) no-repeat left center;
}
.contact-page .init-1 .grid-box .column:nth-child(1) ul li:nth-child(3) h3 {
  background: url(../images/fa_08.jpg) no-repeat left center;
}
.contact-page .init-1 .grid-box .column:nth-child(1) ul li:nth-child(4) h3 {
  background: url(../images/fa_10.jpg) no-repeat left center;
}
.contact-page .init-2 {
  padding: 100px 0;
}
.contact-page .init-2 h3 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #3a3a3a;
}
.contact-page .init-2 .grid-box.two .column {
  margin-bottom: 70px;
}
.contact-page .init-2 .grid-box.two .column h2 {
  font-size: 24px;
  color: #3a3a3a;
  margin-bottom: 10px;
}
.contact-page .init-2 .grid-box.two .column p {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.contact-page h2.h2 {
  text-align: center;
  font-size: 30px;
  color: #3a3a3a;
}
.contact-page p.p {
  padding: 30px 0;
  font-size: 16px;
  text-align: center;
  color:#666;
}
.contact-page .init-3 {
  padding: 100px 0;
  background: #eff6fa;
}
.contact-page .init-3 a.more {
  display: block;
  width: 170px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #618b37;
  margin: 0 auto;
  color: #fff;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.contact-page .init-3 a.more:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.contact-page .init-4 {
  padding: 100px 0;
}
.contact-page .init-4 input,
.contact-page .init-4 textarea {
  padding: 10px 20px;
  font-size: 16px;
  border: 2px solid #d2d2d2;
  font-size: 16px;
  width: 100%;
}
.contact-page .init-4 textarea {
  height: 180px;
  margin-bottom: 20px;
}
.contact-page .init-4 input[type="submit"] {
  background: #618b37;
  border: #618b37 2px solid;
  color: #fff;
}
.contact-page .init-4 ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}
.contact-page .init-4 ul li:nth-child(2n) {
  margin-right: 0;
}
.news-banner .text h2,
.product-banner .text h2,
.news-banner .text p,
.product-banner .text p {
  color: #fff;
}
.news-banner .text h2 a:after,
.product-banner .text h2 a:after {
  background: #fff;
}
.product-banner .text h2,
.honor-banner .text h2 {
  width: 237px;
  float: right;
}
.news-page {
  padding-top: 50px;
}
.news-page .init-1 .top-menu ul li {
  float: left;
  margin-right: 10px;
}
.news-page .init-1 .top-menu ul li a {
  display: block;
  padding: 13px 20px;
  font-size: 16px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.news-page .init-1 .top-menu ul li a:hover,
.news-page .init-1 .top-menu ul li a.active {
  background: #618b37;
  color: #fff;
}
.news-page .top-news {
  padding-top: 80px;
}
.news-page .top-news .grid-box.two .column {
  vertical-align: middle;
}
.news-page .top-news .grid-box.two .news-pic {
  width: 32%;
}
.news-page .top-news .grid-box.two .news-con {
  width: 68%;
  padding-left: 5%;
}
.news-page .top-news .grid-box.two .news-con h2 {
  font-size: 24px;
  color: #3a3a3a;
  font-weight: bold;
}
.news-page .top-news .grid-box.two .news-con:hover h2 {
  color: #618b37;
}
.news-page .top-news .grid-box.two .news-con p {
  line-height: 28px;
  color: #3a3a3a;
  font-size: 16px;
  padding: 20px 0;
}
.news-page .top-news .grid-box.two .news-con a.more {
  display: block;
  width: 100px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  background: #618b37;
  color: #fff;
  text-align: center;
}
.news-page .top-news .grid-box.two .news-con a.more:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.news-page .new-list {
  padding-top: 90px;
  margin-left: -15px;
}
.news-page .new-list .column {
  padding: 0 15px 20px;
}
.news-page .new-list .column .img-box {
  position: relative;
}
.news-page .new-list .column .img-box .new-con {
  position: relative;
  z-index: 8;
  background: #f5f5f5;
  padding: 25px;
}
.news-page .new-list .column .img-box .new-con h2 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #3a3a3a;
}
.news-page .new-list .column .img-box .new-con time {
  font-size: 16px;
}
.news-page .new-list .column .img-box:hover a {
  color: #618b37;
}
.pro-search {
  margin-top: -30px;
}
.pro-search form {
  position: relative;
}
.pro-search form input {
  width: 100%;
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 16px;
  border: none;
  padding-left: 60px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pro-search form input[type="submit"] {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: url(../images/search.png) no-repeat center;
  position: absolute;
  left: 20px;
  top: 33px;
  z-index: 8;
}
.product-page {
  background: #fbfafa;
  margin-top: -56px;
  padding-top: 90px;
}
.prodet-page {
    background: #fbfafa;
    margin-top: -55px;
    padding-top: 120px;
}
.prodet-page .children{
  display: none !important;
}
.product-page .side-top {
  padding: 10px 0;
}
.product-page .side-top.side-top2{
  position: fixed;
  width: 100%;
  top:0;
  left: 0;
  z-index: 88;
  background: #fbfafa;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.product-page .side-top li {
  float: left;
  width:13.6%!important;
  background: #fff;
    padding-bottom: 20px;
    margin-right: 0.8%;
    border-radius: 12px;
    position: relative;
}
.product-page .side-top li a{
  display: block;
}
.product-page .side-top li .fa{
  font-size: 26px;
  position: absolute;
  top:42px;
  right:30px;
  cursor: pointer;
}
.product-page .side-top li .children{
  display: none;
  position: absolute;
  width: 1200px;
  top:118%;
  z-index: 8;
  left:0;
}
.product-page .side-top li:last-child .children{
  left:auto;
  width: 650px;
  right: 0;
}
.product-page .side-top li .children li{
  float: left;
  background: none;
  width: auto !important;
  margin-right: 20px;
}
.product-page .side-top li .children li a{
  font-size: 16px;
  color: #666;

}
.product-banner .bread-crumbs{
  display: none;
}
.product-page .side-top li .children li a:hover{
      color: #618b37;
}
.product-page .side-top li:last-child{
  margin-right: 0;
}
.product-page.solution-det-page .side-top li{
  width:24.4%!important;
}
.product-page .side-top li .img {
  padding: 15px 0;
}
.product-page .side-top li .img>div.hid{
  display: none;
}
.product-page .side-top li .img .index-img{
display: none;
}
.product-page .side-top li .img img {
  display: block;
  margin: 0 auto;
  width: 35%;
}
.product-page .side-top.side-top2 li .img img{
  width: 28%;
}
.solution-det-page.product-page .side-top li .img img {
  width: 20%;
}
.product-page .side-top li .img .img1 {
  display: block;
}
.product-page .side-top li .img .img2 {
  display: none;
}
.product-page .side-top li p {
  text-align: center;
  font-size: 16px;
  padding: 0 20px;
}
.product-page .side-top.side-top2 li p{
  font-size: 15px;
}
.product-page .side-top li:hover .img .img1,
.product-page .side-top li.active .img .img1 {
  display: none;
}
.product-page .side-top li:hover .img .img2,
.product-page .side-top li.active .img .img2 {
  display: block;
}
.product-page .side-top li:hover p,
.product-page .side-top li.active p {
  color: #618b37;
}
.product-page .product-list {
  padding-top: 100px;
}
.product-page .product-list .grid-box .column {
  padding: 0 15px 15px;
}
.product-page .product-list .grid-box .column .pro-con {
  background: #fff;
}
.product-page .product-list .grid-box .column .pro-con p {
  padding: 20px 5%;
  text-align: center;
  font-size: 18px;
}
.product-page .product-list .grid-box .column .pro-con p a {
  position: relative;
}
.product-page .product-list .grid-box .column .pro-con p a:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  left: -30px;
  top: 12px;
  background: #000000;
}
.product-page .product-list .grid-box .column .pro-con p a:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  right: -30px;
  top: 12px;
  background: #000000;
}
.product-page .product-list .grid-box .column:hover p {
  color: #618b37;
}
.prodet-page .side-top {
  margin-top: -54px;
}
.prodet-page .side-top.side-top2{
  margin-top: 0;
}
.prodet-page .prodet-1 {
  padding: 60px 0 90px;
}
.prodet-page .prodet-1 .grid-box .column:nth-child(2).right {
  padding-left: 20px;
}
.prodet-page .prodet-1 .grid-box .column:nth-child(2) h2 {
  font-size: 30px;
  font-weight: bold;
}
.prodet-page .prodet-1 .grid-box .column:nth-child(2) p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 0;
}
.prodet-page .prodet-1 .grid-box .column:nth-child(2) .intro {
  padding: 20px 0 0;
}
.prodet-page .prodet-1 .grid-box .column:nth-child(2) .intro h3 {
  font-size: 18px;
  font-weight: bold;
}
.prodet-page .prodet-1 .grid-box .column:nth-child(2) .intro p {
  padding: 0;
}
.prodet-page .prodet-1 .grid-box .column:nth-child(2) .intro ul li{
  padding-left: 20px;
  position: relative;
  line-height: 30px;
  font-size: 16px;
}
.prodet-page .prodet-1 .grid-box .column:nth-child(2) .intro ul li:after{ 
  content: '';position: absolute;
  width: 6px;
  height: 6px;
  background: #7bb81f;
  left: 0;
  top:13px;
  }
.prodet-page .prodet-1 .grid-box .column:nth-child(2) .btn a {
  width: 30%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: block;
  margin-right: 20px;
  float: left;
  color: #000000;
  background: #fff;
  border: 1px solid #333;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.prodet-page .prodet-1 .grid-box .column:nth-child(2) .btn a .fa {
  margin-right: 6px;
}
.prodet-page .prodet-1 .grid-box .column:nth-child(2) .btn a:hover,
.prodet-page .prodet-1 .grid-box .column:nth-child(2) .btn a.active {
  color: #fff;
  background: #81b910;
  border: 1px solid #81b910;
}
.prodet-page .prodet-1 .prodet-intro {
  padding: 90px 0 0px;
}
.prodet-page .prodet-1 .prodet-intro ul li{
  padding-left: 20px;
    position: relative;
    line-height: 30px;
    font-size: 16px;
}
.prodet-page .prodet-1 .prodet-intro.prodet-intro2 ul li{
  float: left;
  margin-right: 30px;
}
.prodet-page .prodet-1 .prodet-intro ul li:after{ 
  content: '';position: absolute;
  width: 6px;
  height: 6px;
  background: #7bb81f;
  left: 0;
  top:13px;
  }
.prodet-page .prodet-1 .prodet-intro h3 {
  font-size: 24px;
  font-weight: bold;
}
.prodet-page .prodet-1 .prodet-intro table {
  width: 100% !important;
  margin-top: 20px;
  border: 1px solid #dcdcdc;
}
.prodet-page .prodet-1 .prodet-intro table tr td{
  width: 10% !important;
}
.prodet-page .prodet-1 .prodet-intro table tr:nth-child(1) {
  background: #ebf0e5;
}
.prodet-page .prodet-1 .prodet-intro table tr td {
  padding: 12px;
  text-align: center;
  border: 1px solid #dcdcdc !important;
  font-size: 14px;
}
.prodet-page .public-model {
  padding: 90px 0;
  background: #fff;
}
.prodet-page .public-model .grid-box.two .column h2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}
.prodet-page .public-model .grid-box.two .column:nth-child(1) {
  width: 60%;
  padding-right: 2%;
}
.prodet-page .public-model .grid-box.two .column:nth-child(1) .part1 {
  margin-bottom: 70px;
}
.prodet-page .public-model .grid-box.two .column:nth-child(1) .part1 ul {
  padding: 10px 0;
}
.prodet-page .public-model .grid-box.two .column:nth-child(1) .part1 ul li {
  width: 33.3%;
  margin-bottom: 10px;
  float: left;
}
.prodet-page .public-model .grid-box.two .column:nth-child(1) .part1 ul li .grid-box .column {
  width: 25%;
}
.prodet-page .public-model .grid-box.two .column:nth-child(1) .part1 ul li .grid-box .column:nth-child(2) {
  width: 75%;
  font-size: 18px;
}
.prodet-page .public-model .grid-box.two .column:nth-child(1) .part1 p {
  font-size: 16px;
  padding: 10px 0;
  line-height: 32px;
}
.prodet-page .public-model .grid-box.two .column:nth-child(1) .part1:nth-child(2) {
  margin-bottom: 0;
}
.prodet-page .public-model .grid-box.two .column:nth-child(2) {
  width: 40%;
}
.prodet-page .public-model .grid-box.two .column:nth-child(2) .part2 {
  margin-bottom: 70px;
}
.prodet-page .public-model .grid-box.two .column:nth-child(2) .part2 p {
  padding-left: 30px;
  line-height: 35px;
  font-size: 16px;
  position: relative;
}
.prodet-page .public-model .grid-box.two .column:nth-child(2) .part2 p:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 0;
  top: 15px;
}
.prodet-page .public-model .grid-box.two .column:nth-child(2) .part2:nth-child(2) {
  margin-bottom: 0;
}
.prodet-page .i-recommend {
  padding: 90px 0 30px;
}
.prodet-page .i-recommend h2 {
  font-size: 30px; 
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.prodet-page .i-recommend-1,.prodet-page .i-recommend2{
  display: none;
}
.prodet-page .i-recommend .swiper-slide .pro-con {
  background: #fff;
}
.prodet-page .i-recommend .swiper-slide .pro-con p {
  padding: 20px 5%;
  text-align: center;
  font-size: 18px;
}
.prodet-page .i-recommend .swiper-slide .pro-con p a {
  position: relative;
}
.prodet-page .i-recommend .swiper-slide .pro-con p a:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  left: -30px;
  top: 12px;
  background: #000000;
}
.prodet-page .i-recommend .swiper-slide .pro-con p a:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  right: -30px;
  top: 12px;
  background: #000000;
}
.prodet-page .i-recommend .swiper-slide:hover p {
  color: #618b37;
}
.prodet-page .i-recommend .i-recommend-list,
.prodet-page .i-recommend .i-recommend-list2 {
  padding-top: 40px;
}
.honor-page {
  padding-top: 70px;
}
.honor-page .column {
  width:33.3% !important;
  padding: 0 30px 0 0px;
  margin-bottom: 40px;
  cursor: pointer;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.honor-page .column img{
  width: 50%;
}
.honor-page .column h3 {
  margin: 15px 0;
  font-size: 18px;
}
.honor-page .column p {
  color: #666;
  line-height: 28px;
  font-size: 16px; 
  margin-top: 20px;
  padding: 10px;
  background: #eee;
}
.honor-page .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.zp-page h2 {
  text-align: center;
  font-size: 35px;
}
.page-text{
  padding: 30px 0;
}
.page-text p{
  line-height: 30px;
  font-size: 16px;
}
.zp-page .zp-tit {
  background: #618b37;
  margin-top: 50px;
  color: #fff;
  height: 60px;
  line-height: 60px;
}
.zp-page .zp-tit .column {
  font-size: 18px;
}
.zp-page .zp-tit .column:nth-child(1) {
  padding-left: 30px;
}
.zp-page .zp-tit .column:nth-child(1) .fa {
  margin-left: 10px;
  font-size: 12px;
}
.zp-page .faq-list li {
  cursor: pointer;
  position: relative;
  margin-bottom: 2px;
}
.zp-page .faq-list li,
.zp-page .faq-list li .faq-a,
.zp-page .faq-list li .fa {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.zp-page .faq-list li:last-child {
  margin-bottom: 0;
}
.zp-page .faq-list li .faq-a {
  font-size: 18px;;
  line-height: 30px;
  padding: 20px 0;
  background: #f1f1f0;
}
.zp-page .faq-list li .faq-a .column {
  font-size: 18px;
}
.zp-page .faq-list li .column:nth-child(4) {
  width: 20%;
}
.zp-page .faq-list li .column:nth-child(5){
text-align: center;
}
.zp-page .faq-list li .faq-a .column:nth-child(1) {
  padding-left: 30px;
}
.zp-page .faq-list li .faq-a .column:last-child .fa {
  margin-left: 10px;
  font-size: 12px;
}
.zp-page .faq-list li .faq-q {
  padding: 29px 24px;
  background: #fff;
  display: none;
}
.zp-page .faq-list li .faq-q p {
  font-size: 16px;
  color: #333;
}
.solution-page h2.h2 {
  text-align: center;
  color: #181818;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight:bold; 
}
.solution-page p.p {
  text-align: center;
  color: #181818;
  font-size: 18px;
  line-height: 32px;
  padding: 0 20%;
}
.solution-page .grid-box {
  padding-top: 60px;
}
.solution-page .grid-box .column {
  width: 32.6%;
  margin-right: 1%;
}
.solution-page .grid-box .column:nth-child(3) {
  margin-right: 0;
}
.solution-page .grid-box .column .img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
}
.solution-page .grid-box .column .img .img-box {
  position: relative;
}
.solution-page .grid-box .column .img .img-box .layer {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 8;
  position: absolute;
  padding-top: 55%;
}
.solution-page .grid-box .column .img .img-box .layer img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  display: block;
  margin: 0 auto;
  width: 15%;
}
.solution-page .grid-box .column .img .img-box .layer h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  padding: 10px 0;
  font-weight:bold;
}
.solution-page .grid-box .column .img .img-box .layer p {
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.solution-page .grid-box .column .img .img-box .layer:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
.solution-page .grid-box .column:nth-child(2) .img {
  margin-bottom: 12px;
}
.solution-page .grid-box .column:nth-child(2) .img .layer {
  padding-top: 25%;
}
.inner-tit h2 {
  text-align: center;
  color: #618b37;
  font-size: 30px;
  font-weight:bold;
}
.inner-tit h2 a {
  position: relative;
}
.inner-tit h2 a:after {
  content: '';
  position: absolute;
  width: 66px;
  height: 2px;
  left: -90px;
  top: 20px;
  background: #dbdbdb;
  font-weight:bold;
}
.inner-tit h2 a:before {
  content: '';
  position: absolute;
  width: 66px;
  height: 2px;
  right: -90px;
  top: 20px;
  background: #dbdbdb;
}
.inner-tit h3 {
  font-size: 16px;
  text-align: center;
  color: #858585;
}
.inner-tit p {
  padding: 50px 5%;
  line-height: 32px;
  color: #000;
  font-size: 18px;
  text-align: center;
}
.solution-det-page {
  background: #fff;
}
.solution-det-page .side-top {
  padding: 0 10%;
}
.solution-det-page .side-top2 {
  padding: 0 20%;
}
.solution-det-page .init-2 {
  padding: 70px 0 0;
}
.solution-det-page .init-2 .init-3,.init .init-2-p{
  display: none;
}
.solution-det-page .init-3 {
  padding: 58px 0 70px;
  background: url(../images/solu-det_03.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 60px;
}
.solution-det-page .init-3 h2,
.solution-det-page .init-3 h3,
.solution-det-page .init-3 p {
  color: #fff;
  text-align: center;
}
.solution-det-page .init-3 h2 {
  font-size: 48px;
  font-weight:bold;
}
.solution-det-page .init-3 h3 {
  font-size: 16px;
  text-transform: capitalize;
}
.solution-det-page .init-3 p {
  line-height: 28px;
  font-size: 12px;
}
.solution-det-page .init .h3{
  display: none;
}
.solution-det-page .product-list {
  padding-top: 50px;
}
.respon-page .init-1 {
  position: relative;
}
.respon-page .init-1 .text {
  position: absolute;
  width: 40%;
  right: 6%;
  top: 25%;
}
.respon-page .init-1 .text h2 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.respon-page .init-1 .text h2:after {
  content: '';
  position: absolute;
  width: 88px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  bottom: 0;
}
.respon-page .init-1 .text h2 span {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 5px;
}
.respon-page .init-1 .text p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
.respon-page .init-2 {
  padding: 100px 0 70px;
}
.respon-page .init-2 h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 40px 0;
  background: url(../images/h2-bg.png) no-repeat center;
}
.respon-page .init-2 h3 {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  padding: 30px 5%;
}
.respon-page .init-2 img {
  display: block;
  margin: 40px auto;
}
.respon-page .init-2 ul {
  padding: 30px 8%;
}
.respon-page .init-2 ul li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 1%;
  background: #499300;
  padding: 0 20px;
}
.respon-page .init-2 ul li p {
  font-size: 18px;
  color: #fff;
  line-height: 58px;
}
.respon-page .init-2 ul li p span {
  font-size: 16px;
  font-weight: bold;
  margin-left: 3px;
}
.respon-page .init-2 ul li:nth-child(2n) {
  margin-right: 0;
}
.init-3-public ul li {
  margin-bottom: 50px;
}
.init-3-public ul li .grid-box .column {
  vertical-align: middle;
}
.init-3-public ul li .grid-box .i-img {
  float: left;
  width: 55%;
}
.init-3-public ul li .grid-box .i-text {
  float: right;
  width: 45%;
  padding-left: 4%;
  padding-top: 8%;
  padding-right: 4%;
}
.init-3-public ul li .grid-box .i-text h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}
.init-3-public ul li .grid-box .i-text h2:after {
  content: '';
  position: absolute;
  width: 88px;
  height: 4px;
  background: #618b37;
  left: 0;
  bottom: 0;
}
.init-3-public ul li .grid-box .i-text p {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.init-3-public ul li:nth-child(2n) .i-img {
  float: right;
}
.init-3-public ul li:nth-child(2n) .i-text {
  float: left;
  padding-left: 4%;
  padding-right: 4%;
}
.shuixing-page {
  background: #f6f5f5;
  padding-bottom: 0;
}
.shuixing-page .init-1 h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.shuixing-page .init-1 p.p {
  text-align: center;
  font-size: 16px;
  color: #666;
}
.shuixing-page .init-1 .grid-box {
  margin-top: 110px;
}
.shuixing-page .init-1 .grid-box .column {
  padding: 0 2%;
  text-align: center;
}
.shuixing-page .init-1 .grid-box .column .img {
  height: 102px;
}
.shuixing-page .init-1 .grid-box .column .img img {
  display: block;
  margin: 0 auto;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  cursor: pointer;
}
.shuixing-page .init-1 .grid-box .column h3 {
  font-size: 24px;
  margin: 20px 0;
  font-weight:bold;
}
.shuixing-page .init-1 .grid-box .column p {
  color: #666666;
  font-size: 16px;
}
.shuixing-page .init-1 .grid-box .column:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
.shuixing-page .sx-list {
  padding-top: 80px;
}
.shuixing-page .sx-list .swiper-slide .pro-con {
  background: #fff;
}
.shuixing-page .sx-list .swiper-slide .pro-con p {
  padding: 20px 5%;
  text-align: center;
  font-size: 18px;
}
.shuixing-page .sx-list .swiper-slide .pro-con p a {
  position: relative;
}
.shuixing-page .sx-list .swiper-slide .pro-con p a:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  left: -30px;
  top: 12px;
  background: #000000;
}
.shuixing-page .sx-list .swiper-slide .pro-con p a:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  right: -30px;
  top: 12px;
  background: #000000;
}
.shuixing-page .sx-list .swiper-slide:hover p {
  color: #618b37;
}
.shuixing-page .init-3-public {
  padding: 80px 0;
}
.shuixing-page .init-3-public ul li .column {
  width: 50%;
}
.shuixing-page .i-world {
  position: relative;
}
.shuixing-page .i-world img{
  width: 100%;
}
.shuixing-page .i-world .text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 8;
  left: 0;
  top: 33%;
}
.shuixing-page .i-world .text h3 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.shuixing-page .i-world .text p {
  font-size: 16px;
  color: #fff;
}
.envir-banner .text h2 {
  width: 256px;
}
.envir-page {
  padding-bottom: 0;
}
.envir-page h2.h2 {
  font-size: 24px;
  text-align: center;
  padding: 0 6%;
}
.envir-page .tit2 {
  padding-top: 6%;
}
.envir-page .tit2 h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 50px 0 30px;
  background: url(../images/h2-bg.png) no-repeat center;
}
.envir-page .tit2 p {
  text-align: center;
  font-size: 16px;
  color: #666666;
}
.envir-page .init-3-public {
  padding: 60px 0 90px;
}
.envir-page .init-3-public ul {
  background: #f6f6f6;
}
.envir-page .init-3-public ul li {
  margin-bottom: 0;
}
.envir-page .init-3-public .grid-box .column {
  width: 50%;
}
.envir-page .i-envir-02 {
  background: url(../images/envir-02_06.jpg) no-repeat center;
  height: 682px;
  background-size: cover;
}
.envir-page .i-envir-02 .container {
  position: relative;
  height: 682px;
}
.envir-page .i-envir-02 h3 {
  font-size: 30px;
  font-weight: bold;
}
.envir-page .i-envir-02 p {
  font-size: 16px;
  color: #666;
}
.envir-page .i-envir-02 .text1 {
  position: absolute;
  right: 10%;
  top: 6%;
  width: 30%;
}
.envir-page .i-envir-02 .text2 {
  position: absolute;
  left: 8%;
  bottom: 14%;
  width: 33%;
}
.envir-page .init-3 {
  padding: 0 0 90px;
}
.envir-page .init-3 .grid-box {
  padding-top: 80px;
}
.envir-page .init-3 .grid-box .column {
  padding: 0 2%;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  cursor: pointer;
}
.envir-page .init-3 .grid-box .column img {
  display: block;
  margin: 0 auto;
}
.envir-page .init-3 .grid-box .column h2 {
  font-size: 30px;
  font-weight:bold;
  text-align: center;
  padding: 20px 0;
}
.envir-page .init-3 .grid-box .column p {
  text-align: center;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}
.envir-page .init-3 .grid-box .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.envir-page .init-4 .tit2 {
  padding-top: 0;
}
.envir-page .init-4 .res-list {
  padding-top: 40px;
}
.envir-page .init-4 .res-list .img-box {
  position: relative;
}
.envir-page .init-4 .res-list .img-box img{
  width: 100%;
}
.envir-page .init-4 .res-list .img-box .layer {
  position: absolute;
  width: 100%;
  top: 40%;
  padding: 0 10%;
  z-index: 8;
}
.envir-page .init-4 .res-list .img-box .layer p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.kjj-banner .text h2 {
  width: 200px;
  float: right;
}
.kjj-banner .text h2 a:after {
    left: -70px;
}
.compostable-page .init-1 h2 {
  font-size: 24px;
  padding: 0 5%;
}
.compostable-page .tit2 h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 50px 0 30px;
  background: url(../images/h2-bg.png) no-repeat center;
}
.compostable-page .tit2 p {
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.compostable-page .init-3-public ul {
  margin-top: 80px;
  background: #fff;
}
.compostable-page .init-3-public ul li {
  margin-bottom: 0;
}
.compostable-page .init-3-public ul li .grid-box .i-text {
  padding-right: 8%;
  padding-top: 8%;
}
.compostable-page .init-3-public ul li .grid-box .i-text h2 {
  padding-bottom: 0;
}
.compostable-page .init-3-public ul li .grid-box .i-text h2:after {
  display: none;
}
.compostable-page .init-3-public ul li .grid-box .i-text p {
  font-size: 16px;
}
.compostable-page .init-3-public ul li:nth-child(2n) .i-text {
  padding-left: 5%;
}
.newdet-page .news-content{
    padding-top:50px;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #014fa2 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
  
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #014fa2;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #014fa2;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #014fa2;
  text-decoration: underline;
}
.what-pando-page .what-pando-3 .title{
    text-align:center;
    font-size:18px;
    padding:10px 10%; line-height:35px;
}
.what-pando-page .what-pando-3 .box {
  padding-top: 70px;
}
.what-pando-page .what-pando-3 .box ul li {
  vertical-align: bottom;
  text-align: center;
}
.what-pando-page .what-pando-3 .box ul li .box2 {
  padding: 0 50px;
}
.what-pando-page .what-pando-3 .box ul li h4 {
  font-size: 28px;
  color: #4e4243;
}
.what-pando-page .what-pando-3 .box ul li p {
  display: block;
  font-size: 16px;
  color: #4e4243;
  line-height: 22px;
  margin: 15px 0 25px;
  min-height: 110px;
}
.what-pando-page .what-pando-3 h5 {
  display: block;
  font-size: 20px;
  font-family: "ebrimabd";
  color: #4d4d4d;
  margin-top: 35px;
  text-align: right;
}
.what-pando-page .what-pando-3 h5{
  background: url(/template/cn/images/logo.png) no-repeat 78% center;
  padding: 20px 0;
  background-size: 10%;
}
.prodet-page .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .left ul li i,
.prodet-page .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .left .four ul .slick-current li a {
	border-color:#014fa2;
}
.prodet-page .prodet-1 .left ul .slick-arrow,.prodet-page .prodet-1 .right ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: #618b37;
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.prodet-page .prodet-1 .left ul .slick-arrow.slick-prev,.prodet-page .prodet-1 .right ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .prodet-1 .left ul .slick-arrow.slick-next,.prodet-page .prodet-1 .right ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .prodet-1 .right ul .slick-arrow.slick-next{
  right: 30px;
}
.prodet-page .prodet-1 .left{
    padding:0 5%;
}
#wowslider-container1 .ws_playpause{
    display:none;
}

.bread-crumbs {
  padding: 20px 0;
  font-size: 12px;
  margin-top: 7px;
}
.bread-crumbs .fa {
  font-size: 16px;
  margin-right: 8px;
  color: #3a3a3a;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: #3a3a3a;
}
.bread-crumbs a:hover {
  color: #3a3a3a;
}
.m-page {
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
  margin-top: 38px;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  margin: 0 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  letter-spacing: normal;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child,
.m-page a:last-child {
  background-image: url(../images/m-page-arr-r.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #cdcdcd;
  box-shadow: none;
}
.m-page a:first-child {
  background-image: url(../images/m-page-arr-l.png);
}
.m-page a:hover {
  color: #fff;
  background-color: #00944e;
}
.m-page a:active {
  background: #00944e;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #00944e;
}

.aw-history{
	padding: 20px 0 0;
	background: url(../images/aa04.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
}
.aw-history .title{
	text-align: center;
	width: 100%;
	margin-bottom:50px;
}
.aw-history .title h2{
	font-size: 48px;
	color: #333333;
	line-height: 67px;
	font-weight: bold;
}
.aw-history .title span{
	font-size: 24px;
	color: #000;
	padding-left: 52px;
	background: url(../images/pro05.png) no-repeat left center;
	line-height: 32px;
	display: inline-block;
}
.pc-history{
	width: 100%;
	height: 548px;
	overflow: hidden;
	background: url(../images/aa08.png) no-repeat center;
}
.pc-history .btns{
	width: 107px;
	height: 107px;
	position: absolute;
	top: 54%;
	margin-top: 3px;
	transition:background 0.3s;
	z-index: 2;
}
.pc-history .btns.prev{
	background: url(../images/aa06.png) no-repeat center;
	left: -31px;
}
.pc-history .btns.prev:hover{
	background: url(../images/aa06_h.png) no-repeat center;
}
.pc-history .btns.next{
	background: url(../images/aa07.png) no-repeat center;
	right: -31px;
}
.pc-history .btns.next:hover{
	background: url(../images/aa07_h.png) no-repeat center;
}
.pc-history .box{
	width: 1065px;
	margin: 0 auto;
	height: 100%;
}
.pc-history .box ul{
	position: relative;
}
.pc-history .box li{
	width:200px;
	float: left;
	position: relative;
	margin-left: -50px;
}
.pc-history .box li.even{
	margin-bottom: 30px;
	padding-bottom: 100px;
	background: url(../images/aa05.png) no-repeat center bottom;
}
.pc-history .box li.odd{
	margin-top: 270px;
	padding-top: 100px;
	background: url(../images/aa05.png) no-repeat center top;
}
.pc-history .box li:first-child{
	margin-left: 0;
}
.pc-history .box ul{
	float: left;
}
.pc-history .box h2{
	font-size: 20px;
	color: #404040;
	font-weight: bold;
	line-height: 34px;
}
.pc-history .box p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.history-page .init-5 .init-5-bottom {
  height: 110px;
}
.history-page .init-5 .init-5-bottom p{
text-align: center;
    font-size: 24px;
    padding: 10px 10%;
    line-height: 35px;
}
.history-page .init-5 .init-5-bottom li.active{
  display: list-item;
}
.history-page .init-5 .init-5-top {
  padding:50px 0 10px;
}
.history-page .init-5 .init-5-top .content li{
  width:8.33%; float: left;
  padding-top:20px;
  height: 228px;
  background: #e7f8e9;
  cursor: pointer;
}
.history-page .init-5 .init-5-top .content li:hover{
animation: zy 1s ease-out forwards;
}
.history-page .init-5 .init-5-top .content li a h3{
  font-size: 20px; color: #fff;
  text-align: center;
  font-weight: bold;
}
.history-page .init-5 .init-5-top .content li:nth-child(2){
  background: #d8f3dc;
}
.history-page .init-5 .init-5-top .content li:nth-child(3){
  background: #cbe5cf;
}
.history-page .init-5 .init-5-top .content li:nth-child(1),
.history-page .init-5 .init-5-top .content li:nth-child(2),
.history-page .init-5 .init-5-top .content li:nth-child(3),
.history-page .init-5 .init-5-top .content li:nth-child(4){
  margin-top:130px;
}
.history-page .init-5 .init-5-top .content li:nth-child(5),
.history-page .init-5 .init-5-top .content li:nth-child(6),
.history-page .init-5 .init-5-top .content li:nth-child(7),
.history-page .init-5 .init-5-top .content li:nth-child(8),
.history-page .init-5 .init-5-top .content li:nth-child(9){
  height: 268px;
  margin-top:90px;
}
.history-page .init-5 .init-5-top .content li:nth-child(4){
  background: #bfd8c3;
}
.history-page .init-5 .init-5-top .content li:nth-child(5){
  background: #95d5b2;
}
.history-page .init-5 .init-5-top .content li:nth-child(6){
  background: #8cc8a8;
}

.history-page .init-5 .init-5-top .content li:nth-child(10),
.history-page .init-5 .init-5-top .content li:nth-child(11){
  height:308px;
  margin-top:50px;
}
.history-page .init-5 .init-5-top .content li:nth-child(7){
  background: #40916c;
}
.history-page .init-5 .init-5-top .content li:nth-child(8){
  background: #38805f;
}
.history-page .init-5 .init-5-top .content li:nth-child(9){
  background: #337557;
}
.history-page .init-5 .init-5-top .content li:nth-child(12){
height:358px;
}
.history-page .init-5 .init-5-top .content li:nth-child(10){
  background: #284e3e;
}
.history-page .init-5 .init-5-top .content li:nth-child(11){
  background: #1b4332;
}
.history-page .init-5 .init-5-top .content li:nth-child(12){
  background: #143527;
}



@media screen and (max-width: 1450px) {
  .about-page .init-1 .grid-box .column:nth-child(2) {
    padding-top: 5px;
  }
  .about-page .init-1 .grid-box .column:nth-child(2) h2 {
    font-size: 58px;
}
.contact-page .init-1 .grid-box .column:nth-child(1) {
    padding-left: 8%;
}
.solution-det-page .side-top {
    padding: 0 24%;
}
}
@media screen and (max-width: 1230px) {
  .about-page .init-1 .grid-box .column:nth-child(2) h2 {
    font-size: 30px;
  }
  .about-page .init-1 .grid-box .column:nth-child(2) h3 {
    font-size: 30px;
    margin: 5px 0;
  }
  .about-page .init-2 .grid-box.two .column.c1 .h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .contact-page .init-1 .grid-box .column:nth-child(1) {
    padding-left: 5%;
  }
  .culture-page .init-2 .init-con .i-text .text h2,
  .culture-page .init-2 .init-con .i-text .text h2 span {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .about-page .init-1 {
    padding-bottom: 15px;
  }
  .culture-page .init-2 .init-con .i-text {
    padding-top: 1%;
  }
  .culture-page .init-2 .init-con .i-text .text {
    width: 100%;
    padding: 8% 7%;
    padding-right: 4%;
  }
  .culture-page .init-3 .grid-box.two .column:nth-child(1) h2 {
    font-size: 25px;
  }
  .culture-page .init-3 .grid-box.two .column:nth-child(1) h3 {
    font-size: 20px;
    margin: 5px 0 10px;
  }
  .culture-page .init-3 .grid-box.two .column:nth-child(1) p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .culture-page .init-3 .grid-box.two .column:nth-child(1) h4 {
    font-size: 22px;
  }
  .envir-page h2.h2,
  .init-3-public ul li .grid-box .i-text h2 {
    font-size: 25px;
  }
  .respon-page .init-1 .text {
    width: 60%;
    top: 16%;
  }
  .shuixing-page .i-world .text h3 {
    font-size: 30px;
  }
  .solution-page .grid-box .column .img .img-box .layer h2 {
    font-size: 16px;
  }
  .what-pando-page .what-pando-3 h5 {
    background: url(/template/cn/images/logo.png) no-repeat 70% center;
  }
}
@media screen and (max-width: 768px) {
  .inner-banner .text h2,
  .inner-banner .text p {
    font-size: 25px;
  }
  .inner-banner .text h2 a:after {
    top: 16px;
  }
  .about-page .init-1 .grid-box .column:nth-child(2) {
    padding-top: 0;
  }
  .about-page .init-1 .grid-box .column:nth-child(2) h2 {
    font-size: 20px;
  }
  .about-page .init-1 .grid-box .column:nth-child(2) h3 {
    font-size: 25px;
    margin: 5px 0;
  }
  .about-page .init-1 .grid-box .column:nth-child(2) p {
    line-height: 25px;
    margin: 0;
    font-size: 14px;
  }
  .about-page .init-2 .grid-box.two .column.c1 .h1 {
    font-size: 20px;
    line-height: 32px;
  }
  .about-page .init-2 .grid-box.two .column.c1 .p1 {
    padding: 5px 0;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    padding-right: 5%;
  }
  .about-page .init-2 .grid-box.two .column.c1 .i-shuzi .grid-box.four .column h4 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 45px;
  }
  .about-page .public-tit h3 {
    font-size: 25px;
  }
  .about-page .public-tit h2 {
    font-size: 20px;
  }
  .about-page .init-py .py-list .swiper-slide .text h2 {
    font-size: 30px;
  }
  .contact-page {
    padding: 30px 0 0;
  }
  .contact-page .init-1 .grid-box .column:nth-child(1) h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .contact-page .init-1 .grid-box .column:nth-child(1) ul li h3 {
    font-size: 20px;
  }
  .contact-page .init-2 {
    padding: 30px 0;
  }
  .contact-page .init-1 .grid-box .column:nth-child(1) {
    padding: 0;
    padding-left: 5%;
    width: 100%;
  }
  .contact-page .init-1 .grid-box .column:nth-child(2){
width: 100%;
  }
  .culture-page .init-1 h4 {
    font-size: 30px;
    padding-left: 0;
    line-height: 30px;
  }
  .culture-page .init-1 p {
    line-height: 28px !important;
  }
  .culture-page .init-2 {
    padding: 30px 0;
  }
  .culture-page .init-3 .grid-box.two .column,
  .culture-page .init-3 .grid-box.two .column:nth-child(2) {
    width: 100%;
  }
  .envir-page .init-4 .res-list .img-box .layer p {
    font-size: 14px;
    line-height: 26px;
  }
  .honor-page .grid-box.five > .column {
    width: 33.3%;
  }
  .compostable-page .init-1 h2,
  .compostable-page .tit2 h3 {
    font-size: 25px;
  }
  .compostable-page .init-3-public ul li .grid-box .i-text {
    padding-right: 4%;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .news-page .top-news .grid-box.two .news-con h2 {
    font-size: 18px;
  }
  .product-page .side-top li {
    width: 20% !important;
  }
  .product-page .product-list {
    padding-top: 30px;
  }
  .prodet-page .prodet-1 .grid-box .column:nth-child(2) h2 {
    font-size: 25px;
  }
  .prodet-page .prodet-1 .grid-box .column:nth-child(2) .btn a {
    width: 50%;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .prodet-intro h3,
  .prodet-page .public-model .grid-box.two .column h2,
  .prodet-page .i-recommend h2 {
    font-size: 20px;
  }
  .respon-page .init-1 .text h2 {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .respon-page .init-1 .text p {
    font-size: 14px;
    line-height: 26px;
  }
  .respon-page .init-2 h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .init-3-public ul li .grid-box .i-text p {
    font-size: 14px;
    line-height: 28px;
  }
  .envir-page h2.h2,
  .init-3-public ul li .grid-box .i-text h2 {
    font-size: 20px;
  }
  .init-3-public ul li .grid-box .i-img {
    width: 100%;
  }
  .init-3-public ul li .grid-box .i-text {
    width: 100%;
    padding-left: 4%;
    padding-top: 3%;
  }
  .shuixing-page .init-1 h2 {
    font-size: 25px;
  }
  .solution-page .grid-box .column:nth-child(2) .img .layer {
    padding-top: 16%;
  }
  .solution-det-page .side-top {
    padding: 0;
  }
  .solution-det-page .init-3 h3 {
    font-size: 30px;
  }
  .what-pando-page .what-pando-3 h5 {
    background: url(/template/cn/images/logo.png) no-repeat 49% center;
    background-size: 30%;}
}

@media screen and (max-width: 700px) {
  .inner-banner {
    height: 200px;
    padding-top: 38px;
  }
  .inner-banner .text h2,
  .inner-banner .text p,
  .about-page .init-1 .grid-box .column:nth-child(2) h3 {
    font-size: 18px;
  }
  .inner-banner .text h2 a:after {
    width: 50px;
  }
  .inner-page {
    padding: 30px 0;
  }
  .inner-page.about-page {
    padding-bottom: 0;
  }
  .about-page .init-1 .grid-box .column:nth-child(1) {
    width: 100%;
  }
  .about-page .init-1 .grid-box .column:nth-child(2) {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .init-1 {
    padding-bottom: 30px;
  }
  .about-page .init-2 {
    padding: 30px 0;
  }
  .about-page .init-2 .grid-box.two .column.c1 .h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .about-page .init-2 .grid-box.two .column {
    width: 100%;
    padding: 0;
  }
  .about-page .init-2 .grid-box.two .column.c1 .h1 {
    padding: 20px 0 0;
  }
  .about-page .init-2 .grid-box.two .column .column {
    width: 50%;
    border-right: none !important;
    margin-bottom: 10px;
  }
  .about-page .init-2 .grid-box.two .column.c1 .i-shuzi .grid-box.four .column h4 {
    font-size: 20px;
    line-height: 36px;
  }
  .about-page .init-history,
  .about-page .init-strength {
    padding: 30px 0;
  }
  .about-page .public-tit h3,
  .about-page .init-strength .grid-box .column .text h2 {
    font-size: 18px;
  }
  .about-page .public-tit h2 {
    font-size: 16px;
  }
  .about-page .init-strength .grid-box {
    margin-top: 10px;
  }
  .about-page .init-strength .grid-box .column {
    width: 100% !important;
    margin-right: 0;
  }
  .about-page .init-strength .grid-box .column .text {
    width: 100%;
    padding: 10px;
    min-height: auto;
    margin-bottom: 15px;
  }
  .about-page .init-py {
    padding: 30px 0 0;
  }
  .about-page .init-py .py-list .swiper-slide .text p {
    font-size: 16px;
    line-height: 28px;
  }
  .about-page .init-py .py-list .swiper-slide .text h2 {
    font-size: 18px;
  }
  .about-page .init-py .py-list .swiper-slide {
    padding: 5px 18%;
  }
  .contact-page .init-1 .grid-box .column:nth-child(1) h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .contact-page .init-1 .grid-box .column:nth-child(1) ul li h3,
  .contact-page .init-2 h3,
  .contact-page .init-2 .grid-box.two .column h2 {
    font-size: 18px;
  }
  .contact-page .init-1 .grid-box .column:nth-child(1) ul li p,
  .contact-page .init-2 .grid-box.two .column p {
    font-size: 14px;
  }
  .contact-page .init-1 .grid-box .column:nth-child(1) .i-weixin {
    display: none;
  }
  .contact-page .init-2 .grid-box.two .column {
    margin-bottom: 10px;
    width: 100%;
  }
  .contact-page .init-3 {
    padding: 30px 0;
  }
  .contact-page h2.h2 {
    font-size: 18px;
  }
  .contact-page p.p {
    padding: 8px 0;
    font-size: 14px;
  }
  .contact-page .init-3 a.more {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .contact-page .init-4 {
    padding: 30px 0;
  }
  .contact-page .init-4 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .contact-page .init-4 input,
  .contact-page .init-4 textarea {
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    width: 100%;
  }
  .inner-banner .text h2 a:after {
    width: 40px;
  }
  .about-page .init-2 {
    padding: 0;
  }
  .culture-page .init-2 .init-con .i-text .text {
    margin-left: 0;
    padding: 4%;
  }
  .culture-page .init-2 .init-con:nth-child(2n) .i-text .text {
    margin-right: 0;
  }
  .culture-page .init-3 {
    display: none;
  }
  .culture-page .init-2 .init-con {
    margin-bottom: 0;
  }
  .envir-page h2.h2,
  .init-3-public ul li .grid-box .i-text h2 {
    font-size: 14px;
  }
  .envir-page .tit2 h3,
  .envir-page .init-3 .grid-box .column h2 {
    font-size: 18px;
  }
  .envir-page .init-3-public {
    padding: 10px 0;
  }
  .envir-page .init-3-public .grid-box .column {
    width: 100%;
  }
  .init-3-public ul li .grid-box .i-text p {
    font-size: 14px;
    line-height: 28px;
  }
  .init-3-public ul li:nth-child(2n) .i-text {
    padding-left: 4%;
    padding-right: 4%;
  }
  .envir-page .i-envir-02 {
    display: none;
  }
  .envir-page .init-3 .grid-box .column {
    padding: 0 2%;
    width: 50%;
    padding-bottom: 20px;
  }
  .envir-page .init-3 .grid-box .column p {
    display: none;
  }
  .envir-page .init-3 .grid-box {
    padding-top: 10px;
  }
  .envir-page .init-3 {
    padding: 0 0 10px;
  }
  .envir-page {
    padding-bottom: 0;
  }
  .envir-banner .text h2 {
    width: 100px;
  }
  .honor-page .grid-box.five > .column {
    width: 50%;
    padding: 0 5px;
  }
  .honor-page .column h3 {
    margin: 8px 0;
    font-size: 16px;
  }
  .compostable-page .init-1 h2,
  .compostable-page .tit2 h3 {
    font-size: 14px;
  }
  .kjj-banner .text h2 {
    width: 120px;
  }
  .shuixing-page .sx-list {
    padding-top: 10px;
  }
  .shuixing-page .init-3-public {
    padding: 30px 0;
  }
  .compostable-page .init-3-public ul {
    margin-top: 10px;
  }
  .shuixing-page .init-3-public ul li .column {
    width: 100%;
  }
  .news-page .top-news {
    padding-top: 10px;
  }
  .news-page .top-news .grid-box.two .news-pic {
    width: 100%;
  }
  .news-page .top-news .grid-box.two .news-con {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .news-page .top-news .grid-box.two .news-con p {
    line-height: 28px;
    font-size: 14px;
    padding: 10px 0;
  }
  .news-page .new-list {
    padding-top: 30px;
    margin-left: 0;
  }
  .news-page .new-list .column {
    padding: 0 15px 20px;
    width: 100%;
  }
  .product-page .side-top li {
    width: 32.5% !important;
    margin-bottom: 5px;
  }
  .product-page .side-top li p {
    font-size: 14px;
  }
  .product-page .product-list .grid-box .column {
    width: 50%;
    padding: 0 5px 15px;
  }
  .product-page .product-list .grid-box .column .pro-con p {
    font-size: 14px;
  }
  .prodet-page .side-top {
    margin-top: 0px;
  }
  .product-banner .text h2,
  .honor-banner .text h2 {
    width: 130px;
  }
  .prodet-page .prodet-1 .column {
    width: 100%;
    padding: 10px 0;
  }
  .prodet-page .prodet-1 {
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .grid-box .column:nth-child(2) h2,
  .respon-page .init-2 h2,
  .shuixing-page .init-1 h2 {
    font-size: 18px;
    font-weight:bold;
  }
  .prodet-page .prodet-1 .prodet-intro {
    padding: 20px 0 0;
  }
  .prodet-page .prodet-1 .prodet-intro table{
     display: block;
    width: 100%;
    overflow-x: scroll;
  }
  .prodet-page .prodet-1 .prodet-intro h3,
  .prodet-page .public-model .grid-box.two .column h2,
  .prodet-page .i-recommend h2 {
    font-size: 16px;
  }
  .prodet-page .public-model {
    padding: 30px 0;
  }
  .prodet-page .public-model .grid-box.two .column:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .public-model .grid-box.two .column:nth-child(2) {
    width: 100%;
  }
  .prodet-page .public-model .grid-box.two .column:nth-child(1) .part1,
  .prodet-page .public-model .grid-box.two .column:nth-child(2) .part2 {
    margin-bottom: 10px;
  }
  .prodet-page .i-recommend {
    padding: 30px 0;
  }
  .prodet-page .i-recommend .swiper-slide .pro-con p {
    padding: 10px 5%;
    font-size: 14px;
  }
  .prodet-page .public-model .grid-box.two .column:nth-child(1) .part1 p,
  .prodet-page .public-model .grid-box.two .column:nth-child(2) .part2 p,
  .prodet-page .public-model .grid-box.two .column:nth-child(1) .part1 ul li .grid-box .column:nth-child(2) {
    font-size: 14px;
    line-height: 28px;
  }
  .prodet-page .side-top {
    display: none;
  }
  .respon-page .init-1 .text p,
  .respon-page .init-2 img {
    display: none;
  }
  .respon-page .init-2 {
    padding: 30px 0;
  }
  .respon-page .init-2 ul {
    padding: 10px 0;
  }
  .respon-page .init-2 ul li {
    width: 100%;
    margin-right: 0;
  }
  .respon-page .init-2 h3 {
    font-size: 14px;
    line-height: 28px;
  }
  .shuixing-page .init-1 p.p {
    font-size: 14px;
  }
  .shuixing-page .init-1 .grid-box {
    margin-top: 10px;
  }
  .shuixing-page .init-1 .grid-box .column {
    width: 50%;
    padding-bottom: 10px;
  }
  .shuixing-page .init-1 .grid-box .column h3 {
    font-size: 15px;
    margin: 10px 0;
  }
  .shuixing-page .i-world {
    display: none;
  }
  .shuixing-page {
    padding-bottom: 0;
  }
  .solution-page h2.h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .solution-page p.p {
    font-size: 14px;
    line-height: 28px;
    padding: 0;
  }
  .solution-page .grid-box {
    padding-top: 10px;
  }
  .solution-page .grid-box .column {
    width: 100%;
    margin-right: 0;
  }
  .solution-page .grid-box .column:nth-child(1) {
    margin-bottom: 10px;
  }
  .solution-det-page .init-2 {
    padding: 10px 0;
  }
  .inner-tit h2 {
    font-size: 18px;
  }
  .inner-tit p {
    padding: 10px 0;
    line-height: 28px;
    font-size: 14px;
  }
  .solution-det-page .init-3 h3,
  .solution-det-page .init-3 h2 {
    font-size: 18px;
  }
  .zp-page h2 {
    font-size: 18px;
  }
  .zp-page .zp-tit {
    margin-top: 20px;
  }
  .zp-page .zp-tit .column,
  .zp-page .faq-list li .faq-a .column,
  .zp-page .faq-list li .faq-q p {
    font-size: 14px;
  }
  .zp-page .zp-tit .column:nth-child(1),
  .zp-page .faq-list li .faq-a .column:nth-child(1) {
    padding-left: 10px;
  }
  .what-pando-page .what-pando-3 h5 {
    background: url(/template/cn/images/logo.png) no-repeat 0 center;
    background-size: 30%;
}
.history-page .init-5 .init-5-top .content li a h3 {
    font-size: 12px;
    word-break: break-all;
}
.history-page .container{
  padding: 0;
}
.history-page .init-5 .init-5-bottom p{
  font-size: 18px;
}
/*add*/
.product-page .side-top{
  margin-top: 20px;
}
.honor-page .grid-box .column{
  width: 100% !important;
}
.honor-page .column p {
    line-height: 26px;
    font-size: 14px;
    margin-top: 0;
}
}

.img-li{
  padding: 20px 0;
  margin-top: 67px;
  /*width: 50%;*/
}
.img-li li{
  width:30%; padding-right: 10px;float: left;
}
.img-li .slick-track{
  margin-left: 0!important;
}

.prodet-page .prodet-1 .left .four.slick{
  /*display: none;*/
}
