@font-face {
  font-family: 'Aktiv Grotesk Ex Trial';
  src: url('../fonts/AktivGroteskExTrial-Thin.woff2') format('woff2'), url('../fonts/AktivGroteskExTrial-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk Ex Trial';
  src: url('../fonts/AktivGroteskExTrial-Bold.woff2') format('woff2'), url('../fonts/AktivGroteskExTrial-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk Ex Trial';
  src: url('../fonts/AktivGroteskExTrial-Medium.woff2') format('woff2'), url('../fonts/AktivGroteskExTrial-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk Ex Trial';
  src: url('../fonts/AktivGroteskExTrial-Regular.woff2') format('woff2'), url('../fonts/AktivGroteskExTrial-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.flex-box {
  display: flex;
}
.al-center {
  align-items: center;
}
.al-end {
  align-items: flex-end;
}
.jc-center {
  justify-content: center;
}
.jc-space-between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: nowrap;
}
#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: #ef3907;
  --fm: 'TikTokSans';
}
: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;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from1 {
  position: fixed;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  -o-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-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: calc(0.2085vw + 14px);
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  right: 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;
  left: 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%;
  right: 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-left: 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;
  left: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: calc(0.525vw + 14px);
}
.right_nav_list ul li .cont {
  position: absolute;
  right: -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 {
    left: 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;
  left: 2%;
  bottom: 40%;
  font-size: calc(0.525vw + 14px);
  -o-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 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: 'Aktiv Grotesk Ex Trial';
  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;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -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;
  left: 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;
  right: 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;
  right: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  -o-transform: translateX(50.0%);
  transform: translateX(50.0%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right 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-right: 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%;
  right: 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-right: 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;
  left: 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-left: 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-left: 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 {
  right: 0;
}
#mobile.active:before {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(50.0%); rotateZ(45deg);
  -moz-transform: translateX(50.0%); rotateZ(45deg);
  -ms-transform: translateX(50.0%); rotate(45deg);
  -o-transform: translateX(50.0%); rotateZ(45deg);
  transform: translateX(50.0%); rotateZ(45deg);
  top: 12px;
  margin-right: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(50.0%); rotateZ(-45deg);
  -moz-transform: translateX(50.0%); rotateZ(-45deg);
  -ms-transform: translateX(50.0%); rotate(-45deg);
  -o-transform: translateX(50.0%); rotateZ(-45deg);
  transform: translateX(50.0%); rotateZ(-45deg);
  top: 28px;
  margin-right: 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-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  right: 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;
  left: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  right: 50%;
  width: 60%;
  margin-right: -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;
  left: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background: #000000;
  padding: 0 2.6%;
}
#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-right: auto;
}
#header > .nav .f-top .share li {
  margin-right: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu .menu-box {
  padding: 10px 0 7px;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: 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: right;
  -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-right: var(--ft36);
  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-right: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  right: 0;
  font-size: var(--ft16);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-right: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: 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: right;
  line-height: 1.2;
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  vertical-align: middle;
}
#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;
  right: 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: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  right: 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: right;
  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 {
  right: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .ds-line {
  margin-right: 11px;
  margin-left: 10px;
  width: 1px;
  height: 13px;
  background: #000000;
  opacity: 0.57;
}
#header > .nav > .menu .menu-box .right .pp_btn {
  font-weight: 400;
  font-size: var(--ft18);
  color: #ffffff;
  height: 49px;
  cursor: pointer;
  border-radius: 6px;
  line-height: 49px;
  padding: 0 var(--ft36);
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-right: calc(0.415vw + 14px);
  margin-left: 0;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .limg {
  width: 24px;
  height: 16px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont span {
  margin-right: 11px;
  margin-left: 14px;
}
#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-right: 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-right: 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%;
  left: 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: right;
}
#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-right: 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: right;
}
.text-C {
  text-align: center;
}
.text-R {
  text-align: left;
}
.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: 1651px;
  padding: 0 15px;
}
.rj-btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
  height: 63px;
  border: 1px solid;
  border-image: linear-gradient(137deg, #EF3B0A, #6DC435) 10 10;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 14px) + calc(2.2385vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: var(--ft20);
  color: #FFFFFF;
  text-transform: uppercase;
  width: fit-content;
}
.rj-btn:hover {
  border-image: linear-gradient(-63deg, #EF3B0A, #6DC435) 10 10;
  background: linear-gradient(-63deg, #EF3B0A, #6DC435);
}
#banner {
  overflow: hidden;
  margin-top: 83px;
}
#banner .swiper1 .swiper-slide .banner-t {
  position: absolute;
  bottom: calc(2.6067vw + 17px);
  right: 50%;
  transform: translateX(50.0%);
}
.rj-tap {
  font-weight: 400;
  font-size: var(--ft18);
  color: #EF3907;
  text-transform: uppercase;
}
.rj-h {
  font-weight: bold;
  font-size: calc(1.61vw + 14px) !important;
  color: #101010;
  line-height: 1.3 !important;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .about {
  overflow: hidden;
}
#index-body .i2 {
  padding: var(--px130) 0;
  background-size: cover;
  background: #f6f6f6;
}
#index-body .i2 .container .rj-h {
  margin-top: 25px;
}
#index-body .i2 .container .swiper2 {
  padding-top: var(--px110);
  overflow: hidden;
}
#index-body .i2 .container .swiper2 .swiper-slide {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .i2 .container .swiper2 .swiper-slide:hover {
  transform: translateY(calc(-0.9385vw - 14px));
}
#index-body .i2 .container .swiper2 .swiper-slide:hover .img-box {
  border: 1px solid var(--color);
}
#index-body .i2 .container .swiper2 .swiper-slide:hover .i2-p {
  color: var(--color);
}
#index-body .i2 .container .swiper2 .swiper-slide .img-box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #e5e5e5;
}
#index-body .i2 .container .swiper2 .swiper-slide .i2-p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 17px;
  color: #101010;
  margin-top: var(--ft26);
}
#index-body .i2 .container .swiper2 .swiper-slide .i2-p i {
  font-size: 20px;
}
#index-body .init-9 {
  padding: var(--px130) 0;
  background: url(../images/i6-1.png) no-repeat left bottom #f6f6f6;
}
#index-body .init-9 .container .i9-m {
  padding-right: calc(2.6555vw + 14px);
  display: flex;
  justify-content: space-between;
}
#index-body .init-9 .container .i9-m .i9-l .rj-h {
  margin-top: var(--ft20);
}
#index-body .init-9 .container .i9-m .i9-r {
  width: 62%;
}
#index-body .init-9 .container .i9-m .i9-r .swiper4 {
  overflow: hidden;
}
#index-body .init-9 .container .i9-m .i9-r .swiper4 .swiper-slide {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-9 .container .i9-m .i9-r .swiper4 .swiper-slide:hover .i9-p3 {
  color: var(--color);
}
#index-body .init-9 .container .i9-m .i9-r .swiper4 .swiper-slide .i9-p1 {
  font-weight: 400;
  font-size: 14px;
  color: #646464;
  margin-top: var(--ft48);
  margin-bottom: var(--ft24);
}
#index-body .init-9 .container .i9-m .i9-r .swiper4 .swiper-slide .i9-p2 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #2A2A2A;
  line-height: 1.7;
}
#index-body .init-9 .container .i9-m .i9-r .swiper4 .swiper-slide .i9-p3 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: var(--ft26);
  font-weight: bold;
  font-size: var(--ft20);
  color: #101010;
  line-height: 1.4;
  padding-right: 30px;
  position: relative;
}
#index-body .init-9 .container .i9-m .i9-r .swiper4 .swiper-slide .i9-p3:before {
  content: '';
  position: absolute;
  right: 0;
  top: 11px;
  width: 20px;
  height: 2px;
  background: #EF3907;
}
#index-body .about {
  padding: var(--px130) 0 calc(9.9vw + 12px) !important;
  position: relative;
}
#index-body .about .about-content .content {
  width: 100%;
}
#index-body .about .about-content .content .right {
  max-width: 665px;
}
#index-body .about .about-content .content .right .img_box {
  position: relative;
}
#index-body .about .about-content .content .right .img_box .icon {
  position: absolute;
  left: -135px;
  bottom: -45px;
}
#index-body .about .about-content .content .right .p {
  font-weight: 400;
  font-size: var(--ft18);
  color: #2A2A2A;
}
#index-body .about .about-content .content .right p:nth-child(3) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 45px;
  margin-bottom: 35px;
}
.a-line {
  height: 1px;
  background: #C8C8C8;
  margin-bottom: var(--ft48);
}
.i1-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i1-box .rj-btn {
  color: #000000;
}
.i1-box .rj-btn:hover {
  color: #FFFFFF;
}
#index-body .about .about-content .content .left {
  max-width: 54.47%;
  width: 54.47%;
  position: relative;
}
#index-body .about .about-content .content .left .home-title h3 {
  font-size: 44px;
}
#index-body .about .about-content .content .left .img_box {
  width: 100%;
}
#index-body .about .about-content .content .left .home-title {
  padding-right: var(--ft62);
}
#index-body .about .about-content .content .left .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .about .about-content .content .left ul {
  position: absolute;
  bottom: calc(-3.1805vw - 16px);
  right: var(--px100);
}
#index-body .about .about-content .content .left ul li {
  color: white;
  background-color: #6dc435;
  width: 166px;
  height: 227px;
  border-bottom-right-radius: 25%;
  border-top-left-radius: 25%;
  -webkit-box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 24px;
}
#index-body .about .about-content .content .left ul li:last-child {
  background-color: #6dc435;
  margin-right: var(--ft50);
}
#index-body .about .about-content .content .left ul li .icon-box {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
}
#index-body .about .about-content .content .left ul li h4 {
  font-weight: bold;
  font-size: var(--ft38) !important;
  margin: 20px 0 0;
  line-height: 1.4;
}
#index-body .about .about-content .content .left ul li p {
  font-weight: bold;
  font-size: 14px !important;
}
#index-body .i-advantage {
  padding: var(--px130) 0 0;
  background: url(../images/i3-1.jpg) no-repeat center;
  background-attachment: fixed;
}
#index-body .i-advantage .h-title {
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
}
#index-body .i-advantage .h-title h3 {
  font-size: 11.25vw;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  margin-left: -14px;
  transform: translateY(31px);
}
#index-body .i-advantage .h-title h5 {
  position: absolute;
  top: 110%;
  right: 52.5%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  font-size: 130px;
  font-family: 'Mayonice';
  white-space: nowrap;
  text-transform: capitalize;
  background: -webkit-linear-gradient(135deg, #efe496, #d4ab57, #efe496, #d5ae5a);
  background: -moz-linear-gradient(135deg, #efe496, #d4ab57, #efe496, #d5ae5a);
  background: linear-gradient(135deg, #efe496, #d4ab57, #efe496, #d5ae5a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.i3-t {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.i3-t .rj-h {
  margin-top: var(--ft24);
}
.i3-t .i3-r {
  font-weight: 400;
  font-size: var(--ft18);
  color: #2A2A2A;
  line-height: 1.6;
  max-width: 695px;
}
#index-body .i-advantage .content {
  margin-top: 100px;
}
#index-body .i-advantage .content ul li {
  height: 45vh;
  position: relative;
  z-index: 10;
}
#index-body .i-advantage .content ul li .ig {
  max-width: 380px;
  background: rgba(255, 255, 255, 0.7);
  padding: var(--ft48) var(--ft34) var(--ft46);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  min-height: 280px;
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#index-body .i-advantage .content ul li .ig .tit {
  font-size: var(--ft20) !important;
  line-height: 1;
  font-weight: bold;
}
#index-body .i-advantage .content ul li .ig .text p {
  font-size: var(--ft16);
  line-height: 1.6;
  color: #2a2a2a;
}
#index-body .i-advantage .content ul li:nth-child(1),
#index-body .i-advantage .content ul li:nth-child(4) {
  width: 100%;
}
#index-body .i-advantage .content ul li:nth-child(1) .ig,
#index-body .i-advantage .content ul li:nth-child(4) .ig {
  margin: 0 auto;
}
#index-body .i-advantage .content ul li:nth-child(3n) {
  margin-top: 125px;
}
#index-body .i-advantage .content ul li.active .ig {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.ikm .ikcg {
  width: calc(3.1267vw + 18px);
}
.ikm .iko {
  display: flex;
  justify-content: space-between;
}
.ikm .iko.iko1 {
  justify-content: center;
  padding-right: 4%;
  padding-bottom: var(--px130);
}
.ikm .iko .ikc1 {
  margin-top: calc(-1.88vw - 14px);
}
.ikm .iko .ikc2 {
  padding-top: var(--px80);
}
.ikm .iko .ikc {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 23.44%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ikm .iko .ikc .ioom {
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.7);
  padding: var(--ft48) var(--ft34) var(--ft46);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.ikm .iko .ikc .ikm-p1 {
  font-size: var(--ft20) !important;
  line-height: 1;
  font-weight: bold;
  margin-bottom: var(--ft60);
}
.ikm .iko .ikc .ikm-p2 {
  font-size: var(--ft16);
  line-height: 1.6;
  color: #2a2a2a;
}
#index-body .init-3 {
  padding: var(--px130) 0;
}
#index-body .init-3 .title .text p {
  margin-right: 3.5em;
  font-size: calc(0.2085vw + 14px);
  line-height: 1.8;
  color: #555;
}
.shouye h1 {
  display: inline;
  font-size: calc(0.2085vw + 14px);
  line-height: 1.8;
  color: #555;
}
#index-body .init-3 .title .text {
  margin-right: 3.5em;
}
#index-body .init-3 .box {
  margin-top: calc(3.65vw + 20px);
  display: inline-block;
  width: 100%;
}
#index-body .init-3 .box .slide {
  height: 700px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  -webkit-transform-origin: center 0;
  -moz-transform-origin: center 0;
  -ms-transform-origin: center 0;
  transform-origin: center 0;
}
#index-body .init-3 .box .slide span.h2 {
  font-size: var(--ft60) !important;
  margin-bottom: 0.3em;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 5%;
}
#footer {
  background: #fff;
}
#footer .four > img {
  display: block;
  margin: 0 auto;
}
#footer .fg1 {
  font-weight: bold;
  font-size: calc(0.575vw + 14px);
  color: #FFFFFF;
  text-align: center;
  margin-top: var(--ft44);
}
#footer .fg2 {
  text-align: center;
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  margin-top: var(--ft20);
  margin-bottom: var(--ft20);
}
#footer form .add {
  margin-bottom: 4px;
  width: 391px;
  border-radius: 210px;
}
#footer form .add.add1 {
  display: flex;
  justify-content: space-between;
}
#footer form .add.add2 {
  margin-bottom: var(--ft24);
  position: relative;
}
#footer form .add.add2 .fpp {
  position: absolute;
  left: var(--ft20);
  bottom: var(--ft18);
}
#footer form .add input {
  background: transparent;
  width: 191px;
  border: 1px solid transparent;
  padding-right: 20px;
  padding-left: 60px;
  font-weight: 400;
  font-size: 16px;
  color: #B4B3B3;
  height: 51px;
  background: #FFFFFF;
}
#footer form .add input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #B4B3B3;
}
#footer form textarea {
  height: 51px;
  background: #fff;
  width: 100%;
  border: 1px solid transparent;
  padding-right: 20px;
  padding-left: 60px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  padding-top: 20px;
  color: #B4B3B3;
}
#footer form textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #B4B3B3;
}
#footer form .add2 {
  position: relative;
}
#footer form .add2 .fffbtn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #0c602c;
  border-radius: 50%;
  left: 5px;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer form .add2 .fffbtn:hover {
  background: #000;
}
#footer .ft-m {
  background: #151515;
  width: 100%;
  margin-right: auto;
  padding-top: var(--px110);
  padding-right: 7.81%;
  padding-left: 7.81%;
  padding-bottom: var(--ft32);
  position: relative;
  z-index: 2;
}
#footer .ft-m .container {
  width: 100% !important;
  padding: 0 !important;
}
#footer .f-h {
  padding-top: var(--px80);
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--px120);
}
#footer .f-h .sx_h {
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
#footer .f-h .f-h-p {
  font-weight: 600;
  font-size: 30px;
  color: #ffffff;
}
#footer .f-h .ft-p1 {
  font-weight: 600;
  font-size: var(--ft36);
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
#footer .f-h .ft-p1 img {
  margin-left: 17px;
}
#footer .f-h form {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  width: 70%;
  padding: 0;
}
#footer .f-h form input,
#footer .f-h form textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
}
#footer .f-h form .f-put1 {
  width: 17.96%;
  height: 56px;
  line-height: 56px;
  background: transparent;
  border-radius: 0px;
  font-weight: 500;
  font-size: var(--ft18);
  padding-right: var(--ft20);
  color: rgba(255, 255, 255, 0.3);
  border: 2px solid #3c3c3c;
  margin-left: 11px;
}
#footer .f-h form .f-put1.f-put11 {
  width: 264px;
}
#footer .f-h form .f-put1.f-put12 {
  width: 250px;
}
#footer .f-h form .f-put2-box {
  width: 320px;
  position: relative;
}
#footer .f-h form .f-put2-box::before {
  content: '';
  width: 25px;
  height: 21px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: url(../images/jh1.png) no-repeat center;
}
#footer .f-h form .f-put2 {
  width: 100%;
  padding-right: var(--ft20);
  line-height: 56px;
  height: 56px;
  border: 2px solid #3c3c3c;
  background: transparent;
  border-radius: 0px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  font-size: var(--ft18);
  position: relative;
}
#footer .f-h form .f-put4 {
  height: 56px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: var(--ft16);
  color: #FFFFFF;
  background: var(--color);
  padding-right: var(--ft60);
  padding-left: var(--ft60);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .f-h form .f-put4 img {
  margin-right: var(--ft20);
}
#footer .f-h form .f-put4:hover {
  background: #000;
}
#footer .f-h form .f-put3 {
  width: 222px;
  line-height: 52px;
  height: 52px;
  background: var(--color);
  border-radius: 3px;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  color: #ffffff;
}
#footer .f-line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
#footer .top {
  color: white;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0;
}
#footer .top .one2 .logo {
  padding-right: 40px;
}
#footer .top .one2 ul li {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: var(--ft18);
  color: #fff;
}
#footer .top .one2 ul li img {
  margin-left: 15px;
}
#footer .top .one2 ul li:hover {
  color: var(--color);
}
#footer .top .one1 {
  max-width: 363px;
}
#footer .top .one1 p {
  font-weight: 300;
  font-size: var(--ft18);
  color: rgba(255, 255, 255, 0.7);
  margin-top: var(--ft34);
  margin-bottom: var(--ft44);
  line-height: 1;
}
#footer .top .one1 ul {
  display: flex;
}
#footer .top .one1 ul li {
  width: 51px;
  height: 51px;
  background: #2b2b2b;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
}
#footer .top .one1 ul li i {
  font-size: var(--ft20);
}
#footer .top .one1 ul li:hover {
  background-color: var(--color);
}
#footer .top .one1 ul li:hover i {
  color: #fff;
}
#footer .top h3 {
  padding-top: 10px;
  font-weight: bold;
  font-size: calc(0.575vw + 14px);
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: var(--ft50);
  position: relative;
  line-height: 1;
}
#footer .top .two ul,
#footer .top .three ul {
  font-size: 16px;
  line-height: 25px;
}
#footer .top .two ul li,
#footer .top .three ul li {
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.9;
  margin-bottom: var(--ft24);
  font-weight: 400;
  font-size: var(--ft18);
  color: #fff;
}
#footer .top .two ul li:hover,
#footer .top .three ul li:hover {
  color: var(--color);
}
#footer .top .one2 {
  max-width: 300px;
}
#footer .top .one2 img {
  margin-top: 6px;
}
#footer .top .one2 li {
  display: flex;
  align-items: flex-start;
  font-size: var(--ft16);
  color: rgba(255, 255, 255, 0.4);
}
#footer .top .one2 li:hover {
  color: rgba(255, 255, 255, 0.4) !important;
}
#footer .top .one2 li .op0 {
  opacity: 0;
}
#footer .top .one2 li img {
  object-fit: contain;
}
#footer .top .four #ewm {
  width: 169px;
  height: 169px;
  border: 8px solid white;
}
#footer .top .four #ewm img,
#footer .top .four #ewm svg,
#footer .top .four #ewm canvas {
  width: 100%;
  height: 100%;
}
#footer .bottom {
  font-size: 12px;
  color: #ecf2fb;
  padding-bottom: 18px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .bottom img {
  width: 230px;
}
#footer {
  position: relative;
}
#footer .footbg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.f-line {
  background: #151515 !important;
}
.klkkk {
  width: 100%;
  height: 1px;
  background: #939393;
}
.copyright {
  width: 100%;
  padding-right: 7.81%;
  padding-left: 7.81%;
  position: relative;
  font-size: var(--ft16);
  font-weight: 400;
  overflow: hidden;
  color: #c7c7c7;
  background: #151515;
}
.copyright .container {
  padding: calc(0.415vw + 14px) 0 calc(0.2585vw + 14px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright .container svg {
  height: 29px;
  width: auto;
  fill: #c7c7c7;
  position: relative;
  vertical-align: middle;
}
.copyright .container a {
  margin: 0 7px;
}
.copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
.copyright .container .left {
  position: relative;
  top: 0;
  color: #c7c7c7;
}
.copyright .container .share {
  display: flex;
  align-items: center;
  padding-left: var(--ft62);
}
.copyright .container .share a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--ft20);
  color: #fff;
}
.copyright .container .share a:hover {
  background: #d12138;
  color: #fff;
}
@media (max-width: 1800px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
    font-size: 14px;
  }
  .i1-box img {
    margin-top: 10px;
  }
  .i1-box {
    flex-wrap: wrap;
  }
  #index-body .about .about-content .content .right {
    padding-right: var(--ft26);
  }
  .container {
    width: 1400px;
  }
}
@media screen and (max-width: 1750px) {
  #index-body .i-advantage .content ul li .ig .tit {
    font-size: 30px;
    padding-left: 0;
  }
  #index-body .i-advantage .content ul li .ig {
    max-width: 320px;
    min-height: unset;
  }
}
@media screen and (max-width: 1600px) {
  #header > .nav{
    height: 83px;
    padding-top: 10px
  }
  #header > .nav > .menu .menu-box .left .logo img{
    width: 15.36vw;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: var(--ft24) } #index-body .init-3 { padding: calc(3.65vw 0 20px) +;
  }
  #index-body .init-3 .box {
    margin-top: 60px;
  }
  #index-body .init-3 .box .slide {
    height: 500px;
  }
  #index-body .init-3 .box .slide span.h2 {
    font-size: calc(1.3555vw + 14px);
  }
  #index-body .about .about-content .content {
    margin: 0;
  }
  #index-body .about .about-content .content .left .img_box {
    -webkit-transform: translateX(-0.0px);
    -moz-transform: translateX(-0.0px);
    -ms-transform: translateX(-0.0px);
    transform: translateX(-0.0px);
  }
  #index-body .about .about-content .content .left ul {
    right: 60px;
  }
  #index-body .about .about-content .content .right {
    -webkit-transform: translateX(-0.0px);
    -moz-transform: translateX(-0.0px);
    -ms-transform: translateX(-0.0px);
    transform: translateX(-0.0px);
    width: 530px;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-3 .box .slide span.h2 {
    font-size: 32px;
  }
  #index-body .init-3 .box .slide {
    height: 400px;
  }
}
@media screen and (max-width: 1400px) {
  #index-body .about .about-content .content .right {
    width: 40%;
  }
  #index-body .about .about-content .content .left .img_box {
    width: 100%;
  }
  #index-body .about .about-content .content .left ul {
    bottom: 0;
  }
  #index-body .about {
    padding: 125px 0;
  }
  #index-body .i-advantage .h-title h3 {
    font-size: var(--px80);
  }
  #index-body .i-advantage {
    padding: var(--px80) 0 var(--px80);
  }
}
@media (max-width: 1250px) {
  #index-body .init-9 {
    background: #f6f6f6;
  }
  #index-body .init-9 .container .i9-m .i9-r {
    width: 100%;
    margin-top: 15px;
  }
  #index-body .init-9 .container .i9-m .i9-l {
    width: 100%;
  }
  #index-body .init-9 .container .i9-m {
    padding: 0;
    flex-wrap: wrap;
  }
  .i3-t .i3-r {
    max-width: 400px;
  }
  .container {
    width: 970px;
  }
}
@media screen and (max-width: 1200px) {
  #index-body .about .about-content .content .left .home-title h3 {
    font-size: 30px;
  }
  #index-body .about .about-content .content .right p {
    font-family: AktivGroteskEx-Regular;
    padding-left: 0;
  }
  #index-body .about .about-content .content .left .img_box {
    height: 480px;
  }
  #index-body .about .about-content .content .left .img_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .i-advantage .h-title h5 {
    font-size: 75px;
  }
}
@media (max-width: 1000px) {
  .i3-t .i3-l {
    width: 100%;
  }
  .i3-t .i3-r {
    margin-top: 15px;
    max-width: 100%;
  }
  .i3-t {
    flex-wrap: wrap;
  }
  #index-body .about .about-content .content {
    flex-wrap: wrap;
  }
  .ikm .iko .ikc {
    width: 35%;
  }
  .i1-box img {
    margin-top: 10px;
  }
  .i1-box {
    flex-wrap: wrap;
  }
  #index-body .about .about-content .content .left .home-title {
    padding-right: 0;
  }
  #index-body .init-3 {
    padding: var(--px60) 0;
  }
  #index-body .init-3 .box .slide {
    height: 280px;
  }
  #index-body .init-3 .box .slide span.h2 {
    font-size: 28px;
  }
  #index-body .i-advantage .content ul {
    margin: 0 -10px;
  }
  #index-body .i-advantage .content ul li {
    padding: 0 10px;
  }
  #index-body .i-advantage .content ul li .ig .text p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
  }
  #index-body .i-advantage .content ul li .ig .tit {
    font-size: calc(0.525vw + 14px);
  }
  #index-body .i-advantage .content ul li .ig {
    max-width: 320px;
    min-height: 360px;
  }
  .container {
    width: 700px;
  }
  #index-body .about .about-content .content .right .img_box .icon {
    display: none;
  }
  #index-body .about .about-content .content .left {
    max-width: 100%;
    width: 100%;
    margin-bottom: 110px;
  }
  #index-body .about .about-content .content .left ul {
    bottom: -60px;
  }
  #index-body .about .about-content .content .right {
    width: 100%;
  }
  #index-body .about .about-content .content .right .img_box img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 700px) {
  #index-body .i-advantage .h-title h3 {
    margin-left: 0;
  }
  .ikm .iko .ikc {
    width: 46%;
  }
  #index-body .init-3 .title .text {
    margin-right: 0;
  }
  #index-body .title span.h2 {
    width: auto;
    margin-bottom: 1em;
    max-width: 100%;
  }
  #index-body .init-3 .box .slide span.h2 {
    font-size: calc(0.525vw + 14px);
    line-height: 40px;
  }
  #index-body .init-3 .box .slide {
    height: 240px;
  }
  #index-body .init-3 .box {
    margin-top: 30px;
  }
  #index-body .init-3 .box .slide {
    top: 60px;
  }
  .container {
    width: 100%;
  }
  #index-body .about {
    padding: 0;
  }
  #index-body .about .about-content .content .left ul {
    right: 30px;
  }
  #index-body .about .about-content .content .left ul li:last-child {
    margin-right: 30px;
  }
}
@media (max-width: 500px) {
  #footer form .add input {
    width: 100%;
    margin-bottom: 8px;
  }
  #footer form .add .input{
    margin-bottom: 0;
  }
  #footer form .add.add1 {
    flex-wrap: wrap;
  }
  #footer form .add {
    width: 100%;
  }
  .ikm .iko.iko1 {
    padding: 0;
    padding-bottom: 30px;
  }
  .ikm .iko .ikc1 {
    margin-top: 0;
    padding-bottom: 15px;
  }
  .ikm .iko {
    flex-wrap: wrap;
  }
  .ikm .iko .ikc2 {
    padding-top: 0;
  }
  .ikm .iko .ikc {
    width: 100%;
    padding-bottom: 15px;
  }
  #index-body .init-3 .box .slide {
    height: 200px;
    -webkit-filter: unset !important;
    filter: unset !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    position: relative;
    top: 0 !important;
    margin-top: 20px;
  }
  #index-body .about .about-content .content .left .home-title h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .home-title span {
    font-size: calc(0.2085vw + 14px);
    line-height: 32px;
  }
  #index-body .about .about-content .content .left .img_box {
    height: auto;
  }
  #index-body .about .about-content .content .left ul {
    display: none;
  }
  #index-body .about .about-content .content .left {
    margin-bottom: 40px;
  }
}
.about-banner {
  background: url(../images/about-banner.jpg) no-repeat center center;
  background-size: 100% 100%;
  height: 436px;
  text-align: left;
  padding-top: 240px;
}
.about-page .about-1 {
  margin-top: calc(4.1667vw + 20px);
      margin-bottom: 20px;
}
.about-page .about-1 .left {
  vertical-align: bottom;
  padding-left: 27px;
  margin-bottom: 35px;
  width: 100%;
  margin-top: 90px;
}
.about-page .about-1 .left .title {
  margin-top: -1%;
}
.about-page .about-1 .left .con {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin-top: 30px;  
}
.about-page .about-1 .right {
  /*padding-left: 59px;*/
  vertical-align: baseline;
  width: 100%;
}
.about-page .about-1 .play{
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  /*text-align: center;
  line-height: 95px;*/
  cursor: pointer;
  background: var(--color);
  color: white;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .about-1 .play i{
  position: relative;
  right: 3px;
}
.about-page .about-1 .right .data {
  margin-top: 46px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 24px 30px 13px 30px;
}
.about-page .about-1 .right .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-1 .right .data ul li {
  display: inline-block;
  font-weight: 600;
  color: var(--color);
  font-size: calc(0.2085vw + 14px);
  line-height: 1.6;
}
.about-page .about-1 .right .data ul li span {
  line-height: 1;
}
.about-page .about-1 .right .data ul li .num {
  font-size: calc(2.3955vw + 14px);
  line-height: 0.6;
}
.about-page .about-1 .right .data ul li p {
  margin-top: 12px;
}
.about-page .about-2 {
  padding: 11.41% 0 10%;
}
.about-page .about-2 .left {
  width: 35%;
  padding-top: 54px;
}
.about-page .about-2 .left ul li {
  padding-bottom: 45px;
}
.about-page .about-2 .left ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}
.about-page .about-2 .left ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 16px;
  font-size: 20px;
  color: #323232;
  font-weight: 600;
  line-height: 1.6;
  width: 88%;
}
.about-page .about-2 .left ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-2 .right {
  width: 65%;
  position: relative;
}
.about-page .about-2 .right .title {
  font-size: calc(1.88vw + 14px);
  line-height: 1.2;
  font-weight: 900;
  max-width: 668px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .right .info {
  margin-top: -5.5%;
}
.about-page .about-2 .right .info .img-box {
  width: 50.81%;
}
.about-page .about-2 .right .info .text {
  width: 49.19%;
  padding: 13.21% 45px 0 0;
}
.about-page .about-2 .right .info .text .con {
  font-size: 20px;
  /*font-weight: 600;*/
  color: #323232;
  line-height: 1.5;
}
.about-page .about-2 .right .info .text .more {
  margin: 47px 88px 0 0;
}
.about-page .about-2 .right .bicycle {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -50px;
}
.about-page .about-2 .right .bicycle .tire {
  position: absolute;
  z-index: -1;
  bottom: -84px;
  -webkit-animation: xz 2s linear infinite;
  -moz-animation: xz 2s linear infinite;
  animation: xz 2s linear infinite;
}
.about-page .about-2 .right .bicycle .tire1 {
  right: -128px;
}
.about-page .about-2 .right .bicycle .tire2 {
  left: -141px;
}
.about-page .about-2 .right .shadow {
  position: absolute;
  bottom: -110px;
  right: -130px;
}
.about-page .about-3 {
  padding: 9.2% 0 8.24%;
  background: url(../images/about3-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: white;
}
.about-page .about-3 .left {
  width: 32%;
}
.about-page .about-3 .left .title {
  font-size: calc(2.3955vw + 14px);
  line-height: 1.4;
  font-weight: 700;
}
.about-page .about-3 .left p {
  font-size: 16px;
  line-height: 1.8;  
  margin-top: 37px;
}
.about-page .about-3 .left .more {
  color: white;
  margin-top: 36px;
}
.about-page .about-3 .left .more::before {
  background: white;
}
.about-page .about-3 .left .more::after {
  background-color: var(--color);
}
.about-page .about-3 .right {
  width: 68%;
  padding-right: 8.21%;
}
/*.about-page .about-3 .right ul {
  margin-right: -63px;
  margin-left: -29px;
}*/
/*.about-page .about-3 .right ul .slick-slide {
  padding: 19px 20px 29px;
}*/
/*.about-page .about-3 .right ul .slick-current li .ig {
  -webkit-transform: scale(1.023);
  -moz-transform: scale(1.023);
  -ms-transform: scale(1.023);
  transform: scale(1.023);
  margin-left: 0;
}*/
/*.about-page .about-3 .right ul .slick-current li .ig .img-box {
  opacity: 1;
}*/
.about-page .about-3 .right ul li .ig {
  padding: 19px 17px;
  /*border: 1px solid rgba(255, 255, 255, 0.35);*/
  /*-webkit-transform: scale(0.908);
  -moz-transform: scale(0.908);
  -ms-transform: scale(0.908);
  transform: scale(0.908);*/
  margin-right: 17px;
}
.about-page .about-3 .right ul li .ig .img-box {
  display: block;
  /*border: 20px solid var(--color);*/
  position: relative;
  z-index: 1;
  /*opacity: .6;*/
}
.about-page .about-4 {
  padding-top: 8.1%;
}
.about-page .about-4 .left {
  width: 74.37%;
  vertical-align: bottom;
  padding-left: 82px;
}
.about-page .about-4 .left ul {
  margin-left: -80px;
}
.about-page .about-4 .left ul li {
  padding-left: 40px;
  color: #323232;
}
.about-page .about-4 .left ul li .top em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}
.about-page .about-4 .left ul li .top span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 10px;
}
.about-page .about-4 .left ul li .con {
  font-size: calc(0.2085vw + 14px);
  line-height: 32px;
  margin-top: 34px; 
  font-weight: 400;
}
.about-page .about-4 .left ul li .img-box {
  margin-top: 39px;
}
.about-page .about-4 .right {
  vertical-align: bottom;
  color: #323232;
  width: 25.63%;
}
.about-page .about-4 .right .title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
}
.about-page .about-4 .right .con {
  font-size: 20px;
  line-height: 1.8; 
  /*font-weight: 300;*/
  margin-top: 59px;
}
.about-page .about-4 .right a {
  display: block;
  background: var(--color);
  color: white;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  padding: 24px 0 23px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 57px;
}
.about-page .about-4 .right a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .right a:hover::after {
  width: 100%;
}
.about-page .about-5 {
  padding: 8.5% 0 0%;
}
.about-page .about-5 .ui.container{
  max-width: 100%;
  padding: 0;
}
.about-page .about-5 .title {
  font-size: calc(2.3955vw + 14px);
  line-height: 1;
  font-weight: 900;
  color: #323232;
}
.about-page .about-5 .content {
  margin-top: 101px;
}
/*.about-page .about-5 .content ul {
  margin-right: -78px;
}
.about-page .about-5 .content ul li {
  padding-right: 78px;
}*/
.about-page .about-5 .content ul li .ig {
  position: relative;
  z-index: 1;
  /*padding-bottom: 65px;*/
}
.about-page .about-5 .content ul li .ig .img-box {
  display: block;
}
.about-page .about-5 .content ul li .ig .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul li .ig .text {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color);
  width: 100%;
  height: 87%;
  z-index: -1;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-5 .content ul li .ig:hover .text {
  top: 50px;
  right: 53px;
  opacity: 1;
}
.about-page .about_process{
  padding-top: calc(3.4405vw + 14px);
  padding-bottom: calc(3.4405vw + 14px);
}
.about-page .about_process ul{
  margin: -20px;
}
.about-page .about_process ul li{
  padding: 20px;
}
.about-page .about_process ul li .title{
  font-size: calc(0.525vw + 14px);
  font-weight: bold;
  margin: 10px 0 20px;
}
.about-page .about_process ul li .des{
  font-size: calc(0.2085vw + 14px);
  line-height: 32px;
}
@media screen and (max-width: 1680px) {
  .about-page .about-2 .left ul li span {
    width: 86%;
  }
  .about-page .about-2 .right .bicycle {
    zoom: .82;
  }
  .about-page .about-2 .right .shadow {
    zoom: .8;
  }
  .about-page .about-1 .right .data {
    padding: 24px 29px 13px;
  }
  
}
@media screen and (max-width: 1440px) {
  .about-page .about-1 .right .data ul li .num {
    font-size: calc(1.88vw + 14px);
    line-height: 1;
  }
  .about-page .about-2 .left ul li {
    padding-bottom: 50px;
  }
  .about-page .about-2 .left ul li span {
    font-size: 20px;
    width: 85%;
    padding-right: 10px;
  }
  .about-page .about-2 .right .info .text {
    padding: 12% 45px 0 0;
  }
  .about-page .about-2 .right .info .text .con {
    font-size: 20px;
  }
  .about-page .about-3 .left .title {
    font-size: 46px;
  }
  .about-page .about-4 .left {
    padding-left: 30px;
  }
  .about-page .about-4 .left ul {
    margin-left: -40px;
  }
  .about-page .about-4 .left ul li {
    padding-left: 40px;
  }
  .about-page .about-4 .left ul li .top span {
    font-size: calc(0.2085vw + 14px);
    width: 67%;
  }
  .about-page .about-4 .left ul li .con {
    font-size: 17px;
  }
  .about-page .about-4 .right .title {
    font-size: calc(1.88vw + 14px);
  }
  .about-page .about-5 .content ul li .ig .text {
    height: 80%;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .left {
    padding-left: 0;
  }
  .about-page .about-1 .right {
    padding-right: 30px;
  }
  .about-page .about-1 .right .data {
    padding: 24px 15px 13px;
  }
  .about-page .about-2 .right .bicycle {
    zoom: .6;
  }
  .about-page .about-2 .left ul li span {
    font-size: calc(0.2085vw + 14px);
    width: 82%;
  }
  .about-page .about-2 .right .title {
    font-size: calc(1.3555vw + 14px);
  }
  .about-page .about-2 .right .shadow {
    zoom: .6;
  }
  .about-page .about-4 .right .title {
    font-size: calc(1.3555vw + 14px);
  }
  .about-page .about-4 .right .con {
    font-size: calc(0.2085vw + 14px);
    margin-top: 40px;
  }
  .about-page .about-4 .left ul {
    margin-left: -20px;
  }
  .about-page .about-4 .left ul li {
    padding-left: 20px;
  }
  .about-page .about-4 .left ul li .top em {
    font-size: calc(1.88vw + 14px);
  }
  .about-page .about-4 .left ul li .con {
    font-size: 15px;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    right: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 .left .con {
    margin-top: 30px;
  }
  .about-page .about-2 .left ul li {
    padding-bottom: 30px;
  }
  .about-page .about-2 .left ul li span {
    width: 80%;
    font-size: 16px;
  }
  .about-page .about-2 .right .info .text {
    padding: 7% 45px 0 0;
  }
  .about-page .about-2 .right .info .text .con {
    font-size: calc(0.2085vw + 14px);
    line-height: 1.6;
  }
  .about-page .about-2 .right .info .text .more {
    margin: 40px 70px 0 0;
  }
  .about-page .about-3 .left .title {
    font-size: 38px;
  }
   
  /*.about-page .about-4 .left ul li .con {
    height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }*/
  .about-page .about-4 .right a {
    font-size: calc(0.2085vw + 14px);
  }
  .about-page .about-5 .content ul {
    margin-left: -40px;
  }
  .about-page .about-5 .content ul li {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .about-banner {
    height: 300px;
    padding-top: 150px;
  }
  .about-page .about-1 {
    margin-top: 50px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    display: none;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding-top: 0;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding-top: 20px;
  }
  .about-page .about-2 .right .bicycle {
    right: 130px;
    zoom: .55;
  }
  .about-page .about-2 .right .shadow {
    zoom: .55;
    right: 0;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 20px 0 0;
  }
  .about-page .about-4 .left {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-4 .left ul li .top em {
    display: block;
  }
  .about-page .about-4 .left ul li .top span {
    width: 100%;
    display: block;
    padding: 0;
    height: 60px;
  }
  .about-page .about-4 .right {
    width: 100%;
    padding-top: 20px;
  }
  .about-page .about-4 .right .con {
    margin-top: 15px;
  }
  .about-page .about-4 .right a {
    margin-top: 20px;
  }
  .about-page .about-5 .title {
    font-size: calc(1.88vw + 14px);
  }
  .about-page .about-5 .content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 {
    padding: 7% 0 10%;
  }
  .about-page .about-2 .right {
    display: none;
  }
  .about-page .about-5 .title {
    font-size: calc(1.3555vw + 14px);
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul {
    margin-left: -20px;
  }
  .about-page .about-5 .content ul li {
    padding-left: 20px;
  }
  .about-page .about-5 .content ul li .ig {
    padding-bottom: 0;
  }
  .about-page .about-5 .content ul li .ig .text {
    position: initial;
    height: auto;
    opacity: 1;
    background: var(--color);
    padding: 10px 0;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 .left ul li span {
    width: 78%;
  }
  .about-page .about-3 .left .title {
    font-size: 30px;
  }
  .about-page .about-3 .left p {
    font-size: 15px;
    margin-top: 15px;
  }
  .about-page .about-3 .left .more {
    margin-top: 20px;
  }
  
  .about-page .about-5 .title {
    font-size: 27px;
  }
}
.font-18 {
  line-height: 1.6;
}
.inner-banner {
  background-position: center center;
  max-width: 1920px;
  margin: 0 0 0 auto;
  height: 355px;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  z-index: 1;
  margin-top: 81px;
}
.inner-banner.factory_banner{
  height: 155px;
  background: #f3f3f3;
  color: black;
}
.inner-banner .ui.container{
  max-width: 1540px;
}
.inner-banner .text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100%;
  padding-bottom: 34px;
}
.inner-banner .text .title {
  font-size: 30px;
  line-height: 1.8;
  font-weight: 900;
}
.inner-banner .text .mbx { 
  /*font-weight: 300;*/
      font-size: 14px;
  margin-top: 12px;
}
.inner-banner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgba(0, 0, 0, 0.21)), color-stop(5%, rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
}
.inner-banner.factory_banner::after{
  content: none;
}
.product-cat-page {
  padding: 5% 0 8.81%;
}
.product-cat-page .list {
  padding: 5px 0 0;
  border-top: 1px solid #c9c9c9;
}
.product-cat-page .list ul li {
  padding-bottom: 12px;
  margin-bottom: 11px;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-cat-page .list ul li .text {
  width: 63%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.product-cat-page .list ul li .text .title {
  display: block;
  font-size: calc(2.3955vw + 14px);
  line-height: 1.1;
  font-weight: bold;
  color: var(--color);
}
.product-cat-page .list ul li .text .desc {
  font-size: calc(0.2085vw + 14px);
  color: #323232;
  line-height: 32px;   
  margin-top: 48px;
}
.product-cat-page .list ul li .img {
  width: 37%;
  padding-right: 38px;
  text-align: left;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-cat-page .list ul li .img .img-box {
  display: block;
}
.product-cat-page .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .product-cat-page .list ul li .text .title {
    font-size: calc(1.88vw + 14px);
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner{
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .product-cat-page .list ul li .text .title {
    font-size: calc(1.3555vw + 14px);
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .text .title {
    font-size: 36px;
  }
  .product-cat-page .list ul li .text {
    width: 100%;
  }
  .product-cat-page .list ul li .img {
    padding-right: 0;
    position: absolute;
    left: 0;
    width: 32%;
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 300px;
  }
  .inner-banner .text .title {
    font-size: 30px;
  }
  .product-cat-page .list ul li .text {
    width: 100%;
  }
  .product-cat-page .list ul li .text .title {
    font-size: 32px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 10px;
  }
  .product-cat-page .list ul li .img {
    width: 48%;
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    height: 240px;
  }
  .inner-banner .text .title {
    display: none;
  }
  .product-cat-page .list ul li .img {
    display: none;
  }
  .product-cat-page .list ul li .text .title {
    font-size: calc(0.525vw + 14px);
  }
  .product-cat-page .list ul li .text .desc {
    font-size: 15px;
  }
}
.inner-page .m-page {
 margin-top: 5%;
    margin-bottom: 7%;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  font-size: 23px;
  color: #474747;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  line-height: 1;
  font-weight: 500;
  margin-left: 45px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  border-color: #474747;
}
.inner-page .m-page span.current {
  border-color: #474747;
}
.product-page {
  padding: 4.74% 0 0%;
}
.product-page .category {
  text-align: center;
}
.product-page .category .ui.container {
  max-width: 1728px;
  width: 100%;
}
.product-page .category ul {
  margin-left: -40px;
}
.product-page .category ul li {
  padding-left: 40px;
}
.product-page .category ul li .img-box {
  display: block;
}
.product-page .category ul li .img-box img {
  display: inline-block;
}
.product-page .category ul li .tit {
  display: block;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 2;
}
.product-page .category ul li.active .tit{
  color: var(--color);
}
.product-page .top {
  text-align: center;
  margin-top: 5%;
}
.product-page .top .fl-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 365px;
  height: 68px;
}
.product-page .top .fl-list span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #474747;
  text-align: right;
  padding: 21px 28px 0 34px;
  cursor: pointer;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 1.8;
}
.product-page .top .fl-list span em {
  display: inline-block;
  /*margin-right: 22px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 86%;
}
.product-page .top .fl-list span i {
  float: left;
  margin-top: 8px;
}
.product-page .top .fl-list ul {
  text-align: right;
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0;
  width: 100%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  background: white;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
}
.product-page .top .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  font-weight: bold;
}
.product-page .top .fl-list ul li:hover {
  color: var(--color);
}
.product-page .top .fl-list:hover ul {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.product-page .top .product-search {
  vertical-align: top;
  display: inline-block;
  margin-right: 54px;
}
.product-page .top .product-search form {
  width: 365px;
  position: relative;
}
.product-page .top .product-search form input[type="text"] {
  width: 100%;
  height: 68px;
  border: solid 1px #474747;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  padding: 0 calc(4.1667vw + 20px) 0 30px;
}
.product-page .top .product-search form input[type="submit"] {
  width: 91px;
  height: 68px;
  border: 1px solid #474747;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/product-search.png) #474747 no-repeat center center;
}
.product-page .info {
  color: #474747;
  padding-top: 3.3%;
}
.product-page .info .ui.container {
  max-width: 1273px;
}
.product-page .info h1 {
  font-size: calc(1.88vw + 14px);
  line-height: 1.2;
  font-weight: bold;
  color: #000000; 
}
.product-page .info .con {
  font-size: 16px;
  line-height: 1.8; 
  font-weight: 300;
  margin-top: 1%;
}
.product-page .list {
  margin-top: 3.25%;
}
.product-page .list ul {
  margin: 0 0 -89px -52px;
}
.product-page .list ul li {
  padding: 0 0 89px 52px;
}
.product-page .list ul li .img-box {
  display: block;
  border: solid 1px #dadada;
}
.product-page .list ul li .img-box img {
  display: inline-block;
}
.product-page .list ul li .img-box .i2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .list ul li .img-box:hover .i1 {
  opacity: 0;
}
.product-page .list ul li .img-box:hover .i2 {
  opacity: 1;
}
.product-page .list ul li .tit {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 25px;
  display: block;
}
 
@media screen and (max-width: 1280px) {
  .product-page .list ul {
    margin: 0 0 -50px -30px;
  }
  .product-page .list ul li {
    padding: 0 0 50px 30px;
  }
  .product-page .list ul li .tit {
    font-size: 19px;
  }
   
}
@media screen and (max-width: 1000px) {
  .product-page .top .fl-list {
    width: 100%;
    margin-bottom: 15px;
  }
  .product-page .top .product-search {
    margin-right: 0;
  }
  .product-page .top .product-search form,
  .product-page .top .product-search {
    width: 100%;
  }
  .product-page .list ul {
    margin: 0 0 -30px -15px;
  }
  .product-page .list ul li {
    padding: 0 0 30px 15px;
  }
   
  .product-page .category {
    display: none;
  }
  .product-page #index-body .news .content ul li .tips .category {
    display: inline-block;
  }
}
@media screen and (max-width: 700px) {
  .product-page .top {
    display: none;
  }
  .product-page .info h1 {
    font-size: 36px;
  }
   
}
@media screen and (max-width: 500px) {
  .product-page .info h1 {
    font-size: 30px;
  }
  .product-page .list ul li .tit {
    font-size: calc(0.2085vw + 14px);
    line-height: 2;
  }
   
}
.prodet-page {
  padding: 134px 0 0px;
}
.prodet-page .prodet-1 .left {
  /*vertical-align: bottom;*/
  border: 1px solid #e6e6e6;
  text-align: center;
  width: 41.24%;
}
.prodet-page .prodet-1 .left img {
  width: 100%;
}
.prodet-page .prodet-1 .right {
  padding-right: 72px;
  /*vertical-align: bottom;*/
}
.prodet-page .prodet-1 .right span {
  font-size: calc(0.2085vw + 14px);
  line-height: 1.5;
  color: var(--color);
  font-weight: bold;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
  color: #000;
  /*line-height: 60px;*/
  font-weight: bold;
  /*margin-top: 27px;*/
}
.prodet-page .prodet-1 .right .gallery {
  margin-top: 36px;
}
.prodet-page .prodet-1 .right .gallery ul {
  margin-left: -33px;
}
.prodet-page .prodet-1 .right .gallery ul li {
  padding-left: 33px;
}
.prodet-page .prodet-1 .right .gallery ul li .img-box {
  display: block;
  border: solid 1px #e6e6e6;
}
.prodet-page .prodet-1 .right a.mores {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  background: var(--color);
  color: white;
  padding: 12px 36px 11px 37px;
  margin-top: 43px;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-1 .right a.mores::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right a.mores:hover::after {
  width: 100%;
}
.prodet-page .prodet-1 .right .m-link {
  margin-top: 36px;
}
.prodet-page .prodet-1 .right .m-link a {
  display: block;
  font-size: 15px;
  line-height: 2;
  color: #474747; 
  font-weight: 600;
}
.prodet-page .prodet-2 {
  margin-top: 70px;
}
.prodet-page .prodet-2 .top {
  padding-bottom: 27px;
  border-bottom: 1px solid #d8d8d8;
}
.prodet-page .prodet-2 .top ul li {
  display: inline-block;
  margin-left: 105px;
  color: #474747;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
.prodet-page .prodet-2 .top ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: 8px 0 0 12px;
  display: none;
}
.prodet-page .prodet-2 .top ul li:last-child {
  margin-left: 0;
}
.prodet-page .prodet-2 .top ul li.active::before {
  display: inline-block;
}
.prodet-page .prodet-2 .content {
  margin-top: 26px;
  color: #474747;
  font-size: calc(0.2085vw + 14px);
  line-height: 2; 
  /*font-weight: 300;*/
}
.prodet-page .prodet-2 .content .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  display: none;
}
.prodet-page .prodet-2 .content .title::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: 14px 0 0 12px;
}
.prodet-page .prodet-2 .content strong {
  font-weight: bold;
}
.prodet-page .prodet-3 {
  margin-top: 130px;
}
.prodet-page .prodet-3 ul {
  margin-left: -54px;
}
.prodet-page .prodet-3 ul li {
  padding-left: 54px;
}
.prodet-page .prodet-3 ul li .img-box {
  display: block;
  border: solid 1px #e6e6e6;
}
.prodet-page .prodet-3 ul li .tit {
  display: block;
  padding: 31px 12px 0 0;
  font-size: 20px;
  line-height: 2;
  color: #474747;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 36px;
  }
  .prodet-page .prodet-1 .right {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .prodet-1 .right span {
    font-size: 26px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 30px;
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .right .gallery {
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .right a.mores {
    margin-top: 25px;
  }
  .prodet-page .prodet-1 .right .m-link {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 ul {
    margin-left: -20px;
  }
  .prodet-page .prodet-3 ul li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-3 {
    margin-top: 60px;
  }
  .prodet-page .prodet-3 ul li .tit {
    padding: 15px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-2 {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .top ul li {
    margin-left: 50px;
  }
  .prodet-page .prodet-3 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .right span {
    font-size: 22px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 26px;
  }
  .prodet-page .prodet-2 .top {
    display: none;
  }
  .prodet-page .prodet-2 .content .title {
    display: block;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .content .slide {
    display: block;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .content .slide:first-child {
    margin-top: 0;
  }
}
/*.download-banner {
  background: url(/cntongkin/2023/11/21/xz.jpg) no-repeat center center #eaeaea;
}*/
.download-page {
  background: #eaeaea;
}
.download-page .title {
  font-size: calc(1.3555vw + 14px);
  line-height: 1.5;
  font-weight: 900;
  color: #333333;
}
.download-page .download-1 {
  padding-top: 115px;
}
.download-page .download-1 .content {
  margin-top: 72px;
}
.download-page .download-1 .content ul {
  margin: 0 0 0 -57px;
}
.download-page .download-1 .content ul li {
  padding: 0 0 0 57px;
}
.download-page .download-1 .content ul li .img-box .play {
  position: absolute;
  left: 22px;
  bottom: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.download-page .download-1 .content ul li p {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color);
  margin-top: 12px;
  padding-right: 32px;
  position: relative;
  opacity: 0;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
}
.download-page .download-1 .content ul li p::before {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color);
}
.download-page .download-1 .content ul li:hover .img-box .play {
  opacity: 1;
}
.download-page .download-1 .content ul li:hover p {
  opacity: 1;
}
.download-page .download-2 {
  background: url(../images/download-2.png) no-repeat center bottom #eaeaea;
  background-size: 100% 100%;
  padding: 127px 0 137px;
}
.download-page .download-2 .content {
  padding: 88px 76px 0 83px;
}
.download-page .download-2 .content ul {
  margin-left: -132px;
}
.download-page .download-2 .content ul li {
  padding-left: 132px;
}
.download-page .download-2 .content ul li .ig {
  background: rgba(33, 73, 73, 0.34);
  padding: 47px 36px 88px 72px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .download-2 .content ul li .ig .icon img {
  display: inline-block;
  vertical-align: bottom;
}
.download-page .download-2 .content ul li .ig .icon span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding-right: 12px;
}
.download-page .download-2 .content ul li .ig .tit {
  font-size: calc(1.3555vw + 14px);
  line-height: 1.5;
  font-weight: 600;
  margin-top: 35px;
}
.download-page .download-2 .content ul li .ig .download {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 39px;
}
.download-page .download-2 .content ul li .ig:hover {
  background: var(--color);
}
@media screen and (max-width: 1440px) {
  .download-page .download-2 .content {
    padding: 88px 40px 0 40px;
  }
  .download-page .download-2 .content ul {
    margin-left: -80px;
  }
  .download-page .download-2 .content ul li {
    padding-left: 80px;
  }
  .download-page .download-2 .content ul li .ig {
    padding: 47px 36px 88px 36px;
  }
}
@media screen and (max-width: 1280px) {
  .download-page .download-2 .content {
    padding: 88px 20px 0 20px;
  }
  .download-page .download-2 .content ul {
    margin-left: -40px;
  }
  .download-page .download-2 .content ul li {
    padding-left: 40px;
  }
  .download-page .download-2 .content ul li .ig .tit {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .download-page .download-1 {
    padding-top: 60px;
  }
  .download-page .download-1 .content {
    margin-top: 40px;
  }
  .download-page .download-1 .content ul {
    margin: 0 0 0 -30px;
  }
  .download-page .download-1 .content ul li {
    padding: 0 0 0 30px;
  }
  .download-page .download-2 {
    padding: 60px 0;
  }
  .download-page .download-2 .content {
    padding: 60px 0 0;
  }
  .download-page .download-2 .content ul {
    margin-left: -20px;
  }
  .download-page .download-2 .content ul li {
    padding-left: 20px;
  }
  .download-page .download-2 .content ul li .ig {
    padding: 30px 20px 40px;
  }
  .download-page .download-2 .content ul li .ig .tit {
    font-size: 25px;
    margin-top: 25px;
  }
  .download-page .download-2 .content ul li .ig .download {
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .download-page .title {
    font-size: 32px;
  }
  .download-page .download-1 {
    padding-top: 30px;
  }
  .download-page .download-1 .content {
    margin-top: 20px;
  }
  .download-page .download-2 {
    padding: 30px 0;
  }
  .download-page .download-2 .content ul li .ig .icon span {
    font-size: calc(0.2085vw + 14px);
  }
  .download-page .download-2 .content ul li .ig .tit {
    font-size: 22px;
  }
  .download-page .download-2 .content ul li .ig .download {
    font-size: calc(0.2085vw + 14px);
  }
}
@media screen and (max-width: 500px) {
  .download-page .title {
    font-size: 25px;
  }
  .download-page .download-1 .content ul li .img-box .play {
    opacity: 1;
  }
  .download-page .download-1 .content ul li p {
    opacity: 1;
  }
}
.contact-page {
  padding: 150px 0 78px;
}
.contact-page .contact-1 .left {
  width: 43.35%;
}
.contact-page .contact-1 .left ul {
  margin: 0 0 -34px -69px;
}
.contact-page .contact-1 .left ul li {
  padding: 0 0 34px 69px;
  position: relative;
}
.contact-page .contact-1 .left ul li span {
  position: absolute;
  right: 0;
  bottom: 54px;
}
.contact-page .contact-1 .left ul li input,
.contact-page .contact-1 .left ul li textarea {
  width: 100%;
  height: 50px;
  font-size: 16px; 
  /*font-weight: 300;*/
  color: #3d3d3d;
  padding: 0 30px;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.27);
}
.contact-page .contact-1 .left ul li input::-webkit-input-placeholder, .contact-page .contact-1 .left ul li textarea::-webkit-input-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:-moz-placeholder, .contact-page .contact-1 .left ul li textarea:-moz-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input::-moz-placeholder, .contact-page .contact-1 .left ul li textarea::-moz-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:-ms-input-placeholder, .contact-page .contact-1 .left ul li textarea:-ms-input-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input::placeholder,
.contact-page .contact-1 .left ul li textarea::placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:focus,
.contact-page .contact-1 .left ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .left ul li textarea {
  height: 70px;
  padding-top: 6px;
}
.contact-page .contact-1 .left ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .left ul li.wid-100 span {
  bottom: initial;
  top: 0;
}
.contact-page .contact-1 .left .bottom {
  margin-top: 62px;
}
.contact-page .contact-1 .left .bottom a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background: var(--color);
  color: white;
  padding: 22px 48px 21px;
  /*text-transform: uppercase;*/
  position: relative;
  z-index: 1;
}
.contact-page .contact-1 .left .bottom a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .bottom a:hover::after {
  width: 100%;
}
.contact-page .contact-1 .left .bottom span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 50px;
  font-size: 14px;
  color: #9d9d9d; 
  font-weight: 400;
}
.contact-page .contact-1 .left .bottom span input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: solid 1px #9d9d9d;
}
.contact-page .contact-1 .left .bottom span em {
  display: inline-block;
  /*vertical-align: middle;*/
  padding-right: 11px;
}
.contact-page .contact-1 .right {
  width: 56.65%;
  padding-right: 10.1%;
}
.contact-page .contact-1 .right .title {
  font-size: calc(1.3555vw + 14px);
  line-height: 1.5;
  font-weight: 900;
  /*color: var(--color);*/
}
.contact-page .contact-1 .right .con {
  font-size: 16px;
  line-height: 1.8;  
  /*color: var(--color);*/
  margin-top: 23px;
}
.contact-page .contact-1 .right ul li {
  margin-top: 25px;
}
.contact-page .contact-1 .right ul li p {
  font-size: 20px;
  line-height: 2;
  color: var(--color); 
  font-weight: 400;
}
.contact-page .contact-1 .right ul li:last-child {
  width: 76%;
}
.contact-page .contact-2 {
  margin-top: 144px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.contact-page .contact-2 #mapContainer {
  height: 526px;
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-right: 5%;
  }
  .contact-page .contact-1 .right ul li:last-child {
    width: 100%;
  }
  .contact-page .contact-1 .left ul {
    margin: 0 0 -34px -40px;
  }
  .contact-page .contact-1 .left ul li {
    padding: 0 0 34px 40px;
  }
  .contact-page .contact-1 .right .title {
    font-size: 36px;
  }
  .contact-page .contact-2 {
    margin-top: calc(3.4405vw + 14px);
  }
  .contact-page .contact-1 .left .bottom span {
    padding-right: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding: 60px 0;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .contact-page .contact-2 {
    margin-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 450px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding: 30px 0;
  }
  .contact-page .contact-1 .left .bottom {
    margin-top: 30px;
  }
  .contact-page .contact-1 .left .bottom a {
    padding: 15px 25px;
    font-size: calc(0.2085vw + 14px);
  }
  .contact-page .contact-1 .left .bottom span {
    display: block;
    margin-top: 10px;
  }
  .contact-page .contact-1 .right .title {
    font-size: 32px;
  }
  .contact-page .contact-1 .right ul li p {
    font-size: calc(0.2085vw + 14px);
  }
  .contact-page .contact-2 {
    margin-top: 30px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 350px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .right .title {
    font-size: 26px;
  }
  .contact-page .contact-1 .right ul li p {
    font-size: 16px;
  }
}
.service-page {
  padding: 0 0 0px;
}
.service-page .service-1 {
  margin-top: -121px;
}
.service-page .service-1 .left {
  vertical-align: middle;
  color: #474747;
  width: 54%;
  padding-top: 95px;
}
.service-page .service-1 .left .title {
  font-size: calc(1.3555vw + 14px);
  font-weight: bold;
  line-height: 1.5;
}
.service-page .service-1 .left .con {
  font-size: calc(0.2085vw + 14px);
  line-height: 2;  
  margin-top: 30px;
}
.service-page .service-1 .right {
  width: 51%;
  vertical-align: middle;
  padding-right: 0;
  margin-left: -5%;
  padding-right: 55px;
}
.service-page .service-1 .right .img {
  position: relative;
  z-index: 1;
  padding-top: 121px;
}
.service-page .service-1 .right .img::after {
  content: '';
  position: absolute;
  top: 0;
  right: 11%;
  width: 64.4%;
  height: 91%;
  background: #f3f3f3;
  z-index: -1;
}
.service-page .service-2 .left {
  vertical-align: bottom;
  width: 49.44%;
}
.service-page .service-2 .left .title {
  font-size: 26px;
  color: #474747;
  font-weight: bold;
  line-height: 1.5;
}
.service-page .service-2 .left .img {
  display: inline-block;
  position: relative;
  margin-top: 31px;
}
.service-page .service-2 .left .img .play {
  position: absolute;
  top: 35%;
  right: 0;
  width: 100%;
  text-align: center;
}
.service-page .service-2 .left .img .play i {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.service-page .service-2 .left .img .play i::before,
.service-page .service-2 .left .img .play i::after {
  content: '';
  position: absolute;
  top: -15px;
  right: -15px;
  left: -15px;
  bottom: -15px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.service-page .service-2 .left .img .play i::before {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.service-page .service-2 .right {
  vertical-align: bottom;
  margin-bottom: 22px;
  width: 50.56%;
}
.service-page .service-2 .right ul {
  margin-bottom: -29px;
}
.service-page .service-2 .right ul li {
  padding-bottom: 29px;
}
.service-page .service-2 .right ul li em {
  font-size: 23px;
  color: #474747;
  font-weight: bold;
  line-height: 1.4;
}
.service-page .service-2 .right ul li .progress {
  height: 11px;
  background-color: #dadada;
  border-radius: 8px;
  position: relative;
  width: 100%;
}
.service-page .service-2 .right ul li .progress i {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: var(--color);
  -webkit-transition: 5s;
  -moz-transition: 5s;
  transition: 5s;
}
.service-page .service-2 .right ul li:nth-child(1) .progress i {
  width: 24%;
}
.service-page .service-2 .right ul li:nth-child(2) .progress i {
  width: 24%;
}
.service-page .service-2 .right ul li:nth-child(3) .progress i {
  width: 49.15%;
}
/*.service-page .service-2 .right ul.active li .progress i {
  width: 0 !important;
}*/
.service-page .service-3 {
  padding: 97px 0 0px;
}
.service-page .service-3 .title {
  font-size: calc(1.3555vw + 14px);
  line-height: 1.5;
  font-weight: bold;
  color: #474747;
}
.service-page .service-3 .content {
  margin-top: 22px;
}
.service-page .service-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: -3.05%;
}
.service-page .service-3 .content ul li {
  width: 30.28%;
  margin-left: 3.05%;
  background: var(--color);
  color: white;
  padding: 32px 50px 60px;
  text-align: center;
}
.service-page .service-3 .content ul li .tit {
  font-size: 30px;
  line-height: 2;
  font-weight: bold;
}
.service-page .service-3 .content ul li p {
  font-size: calc(0.2085vw + 14px);
  line-height: 2;  
  margin-top: 7px;
}
.service-page .service-4 .cat-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-4 .cat-list .item {
  width: 20.6%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.service-page .service-4 .cat-list .item .layer {
  height: 750px;
  -webkit-transition: .1s ease;
  -moz-transition: .1s ease;
  transition: .1s ease;
  overflow: hidden;
  position: relative;
}
.service-page .service-4 .cat-list .item .layer .img {
  position: relative;
}
.service-page .service-4 .cat-list .item .layer .img img {
  width: 100%;
  height: 750px;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-page .service-4 .cat-list .item .layer .img::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 .cat-list .item.active {
  width: 39.2%;
}
.service-page .service-4 .cat-list .item.active .layer .img::after {
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: -webkit-linear-gradient(top, transparent, #000);
  background: -moz-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black', GradientType=0);
}
.service-page .service-5 {
  text-align: center;
  margin-top: calc(4.1667vw + 20px);
  color: #474747;
 
    margin-bottom: calc(4.1667vw + 20px);
}
.service-page .service-5 .title {
  font-size: calc(1.3555vw + 14px);
  line-height: 1.5;
  font-weight: bold;
}
.service-page .service-5 p {
  font-size: 16px;
  line-height: 1.8;  
  max-width: 655px;
  margin: 22px auto 0;
}
.service-page .service-5 .form {
  max-width: 932px;
  margin: 77px auto 0;
}
.service-page .service-5 .form ul {
  margin: 0 0 -46px -90px;
}
.service-page .service-5 .form ul li {
  padding: 0 calc(3.65vw + 20px) 46px 0;
}
.service-page .service-5 .form ul li input,
.service-page .service-5 .form ul li textarea {
  width: 100%;
  height: 41px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  font-size: calc(0.2085vw + 14px);
  font-weight: 600;
}
.service-page .service-5 .form ul li input::-webkit-input-placeholder, .service-page .service-5 .form ul li textarea::-webkit-input-placeholder {
  color: #474747;
}
.service-page .service-5 .form ul li input:-moz-placeholder, .service-page .service-5 .form ul li textarea:-moz-placeholder {
  color: #474747;
}
.service-page .service-5 .form ul li input::-moz-placeholder, .service-page .service-5 .form ul li textarea::-moz-placeholder {
  color: #474747;
}
.service-page .service-5 .form ul li input:-ms-input-placeholder, .service-page .service-5 .form ul li textarea:-ms-input-placeholder {
  color: #474747;
}
.service-page .service-5 .form ul li input::placeholder,
.service-page .service-5 .form ul li textarea::placeholder {
  color: #474747;
}
.service-page .service-5 .form ul li input:focus,
.service-page .service-5 .form ul li textarea:focus {
  border-color: var(--color);
}
.service-page .service-5 .form ul li textarea {
  padding-top: 7px;
}
.service-page .service-5 .form ul li.wid-100 {
  width: 100%;
}
.service-page .service-5 .form ul li span {
  font-size: 26px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: -6px;
  display: inline-block;
  cursor: pointer;
  padding: 10px 25px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-5 .form ul li span:hover{
  background: #000;
}
.service-page .service-6 {
  padding-top: 117px;
}
.service-page .service-6 .slick-track{
  display: flex;
  display: -moz-box; 
  display: -webkit-flex;
  display: -moz-flex; 
  display: -ms-flexbox;
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.service-page .service-6 .ui.container {
  max-width: 1646px;
  width: 100%;
}
.service-page .service-6 ul {
  margin-left: -85px;
}
.service-page .service-6 ul li {
  padding-left: 85px;
}
@media screen and (max-width: 1680px) {
  .service-page .service-3 .content ul {
    margin-left: -2%;
  }
  .service-page .service-3 .content ul li {
    width: 31.33%;
    margin-left: 2%;
    padding: 32px 30px 60px;
  }
}
@media screen and (max-width: 1440px) {
  .service-page .service-1 {
    margin-top: -80px;
  }
  .service-page .service-3 .content ul li .tit {
    font-size: 27px;
    line-height: 1.6;
  }
  .service-page .service-3 .content ul li p {
    font-size: 17px;
  }
  .service-page .service-4 .cat-list .item .layer {
    height: 600px;
  }
  .service-page .service-4 .cat-list .item .layer .img img {
    height: 600px;
  }
}
@media screen and (max-width: 1280px) {
  .service-page .service-2 .left {
    padding-left: 2.44%;
  }
  .service-page .service-3 .content ul {
    margin-left: -1%;
  }
  .service-page .service-3 .content ul li {
    width: 32.33%;
    margin-left: 1%;
    padding: 32px 20px;
  }
  .service-page .service-3 .content ul li .tit {
    font-size: 25px;
  }
  .service-page .service-3 .content ul li p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 .right {
    padding-right: 0;
  }
  .service-page .service-3 .content ul li .tit {
    font-size: 23px;
  }
  .service-page .service-3 .content ul li p {
    font-size: 15px;
  }
  .service-page .service-4 .cat-list .item .layer {
    height: 550px;
  }
  .service-page .service-4 .cat-list .item .layer .img img {
    height: 550px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page {
    padding-bottom: 60px;
  }
  .service-page .service-1 {
    margin-top: 0;
  }
  .service-page .service-1 .left {
    width: 100%;
    padding-top: 30px;
  }
  .service-page .service-1 .left .con {
    margin-top: 0;
  }
  .service-page .service-1 .right {
    display: none;
  }
  .service-page .service-2 .left {
    width: 100%;
    padding: 0;
  }
  .service-page .service-2 .left .img {
    margin-top: 15px;
    width: 100%;
  }
  .service-page .service-2 .left .img img {
    width: 100%;
  }
  .service-page .service-2 .right {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
  .service-page .service-3 .content ul li {
    padding: 32px 15px;
  }
  .service-page .service-4 .cat-list .item .layer {
    height: 450px;
  }
  .service-page .service-4 .cat-list .item .layer .img img {
    height: 450px;
  }
  .service-page .service-5 {
    margin-top: 60px;
  }
  .service-page .service-5 .form ul {
    margin: 0 0 -30px -20px;
  }
  .service-page .service-5 .form ul li {
    padding: 0 0 30px 20px;
  }
  .service-page .service-6 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .service-page {
    padding-bottom: 30px;
  }
  .service-page .service-3 {
    padding: 30px 0;
  }
  .service-page .service-3 .content ul {
    margin-bottom: -20px;
  }
  .service-page .service-3 .content ul li {
    width: 49%;
    margin-bottom: 20px;
  }
  .service-page .service-3 .content ul li .tit {
    font-size: 20px;
  }
  .service-page .service-4 {
    display: none;
  }
  .service-page .service-5 {
    margin: 0;
  }
  .service-page .service-5 .form {
    margin: 20px auto 0;
  }
  .service-page .service-5 .form ul li:nth-child(3) {
    width: 100%;
  }
  .service-page .service-6 {
    padding-top: 30px;
  }
  .service-page .service-6 ul {
    margin-left: -30px;
  }
  .service-page .service-6 ul li {
    padding-left: 30px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 .left .title {
    font-size: 32px;
  }
  .service-page .service-1 .left .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-2 .left .img .play i {
    width: 20%;
  }
  .service-page .service-2 .right ul {
    margin-bottom: -15px;
  }
  .service-page .service-2 .right ul li {
    padding-bottom: 15px;
  }
  .service-page .service-2 .right ul li em {
    font-size: 20px;
  }
  .service-page .service-3 .title {
    font-size: 30px;
  }
  .service-page .service-3 .content ul {
    margin-left: 0;
  }
  .service-page .service-3 .content ul li {
    width: 100%;
    margin-left: 0;
  }
  .service-page .service-5 .title {
    font-size: 30px;
  }
  .service-page .service-5 p {
    margin: 0 auto;
  }
}
.faq-page .marginBox {
  padding: calc(4.1667vw + 20px) 0 calc(4.1667vw + 20px);
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: right;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color);
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-left: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: calc(0.2085vw + 14px);
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
  color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: calc(0.2085vw + 14px);
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-right: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
  font-size: calc(0.2085vw + 14px);
  color: #242424;
  text-align: left;
  display: block;
  position: relative;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(50.0%,-50%); rotate(90deg);
  -moz-transform: translate(50.0%,-50%); rotate(90deg);
  -ms-transform: translate(50.0%,-50%); rotate(90deg);
  transform: translate(50.0%,-50%); rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: calc(0.2085vw + 14px);
  color: #8e8e8e;
  line-height: 1.6;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(50.0%,-50%); rotate(0);
  -moz-transform: translate(50.0%,-50%); rotate(0);
  -ms-transform: translate(50.0%,-50%); rotate(0);
  transform: translate(50.0%,-50%); rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-left: 3%;
}
.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #f3f3f3;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 20px;
  font-weight: bold;
  color: #242424;
  line-height: 1.2;
  margin-bottom: .8em;
  display: block;
  margin-top: 2em;
}
.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}
.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: white;
  font-size: calc(0.2085vw + 14px);
  color: #8e8e8e;
  padding: 0 .7em;
}
.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .sideBarBox .sideBarRight form.search input[type="submit"] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../images/icon-search3.png") center center no-repeat;
}
.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: calc(0.2085vw + 14px);
  line-height: 1.2;
  color: #8e8e8e;
  padding: .5em 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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: .5em;
  border-radius: 100%;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarRight .newsList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  /*width: 34%;*/
  margin-left: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 2;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: calc(0.2085vw + 14px);
  color: #242424;
  line-height: 1.5;
  margin-top: .3em;
  display: block;
}
.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 460px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: white;
  line-height: 2;
  padding: 2em;
}
.news-page .marginBox {
  padding: calc(3.65vw + 20px) 0 calc(3.65vw + 20px) 0;
}
.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li a.img-box img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 690px;
}
.news-page .sideBarLeft .list ul li a.img-box time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-right: 1em;
}
.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}
.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 calc(4.1667vw + 20px);
  font-size: 16px;
}
.news-page .sideBarLeft .list ul li .content span.h3 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content .text {
  font-size: calc(0.2085vw + 14px);
  color: #8e8e8e;
  line-height: 32px;
  margin: 1em 0;
}
.news-page .sideBarLeft .list ul li .content a.link {
  font-size: calc(0.2085vw + 14px);
  display: inline-block;
  position: relative;
  /*text-transform: uppercase;*/
  line-height: 1;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  right: 105%;
}
.newdet-page .marginBox {
  padding: calc(3.65vw 6% 20px) +;
}
.newdet-page .sideBarLeft time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: .5em 1em;
  /*padding-bottom: 0;*/
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-right: 1em;
}
.newdet-page .sideBarLeft h1 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  margin: 2em 0 1em;
}
.newdet-page .sideBarLeft .content {
  font-size: calc(0.2085vw + 14px);
  color: #8e8e8e;
  line-height: 32px;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.newdet-page .sideBarLeft .share {
  font-size: calc(0.525vw + 14px);
  color: #bfbfbf;
  margin-top: 1em;
  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;
}
.newdet-page .sideBarLeft .share a {
  margin-right: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}
.newdet-page .sideBarLeft .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}
.newdet-page .sideBarLeft .m-link .prev {
  margin-left: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .prev a.link img {
  margin-left: .5em;
}
.newdet-page .sideBarLeft .m-link .next {
  margin-right: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.newdet-page .sideBarLeft .m-link .next a.link img {
  margin-right: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .sideBarLeft .m-link a.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #242424;
  margin-bottom: .5em;
}
.newdet-page .sideBarLeft .m-link .btnBox {
  padding: 20px;
  background: #eee;
  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;
}
.newdet-page .sideBarLeft .m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
.newdet-page .sideBarLeft .m-link .btnBox .text {
  margin-right: 15px;
}
.newdet-page .sideBarLeft .m-link .btnBox .text time {
  font-size: 16px;
  color: #8e8e8e;
  margin: 0;
}
.newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
  font-size: calc(0.2085vw + 14px);
  color: #242424;
  line-height: 2;
  margin-top: .1em;
  display: block;
}
.newdet-page .sideBarLeft .publicForm span.h6 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}
.testimonials-page .marginBox {
  padding: calc(4.1667vw + 20px) 0 65px;
  text-align: center;
}
.testimonials-page .options {
  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;
  border-bottom: 1px solid #c3c3c3;
  margin-top: 110px;
}
.testimonials-page .options span {
  font-size: 20px;
  font-weight: bold;
  width: 360px;
  margin-left: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.testimonials-page .options span em {
  color: #bfbfbf;
}
.testimonials-page .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}
.testimonials-page .ret .list {
  margin: 0;
}
.testimonials-page .ret .list ul {
  margin: -30px -15px;
  text-align: right;
}
.testimonials-page .ret .list ul.active li a{
  /*border: 10px solid var(--color);*/
}
.testimonials-page .ret .list ul li {
  padding: 30px 15px;
  text-align: center;
}
.testimonials-page .ret .list ul li a {
  display: block;
  position: relative;
}
.testimonials-page .ret .list ul li a img {
  width: 100%;
}
.testimonials-page .ret .list ul li a span {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.testimonials-page .ret .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.testimonials-page .ret .list ul li a:hover span {
  opacity: 1;
}
.newdet-page .form ul {
  margin: -15px -7px;
}
.newdet-page .form ul li {
  padding: 15px 7px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: calc(0.2085vw + 14px);
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}
.newdet-page .form ul li input::-webkit-input-placeholder, .newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-moz-placeholder, .newdet-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::-moz-placeholder, .newdet-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-ms-input-placeholder, .newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li textarea {
  height: 150px;
}
.newdet-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  font-weight: bold;
  font-size: calc(0.2085vw + 14px);
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .form ul li input[type="submit"]:hover {
  background: #242424;
}
.newdet-page .form ul li.wid-100 {
  width: 100%;
}
span.txt {
  font-size: calc(0.525vw + 14px);
  color: var(--color);
  /*text-transform: uppercase;*/
  display: block;
  line-height: 2;
  /*letter-spacing: .2em;*/
  margin-bottom: 0.5em;
}
span.h2 {
  font-size: calc(2.3955vw + 14px);
  font-weight: bold;
  color: #101010;
  line-height: 1.3;
  margin-bottom: 20px;
  display: block;
}
span.h2 i {
  font-size: calc(1.88vw + 14px);
}
@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: calc(3.65vw 0 20px) +;
  }
  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 20px;
  }
  .news-page .sideBarLeft .list ul li .content span.h1 {
    font-size: calc(0.525vw + 14px);
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
  }
  .news-page .sideBarLeft .list ul li .content a.link:after {
    border-width: 2px;
  }
  .newdet-page .sideBarLeft h1 {
    font-size: calc(0.525vw + 14px);
    margin: 1em 0;
  }
  .newdet-page .sideBarLeft .content {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .share {
    font-size: 20px;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox {
    padding: 10px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0 40px;
  }
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: calc(0.525vw + 14px);
  }
  .testimonials-page .options span {
    font-size: calc(0.2085vw + 14px);
    width: 280px;
  }
  .testimonials-page .options {
    margin-top: 60px;
  }
  /*.testimonials-page .ret .list {
    margin: 50px 0;
  }*/
  .testimonials-page .ret .list ul li {
    padding: 10px;
  }
  .testimonials-page .ret .list ul {
    margin: -10px;
  }
  .newdwt-page .form ul li {
    padding: 6px;
  }
  .newdwt-page .form ul {
    margin: -6px;
  }
  .newdwt-page .form ul li input,
  .newdwt-page .form ul li textarea,
  .newdwt-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
  span.txt {
    font-size: 20px;
  }
  span.h2{
    font-size: calc(1.77vw + 14px);
  }
}
@media screen and (max-width: 1450px) {
  .testimonials-page .marginBox {
    padding: 60px 0;
  }
  .testimonials-page .options span {
    font-size: 16px;
    width: 220px;
  }
  .testimonials-page .options {
    margin-top: 30px;
  }
  span.txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 20px;
  }
  .news-page .sideBarLeft .list ul li .content {
    padding: 20px 0 30px;
  }
  .newdet-page .sideBarLeft h1,
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 20px;
  }
  .testimonials-page .options span {
    font-size: 14px;
    width: 200px;
  }
  /*.testimonials-page .ret .list {
    margin: 30px 0;
  }*/
}
@media screen and (max-width: 1000px) {
   .body-overflow-box{
      overflow: hidden !important;
   }
  .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: calc(0.2085vw + 14px);
  }
  .testimonials-page .options {
    display: none;
  }
  .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .newdet-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
   span.txt {
    font-size: 14px;
  }
  .testimonials-page .ret .list ul li{
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
    padding-right: 10px;
    line-height: 2;
  }
   .faq-page .marginBox .box .right .list ul li span.title i{
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text {
    margin-right: 0;
    width: 100%;
  }
  .newdet-page .sideBarLeft .m-link .btnBox a.img {
    display: none;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 14px;
  }
  .testimonials-page .options span {
    font-size: 14px;
    width: 140px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .sideBarLeft .m-link .prev {
    margin-left: 10px;
  }
  .newdet-page .sideBarLeft .m-link .next {
    margin-right: 10px;
  }
  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
  }
  .newdet-page .sideBarLeft time em {
    font-size: 14px;
  }
  .testimonials-page .ret .list ul li {
    width: 50%;
  }
  .testimonials-page .marginBox {
    padding: 30px 0;
  }
}
.news-page .sideBarLeft .list ul li .content a.link:hover {
  color: #242424;
  border-color: #242424;
}
.news-page .sideBarLeft .list ul li .content a.link:hover:after {
  border-color: #242424;
}
@media screen and (max-width: 1000px){
  .foot-links {
    display: none !important;
  }
  h1.Auxil-h1.wow.fadeInUp {
    display: none;
  }
  .con.Auxil-catdes.wow.fadeInUp {
    font-size: 16px;
    line-height: 1.8;
  }
  .news-page .sideBarLeft .list ul li a.img-box img{
    height: auto!important;
 }
}

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

.seoPublic > div {
    padding: 60px 0;
}

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

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

.seoPublic .Auxil-about .box .left {
    width: 40%;
    position: relative;
}
.seoPublic .Auxil-about .box .left .play{
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  /*text-align: center;*/
  /*line-height: 95px;*/
  cursor: pointer;
  background: var(--color);
  color: white;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seoPublic .Auxil-about .box .left .play i{
  position: relative;
  right: 3px;
}
.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

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

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: calc(0.525vw + 14px);
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
}

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

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

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

.seoPublic .Auxil-honor .list ul li a {
    display: block;
}

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

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

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

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

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: bold;
    /*min-height: 145px;*/
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: var(--color);
}

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

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

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

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: var(--color);
    color: var(--color);
}

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

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

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

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

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: var(--color);
}

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

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

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

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

.seoPublic .text a {
    color: var(--color);
}

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

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

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

.seoPublic .Auxil-through a:hover {
    background: var(--color);
    color: white;
}

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

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

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

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

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

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

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: var(--color);
}

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

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

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

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}

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

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

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

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: calc(0.2085vw + 14px);
    }

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

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

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

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: calc(0.525vw + 14px);
        margin-bottom: 1em;
    }

    #cp-Nav {
        display: block;
    }

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

    #cp-Nav .nav .title {
        font-size: calc(0.2085vw + 14px);
        font-weight: bold;
        padding: 8px 10px;
        background: var(--color);
        border-radius: 5px;
        color: white;
    }
     #cp-Nav .nav .title i{
      float: left;
      font-size: 30px;
      cursor: pointer;
    }

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

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

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

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

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

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

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

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

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

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: calc(0.2085vw + 14px);
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}

.production-page{
  position: relative;
  padding-bottom: calc(4.1667vw + 20px);
  z-index: 2;
}
.production-page .init-1{
  padding-top: calc(3.4405vw + 14px);
}
.production-page .init-1 .container .tips_des{
  color: #9f9999;
  margin-top: 20px;
}
.production-page .init-1 .container .content{
  margin-top: 40px;
}
.production-page .init-1 .container .content ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.production-page .init-1 .container .content .list{
  margin-top: 30px;
  width: 33.33%;
  padding: 0 20px;
}
.production-page .init-1 .container .content .list .box{
  box-shadow: 0 10px 40px 10px rgba(136,141,163,.1);
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}
.production-page .init-1 .container .content .list .box .img img{
  width: 100%;
}
.production-page .init-1 .container .content .list .cont{
  padding: 30px 30px 25px;
}
.production-page .init-1 .container .content .list .cont .des{
  margin-top: 16px;
  color: #9f9999;
}
.production-page .init-2{
  margin-top: calc(4.1667vw + 20px);
}

.production-page .init-2 .container .title_list{
  padding-top: 30px;
}
.production-page .init-2 .container .title_list .list{
  width: 20%;
  margin-top: 30px;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.production-page .init-2 .container .title_list .list .sub{
    position: absolute;
    top: 50%;
    right: -20px;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: var(--color);
}
.production-page .init-2 .container .title_list .list .column{
  vertical-align: middle;
}
.production-page .init-2 .container .title_list .list .num{
  font-size: calc(1.3555vw + 14px);
  width: 75px;
  font-weight: bold;
}
.production-page .init-2 .container .title_list .list .cont{
  color: rgba(153,153,153,.5);
}
.production-page .init-2 .container .title_list .list .cont .text{
  width: calc(100% - 90px);
  font-size: 16px;
}
.production-page .init-2 .container .title_list .slick-current .list .cont,
.production-page .init-2 .container .title_list .list:hover .cont,
.production-page .init-2 .container .title_list .list.active .cont{
  color: var(--color);
}

.production-page .init-2 .container .content_list{
  margin-top: 60px;
}
/*.production-page .init-2 .container .content_list .list{
  display: none;
}*/
.production-page .init-2 .container .content_list .slick-current .list{
  display: block !important;
}
.production-page .init-2 .container .content_list .list .left{
  width: 45%;
  vertical-align: middle;
}
.production-page .init-2 .container .content_list .list .right{
  width: 55%;
  vertical-align: middle;
  padding-right: calc(4.1667vw + 20px);
}
.production-page .init-2 .container .content_list .list .right .des{
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 1200px){
   .production-page .init-2 .container .title_list .list{
    width: 33.33%;
  }
  .production-page .init-2 .container .title_list .list .sub{
    display: none;
  }
}
@media screen and (max-width: 1000px){
   .production-page .init-1{
    text-align: center;
  }
  .production-page .init-1 .container .content ul{
    margin: 0;
  }
  .production-page .init-1 .container .content .list{
    width: 100%;
    padding: 0;
  }
  .production-page .init-2 .container .tip{
    text-align: center;
  }
  .production-page .init-2 .container .content_list .list .left{
    width: 100%;
  }
  .production-page .init-2 .container .content_list .list .right{
    width: 100%;
    padding-right: 0;
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 700px){
    .production-page .init-2 .container .title_list .list{
    width: 50%;
  }
}
@media screen and (max-width: 500px){
   .production-page{
    padding-bottom: 10px;
  }
  .production-page .init-1 .container .content{
    margin-top: 0;
  }
  .production-page .init-1 .container .content .list .cont{
    padding: 20px 16px;
  }
  .production-page .init-1 .container .content .list .cont .des{
    margin-top: 10px;
  }
  .production-page .init-2{
    margin-top: 40px;
  }
  .production-page .init-2 .container .title_list{
    padding-top: 0;
    display: none;
  }
  .production-page .init-2 .container .title_list .list{
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .production-page .init-2 .container .title_list .list .num{
    width: 100%;
    font-size: 30px;
  }
  .production-page .init-2 .container .title_list .list .des{
    width: 100%;
  }
  .production-page .init-2 .container .content_list{
    margin-top: 20px;
  }
  .production-page .init-2 .container .content_list .list{
    display: block;
    margin-top: 30px;
  }
  .production-page .init-2 .container .content_list .list:first-child{
    margin-top: 0;
  }
  .production-page .init-2 .container .content_list .list .right{
    margin-top: 20px;
  }
  .production-page .init-2 .container .content_list .list .right .des{
    margin-top: 10px;
  }
  
}

#Pop_UpsBtn{
  line-height: 68px !important;
}

.test-page .test-1{
  padding-top: calc(3.65vw + 20px);
}
.test-page .test-1 .box{
  margin: 0 -45px;
  margin-bottom: 50px;
}
.test-page .test-1 .box .column{
  padding: 0 45px;
  vertical-align: middle;
}
.test-page .test-1 .box .des{
  font-size: calc(0.2085vw + 14px);
  line-height: 26px;
  color: #494949;
  margin-top: 20px;
}
.custom-page .custom-1{
  padding: 70px 0;
  text-align: center;
}
.custom-page .custom-1 .ui.container{
  max-width: 1210px;
}
.custom-page .custom-1 .des{
  font-size: calc(0.2085vw + 14px);
  line-height: 26px;
  color: #494949;
  margin: 20px auto 35px;
  max-width: 950px;
}
.custom-page .custom-1 ul{
  margin: 60px -45px 0;
}
.custom-page .custom-1 ul li{
  padding: 0 45px;
  text-align: center;
}
.custom-page .custom-1 ul li .num{
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid var(--color);
  margin: auto;
}
.custom-page .custom-1 ul li .title{
  font-size: calc(0.2085vw + 14px);
  margin: 15px 0;
}
.custom-page .custom-1 ul li .txt{
  font-size: 15px;
  line-height: 26px;
  color: #494949;
}
.custom-page .custom-2 .box{
  background: #f4f4f4;
  padding: 60px;
}
.custom-page .custom-2 .box ul{
  margin: -35px;
}
.custom-page .custom-2 .box ul li{
  padding: 35px;
  text-align: center;
}
.custom-page .custom-2 .box ul li .title{
  display: inline-block;
  background: #000000;
  color: white;
  padding: 5px 15px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
}
.custom-form{
  position: fixed;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(50.0%,-50%);
    -ms-transform: translate(50.0%,-50%);
    transform: translate(50.0%,-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;
}
.custom-form h4 {
    font-size: calc(0.2085vw + 14px);
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    padding: 15px 20px;
    background: #f5f5f5;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.custom-form i.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #eee;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.custom-form i.close:after, .custom-form i.close:before {
    content: '';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 70%;
    height: 2px;
    margin-top: -1px;
    background: black;
    position: absolute;
    top: 50%;
    right: 15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-form i.close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.custom-form i.close:hover {
    background: var(--color);
}
.custom-form i.close:hover:after, .custom-form i.close:hover:before {
    background: white;
}
.custom-form form {
    margin-top: 40px;
}
.custom-form form ul li {
    margin-bottom: 10px;
    position: relative;
}
.custom-form form ul li label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.custom-form form ul li label em {
    color: red;
    margin-left: 2px;
}
.custom-form form ul li input, 
.custom-form form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 6px 15px;
    border: 1px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.custom-form form ul li textarea {
    height: 80px;
}
.custom-form form ul li:last-child {
    margin-bottom: 0;
}
.custom-form form ul li input[type="submit"] {
    width: auto;
    padding: 6px 40px;
    display: inline-block;
    background: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.custom-form form ul li input[type="submit"]:hover {
    opacity: .7;
}

#Pop_UpsBtn{
  display: none !important;
}

.newdet-page .sideBarLeft .content h3{
    font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  color: var(--color);
}
.download-cv-page {
  overflow: unset;
}
.download-cv-page .slickBtn.pos div {
    position: absolute;
    top: 32%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;

    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: rgba(109, 196, 53, 1);
    font-size: 20px;
}
.download-cv-page .slickBtn.pos div:hover {
    color: #fff;
    background-color: var(--color);
}
.download-cv-page .download-2 .slickBtn div {
    top: 40%;
    right: 0;
}
.download-cv-page .download-2 .slickBtn .next {
    right: unset;
    left: 0;
}
.download-cv-page span.h2 {
    display: block;
    line-height: 1.2;
    font-weight: bold;
   
}
.download-cv-page .download-1 .list .swiper-slide {
  height: auto;
}
.download-cv-page .download-1 .list a.flex {
  padding: 25px 15px;
  border-radius: 10px;
  height: 100%;
  background-color: #f6f6f6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-cv-page .download-1 .list a.flex span {
  margin: 0 15px;
}
.download-cv-page .download-1 .list a.flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.6em;
  color: #666;
}
.download-cv-page .download-1 .list a.flex:hover {
  color: white;
  background-color: var(--color);
}
.download-cv-page .download-1 .list a.flex:hover i {
  color: inherit;
}
.download-cv-page .download-2 .list {
  position: relative;
}
.download-cv-page .download-2 .img {
  border-radius: 10px;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 20px;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.download-cv-page .download-2 .img .play {
  cursor: pointer;
  cursor: hand;
}
.download-cv-page .download-2 span.h6 {
  margin-top: .5em;
  display: block;
  width: 350px;
}
.download-cv-page .download-2 .slickBtn div {
  top: 40%;
}
.download-cv-page .download-3 .container{
  overflow: unset;
}
.download-cv-page .download-3 .flex_cont{
  justify-content: space-between;
  align-items: flex-start;
}
.download-cv-page .download-3 .left {
  position: sticky;
  top: 100px;
  width: 30%;
}
.download-cv-page .download-3 .left .text {
  margin: 1em 0;
}
.download-cv-page .download-3 .left .more{
  display: inline-block;
  /*padding: 10px;*/
  min-width: 210px;
  background: var(--color);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  transition: all .5s;
}
.download-cv-page .download-3 .left .more:hover{
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.download-cv-page .download-3 .right {
  width: 55%;
}
.download-cv-page .download-3 .right .list ul li {
  padding: 25px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.download-cv-page .download-3 .right .list ul li span.h6 {
  cursor: pointer;
  cursor: hand;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}
.download-cv-page .download-3 .right .list ul li span.h6 i {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1em;
}
.download-cv-page .download-3 .right .list ul li span.h6 i:after,
.download-cv-page .download-3 .right .list ul li span.h6 i:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: black;
}
.download-cv-page .download-3 .right .list ul li span.h6 i:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.download-cv-page .download-3 .right .list ul li.active span.h6 i:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.download-cv-page .download-3 .right .list ul li .text {
  margin-top: .7em;
  display: none;
}

@media screen and (max-width: 1500px) {
  .download-cv-page .download-2 .img {
    height: 220px;
  }
}

@media screen and (max-width: 1000px) {
  .download-cv-page .download-3 .left{
    position: relative;
    width: 100%;
    top: 0;
  }
  .download-cv-page .download-3 .right{
    width: 100%;
    margin-top: 20px;
  }  
}
@media screen and (max-width: 700px) {
    .download-cv-page .download-1 .list a.flex {
    padding: 15px;
  }
  .download-cv-page .download-3 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-cv-page .download-3 .flex .left {
    width: 100%;
    position: static;
  }
  .download-cv-page .download-3 .flex .right {
    width: 100%;
    margin-top: 30px;
  }
}
.sustanibility-page .sustanibility-1 span.h2 {
  line-height: 1.2;
}
.sustanibility-page .sustanibility-2 {
  background-color: #fafafa;
}
.sustanibility-page .sustanibility-2 .list {
  padding: 0;
}
.sustanibility-page .sustanibility-2 .list ul {
  /*margin: 0 -1em;*/
}
.sustanibility-page .sustanibility-2 .list ul li {
  padding: 0 1em;
  width: 50%;
}
.sustanibility-page .sustanibility-2 .list ul li i {
  line-height: normal;
  height: 1.0875em;
  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;
}
.sustanibility-page .sustanibility-2 .list ul li i img {
  max-height: 100%;
}
.sustanibility-page .sustanibility-2 .list ul li span.h6 {
  line-height: 1.2;
}
.sustanibility-page .sustanibility-3 {
  overflow: hidden;
}
.sustanibility-page .sustanibility-3 span.h2 {
  line-height: 1.2;
}
.sustanibility-page .sustanibility-3 .text {
  color: rgba(0, 0, 0, 0.8);
}
.sustanibility-page .sustanibility-3 .text p {
  margin-bottom: 0.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sustanibility-page .sustanibility-3 .text p:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  margin-left: .7em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .4em;
}
.sustanibility-page .sustanibility-3 .text p:last-child {
  margin-bottom: 0;
}
.sustanibility-page .sustanibility-3 .img {
  width: 120%;
  margin-left: -20%;
}
.sustanibility-page .sustanibility-4 {
  position: relative;
  background-color: #f9f9f9;
  z-index: 1;
}
.sustanibility-page .sustanibility-4 .ui.container {
  max-width: 1350px;
}
.sustanibility-page .sustanibility-4:before {
  content: '';
  height: 45%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background-color: var(--color);
  top: 0;
  right: 0;
}
.sustanibility-page .sustanibility-4 span.h2 {
  color: white;
}
.sustanibility-page .sustanibility-4 .list li {
  height: 100%;
  padding-bottom: 10px;
}
.sustanibility-page .sustanibility-4 .list .box {
  background-color: white;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 100%;
}
.sustanibility-page .sustanibility-4 .list .box .content {
  padding: 6% 4%;
}
.sustanibility-page .sustanibility-4 .list .box .text {
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
    .sustanibility-page .sustanibility-2 .list {
    padding: 0;
  }
  .sustanibility-page .sustanibility-3 .img {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
    /*.sustanibility-page .sustanibility-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
  }*/

  .bankuai{
    display: none;
  }
  .sustanibility-page .sustanibility-2 .list ul li {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .testimonials-page .ret .list ul li{
    width: 100%;
  }
}
.swiper-sb{
overflow: hidden;
}
    .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;
    }
    .page-header02{
      background: #000;
    }
    .more {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: calc(0.2085vw + 14px);
  font-weight: 500;
  background: var(--color);
  color: white;
  height: 50px;
  line-height: 50px;
  /*border-radius: 10px;*/
  position: relative;
  padding: 0 53px;
  overflow: hidden;
  z-index: 1;
}
.more::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  background-color: #000000;
}
.more:hover::after {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after{
    font-size: 14px;
  }
}
.custom-c-page .init-1 ul li {
  cursor: pointer;
  width: 12%;
}
.custom-c-page .init-1 ul li .box {
  height: 280px;
  border: 2px solid #6e6a6b;
  width: 100%;
  padding: 50px 60px;
}
.custom-c-page .init-1 ul li .box .title1 {
  writing-mode: sideways-rl;
  color: #666666;
  height: 100%;
  padding: 26px 10px;
  top: 0;
  right: 50%;
  transform: translateX(50.0%);
 
  transition: all 0.5s;
  opacity: 1;
}
.custom-c-page .init-1 ul li .box .cont {
  transform: translateX(-50.0px);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  opacity: 0;
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
}
.custom-c-page .init-1 ul li .box .cont .title {
 
  font-weight: bold;
}
.custom-c-page .init-1 ul li .box .cont .des {
  color: #666666;
}
.custom-c-page .init-1 ul li .box .num {
  color: #666666;
  z-index: 2;
  left: 20px;
  bottom: 20px;
  font-style: italic;
}
.custom-c-page .init-1 ul li.active {
  width: 64%;
}
.custom-c-page .init-1 ul li.active .box {
  border: 2px solid rgba(239, 57, 7, 1);
}
.custom-c-page .init-1 ul li.active .box .cont {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.custom-c-page .init-1 ul li.active .box .title1 {
  opacity: 0;
}
.custom-c-page .init-1 ul li.active .box .num {
  color: #402268;
}
.custom-c-page .init-2 .title {
 
  font-weight: bold;
}
.custom-c-page .init-2 .contentC .titleC .tips {
 
  font-weight: bold;
  margin-left: 20px;
}
.custom-c-page .init-2 .contentC .titleC .infoCont {
  padding: 5px 20px;
  border: 1px solid #d2d2d2;
  width: 260px;
}
.custom-c-page .init-2 .contentC2 .titleC .infoCont{
  width: 326px;
}
.custom-c-page .init-2 .contentC .titleC .infoCont .cirC {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(109, 196, 53, 1);
  margin-left: 14px;
}
.custom-c-page .init-2 .contentC .titleC .infoCont .cirC .cir {
  width: 4px;
  height: 4px;
  background-color: var(--color);
  border-radius: 50%;
}
.custom-c-page .init-2 .contentC .titleC .infoCont .tips2 {
  line-height: 1;
}
.custom-c-page .init-2 .contentC .titleC .infoCont .info2 {
  flex: 1;
}
.custom-c-page .init-2 .contentC .titleC .infoCont .info2 .info {
  border: none;
  width: 100%;
}
.custom-c-page .init-2 .contentC .titleC .infoCont .info2 .info.read {
  cursor: auto;
}
.custom-c-page .init-2 .contentC .titleC .colorC {
  height: 38px;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
}
.custom-c-page .init-2 .contentC .titleC .colorC .bg {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
.custom-c-page .init-2 .contentC .titleC .colorC .color {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.custom-c-page .init-2 .contentC .content {
  padding-top: 10px;
}
.custom-c-page .init-2 .contentC .content ul li {
  width: 16.666%;
  margin-top: 30px;
}
.custom-c-page .init-2 .contentC .content ul li .box {
  cursor: pointer;
}
.custom-c-page .init-2 .contentC .content ul li .box .img {
  border: 2px solid #cfcfcf;
}
.custom-c-page .init-2 .contentC .content ul li .box .img img {
  width: 100%;
}
.custom-c-page .init-2 .contentC .content ul li .box .text {
  margin-top: 10px;
  color: #666666;
  text-align: center;
}
.custom-c-page .init-2 .contentC .content ul li .box.active .img {
  border: 2px solid rgba(239, 57, 7, 1);
}
.custom-c-page .init-2 .contentC .content ul li .box.active .text {
  color: rgba(239, 57, 7, 1);
}
.custom-c-page .init-2 .contentC .contentSize {
  padding-top: 10px;
}
.custom-c-page .init-2 .contentC .contentSize ul li {
  margin-top: 20px;
}
.custom-c-page .init-2 .contentC .contentSize ul li .box {
  border: 2px solid #dbdbdb;
  cursor: pointer;
  padding: 6px 30px;
  color: #666666;
}
.custom-c-page .init-2 .contentC .contentSize ul li .box.active {
  border: 2px solid rgba(239, 57, 7, 1);
  color: #402268;
}
.custom-c-page .init-3 .container .tips {
  color: #666666;
}
.custom-c-page .init-3 .container .content {
  height: 420px;
  overflow: hidden;
}
.custom-c-page .init-3 .container .btnC {
  background-color: #f0efeb;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
.custom-c-page .init-3 .container .btnC:hover {
  background-color: #402268;
  color: #fff;
}
.custom-c-page .init-3 .container .btnC i {
  display: block;
  position: relative;
}
.custom-c-page .init-3 .container .btnC.active i {
  transform: rotate(180deg);
}
.custom-c-page .init-4 {
  padding-top: 40px;
}
.custom-c-page .init-4 .container form {
  max-width: 1000px;
  margin: auto;
}
.custom-c-page .init-4 .container form input {
  width: calc(50% - 15px);
  padding: 10px;
  border: none;
  border-bottom: 1px solid #d1d1d2;
  margin-top: 30px;
}
.custom-c-page .init-4 .container form .mail {
  width: 100%;
}
.custom-c-page .init-4 .container form .contentC {
  width: 100%;
  margin-top: 40px;
}
.custom-c-page .init-4 .container form .contentC .tips {
  padding: 0 10px;
}
.custom-c-page .init-4 .container form .contentC .content {
  margin-top: 10px;
  width: 100%;
  padding: 16px 10px;
  border: 1px solid #d1d1d2;
}
.custom-c-page .init-4 .container form .btnC {
  width: 100%;
}
.custom-c-page .init-4 .container form .btnC .btn {
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
  padding: 10px 30px;
  border: 1px solid var(--color);
}
.custom-c-page .init-4 .container form .btnC .btn:hover {
  background-color: #fff;
  color: var(--color);
}
@media (max-width: 1250px) {
  .custom-c-page .init-1 ul li .box {
    padding: 30px 20px;
  }
  .custom-c-page .init-2 .contentC .content ul li {
    width: 25%;
  }
}
@media (max-width: 1000px) {
  .custom-c-page .init-2 .contentC .content ul li {
    width: 33.33%;
  }
}
@media (max-width: 700px) {
  .custom-c-page .init-1 ul li {
    width: 100%;
    margin-top: 20px;
  }
  .custom-c-page .init-1 ul li.active {
    width: 100%;
  }
  .custom-c-page .init-1 ul li .box .title1 {
    display: none;
  }
  .custom-c-page .init-1 ul li .box {
    height: auto;
  }
  .custom-c-page .init-1 ul li .box .cont {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .custom-c-page .init-1 ul li .box .num {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 10px;
  }
  .custom-c-page .init-2 .contentC .content ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .custom-c-page .init-2 .contentC .content ul li {
    width: 50%;
    margin-top: 20px;
  }
  .custom-c-page .init-2 .contentC .titleC .tips {
    width: 100%;
  }
  .custom-c-page .init-2 .contentC .titleC .infoCont {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
  .custom-c-page .init-2 .contentC .titleC .colorC {
    margin-right: 0;
  }
  .custom-c-page .init-2 .contentC .contentSize ul li {
    margin-top: 10px;
  }
  .custom-c-page .init-2 .contentC .contentSize ul li .box {
    padding: 4px 20px;
  }
  .custom-c-page .init-4 .container form input {
    margin-top: 0;
  }
  .custom-c-page .init-4 .container form input {
    width: 100%;
  }
  .custom-c-page .init-4 .container form .contentC {
    margin-top: 20px;
  }

  .zhengwen{
    font-size: 16px;
    line-height: 30px;
  }

  .custom-c-page .init-1 ul li .box .cont .title{
    font-size: 18px;
    line-height: 32px;
  }
  .custom-c-page .init-1 ul li .box .cont .des{
    line-height: 2;
  }
}
.miaoshu{
  font-size: 18px;
  line-height: 32px;
}

.font-18
{
  line-height: 32px;
}
.xwbt
{
 min-height: 3em;
}
.Auxil-industry
{
 padding-bottom: 50px;
 padding-top: 50px;
}
.custom-c-page .te1{
text-align: center;
font-weight: bold;
font-size: calc(1.51vw + 14px);
color: #101010;
line-height: 1;
margin-bottom: calc(0.2085vw + 14px); 
}
.custom-c-page .te2{
  font-weight: 400;
font-size: calc(0.2085vw + 14px);
color: #2A2A2A;
text-align: center;
}
.custom-c-page .info3{
margin-right: var(--ft26);
font-weight: 400;
font-size: var(--ft18);
color: #000000;
}
.jin p{
  font-weight: bold;
  margin-left: 1.46vw;
}
.jin {
  margin-top: calc(1.3555vw + 14px);
  display: flex;
  align-items: center;
}
.jin .ki1{
  display: flex;
  align-items: center;
}
.jin .ki11{
  margin-left: calc(5.75vw + 20px);
}
.jin select{
  font-weight: 400;
font-size: var(--ft18);
color: #BABABA;
  min-width: 221px;
  height: 34px;
border: 1px solid #DBDBDB;
}
.kopb{
  display: flex;
  align-items: center;
  margin-top: var(--ft40);
}
.kopb .ko1{
  display: flex;
  align-items: center;
}
 .kopb .ko1 h2{
   cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 400;
font-size: var(--ft18);
color: #000000;
margin-left: var(--ft50);
}
 .kopb .ko1 h2:last-child{
   /*margin-right: 0;*/
 }
 .kopb .ko1 h2 span,
  .kopb .ko2 span{
   margin-left: 13px;
   width: 8px;
height: 8px;
border: 1px solid #BBBBBB; 
background: #BBBBBB;
border-radius: 50%;
position: relative
 }
  .kopb .ko1 h2 span::after,
  .kopb .ko2 span::after{
    content: '';
    position: absolute;
    width: 4px;
height: 4px;
background: #BBBBBB;
border-radius: 50%;
top: 50%;
right: 50%;
transform: translate(-50%,-50%);
  }
 
  .kopb .ko1 h2:hover span,
  .kopb .ko1 h2.active span,

  .kopb .ko2:hover span,
  .kopb .ko2.active span{
    border: 1px solid rgba(109, 196, 53, 1); 
    background: transparent;
  }
  
    .kopb .ko1 h2:hover span::after,
    .kopb .ko1 h2.active span::after,
    kopb .ko2:hover span::after,
    .kopb .ko2.active span::after{
      background: rgba(239, 57, 7, 1);
      
    }
.kopb p{
  font-weight: bold;
  margin-left: calc(1.0385vw + 14px);
}
.kopb .ko2{
  display: flex;
  align-items: center
}
.kopb .ko2 span{
  margin-left: 13px;
}
.kopb .ko2 input{
  padding: 0 var(--ft20);
  width: 302px;
height: 33px;
border: 1px solid #DBDBDB;
background: transparent;
font-weight: 400;
font-size: var(--ft18);
color: #BABABA;
}
.kopb .ko2 input::placeholder{
  font-weight: 400;
font-size: var(--ft18);
color: #BABABA;

}
@media screen and (max-width: 1250px) {
  .kopb{
    flex-wrap: wrap;
  }
   .kopb>p,
    .kopb>div{
      margin-top: 10px;
    }
}
@media screen and (max-width: 700px) {
  .kopb .ko1{
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  .jin .ki1{
    margin-bottom: 10px;
  }
  .jin{
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .jin .ki1{
    flex-wrap: wrap;
  }
}
.right-s .rj-btn{
  color: #000;
}
.right-s .rj-btn:hover{
  color:#fff;
}
.infoe2{
  min-width: 221px;
height: 34px;
border: 1px solid #DBDBDB;
font-weight: 400;
font-size: calc(0.2085vw + 14px);
color: #BABABA;
padding-right: calc(0.315vw + 14px);
}
.infoe2::placeholder{
  font-weight: 400;
font-size: calc(0.2085vw + 14px);
color: #BABABA;
}
.mana-c-page .about-why {
  padding: 0 !important var(--px100) 0;
}
.mana-c-page .about-why button{
  display: none !important;
}
.mana-c-page .about-why .title{
 font-size: calc(2.3955vw + 14px);
    font-weight: bold;
    color: #101010;
  text-align: center;
}
.mana-c-page .about-why .text{
  text-align: center;
  margin: 20px auto 0;
}
.mana-c-page .about-why .list ul {
  margin: -30px -25px;
  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;
}
.mana-c-page .about-why .list ul .slick-track{
  display: flex;
}
.mana-c-page .about-why .list ul .slick-track .slick-slide{
  height: auto;
}
.mana-c-page .about-why .list ul .slick-track .slick-slide > div{
  height: 100%;
}
.mana-c-page .about-why .list ul li {
  padding: 30px 25px;
  height: 100%;
}
.mana-c-page .about-why .list ul li .box {
  position: relative;
  padding: 40px 30px 45px;
  background-color: #ffffff;
  border-radius: 0px 30px 0px 0px;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  z-index: 1;
  height: 100%;
}
.mana-c-page .about-why .list ul li .box i.fa {
  font-size: 50px;
  position: relative;
  right: 20px;
  margin: 20px 0;
}
.mana-c-page .about-why .list ul li .box .text{
  text-align: right;
}
.mana-c-page .about-why .list ul li .box:hover i.fa{
  color: white;
}
.mana-c-page .about-why .list ul li .box i.fa:after {
  position: absolute;
  content: '';
  right: 50%;
  top: 50%;
  width: 105px;
  height: 90px;
  background-color: #f6f6f6;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: -1;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
}
.mana-c-page .about-why .list ul li .box .text{
  max-height: 154px;
  overflow: auto;
  line-height: 2;
}
.mana-c-page .about-why .list ul li .box span.line2:after {
  content: '';
  position: absolute;
  left: 40px;
  top: 0px;
  width: 6px;
  height: 70px;
  background-color: #ef3907;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mana-c-page .about-why .list ul li .box span.line2:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0px;
  width: 10px;
  height: 100px;
  background-color: #6dc435;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mana-c-page .about-why .list ul li .box h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
  margin: 1em 0 .6em;
}
.mana-c-page .about-why .list ul li .box:hover i.fa:after {
  background-color: #EF3B0A;
  /*background: linear-gradient(243deg, #EF3B0A, #6DC435);*/
}
.mana-c-page .about-why .list ul li .box:hover span.line2:after {
  height: 90px;
}
.mana-c-page .about-why .list ul li .box:hover span.line2:before {
  height: 70px;
}
@media screen and (max-width: 1600px) {
  .mana-c-page .about-why .list ul li .box i.fa {
    font-size: 40px;
  }
  .mana-c-page .about-why .list ul li .box h6 {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1440px) {
    .mana-c-page .about-why .list ul li {
    padding: 15px;
  }
  .mana-c-page .about-why .list ul {
    margin: -15px;
  }
}
@media screen and (max-width: 1280px) {
    .mana-c-page .about-why .list ul li .box h6 {
    font-size: 16px;
    line-height: 30px!important
  }
  .mana-c-page .about-why .list ul li .box i.fa:after {
    width: 80px;
    height: 70px;
  }
}
@media screen and (max-width: 1000px) {
    .mana-c-page .about-why .list.list1 ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 700px) {
    .mana-c-page .about-why .list ul li .box {
    padding: 25px;
  }
}
@media screen and (max-width: 500px) {
    .mana-c-page .about-why .title{
    font-size: 24px;
    line-height: 44px;
  }
  .mana-c-page .about-why .list.list1 ul li {
    width: 100% !important;
  }
}
.production-c-page .init-1 {
  position: relative;
  overflow: hidden;
}
.production-c-page .init-1 .subImg {
  position: absolute;
  width: 1250px;
  max-width: 100%;
  height: 190px;
  top: 60px;
  right: -50px;
}
.production-c-page .init-1 .container .content ul li .box .left {
  padding-left: 40px;
  width: 54%;
}
.production-c-page .init-1 .container .content ul li .box .left .title {
  font-weight: bold;
  /*font-family: 'butler';*/
}
.production-c-page .init-1 .container .content ul li .box .left .des {
  color: #666666;
  line-height: 30px;
}
.production-c-page .init-1 .container .content ul li .box .left .des strong {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  color: #242424;
  margin-bottom: 10px;
  /*font-family: 'butler';*/
}
.production-c-page .init-1 .container .content ul li .box .right {
  width: 46%;
}
.production-c-page .init-1 .container .content ul li .box .right img {
  width: 100%;
}
.production-c-page .init-1 .container .listCont {
  padding-top: 20px;
}
.production-c-page .init-1 .container .listCont .listC {
  width: 100%;
}
.production-c-page .init-1 .container .listCont .listC.listC2 {
  -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;
}
.production-c-page .init-1 .container .listCont .list {
  margin-top: 40px;
  font-weight: 500;
  position: relative;
}
.production-c-page .init-1 .container .listCont .list .listText {
  cursor: pointer;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.production-c-page .init-1 .container .listCont .list .listImg {
  display: none;
}
.production-c-page .init-1 .container .listCont .list.active .listText {
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.production-c-page .init-1 .container .listCont .listImg {
  width: 36px;
  height: 26px;
  margin: 40px 10px 0;
}
.production-c-page .init-1 .container .listCont .listImg.listImg2 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.production-c-page .init-1 .container .listCont .list3 .listImg {
  display: block;
  bottom: -34px;
  left: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
}
@media (max-width: 1000px) {
  .production-c-page .init-1 .container .listCont .listImg {
    width: 20px;
    height: 10px;
    margin: 40px 2px 0;
  }
  .production-c-page .init-1 .container .listCont .list3 .listImg {
    bottom: -26px;
  }
  .production-c-page .init-1 .container .content ul li .box .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
  .production-c-page .init-1 .container .content ul li .box .left {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .production-c-page .init-1 .container .listCont .listImg {
    display: none;
  }
  .production-c-page .init-1 .container .listCont .list3 .listImg {
    display: none;
  }
  .production-c-page .init-1 .container .listCont .listC {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .production-c-page .init-1 .container .listCont .list {
    width: 50%;
  }
  .production-c-page .init-1 .container .listCont .listC.listC2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 500px) {
  .production-c-page .init-1 .container .listCont .list {
    width: 100%;
    margin-top: 10px;
    line-height: 2;
  }
  .production-c-page .init-1 .container .content ul li .box .left .des strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 1800px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-right: var(--ft26);
  }

}
@media screen and (max-width: 1700px){
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
    font-size: 13px;
  }
}
@media screen and (max-width: 1450px){
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after{
    display: none;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
    font-size: 12px;
  }
}
@media screen and (max-width: 1320px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-right: 13px;
  }

}

.page-header02{
  position: fixed;
  width: 100%;
  display: none;
}
.page-header02 .logo img{
  /*filter: brightness(0) invert(1);*/
}
@media (max-width: 1250px){
.page-header02{
  display: flex;
}
    #menuFull~#banner, #menuFull~#indexMobileBanner, #menuFull~#innerMobileBanner, #menuFull~.inner-banner, .mobile-menu-wrap01~#banner, .mobile-menu-wrap01~#indexMobileBanner, .mobile-menu-wrap01~#innerMobileBanner, .mobile-menu-wrap01~.inner-banner {
        margin-top: 60px !important;
    }
}
.page-header02{display: none;}
@media (max-width: 1250px) {
.page-header02{display: flex;}
}
@media (max-width: 500px) {
  .rj-btn{
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
  }
}