@charset "utf-8";
@font-face {
  font-family: 'Mona Sans';
  src: local('Mona Sans Regular'), local('MonaSans-Regular'), url('../fonts/mona-sans/MonaSans-Regular.woff2') format('woff2'), url('../fonts/mona-sans/MonaSans-Regular.woff') format('woff'), url('../fonts/mona-sans/MonaSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: local('Mona Sans Medium'), local('MonaSans-Medium'), url('../fonts/mona-sans/MonaSans-Medium.woff2') format('woff2'), url('../fonts/mona-sans/MonaSans-Medium.woff') format('woff'), url('../fonts/mona-sans/MonaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fahkwang';
  src: local('Fahkwang Regular'), local('Fahkwang-Regular'), url('../fonts/fahkwang/Fahkwang-Regular.woff2') format('woff2'), url('../fonts/fahkwang/Fahkwang-Regular.woff') format('woff'), url('../fonts/fahkwang/Fahkwang-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fahkwang';
  src: local('Fahkwang Medium'), local('Fahkwang-Medium'), url('../fonts/fahkwang/Fahkwang-Medium.woff2') format('woff2'), url('../fonts/fahkwang/Fahkwang-Medium.woff') format('woff'), url('../fonts/fahkwang/Fahkwang-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fahkwang';
  src: local('Fahkwang Bold'), local('Fahkwang-Bold'), url('../fonts/fahkwang/Fahkwang-Bold.woff2') format('woff2'), url('../fonts/fahkwang/Fahkwang-Bold.woff') format('woff'), url('../fonts/fahkwang/Fahkwang-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --bs-body-color: #060d4c;
  --bs-body-font-size: 14px;
  --Gray-2: #343434;
  --Gray-3: #4c4c4c;
  --Gray-4: #d9d9d9;
  --Gray-5: #f0f0f0;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  :root[class*='translated'] body.fixed .google-translate {
    top: 60px;
  }
}
:root[lang='zh-CN'] .map,
:root[lang='zh-Hans'] .map {
  display: block;
}
body,
html {
  scroll-behavior: smooth;
  scroll-padding-top: 180px;
  font-size: var(--bs-body-font-size);
}
@media (max-width: 1199.98px) {
  body,
  html {
    scroll-padding-top: 90px;
  }
}
body {
  font-family: 'Mona Sans', Arial, Helvetica, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
body.fixed {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  body.fixed .google-translate {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
@media (min-width: 1200px) {
  body.loaded .header .nav .nav-list1 .nav-list2,
  body.loaded .header .list .list2 {
    display: block;
  }
  body.loaded .nav-xl-list2 {
    display: -webkit-box;
    display: flex;
  }
}
.skiptranslate[style=''] ~ .header .fade-out {
  top: 40px;
}
@media (min-width: 1200px) {
  .skiptranslate[style=''] ~ .header.always-fixed .header-box {
    top: 40px;
  }
}
.skiptranslate[style=''] ~ .header.fixed:not(.always-fixed) .header-box {
  -webkit-transform: translateY(-webkit-calc(100% + 40px));
      -ms-transform: translateY(calc(100% + 40px));
          transform: translateY(calc(100% + 40px));
}
.skiptranslate[style=''] ~ .mobie-fixed .header-box {
  margin-top: 110px;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
.ff {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.obj-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.txt.txt-lg p {
  font-size: 18px;
  line-height: 1.77777778;
}
@media (max-width: 1199.98px) {
  .txt.txt-lg p {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .txt.txt-lg p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .txt.txt-lg p {
    font-size: 15px;
  }
}
.txt img {
  max-width: 100%;
  height: auto !important;
}
.txt p {
  font-size: 16px;
  color: #616a72;
  margin: 0;
}
@media (max-width: 991.98px) {
  .txt p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .txt p {
    font-size: 14px;
  }
}
.radius {
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .radius {
    border-radius: 15px;
  }
}
@media (max-width: 767.98px) {
  .radius {
    border-radius: 10px;
  }
}
.radius-middle {
  border-radius: 26px;
}
@media (max-width: 1199.98px) {
  .radius-middle {
    border-radius: 21px;
  }
}
@media (max-width: 991.98px) {
  .radius-middle {
    border-radius: 16px;
  }
}
@media (max-width: 767.98px) {
  .radius-middle {
    border-radius: 11px;
  }
}
.radius-xs {
  border-radius: 21px;
}
@media (max-width: 1199.98px) {
  .radius-xs {
    border-radius: 15px;
  }
}
@media (max-width: 991.98px) {
  .radius-xs {
    border-radius: 10px;
  }
}
@media (max-width: 767.98px) {
  .radius-xs {
    border-radius: 5px;
  }
}
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #e7e7e7;
  border-radius: 5px;
}
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #e7e7e7;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(191, 255, 0, 0.7);
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background-color: #bfff00;
}
.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.t1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ts {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.ajax-icon-loader {
  display: inline-block;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 5px solid #bfff00;
  -webkit-animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
          animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@-webkit-keyframes l20-1 {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-1 {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@-webkit-keyframes l20-2 {
  0% {
    -webkit-transform: scaleY(1) rotate(0deg);
            transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    -webkit-transform: scaleY(1) rotate(135deg);
            transform: scaleY(1) rotate(135deg);
  }
  50% {
    -webkit-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
  }
  100% {
    -webkit-transform: scaleY(-1) rotate(-135deg);
            transform: scaleY(-1) rotate(-135deg);
  }
}
@keyframes l20-2 {
  0% {
    -webkit-transform: scaleY(1) rotate(0deg);
            transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    -webkit-transform: scaleY(1) rotate(135deg);
            transform: scaleY(1) rotate(135deg);
  }
  50% {
    -webkit-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
  }
  100% {
    -webkit-transform: scaleY(-1) rotate(-135deg);
            transform: scaleY(-1) rotate(-135deg);
  }
}
@-webkit-keyframes scaleShadow {
  0% {
    box-shadow: 0 0 0 0 #fff;
    opacity: 0.7;
  }
  100% {
    box-shadow: 0 0 0 35px #fff;
    opacity: 0;
  }
}
@keyframes scaleShadow {
  0% {
    box-shadow: 0 0 0 0 #fff;
    opacity: 0.7;
  }
  100% {
    box-shadow: 0 0 0 35px #fff;
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  @-webkit-keyframes scaleShadow {
    0% {
      box-shadow: 0 0 0 0 #fff;
      opacity: 0.7;
    }
    100% {
      box-shadow: 0 0 0 20px #fff;
      opacity: 0;
    }
  }
  @keyframes scaleShadow {
    0% {
      box-shadow: 0 0 0 0 #fff;
      opacity: 0.7;
    }
    100% {
      box-shadow: 0 0 0 20px #fff;
      opacity: 0;
    }
  }
}
@-webkit-keyframes scaleShadowSm {
  0% {
    box-shadow: 0 0 0 0 #bfff00;
    opacity: 0.7;
  }
  100% {
    box-shadow: 0 0 0 15px #bfff00;
    opacity: 0;
  }
}
@keyframes scaleShadowSm {
  0% {
    box-shadow: 0 0 0 0 #bfff00;
    opacity: 0.7;
  }
  100% {
    box-shadow: 0 0 0 15px #bfff00;
    opacity: 0;
  }
}
@-webkit-keyframes scaleShadowBorder {
  0% {
    opacity: 0.7;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
            transform: translateX(-50%) translateY(-50%) scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.9);
            transform: translateX(-50%) translateY(-50%) scale(1.9);
  }
}
@keyframes scaleShadowBorder {
  0% {
    opacity: 0.7;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
            transform: translateX(-50%) translateY(-50%) scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.9);
            transform: translateX(-50%) translateY(-50%) scale(1.9);
  }
}
@media (min-width: 1200px) {
  .video-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .video-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.video-box > div,
.video-box .img-box {
  display: block;
  position: relative;
  z-index: 2;
}
.video-box > div[data-src]:not([data-src='']),
.video-box .img-box[data-src]:not([data-src='']) {
  cursor: pointer;
}
.video-box > div[data-src]:not([data-src='']) .v-btn-box,
.video-box .img-box[data-src]:not([data-src='']) .v-btn-box {
  display: -webkit-box;
  display: flex;
}
.video-box > div[data-src]:not([data-src='']) .mask-diffusion,
.video-box .img-box[data-src]:not([data-src='']) .mask-diffusion {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  content: '';
  background-color: #fff;
  -webkit-animation: scaleShadow 3000ms linear infinite;
          animation: scaleShadow 3000ms linear infinite;
}
.video-box > div[data-src]:not([data-src='']) .mask-diffusion:nth-child(2),
.video-box .img-box[data-src]:not([data-src='']) .mask-diffusion:nth-child(2) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.video-box > div[data-src]:not([data-src='']) .mask-diffusion:nth-child(3),
.video-box .img-box[data-src]:not([data-src='']) .mask-diffusion:nth-child(3) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
@media (min-width: 1200px) {
  .video-box > div[data-src]:not([data-src='']):hover:before,
  .video-box .img-box[data-src]:not([data-src='']):hover:before {
    opacity: 1;
  }
}
.video-box .v-btn-box {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.video-box .v-btn {
  text-align: center;
  font-style: normal;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  line-height: 1;
  position: relative;
}
.video-box .v-btn,
.video-box .v-btn:before {
  border-radius: 50%;
}
.video-box .v-btn:before {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 10;
  width: 60px;
  height: 60px;
  font-size: 20px;
  background-color: #bfff00;
  color: #060d4c;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 991.98px) {
  .video-box .v-btn:before {
    width: 52px;
    height: 52px;
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .video-box .v-btn:before {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}
.video-box .v-btn.mask-btn .mask-diffusion {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  height: 95%;
  content: '';
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  background: none;
}
.video-box .v-tit {
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  margin-left: 42px;
}
@media (max-width: 1199.98px) {
  .video-box .v-tit {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .video-box .v-tit {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .video-box .v-tit {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .video-box .v-tit {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .video-box .v-tit {
    margin-left: 30px;
  }
}
.video-box > div:not(.img-box) {
  display: -webkit-box;
  display: flex;
  position: relative;
}
.alone-video-btn {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 10px solid rgba(191, 255, 0, 0.1);
  border-radius: 50%;
  background-color: #bfff00;
  position: relative;
  font-size: 13px;
  color: #9b0303;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-clip: content-box;
}
.alone-video-btn:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e67c';
}
@media (min-width: 1200px) {
  .alone-video-btn:hover {
    border-color: rgba(191, 255, 0, 0.3);
  }
}
@media (max-width: 767.98px) {
  .alone-video-btn {
    width: 42px;
    height: 42px;
    border-width: 8px;
  }
}
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  height: auto !important;
  width: 100% !important;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .table-box table {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .table-box table {
    font-size: 14px;
  }
}
.table-box table.all {
  position: initial;
  height: auto;
}
.table-box table p,
.table-box table span {
  color: inherit !important;
  font-size: 1em !important;
}
@media (max-width: 575.98px) {
  .table-box table {
    font-size: 12px;
  }
}
.table-box table colgroup {
  display: none !important;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  vertical-align: top;
  width: auto !important;
  height: auto !important;
  word-break: normal !important;
}
.table-box table td,
.table-box table th {
  padding: 10px 2.2% !important;
  background: none !important;
  border: 1px solid #e6e6e6 !important;
}
@media (max-width: 767.98px) {
  .table-box table td,
  .table-box table th {
    padding: 6px !important;
  }
}
.table-box table tr p,
.table-box table tr span {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table img {
  height: auto !important;
  max-width: 100%;
}
.font-f {
  font-family: 'Fahkwang';
}
.font-l {
  font-family: 'Lexend Deca';
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  padding: 2px;
}
.auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0;
  font-size: 0;
  overflow-x: hidden;
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
@media (min-width: 1470px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1710px) {
  .container {
    max-width: 1680px;
  }
}
.pagination {
  display: block;
  margin-top: 60px;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .pagination {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .pagination {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .pagination {
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .pagination {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination a,
.pagination span:not(.ellipsis) {
  color: #616a72;
  min-width: 48px;
  height: 48px;
  text-align: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0 5px;
  margin: 0 4px;
  background: #f5f5f5;
  vertical-align: middle;
  border-radius: 50px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .pagination a,
  .pagination span:not(.ellipsis) {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .pagination a:hover,
  .pagination span:not(.ellipsis):hover {
    background-color: #bfff00;
    border-color: #bfff00;
  }
}
@media (max-width: 1199.98px) {
  .pagination a,
  .pagination span:not(.ellipsis) {
    margin: 0 5px;
    min-width: 40px;
    height: 40px;
  }
  .pagination a:active,
  .pagination span:not(.ellipsis):active {
    background-color: #bfff00;
    color: #fff;
    border-color: #bfff00;
  }
}
@media (max-width: 575.98px) {
  .pagination a,
  .pagination span:not(.ellipsis) {
    min-width: 28px;
    min-width: max(28px, 7vw);
    height: 28px;
    height: max(28px, 7vw);
    font-size: 12px;
    margin: 0 3px;
  }
}
.pagination .ellipsis {
  margin: 0 15px;
}
@media (max-width: 991.98px) {
  .pagination .ellipsis {
    margin: 0 8px;
  }
}
@media (max-width: 767.98px) {
  .pagination .ellipsis {
    margin: 0 3px;
  }
}
.pagination span.current {
  background-color: #bfff00;
}
.pagination span.current.prev,
.pagination span.current.next {
  display: none;
}
.pagination .next,
.pagination .prev {
  font-weight: bold;
}
.pagination .next:before,
.pagination .prev:before,
.pagination .next:after,
.pagination .prev:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .pagination .prev {
    margin-right: 10px;
  }
}
.pagination .prev:before {
  content: '\e9b5';
}
@media (min-width: 768px) {
  .pagination .next {
    margin-left: 10px;
  }
}
.pagination .next:after {
  content: '\e72f';
}
.google-translate {
  min-width: 156px;
}
.header-top {
  height: 50px;
  line-height: 50px;
  background-color: #bfff00;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}
@media (max-width: 991.98px) {
  .header-top {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .header-top {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .header-top {
    height: 40px;
    line-height: 40px;
  }
}
.header-top .download {
  margin: 0 90px 0 84px;
}
@media (max-width: 1199.98px) {
  .header-top .download {
    margin: 0 7vw 0 6vw;
  }
}
@media (min-width: 1200px) {
  .header-top a:hover {
    text-decoration: underline;
  }
}
.header-top a:active {
  text-decoration: underline;
}
.header {
  position: relative;
  z-index: 999;
}
@media (min-width: 1200px) {
  .header.always-fixed .header-box {
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
  }
}
.header.mobie-fixed .header-box {
  position: fixed;
  left: 0;
  top: -70px;
  width: 100%;
  margin: 70px 0 0;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.header.mobie-fixed .header-box:after {
  max-width: 100%;
}
.header.mobie-fixed .nav-collapse-xs .btn-line {
  background-color: #222;
}
@media (min-width: 1200px) {
  .header.fixed .header-box:after {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
  }
  .header.fixed:not(.always-fixed) .header-box {
    position: fixed;
    left: 0;
    top: auto;
    bottom: 100%;
    width: 100%;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}
.header .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.header .header-box {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .header .header-box:after {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1836px;
    width: max(1836px, 95.625%);
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
    height: 100%;
    background-color: #fff;
    z-index: -1;
    border-radius: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 767.98px) {
  .header .header-box:after {
    border-radius: 5px;
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}
@media (max-width: 1199.98px) {
  .header .header-box {
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  .header .header-box {
    -webkit-perspective: 500;
            perspective: 500;
  }
}
.header .top {
  position: relative;
  z-index: 3;
  font-size: 18px;
}
@media (max-width: 1469.98px) {
  .header .top {
    font-size: 17px;
  }
}
@media (max-width: 1399.98px) {
  .header .top {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .header .top {
    background-color: #bfff00;
    color: #fff;
  }
}
.header .header-r {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .header .header-r {
    padding-right: 5px;
  }
}
@media (max-width: 767.98px) {
  .header .header-r {
    min-height: 60px;
  }
}
.header .header-r > * {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  white-space: nowrap;
  margin-left: 24px;
}
@media (max-width: 1399.98px) {
  .header .header-r > * {
    margin-left: 15px;
  }
}
@media (max-width: 575.98px) {
  .header .header-r > * {
    margin-left: 4vw;
  }
}
.header .header-r > *:first-child {
  margin-left: 0;
}
.header .logo {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
.header .logo img {
  max-width: 100%;
}
.header .logo .pic {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .header .logo .pic {
    padding: 5px 0;
  }
}
@media (max-width: 1199.98px) {
  .header .logo .pic img {
    height: 70px;
  }
}
@media (max-width: 991.98px) {
  .header .logo .pic img {
    height: 60px;
  }
}
@media (max-width: 767.98px) {
  .header .logo .pic img {
    height: 50px;
  }
}
.header .logo .tit {
  margin-left: 12px;
}
@media (max-width: 575.98px) {
  .header .logo .tit {
    width: 30vw;
    margin-left: 10px;
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header .google-translate {
    margin-left: 0 !important;
    position: fixed;
    top: 20px;
    left: -webkit-calc(100% - 405px);
    left: calc(100% - 405px);
    z-index: 99999999;
    opacity: 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    pointer-events: none;
  }
}
@media (max-width: 575.98px) {
  .header .google-translate {
    left: 85px;
  }
}
@media (min-width: 768px) {
  .header .cart {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .header .cart:after {
    content: '';
    width: 1px;
    height: 10px;
    margin-left: 24px;
    background-color: #d9d9d9;
  }
}
@media (max-width: 767.98px) {
  .header .cart {
    padding-right: 5px;
  }
}
.header .cart var {
  font-style: normal;
  padding: 0 2px;
}
.header .cart a {
  display: block;
  position: relative;
}
.header .cart a:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e633';
  line-height: 1;
  font-size: 26px;
}
.header .cart a var {
  min-width: 14px;
  height: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0 2px;
  border-radius: 50%;
  position: absolute;
  line-height: 1.4;
  right: -4px;
  top: -2px;
  z-index: 2;
  background-color: #fff;
  font-size: 9px;
  background-color: #bfff00;
}
@media (max-width: 767.98px) {
  .header .cart a {
    position: relative;
  }
}
.header .find {
  cursor: pointer;
}
@media (min-width: 768px) {
  .header .find {
    min-width: 110px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    border-radius: 50px;
    border: 1px solid #060d4c;
    padding: 0 20px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header .find {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 767.98px) {
  .header .find {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 767.98px) {
  .header .find {
    min-width: 80px;
    height: 30px;
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .header .find:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e660';
    line-height: 1;
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .header .find span {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header .find {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .header .find:hover {
    background-color: #bfff00;
    border-color: #bfff00;
  }
}
.header .find:active {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
@media (min-width: 768px) {
  .header .find:active {
    background-color: #bfff00;
    border-color: #bfff00;
  }
}
@media (max-width: 767.98px) {
  .header .find:active {
    color: #bfff00;
  }
}
.header .nav-collapse {
  position: relative;
  display: none;
  background: none;
  padding: 0;
  cursor: pointer;
  padding: 16px 0;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .header .nav-collapse {
    vertical-align: middle;
    display: inline-block;
  }
  .header .nav-collapse.nav-collapse-1 {
    border: none;
    display: block;
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 9999;
  }
}
.header .nav-collapse .btn-line {
  width: 28px;
  height: 2px;
  display: block;
  background-color: #222;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .nav-collapse .btn-line:not(:first-child) {
  margin-top: 5px;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
  content: '';
  display: block;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
  -webkit-transform: rotateZ(45deg) translateY(5px) translateX(5px);
      -ms-transform: rotate(45deg) translateY(5px) translateX(5px);
          transform: rotateZ(45deg) translateY(5px) translateX(5px);
}
.header .nav-collapse.active .btn-line:nth-child(2) {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(3) {
  -webkit-transform: rotateZ(-45deg) translateY(-5px) translateX(5px);
      -ms-transform: rotate(-45deg) translateY(-5px) translateX(5px);
          transform: rotateZ(-45deg) translateY(-5px) translateX(5px);
}
@media (min-width: 1200px) {
  .header .nav-collapse-xs .btn-line {
    background-color: #fff;
  }
}
@media (min-width: 1710px) {
  .header .nav {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .header .nav {
    display: block !important;
  }
}
@media (max-width: 1199.98px) {
  .header .nav {
    color: #000;
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    visibility: hidden;
    height: 100%;
    width: 420px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    background: #fff;
    text-align: left;
    padding: 70px 0 50px;
    z-index: 99999998;
    -webkit-transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .header .nav .nav-box,
  .header .nav .container {
    height: 100%;
    width: 100%;
  }
  .header .nav .container {
    padding: 0;
  }
  .header .nav .tbl,
  .header .nav .tbl-cell {
    display: -webkit-box;
    display: flex;
  }
  .header .nav .tbl {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header .nav .tbl:before,
  .header .nav .tbl:after {
    position: absolute;
    width: 100%;
    height: 25px;
    content: '';
    left: 0;
    pointer-events: none;
    z-index: 3;
  }
  .header .nav .tbl:before {
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(#fff, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0));
  }
  .header .nav .tbl:after {
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(40%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0));
  }
  .header .nav .tbl-cell {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .header .nav ul {
    text-align: left;
  }
  .header .nav ul li.more {
    position: relative;
  }
  .header .nav ul li.more.current > span:after {
    content: '\e640';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header .nav ul li.more.current > ul {
    display: block;
  }
  .header .nav ul li.more > span {
    padding-right: 25px;
    position: relative;
  }
  .header .nav ul li.more > span:after {
    position: absolute;
    right: 0;
    top: 5px;
    padding: 12px 5px;
    line-height: 1;
    font-family: 'iconfont';
    content: '\e641';
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    z-index: 3;
  }
  .header .nav ul li.more > span > a {
    display: inline-block;
  }
  .header .nav ul li:not(.more) span > a {
    display: block;
  }
  .header .nav ul li span {
    position: relative;
    z-index: 2;
    display: block;
  }
  .header .nav ul.nav-list1 {
    opacity: 1;
    margin: 0;
    max-height: 100%;
    padding: 0 20px;
    overflow-y: auto;
    touch-action: pan-y;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
  }
  .header .nav ul.nav-list1::-webkit-scrollbar {
    border-radius: 4px;
    width: 4px;
    height: 4px;
  }
  .header .nav ul.nav-list1::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #dcdcdc;
  }
  .header .nav ul.nav-list1::-webkit-scrollbar-thumb:hover {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.4);
  }
  .header .nav ul.nav-list1 ul {
    padding-bottom: 10px;
  }
  .header .nav ul.nav-list1 a {
    text-transform: capitalize;
  }
  .header .nav ul.nav-list1 > li {
    position: relative;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    line-height: 1.6;
  }
  .header .nav ul.nav-list1 > li > span > a {
    padding: 15px 0;
  }
  .header .nav ul.nav-list1 > li.act {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .header .nav ul.nav-list1 > li:not(.hidden-lg) + .hidden-lg {
    border-top: 2px solid #ccc;
  }
  .header .nav ul.nav-list1 .nav-list2 {
    padding-left: 15px;
    font-size: 14px;
  }
  .header .nav ul.nav-list1 .nav-list2 > li > span > a {
    padding: 10px 0;
  }
  .header .nav ul.nav-list1 .nav-list2 .active {
    color: #bfff00;
  }
  .header .nav ul.nav-list1 .nav-list3 {
    margin: 10px 0 10px 8px;
    padding-left: 25px;
    padding-bottom: 0;
    border-left: 1px solid #444;
  }
  .header .nav ul.nav-list1 .nav-list3 > li > span > a {
    padding: 5px 0;
  }
  .header .nav ul.nav-list1 .nav-list3 ul {
    padding-left: 10px;
    border-left: 1px solid #444;
  }
  .header .nav ul.nav-list1 .hidden-lg {
    color: #c5c5c5;
  }
  .header .nav ul.nav2-list2 h4 {
    line-height: 50px;
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) and (max-width: 1199.98px) {
  .header .nav ul .pic {
    display: none !important;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .header .nav ul.nav-list1 > li {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .header .nav.left-100 ~ .google-translate {
    top: -30px;
    opacity: 0;
  }
}
@media (max-width: 575.98px) {
  .header .nav {
    width: -webkit-calc(100vw - 65px);
    width: calc(100vw - 65px);
    -webkit-transform: translateX(-webkit-calc(100vw + 65px));
        -ms-transform: translateX(calc(100vw + 65px));
            transform: translateX(calc(100vw + 65px));
  }
}
.header .nav.left-100 {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200 {
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%);
  -webkit-transform: translate3d(-200%, 0, 0);
          transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300 {
  -webkit-transform: translateX(-300%);
      -ms-transform: translateX(-300%);
          transform: translateX(-300%);
  -webkit-transform: translate3d(-300%, 0, 0);
          transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400 {
  -webkit-transform: translateX(-400%);
      -ms-transform: translateX(-400%);
          transform: translateX(-400%);
  -webkit-transform: translate3d(-400%, 0, 0);
          transform: translate3d(-400%, 0, 0);
}
.header .nav.left-500 {
  -webkit-transform: translateX(-500%);
      -ms-transform: translateX(-500%);
          transform: translateX(-500%);
  -webkit-transform: translate3d(-500%, 0, 0);
          transform: translate3d(-500%, 0, 0);
}
.header .nav .nav-list1 > li > span > a {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .header .nav .nav-list1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .header .nav .nav-list1 li {
    -webkit-perspective: 500;
            perspective: 500;
  }
  .header .nav .nav-list1 li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header .nav .nav-list1 > li {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px;
  }
  .header .nav .nav-list1 > li > span {
    display: block;
  }
  .header .nav .nav-list1 > li > span > a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    height: 80px;
  }
  .header .nav .nav-list1 > li > span > a > span {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    padding: 9px 25px;
  }
  .header .nav .nav-list1 > li:hover > span > a > span,
  .header .nav .nav-list1 > li.active > span > a > span {
    background-color: #bfff00;
    color: #060d4c;
    border-radius: 50px;
  }
  .header .nav .nav-list1 > li:hover > ul {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  .header .nav .nav-list1 ul {
    font-size: 0.95em;
    letter-spacing: 0;
    opacity: 0;
    text-transform: capitalize;
    visibility: hidden;
    position: absolute;
    text-align: left;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    padding-top: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    pointer-events: none;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
  }
  .header .nav .nav-list1 ul li:hover > span > a {
    text-decoration: underline;
  }
  .header .nav .nav-list1 ul a {
    display: block;
    padding: 5px 25px;
    position: relative;
  }
  .header .nav .nav-list1 .nav-list2 {
    top: 100%;
    left: 0;
    padding: 15px 0;
    min-width: 100%;
    z-index: 10;
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: rotateX(-50deg);
            transform: rotateX(-50deg);
    font-size: 15px;
  }
  .header .nav .nav-list1 .nav-list2 > li {
    white-space: nowrap;
    position: relative;
  }
  .header .nav .nav-list1 .nav-list2 > li > span > a {
    display: block;
    padding: 5px 25px;
  }
  .header .nav .nav-list1 .nav-list2 ul {
    left: 100%;
    position: absolute;
    top: 0;
    padding: 10px 0;
    min-width: 120px;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    border-left: 1px solid transparent;
    -webkit-transform: rotateY(50deg);
            transform: rotateY(50deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header .nav .nav-list1 .nav-list2 li:hover > ul {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  .header .nav .nav-list1 .pro-nav-list2 .active > a {
    text-decoration: underline;
  }
}
@media (min-width: 1200px) and (max-width: 1469.98px) {
  .header .nav .nav-list1 > li {
    padding: 0 5px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header .nav .nav-list1 > li {
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header .nav .nav-list1 > li > span > a {
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1469.98px) {
  .header .nav .nav-list1 > li > span > a > span {
    padding: 9px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header .nav .nav-list1 > li > span > a > span {
    padding: 9px 15px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .header .nav .nav-list1 .nav-list2 {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header .nav .nav-list1 {
    width: 100%;
  }
  .header .nav .nav-list1 ul {
    display: none;
  }
  .header .nav .nav-list1 > li.more > span:after {
    top: 7px;
  }
  .header .nav .nav-list1 > a {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .header .nav .nav-list1 > li.more > span:after {
    top: 5px;
  }
}
.header .mask-nav {
  display: none;
}
@media (max-width: 1199.98px) {
  .header .mask-nav {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    text-align: left;
    padding: 20px;
    z-index: 9999;
    text-align: center;
    background: #000;
    color: #fff;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
}
.header .mask-nav .nav-top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.header .mask-nav .nav-top .back-btn:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e9b5';
  font-size: 26px;
}
.header .mask-nav .nav-top .nav-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .header .mask-nav .nav-top .nav-title {
    font-size: 20px;
    font-size: 5vmin;
  }
}
.header .mask-nav .content {
  margin-top: 4%;
  position: relative;
  height: 85%;
  overflow: auto;
  touch-action: pan-y;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  /*滑块效果*/
}
.header .mask-nav .content::-webkit-scrollbar {
  border-radius: 5px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #666;
}
.header .mask-nav .content::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
}
.header .mask-nav .content ul li {
  text-align: left;
  font-size: 20px;
  line-height: 2;
  margin: 10px 0;
}
@media (max-width: 767.98px) {
  .header .mask-nav .content ul li {
    margin: 0;
    font-size: 4vmin;
    line-height: 1.6;
    margin-top: 10px;
  }
}
.header .mask-nav .content ul li.more {
  position: relative;
}
.header .mask-nav .content ul li.more:after {
  position: absolute;
  right: 0;
  top: 50%;
  font-family: 'iconfont' !important;
  content: '\e72f';
  color: #fff;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .mask-nav .content ul li a {
  display: inline-block;
  text-transform: capitalize;
}
.header .mask-nav .content ul ul {
  display: none;
}
.header .nav-2 {
  left: 100%;
}
.header .nav-3 {
  left: 200%;
}
.header .nav-4 {
  left: 300%;
}
.header .nav-5 {
  left: 400%;
}
.header .fade-out {
  visibility: visible;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.header .list {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .header .list {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .header .list li:hover > span > a > span {
    color: #bfff00;
  }
}
.header .list > li {
  position: relative;
  font-size: 18px;
  -webkit-perspective: 500;
          perspective: 500;
  margin-left: 45px;
}
.header .list > li:first-child {
  margin-left: 0;
}
@media (max-width: 1709.98px) {
  .header .list > li {
    margin-left: 25px;
    font-size: 17px;
  }
}
@media (max-width: 1469.98px) {
  .header .list > li {
    font-size: 16px;
  }
}
@media (max-width: 1399.98px) {
  .header .list > li {
    font-size: 15px;
    margin-left: 20px;
  }
}
.header .list > li > span > a {
  text-transform: capitalize;
  position: relative;
  text-align: center;
  height: 90px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.header .list > li > span > a > span {
  display: block;
  position: relative;
  padding: 8px 0;
}
.header .list > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0) translateX(-50%);
          transform: rotateX(0) translateX(-50%);
}
.header .list ul {
  letter-spacing: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: left;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
  color: #222;
  text-transform: capitalize;
  background-color: #fff;
  background-clip: padding-box;
  padding-top: 5px;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
}
.header .list ul li:first-child {
  margin-top: 0;
}
.header .list ul li:hover > a {
  text-decoration: underline;
}
.header .list ul a {
  display: block;
  padding: 5px 15px;
  position: relative;
}
@media (min-width: 1200px) {
  .header .list ul a:hover {
    color: #bfff00;
  }
}
.header .list .list2 {
  display: none;
  top: 100%;
  left: 50%;
  padding: 15px 0;
  min-width: 100%;
  z-index: 10;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: rotateX(-50deg) translateX(-50%);
          transform: rotateX(-50deg) translateX(-50%);
}
.header .list .list2 > li {
  white-space: nowrap;
  position: relative;
}
.header .list .list2 > li > span > a {
  display: block;
  padding: 5px 20px;
}
.header .list .list2 li:hover > ul {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  opacity: 1;
  visibility: visible;
}
.header .list .list2 ul {
  left: 100%;
  position: absolute;
  top: 0;
  padding: 10px 0;
  min-width: 120px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  border-left: 1px solid transparent;
  -webkit-transform: rotateY(50deg);
          transform: rotateY(50deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.language-box {
  position: relative;
  -webkit-perspective: 500;
          perspective: 500;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.language-box:hover .lang-select {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.language-box > a {
  display: none;
  font-size: 16px;
}
.language-box > a:before {
  line-height: 1;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e844';
  margin-right: 10px;
  font-size: 1.3em;
}
@media (max-width: 575.98px) {
  .language-box > a {
    font-size: 15px;
  }
  .language-box > a:before {
    margin-right: 5px;
  }
}
@media (min-width: 1200px) {
  .language-box a:hover span {
    color: inherit;
    text-decoration: underline;
  }
}
.language-box a:active {
  -webkit-transition: 0s;
  transition: 0s;
}
.language-box a:active span {
  color: inherit;
  text-decoration: underline;
}
.language-box img {
  width: 18px;
  height: auto !important;
}
.language-box .active {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.language-box .lang-select {
  color: #060d4c;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  position: absolute;
  top: 100%;
  padding: 5px 10px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transform: rotateX(-50deg);
          transform: rotateX(-50deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
  left: 0;
}
@media (max-width: 1199.98px) {
  .language-box .lang-select {
    min-width: 100%;
    width: 120px;
    left: -5px;
  }
}
.language-box .lang-select li {
  padding: 5px 0;
}
.language-box .lang-select img {
  margin-right: 6px;
}
.language-box .lang-select a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@-webkit-keyframes avia_pop {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes avia_pop {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.search-wrap {
  width: 280px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-color: #fff;
  padding: 15px;
  display: none;
  position: absolute;
  right: 15px;
  top: 100%;
  z-index: 3;
}
@media (max-width: 575.98px) {
  .search-wrap {
    max-width: 90%;
    padding: 10px;
    right: 10px;
  }
}
.search-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 48px;
  overflow: hidden;
  z-index: 2;
  height: 44px;
  background: none;
}
@media (max-width: 767.98px) {
  .search-box {
    height: 40px;
  }
}
.search-box input::-webkit-input-placeholder,
.search-box textarea::-webkit-input-placeholder {
  color: #666;
}
.search-box input:-o-placeholder,
.search-box textarea:-o-placeholder {
  color: #666;
}
.search-box input::-moz-placeholder,
.search-box textarea::-moz-placeholder {
  color: #666;
}
.search-box input:-ms-input-placeholder,
.search-box textarea:-ms-input-placeholder {
  color: #666;
}
.search-box input:focus::-webkit-input-placeholder,
.search-box textarea:focus::-webkit-input-placeholder {
  color: #aaa;
}
.search-box input:focus::-o-placeholder,
.search-box textarea:focus::-o-placeholder {
  color: #aaa;
}
.search-box input:focus::-moz-placeholder,
.search-box textarea:focus::-moz-placeholder {
  color: #aaa;
}
.search-box input:focus::-ms-input-placeholder,
.search-box textarea:focus::-ms-input-placeholder {
  color: #aaa;
}
.search-box input {
  width: 100%;
  background: none;
  padding: 0 0 0 20px;
}
@media (max-width: 767.98px) {
  .search-box input {
    padding: 0 15px;
  }
}
.search-box .submit {
  color: #666;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  z-index: 2;
  padding: 0 18px;
  font-size: 18px;
  background: none;
  position: relative;
}
.search-box .submit:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e660';
  font-weight: bold;
}
@media (min-width: 1200px) {
  .search-box .submit {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .search-box .submit:hover {
    color: #bfff00;
  }
}
.search-box .submit:active {
  -webkit-transition: 0s;
  transition: 0s;
  color: #bfff00;
}
.search-box .submit:active:before {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.xs-language {
  position: absolute;
  bottom: 30px;
  left: 35px;
  z-index: 9;
}
@media (min-width: 1200px) {
  .xs-language {
    display: none;
  }
}
.xs-language a {
  font-size: 16px;
  color: #fff;
}
.xs-language span {
  margin: 0 5px;
  color: #fff;
}
.slick-dots {
  text-align: center;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .slick-dots {
    margin-top: 10px;
  }
}
.slick-dots li {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #d9d9d9;
  margin: 5px 3px 0;
  opacity: 1;
}
.slick-dots li:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .slick-dots li:hover {
    opacity: 1;
    background-color: #bfff00;
  }
}
.slick-dots li.slick-active {
  width: 20px;
  opacity: 1;
  background-color: #bfff00;
}
@media (max-width: 767.98px) {
  .slick-dots li.slick-active {
    width: 15px;
  }
}
.slick-dots li button {
  display: none;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  z-index: 5;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #060d4c;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 20px;
  color: #060d4c;
  padding: 0;
}
.slick-arrow:before {
  display: block;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
@media (min-width: 1200px) {
  .slick-arrow {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .slick-arrow:hover {
    color: #060d4c;
    background: #bfff00 !important;
    border-color: #bfff00 !important;
  }
}
.slick-arrow:active {
  color: #060d4c;
  background: #bfff00 !important;
  border-color: #bfff00 !important;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: translateY(-50%) scale(0.95);
      -ms-transform: translateY(-50%) scale(0.95);
          transform: translateY(-50%) scale(0.95);
}
.inline-arrow.white-arrow .slick-arrow {
  background: #fff;
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: '\e8f4';
}
.slick-next {
  right: 0;
}
.slick-next:before {
  content: '\eb63';
}
.fz15 {
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .fz15 {
    font-size: 14px;
  }
}
.fz16 {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .fz16 {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .fz16 {
    font-size: 14px;
  }
}
.fz17 {
  font-size: 17px;
}
@media (max-width: 1199.98px) {
  .fz17 {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .fz17 {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .fz17 {
    font-size: 14px;
  }
}
.fz18 {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .fz18 {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .fz18 {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .fz18 {
    font-size: 15px;
  }
}
.fz20 {
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  .fz20 {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .fz20 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .fz20 {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .fz20 {
    font-size: 16px;
  }
}
.fz22 {
  font-size: 22px;
}
@media (max-width: 1469.98px) {
  .fz22 {
    font-size: 21px;
  }
}
@media (max-width: 1199.98px) {
  .fz22 {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .fz22 {
    font-size: 19px;
  }
}
@media (max-width: 767.98px) {
  .fz22 {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .fz22 {
    font-size: 17px;
  }
}
.fz24 {
  font-size: 24px;
}
@media (max-width: 1469.98px) {
  .fz24 {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .fz24 {
    font-size: 21px;
  }
}
@media (max-width: 991.98px) {
  .fz24 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .fz24 {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .fz24 {
    font-size: 18px;
  }
}
.fz26 {
  font-size: 26px;
}
@media (max-width: 1469.98px) {
  .fz26 {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .fz26 {
    font-size: 23px;
  }
}
@media (max-width: 991.98px) {
  .fz26 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .fz26 {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .fz26 {
    font-size: 19px;
  }
}
.fz28 {
  font-size: 28px;
}
@media (max-width: 1469.98px) {
  .fz28 {
    font-size: 26px;
  }
}
@media (max-width: 1199.98px) {
  .fz28 {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  .fz28 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .fz28 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .fz28 {
    font-size: 20px;
  }
}
.fz30 {
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  .fz30 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .fz30 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .fz30 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .fz30 {
    font-size: 22px;
  }
}
.fz32 {
  font-size: 32px;
}
@media (max-width: 1199.98px) {
  .fz32 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .fz32 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .fz32 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .fz32 {
    font-size: 23px;
  }
}
.fz34 {
  font-size: 34px;
}
@media (max-width: 1199.98px) {
  .fz34 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .fz34 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .fz34 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .fz34 {
    font-size: 24px;
  }
}
.fz36 {
  font-size: 36px;
}
@media (max-width: 1199.98px) {
  .fz36 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .fz36 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .fz36 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .fz36 {
    font-size: 22px;
  }
}
.fz38 {
  font-size: 38px;
}
@media (max-width: 1199.98px) {
  .fz38 {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .fz38 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .fz38 {
    font-size: 27px;
  }
}
@media (max-width: 575.98px) {
  .fz38 {
    font-size: 24px;
  }
}
.fz40 {
  font-size: 40px;
}
@media (max-width: 1469.98px) {
  .fz40 {
    font-size: 36px;
  }
}
@media (max-width: 1199.98px) {
  .fz40 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .fz40 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .fz40 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .fz40 {
    font-size: 26px;
  }
}
.fz42 {
  font-size: 42px;
}
@media (max-width: 1469.98px) {
  .fz42 {
    font-size: 38px;
  }
}
@media (max-width: 1199.98px) {
  .fz42 {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .fz42 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .fz42 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .fz42 {
    font-size: 28px;
  }
}
.fz46 {
  font-size: 46px;
}
@media (max-width: 1469.98px) {
  .fz46 {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .fz46 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .fz46 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .fz46 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .fz46 {
    font-size: 26px;
  }
}
.fz48 {
  font-size: 48px;
}
@media (max-width: 1469.98px) {
  .fz48 {
    font-size: 44px;
  }
}
@media (max-width: 1199.98px) {
  .fz48 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .fz48 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .fz48 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .fz48 {
    font-size: 26px;
  }
}
.fz50 {
  font-size: 50px;
}
@media (max-width: 1469.98px) {
  .fz50 {
    font-size: 46px;
  }
}
@media (max-width: 1199.98px) {
  .fz50 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .fz50 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .fz50 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .fz50 {
    font-size: 26px;
  }
}
.fz52 {
  font-size: 52px;
}
@media (max-width: 1469.98px) {
  .fz52 {
    font-size: 44px;
  }
}
@media (max-width: 1199.98px) {
  .fz52 {
    font-size: 38px;
  }
}
@media (max-width: 991.98px) {
  .fz52 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .fz52 {
    font-size: 26px;
  }
}
.fz54 {
  font-size: 54px;
}
@media (max-width: 1469.98px) {
  .fz54 {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .fz54 {
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  .fz54 {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .fz54 {
    font-size: 30px;
  }
}
.fz58 {
  font-size: 58px;
}
@media (max-width: 1469.98px) {
  .fz58 {
    font-size: 52px;
  }
}
@media (max-width: 1199.98px) {
  .fz58 {
    font-size: 46px;
  }
}
@media (max-width: 991.98px) {
  .fz58 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .fz58 {
    font-size: 34px;
  }
}
@media (max-width: 575.98px) {
  .fz58 {
    font-size: 28px;
  }
}
.fz60 {
  font-size: 60px;
}
@media (max-width: 1469.98px) {
  .fz60 {
    font-size: 54px;
  }
}
@media (max-width: 1199.98px) {
  .fz60 {
    font-size: 48px;
  }
}
@media (max-width: 991.98px) {
  .fz60 {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .fz60 {
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  .fz60 {
    font-size: 30px;
  }
}
.fz64 {
  font-size: 64px;
}
@media (max-width: 1469.98px) {
  .fz64 {
    font-size: 58px;
  }
}
@media (max-width: 1199.98px) {
  .fz64 {
    font-size: 51px;
  }
}
@media (max-width: 991.98px) {
  .fz64 {
    font-size: 44px;
  }
}
@media (max-width: 767.98px) {
  .fz64 {
    font-size: 37px;
  }
}
@media (max-width: 575.98px) {
  .fz64 {
    font-size: 30px;
  }
}
.fz75 {
  font-size: 75px;
}
@media (max-width: 1469.98px) {
  .fz75 {
    font-size: 68px;
  }
}
@media (max-width: 1199.98px) {
  .fz75 {
    font-size: 61px;
  }
}
@media (max-width: 991.98px) {
  .fz75 {
    font-size: 54px;
  }
}
@media (max-width: 767.98px) {
  .fz75 {
    font-size: 47px;
  }
}
@media (max-width: 575.98px) {
  .fz75 {
    font-size: 40px;
  }
}
.fz80 {
  font-size: 80px;
}
@media (max-width: 1469.98px) {
  .fz80 {
    font-size: 70px;
  }
}
@media (max-width: 1199.98px) {
  .fz80 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .fz80 {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .fz80 {
    font-size: 35px;
  }
}
.tit-16 {
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 991.98px) {
  .tit-16 {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .tit-16 {
    font-size: 14px;
  }
}
.tit-18 {
  font-size: 18px;
  line-height: 1.22222222;
}
@media (max-width: 1199.98px) {
  .tit-18 {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .tit-18 {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .tit-18 {
    font-size: 15px;
  }
}
.tit-20 {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1199.98px) {
  .tit-20 {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .tit-20 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .tit-20 {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .tit-20 {
    font-size: 16px;
  }
}
.tit-30 {
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 1199.98px) {
  .tit-30 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .tit-30 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .tit-30 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .tit-30 {
    font-size: 22px;
  }
}
.tit-32 {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 1199.98px) {
  .tit-32 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .tit-32 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .tit-32 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .tit-32 {
    font-size: 23px;
  }
}
.tit-48 {
  font-size: 48px;
  line-height: 1.3;
}
@media (max-width: 1469.98px) {
  .tit-48 {
    font-size: 44px;
  }
}
@media (max-width: 1199.98px) {
  .tit-48 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .tit-48 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .tit-48 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .tit-48 {
    font-size: 26px;
  }
}
.fs-14-20 {
  line-height: 1.42857143;
}
.fs-14-24 {
  line-height: 1.71428571;
}
.fs-16-20 {
  font-size: 16px;
  line-height: 1.25;
}
@media (max-width: 991.98px) {
  .fs-16-20 {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .fs-16-20 {
    font-size: 14px;
  }
}
.fs-16-24 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .fs-16-24 {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .fs-16-24 {
    font-size: 14px;
  }
}
.fs-16-26 {
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 991.98px) {
  .fs-16-26 {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .fs-16-26 {
    font-size: 14px;
  }
}
.fs-18-26-b {
  font-size: 18px;
  line-height: 1.44444444;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .fs-18-26-b {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .fs-18-26-b {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .fs-18-26-b {
    font-size: 15px;
  }
}
.fs-20-24-m {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .fs-20-24-m {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .fs-20-24-m {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .fs-20-24-m {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .fs-20-24-m {
    font-size: 16px;
  }
}
.fs-20-24-b {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .fs-20-24-b {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .fs-20-24-b {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .fs-20-24-b {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .fs-20-24-b {
    font-size: 16px;
  }
}
.fs-24-30-m {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}
@media (max-width: 1469.98px) {
  .fs-24-30-m {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .fs-24-30-m {
    font-size: 21px;
  }
}
@media (max-width: 991.98px) {
  .fs-24-30-m {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .fs-24-30-m {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .fs-24-30-m {
    font-size: 18px;
  }
}
.fs-24-30-b {
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
}
@media (max-width: 1469.98px) {
  .fs-24-30-b {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .fs-24-30-b {
    font-size: 21px;
  }
}
@media (max-width: 991.98px) {
  .fs-24-30-b {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .fs-24-30-b {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .fs-24-30-b {
    font-size: 18px;
  }
}
.fs-26-34-b {
  font-size: 26px;
  line-height: 1.30769231;
  font-weight: bold;
}
@media (max-width: 1469.98px) {
  .fs-26-34-b {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .fs-26-34-b {
    font-size: 23px;
  }
}
@media (max-width: 991.98px) {
  .fs-26-34-b {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .fs-26-34-b {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .fs-26-34-b {
    font-size: 19px;
  }
}
.fs-32-38-b {
  font-size: 32px;
  line-height: 1.1875;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .fs-32-38-b {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .fs-32-38-b {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .fs-32-38-b {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .fs-32-38-b {
    font-size: 23px;
  }
}
.fs-36-40-b {
  font-size: 36px;
  line-height: 1.11111111;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .fs-36-40-b {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .fs-36-40-b {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .fs-36-40-b {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .fs-36-40-b {
    font-size: 22px;
  }
}
.fs-36-48-b {
  font-size: 36px;
  line-height: 1.33333333;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .fs-36-48-b {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .fs-36-48-b {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .fs-36-48-b {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .fs-36-48-b {
    font-size: 22px;
  }
}
.fs-46-150-b {
  font-size: 46px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1469.98px) {
  .fs-46-150-b {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .fs-46-150-b {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .fs-46-150-b {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .fs-46-150-b {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .fs-46-150-b {
    font-size: 26px;
  }
}
.fs-48-60-b {
  font-size: 48px;
  line-height: 1.25;
  font-weight: bold;
}
@media (max-width: 1469.98px) {
  .fs-48-60-b {
    font-size: 44px;
  }
}
@media (max-width: 1199.98px) {
  .fs-48-60-b {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .fs-48-60-b {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .fs-48-60-b {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .fs-48-60-b {
    font-size: 26px;
  }
}
.fs-54-80-b {
  font-size: 54px;
  line-height: 1.48148148;
  font-weight: bold;
}
@media (max-width: 1469.98px) {
  .fs-54-80-b {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .fs-54-80-b {
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  .fs-54-80-b {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .fs-54-80-b {
    font-size: 30px;
  }
}
.fs-64-95-b {
  font-size: 64px;
  line-height: 1.484375;
  font-weight: bold;
}
@media (max-width: 1469.98px) {
  .fs-64-95-b {
    font-size: 58px;
  }
}
@media (max-width: 1199.98px) {
  .fs-64-95-b {
    font-size: 51px;
  }
}
@media (max-width: 991.98px) {
  .fs-64-95-b {
    font-size: 44px;
  }
}
@media (max-width: 767.98px) {
  .fs-64-95-b {
    font-size: 37px;
  }
}
@media (max-width: 575.98px) {
  .fs-64-95-b {
    font-size: 30px;
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  75% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  75% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes enlarge {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}
@keyframes enlarge {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.banner {
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-size: 0;
  -webkit-user-select: none;
          user-select: none;
}
@media (min-width: 1200px) {
  .banner .mose-icon {
    font-size: 18px;
    position: absolute;
    left: 50%;
    bottom: 6.25%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
    color: #fff;
    -webkit-animation: jump 1s infinite;
            animation: jump 1s infinite;
    text-align: center;
  }
  .banner .mose-icon:before {
    display: block;
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2em;
    content: '\e677';
    line-height: 1;
  }
  .banner .mose-icon:after {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e602';
    margin-top: 20px;
  }
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-pagination {
  position: absolute;
  z-index: 3;
  width: auto;
  bottom: 8.33333333%;
  left: 5%;
}
.banner .swiper-pagination-bullet {
  outline: none;
  width: 18px;
  height: 18px;
  opacity: 1;
  margin: 0 8px !important;
  background-clip: content-box;
  background-color: #fff;
  padding: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  vertical-align: middle;
  position: relative;
}
.banner .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
      -ms-transform: translateX(-50%) translateY(-50%) scale(0);
          transform: translateX(-50%) translateY(-50%) scale(0);
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1200px) {
  .banner .swiper-pagination-bullet:hover {
    background-color: #bfff00;
  }
  .banner .swiper-pagination-bullet:hover:before {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
@media (max-width: 767.98px) {
  .banner .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    padding: 5px;
    margin: 0 4px !important;
  }
}
.banner .swiper-pagination-bullet-active {
  background-color: #bfff00;
}
.banner .swiper-pagination-bullet-active:before {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
}
.banner .slick-arrow {
  outline: none;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  color: #fff;
  font-size: 20px;
  width: 42px;
  height: 80px;
}
.banner .slick-arrow:after {
  display: none;
}
@media (min-width: 1200px) {
  .banner .slick-arrow:hover {
    background: #bfff00 !important;
    color: #bfff00;
  }
}
@media (max-width: 1199.98px) {
  .banner .slick-arrow {
    display: none;
  }
}
.banner .item {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner .item > a {
  overflow: hidden;
  display: block;
  position: relative;
}
.banner .item > a > img.first-img,
.banner .item > a > img.swiper-lazy-loaded {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
}
.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.hide-video video {
  display: none !important;
}
.banner-video-box {
  display: block;
  overflow: hidden;
  padding-bottom: 49.7382199%;
  position: relative;
  -webkit-transform: translateZ(10px);
          transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-video-box .fluid_initial_play {
  background-color: #bfff00 !important;
}
.banner-video-box .fluid_controls_container {
  display: none !important;
}
.banner .mobile-video {
  display: block;
  position: relative;
}
.banner .mobile-video:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner .mobile-video:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  font-size: 50px;
  color: #fff;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 575.98px) {
  .banner .mobile-video:before {
    font-size: 10vw;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
}
.banner .mobile-video img {
  width: 100%;
}
.title-box,
.title {
  margin-bottom: 56px;
}
@media (max-width: 1469.98px) {
  .title-box,
  .title {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199.98px) {
  .title-box,
  .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .title-box,
  .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .title-box,
  .title {
    margin-bottom: 20px;
  }
}
.title-box .title {
  margin-bottom: 0 !important;
}
.title-box > .inline-arrow,
.title-box > .link-box {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin-left: 15px;
}
.second-tit {
  font-family: 'Fahkwang';
  font-weight: 500;
  font-size: 16px;
  color: #636685;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .second-tit {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .second-tit {
    font-size: 14px;
  }
}
@media (max-width: 91.98px) {
  .second-tit {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .second-tit {
    margin-bottom: 5px;
  }
}
.title {
  max-width: 100%;
}
.title.text-center {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.title.has-color h2 {
  color: #bfff00;
}
.title.color-white {
  color: #fff;
}
.title.color-white h1,
.title.color-white h2,
.title.color-white p {
  color: inherit;
}
.title.d-flex h2 {
  margin-bottom: 0;
}
.title.lg h1,
.title.lg h2 {
  font-size: 80px;
}
@media (max-width: 1469.98px) {
  .title.lg h1,
  .title.lg h2 {
    font-size: 70px;
  }
}
@media (max-width: 1199.98px) {
  .title.lg h1,
  .title.lg h2 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .title.lg h1,
  .title.lg h2 {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .title.lg h1,
  .title.lg h2 {
    font-size: 35px;
  }
}
.title h1,
.title h2 {
  font-family: 'Fahkwang';
  margin: 0;
  font-size: 48px;
  line-height: 1.25;
  font-weight: bold;
  text-transform: capitalize;
}
@media (max-width: 1469.98px) {
  .title h1,
  .title h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199.98px) {
  .title h1,
  .title h2 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .title h1,
  .title h2 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .title h1,
  .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .title h1,
  .title h2 {
    font-size: 26px;
  }
}
.title h1 span,
.title h2 span {
  color: #bfff00;
}
@media (max-width: 767.98px) {
  .title h1,
  .title h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .title h1,
  .title h2 {
    font-size: 22px;
  }
}
.title h3 {
  font-size: 60px;
  line-height: 1.25;
}
@media (max-width: 1469.98px) {
  .title h3 {
    font-size: 54px;
  }
}
@media (max-width: 1199.98px) {
  .title h3 {
    font-size: 48px;
  }
}
@media (max-width: 991.98px) {
  .title h3 {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .title h3 {
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  .title h3 {
    font-size: 30px;
  }
}
.title h4 {
  font-size: 32px;
}
@media (max-width: 1199.98px) {
  .title h4 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .title h4 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .title h4 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .title h4 {
    font-size: 23px;
  }
}
.title .txt {
  margin-top: 25px;
}
@media (max-width: 1199.98px) {
  .title .txt {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .title .txt {
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .title .txt {
    margin-top: 10px;
  }
}
.jb {
  background: -webkit-gradient(linear, left top, right top, from(#fe6e53), to(#cc0c1c));
  background: linear-gradient(90deg, #fe6e53, #cc0c1c 100%);
}
.link-box {
  text-transform: capitalize;
  color: #060d4c;
}
.link-box > * {
  line-height: 1;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 16px;
  font-family: 'Fahkwang';
}
@media (max-width: 991.98px) {
  .link-box > * {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .link-box > * {
    font-size: 14px;
  }
}
.link-box > * > span {
  color: inherit;
}
@media (min-width: 1200px) {
  .link-box > * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .link-box > *:hover {
    color: #bfff00;
  }
}
@media (max-width: 575.98px) {
  .link-box > * {
    font-size: 13px;
  }
}
.link-box > *:active {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  color: #bfff00;
}
.link-box.submit {
  background: none;
  padding: 0;
  display: block;
}
.link-box.has-line > * {
  border-bottom: 1px solid #222222;
}
.link-box.has-line > *:after {
  -webkit-transform: translate(0) !important;
      -ms-transform: translate(0) !important;
          transform: translate(0) !important;
}
@media (min-width: 1200px) {
  .link-box.has-line > *:hover {
    border-bottom-color: #bfff00;
  }
}
@media (min-width: 1200px) {
  .link-box.has-normal > * {
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
  }
  .link-box.has-normal > *:hover {
    color: #bfff00;
  }
  .link-box.has-normal > *:hover span {
    text-decoration: underline;
  }
}
.link-box.has-normal > *:active {
  -webkit-transition: 0s;
  transition: 0s;
  color: #bfff00;
}
.link-box.has-normal > *:active span {
  text-decoration: underline;
}
.link-box.has-width > * {
  min-width: 150px;
  height: 40px;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .link-box.has-width > * {
    min-width: 130px;
    padding: 0 15px;
    height: 36px;
    font-size: 13px;
  }
}
.link-box.has-radius > * {
  border-radius: 50px;
}
.link-box.has-icon > *:not(:empty):after {
  margin: 0 0 0 10px;
}
.link-box.has-icon > *:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (min-width: 1200px) {
  .link-box.has-icon > * {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
}
.link-box.has-icon.more-box > *:after {
  font-size: 1.1em;
  content: '\ee9d';
  line-height: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 1px solid #060d4c;
}
@media (min-width: 1200px) {
  .link-box.has-icon.more-box > *:after {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .link-box.has-icon.more-box > *:hover:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .link-box.has-icon.more-box > *:hover:empty:after {
    border-color: #bfff00;
    background-color: #bfff00;
  }
}
.link-box.has-icon.inquiry-btn > *:after {
  font-size: 0.9em;
  content: '\e64c';
}
.link-box.has-icon.add-btn > *:after {
  content: '\e633';
  font-size: 1.3em;
}
.link-box.has-icon.whatsapp-btn > *:after {
  content: '\e621';
  font-size: 1.1em;
}
.link-box.has-icon.contact-btn > *:after {
  content: '\e649';
}
.link-box.has-icon.about-btn > *:after {
  content: '\e66d';
}
.link-box.has-icon.test-btn > *:after {
  content: '\e813';
}
.link-box.has-icon.iso-btn > *:after {
  content: '\e696';
}
.link-box.has-icon.all-btn > * {
  cursor: pointer;
}
.link-box.has-icon.all-btn > *:after {
  content: '\eba3';
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.link-box.has-icon.write-btn > *:after {
  content: '\e665';
}
.link-box.has-icon.submit {
  display: block;
  padding: 0;
  background: none;
}
@media (min-width: 576px) {
  .link-box.has-icon.submit > * {
    font-size: 14px;
  }
}
.link-box.has-icon.submit > *:after {
  content: '\e6cf';
  font-size: 1.2em;
}
.link-box.has-icon.download-btn > *:after {
  content: '\10118';
  font-size: 1.2em;
}
@media (min-width: 1200px) {
  .link-box.has-icon.download-btn > *:hover:after {
    -webkit-animation: jump 1s infinite;
            animation: jump 1s infinite;
  }
}
.link-box.reverse-icon > * {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.link-box.reverse-icon > *:not(:empty):after {
  margin: 0 10px 0 0;
}
@media (min-width: 1200px) {
  .link-box.reverse-icon > *:hover:after {
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}
.link-box.has-border > * {
  border: 1px solid #060d4c;
}
@media (min-width: 1200px) {
  .link-box.has-border > * {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .link-box.has-border > *:hover {
    background-color: #bfff00;
    border-color: #bfff00;
    color: #060d4c;
  }
  .link-box.has-border > *:hover:after {
    color: inherit !important;
  }
}
.link-box.has-border > *:active {
  -webkit-transition: 0s;
  transition: 0s;
  background-color: #bfff00;
  border-color: #bfff00;
  color: #060d4c;
}
.link-box.has-border > *:active:after {
  color: inherit !important;
}
.link-box.has-bg > * {
  background-color: #f5f5f5;
  color: #444;
}
@media (min-width: 1200px) {
  .link-box.has-bg > * {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .link-box.has-bg > *:hover {
    background-color: #bfff00;
  }
}
.link-box.has-bg > *:active {
  -webkit-transition: 0s;
  transition: 0s;
  background-color: #bfff00;
}
.link-box.bg-normal > * {
  background-color: #bfff00;
  color: #fff;
}
@media (min-width: 1200px) {
  .link-box.bg-normal > *:hover {
    background-color: #9b0303;
  }
}
.link-box.bg-normal > *:active {
  background-color: #9b0303;
}
@media (min-width: 1200px) {
  .arrow-cont {
    padding: 0 50px;
  }
}
@media (min-width: 1540px) {
  .arrow-cont {
    max-width: 1510px;
    padding: 0 50px;
  }
}
.num-wrap {
  overflow: hidden;
}
.num-box {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: -25px;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .num-box {
    -webkit-box-align: center;
            align-items: center;
  }
}
@media (max-width: 1469.98px) {
  .num-box {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.num-box li {
  margin-top: 25px;
}
.num-box .item {
  display: -webkit-box;
  display: flex;
}
.num-box .iconfont {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
.num-box .number {
  white-space: nowrap;
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 1469.98px) {
  .num-box .number {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .num-box .number {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .num-box .number {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .num-box .number {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .num-box .number {
    font-size: 28px;
  }
}
.num-box .number > span {
  line-height: 1;
  margin-right: 4px;
}
.num-box sub,
.num-box sup {
  line-height: 1;
}
.num-box sub {
  bottom: 0.2em;
  font-size: 16px;
}
.num-box sup {
  font-size: 0.75em;
  top: 0;
  margin-left: 8px;
  color: #bfff00;
}
@media (max-width: 767.98px) {
  .num-box sup {
    margin-left: 5px;
  }
}
.num-box .square {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}
.num-box .square:after {
  content: '2';
  font-size: 0.45em;
}
.num-box p {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 1469.98px) {
  .num-box p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .num-box p {
    font-size: 14px;
  }
}
.wrapper {
  background: no-repeat bottom center;
  background-size: 100% auto;
}
.index-box,
.index-box .content,
.inside-page .content {
  padding: 140px 0;
}
@media (max-width: 1469.98px) {
  .index-box,
  .index-box .content,
  .inside-page .content {
    padding: 120px 0;
  }
}
@media (max-width: 1399.98px) {
  .index-box,
  .index-box .content,
  .inside-page .content {
    padding: 100px 0;
  }
}
@media (max-width: 1199.98px) {
  .index-box,
  .index-box .content,
  .inside-page .content {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .index-box,
  .index-box .content,
  .inside-page .content {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .index-box,
  .index-box .content,
  .inside-page .content {
    padding: 40px 0;
  }
}
.index-more > a > span {
  min-width: 152px;
  height: 40px;
  border: 1px solid #060d4c;
  border-radius: 50px;
  margin-right: 4px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.index-more > a:after {
  background-color: #060d4c;
  color: #fff;
}
@media (min-width: 1200px) {
  .index-more > a:hover > span {
    background-color: #bfff00;
    color: #060d4c;
    border-color: #bfff00;
  }
}
@media (max-width: 767.98px) {
  .index-more > a > span {
    height: 35px;
    min-width: 132px;
    font-size: 13px;
  }
  .index-more > a:after {
    width: 35px !important;
    height: 35px !important;
    font-size: 16px !important;
  }
}
.index-about {
  padding-bottom: 0;
  margin-bottom: 72px;
}
@media (max-width: 767.98px) {
  .index-about {
    margin-bottom: 55px;
  }
}
.index-about .about-intro-box .title {
  margin-top: 20px;
  width: 887px;
}
.index-about .about-intro-box .title,
.index-about .about-intro-box .title + .txt {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.index-about .about-intro-box .title + .txt {
  width: 986px;
}
@media (max-width: 767.98px) {
  .index-about .about-intro-box .title {
    margin-top: 5px;
  }
}
.index-about .about-intro-box .video-box {
  margin-top: 16.36363636%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.index-about .index-more {
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .index-about .index-more {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .index-about .index-more {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .index-about .index-more {
    margin-top: 20px;
  }
}
.slick-product .slick-list {
  overflow: visible;
}
.slick-product .item {
  padding: 1px;
}
.slick-product .item,
.slick-product .item .img-box {
  -webkit-transition: 0.6s !important;
  transition: 0.6s !important;
  background-color: #ebeff0;
}
@media (min-width: 1200px) {
  .slick-product .item:hover,
  .slick-product .item:hover .img-box {
    background-color: #bdc7c8;
  }
}
.slick-product .pic {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .slick-product .pic {
    border-radius: 15px;
  }
}
@media (max-width: 767.98px) {
  .slick-product .pic {
    border-radius: 10px;
  }
}
.slick-product img {
  mix-blend-mode: multiply;
}
.slick-product .more-box.has-icon > a:after {
  border: none;
}
@media (min-width: 768px) {
  .index-product .title-box > div {
    width: 690px;
  }
}
.index-product .title-box .inline-arrow {
  margin-top: 30px;
}
.hot-list .img-box {
  padding-bottom: 113.20754717%;
}
.hot-list .img-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75.5%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75.5%, rgba(0, 0, 0, 0.55) 100%);
}
@media (min-width: 1200px) {
  .hot-list .img-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .hot-list .img-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.hot-list .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  padding: 7.54716981%;
  font-size: 24px;
}
@media (max-width: 1469.98px) {
  .hot-list .info {
    font-size: 22px;
  }
}
@media (max-width: 1399.98px) {
  .hot-list .info {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .hot-list .info {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .hot-list .info {
    font-size: 16px;
  }
}
.hot-list .num {
  color: transparent;
  font-size: 3.79166667em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #BFFF00), color-stop(73.73%, rgba(191, 255, 0, 0)));
  background: linear-gradient(180deg, #BFFF00 25%, rgba(191, 255, 0, 0) 73.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  .hot-list .num {
    margin-bottom: 3.33333333%;
  }
}
.index-bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  width: 100%;
}
.index-bg img {
  width: 100%;
  display: block;
}
.index-hot {
  position: relative;
  padding: 0;
}
.index-hot .title {
  width: 1090px;
}
.index-hot .title h2 {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .index-news .left-intro {
    width: 600px;
    max-width: 49.09090909%;
  }
}
@media (max-width: 991.98px) {
  .index-news .left-intro {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .index-news .left-intro {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .index-news .left-intro .title {
    margin-bottom: 23.33333333%;
  }
}
.index-news .left-intro .title .more-box {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .index-news .left-intro .title .more-box {
    margin-top: 20px;
    padding-bottom: 10px;
  }
}
.index-news .left-intro .item {
  display: block;
  padding: 0;
  background: none !important;
}
.index-news .left-intro .item > div {
  width: 100%;
}
.index-news .left-intro .item .news-date,
.index-news .left-intro .item p {
  color: #616A72 !important;
}
.index-news .left-intro .item .info {
  padding: 30px 0 0;
}
@media (max-width: 767.98px) {
  .index-news .left-intro .item .info {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .index-news .right-list {
    width: 49.09090909%;
  }
}
.index-news .right-list .top-txt {
  padding: 6.17283951% 0 11.11111111%;
}
.index-news .right-list .item {
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 30px;
  border: 1px solid #C3C3C3;
}
@media (max-width: 575.98px) {
  .index-news .right-list .item {
    padding: 15px;
  }
}
.index-news .right-list .item .info {
  padding: 0 30px 0 0;
}
.index-news .right-list .item .tit {
  margin: 15px 0 0;
}
.index-news .right-list .item .more-box {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .index-news .right-list .link-box.has-icon.more-box > *:after {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.banner + .wrapper .index-box:first-child,
.public-banner + .content {
  position: relative;
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
  margin-top: -20px;
}
@media (max-width: 991.98px) {
  .banner + .wrapper .index-box:first-child,
  .public-banner + .content {
    border-radius: 15px;
  }
}
@media (max-width: 767.98px) {
  .banner + .wrapper .index-box:first-child,
  .public-banner + .content {
    border-radius: 10px;
  }
}
@media (min-width: 1470px) {
  .banner + .wrapper .index-box:first-child,
  .public-banner + .content {
    padding-top: 120px;
  }
}
@media (max-width: 767.98px) {
  .banner + .wrapper .index-box:first-child,
  .public-banner + .content {
    margin-top: -10px;
  }
}
.public-banner .pic {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.public-banner .pic > img {
  position: relative;
  display: block;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 575.98px) {
  .public-banner .pic > img {
    width: 140%;
  }
}
.banner-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  color: #fff;
  text-align: center;
}
.banner-title h2 {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1469.98px) {
  .banner-title h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199.98px) {
  .banner-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .banner-title h2 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .banner-title h2 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .banner-title h2 {
    font-size: 26px;
  }
}
.breadcrumb {
  text-transform: capitalize;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: inherit;
  margin: 20px 0 0;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .breadcrumb {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .breadcrumb {
    margin-top: 15px;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb {
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb {
    margin-top: 5px;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb {
    font-size: 13px;
  }
}
.breadcrumb li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.breadcrumb li a,
.breadcrumb li span {
  color: inherit;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .breadcrumb li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1199.98px) {
  .breadcrumb li a:active {
    text-decoration: underline;
  }
}
.breadcrumb > li + li:before {
  padding: 0 6px;
  content: '>';
  color: inherit;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .breadcrumb > li + li:before {
    padding: 0 3px;
  }
}
@media (max-width: 1199.98px) {
  .xs-product-nav {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .xs-product-nav {
    margin-bottom: 20px;
  }
}
.xs-product-nav ul {
  line-height: 1.8;
  margin: 0 -8px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .xs-product-nav ul {
    font-size: 12px;
    margin: 0 -6px;
  }
}
.xs-product-nav li {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
}
@media (max-width: 575.98px) {
  .xs-product-nav li {
    padding: 0 6px;
  }
}
.xs-product-nav .active {
  color: #bfff00;
}
.xs-product-nav a:active {
  color: #bfff00;
}
.fixed-slide {
  z-index: 15;
}
.scroll-nav {
  -webkit-user-select: none;
          user-select: none;
  z-index: 3;
  font-size: 0;
}
.scroll-nav .nav-wrap {
  overflow-x: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  /*滑块效果*/
}
.scroll-nav .nav-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fefefe;
}
.scroll-nav .nav-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fefefe;
}
.scroll-nav .nav-wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.scroll-nav .nav-wrap::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
}
.scroll-nav ul {
  white-space: nowrap;
  display: inline-block;
}
.scroll-nav li {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.inside-nav {
  background-color: #f5f5f5;
}
.inside-nav ul {
  width: 100%;
  display: -webkit-box;
  display: flex;
}
.inside-nav li {
  -webkit-box-flex: 1;
          flex: 1;
}
.inside-nav a {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 56px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 991.98px) {
  .inside-nav a {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .inside-nav a {
    font-size: 14px;
  }
}
.inside-nav a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 0, 0, 0)), to(rgba(191, 255, 0, 0.1)));
  background: linear-gradient(180deg, rgba(191, 0, 0, 0) 0%, rgba(191, 255, 0, 0.1) 100%);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 767.98px) {
  .inside-nav a {
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .inside-nav a:hover {
    color: #bfff00;
  }
  .inside-nav a:hover:after {
    opacity: 1;
  }
}
.inside-nav .active a {
  color: #bfff00;
}
.inside-nav .active a:after {
  opacity: 1;
}
.floor-nav {
  margin-top: 80px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  background-color: #ebeff0;
  border-radius: 60px;
  padding: 6px;
}
@media (max-width: 991.98px) {
  .floor-nav {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .floor-nav {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .floor-nav {
    margin-top: 65px;
  }
}
@media (max-width: 991.98px) {
  .floor-nav {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .floor-nav {
    margin-top: 35px;
    font-size: 13px;
  }
}
.floor-nav ul {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.floor-nav li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.floor-nav li:before {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #d9d9d9;
  opacity: 0;
  margin: 0 11px;
}
@media (max-width: 575.98px) {
  .floor-nav li:before {
    margin: 0 5px;
  }
}
.floor-nav li:first-child:before {
  display: none;
}
.floor-nav .active a {
  background-color: #bdc7c8;
  border-radius: 50px;
}
.floor-nav .active a:after {
  width: 100%;
}
.floor-nav a {
  min-height: 50px;
  padding: 8px 32px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1200px) {
  .floor-nav a:hover {
    background-color: #bdc7c8;
  }
  .floor-nav a:hover:after {
    width: 100%;
  }
}
@media (max-width: 1469.98px) {
  .floor-nav a {
    padding: 5px 20px;
  }
}
@media (max-width: 1399.98px) {
  .floor-nav a {
    padding: 5px 15px;
  }
}
@media (max-width: 767.98px) {
  .floor-nav a {
    min-height: 50px;
  }
  .floor-nav a:after {
    height: 2px;
  }
}
@media (min-width: 1400px) {
  .list-l {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .content-r {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .elem-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
}
.menu-wrap .menu-tit {
  font-size: 32px;
  padding: 0 18px;
}
.menu-wrap .menu-tit:after {
  content: '';
  display: block;
  width: 66px;
  height: 1px;
  background-color: #060d4c;
  margin: 8px 0 32px;
}
.menu-wrap .menu {
  padding: 28px 10px 10px;
  position: relative;
  z-index: 10;
  border-radius: 20px;
  font-family: 'Fahkwang';
  font-size: 32px;
  background-color: #ebeff0;
}
@media (max-width: 991.98px) {
  .menu-wrap .menu {
    border-radius: 15px;
  }
}
@media (max-width: 767.98px) {
  .menu-wrap .menu {
    border-radius: 10px;
  }
}
.menu-wrap .menu:not(:first-child) {
  margin-top: 36px;
}
.menu-wrap .menu a {
  display: block;
}
.menu-wrap .menu1 {
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 991.98px) {
  .menu-wrap .menu1 {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .menu-wrap .menu1 {
    font-size: 14px;
  }
}
@media (max-width: 1469.98px) {
  .menu-wrap .menu1 {
    font-size: 15px;
  }
}
@media (max-width: 1399.98px) {
  .menu-wrap .menu1 {
    font-size: 14px;
  }
}
.menu-wrap .menu1 li .menu-more:after {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  display: block;
  content: '\e602';
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 1em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.menu-wrap .menu1 li.more {
  position: relative;
}
.menu-wrap .menu1 li .more-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.menu-wrap .menu1 li .more-wrap > a {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
  padding-right: 0 !important;
}
.menu-wrap .menu1 li .menu-more {
  background: none;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  z-index: 2;
  padding: 0 20px;
  color: inherit;
}
@media (max-width: 1469.98px) {
  .menu-wrap .menu1 li .menu-more {
    padding: 0 12px;
  }
}
.menu-wrap .menu1 li.active > .more-wrap > .menu-more:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.menu-wrap .menu1 > li {
  position: relative;
  z-index: 2;
}
.menu-wrap .menu1 > li:not(:first-child) {
  margin-top: 24px;
}
.menu-wrap .menu1 > li.active,
.menu-wrap .menu1 > li.active + li {
  border-top: 1px solid transparent;
}
.menu-wrap .menu1 > li.active:after {
  opacity: 1;
}
.menu-wrap .menu1 > li.active > a,
.menu-wrap .menu1 > li.active > .more-wrap {
  background-color: #bdc7c8;
  border-color: #bdc7c8;
}
.menu-wrap .menu1 > li > .more-wrap,
.menu-wrap .menu1 > li > a {
  font-weight: 500;
  font-family: 'Fahkwang';
  font-size: 1.125em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  line-height: 1.1;
  border-radius: 50px;
}
@media (min-width: 1200px) {
  .menu-wrap .menu1 > li > .more-wrap:hover,
  .menu-wrap .menu1 > li > a:hover {
    background-color: #bdc7c8;
    border-color: #bdc7c8;
  }
}
.menu-wrap .menu1 > li > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}
.menu-wrap .menu1 > li > a > span {
  margin: 0 auto 0 0;
}
.menu-wrap .menu1 > li > a:after {
  margin-top: 3px;
}
.menu-wrap .menu1 > li > a,
.menu-wrap .menu1 > li > .more-wrap > a {
  padding-top: 18px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.menu-wrap .menu1 > li > a:before,
.menu-wrap .menu1 > li > .more-wrap > a:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #060d4c;
  border-radius: 50%;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin: 0 16px 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1469.98px) {
  .menu-wrap .menu1 > li > a:before,
  .menu-wrap .menu1 > li > .more-wrap > a:before {
    margin: 0 10px 0 15px;
  }
}
@media (max-width: 1399.98px) {
  .menu-wrap .menu1 > li > a,
  .menu-wrap .menu1 > li > .more-wrap > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.menu-wrap .menu1 ul {
  display: none;
}
.menu-wrap .menu2 {
  color: #4c4c4c;
  padding: 16px 40px 0;
}
@media (max-width: 1469.98px) {
  .menu-wrap .menu2 {
    padding: 12px 20px 0;
  }
}
.menu-wrap .menu2 > li {
  position: relative;
}
.menu-wrap .menu2 > li.active > a,
.menu-wrap .menu2 > li.active > .more-wrap {
  text-decoration: underline;
  font-weight: 500;
}
.menu-wrap .menu2 > li > a,
.menu-wrap .menu2 > li > .more-wrap > a {
  display: -webkit-box;
  display: flex;
  position: relative;
  padding: 8px 0;
}
.menu-wrap .menu2 > li > a {
  position: relative;
}
@media (min-width: 1200px) {
  .menu-wrap .menu2 > li > a:hover > span {
    text-decoration: underline;
  }
}
.menu-wrap .menu3 {
  font-size: 13px;
}
.menu-wrap .menu3 > li {
  padding-left: 20px;
  color: #666;
  line-height: 1.8;
}
.menu-wrap .menu3 > li.active > a {
  color: #bfff00;
}
@media (min-width: 1200px) {
  .menu-wrap .menu3 > li > a:hover {
    color: #bfff00;
  }
}
.menu-wrap .slide-news li:not(:first-child) {
  border-top: 1px solid #f1f6ee;
  padding-top: 12px;
  margin-top: 12px;
}
.menu-wrap .slide-news .date {
  color: #bfff00;
}
.menu-wrap .slide-news .tit {
  color: #343434;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
}
@media (min-width: 1200px) {
  .menu-wrap .slide-news a:hover {
    text-decoration: underline;
    color: #bfff00;
  }
}
.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  padding: 0 15px;
}
@media (max-width: 991.98px) {
  .slick-list {
    margin: 0 -11px;
  }
  .slick-slide {
    padding: 0 11px;
  }
}
@media (max-width: 767.98px) {
  .slick-list {
    margin: 0 -8px;
  }
  .slick-slide {
    padding: 0 8px;
  }
}
.about-intro-box {
  background: no-repeat bottom center;
  background-size: 100% auto;
}
.about-intro-box .title {
  width: 890px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .about-intro-box .title {
    margin-bottom: 30px;
  }
}
.about-intro-box .txt p {
  line-height: 1.875;
}
.about-intro-box .video-box {
  margin-top: 35px;
  width: 144px;
}
@media (max-width: 991.98px) {
  .about-intro-box .video-box {
    width: 124px;
  }
}
@media (max-width: 767.98px) {
  .about-intro-box .video-box {
    width: 100px;
    margin-top: 25px;
  }
}
.about-intro-box .video-box img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 1200px) {
  .about-intro-box .video-box:hover img {
    -webkit-animation: turn 6s linear infinite;
            animation: turn 6s linear infinite;
  }
}
.about-honor-box .pic {
  border: 1px solid #ebebeb;
  padding: 10px;
}
@media (min-width: 1200px) {
  .about-honor-box .pic img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .about-honor-box .pic:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .about-honor-box .pic {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .about-honor-box .pic:hover {
    border-color: #bfff00;
  }
}
.about-honor-box .img-box {
  padding-bottom: 137.06293706%;
}
.about-honor-box .slick-arrow {
  border-color: #d9d9d9;
  background: #d9d9d9;
  color: #f5f5f5;
}
@media (min-width: 1200px) {
  .about-honor-box .slick-arrow:hover {
    color: #060d4c;
  }
}
.about-honor-box .slick-prev {
  margin-left: -20px;
}
.about-honor-box .slick-next {
  margin-right: -20px;
}
.about-factory-box {
  padding-top: 0 !important;
}
@media (min-width: 1200px) {
  .about-factory-box .title {
    width: 78.18181818%;
  }
}
.about-factory-box .img-box {
  padding-bottom: 69.81132075%;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .about-factory-box .img-box {
    border-radius: 15px;
  }
}
@media (max-width: 767.98px) {
  .about-factory-box .img-box {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .about-factory-box .img-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .about-factory-box .img-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .about-wrap .about-intro-box .txt {
    min-height: 490px;
  }
}
.news-date {
  color: #616a72;
}
.img-news {
  padding-bottom: 49.45454545%;
}
.news-list .item {
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .news-list .item {
    border-radius: 15px;
  }
}
@media (max-width: 767.98px) {
  .news-list .item {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .news-list .item img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .news-list .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 576px) {
  .news-list .item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .news-list .item {
    padding: 20px;
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
  }
  .news-list .item:hover {
    background-color: #060d4c;
    color: #f5f5f5;
  }
  .news-list .item:hover .tit {
    color: #bfff00;
    text-decoration: underline;
  }
  .news-list .item:hover .news-date,
  .news-list .item:hover p {
    color: inherit;
  }
  .news-list .item:hover .more-box > a:after {
    background-color: #bfff00;
    border-color: #bfff00;
    color: #060d4c;
  }
}
@media (min-width: 576px) {
  .news-list .pic {
    width: 34.16149068%;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-list .pic {
    width: 45%;
  }
}
.news-list .img-box {
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .news-list .img-box {
    border-radius: 15px;
  }
}
@media (max-width: 767.98px) {
  .news-list .img-box {
    border-radius: 10px;
  }
}
@media (min-width: 576px) {
  .news-list .info {
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    padding: 15px 3.97515528%;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .news-list .info {
    padding: 0 3%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-list .info {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .news-list .info {
    padding: 15px 0 0;
  }
}
.news-list .tit,
.news-list p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
}
.news-list .tit {
  font-family: 'Fahkwang';
  font-size: 22px;
  font-weight: 500;
  line-height: 1.27272727;
  margin: 32px 0 24px;
}
@media (max-width: 1469.98px) {
  .news-list .tit {
    font-size: 21px;
  }
}
@media (max-width: 1199.98px) {
  .news-list .tit {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .news-list .tit {
    font-size: 19px;
  }
}
@media (max-width: 767.98px) {
  .news-list .tit {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .news-list .tit {
    font-size: 17px;
  }
}
@media (max-width: 1399.98px) {
  .news-list .tit {
    margin: 25px 0 20px;
  }
}
@media (max-width: 1199.98px) {
  .news-list .tit {
    margin: 15px 0 10px;
  }
}
@media (max-width: 575.98px) {
  .news-list .tit {
    margin: 10px 0;
  }
}
@media (min-width: 1200px) {
  .news-list .more-box {
    margin: 0 3.72670807%;
  }
}
.news-list .more-box > a:active:after {
  background-color: #bfff00;
  border-color: #bfff00;
  color: #060d4c;
}
.news-details-wrap .content .info {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
@media (max-width: 767.98px) {
  .news-details-wrap .content .info {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.news-details-wrap .tit {
  line-height: 1.5;
}
.news-details-wrap .news-date {
  margin-top: 10px;
}
.news-details-wrap .txt p {
  line-height: 1.8;
}
.news-details-wrap .news-page {
  overflow: hidden;
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .news-details-wrap .news-page {
    margin-top: 35px;
  }
}
@media (max-width: 767.98px) {
  .news-details-wrap .news-page {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .news-details-wrap .news-page a:hover {
    color: #bfff00;
    text-decoration: underline;
  }
}
@media (max-width: 1199.98px) {
  .news-details-wrap .news-page a:active {
    color: #bfff00;
    text-decoration: underline;
  }
}
.news-details-wrap .news-page p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .news-details-wrap .news-page p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .news-details-wrap .news-page p {
    font-size: 14px;
  }
}
.news-details-wrap .news-page .next {
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .news-details-wrap .news-page .next {
    margin-top: 10px;
  }
}
.factory-list .item {
  position: relative;
}
@media (min-width: 1200px) {
  .factory-list .item img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .factory-list .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .factory-list .item:hover .img-box:before {
    opacity: 1;
  }
  .factory-list .item:hover .info {
    opacity: 1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .factory-list .item:hover .info:after {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.factory-list .img-box {
  padding-bottom: 66.66666667%;
}
.factory-list .img-box:before {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 3;
  background-color: rgba(191, 255, 0, 0.8);
}
@media (min-width: 1200px) {
  .factory-list .info {
    opacity: 0;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    text-align: center;
    z-index: 4;
  }
  .factory-list .info:after {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e665';
    width: 44px;
    height: 44px;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    font-size: 18px;
    margin-top: 6.66666667%;
  }
}
@media (max-width: 1199.98px) {
  .factory-list .info {
    margin-top: 10px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .factory-list .info {
    margin-top: 5px;
  }
}
.honor-list .item {
  border: 1px solid #999;
  background-color: #f5f5f5;
  padding: 10px;
}
@media (min-width: 1200px) {
  .honor-list .item img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .honor-list .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .honor-list .item {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .honor-list .item:hover {
    border-color: #bfff00;
  }
}
.honor-list .img-box img {
  object-fit: contain;
}
.download-list > .row > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  line-height: 48px;
}
.download-list > .row > li:nth-child(odd) {
  background-color: #f5f5f5;
}
.download-list > .row > li:nth-child(even) {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .download-list > .row > li:nth-child(even) {
    background-color: #eee;
  }
}
.download-list > .row > li:first-child {
  background-color: #bfff00;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 56px;
}
@media (max-width: 1199.98px) {
  .download-list > .row > li:first-child {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .download-list > .row > li:first-child {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .download-list > .row > li:first-child {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .download-list > .row > li:not(:first-child):hover > span:first-child,
  .download-list > .row > li:not(:first-child):hover > span .download-btn {
    color: #bfff00;
  }
  .download-list > .row > li:not(:first-child):hover > span:first-child {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .download-list > .row > li > span {
    margin-left: 30px;
    flex-shrink: 0;
  }
  .download-list > .row > li > span:nth-child(1) {
    width: 660px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    height: auto;
    flex-shrink: 1;
  }
  .download-list > .row > li > span:nth-child(2) {
    width: 80px;
  }
  .download-list > .row > li > span:nth-child(4) {
    width: 20px;
    margin-left: auto;
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .download-list > .row > li > span:nth-child(1) {
    width: 550px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .download-list > .row > li > span:nth-child(3) {
    width: 110px;
    margin-left: 165px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1399.98px) {
  .download-list > .row > li > span:nth-child(3) {
    margin-left: 50px;
  }
}
@media (max-width: 767.98px) {
  .download-list > .row > li {
    flex-wrap: wrap;
    line-height: 24px;
    padding: 15px 0;
  }
  .download-list > .row > li:first-child {
    display: none;
  }
  .download-list > .row > li:not(:first-child) > span {
    padding: 0 15px;
  }
  .download-list > .row > li:not(:first-child) > span:first-child {
    width: 100%;
    margin-left: 0;
  }
  .download-list > .row > li > span:first-child {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: auto;
    font-weight: bold;
  }
  .download-list > .row > li > span:nth-child(2):before,
  .download-list > .row > li > span:nth-child(3):before {
    content: attr(data-tit);
  }
  .download-list > .row > li > span:last-child {
    margin-left: auto;
    margin-right: 0;
  }
}
.img-solution {
  padding-bottom: 56.23188406%;
}
@media (min-width: 1200px) {
  .solution-list .item img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .solution-list .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .solution-list .item:hover .tit {
    color: #bfff00;
    text-decoration: underline;
  }
}
.solution-list .pic {
  display: block;
  position: relative;
  padding: 1px;
}
.solution-list .tit {
  padding: 20px 20px 2px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 86.95652174%;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}
.solution-list .tit span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .solution-list .tit {
    padding-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .solution-list .tit {
    padding-top: 10px;
  }
}
.pro-top-desc {
  margin-bottom: 40px;
}
.pro-top-desc .tit {
  line-height: 1.25;
  margin-bottom: 15px;
}
.img-pro {
  padding-bottom: 92.59259259%;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .img-pro {
    border-radius: 15px;
  }
}
@media (max-width: 767.98px) {
  .img-pro {
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .product-list > .row {
    margin-top: -40px;
  }
  .product-list > .row > li {
    margin-top: 40px;
  }
}
.product-list.slick-initialized {
  margin-top: -10px;
}
.product-list.slick-initialized .item-box {
  padding-top: 10px;
}
.product-list .item-box {
  padding-bottom: 27px;
}
.product-list .item {
  text-align: center;
  border: 1px solid #ebeff0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .product-list .item {
    border-radius: 15px;
  }
}
@media (max-width: 767.98px) {
  .product-list .item {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .product-list .item img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .product-list .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .product-list .item {
    -webkit-transition: box-shadow 0.6s;
    transition: box-shadow 0.6s;
  }
  .product-list .item:hover {
    box-shadow: 0px 0px 10.8px 0px rgba(0, 0, 0, 0.1);
  }
  .product-list .item:hover .tit {
    text-decoration: underline;
  }
  .product-list .item:hover .more-box.has-icon > a:after {
    background-color: #bfff00;
    color: #060d4c;
    border-color: #f5f5f5;
  }
}
.product-list .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
  font-size: 22px;
  padding: 0 15px;
  font-weight: 500;
  line-height: 1.09090909;
  margin-top: 30px;
}
@media (max-width: 1469.98px) {
  .product-list .tit {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media (max-width: 1399.98px) {
  .product-list .tit {
    margin-top: 15px;
  }
}
@media (max-width: 991.98px) {
  .product-list .tit {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .product-list .tit {
    font-size: 16px;
  }
}
.product-list .more-box {
  margin-top: auto;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.product-list .more-box.has-icon > a:after {
  content: '\e6d2';
  background-color: #f5f5f5;
  color: #7c7c7c;
  border-color: #f5f5f5;
  width: 54px;
  height: 54px;
}
@media (min-width: 1200px) {
  .product-list .more-box.has-icon > a:hover:after {
    color: #060d4c;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (max-width: 767.98px) {
  .product-list .more-box.has-icon > a:after {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.product-list .more-box.has-icon > a:active:after {
  background-color: #bfff00;
  color: #060d4c;
}
.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  color: #fff;
  line-height: 1;
  font-size: 32px;
  width: auto;
  height: auto;
  right: 20px;
  top: 20px;
}
.fancybox-slide--html .fancybox-close-small:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e65d';
}
.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}
@media (max-width: 767.98px) {
  .fancybox-slide--html .fancybox-close-small {
    font-size: 24px;
    right: 10px;
    top: 10px;
  }
}
.bg-grey {
  background-color: #f7f7f7;
}
.inside-page .content:first-child {
  margin-top: 60px;
}
@media (max-width: 1469.98px) {
  .inside-page .content:first-child {
    margin-top: 50px;
  }
}
@media (min-width: 1470px) {
  .product-wrap .title {
    margin-bottom: 69px;
  }
}
.details-tit {
  margin-bottom: 32px;
  margin-top: 80px;
}
@media (max-width: 1199.98px) {
  .details-tit {
    margin-bottom: 25px;
    margin-top: 65px;
  }
}
@media (max-width: 991.98px) {
  .details-tit {
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .details-tit {
    margin-bottom: 15px;
    margin-top: 35px;
  }
}
.details-tit > span {
  text-transform: capitalize;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  font-family: 'Fahkwang';
  line-height: 1.3125;
}
@media (max-width: 1199.98px) {
  .details-tit > span {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .details-tit > span {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .details-tit > span {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .details-tit > span {
    font-size: 23px;
  }
}
@media (min-width: 1400px) {
  .product-details-wrap .carousel-wrap {
    display: -webkit-box;
    display: flex;
  }
}
.product-details-wrap .carousel-wrap .carousel-box {
  font-size: 0;
}
@media (min-width: 1400px) {
  .product-details-wrap .carousel-wrap .carousel-box {
    width: 43.98373984%;
  }
}
@media (max-width: 1399.98px) {
  .product-details-wrap .carousel-wrap .carousel-box {
    position: initial;
    width: 541px;
    margin: 0 auto 30px;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .product-details-wrap .carousel-wrap .carousel-box {
    width: 450px;
  }
}
@media (min-width: 576px) {
  .product-details-wrap .carousel-wrap .carousel-box:not(.carousel-nav-down) {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .product-details-wrap .carousel-wrap .carousel-box:not(.carousel-nav-down) .slider-for {
    width: 79.45205479%;
  }
  .product-details-wrap .carousel-wrap .carousel-box:not(.carousel-nav-down) .slider-nav {
    width: 17.80821918%;
  }
  .product-details-wrap .carousel-wrap .carousel-box.carousel-nav-left .slider-nav,
  .product-details-wrap .carousel-wrap .carousel-box.carousel-nav-right .slider-nav {
    margin: 0;
  }
  .product-details-wrap .carousel-wrap .carousel-box.carousel-nav-left .slider-nav .slick-list,
  .product-details-wrap .carousel-wrap .carousel-box.carousel-nav-right .slider-nav .slick-list {
    margin: -5.38461538% 0;
  }
  .product-details-wrap .carousel-wrap .carousel-box.carousel-nav-left .slider-nav .slick-slide,
  .product-details-wrap .carousel-wrap .carousel-box.carousel-nav-right .slider-nav .slick-slide {
    padding: 6.15384615% 1px;
  }
  .product-details-wrap .carousel-wrap .carousel-box.carousel-nav-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
}
.product-details-wrap .carousel-wrap .carousel-box .item {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.product-details-wrap .carousel-wrap .carousel {
  position: relative;
}
.product-details-wrap .carousel-wrap .pro-arrow {
  position: absolute;
  right: 40px;
  bottom: 60px;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .product-details-wrap .carousel-wrap .pro-arrow {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .product-details-wrap .carousel-wrap .pro-arrow {
    display: none !important;
  }
}
.product-details-wrap .carousel-wrap .slider-for,
.product-details-wrap .carousel-wrap .slider-nav .item {
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  border: 1px solid #ebeff0;
}
@media (max-width: 991.98px) {
  .product-details-wrap .carousel-wrap .slider-for,
  .product-details-wrap .carousel-wrap .slider-nav .item {
    border-radius: 15px;
  }
}
@media (max-width: 767.98px) {
  .product-details-wrap .carousel-wrap .slider-for,
  .product-details-wrap .carousel-wrap .slider-nav .item {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .product-details-wrap .carousel-wrap .slider-for:hover .slick-arrow {
    opacity: 1;
  }
}
.product-details-wrap .carousel-wrap .slider-for .slick-arrow {
  background-color: #f7fafd;
  opacity: 0;
}
.product-details-wrap .carousel-wrap .slider-for .slick-prev {
  left: 20px;
}
.product-details-wrap .carousel-wrap .slider-for .slick-next {
  right: 20px;
}
.product-details-wrap .carousel-wrap .slider-nav {
  margin-top: 15px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-list {
  margin: 0 -4px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-slide {
  padding: 0 5px;
  width: 150px;
  border: none;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-center .item,
.product-details-wrap .carousel-wrap .slider-nav .slick-current .item {
  border-color: #bfff00;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-arrow {
  background: none !important;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .product-details-wrap .carousel-wrap .slider-nav .slick-arrow {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .product-details-wrap .carousel-wrap .slider-nav .slick-arrow {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .product-details-wrap .carousel-wrap .slider-nav .slick-arrow {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .product-details-wrap .carousel-wrap .slider-nav .slick-arrow:hover {
    color: #bfff00;
  }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-prev:before {
  content: '\e9b5';
}
.product-details-wrap .carousel-wrap .slider-nav .slick-next:before {
  content: '\e72f';
}
.product-details-wrap .carousel-wrap .slider-nav .product-video {
  position: relative;
}
.product-details-wrap .carousel-wrap .slider-nav .product-video .img-box:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
}
.product-details-wrap .carousel-wrap .slider-nav .product-video .img-box:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e67c';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  color: #060d4c;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 20px;
  width: 60px;
  height: 60px;
  background-color: #bfff00;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 1709.98px) {
  .product-details-wrap .carousel-wrap .slider-nav .product-video .img-box:before {
    width: 38px;
    height: 38px;
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .product-details-wrap .carousel-wrap .slider-nav .product-video .img-box:before {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .product-details-wrap .carousel-wrap .info-box {
    position: relative;
    width: 48.7804878%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .product-details-wrap .carousel-wrap .pro-type {
    padding-top: 20px;
  }
}
.product-details-wrap .carousel-wrap .pro-name {
  margin: 7.5% 0 9.16666667%;
}
@media (max-width: 1469.98px) {
  .product-details-wrap .carousel-wrap .pro-name {
    margin: 15px 0 25px;
  }
}
@media (max-width: 1399.98px) {
  .product-details-wrap .carousel-wrap .pro-name {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .product-details-wrap .carousel-wrap .pro-name {
    margin-bottom: 15px;
  }
}
.product-details-wrap .carousel-wrap .description-box p {
  color: #666;
}
@media (min-width: 1200px) {
  .product-details-wrap .carousel-wrap .details-txt {
    min-height: 210px;
  }
}
.product-details-wrap .carousel-wrap .func {
  padding-top: 40px;
  width: 500px;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .product-details-wrap .carousel-wrap .func {
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .product-details-wrap .carousel-wrap .func {
    padding-top: 20px;
  }
}
.product-details-wrap .carousel-wrap .func a {
  min-width: 100%;
}
.product-details-wrap .carousel-wrap .pro-prev > a:after {
  -webkit-transform: rotate(180deg) !important;
      -ms-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}
.product-details-wrap .details-box {
  margin-top: 48px;
  background-color: #f5f5f5;
  padding: 0 30px 80px;
}
@media (max-width: 991.98px) {
  .product-details-wrap .details-box {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .product-details-wrap .details-box {
    padding: 0 15px 25px;
  }
}
.product-details-wrap .write-wrap .write-btn {
  background: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  color: #616a72;
}
@media (min-width: 1200px) {
  .product-details-wrap .write-wrap .write-btn:hover {
    text-decoration: underline;
  }
}
.product-details-wrap .write-wrap .write-btn:active {
  text-decoration: underline;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.product-details-wrap .write-wrap .inquiry-form {
  display: none;
  margin-bottom: 4.87804878%;
}
.product-details-wrap .write-wrap .select-star {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  color: #b6b6b6;
  position: relative;
}
.product-details-wrap .write-wrap .select-star input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.product-details-wrap .write-wrap .select-star input:checked ~ label:before {
  content: '\e9a1';
  color: #faac01;
}
.product-details-wrap .write-wrap .select-star label {
  margin-right: 5px;
  width: auto;
}
.product-details-wrap .write-wrap .select-star label:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e9a2';
}
@media (min-width: 1200px) {
  .product-details-wrap .write-wrap .select-star label:hover:before,
  .product-details-wrap .write-wrap .select-star label:hover ~ label:before {
    content: '\e9a1';
    color: #faac01;
  }
}
.product-details-wrap .write-wrap .write-list li {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
  margin-top: 55px;
}
.product-details-wrap .write-wrap .write-list li:first-child {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .product-details-wrap .write-wrap .write-list li {
    padding-bottom: 25px;
    margin-top: 45px;
  }
}
@media (max-width: 767.98px) {
  .product-details-wrap .write-wrap .write-list li {
    padding-bottom: 20px;
    margin-top: 35px;
  }
}
@media (min-width: 576px) {
  .product-details-wrap .write-wrap .write-list .tit-box {
    padding-bottom: 15px;
  }
}
.product-details-wrap .write-wrap .write-list .tit-box > div {
  margin-bottom: 15px;
}
.product-details-wrap .write-wrap .write-list .name {
  color: #001a33;
}
.product-details-wrap .write-wrap .write-list .date-box {
  color: #666;
  margin-left: 40px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
.product-details-wrap .write-wrap .write-list .date-box:before {
  display: none;
}
.product-details-wrap .write-wrap .write-list .star-wrap {
  font-size: 0;
}
.product-details-wrap .write-wrap .write-list .star-wrap > span {
  margin-right: 10px;
  color: #666;
}
.product-details-wrap .write-wrap .write-list .star-wrap .iconfont {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.product-details-wrap .write-wrap .write-list .star-box .iconfont {
  color: #b6b6b6;
}
@media (max-width: 767.98px) {
  .product-details-wrap .write-wrap .write-list .star-box .iconfont {
    font-size: 14px;
  }
}
.product-details-wrap .write-wrap .write-list .star-box[data-star='5'] .iconfont:nth-child(-n + 5):before {
  color: #faac01;
  content: '\e9a1';
}
.product-details-wrap .write-wrap .write-list .star-box[data-star='4'] .iconfont:nth-child(-n + 4):before {
  color: #faac01;
  content: '\e9a1';
}
.product-details-wrap .write-wrap .write-list .star-box[data-star='3'] .iconfont:nth-child(-n + 3):before {
  color: #faac01;
  content: '\e9a1';
}
.product-details-wrap .write-wrap .write-list .star-box[data-star='2'] .iconfont:nth-child(-n + 2):before {
  color: #faac01;
  content: '\e9a1';
}
.product-details-wrap .write-wrap .write-list .star-box[data-star='1'] .iconfont:nth-child(-n + 1):before {
  color: #faac01;
  content: '\e9a1';
}
.product-details-wrap .write-wrap .write-list p {
  line-height: 2;
}
.product-details-wrap .slick-related .slick-arrow {
  margin-top: -35px;
}
.product-details-wrap .slick-related .tit {
  margin: 20px 0 0;
}
.contact-list.has-icon .item {
  display: -webkit-box;
  display: flex;
}
.contact-list.has-icon .item:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border: 6px solid rgba(191, 255, 0, 0.25);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #bfff00;
  border-radius: 50%;
  background-clip: content-box;
  color: #060d4c;
  margin-right: 32px;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .contact-list.has-icon .item:before {
    width: 46px;
    height: 46px;
    font-size: 18px;
    margin-right: 18px;
  }
}
.contact-list.has-icon .enterprise .item:before {
  content: '\ea28';
}
.contact-list.has-icon .address .item:before {
  content: '\e60d';
}
.contact-list.has-icon .factory .item:before {
  content: '\e64d';
}
.contact-list.has-icon .company .item:before {
  content: '\e769';
}
.contact-list.has-icon .mobile .item:before {
  content: '\e62a';
}
.contact-list.has-icon .tel .item:before {
  content: '\e61c';
}
.contact-list.has-icon .mail .item:before {
  content: '\e634';
}
.contact-list.has-icon .fax .item:before {
  content: '\e657';
}
.contact-list.has-icon .url .item:before {
  content: '\e699';
}
.contact-list.has-icon .skype .item:before {
  content: '\e6fc';
}
.contact-list.has-icon .whatsapp .item:before {
  content: '\e621';
}
.contact-list p {
  font-size: 16px;
  margin: 0;
  color: #060d4c;
}
@media (max-width: 991.98px) {
  .contact-list p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .contact-list p {
    font-size: 14px;
  }
}
.contact-list p span {
  display: block;
}
@media (min-width: 1200px) {
  .contact-list a:hover {
    text-decoration: underline;
  }
}
.contact-list a:active {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .contact-wrap .contact-info {
    width: 37.57575758%;
    padding-top: 5.45454545%;
  }
}
@media (min-width: 1470px) {
  .contact-wrap .contact-info .title {
    margin-bottom: 68px;
  }
}
.contact-wrap .contact-list > li {
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .contact-wrap .contact-list > li {
    margin-bottom: 45px;
  }
}
@media (max-width: 991.98px) {
  .contact-wrap .contact-list > li {
    margin-bottom: 35px;
  }
}
.contact-wrap .contact-list > li p span {
  margin-bottom: 8px;
}
.contact-wrap .contact-list .tit {
  line-height: 1.27272727;
  color: #616a72;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .contact-wrap .follow-box {
    padding-top: 20px;
  }
}
.contact-wrap .inquiry-form {
  padding: 5.45454545%;
  background-color: #ebeff0;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .contact-wrap .inquiry-form {
    border-radius: 15px;
  }
}
@media (max-width: 767.98px) {
  .contact-wrap .inquiry-form {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .contact-wrap .inquiry-form {
    width: 47.27272727%;
  }
}
@media (max-width: 1199.98px) {
  .contact-wrap .inquiry-form {
    margin-top: 7%;
  }
}
@media (max-width: 575.98px) {
  .contact-wrap .inquiry-form {
    padding: 25px 15px;
  }
}
.contact-wrap .inquiry-form input::-webkit-input-placeholder,
.contact-wrap .inquiry-form textarea::-webkit-input-placeholder {
  color: #BDC7C8;
}
.contact-wrap .inquiry-form input:-o-placeholder,
.contact-wrap .inquiry-form textarea:-o-placeholder {
  color: #BDC7C8;
}
.contact-wrap .inquiry-form input::-moz-placeholder,
.contact-wrap .inquiry-form textarea::-moz-placeholder {
  color: #BDC7C8;
}
.contact-wrap .inquiry-form input:-ms-input-placeholder,
.contact-wrap .inquiry-form textarea:-ms-input-placeholder {
  color: #BDC7C8;
}
.contact-wrap .inquiry-form input:focus::-webkit-input-placeholder,
.contact-wrap .inquiry-form textarea:focus::-webkit-input-placeholder {
  color: #ccc;
}
.contact-wrap .inquiry-form input:focus::-o-placeholder,
.contact-wrap .inquiry-form textarea:focus::-o-placeholder {
  color: #ccc;
}
.contact-wrap .inquiry-form input:focus::-moz-placeholder,
.contact-wrap .inquiry-form textarea:focus::-moz-placeholder {
  color: #ccc;
}
.contact-wrap .inquiry-form input:focus::-ms-input-placeholder,
.contact-wrap .inquiry-form textarea:focus::-ms-input-placeholder {
  color: #ccc;
}
@media (min-width: 1200px) {
  .contact-wrap .inquiry-form li > label,
  .contact-wrap .inquiry-form .rating-box,
  .contact-wrap .inquiry-form .ipt-upload {
    padding: 13px 24px;
  }
}
@media (min-width: 1200px) {
  .contact-wrap .inquiry-form .submit > span {
    min-width: 194px;
    height: 40px;
  }
}
.contact-wrap .map {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.contact-wrap .map .map-content {
  height: 640px;
}
@media (max-width: 991.98px) {
  .contact-wrap .map .map-content {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .contact-wrap .map .map-content {
    height: 280px;
  }
}
.contact-wrap .map-pic {
  overflow: hidden;
}
@media (min-width: 992px) {
  .contact-wrap .map-pic {
    width: 50%;
  }
}
.contact-wrap .map-pic img {
  position: relative;
  max-width: 100%;
}
.inquiry-wrap .size-list-box {
  padding-right: 15px;
}
.inquiry-wrap .size-list-box span {
  color: #fff;
  background-color: #060d4c;
  border-color: #060d4c;
}
.inquiry-wrap .inquiry-box .details-tit {
  padding-top: 5px;
}
.inquiry-wrap .iq-title,
.inquiry-wrap .list > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  text-align: center;
  padding-left: 60px;
  padding-right: 45px;
}
@media (max-width: 991px) {
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list > li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list > li {
    padding-left: 2%;
    padding-right: 0;
  }
}
.inquiry-wrap .iq-title {
  overflow: hidden;
  background-color: #060d4c;
  padding-top: 14px;
  padding-bottom: 14px;
}
.inquiry-wrap .iq-title .th {
  border: none;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.inquiry-wrap .iq-title .th.qty-box {
  text-align: center;
}
.inquiry-wrap .iq-title .th span {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .iq-title .th.check-box label.replace:after {
    display: block;
  }
}
@media (max-width: 1199px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    padding-left: 0;
  }
}
.inquiry-wrap .iq-title .pic-box {
  text-align: center;
  padding: 11px 0;
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .check-box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .del-box {
    opacity: 0;
    width: 30px;
  }
}
.inquiry-wrap .inquiry-box {
  width: 100%;
  border: none;
  font-size: 18px;
}
.inquiry-wrap .inquiry-box .details-tit {
  margin-top: 0;
}
@media (max-width: 991px) {
  .inquiry-wrap .inquiry-box {
    font-size: 16px;
  }
}
.inquiry-wrap .inquiry-box label {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
.inquiry-wrap .inquiry-box label:before {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-title {
    padding-left: 0px !important;
    text-align: center;
  }
}
.inquiry-wrap .inquiry-box .check-box {
  text-align: left;
}
@media (max-width: 576px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 100px;
  }
}
@media (max-width: 576px) and (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 30px;
  }
}
.inquiry-wrap .inquiry-box .check-box .check-all {
  margin: 0;
  cursor: pointer;
}
.inquiry-wrap .inquiry-box .check-box .check-all > label {
  margin-right: 10px;
}
.inquiry-wrap .inquiry-box .check-box .check-all span {
  font-weight: normal;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box .check-all span {
    display: none;
  }
}
.inquiry-wrap .inquiry-box .check-box label.replace {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e3e3e3;
  cursor: pointer;
}
.inquiry-wrap .inquiry-box .check-box label.replace:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-family: 'iconfont' !important;
  content: '\e624';
  opacity: 0;
  color: #000;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .check-box label.replace {
    margin-left: 5px;
    width: 16px;
    height: 16px;
    line-height: 14px;
  }
  .inquiry-wrap .inquiry-box .check-box label.replace:after {
    font-size: 20px;
  }
}
.inquiry-wrap .inquiry-box .check-box label.replace input {
  display: none;
}
.inquiry-wrap .inquiry-box .check-box label.change:after {
  opacity: 1;
}
.inquiry-wrap .inquiry-box .introduce-box {
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .inquiry-wrap .inquiry-box .introduce-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    display: block;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 200px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
  }
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box {
  width: 200px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 150px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.inquiry-wrap .inquiry-box .introduce-box .intro {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 5%;
  }
}
.inquiry-wrap .inquiry-box .introduce-box .name {
  margin: 0 0 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
  font-size: 1em;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    font-size: 0.9em;
  }
}
.inquiry-wrap .inquiry-box .introduce-box .name:hover {
  text-decoration: underline;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span {
  color: #999;
  margin-left: 15px;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span:first-of-type {
  margin-left: 0;
}
.inquiry-wrap .inquiry-box .introduce-box p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .number-box {
    display: none;
  }
}
.inquiry-wrap .inquiry-box .number-box {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-width: 90px;
}
.inquiry-wrap .inquiry-box .number-box a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #999999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.inquiry-wrap .inquiry-box .number-box a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inquiry-wrap .inquiry-box .number-box a.del1:before {
  content: '\e628';
}
.inquiry-wrap .inquiry-box .number-box a.add1:before {
  content: '\e629';
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .number-box a:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
  }
}
.inquiry-wrap .inquiry-box .number-box a.disable {
  cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num {
  float: left;
  width: 60px;
  min-width: 26px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  max-width: 60px;
  color: inherit;
  font-size: 16px;
  background: none;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 35px;
    height: 25px;
    line-height: 23px;
  }
}
.inquiry-wrap .inquiry-box .qty-box {
  text-align: center;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .qty-box {
    display: none;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .qty-box {
    width: 150px;
    text-align: center;
  }
}
.inquiry-wrap .inquiry-box .del-box {
  text-align: center;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box {
    width: 80px;
  }
}
.inquiry-wrap .inquiry-box .del-box .del:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e632';
  color: #787878;
  font-size: 20px;
}
.inquiry-wrap .inquiry-box .del-box .del:hover:before {
  color: #060d4c;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    margin-right: 10px;
  }
  .inquiry-wrap .inquiry-box .del-box .del:before {
    font-size: 18px;
  }
}
.inquiry-wrap .inquiry-box .list {
  border: 1px solid #060d4c;
  border-top: none;
}
.inquiry-wrap .inquiry-box .list > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #060d4c;
}
.inquiry-wrap .inquiry-box .list > li:nth-of-type(1) {
  border-top: none;
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .list > li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.inquiry-wrap .inquiry-box .list > li {
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .list > li:hover .name {
    color: #060d4c;
  }
}
.inquiry-wrap .pro-parameter {
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .inquiry-wrap .pro-parameter {
    display: -webkit-box;
    display: flex;
  }
  .inquiry-wrap .pro-parameter > div {
    -webkit-box-flex: 1;
            flex: 1;
    padding: 0 10px;
  }
}
.inquiry-wrap .parameter-list li:not(.active) {
  display: none;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
  color: #616a72;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder {
  color: #616a72;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
  color: #616a72;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder {
  color: #616a72;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder {
  color: #ccc;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder {
  color: #ccc;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder {
  color: #ccc;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder {
  color: #ccc;
}
.inquiry-form.has-bg li > label,
.inquiry-form.has-bg .rating-box,
.inquiry-form.has-bg .ipt-upload {
  background-color: #ebeff0;
}
.inquiry-form.has-bg-gray li > label,
.inquiry-form.has-bg-gray .rating-box,
.inquiry-form.has-bg-gray .ipt-upload {
  background-color: #f5f5f5;
}
.inquiry-form.has-bg-gray .form-placeholder {
  color: #bfff00;
}
.inquiry-form.has-border li > label,
.inquiry-form.has-border .rating-box,
.inquiry-form.has-border .ipt-upload {
  border: 1px solid #bdc7c8;
}
.inquiry-form.has-radius li > label,
.inquiry-form.has-radius .rating-box,
.inquiry-form.has-radius .ipt-upload {
  border-radius: 6px;
}
.inquiry-form.submit-center .submit {
  margin-left: auto;
  margin-right: auto;
}
.inquiry-form.submit-end .submit {
  margin-left: auto;
  margin-right: 0;
}
.inquiry-form form > p {
  color: #666;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .inquiry-form form > p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-form form > p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-form form > p {
    margin-bottom: 15px;
  }
}
.inquiry-form li > label,
.inquiry-form .rating-box,
.inquiry-form .ipt-upload {
  margin: 0 0 20px;
  position: relative;
  font-weight: normal;
  display: block;
  padding: 16px 23px;
  width: 100%;
  color: #616a72;
  background: none;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .inquiry-form li > label,
  .inquiry-form .rating-box,
  .inquiry-form .ipt-upload {
    padding: 10px 15px;
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.inquiry-form input,
.inquiry-form textarea,
.inquiry-form .select2-selection--single {
  display: block;
  background: none;
  padding: 0;
  width: 100%;
}
.inquiry-form textarea {
  height: 162px;
}
@media (max-width: 767.98px) {
  .inquiry-form textarea {
    height: 100px;
  }
}
.inquiry-form select {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.inquiry-form .select2-container {
  width: 100% !important;
}
.inquiry-form .select2-selection--single {
  height: auto;
}
.inquiry-form .select2-selection--single .select2-selection__rendered {
  padding: 0 30px 0 0;
}
@media (max-width: 767.98px) {
  .inquiry-form .select2-selection--single .select2-selection__rendered {
    padding-right: 20px;
  }
}
.inquiry-form .select2-selection--single .select2-selection__arrow {
  position: absolute;
  left: auto;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  width: auto;
  height: auto;
}
.inquiry-form .select2-selection--single .select2-selection__arrow:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e602';
  font-weight: bold;
}
.inquiry-form .select2-selection--single .select2-selection__arrow b {
  display: none;
}
@media (max-width: 991.98px) {
  .inquiry-form .select2-selection--single .select2-selection__arrow {
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-form .select2-selection--single .select2-selection__arrow {
    right: 15px;
    font-size: 14px;
  }
}
.inquiry-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}
.inquiry-form .ipt-pro-name {
  background-color: #060d4c !important;
  color: #fff;
}
.inquiry-form .ipt-pro-name b {
  font-weight: normal;
}
.inquiry-form .ipt-pro-name b:not(:last-child):after {
  content: ',';
}
.inquiry-form .form-placeholder {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  padding: 0 3px;
  color: #444;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  font-size: 0.8rem;
}
.inquiry-form select:invalid ~ .form-placeholder,
.inquiry-form .input-box:placeholder-shown + .form-placeholder {
  visibility: hidden;
  z-index: -1;
}
.inquiry-form select:valid ~ .form-placeholder,
.inquiry-form .input-box:not(:placeholder-shown) + .form-placeholder,
.inquiry-form .input-box:focus:not(:placeholder-shown) + .form-placeholder {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-110%) scale(0.95);
      -ms-transform: translateY(-110%) scale(0.95);
          transform: translateY(-110%) scale(0.95);
}
.inquiry-form .rating-box > span {
  margin-right: 23px;
}
@media (min-width: 1200px) {
  .inquiry-form .submit {
    margin-top: 10px;
  }
}
.inquiry-form .submit.has-radius > span {
  border-radius: 50px;
}
@media (min-width: 1200px) {
  .inquiry-form .submit > span {
    min-width: 230px;
    height: 48px;
  }
}
.inquiry-form .textarea-box {
  position: relative;
  width: 100%;
}
.inquiry-form .textarea-box label {
  width: 100%;
  display: block;
}
.inquiry-form .textarea-box textarea {
  padding-bottom: 55px;
}
.inquiry-form .textarea-box .submit {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.inquiry-form .textarea-box .submit > span {
  min-width: 90px;
  background: #bfff00;
  color: #fff;
  height: 46px;
}
.inquiry-form .textarea-box .submit > span:after {
  margin-left: 0;
}
.inquiry-form .upload-btn {
  margin-left: auto;
  margin-right: 0;
  background: #f5f5f5;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #999;
  width: 72px;
  height: 72px;
  font-size: 26px;
  border-radius: 20px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
@media (max-width: 991.98px) {
  .inquiry-form .upload-btn {
    border-radius: 15px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-form .upload-btn {
    border-radius: 10px;
  }
}
.inquiry-form .upload-btn:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e657';
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.inquiry-form .upload-btn.active:after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media (min-width: 1200px) {
  .inquiry-form .upload-btn {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .inquiry-form .upload-btn:hover {
    background-color: #bfff00;
    border-color: #bfff00;
    color: #fff;
  }
}
@media (max-width: 1199.98px) {
  .inquiry-form .upload-btn {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-form .upload-btn {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}
.inquiry-form .tips {
  margin: -5px 0 25px;
}
@media (max-width: 767.98px) {
  .inquiry-form .tips {
    margin-bottom: 20px;
  }
}
.share-box {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .share-box {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .share-box {
    margin-top: 20px;
  }
}
.share-box > span {
  text-transform: capitalize;
  margin-right: 15px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Fahkwang';
  color: #060d4c;
}
@media (max-width: 991.98px) {
  .share-box > span {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .share-box > span {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .share-box > span {
    margin-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .share-box > span {
    margin-right: 10px;
  }
}
.search-none {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .search-none {
    margin-bottom: 35px;
  }
}
.search-none .tit {
  margin: 0 0 25px;
}
@media (max-width: 767.98px) {
  .search-none .tit {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}
.sitemap-wrap .list1 {
  margin-top: -20px;
  overflow: hidden;
  font-size: 18px;
  text-transform: capitalize;
}
@media (max-width: 991.98px) {
  .sitemap-wrap .list1 {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .sitemap-wrap .list1 {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .sitemap-wrap .list1 {
    font-size: 15px;
  }
}
.sitemap-wrap .list1 > li {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .sitemap-wrap .list1 > li {
    margin-top: 15px;
  }
}
.sitemap-wrap .list1 > li > span > a {
  font-weight: 500;
  min-width: 260px;
  background-color: #060d4c;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 12px 30px;
}
@media (min-width: 1200px) {
  .sitemap-wrap .list1 > li > span > a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .sitemap-wrap .list1 > li > span > a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1199.98px) {
  .sitemap-wrap .list1 > li > span > a:active {
    text-decoration: underline;
  }
}
@media (max-width: 991.98px) {
  .sitemap-wrap .list1 > li > span > a {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .sitemap-wrap .list1 > li > span > a {
    padding: 8px 20px;
  }
}
.sitemap-wrap .list2 {
  text-transform: capitalize;
  padding: 0 0 10px 30px;
}
@media (max-width: 767.98px) {
  .sitemap-wrap .list2 {
    padding-left: 15px;
  }
}
.sitemap-wrap .list2 li {
  font-size: 0.94444444em;
}
.sitemap-wrap .list2 > li {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .sitemap-wrap .list2 > li {
    margin-top: 15px;
  }
}
.sitemap-wrap .list2 > li > span > a {
  font-weight: 500;
}
@media (min-width: 1200px) {
  .sitemap-wrap .list2 a:hover {
    color: #060d4c;
    text-decoration: underline;
  }
}
@media (max-width: 1199.98px) {
  .sitemap-wrap .list2 a:active {
    color: #060d4c;
    text-decoration: underline;
  }
}
.sitemap-wrap .list3 {
  margin-right: -30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .sitemap-wrap .list3 {
    margin-right: -15px;
  }
}
.sitemap-wrap .list3 > li {
  padding-right: 30px;
  margin-top: 15px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .sitemap-wrap .list3 > li {
    padding-right: 15px;
    margin-top: 10px;
  }
}
.sitemap-wrap .list4 {
  padding-left: 5px;
}
.sitemap-wrap .list4 > li > span > a {
  color: #666;
}
.online-wrap.right .code .mask {
  right: 100%;
  padding-right: 5px;
}
.online-wrap.right .online-btn {
  right: 10px;
}
.online-wrap.right .online {
  right: 10px;
  background-color: rgba(6, 13, 76, 0.2);
  padding: 10px 5px;
}
@media (max-width: 767.98px) {
  .online-wrap.right .online {
    -webkit-transform: translateX(130%);
        -ms-transform: translateX(130%);
            transform: translateX(130%);
    -webkit-transform: translate3d(130%, 0, 0);
            transform: translate3d(130%, 0, 0);
  }
}
@media (min-width: 1200px) {
  .online-wrap.right .online a:not(.notChangeRadius):hover {
    border-radius: 0 4px 4px 0;
  }
  .online-wrap.right .online a:not(.notChangeRadius):hover .show-num {
    right: 100%;
  }
}
.online-wrap.right .code-pic {
  right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .online-wrap.right .code-pic {
    right: 65px;
  }
}
.online-wrap.right .show-num {
  right: -600px;
  border-radius: 4px 0 0 4px;
}
.online-wrap.left .code .mask {
  left: 100%;
  padding-left: 5px;
}
.online-wrap.left .online-btn {
  left: 10px;
}
.online-wrap.left .online {
  left: 10px;
}
@media (max-width: 767.98px) {
  .online-wrap.left .online {
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
}
.online-wrap.left .online a {
  border-radius: 4px;
}
@media (min-width: 1200px) {
  .online-wrap.left .online a:not(.gotop):hover {
    border-radius: 4px 0 0 4px;
  }
  .online-wrap.left .online a:not(.gotop):hover .show-num {
    left: 100%;
  }
}
.online-wrap.left .code-pic {
  left: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .online-wrap.left .code-pic {
    left: 55px;
  }
}
.online-wrap.left .show-num {
  left: -600px;
  border-radius: 0 4px 4px 0;
}
.online-wrap.active .online-btn:before {
  -webkit-transform: rotateZ(225deg);
      -ms-transform: rotate(225deg);
          transform: rotateZ(225deg);
}
@media (max-width: 767.98px) {
  .online-wrap.active .online {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.online-wrap .online-btn {
  position: fixed;
  z-index: 100;
  bottom: 60px;
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  border-radius: 4px;
  line-height: 40px;
  background-color: rgba(6, 13, 76, 0.2);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .online-wrap .online-btn {
    display: none;
  }
}
.online-wrap .online-btn:before {
  display: inline-block;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6d2';
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.online-wrap .code-pic {
  display: none;
  position: fixed;
  z-index: 101;
  bottom: 0;
  width: 120px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .online-wrap .code-pic {
    bottom: 300px;
  }
}
.online-wrap .code-pic .pic-box {
  padding: 5px;
  background-color: #fff;
}
.online-wrap .code-pic img {
  display: block;
  width: 100%;
}
.online-wrap .online {
  position: fixed;
  z-index: 100;
  bottom: 23%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .online-wrap .online {
    bottom: 110px;
  }
}
.online-wrap .online a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 5px 0;
  font-size: 22px;
  color: #fff;
}
@media (min-width: 1200px) {
  .online-wrap .online a {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .online-wrap .online a:hover {
    color: #060d4c;
    background-color: #bfff00;
  }
  .online-wrap .online a:hover .show-num {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .online-wrap .online a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}
.online-wrap .online a:active {
  color: #fff;
  background-color: #bfff00;
}
.online-wrap .online .iconfont {
  font-size: 1em;
}
.online-wrap .online .show-num {
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 0.6em;
  font-family: 'Mona Sans';
}
.online-wrap .online .show-num P {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  background-color: #bfff00;
  margin: 0;
  padding: 0 10px;
}
.online-wrap .online .code .mask {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 10;
  width: 130px;
  height: 130px;
}
.online-wrap .online .code .mask .mask-box {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 5px;
}
.online-wrap .online .code .mask img {
  width: 100%;
  display: block;
}
.online-wrap .online .code .mask p {
  font-size: 13px;
  color: #888;
  line-height: 16px;
  margin: 5px 0 8px 0;
}
.online-wrap .online .cart {
  border-radius: 4px !important;
  position: relative;
}
.online-wrap .online .cart:before {
  display: block;
  -webkit-transform: translateX(-2px) translateY(2px);
      -ms-transform: translateX(-2px) translateY(2px);
          transform: translateX(-2px) translateY(2px);
}
.online-wrap .online .cart var,
.online-wrap .online .cart i {
  font-style: normal;
}
.online-wrap .online .cart i {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
}
@media (max-width: 767.98px) {
  .online-wrap .online .cart i {
    font-size: 10px;
  }
}
.online-wrap .online .gotop {
  border-radius: 4px !important;
}
.xs-online {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  background-color: rgba(6, 13, 76, 0.8);
}
.xs-online ul {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: flex;
}
.xs-online ul li {
  -webkit-box-flex: 1;
          flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.xs-online ul li > a {
  display: block;
  padding: 6px 0;
  font-size: 0.7em;
}
.xs-online ul li > a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 1.4em;
}
.xs-online ul li > a span {
  display: block;
  height: 17px;
  line-height: 17px;
}
.xs-online ul li:first-child {
  border-left: none;
}
.xs-online ul li.tel > a:before {
  content: '\e61c';
}
.xs-online ul li.mail > a:before {
  content: '\e6a4';
}
.xs-online ul li.home > a:before {
  content: '\e6c8';
}
.xs-online ul li.whatsapp > a:before {
  content: '\e621';
}
.xs-online ul li.facebook > a:before {
  content: '\e6d9';
}
.xs-online ul li.product > a:before {
  content: '\e7e9';
}
.xs-online ul li.skype > a:before {
  content: '\e616';
}
.xs-online ul li.map > a:before {
  content: '\e63e';
}
.xs-online ul li.message > a:before {
  content: '\e65f';
}
.xs-online ul li.contact > a:before {
  content: '\e62c';
}
.xs-online ul li.wechat,
.xs-online ul li.weixin {
  position: relative;
}
.xs-online ul li.wechat label,
.xs-online ul li.weixin label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
}
.xs-online ul li.wechat .xs-wechat:checked ~ .pic-box,
.xs-online ul li.weixin .xs-wechat:checked ~ .pic-box {
  display: block;
}
.xs-online ul li.wechat > a:before,
.xs-online ul li.weixin > a:before {
  content: '\e604';
}
.xs-online ul li.wechat .pic-box,
.xs-online ul li.weixin .pic-box {
  display: none;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 100%;
  background-color: #fff;
  padding: 5px;
  left: 50%;
  width: 100px;
  max-width: 100px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.xs-online ul li.wechat .pic-box img,
.xs-online ul li.weixin .pic-box img {
  display: block;
  width: 100%;
}
.xs-online ul li.wechat .pic-box p,
.xs-online ul li.weixin .pic-box p {
  line-height: 30px;
  white-space: nowrap;
  color: #333;
  margin: 0;
}
.xs-online ul li.service > a:before {
  content: '\e7e9';
}
.xs-online ul li.gotop > a:before {
  content: '\e605';
}
.follow-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.follow-box .tit {
  width: 100%;
}
.follow-box.has-width a {
  width: 40px;
  height: 40px;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .follow-box.has-width a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
@media (max-width: 991.98px) {
  .follow-box.has-width a {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .follow-box.has-width a {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
.follow-box.has-border a {
  border: 1px solid #060d4c;
  color: #060d4c;
}
@media (min-width: 1200px) {
  .follow-box.has-border a:hover {
    color: #bfff00;
  }
}
.follow-box.has-border a:active {
  color: #bfff00;
}
.follow-box.has-radius a {
  border-radius: 50%;
}
.follow-box.has-bg a {
  background-color: #444444;
  color: #d9d9d9;
}
@media (min-width: 1200px) {
  .follow-box.has-bg a:hover {
    color: #bfff00;
  }
}
.follow-box.has-bg a:active {
  color: #bfff00;
}
@media (min-width: 1200px) {
  .follow-box.has-normal a:hover {
    color: #bfff00;
  }
}
.follow-box.has-line span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 0;
}
.follow-box.has-line span:before {
  content: '';
  height: 14px;
  width: 1px;
  background-color: #fff;
  margin: 0 20px;
}
.follow-box.has-line span:first-child:before {
  display: none;
}
.follow-box.alone-color a {
  color: #e6e6e6;
}
.follow-box.alone-color .instagram {
  color: #e80d72 !important;
}
.follow-box.alone-color .linkedin {
  color: #0187cf !important;
}
.follow-box.alone-color .facebook {
  color: #425f9b !important;
}
.follow-box.alone-color .youtube {
  color: #ff0000 !important;
}
.follow-box.alone-color .twitter {
  color: #000 !important;
}
.follow-box .tit {
  margin-bottom: 10px;
}
.follow-box span {
  margin-left: 12px;
}
.follow-box span:first-of-type {
  margin-left: 0;
}
.follow-box a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .follow-box a {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .follow-box a {
    font-size: 18px;
  }
}
.follow-box a svg {
  position: absolute;
  left: -1px;
  top: -1px;
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
}
.follow-box a .path {
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 0, 40;
  stroke-dashoffset: 0;
  x: 1;
  y: 1;
  width: 28px;
  height: 28px;
  rx: 2;
  ry: 2;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  fill: none;
}
@media (min-width: 1200px) {
  .follow-box a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .follow-box a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    text-decoration: none !important;
  }
}
.follow-box a:active {
  text-decoration: none !important;
}
.follow-box .follow-code {
  position: relative;
}
.follow-box .follow-code:hover .pic {
  display: block;
}
.follow-box .follow-code .pic {
  width: 110px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  display: none;
}
.privacy-policy-btn.has-icon a,
.sitemap-btn.has-icon a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.privacy-policy-btn.has-icon a:before,
.sitemap-btn.has-icon a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 1.3em;
  line-height: 1;
}
.privacy-policy-btn.has-line a span,
.sitemap-btn.has-line a span {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .privacy-policy-btn a:hover span,
  .sitemap-btn a:hover span {
    text-decoration: underline;
  }
}
.privacy-policy-btn a:active,
.sitemap-btn a:active {
  text-decoration: none !important;
}
.privacy-policy-btn a:active span,
.sitemap-btn a:active span {
  text-decoration: underline;
}
.sitemap-btn.has-icon a:before {
  content: '\e62f';
}
.privacy-policy-btn.has-icon a:before {
  content: '\e633';
}
@media (min-width: 1200px) {
  .footer p a:hover,
  .footer li a:hover,
  .footer-func a:hover,
  .copyright .info a:hover,
  .footer p a:hover span,
  .footer li a:hover span,
  .footer-func a:hover span,
  .copyright .info a:hover span {
    color: #bfff00;
  }
}
.footer p a:active,
.footer li a:active,
.footer-func a:active,
.copyright .info a:active,
.footer p a:active span,
.footer li a:active span,
.footer-func a:active span,
.copyright .info a:active span {
  color: #bfff00;
}
.footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #000;
  color: #d9d9d9;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .footer {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .footer {
    font-size: 14px;
  }
}
.footer .footer-row {
  position: relative;
  padding-top: 100px;
  margin: 0 -10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1469.98px) {
  .footer .footer-row {
    padding-top: 85px;
  }
}
@media (max-width: 1399.98px) {
  .footer .footer-row {
    flex-wrap: wrap;
    padding-top: 70px;
  }
}
@media (max-width: 1199.98px) {
  .footer .footer-row {
    padding-top: 55px;
  }
}
@media (max-width: 991.98px) {
  .footer .footer-row {
    padding-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-row {
    padding-top: 20px;
  }
}
.footer .foot-list {
  padding: 0 10px;
  margin-top: 35px;
}
@media (max-width: 991.98px) {
  .footer .foot-list {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .footer .foot-list {
    width: 100%;
  }
}
.footer .foot-list li a {
  display: inline-block;
  position: relative;
}
.footer .foot-list p {
  color: inherit;
  margin: 0;
}
@media (max-width: 767.98px) {
  .footer .foot-nav ul {
    margin: -10px -6px 0;
  }
}
.footer .foot-nav li {
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .footer .foot-nav li {
    display: -webkit-inline-box;
    display: inline-flex;
    margin-top: 10px;
    padding: 0 6px;
  }
  .footer .foot-nav li:before {
    margin-right: 5px;
  }
}
.footer .f-tit {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  font-family: 'Fahkwang';
  margin: 0 0 25px;
}
@media (max-width: 1199.98px) {
  .footer .f-tit {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .footer .f-tit {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .footer .f-tit {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .footer .f-tit {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .footer .f-tit {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .footer .f-logo {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .footer .foot-subscription {
    width: 500px;
  }
}
@media (min-width: 1200px) and (max-width: 1469.98px) {
  .footer .foot-subscription {
    width: 420px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .footer .foot-subscription {
    width: 340px;
  }
}
.footer .foot-subscription .f-tit {
  margin-bottom: 35px;
}
.footer .foot-subscription form {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  position: relative;
  border-radius: 50px;
  max-width: 100%;
  padding: 4px;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  background: #333333;
}
.footer .foot-subscription form input::-webkit-input-placeholder,
.footer .foot-subscription form textarea::-webkit-input-placeholder {
  color: #999;
}
.footer .foot-subscription form input:-o-placeholder,
.footer .foot-subscription form textarea:-o-placeholder {
  color: #999;
}
.footer .foot-subscription form input::-moz-placeholder,
.footer .foot-subscription form textarea::-moz-placeholder {
  color: #999;
}
.footer .foot-subscription form input:-ms-input-placeholder,
.footer .foot-subscription form textarea:-ms-input-placeholder {
  color: #999;
}
.footer .foot-subscription form input:focus::-webkit-input-placeholder,
.footer .foot-subscription form textarea:focus::-webkit-input-placeholder {
  color: #666;
}
.footer .foot-subscription form input:focus::-o-placeholder,
.footer .foot-subscription form textarea:focus::-o-placeholder {
  color: #666;
}
.footer .foot-subscription form input:focus::-moz-placeholder,
.footer .foot-subscription form textarea:focus::-moz-placeholder {
  color: #666;
}
.footer .foot-subscription form input:focus::-ms-input-placeholder,
.footer .foot-subscription form textarea:focus::-ms-input-placeholder {
  color: #666;
}
.footer .foot-subscription form input {
  background: none;
  -webkit-box-flex: 1;
          flex: 1 0 0%;
  display: block;
  width: 100%;
  color: #666;
  font-size: 15px;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .footer .foot-subscription form input {
    font-size: 14px;
  }
}
.footer .foot-subscription form .submit > span {
  background-color: #000000;
  min-width: 52px;
  height: 52px;
  padding: 0;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .footer .foot-subscription form .submit > span:hover {
    background-color: #bfff00;
  }
}
@media (max-width: 767.98px) {
  .footer .foot-subscription form .submit > span {
    min-width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .footer .foot-about {
    max-width: 480px;
  }
}
@media (min-width: 992px) and (min-width: 1470px) {
  .footer .foot-about {
    margin-right: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer .foot-about {
    width: 340px;
  }
}
.footer .foot-about > div:not(:first-child) {
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .footer .foot-about > div:not(:first-child) {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .footer .foot-contact {
    max-width: 360px;
  }
}
@media (max-width: 991.98px) {
  .footer .foot-contact {
    width: 100%;
  }
}
.footer .foot-contact .has-icon .item {
  display: -webkit-box;
  display: flex;
}
.footer .foot-contact .has-icon .item:before {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background-color: #333333;
  border-radius: 50%;
}
.footer .foot-contact .has-icon .item p {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
  padding-top: 2px;
}
.footer .foot-contact .tit {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .footer .foot-message {
    width: 650px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1469.98px) {
  .footer .foot-message {
    width: 490px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .footer .foot-message {
    width: 450px;
  }
}
@media (max-width: 1199.98px) {
  .footer .foot-message {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}
.footer .foot-message .f-tit {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .footer .foot-message .f-tit {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .footer .foot-message .f-tit {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .footer .foot-message .f-tit {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .footer .foot-message .f-tit {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .footer .foot-message .f-tit {
    margin-bottom: 20px;
  }
}
.footer .foot-message .row {
  margin-right: -4px;
  margin-left: -4px;
}
.footer .foot-message .row > li {
  padding: 0 4px;
}
.footer .foot-message li > label {
  background: rgba(255, 255, 255, 0.1);
  padding: 17px 15px;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .footer .foot-message li > label {
    padding: 12px 15px;
  }
}
.footer .foot-message input::-webkit-input-placeholder,
.footer .foot-message textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.64);
}
.footer .foot-message input:-o-placeholder,
.footer .foot-message textarea:-o-placeholder {
  color: rgba(255, 255, 255, 0.64);
}
.footer .foot-message input::-moz-placeholder,
.footer .foot-message textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.64);
}
.footer .foot-message input:-ms-input-placeholder,
.footer .foot-message textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.64);
}
.footer .foot-message input:focus::-webkit-input-placeholder,
.footer .foot-message textarea:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer .foot-message input:focus::-o-placeholder,
.footer .foot-message textarea:focus::-o-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer .foot-message input:focus::-moz-placeholder,
.footer .foot-message textarea:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer .foot-message input:focus::-ms-input-placeholder,
.footer .foot-message textarea:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer .foot-message input,
.footer .foot-message textarea {
  color: #fff;
}
.footer .foot-message textarea {
  height: 96px;
}
.footer .foot-message .submit > span {
  background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px) {
  .footer .foot-message .submit > span:hover {
    text-decoration: underline;
  }
}
.footer .follow-box a {
  border-color: #fff;
  color: #fff;
}
.footer .bg-txt {
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  font-size: 14.53125vw;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(24.79%, #d4ff5a), color-stop(80%, rgba(191, 255, 0, 0)));
  background: linear-gradient(180deg, #d4ff5a 24.79%, rgba(191, 255, 0, 0) 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767.98px) {
  .footer .bg-txt {
    margin-bottom: 50px;
  }
}
.footer-func > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.footer-func > div:after {
  content: '';
  width: 1px;
  height: 12px;
  margin: 0 12px;
  opacity: 0;
  background-color: #b3b3b3;
}
.footer-func > div:last-child:after {
  display: none;
}
.copyright {
  line-height: 1.875;
}


/**
* Date : 2025-09-09
* @author HSM
* @toDo 小标题删除
*/
.title .second-tit {
    display: none !important;
}