@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.eot');
  src: url('../fonts/Barlow-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Light.woff2') format('woff2'), url('../fonts/Barlow-Light.woff') format('woff'), url('../fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.eot');
  src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.eot');
  src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.eot');
  src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-SemiBold.woff2') format('woff2'), url('../fonts/Barlow-SemiBold.woff') format('woff'), url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.Anton,
.anton {
  font-family: 'Anton';
}
#mobile5 .menu-content .mob-search form input[type=submit] {
  background: url(../images/icon-search-white.png) no-repeat center center #222;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from_s {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from_s h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from_s form {
  margin-top: 40px;
}
#pups_from_s i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s i.close::after,
#pups_from_s i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from_s i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from_s i.close:hover {
  background: var(--color);
}
#pups_from_s i.close:hover::before,
#pups_from_s i.close:hover::after {
  background: white;
}
#pups_from_s ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from_s ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from_s ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from_s ul li input,
#pups_from_s ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from_s ul li input:focus,
#pups_from_s ul li textarea:focus {
  border-color: var(--color);
}
#pups_from_s ul li textarea {
  height: 80px;
}
#pups_from_s 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_from_s ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from_s ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 100px;
  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: 'Barlow';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  height: auto;
  --color: #be0604;
}
.container {
  width: 1550px;
  padding: 0 15px;
}
.bigContainer {
  width: 1850px;
}
.w-1750 {
  width: 1750px;
}
#mobile2,
#mobile3,
#mobile5 {
  z-index: 22;
}
#innerMobileBanner .banner2 {
  background-image: -webkit-linear-gradient(250deg, var(--color), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(250deg, var(--color), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(-160deg, var(--color), rgba(0, 0, 0, 0.05));
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.Hbtn {
  background-color: var(--color);
  border-radius: 10px;
  font-family: Anton;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.Hbtn .por {
  z-index: 2;
}
.Hbtn::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.Hbtn:hover {
  color: var(--color);
}
.Hbtn:hover::before {
  width: 100%;
}
.Hbtn1 {
  background-color: #fff;
  border-radius: 10px;
  font-family: Anton;
  color: #000;
  position: relative;
  overflow: hidden;
}
.Hbtn1 .por {
  z-index: 2;
}
.Hbtn1::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.Hbtn1:hover {
  color: #fff;
}
.Hbtn1:hover::before {
  width: 100%;
}
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;
}
@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;
  }
}
@keyframes pxl_grid_fall {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
#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;
  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: var(--color);
  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: var(--color);
}
#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;
}
.search-box.sa form {
  left: auto;
  right: 50%;
}
.search-box.sa form input[type="submit"] {
  left: 15px;
  right: auto;
}
#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);
  font-weight: 600;
}
#header > .nav > .menu {
  padding: 16px 0;
}
#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;
  width: 100%;
  padding-left: calc(2.083vw + 10px);
  padding-right: calc(2.083vw + 10px);
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: calc(2.083vw + 20px);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > 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;
  position: relative;
  text-transform: capitalize;
  color: #161616;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: 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: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  padding-left: calc(2.6vw + 20px);
}
#header > .nav > .menu .menu-box .right .contactBtn {
  cursor: pointer;
  background-color: var(--color);
  border-radius: 10px;
  color: #fff;
  padding: 11px 41px;
  margin-right: calc(2.083vw + 10px);
}
#header > .nav > .menu .menu-box .right .contactBtn:hover {
  background-color: #000;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 21px;
  height: 21px;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-right: calc(1.0416vw + 14px);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 27px;
  height: 18px;
  margin-right: 5px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC img {
  width: 11px;
  height: 7px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
}
#banner {
  margin-top: 100px;
  color: #fff;
}
#banner .swiper ul li {
  height: 840px;
  align-content: space-between;
}
#banner .swiper ul li .left {
  width: 60%;
}
#banner .swiper ul li .titl {
  box-shadow: 0px 0px 3px 0px rgba(16, 16, 16, 0.09);
}
#banner .swiper ul li .titl span {
  color: var(--color);
}
#banner .swiper ul li .bigTxt {
  font-size: calc(9.6875vw + 14px);
  line-height: 0.86;
}
#banner .swiper ul li.swiper-slide-active .titl {
  -webkit-animation: clipToRight 1s linear;
  -moz-animation: clipToRight 1s linear;
  -o-animation: clipToRight 1s linear;
  animation: clipToRight 1s linear;
}
#banner .swiper ul li.swiper-slide-active .txt {
  -webkit-animation: clipToLeft 1s linear;
  -moz-animation: clipToLeft 1s linear;
  -o-animation: clipToLeft 1s linear;
  animation: clipToLeft 1s linear;
}
#banner .swiper ul li.swiper-slide-active .Hbtn {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#banner .swiper ul li.swiper-slide-active .bigTxt {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-color: var(--color);
  position: relative;
}
#index-body .init-1 .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.4;
}
#index-body .init-1 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#index-body .init-1 .container .left {
  width: 40%;
}
#index-body .init-1 .container .right {
  width: 49.7%;
}
#index-body .init-1 .container .right .lists .list:last-child {
  margin-bottom: 0;
}
#index-body .init-1 .container .right .lists .list .icon {
  width: 86px;
  height: 86px;
  background-color: #ffffff;
  border-radius: 50%;
}
#index-body .init-1 .container .right .lists .list .textBox {
  width: calc(100% - 86px);
}
#index-body .init-1 .container .right .lists .list:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#index-body .init-2 {
  color: #fff;
  overflow-x: hidden;
}
#index-body .init-2 .left {
  width: 37.2%;
}
#index-body .init-2 .left .titl {
  font-size: calc(2.11458vw + 14px);
}
#index-body .init-2 .left .titl:hover {
  color: var(--color);
}
#index-body .init-2 .right {
  width: 65.3%;
  margin-right: -2.5%;
}
#index-body .init-2 .right .proImg {
  width: 100%;
  text-align: center;
}
#index-body .init-2 .right .proImg .swiper ul li .img,
#index-body .init-2 .right .proImg .swiper ul li img {
  margin: auto;
  max-width: 100%;
}
#index-body .init-2 .right .proImg .swiper ul li .img {
  width: 59%;
  display: inline-block;
}
#index-body .init-2 .right .proTitle {
  margin-top: -70px;
  font-family: Anton;
  width: 112%;
  margin-left: -6%;
}
#index-body .init-2 .right .proTitle .line {
  position: absolute;
  width: 100%;
  height: 115px;
  left: 0;
  top: 0;
  -o-object-position: center bottom;
  object-position: center bottom;
  background-position: bottom center;
}
#index-body .init-2 .right .proTitle .swiper {
  padding-top: 90px;
}
#index-body .init-2 .right .proTitle .swiper ul li {
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 33.33%;
}
#index-body .init-2 .right .proTitle .swiper ul li .box {
  zoom: 0.75;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-2 .right .proTitle .swiper ul li .circle {
  width: 46px;
  height: 46px;
  background-color: rgba(255, 255, 255, 0.29);
}
#index-body .init-2 .right .proTitle .swiper ul li .circle .cir {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
}
#index-body .init-2 .right .proTitle .swiper ul li .circle .cir p {
  width: 17px;
  height: 17px;
  background-color: #ea0004;
  opacity: 0;
}
#index-body .init-2 .right .proTitle .swiper ul li .circle,
#index-body .init-2 .right .proTitle .swiper ul li .circle * {
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  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;
}
#index-body .init-2 .right .proTitle .swiper ul li a.titl {
  display: inline-block;
}
#index-body .init-2 .right .proTitle .swiper ul li a.titl:hover {
  color: var(--color);
}
#index-body .init-2 .right .proTitle .swiper ul li.swiper-slide-active .box {
  zoom: 1;
}
#index-body .init-2 .right .proTitle .swiper ul li.swiper-slide-active .circle .cir p {
  opacity: 1;
}
#index-body .init-2 .right .proTitle .swiper ul li.swiper-slide-prev .box {
  transform: translateY(-30px);
}
#index-body .init-2 .right .proTitle .swiper ul li.swiper-slide-next .box {
  transform: translateY(-70px);
}
#index-body .init-3 {
  overflow: hidden;
}
#index-body .init-3 .container {
  margin-left: auto;
  margin-right: inherit;
  padding-right: 0;
}
#index-body .init-3 .container .swiper {
  padding-left: 3px;
}
#index-body .init-3 .container .swiper ul li {
  width: 60%;
}
#index-body .init-3 .container .swiper ul li .line {
  width: 6px;
  height: calc(3.125vw + 14px);
  background-color: #be0604;
  position: absolute;
  left: -3px;
  -webkit-animation: pxl_grid_fall 20s linear infinite;
  -khtml-animation: pxl_grid_fall 20s linear infinite;
  -moz-animation: pxl_grid_fall 20s linear infinite;
  -ms-animation: pxl_grid_fall 20s linear infinite;
  -o-animation: pxl_grid_fall 20s linear infinite;
  animation: pxl_grid_fall 20s linear infinite;
}
#index-body .init-3 .container .swiper ul li .titl:hover {
  color: var(--color);
}
#index-body .init-3 .container .swiper ul li .box {
  border-left: 1px solid #e1e1e1;
  width: 100%;
}
#index-body .init-3 .container .swiper ul li .box .cont {
  width: calc(100% - 1px);
}
#index-body .init-3 .container .swiper ul li .box .cont .img {
  width: 50%;
}
#index-body .init-3 .container .swiper ul li .box .cont .textBox {
  width: 50%;
}
#index-body .init-3 .container .swiper ul li .box .cont .txt {
  color: #302f2f;
}
#index-body .init-3 .container .swiper ul li .box .cont .Hbtn::before {
  background-color: #000;
}
#index-body .init-3 .container .swiper ul li .box .cont .Hbtn:hover {
  color: #fff;
}
#index-body .init-3 .container .swiper ul li:nth-child(even) .line {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#index-body .init-3 .container .btnArrow:hover img {
  transform: translateX(5px);
}
#index-body .init-3 .container .btn {
  left: 0;
  bottom: 4.6875vw;
  position: absolute;
  z-index: 6;
}
#index-body .init-4 {
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden;
}
#index-body .init-4 .redBg {
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: var(--color);
  left: 0;
  bottom: 0;
  z-index: 1;
}
#index-body .init-4 .container {
  z-index: 2;
  padding: 0;
  margin-left: auto;
  margin-right: 50px;
}
#index-body .init-4 .container .left {
  width: 47%;
}
#index-body .init-4 .container .left .imgBox .titlRed {
  line-height: 1;
  color: var(--color);
  text-shadow: 3px 3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white;
  position: relative;
  z-index: 5;
  margin-right: -135px;
}
#index-body .init-4 .container .left .imgBox img {
  width: 73.5%;
}
#index-body .init-4 .container .right {
  width: 53%;
}
#index-body .init-4 .container .right img {
  width: 100%;
}
#index-body .init-5 {
  background-color: #f8f8f8;
}
#index-body .init-5 .left {
  width: 42%;
}
#index-body .init-5 .left .titl {
  line-height: 1.1;
}
#index-body .init-5 .left .titl span {
  color: var(--color);
}
#index-body .init-5 .right {
  width: 59%;
  margin-right: -1%;
}
#index-body .init-5 .right .map {
  width: 100%;
}
#index-body .init-5 .right .logo {
  width: 5.8333vw;
  position: absolute;
  right: 21%;
  top: 32%;
}
#index-body .init-5 .right .dotBox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#index-body .init-5 .right .dotBox .dotUl {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#index-body .init-5 .right .dotBox .dotUl .dot {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
#index-body .init-5 .right .dotBox .dotUl .dot p {
  background-color: var(--color);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
}
#index-body .init-5 .right .dotBox .dotUl .dot p::before {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: var(--color);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .init-5 .right .dotBox .dotUl .dot .dotTxt {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: scale(0) translateY(-50%);
  -moz-transform: scale(0) translateY(-50%);
  -ms-transform: scale(0) translateY(-50%);
  -o-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
  opacity: 0;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
#index-body .init-5 .right .dotBox .dotUl .dot:nth-child(1) {
  left: 11.5%;
  top: 19%;
}
#index-body .init-5 .right .dotBox .dotUl .dot:nth-child(2) {
  left: 27%;
  top: 29%;
}
#index-body .init-5 .right .dotBox .dotUl .dot:nth-child(3) {
  left: 28%;
  top: 84%;
}
#index-body .init-5 .right .dotBox .dotUl .dot:nth-child(4) {
  left: 46%;
  top: 48%;
}
#index-body .init-5 .right .dotBox .dotUl .dot:nth-child(5) {
  left: 55%;
  top: 60%;
}
#index-body .init-5 .right .dotBox .dotUl .dot:nth-child(6) {
  left: 57%;
  top: 25%;
}
#index-body .init-5 .right .dotBox .dotUl .dot:nth-child(7) {
  left: 68%;
  top: 21%;
}
#index-body .init-5 .right .dotBox .dotUl .dot:nth-child(8) {
  left: 68%;
  top: 47%;
}
#index-body .init-5 .right .dotBox .dotUl .dot:nth-child(9) {
  left: 73%;
  top: 47%;
}
#index-body .init-5 .right .dotBox .dotUl .dot:nth-child(10) {
  left: 75.5%;
  top: 65%;
}
#index-body .init-5 .right .dotBox .dotUl .dot:nth-child(11) {
  left: 81%;
  top: 64%;
}
#index-body .init-5 .right .dotBox .dotUl .dot:nth-child(12) {
  left: 84.5%;
  top: 78%;
}
#index-body .init-5 .right .dotBox .dotUl .dot:nth-child(13) {
  left: 82%;
  top: 42%;
}
#index-body .init-5 .right .dotBox .dotUl .dot:nth-child(14) {
  left: 86%;
  top: 37%;
}
#index-body .init-5 .right .dotBox .dotUl .dot:hover .dotTxt {
  -webkit-transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
  opacity: 1;
}
#index-body .init-6 {
  overflow: hidden;
}
#index-body .init-6 .left {
  width: 53%;
  margin-left: -3%;
}
#index-body .init-6 .right .titl span {
  color: var(--color);
}
#index-body .init-6 .right h1 {
  color: #302f2f;
}
#index-body .init-6 .right .btnBox .Hbtn1 {
  border-radius: 10px;
  display: inline-block;
  min-width: 200px;
  background-color: #f8f8f8;
}
#index-body .init-6 .right .btnBox .Hbtn1 img {
  width: 24px;
  height: 17px;
}
#index-body .init-6 .right .btnBox .Hbtn1:hover img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .init-7 {
  background-color: #f8f8f8;
}
#index-body .init-7 .titl span {
  color: var(--color);
}
#index-body .init-7 .swiper ul li .list a.img {
  display: inline-block;
  width: 100%;
  position: relative;
}
#index-body .init-7 .swiper ul li .list a.img span.bg {
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 100%);
  transition: background 0.5s ease;
}
#index-body .init-7 .swiper ul li .list a.img span.data {
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 0;
}
#index-body .init-7 .swiper ul li .list .titl {
  color: #0a0a0a;
}
#index-body .init-7 .swiper ul li .list .titl:hover {
  color: var(--color);
}
#index-body .init-7 .swiper ul li .list:hover a.img span.bg {
  background: linear-gradient(to top, rgba(220, 39, 30, 0.8) 0%, rgba(220, 39, 30, 0.5) 40%, rgba(220, 39, 30, 0) 100%);
}
#index-body .init-8 .titl span {
  color: var(--color);
}
#index-body .init-8 .swiper img {
  border-radius: 5px;
}
#index-body .init-8 .swiper-pagination {
  bottom: 4.16vw;
}
#index-body .init-8 .swiper-pagination .swiper-pagination-bullet {
  width: calc(2.6vw + 14px);
  height: 7px;
  background-color: #dedede;
  border-radius: 4px;
  opacity: 1;
  margin: 0 9px;
}
#index-body .init-8 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #a20200;
  color: #fff;
}
#footer .top {
  background-image: url('../images/footerTopBg.jpg');
  position: relative;
}
#footer .top .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  left: 0;
  top: 0;
}
#footer .top .container {
  z-index: 2;
}
#footer .top .container .titleBox .titl {
  line-height: 1.15;
}
#footer .top .container .titleBox .titl span {
  color: var(--color);
}
#footer .top .container .formBox {
  width: 100%;
}
#footer .top .container .formBox form {
  width: 100%;
}
#footer .top .container .formBox form input {
  color: #ffffff;
  border: none;
  background-color: rgb(166 168 172 / 29%);
  border-radius: 10px;
  padding-top: 23px;
  padding-bottom: 23px;
  width: 13.7%;
  margin-bottom: 20px;
}
#footer .top .container .formBox form input::placeholder {
  color: #ffffff;
}
#footer .top .container .formBox form input.content {
  width: 41.4%;
}
#footer .top .container .formBox form input.inquery {
  background-color: var(--color);
  padding-top: 15px;
  padding-bottom: 15px;
}
#footer .top .container .formBox form input.inquery:hover {
  background-color: #f8f8f8;
  color: var(--color);
}
#footer .center .list1 {
  width: 420px;
}
#footer .center .list1 .icon {
  width: 25px;
}
#footer .center .list1 .txt {
  width: calc(100% - 25px);
  line-height: 30px;
}
#footer .center .list1 .add .txt {
  width: 85%;
}
#footer .center .list .link span {
  width: 4px;
  height: 4px;
  background-color: #ffffff;
}
#footer .center .list .link a {
  padding-left: 15px;
}
#footer .center .list .link a:hover {
  color: #000;
}
#footer .center .list4 .cont {
  width: 171px;
  height: 173px;
  background-color: #fff;
  padding: 5px 6px;
}
#footer .copyright {
  position: relative;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  padding-top: 35px;
  padding-bottom: 10px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
#footer .copyright .container .right {
  width: 295px;
}
#footer .copyright .container .right .share {
  width: 100%;
  font-size: 18px;
}
#footer .copyright .container .right .share li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}
#footer .copyright .container .right .share li:hover {
  background-color: #fff;
  color: var(--color);
}
@media (max-width: 1800px) {
  .w-1750 {
    width: 1700px;
  }
}
@media screen and (max-width: 1700px) {
  #index-body .init-2 .right .proTitle .swiper ul li.swiper-slide-next .box {
    transform: translateY(-35px);
  }
  #index-body .init-6 .left {
    width: 63%;
    margin-left: -13%;
  }
  #index-body .init-6 .right .btnBox .Hbtn1 {
    min-width: 180px;
  }
  #footer .top .container .formBox form input {
    width: 16%;
  }
  #footer .top .container .formBox form input.content {
    width: 33%;
  }
}
@media screen and (max-width: 1450px) {
  #header > .nav > .menu .menu-box .right .contactBtn {
    padding: 8px 25px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 30px;
  }
  #banner .swiper ul li {
    height: 650px;
  }
  #index-body .init-2 .left {
    width: 40%;
  }
  #index-body .init-2 .left .titl {
    font-size: calc(3vw + 14px);
  }
  #index-body .init-2 .right {
    margin-right: 0;
    width: 60%;
  }
  #index-body .init-2 .right .proTitle {
    width: 100%;
    margin-left: 0;
    margin-top: -30px;
  }
  #index-body .init-2 .right .proTitle .swiper {
    padding-top: 65px;
  }
  #index-body .init-2 .right .proTitle .swiper ul li.swiper-slide-prev .box {
    transform: translateY(-25px);
  }
  #index-body .init-2 .right .proTitle .swiper ul li.swiper-slide-next .box {
    transform: translateY(-25px);
  }
  #index-body .init-6 .right {
    width: 50%;
  }
}
@media (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #banner .swiper ul li {
    height: 500px;
  } 
  #banner .swiper ul li .left {
    width: 70%;
  }
  #index-body .init-1 .container .right .lists .list .icon {
    width: 75px;
    height: 75px;
  }
  #index-body .init-1 .container .right .lists .list .textBox {
    width: calc(100% - 75px);
  }
  #index-body .init-2 .right .proTitle {
    margin-top: 0;
  }
  #index-body .init-2 .right .proTitle .swiper {
    padding-top: 40px;
  }
  #index-body .init-2 .right .proTitle .swiper ul li.swiper-slide-prev .box {
    transform: translateY(-15px);
  }
  #index-body .init-2 .right .proTitle .swiper ul li.swiper-slide-prev .box {
    transform: translateY(-15px);
  }
  #index-body .init-3 .container {
    margin: 0 auto;
    padding: 0 15px;
  }
  #index-body .init-3 .container .btn {
    bottom: 2vw;
  }
  #index-body .init-3 .container .swiper ul li .line {
    width: 4px;
    left: -2px;
  }
  #index-body .init-5 .right .dotBox .dotUl .dot {
    width: 8px;
    height: 8px;
  }
  #footer .top .container .formBox form input,
  #footer .top .container .formBox form input.content {
    width: 49.5%;
  }
  #footer .top .container .formBox form input.inquery {
    width: auto;
    padding: 15px 20px;
  }
  #footer .center .list1 {
    width: 360px;
  }
  #footer .center .list1 .add .txt {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #banner .swiper ul li .left {
    width: 100%;
  }
  #banner .swiper ul li .left .txt {
    width: 100%;
  }
  #banner .swiper ul li .bigTxt {
    margin-top: 15px;
  }
  #index-body .init-1 .container .right {
    margin-top: 20px;
  }
  #index-body .init-2 .right {
    margin-top: 20px;
  }
  #index-body .init-2 .right .proTitle .line {
    display: none;
  }
  #index-body .init-2 .right .proTitle .swiper {
    padding-top: 55px;
  }
  #index-body .init-2 .right .proTitle .swiper ul li.swiper-slide-prev .box,
  #index-body .init-2 .right .proTitle .swiper ul li.swiper-slide-next .box {
    transform: translateY(0);
  }
  #index-body .init-2 .right .proTitle .swiper ul li .box {
    zoom: 1;
  }
  #index-body .init-3 .container .swiper ul li .box .cont .textBox {
    margin-top: 20px;
  }
  #index-body .init-4 .container {
    margin: auto;
    padding: 0 15px;
  }
  #index-body .init-4 .container .left {
    margin-bottom: 30px;
  }
  #index-body .init-4 .container .left .txt {
    color: #000;
  }
  #index-body .init-5 .right {
    margin-right: 0;
    margin-top: 20px;
  }
  #index-body .init-6 .left {
    margin-left: 0;
    margin-bottom: 20px;
  }
  #index-body .init-6 .right {
    margin-bottom: 20px;
  }
  #index-body .init-8 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    height: 4px;
  }
  #footer .top .container .titleBox .titl {
    width: 100%;
  }
  #footer .top .container .titleBox .text {
    width: 100%;
  }
  #footer .center .list1 {
    width: calc(100% - 180px);
  }
  #footer .copyright .container .left {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 700px) {
  #index-body .init-5 .right .dotBox .dotUl .dot .dotTxt {
    right: -10px;
  }
}
@media (max-width: 500px) {
  #index-body .init-5 .right .dotBox .dotUl .dot {
    width: 6px;
    height: 6px;
  }
  #footer .top .container .formBox form input {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
  }
  #footer .top .container .formBox form input.content {
    width: 100%;
  }
  #footer .center .list1 {
    width: 100%;
  }
}

.production-page .application-4 ul li .box:hover .text {
  transform: translateY(0);
}

.production-page .application-4 ul li .box:hover .text span.meta {
  opacity: 1;
}

.production-page span.tag {
  margin-bottom: .6em;
}

.production-page span.tag {
  font-size: 18px;
  color: var(--color);
  display: block;
  line-height: 1.8;
}

.production-page .capacity-2 {
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.production-page .capacity-2 .container .title_c {
  position: relative;
  z-index: 2;
  color: #000;
  text-align: center;
}

.production-page .capacity-2 .container .title_c .left .tips {
  position: relative;

  color: #000;
  font-weight: bold;
}

.production-page .capacity-2 .container .title_c .left .tips .sub1 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 5px;
  left: 0;
}

.production-page .capacity-2 .container .title_c .left .tips_title {
  font-family: 'Anton';
  margin: 0 auto;
}

.production-page .capacity-2 .container .title_c .btnC {
  margin: 10px 0 0 auto;
}

.production-page .capacity-2 .container .title_c .btnC .btn {
  color: #fff;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 40px;
}

.production-page .capacity-2 .container .title_c .btnC .btn:hover {
  background: #8e211c;
  color: #fff;
}

.production-page .capacity-2 .container .title_c .btnC .next {
  margin-left: 10px;
}

.production-page .capacity-2 .container .title_c .more {
  margin: 10px 0 0 auto;
  color: #8e211c;
}

.production-page .capacity-2 .container .title_c .more .more_sub {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #8e211c;
  font-size: 20px;
  margin-right: 18px;
  color: #fff;
}

.production-page .capacity-2 .container .title_c .more:hover {
  color: #fff;
}

.production-page .capacity-2 .container .title_c .more:hover .more_sub {
  background-color: #fff;
  color: #8e211c;
}

.production-page .capacity-2 .container .title_c .sub_2 {
  position: absolute;
  width: 6px;
  height: 6px;
  top: 90px;
  left: 50%;
  background-color: #fff;
  border-radius: 50%;
}

.production-page .capacity-2 .container .title_c .sub_3 {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  top: 80px;
  left: 60%;
}

.production-page .capacity-2 .container .content {
  margin-top: 30px;
  color: #000;
}

.production-page .capacity-2 .container .content ul {
  margin: -13px;
}

.production-page .capacity-2 .container .content ul li {
  padding: 13px;
  padding-top: 20px;
}

.production-page .capacity-2 .container .content ul li .box {
  height: 100%;
  position: relative;
  z-index: 2;
  /*padding: 40px 20px;*/
  background: rgba(246, 246, 246, 0.8);

}

.production-page .capacity-2 .container .content ul li .box .img {
  overflow: auto;
  /*border-top-left-radius: 15px;*/
  /*border-top-right-radius: 15px;*/
}

.production-page .capacity-2 .container .content ul li .box .title {
  margin-top: 20px;
  text-transform: capitalize;


}

.production-page .capacity-2 .container .content ul li .box .line {
  height: 1px;
  background-color: #5a5a5a;
  margin: 16px 0;
}

.production-page .capacity-2 .container .content ul li .box .des {
  color: #888;

}

.production-page .capacity-2 .container .content ul li .box .more {
  margin-top: 14px;
  color: #d1d1d1;
  line-height: 1;
}

.production-page .capacity-2 .container .content ul li .box .more .text {
  border-bottom: 1px solid #d1d1d1;
}

.production-page .capacity-2 .container .content ul li .box .more .sub {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 10px;
  border: 1px solid #fff;
}

.production-page .capacity-2 .container .content ul li .box .more:hover .text {
  color: #8e211c;
  border-bottom: 1px solid #8e211c;
}

.production-page .capacity-2 .container .content ul li .box .more:hover .sub {
  border: 1px solid #8e211c;
}

.production-page .capacity-2 .container .content ul .li2 {
  margin-top: 40px;
}

.production-page .capacity-2 .container .content ul .li3 {
  margin-top: 80px;
}

.production-page .capacity-2 .container .content ul .li4 {
  margin-top: 120px;
}


.production-page .capacity-2 .container .title_c .more {
  margin-left: 0;
}

.production-page .capacity-2 .container .content ul .li4,
.production-page .capacity-2 .container .content ul .li3,
.production-page .capacity-2 .container .content ul .li2 {
  margin-top: 20px;
}

.production-page .capacity-2 .container .content ul li:hover .box {
  background: #000;
  transition: all .5s ease;
  color: #fff;
}

.production-page .capacity-2 .container .content ul li .box {
  /*padding: 20px;*/
  border-radius: 15px;
  transition: all .5s ease;
}

.production-page .capacity-2 .container .content ul li:hover .box .des {
  color: #fff;
}

.production-page .capacity-2 .container .content ul li .box .shuzi {
  position: absolute;
  top: 0;
  right: 15px;
}

.production-page .capacity-2 .container .content ul li .box .shuzi span {
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
  opacity: .1;
}

.production-page .capacity-2 .container .content ul li:hover .box {
  background: var(--color);
}

.production-page .capacity-2 .container .content ul li:hover .box {
  color: #fff;
}

.production-page .capacity-2 .container .content ul li:hover .box .line {
  background-color: #fff;
}

.production-page .capacity-2 .container .content ul li:hover .box .des {
  color: #fff;
}

.production-page .Solution-5 {
  background: url(../images/video-banner02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 70px 0;
}

.production-page .Solution-5 .right .img {
  padding: 20px;
}

.production-page .Solution-5 .right .img ol li {
  padding: 20px 0;
}

.production-page .Solution-5 .left {
  color: #fff;
  position: sticky;
  top: 250px;
}

.production-page .Solution-5 .left h2 {
  line-height: 1.2;
  font-family: 'Anton';
}

.production-page .Solution-5 .right {
  color: #fff;
}

.production-page .Solution-5 .right ul li {
  padding: 20px;
}

.production-page .Solution-5 .right ul li .con {
  height: 100%;
  background: rgb(59 59 59 / 53%);
  text-align: center;
  transition: all .5s ease;
  border-radius: 10px;
}

.production-page .Solution-5 .right ul li:hover .con {
  transform: translateY(-15px);
  background: var(--color);
}

.production-page .Solution-5 .left .btn {
  font-size: 18px;
  margin-top: 50px;
}

.production-page .Solution-5 .left .btn a {
  /*border: 1px solid #fff;*/
  padding: 15px 15px;
  text-transform: capitalize;
  background: transparent;
  width: auto;
      border-radius: 10px;
          background-color: rgba(166, 168, 172, 0.6);
}

.production-page .Solution-5 .left .btn a::before {
  background: var(--color);
}

.production-page .Solution-5 .left .btn a:hover {
  background: var(--color);
  border: 1px solid var(--color);
  transition: all .5s ease;
}

.production-page .capacity-2 .container .content ul li:hover .box {
  transform: translateY(-20px);
}

.production-page .Solution-5 .right .ship {
  padding: 20px;
}

.production-page .certification {
  background: rgba(246, 246, 246, 0.8);
}


.production-page .certification .bottom ul {
  margin: -20px;
}

.production-page .certification .bottom ul li {
  padding: 20px;
}

.production-page .certification .bottom ul li:hover .box {
  transform: translateY(-10px);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.production-page .certification .bottom ul li .box {
  transition: all .5s ease;
}
.production-page .application-4 ul {
  margin: -10px;
}

.production-page .application-4 h2 {
  font-family: 'Anton';
  font-weight: 400;
}

.production-page .application-4 ul li {
  padding: 10px;
}

.production-page .application-4 ul li .box {
  position: relative;
  overflow: hidden;
}

.production-page .application-4 ul li .box:after {
  content: '';
  width: 300%;
  height: 300%;
  position: absolute;
  left: -100%;
  top: -100%;
  transform: rotate(0deg) translateY(-100%);
}

.production-page .application-4 ul li .box:hover:after {
  background: rgba(0, 0, 0, .5);
  transform: rotate(-12deg);
  transition: all 0.5s ease-out;
}

.production-page .application-4 ul li .box>a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.production-page .application-4 li.element:hover {
  color: #fff;
}

.production-page .application-4 li.element {
  color: #fff;
}


.production-page .application-4 .text span.meta {
  font-size: 14px;
  opacity: 0;
  transition: all .5s;
}

.production-page .application-4 .text h2 {
  text-transform: capitalize;
  font-family: 'Anton';
}

.production-page .application-4 .text .right {
  font-size: 17px;
}

.production-page .application-4 .text .left p {
  font-size: 16px;
  padding: 5px 0;
}

.production-page .application-4 .text {
  position: relative;
  z-index: 9;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  transform: translateY(20%);
  /*border-bottom: 1px solid rgb(0, 0, 0);*/
  transition: all .5s ease;
}

.production-page .application-4 {

  position: relative;
  overflow: hidden
}


.production-page .application-4 .text .left {
  color: #fff;
}


.production-page .init-4 {
  position: relative;
}

.production-page .init-4 .tipsTitleCont .tipsTitle2 {
  margin-top: 0;
}

.production-page .init-4 .sub {
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background-color: #f6f6f6;
}

.production-page .init-4 .container {
  position: relative;
  z-index: 2;
}

.production-page .init-4 .container .left {
  width: 40%;
}

.production-page .init-4 .container .left ul li {
  display: none;
}

.production-page .init-4 .container .left ul li .img {
  width: 100%;
}

.production-page .init-4 .container .right {
  width: 60%;
  background-color: #fff;
  padding: 30px 50px 70px 50px;
}

.production-page .init-4 .container .right .line {
  height: 1px;
  margin-top: 30px;
  background-color: #000000;
}

.production-page .init-4 .container .right .content {
  margin-top: 20px;
}

.production-page .init-4 .container .right .content ul li .box {
  cursor: pointer;
  position: relative;
  padding: 20px 0 25px 0;
  border-bottom: 1px solid #d2d2d2;
}

.production-page .init-4 .container .right .content ul li .box .title {
  font-weight: 600;
}

.production-page .init-4 .container .right .content ul li .box .des {
  margin-top: 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  display: none;
  line-height: 1.8;
}

.production-page .init-4 .container .right .content ul li .box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.production-page .init-4 .container .right .content ul li.active .box::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.production-page .init-4 .container .right .content ul li.active {
  color: var(--color);
}

@media screen and (max-width: 1250px) {
  .production-page .Solution-5 .right ul li {
    padding: 10px;
  }
  .production-page .capacity-2 .container .title_c .left .tips_title {
    width: 100%;
  }
  .production-page .init-4 .container .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .production-page .init-4 .container .right {
    padding: 40px 20px;
    padding-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {

  .production-page .Solution-5 .left {
    position: initial;
    margin-bottom: 30px;
  }

  .production-page .Solution-5 .right {
    margin-top: 30px;
  }

  .production-page .Solution-5 .right .img {
    padding: 20px 0;
  }

  .production-page .certification .bottom ul {
    margin: -10px;
  }

  .production-page .certification .bottom ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 700px) {

  .production-page .capacity-2 .container .content ul li .box {
    padding: 20px 10px;
  }

  .production-page .capacity-2 .container .content ul li .box .title {
    font-size: 20px;
  }

  .production-page .certification .bottom ul li {
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  .production-page .capacity-2 .container .title_c .btnC {
    display: none;
  }

  .production-page .Solution-5 .right ul {
    margin: -10px;
  }

  .production-page .Solution-5 .right ul li {
    padding: 10px;
    width: 100%;
  }

  .production-page .init-4 .container .right .line {
    margin-top: 10px;
  }

  .production-page .init-4 .container .right .content ul li .box {
    padding: 10px 0;
  }
}

.production-page.about-page .about-5 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 45px;
  border-bottom: 1px solid #b8b8bc;
}

.production-page.about-page .about-5 .header span.tag {
  color: var(--color);
}

.production-page.about-page .about-5 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}

.production-page.about-page .about-5 .header .more {
  margin-bottom: 4px;
}

.production-page.about-page .about-5 .content {
  margin-top: var(--px47);
}

.production-page.about-page .about-5 .content ul {
  margin: 0 -10px;
}

.production-page.about-page .about-5 .content ul li {
  padding: 0 10px;
}

.production-page.about-page .about-5 .content ul li .img-box {
  display: block;
  position: relative;
}

.production-page.about-page .about-5 .content ul li video {
  width: 100%;
  max-height: 270px;
  object-fit: contain;
  display: block;
  margin: auto;
}

.production-page.about-page .about-5 .content ul li .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  width: 40px;
  height: 40px;
  transition: all .5s;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.production-page.about-page .about-5 .content ul li .play i {
  margin-left: 4px;
}

.production-page.about-page .about-5 .content ul li .play:hover {
  background: var(--color);
  color: #fff;
}

.production-page.about-page .about-5 .content ul li .img-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.production-page.about-page .about-5 .content ul li:hover .img-box:before {
  -webkit-animation: circle .75s;
  -moz-animation: circle .75s;
  -o-animation: circle .75s;
  animation: circle .75s;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3sease;
  -o-transition: all .3sease;
  -moz-transition: all .3sease;
  transition: all .3sease;
}

.production-page.about-page .about-5 .content ul li .img-box img {
  width: 100%;
}

.production-page.about-page .about-5 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: center;
}

.production-page.about-page .about-5 .content ul .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #f5f5f5;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0;
}

.production-page.about-page .about-5 .content ul .slick-dots li:last-child {
  margin-right: 0;
}

.production-page.about-page .about-5 .content ul .slick-dots li button {
  display: none;
}

.production-page.about-page .about-5 .content ul .slick-dots li.slick-active {
  background: var(--color);
}
@media (max-width: 1000px) {
  .production-page.about-page .about-5 .content ul .slick-dots li {
    width: 5px;
    height: 5px;
  }
  .production-page.about-page .about-5 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .production-page.about-page .about-5 .header .left {
    width: 100%;
  }

  .production-page.about-page .about-5 .header .right {
    margin-top: 20px;
  }

  .production-page.about-page .about-5 .content ul .slick-dots {
    position: relative;
    bottom: 0;
    top: 0;
    margin-top: 20px;
    color: #666;
    line-height: 1.6;
  }
}
@media (max-width: 500px) {
  .production-page.about-page .about-5 .header {
    padding-bottom: 20px;
  }

  .production-page.about-page .about-5 .content {
    margin-top: 20px;
  }
}

.contact-page .contact-1 .header .con {
  line-height: 1.5;
  max-width: 820px;
  color: #4B4B4B;
}

.contact-page .contact-1 .content ul {
  margin: -15px;
}

.contact-page .contact-1 .content ul li {
  padding: 15px;
}

.contact-page .contact-1 .content ul li .ig {
  background-color: #f8f8f8;
  position: relative;
  cursor: pointer;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}


.contact-page .contact-1 .content ul li .ig .tit {
  line-height: 1.5;
  font-weight: 200;
}

.contact-page .contact-1 .content ul li .ig .icon {
  background-size: 100%;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 60px;
  height: 60px;
  background-color: var(--color);
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}

.contact-page .contact-1 .content ul li .ig:hover .icon {
  background-color: #141414;
}

.contact-page .contact-2 {
  background: #f8f8f8;
  height: 50vw;
}

.contact-page .contact-2 .box {
  background: #fff;
  /*padding: 50px;*/
  border-radius: 20px;
}

.contact-page .contact-2 .box .form {
  margin-top: 42px;
}

.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}

.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}

.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: calc(0.3125vw + 14px);
  margin-bottom: 6px;
}

.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 20px;
  background: #f6f6f6;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}

.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 150px;
}

.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .box .form ul li .Hbtn {
  border: none;
  padding: 3px 27px;
}
.contact-page .contact-3 {
  padding-top: 6%;
}

.contact-page .contact-3 iframe {
  display: block;
  border: 0;
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-2 .box .form ul {
    margin: -10px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 10px;
  }
  .contact-page .contact-2 .box .form ul li .Hbtn {
    padding: 5px 25px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-2 {
    height: 500px;
  }
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }

  .contact-page .contact-1 .content {
    margin-top: 20px;
  }

  .contact-page .contact-1 .content ul li {
    width: 50%;
  }

  .contact-page .contact-1 .content ul li .ig {
    padding: 20px;
  }

  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }

  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }

  .contact-page .contact-2 .box {
    padding: 30px;
  }

  .contact-page .contact-3 iframe {
    height: 400px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }

  .contact-page .contact-1 .content ul {
    margin: -7px;
  }

  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }

  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    line-height: 1.8;
  }

  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 22px;
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }

  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }

  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }

  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }

  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }

  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
}


@media screen and (max-width: 500px) {
  .contact-page .contact-1 .content ul li {
    width: 100%;
  }

  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }

  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }

  .contact-page .contact-3 iframe {
    height: 300px;
  }
}


.about-page .big-little {
  color: #141414;
  font-family: 'Anton';
}

.about-page .about-1 .img {
  padding-top: 65px;
}

.about-page .about-1 .img .box {
  position: relative;
  overflow: hidden;
}

.about-page .about-1 .bottom p {
  line-height: 1.8;
  color: #4c4c4c;
  /*opacity: 0.65;*/
}

.about-page .about-2 {
  background: #FFFFFF;
}

.about-page .about-2 ul li {
  color: #fff;
  position: relative;
}

.about-page .about-2 ul li .img img {
  border-radius: 10px;
}

.about-page .about-2 ul li .text .tit {
  line-height: 1.2;
  font-weight: bold;
  color: #141414;
}

.about-page .about-2 ul li .text .con {
  line-height: 1.5;
  color: #666;
  /*opacity: 0.65;*/
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-page .about-2 ul li .nr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 32px;
}

.about-page .about-2 ul li .nr .left {
  width: 70.466%;
  text-align: right;
  padding-right: 60px;
}

.about-page .about-2 ul li .nr .left span {
  line-height: 1.8;
  position: relative;
}

.about-page .about-2 ul li .nr .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}

.about-page .about-2 ul li .nr .left .title {
  font-size: calc(5.208vw + 17px);
  line-height: 1;
  font-weight: bold;
}

.about-page .about-2 ul li .nr .right {
  width: 29.534%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.26;
}

.about-page .about-2 ul li:nth-child(even) .ig {
  -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;
}

.about-page .about-2 ul li:nth-child(even) .ig .text {
  padding: 41px 44px 0 0;
}

.about-page .about-2 ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-page .about-3 {
  padding: 10% 0 6.407%;
}

.about-page .about-3 .left {
  width: 58.666%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.about-page .about-3 .left span {
  font-size: 20px;
  line-height: 1.8;
  padding-left: 21px;
  position: relative;
}

.about-page .about-3 .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}

.about-page .about-3 .left .title {
  font-size: 50px;
  /*color: #007aff;*/
  line-height: 1;
  font-weight: bold;
  margin-top: 21px;
}

.about-page .about-3 .left .title em {
  display: block;
}

.about-page .about-3 .right {
  width: 41.334%;
  padding-left: 101px;
  position: relative;
}

.about-page .about-3 .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.about-page .about-3 .right .tag ul {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}

.about-page .about-3 .right .tag ul li {
  list-style: none;
  height: 25%;
  position: relative;
  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-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.about-page .about-3 .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #20282d;
  left: 27px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.about-page .about-3 .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  color: #20282d;
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
}

.about-page .about-3 .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}

.about-page .about-3 .right .tag ul li.current a {
  background-color: #000000;
  color: #fff;
  border-color: #000;
}

.about-page .about-3 .right .content ul li {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgb(218 221 233)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(rgb(218 221 233) 90%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
  background: linear-gradient(rgb(218 221 233) 90%, rgba(255, 255, 255, 0));
  padding: 60px 24px 88px 43px;
  margin-bottom: 60px;
}

.about-page .about-3 .right .content ul li .tit {
  font-size: 80px;
  line-height: 1;
  color: #030303;
  font-weight: bold;
}

.about-page .about-3 .right .content ul li .con {
  font-size: 20px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 21px;
}

.about-page .about-3 .right .content ul li:last-child {
  margin-bottom: 0;
}

.about-page .about-3 .right .content ul li.active {
  background: #f3f3f3;
  border-radius: 20px;
}

.about-page .about-4 .list ul li .box .overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.about-page .about-4 .list ul li .box .overlay {
  opacity: 0;
  background: rgba(0, 0, 0, 0.00001);
  -webkit-transition: all 400ms ease;
  -khtml-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.about-page .about-4 .list ul li .box .overlay {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.80);
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 20px 60px rgba(23, 23, 23, 0.15);
  -khtml-box-shadow: 0px 20px 60px rgba(23, 23, 23, 0.15);
  -moz-box-shadow: 0px 20px 60px rgba(23, 23, 23, 0.15);
  -ms-box-shadow: 0px 20px 60px rgba(23, 23, 23, 0.15);
  -o-box-shadow: 0px 20px 60px rgba(23, 23, 23, 0.15);
  box-shadow: 0px 20px 60px rgba(23, 23, 23, 0.15);
  -webkit-transform: scale(0.8);
  -khtml-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.about-page .about-4 .list ul li .box:hover .overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.about-page .about-5 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
  padding-top: 5.782%;
  background-size: cover;
    background-attachment: fixed;
}

.about-page .about-5 i.bg {
  position: relative;
  background-color: white;
  z-index: -1;
}

.about-page .about-5 i.bg em {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: white;
  z-index: 1;
}

.about-page .about-5 span.h2 {
  line-height: 1.6;
  font-family: 'Anton';
}

.about-page .about-5 span.h2 em {
  color: #d42633;
}

.about-page .about-5 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.about-page .about-5 .right li {
  margin-bottom: 2em;
  position: relative;
}

.about-page .about-5 .right li:last-child {
  margin-bottom: 0;
}

.about-page .about-5 .right li:before {
  content: '';
  width: 1px;
  height: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 1.8125em;
  background-color: var(--color);
  position: absolute;
  top: 0;
  z-index: -1;
}

.about-page .about-5 .right li i {
  width: 3.625em;
  height: 3.625em;
  margin-right: 3.5em;
  border: 1px solid #767676;
  color: #767676;
  background-color: white;
}

.about-page .about-5 .right li .content {
  background-color: #f7f7f7;
  padding: 4% 6% 6% 6%;
  min-height: 260px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-5 .right li.active:before {
  height: 100%;
}

.about-page .about-5 .right li.active .content {
  background-color: var(--color);
  color: #fff;
}

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

  .about-page .about-2 {
    background-position-y: 100px;
    background-size: 100% 96%;
  }

  .about-page .about-2 ul li {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1250px) {
  .about-page .about-2 {
    background-position-y: 0px;
    background-size: 100% 100%;
  }

  .about-page .about-2 ul li {
    margin-bottom: 30px;
  }

  .about-page .about-2 ul li .text .tit {
    font-size: 40px;
  }

  .about-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-page .about-2 ul li:nth-child(even) .text {
    padding: 0 40px 0 0;
  }

  .about-page .about-3 .right .content ul li {
    padding: 60px 20px;
  }

  .about-page .about-3 .right .content ul li {
    padding: 40px 20px;
  }

  .about-page .about-3 .right .content ul li .con {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-2 ul li {
    padding-bottom: 0;
  }

  .about-page .about-2 ul li .img {
    width: 100%;
  }

  .about-page .about-2 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .about-page .about-2 ul li .nr {
    position: initial;
    margin-top: 20px;
  }

  .about-page .about-2 ul li .nr .left {
    text-align: left;
  }

  .about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 20px 0;
  }

  .about-page .about-3 .left {
    position: initial;
    width: 100%;
  }

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

  .about-page .about-5 .left {
    position: static;
  }

  .about-page .about-5 .right li .content {
    min-height: 100px;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-5 .right li i {
    zoom: .7;
  }

  .about-page .about-5 .right li:before {
    left: 1.2em;
  }

  .about-page .about-1 {
    background: transparent;
    padding-top: 0;
  }

  .about-page .about-2 ul li .nr .left {
    width: 100%;
    padding-right: 0;
  }

  .about-page .about-2 ul li .nr .right {
    display: none;
  }

  .about-page .about-3 .left .title {
    font-size: 46px;
  }

  .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-1 .img {
    padding-top: 20px;
  }

  .about-page .about-1 .bottom {
    line-height: 1.8;
  }

  .about-page .about-2 ul li .nr .left .title {
    line-height: 1.4;
  }

  .about-page .about-3 .left .title {
    line-height: 1.6;
  }

  .about-page .about-3 .right {
    padding-left: 0;
  }

  .about-page .about-3 .right .tag {
    display: none;
  }

  .about-page .about-3 .right .content ul li {
    margin-bottom: 20px;
    background: rgba(241, 238, 226, 0.8);
    padding: 30px 15px;
  }

  .about-page .about-3 .right .content ul li .con {
    line-height: 1.8;
  }
}

.cus-page .cus-2 .i-title {
  text-align: center;
}

.cus-page .cus-2 .con {
  color: #666;
}

.cus-page .cus-2 .content {
  margin-top: 67px;
}

.cus-page .cus-2 .content .item {
  background: #fff;
  border-radius: 15px;
  padding-bottom: 130px;
  /*min-height: 400px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f8f8f8;
}

.cus-page .cus-2 .content .item .tit {
  padding: 12px 50px;
  border-bottom: 1px solid #e1e5e5;
  height: 150px;
  display: flex;
  align-items: center;
}

.cus-page .cus-2 .content .item .con {
  padding: 45px 50px;
  max-width: 770px;
}

.cus-page .cus-2 .content .item .con .des {
  line-height: 1.5;
  min-height: 4.5em;
  max-height: 4.5em;
  overflow-y: auto;
  color: #666;
}

.cus-page .cus-2 .content .item .icon {
  display: block;
  text-align: left;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.cus-page .cus-2 .content .item .icon img {
  width: 80px;
  height: 80px;
}

.cus-page .cus-2 .content .item:hover {
  background: var(--color);
}

.cus-page .cus-2 .content .item:hover .tit {
  color: #FFFFFF;
}

.cus-page .cus-2 .content .item:hover .icon img {
  filter: brightness(0) invert(1);
}

.cus-page .cus-2 .content .item:hover .con .des {
  color: #FFFFFF;
}

@media screen and (max-width: 1250px) {
  .cus-page .cus-2 .content .item .tit {
    padding: 30px;
  }

  .cus-page .cus-2 .content .item .con {
    padding: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .cus-page .cus-2 .content {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .cus-page .cus-2 .content .item .tit {
    padding: 15px;
  }

  .cus-page .cus-2 .content .item .con {
    padding: 15px;
  }

  .cus-page .cus-2 .content .item .icon {
    bottom: 20px;
    left: 15px;
  }

  .cus-page .cus-2 .content .item {
    min-height: auto;
    padding-bottom: 100px;
  }
}

.sustanibility-page .sustanibility-3 .zs-list ul {
  margin: 0 -20px;
  color: #fff;
}

.sustanibility-page .sustanibility-3 .zs-list ul li {
  width: 50%;
  padding: 0 20px;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box {
  position: relative;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .img-box {
  width: 100%;
  object-fit: cover;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .desc {
  opacity: 0.8;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .img {
  min-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox01 {
  opacity: 1;
  transition: all 0.5s;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox02 {
  opacity: 0;
  transition: all 0.5s;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox01 {
  opacity: 0;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox02 {
  opacity: 1;
}

@media (max-width: 1000px) {
  .sustanibility-page .sustanibility-3 .zs-list ul li {
    width: 100%;
    padding: 10px 20px;
  }
}

@media (max-width: 500px) {
  .sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox01 img {
    zoom: 0.85;
  }
}

.gallery-page .content ul {
  margin: -10px;
}

.gallery-page .content ul li {
  /*padding: 10px;*/
}

.gallery-page .content ul li .img-box {
  border-radius: 20px;
}

.gallery-page .content ul li .img-box img {
  width: 90%;
  margin: 10px;
}
@media screen and (max-width: 1250px) {
  .gallery-page .content ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .gallery-page .content ul li {
    width: 100%;
  }
}
.inner-page .m-page {
  text-align: center;
  margin-top: 60px
}

.inner-page .m-page a,
.inner-page .m-page span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  /*border: 1px solid #999;*/
  margin-right: 5px;
}

.inner-page .m-page a.next {
  margin-left: 20px;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}

.faq-page .faq-1 .list ul li {
  /*border: 1px solid #dcdcdc;*/
  background-color: #f8f8f8;
}

.faq-page .faq-1 .list ul li i {
  cursor: pointer;
  cursor: hand;
  line-height: 1;
}

.faq-page .faq-1 .list ul li .text {
  line-height: 2;
}

.faq-page .faq-1 .list ul li.active {
  background-color: var(--color);
  color: white;
}

.faq-page .faq-1 .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-page .faq-2 .form form {
  height: 4.375em;
  border-radius: 2.1875em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3em;
  padding: .8em 2em .8em 3em;
  border: 1px solid #dcdcdc;
  background-color: transparent;
}

.faq-page .faq-2 .form form .logo2 {
  max-width: 60px;
}

.faq-page .faq-2 .form form .logo2 a {
  height: 100%;
}

.faq-page .faq-2 .form form .logo2 a img {
  height: inherit;
}

.faq-page .faq-2 .form form .logo2,
.faq-page .faq-2 .form form button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-page .faq-2 .form form button {
  width: 4.375em;
  height: 4.375em;
  border: none;
  color: var(--color);
  background-color: transparent;
}

.faq-page .faq-2 .form form ul {
  width: 100%;
  padding: 0 .5%;
}

.faq-page .faq-2 .form form ul li {
  width: 100%;
}

.faq-page .faq-2 .form form ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .4em 1.2em;
  border-left: 1px solid #d2d2d2;
}

.faq-page .faq-2 .form form ul li:first-child input {
  border-left: none;
}

.faq-page .faq-2 .text a {
  color: var(--color);
  text-decoration: underline;
}

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

  .faq-page .faq-2 .form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  .faq-page .faq-2 .form form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .faq-page .faq-2 .form form ul li {
    width: 100%;
    margin: .5em 0;
  }

  .faq-page .faq-2 .form form ul li:first-child input {
    border-left: 1px solid #d2d2d2;
  }

  .faq-page .faq-2 .form form button {
    height: 3em;
    width: 3em;
  }

  .faq-page .faq-2 .form form {
    padding: 1em;
    border-radius: .5em;
  }
}

@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li {
    padding: 5%;
  }
}

.news-page .news-tab ul {
  margin: -6px;
}

.news-page .news-tab ul li {
  padding: 6px;
}

.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 6px;
      font-family: 'Anton';
}

.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}


.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}

.news-page .news-list ul li .text {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 70px;
  height: 100%;
}

.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-radius: 6px;
}

.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}

.news-page .news-list ul li .text .tit {
  /*height: 90px;*/
  /*font-weight: bold;*/
  margin-top: 32px;
  color: #151515;
      font-family: 'Anton';

}

.news-page .news-list ul li .text .tit:hover {
  color: var(--color);
}

.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: var(--color);
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}

.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/leceling-jingshi/2025/12/12/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.news-page .news-list ul li .text .more2::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;
}

.news-page .news-list ul li .text .more2: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);
}

.news-page .news-list ul li:hover .text {
  background: #f8f8f8;
}

.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}

.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn::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;
}

.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}

.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::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);
}

.newdet-page .sideBox .sideRight {
  width: 73%;
}

.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}

.newdet-page .sideBox .sideRight h1 {
  line-height: 1.2;
}

.newdet-page .sideBox .sideRight time {
  display: block;
  line-height: 1.5;
  color: #4B4B4B;
}

.newdet-page .sideBox .sideRight .content {
  color: #333;
  line-height: 1.8;
}

@media screen and (max-width: 1250px) {
  .news-page .news-list ul li .text {
    padding: 30px 15px 70px;
  }

  .news-page .news-list ul li .text .more2 {
    right: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .news-page .news-list {
    margin-top: 30px;
  }

  .newdet-page .sideBox .sideLeft {
    width: 15%;
  }

  .newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: none;
  }

  .newdet-page .sideBox .sideRight {
    width: 85%;
  }

  .news-page .news-list ul li .text .more2 {
    opacity: 1;
  }
}

@media screen and (max-width: 700px) {
  .news-page .news-tab {
    display: none;
  }

  .news-page .news-list {
    margin-top: 0;
  }

  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }

  .news-page .news-list ul li .text .tit {
    margin-top: 16px;
    /*height: 10px;*/
  }

  .news-page .news-list ul li .text .more2 {
    position: initial;
    margin-top: 20px;
  }

  .newdet-page .sideBox .sideLeft {
    display: none;
  }

  .newdet-page .sideBox .sideRight {
    width: 100%;
  }

  .news-page .news-list ul li .text {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 500px) {
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }

  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }
}

.recommended-product {
  background-color: #ffffff;
}

.recommended-product ul {
  margin: 60px -24px 0;
}

.recommended-product ul li {
  padding: 0 8px;
}

.recommended-product ul li .img_box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background-color: #f9f9f9;
}

.recommended-product ul li .img_box:hover .icon {
  opacity: 1;
}

.recommended-product ul li .img_box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.recommended-product ul li .img_box .icon a {
  margin: 0 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.recommended-product ul li .img_box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.recommended-product ul li .img_box .icon a:hover {
  background-color: var(--color);
}

.recommended-product ul li .img_box .icon a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.recommended-product ul li .img_box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recommended-product ul li h4 {
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.recommended-product ul li h4 a:hover {
  color: var(--color);
}

/*product*/
.product-page .pro-box .product-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  margin-left: auto;
}

.product-page .pro-box .product-right ul {
  margin: 0 -12px;
}

.product-page .pro-box .product-right ul li {
  padding: 0 12px;
  margin-bottom: 30px;
}

.product-page .pro-box .product-right ul li:hover .img-box {
  border: 1px solid var(--color);
}

.product-page .pro-box .product-right ul li .img-box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.product-page .pro-box .product-right .text {
  margin-bottom: 30px;
  color: #000000;
  line-height: 1.5;
  max-height: 300px;
  overflow-y: auto;
  font-family: 'Anton';
}

.product-page .pro-box .product-right ul li .img-box:hover .icon {
  opacity: 1;
}

.product-page .pro-box .product-right ul li .img-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.product-page .pro-box .product-right ul li .img-box .icon a {
  margin: 0 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.product-page .pro-box .product-right ul li .img-box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active {
  background-color: var(--color);
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover img,
.product-page .pro-box .product-right ul li .img-box .icon a.active img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.product-page .pro-box .product-right ul li .img-box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /*border: 1px solid rgba(0, 0, 0, .2);*/
      background-color: #f8f8f8;
}

.product-page .pro-box .product-right ul li h4 {
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
  transition: all 0.5s;
  font-weight: 700;
}

.product-page .pro-box .product-right ul li h4:hover {
  color: var(--color);
}
.pro-box {
  min-height: 120vh;
}
.pro-box .pro-left {
  width: 340px;
  position: sticky;
  top: 105px;
  float: left;
}

.pro-box .pro-left .menus {

  margin-bottom: 50px;
}

.pro-box .pro-left .menus>li {
  border-radius: 5px;
  border-top: none;
  margin-bottom: 10px;
}

.pro-box .pro-left .menus>li:last-child {
  margin-bottom: 0;
}

.pro-box .pro-left .menus>li.active .menu-a span,
.pro-box .pro-left .menus>li:hover .menu-a span {
  right: 0;
}

.pro-box .pro-left .menus>li.active .menu-a a,
.pro-box .pro-left .menus>li:hover .menu-a a,
.pro-box .pro-left .menus>li.active .menu-a i,
.pro-box .pro-left .menus>li:hover .menu-a i {
  color: white;
}

.pro-box .pro-left .menus>li.active .menu-a i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.pro-box .pro-left .menus>li .menu-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 55px 10px 25px;
  /*text-transform: uppercase;*/
  border-radius: 5px;
  overflow: hidden;
  /*border: 1px solid rgba(0, 0, 0, 0.2);*/
  position: relative;
  cursor: pointer;
  z-index: 5;
  font-family: 'Anton';
  background-color: #f8f8f8;
}

.pro-box .pro-left .menus>li .menu-a span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: calc(100% - 8px);
  top: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.pro-box .pro-left .menus>li .menu-a i {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.pro-box .pro-left .menus>li .sub-menu {
  padding: 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  margin-top: -3px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
  /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}

.pro-box .pro-left .menus>li.active .sub-menu {
  display: block;
}

.pro-box .pro-left .menus>li .sub-menu li {
  padding: 5px 30px;
}

.pro-box .pro-left .menus>li .sub-menu li a {
  font-size: 18px;
  color: #666;
  transition: all 0.5s;
  border-bottom: 1px solid #eee;
  display: block;
  padding: 10px 0 10px 0;
}

.pro-box .pro-left .menus>li .sub-menu li:last-child a {
  border: none;
}

.pro-box .pro-left .menus>li .sub-menu li a:hover {
  color: var(--color);
}

.pro-box .pro-left .menus>li .sub-menu li.active a {
  color: var(--color);
}

@media screen and (max-width: 1250px) {
  .product-page .pro-box .product-right ul li {
    width: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .pro-box .pro-left {
    display: none;
  }

  .product-page .pro-box .product-right {
    padding-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .product-page .pro-box .product-right ul li {
    width: 100%;
  }
}


.prodet-page .prodet-right {
  /*width: -webkit-calc(100% - 340px);*/
  /*width: -moz-calc(100% - 340px);*/
  /*width: calc(100% - 340px);*/
  /*padding-left: 65px;*/
}

.prodet-page .prodet-right .box {
  width: 100%;
}

.prodet-page .prodet-right .box .left {
  width: 45%;
}

.prodet-page .prodet-right .box .left .bigImg ul li img {
  display: block;
  margin: auto;
      background-color: #f8f8f8;
}

.prodet-page .prodet-right .box .left .smallImg ul {
  margin: 0 -5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li {
  padding: 0 5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
  border: 1px solid var(--color);
}

.prodet-page .prodet-right .box .right {
  width: 55%;
  padding-left: 50px;
}

.prodet-page .prodet-right .box .right .det.max-h {
  max-height: 360px;
  overflow-y: auto;
}

.prodet-page .prodet-right .box .right .det table {
  margin-bottom: 0;
}

.prodet-page .prodet-right .box .right .det ul li {
  font-size: 20px;
  display: flex;
  align-items: center;
}

.prodet-page .prodet-right .box .right .det ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
}

.prodet-page .prodet-right .box .right .det2 ul {
  display: flex;
}

.prodet-page .prodet-right .box .right .det2 ul li {
  margin-right: 15px;
  font-size: 90px;
}

.prodet-page .prodet-right .box .right h2 {
  font-size: 35px;

}

.prodet-page .prodet-right .box .right .det {
  color: #666;
  line-height: 28px;

}

.prodet-page .prodet-right .box .right .line {
  width: 100%;
  border-radius: 35px;
  height: 2px;
  background-color: var(--color);
}

.prodet-page .prodet-right .box .right .btn {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.prodet-page .prodet-right .box .right .Auxil-through {
  color: #666;
}


.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img {
  border-color: transparent;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link {
  opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img {
  border-radius: 5px;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p {
  color: #000;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 0;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover {
  color: var(--color);
  opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p {
  opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add {
  position: relative;
}

.prodet-page .prodet-right .box .right .btn .product_add .fly_love {
  display: none;
  z-index: 204;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .love {
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .collect {
  opacity: 1;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .love {
  opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .collect {
  opacity: 0;
}

.prodet-page .prodet-right .prodet-title {
  margin: 0px 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-right .prodet-content {
  padding-bottom: 60px;
  color: #666;

}

.prodet-page .prodet-right .prodet-title ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: center;*/
  /*-webkit-justify-content: center;*/
  /*-moz-box-pack: center;*/
  /*-ms-flex-pack: center;*/
  /*justify-content: center;*/
}

.prodet-page .prodet-right .prodet-title ul li {
  padding: 10px 0;
  /*margin: 0 40px;*/
  position: relative;
  border-bottom: 2px solid transparent;
  cursor: pointer;
      font-family: 'Anton';
}

.prodet-page .prodet-right .prodet-title ul li.active {
  border-bottom: 2px solid var(--color);
}

.prodet-page .prodet-right .prodet-title ul li.active:before {
  opacity: 1;
}

.prodet-page .prodet-right .prodet-content .det table {
  table-layout: fixed;
}

.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd) {
  background-color: #e1e1e1;
}

.prodet-page .prodet-right .prodet-content .det table tr td {
  color: #565656;
  text-align: center;
  background: #f5f5f5;
  white-space: nowrap;
}

.prodet-page .prodet-right .prodet-content .det form {
  margin-top: 50px;
  /*padding: 10px;*/
  background: #fff;
  /*box-shadow: #ccc 0 0 10px 0;*/
}

.prodet-page .prodet-right .prodet-content .det form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prodet-page .prodet-right .prodet-content .det form ul li {
  margin-top: 18px;
  width: 49.5%;
  display: inline-block;
}
.prodet-page .prodet-right .prodet-content .det form ul li button {
  border: none;
}
.prodet-page .prodet-right .prodet-content .det form ul li a.more {
  position: relative;
}

.prodet-page .prodet-right .prodet-content .det form ul li a.more input[type="submit"] {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  opacity: 0;
  z-index: 9;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
  width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
  width: 100%;
  border: #ccc solid 1px;
  padding: 10px;
  font-size: 20px;
}

.prodet-page .prodet-right .prodet-content .det form ul li .btn {
  background-color: #fff;
  border-radius: 22px;
  color: #000;
  padding: 6px;
  padding-left: 20px;
}

.prodet-page .prodet-right .prodet-content .det form ul li .btn:hover {
  color: var(--color1);
}

.prodet-page .prodet-right .prodet-content .det form ul li .btn:hover img {
  transform: rotate(45deg);
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
  width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
  background: var(--color);
  color: #fff;
  transition: all .5s;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
  background: #000;
}

.prodet-page .prodet-right .prodet-content .det form ul li input {
  padding: 15px;
  border: #ccc solid 1px;
  width: 100%;
  font-size: 20px;
}

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

  .prodet-page .prodet-right .box .right .Auxil-through .next {
    margin-top: 30px;
  }

  .prodet-page .prodet-right .box .right .Auxil-through .next .next-t {
    flex-direction: row-reverse;
  }

  .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span {
    margin-right: 0;
    margin-left: 10px;
  }
}

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

  .prodet-page .prodet-right .box .left {
    width: 100%;
  }

  .prodet-page .prodet-right .box .right {
    width: 100%;
    margin-top: 20px;
  }

  .prodet-page .prodet-right .box .left .bigImg ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
        background-color: #f8f8f8;
  }

  .prodet-page .prodet-right .box .right {
    padding-left: 0;
  }

  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-right {
    width: 100%;
    padding-left: 0;
  }

  .prodet-page .prodet-right .box .right .line img {
    width: 100%;
  }

  .prodet-page .prodet-right .box .right .btn a:first-child {
    display: none;
  }

  .prodet-page .prodet-right .box .right .btn a:last-child {
    margin-left: 0;
  }
}

@media screen and (max-width:700px) {
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 5px;
  }

  .prodet-page .prodet-right .prodet-content .det form ul li {
    width: 100%;
  }
}

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

  .prodet-page .prodet-right .prodet-title ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
@keyframes round_translate1 {
  0% {
    right: 75%;
  }
  74.99% {
    opacity: 1;
  }
  75% {
    right: -25%;
    top: 100%;
    opacity: 0;
  }
  75.05% {
    right: 100%;
    opacity: 0;
  }
  75.1% {
    opacity:1;
  }  
  100%{
    right: 75%;
  }
}
@keyframes round_translate2 {
  0% {
    right: 40%;
  }
  64.99% {
    opacity: 1;
  }
  65% {
    right: -30%;
    opacity: 0;
  }
  65.05% {
    right: 100%;
    opacity: 0;
  }
  65.1% {
    opacity:1;
  }  
  100%{
    right: 40%;
  }
}
@keyframes round_translate3 {
  0% {
    right: 0;
  }
  9.99% {
    opacity: 1;
  }
  10% {
    right: -25%;
    opacity: 0;
  }
  10.05% {
    right: 100%;
    opacity: 0;
  }
  10.1% {
    opacity:1;
  }  
  100%{
    right: 0;
  }
}
.inner-banner {
  height: 400px;
  /* width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px); */
  margin: 10px auto 0;
  overflow: hidden;
  position: relative;
}
.inner-banner::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  right: 100%;
  height: 200%;
  background-color: #be060461;
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-animation: round_translate2 12s linear infinite;
  -moz-animation: round_translate2 12s linear infinite;
  animation: round_translate2 12s linear infinite;
  z-index: 10;
}
.inner-banner .inner-content {
  width: 100%;
  height: 100%;
      background-image: url(/template/en/images/init-1Bg.webp);
  /*background-size: cover;*/
  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;
  position: relative;
      background-attachment: fixed;
    border-radius: var(--ft60) 0px 0px;
}
.inner-banner .inner-content::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  right: 100%;
  height: 200%;
  background-color: #be0604b5;
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: round_translate1 12s linear infinite;
  -moz-animation: round_translate1 12s linear infinite;
  animation: round_translate1 12s linear infinite;
}
.inner-banner .inner-content::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 100%;
  height: 200%;
  background-color: #be0604b5;
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: round_translate3 12s linear infinite;
  -moz-animation: round_translate3 12s linear infinite;
  animation: round_translate3 12s linear infinite;
}
.inner-banner .mbx {
  color: white;
  text-align: center;
  position: relative;
  z-index: 10;
      margin: 100px auto 0;
}
.inner-banner .mbx h2 {
  line-height: 1;
  margin-bottom: 10px;
      text-transform: uppercase;
}
.inner-banner .mbx p {
  font-size: 16px;
  line-height: 2;
}

.product-page-yd {
  padding: 7% 0 0;
  position: relative;
  z-index: 1
}

.product-page-yd .Auxil-h1 {
  font-size: 28px;
  color: var(--color)
}

.product-page-yd .list .in-num {
  color: var(--color)
}

.product-page-yd .list .in-num:before {
  width: 14px;
  height: 14px;
  margin: 5px 7px 0 0
}

.product-page-yd .list .title {
  margin-top: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  width: 90%
}

.product-page-yd .list .title:hover {
  color: var(--color)
}

.product-page-yd .list {
  margin-top: 20px;
}

.product-page-yd .list ul li {
  padding: 46px 0 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 150px
}

.product-page-yd .list ul li .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product-page-yd .list ul li .ig .text {
  width: 45.549%;
  padding-right: 71px
}

.product-page-yd .list ul li .ig .text .con {
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, .6);
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  margin-bottom: 30px
}

.product-page-yd .list ul li .ig .text .more {
  margin-top: 46px
}

.product-page-yd .list ul li .ig .text .more:hover {
  color: #fff
}

.product-page-yd .list ul li .ig .text .more:hover:after {
  background: #000
}

.product-page-yd .list ul li .ig .text .more:hover i {
  color: #fff
}

.product-page-yd .list ul li .ig .img {
  width: 54.451%
}

.product-page-yd .list ul li .ig .img a {
  height: 447px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
}
.product-page-yd .list ul li .ig .img a img {
  max-height: 100%;
  object-fit: contain;
}

.product-page-yd .list ul li:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: -16%;
  width: 774px;
  height: 578px;
  background-color: #be0604;
  border-radius: 289px 0 0 289px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.product-page-yd .list ul li:hover:after {
  background: rgb(237 243 251)
}

.product-page-yd .list ul li:nth-child(even) .ig {
  -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
}

.product-page-yd .list ul li:nth-child(even) .ig .text {
  padding: 0 0 0 71px
}

.product-page-yd .list ul li:nth-child(even):after {
  right: initial;
  left: 0;
  width: 964px;
  height: 578px;
  border-radius: 0 289px 289px 0
}

.product-page-yd .list ul li:last-child {
  margin-bottom: 0
}

.product-page-yd:after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, .5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, .5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, .5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, .5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}
.inner-page.product-page-yd .slideBar-left .slideNav>li>a {
  background: white;
}

@media screen and (max-width: 1680px) {
  .product-page-yd .list ul li:after {
    width: 700px;
    height: 500px
  }

  .product-page-yd .list ul li:nth-child(even):after {
    width: 820px;
    height: 500px
  }
}

@media screen and (max-width: 1440px) {
  .product-page-yd .list ul li .ig .text {
    padding-right: 40px
  }

  .product-page-yd:after {
    font-size: 300px;
    top: -20px
  }

  .product-page-yd .list ul li:after {
    width: 600px;
    height: 400px;
    border-radius: 200px 0 0 200px;
    top: 8%
  }

  .product-page-yd .list ul li:nth-child(even):after {
    width: 720px;
    height: 400px;
    border-radius: 0 200px 200px 0
  }

  .product-page-yd .list ul li:nth-child(even) .ig .text {
    padding: 0 0 0 40px
  }
}

@media screen and (max-width: 1280px) {
  .product-page-yd:after {
    font-size: 260px;
    top: -20px
  }

  .product-page-yd .list .title {
    width: 100%
  }

  .product-page-yd .list ul li:after {
    width: 500px;
    height: 300px;
    border-radius: 150px 0 0 150px;
    top: 24%
  }

  .product-page-yd .list ul li:nth-child(even):after {
    width: 620px;
    height: 300px;
    border-radius: 0 200px 200px 0
  }

  .product-page-yd .list ul li {
    margin-bottom: 80px
  }
}

@media screen and (max-width: 1100px) {
  .product-page-yd .list ul li:nth-child(even):after {
    width: 500px
  }
}
@media screen and (max-width: 1000px) {
  .product-page-yd:after {
    display: none
  }
  .product-page-yd .list ul li .ig .img a {
    margin: auto;
  }
  .product-page-yd .list ul li {
    margin-bottom: 40px;
    padding: 0
  }

  .product-page-yd .list ul li .ig .text {
    width: 100%;
    padding-right: 0
  }

  .product-page-yd .list ul li .ig .text .more {
    padding-left: 31px;
    margin-top: 20px
  }

  .product-page-yd .list ul li .ig .img {
    width: 100%
  }

  .product-page-yd .list ul li:after {
    display: none
  }

  .product-page-yd .list ul li:nth-child(even) .ig .text {
    padding: 0
  }
}
@media screen and (max-width: 700px) {
  .product-page-yd .list .in-num:before {
    margin: 3px 7px 0 0
  }
}
@media screen and (max-width: 500px) {
  .product-page-yd .list .in-num:before {
    margin: 0 7px 0 0
  }
  
  .product-page-yd .list ul li .ig .text .more {
    padding-left: 19px
  }  
}
.service-page .service-1 ul {
  background-color: #f7f7f7;
}

.service-page .service-1 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-1 ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.service-page .service-1 ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.service-page .service-2 .left {
  padding-right: 10%;
}

.service-page .service-2 .right form input[type="text"] {
  width: 100%;
  margin-bottom: 25px;
  height: 50px;
  background-color: #f7f7f7;
  padding: 0 32px;
  border: none;
  font-size: 14px;
}

.service-page .service-2 .right form input[type="submit"] {
  width: 125px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--color);
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.service-page .service-2 .right form input[type="submit"]:hover {
  background-color: black;
}
@media (max-width: 1450px) {
  .service-page .service-1 ul li .img {
    height: 360px;
  }
}
@media (max-width: 1250px) {
  .service-page .service-2 .left {
    padding-right: 4%;
  }
}
@media (max-width: 1000px) {
  
  .service-page .service-1 ul li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .service-page .service-1 ul li .text {
    width: 100%;
    padding: 50px 20px;
  }

  .service-page .service-1 ul li .img {
    width: 100%;
  }

  .service-page .service-2 .left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 60px;
  }

  .service-page .service-2 .right {
    width: 100%;
  }
}
.seoPublic .Auxil-about .box .right div.h3 {
  font-size: var(--px36);
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1em;
  font-family: 'Anton';
}

.seoPublic .title {
  font-size: var(--px36);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2em;
  font-family: 'Anton';
}

.about_page .about-1 {
  padding-top: 4.688%;
}
.about_page .about-1 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}
.about_page .about-1 .content .con {
  width: 100%;
  font-size: 18px;
  color: #8c8c8c;
  line-height: 1.8;
}
.about_page .about-1 .content .right {
  width: 0%;
}
.about_page .about-1 .content .right .ig {
  max-width: 365px;
  margin: 0 0 0 auto;
  text-align: center;
  font-family: 'Anton';
  /*font-weight: bold;*/
}
.about_page .about-1 .content .right span {
  font-size: var(--px150);
  line-height: 1;
  color: var(--color);
}
.about_page .about-1 .content .right p {
  font-size: var(--px30);
  color: #0d0d0d;
  line-height: 1.3;
  margin-top: var(--px24);
}
.about_page .about-1 #index-body {
  margin-top: var(--px67);
  background: transparent;
}
.about_page .about-2 {
  padding-top: 5.99%;
}
.about_page .about-2 .img {
  /*background: url(../images/about-dots.png) no-repeat -20px top;*/
  width: 40%;
  padding-top: var(--px65);
}
.about_page .about-2 .img div.poa {
  bottom: var(--px24);
  right: var(--px60);
}
.about_page .about-2 .text {
  width: 60%;
  padding: var(--px65) 0 0 var(--px66);
}
.about_page .about-2 .text .title::before {
  display: none;
}
.about_page .about-2 .text .title::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  display: block;
  margin-top: 17px;
}
.about_page .about-2 .text .con {
  font-size: 18px;
  color: #8c8c8c;
  line-height: 1.5;
  margin-top: var(--px22);
}
.about_page .about-2 .text .lineBox .line {
  width: var(--px156);
  height: 1px;
  background-color: #c9c9c9;
}
.about_page .about-2 .text .lineBox img {
  width: var(--px98);
  min-width: 60px;
}
.about_page .about-3 {
  padding-top: 5.782%;
}
.about_page .about-3 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_page .about-3 .content {
  margin-top: var(--px70);
}
.about_page .about-3 .content 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;
  position: relative;
  height: 1130px;
}
.about_page .about-3 .content ul li {
  width: 33.333%;
  height: 380px;
  overflow: hidden;
}
.about_page .about-3 .content ul li img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /*width: auto;
  max-width: none;*/
  /*position: relative;
  z-index: 2;*/
}
.about_page .about-3 .content ul li .box {
  background: #fff;
  padding: var(--px50) var(--px70);
  height: 100%;
}
.about_page .about-3 .content ul li .box .tit {
  font-size: var(--px36);
  line-height: 1.3;
  color: #333;
}
.about_page .about-3 .content ul li .box .con {
  font-size: var(--px18);
  line-height: 1.8;
  color: #8c8c8c;
  margin-top: var(--px21);
}
.about_page .about-3 .content ul li:nth-child(3) {
  height: 750px;
}
.about_page .about-3 .content ul li:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 750px;
}
.about_page .about-3 .content ul li:nth-child(5) {
  position: absolute;
  bottom: 370px;
  left: 33.334%;
}
.about_page .about-3 .content ul li:nth-child(6) {
  position: absolute;
  bottom: 0;
  left: 33.334%;
}
.about_page .about-3 .content ul li:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about_page .about-4 {
  padding: 6.25% 0;
}
.about_page .about-4 .box {
  background: var(--color);
}
.about_page .about-4 .box .left {
  vertical-align: middle;
  color: #fff;
  padding-left: var(--px60);
}
.about_page .about-4 .box .left .tit {
  font-size: var(--px36);
  line-height: 1.3;
  font-family: 'Anton';
  /*font-weight: bold;*/
}
.about_page .about-4 .box .left .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: var(--px26);
  width: 76%;
}
.about_page .about-4 .box .left .more {
  background: #fff;
  color: var(--color);
  margin-top: 72px;
}
.about_page .about-4 .box .left .more::after {
  background: var(--black);
}
.about_page .about-4 .box .left .more:hover {
  color: #fff;
}
.about_page .about-4 .box .right {
  vertical-align: middle;
}
.about_page .about-4 .box .right ul {
  max-width: 602px;
  margin: 0 0 0 auto;
}
.about_page .about-4 .box .right ul li {
  line-height: 234px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about_page .about-4 .box .right ul li img {
  display: inline-block;
  vertical-align: middle;
}
.about_page .about-4 .box .right ul li:first-child,
.about_page .about-4 .box .right ul li:last-child {
  background-color: #950c0c;
}
.about_page .about-4 .box .right ul li:hover {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
}

#index-body .about .data {
  padding: 65px 6.579% 0 10%;
}
#index-body .about .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .about .data ul li {
  display: inline-block;
}
#index-body .about .data ul li .num em {
  display: inline-block;
  vertical-align: bottom;
  font-size: var(--px100);
  line-height: 1;
  font-family: 'Anton';
  font-weight: 500;
  color: var(--color);
}
#index-body .about .data ul li .num span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  color: #080808;
  line-height: 1.5;
  width: 50%;
  padding-left: 9px;
  margin-bottom: -5px;
}
#index-body .about .data ul li:nth-child(2) .num span {
  width: 37%;
}
@media screen and (max-width: 1250px) {
  .about_page .about-3 .content ul {
    height: 1000px;
  }
  .about_page .about-3 .content ul li {
    height: 350px;
  }
  .about_page .about-3 .content ul li .box {
    height: 350px;
    padding: 60px 50px 30px 40px;
  }
  .about_page .about-3 .content ul li:nth-child(3),
  .about_page .about-3 .content ul li:nth-child(4) {
    height: 700px;
  }
  .about_page .about-3 .content ul li:nth-child(5) {
    bottom: 350px;
  }
  .about_page .about-4 .box .left {
    padding-left: 50px;
  }
  .about_page .about-4 .box .left .con {
    width: 92%;
  }
  .about_page .about-4 .box .left .more {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .about_page .about-4 .box .right ul {
    max-width: 100%;
  }
  .about_page .about-4 .box .right ul li {
    width: 50%;
  }
  .about_page .about-2 .text {
    padding: 65px 0 0 40px;
  }
  .about_page .about-3 .content ul {
    height: 900px;
  }
  .about_page .about-3 .content ul li {
    height: 300px;
  }
  .about_page .about-3 .content ul li .box {
    height: 300px;
    padding: 40px 30px 30px 20px;
  }
  .about_page .about-3 .content ul li:nth-child(3),
  .about_page .about-3 .content ul li:nth-child(4) {
    height: 600px;
  }
  .about_page .about-3 .content ul li:nth-child(5) {
    bottom: 300px;
  }
  #index-body .about .data ul li:nth-child(2) .num span {
    width: 45%;
  }
}
@media screen and (max-width: 1000px) {
  
  .about_page .about-1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .about_page .about-1 .content .con {
    width: 100%;
  }
  .about_page .about-1 .content .right {
    display: none;
  }
  .about_page .about-2 .img {
    width: 100%;
  }
  .about_page .about-2 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about_page .about-3 .content {
    margin-top: 30px;
  }
  .about_page .about-3 .content ul {
    height: 800px;
  }
  .about_page .about-3 .content ul li {
    height: 260px;
  }
  .about_page .about-3 .content ul li .box {
    height: 260px;
    padding: 20px 15px 0 15px;
  }
  .about_page .about-3 .content ul li:nth-child(3),
  .about_page .about-3 .content ul li:nth-child(4) {
    height: 540px;
  }
  .about_page .about-3 .content ul li:nth-child(5) {
    bottom: 260px;
  }
  .about_page .about-4 .box .left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 700px){
  
  .about_page .about-3 .content ul {
    height: auto;
  }
  .about_page .about-3 .content ul li {
    height: auto;
    width: 50%;
  }
  .about_page .about-3 .content ul li .box {
    height: auto;
    padding: 20px 15px;
  }
  .about_page .about-3 .content ul li:nth-child(3),
  .about_page .about-3 .content ul li:nth-child(4) {
    height: auto;
  }
  .about_page .about-3 .content ul li:nth-child(4),
  .about_page .about-3 .content ul li:nth-child(5),
  .about_page .about-3 .content ul li:nth-child(6),
  .about_page .about-3 .content ul li:last-child {
    position: initial;
  }
  .about_page .about-4 .box .left {
    width: 100%;
    padding: 20px 15px;
  }
  .about_page .about-4 .box .right {
    width: 100%;
  }
  .about_page .about-4 .box .right ul li {
    line-height: 200px;
  }
  #index-body .about .data ul li {
    width: 49%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .about .data ul li {
    width: 100%;
  } 
  .about_page .about-1 #index-body {
    margin-top: 20px;
  }
  .about_page .about-2 .text .con {
    margin-top: 20px;
  }
  .about_page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about_page .about-3 .header .more {
    margin-top: 15px;
  }
  .about_page .about-3 .content ul li {
    width: 100%;
  }
  .about_page .about-4 .box .left .con {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
  .about_page .about-4 .box .left .more {
    margin-top: 20px;
  }
  .about_page .about-4 .box .right ul li {
    line-height: 150px;
  }
}

#index-body .about .bottom {
  text-align: center;
  padding: 16.448% 0;
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#index-body .about .bottom .play {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#index-body .about .bottom .play::before,
#index-body .about .bottom .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.44);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}
#index-body .about .bottom .play::before {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

.inner-page .title {
  font-size: var(--px50);
  color: #282727;
  line-height: 1.5;
  font-family: 'Anton';
  /*font-weight: bold;*/
  position: relative;
}
.inner-page .title em {
  color: #be0604;
}
.inner-page .title::before {
  content: '';
  position: absolute;
  left: -200px;
  top: 38px;
  width: 140px;
  height: 2px;
  background-color: #c2c0c3;
}
.inner-page .title.colorF {
  color: #000;
}
@media screen and (max-width: 1680px) {
  .inner-page .title::before {
    left: -160px;
  }
}
.about_page .Hbtn::before,.about_page .Hbtn1::before {
  background-color: #000;
}
.about_page .Hbtn:hover {
  color: #fff;
}
.seoPublic .Auxil-news .list ul {
  margin: -13px var(--npx20);
}
.seoPublic .Auxil-news .list ul li {
  padding: 13px var(--px20);
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-family: 'Anton';
 }
.colorRed {
  color: var(--color);
}
.seoPublic .title,.seoPublic .Auxil-about .box .right div.h3 {
  font-weight: 500;
}
.services-page .init-1 .title::before {
  display: none;
}
.services-page .init-1 .top .cont p {
  margin-bottom: 1em;
}

.services-page .init-1 .top .cont p span {
  font-weight: bold;
}

.services-page .init-1 .bottom li {
  padding-top: 20px;
}

.services-page .init-1 .bottom .box {
  height: 420px;
  background: #eeeeee no-repeat right bottom;
  border-radius: 20px;
  padding: 40px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.5s;
  z-index: 2;
  overflow: hidden;
}
.services-page .init-1 .bottom .box .Hbtn {
  border: 1px solid #fff;
}
.services-page .init-1 .bottom .box .mask {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: var(--color);
  transition: .5s;
}

.services-page .init-1 .bottom .box .tip {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.services-page .init-1 .bottom .box .tip .num .ty {
  color: #999999;
  opacity: 0.6;
  line-height: 1;
  margin-top: 5px;
  transition: 0.5s;
}

.services-page .init-1 .bottom .box .tip .icon {
  width: 60px;
  height: 60px;
  background-color: var(--color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.services-page .init-1 .bottom .box .tip .icon img {
  filter: brightness(100);
  max-width: 90%
}

.services-page .init-1 .bottom .box .text .t1 {
  transition: 0s;
}

.services-page .init-1 .bottom .box .text {
  transition: .5s;
}

.services-page .init-1 .bottom .box .text2 {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 50px;
  color: #ffffff;
  transform: translateY(100%);
  transition: .5s;
}

.services-page .init-1 .bottom .box .text2 .more {
  zoom: 0.8;
  font-size: 20px;
  transition: 0s;
}

.services-page .init-1 .bottom .box .text2 .cont {
  line-height: 1.8;
  transition: 0.5s;
  opacity: 0.6;
  color: #ffffff;
  height: 5.5em;
  overflow-y: auto;
  padding-right: 5px;
}

.services-page .init-1 .bottom .box:hover {
  color: #ffffff;
  transform: translateY(-20px);
}

.services-page .init-1 .bottom .box:hover .mask {
  height: 100%;
}

.services-page .init-1 .bottom .box:hover .tip .num .ty {
  color: #ffffff;
}

.services-page .init-1 .bottom .box:hover .tip .icon {
  background: #ffffff;
}

.services-page .init-1 .bottom .box:hover .tip .icon img {
  filter: none;
}

.services-page .init-1 .bottom .box:hover .text {
  opacity: 0
}

.services-page .init-1 .bottom .box:hover .text2 {
  opacity: 1;
  transform: translateY(0);
}

.services-page .init-1 .tip .cont {
  max-width: 930px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .services-page .init-1 .bottom .box .text2 .cont {
    height: 7.2em;
  }
}
.seoPublic .Auxil-through a {
  height: auto;
  min-height: 40px;
  border: none;
  background-color: transparent;
}

.custom-page .custom-4 ul {
  position: relative;
  z-index: 2;
}
.custom-page .custom-4 ul li .num {
  width: var(--px63);
  height: var(--px63);
  min-height: 50px;
  min-width: 50px;
  font-size: var(--px35);
  font-weight: bold;
  border-radius: 50%;
  background-color: var(--color);
  color: white;
  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: auto;
}
.custom-page .custom-4 ul li .h6 {
  line-height: 1.2;
}
.custom-page .custom-4 ul li .des {
  line-height: 1.4;
}
.custom-page .custom-4 ul::after {
  content: "";
  position: absolute;
  left: 20px;
  top: var(--px32);
  right: 20px;
  height: 1px;
  background-color: #ccc;
  z-index: -1;
}
@media screen and (max-width: 1450px) {
  .custom-page .custom-4 ul::after {
    top: 25px;
  }
}
.quality_page .quality_1 .flexBox {
  margin-right: -1.28%;
}
.quality_page .quality_1 .flexBox li {
  width: 13%;
  margin-right: 1.28%;
}
.quality_page .quality_1 .flexBox li .redBg {
  background-color: var(--color);
}
.quality_page .quality_1 .flexBox li .f8Bg {
  background-color: #f8f8f8;
}
.quality_page .quality_1 .flexBox li .blackBg {
  background-color: #160100;
}
.quality_page .quality_1 .flexBox li .radius_20 {
  border-radius: var(--px20);
  overflow: hidden;
}
.quality_page .quality_1 .flexBox li .bigNum {
  color: #000;
  opacity: .03;
}
.quality_page .quality_1 .flexBox li .num {
  width: var(--px52);
  height: var(--px52);
  min-width: 40px;
  min-height: 40px;
  background-color: var(--color);
  border-radius: 50%;
  color: #fff;
}
.quality_page .quality_1 .flexBox li .lineBg {
  padding-top:  var(--px32);
}
.quality_page .quality_1 .flexBox li .lineBg::after {
  position: absolute;
  content: '';
  width: 2px;
  height: var(--px32);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: var(--color);
}
.quality_page .quality_2 .redBg {
  background-color: var(--color);
}
.quality_page .quality_2 .blackBg {
  background-color: #160100;
  width: 100%;
}
.quality_page .quality_2 .radius_20 {
  border-radius: var(--px20);
  overflow: hidden;
}
.quality_page .quality_2 .box {
  width: 194px;
}
.quality_page .quality_2 .minBox {
  min-height: 87px;
  color: #fff;
}
.quality_page .quality_2 .sLine {
  width: 1px;
  background-color: #1e1a17;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.quality_page .quality_2 .sLine.top {
  top: 0;
}
.quality_page .quality_2 .sLine.bot {
  bottom: 0;
}
.quality_page .quality_2 .hLine {
  height: 1px;
	background-color: #1e1a17;
}
.quality_page .quality_2 .hLine.poa {
  top: 50%;
  transform: translateY(-50%);
}
.quality_page .quality_2 .hLine.lf {
  left: 0;
}
.quality_page .quality_2 .hLine.rg {
  right: 0;
}
.quality_page .quality_2 .hLine.langLine {
  max-width: calc(100% - 194px);
  margin: auto;
}
.quality_page .quality_2 ul li .outerBox .outer1 {
  padding-bottom: 37px;
}
.quality_page .quality_2 ul li .outerBox .outer1 .hLine {
  bottom: calc(var(--px58) + 37px);
  top: auto;
  transform: none;
}
.quality_page .quality_2 ul li .outerBox .outer2 {
  max-width: 265px;
}
.quality_page .quality_2 ul li .outerBox .outer2 .sLine {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1700px) {
  .quality_page .quality_2 ul li .outerBox .outer2 .lineBox1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1450px) {
  .quality_page .quality_1 .flexBox {
    margin-right: -1%;
  }
  .quality_page .quality_1 .flexBox li {
    width: 19%;
    margin-right: 1%;
  }
  .quality_page .quality_2 ul li .outerBox .outer2 .sLine {
    padding-top: 140px;
  }
}
@media screen and (max-width: 1250px) {
  .quality_page .quality_1 .flexBox li {
    width: 24%;
  }
  .quality_page .quality_2 .box {
    width: 160px;
  }
  .quality_page .quality_2 .hLine.langLine {
    max-width: calc(100% - 160px);
  }
}
@media screen and (max-width: 1000px) {
  .quality_page .quality_1 .flexBox li .numBox {
    padding-top: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .quality_page .quality_2 .wid {
    overflow: auto;
  }
  .quality_page .quality_2 .minWid {
    width: 940px;
  }
}
@media screen and (max-width: 700px) {
  .quality_page .quality_1 .flexBox li {
    width: 32.33%;
  }
}
@media screen and (max-width: 500px) {
  .quality_page .quality_1 .flexBox li {
    width: 49%;
  }
}
.major_page .major_1 .item {
  border-bottom: 1px solid #e6e6e6;
}
.major_page .major_1 .item:last-child {
  border-bottom: none;
}
.major_page .major_1 .item table tbody td, .major_page .major_1 .item table tbody th {
  /*white-space: nowrap;*/
  min-width: 200px;
  padding: 10px;
  border-color: #e8e8e8;
  line-height: 1.5;
}
.major_page .major_1 .item table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.major_page .major_1 .item table tbody tr:nth-child(1) {
  background-color: var(--color);
  color: #fff;
}
@media screen and (max-width: 500px) {
  .major_page .major_1 .item .imgBox li {
    width: 50%;
  }
}
@media screen and (max-width: 1250px) {
  .cooperative-page.gallery-page .content ul li {
    width: 25%;
  }
}
@media screen and (max-width: 700px) {
  .cooperative-page.gallery-page .content ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 500px) {
  .cooperative-page.gallery-page .content ul li {
    width: 50%;
  }
}
.services_page.inner-page .title::before {
  display: none;
}
.services_page .init-1 .top .cont p {
  margin-bottom: 1em;
}

.services_page .init-1 .top .cont p span {
  font-weight: bold;
}

.services_page .init-1 .bottom li {
  padding-top: 20px;
}

.services_page .init-1 .bottom .box {
  height: 420px;
  background: #eeeeee no-repeat right bottom;
  border-radius: 20px;
  padding: 40px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.5s;
  z-index: 2;
  overflow: hidden;
}

.services_page .init-1 .bottom .box .mask {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: var(--color) url(../images/lg.png) no-repeat right bottom;
  transition: .5s;
}

.services_page .init-1 .bottom .box .tip {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.services_page .init-1 .bottom .box .tip .num .ty {
  color: #999999;
  opacity: 0.6;
  line-height: 1;
  margin-top: 5px;
  transition: 0.5s;
}

.services_page .init-1 .bottom .box .tip .icon {
  width: 60px;
  height: 60px;
  background-color: var(--color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.services_page .init-1 .bottom .box .tip .icon img {
  filter: brightness(100);
  max-width: 70%;
}

.services_page .init-1 .bottom .box .text .t1 {
  transition: 0s;
}

.services_page .init-1 .bottom .box .text {
  transition: .5s;
}

.services_page .init-1 .bottom .box .text2 {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 50px;
  color: #ffffff;
  transform: translateY(100%);
  transition: .5s;
}

.services_page .init-1 .bottom .box .text2 .more {
  zoom: 0.8;
  font-size: 20px;
  transition: 0s;
}

.services_page .init-1 .bottom .box .text2 .cont {
  line-height: 1.8;
  transition: 0.5s;
  opacity: 0.6;
  color: #ffffff;
  height: 5.5em;
  overflow-y: auto;
  padding-right: 5px;
}
.services_page .init-1 .bottom .box .Hbtn1::before {
  top: 1px;
}
.services_page .init-1 .bottom .box:hover {
  color: #ffffff;
  transform: translateY(-20px);
}

.services_page .init-1 .bottom .box:hover .mask {
  height: 100%;
}

.services_page .init-1 .bottom .box:hover .tip .num .ty {
  color: #ffffff;
}

.services_page .init-1 .bottom .box:hover .tip .icon {
  background: #ffffff;
}

.services_page .init-1 .bottom .box:hover .tip .icon img {
  filter: none;
}

.services_page .init-1 .bottom .box:hover .text {
  opacity: 0
}

.services_page .init-1 .bottom .box:hover .text2 {
  opacity: 1;
  transform: translateY(0);
}

.services_page .init-1 .tip .cont {
  max-width: 930px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .services_page .init-1 .bottom .box .text2 .cont {
    height: 7.2em;
  }
}

.services_page .init-2 {
  color: white;
  padding: 107px 0 70px;
}

.services_page .init-2 .left {
  position: sticky;
  top: 170px;
  width: 45%;
}

.services_page .init-2 .left p {
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
      color: #333;
}

.services_page .init-2 .left .i-title {
  line-height: 1.2;
}

.services_page .init-2 .right {

  width: 50%;
}

.services_page .init-2 .right ul li {
  padding-left: 140px;
  position: relative;
  padding-bottom: 50px;
}

.services_page .init-2 .right ul li .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #be0604;
  /*background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);*/
  text-align: center;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}

.services_page .init-2 .right ul li .icon img {
  vertical-align: middle;
}

.services_page .init-2 .right ul li::after {
  content: "";
  position: absolute;
  left: 38px;
  top: 87px;
  width: 1px;
  height: calc(100% - 97px);
  background: #ccc;
}

.services_page .init-2 .right ul li:last-child::after {
  display: none;
}

.services_page .init-2 .right ul li:last-child .icon::after {
  content: none;
}

.services_page .init-2 .right ul li h4 {
  font-size: var(--px20);
  font-weight: bold;
      color: #000000;
}

.services_page .init-2 .right ul li .des {
  font-size: var(--px18);
  line-height: 1.7;
  margin-top: 14px;
  /*color: rgba(255, 255, 255, .7);*/
}

.services_page .init-2 .right ul li .des .item {
  display: flex;

}

.services_page .init-2 .right ul li .des .item .txt {
  flex: 1;
  margin-left: 0px;
      color: #333;

}

@media screen and (max-width: 1250px) {
  .services_page .init-2 .right ul li {
    padding-left: 105px;
    padding-bottom: 40px;
  }

  .services_page .init-2 .right ul li .icon:after {
    height: 225%;
  }
}

@media screen and (max-width: 1000px) {
  .services_page .init-2 .left {
    position: relative;
    width: 100%;
    top: 0;
  }

  .services_page .init-2 .right {
    width: 100%;
    margin-top: 20px;
  }

}

@media screen and (max-width: 700px) {
  .services_page .init-2 .right {
    padding-left: 0;

  }

  .services_page .init-2 .left {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 500px) {
  .services_page .init-2 .right ul li {
    padding-left: 0;
  }

  .services_page .init-2 .right ul li .icon {
    position: relative;
    margin-bottom: 12px;
  }

  .services_page .init-2 .right ul li .icon::after {
    content: none;
  }

  .services_page .init-2 .right ul li::after {
    display: none;
  }
}

.about_page .about_3 {
  position: relative;
}

.about_page .about_3:after,
.about_page .about_3:before {
  content: '';
  width: 100%;
  height: 25vh;
  margin-left: auto;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}

.about_page .about_3:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  top: 0;
}

.about_page .about_3:after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: -webkit-linear-gradient(top, transparent, white);
  background-image: -moz-linear-gradient(top, transparent, white);
  background-image: linear-gradient(to bottom, transparent, white);
}

.about_page .about_3 .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  padding-top: 10%;
}

.about_page .about_3 .img img {
  position: -webkit-sticky;
  position: sticky;
  bottom: -15%;
  /*max-width: 61.09375%;*/
}

.about_page .about_3 .box .left {
  top: 25%;
  position: -webkit-sticky;
  position: sticky;
  padding-bottom: 25%;
  font-family: 'Anton';
}

.about_page .about_3 .box .right {
  position: relative;
}

.about_page .about_3 .box .right .year {
  line-height: .8;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  color: var(--color);
}
.about_page .about_3 .box .right .year em {
  font-size: var(--px140);
}

.about_page .about_3 .box .right .year svg {
  position: absolute;
  left: 1.2em;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: -1;
  width: 19.27vw;
}

.about_page .about_3 .box .right .year svg .circle1 {
  stroke: var(--color);
  stroke-dasharray: 566;
  stroke-dashoffset: 566;
}

.about_page .about_3 .box .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about_page .about_3 .box .right .list li .year {
  color: #ddd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 2.733em;
}

.about_page .about_3 .box .right .list li .content {
  padding: 7% 0;
  border-top: 2px solid #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about_page .about_3 .box .right .list li.active {
  opacity: 1;
}

.about_page .about_3 .box .right .list li.active .year {
  color: var(--color);
}

.about_page .about_3 .box .right .list li.active .content {
  border-top-color: var(--color);
}
@media screen and (max-width: 1250px) {
  .about_page .about_3 .box .right .year svg {
    width: 19vw;
  }
  .about_page .about_3 .box .right {
    width: 65%;
  }
}
@media screen and (max-width: 1000px) {
  
  .about_page .about_3 .box .left {
    position: static;
  }

  .about_page .about_3 .box .right .year svg {
    width: 21vw;
    left: 85%;
  }
  .about_page .about_3::after, 
  .about_page .about_3::before {
    height: 11vw;
  }

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

  .about_page .about_3 .box .right .year em {
    font-size: 1em;
  }

  .about_page .about_3 .box .right .year svg {
    width: 20vw;
  }
  .about_page .about_3 .img img {
    max-width: 120%;
  }

  .about_page .about_3 .box .right .list li .year {
    width: 1.5em;
  }

  .about_page .about_3 .box {
    margin-bottom: 15%;
  }

  .about_page .about_3 .box .right .year {
    margin-bottom: 15%;
  }
}