.ff {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'Roboto Flex';
    font-weight: 100 1000;
    font-style: oblique -10deg 0deg;
    font-stretch: 25% 151%;

    src: url(../flaticon/RobotoFlex[GRADXOPQXTRAYOPQYTASYTDEYTFIYTLCYTUCopszslntwdthwght].ttf);
}
body {
    font-family: 'Roboto Flex', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: 100%;

    overflow-x: hidden;

    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px) {
    body {
        font-size: 15px;
    }
}
@-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: 50px;

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

    display: inline-block;

    width: 50px;
    height: 50px;
    margin: 0;

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

    color: #000;
    border-radius: 50%;
    background-color: #fff;
}
@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: 16px;

    display: block;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.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(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #fff;
    background-color: #2f318b;
}
.swiper-button-next.nobg,
.swiper-button-prev.nobg {
    background: none;
}
.swiper-button-next.nobg:hover,
.swiper-button-prev.nobg:hover {
    color: #2f318b;
}
.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;
}
: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;
    top: 0;

    width: 100%;
    padding: 0 5%;

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

    color: #fff;
}
.hs-header-box .logo {
    display: block;

    height: 70px;

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

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
    .hs-header-box .logo {
        height: 60px;
    }
}
@media (max-width: 767px) {
    .hs-header-box .logo {
        padding: 10px 0;
    }
}
.hs-header-box .logo img {
    width: auto;
    height: 100%;

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

    cursor: pointer;
}
.hs-header-box .pc-search .search-button:hover .icon {
    background-color: #d82f35;
}
.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: #2f318b;
}
@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 .top-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-header-box .top-txt ul.txt-contact {
    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 .top-txt ul.txt-contact li {
    position: relative;

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

    margin-left: 12px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .hs-header-box .top-txt ul.txt-contact li {
        margin-left: 2px;
    }
}
.hs-header-box .top-txt ul.txt-contact li .flaticon {
    font-size: 20px;
    line-height: 1.7;

    padding: 0 20px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1560px) {
    .hs-header-box .top-txt ul.txt-contact li .flaticon {
        font-size: 18px;

        padding: 0 10px;
    }
}
.hs-header-box .top-txt ul.txt-contact li p {
    line-height: 24px;

    position: absolute;
    top: 100%;
    left: 50%;

    display: none;

    padding: 10px;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;

    color: #fff;
    border-radius: 4px;
    background-color: #2f318b;
}
@media (max-width: 767px) {
    .hs-header-box .top-txt ul.txt-contact li p {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.hs-header-box .top-txt ul.txt-contact li p:before {
    position: absolute;
    top: -8px;
    left: 50%;

    width: 0;
    height: 0;

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

    border-width: 0 4px 8px 4px;
    border-style: solid;
    border-color: transparent transparent #2f318b transparent;
}
.hs-header-box .top-txt ul.txt-contact li:hover .flaticon,
.hs-header-box .top-txt ul.txt-contact li:hover .icon {
    background-color: #d82f35;
}
.hs-header-box .top-txt ul.txt-contact li:hover p {
    display: block;
}
.hs-header-box .top-txt .icon {
    line-height: 32px;

    width: 32px;
    height: 32px;

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

    border-radius: 50%;
    background-color: #2f318b;
}
.hs-header-box .top-txt .icon img {
    width: 100%;

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

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-header-box .open-quote {
    line-height: 50px;

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

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

    color: #fff;
    background-color: #2f318b;
}
@media (max-width: 767px) {
    .hs-header-box .open-quote {
        font-size: 12px;
        line-height: 30px;

        margin-left: 10px;
        padding: 0 6px;
    }
}
.hs-header-box .open-quote:hover {
    background-color: #d82f35;
}
.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 {
    position: relative;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-header-box .header-nav>ul>li:nth-child(2) {
    position: static;
}
.hs-header-box .header-nav>ul>li>a {
    font-size: 20px;
    line-height: 1.5;

    position: relative;

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

    height: 140px;
    padding: 0 1.5vw;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1470px) {
    .hs-header-box .header-nav>ul>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1400px) {
    .hs-header-box .header-nav>ul>li>a {
        padding: 0 1vw;
    }
}
.hs-header-box .header-nav>ul>li>a:after {
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 0 8px 15px 8px;
    border-style: solid;
    border-color: transparent transparent #232323 transparent;
}
.hs-header-box .header-nav>ul>li:hover>a {
    opacity: .8;
}
.hs-header-box .header-nav>ul>li:hover>a:after {
    opacity: 1;
}
.hs-header-box .pc-nav-down {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 50%;

    display: none;

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

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

    color: #fff;
    border-bottom: 5px solid #2f318b;
    background-color: #232323;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .23);
}
.hs-header-box .pc-nav-down>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: inline-block;

    padding: 10px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;
    white-space: nowrap;
}
.hs-header-box .pc-nav-down>li>a span {
    display: block;

    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#d82f35), to(#d82f35));
    background-image: -webkit-linear-gradient(left, #d82f35 0%, #d82f35 100%);
    background-image: linear-gradient(to right, #d82f35 0%, #d82f35 100%);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 3px;
}
.hs-header-box .pc-nav-down>li:hover>a span,
.hs-header-box .pc-nav-down>li.active>a span {
    background-size: 100% 3px;
}
.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: #2f318b;
}
.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: #2f318b;
}
.hs-header-box .pc-nav-down2>li:hover>a {
    color: #2f318b;
}
.hs-header-box .pc-nav-down-product {
    font-size: 0;

    padding: 30px 15%;
}
@media (max-width: 1560px) {
    .hs-header-box .pc-nav-down-product {
        padding: 30px 10%;
    }
}
.hs-header-box .pc-nav-down-product>li {
    margin: 30px 0;
}
.hs-header-box .pc-nav-down-product>li>a {
    font-size: 20px;
    font-weight: bold;

    padding-right: 0;
    padding-left: 0;
}
.hs-header-box .pc-nav-down2-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -15px;
    margin-top: 20px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-header-box .pc-nav-down2-product>li {
    min-width: 20%;
    padding: 0 15px;
}
.hs-header-box .pc-nav-down2-product>li>a {
    font-size: 16px;
    line-height: 26px;

    display: block;

    padding: 5px 0;

    color: rgba(255, 255, 255, .6);
}
.hs-header-box .pc-nav-down2-product>li.active>a,
.hs-header-box .pc-nav-down2-product>li:hover>a {
    text-decoration: underline;
}
.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: #2f318b;

    -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: #2f318b;
}
@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 {
    height: 80px;

    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
@media (max-width: 1199px) {
    .hs-header-box.stuck-header .logo {
        height: 60px;
    }
}
.hs-header-box.stuck-header .header-nav>ul>li>a {
    height: 80px;
}
.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: 9;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1199px) {
    .customer-service {
        display: none;
    }
}
.customer-service ul li {
    margin: 2px 0;
}
.customer-service a {
    position: relative;

    display: block;

    color: #fff;
    border-radius: 6px;
}
.customer-service a .flaticon {
    font-size: 24px;
    line-height: 50px;

    position: relative;
    z-index: 3;

    display: block;

    width: 50px;
    height: 50px;

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

    border-radius: 6px;
    background-color: rgba(0, 0, 0, .6);
}
@media (max-width: 1470px) {
    .customer-service a .flaticon {
        line-height: 50px;

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

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

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

    margin: 0;
    padding: 10px;

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

    border-radius: 6px;
    background-color: #d82f35;
    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: #d82f35;
}
.customer-service a:hover p {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.customer-service .service-wechat p {
    background-color: #d82f35;
}
.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: #2f318b;
}
.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: -webkit-calc(50% + 60px);
    top: calc(50% + 60px);
    left: 0;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text {
        top: 55%;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text {
        top: 50%;
    }
}
.banner-box .swiper-text-1 {
    top: 60%;
}
.banner-box .swiper-text-2 .desc {
    padding-top: 10%;
}
.banner-box .swiper-text-2 h2 span,
.banner-box .swiper-text-3 h2 span {
    display: inline-block;

    padding: 10px 20px;

    background-color: #2f318b;
}
@media (max-width: 991px) {
    .banner-box .swiper-text-2 h2 span,
    .banner-box .swiper-text-3 h2 span {
        padding: 8px 10px;
    }
}
.banner-box .swiper-text-3 {
    top: 65%;
}
.banner-box .swiper-text .desc-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.banner-box .swiper-text .desc {
    width: 50%;
}
.banner-box .swiper-text .img {
    width: 50%;
}
.banner-box .swiper-text .img img {
    max-width: 100%;

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

    opacity: 0;
}
.banner-box .swiper-text h2,
.banner-box .swiper-text h3 {
    overflow: hidden;
}
.banner-box .swiper-text h2 span,
.banner-box .swiper-text h3 span {
    display: inline-block;

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

    opacity: 0;
}
.banner-box .swiper-text h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text h2 {
        font-size: 50px;
    }
}
@media (max-width: 1400px) {
    .banner-box .swiper-text h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text h2 {
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    .banner-box .swiper-text h2 {
        font-size: 16px;
    }
}
.banner-box .swiper-text h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text h3 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text h3 {
        font-size: 16px;

        display: none;
    }
}
.banner-box .swiper-slide-active .swiper-text h2 span,
.banner-box .swiper-slide-active .swiper-text h3 span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}
.banner-box .swiper-slide-active .swiper-text .img img {
    -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;
}
.banner-box .swiper-button-prev,
.banner-box .swiper-button-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 40px;
    height: 40px;

    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);

    color: #fff;
    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 .flaticon,
.banner-box .swiper-button-next .flaticon {
    font-size: 20px;

    display: block;
}
.banner-box .swiper-button-prev:hover,
.banner-box .swiper-button-next:hover {
    opacity: .8;
}
.banner-box .swiper-button-next {
    margin-left: 0;
}
.banner-box .swiper-pagination {
    position: absolute;
    top: 50%;
    right: 5%;
    bottom: auto;
    left: auto;

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

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-box .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 15px 0;

    opacity: 1;
    border: 3px solid #fff;
    border-radius: 50%;
    background: none;
}
@media (max-width: 767px) {
    .banner-box .swiper-pagination .swiper-pagination-bullet {
        margin: 8px 0;
    }
}
.banner-box .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}
.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: 900;
    line-height: 1;

    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 .group-text {
    position: absolute;
    z-index: 8;
    top: -webkit-calc(50% + 55px);
    top: calc(50% + 55px);
    left: 0;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 1199px) {
    .banner-inner .group-text {
        top: -webkit-calc(50% + 30px);
        top: calc(50% + 30px);
    }
}
.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(47, 49, 139, .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: #d82f35;
}
.banner-product {
    height: 140px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .banner-product {
        height: 60px;
    }
}
.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: 30px;
}
.hs-more a {
    line-height: 24px;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-more a .flaticon {
    font-size: 20px;

    margin-right: 10px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.hs-more a:hover .flaticon {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hs-more1 {
    margin-top: 30px;
}
.hs-more1 a {
    line-height: 50px;

    display: inline-block;

    padding: 0 24px;

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

    color: #fff;
    border-radius: 9px;
    background-color: #2f318b;
}
.hs-more1 a:hover {
    background-color: #d82f35;
}
.hs-more2 a {
    line-height: 50px;

    display: inline-block;

    padding: 0 24px;

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

    color: #fff;
    border: 1px solid #fff;
    border-radius: 9px;
}
@media (max-width: 991px) {
    .hs-more2 a {
        line-height: 40px;
    }
}
.hs-more2 a:hover {
    border-color: #2f318b;
    background-color: #2f318b;
}
.pb-140 {
    padding-bottom: 140px;
}
@media (max-width: 1199px) {
    .pb-140 {
        padding-bottom: 100px;
    }
}
.swiper-scrollbar {
    width: 100%;
    height: 2px;

    background-color: #fff;
}
.swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #2f318b;
}
.title-home h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;

    color: #2f318b;
}
@media (max-width: 1470px) {
    .title-home h2 {
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    .title-home h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .title-home h2 {
        font-size: 20px;
    }
}
.title-home h2 span {
    display: block;

    color: #d82f35;
}
.title-home h3 {
    font-size: 30px;
    line-height: 1.25;

    margin-top: 14px;

    color: #2f318b;
}
@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 h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    color: #2f318b;
}
@media (max-width: 1199px) {
    .public-note h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .public-note h3 {
        font-size: 18px;
    }
}
.public-note h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;
}
.public-note p {
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px) {
    .public-note p {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .public-note p {
        font-size: 14px;
    }
}
.public-note img {
    max-width: 100%;
    height: auto !important;
}
@-webkit-keyframes roate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes roate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.hs-home-category {
    background: url(../images/category_bg.webp) no-repeat center;
    background-size: cover;
}
.hs-home-category .category {
    margin-top: 50px;
}
@media (max-width: 1560px) {
    .hs-home-category .category {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category {
        margin-top: 20px;
    }
}
.hs-home-category .category .swiper-slide {
    padding-bottom: 25px;
}
.hs-home-category .category .category-group {
    position: relative;

    display: block;
}
.hs-home-category .category .category-group:after {
    position: relative;
    z-index: 1;

    display: block;

    width: 80%;
    height: 50px;
    margin: 0 auto;

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

    background-color: rgba(0, 0, 0, .3);

    -webkit-filter: blur(30px);
    filter: blur(30px);
}
@media (max-width: 767px) {
    .hs-home-category .category .category-group:after {
        height: 20px;
    }
}
.hs-home-category .category .category-group .group {
    position: relative;
    z-index: 2;

    padding: 50px 50px 50px 90px;

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

    background: url(../images/product_bg.webp) no-repeat center bottom;
    background-size: cover;
}
@media (max-width: 1560px) {
    .hs-home-category .category .category-group .group {
        padding: 30px 30px 30px 70px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category .category-group .group {
        padding: 20px;
    }
}
.hs-home-category .category .category-group .title-category {
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;

    position: relative;

    height: 30px;

    color: #2f318b;
}
@media (max-width: 1560px) {
    .hs-home-category .category .category-group .title-category {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category .category-group .title-category {
        padding-left: 40px;
    }
}
.hs-home-category .category .category-group .title-category .flaticon {
    line-height: 30px;

    position: absolute;
    left: -40px;

    width: 30px;
    height: 30px;

    text-align: center;

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

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .hs-home-category .category .category-group .title-category .flaticon {
        left: 0;
    }
}
.hs-home-category .category .category-group .desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .hs-home-category .category .category-group .desc {
        flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }
}
.hs-home-category .category .category-group .category-menu {
    width: 40%;
}
@media (max-width: 767px) {
    .hs-home-category .category .category-group .category-menu {
        width: 100%;
    }
}
.hs-home-category .category .category-group .category-menu ul {
    min-height: 350px;
}
@media (max-width: 991px) {
    .hs-home-category .category .category-group .category-menu ul {
        min-height: auto;
    }
}
.hs-home-category .category .category-group .category-menu ul li a {
    font-size: 18px;
    line-height: 26px;

    display: block;

    padding: 5px 0;

    color: #333;
}
@media (max-width: 1560px) {
    .hs-home-category .category .category-group .category-menu ul li a {
        font-size: 16px;
    }
}
.hs-home-category .category .category-group .category-menu ul li:hover a {
    text-decoration: underline;
}
.hs-home-category .category .category-group .img {
    width: 60%;
}
@media (max-width: 767px) {
    .hs-home-category .category .category-group .img {
        width: 100%;
    }
}
.hs-home-category .category .category-group .ibox {
    padding-bottom: 75.67567568%;
}
.hs-home-category .category .category-group .more {
    margin-top: 20px;
}
.hs-home-category .category .category-group .more a {
    line-height: 30px;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

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

    color: #2f318b;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-home-category .category .category-group .more a .flaticon {
    font-size: 24px;

    margin-right: 6px;
}
.hs-home-category .category .active .category-group:after {
    background-color: rgba(47, 49, 139, .3);
}
.hs-home-category .category .active .category-group .group {
    color: #fff;
    background-image: url(../images/product_hover_bg.webp);
}
.hs-home-category .category .active .category-group .title-category {
    color: #fff;
}
.hs-home-category .category .active .category-group .category-menu ul li a {
    color: #fff;
}
.hs-home-category .category .active .category-group .more a {
    color: #fff;
}
.hs-home-category .category-button {
    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-home-category .category-button .swiper-button-prev,
.hs-home-category .category-button .swiper-button-next {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-home-category .category-button .category-scrollbar {
    margin: 0 30px;
}
@media (max-width: 991px) {
    .hs-home-category .category-button .category-scrollbar {
        margin: 0 10px;
    }
}
.hs-home-category .category-more {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-home-category .category-more {
        margin-top: 30px;
    }
}
.hs-home-category .category-more a {
    line-height: 50px;

    display: inline-block;

    padding: 0 40px;

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

    color: #fff;
    background-color: #2f318b;

    -webkit-clip-path: polygon(5% 0, 95% 0, 100% 100%, 0% 100%);
    clip-path: polygon(5% 0, 95% 0, 100% 100%, 0% 100%);
}
.hs-home-category .category-more a:hover {
    background-color: #d82f35;
}
.hs-home-why {
    color: #fff;
    background: url(../images/why_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .hs-home-why {
        background-attachment: fixed;
    }
}
.hs-home-why .why-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 270px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .hs-home-why .why-left {
        width: 100%;
    }
}
.hs-home-why .why-left .title-home h2 {
    color: #fff;
}
.hs-home-why .why-right {
    overflow: hidden;

    width: -webkit-calc(100% - 270px);
    width: calc(100% - 270px);
    padding-left: 5%;
}
@media (max-width: 991px) {
    .hs-home-why .why-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .hs-home-why .why-right {
        margin-top: 0;
    }
}
.hs-home-why .why-right ul {
    margin: -60px 0;
}
@media (max-width: 1199px) {
    .hs-home-why .why-right ul {
        margin: -30px 0;
    }
}
@media (max-width: 767px) {
    .hs-home-why .why-right ul {
        margin: 0;
    }
}
.hs-home-why .why-right ul li {
    padding: 0;

    border-right: 1px solid rgba(255, 255, 255, .2);
}
@media (min-width: 992px) {
    .hs-home-why .why-right ul li:nth-child(-n + 3) {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .hs-home-why .why-right ul li:nth-child(3n + 3) {
        border-right: none;
    }
}
@media (max-width: 991px) {
    .hs-home-why .why-right ul li:nth-child(-n + 4) {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .hs-home-why .why-right ul li:nth-child(2n + 2) {
        border-right: none;
    }
}
@media (max-width: 767px) {
    .hs-home-why .why-right ul li {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
}
.hs-home-why .why-right .why-group {
    padding: 60px 5%;
}
@media (max-width: 1199px) {
    .hs-home-why .why-right .why-group {
        padding: 30px 3%;
    }
}
@media (max-width: 767px) {
    .hs-home-why .why-right .why-group {
        padding: 20px;
    }
}
.hs-home-why .why-right .why-group .icon {
    margin-left: 50px;

    opacity: .8;
}
.hs-home-why .why-right .why-group .flaticon {
    font-size: 50px;

    display: inline-block;

    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (max-width: 767px) {
    .hs-home-why .why-right .why-group .flaticon {
        font-size: 40px;
    }
}
.hs-home-why .why-right .why-group .desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 14px;
}
.hs-home-why .why-right .why-group .desc .num {
    font-size: 24px;

    width: 50px;

    color: faed(#dde4ee, 40%);
}
.hs-home-why .why-right .why-group .desc h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    margin: 0;
}
@media (min-width: 1200px) {
    .hs-home-why .why-right .why-group:hover .flaticon {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
.hs-home-about .about-left {
    position: relative;

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

    width: 50%;
    padding: 30px 5% 30px 0;

    -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-home-about .about-left {
        width: 100%;
        padding: 0;
    }
}
.hs-home-about .about-left .about-bg {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hs-home-about .about-left .about-bg img {
    width: auto;
    height: 100%;

    -webkit-animation: roate360 18s linear infinite;
    animation: roate360 18s linear infinite;
}
.hs-home-about .about-left .desc {
    margin-top: 20px;
}
.hs-home-about .about-left .title-home,
.hs-home-about .about-left .desc,
.hs-home-about .about-left .hs-more1 {
    position: relative;
    z-index: 6;
}
.hs-home-about .about-right {
    position: relative;
    z-index: 6;

    width: 50%;
}
@media (max-width: 767px) {
    .hs-home-about .about-right {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-home-about .video {
    position: relative;
}
.hs-home-about .video img {
    width: 100%;
}
@keyframes roate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.public-play {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;

    width: 76px;
    height: 76px;
    padding: 6px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    border: 1px solid #d82f35;
    border-radius: 50%;
}
.public-play span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

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

    border-radius: 50%;
    background-color: #d82f35;

    -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: 8px 0 8px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
@media (min-width: 1200px) {
    .public-play:hover {
        border-color: #2f318b;
    }
    .public-play:hover span {
        background-color: #2f318b;
    }
}
@-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-factory {
    background: url(../images/factory_bg.webp) no-repeat center;
    background-size: cover;
}
.hs-home-factory .factory {
    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: 767px) {
    .hs-home-factory .factory {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-home-factory .factory .title-factory {
    width: 100%;
    max-width: 520px;

    color: #fff;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-home-factory .factory .title-factory h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.33333333;
}
@media (max-width: 991px) {
    .hs-home-factory .factory .title-factory h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-home-factory .factory .title-factory h2 {
        font-size: 20px;
    }
}
.hs-home-factory .factory .title-factory h2 span {
    font-size: 18px;

    display: block;
}
.hs-home-factory .factory .line {
    width: 100%;
    height: 1px;
    margin: 0 60px;

    background-color: rgba(255, 255, 255, .5);
}
@media (max-width: 991px) {
    .hs-home-factory .factory .line {
        margin: 0 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-factory .factory .line {
        display: none;
    }
}
.hs-home-factory .factory .hs-more2 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .hs-home-factory .factory .hs-more2 {
        margin-top: 20px;
    }
}
.public-news-group .ibox {
    padding-bottom: 75%;
}
.public-news-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-news-group .date {
    position: relative;
    z-index: 6;

    margin-top: -15px;
    margin-right: 18px;

    text-align: right;
}
.public-news-group .date span {
    line-height: 30px;

    display: inline-block;

    padding: 0 20px;

    color: #fff;
    background-color: #d82f35;
}
.public-news-group .title-news {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

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

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
    .public-news-group .note {
        margin-top: 10px;
    }
}
.public-news-group .note p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .public-news-group .note p {
        font-size: 14px;
    }
}
.public-news-group .more {
    font-size: 14px;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;

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

    color: rgba(47, 49, 139, .5);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.public-news-group .more .flaticon {
    font-size: 20px;

    margin-right: 6px;
}
@media (min-width: 1200px) {
    .public-news-group:hover .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .public-news-group:hover .title-news {
        color: #2f318b;
    }
    .public-news-group:hover .more {
        color: #2f318b;
    }
}
.hs-home-news-faqs {
    background: #e7ecf2;
}
.hs-home-news-faqs .news {
    position: relative;

    width: 900px;
}
@media (max-width: 1350px) {
    .hs-home-news-faqs .news {
        width: 800px;
    }
}
@media (max-width: 1199px) {
    .hs-home-news-faqs .news {
        width: -webkit-calc(100% - 350px);
        width: calc(100% - 350px);
    }
}
@media (max-width: 991px) {
    .hs-home-news-faqs .news {
        width: 100%;
    }
}
.hs-home-news-faqs .news .news-list {
    position: relative;

    padding-right: 5%;
}
.hs-home-news-faqs .news .swiper-news {
    height: 550px;
    margin: 0 -20px;
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-home-news-faqs .news .swiper-news {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .hs-home-news-faqs .news .swiper-news {
        height: 470px;
    }
}
.hs-home-news-faqs .news .swiper-slide {
    width: 50%;
    padding: 0 20px;
}
@media (max-width: 767px) {
    .hs-home-news-faqs .news .swiper-slide {
        width: 100%;
    }
}
.hs-home-news-faqs .news .news-scrollbar {
    position: absolute;
    top: 0;
    right: 0;

    width: 2px;
    height: 100%;

    background-color: rgba(47, 49, 139, .2);
}
.hs-home-news-faqs .news .news-scrollbar .swiper-scrollbar-drag {
    background-color: #2f318b;
}
.hs-home-news-faqs .faq {
    width: -webkit-calc(100% - 900px);
    width: calc(100% - 900px);
    padding-left: 40px;
}
@media (max-width: 1350px) {
    .hs-home-news-faqs .faq {
        width: -webkit-calc(100% - 800px);
        width: calc(100% - 800px);
    }
}
@media (max-width: 1199px) {
    .hs-home-news-faqs .faq {
        width: 350px;
    }
}
@media (max-width: 991px) {
    .hs-home-news-faqs .faq {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.hs-home-news-faqs .faq .list {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-home-news-faqs .faq .list {
        margin-top: 30px;
    }
}
.hs-home-news-faqs .faq .list>ul>li {
    margin-top: 20px;
}
.hs-home-news-faqs .faq .list .faq-group {
    background-color: #fff;
}
.hs-home-news-faqs .faq .list .faq-group .title-faq {
    font-size: 18px;
    line-height: 30px;

    position: relative;

    padding: 20px 50px 20px 30px;

    cursor: pointer;
}
@media (max-width: 1560px) {
    .hs-home-news-faqs .faq .list .faq-group .title-faq {
        padding: 15px 50px 15px 20px;
    }
}
.hs-home-news-faqs .faq .list .faq-group .title-faq:after {
    position: absolute;
    top: 20px;
    right: 30px;

    content: '+';
}
@media (max-width: 1560px) {
    .hs-home-news-faqs .faq .list .faq-group .title-faq:after {
        top: 15px;
        right: 20px;
    }
}
.hs-home-news-faqs .faq .list .faq-group .desc {
    display: none;

    padding: 0 30px 20px 30px;
}
@media (max-width: 1560px) {
    .hs-home-news-faqs .faq .list .faq-group .desc {
        padding: 0 20px 20px 20px;
    }
}
.hs-home-news-faqs .faq .list .faq-group .desc p {
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .hs-home-news-faqs .faq .list .faq-group .desc p {
        font-size: 14px;
    }
}
.hs-home-news-faqs .faq .list .current .faq-group .title-faq:after {
    content: '-';
}
.hs-home-customer {
    background: #e7ecf2;
}
.hs-home-customer .customer {
    position: relative;

    margin-top: 30px;
}
@media (max-width: 1199px) {
    .hs-home-customer .customer {
        margin-top: 10px;
    }
}
.hs-home-customer .customer .swiper-slide {
    width: auto;
    padding: 30px 0;
}
@media (max-width: 767px) {
    .hs-home-customer .customer .swiper-slide {
        padding: 20px 0;
    }
}
.hs-home-customer .customer .customer-group {
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;

    border: 6px solid #fff;
}
.hs-home-customer .customer .customer-group img {
    width: auto;
    height: 460px;
}
@media (max-width: 1470px) {
    .hs-home-customer .customer .customer-group img {
        height: 400px;
    }
}
@media (max-width: 1199px) {
    .hs-home-customer .customer .customer-group img {
        height: 300px;
    }
}
@media (max-width: 767px) {
    .hs-home-customer .customer .customer-group img {
        height: 180px;
    }
}
.hs-home-customer .customer .customer-group:hover {
    box-shadow: 0 15px 14px 0 rgba(47, 49, 139, .19);
}
.hs-home-customer .swiper-button-prev,
.hs-home-customer .swiper-button-next {
    left: -40px;

    width: 30px;

    border-radius: 0;
    background: none;
}
@media (max-width: 767px) {
    .hs-home-customer .swiper-button-prev,
    .hs-home-customer .swiper-button-next {
        left: -15px;
    }
}
.hs-home-customer .swiper-button-prev .flaticon,
.hs-home-customer .swiper-button-next .flaticon {
    font-size: 30px;
}
@media (max-width: 767px) {
    .hs-home-customer .swiper-button-prev .flaticon,
    .hs-home-customer .swiper-button-next .flaticon {
        font-size: 20px;
    }
}
.hs-home-customer .swiper-button-prev:hover,
.hs-home-customer .swiper-button-next:hover {
    color: #2f318b;
}
.hs-home-customer .swiper-button-next {
    right: -40px;
    left: auto;
}
@media (max-width: 767px) {
    .hs-home-customer .swiper-button-next {
        right: -15px;
    }
}
.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-banner h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.16666667;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1560px) {
    .title-banner h2 {
        font-size: 54px;
    }
}
@media (max-width: 1470px) {
    .title-banner h2 {
        font-size: 48px;
    }
}
@media (max-width: 1400px) {
    .title-banner h2 {
        font-size: 44px;
    }
}
@media (max-width: 1199px) {
    .title-banner h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .title-banner h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title-banner h2 {
        font-size: 26px;
    }
}
.title-inner h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px) {
    .title-inner h2 {
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    .title-inner h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .title-inner h2 {
        font-size: 20px;
    }
}
.title-inner p {
    font-size: 16px;
    line-height: 1.625;

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

        margin-top: 10px;
    }
}
.title-inner.color h2 {
    color: #2f318b;
}
.hs-inner-location {
    padding: 15px 0 0 0;

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

    position: relative;
}
.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-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -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;
}
.pt-40 {
    padding-top: 40px;
}
@media (max-width: 767px) {
    .pt-40 {
        padding-top: 30px;
    }
}
.pb-140 {
    padding-bottom: 140px;
}
@media (max-width: 1199px) {
    .pb-140 {
        padding-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .hs-inner-top .hs-inner-location {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-inner-top .hs-inner-location .location {
    position: relative;

    padding-left: 20px;
}
.hs-inner-top .hs-inner-location .location:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 400%;
    height: 100%;

    content: '';

    background-color: #2f318b;
}
.hs-inner-top .hs-inner-location .location ul {
    position: relative;
    z-index: 6;

    color: #fff;
}
.hs-inner-menu {
    position: relative;
    z-index: 6;
}
.hs-inner-menu>ul {
    display: inline-block;

    padding-right: 150px;

    color: #fff;
    background-color: #d82f35;

    -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>ul {
        padding-right: 50px;
    }
}
@media (max-width: 767px) {
    .hs-inner-menu>ul {
        padding-right: 20px;
    }
}
.hs-inner-menu>ul>li {
    display: inline-block;

    vertical-align: middle;
}
.hs-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>ul>li>a {
        font-size: 16px;

        padding: 10px;
    }
}
@media (max-width: 767px) {
    .hs-inner-menu>ul>li>a {
        padding: 10px 6px;
    }
}
.hs-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: #2f318b;
}
@media (max-width: 991px) {
    .hs-inner-menu>ul>li>a:after {
        height: 4px;
    }
}
.hs-inner-menu>ul>li.active>a:after,
.hs-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 {
    overflow: hidden;

    width: -webkit-calc(100% - 310px);
    width: calc(100% - 310px);
    padding-left: 30px;
}
@media (max-width: 1400px) {
    .inner-content .inner-right {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}
@media (max-width: 1199px) {
    .inner-content .inner-right {
        width: 100%;
        padding-left: 0;
    }
}
.inner-leftmenu {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
@media (max-width: 1199px) {
    .inner-leftmenu {
        top: 60px;
    }
}
.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: #d82f35;
    }
}
@media (max-width: 767px) {
    .inner-leftmenu .title-menu {
        font-size: 18px;
    }
}
.inner-leftmenu .title-menu h3 {
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 767px) {
    .inner-leftmenu .title-menu h3 {
        font-size: 20px;
    }
}
.inner-leftmenu .title-menu:after {
    position: absolute;
    top: 10px;
    right: 10px;

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

    position: relative;

    display: block;

    padding: 15px 40px 15px 20px;

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

    color: #333;
    border-left: 10px solid #ebebeb;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav1>li>a {
        padding: 10px 50px 10px 10px;
    }
}
.inner-leftmenu .menunav1>li>a:after {
    position: absolute;
    top: 15px;
    right: 20px;

    content: '+';

    /* opacity: 0; */
}
.inner-leftmenu .menunav1>li.more>a:after {
    opacity: 1;
}
.inner-leftmenu .menunav1>li.active>a,
.inner-leftmenu .menunav1>li:hover>a {
    color: #fff;
    border-left-color: #d82f35;
    background-color: #2f318b;
}
.inner-leftmenu .menunav1>li.active>a:after,
.inner-leftmenu .menunav1>li:hover>a:after {
    content: '-';
}
.inner-leftmenu .menunav2 {
    display: none;

    padding: 20px 0;

    background-color: #fff;
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav2>li {
        display: inline-block;

        margin-right: 20px;

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

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

    padding: 10px 30px;

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

    color: #666;
}
@media (max-width: 1400px) {
    .inner-leftmenu .menunav2>li>a {
        padding: 5px 0;
    }
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav2>li>a {
        font-size: 14px;
    }
}
.inner-leftmenu .menunav2>li>a:before {
    display: block;

    width: 2px;
    height: 19px;
    margin-right: 8px;

    content: '';

    background: #2f318b;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.inner-leftmenu .menunav2>li.active>a,
.inner-leftmenu .menunav2>li:hover>a {
    color: #2f318b;
}
.title-product-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 10px 0;

    color: #000;
    border-bottom: 1px solid #333;

    -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;
}
.title-product-details h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;

    text-transform: uppercase;
}
.title-product-details span {
    color: #d82f35;
}
.public-listbox1>ul>li {
    margin-top: 30px;
}
.public-listbox1 .listbox-group .flaticon {
    font-size: 50px;
    line-height: 1.2;

    display: block;

    margin: 10px 0;

    color: #2f318b;
}
.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: #2f318b;
}
@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 {
    padding: 260px 0 180px;

    color: #fff;
    background: url(../images/about_in_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .hs-inner-about {
        padding: 160px 0 100px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about {
        padding: 100px 0 60px;
    }
}
.hs-inner-about .about {
    margin-top: 50px;
}
@media (max-width: 1560px) {
    .hs-inner-about .about {
        margin-top: 30px;
    }
}
.hs-inner-about .about .about-desc {
    margin-top: 30px;
}
@media (max-width: 1560px) {
    .hs-inner-about .about .about-desc {
        margin-top: 20px;
    }
}
.hs-inner-about .about .about-desc p {
    color: #fff;
}
.hs-inner-about1 .about1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-about1 .about1-left,
.hs-inner-about1 .about1-right {
    width: 60%;
    padding: 50px;

    color: #fff;
    background-color: #2f318b;
}
@media (max-width: 1199px) {
    .hs-inner-about1 .about1-left,
    .hs-inner-about1 .about1-right {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about1 .about1-left,
    .hs-inner-about1 .about1-right {
        width: 100%;
    }
}
.hs-inner-about1 .about1-left .txt,
.hs-inner-about1 .about1-right .txt {
    height: 100%;
}
.hs-inner-about1 .about1-left .num,
.hs-inner-about1 .about1-right .num {
    font-size: 60px;
    font-weight: normal;
    line-height: 75px;
}
@media (max-width: 1199px) {
    .hs-inner-about1 .about1-left .num,
    .hs-inner-about1 .about1-right .num {
        font-size: 50px;
        line-height: 60px;
    }
}
.hs-inner-about1 .about1-left .public-note,
.hs-inner-about1 .about1-right .public-note {
    margin-top: 18px;
}
@media (max-width: 767px) {
    .hs-inner-about1 .about1-left .public-note,
    .hs-inner-about1 .about1-right .public-note {
        margin-top: 8px;
    }
}
.hs-inner-about1 .about1-left .public-note p,
.hs-inner-about1 .about1-right .public-note p {
    color: #fff;
}
.hs-inner-about1 .about1-left {
    width: 40%;

    background-color: #d82f35;
}
@media (max-width: 767px) {
    .hs-inner-about1 .about1-left {
        width: 100%;
    }
}
.hs-inner-about1 .about1-right .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hs-inner-about1 .about1-right .brand img {
    height: 75px;
    margin-right: 15px;
}
@media (max-width: 1199px) {
    .hs-inner-about1 .about1-right .brand img {
        height: 60px;
        margin-right: 10px;
    }
}
.hs-inner-why {
    color: #fff;
    background: url(../images/why_in_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .hs-inner-why {
        background-attachment: fixed;
    }
}
.hs-inner-why .why ul li {
    position: relative;

    padding: 0;

    border-right: 1px solid rgba(255, 255, 255, .2);
}
@media (min-width: 992px) {
    .hs-inner-why .why ul li:nth-child(-n + 3) {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .hs-inner-why .why ul li:nth-child(3n + 3) {
        border-right: none;
    }
}
@media (max-width: 991px) {
    .hs-inner-why .why ul li:nth-child(-n + 4) {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .hs-inner-why .why ul li:nth-child(2n + 2) {
        border-right: none;
    }
}
@media (max-width: 767px) {
    .hs-inner-why .why ul li {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
}
@media (min-width: 992px) {
    .hs-inner-why .why ul li:nth-child(-n+2):after {
        position: absolute;
        right: -25px;
        bottom: -18px;

        width: 30px;
        height: 30px;

        content: '+';
    }
}
@media (max-width: 991px) {
    .hs-inner-why .why ul li:nth-child(1):after,
    .hs-inner-why .why ul li:nth-child(3):after {
        position: absolute;
        right: -25px;
        bottom: -18px;

        width: 30px;
        height: 30px;

        content: '+';
    }
}
@media (max-width: 991px) and (max-width: 767px) {
    .hs-inner-why .why ul li:nth-child(1):after,
    .hs-inner-why .why ul li:nth-child(3):after {
        display: none;
    }
}
.hs-inner-why .why .why-group {
    padding: 40px 5%;
}
@media (max-width: 1199px) {
    .hs-inner-why .why .why-group {
        padding: 30px 3%;
    }
}
@media (max-width: 767px) {
    .hs-inner-why .why .why-group {
        padding: 20px;
    }
}
.hs-inner-why .why .why-group .icon {
    margin-left: 50px;

    opacity: .5;
}
.hs-inner-why .why .why-group .flaticon {
    font-size: 50px;

    display: inline-block;

    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (max-width: 767px) {
    .hs-inner-why .why .why-group .flaticon {
        font-size: 40px;
    }
}
.hs-inner-why .why .why-group .desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 14px;
}
.hs-inner-why .why .why-group .desc .num {
    font-size: 24px;
    line-height: 24px;

    width: 50px;

    color: faed(#dde4ee, 40%);
}
.hs-inner-why .why .why-group .desc .txt {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
}
.hs-inner-why .why .why-group .desc .txt h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    margin: 0;
}
.hs-inner-why .why .why-group .desc .txt h3 span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#d82f35), to(#d82f35));
    background-image: -webkit-linear-gradient(left, #d82f35 0%, #d82f35 100%);
    background-image: linear-gradient(to right, #d82f35 0%, #d82f35 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 7px;
}
.hs-inner-why .why .why-group .desc .public-note {
    margin-top: 30px;
}
.hs-inner-why .why .why-group .desc .public-note p {
    font-size: 14px;

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

    color: rgba(255, 255, 255, .6);
}
@media (min-width: 1200px) {
    .hs-inner-why .why .why-group:hover .flaticon {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);

        opacity: 1;
    }
    .hs-inner-why .why .why-group:hover .txt h3 span {
        background-size: 100% 7px;
    }
    .hs-inner-why .why .why-group:hover .public-note p {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .hs-inner-story .title-inner {
        margin-top: 40px;
    }
}
.hs-inner-story .title-inner:before {
    display: block;

    width: 1px;
    height: 80px;
    margin: 0 auto;

    content: '';

    background-color: #cdcdcd;
}
@media (max-width: 767px) {
    .hs-inner-story .title-inner:before {
        display: none;
    }
}
.hs-inner-story .title-inner h2 {
    margin: 20px 0;
}
.hs-inner-story .story ul {
    position: relative;

    padding: 30px 0;
}
.hs-inner-story .story ul:before {
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background-color: #cdcdcd;
}
@media (max-width: 767px) {
    .hs-inner-story .story ul:before {
        left: 0;
    }
}
.hs-inner-story .story ul li {
    margin-top: -30px;
}
@media (max-width: 767px) {
    .hs-inner-story .story ul li {
        margin-top: 20px;
    }
}
.hs-inner-story .story ul li:nth-child(2n) .story-group {
    margin-left: 50%;

    text-align: left;
}
@media (max-width: 767px) {
    .hs-inner-story .story ul li:nth-child(2n) .story-group {
        margin-left: 0;
    }
}
.hs-inner-story .story ul li:nth-child(2n) .story-group .year:after {
    right: auto;
    left: -10px;
}
.hs-inner-story .story ul li:nth-child(1) {
    margin-top: 0;
}
.hs-inner-story .story .story-group {
    width: 50%;

    text-align: right;
}
@media (max-width: 767px) {
    .hs-inner-story .story .story-group {
        width: 100%;

        text-align: left;
    }
}
.hs-inner-story .story .story-group .year {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;

    position: relative;

    padding: 10px 5%;

    color: #2f318b;
    border-bottom: 1px solid #cdcdcd;
}
.hs-inner-story .story .story-group .year:after {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;

    position: absolute;
    right: -10px;
    bottom: -10px;

    width: 20px;
    height: 20px;

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

    color: #333;
}
@media (max-width: 767px) {
    .hs-inner-story .story .story-group .year:after {
        right: auto;
        left: -10px;
    }
}
.hs-inner-story .story .story-group .public-note {
    padding: 20px 5%;
}
@media (max-width: 767px) {
    .hs-inner-story .story .story-group .public-note {
        padding: 20px 5% 0;
    }
}
.hs-inner-story .showmorebutton {
    position: relative;
    z-index: 6;

    text-align: center;
}
@media (max-width: 767px) {
    .hs-inner-story .showmorebutton {
        text-align: left;
    }
}
.hs-inner-story .showmorebutton a {
    line-height: 40px;

    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    border-radius: 6px;
    background-color: #d82f35;
}
.hs-inner-story .showmorebutton a:hover {
    background-color: #2f318b;
}
.hs-inner-factory {
    background: url(../images/factory_in_bg.webp) no-repeat center;
    background-size: cover;
}
.hs-inner-factory .title-inner h2 {
    color: #fff;
}
.hs-inner-factory .factory {
    max-width: 690px;
    margin: 0 auto;
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-factory .factory {
        max-width: 500px;
        margin-top: 30px;
    }
}
.hs-inner-factory .factory .slick-list {
    overflow: visible;
}
.hs-inner-factory .factory .slick-list .slick-slide {
    padding: 0 36px;
}
@media (max-width: 1199px) {
    .hs-inner-factory .factory .slick-list .slick-slide {
        padding: 0 15px;
    }
}
.hs-inner-factory .factory .factory-group {
    cursor: pointer;
}
.hs-inner-factory .factory .factory-group .ibox {
    padding-bottom: 75%;
}
.hs-inner-factory .factory .swiper-button-prev,
.hs-inner-factory .factory .swiper-button-next {
    line-height: 86px;

    position: absolute;
    top: 50%;
    left: 36px;

    width: 40px;
    height: 86px;

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

    color: #fff;
    border-radius: 0;
    background: #d82f35;
}
@media (max-width: 1199px) {
    .hs-inner-factory .factory .swiper-button-prev,
    .hs-inner-factory .factory .swiper-button-next {
        line-height: 60px;

        left: 15px;

        width: 30px;
        height: 60px;
    }
}
.hs-inner-factory .factory .swiper-button-next {
    right: 36px;
    left: auto;
}
@media (max-width: 1199px) {
    .hs-inner-factory .factory .swiper-button-next {
        right: 15px;
    }
}
.hs-inner-customer {
    background: #f5f5f5;
}
#about-about,
#about-values,
#about-why,
#about-mission,
#about-factory,
#about-customers,
#about-honor,
#product-feedback {
    position: relative;
    top: -100px;
}
.public-product-group {
    display: block;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
}
.public-product-group .img .ibox {
    padding-bottom: 75%;
}
.public-product-group .img {
    padding-bottom: 20px;

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

    background-color: #fff;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .09);
}
@media (max-width: 767px) {
    .public-product-group .img {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
.public-product-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-product-group .title-product {
    font-size: 16px;
    line-height: 48px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    padding: 0 10px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.public-product-group .mask-model {
    display: block;

    margin-top: -14px;
}
.public-product-group .mask-model span {
    font-size: 14px;
    line-height: 28px;

    position: relative;
    z-index: 6;

    display: inline-block;

    height: 28px;
    padding: 0 20px;

    color: #fff;
    background-color: #2f318b;
}
.public-product-group .mask-model span:before {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 4px;

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

    background-color: #d82f35;
}
@media (min-width: 1200px) {
    .public-product-group:hover {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    .public-product-group:hover .img {
        box-shadow: 0 19px 15px 0 rgba(0, 0, 0, .15);
    }
    .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 {
        color: #2f318b;
    }
    .public-product-group:hover .mask-model span:before {
        width: 100%;
    }
}
.hs-inner-products {
    overflow: visible;

    background-color: #f5f5f5;
}
.hs-inner-products .products>ul {
    margin-top: -50px;
}
@media (max-width: 1199px) {
    .hs-inner-products .products>ul {
        margin-top: 0;
    }
}
.hs-inner-products .products>ul>li {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-products .products>ul>li {
        margin-top: 30px;
    }
}
.hs-inner-product-details {
    overflow: visible;

    background-color: #f5f5f5;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details {
        margin-top: 30px;
    }
}
.hs-inner-product-details .product-details .product-group .ibox {
    padding-bottom: 75%;
}
.hs-inner-product-details .product-details .details-imgbox {
    width: 45%;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-imgbox {
        width: 100%;
    }
}
.hs-inner-product-details .product-details .details-imgbox .slick-product-big,
.hs-inner-product-details .product-details .details-imgbox .slick-product-small {
    font-size: 0;
}
.hs-inner-product-details .product-details .product-big {
    box-shadow: 0 19px 15px 0 rgba(0, 0, 0, .15);
}
.hs-inner-product-details .product-details .product-small {
    max-height: 120px;
    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 0;
        margin-top: 20px;
    }
}
.hs-inner-product-details .product-details .product-small .slick-slide {
    max-width: 200px;
    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 {
    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #a3a3a3;
}
.hs-inner-product-details .product-details .product-small .slick-current .product-group {
    border-color: #2f318b;
}
.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: #2f318b;
}
.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: 55%;
    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 {
        flex-direction: column-reverse;

        width: 100%;
        margin-top: 20px;
        padding-left: 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }
}
.hs-inner-product-details .product-details .details-content .desc {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-content .title-details {
        margin-top: 20px;
    }
}
.hs-inner-product-details .product-details .details-content .title-details .model {
    font-size: 16px;
    line-height: 1.5;

    color: #2f318b;
}
.hs-inner-product-details .product-details .details-content .title-details h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin-top: 10px;

    color: #000;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-content .title-details h2 {
        font-size: 22px;
    }
}
.hs-inner-product-details .product-details .details-content .public-note {
    margin-top: 20px;
}
.hs-inner-product-details .link-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;
    padding: 14px;

    background: #ececec;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-product-details .link-share .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 .link-share .link a {
    line-height: 42px;

    display: inline-block;

    min-width: 110px;
    padding: 0 10px;

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

    color: #fff;
    border-radius: 8px;
    background-color: #2f318b;
}
.hs-inner-product-details .link-share .link a:hover {
    color: #fff;
    background: #000;
}
.hs-inner-product-details .link-share .link .inquiry {
    margin-right: 20px;
}
.hs-inner-product-details .link-share .link .contact {
    background: none;
    background-color: #d82f35;
}
.hs-inner-product-details .link-share .share {
    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: 767px) {
    .hs-inner-product-details .link-share .share {
        width: 100%;
        margin-top: 10px;
    }
}
.hs-inner-product-details .link-share .share p {
    margin: 0 10px 0 0;
}
.hs-inner-product-details .parameter {
    padding-top: 70px;
}
@media (max-width: 1560px) {
    .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: #2f318b;
}
@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: #2f318b;
}
@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: 14px;
    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: 14px;

    text-align: left;

    background: #f9fcff;
}
.hs-inner-product-details .parameter-content table tr th,
.hs-inner-product-details .parameter-content table tr td {
    padding: 6px 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: 5px;
    }
}
.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: #2f318b;
}
.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;
}
.public-feedback {
    padding-top: 70px;
}
@media (max-width: 1560px) {
    .public-feedback {
        padding-top: 60px;
    }
}
.public-feedback .feedbackform {
    background: url(../images/about_bg.webp) no-repeat left center;
    background-size: auto 100%;
}
.public-product-related {
    padding-top: 70px;
}
@media (max-width: 1560px) {
    .public-product-related {
        padding-top: 60px;
    }
}
.public-product-related .product-related {
    margin-top: 40px;
}
.public-product-related .product-related .swiper-product-related {
    padding: 0 10px;
}
@media (max-width: 767px) {
    .public-product-related .product-related .swiper-product-related {
        padding: 0;
    }
}
.public-product-related .product-related .swiper-slide {
    padding: 20px 0;
}
.public-product-related .customer-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .public-product-related .customer-button {
        margin-top: 20px;
    }
}
.public-product-related .swiper-button-prev,
.public-product-related .swiper-button-next {
    border-radius: 0;
}
.feedbackform form ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

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

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

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

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

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

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

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

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

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

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

    top: -36px;

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

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

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

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

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: #2f318b;
}
@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: #d82f35;
}
.hs-contact-footer {
    overflow: hidden;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}
@media (max-width: 1199px) {
    .hs-contact-footer {
        -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
    }
}
.hs-contact-footer .container {
    position: relative;
}
.hs-contact-footer .container:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -webkit-calc(100% - 15px);
    left: calc(100% - 15px);

    display: block;

    width: 1000px;
    height: 100%;

    content: '';

    background-color: #2f318b;
}
.hs-contact-footer .contact-footer {
    position: relative;
    z-index: 6;

    display: inline-block;

    padding: 30px 0 30px 80px;

    text-align: left;

    background-color: #2f318b;

    -webkit-clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 767px) {
    .hs-contact-footer .contact-footer {
        padding: 20px 0 20px 20px;
    }
}
.hs-contact-footer .contact-footer .contact-group {
    display: inline-block;

    margin-left: 50px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .hs-contact-footer .contact-footer .contact-group {
        margin: 10px 0 10px 20px;
    }
}
.hs-contact-footer .contact-footer .contact-group .icon {
    display: inline-block;

    vertical-align: top;
}
.hs-contact-footer .contact-footer .contact-group .icon .flaticon {
    font-size: 36px;
}
.hs-contact-footer .contact-footer .contact-group .note {
    display: inline-block;

    padding-left: 20px;

    vertical-align: top;
}
.hs-contact-footer .contact-footer .contact-group .note b {
    font-size: 16px;
    line-height: 1.5;

    display: block;

    color: #898be6;
}
.hs-contact-footer .contact-footer .contact-group .note p {
    font-size: 24px;
    line-height: 1.2;

    margin: 8px 0 0 0;

    color: #fff;
}
@media (max-width: 1560px) {
    .hs-contact-footer .contact-footer .contact-group .note p {
        font-size: 20px;
    }
}
.hs-contact-footer .contact-footer .contact-group .note p a:hover {
    text-decoration: underline;
}
.hs-footer {
    position: relative;
    z-index: 6;

    color: rgba(255, 255, 255, .6);
    background: url(../images/footer_bg.webp) no-repeat center;
    background-size: cover;
}
.hs-footer .foot {
    overflow: hidden;

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

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
    .hs-footer .foot-logo img {
        height: 60px;
    }
}
.hs-footer .public-share {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .hs-footer .public-share {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .hs-footer .public-share {
        margin-top: 0;
    }
}
.hs-footer .foot-nav {
    width: 70%;
}
@media (max-width: 991px) {
    .hs-footer .foot-nav {
        width: 100%;
        margin-top: 10px;
    }
}
.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;
}
.hs-footer .foot-nav>ul>li {
    position: relative;

    margin: 5px 0;
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li {
        width: 100%;
        max-width: 100%;
    }
}
.hs-footer .foot-nav>ul>li>a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.66666667;

    display: block;

    text-transform: uppercase;

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

    display: none;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li .flaticon-next {
        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 {
    line-height: 24px;

    display: block;

    padding: 3px 0;
}
.hs-footer .foot-nav>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #fff;
}
.hs-footer .foot-nav>ul>li.current .flaticon-next {
    -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;
    overflow: hidden;

    padding: 30px 0;

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

    -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:after {
    margin: 0 6px;

    content: '|';
}
.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-top: -50px;
}
@media (max-width: 1560px) {
    .hs-inner-news .news>ul {
        margin-top: -30px;
    }
}
.hs-inner-news .news>ul>li {
    margin-top: 50px;
}
@media (max-width: 1560px) {
    .hs-inner-news .news>ul>li {
        margin-top: 30px;
    }
}
.hs-inner-news .news>ul>li:nth-child(2n) .public-news-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-news .news>ul>li:nth-child(2n) .public-news-group .desc {
    padding-right: 5%;
    padding-left: 0;
}
.hs-inner-news .news>ul>li:nth-child(2n) .public-news-group .news-more a {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.hs-inner-news .public-news-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-news .public-news-group .img {
    width: 45%;
}
@media (max-width: 767px) {
    .hs-inner-news .public-news-group .img {
        width: 100%;
    }
}
.hs-inner-news .public-news-group .img .ibox {
    padding-bottom: 75%;
}
.hs-inner-news .public-news-group .desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 55%;
    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-news .public-news-group .desc {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.hs-inner-news .public-news-group .desc .title-news {
    -webkit-transition: all .2s;
    transition: all .2s;

    color: #2f318b;
}
@media (max-width: 1199px) {
    .hs-inner-news .public-news-group .desc .title-news {
        margin-top: 0;
    }
}
.hs-inner-news .public-news-group .desc .date1 {
    font-size: 14px;
    line-height: 24px;

    margin-top: 20px;

    color: #d82f35;
}
@media (max-width: 767px) {
    .hs-inner-news .public-news-group .desc .date1 {
        margin-top: 10px;
    }
}
.hs-inner-news .public-news-group .desc .note {
    margin-top: 10px;
}
.hs-inner-news .public-news-group .news-more {
    margin-top: 30px;
}
.hs-inner-news .public-news-group .news-more a {
    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 .public-news-group .news-more a:before {
    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #2f318b;
}
.hs-inner-news .public-news-group .news-more a span {
    font-size: 14px;
    line-height: 40px;

    display: inline-block;

    padding: 0 20px;

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

    color: #2f318b;
    border: 2px solid #2f318b;
    border-radius: 13px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .hs-inner-news .public-news-group .news-more a span {
        line-height: 34px;

        border-radius: 5px;
    }
}
@media (min-width: 1200px) {
    .hs-inner-news .public-news-group:hover .desc .title-news {
        color: #d82f35;
    }
    .hs-inner-news .public-news-group:hover .news-more a span {
        color: #fff;
        border-color: #d82f35;
        background-color: #d82f35;
    }
}
.hs-inner-faqs .faqs {
    border: 1px solid #d7d7d7;
}
.hs-inner-faqs .faqs>ul>li {
    border-bottom: 1px solid #d7d7d7;
}
.hs-inner-faqs .faqs>ul>li:last-child {
    border-bottom: none;
}
.hs-inner-faqs .faqs>ul>li.current .faqs-group .icon .icon-hover {
    display: block;
}
.hs-inner-faqs .faqs>ul>li.current .faqs-group .icon .icon-now {
    display: none;
}
.hs-inner-faqs .faqs>ul>li.current .faqs-group .title-faqs {
    color: #2f318b;
}
.hs-inner-faqs .faqs>ul>li.current .faqs-group .title-faqs .flaticon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.hs-inner-faqs .faqs-group {
    position: relative;

    padding-left: 80px;

    cursor: pointer;
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs-group {
        padding-left: 40px;
    }
}
.hs-inner-faqs .faqs-group .icon {
    line-height: 70px;

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

    width: 80px;
    height: 100%;

    text-align: center;

    border-right: 1px solid #d7d7d7;
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs-group .icon {
        width: 40px;
    }
}
.hs-inner-faqs .faqs-group .icon .flaticon {
    font-size: 20px;

    color: #666;
}
.hs-inner-faqs .faqs-group .icon .icon-hover {
    display: none;
}
.hs-inner-faqs .faqs-group .icon .icon-hover .flaticon {
    font-size: 30px;

    color: #2f318b;
}
.hs-inner-faqs .title-faqs {
    line-height: 30px;

    position: relative;

    padding: 20px 50px 20px 20px;
}
@media (max-width: 767px) {
    .hs-inner-faqs .title-faqs {
        padding-right: 40px;
    }
}
.hs-inner-faqs .title-faqs h3 {
    font-size: 18px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 767px) {
    .hs-inner-faqs .title-faqs h3 {
        font-size: 16px;
    }
}
.hs-inner-faqs .title-faqs .flaticon {
    position: absolute;
    top: 15px;
    right: 20px;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.hs-inner-faqs .faqs-ques {
    display: none;

    padding: 0 20px 20px 20px;
}
.hs-inner-news-show {
    padding-top: 30px;
}
.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: #2f318b;
}
.hs-inner-news-show .news-show .title-news-show h2 {
    font-size: 30px;
    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: #2f318b;
}
.hs-inner-news-show .button-news .swiper-button-prev:hover svg,
.hs-inner-news-show .button-news .swiper-button-next:hover svg,
.hs-inner-news-show .button-news .return a:hover svg {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.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: 80px;
}
@media (max-width: 1560px) {
    .public-related-news {
        padding-top: 60px;
    }
}
@media (max-width: 991px) {
    .public-related-news {
        padding-top: 40px;
    }
}
.public-related-news .news-list {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .public-related-news .news-list {
        margin-top: 0;
    }
}
.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: #2f318b;
}
.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: #2f318b;
}
.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: #2f318b;
    background-color: #2f318b;
}
.hs-inner-sustainability-energy .sustainability-energy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-sustainability-energy .sustainability-energy .desc {
    width: 50%;
    padding-right: 5%;
}
@media (max-width: 767px) {
    .hs-inner-sustainability-energy .sustainability-energy .desc {
        width: 100%;
        padding-right: 0;
    }
}
.hs-inner-sustainability-energy .sustainability-energy .desc .public-note {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hs-inner-sustainability-energy .sustainability-energy .desc .public-note {
        margin-top: 20px;
    }
}
.hs-inner-sustainability-energy .sustainability-energy .img {
    width: 50%;
}
@media (max-width: 767px) {
    .hs-inner-sustainability-energy .sustainability-energy .img {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-inner-sustainability-energy .sustainability-energy .img img {
    width: 100%;
    height: auto;
}
.hs-inner-sustainability-environmental {
    padding: 180px 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1560px) {
    .hs-inner-sustainability-environmental {
        padding: 120px 0;
    }
}
@media (max-width: 1199px) {
    .hs-inner-sustainability-environmental {
        padding: 100px 0;
    }
}
@media (max-width: 991px) {
    .hs-inner-sustainability-environmental {
        padding: 80px 0;
    }
}
@media (max-width: 767px) {
    .hs-inner-sustainability-environmental {
        padding: 60px 0;
    }
}
.hs-inner-sustainability-environmental .desc {
    width: 50%;
    margin-left: 50%;
    padding: 80px 50px;

    background-color: #fff;
}
@media (max-width: 1560px) {
    .hs-inner-sustainability-environmental .desc {
        padding: 50px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-sustainability-environmental .desc {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-sustainability-environmental .desc {
        width: 100%;
        margin: 0;
        padding: 20px;
    }
}
.hs-inner-sustainability-environmental .desc .public-note {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hs-inner-sustainability-environmental .desc .public-note {
        margin-top: 20px;
    }
}
.hs-inner-sustainability-waste .desc {
    max-width: 640px;
    margin: 0 auto;
}
.hs-inner-sustainability-waste .desc .public-note {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hs-inner-sustainability-waste .desc .public-note {
        margin-top: 20px;
    }
}
.hs-inner-brands .brands-top {
    padding: 30px 0;

    color: #fff;
    background-color: #2f318b;
}
@media (max-width: 767px) {
    .hs-inner-brands .brands-top {
        padding: 20px 0;
    }
}
.hs-inner-brands .brands-top .title-inner h2 {
    font-weight: normal;
}
@media (min-width: 1200px) {
    .hs-inner-brands .brands-top .title-inner h2 {
        font-size: 30px;
    }
}
.hs-inner-brands .brands-top .hs-inner-location {
    color: #fff;
}
.hs-inner-brands .brands-menu {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .hs-inner-brands .brands-menu {
        margin-top: 30px;
    }
}
.hs-inner-brands .brands-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-brands .brands-menu>ul>li {
    width: 16.66666667%;
}
@media (max-width: 767px) {
    .hs-inner-brands .brands-menu>ul>li {
        width: 33.33333333%;
    }
}
.hs-inner-brands .brands-menu>ul>li>a {
    display: block;

    padding: 10px;

    text-align: center;

    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.hs-inner-brands .brands-menu>ul>li>a img {
    height: 100%;
    max-height: 60px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1400px) {
    .hs-inner-brands .brands-menu>ul>li>a img {
        max-height: 50px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-brands .brands-menu>ul>li>a img {
        max-height: 40px;
    }
}
@media (max-width: 767px) {
    .hs-inner-brands .brands-menu>ul>li>a img {
        max-height: 35px;
    }
}
.hs-inner-brands .brands-menu>ul>li:hover>a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-inner-brands .brands {
    padding: 70px 0;
}
@media (max-width: 991px) {
    .hs-inner-brands .brands {
        padding: 50px 0;
    }
}
.hs-inner-brands .brands:nth-child(2n) {
    background: #f1f1f1;
}
.hs-inner-brands .brands:nth-child(2n) .brands-info {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.hs-inner-brands .brands:nth-child(2n) .brands-info .desc {
    margin-right: -8%;
    margin-left: 0;

    background-color: #fff;
}
@media (max-width: 991px) {
    .hs-inner-brands .brands:nth-child(2n) .brands-info .desc {
        margin-right: 0;
    }
}
.hs-inner-brands .brands .brands-info {
    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-brands .brands .brands-info .img {
    display: block;

    width: 70%;
}
@media (max-width: 991px) {
    .hs-inner-brands .brands .brands-info .img {
        width: 100%;
    }
}
.hs-inner-brands .brands .brands-info .img img {
    width: 100%;
}
.hs-inner-brands .brands .brands-info .desc {
    position: relative;
    z-index: 6;

    width: 38%;
    margin-left: -8%;
    padding: 40px;

    background: #f5f5f5;
}
@media (max-width: 991px) {
    .hs-inner-brands .brands .brands-info .desc {
        width: 100%;
        margin: 0;
        padding: 20px;
    }
}
.hs-inner-brands .brands .brands-info .desc .brands-logo img {
    max-height: 60px;

    mix-blend-mode: multiply;
}
.hs-inner-brands .brands .brands-info .desc .title-brands {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    display: block;

    margin-top: 20px;

    color: #2f318b;
}
@media (max-width: 1199px) {
    .hs-inner-brands .brands .brands-info .desc .title-brands {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-inner-brands .brands .brands-info .desc .title-brands {
        font-size: 20px;
    }
}
.hs-inner-brands .brands .brands-info .desc .public-note {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .hs-inner-brands .brands .brands-info .desc .public-note {
        margin-top: 10px;
    }
}
.hs-inner-brands .brands .brands-info .hs-more {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-brands .brands .brands-info .hs-more {
        margin-top: 30px;
    }
}
.hs-inner-brands .brands .brands-list>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -15px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-brands .brands .brands-list>ul>li {
    width: 40%;
    margin-top: 30px;
    padding: 0 15px;
}
@media (max-width: 991px) {
    .hs-inner-brands .brands .brands-list>ul>li {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .hs-inner-brands .brands .brands-list>ul>li {
        width: 100%;
    }
}
.hs-inner-brands .brands .brands-list>ul>li:nth-child(3) {
    width: 20%;
}
@media (max-width: 991px) {
    .hs-inner-brands .brands .brands-list>ul>li:nth-child(3) {
        width: 100%;
    }
}
.hs-inner-brands .brands .brands-list>ul>li:nth-child(3) .brands-group {
    text-align: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hs-inner-brands .brands .brands-list .brands-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;
    padding: 40px;

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

    background: #f5f5f5;

    -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-brands .brands .brands-list .brands-group {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-brands .brands .brands-list .brands-group {
        padding: 20px;
    }
}
.hs-inner-brands .brands .brands-list .brands-group .desc .title-brands {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44444444;

    color: #2f318b;
}
.hs-inner-brands .brands .brands-list .brands-group .desc .public-note {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .hs-inner-brands .brands .brands-list .brands-group .desc .public-note {
        margin-top: 10px;
    }
}
.hs-inner-brands .brands .brands-list .brands-group .more {
    line-height: 30px;

    margin-top: 10px;

    color: #666;
}
@media (min-width: 1200px) {
    .hs-inner-brands .brands .brands-list .brands-group:hover {
        color: #fff;
        background-color: #2f318b;
    }
    .hs-inner-brands .brands .brands-list .brands-group:hover .desc .title-brands {
        color: #fff;
    }
    .hs-inner-brands .brands .brands-list .brands-group:hover .public-note p {
        color: #fff;
    }
    .hs-inner-brands .brands .brands-list .brands-group:hover .more {
        color: #fff;
    }
}
.hs-inner-brands-details .brands-details-top {
    padding-top: 60px;

    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 767px) {
    .hs-inner-brands-details .brands-details-top {
        padding-top: 30px;
    }
}
.hs-inner-brands-details .brands-details-top .hs-inner-location {
    color: #999;
}
.hs-inner-brands-details .brands-details-top .details-top {
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}
@media (max-width: 767px) {
    .hs-inner-brands-details .brands-details-top .details-top {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
}
.hs-inner-brands-details .brands-details-top .details-top .desc-left {
    width: 50%;
    padding-top: 60px;
}
@media (max-width: 767px) {
    .hs-inner-brands-details .brands-details-top .details-top .desc-left {
        width: 100%;
        padding-top: 0;
    }
}
.hs-inner-brands-details .brands-details-top .details-top .desc-right {
    width: 40%;
    padding: 60px;

    background-color: #2f318b;
}
@media (max-width: 1199px) {
    .hs-inner-brands-details .brands-details-top .details-top .desc-right {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-brands-details .brands-details-top .details-top .desc-right {
        width: 100%;
        margin-top: 30px;
        padding: 30px 15px;
    }
}
.hs-inner-brands-details .brands-details-top .details-top .public-note h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    color: #fff;
}
@media (max-width: 1199px) {
    .hs-inner-brands-details .brands-details-top .details-top .public-note h3 {
        font-size: 20px;
    }
}
.hs-inner-brands-details .brands-details-top .details-top .public-note p {
    color: #fff;
}
.hs-inner-brands-details .brands-details-professional {
    position: relative;
    z-index: 6;

    padding-top: 60px;
}
.hs-inner-brands-details .brands-details-professional .title-professional h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    color: #2f318b;
}
.hs-inner-brands-details .brands-details-professional .number {
    margin-top: 60px;
    padding: 60px;

    background: #f5f5f5;
}
@media (max-width: 1199px) {
    .hs-inner-brands-details .brands-details-professional .number {
        margin-top: 40px;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-brands-details .brands-details-professional .number {
        padding: 20px 15px;
    }
}
.hs-inner-brands-details .brands-details-professional .number>ul>li {
    margin: 10px 0;
}
.hs-inner-brands-details .brands-details-professional .number .number-group {
    text-align: center;
}
.hs-inner-brands-details .brands-details-professional .number .number-group b {
    font-size: 60px;
    font-weight: normal;
    line-height: 1;

    display: block;

    color: #2f318b;
}
@media (max-width: 1199px) {
    .hs-inner-brands-details .brands-details-professional .number .number-group b {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .hs-inner-brands-details .brands-details-professional .number .number-group b {
        font-size: 40px;
    }
}
.hs-inner-brands-details .brands-details-professional .number .number-group b sup {
    font-size: 24px;
    line-height: 1;

    vertical-align: top;
}
.hs-inner-brands-details .brands-details-professional .number .number-group p {
    line-height: 1.5;

    max-width: 160px;
    margin: 0 auto;
    margin-top: 10px;

    color: #333;
}
.hs-inner-brands-details .brands-details-what {
    margin-top: -30px;
    padding: 120px 0 70px;

    color: #fff;
    background: url(../images/what_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px) {
    .hs-inner-brands-details .brands-details-what {
        padding: 70px 0 50px;
    }
}
.hs-inner-brands-details .brands-details-what .what-top .title-what h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33333333;
}
@media (max-width: 767px) {
    .hs-inner-brands-details .brands-details-what .what-top .title-what h2 {
        font-size: 24px;
    }
}
.hs-inner-brands-details .brands-details-what .what-top .title-what p {
    line-height: 1.5;

    margin: 0;
}
.hs-inner-brands-details .brands-details-what .what-top .hs-more a {
    background-color: #d82f35;
}
.hs-inner-brands-details .brands-details-what .what-top .hs-more a:hover {
    background-color: #2f318b;
}
.hs-inner-brands-details .brands-details-what .what>ul>li {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .hs-inner-brands-details .brands-details-what .what>ul>li {
        margin-top: 30px;
    }
}
.hs-inner-brands-details .brands-details-what .what .what-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hs-inner-brands-details .brands-details-what .what .what-group .icon {
    width: 80px;
}
.hs-inner-brands-details .brands-details-what .what .what-group .icon .flaticon {
    font-size: 50px;
}
.hs-inner-brands-details .brands-details-what .what .what-group .desc {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
}
.hs-inner-brands-details .brands-details-what .what .what-group .desc h3 {
    color: #fff;
}
.hs-inner-brands-details .brands-details-what .what .what-group .desc p {
    color: #fff;
}
.hs-inner-brands-details .brands-related-products {
    padding-top: 60px;
}
.hs-inner-brands-details .brands-related-products .public-product-group {
    text-align: center;
}
.hs-inner-brands-details .brands-related-products .list {
    margin-top: 50px;
}
@media (max-width: 1560px) {
    .hs-inner-brands-details .brands-related-products .list {
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-brands-details .brands-related-products .list {
        margin-top: 20px;
    }
}
.hs-inner-brands-details .brands-details-parameter {
    padding-top: 60px;
}
.hs-inner-brands-details .brands-details-parameter .parameter-menu {
    border-bottom: 1px solid #2f318b;
}
.hs-inner-brands-details .brands-details-parameter .parameter-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -2vw;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-brands-details .brands-details-parameter .parameter-menu ul li {
    padding: 0 2vw;
}
.hs-inner-brands-details .brands-details-parameter .parameter-menu ul li a {
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 0;

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

    color: #666;
}
@media (max-width: 767px) {
    .hs-inner-brands-details .brands-details-parameter .parameter-menu ul li a {
        font-size: 16px;
        line-height: 24px;

        padding: 5px 0;
    }
}
.hs-inner-brands-details .brands-details-parameter .parameter-menu ul li a:after {
    position: absolute;
    z-index: 4;
    bottom: -3px;
    left: 50%;

    display: block;

    width: 0;
    height: 6px;

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

    background-color: #2f318b;
}
@media (max-width: 767px) {
    .hs-inner-brands-details .brands-details-parameter .parameter-menu ul li a:after {
        display: none;
    }
}
.hs-inner-brands-details .brands-details-parameter .parameter-menu ul li.active a {
    font-size: 24px;
    font-weight: bold;

    color: #2f318b;
}
@media (max-width: 767px) {
    .hs-inner-brands-details .brands-details-parameter .parameter-menu ul li.active a {
        font-size: 16px;
    }
}
.hs-inner-brands-details .brands-details-parameter .parameter-menu ul li.active a:after {
    width: 100%;
}
.hs-inner-brands-details .brands-details-parameter .parameter-desc {
    margin-top: 40px;
}
.hs-inner-brands-details .brands-details-models {
    padding-top: 60px;
}
.hs-inner-brands-details .brands-details-models .models-info {
    margin-top: 30px;
}
.hs-inner-brands-details .brands-details-models .models-info .models-logo img {
    height: 100px;
}
.hs-inner-brands-details .brands-details-models .models-info .models-list>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -12px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-brands-details .brands-details-models .models-info .models-list>ul>li {
    width: 14.28571429%;
    margin-top: 20px;
    padding: 0 12px;
}
@media (max-width: 1199px) {
    .hs-inner-brands-details .brands-details-models .models-info .models-list>ul>li {
        width: 16.66666667%;
        margin-top: 12px;
        padding: 0 6px;
    }
}
@media (max-width: 767px) {
    .hs-inner-brands-details .brands-details-models .models-info .models-list>ul>li {
        width: 33.33333333%;
    }
}
.hs-inner-brands-details .brands-details-models .models-info .models-list .models-group {
    line-height: 24px;

    display: block;

    padding: 10px;

    text-align: center;

    color: #666;
    border: 1px solid #b4b4b4;
}
.hs-inner-contact {
    position: relative;
    z-index: 6;

    overflow: visible;

    margin-top: -30px;
}
.hs-inner-contact .contact {
    overflow: hidden;
}
.hs-inner-contact .contact .contact-group {
    padding: 40px 40px 80px;

    background: #fff;
}
@media (max-width: 1199px) {
    .hs-inner-contact .contact .contact-group {
        margin: 10px 0;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .contact .contact-group {
        padding: 20px 15px;
    }
}
.hs-inner-contact .contact .contact-group .icon {
    font-size: 18px;

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

    color: #2f318b;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-contact .contact .contact-group .icon .flaticon {
    font-size: 40px;

    margin-right: 20px;

    color: #2f318b;
}
.hs-inner-contact .contact .contact-group .icon b {
    font-weight: normal;
}
.hs-inner-contact .contact .contact-group .note {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-contact .contact .contact-group .note {
        margin-top: 20px;
    }
}
.hs-inner-contact .contact .contact-group p {
    font-size: 18px;
    line-height: 2.55555556;
}
@media (max-width: 767px) {
    .hs-inner-contact .contact .contact-group p {
        font-size: 16px;
        line-height: 30px;
    }
}
.hs-inner-contact .contact .contact-group p a {
    display: block;

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

    border-radius: 12px;
}
@media (min-width: 1200px) {
    .hs-inner-contact .contact .contact-group:hover p a {
        text-align: center;

        color: #fff;
        background: #2f318b;
    }
}
.hs-google-map {
    position: relative;
    z-index: 4;

    width: 100%;
    margin-top: -30px;
}
@media (max-width: 1199px) {
    .hs-google-map {
        margin-top: 30px;
    }
}
@media (min-width: 1200px) {
    .hs-google-map .feedback {
        position: absolute;
        z-index: 6;
        top: 50%;
        left: 12%;

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

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

        background-color: #fff;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .hs-google-map .feedback {
        left: 6%;
    }
}
@media (max-width: 1199px) {
    .hs-google-map .feedback {
        padding: 0 5%;
    }
}
.hs-google-map #map {
    height: 740px;
}
@media (max-width: 1199px) {
    .hs-google-map #map {
        height: 600px;
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .hs-google-map #map {
        height: 500px;
    }
}
@media (max-width: 767px) {
    .hs-google-map #map {
        height: 400px;
    }
}
.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: #2f318b;
}
.public-no-results .desc .public-note {
    margin-top: 20px;
}
.public-no-results .desc .public-note p {
    font-size: 18px;

    color: #666;
}
.hs-inner-honor .honor {
    position: relative;

    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-honor .honor {
        margin-top: 30px;
    }
}
.hs-inner-honor .honor .swiper-slide {
    width: auto;
}
.hs-inner-honor .honor .honor-group {
    cursor: pointer;

}
.hs-inner-honor .honor .honor-group img {
    width: auto;
    height: 260px;
    border: 6px solid #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1470px) {
    .hs-inner-honor .honor .honor-group img {
        height: 200px;
    }
}
@media (max-width: 767px) {
    .hs-inner-honor .honor .honor-group img {
        height: 150px;
    }
}
.hs-inner-honor .honor .honor-group:hover img {
    border-color: #2f318b;
}
.hs-inner-support {
    background: #f5f5f5;
}
.hs-inner-support .support-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -18px;
    margin-top: -34px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-support .support-list ul li {
    width: 25%;
    margin-top: 34px;
    padding: 0 18px;
}
@media (max-width: 1199px) {
    .hs-inner-support .support-list ul li {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .hs-inner-support .support-list ul li {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-inner-support .support-list ul li:nth-child(5) {
    width: 100%;
}
.hs-inner-support .support-list .support-group {
    position: relative;

    height: 100%;
    padding: 30px 20px 90px;

    background-color: #fff;
}
.hs-inner-support .support-list .support-group:before {
    position: absolute;
    top: 0;
    left: 20px;

    display: block;

    width: 75px;
    height: 7px;

    content: '';

    background: #2f318b;
}
.hs-inner-support .support-list .support-group .title-support {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44444444;
}
.hs-inner-support .support-list .support-group .public-note {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hs-inner-support .support-list .support-group .public-note {
        margin-top: 20px;
    }
}
.hs-inner-support .support-list .support-group .num {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;

    position: absolute;
    right: 20px;
    bottom: 20px;

    opacity: .1;
}
@media (max-width: 767px) {
    .hs-inner-support .support-list .support-group .num {
        font-size: 50px;
    }
}
.hs-inner-support .support {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    background-color: #fff;

    -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-support .support .desc {
    width: 50%;
    padding: 40px;
}
@media (max-width: 1199px) {
    .hs-inner-support .support .desc {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-support .support .desc {
        width: 100%;
    }
}
.hs-inner-support .support .desc .title-support {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44444444;
}
.hs-inner-support .support .desc .public-note {
    margin-top: 30px;
}
.hs-inner-support .support .more {
    margin-top: 30px;
}
.hs-inner-support .support .more a {
    line-height: 44px;

    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    background-color: #2f318b;
}
.hs-inner-support .support .more a:hover {
    background-color: #d82f35;
}
.hs-inner-support .support .img {
    width: 50%;
}
@media (max-width: 767px) {
    .hs-inner-support .support .img {
        width: 100%;
    }
}
.hs-inner-support .support .img img {
    width: 100%;
    height: auto !important;
}

.hs-inner-honor2 .honor .honor-group {
    padding-bottom: 90px;
}
.hs-inner-honor2 .honor .honor-group .title-honor {
    position: absolute;
    top: calc(100% - 80px);
    left: 0;
    width: 100%;
    line-height: 20px;
}
.hs-inner-product-details .parameter .parameter-content table {
    table-layout: fixed;
    /* 固定列宽 */
}
.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
}



@media (min-width: 1200px)
{
    .public-listbox2 > ul
    {
        margin: 0 -24px;
    }
}
.public-listbox2 > ul > li
{
    margin-top: 30px;
}
@media (min-width: 1200px)
{
    .public-listbox2 > ul > li
    {
        padding: 0 24px;
    }
}
.public-listbox2 .listbox-group
{
    text-align: center;
}
.public-listbox2 .listbox-group .img .ibox
{
    padding-bottom: 75%;
}
.public-listbox2 .listbox-group .img .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.public-listbox2 .listbox-group .title-listbox
{
    line-height: 1.5;

    margin-top: 14px;
}
.public-listbox2 .listbox-group .title-listbox p
{
    margin: 0;
}
@media (min-width: 1200px)
{
    .public-listbox2 .listbox-group:hover .img .ibox img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
                         