<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * style.less
 * å±‚å&nbsp;æ&nbsp;·å¼è¡¨
 */

.ff {
   font-family: "iconfont" !important;
}

@font-face {
   font-family: "Poppins";
   font-weight: normal;
   font-style: normal;
   src: local("Poppins Regular"), local("Poppins-Regular"), url("../flaticon/Poppins-Regular.woff2") format("woff2"), url("../flaticon/Poppins-Regular.woff") format("woff"), url("../flaticon/Poppins-Regular.ttf") format("truetype");
   font-display: swap;
}

@font-face {
   font-family: "Poppins";
   font-weight: bold;
   font-style: normal;
   src: local("Poppins Bold"), local("Poppins-Bold"), url("../flaticon/Poppins-Bold.woff2") format("woff2"), url("../flaticon/Poppins-Bold.woff") format("woff"), url("../flaticon/Poppins-Bold.ttf") format("truetype");
   font-display: swap;
}

@font-face {
   font-family: "Poppins";
   font-weight: 500;
   font-style: normal;
   src: local("Poppins Medium"), local("Poppins-Medium"), url("../flaticon/Poppins-Medium.woff2") format("woff2"), url("../flaticon/Poppins-Medium.woff") format("woff"), url("../flaticon/Poppins-Medium.ttf") format("truetype");
   font-display: swap;
}

@font-face {
   font-family: "Poppins";
   font-weight: 900;
   font-style: normal;
   src: local("Poppins Black"), local("Poppins-Black"), url("../flaticon/Poppins-Black.woff2") format("woff2"), url("../flaticon/Poppins-Black.woff") format("woff"), url("../flaticon/Poppins-Black.ttf") format("truetype");
   font-display: swap;
}

@font-face {
   font-family: "D-DIN Condensed";
   font-weight: normal;
   font-style: normal;
   src: local("D-DIN Condensed"), local("D-DINCondensed"), url("../flaticon/D-DINCondensed.woff2") format("woff2"), url("../flaticon/D-DINCondensed.woff") format("woff"), url("../flaticon/D-DINCondensed.ttf") format("truetype");
   font-display: swap;
}

body {
   font-family: "Poppins", Arial, "Helvetica Neue", Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
   font-size: 14px;
   font-weight: normal;
   overflow-x: hidden;
   color: #000;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

@-ms-viewport {
   width: auto !important;
}

li,
ol,
ul {
   list-style: none;
}

a {
   color: inherit;
}

a:hover,
a:link,
a:visited {
   text-decoration: none;
   color: inherit;
}

input[type="number"] {
   -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
   margin: 0;
   -webkit-appearance: none;
}

ul {
   margin: 0;
   padding: 0;
}

button,
input,
textarea {
   border: none;
   outline: none;
}

a[data-fancybox] {
   outline: none;
}

a[data-fancybox] img {
   outline: none !important;
}

.slick-slide {
   outline: none;
}

.slick-slide a {
   outline: none !important;
}

@media (min-width: 1200px) {
   .wow {
      visibility: hidden;
   }
}

.lazy {
   /* background-image: url(../js/slick/ajax-loader.gif); */
   background-repeat: no-repeat;
   background-position: center;
}

.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img {
   -webkit-transform: translateZ(1px);
   -webkit-transform: translate3d(0, 0, 1px);
   transform: translateZ(1px);
   transform: translate3d(0, 0, 1px);
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}

.at-resp-share-element .at-share-btn {
   margin-bottom: 0 !important;
}

.transform-0 {
   -webkit-transform: translate(0) !important;
   -ms-transform: translate(0) !important;
   transform: translate(0) !important;
}

.slick-disabled {
   cursor: no-drop;
   opacity: 0.5;
}

body.fixed {
   position: fixed;
   overflow: hidden;
   width: 100%;
   height: 100%;
}

body.searchactive {
   position: fixed;
   overflow: hidden;
   width: 100%;
   height: 100%;
}
@media (min-width: 1350px) {
   .container {
      width: 1320px;
   }
}
@media (min-width: 1470px) {
   .container {
      width: 1440px;
   }
}

@media (min-width: 1660px) {
   .container {
      width: 1630px;
   }
}

@media (max-width: 767px) {
   .col-xs-6:nth-child(2n+1) {
      padding-right: 7.5px;
   }
   .col-xs-6:nth-child(2n) {
      padding-left: 7.5px;
   }
}

input[type="number"] {
   -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
   margin: 0;
   -webkit-appearance: none;
}

.ibox {
   position: relative;
   z-index: 1;
   display: block;
   overflow: hidden;
   height: 0;
   padding-bottom: 100%;
}

.ibox img {
   position: absolute;
   top: 0;
   left: 0;
   display: block;
   width: 100%;
   height: 100%;
}

.fancybox-slide--iframe .fancybox-content {
   width: 733px !important;
   max-width: 80%;
   height: 500px !important;
   max-height: 50% !important;
   margin: 0;
}

.fancybox-caption {
   font-size: 16px;
   text-align: center;
   border: none;
}

.scrollbar::-webkit-scrollbar-track {
   background-color: #ebebeb;
}

.scrollbar::-webkit-scrollbar-thumb {
   background-color: #ccc;
}

.tranform-0 {
   -webkit-transform: translate(0) !important;
   -ms-transform: translate(0) !important;
   transform: translate(0) !important;
}

.fp-auto-height {
   height: auto;
}

.fp-scrollable {
   height: auto;
}

.swiper-button-next,
.swiper-button-prev {
   line-height: 36px;
   position: relative;
   z-index: 7;
   top: 0;
   left: 0;
   display: inline-block;
   width: 40px;
   height: 40px;
   margin: 0;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   text-align: center;
   vertical-align: middle;
   color: #1a434b;
   border: 2px solid #1a434b;
   background: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
   font-family: "flaticon_dabaichuan";
   font-size: 26px;
   line-height: inherit;
   display: block;
   content: "\f115";
   -webkit-transform: rotate(-180deg);
   -ms-transform: rotate(-180deg);
   transform: rotate(-180deg);
}

@media (max-width: 1199px) {
   .swiper-button-next:after,
   .swiper-button-prev:after {
      font-size: 16px;
   }
}

.swiper-button-next.swiper-button-next,
.swiper-button-prev.swiper-button-next {
   right: 0;
   margin-left: 20px;
}

@media (max-width: 991px) {
   .swiper-button-next.swiper-button-next,
   .swiper-button-prev.swiper-button-next {
      margin-left: 10px;
   }
}

.swiper-button-next.swiper-button-next:after,
.swiper-button-prev.swiper-button-next:after {
   -webkit-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
   color: #fff;
   background-color: #333;
}

.swiper-poa .swiper-button-next,
.swiper-poa .swiper-button-prev {
   position: absolute;
   z-index: 4;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   color: #999;
   border: none;
}

.swiper-poa .swiper-button-next:after,
.swiper-poa .swiper-button-prev:after {
   font-size: 40px;
}

.swiper-poa .swiper-button-next:hover,
.swiper-poa .swiper-button-prev:hover {
   color: #1a434b;
   background: none;
}

.swiper-poa .swiper-button-prev {
   left: -8%;
}

.swiper-poa .swiper-button-next {
   right: -8%;
   left: auto;
}

.flex {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.flex-center {
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}

.hs-header-box {
   position: fixed;
   z-index: 10;
   top: 0;
   width: 100%;
   height: 140px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   background-color: #fff;
}

@media (max-width: 1199px) {
   .hs-header-box {
      height: 90px;
   }
}

.hs-header-box .flex {
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}

.hs-header-box .hs-header-top {
   line-height: 40px;
   height: 40px;
   padding: 0 3%;
   color: #999;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
   .hs-header-box .hs-header-top {
      line-height: 30px;
      height: 30px;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
   }
}

.hs-header-box .hs-header-top p {
   margin: 0;
}

@media (max-width: 1199px) {
   .hs-header-box .hs-header-top .txt-l {
      display: none;
   }
}

.hs-header-box .hs-header-top .txt-r {
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}

.hs-header-box .hs-header-top .txt-r p {
   margin-right: 20px;
}

@media (max-width: 767px) {
   .hs-header-box .hs-header-top .txt-r p {
      font-size: 0;
      margin-right: 10px;
   }
}

.hs-header-box .hs-header-top .txt-r a:hover {
   color: #1a434b;
}

.hs-header-box .hs-header-top .flaticon {
   font-size: 18px;
   display: inline-block;
   margin-right: 10px;
   vertical-align: middle;
}

.hs-header-box .lan {
   position: relative;
   border: none;
}

@media (max-width: 767px) {
   .hs-header-box .lan p {
      font-size: 14px !important;
   }
}

.hs-header-box .lan p:after {
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 6px;
   content: "";
   vertical-align: middle;
   border-width: 8px 4px 0 4px;
   border-style: solid;
   border-color: #999 transparent transparent transparent;
}

.hs-header-box .lan ul {
   position: absolute;
   z-index: 8;
   top: -webkit-calc(100% + 1px);
   top: calc(100% + 1px);
   right: 0;
   display: none;
   width: 120px;
   padding: 10px 0;
   color: #fff;
   border-radius: 12px;
   background-color: #1a434b;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hs-header-box .lan ul li a {
   line-height: 30px;
   display: block;
   padding: 0 10px;
}

.hs-header-box .lan ul li a:hover {
   text-decoration: underline;
   color: #ffffff !important;
}

.hs-header-box .top-txt {
   display: inline-block;
   vertical-align: middle;
}

.hs-header-box .top-txt p:after {
   position: absolute;
   bottom: -10px;
   left: 50%;
   width: 0;
   height: 0;
   content: "";
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   opacity: 0;
   border-width: 0 5px 10px 5px;
   border-style: solid;
   border-color: transparent transparent #132a65 transparent;
}

@media (max-width: 1199px) {
   .hs-header-box .top-txt p:after {
      display: none;
   }
}

.hs-header-box .top-txt p a {
   display: block;
   white-space: nowrap;
}

.hs-header-box .top-txt p a span {
   font-size: 16px;
   line-height: 30px;
   position: absolute;
   z-index: 2;
   top: -webkit-calc(100% + 10px);
   top: calc(100% + 10px);
   left: 50%;
   display: inline-block;
   display: none;
   height: 50px;
   padding: 14px;
   padding: 10px;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   color: #fff;
   border-radius: 10px;
   background-color: #132a65;
}

@media (max-width: 1199px) {
   .hs-header-box .top-txt p a span {
      display: none !important;
   }
}

.hs-header-box .top-txt p:hover:after {
   opacity: 1;
}

.hs-header-box .hs-header-content {
   padding: 0 3%;
}

@media (max-width: 1199px) {
   .hs-header-box .hs-header-content {
      height: 60px;
   }
}

.hs-header-box .header-search {
   display: none;
}

@media (max-width: 767px) {
   .hs-header-box .header-search {
      display: block;
   }
}

.hs-header-box .header-search .search-button {
   line-height: 30px;
   width: 30px;
   height: 30px;
   text-align: center;
   color: #fff;
   background-color: #1a434b;
}

.hs-header-box .header-search .search-button .flaticon {
   font-size: 16px;
}

.hs-header-box .header-search form {
   position: absolute;
   z-index: 2;
   top: 100%;
   right: 0;
   display: block;
   display: none;
   overflow: hidden;
   width: 100%;
   height: 100px;
   padding: 30px 10%;
   background-color: rgba(26, 67, 75, 0.8);
}

@media (max-width: 1199px) {
   .hs-header-box .header-search form {
      padding: 30px 50px 30px 15px;
   }
}

.hs-header-box .header-search input {
   font-size: 16px;
   line-height: 40px;
   width: 100%;
   height: 40px;
   padding: 0 30px 0 10px;
   color: #fff;
   border-bottom: 1px solid rgba(255, 255, 255, 0.5);
   outline: none;
   background: none;
}

.hs-header-box .header-search input::-webkit-input-placeholder,
.hs-header-box .header-search textarea::-webkit-input-placeholder {
   color: rgba(255, 255, 255, 0.5);
}

.hs-header-box .header-search input:-o-placeholder,
.hs-header-box .header-search textarea:-o-placeholder {
   color: rgba(255, 255, 255, 0.5);
}

.hs-header-box .header-search input::-moz-placeholder,
.hs-header-box .header-search textarea::-moz-placeholder {
   color: rgba(255, 255, 255, 0.5);
}

.hs-header-box .header-search input:-ms-input-placeholder,
.hs-header-box .header-search textarea:-ms-input-placeholder {
   color: rgba(255, 255, 255, 0.5);
}

.hs-header-box .header-search input:focus::-webkit-input-placeholder,
.hs-header-box .header-search textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}

.hs-header-box .header-search input:focus::-o-placeholder,
.hs-header-box .header-search textarea:focus::-o-placeholder {
   color: #c5c5c5;
}

.hs-header-box .header-search input:focus::-moz-placeholder,
.hs-header-box .header-search textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}

.hs-header-box .header-search input:focus::-ms-input-placeholder,
.hs-header-box .header-search textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}

.hs-header-box .header-search .close-search {
   line-height: 100px;
   position: absolute;
   top: 0;
   right: 5%;
   width: 40px;
   cursor: pointer;
   text-align: center;
   color: #fff;
}

@media (max-width: 1199px) {
   .hs-header-box .header-search .close-search {
      right: 0;
   }
}

.hs-header-box .header-search .close-search:before {
   font-size: 40px;
   display: block;
   content: "+";
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}

.hs-header-box .header-search .submit {
   font-size: 24px;
   line-height: 30px;
   position: absolute;
   top: 30px;
   right: 10%;
   width: 30px;
   padding: 0;
   text-align: center;
   color: #fff;
   outline: none;
   background: none;
   box-shadow: none;
}

@media (max-width: 1199px) {
   .hs-header-box .header-search .submit {
      right: 50px;
   }
}

.hs-header-box .header-search .submit:before {
   font-family: "iconfont" !important;
   content: "\e660";
}

.hs-header-box .logo img {
   display: inline-block;
   height: 40px;
   margin-right: 14px;
   vertical-align: middle;
}

@media (max-width: 1860px) {
   .hs-header-box .logo img {
      height: 30px;
   }
}

@media (max-width: 1470px) {
   .hs-header-box .logo img {
      height: 24px;
      margin: 6px 0 0 0;
      margin-right: 4px;
   }
}

@media (max-width: 1199px) {
   .hs-header-box .header-nav {
      display: none;
   }
}

.hs-header-box .header-nav&gt;ul&gt;li {
   position: relative;
   display: inline-block;
   vertical-align: middle;
}

.hs-header-box .header-nav&gt;ul&gt;li:nth-child(2) {
   position: static;
}

.hs-header-box .header-nav&gt;ul&gt;li&gt;a {
   font-size: 18px;
   line-height: 100px;
   position: relative;
   display: block;
   height: 100px;
   padding: 0 14px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   text-transform: uppercase;
}

@media (max-width: 1860px) {
   .hs-header-box .header-nav&gt;ul&gt;li&gt;a {
      padding: 0 10px;
      font-size: 16px;
   }
}

@media (max-width: 1560px) {
   .hs-header-box .header-nav&gt;ul&gt;li&gt;a {
      font-size: 16px;
      padding: 0 6px;
   }
}

@media (max-width: 1350px) {
   .hs-header-box .header-nav&gt;ul&gt;li&gt;a {
      font-size: 15px;
      padding: 0 5px;
   }
}

.hs-header-box .header-nav&gt;ul&gt;li&gt;a:after {
   position: absolute;
   bottom: 0;
   left: 50%;
   width: 0;
   height: 0;
   content: "";
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   opacity: 0;
   border-width: 8px 4px 0 4px;
   border-style: solid;
   border-color: #f60 transparent transparent transparent;
}

.hs-header-box .header-nav&gt;ul&gt;li:hover&gt;a,
.hs-header-box .header-nav&gt;ul&gt;li.active&gt;a {
   color: #f60;
}

.hs-header-box .header-nav&gt;ul&gt;li:hover&gt;a:after {
   opacity: 1;
}

.hs-header-box .header-nav .pc-nav-down {
   font-size: 0;
   position: absolute;
   top: 100%;
   left: -40%;
   display: none;
   min-width: 250px;
   padding: 20px;
   color: #1a434b;
   background-color: #fff;
   box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.hs-header-box .header-nav .pc-nav-down&gt;li&gt;a {
   font-size: 18px;
   line-height: 30px;
   position: relative;
   display: block;
   padding: 10px 30px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   white-space: nowrap;
   text-transform: capitalize;
}

.hs-header-box .header-nav .pc-nav-down&gt;li:hover&gt;a {
   color: #fff;
   background-color: #1a434b;
}

.hs-header-box .header-nav .pc-nav-down-all {
   left: 0;
   width: 100%;
   padding: 40px 10%;
   text-align: center;
}

@media (max-width: 1400px) {
   .hs-header-box .header-nav .pc-nav-down-all {
      padding: 40px 5%;
   }
}

.hs-header-box .header-nav .pc-nav-down-all&gt;li {
   display: inline-block;
   width: 16%;
   max-width: 220px;
   margin: 0 2%;
   text-align: left;
   vertical-align: top;
}

@media (max-width: 1660px) {
   .hs-header-box .header-nav .pc-nav-down-all&gt;li {
      margin: 0 3%;
   }
}

@media (max-width: 1560px) {
   .hs-header-box .header-nav .pc-nav-down-all&gt;li {
      margin: 0 20px;
   }
}

.hs-header-box .header-nav .pc-nav-down-all&gt;li&gt;a {
   font-size: 16px;
   font-weight: bold;
   position: relative;
   display: block;
   padding: 20px 0;
   white-space: normal;
   word-break: break-word;
   color: #1a434b;
   border-bottom: 2px solid #000;
}

.hs-header-box .header-nav .pc-nav-down-all&gt;li&gt;a:after {
   position: absolute;
   z-index: 2;
   bottom: -2px;
   left: 0;
   display: block;
   width: 56px;
   height: 2px;
   content: "";
   background-color: #f60;
}

.hs-header-box .header-nav .pc-nav-down-all&gt;li&gt;a span {
   line-height: 24px;
   display: block;
   height: 48px;
}

.hs-header-box .header-nav .pc-nav-down-all&gt;li:hover&gt;a {
   color: #f60;
   background: none;
}

.hs-header-box .header-nav .pc-nav-down-all&gt;li&gt;ul {
   padding: 20px 0;
}

.hs-header-box .header-nav .pc-nav-down-all&gt;li&gt;ul&gt;li&gt;a {
   font-size: 15px;
   line-height: 26px;
   display: block;
   padding: 5px 0;
   color: #666;
}

.hs-header-box .header-nav .pc-nav-down-all&gt;li&gt;ul&gt;li&gt;a:hover {
   color: #f60;
}

.hs-header-box .header-nav .xs-nav {
   display: none;
}

.hs-header-box .top-search {
   width: 170px;
}

@media (max-width: 1560px) {
   .hs-header-box .top-search {
      width: 150px;
   }
}

@media (max-width: 767px) {
   .hs-header-box .top-search {
      display: none;
   }
}

.hs-header-box .top-search form {
   position: relative;
   padding-right: 36px;
   border: 1px solid #e9e9e9;
}

.hs-header-box .top-search form input {
   line-height: 36px;
   width: 100%;
   padding: 0 10px;
   outline: none;
}

.hs-header-box .top-search form .send {
   line-height: 36px;
   position: absolute;
   top: 0;
   right: 0;
   width: 36px;
   height: 36px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   text-align: center;
   color: #fff;
   background: #f60;
}

.hs-header-box .top-search form .send:hover {
   background-color: #1a434b;
}

@media (max-width: 767px) {
   .hs-header-box .follow {
      position: absolute;
      top: 2px;
      left: 4px;
   }
}

.hs-header-box .follow ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
}

.hs-header-box .follow ul li {
   margin-left: 16px;
}

@media (max-width: 1560px) {
   .hs-header-box .follow ul li {
      margin-left: 8px;
   }
}

.hs-header-box .follow ul li a {
   line-height: 36px;
   display: block;
   width: 36px;
   height: 36px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   text-align: center;
   color: #fff;
   background-color: #1a434b;
}
@media (max-width: 1560px) {
   .hs-header-box .follow ul li a {
      width: 30px;
      height: 30px;
      line-height: 30px;
   }
}

@media (max-width: 1350px) {
   .hs-header-box .follow ul li a {
      line-height: 24px;
      width: 24px;
      height: 24px;
   }
   .hs-header-box .follow ul li a .flaticon {
      font-size: 14px;
   }
}

.hs-header-box .follow ul li a:hover {
   background-color: #f60;
}

.hs-header-box .follow .flaticon {
   font-size: 20px;
}

.hs-header-box .toggle-navigation {
   position: relative;
   right: 0;
   display: none;
   width: 30px;
   height: 60px;
   margin-left: 16px;
}

@media (max-width: 1199px) {
   .hs-header-box .toggle-navigation {
      display: inline-block;
      height: 60px;
      margin-left: 10px;
      vertical-align: middle;
   }
}

.hs-header-box .toggle-navigation a {
   position: absolute;
   top: 0;
   left: 0;
   display: block;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-direction: column;
   width: 100%;
   height: 100%;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.hs-header-box .toggle-navigation a:before,
.hs-header-box .toggle-navigation a:after {
   display: block;
   height: 2px;
   content: "";
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
   background: #999;
}

.hs-header-box .toggle-navigation a span {
   display: block;
   height: 2px;
   margin: 7px 0;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
   background: #999;
}

.stuck-header {
   top: -40px;
   height: 120px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
   .stuck-header {
      top: -30px;
      height: 90px;
   }
}

.stuck-header .header-nav&gt;ul&gt;li&gt;a {
   line-height: 80px;
   height: 80px;
}

.hc-mobile-nav .nav-wrapper {
   color: #fff;
   background-color: rgba(26, 67, 75, 0.95);
}

.hc-mobile-nav .nav-wrapper .nav-application {
   display: none;
}

.hc-mobile-nav .nav-wrapper img {
   display: none;
}

.hc-mobile-nav li.nav-back a {
   border-color: #333;
   background-color: #333;
}

.hc-mobile-nav a {
   border-bottom-color: #333;
}

.hc-mobile-nav h2 {
   color: #fff;
}

.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
   background-color: #333;
}

.hc-mobile-nav.side-right span.nav-next::before {
   -webkit-transform: translate(0%, 0%) rotate(135deg);
   -ms-transform: translate(0%, 0%) rotate(135deg);
   transform: translate(0%, 0%) rotate(135deg);
}

.hc-mobile-nav:not(.touch-device) a:hover {
   background-color: #333;
}

.hc-mobile-nav a[href]:not([href="#"])&gt;span.nav-next {
   border-color: #333;
}

.hc-mobile-nav ul.nav-list2 {
   text-indent: 10px !important;
}

.hc-mobile-nav ul.nav-list3 {
   text-indent: 20px !important;
}

.hc-mobile-nav .title-nav {
   display: none;
}

.hc-mobile-nav img {
   display: inline-block;
   width: 30px;
   vertical-align: middle;
   -webkit-filter: brightness(0) invert(1);
   filter: brightness(0) invert(1);
}

.hc-mobile-nav li.nav-close a {
   background-color: #333;
}

.hc-mobile-nav::after,
.hc-mobile-nav .nav-wrapper::after {
   background: none;
}

@-webkit-keyframes movedown {
   0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
   30% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
   }
   60% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
   }
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
}

@keyframes movedown {
   0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
   30% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
   }
   60% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
   }
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
}

.customer-service {
   position: fixed;
   z-index: 9;
   top: 50%;
   right: 0;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

.customer-service ul li {
   margin: 2px 0;
}

.customer-service a {
   position: relative;
   display: block;
   color: #fff;
   border-radius: 6px;
}

.customer-service a .flaticon {
   font-size: 30px;
   line-height: 50px;
   position: relative;
   z-index: 3;
   display: block;
   width: 50px;
   height: 50px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   text-align: center;
   border-radius: 6px;
   background-color: #000;
}

@media (max-width: 1470px) {
   .customer-service a .flaticon {
      line-height: 50px;
      width: 50px;
      height: 50px;
   }
}

.customer-service a .flaticon img {
   width: 30px;
   margin: 0 auto;
}

.customer-service a .flaticon-next {
   -webkit-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
   transform: rotate(-90deg);
}

.customer-service a p {
   font-size: 16px;
   line-height: 30px;
   position: absolute;
   top: 0;
   right: 50px;
   margin: 0;
   padding: 10px;
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
   -webkit-transform: translateX(180%);
   -ms-transform: translateX(180%);
   transform: translateX(180%);
   white-space: nowrap;
   border-radius: 6px;
   background-color: #f60;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.customer-service a p img {
   width: 120px;
}

.customer-service a:hover .flaticon {
   color: #fff;
   background-color: #f60;
}

.customer-service a:hover p {
   -webkit-transform: translateX(0%);
   -ms-transform: translateX(0%);
   transform: translateX(0%);
}

.customer-service .service-wechat p {
   background-color: #1a434b;
}

.xs-customer-service {
   position: fixed;
   z-index: 9;
   bottom: 0;
   width: 100%;
   text-align: center;
   color: #1a434b;
   background-color: #f1f9ff;
}

.xs-customer-service ul {
   font-size: 0;
}

.xs-customer-service ul li {
   display: inline-block;
   width: 33.33333333%;
   vertical-align: top;
}

.xs-customer-service a {
   display: block;
   padding: 7px;
}

.xs-customer-service a .flaticon {
   font-size: 24px;
   line-height: 1;
   display: block;
}

.xs-customer-service a span {
   font-size: 12px;
   line-height: 1.5;
   display: block;
}

.banner-box {
   font-size: 0;
   position: relative;
   clear: both;
   overflow: hidden;
   width: 100%;
   padding-top: 140px;
}

@media (max-width: 1199px) {
   .banner-box {
      padding-top: 90px;
   }
}

.banner-box .banner img {
   width: 100%;
}

@media (max-width: 767px) {
   .banner-box .banner img {
      width: 140%;
      margin-left: -20%;
   }
}

.banner-box .swiper-slide {
   overflow: hidden;
}

.banner-box .swiper-text {
   position: absolute;
   z-index: 2;
   top: 50%;
   left: 0;
   width: 100%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   color: #fff;
}

.banner-box .swiper-text .txt {
   width: 50%;
}

@media (max-width: 767px) {
   .banner-box .swiper-text .txt {
      width: 100%;
   }
}

.banner-box .swiper-text .txt h2 {
   font-size: 36px;
   font-weight: 900;
   line-height: 1;
   overflow: hidden;
   text-transform: uppercase;
}

@media (max-width: 1660px) {
   .banner-box .swiper-text .txt h2 {
      font-size: 30px;
   }
}

@media (max-width: 1199px) {
   .banner-box .swiper-text .txt h2 {
      font-size: 24px;
   }
}

@media (max-width: 991px) {
   .banner-box .swiper-text .txt h2 {
      font-size: 20px;
   }
}

.banner-box .swiper-text .txt h2 span {
   display: block;
   -webkit-transition: all 1.5s;
   transition: all 1.5s;
   -webkit-transform: translateY(100%);
   -ms-transform: translateY(100%);
   transform: translateY(100%);
   opacity: 0;
}

.banner-box .swiper-text .txt h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 1.25;
   overflow: hidden;
   -webkit-transition: all 1.5s;
   transition: all 1.5s;
}

@media (max-width: 991px) {
   .banner-box .swiper-text .txt h3 {
      font-size: 20px;
   }
}

@media (max-width: 767px) {
   .banner-box .swiper-text .txt h3 {
      font-size: 18px;
      display: none;
   }
}

.banner-box .swiper-text .txt h3 span {
   display: block;
   -webkit-transition: all 1.5s;
   transition: all 1.5s;
   -webkit-transform: translateY(100%);
   -ms-transform: translateY(100%);
   transform: translateY(100%);
   opacity: 0;
}

.banner-box .swiper-text .txt .hs-more {
   margin-top: 30px;
   -webkit-transition: all 1s;
   transition: all 1s;
   -webkit-transition-delay: 0.5s;
   transition-delay: 0.5s;
   -webkit-transform: translateY(100%);
   -ms-transform: translateY(100%);
   transform: translateY(100%);
   opacity: 0;
}

@media (max-width: 991px) {
   .banner-box .swiper-text .txt .hs-more {
      margin-top: 20px;
   }
}

.banner-box .swiper-text .txt .hs-more a {
   color: #fff;
   border-color: #fff;
}

.banner-box .swiper-text .txt .hs-more a:hover {
   color: #1a434b;
   background-color: #fff;
}

.banner-box .swiper-slide-active .swiper-text .txt h2 span {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
}

.banner-box .swiper-slide-active .swiper-text .txt h3 span,
.banner-box .swiper-slide-active .swiper-text .txt .hs-more {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
}

.banner-box .swiper-button-prev {
   left: 3%;
   color: #fff;
}

@media (max-width: 1199px) {
   .banner-box .swiper-button-prev {
      top: 60%;
   }
}

@media (max-width: 767px) {
   .banner-box .swiper-button-prev {
      display: none;
   }
}

.banner-box .swiper-button-next {
   right: 3%;
   color: #fff;
}

@media (max-width: 1199px) {
   .banner-box .swiper-button-next {
      top: 60%;
   }
}

@media (max-width: 767px) {
   .banner-box .swiper-button-next {
      display: none;
   }
}

.banner-box .swiper-pagination {
   z-index: 6;
   bottom: 5%;
   width: 100%;
   text-align: center;
}

.banner-box .swiper-pagination .swiper-pagination-bullet {
   line-height: 1;
   position: relative;
   display: inline-block;
   width: 26px;
   height: 26px;
   margin: 0 10px;
   vertical-align: middle;
   opacity: 0.7;
   border: 1px solid rgba(255, 255, 255, 0);
   border-radius: 50%;
   background: #fff;
   background: none;
}

.banner-box .swiper-pagination .swiper-pagination-bullet:before {
   position: absolute;
   top: 8px;
   left: 8px;
   display: block;
   width: 9px;
   height: 9px;
   content: "";
   border-radius: 50%;
   background-color: #fff;
}

.banner-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
   border: 1px solid #fff;
}

.banner-box .ban-img {
   position: absolute;
   top: 50%;
   left: 0;
   width: 100%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

.banner-box .ban-img img {
   width: 100%;
}

.banner-inner {
   position: relative;
   padding-top: 140px;
}

@media (max-width: 1199px) {
   .banner-inner {
      padding-top: 90px;
   }
}

.banner-inner .banner-group {
   overflow: hidden;
}

.banner-inner .banner-group img {
   width: 100%;
}

@media (max-width: 991px) {
   .banner-inner .banner-group img {
      width: 160%;
      margin-left: -30%;
   }
}

@media (max-width: 767px) {
   .banner-inner .banner-group img {
      width: 200%;
      margin-left: -50%;
   }
}

.banner-inner .group-text {
   position: absolute;
   z-index: 2;
   top: -webkit-calc(50% + 70px);
   top: calc(50% + 70px);
   left: 0;
   width: 100%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   color: #fff;
}

@media (max-width: 991px) {
   .banner-inner .group-text {
      top: -webkit-calc(50% + 45px);
      top: calc(50% + 45px);
   }
}

.banner-inner .group-text h2 {
   font-size: 48px;
   font-weight: bold;
   line-height: 1.4;
   margin: 0;
   text-transform: uppercase;
}

@media (max-width: 1470px) {
   .banner-inner .group-text h2 {
      font-size: 40px;
   }
}

@media (max-width: 1199px) {
   .banner-inner .group-text h2 {
      font-size: 30px;
   }
}

@media (max-width: 991px) {
   .banner-inner .group-text h2 {
      font-size: 24px;
   }
}

.banner-inner .banner-menu {
   margin-top: 20px;
}

@media (max-width: 1470px) {
   .banner-inner .banner-menu {
      margin-top: 10px;
   }
}

.banner-inner .banner-menu&gt;ul {
   margin: 0 -15px;
}

@media (max-width: 1199px) {
   .banner-inner .banner-menu&gt;ul {
      margin: 0 -10px;
   }
}

.banner-inner .banner-menu&gt;ul&gt;li {
   display: inline-block;
   padding: 0 15px;
   vertical-align: middle;
}

@media (max-width: 1199px) {
   .banner-inner .banner-menu&gt;ul&gt;li {
      padding: 0 10px;
   }
}

.banner-inner .banner-menu&gt;ul&gt;li&gt;a {
   line-height: 40px;
   position: relative;
   display: inline-block;
   padding: 0 50px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   border: 2px solid #fff;
}

@media (max-width: 1199px) {
   .banner-inner .banner-menu&gt;ul&gt;li&gt;a {
      padding: 0 40px;
   }
}

@media (max-width: 767px) {
   .banner-inner .banner-menu&gt;ul&gt;li&gt;a {
      line-height: 30px;
      padding: 0 20px;
   }
}

.banner-inner .banner-menu&gt;ul&gt;li&gt;a:after {
   position: absolute;
   bottom: -12px;
   left: 50%;
   display: block;
   width: 0;
   height: 0;
   content: "";
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   opacity: 0;
   border-width: 12px 6px 0 6px;
   border-style: solid;
   border-color: #f60 transparent transparent transparent;
}

.banner-inner .banner-menu&gt;ul&gt;li.active&gt;a,
.banner-inner .banner-menu&gt;ul&gt;li:hover&gt;a {
   color: #fff;
   border-color: #f60;
   background-color: #f60;
}

.banner-inner .banner-menu&gt;ul&gt;li.active&gt;a:after,
.banner-inner .banner-menu&gt;ul&gt;li:hover&gt;a:after {
   opacity: 1;
}

/* .banner-inner-product {
   height: 100px;
   background-color: #003572;
}

@media (max-width: 1199px) {
   .banner-inner-product {
      height: 60px;
   }
} */

.hs-pad {
   overflow: hidden;
   max-width: 1920px;
   margin: 0 auto;
   padding: 70px 0;
}

@media (max-width: 1199px) {
   .hs-pad {
      padding: 50px 0;
   }
}

.hs-more {
   margin-top: 30px;
}

@media (max-width: 1400px) {
   .hs-more {
      margin-top: 20px;
   }
}

.hs-more a,
.hs-more span {
   font-size: 16px;
   line-height: 42px;
   display: inline-block;
   padding: 0 26px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   color: #1a434b;
   border: 2px solid #1a434b;
}

@media (max-width: 1400px) {
   .hs-more a,
   .hs-more span {
      font-size: 14px;
      line-height: 34px;
      padding: 0 20px;
   }
}

.hs-more a:hover,
.hs-more span:hover {
   color: #fff;
   border-color: #1a434b;
   background-color: #1a434b;
}

.title-home h2 {
   font-size: 24px;
   font-weight: bold;
   line-height: 1.2;
   margin: 0;
   color: #1a434b;
}

@media (max-width: 767px) {
   .title-home h2 {
      font-size: 20px;
   }
}

.title-home h2 span {
   color: #f60;
}

.hs-pad-content {
   overflow: hidden;
}

.hs-home-category {
   background-color: #f2f2f2;
}

.hs-home-category .category&gt;ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   overflow: hidden;
   margin: 0 -15px;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

@media (max-width: 991px) {
   .hs-home-category .category&gt;ul {
      margin: 0 -5px;
   }
}

.hs-home-category .category&gt;ul&gt;li {
   width: 22.9%;
   margin-top: 30px;
   padding: 0 15px;
}

@media (max-width: 991px) {
   .hs-home-category .category&gt;ul&gt;li {
      padding: 0 5px;
   }
}

@media (max-width: 767px) {
   .hs-home-category .category&gt;ul&gt;li {
      width: 50%;
   }
}

.hs-home-category .category&gt;ul&gt;li:nth-child(1) {
   width: 54.2%;
}

@media (max-width: 767px) {
   .hs-home-category .category&gt;ul&gt;li:nth-child(1) {
      width: 100%;
   }
}

.hs-home-category .category&gt;ul&gt;li:nth-child(1) .category-group .ibox {
   padding-bottom: 57.471264%;
}

.hs-home-category .category .category-group {
   position: relative;
   display: block;
}

.hs-home-category .category .category-group .category-img .ibox {
   padding-bottom: 142.85714%;
}

.hs-home-category .category .category-group .category-img .ibox img {
   -webkit-transition: all 1s;
   transition: all 1s;
}

.hs-home-category .category .category-group .category-desc {
   position: absolute;
   z-index: 2;
   top: 30px;
   width: 100%;
   padding: 0 30px;
}

@media (max-width: 1400px) {
   .hs-home-category .category .category-group .category-desc {
      top: 20px;
      padding: 0 20px;
   }
}

@media (max-width: 991px) {
   .hs-home-category .category .category-group .category-desc {
      top: 14px;
      padding: 0 10px;
   }
}

.hs-home-category .category .category-group .category-desc .title-category h3 {
   font-size: 20px;
   font-weight: bold;
   line-height: 30px;
   margin: 0;
   color: #2c5962;
}

@media (max-width: 1400px) {
   .hs-home-category .category .category-group .category-desc .title-category h3 {
      font-size: 18px;
   }
}

@media (max-width: 991px) {
   .hs-home-category .category .category-group .category-desc .title-category h3 {
      font-size: 16px;
      line-height: 24px;
   }
}

.hs-home-category .category .category-group .category-desc .hs-more {
   margin-top: 20px;
   opacity: 0;
   transition: all 0.2s;
}

@media (max-width: 991px) {
   .hs-home-category .category .category-group .category-desc .hs-more {
      margin-top: 10px;
   }
}

.hs-home-category .category .category-group:hover {
   background-color: #1a434b;
}

.hs-home-category .category .category-group:hover .title-category h4 {
   color: #fff;
}

.hs-home-category .category .category-group:hover .ibox img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}

.hs-home-category .category .category-group:hover .category-desc .hs-more {
   opacity: 1;
}

.hs-home-category .brands {
   margin-top: 50px;
}

@media (max-width: 1199px) {
   .hs-home-category .brands {
      margin-top: 30px;
   }
}

.hs-home-category .brands .brands-content {
   margin-top: 40px;
   padding: 14px;
   background-color: #fff;
}

@media (max-width: 767px) {
   .hs-home-category .brands .brands-content {
      margin-top: 20px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
}

.hs-home-category .brands .brands-content .brands-list {
   width: -webkit-calc(100% - 140px);
   width: calc(100% - 140px);
   padding: 50px 5%;
}

@media (max-width: 1199px) {
   .hs-home-category .brands .brands-content .brands-list {
      padding: 30px 15px;
   }
}

@media (max-width: 767px) {
   .hs-home-category .brands .brands-content .brands-list {
      width: 100%;
      padding: 10px;
   }
}

.hs-home-category .brands .swiper-brands .swiper-slide {
   width: auto;
   padding: 0 30px;
}

@media (max-width: 1400px) {
   .hs-home-category .brands .swiper-brands .swiper-slide {
      padding: 0 20px;
   }
}

@media (max-width: 1199px) {
   .hs-home-category .brands .swiper-brands .swiper-slide {
      padding: 0 10px;
   }
}

.hs-home-category .brands .swiper-brands .brands-group {
   height: 60px;
}

@media (max-width: 1199px) {
   .hs-home-category .brands .swiper-brands .brands-group {
      height: 50px;
   }
}

@media (max-width: 767px) {
   .hs-home-category .brands .swiper-brands .brands-group {
      height: 40px;
   }
}

.hs-home-category .brands .swiper-brands .brands-group img {
   display: block;
   width: 100%;
}

.hs-home-category .brands .brands-more {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-direction: column;
   width: 140px;
   padding: 20px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   color: #1a434b;
   background-color: #f2f2f2;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
}

@media (max-width: 767px) {
   .hs-home-category .brands .brands-more {
      flex-direction: row;
      width: auto;
      padding: 10px 20px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
   }
}

.hs-home-category .brands .brands-more span {
   font-size: 16px;
   line-height: 24px;
   display: block;
}

.hs-home-category .brands .brands-more i {
   font-style: normal;
   line-height: 30px;
   display: block;
   width: 30px;
   height: 30px;
   margin-top: 10px;
   text-align: center;
   color: #fff;
   background-color: #f60;
}

@media (max-width: 767px) {
   .hs-home-category .brands .brands-more i {
      margin: 0 0 0 10px;
   }
}

.hs-home-category .brands .brands-more:hover {
   color: #fff;
   background-color: #1a434b;
}

.hs-home-why .why {
   width: -webkit-calc(100% - 470px);
   width: calc(100% - 470px);
   padding-right: 8%;
}

@media (max-width: 1470px) {
   .hs-home-why .why {
      width: -webkit-calc(100% - 350px);
      width: calc(100% - 350px);
      padding-right: 3%;
   }
}

@media (max-width: 1199px) {
   .hs-home-why .why {
      width: 100%;
      padding-right: 0;
   }
}

.hs-home-why .why .why-content {
   margin-top: 30px;
}

@media (max-width: 1470px) {
   .hs-home-why .why .why-content {
      margin-top: 0;
   }
}

.hs-home-why .why ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   margin: 0 -20px;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.hs-home-why .why ul li {
   margin-top: 30px;
   padding: 0 20px;
}

@media (max-width: 1470px) {
   .hs-home-why .why ul li {
      margin-top: 20px;
   }
}

.hs-home-why .why .why-group {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   height: 100%;
   padding: 20px 20px;
   border: 1px solid rgba(44, 89, 98, 0.43);
}

@media (max-width: 991px) {
   .hs-home-why .why .why-group {
      padding: 20px 14px;
   }
}

.hs-home-why .why .why-group .flaticon {
   font-size: 50px;
   line-height: 80px;
   width: 80px;
   height: 80px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   text-align: center;
   color: #fff;
   background-color: #1a434b;
}

@media (max-width: 1470px) {
   .hs-home-why .why .why-group .flaticon {
      font-size: 40px;
      line-height: 60px;
      width: 60px;
      height: 60px;
   }
}

.hs-home-why .why .why-group .note {
   width: -webkit-calc(100% - 80px);
   width: calc(100% - 80px);
   padding-left: 5%;
}

@media (max-width: 1470px) {
   .hs-home-why .why .why-group .note {
      width: -webkit-calc(100% - 60px);
      width: calc(100% - 60px);
   }
}

.hs-home-why .why .why-group .note h3 {
   font-size: 18px;
   font-weight: bold;
   line-height: 24px;
   margin-top: 0;
   color: #1a434b;
}

.hs-home-why .why .why-group .note p {
   font-size: 15px;
   line-height: 24px;
   margin: 0;
   color: #666;
}
@media (max-width: 1470px) {
   .hs-home-why .why .why-group .note p {
      font-size: 14px;
   }
}
.hs-home-why .why .why-group:hover .flaticon {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
   background-color: #f60;
}

.hs-home-why .why-img {
   overflow: hidden;
   width: 470px;
}

@media (max-width: 1470px) {
   .hs-home-why .why-img {
      width: 350px;
   }
}

@media (max-width: 1199px) {
   .hs-home-why .why-img {
      display: none;
      width: 100%;
   }
}

.hs-home-why .why-img img {
   width: 100%;
}

.hs-home-about {
   overflow: visible;
   color: #fff;
   background-color: #1a434b;
}

.hs-home-about .about {
   position: relative;
   width: 60%;
   height: 100%;
   padding-top: 60px;
   padding-left: 5%;
}

@media (max-width: 1470px) {
   .hs-home-about .about {
      width: 55%;
      padding-top: 30px;
   }
}

@media (max-width: 1199px) {
   .hs-home-about .about {
      width: 100%;
      margin-top: 30px;
      padding-top: 0;
      padding-left: 0;
   }
}

.hs-home-about .about .free-editor {
   display: -webkit-box;
   overflow: hidden;
   max-height: 150px;
   margin-top: 40px;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 5;
}

@media (max-width: 1470px) {
   .hs-home-about .about .free-editor {
      margin-top: 30px;
   }
}

@media (max-width: 767px) {
   .hs-home-about .about .free-editor {
      margin-top: 20px;
   }
}

.hs-home-about .about .title-home h2 {
   color: #fff;
}

.hs-home-about .about .hs-more a {
   color: #fff;
   border-color: #fff;
}

.hs-home-about .about .hs-more a:hover {
   color: #1a434b;
   background-color: #fff;
}

.hs-home-about .about-number {
   position: absolute;
   top: -webkit-calc(100% + 60px);
   top: calc(100% + 60px);
   padding: 40px 0;
   background-color: #f60;
}

@media (max-width: 1199px) {
   .hs-home-about .about-number {
      position: relative;
      width: 100%;
      margin-top: 30px;
   }
}

@media (max-width: 767px) {
   .hs-home-about .about-number {
      padding: 20px 0;
   }
}

.hs-home-about .about-number:before {
   position: absolute;
   top: 0;
   left: 100%;
   display: block;
   width: 200%;
   height: 100%;
   content: "";
   background-color: #f60;
}

.hs-home-about .about-number ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   overflow: hidden;
}

.hs-home-about .about-number ul li {
   width: 35%;
   margin: 10px 0;
   padding: 0 5%;
   border-right: 1px solid #c5560c;
}

@media (max-width: 1470px) {
   .hs-home-about .about-number ul li {
      padding: 0 3%;
   }
}

.hs-home-about .about-number ul li:nth-child(1) {
   width: 30%;
}

.hs-home-about .about-number ul li:last-child {
   border: none;
}

.hs-home-about .about-number .num-group {
   font-family: "D-DIN Condensed";
}

.hs-home-about .about-number .num-group b {
   font-size: 48px;
   font-weight: normal;
   line-height: 1;
   display: block;
}

@media (max-width: 991px) {
   .hs-home-about .about-number .num-group b {
      font-size: 40px;
   }
}

.hs-home-about .about-number .num-group p {
   font-size: 18px;
   line-height: 1.33333333;
   margin: 10px 0 0 0;
}

@media (max-width: 991px) {
   .hs-home-about .about-number .num-group p {
      font-size: 16px;
   }
}

.hs-home-about .hs-more {
   margin-top: 80px;
}

@media (max-width: 1470px) {
   .hs-home-about .hs-more {
      margin-top: 30px;
   }
}

@media (max-width: 991px) {
   .hs-home-about .hs-more {
      margin-top: 20px;
   }
}

.hs-home-about .about-imgbox {
   width: 40%;
   height: 100%;
}

@media (max-width: 1470px) {
   .hs-home-about .about-imgbox {
      width: 45%;
   }
}

@media (max-width: 1199px) {
   .hs-home-about .about-imgbox {
      width: 100%;
   }
}

.hs-home-about .about-imgbox .about-img img {
   width: 100%;
}

.hs-home-about .about-imgbox .about-link ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   margin: 0 -15px;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

@media (max-width: 991px) {
   .hs-home-about .about-imgbox .about-link ul {
      margin: 0 -5px;
   }
}

.hs-home-about .about-imgbox .about-link ul li {
   width: 50%;
   margin-top: 30px;
   padding: 0 15px;
}

@media (max-width: 991px) {
   .hs-home-about .about-imgbox .about-link ul li {
      margin-top: 10px;
      padding: 0 5px;
   }
}

.hs-home-about .about-imgbox .about-link ul li:nth-child(2) .link-group {
   background-color: #1a434b;
}

.hs-home-about .about-imgbox .about-link ul li:nth-child(2) .link-group .ibox {
   opacity: 0.2;
}

.hs-home-about .about-imgbox .about-link ul li:nth-child(2) .link-group:hover .ibox {
   opacity: 0.5;
}

.hs-home-about .about-imgbox .about-link .link-group {
   position: relative;
   display: block;
   background-color: #000;
}

.hs-home-about .about-imgbox .about-link .link-group .ibox {
   padding-bottom: 64.51612903%;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   opacity: 0.4;
}

.hs-home-about .about-imgbox .about-link .link-group .note {
   position: absolute;
   z-index: 2;
   top: 50%;
   width: 100%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: center;
   color: #fff;
}

.hs-home-about .about-imgbox .about-link .link-group .note h3 {
   font-size: 20px;
   font-weight: normal;
   margin-top: 0;
}

@media (max-width: 767px) {
   .hs-home-about .about-imgbox .about-link .link-group .note h3 {
      font-size: 18px;
      margin-bottom: 5px;
   }
}

.hs-home-about .about-imgbox .about-link .link-group .note span {
   line-height: 24px;
   display: block;
   opacity: 0.7;
}

.hs-home-about .about-imgbox .about-link .link-group:hover .ibox {
   opacity: 0.5;
}

.hs-home-about .about-imgbox .about-link .link-group:hover .note span {
   text-decoration: underline;
}

@-webkit-keyframes movedong {
   0% {
      stroke-dashoffset: 300%;
   }
   100% {
      stroke-dashoffset: 0;
   }
}

@keyframes movedong {
   0% {
      stroke-dashoffset: 300%;
   }
   100% {
      stroke-dashoffset: 0;
   }
}

@-webkit-keyframes moveshou {
   0% {
      stroke-dashoffset: 0;
   }
   100% {
      stroke-dashoffset: 300%;
   }
}

@keyframes moveshou {
   0% {
      stroke-dashoffset: 0;
   }
   100% {
      stroke-dashoffset: 300%;
   }
}

.hs-home-news {
   position: relative;
   padding-top: 160px;
}

@media (max-width: 1199px) {
   .hs-home-news {
      padding-top: 50px;
   }
}

.hs-home-news .news-left {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-direction: column;
   width: 250px;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

@media (max-width: 1199px) {
   .hs-home-news .news-left {
      width: 200px;
   }
}

@media (max-width: 767px) {
   .hs-home-news .news-left {
      flex-direction: row;
      width: 200%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
   }
}

.hs-home-news .news-left .news-button {
   margin-top: 40px;
}

@media (max-width: 767px) {
   .hs-home-news .news-left .news-button {
      margin-top: 20px;
   }
}

@media (max-width: 767px) {
   .hs-home-news .news-left .hs-more {
      margin-top: 0;
   }
}

.hs-home-news .news {
   width: -webkit-calc(100% - 250px);
   width: calc(100% - 250px);
}

@media (max-width: 1199px) {
   .hs-home-news .news {
      width: -webkit-calc(100% - 200px);
      width: calc(100% - 200px);
   }
}

@media (max-width: 767px) {
   .hs-home-news .news {
      width: 100%;
   }
}

.hs-home-news .news .news-group {
   display: block;
   padding: 20px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   border: 1px solid #ddd;
}

@media (max-width: 1199px) {
   .hs-home-news .news .news-group {
      padding: 10px;
   }
}

.hs-home-news .news .news-group .ibox {
   padding-bottom: 75%;
}

.hs-home-news .news .news-group .ibox img {
   -webkit-transition: all 1s;
   transition: all 1s;
}

.hs-home-news .news .news-group .note {
   padding: 18px 0;
}

.hs-home-news .news .news-group h3 {
   font-size: 16px;
   font-weight: bold;
   line-height: 24px;
   display: -webkit-box;
   overflow: hidden;
   height: 48px;
   margin: 0;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}

.hs-home-news .news .news-group p {
   line-height: 24px;
   display: -webkit-box;
   overflow: hidden;
   height: 72px;
   margin: 14px 0 0 0;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}

.hs-home-news .news .news-group .date-more {
   font-family: "D-DIN Condensed";
   font-size: 16px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   padding: 20px 0 0 0;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   color: #1a434b;
   color: #f60;
   border-top: 1px solid #ddd;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}

.hs-home-news .news .news-group .date .flaticon {
   font-size: 20px;
   display: inline-block;
   margin-right: 8px;
   vertical-align: middle;
}

.hs-home-news .news .news-group:hover .ibox img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}

.hs-home-news .news .news-group:hover h3 {
   text-decoration: underline;
   color: #1a434b;
}

@media (max-width: 767px) {
   .hs-home-news .swiper-button-prev,
   .hs-home-news .swiper-button-next {
      position: absolute;
      top: 50%;
   }
}

@media (max-width: 767px) {
   .hs-home-news .swiper-button-next {
      right: 0;
      left: auto;
   }
}

.hs-home-faqs {
   background-color: #f4f8f9;
}

.hs-home-faqs .faqs {
   width: -webkit-calc(100% - 340px);
   width: calc(100% - 340px);
   padding-right: 5%;
}

@media (max-width: 991px) {
   .hs-home-faqs .faqs {
      width: 100%;
      padding-right: 0;
   }
}

.hs-home-faqs .faqs-list {
   margin-top: 70px;
}

@media (max-width: 991px) {
   .hs-home-faqs .faqs-list {
      margin-top: 30px;
   }
}

.hs-home-faqs .faqs-list .swiper-slide {
   height: auto;
}

.hs-home-faqs .faqs-list .faqs-group {
   position: relative;
   height: 100%;
   min-height: 370px;
   padding: 30px 80px 30px 30px;
   background-color: #fff;
}

@media (max-width: 991px) {
   .hs-home-faqs .faqs-list .faqs-group {
      min-height: 300px;
      padding: 20px;
   }
}

.hs-home-faqs .faqs-list .faqs-group:before {
   position: absolute;
   z-index: 2;
   top: -12px;
   right: -12px;
   display: block;
   width: 22px;
   height: 22px;
   content: "";
   background-color: #f60;
}

.hs-home-faqs .faqs-list .faqs-group h3 {
   font-size: 20px;
   font-weight: bold;
   line-height: 30px;
   margin-top: 0;
}

@media (max-width: 991px) {
   .hs-home-faqs .faqs-list .faqs-group h3 {
      font-size: 18px;
   }
}

.hs-home-faqs .faqs-list .faqs-group p {
   line-height: 24px;
   margin: 0;
   color: #666;
}

.hs-home-faqs .facebook {
   width: 340px;
}

@media (max-width: 991px) {
   .hs-home-faqs .facebook {
      width: 100%;
      height: 300px;
      margin-top: 30px;
   }
}

.hs-home-faqs .facebook .group {
   height: 100%;
}

.hs-home-faqs .facebook .group iframe {
   width: 100%;
   height: 100%;
}

.gettop {
   position: fixed;
   z-index: 8;
   right: 0;
   bottom: 30px;
   display: none;
   cursor: pointer;
   color: #1a434b;
}

.gettop .icon {
   font-size: 40px;
   display: block;
   width: 60px;
   -webkit-animation: Mouse 1.6s linear infinite;
   animation: Mouse 1.6s linear infinite;
   text-align: center;
}

@-webkit-keyframes Mouse {
   0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
   50% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
   }
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
}

@keyframes Mouse {
   0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
   50% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
   }
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
}

.hs-inner {
   overflow: hidden;
   padding: 100px 0;
}

@media (max-width: 1470px) {
   .hs-inner {
      padding: 80px 0;
   }
}

@media (max-width: 991px) {
   .hs-inner {
      padding: 50px 0;
   }
}

@media (max-width: 767px) {
   .hs-inner {
      padding: 40px 0;
   }
}

.title-inner h2 {
   font-size: 36px;
   font-weight: bold;
   line-height: 1.5;
   margin: 0;
   text-transform: capitalize;
   color: #f60;
}

@media (max-width: 1560px) {
   .title-inner h2 {
      font-size: 30px;
   }
}

@media (max-width: 991px) {
   .title-inner h2 {
      font-size: 24px;
   }
}

.title-inner.flex {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

.free-editor p {
   font-size: 16px;
   line-height: 1.875;
   margin: 0;
}

@media (max-width: 991px) {
   .free-editor p {
      font-size: 14px;
   }
}

.free-editor img {
   max-width: 100%;
   height: auto !important;
}

.hs-inner-location {
   padding: 30px 0;
   color: #f60;
   border-bottom: 1px solid #e3e3e3;
}

@media (max-width: 1199px) {
   .hs-inner-location {
      padding: 10px 0;
   }
}

.hs-inner-location .flex {
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}

.hs-inner-location .title-home h2 {
   text-transform: uppercase;
   color: #000;
}

@media (max-width: 767px) {
   .hs-inner-location .location {
      width: 100%;
   }
}

.hs-inner-location .location ul {
   font-size: 14px;
   line-height: 30px;
   position: relative;
   display: inline-block;
   color: #777;
}

@media (max-width: 1199px) {
   .hs-inner-location .location ul {
      font-size: 14px;
   }
}

.hs-inner-location .location ul li {
   display: inline-block;
   vertical-align: top;
   text-transform: capitalize;
}

.hs-inner-location .location ul li:after {
   display: inline-block;
   margin: 0 4px;
   content: "&gt;";
   vertical-align: top;
}

.hs-inner-location .location ul li:last-child:after {
   display: none;
}

.hs-inner-location .location ul li a {
   display: inline-block;
   vertical-align: top;
   text-transform: capitalize;
}

.hs-inner-location .location ul li a:hover {
   text-decoration: underline;
   color: #f60;
}

.hs-inner-location-product {
   color: #fff;
   border: none;
   background-color: #1a434b;
}

.hs-inner-location-product .title-home h2 {
   color: #fff;
}

.hs-inner-location-product .location ul {
   color: #fff;
}

@media (min-width: 1200px) {
   .inner-info {
      font-size: 0;
   }
   .inner-info .inner-left,
   .inner-info .inner-right {
      font-size: 14px;
      position: relative;
      display: inline-block;
      padding-top: 40px;
      vertical-align: top;
   }
   .inner-left {
      width: 300px;
      padding-right: 30px;
   }
   .inner-right {
      width: -webkit-calc(100% - 300px);
      width: calc(100% - 300px);
      padding-bottom: 80px;
      padding-left: 30px;
      border-left: 1px solid #d9d9d9;
   }
}

@media (max-width: 1199px) {
   .inner-right {
      padding-bottom: 50px;
   }
}

.catalog-menu {
   position: relative;
}

.catalog-menu .tit-menu {
   position: relative;
   display: none;
}

@media (max-width: 1199px) {
   .catalog-menu .tit-menu {
      display: block;
   }
}

.catalog-menu .tit-menu:before {
   position: absolute;
   top: 0;
   left: -33px;
   display: block;
   width: 6px;
   height: 49px;
   content: "";
   background: #003572;
}

@media (max-width: 1199px) {
   .catalog-menu .tit-menu:before {
      display: none;
   }
}

.catalog-menu .tit-menu h2 {
   font-size: 24px;
   font-weight: 900;
   line-height: 30px;
   margin: 0;
   color: #1a434b;
}

@media (max-width: 1199px) {
   .catalog-menu .tit-menu h2 {
      font-size: 24px;
      line-height: 50px;
   }
}

.catalog-menu .tit-menu h2 span {
   color: #f60;
}

@media (min-width: 1200px) {
   .catalog-menu .tit-menu h2 span {
      display: block;
   }
}

.catalog-menu .tit-menu .btn-toggle {
   position: absolute;
   top: 0;
   right: 15px;
   display: none;
   width: 30px;
   height: 50px;
}

@media (max-width: 1199px) {
   .catalog-menu .tit-menu .btn-toggle {
      top: 0;
      display: block;
      height: 50px;
   }
}

.catalog-menu .tit-menu .btn-toggle span {
   position: absolute;
   display: block;
   width: 30px;
   height: 2px;
   border-radius: 5px;
   background-color: #333;
}

.catalog-menu .tit-menu .btn-toggle .line1 {
   top: 35%;
   left: 50%;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
   -webkit-transform: translateX(-50%) rotateZ(0deg);
   -ms-transform: translateX(-50%) rotate(0deg);
   transform: translateX(-50%) rotateZ(0deg);
}

.catalog-menu .tit-menu .btn-toggle .line2 {
   top: 50%;
}

.catalog-menu .tit-menu .btn-toggle .line3 {
   top: 65%;
   left: 50%;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
   -webkit-transform: translateX(-50%) rotateZ(0deg);
   -ms-transform: translateX(-50%) rotate(0deg);
   transform: translateX(-50%) rotateZ(0deg);
}

.catalog-menu .tit-menu .btn-toggle.active .line2 {
   opacity: 0;
}

.catalog-menu .tit-menu .btn-toggle.active .line1 {
   top: 50%;
   left: 50%;
   -webkit-transform: translateX(-50%) rotateZ(-45deg);
   -ms-transform: translateX(-50%) rotate(-45deg);
   transform: translateX(-50%) rotateZ(-45deg);
}

.catalog-menu .tit-menu .btn-toggle.active .line3 {
   top: 50%;
   left: 50%;
   -webkit-transform: translateX(-50%) rotateZ(45deg);
   -ms-transform: translateX(-50%) rotate(45deg);
   transform: translateX(-50%) rotateZ(45deg);
}

.catalog-menu .menu-nav {
   margin-top: 10px;
}

@media (max-width: 1199px) {
   .catalog-menu .menu-nav {
      position: absolute;
      z-index: 6;
      top: 50px;
      left: 0;
      display: none;
      width: 100%;
      margin-top: 0;
      padding: 10px;
      background-color: #e9eef1;
   }
}

.catalog-menu .menu-nav .menu-nav1&gt;li {
   position: relative;
   padding: 10px 0;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
}

@media (max-width: 1199px) {
   .catalog-menu .menu-nav .menu-nav1&gt;li {
      padding: 0;
   }
}

.catalog-menu .menu-nav .menu-nav1&gt;li&gt;a {
   font-size: 16px;
   font-weight: bold;
   line-height: 24px;
   position: relative;
   display: block;
   padding: 15px 20px 15px 0;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   text-transform: capitalize;
   color: #2c5962;
}

@media (max-width: 991px) {
   .catalog-menu .menu-nav .menu-nav1&gt;li&gt;a {
      font-size: 15px;
      padding: 10px 20px 10px 0;
   }
}

.catalog-menu .menu-nav .menu-nav1&gt;li&gt;a:before {
   position: absolute;
   top: 22px;
   right: 0;
   display: block;
   width: 0;
   height: 0;
   content: "";
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
   border-width: 6px 0 6px 12px;
   border-style: solid;
   border-color: transparent transparent transparent #2c5962;
}

@media (max-width: 1199px) {
   .catalog-menu .menu-nav .menu-nav1&gt;li&gt;a:before {
      display: none;
   }
}

.catalog-menu .menu-nav .menu-nav1&gt;li.active&gt;a,
.catalog-menu .menu-nav .menu-nav1&gt;li:hover&gt;a {
   font-weight: bold;
   color: #f60;
}

.catalog-menu .menu-nav .menu-nav1&gt;li.active&gt;a:before,
.catalog-menu .menu-nav .menu-nav1&gt;li:hover&gt;a:before {
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
   border-color: transparent transparent transparent #f60;
}

@media (max-width: 1199px) {
   .catalog-menu .menu-nav .menu-nav1&gt;li .open-menu:after {
      font-size: 18px;
      position: absolute;
      top: 10px;
      right: 0;
      width: 40px;
      height: 40px;
      content: "+";
      text-align: center;
   }
}

.catalog-menu .menu-nav .menu-nav1&gt;li.active&gt;.open-menu:after {
   content: "-";
}

.catalog-menu .menu-nav .menu-nav2 {
   display: none;
}

.catalog-menu .menu-nav .menu-nav2&gt;li {
   position: relative;
}

.catalog-menu .menu-nav .menu-nav2&gt;li&gt;a {
   font-size: 16px;
   line-height: 36px;
   position: relative;
   display: block;
   padding: 0 0 0 16px;
   color: #1a434b;
}

@media (max-width: 991px) {
   .catalog-menu .menu-nav .menu-nav2&gt;li&gt;a {
      font-size: 14px;
      line-height: 30px;
   }
}

.catalog-menu .menu-nav .menu-nav2&gt;li&gt;a:before {
   position: absolute;
   top: 12px;
   left: 0;
   width: 8px;
   height: 8px;
   content: "";
   background-color: #f60;
}

@media (max-width: 991px) {
   .catalog-menu .menu-nav .menu-nav2&gt;li&gt;a:before {
      top: 10px;
   }
}

.catalog-menu .menu-nav .menu-nav2&gt;li.active&gt;a,
.catalog-menu .menu-nav .menu-nav2&gt;li:hover&gt;a {
   color: #1a434b;
}

.catalog-menu .menu-nav .menu-nav2&gt;li.active&gt;.open-menu:after {
   content: "-";
}

.catalog-menu .menu-nav .menu-nav3 {
   position: relative;
   display: none;
   margin: 10px 0;
   padding: 0 16px 0 30px;
}

.catalog-menu .menu-nav .menu-nav3:before {
   position: absolute;
   left: 16px;
   display: block;
   width: 1px;
   height: 100%;
   content: "";
   border-left: 1px dotted #1a434b;
}

.catalog-menu .menu-nav .menu-nav3&gt;li&gt;a {
   line-height: 36px;
   display: block;
   color: #666;
}

@media (max-width: 767px) {
   .catalog-menu .menu-nav .menu-nav3&gt;li&gt;a {
      font-size: 13px;
      line-height: 24px;
   }
}

.catalog-menu .menu-nav .menu-nav3&gt;li.active&gt;a,
.catalog-menu .menu-nav .menu-nav3&gt;li:hover&gt;a {
   color: #1a434b;
}

.hs-inner-about .title-home {
   padding-bottom: 20px;
   border-bottom: 1px solid #1a434b;
}

.hs-inner-about .about-left {
   width: 48%;
}

@media (max-width: 767px) {
   .hs-inner-about .about-left {
      width: 100%;
   }
}

.hs-inner-about .about-left .free-editor {
   margin-top: 60px;
}

@media (max-width: 767px) {
   .hs-inner-about .about-left .free-editor {
      margin-top: 20px;
   }
}

.hs-inner-about .free-editor img {
   max-width: 100%;
}

.hs-inner-about .about-right {
   width: 52%;
   padding-left: 7%;
}

@media (max-width: 767px) {
   .hs-inner-about .about-right {
      width: 100%;
      margin-top: 20px;
      padding-left: 0;
   }
}

.hs-inner-factory {
   background: url(../images/factory_bg.webp) no-repeat center;
   background-size: cover;
}

.hs-inner-factory .title-home {
   text-align: center;
}

.hs-inner-factory .factory {
   position: relative;
   margin-top: 20px;
   padding: 0 5%;
}

.hs-inner-factory .factory .swiper-factory {
   padding: 50px 0;
}

@media (max-width: 1199px) {
   .hs-inner-factory .factory .swiper-factory {
      padding: 0;
   }
}

@media (max-width: 1199px) {
   .hs-inner-factory .factory .swiper-3d .swiper-wrapper {
      -webkit-transform-style: flat;
      transform-style: flat;
   }
}

.hs-inner-factory .factory .swiper-slide {
   width: 25%;
}

@media (max-width: 1470px) {
   .hs-inner-factory .factory .swiper-slide {
      padding: 0 10px;
   }
}

@media (max-width: 1199px) {
   .hs-inner-factory .factory .swiper-slide {
      width: 33.33333333%;
   }
}

@media (max-width: 991px) {
   .hs-inner-factory .factory .swiper-slide {
      width: 50%;
   }
}

@media (max-width: 767px) {
   .hs-inner-factory .factory .swiper-slide {
      width: 100%;
   }
}

.hs-inner-factory .factory .factory-group {
   overflow: hidden;
   text-align: center;
   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hs-inner-factory .factory .factory-group .ibox {
   padding-bottom: 75%;
}

.hs-inner-factory .factory .factory-group .ibox img {
   -webkit-transition: all 1s;
   transition: all 1s;
}

.hs-inner-factory .factory .factory-group p {
   font-size: 16px;
   line-height: 50px;
   display: -webkit-box;
   overflow: hidden;
   height: 50px;
   margin: 0;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}

.hs-inner-factory .factory .factory-group:hover .ibox img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}

.hs-inner-factory .factory .swiper-button-prev {
   left: 0;
}

@media (max-width: 767px) {
   .hs-inner-factory .factory .swiper-button-prev {
      left: -15px;
   }
}

.hs-inner-factory .factory .swiper-button-next {
   right: 0;
}

@media (max-width: 767px) {
   .hs-inner-factory .factory .swiper-button-next {
      right: -15px;
   }
}

.hs-inner-why {
   background-color: #1a434b;
}

.hs-inner-why .title-home h2 {
   color: #fff;
}

.hs-inner-why .why ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   margin: 0 -30px;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

@media (max-width: 1470px) {
   .hs-inner-why .why ul {
      margin: 0 -15px;
   }
}

.hs-inner-why .why ul li {
   margin-top: 40px;
   padding: 0 30px;
}

@media (max-width: 1470px) {
   .hs-inner-why .why ul li {
      padding: 0 15px;
   }
}

@media (max-width: 991px) {
   .hs-inner-why .why ul li {
      margin-top: 20px;
   }
}

.hs-inner-why .why .why-group {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   height: 100%;
   padding: 30px 20px;
   background-color: #fff;
}

@media (max-width: 991px) {
   .hs-inner-why .why .why-group {
      padding: 20px 14px;
   }
}

.hs-inner-why .why .why-group .flaticon {
   font-size: 50px;
   line-height: 100px;
   width: 100px;
   height: 100px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   text-align: center;
   color: #fff;
   background-color: #1a434b;
}

@media (max-width: 1470px) {
   .hs-inner-why .why .why-group .flaticon {
      font-size: 40px;
      line-height: 60px;
      width: 60px;
      height: 60px;
   }
}

.hs-inner-why .why .why-group .note {
   width: -webkit-calc(100% - 100px);
   width: calc(100% - 100px);
   padding-left: 5%;
}

@media (max-width: 1470px) {
   .hs-inner-why .why .why-group .note {
      width: -webkit-calc(100% - 60px);
      width: calc(100% - 60px);
   }
}

.hs-inner-why .why .why-group .note h3 {
   font-size: 18px;
   font-weight: bold;
   line-height: 24px;
   margin-top: 0;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   color: #1a434b;
}

.hs-inner-why .why .why-group .note p {
   font-size: 15px;
   line-height: 24px;
   margin: 0;
   color: #666;
}

.hs-inner-why .why .why-group:hover .flaticon {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
   background-color: #f60;
}

.hs-inner-why .why .why-group:hover h3 {
   color: #f60;
}

.hs-inner-honor .honor {
   position: relative;
   margin-top: 50px;
   padding: 0 5%;
}

@media (max-width: 991px) {
   .hs-inner-honor .honor {
      margin-top: 30px;
   }
}

.hs-inner-honor .honor .swiper-honor {
   margin: 0 -20px;
}

@media (max-width: 1199px) {
   .hs-inner-honor .honor .swiper-honor {
      margin: 0 -10px;
   }
}

.hs-inner-honor .honor .swiper-slide {
   width: auto;
   padding: 0 20px;
}

@media (max-width: 1199px) {
   .hs-inner-honor .honor .swiper-slide {
      padding: 0 10px;
   }
}

.hs-inner-honor .honor .honor-group {
   display: block;
   cursor: pointer;
   text-align: center;
}

.hs-inner-honor .honor .honor-group img {
   display: block;
   height: 360px;
   -webkit-transition: all 1s;
   transition: all 1s;
}

@media (max-width: 1470px) {
   .hs-inner-honor .honor .honor-group img {
      height: 300px;
   }
}

@media (max-width: 991px) {
   .hs-inner-honor .honor .honor-group img {
      height: 250px;
   }
}

.hs-inner-honor .honor .honor-group p {
   font-size: 16px;
   line-height: 30px;
   margin: 20px 0 0 0;
}

.hs-inner-honor .honor .honor-group:hover img {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
}

.hs-inner-honor .honor .swiper-button-prev {
   left: 0;
}

@media (max-width: 767px) {
   .hs-inner-honor .honor .swiper-button-prev {
      left: -15px;
   }
}

.hs-inner-honor .honor .swiper-button-next {
   right: 0;
}

@media (max-width: 767px) {
   .hs-inner-honor .honor .swiper-button-next {
      right: -15px;
   }
}

#about-about,
#about-why,
#about-honor,
#about-factory {
   position: relative;
   top: -100px;
}

.hs-inner-contact {
   position: relative;
   z-index: 2;
   padding: 0;
}

.hs-inner-contact .contact {
   position: absolute;
   z-index: 2;
   top: 50%;
   left: 8%;
   width: 100%;
   max-width: 560px;
   padding: 60px 3%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   background-color: #fff;
}

@media (max-width: 1560px) {
   .hs-inner-contact .contact {
      left: 4%;
   }
}

@media (max-width: 1470px) {
   .hs-inner-contact .contact {
      max-width: 460px;
   }
}

@media (max-width: 1199px) {
   .hs-inner-contact .contact {
      max-width: 340px;
      padding: 30px;
   }
}

@media (max-width: 767px) {
   .hs-inner-contact .contact {
      position: relative;
      top: 0;
      left: 0;
      max-width: 100%;
      padding: 30px 15px;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
   }
}

.hs-inner-contact .contact ul li {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   margin: 20px 0;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}

.hs-inner-contact .contact .flaticon {
   font-size: 30px;
   width: 60px;
}

@media (max-width: 1199px) {
   .hs-inner-contact .contact .flaticon {
      width: 50px;
   }
}

.hs-inner-contact .contact p {
   font-size: 16px;
   line-height: 24px;
   width: -webkit-calc(100% - 60px);
   width: calc(100% - 60px);
   margin: 0;
}

@media (max-width: 1199px) {
   .hs-inner-contact .contact p {
      font-size: 14px;
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px);
   }
}

.hs-inner-contact .contact-group h3 {
   font-size: 20px;
   line-height: 30px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   margin: 0;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}

@media (max-width: 767px) {
   .hs-inner-contact .contact-group h3 {
      font-size: 18px;
   }
}

.hs-inner-contact .contact-group h3 .flaticon {
   font-size: 40px;
   margin-right: 10px;
}

@media (max-width: 767px) {
   .hs-inner-contact .contact-group h3 .flaticon {
      font-size: 30px;
   }
}

.hs-inner-contact .contact-group p {
   font-size: 16px;
   line-height: 30px;
   margin: 20px 0 0 0;
   color: rgba(255, 255, 255, 0.66);
}

.hs-google-map {
   width: 100%;
   height: 700px;
}

@media (max-width: 1560px) {
   .hs-google-map {
      height: 600px;
   }
}

@media (max-width: 991px) {
   .hs-google-map {
      height: 400px;
   }
}

.hs-google-map #map {
   width: 100%;
   height: 100%;
}

.hs-inner-inquiry {
   position: relative;
   z-index: 2;
   margin-top: -80px;
   padding-top: 0;
}

@media (max-width: 991px) {
   .hs-inner-inquiry {
      margin-top: -40px;
   }
}

.hs-inner-inquiry .inquiry-form {
   padding: 40px;
   background: #fff;
   box-shadow: 0 10px 10px 0 rgba(6, 0, 1, 0.11);
}

@media (max-width: 991px) {
   .hs-inner-inquiry .inquiry-form {
      padding: 20px;
   }
}

.hs-inner-inquiry .title-home h2 {
   font-size: 24px;
   color: #000;
}

@media (max-width: 767px) {
   .hs-inner-inquiry .title-home h2 {
      font-size: 20px;
   }
}

.hs-inner-inquiry form {
   margin-top: 10px;
}

.hs-inner-inquiry form ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   margin: 0 -10px;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.hs-inner-inquiry form ul li {
   width: -webkit-calc(25% - 30px);
   width: calc(25% - 30px);
   margin-top: 20px;
   padding: 0 10px;
}

@media (max-width: 991px) {
   .hs-inner-inquiry form ul li {
      width: 50%;
   }
}

@media (max-width: 767px) {
   .hs-inner-inquiry form ul li {
      width: 100%;
   }
}

.hs-inner-inquiry form ul li:nth-child(5) {
   width: 120px;
}

.hs-inner-inquiry form input {
   line-height: 30px;
   width: 100%;
   padding: 10px 20px;
   border: 1px solid #e9e9e9;
}

.hs-inner-inquiry form .send {
   font-size: 16px;
   line-height: 50px;
   width: 120px;
   padding: 0;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   color: #fff;
   background-color: #003572;
}

.hs-inner-inquiry form .send:hover {
   background-color: #f60;
}

.hs-inner-products {
   padding: 0;
   background-color: #f8f8f8;
}

.hs-inner-products .title-inner h2 {
   font-size: 24px;
}

@media (min-width: 1470px) {
   .hs-inner-products .products ul {
      margin: 0 -20px;
   }
   .hs-inner-products .products ul li {
      padding: 0 20px;
   }
}

.hs-inner-products .products .products-group {
   margin-top: 40px;
}

@media (max-width: 767px) {
   .hs-inner-products .products .products-group {
      margin-top: 20px;
   }
}

.hs-inner-products .products .products-group,
.hs-inner-product-details .products .products-group,
.hs-inner-products .product-related .products-group,
.hs-inner-product-details .product-related .products-group {
   position: relative;
   display: block;
   padding: 14px 14px 0 14px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   text-align: center;
   background-color: #fff;
}

@media (max-width: 767px) {
   .hs-inner-products .products .products-group,
   .hs-inner-product-details .products .products-group,
   .hs-inner-products .product-related .products-group,
   .hs-inner-product-details .product-related .products-group {
      padding: 10px 10px 0 10px;
   }
}

.hs-inner-products .products .products-group .ibox img,
.hs-inner-product-details .products .products-group .ibox img,
.hs-inner-products .product-related .products-group .ibox img,
.hs-inner-product-details .product-related .products-group .ibox img {
   -webkit-transition: all 1s;
   transition: all 1s;
}

.hs-inner-products .products .products-group .product-note,
.hs-inner-product-details .products .products-group .product-note,
.hs-inner-products .product-related .products-group .product-note,
.hs-inner-product-details .product-related .products-group .product-note {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   height: 40px;
   margin: 14px 0;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}

@media (max-width: 991px) {
   .hs-inner-products .products .products-group .product-note,
   .hs-inner-product-details .products .products-group .product-note,
   .hs-inner-products .product-related .products-group .product-note,
   .hs-inner-product-details .product-related .products-group .product-note {
      margin: 6px 0;
   }
}

.hs-inner-products .products .products-group h3,
.hs-inner-product-details .products .products-group h3,
.hs-inner-products .product-related .products-group h3,
.hs-inner-product-details .product-related .products-group h3 {
   font-size: 14px;
   line-height: 20px;
   display: -webkit-box;
   overflow: hidden;
   margin: 0;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   color: #333;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}

.hs-inner-products .products .products-group .product-more,
.hs-inner-product-details .products .products-group .product-more,
.hs-inner-products .product-related .products-group .product-more,
.hs-inner-product-details .product-related .products-group .product-more {
   line-height: 24px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   padding: 14px 0;
   color: #666;
   border-top: 1px solid #e1e1e1;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}

.hs-inner-products .products .products-group:hover .ibox img,
.hs-inner-product-details .products .products-group:hover .ibox img,
.hs-inner-products .product-related .products-group:hover .ibox img,
.hs-inner-product-details .product-related .products-group:hover .ibox img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}

.hs-inner-products .products .products-group:hover h3,
.hs-inner-product-details .products .products-group:hover h3,
.hs-inner-products .product-related .products-group:hover h3,
.hs-inner-product-details .product-related .products-group:hover h3 {
   color: #1a434b;
}

.hs-inner-products .products .products-group:hover .more,
.hs-inner-product-details .products .products-group:hover .more,
.hs-inner-products .product-related .products-group:hover .more,
.hs-inner-product-details .product-related .products-group:hover .more {
   color: #1a434b;
}

.hs-inner-product-details {
   padding: 0;
   background-color: #f8f8f8;
}

.hs-inner-product-details .title-details-content h2 {
   font-size: 20px;
   font-weight: bold;
   line-height: 30px;
   margin: 0;
}

@media (max-width: 1199px) {
   .hs-inner-product-details .title-details-content h2 {
      font-size: 18px;
   }
}

.hs-inner-product-details .product-details {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   margin-top: 30px;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.hs-inner-product-details .product-details .details-imgbox {
   position: relative;
   width: 480px;
   height: 100%;
   border: 1px solid #e9e9e9;
   background-color: #fff;
}

@media (max-width: 1470px) {
   .hs-inner-product-details .product-details .details-imgbox {
      width: 320px;
   }
}

@media (max-width: 767px) {
   .hs-inner-product-details .product-details .details-imgbox {
      width: 100%;
   }
}

.hs-inner-product-details .product-details .details-imgbox .flaticon {
   font-size: 20px;
   position: absolute;
   z-index: 2;
   right: 20px;
   bottom: 20px;
   color: #f60;
}

.hs-inner-product-details .product-details .details-imgbox .pro-group img {
   cursor: crosshair;
}

.hs-inner-product-details .details-content {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-direction: column;
   width: -webkit-calc(100% - 480px);
   width: calc(100% - 480px);
   padding-left: 30px;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

@media (max-width: 1470px) {
   .hs-inner-product-details .details-content {
      width: -webkit-calc(100% - 320px);
      width: calc(100% - 320px);
      padding-left: 3%;
   }
}

@media (max-width: 1199px) {
   .hs-inner-product-details .details-content {
      padding-left: 3%;
   }
}

@media (max-width: 767px) {
   .hs-inner-product-details .details-content {
      width: 100%;
      margin-top: 10px;
      padding-left: 0;
   }
}

.hs-inner-product-details .details-content .free-editor {
   margin-top: 2px;
   color: #666;
}

@media (max-width: 1470px) {
   .hs-inner-product-details .details-content .free-editor p {
      font-size: 14px;
      line-height: 24px;
   }
}

.hs-inner-product-details .details-content .free-editor table {
   width: 100%;
}

.hs-inner-product-details .details-content .free-editor table td {
   line-height: 24px;
   padding: 10px;
   border: 1px solid #ddd;
}

.hs-inner-product-details .details-content .details-link {
   display: inline-block;
   margin-top: 30px;
   background: #f8f8f8;
}

.hs-inner-product-details .details-content .details-link a {
   font-size: 16px;
   line-height: 50px;
   display: inline-block;
   height: 50px;
   padding: 0 30px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   text-align: center;
   vertical-align: top;
   color: #fff;
   background-color: #1a434b;
}

@media (max-width: 767px) {
   .hs-inner-product-details .details-content .details-link a {
      font-size: 14px;
      line-height: 40px;
      height: 40px;
   }
}

.hs-inner-product-details .details-content .details-link a.inquiry {
   margin-right: 40px;
}

@media (max-width: 767px) {
   .hs-inner-product-details .details-content .details-link a.inquiry {
      margin-right: 20px;
   }
}

.hs-inner-product-details .details-content .details-link a.contact {
   background-color: #f60;
}

.hs-inner-product-details .details-content .details-link a:hover {
   color: #fff;
   background-color: #f60;
}

.hs-inner-product-details .swiper-product-big .pro-group {
   border-bottom: 1px solid #ddd;
}

.hs-inner-product-details .product-small {
   position: relative;
   width: 100%;
   padding: 20px 30px;
}

.hs-inner-product-details .product-small .swiper-button-prev,
.hs-inner-product-details .product-small .swiper-button-next {
   position: absolute;
   z-index: 4;
   top: 50%;
   left: 0;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   width: 30px;
   height: 30px;
   margin-top: 0;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   opacity: 0.2;
   border: none;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}

.hs-inner-product-details .product-small .swiper-button-prev:after,
.hs-inner-product-details .product-small .swiper-button-next:after {
   font-size: 30px;
}

.hs-inner-product-details .product-small .swiper-button-prev:hover,
.hs-inner-product-details .product-small .swiper-button-next:hover {
   color: #1a434b;
   background: none;
}

.hs-inner-product-details .product-small .swiper-button-next {
   right: 0;
   left: auto;
}

.hs-inner-product-details .swiper-product-small .swiper-slide {
   padding: 0 8px;
}

.hs-inner-product-details .swiper-product-small .pro-group {
   cursor: pointer;
   border: 1px solid #ddd;
}

.hs-inner-product-details .swiper-product-small .swiper-slide-thumb-active .pro-group {
   border-color: #1a434b;
}

.hs-inner-product-details .title-parameters {
   position: relative;
   padding: 15px 30px;
   color: #1a434b;
   background-color: #f0f0f0;
}

@media (max-width: 767px) {
   .hs-inner-product-details .title-parameters {
      padding: 10px 15px;
   }
}

.hs-inner-product-details .title-parameters h3 {
   font-size: 18px;
   font-weight: bold;
   line-height: 30px;
   margin: 0;
}

.hs-inner-product-details .product-parameters {
   padding-top: 70px;
}

@media (max-width: 991px) {
   .hs-inner-product-details .product-parameters {
      padding-top: 40px;
   }
}

.hs-inner-product-details .product-parameters .free-editor {
   margin-top: 40px;
   color: #333;
}

@media (max-width: 767px) {
   .hs-inner-product-details .product-parameters .free-editor {
      margin-top: 20px;
   }
}

.hs-inner-product-details .product-parameters .free-editor table {
   font-size: 16px;
   width: 100%;
   margin-top: 20px;
   text-align: center;
}

@media (max-width: 991px) {
   .hs-inner-product-details .product-parameters .free-editor table {
      font-size: 14px;
   }
}

@media (max-width: 767px) {
   .hs-inner-product-details .product-parameters .free-editor table {
      font-size: 12px;
   }
}

.hs-inner-product-details .product-parameters .free-editor table th,
.hs-inner-product-details .product-parameters .free-editor table td {
   line-height: 24px;
   padding: 10px;
   text-align: center;
   border: 1px solid #ccc;
}

.hs-inner-product-details .product-parameters .free-editor table tr {
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
}

.hs-inner-product-details .product-related {
   padding-top: 80px;
}

@media (max-width: 991px) {
   .hs-inner-product-details .product-related {
      padding-top: 40px;
   }
}

.hs-inner-product-details .product-related .related-content {
   position: relative;
   padding: 0 5%;
}

.hs-inner-product-details .product-related .swiper-button-prev {
   left: 0;
}

@media (max-width: 767px) {
   .hs-inner-product-details .product-related .swiper-button-prev {
      left: -15px;
   }
}

.hs-inner-product-details .product-related .swiper-button-next {
   right: 0;
}

@media (max-width: 767px) {
   .hs-inner-product-details .product-related .swiper-button-next {
      right: -15px;
   }
}

.hs-inner-product-details .product-related .swiper-product-related {
   margin-top: 40px;
}

@media (max-width: 767px) {
   .hs-inner-product-details .product-related .swiper-product-related {
      margin-top: 20px;
   }
}

.hs-inner-product-details .product-related .product-group {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}

.hs-inner-product-details .product-related .product-group .img {
   width: 40%;
   border: 1px solid #e9e9e9;
}

.hs-inner-product-details .product-related .product-group .img .ibox {
   padding-bottom: 75%;
}

.hs-inner-product-details .product-related .product-group .img .ibox img {
   -webkit-transition: all 1s;
   transition: all 1s;
}

.hs-inner-product-details .product-related .product-group .note {
   width: 60%;
   padding-left: 5%;
}

.hs-inner-product-details .product-related .product-group .note h3 {
   font-size: 14px;
   line-height: 24px;
   margin: 0;
}

.hs-inner-product-details .product-related .product-group .note .more {
   line-height: 30px;
}

.hs-inner-product-details .product-related .product-group .note .more .flaticon {
   font-size: 20px;
}

.hs-inner-product-details .product-related .product-group:hover .img .ibox img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}

.hs-inner-product-details .product-related .product-group:hover .note h3 {
   text-decoration: underline;
}

.hs-inner-product-details .product-feedback {
   margin-top: 80px;
   padding: 50px;
   background: url(../images/inquiry_bg.webp) no-repeat top center;
   background-size: 100% auto;
}

@media (max-width: 1199px) {
   .hs-inner-product-details .product-feedback {
      padding: 30px;
   }
}

@media (max-width: 767px) {
   .hs-inner-product-details .product-feedback {
      padding: 30px 15px;
   }
}

.hs-inner-product-details .product-feedback .title-parameters {
   padding: 0;
   background: none;
}

.hs-inner-product-details .product-feedback .title-parameters h3 {
   color: #fff;
}

.hs-inner-product-details .product-feedback .feedbackform {
   padding: 40px 30px;
   background-color: #fff;
   box-shadow: 0 10px 10px 0 rgba(6, 0, 1, 0.09);
}

@media (max-width: 767px) {
   .hs-inner-product-details .product-feedback .feedbackform {
      padding: 30px 10px;
   }
}

.feedbackform {
   margin-top: 30px;
}

.feedbackform form .group-feedback {
   margin-bottom: 20px;
}

.feedbackform form .group-feedback input,
.feedbackform form .group-feedback textarea,
.feedbackform form .group-feedback select {
   line-height: 30px;
   width: 100%;
   min-height: 50px;
   padding: 10px 20px;
   resize: vertical;
   color: #666;
   border: 1px solid #dcdcdc;
   outline: none;
}

@media (max-width: 767px) {
   .feedbackform form .group-feedback input,
   .feedbackform form .group-feedback textarea,
   .feedbackform form .group-feedback select {
      font-size: 14px;
      line-height: 24px;
      min-height: 44px;
      padding: 10px;
   }
}

.feedbackform form .group-feedback.group-read input {
   background-color: #eee;
}

.feedbackform form .group-feedback input::-webkit-input-placeholder,
.feedbackform form .group-feedback textarea::-webkit-input-placeholder {
   color: #666;
}

.feedbackform form .group-feedback input:-o-placeholder,
.feedbackform form .group-feedback textarea:-o-placeholder {
   color: #666;
}

.feedbackform form .group-feedback input::-moz-placeholder,
.feedbackform form .group-feedback textarea::-moz-placeholder {
   color: #666;
}

.feedbackform form .group-feedback input:-ms-input-placeholder,
.feedbackform form .group-feedback textarea:-ms-input-placeholder {
   color: #666;
}

.feedbackform form .group-feedback input:focus::-webkit-input-placeholder,
.feedbackform form .group-feedback textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}

.feedbackform form .group-feedback input:focus::-o-placeholder,
.feedbackform form .group-feedback textarea:focus::-o-placeholder {
   color: #c5c5c5;
}

.feedbackform form .group-feedback input:focus::-moz-placeholder,
.feedbackform form .group-feedback textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}

.feedbackform form .group-feedback input:focus::-ms-input-placeholder,
.feedbackform form .group-feedback textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}

.feedbackform form .group-feedback .send {
   font-size: 16px;
   line-height: 50px;
   padding: 0 30px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   color: #fff;
   outline: none;
   background-color: #f60;
}

@media (max-width: 767px) {
   .feedbackform form .group-feedback .send {
      font-size: 14px;
   }
}

.feedbackform form .group-feedback .send:hover {
   background-color: #1a434b;
}

.hs-inner-news {
   padding-top: 0;
}

.hs-inner-news .news-group {
   margin-top: 50px;
   padding: 14px;
   border: 1px solid #dfdfdf;
}

@media (max-width: 1199px) {
   .hs-inner-news .news-group {
      margin-top: 30px;
   }
}

@media (max-width: 991px) {
   .hs-inner-news .news-group {
      padding: 10px;
   }
}

.hs-inner-news .news-group .news-img {
   position: relative;
   width: 40%;
}

@media (max-width: 991px) {
   .hs-inner-news .news-group .news-img {
      width: 100%;
   }
}

.hs-inner-news .news-group .news-img .ibox {
   padding-bottom: 75%;
}

.hs-inner-news .news-group .news-img .ibox img {
   -webkit-transition: all 1s;
   transition: all 1s;
}

.hs-inner-news .news-group .news-note {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-direction: column;
   width: 60%;
   padding: 10px 5%;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

@media (max-width: 991px) {
   .hs-inner-news .news-group .news-note {
      width: 100%;
      padding: 20px 0 0 0;
   }
}

.hs-inner-news .news-group .news-note .date {
   font-size: 14px;
   line-height: 24px;
   display: block;
   color: #f60;
}

.hs-inner-news .news-group .news-note h3 {
   font-size: 16px;
   line-height: 30px;
   display: -webkit-box;
   overflow: hidden;
   max-height: 30px;
   margin: 0;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
   .hs-inner-news .news-group .news-note h3 {
      font-size: 14px;
      line-height: 24px;
      max-height: 48px;
   }
}

.hs-inner-news .news-group .news-note p {
   font-size: 16px;
   line-height: 24px;
   display: -webkit-box;
   overflow: hidden;
   height: 48px;
   margin: 10px 0 0 0;
   color: #666;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}

@media (max-width: 991px) {
   .hs-inner-news .news-group .news-note p {
      font-size: 14px;
   }
}

.hs-inner-news .news-group .news-note .hs-more span {
   font-size: 14px;
   line-height: 36px;
   padding: 0 20px;
   color: #fff;
   background-color: #1a434b;
}

.hs-inner-news .news-group:hover .news-img .ibox img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}

.hs-inner-news .news-group:hover .news-note h3 {
   text-decoration: underline;
}

.hs-inner-news .news-group:hover .news-note .hs-more span {
   border-color: #f60;
   background-color: #f60;
}

.hs-inner-faqs {
   padding-top: 0;
}

.hs-inner-faqs .faqs-group {
   position: relative;
   overflow: hidden;
   margin-top: 40px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   box-shadow: 0 10px 10px 0 rgba(6, 0, 1, 0.09);
}

@media (max-width: 991px) {
   .hs-inner-faqs .faqs-group {
      margin-top: 20px;
   }
}

.hs-inner-faqs .faqs-group:before {
   position: absolute;
   top: 5%;
   right: 5%;
   display: block;
   width: 179px;
   height: 199px;
   content: "";
   background: url(../images/wenhao.webp) no-repeat center;
   background-size: cover;
}

@media (max-width: 991px) {
   .hs-inner-faqs .faqs-group:before {
      width: 100px;
      height: 110px;
   }
}

.hs-inner-faqs .title-faqs {
   position: relative;
   padding: 30px 40px;
   cursor: pointer;
}

@media (max-width: 991px) {
   .hs-inner-faqs .title-faqs {
      padding: 20px 40px 20px 20px;
   }
}

.hs-inner-faqs .title-faqs:after {
   font-size: 20px;
   position: absolute;
   z-index: 2;
   top: 50%;
   right: 20px;
   content: "+";
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

.hs-inner-faqs .title-faqs h3 {
   font-size: 16px;
   line-height: 30px;
   margin: 0;
   color: #333;
}

@media (max-width: 767px) {
   .hs-inner-faqs .title-faqs h3 {
      line-height: 24px;
   }
}

.hs-inner-faqs .faqs-note {
   position: relative;
   display: none;
   padding: 0 40px 30px;
}

@media (max-width: 991px) {
   .hs-inner-faqs .faqs-note {
      padding: 0 20px 30px;
   }
}

.hs-inner-faqs .faqs-note p {
   font-size: 16px;
   line-height: 1.875;
   margin: 0;
   color: #777;
}

@media (max-width: 767px) {
   .hs-inner-faqs .faqs-note p {
      font-size: 14px;
      line-height: 24px;
   }
}

.hs-inner-faqs .current .title-faqs:after {
   content: "-";
}

.hs-inner-news-show {
   padding-top: 50px;
}

@media (max-width: 767px) {
   .hs-inner-news-show {
      padding-top: 30px;
   }
}

.hs-inner-news-show .news-show {
   max-width: 1100px;
   margin: 0 auto;
}

.hs-inner-news-show .news-show .title-home {
   text-align: center;
}

.hs-inner-news-show .news-show .title-home h2 {
   font-size: 24px;
   font-weight: bold;
   line-height: 1.5;
   text-transform: capitalize;
   color: #000;
}

@media (max-width: 1199px) {
   .hs-inner-news-show .news-show .title-home h2 {
      font-size: 20px;
   }
}

@media (max-width: 991px) {
   .hs-inner-news-show .news-show .title-home h2 {
      font-size: 18px;
   }
}

.hs-inner-news-show .news-show .title-home .date {
   display: block;
   margin-top: 20px;
   text-align: center;
   color: #f60;
}

.hs-inner-news-show .news-top {
   margin-top: 30px;
   padding: 50px;
   background: #f8f8f8;
}

@media (max-width: 1199px) {
   .hs-inner-news-show .news-top {
      padding: 30px;
   }
}

.hs-inner-news-show .news-top:before {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 170px;
   line-height: 0.7;
   display: block;
   height: 60px;
   content: "â€œ";
}

@media (max-width: 1199px) {
   .hs-inner-news-show .news-top:before {
      font-size: 120px;
   }
}

.hs-inner-news-show .news-top p {
   font-size: 16px;
   line-height: 1.875;
   margin: 0;
   color: #999;
}

@media (max-width: 991px) {
   .hs-inner-news-show .news-top p {
      font-size: 14px;
   }
}

.hs-inner-news-show .date-share {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   margin-top: 20px;
   padding: 20px;
   background-color: #f8f8f8;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}

@media (max-width: 767px) {
   .hs-inner-news-show .date-share {
      margin-top: 20px;
      padding: 10px;
   }
}

.hs-inner-news-show .date-share p {
   font-size: 16px;
   line-height: 30px;
   margin: 0;
   color: #f60;
}

@media (max-width: 767px) {
   .hs-inner-news-show .date-share p {
      font-size: 14px;
   }
}

.hs-inner-news-show .date-share p span {
   display: inline-block;
   margin-right: 10px;
   vertical-align: middle;
}

.hs-inner-news-show .date-share p span .flaticon {
   font-size: 20px;
   display: inline-block;
   margin-right: 10px;
   vertical-align: middle;
}

.hs-inner-news-show .free-editor {
   margin-top: 50px;
}

@media (max-width: 991px) {
   .hs-inner-news-show .free-editor {
      margin-top: 30px;
   }
}

.hs-inner-news-show .free-editor p {
   font-size: 16px;
   line-height: 1.875;
   margin: 0;
   color: #666;
}

@media (max-width: 767px) {
   .hs-inner-news-show .free-editor p {
      font-size: 14px;
   }
}

.hs-inner-news-show .free-editor img {
   max-width: 100%;
   height: auto !important;
}

.hs-inner-news-show .button-news {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   margin-top: 60px;
   color: #1a434b;
}

@media (max-width: 991px) {
   .hs-inner-news-show .button-news {
      margin-top: 50px;
   }
}

.hs-inner-news-show .button-news a {
   line-height: 50px;
   display: block;
   width: 50px;
   height: 50px;
   margin-right: 10px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   text-align: center;
   background-color: #f5f5f5;
}

.hs-inner-news-show .button-news a .flaticon {
   font-size: 30px;
}

.hs-inner-news-show .button-news a:hover {
   color: #fff;
   background-color: #1a434b;
}

.hs-inner-news-show .button-news .prev {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}

.hs-inner-download {
   padding-top: 0;
}

@media (min-width: 1470px) {
   .hs-inner-download .download ul {
      margin: 0 -30px;
   }
   .hs-inner-download .download ul li {
      padding: 0 30px;
   }
}

.hs-inner-download .download .down-group {
   margin-top: 40px;
   padding: 30px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   border: 1px solid #dfdfdf;
}

@media (max-width: 1199px) {
   .hs-inner-download .download .down-group {
      margin-top: 30px;
      padding: 20px;
   }
}

@media (max-width: 767px) {
   .hs-inner-download .download .down-group {
      margin-top: 20px;
      padding: 20px 14px;
   }
}

.hs-inner-download .download .down-group:before {
   display: block;
   width: 31px;
   height: 35px;
   content: "";
   background: url(../images/file.webp) no-repeat center;
   background-size: cover;
}

.hs-inner-download .download .down-group h3 {
   font-size: 16px;
   line-height: 30px;
   display: -webkit-box;
   overflow: hidden;
   height: 60px;
   margin: 20px 0 0 0;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   color: #333;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
   .hs-inner-download .download .down-group h3 {
      font-size: 14px;
      line-height: 24px;
      height: 48px;
   }
}

.hs-inner-download .download .down-group h3 a {
   display: block;
}

.hs-inner-download .download .down-group .down {
   margin-top: 50px;
}

@media (max-width: 1199px) {
   .hs-inner-download .download .down-group .down {
      margin-top: 30px;
   }
}

@media (max-width: 767px) {
   .hs-inner-download .download .down-group .down {
      margin-top: 20px;
   }
}

.hs-inner-download .download .down-group .down a {
   line-height: 40px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   padding: 0 20px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   color: #fff;
   background-color: #1a434b;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}

.hs-inner-download .download .down-group .down a .flaticon {
   display: inline-block;
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
}

.hs-inner-download .download .down-group:hover {
   border-color: #f60;
}

.hs-inner-download .download .down-group:hover h3 {
   color: #1a434b;
}

.hs-inner-download .download .down-group:hover .down a {
   background-color: #f60;
}

.hs-inner-videos {
   padding-top: 0;
}

@media (min-width: 1200px) {
   .hs-inner-videos .videos ul {
      margin: 0 -25px;
   }
}

@media (min-width: 1200px) {
   .hs-inner-videos .videos ul li {
      padding: 0 25px;
   }
}

.hs-inner-videos .videos .videos-group {
   position: relative;
   display: block;
   margin-top: 50px;
   cursor: pointer;
   -webkit-transition: all 0.6s;
   transition: all 0.6s;
}

@media (max-width: 767px) {
   .hs-inner-videos .videos .videos-group {
      margin-top: 30px;
   }
}

.hs-inner-videos .videos .videos-group .img {
   position: relative;
}

.hs-inner-videos .videos .videos-group .img .ibox {
   padding-bottom: 65.30612245%;
}

.hs-inner-videos .videos .videos-group .img .ibox img {
   -webkit-transition: all 1s;
   transition: all 1s;
}

.hs-inner-videos .videos .videos-group .img:before {
   position: absolute;
   z-index: 2;
   bottom: 0;
   left: 0;
   display: block;
   width: 100%;
   height: 50%;
   content: "";
   background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
   background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
   background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.hs-inner-videos .videos .videos-group .flaticon {
   font-size: 50px;
   line-height: 1;
   position: absolute;
   z-index: 3;
   top: 40%;
   left: 50%;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);
   color: #f60;
}

@media (max-width: 991px) {
   .hs-inner-videos .videos .videos-group .flaticon {
      font-size: 40px;
   }
}

.hs-inner-videos .videos .videos-group p {
   font-size: 16px;
   line-height: 30px;
   position: absolute;
   z-index: 3;
   bottom: 20px;
   display: -webkit-box;
   overflow: hidden;
   width: 100%;
   height: 60px;
   margin: 0;
   padding: 0 15px;
   color: #fff;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
   .hs-inner-videos .videos .videos-group p {
      font-size: 14px;
      line-height: 24px;
      bottom: 10px;
      height: 48px;
   }
}

.hs-inner-videos .videos .videos-group:hover .ibox img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}

.hs-footer {
   font-weight: 500;
   position: relative;
   overflow: hidden;
   color: #fff;
   background-color: #06252b;
}

@media (max-width: 767px) {
   .hs-footer {
      padding-bottom: 50px;
   }
}

.hs-footer .foot {
   padding: 80px 0;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

@media (max-width: 991px) {
   .hs-footer .foot {
      padding: 50px 0;
   }
}

@media (max-width: 767px) {
   .hs-footer .foot {
      padding: 30px 0;
   }
}

.hs-footer .foot-txt {
   max-width: 370px;
}

@media (max-width: 991px) {
   .hs-footer .foot-txt {
      max-width: 300px;
   }
}

@media (max-width: 767px) {
   .hs-footer .foot-txt {
      max-width: 100%;
   }
}

.hs-footer .foot-txt h3 {
   font-size: 30px;
   font-weight: bold;
   line-height: 1.5;
   margin-top: 0;
   margin-bottom: 40px;
}

@media (max-width: 767px) {
   .hs-footer .foot-txt h3 {
      font-size: 24px;
      margin-bottom: 20px;
   }
}

.hs-footer .foot-txt p {
   line-height: 24px;
}

.hs-footer .foot-txt p a:hover {
   text-decoration: underline;
   color: #f60;
}

.hs-footer .foot-nav {
   width: 50%;
}

@media (max-width: 991px) {
   .hs-footer .foot-nav {
      width: -webkit-calc(100% - 300px);
      width: calc(100% - 300px);
   }
}

@media (max-width: 767px) {
   .hs-footer .foot-nav {
      width: 100%;
   }
}

.hs-footer .foot-nav&gt;ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.hs-footer .foot-nav&gt;ul&gt;li {
   position: relative;
}

@media (max-width: 767px) {
   .hs-footer .foot-nav&gt;ul&gt;li {
      width: 100%;
      margin: 0;
   }
}

.hs-footer .foot-nav&gt;ul&gt;li&gt;a {
   font-size: 18px;
   font-weight: 600;
   line-height: 40px;
   display: block;
}

@media (max-width: 1199px) {
   .hs-footer .foot-nav&gt;ul&gt;li&gt;a {
      font-size: 18px;
   }
}

@media (max-width: 767px) {
   .hs-footer .foot-nav&gt;ul&gt;li&gt;a {
      font-size: 16px;
   }
}

.hs-footer .foot-nav&gt;ul&gt;li&gt;a::before {
   display: inline-block;
   width: 8px;
   height: 8px;
   margin-right: 16px;
   content: "";
   vertical-align: middle;
   background-color: #f60;
}

.hs-footer .foot-nav&gt;ul&gt;li .flaticon-next {
   display: none;
}

@media (max-width: 767px) {
   .hs-footer .foot-nav&gt;ul&gt;li .flaticon-next {
      font-size: 20px;
      line-height: 40px;
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 40px;
      height: 40px;
      text-align: center;
   }
}

.hs-footer .foot-nav&gt;ul&gt;li&gt;ul {
   margin-top: 20px;
   padding-left: 24px;
}

@media (max-width: 767px) {
   .hs-footer .foot-nav&gt;ul&gt;li&gt;ul {
      display: none;
      margin: 0;
   }
}

@media (max-width: 767px) {
   .hs-footer .foot-nav&gt;ul&gt;li&gt;ul&gt;li {
      display: inline-block;
      margin-right: 10px;
      vertical-align: top;
   }
}

.hs-footer .foot-nav&gt;ul&gt;li&gt;ul&gt;li&gt;a {
   font-size: 14px;
   font-weight: 500;
   line-height: 1.875;
   display: block;
   padding: 5px 0;
}

.hs-footer .foot-nav&gt;ul&gt;li&gt;ul&gt;li:hover&gt;a {
   text-decoration: underline;
   color: #f60;
}

.hs-footer .foot-nav&gt;ul&gt;li.current .flaticon-next {
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
}

.hs-footer .copyright {
   line-height: 24px;
   padding: 20px 0 40px;
}

.hs-footer .copyright p {
   font-size: 14px;
   line-height: 24px;
   margin: 0;
   opacity: 0.5;
}

.hs-footer .copyright a:hover {
   text-decoration: underline;
   color: #fff;
}

.hc-mobile-nav.nav-levels-overlap ul ul .iconimg {
   display: none;
}

.hc-mobile-nav.nav-levels-overlap ul ul b {
   font-weight: normal;
}

.fluid_pseudo_poster,
.fluid_controls_container {
   display: none;
}

.zoom:after {
   position: absolute;
   top: 0;
   right: 0;
   display: block;
   width: 33px;
   height: 33px;
   content: "";
   background: url(../images/icon.png);
}

.zoom img {
   display: block;
}

.zoom img::-moz-selection {
   background-color: transparent;
}

.zoom img::selection {
   background-color: transparent;
}

.hideh1 {
   font-size: 0;
}

.hideh1 h1 {
   font-size: 0;
   margin: 0;
}

.flaticon:before {
   line-height: inherit !important;
   display: block;
}

.page_info {
   clear: both;
   padding-top: 50px;
   clear: both;
   width: 100%;
   font-size: 16px;
   text-align: center;
   line-height: 40px;
}

.page_info span {
   margin: 0 2px;
}

.page_list {
   line-height: 40px;
   text-align: center;
   font-size: 16px;
   padding-top: 50px;
   clear: both;
   width: 100%;
}

.page_list a,
.page_list span {
   display: inline-block;
   color: #333333;
   border: 1px solid #e8e8e8;
   text-align: center;
   margin: 0 4px;
   width: 40px;
   height: 40px;
   border-radius: 50%;
}

.page_list a:hover {
   color: #fff;
   border: 1px solid #000;
   background: #000;
}

.page_list .current_page {
   border: 1px solid #000;
   background: #000;
   color: #fff;
}

@media (max-width: 991px) {
   .page_list a,
   .page_list span {
      width: 30px;
      height: 30px;
      line-height: 30px;
   }
}

.table_a {
   overflow-x: auto;
   width: 100%;
}

.table_a table {
   border-right: 1px solid #0061b3;
   border-bottom: 1px solid #0061b3;
   width: 100%;
}

.table_a table td,
.table_a table th {
   border-left: 1px solid #0061b3;
   border-top: 1px solid #0061b3;
   text-align: left;
   font-size: 16px;
   height: 30px;
   line-height: 30px;
   padding: 0 0 0 5px;
   font-family: "Microsoft YaHei";
   width: 25%;
}

.table_a table tr:nth-child(odd) {
   background: #f5f5f5;
}

.biao2 {
   background: #f1f1f1;
}

@media (max-width: 767px) {
   .table_a table th {
      line-height: 20px;
      height: auto;
   }
}

.hs-footer .follow ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   margin: -20px 0 20px 0;
}

.hs-footer .follow ul li {
   margin-right: 10px;
}

@media (max-width: 1470px) {
   .hs-footer .follow ul li {
      margin-right: 6px;
   }
}

.hs-footer .follow ul li a {
   line-height: 36px;
   display: block;
   width: 36px;
   height: 36px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   text-align: center;
   color: #fff;
   background-color: #f60;
}

@media (max-width: 767px) {
   .hs-footer .follow ul li a {
      line-height: 24px;
      width: 24px;
      height: 24px;
   }
   .hs-footer .follow ul li a .flaticon {
      font-size: 14px;
   }
}

.hs-footer .follow ul li a:hover {
   color: #f60;
   background-color: #fff;
}

.hs-footer .follow .flaticon {
   font-size: 20px;
}

.hs-inner-oem {
   padding-top: 20px;
}

.hs-inner-oem .oem&gt;ul {
   display: flex;
   flex-wrap: wrap;
}

.hs-inner-oem .oem .oem-group {
   text-align: center;
   margin-top: 40px;
   cursor: pointer;
}

.hs-inner-oem .oem .oem-group .ibox {
   padding-bottom: 75%;
}

.hs-inner-oem .oem .oem-group .ibox img {
   transition: all 1s;
}

.hs-inner-oem .oem .oem-group p {
   font-size: 16px;
   line-height: 24px;
   margin: 10px 0 0 0;
}

.hs-inner-oem .oem .oem-group:hover .ibox img {
   transform: scale(1.1);
}

.hs-inner-oem .oem .oem-group:hover p {
   color: #c5560c;
}

@media (max-width: 767px) {
   .hs-inner-oem .oem .oem-group p {
      font-size: 14px;
   }
}

.open-download {
   width: 96%;
   max-width: 500px;
   padding: 60px 3%;
   display: none;
}

.open-download p {
   font-size: 16px;
   line-height: 24px;
}

.open-download input {
   width: 100%;
   padding: 10px 20px;
   line-height: 30px;
   background-color: #f4f4f4;
   margin-top: 20px;
}

.open-download .send {
   margin-top: 30px;
   font-size: 16px;
   line-height: 50px;
   padding: 0 30px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   color: #fff;
   outline: none;
   background-color: #1a434b;
}

.open-download .send:hover {
   background-color: #f60;
}

@media (max-width: 767px) {
   .open-download .send {
      font-size: 14px;
   }
}

@media (max-width: 767px) {
   .open-download {
      padding: 30px 3%;
   }
}

.hs-inner-honor .honor img {
   max-width: 100%;
}

.select-content {
   padding: 20px;
   background-color: #fff;
}

.select-content .select-itembox {
   line-height: 24px;
   position: relative;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   padding: 3px;
   padding-right: 80px;
   border-bottom: 1px solid #e1e1e1;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}

@media (max-width: 767px) {
   .select-content .select-itembox {
      padding-right: 0;
   }
}

.select-content .select-itembox .sopen {
   line-height: 20px;
   position: absolute;
   z-index: 2;
   top: 10px;
   right: 0;
   width: 60px;
   cursor: pointer;
   text-align: center;
   color: #777;
   border: 1px solid #9fb0b3;
}

@media (max-width: 767px) {
   .select-content .select-itembox .sopen {
      position: relative;
      top: 0;
      margin-bottom: 10px;
      margin-left: -webkit-calc(100% - 60px);
      margin-left: calc(100% - 60px);
   }
}

.select-content .select-itembox .sopen:before {
   content: "+ ";
}

.select-content .select-itembox .sopen:hover {
   color: #fff;
   border-color: #1a434b;
   background-color: #1a434b;
}

.select-content .select-itembox .select-title {
   font-size: 13px;
   width: 120px;
   padding: 3px 0;
   color: #777;
}

@media (max-width: 767px) {
   .select-content .select-itembox .select-title {
      font-size: 12px;
      width: 80px;
   }
}

.select-content .select-itembox .select-group {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   /* overflow: hidden; */
   width: -webkit-calc(100% - 120px);
   width: calc(100% - 120px);
   /* max-height: 52px; */
   padding-left: 3%;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}

@media (max-width: 767px) {
   .select-content .select-itembox .select-group {
      width: -webkit-calc(100% - 80px);
      width: calc(100% - 80px);
      /* max-height: 150px; */
   }
}

.select-content .select-itembox .select-group&gt;div {
   margin: 8px 0;
   margin-right: 20px;
   cursor: pointer;
}

@media (max-width: 767px) {
   .select-content .select-itembox .select-group&gt;div {
      font-size: 12px;
      margin: 4px 10px 4px 0;
   }
}

.select-content .select-itembox .select-group&gt;div&gt;div {
   position: relative;
   padding-left: 28px;
}

.select-content .select-itembox .select-group&gt;div&gt;div:before {
   position: absolute;
   z-index: 2;
   top: 50%;
   left: 0;
   display: block;
   width: 17px;
   height: 17px;
   content: "";
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   border: 1px solid #1a434b;
}

.select-content .select-itembox .select-group&gt;div img {
   height: 30px;
}

.select-content .select-itembox .select-group .active:after {
   line-height: 17px;
   position: absolute;
   top: 50%;
   left: 0;
   width: 17px;
   height: 17px;
   content: "âœ“";
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: center;
   color: #1a434b;
}

.select-content .select-itembox.openall .sopen::before {
   content: "- ";
}

.select-content .select-itembox.openall .select-group {
   max-height: 2000px;
}

.select-content .select {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.select-content .select .sectit {
   font-size: 14px;
   line-height: 24px;
   width: 120px;
   padding: 10px 0;
   color: #777;
}

@media (max-width: 767px) {
   .select-content .select .sectit {
      width: 80px;
   }
}

.select-content .select p {
   line-height: 26px;
   display: inline-block;
   overflow: hidden;
   height: 26px;
   margin: 14px 0;
   margin-left: 3%;
   padding: 0 12px;
   cursor: pointer;
   vertical-align: middle;
   color: #777;
   border: 1px solid #9fb0b3;
}

@media (max-width: 767px) {
   .select-content .select p {
      font-size: 12px;
      margin: 4px 0 10px 4px;
      -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
      transform: translateY(6px);
   }
}

.select-content .select p img {
   height: 100%;
}

.select-content .select p span:nth-child(2) {
   margin-left: 8px;
}

.select-content .select p:hover {
   color: #fff;
   border-color: #1a434b;
   background-color: #1a434b;
}

.hs-inner-worldwide {
   background: url(../images/worldwide.webp) no-repeat center;
   background-size: cover;
   padding: 200px 0;
   text-align: center;
}

.hs-inner-worldwide .title-home h2 {
   color: #ffffff;
}
.hs-inner-worldwide .email {
   margin-top: 50px;
}
.hs-inner-worldwide .email a {
   display: inline-block;
   background-color: #ff8a00;
   color: #ffffff;
   font-size: 16px;
   border-radius: 30px;
   line-height: 30px;
   padding: 10px 20px;
   font-weight: bold;
}
.hs-inner-worldwide .email a img {
   width: 30px;
   display: inline-block;
   vertical-align: middle;
   margin-left: 10px;
   filter: brightness(0) invert(1);
}
.hs-inner-worldwide .email a:hover {
   text-decoration: underline;
}

@media(max-width:1199px) {
   .hs-inner-worldwide {
      padding: 100px 0;
   }
   .hs-inner-worldwide .email {
      margin-top: 30px;
      font-size: 14px;
      line-height: 24px;
   }
}
@media(max-width:1199px) {
   .hs-inner-worldwide {
      padding: 50px 0;
   }
}</pre></body></html>