/**
 * style.less
 * 层叠样式表
 */

.ff {
    font-family: "iconfont" !important;
}

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

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

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

@font-face {
    font-family: "Montserrat Extra";
    font-weight: bold;
    font-style: normal;
    src: local("Montserrat Extra Bold"), local("Montserrat-ExtraBold"), url("../flaticon/Montserrat-ExtraBold.woff2") format("woff2"), url("../flaticon/Montserrat-ExtraBold.woff") format("woff"), url("../flaticon/Montserrat-ExtraBold.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: "Roboto", Arial, "Helvetica Neue", Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
    font-size: 14px;
    font-weight: normal;
    overflow-x: hidden;
    color: #333;
    -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: 0.5;
}

body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body.searchactive {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

@media (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}

@media (min-width: 1660px) {
    .container {
        width: 1630px;
    }
}

@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: 100% !important;
    max-width: 80%;
    height: 100% !important;
    max-height: 80% !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: 38px;
    position: relative;
    z-index: 4;
    top: 0;
    left: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    vertical-align: middle;
    color: #06357b;
    background: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: "flaticon_hengda";
    font-size: 30px;
    line-height: inherit;
    display: block;
    content: "\f119";
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (max-width: 1199px) {
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 30px;
    }
}

.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:after,
.swiper-button-prev.swiper-button-next:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #008ed2;
}

.swiper-poa .swiper-button-prev,
.swiper-poa .swiper-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-poa .swiper-button-prev {
    left: -3%;
}

.swiper-poa .swiper-button-next {
    right: -3%;
    left: auto;
}

.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: 110px;
    padding: 0 5%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
}

@media (max-width: 1470px) {
    .hs-header-box {
        padding: 0 15px;
    }
}

@media (max-width: 1199px) {
    .hs-header-box {
        height: 60px;
    }
}

.hs-header-box .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hs-header-box .lan {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.hs-header-box .lan a {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    display: block;
    width: 32px;
    height: 32px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    color: #06357b;
    border-radius: 50%;
    background: #fff;
}

.hs-header-box .lan a:hover {
    color: #fff;
    background-color: #008ed2;
}

.hs-header-box .header-contact-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -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-header-box .header-contact-button {
        display: none;
    }
}

.hs-header-box .header-contact-button:after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    margin-left: 15px;
    content: "";
    opacity: 0;
    border-width: 0 5px 10px 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.hs-header-box .header-contact-button:hover:after {
    opacity: 1;
}

.hs-header-box .header-contact {
    line-height: 32px;
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 32px;
    height: 32px;
    margin-left: 20px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -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 .header-contact:before,
.hs-header-box .header-contact:after {
    display: block;
    width: 19px;
    height: 3px;
    content: "";
    border-radius: 2px;
    background: #06357b;
}

.hs-header-box .header-contact .line {
    width: 19px;
    height: 3px;
    margin: 2px 0;
    border-radius: 2px;
    background: #06357b;
}

.hs-header-box .logo {
    height: 40px;
}
@media(max-width:767px) {
    .hs-header-box .logo {
        height: 30px;
    }
}
.hs-header-box .logo a {
    display: block;
    height: 100%;
}

.hs-header-box .logo .logo-b {
    display: none;
}

.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;
}

@media (max-width: 1199px) {
    .hs-header-box .header-nav {
        display: none;
    }
}

.hs-header-box .header-nav>ul {
    margin: 0 -30px;
}

.hs-header-box .header-nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.hs-header-box .header-nav>ul>li:nth-child(2),
.hs-header-box .header-nav>ul>li:nth-child(3) {
    position: static;
}

.hs-header-box .header-nav>ul>li>a {
    font-size: 20px;
    font-weight: bold;
    line-height: 120px;
    position: relative;
    display: block;
    padding: 0 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: uppercase;
}

@media (max-width: 1660px) {
    .hs-header-box .header-nav>ul>li>a {
        font-size: 19px;
        padding: 0 28px;
    }
}

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

.hs-header-box .header-nav>ul>li>a:after {
    position: absolute;
    bottom: -10px;
    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 #fff 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: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
    left: 0;
    display: none;
    min-width: 210px;
    padding: 10px;
    text-align: left;
    color: #06357b;
    background: #fff;
    box-shadow: 0 10px 10px 0 rgba(6, 0, 1, 0.09);
}

.hs-header-box .header-nav .pc-nav-down>li>a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding: 10px 24px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    white-space: nowrap;
    text-transform: capitalize;
}

.hs-header-box .header-nav .pc-nav-down>li:hover>a {
    color: #fff;
    background-color: #06357b;
}

.hs-header-box .header-nav .pc-nav-down-all {
    left: 0;
    width: 100%;
    padding: 40px 15% 80px;
    background: url(../images/nav_bg.webp) no-repeat bottom right #fff;
}

@media (max-width: 1470px) {
    .hs-header-box .header-nav .pc-nav-down-all {
        padding: 40px 8% 60px;
    }
}

.hs-header-box .header-nav .pc-nav-down .nav-cate2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-header-box .header-nav .pc-nav-down .nav-cate2>li {
    width: 33.33333333%;
}

.hs-header-box .header-nav .pc-nav-down .nav-cate2>li>a {
    font-size: 16px;
    line-height: 36px;
    position: relative;
    display: block;
    padding-left: 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.hs-header-box .header-nav .pc-nav-down .nav-cate2>li>a:before {
    position: absolute;
    top: 14px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #256599;
}

.hs-header-box .header-nav .pc-nav-down .nav-cate2>li:hover>a {
    color: #008ed2;
}

.hs-header-box .header-nav .pc-nav-down .nav-cate2>li:hover>a:before {
    background-color: #008ed2;
}

.hs-header-box .header-nav .pc-nav-down .nav-cate3 {
    margin-top: 10px;
}

.hs-header-box .header-nav .pc-nav-down .nav-cate3>li>a {
    font-size: 14px;
    line-height: 30px;
    display: block;
    color: #333;
}

.hs-header-box .header-nav .pc-nav-down .nav-cate3>li:hover>a {
    color: #06357b;
}

.hs-header-box .header-nav .pc-nav-down-product .nav-cate2 {
    margin-top: 0;
}

.hs-header-box .header-nav .pc-nav-down-product .nav-cate2>li {
    width: 30%;
    margin-top: 30px;
}
.hs-header-box .header-nav .pc-nav-down-product .nav-cate2>li:nth-child(1) {
    width: 40%;
}
.hs-header-box .header-nav .pc-nav-down-product .nav-cate2>li>a {
    font-weight: bold;
}

.hs-header-box .header-nav .pc-nav-down .nav-cate3 {
    display: grid;
    grid: repeat(8, 30px) / auto-flow;
}

.hs-header-box .header-nav .pc-nav-down.nav-down-right {
    right: 0;
    left: auto;
}

.hs-header-box .header-nav .xs-nav {
    display: none;
}

.hs-header-box .toggle-navigation {
    position: relative;
    right: 0;
    display: none;
    width: 30px;
    height: 60px;
    margin-left: 16px;
}

@media (max-width: 1199px) {
    .hs-header-box .toggle-navigation {
        display: inline-block;
        height: 60px;
        margin-left: 10px;
        vertical-align: middle;
    }
}

.hs-header-box .toggle-navigation a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    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 0.4s;
    transition: all 0.4s;
    background: #008ed2;
}

.hs-header-box .toggle-navigation a span {
    display: block;
    height: 2px;
    margin: 7px 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #008ed2;
}

.hs-header-box .contact-down {
    position: absolute;
    z-index: 6;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    height: auto;
    padding: 40px 15% 80px;
    color: #333;
    background: url(../images/nav_bg.webp) no-repeat bottom right #fff;
}

@media (max-width: 1470px) {
    .hs-header-box .contact-down {
        padding: 40px 8% 60px;
    }
}

.hs-header-box .contact-down ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hs-header-box .contact-down ul li {
    width: 40%;
}

@media (max-width: 1199px) {
    .hs-header-box .contact-down ul li {
        width: 46%;
    }
}

@media (max-width: 991px) {
    .hs-header-box .contact-down ul li {
        width: 100%;
    }
}

.hs-header-box .contact-down .title-inner h4 {
    color: #008ed2;
}

.hs-header-box .contact-down .contact-list .con-ul {
    margin-top: 30px;
}

.hs-header-box .contact-down .contact-list .con-ul h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #06357b;
}

.hs-header-box .contact-down .contact-list .con-ul h4 .flaticon {
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.hs-header-box .contact-down .contact-list .con-ul p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.hs-header-box .contact-down .title-contact {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .hs-header-box .contact-down .title-contact {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

.hs-header-box .contact-down .title-contact h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

@media (max-width: 991px) {
    .hs-header-box .contact-down .title-contact h3 {
        font-size: 20px;
    }
}

.hs-header-box.stuck-header {
    height: 90px;
    color: #06357b;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .hs-header-box.stuck-header {
        height: 60px;
    }
}

.hs-header-box.stuck-header .header-contact-button {
    height: 90px;
}

.hs-header-box.stuck-header .logo .logo-b {
    display: block;
}

.hs-header-box.stuck-header .logo .logo-w {
    display: none;
}

.hs-header-box.stuck-header .header-nav>ul>li>a {
    line-height: 90px;
}

.hs-header-box.stuck-header .lan a {
    color: #fff;
    background-color: #06357b;
}

.hs-header-box.stuck-header .header-contact {
    background-color: #06357b;
}

.hs-header-box.stuck-header .header-contact:before,
.hs-header-box.stuck-header .header-contact:after {
    background-color: #fff;
}

.hs-header-box.stuck-header .header-contact span {
    background-color: #fff;
}

.hs-header-box.stuck-header .toggle-navigation a:before,
.hs-header-box.stuck-header .toggle-navigation a:after {
    background: #008ed2;
}

.hs-header-box.stuck-header .toggle-navigation a span {
    background: #008ed2;
}

.hc-mobile-nav .nav-wrapper {
    color: #fff;
    background-color: rgba(0, 142, 210, 0.95);
}

.hc-mobile-nav .nav-wrapper .title-home {
    display: none;
}

.hc-mobile-nav li.nav-back a {
    border-color: #333;
    background-color: #333;
}

.hc-mobile-nav a {
    border-bottom-color: #333;
}

.hc-mobile-nav h2 {
    color: #fff;
}

.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
    background-color: #333;
}

.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: #333;
}

.hc-mobile-nav a[href]:not([href="#"])>span.nav-next {
    border-color: #333;
}

.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: #333;
}

.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: #fff;
    border-radius: 6px;
}

.customer-service a .flaticon {
    font-size: 24px;
    line-height: 50px;
    position: relative;
    z-index: 3;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    border-radius: 6px;
    background-color: #06357b;
}

@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 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(180%);
    -ms-transform: translateX(180%);
    transform: translateX(180%);
    white-space: nowrap;
    border-radius: 6px;
    background-color: #008ed2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.customer-service a p img {
    width: 120px;
}

.customer-service a:hover .flaticon {
    color: #fff;
    background-color: #008ed2;
}

.customer-service a:hover p {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.customer-service .service-wechat p {
    background-color: #06357b;
}

.customer-service .service-top .flaticon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.xs-customer-service {
    position: fixed;
    z-index: 9;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #008ed2;
    background-color: #06357b;
}

.xs-customer-service ul {
    font-size: 0;
}

.xs-customer-service ul li {
    display: inline-block;
    width: 33.33333333%;
    vertical-align: top;
}

.xs-customer-service a {
    display: block;
    padding: 7px;
}

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

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

.banner-box {
    font-size: 0;
    position: relative;
    clear: both;
    overflow: hidden;
    width: 100%;
}

.banner-box .banner {
    position: relative;
    padding-bottom: 120px;
}

@media (max-width: 1199px) {
    .banner-box .banner {
        padding-bottom: 30px;
    }
}

.banner-box .swiper-img img {
    width: 100%;
}

@media (max-width: 767px) {
    .banner-box .swiper-img img {
        width: 140%;
        margin-left: -20%;
    }
}

.banner-box .swiper-top-img {
    position: absolute;
    z-index: 2;
    right: 5%;
    bottom: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}

@media (max-width: 1560px) {
    .banner-box .swiper-top-img {
        max-width: 25%;
    }
}

.banner-box .swiper-top-img img {
    max-width: 100%;
}

@media (max-width: 1560px) {
    .banner-box .swiper-top-img.swiper-top-img2 {
        max-width: 35%;
    }
}

.banner-box .swiper-text {
    position: absolute;
    z-index: 2;
    top: 55%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .banner-box .swiper-text {
        padding: 0 6%;
    }
}

.banner-box .swiper-text .txt {
    color: #fff;
}

@media (max-width: 767px) {
    .banner-box .swiper-text .txt {
        max-width: 80%;
    }
}

.banner-box .swiper-text .txt h2 {
    font-family: "Montserrat Extra";
    font-size: 80px;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
    max-width: 70%;
    text-transform: capitalize;
}

@media (max-width: 1660px) {
    .banner-box .swiper-text .txt h2 {
        font-size: 60px;
    }
}

@media (max-width: 1470px) {
    .banner-box .swiper-text .txt h2 {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .banner-box .swiper-text .txt h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .banner-box .swiper-text .txt h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .banner-box .swiper-text .txt h2 {
        font-size: 24px;
        max-width: 100%;
    }
}

.banner-box .swiper-text .txt h2 span {
    display: block;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.banner-box .swiper-text .txt h3 {
    font-size: 40px;
    font-weight: bold;
    overflow: hidden;
    margin: 0;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    text-transform: uppercase;
}

@media (max-width: 1660px) {
    .banner-box .swiper-text .txt h3 {
        font-size: 36px;
    }
}

@media (max-width: 1199px) {
    .banner-box .swiper-text .txt h3 {
        font-size: 30px;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .banner-box .swiper-text .txt h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .banner-box .swiper-text .txt h3 {
        font-size: 18px;
    }
}

.banner-box .swiper-text .txt h3 span {
    display: block;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.banner-box .swiper-text .txt h4 {
    display: inline-block;
    overflow: hidden;
}

@media (max-width: 767px) {
    .banner-box .swiper-text .txt h4 {
        display: none;
    }
}

.banner-box .swiper-text .txt h4 span {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    display: inline-block;
    display: block;
    padding: 10px 20px;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #fff;
    border-radius: 30px;
    background-color: #06357b;
}

@media (max-width: 1199px) {
    .banner-box .swiper-text .txt h4 span {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .banner-box .swiper-text .txt h4 span {
        font-size: 18px;
    }
}

.banner-box .swiper-text .txt-2 h2 {
    font-size: 60px;
}

@media (max-width: 1560px) {
    .banner-box .swiper-text .txt-2 h2 {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .banner-box .swiper-text .txt-2 h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .banner-box .swiper-text .txt-2 h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .banner-box .swiper-text .txt-2 h2 {
        font-size: 20px;
    }
}

.banner-box .swiper-slide-active .swiper-text .txt h2 span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.banner-box .swiper-slide-active .swiper-text .txt h3 span,
.banner-box .swiper-slide-active .swiper-text .txt h4 span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.banner-box .swiper-slide-active .swiper-top-img {
    -webkit-transform: translateY(120px);
    -ms-transform: translateY(120px);
    transform: translateY(120px);
    opacity: 1;
}

@media (max-width: 1199px) {
    .banner-box .swiper-slide-active .swiper-top-img {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
}

.banner-box .swiper-button-prev {
    left: 2%;
    color: #fff;
}

.banner-box .swiper-button-next {
    right: 2%;
    color: #fff;
}

.banner-box .swiper-pagination {
    z-index: 6;
    bottom: 5%;
    width: 100%;
    text-align: center;
}

.banner-box .swiper-pagination .swiper-pagination-bullet {
    line-height: 1;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    vertical-align: middle;
    opacity: 0.7;
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    background: #fff;
}

.banner-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    opacity: 1;
    border: 2px solid #fff;
    background: none;
}

.banner-inner {
    position: relative;
}

.banner-inner .banner-group {
    overflow: hidden;
}

.banner-inner .banner-group img {
    width: 100%;
}

@media (max-width: 991px) {
    .banner-inner .banner-group img {
        width: 160%;
        margin-left: -30%;
    }
}

@media (max-width: 767px) {
    .banner-inner .banner-group img {
        width: 200%;
        margin-left: -50%;
    }
}

.banner-inner .group-text {
    position: absolute;
    z-index: 2;
    top: 53%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

@media (max-width: 991px) {
    .banner-inner .group-text {
        top: 60%;
    }
}

.banner-inner .group-text h2 {
    font-family: "Montserrat Extra";
    font-size: 60px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    text-transform: capitalize;
}

@media (max-width: 1470px) {
    .banner-inner .group-text h2 {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .banner-inner .group-text h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .banner-inner .group-text h2 {
        font-size: 30px;
    }
}

.banner-inner .group-text h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 0 30px;
    text-transform: uppercase;
    color: #000;
    border-radius: 30px;
    background-color: #06357b;
}

@media (max-width: 1199px) {
    .banner-inner .group-text h3 {
        font-size: 18px;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .banner-inner .group-text h3 {
        font-size: 16px;
        line-height: 30px;
    }
}

.banner-inner-product {
    height: 120px;
    background-color: #06357b;
}

@media (max-width: 1199px) {
    .banner-inner-product {
        height: 60px;
    }
}

.hs-pad {
    overflow: hidden;
    padding: 70px 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: 16px;
    font-weight: normal;
    line-height: 32px;
    display: inline-block;
    padding: 0 16px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #008ed2;
    border: 2px solid #008ed2;
    border-radius: 30px;
}

@media (max-width: 767px) {
    .hs-more a,
    .hs-more span {
        font-size: 14px;
    }
}

.hs-more a:hover,
.hs-more span:hover {
    color: #fff;
    background-color: #008ed2;
}

.title-home h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    color: #008ed2;
}

.title-home h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    color: #06357b;
}

@media (max-width: 767px) {
    .title-home h2 {
        font-size: 24px;
    }
}

.hs-home-international {
    margin-top: -80px;
    padding-top: 0;
}

@media (max-width: 1199px) {
    .hs-home-international {
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 0;
    }
}

.hs-home-international .international ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1470px) {
    .hs-home-international .international ul {
        width: 60%;
    }
}

@media (max-width: 1199px) {
    .hs-home-international .international ul {
        width: 100%;
    }
}

.hs-home-international .international ul li {
    max-width: 320px;
}

@media (max-width: 1470px) {
    .hs-home-international .international ul li {
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .hs-home-international .international ul li {
        width: 100%;
        max-width: 100%;
        margin: 10px 0;
    }
}

.hs-home-international .international .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hs-home-international .international .group .flaticon {
    font-size: 36px;
    width: 50px;
    color: #06357b;
}

.hs-home-international .international .group .note {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding-left: 20px;
    border-left: 1px solid rgba(6, 53, 123, 0.3);
}

.hs-home-international .international .group .note h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 0;
    color: #06357b;
}

.hs-home-international .international .group .note p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.hs-home-category {
    position: relative;
    color: #fff;
    background: url(../images/category_bg.webp) no-repeat center;
    background-size: cover;
}

@media (max-width: 991px) {
    .hs-home-category {
        margin-top: 50px;
    }
}

.hs-home-category .title-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-home-category .title-home h2 {
    text-transform: capitalize;
    color: #fff;
}

.hs-home-category .title-home .hs-more {
    margin: 0;
}

@media (max-width: 767px) {
    .hs-home-category .title-home .hs-more {
        margin-top: 20px;
    }
}

.hs-home-category .title-home .hs-more a {
    color: #fff;
    border-color: #fff;
}

.hs-home-category .title-home .hs-more a:hover {
    border-color: #008ed2;
}

.hs-home-category .category-flex {
    position: relative;
    margin-top: 80px;
}

@media (max-width: 1199px) {
    .hs-home-category .category-flex {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .hs-home-category .category-flex {
        margin-top: 30px;
    }
}

.hs-home-category .category-menu {
    width: 450px;
    padding-right: 3%;
    border-left: 1px solid #fff;
    height: 450px;
    overflow: hidden;
    overflow-y: auto;
    direction: rtl;
}

@media (max-width: 991px) {
    .hs-home-category .category-menu {
        width: 300px;

    }
}

@media (max-width: 767px) {
    .hs-home-category .category-menu {
        width: 100%;
        height: auto;
        padding-right: 0;
        border: none;
    }
}

@media (max-width: 767px) {
    .hs-home-category .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-menu ul {

    direction: ltr;
}

.hs-home-category .category-menu::-webkit-scrollbar {
    width: 4px;
    position: absolute;
    left: 0;
}

.hs-home-category .category-menu::-webkit-scrollbar-track {
    background-color: transparent;
}

.hs-home-category .category-menu::-webkit-scrollbar-thumb {
    background-color: #7de3cd;
}
@media (max-width: 767px) {
    .hs-home-category .category-menu ul li {
        width: 50%;
    }
}

.hs-home-category .category-menu .menu-group {
    position: relative;
    display: block;
    padding: 6px 30px;
}

@media (max-width: 1560px) {
    .hs-home-category .category-menu .menu-group {
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .hs-home-category .category-menu .menu-group {
        padding: 6px;
    }
}

/* .hs-home-category .category-menu .menu-group:before {
   position: absolute;
   top: 50%;
   left: -3px;
   display: block;
   width: 5px;
   height: 0;
   content: "";
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   background-color: #7de3cd;
}

@media (max-width: 767px) {
   .hs-home-category .category-menu .menu-group:before {
      display: none;
   }
} */

.hs-home-category .category-menu .menu-group b {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    display: block;
    margin: 0;
    padding-bottom: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .hs-home-category .category-menu .menu-group b {
        line-height: 24px;
    }
}

.hs-home-category .category-menu .menu-group p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 0;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
    .hs-home-category .category-menu .menu-group p {
        font-size: 14px;
        display: none;
    }
}

.hs-home-category .category-menu .active .menu-group {
    color: #7de3cd;
}

.hs-home-category .category-menu .active .menu-group:before {
    height: 100%;
}

.hs-home-category .category-menu .active .menu-group b {
    font-size: 24px;
    font-weight: 900;
}

@media (max-width: 767px) {
    .hs-home-category .category-menu .active .menu-group b {
        font-size: 18px;
        font-weight: bold;
    }
}

.hs-home-category .category-menu .active .menu-group p {
    max-height: 48px;
}

.hs-home-category .category-content {
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
}

@media (max-width: 991px) {
    .hs-home-category .category-content {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}

@media (max-width: 767px) {
    .hs-home-category .category-content {
        width: 100%;
        margin-top: 30px;
    }
}

.hs-home-category .category-content .category-group {
    padding: 30px 20px 0 20px;
    background: url(../images/category_group_bg.webp) no-repeat center;
    background-size: cover;
}

.hs-home-category .category-content .category-group .title-category:after {
    display: block;
    width: 100%;
    height: 3px;
    content: "";
    background: -webkit-linear-gradient(left, #06357b, #008ed2);
    background: linear-gradient(90deg, #06357b, #008ed2);
}

.hs-home-category .category-content .category-group .title-category h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin-top: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #06357b;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hs-home-category .category-content .category-group .title-category p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin: 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hs-home-category .category-content .category-group .note {
    min-height: 250px;
    padding: 30px 0;
}

.hs-home-category .category-content .category-group .note p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hs-home-category .category-content .category-group .note p span {
    color: #06357b;
}

.hs-home-category .category-content .category-group .more-down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hs-home-category .category-content .category-group .more-down a.down {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    padding: 10px 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #06357b;
}

.hs-home-category .category-content .category-group .more-down a.down .flaticon {
    font-size: 18px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.hs-home-category .category-content .category-group .more-down a.down:hover {
    color: #008ed2;
}

.hs-home-category .category-content .category-group .more-down a.more {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    padding: 12px 20px 8px 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 100px 0 0 0;
    background-color: #008ed2;
}

.hs-home-category .category-content .category-group .more-down a.more:hover {
    background-color: #7de3cd;
}

.hs-home-category .category-content .category-group:hover .title-category h3 {
    color: #008ed2;
}

.hs-home-application .application ul {
    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: 767px) {
    .hs-home-application .application ul {
        margin: 0 -5px;
    }
}

.hs-home-application .application ul li {
    position: relative;
    margin-top: 40px;
}

.hs-home-application .application ul li:nth-child(8):before {
    position: absolute;
    top: 0;
    left: -webkit-calc(100% + 20px);
    left: calc(100% + 20px);
    display: block;
    width: 200%;
    height: 100%;
    content: "";
    background-color: #06357b;
}

/* .hs-home-application .application ul li:nth-child(8) .application-group .title-app,
.hs-home-application .application ul li:nth-child(5) .application-group .title-app,
.hs-home-application .application ul li:nth-child(6) .application-group .title-app,
.hs-home-application .application ul li:nth-child(7) .application-group .title-app {
   -webkit-transform: translateY(0%);
   -ms-transform: translateY(0%);
   transform: translateY(0%);
}

@media (max-width: 767px) {
   .hs-home-application .application ul li:nth-child(8) .application-group .title-app,
   .hs-home-application .application ul li:nth-child(5) .application-group .title-app,
   .hs-home-application .application ul li:nth-child(6) .application-group .title-app,
   .hs-home-application .application ul li:nth-child(7) .application-group .title-app {
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
   }
} */

.hs-home-application .application ul li:nth-child(8) .application-group .title-app h3,
.hs-home-application .application ul li:nth-child(5) .application-group .title-app h3,
.hs-home-application .application ul li:nth-child(6) .application-group .title-app h3,
.hs-home-application .application ul li:nth-child(7) .application-group .title-app h3 {
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
    .hs-home-application .application ul li {
        width: 50%;
        margin-top: 10px;
        padding: 0 5px;
    }
}

.hs-home-application .application .application-top {
    position: relative;
    height: 100%;
}

.hs-home-application .application .application-top:before {
    position: absolute;
    top: 15%;
    right: -webkit-calc(100% + 20px);
    right: calc(100% + 20px);
    display: block;
    width: 200%;
    height: 70px;
    content: "";
    background-color: #008ed2;
}

.hs-home-application .application .application-top .free-editor {
    display: -webkit-box;
    overflow: hidden;
    max-height: 120px;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

@media (max-width: 767px) {
    .hs-home-application .application .application-top .free-editor {
        display: -webkit-box;
        overflow: hidden;
        max-height: 72px;
        margin-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

.hs-home-application .application .application-top .hs-more {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 767px) {
    .hs-home-application .application .application-top .hs-more {
        position: relative;
        margin-top: 20px;
    }
}

.hs-home-application .application .application-group {
    position: relative;
    display: block;
    background-color: #000;
}

.hs-home-application .application .application-group .ibox {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.7;
    padding-bottom: 117.5%;
}

.hs-home-application .application .application-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.hs-home-application .application .application-group .title-app {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 20px 8%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.hs-home-application .application .application-group .title-app h3 {
    font-size: 22px;
    font-weight: 900;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 991px) {
    .hs-home-application .application .application-group .title-app h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .hs-home-application .application .application-group .title-app h3 {
        font-size: 18px;
        height: auto;
    }
}

.hs-home-application .application .application-group .title-app .app-more {
    font-size: 22px;
    font-weight: 900;
    line-height: 28px;
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    margin-top: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.hs-home-application .application .application-group:hover .ibox {
    opacity: 0.5;
}

.hs-home-application .application .application-group:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hs-home-about {
    background-color: #f8f8f8;
}

.hs-home-about .about-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-home-about .about-img {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
    padding-left: 10%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1470px) {
    .hs-home-about .about-img {
        padding-left: 3%;
    }
}

@media (max-width: 991px) {
    .hs-home-about .about-img {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.hs-home-about .about-img .video {
    width: 110px;
    margin-top: 20px;
    padding: 20px 0;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    color: #fff;
    background-color: #06357b;
}

@media (max-width: 767px) {
    .hs-home-about .about-img .video {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.hs-home-about .about-img .video h3 {
    font-family: "D-DIN Condensed";
    font-size: 30px;
}

.hs-home-about .about-img .video .play {
    font-size: 16px;
    line-height: 1;
    margin-top: 30px;
    color: #fff;
}

@media (max-width: 767px) {
    .hs-home-about .about-img .video .play {
        margin: 0 0 0 20px;
    }
}

.hs-home-about .about-img .video .play .flaticon {
    font-size: 30px;
}

.hs-home-about .about-img .video:hover {
    background-color: #008ed2;
}

.hs-home-about .about-img .video:hover .play {
    color: #fff;
}

.hs-home-about .about-img .imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    margin: 0 -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .hs-home-about .about-img .imgs {
        width: 100%;
        margin: 0 auto;
    }
}

.hs-home-about .about-img .imgs li {
    width: 100%;
    padding: 10px;
}

.hs-home-about .about-img .imgs li .ibox {
    padding-bottom: 29.09090909%;
}

.hs-home-about .about-img .imgs li:nth-child(2) {
    width: 63%;
}

.hs-home-about .about-img .imgs li:nth-child(2) .ibox {
    padding-bottom: 75.75757576%;
}

.hs-home-about .about-img .imgs li:nth-child(3) {
    width: 37%;
}

.hs-home-about .about-img .imgs li:nth-child(3) .ibox {
    padding-bottom: 131.57894737%;
}

.hs-home-about .about-img .imgs li:nth-child(4) {
    width: 45.5%;
}

.hs-home-about .about-img .imgs li:nth-child(4) .ibox {
    padding-bottom: 79.16666667%;
}

.hs-home-about .about-img .imgs li:nth-child(5) {
    width: 54.5%;
}

.hs-home-about .about-img .imgs li:nth-child(5) .ibox {
    padding-bottom: 65.51724138%;
}

.hs-home-about .about-img .about-more {
    font-size: 16px;
    position: absolute;
    z-index: 2;
    right: -60px;
    bottom: -60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    background-color: #008ed2;
    -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: 991px) {
    .hs-home-about .about-img .about-more {
        right: -20px;
        bottom: -20px;
    }
}

.hs-home-about .about-img .about-more:hover {
    color: #008ed2;
    background-color: #06357b;
}

.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-number ul li {
    position: relative;
    margin-top: 30px;
}

.hs-home-about .about-number ul li:after {
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    border: 1px solid #e4e4e4;
    background: #f8f8f8;
}

.hs-home-about .about-number ul li:before {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 4px;
    content: "";
    -webkit-transition: all 2s;
    transition: all 2s;
    background-color: #06357b;
}

.hs-home-about .about-number .num-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.hs-home-about .about-number .num-group h3 {
    font-family: "D-DIN Condensed";
    font-size: 48px;
    line-height: 1.5;
    margin: 0;
    color: #06357b;
}

@media (max-width: 991px) {
    .hs-home-about .about-number .num-group h3 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .hs-home-about .about-number .num-group h3 {
        font-size: 30px;
    }
}

.hs-home-about .about-number .num-group p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .hs-home-about .about-number .num-group p {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.show .about-number ul li:nth-child(1):before {
    width: 80%;
}

.show .about-number ul li:nth-child(2):before {
    width: 50%;
}

.show .about-number ul li:nth-child(3):before {
    width: 45%;
}

.show .about-number ul li:nth-child(4):before {
    width: 60%;
}

@-webkit-keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 300%;
    }
}

@keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 300%;
    }
}

.hs-home-customer {
    padding-bottom: 0;
}

.hs-home-customer .customer {
    position: relative;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .hs-home-customer .customer {
        margin-top: 20px;
    }
}

.hs-home-customer .customer .customer-group {
    border: 1px solid #e2e2e2;
}

.hs-home-customer .customer .customer-group .ibox {
    padding-bottom: 45.45454545%;
}

.hs-home-news .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-home-news .news {
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
    padding-right: 5%;
}

@media (max-width: 1199px) {
    .hs-home-news .news {
        width: 100%;
        padding-right: 0;
    }
}

.hs-home-news .news .news-content {
    position: relative;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .hs-home-news .news .news-content {
        margin-top: 20px;
    }
}

.hs-home-news .news .news-button {
    position: absolute;
    z-index: 2;
    right: 5%;
    bottom: 30px;
}

@media (max-width: 1470px) {
    .hs-home-news .news .news-button {
        right: 20px;
        bottom: 10px;
    }
}

.hs-home-news .news .news-group {
    position: relative;

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

    background-color: #f8f8f8;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-home-news .news .news-group .news-img {
    width: 30%;
}
@media (max-width: 1470px) {
    .hs-home-news .news .news-group .news-img {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .hs-home-news .news .news-group .news-img {
        width: 100%;
    }
}
.hs-home-news .news .news-group .news-img .ibox {
    padding-bottom: 75%;
}
.hs-home-news .news .news-group .news-img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-home-news .news .news-group .news-note {
    width: 70%;
    padding: 30px 5%;
}
@media (max-width: 1470px) {
    .hs-home-news .news .news-group .news-note {
        padding: 20px;
        width: 60%;
    }
}
@media (max-width: 767px) {
    .hs-home-news .news .news-group .news-note {
        width: 100%;
        padding: 20px 20px 20px 20px;
    }
}
.hs-home-news .news .news-group .news-note .date {
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #008ed2;
}
.hs-home-news .news .news-group .news-note .date .flaticon {
    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.hs-home-news .news .news-group .news-note h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px) {
    .hs-home-news .news .news-group .news-note h3 {
        margin: 10px 0;
    }
}
.hs-home-news .news .news-group .news-note p {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hs-home-news .news .news-group:hover .news-img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-home-news .news .news-group:hover .news-note h3 {
    text-decoration: underline;

    color: #06357b;
}
.hs-home-news .news ul li:nth-child(2),
.hs-home-news .news ul li:nth-child(3) {
    margin-top: 30px;
}
.hs-home-news .news ul li:nth-child(2) .news-group,
.hs-home-news .news ul li:nth-child(3) .news-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 20px 20px 20px 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-home-news .news ul li:nth-child(2) .news-group .news-note,
.hs-home-news .news ul li:nth-child(3) .news-group .news-note {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding: 0;
}
.hs-home-news .news ul li:nth-child(2) .news-group .news-note p,
.hs-home-news .news ul li:nth-child(3) .news-group .news-note p {
    display: -webkit-box;
    overflow: hidden;

    max-height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hs-home-news .news ul li:nth-child(2) .news-group .flaticon,
.hs-home-news .news ul li:nth-child(3) .news-group .flaticon {
    font-size: 20px;
    line-height: 50px;

    width: 50px;
    height: 50px;

    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: center;

    color: #999;
}
.hs-home-news .news ul li:nth-child(2) .news-group:hover .news-note p,
.hs-home-news .news ul li:nth-child(3) .news-group:hover .news-note p {
    text-decoration: underline;

    color: #06357b;
}
.hs-home-news .news ul li:nth-child(2) .news-group:hover .flaticon,
.hs-home-news .news ul li:nth-child(3) .news-group:hover .flaticon {
    color: #06357b;
}

.hs-home-news .facebook {
    width: 350px;
}

@media (max-width: 1199px) {
    .hs-home-news .facebook {
        width: 100%;
        margin-top: 30px;
    }
}

.hs-home-news .facebook .title-home {
    display: block;
}

.hs-home-news .facebook .title-home h2 {
    text-align: center;
}

.hs-home-news .facebook .title-home h2 img {
    width: 36px;
}

.hs-home-news .facebook .group {
    height: 100%;
    border: 1px solid rgba(15, 29, 46, 0.15);
}

@media (max-width: 1199px) {
    .hs-home-news .facebook .group {
        height: 300px;
    }
}

.hs-home-news .facebook .group iframe {
    width: 100%;
    height: 100%;
}

.gettop {
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 30px;
    display: none;
    cursor: pointer;
    color: #06357b;
}

.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,
.title-inner h3 {
    font-family: "Montserrat Extra";
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    text-transform: capitalize;
    color: #06357b;
}

@media (max-width: 991px) {
    .title-inner h2,
    .title-inner h3 {
        font-size: 24px;
    }
}

.title-inner h3 {
    color: #008ed2;
}

.title-inner h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 4px 0 0 0;
    color: #008ed2;
}

.title-inner p {
    font-size: 16px;
    line-height: 24px;
    margin: 4px 0 0 0;
    color: #333;
}

.title-inner.center {
    text-align: center;
}

.free-editor p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 991px) {
    .free-editor p {
        font-size: 14px;
    }
}

.free-editor img {
    max-width: 100%;
    height: auto !important;
}

.hs-inner-location {
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
}

@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;
}

@media (max-width: 767px) {
    .hs-inner-location .location {
        width: 100%;
    }
}

.hs-inner-location .location ul {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    padding-left: 30px;
    color: #999;
}

@media (max-width: 1199px) {
    .hs-inner-location .location ul {
        font-size: 14px;
    }
}

.hs-inner-location .location ul:before {
    font-family: "flaticon_hengda";
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "\f106";
}

.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: #06357b;
}

@media (min-width: 1200px) {
    .inner-info {
        font-size: 0;
    }
    .inner-info .inner-left,
    .inner-info .inner-right {
        font-size: 14px;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }
    .inner-left {
        width: 250px;
    }
    .inner-right {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px);
        border-left: 1px solid #e2e2e2;
    }
}

.inner-right {
    padding-bottom: 80px;
    padding-left: 3%;
}

@media (max-width: 1199px) {
    .inner-right {
        padding-bottom: 50px;
        padding-left: 0;
    }
}

.hs-inner-menu {
    position: fixed;
    z-index: 6;
    top: 90px;
    display: none;
    overflow: hidden;
    width: 100%;
    text-align: center;
    background: #f0f0f0;
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.09);
}

@media (max-width: 1199px) {
    .hs-inner-menu {
        display: none !important;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .hs-inner-menu {
        padding: 14px 0;
    }
}

.hs-inner-menu .menu-nav1>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.hs-inner-menu .menu-nav1>li>a {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: block;
    height: 100%;
    padding: 30px 30px;
    cursor: pointer;
}

@media (max-width: 1470px) {
    .hs-inner-menu .menu-nav1>li>a {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 1199px) {
    .hs-inner-menu .menu-nav1>li>a {
        height: auto;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .hs-inner-menu .menu-nav1>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.hs-inner-menu .menu-nav1>li:hover>a,
.hs-inner-menu .menu-nav1>li.active>a {
    color: #06357b;
}

.catalog-menu {
    position: relative;
    z-index: 6;
    padding: 40px 0;
}

@media (max-width: 1199px) {
    .catalog-menu {
        padding: 20px 0;
    }
}

@media (max-width: 991px) {
    .catalog-menu .menu-nav .menu-nav1 {
        margin: 0 -10px;
    }
}

.catalog-menu .menu-nav .menu-nav1>li {
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 1199px) {
    .catalog-menu .menu-nav .menu-nav1>li {
        display: inline-block;
        vertical-align: top;
    }
}

.catalog-menu .menu-nav .menu-nav1>li>a {
    font-size: 16px;
    line-height: 28px;
    position: relative;
    display: block;
    padding: 10px 10px 10px 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: capitalize;
    color: #06357b;
    font-weight: bold;
}

@media (max-width: 991px) {
    .catalog-menu .menu-nav .menu-nav1>li>a {
        font-size: 15px;
        padding: 5px 10px;
    }
}

@media (max-width: 767px) {
    .catalog-menu .menu-nav .menu-nav1>li>a {
        font-size: 15px;
    }
}

.catalog-menu .menu-nav .menu-nav1>li>a:before {
    position: absolute;
    top: 50%;
    right: -3px;
    display: block;
    width: 6px;
    height: 0;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #008ed2;
}

@media (max-width: 1199px) {
    .catalog-menu .menu-nav .menu-nav1>li>a:before {
        display: none;
    }
}

.catalog-menu .menu-nav .menu-nav1>li>a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-image: -webkit-linear-gradient(left, #fff, #d1d1d1);
    background-image: linear-gradient(90deg, #fff, #d1d1d1);
}

@media (max-width: 1199px) {
    .catalog-menu .menu-nav .menu-nav1>li>a:after {
        display: none;
    }
}

.catalog-menu .menu-nav .menu-nav1>li.active>a,
.catalog-menu .menu-nav .menu-nav1>li:hover>a {
    font-weight: bold;
    color: #06357b;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #e1e8f3);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #e1e8f3);
}

.catalog-menu .menu-nav .menu-nav1>li.active>a:before,
.catalog-menu .menu-nav .menu-nav1>li:hover>a:before {
    height: 100%;
}

.catalog-menu .menu-nav .menu-nav2 {
    display: none;
}

.catalog-menu .menu-nav .menu-nav2>li {
    position: relative;
}

.catalog-menu .menu-nav .menu-nav2>li>a {
    font-size: 15px;
    line-height: 24px;
    position: relative;
    display: block;
    padding: 5px 20px 5px 40px;
    color: #666;
}

.catalog-menu .menu-nav .menu-nav1>li.active .menu-nav2 {
    display: block;
}
@media (max-width: 991px) {
    .catalog-menu .menu-nav .menu-nav2>li>a {
        font-size: 14px;
        padding: 5px 10px 5px 30px;
    }
}

.catalog-menu .menu-nav .menu-nav2>li>a:before {
    position: absolute;
    top: 10px;
    left: 20px;
    content: "-";
}

@media (max-width: 991px) {
    .catalog-menu .menu-nav .menu-nav2>li>a:before {
        top: 5px;
    }
}

.catalog-menu .menu-nav .menu-nav2>li.active>a,
.catalog-menu .menu-nav .menu-nav2>li:hover>a {
    color: #06357b;
}

.hs-inner-about {
    position: relative;
    z-index: 4;
    margin-top: -40px;
    padding: 0;
}

@media (max-width: 1199px) {
    .hs-inner-about {
        margin-top: 0;
    }
}

.hs-inner-about .about {
    width: 52%;
    padding-top: 100px;
}

@media (max-width: 1199px) {
    .hs-inner-about .about {
        width: 100%;
        padding-top: 50px;
    }
}

@media (min-width: 1200px) {
    .hs-inner-about .about .title-home h3 {
        font-size: 30px;
    }
}

.hs-inner-about .about .note {
    position: relative;
}

.hs-inner-about .about .note:after {
    position: absolute;
    top: 0;
    right: 2px;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #b6b6b6;
}

@media (max-width: 1199px) {
    .hs-inner-about .about .note:after {
        display: none;
    }
}

.hs-inner-about .about .free-editor {
    position: relative;
    z-index: 2;
    overflow-y: scroll;
    max-height: 430px;
    margin-top: 60px;
    padding-right: 5%;
}

@media (max-width: 1199px) {
    .hs-inner-about .about .free-editor {
        max-height: 100%;
        margin-top: 30px;
        padding-right: 0;
    }
}

.hs-inner-about .about .free-editor::-webkit-scrollbar {
    width: 5px;
}

.hs-inner-about .about .free-editor::-webkit-scrollbar-track {
    background-color: transparent;
}

.hs-inner-about .about .free-editor::-webkit-scrollbar-thumb {
    background-color: #06357b;
}

.hs-inner-about .about-video {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    padding-left: 12%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 1199px) {
    .hs-inner-about .about-video {
        display: block;
        width: 100%;
        height: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.hs-inner-about .about-video .year {
    max-width: 460px;
    height: 100%;
    padding: 60px 50px;
    text-align: right;
    background-color: #06357b;
}

@media (max-width: 1470px) {
    .hs-inner-about .about-video .year {
        max-width: 400px;
    }
}

@media (max-width: 1199px) {
    .hs-inner-about .about-video .year {
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }
}

.hs-inner-about .about-video .year span {
    font-size: 110px;
    font-weight: bold;
    line-height: 1;
    display: block;
    color: transparent;
    text-stroke: 2px rgba(223, 223, 223, 0.3);
    -webkit-text-stroke: 2px rgba(223, 223, 223, 0.3);
}

@media (max-width: 1470px) {
    .hs-inner-about .about-video .year span {
        font-size: 90px;
    }
}

@media (max-width: 1199px) {
    .hs-inner-about .about-video .year span {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .hs-inner-about .about-video .year span {
        font-size: 50px;
    }
}

.hs-inner-about .about-video .video {
    background-color: #06357b;
}

@media (min-width: 1200px) {
    .hs-inner-about .about-video .video {
        position: absolute;
        top: 300px;
        right: 50px;
        width: 70%;
    }
}

@media (min-width: 1200px) and (max-width: 1470px) {
    .hs-inner-about .about-video .video {
        width: 80%;
    }
}

.hs-inner-about .about-video .video img {
    display: block;
    width: 100%;
    opacity: 0.5;
}

.hs-inner-about .about-video .video .play {
    font-size: 50px;
    position: absolute;
    z-index: 2;
    bottom: 8%;
    left: 50%;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
}

.hs-inner-culture .culture {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .hs-inner-culture .culture {
        margin-top: 30px;
    }
}

.hs-inner-culture .culture ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
    .hs-inner-culture .culture ul {
        -webkit-clip-path: polygon(50% 26%, 100% 0, 100% 100%, 0 99%, 0 0);
        clip-path: polygon(50% 26%, 100% 0, 100% 100%, 0 99%, 0 0);
    }
}

.hs-inner-culture .culture ul li {
    padding: 0 4px;
}

@media (max-width: 1199px) {
    .hs-inner-culture .culture ul li {
        margin: 4px 0;
    }
}

.hs-inner-culture .culture ul li:nth-child(2n) .culture-group {
    background-color: #008ed2;
}

.hs-inner-culture .culture .culture-group {
    height: 100%;
    padding: 120px 40px 80px;
    color: #fff;
    background-color: #06357b;
}

@media (max-width: 1470px) {
    .hs-inner-culture .culture .culture-group {
        padding: 120px 30px 60px;
    }
}

@media (max-width: 767px) {
    .hs-inner-culture .culture .culture-group {
        padding: 30px 15px;
    }
}

.hs-inner-culture .culture .culture-group b {
    font-size: 24px;
    line-height: 30px;
    display: block;
}

@media (max-width: 991px) {
    .hs-inner-culture .culture .culture-group b {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .hs-inner-culture .culture .culture-group b {
        font-size: 18px;
    }
}

.hs-inner-culture .culture .culture-group p {
    font-size: 16px;
    line-height: 30px;
    margin: 14px 0 0 0;
}

@media (max-width: 767px) {
    .hs-inner-culture .culture .culture-group p {
        font-size: 16px;
        line-height: 24px;
    }
}

.hs-inner-culture .culture .culture-group .flaticon {
    font-size: 200px;
    position: absolute;
    right: -30px;
    bottom: -60px;
    color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1470px) {
    .hs-inner-culture .culture .culture-group .flaticon {
        font-size: 140px;
    }
}

.hs-inner-why {
    padding-bottom: 180px;
    color: #fff;
    background: url(../images/why_bg.webp) no-repeat center;
    background-size: cover;
}

@media (min-width: 1200px) {
    .hs-inner-why {
        background-attachment: fixed;
    }
}

.hs-inner-why .title-inner h2 {
    color: #fff;
}

.hs-inner-why .why {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .hs-inner-why .why {
        margin-top: 30px;
    }
}

.hs-inner-why .why ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-inner-why .why ul li {
    margin-top: 30px;
    padding: 0 5%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1470px) {
    .hs-inner-why .why ul li {
        padding: 0 3%;
    }
}

.hs-inner-why .why ul li:last-child {
    border: none;
}

.hs-inner-why .why .why-group .flaticon {
    font-size: 40px;
    display: block;
}

.hs-inner-why .why .why-group h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .hs-inner-why .why .why-group h3 {
        font-size: 20px;
    }
}

.hs-inner-why .why .why-group p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
    .hs-inner-why .why .why-group p {
        font-size: 14px;
    }
}

.hs-inner-number {
    position: relative;
    z-index: 2;
    margin-top: -100px;
}

.hs-inner-number .numbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 10%;
    color: #fff;
    background-color: #008ed2;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1470px) {
    .hs-inner-number .numbox {
        padding: 30px 5%;
    }
}

.hs-inner-number .numbox li {
    max-width: 260px;
}

@media (max-width: 767px) {
    .hs-inner-number .numbox li:nth-child(1) {
        width: 100%;
        max-width: 100%;
    }
}

.hs-inner-number .numbox .number-group {
    text-align: center;
}

.hs-inner-number .numbox .number-group h3 {
    font-family: "D-DIN Condensed";
    font-size: 72px;
    line-height: 1.4;
}

@media (max-width: 1470px) {
    .hs-inner-number .numbox .number-group h3 {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    .hs-inner-number .numbox .number-group h3 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .hs-inner-number .numbox .number-group h3 {
        font-size: 40px;
    }
}

.hs-inner-number .numbox .number-group p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}

@media (max-width: 767px) {
    .hs-inner-number .numbox .number-group p {
        font-size: 14px;
        line-height: 24px;
    }
}

.hs-inner-factory .title-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .hs-inner-factory .factory-menu {
        width: 100%;
        margin-top: 20px;
    }
}

.hs-inner-factory .factory-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .hs-inner-factory .factory-menu>ul {
        margin: 0 -5px;
    }
}

.hs-inner-factory .factory-menu>ul>li {
    padding: 0 10px;
}

@media (max-width: 767px) {
    .hs-inner-factory .factory-menu>ul>li {
        padding: 0 5px;
    }
}

.hs-inner-factory .factory-menu>ul>li>a {
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    position: relative;
    display: inline-block;
    padding: 0 14px;
    cursor: pointer;
}

.hs-inner-factory .factory-menu>ul>li>a:after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    border-width: 8px 4px 0 4px;
    border-style: solid;
    border-color: #06357b transparent transparent transparent;
}

.hs-inner-factory .factory-menu>ul>li.active>a {
    color: #fff;
    background-color: #06357b;
}

.hs-inner-factory .factory-menu>ul>li.active>a:after {
    opacity: 1;
}

.hs-inner-factory .factory-list {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .hs-inner-factory .factory-list {
        margin-top: 30px;
    }
}

.hs-inner-factory .factory-list>ul {
    position: relative;
    overflow: hidden;
    margin: 0 -7px;
    padding-right: 22%;
}

@media (max-width: 767px) {
    .hs-inner-factory .factory-list>ul {
        padding-right: 0;
    }
}

.hs-inner-factory .factory-list>ul>li {
    float: left;
    width: 27%;
    padding: 7px;
}

@media (max-width: 767px) {
    .hs-inner-factory .factory-list>ul>li {
        width: 50%;
    }
}

.hs-inner-factory .factory-list>ul>li:nth-child(1) {
    width: 46%;
}

@media (max-width: 767px) {
    .hs-inner-factory .factory-list>ul>li:nth-child(1) {
        width: 100%;
    }
}

.hs-inner-factory .factory-list>ul>li:nth-child(1) .factory-group .ibox {
    padding-bottom: 92.72727273%;
}

.hs-inner-factory .factory-list>ul>li:nth-child(4) {
    position: absolute;
    top: 0;
    right: 0;
    width: 22%;
}

@media (max-width: 767px) {
    .hs-inner-factory .factory-list>ul>li:nth-child(4) {
        position: relative;
        width: 100%;
    }
}

.hs-inner-factory .factory-list>ul>li:nth-child(4) .factory-group .ibox {
    padding-bottom: 153.93939394%;
}

.hs-inner-factory .factory-list .factory-group .ibox {
    padding-bottom: 78.18181818%;
}

.hs-inner-customer {
    padding-bottom: 80px;
}

.hs-inner-customer .customer .swiper-slide {
    padding: 2px;
}

/* .hs-inner-customer .customer .customer-group .ibox img {
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -o-filter: grayscale(100%);
   filter: grayscale(100%);
   -webkit-filter: gray;
   filter: gray;
}

.hs-inner-customer .customer .customer-group:hover .ibox img {
   -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   -ms-filter: grayscale(0%);
   -o-filter: grayscale(0%);
   filter: grayscale(0%);
} */

.hs-inner-honor {
    background-color: #f8f8f8;
}

.hs-inner-honor .honor-num {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 30px;
}

.hs-inner-honor .honor-num 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-inner-honor .honor-num ul li {
    margin-top: 30px;
    width: 33.3333%;
}

@media (max-width: 767px) {
    .hs-inner-honor .honor-num ul li {
        width: 50%;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .hs-inner-honor .honor-num ul li:nth-child(3) {
        width: 100%;
    }
}

.hs-inner-honor .honor-num .num-group {
    max-width: 256px;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .hs-inner-honor .honor-num .num-group {
        max-width: 100%;
    }
}

.hs-inner-honor .honor-num .num-group b {
    font-family: "D-DIN Condensed";
    font-size: 48px;
    font-weight: normal;
    line-height: 1.2;
    color: #008ed2;
}

@media (max-width: 1199px) {
    .hs-inner-honor .honor-num .num-group b {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .hs-inner-honor .honor-num .num-group b {
        font-size: 30px;
    }
}

.hs-inner-honor .honor-num .num-group p {
    font-size: 16px;
    line-height: 1.875;
}

@media (max-width: 767px) {
    .hs-inner-honor .honor-num .num-group p {
        font-size: 14px;
    }
}

.hs-inner-honor .honor {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .hs-inner-honor .honor {
        margin-top: 30px;
    }
}

.hs-inner-honor .swiper-honor {
    margin: 0 -15px;
}

@media (max-width: 991px) {
    .hs-inner-honor .swiper-honor {
        margin: 0 -6px;
    }
}

.hs-inner-honor .swiper-slide {
    width: auto;
    height: 270px;
    padding: 0 15px;
}

@media (max-width: 1560px) {
    .hs-inner-honor .swiper-slide {
        height: 240px;
    }
}

@media (max-width: 1199px) {
    .hs-inner-honor .swiper-slide {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .hs-inner-honor .swiper-slide {
        height: 160px;
        padding: 0 6px;
    }
}

.hs-inner-honor .honor-group {
    display: block;
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    background-color: #fff;
}

.hs-inner-honor .honor-group img {
    height: 100%;
}

.hs-inner-honor .honor-group h3 {
    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-honor .honor-group:hover {
    color: #fff;
    background-color: #008ed2;
}

.hs-inner-story {
    color: #fff;
    background: url(../images/history_bg.webp) no-repeat center;
    background-size: cover;
}

.hs-inner-story .story {
    position: relative;
    width: 50%;
    margin-top: 50px;
    padding-left: 80px;
}

@media (max-width: 1470px) {
    .hs-inner-story .story {
        width: 60%;
    }
}

@media (max-width: 1199px) {
    .hs-inner-story .story {
        width: 80%;
    }
}

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

.hs-inner-story .story .story-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.hs-inner-story .story .swiper-button-next,
.hs-inner-story .story .swiper-button-prev {
    line-height: 32px;
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 0 20px 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(223, 223, 223, 0.5);
}

.hs-inner-story .story .swiper-button-next:after,
.hs-inner-story .story .swiper-button-prev:after {
    font-size: 18px;
    content: "\f10b";
}

.hs-inner-story .story .swiper-button-next:hover,
.hs-inner-story .story .swiper-button-prev:hover {
    color: #fff;
    background-color: #008ed2;
}

.hs-inner-story .title-inner h2 {
    color: #fff;
}

.hs-inner-story .story-content {
    position: relative;
}

.hs-inner-story .story-content:before {
    position: absolute;
    top: 0;
    left: -12px;
    display: block;
    width: 12px;
    height: 100%;
    content: "";
    background: url(../images/story.webp) repeat-y;
}

.hs-inner-story .swiper-story {
    position: relative;
    height: 470px;
    border-left: 1px solid #fff;
}

.hs-inner-story .swiper-story .swiper-slide {
    height: auto;
}

.hs-inner-story .swiper-story .story-group {
    padding: 20px 40px;
}

@media (max-width: 767px) {
    .hs-inner-story .swiper-story .story-group {
        padding: 10px 0 10px 20px;
    }
}

.hs-inner-story .swiper-story .story-group .year {
    /* font-family: "D-DIN Condensed"; */
    font-size: 24px;
    position: relative;
    color: #008ed2;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .hs-inner-story .swiper-story .story-group .year {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-inner-story .swiper-story .story-group .year {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hs-inner-story .swiper-story .story-group .year {
        font-size: 16px;
    }
}

.hs-inner-story .swiper-story .story-group .year:before {
    position: absolute;
    top: 50%;
    left: -40px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 5px 0 5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

@media (max-width: 767px) {
    .hs-inner-story .swiper-story .story-group .year:before {
        left: -20px;
    }
}

.hs-inner-story .swiper-story .story-group .note {
    display: none;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .hs-inner-story .swiper-story .story-group .note {
        margin-top: 10px;
    }
}

.hs-inner-story .swiper-story .story-group .note p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1199px) {
    .hs-inner-story .swiper-story .story-group .note p {
        font-size: 14px;
        line-height: 22px;
    }
}

.hs-inner-story .swiper-story .swiper-slide-active .story-group .note {
    display: block;
}

.hs-inner-application {
    padding: 0;
}

.hs-inner-application .application {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 90px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1400px) {
    .hs-inner-application .application {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .hs-inner-application .application {
        padding-top: 30px;
    }
}

.hs-inner-application .application:nth-child(2n) .app-img {
    left: 60%;
}

@media (max-width: 767px) {
    .hs-inner-application .application:nth-child(2n) .app-img {
        left: 0;
    }
}

.hs-inner-application .application:nth-child(2n) .app-note {
    right: 40%;
    padding-right: 5%;
    padding-left: 0;
}

@media (max-width: 767px) {
    .hs-inner-application .application:nth-child(2n) .app-note {
        right: 0;
        padding-right: 0;
    }
}

.hs-inner-application .application .app-img {
    position: relative;
    overflow: hidden;
    width: 40%;
    height: 100%;
}
.hs-inner-application .application .app-img img {
    width: 100%;
}
@media (max-width: 767px) {
    .hs-inner-application .application .app-img {
        width: 100%;
    }

}

.hs-inner-application .application .app-note {
    position: relative;
    width: 60%;
    padding-left: 5%;
}

@media (max-width: 767px) {
    .hs-inner-application .application .app-note {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

.hs-inner-application .application .app-note .title-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .hs-inner-application .application .app-note .title-app {
        min-height: auto;
    }
}

.hs-inner-application .application .app-note .title-app h3 {
    font-size: 22px;
    font-weight: 900;
    line-height: 30px;
    margin: 0;
}

@media (max-width: 991px) {
    .hs-inner-application .application .app-note .title-app h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .hs-inner-application .application .app-note .title-app h3 {
        font-size: 18px;
    }
}

.hs-inner-application .application .app-note .note {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 90px;
}
@media(max-width:1400px) {
    .hs-inner-application .application .app-note .note {
        height: 72px;
    }
}

.hs-inner-application .application .app-note .note::-webkit-scrollbar {
    width: 5px;
}

.hs-inner-application .application .app-note .note::-webkit-scrollbar-track {
    background-color: #b6b6b6;
}

.hs-inner-application .application .app-note .note::-webkit-scrollbar-thumb {
    background-color: #008ed2;
}

.hs-inner-application .application .app-note .note p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    color: #666;
}

@media (max-width: 1400px) {
    .hs-inner-application .application .app-note .note p {
        font-size: 15px;
        line-height: 24px;
    }
}

.hs-inner-contact {
    position: relative;
    z-index: 2;
    margin-top: -20px;
    padding: 0 0 10px 0;
}

.hs-inner-contact .contact-content {
    padding: 70px 8%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .hs-inner-contact .contact-content {
        padding: 50px 15px;
    }
}

.hs-inner-contact .contact {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(6, 53, 123, 0.5);
}

.hs-inner-contact .contact ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hs-inner-contact .contact ul li {
    width: 40%;
}

@media (max-width: 1199px) {
    .hs-inner-contact .contact ul li {
        width: 46%;
    }
}

@media (max-width: 991px) {
    .hs-inner-contact .contact ul li {
        width: 100%;
    }
}

.hs-inner-contact .contact .title-inner h4 {
    color: #008ed2;
}

.hs-inner-contact .contact .contact-list .con-ul {
    margin-top: 30px;
}

.hs-inner-contact .contact .contact-list .con-ul h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #06357b;
}

.hs-inner-contact .contact .contact-list .con-ul h4 .flaticon {
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.hs-inner-contact .contact .contact-list .con-ul p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.hs-inner-contact .contact .title-contact {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .hs-inner-contact .contact .title-contact {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

.hs-inner-contact .contact .title-contact h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

@media (max-width: 991px) {
    .hs-inner-contact .contact .title-contact h3 {
        font-size: 20px;
    }
}

.hs-inner-contact .feedback {
    padding-top: 50px;
}

.hs-inner-contact .feedback .title-inner p {
    font-size: 16px;
    color: #008ed2;
}

.hs-google-map {
    width: 100%;
    height: 640px;
    margin-top: -50px;
}

@media (max-width: 1560px) {
    .hs-google-map {
        height: 600px;
    }
}

@media (max-width: 991px) {
    .hs-google-map {
        height: 400px;
    }
}

.hs-google-map #map {
    width: 100%;
    height: 100%;
}

.hs-inner-products {
    padding: 0;
    background-color: #f8f8f8;
}

.hs-inner-products .products {
    padding-top: 60px;
}

@media (max-width: 767px) {
    .hs-inner-products .products {
        padding-top: 30px;
    }
}

.hs-inner-products .products .title-inner h2 {
    font-size: 24px;
}

@media (max-width: 767px) {
    .hs-inner-products .products .title-inner h2 {
        font-size: 20px;
    }
}

.hs-inner-products .products .products-list ul li {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .hs-inner-products .products .products-list ul li {
        margin-top: 20px;
    }
}

.hs-inner-products .products .products-list .products-group {
    padding: 30px 30px 0 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #fff;
}

@media (max-width: 991px) {
    .hs-inner-products .products .products-list .products-group {
        padding: 20px 14px 0 14px;
    }
}

.hs-inner-products .products .products-list .products-group .title-category:after {
    display: block;
    width: 100%;
    height: 3px;
    content: "";
    background: -webkit-linear-gradient(left, #06357b, #008ed2);
    background: linear-gradient(90deg, #06357b, #008ed2);
}

.hs-inner-products .products .products-list .products-group .title-category h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin-top: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #06357b;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hs-inner-products .products .products-list .products-group .title-category p {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin: 0;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hs-inner-products .products .products-list .products-group .note {
    padding: 18px 0;
}

.hs-inner-products .products .products-list .products-group .note p {
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #06357b;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hs-inner-products .products .products-list .products-group .more-down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    margin-top: 3px;
    margin-left: -30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .hs-inner-products .products .products-list .products-group .more-down {
        margin-top: 0;
    }
}

.hs-inner-products .products .products-list .products-group .more-down a {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    padding: 10px 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #999;
}

.hs-inner-products .products .products-list .products-group .more-down a .flaticon {
    font-size: 18px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.hs-inner-products .products .products-list .products-group .more-down a:hover {
    color: #008ed2;
}

.hs-inner-products .products .products-list .products-group .more-down .more .flaticon {
    font-size: 18px;
}

.hs-inner-products .products .products-list .products-group:hover {
    color: #fff;
    background-color: #008ed2;
    box-shadow: 0 22px 29px 0 rgba(0, 124, 210, 0.47);
}

.hs-inner-products .products .products-list .products-group:hover .title-category h3,
.hs-inner-products .products .products-list .products-group:hover .title-category p {
    color: #fff;
}

.hs-inner-products .products .products-list .products-group:hover .title-category:after {
    background: #fff;
}

.hs-inner-products .products .products-list .products-group:hover .note p {
    color: #fff;
}

.hs-inner-products .products .products-list .products-group:hover .more-down a {
    color: rgba(255, 255, 255, 0.5);
}

.hs-inner-products-list {
    padding: 0;
    background-color: #f2f2f2;
}

.hs-inner-products-list .products-content {
    padding-top: 60px;
}

@media (max-width: 767px) {
    .hs-inner-products-list .products-content {
        padding-top: 30px;
    }
}

.hs-inner-products-list .products-content .title-inner h2 {
    font-size: 24px;
}

@media (max-width: 767px) {
    .hs-inner-products-list .products-content .title-inner h2 {
        font-size: 20px;
    }
}

.hs-inner-products-list .products-content .note {
    position: relative;
    margin-top: 30px;
    padding-left: 50px;
    min-height: 40px;
}

.hs-inner-products-list .products-content .note:before {
    font-family: "flaticon_hengda";
    font-size: 40px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    content: "\f105";
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    color: #c6c6c6;
}

.hs-inner-products-list .products-content .note p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.hs-inner-products-list .products-list {
    margin-top: 40px;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
}

.hs-inner-products-list .products-list ul li {
    border-bottom: 1px solid #ececec;
}

.hs-inner-products-list .products-list ul li:nth-child(2n) {
    background: #fcfdff;
}

.hs-inner-products-list .products-list .products-top,
.hs-inner-products-list .products-list .products-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 3%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -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-products-list .products-list .products-top {
    background-color: #06357b;

    padding: 24px 3%;
}
.hs-inner-products-list .products-list .products-top p {
    color: #ffffff;
}
@media (max-width: 991px) {
    .hs-inner-products-list .products-list .products-top,
    .hs-inner-products-list .products-list .products-group {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .hs-inner-products-list .products-list .products-top,
    .hs-inner-products-list .products-list .products-group {
        padding: 10px 0;
    }
}

.hs-inner-products-list .products-list .products-top p,
.hs-inner-products-list .products-list .products-group p {
    font-size: 15px;
    line-height: 24px;
    width: 20%;
    margin: 0;
    padding: 0 10px;
    word-break: break-word;
    color: #333;
}
.hs-inner-products-list .products-list .products-top p:nth-child(2),
.hs-inner-products-list .products-list .products-group p:nth-child(2) {
    width: 45%;
}
.hs-inner-products-list .products-list .products-top p:nth-child(4),
.hs-inner-products-list .products-list .products-group p:nth-child(4) {
    width: 15%;
}
@media (max-width: 767px) {
    .hs-inner-products-list .products-list .products-top p,
    .hs-inner-products-list .products-list .products-group p {
        font-size: 14px;
        padding: 0 5px;
    }
}

.hs-inner-products-list .products-list .products-group p:nth-child(3) {
    font-weight: bold;
    color: #008ed2;
}

.hs-inner-products-list .products-list .products-top p {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #ffffff;
}

@media (max-width: 991px) {
    .hs-inner-products-list .products-list .products-top p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .hs-inner-products-list .products-list .products-top p {
        font-size: 16px;
    }
}

.hs-inner-products-list .products-list .products-group:hover {
    background-color: #008ed2;
    box-shadow: 0 9px 29px 0 rgba(0, 124, 210, 0.47);
}

.hs-inner-products-list .products-list .products-group:hover p {
    color: #fff;
}

.hs-inner-product-details {
    padding: 0;
    background-color: #f8f8f8;
}

.hs-inner-product-details .inner-right {
    padding-top: 30px;
}

@media (max-width: 767px) {
    .hs-inner-product-details .inner-right {
        padding-top: 30px;
    }
}

.hs-inner-product-details .title-inner h2 {
    font-size: 24px;
}

.hs-inner-product-details .title-inner h3 {
    font-size: 20px;
}

.hs-inner-product-details .product-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .hs-inner-product-details .product-details {
        margin-top: 20px;
    }
}

.hs-inner-product-details .product-details .products-img {
    width: 390px;
}

@media (max-width: 991px) {
    .hs-inner-product-details .product-details .products-img {
        width: 100%;
    }
}

.hs-inner-product-details .product-details .products-img .ibox {
    padding-bottom: 75%;
}

.hs-inner-product-details .product-details .products-note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: -webkit-calc(100% - 390px);
    width: calc(100% - 390px);
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .hs-inner-product-details .product-details .products-note {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.hs-inner-product-details .product-details .products-note .product-info ul li {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1px;
    padding: 8px 0;
    border-bottom: 1px solid #dbdbdb;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hs-inner-product-details .product-details .products-note .product-info ul li:after {
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 0;
    display: block;
    width: 20%;
    height: 1px;
    content: "";
    background-color: #008ed2;
}

.hs-inner-product-details .product-details .products-note .product-info ul li p {
    margin: 0;
    color: #666;
}

.hs-inner-product-details .product-details .products-note .products-links {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hs-inner-product-details .product-details .products-note .products-links ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px -12px;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .hs-inner-product-details .product-details .products-note .products-links ul {
        margin: 0 -6px;

    }
}

.hs-inner-product-details .product-details .products-note .products-links ul li {
    padding: 0 12px;
}

@media (max-width: 767px) {
    .hs-inner-product-details .product-details .products-note .products-links ul li {
        padding: 0 6px;
    }
}

.hs-inner-product-details .product-details .products-note .products-links ul li:nth-child(1) a {
    color: #fff;
    border-color: #06357b;
    background-color: #06357b;
}

.hs-inner-product-details .product-details .products-note .products-links ul li a {
    font-size: 16px;
    line-height: 42px;
    display: inline-block;
    padding: 0 29px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #008ed2;
    border: 2px solid #008ed2;
}

@media (max-width: 1470px) {
    .hs-inner-product-details .product-details .products-note .products-links ul li a {
        padding: 0 16px;
    }
}

@media (max-width: 767px) {
    .hs-inner-product-details .product-details .products-note .products-links ul li a {
        font-size: 14px;
        line-height: 34px;
    }
}

.hs-inner-product-details .product-details .products-note .products-links ul li a .flaticon {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

@media (max-width: 1470px) {
    .hs-inner-product-details .product-details .products-note .products-links ul li a .flaticon {
        margin-right: 5px;
    }
}

.hs-inner-product-details .product-details .products-note .products-links ul li a:hover {
    color: #fff;
    border-color: #008ed2;
    background-color: #008ed2;
}

.hs-inner-product-details .product-parameter {
    padding-top: 60px;
}

.hs-inner-product-details .product-parameter .parameter-menu {
    background-color: #f0f0f0;
    box-shadow: 1px 5px 8px rgba(0, 0, 0, .1);
}

.hs-inner-product-details .product-parameter .parameter-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-inner-product-details .product-parameter .parameter-menu ul li {
    flex: 1;
}

@media (max-width: 767px) {
    .hs-inner-product-details .product-parameter .parameter-menu ul li {
        width: 50%;
    }
    .hs-inner-product-details .product-parameter .parameter-menu ul li:nth-child(1) {
        width: 100%;
    }
}

.hs-inner-product-details .product-parameter .parameter-menu ul li a {
    font-size: 20px;
    line-height: 30px;
    display: block;
    padding: 20px;
    cursor: pointer;
    text-align: center;
    color: #999;
}

@media (max-width: 1199px) {
    .hs-inner-product-details .product-parameter .parameter-menu ul li a {
        font-size: 18px;
        padding: 10px;
    }
}

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

.hs-inner-product-details .product-parameter .parameter-menu ul li.active a {
    font-weight: bold;
    color: #06357b;
    background-color: #fff;
}

.hs-inner-product-details .product-parameter .parameter-list {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .hs-inner-product-details .product-parameter .parameter-list {
        margin-top: 30px;
    }
}

.hs-inner-product-details .product-parameter .parameter-list table {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    background-color: #fff;
}

.hs-inner-product-details .product-parameter .parameter-list table tr {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom: 1px solid #ececec;
}

.hs-inner-product-details .product-parameter .parameter-list table tr:nth-child(2n) {
    background: #fcfdff;
}

.hs-inner-product-details .product-parameter .parameter-list table tr td {
    /* width: 50%; */
    padding: 20px;
}

@media (max-width: 991px) {
    .hs-inner-product-details .product-parameter .parameter-list table tr td {
        padding: 10px;
    }
}

.hs-inner-product-details .product-parameter .parameter-list table tr td:nth-child(2) {
    color: #777;
}

.hs-inner-product-details .product-parameter .parameter-list table tr:hover {
    background: #008ed2;
    box-shadow: 0 12px 16px 0 rgba(26, 92, 191, 0.27);
}

.hs-inner-product-details .product-parameter .parameter-list table tr:hover td {
    color: #fff;
}

.hs-inner-product-details .product-parameter .parameter-list p {
    line-height: 1.875;
    margin: 0;
}

.hs-inner-product-details .feedback {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .hs-inner-product-details .feedback {
        padding-top: 60px;
    }
}

.hs-inner-product-details .feedback .title-inner {
    position: relative;
}

@media (min-width: 1200px) {
    .hs-inner-product-details .feedback .title-inner p {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #008ed2;
    }
}

.hs-inner-product-details .feedback .feedbackform form input,
.hs-inner-product-details .feedback .feedbackform form textarea,
.hs-inner-product-details .feedback .feedbackform form select {
    background-color: #fff;
}

.feedbackform {
    margin-top: 30px;
}

.feedbackform form .group-feedback {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid rgba(231, 231, 231, 0.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: #fff;
    background-color: #06357b;
    /* 设置鼠标悬停时的背景色 */
}

.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: #333;
}

.feedbackform form .group-feedback input:-o-placeholder,
.feedbackform form .group-feedback textarea:-o-placeholder {
    color: #333;
}

.feedbackform form .group-feedback input::-moz-placeholder,
.feedbackform form .group-feedback textarea::-moz-placeholder {
    color: #333;
}

.feedbackform form .group-feedback input:-ms-input-placeholder,
.feedbackform form .group-feedback textarea:-ms-input-placeholder {
    color: #333;
}

.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;
    padding: 0 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    outline: none;
    background-color: #06357b;
}

@media (max-width: 767px) {
    .feedbackform form .send {
        line-height: 40px;
    }
}

.feedbackform form .send:hover {
    background-color: #008ed2;
}

.hs-inner-news {
    padding: 0;
}

.hs-inner-news .news ul li:last-child .news-group {
    border: none;
}

.hs-inner-news .news-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .hs-inner-news .news-group {
        margin-top: 30px;
    }
}

.hs-inner-news .news-group .news-img {
    width: 47%;
}

@media (max-width: 767px) {
    .hs-inner-news .news-group .news-img {
        width: 100%;
    }
}

.hs-inner-news .news-group .news-img .ibox {
    padding-bottom: 75%;
}

.hs-inner-news .news-group .news-img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.hs-inner-news .news-group .news-note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 53%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .hs-inner-news .news-group .news-note {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

.hs-inner-news .news-group .news-note h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 60px;
    color: #06357b;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1560px) {
    .hs-inner-news .news-group .news-note h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .hs-inner-news .news-group .news-note h3 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .hs-inner-news .news-group .news-note h3 {
        font-size: 16px;
        line-height: 24px;
        max-height: 72px;
        margin: 10px 0 0 0;
    }
}

.hs-inner-news .news-group .news-note p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 90px;
    margin: 30px 0 0 0;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 1199px) {
    .hs-inner-news .news-group .news-note p {
        margin-top: 14px;
    }
}

@media (max-width: 991px) {
    .hs-inner-news .news-group .news-note p {
        font-size: 14px;
        line-height: 24px;
        display: -webkit-box;
        overflow: hidden;
        max-height: 48px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

.hs-inner-news .news-group .news-note .date-more {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding: 30px 0 20px;
    color: #999;
    border-top: 1px solid #ccc;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .hs-inner-news .news-group .news-note .date-more {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .hs-inner-news .news-group .news-note .date-more {
        font-size: 14px;
        padding: 10px 0;
    }
}

.hs-inner-news .news-group .news-note .date-more .date .flaticon {
    display: inline-block;
    margin-top: -2px;
    margin-right: 10px;
    vertical-align: middle;
}

.hs-inner-news .news-group .news-note .date-more .news-more {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.hs-inner-news .news-group .news-note .date-more .news-more .flaticon {
    font-size: 30px;
}

.hs-inner-news .news-group:hover .news-img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hs-inner-news .news-group:hover .news-note h3 {
    text-decoration: underline;
}

.hs-inner-news .news-group:hover .news-note .date-more .news-more {
    color: #06357b;
}

.hs-inner-faqs {
    padding: 0;
}

/* .hs-inner-faqs .faqs {
   font-family: "D-DIN Condensed";
} */

.hs-inner-faqs .faqs>ul>li {
    padding-top: 60px;
}

@media (max-width: 991px) {
    .hs-inner-faqs .faqs>ul>li {
        padding-top: 30px;
    }
}

.hs-inner-faqs .title-faqs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.hs-inner-faqs .title-faqs .img-ask {
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #666;
    background: #e3e3e3;
}

.hs-inner-faqs .title-faqs .img-ask .flaticon {
    font-size: 20px;
}

.hs-inner-faqs .title-faqs .note {
    position: relative;
    width: -webkit-calc(70% - 80px);
    width: calc(70% - 80px);
    margin-left: 30px;
    padding: 30px;
    border-radius: 12px;
    background: #f2f2f2;
}

@media (max-width: 991px) {
    .hs-inner-faqs .title-faqs .note {
        width: -webkit-calc(80% - 80px);
        width: calc(80% - 80px);
    }
}

@media (max-width: 767px) {
    .hs-inner-faqs .title-faqs .note {
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px);
        margin-left: 20px;
        padding: 20px;
    }
}

.hs-inner-faqs .title-faqs .note:before {
    position: absolute;
    top: 20px;
    left: -12px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-width: 6px 12px 6px 0;
    border-style: solid;
    border-color: transparent #f2f2f2 transparent transparent;
}

.hs-inner-faqs .title-faqs .note:after {
    font-size: 30px;
    position: absolute;
    top: 24px;
    right: 20px;
    content: "+";
}

.hs-inner-faqs .title-faqs .note p {
    font-size: 16px;
    line-height: 1.66666667;
    margin: 0;
    color: #333;
}

@media (max-width: 1560px) {
    .hs-inner-faqs .title-faqs .note p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .hs-inner-faqs .title-faqs .note p {
        font-size: 14px;
    }
}

.hs-inner-faqs .current .title-faqs .note:after {
    content: "-";
}

.hs-inner-faqs .faqs-ques {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .hs-inner-faqs .faqs-ques {
        margin-top: 30px;
    }
}

.hs-inner-faqs .faqs-ques .img-ques {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hs-inner-faqs .faqs-ques .img-ques img {
    width: 100%;
}

.hs-inner-faqs .faqs-ques .note {
    position: relative;
    width: -webkit-calc(70% - 80px);
    width: calc(70% - 80px);
    margin-right: 30px;
    padding: 30px;
    color: #fff;
    border-radius: 12px;
    background: #06357b;
}

@media (max-width: 991px) {
    .hs-inner-faqs .faqs-ques .note {
        width: -webkit-calc(80% - 80px);
        width: calc(80% - 80px);
    }
}

@media (max-width: 767px) {
    .hs-inner-faqs .faqs-ques .note {
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px);
        margin-right: 20px;
        padding: 20px;
    }
}

.hs-inner-faqs .faqs-ques .note:before {
    position: absolute;
    top: 20px;
    right: -12px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    border-width: 6px 12px 6px 0;
    border-style: solid;
    border-color: transparent #06357b transparent transparent;
}

.hs-inner-faqs .faqs-ques .note p {
    font-size: 16px;
    line-height: 1.66666667;
    margin: 0;
}

@media (max-width: 1560px) {
    .hs-inner-faqs .faqs-ques .note p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .hs-inner-faqs .faqs-ques .note p {
        font-size: 14px;
    }
}

.hs-inner-exhibition {
    padding: 0;
}

.hs-inner-exhibition .exhibition {
    position: relative;
}

.hs-inner-exhibition .exhibition:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #e2e2e2;
}

@media (max-width: 767px) {
    .hs-inner-exhibition .exhibition:before {
        left: 0;
    }
}

@media (min-width: 768px) {
    .hs-inner-exhibition .exhibition ul li:nth-child(2n) .exhibition-group .date {
        left: 50%;
        text-align: left;
    }
    .hs-inner-exhibition .exhibition ul li:nth-child(2n) .exhibition-group .note {
        right: 50%;
        text-align: right;
    }
    .hs-inner-exhibition .exhibition ul li:nth-child(2n) .exhibition-group .note:before {
        right: -9px;
        left: auto;
    }
}

.hs-inner-exhibition .exhibition .exhibition-group {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 70px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .hs-inner-exhibition .exhibition .exhibition-group {
        padding-top: 30px;
        padding-left: 20px;
    }
}

.hs-inner-exhibition .exhibition .exhibition-group .date {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    width: 50%;
    padding: 0 3%;
    text-align: right;
    color: #008ed2;
}

@media (max-width: 767px) {
    .hs-inner-exhibition .exhibition .exhibition-group .date {
        font-size: 16px;
        width: 100%;
        text-align: left;
    }
}

.hs-inner-exhibition .exhibition .exhibition-group .note {
    position: relative;
    width: 50%;
    padding: 0 3%;
}

@media (max-width: 767px) {
    .hs-inner-exhibition .exhibition .exhibition-group .note {
        width: 100%;
    }
}

.hs-inner-exhibition .exhibition .exhibition-group .note:before {
    position: absolute;
    top: 0;
    left: -9px;
    display: block;
    width: 17px;
    height: 17px;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 50%;
    background-color: #06357b;
}

@media (max-width: 767px) {
    .hs-inner-exhibition .exhibition .exhibition-group .note:before {
        left: -26px;
        left: -24px;
        width: 10px;
        height: 10px;
    }
}

.hs-inner-exhibition .exhibition .exhibition-group .note h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #06357b;
}

@media (max-width: 767px) {
    .hs-inner-exhibition .exhibition .exhibition-group .note h3 {
        margin-top: 4px;
    }
}

.hs-inner-exhibition .exhibition .exhibition-group .note .img {
    display: inline-block;
    overflow: hidden;
    max-width: 270px;
    margin-top: 20px;
}

.hs-inner-exhibition .exhibition .exhibition-group .note .img img {
    width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.hs-inner-exhibition .exhibition .exhibition-group:hover .note:before {
    background-color: #008ed2;
}

.hs-inner-exhibition .exhibition .exhibition-group:hover .note h3 {
    color: #008ed2;
}

.hs-inner-exhibition .exhibition .exhibition-group:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hs-inner-news-show {
    padding: 0;
}

.hs-inner-news-show .news-show {
    padding-top: 50px;
}

@media (max-width: 991px) {
    .hs-inner-news-show .news-show {
        padding-top: 30px;
    }
}

.hs-inner-news-show .news-show .title-inner {
    text-align: left;
}

.hs-inner-news-show .news-show .title-inner h2 {
    font-size: 24px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .hs-inner-news-show .news-show .title-inner h2 {
        font-size: 20px;
    }
}

.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: 20px;
    display: inline-block;
    margin-top: -2px;
    margin-right: 10px;
    vertical-align: middle;
}

.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: #008ed2;
    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 0.2s;
    transition: all 0.2s;
    text-align: center;
}

.hs-inner-news-show .button-news a .flaticon {
    font-size: 40px;
}

.hs-inner-news-show .button-news a:hover {
    color: #06357b;
}

.hs-inner-news-show .button-news .prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hs-inner-news-show .related-news {
    padding-top: 80px;
}

.hs-inner-news-show .related-news .title-inner {
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.hs-inner-news-show .related-news .title-inner:after {
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 50%;
    display: block;
    width: 152px;
    height: 4px;
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #06357b;
}

.hs-inner-news-show .related-news .related {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .hs-inner-news-show .related-news .related {
        margin-top: 30px;
    }
}

.hs-inner-news-show .related-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;
}

.hs-inner-news-show .related-news .news-group .news-img {
    width: 150px;
}

@media (max-width: 767px) {
    .hs-inner-news-show .related-news .news-group .news-img {
        width: 130px;
    }
}

.hs-inner-news-show .related-news .news-group .news-img .ibox {
    padding-bottom: 75%;
}

.hs-inner-news-show .related-news .news-group .news-img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.hs-inner-news-show .related-news .news-group .news-note {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    padding-left: 20px;
}

@media (max-width: 767px) {
    .hs-inner-news-show .related-news .news-group .news-note {
        width: -webkit-calc(100% - 130px);
        width: calc(100% - 130px);
    }
}

.hs-inner-news-show .related-news .news-group .news-note h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hs-inner-news-show .related-news .news-group .news-note .news-more {
    line-height: 30px;
    margin-top: 10px;
    text-align: right;
    opacity: 0.5;
}

.hs-inner-news-show .related-news .news-group .news-note .news-more .flaticon {
    font-size: 24px;
}

.hs-inner-news-show .related-news .news-group:hover .news-img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hs-inner-news-show .related-news .news-group:hover .news-note h3 {
    text-decoration: underline;
}

.hs-inner-news-show .related-news .news-group:hover .news-more {
    color: #06357b;
}

.hs-inner-download {
    padding-top: 0;
}

@media (min-width: 1470px) {
    .hs-inner-download .download ul {
        margin: 0 -30px;
    }
    .hs-inner-download .download ul li {
        padding: 0 30px;
    }
}

.hs-inner-download .download .down-group {
    margin-top: 40px;
    padding: 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid #dfdfdf;
}

@media (max-width: 1199px) {
    .hs-inner-download .download .down-group {
        margin-top: 30px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .hs-inner-download .download .down-group {
        margin-top: 20px;
        padding: 20px 14px;
    }
}

.hs-inner-download .download .down-group:before {
    display: block;
    width: 31px;
    height: 35px;
    content: "";
    background: url(../images/file.webp) no-repeat center;
    background-size: cover;
}

.hs-inner-download .download .down-group h3 {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 20px 0 0 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
    .hs-inner-download .download .down-group h3 {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
}

.hs-inner-download .download .down-group h3 a {
    display: block;
}

.hs-inner-download .download .down-group .down {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .hs-inner-download .download .down-group .down {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .hs-inner-download .download .down-group .down {
        margin-top: 20px;
    }
}

.hs-inner-download .download .down-group .down a {
    line-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    background-color: #008ed2;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hs-inner-download .download .down-group .down a .flaticon {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hs-inner-download .download .down-group:hover {
    border-color: #008ed2;
}

.hs-inner-download .download .down-group:hover h3 {
    color: #06357b;
}

.hs-inner-download .download .down-group:hover .down a {
    background-color: #008ed2;
}

.hs-inner-videos .videos {
    margin-top: -40px;
}

@media (max-width: 767px) {
    .hs-inner-videos .videos {
        margin-top: -20px;
    }
}

@media (min-width: 1200px) {
    .hs-inner-videos .videos ul {
        margin: 0 -20px;
    }
}
.hs-inner-videos .videos ul {
    text-align: center;
    display: flex;
    justify-content: center;
}
@media (min-width: 1200px) {
    .hs-inner-videos .videos ul li {
        padding: 0 20px;
        width: 70%;
    }
}

.hs-inner-videos .videos .videos-group {
    position: relative;
    display: block;
    margin-top: 40px;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    /* background-color: #000; */
}

@media (max-width: 767px) {
    .hs-inner-videos .videos .videos-group {
        margin-top: 20px;
    }
}

.hs-inner-videos .videos .videos-group .img {
    position: relative;
}

.hs-inner-videos .videos .videos-group .img .ibox {
    padding-bottom: 65.95744681%;

}

.hs-inner-videos .videos .videos-group .img .ibox iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hs-inner-videos .videos .videos-group .flaticon {
    font-size: 24px;
    line-height: 50px;
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #06357b;
    border-radius: 5px;
    background-color: #008ed2;
}

.hs-inner-videos .videos .videos-group p {
    font-size: 20px;
    line-height: 30px;
    z-index: 2;
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    height: 30px;
    padding: 0 20px;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 10px 0 0 0;
}

@media (max-width: 767px) {
    .hs-inner-videos .videos .videos-group p {
        font-size: 18px;
    }
}

.hs-inner-videos .videos .videos-group:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.hs-footer {
    position: relative;
    overflow: hidden;
    padding: 0 3%;
    color: rgba(255, 255, 255, 0.6);
    background: url(../images/footer_bg.webp) no-repeat center;
    background-size: cover;
}

@media (max-width: 991px) {
    .hs-footer {
        padding-bottom: 50px;
    }
}

.hs-footer .foot-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #25364f;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .hs-footer .foot-text {
        padding: 20px 0;
    }
}

.hs-footer .foot-text .foot-logo img {
    height: 36px;
}

.hs-footer .foot-text .txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #008ed2;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .hs-footer .foot-text .txt {
        width: 100%;
        margin-top: 10px;
    }
}

.hs-footer .foot-text .txt p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;
    margin: 0;
    margin-left: 40px;
}

@media (max-width: 1199px) {
    .hs-footer .foot-text .txt p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .hs-footer .foot-text .txt p {
        margin: 0;
    }
}

.hs-footer .foot-text .txt p a:hover {
    text-decoration: underline;
}

.hs-footer .foot-text .txt p .flaticon {
    font-size: 30px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.hs-footer .foot-nav {
    padding: 40px 0;
    border-bottom: 1px solid #25364f;
}

@media (max-width: 991px) {
    .hs-footer .foot-nav {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .hs-footer .foot-nav {
        padding: 14px 0;
    }
}

.hs-footer .foot-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .hs-footer .foot-nav>ul {
        margin: 0 -10px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.hs-footer .foot-nav>ul>li {
    position: relative;
    margin: 10px 0;
}

@media (max-width: 991px) {
    .hs-footer .foot-nav>ul>li {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li {
        width: 100%;
    }
}

.hs-footer .foot-nav>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    display: block;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 991px) {
    .hs-footer .foot-nav>ul>li>a {
        font-size: 16px;
    }
}

.hs-footer .foot-nav>ul>li>a:after {
    display: block;
    width: 45px;
    height: 2px;
    margin-top: 10px;
    content: "";
    background-color: #008ed2;
}

@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>a:after {
        display: none;
    }
}

.hs-footer .foot-nav>ul>li .flaticon-right-chevron {
    display: none;
}

@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li .flaticon-right-chevron {
        font-size: 20px;
        line-height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
    }
}

.hs-footer .foot-nav>ul>li .flaticon-right-chevron:after {
    font-style: normal;
    content: "+";
}

.hs-footer .foot-nav>ul>li>ul {
    margin: 0 -30px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>ul {
        display: none;
        margin: 0 -10px;
    }
}

@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: 2.25;
    display: block;
    padding: 0 30px;
}

@media (max-width: 991px) {
    .hs-footer .foot-nav>ul>li>ul>li>a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>ul>li>a {
        padding: 0 10px;
    }
}

.hs-footer .foot-nav>ul>li>ul>li:hover>a {
    color: #008ed2;
}

.hs-footer .foot-nav>ul>li.current .flaticon-right-chevron:after {
    content: "-";
}

.hs-footer .foot-nav .grid {
    display: grid;
    grid: repeat(8, 36px) / auto-flow;
}

@media (max-width: 767px) {
    .hs-footer .foot-nav .grid {
        display: none;
    }
}

.hs-footer .copyright {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .hs-footer .copyright {
        padding: 20px 0;
    }
}

.hs-footer .copyright p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

@media (max-width: 1199px) {
    .hs-footer .copyright p {
        font-size: 14px;
        width: 100%;
        margin: 10px 0 0 0;
    }
}

.hs-footer .copyright a:hover {
    color: #008ed2;
}

@media (max-width: 991px) {
    .hs-footer .copyright .foot-follow {
        width: 100%;
        margin-top: 20px;
    }
}

.hs-footer .copyright .foot-follow ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .hs-footer .copyright .foot-follow ul {
        margin: 0 -5px;
    }
}

.hs-footer .copyright .foot-follow ul li {
    padding: 0 10px;
}

@media (max-width: 767px) {
    .hs-footer .copyright .foot-follow ul li {
        padding: 0 5px;
    }
}

.hs-footer .copyright .foot-follow ul li a {
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
}

.hs-footer .copyright .foot-follow ul li a .flaticon {
    font-size: 30px;
}

.hs-footer .copyright .foot-follow ul li a:hover {
    text-decoration: none;
    color: #008ed2;
}

.hc-mobile-nav.nav-levels-overlap ul ul .iconimg {
    display: none;
}

.hc-mobile-nav.nav-levels-overlap ul ul b {
    font-weight: normal;
}

.fluid_pseudo_poster,
.fluid_controls_container {
    display: none;
}

.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;
}

.page_info {
    clear: both;
    padding-top: 50px;
    clear: both;
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.page_info span {
    margin: 0 2px;
}

.page_list {
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    padding-top: 50px;
    clear: both;
    width: 100%;
    padding-bottom: 30px;
}

.page_list a,
.page_list span {
    display: inline-block;
    color: #333333;
    border: 1px solid #e8e8e8;
    text-align: center;
    margin: 0 4px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.page_list a:hover {
    color: #fff;
    border: 1px solid #000;
    background: #000;
}

.page_list .current_page {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

@media (max-width: 991px) {
    .page_list a,
    .page_list span {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.table_a {
    overflow-x: auto;
    width: 100%;
}

.table_a table {
    border-right: 1px solid #0061b3;
    border-bottom: 1px solid #0061b3;
    width: 100%;
}

.table_a table td,
.table_a table th {
    border-left: 1px solid #0061b3;
    border-top: 1px solid #0061b3;
    text-align: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    font-family: "Microsoft YaHei";
    width: 25%;
}

.table_a table tr:nth-child(odd) {
    background: #f5f5f5;
}

.biao2 {
    background: #f1f1f1;
}

@media (max-width: 767px) {
    .table_a table th {
        line-height: 20px;
        height: auto;
    }
}

.hs-inner-product-details .title-product-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hs-inner-product-details .title-product-details span {
    white-space: nowrap;
    padding: 0 20px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    font-size: 16px;
}
.title-parameter {
    padding-bottom: 10px;
    border-bottom: 1px solid #06357b;
    margin-bottom: 20px;
}
.title-parameter h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #06357b;
}
@media (max-width: 767px) {
    .title-parameter h3 {
        font-size: 20px;
    }
    .hs-inner-product-details .title-product-details {
        flex-wrap: wrap;
    }
    .hs-inner-product-details .title-product-details span {
        margin-top: 20px;
    }
}

.swiper-honor .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.hs-inner-product-details .product-parameter img {
    max-width: 100%;
    height: auto !important;
}

.hs-home-news .faq {
    background-color: #f8f8f8;
    padding: 5px 30px;
    margin-top: 50px;
}
.hs-home-news .faq .title-faq h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #06357b;
    padding-left: 20px;
    position: relative;
}
.hs-home-news .faq .title-faq h3:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #06357b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hs-home-news .faq ul li {
    padding: 30px 0;
    border-bottom: 1px solid #e7e7e7;
}
.hs-home-news .faq ul li:last-child {
    border: none;
}
.hs-home-news .faq .note p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 60px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media(max-width:1470px) {
    .hs-home-news .faq {
        padding: 14px;
    }
    .hs-home-news .faq ul li {
        padding: 14px 0;
    }
    .hs-home-news .faq .title-faq h3 {
        margin: 0;
    }
}
@media(max-width:1199px) {
    .hs-home-news .faq {
        margin-top: 30px;
    }
    .hs-home-news .faq .note p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        margin: 10px 0 0 0;
    }
}

.hs-header-box .top-txt {
    display: inline-block;

    vertical-align: middle;
}
.hs-header-box .top-txt p {
    position: relative;

    display: inline-block;

    max-width: 30px;
    margin: 0;
    margin-right: 20px;

    -webkit-transition: max-width .6s;
    transition: max-width .6s;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .hs-header-box .top-txt p {
        font-size: 0;
        margin-right: 14px;
    }
}
.hs-header-box .top-txt p:after {
    position: absolute;
    bottom: -10px;
    left: 50%;

    width: 0;
    height: 0;

    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    -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 #0f1d2e transparent;
}
@media (max-width: 1199px) {
    .hs-header-box .top-txt p:after {
        display: none;
    }
}
.hs-header-box .top-txt p a {
    display: block;

    white-space: nowrap;
}
.hs-header-box .top-txt p a span {
    font-size: 16px;

    position: absolute;
    z-index: 2;
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
    left: 50%;

    display: inline-block;
    display: none;

    padding: 14px;

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

    color: #fff;
    border-radius: 10px;
    background-color: #0f1d2e;
}
@media (max-width: 1199px) {
    .hs-header-box .top-txt p a span {
        display: none !important;
    }
}
.hs-header-box .top-txt p .flaticon {
    font-size: 34px;

    display: inline-block;

    width: 30px;

    text-align: center;
    vertical-align: middle;
}
.hs-header-box .top-txt p:hover:after {
    opacity: 1;
}

.hs-inner-product-details .product-details .products-note-all {
    width: 100%;
    padding-left: 0;
}

.hs-inner-products .products .products-list {
    padding: 30px;
    border: 1px solid #e4e4e4;
    margin-top: 50px;
}
.hs-inner-products .products .title-inner1 h2 {
    font-size: 20px;
    line-height: 30px;
    color: #06357b;
    font-weight: bold;
}
.hs-inner-products .products .title-inner1 h2:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #06357b;
    margin-right: 8px;

}
@media(min-width:1200px) {
    .hs-inner-products .products .products-list ul {
        margin: 0 -25px;
    }
    .hs-inner-products .products .products-list ul li {
        padding: 0 25px;
    }
}
@media(max-width:991px) {
    .hs-inner-products .products .products-list {
        padding: 30px 15px;

    }
}

.hs-inner-application-details {
    padding: 0;
}
.hs-inner-application-details .application-details {
    padding-top: 50px;
}
.hs-inner-application-details .application-details .title-inner h3 {
    font-size: 24px;

    color: #222;
}
@media (max-width: 1199px) {
    .hs-inner-application-details .application-details .title-inner h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-application-details .application-details .title-inner h3 {
        font-size: 18px;
    }
}
.hs-inner-application-details .application-details .details-img {
    margin-top: 30px;
}
.hs-inner-application-details .application-details .details-img img {
    width: 100%;
}
.hs-inner-application-details .application-details .free-editor {
    margin-top: 30px;
}
.hs-inner-application-details .hs-inner-products-list {
    margin-top: 50px;
    padding: 30px;

    border-radius: 10px;
}
@media (max-width: 767px) {
    .hs-inner-application-details .hs-inner-products-list {
        margin-top: 30px;
        padding: 20px 15px;
    }
}
.hs-inner-application-details .hs-inner-products-list .products-content {
    padding-top: 0;
}
.hs-inner-application-details .hs-inner-products-list .products-list .products-top p,
.hs-inner-application-details .hs-inner-products-list .products-list .products-group p {
    width: 20%;
}
.hs-inner-application-details .hs-inner-products-list .products-list .products-top p:nth-child(2),
.hs-inner-application-details .hs-inner-products-list .products-list .products-group p:nth-child(2) {
    width: 60%;
}

.hs-more .flaticon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.open-download {
    width: 96%;
    max-width: 500px;
    padding: 60px 3%;
    display: none;
}
.open-download p {
    font-size: 16px;
    line-height: 24px;
}
.open-download input {
    width: 100%;
    padding: 10px 20px;
    line-height: 30px;
    background-color: #f4f4f4;
    margin-top: 20px;
}
.open-download .send {
    margin-top: 30px;
    font-size: 16px;
    line-height: 50px;
    padding: 0 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    outline: none;
    background-color: #1a434b;
}
.open-download .send:hover {
    background-color: #f60;
}
@media (max-width: 767px) {
    .open-download .send {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .open-download {
        padding: 30px 3%;
    }
}

.hs-home-about .about-img .video .play .flaticon {
    display: block;
    animation: play 3s linear infinite;
}

@keyframes play {

    0% {
        transform: scale(1);

    }

    50% {
        transform: scale(1.4);

    }
    100% {
        transform: scale(1);

    }
}
.header-whatsapp {
    width: 35px;
    height: 35px;
    max-width: 35px;
    background-color: #ffffff;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: #06357b;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;

}
.header-whatsapp a {
    display: block;
}
.header-whatsapp img {
    width: 65%;
    height: 65%;
    margin: 0 auto;
}

.stuck-header .header-whatsapp {
    background-color: #06357b;
}

.stuck-header .header-whatsapp img {

    filter: brightness(0) invert(1);
}
.customer-service img {
    width: 100%;
    filter: brightness(0) invert(1);
}

@media(max-width:767px) {
    .hs-header-box .lan {
        display: none;
    }
}

.hs-header-box .header-search .search-button {
    width: 35px;
    height: 35px;
    max-width: 35px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    color: #06357b;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 5px;
}

.hs-header-box .header-search .search-button img {
    width: 100%;
}

.hs-header-box .header-search form {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;
    display: block;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100px;
    padding: 30px 10%;
    background-color: rgba(6, 53, 122, 0.8);
}

@media (max-width: 1199px) {
    .hs-header-box .header-search form {
        padding: 30px 50px 30px 15px;
    }
}

.hs-header-box .header-search input {
    font-size: 16px;
    line-height: 40px;
    width: 100%;
    height: 40px;
    padding: 0 30px 0 10px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    outline: none;
    background: none;
}

.hs-header-box .header-search input::-webkit-input-placeholder,
.hs-header-box .header-search textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.hs-header-box .header-search input:-o-placeholder,
.hs-header-box .header-search textarea:-o-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.hs-header-box .header-search input::-moz-placeholder,
.hs-header-box .header-search textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.hs-header-box .header-search input:-ms-input-placeholder,
.hs-header-box .header-search textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.hs-header-box .header-search input:focus::-webkit-input-placeholder,
.hs-header-box .header-search textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.hs-header-box .header-search input:focus::-o-placeholder,
.hs-header-box .header-search textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.hs-header-box .header-search input:focus::-moz-placeholder,
.hs-header-box .header-search textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.hs-header-box .header-search input:focus::-ms-input-placeholder,
.hs-header-box .header-search textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.hs-header-box .header-search .close-search {
    line-height: 100px;
    position: absolute;
    top: 0;
    right: 5%;
    width: 40px;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

@media (max-width: 1199px) {
    .hs-header-box .header-search .close-search {
        right: 0;
    }
}

.hs-header-box .header-search .close-search:before {
    font-size: 40px;
    display: block;
    content: "+";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hs-header-box .header-search .submit {
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    top: 30px;
    right: 10%;
    width: 30px;
    padding: 0;
    text-align: center;
    color: #fff;
    outline: none;
    background: none;
    box-shadow: none;
}
.hs-header-box .header-search .submit.send:before {
    display: none;
}
.hs-header-box .header-search .submit.send img {
    filter: brightness(0) invert(1);
}

.hs-header-box .header-search .search-button {
    cursor: pointer;

}
.hs-header-box .header-search .submit img {
    width: 100%;
}
@media (max-width: 1199px) {
    .hs-header-box .header-search .submit {
        right: 50px;
    }
}

.hs-header-box .header-search .submit:before {
    font-family: "iconfont" !important;
    content: "\e660";
}

.stuck-header .header-search .search-button {
    background-color: #06357b;
}

.stuck-header .header-search .search-button img {

    filter: brightness(0) invert(1);
}

.product-search {
    width: 300px;
    display: flex;
}
.product-search input {
    width: 250px;
    padding: 10px;
    line-height: 24px;
    height: 44px;
    outline: none;
}
.product-search .send {
    width: 44px;
    height: 44px;
    background-color: #06357b;
    padding: 6px;
    border: none;
    outline: none;

}
.product-search .send img {
    width: 100%;
    filter: brightness(0) invert(1);
}

.title-flex .title-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.catalog-menu .menu-nav .menu-nav1>li {
    display: block;
}
@media(max-width:1199px) {
    .catalog-menu .menu-nav .menu-nav1>li {
        display: inline-block;
        vertical-align: top;
    }
    .catalog-menu .menu-nav {
        display: none;
    }
}

/* .catalog-menu .menu-nav .menu-nav1>li.more .open-menu {
   position: absolute;
   right: 10px;
   top: 0px;
   z-index: 2;
   line-height: 24px;
}
.catalog-menu .menu-nav .menu-nav1>li.more .open-menu:before {
   content: '+';
   font-size: 18px;
   width: 38px;
   height: 38px;
   display: block;
   line-height: 38px;
   text-align: center;
   z-index: 8;
}
@media(max-width:1199px) {
   .catalog-menu .menu-nav .menu-nav1>li.active .menu-nav2 {
      display: none;
   }
} */

.catalog-menu .tit-menu {
    position: relative;
    display: none;
}

@media (max-width: 1199px) {
    .catalog-menu .tit-menu {
        display: block;
        padding-left: 10px;
        background-color: #fff;
    }

}

.catalog-menu .tit-menu:before {
    position: absolute;
    top: 0;
    left: -33px;
    display: block;
    width: 6px;
    height: 49px;
    content: "";
    background: #003572;
}

@media (max-width: 1199px) {
    .catalog-menu .tit-menu:before {
        display: none;
    }
}

.catalog-menu .tit-menu h2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    margin: 0;
    color: #1a434b;
}

@media (max-width: 1199px) {
    .catalog-menu .tit-menu h2 {
        font-size: 24px;
        line-height: 50px;
    }
}

.catalog-menu .tit-menu h2 span {
    color: #008ed2;
}

@media (min-width: 1200px) {
    .catalog-menu .tit-menu h2 span {
        display: block;
    }
}

.catalog-menu .tit-menu .btn-toggle {
    position: absolute;
    top: 0;
    right: 15px;
    display: none;
    width: 30px;
    height: 50px;
}

@media (max-width: 1199px) {
    .catalog-menu .tit-menu .btn-toggle {
        top: 0;
        display: block;
        height: 50px;
    }
}

.catalog-menu .tit-menu .btn-toggle span {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 5px;
    background-color: #333;
}

.catalog-menu .tit-menu .btn-toggle .line1 {
    top: 35%;
    left: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(-50%) rotateZ(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotateZ(0deg);
}

.catalog-menu .tit-menu .btn-toggle .line2 {
    top: 50%;
}

.catalog-menu .tit-menu .btn-toggle .line3 {
    top: 65%;
    left: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(-50%) rotateZ(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotateZ(0deg);
}

.catalog-menu .tit-menu .btn-toggle.active .line2 {
    opacity: 0;
}

.catalog-menu .tit-menu .btn-toggle.active .line1 {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}

.catalog-menu .tit-menu .btn-toggle.active .line3 {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}

.hs-inner-number .numbox .number-group h3 span {
    font-size: 24px;
}
@media (max-width: 767px) {
    .hs-inner-number .numbox .number-group h3 span {
        font-size: 20px;
    }
}

.hs-inner-honor .honor-num ul li:nth-child(2) .num-group b {
    font-size: 28px;
    line-height: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-honor .honor-num ul li:nth-child(2) .num-group b {
        line-height: 50px;
    }
}
@media (max-width: 991px) {
    .hs-inner-honor .honor-num ul li:nth-child(2) .num-group b {
        line-height: 40px;
        font-size: 38px;
    }
}