.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(RobotoFlex[GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght].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;
    background: #f4f6ff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}
@-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: 1270px;
    }
}
@media (min-width: 1470px) {
    .container {
        max-width: 1410px;
    }
}
@media (min-width: 1560px) {
    .container {
        max-width: 1470px;
    }
}
@media (min-width: 1660px) {
    .container {
        max-width: 1630px;
    }
}
@media (min-width: 1770px) {
    .con1710 {
        max-width: 1740px;
    }
}
.con1400 {
    max-width: 1440px;
}
.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: #fff;
    border-radius: 50%;
    background: #00569d;
}
@media (max-width: 1199px) {
    .swiper-button-next,
    .swiper-button-prev {
        line-height: 40px;

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

    display: block;

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

    margin-left: 30px;
}
.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 {
    background-color: #00a53d;
}
.button-white .swiper-button-prev,
.button-white .swiper-button-next {
    color: #222;
    background-color: #fff;
}
.button-white .swiper-button-prev:hover,
.button-white .swiper-button-next:hover {
    color: #fff;
    background-color: #00569d;
}
.swiper-poa .swiper-button-prev,
.swiper-poa .swiper-button-next {
    position: absolute;
    z-index: 8;
    top: 50%;

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

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

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

    width: 100%;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .hs-header-box {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
}
.hs-header-box .header-top,
.hs-header-box .header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 0 3%;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-header-box .header-top {
    color: #fff;
    background-color: #00569d;
}
@media (max-width: 767px) {
    .hs-header-box .header-top {
        display: none;
    }
}
.hs-header-box .welcome {
    font-weight: 500;
    line-height: 30px;
}
@media (max-width: 1400px) {
    .hs-header-box .welcome {
        font-size: 14px;
    }
}
.hs-header-box .welcome a {
    text-decoration: underline;
}
.hs-header-box .logo img {
    display: inline-block;

    width: auto;
    height: 70px;

    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .hs-header-box .logo img {
        height: 60px;
        padding: 5px 0;
    }
}
.hs-header-box .logo span {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;

    display: inline-block;

    vertical-align: middle;

    color: #00569d;
}
@media (max-width: 1199px) {
    .hs-header-box .logo span {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-header-box .logo span {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hs-header-box .logo span {
        display: none;
    }
}
.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 {
    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 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;
}
.hs-header-box .top-txt ul 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 li .flaticon {
        font-size: 18px;

        padding: 0 10px;
    }
}
.hs-header-box .top-txt ul li:nth-child(1) .icon {
    background-color: #00a53d;
}
.hs-header-box .top-txt ul 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: #00569d;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .hs-header-box .top-txt ul li p {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.hs-header-box .top-txt ul 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 #fff transparent;
}
.hs-header-box .top-txt ul li:hover .flaticon {
    opacity: .8;
}
.hs-header-box .top-txt ul li:hover p {
    display: block;
}
.hs-header-box .top-txt .icon {
    line-height: 36px;

    width: 36px;
    height: 36px;

    cursor: pointer;

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

    -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 .language {
    position: relative;

    margin-left: 12px;
}
.hs-header-box .language .flaticon {
    font-size: 20px;
    line-height: 1.7;

    display: block;

    padding: 0 20px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1199px) {
    .hs-header-box .language .flaticon {
        font-size: 18px;

        padding: 0 10px;
    }
}
.hs-header-box .language ul {
    line-height: 24px;

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

    display: none;

    padding: 10px;

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

    color: #00569d;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .hs-header-box .language ul {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.hs-header-box .language ul: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 #fff transparent;
}
.hs-header-box .language ul li {
    display: block;

    white-space: nowrap;
}
.hs-header-box .pc-search .search-button {
    line-height: 40px;

    cursor: pointer;
}
.hs-header-box .pc-search .search-button .flaticon {
    font-size: 20px;
}
.hs-header-box .pc-search form {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;

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

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

    background-color: #00569d;
}
@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-size: 24px;
    font-weight: bold;
    line-height: 60px;

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

    cursor: pointer;

    color: #fff;
}
@media (max-width: 1199px) {
    .hs-header-box .pc-search .close-search {
        right: 10px;
    }
}
.hs-header-box .pc-search .submit {
    font-size: 18px;
    line-height: 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 .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 10px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@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(1) {
    display: none;
}
.hs-header-box .header-nav>ul>li>a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33333333;

    position: relative;

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

    height: 60px;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1400px) {
    .hs-header-box .header-nav>ul>li>a {
        font-size: 16px;
    }
}
.hs-header-box .header-nav>ul>li>a:after {
    display: inline-block;

    margin: 0 10px;
    margin-top: -2px;

    content: '|';
    vertical-align: middle;

    color: #fff;
}
.hs-header-box .header-nav>ul>li>a:hover {
    text-decoration: underline;
}
.hs-header-box .header-nav>ul>li:last-child>a:after {
    display: none;
}
.hs-header-box .header-nav>ul>li:last-child .pc-nav-down {
    right: 0;
    left: auto;
}
.hs-header-box .header-nav>ul>li:hover>a:after {
    opacity: 1;
}
.hs-header-box .pc-nav-down {
    position: absolute;
    z-index: 9;
    top: 85%;
    left: 0;

    display: none;

    min-width: 100%;
    min-width: 220px;
    padding: 40px 20px;

    color: #fff;
    border-radius: 13px;
    background-color: #00569d;
}
.hs-header-box .pc-nav-down>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 20px;

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

    border-radius: 8px;
}
.hs-header-box .pc-nav-down>li:hover>a,
.hs-header-box .pc-nav-down>li.active>a {
    background-color: #00a53d;
}
.hs-header-box .pc-nav-down2 {
    margin-top: 20px;
}
.hs-header-box .pc-nav-down2>li {
    margin: 5px 0;
}
.hs-header-box .pc-nav-down2>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

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

    color: #666;
}
.hs-header-box .pc-nav-down2>li:hover>a {
    text-decoration: underline;

    color: #00569d;
}
.hs-header-box .pc-nav-down-product {
    width: 100%;
    padding: 30px 14%;
}
@media (max-width: 1560px) {
    .hs-header-box .pc-nav-down-product {
        padding: 30px 8%;
    }
}
.hs-header-box .pc-nav-down-product>li {
    width: 100%;
    margin: 10px 0;

    border-bottom: none;
}
.hs-header-box .pc-nav-down-product>li>a {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    position: relative;
}
@media (max-width: 1400px) {
    .hs-header-box .pc-nav-down-product>li>a {
        font-size: 20px;
        line-height: 30px;
    }
}
.hs-header-box .pc-nav-down-product>li>a:after {
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 75%;
    height: 1px;

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

    background-color: #a6a6a6;
}
@media (max-width: 1760px) {
    .hs-header-box .pc-nav-down-product>li>a:after {
        width: 68%;
    }
}
@media (max-width: 1400px) {
    .hs-header-box .pc-nav-down-product>li>a:after {
        width: 64%;
    }
}
.hs-header-box .pc-nav-down-product>li>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -20px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-header-box .pc-nav-down-product>li>ul>li {
    width: 25%;
    padding: 0 20px;
}
.hs-header-box .pc-nav-down-product>li>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 0 10px 20px;
}
.hs-header-box .pc-nav-down-product>li>ul>li>a:before {
    position: absolute;
    top: 20px;
    left: 0;

    display: block;

    width: 10px;
    height: 10px;

    content: '';

    background-color: #00569d;
}
.hs-header-box .pc-nav-down-product>li>ul>li:hover>a {
    color: #00569d;
}
.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: #00569d;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1199px) {
    .hs-header-box .product-nav {
        display: none;
    }
}
.hs-header-box .product-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hs-header-box .product-nav>ul>li {
    position: relative;
}
.hs-header-box .product-nav>ul>li>a {
    font-size: 20px;
    font-weight: 700;
    line-height: 100px;

    display: block;

    padding: 0 2vw;
}
@media (max-width: 1470px) {
    .hs-header-box .product-nav>ul>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1400px) {
    .hs-header-box .product-nav>ul>li>a {
        font-size: 17px;

        padding: 0 1vw;
    }
}
.hs-header-box .product-nav>ul>li>a:after {
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    border-width: 6px 3px 0 3px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}
.hs-header-box .product-nav>ul>li.active>a,
.hs-header-box .product-nav>ul>li:hover>a {
    text-decoration: underline;
}
.hs-header-box .product-nav .pc-nav-down {
    min-width: 100%;
    padding: 20px;
}
.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: #00569d;
}
@media (max-width: 1199px) {
    .hs-header-box .toggle-navigation {
        display: inline-block;

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

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

    width: 70%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hs-header-box .toggle-navigation a:before,
.hs-header-box .toggle-navigation a:after {
    display: block;

    height: 2px;

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

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

    height: 2px;
    margin: 4px 0;

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

    background: #fff;
}
.hs-header-box.stuck-header {
    color: #333;
    background: #fff;
    box-shadow: 0 11px 14px 0 rgba(0, 0, 0, .42);
}
.hs-header-box.stuck-header .header-nav>ul>li>a {
    height: 40px;
}
.hs-header-box.stuck-header .product-nav>ul>li>a {
    line-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;
}
.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: #00a53d;
    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: #00a53d;
}
.customer-service a:hover p {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.customer-service .service-wechat p {
    background-color: #00a53d;
}
.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: #00569d;
}
.xs-customer-service ul {
    font-size: 0;
}
.xs-customer-service ul li {
    display: inline-block;

    width: 33.33333333%;

    vertical-align: top;
}
.xs-customer-service a {
    display: block;

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

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

    display: block;
}
.banner-box {
    font-size: 0;

    position: relative;

    clear: both;
    overflow: hidden;

    width: 100%;
    padding-top: 60px;
    /* Custom styles for the progressbar pagination */
}
@media (max-width: 1199px) {
    .banner-box {
        padding-top: 30px;
    }
}
@media (max-width: 767px) {
    .banner-box {
        padding-top: 0;
    }
}
.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: 140%;
        margin-left: -20%;
    }
}
.banner-box .swiper-text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 100%;
    padding: 0 8%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1560px) {
    .banner-box .swiper-text {
        padding: 0 4%;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text {
        padding: 0 15px;
    }
}
.banner-box .swiper-text h2,
.banner-box .swiper-text p {
    overflow: hidden;
}
.banner-box .swiper-text h2 span,
.banner-box .swiper-text p span {
    display: block;

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

    opacity: 0;
}
.banner-box .swiper-text h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text h2 {
        font-size: 50px;
    }
}
@media (max-width: 1470px) {
    .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;
    }
}
.banner-box .swiper-text p {
    font-size: 20px;
    line-height: 1.5;

    margin: 0 0 20px 0;

    color: #00569d;
}
@media (max-width: 1199px) {
    .banner-box .swiper-text p {
        font-size: 18px;

        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text p {
        display: none;
    }
}
.banner-box .swiper-text-3 h2,
.banner-box .swiper-text-3 p {
    color: #fff;
}
.banner-box .swiper-slide-active .swiper-text h2 span,
.banner-box .swiper-slide-active .swiper-text p span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}
.banner-box .button-banner {
    position: absolute;
    z-index: 8;
    bottom: 5%;
    left: 0;

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

    width: 100%;
    padding: 0 3%;

    -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: 767px) {
    .banner-box .button-banner {
        bottom: 0;
    }
}
.banner-box .swiper-button-prev,
.banner-box .swiper-button-next {
    line-height: 51px;

    left: 0;

    display: inline-block;

    width: 55px;
    height: 55px;

    vertical-align: middle;

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

        width: 30px;
        height: 30px;

        border-width: 1px;
    }
}
.banner-box .swiper-button-prev .flaticon,
.banner-box .swiper-button-next .flaticon {
    font-size: 30px;
}
@media (max-width: 767px) {
    .banner-box .swiper-button-prev .flaticon,
    .banner-box .swiper-button-next .flaticon {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-button-next {
        margin-left: 10px;
    }
}
.banner-box .swiper-pagination {
    position: relative;
    bottom: 0;
}
.banner-box .swiper-pagination-fraction {
    font-size: 30px;

    left: auto;

    display: inline-block;

    width: auto;

    color: #fff;
}
.banner-box .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 30px;
}
.banner-box .swiper-pagination-progressbar {
    position: relative;

    width: 80%;
    height: 1px;

    background-color: rgba(255, 255, 255, .2);
}
@media (max-width: 1199px) {
    .banner-box .swiper-pagination-progressbar {
        width: 70%;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-pagination-progressbar {
        width: 45%;
    }
}
.banner-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 1px;

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

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

    overflow: hidden;
}
.banner-inner img {
    width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .banner-inner img {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-inner .banner-group {
    position: relative;
}
.banner-inner .group-text {
    position: absolute;
    z-index: 8;
    top: -webkit-calc(50% + 50px);
    top: calc(50% + 50px);
    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 .group-text .title-banner h2 {
    font-size: 48px;
    font-weight: bold;
}
@media (max-width: 1560px) {
    .banner-inner .group-text .title-banner h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .banner-inner .group-text .title-banner h2 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .banner-inner .group-text .title-banner h2 {
        font-size: 30px;
    }
}
.banner-products {
    padding: 0 3%;
    padding-top: 160px;
}
@media (max-width: 1199px) {
    .banner-products {
        padding-top: 90px;
    }
}
@media (max-width: 767px) {
    .banner-products {
        padding-top: 0;
    }
}
.banner-products .banner-group {
    position: relative;

    overflow: hidden;

    border-radius: 29px;
}
@media (max-width: 991px) {
    .banner-products .banner-group {
        border-radius: 10px;
    }
}
.banner-products .banner-group img {
    width: 100%;
    height: auto;
}
.banner-products .banner-group .group-text {
    position: absolute;
    z-index: 6;
    top: 50%;

    width: 100%;
    padding: 0 6%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-products .banner-group .group-text .title-banner h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.11111111;

    color: #00569d;
}
@media (max-width: 1199px) {
    .banner-products .banner-group .group-text .title-banner h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .banner-products .banner-group .group-text .title-banner h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner-products .banner-group .group-text .title-banner h2 {
        font-size: 20px;
    }
}
.banner-products .banner-group .group-text-white {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-pad {
    overflow: hidden;

    padding: 120px 0;
}
@media (max-width: 1560px) {
    .hs-pad {
        padding: 100px 0;
    }
}
@media (max-width: 1199px) {
    .hs-pad {
        padding: 60px 0;
    }
}
@media (max-width: 767px) {
    .hs-pad {
        padding: 40px 0;
    }
}
.hs-more {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .hs-more {
        margin-top: 20px;
    }
}
.hs-more a,
.hs-more span {
    font-size: 14px;
    font-weight: 500;
    line-height: 66px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 17px;
    background-color: #00569d;
}
@media (max-width: 1560px) {
    .hs-more a,
    .hs-more span {
        line-height: 50px;
    }
}
@media (max-width: 1199px) {
    .hs-more a,
    .hs-more span {
        line-height: 40px;

        min-width: 150px;
    }
}
.hs-more a:hover,
.hs-more span:hover {
    background-color: #00a53d;
}
.title-home h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;

    color: #00569d;
}
@media (max-width: 1470px) {
    .title-home h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .title-home h2 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .title-home h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title-home h2 {
        font-size: 26px;
    }
}
.title-home h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;

    color: #00a53d;
}
.title-home p {
    font-size: 16px;
    line-height: 1.625;

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

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

    margin: 0;
}
@media (max-width: 1199px) {
    .public-note p {
        font-size: 15px;
        line-height: 24px;
    }
}
.public-note img {
    max-width: 100%;
    height: auto !important;
}
.public-note-big p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 1470px) {
    .public-note-big p {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .public-note-big p {
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .public-note-big p {
        font-size: 14px;
    }
}
@-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);
    }
}
@media (min-width: 1200px) {
    .hs-home-category .category>ul {
        margin: 0 -30px;
    }
    .hs-home-category .category>ul>li {
        padding: 0 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category>ul>li {
        margin: 10px 0;
    }
}
.hs-home-category .category .category-group {
    position: relative;

    overflow: hidden;

    border-radius: 38px;
}
@media (max-width: 1199px) {
    .hs-home-category .category .category-group {
        border-radius: 20px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category .category-group {
        border-radius: 10px;
    }
}
.hs-home-category .category .category-group .ibox {
    padding-bottom: 120.75471698%;
}
.hs-home-category .category .category-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-home-category .category .category-group .mask {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;

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

    width: 100%;
    height: 100%;
    padding: 20px 20px 60px 20px;

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

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1470px) {
    .hs-home-category .category .category-group .mask {
        padding-bottom: 20px;
    }
}
.hs-home-category .category .category-group .title-category {
    font-size: 30px;
    font-weight: 700;

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

    width: 100%;
    height: 96px;
    padding: 0 5%;

    color: #00569d;
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 12px 19px 0 rgba(0, 86, 157, .35);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1560px) {
    .hs-home-category .category .category-group .title-category {
        font-size: 24px;
    }
}
@media (max-width: 1470px) {
    .hs-home-category .category .category-group .title-category {
        font-size: 22px;

        height: 70px;
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category .category-group .title-category {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-home-category .category .category-group .title-category {
        font-size: 18px;

        height: 60px;
    }
}
.hs-home-category .category .category-group .public-note {
    display: -webkit-box;
    overflow: hidden;

    max-height: 150px;
    margin-top: 50px;
    padding: 0 5%;

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

    opacity: 0;
    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 1560px) {
    .hs-home-category .category .category-group .public-note {
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category .category-group .public-note {
        display: none;
    }
}
.hs-home-category .category .category-group .public-note p {
    font-weight: 500;
}
.hs-home-category .category .category-group .more a {
    font-size: 30px;
    font-weight: 500;
    line-height: 62px;

    display: block;

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

    text-align: center;

    color: #00569d;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 19px 0 rgba(0, 86, 157, .35);
}
@media (max-width: 1199px) {
    .hs-home-category .category .category-group .more a {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 991px) {
    .hs-home-category .category .category-group .more a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
@media (min-width: 1200px) {
    .hs-home-category .category .category-group:hover .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .hs-home-category .category .category-group:hover .mask {
        background-color: rgba(0, 86, 157, .7);
    }
    .hs-home-category .category .category-group:hover .public-note {
        opacity: 1;
    }
}
.hs-home-why {
    position: relative;
    z-index: 8;
}
@media (min-width: 1400px) {
    .hs-home-why .why>ul {
        margin: 0 -30px;
    }
    .hs-home-why .why>ul>li {
        padding: 0 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-why .why>ul {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.hs-home-why .why>ul>li {
    margin-top: 60px;
}
@media (max-width: 1560px) {
    .hs-home-why .why>ul>li {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-why .why>ul>li {
        margin-top: 10px;
        padding: 0 5px;
    }
}
.hs-home-why .why .why-group {
    height: 100%;
    padding: 50px;

    text-align: center;

    border-radius: 30px;
    background: #fff;
}
@media (max-width: 1560px) {
    .hs-home-why .why .why-group {
        padding: 30px;
    }
}
@media (max-width: 1199px) {
    .hs-home-why .why .why-group {
        padding: 20px;

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

        border-radius: 10px;
    }
}
.hs-home-why .why .why-group .num {
    font-size: 60px;
    line-height: 1;

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

    color: #666;
}
@media (max-width: 1199px) {
    .hs-home-why .why .why-group .num {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .hs-home-why .why .why-group .num {
        font-size: 40px;
    }
}
.hs-home-why .why .why-group .num b {
    font-weight: 300;
}
.hs-home-why .why .why-group .num sub {
    font-size: 30px;
}
@media (max-width: 1199px) {
    .hs-home-why .why .why-group .num sub {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .hs-home-why .why .why-group .num sub {
        font-size: 20px;
    }
}
.hs-home-why .why .why-group .title-why {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;

    margin-top: 20px;

    color: #00569d;
}
.hs-home-why .why .why-group:hover .num {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.hs-home-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: -100px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .hs-home-about {
        margin-top: 50px;
    }
}
.hs-home-about .about {
    position: relative;
    z-index: 6;

    width: 50%;
    padding-top: 60px;
    padding-left: 10%;
}
@media (max-width: 1470px) {
    .hs-home-about .about {
        padding-left: 8%;
    }
}
@media (max-width: 991px) {
    .hs-home-about .about {
        width: 100%;
        padding-left: 7%;
    }
}
@media (max-width: 767px) {
    .hs-home-about .about {
        padding: 0 15px;
    }
}
.hs-home-about .about .about-note {
    margin-top: 60px;
}
@media (max-width: 1400px) {
    .hs-home-about .about .about-note {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-about .about .about-note {
        margin-top: 20px;
    }
}
.hs-home-about .about .hs-more {
    margin-top: 60px;
}
@media (max-width: 1400px) {
    .hs-home-about .about .hs-more {
        margin-top: 30px;
    }
}
.hs-home-about .img {
    width: 50%;
}
@media (max-width: 991px) {
    .hs-home-about .img {
        width: 100%;
    }
}
.hs-home-about .img img {
    width: 100%;
    height: auto;
}
@media (max-width: 1560px) {
    .hs-home-about .img img {
        width: 140%;
        margin-left: -40%;
    }
}
@media (max-width: 991px) {
    .hs-home-about .img img {
        width: 100%;
        margin: 0;
    }
}
.hs-home-customize {
    background: url(../images/customize_bg.webp) no-repeat center;
    background-size: cover;
}
.hs-home-customize .customize {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    color: #fff;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .hs-home-customize .customize {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-home-customize .customize .desc {
    padding-right: 5%;
}
@media (max-width: 1199px) {
    .hs-home-customize .customize .desc {
        padding-right: 3%;
    }
}
@media (max-width: 767px) {
    .hs-home-customize .customize .desc {
        padding-right: 0;
    }
}
.hs-home-customize .customize .desc p,
.hs-home-customize .customize .desc h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;

    margin: 0;

    /*text-shadow: 0 7px 13px rgba(0, 86, 157, .6);*/
}
@media (max-width: 1199px) {
    .hs-home-customize .customize .desc p,
    .hs-home-customize .customize .desc h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-home-customize .customize .desc p,
    .hs-home-customize .customize .desc h3 {
        font-size: 18px;
    }
}
.hs-home-customize .customize .desc h3 {
    font-size: 36px;
}
@media (max-width: 1560px) {
    .hs-home-customize .customize .desc h3 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .hs-home-customize .customize .desc h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-home-customize .customize .desc h3 {
        font-size: 20px;
    }
}
.hs-home-customize .customize .desc h3 a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 2px;
}
.hs-home-customize .customize .desc h3 a:hover span {
    background-size: 100% 2px;
}
.hs-home-customize .customize .hs-more {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-home-customize .customize .hs-more a {
    background-color: #00a53d;
}
.hs-home-customize .customize .hs-more a:hover {
    color: #00a53d;
    background-color: #fff;
}
.hs-home-solutions .solutions-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
}
@media (max-width: 991px) {
    .hs-home-solutions .solutions-content {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}
.hs-home-solutions .solutions-menu {
    margin-top: 30px;
}
.hs-home-solutions .solutions-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -30px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions-menu>ul {
        margin: 0 -15px;
    }
}
.hs-home-solutions .solutions-menu a {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;

    display: block;

    padding: 0 30px;

    text-align: center;

    color: #6f6f6f;
}
@media (max-width: 1560px) {
    .hs-home-solutions .solutions-menu a {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions-menu a {
        font-size: 18px;

        padding: 0 15px;
    }
}
.hs-home-solutions .solutions-menu a:before {
    display: block;

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

    content: '';

    opacity: 0;
    border-width: 0 5px 10px 5px;
    border-style: solid;
    border-color: transparent transparent #00569d transparent;

    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
@media (max-width: 991px) {
    .hs-home-solutions .solutions-menu a:before {
        display: none;
    }
}
@media (max-width: 991px) {
    .hs-home-solutions .solutions-menu a:after {
        display: block;

        width: 0;
        height: 0;
        margin: 0 auto;

        content: '';

        opacity: 0;
        border-width: 10px 5px 0 5px;
        border-style: solid;
        border-color: #00569d transparent transparent transparent;
    }
}
.hs-home-solutions .solutions-menu a .flaticon {
    font-size: 50px;
    line-height: 1;

    display: block;

    margin-bottom: 10px;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.hs-home-solutions .solutions-menu .active a {
    font-weight: 900;

    color: #00569d;
}
.hs-home-solutions .solutions-menu .active a:before {
    opacity: 1;
}
@media (max-width: 991px) {
    .hs-home-solutions .solutions-menu .active a:after {
        opacity: 1;
    }
}
.hs-home-solutions .solutions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 50px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (max-width: 991px) {
    .hs-home-solutions .solutions {
        margin-top: 20px;
    }
}
.hs-home-solutions .solutions .solutions-pic {
    width: 80%;
}
@media (max-width: 991px) {
    .hs-home-solutions .solutions .solutions-pic {
        width: 100%;
    }
}
.hs-home-solutions .solutions .solutions-pic .img {
    overflow: hidden;

    border-radius: 30px;
}
@media (max-width: 1199px) {
    .hs-home-solutions .solutions .solutions-pic .img {
        border-radius: 20px;
    }
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions .solutions-pic .img {
        border-radius: 10px;
    }
}
.hs-home-solutions .solutions .solutions-pic .img .ibox {
    padding-bottom: 34.48275862%;
}
.hs-home-solutions .solutions .solutions-text {
    position: relative;
    z-index: 3;

    width: 50%;
    margin-left: -30%;
    padding: 60px;

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

    color: #f4f6ff;
    border-radius: 30px;
    background-color: #00569d;
}
@media (max-width: 1560px) {
    .hs-home-solutions .solutions .solutions-text {
        width: 40%;
        margin-left: -20%;
        padding: 30px;
    }
}
@media (max-width: 1199px) {
    .hs-home-solutions .solutions .solutions-text {
        border-radius: 20px;
    }
}
@media (max-width: 991px) {
    .hs-home-solutions .solutions .solutions-text {
        width: 100%;
        margin: 0;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions .solutions-text {
        padding: 20px 15px;

        border-radius: 10px;
    }
}
.hs-home-solutions .solutions .solutions-text .title-solutions {
    font-size: 24px;
    font-weight: 900;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .hs-home-solutions .solutions .solutions-text .title-solutions {
        font-size: 20px;
    }
}
.hs-home-solutions .solutions .solutions-text .title-solutions span {
    font-size: 16px;

    color: #00a53d;
}
.hs-home-solutions .solutions .solutions-text .public-note {
    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin-top: 40px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px) {
    .hs-home-solutions .solutions .solutions-text .public-note {
        height: 48px;
    }
}
@media (max-width: 991px) {
    .hs-home-solutions .solutions .solutions-text .public-note {
        margin-top: 20px;
    }
}
.hs-home-solutions .solutions .solutions-text .more {
    margin-top: 100px;
}
@media (max-width: 1560px) {
    .hs-home-solutions .solutions .solutions-text .more {
        margin-top: 60px;
    }
}
@media (max-width: 991px) {
    .hs-home-solutions .solutions .solutions-text .more {
        margin-top: 30px;
    }
}
.hs-home-solutions .solutions .solutions-text .more a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.hs-home-solutions .solutions .solutions-text .more a:hover span {
    background-size: 100% 1px;
}
.hs-home-news .news {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-home-news .news {
        margin-top: 30px;
    }
}
.hs-home-news .news .news-group {
    position: relative;

    display: block;
}
.hs-home-news .news .news-group .ibox {
    padding-bottom: 80%;

    border-radius: 33px;
}
@media (max-width: 1199px) {
    .hs-home-news .news .news-group .ibox {
        border-radius: 20px;
    }
}
@media (max-width: 767px) {
    .hs-home-news .news .news-group .ibox {
        border-radius: 10px;
    }
}
.hs-home-news .news .news-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-home-news .news .news-group .desc {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .hs-home-news .news .news-group .desc {
        margin-top: 15px;
    }
}
.hs-home-news .news .news-group .desc .title-news {
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hs-home-news .news .news-group .desc .date {
    line-height: 1.5;

    margin-top: 30px;

    color: #00569d;
}
@media (max-width: 991px) {
    .hs-home-news .news .news-group .desc .date {
        margin-top: 15px;
    }
}
.hs-home-news .news .news-group:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-home-news .news .news-group:hover .title-news {
    color: #00569d;
}
.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: 70px 0;
}
@media (max-width: 1560px) {
    .hs-inner {
        padding: 60px 0;
    }
}
@media (max-width: 1199px) {
    .hs-inner {
        padding: 40px 0;
    }
}
.title-inner h2 {
    font-size: 30px;
    font-weight: 900;

    color: #00569d;
}
.hs-inner-title {
    padding: 170px 0 40px;

    border-bottom: 1px solid rgba(0, 86, 157, .3);
}
@media (max-width: 1199px) {
    .hs-inner-title {
        padding: 80px 0 20px;
    }
}
.hs-inner-location .location {
    color: #00569d;
}
.hs-inner-location .location ul {
    position: relative;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-location .location ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-location .location ul li:after {
    display: inline-block;

    margin: 0 10px;

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

    display: block;

    text-transform: uppercase;
}
.hs-inner-location .location ul li a:hover {
    text-decoration: underline;
}
@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: #00569d;
}
.hs-inner-top .hs-inner-location .location ul {
    position: relative;
    z-index: 6;

    color: #fff;
}
.hs-inner-menu {
    padding-top: 40px;
}
.hs-inner-menu .inner-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -40px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .hs-inner-menu .inner-menu>ul {
        margin: 0 -20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-menu .inner-menu>ul {
        margin: 0 -15px;
    }
}
.hs-inner-menu .inner-menu>ul>li {
    padding: 0 40px;
}
@media (max-width: 1199px) {
    .hs-inner-menu .inner-menu>ul>li {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-menu .inner-menu>ul>li {
        padding: 0 15px;
    }
}
.hs-inner-menu .inner-menu>ul>li>a {
    font-size: 22px;
    line-height: 1.66666667;

    position: relative;

    display: block;

    padding: 10px 0;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1560px) {
    .hs-inner-menu .inner-menu>ul>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-menu .inner-menu>ul>li>a {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hs-inner-menu .inner-menu>ul>li>a {
        font-size: 16px;
    }
}
.hs-inner-menu .inner-menu>ul>li>a:after {
    position: absolute;
    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: #00569d;
}
.hs-inner-menu .inner-menu>ul>li.active>a,
.hs-inner-menu .inner-menu>ul>li:hover>a {
    color: #00569d;
}
.hs-inner-menu .inner-menu>ul>li.active>a:after,
.hs-inner-menu .inner-menu>ul>li:hover>a:after {
    width: 100%;
}
.public-products {
    position: relative;
}
.public-product-left {
    position: relative;

    overflow: hidden;

    width: 335px;
}
@media (max-width: 1400px) {
    .public-product-left {
        width: 300px;
    }
}
@media (max-width: 1199px) {
    .public-product-left {
        position: fixed;
        z-index: 9;
        top: 240px;
        left: 0;

        width: 35px;
    }
}
.public-product-right {
    width: -webkit-calc(100% - 335px);
    width: calc(100% - 335px);
    padding: 60px 0 60px 3%;
}
@media (max-width: 1400px) {
    .public-product-right {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}
@media (max-width: 1199px) {
    .public-product-right {
        width: 100%;
        padding: 30px 15px 50px 15px;
    }
}
.hidemenu .public-product-left {
    width: 35px;
}
@media (max-width: 1199px) {
    .hidemenu .public-product-left {
        width: 300px;
    }
}
.hidemenu .public-product-left .menunav1 {
    border: none;
}
.hidemenu .public-product-right {
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
}
@media (max-width: 1199px) {
    .hidemenu .public-product-right {
        width: 100%;
    }
}
.products-menu .openmenu {
    position: absolute;
    top: 60px;
    right: 0;

    width: 35px;
    padding: 10px 0;

    cursor: pointer;
    text-align: center;

    color: #d6e1ea;
    background: #547898;
}
@media (max-width: 1199px) {
    .products-menu .openmenu {
        top: 0;
    }
}
.products-menu .openmenu img {
    width: 85%;
    margin: 0 auto;
}
.products-menu .openmenu span {
    margin-top: 10px;

    -ms-writing-mode: tb-rl;

    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.products-menu .menunav1 {
    overflow: hidden;

    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
    height: 100%;
    padding: 60px 0;

    border-right: 1px solid rgba(0, 86, 157, .3);
}
@media (max-width: 1199px) {
    .products-menu .menunav1 {
        padding: 0;

        border: none;
        background: #f5f5f5;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
.products-menu .menunav1>li {
    position: relative;

    margin-bottom: 3px;
}
.products-menu .menunav1>li:last-child {
    margin-bottom: 0;
}
.products-menu .menunav1>li .nav1-open {
    line-height: 60px;

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

    display: none;

    width: 40px;

    cursor: pointer;
    text-align: center;

    color: #fff;
}
.products-menu .menunav1>li .nav1-open:before {
    font-size: 18px;

    content: '+';
}
.products-menu .menunav1>li.more .nav1-open {
    display: block;
}
.products-menu .menunav1>li>a {
    font-size: 18px;
    line-height: 1.66666667;

    display: block;

    padding: 15px 40px 15px 20px;

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

    color: #fff;
    background-color: #00569d;
}
@media (max-width: 1400px) {
    .products-menu .menunav1>li>a {
        font-size: 16px;
    }
}
.products-menu .menunav1>li.active>a,
.products-menu .menunav1>li:hover>a {
    background: #547898;
}
.products-menu .menunav1>li.active .nav1-open:before {
    content: '-';
}
.products-menu .menunav2 {
    display: none;

    padding: 30px 20px;
}
@media (max-width: 1199px) {
    .products-menu .menunav2 {
        padding: 20px 14px;
    }
}
.products-menu .menunav2>li {
    position: relative;
}
.products-menu .menunav2>li .nav2-open {
    position: absolute;
    top: 0;
    right: 0;

    display: none;

    width: 40px;
    height: 50px;

    cursor: pointer;
    text-align: center;

    color: #fff;
}
.products-menu .menunav2>li .nav2-open:before {
    position: absolute;
    top: 20px;
    right: 10px;

    display: block;

    width: 0;
    height: 0;

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

    border-width: 10px 5px 0 5px;
    border-style: solid;
    border-color: #00569d transparent transparent transparent;
}
.products-menu .menunav2>li>a {
    font-size: 18px;
    line-height: 1.66666667;

    display: block;

    padding: 10px 30px 10px 0;

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

    color: #00569d;
}
@media (max-width: 1400px) {
    .products-menu .menunav2>li>a {
        font-size: 16px;
    }
}
.products-menu .menunav2>li.more .nav2-open {
    display: block;
}
.products-menu .menunav2>li:hover .nav2-open:before {
    border-color: #00a53d transparent transparent transparent;
}
.products-menu .menunav2>li:hover>a {
    color: #00a53d;
}
.products-menu .menunav2>li.active .nav2-open:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.products-menu .menunav3 {
    display: none;

    padding: 10px;
}
.products-menu .menunav3>li>a {
    font-size: 16px;
    line-height: 1.625;

    position: relative;

    display: block;

    padding: 5px 0 5px 20px;

    color: #555;
}
@media (max-width: 1400px) {
    .products-menu .menunav3>li>a {
        font-size: 15px;
    }
}
.products-menu .menunav3>li>a:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 1px;
    height: 13px;

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

    background-color: #00569d;
}
.products-menu .menunav3>li>a:after {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 6px;
    height: 1px;

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

    background-color: #00569d;
}
.products-menu .menunav3>li:hover>a,
.products-menu .menunav3>li.active>a {
    color: #00569d;
}
.hs-inner-about {
    position: relative;
    z-index: 8;

    overflow: visible;

    background: url(../images/logo-white.webp) no-repeat 80% 300px;
}
.hs-inner-about .about {
    width: 60%;
    margin-top: -200px;
    padding: 60px;

    color: #fff;
    border-radius: 36px;
    background-color: #00569d;
}
@media (max-width: 1470px) {
    .hs-inner-about .about {
        margin-top: -150px;
        padding: 40px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-about .about {
        width: 100%;
        margin-top: 50px;
    }
}
@media (max-width: 991px) {
    .hs-inner-about .about {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about {
        margin-top: 30px;
        padding: 30px 15px;
    }
}
.hs-inner-about .about .public-note p {
    line-height: 24px;
}
.hs-inner-about .about .title-inner h2 {
    color: #fff;
}
.hs-inner-about .about .desc {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-about .about .desc {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about .desc {
        margin-top: 20px;
    }
}
.hs-inner-why .why .why-group .num b,
.hs-inner-why .why .why-group .num .flaticon {
    color: #00569d;
}
.hs-inner-why .why .why-group .title-why {
    color: #333;
}
.hs-inner-factory .factory {
    position: relative;

    margin-top: 50px;
}
@media (max-width: 991px) {
    .hs-inner-factory .factory {
        margin-top: 30px;
    }
}
.hs-inner-factory .factory .factory-group {
    cursor: pointer;
}
.hs-inner-factory .factory .factory-group .ibox {
    padding-bottom: 75%;

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

    opacity: .5;
}
.hs-inner-factory .factory .swiper-slide-active .factory-group .ibox {
    opacity: 1;
}
.hs-inner-factory .factory .swiper-button-prev {
    left: -webkit-calc(33% - 35px);
    left: calc(33% - 35px);
}
@media (max-width: 1199px) {
    .hs-inner-factory .factory .swiper-button-prev {
        left: -webkit-calc(33% - 25px);
        left: calc(33% - 25px);
    }
}
@media (max-width: 767px) {
    .hs-inner-factory .factory .swiper-button-prev {
        left: 0;
    }
}
.hs-inner-factory .factory .swiper-button-next {
    right: -webkit-calc(33% - 35px);
    right: calc(33% - 35px);
}
@media (max-width: 1199px) {
    .hs-inner-factory .factory .swiper-button-next {
        right: -webkit-calc(33% - 25px);
        right: calc(33% - 25px);
    }
}
@media (max-width: 767px) {
    .hs-inner-factory .factory .swiper-button-next {
        right: 0;
    }
}
.hs-inner-factory-list {
    padding-top: 40px;
}
.hs-inner-factory-list .factory-list>ul>li {
    margin-top: 30px;
}
.hs-inner-factory-list .factory-list .factory-group {
    display: block;

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

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

    text-align: center;
}
.public-product-group .img {
    overflow: hidden;

    border-radius: 27px;
}
.public-product-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-product-group .title-product {
    position: relative;
    z-index: 6;

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

    margin-top: -45px;
    padding: 25px;

    border-radius: 26px;
    background: #fff;
    box-shadow: 0 10px 12px 0 rgba(12, 116, 234, .09);

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .public-product-group .title-product {
        margin-top: -35px;
        padding: 15px 20px;
    }
}
@media (max-width: 1199px) {
    .public-product-group .title-product {
        margin-top: -25px;
        padding: 10px 15px;
        border-radius: 10px;
    }
}
.public-product-group .title-product h3 {
    font-size: 16px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .public-product-group .title-product h3 {
        line-height: 30px;

        height: 30px;
    }
}
.public-product-group .title-product .flaticon {
    line-height: 40px;

    width: 40px;
    height: 40px;

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

    border-radius: 50%;
    flex-shrink: 0;
}
@media (max-width: 1199px) {
    .public-product-group .title-product .flaticon {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
@media (min-width: 1200px) {
    .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: #00569d;
    }
    .public-product-group:hover .title-product .flaticon {
        color: #fff;
        background-color: #00569d;
    }
}
@media (min-width: 1200px) {
    .hs-inner-products .products {
        margin-top: -40px;
    }
    .hs-inner-products .products>ul {
        margin: 0 -20px;
    }
    .hs-inner-products .products>ul>li {
        margin-top: 40px;
        padding: 0 20px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-products .products>ul {
        margin-top: -50px;
    }
    .hs-inner-products .products>ul>li {
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .hs-inner-products .products>ul {
        margin: 0 -5px;
        margin-top: -30px;
    }
    .hs-inner-products .products>ul>li {
        margin-top: 30px;
        padding: 0 5px;
    }
}
.hs-inner-product-details {
    padding-top: 160px;
    padding-bottom: 0;
}
@media (max-width: 1199px) {
    .hs-inner-product-details {
        padding-top: 90px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details {
        padding-top: 0;
    }
}
.hs-inner-product-details .product-details {
    width: 100%;
    padding: 60px 0;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details {
        padding: 30px 0;
    }
}
.hs-inner-product-details .product-details .details-imgbox {
    position: relative;
    z-index: 4;

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

    width: 50%;
    height: 100%;
    padding-left: 10%;

    border-radius: 25px;
    background: #fff;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .details-imgbox {
        width: 100%;
        padding-left: 20%;
    }
}
.hs-inner-product-details .product-details .details-imgbox .zoom {
    cursor: crosshair;
}
.hs-inner-product-details .product-details .details-imgbox .product-big {
    position: relative;

    overflow: hidden;

    width: 100%;

    border-radius: 25px;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-imgbox .product-big {
        border-radius: 15px;
    }
}
.hs-inner-product-details .product-details .details-imgbox .icon {
    line-height: 30px;

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

    width: 30px;
    height: 30px;

    text-align: center;

    border-radius: 25px;
    background-color: rgba(173, 167, 182, .2);
}
.hs-inner-product-details .product-details .details-imgbox .icon img {
    width: 100%;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-imgbox .icon .flaticon {
        font-size: 14px;
    }
}
.hs-inner-product-details .product-details .product-small {
    position: absolute;
    left: 0;

    width: 20%;
    height: 100%;
    padding: 50px 20px;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .product-small {
        padding: 20px 10px;
    }
}
.hs-inner-product-details .product-details .product-small .swiper-product-small {
    font-size: 0;

    height: 100%;
}
.hs-inner-product-details .product-details .product-small .pro-group {
    overflow: hidden;

    border: 1px solid #fff;
    border-radius: 25px;
}
@media (max-width: 1560px) {
    .hs-inner-product-details .product-details .product-small .pro-group {
        border-radius: 15px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .product-small .pro-group {
        border-radius: 5px;
    }
}
.hs-inner-product-details .product-details .product-small .swiper-button-prev,
.hs-inner-product-details .product-details .product-small .swiper-button-next {
    position: absolute;
    top: 10px;
    left: 50%;

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

    width: 60px;
    height: 30px;

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

    background: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .product-small .swiper-button-prev,
    .hs-inner-product-details .product-details .product-small .swiper-button-next {
        top: -5px;
    }
}
.hs-inner-product-details .product-details .product-small .swiper-button-prev:before,
.hs-inner-product-details .product-details .product-small .swiper-button-next:before {
    display: block;

    width: 0;
    height: 0;

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

    border-width: 0 4px 8px 4px;
    border-style: solid;
    border-color: transparent transparent #afafaf transparent;
}
.hs-inner-product-details .product-details .product-small .swiper-button-prev:hover:before,
.hs-inner-product-details .product-details .product-small .swiper-button-next:hover:before {
    border-color: transparent transparent #00569d transparent;
}
.hs-inner-product-details .product-details .product-small .swiper-button-next {
    top: auto;
    bottom: 20px;

    margin: 0;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .product-small .swiper-button-next {
        bottom: 0;
    }
}
.hs-inner-product-details .product-details .product-small .swiper-button-next:before {
    width: 0;
    height: 0;

    content: '';

    border-width: 8px 4px 0 4px;
    border-style: solid;
    border-color: #afafaf transparent transparent transparent;
}
.hs-inner-product-details .product-details .product-small .swiper-button-next:hover:before {
    border-color: #00569d transparent transparent transparent;
}
.hs-inner-product-details .product-details .product-small .swiper-slide-thumb-active .pro-group {
    border-color: #00569d;
}
.hs-inner-product-details .product-details .details-content {
    position: relative;
    z-index: 4;

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

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

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .details-content {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
}
.hs-inner-product-details .product-details .details-content .title-details h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;

    margin: 20px 0 0 0;

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

    margin-top: 30px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-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 .product-details .details-content .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-product-details .product-details .details-content .inquiry,
.hs-inner-product-details .product-details .details-content .contact {
    line-height: 60px;

    display: inline-block;

    padding: 0 40px;

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

    color: #fff;
    border: 2px solid #00569d;
    border-radius: 9px;
    background-color: #00569d;
}
@media (max-width: 1560px) {
    .hs-inner-product-details .product-details .details-content .inquiry,
    .hs-inner-product-details .product-details .details-content .contact {
        line-height: 50px;

        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-content .inquiry,
    .hs-inner-product-details .product-details .details-content .contact {
        line-height: 40px;
    }
}
.hs-inner-product-details .product-details .details-content .inquiry:hover,
.hs-inner-product-details .product-details .details-content .contact:hover {
    color: #fff;
    border-color: #00a53d;
    background-color: #00a53d;
}
.hs-inner-product-details .product-details .details-content .inquiry {
    margin-right: 20px;
}
@media (max-width: 1400px) {
    .hs-inner-product-details .product-details .details-content .inquiry {
        margin-right: 10px;
    }
}
.hs-inner-product-details .product-details .details-content .contact {
    color: #00a53d;
    border-color: #00a53d;
    background: none;
}
.hs-inner-product-details .product-details .details-content .share {
    margin: 10px 0;
}
.hs-inner-product-details .product-details-content {
    padding: 0 0 80px 0;

    border-radius: 69px 69px 0 0;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details-content {
        padding-bottom: 50px;

        border-radius: 30px 30px 0 0;
    }
}
.hs-inner-product-details .title-product-details {
    /* padding: 15px 40px;

    color: #fff;
    border-radius: 24px;
    background-color: #00569d; */
    color: #00569d;
    border-bottom: 1px solid #00569d;
}
/* @media (max-width: 1199px) {
    .hs-inner-product-details .title-product-details {
        padding: 15px 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .title-product-details {
        padding: 15px;

        border-radius: 10px;
    }
} */
.hs-inner-product-details .title-product-details h3 {
    font-size: 24px;
    line-height: 1.25;

    margin: 0;
    display: flex;
    align-items: center;
}
.hs-inner-product-details .title-product-details .flaticon {
    font-size: 30px;
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    margin-right: 10px;
}
.hs-inner-product-details .title-product-details .flaticon:after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #00569d;
    position: absolute;
    bottom: -2px;
    z-index: 6;
    left: 0;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .title-product-details h3 {
        font-size: 20px;
    }
}
.hs-inner-product-details .parameter {
    padding-top: 80px;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .parameter {
        padding-top: 60px;
    }
}
.hs-inner-product-details .parameter-content {
    padding: 40px 5px 0 5px;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .parameter-content {
        padding: 40px 5px 0 5px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .parameter-content {
        padding: 40px 0 0 0;
    }
}
.hs-inner-product-details .parameter-content img {
    max-width: 100%;
    height: auto !important;
}
.hs-inner-product-details .parameter-content .table_a {
    overflow-x: auto;

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

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

    text-align: center;

    background-color: #fff;
}
@media (max-width: 991px) {
    .hs-inner-product-details .parameter-content table {
        font-size: 15px;
    }
}
.hs-inner-product-details .parameter-content table tr th {
    font-weight: normal;

    color: #fff;
    background: #00569d;
}
.hs-inner-product-details .parameter-content table tr th,
.hs-inner-product-details .parameter-content table tr td {
    padding: 15px;

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

    border: 1px solid #8fbbdf;
}
@media (max-width: 767px) {
    .hs-inner-product-details .parameter-content table tr th,
    .hs-inner-product-details .parameter-content table tr td {
        padding: 10px;
    }
}
.hs-inner-product-details .parameter-content h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
}
.hs-inner-product-details .feedback {
    margin-top: 80px;

    border-radius: 24px;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .feedback {
        margin-top: 60px;
    }
}
.hs-inner-product-details .feedback .feedbackform {
    padding: 30px 50px;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .feedback .feedbackform {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .feedback .feedbackform {
        padding: 20px 15px;
    }
}
@media (min-width: 1200px) {
    .hs-inner-product-details .feedback .feedbackform ul {
        margin: 0 -25px;
    }
}
.hs-inner-product-details .feedback .feedbackform ul li {
    margin-top: 20px;
}
@media (min-width: 1200px) {
    .hs-inner-product-details .feedback .feedbackform ul li {
        padding: 0 25px;
    }
}
.hs-inner-product-details .feedback .feedbackform form .input-field {
    padding-left: 0;

    border: none;
    border-bottom: 1px solid #b5b5b5;
    background: none;
}
.hs-inner-product-details .feedback .feedbackform form .input-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-left: 0;

    border-radius: 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-product-details .feedback .feedbackform form .input-label .flaticon {
    margin-right: 10px;
}
.hs-inner-product-details .feedback .feedbackform .send-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hs-inner-product-details .feedback .feedbackform .send-bottom span {
    color: #00a53d;
}
.hs-inner-product-details .feedback .feedbackform .send {
    font-size: 16px;
    line-height: 42px;

    padding: 0 30px;

    color: #fff;
    border-radius: 0;
    background-color: #00569d;
}
@media (max-width: 767px) {
    .hs-inner-product-details .feedback .feedbackform .send {
        font-size: 14px;
    }
}
.public-product-related {
    padding-top: 80px;
}
@media (max-width: 1199px) {
    .public-product-related {
        padding-top: 60px;
    }
}
.public-product-related .related-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.public-product-related .swiper-button-prev,
.public-product-related .swiper-button-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 46px;
    height: 46px;

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

    background: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.public-product-related .swiper-button-prev:before,
.public-product-related .swiper-button-next:before {
    display: block;

    width: 0;
    height: 0;

    content: '';

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

    margin-left: 10px;
}
.public-product-related .swiper-button-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.public-product-related .title-related h3 {
    font-size: 24px;
    line-height: 1.25;

    color: #00569d;
}
.public-product-related .product-related {
    position: relative;

    margin-top: 50px;
}
@media (max-width: 1199px) {
    .public-product-related .product-related {
        margin-top: 30px;
    }
}
.public-product-related .product-related .swiper-slide {
    padding-bottom: 20px;
}
.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: 16px;
    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: #3d3c48;
}
@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 #dfdfdf;
    border-radius: 5px;
    background: transparent;
    background-color: #fff;
}
@media (max-width: 991px) {
    .feedbackform form .input-field {
        font-size: 14px;
        line-height: 24px;

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

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

    top: -30px;

    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: 50px;
    padding: 0 40px;

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

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

        height: 40px;
        margin-top: 30px;
    }
}
.feedbackform form .submit:hover {
    text-decoration: underline;
}
.hs-footer {
    overflow: hidden;

    color: #fff;
    background-color: #00569d;
}
.hs-footer .foot-top {
    padding: 100px 0;

    border-bottom: 1px solid rgba(244, 246, 255, .2);
}
@media (max-width: 1560px) {
    .hs-footer .foot-top {
        padding: 60px 0;
    }
}
@media (max-width: 1199px) {
    .hs-footer .foot-top {
        padding: 30px 0;
    }
}
.hs-footer .foot-logo 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-footer .foot-logo a img {
    width: auto;
    height: 70px;
    margin-right: 10px;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
    .hs-footer .foot-logo a img {
        height: 50px;
    }
}
.hs-footer .foot-logo a b {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}
@media (max-width: 1199px) {
    .hs-footer .foot-logo a b {
        font-size: 20px;
    }
}
.hs-footer a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.hs-footer a:hover span {
    background-size: 100% 1px;
}
.hs-footer .foot-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-footer .foot-txt p {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1199px) {
    .hs-footer .foot-txt p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-txt p {
        margin-top: 10px;
    }
}
.hs-footer .foot-txt p b {
    font-size: 16px;

    display: block;

    color: #00a53d;
}
.hs-footer .foot-txt p:nth-child(2) {
    margin-left: 80px;
}
@media (max-width: 1199px) {
    .hs-footer .foot-txt p:nth-child(2) {
        margin-left: 40px;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-txt p:nth-child(2) {
        width: 100%;
        margin-left: 0;
    }
}
.hs-footer .foot {
    padding: 40px 0;
}
@media (max-width: 1199px) {
    .hs-footer .foot {
        padding: 30px 0;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot {
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    .hs-footer .share-nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-share {
        width: 100%;
    }
}
.hs-footer .foot-share>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hs-footer .foot-share>ul>li {
    margin-right: 20px;
}
.hs-footer .foot-share>ul>li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 38px;
    height: 38px;
    padding: 8px;

    border-radius: 50%;
    background: #00a53d;

    -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-footer .foot-share>ul>li>a img {
    width: 100%;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-footer .foot-share>ul>li.youtube a {
    background-color: #d70909;
}
.hs-footer .foot-share>ul>li.instagram a {
    background-color: #d709a9;
}
.hs-footer .foot-share>ul>li.twitter a {
    background-color: #000;
}
@media (max-width: 767px) {
    .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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-footer .foot-nav>ul>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-footer .foot-nav>ul>li>a {
    font-size: 18px;
    line-height: 1.66666667;
}
@media (max-width: 1560px) {
    .hs-footer .foot-nav>ul>li>a {
        font-size: 16px;
    }
}
.hs-footer .foot-nav>ul>li:after {
    margin: 0 8px;

    content: '|';
}
.hs-footer .foot-nav>ul>li:last-child:after {
    display: none;
}
@media (max-width: 1199px) {
    .hs-footer .copyright {
        width: 100%;
        margin-top: 10px;
    }
}
.hs-footer .copyright p {
    margin: 0;
}
.public-news-group {
    position: relative;

    padding: 0 30px;
}
@media (max-width: 1400px) {
    .public-news-group {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .public-news-group {
        padding: 0 10px;
    }
}
.public-news-group:before {
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

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

    content: '';

    border-radius: 28px;
    background-color: #fff;
}
.public-news-group .img-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.public-news-group .img {
    width: 380px;
}
@media (max-width: 1560px) {
    .public-news-group .img {
        width: 300px;
    }
}
@media (max-width: 1470px) {
    .public-news-group .img {
        width: 250px;
    }
}
@media (max-width: 767px) {
    .public-news-group .img {
        width: 100%;
    }
}
.public-news-group .img .ibox {
    padding-bottom: 80%;

    border-radius: 33px;
}
@media (max-width: 1560px) {
    .public-news-group .img .ibox {
        border-radius: 20px;
    }
}
@media (max-width: 767px) {
    .public-news-group .img .ibox {
        border-radius: 10px;
    }
}
.public-news-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-news-group .desc {
    width: -webkit-calc(100% - 380px);
    width: calc(100% - 380px);
    padding: 60px 30px 0 30px;
}
@media (max-width: 1560px) {
    .public-news-group .desc {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}
@media (max-width: 1470px) {
    .public-news-group .desc {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px);
        padding-top: 40px;
    }
}
@media (max-width: 1400px) {
    .public-news-group .desc {
        padding: 40px 15px 0 15px;
    }
}
@media (max-width: 767px) {
    .public-news-group .desc {
        width: 100%;
        padding: 20px 10px;
    }
}
.public-news-group .desc .title-news {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
    .public-news-group .desc .public-note {
        margin-top: 10px;
    }
}
.public-news-group .desc .public-note p {
    line-height: 24px;
}
.public-news-group .img,
.public-news-group .desc {
    position: relative;
    z-index: 6;
}
.public-news-group .date-more {
    line-height: 1.875;

    position: relative;
    z-index: 6;

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

    padding: 30px 0;

    -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: 767px) {
    .public-news-group .date-more {
        padding: 10px 0 20px;
    }
}
.public-news-group .date-more .date {
    color: #00569d;
}
.public-news-group .date-more .more {
    color: #00a53d;
}
@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: #00569d;
    }
}
@media (min-width: 1200px) {
    .hs-inner-news .news ul {
        margin: 0 -25px;
        margin-top: -50px;
    }
    .hs-inner-news .news ul li {
        padding: 0 25px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-news .news {
        margin-top: -25px;
    }
}
.hs-inner-news .news>ul>li {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-news .news>ul>li {
        margin-top: 30px;
    }
}
.hs-inner-faqs {
    padding-top: 50px;
}
.hs-inner-faqs .faqs {
    margin-top: -30px;
}
.hs-inner-faqs .faqs>ul>li {
    margin-top: 30px;
}
.hs-inner-faqs .faqs-group {
    border-radius: 21px;
    background-color: #fff;
}
.hs-inner-faqs .title-faqs {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.66666667;

    position: relative;

    padding: 20px 40px;

    cursor: pointer;
}
@media (max-width: 767px) {
    .hs-inner-faqs .title-faqs {
        font-size: 16px;

        padding: 20px 40px 20px 20px;
    }
}
.hs-inner-faqs .title-faqs:after {
    font-size: 20px;

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

    content: '+';
}
.hs-inner-faqs .faqs-ques {
    padding: 10px 40px 40px 40px;
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs-ques {
        padding: 0 20px 20px 20px;
    }
}
.hs-inner-faqs .faqs-ques p {
    line-height: 24px;
}
.hs-inner-faqs .current .title-faqs {
    color: #00569d;
}
.hs-inner-faqs .current .title-faqs:after {
    content: '-';
}
.hs-inner-download .download {
    margin-top: -30px;
}
@media (max-width: 767px) {
    .hs-inner-download .download {
        margin-top: -20px;
    }
}
.hs-inner-download .download ul li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hs-inner-download .download ul li {
        margin-top: 20px;
    }
}
.hs-inner-download .download .down-group {
    position: relative;

    padding: 20px 80px;

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

    border: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
    .hs-inner-download .download .down-group {
        padding: 20px 35px 20px 40px;
    }
}
.hs-inner-download .download .down-group:before {
    position: absolute;
    top: 50%;
    left: 20px;

    display: block;

    width: 23px;
    height: 33px;

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

    background: url(../images/download-icon.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px) {
    .hs-inner-download .download .down-group:before {
        left: 10px;
    }
}
.hs-inner-download .download .down-group .title-download {
    font-size: 24px;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    height: 36px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .hs-inner-download .download .down-group .title-download {
        font-size: 20px;
        line-height: 30px;

        height: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-download .download .down-group .title-download {
        font-size: 18px;
        line-height: 24px;

        height: 24px;
    }
}
.hs-inner-download .download .down-group .down {
    position: absolute;
    top: 50%;
    right: 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .hs-inner-download .download .down-group .down {
        right: 10px;
    }
}
.hs-inner-download .download .down-group .down .flaticon {
    font-size: 24px;
}
@media (min-width: 1200px) {
    .hs-inner-download .download .down-group:hover {
        border: 1px solid #00569d;
        box-shadow: 0 11px 14px 0 rgba(185, 0, 0, .42);
    }
    .hs-inner-download .download .down-group:hover .title-download {
        font-weight: bold;
    }
    .hs-inner-download .download .down-group:hover .down {
        color: #00569d;
    }
}
.hs-inner-videos {
    padding-top: 40px;
}
.hs-inner-videos .videos ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-videos .videos ul li {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-videos .videos ul li {
        margin-top: 30px;
    }
}
@media (min-width: 1200px) {
    .hs-inner-videos .videos ul {
        margin: 0 -30px;
    }
    .hs-inner-videos .videos ul li {
        padding: 0 30px;
    }
}
.hs-inner-videos .videos .videos-group {
    text-align: center;
}
.hs-inner-videos .videos .videos-group .ibox {
    padding-bottom: 75%;
}
.hs-inner-videos .videos .videos-group .title-videos {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;

    margin: 0;
    padding: 30px 5% 0 5%;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 991px) {
    .hs-inner-videos .videos .videos-group .title-videos {
        font-size: 18px;
        line-height: 1.33333333;

        padding: 20px 15px 0 15px;
    }
}
.hs-inner-news-show {
    padding-top: 50px;
}
.hs-inner-news-show .news-show {
    padding: 60px 80px;

    border-radius: 35px;
    background: #fff;
}
@media (max-width: 1199px) {
    .hs-inner-news-show .news-show {
        padding: 50px;
    }
}
@media (max-width: 991px) {
    .hs-inner-news-show .news-show {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-news-show .news-show {
        padding: 30px 15px;
    }
}
.hs-inner-news-show .news-show .title-news-show h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}
@media (max-width: 991px) {
    .hs-inner-news-show .news-show .title-news-show h2 {
        font-size: 20px;
    }
}
.hs-inner-news-show .news-show .data-share {
    padding: 30px 0;

    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
@media (max-width: 767px) {
    .hs-inner-news-show .news-show .data-share {
        padding: 10px 0;
    }
}
.hs-inner-news-show .news-show .date-person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 10px 0;

    color: #00569d;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-news-show .news-show .date-person .date {
    margin-right: 10px;
}
.hs-inner-news-show .news-show .public-note {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-news-show .news-show .public-note {
        margin-top: 30px;
    }
}
.hs-inner-news-show .news-show .public-note p {
    color: #333;
}
.hs-inner-news-show .news-show .button-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 80px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .hs-inner-news-show .news-show .button-news {
        margin-top: 50px;
    }
}
.hs-inner-news-show .news-show .button-news .swiper-button-prev,
.hs-inner-news-show .news-show .button-news .swiper-button-next,
.hs-inner-news-show .news-show .button-news .return {
    line-height: 66px;

    width: 66px;
    height: 66px;

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

    color: #00569d;
    border-radius: 50%;
    background: #f4f6ff;
}
@media (max-width: 767px) {
    .hs-inner-news-show .news-show .button-news .swiper-button-prev,
    .hs-inner-news-show .news-show .button-news .swiper-button-next,
    .hs-inner-news-show .news-show .button-news .return {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.hs-inner-news-show .news-show .button-news .swiper-button-prev:hover,
.hs-inner-news-show .news-show .button-news .swiper-button-next:hover,
.hs-inner-news-show .news-show .button-news .return:hover {
    color: #fff;
    background-color: #00569d;
}
.hs-inner-news-show .news-show .button-news .return {
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 86, 157, .4);
}
.hs-inner-news-show .news-show .button-news .return .flaticon {
    font-size: 24px;
}
.hs-inner-news-show .related-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 70px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .hs-inner-news-show .related-news {
        padding-top: 50px;
    }
}
.hs-inner-news-show .related-news .title-related-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 30%;
    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-inner-news-show .related-news .title-related-news {
        flex-direction: row;

        width: 100%;
        padding: 0;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.hs-inner-news-show .related-news .title-related-news h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.11111111;

    color: #00569d;
}
@media (max-width: 1199px) {
    .hs-inner-news-show .related-news .title-related-news h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-news-show .related-news .title-related-news h3 {
        font-size: 24px;
    }
}
.hs-inner-news-show .related-news .swiper-button-prev,
.hs-inner-news-show .related-news .swiper-button-next {
    color: #00569d;
    background-color: #fff;
}
.hs-inner-news-show .related-news .swiper-button-prev:hover,
.hs-inner-news-show .related-news .swiper-button-next:hover {
    color: #fff;
    background-color: #00569d;
}
.hs-inner-news-show .related-news .swiper-button-prev .flaticon,
.hs-inner-news-show .related-news .swiper-button-next .flaticon {
    font-size: 20px;
}
.hs-inner-news-show .related-news .news-list {
    width: 70%;
}
@media (max-width: 767px) {
    .hs-inner-news-show .related-news .news-list {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-inner-public-details .title-news-show h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}
.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: #00569d;
}
.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: #00569d;
    background-color: #00569d;
}
.hs-inner-contact {
    position: relative;
    z-index: 8;

    margin-top: -40px;
}
@media (max-width: 767px) {
    .hs-inner-contact {
        margin-top: 30px;
    }
}
.hs-inner-contact .title-contact h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.11111111;
}
@media (max-width: 1199px) {
    .hs-inner-contact .title-contact h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-contact .title-contact h2 {
        font-size: 24px;
    }
}
.hs-inner-contact .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 50%;
    padding: 30px 8%;

    color: #fff;
    border-radius: 32px;
    background-color: #00569d;

    -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;
}
@media (max-width: 1560px) {
    .hs-inner-contact .contact {
        padding: 30px 5%;
    }
}
@media (max-width: 991px) {
    .hs-inner-contact .contact {
        width: 100%;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .contact {
        padding: 30px 15px;

        border-radius: 10px;
    }
}
.hs-inner-contact .contact .desc-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 50px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .hs-inner-contact .contact .desc-group {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .contact .desc-group {
        margin-top: 20px;
    }
}
.hs-inner-contact .contact .desc-group .icon {
    width: 60px;
}
.hs-inner-contact .contact .desc-group .icon .flaticon {
    font-size: 40px;
}
.hs-inner-contact .contact .desc-group .note {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
}
.hs-inner-contact .contact .desc-group .note p {
    line-height: 1.5;

    margin: 0;
}
.hs-inner-contact .contact .desc-group .note p a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.hs-inner-contact .contact .desc-group .note p a:hover span {
    background-size: 100% 1px;
}
.hs-inner-contact .contact .desc-group-whatsapp {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 30px;

    border-radius: 30px;
    background-color: #00a53d;
}
.hs-inner-contact .contact .desc-group-whatsapp .icon .flaticon {
    font-size: 30px;
}
.hs-inner-contact .feedback {
    width: 50%;
    padding-top: 140px;
    padding-left: 5%;
}
@media (max-width: 1560px) {
    .hs-inner-contact .feedback {
        padding-top: 100px;
    }
}
@media (max-width: 991px) {
    .hs-inner-contact .feedback {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }
}
.hs-inner-contact .feedback .title-contact {
    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;
}
.hs-inner-contact .feedback .title-contact p {
    margin: 0;

    color: #00a53d;
}
.hs-inner-applications {
    padding-top: 160px;
}
@media (max-width: 1199px) {
    .hs-inner-applications {
        padding-top: 90px;
    }
}
@media (max-width: 767px) {
    .hs-inner-applications {
        padding-top: 0;
    }
}
.hs-inner-applications .applications>ul>li {
    margin-top: 80px;
}
@media (max-width: 1199px) {
    .hs-inner-applications .applications>ul>li {
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    .hs-inner-applications .applications>ul>li {
        margin-top: 30px;
    }
}
.hs-inner-applications .applications>ul>li:nth-child(1) {
    margin-top: 0;
}
.hs-inner-applications .applications>ul>li:nth-child(2n) .applications-group .desc {
    right: 5%;
    left: auto;
}
@media (max-width: 767px) {
    .hs-inner-applications .applications>ul>li:nth-child(2n) .applications-group .desc {
        right: 0;
    }
}
@media (min-width: 768px) {
    .hs-inner-applications .applications>ul>li:nth-child(2n+1) .applications-group {
        color: #fff;
    }
}
.hs-inner-applications .applications .applications-group {
    position: relative;

    overflow: hidden;

    border-radius: 29px;
}
@media (max-width: 767px) {
    .hs-inner-applications .applications .applications-group {
        border-radius: 15px;
        background-color: #fff;
    }
}
.hs-inner-applications .applications .applications-group .img img {
    width: 100%;
    height: auto;
}
@media (max-width: 1400px) {
    .hs-inner-applications .applications .applications-group .img img {
        width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 767px) {
    .hs-inner-applications .applications .applications-group .img img {
        width: 100%;
        margin: 0;
    }
}
.hs-inner-applications .applications .applications-group .desc {
    position: absolute;
    top: 50%;
    left: 5%;

    max-width: 490px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .hs-inner-applications .applications .applications-group .desc {
        position: relative;
        top: 0;
        left: 0;

        max-width: 100%;
        padding: 20px 15px;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.hs-inner-applications .applications .applications-group .desc .title-applications span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;

    color: #00a53d;
}
.hs-inner-applications .applications .applications-group .desc .title-applications h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.11111111;
}
@media (max-width: 1400px) {
    .hs-inner-applications .applications .applications-group .desc .title-applications h3 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-applications .applications .applications-group .desc .title-applications h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-inner-applications .applications .applications-group .desc .title-applications h3 {
        font-size: 20px;
    }
}
.hs-inner-applications .applications .applications-group .desc .public-note {
    margin-top: 30px;
}
@media (max-width: 1400px) {
    .hs-inner-applications .applications .applications-group .desc .public-note {
        margin-top: 20px;
    }
}
.hs-inner-rd .title-rd h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;

    color: #00569d;
}
@media (max-width: 1199px) {
    .hs-inner-rd .title-rd h2 {
        font-size: 20px;
    }
}
.hs-inner-rd .title-rd p {
    font-size: 18px;
    line-height: 2;

    margin: 10px 0 0 0;

    color: #333;
}
@media (max-width: 1199px) {
    .hs-inner-rd .title-rd p {
        font-size: 16px;
        line-height: 1.5;
    }
}
.hs-inner-rd .rd>ul>li {
    margin-top: 30px;
}
.hs-inner-rd .rd .rd-group {
    cursor: pointer;
}
.hs-inner-rd .rd .rd-group .ibox {
    padding-bottom: 100%;
}
.hs-inner-rd .rd .rd-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-rd .rd .rd-group:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-inner-oem .title-oem h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;

    color: #00569d;
}
@media (max-width: 1199px) {
    .hs-inner-oem .title-oem h2 {
        font-size: 20px;
    }
}
.hs-inner-oem .oem>ul>li {
    margin-top: 50px;
}
.hs-inner-oem .oem>ul>li:nth-child(2n) .oem-group .note {
    color: #00569d;
    background: #d2e7f8;
}
@media (min-width: 768px) {
    .hs-inner-oem .oem>ul>li:nth-child(2n) .oem-group .note:before {
        border-color: transparent #d2e7f8 transparent transparent;
    }
}
@media (max-width: 767px) {
    .hs-inner-oem .oem>ul>li:nth-child(2n) .oem-group .note:before {
        border-color: transparent transparent #d2e7f8 transparent;
    }
}
.hs-inner-oem .oem>ul>li:last-child .oem-group .icon:after {
    display: none;
}
.hs-inner-oem .oem .oem-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-oem .oem .oem-group .icon {
    position: relative;

    width: 60px;
}
.hs-inner-oem .oem .oem-group .icon:after {
    display: block;

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

    content: '';

    border-left: 1px dashed rgba(0, 86, 157, .6);
}
@media (max-width: 767px) {
    .hs-inner-oem .oem .oem-group .icon:after {
        display: none;
    }
}
.hs-inner-oem .oem .oem-group .icon .flaticon {
    font-size: 50px;
}
@media (max-width: 767px) {
    .hs-inner-oem .oem .oem-group .icon .flaticon {
        font-size: 40px;
    }
}
.hs-inner-oem .oem .oem-group .title-oem {
    width: 400px;
    padding: 0 60px 0 15px;
}
@media (max-width: 1199px) {
    .hs-inner-oem .oem .oem-group .title-oem {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .hs-inner-oem .oem .oem-group .title-oem {
        width: 100%;
        margin-top: 10px;
        padding: 0;
    }
}
.hs-inner-oem .oem .oem-group .title-oem .num {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;

    color: rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .hs-inner-oem .oem .oem-group .title-oem .num {
        font-size: 50px;
    }
}
.hs-inner-oem .oem .oem-group .title-oem h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44444444;

    margin-top: 20px;

    color: #00569d;
}
@media (max-width: 767px) {
    .hs-inner-oem .oem .oem-group .title-oem h3 {
        font-size: 16px;

        margin-top: 10px;
    }
}
.hs-inner-oem .oem .oem-group .note {
    position: relative;

    width: -webkit-calc(100% - 460px);
    width: calc(100% - 460px);
    min-height: 200px;
    padding: 30px 5%;

    color: #fff;
    border-radius: 32px;
    background-color: #00569d;
}
@media (max-width: 1199px) {
    .hs-inner-oem .oem .oem-group .note {
        width: -webkit-calc(100% - 360px);
        width: calc(100% - 360px);
    }
}
@media (max-width: 767px) {
    .hs-inner-oem .oem .oem-group .note {
        width: 100%;
        margin-top: 30px;
    }
}
@media (min-width: 768px) {
    .hs-inner-oem .oem .oem-group .note:before {
        position: absolute;
        top: 50%;
        left: -20px;

        display: block;

        width: 0;
        height: 0;

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

        border-width: 10px 20px 10px 0;
        border-style: solid;
        border-color: transparent #00569d transparent transparent;
    }
}
@media (max-width: 767px) {
    .hs-inner-oem .oem .oem-group .note:before {
        position: absolute;
        top: -10px;
        left: 50%;

        display: block;

        width: 0;
        height: 0;

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

        border-width: 0 10px 20px 10px;
        border-style: solid;
        border-color: transparent transparent #00569d transparent;
    }
}
.hs-inner-oem .oem .oem-group .note h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.66666667;
}
.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;
}
.public-tuwen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.public-tuwen .desc {
    width: 52%;
    padding-right: 5%;
}
@media (max-width: 767px) {
    .public-tuwen .desc {
        width: 100%;
        padding-right: 0;
    }
}
.public-tuwen .img {
    width: 48%;
}
@media (max-width: 767px) {
    .public-tuwen .img {
        width: 100%;
        margin-top: 20px;
    }
}
.public-tuwen.tuwen-zuotuyouwen {
    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-zuotuyouwen .desc {
    padding-right: 0;
    padding-left: 5%;
}
@media (max-width: 767px) {
    .public-tuwen.tuwen-zuotuyouwen .desc {
        padding-left: 0;
    }
}
.public-tupian-3,
.public-tupian-2 {
    text-align: center;
}
.public-tupian-3>ul>li,
.public-tupian-2>ul>li {
    margin-top: 20px;
}
.public-listbox>ul>li {
    margin-top: 20px;
}
.public-listbox .listbox-group .num {
    font-size: 60px;
    line-height: 1;

    color: #00569d;
}
@media (max-width: 1560px) {
    .public-listbox .listbox-group .num {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .public-listbox .listbox-group .num {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .public-listbox .listbox-group .num {
        font-size: 30px;
    }
}
.hs-inner-about .about-video {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.hs-inner-about .about-video .video {
    width: 40%;
}
@media (max-width: 767px) {
    .hs-inner-about .about-video .video {
        width: 100%;
        margin-top: 50px;
    }
}
.hs-inner-about .about-video .video .play {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20%;
    position: relative;
    cursor: pointer;
}
@media (max-width: 767px) {
    .hs-inner-about .about-video .video .play {
        width: 80px;
        height: 80px;
        margin-bottom: 0;
    }
}
.hs-inner-about .about-video .video .play span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00569d;
    position: relative;
    z-index: 6;
}
.hs-inner-about .about-video .video .play span:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #ffffff;
}
.hs-inner-about .about-video .video .play::before,
.hs-inner-about .about-video .video .play::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(0, 86, 157, .5);
    animation: play 3s linear infinite;

}
.hs-inner-about .about-video .video .play::after {
    animation-delay: 2s;
}

.hs-inner-about .about-video .video .play::before {
    animation-delay: 1s;
}

@keyframes play {

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

    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }

}

@media (min-width: 768px) {
    .hs-inner-service {
        padding-bottom: 200px;
    }
}
.hs-inner-service .service {
    max-width: 900px;
    margin: 0 auto;
}
.hs-inner-service .service ul {
    margin-top: -50px;
}
.hs-inner-service .service ul li {
    margin-top: 50px;
}
@media (min-width: 1200px) {
    .hs-inner-service .service ul {
        margin: 0 -30px;
    }
    .hs-inner-service .service ul li {
        padding: 0 30px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-service .service ul {
        margin-top: -30px;
    }
    .hs-inner-service .service ul li {
        margin-top: 30px;
    }
}
.hs-inner-service .service ul li:nth-child(2n) {
    transform: translateY(40%);
}
@media (max-width: 767px) {
    .hs-inner-service .service ul li:nth-child(2n) {
        transform: translateY(0%);
    }
}
.hs-inner-service .service .service-group .img .ibox {
    padding-bottom: 75%;
}
.hs-inner-service .service .service-group .title-service {
    font-size: 18px;
    line-height: 24px;
    color: #00569d;
    margin-top: 20px;
    padding: 0 12%;
    text-align: center;
}
@media (max-width: 767px) {
    .hs-inner-service .service .service-group .title-service {
        font-size: 16px;
        padding: 0;
        margin-top: 10px;
    }
}

.body-white .logo span {
    filter: brightness(0) invert(1);
}

.body-white .hs-header-box .product-nav>ul>li>a {
    filter: brightness(0) invert(1);
}
.body-white .banner-box .swiper-text h2,
.body-white .banner-box .swiper-text p {
    color: #ffffff;
}
.body-white .stuck-header .logo span,
.body-white .hs-header-box.stuck-header .product-nav>ul>li>a {
    filter: brightness(1) invert(0);
}

.hs-header-box .product-nav>ul>li {
    position: static;
}
.hs-header-box .product-nav>ul>li .product-nav-down {
    position: absolute;
    top: 100%;
    left: 0;

    display: none;

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

    border-radius: 0 0 30px 30px;
    background: url(../images/nav_bg.webp) no-repeat right center #fff;
    background-size: auto 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}
@media (max-width: 1470px) {
    .hs-header-box .product-nav>ul>li .product-nav-down {
        padding: 30px 5%;
    }
}
.hs-header-box .product-nav>ul>li .product-nav-down h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    color: #00569d;
}
.hs-header-box .product-nav>ul>li .product-nav-down ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-header-box .product-nav>ul>li .product-nav-down ul li {
    width: 16.66666667%;
}
.hs-header-box .product-nav>ul>li .product-nav-down ul li a {
    font-size: 18px;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 10px;
}
.hs-header-box .product-nav>ul>li .product-nav-down ul li a:before {
    position: absolute;
    top: 20px;
    left: 0;

    width: 0;
    height: 0;

    content: '';

    border-width: 3px 0 3px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
}
.hs-header-box .product-nav>ul>li .product-nav-down ul li:hover a {
    text-decoration: underline;

    color: #00569d;
}
.hs-inner-honor .honor {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .hs-inner-honor .honor {
        margin-top: 30px;
    }
}
.hs-inner-honor .honor .swiper-honor {
    margin: 0 -15px;
}
@media (max-width: 991px) {
    .hs-inner-honor .honor .swiper-honor {
        margin: 0 -8px;
    }
}
.hs-inner-honor .honor .swiper-slide {
    width: auto;
    padding: 0 15px;
    padding-bottom: 60px;
}
@media (max-width: 991px) {
    .hs-inner-honor .honor .swiper-slide {
        padding: 0 8px;
    }
}
.hs-inner-honor .honor .honor-group {
    position: relative;
    cursor: pointer;

}
.hs-inner-honor .honor .honor-group .img {
    overflow: hidden;
}
.hs-inner-honor .honor .honor-group .img img {
    height: 220px;

    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (max-width: 1400px) {
    .hs-inner-honor .honor .honor-group .img img {
        height: 200px;
    }
}
@media (max-width: 991px) {
    .hs-inner-honor .honor .honor-group .img img {
        height: 180px;
    }
}
@media (max-width: 767px) {
    .hs-inner-honor .honor .honor-group .img img {
        height: 150px;
    }
}
.hs-inner-honor .honor .honor-group .title-honor {
    line-height: 24px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
}
@media (min-width: 1200px) {
    .hs-inner-honor .honor .honor-group:hover .img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .hs-inner-honor .honor .honor-group:hover .title-honor {
        opacity: 1;
    }
}
.hs-inner-honor .honor .honor-scrollbar {
    position: relative;

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

    background: none;
}
@media (max-width: 991px) {
    .hs-inner-honor .honor .honor-scrollbar {
        margin-top: 40px;
    }
}
.hs-inner-honor .honor .honor-scrollbar:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #368049;
}
.hs-inner-honor .honor .honor-scrollbar .swiper-scrollbar-drag {
    z-index: 6;

    background-color: #00569d;
}

.swiper-product-small .pro-group-video {
    position: relative;
}
.swiper-product-small .pro-group-video:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .24);
}
.swiper-product-small .pro-group-video:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 6;
}.page_info {
    clear: both;

    margin: 10px auto;
    padding: 50px;

    text-align: center;

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

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

    clear: both;

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

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

    display: inline-block;

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

    text-align: center;

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