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

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

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

    overflow-x: hidden;

    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px) {
    body {
        font-size: 15px;
    }
}
@-ms-viewport {
    width: auto !important;
}
li,
ol,
ul {
    list-style: none;
}
a {
    color: inherit;
}
a:hover,
a:link,
a:visited {
    text-decoration: none;

    color: inherit;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}
ul {
    margin: 0;
    padding: 0;
}
button,
input,
textarea {
    border: none;
    outline: none;
}
a[data-fancybox] {
    outline: none;
}
a[data-fancybox] img {
    outline: none !important;
}
.slick-slide {
    outline: none;
}
.slick-slide a {
    outline: none !important;
}
@media (min-width: 1200px) {
    .wow {
        visibility: hidden;
    }
}
.lazy {
    /* background-image: url(../js/slick/ajax-loader.gif); */
    background-repeat: no-repeat;
    background-position: center;
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img {
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translateZ(1px);
    transform: translate3d(0, 0, 1px);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
}
.transform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}
.slick-disabled {
    cursor: no-drop;

    opacity: .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;
    }
}
@media (min-width: 1560px) {
    .container {
        max-width: 1440px;
    }
    .con1400 {
        max-width: 1440px;
    }
}
@media (min-width: 1660px) {
    .container {
        max-width: 1600px;
    }
}
@media (min-width: 1400px) {
    .con1300 {
        max-width: 1330px;
    }
}
@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 {
    line-height: 52px;

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

    display: inline-block;

    width: 52px;
    height: 52px;
    margin: 0;

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

    color: #fff;
    background-color: #005aa7;
}
@media (max-width: 1199px) {
    .swiper-button-next,
    .swiper-button-prev {
        line-height: 40px;

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

    display: block;

    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
@media (max-width: 767px) {
    .swiper-button-next .flaticon,
    .swiper-button-prev .flaticon {
        font-size: 18px;
    }
}
.swiper-button-next.swiper-button-next,
.swiper-button-prev.swiper-button-next {
    right: 0;

    margin-left: 6px;
}
.swiper-button-next.swiper-button-next .flaticon,
.swiper-button-prev.swiper-button-next .flaticon {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #005aa7;
    background-color: #07c5f2;
}
.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;
}
.arrow-right {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .arrow-right {
        margin-top: 30px;
    }
}
.arrow-right .swiper-button-prev,
.arrow-right .swiper-button-next {
    position: absolute;
    top: -120px;
    right: 15px;
    left: auto;
}
@media (max-width: 1199px) {
    .arrow-right .swiper-button-prev,
    .arrow-right .swiper-button-next {
        top: -100px;
    }
}
@media (max-width: 991px) {
    .arrow-right .swiper-button-prev,
    .arrow-right .swiper-button-next {
        top: -60px;
    }
}
@media (max-width: 767px) {
    .arrow-right .swiper-button-prev,
    .arrow-right .swiper-button-next {
        top: -70px;
    }
}
.arrow-right .swiper-button-prev {
    right: 80px;
}
:root {
    --pad: -webkit-calc(50vw - 800px);
    --pad: calc(50vw - 800px);
}
@media (max-width: 1720px) {
    :root {
        --pad: -webkit-calc(50vw - 705px);
        --pad: calc(50vw - 705px);
    }
}
@media (max-width: 1470px) {
    :root {
        --pad: -webkit-calc(50vw - 660px);
        --pad: calc(50vw - 660px);
    }
}
@media (max-width: 1400px) {
    :root {
        --pad: -webkit-calc(50vw - 570px);
        --pad: calc(50vw - 570px);
    }
}
@media (max-width: 1199px) {
    :root {
        --pad: 6vw;
    }
}
@media (max-width: 991px) {
    :root {
        --pad: 7.5vw;
    }
}
@media (max-width: 767px) {
    :root {
        --pad: 15px;
    }
}
.hs-header-box {
    position: fixed;
    z-index: 10;

    width: 100%;
    padding: 0 3%;

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

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

        color: #000;
        border-bottom: 1px solid #dcdcdc;
    }
}
.hs-header-box .logo {
    display: block;

    height: 42px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .hs-header-box .logo {
        height: 40px;
    }
}
.hs-header-box .logo img {
    width: auto;
    height: 100%;

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

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
    .hs-header-box .logo img {
        -webkit-filter: brightness(1) invert(0);
        filter: brightness(1) invert(0);
    }
}
.hs-header-box .pc-search .search-button {
    line-height: 40px;

    cursor: pointer;
}
.hs-header-box .pc-search .search-button img {
    width: 30px;

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

    opacity: .6;

    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}
.hs-header-box .pc-search .search-button .flaticon {
    font-size: 20px;
}
.hs-header-box .pc-search form {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;

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

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

    background-color: #005aa7;
}
@media (max-width: 1199px) {
    .hs-header-box .pc-search form {
        padding: 15px 30px 15px 15px;
    }
}
.hs-header-box .pc-search input {
    font-size: 20px;
    line-height: 30px;

    width: 100%;
    height: 30px;
    padding: 0 30px 0 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-family: Arial;
    font-size: 34px;
    line-height: 60px;

    position: absolute;
    top: 0;
    right: 3%;

    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    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: 30px;

    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(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-header-box .tel {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    margin-left: 18px;
}
@media (max-width: 767px) {
    .hs-header-box .tel {
        display: none;
    }
}
.hs-header-box .tel a:hover {
    text-decoration: underline;
}
.hs-header-box .open-quote a {
    font-weight: bold;
    line-height: 38px;

    display: block;

    margin-left: 20px;
    padding: 0 12px;

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

    color: #fff;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, right top, from(#07c5f2), color-stop(#005aa7), color-stop(#005aa7), to(#07c5f2));
    background: -webkit-linear-gradient(left, #07c5f2, #005aa7, #005aa7, #07c5f2);
    background: linear-gradient(90deg, #07c5f2, #005aa7, #005aa7, #07c5f2);
}
@media (max-width: 1560px) {
    .hs-header-box .open-quote a {
        padding: 0 14px;
    }
}
@media (max-width: 767px) {
    .hs-header-box .open-quote a {
        font-size: 12px;
        line-height: 20px;

        margin-left: 10px;
        padding: 0 4px;

        text-align: center;
    }
}
.hs-header-box .open-quote:hover a {
    background-color: #07c5f2;
}
.hs-header-box .language {
    position: relative;

    margin-left: 12px;
}
.hs-header-box .language p {
    margin: 0;
}
.hs-header-box .language p .flaticon {
    font-size: 24px;
}
.hs-header-box .language ul {
    position: absolute;
    top: 100%;
    left: 50%;

    display: none;

    min-width: 100px;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.hs-header-box .language ul li a {
    line-height: 1.5;

    display: block;

    padding: 5px 10px;

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

    color: #666;
}
.hs-header-box .language ul li:hover a {
    color: #fff;
    background-color: #005aa7;
}
.hs-header-box .header-right {
    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: 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 {
    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>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: 100px;
    padding: 0 30px;

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

    -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 1.5vw;
    }
}
@media (max-width: 1400px) {
    .hs-header-box .header-nav>ul>li>a {
        padding: 0 1vw;
    }
}
.hs-header-box .header-nav>ul>li:hover>a {
    color: #07c5f2;
}
.hs-header-box .pc-nav-down {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;

    display: none;

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

    text-align: center;

    color: #333;
    background-color: #fff;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, .22);
}
.hs-header-box .pc-nav-down>li {
    position: relative;

    display: inline-block;

    vertical-align: middle;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-header-box .pc-nav-down>li:after {
    display: inline-block;

    content: '|';
    vertical-align: middle;
}
.hs-header-box .pc-nav-down>li:last-child:after {
    display: none;
}
.hs-header-box .pc-nav-down>li>a {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    position: relative;

    display: inline-block;

    padding: 10px 2vw;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;
}
@media (max-width: 1560px) {
    .hs-header-box .pc-nav-down>li>a {
        font-size: 19px;
    }
}
@media (max-width: 1400px) {
    .hs-header-box .pc-nav-down>li>a {
        padding: 10px 1vw;
    }
}
.hs-header-box .pc-nav-down>li:hover>a,
.hs-header-box .pc-nav-down>li.active>a {
    color: #005aa7;
}
.hs-header-box .pc-nav-down>li:hover .nav-more,
.hs-header-box .pc-nav-down>li.active .nav-more {
    color: #777;
}
.hs-header-box .pc-nav-down>li .nav-more {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;

    width: 100%;
    min-height: auto;
    padding-top: 20px;

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

    color: #777;
    border-top: 1px solid #dcdcdc;
    border-bottom: none;
}
.hs-header-box .pc-nav-down>li .nav-more:hover {
    color: #005aa7;
}
.hs-header-box .pc-nav-down2 {
    padding: 20px 0;
}
.hs-header-box .pc-nav-down2>li {
    margin: 5px 0;
}
.hs-header-box .pc-nav-down2>li>a {
    font-size: 14px;
    line-height: 20px;

    position: relative;

    display: block;

    padding: 5px 15px;
    padding-left: 18px;

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

    color: #666;
}
.hs-header-box .pc-nav-down2>li>a:before {
    position: absolute;
    top: 12px;
    left: 0;

    display: block;

    width: 7px;
    height: 7px;

    content: '';

    background-color: #005aa7;
}
.hs-header-box .pc-nav-down2>li:hover>a {
    color: #005aa7;
}
.hs-header-box .pc-nav-down-projects>li:after {
    display: none;
}
.hs-header-box .pc-nav-down-projects>li a {
    font-size: 16px;

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

    padding: 0 15px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1400px) {
    .hs-header-box .pc-nav-down-projects>li a {
        padding: 0 5px;
    }
}
.hs-header-box .pc-nav-down-projects>li a img {
    height: 80px;

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

    opacity: .5;
}
@media (max-width: 1560px) {
    .hs-header-box .pc-nav-down-projects>li a img {
        height: 60px;
    }
}
@media (max-width: 1400px) {
    .hs-header-box .pc-nav-down-projects>li a img {
        height: 50px;
    }
}
.hs-header-box .pc-nav-down-projects>li.active a img,
.hs-header-box .pc-nav-down-projects>li:hover a img {
    opacity: .8;
}
.hs-header-box .pc-nav-down-product {
    font-size: 0;
}
.hs-header-box .pc-nav-down-product>li {
    width: 20%;
    padding: 0 15px;

    text-align: left;
    vertical-align: top;
}
.hs-header-box .pc-nav-down-product>li:after {
    display: none;
}
.hs-header-box .pc-nav-down-product>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.55555556;

    min-height: 80px;
    padding-right: 0;
    padding-left: 0;

    color: #005aa7;
    border-bottom: 1px solid #1e6097;
    border-radius: 0;
}
@media (max-width: 1400px) {
    .hs-header-box .pc-nav-down-product>li>a {
        font-size: 16px;
    }
}
.hs-header-box .pc-nav-down-application {
    font-size: 0;

    width: 100%;
    padding: 30px 14%;
}
@media (max-width: 1560px) {
    .hs-header-box .pc-nav-down-application {
        padding: 30px 8%;
    }
}
.hs-header-box .pc-nav-down-application>li {
    display: inline-block;

    width: 25%;

    vertical-align: top;

    border: none;
}
.hs-header-box .pc-nav-down-application>li>a {
    font-size: 16px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hs-header-box .pc-nav-down-application>li>a .flaticon {
    font-size: 30px;

    margin-right: 10px;

    color: #005aa7;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.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: #005aa7;
}
@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: #000;
    background-color: #fff;
    box-shadow: 0 11px 14px 0 rgba(0, 0, 0, .42);
}
.hs-header-box.stuck-header .logo img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.hs-header-box.stuck-header .header-nav>ul>li>a {
    height: 80px;
}
@media (min-width: 768px) {
    .hs-header-box-black {
        color: #000;
    }
    .hs-header-box-black .logo img {
        -webkit-filter: brightness(1) invert(0);
        filter: brightness(1) invert(0);
    }
}
.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 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: 7;
    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: #07c5f2;
    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: #07c5f2;
}
.customer-service a:hover p {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.customer-service .service-wechat p {
    background-color: #07c5f2;
}
.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: #005aa7;
}
.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: 120%;
        margin-left: -10%;
    }
}
.banner-box .swiper-text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text {
        top: 55%;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text {
        top: 50%;
    }
}
.banner-box .swiper-text-1 {
    top: 30%;

    text-align: center;

    color: #005aa7;
}
@media (max-width: 767px) {
    .banner-box .swiper-text-1 {
        top: 40%;
    }
}
.banner-box .swiper-text-1 .desc {
    display: inline-block;

    text-align: left;
}
.banner-box .swiper-text-1 .desc h2 {
    font-size: 72px;
    font-weight: bold;

    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: 1560px) {
    .banner-box .swiper-text-1 .desc h2 {
        font-size: 60px;
    }
}
@media (max-width: 1470px) {
    .banner-box .swiper-text-1 .desc h2 {
        font-size: 50px;
    }
}
@media (max-width: 1400px) {
    .banner-box .swiper-text-1 .desc h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text-1 .desc h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text-1 .desc h2 {
        font-size: 24px;
    }
}
.banner-box .swiper-text-1 .desc h2 i {
    font-size: 30px;
    font-style: normal;
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-1 .desc h2 i {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text-1 .desc h2 i {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text-1 .desc h2 i {
        font-size: 18px;
    }
}
.banner-box .swiper-text-1 .desc h2 span {
    margin-right: 10px;
}
.banner-box .swiper-text-1 .desc h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-1 .desc h3 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text-1 .desc h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text-1 .desc h3 {
        font-size: 16px;
    }
}
.banner-box .swiper-text-1 .desc h3 b {
    font-size: 60px;
    line-height: .8;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text-1 .desc h3 b {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-1 .desc h3 b {
        font-size: 40px;
    }
}
.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-2,
.banner-box .swiper-text-3 {
    color: #000;
}
.banner-box .swiper-text-2 h4,
.banner-box .swiper-text-3 h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-2 h4,
    .banner-box .swiper-text-3 h4 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text-2 h4,
    .banner-box .swiper-text-3 h4 {
        font-size: 20px;
    }
}
.banner-box .swiper-text-2 h2,
.banner-box .swiper-text-3 h2 {
    font-size: 72px;
    font-weight: bold;
    line-height: 1.25;

    color: #005aa7;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text-2 h2,
    .banner-box .swiper-text-3 h2 {
        font-size: 60px;
    }
}
@media (max-width: 1400px) {
    .banner-box .swiper-text-2 h2,
    .banner-box .swiper-text-3 h2 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-2 h2,
    .banner-box .swiper-text-3 h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text-2 h2,
    .banner-box .swiper-text-3 h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text-2 h2,
    .banner-box .swiper-text-3 h2 {
        font-size: 20px;
    }
}
.banner-box .swiper-text-2 h3,
.banner-box .swiper-text-3 h3 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;

    color: #005aa7;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text-2 h3,
    .banner-box .swiper-text-3 h3 {
        font-size: 40px;
    }
}
@media (max-width: 1400px) {
    .banner-box .swiper-text-2 h3,
    .banner-box .swiper-text-3 h3 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-2 h3,
    .banner-box .swiper-text-3 h3 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text-2 h3,
    .banner-box .swiper-text-3 h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text-2 h3,
    .banner-box .swiper-text-3 h3 {
        font-size: 16px;

        margin: 0;
    }
}
.banner-box .swiper-text-2 .link,
.banner-box .swiper-text-3 .link {
    margin-top: 40px;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text-2 .link,
    .banner-box .swiper-text-3 .link {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text-2 .link,
    .banner-box .swiper-text-3 .link {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text-2 .link,
    .banner-box .swiper-text-3 .link {
        margin-top: 0;
    }
}
.banner-box .swiper-text-2 .link a,
.banner-box .swiper-text-3 .link a {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;
    padding: 15px 20px;

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

    color: #fff;
    background-color: #005aa7;
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-2 .link a,
    .banner-box .swiper-text-3 .link a {
        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text-2 .link a,
    .banner-box .swiper-text-3 .link a {
        line-height: 24px;

        padding: 5px 10px;
    }
}
.banner-box .swiper-text-2 .link a:after,
.banner-box .swiper-text-3 .link a:after {
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    border-width: 5px 0 5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.banner-box .swiper-text-2 .link a:hover,
.banner-box .swiper-text-3 .link a:hover {
    color: #005aa7;
    background-color: #07c5f2;
}
.banner-box .swiper-text-2 .link a:hover:after,
.banner-box .swiper-text-3 .link a:hover:after {
    border-color: transparent transparent transparent #005aa7;
}
.banner-box .swiper-text-2 .link .ban-quote,
.banner-box .swiper-text-3 .link .ban-quote {
    margin-right: 40px;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text-2 .link .ban-quote,
    .banner-box .swiper-text-3 .link .ban-quote {
        margin-right: 30px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-2 .link .ban-quote,
    .banner-box .swiper-text-3 .link .ban-quote {
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text-2 .link .ban-quote,
    .banner-box .swiper-text-3 .link .ban-quote {
        margin-right: 10px;
    }
}
.banner-box .swiper-text-2 .link .active,
.banner-box .swiper-text-3 .link .active {
    background-color: #07c5f2;
}
.banner-box .swiper-text-3 {
    color: #fff;
}
.banner-box .swiper-text-3 h2,
.banner-box .swiper-text-3 h3 {
    color: #fff;
}
.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 .button-banner {
    position: absolute;
    z-index: 6;
    bottom: 3%;

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

    width: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .banner-box .button-banner {
        bottom: 0;
    }
}
.banner-box .line {
    width: 190px;
    height: 1px;

    background-color: #005aa7;
}
@media (max-width: 1199px) {
    .banner-box .line {
        width: 150px;
    }
}
@media (max-width: 991px) {
    .banner-box .line {
        width: 100px;
    }
}
.banner-box .swiper-button-prev,
.banner-box .swiper-button-next {
    position: relative;

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

    margin: 0;

    opacity: .7;
    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;
}
.banner-box .swiper-button-prev:before,
.banner-box .swiper-button-next:before {
    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 8px 0 8px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #005aa7;
}
.banner-box .swiper-button-prev:hover,
.banner-box .swiper-button-next:hover {
    opacity: 1;
}
.banner-box .swiper-button-prev:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.banner-box .swiper-pagination {
    position: relative;
    bottom: 0;

    width: auto;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.banner-box .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin-right: 20px;

    opacity: .6;
    border-radius: 50%;
    background: #fff;
}
.banner-box .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.banner-box .mouse {
    display: block;

    width: 40px;

    -webkit-animation: mouse 3s linear infinite;
    animation: mouse 3s linear infinite;
}
.banner-box .mouse img {
    display: block;

    width: 100%;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@-webkit-keyframes mouse {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}
@keyframes mouse {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}
.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 .title-banner h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    display: inline-block;

    text-transform: uppercase;
}
@media (max-width: 1560px) {
    .banner-inner .title-banner h2 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .banner-inner .title-banner h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .banner-inner .title-banner h2 {
        font-size: 30px;
    }
}
.banner-inner .title-banner h2:before {
    position: absolute;
    z-index: 1;
    bottom: 4px;
    left: 0;

    display: block;

    width: 100%;
    height: 14px;

    content: '';

    background-color: #07c5f2;
}
@media (max-width: 1199px) {
    .banner-inner .title-banner h2:before {
        height: 8px;
    }
}
@media (max-width: 767px) {
    .banner-inner .title-banner h2:before {
        height: 4px;
    }
}
.banner-inner .title-banner h2 span {
    position: relative;
    z-index: 4;

    display: inline-block;
}
.banner-inner .group-text {
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 0;

    width: 100%;

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

    color: #fff;
}
.banner-inner .hs-inner-location {
    margin-top: 10px;
}
.banner-inner .hs-inner-location .location {
    color: #fff;
}
.banner-inner .hs-inner-location .location ul li a:hover {
    text-decoration: underline;

    color: #fff;
}
@media (min-width: 768px) {
    .banner-inner .container {
        position: relative;
    }
}
.banner-inner .banner-news-menu {
    position: absolute;
    top: 50%;
    right: 15px;

    width: 280px;
    padding: 80px 5%;

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

    background-color: rgba(0, 90, 167, .95);
}
@media (max-width: 1560px) {
    .banner-inner .banner-news-menu {
        padding: 40px;
    }
}
@media (max-width: 1199px) {
    .banner-inner .banner-news-menu {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .banner-inner .banner-news-menu {
        position: relative;
        top: auto;
        right: 0;
        bottom: 0;

        width: 100%;
        margin-top: 20px;
        padding: 10px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@media (max-width: 767px) {
    .banner-inner .banner-news-menu ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.banner-inner .banner-news-menu ul li a {
    font-size: 20px;
    line-height: 30px;

    display: block;

    padding: 10px 0;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .banner-inner .banner-news-menu ul li a {
        font-size: 18px;

        padding: 5px 10px;
    }
}
.banner-inner .banner-news-menu ul li.active a,
.banner-inner .banner-news-menu ul li:hover a {
    color: #07c5f2;
}
.banner-product {
    height: 100px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .banner-product {
        height: 60px;
    }
}
@media (max-width: 767px) {
    .banner-product {
        display: none;
    }
}
.hs-pad {
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1560px) {
    .hs-pad {
        padding: 80px 0;
    }
}
@media (max-width: 1199px) {
    .hs-pad {
        padding: 60px 0;
    }
}
@media (max-width: 767px) {
    .hs-pad {
        padding: 40px 0;
    }
}
.hs-more {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-more {
        margin-top: 30px;
    }
}
.hs-more a {
    font-weight: bold;
    line-height: 50px;

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

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

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

    color: #005aa7;
    background-color: #fff;
}
.hs-more a .flaticon {
    font-weight: normal;

    margin-left: 4px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .hs-more a {
        line-height: 40px;

        padding: 0 40px;
    }
}
@media (max-width: 767px) {
    .hs-more a {
        padding: 0 30px;
    }
}
.hs-more a:hover {
    background-color: #07c5f2;
}
.hs-more a:hover .flaticon {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.title-home .subtitle {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    color: #07c5f2;
}
@media (max-width: 767px) {
    .title-home .subtitle {
        font-size: 18px;
    }
}
.title-home h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;

    color: #005aa7;
}
@media (max-width: 1560px) {
    .title-home h2 {
        font-size: 40px;
    }
}
@media (max-width: 1470px) {
    .title-home h2 {
        font-size: 34px;
    }
}
@media (max-width: 1199px) {
    .title-home h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .title-home h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .title-home h2 {
        font-size: 22px;
    }
}
.title-home h2.fz60 {
    font-size: 60px;
}
@media (max-width: 1560px) {
    .title-home h2.fz60 {
        font-size: 50px;
    }
}
@media (max-width: 1470px) {
    .title-home h2.fz60 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .title-home h2.fz60 {
        font-size: 32px;
    }
}
@media (max-width: 991px) {
    .title-home h2.fz60 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .title-home h2.fz60 {
        font-size: 24px;
    }
}
.title-home h3 {
    font-size: 30px;
    line-height: 1.25;

    margin-top: 14px;

    color: #005aa7;
}
@media (max-width: 1400px) {
    .title-home h3 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .title-home h3 {
        font-size: 20px;
    }
}
.title-home p {
    font-size: 16px;
    line-height: 1.625;

    margin: 20px 0 0 0;
}
@media (max-width: 991px) {
    .title-home p {
        font-size: 14px;

        margin-top: 10px;
    }
}
.public-note p {
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px) {
    .public-note p {
        font-size: 15px;
        line-height: 24px;
    }
}
.public-note img {
    max-width: 100%;
    height: auto !important;
}
.public-note.fz18 p {
    font-size: 18px;
}
@media (max-width: 1199px) {
    .public-note.fz18 p {
        font-size: 16px;
    }
}
.public-note.lh24 p {
    line-height: 24px;
}
.hs-home-category .category>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -20px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-home-category .category>ul>li {
    width: 42%;
    padding: 0 20px;

    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (max-width: 1199px) {
    .hs-home-category .category>ul>li {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .hs-home-category .category>ul>li.active {
        width: 58%;
    }
    .hs-home-category .category>ul>li.active .category-group {
        color: #000;
        background: -webkit-gradient(linear, left top, right top, from(#fafafa), to(#f8f8f6));
        background: -webkit-linear-gradient(left, #fafafa, #f8f8f6);
        background: linear-gradient(90deg, #fafafa, #f8f8f6);
    }
    .hs-home-category .category>ul>li.active .category-group .category-left {
        width: 55%;
        padding-top: 80px;
        padding-bottom: 50px;

        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .hs-home-category .category>ul>li.active .category-group .title-category {
        display: block;
    }
    .hs-home-category .category>ul>li.active .category-group .title-category h3 {
        text-align: left;

        color: #005aa7;
    }
    .hs-home-category .category>ul>li.active .category-group .category-sort {
        margin-top: 30px;
    }
    .hs-home-category .category>ul>li.active .category-group .category-more {
        margin-top: 30px;
    }
    .hs-home-category .category>ul>li.active .category-group .category-more a {
        height: 30px;
    }
    .hs-home-category .category>ul>li.active .category-group .category-right {
        width: 45%;

        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .hs-home-category .category>ul>li.active .category-group .category-right .title-category {
        display: none;
    }
    .hs-home-category .category>ul>li.active .category-group .category-right .img {
        padding-right: 10%;

        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.hs-home-category .category .category-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    color: #fff;
    background-color: #005aa7;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .hs-home-category .category .category-group {
        margin: 20px 0;

        color: #000;
        background: -webkit-gradient(linear, left top, right top, from(#fafafa), to(#f8f8f6));
        background: -webkit-linear-gradient(left, #fafafa, #f8f8f6);
        background: linear-gradient(90deg, #fafafa, #f8f8f6);
    }
}
.hs-home-category .category .category-group .category-left {
    width: 60%;
    padding: 50px 30px 80px 40px;

    -webkit-transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translate3d(67%, 0px, 0);
    transform: translate3d(67%, 0px, 0);
}
@media (max-width: 1199px) {
    .hs-home-category .category .category-group .category-left {
        padding: 30px;

        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@media (max-width: 767px) {
    .hs-home-category .category .category-group .category-left {
        width: 100%;
        padding: 20px;
    }
}
.hs-home-category .category .category-group .title-category {
    display: none;
}
@media (max-width: 1199px) {
    .hs-home-category .category .category-group .title-category {
        display: block;
    }
}
.hs-home-category .category .category-group .title-category h3 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-align: center;
}
@media (max-width: 1470px) {
    .hs-home-category .category .category-group .title-category h3 {
        font-size: 40px;
    }
}
@media (max-width: 1400px) {
    .hs-home-category .category .category-group .title-category h3 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category .category-group .title-category h3 {
        font-size: 30px;

        text-align: left;
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category .category-group .category-sort {
        margin-top: 20px;
    }
}
.hs-home-category .category .category-group .category-sort ul {
    overflow: hidden;

    height: 240px;
}
@media (max-width: 1199px) {
    .hs-home-category .category .category-group .category-sort ul {
        height: auto;
    }
}
.hs-home-category .category .category-group .category-sort ul li a {
    font-size: 20px;
    line-height: 48px;

    position: relative;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    padding: 0 0 0 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1400px) {
    .hs-home-category .category .category-group .category-sort ul li a {
        font-size: 18px;
        line-height: 40px;

        height: 40px;
        padding-left: 20px;
    }
}
.hs-home-category .category .category-group .category-sort ul li a:before {
    position: absolute;
    top: 16px;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;

    content: '';

    border: 4px solid #07c5f2;
    border-radius: 50%;
    background: rgba(0, 90, 167, 0);
}
@media (max-width: 1400px) {
    .hs-home-category .category .category-group .category-sort ul li a:before {
        top: 12px;

        width: 14px;
        height: 14px;

        border-width: 3px;
    }
}
.hs-home-category .category .category-group .category-sort ul li a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#07c5f2), to(#07c5f2));
    background-image: -webkit-linear-gradient(left, #07c5f2 0%, #07c5f2 100%);
    background-image: linear-gradient(to right, #07c5f2 0%, #07c5f2 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.hs-home-category .category .category-group .category-sort ul li:hover a {
    color: #07c5f2;
}
.hs-home-category .category .category-group .category-sort ul li:hover a span {
    background-size: 100% 1px;
}
.hs-home-category .category .category-group .category-more a {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 0;
    margin-top: 40px;

    -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: 1199px) {
    .hs-home-category .category .category-group .category-more a {
        height: 30px;
        margin-top: 20px;
    }
}
.hs-home-category .category .category-group .category-more a:hover {
    color: #07c5f2;
}
.hs-home-category .category .category-group .category-right {
    position: relative;

    width: 40%;

    -webkit-transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translate3d(-140%, 50px, 0);
    transform: translate3d(-140%, 50px, 0);
}
@media (max-width: 1199px) {
    .hs-home-category .category .category-group .category-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@media (max-width: 767px) {
    .hs-home-category .category .category-group .category-right {
        width: 100%;
        padding: 30px;
    }
}
.hs-home-category .category .category-group .category-right .img {
    position: absolute;
    top: 90px;
    left: 0;

    width: 100%;

    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}
@media (max-width: 1199px) {
    .hs-home-category .category .category-group .category-right .img {
        position: relative;
        top: 0;

        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.hs-home-category .category .category-group .category-right .ibox {
    padding-bottom: 142.85714286%;
}
.hs-home-category .category .category-group .category-right .title-category {
    display: block;
}
@media (max-width: 1199px) {
    .hs-home-category .category .category-group .category-right .title-category {
        display: none;
    }
}
.hs-home-about {
    position: relative;

    background: url(../images/about_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .hs-home-about {
        background-attachment: fixed;
    }
}
.hs-home-about:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .9;
    background: -webkit-gradient(linear, left top, right top, from(#005aa7), color-stop(#005aa7), to(#07c5f2));
    background: -webkit-linear-gradient(left, #005aa7, #005aa7, #07c5f2);
    background: linear-gradient(90deg, #005aa7, #005aa7, #07c5f2);
}
.hs-home-about .about {
    position: relative;
    z-index: 2;

    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hs-home-about .about-left {
    width: 45%;
}
@media (max-width: 991px) {
    .hs-home-about .about-left {
        width: 100%;
    }
}
.hs-home-about .title-home h2 {
    color: #fff;
}
.hs-home-about .title-home h2 span {
    display: block;

    color: #07c5f2;
}
.hs-home-about .about-note {
    margin-top: 30px;

    color: #fff;
}
.hs-home-about .about-note h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}
.hs-home-about .video {
    text-align: center;
}
@media (max-width: 991px) {
    .hs-home-about .video {
        width: 100%;
        margin-top: 50px;
    }
}
.hs-home-about .video .year {
    font-size: 147px;
    font-weight: bold;

    margin-top: 100px;

    color: rgba(255, 255, 255, .5);
}
@media (max-width: 1560px) {
    .hs-home-about .video .year {
        font-size: 130px;
    }
}
@media (max-width: 1400px) {
    .hs-home-about .video .year {
        font-size: 120px;
    }
}
@media (max-width: 1199px) {
    .hs-home-about .video .year {
        font-size: 100px;

        margin-top: 60px;
    }
}
@media (max-width: 991px) {
    .hs-home-about .video .year {
        font-size: 80px;

        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-about .video .year {
        font-size: 60px;
    }
}
.public-play {
    position: relative;

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

    border-radius: 50%;
    background: #fff;
}
.public-play span {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

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

    width: 100%;
    height: 100%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    color: #fff;
    border-radius: 50%;

    -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;
}
.public-play span:before {
    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 5px 0 5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #005aa7;
}
.public-play::before,
.public-play::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: play 3s linear infinite;
    animation: play 3s linear infinite;

    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
}
.public-play::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.public-play::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
@-webkit-keyframes play {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(2.5);
        transform: translate(-50%, -50%) scale(2.5);

        opacity: 0;
    }
}
@keyframes play {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(2.5);
        transform: translate(-50%, -50%) scale(2.5);

        opacity: 0;
    }
}
.hs-home-number .number 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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .hs-home-number .number ul li {
        width: 50%;
        margin: 20px 0;
    }
}
.hs-home-number .number .number-group {
    max-width: 200px;

    text-align: center;
}
@media (max-width: 991px) {
    .hs-home-number .number .number-group {
        margin: 0 auto;
    }
}
.hs-home-number .number .number-group b {
    font-size: 72px;
    font-weight: normal;
    line-height: 1;
}
@media (max-width: 991px) {
    .hs-home-number .number .number-group b {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    .hs-home-number .number .number-group b {
        font-size: 50px;
    }
}
.hs-home-number .number .number-group b sub {
    font-size: 18px;
    font-weight: normal;
}
.hs-home-number .number .number-group p {
    font-size: 18px;
    line-height: 24px;

    margin: 20px 0 0 0;

    color: #333;
}
.hs-home-application {
    position: relative;
    z-index: 9;
}
.hs-home-application .application-img {
    font-size: 0;
}
.hs-home-application .application-img .application-group {
    height: 80vh;

    background-position: center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .hs-home-application .application-img .application-group {
        background-attachment: fixed;
    }
}
@media (max-width: 1199px) {
    .hs-home-application .application-img .application-group {
        height: 600px;
    }
}
@media (max-width: 991px) {
    .hs-home-application .application-img .application-group {
        height: 500px;
    }
}
.hs-home-application .application-img .application-group:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .3);
}
.hs-home-application .application {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    color: #fff;
}
.hs-home-application .application .slick-application {
    height: 100%;
}
.hs-home-application .application .slick-application .slick-list {
    height: 100%;
}
.hs-home-application .application .slick-application .slick-track {
    height: 100%;
}
.hs-home-application .application .slick-slide {
    border-right: 1px solid rgba(255, 255, 255, .5);
}
@media (max-width: 767px) {
    .hs-home-application .application .slick-slide {
        background-color: rgba(0, 90, 167, .3);
    }
}
.hs-home-application .application .slick-slide>div {
    height: 100%;
}
.hs-home-application .application .slick-slide>div>div {
    height: 100%;
}
.hs-home-application .application .application-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;
    padding: 0 20%;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .hs-home-application .application .application-group {
        padding: 0 10%;
    }
}
.hs-home-application .application .application-group .icon .flaticon {
    font-size: 50px;
}
.hs-home-application .application .application-group .icon img {
    width: 50px;
    filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
    .hs-home-application .application .application-group .icon .flaticon {
        font-size: 40px;
    }
    .hs-home-application .application .application-group .icon img {
        width: 40px;
    }
}
.hs-home-application .application .application-group .title-application {
    font-size: 24px;
    line-height: 1.5;
}
@media (max-width: 991px) {
    .hs-home-application .application .application-group .title-application {
        font-size: 20px;
    }
}
.hs-home-application .application .application-group .title-application span {
    font-size: 14px;

    display: block;
}
.hs-home-application .application .application-group .public-note {
    display: -webkit-box;
    overflow: hidden;

    max-height: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 767px) {
    .hs-home-application .application .application-group .public-note {
        max-height: 96px;
        margin: 30px 0;
    }
}
.hs-home-application .application .application-group .hs-more {
    margin-top: 0;
}
.hs-home-application .application .application-group .hs-more a {
    overflow: hidden;

    max-height: 0;

    -webkit-transition: all .6s;
    transition: all .6s;
}
@media (max-width: 767px) {
    .hs-home-application .application .application-group .hs-more a {
        max-height: 50px;
    }
}
.hs-home-application .application .slick-hover .application-group {
    background-color: rgba(0, 90, 167, .3);
}
.hs-home-application .application .slick-hover .application-group .public-note {
    max-height: 96px;
    margin: 30px 0;
}
.hs-home-application .application .slick-hover .application-group .hs-more a {
    max-height: 50px;
}
.hs-home-application .application .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;

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

    color: #fff;
}
.hs-home-application .application .slick-arrow.swiper-button-next {
    right: 0;
    left: auto;
}
.hs-home-application .slick-arrow {
    background: none;
}
.hs-home-application .slick-arrow:hover {
    color: #07c5f2;
}
.hs-home-application .swiper-button-prev .flaticon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hs-home-application .swiper-button-next .flaticon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.hs-home-need .need {
    position: relative;

    padding: 90px;

    background: url(../images/need_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px) {
    .hs-home-need .need {
        padding: 60px;
    }
}
@media (max-width: 1199px) {
    .hs-home-need .need {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-need .need {
        padding: 20px;
    }
}
.hs-home-need .need:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .8;
    background: -webkit-gradient(linear, left top, right top, from(#005aa7), color-stop(#005aa7), to(#07c5f2));
    background: -webkit-linear-gradient(left, #005aa7, #005aa7, #07c5f2);
    background: linear-gradient(90deg, #005aa7, #005aa7, #07c5f2);
}
.hs-home-need .need-flex {
    position: relative;
    z-index: 4;

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

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (max-width: 991px) {
    .hs-home-need .need-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-home-need .title-home {
    padding-right: 5%;
}
@media (max-width: 991px) {
    .hs-home-need .title-home {
        width: 100%;
        padding-right: 0;
    }
}
.hs-home-need .title-home .subtitle {
    color: #fff;
}
.hs-home-need .title-home h2 {
    color: #07c5f2;
}
.hs-home-need .need-link {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 991px) {
    .hs-home-need .need-link {
        width: 100%;
    }
}
.hs-home-need .need-link ul {
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .hs-home-need .need-link ul {
        margin: 0 -5px;
    }
}
.hs-home-need .need-link ul li {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .hs-home-need .need-link ul li {
        padding: 0 5px;
    }
}
.hs-home-need .need-link ul li a {
    padding-right: 30px;
    padding-left: 20px;
}
@media (max-width: 767px) {
    .hs-home-need .need-link ul li a {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.hs-home-need .need-link ul li a:hover {
    color: #fff;
    background-color: #005aa7;
}
.hs-home-faqs .faqs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -20px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .hs-home-faqs .faqs ul {
        margin: 0 -5px;
    }
}
.hs-home-faqs .faqs ul li {
    width: 50%;
    margin-top: 30px;
    padding: 0 20px;
}
@media (max-width: 1199px) {
    .hs-home-faqs .faqs ul li {
        margin-top: 20px;
        padding: 0 5px;
    }
}
@media (max-width: 767px) {
    .hs-home-faqs .faqs ul li {
        width: 100%;
    }
}
.hs-home-faqs .faqs .faqs-group {
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;

    background-color: #eee;
}
.hs-home-faqs .faqs .faqs-group .title-faqs {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;

    position: relative;

    padding: 20px 40px 20px 20px;
}
@media (max-width: 991px) {
    .hs-home-faqs .faqs .faqs-group .title-faqs {
        font-size: 18px;
    }
}
.hs-home-faqs .faqs .faqs-group .title-faqs:after {
    position: absolute;
    top: 20px;
    right: 20px;

    content: '+';
}
.hs-home-faqs .faqs .faqs-group .faqs-ques {
    display: none;

    padding: 0 20px 20px 20px;
}
.hs-home-faqs .faqs .faqs-group .faqs-ques p {
    color: #666;
}
.hs-home-faqs .faqs .current .faqs-group {
    color: #fff;
    background-color: #005aa7;
}
.hs-home-faqs .faqs .current .faqs-group .faqs-ques p {
    color: #fff;
}
.hs-home-faqs .faqs .current .faqs-group .title-faqs:after {
    content: '-';
}
.public-news-group {
    display: block;

    height: 100%;
    padding: 20px;

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

    background-color: #fff;
    box-shadow: 0 9px 27px 0 rgba(0, 78, 131, .13);
}
@media (max-width: 767px) {
    .public-news-group {
        box-shadow: 0 5px 10px 0 rgba(0, 78, 131, .13);
    }
}
@media (max-width: 767px) {
    .public-news-group {
        padding: 10px;
    }
}
.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: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .public-news-group .title-news {
        font-size: 16px;
    }
}
.public-news-group .public-note {
    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;
    margin-top: 14px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.public-news-group .public-note p {
    color: #666;
}
.public-news-group .date-more {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;

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

    margin-top: 20px;

    color: #005aa7;

    -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;
}
@media (min-width: 1200px) {
    .public-news-group:hover {
        box-shadow: 0 9px 27px 0 rgba(0, 78, 131, .13);
    }
    .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: #005aa7;
    }
}
.hs-home-news {
    background: url(../images/news_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .hs-home-news {
        background-attachment: fixed;
    }
}
.hs-home-news .news {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .hs-home-news .news {
        margin-top: 0;
    }
}
.hs-home-news .news .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hs-home-news .news .slick-list {
    margin: 0 -20px;
}
@media (max-width: 1400px) {
    .hs-home-news .news .slick-list {
        margin: 0 -15px;
    }
}
.hs-home-news .news .slick-list .slick-slide {
    height: auto;
    padding: 30px 20px;
}
@media (max-width: 1400px) {
    .hs-home-news .news .slick-list .slick-slide {
        padding: 30px 15px;
    }
}
.hs-home-news .news .slick-list .slick-slide>div {
    height: 100%;
}
.hs-home-news .news .slick-list .slick-slide>div>div {
    height: 100%;
}
.hs-home-news .news-more {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-home-news .news-more {
        margin-top: 30px;
    }
}
.hs-home-news .news-more a {
    line-height: 30px;

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

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-home-news .news-more a:after {
    display: block;

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

    content: '';

    background-color: rgba(0, 0, 0, .2);
}
.hs-home-news .news-more a span {
    font-size: 14px;
    font-weight: bold;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-home-news .news-more a:hover {
    color: #005aa7;
}
.hs-home-news .news-more a:hover:after {
    background-color: #005aa7;
}
.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: 80px 0;
}
@media (max-width: 1560px) {
    .hs-inner {
        padding: 60px 0;
    }
}
@media (max-width: 1199px) {
    .hs-inner {
        padding: 50px 0;
    }
}
.title-inner h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.27777778;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1400px) {
    .title-inner h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .title-inner h2 {
        font-size: 24px;
    }
}
.pt-50 {
    padding-top: 50px;
}
@media (max-width: 767px) {
    .pt-50 {
        padding-top: 30px;
    }
}
.hs-inner-location {
    padding-top: 30px;

    color: #999;
}
.hs-inner-location .location {
    line-height: 30px;

    position: relative;

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

    position: absolute;
    top: 0;
    left: 0;
}
.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: capitalize;
}
.hs-inner-location .location ul li a:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .hs-inner-location .title-inner {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-inner-location .title-inner h2 {
    font-size: 24px;

    text-transform: capitalize;

    color: #005aa7;
}
@media (max-width: 991px) {
    .hs-inner-location .title-inner h2 {
        font-size: 20px;
    }
}
.hs-inner-menu {
    position: relative;
    z-index: 6;

    margin-top: -30px;
}
@media (max-width: 991px) {
    .hs-inner-menu {
        margin-top: -20px;
    }
}
.hs-inner-menu .inner-menu {
    position: relative;
}
.hs-inner-menu .inner-menu:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;

    display: block;

    width: 2000px;
    height: 100%;

    content: '';

    background-color: #07c5f2;
}
.hs-inner-menu .inner-menu>ul {
    display: inline-block;

    padding-right: 150px;

    color: #fff;
    background-color: #07c5f2;

    -webkit-clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
}
@media (max-width: 991px) {
    .hs-inner-menu .inner-menu>ul {
        padding-right: 50px;
    }
}
@media (max-width: 767px) {
    .hs-inner-menu .inner-menu>ul {
        padding-right: 20px;
    }
}
.hs-inner-menu .inner-menu>ul>li {
    display: inline-block;

    vertical-align: middle;
}
.hs-inner-menu .inner-menu>ul>li>a {
    font-size: 18px;
    line-height: 1.66666667;

    position: relative;

    display: block;

    padding: 20px;

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

        padding: 10px;
    }
}
@media (max-width: 767px) {
    .hs-inner-menu .inner-menu>ul>li>a {
        padding: 10px 6px;
    }
}
.hs-inner-menu .inner-menu>ul>li>a:after {
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 8px;

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

    background-color: #005aa7;
}
@media (max-width: 991px) {
    .hs-inner-menu .inner-menu>ul>li>a:after {
        height: 4px;
    }
}
.hs-inner-menu .inner-menu>ul>li.active>a:after,
.hs-inner-menu .inner-menu>ul>li:hover>a:after {
    width: 100%;
}
.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: 310px;
}
@media (max-width: 1400px) {
    .inner-content .inner-left {
        width: 300px;
    }
}
@media (max-width: 1199px) {
    .inner-content .inner-left {
        width: 100%;
    }
}
.inner-content .inner-right {
    width: -webkit-calc(100% - 310px);
    width: calc(100% - 310px);
    padding-left: 50px;
}
@media (max-width: 1400px) {
    .inner-content .inner-right {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
        padding-left: 30px;
    }
}
@media (max-width: 1199px) {
    .inner-content .inner-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.inner-leftmenu {
    background: #f8f8f8;
}
.inner-leftmenu .title-menu {
    display: none;
}
@media (max-width: 1199px) {
    .inner-leftmenu .title-menu {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;

        display: block;

        padding: 10px;

        color: #fff;
        background-color: #005aa7;
    }
}
@media (max-width: 767px) {
    .inner-leftmenu .title-menu {
        font-size: 18px;
    }
}
.inner-leftmenu .title-menu:after {
    position: absolute;
    top: 10px;
    right: 10px;

    content: '+';
}
.inner-leftmenu .title-menu.current:after {
    content: '-';
}
.inner-leftmenu .menunav1 {
    padding: 30px 20px;
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav1 {
        display: none;

        padding: 20px 15px;
    }
}
.inner-leftmenu .menunav1>li {
    position: relative;
}
.inner-leftmenu .menunav1>li .open-menunav2 {
    position: absolute;
    z-index: 6;
    top: 0;
    right: 0;

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

    width: 50px;
    height: 60px;

    cursor: pointer;

    -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: 1199px) {
    .inner-leftmenu .menunav1>li .open-menunav2 {
        height: 50px;
    }
}
.inner-leftmenu .menunav1>li .open-menunav2:before {
    display: block;

    width: 0;
    height: 0;

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

    border-width: 8px 4px 0 4px;
    border-style: solid;
    border-color: #005aa7 transparent transparent transparent;
}
.inner-leftmenu .menunav1>li>a {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    padding: 15px 50px 15px 0;

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

    color: #005aa7;
}
@media (max-width: 1560px) {
    .inner-leftmenu .menunav1>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav1>li>a {
        font-size: 18px;

        padding: 10px 50px 10px 0;
    }
}
@media (max-width: 767px) {
    .inner-leftmenu .menunav1>li>a {
        font-size: 16px;
    }
}
.inner-leftmenu .menunav1>li.active .open-menunav2:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);

    border-color: #07c5f2 transparent transparent transparent;
}
.inner-leftmenu .menunav1>li.active>a {
    color: #fff;
    background-color: #005aa7;
}
.inner-leftmenu .menunav1>li.active .menunav2 {
    display: block;
}
.inner-leftmenu .menunav1>li:hover .open-menunav2:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);

    border-color: #07c5f2 transparent transparent transparent;
}
.inner-leftmenu .menunav1>li:hover>a {
    color: #07c5f2;
}
.inner-leftmenu .menunav2 {
    padding: 0 0 20px;
}
.inner-leftmenu .menunav2>li {
    -webkit-transition: all .2s;
    transition: all .2s;

    border-bottom: 1px solid #c3c3c3;
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav2>li {
        display: inline-block;

        margin-right: 20px;

        vertical-align: middle;

        border-bottom: none;
    }
}
.inner-leftmenu .menunav2>li>a {
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 10px 0;

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

    color: #666;
}
@media (max-width: 1400px) {
    .inner-leftmenu .menunav2>li>a {
        padding: 10px 0;
    }
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav2>li>a {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-leftmenu .menunav2>li.active,
.inner-leftmenu .menunav2>li:hover {
    border-bottom-color: #005aa7;
}
.inner-leftmenu .menunav2>li.active>a,
.inner-leftmenu .menunav2>li:hover>a {
    color: #005aa7;
}
.title-product-details h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;

    color: #005aa7;
}
@media (max-width: 767px) {
    .title-product-details h3 {
        font-size: 20px;
    }
}
.title-product-details h3:after {
    display: block;

    width: 100%;
    height: 6px;
    margin-top: 14px;

    content: '';

    background: url(../images/title_detail.png) no-repeat left center;
}
.public-listbox2>ul>li {
    margin: 10px 0;
}
.public-tuwen {
    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;
}
.public-tuwen .desc,
.public-tuwen .img {
    width: 48%;
}
@media (max-width: 767px) {
    .public-tuwen .desc,
    .public-tuwen .img {
        width: 100%;
    }
}
.public-tuwen .desc {
    width: 52%;
    padding-left: 5%;
}
@media (max-width: 767px) {
    .public-tuwen .desc {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}
.public-tuwen .desc h3 {
    font-size: 24px;
    font-weight: normal !important;

    color: #005aa7;
}
@media (max-width: 1199px) {
    .public-tuwen .desc h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .public-tuwen .desc h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .public-tuwen .img {
        margin-top: 20px;
    }
}
.public-tuwen .img img {
    width: 100%;
}
.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;
    }
}
.public-table2 table tr:nth-child(odd) {
    background-color: #fff !important;
}
.public-table2 table tr:nth-child(even) {
    background: rgba(219, 219, 219, .2);
}
.public-share {
    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: 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;
}
.public-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -7px;
}
@media (max-width: 767px) {
    .public-share ul {
        width: 100%;
        margin: 0 -3px;
        margin-top: 10px;
    }
}
.public-share ul li {
    margin: 10px 0;
    padding: 0 7px;
}
@media (max-width: 767px) {
    .public-share ul li {
        margin-left: 0;
        padding: 0 3px;
    }
}
.public-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;
    border-radius: 50%;
    background: #0865ff;
}
.public-share ul li a img {
    width: 100%;

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

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.public-share ul li a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.public-share ul li a:hover img {
    opacity: 1;
}
.public-share ul li.youtube a {
    background-color: #d0202d;
}
.public-share ul li.instagram a {
    background-color: #de3077;
}
.public-share ul li.tiktok a {
    background-color: #1a1a1a;
}
.public-share ul li.twitter a {
    background-color: #383838;
}
.public-share ul li.pinterest a {
    background-color: #c30000;
}
.public-share ul li.alibaba a {
    background-color: #f60;
}
.hs-inner-about .about {
    width: 60%;
    padding-right: 8%;
}
@media (max-width: 991px) {
    .hs-inner-about .about {
        width: 100%;
        padding-right: 0;
    }
}
.hs-inner-about .about .title-inner {
    position: relative;
}
.hs-inner-about .about .title-inner img {
    width: auto;
    height: 140px;
}
@media (max-width: 1560px) {
    .hs-inner-about .about .title-inner img {
        height: 120px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-about .about .title-inner img {
        height: 100px;
    }
}
@media (max-width: 991px) {
    .hs-inner-about .about .title-inner img {
        height: 80px;
    }
}
.hs-inner-about .about .title-inner h2 {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 0;

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

    color: #005aa7;
}
.hs-inner-about .about .title-about {
    margin-top: 20px;
}
.hs-inner-about .about .title-about h3 {
    font-size: 30px;

    color: #005aa7;
}
@media (max-width: 1199px) {
    .hs-inner-about .about .title-about h3 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .hs-inner-about .about .title-about h3 {
        font-size: 20px;
    }
}
.hs-inner-about .about .about-desc {
    position: relative;

    margin-top: 40px;
}
@media (max-width: 1199px) {
    .hs-inner-about .about .about-desc {
        margin-top: 20px;
    }
}
.hs-inner-about .video {
    position: relative;

    width: 40%;
    height: 100%;
}
@media (max-width: 991px) {
    .hs-inner-about .video {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-inner-about .video>ul {
    margin: 0 -8px;
}
.hs-inner-about .video>ul>li {
    padding: 8px;
}
.hs-inner-about .video .video-play {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;

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

    width: 240px;
    height: 240px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);

    color: #fff;
    border: 18px solid #fff;
    background: #005aa7;

    -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: 1470px) {
    .hs-inner-about .video .video-play {
        width: 200px;
        height: 200px;

        border-width: 10px;
    }
}
@media (max-width: 1400px) {
    .hs-inner-about .video .video-play {
        width: 150px;
        height: 150px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .video .video-play {
        width: 130px;
        height: 130px;
    }
}
.hs-inner-about .video .video-play span {
    display: block;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    color: rgba(255, 255, 255, .5);
}
.hs-inner-about .video .video-play span:before {
    display: block;

    width: 0;
    height: 0;
    margin: 0 auto;
    margin-bottom: 10px;

    content: '';

    border-width: 12px 0 12px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #07c5f2;
}
.hs-inner-about .video .video-play:hover span {
    color: #fff;
}
.scroll-box {
    position: relative;
    /* 隐藏原生 */
}
.scroll-box .scroll-container {
    position: relative;

    overflow-y: auto;

    width: 100%;
    height: 200px;
}
.scroll-box .scroll-container .scroll-content {
    position: relative;

    padding-left: 50px;
}
@media (max-width: 1199px) {
    .scroll-box .scroll-container .scroll-content {
        padding-left: 30px;
    }
}
@media (max-width: 991px) {
    .scroll-box .scroll-container .scroll-content {
        padding-left: 20px;
    }
}
.scroll-box .scroll-container .scroll-content:before {
    position: absolute;
    top: 0;
    left: 8px;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background-color: #005aa7;
}
.scroll-box .scroll-container::-webkit-scrollbar {
    width: 0;
}
.scroll-box .scroll-container {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.scroll-box .scroll-track {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 16px;
}
.scroll-box .scroll-thumb {
    position: absolute;
    left: 50%;

    width: 16px;
    height: 16px;

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

    border-radius: 50%;
    background: #005aa7;
}
.scroll-box-right .scroll-container .scroll-content {
    padding-right: 50px;
    padding-left: 0;
}
@media (max-width: 1199px) {
    .scroll-box-right .scroll-container .scroll-content {
        padding-right: 30px;
    }
}
@media (max-width: 991px) {
    .scroll-box-right .scroll-container .scroll-content {
        padding-right: 20px;
    }
}
.scroll-box-right .scroll-container .scroll-content:before {
    right: 8px;
    left: auto;
}
.scroll-box-right .scroll-track {
    right: 0;
    left: auto;
}
.scroll-box-right .scroll-thumb {
    right: 50%;
    left: auto;

    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.hs-inner-groupabout .groupabout .img {
    width: 50%;
}
@media (max-width: 991px) {
    .hs-inner-groupabout .groupabout .img {
        width: 100%;
    }
}
.hs-inner-groupabout .groupabout .img img {
    width: 100%;
    height: auto;
}
.hs-inner-groupabout .groupabout .desc {
    position: relative;

    width: 50%;
    padding-left: 90px;
}
@media (max-width: 1470px) {
    .hs-inner-groupabout .groupabout .desc {
        padding-left: 60px;
    }
}
@media (max-width: 991px) {
    .hs-inner-groupabout .groupabout .desc {
        width: 100%;
        margin-top: 20px;
        padding-left: 100px;
    }
}
@media (max-width: 767px) {
    .hs-inner-groupabout .groupabout .desc {
        padding-left: 0;
    }
}
.hs-inner-groupabout .groupabout .desc .title-inner img {
    position: absolute;
    top: -30px;
    left: -45px;

    width: 110px;
    height: 110px;

    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 27px 47px 1px rgba(0, 0, 0, .16);
}
@media (max-width: 1470px) {
    .hs-inner-groupabout .groupabout .desc .title-inner img {
        left: -65px;
    }
}
@media (max-width: 991px) {
    .hs-inner-groupabout .groupabout .desc .title-inner img {
        top: 0;
        left: 0;

        width: 80px;
        height: 80px;
    }
}
@media (max-width: 767px) {
    .hs-inner-groupabout .groupabout .desc .title-inner img {
        position: relative;
    }
}
.hs-inner-groupabout .groupabout .desc .title-inner img img {
    width: 100%;
}
.hs-inner-groupabout .groupabout .desc .title-inner h2 {
    color: #005aa7;
}
@media (max-width: 991px) {
    .hs-inner-groupabout .groupabout .desc .title-inner h2 {
        padding-top: 20px;
    }
}
.hs-inner-groupabout .groupabout .desc .public-note {
    margin-top: 30px;
}
@media (max-width: 1470px) {
    .hs-inner-groupabout .groupabout .desc .public-note {
        margin-top: 10px;
    }
}
.hs-inner-groupabout .groupabout .desc .number 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;
}
.hs-inner-groupabout .groupabout .desc .number ul li {
    margin-top: 30px;
    padding: 0 10px;
}
.hs-inner-groupabout .groupabout .desc .number .number-group {
    max-width: 160px;
}
.hs-inner-groupabout .groupabout .desc .number .number-group b {
    font-size: 48px;
    font-weight: normal;
    line-height: 1;

    color: #005aa7;
}
@media (max-width: 767px) {
    .hs-inner-groupabout .groupabout .desc .number .number-group b {
        font-size: 40px;
    }
}
.hs-inner-groupabout .groupabout .desc .number .number-group p {
    font-size: 18px;
    line-height: 1;

    margin: 10px 0 0 0;
}
@media (max-width: 1199px) {
    .hs-inner-groupabout .groupabout .desc .number .number-group p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .hs-inner-groupabout .groupabout .desc .number .number-group p {
        font-size: 14px;
    }
}
.hs-inner-story .title-inner h2 {
    color: #005aa7;
}
.hs-inner-story .story {
    position: relative;

    padding-top: 100px;

    background: url(../images/story_bg.png) no-repeat top center;
    background-size: contain;
}
@media (max-width: 1560px) {
    .hs-inner-story .story {
        padding-top: 80px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-story .story {
        padding-top: 60px;
    }
}
.hs-inner-story .story ul {
    position: relative;
}
.hs-inner-story .story ul:before {
    position: absolute;
    top: 15px;
    left: 50%;

    display: block;

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

    content: '';

    background-color: #2c4193;
}
@media (max-width: 767px) {
    .hs-inner-story .story ul:before {
        left: 5px;
    }
}
.hs-inner-story .story ul li {
    margin-top: 140px;
}
@media (max-width: 1199px) {
    .hs-inner-story .story ul li {
        margin-top: 100px;
    }
}
@media (max-width: 991px) {
    .hs-inner-story .story ul li {
        margin-top: 80px;
    }
}
@media (max-width: 767px) {
    .hs-inner-story .story ul li {
        margin-top: 60px;
    }
}
.hs-inner-story .story ul li:nth-child(1) {
    margin-top: 0;
}
@media (min-width: 768px) {
    .hs-inner-story .story ul li:nth-child(2n) .story-group {
        flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
    }
    .hs-inner-story .story ul li:nth-child(2n) .story-group .year {
        text-align: left;
    }
    .hs-inner-story .story ul li:nth-child(2n) .story-group .year:after {
        right: auto;
        left: -6px;
    }
    .hs-inner-story .story ul li:nth-child(2n) .story-group .public-note {
        text-align: right;
    }
}
.hs-inner-story .story .story-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .hs-inner-story .story .story-group {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-inner-story .story .story-group .year,
.hs-inner-story .story .story-group .public-note {
    width: 50%;
}
@media (max-width: 767px) {
    .hs-inner-story .story .story-group .year,
    .hs-inner-story .story .story-group .public-note {
        width: 100%;
    }
}
.hs-inner-story .story .story-group .year {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    padding: 0 30px;

    text-align: right;

    color: #2c4193;
}
@media (max-width: 1199px) {
    .hs-inner-story .story .story-group .year {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-story .story .story-group .year {
        text-align: left;
    }
}
.hs-inner-story .story .story-group .year:after {
    position: absolute;
    top: 10px;
    right: -6px;

    display: block;

    width: 11px;
    height: 11px;

    content: '';

    background: #2c4193;
}
@media (max-width: 767px) {
    .hs-inner-story .story .story-group .year:after {
        right: auto;
        left: 0;
    }
}
.hs-inner-story .story .story-group .public-note {
    padding: 0 30px;
}
.hs-inner-story .showMorehandle {
    position: relative;

    text-align: center;
}
@media (max-width: 767px) {
    .hs-inner-story .showMorehandle {
        margin-top: 30px;
    }
}
.hs-inner-story .showMorehandle:before {
    display: block;

    width: 1px;
    height: 100px;
    margin: 0 auto;
    margin-top: -15px;

    content: '';

    background-color: #2c4193;
}
@media (max-width: 767px) {
    .hs-inner-story .showMorehandle:before {
        display: none;
    }
}
.hs-inner-story .showMorehandle a {
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    text-align: center;

    color: #2c4193;
}
.hs-inner-story .showMorehandle a:before {
    display: block;

    width: 0;
    height: 0;
    margin: 0 auto;
    margin-bottom: 10px;

    content: '';

    border-width: 16px 13px 0 13px;
    border-style: solid;
    border-color: #2c4193 transparent transparent transparent;
}
.hs-inner-factory {
    background: url(../images/factory_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .hs-inner-factory {
        background-attachment: fixed;
    }
}
.hs-inner-factory .title-inner h2 {
    color: #fff;
}
.hs-inner-factory .factory .factory-slide {
    margin-right: -15px;
    margin-left: -15px;
}
.hs-inner-factory .factory .factory-slide .slick-slide {
    padding: 0 15px;
}
.hs-inner-factory .factory .factory-group {
    cursor: pointer;
}
.hs-inner-factory .factory .factory-group .img {
    -webkit-transition: all .2s;
    transition: all .2s;

    border: 3px solid transparent;
}
.hs-inner-factory .factory .factory-group .ibox {
    padding-bottom: 75%;
}
.hs-inner-factory .factory .factory-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-factory .factory .factory-group .title-factory {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 10px 0 0 0;

    text-align: center;

    color: #fff;
}
.hs-inner-factory .factory .factory-group:hover .img {
    border: 3px solid #d5d5d5;
    box-shadow: 0 20px 16px 0 rgba(0, 52, 90, .34);
}
.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-lab-show .lab-show {
    position: relative;

    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-lab-show .lab-show {
        margin-top: 30px;
    }
}
.hs-inner-lab-show .title-inner h2 {
    color: #005aa7;
}
.hs-inner-lab-show .scroll-box-right .scroll-container {
    height: 150px;
}
.hs-inner-lab-show .lab-show-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    background-color: #fff;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.hs-inner-lab-show .lab-show-group .group-left {
    width: 60%;
    padding-right: 5%;
}
@media (max-width: 991px) {
    .hs-inner-lab-show .lab-show-group .group-left {
        width: 100%;
        padding-right: 0;
    }
}
.hs-inner-lab-show .lab-show-group .group-left .ibox {
    padding-bottom: 71.27071823%;
}
.hs-inner-lab-show .lab-show-group .group-right {
    width: 40%;
}
@media (max-width: 991px) {
    .hs-inner-lab-show .lab-show-group .group-right {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-inner-lab-show .lab-show-group .group-right .title-lab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-lab-show .lab-show-group .group-right .title-lab h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    color: #005aa7;
}
.hs-inner-lab-show .lab-show-group .group-right .title-lab .num {
    font-size: 48px;
    line-height: 1;

    color: #005aa7;
}
.hs-inner-lab-show .lab-show-group .group-right .group-desc {
    margin-top: 20px;
}
.hs-inner-lab-show .lab-show-group .group-right .group-img {
    width: 40%;
    margin-top: 20px;
}
.hs-inner-lab-show .lab-show-group .group-right .group-img .ibox {
    padding-bottom: 140%;
}
.hs-inner-lab-show .lab-button {
    position: absolute;
    right: 0;
    bottom: 0;
}
.hs-inner-honor {
    background: #f5f5f5;
}
.hs-inner-honor .honor-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 300px;

    -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: 1400px) {
    .hs-inner-honor .honor-left {
        width: 240px;
    }
}
@media (max-width: 991px) {
    .hs-inner-honor .honor-left {
        width: 200px;
    }
}
@media (max-width: 767px) {
    .hs-inner-honor .honor-left {
        flex-direction: row;

        width: 100%;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.hs-inner-honor .honor-button .swiper-button-prev,
.hs-inner-honor .honor-button .swiper-button-next {
    color: #fff;
    background-color: #005aa7;
}
.hs-inner-honor .honor-button .swiper-button-prev:hover,
.hs-inner-honor .honor-button .swiper-button-next:hover {
    background-color: #07c5f2;
}
.hs-inner-honor .honor {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
}
@media (max-width: 1400px) {
    .hs-inner-honor .honor {
        width: -webkit-calc(100% - 240px);
        width: calc(100% - 240px);
    }
}
@media (max-width: 991px) {
    .hs-inner-honor .honor {
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
    }
}
@media (max-width: 767px) {
    .hs-inner-honor .honor {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-inner-honor .honor .honor-group {
    position: relative;

    cursor: pointer;
}
.hs-inner-honor .honor .honor-group .img {
    border: 1px solid #e5e5e5;
}
.hs-inner-honor .honor .honor-group .img .ibox {
    padding-bottom: 138.33333333%;
}
.hs-inner-honor .honor .honor-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-honor .honor .honor-group .title-honor {
    font-size: 18px;

    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;

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

    width: 100%;
    height: 100%;
    padding: 10px 5%;

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

    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);

    -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-honor .honor .honor-group:hover .img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-inner-honor .honor .honor-group:hover .title-honor {
    opacity: 1;
}
#about-about,
#about-groupabout,
#about-history,
#about-factory,
#about-lab,
#about-honor,
#product-feedback {
    position: relative;
    top: -100px;
}
.public-product-group {
    display: block;
}
.public-product-group .img {
    background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#fcfcfc));
    background: -webkit-linear-gradient(left, #f5f5f5, #fcfcfc);
    background: linear-gradient(90deg, #f5f5f5, #fcfcfc);
}
.public-product-group .img .ibox {
    mix-blend-mode: multiply;
}
.public-product-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-product-group .title-product {
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;

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

    color: #005aa7;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .public-product-group .title-product {
        font-size: 16px;
    }
}
.public-product-group .mask {
    font-size: 16px;
    line-height: 1.875;

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

    padding: 10px 0;

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

    color: #777;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);

    -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;
}
.public-product-group .more {
    font-weight: bold;

    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-group .more span {
    font-weight: bold;

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

    opacity: 0;
    color: #005aa7;
}
.public-product-group .more:after {
    display: block;

    width: 0;
    height: 0;
    margin-left: 4px;

    content: '';

    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #bbb;
}
@media (min-width: 1200px) {
    .public-product-group:hover .img {
        border-color: #005aa7;
    }
    .public-product-group:hover .img .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .public-product-group:hover .title-product {
        font-weight: bold;

        color: #005aa7;
    }
    .public-product-group:hover .mask {
        font-weight: bold;

        color: #005aa7;
        border-color: #005aa7;
    }
    .public-product-group:hover .mask .more span {
        opacity: 1;
    }
    .public-product-group:hover .mask .more:after {
        border-color: transparent transparent transparent #005aa7;
    }
}
@media (min-width: 1200px) {
    .hs-inner-products .products>ul {
        margin: 0 -20px;
        margin-top: -60px;
    }
    .hs-inner-products .products>ul>li {
        margin-top: 60px;
        padding: 0 20px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-products .products>ul {
        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 .product-details .details-imgbox {
    width: 50%;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-imgbox {
        width: 100%;
    }
}
.hs-inner-product-details .product-details .details-imgbox .product-group {
    border: 1px solid rgba(234, 234, 234, .65);
    background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#fcfcfc));
    background: -webkit-linear-gradient(left, #f5f5f5, #fcfcfc);
    background: linear-gradient(90deg, #f5f5f5, #fcfcfc);
}
.hs-inner-product-details .product-details .details-imgbox .product-group .ibox {
    mix-blend-mode: multiply;
}
.hs-inner-product-details .product-details .details-imgbox .product-group .zoomImg {
    background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#fcfcfc));
    background: -webkit-linear-gradient(left, #f5f5f5, #fcfcfc);
    background: linear-gradient(90deg, #f5f5f5, #fcfcfc);
}
.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 .product-big {
    position: relative;
}
.hs-inner-product-details .product-details .product-big:before {
    position: absolute;
    z-index: 5;
    bottom: 1px;
    left: 1px;

    display: block;

    width: 32px;
    height: 32px;

    content: '';

    background: url(../images/comimg/search.svg) no-repeat center #fff;
    background-size: 50%;
}
.hs-inner-product-details .product-details .product-small {
    margin: 0 -15px;
    margin-top: 30px;

    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
@media (max-width: 1400px) {
    .hs-inner-product-details .product-details .product-small {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.hs-inner-product-details .product-details .product-small .slick-slide {
    width: 25%;
    padding: 0 15px;
}
@media (max-width: 1400px) {
    .hs-inner-product-details .product-details .product-small .slick-slide {
        padding: 0 5px;
    }
}
.hs-inner-product-details .product-details .product-small .product-group {
    background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#fcfcfc));
    background: -webkit-linear-gradient(left, #f5f5f5, #fcfcfc);
    background: linear-gradient(90deg, #f5f5f5, #fcfcfc);
}
.hs-inner-product-details .product-details .product-small .product-group .ibox {
    mix-blend-mode: multiply;
}
.hs-inner-product-details .product-details .product-small .product-group {
    -webkit-transition: all .2s;
    transition: all .2s;

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

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

    width: 40px;
    height: 40px;

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

    background: none;
}
.hs-inner-product-details .product-details .product-small .swiper-button-prev:hover,
.hs-inner-product-details .product-details .product-small .swiper-button-next:hover {
    color: #005aa7;
}
.hs-inner-product-details .product-details .product-small .swiper-button-next {
    right: -40px;
    left: auto;
}
.hs-inner-product-details .product-details .details-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 50%;
    padding-left: 5%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .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 {
    padding: 10px 0;

    border-bottom: 1px solid #a3a3a3;
}
.hs-inner-product-details .product-details .details-content .title-details h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.25;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-content .title-details h2 {
        font-size: 24px;
    }
}
.hs-inner-product-details .product-details .details-content .note-share {
    min-height: 200px;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-content .note-share {
        min-height: 150px;
    }
}
.hs-inner-product-details .product-details .details-content .share {
    margin-top: 20px;
}
.hs-inner-product-details .product-details .details-content .public-note {
    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 {
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

    min-width: 180px;
    margin-top: 20px;
    padding: 0 10px;

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

    color: #fff;
    background-color: #005aa7;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-content .link a {
        min-width: 150px;
    }
}
.hs-inner-product-details .product-details .details-content .link a:before {
    display: inline-block;

    width: 0;
    height: 0;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    border-width: 5px 0 5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.hs-inner-product-details .product-details .details-content .link a:hover {
    color: #fff;
    background: #000;
}
.hs-inner-product-details .product-details .details-content .link a:hover:before {
    border-color: transparent transparent transparent #fff;
}
.hs-inner-product-details .product-details .details-content .link .inquiry {
    margin-right: 30px;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-content .link .inquiry {
        margin-right: 20px;
    }
}
.hs-inner-product-details .product-details .details-content .link .contact {
    color: #07c5f2;
    background: none;
}
.hs-inner-product-details .product-details .details-content .link .contact:before {
    border-color: transparent transparent transparent #07c5f2;
}
.hs-inner-product-details .parameter {
    padding-top: 100px;
}
@media (max-width: 1560px) {
    .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 .ibox img {
    height: 100% !important;
}
.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;
}
.hs-inner-product-details .parameter-content .fz24 {
    font-size: 24px;
    line-height: 1.66666667;

    color: #005aa7;
}
@media (max-width: 1560px) {
    .hs-inner-product-details .parameter-content .fz24 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-product-details .parameter-content .fz24 {
        font-size: 18px;
    }
}
.hs-inner-product-details .parameter-content h4 {
    font-size: 18px;
    line-height: 1.44444444;

    color: #005aa7;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .parameter-content h4 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .parameter-content h4 {
        font-size: 14px;
    }
}
.hs-inner-product-details .parameter-content .table_a {
    overflow-x: auto;

    max-width: 100%;
}
.hs-inner-product-details .parameter-content table {
    font-size: 15px;
    line-height: 1.73333333;

    width: 100%;
    max-width: 100%;

    background-color: #fff;
}
@media (max-width: 767px) {
    .hs-inner-product-details .parameter-content table {
        font-size: 14px;
    }
}
.hs-inner-product-details .parameter-content table tr:nth-child(odd) {
    background: rgba(219, 219, 219, .2);
}
.hs-inner-product-details .parameter-content table tr th {
    font-size: 16px;

    text-align: left;

    background: #f9fcff;
}
.hs-inner-product-details .parameter-content table tr th,
.hs-inner-product-details .parameter-content table tr td {
    padding: 15px 30px;

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

    border: 1px solid #eaeaea;
}
@media (max-width: 767px) {
    .hs-inner-product-details .parameter-content table tr th,
    .hs-inner-product-details .parameter-content table tr td {
        padding: 10px;
    }
}
.hs-inner-product-details .parameter-content table tr th:nth-child(1),
.hs-inner-product-details .parameter-content table tr td:nth-child(1) {
    color: #005aa7;
}
.hs-inner-product-details .parameter-content h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;
}
.hs-inner-product-details .parameter-content p {
    color: #333;
}
.hs-inner-product-details .need {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 50px;
    padding: 70px 50px;

    background: url(../images/need_in_bg.webp) no-repeat center;
    background-size: cover;

    -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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .need {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .need {
        padding: 20px;
    }
}
.hs-inner-product-details .need .title-need {
    padding-right: 3%;

    color: #fff;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .need .title-need {
        width: 100%;
        padding-right: 0;
    }
}
.hs-inner-product-details .need .title-need h3 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}
@media (max-width: 991px) {
    .hs-inner-product-details .need .title-need h3 {
        font-size: 24px;
    }
}
.hs-inner-product-details .need .title-need p {
    font-size: 24px;
    line-height: 1.33333333;

    margin: 10px 0 0 0;
}
@media (max-width: 991px) {
    .hs-inner-product-details .need .title-need p {
        font-size: 20px;
    }
}
.hs-inner-product-details .need .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;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .need .link {
        width: 100%;
        margin-top: 10px;
    }
}
.hs-inner-product-details .need .link a {
    line-height: 50px;

    display: inline-block;

    min-width: 180px;
    padding: 0 20px;

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

    color: #fff;
    background-color: #4ca1dc;
}
@media (max-width: 991px) {
    .hs-inner-product-details .need .link a {
        line-height: 40px;

        min-width: 140px;
    }
}
.hs-inner-product-details .need .link a:before {
    display: inline-block;

    width: 0;
    height: 0;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    border-width: 5px 0 5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.hs-inner-product-details .need .link a:hover {
    color: #fff;
    border-color: #07c5f2;
    background: #07c5f2;
}
.hs-inner-product-details .need .link .inquiry {
    margin-right: 30px;
}
@media (max-width: 767px) {
    .hs-inner-product-details .need .link .inquiry {
        margin-right: 10px;
    }
}
.hs-inner-product-details .need .link .contact {
    border-color: #fff;
    background: none;
}
.public-feedback {
    padding-top: 100px;
}
@media (max-width: 1199px) {
    .public-feedback {
        padding-top: 60px;
    }
}
.public-feedback .feedbackform {
    margin-top: 40px;
    padding: 60px;

    background: url(../images/inquiry_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .public-feedback .feedbackform {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .public-feedback .feedbackform {
        padding: 20px;
    }
}
.public-feedback .feedbackform form {
    width: 80%;
    max-width: 500px;
    padding: 40px;

    background-color: rgba(0, 90, 167, .9);
}
@media (max-width: 1199px) {
    .public-feedback .feedbackform form {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .public-feedback .feedbackform form {
        width: 100%;
    }
}
.public-feedback .feedbackform form .submit {
    background-color: #4ca1dc;
}
.public-feedback .feedbackform form .submit:hover {
    background-color: #07c5f2;
}
.public-product-related {
    padding-top: 100px;
}
@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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 46px;
    height: 46px;

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

    background: #fff;

    -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;
}
.public-product-related .swiper-button-prev:before,
.public-product-related .swiper-button-next:before {
    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 5px 10px 5px 0;
    border-style: solid;
    border-color: transparent #b2b2b2 transparent transparent;
}
.public-product-related .swiper-button-prev:hover,
.public-product-related .swiper-button-next:hover {
    background-color: #005aa7;
}
.public-product-related .swiper-button-prev:hover:before,
.public-product-related .swiper-button-next:hover:before {
    border-color: transparent #fff transparent transparent;
}
.public-product-related .swiper-button-next {
    right: 0;
    left: auto;

    margin-left: 10px;
}
.public-product-related .swiper-button-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.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 {
    position: relative;

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

    cursor: pointer;

    background: none;
}
@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:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #c9c9c9;
}
.public-product-related .swiper-scrollbar .swiper-scrollbar-drag {
    border: 2px solid #f8f8f8;
    background-color: #005aa7;
}
.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-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:before {
    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: #fff;
}
@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-field {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.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: #07c5f2;
}
@media (max-width: 991px) {
    .feedbackform form .submit {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
        margin-top: 30px;
    }
}
.feedbackform form .submit:hover {
    -webkit-transition: all .2s;
    transition: all .2s;

    background-color: #005aa7;
}
.feedbackform form .required {
    margin-top: 30px;

    color: #fff;
}
.hs-footer {
    position: relative;

    overflow: hidden;

    color: rgba(255, 255, 255, .5);
    background: url(../images/footer_bg.webp) no-repeat center;
    background-size: cover;
}
.hs-footer .foot-top {
    padding: 50px 0 30px;
}
@media (max-width: 767px) {
    .hs-footer .foot-top {
        padding: 30px 0;
    }
}
.hs-footer .foot-logo img {
    height: 42px;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
    .hs-footer .foot-logo img {
        height: 40px;
    }
}
.hs-footer .foot-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    padding: 20px 0;

    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);

    -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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hs-footer .foot-txt .txt-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 10px 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .hs-footer .foot-txt .txt-group {
        width: 100%;
        margin: 5px 0;
    }
}
.hs-footer .foot-txt .txt-group .icon {
    width: 30px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-footer .foot-txt .txt-group .icon .flaticon {
    font-size: 30px;

    color: #fff;
}
.hs-footer .foot-txt .txt-group .icon img {
    width: 100%;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-footer .foot-txt .txt-group p {
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
    padding-left: 10px;

    color: #07c5f2;
}
@media (max-width: 767px) {
    .hs-footer .foot-txt .txt-group p {
        font-size: 18px;

        width: 100%;
    }
}
.hs-footer .foot-txt .txt-group p a:hover {
    text-decoration: underline;
}
.hs-footer .foot-nav {
    padding: 30px 3%;
}
@media (max-width: 1199px) {
    .hs-footer .foot-nav {
        padding: 30px 0;
    }
}
.hs-footer .foot-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .hs-footer .foot-nav>ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.hs-footer .foot-nav>ul>li {
    position: relative;

    margin: 5px 0;
}
@media (max-width: 1199px) {
    .hs-footer .foot-nav>ul>li {
        width: 20%;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li {
        width: 100%;
        max-width: 100%;
    }
}
.hs-footer .foot-nav>ul>li.line {
    display: block;

    width: 1px;

    background-color: rgba(255, 255, 255, .2);
}
@media (max-width: 1199px) {
    .hs-footer .foot-nav>ul>li.line {
        display: none;
    }
}
.hs-footer .foot-nav>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    display: block;

    text-transform: uppercase;

    color: #fff;
}
.hs-footer .foot-nav>ul>li .flaticon-right-arrow {
    font-style: normal;

    display: none;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li .flaticon-right-arrow {
        font-size: 16px;
        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: 18px;
    line-height: 1.33333333;

    display: block;

    padding: 5px 0;
}
@media (max-width: 991px) {
    .hs-footer .foot-nav>ul>li>ul>li>a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>ul>li>a {
        line-height: 1.71428571;
    }
}
.hs-footer .foot-nav>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #fff;
}
.hs-footer .foot-nav>ul>li.current .flaticon-right-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.hs-footer .copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 30px 0;

    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .2);

    -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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .hs-footer .copyright {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .hs-footer .copyright {
        display: block;

        padding: 15px 0;
    }
}
.hs-footer .copyright p {
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.hs-footer .copyright .policy {
    margin-left: 20px;
}
.hs-footer .copyright .design {
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .hs-footer .copyright .design {
        float: none;
    }
}
.hs-footer .copyright a:hover {
    text-decoration: underline;

    color: #fff;
}
.hs-inner-news .news>ul {
    margin: 0 -20px;
    margin-top: -40px;
}
@media (max-width: 1199px) {
    .hs-inner-news .news>ul {
        margin: 0 -15px;
        margin-top: -30px;
    }
}
.hs-inner-news .news>ul>li {
    margin-top: 40px;
    padding: 0 20px;
}
@media (max-width: 1199px) {
    .hs-inner-news .news>ul>li {
        margin-top: 30px;
        padding: 0 15px;
    }
}
.hs-inner-faqs .faqs>ul>li {
    padding: 30px 0;

    border-bottom: 1px solid #555;
}
@media (max-width: 991px) {
    .hs-inner-faqs .faqs>ul>li {
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs>ul>li {
        padding: 10px 0;
    }
}
.hs-inner-faqs .faqs>ul>li.current {
    border-bottom-color: #f2f2f2;
    background: #f2f2f2;
}
.hs-inner-faqs .faqs>ul>li.current .title-faqs:after {
    content: '-';
}
.hs-inner-faqs .faqs-group {
    cursor: pointer;
}
.hs-inner-faqs .title-faqs {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    position: relative;

    padding: 10px 30px;
}
@media (max-width: 1400px) {
    .hs-inner-faqs .title-faqs {
        padding: 10px 40px 10px 10px;
    }
}
.hs-inner-faqs .title-faqs:after {
    font-weight: normal;
    line-height: 32px;

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

    width: 32px;
    height: 32px;

    content: '+';
    text-align: center;

    background: #fff;
}
.hs-inner-faqs .faqs-ques {
    display: none;

    margin-top: 20px;
    padding: 0 30px;
}
@media (max-width: 1400px) {
    .hs-inner-faqs .faqs-ques {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs-ques {
        margin-top: 10px;
    }
}
.hs-inner-faqs .faqs-ques p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs-ques p {
        font-size: 14px;
    }
}
.hs-inner-download .download>ul {
    margin-top: -50px;
    margin-right: -30px;
    margin-left: -30px;
}
@media (max-width: 1560px) {
    .hs-inner-download .download>ul {
        margin-top: -30px;
        margin-right: -15px;
        margin-left: -15px;
    }
}
.hs-inner-download .download>ul>li {
    margin-top: 50px;
    padding: 0 30px;
}
@media (max-width: 1560px) {
    .hs-inner-download .download>ul>li {
        margin-top: 30px;
        padding: 0 15px;
    }
}
.hs-inner-download .download .down-group {
    position: relative;

    display: block;

    width: 100%;
    padding: 0 20px;

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

    border: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
    .hs-inner-download .download .down-group {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.hs-inner-download .download .down-group .title-download {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333333;

    display: block;

    min-height: 96px;
    padding: 20px 0;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .hs-inner-download .download .down-group .title-download {
        width: 100%;
        padding: 10px 0;
    }
}
.hs-inner-download .download .down-group .down-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    border-top: 1px solid #e8e8e8;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-download .download .down-group .down-info:after {
    display: block;

    width: 25px;
    height: 27px;

    content: '';

    background: url(../images/folder.webp) no-repeat center;
    background-size: cover;
}
.hs-inner-download .download .down-group .down-info .down {
    line-height: 30px;

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

    padding: 15px 0;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-download .download .down-group .down-info .down .flaticon {
    margin-right: 4px;
}
@media (min-width: 1200px) {
    .hs-inner-download .download .down-group:hover .title-download {
        color: #005aa7;
    }
    .hs-inner-download .download .down-group:hover .down {
        color: #005aa7;
    }
}
.hs-inner-news-show .news-show .date,
.hs-inner-news-show .news-show .person {
    font-size: 16px;
    line-height: 1.71428571;

    margin-right: 10px;

    color: #005aa7;
}
.hs-inner-news-show .news-show .title-news-show h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.33333333;

    margin: 0;
}
@media (max-width: 1560px) {
    .hs-inner-news-show .news-show .title-news-show h2 {
        font-size: 30px;
    }
}
@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 #333;
    border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
    .hs-inner-news-show .news-show .share {
        width: 100%;
        margin-top: 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 .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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@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: 68px;

    display: block;

    width: 68px;
    height: 68px;

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

    background: #f2f2f2;
}
@media (max-width: 991px) {
    .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: 50px;

        width: 50px;
        height: 50px;
    }
}
.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;
}
.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: #005aa7;
}
.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 .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:before,
.hs-inner-news-show .button-news .swiper-button-next:before {
    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 5px 8px 5px 0;
    border-style: solid;
    border-color: transparent #333 transparent transparent;
}
.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:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.public-related-news {
    padding-top: 60px;
}
@media (max-width: 1560px) {
    .public-related-news {
        padding-top: 40px;
    }
}
@media (max-width: 991px) {
    .public-related-news {
        padding-top: 20px;
    }
}
.public-related-news .swiper-news-related {
    padding: 20px;
}
@media (max-width: 767px) {
    .public-related-news .swiper-news-related {
        padding: 10px;
    }
}
.public-related-news .news-list {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .public-related-news .news-list {
        margin-top: 20px;
    }
}
.public-related-news .news-related-scrollbar {
    height: 16px;
    margin-top: 60px;
    padding: 3px;

    border-radius: 8px;
    background: #f6f6f6;
}
@media (max-width: 1199px) {
    .public-related-news .news-related-scrollbar {
        margin-top: 30px;
    }
}
.public-related-news .news-related-scrollbar .swiper-scrollbar-drag {
    background-color: #005aa7;
}
.hs-inner-public-details .title-home {
    text-align: center;
}
.hs-inner-public-details .title-home h2 {
    font-size: 36px;

    text-transform: capitalize;
}
.hs-inner-public-details .public-details {
    position: relative;

    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-public-details .public-details {
        margin-top: 30px;
    }
}
.hs-inner-public-details .public-details .public-note {
    max-width: 800px;
    margin: 0 auto;
}
.hs-inner-public-details .public-details .public-note img {
    max-width: 100%;
}
.hs-inner-public-details .public-details .swiper-button-prev {
    left: 0;
}
.hs-inner-public-details .public-details .swiper-button-next {
    right: 0;
}
.hs-inner-public-details .public-details .swiper-button-prev,
.hs-inner-public-details .public-details .swiper-button-next {
    color: #333;
    border-radius: 50%;
}
.hs-inner-public-details .public-details .swiper-button-prev .flaticon,
.hs-inner-public-details .public-details .swiper-button-next .flaticon {
    font-size: 20px;
}
@media (min-width: 1200px) {
    .hs-inner-public-details .public-details .swiper-button-prev,
    .hs-inner-public-details .public-details .swiper-button-next {
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.hs-inner-public-details .public-details .swiper-button-prev:hover,
.hs-inner-public-details .public-details .swiper-button-next:hover {
    color: #fff;
    background-color: #005aa7;
}
.hs-inner-public-details .return {
    margin-top: 80px;

    text-align: center;
}
@media (max-width: 1199px) {
    .hs-inner-public-details .return {
        margin-top: 50px;
    }
}
.hs-inner-public-details .return a {
    font-size: 16px;
    line-height: 36px;

    display: inline-block;

    padding: 0 50px;

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

    color: #777;
    border-radius: 24px;
}
.hs-inner-public-details .return a .flaticon {
    font-size: 24px;
}
.hs-inner-public-details .return a:hover {
    color: #fff;
    border-color: #005aa7;
    background-color: #005aa7;
}
.hs-inner-solutions {
    padding-top: 30px;
    padding-bottom: 0;
}
.hs-inner-solutions .solutions-menu {
    background: #eaf5ff;
}
.hs-inner-solutions .solutions-menu .menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -50px;

    -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;
}
@media (max-width: 1199px) {
    .hs-inner-solutions .solutions-menu .menu ul {
        margin: 0 -30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions-menu .menu ul {
        margin: 0 -15px;
    }
}
.hs-inner-solutions .solutions-menu .menu ul li {
    padding: 0 50px;
}
@media (max-width: 1199px) {
    .hs-inner-solutions .solutions-menu .menu ul li {
        padding: 0 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions-menu .menu ul li {
        padding: 0 15px;
    }
}
.hs-inner-solutions .solutions-menu .menu .menu-group {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    position: relative;

    display: block;

    padding: 35px 0;

    text-align: center;

    color: #005aa7;
}
@media (max-width: 991px) {
    .hs-inner-solutions .solutions-menu .menu .menu-group {
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions-menu .menu .menu-group {
        font-size: 16px;

        padding: 10px 0;
    }
}
.hs-inner-solutions .solutions-menu .menu .menu-group:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 5px;

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

    background-color: #005aa7;
}
.hs-inner-solutions .solutions-menu .menu .menu-group .icon .flaticon {
    font-size: 40px;
}
.hs-inner-solutions .solutions-menu .menu .menu-group .icon img {
    width: 40px;
}
.hs-inner-solutions .solutions-menu .menu .menu-group:hover:after {
    width: 100%;
}
.hs-inner-solutions .solutions-menu .menu .active .menu-group:after {
    width: 100%;
}
.hs-inner-solutions .solutions ul li:nth-child(2n) {
    background: #eef7ff;
}
.hs-inner-solutions .solutions ul li:nth-child(2n) .solutions-group {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.hs-inner-solutions .solutions ul li:nth-child(2n) .solutions-group .img:before {
    right: -20px;
    left: auto;

    background-color: #07c5f2;
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions ul li:nth-child(2n) .solutions-group .img:before {
        right: -15px;
    }
}
.hs-inner-solutions .solutions ul li:nth-child(2n) .solutions-group .img:after {
    right: -20px;
    left: auto;

    background-color: #07c5f2;
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions ul li:nth-child(2n) .solutions-group .img:after {
        right: -15px;
    }
}
.hs-inner-solutions .solutions ul li:nth-child(2n) .solutions-group .desc {
    padding-right: 4%;
    padding-left: 0;
}
.hs-inner-solutions .solutions .solutions-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 80px 0;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-group {
        padding: 50px 0;
    }
}
.hs-inner-solutions .solutions .solutions-group .img,
.hs-inner-solutions .solutions .solutions-group .desc {
    width: 50%;
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-group .img,
    .hs-inner-solutions .solutions .solutions-group .desc {
        width: 100%;
    }
}
.hs-inner-solutions .solutions .solutions-group .img {
    position: relative;
}
.hs-inner-solutions .solutions .solutions-group .img:before {
    position: absolute;
    top: -20px;
    left: -20px;

    display: block;

    width: 70px;
    height: 10px;

    content: '';

    background-color: #005aa7;
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-group .img:before {
        left: -15px;
    }
}
.hs-inner-solutions .solutions .solutions-group .img:after {
    position: absolute;
    top: -20px;
    left: -20px;

    display: block;

    width: 10px;
    height: 140px;

    content: '';

    background-color: #005aa7;
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-group .img:after {
        left: -15px;
    }
}
.hs-inner-solutions .solutions .solutions-group .img img {
    width: 100%;

    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-solutions .solutions .solutions-group .desc {
    padding: 30px 0 30px 4%;
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-group .desc {
        padding: 20px 0;
    }
}
.hs-inner-solutions .solutions .solutions-group .desc .title-solutions h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33333333;

    margin: 0;

    color: #005aa7;
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-group .desc .title-solutions h2 {
        font-size: 24px;
    }
}
.hs-inner-solutions .solutions .solutions-group .desc .title-solutions h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;

    margin: 0;
}
.hs-inner-solutions .solutions .solutions-group .desc .note {
    margin-top: 30px;
}
@media (max-width: 1400px) {
    .hs-inner-solutions .solutions .solutions-group .desc .note {
        margin-top: 20px;
    }
}
.hs-inner-solutions .solutions .solutions-group .desc .note p {
    color: #666;
}
.hs-inner-solutions .solutions .solutions-group .desc .more {
    font-size: 14px;
    line-height: 36px;

    display: inline-block;

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

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

    color: #fff;
    background-color: #07c5f2;
}
@media (max-width: 1400px) {
    .hs-inner-solutions .solutions .solutions-group .desc .more {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-group .desc .more {
        margin-top: 20px;
    }
}
.hs-inner-solution-details .title-details {
    margin-bottom: 20px;
}
.hs-inner-solution-details .title-details h2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
}
@media (max-width: 1199px) {
    .hs-inner-solution-details .title-details h2 {
        font-size: 20px;
    }
}
.hs-inner-solution-details .product-details .details-imgbox {
    width: 70%;
}
@media (max-width: 1470px) {
    .hs-inner-solution-details .product-details .details-imgbox {
        width: 60%;
    }
}
@media (max-width: 767px) {
    .hs-inner-solution-details .product-details .details-imgbox {
        width: 100%;
    }
}
.hs-inner-solution-details .product-details .details-imgbox img {
    width: 100%;
}
.hs-inner-solution-details .product-details .details-content {
    width: 30%;
}
@media (max-width: 1470px) {
    .hs-inner-solution-details .product-details .details-content {
        width: 40%;
    }
}
@media (max-width: 767px) {
    .hs-inner-solution-details .product-details .details-content {
        width: 100%;
    }
}
.hs-inner-contact {
    position: relative;
    z-index: 5;

    margin-top: -30px;

    background: url(../images/contact_bg.webp) no-repeat right top;
    background-position: 100% 0;
    background-size: 50% 100%;
}
@media (max-width: 991px) {
    .hs-inner-contact {
        background: none;
    }
}
.hs-inner-contact .contact {
    width: 50%;
    padding-right: 10%;
}
@media (max-width: 991px) {
    .hs-inner-contact .contact {
        width: 100%;
    }
}
.hs-inner-contact .contact .title-inner {
    margin-top: 50px;
}
.hs-inner-contact .contact .title-inner h2 {
    text-transform: capitalize;
}
.hs-inner-contact .contact .desc {
    margin-top: 40px;
}
.hs-inner-contact .contact .desc>ul>li:last-child .contact-group .note:after {
    display: block;

    width: 1px;
    height: 40px;
    margin-left: 10px;

    content: '';

    background-color: rgba(62, 62, 62, .5);
}
.hs-inner-contact .contact .contact-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
}
.hs-inner-contact .contact .contact-group .icon {
    width: 60px;
    padding-top: 64px;

    text-align: center;
}
@media (max-width: 991px) {
    .hs-inner-contact .contact .contact-group .icon {
        padding-top: 34px;
    }
}
.hs-inner-contact .contact .contact-group .icon img {
    width: 30px;

    opacity: .8;
}
.hs-inner-contact .contact .contact-group .icon .flaticon {
    font-size: 30px;
    line-height: 1;
}
.hs-inner-contact .contact .contact-group .note {
    position: relative;

    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
}
.hs-inner-contact .contact .contact-group .note:before {
    display: block;

    width: 1px;
    height: 60px;
    margin-left: 10px;

    content: '';

    background-color: rgba(62, 62, 62, .5);
}
@media (max-width: 991px) {
    .hs-inner-contact .contact .contact-group .note:before {
        height: 40px;
    }
}
.hs-inner-contact .contact .contact-group p {
    font-size: 18px;
    line-height: 1.33333333;

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

    margin: 10px 0;
}
@media (max-width: 1660px) {
    .hs-inner-contact .contact .contact-group p {
        font-size: 16px;
    }
}
.hs-inner-contact .contact .contact-group p span {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-inner-contact .contact .contact-group p b {
    font-weight: normal;
}
.hs-inner-contact .contact .contact-group p a {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.hs-inner-contact .contact .contact-group p a:hover {
    color: #005aa7;
}
.hs-inner-contact .public-share {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .hs-inner-contact .public-share {
        margin-top: 20px;
    }
}
.hs-inner-contact .feedback {
    position: relative;

    width: 50%;
    padding-left: 5%;
}
@media (max-width: 991px) {
    .hs-inner-contact .feedback {
        width: 100%;
        margin-top: 30px;
        padding: 30px;

        background: url(../images/contact_bg.webp) no-repeat center;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .feedback {
        padding: 30px 15px;
    }
}
.hs-inner-contact .feedback .title-inner h2 {
    color: #fff;
}
.hs-google-map {
    position: relative;
    z-index: 4;

    width: 100%;
    height: 670px;
    margin-top: -30px;
}
@media (max-width: 1199px) {
    .hs-google-map {
        height: 600px;
    }
}
@media (max-width: 991px) {
    .hs-google-map {
        height: 500px;
    }
}
@media (max-width: 767px) {
    .hs-google-map {
        height: 400px;
    }
}
.hs-google-map #map {
    height: 100%;
}
.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-product-details .product-details .details-imgbox {
    position: relative;
}
.hs-inner-product-details .product-details .details-imgbox .product-group .ibox {
    cursor: crosshair;
}
.zoom-preview {
    position: absolute !important;
    z-index: 7;
    top: 0;
    left: 100%;

    width: 500px;
    height: 500px;
}
@media (max-width: 1199px) {
    .zoom-preview {
        display: none;
    }
}
.follow-overlay {
    position: absolute;

    display: none;

    width: 100px;
    height: 100px;

    pointer-events: none;

    background: url('../images/mask.png') repeat center;
}
.public-no-results {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .public-no-results {
        margin-top: 30px;
    }
}
.public-no-results img img {
    width: 100%;
}
.public-no-results .desc {
    padding-left: 5%;
}
@media (max-width: 767px) {
    .public-no-results .desc {
        margin-top: 30px;
        padding-left: 15px;
    }
}
.public-no-results .desc .title-home h2 {
    color: #005aa7;
}
.public-no-results .desc .public-note {
    margin-top: 20px;
}
.public-no-results .desc .public-note p {
    font-size: 18px;

    color: #666;
}
.hs-inner-customer {
    background: none;
    color: #000000;
}
.hs-inner-customer .title-inner h2 {
    color: #000000;
}
.hs-inner-customer .factory .factory-group .title-factory {
    color: #333333;
}
.hs-inner-lab-show .lab-show .lab-show-left {
    width: 60%;
    padding-right: 5%;
}
.hs-inner-lab-show .lab-show .lab-show-left .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 30px;
}
.hs-inner-lab-show .lab-show .lab-show-left .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.hs-inner-lab-show .lab-show-group .group-left {
    width: 100%;
    padding: 0;
}

.hs-inner-lab-show .lab-show-group .group-right {
    width: 100%;
}
.hs-inner-lab-show .lab-show .lab-show-left .lab-show-group .group-right {
    display: none;
}
.hs-inner-lab-show .lab-show .lab-show-right {
    width: 40%;
}
.hs-inner-lab-show .lab-show .lab-show-right .lab-show-group .group-left {
    display: none;
}
.swiper-cube .swiper-cube-shadow:before {
    display: none;
}
.hs-inner-oem .oem-top {
    padding: 60px;

    text-align: right;

    background: #f2f6ff;
}
@media (max-width: 1199px) {
    .hs-inner-oem .oem-top {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-oem .oem-top {
        padding: 30px 15px;
    }
}
.hs-inner-oem .oem-top .oem-note {
    text-align: left;
}
.hs-inner-oem .oem-top .oem-note p {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.33333333;

    margin: 0;

    color: #005aa7;
}
@media (max-width: 1560px) {
    .hs-inner-oem .oem-top .oem-note p {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-oem .oem-top .oem-note p {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-inner-oem .oem-top .oem-note p {
        font-size: 20px;
    }
}
.hs-inner-oem .oem-top .oem-logo {
    display: inline-block;

    margin-top: 50px;
}
.hs-inner-oem .oem-top .oem-logo img {
    height: 80px;
}
@media (max-width: 1199px) {
    .hs-inner-oem .oem-top .oem-logo img {
        height: 60px;
    }
}
@media (max-width: 767px) {
    .hs-inner-oem .oem-top .oem-logo img {
        height: 40px;
    }
}
.hs-inner-oem .oem-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 50px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-oem .oem-middle .oem-note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 40%;
    padding-right: 5%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .hs-inner-oem .oem-middle .oem-note {
        width: 100%;
        padding-right: 0;
    }
}
.hs-inner-oem .oem-middle .oem-img {
    width: 60%;
}
@media (max-width: 767px) {
    .hs-inner-oem .oem-middle .oem-img {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-inner-oem .oem-middle .oem-img img {
    width: 100%;
}
.hs-inner-oem .oem-middle .oem-number 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;
}
.hs-inner-oem .oem-middle .oem-number ul li {
    margin-top: 30px;
    padding: 0 10px;
}
.hs-inner-oem .oem-middle .oem-number .number-group {
    max-width: 160px;
}
.hs-inner-oem .oem-middle .oem-number .number-group b {
    font-size: 48px;
    font-weight: normal;
    line-height: 1;

    color: #005aa7;
}
@media (max-width: 767px) {
    .hs-inner-oem .oem-middle .oem-number .number-group b {
        font-size: 40px;
    }
}
.hs-inner-oem .oem-middle .oem-number .number-group p {
    font-size: 18px;
    line-height: 1;

    margin: 10px 0 0 0;
}
@media (max-width: 1199px) {
    .hs-inner-oem .oem-middle .oem-number .number-group p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .hs-inner-oem .oem-middle .oem-number .number-group p {
        font-size: 14px;
    }
}
.hs-inner-oem .oem-bottom>ul {
    margin: 0 -30px;
}
@media (max-width: 1560px) {
    .hs-inner-oem .oem-bottom>ul {
        margin: 0 -20px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-oem .oem-bottom>ul {
        margin: 0 -10px;
    }
}
.hs-inner-oem .oem-bottom>ul>li {
    margin-top: 60px;
    padding: 0 30px;
}
@media (max-width: 1560px) {
    .hs-inner-oem .oem-bottom>ul>li {
        padding: 0 20px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-oem .oem-bottom>ul>li {
        margin-top: 30px;
        padding: 0 10px;
    }
}
.hs-inner-oem .oem-bottom .oem-group .img img {
    width: 100%;
}
.hs-inner-oem .oem-bottom .oem-group .public-note {
    margin-top: 20px;
}

.page_info {
    text-align: center;
    margin: 10px auto;
    padding: 50px;
    color: #999;
    clear: both
}
.page_info span {
    padding: 0 2px;
    font-weight: bold
}
.page_list {
    height: 40px;
    line-height: 40px;
    width: 40px;

    text-align: center;
    clear: both;
    letter-spacing: 0;
    font-size: 14px;
    margin: 50px auto;
    padding: 30px;
    clear: both;
    width: 100%
}
.page_list a,
.page_list span {
    display: inline-block;
    color: #ccc;
    border: 1px solid #111;
    background: #000;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 0 1px;
    border-radius: 50%;
}
.page_list a:hover {
    color: #fff;
    border: 1px solid #0a50a1;
    background: #0a50a1
}
.page_list .on {
    color: #fff;
    border: 1px solid #0a50a1;
    background: #0a50a1
}
.page_list a.on {
    color: #fff;
    border: 1px solid #0a50a1;
    background: #0a50a1
}