/**
 * style.less
 * 层叠样式表
 */
:root {
    --color: #099da1;
    --hover: #0950a0;
    --cf: #fff;
    --c3: #333;
    --c6: #666;
    --c9: #999;
}
.ff {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'Objectivity';
    font-weight: 900;
    font-style: normal;

    src: local('Objectivity Black'), local('Objectivity-Black'), url('../flaticon/Objectivity-Black.woff2') format('woff2'), url('../flaticon/Objectivity-Black.woff') format('woff'), url('../flaticon/Objectivity-Black.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Objectivity';
    font-weight: bold;
    font-style: normal;

    src: local('Objectivity Bold'), local('Objectivity-Bold'), url('../flaticon/Objectivity-Bold.woff2') format('woff2'), url('../flaticon/Objectivity-Bold.woff') format('woff'), url('../flaticon/Objectivity-Bold.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Objectivity';
    font-weight: 300;
    font-style: normal;

    src: local('Objectivity Light'), local('Objectivity-Light'), url('../flaticon/Objectivity-Light.woff2') format('woff2'), url('../flaticon/Objectivity-Light.woff') format('woff'), url('../flaticon/Objectivity-Light.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Objectivity';
    font-weight: 500;
    font-style: normal;

    src: local('Objectivity Medium'), local('Objectivity-Medium'), url('../flaticon/Objectivity-Medium.woff2') format('woff2'), url('../flaticon/Objectivity-Medium.woff') format('woff'), url('../flaticon/Objectivity-Medium.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'D-DIN Condensed';
    font-weight: normal;
    font-style: normal;

    src: local('D-DIN Condensed'), local('D-DINCondensed'), url('../flaticon/D-DINCondensed.woff2') format('woff2'), url('../flaticon/D-DINCondensed.woff') format('woff'), url('../flaticon/D-DINCondensed.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'D-DIN Condensed';
    font-weight: bold;
    font-style: normal;

    src: local('D-DIN Condensed Bold'), local('D-DINCondensed-Bold'), url('../flaticon/D-DINCondensed-Bold.woff2') format('woff2'), url('../flaticon/D-DINCondensed-Bold.woff') format('woff'), url('../flaticon/D-DINCondensed-Bold.ttf') format('truetype');
    font-display: swap;
}
body {
    font-family: 'Objectivity', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: 300;

    overflow-x: hidden;

    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@-ms-viewport {
    width: auto !important;
}
li,
ol,
ul {
    list-style: none;
}
a {
    color: inherit;
}
a:hover,
a:link,
a:visited {
    text-decoration: none;

    color: inherit;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}
ul {
    margin: 0;
    padding: 0;
}
button,
input,
textarea {
    border: none;
    outline: none;
}
a[data-fancybox] {
    outline: none;
}
a[data-fancybox] img {
    outline: none !important;
}
.slick-slide {
    outline: none;
}
.slick-slide a {
    outline: none !important;
}
@media (min-width: 1200px) {
    .wow {
        visibility: hidden;
    }
}
.lazy {
    /* background-image: url(../js/slick/ajax-loader.gif); */
    background-repeat: no-repeat;
    background-position: center;
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img {
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translateZ(1px);
    transform: translate3d(0, 0, 1px);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
}
.transform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}
.slick-disabled {
    cursor: no-drop;

    opacity: .5;
}
body.fixed {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}
@media (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}
@media (min-width: 1660px) {
    .container {
        width: 1630px;
    }
}
.con1300 {
    max-width: 1330px;
}
@media (max-width: 767px) {
    .col-xs-6:nth-child(2n + 1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
input[type='number'] {
    -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}
.ibox {
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.ibox img {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.fancybox-slide--iframe .fancybox-content {
    width: 733px !important;
    max-width: 80%;
    height: 500px !important;
    max-height: 50% !important;
    margin: 0;
}
.fancybox-caption {
    font-size: 16px;

    text-align: center;

    border: none;
}
.scrollbar::-webkit-scrollbar-track {
    background-color: #ebebeb;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.tranform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}
.fp-auto-height {
    height: auto;
}
.fp-scrollable {
    height: auto;
}
.swiper-button-next,
.swiper-button-prev {
    line-height: 36px;

    position: relative;
    z-index: 4;
    top: 0;
    left: 0;

    display: inline-block;

    width: 40px;
    height: 40px;
    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    vertical-align: middle;

    color: #afc6dc;
    border: 2px solid #d9d9d9;
    background: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
.swiper-button-next .flaticon,
.swiper-button-prev .flaticon {
    display: block;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-button-next.swiper-button-next,
.swiper-button-prev.swiper-button-next {
    right: 0;

    margin-left: 20px;
}
@media (max-width: 991px) {
    .swiper-button-next.swiper-button-next,
    .swiper-button-prev.swiper-button-next {
        margin-left: 10px;
    }
}
.swiper-button-next.swiper-button-next .flaticon,
.swiper-button-prev.swiper-button-next .flaticon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: var(--cf);
    border-color: var(--hover);
    background-color: var(--hover);
}
.swiper-button-banner {
    position: absolute;
    right: 5%;
    bottom: 5%;
}
.swiper-button-banner .swiper-button-next,
.swiper-button-banner .swiper-button-prev {
    line-height: 50px;

    width: 50px;
    height: 50px;

    border-width: 1px;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .swiper-button-banner .swiper-button-next,
    .swiper-button-banner .swiper-button-prev {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.swiper-button-banner .swiper-button-next:after,
.swiper-button-banner .swiper-button-prev:after {
    content: '\f111';
}
.swiper-button-banner .swiper-button-next {
    margin-left: 30px;
}
@media (max-width: 767px) {
    .swiper-button-banner .swiper-button-next {
        margin-left: 10px;
    }
}
.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%);

    color: #000;
    border: none;
}
.swiper-poa .swiper-button-prev:after,
.swiper-poa .swiper-button-next:after {
    display: none;
}
.swiper-poa .swiper-button-prev .flaticon,
.swiper-poa .swiper-button-next .flaticon {
    font-size: 30px;
}
.swiper-poa .swiper-button-prev:hover,
.swiper-poa .swiper-button-next:hover {
    color: var(--hover);
    background: none;
}
.swiper-poa .swiper-button-prev {
    left: -4%;
}
@media (max-width: 991px) {
    .swiper-poa .swiper-button-prev {
        left: -20px;
    }
}
.swiper-poa .swiper-button-next {
    right: -4%;
    left: auto;
}
@media (max-width: 991px) {
    .swiper-poa .swiper-button-next {
        right: -20px;
    }
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 1200px) {
    .zoomin {
        -webkit-transition: all 1s;
        transition: all 1s;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);

        opacity: 0;
    }
    .fadeup {
        -webkit-transition: all 1s;
        transition: all 1s;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);

        opacity: 0;
    }
    .fadedown {
        -webkit-transition: all 1s;
        transition: all 1s;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);

        opacity: 0;
    }
    .fadehid {
        overflow: hidden;
		
    }
    .fadetxtup {
        display: block;

        -webkit-transition: all 1s;
        transition: all 1s;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    .show .zoomin {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
    .show .fadeup {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);

        opacity: 1;
    }
    .show .fadetxtup {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .show .fadedown {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);

        opacity: 1;
    }
}
.hs-header-box {
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 90px;
    padding: 0 5%;

    -webkit-transition: all .2s;
    transition: all .2s;

    -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: 1470px) {
    .hs-header-box {
        padding: 0 15px;
    }
}
@media (max-width: 1199px) {
    .hs-header-box {
        height: 60px;
    }
}
.hs-header-box .header-bg {
    padding: 0 6%;

    border-radius: 0 0 90px 90px;
    background-color: var(--cf);

    -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: 1470px) {
    .hs-header-box .header-bg {
        padding: 0 3%;
    }
}
@media (max-width: 991px) {
    .hs-header-box .header-bg {
        border-radius: 0 0 30px 30px;
    }
}
.hs-header-box .logo {
    height: 60px;
}
@media (max-width: 1199px) {
    .hs-header-box .logo {
        padding: 5px 0;
    }
}
.hs-header-box .logo a {
    display: block;

    height: 100%;
}
.hs-header-box .logo img {
    display: block;

    height: 100%;
}
.hs-header-box .top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-header-box .top-right .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-right .top-txt ul li {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-left: 40px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .hs-header-box .top-right .top-txt ul li {
        margin-left: 20px;
    }
}
.hs-header-box .top-right .top-txt ul li:nth-child(1) {
    margin-left: 0;
}
.hs-header-box .top-right .top-txt ul li .flaticon {
    font-size: 30px;

    color: var(--color);
}
.hs-header-box .top-right .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: var(--cf);
    border-radius: 4px;
    background-color: var(--color);
}
.hs-header-box .top-right .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 var(--color) transparent;
}
.hs-header-box .top-right .top-txt ul li:hover p {
    display: block;
}
@media (max-width: 1199px) {
    .hs-header-box .header-nav {
        display: none;
    }
}
.hs-header-box .header-nav>ul>li {
    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.hs-header-box .header-nav>ul>li>a {
    font-size: 18px;
    font-weight: 500;
    line-height: 90px;

    position: relative;

    display: block;

    padding: 0 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;
}
@media (max-width: 1530px) {
    .hs-header-box .header-nav>ul>li>a {
        font-size: 17px;

        padding: 0 17px;
    }
}


@media (max-width: 1400px) {
    .hs-header-box .header-nav>ul>li>a {
        font-size: 16px;

        padding: 0 12px;
    }
}
.hs-header-box .header-nav>ul>li>a:after {
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    opacity: 0;
    border-width: 0 5px 10px 5px;
    border-style: solid;
    border-color: transparent transparent var(--color) transparent;
}
.hs-header-box .header-nav>ul>li:hover>a:after {
    opacity: 1;
}
.hs-header-box .header-nav .pc-nav-down {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;

    display: none;

    min-width: 230px;
    padding: 30px 5%;

    color: var(--cf);
    border-radius: 0 0 30px 30px;
    background-color: var(--color);
}
.hs-header-box .header-nav .pc-nav-down>li {
    position: relative;
}
.hs-header-box .header-nav .pc-nav-down>li>a {
    font-size: 16px;
    line-height: 28px;

    display: block;

    padding: 10px 24px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    text-transform: capitalize;
}
@media (max-width: 1560px) {
    .hs-header-box .header-nav .pc-nav-down>li>a {
        font-size: 16px;
        line-height: 24px;
    }
}
.hs-header-box .header-nav .pc-nav-down>li:hover>a {
    text-decoration: underline;
}
.hs-header-box .header-nav .nav-down2 {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 100%;

    display: none;

    min-width: 230px;
    padding: 30px 5%;

    color: var(--cf);
    border-radius: 0 0 30px 30px;
    background-color: var(--color);
}
.hs-header-box .header-nav .nav-down2>li {
    position: relative;
}
.hs-header-box .header-nav .nav-down2>li>a {
    font-size: 15px;
    line-height: 24px;

    display: block;

    padding: 5px 24px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    text-transform: capitalize;
}
.hs-header-box .header-nav .nav-down2>li:hover>a {
    text-decoration: underline;
}
.hs-header-box .header-nav .xs-nav {
    display: none;
}
.hs-header-box .toggle-navigation {
    position: relative;
    right: 0;

    display: none;

    width: 30px;
    height: 30px;
    margin-left: 16px;
    margin-left: 20px;

    border-radius: 50%;
    background-color: var(--color);
}
@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: var(--cf);
}
.hs-header-box .toggle-navigation a span {
    display: block;

    height: 2px;
    margin: 4px 0;

    -webkit-transition: all .4s;
    transition: all .4s;

    background: var(--cf);
}
.hs-header-box.stuck-header {
    background: var(--cf);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.hc-mobile-nav .nav-wrapper {
    color: var(--cf);
    background-color: brightness(.9, var(--color));
}
.hc-mobile-nav .nav-wrapper .title-home {
    display: none;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
    border-color: rgba(255, 255, 255, .2);
}
.hc-mobile-nav li.nav-back a {
    border-color: rgba(255, 255, 255, .2);
    background-color: rgba(255, 255, 255, .2);
}
.hc-mobile-nav .nav-container,
.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
    width: 100%;

    background: url(../images/category_bg.webp) no-repeat center;
    background-size: cover;
}
.hc-mobile-nav a[href]:not([href='#'])>span.nav-next {
    border-color: rgba(255, 255, 255, .2);
}
.hc-mobile-nav a {
    border-bottom-color: rgba(255, 255, 255, .2);
}
.hc-mobile-nav h2 {
    color: var(--cf);
}
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
    background-color: rgba(255, 255, 255, .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(255, 255, 255, .2);
}
.hc-mobile-nav a[href]:not([href='#'])>span.nav-next {
    border-color: rgba(255, 255, 255, .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(255, 255, 255, .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);
    }
}
.customer-service {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.customer-service ul li {
    margin: 2px 0;
}
.customer-service a {
    position: relative;

    display: block;

    color: var(--cf);
    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: var(--color);
}
@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: var(--hover);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.customer-service a p img {
    width: 120px;
}
.customer-service a:hover .flaticon {
    color: var(--cf);
    background-color: var(--hover);
}
.customer-service a:hover p {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.customer-service .service-wechat p {
    background-color: var(--color);
}
.customer-service .service-top .flaticon {
    -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: var(--cf);
    background-color: var(--color);
}
.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 {
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 100vh;
}
.banner .slide-wrapper {
    display: none;
}
.banner .scene-nav {
    font-size: 40px;
    line-height: 1;

    position: absolute;
    z-index: 10;
    top: 50%;

    margin-top: -20px;

    cursor: pointer;
    -webkit-transition: .45s;
    transition: .45s;

    opacity: 0;
    color: #fff;
}
.banner .scene-nav--prev {
    left: 5%;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 767px) {
    .banner .scene-nav--prev {
        left: 2%;
    }
}
.banner .scene-nav--next {
    right: 5%;
}
@media (max-width: 767px) {
    .banner .scene-nav--next {
        right: 2%;
    }
}
.banner canvas {
    position: absolute;
    z-index: 6;

    display: block;

    height: 100vh;
}
.banner:hover .scene-nav {
    opacity: 1;
}
.banner .banner__text {
    position: absolute;
    z-index: 8;
    top: 28%;
    left: 12%;

    width: 76%;

    text-align: center;

    color: var(--cf);
}

@media (max-width: 1199px) {
   .banner .banner__text {
    position: absolute;
    z-index: 8;
    top: 18%;
    left: 6%;

    width: 90%;

    text-align: center;

    color: var(--cf);
}
}

.banner .banner__text .banner__text__item {
    position: absolute;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    padding: 0 5%;

    -webkit-transition: 1.5s;
    transition: 1.5s;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);

    opacity: 0;
}
.banner .banner__text .banner__text__item.active {
    position: relative;

    visibility: visible;

    -webkit-transition: 1.5s 1s;
    transition: 1.5s 1s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    opacity: 1;
}


.banner .banner__text .banner__text__item h2 {
    font-size: 55px;  
	width:100%;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px) {
    .banner .banner__text .banner__text__item h2 {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .banner .banner__text .banner__text__item h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .banner .banner__text .banner__text__item h2 {
        font-size: 30px;
    }
}
.banner .banner__text .banner__text__item h3 {
    font-size: 26px;
    font-weight: bold; 
	width:100%;
    line-height: 1.4;

    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .banner .banner__text .banner__text__item h3 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner .banner__text .banner__text__item h3 {
        font-size: 24px;
    }
}
.banner .banner__text .banner__text__item h4 {
    font-size: 30px;
    line-height: 1.5;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .banner .banner__text .banner__text__item h4 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner .banner__text .banner__text__item h4 {
        font-size: 20px;
    }
}


.banner .banner__text .banner__text__item1 h2{ 
    text-align:left; 
	width:48%; 
	font-family:fantasy;
	}

@media (max-width: 1680px) {
.banner .banner__text .banner__text__item1 h2{
     width:50%;
}

}

@media (max-width: 1440px) {
.banner .banner__text .banner__text__item1 h2{
    font-size: 45px;
}

}

@media (max-width: 1199px) {
.banner .banner__text .banner__text__item1 h2{
   width:100%;
   font-size: 24px;
}

}

@media (max-width: 767px) {
  .banner .banner__text .banner__text__item1 h2{
   width:100%; font-size: 24px;
}
}


	
.banner .banner__text .banner__text__item1 h3{
   text-align:left;  
	width:50%;
	}


@media (max-width: 1440px) {
.banner .banner__text .banner__text__item1 h3{
   width:45%;
}

}

@media (max-width: 1199px) {
.banner .banner__text .banner__text__item1 h3{
   width:100%;
   font-size: 18px;
}

}

.banner .banner__text .banner__text__item1 img{ float:right; max-width:45%; margin-right:4%;}

@media (max-width: 1440px) {
   .banner .banner__text .banner__text__item1 img{ 
    min-width:40%; margin-right:1%;}
}


@media (max-width: 1199px) {
  .banner .banner__text .banner__text__item1 img{ float:right; max-width:80%; margin-right:10%;}
}


.banner .banner__text .banner__text__item2 h4 {
    font-weight: 900;

    opacity: .8;
}
.banner .banner__text .banner__text__item2 h2 {
    font-size: 55px;
	font-family:fantasy;
	padding-bottom:15px;

}

.banner .banner__text .banner__text__item2 img{ max-width:80%;}

@media (max-width: 1199px) {
    .banner .banner__text .banner__text__item2 h2 {
        font-size: 70px;
    }
}
@media (max-width: 991px) {
    .banner .banner__text .banner__text__item2 h2 {
        font-size: 50px;
    }
	.banner .banner__text .banner__text__item2 img{ max-width:100%;}
}
@media (max-width: 767px) {
    .banner .banner__text .banner__text__item2 h2 {
        font-size: 30px;
    }
}
.banner .banner__text .banner__text__item3 h2 {
    font-size: 46px;
     font-family: fantasy;
    max-width: 1010px;
    margin: 0 auto;
}
@media (max-width: 1199px) {
    .banner .banner__text .banner__text__item3 h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .banner .banner__text .banner__text__item3 h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner .banner__text .banner__text__item3 h2 {
        font-size: 20px;
    }
}
.banner .banner__text .banner__text__item3 .hs-more a {
    background-color: #099da1;
}
.banner .banner__text .banner__text__item3 .hs-more a:hover {
    background-color: #0950a0;
}
.banner .slide-dit {
    position: absolute;
    z-index: 9;
    bottom: 90px;

    width: 100%;

    text-align: center;
}
.banner .slide-dit span {
    position: relative;

    display: inline-block;

    width: 25px;
    height: 25px;
    margin: 0 26px;

    cursor: pointer;
    vertical-align: middle;

    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
}
.banner .slide-dit span:after {
    position: absolute;
    top: 50%;
    right: -49px;

    display: block;

    width: 38px;
    height: 1px;

    content: '';

    background-color: rgba(255, 255, 255, .5);
}
.banner .slide-dit span:before {
    position: absolute;
    top: 5.2px;
    left: 5.5px;

    display: block;

    width: 10px;
    height: 10px;

    content: '';

    opacity: 0;
    border-radius: 50%;
    background-color: var(--cf);
}
.banner .slide-dit span:last-child:after {
    display: none;
}
.banner .slide-dit span.active {
    border-color: var(--cf);
}
.banner .slide-dit span.active:before {
    opacity: 1;
}
.banner-inner {
    position: relative;

    overflow: hidden;
}
.banner-inner img {
    width: 100%;
}
@media (max-width: 767px) {
    .banner-inner img {
        width: 140%;
        margin-left: -20%;
    }
}
.banner-inner .banner-group {
    position: relative;
}
.banner-inner .group-text {
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1199px) {
    .banner-inner .group-text {
        top: -webkit-calc(50% + 20px);
        top: calc(50% + 20px);
    }
}
.banner-inner .group-text h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 46px;

    position: relative;

    text-transform: uppercase;

    color: var(--cf);
}
@media (max-width: 767px) {
    .banner-inner .group-text h2 {
        font-size: 24px;
    }
}
.banner-inner .group-text h2 span {
    position: relative;
    z-index: 3;
}
.banner-inner .group-text h2:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -16px;

    display: block;

    width: 56px;
    height: 56px;

    content: '';
    -webkit-animation: point 6s linear infinite;
    animation: point 6s linear infinite;

    border-radius: 50%;
    background-color: var(--hover);
}
@-webkit-keyframes point {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
}
@keyframes point {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
}
.hs-pad {
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 1199px) {
    .hs-pad {
        padding: 50px 0;
    }
}
.hs-more {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hs-more {
        margin-top: 20px;
    }
}
.hs-more a,
.hs-more span {
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;

    display: inline-block;

    padding: 0 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: var(--cf);
    border-radius: 30px;
    background-color: var(--color);
}
.hs-more a:hover,
.hs-more span:hover {
    color: var(--cf);
    background-color: var(--hover);
}

.banner__text__item1 .hs-more a{ 
  float:left;
  border-radius:10px; 
  line-height: 60px; padding:0 15px 0 40px; width:30%; text-align:left;
  font-size: 14px;
  background-image: linear-gradient(120deg, #62c17c 0%, #0951a0 100%);
}



.banner__text__item1 .hs-more .flaticon{ width:50px; height:50px; float:right; line-height:50px; background:#fff; border-radius:14px; text-align:center; margin-top:5px;}
.banner__text__item1 .hs-more .flaticon:before{color:#0b7f38; font-size:22px;}

@media (max-width: 767px) {
   .banner__text__item1 .hs-more a {
       width:90%; padding:0 10px 0 20px; line-height: 40px;
    }
	.banner__text__item1 .hs-more .flaticon{ width:38px; height:38px;  line-height:38px; margin-top:0;}
}


.hs-more-nobg a,
.hs-more-nobg span {
    padding-right: 0;
    padding-left: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #333;
    background: none;
}
.hs-more-nobg a:before,
.hs-more-nobg span:before {
    display: inline-block;

    width: 0;
    height: 0;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #a0a0a0;
}
.hs-more-nobg a:hover,
.hs-more-nobg span:hover {
    color: var(--color);
    background: none;
}
.hs-more-nobg a:hover:before,
.hs-more-nobg span:hover:before {
    border-color: transparent transparent transparent var(--color);
}
.title-home h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;

    margin: 0;

    text-transform: capitalize;

    color: #000;
}
@media (max-width: 1470px) {
    .title-home h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title-home h2 {
        font-size: 24px;
    }
}
.title-home.center {
    text-align: center;
}
.title-home p {
    font-size: 16px;
    line-height: 30px;

    max-width: 860px;
    margin: 0 auto;
    margin-top: 20px;
}
@media (max-width: 991px) {
    .title-home p {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
    }
}
.hs-home-category .category-right .category-group,
.hs-inner-products .products .category-group,
.hs-inner-product-details .product-related .category-group {
    display: block;

    padding: 30px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    background-color: #f4f7fa;
}
@media (max-width: 767px) {
    .hs-home-category .category-right .category-group,
    .hs-inner-products .products .category-group,
    .hs-inner-product-details .product-related .category-group {
        padding: 20px 14px;
    }
}
.hs-home-category .category-right .category-group .img .ibox,
.hs-inner-products .products .category-group .img .ibox,
.hs-inner-product-details .product-related .category-group .img .ibox {
    mix-blend-mode: multiply;
}
.hs-home-category .category-right .category-group .img .ibox img,
.hs-inner-products .products .category-group .img .ibox img,
.hs-inner-product-details .product-related .category-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-home-category .category-right .category-group .title-category h3,
.hs-inner-products .products .category-group .title-category h3,
.hs-inner-product-details .product-related .category-group .title-category h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px) {
    .hs-home-category .category-right .category-group .title-category h3,
    .hs-inner-products .products .category-group .title-category h3,
    .hs-inner-product-details .product-related .category-group .title-category h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-right .category-group .title-category h3,
    .hs-inner-products .products .category-group .title-category h3,
    .hs-inner-product-details .product-related .category-group .title-category h3 {
        font-size: 16px;
    }
}
.hs-home-category .category-right .category-group .catemore,
.hs-inner-products .products .category-group .catemore,
.hs-inner-product-details .product-related .category-group .catemore {
    line-height: 44px;

    display: inline-block;

    width: 46px;
    height: 46px;
    margin: 20px 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #afc6dc;
    border: 2px solid #c6d5e5;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .hs-home-category .category-right .category-group .catemore,
    .hs-inner-products .products .category-group .catemore,
    .hs-inner-product-details .product-related .category-group .catemore {
        line-height: 34px;

        width: 36px;
        height: 36px;
        margin: 10px 0;
    }
}
.hs-home-category .category-right .category-group .catemore .flaticon,
.hs-inner-products .products .category-group .catemore .flaticon,
.hs-inner-product-details .product-related .category-group .catemore .flaticon {
    font-size: 20px;
}
.hs-home-category .category-right .category-group:hover,
.hs-inner-products .products .category-group:hover,
.hs-inner-product-details .product-related .category-group:hover {
    box-shadow: 0 15px 14px 0 rgba(9, 80, 160, .16);
}
.hs-home-category .category-right .category-group:hover .img .ibox img,
.hs-inner-products .products .category-group:hover .img .ibox img,
.hs-inner-product-details .product-related .category-group:hover .img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-home-category .category-right .category-group:hover .catemore,
.hs-inner-products .products .category-group:hover .catemore,
.hs-inner-product-details .product-related .category-group:hover .catemore {
    color: var(--cf);
    border-color: #0950a0;
    background-color: #0950a0;
}
.hs-home-category {
    position: relative;
    z-index: 6;

    margin-top: -50px;
    padding: 0;
}
@media (max-width: 767px) {
    .hs-home-category {
        margin-top: 0;
    }
}
.hs-home-category .category-left {
    width: 510px;
    padding: 90px 5% 150px 5%;

    color: var(--cf);
    background: url(../images/category_bg.webp) no-repeat center;
}
@media (max-width: 1470px) {
    .hs-home-category .category-left {
        width: 460px;
        padding: 60px 5%;
    }
}
@media (max-width: 991px) {
    .hs-home-category .category-left {
        width: 300px;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-left {
        width: 100%;
        padding: 30px 15px;
    }
}
.hs-home-category .category-left .title-home h2 {
    color: var(--cf);
}
.hs-home-category .category-left .title-home h3 {
    font-size: 20px;
    line-height: 2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px) {
    .hs-home-category .category-left .title-home h3 {
        font-size: 18px;
    }
}
.hs-home-category .category-left .category-menu {
    margin-top: 80px;
}
@media (max-width: 767px) {
    .hs-home-category .category-left .category-menu {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-left .category-menu ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-home-category .category-left .category-menu ul li {
    max-width: 320px;
}
@media (max-width: 767px) {
    .hs-home-category .category-left .category-menu ul li {
        width: 100%;
        max-width: 100%;
    }
}
.hs-home-category .category-left .category-menu ul li a {
    font-size: 19px;
    line-height: 24px;

    display: block;

    padding: 12px 0;

    color: #c0eaf2;
}
@media (max-width: 767px) {
    .hs-home-category .category-left .category-menu ul li a {
        padding: 5px 0;
    }
}
.hs-home-category .category-left .category-menu ul li.active a {
    font-weight: bold;

    color: var(--cf);
}
.hs-home-category .category-left .hs-more-nobg {
    margin-top: 130px;
}
@media (max-width: 767px) {
    .hs-home-category .category-left .hs-more-nobg {
        margin-top: 30px;
    }
}
.hs-home-category .category-left .hs-more-nobg a {
    display: block;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-home-category .category-left .hs-more-nobg a:hover {
    text-decoration: underline;
}
.hs-home-category .category-right {
    position: relative;
    z-index: 2;

    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    margin-left: -110px;
    padding-top: 120px;
    padding-right: 5%;
}
@media (max-width: 1470px) {
    .hs-home-category .category-right {
        width: -webkit-calc(100% - 350px);
        width: calc(100% - 350px);
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category-right {
        padding-top: 100px;
    }
}
@media (max-width: 991px) {
    .hs-home-category .category-right {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px);
        margin-left: -50px;
        padding-right: 3%;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-right {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}
.hs-home-category .swiper-category {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .hs-home-category .swiper-category {
        margin: 0;
    }
}
.hs-home-category .category-button {
    text-align: right;
}
@media (max-width: 767px) {
    .hs-home-category .category-button {
        position: absolute;
        z-index: 9;
        right: 3%;
        bottom: 5%;
    }
}
.hs-home-category .category-button .swiper-button-prev,
.hs-home-category .category-button .swiper-button-next {
    line-height: 46px;

    width: 46px;
    height: 46px;

    text-align: center;

    opacity: .2;
    color: #0950a0;
    border: 2px solid #0950a0;
    border-radius: 50%;
}
.hs-home-category .category-button .swiper-button-prev .flaticon,
.hs-home-category .category-button .swiper-button-next .flaticon {
    font-size: 20px;
}
.hs-home-category .category-button .swiper-button-prev:hover,
.hs-home-category .category-button .swiper-button-next:hover {
    opacity: .8;
    color: var(--cf);
    background-color: #0950a0;
}

.hs-home-advantage .title-home h2{ margin-bottom:80px;}


.hs-home-advantage .advantage ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -30px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1560px) {
    .hs-home-advantage .advantage ul {
        margin: 0 -15px;
    }
	.hs-home-advantage .title-home h2{ margin-bottom:60px;}
}
.hs-home-advantage .advantage ul li {
    width: 34%;
    padding: 0 5px;
}

.hs-home-advantage .advantage ul li:nth-child(2){  width: 28%; padding:0 2%;}

@media (max-width: 1560px) {
    .hs-home-advantage .advantage ul li {
        padding: 0 15px;
    }
}
@media (max-width: 1440px) {
    .hs-home-advantage .advantage ul li,.hs-home-advantage .advantage ul li:nth-child(2) {
        width: 50%;
        margin: 20px 0;
    }
	.hs-home-advantage .title-home h2{ margin-bottom:40px;}
}
@media (max-width: 767px) {
    .hs-home-advantage .advantage ul li,.hs-home-advantage .advantage ul li:nth-child(2) {
        width: 100%;
        margin: 15px 0;
		padding:0 10px;
    }
}
.hs-home-advantage .advantage .advantage-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hs-home-advantage .advantage .advantage-group .flaticon {
    font-size: 45px;

    width: 96px;

    color: var(--color);
}

.hs-home-advantage .advantage .advantage-group .flaticon img{ max-width:100%;}

@media (max-width: 767px) {
    .hs-home-advantage .advantage .advantage-group .flaticon {
        font-size: 40px;
        padding-right: 5px;
        margin-right: 5px;
        width: 60px;
    }
}
.hs-home-advantage .advantage .advantage-group .note {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
}
@media (max-width: 767px) {
    .hs-home-advantage .advantage .advantage-group .note {
        width: -webkit-calc(100% - 65px);
        width: calc(100% - 65px);
    }
}
.hs-home-advantage .advantage .advantage-group .note h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;

    margin-top: 0;

    color: var(--color);
}
.hs-home-advantage .advantage .advantage-group .note p {
    font-size: 16px;
    line-height: 24px; 
	font-weight:normal; color:#383838;

    margin: 0;
}
.hs-home-application {
    padding: 0;
}
.hs-home-application .swiper-application .swiper-slide {
    overflow: hidden;
}
.hs-home-application .swiper-application .application-group {
    position: relative;
}
.hs-home-application .swiper-application .application-group img {
    width: 100%;
}
@media (max-width: 767px) {
.hs-home-advantage .advantage .advantage-group .note h3{ font-size:18px;}
.hs-home-advantage .advantage .advantage-group .note p{ font-weight:lighter;}
    .hs-home-application .swiper-application .application-group img {
        width: 180%;
        margin-left: -40%;
    }
}
.hs-home-application .swiper-application .application-group .title-home {
    position: absolute;
    z-index: 6;
    top: 80px;

    width: 100%;

    text-align: center;

    color: var(--cf);
}
@media (max-width: 991px) {
    .hs-home-application .swiper-application .application-group .title-home {
        top: 40px;
    }
}
.hs-home-application .swiper-application .application-group .title-home h2 {
    color: var(--cf);
}
.hs-home-application .swiper-application .application-group .title-home h3 {
    font-size: 16px;
    line-height: 30px; font-weight:lighter; width:45%; margin:0 auto; margin-top:10px;

   
}
@media (max-width: 1199px) {
    .hs-home-application .swiper-application .application-group .title-home h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-home-application .swiper-application .application-group .title-home h3 {
        font-size: 16px; width:80%; margin-left:10%;
		 line-height: 1.2;
		display: -webkit-box;
    overflow: hidden;
    height: 76px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    }
}
.hs-home-application .application-menu {
    position: relative;
    z-index: 6;

    margin-top: -90px;
    padding: 0 100px;

    color: var(--cf);
   
}
@media (max-width: 767px) {
    .hs-home-application .application-menu {
        padding: 0 30px;
    }
}
.hs-home-application .application-menu .swiper-application-menu {
    margin: 0 -42px;
}
@media (max-width: 1560px) {
    .hs-home-application .application-menu .swiper-application-menu {
        margin: 0 -20px;
    }
}
@media (max-width: 767px) {
    .hs-home-application .application-menu .swiper-application-menu {
        margin: 0 -15px;
    }
}
.hs-home-application .application-menu .swiper-slide {
    width: auto;
    padding: 0 42px;
}
@media (max-width: 1560px) {
    .hs-home-application .application-menu .swiper-slide {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .hs-home-application .application-menu .swiper-slide {
        padding: 0 15px;
    }
}
.hs-home-application .application-menu .application-menu-group {
    padding: 50px 0;
    cursor: pointer;
}
@media (max-width: 1199px) {
    .hs-home-application .application-menu .application-menu-group {
        padding: 30px 0;
    }
}
.hs-home-application .application-menu .application-menu-group p {
    font-size: 0;
    font-weight: 500;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px) {
    .hs-home-application .application-menu .application-menu-group p {
        font-size: 0;
        line-height: 24px;
    }
}
.hs-home-application .application-menu .swiper-poa {
    z-index: 8;
}
.hs-home-application .application-menu .swiper-poa .swiper-button-prev {
    left: 1%;

    color: var(--cf);
}
@media (max-width: 767px) {
    .hs-home-application .application-menu .swiper-poa .swiper-button-prev {
        left: -30px;

        color: #000;
    }
}
.hs-home-application .application-menu .swiper-poa .swiper-button-next {
    right: 1%;

    color: var(--cf);
}
@media (max-width: 767px) {
    .hs-home-application .application-menu .swiper-poa .swiper-button-next {
        right: -30px;

        color: #000;
    }
}
.hs-home-application .application-menu .swiper-slide-thumb-active .application-menu-group {
    /* color: #0950a0; */
    text-decoration: underline;
}

.hs-home-about .about-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;
}
.hs-home-about .about-img {
    width: 50%;
    padding-left: 3%;

    text-align: right;
}
@media (max-width: 991px) {
    .hs-home-about .about-img {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;

        text-align: center;
    }
}
.hs-home-about .about-img img {
    max-width: 100%;
	border-radius: 180px 0 0 0;
}

.hs-home-about .title-home{ position:relative;}

.hs-home-about .title-home h1{ position:absolute; top:-80px; left:-10px; font-weight:800; font-family:Arial, Helvetica, sans-serif;
    font-size:172px;     
    color: transparent;
    -webkit-text-stroke: 1px #eaeaea;
}

.hs-home-about .title-home h2 {
    color: #000; line-height:2.6;
}
.hs-home-about .title-about {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hs-home-about .title-about {
        margin-top: 20px;
    }
	.hs-home-about .about-img img {border-radius:28px 0 0 0;}
	.hs-home-about .title-home h2{ position:relative; z-index:88;}
	.hs-home-about .title-home h1{ font-size:82px; top:-34px; z-index:5;}
}
.hs-home-about .title-about h2 {
    font-size:24px;
    font-weight: bold;
    line-height: 1.2; 
    margin: 0;
}
@media (max-width: 1199px) {
    .hs-home-about .title-about h2,
    .hs-home-about .title-about h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-home-about .title-about h2,
    .hs-home-about .title-about h3 {
        font-size: 20px;
    }
}
.hs-home-about .title-about h2 {
    color: #099da1;
}
.hs-home-about .title-about h3 {
    color: var(--hover);
}
.hs-home-about .about {
    width: 45%;
}
@media (max-width: 1199px) {
    .hs-home-about .about {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .hs-home-about .about {
        width: 100%;
    }
}
.hs-home-about .about .free-editor {
    margin-top: 20px;
}
.hs-home-about .about-img {
    position: relative;

    padding: 30px 0px 0 0;
}
@media (max-width: 767px) {
    .hs-home-about .about-img {
        padding: 30px 30px 0 0;
    }
}
.hs-home-about .about-img:before {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 70px;

    display: block;

    width: 40%;
    height: 90%;

    content: '';
    -webkit-transition: all 1s;
    transition: all 1s;

    background: #d5d5d5;
}
.hs-home-about .about-img img {
    position: relative;
    z-index: 4;
}
.hs-home-about .about-img img img {
    width: 100%;
}
.hs-home-about.show .about-img:before {
    top: 0;
    right: 0;
}
.hs-home-rd .title-home {
    text-align: center;
}
.hs-home-rd .rd {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .hs-home-rd .rd {
        margin-top: 20px;
    }
	
}
.hs-home-rd .rd .swiper-rd {
    width: 120%;
    margin-left: -10%;
}
@media (max-width: 767px) {
    .hs-home-rd .rd .swiper-rd {
        width: 100%;
        margin: 0;
    }
}
.hs-home-rd .rd .rd-group .ibox {
    padding-bottom: 75.36231884%;
}
.hs-home-rd .rd .rd-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-home-rd .rd .rd-group:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-home-news {
    background-color: #f5f5f5;
}
.hs-home-news .news {
    position: relative;

    margin-top: 60px;
}
@media (max-width: 991px) {
    .hs-home-news .news {
        margin-top: 30px;
    }
}
.hs-home-news .news .swiper-news {
    margin: 0 -60px;
}
@media (max-width: 1560px) {
    .hs-home-news .news .swiper-news {
        margin: 0 -30px;
    }
}
.hs-home-news .news .news-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 0 60px;
}
@media (max-width: 1560px) {
    .hs-home-news .news .news-group {
        padding: 0 30px;
    }
}
.hs-home-news .news .news-group .date {
    width: 80px;
}
.hs-home-news .news .news-group .date b {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;

    color: var(--color);
}
.hs-home-news .news .news-group .date span {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;

    display: block;
}
.hs-home-news .news .news-group .note {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
}
.hs-home-news .news .news-group .note h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .hs-home-news .news .news-group .note h3 {
        font-size: 16px;
    }
}
.hs-home-news .news .news-group .note p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 14px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .hs-home-news .news .news-group .note p {
        font-size: 14px;
    }
}
.hs-home-news .news .news-group .hs-more {
    line-height: 30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 14px;

    border-top: 1px solid var(--color);

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-home-news .news .news-group .hs-more:after {
    display: inline-block;

    width: 0;
    height: 0;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent var(--color);
}
.hs-home-news .news .news-group .hs-more span {
    color: var(--color);
}
.hs-home-news .news .news-group .hs-more span:before {
    display: none;
}
.hs-home-news .news .news-group:hover .note h3 {
    text-decoration: underline;

    color: var(--color);
}
.fb_iframe_widget {
    position: absolute !important;

    width: 100%;
    height: 100%;
}
.fb_iframe_widget span {
    width: 100% !important;
    height: 100% !important;
}
.hs-home-faqs .facebook .iframe-box .ibox {
    padding-bottom: 135.13513514%;
}
.hs-home-faqs .facebook .iframe-box .ibox iframe {
    position: absolute;

    width: 100% !important;
    height: 100% !important;
}
.gettop {
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 30px;

    display: none;

    cursor: pointer;

    color: var(--color);
}
.gettop .icon {
    font-size: 40px;

    display: block;

    width: 60px;

    -webkit-animation: Mouse 1.6s linear infinite;
    animation: Mouse 1.6s linear infinite;
    text-align: center;
}
@-webkit-keyframes Mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes Mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.hs-inner {
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px) {
    .hs-inner {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    .hs-inner {
        padding: 40px 0;
    }
}
.title-inner h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;

    margin: 0;

    text-transform: capitalize;

    color: #333;
}
@media (max-width: 1470px) {
    .title-inner h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .title-inner h2 {
        font-size: 24px;
    }
}
.title-inner.center {
    text-align: center;
}
.free-editor p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: var(--c3);
}
@media (max-width: 1560px) {
    .free-editor p {
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .free-editor p {
        font-size: 14px;
        line-height: 24px;
    }
}
.free-editor img {
    max-width: 100%;
    height: auto !important;
}
.hs-about-menu {
    position: relative;
    z-index: 9;

    overflow: hidden;

    width: 100%;
    margin-top: -60px;
    padding: 10px 0;

    text-align: center;

    color: var(--cf);
    background-color: rgba(9, 157, 161, .8);
}
.hs-about-menu.sticky {
    margin-top: 0;
}
.hs-about-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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    .hs-about-menu ul {
        margin: 0 -10px;
    }
}
.hs-about-menu ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

    display: block;

    padding: 5px 30px;
}
@media (max-width: 1199px) {
    .hs-about-menu ul li a {
        padding: 5px 10px;
    }
}
@media (max-width: 991px) {
    .hs-about-menu ul li a {
        font-size: 15px;
        line-height: 24px;
    }
}
.hs-about-menu ul li:hover a,
.hs-about-menu ul li.active a {
    text-decoration: underline;
}
.hs-inner-location {
    padding: 20px 0;

    background-color: #f5f5f5;
}
@media (max-width: 767px) {
    .hs-inner-location {
        padding: 10px 0;
    }
}
.hs-inner-location .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .hs-inner-location .flex {
        flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
    }
}
.hs-inner-location .title-inner h2 {
    font-size: 20px;
}
.hs-inner-location .location {
    position: relative;

    padding-left: 24px;

    color: #959595;
}
@media (max-width: 767px) {
    .hs-inner-location .location {
        width: 100%;
    }
}
.hs-inner-location .location .flaticon {
    font-size: 16px;
    line-height: 30px;

    position: absolute;
    top: -2px;
    left: 0;
}
.hs-inner-location .location ul {
    font-size: 14px;
    line-height: 30px;

    position: relative;

    display: inline-block;
}
@media (max-width: 1199px) {
    .hs-inner-location .location ul {
        font-size: 14px;
    }
}
.hs-inner-location .location ul li {
    display: inline-block;

    vertical-align: top;
    text-transform: capitalize;
}
.hs-inner-location .location ul li:after {
    display: inline-block;

    margin: 0 4px;

    content: '|';
    vertical-align: top;
}
.hs-inner-location .location ul li:last-child:after {
    display: none;
}
.hs-inner-location .location ul li a {
    display: inline-block;

    vertical-align: top;
}
.hs-inner-location .location ul li a:hover {
    text-decoration: underline;

    color: var(--color);
}
.hs-inner-location-products .flex {
    padding-left: 360px;
}
@media (max-width: 1470px) {
    .hs-inner-location-products .flex {
        padding-left: 310px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-location-products .flex {
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .inner-info {
        font-size: 0;

        position: relative;
        z-index: 9;
    }
    .inner-info .inner-left,
    .inner-info .inner-right {
        font-size: 14px;

        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .inner-left {
        width: 308px;
    }
    .inner-right {
        width: -webkit-calc(100% - 308px);
        width: calc(100% - 308px);
        padding-left: 30px;
    }
}
.inner-right {
    padding-left: 3%;
}
@media (max-width: 1199px) {
    .inner-right {
        padding-left: 0;
    }
}
.catalog-menu {
    padding: 50px 30px;

    background-color: #f8f8f8;
}
@media (max-width: 1470px) {
    .catalog-menu {
        padding: 30px 20px;
    }
}
@media (max-width: 1199px) {
    .catalog-menu {
        padding: 10px 14px;
    }
}
.catalog-menu .menu-nav .title-sidenav h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    color: var(--hover);
}
@media (max-width: 1199px) {
    .catalog-menu .menu-nav .title-sidenav h2 {
        display: none;
    }
}
.catalog-menu .menu-nav .title-sidenav h2 span {
    display: block;

    color: var(--color);
}
@media (max-width: 1199px) {
    .catalog-menu .menu-nav .title-sidenav h2 span {
        display: inline-block;

        vertical-align: middle;
    }
}
.catalog-menu .menu-nav .menu-nav1 {
    margin-top: 50px;
}
@media (max-width: 1470px) {
    .catalog-menu .menu-nav .menu-nav1 {
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .catalog-menu .menu-nav .menu-nav1 {
        margin-top: 0;
    }
}
.catalog-menu .menu-nav .menu-nav1>li {
    position: relative;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.catalog-menu .menu-nav .menu-nav1>li>a {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;

    position: relative;

    display: block;

    padding: 15px 0 15px 0;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .catalog-menu .menu-nav .menu-nav1>li>a {
        line-height: 24px;

        padding: 10px 30px 10px 0;
    }
}

.catalog-menu .menu-nav .menu-nav1>li.active>a,
.catalog-menu .menu-nav .menu-nav1>li:hover>a {
    color: var(--hover);
}

.catalog-menu .menu-nav .menu-nav2 {
    display: none;
}
.catalog-menu .menu-nav .menu-nav2>li {
    position: relative;
}
@media (max-width: 1199px) {
    .catalog-menu .menu-nav .menu-nav2>li {
        display: inline-block;

        vertical-align: top;
    }
}
.catalog-menu .menu-nav .menu-nav2>li>a {
    font-size: 15px;
    line-height: 2;

    position: relative;

    display: block;
}
@media (max-width: 1199px) {
    .catalog-menu .menu-nav .menu-nav2>li>a {
        font-size: 14px;
    }
}
.catalog-menu .menu-nav .menu-nav2>li.active>a,
.catalog-menu .menu-nav .menu-nav2>li:hover>a {
    color: var(--color);
}
.hs-inner-about {
    position: relative;
    z-index: 6;

    padding-bottom: 0;
}
.hs-inner-about .about {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-about .about-img,
.hs-inner-about .note {
    width: 50%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .hs-inner-about .about-img,
    .hs-inner-about .note {
        width: 100%;
    }
}
.hs-inner-about .about-img {
    position: relative;
}
.hs-inner-about .about-img .img {
    overflow: hidden;
}
@media (max-width: 767px) {
    .hs-inner-about .about-img img {
        width: 100%;
    }
}
.hs-inner-about .about-img .txt {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: -50px;

  
    max-width: 55%;
    padding: 15px 30px;

    color: var(--cf);
    background-color: var(--hover);
}
@media (max-width: 991px) {
    .hs-inner-about .about-img .txt {
        max-width: 70%;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about-img .txt {
        left: -15px;

        padding: 10px;
    }
}
.hs-inner-about .about-img .txt p {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.5;
    font-family: fantasy;
    margin: 0;
}
@media (max-width: 767px) {
    .hs-inner-about .about-img .txt p {
        font-size: 14px;
    }
}
.hs-inner-about .note {
    padding-bottom: 60px;
    padding-left: 5%;
}
@media (max-width: 767px) {
    .hs-inner-about .note {
        padding: 30px 0;
    }
}
.hs-inner-about .note .free-editor {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .hs-inner-about .note .free-editor {
        margin-top: 10px;
    }
}
.hs-inner-advantage {
    position: relative;

    margin-top: -40px;
    padding-top: 110px;
}
@media (max-width: 767px) {
    .hs-inner-advantage {
        margin: 0;
        padding-top: 40px;
    }
}
.hs-inner-advantage:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 260px;

    content: '';

    background-color: var(--color);
}
.hs-inner-advantage ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -30px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1470px) {
    .hs-inner-advantage ul {
        margin: 0 -15px;
    }
}
.hs-inner-advantage ul li {
    margin: 10px 0;
    padding: 0 30px;
}
@media (max-width: 1470px) {
    .hs-inner-advantage ul li {
        padding: 0 15px;
    }
}
.hs-inner-advantage .advantage-group {
    position: relative;
    z-index: 8;

    height: 100%;
    padding: 80px 50px;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    background: #fff;
    box-shadow: 0 15px 14px 0 rgba(152, 181, 213, .25);
}
@media (max-width: 1470px) {
    .hs-inner-advantage .advantage-group {
        padding: 30px;
    }
}
.hs-inner-advantage .advantage-group .flaticon {
    font-size: 50px;

    display: block;

    color: var(--color);
}
@media (max-width: 767px) {
    .hs-inner-advantage .advantage-group .flaticon {
        font-size: 40px;
    }
}
.hs-inner-advantage .advantage-group h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

    color: var(--color);
}
.hs-inner-advantage .advantage-group p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
.hs-inner-advantage .advantage-group:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.hs-inner-honor {
    background-color: #f5f5f5;
}
.hs-inner-honor .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-honor .honor-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 390px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1470px) {
    .hs-inner-honor .honor-left {
        width: 300px;
    }
}
@media (max-width: 991px) {
    .hs-inner-honor .honor-left {
        width: 240px;
    }
}
@media (max-width: 767px) {
    .hs-inner-honor .honor-left {
        width: 100%;
    }
}
.hs-inner-honor .honor-left .swiper-button-next,
.hs-inner-honor .honor-left .swiper-button-prev {
    margin-top: 20px;

    color: #000;
    border: none;
}
.hs-inner-honor .honor-left .swiper-button-next .flaticon,
.hs-inner-honor .honor-left .swiper-button-prev .flaticon {
    font-size: 20px;
}
.hs-inner-honor .honor-left .swiper-button-next:hover,
.hs-inner-honor .honor-left .swiper-button-prev:hover {
    color: var(--color);
    background: none;
}
.hs-inner-honor .honor {
    width: -webkit-calc(100% - 390px);
    width: calc(100% - 390px);
}
@media (max-width: 1470px) {
    .hs-inner-honor .honor {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}
@media (max-width: 991px) {
    .hs-inner-honor .honor {
        width: -webkit-calc(100% - 240px);
        width: calc(100% - 240px);
    }
}
@media (max-width: 767px) {
    .hs-inner-honor .honor {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-inner-honor .honor .swiper-honor {
    width: 120%;
}
@media (max-width: 767px) {
    .hs-inner-honor .honor .swiper-honor {
        width: 100%;
    }
}
.hs-inner-honor .honor .honor-group {
    display: block;

    text-align: center;
}
.hs-inner-honor .honor .honor-group .ibox {
    padding-bottom: 144.2%;

    border: 1px solid rgba(134, 170, 177, .42);
}
.hs-inner-honor .honor .honor-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-honor .honor .honor-group h3 {
    font-size: 16px;
    line-height: 2.25;

    margin: 10px 0 0 0;

    color: var(--c6);
}
.hs-inner-factory {
    background: url(../images/factory_bg.webp) no-repeat center;
    background-size: cover;
}
.hs-inner-factory .title-inner {
    text-align: center;
}
.hs-inner-factory .title-inner h2 {
    color: var(--cf);
}
.hs-inner-factory .factory {
    position: relative;

    margin-top: 20px;
    padding: 0 5%;
}
.hs-inner-factory .factory .swiper-factory {
    padding: 50px 0;
}
@media (max-width: 1199px) {
    .hs-inner-factory .factory .swiper-factory {
        padding: 0;
    }
}
@media (max-width: 1199px) {
    .hs-inner-factory .factory .swiper-3d .swiper-wrapper {
        -webkit-transform-style: flat;
        transform-style: flat;
    }
}
.hs-inner-factory .factory .swiper-slide {
    width: 25%;
}
@media (max-width: 1470px) {
    .hs-inner-factory .factory .swiper-slide {
        padding: 0 10px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-factory .factory .swiper-slide {
        width: 33.33333333%;
    }
}
@media (max-width: 991px) {
    .hs-inner-factory .factory .swiper-slide {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .hs-inner-factory .factory .swiper-slide {
        width: 100%;
    }
}
.hs-inner-factory .factory .factory-group {
    overflow: hidden;

    cursor: pointer;
    text-align: center;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.hs-inner-factory .factory .factory-group .ibox {
    padding-bottom: 75%;
}
.hs-inner-factory .factory .factory-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-factory .factory .factory-group p {
    font-size: 16px;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hs-inner-factory .factory .factory-group:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-inner-factory .factory .factory-group:hover p {
    color: var(--color);
}
.hs-inner-factory .factory .swiper-button-prev {
    left: 0;
}
@media (max-width: 767px) {
    .hs-inner-factory .factory .swiper-button-prev {
        left: -15px;
    }
}
.hs-inner-factory .factory .swiper-button-next {
    right: 0;
}
@media (max-width: 767px) {
    .hs-inner-factory .factory .swiper-button-next {
        right: -15px;
    }
}
.hs-inner-customer {
    background-color: #f5f5f5;
}
.hs-inner-customer .customer-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 390px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1470px) {
    .hs-inner-customer .customer-left {
        width: 300px;
    }
}
@media (max-width: 991px) {
    .hs-inner-customer .customer-left {
        width: 240px;
    }
}
@media (max-width: 767px) {
    .hs-inner-customer .customer-left {
        width: 100%;
    }
}
.hs-inner-customer .customer-left .swiper-button-next,
.hs-inner-customer .customer-left .swiper-button-prev {
    color: #000;
    border: none;
}
@media (max-width: 767px) {
    .hs-inner-customer .customer-left .swiper-button-next,
    .hs-inner-customer .customer-left .swiper-button-prev {
        margin-top: 14px;
    }
}
.hs-inner-customer .customer-left .swiper-button-next .flaticon,
.hs-inner-customer .customer-left .swiper-button-prev .flaticon {
    font-size: 20px;
}
.hs-inner-customer .customer-left .swiper-button-next:hover,
.hs-inner-customer .customer-left .swiper-button-prev:hover {
    color: var(--color);
    background: none;
}
.hs-inner-customer .customer {
    width: -webkit-calc(100% - 390px);
    width: calc(100% - 390px);
}
@media (max-width: 1470px) {
    .hs-inner-customer .customer {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}
@media (max-width: 991px) {
    .hs-inner-customer .customer {
        width: -webkit-calc(100% - 240px);
        width: calc(100% - 240px);
    }
}
@media (max-width: 767px) {
    .hs-inner-customer .customer {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-inner-customer .customer .customer-group {
    display: block;

    text-align: center;
}
.hs-inner-customer .customer .customer-group .ibox {
    padding-bottom: 46.15384615%;

    border: 1px solid rgba(134, 170, 177, .42);
}
.hs-inner-customer .customer .customer-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-faqs .faqs {
    margin-top: -20px;
}
.hs-inner-faqs .faqs>ul>li {
    padding: 20px 0;
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs>ul>li {
        padding: 0;
    }
}
.hs-inner-faqs .faqs-group {
    -webkit-transition: all .4s;
    transition: all .4s;

    background-color: #f8f8f8;
}
.hs-inner-faqs .title-faqs {
    position: relative;

    padding: 20px 50px 20px 60px;

    cursor: pointer;
}
@media (max-width: 1400px) {
    .hs-inner-faqs .title-faqs {
        padding: 10px 30px 10px 30px;
    }
}
.hs-inner-faqs .title-faqs h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.hs-inner-faqs .title-faqs:after {
    font-size: 18px;
    font-weight: bold;

    position: absolute;
    z-index: 2;
    top: 50%;
    right: 40px;

    content: '+';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1400px) {
    .hs-inner-faqs .title-faqs:after {
        right: 20px;
    }
}
.hs-inner-faqs .faqs-ques {
    padding: 20px 60px 100px 60px;
}
@media (max-width: 1400px) {
    .hs-inner-faqs .faqs-ques {
        padding: 10px 30px 50px 30px;
    }
}
.hs-inner-faqs .faqs-ques p {
    color: #9cb9d9;
}
.hs-inner-faqs .current .faqs-group {
    padding: 30px 0;

    background: url(../images/wenhao.webp) no-repeat bottom right var(--hover);
}
@media (max-width: 1400px) {
    .hs-inner-faqs .current .faqs-group {
        padding: 20px 0;
    }
}
.hs-inner-faqs .current .faqs-group .title-faqs {
    color: var(--cf);
}
.hs-inner-news .news>ul {
    margin-top: -60px;
}
@media (max-width: 1199px) {
    .hs-inner-news .news>ul {
        margin-top: 0;
    }
}
.hs-inner-news .news>ul>li {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-news .news>ul>li {
        margin-top: 30px;
    }
}
.hs-inner-news .news-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-news .news-group .img {
    width: 480px;
}
@media (max-width: 1470px) {
    .hs-inner-news .news-group .img {
        width: 380px;
    }
}
@media (max-width: 991px) {
    .hs-inner-news .news-group .img {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .hs-inner-news .news-group .img {
        width: 100%;
    }
}
.hs-inner-news .news-group .img .ibox {
    padding-bottom: 83.33333333%;
}
.hs-inner-news .news-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-news .news-group .desc {
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
    padding-left: 3%;
}
@media (max-width: 1470px) {
    .hs-inner-news .news-group .desc {
        width: -webkit-calc(100% - 380px);
        width: calc(100% - 380px);
    }
}
@media (max-width: 991px) {
    .hs-inner-news .news-group .desc {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}
@media (max-width: 767px) {
    .hs-inner-news .news-group .desc {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.hs-inner-news .news-group .desc .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    color: var(--color);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-news .news-group .desc .date b {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;

    padding-right: 6px;
}
@media (max-width: 991px) {
    .hs-inner-news .news-group .desc .date b {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .hs-inner-news .news-group .desc .date b {
        font-size: 30px;
    }
}
.hs-inner-news .news-group .desc .date p {
    margin: 0;
}
.hs-inner-news .news-group .desc .date span {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;

    display: block;
}
@media (max-width: 767px) {
    .hs-inner-news .news-group .desc .date span {
        font-size: 16px;
        line-height: 20px;
    }
}
.hs-inner-news .news-group .desc .note {
    margin-top: 40px;
}
@media (max-width: 1470px) {
    .hs-inner-news .news-group .desc .note {
        margin-top: 20px;
    }
}
.hs-inner-news .news-group .desc .note h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 26px;
    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .hs-inner-news .news-group .desc .note h3 {
        font-size: 16px;
    }
}
.hs-inner-news .news-group .desc .note p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 14px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .hs-inner-news .news-group .desc .note p {
        font-size: 14px;

        margin-top: 8px;
    }
}
.hs-inner-news .news-group .desc .hs-more {
    line-height: 30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 50px;
    padding-top: 14px;

    border-top: 1px solid var(--color);

    -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: 1470px) {
    .hs-inner-news .news-group .desc .hs-more {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-news .news-group .desc .hs-more {
        font-size: 14px;

        margin-top: 20px;
        padding-top: 10px;
    }
}
.hs-inner-news .news-group .desc .hs-more:after {
    display: inline-block;

    width: 0;
    height: 0;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent var(--color);
}
.hs-inner-news .news-group .desc .hs-more span {
    color: var(--color);
}
.hs-inner-news .news-group .desc .hs-more span:before {
    display: none;
}
.hs-inner-news .news-group:hover .img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-inner-news .news-group:hover .desc .note h3 {
    color: var(--color);
}
@media (max-width: 1199px) {
    .hs-inner-news-show .news-show {
        margin-top: 30px;
    }
}
.hs-inner-news-show .news-show .title-home h2 {
    font-size: 24px;
    line-height: 1.5;

    display: block;

    text-align: center;
}
@media (max-width: 991px) {
    .hs-inner-news-show .news-show .title-home h2 {
        font-size: 20px;
    }
}
.hs-inner-news-show .news-show-top {
    padding: 30px;

    background-color: #e8eef2;
}
@media (max-width: 767px) {
    .hs-inner-news-show .news-show-top {
        padding: 20px 14px;
    }
}
.hs-inner-news-show .date-share {
    margin-top: 40px;
    padding: 15px 40px;

    background-color: #f8f8f8;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .hs-inner-news-show .date-share {
        margin-top: 20px;
        padding: 10px;
    }
}
.hs-inner-news-show .date-share p {
    font-size: 16px;
    line-height: 26px;

    margin: 10px 0;

    color: #0f1d2e;
}
@media (max-width: 767px) {
    .hs-inner-news-show .date-share p {
        font-size: 14px;
    }
}
.hs-inner-news-show .date-share p span {
    display: inline-block;

    margin-right: 30px;

    vertical-align: middle;
}
.hs-inner-news-show .date-share p span .flaticon {
    font-size: 24px;

    display: inline-block;

    margin-top: -2px;
    margin-right: 10px;

    vertical-align: middle;

    color: var(--hover);
}
.hs-inner-news-show .title-cases-show .date-share {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hs-inner-news-show .free-editor {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .hs-inner-news-show .free-editor {
        margin-top: 30px;
    }
}
.hs-inner-news-show .free-editor p {
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px) {
    .hs-inner-news-show .free-editor p {
        font-size: 14px;
    }
}
.hs-inner-news-show .free-editor img {
    max-width: 100%;
    height: auto !important;
}
.hs-inner-news-show .button-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 70px;
    padding: 10px 5%;

    color: var(--color);
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;

    -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: 991px) {
    .hs-inner-news-show .button-news {
        margin-top: 30px;
    }
}
.hs-inner-news-show .button-news a {
    line-height: 50px;

    display: block;

    width: 50px;
    height: 50px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
}
.hs-inner-news-show .button-news a .flaticon {
    font-size: 40px;
}
.hs-inner-news-show .button-news a:hover {
    color: var(--hover);
}
.hs-inner-news-show .button-news .prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hs-inner-products .products>ul {
    margin-top: -30px;
}
@media (max-width: 991px) {
    .hs-inner-products .products>ul {
        margin: 0 -15px;
    }
}
.hs-inner-products .products>ul>li {
    margin-top: 30px;
}
@media (max-width: 1560px) {
    .hs-inner-products .products>ul>li {
        width: 33.33333333%;
    }
}
@media (max-width: 991px) {
    .hs-inner-products .products>ul>li {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .hs-inner-products .products>ul>li {
        margin-top: 14px;
    }
}
@media (min-width: 1200px) {
    .hs-inner-products .products>ul {
        margin-right: -12px;
        margin-left: -12px;
    }
    .hs-inner-products .products>ul>li {
        padding: 0 12px;
    }
}
.hs-inner-product-details {
    padding-bottom: 50px;
}
@media (max-width: 767px) {
    .hs-inner-product-details {
        padding-bottom: 30px;
    }
}
.hs-inner-product-details .product-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details {
        margin-top: 30px;
    }
}
.hs-inner-product-details .product-details .details-imgbox {
    width: 40%;
    height: 100%;

    border: 1px solid rgba(205, 205, 205, .42);
}
@media (max-width: 1560px) {
    .hs-inner-product-details .product-details .details-imgbox {
        width: 35%;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-imgbox {
        width: 100%;
    }
}
.hs-inner-product-details .product-details .details-imgbox .zoom {
    cursor: crosshair;
}
.hs-inner-product-details .product-details .swiper-button-prev,
.hs-inner-product-details .product-details .swiper-button-next {
    font-size: 30px;

    position: absolute;
    z-index: 4;
    top: 50%;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 30px;
    height: 30px;
    margin-top: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-product-details .product-details .swiper-button-prev:after,
.hs-inner-product-details .product-details .swiper-button-next:after {
    display: block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);

    border-width: 8px 16px 8px 0;
    border-style: solid;
    border-color: transparent var(--color) transparent transparent;
}
.hs-inner-product-details .product-details .swiper-button-prev:hover,
.hs-inner-product-details .product-details .swiper-button-next:hover {
    background: none;
}
.hs-inner-product-details .product-details .swiper-button-prev:hover:after,
.hs-inner-product-details .product-details .swiper-button-next:hover:after {
    border-color: transparent var(--hover) transparent transparent;
}
.hs-inner-product-details .product-details .swiper-button-next {
    right: 0;
    left: auto;
}
.hs-inner-product-details .product-details .swiper-button-next:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hs-inner-product-details .product-details .details-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 60%;
    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: 1560px) {
    .hs-inner-product-details .product-details .details-content {
        width: 65%;
    }
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-content {
        padding-left: 3%;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-content {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.hs-inner-product-details .product-details .details-content .title-inner h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.hs-inner-product-details .product-details .details-content .free-editor {
    margin-top: 30px;  line-height:1.8;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-content .free-editor {
        margin-top: 10px;
    }
}
.hs-inner-product-details .product-details .details-content .free-editor p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-content .free-editor p {
        font-size: 14px;
    }
}
.hs-inner-product-details .product-details .details-content .free-editor table {
    font-size: 16px;

    width: 100%;
    margin-top: 20px;

    color: var(--color);
}
@media (max-width: 1560px) {
    .hs-inner-product-details .product-details .details-content .free-editor table {
        font-size: 14px;
    }
}
.hs-inner-product-details .product-details .details-content .free-editor table tr {
    border-bottom: 1px solid #e8eef2;
}
.hs-inner-product-details .product-details .details-content .free-editor table td {
    line-height: 24px;

    padding: 15px 10px;
}
@media (max-width: 1560px) {
    .hs-inner-product-details .product-details .details-content .free-editor table td {
        padding: 10px;
    }
}
.hs-inner-product-details .details-link {
    font-size: 0;

    margin-top: 30px;

    text-align: right;
}
.hs-inner-product-details .details-link a {
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    padding: 30px;

    color: var(--cf);
    background-color: var(--hover);
}
@media (max-width: 1560px) {
    .hs-inner-product-details .details-link a {
        font-size: 16px;
        line-height: 24px;

        padding: 20px;
    }
}
@media (max-width: 991px) {
    .hs-inner-product-details .details-link a {
        padding: 10px 20px;
    }
}
.hs-inner-product-details .details-link a .flaticon {
    font-size: 30px;

    float: left;

    margin-right: 6px;
}
@media (max-width: 991px) {
    .hs-inner-product-details .details-link a .flaticon {
        font-size: 24px;
    }
}
.hs-inner-product-details .details-link a:hover {
    text-decoration: underline;
}
.hs-inner-product-details .details-link .contact {
    position: relative;

    background-color: var(--color);
}
.hs-inner-product-details .details-link .contact:before {
    position: absolute;
    top: 0;
    left: 100%;

    width: 1000px;
    height: 100%;

    content: '';

    background-color: var(--color);
}
.hs-inner-product-details .product-small {
    position: relative;

    width: 100%;
    padding: 20px 30px;
}
.hs-inner-product-details .swiper-product-small .swiper-slide {
    padding: 0 8px;
}
.hs-inner-product-details .swiper-product-small .pro-group {
    cursor: pointer;

    border: 1px solid #ececec;
    background: -webkit-gradient(linear, left top, right top, from(#f8fafe), to(#e3e9f0));
    background: -webkit-linear-gradient(left, #f8fafe, #e3e9f0);
    background: linear-gradient(90deg, #f8fafe, #e3e9f0);
}
.hs-inner-product-details .swiper-product-small .swiper-slide-thumb-active .pro-group {
    border-color: var(--color);
}
.hs-inner-product-details .title-parameters {
    position: relative;

    padding-bottom: 20px;

    border-bottom: 2px solid #e6e6e6;
}
@media (max-width: 767px) {
    .hs-inner-product-details .title-parameters {
        padding-bottom: 14px;
    }
}
.hs-inner-product-details .title-parameters:after {
    position: absolute;
    z-index: 2;
    bottom: -2px;

    display: block;

    width: 180px;
    height: 2px;

    content: '';

    background-color: var(--color);
}
.hs-inner-product-details .title-parameters h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: var(--color);
}
.hs-inner-product-details .product-parameters {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-parameters {
        padding-top: 40px;
    }
}
.hs-inner-product-details .product-parameters .free-editor {
    margin-top: 40px;

    color: var(--c3);
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-parameters .free-editor {
        margin-top: 20px;
    }
}
.hs-inner-product-details .product-parameters .free-editor p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-parameters .free-editor p {
        font-size: 14px;
    }
}
.hs-inner-product-details .product-parameters .free-editor table {
    font-size: 16px;

    width: 100%;
    margin-top: 20px;

    text-align: center;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-parameters .free-editor table {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-parameters .free-editor table {
        font-size: 12px;
    }
}
.hs-inner-product-details .product-parameters .free-editor table th,
.hs-inner-product-details .product-parameters .free-editor table td {
    line-height: 24px;

    padding: 10px;

    text-align: center;

    border: 1px solid #ccc;
}
.hs-inner-product-details .product-parameters .free-editor table tr {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.hs-inner-product-details .product-related {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-related {
        padding-top: 40px;
    }
}
.hs-inner-product-details .product-related .product-related-content {
    position: relative;

    padding: 0 4%;
}
.hs-inner-product-details .product-related .swiper-button-prev {
    left: 0;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-related .swiper-button-prev {
        left: -20px;
    }
}
.hs-inner-product-details .product-related .swiper-button-next {
    right: 0;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-related .swiper-button-next {
        right: -20px;
    }
}
.hs-inner-product-details .product-related .swiper-slide {
    padding: 30px 0;
}
.hs-inner-product-details .product-feedback {
    margin-top: 80px;

    background-color: #f4f4f4;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-feedback {
        margin-top: 40px;
    }
}
.hs-inner-product-details .product-feedback .title-parameters {
    overflow: hidden;

    width: 400px;
    padding: 60px 40px;

    color: var(--cf);
    background-color: var(--hover);
}
@media (max-width: 1560px) {
    .hs-inner-product-details .product-feedback .title-parameters {
        width: 300px;
        padding: 30px 20px;
    }
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-feedback .title-parameters {
        width: 100%;
        padding: 10px;
    }
}
.hs-inner-product-details .product-feedback .title-parameters h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;

    text-transform: uppercase;

    color: var(--cf);
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-feedback .title-parameters h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-feedback .title-parameters h3 {
        font-size: 24px;
    }
}
.hs-inner-product-details .product-feedback .title-parameters p {
    font-size: 16px;
    line-height: 1.875;

    margin-top: 30px;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-feedback .title-parameters p {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-feedback .title-parameters p {
        font-size: 14px;
        line-height: 24px;
    }
}
.hs-inner-product-details .product-feedback .feedbackform {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    padding: 50px 30px;
}
@media (max-width: 1560px) {
    .hs-inner-product-details .product-feedback .feedbackform {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-feedback .feedbackform {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-feedback .feedbackform {
        padding: 20px 14px;
    }
}



.hs-inner-product-details .prev-next {
    border-top: 1px solid #ccc;
	 padding-top:40px;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .hs-inner-product-details .prev-next {
        margin-top: 20px;
    }
}
.hs-inner-product-details .prev-next a {
    line-height: 30px;

    position: relative;

    display: inline-block;

    padding: 10px 10px 10px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
}

.hs-inner-product-details .prev-next a:hover {
    color: #194590;
}
.hs-inner-product-details .prev-next .next {
    text-align: right;
}
@media (max-width: 767px) {
    .hs-inner-product-details .prev-next .next {
        text-align: left;
    }
}



.feedbackform form ul {
    margin: 0 -8px;
}
.feedbackform form ul li {
    padding: 0 8px;
}
.feedbackform form .group-feedback {
    position: relative;

    margin-bottom: 20px;

    border: 1px solid rgba(231, 231, 231, .34);
}
.feedbackform form .group-feedback input,
.feedbackform form .group-feedback textarea,
.feedbackform form .group-feedback select {
    font-size: 16px;
    line-height: 24px;

    width: 100%;
    min-height: 54px;
    padding: 15px 20px;

    resize: vertical;

    border: none;
    border: 1px solid #ececec;
    outline: none;
    background: none;
    background: #f8f8f8;
}
@media (max-width: 767px) {
    .feedbackform form .group-feedback input,
    .feedbackform form .group-feedback textarea,
    .feedbackform form .group-feedback select {
        font-size: 14px;
        line-height: 24px;

        min-height: 44px;
        padding: 10px;
    }
}
.feedbackform form .group-feedback select option {
    width: 100%;
    /* 设置选项的背景色 */

    color: #333;
    background-color: #f8f8f8;
    /* 设置选项的文本颜色 */
}
.feedbackform form .group-feedback select option:hover {
    color: var(--cf);
    background-color: var(--color);
    /* 设置鼠标悬停时的背景色 */
}
.feedbackform form .group-feedback.group-read input {
    background-color: #eee;
}
.feedbackform form .group-feedback input::-webkit-input-placeholder,
.feedbackform form .group-feedback textarea::-webkit-input-placeholder {
    color: var(--c3);
}
.feedbackform form .group-feedback input:-o-placeholder,
.feedbackform form .group-feedback textarea:-o-placeholder {
    color: var(--c3);
}
.feedbackform form .group-feedback input::-moz-placeholder,
.feedbackform form .group-feedback textarea::-moz-placeholder {
    color: var(--c3);
}
.feedbackform form .group-feedback input:-ms-input-placeholder,
.feedbackform form .group-feedback textarea:-ms-input-placeholder {
    color: var(--c3);
}
.feedbackform form .group-feedback input:focus::-webkit-input-placeholder,
.feedbackform form .group-feedback textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.feedbackform form .group-feedback input:focus::-o-placeholder,
.feedbackform form .group-feedback textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.feedbackform form .group-feedback input:focus::-moz-placeholder,
.feedbackform form .group-feedback textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.feedbackform form .group-feedback input:focus::-ms-input-placeholder,
.feedbackform form .group-feedback textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.feedbackform form .send {
    font-size: 16px;
    line-height: 54px;

    display: inline-block;

    padding: 0 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;

    color: var(--cf);
    outline: none;
    background-color: var(--color);
}
@media (max-width: 767px) {
    .feedbackform form .send {
        line-height: 40px;
    }
}
.feedbackform form .send:hover {
    background-color: var(--hover);
}
.feedbackform form span {
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin-left: 30px;

    vertical-align: middle;

    color: var(--color);
}
@media (max-width: 767px) {
    .feedbackform form span {
        font-size: 14px;

        margin-left: 20px;
    }
}
.hs-inner-rd {
    position: relative;
}
.hs-inner-rd:before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 40%;

    content: '';

    background-color: #f5f5f5;
}
.hs-inner-rd .rd {
    position: relative;
    z-index: 6;
}
.hs-inner-rd .rd .swiper-slide {
    width: 570px;
    margin: 0 auto;
}
@media (max-width: 1199px) {
    .hs-inner-rd .rd .swiper-slide {
        width: 500px;
    }
}
@media (max-width: 767px) {
    .hs-inner-rd .rd .swiper-slide {
        width: 300px;
    }
}
.hs-inner-rd .rd .rd-group .ibox {
    padding-bottom: 75.36231884%;
}
.hs-inner-rd .rd .rd-group .ibox img {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.hs-inner-rd .rd .swiper-slide-active .rd-group .ibox img {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
.hs-inner-rd .rd .swiper-button-prev {
    left: 8%;
}
@media (max-width: 1470px) {
    .hs-inner-rd .rd .swiper-button-prev {
        left: -5%;
    }
}
.hs-inner-rd .rd .swiper-button-next {
    right: 8%;
}
@media (max-width: 1470px) {
    .hs-inner-rd .rd .swiper-button-next {
        right: -5%;
    }
}
.hs-inner-application {
    padding-bottom: 0;
}
.hs-inner-application .application-menu {
    position: relative;

    color: #000;
    border-bottom: 1px solid #e8e8e8;
    background: none;
}
.hs-inner-application .application-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    margin: 0 -30px;
}
.hs-inner-application .application-menu ul::-webkit-scrollbar {
    position: absolute;
    left: 0;

    height: 4px;
}
.hs-inner-application .application-menu ul::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.hs-inner-application .application-menu ul::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}
.hs-inner-application .application-menu ul>li {
    padding: 0 30px;
}
.hs-inner-application .application-menu ul>li>a {
    font-size: 16px;
    line-height: 100px;

    position: relative;

    display: block;

    height: 100px;

    white-space: nowrap;
}
.hs-inner-application .application-menu ul>li>a:after {
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 6px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: var(--color);
}
.hs-inner-application .application-menu ul>li.active {
    color: var(--color);
}
.hs-inner-application .application-menu ul>li.active>a:after {
    width: 100%;
}
.hs-inner-application .application-menu .swiper-poa {
    display: block !important;
}
.hs-inner-application .application-menu .swiper-poa .swiper-button-next,
.hs-inner-application .application-menu .swiper-poa .swiper-button-prev {
    color: #000;
}
.hs-inner-application .application-menu .swiper-poa .swiper-button-next:hover,
.hs-inner-application .application-menu .swiper-poa .swiper-button-prev:hover {
    color: var(--color);
}
@media (max-width: 767px) {
    .hs-inner-application .application-menu .swiper-poa .swiper-button-prev {
        left: -10px;
    }
}
@media (max-width: 767px) {
    .hs-inner-application .application-menu .swiper-poa .swiper-button-next {
        right: -10px;
    }
}
.hs-inner-application .swiper-application {
    margin-top: 50px;
}
.hs-inner-application .swiper-application .application-group {
    position: relative;

    padding-bottom: 60px;
}
@media (max-width: 767px) {
    .hs-inner-application .swiper-application .application-group {
        padding-bottom: 20px;
    }
}
.hs-inner-application .swiper-application .application-group .desc {
    position: absolute;
    z-index: 6;
    bottom: 20px;
    left: 10%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 80%;

    background-color: #fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .16);
}
@media (max-width: 767px) {
    .hs-inner-application .swiper-application .application-group .desc {
        position: relative;
        bottom: 0;
        left: 0;

        width: 100%;
    }
}
.hs-inner-application .swiper-application .application-group .desc .app-num {
    font-size: 72px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 180px;

    color: rgba(255, 255, 255, .5);
    background-color: var(--color);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}



@media (max-width: 1199px) {
    .hs-inner-application .swiper-application .application-group .desc .app-num {
        font-size: 60px;

        width: 120px;
    }
}
@media (max-width: 767px) {
    .hs-inner-application .swiper-application .application-group .desc .app-num {
        font-size: 40px;

        width: 80px;
    }
	.hs-inner-application .swiper-application .application-group .desc .app-num img{ max-width:100%; margin:0;}
}
.hs-inner-application .swiper-application .application-group .desc .txt {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
    padding: 40px 30px;
}
@media (max-width: 1199px) {
    .hs-inner-application .swiper-application .application-group .desc .txt {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-application .swiper-application .application-group .desc .txt {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }
}
.hs-inner-application .swiper-application .application-group .desc .txt h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin-top: 0;
}
@media (max-width: 1199px) {
    .hs-inner-application .swiper-application .application-group .desc .txt h3 {
        font-size: 18px;
    }
}
.hs-inner-application .swiper-application .application-group .desc .txt p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 991px) {
    .hs-inner-application .swiper-application .application-group .desc .txt p {
        font-size: 14px;
    }
}
.hs-inner-product-details .title-inner {
    /* text-align: center; */
}
.hs-inner-product-details .title-inner h2 {
    font-size: 24px;
    font-weight: bold;
}
.hs-inner-contact .contact {
    width: 500px;
    padding: 40px 5%;

    background: url(../images/contact_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px) {
    .hs-inner-contact .contact {
        width: 400px;
        padding: 30px 3%;
    }
}
@media (max-width: 1199px) {
    .hs-inner-contact .contact {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .contact {
        width: 100%;
        padding: 20px 15px;
    }
}
.hs-inner-contact .contact .contact-group {
    margin-top: 60px;

    color: var(--cf);
}
@media (max-width: 1199px) {
    .hs-inner-contact .contact .contact-group {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .contact .contact-group {
        margin: 20px 0;
    }
}
.hs-inner-contact .contact .contact-group h3 {
    font-size: 20px;
    line-height: 1;
}
@media (max-width: 1199px) {
    .hs-inner-contact .contact .contact-group h3 {
        font-size: 18px;
    }
}
.hs-inner-contact .contact .contact-group h3 b {
    font-size: 48px;
    font-weight: 300;

    margin-right: 10px;

    opacity: .5;
}
@media (max-width: 1199px) {
    .hs-inner-contact .contact .contact-group h3 b {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .contact .contact-group h3 b {
        font-size: 30px;
    }
}
.hs-inner-contact .contact .contact-group p {
    font-size: 16px;
    line-height: 1.875;
}
@media (max-width: 767px) {
    .hs-inner-contact .contact .contact-group p {
        font-size: 14px;
    }
}
.hs-inner-contact .contact .contact-group a:hover {
    text-decoration: underline;
}
.hs-google-map {
    width: -webkit-calc(100% - 500px);
    width: calc(100% - 500px);
    height: 700px;
}
@media (max-width: 1560px) {
    .hs-google-map {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
        height: 600px;
    }
}
@media (max-width: 1199px) {
    .hs-google-map {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}
@media (max-width: 767px) {
    .hs-google-map {
        width: 100%;
        height: 400px;
    }
}
.hs-google-map #map {
    width: 100%;
    height: 100%;
}
.hs-footer {
    position: relative;

    overflow: hidden;

    color: rgba(255, 255, 255, .6);
    background: url(../images/footer_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px) {
    .hs-footer {
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-logo {
        margin-bottom: 10px;
    }
}
.hs-footer .foot-logo img {
    height: 70px;
}
@media (max-width: 767px) {
    .hs-footer .foot-logo img {
        height: 50px;
    }
}
.hs-footer .foot-txt {
    max-width: 370px;
}
@media (max-width: 1470px) {
    .hs-footer .foot-txt {
        max-width: 300px;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-txt {
        max-width: 100%;
        margin-top: 10px;
    }
}
.hs-footer .foot-txt .txt-group {
    font-weight: 500;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 50px;
}
@media (max-width: 1199px) {
    .hs-footer .foot-txt .txt-group {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .hs-footer .foot-txt .txt-group {
        margin-bottom: 10px;
    }
}
.hs-footer .foot-txt .txt-group .flaticon {
    font-size: 50px;

    color: var(--color);
}

.hs-footer .foot-txt .txt-group .flaticon img{ max-width:54px;}

@media (max-width: 1400px) {
    .hs-footer .foot-txt .txt-group .flaticon {
        font-size: 40px;
    }
}
.hs-footer .foot-txt .txt-group p {
    font-size: 16px;
    line-height: 1.66666667;

    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    margin: 0;
    padding-left: 20px;

    color: var(--cf);
}
@media (max-width: 1199px) {
    .hs-footer .foot-txt .txt-group p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
.hs-footer .foot-txt .txt-group .flaticon img{ max-width:42px;}
    .hs-footer .foot-txt .txt-group p {
        font-size: 14px;

        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }
}
.hs-footer .foot-txt .txt-group p span {
    font-size: 18px;

    display: block;

    color: var(--color);
}
@media (max-width: 767px) {
    .hs-footer .foot-txt .txt-group p span {
        font-size: 16px;
    }
}
.hs-footer .foot-txt .txt-group p a:hover {
    text-decoration: underline;
}
.hs-footer .foot-nav {
    padding: 60px 0;
}
@media (max-width: 991px) {
    .hs-footer .foot-nav {
        padding: 30px 0;
    }
}
.hs-footer .foot-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-footer .foot-nav>ul>li {
    position: relative;

    margin: 20px 0;
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li {
        width: 100%;
        margin: 0;
    }
}
.hs-footer .foot-nav>ul>li>a {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;

    display: block;

    color: var(--cf);
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>a {
        font-size: 16px;
    }
}
.hs-footer .foot-nav>ul>li .flaticon-next {
    display: none;
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li .flaticon-next {
        font-size: 16px;
        line-height: 40px;

        position: absolute;
        top: 0;
        right: 0;

        display: block;

        width: 40px;
        height: 40px;

        text-align: center;
    }
}
.hs-footer .foot-nav>ul>li>ul {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>ul {
        display: none;

        margin: 0;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>ul>li {
        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.hs-footer .foot-nav>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 1.625;

    display: block;

    padding: 5px 0;
}
@media (max-width: 991px) {
    .hs-footer .foot-nav>ul>li>ul>li>a {
        font-size: 14px;
    }
}
.hs-footer .foot-nav>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: var(--cf);
}
.hs-footer .foot-nav>ul>li.current .flaticon-next {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.hs-footer .copyright {
    font-size: 16px;
    line-height: 24px;

    padding: 40px 0;

    border-top: 1px solid rgba(255, 255, 255, .1);
}
@media (max-width: 991px) {
    .hs-footer .copyright {
        font-size: 14px;

        padding: 20px 0;
    }
}
.hs-footer .copyright p {
    margin: 0;
	display: contents;
}
.hs-footer .copyright .design {
    float: right;
}
@media (max-width: 991px) {
    .hs-footer .copyright .design {
        float: none;
    }
}
.hs-footer .copyright a:hover {
    text-decoration: underline;

    color: var(--cf);
}
.hc-mobile-nav.nav-levels-overlap ul ul .iconimg {
    display: none;
}
.hc-mobile-nav.nav-levels-overlap ul ul b {
    font-weight: normal;
}
.pt-40 {
    padding-top: 40px;
}
.fluid_pseudo_poster,
.fluid_controls_container {
    display: none;
}
.zoom:after {
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 33px;
    height: 33px;

    content: '';

    background: url(../images/icon.png);
}
.zoom img {
    display: block;
}
.zoom img::-moz-selection {
    background-color: transparent;
}
.zoom img::selection {
    background-color: transparent;
}
.hideh1 {
    font-size: 0;
}
.hideh1 h1 {
    font-size: 0;

    margin: 0;
}
.flaticon:before {
    line-height: inherit !important;

    display: block;
}

.hs-inner-vision {
    background: url(../images/vision_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 150px 0;
}
@media (min-width: 1200px) {
    .hs-inner-vision {
        background-attachment: fixed;
    }
}
@media (max-width: 1199px) {
    .hs-inner-vision {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .hs-inner-vision {
        padding: 60px 0;
    }
}
.hs-inner-vision .title-inner {
    color: #ffffff;
    text-align: center;
}
.hs-inner-vision .title-inner h2 { color:#fff;
}
.hs-inner-vision .title-inner h3 {
    font-size: 24px;
    font-weight: 900;
	 color:#fff;
}
@media (max-width: 1199px) {
    .hs-inner-vision .title-inner h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-inner-vision .title-inner h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hs-inner-vision .title-inner h3 {
        font-size: 16px;
    }
}
.page_info {
    text-align: center;
    margin: 10px auto;
    padding: 50px;
    color: #999;
    clear: both
}
.page_info span {
    padding: 0 2px;
    font-weight: bold
}
.page_list {
    height: 40px;
    line-height: 40px;
    width: 40px;

    text-align: center;
    clear: both;
    letter-spacing: 0;
    font-size: 14px;
    margin: 50px auto;
    padding: 30px;
    clear: both;
    width: 100%
}
.page_list a,
.page_list span {
    display: inline-block;
    color: #ccc;
    border: 1px solid #111;
    background: #000;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 0 1px;
    border-radius: 50%;
}
.page_list a:hover {
    color: #fff;
    border: 1px solid var(--color);
    background: var(--color)
}
.page_list a.on {
    color: #fff;
    border: 1px solid var(--color);
    background: var(--color)
}
.table_a {
    overflow-x: auto;
    width: 100%
}
.table_a table {
    border-right: 1px solid #099da1;
    border-bottom: 1px solid #099da1;
    width: 100%
}
.table_a table td {
    border-left: 1px solid #099da1;
    border-top: 1px solid #099da1;
    text-align: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
}
.table_a table tr:nth-child(odd) {
    /* background: #f5f5f5 */
}
.table_a table th {
    border-left: 1px solid #099da1;
    border-top: 1px solid #099da1;
    background: #099da1;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    height: 40px;
    line-height: 30px;
    padding: 3px;
}
.biao2 {
    background: #f1f1f1
}
@media(max-width:767px) {
    .table_a table th {
        line-height: 20px;
        height: auto
    }
}

.hs-header-box .top-right .top-txt ul li {
    margin-left: 20px;
}
.hs-header-box .language {
    position: relative;

    display: inline-block;

    margin-left: 20px;

    vertical-align: middle;
}
.hs-header-box .language p {
    font-weight: bold;
    line-height: 30px;

    width: 30px;
    height: 30px;
    margin: 0;

    text-align: center;

    color: var(--cf);
    border-radius: 50%;
    background-color: var(--color);
}
.hs-header-box .language ul {
    position: absolute;
    top: -webkit-calc(100% + 20px);
    top: calc(100% + 20px);
    right: 0;

    display: none;

    padding: 30px 0;

    color: var(--cf);
    border-radius: 10px;
    background-color: var(--color);
}
.hs-header-box .language ul:before {
    position: absolute;
    top: -10px;
    right: 10px;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 5px 10px 5px;
    border-style: solid;
    border-color: transparent transparent var(--color) transparent;
}
.hs-header-box .language ul:after {
    position: absolute;
    z-index: 2;
    top: -20px;
    right: 0;

    display: block;

    width: 100%;
    height: 20px;

    content: '';
}
.hs-header-box .language ul li a {
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 0 30px;

    white-space: nowrap;
}
.hs-header-box .language ul li a:hover {
    text-decoration: underline;
}
.hs-header-box .top-right .top-txt ul li {
    margin-left: 20px;
}
.hs-header-box .language {
    position: relative;

    display: inline-block;

    margin-left: 20px;

    vertical-align: middle;
}
.hs-header-box .language p {
    font-weight: bold;
    line-height: 30px;

    width: 30px;
    height: 30px;
    margin: 0;

    text-align: center;

    color: var(--cf);
    border-radius: 50%;
    background-color: var(--color);
}
.hs-header-box .language ul {
    position: absolute;
    top: -webkit-calc(100% + 20px);
    top: calc(100% + 20px);
    right: 0;

    display: none;

    padding: 30px 0;

    color: var(--cf);
    border-radius: 10px;
    background-color: var(--color);
}
.hs-header-box .language ul:before {
    position: absolute;
    top: -10px;
    right: 10px;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 5px 10px 5px;
    border-style: solid;
    border-color: transparent transparent var(--color) transparent;
}
.hs-header-box .language ul:after {
    position: absolute;
    z-index: 2;
    top: -20px;
    right: 0;

    display: block;

    width: 100%;
    height: 20px;

    content: '';
}
.hs-header-box .language ul li a {
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 0 30px;

    white-space: nowrap;
}
.hs-header-box .language ul li a:hover {
    text-decoration: underline;
}
.hs-header-box .pc-search {
    margin-right: 20px;
    cursor: pointer;
}
.hs-header-box .pc-search .icon {
    line-height: 30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 30px;
    height: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border-radius: 50%;
    background: var(--color);

    -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-header-box .pc-search .icon img {
    width: 50%;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-header-box .pc-search .icon:hover {
    color: var(--cf);
    background-color: var(--hover);
}
.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: var(--color);
}
@media (max-width: 1199px) {
    .hs-header-box .pc-search form {
        padding: 15px 30px 15px 15px;
    }
}
.hs-header-box .pc-search input {
    font-size: 18px;
    line-height: 30px;

    width: 100%;
    height: 30px;
    padding: 0 30px 0 10px;

    color: var(--cf);
    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: 5px;
    right: 3%;

    cursor: pointer;

    color: var(--cf);
}
@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: 20px;
    right: 5%;

    width: 30px;
    padding: 0;

    text-align: center;

    color: var(--cf);
    outline: none;
    background: none;
    box-shadow: none;
}
@media (max-width: 1199px) {
    .hs-header-box .pc-search .submit {
        right: 50px;
    }
}
.hs-header-box .pc-search .submit img {
    width: 30px;

    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
    .hs-header-box .language,
    .hs-header-box .top-right .top-txt ul li,
    .hs-header-box .toggle-navigation {
        margin-left: 10px;
    }
    .hs-header-box .pc-search {
        margin-right: 10px; display:none;
    }
	.top-txt{ display:none;}
}
.hs-inner-category .category .products-list .row {
    margin: 0;
}
.hs-inner-category .category .products-list .row .products-list .row {
    margin: 0 -15px;
}
.hs-inner-category .category .products-list .row .products-list .row>li {
    margin-top: 20px;
}
.hs-inner-category .category .products-list .row .products-list .row>li {
    width: 20%;
}
@media (max-width: 991px) {
    .hs-inner-category .category .products-list .row .products-list .row>li {
        width: 33.333333%;
    }
}
@media (max-width: 767px) {
    .hs-inner-category .category .products-list .row .products-list .row>li {
        width: 50%;
    }
    .hs-inner-category .category .products-list .row .products-list .row {
        margin: 0 -5px;
    }
    .hs-inner-category .category .products-list .row .products-list .row>li {
        padding: 0 5px;
    }
}
.hs-inner-category .category .container {
    max-width: 100%;
    width: 100%;
}
.hs-inner-category .category .title-products {
    border-bottom: 6px solid #2c4193; margin-bottom:40px;
}
.hs-inner-category .category .title-products h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
    color: #2c4193;
}
.hs-inner-category .category .title-inner1 {
    border-bottom: 1px solid #099da1;
}
.hs-inner-category .category .title-inner1 h2 {
    font-size: 18px;
    line-height: 1.8;
    color: #099da1;
}
.hs-inner-category .category .products-group {
    display: block;
    height: 100%;
    padding: 10px;
    border: 1px solid #d8d8d8;
    transition: all .2s;
}
.hs-inner-category .category .products-group:hover {
    background-color: #099da1;
    border-color: #099da1;
    color: #ffffff;
}