@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
.fd {
  text-transform: uppercase;
}
:root {
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
  --color: #1f3e71;
}
:root {
  --ft50: calc(1.88vw + 14px);
  --ft48: calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44: calc(1.56vw + 14px);
  --ft46: calc(1.67vw + 14px);
  --ft18: calc(0.2085vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft24: calc(0.525vw + 14px);
  --ft26: calc(0.625vw + 14px);
  --ft20: calc(0.315vw + 14px);
  --ft30: calc(0.8345vw + 14px);
  --ft32: calc(0.9385vw + 14px);
  --ft34: calc(1.0385vw + 14px);
  --ft36: calc(1.1465vw + 14px);
  --ft38: calc(1.2465vw + 14px);
  --ft60: calc(2.3955vw + 14px);
  --ft62: calc(2.4955vw + 14px);
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from1 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from1 h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from1 form {
  margin-top: 40px;
}
#pups_from1 i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 i.close::after,
#pups_from1 i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from1 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from1 i.close:hover {
  background: var(--color);
}
#pups_from1 i.close:hover::before,
#pups_from1 i.close:hover::after {
  background: white;
}
#pups_from1 ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from1 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from1 ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from1 ul li input,
#pups_from1 ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from1 ul li input:focus,
#pups_from1 ul li textarea:focus {
  border-color: var(--color);
}
#pups_from1 ul li textarea {
  height: 80px;
}
#pups_from1 ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from1 ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  right: 4px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: var(--ft20);
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border-radius: 10px;
  /*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: 'Poppins';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none !important;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu .menu-box {
  background: #fff;
  padding-left: 10.42vw;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: var(--ft30);
}
#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(4.059vw + 14px);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: var(--ft18);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a {
  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: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: var(--ft18);
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #000;
  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: var(--color);
  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 {
  width: 25.24vw;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background: #ffffff;
  height: 100px;
  padding-left: calc(3.4405vw + 14px);
}
#header > .nav > .menu .menu-box .right > form {
  width: 163px;
  height: 34px;
  position: relative;
}
#header > .nav > .menu .menu-box .right > form input {
  border: none;
  background: transparent;
}
#header > .nav > .menu .menu-box .right > form input[type="submit"] {
  width: 18px;
  height: 19px;
  background: url(/huijian-storagerack/2026/04/09/ht1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
#header > .nav > .menu .menu-box .right > form input[type="text"] {
  padding-right: 22px;
  height: 34px;
  font-weight: 400;
  font-size: var(--ft16);
  color: #000;
  width: 100%;
  border-bottom: 1px solid #000000;
}
#header > .nav > .menu .menu-box .right > form input[type="text"]::placeholder {
  color: #000;
  font-size: var(--ft16);
}
#header > .nav > .menu .menu-box .right .ds-line {
  margin-left: 11px;
  margin-right: 10px;
  width: 1px;
  height: 13px;
  background: #000000;
  opacity: 0.57;
}
#header > .nav > .menu .menu-box .right .pp_btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: var(--ft24);
  margin-right: var(--ft24);
  font-weight: 400;
  font-size: var(--ft18);
  color: #ffffff;
  line-height: 49px;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  padding: 0 calc(1.46vw + 13px);
  height: 49px;
  border-radius: 25px;
  border: 1px solid #000000;
}
#header > .nav > .menu .menu-box .right .pp_btn:hover {
  background: #000000;
  color: #ffffff;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: var(--ft40);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  padding-left: calc(0.415vw + 14px);
  padding-right: var(--ft18);
  display: flex;
  height: 44px;
  background: #024388;
  border-radius: 20px;
  align-items: center;
  font-weight: 400;
  font-size: var(--ft16);
  color: #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont > img {
  margin-left: 12px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  width: 104px;
  height: 29px;
  border-radius: 15px;
  border: 1px solid #000000;
  color: #000;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-size: var(--ft16);
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img1 {
  width: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img2 {
  width: 14px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #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;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.colorF {
  color: #fff;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexAC {
  display: flex;
  align-items: center;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text-L {
  text-align: left;
}
.text-C {
  text-align: center;
}
.text-R {
  text-align: right;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.italic {
  font-style: italic;
}
.container {
  width: 1550px;
  padding: 0 15px;
}
@keyframes roate1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#banner {
  overflow: hidden;
  margin-top: 100px;
}
#banner .swiper_banner {
  position: relative;
}
#banner .swiper_banner .swiper-banner-pagination {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  bottom: var(--ft32);
  z-index: 4;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #939393;
  background: transparent;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet-active {
  width: 73px;
  height: 12px;
  border-radius: 6px;
  border: 1px solid #1F3E71;
}
#banner .swiper_banner .swiper-slide {
  position: relative;
}

#banner .swiper_banner .swiper-slide .banner-text {
  max-width: 720px;
  position: absolute;
  left: 10.42%;
  top: 50%;
  transform: translateY(-50%);
}
#banner .swiper_banner .swiper-slide .banner-text .bt1 {
  font-weight: 600;
  font-size: var(--ft60);
  color: #000000;
  line-height: 1.43;
  position: relative;
  padding-left: calc(0.679vw + 14px);
}
#banner .swiper_banner .swiper-slide .banner-text .bt1::after {
  content: '';
  position: absolute;
  left: 0;
  top: 7%;
  width: 4px;
  height: 80%;
  background: var(--color);
}
#banner .swiper_banner .swiper-slide .banner-text .bt2 {
  margin-top: var(--ft16);
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
}
#banner .swiper_banner .swiper-slide .banner-text .bt3 {
  margin-top: var(--ft32);
}
.hj_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 calc(0.679vw + 14px);
  height: 44px;
  background: #1F3E71;
  border-radius: 20px;
  font-weight: 500;
  font-size: var(--ft16);
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hj_btn:hover {
  background: #000;
}
.hj-tap {
  font-weight: 500;
  font-size: var(--ft18);
  color: #1F3E71;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: calc(0.729vw + 14px);
}
.hj-tap span {
  position: relative;
}
.hj-tap span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 1px;
  background-color: var(--color);
  width: 100%;
}
.hj-h {
  font-weight: 600;
  font-size: var(--ft48);
  color: #010101;
  line-height: 1.25;
}
.hj1_btn {
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  display: flex;
  width: fit-content;
}
.hj1_btn span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 10px;
}
.hj1_btn:hover span {
  transform: rotate(180deg);
}
#index-body {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  padding: calc(5.519vw + 14px) 0;
}
#index-body .init-1 .container .i1-m {
  position: relative;
  margin-top: var(--ft44);
}
#index-body .init-1 .container .i1-m i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #a8b4cc;
  font-size: var(--ft50);
}
#index-body .init-1 .container .i1-m i:hover {
  color: var(--color);
}
#index-body .init-1 .container .i1-m .i1-btnl {
  left: calc(-5.21vw - 15px);
}
#index-body .init-1 .container .i1-m .i1-btnr {
  right: calc(-5.21vw - 15px);
}
#index-body .init-1 .container .i1-m .swiper_i1 {
  overflow: hidden;
}
#index-body .init-1 .container .i1-m .swiper_i1 .swiper-slide {
  position: relative;
  border-radius: 10px var(--px50) 10px 10px;
  overflow: hidden;
}
#index-body .init-1 .container .i1-m .swiper_i1 .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .init-1 .container .i1-m .swiper_i1 .swiper-slide:hover .i1-p {
  transform: translateY(100%);
}
#index-body .init-1 .container .i1-m .swiper_i1 .swiper-slide:hover .i1-box {
  transform: translateY(0%);
}
#index-body .init-1 .container .i1-m .swiper_i1 .swiper-slide .i1-box {
  z-index: 2;
  transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: var(--ft40) calc(1.67vw + 10px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 67, 136, 0.76);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#index-body .init-1 .container .i1-m .swiper_i1 .swiper-slide .i1-box .i1-p1 {
  font-weight: 500;
  font-size: var(--ft24);
  color: #FFFFFF;
  line-height: 1.2;
}
#index-body .init-1 .container .i1-m .swiper_i1 .swiper-slide .i1-box .i1-p2 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.67;
}
#index-body .init-1 .container .i1-m .swiper_i1 .swiper-slide .i1-box .hj1_btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: var(--ft18);
}
#index-body .init-1 .container .i1-m .swiper_i1 .swiper-slide .i1-p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  font-weight: 500;
  font-size: var(--ft24);
  line-height: 1.1;
  width: 100%;
  color: #FFFFFF;
  left: 0;
  bottom: 0;
  padding-bottom: var(--ft26);
  text-align: center;
}
#index-body .init-2 {
  padding-bottom: calc(5.519vw + 14px);
}
#index-body .init-2 .i2-m {
  padding: 16px 0;
  position: relative;
}
#index-body .init-2 .i2-m .i2-bg1 {
  width: 35.47%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--color);
  border-radius: 0px calc(4.1667vw + 20px) calc(4.1667vw + 20px) 0px;
}
#index-body .init-2 .i2-m .i2-bg2 {
  padding-left: calc(5.519vw + 14px);
  border-radius: calc(2.0925vw + 20px) 0px 0px calc(2.0925vw + 20px);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  background: var(--color);
  padding-top: var(--ft34);
  padding-bottom: var(--ft34);
}
#index-body .init-2 .i2-m .i2-bg2 ul {
  display: flex;
}
#index-body .init-2 .i2-m .i2-bg2 ul li {
  margin-right: calc(6.77vw + 20px);
}
#index-body .init-2 .i2-m .i2-bg2 ul li p {
  font-weight: bold;
  font-size: var(--ft48);
  color: #FFFFFF;
  line-height: 1;
}
#index-body .init-2 .i2-m .i2-bg2 ul li div {
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
}
#index-body .init-2 .i2-m .container {
  display: flex;
}
#index-body .init-2 .i2-m .i2-l {
  border-radius: calc(6.77vw + 20px) 0px 0px 0px;
  overflow: hidden;
  width: 40.79%;
}
#index-body .init-2 .i2-m .i2-l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .init-2 .i2-m .i2-r {
  padding-left: var(--ft40);
  width: 59.21%;
}
#index-body .init-2 .i2-m .i2-r .i2-p {
  margin-top: var(--ft26);
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.67;
}
#index-body .init-2 .i2-m .i2-r .hj_btn {
  margin-top: calc(3.0225vw + 12px);
}
#index-body .init-3 {
  padding-bottom: var(--px100);
  position: relative;
  padding-top: calc(2.4955vw + 14px);
}
#index-body .init-3 .i3-bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
}
#index-body .init-3 .container .i3-t {
  display: flex;
  justify-content: space-between;
}
#index-body .init-3 .container .i3-m {
  margin-top: var(--ft40);
  display: flex;
  justify-content: space-between;
}
#index-body .init-3 .container .i3-m .i3-c:hover .i3-l::before {
  width: 100%;
}
#index-body .init-3 .container .i3-m .i3-c:hover .i3-box .i3-b img {
  filter: none;
  transform: rotateY(180deg);
}
#index-body .init-3 .container .i3-m .i3-c .i3-t {
  font-weight: 400;
  font-size: var(--ft24);
  color: #000000;
  line-height: 1.1;
}
#index-body .init-3 .container .i3-m .i3-c .i3-l {
  height: 2px;
  background: #000000;
  margin-top: calc(0.1055vw + 13px);
  margin-bottom: var(--ft26);
  position: relative;
}
#index-body .init-3 .container .i3-m .i3-c .i3-l::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 0%;
  height: 2px;
  background: var(--color);
}
#index-body .init-3 .container .i3-m .i3-c .i3-box {
  display: flex;
  justify-content: center;
}
#index-body .init-3 .container .i3-m .i3-c .i3-box .i3-b {
  width: 229px;
  height: 255px;
  background: url(../images/i3-7.png) no-repeat;
  padding: var(--ft26);
}
#index-body .init-3 .container .i3-m .i3-c .i3-box .i3-b img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  filter: brightness(0);
}
#index-body .init-3 .container .i3-m .i3-c .i3-box .i3-b .i3-b1 {
  margin-top: 4px;
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.67;
  text-align: center;
}
#index-body .init-4 {
  background: var(--color);
  position: relative;
}
#index-body .init-4 .i4-bg1 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  z-index: 3;
  width: 34.69vw;
}
#index-body .init-4 .container {
  position: relative;
}
#index-body .init-4 .container .i4-btns {
  position: absolute;
  z-index: 4;
  left: 45.6%;
  bottom: calc(6.25vw + 7px);
  display: flex;
}
#index-body .init-4 .container .i4-btns img {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-4 .container .i4-btns img:hover {
  opacity: 0.5;
}
#index-body .init-4 .container .i4-btns .i4-btnl {
  margin-right: var(--ft30);
}
#index-body .init-4 .container .i4-btns .i4-btnr {
  transform: rotate(180deg);
}
#index-body .init-4 .swiper_i4 .swiper-slide {
  position: relative;
  z-index: 4;
  display: flex;
}
#index-body .init-4 .swiper_i4 .swiper-slide .i4-l {
  width: 40.66%;
  border-radius: 0px calc(4.1667vw + 20px) 0px calc(4.1667vw + 20px);
  overflow: hidden;
}
#index-body .init-4 .swiper_i4 .swiper-slide .i4-r {
  width: 59.34%;
  padding-left: calc(3.1215vw + 12px);
  padding-top: calc(6.25vw + 7px);
}
#index-body .init-4 .swiper_i4 .swiper-slide .i4-r .i4r-m {
  max-width: 548px;
}
#index-body .init-4 .swiper_i4 .swiper-slide .i4-r .i4r-m .hj-tap {
  color: #fff;
}
#index-body .init-4 .swiper_i4 .swiper-slide .i4-r .i4r-m .hj-tap span::after {
  background: #fff;
}
#index-body .init-4 .swiper_i4 .swiper-slide .i4-r .i4r-m .hj-h {
  color: #fff;
}
#index-body .init-4 .swiper_i4 .swiper-slide .i4-r .i4r-m .i4r-p1 {
  margin-top: calc(2.0835vw + 12px);
  padding: 0 calc(1.4405vw + 13px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 55px;
  border-radius: 28px;
  border: 1px solid #FFFFFF;
  font-weight: 400;
  font-size: var(--ft24);
  color: #FFFFFF;
}
#index-body .init-4 .swiper_i4 .swiper-slide .i4-r .i4r-m .i4r-p2 {
  margin-top: var(--ft50);
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.67;
}
#index-body .init-5 {
  padding: calc(5.519vw + 14px) 0;
  background: #f6f6f6;
}
#index-body .init-5 .i5-t {
  margin-bottom: var(--ft60);
  display: flex;
  align-items: start;
}
#index-body .init-5 .i5-t > div {
  width: 50%;
}
#index-body .init-5 .i5-t .i5-r {
  display: flex;
  justify-content: space-between;
}
#index-body .init-5 .i5-t .i5-r .i5-n {
  border-radius: 20px;
  padding-left: var(--ft18);
  padding-right: 11px;
  height: 52px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: var(--ft24);
  color: #000000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .i5-t .i5-r .i5-n img {
  margin-right: 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .i5-t .i5-r .i5-n.active {
  background: var(--color);
  color: #fff;
}
#index-body .init-5 .i5-t .i5-r .i5-n.active img {
  filter: brightness(0) invert(1);
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide {
  display: flex;
  justify-content: space-between;
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide > div {
  width: 50%;
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-l {
  padding-left: 10.42vw;
  padding-right: calc(3.4405vw + 16px);
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-l .img-box {
  border-radius: var(--ft20);
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-l .img-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-r {
  padding-right: 10.42vw;
  padding-top: var(--ft30);
  padding-bottom: var(--ft30);
  padding-left: calc(2.6555vw + 14px);
  width: 50%;
  background: #FFFFFF;
  border-radius: calc(4.1667vw + 20px) 0px 0px calc(4.1667vw + 20px);
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-r .i5vr-t .i5-x1 {
  font-weight: 500;
  font-size: var(--ft18);
  color: #000000;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-r .i5vr-t .i5-x1:hover{
  color: var(--color);
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-r .i5vr-t .i5-x2 {
  font-weight: 400;
  font-size: var(--ft16);
  color: #000000;
  display: flex;
  align-items: center;
  margin-top: 14px;
  margin-bottom: var(--ft16);
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-r .i5vr-t .i5-x2 span {
  width: 32px;
  height: 1px;
  background: #C5C5C5;
  margin-right: 11px;
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-r .i5vr-t .i5-x3 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.67;
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-r .i5vr-t .hj1_btn {
  color: var(--color);
  margin-top: var(--ft24);
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-r .i5vr-l {
  background: #c5c5c5;
  height: 1px;
  margin-top: var(--ft38);
  margin-bottom: calc(1.46vw + 14px);
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-r .i5vr-m {
  margin: 0 calc(-0.625vw - 14px);
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-r .i5vr-m .i5c-k {
  background: #F6F6F6;
  border-radius: 10px;
  padding: var(--ft20) 11px var(--ft20) 15px;
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-r .i5vr-m .i5c-k .i5c-p1 {
  display: flex;
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-r .i5vr-m .i5c-k .i5c-p1 img {
  height: 21px;
  margin-right: 15px;
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-r .i5vr-m .i5c-k .i5c-p2 {
  height: 1px;
  background: #C5C5C5;
  margin-top: var(--ft18);
  margin-bottom: 12px;
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-r .i5vr-m .i5vr-c:hover .i5c-p12{
  color: var(--color);
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-r .i5vr-m .i5c-k .i5c-p3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-r .i5vr-m .i5c-k .i5c-p3 .hj1_btn {
  color: #000000;
  font-size: var(--ft16);
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-r .i5vr-m .i5vr-c {
  padding: 0 calc(0.625vw + 14px);
  margin-right: var(--ft50);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: var(--color);
}
#footer .fm2 {
  background: var(--color);
  padding-top: 17px;
  display: flex;
}
#footer .fm2 .f2-l {
  width: 41.875%;
  padding-left: 10.42vw;
  padding-top: calc(3.0225vw + 10px);
}
#footer .fm2 .f2-l .hj-tap {
  color: #fff;
}
#footer .fm2 .f2-l .hj-tap span::after {
  background: #fff;
}
#footer .fm2 .f2-l .hj-h {
  margin-bottom: var(--ft26);
  color: #ffffff;
}
#footer .fm2 .f2-l .hj-h p {
  white-space: nowrap;
}
#footer .fm2 .f2-l .fm2-li {
  margin-bottom: var(--ft24);
  display: flex;
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.67;
}
#footer .fm2 .f2-l .fm2-li .li_t {
  max-width: 447px;
}
#footer .fm2 .f2-l .fm2-li img {
  width: 46px;
  height: 46px;
  margin-right: calc(0.525vw + 13px);
}
#footer .fm2 .f2-r {
  width: 58.125%;
  padding: calc(2.6067vw + 18px) 10.42vw calc(2.6067vw + 18px) calc(3.65vw + 13px);
  border-radius: calc(3.4405vw + 14px) 0px 0px 0px;
  background: #fff;
}
#footer .fm2 .f2-r form textarea {
  margin-top: 15px;
  padding: var(--ft24) var(--ft36);
  height: 159px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #8A8A8A;
}
#footer .fm2 .f2-r form .div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
#footer .fm2 .f2-r form .div p {
  position: relative;
}
#footer .fm2 .f2-r form .div p img {
  position: absolute;
  left: var(--ft36);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#footer .fm2 .f2-r form .div input {
  padding-left: calc(3.4405vw + 21px);
  padding-right: 15px;
  width: 100%;
  height: 84px;
  border-radius: 12px;
  border: 1px solid #8B8B8B;
  position: relative;
}
#footer .fm2 .f2-r form .f-tip {
  margin-top: var(--ft46);
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#footer .fm2 .f2-r form .f-tip .ftip-l {
  width: 77%;
  font-weight: 400;
  font-size: var(--ft18);
  color: #444444;
  line-height: 1.67;
}
#footer .fm2 .f2-r form .f-tip .s_btn {
  padding: 0 var(--ft60);
  align-items: center;
  justify-content: center;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: var(--ft30);
  color: #FFFFFF;
  text-transform: uppercase;
  display: flex;
  height: 79px;
  background: #1F3E71;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.46);
  border-radius: var(--ft20);
}
#footer .fm2 .f2-r form .f-tip .s_btn:hover {
  background: #000;
}
#footer .fm1 {
  padding-left: 10.42vw;
}
#footer .fm1 .fw1 {
  width: 100%;
  padding-right: 10.42vw;
  background: #F6F6F6;
  border-radius: var(--ft50) 0px 0px var(--ft50);
  display: flex;
  padding: var(--ft60) 0;
}
#footer .fm1 .fw1 > div {
  width: 50%;
}
#footer .fm1 .fw1 .fw1-h {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: var(--ft24);
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}
#footer .fm1 .fw1 .fw1-h span {
  width: 9px;
  height: 9px;
  background: #1F3E71;
  border-radius: 50%;
  margin-right: calc(0.525vw + 13px);
}
#footer .fm1 .fw1 .fw1-li {
  text-transform: uppercase;
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 32x;
  line-height: 32px;
  display: inline-block;
}
#footer .fm1 .fw1 .fw1-li:hover {
  color: var(--color);
  font-weight: 600;
}
#footer .fm1 .fw1 .fw1r-v {
  display: flex;
}
#footer .fm1 .fw1 .mr25 {
  margin-right: calc(0.625vw + 13px);
}
#footer .fm1 .fw1 .mr23 {
  margin-right: calc(0.525vw + 13px);
}
#footer .fm1 .fw1 .mb32 {
  margin-bottom: var(--ft32);
}
#footer .fm1 .fw1 .mr40 {
  margin-right: var(--ft40);
}
#footer .fm1 .fw1 .fw1-l {
  display: flex;
}
#footer .fm1 .fw1 .fw1-l .fw1l-r {
  margin-top: -4px;
}
#footer .fm1 .fw1 .fw1-l .fw1l-l {
  padding-left: calc(2.0835vw + 12px);
  margin-right: var(--ft20);
}
#footer .copyright {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: var(--ft40);
  padding-bottom: var(--ft40);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  vertical-align: bottom;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .right {
  display: flex;
  font-size: var(--ft24);
  color: #ffffff;
}
#footer .copyright .container .right a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  margin-left: var(--ft16);
}
#footer .copyright .container .right a:hover {
  color: #000;
}
#footer .copyright .container .left {
  justify-content: space-between;
  position: relative;
  top: 0;
  color: #ffffff;
}
@media screen and (max-width: 1900px) {
  #footer .fm2 .f2-l {
    width: 43.875%;
    padding-left: 10.42vw;
    padding-top: calc(3.0225vw + 10px);
  }
  #footer .fm2 .f2-r {
    width: 56.125%;
  }
}
@media (max-width: 1800px) {
  #index-body .init-5 .i5-t .i5-r .i5-n {
    font-size: 14px;
  }
  #index-body .init-4 .swiper_i4 .swiper-slide .i4-r .i4r-m .i4r-p2 {
    padding-right: 5vw;
  }
  #index-body .init-2 .i2-m .i2-bg2 ul li {
    margin-right: calc(4.77vw + 20px);
  }
  .container {
    width: 1400px;
  }
}
@media screen and (max-width: 1700px) {
  #footer .fm1 .fw1 .mr40 {
    margin-right: var(--ft30);
  }
}
@media screen and (max-width: 1600px) {
  #footer .fm1 .fw1 > div {
    width: auto;
    padding-right: var(--ft30);
  }
  #footer .fm1 .fw1 .mr40 {
    margin-right: var(--ft20);
  }
  #footer .fm2 .f2-l .hj-h p {
    white-space: wrap;
  }
}
@media (max-width: 1500px) {
  #index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-l {
    padding-left: 3.42vw;
    padding-right: calc(3.4405vw + 16px);
  }
  #index-body .init-4 .container .i4-btns {
    position: absolute;
    z-index: 4;
    left: 40.6%;
    bottom: calc(1.25vw + 7px);
    display: flex;
  }
  #index-body .init-4 .swiper_i4 .swiper-slide .i4-l {
    width: 35.66%;
  }
  #banner .swiper_banner .swiper-slide .banner-text .bt1 {
    font-size: var(--ft38);
  }
  #banner .swiper_banner .swiper-slide .banner-text {
    max-width: 35%;
  }
  .container {
    width: 1200px;
  }
}
#index-body .init-3 .container .i3-m .i3-c .i3-t {
  justify-content: center;
}
@media screen and (max-width: 1450px) {
  #footer .fm1 .fw1 .fw1-r {
    margin-top: var(--ft30);
  }
  #footer .fm1 .fw1 .fw1-r .fw1-h {
    padding-left: calc(2.0835vw + 12px);
  }
  #footer .fm1 .fw1 {
    flex-wrap: wrap;
  }
  #index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-l {
    padding-left: 10.42vw;
    padding-right: calc(3.4405vw + 16px);
  }
  #index-body .init-4 .swiper_i4 .swiper-slide .i4-r .i4r-m .i4r-p2 {
    padding-right: 10vw;
  }
  #index-body .init-4 .swiper_i4 .swiper-slide .i4-r {
    width: 59.34%;
    padding-left: calc(3.1215vw + 12px);
    padding-top: calc(1.25vw + 7px);
  }
  #index-body .init-3 .container .i3-m .i3-c .i3-t {
    font-size: var(--ft18);
    justify-content: center;
  }
  #index-body .init-2 .i2-m .i2-bg2 ul li {
    margin-right: calc(1.77vw + 20px);
  }
  #index-body .init-2 .i2-m .i2-r .hj_btn {
    margin-top: calc(0.0225vw + 12px);
  }
}
@media (max-width: 1250px) {
  #footer .fm2 .f2-r form .div p img {
    left: var(--ft20);
  }
  #footer .fm2 .f2-r {
    width: 58.125%;
    padding: calc(2.6067vw + 18px) 10.42vw calc(2.6067vw + 18px) calc(3.65vw + 13px);
    border-radius: calc(3.4405vw + 14px) 0px 0px calc(3.4405vw + 14px);
    background: #fff;
  }
  #footer .fm1 .fw1 {
    display: none;
  }
  #index-body .init-5 .i5-t .i5-r {
    margin-top: var(--ft20);
  }
  #index-body .init-5 .i5-t > div {
    width: 100%;
  }
  #index-body .init-5 .i5-t {
    flex-wrap: wrap;
  }
  #index-body .init-4 .swiper_i4 .swiper-slide .i4-r .i4r-m .i4r-p1 {
    height: 40px;
    margin-top: var(--ft20);
  }
  #index-body .init-4 .swiper_i4 .swiper-slide .i4-l {
    width: 35%;
  }
  #index-body .init-4 .swiper_i4 .swiper-slide .i4-r {
    width: 65%;
  }
  #index-body .init-4 .swiper_i4 .swiper-slide .i4-r .i4r-m .i4r-p2 {
    padding-right: 0;
    margin-top: var(--ft20);
  }
  #index-body .init-4 .swiper_i4 .swiper-slide .i4-r .i4r-m {
    max-width: none;
  }
  #index-body .init-4 .i4-bg1 {
    display: none;
  }
  #index-body .init-3 .i3-bg1 {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: none;
  }
  #index-body .init-3 .container .i3-t {
    flex-wrap: wrap;
  }
  #index-body .init-3 .container .i3-t .hj_btn {
    margin-top: var(--ft20);
  }
  #index-body .init-3 .container .i3-m {
    flex-wrap: wrap;
  }
  #index-body .init-2 .i2-m .i2-bg2 {
    margin-top: var(--ft40);
    border-radius: 0;
    position: static;
    width: 100%;
  }
  #index-body .init-2 .i2-m .i2-bg2 ul {
    justify-content: center;
  }
  #index-body .init-2 .i2-m .i2-bg1 {
    display: none;
  }
  #index-body .init-1 .container .i1-m .i1-btnl {
    left: calc(-2.21vw - 15px);
  }
  #index-body .init-1 .container .i1-m .i1-btnr {
    right: calc(-2.21vw - 15px);
  }
  .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  #footer .fm2 .f2-r form .div input {
    padding-left: 60px;
  }
  #footer .fm2 .f2-l {
    width: 100%;
  }
  #footer .fm2 .f2-r {
    width: 100%;
  }
  #footer .fm2 {
    flex-wrap: wrap;
  }
  #index-body .init-4 .swiper_i4 .swiper-slide .i4-l {
    max-height: 50vh;
  }
  #index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-l {
    padding-left: 10.42vw;
    padding-right: calc(1.4405vw + 8px);
  }
  #index-body .init-5 .i5-v .swiper_i5 .swiper-slide {
    flex-wrap: wrap;
  }
  #index-body .init-4 .container .i4-btns {
    position: static;
    margin-top: var(--ft24);
  }
  #index-body .init-4 {
    padding: var(--px100) 0;
  }
  #index-body .init-4 .swiper_i4 .swiper-slide {
    flex-wrap: wrap;
  }
  #index-body .init-4 .swiper_i4 .swiper-slide .i4-r {
    width: 100%;
    padding-left: 0;
    margin-top: var(--ft26);
  }
  #index-body .init-4 .swiper_i4 .swiper-slide .i4-r .i4r-m .i4r-p2 {
    padding-right: 0;
  }
  #index-body .init-4 .swiper_i4 .swiper-slide .i4-l {
    width: 100%;
    overflow: hidden;
  }
  #index-body .init-3 .container .i3-m .i3-c .i3-t {
    font-size: var(--ft16);
  }
  #index-body .init-3 .container .i3-m .i3-c {
    width: 32%;
  }
  #banner .swiper_banner .swiper-banner-pagination,
  #index-body .init-1 .container .i1-m i {
    display: none;
  }
  #banner .swiper_banner .swiper-slide .banner-text {
    max-width: 50%;
  }
  #banner .swiper_banner .swiper-slide .banner-text {
    left: 15px;
  }
  .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  #footer .fm2 .f2-r form .f-tip .ftip-l {
    width: 100%;
    margin-bottom: var(--ft30);
  }
  #footer .fm2 .f2-r form .f-tip {
    flex-wrap: wrap;
  }
  #footer .fm2 .f2-r form .div {
    grid-template-columns: 1fr;
  }
  #footer .fm2 .f2-l {
    padding: 0 15px;
  }
  #footer .fm2 .f2-r {
    padding: var(--ft38) 15px;
  }
  #index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-r {
    width: 100%;
    padding: var(--ft40) 15px;
    border-radius: 0;
    margin-top: var(--ft24);
  }
  #index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-l {
    width: 100%;
    padding: 0 15px;
  }
  #index-body .init-3 .container .i3-m .i3-c {
    width: 48%;
  }
  #index-body .init-2 .i2-m .i2-bg2 {
    padding: var(--ft30) 15px;
  }
  #index-body .init-2 .i2-m .i2-l {
    width: 100%;
  }
  #index-body .init-2 .i2-m .i2-r {
    padding: 0;
    margin-top: var(--ft40);
    width: 100%;
  }
  #index-body .init-2 .i2-m .container {
    flex-wrap: wrap;
  }
  #banner .swiper_banner .swiper-slide .banner-text {
    max-width: 100%;
    left: 0;
    padding: 0 15px;
  }
  #banner .swiper_banner .swiper-slide > img {
    height: 313px;
    width: 100%;
    object-fit: cover;
  }
  .container {
    width: 100%;
  }
}
#index-body .init-5 .i5-v .swiper_i5 .swiper-slide .i5v-l .img-box {
  height: 100%;
}
@media (max-width: 500px) {
  #index-body .init-5 .i5-t .i5-r {
    flex-wrap: wrap;
  }
  #index-body .init-3 .container .i3-m .i3-c {
    width: 100%;
  }
  #index-body .init-2 .i2-m .i2-bg2 ul {
    flex-wrap: wrap;
  }
  #index-body .init-2 .i2-m .i2-bg2 ul li {
    width: 100%;
    margin: 0;
    margin-bottom: var(--ft20);
  }
}
.page-header02{
  position: fixed;
  width: 100%;
  display: none;
}
@media (max-width: 1250px) {
      #menuFull~#banner, #menuFull~#indexMobileBanner, #menuFull~#innerMobileBanner, #menuFull~.inner-banner, .mobile-menu-wrap01~#banner, .mobile-menu-wrap01~#indexMobileBanner, .mobile-menu-wrap01~#innerMobileBanner, .mobile-menu-wrap01~.inner-banner {
        margin-top: 60px !important;
    }
  .page-header02{
    display: flex;
  }
}
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: calc(2.059vw + 14px);
  }
  #header > .nav > .menu .menu-box .right{
    padding-left: calc(1.4405vw + 14px);
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .right .lang_cont{
    margin-left: var(--ft18);
  }
    #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: var(--ft20);
  }
}
/*////////////////////////////*/
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  color: #858585;
  border-radius: 36px;
  border: 1px solid rgba(98, 98, 98, 0.47);
  padding: 5px 9px 5px 36px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more em {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color);
  text-align: center;
  line-height: 60px;
  color: #fff;
  margin-left: 15px;
  font-size: 30px;
}
.more em i {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more.white {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.47);
}
.more.white em {
  background: #fff;
}
.more.white em i {
  color: var(--color);
}
.more.white::after {
  background: #fff;
}
.more.white:hover {
  border-color: #fff;
  color: var(--color);
}
.more.white:hover em {
  background: var(--color);
  color: #fff;
}
.more.white:hover em i {
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.more:hover {
  border-color: var(--color);
  color: #fff;
}
.more:hover::after {
  width: 100%;
}
.more:hover em {
  background: #fff;
  color: var(--color);
}
.more:hover em i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wrapper_con {
  width: 27px;
  height: 54px;
  position: absolute;
  top: -2px;
  overflow: hidden;
  display: none;
}
.right {
  right: -2px;
}
.left {
  left: -2px;
}
.circleProgress {
  width: 26px;
  height: 26px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.rightcircle {
  border-bottom: 2px solid var(--color);
  border-left: 2px solid var(--color);
  right: 0;
}
.leftcircle {
  border-top: 2px solid var(--color);
  border-right: 2px solid var(--color);
  left: 0;
}
@-webkit-keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circleProgressLoad_right {
  0% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circleProgressLoad_left {
  0%,
  50% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
.inner-banner {
  height: 481px;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 246px;
  border-radius: 0px 0px 300px 0px;
  color: #fff;
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
}
.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .tit {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 17px;
  text-transform: uppercase;
}
.font-48 {
  font-size: 42px;
  line-height: 1.2;
}
.font-18 {
  line-height: 1.6;
}
.font-36 {
  line-height: 1.3;
}
.inner-page .in-num {
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
}
.inner-page .in-num::before {
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: -2px 7px 0 0;
}
.inner-page .title {
  font-weight: bold;
}
.inner-page .m-page {
  margin-top: 100px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 100%;
  background: #333;
  font-size: 17px;
  font-weight: bold;
  color: white;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
}
@media screen and (max-width: 1250px) {
  .inner-banner{
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
    padding-top: 100px;
  }
  .inner-banner .tit {
    font-size: 36px;
  }
  .inner-page .in-num::before {
    width: 20px;
    height: 20px;
    margin: 2px 7px 0 0;
  }
  .font-48 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    background: #fff !important;
    color: #000;
    height: auto;
    padding-top: 30px;
  }
  .inner-banner .tit {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .font-48 {
    font-size: 30px;
  }
}
.seo_content {
  padding-top: 5.6771%;
}
.seo_content .tag {
  color: var(--color);
  font-weight: bold;
  text-transform: uppercase;
}
.seo_content .title {
  text-transform: uppercase;
}
.seo_content .title small {
  display: block;
}
.seo_content .title em {
  color: var(--color);
}
.seo_content .seo_about {
  background-color: #f6f6f6;
  border-radius: 300px 0px 0px 0px;
  padding: 8.282% 0 9.115%;
}
.seo_content .seo_about .con {
  color: rgba(0, 0, 0, 0.6);
  padding-right: 57px;
  margin-top: 43px;
  max-height: 467px;
  overflow-y: auto;
}
.seo_content .seo_about .con::-webkit-scrollbar {
  width: 6px;
}
.seo_content .seo_about .con::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.22);
}
.seo_content .seo_honor {
  padding: 2.782% 0 0.209%;
}
.seo_content .seo_honor .content {
  margin-top: 29px;
}
.seo_content .seo_honor .content ul {
  margin-right: -25px;
}
.seo_content .seo_honor .content ul li {
  padding-right: 25px;
}
.seo_content .seo_honor .content ul li .img-box img {
  width: 100%;
}
.seo_content .seo_honor .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.seo_content .seo_honor .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seo_content .seo_honor .content ul.slick-dots li button {
  display: none;
}
.seo_content .seo_honor .content ul.slick-dots li.slick-active {
  background: var(--color);
}
.seo_content .seo_honor .content ul.slick-dots li:last-child {
  margin-right: 0;
}
.seo_content .seo_news {
  background-color: #f6f6f6;
  padding: 5.834% 0 7.344%;
}
.seo_content .seo_news .content {
  margin-top: 61px;
}
.seo_content .seo_news .content ul {
  margin-right: -25px;
}
.seo_content .seo_news .content ul li {
  padding-right: 25px;
}
.seo_content .seo_news .content ul li .img {
  position: relative;
}
.seo_content .seo_news .content ul li .img .img-box {
  border-radius: 0 100px 0 0;
}
.seo_content .seo_news .content ul li .img .img-box img {
  width: 100%;
}
.seo_content .seo_news .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  background: rgba(0, 0, 0, 0.2);
}
.seo_content .seo_news .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: var(--color);
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
}
.seo_content .seo_news .content ul li .img time em {
  line-height: 1;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
}
.seo_content .seo_news .content ul li .img time span {
  display: block;
  margin-top: 5px;
}
.seo_content .seo_news .content ul li .text {
  padding: 24px 30px 0 16px;
}
.seo_content .seo_news .content ul li .text .tit {
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seo_content .seo_news .content ul li .text .tit:hover {
  color: var(--color);
}
.seo_content .seo_news .content ul li .text .con {
  color: #737373;
  line-height: 1.7;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.seo_content .seo_industry {
  padding-top: 5%;
}
.seo_content .seo_industry .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 41px;
}
.product-page {
  padding: 7% 0 10.7292%;
  position: relative;
  z-index: 1;
}
.product-page .Auxil-h1{
  font-size: 30px;
    color: var(--color);
}
/*.product-page .list .in-num {
  color: var(--color);
}
.product-page .list .in-num::before {
  width: 14px;
  height: 14px;
  margin: 5px 7px 0 0;
}
.product-page .list .title {
  margin-top: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  width: 90%;
}
.product-page .list .title:hover {
  color: var(--color);
}
.product-page .list ul li {
  padding: 46px 0 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 180px;
}
.product-page .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 .list ul li .ig .text {
  width: 45.549%;
  padding-right: 71px;
}
.product-page .list ul li .ig .text .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.product-page .list ul li .ig .text .more {
  padding-left: 57px;
  margin-top: 46px;
}
.product-page .list ul li .ig .img {
  width: 54.451%;
}
.product-page .list ul li::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 774px;
  height: 578px;
  background-color: #f6f6f6;
  border-radius: 289px 0px 0px 289px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .list ul li:hover::after {
  background: var(--color);
}
.product-page .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 .list ul li:nth-child(even) .ig .text {
  padding: 0 0 0 71px;
}
.product-page .list ul li:nth-child(even)::after {
  right: initial;
  left: 0;
  width: 964px;
  height: 578px;
  border-radius: 0px 289px 289px 0px;
}
.product-page .list ul li:last-child {
  margin-bottom: 0;
}*/
/*.product-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}*/
/*@media screen and (max-width: 1680px) {
  .product-page .list ul li::after {
    width: 700px;
    height: 500px;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 820px;
    height: 500px;
  }
}*/
/*@media screen and (max-width: 1440px) {
  .product-page .list ul li .ig .text {
    padding-right: 40px;
  }
  .product-page::after {
    font-size: 300px;
    top: -20px;
  }
  .product-page .list ul li::after {
    width: 600px;
    height: 400px;
    border-radius: 200px 0px 0px 200px;
    top: 8%;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 720px;
    height: 400px;
    border-radius: 0px 200px 200px 0px;
  }
  .product-page .list ul li:nth-child(even) .ig .text {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 1280px) {
  .product-page::after {
    font-size: 260px;
    top: -20px;
  }
  .product-page .list .title {
    width: 100%;
  }
  .product-page .list ul li::after {
    width: 500px;
    height: 300px;
    border-radius: 150px 0px 0px 150px;
    top: 24%;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 620px;
    height: 300px;
    border-radius: 0px 200px 200px 0px;
  }
  .product-page .list ul li {
    margin-bottom: 80px;
  }
}*/
@media screen and (max-width: 1100px) {
  .product-page .list ul li:nth-child(even)::after {
    width: 500px;
  }
  .font-36 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  /*.product-page::after {
    display: none;
  }
  .product-page .list ul li {
    margin-bottom: 40px;
    padding: 0;
  }
  .product-page .list ul li .ig .text {
    width: 100%;
    padding-right: 0;
  }
  .product-page .list ul li .ig .text .more {
    padding-left: 31px;
    margin-top: calc(0.525vw + 10px);
  }
  .product-page .list ul li .ig .img {
    width: 100%;
  }
  .product-page .list ul li::after {
    display: none;
  }
  .product-page .list ul li:nth-child(even) .ig .text {
    padding: 0;
  }*/
  .seo_content .seo_about {
    border-radius: 0;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -40px;
  }
}
@media screen and (max-width: 700px) {
  .font-24 {
    font-size: 20px;
  }
  /*.product-page .Auxil-h1{
    display: none!important;
  }
  .product-page .list .in-num::before {
    margin: 3px 7px 0 0;
  }*/
  .font-36 {
    font-size: 30px;
  }
  .seo_content .seo_about .con {
    margin-top: calc(0.525vw + 10px);
    padding-right: 20px;
  }
  .seo_content .seo_news .content ul {
    margin-right: -10px;
  }
  .seo_content .seo_news .content ul li {
    padding-right: 10px;
  }
  .seo_content .seo_news .content ul li .text {
    padding: 10px 0 0 0;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .font-24 {
    font-size: 16px;
  }
  /*.product-page .list .in-num::before {
    margin: 0px 7px 0 0;
  }*/
  .font-36 {
    font-size: 24px;
  }
  /*.product-page .list ul li .ig .text .more {
    padding-left: 19px;
  }*/
  .seo_content .seo_honor .content {
    margin-top: 10px;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -26px;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 5px;
  }
  .seo_content .seo_news .content {
    margin-top: calc(0.525vw + 10px);
  }
}
.prodet-page {
  padding: 7% 0 10.7292%;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-1 {
  position: relative;
}
.prodet-page .prodet-1 .left{
  width: 53%;
}
.prodet-page .prodet-1 .left .small{
  width: 21.042%;
}
.prodet-page .prodet-1 .left .small ul{
  margin: -11.5px 0;
}
.prodet-page .prodet-1 .left .small ul .slick-track{
  display: block;
}
.prodet-page .prodet-1 .left .small ul li{
  padding: 11.5px;
}
.prodet-page .prodet-1 .left .small ul li a{
	border: solid 1px #c8c8c8;
  display: block;
}
.prodet-page .prodet-1 .left .small ul .slick-current li a{
  border-color: var(--color);
}
.prodet-page .prodet-1 .left .small .slick-arrow{
  width: 43px;
	height: 43px;
  background-color: #1c1c1c;
  border: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  font-size: 30px; 
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .small .slick-arrow:hover{
  background: var(--color);
}
.prodet-page .prodet-1 .left .big{
  width: 78.958%;
  padding-left: 37px;
}
.prodet-page .prodet-1 .left .big ul{
  border: solid 1px #c8c8c8;
}
.prodet-page .prodet-1 .right{
  width: 47%;
}
.prodet-page .prodet-1 .right span.category{
  color: var(--color);
  line-height: 2;
}
.prodet-page .prodet-1 .right h1{
  line-height: 1.2;
  margin-top: 16px;
}
.prodet-page .prodet-1 .right .con{
  color: #171717;
  line-height: 1.8;
  margin-top: 40px;
  max-height: 166px;
  overflow-y: auto;
}
.prodet-page .m-link{
  width: 86%;
  margin: 30px 0 0 auto;
}
.prodet-page .prodet-2 {
  padding-top: 8.639%;
}
.prodet-page .prodet-2 .ret {
  margin-top: 30px;
}
.prodet-page .prodet-2 .ret .bt {
  height: 106px;
  padding: 0 104px 0 79px;
  line-height: 106px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: var(--color);
  border-radius: 0px 0px 50px 0px;
  color: #fff;
  display: none;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret .bt::before {
  content: '';
  position: absolute;
  left: 47px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
}
.prodet-page .prodet-2 .ret .con {
  color: rgba(0, 0, 0, 0.6);
}
.prodet-page .prodet-2 .ret .con ul{
  margin: -10px;
}
.prodet-page .prodet-2 .ret .con ul li{
  padding: 10px;
}
.prodet-page .prodet-2 .ret .con ul li a{
  border: 2px solid #eee;
  display: block;
}
.prodet-page .prodet-2 .ret form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .prodet-2 .ret form input {
  width: 46%;
  font-size: 18px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 63px;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret form input:nth-child(5){
  width: 100%;
}
.prodet-page .prodet-2 .ret form p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .ret form textarea {
  width: 100%;
  height: 177px;
  font-size: 18px;
  padding: 18px 8px;
  border: 1px solid #dbdbdb;
}
.prodet-page .prodet-2 .ret form input[type="submit"] {
  background: var(--color);
  color: white;
  border: none;
  width: 186px;
  height: 57px;
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-2 .ret form input[type="submit"]:hover {
  background: #000;
}
.prodet-page .prodet-3 {
  margin-top: 89px;
}
.prodet-page .prodet-3 .content {
  margin-top: 55px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -42px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 42px;
}
.prodet-page .prodet-3 .content ul li .img-box {
  background-color: #f6f6f6;
  border-radius: 0px 100px 0px 0px;
  padding: 20px;
  text-align: center;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 30px;
}
.prodet-page .prodet-3 .content ul li .text .in-num {
  color: var(--color);
}
.prodet-page .prodet-3 .content ul li .text .in-num::before {
  width: 14px;
  height: 14px;
  margin: 2px 7px 0 0;
}
.prodet-page .prodet-3 .content ul li .text .tit {
  font-weight: bold;
  line-height: 1.6;
  text-transform: uppercase;
  margin-top: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .text .tit:hover {
  color: var(--color);
}
.prodet-page .prodet-3 .content ul li .text .more {
  padding-left: 57px;
  margin-top: 65px;
}
.prodet-page .opt {
  background-color: #f6f6f6;
}
.prodet-page .opt dl {
  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;
}
.prodet-page .opt dl dd {
  height: 106px;
  padding: 0 104px 0 79px;
  line-height: 106px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin-right: 24px;
  cursor: pointer;
}
.prodet-page .opt dl dd::before {
  content: '';
  position: absolute;
  left: 47px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--color);
}
.prodet-page .opt dl dd::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 0px 0px 50px 0px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.prodet-page .opt dl dd:hover,
.prodet-page .opt dl dd.active {
  color: #fff;
}
.prodet-page .opt dl dd:hover::before,
.prodet-page .opt dl dd.active::before {
  background: #fff;
}
.prodet-page .opt dl dd:hover::after,
.prodet-page .opt dl dd.active::after {
  opacity: 1;
}
.prodet-page .opt dl dd:last-child {
  margin-right: 0;
}
.prodet-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.font-16{
  line-height: 1.8;
}
@media screen and (max-width: 1680px) {
  .prodet-page .opt dl dd{
    padding: 0 30px 0 60px;
  }
  .prodet-page .opt dl dd::before{
    left: 22px;
  }
}
@media screen and (max-width: 1440px) {
  .prodet-page::after {
    font-size: 300px;
    top: -20px;
  }
  .font-30 {
    font-size: 27px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    margin-top: 30px;
  }
  .prodet-page .opt dl{
    zoom: .8;
  }
}
@media screen and (max-width: 1280px) {
  .font-30 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .con{
    margin-top: calc(0.525vw + 10px);
  }
  .prodet-page .prodet-1 .right .more{
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .prodet-page::after {
    font-size: 260px;
  }
  .prodet-page .opt dl dd::before {
    left: 30px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -20px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page::after {
    display: none;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
    padding: 30px 0 0 0;
  }
  .prodet-page .opt dl dd {
    margin-right: 0;
    padding: 0 20px 0 40px;
  }
  .prodet-page .opt dl dd::before {
    left: 15px;
  }
  .font-20 {
    font-size: 18px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    padding-left: 31px;
  }
  .font-16{
    font-size: 16px;
  }
  .font-32 {
        font-size: 31px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .opt {
    display: none;
  }
  .prodet-page .prodet-2 .ret .bt {
    display: block;
    height: 80px;
    line-height: 80px;
  }
  .prodet-page .prodet-2 .ret .bt::before {
    top: 30px;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block !important;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
  .prodet-page .prodet-3 {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 .opt dl dd {
    padding: 0 104px 0 79px;
    height: 80px;
    line-height: 80px;
    width: 100%;
  }
  .prodet-page .prodet-3 .opt dl dd::before {
    top: 30px;
    left: 47px;
  }
  .prodet-page .m-link{
    width: 100%;
  }
  .prodet-page .opt dl{
    zoom: 1;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-3 .opt dl dd,
  .prodet-page .prodet-2 .ret .bt {
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 30px;
  }
  .prodet-page .prodet-3 .opt dl dd::before,
  .prodet-page .prodet-2 .ret .bt::before {
    left: 10px;
    top: 22px;
    width: 14px;
    height: 14px;
  }
  .prodet-page .prodet-2 .ret form input {
    width: 100%;
    margin-right: 0;
  }
  .prodet-page .prodet-3 .content {
    margin-top: calc(0.525vw + 10px);
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .left .small{
    width: 24%;
  }
  .prodet-page .prodet-1 .left .big{
    width: 76%;
    padding-left: 18px;
  }
  .prodet-page .prodet-1 .left .small .slick-arrow{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
  }
  .font-32 {
    font-size: 26px;
  }
  .prodet-page .prodet-3 .content ul li .text .tit{
    font-size: 20px;
    margin-top: 0;
  }
}
.news-page {
  padding: 125px 0 68px;
  position: relative;
  z-index: 1;
}
.news-page .header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news-page .header ul li {
  padding: 0 24px 0 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .header ul li:first-child {
  padding-left: 0;
}
.news-page .header ul li:hover,
.news-page .header ul li.active {
  color: var(--color);
}
.news-page .content {
  margin-top: 65px;
}
.news-page .content ul {
  margin: 0 -25px -65px 0;
}
.news-page .content ul li {
  padding: 0 25px 65px 0;
}
.news-page .content ul li .img {
  position: relative;
}
.news-page .content ul li .img .img-box {
  border-radius: 0 100px 0 0;
}
.news-page .content ul li .img .img-box img {
  width: 100%;
}
.news-page .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  background: rgba(0, 0, 0, 0.2);
}
.news-page .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: var(--color);
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
}
.news-page .content ul li .img time em {
  line-height: 1;
  display: block;
  /*border-bottom: 1px solid #fff;*/
  padding-bottom: 7px;
}
.news-page .content ul li .img time span {
  display: block;
  /*margin-top: 5px;*/
}
.news-page .content ul li .text {
  padding: 24px 30px 0 16px;
}
.news-page .content ul li .text .tit {
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .content ul li .text .tit:hover {
  color: var(--color);
}
.news-page .content ul li .text .con {
  color: #737373;
  line-height: 1.7;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1280px) {
  .news-page .content ul li .text {
    padding: 24px 10px 0 10px;
  }
  .inner-page .m-page {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-page .m-page {
    margin-top: 40px;
  }
  .news-page::after {
    font-size: 300px;
    top: -20px;
  }
  .news-page .content ul {
    margin: 0 -20px -40px 0;
  }
  .news-page .content ul li {
    padding: 0 20px 40px 0;
    width: 33.3333% !important;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    padding: 60px 0;
  }
  .news-page::after {
    display: none;
  }
  .news-page .content {
    margin-top: 30px;
  }
  .news-page .content ul li {
    width: 50% !important;
  }
  .inner-page .m-page {
    margin-top: 30px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 700px) {
  .news-page {
    padding: 30px 0;
  }
  .news-page .content {
    margin-top: calc(0.525vw + 10px);
  }
  .news-page .content ul li {
    width: 100% !important;
  }
  .inner-page .m-page {
    margin-top: calc(0.525vw + 10px);
  }
}
@media screen and (max-width: 500px) {
  .news-page .header {
    display: none;
  }
  .news-page .content {
    margin-top: 0;
  }
  .news-page .content ul {
    margin: 0 0 -20px 0;
  }
  .news-page .content ul li {
    padding: 0 0 20px 0;
  }
}
.m-link {
  margin-top: 30px;
}
.m-link a {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.6;
}
.m-link a em {
  color: var(--color);
}
.m-link a:first-child {
  margin-top: 0;
}
.newdet-page .info {
  margin-top: 112px;
}
.newdet-page .info h1 {
  font-weight: bold;
}
.newdet-page .info .time_c {
  margin-top: 50px;
  text-align: center;
}
.newdet-page .info .time_c .list {
  display: inline-block;
  margin: 0 15px;
}
.newdet-page .info .time_c .list img {
  vertical-align: middle;
  width: 27px;
}
.newdet-page .info .time_c .list span {
  vertical-align: middle;
  margin-left: 11px;
  position: relative;
  top: 1px;
}
.newdet-page .info .con {
  margin-top: 55px;
}
.newdet-page .info .con img{
  margin-bottom: 30px;
}
.newdet-page .info .m-link {
  margin-top: 87px;
}
@media screen and (max-width: 1000px) {
  .newdet-page .info {
    margin-top: 40px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .info {
    margin-top: calc(0.525vw + 10px);
  }
  .m-link a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .info .time_c .list {
    margin: 0 5px;
  }
  .newdet-page .info .time_c .list span {
    margin-left: 5px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: calc(0.525vw + 10px);
  }
  .font-18 {
    line-height: 1.8;
  }
}
.faq-page .box {
  padding: 10.472% 0 7.069%;
  position: relative;
  z-index: 1;
}
.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 36%;
  margin-top: 3px;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li .ig {
  background-color: #f8f8f9;
  border-radius: 50px;
  padding: 24px 41px 28px 50px;
  position: relative;
}
.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  padding-right: 50px;
}
.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: #000;
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  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%);
}
.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 16px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: var(--color);
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .font-60 {
    font-size: 50px;
  }
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .font-60 {
    font-size: 40px;
  }
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 15px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  .font-60 {
    font-size: 30px;
    line-height: 1.3;
  }
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: calc(0.525vw + 10px);
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 14px;
    line-height: 2;
    margin: 10px 0;
  }
}
.font-72 {
  font-size: 72px;
}
.contact-page {
  padding-top: 13.073%;
  position: relative;
  z-index: 1;
}
.contact-page .contact-1 ul {
  margin: -15px;
}
.contact-page .contact-1 ul li {
  padding: 15px;
  text-align: center;
}
.contact-page .contact-1 ul li .tit {
  font-weight: bold;
  line-height: 1.3;
  margin: 19px 0 11px;
}
.contact-page .contact-1 ul li p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.53);
}
.contact-page .contact-2 {
  padding-top: 12.15%;
}
.contact-page .contact-2 .form {
  margin-top: 80px;
}
.contact-page .contact-2 .form ul {
  margin: -15px;
}
.contact-page .contact-2 .form ul li {
  padding: 15px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 20px;
  border-radius: 32px;
  border: 1px solid #bfbfbf;
  font-size: 18px;
  font-weight: 300;
  padding-left: 100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input::-webkit-input-placeholder, .contact-page .contact-2 .form ul li textarea::-webkit-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-moz-placeholder, .contact-page .contact-2 .form ul li textarea:-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::-moz-placeholder, .contact-page .contact-2 .form ul li textarea::-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-ms-input-placeholder, .contact-page .contact-2 .form ul li textarea:-ms-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::placeholder,
.contact-page .contact-2 .form ul li textarea::placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-2 .form ul li textarea {
  height: 236px;
  resize: vertical;
}
.contact-page .contact-2 .form ul li .box {
  position: relative;
}
.contact-page .contact-2 .form ul li .box label {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 0;
  border-radius: 100%;
  background: var(--color);
  display: block;
}
.contact-page .contact-2 .form ul li .box label img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  margin-top: 40px;
  padding: 0 66px 0 67px;
  line-height: 55px;
  height: 55px;
  border-radius: 28px;
  background: var(--color);
  color: #fff;
  font-size: 19px;
  width: auto;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li:nth-child(5) .box label::after {
  content: '';
  border-left: 18px solid var(--color);
  border-bottom: 18px solid var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
}
.contact-page .contact-3 {
  padding-top: 5.1045%;
}
.contact-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 397px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1440px) {
  .contact-page::after {
    font-size: 300px;
    top: -20px;
  }
}
@media screen and (max-width: 1100px) {
  .contact-page::after {
    font-size: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page::after {
    display: none;
  }
  .contact-page .contact-2 .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .form ul li .box label {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    padding: 12px;
    padding-left: 70px;
  }
  .font-72 {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  .font-72 {
    font-size: 50px;
  }
  .contact-page .contact-2 .form ul li {
    width: 100%;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    font-size: 14px;
    padding-left: 60px;
  }
  .contact-page .contact-2 .form ul li input[type="submit"] {
    margin-top: 0;
  }
}
.gallery-page .content .box {
  text-align: center;
  padding-bottom: calc(3.959vw + 14px);
}
.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.3;
}
.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: calc(0.525vw + 10px);
  /*margin-bottom: 50px;*/
}
.gallery-page .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: calc(0.525vw + 10px);
}
.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 1px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  padding: 5px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 5px;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  /*text-transform: uppercase;*/
  display: block;
  color: #ffffff;
  font-size: 18px;
  padding: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 0 15px 0 0;
  background-color: #333;
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: calc(0.525vw + 10px);
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  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;
  -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-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--color);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--color);
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}
@media screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 992px) {
  .gallery-page .content .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul li {
    width: 100%;
  }
}
.advantages-page{
  position: relative;
  z-index: 1;
  padding: 7.877% 0 11.1112%;
}
.advantages-page::after{
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -16px;
  right: 0;
  font-size: 316px;
  line-height: 1;
  font-weight: bold;
  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;
}
.advantages-page .header span{
  color: var(--color);
  font-weight: bold;
}
.advantages-page .header .title{
  margin-top: 10px;
}
.advantages-page .content{
  padding-top: 6.61%;
}
.advantages-page .content ul li{
  padding-bottom: 7.33%;
  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;
}
.advantages-page .content ul li .img{
  width: 41%;
  padding: 0 24px 19px 0;
  position: relative;
  z-index: 1;
}
.advantages-page .content ul li .img::after{
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 192px;
	height: 183px;
	background-color: var(--color);
}
.advantages-page .content ul li .text{
  width: 59%;
  padding-left: 70px;
}
.advantages-page .content ul li .text .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantages-page .content ul li .text .top span{
   font-size: 95px;
  line-height: 1;
  color: var(--color);
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.advantages-page .content ul li .text .top span::after {
  content: '';
  width: 79px;
  height: 95px;
  background: url(../images/ad-bg.png) no-repeat;
  position: absolute;
  bottom: 10px;
  left: 0px;
}
.advantages-page .content ul li .text .top em {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 5px;
  position: relative;
  z-index: 1;
}
.advantages-page .content ul li .text .con{
  font-size: 18px;
  line-height: 1.6;
  color: rgba(0,0,0,0.8);
}
.advantages-page .content ul li:last-child{
  padding-bottom: 0;
}
.advantages-page .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.advantages-page .content ul li:nth-child(odd) .img img{
  border-radius: 189px 0px 0px 189px;
}
.advantages-page .content ul li:nth-child(even) .img{
  padding: 0 0 19px 24px;
}
.advantages-page .content ul li:nth-child(even) .img img{
  border-radius: 0px 189px 189px 0px;
}
.advantages-page .content ul li:nth-child(even) .img::after{
  left: 0;
  right: initial;
}
.advantages-page .content ul li:nth-child(even) .text{
  padding: 0 70px 0 0;
}
strong,
b{
  font-weight: bold;
}
.prodet-page .m-link a{
  margin-top: 0;
  padding: 6px;
}
@media screen and (max-width: 1680px) {
  .advantages-page:after{
    font-size: 220px;
    top: -22px;
  }
}
@media screen and (max-width: 1000px) {
  .advantages-page:after{
    display: none;
  }
  .advantages-page .content ul li .img{
    width: 100%;
  }
  .advantages-page .content ul li .text{
    width: 100%;
    padding: 20px 0 0 0;
  }
  .advantages-page .content ul li:nth-child(even) .text{
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .advantages-page .content ul li .text .top em{
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 500px) {
  .advantages-page .content ul li .text .top em{
    font-size: 24px;
    line-height: 1.3;
  }
  .advantages-page .content ul li .text .con{
    font-size: 16px;
    line-height: 1.8;
  }
}
.about-page .about-1 {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left {
  position: relative;
}
.about-page .about-1 .left .title {
  line-height: 1.1;
  letter-spacing: 1px;
}
.about-page .about-1 .left .title em {
  color: var(--color);
}
.about-page .about-1 .left .title small {
  display: block;
}
.about-page .about-1 .left .title::after {
  content: '';
  width: 306px;
  height: 27px;
  background: url(/huijian-storagerack/2026/03/25/about1-line.png) no-repeat;
  display: block;
  margin: 0 0 0 auto;
}
.about-page .about-1 .left::after {
  content: attr(data-text);
  position: absolute;
  top: -156px;
  left: -153px;
  z-index: -1;
  font-size: 219px;
  font-weight: 900;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 92, 32, 0.2)), color-stop(50%, rgba(235, 92, 32, 0.1)), color-stop(70%, rgba(235, 92, 32, 0.01)), to(rgba(235, 92, 32, 0)));
  background: -webkit-linear-gradient(top, rgba(235, 92, 32, 0.2) 0%, rgba(235, 92, 32, 0.1) 50%, rgba(235, 92, 32, 0.01) 70%, rgba(235, 92, 32, 0) 100%);
  background: -moz-linear-gradient(top, rgba(235, 92, 32, 0.2) 0%, rgba(235, 92, 32, 0.1) 50%, rgba(235, 92, 32, 0.01) 70%, rgba(235, 92, 32, 0) 100%);
  background: linear-gradient(to bottom, rgba(31, 62, 113, 0.2) 0%, rgba(3, 45, 113, 0.1) 50%, rgba(235, 92, 32, 0.01) 70%, rgba(235, 92, 32, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-1 .right {
  margin-right: -16%;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .right .play {
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  bottom: 0;
  left: 37%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .about-1 .right .play span {
  display: inline-block;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  text-align: center;
  padding: 6px;
  background: var(--color);
  position: relative;
  color: #fff;
}
.about-page .about-1 .right .play span svg {
  font-size: 20px;
  text-transform: uppercase;
  fill: #fff;
  font-weight: bold;
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
.about-page .about-1 .right .play span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 24px solid #fff;
  border-bottom: 14px solid transparent;
}
.about-page .about-1 .bottom {
  margin-top: -42px;
}
.about-page .about-1 .bottom .text {
  width: 46.667%;
  top: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 0 0 0 80px;
  padding: 104px 0 83px 90px;
}
.about-page .about-1 .bottom .text i {
  position: absolute;
  top: 56px;
  left: 33px;
  font-size: 129px;
  line-height: 1;
  color: var(--color);
}
.about-page .about-1 .bottom .text .desc {
  max-width: 580px;
  position: relative;
}
.about-page .about-1 .bottom .text .desc .title {
  position: relative;
}
.about-page .about-1 .bottom .text .desc .title::after {
  content: '';
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 24px;
  height: 36px;
  background: url(/huijian-storagerack/2026/03/25/about-wh.png) no-repeat;
}
.about-page .about-1 .bottom .text .desc .con {
  color: #878787;
  line-height: 1.3;
}
.about-page .about-1 .icon {
  right: 0;
  top: -35%;
}
.about-page .about-2 {
  background: url(../images/about2-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 10.1042% 0 16.25%;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .img {
  width: 47.124%;
  z-index: 1;
}
.about-page .about-2 .img .icon {
  top: -35px;
  left: -114px;
  z-index: -1;
}
.about-page .about-2 .text {
  width: 52.876%;
}
.about-page .about-2 .text span {
  color: var(--color);
  line-height: 1.6;
  padding-right: 25%;
}
.about-page .about-2 .text .title {
  line-height: 1;
  margin: 1px 0 0 -109px;
  max-width: 670px;
  position: relative;
  z-index: 2;
}
.about-page .about-2 .text .title em {
  color: var(--color);
}
.about-page .about-2 .text .con {
  line-height: 1.6;
  color: #5a5a5a;
  max-height: 320px;
  overflow-y: auto;
}
.about-page .about-2 .wz {
  z-index: -1;
  top: 0;
  right: 0;
}
.about-page .about-3 {
  position: relative;
  z-index: 1;
  padding-top: 159px;
  margin-top: -8.6%;
}
.about-page .about-3 .top {
  max-width: 1612px;
  height: 21.67vw;
  margin: 0 0 0 auto;
  border-radius: 30px 0 0 0;
  background: var(--color);
  -webkit-transform: translateY(-37.42%);
  -moz-transform: translateY(-37.42%);
  -ms-transform: translateY(-37.42%);
  transform: translateY(-37.42%);
  position: relative;
  z-index: 1;
}
.about-page .about-3 .top::after {
  content: attr(data-text);
  position: absolute;
  z-index: 10;
  font-size: 184px;
  top: 23px;
  right: 88px;
  line-height: 1;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#fe8947), color-stop(50%, rgba(254, 137, 71, 0.8)), color-stop(70%, rgba(254, 137, 71, 0.6)), to(rgba(254, 137, 71, 0.4)));
  background: -webkit-linear-gradient(top, #fe8947 0%, rgba(254, 137, 71, 0.8) 50%, rgba(254, 137, 71, 0.6) 70%, rgba(254, 137, 71, 0.4) 100%);
  background: -moz-linear-gradient(top, #fe8947 0%, rgba(254, 137, 71, 0.8) 50%, rgba(254, 137, 71, 0.6) 70%, rgba(254, 137, 71, 0.4) 100%);
  background: linear-gradient(to bottom, #fe8947 0%, rgba(254, 137, 71, 0.8) 50%, rgba(254, 137, 71, 0.6) 70%, rgba(254, 137, 71, 0.4) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-3 .bottom {
  background-color: #ffffff;
  border-radius: 0 30px 0 0;
  padding: 114px 0 72px 12.5%;
  max-width: 1685px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.about-page .about-3 .bottom .text {
  width: 46.575%;
}
.about-page .about-3 .bottom .text .title em {
  color: var(--color);
}
.about-page .about-3 .bottom .text .con {
  color: #5a5a5a;
  line-height: 1.6;
}
.about-page .about-3 .bottom .img {
  right: 0;
  top: 0;
  width: 42.196%;
  height: 100%;
  z-index: 6;
}
.about-page .about-3 .bottom .img img {
  width: 100%;
  height: 100%;
}
.about-page .about-3::before {
  content: attr(data-text);
  position: absolute;
  z-index: 4;
  font-size: 184px;
  top: 23px;
  right: 88px;
  line-height: 1;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#fe8947), color-stop(50%, rgba(254, 137, 71, 0.8)), color-stop(70%, rgba(254, 137, 71, 0.1)), to(rgba(254, 137, 71, 0)));
  background: -webkit-linear-gradient(top, #fe8947 0%, rgba(254, 137, 71, 0.8) 50%, rgba(254, 137, 71, 0.1) 70%, rgba(254, 137, 71, 0) 100%);
  background: -moz-linear-gradient(top, #fe8947 0%, rgba(254, 137, 71, 0.8) 50%, rgba(254, 137, 71, 0.1) 70%, rgba(254, 137, 71, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(254, 137, 71, 0.1) 70%, rgba(254, 137, 71, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-3::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1612px;
  height: 416px;
  background-color: #1f3e71;
  border-radius: 30px 0 0 0;
}
.about-page .about-4 {
  background: url(../images/about4-bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 9.323% 0 7.6042%;
}
.about-page .about-4 .header span {
  line-height: 1.6;
  color: var(--color);
}
.about-page .about-4 .header .title {
  line-height: 1.2;
}
.about-page .about-4 .header .title em {
  color: var(--color);
}
.about-page .about-4 .content ul {
  margin: 0 -36px -60px 0;
}
.about-page .about-4 .content ul li {
  padding: 0 36px 60px 37px;
  position: relative;
  height: auto;
}
.about-page .about-4 .content ul li .top {
  border-radius: 20px;
  background: var(--color);
  color: #fff;
  max-width: 510px;
  padding: 17px 27px 12px 32px;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 38px;
}
.about-page .about-4 .content ul li .top span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 17px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.about-page .about-4 .content ul li .ig {
  background-color: #ffffff;
  -webkit-box-shadow: 4px -2px 50px 1px rgba(134, 134, 134, 0.13);
  box-shadow: 4px -2px 50px 1px rgba(134, 134, 134, 0.13);
  border-radius: 20px;
  padding: 147px 46px 37px 69px;
  overflow: hidden;
  z-index: 1;
  height: 100%;
}
.about-page .about-4 .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.6;
  color: #5a5a5a;
  margin-top: 28px;
  height: 145px;
  overflow-y: auto;
}
.about-page .about-4 .content ul li .ig .num {
  right: -53px;
  bottom: -9px;
  font-size: 252px;
  line-height: 1;
  font-weight: bold;
  color: var(--color);
  opacity: 0.05;
  z-index: -1;
}
.about-page .about-5 {
  background-image: url(/huijian-storagerack/2026/03/26/about5-bg-ErSH.jpg);
  background-size: 100% 100%;
  padding: 5.3646% 0 3.021%;
}
.about-page .about-5 .box {
  max-width: 773px;
  color: #000000;
}
.about-page .about-5 .box .title {
  line-height: 1.1;
}
.about-page .about-5 .box .title em {
  display: block;
}
.about-page .about-5 .box .con {
  line-height: 1.3;
  opacity: 0.82;
}
.about-page .about-5 .box .more {
  padding: 6px 10px 6px 15px;
}
@media screen and (max-width: 1680px) {
  .about-page .about-1 .left::after {
    left: -49px;
    font-size: 200px;
  }
  .about-page .about-1 .right {
    margin-right: -3%;
  }
  .about-page .about-1 .bottom .text {
    padding: 104px 40px 83px 90px;
  }
  .about-page .about-3::after {
    max-width: 1390px;
  }
  .about-page .about-3 .bottom {
    padding: 90px 0 72px 9%;
    max-width: 1400px;
  }
  .font-24 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-3::before {
    right: 6px;
    font-size: 170px;
  }
  .about-page .about-3::after {
    max-width: 1190px;
  }
  .about-page .about-3 .bottom {
    padding: 90px 0 72px 9%;
    max-width: 1200px;
  }
  .about-page .about-4 .content ul li .ig {
    padding: 147px 30px 37px 40px;
  }
  .about-page .about-4 .content ul li .ig .num {
    right: -40px;
    font-size: 190px;
  }
  .about-page .about-5 .box .con {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .right .play {
    left: 14%;
  }
  .about-page .about-1 .left::after {
    font-size: 150px;
    top: -116px;
  }
  .about-page .about-1 .icon {
    zoom: .76;
  }
  .about-page .about-1 .bottom .text {
    width: 56%;
    padding: 80px 40px 20px 90px;
  }
  .about-page .about-3::before {
    font-size: 136px;
  }
  .about-page .about-3::after {
    max-width: 960px;
  }
  .about-page .about-3 .bottom {
    max-width: 970px;
    padding: 70px 0 40px 7%;
  }
  .about-page .about-4 .content ul li .top {
    max-width: 420px;
  }
  .about-page .about-4 .content ul li .top .icon {
    width: 60px;
  }
  .about-page .about-4 .content ul li .top span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .left::after {
    display: none;
  }
  .about-page .about-1 .right {
    width: 100%;
    text-align: left;
  }
  .about-page .about-1 .right img {
    display: none;
  }
  .about-page .about-1 .right .play {
    position: initial;
  }
  .about-page .about-1 .bottom {
    margin-top: 30px;
  }
  .about-page .about-1 .bottom .text {
    position: relative;
    width: 100%;
    padding: 60px 40px 20px 60px;
  }
  .about-page .about-1 .bottom .text i {
    top: 16px;
    left: 10px;
  }
  .about-page .about-1 .bottom .text .desc .con {
    font-size: 18px;
    line-height: 1.6;
  }
  .about-page .about-1 .icon {
    display: none;
  }
  .about-page .about-2 .wz {
    display: none;
  }
  .about-page .about-3 {
    margin-top: 0;
    padding-top: 100px;
  }
  .about-page .about-3::before {
    font-size: 114px;
  }
  .about-page .about-3::after {
    width: 100%;
  }
  .about-page .about-3 .bottom {
    padding: 30px 0 20px 5%;
  }
  .about-page .about-3 .bottom .text {
    width: 50%;
  }
  .about-page .about-4 .content ul li {
    padding-left: 0;
  }
  .about-page .about-4 .content ul li .top {
    position: initial;
    border-radius: 20px 20px 0 0;
    padding: 12px 20px;
  }
  .about-page .about-4 .content ul li .top .icon {
    width: 50px;
  }
  .about-page .about-4 .content ul li .top span {
    font-size: 22px;
  }
  .about-page .about-4 .content ul li .ig {
    padding: 30px 15px;
    border-radius: 0 0 20px 20px;
    height: auto;
  }
  .about-page .about-4 .content ul li .ig .con {
    margin-top: 0;
  }
  .about-page .about-4 .content ul li .ig .num {
    right: -26px;
    font-size: 130px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .left .title {
    font-size: 36px;
  }
  .about-page .about-2 .img {
    width: 100%;
  }
  .about-page .about-2 .img .icon {
    left: 0;
  }
  .about-page .about-2 .text {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-2 .text .title {
    margin-left: 0;
    font-size: 30px;
    line-height: 1.3;
    margin-top: calc(0.525vw + 10px);
  }
  .about-page .about-3 {
    padding-top: 71px;
  }
  .about-page .about-3::before {
    font-size: 71px;
  }
  .about-page .about-3 .bottom {
    padding: 30px 15px 0;
  }
  .about-page .about-3 .bottom .text {
    width: 100%;
  }
  .about-page .about-3 .bottom .text .title {
    font-size: 30px;
    line-height: 1.4;
  }
  .about-page .about-3 .bottom .img {
    position: initial;
    width: 100%;
    margin-top: calc(0.525vw + 10px);
  }
  .about-page .about-4 .title {
    font-size: 36px;
  }
  .about-page .about-4 .content .flex-2 > * {
    width: 100%;
  }
  .about-page .about-4 .content ul {
    margin-bottom: -30px;
  }
  .about-page .about-4 .content ul li {
    padding-bottom: 30px;
  }
  .about-page .about-4 .content ul li .top {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .left .title {
    font-size: 30px;
    line-height: 1.3;
  }
  .about-page .about-1 .left .title small {
    display: inline;
  }
  .about-page .about-1 .bottom .text {
    padding: 30px 20px 20px;
  }
  .about-page .about-1 .bottom .text i {
    top: 3px;
    left: 0;
    font-size: 80px;
  }
  .about-page .about-1 .bottom .text .desc .title {
    font-size: 21px;
  }
  .about-page .about-1 .bottom .text .desc .title::after {
    bottom: 9px;
    zoom: .7;
  }
  .about-page .about-1 .bottom .text .desc .con {
    font-size: 15px;
    line-height: 2 !important;
  }
  .about-page .about-2 .text {
    padding-left: 0;
  }
  .about-page .about-4 .content ul li .top .icon {
    width: 40px;
  }
  .about-page .about-4 .content ul li .top span {
    font-size: 20px;
    margin-left: 9px;
    line-height: 1.4;
  }
  .about-page .about-4 .content ul li .ig {
    padding: 20px 15px;
  }
  .about-page .about-4 .content ul li .ig .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-5 .box .title {
    font-size: 28px;
    line-height: 1.3;
  }
  .about-page .about-5 .box .title em {
    display: inline;
  }
  .about-page .about-5 .box .con {
    font-size: 16px;
  }
}

.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.case-page{
  padding: 100px 0;
  border-top-left-radius: 30px;
  background: #fff;
}

.case-page .inner-sub{
  z-index: 1;
}

.casedet-page{
  padding: 100px 0;
  padding-left: 160px;
  background: #fff;
  margin-top: -60px;
  border-top-left-radius: 0px;
}

.casedet-page .inner-sub{
  z-index: 1;
}
.casedet-page .container{
  width: 100%;
}
.case-page .container ul{
 margin: 0 -15px;
}
.case-page .container ul >p {
  font-size: 16px;
  letter-spacing: 0;
}
.case-page .container ul li{
  margin-top: calc(0.525vw + 10px);
  padding: 0 15px;
}
.case-page .container ul li img{
  width: 100%;
}
.case-page .container ul li p{
    font-size: 18px;
    text-align: center;
    padding: 5px 10px;
    line-height: 1.6;
}
.case_cont .case_left {
  width: 22%;
  position: sticky;
  top: 40px
}
.case_cont .case_left .widget {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px
}
.case_cont .case_left .widget form {
  position: relative
}
.case_cont .case_left .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_left .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px
}

.case_cont .case_left .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000
}

.case_cont .case_left .widget ul {
  margin-bottom: 0;
  padding: 0
}

.case_cont .case_left .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  overflow: hidden
}

.case_cont .case_left .widget ul li a {
  padding-left: 20px;
  line-height: 28px
}

.case_cont .case_left .widget ul li:last-child {
  margin-bottom: 0
}

.case_cont .case_left .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px
}

.case_cont .case_left .widget ul li:hover,
.case_cont .case_left .widget ul li.active {
  color: var(--color)
}

.case_cont .case_left .widget ul li ul {
  display: none;
  margin-top: 15px
}

.case_cont .case_left .widget ul li ul li a {
  padding-left: 0;
  color: #999
}

.case_cont .case_left .widget ul li ul li a.active {
  color: var(--color)
}

.case_cont .case_left .widget .recent li {
  display: block
}

.case_cont .case_left .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left
}

.case_cont .case_left .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem
}

.case_cont .case_left .widget .form1 {
  text-align: center
}

.case_cont .case_left .widget .form1 input[type=text],
.case_cont .case_left .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_left .widget .form1 input[type=submit] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.case_cont .case_left .widget .form1 input[type=submit]:hover {
  background: #000
}

.case_cont .case_right {
  width: 78%;
  padding: 0 0 50px 50px
}


.case_cont .case_right .ap-top {
  position: relative;
  transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
  transform-style: preserve-3d;
  perspective: 80000px
}

.case_cont .case_right .ap-top .img {
  transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all .5s
}

.case_cont .case_right .ap-top .img img {
  width: 100%
}

.case_cont .case_right .ap-top .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2)
}

.case_cont .case_right .ap-top h6 {
  padding: 0 1.6rem .7rem;
  position: absolute;
  background: 0 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  top: 1.6rem;
  left: 0;
  width: 100%;
  z-index: 10;
  text-transform: uppercase
}

.case_cont .case_right .ap-top h6:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 2rem;
  background-color: #fff
}

.case_cont .case_right .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px 1.6rem;
  bottom: 0;
  color: #fff;
  background: var(--color);
  z-index: 10
}

.case_cont .case_right .ap-top .desc h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6
}

.case_cont .case_right .ap-top .desc p {
  font-size: 16px;
  line-height: 2
}

.case_cont .case_right .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, .35)
}


.case_cont .case_right .ap-bottom {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_right .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: #002e42;
  text-transform: capitalize;
  font-weight: 700
}

.case_cont .case_right .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem
}

.case_cont .case_right .ap-bottom .con p {
  margin-bottom: 15px
}

.case_cont .case_right .ap-bottom .bottom2 {
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc
}

.case_cont .case_right .ap-bottom .bottom2 dl {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-bottom: 1rem
}

.case_cont .case_right .ap-bottom .bottom3 {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li {
  margin-bottom: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002e42;
  font-weight: 700;
  line-height: 2;
  padding: .8rem 1.2rem;
  padding-right: 40px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .1);
  position: relative
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
  content: "\f107";
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 20px;
  font-family: fontAwesome
}

.case_cont .case_right .ap-bottom .bottom3 ul li .desc {
  padding: 1.6rem 2rem .8rem;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1px;
  color: #002e42;
  display: none
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4 {
  background: #1955a0;
  color: #fff
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4:after {
  content: "\f106"
}

.case_cont .case_right .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0
}
.case_cont .case_right .init-1{
  padding-right: 160px;
}
.case_cont .case_right .init-1 .img_cont{
  min-height: 100px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
}
.case_cont .case_right .init-1 .img_cont img{
  width: 100%;
  height: 100%;
}
.case_cont .case_right .init-1 .img_cont .text{
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
  padding: 0 40px;
  font-weight: bold;
}
.case_cont .case_right .init-1 .img_cont .text span{
  border-bottom: 4px solid #fff;
  padding-bottom: 10px;
  display: inline-block;
}
.case_cont .case_right .init-1 .text_cont{
  color: #222222;
  margin-top: 30px;
} 
.case_cont .case_right .init-2{
  margin-top: 60px;
}
.case_cont .case_right .init-2 .top{
  position: relative;
}
.case_cont .case_right .init-2 .top::before{
  content:'';
  position: absolute;
  bottom: 1px;
  left: 45px;
  width: calc(100% - 90px);
  height: 1px;
  background: #c4c4c6;
}
.case_cont .case_right .init-2 table{
  border: none;
}
.case_cont .case_right .init-2 table tbody{
  display: block;
}

.case_cont .case_right .init-2 table tr{
  display: block;
  width: 100% !important;
}
.case_cont .case_right .init-2 table tr td{
  border: none;
  padding: 0;
}
.case_cont .case_right .init-2 .top{
  margin: 0 -45px;
}
.case_cont .case_right .init-2 .top .slick-track{
  display: flex;
  flex-wrap: wrap;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide{
  height: auto;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div{
  height: 100%;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div > td{
  height: 100% !important;
  position: relative;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div > td::before{
  position: absolute;
  content: '';
  bottom: 0;
  left: 45px;
  width: 18px;
  height: 3px;
  background: #767677;
  transition: all .5s;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td{
  color: #000;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td::before{
  width: calc(100% - 90px);
  background: #0256bf;
}


.case_cont .case_right .init-2 .top table tr td{
  padding: 0 45px;
  font-weight: bold;
  padding-bottom: 30px;
  color: rgba(0, 0, 0, .5);
}

.case_cont .case_right .init-2 .bottom{
  margin-top: calc(0.525vw + 10px);
}

.case_cont .case_right .init-3{
  margin-top: 50px;
}

.case_cont .case_right .init-3 .tips{
  font-weight: bold;
}
.case_cont .case_right .init-3 .swiper{
  margin-top: 40px;
  overflow: hidden;
}
.case_cont .case_right .init-3 .swiper .swiper-wrapper{
  display: flex;
  align-items: center;
}
.case_cont .case_right .init-3 .swiper .img_c{
  border-radius: 16px;
  overflow: hidden;
}
.case_cont .case_right .init-3 .swiper .img_c img{
  width: 100%;
}
.case_cont .case_right .init-3 .swiper .img_c video{
  display: block;
  width: 100%;
}
.case_cont .case_right .init-4{
  margin-top: 50px;
}
.case_cont .case_right .init-4 .tips{
  font-weight: bold;
  margin-top: 60px;
}
.case_cont .case_right .init-4 .swiper{
  margin-top: 50px;
  overflow: hidden;
}
.case_cont .case_right .init-4 .swiper .swiper-slide{
  height: auto;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .box{
  height: 100%;
}
.case_cont .case_right .init-4 .swiper .swiper-slide a{
  display: block;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .box{
  background: #fff;
  padding: 30px 50px;
  border-radius: 16px;
}
.case_cont .case_right .init-4 .swiper .swiper-slide a img{
  display: block;
  width: 100%;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .text{
  font-family: 'EurostileBla';
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width:1500px) {
  .casedet-page{
    padding-left: 0;
  }
  .case_cont .case_right .init-1{
    padding-right: 0;
  }
  .casedet-page .container{
    width: 1200px;
  }
  .case_cont .case_left {
    width: 28%
  }
  .case_cont .case_right {
    width: 72%
  }
  .case_cont .case_left .widget .recent li a.title {
    margin-left: 98px
  }
  .case_cont .case_right {
    padding: 0 0 50px 20px;
  }
  .prodet-page .prodet-3 .content ul li .text .tit{
    font-size: 18px;
  }
  .prodet-page .prodet-3 .content ul li .text .more{
    font-size: 17px;
    padding-left: 29px;
  }
  .prodet-page .prodet-3 .content ul li .text .more em{
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width:1250px) {
  .case_cont .case_right .init-4 .swiper .swiper-slide .box{
    padding: 20px 16px;
  }
}
@media screen and (max-width:1000px) {
  .case-page{
    margin-top: 0;
    padding: 60px 0;
  }
  .casedet-page{
    margin-top: 0;
  }
  .case_cont .case_left {
    display: none
  }
  .case_cont .case_right {
    width: 100%;
    padding-left: 0
  }
  .case_cont .case_right {
    padding: 0
  }
  .about-page .about-2 .text .con,
  .about-page .about-3 .bottom .text .con{
    line-height: 2;
  }
  .custom-page .custom-3 .content ul li .text .con{
    line-height: 2;
  }
  .custom-page .custom-3 .content ul li .text .con p::before{
    top: 9px;
  }
}
@media (max-width: 700px) {
  .case-page{
    padding: 30px 0;
  }
  .case_cont .case_right .ap-top .img img {
    min-height: 250px;
    object-fit: cover
  }
  .case_cont .case_right .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }
  .case_cont .case_right .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8
  }
  .case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
    right: .5em
  }
}
@media (max-width: 500px) {
  .casedet-page{
    padding: 40px 0;
  }
  .case-page{
    padding: 40px 0;
  }
  .case_cont .case_right .ap-bottom .bottom3 ul li .desc{
    padding: 20px 10px;
  }
  .case_cont .case_right .init-1 .img_cont .text{
    font-size: 20px;
    bottom: 10px;
    padding: 0 10px;
  }
   .case_cont .case_right .init-1 .img_cont .text span{
     padding-bottom: 4px;
     border-bottom: 2px solid #fff;
   }
   .case_cont .case_right .init-1 .text_cont{
     margin-top: 10px;
   }
   .case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td{
     padding-bottom: 10px;
   }
   .case_cont .case_right .init-3 .swiper{
     margin-top: calc(0.525vw + 10px);
   }
   .case_cont .case_right .init-4{
     margin-top: calc(0.525vw + 10px);
   }
   .case_cont .case_right .init-4 .swiper{
     margin-top: calc(0.525vw + 10px);
   }
}
#sidebar{
  right: 16px;
  bottom: 16%;
}
#sidebar ul li{
  border-radius: 9px;
}
#sidebar ul li:first-child{
  border-top-left-radius: 9px;
}
#sidebar ul li:last-child {
  border-bottom-left-radius: 9px;
}
#sidebar ul li .child{
  white-space: nowrap;
}
.custom-page .custom-1 {
  padding-top: 7.92%;
}
.custom-page .custom-1 .img {
  width: 71.028%;
}
.custom-page .custom-1 .text {
  width: 48.768%;
  background: var(--color);
  color: #fff;
  margin-left: -19.796%;
  padding: 112px 24px 117px 36px;
  z-index: 1;
}
.custom-page .custom-1 .text .title {
  letter-spacing: 1px;
  line-height: 1.3;
}
.custom-page .custom-1 .text::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -30%;
  right: -14.6%;
  width: 502px;
  height: 502px;
  border-radius: 50%;
  background-color: #d64917;
  opacity: 0.26;
}
.custom-page .custom-2 {
  background: url(../images/custom2-bg.png) no-repeat center top rgba(224, 224, 224, 0.51);
  border-radius: 80px;
  padding: 21.46% 0 2.96875%;
  margin-top: -15.4167%;
}
.custom-page .custom-2 .header p {
  max-width: 631px;
  line-height: 1.3;
  margin: 10px auto 0;
  color: #5a5a5a;
}
.custom-page .custom-2 .content ul {
  margin: -12.5px;
}
.custom-page .custom-2 .content ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12.5px;
}
.custom-page .custom-2 .content ul li .ig {
  padding-top: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #969696;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-2 .content ul li .ig .icon {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: var(--color);
  top: 23px;
  left: 0;
}
.custom-page .custom-2 .content ul li .ig .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 73px;
}
.custom-page .custom-2 .content ul li .ig .text .con {
  color: #5a5a5a;
  line-height: 1.3;
}
.custom-page .custom-2 .content ul li .ig:hover {
  border-color: var(--color);
}
.custom-page .custom-2 .bottom {
  margin: 47px auto 0;
  max-width: 594px;
  line-height: 1;
  color: #1e1e1e;
}
.custom-page .custom-2 .bottom::before {
  content: '';
  width: 1px;
  height: 55px;
  background: var(--color);
  display: block;
  margin: 0 auto 10px;
}
.custom-page .custom-3 {
  padding-top: 8.021%;
}
.custom-page .custom-3 .header span {
  color: var(--color);
  line-height: 1.6;
}
.custom-page .custom-3 .header .title {
  letter-spacing: 1px;
  line-height: 1.3;
}
.custom-page .custom-3 .content ul li {
  margin-bottom: 107px;
}
.custom-page .custom-3 .content ul li .img {
  width: 50.209%;
  border-radius: 0 100px 100px 0;
}
.custom-page .custom-3 .content ul li .img img {
  border-radius: 0 100px 100px 0;
}
.custom-page .custom-3 .content ul li .text {
  margin-bottom: 43px;
  width: 53.698%;
  margin-left: -3.907%;
  background: #fff;
  -webkit-box-shadow: 4px -2px 56px 1px rgba(134, 134, 134, 0.14);
  box-shadow: 4px -2px 56px 1px rgba(134, 134, 134, 0.14);
  border-radius: 100px 0 0 100px;
  padding: 86px 0 86px 106px;
  z-index: 1;
}
.custom-page .custom-3 .content ul li .text .desc {
  max-width: 681px;
}
.custom-page .custom-3 .content ul li .text .con {
  line-height: 1.3;
  color: #5a5a5a;
  margin-top: 38px;
  max-height: 163px;
  overflow-y: auto;
}
.custom-page .custom-3 .content ul li .text .con p {
  margin-top: 23px;
  padding-left: 27px;
  position: relative;
}
.custom-page .custom-3 .content ul li .text .con p:first-child {
  margin-top: 0;
}
.custom-page .custom-3 .content ul li .text .con p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--color);
}
.custom-page .custom-3 .content ul li .text .icon {
  right: 0;
  bottom: 17px;
  z-index: -1;
}
.custom-page .custom-3 .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-page .custom-3 .content ul li:nth-child(even) .img {
  border-radius: 100px 0 0 100px;
}
.custom-page .custom-3 .content ul li:nth-child(even) .img img {
  border-radius: 100px 0 0 100px;
}
.custom-page .custom-3 .content ul li:nth-child(even) .text {
  margin: 0 -3.907% 0 0;
  border-radius: 0 100px 100px 0;
  padding: 86px 106px 86px 0;
}
.custom-page .custom-3 .content ul li:nth-child(even) .text .desc {
  margin: 0 0 0 auto;
}
.custom-page .custom-3 .content ul li:nth-child(even) .text .icon {
  right: initial;
  left: 0;
}
.custom-page .custom-3 .content ul li:last-child {
  margin-bottom: 0;
}
.custom-page .custom-4 {
  background: url(../images/custom4-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-top: 111px;
  padding: 23.49% 0 11.2%;
  z-index: 1;
}
.custom-page .custom-4 .box {
  color: #fff;
  max-width: 737px;
}
.custom-page .custom-4 .box .title {
  line-height: 1;
  max-width: 490px;
}
.custom-page .custom-4 .info {
  right: 0;
  bottom: 0;
  max-width: 674px;
  background: var(--color);
  color: #fff;
  padding: 52px 93px 75px;
}
.custom-page .custom-4 .info .title {
  line-height: 1.2;
}
.custom-page .custom-4 .info .more {
  background: #fff;
  border: 0;
  color: #000;
  border-radius: 0;
  font-size: 22px;
  padding: 19px 16px 16px 27px;
}
.custom-page .custom-4 .info .more em {
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 24px;
  margin-left: 90px;
}
.custom-page .custom-4 .info .more::after {
  background: #000;
}
.custom-page .custom-4 .info .more:hover {
  color: #fff;
}
.custom-page .custom-4::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 47%;
  height: 80.46%;
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, rgba(255, 121, 45, 0.76)), to(rgba(255, 121, 45, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 121, 45, 0.76) 6%, rgba(255, 121, 45, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 121, 45, 0.76) 6%, rgba(255, 121, 45, 0) 100%);
  background: linear-gradient(to right, rgba(255, 121, 45, 0.76) 6%, rgba(255, 121, 45, 0) 100%);
}
@media screen and (max-width: 1680px) {
  .custom-page .custom-3 .content ul li .text {
    padding: 43px 0 43px 58px;
  }
  .custom-page .custom-3 .content ul li .text .icon {
    zoom: .6;
  }
  .custom-page .custom-3 .content ul li:nth-child(even) .text {
    padding: 43px 58px 43px 0;
  }
  .custom-page .custom-4 .info {
    max-width: 560px;
    padding: 26px 46px 38px;
  }
}
@media screen and (max-width: 1450px) {
  .custom-page .custom-1 .text {
    padding: 56px 12px 58px 18px;
  }
  .custom-page .custom-1 .text::after {
    width: 301px;
    height: 301px;
  }
  .custom-page .custom-3 .content ul li .text {
    padding: 36px 28px;
  }
  .custom-page .custom-3 .content ul li:nth-child(even) .text {
    padding: 36px 28px;
  }
  .custom-page .custom-4 .box {
    max-width: 620px;
  }
  .custom-page .custom-4 .box .con {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .custom-page .custom-1 .text {
    padding: 28px 12px 28px 18px;
  }
  .custom-page .custom-2 .content ul li .ig .icon {
    zoom: .6;
  }
  .custom-page .custom-2 .content ul li .ig .text {
    padding: 0 40px;
  }
  .custom-page .custom-3 .content ul li .text {
    margin-bottom: 0;
  }
  .custom-page .custom-3 .content ul li .text .con {
    margin-top: 18px;
  }
  .custom-page .custom-3 .content ul li .text .con p {
    margin-top: 13px;
    padding-left: 18px;
  }
  .custom-page .custom-3 .content ul li .text .con p::before {
    width: 10px;
    height: 10px;
  }
  .custom-page .custom-4 .box {
    max-width: 520px;
  }
  .custom-page .custom-4 .info {
    max-width: 430px;
  }
  .custom-page .custom-4 .info .more {
    padding: 8px 16px;
  }
  .custom-page .custom-4 .info .more em {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .custom-page .custom-1 .text::after {
    width: 201px;
    height: 201px;
  }
  .custom-page .custom-2 .content .flex-3 > * {
    width: 50%;
  }
  .custom-page .custom-3 .content ul li {
    margin-bottom: 53px;
  }
  .custom-page .custom-3 .content ul li .img {
    width: 100%;
  }
  .custom-page .custom-3 .content ul li .text {
    width: 100%;
    margin-left: 0;
    border-radius: 0 !important;
  }
  .custom-page .custom-3 .content ul li:nth-child(even) .text {
    margin-right: 0;
  }
  .font-29 {
    font-size: 24px;
  }
  .custom-page .custom-4 {
    margin-top: 30px;
  }
  .custom-page .custom-4 .box {
    max-width: 100%;
  }
  .custom-page .custom-4 .info {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .font-48 {
    font-size: 33px;
  }
  .font-32 {
    font-size: 32px;
  }
  .custom-page .custom-1 .img {
    width: 100%;
    padding-bottom: 0;
  }
  .custom-page .custom-1 .text {
    width: 100%;
    margin: 0;
  }
  .custom-page .custom-2 .content .flex-3 > * {
    width: 100%;
  }
  .custom-page .custom-2 .content ul li .ig .icon {
    zoom: 1;
  }
  .custom-page .custom-2 .content ul li .ig .text .con {
    font-size: 18px;
  }
  .custom-page .custom-2 .bottom {
    line-height: 1.5;
  }
  .custom-page .custom-4 .box .con {
    font-size: 16px;
    margin-top: calc(0.525vw + 10px);
  }
  .custom-page .custom-4::after {
    width: 100%;
  }
  .custom-page .custom-3 .content ul li .text .con p::before {
    top: 8px;
  }
  .font-61 {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  .font-48 {
    font-size: 26px;
  }
  .custom-page .custom-2 .content ul li .ig .icon {
    top: 0;
    zoom: .6;
  }
  .custom-page .custom-2 .content ul li .ig .text {
    padding: 0 20px;
  }
  .custom-page .custom-2 .content ul li .ig .text .title {
    font-size: 24px;
  }
  .custom-page .custom-2 .content ul li .ig .text .con {
    font-size: 16px;
  }
  .custom-page .custom-3 .content ul li .text {
    padding: 20px 15px !important;
  }
  .custom-page .custom-4 {
    padding: 26% 0 20px;
  }
  .custom-page .custom-4 .box .con {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
  .font-61 {
    font-size: 30px;
  }
}

.df {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.category-product-page .category-left .top {
  background-color: #f5f5f5;
  padding-top: 37px;
  padding-bottom: 23px;
  border-radius: 10px;
}
.category-product-page .category-left .top .form {
  margin: 0 26px;
}
.category-product-page .category-left .top .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.category-product-page .category-left .top .form form input {
  border: none;
}
.category-product-page .category-left .top .form form .text {
  width: -webkit-calc(100% - 67px);
  width: -moz-calc(100% - 67px);
  width: calc(100% - 67px);
  height: 69px;
  background-color: #ffffff;
  color: #000;
  padding-left: 20px;
  font-size: 20px;
}
.category-product-page .category-left .top .form form .text::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text:-moz-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text::-moz-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text::placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .submit {
  width: 67px;
  height: 69px;
  background: var(--color) url('../images/category-left-submit.png') no-repeat center center;
}
.category-product-page .category-left .top .side-category-title {
  padding: 0 26px;
  font-family: Montserrat;
  font-weight: bold;
  color: #000;
  margin-top: 36px;
  margin-bottom: 21px;
}
.category-product-page .category-left .top .side-category-list {
  font-family: Montserrat;
}
.category-product-page .category-left .top .side-category-list li a {
  display: block;
}
.category-product-page .category-left .top .side-category-list > li > a {
  font-weight: bold;
  color: #000;
  padding: 12px 30px;
  position: relative;
  z-index: 1;
}
.category-product-page .category-left .top .side-category-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/side-category-list-bg.png") no-repeat left center;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.category-product-page .category-left .top .side-category-list > li > a:hover:before {
  opacity: 1;
}
.category-product-page .category-left .top .side-category-list > li > a.active:before {
  opacity: 1;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li:last-child a {
  border: none;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li a {
  font-weight: bold;
  color: #6b6b6b;
  opacity: 0.52;
  padding: 9px 45px;
  border-bottom: 1px solid rgba(198, 198, 198, 0.16);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li a.active {
  color: var(--color);
  opacity: 1;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li a:hover {
  color: var(--color);
  opacity: 1;
}
.category-product-page .category-left .bottom .side-category-title {
  margin: 2.760416666666667vw 34px 2.291666666666667vw;
  color: #000;
  font-family: Montserrat;
  font-weight: bold;
}
.category-product-page .category-left .bottom .category-list li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 36px;
}
.category-product-page .category-left .bottom .category-list li .little-img {
  display: block;
  margin-right: 20px;
  max-width: 85px;
  border-radius: 50%;
}
.category-product-page .category-left .bottom .category-list li .right-text a.title {
  display: block;
  margin-bottom: 7px;
  font-weight: bold;
  font-family: Montserrat;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.category-product-page .category-left .bottom .category-list li .right-text a.title:hover {
  color: var(--color);
}
.category-product-page .category-left .bottom .category-list li .right-text .intro {
  color: #7e7e7e;
  max-width: 194px;
  line-height: 1.3;
}
.category-product-page .category-left{
  width: 342px;
}
.category-product-page .category-right {
  /*width: -webkit-calc(100% - 342px);
  width: -moz-calc(100% - 342px);
  width: calc(100% - 342px);*/
  width: 100%;
  padding-left: 0 !important;
}
.category-product-page .category-right h1 {
  font-family: Montserrat;
  font-weight: bold;
  margin-bottom: 20px;
}
.Auxil-catdes {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}
.category-product-page .category-right .all-product-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}
.category-product-page .category-right .all-product-list li {
  width: 25%;
  margin-bottom: 94px;
  padding-right: 20px;
  
}
.category-product-page .category-right .all-product-list li .box {
  border: 2px solid rgba(218, 218, 218, 0.4);
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
}
.category-product-page .category-right .all-product-list li .box:hover a.title {
  color: var(--color);
}
.category-product-page .category-right .all-product-list li .box a.img {
  display: block;
  text-align: center;
}
.category-product-page .category-right .all-product-list li .box a.title {
  display: block;
  text-align: center;
  margin: 0 15px 12px;
  font-weight: bold;
  padding-top: var(--ft26);
  height: 90px;

}
.category-product-page .category-right .all-product-list li .box .intro {
  color: #7e7e7e;
  max-width: 281px;
  margin: 0 auto 29px;
  /*text-align: center;*/
  line-height: 2;
    display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 54px;
}
.category-product-page .category-right .all-product-list li .box a.category-btn {
  position: relative;
  -webkit-transition: width 0.3s, background-color 0.3s;
  -moz-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
  width: 60px;
  height: 60px;
  background-color: #d4d4d4;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 7px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  margin: 0 auto -30px;
}
.category-product-page .category-right .all-product-list li .box a.category-btn .plus {
  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%);
  font-family: Montserrat;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  font-size: 20px;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover {
  background-color: var(--color);
  width: 176px;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover .plus {
  display: none;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover span {
  display: block;
  position: absolute;
  left: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover .circle {
  background: #fff;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover .circle i {
  color: var(--color);
}
.category-product-page .category-right .all-product-list li .box a.category-btn span {
  color: #fff;
  display: none;
}
.category-product-page .category-right .all-product-list li .box a.category-btn .circle {
  width: 46px;
  height: 46px;
  background-color: #d4d4d4;
  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;
  border-radius: 50%;
  position: relative;
}
.category-product-page .category-right .all-product-list li .box a.category-btn .circle i {
  color: #d4d4d4;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1280px) {
  .category-product-page .category-right .all-product-list li {
    width: 50%;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1000px) {
  .category-product-page .category-left {
    display: none;
  }
  .category-product-page .category-right {
    width: 100%;
    padding-left: 0;
  }
  .category-product-page .category-right h1 {
    margin-top: 30px;
    font-size: 20px!Important;
  }
  .category-product-page .category-right .all-product-list li .box a.title{
    padding: 0 0 13px;
  }
}
@media screen and (max-width: 700px) {
  .category-product-page .category-right .all-product-list li .box a.title{
    height: 130px;
  }
}
@media screen and (max-width: 500px) {
  .category-product-page .category-right .all-product-list li {
    width: 100%;
  }
  .category-product-page .category-right .all-product-list li .box a.title{
    height: auto;
  }
}
quality-banner {
  position: relative;
  z-index: 1;
}
.quality-banner::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
}
.quality-page .quality-1 .header {
  position: relative;
  z-index: 2;
  background: #f9f9f9;
  padding: 131px 0 62px;
  border-bottom: 1px solid rgba(70, 70, 70, 0.2);
}
.quality-page .quality-1 .header .title {
  line-height: 1.1;
  letter-spacing: 1px;
}
.quality-page .quality-1 .header .title em {
  color: var(--color);
}
.quality-page .quality-1 .header .con {
  line-height: 1.3;
  color: #464646;
  max-width: 749px;
  margin: 34px auto 0;
}
.quality-page .quality-1 .content {
  position: relative;
  z-index: 1;
  padding: 149px 0 162px;
}
.quality-page .quality-1 .content ul li .text {
  width: 54.863%;
  padding: 40px 77px 0 0;
}
.quality-page .quality-1 .content ul li .text .con {
  line-height: 1.3;
  color: #464646;
}
.quality-page .quality-1 .content ul li .text .desc {
  line-height: 1.5;
  color: #464646;
}
.quality-page .quality-1 .content ul li .text .desc p {
  padding-left: 37px;
  position: relative;
  margin-bottom: 43px;
}
.quality-page .quality-1 .content ul li .text .desc p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../images/quality-check.png) no-repeat center top;
  background-size: 100% 100%;
}
.quality-page .quality-1 .content ul li .text .desc p:last-child {
  margin-bottom: 0;
}
.quality-page .quality-1 .content ul li .img {
  width: 45.137%;
  padding: 29px;
  border-radius: 50%;
  background: #f1d2c7;
  position: relative;
  z-index: 1;
}
.quality-page .quality-1 .content ul li:nth-child(even) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quality-page .quality-1 .content ul li:nth-child(even) .text {
  padding: 0 0 0 77px;
}
.quality-page .quality-1 .content ul li:last-child {
  margin-bottom: 0;
}
.quality-page .quality-1 .content ul li:hover .img::before,
.quality-page .quality-1 .content ul li:hover .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  z-index: -1;
  -webkit-animation: ks1 3s linear infinite;
  -moz-animation: ks1 3s linear infinite;
  animation: ks1 3s linear infinite;
}
.quality-page .quality-1 .content ul li:nth-child(1) {
  margin-bottom: 110px;
}
.quality-page .quality-1 .content ul li:nth-child(2) {
  margin-bottom: 320px;
}
.quality-page .quality-1 .content ul li:nth-child(3) {
  margin-bottom: 122px;
}
.quality-page .quality-1 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -4%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/quality-bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.quality-page .quality-2 {
  background: url(../images/quality2-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 11.042% 0 6.823%;
  border-radius: 60px 60px 0 0;
  color: #fff;
}
.quality-page .quality-2 .box {
  max-width: 775px;
}
.quality-page .quality-2 .box .title {
  line-height: 1.1;
}
.quality-page .quality-2 .box .con {
  line-height: 1.2;
}
.quality-page .quality-2 .box .more {
  padding: 4px 7px 5px 50px;
}
.quality-page .quality-2 .box .more span {
  text-transform: uppercase;
}
.quality-page .quality-2 .box .more em {
  margin-left: 26px;
  width: 62px;
  height: 62px;
  line-height: 62px;
}
@-webkit-keyframes ks1 {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.2;
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
@-moz-keyframes ks1 {
  from {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.2;
  }
  to {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes ks1 {
  from {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.2;
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
@media screen and (max-width: 1000px) {
  .quality-page .font-18 {
    font-size: 18px;
  }
  .quality-page .font-20 {
    font-size: 20px;
  }
  .quality-page .quality-1 .header {
    padding: 60px 0;
  }
  .quality-page .quality-1 .content {
    padding: 0;
  }
  .quality-page .quality-1 .content ul li {
    margin-bottom: 0 !important;
    padding: 30px 0;
    background: #f9f9f9;
  }
  .quality-page .quality-1 .content ul li .img {
    width: 100%;
  }
  .quality-page .quality-1 .content ul li .text {
    width: 100%;
    padding: 0;
  }
  .quality-page .quality-1 .content ul li .text .tit {
    font-size: 30px;
  }
  .quality-page .quality-1 .content ul li .text .desc {
    font-size: 16px;
  }
  .quality-page .quality-1 .content ul li .text .desc p {
    margin-bottom: 20px;
  }
  .quality-page .quality-1 .content ul li:nth-child(even) {
    background: #fff;
  }
  .quality-page .quality-1 .content ul li:nth-child(even) .text {
    padding: 0;
  }
  .quality-page .quality-1 .content::after {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .quality-page .quality-1 .header {
    padding: 30px 0;
  }
  .quality-page .quality-1 .header .title {
    font-size: 30px;
    line-height: 1.3;
  }
  .quality-page .quality-1 .header .title em {
    display: inline;
  }
  .quality-page .quality-1 .header .con {
    margin: 17px auto 0;
  }
  .quality-page .quality-1 .content ul li .text .tit {
    font-size: 26px;
  }
  .quality-page .quality-2 .box .con {
    font-size: 18px;
    line-height: 1.6;
  }
  .quality-page .quality-2 .box .more {
    padding: 5px 9px 5px 18px;
  }
  .quality-page .quality-2 .box .more em {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .quality-page .quality-1 .header .title {
    font-size: 24px;
  }
  .quality-page .font-18 {
    font-size: 16px;
    line-height: 1.8;
  }
  .quality-page .quality-1 .content ul li .text .tit {
    font-size: 24px;
  }
  .quality-page .quality-1 .content ul li .text .desc {
    font-size: 14px;
    line-height: 2;
  }
  .quality-page .quality-1 .content ul li .text .desc p {
    margin-bottom: 10px;
  }
}
/*2025-8-20*/
.about-page .about-factory{
  padding-bottom: 7.6042%;
}
.about-page .about-factory .title em{
  color: var(--color);
}
/*///////////////////////////*/
.cus-page .tit {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  max-width: 790px;
}
.cus-page .cus-1 .content {
  margin-top: 56px;
}
.cus-page .cus-1 .content .column {
  vertical-align: bottom;
}
.cus-page .cus-1 .content .left {
  padding-right: 7px;
}
.cus-page .cus-1 .content .left .text {
  /*padding-top: 180px;*/
  max-width: 700px;
}
.cus-page .cus-1 .content .right {
  padding-left: 7px;
}
.cus-page .cus-1 .content .right .text {
  padding: 0 0 100px 85px;
}
.cus-page .cus-1 .content .img {
  border-radius: 10px;
}
.cus-page .cus-1 .content .img img {
  width: 100%;
  border-radius: 10px;
}
.cus-page .cus-1 .content .text .con {
  line-height: 44px;
  color: #4B4B4B;
  margin-top: 24px;
}

.cus-page .cus-2 {
  /*padding-top: 6%;*/
}
.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: #f6f7f9;
}
.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 {
  font-size: 20px;
  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;
}
.cus-page .cus-3 {
  padding-top: 6%;
}
.cus-page .cus-3 .header {
  margin-top: 106px;
}
.cus-page .cus-3 .header .con {
  font-size: 20px;
  line-height: 1.6;
  color: #4B4B4B;
  max-width: 820px;
}
.cus-page .cus-3 .content {
  margin-top: 72px;
}
.cus-page .cus-3 .content ul li {
  width: 21.84%;
}
.cus-page .cus-3 .content ul li .ig {
  width: 100%;
  height: 760px;
  position: relative;
}
.cus-page .cus-3 .content ul li .ig .img-box {
  height: 100%;
}
.cus-page .cus-3 .content ul li .ig .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.cus-page .cus-3 .content ul li .ig::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(30%, rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px;
}
.cus-page .cus-3 .content ul li .ig .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  color: #fff;
  padding: 40px 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.cus-page .cus-3 .content ul li .ig .text .tit {
  margin-bottom: 25px;
}
.cus-page .cus-3 .content ul li .ig .text .con {
  line-height: 1.5;
  margin-bottom: 30px;
}
.cus-page .cus-3 .content ul li.active {
  width: 78.16%;
}
.cus-page .cus-3 .content ul li.active .ig .text {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.cus-page .cus-4 {
  padding: 4% 0;
}
.cus-page .cus-4 .content {
  margin-top: 66px;
}
.cus-page .cus-4 .content .left {
  padding-right: 10px;
  width: 50%;
  height: auto;
}
.cus-page .cus-4 .content .left .img-box {
  border-radius: 10px;
  height: 100%;
}
.cus-page .cus-4 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cus-page .cus-4 .content .right {
  padding-left: 10px;
  height: auto;
  width: 50%;

}
.cus-page .cus-4 .content .right .i-title
{
  padding: 0 50px;
}
.cus-page .cus-4 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 10px;
    padding-top: var(--px60);
}
.cus-page .cus-4 .content .right .text .tit {
  padding: 43px 50px;
  border-bottom: 1px solid #e1e5e5;
  font-size: 27px;
  line-height: 1.4;
}
.cus-page .cus-4 .content .right .text .con {
  padding: 38px 50px;
  color: #4B4B4B;
  line-height: 1.6;
}
.cus-page .cus-4 .content .right .text .btn {
  padding: 0 50px 50px;
}
.cus-page .cus-4 .content .right .text .btn .more {
  text-transform: capitalize;
  width: 160px;
  height: 50px;
  line-height: 50px;
}
.cus-page .cus-4 .content .right .text:hover {
  background: #fff;
}
.cus-page .cus-4 .content ul li {
  margin-bottom: 20px;
}
.cus-page .cus-4 .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cus-page .cus-4 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}
.cus-page .cus-4 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}
.cus-page .cus-4 .content ul li:last-child {
  margin-bottom: 0;
}
.cus-page .cus-5 {
  padding-bottom: 2%;
}
.cus-page .cus-5 .header {
  margin-top: 93px;
}
.cus-page .cus-5 .header .tit {
  max-width: 500px;
}
.cus-page .header .con {
  line-height: 1.6;
  font-weight: 300;
  color: #666;
  text-align: center;
  margin-top: 100px;
}

.cus-page .cus-5 .content {
  margin-top: 74px;
  position: relative;
}
.cus-page .cus-5 .content .img-box {
  border-radius: 10px;
}
.cus-page .cus-5 .content .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  color: #fff;
  padding: 20px 56px var(--px100);
}
.cus-page .cus-5 .content .text .con {
  font-size: 20px;
  line-height: 30px;
  margin: 25px 0 30px;
  max-width: 790px;
}
.cus-page .cus-6 {
  padding-top: 6%;
}
.cus-page .cus-6 .i-title {
  max-width: 936px;
}
.cus-page .cus-6 .content {
  margin-top: 66px;
}
.cus-page .cus-6 .content .item {
  background: #fff;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 60px 80px;
  text-align: center;
}
.cus-page .cus-6 .content .item .tit {
  font-size: 28px;
  line-height: 1.3;
  margin-top: 50px;
}
.cus-page .cus-6 .content .item .tit em {
  color: var(--color);
}
.cus-page .cus-7 {
  padding-top: 6%;
}
.cus-page .cus-7 .header {
  margin-top: 93px;
}
.cus-page .cus-7 .header .con {
  color: #4B4B4B;
  max-width: 700px;
}
.cus-page .cus-7 .content {
  margin-top: 66px;
}
.cus-page .cus-8 {
  padding-top: 6%;
}
.cus-page .cus-8 .tab {
  margin-top: 66px;
}
.cus-page .cus-8 .tab ul li {
  display: inline-block;
  line-height: 56px;
  border-radius: 56px;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  background: #fff;
  cursor: pointer;
  margin-right: 20px;
  padding: 0 33px;
}
.cus-page .cus-8 .tab ul li.active {
  background: var(--color);
  color: #fff;
}
.cus-page .cus-8 .content {
  margin-top: 30px;
}
.cus-page .cus-8 .content .left {
  width: 50%;
  padding-right: 10px;
  height: auto;
}
.cus-page .cus-8 .content .left .img-box {
  border-radius: 10px;
  height: 100%;
}
.cus-page .cus-8 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cus-page .cus-8 .content .right {
  padding-left: 10px;
  width: 50%;
  height: auto;
}
.cus-page .cus-8 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.cus-page .cus-8 .content .right .text .tit {
  font-size: 27px;
  line-height: 1.4;
  padding: 43px 50px 39px;
  border-bottom: 1px solid #e1e5e5;
}
.cus-page .cus-8 .content .right .text .con {
  line-height: 1.6;
  padding: 35px 50px;
  color: #4B4B4B;
}
.cus-page .cus-8 .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cus-page .cus-8 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}
.cus-page .cus-8 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}
.cus-page .cus-9 {
  padding-top: 6%;
}
.cus-page .cus-9 .content {
  margin-top: 66px;
}
.cus-page .cus-9 .content .img-box {
  border-radius: 10px;
}
.cus-page .cus-9 .content .img-box img {
  width: 100%;
}
.cus-page .cus-9 .content .img-box .text {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}
.cus-page .cus-9 .content .img-box .text span {
  width: 85px;
  display: inline-block;
  position: relative;
}
.cus-page .cus-9 .content .img-box .text::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  right: 50%;
  margin-right: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}
.cus-page .cus-9 .content .img-box .text::after {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  left: 50%;
  margin-left: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}
.cus-page .cus-9 .content .img-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(30%, rgba(0, 0, 0, 0.3)), color-stop(60%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 1450px) {
  .cus-page .cus-1 .content .left .text {
    padding-top: 100px;
  }
  .cus-page .cus-1 .content .right .text {
    padding: 0 0 60px 40px;
  }
  .cus-page .cus-2 .content .item .tit {
    font-size: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 700px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 660px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 620px;
  }
}

@media screen and (max-width: 1250px) {
  .cus-page .tit {
    font-size: 30px;
  }
  .cus-page .cus-1 .content .text .con {
    font-size: 18px;
  }
  .cus-page .cus-2 .content .item .tit {
    padding: 30px;
    font-size: 26px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 560px;
  }
  .cus-page .cus-3 .content ul li .ig {
    height: 690px;
  }
  .cus-page .cus-4 .content .right .text .tit {
    padding: 30px;
    font-size: 24px;
  }
  .cus-page .cus-4 .content .right .text .con {
    padding: 30px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 469px;
  }
  .cus-page .cus-6 .content .item {
    padding: 40px 36px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 490px;
  }
  .cus-page .cus-8 .content .right .text .tit {
    padding: 30px 30px 26px;
    font-size: 24px;
  }
  .cus-page .cus-8 .content .right .text .con {
    padding: 30px;
  }
}


@media screen and (max-width: 1000px) {
  .cus-page .cus-1 .content {
    margin-top: 28px;
  }
  .cus-page .cus-1 .content .left {
    width: 100%;
    padding: 0;
  }
  .cus-page .cus-1 .content .left .text {
    padding-top: 30px;
  }
  .cus-page .cus-1 .content .right {
    width: 100%;
  }
  .cus-page .cus-1 .content .right .text {
    padding: 30px 0;
  }
  .cus-page .cus-2 .content {
    margin-top: 30px;
  }
  .cus-page .cus-3 .header {
    margin-top: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 100%;
    margin-top: calc(0.525vw + 10px);
  }
  .cus-page .cus-3 .content {
    margin-top: 30px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    padding: 20px 30px;
  }
  .cus-page .cus-4 .content {
    margin-top: 30px;
  }
  .cus-page .cus-4 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-4 .content ul li .right {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-5 .header {
    margin-top: 30px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 100%;
    margin-top: calc(0.525vw + 10px);
  }
  .cus-page .cus-5 .content {
    margin-top: 30px;
  }
  .cus-page .cus-5 .content .text {
    padding: 20px;
  }
  .cus-page .cus-5 .content .text .con {
    margin-bottom: 0;
  }
  .cus-page .cus-6 .content {
    margin-top: 30px;
  }
  .cus-page .cus-7 .header {
    margin-top: 30px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 100%;
    margin-top: calc(0.525vw + 10px);
  }
  .cus-page .cus-7 .content {
    margin-top: 30px;
  }
  .cus-page .cus-8 .tab {
    margin-top: 30px;
  }
  .cus-page .cus-8 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-8 .content ul li .right {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-9 .content {
    margin-top: 30px;
  }
}

@media screen and (max-width: 700px) {
  .cus-page .cus-3 .content ul li .ig {
    height: 580px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    padding: 20px 15px;
  }
  .cus-page .cus-3 .content ul li .ig .text .tit {
    margin-bottom: 12px;
  }
  .cus-page .cus-3 .content ul li .ig .text .con {
    margin-bottom: 0;
  }
  .cus-page .tit {
        font-size: 30px;
    }
  .cus-page .cus-5 .content .img-box img{
    min-height: 360px;
  }
  .cus-page .cus-8 .tab ul li {
    font-size: 18px;
    padding: 0 20px;
  }
  .cus-page .cus-9 .content .img-box .text {
    font-size: 26px;
  }
}

@media screen and (max-width: 500px) {
  .cus-page .tit {
    font-size: 24px;
    line-height: 44px;
  }
  .cus-page .cus-1 .content .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .cus-page .cus-2 .content .item {
    min-height: auto;
    padding-bottom: 100px;
  }
  .cus-page .cus-2 .content .item .tit {
    padding: 15px;
    font-size: 22px;
    line-height: 40px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 15px;
  }
  .cus-page .cus-2 .content .item .con .des {
    font-size: 16px;
    line-height: 2;
  }
  .cus-page .cus-2 .content .item .icon {
    bottom: 20px;
    left: 15px;
  }
  .cus-page .cus-3 .header .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .cus-page .cus-3 .content ul {
    display: block;
  }
  .cus-page .cus-3 .content ul li {
    width: 100%;
  }
  .cus-page .cus-3 .content ul li .ig {
    height: 520px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 12px 6px;
  }
  .cus-page .cus-3 .content ul li .ig .text .tit {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .cus-page .cus-3 .content ul li .ig .text .con {
    font-size: 14px;
    line-height: 2;
  }
  .cus-page .cus-3 .content ul li .ig::after {
    height: 100%;
  }
  .cus-page .cus-3 .content ul li.active {
    width: 100%;
  }
  .cus-page .cus-4 .content .right .text .tit {
    padding: 15px;
    font-size: 20px;
  }
  .cus-page .cus-4 .content .right .text .con {
    padding: 15px;
    line-height: 1.8;
  }
  .cus-page .cus-4 .content .right .text .btn {
    padding: 0 15px;
  }
  .cus-page .cus-5 .content .img-box img {
    min-height: 460px;
    object-fit: cover;
  }
  .cus-page .cus-6 .content {
    overflow: hidden;
  }
  .cus-page .cus-6 .content .item {
    padding: 20px 15px;
  }
  .cus-page .cus-6 .content .item .tit {
    margin-top: 12px;
    font-size: 20px;
  }
  .cus-page .cus-8 .tab ul li {
    font-size: 14px;
    padding: 0 15px;
    margin-right: 13px;
    height: 40px;
    line-height: 40px;
  }
  .cus-page .cus-8 .content .right .text .tit {
    padding: 15px;
    font-size: 20px;
    line-height: 1.5;
  }
  .cus-page .cus-8 .content .right .text .con {
    padding: 15px;
    font-size: 14px;
    line-height: 2;
  }
  .cus-page .cus-9 .content {
    margin-top: calc(0.525vw + 10px);
  }
  .cus-page .cus-9 .content .img-box .text {
    font-size: 20px;
  }
  .cus-page .cus-5 .content .text .con{
    font-size: 14px;
    line-height: 2;
    margin: 12px 0 0px;
  }
}
.chain-page .chain-1 .img-box {
    border-radius: 20px;
    overflow: hidden;
}

.chain-page .chain-1 .img-box img {
    min-height: 300px;
    object-fit: cover;
}

.chain-page .chain-2 .strength-list ul li {
    margin-top: 70px;
}

.chain-page .chain-2 .strength-list ul li .box .img-box {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}

.chain-page .chain-2 .strength-list ul li .box .img-box img {
    border-radius: 10px;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox {
    background-color: #f6f7f9;
    border-radius: 10px;
    width: calc(50% + 40px);
    padding-left: 10%;
    padding-right: 6%;
    margin-left: -40px;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .tag .line {
    width: 65px;
    height: 1px;
    background-color: #333333;
    display: block;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .tt {
    line-height: 1.4;
    color: #333333;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .desc {
    line-height: 1.8;
    color: #4c4c4c;
}

.chain-page .chain-2 .strength-list ul li:nth-child(odd) .box {
    flex-direction: row-reverse;
}

.chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
    margin-right: -40px;
    margin-left: 0;
    padding-left: 6%;
    padding-right: 10%;
}

.chain-page .chain-3 {
    background-color: #f4f5f9;
}

.chain-page .chain-3 .process-li {
    padding: 0 10%;
}

.chain-page .chain-3 .process-li .swiper {
    padding: 25px 0;
    margin: 0 -1px;
    overflow: hidden;
}

.chain-page .chain-3 .process-li ul .slick-list {
  overflow: visible;
}

.chain-page .chain-3 .process-li ul li .in {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.chain-page .chain-3 .process-li ul li .box {
    height: 405px;
    padding: 15px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 0 20px;
}

.chain-page .chain-3 .process-li ul li .box .num {
    width: 50px;
    height: 50px;
    background-color: #f4f5f9;
    border: solid 1px #cccccc;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 0.5s;
}

.chain-page .chain-3 .process-li ul li .box i {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color);
    border-radius: 10px;
    width: 92px;
    height: 92px;
    transition: all 0.5s;
}

.chain-page .chain-3 .process-li ul li .box i img {
    filter: brightness(0) invert(1);
    transition: all 0.5s;
}

.chain-page .chain-3 .process-li ul li .box:hover .num {
    background-color: #000318;
    color: var(--color);
}

.chain-page .chain-3 .process-li ul li .box:hover i {
    background-color: #000;
}

.chain-page .chain-3 .process-li ul li .box:hover i img {
    filter: none;
}

.chain-page .chain-3 .process-li ul li .in-yj {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.chain-page .chain-3 .process-li ul li .in-yj.zs {
    left: 0;
    top: 0;
}

.chain-page .chain-3 .process-li ul li .in-yj.ys {
    right: 0;
    top: 0;
    transform: rotate(90deg);
}

.chain-page .chain-3 .process-li ul li .in-yj.yx {
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.chain-page .chain-3 .process-li ul li .in-yj.zx {
    left: 0;
    bottom: 0;
    transform: rotate(-90deg);
}

.chain-page .chain-3 .process-li ul li.odd .box {
    border-top: 1px solid #cccccc;
    border-bottom: 0;
}

.chain-page .chain-3 .process-li ul li.odd .in-yj.zs {
    opacity: 1;
}

.chain-page .chain-3 .process-li ul li.odd .in-yj.ys {
    opacity: 1;
}

.chain-page .chain-3 .process-li ul li.even .box {
    border-top: 0;
    border-bottom: 1px solid #cccccc;
}

.chain-page .chain-3 .process-li ul li.even .num {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 50%);
}

.chain-page .chain-3 .process-li ul li.even .in-yj.yx {
    opacity: 1;
}

.chain-page .chain-3 .process-li ul li.even .in-yj.zx {
    opacity: 1;
}

.chain-page .chain-3 .process-li .zdy-switch>div {
    background-color: #fff;
    position: absolute;
    transform: translateY(-50%);
}

.chain-page .chain-3 .process-li .zdy-switch>div:hover {
    background-color: var(--color);
}

.chain-page .oem-6 .con {
    border-radius: 10px;
    height: 400px;
}

@media (max-width: 1000px) {
    .chain-page .chain-2 .strength-list ul li .box .img-box {
        width: 100%;
    }

    .chain-page .chain-2 .strength-list ul li .box .txtbox {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
        margin-right: 0;
    }
}

@media (max-width: 700px) {
    .chain-page .chain-2 .strength-list ul li {
        margin-top: 30px;
    }
}
.sustanibility-page .sustanibility-1 .img-box {
    border-radius: 20px;
    overflow: hidden;
}

.sustanibility-page .sustanibility-1 .img-box img {
    min-height: 300px;
    object-fit: cover;
}

.sustanibility-page .sustanibility-2 .what {
    background-color: #f4f5f9;
    border-radius: 20px;
}

.sustanibility-page .sustanibility-2 .what .mk-tt {
    color: #333333;
}

.sustanibility-page .sustanibility-2 .what .left {
    width: 40%;
    padding-left: 5%;
}

.sustanibility-page .sustanibility-2 .what .right {
    width: 60%;
    padding-left: 5%;
    padding-right: 5%;
}

.sustanibility-page .sustanibility-2 .what .right ul li {
    padding: 5px 0;
}

.sustanibility-page .sustanibility-2 .what .right ul li .box .top {
    padding: 25px 35px 20px;
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}

.sustanibility-page .sustanibility-2 .what .right ul li .box p {
    width: 100%;
    padding: 0 20px;
}

.sustanibility-page .sustanibility-2 .what .right ul li .box .content {
    padding: 25px 35px 40px;
    line-height: 1.7;
    display: none;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box {
    background-color: var(--color);
    border-radius: 10px;
}

.wc {
  color: #FFFFFF;
}
.sustanibility-page .sustanibility-2 .what .right ul li.active .box .top {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    flex-wrap: nowrap;
}
.sustanibility-page .sustanibility-2 .what .right ul li .box .top{
  flex-wrap: nowrap;
}
.sustanibility-page .sustanibility-2 .what .right ul li.active .box .tt {
    color: #fff;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box .content {
    color: #fff;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box span.ico img {
    filter: brightness(0) invert(1);
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box i {
    color: #fff;
    transform: rotate(90deg);
}

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

.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 .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: 1250px) {
    .sustanibility-page .sustanibility-2 .what .right ul li .box .top {
        padding: 20px 15px;
    }

    .sustanibility-page .sustanibility-2 .what .right ul li .box .content {
        padding: 20px 15px;
    }
}

@media (max-width: 1000px) {
    .sustanibility-page .sustanibility-2 .what .left {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sustanibility-page .sustanibility-2 .what .right {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 5%;
    }

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

@media (max-width: 700px) {
    .sustanibility-page .sustanibility-2 .what .right ul li .box .top {
        padding: 10px;
    }

    .sustanibility-page .sustanibility-2 .what .right ul li .box .content {
        padding: 10px;
    }
}

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

.big-little {
  font-weight: bold;
  font-size: 40px;
  color: #141414;
}

@media (max-width:1000px) {
 .big-little {
   font-size: 24px;
 }
}
.page-header02 .logo img{
  filter: brightness(0) invert(1);
}
/* 旋转动画 */
@-webkit-keyframes xz {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes xz {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes xz {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* 滚动动画 */
@-webkit-keyframes pscrolling-text {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-moz-keyframes pscrolling-text {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-o-keyframes pscrolling-text {
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes pscrolling-text {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes ro {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes ro {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ro {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 700px) {
  .contact-page .contact-1 ul li{
    padding: 6px 15px;
  }
}
        .pb-150 {
          padding-bottom: calc(6.77vw + 20px) !important;
        }
    
        .pt-150 {
          padding-top: calc(6.77vw + 20px) !important;
        }
    
        .pb-140 {
          padding-bottom: calc(6.25vw + 20px) !important;
        }
    
        .pt-140 {
          padding-top: calc(6.25vw + 20px) !important;
        }
    
        .pb-130 {
          padding-bottom: calc(5.75vw + 20px) !important;
        }
    
        .pt-130 {
          padding-top: calc(5.75vw + 20px) !important;
        }
    
        .pb-120 {
          padding-bottom: calc(5.21vw + 20px) !important;
        }
    
        .pt-120 {
          padding-top: calc(5.21vw + 20px) !important;
        }
    
        .pb-110 {
          padding-bottom: calc(4.65vw + 20px) !important;
        }
    
        .pt-110 {
          padding-top: calc(4.65vw + 20px) !important;
        }
    
        .pb-80 {
          padding-bottom: calc(3.1267vw + 20px) !important;
        }
    
        .pt-80 {
          padding-top: calc(3.1267vw + 20px) !important;
        }
    
        .pb-100 {
          padding-bottom: calc(4.1667vw + 20px) !important;
        }
    
        .pt-100 {
          padding-top: calc(4.1667vw + 20px) !important;
        }
    
        .pb-90 {
          padding-bottom: calc(3.65vw + 20px) !important;
        }
    
        .pt-90 {
          padding-top: calc(3.65vw + 20px) !important;
        }
@media (max-width: 500px) {
  .sustanibility-page .sustanibility-3 .zs-list ul li .box .desc{
    height: 170px;
    overflow-y: auto;
  }
  .chain-page .oem-6 .con{
    height: 446px;
    text-align: center;
    padding: 0 10px;
  }
}
.inner-page .title{
  font-weight: 600 !important;
  text-transform: capitalize !important;


}
.inner-page .seo_content .title,
contact-page .title,
.about-page .title,
.seoPublic .title1{
  font-size: var(--ft48) !important;
  line-height: 1.2 !important;
}
.about-page .about-4 .content ul li .top .icon img{
  width: 60px;
}
@media (max-width: 1000px) {
  #banner .swiper_banner .swiper-slide .banner-text{
    z-index: 2;
  }
  #banner .swiper_banner .swiper-slide::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(225, 225, 225, 0.51);
  z-index: 0;
}
}
@media (max-width: 500px) {
      .about-page .about-3::before {
        font-size: 62px;
    }
}
@media (max-width: 400px) {
   .about-page .about-3::before {
        font-size: 52px;
    }
}
@media (max-width: 350px) {
   .about-page .about-3::before {
        font-size: 42px;
    }
}
@media (max-width: 500px) {}
@media (max-width: 500px) {}
@media (max-width: 500px) {}
@media (max-width: 500px) {}
@media (max-width: 500px) {}
@media (max-width: 500px) {}
@media (max-width: 500px) {}