@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), 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-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), 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-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.eot');
  src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  --color: #42af50;
  font-family: 'Poppins';
  font-weight: 300;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1530px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  /*font-weight: 600;*/
  line-height: 1;
  background: #fff;
  padding: 14px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover,
.more:focus{
  color: #fff;
  background: var(--color);
}
.more em {
  width: 2.42em;
  height: 2.42em;
  background: var(--color);
  color: #fff;
  border-radius: 50%;
  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;
  margin-left: 18px;
}
.more em i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.link {
  font-size: 18px;
  background-color: var(--color);
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 28px 10px 27px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.link:hover {
  background: #000;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  position: relative;
  padding: 13px 0 15px;
}
#header .nav .menu-box {
  margin: 3px 0 0 auto;
}
#header .nav .menu-box ul.menu > li {
  font-size: 20px;
  line-height: 1;
  margin-right: 73px;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .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: 130%;
  left: 0;
  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 .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .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 .menu-box ul.menu > li:hover,
#header .nav .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .menu-box ul.menu > li:first-child {
  display: none;
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  font-size: 26px;
  cursor: pointer;
}
#header .nav .yuy span {
  position: relative;
  font-size: 20px;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
}
#header .nav .menu-btn {
  width: 27px;
  cursor: pointer;
}
#header .nav .menu-btn span {
  display: block;
  border-bottom: 1px solid #000000;
}
#header .nav .menu-btn span + span {
  margin-top: 7px;
}
#header.active {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.i-tag {
 font-size: 18px;
    line-height: 1.3;
    color: var(--color);
    display: block;
}
.i-title {
  font-size: 48px;
  line-height: 1.4;
}
.title,
.i-title {
  font-weight: 600;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  margin-top: 114px;
  overflow: hidden;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
}
#banner ul li .text .box {
  max-width: 925px;
}
#banner ul li .text .title {
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: bold;
}
#banner ul li .text .title,
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .text .link {
  background: transparent;
  font-size: 20px;
  text-transform: uppercase;
  border: solid 2px #ffffff;
  padding: 17px 44px 15px;
}
#banner ul li .text .link:hover {
  background: #fff;
  color: var(--color);
}
#banner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(53, 172, 52, 0.83)), color-stop(70%, rgba(53, 172, 52, 0.17)), to(rgba(252, 90, 10, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 172, 52, 0.83) 50%, rgba(53, 172, 52, 0.17) 70%, rgba(252, 90, 10, 0) 100%);
  background: -moz-linear-gradient(left, rgba(53, 172, 52, 0.83) 50%, rgba(53, 172, 52, 0.17) 70%, rgba(252, 90, 10, 0) 100%);
  background: linear-gradient(to right, rgba(53, 172, 52, 0.83) 50%, rgba(53, 172, 52, 0.17) 70%, rgba(252, 90, 10, 0) 100%);
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  transition-delay: .8s;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-14 {
  line-height: 2;
}
#index-body .slickDots li {
  width: 1.6em;
  height: 1.6em;
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  margin: 0 1.8em;
}
#index-body .slickDots li.slick-active {
  background: var(--color);
}
#index-body .i-product {
  padding: 7.24% 0 7.4%;
  background: rgba(0, 0, 0, 0.03);
}
#index-body .i-product .content ul {
  margin: -18px;
}
#index-body .i-product .content ul li {
  padding: 18px;
}
#index-body .i-product .content ul li .img-box {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01);
}
#index-body .i-product .content ul li .text .title {
  line-height: 1.4;
  font-size: 20px;
}
#index-body .i-product .content ul li .text p {
  color: #747474;
  line-height: 1.8;
}
#index-body .i-product .content .slickBtn {
  font-size: 22px;
}
#index-body .i-product .content .slickBtn div {
     width: 2em;
    height: 2em;
    top: 56%;
}
#index-body .i-product .content .slickBtn div:hover {
  background: #fff;
  color: var(--color);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#index-body .i-advantage .left {
  width: 37.24%;
}
#index-body .i-advantage .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-advantage .right {
  width: 62.76%;
  background: var(--color);
  color: #fff;
  padding: 3.38542% 12% 3.38542% 4.9%;
}
#index-body .i-advantage .right .i-tag {
  color: #fff;
}
#index-body .i-advantage .right .i-title {
  line-height: 1.3;
}
#index-body .i-advantage .right .con {
  line-height: 1.3;
}
#index-body .i-advantage .right ul {
  margin-bottom: -79px;
}
#index-body .i-advantage .right ul li {
  width: 45%;
  z-index: 1;
  margin-bottom: 79px;
}
#index-body .i-advantage .right ul li .num {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  font-size: 120px;
  opacity: .15;
  font-weight: 700;
  line-height: 1;
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
}
#index-body .i-advantage .right ul li .title {
  padding: 26px 0 32px;
}
#index-body .i-why {
  padding: 4.9% 0 4.84375%;
}
#index-body .i-why .container {
  width: 1730px;
}
#index-body .i-why .i-title {
  color: #fff;
}
#index-body .i-why li{
  height: 100%;
}
#index-body .i-why .ig {
  background: rgba(255, 255, 255, 0.95);
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-why .ig .title {
    font-size: 30px;
}
#index-body .i-why .ig i {
  display: inline-block;
  line-height: 99px;
}
#index-body .i-why .ig i img {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
#index-body .i-why .ig .con {
   line-height: 2;
    font-size: 16px;
}

#index-body .i-why .ig:hover{
  background: rgba(66,175,80,0.95);
  color: #fff;
}
#index-body .i-why .ig:hover i img{
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .i-about {
  background-color: #f3f3f3;
  padding: 5.78125% 0 7.083%;
}
#index-body .i-about .left {
  width: 45%;
}
#index-body .i-about .left .play {
  background: transparent;
  width: 4.35em;
  height: 4.35em;
}
#index-body .i-about .left .play::before,
#index-body .i-about .left .play::after {
  background: rgba(0, 0, 0, 0.3);
}
#index-body .i-about .right {
  width: 55%;
}
#index-body .i-about .right .i-title {
  font-size: 30px;
}
#index-body .i-about .right .con {
  line-height: 2;
}
#index-body .i-about .right .con h1 {
  display: inline;
}
#index-body .i-honor {
  padding: 3.90625% 0 4.53125%;
}
#index-body .i-honor .i-title::after {
  content: '';
  display: block;
  margin: 18px auto 0;
  width: 141px;
  height: 1px;
  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(#000000), to(#000000));
  background-image: -webkit-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -webkit-linear-gradient(#000000, #000000);
  background-image: -moz-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -moz-linear-gradient(#000000, #000000);
  background-image: linear-gradient(90deg, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), linear-gradient(#000000, #000000);
}
#index-body .i-honor .slickDots li {
  background: rgba(0, 0, 0, 0.3);
}
#index-body .i-honor .slickDots li.slick-active {
  background: var(--color);
}
#index-body .i-sus {
  padding: 12.13542% 0 11.6146%;
  position: relative;
  z-index: 1;
  color: #fff;
}
#index-body .i-sus .box {
  max-width: 693px;
  margin: 0 0 0 auto;
}
#index-body .i-sus .box .more {
  color: #000;
}
#index-body .i-sus .box .con {
  line-height: 1.3;
}
#index-body .i-sus::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.46);
  z-index: -1;
}
#index-body .i-news {
  padding: 5.21% 0 5.46875%;
}
#index-body .i-news .ig {
  background-color: #f3f3f3;
}
#index-body .i-news .ig .title {
  line-height: 1.4;
  font-size: 26px;
}
#index-body .i-news .ig p {
  line-height: 1.7;
    font-size: 16px;
}
#index-body .i-news .ig .more em {
  background-color: #555555;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .ig:hover {
  background: var(--color);
  color: #fff;
}
#index-body .i-news .ig:hover .more {
  color: #000;
  background: #fff;
}
#index-body .i-news .ig:hover .more em {
  background: var(--color);
}
#footer {
  background-color: #3c3c3c;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer .f-form {
  max-width: 1618px;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#5c8435), color-stop(100%, #85b02e), color-stop(100%, #93a868), to(#a0a0a1)), -webkit-gradient(linear, left top, left bottom, from(#020202), to(#020202));
  background-image: -webkit-linear-gradient(left, #5c8435 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -webkit-linear-gradient(#020202, #020202);
  background-image: -moz-linear-gradient(left, #5c8435 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -moz-linear-gradient(#020202, #020202);
  background-image: linear-gradient(90deg, #5c8435 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), linear-gradient(#020202, #020202);
}
#footer .f-form .title {
  width: 35%;
  line-height: 1;
}
#footer .f-form .form {
  width: 65%;
}
#footer .f-form .form .form-box {
  width: 88%;
  background-color: rgba(39, 39, 39, 0.15);
  border-radius: 35px;
  padding: 22px 20px 21px;
}
#footer .f-form .form .form-box span {
  background-color: #ffffff;
  opacity: 0.302;
  width: 2px;
  height: 27px;
  display: block;
}
#footer .f-form .form .form-box input {
  background: none;
  border: none;
  padding-left: 19px;
  height: 27px;
  color: #fff;
  font-size: 16px;
}
#footer .f-form .form .form-box input::-webkit-input-placeholder {
  color: #fff;
}
#footer .f-form .form .form-box input:-moz-placeholder {
  color: #fff;
}
#footer .f-form .form .form-box input::-moz-placeholder {
  color: #fff;
}
#footer .f-form .form .form-box input:-ms-input-placeholder {
  color: #fff;
}
#footer .f-form .form .form-box input::placeholder {
  color: #fff;
}
#footer .f-form .form .form-box .i1 {
  width: 28%;
}
#footer .f-form .form .form-box .i2 {
  width: 40%;
}
#footer .f-form .form button {
  width: 105px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 35px;
  border: 0;
}
#footer .f-content .title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 26px;
  color: #9f9f9f;
  text-transform: capitalize;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.89;
}
#footer .f-content ul li a {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer .f-content ul li a::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: #fff;
}
#footer .f-content ul li a:hover::after {
  width: 100%;
}
#footer .f-content ul li i {
  width: 20px;
}
#footer .f-content ul li span {
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .f-contact {
  width: 24%;
}
#footer .f-content .f-contact .title {
  margin-bottom: 32px;
}
#footer .f-content .f-contact ul li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}
#footer .f-content .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content #ewm {
  width: 157px;
  border: 11px solid #fff;
  margin: 0 0 0 auto;
}
#footer .f-copy {
  line-height: 2;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  opacity: 1;
  text-transform: capitalize;
  fill: rgba(255, 255, 255, 0.5);
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1680px) {
  #index-body .i-advantage .right {
    padding: 3.38542% 6% 3.38542% 4.9%;
  }
  #index-body .i-why .container {
    width: 1400px;
  }
  #footer .f-form {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 42px;
  }
  #footer .f-form {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  .i-tag {
    font-size: 26px;
  }
  .i-title {
    font-size: 42px;
  }
  #footer .f-form {
    max-width: 970px;
  }
  #footer .f-form .title {
    width: 100%;
  }
  #footer .f-form .form {
    width: 100%;
    margin-top: 20px;
  }
  #footer .f-content {
    zoom: .9;
  }
}
@media screen and (max-width: 1000px) {
  #banner ul li .text .link {
    font-size: 18px;
    padding: 12px 20px;
  }
  .font-32 {
    font-size: 26px;
  }
  .font-30,
  .font-26 {
    font-size: 24px;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-17 {
    font-size: 17px;
  }
  .i-tag {
    font-size: 24px;
  }
  .i-title {
    font-size: 36px;
  }
  .more {
    font-size: 20px;
  }
  #index-body .i-advantage .left {
    display: none;
  }
  #index-body .i-advantage .right {
    width: 100%;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #footer .f-form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-form .form .form-box {
    width: 100%;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: transparent;
  }
  #footer .f-form .form .form-box span {
    display: none;
  }
  #footer .f-form .form .form-box .i1 {
    width: 45%;
    background: rgba(39, 39, 39, 0.15);
    height: 50px;
    border-radius: 25px;
    margin-bottom: 20px;
  }
  #footer .f-form .form .form-box .i2 {
    width: 100%;
    background: rgba(39, 39, 39, 0.15);
    height: 50px;
    border-radius: 25px;
    margin-bottom: 20px;
  }
  #footer .f-form .form button {
    width: 90px;
    height: 50px;
  }
  #footer .f-content .f-contact {
    width: 100%;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product,
  #footer .f-content .f-code {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .i-tag {
    font-size: 20px;
  }
  .i-title {
    font-size: 36px;
  }
  #index-body .i-advantage .right ul {
    margin-bottom: 0;
  }
  #index-body .i-advantage .right ul li {
    width: 47%;
    margin-bottom: 30px;
  }
  .font-36 {
    font-size: 26px;
  }
  .font-20 {
    font-size: 18px;
  }
  #footer .f-form .form .form-box .i1 {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .more {
    font-size: 16px;
  }
  #banner ul li .text .title {
    letter-spacing: 0;
  }
  #banner ul li .text .btn {
    margin-top: 6px;
  }
  #banner ul li .text .link {
    font-size: 14px;
    padding: 6px 20px;
  }
  .i-tag {
    font-size: 16px;
  }
  .i-title {
    font-size: 30px;
  }
  #index-body .i-product .content .slickBtn {
    font-size: 16px;
  }
  .font-30,
  .font-26 {
    font-size: 22px;
  }
  .font-17 {
    font-size: 16px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  #index-body .i-advantage .right ul li {
    width: 100%;
  }
  #index-body .i-why .ig .title {
    font-size: 22px;
  }
  #index-body .i-why .ig p {
    font-size: 16px;
  }
  #footer .f-form .title {
    font-size: 30px;
  }
  #footer .f-form .form .form-box .i1 {
    width: 100%;
  }
}
.inner-banner {
  padding-top: 220px;
  background: #f2f2f2;
  padding-bottom: 56px;
}
.inner-banner h2 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1;
}
.inner-banner h2 div {
  font-size: 60px;
  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: 1280px) {
  .inner-banner h2 div {
    font-size: 80px;
  }
  .inner-banner h2 {
    font-size: 40px;
  }
  .inner-banner {
    padding-top: 60px;
    margin-top: 114px;
  }
}
@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;
  }
}
#index-body .advantage {
  background: url(../images/adv_bg.jpg) no-repeat top center / cover;
  padding-top: 100px;
  padding-bottom: 160px;
}
.application-page #index-body .advantage {
 background-image: url(../images/adv_bg.jpg)
}
.service-page #index-body .advantage {
 background-image: url(../images/seradv_bg2.jpg)
}
#index-body .advantage .ui.container {
  max-width: 1700px;
}
#index-body .advantage .tip {
  color: #fff;
  text-align: center;
}
#index-body .advantage .tip .smt {
  padding-bottom: 10px;
}
#index-body .advantage ul {
  margin-right: -24px;
  margin-top: 65px;
}
#index-body .advantage ul li {
  padding-right: 24px;
}
#index-body .advantage ul li .box {
  background: #fff;
  padding-top: 56px;
  padding: 56px 39px 80px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .advantage ul li .box .t1 {
  font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 10px;
    height: 2.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
#index-body .advantage ul li .box .icon{
  height: 102px
}
#index-body .advantage ul li .box .icon img {
    width: 20%;
}
#index-body .advantage ul li .box .cont {
  font-size: 16px;
    line-height: 1.8;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    height: 9em;
}
#index-body .advantage ul li .box:hover{
  background: var(--color);
  color: #fff;
}
#index-body .advantage ul li .box:hover .icon img{
  -webkit-filter: invert(1);
  filter: invert(1);
}
.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: -20px -60px;
}
.application-page .application-2 .bottom ul li {
  padding: 20px 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: 30px;
    font-weight: bold;
    line-height: 1.1;
    padding-bottom: 25px;
    border-bottom: 1px solid #72915b;
    min-height: 105px;
    display: flex;
    align-items: center;
}
.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: 50px;
  height: 50px;
  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: var(--color);
}
.application-page .application-2 .bottom .prev {
  left: -100px;
}
.application-page .application-2 .bottom .next {
  right: -100px;
}
.application-page .application-2 .more {
  margin: 60px auto 0;
  border: 1px solid var(--color);
}
@media screen and (max-width: 1280px) {
  .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 li .box .tip .t1 {
    font-size: 28px;
  }
  .application-page .application-1 .ui .left {
    display: none;
  }
  .application-page .application-1 .ui .right {
    width: 100%;
  }
  #index-body .advantage{
    padding: 60px 0;
  }
  .application-page .application-2 .bottom ul{
    margin: -12px;
  }
  .application-page .application-2 .bottom ul li{
    padding: 12px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .advantage{
    padding: 30px 0;
  }
  .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;
  }
  .application-page .application-2 .bottom ul li{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .application-page .application-2 .bottom ul li .box .tip .t1 {
    font-size: 20px;
  }
}
.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-adv.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 .i-tag {
    font-size: 20px;
    font-weight: bold;
}
.sustainability-page .sustainability-2 .list .right .tit img {
  margin-right: 15px;
}
.sustainability-page .sustainability-3 {
  background: url(../images/sev2.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: 1280px) {
  .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;
  }
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 40px;
  height: 40px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 40px;
  font-size: 16px;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
	/*background-image: linear-gradient(90deg, 
		#567e35 0%, 
		#85b02e 100%, 
		#93a868 100%, 
		#a0a0a1 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);*/
	background-blend-mode: normal, normal;
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.factory-page {
  padding: 4.6875% 0 2.6042%;
}
.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;
}
.factory-page .wrap > p{
  padding: 18px;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
.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
}
}
.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: 50px 35px 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);
}
.news-page ul li .box .more:hover{
  border-color: var(--color);
}
@media screen and (max-width: 1280px){
    .news-page ul li{
    width: 50% !important;
  }
}
@media screen and (max-width: 700px){
    .news-page ul li{
    width: 100% !important;
  }
  .news-page ul li .box .h3{
    min-height: auto;
  }
}
.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: 1280px) {
.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
}
}
.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: 45%;
}
.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: solid 1px rgba(0, 0, 0, 0.8);
}
.contact-page .contact-1 form button:hover{
  border-color: var(--color);
}
.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: 600;
    font-size: 22px;
    margin-top: 30px;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.contact-page .contact-2 ul li p {
  font-size: 18px;
  line-height: 1.4;
  color: #989898;
}
@media screen and (max-width: 1440px) {
  .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;
  }
}
@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 {
    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-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
  }
}
.inner-page .sidebar-box {
  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-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.inner-page.product2-page .sidebar-left {
    padding-right: 45px;
}

.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 22px;
  line-height: 2;
  color: #062b00;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7; 
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 4rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 55px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;

}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  margin-right: 10px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 4rem;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a{
  color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
      padding: 8px 0;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 4;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover,
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #d1d1d1;
    font-weight: 500;
    font-size: 12px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li{
  list-style-type: disc;
  margin-left: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li{
  /*list-style-type: circle;
  margin-left: 20px;*/
}

/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li>ol{
  display: none;
}*/

.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 4rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 1.5rem 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul 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;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 2rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    display: -webkit-box;
    margin-bottom: 0.8rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 210px 40px 55px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
.inner-page .sidebar-box .sidebar-right h1{
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-right .Auxil-catdes p,
.inner-page .sidebar-box .sidebar-right .Auxil-catdes{
  color: #7f7f7f;
  font-weight: normal;
}
.inner-page .sidebar-box .sidebar-right .Auxil-catdes{
  margin-bottom: 20px;
}
.inner-page .sidebar-content .sidebar-left {
    width: 28%;
}
.product2-page {
    padding: 120px 0 100px;
}

.product2-page .product-list 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;
  margin: 0 -1rem;
}
.product2-page .product-list ul li {
  padding: 0 1rem;
  margin-bottom: 3.7rem;
}
.product2-page .product-list ul li:hover .img {
    background: #42af50;
}
.product2-page .product-list ul li:hover .text {
    color: #42af50;
}
.inner-page.product2-page p {
    color: #7f7f7f;
}
.product2-page .product-list ul li .img img {
    transition: all 1.2s ease;
}
.product2-page .product-list ul li .img {
    overflow: hidden;
    transition: all 1.2s ease;
        padding: 10px;
    background: #f7f7f7;
    position: relative;
}
.product2-page .product-list ul li .img:hover img {
    transition: all 1.2s ease;
}
.product2-page .product-list ul li .text {
    background: #f7f7f7;
    margin-top: 0;
    padding: 10px;
    min-height: 85px;
    display: flex;
    align-items: center;
}
@media screen and (max-width:1100px) {
  .inner-page .sidebar-box{
    display: block;
  }
  .inner-page .sidebar-content .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right{
    width: 100%!important;
    padding: 0!important;
  }
}
@media screen and (max-width: 1000px) {
  .product2-page .product-list ul li{
    width: 50%!important;
  }
}
@media screen and (max-width:500px) {
  .product2-page .product-list ul li{
    width: 100%!important;
  }
}
prodet-page .prodet-1{
  padding: 0;
}
.prodet-page .prodet-1 .left .big_img{
  width: 45%;
}
.prodet-page .prodet-1 .left .big_img ul .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .left .big_img ul li{
  padding: 3px;
}
.prodet-page .prodet-1 .left .big_img ul li img{
  margin: auto;
  width: 100%;
  border: 1px solid rgba(0,0,0,0.1);
}
.prodet-page .prodet-1 .left .title{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.prodet-page .prodet-1 .left .product-list .title{
  font-size: 20px;
}
.prodet-page .prodet-1 .left .content{
  line-height: 1.8;
  padding-left: 5%;
  width: 55%;
}
.prodet-page .prodet-1 .left .content .cat_name{
  font-size: 18px;
  color: #0c5b00;
  font-weight: 600;
}
.prodet-page .prodet-1 .left .content h1{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: black;
}
.prodet-page .prodet-1 .left .content .des{
  font-size: 18px;
  margin: 20px 0;
  max-height: 490px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .left .content .m-link{
  margin-top: 20px;
  font-size: 16px;
  color: black;
}
.prodet-page .prodet-2 ul.tab li{
  display: inline-block;
  background: #0c5b00;
  /*margin-right: 20px;*/
  font-size: 18px;
   -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 40px 0 0;
  padding: 0px 50px;
  height: 50px;
  line-height: 52px;
}
.prodet-page .prodet-2 ul.tab li a{
  display: block;
  color: #fff;
}
.prodet-page .prodet-2 ul.tab li.active{
  background: #e2ecd1; 
}
.prodet-page .prodet-2 ul.tab li.active a{
  color: #000;
}
.prodet-page .prodet-1 .left .prodet-2 .content{
  font-size: 16px;
  width: 100%;
  padding-left: 0;
}
.prodet-page .prodet-3{
  padding: 80px 0;
}
.prodet-page .prodet-3 .h3{
  font-size: 36px;
  font-weight: bold;
}
.prodet-page .prodet-3 form{
  margin-top: 30px;
}
.prodet-page .prodet-3 form textarea,
.prodet-page .prodet-3 form input{
  width: 100%;
  border-radius: 50px;
  padding: 0 30px;
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(0,0,0,0.2);
}
.prodet-page .prodet-3 form textarea{
  padding: 20px 30px;
  height: 250px;
  border-radius: 20px;
}
.prodet-page .prodet-3 form input[type="submit"]{
  width: auto;
  border: none;
  border-radius: 0 25px 25px 25px;
  padding: 0 35px;
}
@media screen and (max-width:1000px){
  .prodet-page .prodet-1 .left .big_img{
      width: 100%;
    }
    .prodet-page .prodet-1 .left .content{
      width: 100%;
      padding-left: 0;
      margin-top: 30px;
    }
    .prodet-page .prodet-1 .left .product-list ul li{
      width: 100% !important;
    }
    .product2-page{
      padding: 60px 0;
    }
}
@media screen and (max-width:700px){
  .product2-page{
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .left .content h1{
      font-size: 25px;
    }
}
.Htitle .miniTit {
  color: #666;
  line-height: 1;
}
.Htitle .miniTit span {
  width: 8px;
  height: 8px;
  background-color: var(--color);
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}
.Htitle .titl {
  line-height: 1;
  color: var(--color);
  font-weight: 600;
}
.about-page .init-1 {
  position: relative;
}
.about-page .init-1 .sub_img_1 {
  width: 345px;
  position: absolute;
  top: 160px;
  left: 0;
}
.about-page .init-1 .sub_img_2 {
  width: 365px;
  position: absolute;
  top: 150px;
  right: 0;
}
.about-page .init-1 .container {
  text-align: center;
}
.about-page .init-1 .container>img {
  display: block;
  width: 80px;
  margin: auto;
}
.about-page .init-1 .container .sub_text {
  position: absolute;
  top: 0;
  left: -80px;
}
.about-page .init-1 .container .title {
  margin-top: 30px;
}
.about-page .init-1 .container .des {
  margin: 0 auto 0;
  max-width: 1200px;
}
.about-page .init-1 .container .des_2 {
  margin: 35px auto 0;
  color: #7f7f7f;
  line-height: 1.8;
  text-align: center;
}
.about-page .init-1 .container .img {
  margin-top: 70px;
  width: 100%;
}
.about-page .init-1 .container .play_cont {
  cursor: pointer;
  width: 170px;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  bottom: 210px;
  left: 190px;
  border-radius: 50%;
  font-size: 30px;
  background-color: inherit;
}
.about-page .init-1 .container .play_cont img {
  width: 100%;
  height: 100%;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.about-page .init-1 .container .sub_text_2 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #a2af95;
}
.about-page .init-2 .container {
  margin-top: 80px;
}
.about-page .init-2 .container .list_cont {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .init-2 .container .list_cont .list {
  width: 23%;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-page .init-2 .container .list_cont .list:hover {
  transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.about-page .init-2 .container .list_cont .list .img {
  margin: auto;
  width: 100px;
  height: 100px;
  background-color: #218c42;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .init-2 .container .list_cont .list .img img {
  width: 60%;
}
.about-page .init-2 .container .list_cont .list .title {
  margin-top: 30px;
  font-weight: 600;
  color: #062b00;
}
.about-page .init-2 .container .list_cont .list .des {
  color: #7f7f7f;
  margin-top: 15px;
}
.about-page .init-3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .init-3 .container .left {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.about-page .init-3 .container .left .tip_title_cont {
  text-align: center;
}
.about-page .init-3 .container .left .tip_title_cont img {
  margin-left: 0;
}
.about-page .init-3 .container .left .tip_title_cont .tip_title_2 {
  font-size: 20px;
  color: #062b00;
  text-transform: unset;
  margin-top: 20px;
}
.about-page .init-3 .container .left .tip_title_cont .tip_des {
  width: 100%;
  color: #7f7f7f;
}
.about-page .init-3 .container .right {
  width: 100%;
  margin-top: 50px;
}
.about-page .init-3 .container .right .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.about-page .init-3 .container .right .swiper-pagination {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  top: 0;
  margin-top: 40px;
}
.about-page .init-3 .container .right .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #d1d7ca;
  opacity: 1;
  margin: 0 8px;
}
.about-page .init-3 .container .right .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b0bba5;
}
.about-page .init-4 .container .swiper-pagination {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  top: 0;
  margin-top: 40px;
}
.about-page .init-4 .container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #d1d7ca;
  opacity: 1;
  margin: 0 8px;
}
.about-page .init-4 .container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b0bba5;
}
.about-page .init-1 .container .title {
  margin-top: 15px;
}
.about-page .init-1 .container .sub_text_2 {
  display: none;
}
.about-page .init-1 .container .img {
  width: 100%;
  margin-top: 60px;
  margin-left: 0;
}
.about-page .init-1 .container .play_cont::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.inner-page .container {
  padding: 0 10px;
}
.about-page .init-2 .container {
  margin-top: 80px;
}
.tip_title_cont .tip_des {
  margin-top: 15px;
}
.about-page .init-2 .container .list_cont {
  margin-top: 60px;
}
.tip_title_cont .tip_title {
  margin-top: 15px;
  font-weight: 600;
}
.about-page .init-3 .container .right .swiper-pagination {
  margin-top: 20px;
}
.about-page .init-3 .container .right .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
.about-page .init-4 .container .swiper-pagination {
  margin-top: 20px;
}
.about-page .init-4 .container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
@media (max-width: 1700px) {
  .about-page .init-1 .container .sub_text {
    left: -4vw;
  }
}
@media (max-width: 1400px) {
  .about-page .init-1 .container .sub_text {
    display: none;
  }
  .about-page .init-1 .sub_img_1 {
    width: 15vw;
  }
  .about-page .init-1 .sub_img_2 {
    width: 20vw;
  }
} 
@media (max-width: 1024px) {
  .about-page .init-1 .container .img {
    width: 70%;
    margin-left: 15%;
  }
  .about-page .init-1 .container .play_cont {
    bottom: 20px;
  }
  .about-page .init-2 .container .list_cont {
    margin-top: 60px;
  }
  .about-page .init-2 .container .list_cont .list {
    width: 48%;
    margin-top: 30px;
  }
  .about-page .init-3 .container .left {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .about-page .init-3 .container .left .tip_title_cont {
    text-align: center;
  }
  .about-page .init-3 .container .left .tip_title_cont img {
    margin: auto;
  }
  .about-page .init-3 .container .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .about-page .init-1 .container .play_cont {
    width: 100px;
    height: 100px;
    left: 65px;
  }
}
.about-page .about-4 {
  background: #f5fff8;
  margin-top: 100px;
}
.about-page .about-4 .container {
  max-width: 1200px;
}
.about-page .about-4 .top {
  text-align: center;
}
.about-page .about-4 .top h2 {
  color: var(--color);
  margin-bottom: 2.5rem;
  font-weight: 500;
}
.about-page .about-4 .top p {
  color: #000000;
  margin: 0 auto;
  max-width: 845px;
}
.about-page .about-4 .content {
  margin-top: 30px;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-4 .content .historyBox ul li {
  height: 400px;
  margin-bottom: 15px;
}
.about-page .about-4 .content .historyBox {
  max-width: 450px;
}
.about-page .about-4 .content .historyBox h4 {
  color: #000;
    font-weight: bold;
    font-size: 72px;
}
.about-page .about-4 .content .historyBox .arrow-l,
.about-page .about-4 .content .historyBox .arrow-r {
  width: 50px;
    height: 50px;
    position: relative;
    background: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 2rem;
    line-height: 50px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin-top: 1.5rem;
    background: var(--color);
    color: #fff;
    cursor: pointer;
}
.about-page .about-4 .content .historyBox .arrow-l:hover,
.about-page .about-4 .content .historyBox .arrow-r:hover {
   background: #fff;
   color: var(--color);
}
.about-page .about-4 .content .historyBox .arrow-l {
  left: 0;
}
.about-page .about-4 .content .historyBox .arrow-r {
      right: -21px;
}
.about-page .about-4 .content .right {
  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;
}
.about-page .about-4 .content .right .text {
  margin-left: 10%;
  position: absolute;
  color: #000;
  display: flex;
  align-items: center;
}
.about-page .about-4 .content .right .text h3 {
  font-size: 128px;
  color: var(--color);
  margin-right: 10px;
  font-weight: 600;
}
.about-page .about-4 .content .right .text h5 {
  line-height: 1;
  color: #000;
  font-weight: bold;
}
.about-page .about-4 .content .right .text h5 span {
  display: block;
 font-weight: bold;
}
.about-page .about-4 .partnerBox {
  margin-top: 10rem;
}
.about-page .about-4 .partnerBox ul {
  margin: -15px;
}
.about-page .about-4 .partnerBox li {
  padding: 15px;
  cursor: pointer;
}
@media screen and (max-width:1600px) {
  .about-page .about-4 .content .right .text h3 {
    font-size: 100px;
  }

  .about-page .about-4 .content .right .text h5 {
    font-size: 70px;
  }
}
@media screen and (max-width:1400px){
  .about-page .about-4 .content .right .text h3 {
    font-size: 90px;
  }

  .about-page .about-4 .content .right .text h5 {
    font-size: 62px;
  }
}
@media screen and (min-width:1300px) and (max-width:1400px) {
  .about-page .about-4 .content .right .text {
    margin-left: 0%;
  }

  .about-page .about-4 .top h2 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width:1200px){
  .about-page .about-4 .content .right .text h3 {
    font-size: 78px;
  }

  .about-page .about-4 .content .right .text h5 {
    font-size: 58px;
  }
}
@media screen and (max-width: 1000px){
    .about-page .about-4 .content .historyBox {
    max-width: 100%;
  }
  .about-page .about-4 .content .right {
    display: none;
  }
  .about-page .about-4 .content .historyBox ul li {
    height: 200px;
  }
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.seoPublic .Auxil-news .list ul li .content a.link{
  border: 0;
}
.seoPublic .Auxil-news .list ul li .content a.link:hover{
  background: #fff;
}