@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/PTSerif-Regular.woff2') format('woff2'),
        url('../fonts/PTSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/PTSerif-Italic.woff2') format('woff2'),
        url('../fonts/PTSerif-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/PTSerif-Bold.woff2') format('woff2'),
        url('../fonts/PTSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/PTSerif-BoldItalic.woff2') format('woff2'),
        url('../fonts/PTSerif-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT Serif Caption';
    src: url('../fonts/PTSerif-Caption.woff2') format('woff2'),
        url('../fonts/PTSerif-Caption.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Serif Caption';
    src: url('../fonts/PTSerif-CaptionItalic.woff2') format('woff2'),
        url('../fonts/PTSerif-CaptionItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
.fd {
  text-transform: uppercase;
}
.white{
  color: #fff;
}
.nks_btn {
  height: 46px;
  line-height: 46px;
  background: var(--color);
  border-radius: 23px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 0 var(--ft32);
  font-weight: bold;
  font-size: var(--ft18);
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.nks_btn:hover {
  background: #000;
}
:root {
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
  --color: #009944;
  --fm: 'PT Serif';
}
:root {
  --ft50: calc(1.88vw + 14px);
  --ft48: calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44: calc(1.56vw + 14px);
  --ft46: calc(1.67vw + 14px);
  --ft18: calc(0.2085vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft24: calc(0.525vw + 14px);
  --ft26: calc(0.625vw + 14px);
  --ft20: calc(0.315vw + 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);
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from1 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from1 h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from1 form {
  margin-top: 40px;
}
#pups_from1 i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 i.close::after,
#pups_from1 i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from1 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from1 i.close:hover {
  background: var(--color);
}
#pups_from1 i.close:hover::before,
#pups_from1 i.close:hover::after {
  background: white;
}
#pups_from1 ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from1 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from1 ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from1 ul li input,
#pups_from1 ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from1 ul li input:focus,
#pups_from1 ul li textarea:focus {
  border-color: var(--color);
}
#pups_from1 ul li textarea {
  height: 80px;
}
#pups_from1 ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from1 ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  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: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Montserrat';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none !important;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: 15px 0 13px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  padding-top: 8px;
  z-index: 2;
  /*width: 100%;*/
  display: flex;
  align-items: end;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  padding: 0;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: var(--ft62);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: 20px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
  font-size: calc(0.315vw + 14px);
  color: #333333;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  top: -25px;
  left: 0;
  background-color: var(--color);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .left {
  padding-right: var(--ft46);
  width: 244px;
}
#header > .nav > .menu .menu-box .hright {
  flex: 1;
}
#header > .nav > .menu .menu-box .hright .righttop {
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .hright .righttop .sb_btn1 {
  padding-left: var(--ft26);
  padding-right: var(--ft16);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-left: var(--ft60);
}
#header > .nav > .menu .menu-box .hright .righttop .sb_btn1 i {
  margin-left: var(--ft24);
}
#header > .nav > .menu .menu-box .hright .righttop .hline {
  width: 1px;
  height: 21px;
  border: 1px solid #1A2C3A;
  margin-left: var(--ft20);
  margin-right: var(--ft18);
}
#header > .nav > .menu .menu-box .hright .righttop .lang_cont .textC .img {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 17px;
  color: #333333;
}
#header > .nav > .menu .menu-box .hright .righttop .lang_cont .textC .img img {
  margin-left: 9px;
}
#header > .nav > .menu .menu-box .hright .hrtop {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
#header > .nav > .menu .menu-box .hright .hrtop .hr1 {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: var(--ft18);
  color: #333333;
}
#header > .nav > .menu .menu-box .hright .hrtop .hr1 img {
  width: auto;
  margin-right: var(--ft16);
}
#header > .nav > .menu .menu-box .hright .hrtop .hr2 {
  margin-right: var(--px70);
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.colorF {
  color: #fff;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexAC {
  display: flex;
  align-items: center;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text-L {
  text-align: left;
}
.text-C {
  text-align: center;
}
.text-R {
  text-align: right;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.italic {
  font-style: italic;
}
.container {
  width: 1752px;
  padding: 0 15px;
}
.sb_btn1 {
  height: 50px;
  background: var(--color);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: fit-content;
  font-weight: 500;
  font-size: var(--ft16);
  color: #fff;
  padding-left: var(--ft30);
  padding-right: var(--ft24);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sb_btn1 i {
  margin-left: var(--ft34);
  font-size: var(--ft20);
}
.sb_btn1:hover {
  background: #000;
  color: #fff;
}
.sb_btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 50px;
  background: #FFFFFF;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: fit-content;
  font-weight: 500;
  font-size: var(--ft16);
  color: #333333;
  padding-left: var(--ft30);
  padding-right: var(--ft24);
}
.sb_btn i {
  margin-left: var(--ft34);
  font-size: var(--ft20);
}
.sb_btn:hover {
  background: #000;
  color: #fff;
}
.fam-Montserrat-Bold {
  font-weight: bold;
}
#banner {
  position: relative;
}
#banner .sb_btn {
  margin-top: var(--ft50);
}
#banner .banner-content {
  /*height: 100vh;*/
  position: relative;
}
#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
  padding-top: 11vw;
}
#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: 1050px;
  line-height: 1.3;
  font-weight: bold;
  font-size: calc(3.4405vw + 14px);
  color: #FFFFFF;
}
#banner .banner-content .swiper-slide .txt-content .text2 {
  max-width: 660px;
  color: #ffffff;
  opacity: 0.7;
}
#banner .thumb-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background-color: rgba(0, 0, 0, 0.58);
  z-index: 1;
}
#banner .thumb-content .swiper {
  width: 66.6%;
  height: 100%;
  padding-right: 2px;
}
#banner .thumb-content li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
#banner .thumb-content li::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#banner .thumb-content li span {
  color: transparent;
  -webkit-text-stroke: 1px var(--color);
  padding-right: 22px;
}
#banner .thumb-content li p {
  max-width: 275px;
  color: #ffffff;
  opacity: 0.8;
  line-height: 2;
}
#banner .thumb-content .swiper-tool {
  width: 33.3%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .thumb-content .swiper-tool .tag {
  font-size: 213px;
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1px var(--color);
  margin-right: 48px;
  transform: translateY(-26%);
}
.btn-go {
  width: auto;
  min-width: 196px;
  background-color: var(--color);
  color: #fff;
  font-size: 16px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px 25px 0px 25px;
  position: relative;
  z-index: 0;
  transition: all 0.5s;
}
.btn-go span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  font-size: 24px;
  color: var(--color);
  margin-top: -5px;
}
.btn-go em {
  width: calc(100% - 50px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-go::before {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  background-color: #fff;
  border-radius: 0px 0px 0px 25px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  z-index: -1;
}
.btn-go:hover {
  color: var(--color);
}
.btn-go:hover::before {
  width: 100%;
  border-radius: 0px 25px 0px 25px;
}
.btn-go.black::before {
  background-color: #000318;
}
.btn-go.fcolor {
  background-color: #fff;
  color: var(--color);
}
.btn-go.fcolor span {
  color: #fff;
}
.btn-go.fcolor::before {
  background-color: var(--color);
}
.btn-go.fcolor:hover {
  color: #fff;
}
.sb_h {
  font-weight: bold;
  font-size: var(--ft50);
  color: #141414;
  line-height: 1.2;
}
.sb_h span {
  color: var(--color);
}
#index-body .section {
  position: relative;
}
#index-body .section > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#index-body .section .title_mm {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--ft62);
  color: white;
  text-transform: uppercase;
  font-weight: 900;
}
#index-body .section .title_m {
  overflow: hidden;
}
#index-body .section .title {
  will-change: transform;
  line-height: 1;
}
#index-body .work_item-overlay {
  z-index: 2;
  pointer-events: none;
  background-color: #000;
  display: none;
  position: absolute;
  inset: 0%;
}
#index-body .work_item {
  background-color: #000;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
#index-body .init-1 {
  padding-top: calc(5.21vw + 14px);
  padding-bottom: var(--px110);
  background: #fff;
}
#index-body .init-1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .init-1 .container .i1-l {
  width: 36.82%;
}
#index-body .init-1 .container .i1-l .i1-nav {
  margin-top: var(--ft30);
}
#index-body .init-1 .container .i1-l .i1-nav .i1nc {
  max-width: 399px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  margin-bottom: var(--ft16);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-1 .container .i1-l .i1-nav .i1nc .i1c1 {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: calc(0.275vw + 14px);
  color: #B3B3B3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-1 .container .i1-l .i1-nav .i1nc .i1c1 span {
  background: var(--color);
  width: 0px;
  height: 3px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-1 .container .i1-l .i1-nav .i1nc .i1c2 {
  font-weight: 400;
  font-size: var(--ft16);
  color: #666666;
  margin-top: var(--ft16);
  margin-bottom: var(--ft24);
}
#index-body .init-1 .container .i1-l .i1-nav .i1nc .sb_btn1 {
  padding-left: var(--ft26);
  padding-right: var(--ft16);
  height: 48px;
}
#index-body .init-1 .container .i1-l .i1-nav .i1nc .i1c9 {
  display: none;
}
#index-body .init-1 .container .i1-l .i1-nav .i1nc:first-child .i1c9 {
  display: block;
}
#index-body .init-1 .container .i1-l .i1-nav .i1nc.active {
  /*padding-bottom: calc(2.0835vw + 14px);*/
  padding-bottom: calc(0.4835vw + 14px);
  border-bottom: 1px solid #e6e6e6;
}
#index-body .init-1 .container .i1-l .i1-nav .i1nc.active .i1c1 {
  color: var(--color);
}
#index-body .init-1 .container .i1-l .i1-nav .i1nc.active .i1c1 span {
  width: 6px;
  margin-right: 8px;
}
#index-body .init-1 .container .i1-r {
  width: calc(100% - 42.82%);
}
#index-body .init-1 .container .i1-r .swiper-i1 .swiper-slide {
  position: relative;
}
#index-body .init-1 .container .i1-r .swiper-i1 .swiper-slide .i1-pic1 {
  transform: translate(100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-1 .container .i1-r .swiper-i1 .swiper-slide .i1-pic2 {
  position: absolute;
  /*bottom: -30px;
  left: -181px;*/
    bottom: -11px;
  left: -109px;
  transform: scale(0);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#index-body .init-1 .container .i1-r .swiper-i1 .swiper-slide.swiper-slide-active .i1-pic1 {
  transform: translate(0);
}
#index-body .init-1 .container .i1-r .swiper-i1 .swiper-slide.swiper-slide-active .i1-pic2 {
  transform: scale(1);
}
#index-body .init-2 {
  padding-top: var(--px80);
  padding-bottom: var(--px90);
  background: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#index-body .init-2 .container .i2-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index-body .init-2 .container .i2-b {
  padding-left: calc(2.0925vw + 18px);
  padding-right: calc(2.0925vw + 18px);
  margin-top: calc(3.1805vw + 14px);
  position: relative;
}
#index-body .init-2 .container .i2-b>i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 39px;
  height: 39px;
  background: #009944;
  border-radius: 50%;
  font-size: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
#index-body .init-2 .container .i2-b .i3 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 39px;
  height: 39px;
  background: #009944;
  border-radius: 50%;
  font-size: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;

opacity: 0;
  z-index: 4;
}
#index-body .init-2 .container .i2-b  .sww2:hover .i3{
  opacity: 1;
}
.sww2{
  font-weight: bold;
font-size: var(--ft24);
color: #333333;
display: flex;
justify-content: space-between;
align-items: center;
padding-top: var(--ft20);
}
#index-body .init-2 .container .i2-b i.i2-l {
  left: 0px;
}
#index-body .init-2 .container .i2-b i.i2-r {
  right: 0px;
}
#index-body .init-2 .container .i2-b i:hover {
  /*background: #000;*/
}
#index-body .init-2 .container .i2-b .swiper-i2 .swiper-slide .i2-img {
  position: relative;
}
#index-body .init-2 .container .i2-b .swiper-i2 .swiper-slide .pp-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-2 .container .i2-b .swiper-i2 .swiper-slide .pp-bg1 {
  /*clip-path: inset(0 49% 49% 0);*/
  clip-path: inset(0 49% 100% 0);
}
#index-body .init-2 .container .i2-b .swiper-i2 .swiper-slide .pp-bg2 {
  /*clip-path: inset(49% 49% 0 0 );*/
  clip-path: inset(49% 100% 0 0);
}
#index-body .init-2 .container .i2-b .swiper-i2 .swiper-slide .pp-bg3 {
  /*clip-path: inset(49%  0 0  49%);*/
  clip-path: inset(100% 0 0 49%);
}
#index-body .init-2 .container .i2-b .swiper-i2 .swiper-slide .pp-bg4 {
  /*clip-path: inset(0 0  49% 49%);*/
  clip-path: inset(0 0 49% 100%);
}
#index-body .init-2 .container .i2-b .swiper-i2 .swiper-slide .i2-img:hover .pp-bg1 {
  clip-path: inset(0 49% 49% 0);
}
#index-body .init-2 .container .i2-b .swiper-i2 .swiper-slide .i2-img:hover .pp-bg2 {
  clip-path: inset(49% 49% 0 0);
}
#index-body .init-2 .container .i2-b .swiper-i2 .swiper-slide .i2-img:hover .pp-bg3 {
  clip-path: inset(49% 0 0 49%);
}
#index-body .init-2 .container .i2-b .swiper-i2 .swiper-slide .i2-img:hover .pp-bg4 {
  clip-path: inset(0 0 49% 49%);
}
#index-body .init-3 {
  padding-top: var(--px100);
  background: #fff;
  padding-right: var(--px100);
  display: flex;
  align-items: center;
}
#index-body .init-3 .i3-l {
  width: 47.44%;
}
#index-body .init-3 .i3-r {
  width: 52.56%;
  padding-left: var(--px80);
}
#index-body .init-3 .i3-r .i3r-p1 {
  margin-top: var(--ft36);
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 2;
}
#index-body .init-3 .i3-r .i3c3 {
  margin-top: var(--px90);
}
#index-body .init-3 .i3-r .i-1-4 {
  display: flex;
  justify-content: space-between;
  margin-top: var(--px100);
}
#index-body .init-3 .i3-r .i-1-4 li {
  cursor: pointer;
  position: relative;
}
#index-body .init-3 .i3-r .i-1-4 li::after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  width: calc(2.6067vw + 32px);
  height: calc(2.6067vw + 32px);
  background: #009944;
  border-radius: 50%;
  position: absolute;
  transform-origin: 50% 82%;
  opacity: 0.1;
  top: -22px;
  left: -30px;
  transform: scale(0.3);
}
#index-body .init-3 .i3-r .i-1-4 li:hover::after {
  transform: scale(1);
    opacity: 1;
}
#index-body .init-3 .i3-r .i-1-4 p {
  position: relative;
  z-index: 3;
  font-weight: bold;
  font-size: calc(0.729vw + 14px);
  color: #333333;
  line-height: 1;
}
#index-body .init-3 .i3-r .i-1-4 p span {
  font-weight: bold;
  font-size: var(--ft46);
  color: #333333;
}
#index-body .init-3 .i3-r .i-1-4 div {
  position: relative;
  z-index: 3;
  font-weight: 400;
  font-size: var(--ft18);
  color: #333333;
  margin-top: 10px;
}
#index-body .init-4 {
  padding-top: var(--px110);
  background: #fff;
  padding-left: var(--px100);
  display: flex;
  align-items: center;
}
#index-body .init-4 .i4-r {
  width: 47.44%;
}
#index-body .init-4 .i4-l {
  width: 52.56%;
  padding-right: var(--px110);
}
#index-body .init-4 .i4-l .i4-m {
  margin-top: var(--px100);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index-body .init-4 .i4-l .i4-m .i4-c {
  font-weight: 500;
  font-size: var(--ft20);
  color: #333333;
  width: 47%;
  display: flex;
  align-items: center;
  margin-bottom: var(--px80);
}
#index-body .init-4 .i4-l .i4-m .i4-c img {
  margin-right: var(--ft30);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-4 .i4-l .i4-m .i4-c:hover img {
  transform: rotateY(180deg);
}
#index-body .init-4 .i4-l .i3r-p1 {
  margin-top: var(--ft36);
  font-weight: 400;
  font-size: var(--ft18);
  color: #666666;
  line-height: 1.7;
}
#index-body .init-4 .i4-l .i3c3 {
  margin-top: 10px;
}
#index-body .init-4 .i4-l .i-1-4 {
  display: flex;
  justify-content: space-between;
  margin-top: var(--px100);
}
#index-body .init-4 .i4-l .i-1-4 li {
  cursor: pointer;
  position: relative;
}
#index-body .init-4 .i4-l .i-1-4 li::after {
  content: '';
  width: calc(2.6067vw + 32px);
  height: calc(2.6067vw + 32px);
  background: #009944;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  left: -30px;
}
#index-body .init-4 .i4-l .i-1-4 p {
  position: relative;
  z-index: 3;
  font-weight: bold;
  font-size: calc(0.729vw + 14px);
  color: #333333;
  line-height: 1;
}
#index-body .init-4 .i4-l .i-1-4 p span {
  font-weight: bold;
  font-size: var(--ft46);
  color: #333333;
}
#index-body .init-4 .i4-l .i-1-4 div {
  position: relative;
  z-index: 3;
  font-weight: 400;
  font-size: var(--ft18);
  color: #333333;
  margin-top: 10px;
}
#index-body .init-5 {
  background: #fff;
  padding-top: var(--px90);
}
#index-body .init-5 .i5-m {
  height: 100%;
  background: url(../images/i5-1.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  padding-top: var(--px70);
  padding-bottom: var(--px70);
}
#index-body .init-5 .i5-m .container {
  padding-left: var(--px100);
  display: flex;
  align-items: center;
  height: 100%;
}
#index-body .init-5 .i5-m .container .i5-c {
  padding-top: var(--px120);
  width: calc(19.1vw + 230px);
  height: calc(19.1vw + 230px);
  background: #FFFFFF;
  border-radius: 50%;
  padding-left: var(--ft62);
  padding-right: var(--ft62);
}
#index-body .init-5 .i5-m .container .i5-c .i5-h {
  text-align: center;
  font-weight: bold;
  font-size: calc(0.8345vw + 14px);
  color: #333333;
  line-height: 1.2;
}
#index-body .init-5 .i5-m .container .i5-c .i5-h span {
  color: var(--color);
}
#index-body .init-5 .i5-m .container .i5-c .i5-p1 {
  font-weight: 400;
  font-size: var(--ft16);
  color: #666666;
  line-height: 2;
  text-align: center;
  margin-top: var(--ft38);
}
#index-body .init-5 .i5-m .container .i5-c .i5c3 {
  margin-top: var(--ft40);
  display: flex;
  justify-content: center;
}
#index-body .init-6 {
  padding-top: var(--px100);
  padding-bottom: var(--px100);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#index-body .init-6 .container .i6-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index-body .init-6 .container .i6-t .i5t-l .i5t-p1 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #333333;
  line-height: 1.2;
  opacity: 0.7;
  margin-top: 9px;
}
#index-body .init-6 .container .i6-b {
  margin-top: var(--px70);
}
#index-body .init-6 .container .i6-b .swiper-i6 {
  overflow: hidden;
}
#index-body .init-6 .container .i6-b .swiper-i6 .swiper-slide .i6-c1 {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-6 .container .i6-b .swiper-i6 .swiper-slide .i6-c2 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  font-size: var(--ft20);
  color: #333333;
  margin-top: var(--ft26);
  margin-bottom: var(--ft32);
}
#index-body .init-6 .container .i6-b .swiper-i6 .swiper-slide .i6-c3 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 300;
  font-size: var(--ft18);
  color: #333333;
  margin-bottom: var(--ft32);
}
#index-body .init-6 .container .i6-b .swiper-i6 .swiper-slide .i6-c4 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 42px;
  position: relative;
}
#index-body .init-6 .container .i6-b .swiper-i6 .swiper-slide .i6-c4 i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 42px;
  height: 42px;
  background: #009944;
  border-radius: 50%;
  font-size: var(--ft20);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
#index-body .init-6 .container .i6-b .swiper-i6 .swiper-slide .i6-c4::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background: rgba(51, 51, 51, 0.3);
  transform: translateY(-50%);
}
#index-body .init-6 .container .i6-b .swiper-i6 .swiper-slide:hover .i6-c2 {
  color: var(--color);
}
#index-body .init-6 .container .i6-b .swiper-i6 .swiper-slide:hover .i6-c4 i {
  margin-left: 100%;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(../images/fbg.jpg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  padding-top: var(--px80);
}
#footer .ftop {
  display: flex;
  justify-content: space-between;
}
#footer .ftop .ftc.ftc3 {
  max-width: 380px;
}
#footer .ftop .ftc .fth {
  font-weight: bold;
  font-size: calc(0.575vw + 14px);
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: var(--ft50);
}
#footer .ftop .ftc a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  font-weight: 400;
  font-size: var(--ft18);
  color: #DDDDDD;
  align-items: flex-start;
  margin-bottom: var(--ft24);
}
#footer .ftop .ftc a img {
  margin-right: var(--ft16);
  object-fit: contain;
  margin-top: 6px;
}
#footer .ftop .ftc a:hover {
  color: #fff;
}
#footer .ftop .fts {
  width: 39.61%;
}
#footer .ftop .fts .fhr {
  margin-top: 9px;
}
#footer .ftop .fts form {
  margin-top: var(--ft40);
  width: 100%;
}
#footer .ftop .fts form .add1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .ftop .fts form .add1 input {
  width: 48%;
  height: 73px;
  background: rgba(24, 24, 24, 0.18);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: var(--ft24);
  font-weight: 400;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.15);
}
#footer .ftop .fts form .add2 {
  position: relative;
  margin-top: var(--ft32);
}
#footer .ftop .fts form .add2 textarea {
  width: 100%;
  height: 116px;
  padding-top: 17px;
  background: rgba(24, 24, 24, 0.18);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: var(--ft24);
  font-weight: 400;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.15);
}
#footer .ftop .fts form .add2 img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  cursor: pointer;
  right: calc(0.415vw + 14px);
  bottom: 15px;
}
#footer .ftop .fts form .add2 img:hover {
  filter: brightness(0) invert(1);
}
#footer .ftop .fts .fh {
  font-weight: bold;
  font-size: calc(2.3955vw + 14px);
  color: #FFFFFF;
  line-height: 1;
  display: flex;
  align-items: center;
}
#footer .ftop .fts .fh span {
  color: #FFFFFF;
  opacity: 0.6;
}
#footer .ftop .fts .fh .fbtn {
  position: relative;
  margin-left: var(--ft18);
  margin-right: var(--ft18);
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer
}
#footer .ftop .fts .fh .fbtn > img {
  animation: rotate 12s linear infinite;
}
#footer .ftop .fts .fh .fbtn:hover i{
background: #000;
}
#footer .ftop .fts .fh .fbtn i {
      -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 59px;
  height: 59px;
  background: #009944;
  border-radius: 50%;
  font-size: var(--ft20);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#footer .fbot {
  display: flex;
  align-items: flex-end;
}
#footer .fbot i {
  margin-left: 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--ft20);
  color: #fff;
}
#footer .fbot i:hover {
  background: #fff;
  color: var(--color);
}
#footer .fbot #ewm {
  width: 83px;
  height: 83px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 6px solid #fff;
}
#footer .fbot #ewm img,
#footer .fbot #ewm svg,
#footer .fbot #ewm canvas {
  width: 100%;
  height: 100%;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
  margin-top: var(--ft30);
}
#footer .copyright .container {
  display: flex;
  align-items: end;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container .left {
  background: url(../images/nn6.png) no-repeat top left;
  background-size: contain;
  padding-top: var(--ft26);
  padding-bottom: calc(0.729vw + 14px);
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  justify-content: space-between;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
.zdy-switch {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zdy-switch > div {
  position: static;
  width: 50px;
  height: 50px;
  background-color: rgba(237, 237, 237, 0.1);
  border-radius: 50%;
  margin-top: 0;
  margin-left: 12px;
  margin-right: 12px;
  transition: all 0.5s;
}
.zdy-switch > div::after {
  font-size: 16px;
  color: #b2b2b2;
  transition: all 0.5s;
}
.zdy-switch > div:hover {
  background-color: var(--color);
}
.zdy-switch > div:hover::after {
  color: #fff;
}
.zdy-switch.grey > div {
  background-color: #ededed;
}
.zdy-switch.grey > div:hover {
  background-color: var(--color);
}
@media (max-width: 1800px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: var(--ft26)

  }
  #footer .ftop .fts .fh {
    font-weight: bold;
    font-size: calc(1.5vw + 14px);
    color: #FFFFFF;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  #banner .banner-content .swiper-slide .txt-content {
    padding-top: 14vw;
  }
  .container {
    width: 1400px;
  }
}
@media (max-width: 1500px) {
  #index-body .init-2 .container .i2-t {
    flex-wrap: wrap;
  }
  .container {
    width: 1200px;
  }
}
@media (max-width: 1450px) {
  #footer .ftop .fts .fh {
    font-weight: bold;
    font-size: calc(1vw + 14px);
    color: #FFFFFF;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .i1c3 {
    margin-top: 10px;
  }
  #index-body .init-1 .container .i1-r .swiper-i1 .swiper-slide .i1-pic2 {
    left: -108px;
  }
  #banner .thumb-content .swiper-tool .tag {
    margin-right: 5px;
    font-size: 156px;
  }
}
@media (max-width: 1250px) {
  #footer .ftop .fts {
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .ftop .ftc {
    margin-bottom: 15px;
  }
  #footer .ftop {
    flex-wrap: wrap;
  }
  #index-body .init-6 .container .i6-t {
    flex-wrap: wrap;
  }
  .i5t-r {
    margin-top: 10px;
  }
  #index-body .init-3,
  #index-body .init-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #banner .banner-content .swiper-slide .txt-content {
    padding-top: 5vw;
  }
  .zdy-switch {
    zoom: 0.85;
  }
  .zdy-switch > div {
    margin-left: 5px;
    margin-right: 5px;
  }
  #banner .banner-content {
    /*height: 40vw;*/
  }
  #banner .banner-content .swiper-slide .txt-content {
    margin-top: -20px;
  }
  #banner .thumb-content {
    height: 98px;
  }
  #banner .thumb-content .swiper-tool .tag {
    font-size: 100px;
  }
  .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  #index-body .init-5 .i5-m .container .i5-c {
    padding-top: var(--px120);
    width: calc(19.1vw + 290px);
    height: calc(19.1vw + 290px);
    background: #FFFFFF;
    border-radius: 50%;
    padding-left: var(--ft62);
    padding-right: var(--ft62);
  }
  #index-body .init-3 .i3-l {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 20vw 0 0;
  }
  #index-body .init-3 .i3-r {
    width: 100%;
    padding-left: 0;
  }
  #index-body .init-4 .i4-l {
    width: 100%;
    margin-bottom: 15px;
  }
  #index-body .init-4 .i4-r {
    width: 100%;
  }
  #index-body .init-3,
  #index-body .init-4 {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .i1-l .i1-nav .i1nc {
    max-width: 100%;
  }
  #index-body .init-1 .container {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .i1-l {
    width: 100%;
  }
  #index-body .init-1 .container .i1-r {
    width: 100%;
  }
  #banner .banner-content {
    /*height: 400px;*/
  }
  #banner .thumb-content {
    height: 78px;
  }
  #banner .thumb-content .swiper-tool .tag {
    font-size: 60px;
    transform: none;
  }
  .container {
    width: 700px;
  }
}
.swiper-i2 {
  overflow: hidden;
}
@media (max-width: 700px) {
  #footer .ftop .fts form .add1 input{
    width: 100%;
    margin-top: var(--ft32);
  }
  #index-body .init-5 .i5-m .container .i5-c {
    width: calc(19.1vw + 350px);
    height: calc(19.1vw + 350px);
  }
  #index-body .init-1 .container .i1-r .swiper-i1 .swiper-slide .i1-pic2 {
    left: -16%;
  }
  #banner .thumb-content {
    display: none;
  }
  .linengfoot {
    display: none;
  }
  #banner .banner-content .swiper-slide .txt-content {
    margin-top: 0;
  }
  .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .init-5 .i5-m .container .i5-c {
    width: calc(19.1vw + 350px);
    height: auto;
    padding: calc(2.3955vw + 44px);
  }
  #index-body .init-4 .i4-l .i4-m .i4-c {
    width: 100%;
  }
  #index-body .init-3 .i3-r .i-1-4 li::after {
    left: 0;
  }
  #index-body .init-3 .i3-r .i-1-4 {
    flex-wrap: wrap;
  }
  #index-body .init-3 .i3-r .i-1-4 li {
    width: 50%;
    margin-bottom: 15px;
  }
  #index-body .init-3 .i3-l {
    padding: 0 !important;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.factory-page .factory-1 .con {
    position: relative;
    padding-top: var(--px100)
}

.factory-page .factory-1 .con .anniu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
}

.factory-page .factory-1 .con .anniu .mktt-box {
    margin-top: -80px;
}

.factory-page .factory-1 .con .anniu .mk-desc {
    max-width: 1430px;
    color: rgba(255, 255, 255, 0.7);
}

.factory-page .factory-2 {
    background-color: #f4f5f9;
}

.factory-page .factory-2 .left {
    width: 50%;
    padding-right: 5%;
}

.factory-page .factory-2 .left .datashow ul li {
    width: 50%;
    padding: 10px 0;
}

.factory-page .factory-2 .left .datashow ul li h4 {
    transition: all 0.5s;
}

.factory-page .factory-2 .left .datashow ul li:hover h4 {
    color: var(--color);
}

.factory-page .factory-2 .right {
    width: 50%;
    padding-left: 5%;
}

.factory-page .factory-2 .right .img-box {
    border-radius: 20px;
}

.factory-page .factory-3 .left {
    width: 50%;
    padding-right: 3%;
}

.factory-page .factory-3 .right {
    width: 50%;
    padding-left: 5%;
}

.factory-page .factory-3 .right .btn-go02 {
    border: 1px solid transparent;
}

.factory-page .factory-3 .right .btn-go02:hover {
    border-color: var(--color);
}

.factory-page .factory-4 .brands-list ul li .box {
    background-color: #f4f5f9;
    border-radius: 5px;
    padding: 30px;
    transition: all 0.5s;
}

.factory-page .factory-4 .brands-list ul li .box .txtbox .desc {
    height: 158px;
    overflow-y: auto;
    line-height: 1.7;
    transition: all 0.5s;
}

.factory-page .factory-4 .brands-list ul li .box:hover {
    background-color: var(--color);
}

.factory-page .factory-4 .brands-list ul li .box:hover .tt {
    color: #fff;
}

.factory-page .factory-4 .brands-list ul li .box:hover .desc {
    color: #fff;
}

.factory-page .factory-4 .brands-list ul li .box:hover .desc::-webkit-scrollbar-thumb {
    background-color: #000;
}

.zdy-dots02 ul li {
    width: 93px;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    border: 0;
}

.zdy-dots02 ul li.slick-active {
    background-color: var(--color);
}

@media (max-width: 1250px) {
    .factory-page .factory-4 .brands-list ul li .box {
        padding: 20px 15px;
    }

    .factory-page .factory-1 .con .anniu .mktt-box {
        margin-top: 0;
    }

    .factory-page .factory-1 .con>img {
        min-height: 250px;
        object-fit: cover;
    }
}

@media (max-width: 1000px) {
    .factory-page .factory-2 .left {
        width: 100%;
        padding-right: 0;
    }

    .factory-page .factory-2 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 5%;
    }

    .factory-page .factory-3 .left {
        width: 100%;
        padding-right: 0;
    }

    .factory-page .factory-3 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 5%;
    }
}

@media (max-width: 500px) {
    .factory-page .factory-2 .left .datashow ul li {
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {


  a.yejiaoleulei{
  display: none !important;
  }

  #nav-height {
    display: none;
  }
  span.cms_c.textfoo {
    width: 100%!important;
    white-space: normal!important;
    text-align: center;
    line-height: 1.8;
 }
 a.foottext,
 div#seo_other,
 .seoIndustry.Auxil-industry {
    display: none!important;
}

}
.language-box .language-img {
  margin-right: 5px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  font-size: 14px;
  display: block;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}


.baseBtn {
  text-align: center;
  display: inline-block;
  min-width: 266px;
  height: 65px;
  line-height: 63px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  border-radius: 65px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn.row {
  border-color: var(--color);
  background-color: var(--color);
  color: #FFFFFF;
}
.baseBtn.row:hover {
  color: var(--color);
}
.baseBtn:hover {
  background-color: transparent;
  color: #FFFFFF;
}
.baseTit {
  font-size: 56px;
  font-weight: 600;
  color: var(--color);
}
.baseTit.small {
  font-size: 48px;
}
.baseArrow {
  display: inline-block;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  border-radius: 50%;
  background-color: #eaeaea;
  font-size: 24px;
  cursor: pointer;
  transition: .5s ease;
}
.baseArrow:hover {
  color: #FFFFFF;
  background-color: var(--color);
}
.baseTag {
  font-style: italic;
  font-weight: 500;
}
@-webkit-keyframes sh {
  0% {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes sh {
  0% {
    -moz-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    -moz-transform: none;
    transform: none;
  }
}
@keyframes sh {
  0% {
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@-webkit-keyframes xh {
  0% {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes xh {
  0% {
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    -moz-transform: none;
    transform: none;
  }
}
@keyframes xh {
  0% {
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
.our-product {
  --height: 438px;
  margin-bottom: 80px;
}
.our-product .top {
  width: 55%;
  padding: 100px 0 40px;
}
.our-product .center {
  margin-left: -webkit-calc(-50vw + var(--containerWidth) / 2);
  margin-left: -moz-calc(-50vw + var(--containerWidth) / 2);
  margin-left: calc(-50vw + var(--containerWidth) / 2);
  margin-right: 15%;
  position: relative;
}
.our-product .center ul {
  position: relative;
}
.our-product .center li {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
}
.our-product .center li.active {
  position: static;
  opacity: 1;
  pointer-events: visible;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: xh;
  -moz-animation-name: xh;
  animation-name: xh;
}
.our-product .center .bg {
  /*height: var(--height);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0 30px 30px 0;
  height: 238px;
}
.our-product .center .name {
  font-size: 60px;
  color: #FFFFFF;
  font-style: italic;
  font-weight: 600;
  width: 90%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.our-product .center .social-links {
  position: absolute;
  left: 100%;
  top: 50%;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.our-product .center .social-links a {
  margin: 0 15px;
  color: var(--color);
}
.our-product .center .social-links::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -220px;
  display: block;
  margin: auto;
  height: 0;
  width: 1px;
  background-color: #d2d2d2;
  -webkit-transition: height .5s ease;
  -moz-transition: height .5s ease;
  transition: height .5s ease;
}
.our-product .center .social-links.animated::after {
  height: 170px;
}
.our-product .bottom {
  width: 55%;
  margin-top: 40px;
  position: relative;
}
.our-product .bottom .item {
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.our-product .bottom .item.active {
  position: static;
  opacity: 1;
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
  pointer-events: visible;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: sh;
  -moz-animation-name: sh;
  animation-name: sh;
}
.our-product .bottom .list ul {
  margin: -10px;
}
.our-product .bottom .list li {
  padding: 10px;
}
.our-product .bottom .list li .img {
  -webkit-box-shadow: 0 0 7px #d0d0d0;
  box-shadow: 0 0 7px #d0d0d0;
}
.our-product .bottom .dots {
  margin-top: 30px;
  width: 50%;
  min-height: 10px;
}
.our-product .bottom .dots ul.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.our-product .bottom .dots ul.slick-dots::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  border-bottom: 1px solid black;
  opacity: .1;
}
.our-product .bottom .dots li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 3px;
  border-bottom: 3px solid transparent;
}
.our-product .bottom .dots li button {
  display: none;
}
.our-product .bottom .dots li.slick-active {
  border-color: var(--color);
}
.our-product .arrows {
  right: 0;
  top: 100px;
}
.our-product .arrows span {
  margin: 5px;
  display: block;
}
.our-product .page {
  right: 0;
  bottom: 0;
  font-style: italic;
  font-weight: 600;
  color: var(--color);
}
.our-product .page em {
  font-size: 84px;
}
.our-product .left {
  position: absolute;
  left: 59%;
  top: 0;
  height: 100%;
  width: 230px;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0 0 30px 30px;
}
.our-product .left .btn {
  height: -webkit-calc((100% - var(--height)) / 2);
  height: -moz-calc((100% - var(--height)) / 2);
  height: calc((100% - var(--height)) / 2);
  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;
}
.our-product .left .btn a {
  color: #FFFFFF;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.our-product .left .btn a::after {
  content: "";
  display: block;
  width: 25px;
  border-bottom: 1px solid #FFFFFF;
  margin: 0 auto;
  margin-top: 20px;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.our-about {
  padding: 60px 0 50px;
  position: relative;
  overflow: hidden;
}
.our-about::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 84%;
  left: 0;
  top: 16%;
  background-color: #f4f6fa;
}
.our-about .play {
  position: relative;
  width: 116px;
  border-radius: 50%;
  cursor: pointer;
  cursor: hand;
}
.our-about .play::before,
.our-about .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(11, 24, 62, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.our-about .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.our-about .desc {
  color: var(--color);
  font-weight: 500;
  font-style: italic;
}
.our-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;
}
.our-about .left {
  width: 45%;
  padding-right: 4%;
}
.our-about .left .img {
  height: 100%;
  margin-left: -webkit-calc(-50vw + var(--containerWidth) / 2);
  margin-left: -moz-calc(-50vw + var(--containerWidth) / 2);
  margin-left: calc(-50vw + var(--containerWidth) / 2);
  overflow: hidden;
  border-radius: 0 30px 0 0;
}
.our-about .left .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-about .left .img::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 320px;
  letter-spacing: .2em;
  line-height: .7;
  font-weight: 600;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  color: #FFFFFF;
  opacity: .15;
}
.our-about .right {
  width: 55%;
  margin-top: 80px;
}
.our-about .info {
  background-color: var(--color);
  margin-left: -40%;
  border-radius: 30px 0 0 30px;
  position: relative;
}
.our-about .info::before {
  content: "";
  position: absolute;
  left: 100%;
  right: -webkit-calc(-50vw + var(--containerWidth) / 2);
  right: -moz-calc(-50vw + var(--containerWidth) / 2);
  right: calc(-50vw + var(--containerWidth) / 2);
  top: 0;
  bottom: 0;
  background-color: var(--color);
}
.our-about .info 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-right: -30px;
}
.our-about .info li {
  text-align: center;
  padding: 30px;
  position: relative;
  width: 25%;
}
.our-about .info li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 35%;
  height: 25%;
  border-left: 1px solid #FFFFFF;
  opacity: .15;
}
.our-about .info li .icon {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .info li p {
  color: #FFFFFF;
}
.our-about .info li:hover .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.our-about .list ul {
  margin-right: -45px;
}
.our-about .list li {
  padding-right: 45px;
}
.our-plant {
  position: relative;
  padding: 50px 0 0px;
}
.our-plant::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  background-color: #f4f6fa;
}
.our-plant .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;
}
.our-plant .left {
  width: 43%;
  margin-top: 20px;
}
.our-plant .right {
  width: 57%;
}
.our-plant .right .img {
  /*height: 100%;*/
  height: 75%;
  margin-right: -webkit-calc(-50vw + var(--containerWidth) / 2);
  margin-right: -moz-calc(-50vw + var(--containerWidth) / 2);
  margin-right: calc(-50vw + var(--containerWidth) / 2);
  overflow: hidden;
  border-radius: 30px 0 0 0;
}
.our-plant .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-plant .tab li + li {
  margin-top: 15px;
}
.our-plant .tab li span {
  cursor: pointer;
}
.our-plant .tab li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 3px solid currentcolor;
}
.our-plant .tab li.active span {
  opacity: 1;
}
.our-plant .list {
  background-color: #FFFFFF;
  margin-right: -40%;
  border-radius: 0 30px 30px 0;
  position: relative;
  z-index: 1;
  padding: 70px 100px 70px 0;
  /*box-shadow: 0 0 5px 2px #e5e5e5;*/
}
.our-plant .list::before {
  /*box-shadow: 0 0 5px 2px #e5e5e5;*/
  content: "";
  position: absolute;
  right: 100%;
  left: -webkit-calc(-50vw + var(--containerWidth) / 2);
  left: -moz-calc(-50vw + var(--containerWidth) / 2);
  left: calc(-50vw + var(--containerWidth) / 2);
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
}
.our-plant .list .Tit {
  font-size: 36px;
  font-weight: 600;
  color: var(--color);
}
.our-plant .list .text {
  color: #8e8e8e;
}
.i-sustainable {
  background: url(../images/sustainable-bg.jpg) no-repeat center;
  background-attachment: fixed;
  padding: 180px 0;
  position: relative;
  overflow: hidden;
}
.i-sustainable::before {
  content: attr(data-text);
  position: absolute;
  left: 30%;
  bottom: 0;
  font-size: 360px;
  letter-spacing: .3em;
  line-height: .7;
  font-weight: 600;
  color: #FFFFFF;
  opacity: .1;
}
.i-sustainable .baseTit {
  color: #FFFFFF;
}
.i-sustainable .text {
  color: #FFFFFF;
  margin: 60px 0;
}
.i-sustainable .left {
  width: 65%;
}
.i-advantage {
  padding: 100px 0;
  overflow: hidden;
}
.i-advantage .slick-list {
  overflow: visible;
}
.i-advantage .list {
  margin-top: 96px;
}
.i-advantage .list ul {
  margin: -15px;
}
.i-advantage .list li {
  padding: 15px;
}
.i-advantage .list li .img {
  overflow: hidden;
  border-radius: 30px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .list li .img img {
  width: 100%;
}
.i-advantage .list li .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/adv-mask.png) no-repeat center;
  background-size: cover;
  border-radius: inherit;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
  pointer-events: none;
}
.i-advantage .list li .name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  -webkit-transition: bottom .5s ease;
  -moz-transition: bottom .5s ease;
  transition: bottom .5s ease;
}
.i-advantage .list li .name span {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 37px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .list li .name i {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  background-color: var(--color);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .list li .name i::before {
  content: "\f105";
  font-family: FontAwesome;
}
.i-advantage .list li:hover .img {
  -webkit-transform: translateY(-95px);
  -moz-transform: translateY(-95px);
  -ms-transform: translateY(-95px);
  transform: translateY(-95px);
}
.i-advantage .list li:hover .img::after {
  opacity: 0;
}
.i-advantage .list li:hover .name {
  bottom: 0;
}
.i-advantage .list li:hover .name span {
  padding-right: 60px;
  color: #000000;
}
.i-advantage .list li:hover .name i {
  opacity: 1;
}
.i-advantage .bottom {
  margin-top: 40px;
  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;
}
.i-advantage .bottom .dots {
  width: 80%;
  margin: auto;
  position: relative;
}
.i-advantage .bottom .dots::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  border-bottom: 1px solid black;
  opacity: .1;
}
.i-advantage .bottom .dots ul.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.i-advantage .bottom .dots li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 3px;
  border-bottom: 3px solid transparent;
}
.i-advantage .bottom .dots li button {
  display: none;
}
.i-advantage .bottom .dots li.slick-active {
  border-color: var(--color);
}
.our-news {
  position: relative;
}
.our-news::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 90%;
  left: 0;
  top: 10%;
  background-color: #f4f6fa;
}
.our-news .top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.our-news .top .arrows {
  margin-top: 30px;
}
.our-news .list {
  position: relative;
}
.our-news .list::before {
  content: "";
  position: absolute;
  top: 45%;
  bottom: 0;
  left: -webkit-calc(-50vw + var(--containerWidth) / 2);
  left: -moz-calc(-50vw + var(--containerWidth) / 2);
  left: calc(-50vw + var(--containerWidth) / 2);
  right: 0;
  background-color: var(--color);
  border-radius: 0 0 30px 0;
}
.our-news .list ul {
  margin: 0 -29px;
}
.our-news .list li {
  padding: 0 30px;
  position: relative;
}
.our-news .list li::before {
  content: "";
  position: absolute;
  height: 20%;
  left: 0;
  top: 63%;
  border-left: 1px solid #FFFFFF;
  opacity: .23;
}
.our-news .list li .img {
  height: 300px;
  border-radius: 30px 30px 0 30px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  pointer-events: none;
}
.our-news .list li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-news .list li .content {
  margin-top: 40px;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list li .content .date {
  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-style: italic;
  color: #FFFFFF;
}
.our-news .list li .content .date::before {
  content: "";
  border-bottom: 1px solid currentColor;
  width: 50px;
  display: block;
}
.our-news .list li .content .name {
  margin-top: 20px;
  margin-bottom: 45px;
  font-weight: 500;
  color: #FFFFFF;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.our-news .list li:hover .name {
  opacity: 1;
}
.our-news .list .slick-center + .slick-active .img {
  opacity: 1;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
  pointer-events: unset;
}
.our-news .list .slick-center + .slick-active .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}


@media (max-width: 1480px) {
  :root {
    --containerWidth: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li + li {
    margin-left: 30px;
  }

  .font-20 {
    font-size: 18px;
  }
  .baseBtn {
    min-width: 240px;
    height: 60px;
    line-height: 58px;
    border-radius: 60px;
  }
  .baseTit {
    font-size: 48px;
  }
  .baseTit.small {
    font-size: 36px;
  }
  .our-product {
    --height: 350px;
  }
  .our-product .center .social-links::after {
    bottom: -120px;
  }
  .our-product .center .social-links.animated::after {
    height: 100px;
  }
  .our-product .center .name {
    font-size: 60px;
  }
  .our-about .info ul {
    margin-right: -15px;
  }
  .our-about .info li {
    padding: 30px 15px;
  }
  .our-plant .list .Tit {
    font-size: 30px;
  }
  .i-advantage .list li .name span {
    font-size: 24px;
  }

}
@media (max-width: 1230px) {
 


  .font-20 {
    font-size: 16px;
  }
  .font-18 {
    font-size: 16px;
    
  }
  .baseBtn {
    min-width: 200px;
    height: 50px;
    line-height: 48px;
    border-radius: 50px;
  }
  .baseTit {
    font-size: 40px;
  }
  .baseTit.small {
    font-size: 30px;
  }
  .our-product .center .name {
    font-size: 48px;
  }
  .our-about .list ul {
    margin-right: -25px;
  }
  .our-about .list li {
    padding-right: 25px;
  }
  .our-about .left .img::after {
    font-size: 250px;
  }
  .our-about .right {
    margin-top: 0;
  }
  .our-plant .left {
    margin-top: 0;
  }
  .our-plant .list {
    padding: 35px 50px 35px 0;
  }
  .our-plant .list .Tit {
    font-size: 24px;
  }
  .i-sustainable {
    padding: 100px 0;
  }
  .i-sustainable::before {
    font-size: 200px;
  }
  .i-sustainable .text {
    margin: 30px 0;
  }
  .i-advantage .list li .name span {
    font-size: 18px;
    line-height: 24px;
  }
  .i-advantage .list li .name i {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .i-advantage .list li:hover .name span {
    padding-right: 30px;
  }

}
@media (max-width: 1000px) {




  .baseBtn {
    min-width: auto;
    height: auto;
    line-height: normal;
    padding: 10px 20px;
  }
  .our-product .center .social-links {
    display: none;
  }
  .our-product .center {
    margin-right: 0;
  }
  .our-product .left {
    display: none;
  }
  .our-product .top {
    width: 80%;
    padding: 60px 0 30px;
  }
  .baseTit {
    font-size: 30px;
  }
  .our-product .arrows {
    top: 60px;
  }
  .baseArrow {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  .our-product {
    --height: 240px;
  }
  .our-product .center .name {
    font-size: 36px;
    width: 100%;
  }
  .our-product .bottom {
    width: 80%;
  }
  .our-product .page em {
    font-size: 48px;
  }
  .our-about .left {
    display: none;
  }
  .our-about .right {
    width: 100%;
  }
  .our-about .play {
    width: 90px;
  }
  .our-about .info {
    margin-left: 0;
  }
  .our-about .info li {
    width: 50%;
    padding: 15px;
  }
  .our-plant .left {
    width: 100%;
  }
  .our-plant .list {
    margin-right: 0;
  }
  .our-plant .right {
    display: none;
  }
  .i-sustainable {
    padding: 60px 0;
  }
  .i-sustainable .left {
    width: 100%;
  }
  .i-sustainable::before {
    font-size: 150px;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .i-advantage .list li .name {
    bottom: 0;
  }
  .our-news .top {
    position: static;
  }
  .our-news .list {
    margin-top: 40px;
  }
  .our-news .list li .img {
    height: auto;
    opacity: 1;
  }
  .our-news .list li .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .our-news .list ul {
    margin: 0 -15px;
  }
  .our-news .list li {
    padding: 0 15px;
  }

  .hide-1000 {
    display: none!important;
  }
 
}
@media (max-width: 700px) {
  :root {
    --containerWidth: -webkit-calc(100% - 30px);
    --containerWidth: -moz-calc(100% - 30px);
    --containerWidth: calc(100% - 30px);
  }

  .baseBtn {
    font-size: 14px;
  }
  .baseTit {
    font-size: 24px;
  }
  .baseTit.small {
    font-size: 24px;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  .our-product {
    margin-bottom: 50px;
  }
  .our-product .center .name {
    font-size: 30px;
  }
  .our-product .page {
    display: none;
  }
  .our-product .bottom {
    width: 100%;
  }
  .our-about .info li p {
    font-size: 14px;
  }
  .our-about .list ul {
    margin-right: -15px;
  }
  .our-about .list li {
    padding-right: 15px;
  }
  .our-plant {
    padding: 40px 0;
  }
  .our-plant .list {
    padding: 30px 30px 30px 0;
  }
  .i-sustainable::before {
    display: none;
  }
  .i-advantage .bottom .dots {
    display: none;
  }
  .i-advantage .bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .i-advantage .arrow {
    margin: 5px;
  }
  .our-news .list li .content .date::before {
    display: none;
  }
  .our-news .list li .content .date span {
    margin-left: 0;
  }
  .our-news .list li .content {
    margin-top: 20px;
  }
  .our-news .list li .content .name {
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  .our-about .play {
    float: none;
    margin-bottom: 40px;
  }
  .our-about::before {
    height: 90%;
    top: 10%;
  }

}







.flex_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex_row_r {
  -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;
}

.flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex_end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}



.more {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  width: 234px;
  height: 66px;
  background-color: var(--color);
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 66px;
  text-align: center;
}
.more::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.more:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}



.i-title {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 500;
}
.tr_5 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.i-data ul li .num {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 45px;
  position: relative;
  z-index: 1;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: bold;
}
.i-data ul li .num sub {
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 12px;
}
.i-data ul li .num::before {
  content: '';
  width: 129px;
  height: 128px;
  background-color: var(--color);
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  top: -42px;
  left: -45px;
  border-radius: 50%;
  -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.i-data ul li p {
  padding: 37px 0 0 45px;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 1px;
  font-style: italic;
}
.i-data ul li:hover .num::before {
  -webkit-transform: scale(1.3101);
  -moz-transform: scale(1.3101);
  -ms-transform: scale(1.3101);
  transform: scale(1.3101);
  opacity: 0.5;
}

@media screen and (max-width: 1280px) {
  .i-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 1100px) {
  .i-title {
    font-size: 46px;
  }

  .i-data ul li .num {
    font-size: 60px;
  }
  .i-data ul li p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .i-title {
    font-size: 40px;
  }

  .i-data ul li .num {
    font-size: 46px;
    margin-left: 20px;
  }
  .i-data ul li .num::before {
    width: 80px;
    height: 80px;
    top: -22px;
    left: -20px;
  }
  .i-data ul li p {
    padding-left: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .i-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 500px) {
  .i-title {
    font-size: 30px;
    line-height: 1.4;
  }
}



@-webkit-keyframes xz {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes xz {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes xz {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ks1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-moz-keyframes ks1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes ks1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}


   .seoPublic .title,.product-page .box .right h1,.prodet-page .prodet-1 .right .ig h1,.i-title,
   .case_cont .case_right .init-1 .img_cont .text,
   .newdet-page .app-related-pro h3,.newdet-page .sideBox .sideRight h1,
   .contact-page .contact-1 .content ul li .ig .tit{
     font-weight: bold;
font-size: calc(1.3555vw + 14px) !important;
/*color: #333333;*/
   }
   .seoPublic .Auxil-about .box .right div.h3,.product-page .box .right ul li .text .tit,
   .prodet-page .prodet-2 .i-title,
   .case_cont .case_right .init-4 .tips,
   .newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title,
   .case_cont .case_right .init-4 .tit{
          font-weight: bold;
font-size: calc(0.575vw + 14px) !important;
/*color: #333333;*/
   }
   .tt14{
     font-weight: 500;
     font-size: 14px !important;
   }
   .prodet-page .prodet-4 .content ul li .text .tit{
     font-weight: 600;
font-size: calc(0.2085vw + 14px) !important;
line-height: 1.8;
   }
   #index-body .in-6 .container  .i5c-p3 {
    width: 74px;
    height: 33px;
    background: #fff;
    border-radius: 16px;
    display: flex
    
;
opacity: 0;
margin-top: calc(0.8345vw + 14px);
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#index-body .in-6 .i6-t .i6-c .i5-c{
  cursor: pointer;
}
#index-body .in-6 .i6-t .i6-c:hover .i5c-p3{
opacity: 1;
}
.seoPublic>div:nth-child(odd){
  background: #fff;
}
.seoPublic#index-body .in-4{
  padding: 0 !important;
  margin-top: 78px;
}
.seoPublic#index-body .in-7{
    padding: var(--px60) 0 !important;
}
#index-body .in-6 .i6-t .i6-c img{
  height: 58px;
  object-fit: cover;
}
.i4r-p1 h1 {
    display: inline;
}
span.cms_c.textfoo {
    width: 1080px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: inline-block;
}
.des.font-18.wow.fadeInUpSmall.animated.animated {
    line-height: 1.8;
}
@keyframes ks22 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
.ba-tap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.ba-tap .bah {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -11px;
  height: 50px;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 25px;
  padding-left: 57px;
  padding-right: var(--ft38);
  font-weight: 400;
  font-size: var(--ft20);
  color: #FFFFFF;
  font-style: italic;
  display: flex;
  align-items: center;
  clip-path: circle(0% at 0% 50%);
}
.ba-tap:hover .bah {
  clip-path: circle(200% at 0% 50%);
}
.ba-tap:hover::before {
  animation-play-state: paused;
}
.ba-tap:hover::after {
  animation-play-state: paused;
}
.ba-tap::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  animation: ks22 1s ease-in-out infinite;
  content: '';
  width: 140px;
  height: 140px;
  border-radius: 50%;
  opacity: 0.5;
    background: var(--color);
  border: 1px solid var(--color);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -70px;
}
.ba-tap::after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  animation: ks22 1s ease-in-out infinite;
  content: '';
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin-top: -85px;
  margin-left: -85px;
  background: var(--color);
  border: 1px solid var(--color);
  opacity: 0.21;
  position: absolute;
  top: 50%;
  left: 50%;
}
.ba-tap span {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: var(--ft20);
  width: 100px;
  height: 100px;
  
  background: var(--color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ba-tap span img{
  filter: brightness(0)  invert(1);
} 
.i3-l,
.about-page .about-1 .content .left .l-img{
  position: relative;
}
.content-ho1{
  font-size: calc(0.525vw + 14px);
  font-weight: 600;
  padding: var(--ft20);

}
.content-ho2{
  font-size: var(--ft16);
  font-weight: 500;
    padding:0  var(--ft20) var(--ft20);
    /*height: 85px;*/
    /*overflow-y: auto;*/
    color: #666666;
}

@media screen and (max-width: 1000px){
  #index-body .init-1 .container .i1-r .swiper-i1 .swiper-slide .i1-pic2{
    left: 0;
    width: calc(15.36vw + 150px);

  }
  
}
@media screen and (max-width: 1800px){
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
    font-size: var(--ft18);
  }
}
@media screen and (max-width: 1450px){
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
    font-size: 14px;
  }
}

.page-header02{
  position: fixed;
  width: 100%;
  background: #000;
}
@media (max-width: 1250px) {
    #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;
    }
}

.page-header02 .logo img{
  filter: brightness(0) invert(1);
}
#video667{
  display: none !important;
}
@media (max-width: 1250px) {
  #video666{
  display: none !important;
}
#video667{
  display: block !important;
}
}

.i3r-p1 h1 {
    display: inline !important;
}
._text.font-16.mt-40 {
    line-height: 2;
}
table td, table th{
  line-height: 1.3;
}
#banner{
  margin-top: 134px;
}
.swiper-banner-pagination{
  justify-content: flex-end;
  width: 100%;
  position: absolute;
  left: 0;
  bottom:0;
  padding-bottom:calc(2.3955vw + 14px);
  padding-right: 6vw;
  z-index: 3;
  display: flex;
}
.swiper-banner-pagination .swiper-pagination-bullet{
  opacity: 0.5;
  width: 12px;
  height: 12px;
   background: #fff;
}
.swiper-banner-pagination .swiper-pagination-bullet-active{
  background: var(--color);
   opacity: 1;
}
#index-body .product {
  background: #f7f7f7;
}
#index-body .product .bottom {
  position: relative;
}
#index-body .product .bottom ul li .box {
  padding: 8px;
  background: #ffffff;
  border-radius: 10px;
}
#index-body .product .bottom ul li .box .img {
  height: 300px;
  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;
}
#index-body .product .bottom ul li .box .img img {
  width: auto;
  max-height: 100%;
}
#index-body .product .bottom ul li .box .btn {
  height: 76px;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 0 16px;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  line-height: 30px;
  color: #000
}
#index-body .product .bottom ul li .box .btn span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical; 
     line-height: 30px; 
}
#index-body .product .bottom ul li .box .btn .p i{
  color: #fff;
}

#index-body .product .bottom ul li .box .btn .p {
  width: 35px;
  height: 35px;
  background-color: var(--color);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .bottom ul li .box .btn .p img {
  -webkit-filter: brightness(100) invert(0);
  filter: brightness(100) invert(0);
}
#index-body .product .bottom ul li .box:hover .btn .p i{
  color: #000;
}
#index-body .product .bottom ul li .box:hover .btn {
  background: var(--color);
  color: #ffffff;
}
#index-body .product .bottom ul li .box:hover .btn .p {
  background: #ffffff;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#index-body .product .bottom ul li .box:hover .btn .p img {
  -webkit-filter: none;
  filter: none;
}
#index-body .product .bottom .slickBtn {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
}
#index-body .product .bottom .slickBtn div {
  width: 51px;
  height: 51px;
  color: #bababa;
  border: solid 1px #bababa;
  background: none;
  line-height: 1;
  padding-top: 4px;
}
#index-body .product .bottom .slickBtn div:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .product .more_btn {
  text-align: center;
}
@media screen and (max-width: 1450px) {
    #index-body .product .bottom ul li .box .btn {
    height: auto;
    font-size: 16px;
    padding: 15px 10px;
  }
}
.pro_tit_p{
  font-weight: bold;
    font-size: var(--ft50);
    color: #141414;
    line-height: 1.2;
}
.pro_tit_p span{
  color: var(--color);
}
@media screen and (max-width: 1000px) {  #index-body .product .bottom .slickBtn {
    display: none;
  }}
@media screen and (max-width: 1450px) {}

.prodet-page .prodet-2 .content{
  display: block;
}
.fm,
#footer .ftop .ftc .fth,
.seo_title,
#seo_public_from h4,
.seoPublic .title, .product-page .box .right h1, .prodet-page .prodet-1 .right .ig h1, .i-title, .case_cont .case_right .init-1 .img_cont .text, .newdet-page .app-related-pro h3, .newdet-page .sideBox .sideRight h1, .contact-page .contact-1 .content ul li .ig .tit,
#footer .ftop .fts .fh,.product-page .box .left .title span,
.product-page .box .right ul li .text .tit,
.sb_h,
.content-ho1,
.i-title2 h3,
.case_cont .case_left .widget h6,
.mk-tt,
.fam-Montserrat-Bold,
#index-body .product .bottom ul li .box .btn span,
#index-body .init-1 .container .i1-l .i1-nav .i1nc .i1c1,
.sww2,#index-body .init-6 .container .i6-b .swiper-i6 .swiper-slide .i6-c2,
#index-body .init-6 .container .i6-b .swiper-i6 .swiper-slide .i6-c2,
.prodet-page .prodet-4 .content ul li .text .tit,
.article-section h2,
#index-body .init-5 .i5-m .container .i5-c .i5-h,
.pro_tit_p{
  font-family: var(--fm) !important;
}
.fmxie,
.sb_h span,
#index-body .init-5 .i5-m .container .i5-c .i5-h span,
.pro_tit_p span{
  font-style: italic !important;
}
:root {
    --px17: calc(0.15625vw + 14px);
    --px18: calc(0.20833vw + 14px);
    --px19: calc(0.26042vw + 14px);
    --px20: calc(0.3125vw + 14px);
    --px21: calc(0.3646vw + 14px);
    --px22: calc(0.4166vw + 14px);
    --px23: calc(0.46875vw + 14px);
    --px24: calc(0.5208vw + 14px);
    --px25: calc(0.5729vw + 14px);
    --px26: calc(0.625vw + 14px);
    --px27: calc(0.6771vw + 14px);
    --px28: calc(0.7292vw + 14px);
    --px29: calc(0.78125vw + 14px);
    --px30: calc(0.834vw + 14px);
    --px31: calc(0.8854vw + 14px);
    --px32: calc(0.9375vw + 14px);
    --px33: calc(0.9896vw + 14px);
    --px34: calc(1.0417vw + 14px);
    --px35: calc(1.0938vw + 14px);
    --px36: calc(1.1458vw + 14px);
    --px37: calc(1.198vw + 14px);
    --px38: calc(1.25vw + 14px);
    --px39: calc(1.302vw + 14px);
    --px40: calc(1.354vw + 14px);
    --px41: calc(1.406vw + 14px);
    --px42: calc(1.458vw + 14px);
    --px43: calc(1.5104vw + 14px);
    --px44: calc(1.5625vw + 14px);
    --px45: calc(1.615vw + 14px);
    --px46: calc(1.667vw + 14px);
    --px47: calc(1.719vw + 14px);
    --px48: calc(1.7708vw + 14px);
    --px49: calc(1.823vw + 14px);
    --px50: calc(1.875vw + 14px);
    --px51: calc(1.927vw + 14px);
    --px52: calc(1.979vw + 14px);
    --px53: calc(2.03125vw + 14px);
    --px54: calc(2.0833vw + 14px);
    --px55: calc(2.1354vw + 14px);
    --px56: calc(2.1875vw + 14px);
    --px57: calc(2.2396vw + 14px);
    --px58: calc(2.2917vw + 14px);
    --px59: calc(2.34375vw + 14px);
    --px60: calc(2.3958vw + 14px);
    --px61: calc(2.4479vw + 14px);
    --px62: calc(2.5vw + 14px);
    --px63: calc(2.5521vw + 14px);
    --px64: calc(2.6042vw + 14px);
    --px65: calc(2.6563vw + 14px);
    --px66: calc(2.7083vw + 14px);
    --px67: calc(2.7604vw + 14px);
    --px68: calc(2.8125vw + 14px);
    --px69: calc(2.8646vw + 14px);
    --px70: calc(2.9167vw + 14px);
    --px71: calc(2.9688vw + 14px);
    --px72: calc(3.0208vw + 14px);
    --px73: calc(3.0729vw + 14px);
    --px74: calc(3.125vw + 14px);
    --px75: calc(3.1771vw + 14px);
    --px76: calc(3.2292vw + 14px);
    --px77: calc(3.2812vw + 14px);
    --px78: calc(3.3333vw + 14px);
    --px79: calc(3.3854vw + 14px);
    --px80: calc(3.4375vw + 14px);
    --px81: calc(3.4896vw + 14px);
    --px82: calc(3.5417vw + 14px);
    --px83: calc(3.59375vw + 14px);
    --px84: calc(3.6458vw + 14px);
    --px85: calc(3.6979vw + 14px);
    --px86: calc(3.75vw + 14px);
    --px87: calc(3.802vw + 14px);
    --px88: calc(3.854vw + 14px);
    --px89: calc(3.906vw + 14px);
    --px90: calc(3.958vw + 14px);
    --px91: calc(4.01vw + 14px);
    --px92: calc(4.0625vw + 14px);
    --px93: calc(4.1145vw + 14px);
    --px94: calc(4.1667vw + 14px);
    --px95: calc(4.21875vw + 14px);
    --px96: calc(4.2708vw + 14px);
    --px97: calc(4.3229vw + 14px);
    --px98: calc(4.375vw + 14px);
    --px99: calc(4.427vw + 14px);
    --px100: calc(4.479vw + 14px);
    --px101: calc(4.53125vw + 14px);
    --px102: calc(4.5833vw + 14px);
    --px103: calc(4.6354vw + 14px);
    --px104: calc(4.6875vw + 14px);
    --px105: calc(4.7396vw + 14px);
    --px106: calc(4.7917vw + 14px);
    --px107: calc(4.84375vw + 14px);
    --px108: calc(4.8958vw + 14px);
    --px109: calc(4.9479vw + 14px);
    --px110: calc(5vw + 14px);
    --px111: calc(5.0508vw + 14px);
    --px112: calc(5.1042vw + 14px);
    --px113: calc(5.15625vw + 14px);
    --px114: calc(5.2083vw + 14px);
    --px115: calc(5.2604vw + 14px);
    --px116: calc(5.3125vw + 14px);
    --px117: calc(5.3646vw + 14px);
    --px118: calc(5.4167vw + 14px);
    --px119: calc(5.46875vw + 14px);
    --px120: calc(5.5208vw + 14px);
    --px121: calc(5.5729vw + 14px);
    --px122: calc(5.625vw + 14px);
    --px123: calc(5.6771vw + 14px);
    --px124: calc(5.7292vw + 14px);
    --px125: calc(5.78125vw + 14px);
    --px126: calc(5.8333vw + 14px);
    --px127: calc(5.8854vw + 14px);
    --px128: calc(5.9375vw + 14px);
    --px129: calc(5.9896vw + 14px);
    --px130: calc(6.0416vw + 14px);
    --px131: calc(6.09375vw + 14px);
    --px132: calc(6.1458vw + 14px);
    --px133: calc(6.1979vw + 14px);
    --px134: calc(6.25vw + 14px);
    --px135: calc(6.3021vw + 14px);
    --px136: calc(6.3541vw + 14px);
    --px137: calc(6.40625vw + 14px);
    --px138: calc(6.4583vw + 14px);
    --px139: calc(6.5104vw + 14px);
    --px140: calc(6.5625vw + 14px);
    --px141: calc(6.6145vw + 14px);
    --px142: calc(6.6666vw + 14px);
    --px143: calc(6.71875vw + 14px);
    --px144: calc(6.7708vw + 14px);
    --px145: calc(6.8229vw + 14px);
    --px146: calc(6.875vw + 14px);
    --px147: calc(6.927vw + 14px);
    --px148: calc(6.979vw + 14px);
    --px149: calc(7.03125vw + 14px);
    --px150: calc(7.0833vw + 14px);
    --px151: calc(7.1354vw + 14px);
    --px152: calc(7.1875vw + 14px);
    --px153: calc(7.2395vw + 14px);
    --px154: calc(7.2916vw + 14px);
    --px155: calc(7.34375vw + 14px);
    --px156: calc(7.3958vw + 14px);
    --px157: calc(7.4479vw + 14px);
    --px158: calc(7.5vw + 14px);
    --px159: calc(7.5521vw + 14px);
    --px160: calc(7.6042vw + 14px);
    --px161: calc(7.65625vw + 14px);
    --px162: calc(7.7083vw + 14px);
    --px163: calc(7.7604vw + 14px);
    --px164: calc(7.8125vw + 14px);
    --px165: calc(7.8645vw + 14px);
    --px166: calc(7.9166vw + 14px);
    --px167: calc(7.96875vw + 14px);
    --px168: calc(8.0208vw + 14px);
    --px169: calc(8.0729vw + 14px);
    --px170: calc(8.125vw + 14px);
    --px171: calc(8.177vw + 14px);
    --px172: calc(8.2291vw + 14px);
    --px173: calc(8.28125vw + 14px);
    --px174: calc(8.3333vw + 14px);
    --px175: calc(8.3854vw + 14px);
    --px176: calc(8.4375vw + 14px);
    --px177: calc(8.4895vw + 14px);
    --px178: calc(8.5416vw + 14px);
    --px179: calc(8.59375vw + 14px);
    --px180: calc(8.6458vw + 14px);
    --px181: calc(8.6979vw + 14px);
    --px182: calc(8.75vw + 14px);
    --px183: calc(8.802vw + 14px);
    --px184: calc(8.8541vw + 14px);
    --px185: calc(8.90625vw + 14px);
    --px186: calc(8.9583vw + 14px);
    --px187: calc(9.0104vw + 14px);
    --px188: calc(9.0625vw + 14px);
    --px189: calc(9.1145vw + 14px);
    --px190: calc(9.1666vw + 14px);
    --px191: calc(9.21875vw + 14px);
    --px192: calc(9.2708vw + 14px);
    --px193: calc(9.3229vw + 14px);
    --px194: calc(9.375vw + 14px);
    --px195: calc(9.427vw + 14px);
    --px196: calc(9.4791vw + 14px);
    --px197: calc(9.53125vw + 14px);
    --px198: calc(9.5833vw + 14px);
    --px199: calc(9.6354vw + 14px);
    --px200: calc(9.6875vw + 14px);
}
.pt-75{
padding-top: var(--px75);
}
.pb-50{
padding-bottom: var(--px50);
 }
 .pt-45{
   padding-top: var(--px45);
 } .mb-60{
   margin-bottom: var(--px60);
 }
 @media screen and (max-width: 1250px){
   #header{
     display: none;
   }
   
 }
  @media screen and (max-width: 1500px){
   #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
     font-size: 14px;
   }
   #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
     margin-left: var(--px19);
   }
   #header > .nav > .menu .menu-box .hright .righttop .sb_btn1{
     margin-left: var(--px30);
   }
   #header > .nav > .menu .menu-box .hright .righttop .sb_btn1{
     font-size: 14px;
   }
   #header > .nav > .menu .menu-box .menu_c .menu-menu-container{
     padding-top: 6px;
   }
 }

   @media screen and (min-width: 1921px){

 #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
font-size: 18px;
 }
   }
      @media screen and (min-width: 2400px){
     #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
       margin-left: 68px;
     }
   }
.fbot1 {
  display: flex;
  align-items: flex-end;
  margin-right:auto; 
}
.fbot1 i {
  margin-left: 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 38px;
  height: 38px;
  background: rgba(0, 152, 68, 1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--ft20);
  color: #fff;
}
.fbot1 i:hover {
  background: #000;
  color: #fff;
}
.swiper-slide-banner{
 padding: var(--px130) 0;
  background: var(--color);
}
.swiper-slide-banner .txt-content{
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-slide-banner .txt-content .br{
  width: 45%;
}
#banner .banner-content .swiper-slide .txt-content h3{
  font-size: var(--px36);
  margin-bottom: var(--px20);
}
#banner .banner-content .swiper-slide .txt-content{
  padding: 0;
}
#banner .banner-content .swiper-slide .txt-content .font-22{
  font-size: var(--px20);
  color: #fff;
}
  @media screen and (max-width: 1250px){
    .swiper-slide-banner{
      height: auto;
      padding: var(--px140) 0;
    }
  }
  @media screen and (max-width: 1000px){
    #banner .banner-content .swiper-slide .txt-content{
      flex-wrap: wrap;
      padding: 0 15px;
    }
    #banner .banner-content .swiper-slide .txt-content>div{
      width: 100%;
      margin-top: var(--px40);
    }
  }
   .i-o1 {
     padding-bottom: var(--px100);
     padding-top: var(--px30);
   }
  .i-o1 .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .i-o1 .io-r{
    padding-left: var(--px20);
  }
  .io-rh{
    font-weight: bold;
    font-size: var(--ft50);
    color: #141414;
    line-height: 1.2;
    font-family: var(--fm);
    margin-bottom: var(--px24);
  }
  .io-rp p{
    margin-bottom: var(--ft16);
  }
  .io-rp{
    font-size: var(--px16);
    color: #333;
  }
  .io-rp1{
  font-size: var(--px16);
    color: #333;
    margin-bottom: var(--ft16);
  }
  .io-rp1 span{
    font-weight: 600;
  }
  @media screen and (max-width: 1000px){
     .i-o1 .container{
       flex-wrap: wrap;
     }
     .i-o1 .container>div{
       width: 100% !important;
       padding: 0 !important;
       margin-bottom: var(--px20)  !important;
     }
  }
  @media screen and (max-width: 1500px){}
  @media screen and (max-width: 1500px){}
    .i2-t1-p{
        font-weight: 400;
    font-size: var(--ft18);
    color: #666666;
    margin-top: var(--ft20);
  }
  .sww2-box{
    color: #fff;
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    background: rgba(0, 0, 0, 0.58);
    padding: var(--ft18)  var(--ft30); 
  }
  .sww2-box .sww2-p1{
    font-size: var(--ft24);
    font-family: var(--fm);
    font-weight: 600;
    margin-bottom: var(--ft16);
    line-height: 1.1;
  }
  .sww2-box .sww2-p3{
    height: 34px;
    font-size: var(--ft18);
    padding: 0 var(--ft20);
    border-radius: 5px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    width: fit-content;
    line-height: 32px;
  }
  .sww2-box .sww2-p3 i{
    margin-left: 14px;
      -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  }


  #index-body .init-2 .container .i2-b i:hover {
  background: transparent;
}

.fgbyt{
          font-weight: 400;
    font-size: var(--ft18);
    color: #666666;
    margin-right: var(--ft26);
}
#index-body .init-2 .container .i2-b .swiper-i2 .swiper-slide .i2-img{
  border-radius: 10px;
  overflow: hidden; 
}

.mt-30{
  margin-top: var(--ft30);
}
#index-body .init-2 .container .i2-b{
  padding-left: 0;
  padding-right: 0;
}
#index-body .init-2 .container .i2-b>i{
  display: none;
}
#index-body .init-2 .container .i2-b .swiper-i2 .swiper-slide .i2-img>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-page #index-body .init-4 .i4-l .i4-m .i4-c{
  width: 30%;
}
.gallery-page #index-body .init-4 .i4-l{
  padding: 0;
  width: 100%;
}
.i4lp{
  font-weight: 400;
    font-size: var(--ft18);
    color: #666666;
    line-height: 1.7;
    margin-top: var(--ft18);
}
#index-body .init-4 .i4-r img{
  border-radius: var(--ft24) 0 0 var(--ft24) ;
}
.i4-kl{
    display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: var(--ft40);
  margin-bottom:  var(--ft40);
}
.i4-kv{

}
.i4-kv1{
width: 60px;
height: 60px;
border: 1px solid #666;
border-radius: 100%;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
position: relative;
background: #fff;
}
.i4-kv1::after{
content:'';
position: absolute;
top: 50%;
transform: translate(100%,-50%);
width: 300%;
right: 0;
height: 0;
/*transform: translateX(100%);*/
border-top: 1px #666 dashed;
}
.i4-kv:last-child .i4-kv1::after{
  display: none;
}
.i4-kv1 span{
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--ft26);
  color: #fff;
  font-weight: 600;
}
.i4-kv2{
  margin-top: var(--ft20);
font-size: var(--ft18);
text-align: center;
}
.sb_btn6{
  position: relative;
      font-weight: 500;
    font-size: var(--ft16);
    color: var(--color);
      height: 50px;
  line-height: 50px;
  margin-left: var(--ft32);
}
.sb_btn6:hover::after{
  width: 0%;
}
.sb_btn6::after{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color);
  bottom:0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;

}
  @media screen and (max-width: 768px){
    .i3c3.flex.flex-ac {
      flex-wrap: wrap;
    }
  .i4-kv1::after{
    display: none !important;
  }
}
  @media screen and (max-width: 768px){
  .i4-kl {
    display: grid;
    grid-template-columns: 1fr 1fr;
 
    gap:var(--ft20);
}
}
  @media screen and (max-width: 1000px){
  #index-body .init-3 .i3-l{
    padding: 0;
  }
}