@charset "utf-8";
/* 图片放大 */
.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
}
.img_scale:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
@-webkit-keyframes fadeInLeft50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50;
}
@-webkit-keyframes fadeInRight50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  animation-name: fadeInRight50;
}
/*down*/
@-webkit-keyframes bounce-down {
  25% {
    opacity: 1;
    -webkit-transform: translateY(-5px);
  }
  50%,
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateY(5px);
  }
}
@keyframes bounce-down {
  25% {
    opacity: 1;
    transform: translateY(-5px);
  }
  50%,
  100% {
    opacity: 1;
    transform: translateY(0);
  }
  75% {
    opacity: 1;
    transform: translateY(5px);
  }
}
@-webkit-keyframes bounce-circle {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
  20% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80%,
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
  }
}
@keyframes centerBig {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}
@-webkit-keyframes fadeInLeft20 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft20 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft20 {
  -webkit-animation-name: fadeInLeft20;
  animation-name: fadeInLeft20;
}
@-webkit-keyframes fadeInRight20 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight20 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight20 {
  -webkit-animation-name: fadeInRight20;
  animation-name: fadeInRight20;
}
@-webkit-keyframes fadeInUp20 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp20 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp20 {
  -webkit-animation-name: fadeInUp20;
  animation-name: fadeInUp20;
}
.header {
  height: 100px;
}
.menu ul li {
  height: 100px;
}
.banner {
  margin-top: 100px;
}
.banner .swiper-pagination {
  bottom: 28px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.banner .swiper-pagination:before,
.banner .swiper-pagination:after {
  content: "";
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  background: #79b246;
  margin: 0 10px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 0;
  border: 1px solid #79b246;
  background: none;
  margin: 0 7px;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #79b246;
}
.product-menu {
  height: 160px;
  background: #79b246 url(../images/menu-bg.jpg) no-repeat center / cover;
}
.product-menu ul li {
  width: 11.1111%;
  float: left;
  display: table;
  height: 160px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  position: relative;
  background: rgba(94, 143, 49, 0);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.product-menu ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #92c964;
  /* 不支持渐变的浏览器回退方案 */
  background-image: -webkit-linear-gradient(top, #92c964, #79b246);
  /* 支持 Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
  background-image: -moz-linear-gradient(top, #92c964, #79b246);
  /* 支持 Firefox (3.6 to 15) */
  background-image: -o-linear-gradient(top, #92c964, #79b246);
  /* 支持旧 Opera (11.1 to 12.0) */
  background-image: linear-gradient(to bottom, #92c964, #79b246);
  /* 标准语法; 需要最新版本 */
}
.product-menu ul li:last-child:after {
  display: none;
}
.product-menu ul li > a {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}
.product-menu ul li .icon {
  margin-bottom: 25px;
}
.product-menu ul li .en {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 12px;
  color: #b4e08d;
}
.product-menu ul li:hover {
  background: #5e8f31;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.sec-tit .en {
  font-size: 48px;
  color: #79b246;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.sec-tit .zh {
  font-size: 18px;
  color: #333434;
  font-weight: bold;
}
.con {
  font-size: 13px;
  color: #888888;
  line-height: 24px;
}
.con p {
  margin-bottom: 15px;
}
.about {
  padding-top: 4.6875%;
}
.about .sec-tit {
  margin-bottom: 20px;
}
.about .about-left {
  padding-right: 5.556%;
}
.about .about-tit {
  margin-bottom: 25px;
}
.about .about-tit .tit1 {
  color: #343333;
  line-height: 1;
  font-size: 18px;
  margin-bottom: 15px;
}
.about .about-tit .tit2 {
  text-transform: uppercase;
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1;
}
.about .about-left,
.about .about-right {
  float: left;
  width: 50%;
  position: relative;
}
.about .num-list {
  margin-top: 25px;
}
.about .num-list ul li {
  float: left;
  text-align: center;
  margin-right: 70px;
  color: #79b246;
}
.about .num-list ul li:last-child {
  margin-right: 0;
}
.about .num-list ul li span {
  display: inline-block;
  vertical-align: top;
  color: #79b246;
}
.about .num-list .counter {
  font-size: 36px;
  margin-right: 10px;
  text-align: center;
  line-height: 1;
}
.about .num-list .counter-number {
  padding: 0 35px 18px 35px;
  border-bottom: 1px solid #79b246;
}
.about .num-list .counter-txt {
  font-size: 16px;
  color: #1e1e1e;
  line-height: 1;
  margin-top: 18px;
}
.about .more {
  margin-top: 40px;
}
.button {
  position: absolute;
  bottom: 0;
  width: auto;
  text-align: center;
  z-index: 999;
  font-size: 0;
  left: 0;
  margin-left: -73px;
}
.button .swiper-button-next,
.button .swiper-button-prev {
  position: static;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  width: 73px;
  height: 67px;
  background: #e3e3e3;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  text-align: center;
  line-height: 67px;
  color: #82b655;
}
.button .swiper-button-next span,
.button .swiper-button-prev span {
  font-size: 24px;
}
.button .swiper-button-next:hover,
.button .swiper-button-prev:hover {
  background: #79b246;
  color: #fff;
}
.about-container .ani-slide .about-left,
.about-container .ani-slide .about-right {
  transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  opacity: 1;
}
.cooperation {
  margin-top: 5.208%;
  text-align: center;
  position: relative;
}
.cooperation .sec-tit .zh {
  font-size: 20px;
}
.cooperation .sec-tit .zh span:after {
  content: "";
  width: 1px;
  height: 22px;
  background: #c9e0b5;
  margin: 0 14px;
  display: inline-block;
  vertical-align: middle;
}
.cooperation .con {
  margin-top: 15px;
}
.cooperation .coop-pic1 {
  margin-left: -20%;
}
.cooperation-con {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.cooperation-con .coop-inner {
  background: #fff;
  position: relative;
  z-index: 3;
  padding-left: 4.5%;
  padding-right: 2%;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.15);
}
.cooperation-con .txt-con {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.cooperation-con .cooperation-img {
  display: inline-block;
  vertical-align: middle;
}
.cooperation-con .coop-pic {
  position: absolute;
  z-index: 1;
}
.cooperation-con .coop-pic2 {
  left: 20%;
  bottom: -9.5%;
}
.cooperation-con .coop-pic3 {
  right: 20%;
  bottom: -13%;
}
.product {
  margin: 5.208% 0;
}
.product .sec-tit {
  text-align: center;
  margin-bottom: 2.8%;
}
.product .product-img {
  height: 254px;
  width: 100%;
  background: #fff;
  border: 4px solid #f2f2f2;
  text-align: center;
  display: table;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.product .product-img > div {
  display: table-cell;
  vertical-align: middle;
}
.product h5 {
  font-size: 18px;
  color: #333333;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-weight: normal;
  margin-top: 50px;
  margin-bottom: 25px;
}
.product p {
  font-size: 13px;
  color: #888888;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product .swiper-slide {
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
}
.product .swiper-slide:after,
.product .swiper-slide:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.product .swiper-slide:before {
  background: #e4e4e4;
}
.product .swiper-slide:after {
  background: #79b246;
  width: 0;
}
.product .swiper-slide:hover:before {
  width: 0;
}
.product .swiper-slide:hover:after {
  width: 100%;
}
.product .swiper-slide:hover .product-img {
  -webkit-box-shadow: 0 0px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 50px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.product-con {
  position: relative;
}
.product-con .swiper-button-prev,
.product-con .swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid #7cb44a;
  border-radius: 50%;
  background: none;
  margin-top: -25px;
  line-height: 50px;
  text-align: center;
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.product-con .swiper-button-prev:hover,
.product-con .swiper-button-next:hover {
  background: #7cb44a;
}
.product-con .swiper-button-prev i,
.product-con .swiper-button-next i {
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
  margin: 0 auto;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.product-con .swiper-button-prev {
  left: -87px;
}
.product-con .swiper-button-prev i {
  border-width: 5px 5px 5px 0;
  border-color: transparent #7cb44a transparent transparent;
}
.product-con .swiper-button-prev:hover i {
  border-color: transparent #fff transparent transparent;
}
.product-con .swiper-button-next {
  right: -87px;
}
.product-con .swiper-button-next i {
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #7cb44a;
}
.product-con .swiper-button-next:hover i {
  border-color: transparent transparent transparent #fff;
}
.new_product .sec-tit {
  text-align: center;
  margin-bottom: 5.208%;
}
.new_product .new-pro-list ul {
  margin-left: -19px;
  margin-right: -19px;
}
.new_product .new-pro-list li {
  float: left;
  width: 25%;
  padding: 0 19px;
  margin-top: 24px;
  overflow: hidden;
}
.new_product .new-pro-list li a {
  display: block;
}
.new_product .new-pro-list li:nth-child(-n+4) {
  margin-top: 0;
}
.brand-advantage {
  position: relative;
  margin-top: 4.6875%;
  padding-top: 2.86458%;
}
.brand-advantage:after {
  content: "";
  height: 90%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f6f6f6;
}
.brand-advantage .advantage-left {
  width: 49.16667%;
  float: left;
  padding-right: 3.9%;
}
.brand-advantage .advantage-left img {
  max-width: 100%;
  text-align: left;
  transform: translateX(-16%);
  -ms-transform: translateX(-16%);
  -o-transform: translateX(-16%);
  -webkit-transform: translateX(-16%);
  -moz-transform: translateX(-16%);
}
.brand-advantage .advantage-right {
  float: right;
  width: 50.83333%;
}
.brand-advantage p {
  color: #747474;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 40px;
}
.brand-advantage .advantage-list {
  position: relative;
}
.brand-advantage .advantage-list:after {
  content: "";
  position: absolute;
  left: 6.5px;
  height: calc(100% - 12px);
  border-left: 1px dashed #d4d4d4;
  top: 6px;
  z-index: 1;
}
.brand-advantage .advantage-list ul li {
  font-size: 0;
  margin-bottom: 35px;
  position: relative;
}
.brand-advantage .advantage-list ul li i {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #dadada;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 7px;
  background: #f9f9f9;
  z-index: 2;
}
.brand-advantage .advantage-list ul li i:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #729e00;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  display: block;
  position: absolute;
}
.brand-advantage .advantage-list ul li span {
  height: 24px;
  width: 62px;
  background: #649900;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
  position: relative;
  margin-right: 15px;
}
.brand-advantage .advantage-list ul li span:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #649900;
}
.brand-advantage .advantage-list ul li > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  width: calc(100% - 98px);
}
.brand-advantage .more {
  position: absolute;
  bottom: 0;
  left: 49.16667%;
}
.more {
  font-family: "Arial";
  text-transform: uppercase;
  width: 140px;
  height: 38px;
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 38px;
  background: #79b246;
  text-align: center;
  position: relative;
  z-index: 3;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.more:after {
  content: "";
  background: #6fa53e;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0px;
  z-index: -1;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.more span {
  opacity: 0;
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 5px;
  top: 16.5px;
  left: 55px;
  background: url('../images/arrow.png') no-repeat center;
  transition: opacity 0.3s, transform ease 0.4s;
  -webkit-transition: opacity 0.3s, -webkit-transform ease 0.4s;
  -ms-transition: opacity 0.3s, -ms-transform ease 0.4s;
}
.more:hover:after {
  width: 100%;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.more:hover {
  padding-right: 40px;
}
.more:hover span {
  opacity: 1;
  transform: translateX(30px);
}
.store {
  text-align: center;
  margin-top: 7.30125%;
}
.store .sec-tit {
  margin-bottom: 3.125%;
}
.store .store-left,
.store .store-right {
  float: left;
  width: 50%;
}
.store .store-left {
  background: #79b246;
  position: relative;
}
.store .con {
  width: 240px;
  color: #fff;
  float: left;
}
.store .image {
  float: right;
  width: calc(100% - 240px);
}
.store p,
.store .store-tit {
  padding-left: 28px;
  text-align: left;
}
.store p {
  padding-right: 25px;
  font-size: 13px;
  color: #e7ffd2;
  line-height: 24px;
}
.store .store-tit {
  text-align: left;
  margin-bottom: 30px;
  padding-top: 48px;
}
.store .store-tit .en {
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
}
.store .store-tit .zh {
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  margin: 18px 0 10px 0;
}
.store .store-tit:after {
  content: "";
  width: 24px;
  height: 4px;
  background: #fff;
  display: block;
}
.store .more2 {
  position: absolute;
  bottom: 0;
  width: 240px;
  height: 34px;
  line-height: 34px;
  left: 0;
  text-indent: 20px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  font-family: "Arial";
  font-size: 14px;
}
.store .more2:after {
  content: "";
  width: 37px;
  height: 34px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/more.png) no-repeat center;
}
.store .store-left .more2 {
  background: #b0de87;
}
.store .store-left .more2:after {
  background-color: #68af29;
}
.store .shop {
  background: #dc6348;
  position: relative;
}
.store .shop .more2 {
  background: #ff7657;
}
.store .shop .more2:after {
  background-color: #b4513b;
}
.store .clerk {
  background: #8ac284;
  position: relative;
}
.store .clerk .image {
  float: left;
}
.store .clerk .more2 {
  right: 0;
  left: auto;
  background: #a7e1a1;
}
.store .clerk .more2:after {
  background-color: #6d9a67;
}
.project {
  background: #f7f7f7;
  margin-top: 5.9896%;
  position: relative;
}
.project .project-left {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
}
.project .project-left .container > div {
  width: 43.6111%;
  padding-right: 40px;
}
.project .sec-tit .en {
  font-size: 40px;
}
.project .project-pic {
  margin-top: 40px;
  margin-bottom: 35px;
}
.project .project-pic img {
  padding: 9px;
  border: 1px solid #79b246;
}
.project .project-right {
  width: 54.79%;
  position: relative;
  float: right;
}
.project .more {
  margin-top: 30px;
}
.join {
  text-align: center;
  margin-top: 5.46875%;
}
.join .join-warp {
  background: url(../images/join-bg.jpg) no-repeat center / cover;
  margin-top: 2.34375%;
  padding: 5.208% 0 3.3854% 0;
}
.join .join-con {
  background: rgba(255, 255, 255, 0.95);
  width: 58%;
  min-width: 907px;
  margin: 0 auto;
  padding: 45px 4% 40px 4%;
  position: relative;
}
.join .title {
  text-align: center;
  line-height: 1;
  color: #333;
  font-size: 24px;
}
.join .con {
  color: #747474;
  margin-top: 28px;
  margin-bottom: 25px;
}
.join a {
  background: #68af29;
  width: 255px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 55px;
}
.join a img {
  margin-left: 5px;
}
.join .subtitle {
  color: #818181;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.join .process-list {
  text-align: center;
  font-size: 0;
}
.join .process-list ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
.join .process-list ul li > div {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 73px;
  font-size: 13px;
  color: #4f8b47;
  line-height: 22px;
  padding-top: 10px;
  background: url(../images/dbx.png) no-repeat;
  background-size: 100% 100%;
}
.join .process-list ul li span {
  display: block;
}
.join .process-list ul li:after {
  content: "";
  width: 31px;
  height: 5px;
  background: url(../images/arrow3.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.join .process-list ul li:last-child:after {
  display: none;
}
.join .join-pic {
  position: absolute;
  left: 20%;
  top: 35%;
}
.news {
  padding-top: 5.46875%;
}
.news .news-left {
  width: 41.32%;
}
.news .news-left .con {
  border-left: 2px solid #bcbfbf;
  padding-left: 30px;
  margin-bottom: 40px;
}
.news .news-right {
  border-top: 1px solid #dcdcdc;
  width: 50%;
}
.news .news-right .time {
  font-size: 16px;
}
.news .news-right .title {
  margin-bottom: 15px;
}
.news .time {
  font-size: 18px;
  color: #5e5e5e;
  line-height: 1;
  margin-bottom: 15px;
}
.news .title {
  color: #333434;
  font-size: 20px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 25px;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.news .con {
  font-size: 13px;
  color: #6f6f6f;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .more {
  margin-top: 30px;
}
.news .news-left-con {
  float: left;
  padding-right: 5%;
  width: calc(100% - 90px);
}
.news .news-right-con {
  width: 90px;
  float: right;
  text-align: right;
}
.news ul li {
  padding: 40px 0;
  border-bottom: 1px solid #dcdcdc;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.news_more {
  font-size: 14px;
  font-family: "Arial";
  color: #68af29;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.news_more .iconfont {
  font-size: 12px;
  margin-left: 0px;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.news-tit {
  margin-bottom: 40px;
}
.news-menu a {
  width: 110px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 38px;
  color: #000000;
  font-size: 16px;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.news-menu a:hover,
.news-menu a.cur {
  background: #68af29;
  color: #fff;
}
.news-left {
  background: #f6f6f6;
  padding: 2.8% 3.45%;
}
.news-right ul li:hover {
  background: #f6f6f6;
  padding-left: 15px;
  padding-right: 15px;
}
.news-right ul li:hover .title {
  color: #68af29;
}
.news-right ul li:hover .news_more {
  opacity: 1;
  filter: alpha(opacity=100);
}
.news-right ul li:hover .news_more .iconfont {
  margin-left: 10px;
}
.other {
  margin-top: 3.125%;
  position: relative;
}
.other .half {
  position: relative;
  z-index: 9;
}
.other .half:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #034400;
  opacity: 0.23;
  filter: alpha(opacity=23);
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.other .half:nth-child(2) {
  padding-left: 0px;
}
.other .half:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.other .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
}
.other .container .fr {
  text-align: right;
}
.other .en {
  font-size: 48px;
  color: #ffffff;
  line-height: 0.85;
  text-transform: uppercase;
  font-family: 'tt0035m_';
}
.other .zh {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  margin: 20px 0 25px 0;
}
.other a {
  color: #fff;
  font-size: 14px;
}
.other a img {
  margin-left: 5px;
}
@media (max-width: 1750px) {
  .product-menu ul li .icon {
    margin-bottom: 20px;
  }
  .sec-tit .en {
    font-size: 42px;
  }
  .about .sec-tit {
    margin-bottom: 30px;
  }
  .about .about-left {
    padding-right: 4%;
  }
  .about .num-list ul li {
    margin-right: 50px;
  }
  .about .num-list .counter {
    font-size: 32px;
  }
  .about .num-list .counter-number {
    padding: 0 30px 18px 30px;
  }
  .about .num-list .counter-txt {
    margin-top: 12px;
  }
  .con p {
    margin-bottom: 15px;
  }
  .button {
    margin-left: -57px;
  }
  .button .swiper-button-next,
  .button .swiper-button-prev {
    width: 58px;
    height: 58px;
    line-height: 58px;
  }
  .button .swiper-button-next span,
  .button .swiper-button-prev span {
    font-size: 20px;
  }
  .cooperation .sec-tit .en {
    margin-bottom: 10px;
  }
  .cooperation .sec-tit .zh {
    font-size: 18px;
  }
  .cooperation-con .coop-pic2 {
    left: 19%;
  }
  .cooperation-con .coop-pic3 {
    right: 17%;
  }
  .product .container {
    padding: 0 5%;
  }
  .product .product-img img {
    height: 170px;
  }
  .product h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 17px;
  }
  .product .swiper-slide {
    padding-top: 25px;
  }
  .product-con .swiper-button-prev,
  .product-con .swiper-button-next {
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin-top: -30px;
  }
  .product-con .swiper-button-prev {
    left: -60px;
  }
  .product-con .swiper-button-next {
    right: -60px;
  }
  .new_product .new-pro-list ul {
    margin-left: -12px;
    margin-right: -12px;
  }
  .new_product .new-pro-list li {
    padding: 0 12px;
    margin-top: 20px;
  }
  .brand-advantage .advantage-left img {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  .brand-advantage p {
    margin-bottom: 30px;
  }
  .brand-advantage .advantage-list ul li {
    margin-bottom: 30px;
  }
  .store .store-tit {
    padding-top: 40px;
  }
  .store .store-tit:after {
    height: 2px;
  }
  .store .store-tit .en {
    font-size: 26px;
  }
  .store .store-tit .zh {
    font-size: 16px;
    margin: 12px 0 10px 0;
  }
  .project .sec-tit .en {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .join .title {
    font-size: 20px;
  }
  .join .join-con {
    width: 67%;
    padding: 40px 2%;
  }
  .join .con {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .news-menu a {
    width: 88px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  .news .title {
    font-size: 18px;
  }
  .news .news-left {
    width: 42%;
  }
  .news .news-right {
    width: 52%;
  }
  .other .en {
    font-size: 36px;
  }
  .other .zh {
    font-size: 20px;
    margin: 15px 0 20px 0;
  }
}
@media (max-width: 1600px) {
  .cooperation-con .coop-pic2 {
    left: 16%;
    bottom: -4.5%;
  }
  .cooperation-con .coop-pic3 {
    right: 14%;
    bottom: -10%;
  }
}
@media (max-width: 1440px) {
  .product-menu {
    height: 140px;
  }
  .product-menu ul li {
    height: 140px;
  }
  .product-menu ul li .icon img {
    height: 30px;
  }
  .product-menu ul li .en {
    margin-top: 10px;
  }
  .sec-tit .en {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .sec-tit .zh {
    font-size: 17px;
  }
  .about .sec-tit {
    margin-bottom: 15px;
  }
  .about .about-tit {
    margin-bottom: 15px;
  }
  .about .about-tit .tit1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about .num-list {
    margin-top: 20px;
  }
  .about .num-list ul li {
    margin-right: 35px;
  }
  .about .num-list .counter-number {
    padding: 0 25px 15px 25px;
  }
  .about .num-list .counter {
    font-size: 28px;
  }
  .about .about-left {
    padding-right: 25px;
  }
  .about .more {
    margin-top: 20px;
  }
  .con p {
    margin-bottom: 10px;
  }
  .button {
    margin-left: -47px;
  }
  .button .swiper-button-next,
  .button .swiper-button-prev {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .button .swiper-button-next span,
  .button .swiper-button-prev span {
    font-size: 18px;
  }
  .cooperation .sec-tit .en {
    font-size: 32px;
  }
  .cooperation .sec-tit .zh {
    font-size: 16px;
  }
  .cooperation .con {
    margin-top: 10px;
  }
  .product h5 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .product .product-img {
    height: 220px;
  }
  .product .product-img img {
    height: 150px;
  }
  .product-con .swiper-button-prev {
    left: -50px;
  }
  .product-con .swiper-button-next {
    right: -50px;
  }
  .new_product .sec-tit {
    margin-bottom: 3%;
  }
  .new_product .new-pro-list ul {
    margin-left: -8px;
    margin-right: -8px;
  }
  .new_product .new-pro-list li {
    padding: 0 8px;
  }
  .brand-advantage .advantage-left {
    width: 47%;
    padding-right: 2%;
  }
  .brand-advantage .advantage-right {
    width: 53%;
  }
  .brand-advantage .more {
    left: 47%;
  }
  .store .store-tit {
    padding-top: 20px;
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .store .store-tit .en {
    font-size: 20px;
  }
  .store .store-tit .zh {
    font-size: 15px;
    margin: 10px 0 6px 0;
  }
  .store p {
    padding-right: 15px;
    padding-left: 15px;
  }
  .project .project-pic {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .project .project-pic img {
    padding: 5px;
    width: 125%;
  }
  .project .project-left .container > div {
    width: 50%;
    padding-right: 30px;
  }
  .project .project-right {
    width: 50%;
  }
  .project .sec-tit .en {
    font-size: 32px;
  }
  .project .more {
    margin-top: 12px;
  }
  .join .join-con {
    width: 80%;
  }
  .join .con {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .join .title {
    font-size: 18px;
  }
  .join a {
    margin-bottom: 40px;
  }
  .news-tit {
    margin-bottom: 30px;
  }
  .news-left {
    padding: 2%;
  }
  .news .news-left {
    width: 43%;
  }
  .news .news-right {
    width: 53%;
  }
  .news .news-right .time {
    font-size: 14px;
  }
  .news .title {
    font-size: 16px;
  }
  .news ul li {
    padding: 35px 0;
  }
  .news .more {
    margin-top: 20px;
  }
  .other .en {
    font-size: 28px;
  }
  .other .zh {
    font-size: 18px;
    margin: 12px 0 12px 0;
  }
}
@media (max-width: 1366px) {
  .cooperation-con .coop-inner {
    padding-left: 3%;
  }
  .cooperation-con .coop-pic2 {
    left: 14%;
    bottom: -2.5%;
  }
  .cooperation-con .coop-pic3 {
    right: 11%;
    bottom: -9%;
  }
  .cooperation-con .txt-con {
    min-width: 387px;
  }
}
@media (max-width: 1200px) {
  .header {
    height: 80px;
    line-height: 80px;
  }
  .banner {
    margin-top: 80px;
  }
  .menu ul li {
    height: auto;
  }
  .product-menu {
    height: 120px;
  }
  .product-menu ul li {
    height: 120px;
  }
  .product-menu ul li .icon {
    margin-bottom: 12px;
  }
  .product-menu ul li .icon img {
    height: 25px;
  }
  .sec-tit .en {
    font-size: 28px;
  }
  .sec-tit .zh {
    font-size: 16px;
  }
  .about .sec-tit {
    margin-bottom: 12px;
  }
  .about .sec-tit .en {
    margin-bottom: 5px;
  }
  .about .about-tit {
    margin-bottom: 12px;
  }
  .about .about-tit .tit1 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .about .about-right {
    margin-top: 2%;
  }
  .about .num-list ul li {
    margin-right: 20px;
  }
  .about .num-list .counter {
    font-size: 24px;
  }
  .about .num-list .counter-number {
    padding: 0 18px 10px 18px;
  }
  .about .num-list .counter-txt {
    margin-top: 12px;
  }
  .con p {
    margin-bottom: 5px;
  }
  .cooperation-con .coop-pic2 {
    left: 8%;
    bottom: -1.5%;
  }
  .cooperation-con .coop-pic3 {
    right: 6%;
    bottom: -5%;
  }
  .cooperation .sec-tit .en {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .cooperation .con {
    margin-top: 5px;
  }
  .product h5 {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 15px;
  }
  .product .swiper-slide {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .product-con .swiper-button-prev,
  .product-con .swiper-button-next {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: -25px;
  }
  .product-con .swiper-button-prev {
    left: -42px;
  }
  .product-con .swiper-button-next {
    right: -42px;
  }
  .brand-advantage p {
    margin-bottom: 15px;
  }
  .brand-advantage .advantage-list ul li {
    margin-bottom: 18px;
  }
  .brand-advantage .advantage-list ul li span {
    width: 52px;
    margin-right: 10px;
  }
  .brand-advantage .advantage-left {
    width: 52%;
  }
  .brand-advantage .advantage-right {
    width: 48%;
  }
  .brand-advantage .more {
    left: 52%;
  }
  .store .store-left {
    width: 100%;
    float: none;
    display: block;
  }
  .store .con {
    width: 300px;
  }
  .store .image {
    width: calc(100% - 300px);
  }
  .store .store-right {
    width: 100%;
    float: none;
    display: block;
  }
  .store .more2 {
    width: 300px;
  }
  .project {
    background: none;
  }
  .project .project-left {
    position: inherit;
    left: auto;
    top: auto;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    margin-bottom: 20px;
  }
  .project .project-left .container > div {
    width: 100%;
    padding-right: 0;
  }
  .project .project-left .more {
    margin-top: 15px;
  }
  .project .project-pic {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .project .project-pic img {
    width: 100%;
  }
  .project .project-right {
    width: 100%;
    padding: 0 43px;
    float: none;
  }
  .project .button {
    margin-left: 0;
    position: static;
    bottom: auto;
    left: auto;
  }
  .project .button .swiper-button-prev,
  .project .button .swiper-button-next {
    position: absolute;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  .project .button .swiper-button-prev {
    left: 43px;
  }
  .project .button .swiper-button-next {
    right: 43px;
  }
  .project .sec-tit .en {
    font-size: 28px;
  }
  .join .title {
    font-size: 16px;
  }
  .join .process-list ul li > div {
    width: 59px;
    height: 68px;
    line-height: 20px;
  }
  .news ul li {
    padding: 28px 0;
  }
  .news .news-right .title {
    margin-bottom: 12px;
  }
  .news .news-left .con {
    padding-left: 10px;
    margin-bottom: 30px;
  }
  .other .en {
    font-size: 24px;
  }
  .other .zh {
    font-size: 16px;
    margin: 8px 0;
  }
}
@media (max-width: 1000px) {
  .product-menu {
    height: 160px;
  }
  .product-menu ul li {
    width: 20%;
    height: 80px;
    border-right: 1px solid #92c964;
    border-bottom: 1px solid #92c964;
  }
  .product-menu ul li:nth-child(5) {
    border-right: none;
  }
  .product-menu ul li .en,
  .product-menu ul li:after {
    display: none;
  }
  .sec-tit .en {
    font-size: 24px;
  }
  .about .about-left {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .about .about-right {
    width: 100%;
    float: none;
    margin-top: 25px;
  }
  .about .num-list .counter {
    font-size: 20px;
  }
  .about .num-list .counter-txt {
    font-size: 14px;
    margin-top: 10px;
  }
  .button {
    margin-left: 0;
    position: static;
    bottom: auto;
    left: auto;
    margin-top: 0;
  }
  .button .swiper-button-next,
  .button .swiper-button-prev {
    margin: 0;
    position: absolute;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  .button .swiper-button-next {
    right: 0;
  }
  .button .swiper-button-prev {
    left: 0;
  }
  .cooperation-con .coop-pic2,
  .cooperation-con .coop-pic3 {
    display: none;
  }
  .cooperation-con .txt-con {
    min-width: inherit;
  }
  .cooperation-con .coop-inner {
    width: 60%;
  }
  .cooperation-con .cooperation-img img {
    height: 220px;
  }
  .cooperation .sec-tit .en {
    font-size: 24px;
  }
  .product-con .swiper-button-prev {
    left: -36px;
  }
  .product-con .swiper-button-next {
    right: -36px;
  }
  .product .product-img {
    height: 180px;
  }
  .product .product-img img {
    height: 130px;
  }
  .product .swiper-slide {
    padding-bottom: 15px;
  }
  .news .con {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit;
  }
  .new_product .new-pro-list li {
    width: 33.33%;
  }
  .new_product .new-pro-list li:nth-child(-n+4) {
    margin-top: 20px;
  }
  .brand-advantage {
    background: #f6f6f6;
    padding-bottom: 20px;
  }
  .brand-advantage .advantage-left {
    width: 100%;
    float: none;
  }
  .brand-advantage .advantage-left img {
    width: 50%;
    display: block;
    margin: 15px auto 0;
  }
  .brand-advantage .advantage-right {
    width: 100%;
    float: none;
    padding: 15px;
  }
  .brand-advantage .more {
    position: inherit;
    left: auto;
    bottom: auto;
    margin-top: 25px;
    width: 100px;
  }
  .store .store-tit .en {
    font-size: 18px;
  }
  .project .project-pic {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .project .sec-tit .en {
    font-size: 24px;
  }
  .join .join-con {
    width: 90%;
    min-width: inherit;
  }
  .join .join-pic {
    left: 10%;
  }
  .join a {
    margin-bottom: 25px;
  }
  .news-tit {
    margin-bottom: 25px;
  }
  .news .news-left {
    width: 100%;
    float: none;
    background: none;
    display: block;
    padding: 0;
    margin-bottom: 25px;
  }
  .news .news-left .con {
    margin-bottom: 15px;
    padding-right: 0;
  }
  .news .news-right {
    width: 100%;
    float: none;
    display: block;
  }
  .news .time {
    margin-bottom: 10px;
  }
  .news ul li {
    padding: 15px 0;
  }
  .news .title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .other .en {
    font-size: 16px;
  }
  .other .zh {
    font-size: 13px;
    margin: 5px 0;
  }
}
@media (max-width: 768px) {
  .brand-advantage .advantage-left img {
    display: none;
  }
  .store .store-right {
    display: none;
  }
  .project .project-pic img {
    display: none;
  }
  .header {
    height: 60px;
    line-height: 60px;
  }
  .banner {
    margin-top: 60px;
  }
  .banner .swiper-pagination {
    bottom: 8px;
  }
  .product-menu ul li {
    font-size: 13px;
  }
  .product-menu ul li:hover {
    background: none;
  }
  .sec-tit .en {
    font-size: 20px;
  }
  .sec-tit .zh {
    font-size: 15px;
  }
  .about {
    padding-top: 35px;
  }
  .cooperation-con .coop-inner {
    width: 48%;
    padding: 15px 0;
  }
  .cooperation-con .cooperation-img img {
    display: none;
  }
  .cooperation {
    margin-top: 45px;
  }
  .cooperation .sec-tit .en {
    font-size: 20px;
  }
  .product-con .swiper-button-prev {
    left: 0;
  }
  .product-con .swiper-button-next {
    right: 0;
  }
  .product {
    margin: 45px 0;
  }
  .product h5 {
    margin-top: 15px;
    font-size: 14px;
  }
  .product .product-img {
    border-width: 2px;
  }
  .product p {
    line-height: 20px;
    height: 40px;
  }
  .new_product .new-pro-list li {
    width: 50%;
    margin-top: 15px;
  }
  .brand-advantage {
    padding-top: 0;
    margin-top: 45px;
  }
  .brand-advantage .more {
    height: 32px;
    line-height: 32px;
  }
  .brand-advantage .advantage-left img {
    width: 80%;
  }
  .store .store-tit .en {
    font-size: 16px;
  }
  .store .con {
    width: 250px;
  }
  .store .image {
    width: calc(100% - 250px);
    float: right;
  }
  .store .more2 {
    width: 250px;
  }
  .store .clerk .image {
    float: right;
  }
  .store .clerk .more2 {
    right: auto;
    left: 0;
  }
  .store .store-left .con {
    min-height: 250px;
  }
  .store .store-right .con {
    min-height: 150px;
  }
  .store .store-right img {
    width: auto;
  }
  .project {
    margin-top: 45px;
  }
  .project .sec-tit .en {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .project .project-pic {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .project .project-right {
    padding: 0 5%;
  }
  .project .button .swiper-button-next {
    right: 5%;
  }
  .project .button .swiper-button-prev {
    left: 5%;
  }
  .button .swiper-button-next,
  .button .swiper-button-prev {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .join {
    margin-top: 45px;
  }
  .join .join-con {
    padding: 30px 2%;
    width: 96%;
  }
  .join .join-pic {
    display: none;
  }
  .join .process-list ul li > div {
    width: 54px;
    height: 62px;
    line-height: 18px;
    font-size: 12px;
    padding-top: 6px;
  }
  .news {
    padding-top: 45px;
  }
  .news-tit {
    margin-bottom: 20px;
  }
  .news-tit .sec-tit {
    float: none;
  }
  .news-menu {
    float: none;
    display: block;
    margin-top: 15px;
  }
  .other {
    margin-top: 45px;
  }
  .other .en {
    font-size: 18px;
  }
  .more:after {
    display: none;
  }
  .more span {
    display: none;
  }
  .more:hover {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .store .con {
    width: 100%;
    float: none;
  }
  .store .image {
    width: 100%;
    float: none;
  }
  .store .more2 {
    width: 100%;
  }
  .store .clerk .image {
    float: none;
  }
  .store .store-right {
    margin-top: 15px;
  }
  .store .store-right img {
    width: 100%;
  }
  .store store-left .con {
    min-height: 180px;
  }
  .store .clerk {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .banner .swiper-pagination:before,
  .banner .swiper-pagination:after {
    width: 20px;
  }
  .product-menu {
    height: 210px;
  }
  .product-menu ul li {
    width: 33.3333%;
    height: 70px;
    border-right: 1px solid #92c964;
    border-bottom: 1px solid #92c964;
  }
  .product-menu ul li:nth-child(5) {
    border-right: 1px solid #92c964;
  }
  .product-menu ul li:nth-child(3n) {
    border-right: none;
  }
  .con {
    line-height: 22px;
  }
  .about .num-list .counter-number {
    padding: 0 12px 10px 12px;
  }
  .about .num-list .counter {
    font-size: 18px;
  }
  .about .num-list .counter-txt {
    margin-top: 6px;
  }
  .button {
    margin-top: 10px;
  }
  .cooperation-con .txt-con {
    margin-top: 0;
  }
  .cooperation-con .coop-pic1 {
    display: none;
  }
  .cooperation-con .coop-inner {
    width: 62%;
    padding: 15px 10px;
  }
  .cooperation .sec-tit .en {
    font-size: 16px;
  }
  .cooperation .sec-tit .zh {
    font-size: 15px;
  }
  .cooperation .sec-tit .zh img {
    height: 16px;
  }
  .product .swiper-slide {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .brand-advantage .advantage-list:after {
    display: none;
  }
  .brand-advantage .advantage-list ul li {
    margin-bottom: 10px;
  }
  .brand-advantage .advantage-list ul li i {
    display: none;
  }
  .brand-advantage .advantage-list ul li span {
    display: block;
  }
  .brand-advantage .advantage-list ul li span:after {
    display: none;
  }
  .brand-advantage .advantage-list ul li > div {
    width: 100%;
    margin-top: 5px;
  }
  .brand-advantage .more {
    margin-top: 20px;
  }
  .brand-advantage .advantage-left img {
    width: 100%;
  }
  .more {
    width: 100px;
    height: 32px;
    line-height: 32px;
  }
  .store .store-right .con {
    min-height: 120px;
  }
  .store .store-left .con {
    min-height: 230px;
  }
  .project .button {
    margin-top: 10px;
  }
  .news .time {
    font-size: 16px;
  }
  .news .news-right .time {
    display: none;
  }
  .news .news-left-con {
    width: 100%;
    padding-right: 0;
  }
  .news .news-right-con {
    display: none;
  }
  .news .con {
    line-height: 22px;
  }
  .join .process-list ul li {
    margin-right: 5px;
  }
  .join .process-list ul li:after {
    display: none;
  }
  .other .en {
    display: none;
  }
}
