@charset "utf-8";
@font-face {
  font-family: 'Heebo';
  src: local('Heebo Thin'), local('Heebo-Thin'), url('../font/Heebo-Thin.woff2') format('woff2'), url('../font/Heebo-Thin.woff') format('woff'), url('../font/Heebo-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: local('Heebo ExtraLight'), local('Heebo-ExtraLight'), url('../font/Heebo-ExtraLight.woff2') format('woff2'), url('../font/Heebo-ExtraLight.woff') format('woff'), url('../font/Heebo-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: local('Heebo Light'), local('Heebo-Light'), url('../font/Heebo-Light.woff2') format('woff2'), url('../font/Heebo-Light.woff') format('woff'), url('../font/Heebo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: local('Heebo Regular'), local('Heebo-Regular'), url('../font/Heebo-Regular.woff2') format('woff2'), url('../font/Heebo-Regular.woff') format('woff'), url('../font/Heebo-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: local('Heebo Medium'), local('Heebo-Medium'), url('../font/Heebo-Medium.woff2') format('woff2'), url('../font/Heebo-Medium.woff') format('woff'), url('../font/Heebo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: local('Heebo SemiBold'), local('Heebo-SemiBold'), url('../font/Heebo-SemiBold.woff2') format('woff2'), url('../font/Heebo-SemiBold.woff') format('woff'), url('../font/Heebo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: local('Heebo Bold'), local('Heebo-Bold'), url('../font/Heebo-Bold.woff2') format('woff2'), url('../font/Heebo-Bold.woff') format('woff'), url('../font/Heebo-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: local('Heebo ExtraBold'), local('Heebo-ExtraBold'), url('../font/Heebo-ExtraBold.woff2') format('woff2'), url('../font/Heebo-ExtraBold.woff') format('woff'), url('../font/Heebo-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: local('Heebo Black'), local('Heebo-Black'), url('../font/Heebo-Black.woff2') format('woff2'), url('../font/Heebo-Black.woff') format('woff'), url('../font/Heebo-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: local('Oswald Bold'), local('Oswald-Bold'), url('../font/Oswald-Bold.woff2') format('woff2'), url('../font/Oswald-Bold.woff') format('woff'), url('../font/Oswald-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --bs-body-color: #333;
  font-size: 14px;
}
body,
html {
  scroll-behavior: smooth;
  scroll-padding-top: 180px;
}
@media (max-width: 1199.98px) {
  body,
  html {
    scroll-padding-top: 30px;
  }
}
body {
  font-family: 'Heebo', Arial, Helvetica, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
  overflow-x: hidden;
}
body.fixed {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  body.fixed .google-translate {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
@media (min-width: 1200px) {
  body.loaded .header .nav .nav-list1 .nav-list2,
  body.loaded .header .list .list2 {
    display: block;
  }
}
.font-r {
  font-family: 'Roboto';
}
.font-m {
  font-family: 'Montserrat';
  font-weight: 500;
}
.font-o {
  font-family: 'Oswald';
  font-weight: bold;
}
.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%;
}
.txt p {
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 991.98px) {
  .txt p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .txt p {
    font-size: 14px;
  }
}
.txt img {
  max-width: 100%;
  height: auto !important;
}
.radius {
  border-radius: 6px;
}
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #e7e7e7;
  border-radius: 5px;
}
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #e7e7e7;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(12, 97, 128, 0.7);
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background-color: #0c6180;
}
.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.t1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ts {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@-webkit-keyframes scaleShadow {
  0% {
    box-shadow: 0 0 0 0 #fff;
    opacity: 0.7;
  }
  100% {
    box-shadow: 0 0 0 30px #fff;
    opacity: 0;
  }
}
@keyframes scaleShadow {
  0% {
    box-shadow: 0 0 0 0 #fff;
    opacity: 0.7;
  }
  100% {
    box-shadow: 0 0 0 30px #fff;
    opacity: 0;
  }
}
@-webkit-keyframes scaleShadowSm {
  0% {
    box-shadow: 0 0 0 0 #fff;
    opacity: 0.7;
  }
  100% {
    box-shadow: 0 0 0 10px #fff;
    opacity: 0;
  }
}
@keyframes scaleShadowSm {
  0% {
    box-shadow: 0 0 0 0 #fff;
    opacity: 0.7;
  }
  100% {
    box-shadow: 0 0 0 10px #fff;
    opacity: 0;
  }
}
@-webkit-keyframes scaleShadowBorder {
  0% {
    opacity: 0.7;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
            transform: translateX(-50%) translateY(-50%) scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.9);
            transform: translateX(-50%) translateY(-50%) scale(1.9);
  }
}
@keyframes scaleShadowBorder {
  0% {
    opacity: 0.7;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
            transform: translateX(-50%) translateY(-50%) scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.9);
            transform: translateX(-50%) translateY(-50%) scale(1.9);
  }
}
@media (min-width: 1200px) {
  .video-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .video-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.video-box > a,
.video-box .img-box {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.video-box > a[data-src]:not([data-src='']),
.video-box .img-box[data-src]:not([data-src='']) {
  cursor: pointer;
}
.video-box > a[data-src]:not([data-src='']):after,
.video-box .img-box[data-src]:not([data-src='']):after {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.video-box > a[data-src]:not([data-src='']) .v-btn,
.video-box .img-box[data-src]:not([data-src='']) .v-btn {
  display: -webkit-box;
  display: flex;
}
.video-box > a[data-src]:not([data-src='']) .v-btn:before,
.video-box .img-box[data-src]:not([data-src='']) .v-btn:before {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.video-box > a[data-src]:not([data-src='']) .v-btn:active,
.video-box .img-box[data-src]:not([data-src='']) .v-btn:active {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.98);
      -ms-transform: translateX(-50%) translateY(-50%) scale(0.98);
          transform: translateX(-50%) translateY(-50%) scale(0.98);
}
@media (min-width: 1200px) {
  .video-box > a[data-src]:not([data-src='']):hover:after,
  .video-box .img-box[data-src]:not([data-src='']):hover:after {
    background-color: rgba(0, 0, 0, 0);
  }
  .video-box > a[data-src]:not([data-src='']):hover .mask-btn:after,
  .video-box .img-box[data-src]:not([data-src='']):hover .mask-btn:after {
    -webkit-animation: scaleShadowBorder 2000ms linear infinite;
            animation: scaleShadowBorder 2000ms linear infinite;
  }
}
.video-box .v-btn {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-align: center;
  font-style: normal;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 64px;
  line-height: 1;
}
.video-box .v-btn:before {
  position: relative;
  z-index: 2;
}
.video-box .v-btn.mask-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
      -ms-transform: translateX(-50%) translateY(-50%) scale(0.9);
          transform: translateX(-50%) translateY(-50%) scale(0.9);
  border-radius: 50%;
  border: 1px dashed #fff;
}
@media (max-width: 1469.98px) {
  .video-box .v-btn {
    font-size: 58px;
  }
}
@media (max-width: 1199.98px) {
  .video-box .v-btn {
    font-size: 54px;
  }
}
@media (max-width: 991.98px) {
  .video-box .v-btn {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .video-box .v-btn {
    font-size: 46px;
  }
}
@media (max-width: 575.98px) {
  .video-box .v-btn {
    font-size: 40px;
  }
}
.video-box > a:not(.img-box) {
  display: -webkit-box;
  display: flex;
  position: relative;
}
.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: #444;
  line-height: 1.625;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .table-box table {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .table-box table {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .table-box table {
    font-size: 12px;
  }
}
.table-box table colgroup {
  display: none !important;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
}
@media (max-width: 575.98px) {
}
.table-box table td,
.table-box table th {
  vertical-align: top;
  padding: 8px 10px !important;
  border: 1px solid #999999 !important;
}
@media (max-width: 991.98px) {
  .table-box table td,
  .table-box table th {
    padding: 7px 10px !important;
  }
}
@media (max-width: 767.98px) {
  .table-box table td,
  .table-box table th {
    padding: 6px 8px !important;
  }
}
@media (max-width: 575.98px) {
}
.table-box table tr p,
.table-box table tr span {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table img {
  height: auto !important;
  max-width: 100%;
}
@media only screen and (min-width: 1470px) {
  .container {
    max-width: 1440px;
  }
}
.pagination {
  display: block;
  text-align: center;
  margin: 60px 0 0;
}
@media (max-width: 1199.98px) {
  .pagination {
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .pagination {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .pagination {
    margin-top: 35px;
  }
}
@media (max-width: 575.98px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination a,
.pagination span:not(.ellipsis) {
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 5px;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .pagination a,
  .pagination span:not(.ellipsis) {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .pagination a:hover,
  .pagination span:not(.ellipsis):hover {
    background-color: #0c6180;
    color: #fff;
    border-color: #0c6180;
  }
}
@media (max-width: 1199.98px) {
  .pagination a,
  .pagination span:not(.ellipsis) {
    width: 30px;
    height: 30px;
  }
  .pagination a:active,
  .pagination span:not(.ellipsis):active {
    background-color: #0c6180;
    color: #fff;
    border-color: #0c6180;
  }
}
@media (max-width: 575.98px) {
  .pagination a,
  .pagination span:not(.ellipsis) {
    width: 25px;
    height: 25px;
    margin: 0 3px;
    font-size: 12px;
  }
}
.pagination span.current {
  background-color: #0c6180;
  color: #fff;
  border-color: #0c6180;
}
.pagination span.current.prev,
.pagination span.current.next {
  display: none;
}
.pagination .next:before,
.pagination .prev:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4em;
}
.pagination .prev:before {
  content: '\e9b5';
}
.pagination .next:before {
  content: '\e72f';
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.header .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (min-width: 1200px) {
  .header {
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .header.fixed .header-box {
    position: fixed;
    box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.4s, background-color 0s;
    transition: 0.4s, background-color 0s;
    top: auto;
    bottom: 100%;
    width: 100%;
    -webkit-transform: translateY(99.5%);
        -ms-transform: translateY(99.5%);
            transform: translateY(99.5%);
    background-color: #fff;
  }
  .header.fixed .header-box .header-r {
    color: inherit;
  }
  .header.fixed .header-box .find-box:before,
  .header.fixed .header-box .find-box:after {
    background-color: #222;
  }
}
@media (max-width: 1199.98px) {
  .header {
    height: auto !important;
    position: relative;
    z-index: 999;
  }
}
.header .header-l {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.header .header-l .share {
  margin-left: 40px;
}
.header .logo {
  z-index: 3;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  z-index: 2;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .header .logo {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
}
.header .logo img {
  max-width: 100%;
}
.header .logo .pic {
  display: block;
  position: relative;
}
@media (max-width: 1199.98px) {
  .header .logo .pic {
    width: 90px;
  }
}
@media (max-width: 767.98px) {
  .header .logo .pic {
    width: 70px;
  }
}
.header .header-r {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  flex-wrap: wrap;
}
.header .header-r > * {
  margin-left: 25px;
}
@media (max-width: 991.98px) {
  .header .header-r > * {
    margin-left: 20px;
  }
}
@media (max-width: 575.98px) {
  .header .header-r > * {
    margin-left: 4vw;
  }
}
.header .header-r > *:first-child {
  margin-left: 0;
}
.header .google-translate {
  min-width: 110px;
}
@media (min-width: 1200px) {
  .header .google-translate {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .header .google-translate {
    margin-left: 0 !important;
    position: fixed;
    top: 20px;
    left: -webkit-calc(100% - 405px);
    left: calc(100% - 405px);
    z-index: 99999999;
    opacity: 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    pointer-events: none;
  }
}
@media (max-width: 575.98px) {
  .header .google-translate {
    left: 85px;
  }
}
.header .find {
  cursor: pointer;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 20px;
}
.header .find:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e752';
}
.header .find span {
  margin-left: 10px;
  color: #bbbbbb;
}
@media (min-width: 1200px) {
  .header .find:hover {
    color: #0c6180;
  }
  .header .find:hover span {
    text-decoration: underline;
  }
}
.header .cart var {
  font-style: normal;
}
.header .cart a {
  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.5em;
  content: '\e73e';
  line-height: 1;
}
@media (max-width: 767.98px) {
  .header .cart a:before {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  .header .cart a:hover {
    color: #0c6180;
  }
}
.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: 575.98px) {
  .header .language-box.pic a span {
    margin-left: 5px;
  }
}
.header .language-box a {
  margin: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .header .language-box a:hover span {
    color: #0c6180;
    text-decoration: underline;
  }
}
@media (max-width: 1399.98px) {
  .header .language-box a {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .header .language-box a:active span {
    text-decoration: underline;
  }
}
.header .nav-collapse {
  position: relative;
  display: none;
  width: 28px;
  height: 28px;
  background: none;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .header .nav-collapse {
    vertical-align: middle;
    display: inline-block;
  }
  .header .nav-collapse.nav-collapse-1 {
    border: none;
    display: block;
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 9999;
  }
}
.header .nav-collapse .btn-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28px;
  height: 2px;
  background-color: #222;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
  content: '';
  display: block;
}
.header .nav-collapse .btn-line:nth-child(1) {
  top: 25%;
}
.header .nav-collapse .btn-line:nth-child(2) {
  top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
  top: 75%;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) rotateZ(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav-collapse-xs .btn-line {
  background-color: #333;
}
@media (min-width: 1200px) {
  .header .nav {
    position: relative;
    display: block !important;
  }
}
@media (max-width: 1199.98px) {
  .header .nav {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    visibility: hidden;
    height: 100%;
    width: 420px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    background: #fff;
    text-align: left;
    padding: 70px 0 50px;
    z-index: 99999998;
    -webkit-transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .header .nav .nav-box,
  .header .nav .container {
    height: 100%;
    width: 100%;
  }
  .header .nav .container {
    padding: 0;
  }
  .header .nav .tbl,
  .header .nav .tbl-cell {
    display: -webkit-box;
    display: flex;
  }
  .header .nav .tbl {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header .nav .tbl:before,
  .header .nav .tbl:after {
    position: absolute;
    width: 100%;
    height: 25px;
    content: '';
    left: 0;
    pointer-events: none;
    z-index: 3;
  }
  .header .nav .tbl:before {
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(#fff, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0));
  }
  .header .nav .tbl:after {
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(40%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0));
  }
  .header .nav .tbl-cell {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .header .nav ul {
    text-align: left;
  }
  .header .nav ul li.more {
    position: relative;
  }
  .header .nav ul li.more.current > span:after {
    content: '\e640';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header .nav ul li.more.current > ul {
    display: block;
  }
  .header .nav ul li.more > span {
    padding-right: 25px;
    position: relative;
  }
  .header .nav ul li.more > span:after {
    position: absolute;
    right: 0;
    top: 5px;
    padding: 12px 5px;
    line-height: 1;
    font-family: 'iconfont';
    content: '\e641';
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    z-index: 3;
  }
  .header .nav ul li.more > span > a {
    display: inline-block;
  }
  .header .nav ul li:not(.more) span > a {
    display: block;
  }
  .header .nav ul li span {
    position: relative;
    z-index: 2;
    display: block;
  }
  .header .nav ul li span > a {
    padding: 15px 0;
  }
  .header .nav ul.nav-list1 {
    opacity: 1;
    margin: 0;
    max-height: 100%;
    padding: 0 20px;
    overflow-y: auto;
    touch-action: pan-y;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
  }
  .header .nav ul.nav-list1::-webkit-scrollbar {
    border-radius: 4px;
    width: 4px;
    height: 4px;
  }
  .header .nav ul.nav-list1::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #dcdcdc;
  }
  .header .nav ul.nav-list1::-webkit-scrollbar-thumb:hover {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.4);
  }
  .header .nav ul.nav-list1 ul {
    padding-bottom: 10px;
  }
  .header .nav ul.nav-list1 a {
    text-transform: capitalize;
  }
  .header .nav ul.nav-list1 > li {
    position: relative;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    line-height: 1.6;
  }
  .header .nav ul.nav-list1 > li.act {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .header .nav ul.nav-list1 > li > a {
    color: #5c5c5c;
  }
  .header .nav ul.nav-list1 > li:not(.hidden-lg) + .hidden-lg {
    border-top: 2px solid #ccc;
  }
  .header .nav ul.nav-list1 .nav-list2 {
    padding-left: 15px;
    font-size: 14px;
  }
  .header .nav ul.nav-list1 .nav-list3 {
    margin: 10px 0 10px 8px;
    padding-left: 25px;
    padding-bottom: 0;
    border-left: 1px solid #444;
  }
  .header .nav ul.nav-list1 .nav-list3 ul {
    padding-left: 10px;
    border-left: 1px solid #444;
  }
  .header .nav ul.nav-list1 .hidden-lg {
    color: #c5c5c5;
  }
  .header .nav ul.nav2-list2 h4 {
    line-height: 50px;
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) and (max-width: 1199.98px) {
  .header .nav ul .pic {
    display: none !important;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .header .nav ul.nav-list1 > li {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .header .nav.left-100 ~ .google-translate {
    top: -30px;
    opacity: 0;
  }
}
@media (max-width: 575.98px) {
  .header .nav {
    width: -webkit-calc(100vw - 65px);
    width: calc(100vw - 65px);
    -webkit-transform: translateX(-webkit-calc(100vw + 65px));
        -ms-transform: translateX(calc(100vw + 65px));
            transform: translateX(calc(100vw + 65px));
  }
}
.header .nav.left-100 {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200 {
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%);
  -webkit-transform: translate3d(-200%, 0, 0);
          transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300 {
  -webkit-transform: translateX(-300%);
      -ms-transform: translateX(-300%);
          transform: translateX(-300%);
  -webkit-transform: translate3d(-300%, 0, 0);
          transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400 {
  -webkit-transform: translateX(-400%);
      -ms-transform: translateX(-400%);
          transform: translateX(-400%);
  -webkit-transform: translate3d(-400%, 0, 0);
          transform: translate3d(-400%, 0, 0);
}
.header .nav.left-500 {
  -webkit-transform: translateX(-500%);
      -ms-transform: translateX(-500%);
          transform: translateX(-500%);
  -webkit-transform: translate3d(-500%, 0, 0);
          transform: translate3d(-500%, 0, 0);
}
@media (min-width: 1200px) {
  .header .nav .nav-list1 li {
    -webkit-perspective: 500;
            perspective: 500;
  }
  .header .nav .nav-list1 li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header .nav .nav-list1 li:hover .span > a {
    color: #0c6180;
  }
  .header .nav .nav-list1 > li {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 22px;
    font-size: 17px;
  }
  .header .nav .nav-list1 > li:nth-child(5) {
    margin-left: 200px;
  }
  .header .nav .nav-list1 > li:nth-child(5),
  .header .nav .nav-list1 > li:nth-child(5) ~ li {
    padding: 0 5px;
  }
  .header .nav .nav-list1 > li > span {
    display: block;
  }
  .header .nav .nav-list1 > li > span > a {
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    color: inherit;
    z-index: 2;
    padding: 0 20px;
  }
  .header .nav .nav-list1 > li > span > a > span {
    display: block;
    padding-top: 32px ;
    padding-bottom: 32px ;
    position: relative;
  }
  .header .nav .nav-list1 > li > span > a > span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: #0c6180;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .header .nav .nav-list1 > li.more > span > a {
    position: relative;
  }
  .header .nav .nav-list1 > li:hover > span > a,
  .header .nav .nav-list1 > li.active > span > a {
    color: #0c6180;
  }
  .header .nav .nav-list1 > li:hover > span > a > span:after,
  .header .nav .nav-list1 > li.active > span > a > span:after {
    width: 100%;
  }
  .header .nav .nav-list1 > li:hover > ul {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  .header .nav .nav-list1 ul {
    font-size: 0.95em;
    letter-spacing: 0;
    opacity: 0;
    text-transform: capitalize;
    visibility: hidden;
    position: absolute;
    text-align: left;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    padding-top: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    pointer-events: none;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
  }
  .header .nav .nav-list1 ul li:hover > span > a {
    color: #0c6180;
    text-decoration: underline;
  }
  .header .nav .nav-list1 ul a {
    display: block;
    padding: 5px 15px;
    position: relative;
  }
  .header .nav .nav-list1 .nav-list2 {
    top: 100%;
    left: 0;
    padding: 15px 0;
    min-width: 100%;
    z-index: 10;
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: rotateX(-50deg);
            transform: rotateX(-50deg);
    font-size: 15px;
  }
  .header .nav .nav-list1 .nav-list2 > li {
    white-space: nowrap;
    position: relative;
  }
  .header .nav .nav-list1 .nav-list2 > li > span > a {
    display: block;
    padding: 5px 25px;
  }
  .header .nav .nav-list1 .nav-list2 ul {
    left: 100%;
    position: absolute;
    top: 0;
    padding: 10px 0;
    min-width: 120px;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    border-left: 1px solid transparent;
    -webkit-transform: rotateY(50deg);
            transform: rotateY(50deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header .nav .nav-list1 .nav-list2 li:hover > ul {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  .header .nav .nav-list1 .pro-nav-list2 .active > a {
    text-decoration: underline;
  }
}
@media (min-width: 1200px) and (max-width: 1469.98px) {
  .header .nav .nav-list1 > li {
    padding: 0 19px;
  }
  .header .nav .nav-list1 > li:nth-child(5),
  .header .nav .nav-list1 > li:nth-child(5) ~ li {
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header .nav .nav-list1 > li {
    padding: 0 8px;
  }
  .header .nav .nav-list1 > li:nth-child(6) {
    margin-left: 150px;
  }
  .header .nav .nav-list1 > li:nth-child(5) {
    margin-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1469.98px) {
  .header .nav .nav-list1 > li > span > a {
    padding: 0 15px;
  }
  .header .nav .nav-list1 > li > span > a > span {
    padding-top: 32px ;
    padding-bottom: 32px ;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header .nav .nav-list1 > li > span > a {
    padding: 0 10px;
  }
  .header .nav .nav-list1 > li > span > a > span {
    padding-top: 32px ;
    padding-bottom: 32px ;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .header .nav .nav-list1 .nav-list2 {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header .nav .nav-list1 {
    width: 100%;
  }
  .header .nav .nav-list1 ul {
    display: none;
  }
  .header .nav .nav-list1 > li.more > span:after {
    top: 7px;
  }
  .header .nav .nav-list1 > a {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .header .nav .nav-list1 > li.more > span:after {
    top: 5px;
  }
}
.header .mask-nav {
  display: none;
}
@media (max-width: 1199.98px) {
  .header .mask-nav {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    text-align: left;
    padding: 20px;
    z-index: 9999;
    text-align: center;
    background: #000;
    color: #fff;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
}
.header .mask-nav .nav-top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.header .mask-nav .nav-top .back-btn:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e9b5';
  font-size: 26px;
}
.header .mask-nav .nav-top .nav-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .header .mask-nav .nav-top .nav-title {
    font-size: 20px;
    font-size: 5vmin;
  }
}
.header .mask-nav .content {
  margin-top: 4%;
  position: relative;
  height: 85%;
  overflow: auto;
  touch-action: pan-y;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  /*滑块效果*/
}
.header .mask-nav .content::-webkit-scrollbar {
  border-radius: 5px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #666;
}
.header .mask-nav .content::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
}
.header .mask-nav .content ul li {
  text-align: left;
  font-size: 20px;
  line-height: 2;
  margin: 10px 0;
}
@media (max-width: 767.98px) {
  .header .mask-nav .content ul li {
    margin: 0;
    font-size: 4vmin;
    line-height: 1.6;
    margin-top: 10px;
  }
}
.header .mask-nav .content ul li.more {
  position: relative;
}
.header .mask-nav .content ul li.more:after {
  position: absolute;
  right: 0;
  top: 50%;
  font-family: 'iconfont' !important;
  content: '\e72f';
  color: #fff;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .mask-nav .content ul li a {
  display: inline-block;
  text-transform: capitalize;
}
.header .mask-nav .content ul ul {
  display: none;
}
.header .nav-2 {
  left: 100%;
}
.header .nav-3 {
  left: 200%;
}
.header .nav-4 {
  left: 300%;
}
.header .nav-5 {
  left: 400%;
}
.header .fade-out {
  visibility: visible;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
@-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 {
  top: 100%;
  position: absolute;
  right: 15px;
  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: 575.98px) {
  .search-wrap {
    max-width: 90%;
    padding: 10px;
    right: 10px;
  }
}
.search-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #999;
  border-radius: 25px;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 1200px) {
  .search-box {
    width: 240px;
  }
}
@media (max-width: 1469.98px) {
  .search-box {
    max-width: 100%;
  }
}
.search-box input::-webkit-input-placeholder,
.search-box textarea::-webkit-input-placeholder {
  color: #222;
}
.search-box input:-o-placeholder,
.search-box textarea:-o-placeholder {
  color: #222;
}
.search-box input::-moz-placeholder,
.search-box textarea::-moz-placeholder {
  color: #222;
}
.search-box input:-ms-input-placeholder,
.search-box textarea:-ms-input-placeholder {
  color: #222;
}
.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-color: #fff;
  color: #222;
  padding: 10px 20px;
}
@media (max-width: 767.98px) {
  .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;
  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 {
    color: #0c6180;
    -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: 15px;
}
@media (max-width: 991.98px) {
  .slick-dots {
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .slick-dots {
    margin-top: 5px;
  }
}
.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #f6f6f6;
  margin: 5px 6px 0;
}
@media (min-width: 1200px) {
  .slick-dots li:hover {
    background-color: #999999;
  }
}
.slick-dots li.slick-active {
  background-color: #0c6180;
}
@media (max-width: 767.98px) {
  .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 3px 5px 0;
  }
}
.slick-dots li button {
  display: none;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  z-index: 5;
  text-align: center;
  color: #0c6180;
  border: 1px solid #0c6180;
  width: 50px;
  height: 50px;
  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;
}
.slick-arrow:before {
  display: block;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) {
  .slick-arrow {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .slick-arrow:hover {
    background-color: #0c6180 !important;
    border-color: #0c6180 !important;
    color: #fff;
  }
}
.slick-arrow:active {
  background-color: #0c6180 !important;
  border-color: #0c6180 !important;
  color: #fff;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: translateY(-50%) scale(0.95);
      -ms-transform: translateY(-50%) scale(0.95);
          transform: translateY(-50%) scale(0.95);
}
@media (max-width: 767.98px) {
  .slick-arrow {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: '\e9b7';
}
.slick-next {
  right: 0;
}
.slick-next:before {
  content: '\e610';
}
.fz15 {
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .fz15 {
    font-size: 14px;
  }
}
.fz16 {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .fz16 {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .fz16 {
    font-size: 14px;
  }
}
.fz17 {
  font-size: 17px;
}
@media (max-width: 1199.98px) {
  .fz17 {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .fz17 {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .fz17 {
    font-size: 14px;
  }
}
.fz18 {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .fz18 {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .fz18 {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .fz18 {
    font-size: 15px;
  }
}
.fz20 {
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  .fz20 {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .fz20 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .fz20 {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .fz20 {
    font-size: 16px;
  }
}
.fz22 {
  font-size: 22px;
}
@media (max-width: 1469.98px) {
  .fz22 {
    font-size: 21px;
  }
}
@media (max-width: 1199.98px) {
  .fz22 {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .fz22 {
    font-size: 19px;
  }
}
@media (max-width: 767.98px) {
  .fz22 {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .fz22 {
    font-size: 17px;
  }
}
.fz24 {
  font-size: 24px;
}
@media (max-width: 1469.98px) {
  .fz24 {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .fz24 {
    font-size: 21px;
  }
}
@media (max-width: 991.98px) {
  .fz24 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .fz24 {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .fz24 {
    font-size: 18px;
  }
}
.fz26 {
  font-size: 26px;
}
@media (max-width: 1469.98px) {
  .fz26 {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .fz26 {
    font-size: 23px;
  }
}
@media (max-width: 991.98px) {
  .fz26 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .fz26 {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .fz26 {
    font-size: 19px;
  }
}
.fz28 {
  font-size: 28px;
}
@media (max-width: 1469.98px) {
  .fz28 {
    font-size: 26px;
  }
}
@media (max-width: 1199.98px) {
  .fz28 {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  .fz28 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .fz28 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .fz28 {
    font-size: 20px;
  }
}
.fz30 {
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  .fz30 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .fz30 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .fz30 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .fz30 {
    font-size: 22px;
  }
}
.fz32 {
  font-size: 32px;
}
@media (max-width: 1199.98px) {
  .fz32 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .fz32 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .fz32 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .fz32 {
    font-size: 23px;
  }
}
.fz36 {
  font-size: 36px;
}
@media (max-width: 1199.98px) {
  .fz36 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .fz36 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .fz36 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .fz36 {
    font-size: 22px;
  }
}
.fz38 {
  font-size: 38px;
}
@media (max-width: 1199.98px) {
  .fz38 {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .fz38 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .fz38 {
    font-size: 27px;
  }
}
@media (max-width: 575.98px) {
  .fz38 {
    font-size: 24px;
  }
}
.fz40 {
  font-size: 40px;
}
@media (max-width: 1469.98px) {
  .fz40 {
    font-size: 36px;
  }
}
@media (max-width: 1199.98px) {
  .fz40 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .fz40 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .fz40 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .fz40 {
    font-size: 26px;
  }
}
.fz45 {
  font-size: 45px;
}
@media (max-width: 1469.98px) {
  .fz45 {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .fz45 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .fz45 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .fz45 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .fz45 {
    font-size: 26px;
  }
}
.fz48 {
  font-size: 48px;
}
@media (max-width: 1469.98px) {
  .fz48 {
    font-size: 46px;
  }
}
@media (max-width: 1199.98px) {
  .fz48 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .fz48 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .fz48 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .fz48 {
    font-size: 26px;
  }
}
.fz50 {
  font-size: 50px;
}
@media (max-width: 1469.98px) {
  .fz50 {
    font-size: 44px;
  }
}
@media (max-width: 1199.98px) {
  .fz50 {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .fz50 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .fz50 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.fz60 {
  font-size: 60px;
}
@media (max-width: 1469.98px) {
  .fz60 {
    font-size: 54px;
  }
}
@media (max-width: 1199.98px) {
  .fz60 {
    font-size: 48px;
  }
}
@media (max-width: 991.98px) {
  .fz60 {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .fz60 {
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  .fz60 {
    font-size: 30px;
  }
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
  z-index: 2;
  font-size: 0;
}
@media (min-width: 1200px) {
  .banner .mose-icon {
    font-size: 25px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 3;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: jump 1s infinite;
            animation: jump 1s infinite;
    text-align: center;
    color: #fff;
  }
  .banner .mose-icon:after {
    display: block;
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
    content: '\eb93';
    line-height: 1;
    margin-top: -5px;
  }
  .banner .mose-icon .iconfont {
    font-size: 1.2em;
  }
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .control {
  position: absolute;
  z-index: 2;
  width: auto;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner .swiper-button-next:after {
  content: '\e610';
}
.banner .swiper-button-prev:after {
  content: '\e9b7';
}
.banner .swiper-pagination {
  position: absolute;
  z-index: 2;
  width: auto;
  bottom: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner .swiper-pagination-bullet {
  outline: none;
  width: 55px;
  height: 28px;
  opacity: 1;
  margin: 0 5px !important;
  font-size: 16px;
  color: #fff;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: none;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.banner .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
  z-index: -1;
}
@media (max-width: 1199.98px) {
}
@media (max-width: 767.98px) {
  .banner .swiper-pagination-bullet {
    width: 35px;
    height: 22px;
    font-size: 14px;
    margin: 0 4px !important;
  }
}
@media (max-width: 575.98px) {
}
.banner .swiper-pagination-bullet-active {
  color: #0c6180;
  width: 75px;
}
.banner .swiper-pagination-bullet-active:before {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .banner .swiper-pagination-bullet-active {
    width: 55px;
  }
}
.banner .slick-arrow {
  outline: none;
  border: none;
  background: none;
  color: #000;
  font-size: 50px;
  opacity: 0.2;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
.banner .slick-arrow:after {
  display: none;
}
.banner .slick-arrow:active {
  -webkit-transform: translateY(-50%) scale(0.95);
      -ms-transform: translateY(-50%) scale(0.95);
          transform: translateY(-50%) scale(0.95);
}
@media (min-width: 1200px) {
  .banner .slick-arrow:hover {
    opacity: 1;
    color: #0c6180;
    background: none !important;
  }
}
@media (max-width: 1199.98px) {
  .banner .slick-arrow {
    display: none;
  }
}
.banner .slick-prev {
  left: 5%;
}
.banner .slick-next {
  right: 5%;
}
.banner .item {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .banner .item {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
  }
}
.banner .item > a {
  overflow: hidden;
  display: block;
}
.banner .item > a > img.first-img,
.banner .item > a > img.swiper-lazy-loaded {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
}
.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.hide-video video {
  display: none !important;
}
.banner-video-box {
  display: block;
  overflow: hidden;
  padding-bottom: 36.45833333%;
  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: #0c6180 !important;
}
.banner-video-box .fluid_controls_container {
  display: none !important;
}
.banner .mobile-video {
  display: block;
  position: relative;
}
.banner .mobile-video:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner .mobile-video:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  font-size: 50px;
  color: #fff;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner .mobile-video img {
  width: 100%;
}
.title {
  margin-bottom: 45px;
}
@media (max-width: 1469.98px) {
  .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 1399.98px) {
  .title {
    margin-bottom: 35px;
  }
}
@media (max-width: 1199.98px) {
  .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .title {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .title {
    margin-bottom: 20px;
  }
}
.title.text-center h2 ~ p,
.title.text-center .txt {
  width: 955px;
  margin: 0 auto;
  max-width: 100%;
}
.title h1,
.title h2 {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.33333333;
  margin: 0 0 10px;
  font-family: 'Oswald';
  font-weight: bold;
}
@media (max-width: 1469.98px) {
  .title h1,
  .title h2 {
    font-size: 46px;
  }
}
@media (max-width: 1199.98px) {
  .title h1,
  .title h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .title h1,
  .title h2 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .title h1,
  .title h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .title h1,
  .title h2 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .title h1,
  .title h2 {
    margin-bottom: 5px;
  }
}
.title > span {
  text-transform: uppercase;
  font-size: 16px;
  color: #0c6180;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 991.98px) {
  .title > span {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .title > span {
    font-size: 14px;
  }
}
.title .bg-txt {
  text-transform: uppercase;
  color: #f5f5f5;
  font-size: 90px;
  line-height: 1;
  display: block;
  margin-bottom: -55px;
  white-space: nowrap;
}
@media (max-width: 1469.98px) {
  .title .bg-txt {
    font-size: 80px;
    margin-bottom: -50px;
  }
}
@media (max-width: 1199.98px) {
  .title .bg-txt {
    font-size: 70px;
    margin-bottom: -45px;
  }
}
@media (max-width: 767.98px) {
  .title .bg-txt {
    font-size: 60px;
    margin-bottom: -40px;
  }
}
@media (max-width: 575.98px) {
  .title .bg-txt {
    font-size: 50px;
    margin-bottom: -30px;
  }
}
.title h3 {
  font-size: 32px;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .title h3 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .title h3 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .title h3 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .title h3 {
    font-size: 23px;
  }
}
.jb {
  background: -webkit-gradient(linear, left top, right top, from(#fe6e53), to(#cc0c1c));
  background: linear-gradient(90deg, #fe6e53, #cc0c1c 100%);
}
.more-box > a,
.more-box > span {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-width: 142px;
  height: 42px;
  border-radius: 30px;
  text-transform: capitalize;
  background-color: #0c6180;
  color: #fff;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .more-box > a,
  .more-box > span {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .more-box > a:hover,
  .more-box > span:hover {
    background-color: #0c6180;
    color: #fff;
  }
  .more-box > a:hover span,
  .more-box > span:hover span {
    text-decoration: underline;
  }
  .more-box > a:hover:after,
  .more-box > span:hover:after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.more-box > a:active,
.more-box > span:active {
  background-color: #0c6180;
  color: #fff;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
@media (max-width: 1199.98px) {
  .more-box > a:after,
  .more-box > span:after {
    margin-left: 25px;
  }
}
@media (max-width: 991.98px) {
  .more-box > a:after,
  .more-box > span:after {
    margin-left: 15px;
  }
}
@media (max-width: 767.98px) {
  .more-box > a,
  .more-box > span {
    min-width: 130px;
    height: 38px;
    font-size: 13px;
  }
  .more-box > a:after,
  .more-box > span:after {
    margin-left: 10px;
  }
}
@media (max-width: 575.98px) {
  .more-box > a,
  .more-box > span {
    min-width: 120px;
    height: 32px;
    font-size: 12px;
  }
}
@media (min-width: 1630px) {
  .arrow-cont {
    max-width: 1600px;
    padding: 0 95px;
  }
}
@media (min-width: 1200px) and (max-width: 1629.98px) {
  .arrow-cont {
    padding: 0 80px;
  }
}
.wrapper {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .index-body .header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  .index-body .header .header-box {
    background-color: #fff;
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.1);
  }
}
.section .fp-tableCell {
  padding-top: 89px;
}
@media (min-width: 1200px) {
  .section-banner {
    position: relative;
  }
  .section-banner .banner-wrap {
    padding-bottom: 125px;
    position: relative;
    overflow: hidden;
  }
  .section-banner .banner-video-box {
    padding: 0 !important;
    height: -webkit-calc(100vh - 89px - 125px);
    height: calc(100vh - 89px - 125px);
  }
  .section-banner .banner-video-box video {
    object-fit: cover;
  }
  .section-banner .banner .item > a > img {
    height: -webkit-calc(100vh - 89px - 125px);
    height: calc(100vh - 89px - 125px);
    object-fit: cover;
  }
}
.section-footer .fp-tableCell {
  padding-top: 0;
}
.banner-btm-intro {
  background-color: #004B66;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .banner-btm-intro {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .banner-btm-intro {
    padding-top: 30px;
    margin-top: -1px;
  }
}
@media (min-width: 576px) {
  .banner-btm-intro .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .banner-btm-intro .container {
    height: 130px;
  }
}
@media (min-width: 576px) {
  .banner-btm-intro .container > p,
  .banner-btm-intro .container .num-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-btm-intro .container > p,
  .banner-btm-intro .container .num-box {
    padding: 20px 0;
  }
}
.banner-btm-intro .container > p {
  text-transform: uppercase;
  margin: 0;
  font-family: 'Oswald';
  font-weight: bold;
  position: relative;
  line-height: 1.2;
  font-size: 40px;
}
@media (min-width: 576px) {
  .banner-btm-intro .container > p:after {
    position: absolute;
    top: 0;
    left: 103%;
    content: "";
    background-color: #0c6180;
    width: 40vw;
    height: 100%;
    -webkit-transform: skew(-35deg);
        -ms-transform: skew(-35deg);
            transform: skew(-35deg);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-btm-intro .container > p:after {
    width: 60vw;
  }
}
@media (max-width: 1399.98px) {
  .banner-btm-intro .container > p {
    font-size: 34px;
  }
}
@media (max-width: 1199.98px) {
  .banner-btm-intro .container > p {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .banner-btm-intro .container > p {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .banner-btm-intro .container > p {
    font-size: 22px;
  }
}
@media (min-width: 576px) {
  .banner-btm-intro .container .num-box {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin: 0 0 0 80px;
  }
  .banner-btm-intro .container .num-box li {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .banner-btm-intro .container .num-box {
    padding: 0;
  }
}
.mobie .index-box .wow {
  opacity: 0;
}
.pc .index-product .list {
  height: -webkit-calc(100vh - 89px);
  height: calc(100vh - 89px);
}
.pc .index-product .list > li {
  height: 50%;
}
.pc .index-product .list .img-box {
  position: relative;
  display: block;
  height: 100% !important;
  padding: 0 !important;
}
.pc .index-product .list .img-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .pc .index-product .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;
  }
  .pc .index-product .list .img-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .pc .index-product .list .img-box:hover:after {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 1199.98px) {
  .index-box {
    padding: 75px 0;
  }
}
@media (max-width: 991.98px) {
  .index-box {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .index-box {
    padding: 45px 0;
  }
}
.index-product {
  padding: 0;
}
.index-product .list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.index-product .list > li {
  width: 25%;
}
@media (max-width: 1199.98px) {
  .index-product .list > li {
    width: 33.333%;
  }
}
@media (max-width: 575.98px) {
  .index-product .list > li {
    width: 50%;
  }
}
.index-product .list .img-box {
  padding-bottom: 103.125%;
}
.index-product .list .img-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.index-product .list .info {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 6% 10%;
  color: #fff;
  text-align: right;
}
.index-product .list .num {
  font-family: Arial;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-size: 3.125vw;
}
@media (max-width: 1199.98px) {
  .index-product .list .num {
    font-size: 4vw;
  }
}
@media (max-width: 575.98px) {
  .index-product .list .num {
    font-size: 6vw;
  }
}
.index-product .list .tit {
  font-weight: 900;
  height: 3.75vw;
  font-size: 1.25vw;
}
@media (max-width: 1199.98px) {
  .index-product .list .tit {
    font-size: 1.7vw;
    height: 5.15vw;
  }
}
@media (max-width: 575.98px) {
  .index-product .list .tit {
    font-size: 3vw;
    height: 9vw;
  }
}
.index-about {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
  padding-bottom: 140px;
}
@media (max-width: 1199.98px) {
  .index-about {
    padding-bottom: 0;
  }
}
.index-about .intro-box .txt {
  width: 900px;
  max-width: 100%;
  margin-bottom: 65px;
}
@media (max-width: 1199.98px) {
  .index-about .intro-box .txt {
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .index-about .intro-box .txt {
    margin-bottom: 45px;
  }
}
@media (max-width: 767.98px) {
  .index-about .intro-box .txt {
    margin-bottom: 30px;
  }
}
.index-about .intro-box .txt p {
  color: inherit;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 6;
  height: auto;
}
@media (max-width: 1199.98px) {
  .index-about .intro-box .txt p {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .index-about .intro-box .txt p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .index-about .intro-box .txt p {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .index-about .num-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .index-about .num-wrap {
    margin-top: 75px;
  }
}
@media (max-width: 991.98px) {
  .index-about .num-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .index-about .num-wrap {
    margin-top: 45px;
  }
}
.index-about .num-wrap .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media (min-width: 768px) {
  .index-about .num-wrap .title {
    display: -webkit-box;
    display: flex;
    margin: 0 0 0 10%;
    padding-left: 4%;
    width: 20%;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
  .index-about .num-wrap .title:after {
    -webkit-transform: skew(-25deg);
        -ms-transform: skew(-25deg);
            transform: skew(-25deg);
    right: auto;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .index-about .num-wrap .title {
    margin: 0 0 25px;
  }
  .index-about .num-wrap .title:after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .index-about .num-wrap .title {
    padding: 0;
  }
}
.index-about .num-wrap .title h2 {
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  .index-about .num-wrap .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .index-about .num-wrap .title h2 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .index-about .num-wrap .title h2 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .index-about .num-wrap .title h2 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .index-about .num-wrap .title a:hover {
    text-decoration: underline;
  }
}
.index-news .title h2 {
  color: #0c6180;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .index-news .title h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .index-news .title h2 {
    margin-bottom: 5px;
  }
}
.index-news .title p {
  font-size: 18px;
  color: #666;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .index-news .title p {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .index-news .title p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .index-news .title p {
    font-size: 15px;
  }
}
.index-news .item {
  background-color: #fff;
}
.public-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.public-banner img {
  position: relative;
  display: block;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 575.98px) {
  .public-banner img {
    width: 120%;
  }
}
.public-banner .title {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  z-index: 3;
  color: #fff;
}
.public-banner .title h2 {
  color: #fff;
}
@media (max-width: 991.98px) {
  .public-banner .title {
    bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .public-banner .title {
    bottom: 15px;
  }
}
.breadcrumb-box {
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}
.breadcrumb {
  font-size: 16px;
  color: #999;
  margin: 0;
}
@media (max-width: 991.98px) {
  .breadcrumb {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.breadcrumb li:first-child:before {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  margin-right: 10px;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6c8';
  font-size: 1.3em;
  line-height: 1;
  color: inherit;
}
@media (max-width: 767.98px) {
}
.breadcrumb li a,
.breadcrumb li span {
  color: inherit;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb li span {
  color: #0c6180;
}
@media (min-width: 1200px) {
  .breadcrumb li a:hover {
    text-decoration: underline;
    color: #0c6180;
  }
}
@media (max-width: 1199.98px) {
  .breadcrumb li a:active {
    text-decoration: underline;
    color: #0c6180;
  }
}
.breadcrumb > li + li:before {
  padding: 0 6px;
  content: '/';
  color: inherit;
  display: inline-block;
  vertical-align: middle;
}
.xs-product-nav {
  line-height: 1.8;
  margin: 0 -8px 30px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .xs-product-nav {
    font-size: 12px;
    font-size: 3vw;
    margin: 0 -6px 20px;
  }
}
.xs-product-nav li {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
}
@media (max-width: 575.98px) {
  .xs-product-nav li {
    padding: 0 6px;
  }
}
.xs-product-nav .active {
  font-weight: bold;
  color: #0c6180;
}
.xs-product-nav .menu2 {
  border-top: 1px solid #dbdbdb;
  padding-top: 10px;
  margin-top: 10px;
}
.inside-nav {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .inside-nav {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .inside-nav {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .inside-nav {
    margin-top: 20px;
  }
}
.inside-nav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 -13px;
}
@media (max-width: 1199.98px) {
  .inside-nav ul {
    margin: 0 -8px;
  }
}
@media (max-width: 575.98px) {
  .inside-nav ul {
    justify-content: space-around;
    padding: 0;
  }
}
.inside-nav ul li {
  padding: 0 13px;
}
@media (max-width: 1199.98px) {
  .inside-nav ul li {
    padding: 0 8px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .inside-nav ul li {
    -webkit-box-flex: 1;
            flex: 1;
  }
}
@media (max-width: 575.98px) {
  .inside-nav ul li {
    margin: 0;
  }
}
.inside-nav ul li a {
  max-width: 100%;
  padding: 5px 45px;
  min-height: 50px;
  color: #444;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .inside-nav ul li a {
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
  }
  .inside-nav ul li a:hover {
    background-color: #0c6180;
    color: #fff;
  }
}
@media (max-width: 1399.98px) {
  .inside-nav ul li a {
    padding: 5px 30px;
    min-height: 40px;
  }
}
@media (max-width: 991.98px) {
  .inside-nav ul li a {
    padding: 5px 10px;
  }
}
@media (max-width: 575.98px) {
  .inside-nav ul li a {
    font-size: 12px;
    min-height: 36px;
  }
}
.inside-nav ul .active a {
  background-color: #0c6180;
  color: #fff;
}
.menu-wrap h2 {
  margin: 0;
  padding: 7.57575758% 10.60606061%;
  font-family: 'Oswald';
  font-weight: bold;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1399.98px) {
  .menu-wrap h2 {
    padding: 7.57575758% 7.57575758%;
  }
}
.menu-wrap .menu {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.menu-wrap .menu a {
  display: block;
}
.menu-wrap .menu1 {
  font-size: 16px;
}
@media (max-width: 1399.98px) {
  .menu-wrap .menu1 {
    font-size: 15px;
  }
}
.menu-wrap .menu1 li.more {
  position: relative;
}
.menu-wrap .menu1 li .more-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.menu-wrap .menu1 li .more-wrap > a {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
  padding-right: 0 !important;
}
.menu-wrap .menu1 li .menu-more {
  background: none;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  z-index: 2;
  padding: 0 0 0 15px;
  color: inherit;
}
.menu-wrap .menu1 li .menu-more:before {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  display: block;
  content: '\e610';
}
.menu-wrap .menu1 li.active > .more-wrap > .menu-more:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #0c6180;
}
.menu-wrap .menu1 > li {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.menu-wrap .menu1 > li.active > a,
.menu-wrap .menu1 > li.active > .more-wrap {
  color: #fff;
  background-color: #0c6180;
}
.menu-wrap .menu1 > li > .more-wrap,
.menu-wrap .menu1 > li > a {
  font-weight: bold;
  font-size: 1.125em;
  text-transform: uppercase;
  padding: 0 10.60606061%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #666;
  min-height: 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (min-width: 1200px) {
  .menu-wrap .menu1 > li > .more-wrap:hover,
  .menu-wrap .menu1 > li > a:hover {
    background-color: #0c6180;
    color: #fff;
  }
}
@media (max-width: 1399.98px) {
  .menu-wrap .menu1 > li > .more-wrap,
  .menu-wrap .menu1 > li > a {
    padding: 0 7.57575758%;
  }
}
.menu-wrap .menu1 > li > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}
.menu-wrap .menu1 > li > a,
.menu-wrap .menu1 > li > .more-wrap > a {
  padding-top: 16px;
  padding-bottom: 16px;
}
.menu-wrap .menu1 ul {
  display: none;
}
.menu-wrap .menu2 {
  padding: 4.54545455% 10.60606061%;
  background-color: #f4f6f9;
  color: #666666;
  border-top: 2px solid #0c6180;
}
@media (max-width: 1399.98px) {
  .menu-wrap .menu2 {
    padding: 4.54545455%;
  }
}
.menu-wrap .menu2 > li {
  line-height: 2.25;
  position: relative;
}
.menu-wrap .menu2 > li.active > a,
.menu-wrap .menu2 > li.active > .more-wrap {
  color: #0c6180;
}
.menu-wrap .menu2 > li.active > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.menu-wrap .menu2 > li.active > a:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e610';
  margin-left: 15px;
  font-size: 0.9em;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
.menu-wrap .menu2 > li > a,
.menu-wrap .menu2 > li > .more-wrap > a {
  display: -webkit-box;
  display: flex;
}
.menu-wrap .menu2 > li > a {
  position: relative;
}
@media (min-width: 1200px) {
  .menu-wrap .menu2 > li > a:hover {
    color: #0c6180;
  }
}
.menu-wrap .menu3 {
  font-size: 13px;
}
.menu-wrap .menu3 > li {
  padding-left: 20px;
  color: #666;
  line-height: 1.8;
}
.menu-wrap .menu3 > li.active > a {
  color: #0c6180;
}
@media (min-width: 1200px) {
  .menu-wrap .menu3 > li > a:hover {
    color: #0c6180;
    text-decoration: underline;
  }
}
.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .slick-list {
    margin: 0 -8px;
  }
  .slick-slide {
    padding: 0 8px;
  }
}
.inside-page .content {
  padding: 100px 0;
}
@media (max-width: 1469.98px) {
  .inside-page .content {
    padding: 90px 0;
  }
}
@media (max-width: 1199.98px) {
  .inside-page .content {
    padding: 75px 0;
  }
}
@media (max-width: 991.98px) {
  .inside-page .content {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .inside-page .content {
    padding: 45px 0;
  }
}
.factory-list .item {
  display: block;
}
@media (min-width: 1200px) {
  .factory-list .item img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .factory-list .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.factory-list .tit {
  margin-top: 20px;
}
@media (max-width: 1199.98px) {
  .factory-list .tit {
    margin-top: 15px;
  }
}
@media (max-width: 991.98px) {
  .factory-list .tit {
    margin-top: 10px;
  }
}
.num-wrap {
  background-color: #004B66;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .num-wrap .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.num-wrap .title {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 20.83333333%;
  margin: 0 14.16666667% 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}
.num-wrap .title:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  background-color: #0c6180;
  width: 40vw;
  height: 100%;
  -webkit-transform: skew(25deg);
      -ms-transform: skew(25deg);
          transform: skew(25deg);
}
.num-wrap .title h2 {
  margin: 0;
}
@media (max-width: 991.98px) {
  .num-wrap .title {
    width: 25%;
    margin: 0 10% 0 0;
  }
}
@media (max-width: 575.98px) {
  .num-wrap .title {
    padding: 10px 0;
    width: 80%;
  }
  .num-wrap .title:after {
    width: 100vw;
  }
}
.num-box {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 0;
  margin: 0 -15px;
}
@media (max-width: 575.98px) {
  .num-box {
    padding: 10px 0 25px;
  }
}
.num-box > li {
  padding: 0 15px;
}
@media (max-width: 575.98px) {
  .num-box > li {
    width: 50%;
    margin-top: 20px;
  }
}
.num-box .item {
  position: relative;
  height: 100%;
}
.num-box .intro {
  position: relative;
  z-index: 2;
}
.num-box .number {
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  font-size: 48px;
  font-family: 'Oswald';
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 1469.98px) {
  .num-box .number {
    font-size: 46px;
  }
}
@media (max-width: 1199.98px) {
  .num-box .number {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .num-box .number {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .num-box .number {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .num-box .number {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
}
.num-box .number span {
  position: relative;
  z-index: 10;
  line-height: 1;
}
.num-box sub {
  line-height: 1;
  bottom: 2px;
  font-size: 24px;
}
@media (max-width: 1469.98px) {
  .num-box sub {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .num-box sub {
    font-size: 21px;
  }
}
@media (max-width: 991.98px) {
  .num-box sub {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .num-box sub {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .num-box sub {
    font-size: 18px;
  }
}
.num-box sup {
  font-size: 24px;
  top: 0.5em;
  margin-left: 5px;
  font-weight: normal;
}
.num-box .square {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}
.num-box .square:after {
  content: '2';
  font-size: 0.45em;
}
.num-box p {
  color: inherit;
  text-transform: capitalize;
}
@media (min-width: 1470px) {
  .num-box p {
    font-size: 18px;
  }
}
.choose-list {
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 50px 0 40px;
  margin-top: 5.67375887%;
}
@media (max-width: 991.98px) {
  .choose-list {
    padding: 40px 0 30px;
  }
}
@media (max-width: 767.98px) {
  .choose-list {
    padding: 30px 0 20px;
  }
}
.choose-list .item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media (min-width: 1200px) {
  .choose-list .item:hover .iconfont {
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
  }
}
.choose-list .iconfont {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin-right: 20px;
  font-size: 40px;
  color: #0c6180;
  line-height: 1;
}
@media (max-width: 1469.98px) {
  .choose-list .iconfont {
    font-size: 36px;
  }
}
@media (max-width: 1199.98px) {
  .choose-list .iconfont {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .choose-list .iconfont {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .choose-list .iconfont {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .choose-list .iconfont {
    font-size: 26px;
  }
}
.choose-list .txt {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
}
.choose-list .tit {
  font-weight: 500;
  margin-bottom: 8px;
}
.v-alone-btn {
  cursor: pointer;
  display: inline-block;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.v-alone-btn:before {
  background-color: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 16px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .v-alone-btn:hover {
    color: #0c6180;
  }
}
@media (max-width: 991.98px) {
  .v-alone-btn {
    padding: 10px;
  }
  .v-alone-btn:before {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .v-alone-btn {
    padding: 8px;
  }
  .v-alone-btn:before {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
}
.slick-honor .slick-list {
  overflow: visible;
}
.slick-honor .pic {
  display: block;
  padding: 19px;
  background-color: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .slick-honor .pic {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .slick-honor .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;
  }
  .slick-honor .pic:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.slick-honor .img-box {
  padding-bottom: 137.93103448%;
}
.slick-honor .img-box img {
  object-fit: contain;
}
.about-wrap .video-box {
  width: 1920px;
  margin: 0 auto;
  max-width: 100%;
}
.about-wrap .video-box .img-box {
  padding-bottom: 32.8125%;
}
.about-wrap .video-box .tit {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  width: 100%;
  color: #fff;
}
.about-wrap .video-box .tit .iconfont {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin-right: 4.96453901%;
}
@media (max-width: 991.98px) {
  .about-wrap .video-box .tit .iconfont {
    margin-right: 3.54609929%;
  }
}
.about-wrap .video-box .tit b {
  font-size: 64px;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: bold;
}
@media (max-width: 1469.98px) {
  .about-wrap .video-box .tit b {
    font-size: 58px;
  }
}
@media (max-width: 1399.98px) {
  .about-wrap .video-box .tit b {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .about-wrap .video-box .tit b {
    font-size: 44px;
  }
}
@media (max-width: 991.98px) {
  .about-wrap .video-box .tit b {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .about-wrap .video-box .tit b {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .about-wrap .video-box .tit b {
    font-size: 4.5vw;
  }
}
.download-list > li {
  display: -webkit-box;
  display: flex;
  border: 1px solid #0c6180;
  border-radius: 10px;
  background-color: #fafafa;
  padding: 3.54609929% 4.25531915%;
}
@media (min-width: 1200px) {
  .download-list > li:hover .tit {
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  .download-list > li {
    min-height: 400px;
  }
}
.download-list > li:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .download-list > li:not(:first-child) {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .download-list > li:after {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e62a';
    font-size: 240px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.1);
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin: 0 2.83687943% 0 4.96453901%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .download-list > li:after {
    font-size: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .download-list > li:after {
    font-size: 160px;
  }
}
@media (max-width: 575.98px) {
  .download-list > li {
    padding: 25px 15px;
  }
}
.download-list .item {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.download-list .tit {
  color: #0c6180;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
}
@media (max-width: 767.98px) {
  .download-list .tit {
    margin-bottom: 15px;
  }
}
.download-list .info p {
  line-height: 1.75;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 8;
  height: auto;
}
@media (max-width: 991.98px) {
  .download-list .info p {
    -webkit-line-clamp: 5;
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
.download-list .down-btn {
  margin-top: 25px;
}
@media (max-width: 991.98px) {
  .download-list .down-btn {
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .download-list .down-btn {
    margin-top: 5px;
  }
}
.download-list .down-btn a {
  color: #0c6180;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 1px solid #0c6180;
  height: 40px;
  min-width: 140px;
  padding: 0 15px;
  border-radius: 20px;
}
.download-list .down-btn a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\ec1d';
  margin-right: 14px;
  font-size: 1.5em;
  line-height: 1;
}
@media (min-width: 1200px) {
  .download-list .down-btn a {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .download-list .down-btn a:hover {
    background-color: #0c6180;
    color: #fff;
  }
  .download-list .down-btn a:hover span {
    text-decoration: underline;
  }
  .download-list .down-btn a:hover:before {
    -webkit-animation: jump 1s infinite;
            animation: jump 1s infinite;
  }
}
.download-list .down-btn a:active {
  -webkit-transition: 0s;
  transition: 0s;
  background-color: #0c6180;
  color: #fff;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.download-list .down-btn a:active span {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .download-list .down-btn a {
    height: 34px;
    min-width: 120px;
    font-size: 12px;
  }
  .download-list .down-btn a:before {
    margin-right: 8px;
  }
}
.date {
  color: rgba(4, 22, 71, 0.4);
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .date {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .date {
    font-size: 14px;
  }
}
.news-list .item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8.88888889% 5.55555556% 4.44444444%;
  position: relative;
}
.news-list .item:before {
  content: '';
  background-color: #0c6180;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  width: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1200px) {
  .news-list .item img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .news-list .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .news-list .item:hover:before {
    width: 60%;
  }
  .news-list .item:hover .tit {
    color: #0c6180;
  }
}
.news-list .tit,
.news-list p {
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
}
.news-list .tit {
  margin: 15px 0 20px;
}
@media (max-width: 767.98px) {
  .news-list .tit {
    margin: 10px 0 15px;
  }
}
.news-list p {
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .news-list p {
    margin-bottom: 25px;
  }
}
.news-list .img-box {
  padding-bottom: 50%;
}
@media (min-width: 1200px) {
  .news-details-wrap .container {
    width: 1170px;
  }
}
.news-details-wrap .content .info {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
@media (max-width: 767.98px) {
  .news-details-wrap .content .info {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.news-details-wrap .tit {
  line-height: 1.5;
  margin-bottom: 15px;
}
.news-details-wrap .date {
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .news-details-wrap .date {
    font-size: 14px;
  }
}
.news-details-wrap .news-page {
  overflow: hidden;
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .news-details-wrap .news-page {
    margin-top: 35px;
  }
}
@media (max-width: 767.98px) {
  .news-details-wrap .news-page {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .news-details-wrap .news-page a:hover {
    color: #0c6180;
    text-decoration: underline;
  }
}
@media (max-width: 1199.98px) {
  .news-details-wrap .news-page a:active {
    color: #0c6180;
    text-decoration: underline;
  }
}
.news-details-wrap .news-page p {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .news-details-wrap .news-page p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .news-details-wrap .news-page p {
    font-size: 14px;
  }
}
.news-details-wrap .news-page .next {
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .news-details-wrap .news-page .next {
    margin-top: 10px;
  }
}
.product-list .item {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.product-list .item:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  z-index: 3;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #0c6180;
  width: 0;
}
@media (min-width: 1200px) {
  .product-list .item img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .product-list .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .product-list .item:hover:before {
    width: 60.60606061%;
  }
  .product-list .item:hover p {
    color: #0c6180;
  }
}
.product-list .info {
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.product-list .info .tit,
.product-list .info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list .info .tit {
  margin-bottom: 3px;
}
.product-list .info p {
  color: #666;
  margin: 0;
}
@media (max-width: 767.98px) {
  .product-list .info {
    padding: 15px;
  }
}
.details-tit {
  margin: 70px 0 25px;
}
@media (max-width: 1199.98px) {
  .details-tit {
    margin: 60px 0 20px;
  }
}
@media (max-width: 991.98px) {
  .details-tit {
    margin: 45px 0 15px;
  }
}
@media (max-width: 767.98px) {
  .details-tit {
    margin: 35px 0 10px;
  }
}
.details-tit > span {
  font-size: 24px;
  font-family: 'Oswald';
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1469.98px) {
  .details-tit > span {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .details-tit > span {
    font-size: 21px;
  }
}
@media (max-width: 991.98px) {
  .details-tit > span {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .details-tit > span {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .details-tit > span {
    font-size: 18px;
  }
}
.slick-func {
  margin-top: 35px;
}
@media (max-width: 1199.98px) {
  .slick-func {
    display: none !important;
  }
}
.slick-func > span {
  font-size: 20px;
  font-family: 'Oswald';
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .slick-func > span {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .slick-func > span {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .slick-func > span {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .slick-func > span {
    font-size: 16px;
  }
}
.slick-func .current {
  margin-left: 15px;
}
.slick-func .sum:before {
  content: '/';
}
.func-btn li {
  margin-top: 12px;
}
.func-btn a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  height: 40px;
  width: 180px;
  background-color: #0c6180;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  position: relative;
}
.func-btn a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 1.3em;
}
.func-btn a:active {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  background-color: #0c6180;
  border-color: #0c6180;
  color: #fff;
}
.func-btn a:active span {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .func-btn a:hover span {
    text-decoration: underline;
  }
}
@media (max-width: 767.98px) {
  .func-btn a {
    height: 35px;
    line-height: 35px;
  }
}
.func-btn .inquiry-btn:before {
  content: '\e672';
}
.func-btn .add-btn:before {
  content: '\e652';
}
@media (min-width: 992px) {
  .product-details-wrap .carousel-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
}
@media (max-width: 575.98px) {
  .product-details-wrap .carousel-wrap {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .product-details-wrap .carousel-wrap .carousel-box {
    width: 42.85714286%;
  }
}
.product-details-wrap .carousel-wrap .carousel-box .slick-slide {
  font-size: 0;
}
@media (max-width: 991.98px) {
  .product-details-wrap .carousel-wrap .slick-slider {
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .product-details-wrap .carousel-wrap .slick-slider {
    width: 420px;
  }
}
.product-details-wrap .carousel-wrap .slider-for,
.product-details-wrap .carousel-wrap .slider-nav .item {
  overflow: hidden;
}
.product-details-wrap .carousel-wrap .slider-for {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.product-details-wrap .carousel-wrap .slider-nav {
  margin-top: 10px;
  font-size: 0;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-arrow {
  font-size: 18px;
  border: none;
  width: auto;
  height: auto;
  color: #999999;
}
@media (min-width: 1200px) {
  .product-details-wrap .carousel-wrap .slider-nav .slick-arrow:hover {
    background: none !important;
    color: #0c6180 !important;
  }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-arrow:active {
  background: none !important;
  color: #0c6180 !important;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-prev:before {
  content: '\eb64';
}
.product-details-wrap .carousel-wrap .slider-nav .slick-next:before {
  content: '\e642';
}
.product-details-wrap .carousel-wrap .slider-nav .slick-list {
  margin: 0 -5px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-slide {
  padding: 1px 5px;
}
.product-details-wrap .carousel-wrap .slider-nav .item {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  overflow: hidden;
}
.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.2);
}
.product-details-wrap .carousel-wrap .slider-nav .product-video .iconfont {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  border: 1px solid rgba(12, 97, 128, 0.3);
  border-radius: 50%;
  background-color: rgba(12, 97, 128, 0.5);
  backdrop-filter: blur(5px);
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  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;
}
.product-details-wrap .carousel-wrap .slider-nav .product-video .iconfont:before {
  background-color: #0c6180;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 12px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(12, 97, 128, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .product-details-wrap .carousel-wrap .slider-nav .product-video .iconfont {
    padding: 5px;
  }
  .product-details-wrap .carousel-wrap .slider-nav .product-video .iconfont:before {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 992px) {
  .product-details-wrap .carousel-wrap .info-box {
    width: 57.14285714%;
    padding-left: 4.28571429%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .product-details-wrap .carousel-wrap .info-box {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .product-details-wrap .carousel-wrap .info {
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    background-color: #fafafa;
    padding: 8.10810811% 6.30630631%;
  }
}
@media (max-width: 991.98px) {
  .product-details-wrap .carousel-wrap .info {
    margin-top: 25px;
  }
}
.product-details-wrap .carousel-wrap .pro-name {
  margin: 0 0 25px;
}
.product-details-wrap .carousel-wrap .func-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .product-details-wrap .carousel-wrap .func-box {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }
}
.product-details-wrap .carousel-wrap .func-box > div {
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .product-details-wrap .carousel-wrap .func-box > div {
    margin-top: 25px;
  }
}
@media (max-width: 575.98px) {
  .product-details-wrap .carousel-wrap .func-btn {
    width: 100%;
  }
  .product-details-wrap .carousel-wrap .func-btn ul {
    display: -webkit-box;
    display: flex;
    margin: 0 -5px;
  }
  .product-details-wrap .carousel-wrap .func-btn ul li {
    width: 50%;
    padding: 0 5px;
    margin-top: 0;
  }
  .product-details-wrap .carousel-wrap .func-btn ul li a {
    min-width: auto;
    max-width: 100%;
    width: 100%;
  }
}
.product-details-wrap .carousel-wrap .share-box {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .product-details-wrap .details-application .img-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .product-details-wrap .details-application .img-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.contact-list li {
  width: 325px;
  max-width: 100%;
  color: #4A5264;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .contact-list li {
    margin-bottom: 20px;
  }
}
.contact-list li a:active {
  text-decoration: underline;
  color: #0c6180;
}
@media (min-width: 1200px) {
  .contact-list li a:hover {
    text-decoration: underline;
    color: #0c6180;
  }
}
.contact-list li .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .contact-list li .tit {
    margin-bottom: 0;
  }
}
.contact-list li .tit:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin-right: 10px;
  font-size: 1.3em;
  color: #333;
}
.contact-list li p {
  margin: 0;
  line-height: 1.625;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .contact-list li p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .contact-list li p {
    font-size: 14px;
  }
}
.contact-list li.company .tit:before {
  content: '\e654';
}
.contact-list li.wechat .tit:before {
  content: '\e604';
}
.contact-list li.tel .tit:before {
  content: '\e776';
}
.contact-list li.mp .tit:before {
  content: '\e625';
}
.contact-list li.fax .tit:before {
  content: '\e648';
}
.contact-list li.mail .tit:before {
  content: '\e62e';
}
.contact-list li.url .tit:before {
  content: '\e62a';
}
.contact-list li.address .tit:before {
  content: '\e65e';
}
.contact-list li.phone .tit:before {
  content: '\e642';
}
.contact-list li.whatsapp .tit:before {
  content: '\e621';
}
.contact-list li.skype .tit:before {
  content: '\e616';
}
.contact-list li.qq .tit:before {
  content: '\e62d';
}
@media (min-width: 992px) {
  .contact-wrap .content {
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .contact-wrap .public-banner .title {
    margin-bottom: 0;
  }
}
.contact-wrap .info-wrap {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .contact-wrap .info-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: -180px;
  }
  .contact-wrap .info-wrap .info-cont {
    padding-top: 55px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .contact-wrap .top-tit,
  .contact-wrap .title {
    min-height: 180px;
    padding: 25px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    color: #fff;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .contact-wrap .top-tit {
    background-color: #0c6180;
  }
}
@media (max-width: 991.98px) {
  .contact-wrap .top-tit {
    margin-bottom: 15px;
  }
}
.contact-wrap .top-tit h3 {
  margin: 0 0 15px;
}
.contact-wrap .top-tit p {
  line-height: 1.75;
  margin: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .contact-wrap .top-tit p {
    width: 480px;
  }
}
.contact-wrap .title h2 {
  color: inherit;
}
.contact-wrap .title h3 {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .contact-wrap .contact-list {
    width: 44.68085106%;
  }
  .contact-wrap .contact-list > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .contact-wrap .contact-list .info-cont {
    height: -webkit-calc(100% - 180px);
    height: calc(100% - 180px);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 16.7px 0px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 992px) {
  .contact-wrap .inquiry-form {
    width: 51.06382979%;
  }
}
@media (max-width: 991.98px) {
  .contact-wrap .inquiry-form {
    margin: 40px 0 55px;
  }
}
@media (max-width: 767.98px) {
  .contact-wrap .inquiry-form {
    margin: 25px 0 40px;
  }
}
.contact-wrap .inquiry-form .details-tit {
  margin-top: 0;
}
.contact-wrap .inquiry-form input,
.contact-wrap .inquiry-form textarea {
  border-radius: 0;
  border: 1px solid rgba(51, 51, 51, 0.2);
  padding: 12px 20px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .contact-wrap .inquiry-form input,
  .contact-wrap .inquiry-form textarea {
    padding: 8px 15px;
  }
}
@media (min-width: 768px) {
  .contact-wrap .inquiry-form textarea {
    height: 160px;
  }
}
.contact-wrap .map {
  position: relative;
  z-index: 3;
}
.contact-wrap .map .map-content {
  width: 100%;
  display: block;
  height: 500px;
}
@media (max-width: 1199.98px) {
  .contact-wrap .map .map-content {
    height: 420px;
  }
}
@media (max-width: 991.98px) {
  .contact-wrap .map .map-content {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .contact-wrap .map .map-content {
    height: 280px;
  }
}
.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: 991.98px) {
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list li {
    padding-left: 2%;
    padding-right: 0;
  }
}
.inquiry-wrap .iq-title {
  background-color: #0c6180;
  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: 1199.98px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
  }
}
@media (max-width: 575.98px) {
  .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: 767.98px) {
  .inquiry-wrap .iq-title .check-box {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .inquiry-wrap .iq-title .del-box {
    opacity: 0;
    width: 30px;
  }
}
.inquiry-wrap .inquiry-box {
  width: 100%;
  border: none;
  font-size: 18px;
}
.inquiry-wrap .inquiry-box .details-tit {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: #000;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 575.98px) {
  .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: 991.98px) {
  .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: 1199.98px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 200px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
  }
}
@media (max-width: 575.98px) {
  .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;
}
@media (max-width: 1199.98px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 150px;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .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: 1199.98px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 5%;
  }
}
@media (max-width: 575.98px) {
}
.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: 767.98px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    font-size: 0.9em;
  }
}
.inquiry-wrap .inquiry-box .introduce-box .name:hover {
  color: #0c6180;
}
.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: 575.98px) {
  .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: 767.98px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .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: 767.98px) {
  .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: #0c6180;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    font-weight: bold;
  }
}
@media (max-width: 767.98px) {
  .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 #0c6180;
  border-top: none;
}
.inquiry-wrap .inquiry-box .list li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #0c6180;
}
.inquiry-wrap .inquiry-box .list li:nth-of-type(1) {
  border-top: none;
}
@media (max-width: 575.98px) {
  .inquiry-wrap .inquiry-box .list li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
  color: #666;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder {
  color: #666;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
  color: #666;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder {
  color: #666;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder {
  color: #ccc;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder {
  color: #ccc;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder {
  color: #ccc;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder {
  color: #ccc;
}
.inquiry-form .tit {
  margin-bottom: 5px;
}
.inquiry-form form label {
  margin: 0 0 20px;
  position: relative;
  font-weight: normal;
  width: 100%;
}
@media (max-width: 767.98px) {
  .inquiry-form form label {
    margin-bottom: 15px;
  }
}
.inquiry-form form label input,
.inquiry-form form label textarea {
  display: block;
  padding: 17px 20px;
  width: 100%;
  color: #666;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: none;
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  .inquiry-form form label input,
  .inquiry-form form label textarea {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-form form label input,
  .inquiry-form form label textarea {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .inquiry-form form label input,
  .inquiry-form form label textarea {
    padding: 13px 20px;
  }
}
@media (max-width: 991.98px) {
  .inquiry-form form label input,
  .inquiry-form form label textarea {
    padding: 10px 20px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-form form label input,
  .inquiry-form form label textarea {
    padding: 8px 15px;
  }
}
.inquiry-form form label textarea {
  height: 230px;
}
@media (max-width: 991.98px) {
  .inquiry-form form label textarea {
    height: 180px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-form form label textarea {
    height: 120px;
  }
}
.inquiry-form form .pro-name input {
  border-radius: 0;
  background: #0c6180;
  border-color: #0c6180;
  color: #fff;
}
.inquiry-form form .form-placeholder {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  padding: 0 3px;
  color: #0c6180;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  font-size: 0.8rem;
}
.inquiry-form form .input-box:placeholder-shown + .form-placeholder {
  visibility: hidden;
  z-index: -1;
}
.inquiry-form form .input-box:not(:placeholder-shown) + .form-placeholder,
.inquiry-form form .input-box:focus:not(:placeholder-shown) + .form-placeholder {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-90%) scale(0.95);
      -ms-transform: translateY(-90%) scale(0.95);
          transform: translateY(-90%) scale(0.95);
}
.inquiry-form form .func {
  display: -webkit-box;
  display: flex;
}
.inquiry-form form .func > * {
  margin-top: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 200px;
  height: 54px;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .inquiry-form form .func > * {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-form form .func > * {
    font-size: 14px;
  }
}
.inquiry-form form .func > *:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2em;
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .inquiry-form form .func > *:after {
    margin-left: 5px;
  }
}
@media (min-width: 1200px) {
  .inquiry-form form .func > *:hover span {
    text-decoration: underline;
  }
}
@media (max-width: 991.98px) {
  .inquiry-form form .func > * {
    width: 170px;
    height: 48px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-form form .func > * {
    width: 140px;
    height: 40px;
  }
}
@media (max-width: 575.98px) {
  .inquiry-form form .func > * {
    width: 120px;
    height: 36px;
    font-size: 12px;
    margin-top: 5px;
  }
}
.inquiry-form form .func > *:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.inquiry-form form .func > *:active span {
  text-decoration: underline;
}
.inquiry-form form .upload-btn {
  background-color: #232323;
}
.inquiry-form form .upload-btn:after {
  content: '\e642';
}
.inquiry-form form .upload-btn.active:after {
  content: '\e713';
}
.inquiry-form form .submit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-width: 150px;
  height: 50px;
  padding: 0 10px;
  background: #0c6180;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .inquiry-form form .submit {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-form form .submit {
    font-size: 14px;
  }
}
.inquiry-form form .submit:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e642';
  margin-right: 7px;
  font-size: 1.1em;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.inquiry-form form .submit:active {
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
}
@media (min-width: 1200px) {
  .inquiry-form form .submit {
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
  }
  .inquiry-form form .submit:hover {
    background-color: #0c6180;
    color: #fff;
  }
  .inquiry-form form .submit:hover span {
    text-decoration: underline;
  }
}
@media (max-width: 991.98px) {
  .inquiry-form form .submit {
    min-width: 150px;
    height: 42px;
  }
}
@media (max-width: 767.98px) {
  .inquiry-form form .submit {
    min-width: 110px;
    height: 36px;
    margin-top: 5px;
    font-size: 12px;
  }
}
.share-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 40px;
}
@media (max-width: 1199.98px) {
  .share-box {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .share-box {
    margin-top: 25px;
  }
}
@media (max-width: 767.98px) {
  .share-box {
    margin-top: 20px;
  }
}
.share-box > span {
  margin-right: 10px;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .share-box > span {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .share-box > span {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .share-box > span {
    margin-right: 5px;
  }
}
.search-none {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .search-none {
    margin-bottom: 35px;
  }
}
.search-none .tit {
  font-weight: bold;
  margin: 0 0 25px;
}
@media (max-width: 767.98px) {
  .search-none .tit {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}
.sitemap-wrap .list1 {
  margin-top: -20px;
  overflow: hidden;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .sitemap-wrap .list1 {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .sitemap-wrap .list1 {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .sitemap-wrap .list1 {
    font-size: 15px;
  }
}
.sitemap-wrap .list1 > li {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .sitemap-wrap .list1 > li {
    margin-top: 15px;
  }
}
.sitemap-wrap .list1 > li > span > a {
  font-weight: bold;
  min-width: 260px;
  background-color: #0c6180;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 12px 30px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .sitemap-wrap .list1 > li > span > a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .sitemap-wrap .list1 > li > span > a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1199.98px) {
  .sitemap-wrap .list1 > li > span > a:active {
    text-decoration: underline;
  }
}
@media (max-width: 991.98px) {
  .sitemap-wrap .list1 > li > span > a {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .sitemap-wrap .list1 > li > span > a {
    padding: 8px 20px;
  }
}
@media (max-width: 575.98px) {
}
.sitemap-wrap .list2 {
  text-transform: capitalize;
  padding: 0 0 10px 30px;
}
@media (max-width: 767.98px) {
  .sitemap-wrap .list2 {
    padding-left: 15px;
  }
}
.sitemap-wrap .list2 > li {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .sitemap-wrap .list2 > li {
    margin-top: 15px;
  }
}
.sitemap-wrap .list2 > li > span > a {
  font-size: 0.88888889em;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .sitemap-wrap .list2 a:hover {
    color: #0c6180;
    text-decoration: underline;
  }
}
@media (max-width: 1199.98px) {
  .sitemap-wrap .list2 a:active {
    color: #0c6180;
    text-decoration: underline;
  }
}
.sitemap-wrap .list3 {
  margin-right: -30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .sitemap-wrap .list3 {
    margin-right: -15px;
  }
}
.sitemap-wrap .list3 > li {
  padding-right: 30px;
  margin-top: 15px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .sitemap-wrap .list3 > li {
    padding-right: 15px;
    margin-top: 10px;
  }
}
.sitemap-wrap .list3 > li > span > a {
  font-size: 0.88888889em;
}
.sitemap-wrap .list4 {
  padding-left: 5px;
}
.sitemap-wrap .list4 > li > span > a {
  color: #666;
  font-size: 0.77777778em;
}
.online-wrap.right .code .mask {
  right: 100%;
  padding-right: 5px;
}
.online-wrap.right .online-btn {
  right: 10px;
}
.online-wrap.right .online {
  right: 10px;
}
@media (max-width: 767.98px) {
  .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: 5px;
}
@media (min-width: 1200px) {
  .online-wrap.right .online a:not(.notChangeRadius):hover {
    border-radius: 0 5px 5px 0;
  }
  .online-wrap.right .online a:not(.notChangeRadius):hover .show-num {
    right: 100%;
  }
}
.online-wrap.right .code-pic {
  right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .online-wrap.right .code-pic {
    right: 65px;
  }
}
.online-wrap.right .show-num {
  right: -600px;
  border-radius: 5px 0 0 5px;
}
.online-wrap.left .code .mask {
  left: 100%;
  padding-left: 5px;
}
.online-wrap.left .online-btn {
  left: 10px;
}
.online-wrap.left .online {
  left: 10px;
}
@media (max-width: 767.98px) {
  .online-wrap.left .online {
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
}
.online-wrap.left .online a {
  border-radius: 5px;
}
@media (min-width: 1200px) {
  .online-wrap.left .online a:not(.gotop):hover {
    border-radius: 5px 0 0 5px;
  }
  .online-wrap.left .online a:not(.gotop):hover .show-num {
    left: 100%;
  }
}
.online-wrap.left .code-pic {
  left: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .online-wrap.left .code-pic {
    left: 55px;
  }
}
.online-wrap.left .show-num {
  left: -600px;
  border-radius: 0 5px 5px 0;
}
.online-wrap .online-btn {
  position: fixed;
  z-index: 100;
  bottom: 60px;
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  border-radius: 5px;
  line-height: 40px;
  background-color: rgba(217, 217, 217, 0.6);
  -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: #222;
  text-align: center;
}
@media (min-width: 768px) {
  .online-wrap .online-btn {
    display: none;
  }
}
.online-wrap .online-btn:before {
  display: inline-block;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6d2';
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.online-wrap .online-btn.active:before {
  -webkit-transform: rotateZ(225deg);
      -ms-transform: rotate(225deg);
          transform: rotateZ(225deg);
}
.online-wrap .code-pic {
  display: none;
  position: fixed;
  z-index: 101;
  bottom: 0;
  width: 120px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .online-wrap .code-pic {
    bottom: 300px;
  }
}
.online-wrap .code-pic .pic-box {
  padding: 5px;
  background-color: #fff;
}
.online-wrap .code-pic img {
  display: block;
  width: 100%;
}
.online-wrap .online {
  position: fixed;
  z-index: 100;
  bottom: 23%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 767.98px) {
  .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: 50px;
  height: 50px;
  background-color: rgba(217, 217, 217, 0.6);
  text-align: center;
  margin: 5px 0;
  line-height: 50px;
  font-size: 24px;
  color: #222;
}
@media (min-width: 1200px) {
  .online-wrap .online a {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .online-wrap .online a:hover {
    color: #fff;
    background-color: #0c6180;
  }
  .online-wrap .online a:hover .show-num {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .online-wrap .online a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
.online-wrap .online a:active {
  color: #fff;
  background-color: #0c6180;
}
.online-wrap .online .show-num {
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 0.6em;
}
.online-wrap .online .show-num P {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  background-color: #0c6180;
  color: #fff;
  margin: 0;
  padding: 0 10px;
}
.online-wrap .online .code .mask {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 10;
  width: 130px;
  height: 130px;
}
.online-wrap .online .code .mask .mask-box {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 5px;
}
.online-wrap .online .code .mask img {
  width: 100%;
  display: block;
}
.online-wrap .online .code .mask p {
  font-size: 13px;
  color: #888;
  line-height: 16px;
  margin: 5px 0 8px 0;
}
.online-wrap .online .cart {
  border-radius: 5px !important;
  position: relative;
}
.online-wrap .online .cart:before {
  display: block;
  -webkit-transform: translateX(-2px) translateY(2px);
      -ms-transform: translateX(-2px) translateY(2px);
          transform: translateX(-2px) translateY(2px);
}
.online-wrap .online .cart var,
.online-wrap .online .cart i {
  font-style: normal;
}
.online-wrap .online .cart i {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  padding: 2px 4px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
}
@media (max-width: 767.98px) {
  .online-wrap .online .cart i {
    top: 2px;
    right: 0;
  }
}
.xs-online {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  background-color: rgba(12, 97, 128, 0.8);
}
.xs-online ul {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: flex;
}
.xs-online ul li {
  -webkit-box-flex: 1;
          flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.xs-online ul li > a {
  display: block;
  padding: 6px 0;
  font-size: 0.7em;
}
.xs-online ul li > a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 1.4em;
}
.xs-online ul li > a span {
  display: block;
  height: 17px;
  line-height: 17px;
}
.xs-online ul li:first-child {
  border-left: none;
}
.xs-online ul li.tel > a:before {
  content: '\e61c';
}
.xs-online ul li.mail > a:before {
  content: '\e6a4';
}
.xs-online ul li.home > a:before {
  content: '\e6c8';
}
.xs-online ul li.whatsapp > a:before {
  content: '\e621';
}
.xs-online ul li.facebook > a:before {
  content: '\e6d9';
}
.xs-online ul li.product > a:before {
  content: '\e7e9';
}
.xs-online ul li.skype > a:before {
  content: '\e616';
}
.xs-online ul li.map > a:before {
  content: '\e63e';
}
.xs-online ul li.message > a:before {
  content: '\e65f';
}
.xs-online ul li.contact > a:before {
  content: '\e62c';
}
.xs-online ul li.wechat,
.xs-online ul li.weixin {
  position: relative;
}
.xs-online ul li.wechat label,
.xs-online ul li.weixin label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
}
.xs-online ul li.wechat .xs-wechat:checked ~ .pic-box,
.xs-online ul li.weixin .xs-wechat:checked ~ .pic-box {
  display: block;
}
.xs-online ul li.wechat > a:before,
.xs-online ul li.weixin > a:before {
  content: '\e604';
}
.xs-online ul li.wechat .pic-box,
.xs-online ul li.weixin .pic-box {
  display: none;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 100%;
  background-color: #fff;
  padding: 5px;
  left: 50%;
  width: 100px;
  max-width: 100px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.xs-online ul li.wechat .pic-box img,
.xs-online ul li.weixin .pic-box img {
  display: block;
  width: 100%;
}
.xs-online ul li.wechat .pic-box p,
.xs-online ul li.weixin .pic-box p {
  line-height: 30px;
  white-space: nowrap;
  color: #333;
  margin: 0;
}
.xs-online ul li.service > a:before {
  content: '\e7e9';
}
.xs-online ul li.gotop > a:before {
  content: '\e605';
}
.follow-box > span {
  text-transform: capitalize;
  margin-right: 10px;
}
.follow-box.mask a {
  overflow: hidden;
  position: relative;
}
.follow-box.mask a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(12, 97, 128, 0.1)), to(rgba(204, 204, 204, 0.05)));
  background-image: linear-gradient(to right, rgba(12, 97, 128, 0.1), rgba(204, 204, 204, 0.05));
  width: 2.22222222rem;
  height: 100%;
  -webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
          transform: translate3d(-150%, 0, 0) skewX(-25deg);
  -webkit-transition: none;
  transition: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1200px) {
  .follow-box.mask a:hover:after {
    left: 100%;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
            transform: translate3d(50%, 0, 0) skewX(-25deg);
    -webkit-transition: left 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: left 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out, left 0.4s ease-out;
    transition: transform 0.4s ease-out, left 0.4s ease-out, -webkit-transform 0.4s ease-out;
  }
}
.follow-box a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  margin-left: 10px;
  position: relative;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(102, 102, 102, 0.3);
  background: none;
  color: #333;
}
.follow-box a:first-of-type {
  margin-left: 0 !important;
}
.follow-box a svg {
  position: absolute;
  left: -1px;
  top: -1px;
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
}
.follow-box a .path {
  stroke: #0c6180;
  stroke-width: 1;
  stroke-dasharray: 0, 40;
  stroke-dashoffset: 0;
  x: 1;
  y: 1;
  width: 26px;
  height: 26px;
  rx: 2;
  ry: 2;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  fill: none;
}
@media (min-width: 1200px) {
  .follow-box a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .follow-box a:hover {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    text-decoration: none !important;
    background-color: #0c6180;
    border-color: #0c6180;
    color: #fff;
  }
  .follow-box a:hover .path {
    stroke-dasharray: 115, 0;
  }
}
.follow-box a:active {
  text-decoration: none !important;
  background-color: #0c6180;
  border-color: #0c6180;
  color: #fff;
}
@media (max-width: 991.98px) {
  .follow-box a {
    font-size: 18px;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767.98px) {
  .follow-box a {
    font-size: 16px;
    width: 32px;
    height: 32px;
  }
}
.follow-box .icon-weixin {
  position: relative;
}
.follow-box .icon-weixin label {
  cursor: pointer;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.follow-box .follow-wechat:checked ~ .pic-box {
  display: block;
}
.follow-box .pic-box {
  display: none;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 5px;
  left: 50%;
  width: 100px;
  max-width: 100px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.follow-box .pic-box img {
  display: block;
  width: 100%;
}
.follow-box .pic-box p {
  line-height: 30px;
  white-space: nowrap;
  color: #333;
  margin: 0;
}
.sitemap-btn a {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .sitemap-btn a:hover span {
    color: #fff !important;
  }
}
.sitemap-btn a:active span {
  color: #fff !important;
}
.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.footer .f-logo {
  max-width: 100%;
  width: 150px;
}
.footer .foot-subscription .f-tit {
  font-size: 24px;
  margin: 0 0 15px;
}
@media (max-width: 1469.98px) {
  .footer .foot-subscription .f-tit {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .footer .foot-subscription .f-tit {
    font-size: 21px;
  }
}
@media (max-width: 991.98px) {
  .footer .foot-subscription .f-tit {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer .foot-subscription .f-tit {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .footer .foot-subscription .f-tit {
    font-size: 18px;
  }
}
.footer .foot-subscription form {
  position: relative;
  width: 625px;
  height: 50px;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .footer .foot-subscription form {
    width: 580px;
  }
}
@media (max-width: 991.98px) {
  .footer .foot-subscription form {
    width: 450px;
  }
}
@media (max-width: 767.98px) {
  .footer .foot-subscription form {
    width: 100%;
    height: 40px;
  }
}
.footer .foot-subscription form input::-webkit-input-placeholder,
.footer .foot-subscription form textarea::-webkit-input-placeholder {
  color: #999999;
}
.footer .foot-subscription form input:-o-placeholder,
.footer .foot-subscription form textarea:-o-placeholder {
  color: #999999;
}
.footer .foot-subscription form input::-moz-placeholder,
.footer .foot-subscription form textarea::-moz-placeholder {
  color: #999999;
}
.footer .foot-subscription form input:-ms-input-placeholder,
.footer .foot-subscription form textarea:-ms-input-placeholder {
  color: #999999;
}
.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;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .footer .foot-subscription form input,
  .footer .foot-subscription form .submit {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .footer .foot-subscription form input,
  .footer .foot-subscription form .submit {
    font-size: 14px;
  }
}
.footer .foot-subscription form input {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
  display: block;
  width: 100%;
  padding: 10px 40px;
  color: #999999;
}
@media (max-width: 767.98px) {
  .footer .foot-subscription form input {
    padding: 8px 20px;
  }
}
.footer .foot-subscription form .submit {
  height: 52px;
  min-width: 185px;
  color: #fff;
  margin-right: -1px;
  background-color: #0c6180;
  border-radius: 26px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 2;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .footer .foot-subscription form .submit {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .footer .foot-subscription form .submit {
    font-size: 14px;
  }
}
.footer .foot-subscription form .submit:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e642';
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 1.3em;
  margin-right: 8px;
}
@media (min-width: 1200px) {
  .footer .foot-subscription form .submit:hover:before {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.footer .foot-subscription form .submit:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.footer .foot-subscription form .submit:active span {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .footer .foot-subscription form .submit {
    min-width: 150px;
  }
}
@media (max-width: 767.98px) {
  .footer .foot-subscription form .submit {
    height: 42px;
    min-width: 120px;
  }
}
.footer .foot-func {
  padding: 35px 0 15px;
}
@media (min-width: 576px) {
  .footer .foot-func {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer .foot-func .left {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 120px;
    margin-right: 25px;
  }
  .footer .foot-func .right {
    -webkit-box-flex: 1;
            flex: 1 0 0%;
  }
}
@media (max-width: 575.98px) {
  .footer .foot-func {
    padding: 25px 0 5px;
  }
  .footer .foot-func .left {
    width: 110px;
    margin-bottom: 15px;
  }
}
.footer .footer-wrap {
  overflow: hidden;
}
.footer .footer-row {
  padding: 0 0 25px;
  margin: 0 -10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1200px) {
  .footer .footer-row {
    margin: 0 -30px;
  }
}
@media (max-width: 1199.98px) {
  .footer .footer-row {
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.footer .foot-list {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .footer .foot-list {
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .footer .foot-list {
    width: 100%;
    margin-top: 25px;
  }
}
@media (max-width: 767.98px) {
  .footer .foot-list ul {
    margin: 0 -6px;
  }
}
.footer .foot-list li {
  position: relative;
}
@media (min-width: 768px) {
  .footer .foot-list li {
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .footer .foot-list li {
    display: inline-block;
    padding: 0 6px;
    line-height: 2;
  }
}
.footer .foot-list li a {
  display: inline-block;
  position: relative;
}
.footer .foot-list p,
.footer .foot-list li {
  font-size: 16px;
  color: #666;
  line-height: 1.75;
}
@media (max-width: 991.98px) {
  .footer .foot-list p,
  .footer .foot-list li {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .footer .foot-list p,
  .footer .foot-list li {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .footer .foot-list p a:hover,
  .footer .foot-list li a:hover {
    text-decoration: underline;
    color: #0c6180;
  }
}
.footer .foot-list p a:active,
.footer .foot-list li a:active {
  text-decoration: underline;
  color: #0c6180;
}
.footer .foot-list li {
  text-transform: capitalize;
}
.footer .foot-list p {
  margin: 0;
  text-transform: none;
}
.footer .f-tit {
  text-transform: uppercase;
  position: relative;
  font-weight: 800;
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .footer .f-tit {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .footer .f-tit {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .footer .f-tit {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .footer .f-tit {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .footer .f-tit {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .footer .foot-contact {
    max-width: 50%;
    margin-right: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .footer .foot-contact {
    max-width: 40%;
  }
}
@media (max-width: 1199.98px) {
  .footer .foot-contact {
    width: 100%;
  }
}
.footer .foot-contact .f-tit {
  text-transform: capitalize;
}
.footer .foot-contact .list li {
  display: -webkit-box;
  display: flex;
}
@media (max-width: 767.98px) {
  .footer .foot-contact .list li {
    margin-top: 5px;
  }
}
.footer .foot-contact .list li:before {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  color: #333;
  font-size: 1.2em;
}
@media (max-width: 767.98px) {
  .footer .foot-contact .list li:before {
    margin-top: -2px;
  }
}
.footer .foot-contact .list p {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
}
.footer .foot-contact .list .tel:before {
  content: "\e776";
}
.footer .foot-contact .list .address:before {
  content: "\e65e";
}
.footer .foot-contact .list .mail:before {
  content: "\e62e";
}
.footer .foot-product {
  position: relative;
}
@media (min-width: 1200px) {
  .footer .foot-product:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 7px;
    width: 2px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) {
  .footer .foot-product ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto auto;
    grid-template-rows: 38px 38px 38px 38px;
    grid-column-gap: 40px;
    margin-top: -10px;
  }
  .footer .foot-product ul li {
    white-space: nowrap;
  }
  .footer .foot-product ul li:nth-child(2),
  .footer .foot-product ul li:nth-child(3) {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .footer .foot-product ul li:nth-child(8) {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}
.copyright {
  position: relative;
  overflow: hidden;
  line-height: 1.8;
  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: #999;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199.98px) {
  .copyright {
    text-align: center;
  }
}
.copyright .info-box {
  padding: 25px 0;
}
@media (max-width: 767px) {
  .copyright .info-box {
    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 {
  margin: 0 -5px;
}
.copyright .info span {
  display: inline-block;
  padding: 0 5px;
}
@media only screen and (min-width: 1200px) {
  .copyright .info a:hover {
    text-decoration: underline;
    color: #0c6180;
  }
}
@media (max-width: 1199px) {
  .copyright .info a:active {
    text-decoration: underline;
    color: #0c6180;
  }
}
@media (max-width: 767px) {
  .copyright .sitemap {
    margin-top: 5px;
  }
}
.copyright .sitemap a {
  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: '\e69b';
  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;
  }
}
@media (max-width: 1199.98px) {
  .copyright .follow-box {
    margin-top: 15px;
  }
}
