@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('../fonts/AktivGrotesk-Medium.woff2') format('woff2'), url('../fonts/AktivGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('../fonts/AktivGrotesk-Bold.woff2') format('woff2'), url('../fonts/AktivGrotesk-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('../fonts/AktivGrotesk-Light.woff2') format('woff2'), url('../fonts/AktivGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk Ex';
  src: url('../fonts/AktivGroteskEx-Bold.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('../fonts/AktivGrotesk-Regular.woff2') format('woff2'), url('../fonts/AktivGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk Ex';
  src: url('../fonts/AktivGroteskEx-Black.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk Ex';
  src: url('../fonts/AktivGroteskEx-Thin.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk Ex';
  src: url('../fonts/AktivGroteskEx-Regular.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk Ex';
  src: url('../fonts/AktivGroteskEx-Light.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --color: #00631a;
  --fm: 'Aktiv Grotesk Ex';
  --fm1: 'Aktiv Grotesk';
}
.f100 {
  font-weight: 100;
}
.f200 {
  font-weight: 200;
}
.f300 {
  font-weight: 300;
}
.f400 {
  font-weight: 400;
}
.f500 {
  font-weight: 500;
}
.f600 {
  font-weight: 600;
}
.f700 {
  font-weight: 700;
}
.f800 {
  font-weight: 800;
}
.f900 {
  font-weight: 900;
}
.fblod {
  font-weight: bold;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from1 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-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;
}
#pups_from1 h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  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_from1 form {
  margin-top: 40px;
}
#pups_from1 i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 i.close::after,
#pups_from1 i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-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);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from1 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from1 i.close:hover {
  background: var(--color);
}
#pups_from1 i.close:hover::before,
#pups_from1 i.close:hover::after {
  background: white;
}
#pups_from1 ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from1 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from1 ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from1 ul li input,
#pups_from1 ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from1 ul li input:focus,
#pups_from1 ul li textarea:focus {
  border-color: var(--color);
}
#pups_from1 ul li textarea {
  height: 80px;
}
#pups_from1 ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from1 ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 40px;
  right: 0px;
  z-index: 10;
}
.right_nav_list ul .ds1 {
  border-radius: 10px 0px 0px 0px;
}
.right_nav_list ul .ds2 {
  border-radius: 0px 0px 0px 10px;
}
.right_nav_list ul .ds3 {
  border-radius: 10px 0px 0px 10px;
}
.right_nav_list ul li {
  width: 51px;
  height: 51px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -210px;
  top: 0;
  width: 210px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li #dd {
  background-color: #fff;
  color: #000;
  padding: 9px;
  border-radius: 5px;
}
.right_nav_list ul li:hover {
  background-color: var(--color);
}
.right_nav_list ul li:hover .text.more_cont > img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.right_nav_list ul li:hover .text.more_cont > img {
  filter: brightness(0) invert(1);
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  /*overflow-x: hidden;*/
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Aktiv Grotesk Ex';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none !important;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: transparent;
}
#header > .nav .f-top {
  background-color: var(--color);
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: 17px 0 13px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  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;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: calc(3.1267vw + 20px);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: 20px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: calc(0.2085vw + 14px);
  text-transform: uppercase;
  color: #fff;
  font-family: 'Unbounded';
  font-weight: bold;
  font-family: var(--fm);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-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;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .line21 {
  width: 1px;
  height: 28px;
  background: #FFFFFF;
  margin-left: calc(var(--px40) - 15px);
  margin-right: calc(var(--px40) - 15px);
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .pp_btn {
  margin: 0 calc(var(--px40) - 10px);
}
#header > .nav > .menu .menu-box .right .lang_cont {
  padding-top: 8px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #ffff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: var(--ft16);
  font-weight: bold;
  justify-content: center;
  font-family: var(--fm);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img1 {
  width: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img2 {
  width: 14px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: var(--color);
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  background-color: rgba(0, 0, 0, 0.4);
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.colorF {
  color: #fff;
}

.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
:root {
  --px200: calc(9.38vw + 20px);
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexAC {
  display: flex;
  align-items: center;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
:root {
  --ft40: calc(1.3555vw + 14px);
  --ft46: calc(1.67vw + 14px);
  --ft18: calc(0.2085vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft24: calc(0.525vw + 14px);
  --ft20: calc(0.315vw + 14px);
  --ft32: calc(0.9385vw + 14px);
  --ft34: calc(1.0385vw + 14px);
  --ft60: calc(2.3955vw + 14px);
  --ft90: calc(3.959vw + 14px);
  --ft56: calc(2.1885vw + 14px) !important;
}
.text-L {
  text-align: left;
}
.text-C {
  text-align: center;
}
.text-R {
  text-align: right;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.italic {
  font-style: italic;
}
.container {
  width: 1560px;
  padding: 0 15px;
}
#banner {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.bggg1{
  position: absolute;
  width: 100%;
  object-fit: cover;
  bottom: 0;
  left: 0;
  z-index: 5;
}
#banner .banner-c1 {
  position: absolute;
  top: 34%;
  left: 90px;
  width: 70px;
  height: 70px;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 50%;
  z-index: 5;
}
#banner .banner-c2 {
  position: absolute;
  left: 67px;
  bottom: 93px;
  width: 116px;
  height: 116px;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 50%;
  z-index: 5;
}
#banner .banner-c3 {
  position: absolute;
  top: 69px;
  left: 50%;
  transform: translateX(-50%);
  width: 87px;
  height: 87px;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 50%;
  z-index: 5;
}
#banner .sw1_fy {
  z-index: 3;
  position: absolute;
  bottom: var(--px60);
  left: 8.75%;
  font-family: Unbounded;
  font-weight: 400;
  font-size: calc(0.525vw + 14px);
  color: var(--color);
  font-style: italic;
  display: flex;
  align-items: end;
  line-height: 1;
}
#banner .sw1_fy .sw1_bots {
  display: flex;
  margin-bottom: 6px;
}
#banner .sw1_fy .sw1_bots p {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 9px;
  height: 7px;
  background: var(--color);
  opacity: 0.4;
  margin-right: 6px;
}
#banner .sw1_fy .sw1_bots p.active {
  width: 41px;
  height: 7px;
  background: var(--color);
  opacity: 1;
}
#banner .sw1_fy .sw1_bots p:last-of-type {
  margin-right: 0;
}
#banner .sw1_fy .sw1_bots p:first-of-type {
  margin-left: 13px;
}
#banner .sw1_btn {
  z-index: 4;
  position: absolute;
  right: var(--px110);
  bottom: var(--px60);
  display: flex;
}
#banner .sw1_btn i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  width: 37px;
  height: 37px;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .sw1_btn i:last-of-type {
  border-left: none;
}
#banner .sw1_btn i:hover {
  background: #fff;
  color: var(--color);
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .banner-btns {
  display: flex;
  align-items: center;
}
#banner .swiper-slide .banner-btns .p-v {
  width: 34px;
  height: 34px;
  background: #c30d23;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 33px;
  position: relative;
}
#banner .swiper-slide .banner-btns .p-v img {
  position: relative;
  z-index: 3;
}
#banner .swiper-slide .banner-btns .p-v::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #c30d23;
}
#banner .swiper-slide .banner-btns .p-v::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  transform-origin: center;
  margin-top: -26px;
  margin-left: -26px;
  background: #c30d23;
  border-radius: 26px;
  opacity: 0.2;
  animation: ks2 2s linear infinite;
}
#banner .banner-text {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  left: 9.5%;
  max-width: 720px;
  z-index: 3;
}
#banner .banner-text .banner-p1 {
  margin-bottom: calc(var(--px40) - 10px);
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.1;
}
#banner .banner-text .banner-p1 span {
  position: relative;
}
#banner .banner-text .banner-p2 {
  margin-bottom: calc(var(--px40) - 5px);
  font-weight: bold;
  font-size: calc(1.77vw + 14px);
  color: #FFFFFF;
  line-height: 1.25;
}
#banner .banner-text .hl_all {
  margin-top: calc(var(--px50) - 6px);
}
#banner .banner-box {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
#banner .banner-box img {
  position: relative;
  z-index: 2;
  top: 50%;
  transform-origin: right center;
  transform: translate(-37%, -50%);
}
#banner .banner-box .banner-box-after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 846px;
  height: 846px;
  transform-origin: center;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 100%;
  transform: translateX(20%);
}
#banner .swiper-pagination {
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  color: #fff;
}
#banner .swiper-pagination .swiper-pagination-pre,
#banner .swiper-pagination .swiper-pagination-next {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .swiper-pagination .swiper-pagination-pre:hover,
#banner .swiper-pagination .swiper-pagination-next:hover {
  color: #f2a11d;
}
#banner .swiper-pagination .swiper-pagination-pre:hover span,
#banner .swiper-pagination .swiper-pagination-next:hover span {
  background: #f2a11d;
}
#banner .swiper-pagination .swiper-pagination-pre span,
#banner .swiper-pagination .swiper-pagination-next span {
  width: 77px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .swiper-pagination .swiper-pagination-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-line {
  width: 1px;
  height: var(--px50);
  background: #FFFFFF;
  opacity: 00;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  font-size: var(--ft18);
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 1px;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot span {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 50%;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot.active {
  opacity: 1;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot.active span {
  opacity: 1;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot:last-child {
  margin-right: 0;
}
.sy_all {
  color: #4d8c40;
  height: 50px;
  line-height: 1;
  background: #FFFFFF;
  border-radius: 25px;
  display: flex;
  align-items: center;
  font-size: var(--ft18);
  font-weight: 400;
  justify-content: space-between;
  padding-left: calc(var(--px50) - 5px);
  padding-right: calc(var(--px50) - 5px);
}
.sy_all:hover {
  background: var(--color);
  color: #fff;
}
.sy_tap {
  font-weight: bold;
  font-size: var(--ft20);
  color: #00631A;
  text-transform: uppercase;
  line-height: 1.2;
}
.sy_h1 {
  line-height: 1.3;
  font-weight: bold;
  font-size: calc(1.56vw + 14px);
  color: #000000;
}
.sy_p {
  font-weight: 400;
  font-size: var(--ft16);
  color: #000000;
  line-height: 1.875;
}
.sy_an {
  background: #0C602C;
  border-radius: 15px;
  display: inline-block;
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  text-transform: uppercase;
  height: 49px;
  line-height: 49px;
  padding-left: var(--ft24);
  padding-right: var(--ft24);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sy_an i {
  font-weight: 600;
  margin-left: calc(var(--px40) - 10px);
}
.sy_an:hover {
  background: #000;
  color: #fff;
}
.fda {
  text-transform: uppercase;
}
.sy_p1 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
}
#index-body {
  background: #f3f9f5;
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background: url(../images/i1-1.jpg) no-repeat center;
  background-size: cover;
  padding-top: calc(var(--px40) - 4px);
}
#index-body .init-1 .container {
  display: flex;
  align-items: center;
}
#index-body .init-1 .container .i1-l {
  width: 52.94%;
  position: relative;
}
#index-body .init-1 .container .i1-l::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background: var(--color);
}
#index-body .init-1 .container .i1-l .i1img {
  position: relative;
  z-index: 3;
  padding-top: calc(var(--ft40) + 2px);
  padding-bottom: calc(var(--ft40) + 3px);
  padding-left: var(--ft40);
}
#index-body .init-1 .container .i1-l .i1img .i1imgbox {
  position: relative;
}
#index-body .init-1 .container .i1-l .i1img .i1imgbox .i2l-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#index-body .init-1 .container .i1-l .i1img .i1imgbox .i2l-play:hover {
  animation: none;
}
#index-body .init-1 .container .i1-l .i1img .i1imgbox .i2l-play:hover::after {
  animation: none;
  width: 114px;
  height: 114px;
  transition: all 0.8s ease;
}
#index-body .init-1 .container .i1-l .i1img .i1imgbox .i2l-play:hover::before {
  animation: none;
  width: 174px;
  height: 174px;
  transition: all 0.8s ease;
}
#index-body .init-1 .container .i1-l .i1img .i1imgbox .i2l-play .i2l-play-img {
  position: relative;
  z-index: 5;
  width: 61px;
  height: 61px;
  background: #ffffff;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-1 .container .i1-l .i1img .i1imgbox .i2l-play::after {
  content: "";
  width: 92px;
  height: 92px;
  background: #ffffff;
  border-radius: 57px;
  opacity: 0.35;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-ring 2s infinite;
  z-index: 2;
}
#index-body .init-1 .container .i1-l .i1img .i1imgbox .i2l-play::before {
  content: "";
  width: 115px;
  height: 115px;
  background: #ffffff;
  border-radius: 87px;
  opacity: 0.3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-ring 2s infinite;
}
#index-body .init-1 .container .i1-r {
  position: relative;
  width: 47.06%;
  padding-left: var(--px110);
}
#index-body .init-1 .container .i1-r .sy_tap {
  margin-bottom: var(--ft20);
}
#index-body .init-1 .container .i1-r .i1-bg {
  position: absolute;
  top: -44px;
  left: 22px;
}
#index-body .init-1 .container .i1-r .sy_p {
  margin-top: var(--ft32);
  margin-bottom: var(--ft56);
}
#index-body .init-2 {
  padding-top: var(--px120);
  padding-bottom: var(--px120);
}
#index-body .init-2 .i2-bg {
  position: absolute;
  top: 0;
  left: -20%;
}
#index-body .init-2 .i2-top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  margin-bottom: var(--ft60);
}
#index-body .init-2 .i2-top .i2-l .sy_tap {
  margin-bottom: var(--ft20);
}
#index-body .init-2 .i2-top .i2-r {
  max-width: 608px;
}
#index-body .init-2 .i2-top .i2-r .sy_p {
  line-height: 1.5;
  padding-bottom: 10px;
}
#index-body .init-2 .sy5-bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#index-body .init-2 .sy5-bottom .i2-bg2 {
  position: absolute;
  bottom: 0;
  right: -23%;
}
#index-body .init-2 .sy5-bottom .sy5-b-c {
  height: 762px;
  position: relative;
  border-radius: var(--ft40);
  overflow: hidden;
}
#index-body .init-2 .sy5-bottom .sy5-b-c:last-of-type {
  margin-right: 0;
}
#index-body .init-2 .sy5-bottom .sy5-b-c > img {
  height: 762px;
  object-fit: cover;
}
#index-body .init-2 .sy5-bottom .sy5-b-c .sy-all-btn2 {
  width: 47px;
  height: 47px;
  background: #0C602C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-2 .sy5-bottom .sy5-b-c .sy5-b-c-t {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  clip-path: inset(100% 0 0 0);
  transform: translateY(-40px);
}
#index-body .init-2 .sy5-bottom .sy5-b-c .sy5-b-c-t .sy5-p {
  padding: 8px 22px;
  background-color: rgba(34, 37, 44, 0.6);
  border-radius: 16px;
  font-weight: 300;
  color: #ffffff;
}
#index-body .init-2 .sy5-bottom .sy5-b-c .sy5-b-c-b {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  clip-path: inset(100% 0 0 0);
  transform: translateY(-40px);
  padding-left: var(--px80);
  padding-right: var(--px80);
  padding-bottom: calc(var(--px40) - 5px);
}
#index-body .init-2 .sy5-bottom .sy5-b-c .sy5-b-c-b .sy-all-btn2 {
  flex: 0 0 45px;
      -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .init-2 .sy5-bottom .sy5-b-c .sy5-b-c-b .sy-all-btn2:hover{
  background: #000;
}
#index-body .init-2 .sy5-bottom .sy5-b-c .sy5-b-c-b .sy5-b-c-b-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: rgba(255, 255, 255, 0.62);
  border-radius: 50px;
}
#index-body .init-2 .sy5-bottom .sy5-b-c .sy5-b-c-b .sy5-p1 {
  font-weight: bold;
  font-size: calc(1.1465vw + 14px);
  color: #000000;
  margin-bottom: var(--ft20);
  line-height: 1.2;
      -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .init-2 .sy5-bottom .sy5-b-c .sy5-b-c-b .sy5-p1:hover{
  color:var(--color);
}
#index-body .init-2 .sy5-bottom .sy5-b-c .sy5-b-c-b .sy5-p2 {
  line-height: 1.3;
  font-weight: 400;
  font-size: var(--ft16);
  color: #000000;
}
#index-body .init-2 .sy5-bottom .sy5-b-c:hover,
#index-body .init-2 .sy5-bottom .sy5-b-c.active {
  width: 957px;
  flex: 0 0 957px;
}
#index-body .init-2 .sy5-bottom .sy5-b-c:hover .sy5-b-c-t,
#index-body .init-2 .sy5-bottom .sy5-b-c.active .sy5-b-c-t {
  transition: all 0.5s ease-in-out 0.6s;
  clip-path: inset(0 0 0 0);
  transform: translateY(0px);
}
#index-body .init-2 .sy5-bottom .sy5-b-c:hover .sy5-b-c-b,
#index-body .init-2 .sy5-bottom .sy5-b-c.active .sy5-b-c-b {
  transition: all 0.5s ease-in-out 0.6s;
  clip-path: inset(0 0 0 0);
  transform: translateY(0px);
}
#index-body .init-4 {
  padding-top: var(--px140);
}
#index-body .init-4 .sy_h1 {
  margin-top: var(--ft20);
  margin-bottom: var(--ft20);
}
#index-body .init-4 .swiper2 {
  overflow: hidden;
}
#index-body .init-4 .container img {
  width: 100%;
}
#index-body .init-4 .container .swiper2 .swiper-wrapper {
  transition-timing-function: linear;
  /* 线性过渡 */
}
#index-body .init-4 .container .swiper2 .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
  /* 启用硬件加速 */
}
#index-body .init-5 {
  background: url(/clover-packing/2025/11/18/VCG41N865061594.jpg-1.jpg) no-repeat top center;
  background-size: cover;
  padding-top: calc(var(--ft90) - 2px);
}
#index-body .init-5 .container .i5-top {
  display: flex;
  margin-bottom: var(--px70);
}
#index-body .init-5 .container .i5-top > div {
  width: 50%;
}
#index-body .init-5 .container .i5-top .i5-l {
  padding-right: var(--ft32);
}
#index-body .init-5 .container .i5-top .i5-l .sy-p1 {
  margin-top: var(--ft24);
}
#index-body .init-5 .container .i5-top .i5-l .i5-3 {
  margin-top: var(--px100);
  margin-bottom: calc(var(--px60) - 5px);
}
#index-body .init-5 .container .i5-top .i5-r {
  padding-left: var(--px70);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: var(--ft24);
  row-gap: var(--ft46);
}
#index-body .init-5 .container .i5-top .i5-r img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-5 .container .i5-top .i5-r img:hover {
  transform: scale(1.03);
}
#index-body .init-5 .i5-bottom {
  padding-top: 44px;
  padding-bottom: 8px;
  height: 228px;
  background: url(../images/shape-5.png) no-repeat center;
  background-size: cover;
}
#index-body .init-5 .i5-bottom .swiper3 .i5-u {
  border-bottom: 1px solid #ffffff;
  position: relative;
  padding-left: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#index-body .init-5 .i5-bottom .swiper3 .i5-u .i5line {
  width: 2px;
  height: 23px;
  background: #B0B0B0;
}
#index-body .init-5 .i5-bottom .swiper3 .i5-u .i5c {
  position: absolute;
  bottom: -8px;
  left: 1px;
  width: 17px;
  height: 17px;
  background: #FFFFFF;
  border-radius: 50%;
}
#index-body .init-5 .i5-bottom .i5-p1 {
  font-weight: 500;
  font-size: var(--ft18);
  color: #FFFFFF;
  margin-bottom: 6px;
}
#index-body .init-5 .i5-bottom .i5-p2 {
  font-weight: 400;
  font-size: var(--ft16);
  color: #FFFFFF;
  line-height: 1.5;
  padding: 0 5px;
}
#index-body .init-6 {
  padding-top: var(--px120);
  padding-bottom: var(--px200);
}
#index-body .init-6 .container .sy_h1 span {
  position: relative;
}
#index-body .init-6 .container .sy_h1 span img {
  position: absolute;
  width: 161px;
  height: 95px;
  bottom: 29px;
  right: 0;
  transform: translateX(100%);
}
#index-body .init-6 .container .sy_tap {
  margin-bottom: var(--ft16);
}
#index-body .init-6 .container .swiper4 {
  margin-top: var(--ft32);
  overflow: hidden;
}
#index-body .init-6 .container .swiper4 .i6-1 {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: var(--ft18);
  color: #000000;
}
#index-body .init-6 .container .swiper4 .i6-1 img {
  margin-right: var(--ft20);
}
#index-body .init-6 .container .swiper4 .i6-2 {
  line-height: 1.7;
  margin-top: 13px;
  font-weight: 400;
  font-size: var(--ft16);
  color: #000000;
}
#index-body .init-6 .container .swiper4 .i6b {
  padding-right: var(--ft16);
  margin-top: var(--px50);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .init-6 .container .swiper4 .i6b .i6-3 {
  font-weight: 400;
  font-size: 14px;
  color: #6E6E6E;
}
.t-ani {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer {
  position: relative;
  z-index: 2;
  background: url(../images/fbanner.jpg) no-repeat center;
  background-size: cover;
}
#footer .ft-form {
  width: 323px;
}
#footer .ft-form .ftf {
  font-weight: 400;
  font-size: var(--ft16);
  color: #FFFFFF;
}
#footer .ft-form form .add {
  margin-bottom: 11px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 25px;
}
#footer .ft-form form .add input {
  height: 50px;
  background: #FFFFFF;
  border-radius: 25px;
  width: 100%;
  border: none;
  padding-left: 20px;
  padding-right: 60px;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
#footer .ft-form form .add input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
#footer .ft-form form .add2 {
  position: relative;
}
#footer .ft-form form .add2 .fffbtn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #0C602C;
  border-radius: 50%;
  right: 5px;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .ft-form form .add2 .fffbtn:hover {
  background: #000;
}
#footer .fmain {
  transform: translateY(-50%);
  font-weight: 400;
  font-size: calc(0.2085vw + 14px);
  color: #FFFFFF;
  position: relative;
  z-index: 5;
}
#footer .fmain .container {
  padding-left: var(--px50);
  padding-right: var(--px50);
}
#footer .fmain .fmain-box {
  padding-top: calc(var(--px40) - 7px);
  padding-bottom: calc(var(--px40) - 7px);
  background: #0C602C;
  border-radius: 80px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding-left: var(--px60);
  padding-right:  var(--px60);
}
#footer .fmain .fmain-box > div {
  /*width: 33.333%;*/
}
#footer .fmain .fmain-box .fmain-c {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
  font-size: calc(0.2085vw + 14px);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .fmain .fmain-box .fmain-c .fmain-c-img {
  width: 61px;
  height: 61px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: var(--ft16);
}
#footer .fmain .fmain-box .fmain-c .fmain-c-text {
  text-align: left;
  max-width: 340px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
#footer .fmain .fmain-box .fmain-c .fmain-c-text p:first-child {
  font-weight: 400;
  font-size: var(--ft16);
  color: #FFFFFF;
}
#footer .fmain .fmain-box .fmain-c .fmain-c-text p:last-child {
  font-weight: bold;
  font-size: var(--ft16);
  color: #FFFFFF;
}
#footer .foot {
  padding-bottom: var(--px120);
  padding-top: var(--px50);
}
#footer .foot .container .f-b .fb-m {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fbl-c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fbox {
  width: 35px;
  height: 35px;
  background: #c30a20;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .foot .container .f-b .fb-m .fb-l .fbl-t {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1000px;
  justify-content: space-between;
}
#footer .foot .container .f-b .fb-m .fb-r ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 {
  margin-right: 12px;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 a i {
  width: 35px;
  height: 35px;
  background: #c30a20;
  border-radius: 17px;
  display: block;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 a i:hover {
  background: #fff;
  color: #c30a20;
}
#footer .foot .container .f-b .fb-m .fb-r ul #ewm {
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 3px solid #fff;
}
#footer .foot .container .f-b .ft-h {
  color: #ffffff;
}
#footer .foot .container .f-b .line {
  width: 34px;
  height: 4px;
  background: #c30d23;
  border-radius: 2px;
}
#footer .foot .container .f-t {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .foot .container .f-t .logo {
  max-width: 281px;
}
#footer .foot .container .f-t .ft-c .ft-h {
  font-weight: bold;
  font-size: var(--ft20);
  color: #FFFFFF;
  position: relative;
  margin-bottom: calc(var(--px40) - 10px);
}
#footer .foot .container .f-t .ft-c .line {
  width: 34px;
  height: 4px;
  background: #c30d23;
  border-radius: 2px;
}
#footer .foot .container .f-t .ft-c ul {
  display: flex;
}
#footer .foot .container .f-t .ft-c ul li {
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: var(--ft16);
  color: #B0B0B0;
  position: relative;
}
#footer .foot .container .f-t .ft-c ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: var(--color);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .foot .container .f-t .ft-c ul li span {
  position: relative;
}
#footer .foot .container .f-t .ft-c ul li a {
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  transform: translateX(0px);
}
#footer .foot .container .f-t .ft-c ul li:hover {
  color: var(--color);
}
#footer .foot .container .f-t .ft-c ul li:hover::before {
  opacity: 1;
}
#footer .foot .container .f-t .ft-c ul li:hover a {
  transform: translateX(10px);
}
#footer .foot .container .f-t .ft-c form {
  display: flex;
  flex-direction: column;
}
#footer .foot .container .f-t .ft-c form .f-putc {
  display: grid;
  grid-template-columns: 1fr;
  gap: 23px;
}
#footer .foot .container .f-t .ft-c form .linef {
  position: relative;
}
#footer .foot .container .f-t .ft-c form .linef::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  border-radius: 1px;
}
#footer .foot .container .f-t .ft-c form .linef img {
  position: absolute;
  right: 0;
  bottom: 13px;
}
#footer .foot .container .f-t .ft-c form .f-put1 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  color: #999999;
  position: relative;
}
#footer .foot .container .f-t .ft-c form .f-put1::placeholder {
  font-weight: 500;
  font-size: 18px;
  color: #999999;
}
#footer .foot .container .f-t .ft-c form .all-btn-hw {
  width: 100%;
  height: 50px;
  background: rgba(252, 252, 252, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SuiGenerisRg;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
#footer .foot .container .f-t .ft-c form .all-btn-hw::after {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  clip-path: inset(0 0 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color);
}
#footer .foot .container .f-t .ft-c form .all-btn-hw:hover::after {
  clip-path: inset(0 0 0 0);
}
#footer .foot .container .f-t .ft-c form .all-btn-hw span {
  position: relative;
  z-index: 2;
}
#footer .foot .container .f-t .ft-c form textarea {
  line-height: 1;
  height: 60px !important;
}
#footer .foot .container .f-t .ft-c form .all-btn {
  width: 187px;
}
#footer .foot .container .f-t .ft-c.ft-c2 {
  width: 440px;
}
#footer .foot .container .f-t .ft-c.ft-c2 .ftc2-l-ch {
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
}
#footer .foot .container .f-t .ft-c.ft-c2 .ftc2-l-cp {
  font-weight: 500;
  color: #999999;
  line-height: calc(28 / 18);
}
#footer .foot .container .f-t .ft-c.ft-c2 .ftc2 {
  display: flex;
  justify-content: space-between;
}
#footer .foot .container .f-t .ft-c.ft-c2 .ftc2 .ftc2-l {
  max-width: 240px;
}
#footer .foot .container .f-t .ft-c.ft-c1 {
  width: 317px;
}
#footer .foot .container .f-t .ft-c-logo .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .foot .container .f-t .ft-c-logo .fgh1 {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  max-width: 390px;
}
#footer .foot .share {
  font-size: var(--ft18);
  display: flex;
  margin-top: var(--ft24);
}
#footer .foot .share div i {
  width: 46px;
  height: 46px;
  background: var(--color);
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#footer .foot .share div:hover {
  color: var(--color);
}
#footer .foot .share div:hover i {
  background: #fff;
  color: var(--color);
}
#footer .share1 {
  color: rgba(255, 255, 255, 0.5);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  font-size: 24px;
}
#footer .share1 a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  align-items: end;
  justify-content: start;
}
#footer .share1 a:hover {
  color: white;
}
#footer .lll5 {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #b2b2b2;
  background: transparent;
  border-top: 1px solid rgba(231, 231, 231, 0.2);
}
#footer .copyright .container {
  padding-top: 27px;
  padding-bottom: 27px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #b2b2b2;
  position: relative;
  vertical-align: middle;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #b2b2b2;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mbn {
  margin-bottom: 0 !important;
}
.shs {
  display: flex;
  align-items: center;
}
.shs #ewm {
  width: 100px;
  height: 100px;
  border: 3px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shs #ewm canvas {
  width: 94px;
  height: 94px;
}
.shs #ewm img {
  width: 94px;
  height: 94px;
}
.gxs-3 {
  padding-top: 11em;
  background: url(../images/advbj1.png) top center no-repeat;
  position: relative;
}
.gxs-3:before {
  content: "";
  position: absolute;
  left: -9.5%;
  width: 780px;
  height: 780px;
  background: url(../images/yepian-zuo.png) left top no-repeat;
  top: 42%;
}
.gxs-3 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: calc(var(--px170) - 8px);
}
.gxs-3 .top .sy_h1 {
  color: #fff;
  margin-top: var(--ft20);
}
.gxs-3 .top .h3 {
  display: inline-block;
  color: #fff;
  margin-top: -20px;
}
.gxs-3 .top p {
  max-width: 853px;
  color: #fff;
  line-height: 1.6;
}
.gxs-3 .main {
  position: relative;
  z-index: 3;
}
.gxs-3 .main:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 182px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  display: block;
}
.gxs-3 .main ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.gxs-3 .main ul li {
  border-right: 1px solid #000;
  overflow: hidden;
  height: 360px;
  position: relative;
  transition: 0.3s all;
}
.gxs-3 .main ul li:hover {
  transition: 0.3s all;
  border-radius: 0 !important;
  overflow: visible;
}
.gxs-3 .main ul li:hover > img {
  opacity: 1;
  transform: scale(1);
}
.gxs-3 .main ul li:hover .textbox {
  height: 450px;
  border-radius: 185px 185px 0 0;
  width: 90%;
  background: var(--color);
  color: #fff;
}
.gxs-3 .main ul li:hover .textbox .h4 span.num {
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  color: #fff;
  transition: 0.3s all;
}
.gxs-3 .main ul li:hover .textbox p {
  color: #fff;
}
.gxs-3 .main ul li:hover .textbox a.more3 {
  background: #fff;
}
.gxs-3 .main ul li:hover .textbox a.more3 em i {
  color: #000 !important;
}
.gxs-3 .main ul li > img {
  position: absolute;
  left: 0;
  bottom: -26px;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s all;
}
.gxs-3 .main ul li .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 0 20px;
  transition: 0.3s all;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  text-align: center;
  color: #000;
  z-index: 22;
  overflow: hidden;
}
.gxs-3 .main ul li .textbox .h4 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
}
.gxs-3 .main ul li .textbox .h4 span.num {
  position: absolute;
  font-size: 120px;
  font-family: "kro";
  bottom: 0;
  left: 100%;
  color: #f2f2f2;
  line-height: 1;
  z-index: -1;
  transition: 0.3s all;
}
.gxs-3 .main ul li .textbox p {
  color: #717171;
  transition: 0.3s all;
  line-height: 24/18;
  margin-top: 20px;
  margin-bottom: 25px;
}
.gxs-3 .main ul li .textbox a.more3 {
  position: relative;
  z-index: 2;
  width: 45px;
  height: 45px;
  display: block;
  transition: 0.3s all;
  border-radius: 100%;
  overflow: hidden;
  background: var(--color);
  margin: 0 auto;
}
.gxs-3 .main ul li .textbox a.more3:hover span.move {
  transition: 0.3s all;
  transform: translateX(0);
}
.gxs-3 .main ul li .textbox a.more3 span.move {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  transition: 0.3s all;
  width: 200%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gxs-3 .main ul li .textbox a.more3 span.move em {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gxs-3 .main ul li .textbox a.more3 span.move em i {
  font-size: 24px;
  color: #fff;
}
.gxs-3 .main ul li .textbox:before {
  content: "";
  width: 224px;
  height: 224px;
  border-radius: 100%;
  background: #e6ebe9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(80%);
}
.gxs-3 .main ul li:nth-child(1) {
  border-radius: 182px 0 0 182px;
}
.gxs-3 .main ul li:nth-child(4) {
  border-radius: 0 182px 182px 0;
  border-right: none;
}
@media screen and (max-width: 1200px) {
  .gxs-3 .main ul li:hover .textbox {
    height: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .gxs-3 {
    display: none;
  }
}
@media (max-width: 1800px) {
  #index-body .init-1 .container .i1-r {
    padding-bottom: 20px;
  }
  .container {
    width: 1400px;
  }
}
@media (max-width: 1500px) {
  #index-body .init-2 .sy5-bottom .sy5-b-c {
    height: 562px;
  }
  #index-body .init-2 .sy5-bottom .sy5-b-c > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1450px) {
  #footer .fmain .fmain-box {
    padding-top: calc(var(--px40) - 7px);
    padding-bottom: calc(var(--px40) - 7px);
    background: #0C602C;
    border-radius: 80px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer .fmain .fmain-box > div {
    width: auto;
  }
}
@media (max-width: 1250px) {

  body>.mbx{
    display: none !important;
  }
  .mbx{
    background: transparent !important;
  }
  #footer {
    padding-top: var(--px70);
  }
  #footer .fmain {
    transform: translateY(0);
  }
  #footer .fmain .fmain-box .fmain-c {
    justify-content: start;
  }
  #footer .fmain .fmain-box {
    flex-wrap: wrap;
  }
  #footer .fmain .fmain-box > div {
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .init-2 .sy5-bottom {
    display: block;
    justify-content: space-between;
    position: relative;
  }
  #index-body .init-2 .sy5-bottom .i2-bg2 {
    position: absolute;
    bottom: 0;
    right: -23%;
  }
  #index-body .init-2 .sy5-bottom .sy5-b-c {
    height: 222px;
    position: relative;
    border-radius: var(--ft40);
    overflow: hidden;
    margin-bottom: 20px;
  }
  #index-body .init-2 .sy5-bottom .sy5-b-c:last-of-type {
    margin-right: 0;
  }
  #index-body .init-2 .sy5-bottom .sy5-b-c > img {
    height: 222px;
    object-fit: cover;
  }
  #index-body .init-2 .sy5-bottom .sy5-b-c .sy-all-btn2 {
    width: 47px;
    height: 47px;
    background: #0C602C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #index-body .init-2 .sy5-bottom .sy5-b-c .sy5-b-c-t {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    clip-path: inset(100% 0 0 0);
    transform: translateY(-40px);
  }
  #index-body .init-2 .sy5-bottom .sy5-b-c .sy5-b-c-t .sy5-p {
    padding: 8px 22px;
    background-color: rgba(34, 37, 44, 0.6);
    border-radius: 16px;
    font-weight: 300;
    color: #ffffff;
  }
  #index-body .init-2 .sy5-bottom .sy5-b-c .sy5-b-c-b {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    clip-path: inset(100% 0 0 0);
    transform: translateY(-40px);
    padding-left: var(--px80);
    padding-right: var(--px80);
    padding-bottom: calc(var(--px40) - 5px);
  }
  #index-body .init-2 .sy5-bottom .sy5-b-c .sy5-b-c-b .sy-all-btn2 {
    flex: 0 0 45px;
  }
  #index-body .init-2 .sy5-bottom .sy5-b-c .sy5-b-c-b .sy5-b-c-b-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: rgba(255, 255, 255, 0.62);
    border-radius: 50px;
  }
  #index-body .init-2 .sy5-bottom .sy5-b-c .sy5-b-c-b .sy5-p1 {
    font-weight: bold;
    font-size: calc(1.1465vw + 14px);
    color: #000000;
    margin-bottom: var(--ft20);
    line-height: 1.2;
  }
  #index-body .init-2 .sy5-bottom .sy5-b-c .sy5-b-c-b .sy5-p2 {
    line-height: 1.3;
    font-weight: 400;
    font-size: var(--ft16);
    color: #000000;
  }
  #index-body .init-2 .sy5-bottom .sy5-b-c,
  #index-body .init-2 .sy5-bottom .sy5-b-c:hover {
    width: 100% !important;
  }
  #index-body .init-2 .sy5-bottom .sy5-b-c .sy5-b-c-t,
  #index-body .init-2 .sy5-bottom .sy5-b-c:hover .sy5-b-c-t {
    transition: all 0.5s ease-in-out 0.6s;
    clip-path: inset(0 0 0 0);
    transform: translateY(0px);
  }
  #index-body .init-2 .sy5-bottom .sy5-b-c .sy5-b-c-b,
  #index-body .init-2 .sy5-bottom .sy5-b-c:hover .sy5-b-c-b {
    transition: all 0.5s ease-in-out 0.6s;
    clip-path: inset(0 0 0 0);
    transform: translateY(0px);
  }
  #index-body .init-2 .sy5-bottom .sy5-b-c:hover,
  #index-body .init-2 .sy5-bottom .sy5-b-c.active {
    width: 557px;
    flex: 0 0 557px;
  }
  .container {
    width: 970px;
  }
  .hide-1250 {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  #footer .fmain .fmain-box > div {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .init-5 .container .i5-top .i5-l {
    width: 100%;
    padding: 0;
  }
  #index-body .init-5 .container .i5-top .i5-r {
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }
  #index-body .init-5 .container .i5-top {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .i1-r .sy_tap {
    color: #000;
  }
  #index-body .init-1 .container .i1-r .i1-bg {
    display: none;
  }
  #index-body .init-1 .container {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .i1-l {
    width: 100%;
  }
  #index-body .init-1 .container .i1-r {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .container {
    width: 700px;
  }
  #index-body .init-6 .container .swiper4 .i6b .i6-3 {
    padding-top: 15px;
  }
}
#index-body .init-6 .container .swiper4 .i6b {
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  #index-body .init-2 .sy5-bottom .sy5-b-c .sy5-b-c-b .sy5-b-c-b-box {
    border-radius: 15px;
  }
  #footer .ft-form {
    width: 100%;
  }
  .ft-form {
    padding-top: 20px;
  }
  #footer .fmain .fmain-box .fmain-c .fmain-c-text {
    text-align: center;
    margin-top: 15px;
  }
  #footer .fmain .fmain-box .fmain-c {
    flex-direction: column;
  }
  #index-body .init-2 .sy5-bottom .sy5-b-c:last-of-type {
    margin-bottom: 0;
  }
  #index-body .init-2 {
    padding-bottom: 0;
  }
  .hide-700 {
    display: none !important;
  }
  .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .init-5 .container .i5-top .i5-r {
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .init-1 .container .i1-r .sy_tap {
    color: var(--color);
  }
  .hide-500 {
    display: none !important;
  }
}
@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg) translate(36.5px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(36.5px) rotate(-360deg);
  }
}
.about-page .about-1 {
    padding: 110px 0 140px;
}
.about-page .about-1 .box .left {
    width: 55%;
}
.about-page .about-1 .box .left .img {
    display: block;
    height: 710px;
    background-size: cover;
    background-position: center center;
}
.about-page .about-1 .box .right {
    width: 45%;
    padding-left: 30px;
}
.about-page .about-1 .box .right h3 {
    display: block;
    font-weight: bold;
    font-size: 38px;
    color: #0d0d0d;
    line-height: 1.4;
}
.about-page .about-1 .box .right .content {
    display: block;
    font-size: 16px;
    color: #616161;
    line-height: 30px;
    max-height: 480px;
    overflow: auto;
    margin-top: 20px;
}
.about-page .about-1 .list {
    margin-top: -90px;
    max-width: 75%;
    background: #f7f7f7;
    text-align: center;
    padding: 45px 15px;
    margin-left: 25%;
    position: relative;
    z-index: 1;
}
.about-page .about-1 .list ul {
    margin: -10px;
}
.about-page .about-1 .list ul li {
    padding: 10px;
}
.about-page .about-1 .list ul li h6 {
    font-size: 48px;
    color: #0d0d0d;
    font-family: "Impact";
    line-height: 1;
}
.about-page .about-1 .list ul li p {
    display: block;
    font-size: 22px;
    color: #333;
    margin-top: 25px;
    line-height: 1.2;
}
.about-page .about-2 {
    background: #0c602c;
}
.about-page .about-2 .left {
    vertical-align: middle;
    width: 30%;
    text-align: right;
}
.about-page .about-2 .left .content {
    max-width: 350px;
    color: white;
    text-align: left;
    display: inline-block;
    width: 100%;
}
.about-page .about-2 .left .content h2 {
    font-weight: bold;
    font-size: 47px;
    line-height: 1;
}
.about-page .about-2 .left .content p {
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0 30px;
}
.about-page .about-2 .left .content .btn div {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 20px;
    background: white;
    color: #333;
    cursor: pointer;
    cursor: hand;
}
.about-page .about-2 .left .content .btn div.next {
    background: #000000;
    color: white;
}
.about-page .about-2 .right {
    vertical-align: middle;
    width: 70%;
}
.about-page .about-2 .right ul li {
    border-right: 10px solid white;
}
.about-page .about-3 {
    padding: 60px 0;
    text-align: center;
    background: #fbfdf8;
}
.about-page .about-3 h2 {
    font-size: 47px;
    font-weight: bold;
    color: #333;
}
.about-page .about-3 h6 {
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    margin-top: 15px;
}
.about-page .about-3 .list {
    margin-top: 70px;
}
.about-page .about-3 .list ul {
    margin: -22px;
    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;
}
.about-page .about-3 .list ul li {
    padding: 22px;
}
.about-page .about-3 .list ul li .box {
    display: block;
    padding: 35px 25px;
    background: #f5f5f5;
    text-align: left;
    height: 100%;
}
.about-page .about-3 .list ul li .box h3 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #0C602C;
    line-height: 1.6;
}
.about-page .about-3 .list ul li .box .text {
    margin-top: 25px;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    counter-reset: step;
    counter-increment: step 0;
}
.about-page .about-3 .list ul li .box .text p {
    position: relative;
    padding-left: 35px;
    margin-top: 12px;
}
.about-page .about-3 .list ul li .box .text p:first-child {
    margin-top: 0;
}
.about-page .about-3 .list ul li .box .text p:before {
    content: counter(step) '.';
    counter-increment: step;
    color: #0C602C;
    font-size: 150%;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
}
.about-page .about-5 {
    padding: 90px 0 150px;
    background: url("../images/about-5-bg.jpg") center center;
    background-size: cover;
}
.about-page .about-5 h3 {
    display: block;
    font-size: 41px;
    color: #0C602C;
    line-height: 1;
    margin-bottom: 15px;
}
.about-page .about-5 h2 {
    display: block;
    font-size: 56px;
    color: #333;
    font-weight: 500;
    line-height: 1;
}
.about-page .about-5 .list {
    margin-top: 80px;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}
.about-page .about-5 .list:after {
    content: '';
    height: 35px;
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 100%;
    background: #0C602C;
    z-index: -1;
}
.about-page .about-5 .list:before {
    content: '';
    border-left: 45px solid #0C602C;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    position: absolute;
    left: 100%;
    bottom: -42px;
}
.about-page .about-5 .list ul {
    padding-left: 10px;
    overflow: hidden;
}
.about-page .about-5 .list ul .slick-list {
    overflow: unset;
}
.about-page .about-5 .list ul li {
    padding: 5px 20px 65px;
    border-left: 3px #bbb dashed;
    position: relative;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-5 .list ul li:before {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 100%;
    border: 3px solid white;
    position: absolute;
    bottom: 0;
    left: -8px;
    background: #009944;
}
.about-page .about-5 .list ul li h4 {
    font-size: 29px;
    color: #0C602C;
    line-height: 1;
    font-weight: bold;
}
.about-page .about-5 .list ul li .text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    font-style: italic;
    font-weight: 300;
    height: 6.4em;
    overflow: auto;
    padding-right: 5px;
}
.about-page .about-5 .list ul li img {
    -o-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
    max-width: 190px;
    border-radius: 2px;
}
.about-page .about-5 .list ul li img:first-child {
    margin-bottom: 20px;
}
.about-page .about-5 .list ul li img:last-child {
    margin-top: 20px;
}
.about-page .about-5 .list ul .slick-active li {
    opacity: 1;
}
.about-page .about-6 {
    padding: 130px 0 150px;
    text-align: center;
}
.about-page .about-6 h2 {
    display: block;
    font-size: 56px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.about-page .about-6 .list {
    margin-top: 80px;
}
.about-page .about-6 .list ul {
    margin: -25px;
}
.about-page .about-6 .list ul li {
    padding: 25px;
}
.about-page .about-6 .list ul li img{
  width: 100%
}
.about-page .about-6 .list .slick-arrow {
    width: 42px;
    height: 72px;
    background: url("../images/btn-r.png") center center no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    font-size: 0;
    color: transparent;
}
.about-page .about-6 .list .slick-arrow.slick-prev {
    right: 103%;
    -webkit-transform: translateY(-50%) rotateY(180deg);
    -moz-transform: translateY(-50%) rotateY(180deg);
    -ms-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
}
.about-page .about-6 .list .slick-arrow.slick-next {
    left: 103%;
}
@media screen and (max-width: 1700px) {
  #factory .box{
    padding: 15px !important;
  }
  .hide-1700{
    display: none !important;
  }
  .about-page .about-1 .box .right h3 {
        font-size: 32px;
    }
    .about-page .about-1 .list ul li h6,
    .about-page .about-2 .left .content h2,
    .about-page .about-3 h2 {
        font-size: 42px;
    }
    .about-page .about-1 .list ul li p {
        font-size: 18px;
        margin-top: 15px;
    }
    .about-page .about-1 {
        padding: 60px 0;
    }
    .about-page .about-2 .left .content p {
        font-size: 16px;
    }
    .about-page .about-3 .list ul li .box h3 {
        font-size: 24px;
    }
    .about-page .about-3 .list ul li .box .text {
        font-size: 16px;
    }
    .about-page .about-5 h3 {
        font-size: 32px;
    }
    .about-page .about-5 h2,
    .about-page .about-6 h2 {
        font-size: 46px;
    }
    .about-page .about-5 .list ul li h4 {
        font-size: 26px;
    }
    .about-page .about-5 .list ul li .text {
        font-size: 18px;
    }
    .about-page .about-5 .list {
        max-width: 94%;
    }
    .about-page .about-5 {
        padding: 70px 0 100px;
    }
    .about-page .about-6 {
        padding: 90px 0;
    }
    .about-page .about-6 .list .slick-arrow.slick-next {
        left: auto;
        right: 0;
        z-index: 1;
    }
    .about-page .about-6 .list .slick-arrow.slick-prev {
        left: 0;
        right: auto;
        z-index: 1;
    }
    .about-page .about-6 .list .slick-arrow {
        width: 32px;
        background-size: 100% auto;
        height: 56px;
    }
}
@media screen and (max-width: 1450px) {
 .about-page .about-1 .box .right h3 {
        font-size: 28px;
    }
    .about-page .about-1 .box .right .content {
        font-size: 14px;
    }
    .about-page .about-1 .list ul li h6,
    .about-page .about-2 .left .content h2,
    .about-page .about-3 h2 {
        font-size: 36px;
    }
    .about-page .about-1 .list ul li p {
        font-size: 15px;
        margin-top: 8px;
    }
    .about-page .about-1 .list {
        padding: 30px 15px;
    }
    .about-page .about-5 .list:after {
        height: 20px;
        bottom: -10px;
    }
    .about-page .about-5 .list:before {
        border-left-width: 34px;
        border-top-width: 30px;
        border-bottom-width: 30px;
        bottom: -30px;
    }
    .about-page .about-5 h2,
    .about-page .about-6 h2 {
        font-size: 40px;
    }
    .about-page .about-6 .list ul li {
        padding: 15px;
    }
    .about-page .about-6 .list ul {
        margin: -15px;
    }
    .about-page .about-6 .list {
        margin-top: 40px;
    }
}
@media screen and (max-width: 1250px) {
   .about-page .about-5 h2,
    .about-page .about-6 h2 {
        font-size: 32px;
    }
    .about-page .about-6 .list .slick-arrow {
        display: none !important;
    }
    .about-page .about-6 .list ul li {
        padding: 8px;
    }
    .about-page .about-6 .list ul {
        margin: -8px;
    }
    .about-page .about-5 .list ul li img {
        max-width: 100%;
    }
    .about-page .about-5 .list ul li .text {
        font-size: 16px;
    }
    .about-page .about-5 .list ul li h4 {
        font-size: 22px;
    }
    .about-page .about-5 h3 {
        font-size: 24px;
    }
    .about-page .about-3 .list ul li .box h3 {
        font-size: 20px;
    }
    .about-page .about-3 .list ul li .box .text {
        font-size: 14px;
    }
    .about-page .about-3 .list ul li .box .text p {
        padding-left: 25px;
    }
    .about-page .about-3 .list ul li .box {
        padding: 20px 15px;
    }
    .about-page .about-3 .list {
        margin-top: 40px;
    }
    .about-page .about-3 h6 {
        margin-top: 10px;
    }
    .about-page .about-2 .left {
        padding-left: 15px;
    }
    .about-page .about-2 .left .content .btn div {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .about-page .about-2 .left .content p {
        font-size: 14px;
        margin: 10px 0 20px;
    }
    .about-page .about-1 .list ul li h6,
    .about-page .about-2 .left .content h2,
    .about-page .about-3 h2 {
        font-size: 32px;
    }
}
@media screen and (max-width: 1000px) {
   .about-page .about-1 .box .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .about-page .about-1 .box .left {
        width: 100%;
    }
    .about-page .about-1 .box .left .img {
        height: 300px;
    }
    .about-page .about-1 .list {
        margin-top: 30px;
        margin-left: 0;
        width: 100%;
        max-width: none;
    }
    .about-page .about-1 .list ul li {
        width: 25%;
    }
    .about-page .about-1 .list ul li h6,
    .about-page .about-2 .left .content h2,
    .about-page .about-3 h2 {
        font-size: 28px;
    }
    .about-page .about-2 .left {
        width: 100%;
        text-align: left;
        padding: 30px 15px;
    }
    .about-page .about-2 .right {
        width: 100%;
    }
    .about-page .about-2 .left .content {
        max-width: none;
    }
    .about-page .about-2 .right ul li {
        border: 2px solid white;
    }
    .about-page .about-3 .list ul li {
        width: 100%;
        padding: 10px;
    }
    .about-page .about-3 .list ul {
        margin: -10px;
    }
    .about-page .about-3 .list ul li .box .text {
        margin-top: 15px;
    }
    .about-page .about-5 h3 {
        font-size: 20px;
    }
    .about-page .about-5 h2,
    .about-page .about-6 h2 {
        font-size: 28px;
    }
    .about-page .about-5 .list ul li {
        padding: 5px 10px 40px;
    }
    .about-page .about-6 {
        padding: 60px 0;
    }
}
@media screen and (max-width: 700px) {
   .about-page .about-1 .list ul li {
        width: 50%;
        padding: 10px;
    }
    .about-page .about-1 .list ul {
        margin: -10px;
    }
    .about-page .about-1 .box .right .content {
        /*max-height: none;*/
    }
    .about-page .about-1 .box .right h3 {
        font-size: 24px;
    }
    .about-page .about-5 .list {
        padding: 0 20px;
    }
    .about-page .about-5 h2,
    .about-page .about-6 h2 {
        font-size: 24px;
    }
    .about-page .about-5 {
        padding: 50px 0 60px;
    }
}
@media screen and (max-width: 500px) {
   .about-page .about-1 .list ul li h6,
    .about-page .about-2 .left .content h2,
    .about-page .about-3 h2 {
        font-size: 24px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 1000px) {
    #banner,
    .inner-banner {
        margin-top: 40px;
    }
}
.inner-page h1.h1,
.inner-page h2.h2,
.inner-page h3.h3,
.inner-page h4.h4,
.inner-page h5.h5,
.inner-page h6.h6,
.inner-page h1,
.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5,
.inner-page h6 {
    font-weight: bold;
}
.inner-page{
  background: #f3f9f5;
}
.inner-page p {
    font-size: 16px;
}
.inner-page h2 {
    font-size: 5.6rem;
    line-height: 1;
    font-weight: bold;
}
.inner-page span.title {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #656565;
    font-weight: 300;
    padding: calc(0.1055vw + 14px) calc(0.525vw + 14px);
    background: -webkit-gradient(linear, left top, right top, color-stop(4.3rem, #009944), color-stop(4.3rem, transparent));
    background: -webkit-linear-gradient(left, #009944 4.3rem, transparent 4.3rem);
    background: -moz-linear-gradient(left, #009944 4.3rem, transparent 4.3rem);
    background: linear-gradient(to right, #009944 4.3rem, transparent 4.3rem);
}
.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;

}
.inner-page .m-page a:hover {
    background: #009944 none repeat scroll 0 0;
    color: #fff;
}
.inner-page .side-contact {
    padding: 26px 26px 32px 20px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
}
.inner-page .side-tit {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.side-contact-btn {
    background:#0c602c;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    display: block;
}
.inner-page .side-contact li i.fa {
    float: left;
    width: 8%;
    font-size: 16px;
    text-align: center;
}
.inner-page .side-contact{
    margin-top: 19px;
    padding-right: 35px;
    padding-left: 19px;
}
.inner-page .side-contact .side-tit{
    margin-bottom: 13px;
}
.inner-page .side-contact li:first-child{
    border-top: 1px solid #d1d1d1;
}
.inner-page .side-contact li{
    padding: 20px 0 18px;
    border-bottom: 1px solid #d1d1d1;
}
.inner-page .side-contact li i.icon{
    float: left;
    width: 8%;
    font-size: 16px;
}
.inner-page .side-contact li span{
    float: right;
    width: 88%;
    font-size: 14px;
    color: #000000;
    font-family: "arial";
}


.inner-page {
    position: relative;
    z-index: 2;
}
.inner-page .sideBox .side-left {
    width: 23%;
    padding-right: 40px;
}
.inner-page .sideBox .side-left h2 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 80px;
}
.inner-page .sideBox .side-left .box ul li a {
    display: block;
    padding: 5px 35px 5px 15px;
    background: #f1f1f1;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    font-weight: bold;
}
.inner-page .sideBox .side-left .box ul li a i {
    position: absolute;
    right: 15px;
    top: 8px;
}
.inner-page .sideBox .side-left .box ul li ul ul {
    display: none;
}
.inner-page .sideBox .side-left .box ul li ul li a {
    background: #F9F9F9;
    font-weight: normal;
    line-height: 28px;
}
.inner-page .sideBox .side-left .box ul li a.active {
    background: #0c602c;
    color: white;
}
.inner-page .sideBox .side-left .box ul li li a.active {
    background: #0c602c;
    color: white;
}
.inner-page .sideBox .side-left .box ul li li li a.active {
    background: #99ebbd;
    color: white;
}
.inner-page .sideBox .side-left .info {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.inner-page .sideBox .side-left .info h5 {
    color: white;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    font-size: 22px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.inner-page .sideBox .side-right {
    width: 77%;
}
@media screen and (max-width: 500px) {
      .inner-page h2 {
        font-size: 24px;
    }
}
.inner-banner {
    height: 400px;
    background-size: cover;
    background-position: center center;
    color: white;
    padding-top: 100px;
}
.inner-banner h2 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}
.inner-banner h2:after {
    content: '';
    width: 190px;
    height: 4px;
    background: white;
    display: block;
    margin: 30px 0;
}
.inner-banner .text {
    font-size: 27px;
    display: block;
    line-height: 1.4;
    font-weight: 300;
    max-width: 350px;
}
.mbx {
    display: block;
    padding: 15px 0;
    background: #f7f7f7;
    color: #666;
    font-size: 18px;
    line-height: 30px;
}
.mbx a,
.mbx span {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.mbx a:hover {
    color: #009944;
}
.mbx a:first-child:before {
    content: "\f015";
    color: #0c602c;
    font-family: "FontAwesome";
    margin-right: 10px;
}
@media screen and (max-width: 1700px) {
      .inner-banner h2 {
        font-size: 50px;
    }
    .inner-banner h2:after {
        width: 120px;
        margin: 15px 0;
    }
    .inner-banner .text {
        font-size: 20px;
    }
        .inner-banner {
        height: 340px;
    }
}
@media screen and (max-width: 1450px) {
      .inner-banner h2 {
        font-size: 42px;
    }
}
@media screen and (max-width: 1000px) {
      .inner-banner {
        height: 240px;
        padding-top: 70px;
    }
    .inner-banner h2 {
        font-size: 20px;
    }
    .inner-banner h2:after {
        width: 80px;
        height: 2px;
    }
    .inner-banner .text {
        font-size: 16px;
            display: none;
    }
}
.button-group .button {
    background: #0c602c !important;
}
.swiper-button-next, .swiper-button-prev{
  color: #0c602c !important;
}
.inner-page .side-contact{
    margin-top: 19px;
    padding-right: 35px;
    padding-left: 19px;
    width: 300px;
    max-width: 100%;
}
.inner-page .side-contact .side-tit{
    margin-bottom: 13px;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-family: poppins-bold;
}
.inner-page .side-contact li:first-child{
    border-top: 1px solid #d1d1d1;
}
.inner-page .side-contact li{
    padding: 10px 0;
    border-bottom: 1px solid #d1d1d1;
    line-height: 2;
}
.inner-page .side-contact li i.icon{
    float: left;
    width: 8%;
    font-size: 16px;
}
.inner-page .side-contact li span{
    float: right;
    width: 88%;
    font-size: 14px;
    color: #000000;
    font-family: "arial";
}
.inner-page .side-contact li i.fa {
    float: left;
    width: 8%;
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
}
.inner-page .side-contact {
    padding: 26px 26px 32px 20px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
}
.faq-page .faq-1 {
    padding: 60px 0 120px;
}
.faq-page .faq-1 .top {
    text-align: center;
}
.faq-page .faq-1 .top form {
    width: 100%;
    max-width: 860px;
    position: relative;
    margin: 40px auto 0;
}
.faq-page .faq-1 .top form input {
    line-height: 60px;
    height: 60px;
    border: 2px solid #222;
    font-size: 18px;
    color: #333;
    width: 100%;
    padding-left: 20px;
    padding-right: 70px;
}
.faq-page .faq-1 .top form input[type="submit"] {
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: url("../images/icon-search-white.png") center center no-repeat #222;
}
.faq-page .faq-1 .bottom {
    padding-top: 100px;
}
.faq-page .faq-1 .bottom ul li {
    display: block;
    padding: 20px 0;
    border-top: 2px solid #e7e7e7;
    position: relative;
    cursor: pointer;
    cursor: hand;
    user-select: none;
}
.faq-page .faq-1 .bottom ul li:last-child {
    border-bottom: 2px solid #e7e7e7;
}
.faq-page .faq-1 .bottom ul li i {
    position: absolute;
    right: 25px;
    top: 12px;
    font-size: 24px;
    cursor: pointer;
    cursor: hand;
}
.faq-page .faq-1 .bottom ul li i:after {
    content: '+';
}
.faq-page .faq-1 .bottom ul li h4 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif, Arial;
    color: #202020;
    padding-right: 50px;
    font-weight: 600;
}
.faq-page .faq-1 .bottom ul li .text {
    padding-top: 25px;
    font-size: 18px;
    color: #4e4243;
    line-height: 1.8;
    display: none;
}
.faq-page .faq-1 .bottom ul li .text * {
    font-size: inherit !important;
}
.faq-page .faq-1 .bottom ul li.active i:after {
    content: '-';
    margin-right: 4px;
}
.gal-page{
    padding: 10rem 0;
}
.gal-page li {
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}
.gal-page li a{
    display: block;
}
.gal-page li .border {
    border: 1px solid #eee;
}
.gal-page li .content{
    margin: 15px 0;
}
.gal-page li .content h4{
    font-size: 16px;
}
@media screen and (max-width: 1000px) {
      .inner-page .sideBox .side-left {
        display: none;
    }
    .inner-page .sideBox .side-right {
        width: 100%;
    }
}
.product-page {
    padding: 150px 0 60px;
}
.product-page .side-right .top {
    display: block;
    text-align: right;
    margin-bottom: 80px;
}
.product-page .side-right .top .form {
    display: inline-block;
    vertical-align: middle;
    max-width: 40%;
    width: 100%;
    position: relative;
}
.product-page .side-right .top .form:before {
    content: '';
    height: 16px;
    width: 1px;
    background: #747474;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-page .side-right .top .form input {
    width: 100%;
    line-height: 36px;
    height: 36px;
    padding-left: 14px;
    padding-right: 40px;
    font-size: 16px;
    color: black;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    background: none;
}
.product-page .side-right .top .form input::-webkit-input-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:-moz-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input::-moz-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:-ms-input-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:focus {
    border-color: #cf9f91;
}
.product-page .side-right .top .form input[type="submit"] {
    width: 36px;
    border-bottom: none;
    background: url("../images/icon-search.png") center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.product-page .side-right .top .show {
    display: inline-block!important;
    vertical-align: middle;
    position: relative;
    margin-left: 100px;
    margin-right: 20px;
}
.product-page .side-right .top .show span {
    line-height: 36px;
    height: 36px;
    padding: 0 26px;
    border: 1px solid #747a84;
    display: inline-block;
    font-size: 14px;
    color: #444;
    border-radius: 18px;
}
.product-page .side-right .top .show ul {
    position: absolute;
    border: 1px solid #eee;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 10px;
    z-index: 2;
    background: white;
    display: none;
}
.product-page .side-right .top .show ul li {
    padding: 7px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .side-right .top .show ul li:last-child {
    border-bottom: none;
}
.product-page .side-right .top .show ul li:hover {
    color: #cf9f91;
}
.product-page .side-right .top .show:hover ul {
    display: block;
}
.product-page .side-right .top .listBox {
    display: inline-block;
    vertical-align: middle;
}
.product-page .side-right .top .listBox span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    cursor: hand;
}
.product-page .side-right .top .listBox span.list {
    margin-left: 20px;
}
.product-page .side-right .bottom .block ul {
    margin: -30px -10px;
}
.product-page .side-right .bottom .block ul li {
    padding: 30px 10px;
}
.product-page .side-right .bottom .block ul li a.img-box {
    display: block;
    box-shadow: 0 0 10px 0 #ccc
}
.product-page .side-right .bottom .block ul li h4 {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    color: #101010;
    text-align: center;
        line-height: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
h1.huafacath1 {
    color: #0c602c;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}
.catuhafa {
    font-size: 16px;
    line-height: 30px;
        padding-top: 15px;
}
.product-page .side-right .bottom .block ul li:hover h4 {
    color: #0c602c;
}
.product-page .side-right .bottom .list {
    display: none;
}
.product-page .side-right .bottom .list ul li {
    margin-bottom: 20px;
}
.product-page .side-right .bottom .list ul li:last-child {
    margin-bottom: 0;
}
.product-page .side-right .bottom .list ul li .img {
    width: 30%;
    vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .img a {
    display: block;
}
.product-page .side-right .bottom .list ul li .text {
    width: 70%;
    padding-left: 5%;
    vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .text h4 {
    font-size: 24px;
}
.product-page .side-right .bottom .list ul li .text .content {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.8;
}
.product-page .side-right .bottom .list ul li .text a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    background: #cf9f91;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .side-right .bottom .list ul li .text a.more:hover {
    background: #222;
}



.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
@media screen and (max-width: 1230px) {
     .product-page .pro-nav .item {
        height: 90px;
    }
}
@media screen and (max-width: 1000px) {
      .product-page {
        padding: 60px 0;
    }
    .product-page .side-right .top .form {
        max-width: 100%;
    }
    .product-page .side-right .top {
        margin-bottom: 30px;
    }
      .product-page .product-box .product-list ul li {
        width: 33.3333%;
    }
    .product-page .pro-nav {
        display: none;
    }
    .product-page .product-box .pro-list ul {
        display: none;
    }
}
@media screen and (max-width: 700px) {
     .product-page .product-box .product-list ul li {
        width: 50%;
    }
    .product-page .product-box .product-list ul li .content h4 {
        font-size: 18px;
    }
    .product-page .product-box .product-list ul li .content p {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
      .product-page .product-box .product-list ul li {
        width: 100%;
    }
}
.contact1-page {
    padding: 0;
}
.contact1-page .contact-message {
    padding-bottom: 80px;
}
.contact1-page .contact-message .grid-box {
    padding: 0;
}
.contact1-page .contact-message .column {
    vertical-align: middle;
}
.contact1-page .contact-message .column:nth-child(1) {
    width: 55%;
}
.contact1-page .contact-message .column:nth-child(1) h2 {
    font-weight: 700;
    font-size: 36px;
    color: #0C602C;
}
.contact1-page .contact-message .column:nth-child(1) p {
    color: #6b6b6b;
}
.contact1-page .contact-message .column:nth-child(1) form {
    margin-top: 30px;
}
.contact1-page .contact-message .column:nth-child(1) form ul li {
    margin-bottom: 20px;
}
.contact1-page .contact-message .column:nth-child(1) form ul li input,
.contact1-page .contact-message .column:nth-child(1) form ul li textarea {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #eee;
    outline: none;
    padding: 10px 20px;
    font-size: 14px;
    color: #a6abaa;
}
.contact1-page .contact-message .column:nth-child(1) form ul li input ::-webkit-input-placeholder,
.contact1-page .contact-message .column:nth-child(1) form ul li textarea ::-webkit-input-placeholder {
    color: #a6abaa;
}
.contact1-page .contact-message .column:nth-child(1) form ul li input :-moz-placeholder,
.contact1-page .contact-message .column:nth-child(1) form ul li textarea :-moz-placeholder {
    color: #a6abaa;
}
.contact1-page .contact-message .column:nth-child(1) form ul li input ::-moz-placeholder,
.contact1-page .contact-message .column:nth-child(1) form ul li textarea ::-moz-placeholder {
    color: #a6abaa;
}
.contact1-page .contact-message .column:nth-child(1) form ul li input :-ms-input-placeholder,
.contact1-page .contact-message .column:nth-child(1) form ul li textarea :-ms-input-placeholder {
    color: #a6abaa;
}
.contact1-page .contact-message .column:nth-child(1) form ul li input[type="submit"] {
    background: #0C602C;
    border: none;
    color: #fff;
    padding: 20px;
    width: 200px;
    text-transform: uppercase;
}
.contact1-page .contact-message .column:nth-child(2) {
    width: 45%;
    padding-left: 3%;
}
.contact1-page .contact-message .column:nth-child(2) .message {
    padding: 60px;
    background: #0C602C;
    background-size: cover;
    margin-top: -78px;
    color: #fff;
}
.contact1-page .contact-message .column:nth-child(2) .message h3 {
    font-size: 15px;
    color: #beccc4;
}
.contact1-page .contact-message .column:nth-child(2) .message h2 {
    font-size: 36px;
    margin: 20px 0;
    color: #fff;
}
.contact1-page .contact-message .column:nth-child(2) .message p {
    color: #beccc4;
    line-height: 30px;
}
.contact1-page .contact-message .column:nth-child(2) .message ul {
    margin-top: 30px;
}
.contact1-page .contact-message .column:nth-child(2) .message ul li {
    margin: 10px 0;
    font-size: 15px;
    line-height: 30px;
    padding-left: 40px;

}
@media screen and (max-width: 1230px) {
  .contact1-page .contact-message .column:nth-child(2) .message h2 {
        font-size: 20px;
        margin: 10px 0;
    }
    .contact1-page .contact-message .column:nth-child(1) h2 {
        font-size: 20px;
        line-height: 30px;
    } 
        .contact1-page .contact-message .grid-box {
        padding: 0;
    }
}
@media screen and (max-width: 1000px) {
   .contact1-page .contact-message .column:nth-child(1),
    .contact1-page .contact-message .column:nth-child(2) {
        width: 100%;
        padding: 0;
    }
    .contact1-page .contact-message .column:nth-child(1) {
        padding-top: 30px;
    }
    .contact1-page .contact-message .column:nth-child(2) .message {
        margin-top: 0;
    }
}
@media screen and (max-width: 700px) {
      .contact1-page .contact-message .column:nth-child(2) .message {
        padding: 30px;
    }
}
.szfphp {
  font-size: 30px;
  line-height: 2;
  color: #0c602c;
  font-weight: 800;
  text-align: center;
}


.wqszfp {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1700px) {
  .szfphp, .wqszfp, .huafacath1, .yuihgf{
    display: none !important;
  }
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
    display: inline-block;
}
.prodet-page .prodet-1 {
    padding: var(--px70) 0 var(--px70);
}
.prodet-page .prodet-1 .top {
    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;
    flex-wrap: wrap;
}
.prodet-page .prodet-1 .top h2 {
    font-size: 3.2rem;
    color: #4a4f54;
}
.prodet-page .prodet-1 .top form {
    width: 36.8rem;
    position: relative;
}
.prodet-page .prodet-1 .top form input[type="text"] {
    width: 100%;
    height: 38px;
    padding: 0 2rem;
    font-size: 17px;
    color: #000;

    border: none;
    border-bottom: 2px solid #ebeaea;
}
.prodet-page .prodet-1 .top form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 38px;
    height: 100%;
    border: none;
    background: url(../images/search.png) no-repeat center center #f7f7f7;
}
.prodet-page .prodet-1 .product-box {
    margin-top: 9.5rem;
    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-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.prodet-page .prodet-1 .product-box .left {
    width: 30%;
}
.prodet-page .prodet-1 .product-box .left .bg-img {
    display: inline-block;
    border: 4px solid #e8e8e8;
}
.prodet-page .prodet-1 .product-box .icon {
    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-top: 2.5rem;
}
.prodet-page .prodet-1 .product-box .icon a {
    margin-right: 2.5rem;
    color: #383838;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .product-box .icon a:hover {
    color: #009944;
}
.prodet-page .prodet-1 .product-box .icon .fa {
    font-size: calc(0.525vw + 14px);
}
.prodet-page .prodet-1 .product-box .icon .qr {
    position: relative;
    cursor: pointer;
}
.prodet-page .prodet-1 .product-box .icon .qr:hover #ewm2 {
    display: block;
}
.prodet-page .prodet-1 .product-box .icon .qr #ewm2 {
    width: 120px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 120%;
    display: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .product-box .right {
    width: 70%;
    padding-left: 5%;
}
.prodet-page .prodet-1 .product-box .right .content {
    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: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 10;
    position: relative;
}
.prodet-page .prodet-1 .product-box .right .content .info {
    max-width: 500px;
}
.prodet-page .prodet-1 .product-box .right .content .info .titleBox {
    padding: 20px;
    background: #f5f5f5;
}
.prodet-page .prodet-1 .product-box .right .content .info .titleBox .pj {
    padding-top: 15px;
    font-size: 16px;
    color: #666;
}
.prodet-page .prodet-1 .product-box .right .content .info .titleBox .pj i {
    margin-right: 5px;
}
.prodet-page .prodet-1 .product-box .right .content .info h1 {
       font-size: 18px;
    line-height: 32px;
    color: #4a4f54;
    font-weight: bold;
}
.prodet-page .prodet-1 .product-box .right .content .info .downloadBox {
    margin: 2rem 0;
    text-align: center;
    padding: 0 15%;
}
.prodet-page .prodet-1 .product-box .right .content .info .downloadBox a {
    display: block;
    line-height: 38px;
    height: 38px;
    border-radius: 5px;
    font-size: calc(0.2085vw + 14px);
    color: #333;
    margin: 5px 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .product-box .right .content .info .downloadBox a:first-child {
    border: 1px solid #009944;
    color: #009944;
}
.prodet-page .prodet-1 .product-box .right .content .info .downloadBox a:hover {
    background: #009944;
    color: white;
}
.prodet-page .prodet-1 .product-box .right .content .info .scroll {
    max-height: 459px;
    overflow: auto;
    font-size: calc(0.1055vw + 14px);
    line-height: 1.6;
    color: #555555;
    /*margin-top: 3rem;*/
}
.prodet-page .prodet-1 .product-box .right .content .info .scroll h6 {
    font-size: calc(0.2085vw + 14px);
    color: #0C602C;
    margin-bottom: 10px;
    font-weight: bold;
}
.prodet-page .prodet-1 .product-box .right .content .info .scroll p {
    font-size: inherit;
}
.prodet-page .prodet-1 .product-box .right .content .btn {
    position: relative;
}
.prodet-page .prodet-1 .product-box .right .content .btn .side-contact {
    margin-top: 0;
}
.prodet-page .prodet-1 .product-box .right .content .btn > a,
.prodet-page .prodet-1 .product-box .right .content .btn .download {
    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;
    /*width: 168px;*/
    height: 40px;
    border-radius: 8px;
    border: 2px solid #959494;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1;
    color: #7d7c7c;
    font-family: 'Rajdhani-SemiBold';
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .product-box .right .content .btn > a:hover,
.prodet-page .prodet-1 .product-box .right .content .btn .download:hover {
    background: #009944;
    color: #fff;
    border: 2px solid #009944;
}
.prodet-page .prodet-1 .product-box .right .content .btn > a i,
.prodet-page .prodet-1 .product-box .right .content .btn .download i {
    margin-left: 7px;
    font-size: calc(0.525vw + 14px);
}
.prodet-page .prodet-1 .product-box .right .content .btn .download-box {
    position: relative;
}
.prodet-page .prodet-1 .product-box .right .content .btn .download-box:hover .download {
    background: #009944;
    color: #fff;
    border: 2px solid #009944;
}
.prodet-page .prodet-1 .product-box .right .content .btn .download {
    margin-bottom: 0;
}
.prodet-page .prodet-1 .product-box .right .content .btn ul.sub-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    padding: 0 10px;
    display: none;
}
.prodet-page .prodet-1 .product-box .right .content .btn ul.sub-menu li a {
    display: block;
    padding: 1rem .5rem;
    font-size: 1.4rem;
    line-height: 1;
    color: #7d7c7c;
    font-family: 'Rajdhani-SemiBold';
    background: #f5f5f5;
    text-align: center;
    margin-bottom: .5rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .product-box .right .content .btn ul.sub-menu li a:hover {
    background: #009944;
    color: #fff;
}
.prodet-page .prodet-1 .product-box .galleryBox {
    /*max-width: 685px;*/
    /*padding-right: 23px;*/
    margin-top: 2rem;
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
    padding: 20px 25px;
}
.prodet-page .prodet-1 .product-box .galleryBox .swiper-slide a {
    display: block;
    border: 2px solid #e8e8e8;
}
.prodet-page .prodet-1 .product-box .galleryBox .swiper-button-disabled {
    display: none;
}
.prodet-page .prodet-1 .product-box .galleryBox .swiper-button-next,
.prodet-page .prodet-1 .product-box .galleryBox .swiper-button-prev {
    background-size: 14px;
}
.prodet-page .prodet-1 .product-box .galleryBox .swiper-button-next {
    right: 0;
}
.prodet-page .prodet-1 .product-box .galleryBox .swiper-button-prev {
    left: 0;
}
.prodet-page .prodet-2 h2,
.prodet-page .prodet-3 h2 {
    text-transform: uppercase;
    position: relative;
    font-size: calc(0.525vw + 14px);
    color: #4a4f54;
    line-height: 50px;
    height: 50px;
    font-weight: normal;
}
.prodet-page .prodet-2 h2:after,
.prodet-page .prodet-3 h2:after {
    content: '';
    width: 200%;
    position: absolute;
    top: 0;
    left: -25%;
    background: #f5f5f5;
    z-index: -1;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    height: 100%;
}
.prodet-page .prodet-2 .content {
    padding: var(--px70) 0 var(--px70);
    font-size: 16px;
    color: #666;
    line-height: 30px;

}
.prodet-page .prodet-2 .content div {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-2 .content p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-2 .content strong {
    color: inherit;
    font-size: inherit;
    font-weight: 900;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-2 .content table tbody {
    table-layout: fixed;
}
.prodet-page .prodet-2 .content table{
    border: none !important;
}
.prodet-page .prodet-2 .content table td {
    padding: 1rem 8%;
    color: #666;
    border: none;
}
.prodet-page .prodet-2 .content table tr {
    background: #e7e8e8;
}
.prodet-page .prodet-2 .content table tr:nth-child(even) {
    background: #f6f6f6;
}
.prodet-page .prodet-3 {
    padding: var(--px70) 0 var(--px70);
}
.prodet-page .prodet-3 .hotBox {
    margin: 9rem auto 0;
    /*max-width: 1205px;*/
    padding: 0 5%;
    position: relative;
    overflow: hidden;
}
.prodet-page .prodet-3 .hotBox .swiper-container {
    padding: 10px;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a {
    display: block;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: left;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a:hover h4 {
    color: #009944;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a .hot-img img {
    width: 100%;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a h4 {
      font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin: 1rem 0 2rem;
    font-weight: normal;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a em {
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
    font-size: 16px;
    color: #4a4f54;
    border: 1px solid #0c602c;
    display: inline-block;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a p {
    font-size: 2rem;
    line-height: 1;
    color: #666666;
    text-transform: uppercase;
    font-weight: 300;
}
.prodet-page .prodet-3 .hotBox .swiper-button-prev,
.prodet-page .prodet-3 .hotBox .swiper-button-next {
    width: 30px;
    height: 50%;
    background-position: center center;
    background-size: 14px;
    transform: translateY(-50%);

    margin-top: 0;
}
.prodet-page .prodet-2 .content img{
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 1230px) {
   .prodet-page .prodet-1 .product-box .right .content .info {
        max-width: 100%;
        width: 100%;
    }
    .inner-page .side-contact{
      width: 100%;
      margin-top: 20px;
    }
    .prodet-page .prodet-1 .product-box .right .content .btn > a,
    .prodet-page .prodet-1 .product-box .right .content .btn .download {
        width: 140px;
    }
    .prodet-page .prodet-1 .product-box .right .galleryBox {
        margin-top: 10rem;
    }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .product-box .right .content .info {
        max-width: 100%;
        width: 100%;
    }
    .prodet-page .prodet-1 .product-box .right .content .btn {
        width: 100%;
        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;
    }
    .prodet-page .prodet-1 .product-box .right .content .btn > a,
    .prodet-page .prodet-1 .product-box .right .content .btn .download {
        width: 120px;
        height: 30px;
    }
    .prodet-page .prodet-1 .product-box .right .content .btn > a,
    .prodet-page .prodet-1 .product-box .right .content .btn .download {
        margin-bottom: 0;
    }
    .prodet-page .prodet-1 .product-box .right .content .btn {
        margin-top: 15px;
    }
    .prodet-page .prodet-1 .product-box .right .galleryBox {
        margin-top: 7rem;
    }
}
@media screen and (max-width: 700px) {
   .prodet-page .prodet-1 .product-box .left {
        width: 100%;
    }
    .prodet-page .prodet-1 .product-box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .prodet-page .prodet-2 .content {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
      .prodet-page .prodet-1 .top form {
    width: auto;
}
 .prodet-page .prodet-1 .product-box .right .content .btn > a,
    .prodet-page .prodet-1 .product-box .right .content .btn .download {
        width: 90px;
    }
    .prodet-page .prodet-1 .product-box .right .content .btn ul {
        padding: 0;
    }
    .prodet-page .prodet-1 .product-box .right .content .info h1 {
        font-size: 22px;
    }
    .prodet-page .prodet-1 .product-box .right .content .info p {
        font-size: 14px;
    }
    .prodet-page .prodet-1 .product-box .right .galleryBox {
        padding-right: 0;
    }
}
@media screen and (max-width: 1000px) {
      .prodet-page .prodet-1 .product-box .right .content .btn {
        display: none;
    }
    .prodet-page .prodet-2 .content {
        padding: 6rem 0;
    }
}
.mana-page .mana-1 {
  padding-top: 4.688%;
}
.mana-page .mana-1 .left {
  vertical-align: middle;
  padding-right: 7.5%;
}
.mana-page .mana-1 .left .title::before {
  display: none;
}
.mana-page .mana-1 .left .con {
  font-size: 16px;
  line-height: 30px;
  margin-top: 37px;
}
.mana-page .mana-1 .right {
  vertical-align: middle;
}
.mana-page .mana-2 {
  padding-top: 3.386%;
}
.mana-page .mana-2 .top .left {
  width: 50%;
  /*padding-right: 7%;*/
}
.mana-page .mana-2 .top .left .title::before {
  display: none;
}
.mana-page .mana-2 .top .right {
  width: 50%;
  font-size: 16px;
  line-height: 30px;
  margin-top: 12px;
}
.mana-page .mana-2 .top .right p {
  margin-top: 25px;
}
.mana-page .mana-2 .top .right p:first-child {
  margin-top: 0;
}
.mana-page .mana-2 .bottom {
  background: url(../images/mana2.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: var(--white);
  margin-top: 89px;
  padding: 4.672% 0 5.922% 0;
}
.mana-page .mana-2 .bottom .title {
  color: var(--white);
}
.mana-page .mana-2 .bottom .title::before {
  display: none;
}
.mana-page .mana-2 .bottom .title{
  color:#fff;
}
.mana-page .mana-2 .bottom .ig {
  background: rgba(255, 255, 255, 0.04);
  max-width: 1122px;
  margin: 26px 0 0 10.593%;
  padding: 41px 105px 58px 70px;
   color:#fff;
}
.mana-page .mana-2 .bottom .ig ul li {
  position: relative;
  padding-top: 19px;
}
.mana-page .mana-2 .bottom .ig ul li i {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.mana-page .mana-2 .bottom .ig ul li .text {
  display: inline-block;
  width: 82%;
  padding-left: 38px;
}
.mana-page .mana-2 .bottom .ig ul li .text span {
  font-size: 30px;
  line-height: 1.2;
   
  font-weight: bold;
}
.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 16px;
  line-height: 2;
  margin-top: 27px;
}
.mana-page .mana-2 .bottom .ig ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 31px;
  background: url(/rich-packaging/2025/05/08/mana-icon.png) no-repeat;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots {
  position: absolute;
  z-index: 2;
  right: -20%;
  top: 45%;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li {
  width: 18px;
  height: 18px;
  background: transparent;
  padding: 0;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
  display: none;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.77);
}
.mana-page .mana-3 {
  padding-top: 68px;
  padding-bottom: 100px;
}
.mana-page .mana-3 ul li {
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
.mana-page .mana-3 ul li .img {
  background: url(/clover-packing/2025/11/24/STRENGTH-1.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 46px;
}
.mana-page .mana-3 ul li .text {
  width: 48.552%;
  padding-left: 41px;
}
.mana-page .mana-3 ul li .text .title::before {
  display: none;
}
.mana-page .mana-3 ul li .text .title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  margin-top: 9px;
}
.mana-page .mana-3 ul li .text .con {
  font-size: 16px;
  line-height: 2;
  color: rgba(40, 39, 39, 0.87);
  margin-top: 40px;
}
.mana-page .mana-3 ul li .text dl {
  margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
  font-size: 24px;
   
  font-weight: 500;
  line-height: 44px;
  padding-left: 65px;
  position: relative;
  margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(../images/mana-check.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0;
}
.mana-page .mana-3 ul li:nth-child(even) {
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 100px 0 0;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
  padding: 0 0 79px 22px;
  background: url(/clover-packing/2025/11/24/STRENGTH-2.png) no-repeat 20px 2px;
}
.mana-page .mana-3 ul li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-4 {
  padding: 4.063% 0 5.886%;
}
.mana-page .mana-4 .header {
  background: var(--color);
  padding: 30px 0 28px;
}
.mana-page .mana-4 .header .title {
  color: var(--white);
}
.mana-page .mana-4 .header .title::before {
  background: var(--white);
  top: 38px;
}
.mana-page .mana-4 .content {
  margin-top: 80px;
}
.mana-page .mana-4 .content ul {
  margin: 0 -36px -60px 0;
}
.mana-page .mana-4 .content ul li {
  padding: 0 36px 60px 0;
}
.mana-page .mana-4 .content ul li .img-box img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .mana-page .mana-2 .top .left {
    padding-right: 2%;
  }
  .mana-page .mana-2 .bottom .ig {
    margin: 26px auto 0;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -11%;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 50px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 21px;
  }
}
@media screen and (max-width: 1280px) {
  .mana-page .mana-1 .left {
    padding-right: 4%;
  }
  .mana-page .mana-1 .left .title {
    font-size: 40px;
    font-family: KO;
  }
  .mana-page .mana-2 .top .left .title {
    font-size: 40px;
    font-family: KO;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 40px;
    line-height: 1.4;
    font-family: KO;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 30px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 20px;
    line-height: 1.8;
    padding-left: 45px;
  }
  .mana-page .mana-3 ul li .text dl dd::before {
    top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .mana-page .mana-1 .left {
    padding-right: 2%;
  }
  .mana-page .mana-1 .left .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .mana-page .mana-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 40px;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 40px 40px 30px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    padding-left: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -5%;
  }
  .mana-page .mana-3 ul li {
    margin-bottom: 30px;
  }
  .mana-page .mana-3 ul li .img {
    width: 100%;
  }
  .mana-page .mana-3 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li .text .con,
  .mana-page .mana-3 ul li .text dl {
    margin-top: 20px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 79px 0;
  }
  .mana-page .mana-4 .content {
    margin-top: 40px;
  }
  .mana-page .mana-4 .content ul {
    margin: 0 -15px -25px 0;
  }
  .mana-page .mana-4 .content ul li {
    padding: 0 15px 25px 0;
  }
}
@media screen and (max-width: 700px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 36px;
    line-height: 1.5;
    font-family: KO;
  }
  .mana-page .mana-2 .top .right {
    padding: 10px 0 0 0;
    margin-top: 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    margin-top: 10px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 36px;
    font-family: KO;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 32px;
    font-family: KO;
  }
  .mana-page .mana-1 .left .con {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .top .right {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 20px 30px 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }
}
.inner-page .title {

font-size: calc(1.56vw + 14px) !important;
  color: #282727;
  line-height: 1.6;
  font-family: KO;
  font-weight: bold;
  position: relative;
  word-break: break-word;
}
.inner-page .title em {
  color: var(--index-main-color);
}
.inner-page .title::before {
  content: '';
  position: absolute;
  left: -200px;
  top: 38px;
  width: 140px;
  height: 2px;
  background-color: #c2c0c3;
  opacity: 0;
}
.contact-page {
  padding-top: 120px;
  background: #f8f8f8;
}
.contact-page .init-1 {
  padding-top: 0px;
  background: #fff;
}
.contact-page .init-1 h1 {
  border-bottom: 1px solid #6e6b70;
  padding: 50px 0 20px;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: var(--color);
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img {
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img img {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.contact-page .init-1 ul li i,
.contact-page .init-1 ul li .img {
  width: 100px;
  height: 100px;
  border: 2px solid #6e6b70;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 44px;
  color: #6e6b70;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li .img {
  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;
}
.contact-page .init-1 ul li .img img {
  max-width: 50%;
  -webkit-filter: grayscale(1) brightness(0.6);
  filter: grayscale(1) brightness(0.6);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 24px;
  line-height: 44px;
  color: #051524;
  padding: 20px 0 10px;
  text-transform: capitalize;
   
  font-weight: bold;
}
.contact-page .init-1 ul li p {
  font-size: 16px;
  color: #414951;
  line-height: 2;
 word-break: break-word;
}
.contact-page .init-2 {
  padding-bottom: 110px;
}
.contact-page .init-2 .init-2-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .init-2 .init-2-box .left {
  width: 50%;
  padding-right: 8.5%;
}
.contact-page .init-2 .init-2-box .left h1 {
  background: var(--color);
  color: #fff;
  padding: 60px 0;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
   
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .left .content {
  padding-left: 30px;
}
.contact-page .init-2 .init-2-box .left .content p {
  margin-top: 20px;
  font-size: 16px;
  color: #8995a2;
  line-height: 2;
}
.contact-page .init-2 .init-2-box .left .content ul {
  margin-top: 10px;
}
.contact-page .init-2 .init-2-box .left .content ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e8f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.contact-page .init-2 .init-2-box .left .content ul li span {
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-right: 20px;
}
.contact-page .init-2 .init-2-box .left .content ul li p {
  font-size: 20px;
  color: #242424;
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 70px;
}
.contact-page .contact-4 .box ul li {
  padding: 15px;
}
.contact-page .contact-4 .box ul li:nth-child(7) ~ li {
  display: none;
}
.contact-page h2.title {
  text-transform: none;
}
.contact-page .contact-1 {
  padding: 60px 0 80px;
  background: #f7f7f7;
}
.contact-page .contact-1 .left {
  width: 50%;
}
.contact-page .contact-1 .left h3 {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.contact-page .contact-1 .left p {
  display: block;
  font-size: 16px;
  color: #635c5b;
}
.contact-page .contact-1 .left .form {
  padding-top: 36px;
}
.contact-page .contact-1 .left .form ul {
  margin: -7px;
}
.contact-page .contact-1 .left .form ul li {
  padding: 7px;
}
.contact-page .contact-1 .left .form ul li input,
.contact-page .contact-1 .left .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #c8c8c8;
  line-height: 28px;
  padding: 6px 10px;
  background: transparent;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-webkit-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input::-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-ms-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:focus,
.contact-page .contact-1 .left .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .left .form ul li textarea {
  height: 130px;
  resize: vertical;
  -webkit-transition: .5s all, 0s height;
  -moz-transition: .5s all, 0s height;
  transition: .5s all, 0s height;
}
.contact-page .contact-1 .left .form ul li input[type="submit"] {
  width: 130px;
  background: #222;
  color: white;
  margin-top: 20px;
}
.contact-page .contact-1 .left .form ul li input[type="submit"]:hover {
  background: var(--color);
}
.contact-page .contact-1 .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right {
  width: 50%;
  padding-left: 6%;
  padding-right: 3%;
}
.contact-page .contact-1 .right h3 {
  font-size: 30px;
  color: #4e4243;
  margin-bottom: 22px;
  font-weight: 600;
}
.contact-page .contact-1 .right ul {
  margin-bottom: 120px;
}
.contact-page .contact-1 .right ul li {
  font-size: 20px;
  color: #777;
  line-height: 35px;
}
.contact-page .contact-1 .right #ewm {
  max-width: 90px;
  border: 3px solid white;
}
.contact-page .contact-1 .right .share ul {
  margin: -2px;
}
.contact-page .contact-1 .right .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  background: #eee;
  border-radius: 5px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .right .share ul li a {
  display: block;
  position: relative;
}
.contact-page .contact-1 .right .share ul li:hover {
  background: var(--color);
  color: white;
}
.contact-page .contact-1 .right .share ul li img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm {
  width: 120px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  border-radius: 5px;
  display: none;
  margin-bottom: 10px;
  max-width: none;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm:after {
  content: '';
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
.contact-page .contact-1 .right .share ul li.ewm:hover #ewm {
  display: block;
}
.contact-page .contact-2 {
  padding: 110px 0 80px;
}
.contact-page .contact-2 h2 {
  text-align: center;
}
.contact-page .contact-2 .box {
  padding-top: 50px;
}
.contact-page .contact-2 .box .left {
  vertical-align: middle;
}
.contact-page .contact-2 .box .right {
  vertical-align: middle;
  padding-left: 10%;
}
.contact-page .contact-2 .box .right ul {
  margin: -7px;
}
.contact-page .contact-2 .box .right ul li {
  padding: 7px;
}
.contact-page .contact-2 .box .right ul li .box {
  display: block;
  background: #f0f0f0;
  padding: 30px 15px;
  text-align: center;
}
.contact-page .contact-2 .box .right ul li .box p {
  display: block;
  font-size: 20px;
  color: black;
}
.contact-page .contact-2 .box .right ul li .box h3 {
  display: block;
  font-size: 33px;
  color: #95ba67;
  line-height: 60px;
}
.contact-page .contact-2 .box .right ul li .box h3 em,
.contact-page .contact-2 .box .right ul li .box h3 span {
  font-size: 60px;
}
.contact-page .contact-3 {
  padding: 80px 0;
  background: #f0f0f0;
}
.contact-page .contact-3 ul li {
  padding: 0 25px;
}
.contact-page .contact-3 ul li a.img-box {
  display: block;
  border-radius: 10px;
}
.contact-page .contact-3 ul li a.img-box img {
  width: 100%;
}
.contact-page .contact-3 ul li h4 {
  display: block;
  margin: 30px 0 10px;
  font-size: 20px;
  color: black;
}
.contact-page .contact-3 ul li .text {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: -6px 0;
}
.contact-page .contact-3 ul li .text p {
  padding: 6px 0;
}
.contact-page .contact-4 {
  padding: 160px 0 80px;
  text-align: center;
}
.contact-page .contact-4 h2 small {
  max-width: 530px;
  margin: 0 auto;
}
.contact-page .contact-4 .box {
  padding: 70px 0 50px;
}
#addForm2 {
  padding-left: 25px;
  height: 670px;
  width: 720px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
#addForm2 h4 {
  font-size: 36px;
  margin: 0 0 30px;
  color: #051524;
  text-transform: uppercase;
  line-height: 1.2;
   
  font-weight: bold;
}
#addForm2 span {
  font-weight: 400;
  font-style: normal;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 7px;
  display: block;
}
#addForm2 input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
#addForm2 textarea {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  height: 100px;
}
#addForm2 .contact-submit {
  margin-top: 30px;
  text-align: center;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#addForm2 .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff !important;
  background-color: var(--color);
  /*border-radius: 28px;*/
  text-align: center;
  margin-right: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#addForm2 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
#addForm2 .contact-submit input[type="submit"]:hover {
  background-color: var(--color);
}
@media screen and (max-width: 1500px) {
  .contact-page .contact-2,
  .contact-page .contact-4 {
    padding: 80px 0;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-1 .right h3,
  .contact-page .contact-1 .left h3 {
    font-size: 26px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 80px;
  }
  .contact-page .contact-1 .right .share ul li img {
    vertical-align: top;
  }
  .contact-page .contact-4 {
    padding: 80px 0 50px;
  }
  .contact-page .contact-4 .box {
    padding: 40px 0 30px;
  }
  .contact-page .contact-3 ul li h4 {
    margin: 10px 0;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .right ul li {
    line-height: 30px;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-3 ul li {
    padding: 0 10px;
  }
  .contact-page .contact-3 ul {
    margin: 0 -10px;
  }
  .contact-page .contact-1 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .sideBox .side-left{
        width: 30%;
        padding-right: 15px;
    }
    .inner-page .sideBox .side-right{
      width: 70%;
    }
  .contact-page .contact-3 ul li .text p {
    padding: 2px 0;
  }
  .contact-page .contact-1 .right {
    padding-left: 4%;
    padding-right: 0;
  }
  .contact-page .contact-2 .box .right {
    padding-left: 5%;
  }
  .contact-page .contact-2 .box .right ul li .box p {
    font-size: 16px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 {
    font-size: 26px;
    line-height: 40px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 em,
  .contact-page .contact-2 .box .right ul li .box h3 span {
    font-size: 40px;
  }
  .contact-page .contact-4 {
    padding: 60px 0 30px;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 22px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 14px;
  }
  .contact-page .contact-1 .left .form {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sideBox .side-right{
    width: 100%;
  }
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-4 .box .img {
    width: 100%;
    position: relative;
    left: -10px;
  }
  .contact-page .contact-4 .box .img:last-child {
    position: relative;
    left: 10px;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right #ewm {
    display: none;
  }
  .contact-page .contact-1 .left .form ul li input[type="submit"] {
    float: right;
  }
  .contact-page .contact-1 {
    padding: 50px 0;
  }
  .contact-page .contact-2 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left {
    width: 100%;
  }
  .contact-page .contact-2 .box .left img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  .contact-page .contact-2 .box {
    padding-top: 20px;
  }
  .contact-page .contact-2,
  .contact-page .contact-4,
  .contact-page .contact-3 {
    padding: 60px 0;
  }
  .contact-page .contact-4 .box ul li {
    width: 20%;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 30px;
  }
  .contact-page .init-2 .init-2-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .init-2 .init-2-box .left .content {
    padding-left: 10px;
  }
  .contact-page .init-2 .init-2-box .left {
    width: 100% !important;
  }
  .contact-page .init-2 .init-2-box .right {
    width: 100% !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #addForm2 {
    width: 100%;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
  }
  .contact-page .init-2 .init-2-box .left {
    padding-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .product-page .side-right .bottom .block ul li {
    padding:  10px;
}
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left img {
    width: 100%;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 20px;
  }
  .product-page .category-desc{
    display: none;
  }
  .contact-page .contact-4 {
    padding: 40px 0;
  }
  .contact-page .contact-4 .box ul li {
    padding: 5px;
  }
  .contact-page .contact-4 .box ul {
    margin: -5px;
  }
  .contact-page .contact-4 .box ul li {
    width: 33.333%;
  }
  .contact-page .init-2 .init-2-box .left {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .init-2 .init-2-box .left .content ul li p {
    font-size: 18px;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
    margin-top: 30px;
  }
  .contact-page .init-2 .init-2-box .left .content ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-page .init-2 .init-2-box .left .content p {
    margin-top: 0;
    line-height: 1.4;
  }
  #addForm2 {
    width: 100%;
    padding: 10px;
  }
  #addForm2 .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.news-page {
  padding-bottom: 110px;
}
.news-page .tips_title {
  font-weight: bold;
  padding-left: 60px;
  text-transform: uppercase;
   
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.news-page .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: #00631a;
  z-index: -1;
}
.news-page .content {
  margin-top: 50px;
}
.news-page .content ul li {
  position: relative;
}
.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}
.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;
  /*height: 290px;*/
  padding: 30px 50px;
  background-color: #fff;
}
.news-page .content ul li .box .title {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.8;
  font-family: KO;
  min-height: 3.8em;
}
.news-page .content ul li .box .title::before{
  display: none;
}
.news-page .content ul li .box .title:hover {
  color: var(--color);
}
.news-page .content ul li .box .des {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  line-height: 2;
}
.news-page .content ul li .box .des:hover {
  color: var(--color);
}
.news-page .content ul li .box .info_c {
  margin-top: 30px;
}
.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  background-color: var(--color);
  border-radius: 15px;
  padding: 4px 22px;
}
.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
}
.news-page .content ul li:hover {
  z-index: 2;
}
.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
@media screen and (max-width: 1000px) {
    .news-page {
    text-align: center;
  }
  .seohide {
    display: none !important;
  }
  .news-page .tips_title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 44px;
  }
  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
   .news-page .content ul li .box {
    padding: 20px 16px;
    height: unset;
  }
  .news-page .content ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0;
  }
  .news-page .content ul li .box .title {
    font-size: 20px;
    line-height: 1.8;
  }
}
.newdet-page .init-1 .container .title {
  font-size: 30px;
}
.newdet-page .init-1 .container .title::before{
  display: none;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
  line-height: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  padding: 30px 0;
  line-height: 2;
}
.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}
.newdet-page .init-1 .container .bottom_cont .left {
  width: calc(100% - 160px);
  padding-right: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
  width: 160px;
}
.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: var(--color);
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
    .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }
  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }
}
@media screen and (max-width: 500px) {
    .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
}
.pro_public .init-related {
  background-color: #f7f7f7;
}
.pro_public .init-related .container .tips {
  text-align: center;
   
  font-weight: bold;
}
.pro_public .init-related .container .content {
  margin-top: 40px;
}
.pro_public .init-related .container .content .slick .slick-list {
  margin: 0 -25px;
}
.pro_public .init-related .container .content .slick li {
  padding: 0 25px;
}
.pro_public .init-related .container .content .slick li .box .img {
  background-color: #fff;
  display: block;
  padding: 40px;
}
.pro_public .init-related .container .content .slick li .box .text {
  display: block;
  margin-top: 20px;
  line-height: 36px;
}
.pro_public .init-related .container .content .slick li .box .text:hover {
  color: var(--color);
}
.m-link {
  margin-top: 16px;
}
.m-link a {
  display: block;
  color: #767676;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-link a:hover {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
    .m-link {
    text-align: left;
  }
}
.news-page .tips_title,.pro_public .init-related .container .tips,.newdet-page .init-1 .container .title,
.contact-page .init-2 .init-2-box .left h1,#addForm2 h4,.about-page .about-1 .box .right h3,
.about-page .about-2 .left .content h2,
.about-page .about-3 h2,
.about-page .about-5 h2,
.about-page .about-6 h2,
.inner-page .sideBox .side-left h2,
.prodet-page .prodet-1 .top h2,.prodet-page .prodet-2 h2, .prodet-page .prodet-3 h2,
#cp-Nav .nav div.title
{
  font-size: calc(1.56vw + 14px) !important;
  font-weight: bold;
}
.news-page .content ul li .box .title{
    font-size: calc(0.525vw + 14px) !important;
}
.contact1-page{
 padding: var(--px130)  0!important;
}
.contact1-page .contact-message{
  padding-bottom: 0;
}
#index-body .init-6.init-6r {
    padding-top: var(--px100);
    padding-bottom: var(--px100);
}
.about-page .about-1,.about-page .about-6{
  padding: var(--px140)  0 !important;
}
.about-page .about-3{
    padding: var(--px60)  0 !important;
}
.about-page .about-3 .list{
  margin-top:  var(--px70) !important;
}
.mana-page .mana-3,.faq-page .faq-1 {
    padding-top:   var(--px70) !important;
    padding-bottom:   var(--px100) !important;
}
.news-page .content{
  margin-top:   var(--px50) !important;
}
.news-page,.contact-page .init-2{
     padding-bottom:   var(--px110) !important;
}
.faq-page .faq-1 .bottom{
  padding-top:   var(--px100) !important;
}
.about-page .about-4{
  display: none !important;
}
.about-page .about-5 {
    padding: var(--px90) 0 var(--px145) !important;}
    .service-page .service-2 {
  background: #f9f9f9;
  padding: 70px 0;
  margin: 0px 40px 50px;
}
.service-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}
.service-page .service-2 .header .title {
  line-height: 1.2;
  margin-top: 12px;
  text-transform: uppercase;
}
.service-page .service-2 .content {
  margin-top: 80px;
}
.service-page .service-2 .content ul {
  margin-right: -30px;
}
.service-page .service-2 .content ul li {
  padding-right: 30px;
}
.service-page .service-2 .content ul li .ig {
  text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 60%;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px -0.4px 9px 3px rgb(0 0 0 / 8%);
}
.service-page .service-2 .content ul li .ig .text {
  padding-top: 28px;
}
.service-page .service-2 .content ul li .ig .text span {
  font-size: 17px;
  color: #83827f;
  line-height: 1.6;
  text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
  font-size: 22px;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: bold;
}
.service-page .service-2 .content ul li .ig .text p {
  font-size: 16px;
  line-height: 30px;
  color: #83827f;
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-top: 25px;
  display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
  background: var(--index-main-color);
  border-color: var(--index-main-color);
}
@media screen and (max-width: 1440px) {
    .service-page .service-2 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1000px) {
    .service-page .service-2 {
    padding: 60px 0;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    min-height: 60px;
  }
}
@media screen and (max-width: 700px) {
   .service-page .service-2 {
    padding: 30px 0;
  }
  .service-page .service-2 .header {
    width: 100%;
  }
  .service-page .service-2 .content {
    margin-top: 20px;
  }
  .service-page .service-2 .content ul {
    margin-right: -15px;
  }
  .service-page .service-2 .content ul li {
    padding-right: 15px;
  }
  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }
  .service-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    font-size: 24px;
    line-height: 1.6;
  }
}
.topf {
  display: flex;
  padding: 15px;
  margin-bottom: 15px;
}
.topt{
  padding: 15px;
  font-size: calc(0.2085vw + 14px);
  color: #888;
    margin-bottom: calc(1.88vw + 14px);
}
.topf a{
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: calc(0.0525vw + 14px) calc(0.8345vw + 14px);
  background: var(--color);
  font-size: calc(0.315vw + 14px);
  font-weight: 500;
  color: #fff;
  margin-right:calc(1.88vw + 14px);
}
.topf a:hover{
  color: #fff;
}
.pp-box{
position: relative;
display: block;

}
.pp-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pp-bg1{
  /*clip-path: inset(0 49% 49% 0);*/
  clip-path: inset(0 49% 100% 0);
}
.pp-bg2{
    /*clip-path: inset(49% 49% 0 0 );*/
    clip-path: inset(49% 100% 0 0 );
}
.pp-bg3{
    /*clip-path: inset(49%  0 0  49%);*/
    clip-path: inset(100%  0 0  49%);
}
.pp-bg4{
    /*clip-path: inset(0 0  49% 49%);*/
    clip-path: inset(0 0  49% 100%);
}
.pp-box:hover .pp-bg1{
    clip-path: inset(0 49% 49% 0);
}
.pp-box:hover .pp-bg2{
    clip-path: inset(49% 49% 0 0 );
}
.pp-box:hover .pp-bg3{
 clip-path: inset(49%  0 0  49%);
}
.pp-box:hover .pp-bg4{
 clip-path: inset(0 0  49% 49%);
}
.page-header02{
  position: fixed;
  width: 100%;
}

@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1440px) {}