@charset "utf-8";
@font-face {
  font-family: 'Facon';
  src: url('font/Facon.eot');
  src: local('Facon'), url('font/Facon.eot?#iefix') format('embedded-opentype'), url('font/Facon.woff2') format('woff2'), url('font/Facon.woff') format('woff'), url('font/Facon.ttf') format('truetype'), url('font/Facon.svg#Facon') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('font/Oswald-SemiBold.eot');
  src: local('Oswald SemiBold'), local('Oswald-SemiBold'), url('font/Oswald-SemiBold.eot?#iefix') format('embedded-opentype'), url('font/Oswald-SemiBold.woff2') format('woff2'), url('font/Oswald-SemiBold.woff') format('woff'), url('font/Oswald-SemiBold.ttf') format('truetype'), url('font/Oswald-SemiBold.svg#Oswald-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 180px;
}
@media (max-width: 1199px) {
  body,
  html {
    scroll-padding-top: 30px;
  }
}
.skiptranslate {
  z-index: 999999999 !important;
}
body {
  font-family: Arial, Helvetica, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
  color: #222;
}
body.fixed {
  overflow: hidden;
}
@media (max-width: 575px) {
  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;
  }
}
.ff {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.all {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.goog-te-menu-frame {
  z-index: 999999999 !important;
}
.t {
  font-family: 'Facon';
}
.o {
  font-family: 'Oswald';
}
.txt p {
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 991px) {
  .txt p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .txt p {
    font-size: 14px;
  }
}
.txt img {
  max-width: 100%;
  height: auto !important;
}
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
}
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #bdbdbd;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
}
.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;
}
@-webkit-keyframes scaleShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(191, 0, 0, 0.5);
    opacity: 0.7;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(191, 0, 0, 0.5);
    opacity: 0;
  }
}
@keyframes scaleShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(191, 0, 0, 0.5);
    opacity: 0.7;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(191, 0, 0, 0.5);
    opacity: 0;
  }
}
@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 > a,
.video-box .img-box {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.video-box > a[data-src]:not([data-src='']),
.video-box .img-box[data-src]:not([data-src='']) {
  cursor: pointer;
}
.video-box > a[data-src]:not([data-src='']):after,
.video-box .img-box[data-src]:not([data-src='']):after {
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.video-box > a[data-src]:not([data-src='']) .v-btn,
.video-box .img-box[data-src]:not([data-src='']) .v-btn {
  display: -webkit-box;
  display: flex;
}
.video-box > a[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;
}
.video-box > a[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);
}
@media (min-width: 1200px) {
  .video-box > a[data-src]:not([data-src='']):hover:after,
  .video-box .img-box[data-src]:not([data-src='']):hover:after {
    background-color: rgba(0, 0, 0, 0);
  }
  .video-box > a[data-src]:not([data-src='']):hover .mask-btn:after,
  .video-box .img-box[data-src]:not([data-src='']):hover .mask-btn:after {
    -webkit-animation: scaleShadow 2000ms linear infinite;
            animation: scaleShadow 2000ms linear infinite;
  }
}
.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%);
  color: #fff;
  text-align: center;
  font-style: normal;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 22px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #bf0000;
}
.video-box .v-btn:before {
  position: relative;
  z-index: 2;
}
.video-box .v-btn.mask-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .video-box .v-btn {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 991px) {
  .video-box .v-btn {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .video-box .v-btn {
    font-size: 20px;
    width: 50px;
    height: 50px;
  }
}
.video-box > a:not(.img-box) {
  display: -webkit-box;
  display: flex;
  position: relative;
}

.table-box {
  width: 99.95%;
  max-width: 99.95%;
  overflow: auto;
}
.table-box p{font-size: 14px;}
.table-box table {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #666666;
  line-height: 1.2;
  text-align: center;
  /*font-size: 16px;*/
}
/*@media (max-width: 991px) {
  .table-box table {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .table-box table {
    font-size: 14px;
  }
}*/
.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;
}
@media (max-width: 575px) {
}
.table-box table tr:nth-child(odd) {
  background-color: #e6e6e6;
}
.table-box table tr:nth-child(even) {
  background-color: #ffffff;
}
.table-box table td,
.table-box table th {
  /*white-space: pre-wrap !important;*/
  vertical-align: top;
  /*padding: 15px 2.77777778% !important;*/
  padding: 15px 10px !important;
  border: none !important;
}
@media (max-width: 991px) {
  .table-box table td,
  .table-box table th {
    /*padding: 12px 2.77777778% !important;*/
    padding: 12px 10px !important;
  }
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    /*padding: 8px 2.77777778% !important;*/
    padding: 8px 10px !important;
  }
}
@media (max-width: 575px) {
  .table-box table td,
  .table-box table th {
    /*padding: 8px 2.77777778% !important;*/
    padding: 8px 10px !important;
  }
}
.table-box table tr p,
.table-box table tr span {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  background-color: #626262;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 25px 2.77777778% !important;
  border: none !important;
  position: relative;
}
.table-box table th:after {
  content: '';
  position: absolute;
  right: 0;
  top: 40%;
  width: 1px;
  height: 30%;
  background-color: #fff;
}
.table-box table th:last-child:after {
  display: none;
}
@media (max-width: 991px) {
  .table-box table th {
    padding: 15px 2.77777778% !important;
  }
}
@media (max-width: 767px) {
  .table-box table th {
    padding: 10px 2.77777778% !important;
  }
}
@media (max-width: 767px) {
  .table-box table td {
    font-size: 12px;
  }
}
.table-box table img {
  height: auto !important;
  max-width: 100%;
}
@media (min-width: 1350px) and (max-width: 1469px) {
  .header .container,
  .footer .container,
  .copyright .container {
    width: 1320px;
  }
}
@media only screen and (min-width: 1470px) {
  .container {
    width: 1440px;
  }
}
.pagination {
  display: block;
  margin: 50px 0 0;
  color: #666666;
}
@media (max-width: 991px) {
  .pagination {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination a,
.pagination span:not(.ellipsis) {
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  font-size: 15px;
  color: #666666;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .pagination a,
  .pagination span:not(.ellipsis) {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .pagination a:hover,
  .pagination span:not(.ellipsis):hover {
    background-color: #222222;
    color: #fff;
    border-color: #222222;
  }
}
@media (max-width: 1199px) {
  .pagination a,
  .pagination span:not(.ellipsis) {
    width: 34px;
    height: 34px;
    line-height: 32px;
    margin: 0 5px;
  }
  .pagination a:active,
  .pagination span:not(.ellipsis):active {
    background-color: #222222;
    color: #fff;
    border-color: #222222;
  }
}
@media (max-width: 575px) {
  .pagination a,
  .pagination span:not(.ellipsis) {
    width: 25px;
    height: 25px;
    line-height: 23px;
    margin: 0 3px;
    font-size: 12px;
  }
}
.pagination span.current {
  background-color: #fff;
  color: #222222;
  border-color: #222222;
}
.pagination span.current.prev,
.pagination span.current.next {
  display: none;
}
.pagination .next:before,
.pagination .prev:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2em;
}
.pagination .prev:before {
  content: '\e9b5';
}
.pagination .next:before {
  content: '\e72f';
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (min-width: 1200px) {
  .header {
    color: #fff;
  }
  .header.fixed {
    position: fixed;
    box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: auto;
    bottom: 100%;
    width: 100%;
    -webkit-transform: translateY(99.5%);
        -ms-transform: translateY(99.5%);
            transform: translateY(99.5%);
  }
}
@media (max-width: 1199px) {
  .header {
    height: auto !important;
  }
}
.header .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;

          position: relative;
}
@media (max-width: 1199px) {
  .header .container {
    position: relative;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.header .container:before,
.header .container:after {
  display: none;
}
.header .header-box {
  position: relative;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header .header-box .container {
    position: relative;
  }
}
.header .logo {
  z-index: 2;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .header .logo {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 2;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .header .logo {
    width: 220px;
  }
}
.header .logo img {
  max-width: 100%;
}
.header .logo .pic {
  display: block;
  padding: 15px 0;
}
@media (max-width: 1199px) {
  .header .logo .pic {
    width: 150px;
    padding: 9px 0;
  }
}
@media (max-width: 767px) {
  .header .logo .pic {
    width: 120px;
  }
}
.header .header-r {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.header .header-r > * {
  margin-left: 45px;
}
@media (max-width: 1349px) {
  .header .header-r > * {
    margin-left: 35px;
  }
}
@media (max-width: 991px) {
  .header .header-r > * {
    margin-left: 25px;
  }
}
@media (max-width: 575px) {
  .header .header-r > * {
    margin-left: 4.5vw;
  }
}
.header .header-r > *:first-child {
  margin-left: 0;
}
.header .bottom {
  background-color: rgba(0, 0, 0, 0.2);
}
.header .bottom .list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.header .bottom .list > li {
  font-size: 18px;
  /*margin-right: 50px;*/
  margin-right: 32px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media (min-width: 1200px) {
  .header .bottom .list > li:hover > a {
    text-decoration: underline;
  }
}
@media (max-width: 1469px) {
  .header .bottom .list > li {
    /*margin-right: 35px;*/
    margin-right: 25px;
  }
}
@media (max-width: 1349px) {
  .header .bottom .list > li {
    font-size: 16px;
    /*margin-right: 25px;*/
    margin-right: 18px;
  }
}
.header .bottom .list > li.active > a {
  text-decoration: underline;
}
.header .bottom .list > li > a {
  display: block;
  padding: 32px 0;
  font-family: 'Oswald';
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
.header .bottom .list > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.header .bottom .list ul {
  font-size: 16px;
  letter-spacing: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: left;
  color: #222;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  background-clip: padding-box;
  padding-top: 5px;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
}
.header .bottom .list ul li:hover > a {
  text-decoration: underline;
  color: #bf0000;
}
.header .bottom .list ul a {
  display: block;
  padding: 5px 15px;
  position: relative;
}
.header .bottom .list ul span {
  display: block;
}
.header .bottom .list .list2 {
  top: 100%;
  left: 0;
  padding: 15px 0;
  margin-left: -20px;
  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);
}
.header .bottom .list .list2 > li {
  white-space: nowrap;
  position: relative;
}
.header .bottom .list .list2 > li > a {
  display: block;
  padding: 5px 25px;
}
.header .bottom .list .list2 li:hover > ul {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  opacity: 1;
  visibility: visible;
}
.header .bottom .list .list2 ul {
  left: 100%;
  position: absolute;
  top: 0;
  padding: 10px 0;
  min-width: 120px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  border-left: 1px solid transparent;
  -webkit-transform: rotateY(50deg);
          transform: rotateY(50deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header .google-translate {
  min-width: 110px;
}
@media (min-width: 1200px) {
  .header .google-translate {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .header .google-translate {
    margin-left: 0 !important;
    position: fixed;
    top: 20px;
    left: 70px;
    z-index: 99999999;
    opacity: 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    pointer-events: none;
  }
}
.header .find a {
  color: #222;
}
.header .find a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e729';
  font-size: 18px;
}
.header .cart a {
  position: relative;
}
.header .cart a:before {
  content: '\e665';
}
.header .cart a var {
  font-style: normal;
  font-size: 12px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
  background-color: #bf0000;
  padding: 1px 3px;
  line-height: 1;
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .header .cart a var {
    right: 0;
    bottom: 3px;
  }
}
.header .right-func {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
}
@media (min-width: 1200px) {
  .header .right-func {
    border-left: 1px solid #edece8;
  }
}
.header .right-func > div {
  -webkit-box-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1200px) {
  .header .right-func > div {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .header .right-func > div {
    padding-left: 30px;
  }
}
.header .language-box {
  position: relative;
}
.header .language-box p {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  padding: 8px 15px;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  background-color: #222;
}
.header .language-box p:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e623";
  margin-right: 10px;
  font-size: 1.2em;
}
.header .language-box p:after {
  content: "";
  margin-left: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 575px) {
  .header .language-box p:after {
    margin-left: 5px;
  }
}
.header .language-box ul {
  display: none;
  position: absolute;
  right: 0;
}
.header .language-box ul li a {
  display: block;
  margin: 5px 0;
  color: #fff;
  font-size: 15px;
}
.header .language-box ul li a:hover {
  text-decoration: underline;
  color: #bf0000;
}
@media (max-width: 767px) {
  .header .language-box ul li a {
    font-size: 14px;
  }
}
.header .language-box.language-header ul {
  text-align: left;
  top: 100%;
  z-index: 10;
  width: 100%;
  padding: 10px 12px;
  background-color: #222;
  color: #fff;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
}
.header .language-box.language-header li {
  white-space: nowrap;
  margin: 0 12px;
  line-height: 24px;
}
.header .nav-collapse {
  position: relative;
  display: none;
  width: 28px;
  height: 28px;
  background: none;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .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 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28px;
  height: 2px;
  background-color: #222;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
  content: '';
  display: block;
}
.header .nav-collapse .btn-line:nth-child(1) {
  top: 25%;
}
.header .nav-collapse .btn-line:nth-child(2) {
  top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
  top: 75%;
}
.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(1) {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) rotateZ(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav-collapse-xs .btn-line {
  background-color: #333;
}
@media (min-width: 1200px) {
  .header .nav {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .header .nav {
    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%);
    text-align: left;
    padding: 70px 0 50px;
    z-index: 99999998;
    background-color: #fff;
    -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(white), color-stop(40%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(white, 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(white), color-stop(40%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to top, white, 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 li span > a {
    padding: 15px 0;
  }
  .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: uppercase;
  }
  .header .nav ul.nav-list1 > li {
    position: relative;
    font-size: 18px;
    border-bottom: 1px solid #e9e9e9;
    line-height: 1.6;
  }
  .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 > a {
    color: #5c5c5c;
  }
  .header .nav ul.nav-list1 .nav-list2 {
    padding-left: 15px;
    font-size: 14px;
    color: #666;
  }
  .header .nav ul.nav-list1 .nav-list3 {
    margin: 10px 0 10px 8px;
    padding-left: 25px;
    padding-bottom: 0;
    color: #999;
    border-left: 1px solid #e9e9e9;
  }
  .header .nav ul.nav-list1 .nav-list3 > li {
    margin-top: 18px;
  }
  .header .nav ul.nav-list1 .nav-list3 > li:first-child {
    margin-top: 0;
  }
  .header .nav ul.nav-list1 .nav-list3 > li > span > a {
    padding: 0;
  }
  .header .nav ul.nav2-list2 h4 {
    line-height: 50px;
    font-size: 20px;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .header .nav ul .pic {
    display: none !important;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .header .nav ul.nav-list1 > li {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .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);
}
@media (min-width: 1200px) {
  .header .nav .nav-list1 li {
    text-transform: capitalize;
    -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;
    margin-left: 40px;
  }
  .header .nav .nav-list1 > li:first-child {
    margin-left: 0;
  }
  .header .nav .nav-list1 > li > span > a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    padding: 10px 0;
    text-transform: capitalize;
  }
  .header .nav .nav-list1 > li:hover > span > a,
  .header .nav .nav-list1 > li.active > span > a {
    text-decoration: underline;
  }
  .header .nav .nav-list1 > li:hover > ul {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  .header .nav .nav-list1 > li.product {
    position: initial;
    -webkit-perspective: none;
            perspective: none;
  }
  .header .nav .nav-list1 > li.product > ul {
    width: 100%;
    box-shadow: none;
  }
  .header .nav .nav-list1 > li.product > ul > .container {
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .header .nav .nav-list1 > li.product > ul > .container > li > span {
    font-size: 18px;
    font-weight: bold;
  }
  .header .nav .nav-list1 > li.product > ul ul {
    position: initial;
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    box-shadow: none;
  }
  .header .nav .nav-list1 > li.product .pic-box {
    width: 31.91489362%;
  }
  .header .nav .nav-list1 > li.product .pic-box .pic {
    border: 1px solid #e0e0e0;
    position: relative;
    border-radius: 8px;
    z-index: 2;
    overflow: hidden;
  }
  .header .nav .nav-list1 > li.product .pic-box .img-box {
    padding-bottom: 73.33333333%;
  }
  .header .nav .nav-list1 > li.product .pic-box .img-box img {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
  }
  .header .nav .nav-list1 > li.product .pic-box .img-box .active {
    opacity: 1;
  }
  .header .nav .nav-list1 ul {
    font-size: 0.95em;
    letter-spacing: 0;
    opacity: 0;
    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: #bf0000;
    text-decoration: underline;
  }
  .header .nav .nav-list1 ul a {
    display: block;
    padding: 5px 15px;
    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 (max-width: 1199px) {
  .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 > li.product .container {
    display: block;
  }
  .header .nav .nav-list1 > a {
    font-size: 20px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .header .nav .nav-list1 > li.more > span:after {
    top: 5px;
  }
}
.header .nav .pro-nav-list2 {
  display: none !important;
}
.header .mask-nav {
  display: none;
}
@media (max-width: 1199px) {
  .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: 767px) {
  .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: 767px) {
  .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);
}
@-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: 240px;
}
/*@media (min-width: 1200px) {
  .search-wrap {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1469px) {
  .search-wrap {
    width: 220px;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .search-wrap {
    width: 200px;
  }
}*/
/*@media (max-width: 1199px) {*/
  .search-wrap {
    max-width: 90%;
    top: 100%;
    position: absolute;
    right: 50%;
    right: 15px;
    z-index: 3;
    display: none;
    background-color: #222;
    padding: 15px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    -webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
/*}*/
@media (max-width: 1199px) and (max-width: 1199px) {
  .search-wrap {
    right: 15px;
  }
}
.search-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  max-width: 100%;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #fff;
  border-radius: 25px;
}
.search-box input::-webkit-input-placeholder,
.search-box textarea::-webkit-input-placeholder {
  color: #fff;
}
.search-box input:-o-placeholder,
.search-box textarea:-o-placeholder {
  color: #fff;
}
.search-box input::-moz-placeholder,
.search-box textarea::-moz-placeholder {
  color: #fff;
}
.search-box input:-ms-input-placeholder,
.search-box textarea:-ms-input-placeholder {
  color: #fff;
}
.search-box input:focus::-webkit-input-placeholder,
.search-box textarea:focus::-webkit-input-placeholder {
  color: #ccc;
}
.search-box input:focus::-o-placeholder,
.search-box textarea:focus::-o-placeholder {
  color: #ccc;
}
.search-box input:focus::-moz-placeholder,
.search-box textarea:focus::-moz-placeholder {
  color: #ccc;
}
.search-box input:focus::-ms-input-placeholder,
.search-box textarea:focus::-ms-input-placeholder {
  color: #ccc;
}
.search-box input {
  display: block;
  width: 100%;
  background: none;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .search-box input {
    padding: 7px 15px;
  }
}
.search-box .submit {
  display: -webkit-box;
  display: flex;
  z-index: 2;
  padding: 3px 15px;
  font-size: 20px;
  color: #fff;
  background: none;
}
.search-box .submit:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e660';
}
@media (min-width: 1200px) {
  .search-box .submit {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .search-box .submit:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.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: 5px;
}
.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #bf0000;
  opacity: 0.3;
  margin: 0 4px;
}
.slick-dots li.slick-active {
  opacity: 1;
}
@media (max-width: 767px) {
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li button {
  display: none;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #f5f5f5;
  z-index: 5;
  text-align: center;
  color: #222222;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 26px;
  font-weight: normal;
  padding: 0;
}
.slick-arrow:before {
  display: block;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) {
  .slick-arrow {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .slick-arrow:hover {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
  }
}
.slick-arrow:active {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
  -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';
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
  z-index: 2;
  font-size: 0;
}
.banner img {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .banner .mose-icon {
    font-size: 25px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 3;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    color: #fff;
  }
  .banner .mose-icon:after {
    display: block;
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
    content: '\eb93';
    line-height: 1;
    margin-top: -5px;
  }
  .banner .mose-icon .iconfont {
    font-size: 1.2em;
  }
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-pagination {
  position: absolute;
  z-index: 2;
  width: auto;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner .swiper-pagination-bullet {
  outline: none;
  width: 44px;
  height: 6px;
  margin: 0 10px !important;
  border: 1px solid #fff;
  background: none;
  opacity: 1;
  border-radius: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 767px) {
  .banner .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
}
.banner .swiper-pagination-bullet-active {
  background-color: #fff;
}
.banner .slick-arrow {
  outline: none;
  border: none;
  width: 30px;
  height: 80px;
  line-height: 80px;
  background: none;
  color: #fff;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
.banner .slick-arrow:after {
  display: none;
}
.banner .slick-arrow:active {
  -webkit-transform: translateY(-50%) scale(0.95);
      -ms-transform: translateY(-50%) scale(0.95);
          transform: translateY(-50%) scale(0.95);
}
@media (min-width: 1200px) {
  .banner .slick-arrow:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 1199px) {
  .banner .slick-arrow {
    display: none;
  }
}
.banner .slick-prev {
  left: 5%;
}
.banner .slick-next {
  right: 5%;
}
.banner .item {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .banner .item {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
  }
}
@media (max-width: 767px) {
  .banner .item {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
}
@media (max-width: 575px) {
  .banner .item {
    width: 130%;
    max-width: 130%;
    margin-left: -15%;
  }
}
.banner .item > a {
  overflow: hidden;
  display: block;
}
.banner .item > a > img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1820px) and (max-width: 1920px) {
  .banner .item > a > img {
    width: auto;
  }
}
.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
  display: none !important;
}
.banner.hide-video video {
  display: none !important;
}
.banner-video-box {
  display: block;
  padding-bottom: 45.3125%;
  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: #bf0000 !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);
}
.title {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .title {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 15px;
  }
}
.title.text-center .txt {
  margin: 0 auto;
  width: 1170px;
  max-width: 100%;
}
.title h1,
.title h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
@media (max-width: 1469px) {
  .title h1,
  .title h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .title h1,
  .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .title h1,
  .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .title h1,
  .title h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .title .txt p {
    font-size: 16px;
    color: #333;
  }
}
.more-box a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 15px;
  color: #666666;
  padding: 14px 30px;
  background-color: #f5f5f5;
  text-transform: capitalize;
}
.more-box a:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e610';
  margin-left: 5px;
}
@media (min-width: 1200px) {
  .more-box a {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .more-box a:after {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .more-box a:hover {
    background-color: #222;
    color: #fff;
    -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
            transform: scale(0.97);
  }
  .more-box a:hover:after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (max-width: 1199px) {
  .more-box a {
    padding: 14px 25px;
  }
}
@media (max-width: 991px) {
  .more-box a {
    padding: 12px 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .more-box a {
    padding: 10px 18px;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .more-box a {
    font-size: 12px;
  }
}
.more-box a:active {
  -webkit-transition: 0s;
  transition: 0s;
  background-color: #222;
  border-color: #222;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.more-box2 {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .more-box2 {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .more-box2 {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .more-box2 {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .more-box2 {
    margin-top: 15px;
  }
}
.more-box2 a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 8px;
  font-size: 16px;
  color: #363a43;
  padding: 14px 60px;
  background-color: #bf0000;
  text-transform: capitalize;
}
.more-box2 a:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb95';
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .more-box2 a {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .more-box2 a:after {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .more-box2 a:hover {
    background-color: #bf0000;
    -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
            transform: scale(0.97);
  }
  .more-box2 a:hover:after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (max-width: 1199px) {
  .more-box2 a {
    padding: 12px 45px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .more-box2 a {
    padding: 10px 30px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .more-box2 a {
    padding: 8px 18px;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .more-box2 a {
    padding: 7px 15px;
    font-size: 12px;
  }
}
.more-box2 a:active {
  -webkit-transition: 0s;
  transition: 0s;
  background-color: #bf0000;
  border-color: #bf0000;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
@media (min-width: 1640px) {
  .arrow-cont {
    width: 1610px;
    padding: 0 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1759px) {
  .arrow-cont {
    padding: 0 80px;
  }
}
.index-box {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 120px 0;
}
@media (max-width: 1469px) {
  .index-box {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .index-box {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .index-box {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .index-box {
    padding: 40px 0;
  }
}
.index-box .slick-list {
  margin: 0 -15px;
}
.index-box .slick-slide {
  padding: 0 15px;
}
.index-box .title {
  margin-bottom: 40px;
}
@media (max-width: 1469px) {
  .index-box .title {
    margin-bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .index-box .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .index-box .title {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .index-box .title {
    margin-bottom: 20px;
  }
}
.index-box .title h2 {
  font-size: 48px;
}
@media (max-width: 1469px) {
  .index-box .title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .index-box .title h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .index-box .title h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .index-box .title h2 {
    font-size: 24px;
  }
}
.index-product .list {
  margin-top: -30px;
}
@media (max-width: 991px) {
  .index-product .list {
    margin: -15px -8px 0;
  }
}
.index-product .list > li {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .index-product .list > li:nth-child(1),
  .index-product .list > li:nth-child(3) {
    width: 35.41666667%;
  }
  .index-product .list > li:nth-child(2) {
    width: 29.16666667%;
  }
}
@media (max-width: 991px) {
  .index-product .list > li {
    padding: 0 8px;
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .index-product .list > li {
    width: 50%;
  }
  .index-product .list > li .item,
  .index-product .list > li .pic,
  .index-product .list > li img {
    height: 100%;
  }
  .index-product .list > li img {
    object-fit: cover;
  }
}
.index-product .item {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .index-product .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;
  }
  .index-product .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .index-product .item:hover .pic:after {
    opacity: 1;
  }
  .index-product .item:hover .name {
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
  .index-product .item:hover .name:after {
    opacity: 0;
  }
  .index-product .item:hover .name span:before,
  .index-product .item:hover .name span:after {
    opacity: 1;
  }
  .index-product .item:hover .name span:before {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    margin-top: 5px;
    margin-left: 5px;
  }
  .index-product .item:hover .more {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
.index-product .pic {
  position: relative;
}
.index-product .pic:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  background-color: rgba(0, 0, 0, 0.5);
}
.index-product .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 0 30px;
  font-family: 'Oswald';
}
.index-product .name:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.index-product .name span {
  display: inline-block;
  padding: 15px 45px;
  position: relative;
  max-width: 100%;
}
.index-product .name span:before,
.index-product .name span:after {
  border: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
          transform: skewX(-15deg);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.index-product .name span:before {
  background-color: rgba(255, 255, 255, 0.05);
}
@media (max-width: 1469px) {
  .index-product .name span {
    padding: 15px ;
  }
}
@media (max-width: 1199px) {
  .index-product .name span {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .index-product .name span {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .index-product .name {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .index-product .name {
    font-size: 2.3vmin;
  }
}
@media (max-width: 575px) {
  .index-product .name {
    font-size: 3vmin;
  }
}
.index-product .more {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 100%;
  width: 100%;
  font-size: 15px;
  background-color: #222222;
  color: #fff;
  padding: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1200px) {
  .index-product .more:hover {
    text-decoration: underline;
  }
}
.num-box {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .num-box {
    margin-top: -20px;
  }
}
.num-box li {
  position: relative;
  padding: 0 15px;
  margin-top: 40px;
  width: 25%;
}
.num-box li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #d9bb78;
}
.num-box li:first-child:before {
  display: none;
}
@media (max-width: 991px) {
  .num-box li {
    width: 50%;
  }
  .num-box li:nth-child(odd):before {
    display: none;
  }
}
@media (max-width: 767px) {
  .num-box li {
    margin-top: 30px;
  }
}
.num-box .item {
  position: relative;
}
.num-box .intro {
  position: relative;
  z-index: 2;
}
.num-box .iconfont {
  font-weight: normal;
  font-size: 1.2em;
  margin-right: 10px;
}
.num-box .pic {
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .num-box .pic {
    height: 50px;
  }
  .num-box .pic img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .num-box .pic {
    height: 40px;
  }
}
@media (max-width: 575px) {
  .num-box .pic {
    height: 35px;
  }
}
.num-box .number {
  white-space: nowrap;
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
  font-weight: 500;
  font-size: 36px;
  margin-left: 20px;
}
@media (max-width: 1469px) {
  .num-box .number {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .num-box .number {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .num-box .number {
    -webkit-box-pack: center;
            justify-content: center;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .num-box .number {
    margin-bottom: 5px;
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .num-box .number {
    font-size: 20px;
  }
}
.num-box .number span {
  position: relative;
  z-index: 10;
  line-height: 1;
  font-size: 1.66666667em;
}
.num-box sub {
  font-size: 1em;
  bottom: 0.2em;
  margin-left: 5px;
  line-height: 1;
}
.num-box sup {
  font-size: 20px;
  top: 0.5em;
  margin-left: 5px;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .num-box sup {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .num-box sup {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .num-box sup {
    font-size: 14px;
  }
}
.num-box p {
  width: 210px;
  margin: 0 auto;
  max-width: 100%;
  line-height: 1.3;
}
.index-about {
  color: #fff;
}
.index-about .title {
  margin-bottom: 25px;
}
.index-about .txt {
  min-height: 220px;
}
.index-about .txt p {
  color: inherit;
}
.index-about .intro {
  width: 57.44680851%;
}
@media (max-width: 575px) {
  .index-about .intro {
    width: 100%;
  }
}
.index-about .func-btn {
  margin-bottom: 8.64197531%;
  width: 330px;
  max-width: 100%;
  padding-top: 15px;
}
.index-about .func-btn li {
  margin-top: 15px;
}
.index-about .func-btn a {
  display: -webkit-box;
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
@media (min-width: 1200px) {
  .index-about .func-btn a:hover {
    background-color: #fff;
    color: #222;
  }
}
.index-about .func-btn a:active {
  background-color: #fff;
  color: #222;
}
.index-about .func-btn .video {
  cursor: pointer;
}
.index-about .func-btn .video > a:after {
  content: "\e7fd";
  font-size: 0.8em;
}
.index-news {
  background: #f7f7f7;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0.95)), to(rgba(247, 247, 247, 0.95))), url(../images/noise_bg.png);
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0.95), rgba(247, 247, 247, 0.95)), url(../images/noise_bg.png);
}
.index-news .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.index-news .title h2 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .index-news .news-more {
    margin-top: 20px;
  }
}
.index-news .news-more a {
  background-color: #fff;
}
@media (min-width: 1200px) {
  .index-news .news-more a:hover {
    background-color: #222;
  }
}
.index-news .news-more a:active {
  background-color: #222;
  color: #fff;
}
.index-news .list {
  margin-top: -20px;
}
.index-news .list > li {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .index-news .list {
    margin-top: -10px;
  }
  .index-news .list > li {
    width: 100%;
    margin-top: 20px;
  }
}
.index-news .list .item {
  background-color: #fff;
  padding: 10% 8.88888889%;
}
@media (min-width: 1200px) {
  .index-news .list .item:hover .more-box a {
    color: #bf0000;
  }
}
@media (max-width: 575px) {
  .index-news .list .item {
    padding: 25px;
  }
}
.index-news .list .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: auto;
  margin-top: 25px;
}
@media (min-width: 576px) {
  .index-news .list .tit {
    min-height: 85px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .index-news .list .tit {
    min-height: 80px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .index-news .list .tit {
    min-height: 75px;
  }
}
@media (max-width: 767px) {
  .index-news .list .tit {
    margin-top: 15px;
  }
}
.index-news .list .more-box {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .index-news .list .more-box {
    margin-top: 15px;
  }
}
.index-news .list .more-box a {
  padding: 0;
  background: none;
}
@media (min-width: 1200px) {
  .index-news .list .more-box a:hover {
    color: #bf0000;
  }
}
.index-news .list .more-box a:active {
  color: #bf0000;
}
.public-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.public-banner img {
  position: relative;
  display: block;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .public-banner img {
    min-width: 1920px;
  }
}
@media (max-width: 991px) {
  .public-banner img {
    width: 120%;
  }
}
@media (max-width: 575px) {
  .public-banner img {
    width: 160%;
  }
}
.public-banner .banner-tit {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 3;
  color: #fff;
}
@media (max-width: 1199px) {
  .public-banner .banner-tit {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.public-banner .banner-tit b {
  font-size: 60px;
  font-family: 'Facon';
}
@media (max-width: 1469px) {
  .public-banner .banner-tit b {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .public-banner .banner-tit b {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .public-banner .banner-tit b {
    font-size: 30px;
  }
}
.public-banner .learn-more {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1199px) {
  .public-banner .learn-more {
    display: none;
  }
}
.breadcrumb-box {
  background-color: rgba(34, 34, 34, 0.5);
  color: #fff;
  position: relative;
  z-index: 2;
  margin-top: -55px;
}
@media (max-width: 991px) {
  .breadcrumb-box {
    margin-top: -44px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-box {
    margin-top: -30px;
  }
}
.breadcrumb {
  margin: 0;
  padding: 15px 0;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
  background: none;
  color: inherit;
  font-size: 15px;
}
@media (max-width: 991px) {
  .breadcrumb {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    font-size: 12px;
    padding: 5px 0;
  }
}
.breadcrumb li:first-child:before {
  display: inline-block;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e63d';
  font-size: 1.2em;
  margin-right: 5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
}
.breadcrumb li a,
.breadcrumb li span {
  color: inherit;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .breadcrumb li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .breadcrumb li a:active {
    text-decoration: underline;
  }
}
.breadcrumb > li + li:before {
  padding: 0 4px 0 3px;
  content: '>';
  color: inherit;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .breadcrumb > li + li:before {
    padding: 0 3px 0 5px;
  }
}
.xs-product-nav {
  line-height: 1.8;
  margin: 0 -8px 25px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .xs-product-nav {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .xs-product-nav {
    font-size: 0.9em;
    margin: 0 -6px 15px;
  }
}
.xs-product-nav li {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
}
@media (max-width: 575px) {
  .xs-product-nav li {
    padding: 0 6px;
  }
}
.xs-product-nav .active {
  font-weight: bold;
  color: #bf0000;
}
.xs-product-nav .menu2 {
  border-top: 1px solid #dbdbdb;
  padding-top: 10px;
  margin-top: 10px;
}
.inside-nav {
  -webkit-user-select: none;
          user-select: none;
  font-weight: 500;
  margin: -40px 0 70px;
  border-radius: 6px;
  position: relative;
  z-index: 2;
}
.inside-nav:after {
  position: absolute;
  left: 0;
  top: 7px;
  width: 100%;
  height: 54px;
  border: 1px solid #e5e0d5;
  border-radius: 6px;
  z-index: -1;
  content: '';
}
@media (max-width: 1199px) {
  .inside-nav {
    margin: -30px 0 60px;
  }
}
@media (max-width: 991px) {
  .inside-nav {
    margin: -20px 0 50px;
  }
  .inside-nav:after {
    height: 51px;
  }
}
@media (max-width: 767px) {
  .inside-nav {
    margin: -10px 0 40px;
  }
  .inside-nav:after {
    height: 50px;
  }
}
@media (max-width: 575px) {
  .inside-nav:after {
    height: 42px;
  }
}
.inside-nav .nav-wrap {
  overflow-x: auto;
  padding: 0 15px;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  /*滑块效果*/
}
.inside-nav .nav-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fefefe;
}
.inside-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;
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
}
.inside-nav ul {
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  font-size: 18px;
  white-space: nowrap;
  padding: 7px 0;
}
@media (max-width: 991px) {
  .inside-nav ul {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .inside-nav ul {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .inside-nav ul {
    font-size: 12px;
  }
}
.inside-nav li {
  display: inline-block;
  margin-left: 100px;
  line-height: 1;
}
.inside-nav li:first-child {
  margin-left: 0;
}
@media (max-width: 1469px) {
  .inside-nav li {
    margin-left: 80px;
  }
}
@media (max-width: 1199px) {
  .inside-nav li {
    margin-left: 60px;
  }
}
@media (max-width: 991px) {
  .inside-nav li {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .inside-nav li {
    margin-left: 4vmin;
  }
}
.inside-nav .active > a {
  color: #bfa469;
}
.inside-nav .active > a:before,
.inside-nav .active > a:after {
  opacity: 1;
}
.inside-nav .active > a:after {
  width: 60%;
}
.inside-nav .active > a:before {
  bottom: -3px;
}
.inside-nav .active > a .iconfont {
  background-color: #d9bb78;
  color: #fff;
}
.inside-nav a {
  display: block;
  padding: 18px 0;
  position: relative;
}
.inside-nav a:before,
.inside-nav a:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.inside-nav a:after {
  width: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(218, 189, 120, 0)), color-stop(50%, #dabd78), to(rgba(218, 189, 120, 0)));
  background: linear-gradient(to right, rgba(218, 189, 120, 0) 0%, #dabd78 50%, rgba(218, 189, 120, 0) 100%);
  bottom: 0;
}
.inside-nav a:before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #dabd78;
  bottom: -7px;
}
.inside-nav a .iconfont {
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
@media (min-width: 1200px) {
  .inside-nav a:hover {
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
    color: #bfa469;
  }
  .inside-nav a:hover:before,
  .inside-nav a:hover:after {
    opacity: 1;
  }
  .inside-nav a:hover:after {
    width: 60%;
  }
  .inside-nav a:hover:before {
    bottom: -3px;
  }
  .inside-nav a:hover .iconfont {
    background-color: #d9bb78;
    color: #fff;
  }
}
@media (max-width: 575px) {
  .inside-nav a {
    padding: 15px 0;
  }
}
.content-r > .tit-1 {
  text-transform: uppercase;
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .content-r > .tit-1 {
    padding: 0 0 10px;
  }
}
.menu-product .fixed-slide {
  background-color: #fff;
  padding: 15px;
}
.menu-wrap .menu {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background-color: #fafafa;
}
.menu-wrap .menu a {
  display: block;
}
.menu-wrap .tit {
  color: #fff;
  padding: 19px 30px;
  position: relative;
  z-index: 2;
}
.menu-wrap .tit:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #222222;
  -webkit-transform: perspective(0.5em) rotateX(-0.6deg);
          transform: perspective(0.5em) rotateX(-0.6deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.menu-wrap .menu1 {
  padding: 0 20px;
  font-size: 16px;
}
@media (max-width: 1469px) {
  .menu-wrap .menu1 {
    font-size: 15px;
  }
}
.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;
  font-weight: bold;
  font-size: 1.3em;
}
.menu-wrap .menu1 li .menu-more:before {
  -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';
}
.menu-wrap .menu1 li.active > .more-wrap > .menu-more:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  content: '\e640';
}
@media (min-width: 1200px) {
  .menu-wrap .menu1 li a:hover {
    color: #bf0000;
  }
}
.menu-wrap .menu1 > li:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}
.menu-wrap .menu1 > li.active > a,
.menu-wrap .menu1 > li.active > .more-wrap {
  color: #bf0000;
}
.menu-wrap .menu1 > li > .more-wrap,
.menu-wrap .menu1 > li > a {
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  position: relative;
}
.menu-wrap .menu1 > li > .more-wrap > a:before,
.menu-wrap .menu1 > li > a:before {
  content: "-";
  margin-right: 5px;
  font-weight: normal;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
.menu-wrap .menu1 > li > .more-wrap > span,
.menu-wrap .menu1 > li > a > span {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
}
@media (min-width: 1200px) {
  .menu-wrap .menu1 > li > .more-wrap:hover,
  .menu-wrap .menu1 > li > a:hover {
    color: #bf0000;
  }
}
@media (min-width: 1200px) {
  .menu-wrap .menu1 > li > .more-wrap:hover {
    color: #bf0000;
  }
  .menu-wrap .menu1 > li > .more-wrap:hover .menu-more {
    color: #bf0000;
  }
}
@media (min-width: 1200px) {
  .menu-wrap .menu1 > li > a:hover {
    color: #bf0000;
  }
}
.menu-wrap .menu1 > li > a,
.menu-wrap .menu1 > li > .more-wrap > a {
  padding: 17px 0;
}
.menu-wrap .menu1 ul {
  display: none;
}
.menu-wrap .menu2 {
  padding-bottom: 17px;
}
.menu-wrap .menu2 > li {
  margin-top: 8px;
}
.menu-wrap .menu2 > li:first-child {
  margin-top: 0;
}
.menu-wrap .menu2 > li.active > a,
.menu-wrap .menu2 > li.active > .more-wrap {
  color: #bf0000;
}
.menu-wrap .menu2 > li.active > a:before,
.menu-wrap .menu2 > li.active > .more-wrap:before {
  background-color: #bf0000;
}
.menu-wrap .menu2 > li > a,
.menu-wrap .menu2 > li > .more-wrap > a {
  padding: 3px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.menu-wrap .menu2 > li > a {
  position: relative;
}
@media (min-width: 1200px) {
  .menu-wrap .menu2 > li > a:hover {
    color: #bf0000;
  }
}
.menu-wrap .menu3 {
  padding-bottom: 5px;
}
.menu-wrap .menu3 > li {
  padding-left: 20px;
  margin-bottom: 10px;
}
.menu-wrap .menu3 > li.active > a {
  color: #bf0000;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .menu-wrap .menu3 > li > a:hover {
    color: #bf0000;
    text-decoration: underline;
  }
}
.fz20,
.fz22,
.fz24,
.fz26,
.fz30,
.fz32,
.fz36 {
  font-weight: 500;
}
.fz18 {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .fz18 {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .fz18 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fz18 {
    font-size: 15px;
  }
}
.fz20 {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .fz20 {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .fz20 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .fz20 {
    font-size: 17px;
  }
}
.fz22 {
  font-size: 22px;
}
@media (max-width: 1199px) {
  .fz22 {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .fz22 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .fz22 {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .fz22 {
    font-size: 18px;
  }
}
.fz24 {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .fz24 {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .fz24 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .fz24 {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .fz24 {
    font-size: 20px;
  }
}
.fz26 {
  font-size: 26px;
}
@media (max-width: 1199px) {
  .fz26 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .fz26 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .fz26 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .fz26 {
    font-size: 21px;
  }
}
.fz30 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .fz30 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .fz30 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .fz30 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .fz30 {
    font-size: 22px;
  }
}
.fz32 {
  font-size: 32px;
}
@media (max-width: 1199px) {
  .fz32 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .fz32 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .fz32 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .fz32 {
    font-size: 23px;
  }
}
.fz36 {
  font-size: 36px;
}
@media (max-width: 1199px) {
  .fz36 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .fz36 {
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .fz36 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .fz36 {
    font-size: 24px;
  }
}
.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  padding: 0 15px;
}
.inside-page .content {
  padding: 80px 0;
}
@media (max-width: 1469px) {
  .inside-page .content {
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  .inside-page .content {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .inside-page .content {
    padding: 55px 0;
  }
}
@media (max-width: 767px) {
  .inside-page .content {
    padding: 45px 0;
  }
}
.news-list {
  margin-top: -30px;
}
.news-list > li {
  padding: 30px 0;
}
@media (min-width: 1200px) {
  .news-list > li 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 > li:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .news-list > li {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .news-list > li:hover {
    background-color: #f7f7f7;
  }
  .news-list > li:hover .more-box a {
    background-color: #222;
    color: #fff;
  }
}
@media (max-width: 1199px) {
  .news-list > li {
    padding: 0;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .news-list > li {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .news-list .item {
    display: -webkit-box;
    display: flex;
  }
  .news-list .item .pic {
    width: 480px;
  }
  .news-list .item .intro {
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
    padding-left: 4.25531915%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    justify-content: space-around;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .news-list .item .pic {
    width: 40%;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .news-list .item .intro {
    width: 60%;
  }
}
.news-list .item .img-box {
  padding-bottom: 66.66666667%;
}
.news-list .item .func {
  margin-top: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .news-list .item .func {
    margin-top: 15px;
  }
}
.news-list .item .name {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
}
@media (max-width: 991px) {
  .news-list .item .name {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .news-list .item .name {
    margin-top: 15px;
  }
}
.news-list .item .txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: auto;
}
.news-list .item .more a {
  padding: 8px 22px;
  border-radius: 30px;
  border: 1px solid #e2e5df;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.news-list .item .more a:after {
  margin-left: 10px;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\ea64';
}
@media (min-width: 1200px) {
  .news-list .item .more a {
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
  }
  .news-list .item .more a:after {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .news-list .item .more a:hover:after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (max-width: 767px) {
  .news-list .item .more a {
    font-size: 12px;
    padding: 6px 15px;
  }
}
.news-list .item .more a:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  background-color: #bf0000;
  border-color: #bf0000;
  color: #fff;
}
.index-news .date,
.news-wrap .date,
.news-details-wrap .date {
  color: #666666;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.index-news .date:before,
.news-wrap .date:before,
.news-details-wrap .date:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62f';
  margin-right: 7px;
  font-size: 1em;
  line-height: 1;
}
@media (min-width: 768px) {
  .index-news .date,
  .news-wrap .date,
  .news-details-wrap .date {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .index-news .date,
  .news-wrap .date,
  .news-details-wrap .date {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .news-details-wrap .container {
    width: 1170px;
  }
}
.news-details-wrap .info {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
@media (max-width: 767px) {
  .news-details-wrap .info {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.news-details-wrap h1 {
  margin-top: 0;
  line-height: 1.3;
}
.news-details-wrap .news-page {
  overflow: hidden;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .news-details-wrap .news-page {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .news-details-wrap .news-page {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .news-details-wrap .news-page a:hover {
    color: #bf0000;
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .news-details-wrap .news-page a:active {
    color: #bf0000;
    text-decoration: underline;
  }
}
.news-details-wrap .news-page p {
  font-size: 16px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .news-details-wrap .news-page p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .news-details-wrap .news-page p {
    font-size: 14px;
  }
}
.news-details-wrap .news-page .next {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .news-details-wrap .news-page .next {
    margin-top: 10px;
  }
}
.product-list {
  margin-top: -30px;
}
.product-list.slick-initialized {
  margin-top: 0;
}
.product-list .slick-list {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .product-list .slick-list {
    margin: 0 -8px;
  }
}
.product-list .slick-slide {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .product-list .slick-slide {
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .product-list {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -20px;
  }
  .product-list .slick-list {
    margin: 0 -8px;
  }
  .product-list .slick-slide {
    padding: 0 8px;
  }
}
.product-list > li {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .product-list > li {
    padding: 0 8px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .product-list > li {
    width: 50%;
  }
}
.product-list .item {
  position: relative;
  overflow: hidden;
  border: 1px solid #cccccc;
  padding: 15px 25px 0;
}
@media (max-width: 1469px) {
  .product-list .item {
    padding: 10px 15px 0;
  }
}
@media (min-width: 1200px) {
  .product-list .item img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .product-list .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .product-list .item {
    -webkit-transition: border-color 0.6s;
    transition: border-color 0.6s;
  }
  .product-list .item:hover {
    border-color: #222222;
  }
  .product-list .item:hover .info {
    color: #bf0000;
  }
  .product-list .item:hover .name {
    text-decoration: underline;
  }
}
.product-list .pic {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.product-list .info {
  font-size: 16px;
  display: -webkit-box;
  display: flex;
  border-top: 1px solid #e6e6e6;
  -webkit-box-align: center;
          align-items: center;
  padding: 15px 0;
}
.product-list .info > div {
  display: -webkit-box;
  display: flex;
}
@media (max-width: 1469px) {
  .product-list .info {
    padding: 10px 0;
  }
}
@media (max-width: 575px) {
  .product-list .info {
    font-size: 15px;
    font-size: 3.2vmin;
  }
}
.product-list .name {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
}
.product-list .name a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}
.product-list .name a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  height: auto;
}
@media (min-width: 1200px) {
  .product-list .name a:hover {
    text-decoration: underline;
  }
}
.product-list .add-btn {
  z-index: 3;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 22px;
  color: #666666;
  cursor: pointer;
  background-color: #f5f5f5;
}
@media (min-width: 1200px) {
  .product-list .add-btn {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .product-list .add-btn:hover {
    background-color: #000;
    color: #fff;
  }
}
.product-list .add-btn:active {
  background-color: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .product-list .add-btn {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.product-list .add-btn:active {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
@media (max-width: 1199px) {
  .product-wrap .product-list,
  .search-none-wrap .product-list {
    margin-top: -25px;
  }
}
@media (max-width: 575px) {
  .product-wrap .product-list,
  .search-none-wrap .product-list {
    margin: -25px -8px 0;
  }
}
.details-tit {
  font-weight: bold;
  text-transform: capitalize;
  margin: 55px 0 15px;
}
@media (max-width: 991px) {
  .details-tit {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .details-tit {
    margin: 40px 0 15px;
  }
}
@media (min-width: 992px) {
  .product-details-wrap .carousel-wrap {
    display: -webkit-box;
    display: flex;
  }
}
.product-details-wrap .carousel-wrap .carousel-box {
  font-size: 0;
}
@media (min-width: 1200px) {
  .product-details-wrap .carousel-wrap .carousel-box:hover .slider-for .slick-arrow {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .product-details-wrap .carousel-wrap .carousel-box {
    width: 43.04761905%;
  }
}
@media (max-width: 991px) {
  .product-details-wrap .carousel-wrap .carousel-box {
    width: 452px;
    margin: 0 auto 30px;
    max-width: 100%;
  }
}
.product-details-wrap .carousel-wrap .slider-for,
.product-details-wrap .carousel-wrap .slider-nav .item {
  border: 1px solid #dcdcdf;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.product-details-wrap .carousel-wrap .slider-for {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.product-details-wrap .carousel-wrap .slider-for .slick-arrow {
  display: none !important;
  opacity: 1;
  z-index: 22;
}
@media (min-width: 1200px) {
  .product-details-wrap .carousel-wrap .slider-for .slick-arrow:hover {
    opacity: 1 !important;
  }
}
.product-details-wrap .carousel-wrap .slider-for .slick-dots {
  position: absolute;
  right: 0;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-details-wrap .carousel-wrap .slider-for .slick-dots > li {
  display: block;
  margin: 15px 0 15px auto;
  width: 16px;
  height: 2px;
  border-radius: 0;
  background-color: #cccccc;
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.product-details-wrap .carousel-wrap .slider-for .slick-dots .slick-active {
  width: 30px;
  background-color: #222;
}
.product-details-wrap .carousel-wrap .slider-nav {
  margin-top: 10px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-list {
  margin: 0 -5px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-slide {
  padding: 0 5px;
}
@media (max-width: 575px) {
  .product-details-wrap .carousel-wrap .slider-nav {
    margin-top: 5px;
  }
  .product-details-wrap .carousel-wrap .slider-nav .slick-list {
    margin: 0 -5px;
  }
  .product-details-wrap .carousel-wrap .slider-nav .slick-slide {
    padding: 5px;
  }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-arrow {
  background: none;
  font-weight: bold;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .product-details-wrap .carousel-wrap .slider-nav .slick-arrow:hover {
    color: #bf0000;
  }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-prev {
  left: -5px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-next {
  right: -7px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-current .item {
  border-color: #bf0000;
}
.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.35);
}
.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: '\e67c';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 3;
  background-color: #bf0000;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1469px) {
  .product-details-wrap .carousel-wrap .slider-nav .product-video:before {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .product-details-wrap .carousel-wrap .slider-nav .product-video:before {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .product-details-wrap .carousel-wrap .info-box {
    width: 54.28571429%;
    padding-left: 4.28571429%;
  }
}
.product-details-wrap .carousel-wrap .breadcrumb {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .product-details-wrap .carousel-wrap .breadcrumb {
    padding-top: 0;
  }
}
.product-details-wrap .carousel-wrap .breadcrumb li {
  margin-bottom: 5px;
}
.product-details-wrap .carousel-wrap h1 {
  margin: 25px 0 35px;
}
@media (max-width: 1469px) {
  .product-details-wrap .carousel-wrap h1 {
    margin: 15px 0 25px;
  }
}
@media (max-width: 991px) {
  .product-details-wrap .carousel-wrap h1 {
    margin-bottom: 15px;
  }
}
.product-details-wrap .carousel-wrap .description {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .product-details-wrap .carousel-wrap .txt {
    min-height: 215px;
  }
}
.product-details-wrap .func-btn {
  width: 340px;
  max-width: 100%;
  padding-top: 50px;
}
.product-details-wrap .func-btn .row {
  margin: 0 -12px;
}
.product-details-wrap .func-btn li {
  margin-top: 20px;
  padding: 0 12px;
}
@media (max-width: 1469px) {
  .product-details-wrap .func-btn {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .product-details-wrap .func-btn {
    padding-top: 10px;
  }
  .product-details-wrap .func-btn .row {
    margin: 0 -5px;
  }
  .product-details-wrap .func-btn li {
    padding: 0 5px;
  }
}
.product-details-wrap .func-btn a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 100%;
  font-size: 15px;
  background-color: #f5f5f5;
  text-transform: capitalize;
  position: relative;
}
.product-details-wrap .func-btn a:before {
  margin-right: 10px;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3em;
}
.product-details-wrap .func-btn a:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: 0s;
  transition: 0s;
  background-color: #222;
  color: #fff;
}
.product-details-wrap .func-btn a:active span {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .product-details-wrap .func-btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .product-details-wrap .func-btn a:hover {
    background-color: #222;
    color: #fff;
  }
}
@media (max-width: 575px) {
  .product-details-wrap .func-btn a {
    font-size: 14px;
    font-size: 3.5vmin;
    line-height: 40px;
    height: 40px;
    padding: 0 5px;
  }
}
.product-details-wrap .func-btn .inquiry-btn:before {
  content: '\e633';
}
.product-details-wrap .func-btn .add-btn:before {
  content: '\e642';
}
.product-details-wrap .details-related .details-tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.product-details-wrap .related-arrow .slick-arrow {
  margin: 0;
  font-size: 16px;
}
.product-details-wrap .related-arrow .slick-arrow:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.product-details-wrap .related-arrow .slick-next {
  margin-left: 35px;
}
.product-details-wrap .slick-related {
  margin: 0;
  padding-top: 5px;
}
.product-details-wrap .slick-related .item-box {
  padding-top: 1px;
  padding-bottom: 1px;
}
.inquiry-wrap .details-tit {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .inquiry-wrap .details-tit {
    margin-bottom: 15px;
  }
}
.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 {
  background-color: #bf0000;
  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;
}
.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: inline-block;
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e3e3e3;
}
.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: #bf0000;
  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%;
  }
}
@media (max-width: 575px) {
}
.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 {
  color: #bf0000;
}
.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 {
  zoom: 1;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  min-width: 90px;
}
.inquiry-wrap .inquiry-box .number-box:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.inquiry-wrap .inquiry-box .number-box a {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #999999;
}
.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: #bf0000;
}
@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 #bf0000;
  border-top: none;
}
.inquiry-wrap .inquiry-box .list li {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #bf0000;
}
.inquiry-wrap .inquiry-box .list li:nth-of-type(1) {
  border-top: none;
}
@media (max-width: 991px) {
  .inquiry-wrap .inquiry-box .list li {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .list li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.inquiry-wrap .inquiry-form {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-form {
    margin-top: 40px;
  }
}
.inquiry-wrap .inquiry-form form {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-form form {
    padding-top: 5px;
  }
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
  color: #666666;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder {
  color: #666666;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
  color: #666666;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder {
  color: #666666;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder {
  color: #999;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder {
  color: #999;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder {
  color: #999;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder {
  color: #999;
}
.inquiry-form p {
  color: #6d7073;
}
@media (min-width: 992px) {
  .inquiry-form p {
    margin-bottom: 25px;
  }
}
.inquiry-form form .row {
  margin: 0 -10px;
}
.inquiry-form form .row li {
  padding: 0 10px;
}
.inquiry-form form label {
  margin: 0 0 20px;
  position: relative;
  font-weight: normal;
  width: 100%;
}
@media (max-width: 767px) {
  .inquiry-form form label {
    margin-bottom: 15px;
  }
}
.inquiry-form form input,
.inquiry-form form textarea {
  display: block;
  padding: 14px 20px;
  width: 100%;
  color: #666666;
  background: #f5f5f5;
  font-size: 15px;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
  .inquiry-form form input,
  .inquiry-form form textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.inquiry-form form textarea {
  height: 160px;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
.inquiry-form form .pro-name {
  margin-bottom: 20px;
  background-color: #bf0000;
  color: #fff;
}
@media (max-width: 767px) {
  .inquiry-form form .pro-name {
    margin-bottom: 15px;
  }
}
.inquiry-form form .placeholder {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  padding: 0 3px;
  color: #bf0000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.inquiry-form form .input-box:placeholder-shown + .placeholder {
  visibility: hidden;
  z-index: -1;
}
.inquiry-form form .input-box:not(:placeholder-shown) + .placeholder,
.inquiry-form form .input-box:focus:not(:placeholder-shown) + .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);
}
.inquiry-form form .func {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.inquiry-form form .func > * {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 48px;
  line-height: 48px;
}
.inquiry-form form .func > *:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  font-size: 18px;
}
@media (max-width: 575px) {
  .inquiry-form form .func > *:after {
    margin-left: 5px;
  }
}
@media (min-width: 1200px) {
  .inquiry-form form .func > * {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .inquiry-form form .func > *:hover {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.15);
  }
  .inquiry-form form .func > *:hover b {
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .inquiry-form form .func > *:active {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.15);
  }
  .inquiry-form form .func > *:active b {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .inquiry-form form .func > * {
    font-size: 0.9em;
    height: 40px;
    line-height: 40px;
  }
}
.inquiry-form form .upload-btn {
  color: #5e6266;
  width: 170px;
  border: 1px solid #e5e5e5;
}
.inquiry-form form .upload-btn:after {
  content: '\e64e';
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.inquiry-form form .upload-btn.active:after {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  content: '\e640';
}
@media (max-width: 767px) {
  .inquiry-form form .upload-btn {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .inquiry-form form .upload-btn {
    width: 110px;
  }
}
.inquiry-form form .submit {
  color: #fff;
  padding: 14px 32px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 16px;
  background: #222;
}
.inquiry-form form .submit span,
.inquiry-form form .submit:before {
  display: inline-block;
  vertical-align: middle;
}
.inquiry-form form .submit:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e678';
  font-size: 1em;
  line-height: 1;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .inquiry-form form .submit {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .inquiry-form form .submit:hover {
    background-color: #bf0000;
  }
  .inquiry-form form .submit:hover span {
    text-decoration: underline;
  }
}
.inquiry-form form .submit:active {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
@media (max-width: 991px) {
  .inquiry-form form .submit {
    font-size: 15px;
    padding: 13px 30px;
  }
}
@media (max-width: 767px) {
  .inquiry-form form .submit {
    margin-top: 0;
    padding: 9px 25px;
  }
}
@media (max-width: 575px) {
  .inquiry-form form .submit {
    font-size: 14px;
    padding: 8px 20px;
  }
}
.share-box {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .share-box {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .share-box {
    margin-top: 20px;
  }
}
.share-box > * {
  display: inline-block;
  vertical-align: middle;
}
.share-box > span {
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .share-box > span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .share-box > span {
    font-size: 14px;
  }
}
@media (min-width: 1470px) {
  .about-wrap .content {
    padding: 100px 0;
  }
}
.about-wrap .intro .video-box {
  position: relative;
  z-index: 3;
}
@media (min-width: 576px) {
  .about-wrap .intro .video-box {
    float: right;
    width: 600px;
    margin-left: 90px;
  }
}
@media (min-width: 576px) and (max-width: 1469px) {
  .about-wrap .intro .video-box {
    margin-left: 50px;
    width: 550px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .about-wrap .intro .video-box {
    width: 450px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .about-wrap .intro .video-box {
    width: 45%;
    margin-left: 25px;
  }
}
@media (max-width: 575px) {
  .about-wrap .intro .video-box {
    width: 320px;
    max-width: 100%;
  }
}
.about-wrap .intro .video-box .img-box {
  padding-bottom: 133.33333333%;
}
@media (min-width: 576px) {
  .about-wrap .intro .txt {
    min-height: 670px;
  }
}
@media (min-width: 576px) and (max-width: 1469px) {
  .about-wrap .intro .txt {
    min-height: 650px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .about-wrap .intro .txt {
    min-height: 520px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .about-wrap .intro .txt {
    min-height: 350px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .about-wrap .intro .txt {
    min-height: 310px;
  }
}
.about-wrap .intro .title {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .about-wrap .intro .title {
    padding-top: 25px;
  }
}
.about-wrap .intro .title > b {
  color: #666666;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .about-wrap .intro .title > b {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 991px) {
  .about-wrap .intro .title > b {
    font-size: 15px;
  }
}
.about-wrap .intro .btm-title {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  padding: 60px 0;
  margin-top: 50px;
}
.about-wrap .intro .btm-title:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  z-index: -1;
  background: #222222;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.9)), to(rgba(34, 34, 34, 0.9))), url(../images/noise_bg.png);
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9)), url(../images/noise_bg.png);
  width: 100vw;
}
@media (max-width: 575px) {
  .about-wrap .intro .btm-title {
    padding: 30px 0;
    margin-top: 25px;
  }
}
.about-wrap .intro .btm-title h2 {
  margin: 0;
  font-family: 'Facon';
}
.about-wrap .honor-content {
  padding-top: 0;
}
@media (max-width: 991px) {
  .about-wrap .slick-honor .slick-list {
    margin: 0 -8px;
  }
  .about-wrap .slick-honor .slick-slide {
    padding: 0 8px;
  }
}
.about-wrap .slick-honor .img-box {
  padding-bottom: 140.90909091%;
}
@media (min-width: 1200px) {
  .about-wrap .slick-honor .img-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .about-wrap .slick-honor .img-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.about-wrap .factory-content {
  overflow: hidden;
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .about-wrap .factory-content {
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .about-wrap .factory-content {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .about-wrap .factory-content {
    padding-top: 5px;
  }
}
.about-wrap .slick-factory .slick-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media (max-width: 991px) {
  .about-wrap .slick-factory .slick-slide {
    padding: 0 8px;
  }
}
.about-wrap .slick-factory .slick-active {
  opacity: 1;
}
.about-wrap .slick-factory .img-box {
  padding-bottom: 66.66666667%;
}
.about-wrap .slick-factory .img-box:before,
.about-wrap .slick-factory .img-box:after {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.about-wrap .slick-factory .img-box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.about-wrap .slick-factory .img-box:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e792';
  z-index: 3;
  color: #fff;
  font-size: 35px;
  position: absolute;
}
@media (min-width: 1200px) {
  .about-wrap .slick-factory .img-box:before {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(80%);
        -ms-transform: translateX(-50%) translateY(80%);
            transform: translateX(-50%) translateY(80%);
  }
}
@media (min-width: 1200px) {
  .about-wrap .slick-factory .img-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .about-wrap .slick-factory .img-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .about-wrap .slick-factory .img-box:hover:before,
  .about-wrap .slick-factory .img-box:hover:after {
    opacity: 1;
  }
  .about-wrap .slick-factory .img-box:hover:before {
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 1199px) {
  .about-wrap .slick-factory .img-box:before {
    opacity: 1;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.about-wrap .slick-factory .slick-list {
  overflow: visible;
}
.contact-list {
  padding-top: 10px;
}
.contact-list li {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .contact-list li {
    margin-top: 25px;
  }
}
.contact-list li:first-child {
  margin-top: 0;
}
.contact-list li .item {
  position: relative;
  font-size: 16px;
  line-height: 1.875;
  display: -webkit-box;
  display: flex;
}
@media (min-width: 1200px) {
  .contact-list li .item:hover:before {
    color: #fff;
    background-color: #222;
  }
}
@media (max-width: 1199px) {
  .contact-list li .item {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .contact-list li .item {
    font-size: 14px;
  }
}
.contact-list li .item:before {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #f5f5f5;
  border-radius: 50%;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-size: 1.6em;
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 1469px) {
  .contact-list li .item:before {
    width: 46px;
    height: 46px;
    font-size: 1.3em;
  }
}
@media (max-width: 767px) {
  .contact-list li .item:before {
    width: 40px;
    height: 40px;
  }
}
.contact-list li a:active {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .contact-list li a:hover {
    text-decoration: underline;
  }
}
.contact-list li .intro {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .contact-list li .intro {
    padding-left: 10px;
  }
}
.contact-list li .tit {
  font-weight: bold;
  font-size: 1.25em;
  text-transform: capitalize;
}
.contact-list li p {
  margin: 0;
  color: #666666;
}
.contact-list li p a {
  display: inline-block;
  margin-right: 30px;
}
.contact-list li p a:last-of-type {
  margin-right: 0;
}
@media (max-width: 1469px) {
  .contact-list li p a {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .contact-list li p a {
    margin-right: 10px;
  }
}
.contact-list li.company .item:before {
  content: '\e654';
}
.contact-list li.wechat .item:before {
  content: '\e604';
}
.contact-list li.tel .item:before {
  content: '\e646';
}
.contact-list li.mp .item:before {
  content: '\e625';
}
.contact-list li.fax .item:before {
  content: '\e648';
}
.contact-list li.mail .item:before {
  content: '\e62e';
}
.contact-list li.url .item:before {
  content: '\e62a';
}
.contact-list li.address .item:before {
  content: '\e649';
}
.contact-list li.phone .item:before {
  content: '\e61c';
}
.contact-list li.whatsapp .item:before {
  content: '\e621';
}
.contact-list li.skype .item:before {
  content: '\e616';
}
.contact-list li.qq .item:before {
  content: '\e62d';
}
.contact-wrap .info-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.contact-wrap .info-wrap > div {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .contact-wrap .info-wrap > div {
    margin-bottom: 40px;
  }
  .contact-wrap .info-wrap > div:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .contact-wrap .info-wrap > div {
    margin-bottom: 35px;
  }
}
.contact-wrap .map .map-content {
  width: 100%;
  display: block;
  height: 600px;
}
@media (max-width: 991px) {
  .contact-wrap .map .map-content {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .map .map-content {
    height: 280px;
  }
}
.contact-wrap .inquiry-form {
  position: relative;
  overflow: hidden;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0.95)), to(rgba(250, 250, 250, 0.95))), url(../images/noise_bg.png);
  background: linear-gradient(to bottom, rgba(250, 250, 250, 0.95), rgba(250, 250, 250, 0.95)), url(../images/noise_bg.png);
}
.contact-wrap .inquiry-form form input,
.contact-wrap .inquiry-form form textarea {
  background: #fff;
}
.contact-wrap .inquiry-form form .submit {
  margin: 10px auto 0;
}
.search-none {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .search-none {
    margin-bottom: 35px;
  }
}
.search-none h3 {
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .search-none h3 {
    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;
}
@media (max-width: 991px) {
  .sitemap-wrap .list1 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .sitemap-wrap .list1 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .sitemap-wrap .list1 {
    font-size: 15px;
  }
}
.sitemap-wrap .list1 > li {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sitemap-wrap .list1 > li {
    margin-top: 15px;
  }
}
.sitemap-wrap .list1 > li > span > a {
  font-weight: bold;
  min-width: 260px;
  background-color: #bf0000;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 12px 30px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .sitemap-wrap .list1 > li > span > a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .sitemap-wrap .list1 > li > span > a:hover {
    color: #fff;
    background-color: #bf0000;
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .sitemap-wrap .list1 > li > span > a:active {
    color: #fff;
    background-color: #bf0000;
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .sitemap-wrap .list1 > li > span > a {
    padding: 8px 20px;
  }
}
@media (max-width: 575px) {
  .sitemap-wrap .list1 > li > span > a {
    width: 100%;
  }
}
.sitemap-wrap .list2 {
  text-transform: capitalize;
  padding: 0 0 10px 30px;
}
@media (max-width: 767px) {
  .sitemap-wrap .list2 {
    padding-left: 15px;
  }
}
.sitemap-wrap .list2 > li {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sitemap-wrap .list2 > li {
    margin-top: 15px;
  }
}
.sitemap-wrap .list2 > li > span > a {
  font-size: 0.88888889em;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .sitemap-wrap .list2 a:hover {
    color: #bf0000;
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .sitemap-wrap .list2 a:active {
    color: #bf0000;
    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: 767px) {
  .sitemap-wrap .list3 {
    margin-right: -15px;
  }
}
.sitemap-wrap .list3 > li {
  padding-right: 30px;
  margin-top: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .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 .btn {
  right: 10px;
}
.online-wrap.right .online {
  right: 10px;
}
@media (max-width: 767px) {
  .online-wrap.right .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.right .online a {
  border-radius: 4px;
}
@media (min-width: 1200px) {
  .online-wrap.right .online a:not(.gotop):hover {
    border-radius: 0 4px 4px 0;
  }
  .online-wrap.right .online a:not(.gotop):hover .show-num {
    right: 100%;
  }
}
.online-wrap.right .code-pic {
  right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .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 .btn {
  left: 10px;
}
.online-wrap.left .online {
  left: 10px;
}
@media (max-width: 767px) {
  .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: 991px) {
  .online-wrap.left .code-pic {
    left: 55px;
  }
}
.online-wrap.left .show-num {
  left: -600px;
  border-radius: 0 4px 4px 0;
}
.online-wrap .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(51, 51, 51, 0.4);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .online-wrap .btn {
    display: none;
  }
}
.online-wrap .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 .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: 991px) {
  .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;
}
@media (max-width: 767px) {
  .online-wrap .online {
    bottom: 100px;
  }
  .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: 48px;
  height: 48px;
  background-color: rgba(34, 34, 34, 0.2);
  text-align: center;
  margin: 5px 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: 48px;
  font-size: 24px;
  color: #fff;
}
@media (min-width: 1200px) {
  .online-wrap .online a:hover {
    color: #fff;
    background-color: #222222;
  }
  .online-wrap .online a:hover .show-num {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .online-wrap .online a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
.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;
}
.online-wrap .online .show-num P {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  background-color: #222222;
  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;
  padding: 2px 4px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
}
@media (max-width: 767px) {
  .online-wrap .online .cart i {
    top: 2px;
    right: 0;
  }
}
.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(191, 0, 0, 0.8);
}
.xs-online ul {
  color: #fff;
  text-align: center;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  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.feedback > a:before {
  content: '\e7a5';
}
.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.product > a:before {
  content: '\e7e9';
}
.xs-online ul li.gotop > a:before {
  content: '\e605';
}
.share.mask a {
  overflow: hidden;
  position: relative;
}
.share.mask a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.15)), to(rgba(204, 204, 204, 0.05)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(204, 204, 204, 0.05));
  width: 2.22222222rem;
  height: 100%;
  -webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
          transform: translate3d(-150%, 0, 0) skewX(-25deg);
  -webkit-transition: none;
  transition: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1200px) {
  .share.mask a:hover:after {
    left: 100%;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
            transform: translate3d(50%, 0, 0) skewX(-25deg);
    -webkit-transition: left 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: left 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out, left 0.4s ease-out;
    transition: transform 0.4s ease-out, left 0.4s ease-out, -webkit-transform 0.4s ease-out;
  }
}
.share a {
  display: inline-block;
  text-align: center;
  position: relative;
  margin-left: 30px;
  font-size: 20px;
  color: #4d4637;
}
.share a:first-child {
  margin-left: 0 !important;
}
.share a svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.share a .path {
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 0, 126;
  stroke-dashoffset: 0;
  cx: 17;
  cy: 17;
  r: 16;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1200px) {
  .share a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .share a:hover {
    color: #bf0000;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.share a:active {
  color: #bf0000;
}
@media (max-width: 767px) {
  .share a {
    margin-left: 15px;
  }
}
.footer,
.copyright {
  background: #222;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.95)), to(rgba(34, 34, 34, 0.95))), url(../images/noise_bg.png);
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0.95), rgba(34, 34, 34, 0.95)), url(../images/noise_bg.png);
}
.footer {
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #999999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-bottom: 0px;
  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 only screen and (min-width: 1200px) {
  .footer a:hover {
    color: #fff;
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .footer a:active {
    color: #fff;
    text-decoration: underline;
  }
}
.footer .footer-wrap {
  overflow: hidden;
}
.footer .footer-row {
  padding: 50px 0 80px;
  margin: 0 -15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .footer-row {
    flex-wrap: wrap;
    padding: 40px 0 70px;
  }
}
@media (max-width: 991px) {
  .footer .footer-row {
    padding: 30px 0 60px;
  }
}
@media (max-width: 767px) {
  .footer .footer-row {
    padding: 20px 0 45px;
  }
}
.footer .foot-list {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 30px;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .footer .foot-list {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer .foot-list {
    width: 100%;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .footer .foot-list > ul {
    margin: 0 -5px;
  }
  .footer .foot-list > ul > li {
    display: inline-block;
    padding: 0 5px;
  }
}
.footer .foot-list li a {
  display: inline-block;
}
.footer .foot-list p,
.footer .foot-list li {
  font-size: 15px;
  margin: 15px 0 0;
}
@media (max-width: 767px) {
  .footer .foot-list p,
  .footer .foot-list li {
    margin-top: 5px;
  }
}
.footer .f-tit {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer .f-tit {
    margin: 0 0 10px;
  }
}
@media (min-width: 1200px) {
  .footer .foot-info {
    width: 410px;
  }
}
.footer .foot-info .pic {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .footer .foot-info .pic {
    width: 160px;
  }
}
.footer .foot-info p {
  line-height: 2;
}
@media (min-width: 1200px) {
  .footer .foot-subscription {
    width: 430px;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .footer .foot-subscription {
    width: 340px;
  }
}
.footer .foot-subscription form {
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
.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: #ccc;
}
.footer .foot-subscription form input:focus::-o-placeholder,
.footer .foot-subscription form textarea:focus::-o-placeholder {
  color: #ccc;
}
.footer .foot-subscription form input:focus::-moz-placeholder,
.footer .foot-subscription form textarea:focus::-moz-placeholder {
  color: #ccc;
}
.footer .foot-subscription form input:focus::-ms-input-placeholder,
.footer .foot-subscription form textarea:focus::-ms-input-placeholder {
  color: #ccc;
}
.footer .foot-subscription form input,
.footer .foot-subscription form .submit {
  background: none;
}
.footer .foot-subscription form input {
  display: block;
  width: 100%;
  border: 1px solid #999999;
  font-size: 15px;
  margin: 20px 0 25px;
  color: #999;
  padding: 14px 20px ;
}
@media (max-width: 767px) {
  .footer .foot-subscription form input {
    font-size: 14px;
    margin: 15px 0 20px;
  }
}
.footer .foot-subscription form .submit {
  padding: 18px 27px;
  background: #bf0000;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1;
}
.footer .foot-subscription form .submit:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  content: '\e678';
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
}
@media (min-width: 1200px) {
  .footer .foot-subscription form .submit:hover b {
    text-decoration: underline;
  }
}
.footer .foot-subscription form .submit:active {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
@media (max-width: 1199px) {
  .footer .foot-subscription form .submit {
    padding: 15px 23px;
  }
}
@media (max-width: 767px) {
  .footer .foot-subscription form .submit {
    padding: 12px 15px;
  }
}
.footer .foot-subscription .share {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .footer .foot-subscription .share {
    margin-top: 25px;
  }
}
.copyright {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  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);
  color: #999999;
  border-top: 1px solid #666666;
}
.copyright .container {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 16px 15px;
}
@media (min-width: 768px) {
  .copyright .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .copyright .container {
    padding-bottom: 70px;
    text-align: center;
    display: block;
  }
}
.copyright .google-translate {
  min-width: 110px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .copyright .google-translate {
    margin: 15px auto 0;
  }
}
.copyright .info span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
@media only screen and (min-width: 1200px) {
  .copyright .info span a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .copyright .info span a:active {
    text-decoration: underline;
  }
}


@media (min-width: 1200px) {
  .header .nav .nav-list1 .nav-list2,
  .header .list .list2 {
    display: none;
  }
  body.loaded .header .nav .nav-list1 .nav-list2,
  body.loaded .header .list .list2 {
    display: block;
  }
}