@charset "utf-8";
body,
html {
  scroll-behavior: smooth;
  scroll-padding-top: 180px;
}
@media (max-width: 1199px) {
  body,
  html {
    scroll-padding-top: 30px;
  }
}
body {
  font-family: Arial, Helvetica, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
  color: #222;
}
body.fixed {
  overflow: hidden;
}
@media (min-width: 1200px) {
  body.inside-body .header.fixed {
    width: 100%;
    background-color: #f7f7f7;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  }
}
.ff {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.all {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.goog-te-menu-frame {
  z-index: 999999999 !important;
}
.txt p {
  margin: 0;
  color: #666;
  line-height: 1.8;
}
.txt img {
  max-width: 100%;
  height: auto !important;
}
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
}
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #bdbdbd;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
}
.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.t1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ts {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@-webkit-keyframes scaleShadow {
  0% {
    box-shadow: 0 0 0 0 #fff;
    opacity: 0.7;
  }
  100% {
    box-shadow: 0 0 0 20px #fff;
    opacity: 0;
  }
}
@keyframes scaleShadow {
  0% {
    box-shadow: 0 0 0 0 #fff;
    opacity: 0.7;
  }
  100% {
    box-shadow: 0 0 0 20px #fff;
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .video-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .video-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.video-box > a,
.video-box .img-box {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.video-box > a[data-src]:not([data-src='']),
.video-box .img-box[data-src]:not([data-src='']) {
  cursor: pointer;
}
.video-box > a[data-src]:not([data-src='']):after,
.video-box .img-box[data-src]:not([data-src='']):after {
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.video-box > a[data-src]:not([data-src='']) .v-btn,
.video-box .img-box[data-src]:not([data-src='']) .v-btn {
  display: -webkit-box;
  display: flex;
}
.video-box > a[data-src]:not([data-src='']) .v-btn:before,
.video-box .img-box[data-src]:not([data-src='']) .v-btn:before {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.video-box > a[data-src]:not([data-src='']) .v-btn:active,
.video-box .img-box[data-src]:not([data-src='']) .v-btn:active {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.98);
      -ms-transform: translateX(-50%) translateY(-50%) scale(0.98);
          transform: translateX(-50%) translateY(-50%) scale(0.98);
}
@media (min-width: 1200px) {
  .video-box > a[data-src]:not([data-src='']):hover:after,
  .video-box .img-box[data-src]:not([data-src='']):hover:after {
    background-color: rgba(0, 0, 0, 0);
  }
  .video-box > a[data-src]:not([data-src='']):hover .mask-btn:after,
  .video-box .img-box[data-src]:not([data-src='']):hover .mask-btn:after {
    -webkit-animation: scaleShadow 2000ms linear infinite;
            animation: scaleShadow 2000ms linear infinite;
  }
}
.video-box .v-btn {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-align: center;
  font-style: normal;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #2c373b;
}
.video-box .v-btn:before {
  position: relative;
  z-index: 2;
}
.video-box .v-btn.mask-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .video-box .v-btn {
    font-size: 35px;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 991px) {
  .video-box .v-btn {
    font-size: 30px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .video-box .v-btn {
    font-size: 25px;
    width: 50px;
    height: 50px;
  }
}
.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: #6d7073;
  line-height: 1.2;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 991px) {
  .table-box table {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .table-box table {
    font-size: 14px;
  }
}
.table-box table colgroup {
  display: none !important;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  height: auto !important;
}
@media (max-width: 575px) {
}
.table-box table tr:nth-child(odd) {
  background-color: #f2f8fc;
}
.table-box table tr:nth-child(even) {
  background-color: #eaf0f5;
}
.table-box table td,
.table-box table th {
  vertical-align: top;
  padding: 15px 2.77777778% !important;
  border: none !important;
}
@media (max-width: 991px) {
  .table-box table td,
  .table-box table th {
    padding: 12px 2.77777778% !important;
  }
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 2.77777778% !important;
  }
}
@media (max-width: 575px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 2.77777778% !important;
  }
}
.table-box table tr p,
.table-box table tr span {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  background-color: #dae0e5;
  color: #212121;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {
  .table-box table td {
    font-size: 12px;
  }
}
.table-box table img {
  height: auto !important;
  max-width: 100%;
}
.pagination {
  display: block;
  font-size: 15px;
  margin: 55px 0 0;
}
@media (max-width: 1199px) {
  .pagination {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .pagination {
    margin-top: 40px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination a,
.pagination span:not(.ellipsis) {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  color: #4e4e4e;
  vertical-align: middle;
  background-color: #d3d3d3;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .pagination a,
  .pagination span:not(.ellipsis) {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .pagination a:hover,
  .pagination span:not(.ellipsis):hover {
    background-color: #2c373b;
    color: #fff;
    border-color: #2c373b;
  }
}
@media (max-width: 1199px) {
  .pagination a,
  .pagination span:not(.ellipsis) {
    margin: 0 5px;
    font-size: 0.9em;
  }
  .pagination a:active,
  .pagination span:not(.ellipsis):active {
    background-color: #2c373b;
    color: #fff;
    border-color: #2c373b;
  }
}
@media (max-width: 575px) {
  .pagination a,
  .pagination span:not(.ellipsis) {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 3px;
    font-size: 0.8em;
  }
}
.pagination span.current {
  background-color: #2c373b;
  color: #fff;
  border-color: #2c373b;
}
.pagination span.current.prev,
.pagination span.current.next {
  display: none;
}
.pagination .next,
.pagination .prev {
  font-size: 1.2em;
}
.pagination .next:before,
.pagination .prev:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 575px) {
  .pagination .next,
  .pagination .prev {
    font-size: 0.9em;
  }
}
.pagination .prev:before {
  content: '\e9b5';
}
.pagination .next:before {
  content: '\e72f';
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (min-width: 1200px) {
  .header.fixed .header-box {
    position: fixed;
    box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: auto;
    bottom: 100%;
    width: 100%;
    -webkit-transform: translateY(99.5%);
        -ms-transform: translateY(99.5%);
            transform: translateY(99.5%);
  }
}
@media (max-width: 1199px) {
  .header {
    height: auto !important;
  }
}
.header .top {
  padding: 7px 0;
  background-color: #2c373b;
  color: #fff;
  display: block;
}
.header .top .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.header .top .share span {
  font-size: 15px;
}
@media (min-width: 1200px) {
  .header .top .share a {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .header .top .share a:hover {
    color: #fff;
  }
}
.header .top .mail {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.header .top .mail:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e698';
  font-size: 1.3em;
  margin-right: 10px;
}
.header .top .mail span:before {
  content: '/';
  margin-left: 5px;
}
.header .top .mail span:first-of-type:before {
  display: none;
}
@media (min-width: 1200px) {
  .header .top .mail a:hover {
    text-decoration: underline;
  }
}
.header .header-box {
  background-color: #fff;
}
.header .header-box .container {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.header .header-box .container:before,
.header .header-box .container:after {
  display: none;
}
.header .logo {
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
}
.header .logo img {
  max-width: 100%;
}
.header .logo .pic {
  padding: 15px 0;
}
@media (max-width: 991px) {
  .header .logo .pic {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .header .logo .pic {
    width: 220px;
    padding: 10px 0;
  }
}
@media (max-width: 575px) {
  .header .logo .pic {
    width: 50vw;
    max-width: 200px;
  }
}
.header .header-r {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.header .header-r > * {
  margin-left: 20px;
}
@media (max-width: 575px) {
  .header .header-r > * {
    margin-left: 4.5vw;
  }
}
.header .header-r > *:first-child {
  margin-left: 0;
}
.header .google-translate {
  position: absolute;
  top: -33px;
  right: 15px;
  min-width: 110px;
}
@media (min-width: 1200px) {
  .header .google-translate {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .header .google-translate {
    margin-left: 0 !important;
    display: none;
  }
}
.header .find {
  cursor: pointer;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}
.header .find:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e660';
  font-size: 1.4em;
}
.header .find b {
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .header .find {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .header .find:hover {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
  }
  .header .find:hover b {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .header .find {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #2c373b;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .header .find {
    font-weight: bold;
  }
}
.header .find:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0s;
  transition: 0s;
}
.header .cart var {
  font-style: normal;
}
.header .cart a {
  display: block;
  position: relative;
  white-space: nowrap;
  font-size: 16px;
}
.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;
  margin-right: 5px;
  font-size: 1.5em;
  content: '\e746';
  line-height: 1;
}
.header .cart a:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
@media (min-width: 768px) {
  .header .cart a {
    padding: 11px 31px;
    border-radius: 25px;
    background-color: #222;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .header .cart a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .header .cart a:hover {
    background-color: #2c373b;
  }
}
@media (max-width: 1349px) {
  .header .cart a {
    font-size: 15px;
    padding: 9px 20px;
  }
}
@media (max-width: 767px) {
  .header .cart a {
    position: relative;
    font-size: 0;
    padding: 0;
  }
  .header .cart a:before {
    font-size: 26px;
  }
  .header .cart a var {
    line-height: 1;
    font-size: 12px;
    background-color: #222;
    color: #fff;
    padding: 1px 3px;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    left: 60%;
  }
}
.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: 600% auto;
}
@media (max-width: 767px) {
  .header .language-box.pic a:before {
    width: 24px;
    height: 24px;
  }
}
.header .language-box.pic a.en:before {
  background-position: 20% 100%;
}
.header .language-box.pic a.es:before {
  background-position: 40% 100%;
}
.header .language-box.pic a span {
  margin: 0 10px 0 5px;
}
@media (max-width: 575px) {
  .header .language-box.pic a span {
    margin-left: 5px;
  }
}
.header .language-box a {
  border-radius: 30px;
  margin: 0;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
@media (min-width: 1200px) {
  .header .language-box a:hover span {
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .header .language-box a:active span {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .header .language-box a {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .header .language-box a span {
    display: none;
  }
}
.header .nav-collapse {
  position: relative;
  display: none;
  width: 28px;
  height: 28px;
  background: none;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .header .nav-collapse {
    vertical-align: middle;
    display: inline-block;
  }
  .header .nav-collapse.nav-collapse-1 {
    border: none;
    display: block;
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 9999;
  }
}
.header .nav-collapse .btn-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
  content: '';
  display: block;
}
.header .nav-collapse .btn-line:nth-child(1) {
  top: 25%;
}
.header .nav-collapse .btn-line:nth-child(2) {
  top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
  top: 75%;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) rotateZ(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav-collapse-xs .btn-line {
  background-color: #222;
}
@media (min-width: 1200px) {
  .header .nav {
    position: relative;
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .header .nav {
    margin: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    text-align: left;
    padding: 60px 12%;
    z-index: 99999998;
    text-align: center;
    background-color: #000000;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header .nav .nav-box,
  .header .nav .container {
    height: 100%;
    width: 100%;
  }
  .header .nav .container {
    padding: 0;
  }
  .header .nav .tbl,
  .header .nav .tbl-cell {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .header .nav .tbl {
    width: 100%;
    height: 100%;
  }
  .header .nav .tbl-cell {
    position: relative;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header .nav {
    padding: 60px 8%;
  }
}
.header .nav.left-100 {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200 {
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%);
  -webkit-transform: translate3d(-200%, 0, 0);
          transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300 {
  -webkit-transform: translateX(-300%);
      -ms-transform: translateX(-300%);
          transform: translateX(-300%);
  -webkit-transform: translate3d(-300%, 0, 0);
          transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400 {
  -webkit-transform: translateX(-400%);
      -ms-transform: translateX(-400%);
          transform: translateX(-400%);
  -webkit-transform: translate3d(-400%, 0, 0);
          transform: translate3d(-400%, 0, 0);
}
.header .nav.left-500 {
  -webkit-transform: translateX(-500%);
      -ms-transform: translateX(-500%);
          transform: translateX(-500%);
  -webkit-transform: translate3d(-500%, 0, 0);
          transform: translate3d(-500%, 0, 0);
}
.header .nav .nav-list1 {
  position: relative;
}
@media (min-width: 1200px) {
  .header .nav .nav-list1 li {
    text-transform: capitalize;
    -webkit-perspective: 500;
            perspective: 500;
  }
  .header .nav .nav-list1 li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header .nav .nav-list1 li:hover > a {
    color: #2c373b;
  }
  .header .nav .nav-list1 > li {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 5px;
    font-size: 16px;
  }
  .header .nav .nav-list1 > li > a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    padding: 32px 12px;
    text-transform: uppercase;
  }
  .header .nav .nav-list1 > li.more > a {
    position: relative;
  }
  .header .nav .nav-list1 > li:hover > a,
  .header .nav .nav-list1 > li.active > a {
    color: #2c373b;
  }
  .header .nav .nav-list1 > li:hover > a:after,
  .header .nav .nav-list1 > li.active > a:after {
    width: 100%;
  }
  .header .nav .nav-list1 > li.active > a {
    color: #aac737;
  }
  .header .nav .nav-list1 > li:hover > a {
    color: #aac737;
  }
  .header .nav .nav-list1 > li:hover > ul {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  .header .nav .nav-list1 ul {
    font-size: 0.95em;
    letter-spacing: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: left;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    padding-top: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    pointer-events: none;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
  }
  .header .nav .nav-list1 ul li:hover > a {
    text-decoration: underline;
  }
  .header .nav .nav-list1 ul a {
    display: block;
    padding: 5px 15px;
    position: relative;
  }
  .header .nav .nav-list1 .nav-list2 {
    top: 100%;
    left: 0;
    padding: 15px 0;
    min-width: 100%;
    z-index: 10;
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: rotateX(-50deg);
            transform: rotateX(-50deg);
    font-size: 15px;
  }
  .header .nav .nav-list1 .nav-list2 > li {
    white-space: nowrap;
    position: relative;
  }
  .header .nav .nav-list1 .nav-list2 > li > a {
    display: block;
    padding: 5px 25px;
  }
  .header .nav .nav-list1 .nav-list2 ul {
    left: 100%;
    position: absolute;
    top: 0;
    padding: 10px 0;
    min-width: 120px;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    border-left: 1px solid transparent;
    -webkit-transform: rotateY(50deg);
            transform: rotateY(50deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header .nav .nav-list1 .nav-list2 li:hover > ul {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  .header .nav .nav-list1 .pro-nav-list2 .active > a {
    text-decoration: underline;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .header .nav .nav-list1 > li {
    font-size: 15px;
    padding: 0 3px;
  }
}
@media (min-width: 1200px) and (max-width: 1469px) {
  .header .nav .nav-list1 > li > a {
    padding: 32px 10px;
  }
  .header .nav .nav-list1 > li > a:after {
    height: 3px;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .header .nav .nav-list1 > li > a {
    padding: 32px 8px;
  }
}
@media (max-width: 1199px) {
  .header .nav .nav-list1 {
    width: 100%;
  }
  .header .nav .nav-list1 ul {
    display: none !important;
  }
  .header .nav .nav-list1 > li {
    opacity: 0;
    -webkit-transform: translateX(-15px) rotateX(90deg);
            transform: translateX(-15px) rotateX(90deg);
  }
  .header .nav .nav-list1 > a {
    font-size: 20px;
    color: #fff;
  }
}
.header .nav .pro-nav-list2 {
  display: none !important;
}
.header .mask-nav {
  display: none;
}
@media (max-width: 1199px) {
  .header .mask-nav {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    text-align: left;
    padding: 20px;
    z-index: 9999;
    text-align: center;
    background: #000;
    color: #fff;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
}
.header .mask-nav .nav-top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.header .mask-nav .nav-top .back-btn:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e9b5';
  font-size: 26px;
}
.header .mask-nav .nav-top .nav-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 30px;
}
@media (max-width: 767px) {
  .header .mask-nav .nav-top .nav-title {
    font-size: 20px;
    font-size: 5vmin;
  }
}
.header .mask-nav .content {
  margin-top: 4%;
  position: relative;
  height: 85%;
  overflow: auto;
  touch-action: pan-y;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  /*滑块效果*/
}
.header .mask-nav .content::-webkit-scrollbar {
  border-radius: 5px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #666;
}
.header .mask-nav .content::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
}
.header .mask-nav .content ul li {
  text-align: left;
  font-size: 20px;
  line-height: 2;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .header .mask-nav .content ul li {
    margin: 0;
    font-size: 4.5vmin;
    line-height: 1.6;
    margin-bottom: 5px;
  }
}
.header .mask-nav .content ul li.more {
  position: relative;
}
.header .mask-nav .content ul li.more:after {
  position: absolute;
  right: 0;
  top: 50%;
  font-family: 'iconfont' !important;
  content: '\e72f';
  color: #fff;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .mask-nav .content ul li a {
  display: inline-block;
  text-transform: capitalize;
}
.header .mask-nav .content ul ul {
  display: none;
}
.header .nav-2 {
  left: 100%;
}
.header .nav-3 {
  left: 200%;
}
.header .nav-4 {
  left: 300%;
}
.header .nav-5 {
  left: 400%;
}
.header .fade-out ul {
  text-align: left;
}
@media (max-width: 1199px) {
  .header .fade-out ul .pic {
    display: none !important;
  }
}
.header .fade-out ul .more {
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .header .fade-out ul.nav-list1 {
    opacity: 1;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    touch-action: pan-y;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
  }
  .header .fade-out ul.nav-list1::-webkit-scrollbar {
    border-radius: 5px;
    width: 5px;
    height: 5px;
    background-color: #fff;
  }
  .header .fade-out ul.nav-list1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #fff;
  }
  .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #666;
  }
  .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.4);
  }
  .header .fade-out ul.nav-list1 a {
    color: #fff;
    text-transform: uppercase;
  }
  .header .fade-out ul.nav-list1 > li {
    position: relative;
    margin: 10px 0;
  }
  .header .fade-out ul.nav-list1 > li.act {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .header .fade-out ul.nav-list1 > li.more:after {
    position: absolute;
    right: 0;
    top: 50%;
    font-family: 'iconfont';
    content: '\e72f';
    color: #fff;
    font-size: 18px;
    margin-top: -14px;
  }
  .header .fade-out ul.nav-list1 > li > a {
    font-size: 1.5em;
    line-height: 1.6;
  }
  .header .fade-out ul.nav-list1 .nav-list2 > li > a {
    font-size: 1em;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .header .fade-out ul.nav-list1 > li {
    margin: 1.5vmin 0;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .header .fade-out ul.nav-list1 > li > a {
    font-size: 4.8vmin;
  }
}
@media (max-width: 1199px) and (max-width: 768px) {
  .header .fade-out ul.nav-list1 .nav-list2 > li > a {
    font-size: 4.5vmin;
  }
}
.header .fade-out ul.nav2-list2 h4 {
  line-height: 50px;
  font-size: 1em;
}
@media (max-width: 767px) {
  .header .fade-out ~ .google-translate {
    position: fixed;
    z-index: 99999998;
    left: 30px;
    top: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block !important;
  }
  .header .fade-out.left-100 ~ .google-translate {
    top: -30px;
    opacity: 0;
  }
}
.header .tel a {
  font-size: 18px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.header .tel a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e61c';
  font-size: 1.2em;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .header .tel a {
    background-color: #2c373b;
    color: #fff;
    padding: 27px 50px;
    padding: 27px 2.6vw;
  }
  .header .tel a:hover span {
    text-decoration: underline;
  }
}
@media (min-width: 1200px) and (max-width: 1639px) {
  .header .tel a {
    padding: 27px 20px;
  }
}
@media (max-width: 1199px) {
  .header .tel a {
    color: #2c373b;
  }
}
.header .xs-language {
  position: absolute;
  bottom: 30px;
  left: 35px;
  z-index: 9;
}
@media (min-width: 1200px) {
  .header .xs-language {
    display: none;
  }
}
.header .xs-language a {
  font-size: 16px;
  color: #fff;
}
.header .xs-language span {
  margin: 0 5px;
  color: #fff;
}
@-webkit-keyframes avia_pop {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes avia_pop {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.search-wrap {
  width: 255px;
  max-width: 90%;
  top: 100%;
  position: absolute;
  right: 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: 767px) {
  .search-wrap {
    right: 15px;
  }
}
.search-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  max-width: 100%;
}
.search-box input::-webkit-input-placeholder,
.search-box textarea::-webkit-input-placeholder {
  color: #999999;
}
.search-box input:-o-placeholder,
.search-box textarea:-o-placeholder {
  color: #999999;
}
.search-box input::-moz-placeholder,
.search-box textarea::-moz-placeholder {
  color: #999999;
}
.search-box input:-ms-input-placeholder,
.search-box textarea:-ms-input-placeholder {
  color: #999999;
}
.search-box input:focus::-webkit-input-placeholder,
.search-box textarea:focus::-webkit-input-placeholder {
  color: #ccc;
}
.search-box input:focus::-o-placeholder,
.search-box textarea:focus::-o-placeholder {
  color: #ccc;
}
.search-box input:focus::-moz-placeholder,
.search-box textarea:focus::-moz-placeholder {
  color: #ccc;
}
.search-box input:focus::-ms-input-placeholder,
.search-box textarea:focus::-ms-input-placeholder {
  color: #ccc;
}
.search-box input {
  border: 1px solid #e0e0e0;
  display: block;
  width: 100%;
  background: none;
  color: #666;
  padding: 13px 10px;
  border-radius: 5px 0 0 5px;
  border-right: none;
}
@media (max-width: 767px) {
  .search-box input {
    padding: 8px 10px;
  }
}
.search-box .submit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 2;
  padding: 3px 15px;
  font-size: 20px;
  background: #2c373b;
  color: #fff;
  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';
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .search-box .submit:hover:after {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.xs-language {
  position: absolute;
  bottom: 30px;
  left: 35px;
  z-index: 9;
}
@media (min-width: 1200px) {
  .xs-language {
    display: none;
  }
}
.xs-language a {
  font-size: 16px;
  color: #fff;
}
.xs-language span {
  margin: 0 5px;
  color: #fff;
}
.slick-dots {
  text-align: center;
  margin-top: 5px;
}
.slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #d7d7d7;
  margin: 5px 4px 0;
}
.slick-dots li.slick-active {
  background-color: #2c373b;
}
.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: #444444;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 22px;
  font-weight: normal;
  padding: 0;
}
.slick-arrow:before {
  display: block;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) {
  .slick-arrow {
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
  }
  .slick-arrow:hover {
    color: #2c373b;
  }
}
@media (max-width: 1199px) {
  .slick-arrow:active {
    color: #2c373b;
  }
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: '\eb64';
}
.slick-next {
  right: 0;
}
.slick-next:before {
  content: '\e68a';
}
@-webkit-keyframes jump {
  0% {
    bottom: 24px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    bottom: 15px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    bottom: 24px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes jump {
  0% {
    bottom: 24px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    bottom: 15px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    bottom: 24px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
  z-index: 2;
  font-size: 0;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-pagination {
  position: absolute;
  z-index: 2;
  width: auto;
  bottom: 4.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .banner .swiper-pagination {
    bottom: 3.5%;
  }
}
.banner .swiper-pagination-bullet {
  outline: none;
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 0 4px !important;
  background: #fff;
  opacity: 0.7;
  border-radius: 8px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 767px) {
  .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px !important;
  }
}
.banner .swiper-pagination-bullet-active {
  width: 28px;
  opacity: 1;
}
@media (max-width: 767px) {
  .banner .swiper-pagination-bullet-active {
    width: 20px;
  }
}
.banner .slick-arrow {
  outline: none;
  border: none;
  width: 60px;
  height: 90px;
  line-height: 90px;
  background: none;
  color: #fff;
  font-size: 32px;
  border-radius: 0;
}
.banner .slick-arrow:after {
  display: none;
}
.banner .slick-arrow:active {
  -webkit-transform: translateY(-50%) scale(0.92);
      -ms-transform: translateY(-50%) scale(0.92);
          transform: translateY(-50%) scale(0.92);
}
@media (min-width: 1200px) {
  .banner .slick-arrow:hover {
    color: #2c373b;
  }
}
@media (max-width: 1199px) {
  .banner .slick-arrow {
    display: none;
  }
}
.banner .slick-prev {
  left: 5%;
}
.banner .slick-next {
  right: 5%;
}
.banner .item {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .banner .item {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
  }
}
.banner .item > a {
  overflow: hidden;
  display: block;
}
.banner .item > a > img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1820px) and (max-width: 1920px) {
  .banner .item > a > img {
    width: auto;
  }
}
.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
  display: none !important;
}
.banner.hide-video video {
  display: none !important;
}
.banner-video-box {
  display: block;
  padding-bottom: 45.3125%;
  position: relative;
  -webkit-transform: translateZ(10px);
          transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-video-box .fluid_initial_play {
  background-color: #2c373b !important;
}
.banner .mobile-video {
  display: block;
  position: relative;
}
.banner .mobile-video:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner .mobile-video:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  font-size: 50px;
  color: #fff;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.title {
  margin-bottom: 35px;
}
@media (max-width: 1469px) {
  .title {
    margin-bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .title {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 20px;
  }
}
.title.text-center .txt {
  margin: 0 auto;
  width: 690px;
  max-width: 100%;
}
.title h1,
.title h2 {
  font-size: 26px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
@media (max-width: 1199px) {
  .title h1,
  .title h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .title h1,
  .title h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .title h1,
  .title h2 {
    font-size: 20px;
  }
}
.title h1 + p,
.title h2 + p {
  color: #c1c1c1;
  margin: 0;
}
.index-box {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 80px 0;
  background-color: #f4f4f4;
}
@media (max-width: 1469px) {
  .index-box {
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  .index-box {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .index-box {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .index-box {
    padding: 40px 0;
  }
}
.index-box .slick-list {
  margin: 0 -15px;
}
.index-box .slick-slide {
  padding: 0 15px;
}
.index-box .title h2 {
  text-transform: capitalize;
}
.index-search {
  padding: 35px 0;
}
.index-search .search-content {
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 576px) {
  .index-search .search-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .index-search .search-content > * {
    width: 50%;
  }
}
.index-search .search-box {
  padding: 0 40px;
}
@media (max-width: 575px) {
  .index-search .search-box {
    padding: 15px 25px;
  }
}
.index-search .txt {
  background-color: #2c373b;
  text-align: center;
  padding: 15px;
}
.index-search .txt * {
  color: #fff;
}
.index-search .txt h2 {
  font-size: 28px;
  margin: 0 0 10px;
}
@media (max-width: 1469px) {
  .index-search .txt h2 {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .index-search .txt h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .index-search .txt h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .index-search .txt h2 {
    font-size: 20px;
  }
}
.index-advantage {
  padding: 25px 0 45px;
  background-color: #2c373b;
}
@media (max-width: 767px) {
  .index-advantage {
    padding: 10px 0 30px;
  }
}
@media (max-width: 991px) {
  .index-advantage .list {
    margin: 0 -8px;
  }
}
@media (max-width: 575px) {
  .index-advantage .list {
    padding: 0 5%;
  }
}
.index-advantage .list > li {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .index-advantage .list > li {
    width: 16.66666667%;
  }
}
@media (max-width: 991px) {
  .index-advantage .list > li {
    padding: 0 8px;
  }
}
.index-advantage .list .img-box {
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .index-advantage .list .img-box:hover {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.img-pro {
  padding-bottom: 58.18181818%;
}
.product-list {
  margin-top: -30px;
}
.product-list.slick-initialized {
  margin-top: 0;
}
.product-list > li {
  margin-top: 30px;
}
.product-list .slick-list {
  margin: 0 -15px;
}
.product-list .slick-slide {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .product-list {
    margin: -20px -8px 0;
  }
  .product-list > li {
    margin-top: 20px;
    padding: 0 8px;
  }
  .product-list .slick-list {
    margin: 0 -8px;
  }
  .product-list .slick-slide {
    padding: 0 8px;
  }
}
@media (max-width: 575px) {
  .product-list > li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .product-list .item img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .product-list .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .product-list .item:hover .name {
    color: #2c373b;
  }
}
.product-list .info {
  padding: 10px 30px 10px 15px;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .product-list .info {
    padding: 10px 30px 10px 5px;
  }
}
.product-list .name {
  font-size: 16px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .product-list .name {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .product-list .name {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.product-list .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .product-list .txt p {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .product-list .txt p {
    font-size: 12px;
  }
}
.product-list .more {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #999;
  font-size: 16px;
  border-left: 1px solid #e6e6e6;
  display: block;
  padding: 0 0 0 10px;
}
.product-list .more:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e610';
}
@media (min-width: 1200px) {
  .product-list .more:hover {
    color: #2c373b;
  }
}
.index-product .pro-nav {
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .index-product .pro-nav {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .index-product .pro-nav {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .index-product .pro-nav {
    margin-top: -10px;
    padding-bottom: 15px;
  }
}
.index-product .pro-nav span {
  display: inline-block;
}
.index-product .pro-nav span:before {
  content: '|';
  color: #dedede;
  margin: 0 7px 0 5px;
}
.index-product .pro-nav span:first-child:before {
  display: none;
}
.index-product .pro-nav span a {
  display: inline-block;
  padding: 8px 16px;
  color: #666;
}
@media (min-width: 1200px) {
  .index-product .pro-nav span a:hover {
    background-color: #2c373b;
    color: #fff;
  }
}
@media (max-width: 575px) {
  .index-product .pro-nav span:before {
    margin: 0 4px 0 2px;
  }
  .index-product .pro-nav span a {
    padding: 6px 8px;
  }
}
.index-about {
  background: -webkit-gradient(linear, left top, left bottom, from(#2c373b), color-stop(50%, #2c373b), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(to bottom, #2c373b 0%, #2c373b 50%, #fff 50%, #fff 100%);
}
.index-about .title {
  margin-bottom: 20px;
}
.index-about .title * {
  color: #fff;
}
.index-about .intro-wrap {
  background-color: #fff;
}
@media (min-width: 768px) {
  .index-about .intro-wrap {
    display: -webkit-box;
    display: flex;
  }
}
.index-about .intro-wrap h3 {
  font-size: 20px;
  margin: 0 0 5px;
}
@media (max-width: 991px) {
  .index-about .intro-wrap h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .index-about .intro-wrap h3 {
    font-size: 16px;
  }
}
.index-about .intro {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 20px 30px;
  position: relative;
}
@media (min-width: 768px) {
  .index-about .intro {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .index-about .intro {
    padding: 30px 5%;
  }
}
.index-about .intro:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(170, 199, 55, 0.85);
}
.index-about .intro > * {
  position: relative;
  z-index: 2;
}
.index-about .intro * {
  color: #fff;
}
.index-about .intro h3 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .index-about .intro h3 {
    margin-bottom: 15px;
  }
}
.index-about .intro p {
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 6;
  height: auto;
}
.index-about .intro .more {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .index-about .intro .more {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .index-about .intro .more {
    margin-top: 15px;
  }
}
.index-about .intro .more a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 158px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  max-width: 100%;
  font-size: 50px;
}
.index-about .intro .more a:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  content: '\e64b';
}
.index-about .intro .more a:active {
  background-color: #fff;
  color: #2c373b;
}
@media (min-width: 1200px) {
  .index-about .intro .more a {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .index-about .intro .more a:hover {
    background-color: #fff;
    color: #2c373b;
  }
}
@media (max-width: 767px) {
  .index-about .intro .more a {
    width: 110px;
    height: 30px;
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .index-about .intro .more a {
    width: 90px;
    height: 26px;
    font-size: 30px;
  }
}
.index-about .list {
  display: -webkit-box;
  display: flex;
}
@media (min-width: 768px) {
  .index-about .list {
    width: 72%;
  }
}
@media (max-width: 575.98px) {
  .index-about .list {
    flex-wrap: wrap;
  }
}
.index-about .list li {
  background-color: #fff;
  display: -webkit-box;
  display: flex;
}
@media (min-width: 576px) {
  .index-about .list li {
    width: 33.3333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .index-about .list li:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .index-about .list li {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .index-about .list li:hover {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .index-about .list li:hover h3 {
    color: #2c373b;
  }
}
@media (max-width: 575.98px) {
  .index-about .list li {
    width: 100%;
    -webkit-box-align: center;
            align-items: center;
  }
  .index-about .list li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .index-about .list li > a {
    width: 50%;
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .index-about .list li .img-box img {
    position: initial;
    width: 100%;
    height: auto;
  }
}
.index-about .list .img-box {
  padding-bottom: 80%;
}
.index-about .list .info {
  text-align: center;
  padding: 5%;
}
@media (min-width: 576px) {
  .index-about .list .info {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
.index-about .list p {
  color: #666;
  margin: 0;
}
@media (max-width: 767px) {
  .index-about .list p {
    font-size: 12px;
  }
}
.num-box {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 0 -15px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .num-box {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .num-box {
    padding-top: 15px;
  }
}
.num-box li {
  position: relative;
  padding: 0 15px;
  margin-top: 30px;
  border-left: 1px solid #ebebeb;
}
.num-box li:first-child {
  border: none;
}
@media (min-width: 992px) {
  .num-box li {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .num-box li {
    width: 50%;
  }
  .num-box li:nth-child(odd) {
    border: none;
  }
}
@media (max-width: 575px) {
  .num-box li {
    padding: 0 5px;
  }
}
.num-box .item {
  padding: 15px 10px;
  position: relative;
}
@media (max-width: 767px) {
  .num-box .item {
    padding: 5px 10px;
  }
}
.num-box .intro {
  position: relative;
  z-index: 2;
}
.num-box .iconfont {
  font-weight: normal;
  font-size: 1.2em;
  margin-right: 10px;
}
.num-box .pic {
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .num-box .pic {
    height: 50px;
  }
  .num-box .pic img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .num-box .pic {
    height: 40px;
  }
}
@media (max-width: 575px) {
  .num-box .pic {
    height: 35px;
  }
}
.num-box .number {
  white-space: nowrap;
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 48px;
  color: #666;
}
@media (max-width: 1469px) {
  .num-box .number {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .num-box .number {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .num-box .number {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .num-box .number {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .num-box .number {
    font-size: 28px;
  }
}
.num-box .number span {
  position: relative;
  z-index: 10;
  line-height: 1;
}
.num-box sub {
  font-size: 14px;
  bottom: 0.4em;
  line-height: 1;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .num-box sub {
    font-size: 12px;
  }
}
.num-box sup {
  font-size: 20px;
  top: 0.5em;
  margin-left: 5px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .num-box sup {
    font-size: 18px;
  }
}
.num-box p {
  color: #888;
  line-height: 1.3;
}
@media (min-width: 1640px) {
  .arrow-cont {
    width: 1610px;
    padding: 0 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1759px) {
  .arrow-cont {
    padding: 0 80px;
  }
}
.more-box {
  margin-top: 45px;
}
@media (max-width: 1199px) {
  .more-box {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .more-box {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .more-box {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .more-box {
    margin-top: 20px;
  }
}
.more-box a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 2px solid #222;
  border-radius: 25px;
  font-size: 16px;
  padding: 12px 43px;
  text-transform: capitalize;
}
.more-box a span {
  font-weight: 500;
}
@media (min-width: 1200px) {
  .more-box a {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .more-box a:hover {
    background-color: #2c373b;
    color: #fff;
    border-color: #2c373b;
  }
}
@media (max-width: 1199px) {
  .more-box a {
    padding: 12px 40px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .more-box a {
    padding: 10px 35px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .more-box a {
    padding: 8px 25px;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .more-box a {
    padding: 7px 20px;
    font-size: 12px;
  }
}
.more-box a:active {
  -webkit-transition: 0s;
  transition: 0s;
  background-color: #2c373b;
  color: #fff;
  border-color: #2c373b;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.index-news .left .img-box {
  padding-bottom: 36.36363636%;
}
.index-news .left h3 {
  font-weight: bold;
  margin: 25px 0 20px;
}
.index-news .left .info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
}
.index-news .list .item {
  padding: 25px 0;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 575px) {
  .index-news .list .item {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .index-news .list .item:first-child {
    padding-top: 5px;
  }
}
@media (max-width: 991px) {
  .index-news .list .item:first-child {
    border-top: 1px solid #eaeaea;
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .index-news .list .item:first-child {
    margin-top: 20px;
  }
}
@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 h3 {
    color: #2c373b !important;
  }
}
.news-list .info-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.news-list h3 {
  font-size: 16px;
  color: #555;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  height: auto;
}
@media (max-width: 575px) {
  .news-list h3 {
    font-size: 15px;
  }
}
.news-list .info {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
  padding-left: 25px;
}
@media (max-width: 575px) {
  .news-list .info {
    padding-left: 15px;
  }
}
.news-list .info p {
  color: #888;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  height: auto;
}
@media (max-width: 575px) {
  .news-list .info p {
    font-size: 13px;
  }
}
.news-list .date {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  font-size: 14px;
}
@media (max-width: 575px) {
  .news-list .date {
    font-size: 12px;
  }
}
.news-list .date .day {
  font-size: 2.14285714em;
  color: #666;
  display: block;
  line-height: 1;
}
.news-list .date .year {
  color: #aaa;
}
.public-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.public-banner img {
  position: relative;
  width: 100%;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .public-banner img {
    width: 110%;
  }
}
@media (max-width: 575px) {
}
.public-banner .title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  color: #fff;
}
.public-banner .title,
.public-banner .title h2 {
  margin: 0;
}
.public-banner .title h2 {
  font-size: 64px;
}
@media (max-width: 1469px) {
  .public-banner .title h2 {
    font-size: 60px;
  }
}
@media (max-width: 1349px) {
  .public-banner .title h2 {
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  .public-banner .title h2 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .public-banner .title h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .public-banner .title h2 {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .public-banner .title h2 {
    font-size: 9vw;
  }
}
.public-banner .learn-more {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1199px) {
  .public-banner .learn-more {
    display: none;
  }
}
.breadcrumb-box {
  background-color: #eaf0f5;
}
.breadcrumb {
  margin: 0 0 30px;
  padding: 0;
  background: none;
}
.breadcrumb li {
  text-transform: capitalize;
}
.breadcrumb li:first-child:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6c8';
  margin-right: 10px;
  vertical-align: middle;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb > li + li:before {
  content: '>';
  color: inherit;
  padding: 0 4px 0 2px;
}
.xs-product-nav {
  line-height: 1.8;
  margin: 10px -8px 25px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .xs-product-nav {
    font-size: 0.9em;
    margin: 10px -6px 25px;
  }
}
.xs-product-nav li {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
}
@media (max-width: 575px) {
  .xs-product-nav li {
    padding: 0 6px;
  }
}
.xs-product-nav .active {
  font-weight: bold;
  color: #2c373b;
}
.xs-product-nav .menu2 {
  border-top: 1px solid #dbdbdb;
  padding-top: 10px;
  margin-top: 10px;
}
.inside-nav {
  -webkit-user-select: none;
          user-select: none;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .inside-nav.right {
    text-align: right;
  }
  .inside-nav.center {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .inside-nav {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .inside-nav {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .inside-nav {
    margin-bottom: 25px;
  }
}
.inside-nav .nav-wrap {
  border-top: 1px solid #dae0e5;
  border-bottom: 1px solid #dae0e5;
  padding: 6px 0;
  overflow-x: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  /*滑块效果*/
}
.inside-nav .nav-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
}
.inside-nav ul {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
  color: #6d7073;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .inside-nav ul {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .inside-nav ul {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .inside-nav ul {
    font-size: 13px;
  }
}
.inside-nav li {
  display: inline-block;
  padding-right: 30px;
  margin-right: 30px;
  line-height: 1;
  border-right: 1px solid #dae0e5;
}
.inside-nav li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
@media (max-width: 767px) {
  .inside-nav li {
    margin-right: 4vmin;
    padding-right: 4vmin;
  }
}
.inside-nav .active > a {
  color: #2c373b;
}
.inside-nav a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.inside-nav a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\ea82';
  margin-right: 10px;
  font-size: 0.8em;
}
@media (max-width: 575px) {
  .inside-nav a:before {
    margin-right: 5px;
  }
}
@media (min-width: 1200px) {
  .inside-nav a:hover {
    color: #2c373b;
  }
}
@media (max-width: 1199px) {
  .content-r {
    width: 100%;
  }
}
.menu-wrap h2 {
  font-size: 20px;
  background-color: #2c373b;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  padding: 15px;
}
.menu-wrap .menu {
  position: relative;
  z-index: 10;
  background-color: #fff;
  overflow: hidden;
}
.menu-wrap .menu a {
  display: block;
}
.menu-wrap .menu1 {
  border: 1px solid #ddd;
}
.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;
  font-size: 1.125em;
  padding: 0 15px;
}
.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: '\e726';
}
.menu-wrap .menu1 li.active > .more-wrap > .menu-more:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  content: '\e65b';
}
.menu-wrap .menu1 > li {
  border-top: 1px solid #dadada;
}
.menu-wrap .menu1 > li:first-child {
  border-top: none;
}
.menu-wrap .menu1 > li.active > a,
.menu-wrap .menu1 > li.active > .more-wrap {
  background-color: #2c373b;
  color: #fff;
}
.menu-wrap .menu1 > li > .more-wrap,
.menu-wrap .menu1 > li > a {
  font-size: 1.07142857em;
  color: #424242;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  position: relative;
  margin: 0 -1px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .menu-wrap .menu1 > li > .more-wrap:hover,
  .menu-wrap .menu1 > li > a:hover {
    background-color: #2c373b;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .menu-wrap .menu1 > li > .more-wrap:hover {
    color: #fff;
  }
  .menu-wrap .menu1 > li > .more-wrap:hover .menu-more {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .menu-wrap .menu1 > li > a:hover {
    color: #fff;
  }
}
.menu-wrap .menu1 > li > a,
.menu-wrap .menu1 > li > .more-wrap > a {
  padding: 13px 15px;
}
.menu-wrap .menu1 ul {
  display: none;
}
.menu-wrap .menu2 {
  background-color: #f6f6f6;
  padding: 20px 0;
}
.menu-wrap .menu2 > li {
  margin-top: 12px;
}
.menu-wrap .menu2 > li:first-child {
  margin-top: 0;
}
.menu-wrap .menu2 > li.active > a {
  color: #2c373b;
  text-decoration: underline;
}
.menu-wrap .menu2 > li > a {
  position: relative;
  display: block;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .menu-wrap .menu2 > li > a:hover {
    color: #2c373b;
    text-decoration: underline;
  }
}
.menu-wrap .menu3 {
  padding-bottom: 5px;
}
.menu-wrap .menu3 > li {
  padding-left: 20px;
  margin-bottom: 10px;
}
.menu-wrap .menu3 > li.active > a {
  color: #2c373b;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .menu-wrap .menu3 > li > a:hover {
    color: #2c373b;
    text-decoration: underline;
  }
}
.tit-1 {
  font-size: 28px;
}
@media (max-width: 1199px) {
  .tit-1 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .tit-1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .tit-1 {
    font-size: 22px;
  }
}
.tit-2 {
  font-size: 22px;
}
@media (max-width: 1199px) {
  .tit-2 {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .tit-2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tit-2 {
    font-size: 18px;
  }
}
.tit-3 {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .tit-3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .tit-3 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .tit-3 {
    font-size: 16px;
  }
}
.tit-4 {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .tit-4 {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .tit-4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tit-4 {
    font-size: 15px;
  }
}
.inside-page .content {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .inside-page .content {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .inside-page .content {
    padding: 45px 0;
  }
}
.product-wrap .search-box {
  margin: 20px 0;
}
.details-tit {
  font-size: 24px;
  font-weight: bold;
  margin: 65px 0 15px;
}
@media (max-width: 1469px) {
  .details-tit {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .details-tit {
    margin-top: 55px;
  }
}
@media (max-width: 991px) {
  .details-tit {
    margin-top: 50px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .details-tit {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .product-details-wrap .carousel-wrap {
    display: -webkit-box;
    display: flex;
  }
}
.product-details-wrap .carousel-wrap .carousel-box {
  font-size: 0;
}
@media (min-width: 1200px) {
  .product-details-wrap .carousel-wrap .carousel-box:hover .slider-for .slick-arrow {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .product-details-wrap .carousel-wrap .carousel-box {
    width: 43.04761905%;
  }
}
@media (max-width: 991px) {
  .product-details-wrap .carousel-wrap .carousel-box {
    width: 452px;
    margin: 0 auto 30px;
    max-width: 100%;
  }
}
.product-details-wrap .carousel-wrap .slider-for,
.product-details-wrap .carousel-wrap .slider-nav .item {
  border: 1px solid #dcdcdf;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.product-details-wrap .carousel-wrap .slider-for {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.product-details-wrap .carousel-wrap .slider-for .slick-arrow {
  display: none !important;
  opacity: 1;
  z-index: 22;
}
@media (min-width: 1200px) {
  .product-details-wrap .carousel-wrap .slider-for .slick-arrow:hover {
    opacity: 1 !important;
  }
}
.product-details-wrap .carousel-wrap .slider-nav {
  margin-top: 10px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-list {
  margin: 0 -5px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-slide {
  padding: 0 5px;
}
@media (max-width: 575px) {
  .product-details-wrap .carousel-wrap .slider-nav {
    margin-top: 5px;
  }
  .product-details-wrap .carousel-wrap .slider-nav .slick-list {
    margin: 0 -5px;
  }
  .product-details-wrap .carousel-wrap .slider-nav .slick-slide {
    padding: 5px;
  }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-arrow {
  background: none;
  font-weight: bold;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .product-details-wrap .carousel-wrap .slider-nav .slick-arrow:hover {
    color: #2c373b;
  }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-prev {
  left: -5px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-next {
  right: -7px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-current .item {
  border-color: #2c373b;
}
.product-details-wrap .carousel-wrap .slider-nav .product-video {
  position: relative;
}
.product-details-wrap .carousel-wrap .slider-nav .product-video:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.35);
}
.product-details-wrap .carousel-wrap .slider-nav .product-video:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e67c';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 35px;
  height: 35px;
  font-size: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 3;
  background-color: #2c373b;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 575px) {
  .product-details-wrap .carousel-wrap .slider-nav .product-video:before {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .product-details-wrap .carousel-wrap .info-box {
    width: 54.28571429%;
    padding-left: 4.28571429%;
  }
}
.product-details-wrap .carousel-wrap .breadcrumb {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .product-details-wrap .carousel-wrap .breadcrumb {
    padding-top: 0;
  }
}
.product-details-wrap .carousel-wrap .breadcrumb li {
  margin-bottom: 5px;
}
.product-details-wrap .carousel-wrap h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding: 15px 0 20px;
}
@media (max-width: 1199px) {
  .product-details-wrap .carousel-wrap h1 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .product-details-wrap .carousel-wrap h1 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .product-details-wrap .carousel-wrap h1 {
    font-size: 24px;
    padding: 0 0 20px;
  }
}
.product-details-wrap .carousel-wrap .description {
  color: #444;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .product-details-wrap .carousel-wrap .description {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .product-details-wrap .carousel-wrap .description {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-details-wrap .carousel-wrap .description {
    font-size: 15px;
  }
}
.product-details-wrap .carousel-wrap .txt p {
  font-size: 14px;
}
.product-details-wrap .func-btn {
  width: 360px;
  max-width: 100%;
  padding-top: 20px;
}
.product-details-wrap .func-btn li {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .product-details-wrap .func-btn {
    padding-top: 10px;
  }
  .product-details-wrap .func-btn .row {
    margin: 0 -5px;
  }
  .product-details-wrap .func-btn li {
    padding: 0 5px;
  }
}
.product-details-wrap .func-btn a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  line-height: 50px;
  height: 48px;
  border-radius: 25px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  border: 1px solid #2c373b;
  background-color: #ebf6ff;
  text-transform: capitalize;
  position: relative;
}
.product-details-wrap .func-btn a:after {
  margin-left: 10px;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3em;
  color: #2c373b;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}
.product-details-wrap .func-btn a:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.product-details-wrap .func-btn a:active span {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .product-details-wrap .func-btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .product-details-wrap .func-btn a:hover {
    background-color: #2c373b;
  }
  .product-details-wrap .func-btn a:hover,
  .product-details-wrap .func-btn a:hover:after {
    color: #fff;
  }
}
@media (max-width: 575px) {
  .product-details-wrap .func-btn a {
    font-size: 14px;
    font-size: 3.5vmin;
    line-height: 40px;
    height: 40px;
    padding: 0 5px;
  }
}
.product-details-wrap .func-btn .inquiry-btn:after {
  content: '\e672';
}
.product-details-wrap .func-btn .add-btn:after {
  content: '\e746';
}
.product-details-wrap .details-related .details-tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.product-details-wrap .related-arrow .slick-arrow {
  margin: 0;
  font-size: 16px;
}
.product-details-wrap .related-arrow .slick-arrow:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.product-details-wrap .related-arrow .slick-next {
  margin-left: 35px;
}
.product-details-wrap .slick-related {
  margin: 0;
  padding-top: 5px;
}
.product-details-wrap .slick-related .item-box {
  padding-top: 1px;
  padding-bottom: 1px;
}
.inquiry-wrap .details-tit {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .inquiry-wrap .details-tit {
    margin-bottom: 15px;
  }
}
.inquiry-wrap .iq-title,
.inquiry-wrap .list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  text-align: center;
  padding-left: 60px;
  padding-right: 45px;
}
@media (max-width: 991px) {
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list li {
    padding-left: 2%;
    padding-right: 0;
  }
}
.inquiry-wrap .iq-title {
  background-color: #2c373b;
  padding-top: 14px;
  padding-bottom: 14px;
}
.inquiry-wrap .iq-title .th {
  border: none;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.inquiry-wrap .iq-title .th.qty-box {
  text-align: center;
}
.inquiry-wrap .iq-title .th.introduce-box {
  padding-left: 50px;
}
.inquiry-wrap .iq-title .th span {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .iq-title .th.check-box label.replace:after {
    display: block;
  }
}
@media (max-width: 1199px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    padding-left: 0;
  }
}
.inquiry-wrap .iq-title .pic-box {
  text-align: center;
  padding: 11px 0;
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .check-box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .del-box {
    opacity: 0;
    width: 30px;
  }
}
.inquiry-wrap .inquiry-box {
  width: 100%;
  border: none;
  font-size: 18px;
}
.inquiry-wrap .inquiry-box .details-tit {
  margin-top: 0;
}
@media (max-width: 991px) {
  .inquiry-wrap .inquiry-box {
    font-size: 16px;
  }
}
.inquiry-wrap .inquiry-box label {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
.inquiry-wrap .inquiry-box label:before {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-title {
    padding-left: 0px !important;
    text-align: center;
  }
}
.inquiry-wrap .inquiry-box .check-box {
  width: 70px;
  text-align: left;
}
@media (max-width: 576px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 100px;
  }
}
@media (max-width: 576px) and (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 30px;
  }
}
.inquiry-wrap .inquiry-box .check-box .check-all {
  margin: 0;
}
.inquiry-wrap .inquiry-box .check-box .check-all > label {
  margin-right: 10px;
}
.inquiry-wrap .inquiry-box .check-box .check-all span {
  font-weight: normal;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box .check-all span {
    display: none;
  }
}
.inquiry-wrap .inquiry-box .check-box label.replace {
  display: inline-block;
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e3e3e3;
}
.inquiry-wrap .inquiry-box .check-box label.replace:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-family: 'iconfont' !important;
  content: '\e624';
  opacity: 0;
  color: #2c373b;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .check-box label.replace {
    margin-left: 5px;
    width: 16px;
    height: 16px;
    line-height: 14px;
  }
  .inquiry-wrap .inquiry-box .check-box label.replace:after {
    font-size: 20px;
  }
}
.inquiry-wrap .inquiry-box .check-box label.replace input {
  display: none;
}
.inquiry-wrap .inquiry-box .check-box label.change:after {
  opacity: 1;
}
.inquiry-wrap .inquiry-box .introduce-box {
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .inquiry-wrap .inquiry-box .introduce-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    display: block;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 200px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
  }
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box {
  width: 200px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 150px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.inquiry-wrap .inquiry-box .introduce-box .intro {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 5%;
  }
}
@media (max-width: 575px) {
}
.inquiry-wrap .inquiry-box .introduce-box .name {
  margin: 0 0 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
  font-size: 1em;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    font-size: 0.9em;
  }
}
.inquiry-wrap .inquiry-box .introduce-box .name:hover {
  color: #2c373b;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span {
  color: #999;
  margin-left: 15px;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span:first-of-type {
  margin-left: 0;
}
.inquiry-wrap .inquiry-box .introduce-box p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .number-box {
    display: none;
  }
}
.inquiry-wrap .inquiry-box .number-box {
  zoom: 1;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  min-width: 90px;
}
.inquiry-wrap .inquiry-box .number-box:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.inquiry-wrap .inquiry-box .number-box a {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #999999;
}
.inquiry-wrap .inquiry-box .number-box a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inquiry-wrap .inquiry-box .number-box a.del1:before {
  content: '\e628';
}
.inquiry-wrap .inquiry-box .number-box a.add1:before {
  content: '\e629';
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .number-box a:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
  }
}
.inquiry-wrap .inquiry-box .number-box a.disable {
  cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num {
  float: left;
  width: 60px;
  min-width: 26px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  max-width: 60px;
  color: #333;
  font-size: 16px;
  background: none;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 35px;
    height: 25px;
    line-height: 23px;
  }
}
.inquiry-wrap .inquiry-box .qty-box {
  text-align: center;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .qty-box {
    display: none;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .qty-box {
    width: 150px;
    text-align: center;
  }
}
.inquiry-wrap .inquiry-box .del-box {
  text-align: center;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box {
    width: 80px;
  }
}
.inquiry-wrap .inquiry-box .del-box .del:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e632';
  color: #787878;
  font-size: 20px;
}
.inquiry-wrap .inquiry-box .del-box .del:hover:before {
  color: #2c373b;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    margin-right: 10px;
  }
  .inquiry-wrap .inquiry-box .del-box .del:before {
    font-size: 18px;
  }
}
.inquiry-wrap .inquiry-box .list {
  border: 1px solid #2c373b;
  border-top: none;
}
.inquiry-wrap .inquiry-box .list li {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #2c373b;
}
.inquiry-wrap .inquiry-box .list li:nth-of-type(1) {
  border-top: none;
}
@media (max-width: 991px) {
  .inquiry-wrap .inquiry-box .list li {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .list li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.inquiry-wrap .inquiry-form {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-form {
    margin-top: 40px;
  }
}
.inquiry-wrap .inquiry-form form {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-form form {
    padding-top: 5px;
  }
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
  color: #666666;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder {
  color: #666666;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
  color: #666666;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder {
  color: #666666;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder {
  color: #999;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder {
  color: #999;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder {
  color: #999;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder {
  color: #999;
}
.inquiry-form p {
  color: #6d7073;
}
@media (min-width: 992px) {
  .inquiry-form p {
    margin-bottom: 25px;
  }
}
.inquiry-form form .row {
  margin: 0 -10px;
}
.inquiry-form form .row li {
  padding: 0 10px;
}
.inquiry-form form label {
  margin: 0 0 20px;
  position: relative;
  font-weight: normal;
  width: 100%;
}
@media (max-width: 767px) {
  .inquiry-form form label {
    margin-bottom: 15px;
  }
}
.inquiry-form form input,
.inquiry-form form textarea {
  display: block;
  padding: 14px 20px;
  width: 100%;
  color: #666666;
  background: #f8f5f3;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
  .inquiry-form form input,
  .inquiry-form form textarea {
    padding: 10px 15px;
  }
}
.inquiry-form form textarea {
  height: 300px;
}
@media (max-width: 991px) {
  .inquiry-form form textarea {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .inquiry-form form textarea {
    height: 180px;
  }
}
.inquiry-form form .pro-name {
  margin-bottom: 20px;
  background-color: #2c373b;
  color: #fff;
}
@media (max-width: 767px) {
  .inquiry-form form .pro-name {
    margin-bottom: 15px;
  }
}
.inquiry-form form .placeholder {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  padding: 0 3px;
  color: #2c373b;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.inquiry-form form .input-box:placeholder-shown + .placeholder {
  visibility: hidden;
  z-index: -1;
}
.inquiry-form form .input-box:not(:placeholder-shown) + .placeholder,
.inquiry-form form .input-box:focus:not(:placeholder-shown) + .placeholder {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-90%) scale(0.95);
      -ms-transform: translateY(-90%) scale(0.95);
          transform: translateY(-90%) scale(0.95);
}
.inquiry-form form .func {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.inquiry-form form .func > * {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 48px;
  line-height: 48px;
}
.inquiry-form form .func > *:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  font-size: 18px;
}
@media (max-width: 575px) {
  .inquiry-form form .func > *:after {
    margin-left: 5px;
  }
}
@media (min-width: 1200px) {
  .inquiry-form form .func > * {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .inquiry-form form .func > *:hover {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.15);
  }
  .inquiry-form form .func > *:hover b {
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .inquiry-form form .func > *:active {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.15);
  }
  .inquiry-form form .func > *:active b {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .inquiry-form form .func > * {
    font-size: 0.9em;
    height: 40px;
    line-height: 40px;
  }
}
.inquiry-form form .upload-btn {
  color: #5e6266;
  width: 170px;
  border: 1px solid #e5e5e5;
}
.inquiry-form form .upload-btn:after {
  content: '\e64e';
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.inquiry-form form .upload-btn.active:after {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  content: '\e640';
}
@media (max-width: 767px) {
  .inquiry-form form .upload-btn {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .inquiry-form form .upload-btn {
    width: 110px;
  }
}
.inquiry-form form .submit {
  color: #fff;
  padding: 13px 55px;
  display: -webkit-box;
  display: flex;
  margin: 20px auto 0;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 25px;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 16px;
  background: #2c373b;
}
@media (min-width: 1200px) {
  .inquiry-form form .submit:hover span {
    text-decoration: underline;
  }
}
.inquiry-form form .submit:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
@media (max-width: 991px) {
  .inquiry-form form .submit {
    font-size: 15px;
    padding: 13px 40px;
  }
}
@media (max-width: 767px) {
  .inquiry-form form .submit {
    margin-top: 0;
    padding: 9px 30px;
  }
}
@media (max-width: 575px) {
  .inquiry-form form .submit {
    font-size: 14px;
    padding: 8px 20px;
  }
}
.share-box {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .share-box {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .share-box {
    margin-top: 20px;
  }
}
.share-box > * {
  display: inline-block;
  vertical-align: middle;
}
.share-box > span {
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .share-box > span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .share-box > span {
    font-size: 14px;
  }
}
.news-wrap .news-list {
  margin-top: -30px;
  overflow: hidden;
}
.news-wrap .news-list > li {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .news-wrap .news-list {
    margin-top: -20px;
  }
  .news-wrap .news-list > li {
    margin-top: 20px;
    width: 100%;
  }
}
.news-wrap .news-list .img-box {
  padding-bottom: 36.36363636%;
}
.news-wrap .news-list h3 {
  font-weight: bold;
  margin: 20px 0 15px;
}
.news-wrap .news-list .info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
}
@media (min-width: 1200px) {
  .news-details-wrap .container {
    width: 1170px;
  }
}
.news-details-wrap .info {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .news-details-wrap .info {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.news-details-wrap h1 {
  font-weight: bold;
  margin-top: 0;
  line-height: 1.3;
}
.news-details-wrap .news-page {
  overflow: hidden;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .news-details-wrap .news-page {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .news-details-wrap .news-page {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .news-details-wrap .news-page a:hover {
    color: #2c373b;
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .news-details-wrap .news-page a:active {
    color: #2c373b;
    text-decoration: underline;
  }
}
.news-details-wrap .news-page p {
  font-size: 16px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .news-details-wrap .news-page p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .news-details-wrap .news-page p {
    font-size: 14px;
  }
}
.news-details-wrap .news-page .next {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .news-details-wrap .news-page .next {
    margin-top: 10px;
  }
}
.about-wrap .txt {
  overflow: hidden;
}
.about-wrap .txt .pic {
  width: 385px;
  /*margin-bottom: 30px;*/
}
@media (min-width: 576px) {
  .about-wrap .txt .pic {
    float: left;
    margin-right: 30px;
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .about-wrap .txt .pic {
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .about-wrap .txt .pic {
    max-width: 100%;
    margin: 0 auto 15px;
  }
}
.about-wrap .txt p {
  /*line-height: 2.5;*/
}
.choose-list {
  margin-top: -35px;
}
.choose-list > li {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .choose-list {
    margin-top: -20px;
  }
  .choose-list > li {
    margin-top: 35px;
  }
}
.choose-list .item > div {
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .choose-list .item > div {
    padding-left: 15px;
  }
}
.choose-list .tit {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .choose-list .tit {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .choose-list .tit {
    font-size: 16px;
  }
}
.choose-list .txt {
  position: relative;
}
.choose-list .txt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #aac737;
}
@media (max-width: 767.98px) {
  .choose-list .txt:before {
    width: 5px;
  }
}
.download-list {
  margin-top: -30px;
}
.download-list > li {
  margin-top: 30px;
}
.download-list .item {
  overflow: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  padding: 25px 40px 40px;
  background-color: #eee;
}
@media (min-width: 1200px) {
  .download-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;
  }
  .download-list .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .download-list .item:hover h3 {
    color: #2c373b;
  }
  .download-list .item:hover .download-btn a span {
    text-decoration: underline;
  }
}
@media (max-width: 575px) {
  .download-list .item {
    padding: 5%;
  }
}
.download-list h3 {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
  line-height: 1.5;
  font-size: 22px;
  color: #000;
}
@media (max-width: 1199px) {
  .download-list h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .download-list h3 {
    font-size: 18px;
  }
}
.download-list .type span {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  color: #6d736f;
  margin-top: 10px;
  margin-right: 35px;
}
.download-list .type span:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .download-list .type span {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .download-list .type span {
    font-size: 14px;
    margin-right: 20px;
  }
}
.download-list .func {
  border-top: 1px solid #e6e6e6;
  padding-top: 40px;
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.download-list .func .iconfont {
  font-size: 46px;
  color: #2c373b;
  line-height: 1;
}
@media (max-width: 767px) {
  .download-list .func .iconfont {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .download-list .func {
    padding-top: 25px;
    margin-top: 25px;
  }
}
.download-list .download-btn a {
  font-size: 16px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  background-color: #2c373b;
  color: #fff;
  padding: 17px 43px;
  border-radius: 3px;
}
.download-list .download-btn a span {
  font-weight: 500;
}
.download-list .download-btn a:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e856';
  margin-left: 10px;
  font-size: 12px;
  line-height: 1;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  color: #2c373b;
  text-align: center;
  border-radius: 50%;
}
.download-list .download-btn a:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
@media (min-width: 1200px) {
  .download-list .download-btn a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  @-webkit-keyframes jump {
    0% {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    50% {
      -webkit-transform: translateY(2px);
              transform: translateY(2px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    100% {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
  }
  @keyframes jump {
    0% {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    50% {
      -webkit-transform: translateY(2px);
              transform: translateY(2px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    100% {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
  }
  .download-list .download-btn a:hover:after {
    -webkit-animation: jump 1s infinite;
            animation: jump 1s infinite;
  }
}
@media (max-width: 1469px) {
  .download-list .download-btn a {
    font-size: 15px;
    padding: 15px 35px;
  }
}
@media (max-width: 1199px) {
  .download-list .download-btn a {
    font-size: 14px;
    padding: 10px 25px;
  }
}
@media (max-width: 767px) {
  .download-list .download-btn a {
    font-size: 12px;
    padding: 6px 16px;
  }
}
.contact-list {
  padding-top: 15px;
}
.contact-list li {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .contact-list li {
    margin-top: 25px;
  }
}
.contact-list li:first-child {
  margin-top: 0;
}
.contact-list li .item {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  display: flex;
}
@media (max-width: 1199px) {
  .contact-list li .item {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .contact-list li .item {
    font-size: 14px;
  }
}
.contact-list li .item:before {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #222;
  color: #fff;
  border-radius: 50%;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-size: 1.6em;
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 1469px) {
  .contact-list li .item:before {
    width: 46px;
    height: 46px;
    font-size: 1.4em;
  }
}
@media (max-width: 767px) {
  .contact-list li .item:before {
    width: 40px;
    height: 40px;
    font-size: 1.2em;
  }
}
.contact-list li a:active {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .contact-list li a:hover {
    text-decoration: underline;
  }
}
.contact-list li .intro {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .contact-list li .intro {
    padding-left: 10px;
  }
}
.contact-list li .tit {
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.contact-list li p {
  margin: 0;
}
.contact-list li p a {
  display: inline-block;
  margin-right: 30px;
}
.contact-list li p a:last-of-type {
  margin-right: 0;
}
@media (max-width: 1469px) {
  .contact-list li p a {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .contact-list li p a {
    margin-right: 10px;
  }
}
.contact-list li.company .item:before {
  content: '\e654';
}
.contact-list li.tel .item:before {
  content: '\e71b';
}
.contact-list li.mp .item:before {
  content: '\e625';
}
.contact-list li.fax .item:before {
  content: '\e658';
}
.contact-list li.mail .item:before {
  content: '\e64d';
}
.contact-list li.url .item:before {
  content: '\e62a';
}
.contact-list li.address .item:before {
  content: '\e6d8';
}
.contact-list li.phone .item:before {
  content: '\e61c';
}
.contact-list li.whatsapp .item:before {
  content: '\e621';
}
.contact-list li.skype .item:before {
  content: '\e616';
}
.contact-list li.qq .item:before {
  content: '\e62d';
}
.contact-wrap {
  overflow: hidden;
}
@media (min-width: 992px) {
  .contact-wrap .info-wrap {
    display: -webkit-box;
    display: flex;
  }
}
.contact-wrap .info-wrap > div {
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .contact-wrap .info-wrap > div {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .contact-wrap .info-wrap > div {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .info-wrap > div {
    margin-bottom: 40px;
  }
}
.contact-wrap .list li {
  position: relative;
  margin-top: 25px;
}
.contact-wrap .list li:first-child {
  margin-top: 0;
}
.contact-wrap .list li .item {
  padding-left: 40px;
  position: relative;
  display: -webkit-box;
  display: flex;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .contact-wrap .list li .item {
    font-size: 14px;
  }
}
.contact-wrap .list li .item:before {
  position: absolute;
  left: 0;
  top: -3px;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 767px) {
  .contact-wrap .list li .item:before {
    top: -7px;
  }
}
.contact-wrap .list li .tit {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
.contact-wrap .list li p {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
  padding-left: 5px;
  margin: 0;
}
.contact-wrap .list li.tel .item:before {
  content: '\e61c';
}
.contact-wrap .list li.mobile .item:before {
  content: '\e64a';
}
.contact-wrap .list li.mp .item:before {
  content: '\e625';
}
.contact-wrap .list li.fax .item:before {
  content: '\e64f';
}
.contact-wrap .list li.mail .item:before {
  content: '\e72e';
}
.contact-wrap .list li.url .item:before {
  content: '\e9ee';
}
.contact-wrap .list li.address .item:before {
  content: '\e60d';
}
.contact-wrap .list li.phone .item:before {
  content: '\e658';
}
.contact-wrap .list li.whatsapp .item:before {
  content: '\e621';
}
.contact-wrap .list li.skype .item:before {
  content: '\e616';
}
.contact-wrap .list li.qq .item:before {
  content: '\e62d';
}
.contact-wrap .list li.instagram .item:before {
  content: '\e617';
}
.contact-wrap .list li.weixin .item:before {
  content: '\e604';
}
.contact-wrap .info {
  position: relative;
  background-color: #f4f4f4;
  padding: 3.54609929% 2.83687943% 2.83687943%;
}
@media (max-width: 991px) {
  .contact-wrap .info {
    padding: 6%;
  }
}
@media (min-width: 992px) {
  .contact-wrap .info {
    width: 470px;
  }
}
.contact-wrap .info .list .item:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  background-color: #2c373b;
}
@media (min-width: 1200px) {
  .contact-wrap .info .list a:hover {
    color: #2c373b;
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .contact-wrap .info .list a:active {
    color: #2c373b;
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  .contact-wrap .inquiry-form textarea {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .contact-wrap .message {
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
    padding-left: 4.25531915%;
  }
}
@media (max-width: 991px) {
  .contact-wrap .message {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .message {
    margin-top: 35px;
  }
}
.contact-wrap .message .title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contact-wrap .message .title {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .contact-wrap .message h2 {
    font-size: 36px;
  }
}
.contact-wrap .message p {
  color: #666666;
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 991px) {
  .contact-wrap .message p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .message p {
    font-size: 14px;
  }
}
.contact-wrap .map {
  position: relative;
}
.contact-wrap .map .map-content {
  width: 100%;
  height: 480px;
  display: block;
}
@media (max-width: 991px) {
  .contact-wrap .map .map-content {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .map .map-content {
    height: 280px;
  }
}
.search-none {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
}
.search-none h3 {
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .search-none h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}
.search-none-wrap .search-box {
  margin-bottom: 25px;
}
.sitemap-wrap .list1 {
  margin-top: -20px;
  overflow: hidden;
  font-size: 18px;
}
@media (max-width: 991px) {
  .sitemap-wrap .list1 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .sitemap-wrap .list1 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .sitemap-wrap .list1 {
    font-size: 15px;
  }
}
.sitemap-wrap .list1 > li {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sitemap-wrap .list1 > li {
    margin-top: 15px;
  }
}
.sitemap-wrap .list1 > li > a {
  font-weight: bold;
  min-width: 260px;
  background-color: #2c373b;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 12px 30px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .sitemap-wrap .list1 > li > a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .sitemap-wrap .list1 > li > a:hover {
    color: #fff;
    background-color: #2c373b;
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .sitemap-wrap .list1 > li > a:active {
    color: #fff;
    background-color: #2c373b;
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .sitemap-wrap .list1 > li > a {
    padding: 8px 20px;
  }
}
@media (max-width: 575px) {
  .sitemap-wrap .list1 > li > a {
    width: 100%;
  }
}
.sitemap-wrap .list2 {
  padding: 0 0 10px 30px;
}
@media (max-width: 767px) {
  .sitemap-wrap .list2 {
    padding-left: 15px;
  }
}
.sitemap-wrap .list2 > li {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sitemap-wrap .list2 > li {
    margin-top: 15px;
  }
}
.sitemap-wrap .list2 > li > a {
  font-size: 0.88888889em;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .sitemap-wrap .list2 a:hover {
    color: #2c373b;
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .sitemap-wrap .list2 a:active {
    color: #2c373b;
    text-decoration: underline;
  }
}
.sitemap-wrap .list3 {
  margin-right: -30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sitemap-wrap .list3 {
    margin-right: -15px;
  }
}
.sitemap-wrap .list3 > li {
  padding-right: 30px;
  margin-top: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .sitemap-wrap .list3 > li {
    padding-right: 15px;
    margin-top: 10px;
  }
}
.sitemap-wrap .list3 > li > a {
  font-size: 0.88888889em;
}
.sitemap-wrap .list4 {
  padding-left: 5px;
}
.sitemap-wrap .list4 > li > a {
  color: #666;
  font-size: 0.77777778em;
}
.online-wrap.right .code .mask {
  right: 100%;
  padding-right: 5px;
}
.online-wrap.right .btn {
  right: 10px;
}
.online-wrap.right .online {
  right: 10px;
}
@media (max-width: 767px) {
  .online-wrap.right .online {
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
}
.online-wrap.right .online a {
  border-radius: 4px;
}
@media (min-width: 1200px) {
  .online-wrap.right .online a:not(.gotop):hover {
    border-radius: 0 4px 4px 0;
  }
  .online-wrap.right .online a:not(.gotop):hover .show-num {
    right: 100%;
  }
}
.online-wrap.right .code-pic {
  right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .online-wrap.right .code-pic {
    right: 65px;
  }
}
.online-wrap.right .show-num {
  right: -600px;
  border-radius: 4px 0 0 4px;
}
.online-wrap.left .code .mask {
  left: 100%;
  padding-left: 5px;
}
.online-wrap.left .btn {
  left: 10px;
}
.online-wrap.left .online {
  left: 10px;
}
@media (max-width: 767px) {
  .online-wrap.left .online {
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
}
.online-wrap.left .online a {
  border-radius: 4px;
}
@media (min-width: 1200px) {
  .online-wrap.left .online a:not(.gotop):hover {
    border-radius: 4px 0 0 4px;
  }
  .online-wrap.left .online a:not(.gotop):hover .show-num {
    left: 100%;
  }
}
.online-wrap.left .code-pic {
  left: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .online-wrap.left .code-pic {
    left: 55px;
  }
}
.online-wrap.left .show-num {
  left: -600px;
  border-radius: 0 4px 4px 0;
}
.online-wrap .btn {
  position: fixed;
  z-index: 100;
  bottom: 60px;
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  border-radius: 4px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .online-wrap .btn {
    display: none;
  }
}
.online-wrap .btn:before {
  display: inline-block;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6d2';
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.online-wrap .btn.active {
  background-color: rgba(0, 0, 0, 0.43);
}
.online-wrap .btn.active:before {
  -webkit-transform: rotateZ(225deg);
      -ms-transform: rotate(225deg);
          transform: rotateZ(225deg);
}
.online-wrap .code-pic {
  display: none;
  position: fixed;
  z-index: 101;
  bottom: 180px;
  width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .online-wrap .code-pic {
    bottom: 430px;
  }
}
.online-wrap .code-pic .pic-box {
  padding: 5px;
  background-color: #fff;
}
.online-wrap .code-pic img {
  display: block;
  width: 100%;
}
.online-wrap .online {
  position: fixed;
  z-index: 100;
  bottom: 23%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 767px) {
  .online-wrap .online {
    bottom: 100px;
  }
  .online-wrap .online.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.online-wrap .online a {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.43);
  text-align: center;
  margin: 5px 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: 48px;
  font-size: 24px;
  color: #fff;
}
@media (min-width: 1200px) {
  .online-wrap .online a:hover {
    color: #fff;
    box-shadow: none;
    background-color: #2c373b;
  }
  .online-wrap .online a:hover .show-num {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .online-wrap .online a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
.online-wrap .online .show-num {
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 0.6em;
}
.online-wrap .online .show-num P {
  background-color: #2c373b;
  color: #fff;
  margin: 0;
  padding: 0 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}
.online-wrap .online .code .mask {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 10;
  width: 130px;
  height: 130px;
}
.online-wrap .online .code .mask .mask-box {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 5px;
}
.online-wrap .online .code .mask img {
  width: 100%;
  display: block;
}
.online-wrap .online .code .mask p {
  font-size: 13px;
  color: #888;
  line-height: 16px;
  margin: 5px 0 8px 0;
}
.online-wrap .online .icon-gouwuche {
  border-radius: 10px !important;
}
.xs-online {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  background-color: rgba(44, 55, 59, 0.8);
}
.xs-online ul {
  color: #fff;
  text-align: center;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.xs-online ul li > a {
  display: block;
  padding: 6px 0;
  font-size: 0.7em;
}
.xs-online ul li > a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 1.4em;
}
.xs-online ul li > a span {
  display: block;
  height: 17px;
  line-height: 17px;
}
.xs-online ul li:first-child {
  border-left: none;
}
.xs-online ul li.tel > a:before {
  content: '\e61c';
}
.xs-online ul li.mail > a:before {
  content: '\e6a4';
}
.xs-online ul li.home > a:before {
  content: '\e6c8';
}
.xs-online ul li.whatsapp > a:before {
  content: '\e621';
}
.xs-online ul li.facebook > a:before {
  content: '\e6d9';
}
.xs-online ul li.feedback > a:before {
  content: '\e7a5';
}
.xs-online ul li.skype > a:before {
  content: '\e616';
}
.xs-online ul li.map > a:before {
  content: '\e63e';
}
.xs-online ul li.message > a:before {
  content: '\e65f';
}
.xs-online ul li.contact > a:before {
  content: '\e62c';
}
.xs-online ul li.wechat,
.xs-online ul li.weixin {
  position: relative;
}
.xs-online ul li.wechat label,
.xs-online ul li.weixin label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
}
.xs-online ul li.wechat .xs-wechat:checked ~ .pic-box,
.xs-online ul li.weixin .xs-wechat:checked ~ .pic-box {
  display: block;
}
.xs-online ul li.wechat > a:before,
.xs-online ul li.weixin > a:before {
  content: '\e604';
}
.xs-online ul li.wechat .pic-box,
.xs-online ul li.weixin .pic-box {
  display: none;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 100%;
  background-color: #fff;
  padding: 5px;
  left: 50%;
  width: 100px;
  max-width: 100px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.xs-online ul li.wechat .pic-box img,
.xs-online ul li.weixin .pic-box img {
  display: block;
  width: 100%;
}
.xs-online ul li.wechat .pic-box p,
.xs-online ul li.weixin .pic-box p {
  line-height: 30px;
  white-space: nowrap;
  color: #333;
  margin: 0;
}
.xs-online ul li.product > a:before {
  content: '\e7e9';
}
.xs-online ul li.gotop > a:before {
  content: '\e605';
}
.share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #999;
  background-color: #e7e7e7;
  position: relative;
  margin-left: 15px;
  font-size: 16px;
}
.share a:first-child {
  margin-left: 0;
}
.share a svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.share a .path {
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 0, 126;
  stroke-dashoffset: 0;
  cx: 17;
  cy: 17;
  r: 16;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1200px) {
  .share a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .share a:hover {
    color: #2c373b;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.share a:active {
  color: #2c373b;
}
@media (max-width: 767px) {
  .share a {
    font-size: 14px;
  }
}
.footer {
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #2c373b;
}
.footer .footer-wrap {
  overflow: hidden;
}
.footer .footer-row {
  padding: 55px 0 70px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .footer-row {
    flex-wrap: wrap;
    padding: 45px 0 60px;
  }
}
@media (max-width: 991px) {
  .footer .footer-row {
    padding: 35px 0 50px;
  }
}
@media (max-width: 767px) {
  .footer .footer-row {
    padding: 25px 0 45px;
  }
}
.footer .fh {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 25px;
}
.footer .foot-list {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 30px;
  width: 46%;
}
@media (max-width: 767px) {
  .footer .foot-list {
    margin-top: 25px;
    width: 100%;
    font-size: 13px;
  }
}
.footer .foot-list li {
  position: relative;
}
.footer .foot-list li a {
  display: inline-block;
  position: relative;
}
.footer .foot-list p,
.footer .foot-list li {
  line-height: 1.71428571;
  margin: 0;
}
.footer .foot-logo {
  width: 210px;
}
.footer .foot-about ul,
.footer .foot-product ul {
  margin-top: -5px;
}
@media (max-width: 767px) {
  .footer .foot-about ul,
  .footer .foot-product ul {
    margin: -15px -8px 0;
  }
}
.footer .foot-about li,
.footer .foot-product li {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .footer .foot-about li,
  .footer .foot-product li {
    display: inline-block;
    padding: 0 8px;
  }
}
.footer .foot-contact .name {
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  .footer .foot-contact li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .footer .foot-contact li a:active {
    text-decoration: underline;
  }
}
.footer .foot-contact .share {
  margin-top: 15px;
}
.footer .foot-subscription p {
  width: 360px;
  max-width: 100%;
}
.footer .foot-subscription form {
  display: -webkit-box;
  display: flex;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .footer .foot-subscription form {
    margin-bottom: 20px;
  }
}
.footer .foot-subscription form input::-webkit-input-placeholder,
.footer .foot-subscription form textarea::-webkit-input-placeholder {
  color: #fff;
}
.footer .foot-subscription form input:-o-placeholder,
.footer .foot-subscription form textarea:-o-placeholder {
  color: #fff;
}
.footer .foot-subscription form input::-moz-placeholder,
.footer .foot-subscription form textarea::-moz-placeholder {
  color: #fff;
}
.footer .foot-subscription form input:-ms-input-placeholder,
.footer .foot-subscription form textarea:-ms-input-placeholder {
  color: #fff;
}
.footer .foot-subscription form input:focus::-webkit-input-placeholder,
.footer .foot-subscription form textarea:focus::-webkit-input-placeholder {
  color: #ccc;
}
.footer .foot-subscription form input:focus::-o-placeholder,
.footer .foot-subscription form textarea:focus::-o-placeholder {
  color: #ccc;
}
.footer .foot-subscription form input:focus::-moz-placeholder,
.footer .foot-subscription form textarea:focus::-moz-placeholder {
  color: #ccc;
}
.footer .foot-subscription form input:focus::-ms-input-placeholder,
.footer .foot-subscription form textarea:focus::-ms-input-placeholder {
  color: #ccc;
}
.footer .foot-subscription form input,
.footer .foot-subscription form .submit {
  background: none;
}
.footer .foot-subscription form input {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  padding: 12px 5px 12px 20px;
}
@media (max-width: 1199px) {
  .footer .foot-subscription form input {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .footer .foot-subscription form input {
    font-size: 14px;
  }
}
.footer .foot-subscription form .submit {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  padding: 0 20px;
  background: none;
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1;
}
.footer .foot-subscription form .submit:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e610';
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 1200px) {
  .footer .foot-subscription form .submit:hover:after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (max-width: 767px) {
  .footer .foot-subscription form .submit {
    padding: 5px 20px;
  }
}
.footer .foot-subscription .f-code {
  width: 100px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .footer .foot-subscription .f-code {
    margin-top: 20px;
  }
}
.footer .foot-subscription .share {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .footer .foot-subscription .share {
    margin-top: 25px;
  }
}
.footer .foot-subscription .share a {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
@media (min-width: 1200px) {
  .footer .foot-subscription .share a:hover {
    color: #fff;
  }
}
.footer .foot-message input::-webkit-input-placeholder,
.footer .foot-message textarea::-webkit-input-placeholder {
  color: #fff;
}
.footer .foot-message input:-o-placeholder,
.footer .foot-message textarea:-o-placeholder {
  color: #fff;
}
.footer .foot-message input::-moz-placeholder,
.footer .foot-message textarea::-moz-placeholder {
  color: #fff;
}
.footer .foot-message input:-ms-input-placeholder,
.footer .foot-message textarea:-ms-input-placeholder {
  color: #fff;
}
.footer .foot-message input:focus::-webkit-input-placeholder,
.footer .foot-message textarea:focus::-webkit-input-placeholder {
  color: #ccc;
}
.footer .foot-message input:focus::-o-placeholder,
.footer .foot-message textarea:focus::-o-placeholder {
  color: #ccc;
}
.footer .foot-message input:focus::-moz-placeholder,
.footer .foot-message textarea:focus::-moz-placeholder {
  color: #ccc;
}
.footer .foot-message input:focus::-ms-input-placeholder,
.footer .foot-message textarea:focus::-ms-input-placeholder {
  color: #ccc;
}
.footer .foot-message input,
.footer .foot-message textarea {
  color: #fff;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer .foot-message input,
  .footer .foot-message textarea {
    padding: 8px 0;
  }
}
.footer .foot-message textarea {
  height: 70px;
}
.footer .foot-message .placeholder {
  color: #fff;
  font-size: 12px;
  left: 0;
}
.footer .foot-message .submit {
  width: 100%;
  background-color: #485c63;
  padding: 9px 41px;
  border-radius: 0;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .footer .foot-message .submit {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .footer .foot-message .submit:hover {
    text-decoration: none;
    background-color: #aac737;
  }
}
@media (max-width: 1199px) {
  .footer .foot-message .submit {
    padding: 8px 35px;
  }
}
@media (max-width: 991px) {
  .footer .foot-message .submit {
    padding: 7px 30px;
  }
}
@media (max-width: 767px) {
  .footer .foot-message .submit {
    padding: 6px 25px;
  }
}
.copyright {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
  padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
  padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
  color: #fff;
}
.copyright .container {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 15px;
}
@media (min-width: 1200px) {
  .copyright .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
  .copyright .container:before,
  .copyright .container:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .copyright .container {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .copyright .container {
    padding-bottom: 70px;
    text-align: center;
    display: block;
  }
}
.copyright .google-translate {
  min-width: 110px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .copyright .google-translate {
    margin: 15px auto 0;
  }
}
.copyright .info {
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .copyright .info {
    padding-bottom: 70px;
  }
}
.copyright .info span {
  display: inline-block;
  padding: 0 5px;
}
@media only screen and (min-width: 1200px) {
  .copyright .info a:hover {
    text-decoration: underline;
    color: #fff;
  }
}
@media (max-width: 1199px) {
  .copyright .info a:active {
    text-decoration: underline;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .copyright .sitemap {
    margin-top: 5px;
  }
}
.copyright .sitemap a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .copyright .sitemap a:hover {
    text-decoration: none;
  }
}
.copyright .sitemap span {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .copyright .share {
    margin-top: 5px;
  }
}


/**
 * Date : 2023年8月14日10:45:28
 * @author HSM
 * @toDo 文档修改
 */

@media (min-width: 576px) {
  .about-wrap .txt {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .about-wrap .pic {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .about-wrap .info {
     -webkit-box-flex: 1;
            flex: 1 0 0%;

        display: flex;
      flex-direction: column;
      justify-content: space-between;
  }
}


.index-box .title h2 {
  font-weight: bold;
}


.footer .foot-contact .share a {
  overflow: hidden;
  vertical-align: middle;
}
.footer .foot-contact .share .icon-facebook {
  background: none;
}
.footer .foot-contact .share .icon-facebook:before {
  display: none;
} 