@charset "utf-8";
@font-face {
  font-family: 'Arimo';
  src: local('Arimo Regular'), local('Arimo-Regular'), url('../fonts/arimo/Arimo-Regular.woff2') format('woff2'), url('../fonts/arimo/Arimo-Regular.woff') format('woff'), url('../fonts/arimo/Arimo-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo';
  src: local('Arimo Medium'), local('Arimo-Medium'), url('../fonts/arimo/Arimo-Medium.woff2') format('woff2'), url('../fonts/arimo/Arimo-Medium.woff') format('woff'), url('../fonts/arimo/Arimo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo';
  src: local('Arimo SemiBold'), local('Arimo-SemiBold'), url('../fonts/arimo/Arimo-SemiBold.woff2') format('woff2'), url('../fonts/arimo/Arimo-SemiBold.woff') format('woff'), url('../fonts/arimo/Arimo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo';
  src: local('Arimo Bold'), local('Arimo-Bold'), url('../fonts/arimo/Arimo-Bold.woff2') format('woff2'), url('../fonts/arimo/Arimo-Bold.woff') format('woff'), url('../fonts/arimo/Arimo-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --bs-body-color: #333;
  --bs-body-font-size: 14px;
  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 {
  height: auto !important;
  font-family: 'Arimo', 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;
  }
}
.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;
}
.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: 16px;
}
@media (max-width: 991.98px) {
  .txt.txt-lg p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .txt.txt-lg p {
    font-size: 14px;
  }
}
.txt img {
  max-width: 100%;
  height: auto !important;
}
.txt p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.radius {
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .radius {
    border-radius: 8px;
  }
}
@media (max-width: 767.98px) {
  .radius {
    border-radius: 6px;
  }
}
.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(195, 147, 62, 0.7);
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background-color: #c3933e;
}
.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 #c3933e;
  -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% {
    opacity: 0.8;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(2.2);
            transform: translateX(-50%) translateY(-50%) scale(2.2);
  }
}
@keyframes scaleShadow {
  0% {
    opacity: 0.8;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(2.2);
            transform: translateX(-50%) translateY(-50%) scale(2.2);
  }
}
@-webkit-keyframes scaleShadowSm {
  0% {
    box-shadow: 0 0 0 0 #c3933e;
    opacity: 0.7;
  }
  100% {
    box-shadow: 0 0 0 15px #c3933e;
    opacity: 0;
  }
}
@keyframes scaleShadowSm {
  0% {
    box-shadow: 0 0 0 0 #c3933e;
    opacity: 0.7;
  }
  100% {
    box-shadow: 0 0 0 15px #c3933e;
    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;
  overflow: hidden;
  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,
.video-box .img-box[data-src]:not([data-src='']) .v-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}
.video-box > div[data-src]:not([data-src='']) .v-btn:before,
.video-box .img-box[data-src]:not([data-src='']) .v-btn:before {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 10;
}
.video-box > div[data-src]:not([data-src='']) .v-btn:active,
.video-box .img-box[data-src]:not([data-src='']) .v-btn:active {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.98);
      -ms-transform: translateX(-50%) translateY(-50%) scale(0.98);
          transform: translateX(-50%) translateY(-50%) scale(0.98);
}
.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: rgba(255, 255, 255, 0.35);
}
@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 > div[data-src]:not([data-src='']):hover .mask-btn .mask-diffusion,
  .video-box .img-box[data-src]:not([data-src='']):hover .mask-btn .mask-diffusion {
    -webkit-animation: scaleShadow 3000ms linear infinite;
            animation: scaleShadow 3000ms linear infinite;
  }
  .video-box > div[data-src]:not([data-src='']):hover .mask-btn .mask-diffusion:nth-child(2),
  .video-box .img-box[data-src]:not([data-src='']):hover .mask-btn .mask-diffusion:nth-child(2) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .video-box > div[data-src]:not([data-src='']):hover .mask-btn .mask-diffusion:nth-child(3),
  .video-box .img-box[data-src]:not([data-src='']):hover .mask-btn .mask-diffusion:nth-child(3) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
.video-box .v-btn {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-style: normal;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.video-box .v-btn,
.video-box .v-btn:before {
  border-radius: 50%;
}
.video-box .v-btn:before {
  line-height: 1;
  width: 76px;
  height: 76px;
  font-size: 24px;
  background-color: #b6b6b6;
  color: #c3933e;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  backdrop-filter: blur(10px);
}
@media (max-width: 1469.98px) {
  .video-box .v-btn:before {
    width: 65px;
    height: 65px;
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .video-box .v-btn:before {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .video-box .v-btn:before {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .video-box .v-btn:before {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.video-box .v-btn.mask-btn .mask-diffusion {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  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 > div:not(.img-box) {
  display: -webkit-box;
  display: flex;
  position: relative;
}
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  height: auto !important;
  width: 100% !important;
  max-width: 100%;
  border-spacing: 0;
  text-align: center;
  border-collapse: collapse;
  line-height: 1.625;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .table-box table {
    font-size: 14px;
  }
}
.table-box table.all {
  position: initial;
  height: auto;
}
@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 {
  width: auto !important;
  height: auto !important;
  word-break: normal !important;
}
.table-box table td,
.table-box table th {
  vertical-align: middle;
  padding: 15px !important;
  border: 1px solid #eaeaea !important;
  background: none !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%;
}
.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-lg {
    max-width: 1680px;
  }
}
.pagination {
  display: block;
  text-align: center;
  padding: 30px 0;
  background-color: #fafafa;
}
@media (max-width: 767.98px) {
  .pagination {
    padding: 15px 0;
  }
}
.pagination a,
.pagination span:not(.ellipsis) {
  min-width: 40px;
  height: 40px;
  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 8px;
  padding: 0 5px;
  background: none;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 16px;
  color: #666;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .pagination a,
  .pagination span:not(.ellipsis) {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .pagination a,
  .pagination span:not(.ellipsis) {
    font-size: 14px;
  }
}
@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: #c3933e;
    color: #fff;
    border-color: #c3933e;
  }
}
@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: #c3933e;
    color: #fff;
    border-color: #c3933e;
    font-weight: bold;
  }
}
@media (max-width: 767.98px) {
  .pagination a,
  .pagination span:not(.ellipsis) {
    min-width: 32px;
    height: 32px;
    font-size: 13px;
    margin: 0 3px;
  }
}
.pagination .ellipsis {
  margin: 0 15px;
}
@media (max-width: 767.98px) {
  .pagination .ellipsis {
    margin: 0 8px;
  }
}
.pagination span.current {
  background-color: #c3933e;
  color: #fff;
  border-color: #c3933e;
}
.pagination span.current.prev,
.pagination span.current.next {
  display: none;
}
.pagination .next,
.pagination .prev {
  font-weight: 500;
}
.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.4em;
}
@media (max-width: 767.98px) {
  .pagination .next,
  .pagination .prev {
    font-size: 0;
    padding: 0 5px;
  }
  .pagination .next:before,
  .pagination .prev:before,
  .pagination .next:after,
  .pagination .prev:after {
    font-size: 14px;
    margin: 0 !important;
  }
}
.pagination .prev:before {
  content: '\e9b5';
}
.pagination .next:after {
  content: '\e72f';
}
.google-translate {
  min-width: 110px;
}
.welcome {
  background-color: #c3933e;
  color: #fff;
  text-align: center;
  min-height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 5px;
}
@media (max-width: 575.98px) {
  .welcome {
    font-size: 12px !important;
    min-height: 30px;
  }
}
.header {
  position: relative;
  z-index: 999;
  width: 100%;
}
.header.always-fixed .header-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .header.always-fixed .header-box {
    position: absolute;
  }
}
.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);
}
@media (min-width: 1200px) {
  .header.fixed .header-box {
    background-color: #fff;
    box-shadow: 0 0 10px 1px 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: 0.4s, background-color 0s;
    transition: 0.4s, background-color 0s;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .header.fixed.always-fixed .find:hover {
    color: #c3933e;
  }
}
.header .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .header .container {
    position: relative;
  }
}
.header .header-box {
  position: relative;
}
@media (min-width: 1200px) {
  .header .header-box {
    -webkit-perspective: 500;
            perspective: 500;
  }
}
.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 {
    min-height: 75px;
  }
}
@media (max-width: 767.98px) {
  .header .header-r {
    min-height: 60px;
  }
}
.header .header-r > * {
  margin-left: 30px;
}
@media (max-width: 1399.98px) {
  .header .header-r > * {
    margin-left: 25px;
  }
}
@media (max-width: 767.98px) {
  .header .header-r > * {
    margin-left: 20px;
  }
}
@media (max-width: 575.98px) {
  .header .header-r > * {
    margin-left: 4vw;
  }
}
.header .header-r > *:first-child {
  margin-left: 0;
}
.header .logo img {
  max-width: 100%;
}
.header .logo .pic {
  position: relative;
  z-index: 2;
  padding: 6px 0;
}
@media (max-width: 991.98px) {
  .header .logo .pic {
    width: 90px;
  }
}
@media (max-width: 767.98px) {
  .header .logo .pic {
    width: 80px;
  }
}
.header .logo .tit {
  margin-left: 35px;
}
@media (max-width: 1399.98px) {
  .header .logo .tit {
    margin-left: 20px;
  }
}
@media (max-width: 575.98px) {
  .header .logo .tit {
    width: 30vw;
    margin-left: 10px;
  }
}
@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;
  }
}
.header .find {
  font-size: 16px;
  cursor: pointer;
}
.header .find:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e8b9';
  font-size: 1.2em;
  line-height: 1;
}
.header .find span {
  margin-left: 10px;
}
@media (max-width: 1199.98px) {
  .header .find span {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header .find:hover {
    color: #c3933e;
  }
}
.header .find:active {
  color: #c3933e;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.header .cart var {
  font-style: normal;
  padding: 0 2px;
}
.header .cart a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.header .cart a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64e';
  line-height: 1;
  font-size: 26px;
}
.header .cart a var {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .header .cart a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .cart a:hover {
    color: #c3933e;
  }
}
@media (max-width: 767.98px) {
  .header .cart a {
    position: relative;
  }
}
.header .cart a:active {
  -webkit-transition: 0s;
  transition: 0s;
  color: #c3933e;
}
.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 {
    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-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: capitalize;
}
@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 25px;
  }
  .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;
    padding: 0 10px;
    font-size: 16px;
  }
  .header .nav .nav-list1 > li > span > a > span {
    height: 90px;
    position: relative;
    z-index: 2;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .header .nav .nav-list1 > li > span > a > span:before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(10px);
        -ms-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c3933e;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .nav .nav-list1 > li:hover > span > a > span,
  .header .nav .nav-list1 > li.active > span > a > span {
    color: #c3933e;
  }
  .header .nav .nav-list1 > li:hover > span > a > span:before,
  .header .nav .nav-list1 > li.active > span > a > span:before {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  .header .nav .nav-list1 > li:hover > span > a > span:after,
  .header .nav .nav-list1 > li.active > span > a > span:after {
    width: 100%;
  }
  .header .nav .nav-list1 > li:hover > ul {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  .header .nav .nav-list1 > li.active > span > a {
    font-weight: 500;
  }
  .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 {
    color: #c3933e;
    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: 1709.98px) {
  .header .nav .nav-list1 > li {
    padding: 0 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1469.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: 14px;
  }
}
@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);
}
@media (min-width: 1200px) {
  .has-xl-pro {
    position: initial !important;
    -webkit-perspective: none !important;
            perspective: none !important;
  }
  .has-xl-pro:hover .xl-product-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.xl-product-nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  max-width: 100vw;
  top: 100%;
}
@media (min-width: 1200px) {
  .xl-product-nav {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
  }
}
@media (max-width: 1199.98px) {
  .xl-product-nav {
    display: none !important;
  }
}
.xl-product-nav .item {
  /* width: 50%; */
  width: 33.33333%;
}
@media (min-width: 1200px) {
  .xl-product-nav .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;
  }
  .xl-product-nav .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.xl-product-nav .img-box {
  padding-bottom: 43.22916667%;
}
.xl-product-nav .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, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.xl-product-nav .tit {
  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: 3;
  font-size: 48px;
  color: #fff;
  width: 90%;
  text-align: center;
}
@media (max-width: 1469.98px) {
  .xl-product-nav .tit {
    font-size: 40px;
  }
}
@media (max-width: 1399.98px) {
  .xl-product-nav .tit {
    font-size: 36px;
  }
}
.language-box {
  position: relative;
  -webkit-perspective: 500;
          perspective: 500;
  white-space: nowrap;
}
.language-box:hover .lang-select {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.language-box > a {
  display: none;
}
@media (min-width: 1200px) {
  .language-box a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .language-box a:hover {
    color: #c3933e;
  }
  .language-box a:hover span {
    color: inherit;
  }
}
.language-box a:active {
  color: #c3933e;
  -webkit-transition: 0s;
  transition: 0s;
}
.language-box a:active span {
  color: inherit;
}
.language-box img {
  width: 26px;
  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;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .language-box .active {
    font-size: 14px;
  }
}
.language-box .lang-select {
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  position: absolute;
  left: -10px;
  top: 100%;
  width: 100px;
  min-width: 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;
}
.language-box .lang-select li {
  padding: 3px 0;
}
.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: 270px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 15px;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .search-wrap {
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .search-wrap {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    margin-right: -600px;
  }
}
@media (min-width: 1200px) and (max-width: 1709.98px) {
  .search-wrap {
    margin-right: -500px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .search-wrap {
    margin-right: -350px;
  }
}
@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 #b8c2cc;
  border-radius: 48px;
  overflow: hidden;
  z-index: 2;
  height: 48px;
  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 20px;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .search-box input {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .search-box input {
    padding: 0 15px;
  }
}
.search-box .submit {
  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;
  color: #c3933e;
}
.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: #c3933e;
  }
}
.search-box .submit:active {
  -webkit-transition: 0s;
  transition: 0s;
  color: #c3933e;
}
.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: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #c3933e;
  margin: 5px 15px 0 0;
  opacity: 0.5;
}
.slick-dots li:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .slick-dots li:hover {
    opacity: 1;
  }
}
.slick-dots li.slick-active {
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .slick-dots li {
    margin: 5px 12px 0 0;
  }
}
@media (max-width: 767.98px) {
  .slick-dots li {
    margin: 3px 8px 0 0;
  }
}
.slick-dots li button {
  display: none;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #f6f6f6;
  color: #c3933e;
  z-index: 5;
  text-align: center;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 24px;
  padding: 0;
  border-radius: 0px;
}
.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: #fff;
    background: #c3933e !important;
    border-color: #c3933e !important;
  }
}
.slick-arrow:active {
  color: #fff;
  background: #c3933e !important;
  border-color: #c3933e !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);
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: '\e9b5';
}
.slick-next {
  right: 0;
}
.slick-next:before {
  content: '\e72f';
}
.inline-arrow .slick-next {
  margin-left: 10px;
}
.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;
  }
}
.fz44 {
  font-size: 44px;
}
@media (max-width: 1469.98px) {
  .fz44 {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .fz44 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .fz44 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .fz44 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .fz44 {
    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;
  }
}
.fz56 {
  font-size: 56px;
}
@media (max-width: 1469.98px) {
  .fz56 {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .fz56 {
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  .fz56 {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .fz56 {
    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;
  }
}
.fz65 {
  font-size: 65px;
}
@media (max-width: 1469.98px) {
  .fz65 {
    font-size: 58px;
  }
}
@media (max-width: 1199.98px) {
  .fz65 {
    font-size: 51px;
  }
}
@media (max-width: 991.98px) {
  .fz65 {
    font-size: 44px;
  }
}
@media (max-width: 767.98px) {
  .fz65 {
    font-size: 37px;
  }
}
@media (max-width: 575.98px) {
  .fz65 {
    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;
  }
}
@-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;
  padding-bottom: 2px;
}
@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;
}
@media (min-width: 1200px) {
  .banner .slick-arrow:hover {
    color: #fff !important;
  }
}
.banner .banner-button-next {
  right: 1%;
}
.banner .banner-button-prev {
  left: 1%;
}
.banner .swiper-pagination {
  position: absolute;
  z-index: 3;
  width: auto;
  bottom: 5%;
  left: 6.3%;
}
.banner .swiper-pagination-bullet {
  outline: none;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px !important;
  background-color: #d9d9d9;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0px;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
}
@media (min-width: 1200px) {
  .banner .swiper-pagination-bullet:hover {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .banner .swiper-pagination-bullet {
    margin: 0 4px !important;
  }
}
.banner .swiper-pagination-bullet-active {
  background-color: #c3933e;
  padding: 0;
  opacity: 1;
  border-color: #fff;
}
.banner .slick-arrow {
  outline: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
}
.banner .slick-arrow:after {
  display: none;
}
@media (min-width: 1200px) {
  .banner .slick-arrow:hover {
    background: none !important;
    color: #c3933e;
  }
}
@media (max-width: 1199.98px) {
  .banner .slick-arrow {
    display: none;
  }
}
.banner .item {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .banner .item {
    width: 106%;
    max-width: 106%;
    margin-left: -3%;
  }
}
.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: 44.79166667%;
  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: #c3933e !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: 40px;
}
@media (max-width: 1199.98px) {
  .title-box,
  .title {
    margin-bottom: 35px;
  }
}
@media (max-width: 991.98px) {
  .title-box,
  .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .title-box,
  .title {
    margin-bottom: 25px;
  }
}
.title-box .title {
  margin-bottom: 0;
}
.title.text-center .txt {
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.title.text-center .num span {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.title.has-color h2 {
  color: #c3933e;
}
.title.color-white {
  color: #fff;
}
.title.color-white .second-tit,
.title.color-white h1,
.title.color-white h2,
.title.color-white p {
  color: inherit;
}
.title.d-flex h2 {
  margin-bottom: 0;
}
.title .second-tit {
  font-size: 16px;
  color: #c3933e;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .title .second-tit {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .title .second-tit {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .title .second-tit {
    margin-bottom: 10px;
  }
}
.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 {
  position: relative;
  z-index: 2;
  line-height: 1;
  font-size: 48px;
  font-weight: bold;
  margin: 0;
}
@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 {
  margin-right: 30px;
}
.title h1 > span > span,
.title h2 > span > span {
  color: #333;
}
@media (max-width: 575.98px) {
  .title h1 > span,
  .title h2 > span {
    margin-right: 10px;
  }
}
.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;
  }
}
.title p {
  font-size: 17px;
}
@media (max-width: 1199.98px) {
  .title p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .title p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .title p {
    font-size: 14px;
  }
}
.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;
}
.link-box > a,
.link-box > span {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .link-box > a,
  .link-box > span {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .link-box > a,
  .link-box > span {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .link-box > a,
  .link-box > span {
    font-size: 15px;
  }
}
.link-box > a > span,
.link-box > span > span {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .link-box > a,
  .link-box > span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .link-box > a:hover,
  .link-box > span:hover {
    color: #c3933e;
  }
}
.link-box > a:active,
.link-box > span:active {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  color: #c3933e;
}
.link-box.submit {
  background: none;
  padding: 0;
  display: block;
}
@media (min-width: 1200px) {
  .link-box.has-normal > a,
  .link-box.has-normal > span {
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
  }
  .link-box.has-normal > a:hover,
  .link-box.has-normal > span:hover {
    color: #c3933e;
  }
  .link-box.has-normal > a:hover span,
  .link-box.has-normal > span:hover span {
    text-decoration: underline;
  }
}
.link-box.has-normal > a:active,
.link-box.has-normal > span:active {
  -webkit-transition: 0s;
  transition: 0s;
  color: #c3933e;
}
.link-box.has-normal > a:active span,
.link-box.has-normal > span:active span {
  text-decoration: underline;
}
.link-box.has-width > a,
.link-box.has-width > span {
  min-width: 265px;
  height: 56px;
  padding: 0 25px;
}
@media (max-width: 1399.98px) {
  .link-box.has-width > a,
  .link-box.has-width > span {
    padding: 0 20px;
    min-width: 200px;
    height: 50px;
  }
}
@media (max-width: 1199.98px) {
  .link-box.has-width > a,
  .link-box.has-width > span {
    min-width: 145px;
    height: 45px;
  }
}
@media (max-width: 767.98px) {
  .link-box.has-width > a,
  .link-box.has-width > span {
    min-width: 130px;
    height: 40px;
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .link-box.has-width > a,
  .link-box.has-width > span {
    min-width: 120px;
    height: 35px;
    font-size: 12px;
  }
}
.link-box.has-border > a,
.link-box.has-border > span {
  color: #c3933e;
  border: 1px solid #c3933e;
}
@media (min-width: 1200px) {
  .link-box.has-border > a,
  .link-box.has-border > span {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .link-box.has-border > a:hover,
  .link-box.has-border > span:hover {
    background-color: #c3933e;
    color: #fff;
  }
}
.link-box.has-border > a:active,
.link-box.has-border > span:active {
  -webkit-transition: 0s;
  transition: 0s;
  background-color: #c3933e;
  color: #fff;
}
.link-box.has-bg > a,
.link-box.has-bg > span {
  color: #fff;
  background-color: #333;
}
.link-box.has-bg > a:after,
.link-box.has-bg > span:after {
  color: inherit !important;
}
@media (min-width: 1200px) {
  .link-box.has-bg > a,
  .link-box.has-bg > span {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .link-box.has-bg > a:hover,
  .link-box.has-bg > span:hover {
    background-color: #c3933e;
  }
}
.link-box.has-bg > a:active,
.link-box.has-bg > span:active {
  -webkit-transition: 0s;
  transition: 0s;
  background-color: #c3933e;
}
.link-box.has-radius > a,
.link-box.has-radius > span {
  border-radius: 50px;
}
.link-box.has-icon > a:after,
.link-box.has-icon > span:after {
  line-height: 1;
  font-size: 1.3em;
}
.link-box.has-icon.more-box > a:after,
.link-box.has-icon.more-box > span:after {
  content: '\e708';
}
@media (min-width: 1200px) {
  .link-box.has-icon.more-box > a:hover:after,
  .link-box.has-icon.more-box > span:hover:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.link-box.has-icon.inquiry-btn > a:after,
.link-box.has-icon.inquiry-btn > span:after {
  content: '\e62f';
}
.link-box.has-icon.add-btn > a,
.link-box.has-icon.add-btn > span {
  position: relative;
}
.link-box.has-icon.add-btn > a:after,
.link-box.has-icon.add-btn > span:after {
  content: '\e603';
}
.link-box.has-icon.contact-btn > a:after,
.link-box.has-icon.contact-btn > span:after {
  content: '\e649';
}
.link-box.has-icon.about-btn > a:after,
.link-box.has-icon.about-btn > span:after {
  content: '\e66d';
}
.link-box.has-icon.test-btn > a:after,
.link-box.has-icon.test-btn > span:after {
  content: '\e813';
}
.link-box.has-icon.iso-btn > a:after,
.link-box.has-icon.iso-btn > span:after {
  content: '\e696';
}
.link-box.has-icon.write-btn > a:after,
.link-box.has-icon.write-btn > span:after {
  content: '\e64c';
}
.link-box.has-icon.submit {
  display: block;
  padding: 0;
  background: none;
}
.link-box.has-icon.submit > a:after,
.link-box.has-icon.submit > span:after {
  font-weight: normal;
  content: '\e647';
}
.link-box.has-icon.download-btn > a > b,
.link-box.has-icon.download-btn > span > b {
  text-decoration: underline;
}
.link-box.has-icon.download-btn > a:after,
.link-box.has-icon.download-btn > span:after {
  content: '\e665';
  color: #c3933e;
}
@media (min-width: 1200px) {
  .link-box.has-icon.download-btn > a:hover:after,
  .link-box.has-icon.download-btn > span:hover:after {
    -webkit-animation: jump 1s infinite;
            animation: jump 1s infinite;
  }
}
.link-box.has-icon > a:after,
.link-box.has-icon > span:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0 10px;
}
@media (min-width: 1200px) {
  .link-box.has-icon > a:after,
  .link-box.has-icon > span:after {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .link-box.has-icon > a:hover:after,
  .link-box.has-icon > span:hover:after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.link-box.reverse-icon > a,
.link-box.reverse-icon > span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.link-box.reverse-icon > a:after,
.link-box.reverse-icon > span:after {
  margin: 0 10px 0 0;
}
@media (min-width: 1200px) {
  .link-box.reverse-icon > a:hover:after,
  .link-box.reverse-icon > span:hover:after {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 767.98px) {
  .link-box.reverse-icon > a:after,
  .link-box.reverse-icon > span:after {
    margin-right: 8px;
  }
}
@media (min-width: 1200px) {
  .arrow-cont {
    padding: 0 80px;
  }
}
@media (min-width: 1610px) {
  .arrow-cont {
    max-width: 1580px;
    padding: 0 85px;
  }
}
@media (min-width: 1200px) {
  .number-wrap {
    background-color: #f7f7f7;
    width: 765px;
    position: relative;
    z-index: 2;
  }
  .number-wrap:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 35%;
    margin-left: -33px;
    background-color: #c3933e;
    -webkit-transform: skew(-32deg);
        -ms-transform: skew(-32deg);
            transform: skew(-32deg);
  }
}
@media (min-width: 1200px) and (max-width: 1469.98px) {
  .number-wrap {
    width: 614px;
  }
}
.num-box {
  margin: 0 -8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  font-weight: bold;
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .num-box {
    width: 615px;
    max-width: 90%;
  }
}
.num-box li {
  padding: 0 8px;
}
@media (max-width: 767.98px) {
  .num-box li {
    width: 50%;
  }
}
.num-box .item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 17px 0;
}
.num-box .number {
  white-space: nowrap;
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 24px;
  color: #c3933e;
}
.num-box .number > span {
  line-height: 1;
}
.num-box .number > span:last-child {
  margin: 0 10px 0 5px;
}
.num-box sub,
.num-box sup {
  line-height: 1;
}
.num-box sub {
  bottom: 0;
}
.num-box sup {
  font-size: 0.75em;
  top: 0;
  margin-left: 8px;
  color: #c3933e;
}
@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 {
  margin: 0;
  font-size: 16px;
  max-width: 190px;
}
@media (max-width: 991.98px) {
  .num-box p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .num-box p {
    font-size: 14px;
  }
}
.wrapper {
  background-color: #f5f5f7;
}
.index-box {
  padding: 100px 0;
}
@media (max-width: 1469.98px) {
  .index-box {
    padding: 85px 0;
  }
}
@media (max-width: 1199.98px) {
  .index-box {
    padding: 70px 0;
  }
}
@media (max-width: 991.98px) {
  .index-box {
    padding: 55px 0;
  }
}
@media (max-width: 767.98px) {
  .index-box {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .index-product {
    padding: 75px 0;
  }
}
.index-product .title {
  margin-bottom: 0;
}
.index-product .title .txt {
  width: 1514px;
}
.change-info {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.change-info .img-box {
  padding-bottom: 41.66666667%;
}
@media (min-width: 992px) {
  .change-info .btm-info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 70px 0;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .change-info .btm-info {
    padding: 50px 0;
  }
}
@media (max-width: 991.98px) {
  .change-info .btm-info {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .change-info .intro-list {
    width: 42.42424242%;
  }
}
.change-info .list {
  display: none;
}
@media (min-width: 992px) {
  .change-info .list {
    color: #fff;
  }
}
.change-info .list.active {
  display: block;
}
.change-info .list .star-box {
  margin: 0;
  color: #FFB800;
}
.change-info .list .tit {
  margin: 30px 0 5px;
}
@media (max-width: 1199.98px) {
  .change-info .list .tit {
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .change-info .list .tit {
    margin: 10px 0 5px;
  }
}
.change-info .list p {
  color: inherit;
  font-size: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
}
@media (max-width: 1199.98px) {
  .change-info .list p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .change-info .list p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .change-info .list p {
    font-size: 14px;
  }
}
.change-info .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.change-info .func-btn {
  margin-top: 60px;
}
@media (max-width: 1199.98px) {
  .change-info .func-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .change-info .func-btn {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .change-info .func-btn a {
    min-width: 210px;
    height: 50px;
    font-size: 14px;
  }
}
.change-info .slider-pro-nav {
  width: 49.6969697%;
}
@media (max-width: 991.98px) {
  .change-info .slider-pro-nav {
    display: none !important;
  }
}
.change-info .slider-pro-nav .item {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.change-info .slider-pro-nav .item,
.change-info .slider-pro-nav .item .img-box {
  border-radius: 20px;
}
@media (min-width: 1470px) {
  .index-show {
    padding: 150px 0;
  }
}
@media (min-width: 1400px) {
  .index-show .title {
    margin-bottom: 50px;
  }
}
.index-show .title .txt {
  width: 1140px;
}
.index-show .title p {
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  .index-show .title p {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .index-show .title p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .index-show .title p {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .index-show .title p {
    font-size: 16px;
  }
}
.index-show .item-box {
  padding: 10px 0;
}
.index-show .item {
  display: block;
  padding: 40px 25px 25px;
  background-color: #fff;
  border-bottom: 3px solid #c3933e;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .index-show .item {
    border-radius: 8px;
  }
}
@media (max-width: 767.98px) {
  .index-show .item {
    border-radius: 6px;
  }
}
@media (min-width: 1200px) {
  .index-show .item {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .index-show .item:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    box-shadow: 0 5px 5px 1px rgba(195, 147, 62, 0.2);
  }
}
@media (max-width: 767.98px) {
  .index-show .item {
    padding: 25px 15px 15px;
  }
}
.index-show .img-box {
  padding-bottom: 81.28078818%;
}
.index-show .pic {
  width: 203px;
  display: block;
  margin: 0 auto 40px;
  max-width: 60%;
}
@media (max-width: 767.98px) {
  .index-show .pic {
    margin-bottom: 20px;
  }
}
.index-about h3 {
  margin: 0;
  padding: 20px 0 30px;
}
@media (max-width: 1199.98px) {
  .index-about h3 {
    padding: 0 0 25px;
  }
}
@media (max-width: 767.98px) {
  .index-about h3 {
    padding-bottom: 15px;
  }
}
.index-about p {
  color: #222;
}
.index-choose,
.index-btm-pic {
  background-color: #fff;
}
.index-choose .choose-box,
.index-btm-pic img {
  border-radius: 20px;
}
@media (max-width: 1199.98px) {
  .index-choose .choose-box,
  .index-btm-pic img {
    border-radius: 15px;
  }
}
@media (max-width: 991.98px) {
  .index-choose .choose-box,
  .index-btm-pic img {
    border-radius: 10px;
  }
}
@media (max-width: 767.98px) {
  .index-choose .choose-box,
  .index-btm-pic img {
    border-radius: 5px;
  }
}
.index-choose .choose-box {
  background-color: #f7f7f7;
  padding: 5.45454545%;
}
.index-choose .title {
  padding-bottom: 5px;
}
.index-btm-pic {
  padding-top: 0;
  text-align: center;
}
.public-banner {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.public-banner > img {
  position: relative;
  display: block;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1469.98px) {
  .public-banner > img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .public-banner > img {
    width: 120%;
  }
}
.breadcrumb-box {
  background-color: #f6f6f6;
  padding: 15px 0;
}
.breadcrumb {
  margin: 0;
  text-transform: capitalize;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 575.98px) {
  .breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}
.breadcrumb li:first-child:before {
  font-weight: normal;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  margin-right: 15px;
  color: #c3933e;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3em;
  content: '\e6c8';
  line-height: 1;
}
@media (max-width: 767.98px) {
  .breadcrumb li:first-child:before {
    margin-right: 10px;
  }
}
.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;
    color: #c3933e;
  }
}
@media (max-width: 1199.98px) {
  .breadcrumb li a:active {
    text-decoration: underline;
    color: #c3933e;
  }
}
.breadcrumb > li + li:before {
  padding: 0 10px;
  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 #999;
    border-bottom: 1px solid #999;
    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: #c3933e;
}
.xs-product-nav a:active {
  color: #c3933e;
}
.fixed-slide {
  z-index: 15;
}
.scroll-nav {
  -webkit-user-select: none;
          user-select: none;
  position: relative;
  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 {
  margin-top: 80px;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1469.98px) {
  .inside-nav {
    margin-top: 70px;
  }
}
@media (max-width: 1199.98px) {
  .inside-nav {
    margin-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .inside-nav {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .inside-nav {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .inside-nav {
    margin-top: 25px;
  }
}
.inside-nav ul {
  text-align: center;
  margin: 0 -35px;
}
.inside-nav ul > li {
  padding: 0 35px;
}
@media (max-width: 1199.98px) {
  .inside-nav ul {
    margin: 0 -25px;
  }
  .inside-nav ul > li {
    padding: 0 25px;
  }
}
@media (max-width: 991.98px) {
  .inside-nav ul {
    margin: 0 -15px;
  }
  .inside-nav ul > li {
    padding: 0 15px;
  }
}
.inside-nav li {
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .inside-nav li {
    max-width: 180px;
    display: inline-block;
    white-space: wrap;
  }
}
@media (max-width: 767.98px) {
  .inside-nav li {
    max-width: 150px;
  }
}
.inside-nav .pic {
  margin-top: 4px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 130px;
}
@media (max-width: 991.98px) {
  .inside-nav .pic {
    width: 80px;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .inside-nav .pic {
    width: 60px;
    margin-bottom: 10px;
  }
}
.inside-nav .img-box {
  border-radius: 50%;
}
.inside-nav a {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 1200px) {
  .inside-nav a 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;
  }
  .inside-nav a:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .inside-nav a:hover {
    color: #c3933e;
  }
}
@media (max-width: 1199.98px) {
  .inside-nav a {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .inside-nav a {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .inside-nav a {
    font-size: 12px;
  }
}
.inside-nav .active .pic {
  position: relative;
}
.inside-nav .active .pic:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: -webkit-calc(100% + 8px);
  width: calc(100% + 8px);
  height: -webkit-calc(100% + 8px);
  height: calc(100% + 8px);
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.inside-nav .active > a {
  color: #c3933e;
}
.floor-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  left: 0;
  z-index: 10;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@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 {
    top: 0;
  }
}
.floor-nav li {
  position: relative;
  z-index: 2;
  margin-left: 95px;
}
.floor-nav li:first-child {
  margin-left: 0;
}
@media (max-width: 1469.98px) {
  .floor-nav li {
    margin-left: 70px;
  }
}
@media (max-width: 1199.98px) {
  .floor-nav li {
    margin-left: 50px;
  }
}
@media (max-width: 991.98px) {
  .floor-nav li {
    margin-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .floor-nav li {
    margin-left: 20px;
  }
}
.floor-nav a {
  padding: 22px 0;
  display: block;
  font-weight: bold;
  position: relative;
}
.floor-nav a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #c3933e;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1200px) {
  .floor-nav a:hover:after {
    width: 100%;
  }
}
.floor-nav .active > a {
  color: #c3933e;
}
.floor-nav .active > a:after {
  width: 100%;
}
.menu-wrap .menu {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 280px;
  max-width: 100%;
}
.menu-wrap .menu a {
  display: block;
}
.menu-wrap .menu1 {
  font-size: 16px;
}
@media (max-width: 1399.98px) {
  .menu-wrap .menu1 {
    font-size: 15px;
  }
}
.menu-wrap .menu1 li .menu-more:before,
.menu-wrap .menu1 > li > a: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: '\e641';
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.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 0 0 15px;
  color: inherit;
}
.menu-wrap .menu1 li.active > .more-wrap > .menu-more:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #c3933e;
}
.menu-wrap .menu1 > li {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.menu-wrap .menu1 > li:not(:first-child) {
  margin-top: 10px;
}
.menu-wrap .menu1 > li.active > a,
.menu-wrap .menu1 > li.active > .more-wrap {
  color: #fff;
  background-color: #c3933e;
  border-color: #c3933e;
}
.menu-wrap .menu1 > li.active > a:after,
.menu-wrap .menu1 > li.active > .more-wrap:after,
.menu-wrap .menu1 > li.active > a .menu-more:before,
.menu-wrap .menu1 > li.active > .more-wrap .menu-more:before {
  color: inherit;
}
.menu-wrap .menu1 > li.active > .more-wrap .menu-more:before {
  content: '\e640';
}
.menu-wrap .menu1 > li > .more-wrap,
.menu-wrap .menu1 > li > a {
  font-size: 1.25em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-left: 7.14285714%;
  padding-right: 7.14285714%;
  background-color: #efefef;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .menu-wrap .menu1 > li > .more-wrap:hover,
  .menu-wrap .menu1 > li > a:hover {
    color: #fff;
    background-color: #c3933e;
    border-color: #c3933e;
  }
  .menu-wrap .menu1 > li > .more-wrap:hover:after,
  .menu-wrap .menu1 > li > a:hover:after,
  .menu-wrap .menu1 > li > .more-wrap:hover .menu-more:before,
  .menu-wrap .menu1 > li > a:hover .menu-more:before {
    color: inherit;
  }
}
@media (min-width: 1200px) {
  .menu-wrap .menu1 > li > .more-wrap:hover .menu-more:before {
    color: inherit;
  }
}
.menu-wrap .menu1 > li > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -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,
.menu-wrap .menu1 > li > .more-wrap > a {
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.menu-wrap .menu1 ul {
  display: none;
}
.menu-wrap .menu2 {
  padding: 6.06060606% 6.06060606% 12.12121212%;
  background-color: #f6f6f6;
  margin-top: 4px;
}
.menu-wrap .menu2 > li {
  position: relative;
}
.menu-wrap .menu2 > li:not(:first-child) {
  margin-top: 25px;
}
.menu-wrap .menu2 > li.active > a,
.menu-wrap .menu2 > li.active > .more-wrap {
  color: #c3933e;
}
.menu-wrap .menu2 > li.active > a:before,
.menu-wrap .menu2 > li.active > .more-wrap:before {
  background-color: #c3933e;
}
.menu-wrap .menu2 > li.active > a > span,
.menu-wrap .menu2 > li.active > .more-wrap > span {
  text-decoration: underline;
}
.menu-wrap .menu2 > li > a,
.menu-wrap .menu2 > li > .more-wrap > a {
  display: -webkit-box;
  display: flex;
  position: relative;
  color: #666;
}
.menu-wrap .menu2 > li > a:before,
.menu-wrap .menu2 > li > .more-wrap > a:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #666;
  margin-top: 10px;
  margin-right: 8px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .menu-wrap .menu2 > li > a:hover > span,
  .menu-wrap .menu2 > li > .more-wrap > a:hover > span {
    text-decoration: underline;
  }
}
.menu-wrap .menu2 > li > a {
  position: relative;
}
@media (min-width: 1200px) {
  .menu-wrap .menu2 > li > a:hover {
    color: #c3933e;
  }
}
.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: #c3933e;
}
@media (min-width: 1200px) {
  .menu-wrap .menu3 > li > a:hover {
    color: #c3933e;
    text-decoration: underline;
  }
}
.search-product label {
  margin-bottom: 25px;
  font-size: 16px;
  display: block;
  background: #fff;
  padding: 0 16px;
  border-radius: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.search-product label:before {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e654';
  color: #c3933e;
  margin-right: 12px;
  font-size: 1.2em;
}
.search-product input::-webkit-input-placeholder,
.search-product textarea::-webkit-input-placeholder {
  color: #666;
}
.search-product input:-o-placeholder,
.search-product textarea:-o-placeholder {
  color: #666;
}
.search-product input::-moz-placeholder,
.search-product textarea::-moz-placeholder {
  color: #666;
}
.search-product input:-ms-input-placeholder,
.search-product textarea:-ms-input-placeholder {
  color: #666;
}
.search-product input:focus::-webkit-input-placeholder,
.search-product textarea:focus::-webkit-input-placeholder {
  color: #999;
}
.search-product input:focus::-o-placeholder,
.search-product textarea:focus::-o-placeholder {
  color: #999;
}
.search-product input:focus::-moz-placeholder,
.search-product textarea:focus::-moz-placeholder {
  color: #999;
}
.search-product input:focus::-ms-input-placeholder,
.search-product textarea:focus::-ms-input-placeholder {
  color: #999;
}
.search-product input {
  height: 52px;
  -webkit-box-flex: 1;
          flex: 1 0 0%;
  font-size: 1em;
}
.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .slick-list {
    margin: 0 -8px;
  }
  .slick-slide {
    padding: 0 8px;
  }
}
.inside-page .content {
  padding: 120px 0;
}
@media (max-width: 1469.98px) {
  .inside-page .content {
    padding: 100px 0;
  }
}
@media (max-width: 1199.98px) {
  .inside-page .content {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .inside-page .content {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .inside-page .content {
    padding: 40px 0;
  }
}
.alone-video-btn {
  width: 114px;
  position: relative;
  font-size: 26px;
  color: #fff;
}
.alone-video-btn:before {
  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: 2;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e77b';
}
@media (min-width: 1200px) {
  .alone-video-btn:hover img {
    -webkit-animation: turn 5s linear infinite;
            animation: turn 5s linear infinite;
  }
}
@media (max-width: 991.98px) {
  .alone-video-btn {
    width: 90px;
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .alone-video-btn {
    width: 70px;
    font-size: 20px;
  }
}
.about-intro-box {
  background-color: rgba(195, 147, 62, 0.05);
}
@media (min-width: 1200px) {
  .about-intro-box {
    padding: 0 !important;
  }
}
.about-intro-box .pic {
  position: relative;
}
@media (min-width: 1200px) {
  .about-intro-box .pic {
    width: 48.93617021%;
  }
  .about-intro-box .pic-box {
    width: 136.95652174%;
    float: right;
    max-width: 49.21875vw;
  }
}
@media (max-width: 1199.98px) {
  .about-intro-box .pic {
    margin-bottom: 45px;
  }
}
@media (max-width: 767.98px) {
  .about-intro-box .pic {
    margin-bottom: 25px;
  }
}
.about-intro-box .alone-video-btn {
  position: absolute;
  right: 7.40740741%;
  bottom: 6.25%;
  z-index: 2;
}
.about-intro-box .img-box {
  padding-bottom: 84.65608466%;
}
@media (min-width: 1200px) {
  .about-intro-box .intro {
    width: 42.55319149%;
    padding: 35px 0;
  }
}
@media (min-width: 1200px) {
  .workshop-box .title {
    margin-bottom: 60px;
  }
}
.workshop-box .title .txt {
  width: 1180px;
}
.workshop-list .img-box {
  border-radius: 10px;
  padding-bottom: 109.09090909%;
}
@media (max-width: 991.98px) {
  .workshop-list .img-box {
    border-radius: 8px;
  }
}
@media (max-width: 767.98px) {
  .workshop-list .img-box {
    border-radius: 6px;
  }
}
@media (min-width: 1200px) {
  .workshop-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;
  }
  .workshop-list .img-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.honor-box {
  background-color: #f8f8f8;
}
.honor-box .img-box {
  padding-bottom: 138.0952381%;
}
@media (min-width: 1200px) {
  .honor-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;
  }
  .honor-box .img-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .choose-box .title {
    margin-bottom: 45px;
  }
}
.choose-box .title .txt {
  width: 1180px;
}
.choose-list {
  text-align: center;
}
@media (min-width: 1200px) {
  .choose-list .item:hover .icon-pic {
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
  }
}
.choose-list .icon-pic {
  display: inline-block;
  width: 40px;
}
@media (max-width: 575.98px) {
  .choose-list .icon-pic {
    width: 34px;
  }
}
.choose-list p {
  font-size: 17px;
}
@media (max-width: 1199.98px) {
  .choose-list p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .choose-list p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .choose-list p {
    font-size: 14px;
  }
}
.choose-list .tit {
  margin: 25px 0 10px;
}
@media (max-width: 575.98px) {
  .choose-list .tit {
    margin: 15px 0 5px;
  }
}
.about-wrap .about-intro-box .title {
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .about-wrap .about-intro-box .title {
    margin-bottom: 15px;
  }
}
.about-wrap .about-intro-box p {
  font-size: 17px;
}
@media (max-width: 1199.98px) {
  .about-wrap .about-intro-box p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .about-wrap .about-intro-box p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .about-wrap .about-intro-box p {
    font-size: 14px;
  }
}
.date {
  font-size: 16px;
  color: #c3933e;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .date {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .date {
    font-size: 14px;
  }
}
.date:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb40';
  margin-right: 12px;
  line-height: 1;
  font-size: 1.2em;
}
.img-news {
  padding-bottom: 73.33333333%;
}
@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: 1200px) {
  .news-list .item:hover .tit {
    color: #c3933e;
  }
}
.news-list .info {
  max-width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .news-list .info {
    padding: 6.66666667%;
    width: 77.77777778%;
    margin-top: -125px;
  }
}
.news-list .tit {
  line-height: 1.25;
}
@media (max-width: 1199.98px) {
  .news-list .tit {
    margin-top: 20px;
  }
}
.news-list .txt {
  margin: 7.14285714% 0 15.71428571%;
}
@media (max-width: 1199.98px) {
  .news-list .txt {
    margin: 15px 0 20px;
  }
}
.news-list .txt p {
  -webkit-line-clamp: 5;
}
.news-top-banner {
  padding: 60px 80px;
  width: 1566px;
  margin: 70px auto 0;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .news-top-banner {
    margin-top: 5%;
  }
}
@media (max-width: 767.98px) {
  .news-top-banner {
    padding: 35px 30px;
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .news-top-banner {
    padding: 25px 15px;
  }
}
.news-top-banner .info {
  background-color: rgba(255, 255, 255, 0.9);
  width: 570px;
  padding: 70px 50px;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .news-top-banner .info:hover .tit {
    color: #c3933e;
  }
}
@media (max-width: 767.98px) {
  .news-top-banner .info {
    padding: 35px 20px;
  }
}
.news-top-banner .tit {
  line-height: 1.25;
  margin: 40px 0 25px;
}
@media (max-width: 767.98px) {
  .news-top-banner .tit {
    margin: 20px 0 15px;
  }
}
.news-top-banner p {
  font-size: 17px;
  line-height: 1.75;
}
@media (max-width: 1199.98px) {
  .news-top-banner p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .news-top-banner p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .news-top-banner p {
    font-size: 14px;
  }
}
.news-top-banner .more-box {
  margin-top: 80px;
}
.news-top-banner .more-box a {
  width: 36px;
  height: 36px;
}
@media (max-width: 767.98px) {
  .news-top-banner .more-box {
    margin-top: 25px;
  }
  .news-top-banner .more-box a {
    width: 28px;
    height: 28px;
  }
}
.news-wrap .content {
  padding: 100px 0 60px;
}
@media (max-width: 1469.98px) {
  .news-wrap .content {
    padding: 85px 0 55px;
  }
}
@media (max-width: 1199.98px) {
  .news-wrap .content {
    padding: 70px 0 50px;
  }
}
@media (max-width: 991.98px) {
  .news-wrap .content {
    padding: 60px 0 45px;
  }
}
@media (max-width: 767.98px) {
  .news-wrap .content {
    padding: 50px 0 40px;
  }
}
.news-wrap .info .tit,
.news-wrap .info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: auto;
}
.news-wrap .txt p {
  -webkit-line-clamp: 5;
}
.news-wrap .more-box a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 26px;
}
.news-wrap .more-box a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e72f';
}
@media (min-width: 1200px) {
  .news-wrap .more-box a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .news-wrap .more-box a:hover {
    background-color: #c3933e;
  }
}
.news-wrap .more-box a:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: 0s;
  transition: 0s;
}
@media (max-width: 767.98px) {
  .news-wrap .more-box a {
    width: 24px;
    height: 24px;
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .news-details-wrap .container {
    width: 1170px;
  }
}
.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 .date {
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .news-details-wrap .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: #c3933e;
    text-decoration: underline;
  }
}
@media (max-width: 1199.98px) {
  .news-details-wrap .news-page a:active {
    color: #c3933e;
    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;
  }
}
.news-details-wrap .inquire-wrap {
  margin-top: 100px;
}
@media (max-width: 1199.98px) {
  .news-details-wrap .inquire-wrap {
    margin-top: 6.25%;
  }
}
.pro-top-banner {
  overflow: hidden;
}
.pro-top-banner .info {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 3.54609929%;
  width: 600px;
  max-width: 70%;
  margin: 7.09219858% 0;
}
@media (max-width: 991.98px) {
  .pro-top-banner .info {
    border-radius: 8px;
  }
}
@media (max-width: 767.98px) {
  .pro-top-banner .info {
    border-radius: 6px;
  }
}
@media (max-width: 575.98px) {
  .pro-top-banner .info {
    padding: 20px;
  }
}
.pro-top-banner h2 {
  font-size: 30px;
  text-transform: capitalize;
  margin: 0 0 20px;
}
@media (max-width: 1199.98px) {
  .pro-top-banner h2 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .pro-top-banner h2 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .pro-top-banner h2 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .pro-top-banner h2 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .pro-top-banner h2 {
    margin-bottom: 10px;
  }
}
.pro-top-banner p {
  font-size: 17px;
}
@media (max-width: 1199.98px) {
  .pro-top-banner p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .pro-top-banner p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .pro-top-banner p {
    font-size: 14px;
  }
}
.pro-top-banner .pic {
  margin-top: 8%;
}
.pro-top-banner .img-box {
  padding-bottom: 55.4%;
}
.pro-top-desc {
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .pro-top-desc {
    padding-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .pro-top-desc {
    padding-bottom: 20px;
  }
}
.pro-top-desc .tit {
  margin-bottom: 10px;
}
.img-pro {
  padding-bottom: 121.05263158%;
}
.star-box {
  color: #ffd362;
  margin: 30px 0 15px;
}
@media (max-width: 1199.98px) {
  .star-box {
    margin: 20px 0 10px;
  }
}
@media (max-width: 767.98px) {
  .star-box {
    margin: 15px 0 5px;
  }
  .star-box .iconfont {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .product-list > .row {
    margin-top: -55px;
  }
  .product-list > .row > li {
    margin-top: 55px;
  }
}
@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:hover .tit {
    color: #c3933e;
  }
}
.product-list .tit {
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .product-list .tit {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .product-list .tit {
    font-size: 14px;
  }
}
.product-list .txt {
  margin: 10px 0 20px;
}
@media (max-width: 1199.98px) {
  .product-list .txt {
    margin: 5px 0 10px;
  }
}
.product-list p {
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
}
.product-list .func {
  color: #c3933e;
}
.product-list .inquire {
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .product-list .inquire a:hover {
    text-decoration: underline;
  }
}
.product-list .add-btn {
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.product-list .add-btn:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e654';
}
.product-list .add-btn:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
@media (max-width: 767.98px) {
  .product-list .add-btn {
    font-size: 22px;
  }
}
.youtube-content .title {
  padding-bottom: 1.77304965%;
}
@media (min-width: 576px) {
  .youtube-list {
    margin-left: -11px;
    margin-right: -11px;
  }
  .youtube-list > li {
    padding: 0 11px;
  }
}
.youtube-list .img-box {
  padding-bottom: 174.07407407%;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .youtube-list .img-box {
    border-radius: 8px;
  }
}
@media (max-width: 767.98px) {
  .youtube-list .img-box {
    border-radius: 6px;
  }
}
@media (min-width: 1200px) {
  .product-wrap .content,
  .search-none-wrap .content,
  .inquiry-wrap .content {
    padding: 100px 0;
  }
}
.product-wrap .top-content .title {
  padding-bottom: 1.41843972%;
}
.product-wrap .top-content .title .txt {
  width: 1180px;
}
.details-tit {
  margin: 75px 0 25px;
}
@media (max-width: 1469.98px) {
  .details-tit {
    margin: 70px 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .details-tit {
    margin: 60px 0 25px;
  }
}
@media (max-width: 991.98px) {
  .details-tit {
    margin: 50px 0 20px;
  }
}
@media (max-width: 767.98px) {
  .details-tit {
    margin: 40px 0 15px;
  }
}
.details-tit > span {
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  .details-tit > span {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .details-tit > span {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .details-tit > span {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .details-tit > span {
    font-size: 22px;
  }
}
.details-list {
  padding: 95px 0;
}
@media (max-width: 1469.98px) {
  .details-list {
    padding: 80px 0;
  }
}
@media (max-width: 1199.98px) {
  .details-list {
    padding: 65px 0;
  }
}
@media (max-width: 991.98px) {
  .details-list {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .details-list {
    padding: 35px 0;
  }
}
.details-list .details-tit {
  margin-top: 0;
}
.slick-related .slick-arrow {
  margin-top: -22px;
}
.product-details-wrap .content {
  padding: 0;
}
.product-details-wrap .carousel-wrap {
  position: relative;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .product-details-wrap .carousel-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 48%;
    height: 100%;
    z-index: -1;
    background-color: #f8f8f8;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .product-details-wrap .carousel-wrap:after {
    width: 50%;
  }
}
.product-details-wrap .carousel-wrap .carousel-box {
  position: relative;
  font-size: 0;
}
@media (min-width: 992px) {
  .product-details-wrap .carousel-wrap .carousel-box {
    width: 570px;
    max-width: 46%;
  }
}
@media (max-width: 991px) {
  .product-details-wrap .carousel-wrap .carousel-box {
    margin: 0 auto 40px;
    max-width: 100%;
    width: 400px;
  }
}
@media (max-width: 767.98px) {
  .product-details-wrap .carousel-wrap .carousel-box {
    margin-bottom: 25px;
  }
}
.product-details-wrap .carousel-wrap .carousel-box .item {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.product-details-wrap .carousel-wrap .carousel {
  position: relative;
}
.product-details-wrap .carousel-wrap .slider-for .slick-arrow {
  background: #fff;
  border: none;
}
.product-details-wrap .carousel-wrap .slider-for .slick-prev {
  left: -22px;
}
.product-details-wrap .carousel-wrap .slider-for .slick-next {
  right: -22px;
}
.product-details-wrap .carousel-wrap .slider-nav {
  margin-top: 12px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-list {
  margin: 0 -5px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-slide {
  padding: 0 6px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-current .item {
  border-color: #c3933e;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-arrow {
  width: auto;
  height: auto;
  background: none !important;
  color: #999;
  border: none;
  font-size: 30px;
}
@media (min-width: 1200px) {
  .product-details-wrap .carousel-wrap .slider-nav .slick-arrow:hover {
    color: #444;
  }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-prev {
  left: -10px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-next {
  right: -10px;
}
.product-details-wrap .carousel-wrap .slider-nav .product-video {
  position: relative;
}
.product-details-wrap .carousel-wrap .slider-nav .product-video:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
}
.product-details-wrap .carousel-wrap .slider-nav .product-video:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64a';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  color: #fff;
  font-size: 28px;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.product-details-wrap .carousel-wrap .slider-nav .item {
  cursor: pointer;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .product-details-wrap .carousel-wrap .slider-nav .item {
    border-radius: 8px;
  }
}
@media (max-width: 767.98px) {
  .product-details-wrap .carousel-wrap .slider-nav .item {
    border-radius: 6px;
  }
}
@media (min-width: 992px) {
  .product-details-wrap .carousel-wrap .info-box {
    padding: 60px 0;
    width: 645px;
    max-width: 46%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .product-details-wrap .carousel-wrap .info-box {
    padding: 35px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-details-wrap .carousel-wrap .info-box {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .product-details-wrap .carousel-wrap .hot {
    text-align: right;
    margin-bottom: -55px;
  }
}
@media (max-width: 1399.98px) {
  .product-details-wrap .carousel-wrap .hot {
    margin-bottom: 10px;
  }
}
.product-details-wrap .carousel-wrap .hot span {
  display: inline-block;
  background-color: #fafafa;
  padding: 9px 20px;
  border-radius: 50px;
}
@media (max-width: 1199.98px) {
  .product-details-wrap .carousel-wrap .hot span {
    padding: 7px 15px;
    font-size: 13px;
  }
}
.product-details-wrap .carousel-wrap .pro-name {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 1400px) {
  .product-details-wrap .carousel-wrap .pro-name {
    padding-right: 150px;
  }
}
@media (max-width: 1399.98px) {
  .product-details-wrap .carousel-wrap .pro-name {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .product-details-wrap .carousel-wrap .pro-name {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .product-details-wrap .carousel-wrap .pro-name {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .product-details-wrap .carousel-wrap .pro-name {
    font-size: 26px;
  }
}
.product-details-wrap .carousel-wrap .description-box {
  background-color: #f8f8f8;
  margin-top: 45px;
  border-radius: 20px;
  padding: 6.20155039% 4.65116279%;
}
@media (max-width: 1199.98px) {
  .product-details-wrap .carousel-wrap .description-box {
    border-radius: 15px;
  }
}
@media (max-width: 991.98px) {
  .product-details-wrap .carousel-wrap .description-box {
    border-radius: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .product-details-wrap .carousel-wrap .description-box {
    border-radius: 5px;
  }
}
.product-details-wrap .carousel-wrap .description-box .description {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .product-details-wrap .carousel-wrap .description-box .description {
    margin-bottom: 10px;
  }
}
.product-details-wrap .carousel-wrap .description-box p {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .product-details-wrap .carousel-wrap .description-box p {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .product-details-wrap .carousel-wrap .description-box p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .product-details-wrap .carousel-wrap .description-box p {
    font-size: 15px;
  }
}
.product-details-wrap .carousel-wrap .func-btn {
  margin: auto 0 0;
  padding-top: 40px;
}
.product-details-wrap .pic-list {
  width: 1920px;
  margin: 0 auto;
  max-width: 100%;
}
.product-details-wrap .pic-list .img-box {
  padding-bottom: 64.51612903%;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .product-details-wrap .pic-list .img-box {
    border-radius: 8px;
  }
}
@media (max-width: 767.98px) {
  .product-details-wrap .pic-list .img-box {
    border-radius: 6px;
  }
}
@media (min-width: 1200px) {
  .product-details-wrap .pic-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;
  }
  .product-details-wrap .pic-list .img-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.product-details-wrap .details-intro p {
  font-size: 18px;
  line-height: 1.75;
}
@media (max-width: 1199.98px) {
  .product-details-wrap .details-intro p {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .product-details-wrap .details-intro p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .product-details-wrap .details-intro p {
    font-size: 15px;
  }
}
.product-details-wrap .inquire-wrap {
  background-color: #fafafa;
}
.contact-list {
  display: -webkit-box;
  display: flex;
  margin: 0 -60px;
  padding-top: 30px;
  flex-wrap: wrap;
}
@media (max-width: 1469.98px) {
  .contact-list {
    margin: 0 -20px;
  }
}
@media (max-width: 1199.98px) {
  .contact-list {
    padding-top: 5px;
  }
}
@media (max-width: 767.98px) {
  .contact-list {
    padding-top: 0;
    margin-top: -15px;
  }
}
.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;
  font-size: 1em;
  margin-right: 13px;
}
.contact-list.has-icon .address .item:before {
  content: '\e608';
}
.contact-list.has-icon .landline .item:before {
  content: '\e64a';
}
.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 .wechat .item:before {
  content: '\e604';
}
.contact-list.has-icon .whatsapp .item:before {
  content: '\e621';
}
.contact-list > li {
  padding: 0 60px;
  margin-top: 25px;
}
@media (min-width: 1200px) {
  .contact-list > li {
    -webkit-box-flex: 1;
            flex: 1;
  }
  .contact-list > li:first-child {
    -webkit-box-flex: 2;
            flex: 2;
  }
}
@media (max-width: 1469.98px) {
  .contact-list > li {
    padding: 0 20px;
  }
}
@media (max-width: 1199.98px) {
  .contact-list > li {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .contact-list > li {
    width: 100%;
  }
}
.contact-list .item {
  font-size: 18px;
  line-height: 1.75;
  display: -webkit-box;
  display: flex;
}
@media (max-width: 1199.98px) {
  .contact-list .item {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .contact-list .item {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .contact-list .item {
    font-size: 15px;
  }
}
.contact-list .tit {
  color: #666;
}
.contact-list p {
  font-size: 1em;
}
.contact-list p span {
  display: inline-block;
}
.contact-list p span:not(:last-of-type) {
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .contact-list a:hover {
    text-decoration: underline;
  }
}
.contact-list a:active {
  text-decoration: underline;
}
.advantages-list {
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.advantages-list > li {
  width: 33.3333%;
  border-left: 1px solid #fff;
  padding: 65px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.advantages-list > li:first-child {
  border: none;
}
@media (min-width: 768px) {
  .advantages-list > li {
    min-height: 370px;
  }
}
@media (max-width: 1199.98px) {
  .advantages-list > li {
    padding: 35px;
  }
}
@media (max-width: 991.98px) {
  .advantages-list > li {
    padding: 25px;
  }
}
@media (max-width: 767.98px) {
  .advantages-list > li {
    width: 100%;
    border-top: 1px solid #fff;
  }
}
.advantages-list .num {
  color: #c3933e;
  line-height: 1;
}
.advantages-list .tit {
  margin: 20px 0 15px;
}
.advantages-list p {
  margin: 0;
  line-height: 1.75;
}
@media (min-width: 1200px) {
  .contact-advantages .title {
    padding-bottom: 15px;
  }
}
.contact-wrap .public-banner .info {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  color: #fff;
}
.contact-wrap .contact-info {
  background-color: #FAFAFA;
  padding: 95px 0 75px;
}
@media (max-width: 1469.98px) {
  .contact-wrap .contact-info {
    padding: 80px 0 65px;
  }
}
@media (max-width: 1199.98px) {
  .contact-wrap .contact-info {
    padding: 65px 0 50px;
  }
}
@media (max-width: 991.98px) {
  .contact-wrap .contact-info {
    padding: 50px 0 40px;
  }
}
@media (max-width: 767.98px) {
  .contact-wrap .contact-info {
    padding: 35px 0;
  }
}
.contact-wrap .contact-info .title {
  width: 1250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact-wrap .inquiry-form {
  background-color: #FAFAFA;
}
@media (min-width: 1400px) {
  .contact-wrap .inquiry-form {
    padding: 100px 0 135px;
  }
}
.contact-wrap .inquiry-form form {
  position: relative;
}
@media (min-width: 992px) {
  .contact-wrap .inquiry-form textarea {
    padding-right: 150px;
  }
  .contact-wrap .inquiry-form .submit {
    position: absolute;
    right: 0;
    bottom: 19px;
  }
  .contact-wrap .inquiry-form .submit > span {
    min-width: 100px;
    height: 211px;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .contact-wrap .inquiry-form .submit > span:after {
    display: none;
  }
}
.contact-wrap .map {
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.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;
}
.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: #c3933e;
  border-color: #c3933e;
}
.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: #c3933e;
  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.introduce-box {
  padding-left: 50px;
}
.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 {
  width: 70px;
  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: #333;
  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: #000;
}
@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 #c3933e;
  border-top: none;
}
.inquiry-wrap .inquiry-box .list > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #c3933e;
}
.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;
}
.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;
}
.inquire-wrap > img {
  width: 100% !important;
  height: auto !important;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
  color: #999;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder {
  color: #999;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
  color: #999;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder {
  color: #999;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder {
  color: #bbb;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder {
  color: #bbb;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder {
  color: #bbb;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder {
  color: #bbb;
}
.inquiry-form.has-bg input,
.inquiry-form.has-bg textarea,
.inquiry-form.has-bg .rating-box,
.inquiry-form.has-bg .select2-selection--single {
  background: rgba(217, 217, 217, 0.2);
}
.inquiry-form.has-border input,
.inquiry-form.has-border textarea,
.inquiry-form.has-border .rating-box,
.inquiry-form.has-border .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.inquiry-form.has-radius input,
.inquiry-form.has-radius textarea,
.inquiry-form.has-radius .rating-box,
.inquiry-form.has-radius .select2-selection--single {
  border-radius: 5px;
}
.inquiry-form.submit-center .submit {
  margin-left: auto;
  margin-right: auto;
}
.inquiry-form.submit-end .submit {
  margin-left: auto;
  margin-right: 0;
}
.inquiry-form li > label,
.inquiry-form .rating-box {
  margin: 0 0 20px;
  position: relative;
  font-weight: normal;
  width: 100%;
}
@media (max-width: 767.98px) {
  .inquiry-form li > label,
  .inquiry-form .rating-box {
    margin-bottom: 15px;
  }
}
.inquiry-form input,
.inquiry-form textarea,
.inquiry-form .rating-box,
.inquiry-form .select2-selection--single {
  display: block;
  padding: 14px 25px;
  width: 100%;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
  background: none;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .inquiry-form input,
  .inquiry-form textarea,
  .inquiry-form .rating-box,
  .inquiry-form .select2-selection--single {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-form input,
  .inquiry-form textarea,
  .inquiry-form .rating-box,
  .inquiry-form .select2-selection--single {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-form input,
  .inquiry-form textarea,
  .inquiry-form .rating-box,
  .inquiry-form .select2-selection--single {
    padding: 10px;
    font-size: 13px;
  }
}
.inquiry-form textarea {
  height: 210px;
}
@media (max-width: 991.98px) {
  .inquiry-form textarea {
    height: 150px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-form textarea {
    height: 120px;
  }
}
.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 input {
  background: #cbb06f !important;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .inquiry-form .ipt-pro-name input {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-form .ipt-pro-name input {
    font-size: 14px;
  }
}
.inquiry-form .form-placeholder {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  padding: 0 3px;
  color: #c3933e;
  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 .input-box:placeholder-shown + .form-placeholder {
  visibility: hidden;
  z-index: -1;
}
.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(-90%) scale(0.95);
      -ms-transform: translateY(-90%) scale(0.95);
          transform: translateY(-90%) scale(0.95);
}
@media (min-width: 1200px) {
  .inquiry-form .submit {
    margin-top: 10px;
  }
  .inquiry-form .submit > span {
    min-width: 280px;
    height: 50px;
  }
}
.inquiry-form .submit > span {
  background: #cbb06f;
  font-size: 16px;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .inquiry-form .submit > span {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-form .submit > span {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .inquiry-form .submit > span {
    min-width: 176px;
  }
  .inquiry-form .submit > span:hover {
    background-color: #c3933e;
  }
}
.inquiry-form .textarea-box {
  position: relative;
}
.inquiry-form .textarea-box textarea {
  padding-bottom: 55px;
}
.inquiry-form .upload-btn {
  background: none;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 12px;
}
.inquiry-form .upload-btn:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6d2';
  margin-left: 5px;
}
.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 {
  margin-right: 10px;
  font-size: 16px;
  text-transform: capitalize;
}
@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: 767.98px) {
  .share-box > span {
    margin-right: 5px;
  }
}
.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: #c3933e;
  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 {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .sitemap-wrap .list2 > li {
    margin-top: 15px;
  }
}
.sitemap-wrap .list2 > li > span > a {
  font-size: 0.88888889em;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .sitemap-wrap .list2 a:hover {
    color: #c3933e;
    text-decoration: underline;
  }
}
@media (max-width: 1199.98px) {
  .sitemap-wrap .list2 a:active {
    color: #c3933e;
    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 .list3 > li > span > a {
  font-size: 0.88888889em;
}
.sitemap-wrap .list4 {
  padding-left: 5px;
}
.sitemap-wrap .list4 > li > span > a {
  color: #666;
  font-size: 0.77777778em;
}
.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(129, 129, 129, 0.3);
  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 .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(129, 129, 129, 0.3);
  -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: #b6b6b6;
  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 .online-btn.active:before {
  -webkit-transform: rotateZ(225deg);
      -ms-transform: rotate(225deg);
          transform: rotateZ(225deg);
}
.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.active {
    -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 a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 22px;
  color: #b6b6b6;
}
@media (min-width: 1200px) {
  .online-wrap .online a {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .online-wrap .online a:hover {
    color: #fff;
    background-color: #c3933e;
  }
  .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: #c3933e;
}
.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: 'Arimo';
}
.online-wrap .online .show-num P {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  background-color: #c3933e;
  color: #fff;
  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;
  }
}
.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(195, 147, 62, 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: 767.98px) {
  .follow-box.has-width a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.follow-box.has-border a {
  border: 1px solid #999;
  color: #999;
}
@media (min-width: 1200px) {
  .follow-box.has-border a:hover {
    background-color: #fff;
    color: #c3933e;
    border-color: #fff;
  }
}
.follow-box.has-border a:active {
  background-color: #fff;
  color: #c3933e;
  border-color: #fff;
}
.follow-box.has-radius a {
  border-radius: 50px;
}
.follow-box.has-bg a {
  background-color: #444444;
  color: #d9d9d9;
}
@media (min-width: 1200px) {
  .follow-box.has-bg a:hover {
    color: #c3933e;
  }
}
.follow-box.has-bg a:active {
  color: #c3933e;
}
@media (min-width: 1200px) {
  .follow-box.has-normal a:hover {
    color: #c3933e;
  }
}
.follow-box.has-line span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.follow-box.has-line span:before {
  content: '';
  height: 16px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 20px;
}
.follow-box.has-line span:first-child:before {
  display: none;
}
.follow-box.has-line a {
  font-size: 18px;
}
.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: 10px;
}
.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: 16px;
}
.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 {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    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,
  .copyright a:hover,
  .footer p a:hover span,
  .footer li a:hover span,
  .copyright a:hover span {
    text-decoration: underline;
  }
}
.footer p a:active,
.footer li a:active,
.copyright a:active,
.footer p a:active span,
.footer li a:active span,
.copyright a:active span {
  text-decoration: underline;
}
.footer {
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: #222222;
}
.footer .top {
  padding: 70px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 991.98px) {
  .footer .top {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .footer .top {
    padding: 30px 0;
  }
}
.footer .top .txt .tit {
  margin-bottom: 5px;
}
.footer .top .txt p {
  color: inherit;
}
.footer .footer-row {
  position: relative;
  margin: 0 -85px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1469.98px) {
  .footer .footer-row {
    margin: 0 -50px;
  }
}
@media (max-width: 1399.98px) {
  .footer .footer-row {
    margin: 0 -40px;
  }
}
@media (max-width: 1199.98px) {
  .footer .footer-row {
    margin: 0 -30px;
  }
}
@media (max-width: 991.98px) {
  .footer .footer-row {
    margin: 0 -10px;
    padding: 0 0 30px;
  }
}
.footer .foot-list {
  position: relative;
  z-index: 2;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding: 50px 85px;
}
@media (max-width: 1469.98px) {
  .footer .foot-list {
    padding: 40px 50px;
  }
}
@media (max-width: 1399.98px) {
  .footer .foot-list {
    padding: 30px  40px;
  }
}
@media (max-width: 1199.98px) {
  .footer .foot-list {
    padding: 20px  30px;
  }
}
@media (max-width: 991.98px) {
  .footer .foot-list {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .footer .foot-list {
    width: 100%;
  }
}
.footer .foot-list li a {
  display: inline-block;
  position: relative;
}
.footer .foot-list p {
  margin: 0;
}
@media (min-width: 992px) {
  .footer .foot-nav {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-box-flex: 1;
            flex: 1;
  }
  .footer .foot-nav:first-child {
    border-left: none;
  }
}
@media (max-width: 767.98px) {
  .footer .foot-nav ul {
    margin: -10px -6px 0;
  }
}
.footer .foot-nav li {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
  font-size: 16px;
}
@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 .foot-nav p {
  color: #E3E3E3;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .footer .foot-nav p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .footer .foot-address {
    -webkit-box-flex: 2;
            flex: 2;
  }
}
.footer .f-tit {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 15px;
}
@media (max-width: 767.98px) {
  .footer .f-tit {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.footer .foot-subscription {
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .footer .foot-subscription {
    padding: 20px 0 0;
  }
}
.footer .foot-subscription form {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  position: relative;
  width: 580px;
  max-width: 100%;
  padding: 2px;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  background: #fff;
}
@media (max-width: 1469.98px) {
  .footer .foot-subscription form {
    width: 420px;
  }
}
@media (max-width: 1399.98px) {
  .footer .foot-subscription form {
    width: 310px;
  }
}
.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,
.footer .foot-subscription form .submit {
  background: none;
}
.footer .foot-subscription form input {
  -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 {
  width: 76px;
  height: 48px;
  background: #c3933e;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 2;
  line-height: 1;
  font-size: 24px;
}
.footer .foot-subscription form .submit:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e647';
}
@media (min-width: 1200px) {
  .footer .foot-subscription form .submit {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .footer .foot-subscription form .submit:hover {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  }
}
.footer .foot-subscription form .submit:active {
  -webkit-transition: 0s;
  transition: 0s;
}
.footer .foot-subscription form .submit:active:before {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
@media (max-width: 991.98px) {
  .footer .foot-subscription form .submit {
    width: 60px;
    height: 40px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .footer .contact-list li {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .footer .foot-contact {
    max-width: 370px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer .foot-contact {
    width: 320px;
  }
}
.footer .foot-product ul {
  width: 164px;
}
@media (max-width: 1199.98px) {
  .footer .foot-b-r {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .footer .follow-box {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .footer .follow-box {
    margin-top: 20px;
  }
}
.copyright {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background-color: #222;
  z-index: 2;
  line-height: 2;
  color: #999;
}
@media (max-width: 1199.98px) {
  .copyright {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .copyright {
    padding-bottom: 70px;
  }
}
.copyright .container {
  padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
  padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
  padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
}
@media (max-width: 1199.98px) {
  .copyright .container {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.copyright .google-translate {
  min-width: 110px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  line-height: 1.7;
}
.copyright .info-box {
  padding: 16px 0;
}
@media (min-width: 1200px) {
  .copyright .info-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media (max-width: 767.98px) {
  .copyright .info-box {
    padding: 10px 0;
  }
}
.copyright .info {
  margin: 0 -5px;
}
.copyright .info span {
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .copyright .func {
    margin-left: 50px;
  }
}
.copyright .func > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.copyright .func > div:after {
  content: '';
  width: 1px;
  height: 15px;
  margin: 0 15px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767.98px) {
  .copyright .func > div:after {
    margin: 0 12px;
  }
}
.copyright .func > div:last-child:after {
  display: none;
}
@media (max-width: 1399.98px) {
  .copyright .follow-box {
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
}
.copyright .follow-box a {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-weight: normal;
}
/**
* Date : 2025-06-30
* @author HSM
* @toDo 产品列表居中显示
*/
.product-list .star-box ,
.product-list .tit {
    text-align: center;
}