@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot") format("eot"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot") format("eot"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot") format("eot"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot") format("eot"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot") format("eot"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Anton";
  src: url("../fonts/Anton-Regular.eot") format("eot"), url("../fonts/Anton-Regular.woff2") format("woff2"), url("../fonts/PoAnton-Regular.woff") format("woff"), url("../fonts/Anton-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #006837;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.play-btn i {
  border: none;
}
.collg{
  color: var(--color);
}
.container {
  padding: 0 15px;
  max-width: 1630px;
  margin: auto;
  width: 100%;
}
.t_1{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more {
  width: 345px;
  height: 72px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  background: #00b25e;
  padding-right: 72px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 72px;
  z-index: 2;
  position: relative;
  color: #ffffff;
}
.more::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background: url(../images/jt.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
}
.more::after {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background: #333333;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover::after {
  width: 100%;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .h-top {
  background-color: var(--color);
  color: #ffffff;
  font-size: 16px;
}
#header .h-top .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}
#header .h-top .ui.menu .txt {
  font-size: 14px;
}
#header .h-top .ui.menu .info {
  margin: 0 0 0 auto;
}
#header .h-top .ui.menu .info ul li {
  display: inline-block;
  padding-left: 30px;
}
#header .h-top .ui.menu .info ul li img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .ui.menu .info ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}
#header .nav {
  width: 100%;
  background: #fff;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 30px;
  color: #000000;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  font-size: 16px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 42px 10px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span {
  font-size: 16px;
  cursor: pointer;
}
#header .nav .ui.menu .h-language span img {
  width: 32px;
  margin-right: 12px;
}
#header .nav .ui.menu .h-language span i {
  line-height: 1;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  margin-left: 4px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  margin-left: 50px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active {
  top: -60px;
}
#header.active .nav::after {
  width: 100%;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
}
#banner li .text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 25%;
  color: #ffffff;
}
#banner li .text .box {
  max-width: 1050px;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .slick-active .text .box{
  opacity: 1;
  transform: translateY(0);
}
#banner li .text .box .title {
  font-weight: 900;
  line-height: 1.3;
}
#banner li .text .box .con {
  font-weight: 300;
}
#banner li .text .box .more::after {
  background: #006837;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
.smt {
  font-size: 16px;
  color: var(--color);
  font-weight: 500;
  line-height: 1;
}
.title {
  line-height: 1.3;
  font-weight: bold;
}
#index-body .about .box .left {
  position: relative;
}
#index-body .about .box .left .play-btn {
  z-index: 2;
  width: 67px;
  height: 67px;
  background: #ffffff;
}
#index-body .about .box .left .play-btn .dot {
  width: 67px;
  height: 67px;
  background: var(--color);
  border-radius: 50%;
  text-align: center;
  line-height: 67px;
}
#index-body .about .box .right .cont {
  color: #999999;
  font-size: 16px;
  line-height: 2;
}
#index-body .product {
  background-color: #f3f3f3;
}
#index-body .product .tip .con {
  font-weight: 300;
  color: #999999;
}
#index-body .product .top {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 300px;
  position: relative;
}
#index-body .product .top .prev {
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .product .top .next {
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .product .top .prev,
#index-body .product .top .next {
  width: 53px;
  height: 53px;
  background-color: rgba(51, 51, 51, 0.3);
  text-align: center;
  line-height: 53px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: absolute;
}
#index-body .product .top .prev:hover,
#index-body .product .top .next:hover {
  background: var(--color);
}
#index-body .product .top li {
  height: 100%;
}
#index-body .product .top li .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  height: 100%;
}
#index-body .product .top li .ig .txt {
  margin-left: 25px;
}
#index-body .product .top li .ig .icon {
  -webkit-filter: brightness(0) invert(0.5);
  filter: brightness(0) invert(0.5);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .top li .ig::after {
  content: "";
  display: block;
  width: 0;
  height: 7px;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .top li:hover,
#index-body .product .top li.active {
  color: var(--color);
}
#index-body .product .top li:hover .icon,
#index-body .product .top li.active .icon {
  -webkit-filter: none;
  filter: none;
}
#index-body .product .top li:hover .ig::after,
#index-body .product .top li.active .ig::after {
  width: 100%;
}
#index-body .product .bottom .item {
  display: none;
}
#index-body .product .bottom .item.active {
  display: block;
}
#index-body .product .bottom ul {
  margin: -15px -8px;
}
#index-body .product .bottom li {
  padding: 15px 8px;
}
#index-body .product .bottom li .box {
  padding-bottom: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
#index-body .product .bottom li .box::after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(49.5%, #006837), color-stop(50.5%, transparent));
  background: -webkit-linear-gradient(right top, #006837 49.5%, transparent 50.5%);
  background: -moz-linear-gradient(right top, #006837 49.5%, transparent 50.5%);
  background: linear-gradient(to left bottom, #006837 49.5%, transparent 50.5%);
  position: absolute;
  right: 8px;
  top: 8px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .bottom li .box .text {
  padding: 0 35px;
}
#index-body .product .bottom li .box .tit {
  font-weight: bold;
  color: #333333;
  opacity: 0.7;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .bottom li .box .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #006837;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .bottom li .box .btn img {
  margin-left: 18px;
}
#index-body .product .bottom li .box:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.14);
}
#index-body .product .bottom li .box:hover::after {
  opacity: 1;
}
#index-body .product .bottom li .box:hover .tit {
  text-align: left;
  color: #000000;
  opacity: 1;
}
#index-body .product .bottom li .box:hover .btn {
  opacity: 1;
}
#index-body .product .bottom ul.slick-dots {
  margin-top: 45px;
  text-align: center;
}
#index-body .product .bottom ul.slick-dots li {
  display: inline-block;
  padding: 0;
  width: 14px;
  height: 14px;
  background-color: #c3c3c3;
  border-radius: 7px;
  margin: 0 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  border: none;
}
#index-body .product .bottom ul.slick-dots li button {
  display: none;
}
#index-body .product .bottom ul.slick-dots li.slick-active {
  width: 37px;
  background: #1b758d;
}
#index-body .product .bottom .slick-slide .content {
  display: none;
}
#index-body .applications .tip {
  width: 64%;
}
#index-body .applications .tip .con {
  color: #999999;
  line-height: 2;
}
#index-body .applications .bottom ul {
  margin: 0 -5px;
}
#index-body .applications .bottom ul li {
  padding: 0 5px;
}
#index-body .applications .bottom .left {
  width: 59%;
}
#index-body .applications .bottom .left .img{
  position: relative;
}
#index-body .applications .bottom .left .img .tit{
 position: absolute;
 left: 0;
 width: 100%;
 text-align: center;
 z-index: 2;
 color: #ffffff;
 bottom: 50px;
}
#index-body .applications .bottom .left .img::after{
  content: '';
  display: block;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top,rgba(0,104,55,0.5),transparent);
  position: absolute;
  left: 0;
  bottom: 0;
}
#index-body .applications .bottom .left img {
  width: 100%;
}
#index-body .applications .bottom .right {
  width: 36%;
}
#index-body .applications .bottom .right .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  line-height: 1;
}
#index-body .applications .bottom .right .num .dot {
  line-height: 0.8;
  font-weight: bold;
  color: var(--color);
}
#index-body .applications .bottom .right .num .all {
  line-height: 0.8;
}
#index-body .applications .bottom .right .num .line {
  width: 1px;
  height: 35px;
  background-color: #006837;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  margin-left: 10px;
  margin-right: 28px;
}
#index-body .applications .bottom .right .info .conts {
  line-height: 2;
  color: #999999;
}
#index-body .applications .bottom .right .list_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
#index-body .applications .bottom .right .list_img .btn .prev {
  margin-bottom: 5px;
}
#index-body .applications .bottom .right .list_img .btn .prev,
#index-body .applications .bottom .right .list_img .btn .next {
  width: 53px;
  height: 53px;
  background-color: rgba(51, 51, 51, 0.3);
  text-align: center;
  line-height: 53px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  font-size: 24px;
}
#index-body .applications .bottom .right .list_img .btn .prev:hover,
#index-body .applications .bottom .right .list_img .btn .next:hover {
  background: var(--color);
}
#index-body .applications .bottom .right .list_img ul {
  width: 64%;
  margin-left: 20px;
  cursor: pointer;
}
#index-body .service {
  background: var(--color);
}
#index-body .service .top {
  padding: 100px 0 330px;
  background: url(../images/ser.jpg) no-repeat center center / cover;
}
#index-body .service .tip {
  max-width: 1130px;
  margin: 0 auto;
  color: #ffffff;
}
#index-body .service .tip .more::before {
  background-image: url(../images/jt2.png);
}
#index-body .service .tip .more::after {
  background: #f5f5f5;
}
#index-body .service .tip .more:hover {
  color: #000000;
}
#index-body .service .bottom {
  overflow: hidden;
  margin-top: -230px;
}
#index-body .service .bottom .list {
  width: 120%;
  padding-right: 30%;
  overflow: hidden;
}
#index-body .service .bottom .list .slick-list {
  overflow: visible;
}
#index-body .service .bottom ul {
  margin: -10px;
}
#index-body .service .bottom ul li {
  padding: 10px;
  height: 100%;
}
#index-body .service .bottom .box {
  background: #ffffff;
  padding: 85px 35px 130px;
  position: relative;
  height: 100%;
}
#index-body .service .bottom .box::after {
  content: "";
  display: block;
  width: 104px;
  height: 104px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(49.5%, var(--color)), color-stop(50.5%, transparent));
  background: -webkit-linear-gradient(left bottom, var(--color) 49.5%, transparent 50.5%);
  background: -moz-linear-gradient(left bottom, var(--color) 49.5%, transparent 50.5%);
  background: linear-gradient(to right top, var(--color) 49.5%, transparent 50.5%);
  position: absolute;
  left: 30px;
  bottom: 23px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .service .bottom .box .num {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 110px;
  line-height: 0.9;
  font-family: "Anton";
  color: rgba(51, 51, 51, 0.2);
}
#index-body .service .bottom .box .num::after {
  content: "";
  display: block;
  height: 55px;
  width: 100px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(49.5%, #ffffff), color-stop(50.5%, transparent));
  background: -webkit-linear-gradient(left bottom, #ffffff 49.5%, transparent 50.5%);
  background: -moz-linear-gradient(left bottom, #ffffff 49.5%, transparent 50.5%);
  background: linear-gradient(to right top, #ffffff 49.5%, transparent 50.5%);
  position: absolute;
  left: 0;
  bottom: 0;
}
#index-body .service .bottom .box .icon {
  height: 50px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .service .bottom .box .tit {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 28px;
  line-height: 1.6;
  height: 3.3em;
}
#index-body .service .bottom .box .cont {
  color: #999999;
  line-height: 2;
}
#index-body .service .bottom .box:hover::after {
  opacity: 1;
}
#index-body .service .bottom .box:hover .icon {
  -webkit-filter: none;
  filter: none;
}
#index-body .news .top .left {
  text-align: right;
}
#index-body .news ul {
  margin: 0 -26px;
}
#index-body .news ul li {
  padding: 0 26px;
}
#index-body .news .box {
  background-color: #f9fafc;
}
#index-body .news .box .img-box {
  position: relative;
}
#index-body .news .box .img-box .time {
  position: absolute;
  top: 23px;
  left: 24px;
  color: #ffffff;
}
#index-body .news .box .img-box .time .year {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
#index-body .news .box .img-box .time .day {
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  margin-top: 4px;
}
#index-body .news .box .text {
  padding: 20px 20px 20px;
}
#index-body .news .box .text .t1 {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .box .text .t1:hover {
  color: var(--color);
}
#index-body .news .box .text .cont {
  font-size: 14px;
  color: #999999;
  line-height: 1.8;
}
#index-body .news .box .text .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #2b9c00;
  margin-top: 7px;
}
#index-body .news .box .text .btn img {
  margin-left: 15px;
}
#index-body .form .box {
  padding: 85px 50px 56px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
  border-radius: 37px;
}
#index-body .form .box .tip .title {
  line-height: 1;
  padding-left: 40px;
  margin-right: 60px;
  position: relative;
  z-index: 2;
}
#index-body .form .box .tip .title img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
#index-body .form .box .tip .cont {
  color: #999999;
  font-weight: 300;
}
#index-body .form .box form {
  position: relative;
  z-index: 3;
}
#index-body .form .box form .tit {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 1;
  margin-bottom: 15px;
}
#index-body .form .box form .tit span {
  color: #ff0000;
}
#index-body .form .box form ul {
  margin: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .form .box form ul li {
  padding: 5px;
  width: 25%;
}
#index-body .form .box form ul li input {
  width: 100%;
  height: 64px;
  background-color: #f9fafc;
  border: solid 1px #d8d8d8;
}
#index-body .form .box form ul .i2 {
  margin-top: 46px;
  width: 37%;
}
#index-body .form .box form ul .i2 textarea {
  width: 100%;
  height: 140px;
  background-color: #f9fafc;
  border: solid 1px #d8d8d8;
}
#index-body .form .box form ul .submit {
  padding-top: 75px;
  width: 25%;
  text-align: right;
}
#index-body .form .box form .more {
  border: none;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #333333;
  color: #fff;
}
#footer .f-box .tit {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
#footer .f-box li {
  line-height: 1.8;
}
#footer .f-box li ul {
  display: none;
}
#footer .f-box li a {
  color: #999999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box li a:hover {
  color: #ffffff;
}
#footer .f-box .f-ab {
  max-width: 620px;
}
#footer .f-box .f-ab .email .icon {
  margin-right: 17px;
}
#footer .f-box .f-ab .email span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-box .f-ab .text {
  color: #999999;
}
#footer .f-box .f-ab .text .icon {
  margin-right: 10px;
}
#footer .f-box .f-ab .text span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-box #ewm {
  width: 137px;
  height: 137px;
  background: #ffffff;
  border: 6px solid #ffffff;
  margin: 0 auto;
  margin-top: 75px;
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: #ffffff;
  text-align: right;
  padding: 15px 0 40px;
  position: relative;
}
#footer .f-copy .bq {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy .bq:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 28px;
  fill: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg text {
  fill: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
@media screen and (max-width: 1700px) {
  #index-body .product .top {
    padding: 0 220px;
  }
  #banner li .text .box {
    max-width: 1000px;
  }
  #index-body .form .box form .more {
    width: 100%;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .product .top {
    padding: 0 180px;
  }
  #banner li .text .box {
    max-width: 850px;
  }
  #banner li .text {
    top: 30%;
  }
  #index-body .applications .bottom .right .list_img ul {
    width: 75%;
  }
  #index-body .form .box form ul .i2 {
    width: 35%;
  }
  #footer .f-box .tit {
    font-size: 26px;
  }
  #index-body .news ul {
    margin: 0 -20px;
  }
  #index-body .news ul li {
    padding: 0 20px;
  }
  #index-body .service .bottom .box {
    padding: 60px 25px 100px;
  }
  #index-body .service .bottom .box .num {
    font-size: 90px;
  }
  #index-body .service .bottom .box::after {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #banner li .text {
    top: 20%;
  }
  #index-body .service .bottom .list {
    padding-right: 15%;
  }
  #index-body .form .box form ul .i2 {
    width: 50%;
    margin-top: 30px;
  }
  #index-body .form .box form ul .submit {
    width: 100%;
    padding-top: 50px;
  }
  #index-body .form .box form ul .submit .more {
    width: 345px;
  }
  #index-body .form .box form ul li {
    width: 50%;
    margin-top: 30px;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #index-body .product .top {
    padding: 0 80px;
  }
  #index-body .product .top .prev {
    left: 0;
  }
  #index-body .product .top .next {
    right: 0;
  }
  #index-body .news ul {
    margin: 0 -15px;
  }
  #index-body .news ul li {
    padding: 0 15px;
  }
  .more {
    zoom: 0.9;
  }
}
@media screen and (max-width: 1000px) {
  .more {
    zoom: 0.7;
  }
  #index-body .about .box .left {
    margin-bottom: 40px;
  }
  #index-body .applications .tip {
    width: 100%;
  }
  #index-body .applications .bottom .right .num {
    display: none;
  }
  #index-body .applications .bottom .right .list_img ul {
    width: 60%;
  }
  #index-body .applications .bottom .right .list_img ul img {
    width: 100%;
  }
  #index-body .form .box .tip .title {
    font-size: 22px;
    padding-left: 0;
    margin-bottom: 10px;
  }
  #index-body .form .box .tip .title img {
    display: none;
  }
  #index-body .form .box {
    padding: 50px 30px 40px;
  }
  #index-body .news .top .left {
    margin-top: 10px;
  }
  #index-body .news .box .text .btn {
    font-size: 16px;
  }
  #footer .f-box .f-about {
    display: none;
  }
  #index-body .product .top {
    font-size: 21px;
  }
  #index-body .product .top li .ig {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .product .top li .ig .txt {
    margin-left: 0;
    width: 100%;
    margin-top: 5px;
  }
  #index-body .product .top .prev,
  #index-body .product .top .next {
    zoom: 0.8;
  }
  #footer .f-box .tit {
    font-size: 24px;
  }
  #index-body .service .bottom .box .num {
    font-size: 75px;
  }
  #index-body .service .bottom .box .num::after {
    width: 70px;
    height: 35px;
  }
  .font-46 {
    font-size: 26px;
  }
  #index-body .applications .bottom ul li .tit {
    font-size: 18px;
  }
  #index-body .service .bottom .list {
    width: 100%;
    padding-right: 0;
  }
  #index-body .form .box form ul .submit {
    padding-top: 0;
  }
}
@media screen and (max-width: 700px) {
  #index-body .applications .bottom .right .list_img {
    display: none;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 30%;
    zoom: 0.75;
  }
  #index-body .form {
    margin-top: 40px;
  }
  #index-body .form .box form ul li {
    width: 100%;
  }
  #index-body .form .box form ul .i2 {
    width: 100%;
  }
  #index-body .service .bottom .box .tit {
    height: auto;
  }
  #index-body .service .bottom .box::after {
    display: none;
  }
  #index-body .service .bottom .box {
    padding: 60px 25px 50px;
  }
  #index-body .product .top {
    font-size: 18px;
  }
  #index-body .service .bottom .box .tit {
    font-size: 18px;
  }
  #footer .f-box .tit {
    font-size: 21px;
  }
  #footer .f-box .f-ab .icon {
    zoom: 0.8;
  }
  #index-body .service .bottom .box .icon {
    zoom: 0.9;
  }
  #index-body .product .bottom ul.slick-dots li {
    zoom: 0.7;
  }
  #index-body .form .box .tip {
    margin-bottom: 10px;
  }
  .font-46 {
    font-size: 25px;
  }
  #index-body .form .box form ul li {
    margin-top: 20px;
  }
  #index-body .form .box {
    border-radius: 30px;
  }
  #banner li .text .box .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  #footer .f-box .tit {
    font-size: 16px;
  }
  #footer .f-box .f-ab .icon {
    zoom: 0.6;
  }
  #banner li > img {
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .product .bottom ul.slick-dots {
    margin-top: 20px;
  }
  #index-body .service .top {
    padding: 50px 0 280px;
  }
  #index-body .form .box form ul li input {
    height: 55px;
  }
  #footer .f-box .f-ab .f-logo {
    zoom: 0.7;
  }
  .more {
    zoom: 0.6;
  }
  #index-body .form .box form .tit {
    font-size: 15px;
  }
  #index-body .form .box {
    padding: 40px 20px 30px;
  }
  #index-body .service .bottom .box .num {
    font-size: 60px;
  }
  #index-body .service .bottom .box .num::after {
    width: 50px;
    height: 22px;
  }
  #index-body .product .top {
    padding: 0 35px;
    font-size: 15px;
  }
  #index-body .product .top .prev,
  #index-body .product .top .next {
    zoom: 0.5;
    font-size: 30px;
  }
  #index-body .product .top li .ig .icon {
    zoom: 0.8;
  }
  #banner li .text .box .title {
    font-size: 24px;
  }
  .font-46 {
    font-size: 24px;
  }
  #index-body .about .box .left .play-btn {
    zoom: 0.8;
  }
}



/*inner*/
.inner-banner {

  background: #f2f2f2;
  padding: 80px 0;
  margin-top: 160px;
}
.inner-banner h2 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1;
}
.inner-banner h2 div {
  font-size: 60px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap
}
.inner-banner h2 p {
  position: relative;
  z-index: 2;
  font-size: 30px;
      line-height: 30px;
}
.inner-banner .mbx2 {
  display: none;
}
.inner-banner .mbx {
  margin-top: 76px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-banner .mbx i {
  display: inline-block;
  width: 26px;
  height: 1px;
  background: #000;
  margin: 0 20px;
}
.inner-banner .mbx span {
  color: var(--color);
}
@media screen and (max-width: 1250px) {
  .inner-banner h2 div {
    font-size: 80px;
  }
  .inner-banner h2 {
    font-size: 40px;
  }
  .inner-banner {
    padding-top: 120px;
    margin-top: 60px;
  }
  
}

@media screen and (max-width: 700px) {
  .inner-banner h2 div {
    font-size: 60px;
  }
  .inner-banner h2 {
    font-size: 30px;
  }
  .inner-banner {
    padding-top: 100px;
  }
  .inner-banner .mbx {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h2 div {
    font-size: 40px;
  }
  .inner-banner h2 {
    font-size: 24px;
  }
  .inner-banner {
    padding-bottom: 30px;
  }
  .inner-banner .mbx {
    margin-top: 40px;
  }
}
.product-page {
  padding-top: 88px;
  padding-bottom: 90px;
}
.product-page ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page ul li {
  width: 48%;
  margin-bottom: 48px;
}
.product-page ul li a {
  display: block;
}
.product-page ul li .text {
  padding: 30px 65px 30px 50px;
  border: solid 1px rgba(199, 203, 197, 0.8);
}
.product-page ul li .text .t1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 28px;
  border-bottom: 1px solid #72915b;
}
.product-page ul li .text .t1:hover {
  color: var(--color);
}
.product-page ul li .text .cont {
  margin-top: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 1450px) {
  .product-page ul li .text .t1 {
    font-size: 30px;
  }
  .product-page ul li .text {
    padding: 30px 35px 30px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page ul li .text .t1 {
    font-size: 22px;
  }
  .product-page ul li .text {
    padding: 15px;
  }
}
@media screen and (max-width: 700px) {
  .product-page ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-page ul li .text .cont {
    font-size: 16px;
  }
  .product-page ul li .text .t1 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}


.product-page2 {

 padding-bottom: 10px
}
.product-page2 .sideLeft {
  width: 30% !important;
  position: -webkit-sticky;
  position: sticky;
  top: 140px
}
.product-page2 .sideLeft .top {
  background: #292929;
  padding: 35px 0 50px;
  margin-bottom: 20px;
}
.product-page2 .sideLeft .top .form {
  padding: 0 15px;
}
.product-page2 .sideLeft .top .form form {
  position: relative;
  height: 70px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px;
}
.product-page2 .sideLeft .top .form input {
  width: 100%;
  height: 100%;
  background: transparent;
  color: white;
  font-size: 18px;
  border: none;
  padding: 0 20px;
}
.product-page2 .sideLeft .top .form input[type="submit"] {
  position: absolute;
  right: 5px;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  background: url(../images/search.png) no-repeat center var(--color);
  padding: 0;
}
.product-page2 .sideLeft .top .nav .font-30 {
  color: white;
  line-height: 1.1;
  padding: 0 15px;
  margin: 30px 0;
}
.product-page2 .sideLeft .top .nav ul li > a {
  position: relative;
  padding: 15px 15px;
  color: white;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product-page2 .sideLeft .top .nav ul li>a img{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page2 .sideLeft .top .nav ul li >a img.active{
   -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page2 .sideLeft .top .nav ul li > a::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 100%;
  border-left: 0px solid transparent;
  border-bottom: 0px solid #a48b00;
  border-right: 9px solid #a48b00;
  border-top: 9px solid transparent;
  opacity: 0;
}
.product-page2 .sideLeft .top .nav ul li > a::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9px;
  height: 100%;
  background: var(--color);
  opacity: 0;
}
.product-page2 .sideLeft .top .nav ul li:hover > a,
.product-page2 .sideLeft .top .nav ul li.active > a {
  background: -webkit-gradient(linear, left top, right top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(left, var(--color), transparent);
  background: -moz-linear-gradient(left, var(--color), transparent);
  background: linear-gradient(to right, var(--color), transparent);
}
.product-page2 .sideLeft .top .nav ul li:hover > a::before,
.product-page2 .sideLeft .top .nav ul li.active > a::before,
.product-page2 .sideLeft .top .nav ul li:hover > a::after,
.product-page2 .sideLeft .top .nav ul li.active > a::after {
  opacity: 1;
}
.product-page2 .sideLeft .top .nav ul li ul li a{
  font-size: 18px;
  padding-left: 30px;
  line-height: 1.8;
}
.product-page2 .sideLeft .top .nav ul li ul li:nth-child(1) a::before{
  content: none;
}
.product-page2 .sideLeft .top .nav ul li.active > ul{
  display: block;
}
.product-page2 .sideLeft .bottom {
  background: url(../images/product-side-bg.jpg) no-repeat;
  background-size: cover;
  padding: 365px 15px 20px;
}
.product-page2 .sideLeft .bottom p {
  font-size: 19px;
  line-height: 1.8;
  color: white;
  font-weight: bold;
  text-align: center;
}

.product-page2 .sideRight .Auxil-catdes {
    line-height: 30px;
      opacity: 0.51;
        margin: 20px 0 45px;
}
.product-page2 .sideRight 
 {
  width: 76% ;
  padding-left: 75px;
}
.product-page2 .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}
.product-page2 .sideRight ul {
  margin: -20px;
}
.product-page2 .sideRight ul li {
 padding: 20px;
  text-align: center;
}
.product-page2 .sideRight ul li .img-box {
  /*border-radius: 10px;*/
  background: #f5f5f5;
  /*padding: 36px 50px;*/
  border: 1px solid #dddddd;
}
.product-page2 .sideRight ul li p {
  font-size: 18px;
  line-height: 1;
	color: #747474;
  margin: 15px 0 0;
}
.product-page2 .sideRight ul li .t1 {
	font-size: 22px;
  line-height: 1.5;
  margin: 25px 0 0;
}
.product-page2 .sideRight ul li .t1:hover{
  color: var(--color)
}

@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72% ;
  }
  .product-page2 .sideRight {
  
    padding-left: 35px;
}
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
  .product-page2 .sideRight ul {
  margin: -15px;
}
.product-page2 .sideRight ul li {
 padding: 15px;
}
}
@media screen and (max-width: 1000px) {
  .product-page2 .sideRight ul {
  margin: -10px;
}
.product-page2 .sideRight ul li {
 padding: 10px;
}
    .product-page2 .sideLeft {
    display: none;
  }
  .product-page2 .sideRight {
    width: 100%;
    padding-left: 0;
  }
}

.inner-page .sidebox .sideleft {
  width: 24%;
  position: sticky;
  top: 100px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  margin-bottom: 30px;
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);*/
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
  border: solid 1px rgba(88, 127, 55, 0.8);
  	border-radius: 10px;
    overflow: hidden
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 16px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  /*height: 40px;*/
  font-size: 16px;
  line-height: 2;
  padding-right: 50px
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 50%;
  background: none;
  color: #000;
  border: 0;
  padding: 8px 20px;
  cursor: pointer;
  height: 40px;
  margin-top: -25px;
  font-size: 25px
}
.inner-page .sidebox .sideleft .widget form input[type=submit]{
    background-color: var(--color);
    color: #fff;
    transition: .5s
}
.inner-page .sidebox .sideleft .widget form input[type=submit]:hover{
    background-color: #f8f8f8;
    color: #000
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 7px;
  position: relative;
  overflow: hidden;
  
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 10px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}
.inner-page .sidebox .sideleft .widget ul li a span{
  display: block;
  width: 50px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  background: #eaeaea;
  margin: 0 0 0 auto
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 16px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 10px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 32px;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .widget .form1 textarea {
  height: 70px;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 0px 50px;
}

@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
  .product-page2 .sideRight {
    width: 100% !important;
    padding-left: 0;
}
}
@media screen and (max-width: 1450px) {
  .inner-page .sidebox .sideleft .widget ul li{
    font-size: 16px
  }
  .product-page2 .sideRight ul li .t1{
    font-size: 22px
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebox .sideleft .widget ul li a span{
    display: none
  }
  .inner-page .sidebox .sideleft .widget ul li{
    font-size: 14px
  }
  .product-page2 .sideRight ul li .t1{
    font-size: 20px
  }
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  	/*background:#dfdfdf linear-gradient(90deg,#dfdfdf);*/

  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
	background: linear-gradient(90deg, 
		#006837 0%, 
		#85b02e 100%, 
		#93a868 100%, 
		#a0a0a1 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, normal;
}

.product-page2 .box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 80px;
}
.product-page2 .box1 .right {
  width: 50%;
}
.product-page2 .box1 .right img {
  width: 100%;
}
.product-page2 .box1 .left {
  width: 100%;
  padding-top: 30px;
  padding-right: 50px;
}
.product-page2 .box1 .left .t1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}
.product-page2 .box1 .left .cont {
  font-size: 18px;
  line-height: 2;
  margin: 20px 0 25px;
  max-height: 10em;
  overflow-y: auto
}
.product-page2 .box1 .left .contants {
  background-image: -webkit-gradient(linear, left top, right top, from(#567e35), color-stop(100%, #85b02e), color-stop(100%, #93a868), to(#a0a0a1)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -moz-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -moz-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(90deg, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
        normal;
  border-radius: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 32px 30px;
  color: #fff;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page2 .box1 .left .contants .t2 {
  font-size: 24px;
  font-weight: bold;
  max-width: 100px;
}
.product-page2 .box1 .left .contants .mail {
  font-size: 18px;
  line-height: 1.6;
}
.product-page2 .box1 .left .contants .phone {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 1100px) {
  .product-page2 .box1 .left .contants .t2 {
    max-width: 100% ;
   
  }
}
@media screen and (max-width: 1000px) {
   .product-page2 .box1 .left .contants .t2 {
    font-size: 20px;
  }
  .product-page2 .box1 .left .contants .mail,.product-page2 .box1 .left .contants .phone{
    font-size: 16px;
  }
  .product-page2 .box1 .left {
    padding: 0;
    width: 100%;
  }
  .product-page2 .box1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .product-page2 .box1 .left .t1 {
    font-size: 30px;
  }
  .product-page2 .box1{
    padding-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .product-page2 .box1 .left .t1 {
    font-size: 21px;
  }
  .product-page2 .box1 .left .contants .t2 {
    font-size: 18px;
  }
  .product-page2 .box1 .left .contants .t2 br{
    display: none;
  }
    .product-page2 .box1 .left .contants .mail,.product-page2 .box1 .left .contants .phone{
    font-size: 14px;
  }
}

.prodet-page .prodet-1{
  padding-bottom: 80px
}
/*.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}*/

.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--primary);
  font-family: FontAwesome;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}

.prodet-page .prodet-1 .box .left .big ul li a {
  display: block;
  border: 1px solid #e6e6e6;
  /*border-radius: 30px;*/
  background: white;
  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);*/
  overflow: hidden
}
.prodet-page .prodet-1 .box .left .big ul li img {
  width: 100%;
}
.prodet-page{
  padding-top: 80px
}
.prodet-page .prodet-1 .box .left .small{
  margin-top: 10px;
  padding: 0 25px;
  position: relative;
}
.prodet-page .prodet-1 .box .left .small .prev,.prodet-page .prodet-1 .box .left .small .next{
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  transition: .5s;
  position: absolute;
}
.prodet-page .prodet-1 .box .left .small .prev{
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.prodet-page .prodet-1 .box .left .small .next{
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.prodet-page .prodet-1 .box .left .small .prev:hover,.prodet-page .prodet-1 .box .left .small .next:hover{
  color: var(--color)
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .left .small ul li img {
  /*border-radius: 10px;*/
	border: solid 1px rgba(199, 203, 197, 0.8);
  background: #fff;
  transition: .5s;
  cursor: pointer
 
}
.prodet-page .prodet-1 .box .left .small ul li img:hover{
  	border: solid 1px #577f35;
}
.prodet-page .prodet-1 .box .right {
  padding-top: 15px;
}
.prodet-page .prodet-1 .box .right .content .cat_name {
  position: relative;
  line-height: 1;
  /*margin-bottom: 8px;*/
  	font-size: 26px;
    font-weight: bold;
    padding-block-end: 8px
}
/*.prodet-page .prodet-1 .box .right .content .cat_name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #f9c406;
}*/
.prodet-page .prodet-1 .box .right .content h1 {
  font-weight: bold;
  font-size: 36px
}
.prodet-page .prodet-1 .box .right .content  .st1{
  	font-size: 26px;
    padding-top: 25px;
    border-top: 1px solid #577f35;
    width: 100%;
    margin-top: 30px;
    font-weight: bold
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  /*max-height: 280px;*/
  padding-right: 20px;
  margin-top: 15px;
  overflow: auto;

}
.prodet-page .prodet-1 .box .right .content .more{
  margin-top: 35px;
  width: 260px;
}
.prodet-page .prodet-1 .box .right .content a.msg {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center;
  font-size: 12px;
  bottom: 15%;
  background: #f9c406;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .box .right .m-link a{
  transition: .5s;
}
.prodet-page .prodet-1 .box .right .m-link a:hover{
  color: var(--color);
}
.prodet-page .prodet-1 .box2 .tip{
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.prodet-page .prodet-1 .box2 .tip li{
  margin-right: 20px;
  transition: .5s;
  cursor: pointer;
}
.prodet-page .prodet-1 .box2 .tip li span{
  position: relative;
  display: block;
  padding: 10px 0;
}
.prodet-page .prodet-1 .box2 .tip li span::after{
  content: '';
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color);
  transition: .5s;

}
.prodet-page .prodet-1 .box2 .tip li:hover,.prodet-page .prodet-1 .box2 .tip li.active{
  color: var(--color);
}
.prodet-page .prodet-1 .box2 .tip li:hover span::after,.prodet-page .prodet-1 .box2 .tip li.active span::after{
  width: 100%;
}

.prodet-page .prodet-1 .box2 .cont{
  margin-top: 30px;
  overflow-x: auto
}
.prodet-page .prodet-1 .box2 .cont::-webkit-scrollbar-thumb{
  height: 5px
}
.prodet-page .prodet-1 .box2 .bottom .item .title{
  display: none;
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-1 .box2 .cont table{
    width: 1440px !important;
  }
  .prodet-page .prodet-1 .box .right .content .cat_name,.prodet-page .prodet-1 .box .right .content .st1{
    font-size: 21px;
  }
  .prodet-page .prodet-1 .box .right .content h1{
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
   .prodet-page .prodet-1 .box .right .content .cat_name,.prodet-page .prodet-1 .box .right .content .st1{
    font-size: 18px;
  }
  .prodet-page .prodet-1 .box .right .content h1{
    font-size: 26px;
  }
    .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .box2 .bottom .item .title{
  display: block;
  font-size: 18px;
}
.prodet-page .prodet-1 .box2 .cont{
  margin-top: 25px;
}
.prodet-page .prodet-1 .box2 .tip{
  display: none;
}
.prodet-page .prodet-1 .box2 .bottom .item {
  display: block;
  margin-bottom: 30px;
}
}
@media screen and (max-width: 700px) {
     .prodet-page .prodet-1 .box .right .content .cat_name,.prodet-page .prodet-1 .box .right .content .st1{
    font-size: 16px;
  }
  .prodet-page .prodet-1 .box .right .content h1{
    font-size: 22px;
  }
}
.prodet-page .prodet-2 {
  background-color: #f2f2f2;
  padding: 100px 0 85px;
}
.prodet-page .prodet-2 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  flex-wrap: wrap;
}
.prodet-page .prodet-2 .top .more{
  margin: 0 0 0 auto;
}
.prodet-page .prodet-2 ul {
  margin-right: -39px;
  margin-top: 57px;
}
.prodet-page .prodet-2 ul li {
  padding-right: 39px;
  text-align: center;
}
.prodet-page .prodet-2 ul li .box > img {
  width: 100%;
}
.prodet-page .prodet-2 ul li .box .t1 {
  font-size: 22px;
  display: block;
  margin: 20px 0 15px;
  line-height: 1.5;
  transition: .5s;
}
.prodet-page .prodet-2 ul li .box .t1:hover{
  color: var(--color)
}
.prodet-page .prodet-2 ul li .box .cont {
  color: #747474;
  font-size: 17px;
}
.prodet-page .prodet-3 {
  padding: 70px 0;
}
.prodet-page .prodet-3 .smt {
  padding-bottom: 8px;
}
.prodet-page .prodet-3 form {
  margin-top: 62px;
}
/*.prodet-page .prodet-3 form button {
  border: solid 1px rgba(0, 0, 0, 0.8);
  width: 280px
}*/
.prodet-page .prodet-3 form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodet-3 form ul li {
  border: solid 1px #7d7d7d;
  height: 59px;
  font-size: 18px;
  margin-bottom: 20px;
}
.prodet-page .prodet-3 form ul li input {
  width: 100%;
  height: 100%;
  padding: 0 22px;
  border: none;
}
.prodet-page .prodet-3 form ul li textarea {
  width: 100%;
  height: 100%;
  padding: 22px;
  border: none;
}
.prodet-page .prodet-3 form ul .submit {
  width: 100%;
  border: none;
  margin-top: 16px;
}
.prodet-page .prodet-3 form ul button{
  border: none;
}
.prodet-page .prodet-3 form ul .i1 {
  width: 48%;
}
.prodet-page .prodet-3 form ul .i2 {
  width: 100%;
}
.prodet-page .prodet-3 form ul .i3 {
  width: 100%;
  height: 262px;
}
.prodet-page .prodet-4 {
  position: relative;
  background-color: #f2f2f2;
}
.prodet-page .prodet-4 .img {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.prodet-page .prodet-4 .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prodet-page .prodet-4 .right {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 68px 0 68px 68px;
}
.prodet-page .prodet-4 .right .cont {
  height: 220px;
  overflow-y: auto;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 60px;
  margin-top: 29px;
  padding-right: 5px;
}
.prodet-page .prodet-5 {
  padding: 60px 0 73px;
}
.prodet-page .prodet-5 .title{
  margin-bottom: 60px;
}
.prodet-page .prodet-5 ul {
 margin: -20px;
}

.prodet-page .prodet-5 ul li {
  padding: 20px;
}
.prodet-page .prodet-5 ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  border-radius: 14px;
  padding: 39px 50px 70px 28px;
  display: block
}
.prodet-page .prodet-5 ul li .box .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 28px;
}
.prodet-page .prodet-5 ul li .box .t1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  height: 2.3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: .5s
}
.prodet-page .prodet-5 ul li .box:hover .t1{
  color: var(--color);
}
.prodet-page .prodet-5 ul li .box .cont {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 18px;
  line-height: 2;
  height: 8em;
  margin-top: 15px;
}
@media screen and (max-width: 1680px) {
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-5 ul li .box {
    padding-right: 30px;
  }
 .prodet-page .prodet-5 ul {
 margin: -15px;
}
.prodet-page .prodet-5 ul li {
  padding: 15px;
}
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-2 {
  padding: 70px 0 60px;
}
  .prodet-page .prodet-4 .right {
    padding: 30px 0 30px 30px;
  }
  .prodet-page .prodet-5 ul li .box {
    padding: 39px 20px 50px 18px;
  }
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-5 .title{
  margin-bottom: 40px;
}
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: 22px;
    padding: 15px 0 10px;
  }
    .prodet-page .prodet-2 {
  padding: 40px 0 50px;
}
  .prodet-page .prodet-4 .img {
    position: relative;
    width: 100%;
  }
  .prodet-page .prodet-4 .right {
    width: 100%;
    padding: 30px 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-5 ul li .box .t1{
    font-size: 20px;
  }
  .prodet-page .prodet-5 ul li .box .cont{
    font-size: 16px;
  }
  .prodet-page .prodet-2 .top .tip{
   width: 100%;
   margin-bottom: 20px;
  }
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: 20px;
  }
  .prodet-page .prodet-3 form ul .i1 {
    width: 100%;
  }
  .prodet-page .prodet-5 ul {
    margin-right: 0;
  }
  .prodet-page .prodet-5 ul {
 margin: -10px;
}
.prodet-page .prodet-5 ul li {
  padding: 10px;
}
}

.news-page {
  padding: 100px 0;
}
.news-page ul {
  margin: -15px;
}
.news-page ul li {
  padding: 15px;
}
.news-page ul li .box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 50px;
  border-radius: 12px;
}
.news-page ul li .box .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1
}
.news-page ul li .box .h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0 20px;
  height: 4.2em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-page ul li .box .content {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
    height: 8em;
}
.news-page ul li .box .more{
  	/*border: solid 1px rgba(0, 0, 0, 0.8);*/
    width: 300px;
}

@media screen and (max-width: 1250px){
    .news-page ul li{
    width: 50% !important;
  }
}
@media screen and (max-width: 1000px){
  .news-page{
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px){
    .news-page ul li{
    width: 100% !important;
  }
  .news-page ul li .box .h3{
    min-height: auto;
    font-size: 20px;
  }
  .news-page ul li .box .content{
    font-size: 16px;
  }
}
.newdet-page .newdet-1{
  padding-top: 80px
}
.newdet-page .newdet-1 .tips {
  width: 232px;
  height: 52px;
  background-image: -webkit-gradient(linear, left top, right top, from(#567e35), color-stop(100%, #85b02e), color-stop(100%, #93a868), to(#a0a0a1)), -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
  background-image: -webkit-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -webkit-linear-gradient(#f2f2f2, #f2f2f2);
  background-image: -moz-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -moz-linear-gradient(#f2f2f2, #f2f2f2);
  background-image: linear-gradient(90deg, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), linear-gradient(#f2f2f2, #f2f2f2);
  background-blend-mode: normal, 
		normal;
  border-radius: 26px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 52px;
  margin: 0 auto 40px;
}
.newdet-page .newdet-1 h1{
  	font-size: 48px;
    font-weight: bold;
    text-align: center
}
.newdet-page .newdet-1 .time{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-top: 22px
}
.newdet-page .newdet-1 .time .ad{
  width: 31px;
	height: 31px;
	background-color: #f2f2f2;
    display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 16px;
  color: #aaa
}
time .dot{
  	width: 3px;
	height: 3px;
	background-color: #588034;
    border-radius: 50%;
    margin: 0 10px
}
.newdet-page .newdet-1 .content{
  font-size: 18px;
  line-height: 2;
  margin-top: 40px;
}
.newdet-page .newdet-1 .m-link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 22px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 70px
}
.newdet-page .newdet-1 .m-link>a div{
  	color: #8e8e8e;
    font-size: 16px
}
.newdet-page .newdet-1 .m-link .share{
     display: flex;
  justify-content: center;
  align-items: center;
}
.newdet-page .newdet-1 .m-link .share a{
  width: 46px;
  height: 46px;
  border-radius: 50%;
    display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  margin-left: 10px
}
.newdet-page .newdet-1 .m-link .share .a1{
background: #48bde9
}
.newdet-page .newdet-1 .m-link .share .a2{
background: #4f5fbf
}
.newdet-page .newdet-1 .m-link .share .a3{
background: #7a7d82
}
.newdet-page .newdet-1 .m-link .share .a4{
background: #f39801
}
.newdet-page .newdet-1 .m-link .share .a5{
background: #f39801
}
@media screen and (max-width: 1250px) {
.newdet-page .newdet-1 h1{
  font-size: 35px
}
}
@media screen and (max-width: 1000px) {
.newdet-page .newdet-1 h1{
  font-size: 28px
}
.newdet-page .newdet-1 .m-link .share a{
  zoom: 0.8
}
}
@media screen and (max-width: 700px) {
.newdet-page .newdet-1 h1{
  font-size: 25px
}
.newdet-page .newdet-1 .m-link .share {
 width: 100%;
 justify-content: flex-start
}
.newdet-page .newdet-1 .m-link>a{
  width: 100%;
  margin-bottom: 10px
}
.newdet-page .newdet-1 .tips{
  zoom: 0.7
}
.newdet-page .newdet-1{
  padding-top: 40px
}
.newdet-page .newdet-1 .m-link{
  margin-top: 40px
}
.newdet-page .newdet-1 .content{
  margin-top: 25px
}
}
@media screen and (max-width: 500px) {
  .newdet-page .newdet-1 h1{
  font-size: 22px
}
.newdet-page .newdet-1 .content{
  font-size: 16px
}
}
.about-page .about-1 {
  padding-top: 70px;
}
.about-page .about-1 .center {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-1 .center .left {
  width: 65%;
  font-size: 18px;
  line-height: 2;
  height: 220px;
  overflow-y: auto;
  padding-right: 15px;
}
.about-page .about-1 .center .right {
  max-width: 30%;
  text-align: center;
}
.about-page .about-1 .center .right .t1 {
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-1 .center .right p {
  font-size: 26px;
}
.about-page .about-1 .video {
  margin-top: 65px;
  position: relative;
  cursor: pointer
}
.about-page .about-1 .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-1 .video .play img {
  position: relative;
  z-index: 3;
}
.about-page .about-1 .video .play::before,
.about-page .about-1 .video .play::after {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  background: #979da1;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-left: -45px;
  margin-top: -45px;
}
.about-page .about-1 .video .play::before {
  -webkit-animation: ks 2s infinite ease;
  -moz-animation: ks 2s infinite ease;
  animation: ks 2s infinite ease;
}
.about-page .about-1 .video .play::after {
  -webkit-animation: ks 2s 1s infinite ease;
  -moz-animation: ks 2s 1s infinite ease;
  animation: ks 2s 1s infinite ease;
}
.about-page .about-1 .dates {
  padding: 60px 0 90px;
}
.about-page .about-1 .dates ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-1 .dates ul li {
  /*width: 25%;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-1 .dates ul li .num {
  font-size: 96px;
  line-height: 1;
}
.about-page .about-1 .dates ul li .num em {
  line-height: 1;
  font-family: "Anton";
}
.about-page .about-1 .dates ul li p {
  font-size: 18px;
  margin-left: 20px;
  max-width: 110px;

}
.about-page .about-2 {
  background: url(../images/about2-1.jpg) no-repeat top center / cover;
  padding: 117px 0 90px;
}
.about-page .about-2 .team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-2 .team .left {
  width: 50%;
}
.about-page .about-2 .team .right {
  width: 50%;
  padding-left: 120px;
  color: #fff;
}
.about-page .about-2 .team .right .smt {
  margin-bottom: 10px;
}
.about-page .about-2 .team .right .cont {
  font-size: 17px;
  line-height: 2;
  margin-top: 50px;
}
.about-page .about-2 .team .right .cont p {
  margin-bottom: 30px;
}
.about-page .about-3 {
  padding: 70px 0 90px;
}
.about-page .about-3 .ui {
  position: relative;
}
.about-page .about-3 .tip {
  text-align: center;
}
.about-page .about-3 .top {
  margin-top: 110px;
}
.about-page .about-3 .top .slick-current .t1 {
  color: transparent;
  background-image: -webkit-linear-gradient(45deg, #567f35, #84b02e);
  background-image: -moz-linear-gradient(45deg, #567f35, #84b02e);
  background-image: linear-gradient(45deg, #567f35, #84b02e);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}
.about-page .about-3 .top ul {
  margin-right: -120px;
}
.about-page .about-3 .top ul li {
  padding-right: 120px;
}
.about-page .about-3 .top ul li .t1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-3 .top ul li .cont {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
  max-height: 8em;
  overflow-y: auto;
}
.about-page .about-3 .top .prev,
.about-page .about-3 .top .next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #d8d8d8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}
.about-page .about-3 .top .prev:hover,
.about-page .about-3 .top .next:hover {
  background: #65902e;
}
.about-page .about-3 .top .prev {
  left: -100px;
}
.about-page .about-3 .top .next {
  right: -100px;
}
.about-page .about-3 .line {
  height: 3px;
  width: 100%;
  background-color: #d9d9d9;
  margin-top: 130px;
}
.about-page .about-3 .line .line2 {
  width: 10.5%;
  height: 3px;
  background-color: #65902e;
  position: relative;
}
.about-page .about-3 .line .line2 .dot {
  width: 20px;
  height: 10px;
  background-color: #65902e;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -5px;
}
.about-page .about-3 .line .line2 .dot::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #65902e;
  position: absolute;
  top: -7px;
}
.about-page .about-3 .line .line2 .dot::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #65902e;
  position: absolute;
  bottom: -7px;
}
.about-page .about-3 .bottom {
  margin-top: 20px;
}
.about-page .about-3 .bottom .slick-current li {
  color: #65902e;
}
.about-page .about-3 .bottom li {
  color: #7d7d7d;
  font-size: 30px;
  cursor: pointer;
}
.about-page .about-4 {
  padding: 100px 0 20px;
  /*background: url(../images/about3-2.jpg) no-repeat top center / cover;*/
}
.about-page .about-4 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-4 .top .cont {
  max-width: 640px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.about-page .about-4 ul {
  margin-right: -37px;
  margin-top: 85px;
}
.about-page .about-4 ul li {
  padding-right: 37px;
}
.about-page .about-4 ul li .box {
  background: #fff;
  padding: 45px 45px 60px;
}
.about-page .about-4 ul li .box .t1 {
  font-size: 32px;
  line-height: 1.1;
  margin: 36px 0 25px;
  height: 2.5em
}
.about-page .about-4 ul li .box .text {
  font-size: 18px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5.5em;
}
.about-page .about-5 {
  padding: 80px 0 115px;
}
.about-page .about-5 ul.slick-dots li{
  background-color: #000;
}
.about-page .about-5 ul.slick-dots li.slick-active{
  background-color: #7aa72e;
}
.about-page .about-5 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.about-page .about-5 ul {
  margin-top: 82px;
  margin-right: -25px;
}
.about-page .about-5 ul li {
  padding-right: 25px;
}
.about-page .about-5 ul li .box {
  position: relative;
}
.about-page .about-5 ul li .box img {
  width: 100%;
}
.about-page .about-5 ul li .box .t1 {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 26px;
  text-shadow: 0px 0px 7px rgba(25, 25, 25, 0.38);
  padding-bottom: 5px
}
@media screen and (max-width: 1450px) {
  .about-page .about-5 ul li .box .t1{
    font-size: 22px;
  }
  .about-page .about-1 .center .right .t1 {
    font-size: 150px;
  }
  .about-page .about-1 .dates ul li .num {
    font-size: 70px;
  }
  .about-page .about-2 .team .right {
    padding-left: 50px;
  }
  .about-page .about-3 .top ul {
    margin-right: -50px;
  }
  .about-page .about-3 .top ul li {
    padding-right: 50px;
  }
  .about-page .about-3 .line .line2 {
    width: 12%;
  }
  .about-page .about-4 ul li .box .t1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .center .right .t1 {
    font-size: 120px;
  }
  .about-page .about-1 .dates ul li .num {
    font-size: 50px;
  }
  .about-page .about-3 .top .prev,
  .about-page .about-3 .top .next {
    display: none;
  }
  .about-page .about-4 ul li .box .t1{
    font-size: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-4 .top .cont {
    max-width: 400px;
  }
  .about-page .about-4 ul li .box {
    padding: 20px 15px 40px;
  }
}
@media screen and (max-width: 1000px) {
    .about-page .about-5 ul li .box .t1{
    font-size: 20px;
  }
  .about-page .about-4 .top .cont {
    max-width: 100%;
    margin-top: 20px;
  }
  .about-page .about-3 .line .line2 {
    width: 50px;
  }
  .about-page .about-2 {
    display: none;
  }
  .about-page .about-1 .dates ul li {
    width: 50%;
  }
  .about-page .about-1 .center .left {
    width: 100%;
  }
  .about-page .about-1 .center .right {
    display: none;
  }
  .about-page .about-1 .video {
    display: none;
  }
    .about-page .about-4 ul li .box .t1{
    font-size: 20px;
  }
   .about-page .about-5 {
    padding-top: 40px 0 60px;
  }
  .about-page .about-1 .center{
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-5 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-5 .top .tip {
    width: 100%;
  }
  .about-page .about-5 .top .more {
    margin: 20px 0 0 auto;
  }
  .about-page .about-1 .dates {
    padding: 20px 0 30px;
  }
  .about-page .about-3 .top {
    margin-top: 40px;
  }
  .about-page .about-3 .line {
    margin-top: 50px;
  }
  .about-page .about-3 .top ul li .t1 {
    font-size: 30px;
  }
  .about-page .about-3 .bottom li {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {

  .about-page .about-1 .dates ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .about-page .about-1 .dates ul li .num {
    font-size: 30px;
  }
  .about-page .about-1 .dates ul li p {
    max-width: 200px;
  }
  .about-page .about-3 .top ul li .t1 {
    font-size: 25px;
  }
  .about-page .about-3 .bottom li {
    font-size: 22px;
  }
 
}

.factory-page {
  padding-top: 90px;
  padding-bottom: 50px;
}
.factory-page .top h2 {
  border-bottom: 1px solid #dbdbdb;
    padding-bottom: 32px;
    margin-bottom: 60px;
}
.factory-page .top ul {
  margin: -23px;
  margin-bottom: 45px;
}
.factory-page .top ul li {
  padding: 23px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.factory-page .top ul li a {
  background-color: #dedede;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 0;
}
.factory-page .top ul li:hover a,
.factory-page .top ul li.active a {
  background: var(--color);
  color: white;
}
.factory-page .wrap {
  margin: -18px;
}
.factory-page .wrap li {
  padding: 18px;
}
.download .wrap li a{
  display: block
}
.download .wrap li a:hover{
  color: #7aa72e
}
.factory-page .more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  background: var(--color);
  color: white;
  font-size: 25px;
  text-align: center;
  height: 77px;
  line-height: 77px;
  width: 335px;
  margin: 60px auto;
}
.factory-page.down .more{
    height: 57px;
      line-height: 57px;
      background: #ebac2f;
      color: #fff;
}
.factory-page.down img{
  width: 100%;
}
.factory-page.down .more:hover{
      background: none;
      color: #ebac2f;
      border: 1px solid #ebac2f;
}
.factory-page .more .fa {
  margin-left: 5px;
}
.factory-page .more:hover {
  background: black;
}
.faq-page {
  padding-bottom: 100px;
  padding-top: 80px
}
.faq-page .faqbox .ui.container ul.faqlist li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.faq-page .faqbox .ui.container ul.faqlist li .top {
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 160px;
  width: 100%;
  cursor: pointer;
}
.faq-page .faqbox .ui.container ul.faqlist li .top .title{
  font-size: 28px
}
.faq-page .faqbox .ui.container ul.faqlist li .top i {
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
}
.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  position: absolute;
  font-size: 30px;
  color: #000;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-page .faqbox .ui.container ul.faqlist li span.qust{
  color: var(--color);
}
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  color: var(--color);
}
.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 30px 0;
  padding-left: 160px;
  background: #f9f9f9;
  display: none;
  position: relative;
}
@media screen and (max-width: 1000px){
  .faq-page .faqbox .ui.container ul.faqlist li .top .title{
    font-size: 18px
  }
  .faq-page .faqbox .ui.container ul.faqlist li .top{
    padding: 0 100px
  }
}
@media screen and (max-width: 700px) {
   .faq-page{
     padding-top: 40px
   }
  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 40px 0 0;
  }
  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none;
  }
  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px;
  }
.faq-page .faqbox .ui.container ul.faqlist li .top .title{
  font-size: 20px
}
.faq-page .faqbox .ui.container ul.faqlist li .top i{
  right: 20px
}
}

.contact-page {

}
.contact-page .contact-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 80px;
}
.contact-page .contact-1 .left {
  width: 50%;
}
.contact-page .contact-1 .right{
  width: 40%;
}
.contact-page .contact-1 .right img{
  width: 100%;
}
.contact-page .contact-1 .left .smt {
  padding-top: 30px;
  padding-bottom: 8px;
}
.contact-page .contact-1 form {
  margin-top: 62px;
}
.contact-page .contact-1 form button {
  border: none;
  width: 300px;
}
.contact-page .contact-1 form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 form ul li {
  border: solid 1px #7d7d7d;
  height: 59px;
  font-size: 18px;
  margin-bottom: 20px;
}
.contact-page .contact-1 form ul li input {
  width: 100%;
  height: 100%;
  padding: 0 22px;
  border: none;
}
.contact-page .contact-1 form ul li input::-webkit-input-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li input:-moz-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li input::-moz-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li input:-ms-input-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li input::placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li textarea {
  width: 100%;
  height: 100%;
  padding: 22px;
  border: none;
}
.contact-page .contact-1 form ul li textarea::-webkit-input-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li textarea:-moz-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li textarea::-moz-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li textarea:-ms-input-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li textarea::placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul .submit {
  width: 100%;
  border: none;
  margin-top: 16px;
}
.contact-page .contact-1 form ul .i1 {
  width: 48%;
}
.contact-page .contact-1 form ul .i2 {
  width: 100%;
}
.contact-page .contact-1 form ul .i3 {
  width: 100%;
  height: 262px;
}
.contact-page .contact-2 {
  background-color: #f2f2f2;
  padding: 83px 80px  97px;
  margin-top: 100px;
  margin-bottom: 80px
}
.contact-page .contact-2 .title {
  line-height: 1.2;
}
.contact-page .contact-2 .top {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.contact-page .contact-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 100px;
}
.contact-page .contact-2 ul li {
  width: 33%;
  text-align: center;
  padding: 0 40px;
  position: relative;
}
.contact-page .contact-2 ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 140px;
  background: #989898;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-page .contact-2 ul li.last::after {
  display: none;
}
.contact-page .contact-2 ul li .t1 {
  font-weight: bold;
  font-size: 25px;
  margin-top: 30px;
  line-height: 1;
  margin-bottom: 15px;
}
.contact-page .contact-2 ul li p {
  font-size: 18px;
  line-height: 1.4;
  color: #989898;
}
@media screen and (max-width: 1450px) {
  .contact-page .contact-1 .right {
    width: 46%;
  }
  .contact-page .contact-1 .right img {
    width: 100%;
  }
  .contact-page .contact-2 {
    padding: 83px 40px  97px;
  }
  .contact-page .contact-2 ul li {
    padding: 0 20px;
  }
  .contact-page .contact-2 ul li .t1{
    font-size: 21px
  }
}
@media screen and (max-width: 1100px) {
  .contact-page .contact-2 {
    padding: 83px 20px  97px;
  }
  
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-2 ul li .t1{
    font-size: 18px
  }
  .contact-page .contact-2 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-page .contact-2 ul li::after {
    display: none;
  }
  .contact-page .contact-1 .right {
    display: none;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 ul li p{
    font-size: 14px;
  }
  .contact-page .contact-1 form ul .i1 {
    width: 100%;
  }
  .contact-page .contact-1 {
    padding-top: 40px;
  }
  .contact-page .contact-2 {
    margin-top: 50px;
  }
  .contact-page .contact-2 {
    padding: 43px 20px  57px;
  }
  .contact-page .contact-2 ul {
    margin-top: 50px;
  }
  .contact-page .contact-2{
    margin-bottom: 40px
  }
}
.application-page .application-1 {
  padding-top: 80px;
  padding-bottom: 110px;
}
.application-page .application-1 .ui {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.application-page .application-1 .ui .left {
  width: 50%;
  padding-right: 80px;
}
.application-page .application-1 .ui .right {
  width: 50%;
  padding-top: 20px;
}
.application-page .application-1 .ui .right .cont {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 30px;
}
.application-page .application-2 {
  background: #f2f2f2;
  padding-top: 85px;
  padding-bottom: 110px;
}
.application-page .application-2 .top {
  text-align: center;
}
.application-page .application-2 .top .smt {
  padding-bottom: 5px;
}
.application-page .application-2 .bottom {
  position: relative;
}
.application-page .application-2 .bottom ul {
  margin-right: -60px;
  margin-top: 67px;
}
.application-page .application-2 .bottom ul li {
  padding-right: 60px;
}
.application-page .application-2 .bottom ul li .box {
  background: #fff;
}
.application-page .application-2 .bottom ul li .box:hover .text .box2 {
  opacity: 1;
}
.application-page .application-2 .bottom ul li .box .tip {
  padding: 30px 50px;
}
.application-page .application-2 .bottom ul li .box .tip .t1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  padding-bottom: 25px;
  border-bottom: 1px solid #72915b;
}
.application-page .application-2 .bottom ul li .box .tip .cont {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 27px;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.application-page .application-2 .bottom ul li .box .text {
  position: relative;
}
.application-page .application-2 .bottom ul li .box .text > img {
  width: 100%;
}
.application-page .application-2 .bottom ul li .box .text .box2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  color: #fff;
  padding: 35px 40px 50px;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.application-page .application-2 .bottom ul li .box .text .box2 .info {
  height: 100%;
  overflow-y: auto;
}
.application-page .application-2 .bottom ul li .box .text .box2 .info p {
  margin-bottom: 30px;
}
.application-page .application-2 .bottom .prev,
.application-page .application-2 .bottom .next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #d8d8d8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  cursor: pointer;
}
.application-page .application-2 .bottom .prev:hover,
.application-page .application-2 .bottom .next:hover {
  background: #65902e;
}
.application-page .application-2 .bottom .prev {
  left: -100px;
}
.application-page .application-2 .bottom .next {
  right: -100px;
}
.application-page .application-2 .more {
  width: 422px;
  display: block;
  margin: 60px auto 0;
  border: 1px solid #5d8634;
}
@media screen and (max-width: 1450px) {
  .application-page .application-2 .bottom .prev {
  left: -35px;
  zoom: 0.85;
}
.application-page .application-2 .bottom .next {
  right: -35px;
    zoom: 0.85;
}
}
@media screen and (max-width: 1250px) {
  .application-page .application-2 .bottom .prev,
  .application-page .application-2 .bottom .next {
    display: none;
  }
  .application-page .application-1 .ui .left {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .application-page .application-2 .bottom ul {
    margin-right: -30px;
  }
  .application-page .application-2 .bottom ul li {
    padding-right: 30px;
  }
  .application-page .application-2 .bottom ul li .box .tip .t1 {
    font-size: 24px;
  }
  .application-page .application-2 .bottom ul li .box .tip {
  padding: 30px;
}
  .application-page .application-1 .ui .left {
    display: none;
  }
  .application-page .application-1 .ui .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .application-page .application-1,
  .application-page .application-2 {
    padding: 40px 0 50px;
  }
  .application-page .application-2 .bottom ul li .box .tip .t1 {
    font-size: 25px;
  }
  .application-page .application-2 .bottom ul li .box .tip {
    padding: 20px  15px;
  }
  .application-page .application-2 .bottom ul li .box .tip .cont {
    font-size: 16px;
  }
  .application-page .application-2 .bottom ul li .box .text .box2 {
    padding: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .application-page .application-2 .bottom ul li .box .tip .t1 {
    font-size: 20px;
  }
}

.service-page .service-1 {
  padding-top: 110px;
  padding-bottom: 70px
}
.service-page .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-1 .top .tip {
  width: 50%;
}
.service-page .service-1 .top .tip .title {
  line-height: 1.2;
}
.service-page .service-1 .top .cont {
  width: 50%;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2;
}
.service-page .service-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}
.service-page .service-1 ul li {
  background-color: #f7f7f7;
  height: 435px;
  width: 31%;
  padding: 45px 28px 0;
  margin-top: 40px;
}
.service-page .service-1 ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 33px;
}
.service-page .service-1 ul li .img .num {
  font-size: 72px;
  opacity: .2;
  font-weight: bold;
  line-height: 1;
}
.service-page .service-1 ul li .t1 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}
.service-page .service-1 ul li .text {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.service-page .service-1 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 84px;
  margin-bottom: 10px;
}
.service-page .service-1 .bottom img {
  margin-right: 24px;
}
.service-page .service-1 .sev1 {
  width: 100%;
}
.service-page .service-1 .sev-img{
  position: relative;
  margin-top: 80px
}
.service-page .service-1 .sev-img .sev-icon{
  position: absolute;
  right: 70px;
  top: 0;
  margin-top:-96px;
  animation: sc 8s infinite linear;
}
.service-page .service-2 {
  background: url(../images/sev2-3.jpg) no-repeat bottom -5px center / 100%;
  padding: 105px 0 175px;
  text-align: center;
}
.service-page .service-2 .title {
  line-height: 1.2;
}
.service-page .service-2 .cont {
  max-width: 1150px;
  font-size: 17px;
  line-height: 2;
  margin: 15px auto 45px;
}
.service-page .service-2 .more {
  margin: 0 auto;
  /*border: solid 1px rgba(0, 0, 0, 0.8);*/
}
@media screen and (max-width: 1450px) {
  .service-page .service-1 ul li {
    width: 47%;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .top .tip {
    width: 100%;
  }
  .service-page .service-1 .top .cont {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .service-page .service-1 ul li .t1 {
    font-size: 22px;
  }
  .service-page .service-1 ul li .img .num {
    font-size: 60px;
  }
  .service-page .service-1 .sev-img{
  zoom: 0.8
}
}
@media screen and (max-width: 700px) {
  .service-page .service-1 ul li {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .service-page .service-1{
    padding: 40px 0;
  }
    .service-page .service-1 .sev-img{
  zoom: 0.5
}
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .bottom {
    display: none;
  }
}

.sustainability-page .sustainability-1 {
  padding-top: 80px;
  padding-bottom: 100px;
}
.sustainability-page .sustainability-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sustainability-page .sustainability-1 .top .tip {
  width: 50%;
}
.sustainability-page .sustainability-1 .top .tip .title {
  line-height: 1.2;
}
.sustainability-page .sustainability-1 .top .cont {
  width: 50%;
  font-size: 18px;
  line-height: 2;
}
.sustainability-page .sustainability-1 .sus1 {
  margin-top: 70px;
}
.sustainability-page .sustainability-2 .list1 {
  background: url(../images/sus2-adv1.jpg) no-repeat top center / cover;
  color: #fff;
}
.sustainability-page .sustainability-2 .list2 {
  background: #f2f2f2;
}
.sustainability-page .sustainability-2 .list {
  padding: 100px 0;
}
.sustainability-page .sustainability-2 .list .ui {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sustainability-page .sustainability-2 .list .left {
  width: 46%;
}
.sustainability-page .sustainability-2 .list .right {
  width: 50%;
  position: relative;
}
.sustainability-page .sustainability-2 .list .right .smt {
  font-weight: bold;
}
.sustainability-page .sustainability-2 .list .right .title {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
}
.sustainability-page .sustainability-2 .list .right .num {
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.1;
}
.sustainability-page .sustainability-2 .list .right .text {
  font-size: 18px;
  line-height: 2;
}
.sustainability-page .sustainability-2 .list .right .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 10px;
}
.sustainability-page .sustainability-2 .list .right .tit img {
  margin-right: 15px;
}
.sustainability-page .sustainability-3 {
  background: url(../images/sev2-3.jpg) no-repeat bottom center / 100%;
  padding-bottom: 140px;
  padding-top: 80px;
  text-align: center;
}
.sustainability-page .sustainability-3 .cont {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 30px;
  padding: 0 15px;
}
@media screen and (max-width: 1250px) {
  .sustainability-page .sustainability-2 .list .left {
    display: none;
  }
  .sustainability-page .sustainability-2 .list .right {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .sustainability-page .sustainability-1 .top .tip {
    width: 100%;
  }
  .sustainability-page .sustainability-1 .top .cont {
    width: 100%;
    margin-top: 30px;
  }
  .sustainability-page .sustainability-2 .list .right .num {
    font-size: 80px;
  }
}
@media screen and (max-width: 700px) {
  .sustainability-page .sustainability-3 {
    background: none;
    padding: 30px 0 60px;
  }
  .sustainability-page .sustainability-2 .list {
    padding: 50px 0;
  }
  .sustainability-page .sustainability-2 .list .right .num {
    font-size: 60px;
    top: -10px;
  }
}

.quality-page .quality-1 {
  padding-top: 80px;
  padding-bottom: 140px;
  background: -webkit-linear-gradient(bottom, #f2f2f2 470px, #fff 400px);
  background: -moz-linear-gradient(bottom, #f2f2f2 470px, #fff 400px);
  background: linear-gradient(to top, #f2f2f2 470px, #fff 400px);
}
.quality-page .quality-1 .tip {
  text-align: center;
}
.quality-page .quality-1 .tip .cont {
  font-size: 18px;
  line-height: 1.8;
  max-width: 1180px;
  margin: 20px auto 0;
}
.quality-page .quality-1 ul {
  margin-right: -24px;
  margin-top: 90px;
}
.quality-page .quality-1 ul li {
  padding-right: 24px;
}
.quality-page .quality-1 ul li .box {
  background: #fff;
}
.quality-page .quality-1 ul li .box .img-box img {
  width: 100%;
}
.quality-page .quality-1 ul li .box .text {
  padding: 45px 40px 40px;
}
.quality-page .quality-1 ul li .box .text .t1 {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 25px;
  font-weight: bold;
}
.quality-page .quality-1 ul li .box .text .cont {
  font-size: 18px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.quality-page .quality-1 ul.slick-dots li {
  background-color: #000000;
  opacity: 0.3;
}
.quality-page .quality-1 ul.slick-dots li.slick-active {
  background-color: #7aa72e;
  opacity: 1;
}
@media screen and (max-width: 700px) {
  .quality-page .quality-1 ul li .box .text .t1 {
    font-size: 20px;
  }
  .quality-page .quality-1 ul li .box .text {
    padding: 20px 15px;
  }
  .quality-page .quality-1 ul li .box .text .cont {
    font-size: 16px;
  }
}

ul>p{
  padding: 30px;
}