@charset "utf-8";
@font-face {
  font-family: 'Open Sans';
  src: url('font/OpenSans-Regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('font/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('font/OpenSans-Regular.woff2') format('woff2'), url('font/OpenSans-Regular.woff') format('woff'), url('font/OpenSans-Regular.ttf') format('truetype'), url('font/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('font/OpenSans-Bold.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('font/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('font/OpenSans-Bold.woff2') format('woff2'), url('font/OpenSans-Bold.woff') format('woff'), url('font/OpenSans-Bold.ttf') format('truetype'), url('font/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Open Sans', Arial, Helvetica, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
  color: #2a2b2f;
}
body.fixed {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
.i {
  font-family: 'Impact';
}
.bg {
  background: #b4b4b4;
  background: radial-gradient(ellipse at center, rgba(180, 180, 180, 0.1) 0%, rgba(180, 180, 180, 0.2) 55%, rgba(180, 180, 180, 0.4) 75%, rgba(180, 180, 180, 0.6) 100%);
}
.ff,
.pagination .next:before,
.pagination .prev:before,
.header .contact span:before,
.header .cart a:before,
.slick-arrow:before,
.index-box .more-box a:after,
.menu-wrap .menu1 > li.more > a:after,
.product-list .info .iconfont,
.product-details-wrap .slider-nav .product-video:after,
.product-details-wrap .fun-btn .add-btn:before,
.product-details-wrap .details-faq .list li .question:after,
.contact-wrap .info li:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.all,
.video-box > a[data-src]:not([data-src='']):after,
.video-box .img-box[data-src]:not([data-src='']):after,
.product-details-wrap .slider-nav .iframe-cont .img-box:before,
.xs-online ul li.wechat label,
.xs-online ul li.weixin label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.goog-te-menu-frame {
  z-index: 999999999 !important;
}
.txt p {
  margin: 0;
  color: #666666;
  line-height: 1.875;
  font-size: 16px;
}
@media (max-width: 991px) {
  .txt p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .txt p {
    font-size: 14px;
    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,
.header .nav-lg-list2 p,
.index-product .name,
.news-list .item h3,
.news-list .item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.t1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ts,
.video-box .v-btn,
.video-box .v-btn:before,
.banner .swiper-pagination-bullet,
.index-product .info,
.index-product .pic,
.index-about .more a:after,
.index-case .name,
.index-news .list .item,
.index-news .list .num,
.product-list .item,
.product-list .pic-box,
.product-list .info p,
.product-list .info .func-btn,
.sitemap-wrap .list1 > li > a,
.online-wrap .online a,
.footer .foot-subscription form .submit {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.5);
    transform: translateX(-50%) translateY(-50%) scale(1.5);
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.5);
    transform: translateX(-50%) translateY(-50%) scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .video-box img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .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;
}
.video-box > a[data-src]:not([data-src='']),
.video-box .img-box[data-src]:not([data-src='']) {
  cursor: pointer;
}
.video-box > a[data-src]:not([data-src='']):after,
.video-box .img-box[data-src]:not([data-src='']):after {
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.video-box > a[data-src]:not([data-src='']):after,
.video-box .img-box[data-src]:not([data-src='']):after {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
}
.video-box > a[data-src]:not([data-src='']) .v-btn,
.video-box .img-box[data-src]:not([data-src='']) .v-btn {
  display: block;
}
@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.1);
  }
  .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: scale 2000ms linear infinite;
            animation: scale 2000ms linear infinite;
  }
  .video-box > a[data-src]:not([data-src='']):hover .v-btn:before,
  .video-box .img-box[data-src]:not([data-src='']):hover .v-btn:before {
    opacity: 1;
  }
}
.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-size: 60px;
  font-style: normal;
}
.video-box .v-btn.mask-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
      -ms-transform: translateX(-50%) translateY(-50%) scale(0);
          transform: translateX(-50%) translateY(-50%) scale(0);
  border: 10px solid #fff;
  border-radius: 50%;
}
.video-box .v-btn:before {
  opacity: 0.76;
}
.video-box .v-btn:after {
  position: absolute;
  z-index: -1;
  opacity: 0.34;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background-color: #fff;
  content: '';
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .video-box .v-btn {
    font-size: 45px;
  }
  .video-box .v-btn:after {
    width: 60px;
    height: 60px;
  }
}
.video-box > a:not(.img-box) {
  display: block;
  position: relative;
}
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #666666;
  line-height: 1.2;
  font-size: 16px;
}
@media (max-width: 767px) {
  .table-box table {
    font-size: 14px;
  }
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
}
.table-box table td,
.table-box table th {
  padding: 8px 30px !important;
  border: 1px solid #dcdcdc !important;
}
@media (max-width: 991px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 20px !important;
  }
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 2.7vmin !important;
  }
}
.table-box table tr p,
.table-box table tr span {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box table img {
  height: auto !important;
  max-width: 100%;
}
@media only screen and (min-width: 1350px) {
  .container {
    width: 1320px;
  }
}
@media only screen and (min-width: 1470px) {
  .container {
    width: 1440px;
  }
}
.pagination {
  display: block;
  text-align: center;
  margin: 50px 0 0;
  color: #999999;
}
@media (max-width: 991px) {
  .pagination {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination a,
.pagination span:not(.ellipsis) {
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  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: #144ec2;
    color: #fff;
    border-color: #144ec2;
  }
}
@media (max-width: 1199px) {
  .pagination a,
  .pagination span:not(.ellipsis) {
    margin: 0 5px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 15px;
  }
  .pagination a:active,
  .pagination span:not(.ellipsis):active {
    background-color: #144ec2;
    color: #fff;
    border-color: #144ec2;
  }
}
@media (max-width: 575px) {
  .pagination a,
  .pagination span:not(.ellipsis) {
    width: 25px;
    height: 25px;
    line-height: 23px;
    margin: 0 3px;
    font-size: 12px;
  }
}
.pagination .ellipsis {
  margin: 0 3px;
}
.pagination span.current {
  border-radius: 50%;
  background-color: #144ec2;
  color: #fff;
  border-color: #144ec2;
}
.pagination span.current.prev,
.pagination span.current.next {
  display: none;
}
@media (min-width: 768px) {
  .pagination .prev {
    margin-right: 25px;
  }
}
.pagination .prev:before {
  content: '\e9b5';
}
@media (min-width: 768px) {
  .pagination .next {
    margin-left: 25px;
  }
}
.pagination .next:before {
  content: '\e72f';
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.header {
  position: relative;
  z-index: 999;
}
@media (min-width: 1200px) {
  .header.fixed .header-box {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    bottom: 100%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(99.5%);
        -ms-transform: translateY(99.5%);
            transform: translateY(99.5%);
    z-index: 9999;
    box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 1199px) {
  .header {
    height: auto !important;
  }
}
.header .container {
  position: relative;
}
@media (min-width: 1200px) {
  .header .container {
    padding-left: 285px;
  }
}
.header .top {
  overflow: hidden;
  background-color: #144ec2;
  color: #fff;
}
.header .top .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.header .top .container:before,
.header .top .container:after {
  display: none;
}
.header .contact span {
  display: inline-block;
  margin-left: 45px;
}
.header .contact span:first-child {
  margin-left: 0;
}
.header .contact span:before,
.header .contact span a {
  display: inline-block;
  vertical-align: middle;
}
.header .contact span:before {
  font-size: 1.2em;
  margin-right: 10px;
  color: #804e33;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .header .contact span:hover {
    color: #144ec2;
  }
  .header .contact span:hover a {
    text-decoration: underline;
  }
}
.header .contact .mail:before {
  content: "\e909";
}
.header .contact .tel:before {
  content: "\e6be";
}
.header .bottom {
  background-color: #fff;
}
.header .bottom .container {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
}
.header .pro-list {
  text-align: center;
  padding-left: 70px;
  font-size: 0;
}
.header .pro-list > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.header .pro-list > li > a {
  display: block;
  padding: 31px 40px;
}
.header .pro-list > li:nth-child(4) {
  margin-left: 220px;
}
@media (max-width: 1469px) {
  .header .pro-list > li {
    font-size: 18px;
  }
  .header .pro-list > li > a {
    padding: 32px 35px;
  }
}
@media (max-width: 1349px) {
  .header .pro-list > li {
    font-size: 18px;
  }
  .header .pro-list > li > a {
    padding: 32px 25px;
  }
}
@media (min-width: 1200px) {
  .header .pro-list > li:hover > a {
    color: #144ec2;
    text-decoration: underline;
  }
  .header .pro-list > li:hover .pro-slide {
    display: block;
  }
}
.header .logo {
  background-color: #fff;
}
@media (min-width: 1200px) {
  .header .logo {
    z-index: 2;
    position: absolute;
    left: 15px;
    top: -41px;
  }
}
@media (max-width: 1199px) {
  .header .logo {
    margin: 0 auto 0 0;
  }
}
.header .logo > a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.header .logo img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .header .logo .pic {
    padding: 17px 43px;
  }
}
@media (max-width: 1199px) {
  .header .logo .pic {
    width: 140px;
    padding: 3px 0;
  }
}
@media (max-width: 767px) {
  .header .logo .pic {
    width: 100px;
  }
}
.header .header-r {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.header .header-r:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 900px;
  height: 200%;
  background-color: #eb8c45;
  z-index: -1;
  border-left: 5px solid #fff;
  -webkit-transform: translateY(-50%) skew(-25deg);
      -ms-transform: translateY(-50%) skew(-25deg);
          transform: translateY(-50%) skew(-25deg);
}
@media (max-width: 1199px) {
  .header .header-r > div {
    margin-left: 20px;
  }
  .header .header-r > div a:active {
    color: #144ec2;
  }
}
@media (max-width: 575px) {
  .header .header-r > div {
    margin-left: 12px;
  }
}
.header .header-r > .search-wrap {
  display: none;
}
.header .google-translate {
  min-width: 110px;
}
@media (max-width: 767px) {
  .header .google-translate {
    display: none;
  }
}
.header .find {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
}
.header .find a {
  display: block;
}
.header .find a:before,
.header .find a span {
  display: inline-block;
  vertical-align: middle;
}
.header .find a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e660';
  font-size: 1.2em;
  font-weight: bold;
}
.header .find a span {
  margin-left: 7px;
}
@media (max-width: 1199px) {
  .header .find a span {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header .find a:hover span {
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .header .find {
    font-size: 1.2em;
  }
}
@media (max-width: 575px) {
  .header .find {
    font-size: 1em;
  }
}
.header .cart var {
  font-style: normal;
}
.header .cart a {
  display: block;
  position: relative;
  padding: 10px 0;
}
.header .cart a:before,
.header .cart a span {
  display: inline-block;
  vertical-align: middle;
}
.header .cart a:before {
  content: '\e623';
  line-height: 1;
  font-size: 1.8em;
  color: #cb1428;
  margin-right: 5px;
}
.header .cart a var {
  color: #cb1428;
}
@media (min-width: 1200px) {
  .header .cart a:hover span {
    text-decoration: underline;
  }
}
@media (max-width: 575px) {
  .header .cart a {
    font-size: 12px;
  }
  .header .cart a:before {
    margin-right: 0;
  }
}
.header .language-box {
  margin-left: 40px;
  position: relative;
}
.header .language-box a {
  margin: 0;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  font-size: 0;
}
@media (min-width: 1200px) {
  .header .language-box a {
    line-height: 40px;
    padding: 0 15px;
    background-color: #e58136;
  }
}
.header .language-box a:before,
.header .language-box a span {
  display: inline-block;
  vertical-align: middle;
}
.header .language-box a:before {
  content: '';
  width: 25px;
  height: 25px;
  overflow: hidden;
  background: url(../images/language.png) no-repeat 0 100%;
  background-size: 500% auto;
}
@media (max-width: 575px) {
  .header .language-box a:before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575px) {
  .header .language-box a span {
    display: none;
  }
}
.header .language-box a.en:before {
  background-position: 75% 100%;
}
.header .language-box a.ru:before {
  background-position: 100% 100%;
}
.header .language-box a:hover span {
  text-decoration: underline;
}
.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: #333;
}
@media (min-width: 1200px) {
  .header .nav {
    text-align: left;
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .header .nav {
    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 ~ div,
.header .nav ~ button {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .header .nav ~ div,
  .header .nav ~ button {
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .header .nav ~ div,
  .header .nav ~ button {
    margin-left: 3.5vmin;
  }
}
@media (min-width: 1200px) {
  .header .nav .nav-list1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
  .header .nav .nav-list1 > li {
    text-align: left;
    letter-spacing: 0;
    padding: 0 10px;
    position: relative;
  }
  .header .nav .nav-list1 > li:first-child,
  .header .nav .nav-list1 > li:first-child > a {
    padding-left: 0;
  }
  .header .nav .nav-list1 > li:nth-child(6) {
    margin-left: 16%;
  }
  .header .nav .nav-list1 > li > a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    padding: 0 15px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .header .nav .nav-list1 > li > a > span {
    padding: 32px 0;
    display: block;
    position: relative;
  }
  .header .nav .nav-list1 > li > a > span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #eb8c45;
  }
  .header .nav .nav-list1 > li:hover > a > span:after,
  .header .nav .nav-list1 > li.active > a > span:after {
    width: 100%;
  }
  .header .nav .nav-list1 ul {
    font-size: 14px;
    letter-spacing: 0;
    display: none;
    position: absolute;
    left: 50%;
    min-width: 100%;
    text-align: left;
    background-color: #fff;
    color: #222;
    padding: 15px;
    background-clip: padding-box;
    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 {
    white-space: nowrap;
    display: block;
    padding: 5px 15px;
    position: relative;
  }
  .header .nav .nav-list1 .nav-list2 {
    top: 100%;
    left: 50%;
    padding: 15px 0;
    min-width: 100%;
    z-index: 10;
    background-color: #fff;
  }
  .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;
    border-left: 1px solid transparent;
  }
  .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 {
    padding: 0 5px;
  }
}
@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;
  }
}
@media (min-width: 1200px) {
  .header .nav .nav-pro > ul {
    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: 18px;
    line-height: 1.6;
    font-size: 3vmin;
  }
  .header .fade-out ul.nav-list1 .nav-list2 > li > a {
    font-size: 20px;
  }
}
@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: 20px;
}
@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 .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;
}
.header .nav-lg-list2 {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: rgba(20, 78, 194, 0.9);
  color: #fff;
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .header .nav-lg-list2 {
    display: none !important;
  }
}
.header .nav-lg-list2 .container {
  padding: 0 15px;
}
.header .nav-lg-list2 .item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .header .nav-lg-list2 .item img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .header .nav-lg-list2 .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.header .nav-lg-list2 .item:hover .more a {
  text-decoration: underline;
}
.header .nav-lg-list2 .pic {
  width: 48.8372093%;
}
.header .nav-lg-list2 .intro {
  width: 51.1627907%;
  padding-left: 20px;
}
.header .nav-lg-list2 .img-box {
  padding-bottom: 65.2173913%;
}
.header .nav-lg-list2 .name {
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.header .nav-lg-list2 p {
  line-height: 1.71428571;
  -webkit-line-clamp: 3;
  height: auto;
}
.header .nav-lg-list2 .more {
  font-weight: bold;
}
.header .nav-lg-list2 .more a:after {
  content: " >";
}
.search-wrap {
  display: none;
  position: absolute;
  right: 15px;
  top: 100%;
  z-index: 3;
  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);
  width: 220px;
  max-width: 90%;
}
@media (max-width: 1469px) {
  .search-wrap {
    right: 5%;
  }
}
@media (max-width: 767px) {
  .search-wrap {
    padding: 10px;
  }
}
.search-box {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}
.search-box input::-webkit-input-placeholder,
.search-box textarea::-webkit-input-placeholder {
  color: #cdcdcd;
}
.search-box input:-o-placeholder,
.search-box textarea:-o-placeholder {
  color: #cdcdcd;
}
.search-box input::-moz-placeholder,
.search-box textarea::-moz-placeholder {
  color: #cdcdcd;
}
.search-box input:-ms-input-placeholder,
.search-box textarea:-ms-input-placeholder {
  color: #cdcdcd;
}
.search-box input:focus::-webkit-input-placeholder,
.search-box textarea:focus::-webkit-input-placeholder {
  color: #999;
}
.search-box input:focus::-o-placeholder,
.search-box textarea:focus::-o-placeholder {
  color: #999;
}
.search-box input:focus::-moz-placeholder,
.search-box textarea:focus::-moz-placeholder {
  color: #999;
}
.search-box input:focus::-ms-input-placeholder,
.search-box textarea:focus::-ms-input-placeholder {
  color: #999;
}
.search-box input {
  border-radius: 20px;
  border: 1px solid #808080;
  display: block;
  width: 100%;
  background: none;
  color: #333;
  padding: 7px 50px 7px 15px;
  font-size: 14px;
}
.search-box .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  text-align: center;
  color: #131519;
  background: none;
  padding: 2px 13px;
  font-size: 1.5em;
}
.search-box .submit:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e635';
}
@media (min-width: 1200px) {
  .search-box .submit {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .search-box .submit:hover {
    color: #144ec2;
  }
}
@media (max-width: 1199px) {
  .search-box .submit:active {
    color: #144ec2;
  }
}
.slick-dots {
  text-align: center;
  margin-top: 10px;
}
.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: 0 4px;
}
.slick-dots li.slick-active {
  background-color: #144ec2;
}
.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;
  border-radius: 50%;
  color: #666666;
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding: 0;
}
.slick-arrow:before {
  display: block;
}
@media (min-width: 1200px) {
  .slick-arrow {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .slick-arrow:hover {
    color: #144ec2;
  }
}
@media (max-width: 1199px) {
  .slick-arrow:active {
    color: #144ec2;
  }
}
.slick-prev {
  left: -40px;
}
.slick-prev:before {
  content: '\eb60';
}
.slick-next {
  right: -40px;
}
.slick-next:before {
  content: '\e625';
}
@-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: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner .swiper-pagination-bullet {
  outline: none;
  width: 28px;
  height: 28px;
  opacity: 1;
  margin: 0 7px !important;
  border: 1px solid transparent;
  background: #fff;
  background-clip: content-box;
  padding: 7px;
}
@media (max-width: 991px) {
  .banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
    padding: 2px;
  }
}
.banner .swiper-pagination-bullet-active {
  border-color: #eb8c45;
  background-color: #eb8c45;
}
.banner .slick-arrow {
  outline: none;
  border: none;
  width: 60px;
  height: 90px;
  line-height: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 32px;
  border-radius: 0;
}
.banner .slick-arrow:after {
  display: none;
}
@media (min-width: 1200px) {
  .banner .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.banner .slick-prev {
  left: 5%;
}
.banner .slick-next {
  right: 5%;
}
.banner .item {
  display: block;
  position: relative;
  overflow: hidden;
}
/*@media (max-width: 991px) {
  .banner .item {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
  }
}*/
/*@media (max-width: 767px) {
  .banner .item {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
}*/
.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: 1850px) and (max-width: 1920px) {
  .banner .item > a > img {
    width: auto;
  }
}
.title {
  margin-bottom: 45px;
}
.title:after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background-color: #eb8c45;
}
@media (max-width: 1199px) {
  .title {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 25px;
  }
}
.title.center {
  text-align: center;
}
.title.center:after {
  margin: 0 auto ;
}
.title h1,
.title h2 {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 34px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .title h1,
  .title h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .title h1,
  .title h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .title h1,
  .title h2 {
    font-size: 22px;
  }
}
.title p {
  color: #666666;
  font-size: 16px;
  line-height: 2.14285714;
}
@media (max-width: 991px) {
  .title p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .title p {
    line-height: 1.8;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .title p {
    font-size: 13px;
  }
}
.index-box {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
@media (max-width: 1349px) {
  .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 .more-box {
  margin-top: 50px;
}
@media (max-width: 1349px) {
  .index-box .more-box {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .index-box .more-box {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .index-box .more-box {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .index-box .more-box {
    margin-top: 25px;
  }
}
.index-box .more-box.center {
  text-align: center;
}
.index-box .more-box a {
  display: inline-block;
  color: #fff;
  background-color: #144ec2;
  font-size: 16px;
  padding: 12px 30px;
}
.index-box .more-box a b,
.index-box .more-box a:after {
  display: inline-block;
  vertical-align: middle;
}
.index-box .more-box a:after {
  content: '\e62b';
  margin-left: 15px;
  font-size: 1.2em;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (min-width: 1200px) {
  .index-box .more-box a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .index-box .more-box a:hover b {
    text-decoration: underline;
  }
  .index-box .more-box a:hover:after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (max-width: 1199px) {
  .index-box .more-box a {
    font-size: 13px;
    padding: 10px 30px;
  }
  .index-box .more-box a:active b {
    text-decoration: underline;
  }
}
@media (max-width: 991px) {
  .index-box .more-box a {
    padding: 8px 25px;
  }
  .index-box .more-box a:after {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .index-box .more-box a {
    font-size: 12px;
    padding: 6px 20px;
  }
  .index-box .more-box a:after {
    margin-left: 8px;
  }
}
.index-product .slick-list {
  margin: 0 -1px;
}
.index-product .item {
  display: block;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}
.index-product .item > .img-box {
  padding-bottom: 65.2173913%;
}
@media (min-width: 1200px) {
  .index-product .item:hover .info {
    background-color: #144ec2;
    color: #fff;
    padding-right: 31.42857143%;
  }
  .index-product .item:hover .pic {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transform: translateX(-80%) translateY(-80%);
        -ms-transform: translateX(-80%) translateY(-80%);
            transform: translateX(-80%) translateY(-80%);
  }
}
.index-product .info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 76px;
  position: relative;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .index-product .info {
    height: 70px;
  }
}
.index-product .name {
  text-align: center;
  position: relative;
  -webkit-line-clamp: 2;
  height: auto;
  font-weight: bold;
  line-height: 1.71428571;
}
@media (max-width: 767px) {
  .index-product .name {
    font-size: 13px;
  }
}
.index-product .pic {
  width: 120px;
  height: 120px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 100%;
  top: 100%;
  z-index: 2;
  overflow: hidden;
}
.num-box {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1200px) {
  .num-box {
    padding: 0 5.67375887%;
  }
}
@media (min-width: 992px) {
  .num-box {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
  }
}
.num-box > li {
  width: 25%;
  text-align: center;
  padding: 35px 15px;
  position: relative;
}
.num-box > li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-right: 1px dashed rgba(255, 255, 255, 0.3);
  height: 50%;
  width: 1px;
}
.num-box > li:last-child:after {
  display: none;
}
@media (max-width: 991px) {
  .num-box > li {
    padding: 30px 10px 0;
  }
}
@media (max-width: 575px) {
  .num-box > li {
    width: 50%;
  }
}
.num-box .number {
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 10px;
}
.num-box .number > * {
  display: inline-block;
  vertical-align: bottom;
}
.num-box .number span {
  font-size: 48px;
  line-height: 1;
}
@media (max-width: 1469px) {
  .num-box .number span {
    font-size: 44px;
  }
}
@media (max-width: 1349px) {
  .num-box .number span {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .num-box .number span {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .num-box .number span {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .num-box .number span {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
}
.num-box sup {
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 767px) {
  .num-box sup {
    top: 0.4em;
    font-size: 20px;
  }
}
.num-box sub {
  font-size: 20px;
  line-height: 1;
  bottom: 2px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .num-box sub {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .num-box sub {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .num-box sub {
    font-size: 14px;
  }
}
.num-box p {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 1469px) {
  .num-box p {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .num-box p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .num-box p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .num-box p {
    font-size: 12px;
  }
}
.index-about {
  padding-top: 0;
  position: relative;
}
.index-about:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 390px;
  background-color: #f2f3f5;
}
@media (max-width: 991px) {
  .index-about:after {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .index-about:after {
    height: 38%;
  }
}
.index-about .title {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .index-about .title {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .index-about .title {
    margin-bottom: 20px;
  }
}
.index-about .txt,
.index-about .more {
  text-align: center;
}
.index-about .more {
  font-weight: bold;
  font-size: 16px;
  margin: 25px 0 50px;
}
@media (max-width: 1199px) {
  .index-about .more {
    margin: 20px 0 35px;
  }
}
.index-about .more a {
  color: #144ec2;
}
.index-about .more a:after {
  content: " >";
  margin-left: 5px;
}
.index-about .more a:after,
.index-about .more a b {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .index-about .more a:hover b {
    text-decoration: underline;
  }
  .index-about .more a:hover:after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (max-width: 1199px) {
  .index-about .more a:active b {
    text-decoration: underline;
  }
}
.index-about .video-box {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .index-about .video-box:hover img {
    -webkit-transform: translateX(-50%) scale(1.1);
        -ms-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
  }
}
.index-about .video-box img {
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991px) {
  .index-about .video-box img {
    width: 130%;
  }
}
@media (min-width: 992px) {
  .index-about .video-box .v-btn {
    margin-top: -75px;
  }
}
@media (min-width: 992px) {
  .index-about .num-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
  }
}
.index-case .slick-arrow {
  margin-top: -40px;
}
.index-case .slick-list {
  margin: 0 -15px;
}
.index-case .slick-slide {
  padding: 0 15px;
}
.index-case .item {
  display: block;
}
@media (min-width: 1200px) {
  .index-case .item img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .index-case .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 1200px) {
  .index-case .item:hover .name {
    background-color: #144ec2;
    color: #fff;
    border-color: #144ec2;
  }
}
.index-case .img-box {
  padding-bottom: 66.66666667%;
}
.index-case .name {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 2px;
  border: 1px solid #dcdcdc;
  padding: 10px ;
  min-height: 70px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .index-case .name {
    font-size: 14px;
  }
}
.news-list {
  margin-top: -30px;
}
.news-list > li {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .news-list {
    margin: -20px -8px 0;
  }
  .news-list > li {
    padding: 0 8px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .news-list > li {
    width: 100%;
  }
}
.news-list .img-box {
  padding-bottom: 48.7804878%;
}
.news-list .img-box ~ * {
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .news-list .img-box ~ * {
    margin-top: 5px;
  }
}
.news-list .item {
  border: 1px solid #e5e5e5;
  padding: 19px;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
@media (min-width: 1200px) {
  .news-list .item img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .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 {
    border-color: #144ec2;
  }
  .news-list .item:hover h3 {
    color: #144ec2;
  }
  .news-list .item:hover .more {
    font-weight: bold;
  }
}
.news-list .item h3,
.news-list .item p {
  margin: 0;
}
.news-list .item h3 {
  -webkit-line-clamp: 2;
  height: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .news-list .item h3 {
    font-size: 15px;
  }
}
.news-list .item .date {
  color: #666666;
  font-weight: bold;
  margin: 20px 0 10px;
}
@media (max-width: 767px) {
  .news-list .item .date {
    font-size: 13px;
    margin: 15px 0 5px;
  }
}
.news-list .item p {
  color: #666;
  line-height: 1.71428571;
  -webkit-line-clamp: 3;
  height: auto;
}
@media (max-width: 767px) {
  .news-list .item p {
    font-size: 13px;
  }
}
.news-list .item .more {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .news-list .item .more {
    margin: 15px 0;
  }
}
.news-list .item .more a {
  font-size: 16px;
  font-style: italic;
  color: #144ec2;
  text-decoration: underline;
}
.news-list .item .more a:after {
  content: ' >';
}
.index-news {
  background: no-repeat center top;
}
@media (max-width: 767px) {
  .index-news {
    background-size: 170%;
  }
}
@media (max-width: 575px) {
  .index-news {
    background-size: 250%;
  }
}
.index-news .title:after {
  background-color: #fff;
}
.index-news .title h2,
.index-news .title p {
  color: #fff;
}
.index-news .list .item {
  border-color: #fff;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .index-news .list .item:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  }
  .index-news .list .item:hover .num {
    color: #144ec2;
  }
}
@media (max-width: 1199px) {
  .index-news .list .item {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border: none;
  }
}
@media (min-width: 768px) {
  .index-news .list h3 {
    margin-top: 10px;
  }
}
.index-news .list .num {
  font-size: 120px;
  color: #ebebeb;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  -webkit-transform: translateY(35%) translateX(-8%);
      -ms-transform: translateY(35%) translateX(-8%);
          transform: translateY(35%) translateX(-8%);
}
@media (max-width: 1469px) {
  .index-news .list .num {
    font-size: 110px;
  }
}
@media (max-width: 1349px) {
  .index-news .list .num {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .index-news .list .num {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .index-news .list .num {
    font-size: 60px;
  }
}
.index-social {
  padding-top: 0;
}
.index-social h2 {
  font-weight: bold;
  font-size: 24px;
  margin: 10px 0 25px;
}
@media (max-width: 991px) {
  .index-social h2 {
    margin: 0 0 20px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .index-social h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .index-social .facebook {
    margin-top: 35px;
    width: 450px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .index-social .facebook {
    margin-top: 30px;
  }
}
.index-social .list {
  margin-top: -20px;
}
@media (max-width: 991px) {
  .index-social .list {
    margin: -20px -10px 0;
  }
  .index-social .list li {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .index-social .list {
    margin: -10px -5px 0;
  }
  .index-social .list li {
    padding: 0 5px;
  }
}
@media (max-width: 575px) {
  .index-social .list li {
    width: 33.3333%;
  }
}
.index-social .img-box {
  margin-top: 20px;
  padding-bottom: 84.44444444%;
}
@media (min-width: 1200px) {
  .index-social .img-box img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .index-social .img-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (max-width: 767px) {
  .index-social .img-box {
    margin-top: 10px;
  }
}
.public-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.public-banner img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .public-banner img {
    width: 160%;
  }
}
@media (max-width: 575px) {
  .public-banner img {
    width: 200%;
  }
}
.breadcrumb-box {
  background-color: #f5f6f7;
  padding: 15px 0 5px;
}
.breadcrumb {
  margin: 0 0 10px 0;
  padding: 0;
  background: none;
  font-size: 14px;
}
@media (max-width: 575px) {
  .breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb li {
  text-transform: capitalize;
}
.breadcrumb li span {
  color: #144ec2;
}
@media (min-width: 1200px) {
  .breadcrumb li a:hover {
    text-decoration: underline;
    color: #144ec2;
  }
}
@media (max-width: 1199px) {
  .breadcrumb li a:active {
    text-decoration: underline;
    color: #144ec2;
  }
}
.breadcrumb > li + li:before {
  padding: 0 4px 0 3px;
  content: '>';
}
@media (max-width: 767px) {
  .breadcrumb > li + li:before {
    padding: 0 3px 0 5px;
  }
}
.xs-product-nav {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 -8px 20px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .xs-product-nav {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .xs-product-nav {
    font-size: 3.4vmin;
    margin: 0 -6px 20px;
  }
}
.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: #144ec2;
}
.inside-nav {
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
}
@media (min-width: 1200px) {
  .inside-nav ul {
    display: -webkit-box;
    display: flex;
    font-size: 16px;
    font-weight: bold;
  }
  .inside-nav ul li {
    padding: 0 10px;
    width: 25%;
    display: -webkit-box;
    display: flex;
  }
  .inside-nav ul a {
    display: block;
    padding: 10px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .inside-nav ul span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .inside-nav ul .active a {
    background-color: #144ec2;
    color: #fff;
    position: relative;
  }
  .inside-nav ul .active a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #144ec2 transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .inside-nav ul {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .inside-nav ul a:hover {
    background-color: #144ec2;
    color: #fff;
  }
}
@media (max-width: 1199px) {
  .inside-nav .nav-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
  }
  .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 {
    font-size: 0;
    position: relative;
    white-space: nowrap;
  }
  .inside-nav li {
    display: inline-block;
    font-size: 16px;
    padding-right: 25px;
    padding-right: 4vw;
  }
  .inside-nav a {
    position: relative;
    display: block;
    padding: 10px 0;
  }
  .inside-nav .active {
    color: #144ec2;
    font-weight: bold;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .inside-nav li {
    font-size: 15px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .inside-nav li {
    font-size: 14px;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .inside-nav li {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .sticky-content > div {
    float: left;
  }
}
.list-l {
  width: 30.4964539%;
}
@media (min-width: 1200px) {
  .content-r {
    width: 69.5035461%;
  }
}
.menu-wrap {
  border: 1px solid #e5e5e5;
  padding: 12px 35px 99999px;
  margin-bottom: -99999px;
}
.menu-wrap .menu {
  position: relative;
  z-index: 10;
}
.menu-wrap .menu a {
  display: block;
}
.menu-wrap .menu a:hover {
  text-decoration: underline;
}
.menu-wrap .menu1 > li {
  background-color: #f7f7f7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 10px;
}
.menu-wrap .menu1 > li:first-child {
  border-top: none;
}
.menu-wrap .menu1 > li.active > a,
.menu-wrap .menu1 > li:hover > a {
  color: #144ec2;
}
.menu-wrap .menu1 > li.more > a {
  padding-right: 45px;
  position: relative;
}
.menu-wrap .menu1 > li.more > a:after {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #999999;
  display: block;
  content: '\e641';
  font-weight: bold;
}
.menu-wrap .menu1 > li.more.active > a:after {
  content: '\e640';
}
.menu-wrap .menu1 > li > a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
  display: block;
  padding: 20px;
  position: relative;
}
.menu-wrap .menu1 > li ul {
  display: none;
}
.menu-wrap .menu2 {
  padding: 5px 30px 25px;
  color: #5c5c5c;
}
.menu-wrap .menu2 > li {
  margin-bottom: 10px;
}
.menu-wrap .menu2 > li.active > a {
  color: #144ec2;
  text-decoration: underline;
  font-weight: bold;
}
.menu-wrap .menu2 > li > a {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.menu-wrap .menu2 > li > a:before {
  content: '> ';
}
@media (min-width: 1200px) {
  .menu-wrap .menu2 > li > a:hover {
    color: #144ec2;
  }
}
.menu-wrap .menu3 > li {
  padding-left: 12px;
  margin-top: 5px;
}
.menu-wrap .menu3 > li > a {
  color: #83868a;
}
.menu-wrap .menu3 > li > a:before {
  content: '- ';
}
.inside-page .content {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .inside-page .content {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .inside-page .content {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .inside-page .content {
    padding: 45px 0;
  }
}
.news-details-wrap .info {
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .news-details-wrap .info {
    margin-bottom: 20px;
  }
}
.news-details-wrap h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .news-details-wrap h1 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .news-details-wrap h1 {
    font-size: 20px;
  }
}
.news-details-wrap .date:after {
  width: 35px;
  height: 2px;
  background-color: #eb8c45;
  content: "";
  display: block;
  margin-top: 15px;
}
.news-details-wrap .date b {
  color: #666666;
}
@media (min-width: 768px) {
  .news-details-wrap .share-box {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .news-details-wrap .share-box {
    margin-top: 15px;
  }
}
.news-details-wrap .share-box > b,
.news-details-wrap .share-box > div {
  display: inline-block;
  vertical-align: middle;
}
.news-details-wrap .share-box > b {
  margin-right: 10px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .news-details-wrap .share-box > b {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .news-details-wrap .share-box > b {
    font-size: 14px;
    margin-right: 5px;
  }
}
.news-details-wrap .news-page {
  overflow: hidden;
  margin-top: 80px;
  font-size: 16px;
  color: #666666;
}
@media (max-width: 1199px) {
  .news-details-wrap .news-page {
    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;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .news-details-wrap .news-page a:hover {
    color: #144ec2;
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .news-details-wrap .news-page a:active {
    color: #144ec2;
    text-decoration: underline;
  }
}
.news-details-wrap .news-page p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-details-wrap .news-page .next {
  margin-top: 10px;
}
.about-wrap .txt {
  text-align: center;
}
.about-wrap .pic {
  position: relative;
  margin-top: 40px;
}
.about-wrap .pic img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.about-wrap .pic h3 {
  margin: 0;
  width: 100%;
  z-index: 2;
  font-size: 34px;
  padding: 20px;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 992px) {
  .about-wrap .pic h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
}
@media (max-width: 1469px) {
  .about-wrap .pic h3 {
    font-size: 32px;
  }
}
@media (max-width: 1349px) {
  .about-wrap .pic h3 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .about-wrap .pic h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .about-wrap .pic h3 {
    font-size: 22px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .about-wrap .pic h3 {
    font-size: 18px;
  }
}
.about-wrap .pic h3 b {
  display: block;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .product-wrap .content,
  .product-details-wrap .content,
  .inquiry-wrap .content {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .product-wrap .inside-nav,
  .product-details-wrap .inside-nav,
  .inquiry-wrap .inside-nav {
    position: relative;
    z-index: 2;
    margin-top: -35px;
  }
}
@media (min-width: 1200px) {
  .product-wrap .product-list .item:hover .pic-box,
  .product-details-wrap .product-list .item:hover .pic-box {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  }
  .product-wrap .product-list .item:hover .info,
  .product-details-wrap .product-list .item:hover .info {
    background-color: #144ec2;
    color: #fff;
    padding-right: 10px;
    border-color: #144ec2;
  }
  .product-wrap .product-list .item:hover .info .cart-btn,
  .product-details-wrap .product-list .item:hover .info .cart-btn {
    right: 50%;
    top: 0;
    -webkit-transform: translateX(50%) translateY(-70%);
        -ms-transform: translateX(50%) translateY(-70%);
            transform: translateX(50%) translateY(-70%);
  }
  .product-wrap .product-list .item:hover .info p,
  .product-details-wrap .product-list .item:hover .info p {
    left: 50%;
    color: #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.product-list {
  margin-top: -30px;
}
@media (max-width: 575px) {
  .product-list {
    margin-top: -20px;
  }
}
.product-list > li {
  margin-top: 30px;
}
@media (min-width: 1350px) {
  .product-list > li {
    width: 25%;
  }
}
@media (max-width: 575px) {
  .product-list > li {
    width: 100%;
    margin-top: 20px;
  }
}
.product-list .slick-list {
  margin: 0 -15px;
}
.product-list .slick-slide {
  padding: 0 15px;
}
.product-list .item {
  display: block;
}
@media (min-width: 1200px) {
  .product-list .item img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .product-list .item:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.product-list .img-box {
  padding-bottom: 65.2173913%;
}
.product-list .info {
  border: 2px solid #dcdcdc;
  border-top: none;
  padding: 10px 50px 10px 10px;
  font-size: 0;
  color: #000;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  position: relative;
}
.product-list .info p {
  font-size: 14px;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  display: inline-block;
  max-width: 100%;
  color: #666666;
  position: relative;
}
.product-list .info p a {
  padding: 7px 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list .info .func-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-list .info .iconfont {
  opacity: 1;
  color: #144ec2;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 20px;
}
.product-list .info .cart-btn .iconfont {
  background-color: #fff;
}
@media (min-width: 1200px) {
  .product-list .info .cart-btn .iconfont {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .product-list .info .cart-btn .iconfont:hover {
    color: #fff;
    background-color: #eb8c45;
  }
}
@media (max-width: 1199px) {
  .product-list .info .cart-btn .iconfont:active {
    color: #eb8c45;
  }
}
.product-list .info .remove-btn .iconfont {
  color: #c90405;
}
@media (min-width: 1200px) {
  .product-list .info .remove-btn .iconfont {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .product-list .info .remove-btn .iconfont:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 1199px) {
  .product-list .info .remove-btn .iconfont:active {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.product-details-wrap h2,
.inquiry-wrap h2 {
  font-weight: bold;
  font-size: 34px;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .product-details-wrap h2,
  .inquiry-wrap h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .product-details-wrap h2,
  .inquiry-wrap h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .product-details-wrap h2,
  .inquiry-wrap h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.share-box {
  position: relative;
  margin-top: 30px;
}
.share-box > * {
  display: inline-block;
  vertical-align: middle;
}
.share-box > span {
  font-size: 20px;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .share-box > span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .share-box > span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .share-box > span {
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  .product-details-wrap .carousel-wrap {
    display: -webkit-box;
    display: flex;
    margin: 0 -15px;
  }
  .product-details-wrap .carousel-wrap > div {
    width: 50%;
    padding: 0 15px;
  }
}
.product-details-wrap .carousel-box .img-box {
  padding-bottom: 65.2173913%;
}
@media (max-width: 991px) {
  .product-details-wrap .slider-nav,
  .product-details-wrap .carousel-box {
    width: 600px;
    max-width: 100%;
    margin: 0 auto 35px;
  }
}
@media (max-width: 767px) {
  .product-details-wrap .slider-nav,
  .product-details-wrap .carousel-box {
    margin-bottom: 25px;
  }
}
.product-details-wrap .slider-for,
.product-details-wrap .slider-nav .item {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.product-details-wrap .slider-for {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.product-details-wrap .slider-for .product-video {
  background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.product-details-wrap .slider-for .product-video .iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-details-wrap .slider-nav {
  margin-top: 20px;
}
.product-details-wrap .slider-nav .slick-list {
  margin: 0 -5px;
}
.product-details-wrap .slider-nav .slick-slide {
  padding: 0 5px;
}
@media (max-width: 575px) {
  .product-details-wrap .slider-nav {
    margin-top: 10px;
  }
  .product-details-wrap .slider-nav .slick-list {
    margin: 0 -5px;
  }
  .product-details-wrap .slider-nav .slick-slide {
    padding: 0 5px;
  }
}
.product-details-wrap .slider-nav .slick-current .item {
  border-color: #144ec2;
}
.product-details-wrap .slider-nav .iframe-cont {
  position: relative;
}
.product-details-wrap .slider-nav .iframe-cont .img-box:before {
  content: '';
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
.product-details-wrap .slider-nav .product-video:after {
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  left: 50%;
  top: 50%;
}
.product-details-wrap .slider-nav .product-video:after {
  content: '\e62f';
  color: #fff;
  z-index: 6;
  line-height: 1;
  font-size: 40px;
}
@media (max-width: 575px) {
  .product-details-wrap .slider-nav .product-video:after {
    font-size: 30px;
  }
}
.product-details-wrap .slider-nav .vr:before {
  content: 'VR';
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 50%;
  top: 50%;
  font-size: 40px;
  color: #fff;
  z-index: 3;
}
@media (max-width: 1199px) {
  .product-details-wrap .slider-nav .vr:before {
    font-size: 30px;
  }
}
.product-details-wrap h1 {
  font-size: 34px;
  font-weight: bold;
  margin: 40px 0 15px;
}
@media (max-width: 1349px) {
  .product-details-wrap h1 {
    font-size: 32px;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .product-details-wrap h1 {
    font-size: 30px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .product-details-wrap h1 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .product-details-wrap h1 {
    font-size: 22px;
  }
}
.product-details-wrap .fun-btn {
  padding-top: 15px;
}
.product-details-wrap .fun-btn .row {
  margin: 0 -10px;
}
.product-details-wrap .fun-btn li {
  margin-top: 10px;
  padding: 0 10px;
}
.product-details-wrap .fun-btn a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  min-width: 186px;
  line-height: 46px;
  height: 46px;
  background-color: #144ec2;
  text-transform: capitalize;
  position: relative;
}
.product-details-wrap .fun-btn a:before {
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .product-details-wrap .fun-btn a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .product-details-wrap .fun-btn a:hover b {
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .product-details-wrap .fun-btn a:active b {
    text-decoration: underline;
  }
}
@media (max-width: 575px) {
  .product-details-wrap .fun-btn a {
    font-size: 14px;
    font-size: 3.5vmin;
    line-height: 40px;
    padding: 0 10px;
  }
}
.product-details-wrap .fun-btn .add-btn:before {
  font-size: 1.4em;
  content: '\e623';
}
.product-details-wrap .details-list {
  margin-top: 65px;
}
@media (max-width: 1199px) {
  .product-details-wrap .details-list {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .product-details-wrap .details-list {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .product-details-wrap .details-list {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .product-details-wrap .details-faq .list {
    margin-top: -10px;
  }
}
.product-details-wrap .details-faq .list li {
  margin-top: 15px;
}
.product-details-wrap .details-faq .list li p {
  font-size: 14px;
}
.product-details-wrap .details-faq .list li.active .question:after {
  content: "\e640";
}
.product-details-wrap .details-faq .list li .item {
  position: relative;
}
.product-details-wrap .details-faq .list li .question {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 14px 40px 14px 20px;
  margin: 0;
  cursor: pointer;
}
.product-details-wrap .details-faq .list li .question:after {
  content: "\e641";
  position: absolute;
  right: 20px;
  top: 50%;
  color: #666;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .product-details-wrap .details-faq .list li .question {
    padding: 10px 30px 10px 15px;
  }
  .product-details-wrap .details-faq .list li .question:after {
    right: 15px;
  }
}
.product-details-wrap .details-faq .list li .intro {
  padding: 20px 25px;
  display: none;
  border-top: none;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  border: 1px solid #e5e5e5;
}
@media (min-width: 1200px) {
  .product-details-wrap .details-related h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .product-details-wrap .details-related h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-details-wrap .details-related h2 {
    margin-bottom: 15px;
  }
}
.product-details-wrap .product-list {
  margin: 0;
}
.inquiry-form > p {
  color: #666666;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .inquiry-form > p {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .inquiry-form > p {
    font-size: 14px;
  }
}
.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: #c3c3c3;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder {
  color: #c3c3c3;
}
.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: 13px 20px;
  width: 100%;
  color: #666666;
  background: none;
  border: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .inquiry-form form input,
  .inquiry-form form textarea {
    padding: 10px 15px;
  }
}
.inquiry-form form textarea {
  height: 170px;
}
.inquiry-form form .pro-name {
  font-weight: bold;
  color: #000;
}
.inquiry-form form .placeholder {
  display: block;
  position: absolute;
  font-weight: bold;
  top: 0;
  left: 10px;
  padding: 0 5px;
  color: #144ec2;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  background-color: #fff;
}
.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(-12px) scale(0.95);
      -ms-transform: translateY(-12px) scale(0.95);
          transform: translateY(-12px) scale(0.95);
}
.inquiry-form form .submit {
  padding: 14px 50px;
  display: block;
  font-size: 16px;
  width: 100%;
  color: #fff;
  background: #144ec2;
}
@media (min-width: 1200px) {
  .inquiry-form form .submit:after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .inquiry-form form .submit:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .inquiry-form form .submit:active {
    text-decoration: underline;
  }
}
@media (max-width: 991px) {
  .inquiry-form form .submit {
    padding: 10px 54px;
  }
}
@media (max-width: 767px) {
  .inquiry-form form .submit {
    padding: 8px 35px;
    font-size: 14px;
  }
}
.inquiry-wrap .inquiry-form {
  margin-top: 55px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .inquiry-form {
    margin-top: 45px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .inquiry-form {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-form {
    margin-top: 35px;
  }
}
.contact-wrap {
  overflow: hidden;
}
.contact-wrap h3 {
  font-size: 34px;
  font-weight: bold;
  margin: 50px 0 25px;
}
@media (max-width: 1199px) {
  .contact-wrap h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .contact-wrap h3 {
    font-size: 26px;
    margin: 40px 0 20px;
  }
}
@media (max-width: 767px) {
  .contact-wrap h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.contact-wrap .map {
  position: relative;
}
.contact-wrap .map .map-content {
  width: 100%;
  height: 470px;
  display: block;
}
@media (max-width: 991px) {
  .contact-wrap .map .map-content {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .contact-wrap .map .map-content {
    height: 280px;
  }
}
.contact-wrap .inquiry-form p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-wrap .inquiry-form input,
.contact-wrap .inquiry-form textarea {
  background-color: #f5f3f3;
}
@media (min-width: 1200px) {
  .contact-wrap .inquiry-form textarea {
    height: 210px;
  }
}
.contact-wrap .info {
  position: relative;
}
@media (max-width: 991px) {
  .contact-wrap .info {
    margin-bottom: 35px;
  }
}
.contact-wrap .info ul {
  width: 620px;
  max-width: 100%;
}
.contact-wrap .info li {
  position: relative;
  margin-top: 30px;
  padding-left: 55px;
}
@media (max-width: 767px) {
  .contact-wrap .info li {
    margin-top: 20px;
    padding-left: 50px;
  }
}
.contact-wrap .info li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  border-radius: 50%;
  background-color: #144ec2;
}
@media (max-width: 767px) {
  .contact-wrap .info li:before {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.contact-wrap .info li p {
  margin: 0;
}
.contact-wrap .info li p span {
  display: block;
}
.contact-wrap .info li p span:first-child {
  padding-top: 3px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.contact-wrap .info li p span ~ span {
  color: #666;
  line-height: 1.71428571;
}
@media (min-width: 1200px) {
  .contact-wrap .info li p a:hover {
    color: #144ec2;
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .contact-wrap .info li p a:active {
    color: #144ec2;
    text-decoration: underline;
  }
}
.contact-wrap .info li.tel:before {
  content: '\e61c';
}
.contact-wrap .info li.mp:before {
  content: '\e625';
}
.contact-wrap .info li.fax:before {
  content: '\e66e';
}
.contact-wrap .info li.mail:before {
  content: '\e6cc';
}
.contact-wrap .info li.url:before {
  content: '\e699';
}
.contact-wrap .info li.address {
  padding-top: 0;
}
.contact-wrap .info li.address:before {
  content: '\e60d';
}
.contact-wrap .info li.phone:before {
  content: '\e61c';
}
.contact-wrap .info li.whatsapp:before {
  content: '\e773';
}
.contact-wrap .info li.url:before {
  content: '\e699';
}
.sitemap-wrap .list1 {
  margin-top: -30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sitemap-wrap .list1 {
    margin-top: -20px;
  }
}
.sitemap-wrap .list1 > li {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .sitemap-wrap .list1 > li {
    margin-top: 20px;
  }
}
.sitemap-wrap .list1 > li > a {
  line-height: 50px;
  font-weight: bold;
  width: 165px;
  height: 50px;
  border: 1px solid #144ec2;
  background-color: #144ec2;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 0 5px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .sitemap-wrap .list1 > li > a:hover {
    color: #fff;
    background-color: #144ec2;
  }
}
@media (max-width: 575px) {
  .sitemap-wrap .list1 > li > a {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .sitemap-wrap .list1 a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .sitemap-wrap .list1 a:active {
    text-decoration: underline;
  }
}
.sitemap-wrap .list2 {
  padding-left: 40px;
  padding-top: 5px;
}
@media (min-width: 992px) {
  .sitemap-wrap .list2 {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
  }
}
@media (max-width: 767px) {
  .sitemap-wrap .list2 {
    padding-top: 15px;
    padding-left: 15px;
  }
}
.sitemap-wrap .list2 > li {
  line-height: 40px;
}
.sitemap-wrap .list2 > li > a {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .sitemap-wrap .list2 a:hover {
    color: #144ec2;
  }
}
@media (max-width: 1199px) {
  .sitemap-wrap .list2 a:active {
    color: #144ec2;
  }
}
.sitemap-wrap .list3 {
  padding-left: 10px;
  color: #666666;
}
.sitemap-wrap .list3 a:before {
  content: '> ';
}
.sitemap2-wrap .list1 {
  margin-top: -20px;
  overflow: hidden;
  font-size: 18px;
}
@media (max-width: 991px) {
  .sitemap2-wrap .list1 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .sitemap2-wrap .list1 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .sitemap2-wrap .list1 {
    font-size: 15px;
  }
}
.sitemap2-wrap .list1 > li {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sitemap2-wrap .list1 > li {
    margin-top: 15px;
  }
}
.sitemap2-wrap .list1 > li > a {
  font-weight: bold;
  width: 240px;
  border: 1px solid #144ec2;
  display: inline-block;
  vertical-align: top;
  padding: 12px 30px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .sitemap2-wrap .list1 > li > a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .sitemap2-wrap .list1 > li > a:hover {
    color: #fff;
    background-color: #144ec2;
  }
}
@media (max-width: 1199px) {
  .sitemap2-wrap .list1 > li > a:active {
    color: #fff;
    background-color: #144ec2;
  }
}
@media (max-width: 767px) {
  .sitemap2-wrap .list1 > li > a {
    padding: 8px 20px;
  }
}
@media (max-width: 575px) {
  .sitemap2-wrap .list1 > li > a {
    width: 100%;
  }
}
.sitemap2-wrap .list2 {
  padding: 0 0 10px 30px;
}
@media (max-width: 767px) {
  .sitemap2-wrap .list2 {
    padding-left: 15px;
  }
}
.sitemap2-wrap .list2 > li {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sitemap2-wrap .list2 > li {
    margin-top: 15px;
  }
}
.sitemap2-wrap .list2 > li > a {
  font-size: 0.88888889em;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .sitemap2-wrap .list2 a:hover {
    color: #144ec2;
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .sitemap2-wrap .list2 a:active {
    color: #144ec2;
    text-decoration: underline;
  }
}
.sitemap2-wrap .list3 {
  margin-right: -30px;
}
@media (max-width: 767px) {
  .sitemap2-wrap .list3 {
    margin-right: -15px;
  }
}
.sitemap2-wrap .list3 > li {
  padding-right: 30px;
  margin-top: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .sitemap2-wrap .list3 > li {
    padding-right: 15px;
    margin-top: 10px;
  }
}
.sitemap2-wrap .list3 > li > a {
  font-size: 0.77777778em;
  color: #666666;
}
.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: 55px;
  }
}
.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(20, 78, 194, 0.7);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .online-wrap .btn {
    display: none;
  }
}
.online-wrap .btn:before {
  display: inline-block;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6d2';
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.online-wrap .btn.active:before {
  -webkit-transform: rotateZ(225deg);
      -ms-transform: rotate(225deg);
          transform: rotateZ(225deg);
}
.online-wrap .code-pic {
  display: none;
  position: fixed;
  z-index: 101;
  bottom: 180px;
  width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .online-wrap .code-pic {
    bottom: 370px;
  }
}
.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(20, 78, 194, 0.7);
  text-align: center;
  margin: 5px 0;
  line-height: 48px;
  font-size: 22px;
  color: #fff;
}
@media (min-width: 1200px) {
  .online-wrap .online a:hover {
    color: #fff;
    box-shadow: none;
    background-color: #144ec2;
  }
  .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: #144ec2;
  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(20, 78, 194, 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: 10px;
}
.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.7em;
}
.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.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 {
  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.linkedin > a:before {
  content: '\e6f0';
}
.xs-online ul li.gotop > a:before {
  content: '\e605';
}
@media (max-width: 575px) {
  .share span {
    display: none;
  }
}
.share a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  margin-left: 25px;
  border-radius: 50%;
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: relative;
}
.share a:first-of-type {
  margin-left: 0 !important;
}
@media (min-width: 1200px) {
  .share a:hover {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@media (max-width: 1199px) {
  .share a {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .share a {
    font-size: 16px;
  }
}
.share.color .icon-facebook {
  background-color: #3b5998;
}
.share.color .icon-tuite {
  background-color: #55acee;
}
.share.color .icon-linkedin {
  background-color: #006a9a;
}
.share.color .icon-youtube {
  background-color: #c4302b;
}
.share.color .icon-instagram {
  background-color: #6b3d2e;
}
.share.color .icon-google {
  background-color: #dc4e41;
}
.footer {
  background-color: #144ec2;
  color: #dbe5fa;
}
@media only screen and (min-width: 992px) {
  .footer p a:hover,
  .footer li a:hover,
  .footer .copyright .func a:hover,
  .footer .sitemap a:hover {
    text-decoration: underline;
    color: #fff !important;
  }
}
@media (max-width: 991px) {
  .footer p a:active,
  .footer li a:active,
  .footer .copyright .func a:active,
  .footer .sitemap a:active {
    text-decoration: underline;
    color: #fff !important;
  }
}
.footer .footer-row {
  padding: 45px 0 120px;
  margin: 0 -15px;
}
@media (max-width: 1469px) {
  .footer .footer-row {
    padding: 40px 0 100px;
  }
}
@media (max-width: 1199px) {
  .footer .footer-row {
    padding: 35px 0 80px;
  }
}
@media (max-width: 991px) {
  .footer .footer-row {
    padding: 25px 0 55px;
  }
}
@media (max-width: 767px) {
  .footer .footer-row {
    padding: 15px 0 30px;
  }
}
@media (min-width: 1200px) {
  .footer .footer-row:after {
    width: 100%;
    height: 0;
    margin: 0;
    display: inline-block;
    overflow: hidden;
    content: '';
  }
}
.footer .foot-list {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  letter-spacing: 0;
  padding: 0 15px;
  margin-top: 35px;
  position: relative;
}
@media (max-width: 575px) {
  .footer .foot-list {
    width: 100%;
  }
}
.footer .foot-list li,
.footer .foot-list p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 767px) {
  .footer .foot-list li,
  .footer .foot-list p {
    font-size: 14px;
  }
}
.footer .foot-list p {
  margin: 0;
}
.footer .foot-list li {
  position: relative;
}
.footer .foot-list h4 {
  font-size: 24px;
  margin: 0 0 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1199px) {
  .footer .foot-list h4 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .footer .foot-list h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer .foot-list h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  .footer .foot-contact {
    width: 455px;
    max-width: 100%;
  }
}
.footer .foot-contact .name {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footer .foot-contact .name {
    font-size: 14px;
  }
}
.footer .contact-list p {
  font-size: 16px;
  display: -webkit-box;
  display: flex;
}
.footer .contact-list p span:first-child {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  font-weight: bold;
  color: #fff;
  padding-right: 5px;
}
.footer .contact-list p span:first-child ~ span {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
}
.footer .foot-product ul li {
  line-height: 2.57142857;
  position: relative;
}
.footer .foot-product ul li:before {
  content: "> ";
}
.footer .foot-subscription {
  width: 420px;
  max-width: 100%;
}
@media (max-width: 1469px) {
  .footer .foot-subscription {
    width: 400px;
  }
}
.footer .foot-subscription p {
  font-size: 16px;
  padding-top: 5px;
  line-height: 1.875;
  margin-bottom: 15px;
}
.footer .foot-subscription form {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.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;
}
@media (max-width: 767px) {
  .footer .foot-subscription form {
    padding-top: 0;
  }
}
.footer .foot-subscription form input {
  display: block;
  padding: 11px 15px;
  width: 100%;
  background: none;
}
@media (max-width: 767px) {
  .footer .foot-subscription form input {
    padding-left: 10px;
  }
}
.footer .foot-subscription form .submit {
  position: absolute;
  right: 4px;
  top: 4px;
  font-size: 16px;
  padding: 7px 28px;
  color: #fff;
  background-color: #eb8c45;
}
@media (min-width: 1200px) {
  .footer .foot-subscription form .submit:hover span {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .footer .foot-subscription form .submit {
    font-size: 14px;
  }
}
.footer .share {
  margin-top: 40px;
}
.footer .share a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  background-color: #d1dcf2;
  color: #144ec2;
  margin-left: 10px;
}
.copyright {
  position: relative;
  overflow: hidden;
  line-height: 1.8;
  color: #ffffff;
  background-color: #0b40a9;
  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);
  text-align: center;
}
@media (max-width: 991px) {
  .copyright {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .copyright {
    font-size: 3.4vmin;
  }
}
.copyright .container {
  padding: 24px 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;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .copyright .container {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .copyright .container {
    padding-bottom: 70px;
  }
}
.copyright .container:before,
.copyright .container:after {
  display: none;
}
.copyright .func > * {
  display: inline-block;
  padding: 0 8px;
}
.copyright .pic img {
  max-width: 100%;
  height: auto !important;
}
.copyright .hicheng {
  padding-left: 0;
}
@media (min-width: 1200px) {
  .copyright .hicheng:before {
    content: "|";
    margin-right: 8px;
  }
}
.copyright .share a {
  margin: 0 5px;
}
.copyright .beian a {
  display: inline-block;
}
.copyright .sitemap {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 991px) {
  .copyright .sitemap {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .copyright .sitemap {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .copyright .share {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=./style.css.map */