@charset "utf-8";
@font-face {
  font-family: 'Lato';
  src: url('font/Lato-Regular.eot');
  src: local('Lato Regular'), local('Lato-Regular'), url('font/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('font/Lato-Regular.woff2') format('woff2'), url('font/Lato-Regular.woff') format('woff'), url('font/Lato-Regular.ttf') format('truetype'), url('font/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('font/Lato-Bold.eot');
  src: local('Lato Bold'), local('Lato-Bold'), url('font/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('font/Lato-Bold.woff2') format('woff2'), url('font/Lato-Bold.woff') format('woff'), url('font/Lato-Bold.ttf') format('truetype'), url('font/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('font/Oswald-Bold.eot');
  src: local('Oswald Bold'), local('Oswald-Bold'), url('font/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('font/Oswald-Bold.woff2') format('woff2'), url('font/Oswald-Bold.woff') format('woff'), url('font/Oswald-Bold.ttf') format('truetype'), url('font/Oswald-Bold.svg#Oswald-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body,
html {
  scroll-behavior: smooth;
  scroll-padding-top: 180px;
}
@media (max-width: 1199px) {
  body,
  html {
    scroll-padding-top: 30px;
  }
}
body {
  font-family: 'Lato', Arial, Helvetica, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
  color: #222222;
}
body.fixed {
  overflow: hidden;
}
@media (min-width: 1200px) {
  body.inside-body .header.fixed {
    width: 100%;
    background-color: #f7f7f7;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  }
}
h1,
h2,
h3,
h4,
h5,
.o {
  font-family: 'Oswald';
}
.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;
}
.txt p {
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.875;
}
@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 scale {
  0% {
    -webkit-transform: translateX(-49.5%) translateY(-49%) scale(0.9);
            transform: translateX(-49.5%) translateY(-49%) scale(0.9);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(-49.5%) translateY(-49%) scale(1.7);
            transform: translateX(-49.5%) translateY(-49%) scale(1.7);
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: translateX(-49.5%) translateY(-49%) scale(0.9);
            transform: translateX(-49.5%) translateY(-49%) scale(0.9);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(-49.5%) translateY(-49%) scale(1.7);
            transform: translateX(-49.5%) translateY(-49%) scale(1.7);
    opacity: 0;
  }
}
.video-box > a,
.video-box .img-box {
  display: block;
  overflow: hidden;
}
.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='']):after,
.video-box .img-box[data-src]:not([data-src='']):after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.8) 100%);
}
.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;
}
@media (min-width: 1200px) {
  .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;
}
.video-box > a:not(.img-box) {
  display: -webkit-box;
  display: flex;
  position: relative;
}
.video-box .pic-box > img {
  display: block;
  width: 100%;
}
.about-wrap .video-box .pic-box > img,
.index-about .video-box .pic-box > img {
  width: 100%;
}
@media (max-width: 575px) {
  .about-wrap .video-box .pic-box > img,
  .index-about .video-box .pic-box > img {
    width: 150%;
  }
}
.about-wrap .video-box .v-btn,
.index-about .video-box .v-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}
@media (min-width: 1200px) {
  .about-wrap .video-box:hover .video-btn img,
  .index-about .video-box:hover .video-btn img {
    -webkit-animation: rotate 10s linear infinite;
            animation: rotate 10s linear infinite;
  }
}
.click-btn {
  width: 160px;
  position: relative;
  cursor: pointer;
}
.click-btn: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%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  font-size: 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #cb0308;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.click-btn img {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  @-webkit-keyframes rotate {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes rotate {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .click-btn:hover img {
    -webkit-animation: rotate 10s linear infinite;
            animation: rotate 10s linear infinite;
  }
}
@media (max-width: 1469px) {
  .click-btn {
    width: 120px;
  }
  .click-btn:before {
    width: 66px;
    height: 66px;
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .click-btn {
    width: 110px;
  }
  .click-btn:before {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .click-btn {
    width: 100px;
  }
  .click-btn:before {
    width: 54px;
    height: 54px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .click-btn {
    width: 80px;
  }
  .click-btn:before {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #222;
  line-height: 1.2;
  text-align: center;
  table-layout: fixed;
  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;
}
.table-box table td,
.table-box table th {
  vertical-align: top;
  width: 33.333% !important;
  padding: 15px 2.77777778% !important;
  border: 1px solid #dbdbdb !important;
}
@media (max-width: 991px) {
  .table-box table td,
  .table-box table th {
    padding: 12px 2.77777778% !important;
  }
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 2.77777778% !important;
  }
}
@media (max-width: 575px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 2.77777778% !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: #f5f5f5;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 767px) {
}
@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;
  font-weight: bold;
  color: #999999;
}
@media (max-width: 1199px) {
  .pagination {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .pagination {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 25px;
  }
}
.pagination a,
.pagination span:not(.ellipsis) {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  margin: 0 8px;
  display: inline-block;
  font-size: 18px;
  border-radius: 50%;
  vertical-align: middle;
  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 {
    color: #cb0308;
  }
}
@media (max-width: 1199px) {
  .pagination a:active,
  .pagination span:not(.ellipsis):active {
    color: #cb0308;
  }
}
@media (max-width: 991px) {
  .pagination a,
  .pagination span:not(.ellipsis) {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .pagination a,
  .pagination span:not(.ellipsis) {
    width: 25px;
    height: 25px;
    line-height: 23px;
    margin: 0 3px;
    font-size: 14px;
  }
}
.pagination span.current {
  color: #cb0308;
}
.pagination span.current.prev,
.pagination span.current.next {
  display: none;
}
.pagination .next,
.pagination .prev {
  color: #222222;
}
.pagination .next:before,
.pagination .prev:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}
.pagination .prev {
  margin: 0 10px 0 0;
}
.pagination .prev:before {
  content: '\e8f4';
}
.pagination .next {
  margin: 0 0 0 10px;
}
.pagination .next:before {
  content: '\eb63';
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /*color: #fff;*/
}
@media (min-width: 1200px) {
  .header.fixed .header-box {
    position: fixed;
    box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.2);
    -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 {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
}
@media (max-width: 1199px) {
  .header .container {
    -webkit-box-align: center;
            align-items: center;
  }
}
.header .container:before,
.header .container:after {
  display: none;
}
.header .header-box {
  padding-right: 50px;
  /*background-color: #262626;*/
  background-color: #fff;
}
.header .header-box:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #cb0308;
}
@media (max-width: 575px) {
  .header .header-box {
    padding-right: 15px;
  }
}
.header .logo {
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.header .logo img {
  max-width: 100%;
}
.header .logo .pic {
  padding: 20px 2.6vw;
  /*background-color: #fff;*/
}
@media (max-width: 1199px) {
  .header .logo .pic {
    padding: 10px 2.6vw;
  }
}
@media (max-width: 575px) {
  .header .logo .pic {
    width: 30vmin;
  }
}
.header .header-r {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.header .header-r > * {
  margin-left: 30px;
}
@media (max-width: 1469px) {
  .header .header-r > * {
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .header .header-r > * {
    margin-left: 4.5vw;
  }
}
.header .header-r > *:first-child {
  margin-left: 0;
}
.header .google-translate {
  min-width: 110px;
}
@media (min-width: 1200px) {
  .header .google-translate {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .header .google-translate {
    margin-left: 0 !important;
    display: none;
  }
}
.header .find {
  cursor: pointer;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 16px;
}
.header .find:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e660';
  font-size: 1.4em;
}
.header .find span {
  margin-left: 10px;
  color: #bbbbbb;
}
@media (min-width: 1200px) {
  .header .find:hover {
    color: #cb0308;
  }
  .header .find:hover span {
    text-decoration: underline;
  }
}
@media (max-width: 1349px) {
  .header .find {
    font-size: 15px;
  }
  .header .find span {
    display: none;
  }
}
.header .cart var {
  font-style: normal;
}
.header .cart a {
  font-size: 16px;
  display: block;
  position: relative;
  white-space: nowrap;
}
.header .cart a:before,
.header .cart a span {
  display: inline-block;
  vertical-align: middle;
}
.header .cart a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3em;
  content: '\e882';
  line-height: 1;
}
@media (min-width: 1200px) {
  .header .cart a:hover {
    color: #cb0308;
  }
}
.header .language-box {
  position: relative;
}
.header .language-box.pic a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.header .language-box.pic a:before {
  content: '';
  width: 28px;
  height: 28px;
  overflow: hidden;
  background: url(../images/language.png) no-repeat 0 100%;
  background-size: 500% auto;
}
.header .language-box.pic a.en:before {
  background-position: 25% 100%;
}
.header .language-box.pic a span {
  margin-left: 8px;
}
@media (max-width: 575px) {
  .header .language-box.pic a span {
    margin-left: 5px;
  }
}
.header .language-box a {
  margin: 0;
  font-size: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #cb0308;
  color: #fff;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .header .language-box a:hover span {
    text-decoration: underline;
  }
}
@media (max-width: 1469px) {
  .header .language-box a {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}
@media (max-width: 1349px) {
  .header .language-box a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .header .language-box a:active span {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .header .language-box a {
    color: #fff;
  }
}
.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: #fff;
  -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: #222;
}
@media (min-width: 1470px) {
  .header .nav {
    padding-right: 15px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .header .nav {
    position: relative;
    display: block !important;
  }
  .header .nav:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background-color: #fff;
  }
}
@media (max-width: 1199px) {
  .header .nav {
    margin: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    text-align: left;
    padding: 60px 12%;
    z-index: 99999998;
    text-align: center;
    background-color: #000000;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .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;
    -webkit-box-align: center;
            align-items: center;
  }
  .header .nav .tbl {
    width: 100%;
    height: 100%;
  }
  .header .nav .tbl-cell {
    position: relative;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header .nav {
    padding: 60px 8%;
  }
}
.header .nav.left-100 {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200 {
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%);
  -webkit-transform: translate3d(-200%, 0, 0);
          transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300 {
  -webkit-transform: translateX(-300%);
      -ms-transform: translateX(-300%);
          transform: translateX(-300%);
  -webkit-transform: translate3d(-300%, 0, 0);
          transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400 {
  -webkit-transform: translateX(-400%);
      -ms-transform: translateX(-400%);
          transform: translateX(-400%);
  -webkit-transform: translate3d(-400%, 0, 0);
          transform: translate3d(-400%, 0, 0);
}
.header .nav.left-500 {
  -webkit-transform: translateX(-500%);
      -ms-transform: translateX(-500%);
          transform: translateX(-500%);
  -webkit-transform: translate3d(-500%, 0, 0);
          transform: translate3d(-500%, 0, 0);
}
.header .nav .nav-list1 {
  position: relative;
}
@media (max-width: 1469px) {
  .header .nav .nav-list1 {
    padding-right: 8px;
  }
}
@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:hover > a {
    color: #cb0308;
  }
  .header .nav .nav-list1 > li {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 5px;
    font-size: 16px;
    z-index: 2;
  }
  .header .nav .nav-list1 > li > a {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    position: relative;
    text-align: center;
    padding: 31px 25px;
    padding: 38px 1.2vw;
    text-transform: uppercase;
  }
  .header .nav .nav-list1 > li:hover > a,
  .header .nav .nav-list1 > li.active > a {
    color: #cb0308;
  }
  .header .nav .nav-list1 > li:hover > a > span:before,
  .header .nav .nav-list1 > li.active > a > span:before,
  .header .nav .nav-list1 > li:hover > a > span:after,
  .header .nav .nav-list1 > li.active > a > span:after {
    opacity: 1;
  }
  .header .nav .nav-list1 > li:hover > a > span:before,
  .header .nav .nav-list1 > li.active > a > span:before {
    -webkit-transform: translateY(81.81818182%);
        -ms-transform: translateY(81.81818182%);
            transform: translateY(81.81818182%);
  }
  .header .nav .nav-list1 > li:hover > a > span:after,
  .header .nav .nav-list1 > li.active > a > span:after {
    -webkit-transform: translateY(-81.81818182%);
        -ms-transform: translateY(-81.81818182%);
            transform: translateY(-81.81818182%);
  }
  .header .nav .nav-list1 > li:hover > ul {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  .header .nav .nav-list1 ul {
    font-size: 0.95em;
    letter-spacing: 0;
    opacity: 0;
    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;
    margin-top: -2px;
    pointer-events: none;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
  }
  .header .nav .nav-list1 ul li:hover > a {
    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 > a {
    display: block;
    padding: 5px 25px;
  }
  .header .nav .nav-list1 .nav-list2 ul {
    left: 100%;
    position: absolute;
    top: 0;
    padding: 10px 0;
    min-width: 120px;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    border-left: 1px solid transparent;
    -webkit-transform: rotateY(50deg);
            transform: rotateY(50deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header .nav .nav-list1 .nav-list2 li:hover > ul {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  .header .nav .nav-list1 .pro-nav-list2 .active > a {
    text-decoration: underline;
  }
}
@media (min-width: 1200px) and (max-width: 1469px) {
  .header .nav .nav-list1 > li {
    padding: 0;
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .header .nav .nav-list1 > li {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .header .nav .nav-list1 > li > a {
    padding: 38px 0.5vw;
  }
}
@media (min-width: 1200px) and (max-width: 1469px) {
  .header .nav .nav-list1 > li > a {
    padding: 38px 12px;
  }
}
@media (max-width: 1199px) {
  .header .nav .nav-list1 {
    width: 100%;
  }
  .header .nav .nav-list1 ul {
    display: none !important;
  }
  .header .nav .nav-list1 > li {
    opacity: 0;
    -webkit-transform: translateX(-15px) rotateX(90deg);
            transform: translateX(-15px) rotateX(90deg);
  }
  .header .nav .nav-list1 > a {
    font-size: 20px;
    color: #fff;
  }
}
.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: 4.5vmin;
    line-height: 1.6;
    margin-bottom: 5px;
  }
}
.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 ul {
  text-align: left;
}
@media (max-width: 1199px) {
  .header .fade-out ul .pic {
    display: none !important;
  }
}
.header .fade-out ul .more {
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .header .fade-out ul.nav-list1 {
    opacity: 1;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    touch-action: pan-y;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
  }
  .header .fade-out ul.nav-list1::-webkit-scrollbar {
    border-radius: 5px;
    width: 5px;
    height: 5px;
    background-color: #fff;
  }
  .header .fade-out ul.nav-list1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #fff;
  }
  .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #666;
  }
  .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.4);
  }
  .header .fade-out ul.nav-list1 a {
    color: #fff;
    text-transform: uppercase;
  }
  .header .fade-out ul.nav-list1 > li {
    position: relative;
    margin: 10px 0;
  }
  .header .fade-out 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 .fade-out ul.nav-list1 > li.more:after {
    position: absolute;
    right: 0;
    top: 50%;
    font-family: 'iconfont';
    content: '\e72f';
    color: #fff;
    font-size: 18px;
    margin-top: -14px;
  }
  .header .fade-out ul.nav-list1 > li > a {
    font-size: 1.5em;
    line-height: 1.6;
  }
  .header .fade-out ul.nav-list1 .nav-list2 > li > a {
    font-size: 1em;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .header .fade-out ul.nav-list1 > li {
    margin: 1.5vmin 0;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .header .fade-out ul.nav-list1 > li > a {
    font-size: 4.8vmin;
  }
}
@media (max-width: 1199px) and (max-width: 768px) {
  .header .fade-out ul.nav-list1 .nav-list2 > li > a {
    font-size: 4.5vmin;
  }
}
.header .fade-out ul.nav2-list2 h4 {
  line-height: 50px;
  font-size: 1em;
}
@media (max-width: 767px) {
  .header .fade-out ~ .google-translate {
    position: fixed;
    z-index: 99999998;
    left: 30px;
    top: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block !important;
  }
  .header .fade-out.left-100 ~ .google-translate {
    top: -30px;
    opacity: 0;
  }
}
.header .tel a {
  font-size: 18px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.header .tel a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e61c';
  font-size: 1.2em;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .header .tel a {
    background-color: #cb0308;
    color: #fff;
    padding: 27px 50px;
    padding: 27px 2.6vw;
  }
  .header .tel a:hover span {
    text-decoration: underline;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .header .tel a {
    padding: 27px 20px;
  }
}
@media (max-width: 1199px) {
  .header .tel a {
    color: #cb0308;
  }
}
.header .xs-language {
  position: absolute;
  bottom: 30px;
  left: 35px;
  z-index: 9;
}
@media (min-width: 1200px) {
  .header .xs-language {
    display: none;
  }
}
.header .xs-language a {
  font-size: 16px;
  color: #fff;
}
.header .xs-language span {
  margin: 0 5px;
  color: #fff;
}
@-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: 255px;
  max-width: 90%;
  top: 100%;
  position: absolute;
  right: 100px;
  z-index: 3;
  display: none;
  background-color: #fff;
  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: 1639px) {
  .search-wrap {
    right: 300px;
  }
}
@media (max-width: 767px) {
  .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 #999;
  border-radius: 25px;
}
.search-box input::-webkit-input-placeholder,
.search-box textarea::-webkit-input-placeholder {
  color: #999999;
}
.search-box input:-o-placeholder,
.search-box textarea:-o-placeholder {
  color: #999999;
}
.search-box input::-moz-placeholder,
.search-box textarea::-moz-placeholder {
  color: #999999;
}
.search-box input:-ms-input-placeholder,
.search-box textarea:-ms-input-placeholder {
  color: #999999;
}
.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: #666;
  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;
  background: none;
  color: #cb0308;
  font-weight: bold;
}
.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: 8px;
  height: 8px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #d7d7d7;
  margin: 5px 4px 0;
}
.slick-dots li.slick-active {
  background-color: #cb0308;
}
.slick-dots li button {
  display: none;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #222222;
  z-index: 5;
  text-align: center;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 18px;
  padding: 0;
  opacity: 0.5;
}
.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: opacity 0.6s, background 0.6s;
    transition: opacity 0.6s, background 0.6s;
  }
  .slick-arrow:hover {
    color: #fff;
    background-color: #cb0308;
    border-color: #cb0308;
    opacity: 1;
  }
}
.slick-arrow:active {
  opacity: 1;
  color: #fff;
  background-color: #cb0308;
  border-color: #cb0308;
  -webkit-transform: scale(0.95) translateY(-50%);
      -ms-transform: scale(0.95) translateY(-50%);
          transform: scale(0.95) translateY(-50%);
}
.slick-arrow.slick-disabled {
  opacity: 0.3;
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: '\e8f4';
}
.slick-next {
  right: 0;
}
.slick-next:before {
  content: '\eb63';
}
@-webkit-keyframes jump {
  0% {
    bottom: 24px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    bottom: 15px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    bottom: 24px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes jump {
  0% {
    bottom: 24px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    bottom: 15px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    bottom: 24px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
.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%;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-pagination {
  position: absolute;
  z-index: 2;
  width: auto;
  bottom: 50%;
  left: 3%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 767px) {
  .banner .swiper-pagination {
    left: 50%;
    bottom: 4%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.banner .swiper-pagination-bullet {
  outline: none;
  width: 24px;
  height: 24px;
  margin: 40px 0 !important;
  background: none;
  background-clip: content-box;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 1;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.banner .swiper-pagination-bullet:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: #fff;
  content: '';
}
@media (max-width: 1469px) {
  .banner .swiper-pagination-bullet {
    margin: 25px 0 !important;
  }
}
@media (max-width: 1199px) {
  .banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 15px 0 !important;
  }
}
@media (max-width: 1199px) {
  .banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 15px 0 !important;
  }
}
@media (min-width: 768px) {
  .banner .swiper-pagination-bullet {
    display: block;
  }
}
@media (max-width: 767px) {
  .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
  }
}
.banner .swiper-pagination-bullet-active {
  background-color: #cb0308;
  border-color: #cb0308;
}
@media (min-width: 576px) {
}
.banner .slick-arrow {
  outline: none;
  border: none;
  width: 60px;
  height: 90px;
  line-height: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 32px;
  border-radius: 0;
}
.banner .slick-arrow:after {
  display: none;
}
@media (min-width: 1200px) {
  .banner .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.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: #cb0308 !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: 35px;
}
@media (max-width: 1199px) {
  .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .title {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 20px;
  }
}
.title h1,
.title h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 15px;
}
@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 {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.tit-1 {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .tit-1 {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .tit-1 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tit-1 {
    font-size: 17px;
  }
}
.tit-2 {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .tit-2 {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .tit-2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tit-2 {
    font-size: 15px;
  }
}
@media (min-width: 1640px) {
  .arrow-cont {
    width: 1610px;
    padding: 0 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1759px) {
  .arrow-cont {
    padding: 0 80px;
  }
}
.more-box a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #cb0308;
  border-radius: 25px;
  font-family: 'Oswald';
  font-size: 16px;
  padding: 14px 39px;
}
.more-box a:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e610';
  margin-left: 10px;
}
.more-box a:active {
  background-color: #cb0308;
  color: #fff;
  border-color: #cb0308;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
@media (min-width: 1200px) {
  .more-box a:after {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .more-box a:hover {
    background-color: #cb0308;
    color: #fff;
    border-color: #cb0308;
  }
  .more-box a:hover:after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (max-width: 1199px) {
  .more-box a {
    padding: 12px 35px;
  }
}
@media (max-width: 991px) {
  .more-box a {
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  .more-box a {
    padding: 8px 25px;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .more-box a {
    padding: 8px 20px;
    font-size: 12px;
  }
}
.index-box {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 70px 0;
}
@media (max-width: 1199px) {
  .index-box {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .index-box {
    padding: 50px 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.text-center .txt {
  margin: 0 auto;
  width: 1230px;
  max-width: 100%;
}
.index-product {
  overflow: hidden;
}
.index-product .pro-nav {
  text-align: center;
  margin: 0px 0 35px;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  /*滑块效果*/
}
@media (min-width: 992px) {
  .index-product .pro-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .index-product .pro-nav:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #262626;
  }
}
@media (max-width: 1199px) {
  .index-product .pro-nav {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .index-product .pro-nav {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .index-product .pro-nav {
    margin-bottom: 20px;
  }
}
.index-product .pro-nav::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
}
.index-product .pro-nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}
.index-product .pro-nav::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #bdbdbd;
}
.index-product .pro-nav::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
}
.index-product .pro-nav li {
  display: inline-block;
  padding: 0 50px;
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.index-product .pro-nav li.active {
  color: #cb0308;
}
.index-product .pro-nav li.active:after {
  width: 100%;
}
@media (min-width: 1200px) {
  .index-product .pro-nav li:hover {
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  .index-product .pro-nav li:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    height: 2px;
    background-color: #cb0308;
    z-index: 2;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1469px) {
  .index-product .pro-nav li {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .index-product .pro-nav li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .index-product .pro-nav li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .index-product .pro-nav li {
    padding: 0 10px;
    line-height: 2.5;
    font-size: 14px;
  }
}
.index-product .pro-nav a {
  display: block;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .index-product .pro-nav a {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .index-product .pro-nav a {
    padding: 0 0 5px;
  }
}
@media (max-width: 1199px) {
  .index-about {
    padding: 0;
  }
}
.index-about .more-box {
  margin-bottom: -27px;
  position: relative;
  z-index: 5;
}
@media (max-width: 575px) {
  .index-about .more-box {
    margin-bottom: 20px;
  }
}
.index-about .more-box span {
  display: inline-block;
}
@media (min-width: 576px) {
  .index-about .more-box span {
    padding: 6px;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 3, 8, 0)), color-stop(20%, rgba(203, 3, 8, 0)), to(rgba(203, 3, 8, 0.3)));
    background: linear-gradient(to bottom, rgba(203, 3, 8, 0) 0%, rgba(203, 3, 8, 0) 20%, rgba(203, 3, 8, 0.3) 100%);
  }
}
@media (min-width: 1200px) {
  .index-about .video-box .v-btn {
    -webkit-transform: translateY(-100%) translateX(-50%);
        -ms-transform: translateY(-100%) translateX(-50%);
            transform: translateY(-100%) translateX(-50%);
  }
  .index-about .num-box {
    margin-top: -230px;
    position: relative;
    z-index: 3;
  }
  .index-about .num-box,
  .index-about .num-box p {
    color: #fff;
  }
}
@media (min-width: 1200px) and (max-width: 1469px) {
  .index-about .num-box {
    margin-top: -200px;
  }
}
.index-advantages .list {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.index-advantages .list:after {
  content: '';
  background-color: #cb0308;
  position: absolute;
  left: 0;
  top: 0;
  width: -webkit-calc(100% - 5px);
  width: calc(100% - 5px);
  height: 100%;
  border-radius: 15px;
  z-index: -1;
  background-clip: content-box;
}
@media (max-width: 991.98px) {
  .index-advantages .list:after {
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
  }
}
@media (max-width: 575.98px) {
  .index-advantages .list:after {
    width: 100%;
  }
}
.index-advantages .list > li {
  width: 33.3333%;
  margin: 0;
}
@media (min-width: 992px) {
  .index-advantages .list > li:nth-child(3) ~ li {
    margin-top: -2px;
  }
  .index-advantages .list > li:nth-child(3n+1) ~ li {
    margin-left: -2px;
  }
  .index-advantages .list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .index-advantages .list > li {
    width: 50%;
  }
  .index-advantages .list > li:nth-child(2) ~ li {
    margin-top: -2px;
  }
  .index-advantages .list > li:nth-child(2n+1) ~ li {
    margin-left: -2px;
  }
  .index-advantages .list > li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
@media (max-width: 575px) {
  .index-advantages .list > li {
    width: 100%;
  }
  .index-advantages .list > li:first-child ~ li {
    margin-top: -2px;
  }
}
.index-advantages .list .item {
  height: 100%;
  background-color: #fff;
  border-width: 2px;
  padding: 11.70212766% 7.44680851%;
}
@media (max-width: 575px) {
  .index-advantages .list .item {
    padding: 7.44680851% 5.31914894%;
  }
}
.index-advantages .list .intro {
  padding: 0;
}
.index-advantages .list p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: auto;
}
.index-app {
  background-color: #e7e7e7;
}
@media (min-width: 1200px) {
  .index-app {
    padding: 0;
  }
}
.index-app .intro-box {
  display: -webkit-box;
  display: flex;
}
@media (min-width: 1200px) {
  .index-app .intro-box {
    -webkit-box-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .index-app .intro-box > div {
    width: 50%;
  }
}
.index-app .app-nav-list {
  position: relative;
  width: 510px;
  height: 420px;
  padding-right: 25px;
  overflow-y: auto;
  max-width: 100%;
}
.index-app .app-nav-list::-webkit-scrollbar {
  border-radius: 5px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.index-app .app-nav-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
}
.index-app .app-nav-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #cb0308;
}
.index-app .app-nav-list::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1199px) {
  .index-app .app-nav-list {
    height: 460px;
  }
}
@media (max-width: 991px) {
  .index-app .app-nav-list {
    height: 360px;
  }
}
.index-app .app-nav-list li {
  margin-top: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 18px;
  background-color: #fff;
  border-radius: 8px;
  padding: 13px 25px;
  cursor: pointer;
}
.index-app .app-nav-list li:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb63';
  margin: 0 0 0 auto;
  color: #cb0308;
}
.index-app .app-nav-list li:first-child {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .index-app .app-nav-list li {
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
  }
  .index-app .app-nav-list li:hover {
    background-color: #cb0308;
  }
  .index-app .app-nav-list li:hover,
  .index-app .app-nav-list li:hover:after {
    color: #fff;
  }
  .index-app .app-nav-list li:hover .num {
    -webkit-text-stroke: 1.2px #fff;
  }
}
@media (max-width: 991px) {
  .index-app .app-nav-list li {
    font-size: 15px;
    padding: 10px 15px;
  }
}
.index-app .app-nav-list .active {
  background-color: #cb0308;
}
.index-app .app-nav-list .active,
.index-app .app-nav-list .active:after {
  color: #fff;
}
.index-app .app-nav-list .active .num {
  -webkit-text-stroke: 1.2px #fff;
}
.index-app .app-nav-list .num {
  font-size: 1.33333333em;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1.2px #000;
  font-family: 'Oswald';
}
@media (max-width: 991px) {
  .index-app .app-nav-list .num {
    -webkit-text-stroke: 1px #000;
  }
}
.index-app .app-nav-list .tit-2 {
  text-transform: capitalize;
  font-size: 1em;
  margin: 0 30px;
}
@media (max-width: 991px) {
  .index-app .app-nav-list .tit-2 {
    margin: 0 15px;
  }
}
@media (min-width: 1200px) {
  .index-app .intro {
    padding: 6% 7.03125% 6% 0;
  }
}
@media (max-width: 1199px) {
  .index-app .intro {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .index-app .pic-box {
    width: 450px;
    max-width: 100%;
  }
}
.index-app .pic {
  position: relative;
  width: 50vw;
  max-width: 965px;
}
@media (max-width: 1199px) {
  .index-app .pic {
    width: 500px;
    max-width: 100%;
  }
}
.index-app .pic .name {
  position: absolute;
  left: 0;
  bottom: 14%;
  font-family: 'Oswald';
  width: 100%;
  text-align: center;
  z-index: 2;
  font-weight: normal;
  font-size: 4.8vw;
  text-transform: capitalize;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
@media (max-width: 991px) {
  .index-app .pic .name {
    bottom: 16%;
  }
}
@media (max-width: 575px) {
  .index-app .pic .name {
    font-size: 7vw;
  }
}
.index-app .func-app {
  white-space: nowrap;
  -webkit-box-align: center;
          align-items: center;
  font-family: 'Oswald';
  position: absolute;
  left: 50%;
  bottom: 5%;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  border-radius: 25px;
  padding: 4px;
}
.index-app .app-num,
.index-app .more {
  font-weight: bold;
}
.index-app .app-num {
  font-size: 16px;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .index-app .app-num {
    padding: 0 15px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .index-app .app-num {
    font-size: 14px;
  }
}
.index-app .slick-arrow {
  margin: 0;
}
.index-app .slick-arrow:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
@media (max-width: 991px) {
  .index-app .slick-arrow {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .index-app .slick-arrow {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}
.index-app .more {
  -webkit-box-ordinal-group: 3;
          order: 2;
  margin-left: 50px;
}
@media (max-width: 991px) {
  .index-app .more {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .index-app .more {
    margin-left: 20px;
  }
}
.index-app .more a {
  display: block;
  padding: 9px 23px;
  border-radius: 20px;
  background-color: #222;
  color: #fff;
}
@media (min-width: 1200px) {
  .index-app .more a {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .index-app .more a:hover {
    background-color: #cb0308;
    color: #fff;
  }
}
@media (max-width: 991px) {
  .index-app .more a {
    padding: 6px 15px;
  }
}
@media (max-width: 767px) {
  .index-app .more a {
    font-size: 12px;
    padding: 4px 10px;
  }
}
.num-box {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .num-box {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .num-box {
    margin: 0 -5px;
  }
}
.num-box li {
  position: relative;
  padding: 0 15px;
  margin-top: 35px;
}
@media (min-width: 1200px) {
  .num-box li {
    /*max-width: 20%;*/
    max-width: 16.66666%;
  }
}
@media (max-width: 1199px) {
  .num-box li {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .num-box li {
    width: 50%;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .num-box li {
    padding: 0 5px;
  }
}
.num-box .item {
  position: relative;
  max-width: 100%;
}
.num-box .intro {
  position: relative;
  z-index: 2;
}
.num-box .number {
  white-space: nowrap;
  position: relative;
  font-weight: bold;
  margin-bottom: 15px;
}
.num-box .number * {
  line-height: 1;
  vertical-align: top;
}
.num-box .number span {
  position: relative;
  z-index: 10;
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 1469px) {
  .num-box .number span {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .num-box .number span {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .num-box .number span {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .num-box .number span {
    font-size: 28px;
  }
}
.num-box .timer {
  font-family: 'Oswald';
}
.num-box sub {
  font-size: 24px;
  bottom: 0em;
  line-height: 1;
}
.num-box sub.m2 {
  font-size: 18px;
}
.num-box sup {
  font-size: 22px;
  top: 0;
}
@media (max-width: 1199px) {
  .num-box sup {
    top: 0;
  }
}
@media (max-width: 767px) {
  .num-box sup {
    font-size: 16px;
  }
}
.num-box p {
  margin: 0;
  font-size: 15px;
  color: #222;
}
@media (max-width: 575px) {
  .num-box p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .index-news .slick-list {
    margin: 0 -8px;
  }
  .index-news .slick-slide {
    padding: 0 8px;
  }
}
@media (min-width: 992px) {
  .index-news .title {
    padding-bottom: 10px;
  }
}
.index-news .more-box {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .index-news .more-box {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .index-news .more-box {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .index-news .more-box {
    margin-top: 25px;
  }
}
.index-social .list {
  margin-top: -30px;
}
@media (max-width: 767px) {
  .index-social .list {
    margin-top: -20px;
  }
}
.index-social .list li {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .index-social .list li {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .index-social .list li {
    width: 100%;
  }
}
.index-social .list .follow-name {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.index-social .list .follow-name:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 1.8em;
  color: #cb0308;
  margin-right: 10px;
}
.index-social .list .follow-name.facebook:before {
  color: #425f9b;
  content: '\e656';
}
.index-social .list .follow-name.twitter:before {
  color: #55acee;
  content: '\e60b';
}
.index-social .list .follow-name.instagram:before {
  color: #e6158a;
  content: '\e617';
}
@media (max-width: 767px) {
  .index-social .list .follow-name {
    font-size: 16px;
  }
}
.index-social .list .iconfont {
  color: #cb0308;
  font-size: 1.5em;
  margin-right: 15px;
}
.index-social .list .pic-box {
  width: 30px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .index-social .list .pic-box {
    margin-right: 5px;
  }
}
.index-social .list .pic-box img {
  max-width: 100%;
}
.index-social .list .img-box {
  overflow: auto;
  position: relative;
}
.index-social .list .img-box > img {
  display: none !important;
}
.index-social .list iframe {
  background-color: #fff;
}
.index-social .list iframe[src=''],
.index-social .list iframe[data-src=''] {
  border: 1px solid #000;
  display: none;
}
.index-social .list iframe[src=''] + img,
.index-social .list iframe[data-src=''] + img {
  display: block !important;
}
.public-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.public-banner img {
  position: relative;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .public-banner img {
    width: 120%;
  }
}
@media (max-width: 575px) {
  .public-banner img {
    width: 140%;
  }
}
.public-banner .title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  color: #fff;
}
.public-banner .title,
.public-banner .title h2 {
  margin: 0;
}
.public-banner .title h2 {
  font-size: 64px;
}
@media (max-width: 1469px) {
  .public-banner .title h2 {
    font-size: 60px;
  }
}
@media (max-width: 1349px) {
  .public-banner .title h2 {
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  .public-banner .title h2 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .public-banner .title h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .public-banner .title h2 {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .public-banner .title h2 {
    font-size: 9vw;
  }
}
.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: #f5f5f5;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .breadcrumb-box {
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb-box {
    padding: 8px 0;
  }
}
.breadcrumb {
  margin: 0;
  padding: 25px 0;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
  background: none;
  color: #666666;
  font-size: 15px;
}
@media (max-width: 767px) {
  .breadcrumb {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .breadcrumb {
    font-size: 13px;
  }
}
.breadcrumb li a,
.breadcrumb li span {
  color: inherit;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .breadcrumb li a:hover {
    text-decoration: underline;
    color: #cb0308;
  }
}
@media (max-width: 1199px) {
  .breadcrumb li a:active {
    text-decoration: underline;
    color: #cb0308;
  }
}
.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: 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: #cb0308;
}
.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;
  background-color: #fff;
}
.inside-nav .nav-wrap {
  padding: 5px 0;
  overflow-x: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  /*滑块效果*/
}
.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;
  position: relative;
  font-size: 18px;
  white-space: nowrap;
  padding: 17px 0;
}
@media (max-width: 1199px) {
  .inside-nav ul {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .inside-nav ul {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .inside-nav ul {
    font-size: 15px;
    padding: 12px 0;
  }
}
@media (max-width: 575px) {
  .inside-nav ul {
    font-size: 14px;
  }
}
.inside-nav li {
  display: inline-block;
  padding-left: 45px;
  margin-left: 45px;
  line-height: 1;
  border-left: 1px solid #222;
}
.inside-nav li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
@media (max-width: 767px) {
  .inside-nav li {
    margin-left: 4.5vmin;
    padding-left: 4.5vmin;
  }
}
.inside-nav .active > a {
  color: #cb0308;
}
.inside-nav a {
  display: block;
}
@media (min-width: 1200px) {
  .inside-nav a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .content-r {
    width: 100%;
  }
}
.menu-wrap .title {
  margin-bottom: 30px;
}
.menu-wrap .menu {
  position: relative;
  z-index: 10;
}
.menu-wrap .menu a {
  display: block;
}
.menu-wrap .menu1 {
  font-size: 16px;
}
@media (max-width: 1469px) {
  .menu-wrap .menu1 {
    font-size: 14px;
  }
}
.menu-wrap .menu1 .active > a {
  color: #cb0308;
}
.menu-wrap .menu1 > li {
  margin-bottom: 10px;
}
.menu-wrap .menu1 > li > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 17px 7.57575758%;
  position: relative;
  font-size: 1.125em;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #efefef;
  border-radius: 8px;
}
.menu-wrap .menu1 > li > a:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0 auto;
  content: '\eb63';
  font-size: 0.85em;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  line-height: 1;
  padding-left: 5px;
}
.menu-wrap .menu1 > li > a > span {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
}
@media (max-width: 1469px) {
  .menu-wrap .menu1 > li > a {
    padding: 14px 7.57575758%;
  }
}
@media (min-width: 1200px) {
  .menu-wrap .menu1 > li > a:hover {
    color: #cb0308;
  }
}
.menu-wrap .menu1 > li.active > a {
  border-radius: 8px 8px 0 0;
  background-color: #303030;
  color: #fff;
}
.menu-wrap .menu1 ul {
  display: none;
}
.menu-wrap .menu2 {
  color: #666666;
  padding: 15px 7.57575758% 10px;
  border: 1px solid #dcdcdf;
  border-radius: 0 0 8px 8px;
  border-top: 2px solid #cb0308;
}
.menu-wrap .menu2 > li {
  margin-bottom: 10px;
}
.menu-wrap .menu2 > li.active > a {
  text-decoration: underline;
}
.menu-wrap .menu2 a:hover {
  color: #cb0308;
}
.menu-wrap .menu3 {
  padding-bottom: 5px;
}
.menu-wrap .menu3 > li {
  padding-left: 20px;
  margin-bottom: 10px;
}
.menu-wrap .menu3 > li.active > a {
  color: #cb0308;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .menu-wrap .menu3 > li > a:hover {
    color: #cb0308;
    text-decoration: underline;
  }
}
.public-list > li {
  margin-top: 30px;
}
.public-list .slick-list {
  margin: 0 -15px;
}
.public-list .slick-slide {
  padding: 0 15px;
}
@media (max-width: 575px) {
  .public-list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .public-list.arrow-cont {
    margin-left: 0;
    margin-right: 0;
  }
  .public-list > li {
    margin-top: 15px;
    padding: 0 8px;
  }
  .public-list .slick-list {
    margin: 0 -8px;
  }
  .public-list .slick-slide {
    padding: 0 8px;
  }
}
.public-list p {
  margin: 20px 0 0;
  font-size: 18px;
}
@media (max-width: 1469px) {
  .public-list p {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .public-list p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .public-list p {
    font-size: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .public-list p {
    font-size: 14px;
    margin-top: 10px;
  }
}
.inside-page .content {
  padding: 100px 0;
}
@media (max-width: 1469px) {
  .inside-page .content {
    padding: 85px 0;
  }
}
@media (max-width: 1199px) {
  .inside-page .content {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .inside-page .content {
    padding: 55px 0;
  }
}
@media (max-width: 767px) {
  .inside-page .content {
    padding: 45px 0;
  }
}
.quality-list {
  margin-top: -30px;
}
.quality-list > li {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .quality-list {
    margin-top: -20px;
  }
  .quality-list > li {
    margin-top: 50px;
    padding: 0 8px;
  }
}
.quality-list .item {
  background-color: #e7e7e7;
  border-radius: 8px;
  padding: 0 15.15151515% 20px;
  height: 100%;
}
@media (min-width: 1200px) {
  .quality-list .item {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .quality-list .item:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (max-width: 767px) {
  .quality-list .item {
    padding: 0 3.03030303% 15px;
  }
}
.quality-list .num {
  font-weight: bold;
  font-family: 'Oswald';
  color: #fff;
  font-size: 18px;
  width: 70px;
  height: 70px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #cb0308;
  border: 6px solid #e7e7e7;
  border-radius: 50%;
  margin-top: -35px;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width: 767px) {
  .quality-list .num {
    font-size: 16px;
    width: 60px;
    height: 60px;
  }
}
.quality-list .tit-2 {
  min-height: 52px;
}
@media (max-width: 767px) {
  .quality-list .tit-2 {
    min-height: 42px;
  }
}
.honor-list .slick-list {
  margin: 0 -15px;
}
.honor-list .slick-slide {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .honor-list .slick-list {
    margin: 0 -8px;
  }
  .honor-list .slick-slide {
    padding: 0 8px;
  }
}
.honor-list .img-box {
  padding-bottom: 148.48484848%;
  border-radius: 8px;
}
@media (min-width: 1200px) {
  .honor-list .img-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .honor-list .img-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.quality-box {
  border-bottom: 1px solid #dadada;
}
.news-list .slick-slide {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 575px) {
  .news-list > li {
    width: 100%;
  }
}
.news-list .item {
  height: 100%;
}
@media (min-width: 1200px) {
  .news-list .item {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .news-list .item:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .news-list .item:hover .date,
  .news-list .item:hover .tit-1 {
    color: #cb0308;
  }
  .news-list .item:hover .tit-1 {
    text-decoration: underline;
  }
  .news-list .item:hover .more a:after {
    background-color: #cb0308;
  }
}
.news-list .item .img-box {
  padding-bottom: 75.55555556%;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .news-list .item .img-box {
    margin-bottom: 15px;
  }
}
.news-list .item .date,
.news-list .item .more a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.news-list .item .txt .tit-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
  font-size: 22px;
  margin: 15px 0 10px;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .news-list .item .txt .tit-1 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .news-list .item .txt .tit-1 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .news-list .item .txt .tit-1 {
    font-size: 16px;
  }
}
.news-list .item .txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: auto;
  line-height: 1.5;
}
.news-list .item .more {
  display: none !important;
  margin-top: 25px;
}
.news-list .item .more a span {
  font-size: 16px;
  color: #6d736f;
  font-weight: 500;
}
@media (max-width: 767px) {
  .news-list .item .more a span {
    font-size: 14px;
  }
}
.news-list .item .more a:after {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb63';
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background-color: #222;
  color: #fff;
}
@media (max-width: 767px) {
  .news-list .item .more {
    margin-top: 15px;
  }
  .news-list .item .more a:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}
.news-wrap .date,
.news-list .date,
.news-details-wrap .date {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 16px;
  color: #888888;
}
.news-wrap .date:before,
.news-list .date:before,
.news-details-wrap .date:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e633';
  font-size: 1.2em;
  line-height: 1;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .news-wrap .date,
  .news-list .date,
  .news-details-wrap .date {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .news-wrap .date,
  .news-list .date,
  .news-details-wrap .date {
    font-size: 14px;
  }
}
.news-wrap .news-list {
  margin-top: -30px;
}
.news-wrap .news-list > li {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .news-wrap .news-list {
    margin: -25px -8px 0;
  }
  .news-wrap .news-list > li {
    margin-top: 25px;
    padding: 0 8px;
  }
}
@media (min-width: 1200px) {
  .news-details-wrap .container {
    width: 1170px;
  }
}
.news-details-wrap .info {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
@media (max-width: 767px) {
}
.news-details-wrap h1 {
  font-weight: bold;
  margin-top: 0;
  line-height: 1.3;
  font-size: 2em;
}
@media (max-width: 1199px) {
  .news-details-wrap h1 {
    font-size: 1.8em;
  }
}
@media (max-width: 991px) {
  .news-details-wrap h1 {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .news-details-wrap h1 {
    font-size: 1.4em;
  }
}
.news-details-wrap .date {
  color: #666;
  font-size: 15px;
}
@media (max-width: 767px) {
  .news-details-wrap .date {
    font-size: 14px;
    margin: -5px 0;
  }
}
.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: #cb0308;
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .news-details-wrap .news-page a:active {
    color: #cb0308;
    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;
  }
}
.squeeze-casting-list .list:first-child h3 {
  margin-top: 0;
}
.squeeze-casting-list h3 {
  background-color: #efefef;
  border-radius: 8px;
  margin: 50px 0 30px;
  padding: 14px 15px;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.squeeze-casting-list h3:before {
  content: '';
  margin-right: 15px;
  width: 16px;
  height: 16px;
  border: 4px solid #222;
  border-radius: 50%;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
@media (max-width: 767px) {
  .squeeze-casting-list h3:before {
    width: 12px;
    height: 12px;
    border-width: 3px;
    margin-right: 10px;
  }
}
.squeeze-casting-list h3 span {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
}
@media (max-width: 991px) {
  .squeeze-casting-list h3 {
    margin: 40px 0 20px;
  }
}
@media (max-width: 767px) {
  .squeeze-casting-list h3 {
    margin: 30px 0 10px;
    padding: 10px;
  }
}
.app-list {
  margin-top: -30px;
}
.app-list > li {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .app-list {
    margin-top: -20px;
  }
  .app-list > li {
    margin-top: 20px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .app-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;
  }
  .app-list .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .app-list .item:hover .tit-1 a {
    background-color: #cb0308;
    color: #fff;
  }
  .app-list .item:hover .tit-1 a:after {
    background-color: #fff;
    color: #cb0308;
  }
}
.app-list .img-box,
.app-list .tit-1 a {
  border-radius: 8px;
}
.app-list .img-box {
  padding-bottom: 88.88888889%;
}
.app-list .tit-1 a {
  background-color: #efefef;
  border-radius: 8px;
  text-transform: capitalize;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
  padding: 11px 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.app-list .tit-1 a:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb63';
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #222;
  color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  font-size: 12px;
}
.app-list .tit-1 span {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.advantages-list {
  margin-top: -30px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .advantages-list {
    margin-top: -20px;
  }
}
.advantages-list > li {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .advantages-list > li {
    width: 100%;
    margin-top: 20px;
  }
}
.advantages-list .item {
  border: 1px solid #dcdcdf;
  padding: 9px;
  border-radius: 8px;
}
.advantages-list .item:after,
.advantages-list .item .pic {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .advantages-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;
  }
  .advantages-list .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .advantages-list .item h3,
  .advantages-list .item .more {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .advantages-list .item:hover .more {
    background-color: #cb0308;
    color: #fff;
  }
  .advantages-list .item:hover h3 {
    color: #cb0308;
  }
}
@media (min-width: 992px) {
  .advantages-list .item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991px) {
  .advantages-list .item {
    height: 100%;
    padding-bottom: 20px;
  }
}
.advantages-list .more {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #222;
  color: #fff;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb63';
  margin-right: 30px;
}
.advantages-list .more:active {
  background-color: #cb0308;
  color: #fff;
}
@media (max-width: 991px) {
  .advantages-list .more {
    width: 32px;
    height: 32px;
  }
}
.advantages-list .img-box {
  padding-bottom: 72.5%;
  border-radius: 8px;
}
.advantages-list .pic {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .advantages-list .pic {
    width: 300px;
  }
}
.advantages-list .intro {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
  padding: 0 11.51079137% 0 4.67625899%;
}
@media (max-width: 1199px) {
  .advantages-list .intro {
    padding: 0 40px 0 30px;
  }
}
@media (max-width: 991px) {
  .advantages-list .intro {
    padding: 15px 0;
  }
}
.advantages-list .intro .iconfont {
  font-size: 36px;
  color: #cb0308;
  line-height: 1;
}
@media (max-width: 1469px) {
  .advantages-list .intro .iconfont {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .advantages-list .intro .iconfont {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .advantages-list .intro .iconfont {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .advantages-list .intro .iconfont {
    font-size: 28px;
  }
}
.advantages-list h3 {
  margin: 25px 0 15px;
  font-size: 22px;
}
@media (max-width: 1199px) {
  .advantages-list h3 {
    margin: 15px 0 10px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .advantages-list h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .advantages-list h3 {
    font-size: 16px;
  }
}
.advantages-list p {
  line-height: 1.5;
}
.factory-list.slick-initialized {
  margin-top: 0;
}
.factory-list .slick-list {
  margin: 0 -8px;
}
.factory-list .slick-slide {
  padding: 0 8px;
}
.factory-list .img-box {
  padding-bottom: 66.66666667%;
}
@media (min-width: 1200px) {
  .factory-list .img-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .factory-list .img-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.about-wrap .video {
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .about-wrap .video {
    padding: 50px 0 30px;
  }
}
@media (max-width: 991px) {
  .about-wrap .video {
    padding: 40px 0 20px;
  }
}
@media (max-width: 767px) {
  .about-wrap .video {
    padding: 30px 0 10px;
  }
}
.about-wrap .factory-box {
  background-color: #efefef;
}
.img-pro {
  padding-bottom: 89.58333333%;
}
.product-list:not(.slick-initialized) {
  margin-top: -30px;
}
@media (max-width: 575px) {
  .product-list:not(.slick-initialized) {
    margin: -20px -10px 0;
  }
}
.product-list > li {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .product-list > li {
    margin-top: 20px;
    padding: 0 10px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .product-list .slick-slist {
    margin: 0 -8px;
  }
  .product-list .slick-slide {
    padding: 0 8px;
  }
}
.product-list .item {
  border: 1px solid #dcdcdf;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .product-list .item img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .product-list .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .product-list .item:hover .name {
    color: #cb0308;
  }
  .product-list .item:hover .more a:after {
    background-color: #cb0308;
  }
}
.product-list .info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 16px 20px;
  margin-top: 9.09090909%;
}
@media (max-width: 575px) {
  .product-list .info {
    padding: 12px 15px;
    margin-top: 6.06060606%;
  }
}
.product-list .info .name {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  height: auto;
}
.product-list .info .more {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin-left: 5px;
}
.product-list .info .more a:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 12px;
  background-color: #262626;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e610';
}
.product-wrap .title,
.product-details-wrap .title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product-wrap .title,
  .product-details-wrap .title {
    margin-bottom: 10px;
  }
}
.details-tit {
  font-size: 30px;
  font-weight: normal;
  margin: 55px 0 20px;
}
@media (max-width: 1469px) {
  .details-tit {
    margin: 50px 0 20px;
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .details-tit {
    margin: 50px 0 20px;
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .details-tit {
    margin: 45px 0 15px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .details-tit {
    margin: 40px 0 10px;
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .details-tit {
    margin-top: 35px;
  }
}
@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: 45.71428571%;
  }
}
@media (max-width: 991px) {
  .product-details-wrap .carousel-wrap .carousel-box {
    width: 480px;
    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;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-details-wrap .carousel-wrap .slider-for,
  .product-details-wrap .carousel-wrap .slider-nav .item {
    border-radius: 4px;
  }
}
.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-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: #cb0308;
  }
}
.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: #cb0308;
}
.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: 56px;
  height: 56px;
  font-size: 22px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 3;
  background-color: #fff;
  color: #cb0308;
  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: 20px;
  }
}
@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 {
  font-size: 36px;
  font-weight: bold;
  margin: 30px 0 25px;
}
@media (max-width: 1469px) {
  .product-details-wrap .carousel-wrap h1 {
    font-size: 32px;
    margin: 25px 0 20px;
  }
}
@media (max-width: 1199px) {
  .product-details-wrap .carousel-wrap h1 {
    font-size: 28px;
    margin: 20px 0 15px;
  }
}
@media (max-width: 991px) {
  .product-details-wrap .carousel-wrap h1 {
    margin: 15px 0 10px;
  }
}
@media (max-width: 767px) {
  .product-details-wrap .carousel-wrap h1 {
    font-size: 24px;
  }
}
.product-details-wrap .carousel-wrap .description {
  color: #cb0308;
  margin-bottom: 5px;
}
.product-details-wrap .func-btn {
  padding-top: 40px;
  width: 370px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .product-details-wrap .func-btn {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .product-details-wrap .func-btn {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .product-details-wrap .func-btn {
    padding-top: 10px;
  }
}
.product-details-wrap .func-btn .row {
  margin: 0 -10px;
}
.product-details-wrap .func-btn li {
  margin-top: 20px;
  padding: 0 10px;
}
@media (max-width: 575px) {
  .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;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  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);
}
.product-details-wrap .func-btn a:active span {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .product-details-wrap .func-btn a:hover span {
    text-decoration: underline;
  }
}
@media (max-width: 575px) {
  .product-details-wrap .func-btn a {
    font-size: 14px;
    font-size: 3.3vmin;
    line-height: 40px;
    height: 40px;
    padding: 0 5px;
  }
}
.product-details-wrap .func-btn span {
  font-weight: bold;
}
.product-details-wrap .func-btn .inquiry-btn {
  background-color: #cb0308;
}
.product-details-wrap .func-btn .inquiry-btn:before {
  content: '\e7f1';
}
.product-details-wrap .func-btn .add-btn {
  background-color: #333;
}
.product-details-wrap .func-btn .add-btn:before {
  content: '\e882';
}
.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;
}
.product-details-wrap .slick-related {
  margin: 0;
}
@media (min-width: 1200px) {
  .product-details-wrap .slick-related {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1469px) {
  .product-details-wrap .slick-related {
    padding-top: 10px;
  }
}
.inquiry-wrap .details-tit {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .inquiry-wrap .details-tit {
    margin-bottom: 15px;
  }
}
.inquiry-wrap .details-tit:first-of-type {
  margin-top: 0;
}
.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: #cb0308;
  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;
}
@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: #cb0308;
  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;
  }
}
@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;
  }
}
@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: #cb0308;
}
.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: #cb0308;
}
@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 #cb0308;
  border-top: none;
}
.inquiry-wrap .inquiry-box .list li {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #cb0308;
}
.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: #666;
}
@media (min-width: 992px) {
  .inquiry-form p {
    margin-bottom: 15px;
  }
}
.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: #f6f7f8;
  border-radius: 8px;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
  .inquiry-form form input,
  .inquiry-form form textarea {
    padding: 10px 15px;
  }
}
@media (max-width: 575px) {
  .inquiry-form form input,
  .inquiry-form form textarea {
    border-radius: 4px;
  }
}
.inquiry-form form textarea {
  height: 300px;
}
@media (max-width: 767px) {
  .inquiry-form form textarea {
    height: 190px;
  }
}
.inquiry-form form .pro-name {
  margin-bottom: 20px;
  background-color: #cb0308;
  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: #cb0308;
  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: 13px 54px;
  display: -webkit-box;
  display: flex;
  margin: 10px auto 0;
  border-radius: 25px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 16px;
  background: #cb0308;
}
@media (min-width: 1200px) {
  .inquiry-form form .submit:hover span {
    text-decoration: underline;
  }
}
.inquiry-form form .submit:active {
  -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: 10px 40px;
  }
}
@media (max-width: 767px) {
  .inquiry-form form .submit {
    margin-top: 0;
    padding: 9px 30px;
  }
}
@media (max-width: 575px) {
  .inquiry-form form .submit {
    font-size: 14px;
    padding: 8px 25px;
  }
}
.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;
  }
}
.contact-list li {
  position: relative;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .contact-list li {
    margin-top: 20px;
  }
}
.contact-list li .item {
  padding-left: 55px;
  position: relative;
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 1199px) {
  .contact-list li .item {
    font-size: 15px;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .contact-list li .item {
    padding-left: 40px;
    font-size: 14px;
  }
}
.contact-list li .item:before {
  position: absolute;
  left: 0;
  top: -5px;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.66666667em;
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #cb0308;
}
@media (max-width: 767px) {
  .contact-list li .item:before {
    top: -7px;
  }
}
.contact-list li .tit {
  font-size: 1.125em;
  font-weight: bold;
  text-transform: capitalize;
}
.contact-list li p {
  margin: 0;
}
.contact-list li p a {
  margin-right: 15px;
}
.contact-list li p a:last-of-type {
  margin-right: 0;
}
.contact-list li.company .item:before {
  content: '\e661';
}
.contact-list li.tel .item:before {
  content: '\e649';
}
.contact-list li.mp .item:before {
  content: '\e625';
}
.contact-list li.fax .item:before {
  content: '\e64d';
}
.contact-list li.mail .item:before {
  content: '\e64a';
}
.contact-list li.url .item:before {
  content: '\e64e';
}
.contact-list li.address .item:before {
  content: '\e64c';
}
.contact-list li.company .item:before {
  content: '\e66d';
}
.contact-list li.phone .item:before {
  content: '\e658';
}
.contact-list li.whatsapp .item:before {
  content: '\e8ec';
}
.contact-list li.skype .item:before {
  content: '\e616';
}
.contact-list li.qq .item:before {
  content: '\e62d';
}
.contact-wrap {
  overflow: hidden;
}
.contact-wrap .content {
  padding: 0;
}
.contact-wrap .intro-wrap {
  background-color: #efefef;
  overflow: hidden;
}
.contact-wrap .intro-wrap .container {
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .contact-wrap .intro-wrap .container {
    display: block;
  }
  .contact-wrap .intro-wrap .container > div {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .contact-wrap .intro-wrap .container > div {
    padding: 35px 0;
  }
}
@media (min-width: 992px) {
  .contact-wrap .info-wrap {
    width: 42.55319149%;
  }
}
@media (max-width: 991px) {
  .contact-wrap .info-wrap {
    width: 100%;
  }
}
.contact-wrap .info-wrap .title h2 {
  position: relative;
  z-index: 2;
  font-size: 70px;
  line-height: 1;
}
@media (max-width: 1469px) {
  .contact-wrap .info-wrap .title h2 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .contact-wrap .info-wrap .title h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .contact-wrap .info-wrap .title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .info-wrap .title h2 {
    font-size: 30px;
  }
}
.contact-wrap .info-wrap .title h2 span {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.contact-wrap .info-wrap .title h2 span:after {
  z-index: -1;
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background-color: #cb0308;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(10%, 50%);
      -ms-transform: translate(10%, 50%);
          transform: translate(10%, 50%);
}
@media (max-width: 991px) {
  .contact-wrap .info-wrap .title h2 span:after {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .info-wrap .title h2 span:after {
    width: 30px;
    height: 30px;
    border-radius: 4px;
  }
}
.contact-wrap .info {
  position: relative;
  width: 480px;
  padding-right: 30px;
  display: inline-block;
  max-width: 100%;
}
.contact-wrap .info .title {
  margin-bottom: 20px;
}
.contact-wrap .info .contact-list {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .contact-wrap .info .contact-list {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .contact-wrap .info .contact-list {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .info .contact-list {
    overflow: hidden;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .contact-wrap .info .contact-list a:hover {
    color: #cb0308;
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .contact-wrap .info .contact-list a:active {
    color: #cb0308;
    text-decoration: underline;
  }
}
.contact-wrap .share {
  margin-top: 70px;
}
@media (max-width: 1469px) {
  .contact-wrap .share {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .contact-wrap .share {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .contact-wrap .share {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .share {
    margin-top: 30px;
  }
}
.contact-wrap .share a {
  background-color: #8b8b8b;
  color: #fff;
  border-color: #8b8b8b;
}
.contact-wrap .inquiry-form {
  position: relative;
}
@media (min-width: 992px) {
  .contact-wrap .inquiry-form {
    width: 57.44680851%;
    padding: 13.4751773% 0 13.4751773% 8.5106383%;
  }
}
@media (max-width: 991px) {
  .contact-wrap .inquiry-form {
    width: 100%;
  }
}
.contact-wrap .inquiry-form .bg {
  width: 1065px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .contact-wrap .inquiry-form .bg {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.contact-wrap .inquiry-form form {
  position: relative;
}
.contact-wrap .inquiry-form .tit-1 {
  font-size: 48px;
  margin-bottom: 55px;
  text-shadow: 0 0 20px #fff, 0 0 20px #fff;
}
@media (max-width: 1469px) {
  .contact-wrap .inquiry-form .tit-1 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .contact-wrap .inquiry-form .tit-1 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .contact-wrap .inquiry-form .tit-1 {
    font-size: 34px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .inquiry-form .tit-1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.contact-wrap .inquiry-form input::-webkit-input-placeholder,
.contact-wrap .inquiry-form textarea::-webkit-input-placeholder {
  color: #333;
}
.contact-wrap .inquiry-form input:-o-placeholder,
.contact-wrap .inquiry-form textarea:-o-placeholder {
  color: #333;
}
.contact-wrap .inquiry-form input::-moz-placeholder,
.contact-wrap .inquiry-form textarea::-moz-placeholder {
  color: #333;
}
.contact-wrap .inquiry-form input:-ms-input-placeholder,
.contact-wrap .inquiry-form textarea:-ms-input-placeholder {
  color: #333;
}
.contact-wrap .inquiry-form input:focus::-webkit-input-placeholder,
.contact-wrap .inquiry-form textarea:focus::-webkit-input-placeholder {
  color: #666;
}
.contact-wrap .inquiry-form input:focus::-o-placeholder,
.contact-wrap .inquiry-form textarea:focus::-o-placeholder {
  color: #666;
}
.contact-wrap .inquiry-form input:focus::-moz-placeholder,
.contact-wrap .inquiry-form textarea:focus::-moz-placeholder {
  color: #666;
}
.contact-wrap .inquiry-form input:focus::-ms-input-placeholder,
.contact-wrap .inquiry-form textarea:focus::-ms-input-placeholder {
  color: #666;
}
.contact-wrap .inquiry-form input,
.contact-wrap .inquiry-form textarea {
  font-weight: bold;
  color: #222;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.65);
}
@media (min-width: 768px) {
  .contact-wrap .inquiry-form textarea {
    height: 250px;
  }
}
.contact-wrap .inquiry-form .submit {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .contact-wrap .inquiry-form .submit {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .contact-wrap .inquiry-form .submit {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .inquiry-form .submit {
    margin-top: 10px;
  }
}
.contact-wrap .inquiry-form .submit:after {
  display: none;
}
.contact-wrap .map-wrap {
  padding: 70px 0 90px;
}
@media (max-width: 1199px) {
  .contact-wrap .map-wrap {
    padding: 60px 0 75px;
  }
}
@media (max-width: 991px) {
  .contact-wrap .map-wrap {
    padding: 50px 0 60px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .map-wrap {
    padding: 40px 0 45px;
  }
}
.contact-wrap .map-wrap h2 {
  font-family: 'Oswald';
  color: #cb0308;
  font-size: 36px;
  position: relative;
  margin: 0 0 30px;
}
.contact-wrap .map-wrap h2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background-color: #caced4;
  width: 100%;
}
.contact-wrap .map-wrap h2 span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
  padding: 0 50px;
}
@media (max-width: 1469px) {
  .contact-wrap .map-wrap h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .contact-wrap .map-wrap h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .contact-wrap .map-wrap h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .map-wrap h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contact-wrap .map-wrap h2 span {
    padding: 0 25px;
  }
}
.contact-wrap .map .map-content {
  width: 100%;
  height: 420px;
  display: block;
}
@media (max-width: 991px) {
  .contact-wrap .map .map-content {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .map .map-content {
    height: 280px;
  }
}
.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 > a {
  font-weight: bold;
  min-width: 260px;
  background-color: #cb0308;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 12px 30px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .sitemap-wrap .list1 > li > a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .sitemap-wrap .list1 > li > a:hover {
    color: #fff;
    background-color: #cb0308;
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .sitemap-wrap .list1 > li > a:active {
    color: #fff;
    background-color: #cb0308;
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .sitemap-wrap .list1 > li > a {
    padding: 8px 20px;
  }
}
@media (max-width: 575px) {
  .sitemap-wrap .list1 > li > a {
    width: 100%;
  }
}
.sitemap-wrap .list2 {
  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 > a {
  font-size: 0.88888889em;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .sitemap-wrap .list2 a:hover {
    color: #cb0308;
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .sitemap-wrap .list2 a:active {
    color: #cb0308;
    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 > a {
  font-size: 0.88888889em;
}
.sitemap-wrap .list4 {
  padding-left: 5px;
}
.sitemap-wrap .list4 > li > 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(0, 0, 0, 0.25);
  -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: 180px;
  width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .online-wrap .code-pic {
    bottom: 430px;
  }
}
.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(0, 0, 0, 0.43);
  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;
    box-shadow: none;
    background-color: #cb0308;
  }
  .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 {
  background-color: #cb0308;
  color: #fff;
  margin: 0;
  padding: 0 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}
.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 .icon-gouwuche {
  border-radius: 10px !important;
}
.xs-online {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  background-color: rgba(203, 3, 8, 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 a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  margin-left: 3px;
  position: relative;
  font-size: 16px;
  color: #c6c6c6;
  border: 1px solid #c6c6c6;
}
.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 {
    background-color: #cb0308;
    color: #fff;
    border-color: #cb0308;
    text-decoration: none !important;
  }
}
.share a:active {
  background-color: #cb0308;
  color: #fff;
  border-color: #cb0308;
}
@media (max-width: 767px) {
  .share a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
  }
}
.footer {
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #2d2d2d;
}
@media only screen and (min-width: 1200px) {
  .footer a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .footer a:active {
    text-decoration: underline;
  }
}
.footer .footer-wrap {
  overflow: hidden;
}
.footer .footer-row {
  padding: 45px 0 90px;
  margin: 0 -15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1469px) {
  .footer .footer-row {
    padding: 40px 0 80px;
  }
}
@media (max-width: 1199px) {
  .footer .footer-row {
    flex-wrap: wrap;
    padding: 35px 0 70px;
  }
}
@media (max-width: 991px) {
  .footer .footer-row {
    padding: 30px 0 60px;
  }
}
@media (max-width: 767px) {
  .footer .footer-row {
    padding: 10px 0 45px;
  }
}
.footer .foot-list {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding: 0 15px;
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .footer .foot-list {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer .foot-list {
    width: 100%;
    font-size: 14px;
  }
}
.footer .foot-list li {
  position: relative;
  margin-top: 20px;
  text-transform: capitalize;
}
.footer .foot-list li a {
  display: inline-block;
  position: relative;
}
.footer .foot-list p,
.footer .foot-list li {
  line-height: 1.625;
}
.footer .foot-list h4 {
  font-size: 24px;
  text-transform: capitalize;
  margin: 0 0 20px;
  position: relative;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1199px) {
  .footer .foot-list h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .footer .foot-list h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .footer .foot-list h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .footer .foot-list h4:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .footer .foot-contact {
    max-width: 420px;
  }
}
.footer .foot-contact .tit {
  margin-bottom: 0;
}
.footer .foot-contact .contact-list .item {
  padding-left: 0;
}
.footer .foot-contact .contact-list .item:before {
  display: none;
}
.footer .foot-contact .contact-list .item p {
  color: #c6c6c6;
  line-height: 1.875;
}
.footer .foot-subscription {
  width: 480px;
}
@media (max-width: 1199px) {
  .footer .foot-subscription {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .footer .foot-subscription {
    width: 100%;
  }
}
.footer .foot-subscription p {
  color: #c6c6c6;
}
.footer .foot-subscription form {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  padding: 6px;
  max-width: 100%;
  margin: 20px 0 40px;
  background-color: #fff;
  border-radius: 25px;
}
@media (max-width: 991px) {
  .footer .foot-subscription form {
    margin: 20px 0 30px;
  }
}
@media (max-width: 767px) {
  .footer .foot-subscription form {
    margin: 20px 0;
  }
}
.footer .foot-subscription form input::-webkit-input-placeholder,
.footer .foot-subscription form textarea::-webkit-input-placeholder {
  color: #666666;
}
.footer .foot-subscription form input:-o-placeholder,
.footer .foot-subscription form textarea:-o-placeholder {
  color: #666666;
}
.footer .foot-subscription form input::-moz-placeholder,
.footer .foot-subscription form textarea::-moz-placeholder {
  color: #666666;
}
.footer .foot-subscription form input:-ms-input-placeholder,
.footer .foot-subscription form textarea:-ms-input-placeholder {
  color: #666666;
}
.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 {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #666666;
  padding: 9px 9px 9px 20px;
}
@media (max-width: 1199px) {
  .footer .foot-subscription form input {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .footer .foot-subscription form input {
    font-size: 14px;
  }
}
.footer .foot-subscription form .submit {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  padding: 9px 24px;
  border-radius: 20px;
  background: #cb0308;
  color: #fff;
  font-size: 22px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1;
}
.footer .foot-subscription form .submit:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e646';
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 1200px) {
  .footer .foot-subscription form .submit {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .footer .foot-subscription form .submit:hover:after {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  .footer .foot-subscription form .submit {
    padding: 5px 20px;
  }
}
.footer .foot-subscription .share a {
  margin-left: 8px;
}
.footer .foot-subscription .share a:first-child {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .footer .foot-subscription .share a:hover {
    background-color: #fff;
    color: #cb0308;
    border-color: #fff;
  }
}
.copyright {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  background-color: #1e1e1e;
  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: #cbcbcb;
}
.copyright .container {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 11px 15px;
}
@media (min-width: 768px) {
  .copyright .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -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: 0 15px;
}
@media (max-width: 767px) {
  .copyright .google-translate {
    margin: 15px auto 0;
  }
}
.copyright .info span {
  display: inline-block;
  padding: 0 5px;
}
@media only screen and (min-width: 1200px) {
  .copyright .info a:hover {
    text-decoration: underline;
    color: #fff;
  }
}
@media (max-width: 1199px) {
  .copyright .info a:active {
    text-decoration: underline;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .copyright .sitemap {
    margin-top: 5px;
  }
}
.copyright .sitemap a {
  color: #fff;
  font-size: 1.06666667em;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}
.copyright .sitemap a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e62f';
  margin-right: 10px;
  font-size: 1.5em;
}
.copyright .sitemap a:active span {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .copyright .sitemap a:hover span {
    text-decoration: underline;
  }
}


/**
 * Date : 2023年6月25日11:40:58
 * @author HSM
 * @toDo table加隔行变色
 */
.table-box table tr:nth-child(even) {
  background-color: #e5f3ff;
}



/**
 * Date : 2023年6月26日09:29:04
 * @author HSM
 * @toDo 加流程
 */
.honor-box {
  position: relative;
}
.process-list .img-box {
  padding-bottom: 66.66666666666667%;
}

.process-line {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  
}

.process-line:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dadada;
} 


/**
 * Date : 2024年1月25日
 * @author HSM
 * @toDo ins改youtube
 */

 .index-social .list .follow-name.youtube:before {
  content: "\e618";
 }

 /**
 * Date : 2024-09-11
 * @author HSM
 * @toDo 加客户评价
 */
 .write-wrap .write-list {
    padding-top: 5px;
  }
  .write-wrap .write-list li {
    margin-top: 35px;
  }
  .write-wrap .write-list li:first-child {
    margin-top: 0;
  }
  @media (max-width: 991.98px) {
    .write-wrap .write-list li {
      margin-top: 25px;
    }
  }
  @media (max-width: 767.98px) {
    .write-wrap .write-list li {
      margin-top: 15px;
    }
  }
  .write-wrap .write-list .name {
    font-size: 22px;
    font-weight: bold;
  }
  @media (max-width: 991.98px) {
    .write-wrap .write-list .name {
      font-size: 20px;
    }
  }
  @media (max-width: 767.98px) {
    .write-wrap .write-list .name {
      font-size: 18px;
    }
  }
  .write-wrap .write-list .star-box {
    margin: 5px 0;
    font-size: 0;
  }
  .write-wrap .write-list .star-box .iconfont {
    color: #ff9000;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
  }
  @media (max-width: 991.98px) {
    .write-wrap .write-list .star-box .iconfont {
      font-size: 18px;
    }
  }
  @media (max-width: 767.98px) {
    .write-wrap .write-list .star-box .iconfont {
      font-size: 16px;
    }
  }

/**
* Date : 2025-05-28
* @author HSM
* @toDo 谷歌翻译弄上面来
*/
@media (min-width: 1200px) {
    .google-translate {
        position: absolute;
        right: 80px;
        top: 7px;
    }
}

@media (min-width: 1200px) and (max-width: 1469px) {
    .google-translate {
        position: absolute;
        right: 60px;
    }
  }

/**
* Date : 2025-06-18
* @author HSM
* @toDo 语言版本导致错位
*/

.header .nav {
    flex: 1 0 0%;
}
@media (min-width: 1200px) {
    .header .nav .nav-list1 {
        display: flex !important;
    }
}

.header .nav .nav-list1 > li > a {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
}

.header .logo,
.header .header-r > *:not(:first-child) {
    flex: 0 0 auto;
    white-space: nowrap;
}