.ff {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;

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

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

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

    src: local('Roboto Black'), local('Roboto-Black'), url('../flaticon/Roboto-Black.woff2') format('woff2'), url('../flaticon/Roboto-Black.woff') format('woff'), url('../flaticon/Roboto-Black.ttf') format('truetype');
    font-display: swap;
}
body {
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: 100%;

    overflow-x: hidden;

    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px) {
    body {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}
@-ms-viewport {
    width: auto !important;
}
li,
ol,
ul {
    list-style: none;
}
a {
    color: inherit;
}
b,
strong {
    font-weight: bold;
}
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: .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 {
        max-width: 1280px;
    }
}
@media (min-width: 1470px) {
    .container {
        max-width: 1400px;
    }
    .con1300 {
        max-width: 1330px;
    }
}
@media (min-width: 1560px) {
    .container {
        max-width: 1440px;
    }
    .con1400 {
        max-width: 1440px;
    }
}
@media (min-width: 1660px) {
    .container {
        max-width: 1630px;
    }
}
@media (min-width: 1350px) {
    .con1200 {
        max-width: 1230px;
    }
}
@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,
.ibox iframe,
.ibox video {
    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,
.slick-arrow {
    line-height: 60px;

    position: relative;
    z-index: 8;
    top: 0;
    left: 0;

    display: inline-block;

    width: 60px;
    height: 60px;
    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    vertical-align: middle;

    color: #333;
}
@media (max-width: 1199px) {
    .swiper-button-next,
    .swiper-button-prev,
    .slick-arrow {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.swiper-button-next:after,
.swiper-button-prev:after,
.slick-arrow:after {
    display: none;
}
.swiper-button-next .flaticon,
.swiper-button-prev .flaticon,
.slick-arrow .flaticon {
    font-size: 36px;

    display: block;
}
@media (max-width: 1560px) {
    .swiper-button-next .flaticon,
    .swiper-button-prev .flaticon,
    .slick-arrow .flaticon {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .swiper-button-next .flaticon,
    .swiper-button-prev .flaticon,
    .slick-arrow .flaticon {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .swiper-button-next .flaticon,
    .swiper-button-prev .flaticon,
    .slick-arrow .flaticon {
        font-size: 24px;
    }
}
.swiper-button-next.swiper-button-next,
.swiper-button-prev.swiper-button-next,
.slick-arrow.swiper-button-next {
    right: 0;
}
.swiper-button-next.swiper-button-next .flaticon,
.swiper-button-prev.swiper-button-next .flaticon,
.slick-arrow.swiper-button-next .flaticon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover,
.slick-arrow:hover {
    color: #ff7900;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    left: -5%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slick-arrow.slick-next,
.slick-arrow.swiper-button-next {
    right: -5%;
    left: auto;
}
.button-white .swiper-button-prev,
.button-white .swiper-button-next {
    color: #222;
    background-color: #fff;
}
.button-white .swiper-button-prev:hover,
.button-white .swiper-button-next:hover {
    color: #fff;
    background-color: #0067be;
}
.swiper-poa .swiper-button-prev,
.swiper-poa .swiper-button-next {
    position: absolute;
    z-index: 8;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border: none;
}
.swiper-poa .swiper-button-prev:after,
.swiper-poa .swiper-button-next:after {
    display: none;
}
.swiper-poa .swiper-button-prev {
    left: -5%;
}
.swiper-poa .swiper-button-next {
    right: -5%;
    left: auto;

    margin-left: 0;
}
.hs-header-box {
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
}
@media (max-width: 767px) {
    .hs-header-box {
        position: -webkit-sticky;
        position: sticky;
        top: 0;

        color: #333;
        background-color: #fff;
    }
}
@media (max-width: 1400px) {
    .hs-header-box .top-right {
        width: 220px;
    }
}
@media (max-width: 1199px) {
    .hs-header-box .top-right {
        display: none !important;
    }
}
.hs-header-box .top-right .txt {
    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;
}
@media (max-width: 1400px) {
    .hs-header-box .top-right .txt {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-header-box .top-right .txt p {
    line-height: 24px;

    margin: 0;
    padding: 5px 18px;

    color: #fff;
    border-radius: 5px;
    background-color: #0067be;
}
@media (max-width: 1400px) {
    .hs-header-box .top-right .txt p {
        width: 100%;
    }
}
.hs-header-box .top-right .txt p a:hover {
    text-decoration: underline;
}
.hs-header-box .top-right .txt .email {
    margin-left: 20px;

    background-color: #ff7900;
}
@media (max-width: 1400px) {
    .hs-header-box .top-right .txt .email {
        margin-top: 10px;
        margin-left: 0;
    }
}
.hs-header-box .logo {
    display: block;
}
.hs-header-box .logo a {
    display: block;

    height: 90px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1400px) {
    .hs-header-box .logo a {
        height: 80px;
    }
}
@media (max-width: 1199px) {
    .hs-header-box .logo a {
        height: 60px;
        padding: 5px 0;
    }
}
.hs-header-box .logo img {
    width: auto;
    height: 100%;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.hs-header-box .pc-search {
    margin-left: 20px;
}
.hs-header-box .pc-search .search-button {
    line-height: 40px;

    cursor: pointer;
}
@media (max-width: 1199px) {
    .hs-header-box .pc-search .search-button {
        line-height: 30px;
    }
}
.hs-header-box .pc-search .search-button .flaticon {
    font-size: 20px;
}
.hs-header-box .pc-search .search-button img {
    width: 30px;

    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-header-box .pc-search form {
    position: absolute;
    z-index: 2;
    top: 120px;
    right: 0;

    display: block;
    display: none;
    overflow: hidden;

    width: 100%;
    height: 90px;
    padding: 25px 5% 25px 5%;

    background-color: #0067be;
}
@media (max-width: 1199px) {
    .hs-header-box .pc-search form {
        top: 60px;

        height: 80px;
        padding: 15px 30px 15px 15px;
    }
}
.hs-header-box .pc-search input {
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    height: 50px;
    padding: 10px 30px 10px 10px;

    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    outline: none;
    background: none;
}
.hs-header-box .pc-search input::-webkit-input-placeholder,
.hs-header-box .pc-search textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.hs-header-box .pc-search input:-o-placeholder,
.hs-header-box .pc-search textarea:-o-placeholder {
    color: rgba(255, 255, 255, .5);
}
.hs-header-box .pc-search input::-moz-placeholder,
.hs-header-box .pc-search textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
}
.hs-header-box .pc-search input:-ms-input-placeholder,
.hs-header-box .pc-search textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.hs-header-box .pc-search input:focus::-webkit-input-placeholder,
.hs-header-box .pc-search textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.hs-header-box .pc-search input:focus::-o-placeholder,
.hs-header-box .pc-search textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.hs-header-box .pc-search input:focus::-moz-placeholder,
.hs-header-box .pc-search textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.hs-header-box .pc-search input:focus::-ms-input-placeholder,
.hs-header-box .pc-search textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.hs-header-box .pc-search .close-search {
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;

    position: absolute;
    top: 10px;
    right: 3%;

    cursor: pointer;

    color: #fff;
}
@media (max-width: 1199px) {
    .hs-header-box .pc-search .close-search {
        right: 10px;
    }
}
.hs-header-box .pc-search .submit {
    font-size: 18px;
    line-height: 50px;

    position: absolute;
    top: 10px;
    right: 5%;

    width: 30px;
    padding: 0;

    text-align: center;

    color: #fff;
    outline: none;
    background: none;
    box-shadow: none;
}
@media (max-width: 1199px) {
    .hs-header-box .pc-search .submit {
        right: 50px;
    }
}
.hs-header-box .pc-search .submit img {
    width: 30px;

    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
    .hs-header-box .header-nav {
        display: none;
    }
}
.hs-header-box .header-nav>ul {
    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-header-box .header-nav>ul>li {
    position: relative;

    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-header-box .header-nav>ul>li:nth-child(2) {
    position: static;
}
.hs-header-box .header-nav>ul>li>a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 120px;
    padding: 0 1vw;

    -webkit-transition: all .4s;
    transition: all .4s;

    -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: 1560px) {
    .hs-header-box .header-nav>ul>li>a {
        font-size: 18px;

        padding: 0 10px;
    }
}
.hs-header-box .header-nav>ul>li:hover>a {
    color: #fff;
    background-color: #0067be;
}
.hs-header-box .pc-nav-down {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;

    display: none;

    min-width: 100%;
    min-width: 260px;
    padding: 30px;

    color: #fff;
    background: #0067be;
    box-shadow: 0 13px 9px 0 rgba(0, 0, 0, .3);
}
.hs-header-box .pc-nav-down>li {
    position: relative;
}
.hs-header-box .pc-nav-down>li:last-child>a {
    border-bottom: none;
}
.hs-header-box .pc-nav-down>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;
    overflow: hidden;

    padding: 15px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;

    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
@media (max-width: 1400px) {
    .hs-header-box .pc-nav-down>li>a {
        font-size: 15px;
    }
}
.hs-header-box .pc-nav-down>li:hover>a,
.hs-header-box .pc-nav-down>li.active>a {
    background-color: #ff7900;
}
.hs-header-box .pc-nav-down-product {
    width: 100%;
    padding: 60px 8%;
}
@media (max-width: 1560px) {
    .hs-header-box .pc-nav-down-product {
        padding: 60px 6%;
    }
}
.hs-header-box .pc-nav-down-product .product-left {
    width: -webkit-calc(100% - 380px);
    width: calc(100% - 380px);
    padding-right: 5%;
}
@media (max-width: 1560px) {
    .hs-header-box .pc-nav-down-product .product-left {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}
.hs-header-box .pc-nav-down-product .nav-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -5px;

    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.hs-header-box .pc-nav-down-product .nav-product>li {
    position: relative;

    padding: 10px 5px;
}
.hs-header-box .pc-nav-down-product .nav-product>li:after {
    position: absolute;
    bottom: -2px;
    left: 50%;

    display: block;

    width: 0;
    height: 4px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #ff7900;
}
.hs-header-box .pc-nav-down-product .nav-product>li:before {
    position: absolute;
    bottom: -10px;
    left: 50%;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    opacity: 0;
    border-width: 10px 5px 0 5px;
    border-style: solid;
    border-color: #ff7900 transparent transparent transparent;
}
.hs-header-box .pc-nav-down-product .nav-product>li>a {
    font-size: 18px;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 10px 10px 10px 20px;
}
@media (max-width: 1560px) {
    .hs-header-box .pc-nav-down-product .nav-product>li>a {
        font-size: 16px;
    }
}
.hs-header-box .pc-nav-down-product .nav-product>li>a:before {
    position: absolute;
    top: 20px;
    left: 0;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    background-color: #fff;
}
.hs-header-box .pc-nav-down-product .nav-product>li.active:after {
    width: 100%;
}
.hs-header-box .pc-nav-down-product .nav-product>li.active:before {
    opacity: 1;
}
.hs-header-box .pc-nav-down-product .nav-more {
    margin-top: 50px;
}
.hs-header-box .pc-nav-down-product .nav-more a {
    line-height: 40px;

    display: inline-block;

    padding: 0 34px;

    color: #fff;
    background-color: #ff7900;
}
.hs-header-box .pc-nav-down-product .nav-product2-box,
.hs-header-box .pc-nav-down-product .nav-img {
    display: none;
}
.hs-header-box .pc-nav-down-product .nav-product2-box:nth-child(1),
.hs-header-box .pc-nav-down-product .nav-img:nth-child(1) {
    display: block;
}
.hs-header-box .pc-nav-down-product .nav-product2 {

    margin-top: 20px;
    font-size: 0;
}
.hs-header-box .pc-nav-down-product .nav-product2>li {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    font-size: 16px;
}
.hs-header-box .pc-nav-down-product .nav-product2>li>a {
    line-height: 24px;

    display: block;

    padding: 10px 20px;
    position: relative;
}
@media (max-width: 1560px) {
    .hs-header-box .pc-nav-down-product .nav-product2>li>a {
        font-size: 14px;
        padding: 10px 10px 10px 14px;
    }
}
.hs-header-box .pc-nav-down-product .nav-product2>li>a:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0px;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
}
.hs-header-box .pc-nav-down-product .nav-product2>li:hover>a {
    text-decoration: underline;
}
.hs-header-box .pc-nav-down-product .product-right {
    width: 380px;
}
@media (max-width: 1560px) {
    .hs-header-box .pc-nav-down-product .product-right {
        width: 300px;
    }
}
.hs-header-box .xs-nav {
    display: none;
}
.hs-header-box .toggle-navigation {
    position: relative;
    right: 0;

    display: none;

    width: 36px;
    height: 36px;
    margin-left: 16px;
    margin-left: 10px;

    border-radius: 50%;
    background-color: #0067be;
}
@media (max-width: 1199px) {
    .hs-header-box .toggle-navigation {
        display: inline-block;

        vertical-align: middle;
    }
}
.hs-header-box .toggle-navigation a {
    position: absolute;
    top: 0;
    left: 15%;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 70%;
    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 .4s;
    transition: all .4s;

    background: #fff;
}
.hs-header-box .toggle-navigation a span {
    display: block;

    height: 2px;
    margin: 4px 0;

    -webkit-transition: all .4s;
    transition: all .4s;

    background: #fff;
}
.hs-header-box.stuck-header {
    color: #333;
    background-color: #fff;
    box-shadow: 0 11px 14px 0 rgba(0, 103, 190, .3);
}
.hs-header-box.stuck-header .logo a {
    height: 70px;
}
@media (max-width: 1199px) {
    .hs-header-box.stuck-header .logo a {
        height: 60px;
    }
}
.hs-header-box.stuck-header .header-nav>ul>li>a {
    height: 80px;
}
.hs-header-box-white {
    color: #fff;
}
.hs-header-box-white.stuck-header {
    color: #000;
}
@-webkit-keyframes scroll-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes scroll-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
.hc-mobile-nav .nav-wrapper {
    text-transform: uppercase;

    color: #333;
    background-color: brightness(.9, var(--color));
}
.hc-mobile-nav .nav-wrapper .nav-more {
    display: none;
}
.hc-mobile-nav .nav-wrapper .flaticon {
    display: none;
}
.hc-mobile-nav .nav-cate1>li>a .flaticon {
    display: block;
}
.hc-mobile-nav a {
    color: #666;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
    border-color: rgba(153, 153, 153, .2);
}
.hc-mobile-nav li.nav-back a {
    border-color: rgba(153, 153, 153, .2);
    background-color: rgba(153, 153, 153, .2);
}
.hc-mobile-nav .nav-container,
.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
    width: 100%;

    background: #eef4fc;
    background-size: cover;
}
.hc-mobile-nav a[href]:not([href='#'])>span.nav-next {
    border-color: rgba(153, 153, 153, .2);
}
.hc-mobile-nav a {
    border-bottom-color: rgba(153, 153, 153, .2);
}
.hc-mobile-nav h2 {
    color: #666;
}
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
    background-color: rgba(153, 153, 153, .2);
}
.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: rgba(153, 153, 153, .2);
}
.hc-mobile-nav a[href]:not([href='#'])>span.nav-next {
    border-color: rgba(153, 153, 153, .2);
}
.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: rgba(153, 153, 153, .2);
}
.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);
    }
}
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after,
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
    border-color: #999;
}
.customer-service {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1199px) {
    .customer-service {
        display: none;
    }
}
.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: 24px;
    line-height: 50px;

    position: relative;
    z-index: 3;

    display: block;

    width: 50px;
    height: 50px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border-radius: 6px;
    background-color: rgba(0, 0, 0, .6);
}
@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;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.customer-service a p {
    font-size: 16px;
    line-height: 30px;

    position: absolute;
    top: 0;
    right: 50px;

    margin: 0;
    padding: 10px;

    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(180%);
    -ms-transform: translateX(180%);
    transform: translateX(180%);
    white-space: nowrap;

    border-radius: 6px;
    background-color: #ff7900;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.customer-service a p img {
    width: 120px;
}
.customer-service a:hover .flaticon {
    color: #fff;
    background-color: #ff7900;
}
.customer-service a:hover p {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.customer-service .service-wechat p {
    background-color: #ff7900;
}
.customer-service .service-top .flaticon:before {
    display: block;

    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.xs-customer-service {
    position: fixed;
    z-index: 9;
    bottom: 0;

    width: 100%;

    text-align: center;

    color: #fff;
    background-color: #0067be;
}
.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%;
}
.banner-box .banner {
    position: relative;
}
.banner-box .swiper-slide {
    overflow: hidden;
}
.banner-box .swiper-img img {
    width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .banner-box .swiper-img img {
        width: 130%;
        margin-left: -15%;
    }
}
.banner-box .swiper-text {
    position: absolute;
    z-index: 2;
    top: 35%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text {
        top: 35%;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text {
        top: 40%;
    }
}
.banner-box .swiper-text-1 {
    text-align: center;
}
.banner-box .swiper-text-1 .desc {
    padding: 0 10%;
}
@media (max-width: 991px) {
    .banner-box .swiper-text-1 .desc {
        padding: 0 5%;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text-1 .desc {
        padding: 0;
    }
}
.banner-box .swiper-text h2,
.banner-box .swiper-text h3,
.banner-box .swiper-text h4 {
    overflow: hidden;
}
.banner-box .swiper-text h2 span,
.banner-box .swiper-text h3 span,
.banner-box .swiper-text h4 span {
    display: block;

    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);

    opacity: 0;
}
.banner-box .swiper-text h2 {
    font-size: 50px;
    font-weight: 900;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text h2 {
        font-size: 46px;
    }
}
@media (max-width: 1470px) {
    .banner-box .swiper-text h2 {
        font-size: 42px;
    }
}
@media (max-width: 1400px) {
    .banner-box .swiper-text h2 {
        font-size: 38px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text h2 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text .ban-number {
        display: none;
    }
}
.banner-box .swiper-text .ban-number 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;
}
.banner-box .swiper-text .ban-number ul li {
    margin-top: 40px;
}
.banner-box .swiper-text .ban-number .ban-num-group {
    max-width: 220px;

    text-align: center;
}
.banner-box .swiper-text .ban-number .ban-num-group b {
    font-size: 48px;
    line-height: 1;

    display: block;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text .ban-number .ban-num-group b {
        font-size: 40px;
    }
}
@media (max-width: 1400px) {
    .banner-box .swiper-text .ban-number .ban-num-group b {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text .ban-number .ban-num-group b {
        font-size: 30px;
    }
}
.banner-box .swiper-text .ban-number .ban-num-group b sub {
    font-size: 24px;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text .ban-number .ban-num-group b sub {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text .ban-number .ban-num-group b sub {
        font-size: 18px;
    }
}
.banner-box .swiper-text .ban-number .ban-num-group p {
    font-size: 16px;
    line-height: 24px;

    margin: 14px 0 0 0;

    color: rgba(255, 255, 255, .7);
}
@media (max-width: 1199px) {
    .banner-box .swiper-text .ban-number .ban-num-group p {
        font-size: 14px;

        margin-top: 8px;
    }
}
.banner-box .swiper-text .link {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .banner-box .swiper-text .link {
        margin-top: 10px;
    }
}
.banner-box .swiper-text .link a {
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    margin-top: 10px;
    padding: 0 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    vertical-align: middle;

    color: #0067be;
    border-radius: 8px;
    background-color: #fff;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text .link a {
        font-size: 14px;
        line-height: 40px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text .link a {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text .link a {
        font-size: 12px;
        line-height: 20px;
    }
}
.banner-box .swiper-text .link .more {
    margin-right: 28px;
}
@media (max-width: 1199px) {
    .banner-box .swiper-text .link .more {
        margin-right: 10px;
    }
}
.banner-box .swiper-text .link .active {
    color: #fff;
    background-color: #ff7900;
}
.banner-box .swiper-text h3 {
    font-size: 18px;
}
.banner-box .swiper-text-2 {
    top: -webkit-calc(50% + 60px);
    top: calc(50% + 60px);
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-2 {
        top: 50%;
    }
}
.banner-box .swiper-text-2 .desc {
    width: 54%;
}
.banner-box .swiper-text-2 .desc h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.66666667;
}
@media (max-width: 767px) {
    .banner-box .swiper-text-2 .desc h3 {
        font-size: 14px;
        line-height: 1.2;

        display: none;
    }
}
.banner-box .swiper-text-2 .desc h2 {
    font-size: 4vw;
    font-weight: 900;
    line-height: 1.2;
}
@media (min-width: 1920px) {
    .banner-box .swiper-text-2 .desc h2 {
        font-size: 72px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text-2 .desc h2 {
        font-size: 24px;
    }
}
.banner-box .swiper-text-2 .img {
    width: 46%;
}
.banner-box .swiper-text-2 .img img {
    width: 100%;
}
.banner-box .swiper-text-3 {
    top: -webkit-calc(50% + 60px);
    top: calc(50% + 60px);

    text-align: center;
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-3 {
        top: -webkit-calc(50% + 30px);
        top: calc(50% + 30px);
    }
}
.banner-box .swiper-text-3 .desc {
    max-width: 1150px;
    margin: 0 auto;
}
.banner-box .swiper-text-3 .desc h2 {
    font-size: 48px;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text-3 .desc h2 {
        font-size: 40px;
    }
}
@media (max-width: 1400px) {
    .banner-box .swiper-text-3 .desc h2 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-3 .desc h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text-3 .desc h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text-3 .desc h2 {
        font-size: 20px;
    }
}
.banner-box .swiper-text-3 .desc h3 {
    font-size: 24px;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text-3 .desc h3 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-3 .desc h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text-3 .desc h3 {
        font-size: 16px;
    }
}
.banner-box .swiper-text-3 .desc h4 {
    font-size: 18px;
    font-weight: 900;

    max-width: 690px;
    margin: 0 auto;
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-3 .desc h4 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text-3 .desc h4 {
        font-size: 14px;
        line-height: 1.2;

        display: none;
    }
}
.banner-box .swiper-text-3 .img {
    margin-top: 5vw;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text-3 .img {
        margin-top: 3vw;
    }
}
.banner-box .swiper-text-3 .img img {
    width: 100%;
}
.banner-box .swiper-text-4 {
    top: -webkit-calc(40% + 60px);
    top: calc(40% + 60px);
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-4 {
        top: -webkit-calc(50% + 30px);
        top: calc(50% + 30px);
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text-4 {
        top: 50%;
    }
}
.banner-box .swiper-text-4 .desc {
    max-width: 60%;
}
.banner-box .swiper-text-4 .desc h3 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text-4 .desc h3 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-4 .desc h3 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text-4 .desc h3 {
        font-size: 20px;
    }
}
.banner-box .swiper-text-4 .desc h2 {
    font-size: 3vw;
}
@media (max-width: 767px) {
    .banner-box .swiper-text-4 .desc h2 {
        font-size: 20px;
    }
}
.banner-box .swiper-text-4 .desc h4 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text-4 .desc h4 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text-4 .desc h4 {
        display: none;
    }
}
.banner-box .ban-img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);

    opacity: 0;
}
.banner-box .ban-img img {
    width: 100%;
}
.banner-box .swiper-slide-active .swiper-text h2 span,
.banner-box .swiper-slide-active .swiper-text h3 span,
.banner-box .swiper-slide-active .swiper-text h4 span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}
.banner-box .swiper-slide-active .ban-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    opacity: 1;
}
.banner-box .swiper-button-prev,
.banner-box .swiper-button-next {
    line-height: 55px;

    left: 0;

    display: inline-block;

    width: 55px;
    height: 55px;

    vertical-align: middle;

    color: #fff;
    border: 2px solid #fff;
    background: none;
}
@media (max-width: 767px) {
    .banner-box .swiper-button-prev,
    .banner-box .swiper-button-next {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.banner-box .swiper-button-prev .flaticon,
.banner-box .swiper-button-next .flaticon {
    font-size: 30px;
}
@media (max-width: 767px) {
    .banner-box .swiper-button-prev .flaticon,
    .banner-box .swiper-button-next .flaticon {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-button-next {
        margin-left: 10px;
    }
}
.banner-box .banner-pagination {
    position: absolute;
    bottom: 3%;

    width: 100%;
    margin-top: 0;
}
.banner-box .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
}
@-webkit-keyframes mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.banner-inner {
    position: relative;

    overflow: hidden;
}
.banner-inner img {
    width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .banner-inner img {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-inner .banner-group {
    position: relative;
}
.banner-inner .group-text {
    position: absolute;
    z-index: 8;
    top: -webkit-calc(50% + 60px);
    top: calc(50% + 60px);
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}
@media (max-width: 1199px) {
    .banner-inner .group-text {
        top: -webkit-calc(50% + 30px);
        top: calc(50% + 30px);
    }
}
@media (max-width: 767px) {
    .banner-inner .group-text {
        top: 50%;
    }
}
.banner-inner-products {
    height: 120px;
    padding-top: 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .banner-inner-products {
        height: 60px;

        background-position: left center;
    }
}
.hs-pad {
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 1199px) {
    .hs-pad {
        padding: 60px 0;
    }
}
@media (max-width: 767px) {
    .hs-pad {
        padding: 40px 0;
    }
}
.hs-more a {
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    padding: 0 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #666;
    border: 1px solid #c2c2c2;
    border-radius: 5px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-more a:hover {
    color: #fff;
    border-color: #0067be;
    background-color: #0067be;
}
.hs-more-bg a {
    line-height: 52px;

    padding: 0 50px;

    color: #fff;
    border-color: #ff7900;
    border-radius: 10px;
    background-color: #ff7900;
}
@media (max-width: 1199px) {
    .hs-more-bg a {
        line-height: 42px;
    }
}
.title-home h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1;

    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .title-home h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .title-home h2 {
        font-size: 24px;
    }
}
.title-home h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;

    color: #ff7900;
}
.title-home h3 span {
    color: #e60012;
}
.title-home p {
    line-height: 1.5;

    max-width: 800px;
    margin-top: 20px;

    color: #333;
}
@media (max-width: 1560px) {
    .title-home p {
        margin-top: 14px;
    }
}
@media (max-width: 1199px) {
    .title-home p {
        margin-top: 10px;
    }
}
.public-note p {
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px) {
    .public-note p {
        font-size: 15px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .public-note p {
        font-size: 14px;
    }
}
.public-note p strong {
    color: #000;
}
.public-note h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;
}
.public-note img {
    max-width: 100%;
    height: auto !important;
}
.public-note.lh24 p {
    line-height: 24px;
}
.swiper-pagination {
    z-index: 6;

    width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;

    background-color: #0067be;
}
.hs-home-category {
    background: #f1f1f1;
}
.hs-home-category .container {
    position: relative;
}
.hs-home-category .category-bgimg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;

    width: 690px;
}
@media (max-width: 1400px) {
    .hs-home-category .category-bgimg {
        width: 500px;
    }
    .hs-home-category .category-bgimg img {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category-bgimg {
        width: 400px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-bgimg {
        width: 200px;
    }
}
.hs-home-category .category-bgimg img {
    display: block;

    width: 100%;

    -webkit-animation: roate360 24s linear infinite;
    animation: roate360 24s linear infinite;
}
.hs-home-category .title-home h2 {
    color: #0067be;
}
.hs-home-category .category {
    margin-top: 20px;
}
.hs-home-category .category>ul>li {
    margin-top: 30px;
}
.hs-home-category .category .category-group {
    position: relative;

    display: block;

    height: 100%;

    text-align: center;

    background-color: #0067be;
}
.hs-home-category .category .category-group .img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    mix-blend-mode: multiply;
}
.hs-home-category .category .category-group .desc {
    position: relative;
    z-index: 6;

    padding: 110px 10%;

    -webkit-transition: all .6s;
    transition: all .6s;

    color: #fff;
}
@media (max-width: 1560px) {
    .hs-home-category .category .category-group .desc {
        padding: 80px 5%;
    }
}
@media (max-width: 1400px) {
    .hs-home-category .category .category-group .desc {
        padding: 60px 5%;
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category .category-group .desc {
        padding: 30px;
    }
}
.hs-home-category .category .category-group .desc .icon {
    overflow: hidden;

    width: 110px;
    height: 110px;
    margin: 0 auto;

    border: 2px solid #fff;
    border-radius: 50%;
}
@media (max-width: 1400px) {
    .hs-home-category .category .category-group .desc .icon {
        width: 80px;
        height: 80px;
    }
}
.hs-home-category .category .category-group .desc .icon img {
    width: 100%;
}
.hs-home-category .category .category-group .desc .title-category {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;

    margin-top: 30px;
}
@media (max-width: 1199px) {
    .hs-home-category .category .category-group .desc .title-category {
        font-size: 20px;

        margin-top: 20px;
    }
}
.hs-home-category .category .category-group .desc .title-category:after {
    display: block;

    width: 140px;
    height: 2px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background-color: #fff;
}
.hs-home-category .category .category-group .desc .public-note {
    margin-top: 20px;
}
.hs-home-category .category .category-group .more {
    font-size: 14px;
    line-height: 20px;

    position: absolute;
    bottom: -35px;
    left: 50%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 70px;
    height: 70px;
    padding: 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    opacity: 0;
    color: #fff;
    background-color: #ff7900;

    -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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hs-home-category .category .active .img {
    opacity: .5;
}
.hs-home-category .category .active .desc {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
}
@media (max-width: 1199px) {
    .hs-home-category .category .active .desc {
        -webkit-transform: translateY(-5%);
        -ms-transform: translateY(-5%);
        transform: translateY(-5%);
    }
}
.hs-home-category .category .active .more {
    opacity: 1;
}
.hs-home-category .category-top,
.hs-home-category .category {
    position: relative;
    z-index: 6;
}
@-webkit-keyframes roate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes roate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.hs-home-why .why .why-left {
    width: 450px;
}
@media (max-width: 1199px) {
    .hs-home-why .why .why-left {
        width: 350px;
    }
}
@media (max-width: 991px) {
    .hs-home-why .why .why-left {
        width: 100%;
    }
}
.hs-home-why .why .why-left .title-home .num {
    font-size: 72px;
    font-weight: 900;
    line-height: 1.4;

    display: block;

    color: #0067be;
}
@media (max-width: 1560px) {
    .hs-home-why .why .why-left .title-home .num {
        font-size: 60px;
    }
}
@media (max-width: 1199px) {
    .hs-home-why .why .why-left .title-home .num {
        font-size: 50px;
    }
}
.hs-home-why .why .why-left .title-home .num sup {
    font-size: 36px;
    font-weight: normal;

    top: 24px;

    vertical-align: top;
}
@media (max-width: 1560px) {
    .hs-home-why .why .why-left .title-home .num sup {
        font-size: 30px;
    }
}
.hs-home-why .why .why-left .public-note {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .hs-home-why .why .why-left .public-note {
        margin-top: 20px;
    }
}
.hs-home-why .why .why-right {
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
    padding-left: 8%;
}
@media (max-width: 1560px) {
    .hs-home-why .why .why-right {
        padding-left: 5%;
    }
}
@media (max-width: 1199px) {
    .hs-home-why .why .why-right {
        width: -webkit-calc(100% - 350px);
        width: calc(100% - 350px);
    }
}
@media (max-width: 991px) {
    .hs-home-why .why .why-right {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.hs-home-why .why .why-right>ul>li:nth-child(-n+3) {
    border-bottom: 1px solid #e7e7e7;
}
.hs-home-why .why .why-right>ul>li:nth-child(3) {
    position: relative;
}
.hs-home-why .why .why-right>ul>li:nth-child(3):after {
    position: absolute;
    bottom: -1px;
    left: 100%;

    display: block;

    width: 1000px;
    height: 1px;

    content: '';

    background-color: #e7e7e7;
}
.hs-home-why .why .why-right .why-group {
    display: block;

    padding: 30px 50px;
}
@media (max-width: 1560px) {
    .hs-home-why .why .why-right .why-group {
        padding: 30px;
    }
}
@media (max-width: 1400px) {
    .hs-home-why .why .why-right .why-group {
        padding: 20px 15px;
    }
}
@media (max-width: 1199px) {
    .hs-home-why .why .why-right .why-group {
        padding: 20px 0;
    }
}
.hs-home-why .why .why-right .why-group .icon {
    color: #0067be;
}
.hs-home-why .why .why-right .why-group .icon .flaticon {
    font-size: 50px;
    line-height: 1;

    display: inline-block;

    -webkit-transition: all .6s;
    transition: all .6s;
}
.hs-home-why .why .why-right .why-group .title-why {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.33333333;

    margin-top: 10px;

    color: #0067be;
}
@media (max-width: 1199px) {
    .hs-home-why .why .why-right .why-group .title-why {
        font-size: 16px;
    }
}
.hs-home-why .why .why-right .why-group .more {
    line-height: 30px;

    margin-top: 10px;

    color: #ff7900;
}
@media (min-width: 1200px) {
    .hs-home-why .why .why-right .why-group:hover .icon .flaticon {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
.hs-home-solutions {
    position: relative;

    padding-top: 110px;

    color: #fff;
}
@media (max-width: 1199px) {
    .hs-home-solutions {
        padding-top: 60px;
    }
}
.hs-home-solutions .solutions-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.hs-home-solutions .solutions-bg:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(3, 67, 163, .7);
}
.hs-home-solutions .solutions-bg .solutions-bgimg {
    display: none;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hs-home-solutions .solutions {
    position: relative;
    z-index: 6;
}
.hs-home-solutions .solutions-desc {
    display: none;

    max-width: 1120px;
    margin: 0 auto;

    text-align: center;
}
.hs-home-solutions .solutions-desc .title-solutions span {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.33333333;

    display: block;

    color: rgba(255, 255, 255, .5);
}
.hs-home-solutions .solutions-desc .title-solutions h3 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.11111111;

    display: inline-block;

    margin-top: 10px;

    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .hs-home-solutions .solutions-desc .title-solutions h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .hs-home-solutions .solutions-desc .title-solutions h3 {
        font-size: 24px;
    }
}
.hs-home-solutions .solutions-desc .title-solutions h3:after {
    display: block;

    width: 100%;
    height: 1px;
    margin-top: 10px;

    content: '';

    background-color: rgba(255, 255, 255, .4);
}
.hs-home-solutions .solutions-desc .public-note {
    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;
    margin-top: 18px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hs-home-solutions .solutions-desc .public-note p {
    font-size: 18px;
    line-height: 24px;
}
@media (max-width: 991px) {
    .hs-home-solutions .solutions-desc .public-note p {
        font-size: 16px;
    }
}
.hs-home-solutions .solutions-desc .hs-more {
    margin-top: 30px;
}
.hs-home-solutions .solutions-menu 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: 1199px) {
    .hs-home-solutions .solutions-menu ul {
        margin: 0 -10px;
    }
}
.hs-home-solutions .solutions-menu ul li {
    width: 25%;
    padding: 0 30px;
}
@media (max-width: 1199px) {
    .hs-home-solutions .solutions-menu ul li {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions-menu ul li {
        width: 50%;
    }
}
.hs-home-solutions .solutions-menu .menu-group {
    position: relative;

    display: block;

    padding: 250px 7% 50px 7%;
}
@media (max-width: 1560px) {
    .hs-home-solutions .solutions-menu .menu-group {
        padding: 200px 5% 50px;
    }
}
@media (max-width: 1199px) {
    .hs-home-solutions .solutions-menu .menu-group {
        padding: 150px 15px 50px;
    }
}
@media (max-width: 991px) {
    .hs-home-solutions .solutions-menu .menu-group {
        padding: 100px 15px 50px;
    }
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions-menu .menu-group {
        padding: 30px 15px;
    }
}
.hs-home-solutions .solutions-menu .menu-group:before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 0;

    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;

    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 162, 255, .8)));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 162, 255, .8));
    background-image: linear-gradient(transparent, rgba(0, 162, 255, .8));
}
.hs-home-solutions .solutions-menu .menu-group span,
.hs-home-solutions .solutions-menu .menu-group b,
.hs-home-solutions .solutions-menu .menu-group .more {
    position: relative;
    z-index: 6;
}
.hs-home-solutions .solutions-menu .menu-group span {
    font-size: 14px;
    line-height: 24px;

    display: block;
}
.hs-home-solutions .solutions-menu .menu-group b {
    font-size: 24px;
    line-height: 30px;

    display: block;
}
@media (max-width: 1199px) {
    .hs-home-solutions .solutions-menu .menu-group b {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions-menu .menu-group b {
        font-size: 18px;
    }
}
.hs-home-solutions .solutions-menu .menu-group .more {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;

    position: relative;

    margin-top: 50px;

    color: #ff7900;
}
@media (max-width: 1199px) {
    .hs-home-solutions .solutions-menu .menu-group .more {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions-menu .menu-group .more {
        margin-top: 20px;
    }
}
.hs-home-solutions .solutions-menu .menu-group .more:after {
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    height: 1px;

    content: '';

    background-color: #ff7900;
}
.hs-home-solutions .solutions-menu .active .menu-group:before {
    height: 100%;
}
.hs-home-about .about-info {
    background: url(../images/about-logo.webp) no-repeat right top;
}
.hs-home-about .about-note {
    margin-top: 30px;
}
.hs-home-about .about-note h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    color: #0067be;
}
@media (max-width: 1199px) {
    .hs-home-about .about-note h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-home-about .about-note h3 {
        font-size: 18px;
    }
}
.hs-home-about .about {
    margin-top: 30px;
}
.hs-home-about .about 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 ul {
        margin: 0 -5px;
    }
}
.hs-home-about .about ul li {
    width: 25%;
    margin-top: 30px;
    padding: 0 15px;
}
@media (max-width: 991px) {
    .hs-home-about .about ul li {
        margin-top: 10px;
        padding: 0 5px;
    }
}
@media (max-width: 991px) {
    .hs-home-about .about ul li {
        width: 28%;
    }
}
.hs-home-about .about ul li:nth-child(1) {
    width: -webkit-calc(50% - 180px);
    width: calc(50% - 180px);
}
@media (max-width: 1560px) {
    .hs-home-about .about ul li:nth-child(1) {
        width: -webkit-calc(50% - 150px);
        width: calc(50% - 150px);
    }
}
@media (max-width: 1199px) {
    .hs-home-about .about ul li:nth-child(1) {
        width: -webkit-calc(50% - 120px);
        width: calc(50% - 120px);
    }
}
@media (max-width: 991px) {
    .hs-home-about .about ul li:nth-child(1) {
        width: 44%;
    }
}
.hs-home-about .about ul li:nth-child(4) {
    width: 180px;
}
@media (max-width: 1560px) {
    .hs-home-about .about ul li:nth-child(4) {
        width: 150px;
    }
}
@media (max-width: 1199px) {
    .hs-home-about .about ul li:nth-child(4) {
        width: 120px;
    }
}
@media (max-width: 991px) {
    .hs-home-about .about ul li:nth-child(4) {
        width: 100%;
    }
}
.hs-home-about .about ul li img {
    display: block;

    width: 100%;
}
.hs-home-about .about .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #ff7900;

    -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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (max-width: 991px) {
    .hs-home-about .about .more {
        padding: 10px;
    }
}
.hs-home-about .about .more:hover {
    background-color: #0067be;
}
.hs-home-network-partners {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5faff));
    background-image: -webkit-linear-gradient(#fff, #f5faff);
    background-image: linear-gradient(#fff, #f5faff);
}
.hs-home-network .network {
    position: relative;
    z-index: 6;

    width: 100%;
    max-width: 1600px;
    margin: 0 auto;

    mix-blend-mode: multiply;
}
.hs-home-network .network .img img {
    width: 100%;
    height: auto;
}
.hs-home-network .network .network-logo {
    position: absolute;
    top: 23%;
    right: 23%;

    width: 30px;
    padding: 5px;

    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 103, 190, .48);
}
.hs-home-network .network .network-logo img {
    width: 100%;
}
.hs-home-network .network .dots {
    font-size: 16px;
    line-height: 30px;

    position: absolute;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .hs-home-network .network .dots {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .hs-home-network .network .dots {
        font-size: 12px;
        line-height: 24px;
    }
}
.hs-home-network .network .dots .icon {
    color: #0067be;
}
.hs-home-network .network .dots .icon .flaticon {
    font-size: 24px;
    line-height: 30px;

    display: block;

    margin-right: 5px;
}
@media (max-width: 1199px) {
    .hs-home-network .network .dots .icon .flaticon {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-home-network .network .dots .icon .flaticon {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hs-home-network .network .dots .icon .flaticon {
        font-size: 12px;
        line-height: 24px;
    }
}
.hs-home-network .network .dots span {
    font-weight: 900;

    display: block;

    opacity: 0;
    color: #ff7900;
}
.hs-home-network .network .dots.active .icon {
    color: #ff7900;
}
.hs-home-network .network .dots.active span {
    opacity: 1;
}
.hs-home-network .network .dots-1 {
    top: 10%;
    left: 18%;
}
.hs-home-network .network .dots-2 {
    top: 18%;
    left: 15%;
}
.hs-home-network .network .dots-3 {
    top: 48%;
    left: 22%;
}
.hs-home-network .network .dots-4 {
    top: 14%;
    left: 49%;
}
.hs-home-network .network .dots-5 {
    top: 12%;
    left: 57%;
}
.hs-home-network .network .dots-6 {
    top: 14%;
    left: 67%;
}
.hs-home-network .network .dots-7 {
    top: 34%;
    left: 40%;
}
.hs-home-network .network .dots-8 {
    top: 34%;
    left: 52%;
}
.hs-home-network .network .dots-9 {
    top: 44%;
    left: 47%;
}
.hs-home-network .network .dots-10 {
    top: 46%;
    left: 50%;
}
.hs-home-network .network .dots-11 {
    top: 42%;
    left: 52.5%;
}
.hs-home-network .network .dots-12 {
    top: 40%;
    left: 55%;
}
.hs-home-network .network .dots-13 {
    top: 52%;
    left: 52%;
}
.hs-home-network .network .dots-14 {
    top: 58%;
    left: 50%;
}
.hs-home-network .network .dots-15 {
    top: 63%;
    left: 48%;
}
.hs-home-network .network .dots-16 {
    top: 26%;
    left: 56%;
}
.hs-home-network .network .dots-17 {
    top: 25%;
    left: 62%;
}
.hs-home-network .network .dots-18 {
    top: 27%;
    left: 65%;
}
.hs-home-network .network .dots-19 {
    top: 31%;
    left: 67%;
}
.hs-home-network .network .dots-20 {
    top: 34%;
    left: 74%;
}
.hs-home-network .network .dots-21 {
    top: 19%;
    left: 78%;
}
.hs-home-network .network .dots-22 {
    top: 23%;
    left: 80.5%;
}
.hs-home-network .network .dots-23 {
    top: 38%;
    left: 80%;
}
.hs-home-network .network .dots-24 {
    top: 68%;
    left: 85%;
}
.hs-home-partners {
    position: relative;

    margin-top: -70px;
}
@media (max-width: 767px) {
    .hs-home-partners {
        margin-top: 0;
    }
}
.hs-home-partners .partners {
    margin-top: 60px;
}
@media (max-width: 1560px) {
    .hs-home-partners .partners {
        margin-top: 40px;
    }
}
@media (max-width: 991px) {
    .hs-home-partners .partners {
        margin-top: 20px;
    }
}
.hs-home-partners .partners .partners-group .ibox {

    padding-bottom: 75%;
}
.hs-home-partners .partners .partners-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-home-partners .partners-scrollbar {
    position: relative;

    height: 4px;
    margin-top: 50px;

    background-color: rgba(0, 0, 0, .2);
}
.hs-home-partners .partners-scrollbar:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 4px;

    content: '';

    border-top: 1px solid #f5faff;
    border-bottom: 1px solid #f5faff;
}
.hs-home-partners .partners-scrollbar .swiper-scrollbar-drag {
    z-index: 6;

    background-color: #0067be;
}
.hs-home-partners .hs-more {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .hs-home-partners .hs-more {
        margin-top: 30px;
    }
}
.hs-home-news-faqs {
    overflow: hidden;
}
.public-news-group {
    padding: 18px;

    background-color: #fff;
}
.public-news-group .img .ibox {
    padding-bottom: 75%;
}
.public-news-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-news-group .title-news {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-top: 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.public-news-group .public-note {
    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin-top: 10px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.public-news-group .public-note p {
    line-height: 24px;

    color: #666;
}
.public-news-group .date-more {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 24px;

    color: #0067be;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.public-news-group .more a:after {
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-top: -2px;
    margin-left: 10px;

    content: '';
    vertical-align: middle;

    background: url(../images/arrow.svg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .public-news-group:hover .img .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .public-news-group:hover .title-news {
        color: #0067be;
    }
    .public-news-group:hover .hs-more a {
        color: #0067be !important;
    }
}
.public-home-top {
    position: relative;
    z-index: 6;
}
.public-home-top .more a {
    font-size: 14px;
    line-height: 30px;

    display: block;

    color: #0067be;
}
.hs-home-news {
    position: relative;

    width: 60%;
    padding: 70px 5% 70px 0;
}
@media (max-width: 1199px) {
    .hs-home-news {
        width: 100%;
        padding: 30px 0;
    }
}
.hs-home-news:before {
    position: absolute;
    top: 0;
    left: -100%;

    display: block;

    width: 300%;
    height: 100%;

    content: '';

    background: #f1f1f1;
}
.hs-home-news .news {
    position: relative;
    z-index: 6;

    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-home-news .news {
        margin-top: 30px;
    }
}
.public-faqs {
    position: relative;
    z-index: 6;
}
.public-faqs ul>li {
    margin-top: 26px;
}
.public-faqs .faqs-group {
    cursor: pointer;

    background: #fff;
}
.public-faqs .faqs-group .title-faqs {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    line-height: 1.33333333;

    position: relative;

    padding: 20px 40px 20px 20px;
}
@media (max-width: 767px) {
    .public-faqs .faqs-group .title-faqs {
        font-size: 16px;
    }
}
.public-faqs .faqs-group .title-faqs .flaticon {
    line-height: 30px;

    position: absolute;
    top: 20px;
    right: 10px;

    width: 30px;
    height: 30px;

    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    text-align: center;
}
.public-faqs .faqs-group .faqs-ques {
    display: none;

    padding: 0 20px 20px 20px;
}
.public-faqs .faqs-group .faqs-ques p {
    color: #666;
}
.public-faqs .current .faqs-group .title-faqs .flaticon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hs-home-faqs {
    position: relative;

    width: 40%;
    padding: 100px 0 100px 50px;
}
@media (max-width: 1199px) {
    .hs-home-faqs {
        width: 100%;
        margin: 30px 0;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-faqs {
        padding: 30px 15px;
    }
}
.hs-home-faqs:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 40vw;
    height: 100%;

    content: '';

    background: url(../images/faq_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .hs-home-faqs:before {
        width: 100%;
    }
}
.hs-home-faqs .public-home-top {
    color: #fff;
}
.hs-home-faqs .public-home-top .more a {
    color: #fff;
}
.fb_iframe_widget {
    position: absolute !important;

    width: 100%;
    height: 100%;
}
.fb_iframe_widget span {
    width: 100% !important;
    height: 100% !important;
}
.gettop {
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 30px;

    display: none;

    cursor: pointer;

    color: var(--color);
}
.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: 1560px) {
    .hs-inner {
        padding: 80px 0;
    }
}
@media (max-width: 1199px) {
    .hs-inner {
        padding: 60px 0;
    }
}
.title-banner h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: .8;

    position: relative;

    display: inline-block;

    color: #fff;
}
@media (max-width: 1560px) {
    .title-banner h2 {
        font-size: 44px;
    }
}
@media (max-width: 1470px) {
    .title-banner h2 {
        font-size: 42px;
    }
}
@media (max-width: 1400px) {
    .title-banner h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .title-banner h2 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .title-banner h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title-banner h2 {
        font-size: 24px;
    }
}
.title-banner h2:before {
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 12px;

    content: '';

    background-color: #0067be;
}
@media (max-width: 1560px) {
    .title-banner h2:before {
        height: 10px;
    }
}
@media (max-width: 1199px) {
    .title-banner h2:before {
        height: 8px;
    }
}
.title-banner h2 span {
    position: relative;
    z-index: 6;
}
.title-banner h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin-top: 10px;
}
@media (max-width: 1199px) {
    .title-banner h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .title-banner h3 {
        font-size: 18px;
    }
}
.title-banner p {
    line-height: 1.5;

    margin: 0;
}
.title-support h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.44444444;

    color: #ff7900;
}
.title-support h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.16666667;

    color: #0067be;
}
@media (max-width: 1560px) {
    .title-support h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .title-support h2 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .title-support h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title-support h2 {
        font-size: 24px;
    }
}
.title-support p {
    line-height: 1.5;

    margin: 0;
}
.title-inner h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.33333333;

    margin: 0;
}
@media (max-width: 1560px) {
    .title-inner h2 {
        font-size: 44px;
    }
}
@media (max-width: 1470px) {
    .title-inner h2 {
        font-size: 42px;
    }
}
@media (max-width: 1400px) {
    .title-inner h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .title-inner h2 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .title-inner h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title-inner h2 {
        font-size: 24px;
    }
}
.hs-inner-location {
    padding: 30px 0;

    color: #666;
}
@media (max-width: 767px) {
    .hs-inner-location {
        padding: 10px 0;
    }
}
.hs-inner-location .location {
    font-size: 14px;
    line-height: 30px;

    position: relative;

    padding-left: 30px;
}
.hs-inner-location .location .flaticon {
    font-size: 20px;

    position: absolute;
    top: 0;
    left: 0;

    color: #999;
}
.hs-inner-location .location ul {
    position: relative;

    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;
}
.hs-inner-location .location ul li {
    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;
}
.hs-inner-location .location ul li:after {
    display: inline-block;

    margin: 0 10px;

    content: '|';
    vertical-align: top;
}
.hs-inner-location .location ul li:last-child:after {
    display: none;
}
.hs-inner-location .location ul li a {
    line-height: 1.875;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;
}
.hs-inner-location .location ul li a:hover {
    color: #0067be;
}
.hs-inner-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    border-bottom: 1px solid #d1d1d1;

    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-menu .inner-menu {
    position: relative;
}
.hs-inner-menu .inner-menu>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: 1560px) {
    .hs-inner-menu .inner-menu>ul {
        margin: 0 -20px;
    }
}
@media (max-width: 991px) {
    .hs-inner-menu .inner-menu>ul {
        margin: 0 -10px;
    }
}
.hs-inner-menu .inner-menu>ul>li>a {
    font-size: 20px;
    line-height: 1.5;

    position: relative;

    display: block;

    padding: 20px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1560px) {
    .hs-inner-menu .inner-menu>ul>li>a {
        padding: 20px;
    }
}
@media (max-width: 991px) {
    .hs-inner-menu .inner-menu>ul>li>a {
        font-size: 16px;

        padding: 10px;
    }
}
.hs-inner-menu .inner-menu>ul>li>a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#0067be), to(#0067be));
    background-image: -webkit-linear-gradient(left, #0067be 0%, #0067be 100%);
    background-image: linear-gradient(to right, #0067be 0%, #0067be 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 2px;
}
.hs-inner-menu .inner-menu>ul>li.active>a,
.hs-inner-menu .inner-menu>ul>li:hover>a {
    font-weight: bold;

    color: #0067be;
}
.hs-inner-menu .inner-menu>ul>li.active>a span,
.hs-inner-menu .inner-menu>ul>li:hover>a span {
    background-size: 100% 1px;
}
.inner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inner-content .inner-left {
    width: 380px;
    padding-top: 50px;

    border-right: 1px solid #c7cfdb;
}
@media (max-width: 1400px) {
    .inner-content .inner-left {
        width: 300px;
    }
}
@media (max-width: 1199px) {
    .inner-content .inner-left {
        width: 100%;
        padding-top: 15px;

        border: none;
    }
}
.inner-content .inner-right {
    width: -webkit-calc(100% - 380px);
    width: calc(100% - 380px);
    margin-left: -1px;
    padding: 50px 0 70px 3%;

    border-left: 1px solid #c7cfdb;
    background-color: #fff;
}
@media (max-width: 1400px) {
    .inner-content .inner-right {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
        padding: 30px 30px 60px 30px;
    }
}
@media (max-width: 1199px) {
    .inner-content .inner-right {
        width: 100%;
        padding: 30px 0 50px 0;

        border: none;
    }
}
.inner-leftmenu .title-menu {
    position: relative;

    display: none;
}
@media (max-width: 1199px) {
    .inner-leftmenu .title-menu {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;

        display: block;

        padding: 10px;
    }
}
@media (max-width: 767px) {
    .inner-leftmenu .title-menu {
        font-size: 18px;
        line-height: 24px;
    }
}
.inner-leftmenu .title-menu:after {
    position: absolute;
    top: 10px;
    right: 10px;

    content: '+';
}
.inner-leftmenu .title-menu.current:after {
    content: '-';
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav1 {
        display: none;
    }
}
.inner-leftmenu .menunav1>li {
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav1>li {
        margin-bottom: 0;
    }
}
.inner-leftmenu .menunav1>li>a {
    font-size: 18px;
    line-height: 1.66666667;

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #333;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1400px) {
    .inner-leftmenu .menunav1>li>a {
        font-size: 16px;

        padding: 15px;
    }
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav1>li>a {
        line-height: 1.5;

        padding: 10px;
    }
}
.inner-leftmenu .menunav1>li>a .icon {
    overflow: hidden;

    width: 40px;
    height: 40px;

    border: 2px solid #222;
    border-radius: 50%;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.inner-leftmenu .menunav1>li>a .icon img {
    width: 100%;

    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}
.inner-leftmenu .menunav1>li>a span {
    line-height: 24px;

    display: block;

    padding: 0 20px;
}
@media (max-width: 1400px) {
    .inner-leftmenu .menunav1>li>a span {
        padding: 0 10px;
    }
}
.inner-leftmenu .menunav1>li>a:after {
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 10px;
    height: 0;

    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    background-color: #ff7900;
}
.inner-leftmenu .menunav1>li.active>a,
.inner-leftmenu .menunav1>li:hover>a {
    color: #fff;
    background-color: #0067be;
}
.inner-leftmenu .menunav1>li.active>a .icon,
.inner-leftmenu .menunav1>li:hover>a .icon {
    border-color: #fff;
}
.inner-leftmenu .menunav1>li.active>a .icon img,
.inner-leftmenu .menunav1>li:hover>a .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.inner-leftmenu .menunav1>li.active>a:after,
.inner-leftmenu .menunav1>li:hover>a:after {
    height: 100%;
}
.inner-leftmenu .menunav2 {
    display: none;

    padding-top: 10px;
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav2>li {
        display: inline-block;

        margin-right: 20px;

        vertical-align: middle;
    }
}
.inner-leftmenu .menunav2>li>a {
    font-size: 16px;
    line-height: 1.5;

    position: relative;

    display: block;

    padding: 8px 0 8px 90px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #666;
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav2>li>a {
        font-size: 14px;

        padding-left: 10px;
    }
}
.inner-leftmenu .menunav2>li>a:before {
    position: absolute;
    top: 16px;
    left: 70px;

    width: 4px;
    height: 4px;
    margin-right: 6px;

    content: '';

    background-color: #ff7900;
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav2>li>a:before {
        left: 0;
    }
}
.inner-leftmenu .menunav2>li.active>a,
.inner-leftmenu .menunav2>li:hover>a {
    color: #0067be;
}
.title-product-details {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 20px;

    border-bottom: 4px solid #0067be;

    -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;
}
.title-product-details:after {
    position: absolute;
    bottom: -4px;
    left: 0;

    display: block;

    width: 82px;
    height: 4px;

    content: '';

    background-color: #ff7900;
}
.title-product-details h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    position: relative;

    margin: 0;

    color: #0067be;
}
@media (max-width: 767px) {
    .title-product-details h3 {
        font-size: 20px;
    }
}
.title-product-details span {
    color: #8e8e8e;
}
.public-listbox1>ul>li {
    margin-top: 30px;
}
.public-listbox1 .listbox-group {
    height: 100%;
    padding: 50px 30px;

    background: #f5f5f5;
}
@media (max-width: 1199px) {
    .public-listbox1 .listbox-group {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .public-listbox1 .listbox-group {
        padding: 30px 15px;
    }
}
.public-listbox1 .listbox-group h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33333333;

    color: #0067be;
}
@media (max-width: 767px) {
    .public-listbox1 .listbox-group h3 {
        font-size: 24px;
    }
}
.public-listbox2>ul>li {
    position: relative;

    margin: 10px 0;
    padding-left: 34px;
}
.public-listbox2>ul>li:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 22px;
    height: 22px;

    content: '';

    background: url(../images/check.png) no-repeat center;
    background-size: cover;
}
.public-listbox2 .listbox-group {
    text-align: center;
}
.public-listbox2 .listbox-group .icon .flaticon {
    font-size: 50px;
    line-height: 1;

    display: block;

    color: #0067be;
}
@media (max-width: 767px) {
    .public-listbox2 .listbox-group .icon .flaticon {
        font-size: 40px;
    }
}
.public-listbox2 .listbox-group .desc {
    margin-top: 14px;
}
.public-listbox3>ul>li {
    margin-top: 20px;
}
.public-listbox3 .listbox-group img {
    width: 100%;
}
.public-tuwen {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.public-tuwen .desc,
.public-tuwen .img {
    width: 50%;
}
@media (max-width: 767px) {
    .public-tuwen .desc,
    .public-tuwen .img {
        width: 100%;
    }
}
.public-tuwen .desc {
    padding-left: 5%;
}
@media (max-width: 767px) {
    .public-tuwen .desc {
        margin-top: 20px;
        padding: 0;
    }
}
.public-tuwen .desc h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333333;
}
.public-tuwen .img {
    text-align: center;
}
.public-tuwen .img img {
    max-width: 100%;
    height: auto !important;

    border: 1px solid #dcdcdc;
}
.public-tuwen.tuwen-zuowen {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.public-tuwen.tuwen-zuowen .desc {
    padding-right: 5%;
    padding-left: 0;
}
@media (max-width: 767px) {
    .public-tuwen.tuwen-zuowen .desc {
        padding: 0;
    }
}
.hs-inner-about .about-top {
    padding-top: 180px;

    background: url(../images/about_in_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .hs-inner-about .about-top {
        padding-top: 120px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about-top {
        padding-top: 50px;
    }
}
.hs-inner-about .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 50%;

    -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-about .about {
        width: 100%;
    }
}
.hs-inner-about .about .public-note {
    margin-top: 30px;
}
@media (max-width: 1470px) {
    .hs-inner-about .about .public-note {
        margin-top: 20px;
    }
}
.hs-inner-about .about .public-note p {
    color: #fff;
}
.hs-inner-about .about .number {
    position: relative;

    margin-top: 60px;
    padding: 30px 0;

    color: #fff;
}
@media (max-width: 1470px) {
    .hs-inner-about .about .number {
        margin-top: 30px;
        padding: 20px 0;
    }
}
.hs-inner-about .about .number:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -50%;

    display: block;

    width: 300%;
    height: 100%;

    content: '';

    background-color: #0067be;
}
.hs-inner-about .about .number ul {
    position: relative;
    z-index: 4;
}
.hs-inner-about .about .number ul li {
    margin: 20px 0;
}
@media (max-width: 1470px) {
    .hs-inner-about .about .number ul li {
        margin: 10px 0;
    }
}
.hs-inner-about .about .number .number-group {
    max-width: 220px;
}
.hs-inner-about .about .number .number-group b {
    font-size: 48px;
    line-height: 1;

    display: 900;
}
@media (max-width: 1470px) {
    .hs-inner-about .about .number .number-group b {
        font-size: 40px;
    }
}
.hs-inner-about .about .number .number-group sub {
    font-size: 24px;
    font-weight: normal;

    bottom: 10px;

    vertical-align: bottom;
}
@media (max-width: 1470px) {
    .hs-inner-about .about .number .number-group sub {
        font-size: 20px;

        bottom: 16px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about .number .number-group sub {
        font-size: 18px;
    }
}
.hs-inner-about .about .number .number-group p {
    line-height: 1.5;

    margin: 10px 0 0 0;

    color: rgba(255, 255, 255, .7);
}
.hs-inner-about .about-img {
    position: relative;
    z-index: 6;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 50%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 991px) {
    .hs-inner-about .about-img {
        width: 100%;
    }
}
.hs-inner-about .about-img img {
    width: 50vw;
}
@media (max-width: 991px) {
    .hs-inner-about .about-img img {
        width: 110%;
    }
}
.hs-inner-about .about-list {
    padding: 80px 0;
}
@media (max-width: 1199px) {
    .hs-inner-about .about-list {
        padding: 60px 0;
    }
}
.hs-inner-about .about-list-left {
    width: -webkit-calc(100% - 520px);
    width: calc(100% - 520px);
    padding-right: 3%;
}
@media (max-width: 1470px) {
    .hs-inner-about .about-list-left {
        width: -webkit-calc(100% - 420px);
        width: calc(100% - 420px);
    }
}
@media (max-width: 991px) {
    .hs-inner-about .about-list-left {
        width: 100%;
        padding-right: 0;
    }
}
.hs-inner-about .about-list-list {
    margin-top: 30px;
}
@media (max-width: 1470px) {
    .hs-inner-about .about-list-list {
        margin-top: 0;
    }
}
.hs-inner-about .about-list-list>ul>li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hs-inner-about .about-list-list>ul>li {
        margin-top: 20px;
    }
}
.hs-inner-about .about-list-list .listbox-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border-bottom: 1px solid #0067be;
    background: #f5f5f5;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1470px) {
    .hs-inner-about .about-list-list .listbox-group {
        padding: 20px;
    }
}
.hs-inner-about .about-list-list .listbox-group .img {
    width: 100px;
}
@media (max-width: 1470px) {
    .hs-inner-about .about-list-list .listbox-group .img {
        width: 80px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about-list-list .listbox-group .img {
        width: 50px;
    }
}
.hs-inner-about .about-list-list .listbox-group .img img {
    width: 100%;
}
.hs-inner-about .about-list-list .listbox-group .text {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding-left: 20px;
}
@media (max-width: 1470px) {
    .hs-inner-about .about-list-list .listbox-group .text {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about-list-list .listbox-group .text {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
    }
}
@media (min-width: 1200px) {
    .hs-inner-about .about-list-list .listbox-group:hover {
        color: #fff;
        border-bottom-color: #ff7900;
        background-color: #0067be;
    }
}
.hs-inner-about .about-list-right {
    position: relative;

    width: 520px;
    padding-left: 60px;
}
@media (max-width: 1470px) {
    .hs-inner-about .about-list-right {
        width: 420px;
        padding-left: 40px;
    }
}
@media (max-width: 991px) {
    .hs-inner-about .about-list-right {
        width: 70%;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about-list-right {
        width: 100%;
    }
}
.hs-inner-about .about-list-right .play {
    position: absolute;
    top: 120px;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 120px;
    height: 120px;

    cursor: pointer;

    color: #fff;
    background: #ff7900;

    -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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (max-width: 1470px) {
    .hs-inner-about .about-list-right .play {
        top: 60px;

        width: 90px;
        height: 90px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about-list-right .play {
        top: 30px;
    }
}
.hs-inner-about .about-list-right .play:before {
    width: 0;
    height: 0;

    content: '';

    border-width: 8px 0 8px 14px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.hs-inner-about .about-list-right .play span {
    margin-top: 8px;
}
.hs-inner-about .about-list-right .desc {
    width: 100%;

    color: #fff;
    border-bottom: 10px solid #ff7900;
    background-color: #0067be;
}
.hs-inner-about .about-list-right .desc img {
    width: 100%;

    -webkit-transform: translate3d(-20px, 40%, 0);
    transform: translate3d(-20px, 40%, 0);
}
@media (max-width: 991px) {
    .hs-inner-about .about-list-right .desc img {
        -webkit-transform: translate3d(-10px, 20%, 0);
        transform: translate3d(-10px, 20%, 0);
    }
}
.hs-inner-about .about-list-right .year-content {
    padding: 60px 60px 0 60px;

    text-align: center;
}
@media (max-width: 767px) {
    .hs-inner-about .about-list-right .year-content {
        padding: 30px 30px 0 30px;
    }
}
.hs-inner-about .about-list-right .year-content .year {
    padding-bottom: 30px;

    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.hs-inner-about .about-list-right .year-content .year b {
    font-size: 200px;
    font-weight: 900;
    line-height: 1;

    display: block;
}
@media (max-width: 1470px) {
    .hs-inner-about .about-list-right .year-content .year b {
        font-size: 180px;
    }
}
@media (max-width: 1400px) {
    .hs-inner-about .about-list-right .year-content .year b {
        font-size: 160px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-about .about-list-right .year-content .year b {
        font-size: 120px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about-list-right .year-content .year b {
        font-size: 80px;
    }
}
.hs-inner-about .about-list-right .year-content .year span {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.25;

    display: block;
}
@media (max-width: 1470px) {
    .hs-inner-about .about-list-right .year-content .year span {
        font-size: 40px;
    }
}
@media (max-width: 1400px) {
    .hs-inner-about .about-list-right .year-content .year span {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-about .about-list-right .year-content .year span {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about-list-right .year-content .year span {
        font-size: 24px;
    }
}
.hs-inner-about .about-list-right .year-content .note {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .hs-inner-about .about-list-right .year-content .note {
        margin-top: 20px;
    }
}
.hs-inner-about .about-list-right .year-content .note p {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 1470px) {
    .hs-inner-about .about-list-right .year-content .note p {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about-list-right .year-content .note p {
        font-size: 18px;
    }
}
.hs-inner-why {
    background: url(../images/why_bg.webp) no-repeat top center;
    background-size: auto 70%;
}
.hs-inner-why .why-top {
    text-align: center;
}
.hs-inner-why .why-top .title-home .num {
    font-size: 72px;
    font-weight: 900;
    line-height: 1.4;

    display: block;

    color: #0067be;
}
@media (max-width: 1560px) {
    .hs-inner-why .why-top .title-home .num {
        font-size: 60px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-why .why-top .title-home .num {
        font-size: 50px;
    }
}
.hs-inner-why .why-top .title-home .num sup {
    font-size: 36px;
    font-weight: normal;

    top: 24px;

    vertical-align: top;
}
@media (max-width: 1560px) {
    .hs-inner-why .why-top .title-home .num sup {
        font-size: 30px;
    }
}
.hs-inner-why .why-top .public-note {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 40px;
}
@media (max-width: 991px) {
    .hs-inner-why .why-top .public-note {
        margin-top: 20px;
    }
}
.hs-inner-why .why {
    margin-top: 30px;
}
.hs-inner-why .why>ul {
    margin: 0 -10px;
}
.hs-inner-why .why>ul>li {
    margin-top: 20px;
    padding: 0 10px;
}
@media (min-width: 1200px) {
    .hs-inner-why .why>ul>li {
        width: 20%;
    }
}
.hs-inner-why .why .why-group {
    display: block;

    height: 100%;
    padding: 50px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #0067be;
}
@media (max-width: 1560px) {
    .hs-inner-why .why .why-group {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-why .why .why-group {
        padding: 20px 15px;
    }
}
.hs-inner-why .why .why-group .icon {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .hs-inner-why .why .why-group .icon {
        margin-bottom: 10px;
    }
}
.hs-inner-why .why .why-group .icon .flaticon {
    font-size: 40px;

    display: block;

    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-why .why .why-group p {
    line-height: 1.5;

    margin: 0;
}
.hs-inner-why .why .active .why-group {
    background-color: #ff7900;
}
.hs-inner-why .why .active .why-group .icon .flaticon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.hs-inner-history {
    color: #fff;
    background: url(../images/history_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .hs-inner-history {
        background-attachment: fixed;
    }
}
.hs-inner-history .title-home h2 {
    color: #fff;
}
.hs-inner-history .history {
    margin-top: 60px;

    border-bottom: 1px solid rgba(255, 255, 255, .6);
}
@media (max-width: 1199px) {
    .hs-inner-history .history {
        margin-top: 30px;
    }
}
.hs-inner-history .history .history-group {
    position: relative;

    padding: 0 30px 50px 30px;
}
@media (max-width: 1199px) {
    .hs-inner-history .history .history-group {
        padding-bottom: 30px;
    }
}
.hs-inner-history .history .history-group:before {
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 10px;
    height: 10px;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
.hs-inner-history .history .history-group:after {
    position: absolute;
    bottom: 0;
    left: 5px;

    display: block;

    width: 1px;
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);

    content: '';

    background-color: rgba(255, 255, 255, .6);
}
.hs-inner-history .history .history-group .year {
    font-size: 30px;
    font-weight: 900;
    line-height: 1;

    position: relative;

    display: inline-block;
}
@media (max-width: 1560px) {
    .hs-inner-history .history .history-group .year {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .hs-inner-history .history .history-group .year {
        font-size: 20px;
    }
}
.hs-inner-history .history .history-group .year:after {
    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    height: 10px;

    content: '';

    background-color: #ff7900;
}
@media (max-width: 991px) {
    .hs-inner-history .history .history-group .year:after {
        height: 5px;
    }
}
.hs-inner-history .history .history-group .year span {
    position: relative;
    z-index: 2;
}
.hs-inner-history .history .history-group .public-note {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .hs-inner-history .history .history-group .public-note {
        margin-top: 14px;
    }
}
.hs-inner-history .history .history-group .public-note p {
    color: rgba(255, 255, 255, .8);
}
.hs-inner-history .history-scrollbar {
    height: 18px;
    margin-top: 50px;

    border-radius: 20px;
    background-color: rgba(255, 255, 255, .8);
}
.hs-inner-history .history-scrollbar .swiper-scrollbar-drag {
    border: 2px solid rgba(255, 255, 255, .8);
    background-color: #ff7900;
}
.hs-inner-factory .factory-menu {
    border-bottom: 1px solid #0067be;
}
.hs-inner-factory .factory-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hs-inner-factory .factory-menu ul li a {
    font-size: 24px;
    line-height: 30px;

    display: block;

    min-width: 210px;
    padding: 15px 20px;

    text-align: center;

    color: #777;
    background: -webkit-gradient(linear, left top, right top, from(#eee), to(#f7f7f7));
    background: -webkit-linear-gradient(left, #eee, #f7f7f7);
    background: linear-gradient(90deg, #eee, #f7f7f7);
}
@media (max-width: 1560px) {
    .hs-inner-factory .factory-menu ul li a {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-inner-factory .factory-menu ul li a {
        font-size: 18px;
        line-height: 24px;

        min-width: 150px;
        padding: 10px;
    }
}
.hs-inner-factory .factory-menu ul li.active a {
    color: #fff;
    background: #0067be;
}
.hs-inner-factory .factory {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-factory .factory {
        margin-top: 30px;
    }
}
.hs-inner-factory .factory .slick-slide>div>div {
    padding: 10px;
}
.hs-inner-factory .factory .factory-group {
    cursor: pointer;
}
.hs-inner-factory .factory .factory-group .img {
    position: relative;
}
.hs-inner-factory .factory .factory-group .mask {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: 0;
    color: #fff;
    background-color: rgba(0, 103, 190, .7);

    -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;
}
.hs-inner-factory .factory .factory-group .mask .flaticon {
    font-size: 20px;
}
.hs-inner-factory .factory .factory-group .ibox {
    padding-bottom: 75.32467532%;
}
.hs-inner-factory .factory .factory-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (min-width: 1200px) {
    .hs-inner-factory .factory .factory-group:hover .mask {
        opacity: 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 .more {
    margin-top: 50px;

    text-align: center;
}
@media (max-width: 1199px) {
    .hs-inner-factory .more {
        margin-top: 30px;
    }
}
.hs-inner-factory .more a {
    line-height: 44px;

    display: inline-block;

    padding: 0 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background-color: #ff7900;
}
.hs-inner-factory .more a:hover {
    background-color: #0067be;
}
.hs-inner-factory .slick-arrow {
    color: #fff;
    background-color: #0067be;
}
.hs-inner-factory .slick-arrow:hover {
    background-color: #ff7900;
}
.hs-inner-honor {
    background: url(../images/honor_bg.webp) no-repeat center;
    background-size: cover;
}
.hs-inner-honor .honor {
    position: relative;

    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-honor .honor {
        margin-top: 30px;
    }
}
.hs-inner-honor .honor .swiper-honor {
    width: 68%;
    margin: 0 auto;
}
.hs-inner-honor .honor .swiper-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.hs-inner-honor .honor .swiper-slide {
    padding-top: 10px;
    padding-bottom: 60px;
}
@media (max-width: 1560px) {
    .hs-inner-honor .honor .swiper-slide {
        padding-bottom: 40px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-honor .honor .swiper-slide {
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-honor .honor .swiper-slide {
        padding-bottom: 10px;
    }
}
.hs-inner-honor .honor .honor-group {
    cursor: pointer;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.hs-inner-honor .honor .honor-group img {
    display: block;

    width: 100%;

    -webkit-box-reflect: below 0 linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, .2));
}
.hs-inner-honor .honor .honor-group:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.hs-inner-honor .honor .honor-img {
    margin-top: -100px;
}
@media (max-width: 1560px) {
    .hs-inner-honor .honor .honor-img {
        margin-top: -80px;
    }
}
@media (max-width: 1400px) {
    .hs-inner-honor .honor .honor-img {
        margin-top: -60px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-honor .honor .honor-img {
        margin-top: -40px;
    }
}
@media (max-width: 767px) {
    .hs-inner-honor .honor .honor-img {
        margin-top: -20px;
    }
}
.hs-inner-honor .honor .honor-img img {
    width: 100%;
}
.hs-inner-honor .honor .swiper-button-prev {
    left: 0;
}
.hs-inner-honor .honor .swiper-button-next {
    right: 0;
}
.hs-inner-customers .customers {
    position: relative;

    margin-top: 60px;
}
@media (max-width: 991px) {
    .hs-inner-customers .customers {
        margin-top: 30px;
    }
}
.hs-inner-customers .customers .swiper-customers {
    overflow: visible;
}
.hs-inner-customers .customers .swiper-slide {
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);

    opacity: .6;
}
.hs-inner-customers .customers .swiper-slide-prev .customers-group {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}
.hs-inner-customers .customers .swiper-slide-next .customers-group {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}
.hs-inner-customers .customers .swiper-slide-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    opacity: 1;
}
.hs-inner-customers .customers .customers-group {
    cursor: pointer;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.hs-inner-customers .customers .customers-group .img .ibox {
    padding-bottom: 75%;
}
.hs-inner-customers .customers .customers-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (min-width: 1200px) {
    .hs-inner-customers .customers .customers-group:hover .img .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.hs-inner-customers .more {
    margin-top: 50px;

    text-align: center;
}
@media (max-width: 1199px) {
    .hs-inner-customers .more {
        margin-top: 30px;
    }
}
.hs-inner-customers .more a {
    line-height: 44px;

    display: inline-block;

    padding: 0 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background-color: #ff7900;
}
.hs-inner-customers .more a:hover {
    background-color: #0067be;
}
.hs-inner-customers .swiper-button-prev {
    left: -webkit-calc(33% - 45px);
    left: calc(33% - 45px);
}
@media (max-width: 1199px) {
    .hs-inner-customers .swiper-button-prev {
        left: -webkit-calc(33% - 30px);
        left: calc(33% - 30px);
    }
}
@media (max-width: 767px) {
    .hs-inner-customers .swiper-button-prev {
        left: 0;

        color: #fff;
        background-color: rgba(0, 103, 190, .8);
    }
}
.hs-inner-customers .swiper-button-next {
    right: -webkit-calc(33% - 45px);
    right: calc(33% - 45px);
}
@media (max-width: 1199px) {
    .hs-inner-customers .swiper-button-next {
        right: -webkit-calc(33% - 30px);
        right: calc(33% - 30px);
    }
}
@media (max-width: 767px) {
    .hs-inner-customers .swiper-button-next {
        right: 0;

        color: #fff;
        background-color: rgba(0, 103, 190, .8);
    }
}
.hs-inner-factory-list {
    padding-top: 40px;
}
.hs-inner-factory-list .factory-list>ul>li {
    margin-top: 30px;
}
.hs-inner-factory-list .factory-list .factory-group {
    display: block;

    cursor: pointer;
    text-align: center;
}
.hs-inner-factory-list .factory-list .factory-group .ibox {
    padding-bottom: 75%;
}
.hs-inner-factory-list .factory-list .factory-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-factory-list .factory-list .factory-group .title-factory {
    font-size: 16px;
    line-height: 1.5;

    margin-top: 20px;
}
@media (min-width: 1200px) {
    .hs-inner-factory-list .factory-list .factory-group:hover .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .hs-inner-factory-list .factory-list .factory-group:hover .title-factory {
        color: #0067be;
    }
}
#about-about,
#about-advantage,
#about-why,
#about-history,
#about-factory,
#about-customers,
#about-honor,
#product-feedback {
    position: relative;
    top: -100px;
}
.public-products-group {
    display: block;

    margin-bottom: 15px;
    padding: 10px 10px 30px 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    background: #eee;
}
.public-products-group .img {
    border: 1px solid #dbdbdb;
}
.public-products-group .img img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-products-group .title-products {
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-top: 16px;

    color: #333;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.public-products-group .more {
    font-size: 20px;
    line-height: 26px;

    position: absolute;
    bottom: 0;
    left: 50%;

    width: 58px;
    height: 26px;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    color: #fff;
    background: #0067be;
}
@media (min-width: 1200px) {
    .public-products-group:hover {
        background-color: #0067be;
    }
    .public-products-group:hover .img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .public-products-group:hover .title-products {
        color: #fff;
    }
    .public-products-group:hover .more {
        background-color: #ff7900;
    }
}
.hs-inner-products .hs-inner-location {
    border-bottom: 1px solid rgba(162, 175, 195, .6);
}
@media (min-width: 1200px) {
    .hs-inner-products .products {
        margin-top: -40px;
    }
    .hs-inner-products .products>ul {
        margin: 0 -20px;
    }
    .hs-inner-products .products>ul>li {
        margin-top: 40px;
        padding: 0 20px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-products .products {
        margin-top: -30px;
    }
    .hs-inner-products .products>ul>li {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-products .products>ul {
        margin: 0 -5px;
    }
    .hs-inner-products .products>ul>li {
        margin-top: 20px;
        padding: 0 5px;
    }
}
.hs-inner-product-details .hs-inner-location {
    border-bottom: 1px solid rgba(162, 175, 195, .6);
}
.hs-inner-product-details .product-details .title-product-details-top {
    margin-bottom: 30px;
}
.hs-inner-product-details .product-details .title-product-details-top h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    color: #0067be;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .title-product-details-top h2 {
        font-size: 20px;
    }
}
.hs-inner-product-details .product-details .details-imgbox {
    width: 45%;

    border: 1px solid #dbdbdb;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .details-imgbox {
        width: 100%;
    }
}
.hs-inner-product-details .product-details .details-imgbox .slick-product-big,
.hs-inner-product-details .product-details .details-imgbox .slick-product-small {
    font-size: 0;
}
.hs-inner-product-details .product-details .details-imgbox .product-small {
    margin-top: 2px;
    padding: 20px 40px;

    background: #f5f7fc;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-imgbox .product-small {
        padding: 10px 20px;
    }
}
.hs-inner-product-details .product-details .details-imgbox .product-small .slick-slide {
    padding: 0 10px;
}
@media (max-width: 1400px) {
    .hs-inner-product-details .product-details .details-imgbox .product-small .slick-slide {
        padding: 0 5px;
    }
}
.hs-inner-product-details .product-details .details-imgbox .product-small .product-group {
    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #e7e7e7;
}
.hs-inner-product-details .product-details .details-imgbox .product-small .slick-current .product-group {
    border-color: #0067be;
}
.hs-inner-product-details .product-details .details-imgbox .swiper-button-prev,
.hs-inner-product-details .product-details .details-imgbox .swiper-button-next {
    line-height: 40px;

    position: absolute;
    top: 50%;
    left: -30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 30px;
    height: 40px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    background: none;

    -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;
}
.hs-inner-product-details .product-details .details-imgbox .swiper-button-prev:before,
.hs-inner-product-details .product-details .details-imgbox .swiper-button-next:before {
    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 6px 10px 6px 0;
    border-style: solid;
    border-color: transparent #0067be transparent transparent;
}
.hs-inner-product-details .product-details .details-imgbox .swiper-button-prev:hover:before,
.hs-inner-product-details .product-details .details-imgbox .swiper-button-next:hover:before {
    border-color: transparent #ff7900 transparent transparent;
}
.hs-inner-product-details .product-details .details-imgbox .swiper-button-next {
    right: -30px;
    left: auto;
}
.hs-inner-product-details .product-details .details-imgbox .swiper-button-next:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.hs-inner-product-details .product-details .details-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 55%;
    padding-left: 3%;

    -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-product-details .product-details .details-content {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.hs-inner-product-details .product-details .details-content .title-details {
    margin-top: 20px;
}
.hs-inner-product-details .product-details .details-content .title-details h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-content .title-details h2 {
        font-size: 20px;
    }
}
.hs-inner-product-details .product-details .details-content .public-note {
    margin-top: 20px;
}
@media (max-width: 1400px) {
    .hs-inner-product-details .product-details .details-content .public-note p {
        line-height: 24px;
    }
}
.hs-inner-product-details .product-details .details-content .share-link {
    margin-top: 20px;
}
.hs-inner-product-details .product-details .details-content .link {
    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-details .details-content .link a {
    line-height: 50px;

    display: block;

    min-width: 130px;
    margin-right: 20px;
    padding: 0 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #0067be;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-content .link a {
        font-size: 14px;

        margin-right: 10px;
    }
}
.hs-inner-product-details .product-details .details-content .link a:hover {
    text-decoration: underline;
}
.hs-inner-product-details .product-details .details-content .link .contact {
    background-color: #ff7900;
}

@media (max-width: 767px) {
    .hs-inner-product-details .share {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-inner-product-details .parameter {
    padding-top: 80px;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .parameter {
        padding-top: 60px;
    }
}
.hs-inner-product-details .parameter-content {
    padding-top: 30px;
}
@media (max-width: 991px) {
    .hs-inner-product-details .parameter-content {
        padding-top: 20px;
    }
}
.hs-inner-product-details .parameter-content img {
    max-width: 100%;
    height: auto !important;
}
.public-product-related {
    padding-top: 70px;
}
@media (max-width: 1199px) {
    .public-product-related {
        padding-top: 60px;
    }
}
.public-product-related .related-button {
    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;
}
.public-product-related .swiper-button-prev,
.public-product-related .swiper-button-next {
    line-height: 45px;

    left: 0;

    width: 45px;
    height: 45px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background-color: rgba(0, 103, 190, .8);
}
.public-product-related .swiper-button-prev:hover,
.public-product-related .swiper-button-next:hover {
    background-color: rgba(255, 121, 0, .8);
}
.public-product-related .swiper-button-next {
    right: 0;
    left: auto;
}
.public-product-related .product-related {
    position: relative;

    margin-top: 50px;
}
@media (max-width: 1199px) {
    .public-product-related .product-related {
        margin-top: 30px;
    }
}
.public-product-related .swiper-scrollbar {
    height: 10px;
    margin-top: 80px;

    cursor: pointer;

    background: #f8f8f8;
}
@media (max-width: 1560px) {
    .public-product-related .swiper-scrollbar {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .public-product-related .swiper-scrollbar {
        margin-top: 30px;
    }
}
.public-product-related .swiper-scrollbar .swiper-scrollbar-drag {
    border: 2px solid #f8f8f8;
    border-radius: 0;
    background-color: #0067be;
}
.feedbackform form ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.feedbackform form ul li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .feedbackform form ul li {
        margin-top: 20px;
    }
}
.feedbackform form .field {
    position: relative;
}
.feedbackform form .input-label {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    padding: 10px 20px;

    cursor: text;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .18s;
    transition-duration: .18s;
    -webkit-transition-property: top, font-size;
    transition-property: top, font-size;

    color: #666;
}
@media (max-width: 991px) {
    .feedbackform form .input-label {
        font-size: 14px;
        line-height: 24px;

        padding: 10px 20px;
    }
}
.feedbackform form .input-field {
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    padding: 10px 20px;

    -webkit-transition: border .28s ease-out;
    transition: border .28s ease-out;

    border: 1px solid rgba(138, 138, 138, .27);
    background: transparent;
    background-color: #fff;
}
@media (max-width: 991px) {
    .feedbackform form .input-field {
        font-size: 14px;
        line-height: 24px;

        padding: 10px 20px;
    }
}
.feedbackform form .input-field:required+.input-label:after {
    content: '*';

    color: red;
}
.feedbackform form .input-field:focus+.input-label,
.feedbackform form .input-field:not(:placeholder-shown)+.input-label {
    font-size: 14px;

    top: -36px;

    color: #999;
}
@media (max-width: 991px) {
    .feedbackform form .input-field:focus+.input-label,
    .feedbackform form .input-field:not(:placeholder-shown)+.input-label {
        font-size: 12px;

        top: -30px;
    }
}
.feedbackform form .input:hover .input-field:placeholder-shown:not(:focus) {
    border-color: #666;
}
.feedbackform form .submit {
    font-size: 16px;
    line-height: 44px;

    height: 50px;
    margin-top: 30px;
    padding: 0 40px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: #ff7900;
}
@media (max-width: 991px) {
    .feedbackform form .submit {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
        margin-top: 30px;
    }
}
.feedbackform form .submit:hover {
    background-color: #0067be;
}
.hs-footer {
    position: relative;
    z-index: 9;

    overflow: hidden;

    padding: 60px 0;

    color: rgba(255, 255, 255, .6);
    background: url(../images/footer_bg.webp) no-repeat top right;
    background-size: cover;
}
@media (max-width: 1199px) {
    .hs-footer {
        padding: 30px 0;
    }
}
.hs-footer .foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 40px 0;

    background: url(../images/foot-logo-bg.webp) no-repeat left top;

    -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;
}
@media (max-width: 767px) {
    .hs-footer .foot {
        padding: 20px 0;
    }
}
.hs-footer .foot-nav {
    width: -webkit-calc(90% - 150px);
    width: calc(90% - 150px);
}
@media (max-width: 1199px) {
    .hs-footer .foot-nav {
        width: -webkit-calc(100% - 150px);
        width: calc(100% - 150px);
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-nav {
        width: 100%;
    }
}
.hs-footer .foot-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;

    -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>ul>li {
    position: relative;

    max-width: 200px;
    padding: 0 10px;
}
.hs-footer .foot-nav>ul>li:first-child {
    max-width: 500px;
}
@media (max-width: 991px) {
    .hs-footer .foot-nav>ul>li {
        width: 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li {
        width: 100%;
        max-width: 100%;
    }
    .hs-footer .foot-nav>ul>li:nth-child(1) {
        width: 100%;
        max-width: 100%;
    }
}
.hs-footer .foot-nav>ul>li>a {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;

    display: block;

    text-transform: uppercase;

    color: #fff;
}
.hs-footer .foot-nav>ul>li>a:after {
    display: block;

    width: 55px;
    height: 2px;
    margin-top: 10px;

    content: '';

    background-color: #0067be;
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>a:after {
        display: none;
    }
}
.hs-footer .foot-nav>ul>li .flaticon-left-chevron {
    font-style: normal;

    display: none;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li .flaticon-left-chevron {
        font-size: 20px;
        line-height: 30px;

        position: absolute;
        top: 0;
        right: 0;

        display: block;

        width: 30px;
        height: 30px;

        text-align: center;
    }
}
.hs-footer .foot-nav>ul>li>ul {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .hs-footer .foot-nav>ul>li>ul {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>ul {
        display: none;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>ul>li {
        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.hs-footer .foot-nav>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 1.875;

    display: block;

    color: #b4b4b4;
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>ul>li>a {
        font-size: 15px;
        line-height: 1.71428571;
    }
}
.hs-footer .foot-nav>ul>li>ul>li>a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.hs-footer .foot-nav>ul>li>ul>li:hover>a {
    color: #fff;
}
.hs-footer .foot-nav>ul>li>ul>li:hover>a span {
    background-size: 100% 1px;
}
.hs-footer .foot-nav>ul>li.current .flaticon-left-chevron {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.hs-footer .foot-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .hs-footer .foot-share {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-footer .foot-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;
}
.hs-footer .foot-share ul li {
    padding: 0 10px;
}
.hs-footer .foot-share ul li a {
    line-height: 34px;

    display: block;

    width: 34px;
    height: 34px;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #fff;
    background: #0865ff;
}
.hs-footer .foot-share ul li a img {
    width: 100%;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-footer .foot-share ul li a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hs-footer .foot-share ul li a:hover img {
    opacity: 1;
}
.hs-footer .foot-share ul li.youtube a {
    background-color: #d0202d;
}
.hs-footer .foot-share ul li.instagram a {
    background-color: #de3077;
}
.hs-footer .foot-share ul li.twitter a {
    background-color: #000;
}
.hs-footer .foot-share ul li.alibaba a {
    background-color: #ff5a00;
}
.hs-footer .copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 30px 3%;

    color: rgba(255, 255, 255, .5);
    background-color: #000;

    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-footer .copyright p {
    margin: 0;
}
.hs-footer .copyright .foot-logo {
    margin-right: 30px;
}
.hs-footer .copyright .foot-logo img {
    height: 62px;
}
.hs-footer .copyright .foot-txt {
    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;
}
.hs-footer .copyright .foot-txt p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    margin-right: 30px;

    color: rgba(255, 255, 255, .5);

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .hs-footer .copyright .foot-txt p {
        margin: 10px 0;
    }
}
.hs-footer .copyright .foot-txt p img {
    width: 30px;
    margin-right: 6px;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-footer .copyright .link {
    margin: 10px 0;
}
.hs-footer .copyright a:hover {
    text-decoration: underline;

    color: #fff;
}
.hs-footer .copyright .policy {
    padding-left: 10px;
}
.hs-inner-news .news {
    margin-top: -30px;
}
.hs-inner-news .news>ul>li {
    margin-top: 30px;
}
.hs-inner-news .news .public-news-group {
    background: #f5f5f5;
}
.hs-inner-faqs {
    position: relative;
    z-index: 6;
}
.hs-inner-faqs .public-faqs ul>li {
    margin-top: 0;
}
.hs-inner-faqs .faqs-group {
    cursor: pointer;

    border-bottom: 1px solid #d6d6d6;
}
.hs-inner-faqs .faqs-group .title-faqs {
    padding-left: 0;
}
@media (min-width: 1200px) {
    .hs-inner-faqs .faqs-group .title-faqs {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .hs-inner-faqs .faqs-group .title-faqs .flaticon {
        top: 30px;
    }
}
.hs-inner-faqs .faqs-group .faqs-ques {
    padding-left: 0;
}
.hs-inner-download .download>ul>li {
    margin-top: 30px;
}
.hs-inner-download .download .down-group {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.hs-inner-download .download .down-group .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 40px 40px 80px 40px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border-bottom: 2px solid #e3e3e3;
    background: #f6f6f6;
}
@media (max-width: 1199px) {
    .hs-inner-download .download .down-group .group {
        padding: 20px 20px 60px 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-download .download .down-group .group {
        padding-bottom: 40px;
    }
}
.hs-inner-download .download .down-group .group .icon {
    font-size: 70px;

    width: 80px;

    opacity: .2;
}
@media (max-width: 1199px) {
    .hs-inner-download .download .down-group .group .icon {
        font-size: 50px;

        width: 60px;
    }
}
.hs-inner-download .download .down-group .group .icon img {
    width: 100%;
}
.hs-inner-download .download .down-group .group .public-note {
    display: -webkit-box;
    overflow: hidden;

    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    height: 120px;
    padding-left: 5%;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 1199px) {
    .hs-inner-download .download .down-group .group .public-note {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
        height: 96px;
    }
}
.hs-inner-download .download .down-group .down {
    position: relative;
    z-index: 6;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: -26px;
    padding: 0 3%;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 1199px) {
    .hs-inner-download .download .down-group .down {
        margin-top: -20px;
    }
}
.hs-inner-download .download .down-group .down a {
    line-height: 52px;

    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border-radius: 7px;
    background: #e3e3e3;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .hs-inner-download .download .down-group .down a {
        line-height: 40px;
    }
}
.hs-inner-download .download .down-group .down a .flaticon {
    margin-right: 10px;
}
@media (min-width: 1200px) {
    .hs-inner-download .download .down-group:hover .group {
        border-bottom-color: #0067be;
    }
    .hs-inner-download .download .down-group:hover .down a {
        color: #fff;
        background-color: #0067be;
    }
}
.hs-inner-videos {
    padding-top: 40px;
}
.hs-inner-videos .videos ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-videos .videos ul li {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .hs-inner-videos .videos ul li {
        margin-top: 30px;
    }
}
.hs-inner-videos .videos .videos-group {
    position: relative;

    display: block;

    cursor: pointer;
    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;
}
.hs-inner-videos .videos .videos-group .img .ibox {
    padding-bottom: 79.06976744%;
}
.hs-inner-videos .videos .videos-group .title-videos {
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
.hs-inner-videos .videos .videos-group:hover .title-videos {
    color: #0067be;
}
.public-news-show-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.public-news-left {
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    padding-right: 5%;
}
@media (max-width: 991px) {
    .public-news-left {
        width: 100%;
        padding-right: 0;

        border: none;
    }
}
.public-related-news {
    width: 320px;
}
@media (max-width: 991px) {
    .public-related-news {
        width: 100%;
        margin-top: 30px;
    }
}
.public-related-news .related-news {
    padding: 30px;

    background: #f5f5f5;
}
@media (max-width: 1199px) {
    .public-related-news .related-news {
        padding: 20px;
    }
}
.public-related-news .related-news .title-related-news h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    color: #0067be;
}
@media (max-width: 991px) {
    .public-related-news .related-news .title-related-news h3 {
        font-size: 20px;
    }
}
.public-related-news .related-news .list ul li:last-child .news-list-group {
    border-bottom: none;
}
.public-related-news .related-news .news-list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    padding: 20px 0;

    border-bottom: 1px solid rgba(183, 183, 183, .4);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.public-related-news .related-news .news-list-group .img {
    overflow: hidden;

    width: 70px;
}
.public-related-news .related-news .news-list-group .img .ibox {
    padding-bottom: 75%;
}
.public-related-news .related-news .news-list-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-related-news .related-news .news-list-group .desc {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    padding-left: 18px;
}
.public-related-news .related-news .news-list-group .desc .title-news {
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 40px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #333;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.public-related-news .related-news .news-list-group .desc .date {
    font-size: 14px;
    line-height: 24px;

    margin-top: 10px;

    color: #0067be;
}
@media (min-width: 1200px) {
    .public-related-news .related-news .news-list-group:hover .desc .title-news {
        color: #0067be;
    }
}
.public-related-news .questions {
    margin-top: 20px;
    padding: 30px;

    color: #fff;
    background-color: #0067be;
}
@media (max-width: 1199px) {
    .public-related-news .questions {
        padding: 20px;
    }
}
.public-related-news .questions .title-questions h3 {
    font-size: 24px;
    line-height: 1.25;
}
.public-related-news .questions .touch {
    margin-top: 10px;
}
.public-related-news .questions .touch a {
    line-height: 38px;

    display: inline-block;

    padding: 0 14px;

    background-color: #ff7900;
}
.public-related-news .questions .touch a .flaticon {
    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}
.a2a_s_email {
    background-color: orange !important;
}
.hs-inner-news-show .news-show .title-news-show h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.33333333;

    margin: 0;
}
@media (max-width: 1560px) {
    .hs-inner-news-show .news-show .title-news-show h2 {
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-news-show .news-show .title-news-show h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-inner-news-show .news-show .title-news-show h2 {
        font-size: 20px;
    }
}
.hs-inner-news-show .news-show .share-info {
    margin-top: 30px;
    padding: 15px 0;

    border-top: 1px solid #0067be;
    border-bottom: 1px solid #0067be;
}
.hs-inner-news-show .news-show .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    color: #0067be;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-news-show .news-show .date .flaticon {
    font-size: 20px;

    margin-right: 10px;
}
.hs-inner-news-show .news-show .public-note {
    margin-top: 30px;
}
.hs-inner-news-show .news-show .public-note img {
    max-width: 100%;
    height: auto !important;
}
.hs-inner-news-show .news-show .public-note h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}
@media (max-width: 1199px) {
    .hs-inner-news-show .news-show .public-note h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-news-show .news-show .public-note h3 {
        font-size: 18px;
    }
}
.hs-inner-news-show .button-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 60px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .hs-inner-news-show .button-news {
        margin-top: 30px;
    }
}
.hs-inner-news-show .button-news .swiper-button-prev,
.hs-inner-news-show .button-news .swiper-button-next,
.hs-inner-news-show .button-news .return a {
    line-height: 58px;

    display: block;

    width: 58px;
    height: 58px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    background: #f3f3f3;
}
@media (max-width: 767px) {
    .hs-inner-news-show .button-news .swiper-button-prev,
    .hs-inner-news-show .button-news .swiper-button-next,
    .hs-inner-news-show .button-news .return a {
        line-height: 44px;

        width: 44px;
        height: 44px;
    }
}
.hs-inner-news-show .button-news .swiper-button-prev .flaticon,
.hs-inner-news-show .button-news .swiper-button-next .flaticon,
.hs-inner-news-show .button-news .return a .flaticon {
    font-size: 24px;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hs-inner-news-show .button-news .swiper-button-prev:hover,
.hs-inner-news-show .button-news .swiper-button-next:hover,
.hs-inner-news-show .button-news .return a:hover {
    color: #fff;
    background-color: #0067be;
}
.hs-inner-news-show .button-news .prev-next {
    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-news-show .button-news .prev-next a {
    width: 90px;
    height: 58px;

    background: #e4e4e4;
}
@media (max-width: 767px) {
    .hs-inner-news-show .button-news .prev-next a {
        line-height: 44px;

        width: 60px;
        height: 44px;
    }
}
.hs-inner-news-show .button-news .swiper-button-prev,
.hs-inner-news-show .button-news .swiper-button-next {
    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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hs-inner-news-show .button-news .swiper-button-prev:hover:before,
.hs-inner-news-show .button-news .swiper-button-next:hover:before {
    border-color: transparent #fff transparent transparent;
}
.hs-inner-news-show .button-news .swiper-button-next {
    margin-left: 15px;
}
.hs-inner-news-show .button-news .swiper-button-next .flaticon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.hs-inner-news-show .return {
    margin-left: 20px;
}
.hs-inner-news-show .return a .flaticon {
    font-size: 18px !important;
}
.hs-inner-news-show .return a:hover svg {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-inner-support .support-list {
    margin-top: 40px;
}
.hs-inner-support .support-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: -10px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-support .support-list ul li {
    width: 16.66666667%;
    padding: 10px;
}
@media (max-width: 1199px) {
    .hs-inner-support .support-list ul li {
        width: 25%;
    }
}
@media (max-width: 991px) {
    .hs-inner-support .support-list ul li {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .hs-inner-support .support-list ul li {
        width: 50%;
    }
}
.hs-inner-support .support-list ul li:nth-child(-n+4) {
    width: 25%;
}
@media (max-width: 991px) {
    .hs-inner-support .support-list ul li:nth-child(-n+4) {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .hs-inner-support .support-list ul li:nth-child(-n+4) {
        width: 50%;
    }
}
.hs-inner-support .support-list .support-group {
    height: 100%;
    padding: 30px;

    background: #f3f3f3;
}
@media (max-width: 1560px) {
    .hs-inner-support .support-list .support-group {
        padding: 20px;
    }
}
@media (max-width: 1400px) {
    .hs-inner-support .support-list .support-group {
        padding: 15px;
    }
}
.hs-inner-support .support-list .support-group .num {
    font-size: 72px;
    font-weight: bold;
    line-height: 1;

    color: rgba(0, 103, 190, .3);
}
@media (max-width: 1560px) {
    .hs-inner-support .support-list .support-group .num {
        font-size: 60px;
    }
}
@media (max-width: 991px) {
    .hs-inner-support .support-list .support-group .num {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .hs-inner-support .support-list .support-group .num {
        font-size: 40px;
    }
}
.hs-inner-support .support-list .support-group .public-note {
    margin-top: 10px;
}
.hs-inner-support .support-list .support-group .public-note h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    color: #0067be;
}
@media (max-width: 1560px) {
    .hs-inner-support .support-list .support-group .public-note p {
        line-height: 24px;
    }
}
.hs-inner-support .why {
    padding-top: 60px;
}
.hs-inner-support .why-list>ul {
    margin: 0 -10px;
}
.hs-inner-support .why-list>ul>li {
    margin-top: 20px;
    padding: 0 10px;
}
@media (min-width: 1200px) {
    .hs-inner-support .why-list>ul>li {
        width: 20%;
    }
}
.hs-inner-support .why-list .why-group {
    display: block;

    height: 100%;
    padding: 50px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #0067be;
}
@media (max-width: 1560px) {
    .hs-inner-support .why-list .why-group {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-support .why-list .why-group {
        padding: 20px 15px;
    }
}
.hs-inner-support .why-list .why-group .icon {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .hs-inner-support .why-list .why-group .icon {
        margin-bottom: 10px;
    }
}
.hs-inner-support .why-list .why-group .icon .flaticon {
    font-size: 40px;

    display: block;

    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-support .why-list .why-group p {
    line-height: 1.5;

    margin: 0;
}
.hs-inner-support .why-list .active .why-group {
    background-color: #ff7900;
}
.hs-inner-support .why-list .active .why-group .icon .flaticon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.public-questions {
    margin-top: 60px;
    padding: 70px;

    background: #f5f5f5;
}
@media (max-width: 1560px) {
    .public-questions {
        padding: 50px;
    }
}
@media (max-width: 1199px) {
    .public-questions {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .public-questions {
        padding: 20px 15px;
    }
}
.public-questions .questions-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 40%;

    -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) {
    .public-questions .questions-left {
        width: 100%;
    }
}
.public-questions .questions-right {
    width: 60%;
}
@media (max-width: 991px) {
    .public-questions .questions-right {
        width: 100%;
    }
}
.public-questions .questions-right .public-faqs {
    margin-top: -30px;
}
@media (max-width: 991px) {
    .public-questions .questions-right .public-faqs {
        margin-top: 0;
    }
}
.public-questions .title-questions {
    max-width: 280px;
}
.public-questions .title-questions h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}
.public-questions .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;
}
.public-questions .link a {
    line-height: 30px;

    display: inline-block;

    padding: 10px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #ff7900;
    border: 2px solid #ff7900;
}
@media (max-width: 767px) {
    .public-questions .link a {
        line-height: 24px;

        padding: 8px 20px;
    }
}
.public-questions .link a:hover {
    color: #fff;
    border-color: #ff7900;
    background-color: #ff7900;
}
.public-questions .link .more {
    margin-right: 20px;

    color: #fff;
    border-color: #0067be;
    background-color: #0067be;
}
.public-questions .public-faqs .faqs-group .title-faqs .flaticon:before {
    font-weight: 900 !important;

    content: '+';
    -webkit-transition: all .2s;
    transition: all .2s;
}
.public-questions .public-faqs .current .faqs-group .title-faqs .flaticon:before {
    content: '';
}
.hs-inner-solutions .solutions .solutions-group {
    position: relative;
    z-index: 4;

    padding-bottom: 80px;
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-group {
        padding-bottom: 60px;
    }
}
.hs-inner-solutions .solutions .solutions-group .group {
    border: 1px solid #dbdbdb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hs-inner-solutions .solutions .solutions-group .desc {
    padding: 50px;

    -webkit-transition: all .2s;
    transition: all .2s;

    background-color: #fff;
}
@media (max-width: 1199px) {
    .hs-inner-solutions .solutions .solutions-group .desc {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-group .desc {
        padding: 20px 15px 60px;
    }
}
.hs-inner-solutions .solutions .solutions-group .title-solutions {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.5;
}
@media (max-width: 1199px) {
    .hs-inner-solutions .solutions .solutions-group .title-solutions {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-group .title-solutions {
        font-size: 20px;
    }
}
.hs-inner-solutions .solutions .solutions-group .img {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;

    width: 100%;
    max-width: 600px;

    -webkit-transition: all .6s;
    transition: all .6s;
}
@media (max-width: 1560px) {
    .hs-inner-solutions .solutions .solutions-group .img {
        max-width: 540px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-solutions .solutions .solutions-group .img {
        max-width: 440px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-group .img {
        max-width: 250px;
    }
}
.hs-inner-solutions .solutions .solutions-group .img .ibox {
    padding-bottom: 51.66666667%;
}
.hs-inner-solutions .solutions .solutions-group .public-note {
    min-height: 144px;
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .hs-inner-solutions .solutions .solutions-group .public-note {
        margin-top: 10px;
    }
}
.hs-inner-solutions .solutions .solutions-group .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 90px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .hs-inner-solutions .solutions .solutions-group .more {
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-group .more {
        margin-top: 30px;
    }
}
.hs-inner-solutions .solutions .solutions-group .more:before {
    display: block;

    width: 100%;
    height: 1px;
    margin-right: 10px;

    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;

    background-color: #0067be;
}
.hs-inner-solutions .solutions .solutions-group .more a {
    line-height: 40px;

    display: inline-block;

    padding: 0 18px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background-color: #0067be;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 1200px) {
    .hs-inner-solutions .solutions .solutions-group:hover {
        z-index: 2;
    }
    .hs-inner-solutions .solutions .solutions-group:hover .img {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    .hs-inner-solutions .solutions .solutions-group:hover .desc {
        color: #fff;
        background-color: rgba(0, 103, 190, .8);
    }
    .hs-inner-solutions .solutions .solutions-group:hover .more:before {
        background-color: rgba(255, 255, 255, .3);
    }
    .hs-inner-solutions .solutions .solutions-group:hover .more a {
        background-color: #ff7900;
    }
}
.public-feedback {
    padding-top: 70px;
}
@media (max-width: 1199px) {
    .public-feedback {
        padding-top: 60px;
    }
}
.hs-inner-solution-details .title-solution-details h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.5;
}
@media (max-width: 1560px) {
    .hs-inner-solution-details .title-solution-details h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solution-details .title-solution-details h2 {
        font-size: 20px;
    }
}
.hs-inner-solution-details .solution-details-top {
    margin-top: 50px;
    padding: 50px;

    background: #f5f5f5;
}
@media (max-width: 1199px) {
    .hs-inner-solution-details .solution-details-top {
        margin-top: 30px;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solution-details .solution-details-top {
        padding: 20px 15px;
    }
}
.hs-inner-solution-details .solution-details-top:before {
    display: block;

    width: 51px;
    height: 39px;
    margin-bottom: 30px;

    content: '';

    background: url(../images/yinhao.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px) {
    .hs-inner-solution-details .solution-details-top:before {
        width: 40px;
        height: 24px;
    }
}
.hs-inner-solution-details .solution-details {
    margin-top: 30px;
}
.hs-inner-solution-details .solution-details img {
    max-width: 100%;
    height: auto !important;
}
.hs-inner-contact {
    padding: 180px 0;

    background: url(../images/contact_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .hs-inner-contact {
        padding: 120px 0;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact {
        padding: 50px 0;
    }
}
.hs-inner-contact .title-banner {
    color: #fff;
}
.hs-inner-contact .contact {
    overflow: hidden;

    margin-top: 20px;
}
.hs-inner-contact .contact>ul>li {
    margin-top: 30px;
}
.hs-inner-contact .contact>ul>li:nth-child(2) .txt-group .icon {
    color: #ff7900;
}
.hs-inner-contact .contact>ul>li:nth-child(3) .txt-group .icon {
    color: #45f500;
}
.hs-inner-contact .contact>ul>li:nth-child(4) .txt-group .icon {
    color: #00ac0c;
}
.hs-inner-contact .contact .txt-group {
    height: 100%;
    padding: 30px;

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .4);
    background: rgba(0, 0, 0, .4);
}
@media (max-width: 767px) {
    .hs-inner-contact .contact .txt-group {
        padding: 30px 15px;
    }
}
.hs-inner-contact .contact .txt-group .icon .flaticon {
    font-size: 40px;

    display: inline-block;

    -webkit-transition: all .6s;
    transition: all .6s;
}
@media (max-width: 1199px) {
    .hs-inner-contact .contact .txt-group .icon .flaticon {
        font-size: 30px;
    }
}
.hs-inner-contact .contact .txt-group .txt {
    margin-top: 20px;
}
.hs-inner-contact .contact .txt-group .txt p {
    line-height: 1.875;

    margin: 0;

    word-break: break-word;
}
.hs-inner-contact .contact .txt-group .txt p a:hover {
    text-decoration: underline;
}
@media (min-width: 1200px) {
    .hs-inner-contact .contact .txt-group:hover .icon .flaticon {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
.fancybox-close-small {
    line-height: 49px;

    width: 49px;
    height: 49px;

    border: none;
    border-radius: 50%;
    outline: none;
    background: #fff;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .18);
}
.fancybox-close-small:after {
    line-height: 49px;

    top: 0;
    right: 0;

    width: 100%;
    height: 100%;
}
.hs-google-map {
    position: relative;
    z-index: 5;

    width: 100%;

    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
}
@media (max-width: 767px) {
    .hs-google-map {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
.hs-google-map .title-inner h2 {
    font-size: 24px;

    color: #0067be;
}
.hs-google-map .title-inner p {
    margin: 0;

    color: #8e8e8e;
}
.hs-google-map .feedbackform {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 10%;

    width: 100%;
    max-width: 480px;
    padding: 30px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    background-color: #fff;
}
@media (max-width: 1199px) {
    .hs-google-map .feedbackform {
        position: relative;
        top: 0;
        left: 0;

        max-width: 100%;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);

        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
@media (max-width: 767px) {
    .hs-google-map .feedbackform {
        padding: 20px;
    }
}
.hs-google-map #map {
    height: 100%;
    height: 760px;
}
@media (max-width: 1199px) {
    .hs-google-map #map {
        height: 600px;
    }
}
@media (max-width: 767px) {
    .hs-google-map #map {
        height: 400px;
        margin-top: 30px;
    }
}
.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;
}
.hideh1 {
    font-size: 0;
}
.hideh1 h1 {
    font-size: 0;

    margin: 0;
}
.flaticon:before {
    line-height: inherit !important;

    display: block;
}
.hs-inner-policy .policy {
    margin-top: 30px;
}
.hs-inner-solutions-new {
    padding-top: 40px;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 103, 190, .1)), color-stop(90%, #fff));
    background-image: -webkit-linear-gradient(rgba(0, 103, 190, .1) 10%, #fff 90%);
    background-image: linear-gradient(rgba(0, 103, 190, .1) 10%, #fff 90%);
}
@media (max-width: 767px) {
    .hs-inner-solutions-new {
        padding-top: 20px;
    }
}
.hs-inner-solutions-new .solutions-new-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -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;
}
.hs-inner-solutions-new .solutions-new-video .desc {
    width: 50%;
    padding-right: 5%;
}
@media (max-width: 767px) {
    .hs-inner-solutions-new .solutions-new-video .desc {
        width: 100%;
        padding-right: 0;
    }
}
.hs-inner-solutions-new .solutions-new-video .desc .title-inner:before {
    display: block;

    width: 50px;
    height: 39px;
    margin-bottom: 10px;

    content: '';

    background: url(../images/yinhao.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px) {
    .hs-inner-solutions-new .solutions-new-video .desc .title-inner:before {
        width: 40px;
        height: 30px;
    }
}
.hs-inner-solutions-new .solutions-new-video .desc .title-inner h3 {
    font-size: 20px;
    font-weight: 900;

    margin-top: 20px;

    color: #0067be;
}
@media (max-width: 767px) {
    .hs-inner-solutions-new .solutions-new-video .desc .title-inner h3 {
        font-size: 18px;

        margin-top: 10px;
    }
}
.hs-inner-solutions-new .solutions-new-video .video {
    width: 50%;
}
@media (max-width: 767px) {
    .hs-inner-solutions-new .solutions-new-video .video {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-inner-solutions-new .solutions-new-video .video iframe {
    width: 100%;
    height: 320px;
}
.hs-inner-solutions-new .solutions-new-menu {
    margin-top: 50px;
    padding: 16px;

    border-radius: 19px;
    background-color: rgba(0, 103, 190, .1);
}
@media (max-width: 767px) {
    .hs-inner-solutions-new .solutions-new-menu {
        padding: 8px;
    }
}
.hs-inner-solutions-new .solutions-new-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hs-inner-solutions-new .solutions-new-menu ul li {
    padding: 0 10px;
}
.hs-inner-solutions-new .solutions-new-menu ul li a {
    font-size: 24px;
    line-height: 28px;

    display: block;

    padding: 15px 12px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #0067be;
    border-radius: 19px;
}
@media (max-width: 1560px) {
    .hs-inner-solutions-new .solutions-new-menu ul li a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-solutions-new .solutions-new-menu ul li a {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .hs-inner-solutions-new .solutions-new-menu ul li a {
        line-height: 24px;

        padding: 10px;

        border-radius: 10px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions-new .solutions-new-menu ul li a {
        font-size: 16px;
    }
}
.hs-inner-solutions-new .solutions-new-menu ul li.active a {
    font-weight: 900;

    color: #fff;
    background-color: #0067be;
}
.hs-inner-solutions-new .solutions-new-content {
    margin-top: 20px;
    padding: 50px;

    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 19px;
}
@media (max-width: 1199px) {
    .hs-inner-solutions-new .solutions-new-content {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions-new .solutions-new-content {
        padding: 10px;
    }
}
.hs-inner-solutions-new .solutions-new-content .solutions-new-list-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 30px;

    border-bottom: 1px solid #e5f0f8;

    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .hs-inner-solutions-new .solutions-new-content .solutions-new-list-top {
        padding-bottom: 20px;
    }
}
.hs-inner-solutions-new .solutions-new-content .solutions-new-list-top .title-inner h2 {
    font-size: 36px;

    color: #0067be;
}
@media (max-width: 1199px) {
    .hs-inner-solutions-new .solutions-new-content .solutions-new-list-top .title-inner h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-solutions-new .solutions-new-content .solutions-new-list-top .title-inner h2 {
        font-size: 24px;
    }
}
.hs-inner-solutions-new .solutions-new-content .solutions-new-list-top .title-inner h2 i {
    font-size: 48px;
}
/*.hs-inner-solutions-new .solutions-new-content .solutions-new-list-top .title-inner:before {*/
/*    display: block;*/

/*    width: 44px;*/
/*    height: 36px;*/

/*    content: '';*/

/*    background: url(../images/meat.webp) no-repeat center;*/
/*    background-size: cover;*/
/*}*/
@media (max-width: 767px) {
    .hs-inner-solutions-new .solutions-new-content .solutions-new-list-top .solutions-new-list-menu {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-inner-solutions-new .solutions-new-content .solutions-new-list-top .solutions-new-list-menu ul {
    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-solutions-new .solutions-new-content .solutions-new-list-top .solutions-new-list-menu ul li {
    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-solutions-new .solutions-new-content .solutions-new-list-top .solutions-new-list-menu ul li:after {
    display: block;

    width: 70px;
    height: 1px;
    margin: 0 10px;

    content: '';

    background: rgba(0, 103, 190, .1);
}
@media (max-width: 1199px) {
    .hs-inner-solutions-new .solutions-new-content .solutions-new-list-top .solutions-new-list-menu ul li:after {
        width: 50px;
    }
}
@media (max-width: 991px) {
    .hs-inner-solutions-new .solutions-new-content .solutions-new-list-top .solutions-new-list-menu ul li:after {
        width: 40px;
    }
}
.hs-inner-solutions-new .solutions-new-content .solutions-new-list-top .solutions-new-list-menu ul li:last-child:after {
    display: none;
}
.hs-inner-solutions-new .solutions-new-content .solutions-new-list-top .solutions-new-list-menu ul li a {
    font-size: 48px;
    font-weight: 900;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: rgba(0, 103, 190, .1);
}
@media (max-width: 1560px) {
    .hs-inner-solutions-new .solutions-new-content .solutions-new-list-top .solutions-new-list-menu ul li a {
        font-size: 36px;
    }
}
.hs-inner-solutions-new .solutions-new-content .solutions-new-list-top .solutions-new-list-menu ul li.active a {
    color: #0067be;
}
.hs-inner-solutions-new .solutions-new-content .solutions-new-list-part {
    display: none;
}
.hs-inner-solutions-new .solutions-new-content .solutions-new-list-part:nth-child(1) {
    display: block;
}
.hs-inner-solutions-new .solutions-new-content .solutions-new-list-part .part-group {
    margin-top: 40px;
}
.hs-inner-solutions-new .solutions-new-content .solutions-new-list-part .part-group h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.66666667;

    color: #0067be;
}
.hs-inner-solutions-new .solutions-new-content .solutions-new-list-part .part-group h3 img {
    display: inline-block;

    height: 22px !important;

    vertical-align: middle;
}
.hs-inner-solutions-new .solutions-new-content .solutions-new-list-part .part-group ul li {
    position: relative;

    padding-left: 24px;
}
.hs-inner-solutions-new .solutions-new-content .solutions-new-list-part .part-group ul li:before {
    position: absolute;
    top: 7px;
    left: 0;

    display: block;

    width: 15px;
    height: 13px;

    content: '';

    background: url(../images/select.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px) {
    .hs-inner-solutions-new .solutions-new-content .solutions-new-list-part .part-group ul li:before {
        top: 5px;
    }
}
.hs-inner-solutions-new-number {
    padding: 60px 0;

    color: #fff;
    background: #0067be;
}
.hs-inner-solutions-new-number .solutions-new-number 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;
}
@media (max-width: 767px) {
    .hs-inner-solutions-new-number .solutions-new-number ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .hs-inner-solutions-new-number .solutions-new-number ul li {
        width: 50%;
    }
}
.hs-inner-solutions-new-number .solutions-new-number .solutions-new-number-group {
    max-width: 230px;

    text-align: center;
}
.hs-inner-solutions-new-number .solutions-new-number .solutions-new-number-group b {
    font-size: 48px;
    font-weight: bold;
}
@media (max-width: 991px) {
    .hs-inner-solutions-new-number .solutions-new-number .solutions-new-number-group b {
        font-size: 36px;
    }
}
.hs-inner-solutions-new-meat .title-meat h2 {
    font-size: 36px;
    font-weight: bold;

    color: #0067be;
}
@media (max-width: 1199px) {
    .hs-inner-solutions-new-meat .title-meat h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-solutions-new-meat .title-meat h2 {
        font-size: 24px;
    }
}
.hs-inner-solutions-new-meat .title-meat h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;

    margin: 0;
}
.hs-inner-solutions-new-meat .solutions-new-meat {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hs-inner-solutions-new-meat .solutions-new-meat {
        margin-top: 0;
    }
}
.hs-inner-solutions-new-meat .solutions-new-meat>ul>li {
    margin-top: 30px;
}
.hs-inner-solutions-new-meat .solutions-new-meat .meat-group {
    display: block;

    border: 1px solid #dadada;
    border-radius: 22px;
}
.hs-inner-solutions-new-meat .solutions-new-meat .meat-group .img .ibox {
    padding-bottom: 71.25%;
}
.hs-inner-solutions-new-meat .solutions-new-meat .meat-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-solutions-new-meat .solutions-new-meat .meat-group .desc {
    margin-top: 20px;
    padding: 30px 20px;
}
@media (max-width: 767px) {
    .hs-inner-solutions-new-meat .solutions-new-meat .meat-group .desc {
        padding: 20px 10px;
    }
}
.hs-inner-solutions-new-meat .solutions-new-meat .meat-group .desc .title-meat {
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;

    color: #0067be;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px) {
    .hs-inner-solutions-new-meat .solutions-new-meat .meat-group .desc .title-meat {
        font-size: 18px;
    }
}
.hs-inner-solutions-new-meat .solutions-new-meat .meat-group .desc .public-note {
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.hs-inner-solutions-new-meat .solutions-new-meat .meat-group .desc .public-note p {
    line-height: 24px;

    color: #666;
}
.hs-inner-solutions-new-meat .solutions-new-meat .meat-group .desc .more {
    font-size: 12px;
    font-weight: 900;

    margin-top: 24px;

    color: #0067be;
}
@media (min-width: 1200px) {
    .hs-inner-solutions-new-meat .solutions-new-meat .meat-group:hover .img .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.page_info {
    clear: both;

    margin: 10px auto;
    padding: 50px;

    text-align: center;

    color: #999;
}
.page_info span {
    font-weight: bold;

    padding: 0 2px;
}
.page_list {
    font-size: 14px;
    line-height: 40px;

    clear: both;

    width: 40px;
    width: 100%;
    height: 40px;
    margin: 50px auto;
    padding: 30px;

    text-align: center;
    letter-spacing: 0;
}
.page_list a,
.page_list span {
    line-height: 38px;

    display: inline-block;

    width: 40px;
    height: 40px;
    margin: 0 1px;

    text-align: center;

    color: #999;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #dedede;
}
.page_list a:hover {
    color: #fff;
    border: 1px solid #63a555;
    background: #63a555;
}
.page_list .on {
    color: #fff;
    border: 1px solid #63a555;
    background: #63a555;
}
.page_list a.on {
    color: #fff;
    border: 1px solid #63a555;
    background: #63a555;
}
.table_a table {
    font-weight: 500;

    width: 100%;

    word-break: break-word;

    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /*margin-top: 40px;*/
}
.table_a table td {
    font-size: 16px;
    line-height: 24px;

    padding: 10px 15px;

    text-align: left;

    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
@media (max-width: 991px) {
    .table_a table td {
        font-size: 14px;

        padding: 5px 10px;
    }
}
.table_a table tr:nth-child(odd) {
    background: #f6f6f6;
}
.table_a table th {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;

    height: 40px;
    padding: 5px;

    text-align: left;

    color: #368049;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #f6f6f6;
}
@media (max-width: 991px) {
    .table_a table th {
        font-size: 14px;
        line-height: 24px;

        height: auto;
    }
}
.biao2 {
    background: #f6f6f6;
}