:root {
    --pad: -webkit-calc(50vw - 825px);
    --pad: calc(50vw - 825px);
}
@media (max-width: 1720px) {
    :root {
        --pad: -webkit-calc(50vw - 705px);
        --pad: calc(50vw - 705px);
    }
}
@media (max-width: 1470px) {
    :root {
        --pad: -webkit-calc(50vw - 660px);
        --pad: calc(50vw - 660px);
    }
}
@media (max-width: 1400px) {
    :root {
        --pad: -webkit-calc(50vw - 570px);
        --pad: calc(50vw - 570px);
    }
}
@media (max-width: 1199px) {
    :root {
        --pad: 6vw;
    }
}
@media (max-width: 991px) {
    :root {
        --pad: 7.5vw;
    }
}
@media (max-width: 767px) {
    :root {
        --pad: 15px;
    }
}
@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);

        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;
    }
}
@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);

        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;
    }
}
@-webkit-keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);

        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;
    }
}
@keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);

        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;
    }
}
.ff,
.banner .mobile-video:before {
    font-family: 'iconfont' !important;
}
.iconfont {
    font-size: inherit;
}
@font-face {
    font-family: 'TikTok Sans Expanded';
    font-weight: normal;
    font-style: normal;

    src: local('TikTok Sans Expanded Regular'), local('TikTokSansExpanded-Regular'), url('../fonts/TikTokSansExpanded-Regular.woff2') format('woff2'), url('../fonts/TikTokSansExpanded-Regular.woff') format('woff'), url('../fonts/TikTokSansExpanded-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'TikTok Sans Expanded';
    font-weight: bold;
    font-style: normal;

    src: local('TikTok Sans Expanded Bold'), local('TikTokSansExpanded-Bold'), url('../fonts/TikTokSansExpanded-Bold.woff2') format('woff2'), url('../fonts/TikTokSansExpanded-Bold.woff') format('woff'), url('../fonts/TikTokSansExpanded-Bold.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'TikTok Sans Expanded';
    font-weight: 500;
    font-style: normal;

    src: local('TikTok Sans Expanded Medium'), local('TikTokSansExpanded-Medium'), url('../fonts/TikTokSansExpanded-Medium.woff2') format('woff2'), url('../fonts/TikTokSansExpanded-Medium.woff') format('woff'), url('../fonts/TikTokSansExpanded-Medium.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    font-weight: normal;
    font-style: normal;

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

    src: local('Manrope Medium'), local('Manrope-Medium'), url('../fonts/Manrope-Medium.woff2') format('woff2'), url('../fonts/Manrope-Medium.woff') format('woff'), url('../fonts/Manrope-Medium.ttf') format('truetype');
    font-display: swap;
}
body {
    font-family: 'Manrope', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;

    overflow-x: hidden;

    color: #0f345a;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}
.row {
    --bs-gutter-x: 1.875rem;
}
:root {
    scroll-behavior: unset;
}
.img-box {
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img,
.img-box iframe {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.fszero {
    font-size: 0;

    overflow: hidden;

    width: 0;
    height: 0;
}
.fszero h1 {
    margin: 0;
}
.wrap-map .map-content {
    display: none;
}
[lang=zh-CN] .share-cn {
    display: block;
}
[lang=zh-CN] .share-other {
    display: none;
}
[lang=zh-CN] .wrap-map .map-content {
    display: block;
}
[lang=zh-CN] .wrap-map .map {
    display: none;
}
[lang=zh-CN] .box-follow {
    display: none;
}
.a2a_kit {
    display: inline-block;

    vertical-align: middle;
}
@-ms-viewport {
    width: auto !important;
}
li,
ol,
ul {
    margin: 0;
    padding: 0;

    list-style: none;
}
a,
a:hover,
a:link,
a:visited,
a:focus {
    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;
}
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;
    }
}
img[data-lazy] {
    background: url(../images/ajax-loader.gif) no-repeat center;
}
img.lazy {
    min-width: 1px;
    min-height: 1px;

    background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.loaded {
    background-size: cover;
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img {
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translateZ(1px);
    transform: translate3d(0, 0, 1px);

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

    opacity: .5;
}
body.fixed {
    position: fixed;

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1470px) {
    .container {
        max-width: 1440px;
    }
}
@media (min-width: 1710px) {
    .container {
        max-width: 1680px;
    }
}
@media (max-width: 767px) {
    .col-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
.fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 80%;
    height: 100%;
    min-height: 50%;
    max-height: 80%;
    margin: 0;
}
.fancybox-slide--video video {
    max-width: 80%;
    padding: 0;
}
@media (max-width: 767px) {
    .fancybox-slide--video video {
        max-width: 95%;
    }
}
.fancybox-slide>video {
    padding: 0;
}
.swiper-lazy {
    background: url(../images/ajax-loader.gif) no-repeat center;
}
.scrollbar::-webkit-scrollbar {
    position: absolute;
    z-index: 2;
    left: 0;

    width: 6px;
}
.scrollbar::-webkit-scrollbar-track {
    background-color: #eee;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #dcdcdc;
}
.slick-arrow {
    font-size: 0;
    line-height: 50px;

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

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

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

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

    color: #0f345a;
    border: 1px solid #08e4a3;
    border-radius: 50%;
    background: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: block;

    content: '\e9b7';
}
.slick-arrow:after {
    display: none;
}
.slick-arrow:hover {
    color: #fff;
    background-color: #08e4a3;
}
.slick-arrow.slick-prev,
.slick-arrow.swiper-button-prev {
    margin-right: 10px;
}
.slick-arrow.slick-next:before,
.slick-arrow.swiper-button-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.arrow-bottom {
    padding-bottom: 100px;
}
@media (max-width: 1199px) {
    .arrow-bottom {
        padding-bottom: 80px;
    }
}
.arrow-bottom .slick-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;

    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
}
.arrow-bottom .slick-arrow.slick-next {
    right: 50%;
    left: auto;

    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
}
@media (max-width: 767px) {
    .arrow-top-right {
        padding-bottom: 50px;
    }
}
.arrow-top-right .slick-arrow {
    position: absolute;
    top: -80px;
    right: 54px;
    left: auto;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 1199px) {
    .arrow-top-right .slick-arrow {
        top: -60px;
    }
}
@media (max-width: 767px) {
    .arrow-top-right .slick-arrow {
        top: auto;
        bottom: 0;
        left: 50%;

        margin-left: -50px;
    }
}
.arrow-top-right .slick-arrow.slick-next {
    right: 0;
}
@media (max-width: 767px) {
    .arrow-top-right .slick-arrow.slick-next {
        right: 50%;
        left: auto;

        margin-right: -50px;
    }
}
.slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 6px;

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

    border-radius: 50%;
    background-color: rgba(8, 228, 163, .2);
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #08e4a3;
}
.center {
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.slick-list {
    margin: 0 -15px;
}
@media (max-width: 1199px) {
    .slick-list {
        margin: 0 -10px;
    }
}
@media (max-width: 767px) {
    .slick-list {
        margin: 0 -5px;
    }
}
.slick-list .slick-slide {
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .slick-list .slick-slide {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .slick-list .slick-slide {
        padding: 0 5px;
    }
}
.share-cn {
    display: none;
}
.addcart {
    cursor: pointer;
}
.addcart.active .icon:before {
    content: '\e69a';
}
.translate {
    min-width: 158px;
}
@media (max-width: 767px) {
    .translate {
        min-width: 145px;
    }
}
@media (max-width: 767px) {
    .translate .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
        font-size: 12px;
    }
}
.translate .goog-te-gadget-simple {
    border-color: #fff;
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
    display: none;
}
.map-content label {
    line-height: 30px !important;

    max-width: 200px;
    padding: 0 10px !important;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.mt-30 {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .mt-30 {
        margin-top: 20px;
    }
}
.mt-50 {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .mt-50 {
        margin-top: 30px;
    }
}
.mt-60 {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .mt-60 {
        margin-top: 30px;
    }
}
.mt-80 {
    margin-top: 80px;
}
@media (max-width: 1660px) {
    .mt-80 {
        margin-top: 60px;
    }
}
@media (max-width: 1400px) {
    .mt-80 {
        margin-top: 40px;
    }
}
@media (max-width: 1199px) {
    .mt-80 {
        margin-top: 30px;
    }
}
.pt-120 {
    padding-top: 120px;
}
@media (max-width: 1199px) {
    .pt-120 {
        padding-top: 60px;
    }
}
@media (max-width: 767px) {
    .pt-120 {
        padding-top: 0;
    }
}
.common-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -6px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-share ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 0 6px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-share ul li a {
    line-height: 32px;

    display: block;

    width: 32px;
    height: 32px;

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

    color: #08e4a3;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .common-share ul li a {
        line-height: 26px;

        width: 26px;
        height: 26px;
    }
}
.common-share ul li a:hover {
    color: #fff;
    background-color: #08e4a3;
}
.common-share ul li .iconfont {
    font-size: 18px;
}
@media (max-width: 991px) {
    .common-share ul li .iconfont {
        font-size: 16px;
    }
}
.formbox {
    margin-top: 20px;
}
.formbox form ul {
    margin: 0 -10px;
}
.formbox form ul li {
    padding: 0 10px;
}
.formbox form .group {
    position: relative;

    margin-top: 20px;
}
.formbox form .group label {
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;

    position: absolute;
    z-index: 3;
    top: 0;
    left: 20px;

    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;

    color: #616569;
}
@media (max-width: 1400px) {
    .formbox form .group label {
        left: 20px;
    }
}
@media (max-width: 767px) {
    .formbox form .group label {
        font-size: 14px;
        line-height: 40px;

        left: 10px;
    }
}
.formbox form .group input,
.formbox form .group textarea {
    line-height: 30px;

    position: relative;
    z-index: 2;

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

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

    border-radius: 0;
    border-radius: 6px;
    outline: 0;
    background: none;
    background: #f5f5f5;
}
@media (max-width: 1400px) {
    .formbox form .group input,
    .formbox form .group textarea {
        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .formbox form .group input,
    .formbox form .group textarea {
        font-size: 14px;
        line-height: 20px;

        padding: 10px;
    }
}
.formbox form .group input:focus,
.formbox form .group textarea:focus {
    border-color: #08e4a3;
}
.formbox form .group input:placeholder-shown+label,
.formbox form .group textarea:placeholder-shown+label {
    top: 0;

    background-color: transparent;
}
.formbox form .group-read input {
    color: #fff !important;
    border-color: #0f345a !important;
    background: #0f345a !important;
}
.formbox form .group input:focus+label,
.formbox form .group textarea:focus+label,
.formbox form .group input:valid+label,
.formbox form .group textarea:valid+label {
    top: -34px;
    left: 20px;

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

    opacity: .8;
}
@media (max-width: 1400px) {
    .formbox form .group input:focus+label,
    .formbox form .group textarea:focus+label,
    .formbox form .group input:valid+label,
    .formbox form .group textarea:valid+label {
        left: 20px;
    }
}
@media (max-width: 767px) {
    .formbox form .group input:focus+label,
    .formbox form .group textarea:focus+label,
    .formbox form .group input:valid+label,
    .formbox form .group textarea:valid+label {
        top: -30px;
        left: 10px;
    }
}
.formbox-bgwhite form .group input,
.formbox-bgwhite form .group textarea {
    background-color: #fff;
}
.submit-group {
    margin-top: 30px;
}
.submit-group .submit {
    line-height: 46px;

    display: inline-block;

    padding: 0 50px;

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

    color: #08e4a3;
    border-radius: 6px;
    background-color: #0f345a;
}
.submit-group .submit .iconfont {
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    margin-top: -4px;
    margin-left: 6px;

    vertical-align: middle;
}
@media (min-width: 1200px) {
    .submit-group .submit:hover {
        color: #0f345a;
        background-color: #08e4a3;
    }
}
.wrap-reviews .title-product-show .write-review {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wrap-reviews .title-product-show .write-review a {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

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

    color: #0f345a;
}
@media (max-width: 1199px) {
    .wrap-reviews .title-product-show .write-review a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-reviews .title-product-show .write-review a {
        font-size: 14px;
    }
}
.wrap-reviews .title-product-show .write-review a:hover {
    color: #08e4a3;
}
.wrap-reviews .feedback {
    display: none;

    padding-top: 10px;
}
.wrap-reviews .feedback .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    border: 1px solid #e9edf7;
    border-radius: 6px;
    background: rgba(233, 237, 247, .57);
}
.wrap-reviews .feedback .item span {
    line-height: 50px;

    display: block;

    white-space: nowrap;

    color: #666;
}
.wrap-reviews .feedback .item input,
.wrap-reviews .feedback .item textarea {
    line-height: 30px;

    width: 100%;
    padding: 10px;

    resize: vertical;

    background: none;
}
.wrap-reviews .feedback .rating {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: row-reverse;

    width: auto;
    height: 40px;
    padding: 0 10px;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.wrap-reviews .feedback .rating-0 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.wrap-reviews .feedback .rating>input {
    display: none;
}
.wrap-reviews .feedback .rating>label {
    font-size: 20px;

    margin-top: auto;
    margin-right: 8px;

    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;

    color: #0f345a;
}
.wrap-reviews .feedback .rating>label:before {
    font-family: 'iconfont' !important;

    content: '\e62e';
}
.wrap-reviews .feedback .rating>input:checked~label,
.wrap-reviews .feedback .rating>input:checked~label~label {
    color: #0f345a;
}
.wrap-reviews .feedback .rating>input:checked~label:before,
.wrap-reviews .feedback .rating>input:checked~label~label:before {
    font-family: 'iconfont' !important;

    content: '\e635';
}
.wrap-reviews .feedback .rating>input:not(:checked)~label:hover,
.wrap-reviews .feedback .rating>input:not(:checked)~label:hover~label {
    color: #0f345a;
}
.wrap-reviews .feedback .rating>input:not(:checked)~label:hover:before,
.wrap-reviews .feedback .rating>input:not(:checked)~label:hover~label:before {
    font-family: 'iconfont' !important;

    content: '\e635';
}
.wrap-reviews .review-list {
    overflow: hidden;

    margin-top: 20px;
}
.wrap-reviews .review-list .item {
    padding: 20px 0;
}
@media (max-width: 991px) {
    .wrap-reviews .review-list .item {
        padding: 10px 0;
    }
}
.wrap-reviews .review-list .item h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.15384615;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-reviews .review-list .item h3 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .wrap-reviews .review-list .item h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-reviews .review-list .item h3 {
        font-size: 18px;
    }
}
.wrap-reviews .review-list .item h3 span {
    font-size: 16px;
    font-weight: normal;

    margin-left: 40px;

    color: #666;
}
.wrap-reviews .review-list .item p {
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-reviews .review-list .item p {
        font-size: 14px;
    }
}
.wrap-reviews .review-list .item .starbox {
    margin: 20px 0 14px;

    color: #0f345a;
}
@media (max-width: 991px) {
    .wrap-reviews .review-list .item .starbox {
        margin: 10px 0;
    }
}
.wrap-reviews .review-list .item .starbox span {
    font-size: 18px;

    display: inline-block;

    margin-right: 14px;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .wrap-reviews .review-list .item .starbox span {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-reviews .review-list .item .starbox span {
        font-size: 14px;
    }
}
.wrap-reviews .review-list .item .starbox .icon {
    font-size: 18px;
    line-height: 26px;

    display: inline-block;

    vertical-align: middle;
}
.header {
    position: fixed;
    z-index: 10;

    width: 100%;

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

    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, .12)), to(rgba(34, 34, 34, 0)));
    background: -webkit-linear-gradient(top, rgba(34, 34, 34, .12) 0%, rgba(34, 34, 34, 0) 100%);
    background: linear-gradient(180deg, rgba(34, 34, 34, .12) 0%, rgba(34, 34, 34, 0) 100%);

    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
@media (max-width: 767px) {
    .header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;

        color: #000;
    }
}
.header .logo {
    position: relative;

    display: block;

    height: 38px;

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

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1470px) {
    .header .logo {
        height: 30px;
    }
}
@media (max-width: 1199px) {
    .header .logo {
        height: 60px;
        padding: 15px 0;
    }
}
@media (max-width: 767px) {
    .header .logo {
        padding: 20px 0;
    }
}
.header .logo .logo-color {
    display: none;
}
@media (max-width: 767px) {
    .header .logo .logo-color {
        display: block;
    }
}
@media (max-width: 767px) {
    .header .logo .logo-white {
        display: none;
    }
}
.header .logo img {
    position: relative;
    z-index: 6;

    display: block;

    height: 100%;
}
.header .serach-part {
    cursor: pointer;
}
.header .find {
    line-height: 44px;

    width: 44px;
    height: 44px;

    text-align: center;

    color: #08e4a3;
    border: 1px solid #08e4a3;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .header .find {
        line-height: 32px;

        width: 32px;
        height: 32px;
    }
}
.header .find .iconfont {
    font-size: 20px;
}
.header .language {
    position: relative;

    margin-left: 16px;
}
.header .language p {
    line-height: 24px;

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

    margin: 0;
    padding: 10px 20px;

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

    border-radius: 41px;
    background-color: #08e4a3;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .header .language p {
        line-height: 30px;

        padding: 0 5px;

        border: none;
    }
}
@media (max-width: 767px) {
    .header .language p {
        font-size: 0;
    }
}
.header .language p .iconfont {
    font-size: 24px;
    font-weight: normal;

    margin-right: 6px;
}
@media (max-width: 767px) {
    .header .language p .iconfont {
        margin-right: 0;
    }
}
.header .language p:after {
    font-family: 'iconfont' !important;
    line-height: 16px;

    width: 16px;
    height: 16px;
    margin-left: 10px;

    content: '\e62b';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: center;
}
@media (max-width: 767px) {
    .header .language p:after {
        display: none;
    }
}
.header .language ul {
    position: absolute;
    top: 100%;

    display: none;

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

    color: #fff;
    border-radius: 0 0 10px 10px;
    background-color: #08e4a3;
}
.header .language ul li a {
    line-height: 24px;

    display: block;

    padding: 10px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.header .language ul li a:hover {
    color: #08e4a3;
    background-color: #fff;
}
.header .language:hover p {
    border-radius: 10px 10px 0 0;
}
.header .search-wrap {
    font-size: 14px;

    position: fixed;
    z-index: 9;
    top: -15px;
    left: 50%;

    display: none;

    width: 100vw;
    height: 100vh;
    padding: 10px;

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

    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .search-wrap .search-close {
    position: absolute;
    top: 5%;
    right: 10%;

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

    color: #fff;
}
@media (max-width: 1199px) {
    .header .search-wrap .search-close {
        right: 5%;
    }
}
.header .search-wrap .search-close .icon {
    font-size: 30px;
}
.header .search-wrap .search-box {
    position: absolute;
    top: 50%;
    left: 10%;

    overflow: hidden;

    width: 80%;

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

    border-radius: 6px;
}
@media (max-width: 1199px) {
    .header .search-wrap .search-box {
        left: 5%;

        width: 90%;
    }
}
.header .search-wrap input {
    line-height: 30px;

    width: 100%;
    padding: 15px;

    color: #666;
}
.header .search-wrap .submit {
    font-size: 20px;
    line-height: 60px;

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

    width: 46px;
    height: 60px;
    padding: 0;

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

    border-radius: 0;
}
.header .search-wrap .submit:before {
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.header .search-wrap .submit:hover {
    color: #fff;
    background-color: #08e4a3;
}
@media (max-width: 1199px) {
    .header .pc-nav {
        display: none;
    }
}
.header .pc-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -40px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .header .pc-nav>ul {
        margin: 0 -30px;
    }
}
@media (max-width: 1470px) {
    .header .pc-nav>ul {
        margin: 0 -20px;
    }
}
.header .pc-nav>ul>li {
    position: relative;

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

    padding: 0 40px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .header .pc-nav>ul>li {
        padding: 0 30px;
    }
}
@media (max-width: 1470px) {
    .header .pc-nav>ul>li {
        padding: 0 20px;
    }
}
.header .pc-nav>ul>li>a {
    font-size: 20px;

    position: relative;

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

    height: 90px;

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

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1400px) {
    .header .pc-nav>ul>li>a {
        font-size: 15px;
    }
}
.header .pc-nav>ul>li>a:before {
    position: absolute;
    z-index: 4;
    top: 80%;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

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

    background-color: #08e4a3;
}
.header .pc-nav>ul>li.active>a,
.header .pc-nav>ul>li:hover>a {
    color: #08e4a3;
}
.header .pc-nav>ul>li.active>a:before,
.header .pc-nav>ul>li:hover>a:before {
    width: 100%;
}
.header .pc-nav .nav-list2 {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 50%;

    display: none;

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

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

    border-radius: 0 0 6px 6px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(96, 118, 172, .25);
}
.header .pc-nav .nav-list2>li {
    position: relative;
}
.header .pc-nav .nav-list2>li>a {
    font-size: 16px;
    line-height: 24px;

    display: block;

    padding: 10px 24px;

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

    color: #475467;
}
@media (max-width: 1560px) {
    .header .pc-nav .nav-list2>li>a {
        padding: 5px 20px;
    }
}
.header .pc-nav .nav-list2>li:hover>a {
    color: #08e4a3;
}
.header .pc-nav .nav-list2-product {
    font-size: 0;

    width: 100%;
    padding: 50px var(--pad);
}
.header .pc-nav .nav-list2-product li {
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
.header .pc-nav .nav-list2-product li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .pc-nav .nav-list2-product li:hover>a .note {
    color: #475467;
}
.header .pc-nav .nav-list2-product .img {
    overflow: hidden;

    width: 30%;

    border-radius: 50%;
}
@media (max-width: 1400px) {
    .header .pc-nav .nav-list2-product .img {
        width: 40%;
    }
}
.header .pc-nav .nav-list2-product .img img {
    width: 100%;
}
.header .pc-nav .nav-list2-product .text {
    width: 70%;
    padding-left: 5%;
}
@media (max-width: 1400px) {
    .header .pc-nav .nav-list2-product .text {
        width: 60%;
    }
}
.header .pc-nav .nav-list2-product .text .title-nav {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;
}
.header .pc-nav .nav-list2-product .text .note {
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.header .pc-nav .nav-list2-product .text .note p {
    line-height: 24px;

    margin: 0;
}
.header .pc-nav .nav-list2-product .text .more {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    margin-top: 20px;
}
.header .pc-nav .nav-list2-product .text .more .iconfont {
    font-weight: normal;

    margin-left: 6px;
}
.header .pc-nav .nav-list3 {
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px 0;

    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list3>li>a {
    font-size: 16px;
    line-height: 24px;

    display: block;

    padding: 5px 20px;

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

    color: #444;
}
.header .pc-nav .nav-list3>li:hover>a {
    color: #08e4a3;
}
.header .btn-menu {
    position: relative;

    display: none;

    width: 24px;
    height: 30px;
}
@media (max-width: 1199px) {
    .header .btn-menu {
        display: inline-block;

        margin-left: 10px;

        vertical-align: middle;
    }
}
.header .btn-menu div {
    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;
}
.header .btn-menu div:before,
.header .btn-menu div:after {
    display: block;

    height: 2px;

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

    background: #08e4a3;
}
.header .btn-menu div span {
    display: block;

    height: 2px;
    margin: 5px 0;

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

    background: #08e4a3;
}
.header.stuck {
    color: #0f345a;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.stuck .product-nav>ul>li>a {
    height: 60px;
}
.header.stuck .logo .logo-white {
    display: none;
}
.header.stuck .logo .logo-color {
    display: block;
}
.hc-mobile-nav {
    text-transform: capitalize;
}
.hc-mobile-nav .lst-clone {
    display: none;
}
.hc-mobile-nav p {
    margin: 0;
}
.hc-mobile-nav .note {
    display: none;
}
.hc-mobile-nav .img {
    display: none;
}
.hc-mobile-nav .text .more {
    display: none;
}
.hc-mobile-nav li.nav-close {
    padding-top: 40px;
}
.hc-mobile-nav .nav-list2 li.nav-parent>a {
    padding-right: 44px;
    padding-left: 30px;
}
.hc-mobile-nav .nav-list3 li a {
    padding-left: 40px;
}
.hc-mobile-nav ul {
    text-indent: 0 !important;
}
.hc-mobile-nav .nav-wrapper {
    color: #333;
    background-color: #fff;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open,
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
    background-color: #eee;
}
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after,
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
    border-color: #222;
}
.hc-mobile-nav:not(.touch-device) a:hover {
    background-color: #eee;
}
.online-wrap {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 5px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .online-wrap {
        top: auto;
        bottom: 100px;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.online-wrap .btn {
    line-height: 40px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;

    color: #fff;
    border: 1px solid #08e4a3;
    border-radius: 0;
    border-radius: 50%;
    outline: none;
    background-color: #08e4a3;
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;

    display: inline-block;

    content: '\e625';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box {
    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;

    max-width: 100%;
}
.online-wrap .online {
    position: relative;

    padding: 5px;

    -webkit-transition: right .3s;
    transition: right .3s;

    color: #fff;
    background-color: rgba(34, 34, 34, .5);
}
@media (max-width: 991px) {
    .online-wrap .online {
        padding: 0;
    }
}
@media (max-width: 991px) {
    .online-wrap .online {
        position: absolute;
        top: auto;
        right: -60px;
        bottom: 70px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 40px;

    position: relative;

    display: block;

    width: 40px;
    height: 40px;
    margin: 8px 0;
    padding: 0;

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

    color: #dcdcdc;
    border-radius: 3px;
    border-radius: 4px;
}
@media (max-width: 991px) {
    .online-wrap .online a {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.online-wrap .online a .iconfont {
    font-size: 22px;
}
.online-wrap .online a:hover {
    color: #fff;
    background-color: #08e4a3;
}
@media (max-width: 991px) {
    .online-wrap .online a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
.online-wrap .online .codenum {
    position: relative;
}
.online-wrap .online .codenum .open-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .codenum .open-num p {
    line-height: 40px;

    display: block;

    margin: 0;
    padding: 0 20px;

    color: #fff;
    border-radius: 6px 0 0 6px;
    background: #08e4a3;
}
@media (min-width: 1200px) {
    .online-wrap .online .codenum:hover .open-num {
        right: -webkit-calc(100% - 1px);
        right: calc(100% - 1px);
    }
}
.online-wrap .online .code {
    position: relative;
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .online-cart span {
    font-size: 12px;
    line-height: 18px;

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

    width: 18px;
    height: 18px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #08e4a3;
}
.online-wrap .online .backtop:hover {
    border-radius: 6px;
}
.xs-online {
    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(env(safe-area-inset-bottom) - 15px);

    color: #fff;
    background-color: #08e4a3;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online .open-top {
    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

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

    background-color: #08e4a3;
}
.xs-online .open-top a {
    line-height: 24px;

    display: inline-block;

    padding: 5px 10px;

    text-align: center;
    vertical-align: middle;

    border-right: 1px solid rgba(255, 255, 255, .3);
}
.xs-online .open-top a .iconfont {
    font-size: 20px;

    display: block;
}
.xs-online ul {
    margin: 0;
    padding: 0;

    text-align: center;
}
.xs-online ul li {
    position: relative;

    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li:hover .open-top {
    display: block;
}
.xs-online ul li>a {
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
.xs-online ul li>a .iconfont {
    font-size: 20px;

    display: block;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li:last-child {
    border-right: none;
}
.xs-online ul li.xs-online-wechat>a {
    position: relative;
}
.xs-online ul li.xs-online-wechat>a:hover img {
    display: block;
}
.xs-online ul li.xs-online-wechat>a img {
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.banner {
    font-size: 0;

    position: relative;
    z-index: 8;

    clear: both;
    overflow: hidden;

    width: 100%;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.banner img {
    display: block;

    width: 100%;
}
.banner .img-box {
    padding-bottom: 50%;
}
.banner .swiper-slide {
    overflow: hidden;
}
.banner .item {
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 767px) {
    .banner .item {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
.banner .banner-text {
    font-size: 16px;

    position: absolute;
    z-index: 6;
    top: 55%;

    width: 100%;

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

    opacity: 0;
    color: #fff;
}
@media (max-width: 767px) {
    .banner .banner-text {
        padding: 0 5%;
    }
}
.banner .banner-text h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
}
@media (max-width: 1470px) {
    .banner .banner-text h2 {
        font-size: 44px;
    }
}
@media (max-width: 1199px) {
    .banner .banner-text h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .banner .banner-text h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner .banner-text h2 {
        font-size: 20px;
    }
}
.banner .banner-text h2 span {
    display: inline-block;

    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #08e4a3), to(#fff));
    background-image: -webkit-linear-gradient(left, #08e4a3 40%, #fff);
    background-image: linear-gradient(90deg, #08e4a3 40%, #fff);
    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}
.banner .banner-text h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.38888889;

    margin: 20px 0 0 0;
}
@media (max-width: 1470px) {
    .banner .banner-text h3 {
        font-size: 30px;

        margin-top: 10px;
    }
}
@media (max-width: 1199px) {
    .banner .banner-text h3 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .banner .banner-text h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .banner .banner-text h3 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .banner .common-more {
        margin-top: 5px;
    }
}
.banner-video {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
    display: none !important;
}
.banner.hide-video video {
    display: none !important;
}
.banner-video-box {
    position: relative;

    display: block;

    padding-bottom: 50%;

    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play {
    background-color: #08e4a3 !important;
}
.banner .mobile-video {
    position: relative;

    display: block;
}
.banner .mobile-video:after {
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before {
    font-size: 50px;

    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

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

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.banner .swiper-pagination {
    position: relative;
    bottom: auto;

    width: auto;
    margin: 0 20px;
}
.banner .swiper-pagination-bullet {
    position: relative;

    width: 24px;
    height: 24px;

    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 24px;
    background: none;
}
.banner .swiper-pagination-bullet:before {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 10px;
    height: 10px;

    content: '';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .69);
}
.banner .swiper-pagination-bullet-active {
    border: 1px solid rgba(255, 255, 255, .43);
}
.banner .swiper-pagination-bullet-active:before {
    background-color: #08e4a3;
}
.banner .banner-button {
    position: absolute;
    z-index: 8;
    bottom: 20px;

    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;
}
@media (max-width: 767px) {
    .banner .banner-button {
        bottom: 0;
    }
}
.banner .swiper-slide-active .banner-text {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    opacity: 1;
}
.banner .banner-button-prev,
.banner .banner-button-next {
    font-size: 20px;
    font-weight: bold;

    color: #fff;
}
.banner .banner-button-prev:hover,
.banner .banner-button-next:hover {
    color: #08e4a3;
}
.banner-in {
    position: relative;

    overflow: hidden;
}
.banner-in img {
    width: 100%;
}
.banner-in .banner-text {
    position: absolute;
    z-index: 6;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.banner-in .banner-text h2 {
    font-family: 'TikTok Sans Expanded', Arial;
    font-size: 58px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1560px) {
    .banner-in .banner-text h2 {
        font-size: 50px;
    }
}
@media (max-width: 1470px) {
    .banner-in .banner-text h2 {
        font-size: 46px;
    }
}
@media (max-width: 1400px) {
    .banner-in .banner-text h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .banner-in .banner-text h2 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .banner-in .banner-text h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner-in .banner-text h2 {
        font-size: 22px;
    }
}
.banner-in .banner-text p {
    font-family: 'TikTok Sans Expanded', Arial;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;

    margin: 10px 0 0 0;
}
@media (max-width: 1199px) {
    .banner-in .banner-text p {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .banner-in .banner-text p {
        font-size: 12px;

        display: none;
    }
}
.banner-in .banner-text-solution {
    top: auto;
    bottom: 30px;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
}
@media (max-width: 1199px) {
    .banner-in .banner-text-solution {
        bottom: 0;
    }
}
.banner-in .wrap-location {
    color: #fff;
}
@media (max-width: 767px) {
    .banner-in .wrap-location {
        margin-top: 0;
    }
}
.banner-in-contact {
    height: 90px;

    background-color: #0f345a;
}
@media (max-width: 1199px) {
    .banner-in-contact {
        height: 60px;
    }
}
@media (max-width: 767px) {
    .banner-in-contact {
        display: none;
    }
}
@-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%;
    }
}
.box {
    overflow: hidden;

    padding: 130px 0;
}
@media (max-width: 1560px) {
    .box {
        padding: 90px 0;
    }
}
@media (max-width: 1400px) {
    .box {
        padding: 80px 0;
    }
}
@media (max-width: 1199px) {
    .box {
        padding: 70px 0;
    }
}
@media (max-width: 991px) {
    .box {
        padding: 60px 0;
    }
}
.common-more a {
    line-height: 24px;

    display: inline-block;

    padding: 10px 30px;

    border: 1px dashed #979797;
    border-radius: 34px;
}
.common-more.text-center a {
    margin: 0 auto;
}
.title .subtitle {
    font-family: 'TikTok Sans Expanded', Arial;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33333333;

    letter-spacing: 6px;
    text-transform: uppercase;

    color: #979797;
}
@media (max-width: 1199px) {
    .title .subtitle {
        font-size: 20px;

        letter-spacing: 2px;
    }
}
@media (max-width: 991px) {
    .title .subtitle {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .title .subtitle {
        font-size: 16px;

        letter-spacing: 1px;
    }
}
.title h2 {
    font-family: 'TikTok Sans Expanded', Arial;
    font-size: 58px;
    line-height: 1.2;

    margin-top: 10px;

    letter-spacing: -1.74px;
}
@media (max-width: 1560px) {
    .title h2 {
        font-size: 50px;
    }
}
@media (max-width: 1470px) {
    .title h2 {
        font-size: 46px;
    }
}
@media (max-width: 1400px) {
    .title h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .title h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 24px;
    }
}
.title .editor-content {
    max-width: 1100px;
    margin-top: 24px;
}
@media (max-width: 767px) {
    .title .editor-content {
        margin-top: 10px;
    }
}
.title.text-center {
    max-width: 1100px;
    margin: 0 auto;
}
.box-about {
    padding-bottom: 30vw;

    background-position: top center;
}
@media (max-width: 767px) {
    .box-about {
        padding-bottom: 280px;
    }
}
.box-about .common-more {
    margin-right: 30px;
}
.box-about .play {
    line-height: 44px;

    width: 44px;
    height: 44px;

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

    color: #08e4a3;
    border-radius: 50%;
    background-color: #0f345a;
}
.box-about .play:hover {
    color: #0f345a;
    background-color: #08e4a3;
}
.box-innovation {
    padding: 40px 0;

    background-color: #0f345a;
}
.box-innovation .innovation .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    opacity: 0;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-innovation .innovation .item .pic {
    overflow: hidden;

    width: 50%;

    border-radius: 10px;
}
@media (max-width: 767px) {
    .box-innovation .innovation .item .pic {
        width: 100%;
    }
}
.box-innovation .innovation .item .pic .img-box {
    padding-bottom: 65.625%;
}
.box-innovation .innovation .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-innovation .innovation .item .text {
    width: 50%;
    padding-left: 5%;
}
@media (max-width: 767px) {
    .box-innovation .innovation .item .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.box-innovation .innovation .item .title h2 {
    color: #08e4a3;
}
.box-innovation .innovation .item .note {
    overflow-y: auto;

    height: 240px;
    margin-top: 16px;
}
@media (max-width: 1199px) {
    .box-innovation .innovation .item .note {
        height: 112px;
    }
}
.box-innovation .innovation .item .note::-webkit-scrollbar {
    position: absolute;
    left: 0;

    width: 4px;
}
.box-innovation .innovation .item .note::-webkit-scrollbar-track {
    background-color: #0f345a;
}
.box-innovation .innovation .item .note::-webkit-scrollbar-thumb {
    background-color: #08e4a3;
}
.box-innovation .innovation .item .note p {
    color: #f5f5f5;
}
.box-innovation .innovation .item .swiper-button .slick-arrow {
    color: #fff;
}
.box-innovation .innovation .swiper-slide-active .item {
    opacity: 1;
}
.box-globa .title .editor-content {
    margin-top: 16px;
}
.box-globa .globa {
    position: relative;

    max-width: 1457px;
    margin: 0 auto;
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .box-globa .globa {
        margin-top: 20px;
    }
}
.box-globa .globa .pic img {
    width: 100%;
}
.box-globa .globa .dot-company {
    position: absolute;
    z-index: 7;
    top: 24%;
    left: 40%;

    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;
}
.box-globa .globa .dot-company .iconfont {
    font-size: 30px;
    line-height: 1;

    margin-right: 10px;

    color: #08e4a3;
}
@media (max-width: 767px) {
    .box-globa .globa .dot-company .iconfont {
        font-size: 14px;

        margin-right: 0;
    }
}
.box-globa .globa .dot-company img {
    height: 29px;
}
@media (max-width: 1199px) {
    .box-globa .globa .dot-company img {
        height: 20px;
    }
}
@media (max-width: 991px) {
    .box-globa .globa .dot-company img {
        height: 15px;
    }
}
@media (max-width: 767px) {
    .box-globa .globa .dot-company img {
        height: 8px;
    }
}
.box-globa .globa .dot {
    position: absolute;
}
.box-globa .globa .dot span {
    position: relative;

    display: block;

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

    border-radius: 50%;
    background-color: #08e4a3;
}
@media (max-width: 767px) {
    .box-globa .globa .dot span {
        width: 6px;
        height: 6px;
    }
}
.box-globa .globa .dot span:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-animation: point_kuo 6s linear infinite;
    animation: point_kuo 6s linear infinite;

    border-radius: 50%;
    background-color: rgba(8, 228, 163, .6);
}
.box-globa .globa .dot p {
    font-size: 14px;
    line-height: 1.14285714;

    position: relative;
    z-index: 9;

    margin: 5px 0 0 0;

    text-align: center;
}
@media (max-width: 767px) {
    .box-globa .globa .dot p {
        font-size: 12px;

        margin-top: 0;
    }
}
.box-globa .globa .dot-1 {
    top: 25%;
    left: 179%;
}
.box-globa .globa .dot-2 {
    top: 35%;
    left: 79.5%;
}
.box-globa .globa .dot-2 span:before {
    -webkit-animation: point_kuo 3s linear infinite;
    animation: point_kuo 3s linear infinite;
}
.box-globa .globa .dot-3 {
    top: 45%;
    left: 88%;
}
.box-globa .globa .dot-3 span:before {
    -webkit-animation: point_kuo 5s linear infinite;
    animation: point_kuo 5s linear infinite;
}
.box-globa .globa .dot-4 {
    top: 51%;
    left: 93%;
}
.box-globa .globa .dot-4 span:before {
    -webkit-animation: point_kuo 7s linear infinite;
    animation: point_kuo 7s linear infinite;
}
.box-globa .globa .dot-5 {
    top: 66%;
    left: 89%;
}
.box-globa .globa .dot-5 span:before {
    -webkit-animation: point_kuo 3s linear infinite;
    animation: point_kuo 3s linear infinite;
}
.box-globa .globa .dot-6 {
    top: 20%;
    left: 10%;
}
.box-globa .globa .dot-6 span:before {
    -webkit-animation: point_kuo 5s linear infinite;
    animation: point_kuo 5s linear infinite;
}
.box-globa .globa .dot-7 {
    top: 24%;
    left: 8%;
}
.box-globa .globa .dot-8 {
    top: 18%;
    left: 13%;
}
.box-globa .globa .dot-8 span:before {
    -webkit-animation: point_kuo 5s linear infinite;
    animation: point_kuo 5s linear infinite;
}
.box-globa .globa .dot-9 {
    top: 18%;
    left: 17%;
}
.box-globa .globa .dot-10 {
    top: 22%;
    left: 12%;
}
.box-globa .globa .dot-10 span:before {
    -webkit-animation: point_kuo 3s linear infinite;
    animation: point_kuo 3s linear infinite;
}
.box-globa .globa .dot-11 {
    top: 31%;
    left: 8%;
}
.box-globa .globa .dot-11 span:before {
    -webkit-animation: point_kuo 2s linear infinite;
    animation: point_kuo 2s linear infinite;
}
.box-globa .globa .dot-12 {
    top: 23%;
    left: 80%;
}
.box-globa .globa .dot-13 {
    top: 32%;
    left: 16%;
}
.box-globa .globa .dot-13 span:before {
    -webkit-animation: point_kuo 7s linear infinite;
    animation: point_kuo 7s linear infinite;
}
.box-globa .globa .dot-14 {
    top: 40%;
    left: 19%;
}
.box-globa .globa .dot-14 span:before {
    -webkit-animation: point_kuo 7s linear infinite;
    animation: point_kuo 7s linear infinite;
}
.box-globa .globa .dot-15 {
    top: 55%;
    left: 18%;
}
.box-globa .globa .dot-15 span:before {
    -webkit-animation: point_kuo 5s linear infinite;
    animation: point_kuo 5s linear infinite;
}
.box-globa .globa .dot-16 {
    top: 64%;
    left: 13%;
}
.box-globa .globa .dot-16 span:before {
    -webkit-animation: point_kuo 5s linear infinite;
    animation: point_kuo 5s linear infinite;
}
.box-globa .globa .dot-17 {
    top: 11%;
    left: 32%;
}
.box-globa .globa .dot-18 {
    top: 33%;
    left: 29%;
}
.box-globa .globa .dot-18 span:before {
    -webkit-animation: point_kuo 4s linear infinite;
    animation: point_kuo 4s linear infinite;
}
.box-globa .globa .dot-19 {
    top: 33%;
    left: 33%;
}
.box-globa .globa .dot-20 {
    top: 37%;
    left: 35%;
}
.box-globa .globa .dot-20 span:before {
    -webkit-animation: point_kuo 8s linear infinite;
    animation: point_kuo 8s linear infinite;
}
.box-globa .globa .dot-21 {
    top: 40%;
    left: 38%;
}
@-webkit-keyframes point_kuo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(2.5);
        transform: translate(-50%, -50%) scale(2.5);

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

        opacity: 0;
    }
}
.box-environment {
    position: relative;
}
.box-environment .title {
    position: absolute;
    z-index: 6;
    bottom: 5%;

    width: 100%;

    text-align: center;

    color: #fff;
}
.box-environment .title h2 {
    font-weight: 600;
}
@media (min-width: 1200px) {
    .box-environment .title p {
        font-size: 20px;
    }
}
.box-environment .pic img {
    width: 100%;
}
.footer {
    line-height: 26px;

    position: relative;

    overflow: hidden;

    color: #e9f4f9;
    background-color: #0f345a;
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 80px;
    }
}
.footer .foot {
    padding: 80px 0;
}
@media (max-width: 1560px) {
    .footer .foot {
        padding: 60px;
    }
}
@media (max-width: 1199px) {
    .footer .foot {
        padding: 30px 0;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.footer .title-foot h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.875;
}
@media (max-width: 1560px) {
    .footer .title-foot h3 {
        font-size: 20px;
    }
}
.footer .title-foot h3:after {
    display: block;

    width: 40px;
    height: 2px;
    margin-top: 8px;

    content: '';

    background-color: #08e4a3;
}
.footer .share {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .footer .share {
        margin-top: 20px;
    }
}
.footer .share 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;
}
.footer .share ul li {
    padding: 0 10px;
}
.footer .share ul li a {
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;

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

    color: #9097ae;
    border: 1px solid #9097ae;
    border-radius: 6px;
}
.footer .share ul li a .iconfont {
    font-size: 20px;
}
@media (max-width: 767px) {
    .footer .share ul li a .iconfont {
        font-size: 16px;
    }
}
.footer .share ul li a:hover {
    color: #fff;
    background-color: #08e4a3;
}
.footer .foot-message {
    max-width: 400px;
    padding-right: 3%;
}
@media (max-width: 1470px) {
    .footer .foot-message {
        max-width: 300px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-message {
        width: 48%;
        max-width: 48%;
        margin: 10px 0;
    }
}
@media (max-width: 767px) {
    .footer .foot-message {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot-message .title-foot-message {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}
@media (max-width: 1560px) {
    .footer .foot-message .title-foot-message {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-message .title-foot-message {
        font-size: 24px;
    }
}
.footer .foot-message .title-foot-message p {
    font-size: 18px;
    line-height: 1.5;

    margin: 24px 0;

    letter-spacing: .36px;
}
@media (max-width: 1199px) {
    .footer .foot-message .title-foot-message p {
        font-size: 16px;

        margin: 14px 0;
    }
}
@media (max-width: 767px) {
    .footer .foot-message .title-foot-message p {
        font-size: 14px;

        margin: 10px 0;
    }
}
.footer .foot-message form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    max-width: 440px;
    margin-top: 24px;
    padding: 4px;

    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 35px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .foot-message form input {
    line-height: 50px;

    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding: 0 16px;

    letter-spacing: .32px;

    color: #fff;
    background: none;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder {
    color: #fff;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder {
    color: #fff;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder {
    color: #fff;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder {
    color: #fff;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder {
    color: rgba(255, 255, 255, .5);
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.footer .foot-message form .submit {
    font-size: 16px;

    width: 44px;
    height: 44px;
    padding: 0;

    color: #fff;
    border-radius: 50%;
    background-color: #08e4a3;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer .foot-message p {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .footer .foot-nav {
        width: 48%;
        max-width: 48%;
        margin: 10px 0;
    }
}
@media (max-width: 767px) {
    .footer .foot-nav {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot-nav .foot-info {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .footer .foot-nav .foot-info ul li {
        display: inline-block;

        margin-right: 15px;

        vertical-align: top;
    }
}
.footer .foot-nav .foot-info ul li a {
    font-size: 16px;
    line-height: 24px;

    display: block;

    padding: 8px 0;
}
@media (max-width: 767px) {
    .footer .foot-nav .foot-info ul li a {
        line-height: 20px;

        padding: 4px 0;
    }
}
.footer .foot-nav .foot-info ul li a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer .foot-nav .foot-info ul li:hover a span {
    background-size: 100% 1px;
}
.footer .foot-text {
    width: 100%;
    max-width: 340px;
}
@media (max-width: 1470px) {
    .footer .foot-text {
        max-width: 250px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-text {
        width: 48%;
        max-width: 48%;
        margin: 10px 0;
    }
}
@media (max-width: 767px) {
    .footer .foot-text {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot-text .foot-info {
    margin-top: 20px;
}
.footer .foot-text .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .footer .foot-text .item {
        margin-top: 0;
    }
}
.footer .foot-text .item .iconfont {
    font-size: 24px;

    margin-right: 8px;

    color: #08e4a3;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer .foot-text .item p {
    margin: 8px 0;
}
.footer .foot-text .item p a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer .foot-text .item p a:hover {
    color: #fff;
}
.footer .foot-text .item p a:hover span {
    background-size: 100% 1px;
}
.footer .copyright {
    padding: 30px 0;

    border-top: 1px solid #0b284f;
}
@media (max-width: 767px) {
    .footer .copyright {
        padding: 10px 0;
    }
}
.footer .copyright p {
    margin: 0;
}
.footer .copyright p a {
    margin: 0 10px;
}
.footer .copyright .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -15px;
    margin-right: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .copyright .link a {
    padding: 0 15px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.footer .copyright a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer .copyright a:hover {
    color: #fff;
}
.footer .copyright a:hover span {
    background-size: 100% 1px;
}
.wrap {
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 1560px) {
    .wrap {
        padding: 80px 0;
    }
}
@media (max-width: 1400px) {
    .wrap {
        padding: 70px 0;
    }
}
@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}
.title-in h2,
.title-in h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.27777778;
}
@media (max-width: 1400px) {
    .title-in h2,
    .title-in h3 {
        font-size: 32px;
    }
}
@media (max-width: 1199px) {
    .title-in h2,
    .title-in h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .title-in h2,
    .title-in h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .title-in h2,
    .title-in h3 {
        font-size: 20px;
    }
}
.title-in h2 span,
.title-in h3 span {
    display: block;

    color: #08e4a3;
}
.title-in .editor-content {
    max-width: 930px;
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .title-in .editor-content {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .title-in .editor-content {
        margin-top: 10px;
    }
}
.title-in .editor-content p {
    color: #222;
}
.title-in-other h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.25;

    color: #08e4a3;
}
@media (max-width: 1560px) {
    .title-in-other h2 {
        font-size: 36px;
    }
}
@media (max-width: 1400px) {
    .title-in-other h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .title-in-other h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .title-in-other h2 {
        font-size: 20px;
    }
}
.title-wrap {
    padding: 40px 0;
}
@media (max-width: 1199px) {
    .title-wrap {
        padding: 20px 0;
    }
}
.title-wrap h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1560px) {
    .title-wrap h2 {
        font-size: 46px;
    }
}
@media (max-width: 1470px) {
    .title-wrap h2 {
        font-size: 40px;
    }
}
@media (max-width: 1400px) {
    .title-wrap h2 {
        font-size: 36px;

        max-width: 600px;
    }
}
@media (max-width: 1199px) {
    .title-wrap h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .title-wrap h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .title-wrap h2 {
        font-size: 24px;
    }
}
.wrap-location {
    font-size: 14px;

    margin-top: 20px;

    color: #fff;
}
.wrap-location .location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.wrap-location .location .iconfont {
    font-size: 20px;

    margin-right: 8px;
}
.wrap-location .location>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-location .location>ul>li:after {
    margin: 0 10px;

    content: '>';
}
.wrap-location .location>ul>li:last-child:after {
    display: none;
}
.wrap-location .location>ul>li>a {
    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-location .location>ul>li>a:hover {
    color: #08e4a3;
}
.wrap-left {
    width: 370px;
}
@media (max-width: 1400px) {
    .wrap-left {
        width: 320px;
    }
}
.wrap-right {
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px);
    padding-left: 5%;
}
@media (max-width: 1400px) {
    .wrap-right {
        width: -webkit-calc(100% - 320px);
        width: calc(100% - 320px);
        padding-left: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-right {
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 1199px) {
    .wrap-sidenav {
        display: none;
    }
}
.wrap-sidenav .sidenav {
    position: relative;
    z-index: 6;
}
.wrap-sidenav .sidenav .slevel-1>li {
    position: relative;

    overflow: hidden;

    margin-top: 10px;
}
.wrap-sidenav .sidenav .slevel-1>li>a {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;

    position: relative;

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

    padding: 13px 30px;

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

    border: 1px solid #fff;
    border-bottom: 1px solid #f5f5f5;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1400px) {
    .wrap-sidenav .sidenav .slevel-1>li>a {
        padding: 13px 20px;
    }
}
.wrap-sidenav .sidenav .slevel-1>li>a:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 100%;

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

    background: -webkit-gradient(linear, left top, right top, from(#1c86ee), to(#fff));
    background: -webkit-linear-gradient(left, #1c86ee 0%, #fff 100%);
    background: linear-gradient(90deg, #1c86ee 0%, #fff 100%);
}
.wrap-sidenav .sidenav .slevel-1>li>a:after {
    position: relative;
    z-index: 6;

    width: 0;
    height: 0;
    margin-top: 5px;

    content: '';

    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #999;
}
.wrap-sidenav .sidenav .slevel-1>li>a span {
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
    color: #fff;
    border: 1px solid #08e4a3;
    border-radius: 6px;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:before,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:before {
    width: 100%;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:after,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:after {
    border-color: transparent transparent transparent #08e4a3;
}
.wrap-sidenav .sidenav .slevel-1>li.active .slevel-2 {
    display: block;
}
.wrap-sidenav .sidenav .slevel-2 {
    position: relative;

    display: none;

    padding: 10px 30px;
}
.wrap-sidenav .sidenav .slevel-2:before {
    position: absolute;
    top: 0;
    left: 30px;

    display: block;

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

    content: '';

    border-top: 1px dashed #fff;
}
.wrap-sidenav .sidenav .slevel-2>li {
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-2>li>a {
    line-height: 1.625;

    position: relative;

    display: block;

    padding-left: 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-sidenav .sidenav .slevel-2>li>a:before {
    position: absolute;
    top: 0;
    left: 0;

    content: '-';
}
.wrap-sidenav .sidenav .slevel-2>li.active>a span,
.wrap-sidenav .sidenav .slevel-2>li:hover>a span {
    background-size: 100% 1px;
}
.xs-product-nav {
    display: none;
    overflow: hidden;

    padding: 30px 0 0 0;
}
@media (max-width: 1199px) {
    .xs-product-nav {
        display: block;
    }
}
.xs-product-nav 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;
}
.xs-product-nav ul>li {
    display: inline-block;
    overflow: hidden;

    height: auto;
    padding: 4px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .xs-product-nav ul>li {
        width: 50%;
    }
}
.xs-product-nav ul>li>a {
    line-height: 24px;

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

    height: 100%;
    padding: 5px 20px;

    border: 1px solid #eaf1f7;
    border-radius: 6px;
    background: #f3f7fa;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .xs-product-nav ul>li>a {
        line-height: 20px;

        padding: 5px 10px;
    }
}
.xs-product-nav ul>li.active>a {
    color: #fff;
    border-color: #08e4a3;
    background-color: #08e4a3;
}
.wrap-about .title {
    max-width: 1350px;
}
.wrap-about .title .text {
    max-width: 1350px;
}
.wrap-about .about-logo {
    position: relative;
    z-index: 1;

    -webkit-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
}
.wrap-about .about-logo img {
    width: 100%;
}
.wrap-about .video {
    position: relative;
    z-index: 6;
}
.wrap-about .video img {
    width: 100%;
}
@media (max-width: 767px) {
    .wrap-about .video img {
        width: 140%;
        margin-left: -20%;
    }
}
.wrap-about .video .about-play {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;

    width: 100px;
    height: 100px;
    padding: 15px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 767px) {
    .wrap-about .video .about-play {
        width: 80px;
        height: 80px;
        padding: 10px;
    }
}
.wrap-about .video .about-play:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-animation: rotate360 10s linear infinite;
    animation: rotate360 10s linear infinite;

    background: url(../images/play.png) no-repeat center;
    background-size: cover;
}
.wrap-about .video .about-play span {
    font-size: 24px;
    line-height: 70px;

    position: relative;
    z-index: 7;

    display: block;

    width: 70px;
    height: 70px;

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

    color: #0f345a;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px) {
    .wrap-about .video .about-play span {
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.wrap-about .video .about-play:hover span {
    background-color: #08e4a3;
}
@-webkit-keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.wrap-innovation {
    background: none;
}
@media (min-width: 1200px) {
    .wrap-innovation .innovation {
        padding: 30px;

        border-radius: 10px;
        background: #f5f5f5;
    }
}
.wrap-innovation .innovation .item {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.wrap-innovation .innovation .item .text {
    padding-right: 30px;
    padding-left: 0;
}
@media (max-width: 767px) {
    .wrap-innovation .innovation .item .text {
        padding-right: 0;
    }
}
.wrap-innovation .innovation .item .text .note p {
    color: #0f345a;
}
.wrap-innovation .slick-arrow {
    color: #0f345a !important;
}
@media (min-width: 1200px) {
    .wrap-team .title.text-center {
        width: 90%;
        max-width: 90%;
    }
}
.wrap-team .title .editor-content {
    width: 100%;
    max-width: 100%;
}
.wrap-team .team .item {
    overflow: hidden;

    cursor: pointer;

    border-radius: 10px;
}
.wrap-team .team .item .img-box {
    padding-bottom: 63.75%;
}
.wrap-service {
    position: relative;
}
@media (min-width: 1200px) {
    .wrap-service .title {
        position: absolute;
        z-index: 6;
        top: 80px;

        width: 100%;
    }
    .wrap-service .title h2,
    .wrap-service .title .editor-content p {
        color: #fff;
    }
}
@media (min-width: 1200px) and (max-width: 1199px) {
    .wrap-service .title {
        top: 60px;
    }
}
@media (min-width: 1200px) and (max-width: 991px) {
    .wrap-service .title {
        top: 40px;
    }
}
.wrap-service .pic {
    margin-top: 30px;
}
.wrap-service .pic img {
    width: 100%;
}
.wrap-contact .contact-message {
    position: relative;
    z-index: 6;
}
.wrap-contact .contact {
    width: 50%;
    padding-right: 40px;
}
@media (max-width: 991px) {
    .wrap-contact .contact {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-contact .contact .title .subtitle {
    font-family: 'Manrope';
    font-size: 24px;
    line-height: 1.25;

    letter-spacing: 0;

    color: #08e4a3;
}
@media (max-width: 1199px) {
    .wrap-contact .contact .title .subtitle {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .contact .title .subtitle {
        font-size: 18px;
    }
}
.wrap-contact .contact .editor-content p {
    color: #666;
}
.wrap-contact .contact .text>ul>li {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-contact .contact .text>ul>li {
        margin-top: 30px;
    }
}
.wrap-contact .contact .text .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.wrap-contact .contact .text .item .icon {
    font-size: 30px;
    line-height: 54px;

    width: 54px;
    height: 54px;

    text-align: center;

    color: #08e4a3;
    border-radius: 2px;
    background: #f5f5f5;
}
.wrap-contact .contact .text .item .text {
    width: -webkit-calc(100% - 54px);
    width: calc(100% - 54px);
    padding-left: 16px;
}
.wrap-contact .contact .text .item .text b {
    font-weight: normal;
    line-height: 1.5;

    display: block;

    color: #666;
}
.wrap-contact .contact .text .item .text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    margin: 4px 0 0 0;
}
@media (max-width: 1199px) {
    .wrap-contact .contact .text .item .text p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact .text .item .text p {
        font-size: 16px;
    }
}
.wrap-contact .contact .text .item .text p a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#0f345a), to(#0f345a));
    background-image: -webkit-linear-gradient(left, #0f345a 0%, #0f345a 100%);
    background-image: linear-gradient(to right, #0f345a 0%, #0f345a 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-contact .contact .text .item .text p a:hover span {
    background-size: 100% 1px;
}
.wrap-contact .contact .follow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 80px;
    padding-top: 16px;

    border-top: 1px solid #d9d9d9;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .wrap-contact .contact .follow {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .contact .follow {
        margin-top: 30px;
    }
}
.wrap-contact .contact .follow p {
    margin: 0;

    color: #666;
}
.wrap-contact .contact .follow ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;
}
.wrap-contact .contact .follow ul li {
    padding: 0 10px;
}
.wrap-contact .contact .follow ul a {
    font-size: 24px;
    line-height: 50px;

    display: block;

    width: 50px;
    height: 50px;

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

    color: #9097ae;
    border: 1px solid #9097ae;
    border-radius: 6px;
}
@media (max-width: 767px) {
    .wrap-contact .contact .follow ul a {
        font-size: 20px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.wrap-contact .contact .follow ul a:hover {
    color: #08e4a3;
    border-color: #08e4a3;
}
.wrap-contact .message {
    width: 50%;
    height: 100%;
    padding: 40px;

    border-radius: 10px;
    background: rgba(255, 255, 255, .25);
    box-shadow: 0 0 16px 0 rgba(34, 34, 34, .1);

    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
}
@media (max-width: 1199px) {
    .wrap-contact .message {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .message {
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .message {
        padding: 30px 15px;
    }
}
.wrap-contact .message .title h2 {
    font-size: 38px;
}
@media (max-width: 1560px) {
    .wrap-contact .message .title h2 {
        font-size: 34px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .message .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .message .title h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .message .title h2 {
        font-size: 20px;

        letter-spacing: 0;
    }
}
.wrap-contact .message form>ul {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-contact .message form>ul {
        margin-top: 0;
    }
}
.wrap-contact .message form>ul>li {
    margin-top: 20px;
}
.wrap-contact .message form input,
.wrap-contact .message form textarea {
    line-height: 28px;

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

    letter-spacing: .32px;

    border-radius: 4px;
    background: #f5f5f5;
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder {
    color: #666;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder {
    color: #666;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form .submit {
    min-width: 300px;
    height: 50px;

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

    color: #0f345a;
    background-color: #08e4a3;
}
@media (max-width: 1199px) {
    .wrap-contact .message form .submit {
        min-width: 200px;
    }
}
.wrap-contact .message form .submit:hover {
    color: #08e4a3;
    background-color: #0f345a;
}
.wrap-contact .pic {
    margin-top: -100px;
}
.wrap-contact .pic img {
    width: 100%;
}
.common-product-item {
    position: relative;

    display: block;
    overflow: hidden;

    padding-bottom: 120px;

    border: 1px solid #f0f0f0;
    border-radius: 10px;
}
@media (max-width: 1199px) {
    .common-product-item {
        padding-bottom: 0;
    }
}
.common-product-item .pic {
    position: relative;
}
.common-product-item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-product-item .pic .mask {
    font-size: 12px;
    line-height: 24px;

    position: absolute;
    z-index: 4;
    top: 20px;
    left: 20px;

    padding: 2px 10px;

    color: #666;
    border: 1px solid #f2f2f2;
    border-radius: 19px;
    background: #f5f5f5;
}
.common-product-item .pic .mask:before {
    display: inline-block;

    width: 3px;
    height: 3px;
    margin-top: -2px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #666;
}
.common-product-item .text {
    position: absolute;
    z-index: 5;
    bottom: 0;

    width: 100%;
    padding: 20px;

    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;
}
@media (max-width: 1400px) {
    .common-product-item .text {
        padding: 20px 15px;
    }
}
@media (max-width: 1199px) {
    .common-product-item .text {
        position: relative;

        padding: 10px 15px;
    }
}
.common-product-item .text:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(26deg, #0f345a 39.14%, #206fc0 95.16%);
    background-image: linear-gradient(64deg, #0f345a 39.14%, #206fc0 95.16%);
}
.common-product-item .text .title-product {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;

    position: relative;
    z-index: 5;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #222;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1400px) {
    .common-product-item .text .title-product {
        font-size: 18px;
    }
}
.common-product-item .text .note {
    position: relative;
    z-index: 5;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin-top: 16px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .common-product-item .text .note {
        margin-top: 6px;
    }
}
.common-product-item .text .note p {
    font-size: 14px;
    line-height: 24px;

    margin: 0;
}
.common-product-item .text .more {
    line-height: 44px;

    position: relative;
    z-index: 5;

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

    max-height: 0;

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

    color: #fff;
    border-radius: 40px;
    background-color: #08e4a3;

    -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 (min-width: 1200px) {
    .common-product-item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .common-product-item:hover .text:before {
        opacity: 1;
    }
    .common-product-item:hover .text .more {
        max-height: 44px;
        margin-top: 20px;
    }
    .common-product-item:hover .text .title-product {
        color: #fff;
    }
    .common-product-item:hover .text .note {
        color: #fff;
    }
}
.wrap-product .product-menu {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-product .product-menu {
        margin-top: 20px;
    }
}
.wrap-product .product-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -5px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wrap-product .product-menu ul li {
    margin-top: 10px;
    padding: 0 5px;
}
@media (max-width: 767px) {
    .wrap-product .product-menu ul li {
        width: 50%;
    }
}
.wrap-product .product-menu ul li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;

    display: block;

    padding: 15px 30px;

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

    border: 1px solid rgba(15, 52, 90, .09);
    border-radius: 4px;
    background: #f0f0f0;
}
@media (max-width: 1199px) {
    .wrap-product .product-menu ul li a {
        font-size: 18px;

        padding: 15px 20px;
    }
}
@media (max-width: 991px) {
    .wrap-product .product-menu ul li a {
        font-size: 16px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product-menu ul li a {
        font-size: 14px;

        height: 100%;
        padding: 10px;
    }
}
.wrap-product .product-menu ul li.active a,
.wrap-product .product-menu ul li:hover a {
    color: #fff;
    background-color: #0f345a;
}
.wrap-product .product>ul>li {
    margin-top: 40px;
}
#productcontent {
    position: relative;
    top: -120px;
}
@media (max-width: 1199px) {
    #productcontent {
        top: -80px;
    }
}
.wrap-product-show .carousel-wrap .carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: row-reverse;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrap-product-show .carousel-wrap .item-video {
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel-wrap .item {
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .slider-for {
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 81.9%;
    height: 100%;

    border: 1px solid #d9d9d9;
    border-radius: 10px;
}
@media (max-width: 1470px) {
    .wrap-product-show .carousel-wrap .slider-for {
        width: 82.4%;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .slider-for {
        width: 100%;

        border-radius: 5px;
    }
}
.wrap-product-show .carousel-wrap .slider-for:hover .slick-arrow {
    opacity: 1;
}
.wrap-product-show .carousel-wrap .zoom {
    position: relative;

    cursor: crosshair;
}
.wrap-product-show .carousel-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .slick-arrow {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 0;

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

    opacity: 0;
}
.wrap-product-show .carousel-wrap .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.wrap-product-show .slider-nav {
    font-size: 0;

    width: -webkit-calc(18.1% - 28px);
    width: calc(18.1% - 28px);
}
@media (max-width: 1560px) {
    .wrap-product-show .slider-nav {
        width: -webkit-calc(18.1% - 20px);
        width: calc(18.1% - 20px);
    }
}
@media (max-width: 1470px) {
    .wrap-product-show .slider-nav {
        width: -webkit-calc(17.6% - 20px);
        width: calc(17.6% - 20px);
    }
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav {
        width: 100%;
        margin-top: 20px;
    }
}
@media (min-width: 768px) {
    .wrap-product-show .slider-nav .slick-arrow {
        position: relative;
        top: 0;
        left: 0;

        margin: 0 auto;

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

        background: none;
    }
    .wrap-product-show .slider-nav .slick-arrow:before {
        font-size: 30px;
    }
    .wrap-product-show .slider-nav .slick-arrow.slick-next {
        right: 0;
        left: auto;
    }
    .wrap-product-show .slider-nav .slick-arrow:hover {
        color: #08e4a3;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-arrow {
        top: 50%;

        margin: 0;

        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.wrap-product-show .slider-nav .slick-list {
    margin: -8px 0;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-list {
        margin: 0 -4px;
    }
}
.wrap-product-show .slider-nav .slick-slide {
    padding: 8px 0;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-slide {
        padding: 0 4px;
    }
}
.wrap-product-show .slider-nav .item {
    position: relative;

    cursor: pointer;

    border: 1px solid #d9d9d9;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .item {
        border-radius: 5px;
    }
}
.wrap-product-show .slider-nav .item-video {
    position: relative;

    background-color: #000;
}
.wrap-product-show .slider-nav .item-video .img-box {
    opacity: .6;
}
.wrap-product-show .slider-nav .item-video:after {
    font-family: 'iconfont' !important;
    font-size: 14px;
    line-height: 36px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: block;

    width: 40px;
    height: 40px;

    content: '\e87c';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #0f345a;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .6);

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.wrap-product-show .slider-nav .slick-current .item {
    border: 1px solid #0c73fb;
}
.wrap-product-show .info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    padding-top: 30px;
    padding-left: 3%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1400px) {
    .wrap-product-show .info-box {
        padding-top: 0;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box {
        margin-top: 30px;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .wrap-product-show .info-box {
        min-height: 100%;
    }
}
.wrap-product-show .info-box .title-info-box .mask {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    color: #9097ae;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .title-info-box .mask {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .info-box .title-info-box .mask {
        font-size: 16px;
    }
}
.wrap-product-show .info-box .title-info-box h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 36px;
    }
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 32px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .text {
    margin-top: 50px;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box .text {
        margin-top: 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-product-show .info-box .text {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .text h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;
}
.wrap-product-show .info-box .text p {
    font-size: 16px;
}
.wrap-product-show .info-box .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;
    margin-right: 2vw;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-product-show .info-box .share p {
    font-size: 15px;

    margin: 0;
    margin-right: 10px;
}
.wrap-product-show .info-box .link {
    overflow: hidden;

    margin-top: 30px;
}
.wrap-product-show .info-box .link 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;
}
.wrap-product-show .info-box .link ul>li {
    padding: 5px 10px;
}
.wrap-product-show .info-box .link a {
    line-height: 50px;

    position: relative;

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

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

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

    color: #08e4a3;
    border-radius: 25px;
    background-color: #0f345a;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box .link a {
        padding: 0 100px;
    }
}
@media (max-width: 1400px) {
    .wrap-product-show .info-box .link a {
        padding: 0 80px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .link a {
        padding: 0 40px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link a {
        line-height: 40px;

        padding: 0 20px;
    }
}
.wrap-product-show .info-box .link a .iconfont {
    font-size: 20px;

    margin-right: 10px;
}
.wrap-product-show .info-box .link a:hover {
    color: #0f345a;
    background-color: #08e4a3;
}
.wrap-product-show .stickybox {
    padding: 100px 0;
}
@media (max-width: 1560px) {
    .wrap-product-show .stickybox {
        padding: 80px 0;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .stickybox {
        padding: 60px 0;
    }
}
.wrap-product-show .product-show-info {
    margin-top: 100px;
}
@media (max-width: 1560px) {
    .wrap-product-show .product-show-info {
        margin-top: 80px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show-info {
        margin-top: 60px;
    }
}
.wrap-product-show .wrap-show-menu {
    position: relative;
    z-index: 6;
}
.wrap-product-show .wrap-show-menu:before {
    position: absolute;
    z-index: 1;
    left: -50%;

    display: block;

    width: 200%;
    height: 100%;

    content: '';

    background: #f5f5f5;
}
.wrap-product-show .wrap-show-menu .sidenav-deputy {
    position: relative;
    z-index: 6;
}
.wrap-product-show .wrap-show-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;

    margin: 0 -20px;

    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar {
    position: absolute;
    left: 0;

    height: 4px;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}
.wrap-product-show .wrap-show-menu ul li a {
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    min-width: 240px;
    padding: 15px;

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

    border: 1px solid #d9d9d9;
    border-radius: 10px;
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-show-menu ul li a {
        font-size: 16px;

        min-width: 200px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .wrap-show-menu ul li a {
        line-height: 24px;

        min-width: 150px;
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .wrap-show-menu ul li a {
        line-height: 24px;

        min-width: auto;
        padding: 10px;
    }
}
.wrap-product-show .wrap-show-menu ul li a:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 2px;
    height: 0;

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

    background-color: #08e4a3;
}
.wrap-product-show .wrap-show-menu ul li a span {
    display: block;
}
.wrap-product-show .wrap-show-menu ul li.active a,
.wrap-product-show .wrap-show-menu ul li:hover a {
    color: #08e4a3;
    background-color: #0f345a;
}
.wrap-product-show .title-product-show h3 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
}
@media (max-width: 1560px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 20px;
    }
}
.wrap-product-show .title-product-show p {
    margin: 20px 0 0 0;

    color: #666;
}
.wrap-product-show .parameter .parameter-info {
    margin-top: 30px;
}
.wrap-product-show .inquiry {
    position: relative;
}
.wrap-product-show .inquiry:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -100%;

    display: block;

    width: 300%;
    height: 100%;

    content: '';

    background: #f5f5f5;
}
.wrap-product-show .inquiry .formbox {
    position: relative;
    z-index: 6;
}
.wrap-relate-product {
    position: relative;
}
.wrap-relate-product .slick-related {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-relate-product .slick-related {
        margin-top: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-relate-product .slick-arrow {
        top: -60px;
    }
}
@media (max-width: 767px) {
    .wrap-relate-product .slick-arrow {
        top: auto;
        bottom: 0;
    }
}
.wrap-solution .solution>ul {
    margin-top: -50px;
}
@media (max-width: 1199px) {
    .wrap-solution .solution>ul {
        margin-top: -30px;
    }
}
.wrap-solution .solution>ul>li {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-solution .solution>ul>li {
        margin-top: 30px;
    }
}
.wrap-solution .solution .item {
    display: block;
    overflow: hidden;

    border-radius: 6px;
    background: #f5f5f5;
}
.wrap-solution .solution .item .img-box {
    padding-bottom: 49.38271605%;
}
.wrap-solution .solution .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-solution .solution .item .text {
    padding: 30px;
}
@media (max-width: 1199px) {
    .wrap-solution .solution .item .text {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-solution .solution .item .text {
        padding: 20px 15px;
    }
}
.wrap-solution .solution .item .title-project {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33333333;

    display: -webkit-box;
    overflow: hidden;

    max-height: 64px;

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

    text-underline-offset: 2px;
    text-decoration-thickness: .5px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1400px) {
    .wrap-solution .solution .item .title-project {
        font-size: 20px;
        line-height: 1.5;

        max-height: 60px;
    }
}
@media (max-width: 991px) {
    .wrap-solution .solution .item .title-project {
        font-size: 18px;
        line-height: 1.33333333;

        max-height: 48px;
    }
}
.wrap-solution .solution .item .note {
    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;
    margin-top: 16px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px) {
    .wrap-solution .solution .item .note {
        max-height: 48px;
        margin-top: 10px;
    }
}
.wrap-solution .solution .item .note p {
    font-size: 18px;
    line-height: 30px;

    margin: 0;

    color: #5985aa;
}
@media (max-width: 1199px) {
    .wrap-solution .solution .item .note p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-solution .solution .item .note p {
        font-size: 14px;
    }
}
.wrap-solution .solution .item .more {
    line-height: 24px;

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

    margin-top: 40px;

    color: #08e4a3;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .wrap-solution .solution .item .more {
        margin-top: 20px;
    }
}
.wrap-solution .solution .item .more .iconfont {
    font-size: 20px;

    margin-left: 10px;
}
@media (min-width: 1200px) {
    .wrap-solution .solution .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-solution .solution .item:hover .title-project {
        color: #08e4a3;
    }
}
.wrap-news-menu .news-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -5px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-news-menu .news-menu ul li {
    padding: 0 5px;
}
.wrap-news-menu .news-menu ul li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;

    display: block;

    min-width: 280px;
    padding: 15px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    letter-spacing: -.6px;

    border: 1px solid rgba(15, 52, 90, .09);
    border-radius: 4px;
    background: #f0f0f0;
}
@media (max-width: 1199px) {
    .wrap-news-menu .news-menu ul li a {
        font-size: 18px;

        min-width: 200px;
    }
}
@media (max-width: 991px) {
    .wrap-news-menu .news-menu ul li a {
        font-size: 16px;

        min-width: 150px;
    }
}
@media (max-width: 767px) {
    .wrap-news-menu .news-menu ul li a {
        min-width: 120px;
        padding: 10px 15px;
    }
}
.wrap-news-menu .news-menu ul li.active a,
.wrap-news-menu .news-menu ul li:hover a {
    color: #fff;
    border-color: #0f345a;
    background-color: #0f345a;
}
.wrap-news .news>ul {
    margin-top: -50px;
}
@media (max-width: 1199px) {
    .wrap-news .news>ul {
        margin-top: -30px;
    }
}
.wrap-news .news>ul>li {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-news .news>ul>li {
        margin-top: 30px;
    }
}
.wrap-news .news .item {
    display: block;
}
.wrap-news .news .item .pic {
    overflow: hidden;

    border-radius: 6px;
}
.wrap-news .news .item .img-box {
    padding-bottom: 66.25%;
}
.wrap-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .title-news {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px) {
    .wrap-news .news .item .title-news {
        font-size: 20px;
        line-height: 30px;

        height: 30px;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .title-news {
        font-size: 18px;

        margin-top: 10px;
    }
}
.wrap-news .news .item .title-news span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#0f345a), to(#0f345a));
    background-image: -webkit-linear-gradient(left, #0f345a 0%, #0f345a 100%);
    background-image: linear-gradient(to right, #0f345a 0%, #0f345a 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-news .news .item .editor-content {
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px) {
    .wrap-news .news .item .editor-content {
        height: 48px;
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .editor-content {
        margin-top: 5px;
    }
}
.wrap-news .news .item .editor-content p {
    font-size: 18px;
    line-height: 30px;

    margin: 0;

    color: #5985aa;
}
@media (max-width: 1199px) {
    .wrap-news .news .item .editor-content p {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-news .news .item .date {
    font-size: 18px;

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

    color: #08e4a3;
    border: 1px solid #d9d9d9;
    border-radius: 34px;
}
@media (max-width: 1560px) {
    .wrap-news .news .item .date {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .wrap-news .news .item .date {
        font-size: 14px;

        margin-top: 14px;
    }
}
@media (min-width: 1200px) {
    .wrap-news .news .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-news .news .item:hover .title-news span {
        background-size: 100% 1px;
    }
}
.wrap-details .title-details h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25;
}
@media (max-width: 1199px) {
    .wrap-details .title-details h2 {
        font-size: 24px;
    }
}
.wrap-details .title-details .date {
    font-size: 18px;

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

    color: #08e4a3;
    border: 1px solid #d9d9d9;
    border-radius: 34px;
}
@media (max-width: 1560px) {
    .wrap-details .title-details .date {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .wrap-details .title-details .date {
        font-size: 14px;

        margin-top: 14px;
    }
}
.wrap-details .title-details .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 8px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-details .title-details .share p {
    margin: 0;
}
.wrap-details .details-text {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .wrap-details .details-text {
        margin-top: 30px;
    }
}
.wrap-details .prev-next {
    margin-top: 60px;

    border-top: 1px solid rgba(217, 217, 217, .3);
    border-bottom: 1px solid rgba(217, 217, 217, .3);
}
@media (max-width: 767px) {
    .wrap-details .prev-next {
        margin-top: 30px;
    }
}
.wrap-details .prev-next a {
    font-size: 14px;
    line-height: 24px;

    display: block;

    padding: 13px 0;
}
.wrap-details .prev-next a:hover {
    color: #08e4a3;
}
.wrap-details .prev-next .prev {
    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;
}
.wrap-details .prev-next .prev:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-right: 10px;

    content: '\e9b5';
}
.wrap-details .prev-next .return {
    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;
}
.wrap-details .prev-next .return:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-right: 10px;

    content: '\e9b5';
}
.wrap-details .prev-next .next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.wrap-details .prev-next .next:after {
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-left: 10px;

    content: '\e9b5';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap-sitemap .sitemap .title h2 {
    margin: 0;
}
.wrap-sitemap .sitemap>ul>li {
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;

    border: 1px solid #dcdcdc;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>a {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    color: #fff;
    border-color: #08e4a3;
    background-color: #08e4a3;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

    border-color: #08e4a3;
    background-color: #08e4a3;
}
.wrap-sitemap .sitemap>ul>li>ul {
    font-size: 0;

    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li {
    position: relative;

    list-style: none;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a img {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a {
    font-size: 16px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a:before {
    content: '-';
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li:hover>a {
    color: #08e4a3;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #08e4a3;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-sitemap .sitemap-vertical {
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap-vertical>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin: 0 -15px;

    -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: 1199px) {
    .wrap-sitemap .sitemap-vertical>ul {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li {
    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap-vertical>ul>li {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    padding: 10px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>a {
        font-size: 16px;

        padding: 10px;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul {
        margin-top: 0;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li {
    position: relative;

    list-style: none;

    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul>li {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
        font-size: 15px;

        padding: 5px 10px;
    }
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a {
    font-size: 14px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a {
        padding: 5px 15px;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a:before {
    content: '-';
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #08e4a3;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #08e4a3;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
    color: #08e4a3;
}
.wrap-nosearch {
    margin: 30px 0;
}
.wrap-nosearch h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
.wrap-nosearch p {
    line-height: 22px;

    margin: 10px 0 0 0;
    padding: 10px 20px;

    color: #666;
    border: 1px solid rgba(8, 228, 163, .5);
    border-radius: 5px;
    background-color: rgba(8, 228, 163, .1);
}
.wrap-nosearch .title-in {
    margin-top: 30px;
}
@media (min-width: 1200px) {
    .wrap-nosearch .title-in h2 {
        font-size: 30px;
    }
}
.pagination-info {
    margin-top: 48px;
}
.pagination {
    position: relative;

    display: inline-block;
}
.pagination a,
.pagination span {
    line-height: 48px;

    position: relative;
    z-index: 6;

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

    min-width: 48px;
    height: 48px;
    margin: 0 4px;
    padding: 0 5px;

    cursor: pointer;
    text-align: center;
    vertical-align: middle;

    color: #666;
    background: none;
    background-color: #f5f5f5;

    -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 (min-width: 1200px) {
    .pagination a,
    .pagination span {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .pagination a:hover,
    .pagination span:hover {
        color: #fff;
        background-color: #08e4a3;
    }
}
@media (max-width: 1199.98px) {
    .pagination a,
    .pagination span {
        line-height: 30px;

        min-width: 30px;
        height: 30px;
    }
    .pagination a:active,
    .pagination span:active {
        color: #fff;
        background-color: #08e4a3;
    }
}
@media (max-width: 767.98px) {
    .pagination a,
    .pagination span {
        font-size: 14px;

        margin: 0 3px;
    }
}
.pagination span.current {
    color: #fff;
    background-color: #08e4a3;
}
.pagination span.current.prev,
.pagination span.current.next {
    opacity: 0;
}
.pagination .prev:before {
    font-family: 'iconfont' !important;

    content: '\e6b5';
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.pagination .next:before {
    font-family: 'iconfont' !important;

    content: '\e6b5';
}
.wrap-inquiryinfo {
    padding-top: 50px;
}
.wrap-inquiryinfo .inquiry-info {
    font-size: 0;

    width: 100%;

    border-collapse: collapse;
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info {
    text-transform: capitalize;

    background-color: rgba(8, 228, 163, .1);
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
        padding: 0;
    }
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
    font-size: 16px;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
        font-size: 14px;

        padding: 0 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .inquiry-list {
    border-bottom: 1px solid #dfdfdf;
}
.wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-inquiryinfo .inquiry-info .pimg,
.wrap-inquiryinfo .inquiry-info .pname,
.wrap-inquiryinfo .inquiry-info .number,
.wrap-inquiryinfo .inquiry-info .Operation {
    font-size: 14px;

    display: inline-block;

    padding: 20px 10px;

    vertical-align: middle;
    word-break: break-word;
}
@media (max-width: 1470px) {
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation {
        padding: 20px 10px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation {
        padding: 20px 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .checkbox {
    width: 10%;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .checkbox {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .Operation {
    width: 14%;

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .Operation {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .pimg {
    width: 14%;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .pimg {
        width: -webkit-calc(44% - 30px);
        width: calc(44% - 30px);
    }
}
.wrap-inquiryinfo .inquiry-info .pimg .img-box {
    overflow: hidden;

    padding-bottom: 110%;

    border-radius: 10px;
}
.wrap-inquiryinfo .inquiry-info .number {
    width: 20%;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .number {
        width: -webkit-calc(56% - 30px);
        width: calc(56% - 30px);
        padding: 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .pname {
    width: 38%;
}
.wrap-inquiryinfo .inquiry-info .check-all .substitite {
    padding-left: 0;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .check-all span {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .all,
.wrap-inquiryinfo .inquiry-info span {
    display: inline-block;

    margin: 0;
    padding: 0;

    vertical-align: middle;
}
.wrap-inquiryinfo .inquiry-info .check-all {
    display: inline-block;

    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .hidden-xs {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .visible-xs {
    display: none;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .visible-xs {
        display: block;
    }
}
.wrap-inquiryinfo .inquiry-info .Each,
.wrap-inquiryinfo .inquiry-info .all {
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-right: 10px;

    text-align: center;
    vertical-align: middle;

    border: 1px solid #999;
    border-radius: 50%;
    outline: none;
    background: none;

    -webkit-appearance: none;
}
.wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-inquiryinfo .inquiry-info .all:checked::after {
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #08e4a3;
}
.wrap-inquiryinfo .inquiry-info .change .Each::after {
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #08e4a3;
}
.wrap-inquiryinfo .inquiry-info input {
    font-size: 16px;
    line-height: 34px;

    position: relative;

    width: 60px;
    height: 34px;

    text-align: center;
    vertical-align: top;

    border: none;
    outline: none;
}
@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry-info input {
        width: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info input {
        font-size: 14px;
        line-height: 25px;

        width: 25px;
        height: 25px;

        border-right: none;
        border-left: none;
    }
}
.wrap-inquiryinfo .inquiry-info .del1,
.wrap-inquiryinfo .inquiry-info .add1 {
    font-size: 20px;
    line-height: 36px;

    display: inline-block;

    width: 34px;
    height: 36px;
    margin: 0;
    margin-top: -2px;
    padding: 0;

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

    border: 1px solid #e5e5e5;
    background-color: #fff;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .del1,
    .wrap-inquiryinfo .inquiry-info .add1 {
        line-height: 25px;

        position: relative;
        z-index: 8;

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

        border-radius: 2px;
    }
}
.wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-inquiryinfo .inquiry-info .add1:hover {
    color: #fff;
    border-color: #08e4a3;
    background-color: #08e4a3;
}
.wrap-inquiryinfo .inquiry-info .add1 {
    margin-top: -1px;
    margin-left: 2px;
}
.wrap-inquiryinfo .inquiry-info .pic {
    overflow: hidden;

    border: 1px solid #dcdcdc;
}
.wrap-inquiryinfo .inquiry-info p {
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info p {
        font-size: 13px;

        margin-bottom: 4px;
    }
}
.wrap-inquiryinfo .iclose {
    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}
.wrap-inquiryinfo .iclose::after {
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;

    content: '\e632';

    color: #787878;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .iclose::after {
        font-size: 16px;
    }
}
.wrap-inquiryinfo .iclose:hover::after {
    color: #08e4a3;
}
.wrap-inquiryinfo .inquiry-message {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry-message {
        padding-top: 50px;
    }
}
.wrap-inquiryinfo .inquiry {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry {
        padding-top: 50px;
    }
}
.editor-content p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

    color: #5985aa;
}
@media (max-width: 1199px) {
    .editor-content p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .editor-content p {
        font-size: 14px;
    }
}
.editor-content h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.editor-content img {
    max-width: 100% !important;
    height: auto !important;
}
.editor-content ul,
.editor-content ol {
    padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li {
    list-style: inherit;
}
.editor-content .table-box {
    line-height: 1.625;

    overflow: auto;

    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}
.editor-content .table-box table {
    font-size: 16px;
    line-height: 1.2;

    width: 100% !important;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;
}
.editor-content .table-box table p {
    font-size: 16px;
}
.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th {
    width: auto !important;
    height: auto !important;
}
.editor-content .table-box table td,
.editor-content .table-box table th {
    font-weight: normal;

    padding: 15px 20px !important;

    border: 1px solid #dcdcdc;
}
@media (max-width: 480px) {
    .editor-content .table-box table td,
    .editor-content .table-box table th {
        padding: 8px !important;
    }
}
.editor-content .table-box table tr p,
.editor-content .table-box table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.editor-content .table-box table th {
    text-align: center;
}
.auto-adjust-img.is-mobile img {
    max-width: 100% !important;
    height: auto !important;
    margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
    font-size: 0 !important;

    overflow-x: hidden;

    margin: 0 -5px !important;
    padding: 0;
}
@media (min-width: 768px) {
    .auto-adjust-img p.contains-pictures {
        white-space: nowrap;
    }
}
.auto-adjust-img p.contains-pictures>img {
    display: inline-block;

    margin: 5px;
}