@font-face {
  font-family: 'mod';
  src: url('../fonts/MODERNIZ.eot');
  src: url('../fonts/MODERNIZ.eot?#iefix') format('embedded-opentype'), url('../fonts/MODERNIZ.woff2') format('woff2'), url('../fonts/MODERNIZ.woff') format('woff'), url('../fonts/MODERNIZ.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-ExtraBold.eot');
  src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBold.woff') format('woff'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
#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_from {
  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_from 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_from form {
  margin-top: var(--ft40);
}
#pups_from 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_from i.close::after,
#pups_from 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_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: rgba(140, 198, 63, 1);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: rgba(140, 198, 63, 1);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: rgba(140, 198, 63, 1);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: rgba(140, 198, 63, 1);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
:root {
  
  --px210:calc(9.90vw + 20px);
  --px200:calc(9.38vw + 20px);
  --px100: calc(4.1667vw + 20px);
  --px150:calc(6.77vw + 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);
  --color: rgba(140, 198, 63, 1);
  --color1: rgba(76, 139, 25, 1);
  --gg400:25.3vw;
  --gg367:19.1vw;
  --gg295:15.36vw;
  --gg275:14.32vw;
  --gg240:12.50vw;
  --gg220:11.45vw;
  --gg1150:59.9vw;
  --gg256:13.326vw;
  --gg510:26.56vw;
  --gg260:13.55vw;
  --gg464:24.16vw;
}
:root{
  --ft50:calc(1.88vw + 14px);
  --ft48:calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44:calc(1.56vw + 14px);
  --ft42: calc(1.46vw + 14px);
  --ft46:calc(1.670vw + 14px);
  --ft18:calc(0.2085vw + 14px);
  --ft19: calc(0.2585vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft15:calc(0.0525vw + 14px);
  --ft24:calc(0.525vw + 14px);
  --ft25:calc(0.575vw + 14px);
  --ft26:calc(0.625vw + 14px);
  --ft28:calc(.729vw + 14px) !important;
  --ft20:calc(0.315vw + 14px);
  --ft22:calc(0.415vw + 14px);
  --ft30:calc(0.8345vw + 14px);
  --ft32:calc(0.9385vw + 14px);
  --ft34:calc(1.0385vw + 14px);
  --ft36:calc(1.1465vw + 14px);
  --ft38:calc(1.2465vw + 14px);
  --ft60:calc(2.3955vw + 14px);
  --ft62:calc(2.4955vw + 14px);
  --ft65:calc(2.6555vw + 14px);
  --ft90:calc(3.959vw + 14px);
  --ft92:calc(4.059vw + 14px);
  --ft100:calc(4.479vw + 14px);
  --ft120:calc(5.519vw + 14px);
  --ft163:calc(7.759vw + 14px);
  --ft182:calc(8.752vw + 14px);
  --ft80:calc(3.4405vw + 14px);
  --ft75:calc(3.1805vw + 14px);
  --ft74:calc(3.1215vw + 14px);
  --ft73:calc(3.0725vw + 14px);
  --ft72:calc(3.0225vw + 14px);
  --ft56:calc(2.1885vw + 14px) !important;
  --ft57:calc(2.2385vw + 14px);
  --ft54:calc(2.0835vw + 14px) !important;}
.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: var(--ft24);
}
.right_nav_list ul li .cont {
  position: absolute;
  right: 100%;
  top: 0;
  width: auto;
  min-height: 100%;
  padding: 0 5px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1;
  -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;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}
.right_nav_list ul li .cont .phoneCont {
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
.seoIndustry h2{
  font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
padding: 50px 0;
    text-align: center;
        color: rgba(140, 198, 63, 1);
}
.seoIndustry h3{
  font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
padding: 10px 0;
    color: rgba(140, 198, 63, 1);

}

.shouye h1{
  display: inline !important;
}

@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .yejiao{
    display: none;
  }
  .fenlei{
    display: none;
  }
  .right_nav_list ul li {
    width: 46px;
    height: 46px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 22px;
  }
  .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: rgba(140, 198, 63, 1);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: var(--ft24);
  -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: 'mon';
  font-weight: 500;
  margin: 0 auto;
  background-color: #f8f8f8;
  color: #000;
}
#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;
  line-height: 36px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  line-height: 30px;
  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: 18px;
  color: inherit;
  text-transform: uppercase;
  line-height: 32px;
}
#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: 16px;
  line-height: 30px;
}
#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: 16px;
  line-height: 30px;
}
#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: var(--ft40);
  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;
}
.img_sca {
  overflow: hidden;
}
.img_sca:hover .img_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.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;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  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;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#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;
  padding: 19px 0;
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(229, 229, 229, 0);
  backdrop-filter: blur(6px);
}
#header > .nav > .menu .menu-box {
  -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;
}
#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;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: var(--ft50) !important;
  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:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child > a::after {
  display: none;
}
#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: 10px 0;
  text-align: left;
  line-height: 36px;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  color: #000;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 14px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 67px;
  height: 41px;
  top: 50%;
  left: 50%;
  margin-left:-33px; 
  margin-top:-20px; 
  /*background-color: #000;*/
  background: url(../images/index_65.png) no-repeat center;
  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;
  line-height: 30px;
  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;
}
#header > .nav > .menu .menu-box .right .search {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .open_btn {
  margin-left: var(--ft30);
  cursor: pointer;
  font-size: 16px;
 color: #141414;
 display: flex;
 align-items: center;

}
#header > .nav > .menu .menu-box .right .open_btn span{
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn span::after{
  content: '';
  position: absolute;
  bottom:0;
  left: 0px;
  height: 1px;
  width: 100%;
  background:  #141414;
}
#header > .nav > .menu .menu-box .right .open_btn img{
  margin-left: 15px;
  width: auto;
  object-fit: contain;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .right .open_btn:hover img{
  /*background-color: rgba(140, 198, 63, 1);*/
  /*color: #fff;*/
  /*border: 1px solid rgba(140, 198, 63, 1);*/
  transform: translateX(8px);
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: var(--ft38);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .imgC {
  width: 24px;
  height: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#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;
}
#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: #fff;
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
}
@keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 100%);
    -webkit-clip-path: inset(0 100% 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
#banner {
  overflow: hidden;
  position: relative;
}
#banner .swiper {
  z-index: 2;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  width: 100%;
  height: 50vw;
  max-height: 940px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  align-items: center;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC {
  position: unset;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont {
  z-index: 3;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont {
  max-width: 1050px;
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 6.25vw;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .title {
  display: block;
  font-size: calc(1.6085vw + 14px);
  font-family: 'mod';
  font-weight: bold;
  line-height: 1.2;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .des1{
  font-family: 'mod';
font-weight: 400;
font-size: calc(0.8345vw + 14px);
color: rgba(140, 198, 63, 1);
text-transform: uppercase;
margin-bottom: 10px;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .des {
  font-size: calc(0.525vw + 14px);
  line-height: 1.3;
  font-weight: 500;
  margin-top: 10px;
  padding-right: 30%;
}
.font-18{
  line-height: 32px;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .textCont .title {
  animation: fadeInRightSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .textCont .des {
  animation: fadeInLeftSmall 1s linear;
}
#banner .sPage {
  position: absolute;
  width: 100%;
  bottom: 40px;
  right: 0;
  z-index: 2;
}
#banner .sPage .container {
  justify-content: left;
}
#banner .sPage .btn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: var(--ft30);
  line-height: 50px;
  text-align: center;
  color: #373737;
}
#banner .sPage .btn:hover {
  background-color: #fff;
  color: rgba(140, 198, 63, 1);
}
#banner .sPage .cont {
  width: 50px;
  height: 50px;
  background-color: rgba(140, 198, 63, 1);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: -2px;
  margin: 0 8px;
}
.slick-list .slick-track {
  margin-left: 0;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .tipsTitleC .tipsTitle {
  font-family: 'mod';
  line-height: 1.2;
  color: rgba(76, 139, 25, 1);
}
#index-body .tipsTitleC .tipsTitle em {
  color: rgba(140, 198, 63, 1);
}
#index-body .init-1 {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-top: calc(6.77vw + 10px) !important;
}
#index-body .init-1 .subImg {
  position: absolute;
  width: 100%;
  height: 680px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.font-48{
  font-size: var(--ft48) !important;

}
#index-body .init-1 .container {
  justify-content: space-between;
}
.about_pic12{
  margin-top: var(--ft60);
}
#index-body .init-1 .container .left {
  max-width: 895px;
}
#index-body .init-1 .container .left .des {
  margin-top: var(--ft30);
  color: #999999;
}
#index-body .init-1 .container .left .more {
  display: inline-block;
  padding: 8px 32px;
  background-color: rgba(140, 198, 63, 1);
  border: 1px solid rgba(140, 198, 63, 1);
  margin-top: 150px;
  color: #fff;
  border-radius: 5px;
}
#index-body .init-1 .container .left .more:hover {
  color: rgba(140, 198, 63, 1);
  background-color: #fff;
}
#index-body .init-1 .container .right .content ul li {
  margin-top: 120px;
  margin-left: auto;
}
#index-body .init-1 .container .right .content ul li:first-child {
  margin-top: 0;
}
#index-body .init-1 .container .right .content ul li .box {
  position: relative;
  margin-left: auto;
  width: 270px;
}
#index-body .init-1 .container .right .content ul li .box .top {
  color: #999999;
}
.font-30{
  font-size: var(--ft30) !important;
}
#index-body .init-1 .container .right .content ul li .box .bottom {
  font-family: 'mod';
  font-size: 48px;
  line-height: 1;
  margin-top: 10px;
}
#index-body .init-1 .container .right .content ul li .box .img2 {
  position: absolute;
  width: 700px;
  height: 130px;
  background-position: left bottom;
  background-repeat: no-repeat;
  bottom: -45px;
  left: 0;
}
#index-body .init-1 .container .right .content ul li .box2 {
  width: 380px;
}
#index-body .init-1 .container .right .content ul li .box3 {
  width: 480px;
}
#index-body .init-2 {
  overflow: unset;
}
#index-body .init-2 .container {
  overflow: unset;
  align-items: flex-start;
}
#index-body .init-2 .container .left {
  width: 570px;
  padding-right: 40px;
  position: sticky;
  top: 120px;
}
#index-body .init-2 .container .left .sPage {
  margin-top: 20px;
}
#index-body .init-2 .container .left .sPage .btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  font-size: var(--ft30);
  cursor: pointer;
  color: #a6a6a6;
}
#index-body .init-2 .container .left .sPage .btn:hover {
  color: rgba(140, 198, 63, 1);
}
#index-body .init-2 .container .left .sPage .cont {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  margin: 0 8px;
}
#index-body .init-2 .container .left .sGo {
  margin-top: 6px;
  width: 3px;
  height: 340px;
  background-color: #d9d9d9;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
#index-body .init-2 .container .left .sGo .sub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(140, 198, 63, 1);
  transform-origin: top;
  transform: scaleY(0);
}
#index-body .init-2 .container .right {
  width: calc(100% - 570px);
  margin-top: -40px;
}
#index-body .init-2 .container .right ul li {
  transition: all 0.5s;
  overflow: hidden;
  margin-top: 20px;
  transform-origin: top;
  position: sticky;
  top: 120px;
}
#index-body .init-2 .container .right ul li .box {
  transform-origin: top;
  min-height: 700px;
  position: relative;
  background-color: #f0f0f0;
  border-radius: 20px;
  overflow: hidden;
}
#index-body .init-2 .container .right ul li .box .img {
  display: block;
}
#index-body .init-2 .container .right ul li .box .img img {
  width: 100%;
}
#index-body .init-2 .container .right ul li .box .more {
  z-index: 3;
  position: absolute;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: rgba(76, 139, 25, 1);
  right: 90px;
  top: 140px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
}
#index-body .init-2 .container .right ul li .box .more:hover {
  transform: translateY(-5px);
}
#index-body .init-2 .container .right ul li .box .cont {
  padding: 40px 370px 40px 60px;
}
#index-body .init-2 .container .right ul li .box .cont .titleC {
  position: relative;
  z-index: 2;
}
#index-body .init-2 .container .right ul li .box .cont .title {
  font-weight: 600;
}
#index-body .init-2 .container .right ul li .box .cont .des {
  margin-top: 10px;
  color: #666666;
}
.font-36{
  line-height: 1.4;
}
#index-body .init-2 .container .right ul li .box .cont .img2 {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 240px;
  bottom: 40px;
  right: 50px;
}
#index-body .init-2 .container .right ul li .box .cont .img2 img {
  width: 100%;
}
#index-body .init-2 .container .right ul li .box:hover .more {
  opacity: 1;
}
#index-body .init-2 .container .right ul li.active {
  opacity: 0;
}
#index-body .init-3 {
  margin-top: 100px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 180px;
}
#index-body .init-3 .subImg {
  background-size: cover;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 626px;
  top: 0;
  left: 0;
}
#index-body .init-3 .container {
  width: 100%;
  justify-content: space-between;
}
#index-body .init-3 .container .left {
  width: 450px;
}
#index-body .init-3 .container .left .tipsTitleC .tipsTitle {
  color: #fff;
}
#index-body .init-3 .container .left .tipsTitleC .tipsTitle em {
  color: #fff;
}
#index-body .init-3 .container .left .des {
  color: #fff;
  margin-top: var(--ft30);
  min-height: 412px;
}
#index-body .init-3 .container .left .more {
  display: inline-block;
  padding: 8px 32px;
  border-radius: 5px;
  background: rgba(140, 198, 63, 1);
  color: #fff;
  border: 1px solid rgba(140, 198, 63, 1);
}
#index-body .init-3 .container .left .more:hover {
  background: #fff;
  color: rgba(140, 198, 63, 1);
}
#index-body .init-3 .container .right {
  width: calc(100% - 560px);
}
#index-body .init-3 .container .right .content ul li{
  height: auto;
}
#index-body .init-3 .container .right .content ul li .box {
  text-align: center;
  padding: 30px 30px;
  border-radius: 15px;
  background-color: #f0f0f0;
  overflow: hidden;
  height: 100%;
  position: relative;
}
#index-body .init-3 .container .right .content ul li .box::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/p-shadow.png) no-repeat center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-3 .container .right .content ul li .box:hover::after{
opacity: 1;
}
#index-body .init-3 .container .right .content ul li .box:hover  .img img{
transform: scale(1.2);
}
#index-body .init-3 .container .right .content ul li .box .title {
  opacity: 0;
  display: block;
  color: rgba(140, 198, 63, 1);
  padding-top: var(--ft30);
  font-weight: 600;
}
#index-body .init-3 .container .right .content ul li .box .img {
  display: block;
  margin: var(--ft40) 0;
  position: relative;
  z-index: 4;
  /*transform: translateY(-80px);*/
}
#index-body .init-3 .container .right .content ul li .box .img img {
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  /*max-width: 263px;*/
}
#index-body .init-3 .container .right .content ul li .box .title2 {
    position: relative;
  z-index: 4;
  display: block;
  color: #333333;
  font-weight: 600;
  /*position: absolute;*/
  /*bottom: 30px;
  left: 0;*/
  width: 100%;
  /*padding: 0 70px;*/
  padding-top: 30px;
  line-height: 1.4;
  z-index: 2;
}
#index-body .init-3 .container .right .content ul li .box .des {
  color: #999999;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transform: translateY(100%);
  min-height: 1px;
}
#index-body .init-3 .container .right .content ul li .box:hover .title {
  opacity: 1;
}
#index-body .init-3 .container .right .content ul li .box:hover .img {
  /*transform: translateY(0);*/
}
#index-body .init-3 .container .right .content ul li .box:hover .title2 {
  /*opacity: 0;*/
  /*transform: translateY(100%);*/
}
#index-body .init-3 .container .right .content ul li .box:hover .des {
  opacity: 1;
  /*transform: translateY(0);*/
}
#index-body .init-3 .container .bottom {
  margin-top: 10px;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
#index-body .init-3 .container .bottom .sPage .btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  border: 1px solid #b4b4b4;
  cursor: pointer;
  font-size: var(--ft30);
  color: #b4b4b4;
}
#index-body .init-3 .container .bottom .sPage .btn:hover {
  color: rgba(140, 198, 63, 1);
}
#index-body .init-3 .container .bottom .sPage .sCont {
  text-align: center;
  width: 50px;
  height: 50px;
  border: 1px solid #b4b4b4;
  border-radius: 50%;
  margin: 0 8px;
  color: #999999;
  letter-spacing: -2px;
}
#index-body .init-3 .container .bottom .sPage2 {
  width: 1170px;
  background-color: #d9d9d9;
  height: 3px;
}
#index-body .init-3 .container .bottom .sPage2 .swiper-scrollbar-horizontal {
  height: 100%;
}
#index-body .init-3 .container .bottom .sPage2 .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background-color: rgba(140, 198, 63, 1);
}
#index-body .init-4 .container .tipsTitleC {
  position: relative;
  left: 0;
}
#index-body .init-4 .container .content {
  position: relative;
}
#index-body .init-4 .container .content ul li .box {
  padding: var(--ft40) 0;
  border-bottom: 1px solid #999999;
}
#index-body .init-4 .container .content ul li .box .textC {
  width: calc(100% - 670px);
  padding-right: 60px;
}
#index-body .init-4 .container .content ul li .box .textC .num {
  font-size: 48px;
  color: #666666;
  font-family: 'mod';
  width: 280px;
}
#index-body .init-4 .container .content ul li .box .textC .text {
  width: calc(100% - 280px);
}
#index-body .init-4 .container .content ul li .box .textC .text .title {
  color: #666666;
  font-weight: 600;
}
#index-body .init-4 .container .content ul li .box .textC .text .des {
  margin-top: 10px;
  color: #666666;
  display: none;
}
#index-body .init-4 .container .content ul li .box .img {
  width: 610px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  display: none;
}
#index-body .init-4 .container .content ul li .box .img img {
  width: auto;
  border-radius: 16px;
}
#index-body .init-4 .container .content ul li.active .box .textC .text .title {
  color: rgba(76, 139, 25, 1);
}
#index-body .init-5 {
  position: relative;
  z-index: 2;
}
#index-body .init-5 .subImg {
  position: absolute;
  width: 440px;
  height: 420px;
  top: 0;
  right: 0;
  z-index: 2;
}
#index-body .init-5 .subImg2 {
  position: absolute;
  width: 100%;
  height: calc(100% - 120px);
  bottom: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
}
#index-body .init-5 .container {
  z-index: 3;
}

#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  background-color: #0c0f12;
}
#footer .fTop .container {
  align-items: flex-start;
  justify-content: space-between;
}
#footer .fTop .container .left {
  width: 760px;
}
#footer .fTop .container .left .tipsTitle {
  font-size: 44px;
  font-family: 'mod';
  color: #fff;
  line-height: 1.3;
}
#footer .fTop .container .left .tipsTitle em {
  color: rgba(140, 198, 63, 1);
}
#footer .fTop .container .left .listC {
  padding-top: 44px;
  justify-content: space-between;
}
#footer .fTop .container .left .listC .listCont {
  margin-top: var(--ft40);
}
#footer .fTop .container .left .listC .listCont .list {
  margin-top: 9px;
}
#footer .fTop .container .left .listC .listCont .list a {
  color: #a6a6a6;
}
#footer .fTop .container .left .listC .listCont .list a:hover {
  color: rgba(140, 198, 63, 1);
}
#footer .fTop .container .left .listC .listCont .list:first-child {
  margin-top: 0;
}
#footer .fTop .container .left .listC .listCont .list2 {
  margin-top: 20px;
}
#footer .fTop .container .left .listC .listCont .list2 .list2Img {
  width: 26px;
  height: 26px;
}
#footer .fTop .container .left .listC .listCont .list2 .text {
  width: calc(100% - 26px);
  padding-left: 10px;
  color: #a6a6a6;
}
#footer .fTop .container .left .listC .listCont .list2:first-child {
  margin-top: 0;
}
#footer .fTop .container .left .listC .listCont1 {
  width: 200px;
}
#footer .fTop .container .left .listC .listCont2 {
  width: 430px;
  position: relative;
}
#footer .fTop .container .left .listC .listCont2 #ewm {
  width: 100px;
  height: 100px;
  background-color: #fff;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
}
#footer .fTop .container .right .tips2{
  color: #fff;
}
#footer .fTop .container .right .rightC {
  /*background-color: #333333;*/
  border-radius: 16px;
  width: 630px;
  padding: 50px 40px;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(229, 229, 229, 0);
    backdrop-filter: blur(6px);
}
#footer .fTop .container .right .rightC .tips {
  font-family: 'mod';
  margin-bottom: 10px;
}
#footer .fTop .container .right .rightC form {
  justify-content: space-between;
}
#footer .fTop .container .right .rightC form input,
#footer .fTop .container .right .rightC form textarea {
  margin-top: 20px;
  width: calc(50% - 10px);
  padding: 10px 6px;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
#footer .fTop .container .right .rightC form input::placeholder,
#footer .fTop .container .right .rightC form textarea::placeholder{
    color: #fff;
}
#footer .fTop .container .right .rightC form textarea {
  width: 100%;
}
#footer .fTop .container .right .rightC form .moreC .submit {
  margin-top: var(--ft40);
  display: inline-block;
  padding: 12px;
  min-width: 180px;
  text-align: center;
  border-radius: 24px;
  background-color: rgba(140, 198, 63, 1);
  border: 1px solid rgba(140, 198, 63, 1);
  cursor: pointer;
}
#footer .fTop .container .right .rightC form .moreC .submit:hover {
  background-color: #fff;
  color: rgba(140, 198, 63, 1);
}
#footer .copyright {
  position: relative;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  overflow: hidden;
  color: #8e8e8e;
  margin-top: 50px;
  background-color: #131313;
}
#footer .copyright .container {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #8e8e8e;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .right ul li {
  width: auto;
  margin: 0 10px;
}
#footer .copyright .container .right ul li a {
  font-size: var(--ft24);
}
#footer .copyright .container .right ul li a:hover {
  color: rgba(140, 198, 63, 1);
}
@media (max-width: 1800px) {
  #index-body .init-3 .container {
    width: 1400px;
  }
  #index-body .init-3 {
    padding-left: 0;
  }
  #index-body .init-4 .container .tipsTitleC {
    left: 0;
  }
  #index-body .init-4 .container .content ul li .box .textC .num {
    width: 110px;
  }
  #index-body .init-4 .container .content ul li .box .img {
    width: 400px;
  }
  #index-body .init-4 .container .content ul li .box .textC {
    width: calc(100% - 400px);
  }
  #index-body .init-4 .container .content ul li .box .textC .text {
    width: calc(100% - 110px);
  }
}
@media (max-width: 1500px) {
  .font-48 {
    font-size: 40px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .title {
    font-size: 40px;
  }
  #index-body .init-1 .container .left {
    width: 730px;
  }
  #index-body .init-1 .container .right .content ul li .box {
    width: 210px;
  }
  #index-body .init-1 .container .right .content ul li .box2 {
    width: 280px;
  }
  #index-body .init-1 .container .right .content ul li .box3 {
    width: 340px;
  }
  #index-body .init-2 .container .right ul li .box .cont {
    padding: 30px 160px 30px 30px;
  }
  #index-body .init-2 .container .right ul li .box .cont .img2 {
    max-width: 140px;
  }
  #index-body .init-3 .container {
    width: 1200px;
  }
  #index-body .init-3 .container .right .content ul li .box {
    padding: 0 16px;
    padding-bottom: 30px;
  }
  #index-body .init-3 .container .left {
    width: 100%;
  }
  #index-body .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-3 .container .left .des {
    min-height: 1px;
  }
  #index-body .init-3 .container .left .more {
    margin-top: 20px;
  }
  #index-body .init-3 .container .right .content ul li .box .title {
    opacity: 1;
  }
  #index-body .init-3 .container .right .content ul li .box .img {
    /*transform: translateY(0);*/
  }
  #index-body .init-3 .container .right .content ul li .box .title2 {
    display: none;
  }
  #index-body .init-3 .container .right .content ul li .box .des {
    opacity: 1;
    transform: translateY(0);
  }
  #index-body .init-3 .container .bottom .sPage2 {
    width: calc(100% - 200px);
  }
  #footer .fTop .container .left {
    width: 650px;
  }
  #footer .fTop .container .right .rightC {
    width: 530px;
  }
  #footer .fTop .container .left .tipsTitle {
    font-size: 40px;
  }
}
@media (max-width: 1250px) {
  .font-36 {
    font-size: var(--ft30);
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #banner .sPage {
    bottom: 20px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont {
    padding-bottom: var(--px80);
  }
  #index-body .init-1 .container .left {
    width: 100%;
  }
  #index-body .init-1 .container .right {
    display: none;
  }
  #index-body .init-1 .container .left .more {
    margin-top: 20px;
  }
  #index-body .init-2 .container .left {
    width: 460px;
  }
  #index-body .init-2 .container .right {
    width: calc(100% - 460px);
  }
  #index-body .init-3 .container {
    width: 970px;
  }
  #index-body .init-4 .container .content ul li .box .textC {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-4 .container .content ul li .box .img {
    width: auto;
    max-width: 400px;
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    margin-top: 20px;
  }
  #index-body .init-4 .container .content ul li .box .textC .text .title {
    color: rgba(140, 198, 63, 1);
  }
  #index-body .init-4 .container .content ul li .box .textC .text .des {
    display: block;
  }
  #index-body .init-4 .container .content ul li .box .img {
    display: block;
  }
  #index-body .init-4 .container .content ul li .box .textC .text {
    width: 100%;
  }
  #footer {
    background: #0c0f12 !important;
  }
  #footer .fTop .container .left {
    width: 100%;
    margin-top: var(--ft40);
  }
  #footer .fTop .container .right{
    order: -1;
    width: 100%;
  }
  #footer .fTop .container .right .rightC {
    order: -1;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .font-48 {
    font-size: var(--ft30);
  }
  .phone_hide {
    display: none !important;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: var(--ft40);
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    align-items: center;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .des {
    display: none;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .title {
    font-size: var(--ft30) !important;
    line-height: 1.5 !important;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont {
    padding-bottom: 0;
  }
  #index-body .init-3 {
    margin-top: 0;
  }
  #index-body .init-3 .container {
    width: 700px;
  }
  #index-body .init-5 {
    background-color: #ececec;
    margin-top: var(--ft40);
    padding-top: 0;
  }

  #footer .fTop .container .left .listC .listCont2 {
    width: 100%;
  }
  #footer .fTop .container .left .tipsTitle {
    font-size: var(--ft30);
  }
}
@media (max-width: 700px) {
  #index-body .init-3 .container {
    width: 100%;
  }
  #footer .fTop .container .left .listC .listCont2 {
    margin-top: 0;
  }
  #footer .fTop .container .left .listC .listCont2 #ewm {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 20px;
  }
  #footer .fTop .container .right .rightC {
    padding: 30px 16px;
  }
  #footer .fTop .container .right .rightC form input,
  #footer .fTop .container .right .rightC form textarea {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .font-48 {
    font-size: var(--ft24);
    line-height: 1.4;
  }
  .font-36 {
    font-size: var(--ft24);
    line-height: 1.4;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 260px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .title {
    font-size: var(--ft24);
    line-height: 1.4;
  }
  #banner .sPage {
    bottom: 10px;
  }
  #banner .sPage .btn {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  #banner .sPage .cont {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  #index-body .tipsTitleC .tipsTitle {
    line-height: 1.6;
  }
  #index-body .init-1 .container .left .des {
    margin-top: 10px;
  }
  #index-body .init-4 .container .content ul li .box .textC .num {
    font-size: var(--ft30);
    line-height: 1.4;
  }

  #footer .fTop .container .left .tipsTitle {
    font-size: var(--ft24);
    line-height: 1.4;
  }
  #footer .fTop .container .right .rightC form input,
  #footer .fTop .container .right .rightC form textarea {
    margin-top: 10px;
  }
  #footer .fTop .container .left .listC {
    padding-top: 20px;
  }
}


/*inner-page*/

.inner-banner {
 height:600px;
    background-position: center top;
    background-attachment: fixed;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
}
.inner-banner h2.tit {
  font-size: var(--ft46);
  line-height: 1.2;
  color: #fff;
  position: absolute;
  font-weight: 700;
  left: 8%;
  top: 50%;
  text-align: left;
  max-width: 1000px;
}
.inner-banner h2.tit.pro{
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  left: 0;
}
.inner-banner h2.tit::after {
  position: absolute;
  content: "";
  width: 108px;
  /*height: 1px;*/
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.product-banner.inner-banner {
  height: 500px;
  padding-bottom: 120px;
}
.product-banner.inner-banner h2 {
  text-align: left;
}
.product-banner.inner-banner h2::after {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.inner-page .mbx-box {
  padding: 30px 0 30px;
}
.inner-page .mbx {
  font-size: 16px;
  line-height: 30px;
  color: transparent;
  padding-left: 35px;
  position: relative;
}
.inner-page .mbx::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  border-bottom: 1px solid #000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .mbx a {
  color: #000;
  padding: 0 16px 0 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.6);
}
.inner-page .mbx a:first-child {
  padding-left: 0;
}
.inner-page .mbx span {
  color: #000;
  padding-left: 12px;
}
.inner-page .sidebar-box {
  max-width: 1620px;
  margin: 0 auto;
  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;
}
.inner-page .sidebar-box .sidebar-left {
  width: 69%;
}
.inner-page .sidebar-box .sidebar-right {
  width: 31%;
  padding-left: 60px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav {
  padding: var(--ft28) var(--ft50) var(--ft28);
  border-radius: 10px;
  background: rgba(140, 198, 63, 1);
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav h3 {
  font-size: var(--ft24);
  line-height: 1.4;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
  margin-right: 10px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav h3::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 2px;
  border-bottom: 1px solid #fff;
  left: 0;
  bottom: 0;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul {
  margin-top: 25px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 22px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a {
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a:hover {
  color: rgba(140, 198, 63, 1);
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  border-bottom: 1px solid rgba(140, 198, 63, 1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 0;
  bottom: -3px;
}
.inner-page .sidebar-box .sidebar-right .like-list {
  margin-top: 36px;
}
.inner-page .sidebar-box .sidebar-right .like-list h4 {
  font-size: 16px;
  line-height: 30px;
  color: #141414;
  font-weight: bold;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.inner-page .sidebar-box .sidebar-right .like-list ul {
  margin-top: 15px;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li {
  padding-left: 21px;
  position: relative;
  margin-bottom: 25px;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 1px;
  background: #000;
  left: 0;
  top: 13px;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li h5 {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li h5:hover {
  color: rgba(140, 198, 63, 1);
}
.inner-page .sidebar-box .sidebar-right .like-list ul li p {
  font-size: 14px;
  line-height: 2;
  color: rgba(20, 20, 20, 0.5);
  margin-top: 12px;
}
.inner-page .about-link {
  padding: 70px 0;
  background: rgba(140, 198, 63, 1);
}

.inner-page .about-link .a-box {
  max-width: 1620px;
  margin: 0 auto;
  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;
  padding-right: 0;
}
.inner-page .about-link .a-box h3 {
  font-size: var(--ft24);
  line-height: 1.4;
  color: #ffffff;
  font-weight: bold;
}

.inner-page .about-link .a-box a {
  padding: 15px 80px 15px 40px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
}
.inner-page .about-link .a-box a:hover {
  color: rgba(140, 198, 63, 1);
  background: #fff;
}
.inner-page .about-link .a-box a:hover:after {
  background: #fff;
}
/*.inner-page .about-link .a-box a img{
  display: none;
}*/
.inner-page .more {
  display: inline-block;
  padding: 15px 60px 15px 32px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  font-size: 18px;
  color: #000;
  position: relative;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .about-3 .more{
  padding: 15px var(--ft32) 15px ;
}
.inner-page .more img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -35px;
}
.inner-page .more:hover {
  border: 1px solid rgba(140, 198, 63, 1);
  color: #fff;
}
.inner-page .more:hover img {
  right: -55px;
}
.inner-page .more:hover::after {
  width: 100%;
}
.inner-page .more::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: rgba(140, 198, 63, 1);
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.inner-page .m-page {
  text-align: center;
  margin-top: 50px;
}
.inner-page .m-page span,
.inner-page .m-page a {
  border-radius: 4px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span:hover,
.inner-page .m-page a:hover {
  color: #fff;
  background: #000;
}
.inner-page .m-page .current {
  color: #fff;
  background: #000;
}
.contact-page {
  background-size: 100%;
}
.contact-page h2.tit {
  font-size: 42px;
  line-height: 1;
  color: #fff;
  position: relative;
  text-align: center;
  padding-bottom: 23px;
}
.contact-page h2.tit::after {
  position: absolute;
  content: "";
  width: 108px;
  height: 1px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.contact-page .contact-1 {
  margin-top: var(--ft40);
}
.contact-page .contact-1 .contact-box {
  max-width: 1512px;
 border-radius: 30px;
  background: #fff;
  padding: 63px 135px 60px;
  margin: 0 auto;
}
.contact-page .contact-1 .contact-box .contact-content {
  margin-top: 10px;
  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;
}
.contact-page .contact-1 .contact-box .contact-content p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.contact-page .contact-1 .contact-box .contact-content .left {
  width: 50%;
  padding-right: 42px;
}
.contact-page .contact-1 .contact-box .contact-content .left h2 {
  font-size: 54px;
  line-height: 1.2;
  color: rgba(140, 198, 63, 1);
  font-weight: bold;
  margin-bottom: var(--ft40);
}
.contact-page .contact-1 .contact-box .contact-content .left ul {
  margin-top: var(--px80);
}
.contact-page .contact-1 .contact-box .contact-content .left ul li {
  margin-bottom: var(--ft40);
}
.contact-page .contact-1 .contact-box .contact-content .left ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 20px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h5 img {
  margin-right: 15px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h4 {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h4.h4 {
  margin-bottom: 12px;
}
.contact-page .contact-1 .contact-box .contact-content .right {
  width: 50%;
  padding-left: 42px;
}
.contact-page .contact-1 .contact-box .contact-content .right p.p {
  margin-top: 35px;
  /*letter-spacing: 1.5px;*/
}
.contact-page .contact-1 .contact-box .contact-content .right form {
  margin-top: var(--ft40);
  padding: 20px 16px;
}
.contact-page .contact-1 .contact-box .contact-content .right form p {
  line-height: 30px;
  margin-bottom: 15px;
}
.contact-page .contact-1 .contact-box .contact-content .right form input[type="text"],
.contact-page .contact-1 .contact-box .contact-content .right form textarea {
  border-radius: 5px;
  width: 100%;
  height: 43px;
  background: #e8e8e8;
  border: none;
  padding: 0 10px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-bottom: 22px;
}
.contact-page .contact-1 .contact-box .contact-content .right form textarea {
  height: 92px;
  padding: 10px;
  margin-bottom: var(--ft50);
}
.contact-page .contact-1 .contact-box .contact-content .right form input[type="submit"] {
  padding: 18px 56px 18px 95px;
  border: none;
  background: url(../images/submit.png) no-repeat left 40px center rgba(140, 198, 63, 1);
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  -webkit-transition: 0.3s all;
  border-radius: 5px;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.contact-page .contact-1 .contact-box .contact-content .right form input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: url(../images/submit.png) no-repeat left 40px center #333;
}
.contact-page .contact-2 {
  padding: 90px 0 75px;
}
.contact-page .contact-2 .icon {
  text-align: center;
}
.contact-page .contact-2 .icon i {
  font-size: 28px;
  color: #000;
  margin: 0 30px;
}
.contact-page .contact-2 p {
  text-align: center;
  margin-top: 32px;
  color: #242120;
  font-size: 16px;
  line-height: 30px;
}
.news-page .news-list {
  padding-bottom: 90px;
}
.news-page .news-list 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: var(--px80);
}
.news-page .news-list ul li .left {
  width: 42.5%;
}
.news-page .news-list ul li .left a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.news-page .news-list ul li .left a img {
  width: 100%;
}
.news-page .news-list ul li .right {
  width: 57.5%;
  padding-left: 26px;
}
.news-page .news-list ul li .right span {
  font-size: 14px;
  line-height: 28px;
  color: rgba(20, 20, 20, 0.5);
}
.news-page .news-list ul li .right h4 {
  font-size: var(--ft24);
  line-height: 1.4;
  color: #000000;
  font-weight: bold;
  margin: 20px 0;
}
.news-page .news-list ul li .right h4:hover {
  color: rgba(140, 198, 63, 1);
}
.news-page .news-list ul li .right p {
  font-size: 16px;
  line-height: 30px;
  color: #303030;
  display: -webkit-box;
}
.news-page .news-list ul li .right .more {
  display: inline-block;
  padding: 8px 32px;
  background: #1f1f1f;
  font-size: 14px;
  color: #fff;
  line-height: 2;
  border-radius: 6px;
  margin-top: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .right .more:hover {
  background: rgba(140, 198, 63, 1);
}

.newdet-page .news-content {
  padding-bottom: 135px;
}
.newdet-page .news-content .title {
  padding: 15px 0 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.newdet-page .news-content .title span {
  font-size: 14px;
  line-height: 2;
  color: rgba(20, 20, 20, 0.5);
}
.newdet-page .news-content .title h1 {
  font-size: var(--ft30);
  line-height: 1.5;
  color: #000000;
  font-weight: bold;
  margin-top: 20px;
}
.newdet-page .news-content .content {
  padding: 45px 0 100px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 2;
  color: #303030;
}

.newdet-page .news-content .m-link a{
  display: block;
  margin-top: 6px;
  font-size: 16px;
  line-height: 30px;
}
.newdet-page .news-content .m-link h3 {
  font-size: var(--ft24);
  line-height: 1.4;
  color: #1f1f1f;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
}
.newdet-page .news-content .m-link h3::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newdet-page .news-content .m-link .next {
  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;
}
.newdet-page .news-content .m-link .next .left {
  width: 42.5%;
}
.newdet-page .news-content .m-link .next .left a {
  display: block;
  overflow: hidden;
}
.newdet-page .news-content .m-link .next .left a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.newdet-page .news-content .m-link .next .left a img {
  width: 100%;
}
.newdet-page .news-content .m-link .next .right {
  width: 57.5%;
  padding-left: 26px;
}
.newdet-page .news-content .m-link .next .right span {
  font-size: 14px;
  line-height: 1;
  color: rgba(20, 20, 20, 0.5);
}
.newdet-page .news-content .m-link .next .right h4 {
  font-size: var(--ft24);
  color: #000000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 20px;
}
.newdet-page .news-content .m-link .next .right h4:hover {
  color: rgba(140, 198, 63, 1);
}
.newdet-page .news-content .m-link .next .right p {
  font-size: 14px;
  line-height: 1.8;
  color: #303030;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newdet-page .news-content .m-link .next .right .more {
  display: inline-block;
  padding: 8px 32px;
  background: #1f1f1f;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  margin-top: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link .next .right .more:hover {
  background: rgba(140, 198, 63, 1);
}

.prodet-page{
  overflow: hidden;
  background: #f7f7f8;
}

.prodet-page .prodet-box .prodet-1 {
  padding: 20px 0 80px;
}
.prodet-page .prodet-box .prodet-1 .container {
  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;
}
.prodet-page .prodet-box .prodet-1 .container .left {
  width: 50%;
  padding-right: 90px;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll {
  padding: 20px 0;
  position: relative;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-wrapper{
  margin: -10px;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-slide {
  padding: 10px;
}

.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-prev,
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-next {
  width: 16px;
  height: 29px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-prev {
  background: url(../images/ped-left.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-next {
  background: url(../images/ped-right.png) no-repeat center center;
  background-size: 100% 100%;
  right: 0;
}
.prodet-page .prodet-box .prodet-1 .container .right {
  width: 50%;
  padding-left: 25px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
  font-size: var(--ft24);
  line-height: 1.4;
  color: rgba(140, 198, 63, 1);
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box h1 {
  font-size: 48px;
  line-height: 1.4;
  color: #121212;
  font-weight: 600;
  /*text-transform: uppercase;*/
  margin: 15px 0;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box p {
  font-size: 16px;
  line-height: 2;
  color: #000000;
  padding-bottom: 20px;
  border-bottom: 1px solid #8a8a8a;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .content {
  font-size: 16px;
  line-height: 30px;
  margin-top: var(--ft40);
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color {
  margin-top: var(--ft30);
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color span {
  font-size: 14px;
  line-height: 1;
  color: #444444;
  display: block;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox {
  margin-top: 20px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox .swiper-slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox .swiper-slide:hover {
  background: #f4f4f4;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box {
  margin-top: 35px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a {
  display: inline-block;
  padding: 16px 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 1;
  color: #121212;
  border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  position: relative;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a:hover {
  border: 1px solid rgba(140, 198, 63, 1);
  color: #fff;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a:hover::after {
  width: 100%;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: rgba(140, 198, 63, 1);
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box .inquiry {
  padding: 16px 60px;
  border: 1px solid #000000;
  margin-left: 18px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon {
  font-size: 14px;
  line-height: 2;
  font-weight: 100;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a {
  padding: 0 18px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a:hover {
  color: rgba(140, 198, 63, 1);
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a:last-child {
  border-right: none;
}
.prodet-page .prodet-box .prodet-2 h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-box .prodet-2 h3 span {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #000;
  padding: 12px 25px;
  background: #ccc;
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-box .prodet-2 h3 span.active {
  color: #fff;
  background: rgba(140, 198, 63, 1);
}
.prodet-page .prodet-box .prodet-2 h3 span.active::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid rgba(140, 198, 63, 1);
}
.prodet-page .prodet-box .prodet-2 .content {
  padding: 60px 0 50px;
  font-size: 18px;
}

.prodet-page .prodet-box .prodet-2 .content strong {
  font-weight: bold;
  display: block;
}

.prodet-page .prodet-box .prodet-3 {
  padding: 40px 0 45px;
  background: #f5f5f5;
}
.prodet-page .prodet-box .prodet-3 h3 {
  font-size: 20px;
  line-height: 1;
  color: #1f1f1f;
  font-weight: bold;
}
.prodet-page .prodet-box .prodet-3 .reportBox {
  margin: 45px -10px 0;
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container {
  padding: 10px;
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a {
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a img {
  width: 100%;
}
.prodet-page .prodet-box .prodet-4 {
  padding: var(--ft60) 0;
}
.prodet-page .prodet-box .prodet-4 h3 {
  font-size: 35px;
  color: #080808;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
.prodet-page .prodet-box .prodet-4 .recommendBox {
  margin-top: var(--ft40);
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide {
  padding: 15px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a {
  display: block;
  text-align: center;
}

.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a:hover h4::after {
  width: 100%;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a .p-img {
  overflow: hidden;
  height: auto;
  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-bottom: 20px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a .p-img img {
  width: 100%;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h5 {
  font-size: 20px;
  line-height: 36px;
  color: #121212;
  /*text-transform: uppercase;*/
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h4 {
  font-size: 14px;
  line-height: 2;
  color: #121212;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  font-weight: 500;
  padding-bottom: 4px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h4::after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 1px solid rgba(140, 198, 63, 1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide:hover a h5{
  color: rgba(140, 198, 63, 1);
}
.prodet-page.prodet2-page .prodet-box .container {
  max-width: 1605px;
}
.prodet-page.prodet2-page .prodet-box .prodet-1 .left {
  width: 55%;
}
.prodet-page.prodet2-page .prodet-box .prodet-1 .right {
  width: 45%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 {
  border-top: 1px solid #d9d9d9;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .title {
  padding: 40px 0 85px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .title h3 {
  font-size: 28px;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  margin-bottom: 14px;
  border: none;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .title p {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  font-weight: 100;
  max-width: 1150px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li {
  margin-bottom: 30px;
  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;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .left {
  width: 58%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right {
  width: 42%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit {
  width: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit h4 {
  font-size: var(--ft24);
  color: #000000;
  padding-top: 25px;
  position: relative;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit h4::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  top: 0;
  left: 0;
  border-top: 1px solid #d9d9d9;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box 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;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box {
  margin-top: 50px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container {
  max-width: 1230px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content {
  padding: 110px 0 100px;
  /*border-top: 1px solid #a3a3a3;*/
  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;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .left {
  width: 42%;
  padding: 15px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right {
  width: 58%;
  padding-left: 5%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right h5 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  padding: 0 6px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list {
  margin-top: var(--ft40);
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item {
  margin-bottom: 15px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 6px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title h6 {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 400;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title i {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title i::before {
  content: "+";
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box {
  display: none;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box ul {
  padding: 15px;
  margin-left: 40px;
  margin-bottom: 20px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box ul li {
  font-size: 16px;
  color: #565656;
  margin-bottom: 5px;
  list-style-type: disc;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box {
  padding: 15px;
  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;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p {
  width: 50%;
  margin-bottom: 20px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p .spec-title {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 500;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p .spec-value {
  display: block;
  font-size: 16px;
  color: #565656;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item.active .title {
  border: 2px solid #000;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item.active .title i::before {
  content: "-";
}
.prodet-page.prodet2-page .prodet-box .prodet-3 {
  padding: var(--ft60) 0;
  background: #000;
  text-align: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .container {
  max-width: 1230px;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 h5 {
  margin: 0;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
  font-size: var(--ft24);
  font-weight: 400;
  line-height: 1;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox {
  margin-top: var(--ft30);
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img {
  overflow: hidden;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img img {
  width: 100%;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content {
  padding: 15px 5px;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content h6 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .05em;
  font-weight: 700;
  margin-bottom: 20px;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 a {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  line-height: 1;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 100;
  margin-top: 50px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 {
  background: #f1f1f1;
  padding: 30px 0 50px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 .top {
  text-align: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 .top h4 {
  font-size: 26px;
  line-height: 1;
  color: #1e1e1e;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 17px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 .top p {
  font-size: 16px;
  line-height: 1;
  color: #1e1e1e;
  margin-top: 35px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form {
  margin-top: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0px 0px 0px 16px;
  height: 48px;
  text-align: left;
  color: #242424;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  background-color: #ffffff;
  border: 1px solid #242424;
  margin-left: 5px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[name="name"] {
  width: 140px;
  margin-left: 0;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[name="mail"] {
  width: 240px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[name="content"] {
  width: 300px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[type="submit"] {
  background: #000000;
  border-radius: 0px;
  border-style: solid;
  border-color: #000000;
  border-width: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  white-space: normal;
  padding: 11px 10px;
  text-align: center;
  word-break: break-word;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  cursor: pointer;
  height: auto;
}

/*.about-page .about-1 {
  padding-top: 15px;
}*/
.about-page .about-1 .about-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.about-page .about-1 .about-box .left {
  width: 44%;
  position: relative;
}
.about-page .about-1 .about-box .right {
  width: 56%;
  padding-left: 2%;
}
.about-page .about-1 .about-box .right h2 {
  font-size: 48px;
  line-height: 1.2;
  color: var(--color1);
  font-weight: bold;
}
.about-page .about-1 .about-box .right .h3 {
  font-size: var(--ft24);
  line-height: 1.4;
  color: rgba(140, 198, 63, 1);
  font-weight: bold;
  margin-top: var(--ft30);
}
.about-page .about-1 .about-box .right p {
  font-size: 18px;
  line-height: 1.5;
  color: #666666;
  height: 300px;
  overflow-y: auto;
  margin-top: var(--ft20);

}
.about-page .about-1 .text {
  padding: 100px 0 100px;
  text-align: center;
  color: #000;
}
.about-page .about-1 .text h2 {
  font-size: 45px;
  font-weight: bold;
      text-transform: uppercase;
}
.about-page .about-1 .text p {
  font-size: 16px;
  margin-top: 20px;
}
.about-page .about-2 {
  padding: 155px 0 145px;
background: url(../images/about-2-bg.jpg) no-repeat center center;
     

}
.about-page .about-2 .left{width: 50%}
.about-page .about-2 .left h2{font-size: 48px; color: rgba(0, 0, 0, 1); font-weight: 700; line-height: 1.2;}
.about-page .about-2 .right{width: 50%;margin-top: 10px;}
.about-page .about-2 .right p{font-size: 18px; line-height: 1.5;}
.about-page .about-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px -15px 0;
}

.about-page .about-2 ul li {
  width: 50%;
  text-align: center;
  position: relative;
  padding: 15px;
}
.about-page .about-2 ul li:last-child::after {
  display: none;
}

.about-page .about-2 ul li h4 {
  font-size: 72px;
  line-height: 1;
  color: rgba(140, 198, 63, 1);
  font-weight: bold;
}
.about-page .about-2 ul li h4 span {
  font-weight: 100;
  font-size: 22px;
}
.about-page .about-2 ul li p {
  font-size: 18px;
  line-height: 32px;
  color: #666;
  margin-top: 5px;
}
.about-page .about-3 {

  background-size: cover;
}
.about-page .about-3 .top {
  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;
}
.about-page .about-3 .top .left {
  width: 50%;
  text-align: right;
  padding: 100px 0 100px 0;
}
.about-page .about-3 .top .left img {
  margin-right: -15px;
  border-radius: 20px;
}
.about-page .about-3 .top .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 20px;
}
.about-page .about-3 .top .right ul li {
  padding-left: 125px;
  position: relative;
  font-size: var(--ft36);
  line-height: 1.4;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-bottom: var(--ft40);
}
.about-page .about-3 .top .right ul li:hover {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}
.about-page .about-3 .top .right ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-3 .top .right ul li::after {
  position: absolute;
  content: "";
  width: 98px;
  height: 2px;
  border-bottom: 1px solid #000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-3 .bottom {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 130px;
}
.about-page .about-3 .bottom .left {
  width: 50%;
  padding-left: 20px;
}
.about-page .about-3 .bottom .left h2 {
  font-size: calc(0.2085vw + 14px) !important;
  line-height: 1.5;
  color: #000000;
  font-weight: normal;
  max-width: 700px;
}
.about-page .about-3 .bottom .left .more {
  margin: var(--ft42) 0;
}
.about-page .about-3 .bottom .left p {
  font-size: 16px;
  color: #202020;
  letter-spacing: 4px;
}
.about-page .about-3 .bottom .right {
  width: 50%;
  text-align: right;
  padding-left: 30px;
}
.about-page .about-4 {
  padding: 100px 0 147px;
  background: url(../images/about-4-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .about-4 .container {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-4 .container .left {
  width: 50%;
  text-align: center;
}
.about-page .about-4 .container .left .content {
  display: inline-block;
  position: relative;
}
.about-page .about-4 .container .left .content .ball {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-4 .container .left .content .ball .box {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  -webkit-animation: kz 20s infinite linear;
  -moz-animation: kz 20s infinite linear;
  animation: kz 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: relative;
}
.about-page .about-4 .container .left .content .ball .box .text1 {
  position: absolute;
  top: 0;
  left: -20px;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  line-height: 140px;
  font-size: 26px;
  text-align: center;
  color: #fff;
  background: #a6a6a6;
  -webkit-animation: kzs 20s infinite linear;
  -moz-animation: kzs 20s infinite linear;
  animation: kzs 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.about-page .about-4 .container .left .content .ball .box .text2 {
  position: absolute;
  top: -40px;
  right: 65px;
  border-radius: 100%;
  width: 125px;
  height: 125px;
  line-height: 125px;
  font-size: 26px;
  color: #fff;
  text-align: center;
  background: #8a8a8a;
  -webkit-animation: kzs 20s infinite linear;
  -moz-animation: kzs 20s infinite linear;
  animation: kzs 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.about-page .about-4 .container .left .content .ball .box .text3 {
  position: absolute;
  top: 155px;
  right: -75px;
  border-radius: 100%;
  width: 175px;
  height: 175px;
  line-height: 175px;
  font-size: 36.5px;
  color: #fff;
  text-align: center;
  background: #bbbbbb;
  -webkit-animation: kzs 20s infinite linear;
  -moz-animation: kzs 20s infinite linear;
  animation: kzs 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.about-page .about-4 .container .left .content .ball .box .text4 {
  position: absolute;
  bottom: -40px;
  right: 35px;
  border-radius: 100%;
  width: 170px;
  height: 170px;
  line-height: 170px;
  font-size: 26px;
  color: #fff;
  text-align: center;
  background: #565656;
  -webkit-animation: kzs 20s infinite linear;
  -moz-animation: kzs 20s infinite linear;
  animation: kzs 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.about-page .about-4 .container .left .content .ball .box .text5 {
  position: absolute;
  bottom: 32px;
  left: -50px;
  border-radius: 100%;
  width: 195px;
  height: 195px;
  line-height: 195px;
  font-size: 35px;
  color: #fff;
  text-align: center;
  background: #363636;
  -webkit-animation: kzs 20s infinite linear;
  -moz-animation: kzs 20s infinite linear;
  animation: kzs 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.about-page .about-4 .container .right {
  width: 50%;
}
.about-page .about-4 .container .right .text {
  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;
}
.about-page .about-4 .container .right h2 {
  font-size: 161px;
  line-height: .8;
  color: #ffffff;
  font-weight: bold;
}
.about-page .about-4 .container .right h3 {
  font-size: 62px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  margin-left: 10px;
}
.about-page .about-4 .container .right p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin-top: var(--ft40);
}
.about-page .about-5 {
  padding: 55px 0 72px;
  background: url(../images/about-5.jpg) no-repeat center center;
  background-size: cover;
}
.about-page .about-5 h3 {
  font-size: var(--ft30);
  line-height: 1;
  color: #ffffff;
}
.about-page .about-5 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: var(--ft40);
}
.about-page .about-5 ul li {
  width: 50%;
  padding-left: 28px;
  border-left: 1px solid #fff;
}
.about-page .about-5 ul li:hover img {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.about-page .about-5 ul li h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--ft36);
  line-height: 1;
  color: #ffffff;
}
.about-page .about-5 ul li h2 img {
  margin-left: 45px;
}
.about-page .about-5 ul li p {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  margin-top: 20px;
}
.about-page .about-6 {
  background: #ebebeb;
  background-size: cover;
  background-attachment: fixed;
  padding: 85px 0 85px;
}
.about-page .about-6 h2 {
  font-size: 45px;
  color: #181818;
  font-weight: bold;
  text-align: center;
}
.about-page .about-6 .historyBox {
  margin-top: 70px;
}
.about-page .about-6 .historyBox ul {
  margin: 0 -20px;
}
.about-page .about-6 .historyBox ul li {
  padding: 0 20px;
}
.about-page .about-6 .historyBox .swiper-container {
  height: 470px;
}
.about-page .about-6 .historyBox .swiper-slide {
  text-align: center;
  padding: 75px 0 15px;
  position: relative;
}
.about-page .about-6 .historyBox .swiper-slide::after {
  position: absolute;
  content: "";
  width: 2px;
  border-left: 1px solid #181818;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 30px;
  height: 48px;
}
.about-page .about-6 .historyBox .swiper-slide h4 {
  font-size: var(--ft36);
  line-height: 1;
  color: #181818;
  font-weight: bold;
}
.about-page .about-6 .historyBox .swiper-slide p {
  font-size: 20px;
  line-height: 1;
  color: #181818;
  margin-top: 18px;
}
.about-page .about-7 {
  padding: 100px 0 100px;
  text-align: center;
  color: #fff;
  background: rgba(140, 198, 63, 1);
}
.about-page .about-7 .top h2 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 30px;
}
.about-page .about-7 .top p {
  font-size: 16px;
  line-height: 30px;
}
.about-page .about-7 .top p.p {
  font-size: 14px;
}
.about-page .about-7 .top .txt {
  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: 36px;
  padding: 0 55px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.about-page .about-7 .top .txt::after {
  position: absolute;
  content: "";
  width: 780px;
  height: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.about-page .about-7 .top .txt img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: 15px;
}
.about-page .about-7 .top .txt h4 {
  font-size: 26px;
  line-height: 1;
}
.about-page .about-7 .top .txt h4 span {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-7 .map-box {
  margin-top: 45px;
}
.about-page .about-7 .map-box .map {
  display: inline-block;
  position: relative;
}
.about-page .about-7 .map-box .map .item {
  position: absolute;
  text-align: left;
}
.about-page .about-7 .map-box .map .item h5 {
  font-size: 25px;
  color: #f9f9f9;
  font-weight: bold;
}
.about-page .about-7 .map-box .map .item li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #ffffff;
  font-size: 12px;
  line-height: 1;
  color: #000;
  margin-right: 2px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 6;
}
.about-page .about-7 .map-box .map .item li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  display: block;
  z-index: -1;
}
.about-page .about-7 .map-box .map .item li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: block;
  z-index: -1;
}
.about-page .about-7 .map-box .map .item li:hover {
  background: #242424;
  color: #fff;
}
.about-page .about-7 .map-box .map .item li:hover::before {
  -webkit-animation: ks 2s infinite;
  -moz-animation: ks 2s infinite;
  animation: ks 2s infinite;
}
.about-page .about-7 .map-box .map .item li:hover::after {
  -webkit-animation: ks 2s infinite;
  -moz-animation: ks 2s infinite;
  animation: ks 2s infinite;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.about-page .about-7 .map-box .map .item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 14px;
}
.about-page .about-7 .map-box .map .item:nth-child(1) {
  left: 73%;
  top: 30%;
}
.about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) {
  width: 80px;
  height: 80px;
}
.about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) span {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  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;
  background: rgba(140, 198, 63, 1);
  color: #fff;
  border-radius: 100%;
}
.about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.about-page .about-7 .map-box .map .item:nth-child(2) {
  left: 41%;
  top: 15%;
  text-align: center;
}
.about-page .about-7 .map-box .map .item:nth-child(2) ul {
  max-width: 186px;
}
.about-page .about-7 .map-box .map .item:nth-child(2) ul li:nth-child(1) {
  margin-right: 3px;
}
.about-page .about-7 .map-box .map .item:nth-child(3) {
  left: 15%;
  top: 22%;
}

.product-page {
  background: #f7f7f8;
}

.product-page .title h1 {
  font-size: 46px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.product-page .title p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  max-width: 1200px;
}
.product-page .product-box {
  margin-top: var(--ft30);
  padding-bottom: var(--px100);
}
.product-page .product-box .navC{
  padding-bottom: 30px;
}
.product-page .product-box .navC .list a{
  display: block;
  background: #c0c6ca;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-right: 20px;
  padding: 6px 16px;
  border-radius: 20px;
  margin-top: 10px;
}
.product-page .product-box .navC .list a:hover{
  background: rgba(140, 198, 63, 1);
}
.product-page .product-box .product-list {
  margin-top: var(--px80);
}
.product-page .product-box .product-list ul {
  margin: -15px;
  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;
}
.product-page .product-box .product-list ul li {
  width: 25%;
  padding: 15px;
  margin-bottom: var(--px60);
}
.product-page .product-box .product-list ul li a {
  border-radius: 10px;
  padding: 35px 24px;
  background: #fff;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-box .product-list ul li a:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.product-page .product-box .product-list ul li a .p-img {
  overflow: hidden;
  position: relative;
  margin-bottom: var(--ft40);
}
.product-page .product-box .product-list ul li a .imgList{
  margin-bottom: 20px;
}
.product-page .product-box .product-list ul li a .imgList .slick-track{
  margin: auto;
}

.product-page .product-box .product-list ul li a .imgList .list{
  border: 1px solid #f2f2f2;
  border-radius: 4px;
}
.product-page .product-box .product-list ul li a h4 {
  font-size: var(--ft24);
  line-height: 1;
  color: #000;
}
.product-page .product-box .product-list ul li a h5 {
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin-top: 12px;
}
.product-page .product-box .product-list ul li a p {
  text-align: center;
  font-size: 18px;
  color: #000;
  line-height: 32px;
  min-height: 3.6em;
  margin-bottom: var(--px80);
}

.product-page .product-box .product-list ul li > div i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
.product-page .product-box .product-list ul li > div i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
.product-page .product-box .product-list ul li > div i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
.product-page .product-box .product-list ul li > div i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
.product-page .product-box .product-list ul li > div:hover i.ie2 {
  height: 100%;
  top: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie3 {
  width: 100%;
  left: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}


.product-page .product-box .product-list .m-page {
  margin-top: var(--px60);
}


.product-page .product-box .cate-list{
  margin-top: 70px;
}
.product-page .product-box .cate-list ul{
  margin: -15px -25px;
}
.product-page .product-box .cate-list ul li{
  padding: 15px 25px;
}

.product-page .product-box .cate-list ul li > div{
  background-color: white;
  display: flex;
  flex-wrap: wrap;
}

.product-page .product-box .cate-list ul li .img{
  width: 40%;
}

.product-page .product-box .cate-list ul li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-page .product-box .cate-list ul li .content{
  width: 60%;
  padding: 30px;
  margin: auto 0;
}

.product-page .product-box .cate-list ul li .content a.moreBtn{
  color: #2451a0;
  border-bottom: 1px solid currentColor;
}

.faq-page .init-1 .container .list{
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.faq-page .init-1 .container .list h4{
    font-size: 20px;
    font-family: 'Marcellus';
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
.faq-page .init-1 .container .list .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 17px;
    line-height: 1.8;
}

@media screen and (max-width: 1500px) {
  .product-page .title h1{
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-box .cate-list ul li{
    width: 100%!important;
  }
}

@media screen and (max-width: 500px) {
  .product-page .title h1{
    font-size: var(--ft24);
    line-height: 1.4;
  }
  .product-page .product-box .cate-list ul li .img{
    width: 100%;
  }
  .product-page .product-box .cate-list ul li .content{
    width: 100%;
  }
}

@media screen and (max-width: 1605px) {
  .product-banner.inner-banner {
    height: 500px;
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 1400px) {
  .contact-page .contact-1 .contact-box .contact-content .left h2{
    font-size: 40px;
  }
  .product-banner.inner-banner {
    height: 400px;
    padding-bottom: 130px;
  }

  .prodet-page .prodet-box .prodet-1 .container .right .text-box h1{
    font-size: var(--ft30);
  }
}
@media screen and (max-width: 1230px) {
  .about-page .about-1 .about-box .right p {
    font-size: 14px;
  }
  .about-page .about-3 .bottom .left h2 {
    font-size: 45px;
  }
  .about-page .about-4 .container .right h2 {
    font-size: 120px;
  }
  .about-page .about-4 .container .left .content .ball .box .text3 {
    width: 140px;
    height: 140px;
    line-height: 140px;
  }
  .about-page .about-4 .container .left .content .ball .box .text5 {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
  .about-page .about-4 .container .left .content .ball .box .text4 {
    width: 120px;
    height: 120px;
    font-size: 15px;
    line-height: 120px;
  }
  .about-page .about-4 .container .left .content .ball .box .text2 {
    width: 110px;
    height: 110px;
    line-height: 110px;
  }
  .about-page .about-4 .container .left .content .ball .box .text1 {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .about-page .about-2 ul li h4{
    font-size: 45px;
  }
  .about-page .about-2 ul li h4 span{
    font-size: 18px;
  }

  .about-page .about-3 .top .right ul li{
    font-size: var(--ft24);
  }

  .about-page .about-3 .bottom .left h2 {
    font-size: var(--ft30);
  }

  .about-page .about-6 h2{
    font-size: var(--ft30);
  }

  .about-page .about-7 .top h2{
    font-size: var(--ft30);
  }

  .inner-page .about-link .a-box h3 {
    font-size: 18px;
  }
  .contact-page .contact-1 .contact-box {
    padding: 63px 75px 130px;
  }
  .product-page .product-box .product-list ul li a h4 {
    font-size: 20px;
  }
  .product-page .product-box .product-list ul li a h5 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .inner-banner{
    display: none;
  }
  .inner-page .mbx-box{
    margin-top: var(--ft40);
  }
  .about-page .about-1 .about-box .left {
    width: 100%;
  }
  .about-page .about-1 .about-box .right {
    width: 100%;
    padding-left: 0;
    margin-top: var(--ft30);
  }
  .about-page .about-1 .about-box .right h2 {
    font-size: var(--ft30);
    line-height: 1.6;
  }
  .about-page .about-1 .about-box .right .h3{
    font-size: var(--ft24);
    line-height: 1.4;
  }
  .about-page .about-2 ul li h4 {
    font-size: var(--ft30);
  }
  .about-page .about-2 .left{
    width: 100%;
    padding: 0;
  }
  .about-page .about-2 .right{
    width: 100%;
    margin-top: var(--ft40);
    padding: 0;
  }
  .about-page .about-3 .bottom .left h2 {
    font-size: var(--ft24);
    line-height: 1.4;
  }
  .about-page .about-3 .bottom .left p {
    font-size: 14px;
  }
  .about-page .about-3 .top .right ul li {
    font-size: 18px;
  }
  .about-page .about-4 .container .right p {
    font-size: 14px;
  }
  .about-page .about-4 .container .left .content .ball .box .text3 {
    display: none;
  }
  .about-page .about-4 .container .left .content .ball .box .text2 {
    display: none;
  }
  .about-page .about-4 .container .left .content .ball .box .text1 {
    display: none;
  }
  .about-page .about-4 .container .left .content .ball .box .text4 {
    display: none;
  }
  .about-page .about-4 .container .left .content .ball .box .text5 {
    display: none;
  }
  .about-page .about-5 ul li p {
    font-size: 14px;
  }
  .about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) {
    width: 60px;
    height: 60px;
  }
  .about-page .about-7 .map-box .map .item li {
    width: 40px;
    height: 40px;
  }
  .about-page .about-7 .map-box .map .item:nth-child(2) ul {
    max-width: 126px;
  }
  .about-page .about-7 .map-box .map .item:nth-child(2) {
    top: 11%;
  }
  .inner-page .more {
    font-size: 14px;
    line-height: 28px;
    padding: 12px 30px;
  }
  .inner-page .more img {
    display: none;
  }
  .inner-page .about-link .a-box a {
    padding: 12px 25px;
  }
  .inner-page .about-link .a-box h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .product-banner.inner-banner {
    height: 260px;
    padding-bottom: var(--px100);
  }
  .inner-page .sidebar-box .sidebar-right {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-left {
    width: 100%;
  }
  .inner-page .m-page span,
  .inner-page .m-page a {
    margin-bottom: 10px;
  }
  .newdet-page .news-content .title h1 {
    font-size: var(--ft24);
  }
  .prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a {
    padding: 12px 20px;
    font-size: 14px;
  }
  .prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box .inquiry {
    padding: 12px 20px;
  }
  .prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
    font-size: var(--ft24);
  }
  .product-page .product-box .product-list ul li {
    width: 50%;
  }
  .product-page .title p {
    font-size: 14px;
  }
  .prodet-page .prodet-box .prodet-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-box .prodet-1 .container .right {
    width: 100%;
    padding-left: 0px;
    margin-top: var(--ft30);
  }


  .prodet-page .prodet-box .prodet-1 .container .right .text-box h1{
    font-size: var(--ft24);
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 ul li{
    width: 50%;
    padding: 15px;
  }

  .about-page .about-2 ul li:nth-child(2n)::after{
    display: none;
  }

  .about-page .about-3 .top{
    display: block;
  }

  .about-page .about-3 .top .left{
    width: 100%;
    padding: 0;
  }

  .about-page .about-3 .top .left img{
    margin: 0;
  }

  .about-page .about-3 .top .right{
    width: 100%;
    display: block;
  }

  .about-page .about-3 .bottom{
    padding-top: var(--px60);
    padding-bottom: var(--px60);
    display: block;
  }

  .about-page .about-4 .container .left {
    display: none;
  }
  .about-page .about-4 .container .right {
    width: 100%;
  }
  .about-page .about-2 ul li p {
    font-size: 14px;
  }

  .about-page .about-3 .bottom .left {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-3 .bottom .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .inner-page .about-link .a-box a {
    display: none;
  }
  .contact-page .contact-1 .contact-box .contact-content .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .contact-box .contact-content .right {
    width: 100%;
    padding-left: 0;
    margin-top: var(--ft30);
  }
  .newdet-page .news-content .m-link .next .right h4 {
    font-size: 18px;
  }
  
  .prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
    font-size: 20px;
  }
  
  .prodet-page .prodet-box .prodet-1 .container .right .text-box p {
    font-size: 14px;
  }
  .prodet-page .prodet-box .prodet-2 h3 span{
    font-size: 14px;
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2{
    padding: 40px 0 60px 0;
  }
  .about-page .about-2 ul li p {
    font-size: 14px;
    line-height: 28px;
  }
  .about-page .about-2 .left h2{
    font-size: var(--ft24);
  }
  .about-page .about-3 .top .right ul li {
    font-size: 14px;
    line-height: 2;
  }
  
  .about-page .about-5 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .about-page .about-6{
    padding: var(--ft40) 0;
  }
  .about-page .about-6 h2{
    font-size: var(--ft24);
  }
  .about-page .about-6 .historyBox{
    margin-top: var(--ft40);
  }
  .about-page .about-6 .historyBox .swiper-slide::after {
    display: none;
  }
  .about-page .about-6 .historyBox .swiper-slide p {
    font-size: 15px;
  }
  .about-page .about-7 .map-box .map .item li {
    display: none;
  }
  .about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) {
    display: block;
  }
  .about-page .about-7 .map-box .map .item h5 {
    display: none;
  }
  .about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) {
    width: 30px;
    height: 30px;
  }
  .about-page .about-7 .top .txt {
    padding: 0 0px 20px;
  }
  .product-banner.inner-banner {
    height: 140px;
    padding-bottom: 50px;
  }
  .contact-page .contact-1 .contact-box {
    padding: 63px 20px 130px;
  }
  .contact-page .contact-1 .contact-box .contact-content .right form input[type="submit"] {
    font-size: 14px;
    padding: 18px 56px 18px 125px;
  }
  .news-page .news-list{
    padding-bottom: var(--ft40);
  }
  .news-page .news-list ul li:nth-child(1) .right h4 {
    font-size: 20px;
    line-height: 36px;
  }
  .news-page .news-list ul li:nth-child(1) .left a span {
    font-size: 14px;
  }
  .news-page .news-list ul li .left {
    width: 100%;
  }
  .news-page .news-list ul li .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .news-page .news-list ul li .right h4 {
    font-size: 18px;
    line-height: 32px;
  }
  .newdet-page .news-content{
    padding-bottom: var(--ft40);
  }
  .newdet-page .news-content .content{
    padding: var(--ft40) 0;
  }
  .newdet-page .news-content .m-link .next .left {
    width: 100%;
  }
  .newdet-page .news-content .m-link .next .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .product-page .product-box .product-list ul li {
    width: 100%;
  }
  .contact-page .contact-1 .contact-box{
    padding: var(--ft40) 10px;
  }
  .contact-page .contact-1 .contact-box .contact-content .left h2{
    font-size: var(--ft24);
    line-height: 1.4;
  }
  .contact-page .contact-1 .contact-box .contact-content .left ul{
    margin-top: var(--ft40);
  }
  .contact-page .contact-2{
    padding: var(--ft40) 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-6 .historyBox .swiper-slide,
  .about-page .about-6 .historyBox .swiper-container{
    height: auto!important;
  }
}
/*other*/
.factory-page .navList {
  margin-top: 10px;
}
.factory-page .navList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.factory-page .navList ul li {
  font-weight: 300;
  font-size: var(--ft24);
  color: #373330;
  width: auto;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 20px;
}
.factory-page .navList ul li a {
  display: block;
  padding: 0 30px;
  position: relative;
  font-size: 20px;
}
.factory-page .navList ul li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  top: 110%;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .navList ul li a:hover:after,
.factory-page .navList ul li a.active:after {
  width: 100%;
}
.factory-page .imgList {
  padding: 60px 0 120px;
}
.factory-page .imgList .list ul {
  margin: -10px;
}
.factory-page .imgList .list ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.factory-page .imgList .list ul li {
  padding: 10px;
}
.factory-page .imgList .list ul li a {
  display: block;
  position: relative;
  border-radius: 5px;
}
.factory-page .imgList .list ul li a h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.factory-page .imgList .list ul li a img {
  display: block;
  width: 100%;
}
.factory-page .imgList .list ul li a:hover h6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.service-page .service-1 span.tag {
  font-weight: 500;
  font-size: var(--ft24);
  color: rgba(140, 198, 63, 1);
  line-height: 1.2;
  display: block;
}
.service-page .service-1 h2 {
  font-weight: bold;
  font-size: 44px;
  color: #191919;
  line-height: 1.2;
  margin: 15px 0;
}
.service-page .service-1 .text {
  font-weight: 300;
  font-size: 16px;
  color: #101010;
  line-height: 1.8;
  margin-bottom: var(--px60);
}
.service-page .service-1 .ui.container > img {
  width: 100%;
}
.service-page .service-1 .list {
  margin-top: 75px;
}
.service-page .service-1 .list ul {
  margin: -20px;
}
.service-page .service-1 .list ul li {
  padding: 20px;
}
.service-page .service-1 .list ul li .box {
  -o-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  border-bottom: 4px solid rgba(140, 198, 63, 1);
}
.service-page .service-1 .list ul li .box a.img-box {
  display: block;
}
.service-page .service-1 .list ul li .box a.img-box img {
  width: 100%;
}
.service-page .service-1 .list ul li .box .content {
  padding: 25px 15px 10px;
}
.service-page .service-1 .list ul li .box .content h4 {
  font-weight: 600;
  font-size: var(--ft24);
  color: #191919;
  display: block;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 2.4em;
}
.service-page .service-1 .list ul li .box .content h4:hover {
  color: rgba(140, 198, 63, 1);
}
.service-page .service-1 .list ul li .box .content p {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #191919;
  margin: 10px 0 30px;
}
.service-page .service-1 .list ul li .box .content a.more {
  display: inline-block;
}
.service-page .service-2 {
  padding: 80px 0 70px;
  text-align: center;
  background: #fbfbfb;
}
.service-page .service-2 .list {
  text-align: left;
}
.service-page .service-2 .list ul {
  counter-reset: number;
}
.service-page .service-2 .list ul li .left {
  vertical-align: middle;
  padding-right: 2%;
  position: relative;
}
.service-page .service-2 .list ul li .left:before {
  content: '0' counter(number);
  counter-increment: number;
  font-weight: 400;
  color: #cdcdcd;
  display: block;
  line-height: 1;
  font-size: 20px;
}
.service-page .service-2 .list ul li .left h4,
.service-page .service-new .box ul h4 {
  font-weight: 600;
  font-size: var(--ft36);
  line-height: 1.2;
  color: rgba(140, 198, 63, 1);
  margin: 10px 0 25px;
  display: block;
}
.service-page .service-2 .list ul li .left p,
.service-page .service-new .box ul p {
  font-size: 16px;
  color: #101010;
  line-height: 1.8;
  max-width: 600px;
}
.service-page .service-2 .list ul li .left:after {
  content: '';
  width: 15%;
  height: 1px;
  background: rgba(140, 198, 63, 1);
  margin-top: 15px;
  display: block;
}
.service-page .service-2 .list ul li .left div.btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 15px;
  border-radius: 3px;
  background: rgba(140, 198, 63, 1);
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .list ul li .left div.btn:hover {
  background: #222;
}
.service-page div.formBox {
  padding: 35px 60px;
  display: inline-block;
  width: 100%;
  background: #f8f8f8;
  /*-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
-o-box-shadow: 0 0 10px rgba(0,0,0,.1);
box-shadow: 0 0 10px rgba(0,0,0,.1);*/
}
.service-page div.formBox h4 {
  font-size: var(--ft24);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.service-page div.formBox ul {
  margin: -10px;
}
.service-page div.formBox ul li {
  width: 50%;
  float: left;
  padding: 10px;
}
.service-page div.formBox ul li.wid-100{
  width: 100%;
}
.service-page div.formBox ul li label {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 5px;
  display: block;
  color: #525252;
}
.service-page div.formBox ul li input{
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  color: black;
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 5px;
}
.service-page div.formBox ul li textarea {
  width: 100%;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 16px;
  color: black;
  border: 1px solid #e3e3e3;
  background: #fff;
}
.service-page div.formBox ul li:last-child {
  text-align: center;
  width: 100%;
}
.service-page div.formBox ul li input[type="submit"] {
  max-width: 200px;
  margin-left: auto;
  padding: 0 20px;
  height: 50px;
  background: rgba(140, 198, 63, 1);
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

.service-page div.formBox ul li .file{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    right: 0;
    top: 0;
    /*background-color: #eee;*/
}
.service-page div.formBox ul li input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.service-page .service-new .box ul {
  margin: -15px;
  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;
}
.service-page .service-new .box ul li {
  padding: 15px;
}
.service-page .service-new .box ul li .box2 {
  padding: 30px;
  background: #fff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /*border: 1px solid #e3e3e3;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);*/
  /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
  height: 100%;
}
.service-page .service-2 .list ul li .right {
  padding-left: 2%;
  vertical-align: middle;
  position: relative;
}
.service-page .service-2 .list ul li .right .img {
  background-size: cover;
  background-position: center center;
  height: 390px;
}
.service-page .service-2 .list ul li:nth-child(even) {
  margin: 80px 0;
}
.service-page .service-2 .list ul li:nth-child(even) .left {
  left: 50%;
  padding-left: 2%;
  padding-right: 0;
}
.service-page .service-2 .list ul li:nth-child(even) .right {
  left: -50%;
  padding-right: 2%;
  padding-left: 0;
}
.service-page .service-2 a.more {
  display: inline-block;
  text-align: center;
  margin-top: 70px;
  font-weight: 300;
  font-size: var(--ft24);
  color: rgba(140, 198, 63, 1);
  line-height: 1.2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.service-page .service-2 a.more i {
  margin-right: 10px;
}
.service-page .service-2 a.more:after {
  content: '';
  width: 95%;
  height: 1px;
  background: rgba(140, 198, 63, 1);
  display: block;
  margin-left: auto;
}
.service-page .service-3 {
  padding: 90px 0 150px;
  background-color: #fff;
}
.service-page .service-3 h2 {
  font-weight: bold;
  font-size: 40px;
  color: #191919;
  text-transform: capitalize;
  line-height: 1;
  text-align: center;
}
.service-page .service-3 h2:after {
  content: '';
  display: block;
  margin: 23px auto 0;
  width: 10%;
  height: 4px;
  background: rgba(140, 198, 63, 1);
}
.service-page .service-3 .list {
  margin: 65px 0 85px;
}
.service-page .service-3 .list .slide ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-3 .list .slide ul li {
  margin-bottom: 15px;
  width: 48%;
}
.service-page .service-3 .list .slide ul li h6 {
  padding: 12px 0;
  font-size: 20px;
  line-height: 36px;
  /*font-weight: 300;*/
  border-bottom: 2px solid #efefef;
  /*text-transform: uppercase;*/
  padding-right: 30px;
  position: relative;
}
.service-page .service-3 .list .slide ul li h6 i {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 17px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
.service-page .service-3 .list .slide ul li h6 i:after,
.service-page .service-3 .list .slide ul li h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background: rgba(140, 198, 63, 1);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .service-3 .list .slide ul li h6 i:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.service-page .service-3 .list .slide ul li h6 i.active:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .service-3 .list .slide ul li .text {
  font-size: 16px;
  line-height: 30px;
  padding: 15px 0;
  /*font-weight: 300;*/
  color: rgba(140, 198, 63, 1);
  display: none;
}
.service-page .service-3 .list .slide ul li:last-child {
  margin-bottom: 0;
}
.service-page .service-3 .content {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  max-width: 70%;
  display: inline-block;
}
.service-page .service-3 a.more {
  line-height: 50px;
  height: 50px;
  padding: 0 35px;
  /*border-radius: 5px;*/
  background: rgba(140, 198, 63, 1);
  /*font-weight: bold;*/
  font-size: 20px;
  color: white;
  display: inline-block;
  float: right;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 a.more:hover {
  opacity: .7;
}
@media screen and (max-width: 1700px) {
  .service-page .service-1 {
    padding: var(--ft60) 0;
  }
  .service-page .service-1 span.tag {
    font-size: 20px;
  }
  .service-page .service-1 h2 {
    font-size: var(--ft36);
  }
  .service-page .service-1 .list {
    margin-top: 50px;
  }
  .service-page .service-1 .list ul li .box .content h4,
  .service-page .service-2 a.more {
    font-size: 20px;
  }
  .service-page .service-1 .list ul li .box .content p {
    font-size: 14px;
  }
  .service-page .service-1 .list ul li .box .content a.more img {
    max-width: 40px;
  }
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 32px;
  }
  .service-page .service-2 .list ul li .left:before,
  .contact-page .contact-1 .left span.tag {
    font-size: 20px;
  }
  .service-page .service-3 {
    padding: 70px 0;
  }
  .service-page .service-3 a.more {
    line-height: 1.4;
    height: 44px;
    padding: 0 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .factory-page .navList {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-3 h2:after {
    margin-top: 15px;
  }
  .service-page .service-3 .list {
    margin: 30px 0 50px;
  }
  .service-page .service-1 h2,
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 28px;
  }

  .service-page .service-2 .list ul li .left h4,
  .service-page .service-new .box ul h4{
    font-size: var(--ft24);
  }

  .prodet-page .prodet-box .prodet-4 h3{
    font-size: var(--ft24);
  }
}
@media screen and (max-width: 1000px) {
  .factory-page .navList {
    display: none;
  }
  .service-page .service-1 h2,
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: var(--ft24);
    line-height: 1.6;
  }
  .service-page .service-2 .list ul li .right {
    width: 100%;
    padding: 0 !important;
    left: 0 !important;
  }
  .service-page .service-2 .list ul li .left {
    width: 100%;
    padding: 0 !important;
    left: 0 !important;
  }
  .service-page .service-2 .list ul li:nth-child(even) {
    margin: 25px 0;
  }
  .service-page .service-2 .list ul li .right .img {
    height: 200px;
  }
  .service-page .service-2 a.more {
    margin-top: var(--ft40);
  }
  .service-page .service-3 .list .slide {
    width: 100%;
    padding: 0 !important;
  }
  .service-page .service-3 .list .slide ul li {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  

  .service-page .service-new .box ul li .box2{
    padding: 0;
  }

  .service-page .service-3 .list .slide ul{
    display: block;
  }

  .service-page .service-3 .list .slide ul li{
    width: 100%;
  }

  .service-page .service-3 .list .slide ul li h6{
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .list ul li {
    padding: 10px;
  }
  .service-page .service-1 .list ul {
    margin: -10px;
  }
  .service-page .service-1 .list ul li .box .content {
    padding: 10px;
  }
  .service-page .service-3 .content {
    max-width: none;
  }
  .service-page .service-3 a.more {
    margin-top: 20px;
    float: none;
  }
  .service-page .service-2 a.more {
    font-size: 16px;
  }

  .service-page div.formBox{
    padding: 0;
  }

  .service-page div.formBox ul li{
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .factory-page .imgList{
    padding: var(--ft40) 0;
  }
}
/*inner css add end*/
@-webkit-keyframes ro {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes ro {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ro {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tx {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    transform: translateX(3px);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes tx {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    transform: translateX(3px);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes tx {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    transform: translateX(3px);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}





/* about-play-btn */
.about-page .about-1 .about-box .left .video{
  display: inline-block;
}
.about-page .about-1 .about-box .left .video img{border-radius: 20px;}
.about-page .about-1 .about-box .left .play {
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  text-align: center;
  background: rgba(140, 198, 63, 1);
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .about-box .left .play i {
  display: inline-block;
  vertical-align: middle;
  font-size: var(--ft30);
  color: white;
  position: relative;
  left: 3px;
}
.about-page .about-1 .about-box .left .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(36, 150, 28, 0.41);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
/* end */



.btn_pro_det{
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  line-height: 60px;
  width: 60px;
  color: #656b6f;
  text-align: center;
  cursor: pointer;
  background-color: #c0c6ca;
  font-size: 14px;
  transition: all .5s ease;
}
.btn_pro_det i{
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  transition: all .5s ease;
}
.btn_pro_det .det_more{
  display: block;
  width: 300%;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  transition: all .5s ease;
}
.btn_pro_det .hover_more{
  width: 0;
  height: 0;
  overflow: hidden;
  color: #fff;
  bottom: 0;
  font-weight: 700;
  transform: translateX(-50%);
  display: inline-block;
  white-space:nowrap;
  text-overflow:ellipsis;
  left: 50%;
}

.pro_box:hover .btn_pro_det{
  background: rgba(140, 198, 63, 1)!important;
  box-shadow: 0 2px 10px -2px rgba(0, 101, 59, 0.6);
  color: #fff !important;
  width: 200px;
  margin-left: -100px;
}


.pro_box:hover .det_more{
  opacity: 0;
  width: 100%;
}
.pro_box:hover .hover_more{
  width: auto;
  height: auto;
  margin-right: 10px;
  padding-right: 30px;
  position: absolute;
}

.pro_box:hover .btn_pro_det i{
  margin-left: 5.5em;
}


    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

    .seoPublic>div {
        padding: var(--ft60) 0;
    }

    .seoPublic>div:nth-child(odd) {
        background: #fff;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
        border-radius: 20px;
        overflow: hidden;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .left img {
        width: 100%;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: var(--ft24);
        color: var(--color1);
        line-height: 1.4;
        margin-bottom: 1em;
        font-weight: bold;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 30px;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
        border-radius: 10px;
        overflow: hidden;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li a.img-box img {
        width: 100%;
    }
    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 40px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: rgba(140, 198, 63, 1);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        line-height: 2;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 30px;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 30px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: rgba(140, 198, 63, 1);
        color: rgba(140, 198, 63, 1);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: rgba(140, 198, 63, 1);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: rgba(140, 198, 63, 1);
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }


    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        padding: 10px 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: rgba(140, 198, 63, 1);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: rgba(140, 198, 63, 1);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid rgba(140, 198, 63, 1);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: rgba(140, 198, 63, 1);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: rgba(140, 198, 63, 1);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
            line-height: 2;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
            line-height: 32px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: var(--ft24);
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            line-height: 32px;
            padding: 8px 10px;
            background: rgba(140, 198, 63, 1);
            border-radius: 5px;
            color: white;
            position: relative;
        }

        #cp-Nav .nav div.title i{
            position: absolute;
            top: 12px;
            right: 10px;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav>ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
            line-height: 32px;
        }

        .seoPublic>div {
            padding: var(--ft30) 0;
        }

        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }

    #index-body .i-news {
  padding:var(--px100)  0 ;
}
#index-body .i-news .right {
  border-bottom: 1px solid var(--color);
  color: #777777;
  position: relative;
}
#index-body .i-news .content ul .slick-track{
  display: block;
}
#index-body .i-news .right a:first-child {
  color: var(--color1);
}
#index-body .i-news .right::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color);
}
#index-body .i-news .content .img {
  width: 48.403%;
}
#index-body .i-news .content .text {
  width: 51.597%;
}
#index-body .i-news .content .text .title {
  color: #333;
  line-height: 1.5;
  width: 90%;
}
#index-body .i-news .content .text .title:hover {
  color: var(--color1);
}
#index-body .i-news .content .text p {
  color: #777777;
  line-height: 1.5;
}
#index-body .i-news .content .text time {
  color: #777777;
}
#index-body .i-news .content ul {
  /*margin-bottom: -42px;*/
}
#index-body .i-news .content ul li {
  border-bottom: 1px solid #cbcbcb;
  padding: 0 0 var(--ft46);
}
#index-body .i-news .content .img ul li img{
  border-radius: var(--ft30);
}
#index-body .i-news .content .img ul li{
  padding: 0;
}
#index-body .i-news .content ul .slick-current li {
  /*padding-top: 0;*/
}
#index-body .i-news .content ul .slick-current + div li {
  border-bottom: 0;
}
@media screen and (max-width: 1250px){
    #index-body .i-news .content ul li {
    padding: 34px 0 21px;
  }
}
@media screen and (max-width: 1000px){
    #index-body .i-news .content .img {
    display: none;
  }
  #index-body .i-news .content .text {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1000px){
    #index-body .i-news .right {
    width: 100%;
  }
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.product-det-page .product-det-1 {
  padding: var(--px100) 0;
}
.product-det-page .product-det-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-det-page .product-det-1 .left {
  width: 40%;
  vertical-align: middle;
}
.product-det-page .product-det-1 .left a {
  display: block;
  padding: 0;
  border: 1px solid #bebebe;
}
.product-det-page .product-det-1 .left a img {
  margin: auto;
  width: 100%;
}
.product-det-page .product-det-1 .left .smallImg a img {
  height: 120px;
}
.product-det-page .product-det-1 .left ul {
  margin: -10px;
}
.product-det-page .product-det-1 .left ul li {
  padding: 10px;
}
.product-det-page .product-det-1 .left .smallImg {
  width: 19%;
  padding-right: 20px;
}
.product-det-page .product-det-1 .left .smallImg .slick-current a {
  border-color: var(--color);
}
.product-det-page .product-det-1 .left .bigImg {
  width: 100%;
}
.product-det-page .product-det-1 .left .bigImg a {
  position: relative;
  background: #f3f3f3;
  border-radius: 20px;
}
.product-det-page .product-det-1 .left .bigImg a:before {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--color);
  background-image: url("../images/icon-search-white.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 3%;
  right: 3%;
}
.product-det-page .product-det-1 .right {
  width: 60%;
  padding-left: 3.5%;
  vertical-align: middle;
  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;
}
.product-det-page .product-det-1 .right .flexBottom a.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  /*color: white;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #000;
}
.product-det-page .product-det-1 .right .flexBottom a.more span{
  position: relative;
  z-index: 3;
}
.product-det-page .product-det-1 .right .flexBottom a.more:hover span{
  color: #fff;
}
.product-det-page .product-det-1 .right h1 {
  font-size: var(--ft36);
  font-weight: 900;
  line-height: 50px;
  display: block;
}
.product-det-page .product-det-1 .right .text {
  margin: 1em 0 2em;
  line-height: 30px;
  font-size: 16px;
  max-height: 200px;
  overflow-y: auto;
}
.product-det-page .product-det-1 .right .more {
  margin-bottom: 10px;
}
.product-det-page .product-det-1 .right .flexTop span.tag {
  text-transform: capitalize;
  color: var(--color);
  font-size: var(--ft18);

    display: block;
    line-height: 1.2;
    margin-bottom: 12px;
}
.product-det-page .product-det-1 .right .smallImg a img {
  display: block;
  margin: 0 auto;
  background: #f3f3f3;
}
.product-det-page .product-det-1 .right ul {
  margin: -10px;
}
.product-det-page .product-det-1 .right ul .slick-track {
  margin-left: 0;
}
.product-det-page .product-det-1 .right ul li {
  padding: 10px;
}
.product-det-page .product-det-1 .right .smallImg {
  width: 100%;
}
.product-det-page .product-det-1 .right .smallImg a{
  border-radius: 20px;
}
.product-det-page .product-det-1 .right .smallImg a img{
  border-radius: 20px;
}
.product-det-page .product-det-1 .right .smallImg .slick-current a {
  border-color: var(--color);
}
.product-det-page #index-body .i-application .txt,
.product-det-page #index-body .i-application .i-title {
  color: #000;
}
.product-det-page .product-det-2 {
  padding: var(--ft60) 0;
  position: relative;
}
.product-det-page .product-det-2:before {
  content: '';
  width: 4.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo.png") center no-repeat;
  background-size: cover;
  left: 0;
  top: 5%;
}
.product-det-page .product-det-2 .left {
  width: 23%;
  padding-right: 1%;
}
.product-det-page .product-det-2 .left .navList {
  background-color: #fff;
}
.product-det-page .product-det-2 .left .navList ul {
  font-size: 20px;
  font-weight: 900;
}
.product-det-page .product-det-2 .left .navList ul li span {
  color: #fff;
  background-color: #000;
  padding: 1.1em 2em;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li span i.fa {
  position: absolute;
  right: 5%;
  top: 1.3em;
  cursor: pointer;
  cursor: hand;
}
.product-det-page .product-det-2 .left .navList ul li ul {
  padding: .7em 2em;
  font-weight: 500;
  font-size: 110%;
  line-height: 1.2;
}
.product-det-page .product-det-2 .left .navList ul li ul li {
  padding: 1em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-right: 1em;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li ul li a:hover {
  color: var(--color);
}
.product-det-page .product-det-2 .left .navList ul li ul li a i.fa {
  position: absolute;
  top: 0;
  right: 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul {
  padding: .5em 0 .5em 1em;
  font-size: 75%;
  font-weight: 400;
  display: none;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li {
  padding: 0.5em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li a {
  padding-right: 0;
}
.product-det-page .product-det-2 .right {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content span.h3 {
  font-size: var(--ft36);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content .pdl {
  padding-left: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .pdr {
  padding-right: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .logo {
  float: right;
}
.product-det-page .product-det-2 .right .prodet-content span.tag {
  margin-bottom: 3.5em;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  color: var(--color);
  line-height: 1.2;
}
.product-det-page .product-det-2 .right .prodet-content .table {
  font-size: 20px;
}
.product-det-page .product-det-2 .right .prodet-content table {
  font-weight: 300;
  line-height: 2;
  margin: -10px !important;
  width: auto !important;
}
.product-det-page .product-det-2 .right .prodet-content table em {
  font-weight: 400;
}
.product-det-page .product-det-2 .right .prodet-content table strong {
  color: var(--color);
  font-size: 1.2em;
  font-weight: 500;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content table tr {
  background-color: transparent !important;
}
.product-det-page .product-det-2 .right .prodet-content table tr td {
  border: none !important;
  padding: 10px !important;
  vertical-align: top;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
  padding: 100px 0 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo {
  float: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
  font-size: 47px;
  margin-top: 1.5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3:before {
  display: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 {
  padding-bottom: 25%;
  width: 100%;
  padding-right: 50%;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  margin-top: var(--ft30);
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title {
  font-size: var(--ft36);
  font-weight: 900;
  display: block;
  color: var(--color);
  text-transform: uppercase;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title:before {
  content: '';
  width: 3em;
  height: 2px;
  background-color: var(--color);
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text {
  font-size: 20px;
  margin: 2em 0 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
  margin: -30px -20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
  padding: 30px 20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 50px;
  text-align: center;
  margin-right: 0.5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i:before {
  content: '';
  width: 3.18181818em;
  height: 3.54545455em;
  background: url("../images/icon-5-bg.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
  z-index: -1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text {
  margin-top: 2em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text p {
  margin-bottom: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text img {
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 {
  padding-top: 90px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table {
  margin-top: 6em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table {
  margin-top: 1.5em !important;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] {
  padding-bottom: 0 !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] strong {
  line-height: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table {
  margin-top: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table {
  margin: -5px !important;
  margin-bottom: 2.5em !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table td {
  padding: 5px !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table img {
  display: block;
  margin-left: auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text {
  margin-top: 1.5em;
  font-size: 22px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 {
  padding: 90px 0 150px;
  background-color: #f3f3f3;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text {
  font-weight: 400;
  font-size: 22px;
  margin-top: 5em;
  background-image: url("../images/prodet-content-6-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  line-height: 1.2;
  padding: 1em 0;
  position: relative;
  z-index: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text:after {
  content: '';
  width: 42%;
  left: 27%;
  top: -5%;
  border-radius: inherit;
  background-color: var(--color);
  z-index: -1;
  position: absolute;
  height: 110%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text hr {
  border: none;
  border-top: 1px solid #080808;
  border-bottom: 2px solid #323134;
  display: block;
  margin: 1em 0;
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
  height: 165px;
  margin-bottom: 1.5em;
  width: 100%;
  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;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table {
  text-align: center;
  margin: 0 !important;
  line-height: inherit;
  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;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table p {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table tr {
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td {
  vertical-align: bottom;
  padding: 0 2% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(1) {
  width: 27% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) {
  width: 42% !important;
  padding: 0 3% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) hr {
  border-top-color: var(--color);
  border-bottom-color: var(--color);
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) {
  width: 31% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) .img img {
  max-height: 85%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 {
  padding-top: 90px;
  text-align: center;
  background: #e9e9e9;
  background: -webkit-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: -moz-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: linear-gradient(110deg, #e9e9e9, #e1e1e1);
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 span.h3 {
  margin-bottom: 2em;
  display: inline-block;
  z-index: 1;
  line-height: 1.4;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 {
  text-align: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8.txt-center {
  text-align: center !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.h3 {
margin-bottom: 2em;
    display: inline-block;
    z-index: 1;
    font-size: var(--ft36);
    text-transform: capitalize;
    font-weight: 700;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList {
  overflow: hidden;
  text-align: left;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul {
  margin: 0 -15px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul li {
  padding: 0 15px;
}
.inner-page.product-det-page span.h2 em {
  color: var(--color);
}
.inner-page.product-det-page .i-application {
  text-align: center;
}
.inner-page.product-det-page .i-application ul {
  margin: 0 -15px;
}
.inner-page.product-det-page .i-application li {
  padding: 15px;
}
.inner-page.product-det-page .i-application li p {
  font-size: 18px;
  padding: 20px 0;
}
.inner-page.product-det-page .i-application .txt {
  line-height: 2;
  margin: 0 auto;
  font-size: 15px;
  width: 65%;
}
.miaoshu-det .top {
  margin-bottom: 30px;
}
.miaoshu-det .top h2 {
  font-size: var(--ft24);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  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;
}
.miaoshu-det .top p {
  font-size: 17px;
  line-height: 2;
  padding: 5px 0;
}
.miaoshu-det .top h2:before {
  content: "";
  width: .8em;
  height: .8em;
  background: var(--color);
  margin-right: .5em;
}
.miaoshu-det .bottom table {
  font-size: 16px;
  border: 0;
  margin-bottom: 0;
}
.miaoshu-det .bottom table td p {
  line-height: 1.8;
  padding: 5px;
}
.inner-page .dotsBox {
  margin-top: 50px;
  text-align: center;
}
.inner-page .dotsBox .prev,
.inner-page .dotsBox .next,
.inner-page .dotsBox .dots,
.inner-page .dotsBox li {
  display: inline-block;
  vertical-align: middle;
}
.inner-page .dotsBox .prev,
.inner-page .dotsBox .next,
.inner-page .dotsBox button {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #ececec;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 400;
  border: none;
  cursor: pointer;
}
.inner-page .dotsBox .prev:after,
.inner-page .dotsBox .next:after,
.inner-page .dotsBox button:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .dotsBox .prev:hover,
.inner-page .dotsBox .next:hover,
.inner-page .dotsBox button:hover,
.inner-page .dotsBox .slick-active button {
  background: var(--color);
  color: #fff;
}
@media screen and (max-width: 1000px){
    .product-det-page .product-det-1 .left {
    padding-right: 0;
    width: 100%;
  }
}
.inner-page.product-det-page .i-application .text {
    width: 50%;
    font-size: 17px;
    margin: 0 auto;
}
.miaoshu-det .text {
    font-size: 17px;
}
.miaoshu-det .top .cont {
    margin-bottom: 30px;
}
.product-det-page .product-det-1 .right .flexBottom a.more:hover {
    border: 1px solid var(--color);
    color: var(--color);
}
.product-det-page .product-det-1 .right .flexBottom a.more {
    border: 1px solid var(--color);
}
.inner-page.product-det-page .miaoshu-det {
    margin-bottom: var(--px80);
}
.inner-page .productList ul li a.img-box {
  display: block;
  background-color: #f3f3f3;
  overflow: unset;
  border-radius: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .productList ul li a.img-box img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  border-radius: var(--ft28);
}
.inner-page .productList ul li .content {
  padding: 0 5%;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .productList ul li .content span.h6 {
  font-weight: 500;
  font-size: var(--ft22);
  color: #120c0b;
  display: block;
  padding: .5em 0 .2em 0;
  /*border-bottom: 1px solid #ececec;*/
  line-height: 1.5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .productList ul li a.img-box{
    -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
   border: 1px solid transparent;
   border-radius: var(--ft28);
}
.inner-page .productList ul li .content span.h6 a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .5em;
}
.inner-page .productList ul li .content .text {
  font-size: var(--ft16);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inner-page .productList ul li:hover a.img-box {
 border: 1px solid var(--color);
}
.inner-page .productList ul li:hover a.img-box img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.inner-page .productList ul li:hover .content span.h6 {
  color: var(--color);
  border-bottom-color: var(--color);
}
.inner-page .productList ul li:hover .content .text {
  color: var(--color);
}
.inner-page .productList ul li:hover .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1450px){
    .inner-page .productList ul li:hover .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .inner-page .productList ul li:hover a.img-box img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .inner-page .productList ul li:hover .content span.h6 {
    color: #120c0b;
    border-bottom-color: #ececec;
  }
  .inner-page .productList ul li:hover .content .text {
    color: #222;
  }
}
@media screen and (max-width: 1250px){
    .inner-page .productList ul li .content {
    padding: 0;
  }
}
.page-header02{
position: fixed;
width: 100%;
display: none;

}
@media (max-width: 1250px) {
  .inner-page .mbx-box{
    display: none !important;
  }
  .page-header02{display: flex;}
    #menuFull~#banner, #menuFull~#indexMobileBanner, #menuFull~#innerMobileBanner, #menuFull~.inner-banner, .mobile-menu-wrap01~#banner, .mobile-menu-wrap01~#indexMobileBanner, .mobile-menu-wrap01~#innerMobileBanner, .mobile-menu-wrap01~.inner-banner {
        margin-top: 60px !important;
    }
}
@media (max-width: 1000px){
  .product-det-page .product-det-1 .right{
    width: 100%;
    margin-top: var(--ft28);
    padding-left: 0;
  }
}
@media (max-width: 1700px){
  #index-body .init-1 .container .left
 {
    max-width: 687px;
}
}
@media (max-width: 1250px){
    .inner-page.news-page,
    .inner-page.newdet-page{
    padding-top: var(--px100);
  }
  #index-body .init-1 .container .left
 {
    max-width: 100%;
}
}
@media (max-width: 1000px){

  #index-body .init-2{
    padding-bottom: var(--ft50);
  }
  #index-body .init-2 .container .right ul li .box{
    min-height: auto;
  }
  #index-body .init-2 .container .left,
  #index-body .init-2 .container .right ul li{
    position: static;
  }
  #index-body .init-2 .container .right{
    width: 100%;
    margin-top: 0;
  }
  #index-body .init-2{
    display: block !important;
  }
  #index-body .init-2 .container .left .sPage,
  #index-body .init-2 .container .left .sGo{
    display: none;
  }
}
        .pb-150 {
          padding-bottom: calc(6.77vw + 20px) !important;
        }
    
        .pt-150 {
          padding-top: calc(6.77vw + 20px) !important;
        }
    
        .pb-140 {
          padding-bottom: calc(6.25vw + 20px) !important;
        }
    
        .pt-140 {
          padding-top: calc(6.25vw + 20px) !important;
        }
    
        .pb-130 {
          padding-bottom: calc(5.75vw + 20px) !important;
        }
    
        .pt-130 {
          padding-top: calc(5.75vw + 20px) !important;
        }
    
        .pb-120 {
          padding-bottom: calc(5.21vw + 20px) !important;
        }
    
        .pt-120 {
          padding-top: calc(5.21vw + 20px) !important;
        }
    
        .pb-110 {
          padding-bottom: calc(4.65vw + 20px) !important;
        }
    
        .pt-110 {
          padding-top: calc(4.65vw + 20px) !important;
        }
    
        .pb-80 {
          padding-bottom: calc(3.1267vw + 20px) !important;
        }
    
        .pt-80 {
          padding-top: calc(3.1267vw + 20px) !important;
        }
    
        .pb-100 {
          padding-bottom: calc(4.1667vw + 20px) !important;
        }
    
        .pt-100 {
          padding-top: calc(4.1667vw + 20px) !important;
        }
    
        .pb-90 {
          padding-bottom: calc(3.65vw + 20px) !important;
        }
    
        .pt-90 {
          padding-top: calc(3.65vw + 20px) !important;
        }
.init-3-fc img {
  width: 100%;
}
.init-3-fc .swiper2 .swiper-wrapper {
  transition-timing-function: linear;

}
.init-3-fc .swiper2 .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
  
}
.init-3-fc-h{
  font-size: var(--ft48);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: var(--ft40);
    text-transform: capitalize;
}