.ff,
.banner .mobile-video:before {
    font-family: 'iconfont' !important;
}

@font-face {
    font-family: 'Poppins';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Poppins-Bold.eot');
    src: local('Poppins Bold'), local('Poppins-Bold'), url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-display: swap;
}

.poppins {
    font-family: 'Poppins', Arial;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;

    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;

    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;

    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-display: swap;
}

body {
    font-family: 'Roboto', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 16px;
    font-weight: normal;

    overflow-x: hidden;

    color: #222;
    background-color: #f3f4f8;

    -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,
.img-box video {
    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;
}

[lang=zh-CN] .share-cn {
    display: block;
}

[lang=zh-CN] .share-other {
    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 {
    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;
}

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

@media (min-width: 1200px) {
    .wow {
        visibility: hidden;
    }
}

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

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

.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: 1560px) {
    .container {
        max-width: 1530px;
    }
}

@media (min-width: 1830px) {
    .container {
        max-width: 1800px;
    }
}

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

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
}

.slick-arrow {
    font-size: 20px;
    font-size: 0;
    line-height: 48px;

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

    width: 48px;
    height: 48px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #c1c5d2;
    border: none;
    border-radius: 10px;
    background: none;
    background-color: #fff;
}

@media (max-width: 1470px) {
    .slick-arrow {
        left: -3%;
    }
}

@media (max-width: 1199px) {
    .slick-arrow {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .slick-arrow {
        line-height: 36px;

        left: -5px;

        width: 36px;
        height: 36px;
    }
}

.slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: block;

    content: '\e658';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-arrow.slick-next {
    right: -8%;
    left: auto;
}

@media (max-width: 1470px) {
    .slick-arrow.slick-next {
        right: -3%;
    }
}

@media (max-width: 767px) {
    .slick-arrow.slick-next {
        right: -5px;
    }
}

.slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.slick-arrow:hover {
    color: #fff;
    background-color: #2e3b68;
}

.slick-arrow.arrow {
    line-height: 36px;

    left: 0;

    width: 36px;
    height: 36px;

    text-align: center;

    border: none;
    border-radius: 0;
}

.slick-arrow.arrow.arrow-next {
    right: 0;
    left: auto;
}

.slick-arrow.arrow.disabled {
    opacity: .3;
}

.prev-next {
    margin-top: 20px;
}

.prev-next .slick-prev,
.prev-next .slick-next {
    font-size: 20px;
    line-height: 48px;

    display: inline-block;

    width: 48px;
    height: 48px;

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

    color: #c1c5d2;
    border-radius: 10px;
    background-color: #fff;
}

@media (max-width: 991px) {

    .prev-next .slick-prev,
    .prev-next .slick-next {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}

.prev-next .slick-prev:before,
.prev-next .slick-next:before {
    font-family: 'iconfont' !important;

    display: block;

    content: '\e658';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.prev-next .slick-prev:hover,
.prev-next .slick-next:hover {
    color: #fff;
    background-color: #2e3b68;
}

.prev-next .slick-next {
    margin-left: 20px;
}

.prev-next .slick-next:before {
    display: block;

    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.prev-next-vertical {
    position: absolute;
    top: 50%;
    right: 0;

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

.prev-next-vertical .line {
    width: 100%;
    height: 1px;
    margin: 12px 0;

    background-color: #fff;
}

.prev-next-vertical .slick-prev,
.prev-next-vertical .slick-next {
    display: block;

    margin: 0;
}

.prev-next-vertical .slick-prev:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.prev-next-vertical .slick-next:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.arrow-prev-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.arrow-prev-next .slick-arrow {
    position: relative;
    top: 0;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.arrow-prev-next .slick-arrow:before {
    font-size: 24px;
}

.arrow-top-right .slick-arrow {
    border-color: #fff;
    border-radius: 10px;
    background-color: #fff;
}

@media (min-width: 768px) {
    .arrow-top-right .slick-arrow {
        top: -96px;
        right: 60px;
        left: auto;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .arrow-top-right .slick-arrow.slick-next {
        right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1560px) {
    .arrow-top-right .slick-arrow {
        top: -86px;
    }
}

.arrow-top-right .slick-arrow:hover {
    color: #fff;
    border-color: #2e3b68;
    background-color: #2e3b68;
}

.slick-dots {
    margin-top: 30px;

    text-align: center;
}

@media (max-width: 767px) {
    .slick-dots {
        margin-top: 20px;
    }
}

.slick-dots li {
    display: inline-block;

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

    vertical-align: top;

    border-radius: 50%;
    background-color: #e1e1e1;
}

@media (max-width: 767px) {
    .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    background-color: #2e3b68;
}

.dot-line .slick-dots {
    position: absolute;
    z-index: 6;
    bottom: 12px;

    width: 100%;
    margin-top: 0;
}

.dot-line .slick-dots li {
    width: 128px;
    height: 2px;
    margin: 0 4px;

    border-radius: 0;
    background-color: rgba(255, 255, 255, .5);
}

@media (max-width: 1400px) {
    .dot-line .slick-dots li {
        width: 100px;
    }
}

@media (max-width: 1199px) {
    .dot-line .slick-dots li {
        width: 80px;
    }
}

@media (max-width: 991px) {
    .dot-line .slick-dots li {
        width: 60px;
    }
}

.dot-line .slick-dots .slick-active {
    background-color: #fff;
}

.center {
    top: 50%;
    left: 50%;

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

.share-cn {
    display: none;
}

.addcart {
    cursor: pointer;
}

.addcart.active .icon:before {
    content: '\e69a';
}

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

[class*='translated'] .header {
    top: 40px;
}

.note-middle p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}

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

.note-big p {
    font-size: 18px;
    line-height: 26px;

    margin: 0;
}

@media (max-width: 1470px) {
    .note-big p {
        font-size: 16px;
    }
}

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

.item-articles {
    margin-top: 30px;
}

.item-articles .pic {
    overflow: hidden;

    border-radius: 4px;
}

.item-articles .pic .img-box {
    padding-bottom: 55.88235294%;
}

.item-articles .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.item-articles .text {
    margin-top: 10px;
    padding-right: 5%;
}

@media (max-width: 767px) {
    .item-articles .text {
        padding-right: 0;
    }
}

.item-articles .text .date {
    line-height: 24px;

    display: block;
}

.item-articles .text h3 {
    font-family: 'Oswald', Arial;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;
    margin-bottom: 15px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1470px) {
    .item-articles .text h3 {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .item-articles .text h3 {
        font-size: 18px;
        line-height: 24px;

        max-height: 48px;
    }
}

@media (max-width: 767px) {
    .item-articles .text h3 {
        font-size: 16px;

        margin-bottom: 6px;
    }
}

.item-articles .text h3 span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#2e3b68), to(#2e3b68));
    background-image: -webkit-linear-gradient(left, #2e3b68 0%, #2e3b68 100%);
    background-image: linear-gradient(to right, #2e3b68 0%, #2e3b68 100%);
    background-repeat: no-repeat;
    background-position: 0 91%;
    background-size: 0 2px;
}

.item-articles .text p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 1400px) {
    .item-articles .text p {
        font-size: 14px;
        line-height: 22px;

        max-height: 44px;
    }
}

.item-articles:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.item-articles:hover .text .date {
    color: #2e3b68;
}

.item-articles:hover .text h3 {
    color: #2e3b68;
}

.item-articles:hover .text h3 span {
    background-size: 100% 2px;
}

.open-review {
    display: none;

    width: 94%;
    max-width: 800px;
    padding: 36px;

    background-color: #fff;
}

@media (max-width: 767px) {
    .open-review {
        padding: 20px 14px;
    }
}

.open-review .title h2 {
    text-transform: none;
}

.open-fixinquiry {
    display: none;

    width: 94%;
    max-width: 1200px;
    padding: 12px;

    border-radius: 36px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .open-fixinquiry {
        padding: 20px 14px;
    }
}

.open-fixinquiry .fixinquiry-pic {
    font-size: 0;

    overflow: hidden;

    width: 40%;
    height: 100%;

    border-radius: 10px;
}

@media (max-width: 1199px) {
    .open-fixinquiry .fixinquiry-pic {
        display: none;
    }
}

.open-fixinquiry .fixinquiry-pic .item {
    position: relative;
}

.open-fixinquiry .fixinquiry-pic .item .img-box {
    padding-bottom: 125%;
}

.open-fixinquiry .fixinquiry-pic .item .title-fixinquiry {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    position: absolute;
    z-index: 6;
    bottom: 0;

    width: 100%;
    padding: 46px 24px 24px 24px;

    color: #fff;
    border-radius: 0 0 10px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
}

.open-fixinquiry .fixinquiry-pic .slick-dots {
    top: 20px;
    bottom: auto;
}

.open-fixinquiry .fixinquiry-pic .slick-dots li {
    width: 98px;
}

.open-fixinquiry .message {
    width: 60%;
    padding: 24px;
}

@media (max-width: 1199px) {
    .open-fixinquiry .message {
        width: 100%;
        padding: 20px 0;
    }
}

.open-fixinquiry .message .title-small h3 {
    color: #222 !important;
}

.formbox form h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;

    margin: 24px 0 6px 0;
}

@media (max-width: 1560px) {
    .formbox form h4 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .formbox form h4 {
        font-size: 16px;
    }
}

.formbox form input,
.formbox form textarea {
    font-size: 14px;
    line-height: 24px;

    width: 100%;
    min-height: 24px;
    margin-top: 10px;
    padding: 10px 12px;

    resize: vertical;

    border-radius: 6px;
    background-color: #f9f9f9;
}

.formbox form input::-webkit-input-placeholder,
.formbox form textarea::-webkit-input-placeholder {
    color: #4c4c4c;
}

.formbox form input:-o-placeholder,
.formbox form textarea:-o-placeholder {
    color: #4c4c4c;
}

.formbox form input::-moz-placeholder,
.formbox form textarea::-moz-placeholder {
    color: #4c4c4c;
}

.formbox form input:-ms-input-placeholder,
.formbox form textarea:-ms-input-placeholder {
    color: #4c4c4c;
}

.formbox form input:focus::-webkit-input-placeholder,
.formbox form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.formbox form input:focus::-o-placeholder,
.formbox form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.formbox form input:focus::-moz-placeholder,
.formbox form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.formbox form input:focus::-ms-input-placeholder,
.formbox form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.formbox form .submit {
    line-height: 48px;

    padding: 0 36px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #2e3b68;
}

@media (max-width: 767px) {
    .formbox form .submit {
        line-height: 40px;

        padding: 0 30px;
    }
}

.formbox form .submit:hover {
    background-color: #1d2a5a;
}

.formbox .rating {
    position: relative;

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

    width: auto;

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

.formbox .rating-0 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.formbox .rating>input {
    display: none;
}

.formbox .rating>label {
    font-size: 20px;

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

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

    color: #e0e0e0;
}

.formbox .rating>label:before {
    font-family: 'iconfont' !important;

    content: '\e667';
}

.formbox .rating>input:checked~label,
.formbox .rating>input:checked~label~label {
    color: #ffe100;
}

.formbox .rating>input:checked~label:before,
.formbox .rating>input:checked~label~label:before {
    font-family: 'iconfont' !important;

    content: '\e676';
}

.formbox .rating>input:not(:checked)~label:hover,
.formbox .rating>input:not(:checked)~label:hover~label {
    color: #e0c901;
}

.formbox .upload-btn {
    line-height: 46px;

    display: inline-block;

    margin-top: 12px;
    padding: 0 80px;

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

    border: 1px solid #e1e1e1;
    border-radius: 4px;
    background: none;
}

.formbox .upload-btn:hover {
    color: #fff;
    background-color: #2e3b68;
}

.formbox .upload-btn .icon {
    margin-left: 10px;
}

.fancybox-close-small {
    top: 24px;
    right: 36px;
}

.fancybox-close-small:after {
    border: 1px solid #4c4c4c;
}

.upload-box {
    display: none;

    margin-top: 30px;
}

.upload-box .tit {
    font-size: 16px;
    line-height: 1.5;
}

.upload-box .upload-wrap {
    margin-top: 10px;

    text-align: center;
}

.upload-box .upload-wrap h3 {
    font-size: 34px;

    margin: 0 0 35px;
}

@media (max-width: 1199px) {
    .upload-box .upload-wrap h3 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .upload-box .upload-wrap h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .upload-box .upload-wrap h3 {
        font-size: 20px;

        margin-bottom: 20px;
    }
}

.upload-box .upload-wrap .file-input {
    position: relative;

    padding: 20px 15px;

    border: 1px solid #ddd;
}

.upload-box .upload-wrap .file-preview {
    padding: 0;

    border: none;
}

.upload-box .upload-wrap .file-drop-zone {
    min-height: 280px;
    margin: 0;
}

@media (max-width: 767.98px) {
    .upload-box .upload-wrap .file-drop-zone {
        min-height: 200px;
    }
}

.upload-box .upload-wrap .file-drop-zone.clickable:hover {
    border: 1px dashed #2e3b68;
}

.upload-box .upload-wrap .file-caption-main {
    padding: 0 20px;
}

.upload-box .upload-wrap .file-caption-main>.file-caption {
    display: none;
}

.upload-box .upload-wrap .file-caption-name {
    display: none !important;
}

.upload-box .upload-wrap .input-group {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.upload-box .upload-wrap .input-group>* {
    margin-top: 10px;
    margin-left: 5px !important;
}

@media (max-width: 575.98px) {
    .upload-box .upload-wrap .input-group .btn {
        font-size: 12px;
    }
}

.upload-box .upload-wrap .input-group-btn {
    text-align: right;
}

@media (max-width: 767px) {
    .upload-box .upload-wrap .input-group-btn>* .glyphicon {
        font-size: .9em;
    }
}

.upload-box .upload-wrap .input-group-btn>*>span.hidden-xs {
    display: inline-block !important;
}

@media (max-width: 767px) {
    .upload-box .upload-wrap .input-group-btn>*>span.hidden-xs {
        font-size: 12px;
    }
}

.upload-box .upload-wrap .fileinput-upload-button {
    display: inline-block;
}

.upload-box .upload-wrap .btn-file {
    border-color: #2e3b68;
    border-radius: 0 !important;
    background-color: #2e3b68;
}

.upload-box .upload-wrap .btn-file span {
    color: #fff;
}

.upload-box .upload-wrap .kv-upload-progress {
    padding: 0 15px;
}

.upload-box .upload-wrap .file-thumb-progress {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
}

.upload-box .upload-wrap .file-preview-thumbnails {
    padding: 0 5px;
}

@media (max-width: 767px) {
    .upload-box .upload-wrap .file-preview-thumbnails {
        flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.upload-box .upload-wrap .file-live-thumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    margin: 0 -5px;

    text-align: left;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.upload-box .upload-wrap .file-drop-zone-title {
    font-size: 20px;

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

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .upload-box .upload-wrap .file-drop-zone-title {
        min-height: 180px;
    }
}

.upload-box .upload-wrap .file-drop-zone-title span {
    font-size: .5em;

    display: block;

    margin-top: 10px;
    padding: 0 5px;
}

@media (max-width: 767px) {
    .upload-box .upload-wrap .file-drop-zone-title {
        font-size: 1em;

        padding: 10px 0;
    }
}

.upload-box .upload-wrap .file-preview-frame {
    display: block;

    width: 150px;
    max-width: -webkit-calc(20% - 16px) !important;
    max-width: calc(20% - 16px) !important;
    height: auto !important;

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

@media (max-width: 991px) {
    .upload-box .upload-wrap .file-preview-frame {
        max-width: -webkit-calc(25% - 16px) !important;
        max-width: calc(25% - 16px) !important;
    }
}

@media (max-width: 767px) {
    .upload-box .upload-wrap .file-preview-frame .file-other-icon {
        font-size: 10vw;
    }
}

@media (max-width: 575px) {}

.upload-box .upload-wrap .file-preview-frame .kv-file-content {
    position: relative;

    overflow: hidden;

    width: 100% !important;
    height: auto !important;
    padding-bottom: 100%;
}

.upload-box .upload-wrap .file-preview-frame .kv-file-content>* {
    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover;
}

.upload-box .upload-wrap .file-preview-frame .file-thumbnail-footer {
    height: auto;
}

.upload-box .upload-wrap .file-preview-frame .file-preview-other {
    position: absolute;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.upload-box .upload-wrap .file-preview-frame .file-preview-other .glyphicon {
    display: block;
}

.upload-box .upload-wrap .krajee-default .file-footer-caption {
    margin-bottom: 0;
}

.upload-box .upload-wrap .krajee-default .file-caption-info,
.upload-box .upload-wrap .krajee-default .file-size-info {
    width: 100%;
    height: auto;
}

.upload-box .upload-wrap .file-upload-indicator .glyphicon {
    font-size: 16px;

    display: block;
}

.upload-box .upload-wrap .file-thumbnail-footer {
    position: initial;
}

.upload-box .upload-wrap .file-footer-buttons {
    float: none;
}

.upload-box .upload-wrap .file-footer-buttons>button {
    display: none !important;
}

.upload-box .upload-wrap .file-footer-buttons>button.kv-file-remove {
    display: block !important;

    border: none;
}

.upload-box .upload-wrap .file-actions {
    position: absolute;
    top: 0;
    right: 0;

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

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.upload-box .upload-wrap .file-caption-icon {
    display: none !important;
}

.upload-box .upload-wrap .file-footer-caption {
    font-size: 1em;
    line-height: 1.2;

    width: 100%;
}

@media (max-width: 767px) {
    .upload-box .upload-wrap .file-footer-caption {
        font-size: 12px;
    }
}

.upload-box .upload-wrap .file-footer-caption samp {
    display: none;
}

.upload-box .upload-wrap .kv-fileinput-error .close {
    position: relative;
    z-index: 2;
}

.upload-box .upload-wrap .btn:hover {
    border-color: #1d2a5a;
    background-color: #1d2a5a;
}

.upload-box .upload-wrap .btn:hover span {
    color: #fff;
}

.mt-120 {
    margin-top: 120px;
}

@media (max-width: 1199px) {
    .mt-120 {
        margin-top: 94px;
    }
}

:root {
    --pad: -webkit-calc(50vw - 885px);
    --pad: calc(50vw - 885px);
    --width: 885px;
    --blank: -webkit-calc((100vw - 1440px)/2);
    --blank: calc((100vw - 1440px)/2);
}

@media (max-width: 1830px) {
    :root {
        --pad: -webkit-calc(50vw - 750px);
        --pad: calc(50vw - 750px);
        --width: 750px;
        --blank: -webkit-calc((100vw - 1500px)/2);
        --blank: calc((100vw - 1500px)/2);
    }
}

@media (max-width: 1560px) {
    :root {
        --pad: -webkit-calc(50vw - 705px);
        --pad: calc(50vw - 705px);
        --width: 705px;
        --blank: -webkit-calc((100vw - 1410px)/2);
        --blank: calc((100vw - 1410px)/2);
    }
}

@media (max-width: 1470px) {
    :root {
        --pad: -webkit-calc(50vw - 660px);
        --pad: calc(50vw - 660px);
        --width: 660px;
        --blank: -webkit-calc((100vw - 1320px)/2);
        --blank: calc((100vw - 1320px)/2);
    }
}

@media (max-width: 1400px) {
    :root {
        --pad: -webkit-calc(50vw - 570px);
        --pad: calc(50vw - 570px);
        --width: 570px;
        --blank: -webkit-calc((100vw - 1140px)/2);
        --blank: calc((100vw - 1140px)/2);
    }
}

@media (max-width: 1199px) {
    :root {
        --pad: 5vw;
        --width: 100vw;
        --blank: 0;
    }
}

@media (max-width: 991px) {
    :root {
        --pad: 6vw;
        --width: 100vw;
        --blank: 0;
    }
}

@media (max-width: 767px) {
    :root {
        --pad: 15px;
        --width: 100vw;
        --blank: 0;
    }
}

.box {
    position: relative;
    z-index: 6;

    overflow: hidden;

    padding: 100px 0;
}

@media (max-width: 1560px) {
    .box {
        padding: 80px 0;
    }
}

@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}

.pb-130 {
    padding-bottom: 130px;
}

@media (max-width: 1560px) {
    .pb-130 {
        padding-bottom: 110px;
    }
}

@media (max-width: 991px) {
    .pb-130 {
        padding-bottom: 80px;
    }
}

.mt--30 {
    z-index: 8;

    margin-top: -30px;

    border-radius: 30px 30px 0 0;
}

.index-more {
    position: relative;
    z-index: 4;

    margin-top: 40px;
}

@media (max-width: 1470px) {
    .index-more {
        margin-top: 30px;
    }
}

.index-more a,
.index-more span {
    font-size: 16px;
    line-height: 48px;

    display: inline-block;

    padding: 0 36px;

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

    color: #fff;
    border: 1px solid #2e3b68;
    border-radius: 30px;
    background-color: #2e3b68;
}

@media (max-width: 1400px) {

    .index-more a,
    .index-more span {
        line-height: 40px;
    }
}

@media (max-width: 767px) {

    .index-more a,
    .index-more span {
        font-size: 14px;
        line-height: 34px;
    }
}

.index-more a:hover,
.index-more span:hover {
    color: #fff;
    border-color: #1d2a5a;
    background-color: #1d2a5a;
}

.index-more.more-white a,
.index-more.more-white span {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

.index-more.more-white a:hover,
.index-more.more-white span:hover {
    border-color: #2e3b68;
    background-color: #2e3b68;
}

.index-more.more-red a,
.index-more.more-red span {
    color: #2e3b68;
    border-color: #2e3b68;
    background-color: #fff;
}

.index-more.more-red a .iconfont,
.index-more.more-red span .iconfont {
    display: inline-block;

    margin-left: 5px;

    vertical-align: middle;
}

.index-more.more-red a:hover,
.index-more.more-red span:hover {
    color: #fff;
    background-color: #2e3b68;
}

.index-more.more-red.more-up a .iconfont {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.index-more.tcenter {
    text-align: center;
}

.index-more.blog-more {
    position: relative;
}

.index-more.blog-more:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #e1e1e1;
}

.index-more.blog-more a {
    position: relative;
    z-index: 4;
}

.common-more a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.common-more a .iconfont {
    font-size: 20px;

    margin-left: 8px;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.common-more a:hover {
    color: #2e3b68;
}

.common-download {
    cursor: pointer;
}

.common-download a {
    line-height: 28px;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 36px;

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

    color: #2e3b68;
    border: 1px solid #2e3b68;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1560px) {
    .common-download a {
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .common-download a {
        line-height: 20px;
    }
}

.common-download a .iconfont {
    font-size: 24px;

    margin-right: 10px;
}

.common-download a:hover {
    color: #fff;
    background-color: #2e3b68;
}

.common-download1 a {
    line-height: 28px;

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

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

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

    color: #2e3b68;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.common-download1 a .iconfont {
    font-size: 24px;

    float: left;

    margin-right: 10px;
}

.common-download1 a:hover {
    text-decoration: underline;

    color: #1d2a5a;
}

.title .title-fu {
    font-size: 24px;
    line-height: 1.25;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 12px;

    text-transform: uppercase;

    color: #4c4c4c;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .title .title-fu {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .title .title-fu {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .title .title-fu {
        font-size: 16px;
    }
}

.title .title-fu:before {
    display: block;

    width: 8px;
    height: 8px;
    margin-right: 12px;

    content: '';

    border-radius: 50%;
    background-color: #2e3b68;
}

.title h2,
.title h1 {
    font-family: 'Poppins', Arial;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.16666667;

    margin: 0;

    text-transform: capitalize;

    color: #2e3b68;
}

@media (max-width: 1560px) {

    .title h2,
    .title h1 {
        font-size: 40px;
    }
}

@media (max-width: 1470px) {

    .title h2,
    .title h1 {
        font-size: 36px;
    }
}

@media (max-width: 1199px) {

    .title h2,
    .title h1 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {

    .title h2,
    .title h1 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {

    .title h2,
    .title h1 {
        font-size: 24px;
    }
}

.title .editor-content {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .title .editor-content {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .title .editor-content {
        margin-top: 20px;
    }
}

.mt24 {
    margin-top: 24px !important;
}

@media (max-width: 991px) {
    .mt24 {
        margin-top: 14px !important;
    }
}

.title-small .title-small-fu {
    font-size: 24px;
    line-height: 1.25;

    margin-bottom: 12px;

    color: #2e3b68;
}

@media (max-width: 1199px) {
    .title-small .title-small-fu {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .title-small .title-small-fu {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .title-small .title-small-fu {
        font-size: 16px;
    }
}

.title-small h2 {
    color: #2e3b68;
}

.title-small h3,
.title-small h2 {
    font-family: 'Poppins', Arial;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.16666667;

    margin: 0;

    text-transform: capitalize;
}

@media (max-width: 1560px) {

    .title-small h3,
    .title-small h2 {
        font-size: 30px;
    }
}

@media (max-width: 1470px) {

    .title-small h3,
    .title-small h2 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {

    .title-small h3,
    .title-small h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {

    .title-small h3,
    .title-small h2 {
        font-size: 20px;
    }
}

.title-small h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    color: #2e3b68;
}

@media (max-width: 1199px) {
    .title-small h4 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .title-small h4 {
        font-size: 18px;
    }
}

.title-small p {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 16px;
}

.title-small.fz24 h3 {
    font-size: 24px;
}

@media (max-width: 1560px) {
    .title-small.fz24 h3 {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .title-small.fz24 h3 {
        font-size: 18px;
    }
}

.title-banner {
    position: absolute;
    top: -webkit-calc(50% + 50px);
    top: calc(50% + 50px);

    width: 100%;

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

    color: #fff;
}

@media (max-width: 1199px) {
    .title-banner {
        top: -webkit-calc(50% + 40px);
        top: calc(50% + 40px);
    }
}

.title-banner .subtitle {
    font-size: 24px;
    line-height: 1.25;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 12px;

    /* text-transform: uppercase; */

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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

@media (max-width: 991px) {
    .title-banner .subtitle {
        font-size: 18px;

        margin-bottom: 6px;
    }
}

@media (max-width: 767px) {
    .title-banner .subtitle {
        font-size: 16px;
    }
}

.title-banner h1 {
    font-family: 'Poppins', Arial;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.16666667;

    margin: 0;

    text-transform: capitalize;
}

@media (max-width: 1470px) {
    .title-banner h1 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .title-banner h1 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .title-banner h1 {
        font-size: 26px;
    }
}

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

.title-banner .editor-content {
    max-width: 1250px;
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .title-banner .editor-content {
        margin-top: 14px;
    }
}

@media (max-width: 767px) {
    .title-banner .editor-content {
        margin-top: 4px;
    }

    .title-banner .editor-content p {
        line-height: 18px;
    }
}

.br30 {
    border-radius: 30px;
}

@media (max-width: 1470px) {
    .br30 {
        border-radius: 20px;
    }
}

@media (max-width: 767px) {
    .br30 {
        border-radius: 10px;
    }
}

.br20 {
    border-radius: 20px;
}

@media (max-width: 1199px) {
    .br20 {
        border-radius: 10px;
    }
}

@media (max-width: 767px) {
    .br20 {
        border-radius: 6px;
    }
}

.white-right {
    position: relative;

    border-radius: 0 !important;
}

.white-right:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%;

    display: block;

    width: 1000px;
    height: 100%;

    content: '';

    background-color: #fff;
}

.white-left {
    position: relative;

    border-radius: 0 !important;
}

.white-left:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;

    display: block;

    width: 1000px;
    height: 100%;

    content: '';

    background-color: #fff;
}

.common-box-top .title,
.common-box-top .title-small {
    width: 42%;
    padding-right: 5%;
}

@media (max-width: 767px) {

    .common-box-top .title,
    .common-box-top .title-small {
        width: 100%;
        padding-right: 0;
    }
}

.common-box-top .text {
    width: 58%;
}

@media (max-width: 767px) {
    .common-box-top .text {
        width: 100%;
        margin-top: 10px;
    }
}

.common-wrap-top {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .common-wrap-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.common-wrap-top .title,
.common-wrap-top .title-small {
    width: 100%;
    padding-right: 5%;
}

@media (max-width: 767px) {

    .common-wrap-top .title,
    .common-wrap-top .title-small {
        width: 100%;
        padding-right: 0;
    }
}

.common-wrap-top .index-more,
.common-wrap-top .white {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.tabs-wrapper {
    position: relative;

    overflow: hidden;

    width: 100%;
    margin: 0 auto;

    --visible-count: 6;
}

@media (max-width: 1199px) {
    .tabs-wrapper {
        --visible-count: 4;
    }
}

@media (max-width: 767px) {
    .tabs-wrapper {
        --visible-count: 2;
    }
}

.tabs-wrapper .tabs-container {
    position: relative;
    left: 0;

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

    -webkit-transition: left .3s;
    transition: left .3s;
}

.tabs-wrapper .tabs-container .tab-nav {
    display: -webkit-box;
    overflow: hidden;

    width: -webkit-calc(100% / var(--visible-count));
    width: calc(100% / var(--visible-count));

    cursor: pointer;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% / var(--visible-count));
    -ms-flex: 0 0 calc(100% / var(--visible-count));
    flex: 0 0 calc(100% / var(--visible-count));
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.tabs-wrapper .tabs-container .tab-nav .scrollspan span {
    display: block;
    overflow: hidden;

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

    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    white-space: nowrap;
    text-overflow: ellipsis;

    will-change: transform;
}

.tabs-wrapper-horizontal .item {
    padding: 0 6px;

    color: #4c4c4c;
}

.tabs-wrapper-horizontal .item .scrollspan {
    line-height: 44px;

    overflow: hidden;

    height: 46px;

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

    border: 1px solid #c1c5d2;
    border-radius: 30px;
}

/* .tabs-wrapper-horizontal .tab-over .scrollspan,  */
.tabs-wrapper-horizontal .active .scrollspan {
    color: #2e3b68;
    background-color: #f3f4f8;
}

.tabs-wrapper-horizontal .hover .scrollspan {
    color: #2e3b68;
}

.tab-content .tab-item {
    display: none;
}

.tab-content .tab-item:nth-child(1) {
    display: block;
}

.vertical .tabs-wrapper {
    width: 100% !important;

    --visible-count: 3;
}

.vertical .tabs-wrapper .tabs-container {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.vertical .tabs-wrapper .tabs-container .tab-nav {
    width: 100%;
    margin: 6px 0;
}

.vertical .product-nav .tab-over .scrollspan {
    color: #666 !important;
    background: none !important;
}

.toggleBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 36px;

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

.toggleBtn:before,
.toggleBtn:after {
    display: block;

    width: 50%;
    height: 1px;

    content: '';

    background-color: #c1c5d2;
}

.toggleBtn span {
    line-height: 20px;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 24px;
    padding: 12px 24px;

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

    border: 1px solid #2e3b68;
    border-radius: 30px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.toggleBtn span .iconfont {
    margin-left: 10px;

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

.toggleBtn span:hover {
    color: #fff;
    background-color: #2e3b68;
}

.toggleBtn.more-up span .iconfont {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.common-news-item {
    display: block;
}

.common-news-item .pic {
    overflow: hidden;

    border-radius: 18px;
}

@media (max-width: 767px) {
    .common-news-item .pic {
        border-radius: 10px;
    }
}

.common-news-item .pic .img-box {
    padding-bottom: 55.95238095%;
}

.common-news-item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.common-news-item .category-date {
    line-height: 30px;

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

    padding: 10px 0;

    border-bottom: 1px solid #c1c5d2;

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

.common-news-item .category-date .category {
    position: relative;

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

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

    color: #2e3b68;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.common-news-item .category-date .category:before {
    display: inline-block;

    width: 6px;
    height: 6px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    background-color: #2e3b68;
}

.common-news-item .category-date .date {
    font-size: 14px;

    color: #4c4c4c;
}

.common-news-item .title-news {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

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

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

    color: #4c4c4c;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1400px) {
    .common-news-item .title-news {
        font-size: 18px;
        line-height: 1.66666667;
    }
}

@media (max-width: 767px) {
    .common-news-item .title-news {
        font-size: 16px;
        line-height: 1.5;

        max-height: 48px;
    }
}

.common-news-item .title-news span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#2e3b68), to(#2e3b68));
    background-image: -webkit-linear-gradient(left, #2e3b68 0%, #2e3b68 100%);
    background-image: linear-gradient(to right, #2e3b68 0%, #2e3b68 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}

.common-news-item .editor-content {
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.common-news-item .more {
    line-height: 20px;

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

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

    color: #2e3b68;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1400px) {
    .common-news-item .more {
        margin-top: 20px;
    }
}

.common-news-item .more .iconfont {
    font-size: 20px;

    margin-left: 8px;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 1200px) {
    .common-news-item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .common-news-item:hover .title-news {
        color: #2e3b68;
    }

    .common-news-item:hover .title-news span {
        background-size: 100% 1px;
    }
}

.common-service-item {
    position: relative;

    overflow: hidden;

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

    background: #f3f4f8;
}

.common-service-item .pic {
    overflow: hidden;

    border-radius: 30px 30px 0 0;
}

@media (max-width: 1199px) {
    .common-service-item .pic {
        border-radius: 20px 20px 0 0;
    }
}

@media (max-width: 767px) {
    .common-service-item .pic {
        border-radius: 10px 10px 0 0;
    }
}

.common-service-item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.common-service-item .title-service {
    font-size: 18px;
    font-weight: normal;
    line-height: 75px;

    display: -webkit-box;
    overflow: hidden;

    height: 75px;
    margin: 0;
    padding: 0 10px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .common-service-item .title-service {
        font-size: 16px;
        line-height: 60px;

        height: 60px;
    }
}

@media (max-width: 767px) {
    .common-service-item .title-service {
        line-height: 40px;

        height: 40px;
    }
}

.common-service-item .mask {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    padding: 24px 12px;

    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    text-align: center;

    background: #f3f4f8;
}

.common-service-item .mask .title-mask {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44444444;

    color: #2e3b68;
}

.common-service-item .mask .editor-content {
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.common-service-item .mask .more {
    margin-top: 20px;
}

.common-service-item .mask .more a,
.common-service-item .mask .more span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;

    color: #2e3b68;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.common-service-item .mask .more a .iconfont,
.common-service-item .mask .more span .iconfont {
    font-size: 20px;

    float: right;

    margin-left: 8px;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.common-service-item .mask .more a:hover,
.common-service-item .mask .more span:hover {
    text-decoration: underline;
}

@media (min-width: 1200px) {
    .common-service-item:hover {
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .05);
    }

    .common-service-item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .common-service-item:hover .mask {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.common-factory-item {
    overflow: hidden;

    height: 100%;

    background-color: #fff;
}

.common-factory-item .pic {
    overflow: hidden;
}

.common-factory-item .pic .img-box {
    padding-bottom: calc(262 / 461 * 100%) !important;
}

.common-factory-item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.common-factory-item .text {
    padding: 16px 24px;
}

@media (max-width: 767px) {
    .common-factory-item .text {
        padding: 16px;
    }
}

.common-factory-item .text .title-product {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;

    color: #4c4c4c;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1470px) {
    .common-factory-item .text .title-product {
        font-size: 18px;
        line-height: 1.44444444;
    }
}

.common-factory-item .text .title-product span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#2e3b68), to(#2e3b68));
    background-image: -webkit-linear-gradient(left, #2e3b68 0%, #2e3b68 100%);
    background-image: linear-gradient(to right, #2e3b68 0%, #2e3b68 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}

.common-factory-item .text .editor-content {
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
    .common-factory-item .text .editor-content {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .common-factory-item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .common-factory-item:hover .text .title-product {
        color: #2e3b68;
    }

    .common-factory-item:hover .text .title-product span {
        background-size: 100% 1px;
    }
}

.common-product-item {
    overflow: hidden;

    padding: 12px;

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

    border-radius: 30px;
    background: #f3f4f8;
}

@media (max-width: 1199px) {
    .common-product-item {
        border-radius: 20px;
    }
}

@media (max-width: 767px) {
    .common-product-item {
        border-radius: 10px;
    }
}

.common-product-item .pic {
    position: relative;

    overflow: hidden;

    border-radius: 20px;
}

@media (max-width: 1199px) {
    .common-product-item .pic {
        border-radius: 10px;
    }
}

@media (max-width: 767px) {
    .common-product-item .pic {
        border-radius: 6px;
    }
}

.common-product-item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.common-product-item .pic .addcart {
    line-height: 42px;

    position: absolute;
    z-index: 4;
    right: 8px;
    bottom: 8px;

    width: 68px;
    height: 42px;

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

    color: #2e3b68;
    border-radius: 40px;
    background-color: #fff;
}

.common-product-item .pic .addcart .iconfont {
    font-size: 20px;
}

.common-product-item .text {
    padding: 24px 0 12px 0;
}

.common-product-item .title-product {
    font-size: 18px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 26px;

    color: #2e3b68;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.common-product-item .editor-content {
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (min-width: 1200px) {
    .common-product-item:hover {
        color: #fff;
        background-color: #2e3b68;
    }

    .common-product-item:hover .pic .addcart {
        color: #fff;
        background-color: #2e3b68;
    }

    .common-product-item:hover .title-product {
        color: #fff;
    }

    .common-product-item:hover .editor-content p {
        color: #f0f0f0;
    }

    .common-product-item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.common-download-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    padding: 12px;

    background-color: #fff;

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

.common-download-item .pic {
    overflow: hidden;

    width: 210px;

    border-radius: 10px;
}

@media (max-width: 767px) {
    .common-download-item .pic {
        width: 100%;
    }
}

.common-download-item .pic .img-box {
    padding-bottom: 142.85714286%;
}

.common-download-item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.common-download-item .text {
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px);
    padding: 24px;
}

@media (max-width: 767px) {
    .common-download-item .text {
        width: 100%;
        padding: 24px 12px;
    }
}

.common-download-item .text .title-download {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.common-download-item .text .note {
    overflow-y: auto;

    height: 120px;
    margin-top: 16px;
}

.common-download-item .down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    border-top: 1px solid #c1c5d2;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .common-download-item .down {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.common-download-item .down-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    color: #2e3b68;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.common-download-item .down-btn .iconfont {
    font-size: 24px;

    float: left;

    margin-right: 10px;
}

.common-download-item .down-btn:hover {
    text-decoration: underline;
}

.common-download-item .size-type {
    font-size: 14px;
    line-height: 1.71428571;

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

    color: #4c4c4c;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .common-download-item .size-type {
        width: 100%;
    }
}

.common-download-item .size-type .size,
.common-download-item .size-type .type {
    margin-left: 20px;
}

@media (max-width: 767px) {

    .common-download-item .size-type .size,
    .common-download-item .size-type .type {
        margin-right: 20px;
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .common-download-item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .common-download-item:hover .title-download {
        color: #2e3b68;
    }
}

.common-faqs-item {
    padding: 12px 24px;

    border-bottom: 1px solid #c1c5d2;
}

@media (max-width: 767px) {
    .common-faqs-item {
        padding: 12px;
    }
}

.common-faqs-item .title-faqs {
    font-size: 20px;
    line-height: 52px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    padding: 0 58px 0 40px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .common-faqs-item .title-faqs {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .common-faqs-item .title-faqs {
        padding: 0 40px 0 30px;
    }
}

.common-faqs-item .title-faqs:before {
    font-family: 'iconfont' !important;
    font-size: 30px;

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

    content: '\e65d';

    color: #2e3b68;
}

@media (max-width: 767px) {
    .common-faqs-item .title-faqs:before {
        font-size: 24px;
    }
}

.common-faqs-item .title-faqs:after {
    font-family: 'iconfont' !important;
    font-size: 24px;

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

    display: block;

    content: '\e6d6';
    -webkit-transition: all .4s;
    transition: all .4s;
}

@media (max-width: 767px) {
    .common-faqs-item .title-faqs:after {
        font-size: 20px;
    }
}

.common-faqs-item .text {
    padding: 12px;
}

.common-faqs-item .text .editor-content {
    overflow-y: auto;

    height: 105px;
}

.common-faqs-item .text .more {
    line-height: 20px;

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

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

    color: #2e3b68;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.common-faqs-item .text .more .iconfont {
    font-size: 20px;

    float: right;

    margin-left: 8px;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.common-faqs-item .text .more:hover {
    text-decoration: underline;
}

.common-pic-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.common-pic-text .pic {
    overflow: hidden;

    width: 720px;
}

@media (max-width: 1560px) {
    .common-pic-text .pic {
        width: 600px;
    }
}

@media (max-width: 1199px) {
    .common-pic-text .pic {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .common-pic-text .pic {
        width: 100%;
    }
}

.common-pic-text .pic img {
    width: 100%;
}

.common-pic-text .text {
    width: -webkit-calc(100% - 720px);
    width: calc(100% - 720px);
    padding-left: 3%;
}

@media (max-width: 1560px) {
    .common-pic-text .text {
        width: -webkit-calc(100% - 600px);
        width: calc(100% - 600px);
    }
}

@media (max-width: 1199px) {
    .common-pic-text .text {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .common-pic-text .text {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.common-pic-text .text .title h1 {
    color: #222;
}

.common-pic-text .text .note {
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .common-pic-text .text .note {
        margin-top: 14px;
    }
}

.common-search-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    padding: 12px;

    background-color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.common-search-item .pic {
    overflow: hidden;

    width: 200px;
}

@media (max-width: 767px) {
    .common-search-item .pic {
        width: 100%;
    }
}

.common-search-item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.common-search-item .text {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    padding-left: 24px;
}

@media (max-width: 767px) {
    .common-search-item .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

.common-search-item .text .note {
    display: -webkit-box;
    overflow: hidden;

    max-height: 63px;
    margin-top: 24px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.common-search-item .text .common-more {
    margin-top: 30px;
}

.common-search-item .text .common-more a {
    color: #2e3b68;
}

.common-search-item .text .common-more a .iconfont {
    float: right;
}

.common-search-item .text .common-more a:hover {
    text-decoration: underline;
}

@media (min-width: 1200px) {
    .common-search-item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .common-search-item:hover .text .title-small h3 {
        color: #2e3b68;
    }
}

.editor-content.scroll-mode {
    display: block;

    text-overflow: unset;

    -webkit-line-clamp: unset;
}

@media (max-width: 767px) {
    .editor-content {
        height: auto !important;
        max-height: 100% !important;

        white-space: normal !important;

        -webkit-line-clamp: unset !important;
    }
}

.header {
    position: fixed;
    z-index: 12;

    width: 100%;

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

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

    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

@media (max-width: 767px) {
    .header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;

        background-color: #2e3b68;
    }
}

.header .header-right {
    width: 100%;
    padding-left: 3%;
}

.header .logo {
    height: 130px;
    padding: 20px 0;

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

    opacity: .4;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1470px) {
    .header .logo {
        height: 100px;
        padding: 10px 0;
    }
}

@media (max-width: 1199px) {
    .header .logo {
        height: 80px;
    }
}

.header .logo img {
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}

@media (max-width: 1199px) {
    .header .right-top {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
}

.header .top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header .nav-right {
    width: 100%;
}

.header .email {
    line-height: 1.5;

    margin: 0;
}

.header .email:after {
    display: inline-block;

    margin: 0 12px;

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

    color: #4c4c4c;
}

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

.header .email a:hover span {
    background-size: 100% 1px;
}

.header .language {
    position: relative;

    display: inline-block;

    vertical-align: middle;
}

.header .language p {
    margin: 0;
}

.header .language a {
    font-size: 16px;
    line-height: 60px;

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

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .header .language a {
        font-size: 14px;
        line-height: 30px;
    }
}

.header .language a img {
    height: 18px;
    margin-right: 4px;
}

.header .language a:hover {
    color: #fff;
}

@media (max-width: 1199px) {
    .header .pc-search {
        display: none;
    }
}

.header .pc-search form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 400px;
    padding: 0 20px;

    border-radius: 30px;
    background: rgba(255, 255, 255, .35);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .pc-search form input {
    font-weight: 500;
    line-height: 42px;

    width: 100%;

    color: #fff;
    background: none;
}

.header .pc-search form input::-webkit-input-placeholder,
.header .pc-search form textarea::-webkit-input-placeholder {
    color: #d9d9d9;
}

.header .pc-search form input:-o-placeholder,
.header .pc-search form textarea:-o-placeholder {
    color: #d9d9d9;
}

.header .pc-search form input::-moz-placeholder,
.header .pc-search form textarea::-moz-placeholder {
    color: #d9d9d9;
}

.header .pc-search form input:-ms-input-placeholder,
.header .pc-search form textarea:-ms-input-placeholder {
    color: #d9d9d9;
}

.header .pc-search form input:focus::-webkit-input-placeholder,
.header .pc-search form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.header .pc-search form input:focus::-o-placeholder,
.header .pc-search form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.header .pc-search form input:focus::-moz-placeholder,
.header .pc-search form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.header .pc-search form input:focus::-ms-input-placeholder,
.header .pc-search form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.header .pc-search form .submit {
    padding-right: 0;

    color: #d9d9d9;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header .serach-part {
    display: none;

    cursor: pointer;
}

@media (max-width: 1199px) {
    .header .serach-part {
        display: block;

        margin-right: 10px;
    }
}

.header .find {
    padding: 0 10px;

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

@media (max-width: 767px) {
    .header .find {
        padding: 0;
    }
}

.header .find .icon {
    font-size: 18px;

    float: left;
}

@media (max-width: 767px) {
    .header .find .icon {
        font-size: 16px;
    }
}

.header .find:hover {
    color: #2e3b68;
}

.header .search-wrap {
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;

    display: none;

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

    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%;

    width: 80%;

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

@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: 60px;
    height: 60px;
    padding: 0;

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

    color: #fff;
    border-radius: 0;
    background-color: #2e3b68;
}

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

    content: '\e60e';
}

.header .search-wrap .submit:hover {
    background-color: #1d2a5a;
}

.header .pc-nav {
    display: inline-block;

    vertical-align: middle;
}

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

@media (max-width: 1830px) {
    .header .pc-nav>ul {
        margin: 0 -14px;
    }
}

@media (max-width: 1470px) {
    .header .pc-nav>ul {
        margin: 0 -10px;
    }
}

@media (max-width: 1400px) {
    .header .pc-nav>ul {
        margin: 0 -4px;
    }
}

.header .pc-nav>ul>li>a {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 24px;

    text-align: center;
    /* text-transform: uppercase; */
}

@media (max-width: 1830px) {
    .header .pc-nav>ul>li>a {
        padding: 10px 14px;
    }
}

@media (max-width: 1470px) {
    .header .pc-nav>ul>li>a {
        padding: 10px 10px;
    }
}

@media (max-width: 1400px) {
    .header .pc-nav>ul>li>a {
        font-size: 14px;

        padding: 10px 5px;
    }
}

.header .pc-nav>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;
}

.header .pc-nav>ul>li.active>a,
.header .pc-nav>ul>li:hover>a {
    color: #fff;
}

.header .pc-nav>ul>li.active>a span,
.header .pc-nav>ul>li:hover>a span {
    background-size: 100% 1px;
}

.header .pc-nav .nav-list2 {
    position: absolute;
    top: 70px;
    left: 0;

    display: none;

    width: 100%;
}

@media (max-width: 1400px) {
    .header .pc-nav .nav-list2 {
        top: 60px;
    }
}

.header .pc-nav .nav-list2-content {
    position: relative;

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

    border-radius: 20px;
}

.header .pc-nav .nav-list2-content .nav-list2-left {
    width: 370px;

    text-align: center;

    border-radius: 0 0 0 20px;
    background: #f0f0f0;
}

@media (max-width: 1400px) {
    .header .pc-nav .nav-list2-content .nav-list2-left {
        width: 300px;
    }
}

.header .pc-nav .nav-list2-content .nav-list2-left .title-nav-list2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    padding: 20px;

    color: #222;
}

.header .pc-nav .nav-list2-content .nav-list2-right {
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px);

    background-color: #fff;
}

@media (max-width: 1400px) {
    .header .pc-nav .nav-list2-content .nav-list2-right {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle1 {
    overflow-y: auto;

    width: 310px;
    max-height: 440px;
    padding: 48px 0 48px 24px;

    text-align: left;
}

@media (max-width: 1400px) {
    .header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle1 {
        width: 250px;
        max-height: 370px;
        padding: 24px 0 24px 12px;
    }
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle1>li>a {
    line-height: 24px;

    display: block;

    padding: 12px 24px;

    color: #222;
}

@media (max-width: 1400px) {
    .header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle1>li>a {
        font-size: 14px;

        padding: 10px 14px;
    }
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle1>li.active>a {
    background: #f3f4f8;
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle1>li.active .nav-list2-levle2-down {
    display: block;
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down {
    position: absolute;
    top: 0;
    left: 680px;

    display: none;

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

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1400px) {
    .header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down {
        left: 550px;

        width: -webkit-calc(100% - 550px);
        width: calc(100% - 550px);
    }
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle2 {
    overflow: hidden;
    overflow-y: auto;

    width: 40%;
    height: 100%;
    padding: 48px 0;

    border-right: 1px solid rgba(255, 255, 255, .3);
    background: rgba(0, 0, 0, .45);
}

@media (max-width: 1400px) {
    .header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle2 {
        padding: 24px 0;
    }
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle2>li>a {
    line-height: 24px;

    position: relative;
    z-index: 4;

    display: block;

    padding: 12px 24px;

    color: #fff;
}

@media (max-width: 1400px) {
    .header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle2>li>a {
        font-size: 14px;

        padding: 10px 14px;
    }
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle2>li.active>a {
    color: #2e3b68;
    background: rgba(243, 244, 248, .8);
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle2>li.active .nav-list2-levle3 {
    display: block;
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle3 {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 40%;

    display: none;

    width: 60%;
    height: 100%;
    padding: 48px 24px 80px;

    background: rgba(0, 0, 0, .45);
}

@media (max-width: 1400px) {
    .header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle3 {
        padding: 24px 12px;
    }
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle3 .title-nav-list2-levle3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    color: #fff;
}

@media (max-width: 1400px) {
    .header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle3 .title-nav-list2-levle3 {
        font-size: 20px;
    }
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle3 .editor-content {
    display: -webkit-box;
    overflow: hidden;

    max-height: 120px;
    margin-top: 24px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

@media (max-width: 1400px) {
    .header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle3 .editor-content {
        margin-top: 14px;
    }
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle3 .editor-content p {
    color: #f0f0f0;
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle3 .common-more {
    position: absolute;
    bottom: 48px;
    left: 24px;
}

@media (max-width: 1400px) {
    .header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle3 .common-more {
        bottom: 24px;
        left: 12px;
    }
}

.header .nav-list2-other {
    position: absolute;
    top: 70px;
    left: 0;

    display: none;

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

    text-align: center;

    color: #222;
    border-radius: 0 0 30px 30px;
    background-color: rgba(243, 244, 248, .9);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.header .nav-list2-other>li {
    display: inline-block;

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

    vertical-align: middle;
}

.header .nav-list2-other>li>a {
    line-height: 28px;

    display: block;

    padding: 10px 36px;

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

    border: 1px solid #888b95;
    border-radius: 30px;
}

.header .nav-list2-other>li.active>a,
.header .nav-list2-other>li:hover>a {
    border-color: #fff;
    background-color: #fff;
}

.header .btn-menu {
    position: relative;

    display: none;

    width: 24px;
    height: 40px;
}

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

        margin-left: 10px;

        vertical-align: middle;
    }
}

@media (max-width: 375px) {
    .header .btn-menu {
        margin-left: 0;
    }
}

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

@media (max-width: 767px) {

    .header .btn-menu div:before,
    .header .btn-menu div:after {
        background-color: #fff;
    }
}

.header .btn-menu div span {
    display: block;

    height: 2px;
    margin: 5px 0;

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

    background: #999;
}

@media (max-width: 767px) {
    .header .btn-menu div span {
        background-color: #fff;
    }
}

.header .xs-nav-list {
    display: none;
}

.header .cart {
    line-height: 42px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 94px;
    margin-right: 20px;

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

    color: #fff;
    border-radius: 40px;
    background-color: rgba(46, 59, 104, 0.5);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .header .cart {
        width: 60px;
        margin-right: 10px;

        border-radius: 10px;
    }
}

.header .cart .iconfont {
    font-size: 20px;

    margin-right: 4px;
}

.header .cart:hover {
    background-color: #2e3b68;
}

.header .open-inquiry a .iconfont {
    font-size: 0;
}

@media (max-width: 767px) {
    .header .open-inquiry a {
        font-size: 0;
    }

    .header .open-inquiry a .iconfont {
        font-size: 20px;
    }
}

.header.stuck {
    padding: 10px 0;

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 59, 104, .6)), color-stop(20%, rgba(46, 59, 104, .45)), color-stop(80%, rgba(255, 255, 255, .5)));
    background: -webkit-linear-gradient(top, rgba(46, 59, 104, .6) 0%, rgba(46, 59, 104, .45) 20%, rgba(255, 255, 255, .5) 80%);
    background: linear-gradient(180deg, rgba(46, 59, 104, .6) 0%, rgba(46, 59, 104, .45) 20%, rgba(255, 255, 255, .5) 80%);
}

@media (max-width: 1199px) {
    .header.stuck {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .header.stuck {
        padding: 0;

        background-color: #2e3b68;
    }
}

.header.stuck .logo {
    height: 100px;
    padding: 10px 0;
}

@media (max-width: 1199px) {
    .header.stuck .logo {
        height: 80px;
        padding: 10px 0;
    }
}

.header.stuck .pc-search form input {
    color: #2e3b68;
}

.header.stuck .pc-search form input::-webkit-input-placeholder,
.header.stuck .pc-search form textarea::-webkit-input-placeholder {
    color: rgba(46, 59, 104, .8);
}

.header.stuck .pc-search form input:-o-placeholder,
.header.stuck .pc-search form textarea:-o-placeholder {
    color: rgba(46, 59, 104, .8);
}

.header.stuck .pc-search form input::-moz-placeholder,
.header.stuck .pc-search form textarea::-moz-placeholder {
    color: rgba(46, 59, 104, .8);
}

.header.stuck .pc-search form input:-ms-input-placeholder,
.header.stuck .pc-search form textarea:-ms-input-placeholder {
    color: rgba(46, 59, 104, .8);
}

.header.stuck .pc-search form input:focus::-webkit-input-placeholder,
.header.stuck .pc-search form textarea:focus::-webkit-input-placeholder {
    color: rgba(46, 59, 104, .5);
}

.header.stuck .pc-search form input:focus::-o-placeholder,
.header.stuck .pc-search form textarea:focus::-o-placeholder {
    color: rgba(46, 59, 104, .5);
}

.header.stuck .pc-search form input:focus::-moz-placeholder,
.header.stuck .pc-search form textarea:focus::-moz-placeholder {
    color: rgba(46, 59, 104, .5);
}

.header.stuck .pc-search form input:focus::-ms-input-placeholder,
.header.stuck .pc-search form textarea:focus::-ms-input-placeholder {
    color: rgba(46, 59, 104, .5);
}

.header.stuck .pc-search form .submit {
    color: #2e3b68;
}

.header.stuck .pc-nav .nav-list2,
.header.stuck .pc-nav .nav-list2-other {
    top: 60px;
}

@media (max-width: 1400px) {

    .header.stuck .pc-nav .nav-list2,
    .header.stuck .pc-nav .nav-list2-other {
        top: 50px;
    }
}

.hc-mobile-nav li.nav-close {
    padding-top: 40px;
}

@media (max-width: 767px) {
    .open-inquiry {
        margin-right: 10px;
        margin-left: 0;
    }
}

.open-inquiry a {
    font-size: 16px;
    line-height: 22px;

    display: inline-block;

    padding: 10px 36px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #2e3b68;
}

@media (max-width: 767px) {
    .open-inquiry a {
        font-size: 14px;

        padding: 4px 20px;
    }
}

.open-inquiry a:hover {
    background-color: #1d2a5a;
}

.hc-mobile-nav .nav-container {
    width: 100%;
}

.hc-mobile-nav .nav-list2 {
    display: none;
}

.online-wrap .btn {
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 115px;

    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 #2e3b68;
    border-radius: 50%;
    outline: none;
    background-color: #2e3b68;
}

@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}

.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -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: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}

.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}

.online-wrap .code-pic .pic-box {
    padding: 5px;

    background-color: #fff;
}

.online-wrap .code-pic img {
    display: block;

    max-width: 100%;
}

.online-wrap .online {
    position: fixed;
    z-index: 9;
    top: 40%;
    right: 0;

    padding: 5px;

    -webkit-transition: right .3s;
    transition: right .3s;
    text-align: center;
}

@media (max-width: 991px) {
    .online-wrap .online {
        padding: 0;
    }
}

.online-wrap .online.onlineshow {
    right: 0;
}

@media (max-width: 991px) {
    .online-wrap .online {
        top: auto;
        right: -60px;
        bottom: 160px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .online-wrap .online.onlineshow {
        right: -60px;
    }

    .online-wrap .online.active {
        right: 0;
    }
}

.online-wrap .online a {
    line-height: 44px;

    position: relative;

    display: block;

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

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

    color: #fff;
    border-radius: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .45);
}

@media (max-width: 991px) {
    .online-wrap .online a {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}

.online-wrap .online a:before {
    font-size: 24px;
}

.online-wrap .online a:hover {
    background-color: #2e3b68;
}

@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 a .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 20px;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}

.online-wrap .online a .phone-num:after {
    position: absolute;
    top: 50%;
    right: 9px;

    display: inline-block;

    width: 0;
    height: 0;

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

    border-width: 10px 0 10px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
}

.online-wrap .online a .phone-num p {
    display: inline-block;

    margin: 0;
    padding: 0 20px;

    vertical-align: middle;

    color: #fff;
    background: #000;
}

@media (min-width: 1200px) {
    .online-wrap .online a:hover .phone-num {
        right: 100%;
    }
}

@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 .sale {
    width: 158px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .online-wrap .online .sale {
        width: 50px;
    }
}

.online-wrap .online .sale a {
    width: 158px;
    height: 162px;

    background: none;
}

@media (max-width: 991px) {
    .online-wrap .online .sale a {
        width: 50px;
        height: 50px;
    }
}

.online-wrap .online .sale img {
    max-width: 100%;
}

@media (min-width: 992px) {
    .online-wrap-in .online {
        right: 0;
    }
}

.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;

    content: '\e62d';
}

.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;

    content: '\e624';
}

.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;

    content: '\e662';
}

.online-wrap .icon-email:before {
    font-family: 'iconfont' !important;

    content: '\e6a4';
}

.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;

    content: '\e883';
}

.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;

    content: '\e621';
}

.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;

    content: '\e61c';
}

.online-wrap .icon-erweima:before {
    font-family: 'iconfont' !important;

    content: '\e745';
}

.online-wrap .icon-facebook:before {
    font-family: 'iconfont' !important;

    content: '\e615';
}

.online-wrap .icon-instagram:before {
    font-family: 'iconfont' !important;

    content: '\e666';
}

.online-wrap .icon-cart:before {
    font-family: 'iconfont' !important;

    content: '\e651';
}

.online-wrap .icon-cart span {
    font-size: 14px;
    line-height: 20px;

    position: absolute;
    top: -6px;
    right: 0;

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #2e3b68;
}

.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;

    content: '\e60f';
}

.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: #2e3b68;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}

@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}

.xs-online ul {
    margin: 0;
    padding: 0;

    text-align: center;
}

.xs-online ul li {
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #000;
    border-left: 1px solid rgba(255, 255, 255, .6);
}

.xs-online ul li>a {
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}

@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}

.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.xs-online ul li:first-child {
    border-left: none;
}

.xs-online ul li:last-child {
    border-right: none;
}

.xs-online ul li.xs-online-product>a:before {
    font-size: 16px;

    content: '\e7e9';
}

.xs-online ul li.xs-online-mail>a:before {
    font-weight: normal;

    content: '\e634';
}

.xs-online ul li.xs-online-map>a:before {
    font-weight: normal;

    content: '\e63e';
}

.xs-online ul li.xs-online-feedback>a:before {
    font-weight: normal;

    content: '\e615';
}

.xs-online ul li.xs-online-top>a:before {
    font-weight: normal;

    content: '\e60f';
}

.xs-online ul li.xs-online-home>a:before {
    font-weight: normal;

    content: '\e6c8';
}

.xs-online ul li.xs-online-message>a:before {
    font-size: 18px;
    font-weight: normal;

    content: '\e66b';
}

.xs-online ul li.xs-online-tel>a:before {
    font-weight: normal;

    content: '\e61c';
}

.xs-online ul li.xs-online-facebook>a:before {
    font-weight: normal;

    content: '\e615';
}

.xs-online ul li.xs-online-top>a:before {
    font-weight: normal;

    content: '\e60f';
}

.xs-online ul li.xs-online-whatsapp>a:before {
    font-weight: normal;

    content: '\e621';
}

.xs-online ul li.xs-online-skype>a:before {
    font-weight: normal;

    content: '\e616';
}

.xs-online ul li.xs-online-contact>a:before {
    font-weight: normal;

    content: '\e609';
}

.xs-online ul li.xs-online-wechat>a:before {
    content: '\e604';
}

.xs-online ul li.xs-online-wechat>a:before {
    content: '\e604';
}

.xs-online ul li.xs-online-tiktok>a:before {
    content: '\e828';
}

.xs-online ul li.xs-online-about>a:before {
    content: '\e62a';
}

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

.xs-online ul li.facebook>a:before {
    content: '\e615';
}

.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 .swiper-slide {
    overflow: hidden;
}

.banner .swiper-pagination {
    position: relative;
    bottom: 0;

    margin: 0 -6px;
    margin-top: 64px;

    text-align: left;
}

@media (max-width: 1199px) {
    .banner .swiper-pagination {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .banner .swiper-pagination {
        margin-top: 20px;
    }
}

.banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;

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

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

    opacity: 1;
    border-radius: 50%;
    background: none;
    background-color: rgba(255, 255, 255, .3);
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #2e3b68;
}

.banner .slick-arrow {
    color: rgba(255, 255, 255, .9);
}

.banner .slick-arrow:hover {
    color: #2e3b68;
}

.banner .slick-prev {
    left: 4%;
}

.banner .slick-next {
    right: 4%;
}

.banner .item {
    position: relative;

    display: block;
    overflow: hidden;
}

@media (max-width: 991px) {
    .banner .item {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}

.banner .item>a {
    display: block;
    overflow: hidden;
}

.banner .item>a>img {
    position: relative;
    left: 50%;

    display: block;

    width: 100%;

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

.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: #2e3b68 !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 .banner-content {
    position: absolute;
    z-index: 6;
    top: -webkit-calc(50% + 50px);
    top: calc(50% + 50px);
    left: 0;

    width: 100%;

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

    color: #fff;
}

@media (max-width: 767px) {
    .banner .banner-content {
        top: 50%;
    }
}

.banner .banner-content .text {
    max-width: 810px;
}

.banner .banner-content .ban-tit {
    font-family: 'Poppins', Arial;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.16666667;

    margin-bottom: 24px;
}

@media (max-width: 1470px) {
    .banner .banner-content .ban-tit {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .banner .banner-content .ban-tit {
        font-size: 24px;

        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .banner .banner-content .ban-tit {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .banner .banner-content .ban-tit {
        font-size: 16px;
    }
}

.banner .banner-content h1 {
    font-family: 'Poppins', Arial;
    font-size: 64px;
    font-weight: bold;
    line-height: 1.15625;

    margin-bottom: 24px;
}

@media (max-width: 1560px) {
    .banner .banner-content h1 {
        font-size: 56px;
    }
}

@media (max-width: 1470px) {
    .banner .banner-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 1400px) {
    .banner .banner-content h1 {
        font-size: 44px;
    }
}

@media (max-width: 1199px) {
    .banner .banner-content h1 {
        font-size: 30px;

        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .banner .banner-content h1 {
        font-size: 24px;
    }
}

.banner .banner-content p {
    font-size: 24px;
    line-height: 1.25;

    margin: 0;

    color: #f0f0f0;
}

@media (max-width: 1560px) {
    .banner .banner-content p {
        font-size: 20px;
    }
}

@media (max-width: 1470px) {
    .banner .banner-content p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .banner .banner-content p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .banner .banner-content p {
        display: none;
    }
}

.banner .banner-content .open-inquiry {
    margin-top: 64px;
}

@media (max-width: 1199px) {
    .banner .banner-content .open-inquiry {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .banner .banner-content .open-inquiry {
        margin-top: 10px;
    }
}

.banner-in {
    position: relative;

    overflow: hidden;
}

.banner-in .item {
    overflow: hidden;
}

.banner-in img {
    width: 100%;
}

@media (max-width: 1199px) {
    .banner-in img {
        width: 130%;
        margin-left: -15%;
    }
}

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

.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: 'Oswald', Arial;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    text-transform: capitalize;

    color: #2e3b68;
}

@media (max-width: 1470px) {
    .banner-in .banner-text h2 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .banner-in .banner-text h2 {
        font-size: 18px;
    }
}

.banner-in .banner-text h3 {
    font-family: 'Oswald', Arial;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
}

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

@media (max-width: 991px) {
    .banner-in .banner-text h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .banner-in .banner-text h3 {
        font-size: 20px;
    }
}

.banner-in .banner-text p {
    font-size: 16px;
    line-height: 1.5;

    max-width: 700px;
    margin: 0;

    color: #fff;
}

@media (max-width: 1199px) {
    .banner-in .banner-text p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .banner-in .banner-text p {
        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-service .index-slick-service-for,
.box-service .index-slick-service-nav {
    font-size: 0;
}

.box-service .service {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 991px) {
    .box-service .service {
        flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }
}

.box-service .service-for {
    overflow: hidden;

    width: 42%;
}

@media (max-width: 991px) {
    .box-service .service-for {
        width: 100%;
        margin-top: 30px;
    }
}

.box-service .service-for .item {
    position: relative;

    display: block;
}

.box-service .service-for .item .mask {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 36px;

    border-radius: 0 0 30px 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .45)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .45) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .45) 100%);
}

@media (max-width: 1199px) {
    .box-service .service-for .item .mask {
        padding: 20px;
    }
}

.box-service .service-for .item .mask .title-small h3 {
    color: #fff;
}

.box-service .service-for .item .mask .note {
    display: -webkit-box;
    overflow: hidden;

    max-height: 52px;
    margin-top: 24px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
    .box-service .service-for .item .mask .note {
        margin-top: 10px;
    }
}

.box-service .service-for .item .mask .note p {
    color: #d9d9d9;
}

.box-service .service-for .item .mask .index-more {
    overflow: hidden;

    height: 0;
    margin-top: 0;

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

    opacity: 0;
}

@media (min-width: 1200px) {
    .box-service .service-for .item:hover .mask {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .65)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
    }

    .box-service .service-for .item:hover .mask .note {
        overflow-y: auto;

        max-height: 182px;

        white-space: normal;

        -webkit-line-clamp: unset;
    }

    .box-service .service-for .item:hover .mask .index-more {
        height: 50px;
        margin-top: 40px;

        opacity: 1;
    }
}

.box-service .service-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 58%;
    padding-right: 8%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .box-service .service-nav {
        width: 100%;
        padding-right: 0;
    }
}

.box-service .service-nav .index-slick-service-nav {
    height: 270px;
}

.box-service .service-nav .swiper-slide {
    position: relative;
    z-index: 5;
}

.box-service .service-nav .item {
    position: relative;

    cursor: pointer;

    color: #a6a6a6;
    border-bottom: 1px solid #f0f0f0;
}

.box-service .service-nav .item p {
    font-size: 18px;
    line-height: 54px;

    display: -webkit-box;
    overflow: hidden;

    height: 54px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .box-service .service-nav .item p {
        font-size: 16px;
    }
}

.box-service .service-nav .swiper-slide-prev .item,
.box-service .service-nav .swiper-slide-next .item {
    border-bottom-color: #d9d9d9;
}

.box-service .service-nav .swiper-slide-prev .item p,
.box-service .service-nav .swiper-slide-next .item p {
    color: #4c4c4c;
}

.box-service .service-nav .swiper-slide-active .item {
    border-bottom-color: #4c4c4c;
}

.box-service .service-nav .swiper-slide-active .item p {
    font-size: 20px;
    font-weight: bold;

    color: #222;
}

.box-service .index-slick-service-nav {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .box-service .index-slick-service-nav {
        margin-top: 20px;
    }
}

.box-service .service-list {
    position: relative;

    padding-right: 72px;
}

.box-quality {
    border-radius: 30px 30px 0 0;
    background: #fff;
}

.box-quality .quality {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;

    margin-top: 64px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
}

@media (max-width: 1560px) {
    .box-quality .quality {
        margin-top: 48px;
    }
}

@media (max-width: 1199px) {
    .box-quality .quality {
        margin-top: 30px;
    }
}

.box-quality .tabs-wrapper {
    width: 100% !important;

    --visible-count: 8;
}

@media (max-width: 767px) {
    .box-quality .tabs-wrapper {
        --visible-count: 4;
    }
}

.box-quality .quality-for {
    position: relative;
}

.box-quality .quality-for .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-quality .quality-for .picbox {
    overflow: hidden;

    width: 37%;

    border-radius: 30px;
}

@media (max-width: 1199px) {
    .box-quality .quality-for .picbox {
        border-radius: 20px;
    }
}

@media (max-width: 991px) {
    .box-quality .quality-for .picbox {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .box-quality .quality-for .picbox {
        border-radius: 10px;
    }
}

.box-quality .quality-for .slick-quality {
    font-size: 0;
}

.box-quality .quality-for .quality-item .img-box {
    padding-bottom: 56.48148148%;
}

.box-quality .quality-for .text {
    width: 63%;
    padding-bottom: 40px;
    padding-left: 5%;
}

@media (max-width: 991px) {
    .box-quality .quality-for .text {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.box-quality .quality-for .note {
    margin-top: 24px;
    padding: 16px;

    background-color: #f9f9f9;
}

.box-quality .quality-for .editor-content {
    overflow-y: auto;

    height: 125px;
}

.box-quality .quality-for .quality-arrow {
    position: absolute;
    bottom: 0;
    left: 42%;
}

@media (max-width: 991px) {
    .box-quality .quality-for .quality-arrow {
        left: 0;
    }
}

.box-quality .quality-nav {
    position: relative;

    margin-top: 50px;
}

@media (max-width: 991px) {
    .box-quality .quality-nav {
        margin-top: 30px;
    }
}

.box-quality .quality-nav:before {
    position: absolute;
    z-index: 1;
    top: 9px;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #c1c5d2;
}

.box-quality .quality-nav .slick-quality-nav {
    position: relative;
    z-index: 6;
}

.box-quality .quality-nav .item {
    font-size: 24px;

    position: relative;
    z-index: 6;

    padding-top: 9px;

    text-align: center;

    color: #c1c5d2;
}

@media (max-width: 1400px) {
    .box-quality .quality-nav .item {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .box-quality .quality-nav .item {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .box-quality .quality-nav .item {
        font-size: 16px;
    }
}

.box-quality .quality-nav .item:before {
    position: absolute;
    z-index: 6;
    top: 5px;
    left: 50%;

    display: block;

    width: 8px;
    height: 8px;

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

    border-radius: 50%;
    background-color: #c1c5d2;
}

.box-quality .quality-nav .item:after {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 50%;

    display: block;

    width: 18px;
    height: 18px;

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

    opacity: 0;
    border: 1px solid #2e3b68;
    border-radius: 50%;
}

.box-quality .quality-nav .item .scrollspan {
    margin-top: 12px;
}

.box-quality .quality-nav .active {
    color: #2e3b68;
}

.box-quality .quality-nav .active:after {
    opacity: 1;
}

.box-quality .quality-nav .active:before {
    background-color: #2e3b68;
}

/* .box-quality .quality-nav .tab-over {
    color: #2e3b68;
}
.box-quality .quality-nav .tab-over:before {
    background-color: #2e3b68;
} */
.box-quality .quality-nav .hover {
    color: rgba(46, 59, 104, .7);
}

.box-quality .quality-nav .hover:before {
    background-color: rgba(46, 59, 104, .7);
}

.box-quality .slick-arrow:hover {
    color: #2e3b68;
    background: none;
}

.box-factory {
    background: #f3f4f8;
}

.box-factory .factory {
    position: relative;

    margin-top: 48px;
}

@media (max-width: 1560px) {
    .box-factory .factory {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .box-factory .factory {
        margin-top: 20px;
    }
}

.box-factory .factory-for {
    overflow: hidden;

    border-radius: 30px;
}

@media (max-width: 1199px) {
    .box-factory .factory-for {
        border-radius: 20px;
    }
}

@media (max-width: 767px) {
    .box-factory .factory-for {
        border-radius: 10px;
    }
}

.box-factory .factory-for .item {
    position: relative;
    z-index: 4;

    display: none;
}

.box-factory .factory-for .item .pic {
    position: relative;

    overflow: hidden;

    border-radius: 30px;
}

@media (max-width: 1199px) {
    .box-factory .factory-for .item .pic {
        border-radius: 20px;
    }
}

@media (max-width: 767px) {
    .box-factory .factory-for .item .pic {
        border-radius: 10px;
    }
}

.box-factory .factory-for .item .pic:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .6);
}

.box-factory .factory-for .item .pic .img-box {
    padding-bottom: 31.63841808%;
}

.box-factory .factory-for .item .text {
    position: absolute;
    z-index: 6;
    top: 0;

    width: 100%;
    padding: 64px;

    color: #fff;
}

@media (max-width: 1560px) {
    .box-factory .factory-for .item .text {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .box-factory .factory-for .item .text {
        position: relative;

        padding: 20px 0 0 0;

        color: #333;
    }
}

.box-factory .factory-for .item .text .editor-content {
    display: -webkit-box;
    overflow: hidden;

    min-height: 72px;
    margin-top: 24px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 991px) {
    .box-factory .factory-for .item .text .editor-content {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .box-factory .factory-for .item .text .editor-content p {
        color: #666;
    }
}

.box-factory .factory-for .item .title-small-fu {
    color: #d9d9d9;
}

@media (max-width: 767px) {
    .box-factory .factory-for .item .title-small-fu {
        color: #666;
    }
}

.box-factory .factory-nav {
    position: absolute;
    z-index: 6;
    bottom: 24px;
    left: 32px;

    width: -webkit-calc(100% - 64px);
    width: calc(100% - 64px);
}

@media (max-width: 1199px) {
    .box-factory .factory-nav {
        position: relative;
        bottom: 0;
        left: 0;

        width: 100%;
        margin-top: 20px;
    }
}

.box-factory .factory-nav.morecount {
    padding: 0 36px;
}

.box-factory .factory-nav .slick-factory-nav {
    margin: 0 -6px;
}

.box-factory .factory-nav .item {
    padding: 0 6px;

    text-align: center;

    opacity: .5;
    color: #fff;
}

@media (max-width: 1199px) {
    .box-factory .factory-nav .item {
        color: #333;
    }
}

.box-factory .factory-nav .item .scrollspan {
    line-height: 44px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 46px;

    border-bottom: 1px solid #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .box-factory .factory-nav .item .scrollspan {
        border-bottom-color: #666;
    }
}

/* .box-factory .factory-nav .tab-over, */
.box-factory .factory-nav .active {
    opacity: 1;
}

.box-factory .factory-nav .hover {
    opacity: .7;
}

.box-factory .factory-nav .arrow {
    color: #fff;
}

@media (max-width: 1199px) {
    .box-factory .factory-nav .arrow {
        color: #2e3b68;
    }
}

.box-factory .slick-arrow {
    background: none;
}

.box-product {
    border-radius: 30px 30px 0 0;
    background-color: #fff;
}

.box-product .product-nav {
    position: relative;

    margin-top: 48px;
}

@media (max-width: 1560px) {
    .box-product .product-nav {
        margin-top: 30px;
    }
}

.box-product .product-nav .item {
    padding: 0 6px;

    color: #4c4c4c;
}

.box-product .product-nav .item .scrollspan {
    line-height: 44px;

    overflow: hidden;

    height: 46px;

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

    border: 1px solid #c1c5d2;
    border-radius: 30px;
}

/* .box-product .product-nav .tab-over .scrollspan, */
.box-product .product-nav .active .scrollspan {
    color: #2e3b68;
    background-color: #f3f4f8;
}

.box-product .product-nav .hover .scrollspan {
    color: #2e3b68;
}

.box-product .product-nav .slick-arrow {
    background: none;
}

.box-product .product-nav .slick-arrow:hover {
    color: #2e3b68;
}

.box-product .product-for {
    margin-top: 24px;
}

.box-product .product-for-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-product .product-for-top .pic {
    overflow: hidden;

    width: 450px;

    border-radius: 18px;
}

@media (max-width: 767px) {
    .box-product .product-for-top .pic {
        width: 100%;

        border-radius: 10px;
    }
}

.box-product .product-for-top .pic .img-box {
    padding-bottom: 55.55555556%;
}

.box-product .product-for-top .text {
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
    padding-left: 3%;
}

@media (max-width: 767px) {
    .box-product .product-for-top .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

.box-product .product-for-top .title-small {
    display: block;
}

.box-product .product-for-top .title-small h3 {
    color: #2e3b68;
}

.box-product .product-for-top .title-small h3 span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#2e3b68), to(#2e3b68));
    background-image: -webkit-linear-gradient(left, #2e3b68 0%, #2e3b68 100%);
    background-image: linear-gradient(to right, #2e3b68 0%, #2e3b68 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}

.box-product .product-for-top .title-small:hover h3 span {
    background-size: 100% 1px;
}

.box-product .product-for-top .editor-content {
    overflow-y: auto;

    max-height: 128px;
    margin-top: 32px;
}

@media (max-width: 1199px) {
    .box-product .product-for-top .editor-content {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .box-product .product-for-top .editor-content {
        margin-top: 10px;
    }
}

.box-product .product-parts-nav {
    overflow: hidden;

    margin-top: 36px;
    padding: 10px 60px;

    border-radius: 30px;
    background: #f3f4f8;
}

@media (max-width: 1560px) {
    .box-product .product-parts-nav {
        padding: 10px 30px;
    }
}

.box-product .product-parts-nav .slick-list {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .box-product .product-parts-nav .slick-list {
        margin: 0 -10px;
    }
}

@media (max-width: 767px) {
    .box-product .product-parts-nav .slick-list {
        margin: 0 -5px;
    }
}

.box-product .product-parts-nav .slick-list .slick-slide {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .box-product .product-parts-nav .slick-list .slick-slide {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .box-product .product-parts-nav .slick-list .slick-slide {
        padding: 0 5px;
    }
}

.box-product .product-parts-nav .item {
    cursor: pointer;
    text-align: center;
}

.box-product .product-parts-nav .item .pic {
    overflow: hidden;

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

    border: 2px solid #f3f4f8;
    border-radius: 20px;
}

@media (max-width: 1400px) {
    .box-product .product-parts-nav .item .pic {
        border-radius: 10px;
    }
}

.box-product .product-parts-nav .item .img-box {
    padding-bottom: 56.25%;
}

.box-product .product-parts-nav .item .title-product {
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box-product .product-parts-nav .slick-current .item .pic {
    border-color: #2e3b68;
}

.box-product .product-parts-nav .slick-current .item .title-product {
    font-weight: bold;

    color: #2e3b68;
}

.box-product .product-parts-nav .slick-arrow {
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    left: -60px;

    border: none;
    border-radius: none;
}

@media (max-width: 1560px) {
    .box-product .product-parts-nav .slick-arrow {
        left: -40px;
    }
}

.box-product .product-parts-nav .slick-arrow.slick-next {
    right: -60px;
    left: auto;
}

@media (max-width: 1560px) {
    .box-product .product-parts-nav .slick-arrow.slick-next {
        right: -40px;
    }
}

.box-product .product-parts-for .parts-for-text {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 24px;
}

@media (max-width: 991px) {
    .box-product .product-parts-for .parts-for-text {
        max-width: 100%;
    }
}

.box-product .product-parts-for .showmorenchildren {
    --show-count: 5;
}

@media (max-width: 1199px) {
    .box-product .product-parts-for .showmorenchildren {
        --show-count: 4;
    }
}

@media (max-width: 991px) {
    .box-product .product-parts-for .showmorenchildren {
        --show-count: 3;
    }
}

@media (min-width: 1200px) {
    .box-product .product-parts-for .showmorenchildren>ul>li {
        width: 20%;
    }
}

.box-product .product-parts-for .showmorenchildren>ul>li {
    margin-top: 36px;
}

@media (max-width: 767px) {
    .box-product .product-parts-for .showmorenchildren>ul>li {
        margin-top: 16px;
    }
}

.box-about {
    background: #f3f4f8;
}

.box-about .about-info {
    margin-top: 48px;
}

@media (max-width: 1199px) {
    .box-about .about-info {
        margin-top: 30px;
    }
}

.box-about .about {
    width: 50%;
    padding-left: 3%;
}

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

.box-about .about .editor-content {
    margin-top: 32px;
}

@media (max-width: 1199px) {
    .box-about .about .editor-content {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .box-about .about .editor-content {
        margin-top: 10px;
    }
}

.box-about .about .editor-content p {
    line-height: 1.375;

    color: #4c4c4c;
}

.box-about .about .mission-vision {
    margin-top: 12px;
}

.box-about .about .mission-vision .item {
    margin-top: 24px;
    padding: 24px;

    border-radius: 30px;
    background: #fff;
}

.box-about .about .mission-vision .item .iconfont {
    font-size: 30px;
    line-height: 1;

    display: inline-block;

    color: #2e3b68;
}

.box-about .about .mission-vision .item h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin-top: 24px;
}

@media (max-width: 991px) {
    .box-about .about .mission-vision .item h4 {
        font-size: 20px;

        margin-top: 14px;
    }
}

.box-about .about .mission-vision .item p {
    font-size: 18px;
    line-height: 1.5;

    margin: 0;

    color: #343434;
}

@media (max-width: 1199px) {
    .box-about .about .mission-vision .item p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .box-about .about .mission-vision .item:hover .iconfont {
        -webkit-animation: swing 1s 0s ease both;
        animation: swing 1s 0s ease both;
    }
}

.box-about .video {
    position: relative;

    width: 50%;
    height: 100%;
}

@media (max-width: 991px) {
    .box-about .video {
        width: 100%;
    }
}

.box-about .video img {
    position: relative;
    z-index: 2;

    width: 100%;
}

.box-about .video .play {
    line-height: 76px;

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

    width: 76px;
    height: 76px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
}

@media (max-width: 991px) {
    .box-about .video .play {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}

.box-about .video .play span {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    color: #2e3b68;
    border-radius: 50%;
    background-color: #fff;
}

.box-about .video .play .icon {
    font-size: 30px;
}

@media (max-width: 991px) {
    .box-about .video .play .icon {
        font-size: 24px;
    }
}

.box-about .video .play::before,
.box-about .video .play::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
    animation: point_kuo 3s linear infinite;

    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
}

.box-about .video .play::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.box-about .video .play::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.box-about .number {
    margin-top: 60px;
    padding: 20px 0;

    color: #fff;
    background: url(../images/number_bg.jpg) no-repeat center;
    background-size: cover;
}

.box-about .number ul li {
    margin: 14px 0;
}

.box-about .number .item {
    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;
}

.box-about .number .item h3 {
    font-family: 'Oswald', Arial;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.16666667;
}

@media (max-width: 1199px) {
    .box-about .number .item h3 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .box-about .number .item h3 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .box-about .number .item h3 {
        font-size: 30px;
    }
}

.box-about .number .item p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #fff;
}

@media (max-width: 991px) {
    .box-about .number .item p {
        font-size: 14px;
        line-height: 24px;
    }
}

.box-about .number .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

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

        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(3.5);
        transform: translate(-50%, -50%) scale(3.5);

        opacity: 0;
    }
}

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

        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(3.5);
        transform: translate(-50%, -50%) scale(3.5);

        opacity: 0;
    }
}

.box-pphold {
    border-radius: 30px 30px 0 0;
    background-color: #fff;
}

.box-pphold .pphold>ul>li {
    margin-top: 36px;
}

@media (max-width: 1199px) {
    .box-pphold .pphold>ul>li {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .box-pphold .pphold>ul>li {
        margin-top: 16px;
    }
}

@media (min-width: 768px) {
    .box-pphold .pphold>ul>li:nth-child(2n) .item {
        flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }
}

.box-pphold .pphold .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;

    height: 100%;

    background-color: #f3f4f8;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.box-pphold .pphold .item .pic {
    overflow: hidden;
}

.box-pphold .pphold .item .pic .img-box {
    padding-bottom: 59.52380952%;
}

.box-pphold .pphold .item .text {
    padding: 24px 24px 36px 24px;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 1400px) {
    .box-pphold .pphold .item .text {
        padding: 20px;
    }
}

.box-pphold .pphold .item .text h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0 0 20px 0;
}

@media (max-width: 1560px) {
    .box-pphold .pphold .item .text h4 {
        font-size: 20px;
    }
}

@media (max-width: 1400px) {
    .box-pphold .pphold .item .text h4 {
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) {
    .box-pphold .pphold .item .text h4 {
        font-size: 18px;
    }
}

.box-history {
    border-radius: 30px 30px 0 0;
    background: #f3f4f8;
}

.box-history .title-small,
.box-history .text,
.box-history .history-nav .slick-history-nav {
    padding-left: var(--pad);
}

.box-history .text {
    width: 42%;
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .box-history .text {
        width: 100%;
        margin-bottom: 20px;
    }
}

.box-history .history-nav {
    width: 16%;
}

@media (max-width: 1400px) {
    .box-history .history-nav {
        width: 10%;
    }
}

@media (max-width: 991px) {
    .box-history .history-nav {
        width: 100px;
    }
}

.box-history .history-nav .slick-history-nav {
    height: 322px;
}

.box-history .history-nav .item {
    font-size: 18px;
    line-height: 1.33333333;

    position: relative;

    color: #c1c5d2;
}

.box-history .history-nav .item:before {
    position: absolute;
    top: 50%;
    right: -webkit-calc(100% + 10px);
    right: calc(100% + 10px);

    display: block;

    width: 0;
    height: 1px;

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

    background-color: #2e3b68;
}

.box-history .history-nav .swiper-slide-active .item {
    font-weight: bold;

    color: #2e3b68;
}

.box-history .history-nav .swiper-slide-active .item:before {
    width: 200%;
}

.box-history .history-for {
    width: 84%;
    padding-left: 10%;
}

@media (max-width: 1400px) {
    .box-history .history-for {
        width: 90%;
        padding-left: 5%;
    }
}

@media (max-width: 991px) {
    .box-history .history-for {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        padding-left: 3%;
    }
}

.box-history .history-for .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    background: #f3f4f8;

    -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-history .history-for .history-for-left {
    width: 40%;
    padding-right: 5%;
}

@media (max-width: 991px) {
    .box-history .history-for .history-for-left {
        width: 100%;
        padding-right: 0;
    }
}

.box-history .history-for .history-for-left .year {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.11111111;
}

.box-history .history-for .history-for-left .editor-content {
    margin-top: 24px;
}

.box-history .history-for .history-for-right {
    width: 60%;
}

@media (max-width: 991px) {
    .box-history .history-for .history-for-right {
        width: 100%;
        margin-top: 20px;
    }
}

.box-history .history-for .history-for-right .right-item {
    overflow: hidden;
}

.box-history .history-for .history-for-right .right-item .img-box {
    padding-bottom: 56.25%;
}

.box-history .history-for .history-for-right .history-for-right-nav {
    position: relative;
    z-index: 6;

    width: 80%;
    margin: 0 auto;
    margin-top: -60px;
}

@media (max-width: 767px) {
    .box-history .history-for .history-for-right .history-for-right-nav {
        width: 100%;
        margin-top: 10px;
    }
}

.box-news {
    border-radius: 30px 30px 0 0;
    background-color: #fff;
}

.box-news .news {
    margin-top: 64px;
}

@media (max-width: 1560px) {
    .box-news .news {
        margin-top: 48px;
    }
}

@media (max-width: 1199px) {
    .box-news .news {
        margin-top: 30px;
    }
}

.box-faqs {
    border-radius: 30px 30px 0 0;
    background: #f3f4f8;
}

.box-faqs .faqs-left {
    width: 42%;
}

@media (max-width: 767px) {
    .box-faqs .faqs-left {
        width: 100%;
    }
}

.box-faqs .faqs-left .editor-content {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .box-faqs .faqs-left .editor-content {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .box-faqs .faqs-left .editor-content {
        margin-top: 20px;
    }
}

.box-faqs .faqs-right {
    width: 58%;
    padding-left: 5%;
}

@media (max-width: 1199px) {
    .box-faqs .faqs-right {
        padding-left: 3%;
    }
}

@media (max-width: 767px) {
    .box-faqs .faqs-right {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

.box-faqs .faqs-list .current .common-faqs-item {
    border-bottom-color: #fff;
    border-radius: 18px;
    background-color: #fff;
}

.box-faqs .faqs-list .current .common-faqs-item .title-faqs:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.footer {
    overflow: hidden;

    padding: 64px 0 36px;

    color: #d9d9d9;
    border-radius: 30px 30px 0 0;
    background: #2e3b68;
}

@media (max-width: 991px) {
    .footer {
        padding-bottom: 55px;
    }
}

.footer a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}

.footer a:hover {
    color: #fff;
}

.footer a:hover span {
    background-size: 100% 1px;
}

.footer .foot-left {
    width: 45%;
}

@media (max-width: 1199px) {
    .footer .foot-left {
        width: 100%;
    }
}

.footer .foot-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 55%;
    padding-left: 2%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .footer .foot-right {
        width: 100%;
        padding-left: 0;
    }
}

.footer .title-footer {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    color: #fff;
}

@media (max-width: 767px) {
    .footer .title-footer {
        font-size: 18px;
    }
}

.footer .foot-left-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .footer .foot-left-logo {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer .foot-left-logo .foot-logo {
    display: block;

    height: 100px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .footer .foot-left-logo .foot-logo {
        height: 50px;
    }
}

.footer .foot-left-logo .foot-logo img {
    height: 100%;
}

.footer .foot-left-logo .editor-content {
    padding-left: 10%;
}

@media (max-width: 767px) {
    .footer .foot-left-logo .editor-content {
        width: 100%;
        padding-left: 0;
    }
}

.footer .foot-left-logo .editor-content p {
    color: #f0f0f0;
}

.footer .foot-left-address {
    margin-top: 60px;
    padding-bottom: 36px;

    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

@media (max-width: 1199px) {
    .footer .foot-left-address {
        margin-top: 30px;
        padding-bottom: 30px;
    }
}

.footer .foot-left-address p {
    margin: 8px 0 0 0;
}

.footer .foot-left-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 36px;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -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;
}

.footer .foot-left-contact .whatsapp img {
    width: 100px;
}

.footer .foot-left-contact p {
    margin: 8px 0 0 0;
}

.footer .foot-left-contact .share {
    margin-top: 10px;
}

.footer .foot-left-contact .share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -8px;
    margin-top: 8px;
}

.footer .foot-left-contact .share a {
    line-height: 24px;

    display: block;

    padding: 0 8px;

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

    color: rgba(255, 255, 255, .5);
}

.footer .foot-left-contact .share a:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .footer .foot-nav {
        padding-bottom: 20px;
    }
}

.footer .foot-nav .foot-item {
    max-width: 300px;
}

@media (max-width: 1199px) {
    .footer .foot-nav .foot-item {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .footer .foot-nav .foot-item {
        width: 100%;
        max-width: 100%;
    }
}

.footer .foot-nav .item-nav {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .footer .foot-nav .item-nav {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .footer .foot-nav .item-nav>ul>li {
        display: inline-block;

        margin-right: 10px;

        vertical-align: middle;
    }
}

.footer .foot-nav .item-nav a {
    line-height: 24px;

    display: block;

    padding: 6px 0;
}

.footer .copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 36px;

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

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

.footer .copyright p {
    line-height: 22px;

    margin: 0;
}

.footer .copyright .sitemap:after {
    margin: 0 12px;

    content: '|';
}

.wrap {
    position: relative;
    z-index: 6;

    padding: 100px 0;
}

@media (max-width: 1560px) {
    .wrap {
        padding: 80px 0;
    }
}

@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}

.wrap-location {
    padding: 10px 0;
}

.wrap-location .location {
    line-height: 28px;
}

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

.wrap-location .location>ul>li:after {
    display: inline-block;

    margin: 0 8px;

    content: '/';
    vertical-align: middle;
}

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

.wrap-location .location>ul>li:last-child>a {
    color: #272727;
}

.wrap-location .location>ul>li>a {
    font-size: 16px;
    line-height: 28px;

    display: inline-block;

    vertical-align: middle;

    color: #2e3b68;
}

@media (max-width: 1199px) {
    .wrap-location .location>ul>li>a {
        font-size: 14px;
    }
}

.wrap-location .location>ul>li>a:hover {
    text-decoration: underline;
}

.wrapper-info {
    font-size: 0;
}

@media (max-width: 1199px) {
    .wrapper-info {
        padding-top: 30px;
    }
}

.wrapper-info .wrap-sidenav,
.wrapper-info .wrap-right {
    font-size: 16px;

    display: inline-block;

    vertical-align: top;
}

@media (max-width: 767px) {

    .wrapper-info .wrap-sidenav,
    .wrapper-info .wrap-right {
        font-size: 14px;
    }
}

.wrapper-info .wrap-sidenav {
    width: 400px;
    min-height: 80vh;
    padding: 24px;

    background-color: #fff;
}

@media (max-width: 1470px) {
    .wrapper-info .wrap-sidenav {
        width: 340px;
    }
}

@media (max-width: 1199px) {
    .wrapper-info .wrap-sidenav {
        width: 100%;
        min-height: 100%;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .wrapper-info .wrap-sidenav {
        padding: 14px;
    }
}

.wrapper-info .wrap-right {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    padding-left: 50px;
}

@media (max-width: 1470px) {
    .wrapper-info .wrap-right {
        width: -webkit-calc(100% - 340px);
        width: calc(100% - 340px);
        padding-left: 30px;
    }
}

@media (max-width: 1199px) {
    .wrapper-info .wrap-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.wrap-menu-top {
    position: relative;
    z-index: 8;

    margin-bottom: 70px;

    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 1199px) {
    .wrap-menu-top {
        margin-bottom: 30px;
    }
}

.wrap-menu-top .menu-top>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.wrap-menu-top .menu-top>ul>li {
    position: relative;
}

.wrap-menu-top .menu-top>ul>li:after {
    position: absolute;
    z-index: 4;
    bottom: -12px;
    left: 50%;

    display: block;

    width: 14px;
    height: 12px;

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

    opacity: 0;
    background: url(../images/arrow.svg) no-repeat center;
    background-size: cover;
}

.wrap-menu-top .menu-top>ul>li>a {
    font-size: 24px;
    line-height: 1.25;

    display: block;

    padding: 12px 48px;

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

    color: #2e3b68;
    border-radius: 0 0 10px 10px;
}

@media (max-width: 1560px) {
    .wrap-menu-top .menu-top>ul>li>a {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .wrap-menu-top .menu-top>ul>li>a {
        font-size: 18px;

        padding: 10px 30px;
    }
}

@media (max-width: 991px) {
    .wrap-menu-top .menu-top>ul>li>a {
        font-size: 16px;

        padding: 10px;
    }
}

.wrap-menu-top .menu-top>ul>li.active:after,
.wrap-menu-top .menu-top>ul>li:hover:after {
    opacity: 1;
}

.wrap-menu-top .menu-top>ul>li.active>a,
.wrap-menu-top .menu-top>ul>li:hover>a {
    color: #fff;
    background-color: #2e3b68;
}

.menu-content {
    position: relative;
    z-index: 8;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
}

.menu-content-service {
    flex-direction: row;

    padding-top: 60px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}

@media (max-width: 1199px) {
    .menu-content-service {
        padding-top: 40px;
    }
}

.stickybox-content {
    position: relative;
    z-index: 4;

    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
}

@media (max-width: 1470px) {
    .stickybox-content {
        width: -webkit-calc(100% - 280px);
        width: calc(100% - 280px);
    }
}

@media (max-width: 1199px) {
    .stickybox-content {
        overflow: hidden;

        width: 100%;
    }
}

@media (min-width: 1920px) {
    .container1 {
        padding-left: -webkit-calc(var(--pad) - 15px);
        padding-left: calc(var(--pad) - 15px);
    }
}

@media (max-width: 1920px) {
    .container1 {
        padding-left: -webkit-calc(var(--pad) - 15px);
        padding-left: calc(var(--pad) - 15px);
    }
}

@media (max-width: 1199px) {
    .container1 {
        padding-left: 15px;
    }
}

@media (min-width: 1920px) {
    .container2 {
        padding-right: -webkit-calc(var(--pad) - 15px);
        padding-right: calc(var(--pad) - 15px);
    }
}

@media (max-width: 1920px) {
    .container2 {
        padding-right: -webkit-calc(var(--pad) - 15px);
        padding-right: calc(var(--pad) - 15px);
    }
}

@media (max-width: 1199px) {
    .container2 {
        padding-right: 15px;
    }
}

.wrap-menu {
    z-index: 8;
    top: 0;

    width: 350px;
    padding-right: 30px;
    padding-left: 50px;
}

@media (max-width: 1470px) {
    .wrap-menu {
        width: 280px;
        padding-left: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-menu {
        position: -webkit-sticky;
        position: sticky;
        top: 80px;

        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .wrap-menu .sidenav-deputy {
        position: -webkit-sticky;
        position: sticky;
        top: 144px;
    }
}

@media (max-width: 1199px) {
    .wrap-menu .sidenav-deputy {
        background-color: #ebecf0;
    }
}

@media (max-width: 1199px) {

    .wrap-menu-about .sidenav-deputy>ul,
    .wrap-menu-news .sidenav-deputy>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;

        width: 100%;

        white-space: nowrap;
    }
}

.wrap-menu-about .sidenav-deputy>ul>li,
.wrap-menu-news .sidenav-deputy>ul>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 24px;

    cursor: pointer;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {

    .wrap-menu-about .sidenav-deputy>ul>li,
    .wrap-menu-news .sidenav-deputy>ul>li {
        margin-bottom: 0;
    }
}

.wrap-menu-about .sidenav-deputy>ul>li>a,
.wrap-menu-news .sidenav-deputy>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    position: relative;
    z-index: 6;

    display: block;

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

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

    color: #2e3b68;
    border-radius: 0 30px 30px 0;
    background: #ebecf0;
}

@media (max-width: 1199px) {

    .wrap-menu-about .sidenav-deputy>ul>li>a,
    .wrap-menu-news .sidenav-deputy>ul>li>a {
        font-size: 16px;

        padding: 10px 20px;

        white-space: nowrap;

        border-radius: 0;
    }
}

.wrap-menu-about .sidenav-deputy>ul>li>a:before,
.wrap-menu-news .sidenav-deputy>ul>li>a:before {
    position: absolute;
    top: 50%;
    left: -24px;

    display: block;

    width: 0;
    height: 0;

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

    border-width: 24px 24px 24px 0;
    border-style: solid;
    border-color: transparent #ebecf0 transparent transparent;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1199px) {

    .wrap-menu-about .sidenav-deputy>ul>li>a:before,
    .wrap-menu-news .sidenav-deputy>ul>li>a:before {
        display: none;
    }
}

.wrap-menu-about .sidenav-deputy>ul>li.active>a,
.wrap-menu-news .sidenav-deputy>ul>li.active>a {
    color: #fff;
    background-color: #2e3b68;
}

.wrap-menu-about .sidenav-deputy>ul>li.active>a:before,
.wrap-menu-news .sidenav-deputy>ul>li.active>a:before {
    border-color: transparent #2e3b68 transparent transparent;
}

.wrap-menu-news {
    width: 600px;
}

@media (max-width: 1560px) {
    .wrap-menu-news {
        width: 500px;
    }
}

@media (max-width: 1400px) {
    .wrap-menu-news {
        width: 400px;
    }
}

@media (max-width: 1199px) {
    .wrap-menu-news {
        display: none;
    }
}

.stickybox-content-news {
    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px);
}

@media (max-width: 1560px) {
    .stickybox-content-news {
        width: -webkit-calc(100% - 500px);
        width: calc(100% - 500px);
    }
}

@media (max-width: 1400px) {
    .stickybox-content-news {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }
}

@media (max-width: 1199px) {
    .stickybox-content-news {
        width: 100%;
    }
}

.wrap-menu-service {
    width: 440px;
}

@media (max-width: 1560px) {
    .wrap-menu-service {
        width: 400px;
    }
}

@media (max-width: 1400px) {
    .wrap-menu-service {
        width: 350px;
    }
}

@media (max-width: 1199px) {
    .wrap-menu-service {
        display: none;
    }
}

.wrap-menu-service .sidenav-deputy {
    padding: 24px;

    background-color: #fff;
}

@media (max-width: 1560px) {
    .wrap-menu-service .sidenav-deputy {
        padding: 12px;
    }
}

.stickybox-content-service {
    width: -webkit-calc(100% - 440px);
    width: calc(100% - 440px);
}

@media (max-width: 1560px) {
    .stickybox-content-service {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }
}

@media (max-width: 1400px) {
    .stickybox-content-service {
        width: -webkit-calc(100% - 350px);
        width: calc(100% - 350px);
    }
}

@media (max-width: 1199px) {
    .stickybox-content-service {
        width: 100%;
    }
}

.wrap-menu-service-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
    top: 124px;

    width: 100%;
    padding: 0;
    padding: 0 5%;

    border-radius: 0 0 30px 30px;
    background: rgba(243, 244, 248, 0);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);

    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

@media (max-width: 1199px) {
    .wrap-menu-service-top {
        top: 80px;

        padding: 0;
    }
}

.wrap-menu-service-top.stuck {
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05);
}

.wrap-menu-service-top .sidenav-deputy ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1199px) {
    .wrap-menu-service-top .sidenav-deputy ul {
        overflow-x: auto;
    }
}

@media (min-width: 1200px) {
    .wrap-menu-service-top .sidenav-deputy ul li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.wrap-menu-service-top .sidenav-deputy ul li a {
    font-size: 18px;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 15px;

    cursor: pointer;
    text-align: center;
    white-space: nowrap;

    color: #2e3b68;
}

@media (max-width: 1199px) {
    .wrap-menu-service-top .sidenav-deputy ul li a {
        font-size: 16px;

        padding: 15px 10px;
    }
}

.wrap-menu-service-top .sidenav-deputy ul li a:after {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 1px;

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

    background-color: #2e3b68;
}

.wrap-menu-service-top .sidenav-deputy ul li.active a:after {
    width: 100%;
}

.xs-sidenav {
    display: none;

    margin-top: 10px;
}

@media (max-width: 1199px) {
    .xs-sidenav {
        display: block;
    }
}

.xs-sidenav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .xs-sidenav ul {
        margin: 0 -5px;
    }
}

.xs-sidenav ul>li {
    margin-top: 10px;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .xs-sidenav ul>li {
        padding: 0 5px;
    }
}

.xs-sidenav ul>li>a {
    line-height: 24px;

    display: block;

    padding: 10px 20px;

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

    border-radius: 10px;
    background-color: #fff;
}

.xs-sidenav ul>li.active>a {
    color: #fff;
    background-color: #2e3b68;
}

.service-menu1 {
    background-color: #fff;
}

.service-sidenav {
    overflow-y: auto;

    max-height: 70vh;
}

.service-sidenav .active>a {
    color: #2e3b68;
    background: #f3f4f8;
}

.service-sidenav a:hover {
    color: #2e3b68;
    background: #f3f4f8;
}

.service-menu2>.action>a {
    color: #2e3b68;
    background: #f3f4f8;
}

.service-menu3>.action>a {
    color: #2e3b68;
    background: #f3f4f8;
}

.service-sidenav .service-menu>li>a {
    font-size: 18px;

    display: block;

    padding: 10px 16px;

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

    border-radius: 30px;
}

@media (max-width: 1560px) {
    .service-sidenav .service-menu>li>a {
        font-size: 16px;
    }
}

.service-sidenav .service-menu1>li>a {
    font-size: 18px;
    line-height: 1.33333333;

    position: relative;

    display: block;

    padding: 10px 16px 10px 42px;

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

    border-radius: 30px;
}

@media (max-width: 1560px) {
    .service-sidenav .service-menu1>li>a {
        font-size: 16px;
    }
}

.service-sidenav .service-menu1>li>a:before {
    font-family: 'iconfont' !important;

    position: absolute;
    left: 16px;

    content: '\e622';

    opacity: 0;
}

.service-sidenav .service-menu1>li.more>a:before {
    opacity: 1;
}

.service-sidenav .service-menu2>li>a {
    font-size: 18px;
    line-height: 1.33333333;

    position: relative;

    display: block;

    padding: 10px 16px 10px 58px;

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

    border-radius: 30px;
}

@media (max-width: 1560px) {
    .service-sidenav .service-menu2>li>a {
        font-size: 16px;
    }
}

.service-sidenav .service-menu2>li>a:before {
    font-family: 'iconfont' !important;

    position: absolute;
    left: 28px;

    content: '\e622';

    opacity: 0;
}

.service-sidenav .service-menu2>li.more>a:before {
    opacity: 1;
}

.service-sidenav .service-menu3>li>a {
    font-size: 18px;
    line-height: 1.33333333;

    position: relative;

    display: block;

    padding: 10px 16px 10px 72px;

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

    border-radius: 30px;
}

@media (max-width: 1560px) {
    .service-sidenav .service-menu3>li>a {
        font-size: 16px;
    }
}

.service-sidenav .service-menu3>li.active>a {
    color: #2e3b68;
    background: #f3f4f8;
}

.blog-tab {
    margin-top: 30px;

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
}

@media (max-width: 767px) {
    .blog-tab {
        margin-top: 20px;
    }
}

.blog-tab>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -18px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .blog-tab>ul {
        margin: 0 -10px;
    }
}

.blog-tab>ul>li {
    padding: 0 18px;
}

@media (max-width: 767px) {
    .blog-tab>ul>li {
        padding: 0 10px;
    }
}

.blog-tab>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 0;

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

@media (max-width: 767px) {
    .blog-tab>ul>li>a {
        font-size: 14px;
    }
}

.blog-tab>ul>li>a:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

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

    background-color: #2e3b68;
}

.blog-tab>ul>li.active>a {
    color: #2e3b68;
}

.blog-tab>ul>li.active>a:after {
    width: 100%;
}

@media (max-width: 1199px) {
    .search-nav>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;
    }
}

.search-nav>ul>li {
    border-bottom: 1px solid rgba(193, 197, 210, .2);
}

@media (max-width: 1199px) {
    .search-nav>ul>li {
        display: inline-block;

        padding: 0 10px;

        vertical-align: top;
    }
}

@media (max-width: 767px) {
    .search-nav>ul>li {
        width: 50%;
    }
}

.search-nav>ul>li>a {
    font-size: 18px;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 15px 40px 15px 30px;

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

@media (max-width: 991px) {
    .search-nav>ul>li>a {
        font-size: 16px;

        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
    }
}

.search-nav>ul>li>a:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;

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

    border: 1px solid #2e3b68;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .search-nav>ul>li>a:before {
        width: 14px;
        height: 14px;
    }
}

.search-nav>ul>li>a:after {
    position: absolute;
    top: 50%;
    left: 6px;

    display: block;

    width: 8px;
    height: 8px;

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

    opacity: 0;
    border-radius: 50%;
    background-color: #2e3b68;
}

@media (max-width: 991px) {
    .search-nav>ul>li>a:after {
        left: 4.5px;

        width: 5px;
        height: 5px;
    }
}

.search-nav>ul>li>a .number {
    font-size: 14px;
    line-height: 30px;

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

    width: 30px;
    height: 30px;

    text-align: center;

    border-radius: 50%;
    background: #f3f4f8;
}

@media (max-width: 991px) {
    .search-nav>ul>li>a .number {
        line-height: 22px;

        top: 5px;

        width: 22px;
        height: 22px;
    }
}

.search-nav>ul>li.active>a,
.search-nav>ul>li:hover>a {
    color: #2e3b68;
}

.search-nav>ul>li.active>a:after,
.search-nav>ul>li:hover>a:after {
    opacity: 1;
}

.details_cont .toc1 .toc>li {
    margin-bottom: 24px;
}

.details_cont .toc1 .toc>li>.icon-xiala {
    display: none;
}

.details_cont .toc1 .toc>li a {
    cursor: pointer;
}

.details_cont .toc1 .toc>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    position: relative;
    z-index: 6;

    display: block;

    padding: 12px 36px 12px 16px;

    color: #2e3b68;
    border-radius: 0 30px 30px 0;
    background: #ebecf0;
}

@media (max-width: 1400px) {
    .details_cont .toc1 .toc>li>a {
        font-size: 16px;
    }
}

.details_cont .toc1 .toc>li>a:before {
    position: absolute;
    top: 50%;
    left: -24px;

    width: 0;
    height: 0;

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

    border-width: 24px 24px 24px 0;
    border-style: solid;
    border-color: transparent #ebecf0 transparent transparent;
}

.details_cont .toc1 .toc>li>a:after {
    font-family: 'iconfont' !important;
    font-weight: normal;

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

    width: 36px;

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

    opacity: 0;
}

.details_cont .toc1 .toc>li.active>a {
    color: #fff;
    background-color: #2e3b68;
}

.details_cont .toc1 .toc>li.active>a:before {
    border-color: transparent #2e3b68 transparent transparent;
}

.details_cont .toc1 .toc>li.more>a:after {
    opacity: 1;
}

.details_cont .toc1 .toc-level-3 {
    position: relative;
    z-index: 2;

    overflow-y: auto;

    max-height: 60vh;
    margin-top: -20px;
    padding: 20px 0;

    border-radius: 0 0 30px 30px;
    background-color: #fff;
}

.details_cont .toc1 .toc-level-3::-webkit-scrollbar {
    position: absolute;
    z-index: 2;
    left: 0;

    width: 6px;
}

.details_cont .toc1 .toc-level-3::-webkit-scrollbar-track {
    background-color: transparent;
}

.details_cont .toc1 .toc-level-3::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
}

.details_cont .toc1 .toc-level-3 .icon-xiala {
    line-height: 36px;

    position: absolute;
    z-index: 5;
    top: 6px;
    left: 0;

    display: block;

    width: 36px;
    height: 36px;

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

.details_cont .toc1 .toc-level-3 .icon-xiala:before {
    font-family: 'iconfont' !important;

    content: '\e622';
}

.details_cont .toc1 .toc-level-3>li {
    position: relative;
}

.details_cont .toc1 .toc-level-3>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    padding: 0 16px 0 36px;

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

    border-radius: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1400px) {
    .details_cont .toc1 .toc-level-3>li>a {
        font-size: 16px;
        line-height: 42px;

        height: 42px;
    }
}

.details_cont .toc1 .toc-level-3>li.active>a {
    background-color: #f3f4f8;
}

.details_cont .toc1 .toc-level-3>li.more>a:before {
    opacity: 1;
}

.details_cont .toc .toc-level-4 .icon-xiala {
    left: 10px;
}

.details_cont .toc .toc-level-4>li>a {
    font-size: 18px;
    line-height: 44px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    padding: 0 16px 0 48px;

    color: #343434;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1400px) {
    .details_cont .toc .toc-level-4>li>a {
        font-size: 16px;
        line-height: 38px;

        height: 38px;
    }
}

.details_cont .toc .toc-level-4>li.active>a {
    font-weight: bold;

    color: #2e3b68;
}

.details_cont .toc .toc-level-5 .icon-xiala {
    left: 14px !important;
}

.details_cont .toc .toc-level-5>li>a {
    font-size: 18px;
    line-height: 44px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    padding: 0 16px 0 60px;

    color: #343434;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1400px) {
    .details_cont .toc .toc-level-5>li>a {
        font-size: 16px;
        line-height: 38px;

        height: 38px;
    }
}

.details_cont .toc .toc-level-5>li.active>a {
    font-weight: bold;

    color: #2e3b68;
}

.details_cont .toc .open>.icon-xiala {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.details_cont .text {
    margin-top: 24px;
}

.details_cont .text h2 {
    font-family: 'Poppins', Arial;
    font-size: 36px;

    display: inline-block;

    margin-bottom: 24px;
    padding: 12px 36px;

    color: #2e3b68;
    border-top: 1px solid #2e3b68;
    border-bottom: 1px solid #2e3b68;
    border-left: 1px solid #2e3b68;
    border-radius: 30px 0 0 30px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

@media (max-width: 1560px) {
    .details_cont .text h2 {
        font-size: 30px;
    }
}

@media (max-width: 1470px) {
    .details_cont .text h2 {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .details_cont .text h2 {
        margin-bottom: 14px;
    }
}

@media (max-width: 991px) {
    .details_cont .text h2 {
        font-size: 24px;

        padding: 12px 24px;
    }
}

@media (max-width: 767px) {
    .details_cont .text h2 {
        font-size: 18px;

        padding: 8px 20px;
    }
}

.details_cont .text h3 {
    font-family: 'Poppins', Arial;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin-bottom: 24px;
    padding: 8px 12px;

    color: #2e3b68;
    border-left: 4px solid #2e3b68;
}

@media (max-width: 1199px) {
    .details_cont .text h3 {
        font-size: 20px;

        margin-bottom: 14px;
    }
}

@media (max-width: 767px) {
    .details_cont .text h3 {
        font-size: 18px;
    }
}

.details_cont .text h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;

    color: #4c4c4c;
}

@media (max-width: 1199px) {
    .details_cont .text h4 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .details_cont .text h4 {
        font-size: 16px;
    }
}

.details_cont .text h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;

    position: relative;

    margin-top: 6px;
    padding-left: 24px;

    color: #4c4c4c;
}

@media (max-width: 1560px) {
    .details_cont .text h5 {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .details_cont .text h5 {
        font-size: 15px;
    }
}

.details_cont .text h5:before {
    position: absolute;
    top: 10px;
    left: 10px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #4c4c4c;
}

@media (max-width: 1560px) {
    .details_cont .text h5:before {
        top: 10px;
    }
}

@media (max-width: 1199px) {
    .details_cont .text h5:before {
        top: 8px;
    }
}

.details_cont .toc2 .toc {
    position: relative;
    z-index: 2;

    overflow-y: auto;

    max-height: 44vh;
    margin-top: -20px;
    padding: 24px 12px 12px 12px;

    border-radius: 0 0 30px 30px;
    background-color: #fff;
}

.details_cont .toc2 .toc::-webkit-scrollbar {
    position: absolute;
    z-index: 2;
    left: 0;

    width: 6px;
}

.details_cont .toc2 .toc::-webkit-scrollbar-track {
    background-color: transparent;
}

.details_cont .toc2 .toc::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
}

.details_cont .toc2 .toc li {
    position: relative;
}

.details_cont .toc2 .toc>li .icon-xiala {
    line-height: 36px;

    position: absolute;
    z-index: 5;
    top: 6px;
    left: 0;

    display: block;

    width: 36px;
    height: 36px;

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

.details_cont .toc2 .toc>li .icon-xiala:before {
    font-family: 'iconfont' !important;

    content: '\e622';
}

.details_cont .toc2 .toc>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    padding: 0 16px 0 36px;

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

    border-radius: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1400px) {
    .details_cont .toc2 .toc>li>a {
        font-size: 16px;
        line-height: 42px;

        height: 42px;
    }
}

.details_cont .toc2 .toc>li.active>a {
    background-color: #f3f4f8;
}

.details_cont .toc2 .toc-level-3 .icon-xiala {
    left: 4px !important;
}

.details_cont .toc2 .toc-level-3>li>a {
    font-size: 18px;
    line-height: 44px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    padding: 0 16px 0 36px;

    color: #343434;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1400px) {
    .details_cont .toc2 .toc-level-3>li>a {
        font-size: 16px;
        line-height: 38px;

        height: 38px;
    }
}

.details_cont .toc2 .toc-level-3>li.active>a {
    font-weight: bold;

    color: #2e3b68;
}

.details_cont .toc2 .toc-level-4 .icon-xiala {
    left: 10px !important;
}

.details_cont .toc2 .toc-level-5 .icon-xiala {
    left: 15px !important;
}

.wrap-menu-download {
    position: -webkit-sticky;
    position: sticky;
    z-index: 8;
    top: 124px;

    margin-top: 60px;

    background-color: #f3f4f8;
}

@media (max-width: 1199px) {
    .wrap-menu-download {
        top: 80px;

        margin-top: 30px;
    }
}

.wrap-menu-download.stuck {
    background-color: rgba(255, 255, 255, .5);
}

.wrap-menu-download .download-menu {
    overflow: hidden;

    width: 100%;
}

.wrap-menu-download .download-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;

    width: 100%;
    padding-bottom: 10px;
    /* 整个滚动条 */
    /* 滚动条轨道 */
    /* 滚动条滑块 */
    /* 鼠标悬停时滑块颜色 */
}

.wrap-menu-download .download-menu ul::-webkit-scrollbar {
    width: 100%;
    height: 8px;
}

.wrap-menu-download .download-menu ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.wrap-menu-download .download-menu ul::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #888;
}

.wrap-menu-download .download-menu ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.wrap-menu-download .download-menu ul li {
    padding: 0 6px;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

@media (max-width: 1199px) {
    .wrap-menu-download .download-menu ul li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}

@media (max-width: 991px) {
    .wrap-menu-download .download-menu ul li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333%;
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%;
    }
}

@media (max-width: 767px) {
    .wrap-menu-download .download-menu ul li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.wrap-menu-download .download-menu ul li a {
    line-height: 28px;

    display: block;

    padding: 10px 12px;

    text-align: center;

    border: 1px solid #c1c5d2;
    border-radius: 30px;
}

@media (max-width: 1199px) {
    .wrap-menu-download .download-menu ul li a {
        line-height: 24px;

        padding: 6px 12px;
    }
}

.wrap-menu-download .download-menu ul li.active a,
.wrap-menu-download .download-menu ul li:hover a {
    background-color: #fff;
}

.wrap-menu-faqs {
    background: url(../images/faq_menu_bg.webp) no-repeat bottom center #f3f4f8;
    background-size: 100% auto;
}

.wrap-menu-faqs-show .sidenav-deputy {
    padding: 0;

    background: none;
}

.wrap-menu-faqs-show .sidenav-deputy>ul>li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap-menu-faqs-show .sidenav-deputy>ul>li>a:after {
    font-family: 'iconfont' !important;
    font-weight: normal;

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

    width: 36px;

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

    opacity: 0;
}

.wrap-menu-faqs-show .sidenav-deputy>ul>li:nth-child(1)>a:after {
    opacity: 1;
}

.wrap-about .title {
    max-width: 1170px;
}

.wrap-about .about .mission-vision .item p {
    font-size: 16px;
}

@media (max-width: 991px) {
    .wrap-about .about .mission-vision .item p {
        font-size: 14px;
    }
}

.wrap-wewill .wewill>ul>li {
    margin-top: 32px;
}

.wrap-wewill .wewill>ul>li:nth-child(2n) .item {
    flex-direction: row-reverse;

    border-radius: 30px 400px 400px 30px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

@media (max-width: 767px) {
    .wrap-wewill .wewill>ul>li:nth-child(2n) .item {
        border-radius: 300px 300px 10px 10px;
    }
}

.wrap-wewill .wewill .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    border-radius: 400px 30px 30px 400px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .wrap-wewill .wewill .item {
        border-radius: 300px 300px 10px 10px;
    }
}

.wrap-wewill .wewill .item .pic {
    overflow: hidden;

    width: 328px;
    height: 100%;
}

@media (max-width: 1560px) {
    .wrap-wewill .wewill .item .pic {
        width: 300px;
    }
}

@media (max-width: 1199px) {
    .wrap-wewill .wewill .item .pic {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .wrap-wewill .wewill .item .pic {
        width: 100%;
    }
}

.wrap-wewill .wewill .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-wewill .wewill .item .text {
    width: -webkit-calc(100% - 328px);
    width: calc(100% - 328px);
    padding: 48px;
}

@media (max-width: 1560px) {
    .wrap-wewill .wewill .item .text {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
        padding: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-wewill .wewill .item .text {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px);
    }
}

@media (max-width: 767px) {
    .wrap-wewill .wewill .item .text {
        width: 100%;
        padding: 20px 14px;
    }
}

.wrap-wewill .wewill .item .text .editor-content {
    display: -webkit-box;
    overflow: hidden;

    max-height: 120px;
    margin-top: 32px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

@media (max-width: 1560px) {
    .wrap-wewill .wewill .item .text .editor-content {
        margin-top: 20px;
    }
}

@media (max-width: 1199px) {
    .wrap-wewill .wewill .item .text .editor-content {
        display: -webkit-box;
        overflow: hidden;

        max-height: 96px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
}

@media (max-width: 767px) {
    .wrap-wewill .wewill .item .text .editor-content {
        margin-top: 10px;
    }
}

.wrap-wewill .wewill .item .title-small h3 {
    -webkit-transition: all .2s;
    transition: all .2s;
}

.wrap-wewill .wewill .item .more {
    line-height: 1.5;

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

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

    color: #2e3b68;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .wrap-wewill .wewill .item .more {
        margin-top: 20px;
    }
}

.wrap-wewill .wewill .item .more .iconfont {
    font-size: 20px;

    margin-left: 10px;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 1200px) {
    .wrap-wewill .wewill .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .wrap-wewill .wewill .item:hover .title-small h3 {
        color: #2e3b68;
    }
}

.wrap-weare {
    background-color: #fff;
}

.wrap-weare .weare {
    width: 50%;
    padding-right: 3%;
}

@media (max-width: 991px) {
    .wrap-weare .weare {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.wrap-weare .weare .editor-content {
    margin-top: 32px;
    max-height: 500px;
    overflow-y: auto;
}

@media (max-width: 1470px) {
    .wrap-weare .weare .editor-content {
        max-height: 400px;
    }
}

@media (max-width: 1199px) {
    .wrap-weare .weare .editor-content {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .wrap-weare .weare .editor-content {
        max-height: auto;
    }
}

@media (max-width: 767px) {
    .wrap-weare .weare .editor-content {
        margin-top: 10px;
    }
}

.wrap-weare .weare .editor-content p {
    line-height: 1.5;

    color: #4c4c4c;
}

.wrap-weare .video {
    position: relative;

    width: 50%;
    height: 100%;
}

@media (max-width: 991px) {
    .wrap-weare .video {
        width: 100%;
        margin-top: 30px;
    }
}

.wrap-weare .video img {
    position: relative;
    z-index: 2;

    width: 100%;
}

.wrap-weare .video .play {
    line-height: 76px;

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

    width: 76px;
    height: 76px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
}

@media (max-width: 991px) {
    .wrap-weare .video .play {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}

.wrap-weare .video .play span {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    color: #2e3b68;
    border-radius: 50%;
    background-color: #fff;
}

.wrap-weare .video .play .icon {
    font-size: 30px;
}

@media (max-width: 991px) {
    .wrap-weare .video .play .icon {
        font-size: 24px;
    }
}

.wrap-weare .video .play::before,
.wrap-weare .video .play::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
    animation: point_kuo 3s linear infinite;

    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
}

.wrap-weare .video .play::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.wrap-weare .video .play::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wrap-history .title-small h3 {
    color: #2e3b68;
}

.wrap-history .text {
    width: 100%;
}

.wrap-history .history {
    margin-top: 36px;
}

.wrap-weproduct .product {
    position: relative;
}

.wrap-weproduct .title-small h3 {
    color: #2e3b68;
}

.wrap-weproduct .product-nav {
    position: absolute;
    top: 0;
    left: 0;

    width: 300px;
    margin-top: 0;
    padding: 50px 30px 50px 0;
}

@media (max-width: 767px) {
    .wrap-weproduct .product-nav {
        position: relative;

        width: 100%;
        margin-top: 30px;
        padding: 50px 0;
    }
}

.wrap-weproduct .product-nav .item {
    padding: 0;
}

.wrap-weproduct .product-nav .slick-arrow {
    line-height: 48px;

    position: absolute;
    top: 0;

    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 48px;
    padding: 0 12px;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;

    border: 1px solid #c1c5d2;
    border-radius: 30px;
}

@media (max-width: 767px) {
    .wrap-weproduct .product-nav .slick-arrow {
        width: 100%;
    }
}

.wrap-weproduct .product-nav .slick-arrow:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.wrap-weproduct .product-nav .slick-arrow.arrow.arrow-next {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

.wrap-weproduct .product-nav .slick-arrow.arrow.arrow-next:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.wrap-weproduct .product-for-top {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    margin-left: 300px;
    padding: 12px;

    border: 1px solid #c1c5d2;
    border-radius: 30px;
}

@media (max-width: 767px) {
    .wrap-weproduct .product-for-top {
        width: 100%;
        margin-left: 0;
    }
}

.wrap-weproduct .product-for-top .editor-content {
    overflow-y: auto;

    max-height: 192px;
    margin-top: 24px;

    -webkit-line-clamp: 100;
}

@media (max-width: 991px) {
    .wrap-weproduct .product-for-top .editor-content {
        margin-top: 10px;
    }
}

@media (max-width: 1400px) {
    .wrap-weproduct .product-for-top .pic {
        width: 300px;
    }

    .wrap-weproduct .product-for-top .text {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}

@media (max-width: 991px) {
    .wrap-weproduct .product-for-top .pic {
        width: 100%;
    }

    .wrap-weproduct .product-for-top .text {
        width: 100%;
        margin-top: 20px;
    }
}

.wrap-weproduct .product-parts-for .parts-for-text {
    max-width: 100%;
}

.wrap-weproduct .product-parts-for .showmorenchildren {
    --show-count: 4;
}

@media (max-width: 1199px) {
    .wrap-weproduct .product-parts-for .showmorenchildren {
        --show-count: 2;
    }
}

@media (max-width: 991px) {
    .wrap-weproduct .product-parts-for .showmorenchildren {
        --show-count: 2;
    }
}

@media (min-width: 1200px) {
    .wrap-weproduct .product-parts-for .showmorenchildren>ul>li {
        width: 25%;
    }
}

.wrap-wehonor .wehonor {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-wehonor .wehonor {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-wehonor .wehonor {
        margin-top: 20px;
    }
}

.wrap-wehonor .wehonor .item {
    cursor: pointer;
}

.wrap-wehonor .wehonor .item .img-box {
    padding-bottom: 137.87878788%;
}

.wrap-wehonor .wehonor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

@media (min-width: 1200px) {
    .wrap-wehonor .wehonor .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.wrap-wehonor .has-arrows {
    padding-right: 78px;
}

.wrap-wehonor .slick-wehonor {
    font-size: 0;
}

.wrap-wehonor .slick-arrow {
    top: auto;
    right: -78px;
    bottom: 72px;
    left: auto;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    color: #c1c5d2;
    border: none;
    border-radius: 10px;
    background-color: #fff;
}

.wrap-wehonor .slick-arrow.slick-next {
    bottom: 0;
}

.wrap-wehonor .slick-arrow.slick-next:after {
    position: absolute;
    top: -12px;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #fff;
}

.wrap-wehonor .slick-arrow:hover {
    color: #fff;
    background-color: #2e3b68;
}

.wrap-social .social>ul {
    margin-top: -24px;
}

.wrap-social .social>ul>li {
    margin-top: 24px;
}

.wrap-social .social>ul>li:nth-child(2n) .number {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.wrap-social .social>ul>li:nth-child(2n) .number span {
    margin-right: 0;
    margin-left: 24px;
}

.wrap-social .social>ul>li:nth-child(2n) .item {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.wrap-social .social>ul>li:nth-child(2n) .item .text {
    padding-right: 36px;
    padding-left: 0;
}

@media (max-width: 767px) {
    .wrap-social .social>ul>li:nth-child(2n) .item .text {
        padding-right: 0;
    }
}

.wrap-social .social .number {
    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-social .social .number:after {
    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #c1c5d2;
}

.wrap-social .social .number span {
    font-size: 24px;
    font-weight: bold;
    line-height: 64px;

    display: block;

    width: 64px;
    height: 64px;
    margin-right: 24px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #2e3b68;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .wrap-social .social .number span {
        font-size: 20px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}

.wrap-social .social .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 24px;

    -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-social .social .item .pic {
    overflow: hidden;

    width: 480px;
}

@media (max-width: 1470px) {
    .wrap-social .social .item .pic {
        width: 400px;
    }
}

@media (max-width: 991px) {
    .wrap-social .social .item .pic {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .wrap-social .social .item .pic {
        width: 100%;
    }
}

.wrap-social .social .item .pic .img-box {
    padding-bottom: 56.25%;
}

.wrap-social .social .item .text {
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
    padding-left: 36px;
}

@media (max-width: 1470px) {
    .wrap-social .social .item .text {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }
}

@media (max-width: 991px) {
    .wrap-social .social .item .text {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}

@media (max-width: 767px) {
    .wrap-social .social .item .text {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}

.wrap-social .social .item .text .editor-content {
    margin-top: 30px;
}

@media (max-width: 1470px) {
    .wrap-social .social .item .text .editor-content {
        margin-top: 20px;
    }
}

.wrap-promise-philosophy .promise-philosophy-info {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-promise-philosophy .promise-philosophy-info {
        margin-top: 30px;
    }
}

.wrap-promise-philosophy .promise-philosophy {
    width: -webkit-calc(100% - 420px);
    width: calc(100% - 420px);
    padding-right: 30px;
}

@media (max-width: 1560px) {
    .wrap-promise-philosophy .promise-philosophy {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}

@media (max-width: 991px) {
    .wrap-promise-philosophy .promise-philosophy {
        width: 100%;
        padding-right: 0;
    }
}

.wrap-promise-philosophy .promise-philosophy .list {
    margin-top: -12px;
}

.wrap-promise-philosophy .promise-philosophy .list>li {
    margin-top: 12px;
}

.wrap-promise-philosophy .promise-philosophy .list>li:nth-child(2n) .item {
    color: #fff;
    background-color: #2e3b68;
}

.wrap-promise-philosophy .promise-philosophy .list>li:nth-child(2n) .item .editor-content p {
    color: #fff;
}

.wrap-promise-philosophy .promise-philosophy .item {
    padding: 24px;

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

    background-color: #fff;
}

.wrap-promise-philosophy .promise-philosophy .item .iconfont {
    font-size: 24px;
    line-height: 1;
}

.wrap-promise-philosophy .promise-philosophy .item .title-small {
    margin-top: 20px;
}

.wrap-promise-philosophy .promise-philosophy .item .editor-content {
    margin-top: 12px;
}

.wrap-promise-philosophy .video {
    width: 420px;
    height: auto;
}

@media (max-width: 1560px) {
    .wrap-promise-philosophy .video {
        width: 300px;
    }
}

@media (max-width: 991px) {
    .wrap-promise-philosophy .video {
        width: 100%;
        height: 400px;
        margin-top: 30px;
    }
}

.wrap-promise-customizing {
    background-color: #fff;
}

.wrap-promise-customizing .promise-customizing {
    margin-top: 24px;
}

.wrap-promise-customizing .promise-customizing>ul>li:nth-child(2n) .item {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.wrap-promise-customizing .promise-customizing>ul>li:nth-child(2n) .item .text {
    padding-right: 36px;
    padding-left: 0;
}

@media (max-width: 767px) {
    .wrap-promise-customizing .promise-customizing>ul>li:nth-child(2n) .item .text {
        padding-right: 0;
    }
}

.wrap-promise-customizing .promise-customizing>ul>li:last-child .item {
    border-bottom: none;
}

.wrap-promise-customizing .promise-customizing .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 24px 0;

    border-bottom: 1px solid #c1c5d2;

    -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-promise-customizing .promise-customizing .item .pic {
    overflow: hidden;

    width: 480px;
}

@media (max-width: 1560px) {
    .wrap-promise-customizing .promise-customizing .item .pic {
        width: 400px;
    }
}

@media (max-width: 991px) {
    .wrap-promise-customizing .promise-customizing .item .pic {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .wrap-promise-customizing .promise-customizing .item .pic {
        width: 100%;
    }
}

.wrap-promise-customizing .promise-customizing .item .pic .img-box {
    padding-bottom: 56.25%;
}

.wrap-promise-customizing .promise-customizing .item .text {
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
    padding-left: 36px;
}

@media (max-width: 1560px) {
    .wrap-promise-customizing .promise-customizing .item .text {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }
}

@media (max-width: 991px) {
    .wrap-promise-customizing .promise-customizing .item .text {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}

@media (max-width: 767px) {
    .wrap-promise-customizing .promise-customizing .item .text {
        width: 100%;
        margin-top: 24px;
        padding-left: 0;
    }
}

.wrap-promise-customizing .promise-customizing .item .title-promise-customizing {
    display: inline-block;

    padding: 12px 36px;

    color: #2e3b68;
    border: 1px solid #2e3b68;
    border-radius: 40px;
}

@media (max-width: 1560px) {
    .wrap-promise-customizing .promise-customizing .item .title-promise-customizing {
        padding: 12px 20px;
    }
}

@media (max-width: 991px) {
    .wrap-promise-customizing .promise-customizing .item .title-promise-customizing {
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .wrap-promise-customizing .promise-customizing .item .title-promise-customizing {
        padding: 10px;
    }
}

.wrap-promise-customizing .promise-customizing .item .title-promise-customizing h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}

@media (max-width: 1560px) {
    .wrap-promise-customizing .promise-customizing .item .title-promise-customizing h3 {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .wrap-promise-customizing .promise-customizing .item .title-promise-customizing h3 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .wrap-promise-customizing .promise-customizing .item .title-promise-customizing h3 {
        line-height: 1.33333333;
    }
}

.wrap-promise-customizing .promise-customizing .item .editor-content {
    margin-top: 36px;
}

@media (max-width: 1560px) {
    .wrap-promise-customizing .promise-customizing .item .editor-content {
        margin-top: 20px;
    }
}

.wrap-promise-manufacturing .promise-manufacturing>ul {
    margin: 0 -30px;
}

.wrap-promise-manufacturing .promise-manufacturing>ul>li {
    position: relative;

    margin-top: 36px;
    padding: 0 30px;
}

.wrap-promise-manufacturing .promise-manufacturing>ul>li:after {
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 2px;
    height: 200px;

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

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 59, 104, 0)), color-stop(50%, #2e3b68), to(rgba(46, 59, 104, 0)));
    background: -webkit-linear-gradient(rgba(46, 59, 104, 0) 0%, #2e3b68 50%, rgba(46, 59, 104, 0) 100%);
    background: linear-gradient(rgba(46, 59, 104, 0) 0%, #2e3b68 50%, rgba(46, 59, 104, 0) 100%);
}

.wrap-promise-manufacturing .promise-manufacturing>ul>li:last-child:after {
    display: none;
}

.wrap-promise-manufacturing .promise-manufacturing .item {
    text-align: center;
}

.wrap-promise-manufacturing .promise-manufacturing .item .icon {
    line-height: 1.4;

    position: relative;

    display: inline-block;

    color: #2e3b68;
}

.wrap-promise-manufacturing .promise-manufacturing .item .icon:before {
    position: absolute;
    top: 0;
    left: 55%;

    display: block;

    width: 64px;
    height: 64px;

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

    opacity: 0;
    border-radius: 50%;
    background-color: rgba(46, 59, 104, .1);
}

.wrap-promise-manufacturing .promise-manufacturing .item .icon .iconfont {
    font-size: 60px;

    position: relative;
    z-index: 6;
}

@media (max-width: 991px) {
    .wrap-promise-manufacturing .promise-manufacturing .item .icon .iconfont {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .wrap-promise-manufacturing .promise-manufacturing .item .icon .iconfont {
        font-size: 40px;
    }
}

.wrap-promise-manufacturing .promise-manufacturing .item .title-small {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .wrap-promise-manufacturing .promise-manufacturing .item .title-small {
        margin-top: 10px;
    }
}

.wrap-promise-manufacturing .promise-manufacturing .item .editor-content {
    margin-top: 12px;
}

@media (min-width: 1200px) {
    .wrap-promise-manufacturing .promise-manufacturing .item:hover .icon {
        -webkit-animation: swing 1s 0s ease both;
        animation: swing 1s 0s ease both;
    }

    .wrap-promise-manufacturing .promise-manufacturing .item:hover .icon:before {
        opacity: 1;
    }
}

.wrap-promise-testing {
    background-color: #fff;
}

.wrap-promise-testing .promise-testing {
    margin-top: 12px;
}

.wrap-promise-testing .promise-testing>ul>li {
    margin-top: 36px;
}

@media (max-width: 1199px) {
    .wrap-promise-testing .promise-testing>ul>li {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-promise-testing .promise-testing>ul>li {
        margin-top: 16px;
    }
}

@media (min-width: 768px) {
    .wrap-promise-testing .promise-testing>ul>li:nth-child(2n) .item {
        flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }
}

.wrap-promise-testing .promise-testing .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;

    height: 100%;

    background-color: #f3f4f8;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.wrap-promise-testing .promise-testing .item .pic {
    overflow: hidden;
}

.wrap-promise-testing .promise-testing .item .pic .img-box {
    padding-bottom: 53.19148936%;
}

.wrap-promise-testing .promise-testing .item .text {
    padding: 24px 24px 36px 24px;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 1400px) {
    .wrap-promise-testing .promise-testing .item .text {
        padding: 20px;
    }
}

.wrap-promise-testing .promise-testing .item .text .title-small h3 {
    color: #2e3b68;
}

.wrap-promise-testing .promise-testing .item .text .editor-content {
    margin-top: 24px;
}

@media (max-width: 1400px) {
    .wrap-promise-testing .promise-testing .item .text .editor-content {
        margin-top: 14px;
    }
}

.wrap-promise-freighting .promise-freighting {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .wrap-promise-freighting .promise-freighting {
        margin-top: 30px;
    }
}

.wrap-promise-freighting .promise-freighting>ul>li {
    margin-top: 20px;
}

.wrap-promise-freighting .promise-freighting>ul>li:nth-child(2n) .item {
    flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}

.wrap-promise-freighting .promise-freighting .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: row-reverse;

    background-color: #fff;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -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-promise-freighting .promise-freighting .item .pic {
    overflow: hidden;

    width: 480px;
}

@media (max-width: 1560px) {
    .wrap-promise-freighting .promise-freighting .item .pic {
        width: 400px;
    }
}

@media (max-width: 991px) {
    .wrap-promise-freighting .promise-freighting .item .pic {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .wrap-promise-freighting .promise-freighting .item .pic {
        width: 100%;
    }
}

.wrap-promise-freighting .promise-freighting .item .pic .img-box {
    padding-bottom: 56.25%;
}

.wrap-promise-freighting .promise-freighting .item .text {
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
    padding: 24px 36px;
}

@media (max-width: 1560px) {
    .wrap-promise-freighting .promise-freighting .item .text {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }
}

@media (max-width: 991px) {
    .wrap-promise-freighting .promise-freighting .item .text {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}

@media (max-width: 767px) {
    .wrap-promise-freighting .promise-freighting .item .text {
        width: 100%;
        padding: 24px;
    }
}

.wrap-promise-freighting .promise-freighting .item .text .title-small h3 {
    color: #2e3b68;
}

.wrap-promise-freighting .promise-freighting .item .text .editor-content {
    margin-top: 12px;
}

.wrap-promise-guaranteeing {
    background-color: #fff;
}

.wrap-promise-guaranteeing .promise-guaranteeing {
    margin-top: 28px;
}

.wrap-promise-guaranteeing .promise-guaranteeing>ul>li {
    margin-top: 20px;
}

.wrap-promise-guaranteeing .promise-guaranteeing .item {
    position: relative;

    overflow: hidden;

    text-align: center;
}

.wrap-promise-guaranteeing .promise-guaranteeing .item .mask {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;

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

    width: 100%;
    height: 100%;
    padding: 36px 12px;

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

    background: rgba(243, 244, 248, .85);

    -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: 1199px) {
    .wrap-promise-guaranteeing .promise-guaranteeing .item .mask {
        position: relative;

        height: auto;
        padding: 24px 12px;

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

        border-radius: 0;
        background: #f3f4f8;
    }
}

.wrap-promise-guaranteeing .promise-guaranteeing .item .mask .title-small h3 {
    color: #2e3b68;
}

.wrap-promise-guaranteeing .promise-guaranteeing .item .mask .editor-content {
    display: -webkit-box;
    overflow: hidden;

    height: 135px;
    margin-top: 12px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

@media (max-width: 1560px) {
    .wrap-promise-guaranteeing .promise-guaranteeing .item .mask .editor-content {
        height: 120px;
    }
}

.wrap-promise-guaranteeing .promise-guaranteeing .item .mask .more {
    margin-top: 24px;
}

.wrap-promise-guaranteeing .promise-guaranteeing .item .mask .more a {
    line-height: 24px;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;

    color: #2e3b68;

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

.wrap-promise-guaranteeing .promise-guaranteeing .item .mask .more a .iconfont {
    font-size: 20px;

    float: right;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wrap-promise-guaranteeing .promise-guaranteeing .item .mask .more a:hover {
    text-decoration: underline;
}

.wrap-promise-guaranteeing .promise-guaranteeing .item .mask .more a:hover .iconfont {
    text-decoration: none;
}

.wrap-promise-guaranteeing .promise-guaranteeing .item .title-promise-guaranteeing {
    line-height: 78px;

    display: -webkit-box;
    overflow: hidden;

    height: 78px;
    padding: 0 10px;

    color: #2e3b68;
    background: #f3f4f8;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .wrap-promise-guaranteeing .promise-guaranteeing .item .title-promise-guaranteeing {
        display: none;
    }
}

.wrap-promise-guaranteeing .promise-guaranteeing .item .title-promise-guaranteeing h3 {
    line-height: inherit;

    margin: 0;
}

@media (min-width: 1200px) {
    .wrap-promise-guaranteeing .promise-guaranteeing .item:hover .mask {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.wrap-service-hotline .service-hotline {
    margin-top: 36px;
    padding: 24px 36px;

    border-radius: 20px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .wrap-service-hotline .service-hotline {
        padding: 12px 24px;
    }
}

.wrap-service-hotline .service-hotline>ul>li {
    margin: 12px 0;
}

.wrap-service-hotline .service-hotline .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.wrap-service-hotline .service-hotline .item .icon {
    position: relative;

    margin-right: 20px;

    color: #2e3b68;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.wrap-service-hotline .service-hotline .item .icon:before {
    line-height: 1.4;

    position: absolute;
    top: 0;
    left: 10px;

    display: block;

    width: 36px;
    height: 36px;

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

    opacity: 0;
    border-radius: 50%;
    background-color: rgba(46, 59, 104, .1);
}

.wrap-service-hotline .service-hotline .item .icon .iconfont {
    font-size: 40px;

    position: relative;
    z-index: 6;
}

@media (max-width: 767px) {
    .wrap-service-hotline .service-hotline .item .icon .iconfont {
        font-size: 30px;
    }
}

.wrap-service-hotline .service-hotline .item p {
    font-size: 16px;
    line-height: 1.375;

    margin: 4px 0;
}

.wrap-service-hotline .service-hotline .item p a:hover {
    text-decoration: underline;

    color: #2e3b68;
}

@media (min-width: 1200px) {
    .wrap-service-hotline .service-hotline .item:hover .icon {
        -webkit-animation: swing 1s 0s ease both;
        animation: swing 1s 0s ease both;
    }

    .wrap-service-hotline .service-hotline .item:hover .icon:before {
        opacity: 1;
    }
}

.wrap-service .service {
    margin-top: 64px;
}

@media (max-width: 1199px) {
    .wrap-service .service {
        margin-top: 34px;
    }
}

.wrap-service .service:nth-child(1) {
    margin-top: 0;
}

.wrap-service .service:nth-child(2n) .service-top {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.wrap-service .service:nth-child(2n) .service-top .text {
    padding-right: 36px;
    padding-left: 0;
}

@media (max-width: 767px) {
    .wrap-service .service:nth-child(2n) .service-top .text {
        padding-right: 0;
    }
}

.wrap-service .service-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap-service .service-top .pic {
    overflow: hidden;

    width: 400px;
    height: 100%;
}

@media (max-width: 1560px) {
    .wrap-service .service-top .pic {
        width: 350px;
    }
}

@media (max-width: 1199px) {
    .wrap-service .service-top .pic {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .wrap-service .service-top .pic {
        width: 100%;
    }
}

.wrap-service .service-top .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    padding-left: 36px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1560px) {
    .wrap-service .service-top .text {
        width: -webkit-calc(100% - 350px);
        width: calc(100% - 350px);
    }
}

@media (max-width: 1199px) {
    .wrap-service .service-top .text {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}

@media (max-width: 767px) {
    .wrap-service .service-top .text {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.wrap-service .service-top .text .note {
    overflow-y: auto;

    max-height: 100%;
    margin-top: 24px;
}

.wrap-service .service-top .text .title span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#2e3b68), to(#2e3b68));
    background-image: -webkit-linear-gradient(left, #2e3b68 0%, #2e3b68 100%);
    background-image: linear-gradient(to right, #2e3b68 0%, #2e3b68 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}

.wrap-service .service-top .text .title:hover span {
    background-size: 100% 1px;
}

.wrap-service .service-info {
    margin-top: 12px;
    padding: 12px 0;

    background-color: #fff;
}

.wrap-service .service-nav {
    position: relative;
}

.wrap-service .service-nav .tabs-wrapper {
    --visible-count: 4;
}

@media (max-width: 1400px) {
    .wrap-service .service-nav .tabs-wrapper {
        --visible-count: 3;
    }
}

@media (max-width: 767px) {
    .wrap-service .service-nav .tabs-wrapper {
        --visible-count: 1;
    }
}

.wrap-service .service-nav .slick-arrow {
    background: none;
}

.wrap-service .service-nav .slick-arrow:hover {
    color: #2e3b68;
}

.wrap-service .service-for {
    padding: 24px 24px 0 24px;
}

@media (max-width: 767px) {
    .wrap-service .service-for {
        padding: 12px 12px 0 12px;
    }
}

.wrap-service .service-for-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-service .service-for-top .pic {
    overflow: hidden;

    width: 250px;

    border-radius: 18px;
}

@media (max-width: 767px) {
    .wrap-service .service-for-top .pic {
        width: 100%;

        border-radius: 10px;
    }
}

.wrap-service .service-for-top .text {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    padding-left: 3%;
}

@media (max-width: 767px) {
    .wrap-service .service-for-top .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

.wrap-service .service-for-top .title-small h3 {
    color: #222;
}

.wrap-service .service-for-top .title-small h3 span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#2e3b68), to(#2e3b68));
    background-image: -webkit-linear-gradient(left, #2e3b68 0%, #2e3b68 100%);
    background-image: linear-gradient(to right, #2e3b68 0%, #2e3b68 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}

.wrap-service .service-for-top .title-small:hover h3 {
    color: #2e3b68;
}

.wrap-service .service-for-top .title-small:hover span {
    background-size: 100% 1px;
}

.wrap-service .service-for-top .editor-content {
    display: -webkit-box;
    overflow: hidden;

    margin-top: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

@media (max-width: 1199px) {
    .wrap-service .service-for-top .editor-content {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-service .service-for-top .editor-content {
        margin-top: 10px;
    }
}

.wrap-service .service-parts-for .parts-for-text {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 24px;
}

@media (max-width: 991px) {
    .wrap-service .service-parts-for .parts-for-text {
        max-width: 100%;
    }
}

.wrap-service .service-parts-for .showmorenchildren {
    --show-count: 4;
}

@media (max-width: 1400px) {
    .wrap-service .service-parts-for .showmorenchildren {
        --show-count: 3;
    }
}

.wrap-service .service-parts-for .showmorenchildren>ul>li {
    margin-top: 36px;
}

@media (max-width: 767px) {
    .wrap-service .service-parts-for .showmorenchildren>ul>li {
        margin-top: 16px;
    }
}

.wrap-service2-top .service-top {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-service2-top .service-top {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .wrap-service2-top .service-top {
        margin-top: 20px;
    }
}

.wrap-service2-top .service-top .title-small h3 {
    color: #2e3b68;
}

.wrap-service-type {
    background-color: #fff;
}

.wrap-service-type .service-info {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-service-type .service-info {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .wrap-service-type .service-info {
        margin-top: 20px;
    }
}

.wrap-service-type .service-for {
    overflow: hidden;

    padding: 24px;

    background: #f3f4f8;
}

@media (max-width: 767px) {
    .wrap-service-type .service-for {
        padding: 10px;
    }
}

.wrap-service-type .service-nav {
    margin: 24px 0;
}

@media (min-width: 1400px) {
    .wrap-service-type .service-parts-for .showmorenchildren {
        --show-count: 3;
    }
}

.wrap-service-type .service-for-bottom {
    padding: 0;

    background: none;
}

.wrap-service-type .service-for-bottom .parts-list .common-service-item .mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

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

.wrap-service-factory {
    background: #f3f4f8;
}

.wrap-service-factory .factory {
    position: relative;

    overflow: hidden;

    margin-top: 48px;
    padding: 10px 4px;

    background-color: #fff;
}

@media (max-width: 1560px) {
    .wrap-service-factory .factory {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-service-factory .factory {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-service-factory .factory {
        padding: 10px 15px;
    }
}

.wrap-service-factory .factory-top {
    padding-right: 180px;
}

@media (max-width: 767px) {
    .wrap-service-factory .factory-top {
        padding-right: 0;
    }
}

.wrap-service-factory .factory-for {
    overflow: hidden;

    border-radius: 30px;
}

@media (max-width: 1199px) {
    .wrap-service-factory .factory-for {
        border-radius: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-service-factory .factory-for {
        margin-top: 10px;

        border-radius: 10px;
    }
}

.wrap-service-factory .factory-for .item {
    position: relative;
    z-index: 4;

    display: none;
}

.wrap-service-factory .factory-for .item .factory-for-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;

    padding-right: 3%;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -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-service-factory .factory-for .item .text {
    width: -webkit-calc(100% - 860px);
    width: calc(100% - 860px);
    padding: 24px;
}

@media (max-width: 1920px) {
    .wrap-service-factory .factory-for .item .text {
        width: -webkit-calc(100% - 700px);
        width: calc(100% - 700px);
    }
}

@media (max-width: 1470px) {
    .wrap-service-factory .factory-for .item .text {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .wrap-service-factory .factory-for .item .text {
        padding: 14px 0 0 0;
    }
}

.wrap-service-factory .factory-for .item .title-small-fu {
    font-size: 18px;
}

@media (max-width: 767px) {
    .wrap-service-factory .factory-for .item .title-small-fu {
        font-size: 16px;
    }
}

.wrap-service-factory .factory-for .item .pic {
    position: relative;

    overflow: hidden;

    width: 860px;

    border-radius: 30px;
}

@media (max-width: 1920px) {
    .wrap-service-factory .factory-for .item .pic {
        width: 700px;
    }
}

@media (max-width: 1470px) {
    .wrap-service-factory .factory-for .item .pic {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .wrap-service-factory .factory-for .item .pic {
        border-radius: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-service-factory .factory-for .item .pic {
        border-radius: 10px;
    }
}

.wrap-service-factory .factory-for .item .pic .img-box {
    padding-bottom: 31.63841808%;
}

.wrap-service-factory .factory-for-bottom .item .text {
    width: 100%;
}

@media (max-width: 1470px) {
    .wrap-service-factory .factory-for-bottom .item .text {
        padding-top: 0;
    }
}

.wrap-service-factory .factory-for-bottom .item .common-more {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-service-factory .factory-for-bottom .item .common-more {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-service-factory .factory-for-bottom .item .common-more {
        margin-top: 20px;
    }
}

.wrap-service-factory .factory-nav {
    position: absolute;
    top: 10px;
    right: 4px;

    width: 180px;
    margin-top: 0;
    padding: 50px 0;
}

@media (max-width: 1920px) {
    .wrap-service-factory .factory-nav {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .wrap-service-factory .factory-nav {
        position: relative;

        width: 100%;
        margin-bottom: 20px;
        padding: 50px 0;
    }
}

.wrap-service-factory .factory-nav .item {
    padding: 0;

    color: #4c4c4c;
}

.wrap-service-factory .factory-nav .item .scrollspan {
    line-height: 46px;

    overflow: hidden;

    height: 46px;

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

    border: 1px solid #c1c5d2;
    border-radius: 30px;
}

@media (max-width: 1920px) {
    .wrap-service-factory .factory-nav .item .scrollspan {
        line-height: 40px;

        height: 40px;
    }
}

/* .wrap-service-factory .factory-nav .tab-over .scrollspan, */
.wrap-service-factory .factory-nav .active .scrollspan {
    color: #2e3b68;
    background-color: #f3f4f8;
}

.wrap-service-factory .factory-nav .hover .scrollspan {
    color: #2e3b68;
}

.wrap-service-factory .factory-nav .slick-arrow {
    line-height: 48px;

    position: absolute;
    top: 0;

    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    height: 48px;
    padding: 0 12px;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;

    border: 1px solid #c1c5d2;
    border-radius: 30px;
}

@media (max-width: 1920px) {
    .wrap-service-factory .factory-nav .slick-arrow {
        line-height: 40px;

        height: 40px;
    }
}

@media (max-width: 767px) {
    .wrap-service-factory .factory-nav .slick-arrow {
        width: 100%;
    }
}

.wrap-service-factory .factory-nav .slick-arrow:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.wrap-service-factory .factory-nav .slick-arrow.arrow.arrow-next {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

.wrap-service-factory .factory-nav .slick-arrow.arrow.arrow-next:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.wrap-service-factory1 .factory {
    position: relative;

    overflow: hidden;

    margin-top: 48px;
    padding: 4px;

    background-color: #fff;
}

@media (max-width: 1560px) {
    .wrap-service-factory1 .factory {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-service-factory1 .factory {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-service-factory1 .factory {
        padding: 10px;
    }
}

.wrap-service-factory1 .factory-top {
    padding-right: 0;
}

.wrap-service-factory1 .factory-for .item .factory-for-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.wrap-service-factory1 .factory-for .item .pic {
    overflow: hidden;

    width: 60%;

    border-radius: 20px;
}

@media (max-width: 1560px) {
    .wrap-service-factory1 .factory-for .item .pic {
        width: 55%;
    }
}

@media (max-width: 1199px) {
    .wrap-service-factory1 .factory-for .item .pic {
        border-radius: 10px;
    }
}

@media (max-width: 767px) {
    .wrap-service-factory1 .factory-for .item .pic {
        width: 100%;
        margin-top: 20px;
    }
}

.wrap-service-factory1 .factory-for .item .pic .img-box {
    padding-bottom: 31.63841808%;
}

.wrap-service-factory1 .factory-for .item .text {
    width: 40%;
    padding: 24px;
}

@media (max-width: 1560px) {
    .wrap-service-factory1 .factory-for .item .text {
        width: 45%;
    }
}

@media (max-width: 1199px) {
    .wrap-service-factory1 .factory-for .item .text {
        padding: 12px;
    }
}

@media (max-width: 767px) {
    .wrap-service-factory1 .factory-for .item .text {
        width: 100%;
        padding: 12px 0;
    }
}

.wrap-service-factory1 .factory-for .item .text .title-small-fu {
    font-size: 18px;

    color: #4c4c4c;
}

@media (max-width: 767px) {
    .wrap-service-factory1 .factory-for .item .text .title-small-fu {
        font-size: 16px;
    }
}

.wrap-service-factory1 .factory-for-bottom .item .text {
    width: 100%;
}

.wrap-service-factory1 .factory-for-bottom .item .common-more {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-service-factory1 .factory-for-bottom .item .common-more {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-service-factory1 .factory-for-bottom .item .common-more {
        margin-top: 20px;
    }
}

.wrap-service-factory1 .factory-nav {
    position: absolute;
    top: 24px;
    right: auto;
    left: 24px;

    width: -webkit-calc(40% - 48px);
    width: calc(40% - 48px);
}

@media (max-width: 1560px) {
    .wrap-service-factory1 .factory-nav {
        width: -webkit-calc(45% - 48px);
        width: calc(45% - 48px);
    }
}

@media (max-width: 1199px) {
    .wrap-service-factory1 .factory-nav {
        top: 12px;
        left: 12px;

        width: -webkit-calc(45% - 24px);
        width: calc(45% - 24px);
    }
}

@media (max-width: 767px) {
    .wrap-service-factory1 .factory-nav {
        position: relative;
        top: 0;
        left: 0;

        width: 100%;
    }
}

.wrap-service-factory1 .factory-nav .item {
    font-size: 18px;

    padding: 0 6px;

    opacity: .5;
}

@media (max-width: 1470px) {
    .wrap-service-factory1 .factory-nav .item {
        font-size: 16px;
    }
}

.wrap-service-factory1 .factory-nav .item .scrollspan {
    line-height: 24px;

    padding: 10px 0;

    border-bottom: 1px solid #222;
}

.wrap-service-factory1 .factory-nav .item.tab-over,
.wrap-service-factory1 .factory-nav .item.active {
    opacity: 1;
}

.wrap-service-factory1 .factory-nav .item.hover {
    opacity: .7;
}

.wrap-service-factory1 .tabs-wrapper {
    --visible-count: 3;
}

@media (max-width: 1470px) {
    .wrap-service-factory1 .tabs-wrapper {
        --visible-count: 2;
    }
}

.wrap-service-factory2 .factory {
    padding: 12px;

    border-radius: 20px;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .wrap-service-factory2 .factory {
        border-radius: 10px;
    }
}

.wrap-service-factory2 .factory-for .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
}

.wrap-service-factory2 .factory-for .item .text {
    position: relative;

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

    padding: 24px 12px;

    color: #222;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .wrap-service-factory2 .factory-for .item .text {
        padding: 12px 0;
    }
}

.wrap-service-factory2 .factory-for .item .text .title-small {
    width: 30%;
    padding-right: 3%;
}

@media (max-width: 767px) {
    .wrap-service-factory2 .factory-for .item .text .title-small {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        width: 100%;
        padding-right: 0;

        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.wrap-service-factory2 .factory-for .item .text .title-small .title-small-fu {
    font-size: 18px;

    color: #4c4c4c;
}

@media (max-width: 991px) {
    .wrap-service-factory2 .factory-for .item .text .title-small .title-small-fu {
        font-size: 16px;
    }
}

.wrap-service-factory2 .factory-for .item .text .editor-content {
    width: 70%;
    max-height: 100%;

    -webkit-line-clamp: 300;
}

@media (max-width: 767px) {
    .wrap-service-factory2 .factory-for .item .text .editor-content {
        width: 100%;
    }
}

.wrap-service-factory2 .factory-for .item .text .common-more {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-service-factory2 .factory-for .item .text .common-more {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-service-factory2 .factory-for .item .text .common-more {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-service-factory2 .factory-for .item .text .common-more {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.wrap-service-factory2 .factory-for .item .pic:before {
    display: none;
}

.wrap-service-factory2 .factory-nav {
    position: relative;
    bottom: auto;
    left: 0;

    width: 100%;
    padding: 12px 0;

    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}

@media (max-width: 767px) {
    .wrap-service-factory2 .factory-nav {
        padding-top: 0;
    }
}

.wrap-service-factory2 .factory-nav .tabs-wrapper {
    --visible-count: 5;
}

@media (max-width: 991px) {
    .wrap-service-factory2 .factory-nav .tabs-wrapper {
        --visible-count: 4;
    }
}

@media (max-width: 767px) {
    .wrap-service-factory2 .factory-nav .tabs-wrapper {
        --visible-count: 2;
    }
}

.wrap-service-process {
    background-color: #fff;
}

.wrap-service-process .service-process {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-service-process .service-process {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-service-process .service-process {
        margin-top: 20px;
    }
}

.wrap-service-process .service-process h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;

    color: #2e3b68;
}

@media (max-width: 1560px) {
    .wrap-service-process .service-process h3 {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .wrap-service-process .service-process h3 {
        font-size: 18px;
    }
}

.wrap-service-process .service-process h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.36363636;

    color: #2e3b68;
}

@media (max-width: 1560px) {
    .wrap-service-process .service-process h4 {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .wrap-service-process .service-process h4 {
        font-size: 16px;
    }
}

.wrap-service-process .service-process h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    position: relative;

    margin-top: 6px;
    padding-left: 24px;
}

@media (max-width: 1560px) {
    .wrap-service-process .service-process h5 {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .wrap-service-process .service-process h5 {
        font-size: 16px;
    }
}

.wrap-service-process .service-process h5:before {
    position: absolute;
    top: 12px;
    left: 10px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #4c4c4c;
}

.wrap-service-choose .service-choose {
    margin-top: 50px;
}

.wrap-service-choose .service-choose ul li:nth-child(2n) .item {
    flex-direction: row-reverse;

    border-radius: 0 0 30px 30px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.wrap-service-choose .service-choose ul li:nth-child(2n) .item .pic {
    border-radius: 0 0 30px 0;
}

.wrap-service-choose .service-choose ul li:nth-child(2n) .item .num {
    right: auto;
    left: 4px;
}

.wrap-service-choose .service-choose .item {
    position: relative;

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

    padding: 4px;

    border-radius: 30px 30px 0 0;
    background-color: #fff;

    -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-service-choose .service-choose .item .pic {
    overflow: hidden;

    width: 50%;

    border-radius: 30px 0 0 0;
}

@media (max-width: 767px) {
    .wrap-service-choose .service-choose .item .pic {
        width: 100%;
    }
}

.wrap-service-choose .service-choose .item .pic img {
    width: 100%;
}

.wrap-service-choose .service-choose .item .text {
    width: 50%;
    padding: 24px;
}

@media (max-width: 767px) {
    .wrap-service-choose .service-choose .item .text {
        width: 100%;
        padding: 14px;
    }
}

.wrap-service-choose .service-choose .item .editor-content {
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .wrap-service-choose .service-choose .item .editor-content {
        margin-top: 14px;
    }
}

.wrap-service-choose .service-choose .item .num {
    font-size: 100px;
    font-weight: 900;
    line-height: 1;

    position: absolute;
    right: 4px;
    bottom: 4px;

    opacity: .2;
    color: transparent;

    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--logo, #2e3b68);
}

@media (max-width: 1560px) {
    .wrap-service-choose .service-choose .item .num {
        font-size: 80px;
    }
}

@media (max-width: 1199px) {
    .wrap-service-choose .service-choose .item .num {
        font-size: 60px;
    }
}

.wrap-service-choose1 .service-choose-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 430px;
    padding-right: 40px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1560px) {
    .wrap-service-choose1 .service-choose-left {
        width: 380px;
    }
}

@media (max-width: 991px) {
    .wrap-service-choose1 .service-choose-left {
        width: 40%;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-service-choose1 .service-choose-left {
        width: 100%;
        margin-top: 20px;
        padding-right: 0;
    }
}

.wrap-service-choose1 .slick-arrow {
    line-height: 24px;

    position: relative;
    top: 0;

    width: 100%;
    height: 44px;
    margin: 6px 0;
    padding: 10px 12px;

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

    border: 1px solid #c1c5d2;
    border-radius: 30px;
    background: none;
}

@media (max-width: 767px) {
    .wrap-service-choose1 .slick-arrow {
        line-height: 20px;

        height: 40px;
    }
}

.wrap-service-choose1 .slick-arrow:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.wrap-service-choose1 .slick-arrow.arrow-next:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.wrap-service-choose1 .slick-arrow:hover {
    border-color: #2e3b68;
    background-color: #2e3b68;
}

.wrap-service-choose1 .service-choose-nav .item {
    text-align: center;
}

.wrap-service-choose1 .service-choose-nav .item .scrollspan {
    line-height: 24px;

    height: 46px;
    padding: 10px 12px;

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

    border: 1px solid #c1c5d2;
    border-radius: 30px;
}

@media (max-width: 767px) {
    .wrap-service-choose1 .service-choose-nav .item .scrollspan {
        line-height: 20px;

        height: 42px;
    }
}

/* .wrap-service-choose1 .service-choose-nav .item.tab-over .scrollspan, */
.wrap-service-choose1 .service-choose-nav .item.active .scrollspan {
    color: #fff;
    border-color: #2e3b68;
    background-color: #2e3b68;
}

/* .wrap-service-choose1 .service-choose-nav .item.tab-over.hover .scrollspan */
.wrap-service-choose1 .service-choose-nav .item.active.hover .scrollspan {
    color: #fff;
    border-color: #2e3b68;
    background-color: #2e3b68;
}

.wrap-service-choose1 .service-choose-nav .item.hover .scrollspan {
    border-color: rgba(46, 59, 104, .1);
    background-color: rgba(46, 59, 104, .1);
}

.wrap-service-choose1 .service-choose-right {
    width: -webkit-calc(100% - 430px);
    width: calc(100% - 430px);
}

@media (max-width: 1560px) {
    .wrap-service-choose1 .service-choose-right {
        width: -webkit-calc(100% - 380px);
        width: calc(100% - 380px);
    }
}

@media (max-width: 991px) {
    .wrap-service-choose1 .service-choose-right {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .wrap-service-choose1 .service-choose-right {
        width: 100%;
        margin-top: 20px;
    }
}

.wrap-service-choose1 .service-choose-right .choose-item {
    overflow: hidden;

    background-color: #fff;
}

.wrap-service-choose1 .service-choose-right .choose-item .pic {
    overflow: hidden;
}

.wrap-service-choose1 .service-choose-right .choose-item .pic .img-box {
    padding-bottom: 50.4950495%;
}

.wrap-service-choose1 .service-choose-right .choose-item .text {
    padding: 36px 24px;
}

@media (max-width: 1199px) {
    .wrap-service-choose1 .service-choose-right .choose-item .text {
        padding: 24px;
    }
}

@media (max-width: 991px) {
    .wrap-service-choose1 .service-choose-right .choose-item .text {
        padding: 24px 12px;
    }
}

.wrap-service-choose1 .service-choose-right .choose-item .text .title-small h3 {
    color: #2e3b68;
}

.wrap-service-choose1 .service-choose-right .choose-item .text .editor-content {
    margin-top: 24px;
}

@media (max-width: 991px) {
    .wrap-service-choose1 .service-choose-right .choose-item .text .editor-content {
        margin-top: 14px;
    }
}

.wrap-product-service .product-for-top {
    width: 100%;
    margin-top: 48px;
    margin-left: 0;
    padding: 12px 12px 12px 312px;

    border: 1px solid var(--30, #c1c5d2);
    border-radius: 30px;
}

@media (max-width: 1560px) {
    .wrap-product-service .product-for-top {
        margin-top: 30px;
    }
}

@media (max-width: 1470px) {
    .wrap-product-service .product-for-top {
        padding-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .wrap-product-service .product-for-top {
        margin-top: 20px;
        padding: 14px;
    }
}

.wrap-product-service .product-for-top .pic {
    width: 500px;
}

@media (max-width: 1560px) {
    .wrap-product-service .product-for-top .pic {
        width: 440px;
    }
}

@media (max-width: 1470px) {
    .wrap-product-service .product-for-top .pic {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .wrap-product-service .product-for-top .pic {
        width: 100%;
    }
}

.wrap-product-service .product-for-top .text {
    width: -webkit-calc(100% - 500px);
    width: calc(100% - 500px);
}

@media (max-width: 1560px) {
    .wrap-product-service .product-for-top .text {
        width: -webkit-calc(100% - 440px);
        width: calc(100% - 440px);
    }
}

@media (max-width: 1470px) {
    .wrap-product-service .product-for-top .text {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .wrap-product-service .product-for-top .text {
        width: 100%;
    }
}

.wrap-product-service .product-nav {
    top: 12px;
    left: 12px;
}

@media (max-width: 1560px) {
    .wrap-product-service .product-nav {
        padding: 44px 30px 44px 0;
    }

    .wrap-product-service .product-nav .item .scrollspan {
        line-height: 42px !important;

        height: 42px !important;
    }

    .wrap-product-service .product-nav .slick-arrow {
        line-height: 40px;

        height: 40px;
    }
}

@media (max-width: 767px) {
    .wrap-product-service .product-nav {
        top: 0;
        left: 0;

        padding: 44px 0;
    }
}

.wrap-product-service .product-parts-nav {
    background: none;
}

@media (max-width: 767px) {
    .wrap-product-service .product-parts-nav {
        margin-top: 20px;
    }
}

.wrap-product-service .product-parts-nav .item {
    padding: 14px;

    border: 1px solid #c1c5d2;
    border-radius: 30px;
}

@media (max-width: 1199px) {
    .wrap-product-service .product-parts-nav .item {
        padding: 10px 8px;
    }
}

.wrap-product-service .product-parts-nav .item .title-product {
    margin: 0;
}

.wrap-product-service .product-parts-nav .slick-list {
    margin: 0 -6px;
}

.wrap-product-service .product-parts-nav .slick-list .slick-slide {
    padding: 0 6px;
}

.wrap-product-service .product-parts-nav .slick-arrow {
    top: 50%;
}

.wrap-product-service .product-parts-nav .slick-current .item {
    border-color: #c1c5d2;
    background: #f3f4f8;
}

.wrap-product-service .product-parts-nav .slick-current .item .title-product {
    font-weight: normal;
}

.wrap-product-service .product-parts-for .parts-for-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    background-color: #f3f4f8;

    -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-product-service .product-parts-for .parts-for-text .pic {
    overflow: hidden;

    width: 320px;
}

@media (max-width: 767px) {
    .wrap-product-service .product-parts-for .parts-for-text .pic {
        width: 100%;
    }
}

.wrap-product-service .product-parts-for .parts-for-text .pic .img-box {
    padding-bottom: 56.25%;
}

.wrap-product-service .product-parts-for .parts-for-text .text {
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    padding: 24px;
}

@media (max-width: 767px) {
    .wrap-product-service .product-parts-for .parts-for-text .text {
        width: 100%;
        padding: 14px;
    }
}

.wrap-product-service .product-parts-for .parts-for-text .text h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    color: #2e3b68;
}

.wrap-product-service .product-parts-for .parts-for-text .text .note {
    overflow-y: auto;

    max-height: 96px;
}

.wrap-service-blog .title {
    padding-right: 120px;
}

@media (max-width: 767px) {
    .wrap-service-blog .title {
        padding-right: 0;
    }
}

.wrap-service-blog .service-blog {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-service-blog .service-blog {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .wrap-service-blog .service-blog {
        margin-top: 20px;
    }
}

.wrap-service-capabilities {
    background-color: #fff;
}

.wrap-service-capabilities .service-capabilities {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-service-capabilities .service-capabilities {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-service-capabilities .service-capabilities {
        margin-top: 20px;
    }
}

.wrap-service-capabilities .service-capabilities table {
    font-size: 18px;
    line-height: 1.5;

    overflow: hidden;

    width: 100%;

    color: #4c4c4c;
    border-radius: 30px;
}

@media (max-width: 1199px) {
    .wrap-service-capabilities .service-capabilities table {
        font-size: 16px;

        border-radius: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-service-capabilities .service-capabilities table {
        font-size: 14px;

        border-radius: 10px;
    }
}

.wrap-service-capabilities .service-capabilities table p {
    font-size: 18px;
    line-height: 1.5;

    margin: 6px 0;

    color: #4c4c4c;
}

@media (max-width: 1199px) {
    .wrap-service-capabilities .service-capabilities table p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .wrap-service-capabilities .service-capabilities table p {
        font-size: 14px;
    }
}

.wrap-service-capabilities .service-capabilities table td,
.wrap-service-capabilities .service-capabilities table th {
    padding: 12px 24px;

    border: 1px solid #ebecf0;
}

@media (max-width: 767px) {

    .wrap-service-capabilities .service-capabilities table td,
    .wrap-service-capabilities .service-capabilities table th {
        padding: 10px;
    }
}

.wrap-service-capabilities .service-capabilities table td:nth-child(1),
.wrap-service-capabilities .service-capabilities table th:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    text-align: center;

    color: #fff;
    background-color: #2e3b68;
}

@media (max-width: 1199px) {

    .wrap-service-capabilities .service-capabilities table td:nth-child(1),
    .wrap-service-capabilities .service-capabilities table th:nth-child(1) {
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    .wrap-service-capabilities .service-capabilities table td:nth-child(1),
    .wrap-service-capabilities .service-capabilities table th:nth-child(1) {
        font-size: 16px;
    }
}

.wrap-service-capabilities .service-capabilities table td:nth-child(1) p,
.wrap-service-capabilities .service-capabilities table th:nth-child(1) p {
    font-size: 20px;
    line-height: 1.5;

    margin: 0;

    color: #fff;
}

@media (max-width: 1199px) {

    .wrap-service-capabilities .service-capabilities table td:nth-child(1) p,
    .wrap-service-capabilities .service-capabilities table th:nth-child(1) p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    .wrap-service-capabilities .service-capabilities table td:nth-child(1) p,
    .wrap-service-capabilities .service-capabilities table th:nth-child(1) p {
        font-size: 16px;
    }
}

.wrap-service-capabilities .service-capabilities table tr {
    background-color: #fff;
}

.wrap-service-capabilities .service-capabilities table tr:nth-child(2n) {
    background-color: #f9f9f9;
}

.wrap-factory .factory-list {
    margin-top: 64px;
}

@media (max-width: 1560px) {
    .wrap-factory .factory-list {
        margin-top: 48px;
    }
}

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

.wrap-factory .factory-list:nth-child(1) {
    margin-top: 0;
}

.wrap-factory .factory-top .title h2 {
    color: #222;
}

.wrap-factory .factory-top .title h2 span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#2e3b68), to(#2e3b68));
    background-image: -webkit-linear-gradient(left, #2e3b68 0%, #2e3b68 100%);
    background-image: linear-gradient(to right, #2e3b68 0%, #2e3b68 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}

.wrap-factory .factory-top .title h2:hover {
    color: #2e3b68;
}

.wrap-factory .factory-top .title h2:hover span {
    background-size: 100% 1px;
}

.wrap-factory .factory {
    margin-top: 36px;
}

.wrap-factory .factory-for .pic {
    position: relative;

    overflow: hidden;
}

.wrap-factory .factory-for .pic .img-box {
    padding-bottom: 31.63841808%;
}

.wrap-factory .factory-nav {
    position: relative;

    margin-top: 36px;
    padding: 12px 0;

    border-radius: 30px 30px 0 0;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .wrap-factory .factory-nav {
        position: relative;
        bottom: 0;
        left: 0;

        width: 100%;
        margin-top: 20px;
    }
}

.wrap-factory .factory-nav .tabs-wrapper {
    --visible-count: 4;
}

@media (max-width: 991px) {
    .wrap-factory .factory-nav .tabs-wrapper {
        --visible-count: 3;
    }
}

@media (max-width: 767px) {
    .wrap-factory .factory-nav .tabs-wrapper {
        --visible-count: 2;
    }
}

.wrap-factory .factory-nav.morecount {
    padding: 0 36px;
}

.wrap-factory .factory-nav .slick-factory-nav {
    margin: 0 -6px;
}

.wrap-factory .factory-nav .item {
    padding: 0 6px;

    text-align: center;

    opacity: .5;
}

.wrap-factory .factory-nav .item .scrollspan {
    line-height: 46px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    border-bottom: 1px solid #222;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* .wrap-factory .factory-nav .tab-over, */
.wrap-factory .factory-nav .active {
    opacity: 1;
}

.wrap-factory .factory-nav .hover {
    opacity: .7;
}

.wrap-factory .factory-nav .arrow {
    color: #222;
}

.wrap-factory .factory-for-bottom .item-top {
    padding: 24px 24px 36px 24px;

    border-radius: 0 0 30px 30px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .wrap-factory .factory-for-bottom .item-top {
        padding: 20px 12px 24px 12px;
    }
}

.wrap-factory .factory-for-bottom .item-top .title-small .title-small-fu {
    font-size: 18px;

    color: #4c4c4c;
}

@media (max-width: 1199px) {
    .wrap-factory .factory-for-bottom .item-top .title-small .title-small-fu {
        font-size: 16px;
    }
}

.wrap-factory .factory-for-bottom .item-top .title-small h3 span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#2e3b68), to(#2e3b68));
    background-image: -webkit-linear-gradient(left, #2e3b68 0%, #2e3b68 100%);
    background-image: linear-gradient(to right, #2e3b68 0%, #2e3b68 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}

.wrap-factory .factory-for-bottom .item-top .title-small h3:hover {
    color: #2e3b68;
}

.wrap-factory .factory-for-bottom .item-top .title-small h3:hover span {
    background-size: 100% 1px;
}

.wrap-factory .factory-for-bottom .item-top .item-top-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap-factory .factory-for-bottom .item-top .pic {
    position: relative;

    overflow: hidden;

    width: 690px;
    height: 100%;
}

@media (max-width: 1920px) {
    .wrap-factory .factory-for-bottom .item-top .pic {
        width: 500px;
    }
}

@media (max-width: 991px) {
    .wrap-factory .factory-for-bottom .item-top .pic {
        width: 100%;
    }
}

.wrap-factory .factory-for-bottom .item-top .pic .play {
    font-size: 20px;
    line-height: 56px;

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

    width: 56px;
    height: 56px;

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

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

.wrap-factory .factory-for-bottom .item-top .pic .play:hover {
    color: #fff;
    background-color: #2e3b68;
}

.wrap-factory .factory-for-bottom .item-top .text {
    width: -webkit-calc(100% - 690px);
    width: calc(100% - 690px);
    padding-right: 48px;
}

@media (max-width: 1920px) {
    .wrap-factory .factory-for-bottom .item-top .text {
        width: -webkit-calc(100% - 500px);
        width: calc(100% - 500px);
    }
}

@media (max-width: 1560px) {
    .wrap-factory .factory-for-bottom .item-top .text {
        padding-right: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-factory .factory-for-bottom .item-top .text {
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .wrap-factory .factory-for-bottom .item-top .text {
        width: 100%;
        margin-top: 20px;
        padding-right: 0;
    }
}

.wrap-factory .factory-for-bottom .item-top .text .editor-content {
    overflow-y: auto;

    max-height: 216px;
}

@media (max-width: 1920px) {
    .wrap-factory .factory-for-bottom .item-top .text .editor-content {
        max-height: 144px;
    }
}

.wrap-factory .factory-for-bottom .showmorenchildren {
    --show-count: 3;
}

@media (max-width: 1199px) {
    .wrap-factory .factory-for-bottom .showmorenchildren {
        --show-count: 3;
    }
}

@media (max-width: 991px) {
    .wrap-factory .factory-for-bottom .showmorenchildren {
        --show-count: 2;
    }
}

.wrap-factory .factory-for-bottom .showmorenchildren>ul>li {
    margin-top: 36px;
}

@media (max-width: 767px) {
    .wrap-factory .factory-for-bottom .showmorenchildren>ul>li {
        margin-top: 16px;
    }
}

.wrap-factory2-top .factory-top .title h2 {
    color: #222;
}

.wrap-factory2-top .factory-top .title h2:hover {
    color: #222;
}

.wrap-factory2-top .pic {
    position: relative;

    overflow: hidden;

    height: 100%;
    margin-top: 36px;
}

.wrap-factory2-top .pic .img-box {
    padding-bottom: 31.63841808%;
}

.wrap-factory2-top .pic .play {
    font-size: 20px;
    line-height: 56px;

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

    width: 56px;
    height: 56px;

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

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

.wrap-factory2-top .pic .play:hover {
    color: #fff;
    background-color: #2e3b68;
}

.wrap-factory-factory {
    background-color: #fff;
}

.wrap-factory-factory .factory {
    margin-top: 0;
}

.wrap-factory-factory .factory-nav,
.wrap-factory-factory .factory-for-bottom .item-top {
    background-color: #f3f4f8;
}

.wrap-factory-factory .factory-for-bottom .item-top .item-top-bottom {
    flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}

.wrap-factory-factory .factory-for-bottom .item-top .item-top-bottom .text {
    padding-right: 0;
    padding-left: 48px;
}

@media (max-width: 1560px) {
    .wrap-factory-factory .factory-for-bottom .item-top .item-top-bottom .text {
        padding-left: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-factory-factory .factory-for-bottom .item-top .item-top-bottom .text {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .wrap-factory-factory .factory-for-bottom .item-top .item-top-bottom .text {
        padding-left: 0;
    }
}

.wrap-factory-factory .common-factory-item {
    background-color: #f3f4f8;
}

@media (min-width: 1560px) {
    .wrap-factory-factory .factory-nav .tabs-wrapper {
        --visible-count: 5;
    }
}

.wrap-factory-choose .factory-choose {
    margin-top: 48px;
    padding: 0 68px;
}

@media (max-width: 1560px) {
    .wrap-factory-choose .factory-choose {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-factory-choose .factory-choose {
        margin-top: 20px;
        padding: 0;
    }
}

.wrap-factory-choose .factory-choose .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.wrap-factory-choose .factory-choose .slick-slide {
    height: auto;
}

.wrap-factory-choose .factory-choose .slick-slide>div {
    height: 100%;
}

.wrap-factory-choose .factory-choose .slick-slide>div>div {
    height: 100%;
}

.wrap-factory-choose .factory-choose .item {
    overflow: hidden;

    height: 100%;

    background-color: #fff;
}

.wrap-factory-choose .factory-choose .item .pic {
    overflow: hidden;
}

.wrap-factory-choose .factory-choose .item .pic .img-box {
    padding-bottom: 50.4950495%;
}

.wrap-factory-choose .factory-choose .item .text {
    padding: 24px 24px 36px 24px;
}

.wrap-factory-choose .factory-choose .item .text .title-small {
    color: #2e3b68;
}

.wrap-factory-choose .factory-choose .item .text .editor-content {
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .wrap-factory-choose .factory-choose .item .text .editor-content {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .wrap-factory-choose .factory-choose .item .text .editor-content {
        margin-top: 10px;
    }
}

.wrap-factory-choose .factory-choose .slick-prev {
    left: -68px;
}

@media (max-width: 1199px) {
    .wrap-factory-choose .factory-choose .slick-prev {
        left: -15px;
    }
}

.wrap-factory-choose .factory-choose .slick-next {
    right: -68px;
}

@media (max-width: 1199px) {
    .wrap-factory-choose .factory-choose .slick-next {
        right: -15px;
    }
}

.wrap-factory-choose2 .factory-choose {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-factory-choose2 .factory-choose {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-factory-choose2 .factory-choose {
        margin-top: 20px;
    }
}

.wrap-factory-choose2 .factory-choose .item {
    position: relative;

    overflow: hidden;

    max-height: 100px;

    cursor: pointer;
    -webkit-transition: max-height .6s;
    transition: max-height .6s;
}

@media (max-width: 767px) {
    .wrap-factory-choose2 .factory-choose .item {
        max-height: 80px;
    }
}

.wrap-factory-choose2 .factory-choose .item:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .45)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .45) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .45) 100%);
}

.wrap-factory-choose2 .factory-choose .item .text {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 36px 24px;
}

@media (max-width: 767px) {
    .wrap-factory-choose2 .factory-choose .item .text {
        padding: 24px 12px;
    }
}

.wrap-factory-choose2 .factory-choose .item .text .title-small {
    color: #fff;
}

.wrap-factory-choose2 .factory-choose .item .pic img {
    width: 100%;
}

.wrap-factory-choose2 .factory-choose .item .editor-content {
    overflow: hidden;

    max-height: 0;

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

.wrap-factory-choose2 .factory-choose .item .editor-content p {
    color: #fff;
}

.wrap-factory-choose2 .factory-choose .active .item {
    max-height: 500px;
}

@media (max-width: 767px) {
    .wrap-factory-choose2 .factory-choose .active .item {
        max-height: 1000px;
    }
}

.wrap-factory-choose2 .factory-choose .active .item:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 59, 104, 0)), to(#2e3b68));
    background: -webkit-linear-gradient(top, rgba(46, 59, 104, 0) 0%, #2e3b68 100%);
    background: linear-gradient(180deg, rgba(46, 59, 104, 0) 0%, #2e3b68 100%);
}

.wrap-factory-choose2 .factory-choose .active .item .editor-content {
    max-height: 500px;
    margin-top: 24px;
}

@media (max-width: 767px) {
    .wrap-factory-choose2 .factory-choose .active .item .editor-content {
        overflow-y: auto;

        max-height: 96px;
        margin-top: 10px;
    }
}

.wrap-factory-choose3 {
    background-color: #fff;
}

.wrap-factory-choose3 .factory-choose-nav {
    position: relative;

    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-factory-choose3 .factory-choose-nav {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-factory-choose3 .factory-choose-nav {
        margin-top: 20px;
    }
}

.wrap-factory-choose3 .factory-choose-nav .tabs-wrapper {
    --visible-count: 4;
}

@media (max-width: 1400px) {
    .wrap-factory-choose3 .factory-choose-nav .tabs-wrapper {
        --visible-count: 3;
    }
}

@media (max-width: 767px) {
    .wrap-factory-choose3 .factory-choose-nav .tabs-wrapper {
        --visible-count: 1;
    }
}

.wrap-factory-choose3 .factory-choose-nav .item {
    padding: 0 6px;

    color: #4c4c4c;
}

.wrap-factory-choose3 .factory-choose-nav .item .scrollspan {
    line-height: 46px;

    overflow: hidden;

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

    border: 1px solid #c1c5d2;
    border-radius: 30px;
}

/* .wrap-factory-choose3 .factory-choose-nav .tab-over .scrollspan, */
.wrap-factory-choose3 .factory-choose-nav .active .scrollspan {
    color: #2e3b68;
    background-color: #f3f4f8;
}

.wrap-factory-choose3 .factory-choose-nav .hover .scrollspan {
    color: #2e3b68;
}

.wrap-factory-choose3 .factory-choose-bottom {
    margin-top: 24px;
}

.wrap-factory-choose3 .factory-choose-bottom .choose-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    background-color: #f3f4f8;

    -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-factory-choose3 .factory-choose-bottom .choose-item .pic {
    overflow: hidden;

    width: 50%;
}

.wrap-factory-choose3 .factory-choose-bottom .choose-item .pic .img-box {
    padding-bottom: 50.4950495%;
}

.wrap-factory-choose3 .factory-choose-bottom .choose-item .text {
    width: 50%;
    padding: 24px;
}

.wrap-factory-choose3 .factory-choose-bottom .choose-item .text .title-small h3 {
    color: #2e3b68;
}

.wrap-factory-equipment .factory-equipment {
    font-size: 0;

    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-factory-equipment .factory-equipment {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-factory-equipment .factory-equipment {
        margin-top: 20px;
    }
}

.wrap-factory-equipment .factory-equipment-left,
.wrap-factory-equipment .factory-equipment-right,
.wrap-factory-equipment .factory-equipment-middle {
    display: inline-block;
    overflow: hidden;

    vertical-align: middle;
}

.wrap-factory-equipment .factory-equipment-left,
.wrap-factory-equipment .factory-equipment-right {
    font-size: 14px;

    width: 35%;
}

@media (max-width: 767px) {

    .wrap-factory-equipment .factory-equipment-left,
    .wrap-factory-equipment .factory-equipment-right {
        width: 100%;
    }
}

@media (min-width: 768px) {

    .wrap-factory-equipment .factory-equipment-left .item .text .editor-content,
    .wrap-factory-equipment .factory-equipment-right .item .text .editor-content {
        overflow: hidden;

        max-height: 0;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .wrap-factory-equipment .factory-equipment-right {
        display: none;
    }
}

.wrap-factory-equipment .factory-equipment-middle {
    font-size: 14px;

    position: relative;
    z-index: 6;

    width: 50%;
    margin: 0 -10%;
}

@media (max-width: 767px) {
    .wrap-factory-equipment .factory-equipment-middle {
        display: none;

        width: 100%;
    }
}

.wrap-factory-equipment .item {
    overflow: hidden;

    text-align: center;

    background-color: #fff;
}

.wrap-factory-equipment .item .img-box {
    padding-bottom: 56.12244898%;
}

.wrap-factory-equipment .item .pic {
    overflow: hidden;
}

.wrap-factory-equipment .item .text {
    padding: 16px 24px;
}

.wrap-factory-equipment .item .text .title-equipment {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    color: #4c4c4c;
}

@media (max-width: 1560px) {
    .wrap-factory-equipment .item .text .title-equipment {
        font-size: 18px;
    }
}

.wrap-factory-equipment .item .text .editor-content {
    margin-top: 16px;
}

.wrap-factory-equipment .prev-next {
    margin-top: 36px;
}

.wrap-factory-equipment2 .factory-equipment {
    margin-top: 36px;
}

@media (max-width: 1199px) {
    .wrap-factory-equipment2 .factory-equipment {
        margin-top: 20px;
    }
}

.wrap-factory-equipment2 .factory-equipment .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.wrap-factory-equipment2 .factory-equipment .slick-slide {
    height: auto;
}

.wrap-factory-equipment2 .factory-equipment .slick-slide>div {
    height: 100%;
}

.wrap-factory-equipment2 .factory-equipment .slick-slide>div>div {
    height: 100%;
}

.wrap-factory-equipment2 .factory-equipment .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    height: 100%;

    background-color: #fff;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap-factory-equipment2 .factory-equipment .item .img-box {
    padding-bottom: 56.12244898%;
}

.wrap-factory-equipment2 .factory-equipment .item .pic {
    overflow: hidden;

    width: 50%;
}

@media (max-width: 991px) {
    .wrap-factory-equipment2 .factory-equipment .item .pic {
        width: 100%;
    }
}

.wrap-factory-equipment2 .factory-equipment .item .text {
    width: 50%;
    padding: 36px 36px 100px 36px;
}

@media (max-width: 1560px) {
    .wrap-factory-equipment2 .factory-equipment .item .text {
        padding: 24px 24px 88px 24px;
    }
}

@media (max-width: 991px) {
    .wrap-factory-equipment2 .factory-equipment .item .text {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .wrap-factory-equipment2 .factory-equipment .item .text {
        padding: 24px 12px 88px 12px;
    }
}

.wrap-factory-equipment2 .factory-equipment .item .text .title-equipment {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    color: #4c4c4c;
}

@media (max-width: 1560px) {
    .wrap-factory-equipment2 .factory-equipment .item .text .title-equipment {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .wrap-factory-equipment2 .factory-equipment .item .text .title-equipment {
        font-size: 18px;
    }
}

.wrap-factory-equipment2 .factory-equipment .item .text .editor-content {
    overflow-y: auto;

    max-height: 192px;
    margin-top: 16px;
}

@media (max-width: 1920px) {
    .wrap-factory-equipment2 .factory-equipment .item .text .editor-content {
        max-height: 144px;
    }
}

@media (max-width: 1560px) {
    .wrap-factory-equipment2 .factory-equipment .item .text .editor-content {
        max-height: 96px;
    }
}

@media (max-width: 991px) {
    .wrap-factory-equipment2 .factory-equipment .item .text .editor-content {
        max-height: 100%;
    }
}

.wrap-factory-equipment2 .slick-arrow {
    top: auto;
    bottom: 36px;
    left: -webkit-calc(50% + 36px);
    left: calc(50% + 36px);

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 1560px) {
    .wrap-factory-equipment2 .slick-arrow {
        bottom: 24px;
        left: -webkit-calc(50% + 24px);
        left: calc(50% + 24px);
    }
}

@media (max-width: 991px) {
    .wrap-factory-equipment2 .slick-arrow {
        left: 24px;
    }
}

@media (max-width: 767px) {
    .wrap-factory-equipment2 .slick-arrow {
        left: 12px;
    }
}

.wrap-factory-equipment2 .slick-arrow.slick-next {
    right: auto;
    left: -webkit-calc(50% + 100px);
    left: calc(50% + 100px);
}

@media (max-width: 1560px) {
    .wrap-factory-equipment2 .slick-arrow.slick-next {
        left: -webkit-calc(50% + 88px);
        left: calc(50% + 88px);
    }
}

@media (max-width: 991px) {
    .wrap-factory-equipment2 .slick-arrow.slick-next {
        left: 88px;
    }
}

@media (max-width: 767px) {
    .wrap-factory-equipment2 .slick-arrow.slick-next {
        left: 76px;
    }
}

.wrap-factory-equipment3 {
    background-color: #fff;
}

.wrap-factory-equipment3 .factory-equipment .item {
    background-color: #f3f4f8;
}

.wrap-factory-service {
    background-color: #fff;
}

.wrap-factory-service .title {
    padding-right: 120px;
}

@media (max-width: 767px) {
    .wrap-factory-service .title {
        padding-right: 0;
    }
}

.wrap-factory-service .factory-service {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-factory-service .factory-service {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .wrap-factory-service .factory-service {
        margin-top: 20px;
    }
}

.wrap-factory-service1 {
    background-color: #f3f4f8;
}

.wrap-factory-service1 .common-service-item {
    background-color: #fff;
}

.wrap-factory-service1 .common-service-item .mask {
    background-color: #fff;
}

.wrap-product-factory {
    background-color: #f3f4f8;
}

.wrap-product-factory .product-for-top {
    background-color: #fff;
}

.wrap-product-factory .product-parts-for .parts-for-text {
    background-color: #fff;
}

.wrap-product-factory .common-product-item {
    background-color: #fff;
}

.wrap-product-factory .common-product-item:hover {
    background-color: #2e3b68;
}

.wrap-product-factory .slick-arrow {
    background: none;
}

.wrap-product-factory .slick-arrow:hover {
    color: #2e3b68;
}

.wrap-product-factory .product-parts-nav .slick-current .item {
    background-color: #fff;
}

.wrap-service-blog-factory {
    background-color: #fff;
}

.wrap-factory-process {
    background-color: #f3f4f8;
}

.wrap-factory-show .factory-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap-factory-show .factory-show .pic {
    overflow: hidden;

    width: 50%;
    height: 100%;
}

@media (max-width: 767px) {
    .wrap-factory-show .factory-show .pic {
        width: 100%;
    }
}

.wrap-factory-show .factory-show .pic .img-box {
    padding-bottom: 56.81818182%;
}

.wrap-factory-show .factory-show .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 50%;
    padding-left: 36px;

    -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) {
    .wrap-factory-show .factory-show .text {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.wrap-factory-show .factory-show .text .note {
    overflow-y: auto;

    max-height: 100%;
    margin-top: 24px;
}

.wrap-factory-show .factory-show .text .title h2 {
    color: #222;
}

.wrap-product .product-list {
    margin-top: 64px;
}

@media (max-width: 1199px) {
    .wrap-product .product-list {
        margin-top: 34px;
    }
}

.wrap-product .product-list:nth-child(1) {
    margin-top: 0;
}

.wrap-product .product-list:nth-child(2n) .service-top {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.wrap-product .product-list:nth-child(2n) .service-top .text {
    padding-right: 36px;
    padding-left: 0;
}

@media (max-width: 767px) {
    .wrap-product .product-list:nth-child(2n) .service-top .text {
        padding-right: 0;
    }
}

.wrap-product .product-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap-product .product-top .pic {
    overflow: hidden;

    width: 490px;
    height: 100%;
}

@media (max-width: 1560px) {
    .wrap-product .product-top .pic {
        width: 400px;
    }
}

@media (max-width: 1199px) {
    .wrap-product .product-top .pic {
        width: 300px;
    }
}

@media (max-width: 991px) {
    .wrap-product .product-top .pic {
        width: 100%;
    }
}

.wrap-product .product-top .pic .img-box {
    padding-bottom: 55.55555556%;
}

.wrap-product .product-top .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: -webkit-calc(100% - 490px);
    width: calc(100% - 490px);
    padding-left: 36px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1560px) {
    .wrap-product .product-top .text {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }
}

@media (max-width: 1199px) {
    .wrap-product .product-top .text {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}

@media (max-width: 991px) {
    .wrap-product .product-top .text {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.wrap-product .product-top .text .note {
    overflow-y: auto;

    max-height: 100%;
    margin-top: 24px;
}

@media (max-width: 767px) {
    .wrap-product .product-top .text .title {
        width: 100%;
        margin-bottom: 10px;
    }
}

.wrap-product .product-top .text .title span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#2e3b68), to(#2e3b68));
    background-image: -webkit-linear-gradient(left, #2e3b68 0%, #2e3b68 100%);
    background-image: linear-gradient(to right, #2e3b68 0%, #2e3b68 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}

.wrap-product .product-top .text .title:hover span {
    background-size: 100% 1px;
}

@media (max-width: 767px) {
    .wrap-product .product-top .text .d-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 1560px) {
    .wrap-product .tabs-wrapper {
        --visible-count: 4;
    }
}

@media (max-width: 991px) {
    .wrap-product .tabs-wrapper {
        --visible-count: 3;
    }
}

@media (max-width: 767px) {
    .wrap-product .tabs-wrapper {
        --visible-count: 2;
    }
}

.wrap-product .product-nav {
    position: relative;

    margin-top: 36px;
    padding: 12px 0;

    border-radius: 30px 30px 0 0;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .wrap-product .product-nav {
        border-radius: 20px 20px 0 0;
    }
}

.wrap-product .product-nav .slick-arrow {
    background: none;
}

.wrap-product .product-nav .slick-arrow:hover {
    color: #2e3b68;
}

.wrap-product .product-for-top {
    padding: 24px 24px 36px 24px;

    border-radius: 0 0 30px 30px;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .wrap-product .product-for-top {
        border-radius: 0 0 20px 20px;
    }
}

@media (max-width: 767px) {
    .wrap-product .product-for-top {
        padding: 20px 12px 24px 12px;
    }
}

.wrap-product .product-for-top .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap-product .product-for-top .item .pic {
    overflow: hidden;

    width: 400px;
    height: 100%;
}

@media (max-width: 1560px) {
    .wrap-product .product-for-top .item .pic {
        width: 350px;
    }
}

@media (max-width: 1199px) {
    .wrap-product .product-for-top .item .pic {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .wrap-product .product-for-top .item .pic {
        width: 100%;
    }
}

.wrap-product .product-for-top .item .pic .img-box {
    padding-bottom: 55.55555556%;
}

.wrap-product .product-for-top .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    padding-left: 36px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1560px) {
    .wrap-product .product-for-top .item .text {
        width: -webkit-calc(100% - 350px);
        width: calc(100% - 350px);
    }
}

@media (max-width: 1199px) {
    .wrap-product .product-for-top .item .text {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}

@media (max-width: 767px) {
    .wrap-product .product-for-top .item .text {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.wrap-product .product-for-top .item .text .editor-content {
    overflow-y: auto;

    max-height: 96px;
}

.wrap-product .product-for-top .item .text .title-small h3 {
    color: #2e3b68;
}

.wrap-product .product-for-top .item .text .title-small span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#2e3b68), to(#2e3b68));
    background-image: -webkit-linear-gradient(left, #2e3b68 0%, #2e3b68 100%);
    background-image: linear-gradient(to right, #2e3b68 0%, #2e3b68 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}

.wrap-product .product-for-top .item .text .title-small:hover span {
    background-size: 100% 1px;
}

.wrap-product .product-for-bottom .showmorenchildren {
    --show-count: 4;
}

@media (max-width: 1400px) {
    .wrap-product .product-for-bottom .showmorenchildren {
        --show-count: 3;
    }
}

.wrap-product .product-for-bottom .showmorenchildren>ul {
    margin: 0 -8px;
}

.wrap-product .product-for-bottom .showmorenchildren>ul>li {
    margin-top: 36px;
    padding: 0 8px;
}

@media (max-width: 767px) {
    .wrap-product .product-for-bottom .showmorenchildren>ul>li {
        margin-top: 16px;
    }
}

.wrap-product-product {
    background-color: #fff;
}

.wrap-product-product .product-nav,
.wrap-product-product .product-for-top {
    background-color: #f3f4f8;
}

.wrap-product-product .product-for-bottom .showmorenchildren {
    --show-count: 8;
}

@media (max-width: 1400px) {
    .wrap-product-product .product-for-bottom .showmorenchildren {
        --show-count: 6;
    }
}

.wrap-product-product1 {
    background-color: #fff;
}

.wrap-product-product1 .product-nav,
.wrap-product-product1 .product-for-top {
    background-color: #f3f4f8;
}

.wrap-product-quality .product-quality {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-product-quality .product-quality {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-product-quality .product-quality {
        margin-top: 20px;
    }
}

.wrap-product-quality .product-quality .item .pic {
    overflow: hidden;
}

.wrap-product-quality .product-quality .item .pic .img-box {
    padding-bottom: 31.61764706%;
}

.wrap-product-quality .product-quality .item .text {
    position: relative;
    z-index: 6;

    width: 80%;
    margin: 0 auto;
    margin-top: -70px;
    padding: 36px;

    text-align: center;

    background-color: #fff;
}

@media (max-width: 1199px) {
    .wrap-product-quality .product-quality .item .text {
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .wrap-product-quality .product-quality .item .text {
        width: 100%;
        margin-top: 0;
        padding-bottom: 50px;
    }
}

.wrap-product-quality .product-quality .item .text .title-small h3 {
    color: #2e3b68;
}

.wrap-product-quality .product-quality .item .text .editor-content {
    margin-top: 12px;
}

.wrap-product-quality .product-quality .item .slick-arrow {
    left: -24px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media (max-width: 767px) {
    .wrap-product-quality .product-quality .item .slick-arrow {
        top: auto;
        right: 60px;
        bottom: 12px;
        left: auto;

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

.wrap-product-quality .product-quality .item .slick-arrow.slick-next1 {
    right: -24px;
    left: auto;
}

@media (max-width: 767px) {
    .wrap-product-quality .product-quality .item .slick-arrow.slick-next1 {
        right: 0;
    }
}

.wrap-product-quality .product-quality .item .slick-arrow.slick-next1:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.wrap-product-quality .slick-prev,
.wrap-product-quality .slick-next {
    overflow: hidden;

    width: 0;
    height: 0;
}

.wrap-product-quality .prev-next {
    display: none;
}

.wrap-product-quality .has-arrows .prev-next {
    display: block;
}

.wrap-product-quality1 {
    background-color: #fff;
}

.wrap-product-factory1 {
    background-color: #fff;
}

.wrap-product-factory1 .product-factory {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-product-factory1 .product-factory {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-product-factory1 .product-factory {
        margin-top: 20px;
    }
}

.wrap-product-factory1 .product-factory .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1560px) {
    .wrap-product-factory1 .product-factory .item {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.wrap-product-factory1 .product-factory .item .pic {
    position: relative;

    overflow: hidden;

    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    height: 100%;
}

@media (max-width: 991px) {
    .wrap-product-factory1 .product-factory .item .pic {
        width: 100%;
    }
}

.wrap-product-factory1 .product-factory .item .pic:before {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: url(../images/arrowbg.webp) no-repeat center;
    background-size: 100% 100%;
}

@media (max-width: 991px) {
    .wrap-product-factory1 .product-factory .item .pic:before {
        display: none;
    }
}

.wrap-product-factory1 .product-factory .item .pic .img-box {
    padding-bottom: 56.52173913%;
    transform: scale(0.98);
    transform-origin: left;
}

.wrap-product-factory1 .product-factory .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 50%;
    padding: 24px;

    background-color: #f3f4f8;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .wrap-product-factory1 .product-factory .item .text {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .wrap-product-factory1 .product-factory .item .text {
        padding: 24px 12px;
    }
}

.wrap-product-factory1 .product-factory .item .text .title-small h3 {
    color: #2e3b68;
}

.wrap-product-factory1 .product-factory .item .text .editor-content {
    overflow-y: auto;

    height: 192px;
    margin-top: 24px;
}

@media (max-width: 1920px) {
    .wrap-product-factory1 .product-factory .item .text .editor-content {
        height: 144px;
    }
}

@media (max-width: 1760px) {
    .wrap-product-factory1 .product-factory .item .text .editor-content {
        height: 96px;
    }
}

.wrap-product-factory1 .product-factory .item .text .more {
    margin-top: 24px;
}

.wrap-product-factory1 .product-factory .item .text .more a {
    line-height: 20px;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 24px;

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

    color: #2e3b68;
    border: 1px solid #2e3b68;
    border-radius: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .wrap-product-factory1 .product-factory .item .text .more a {
        padding: 8px 20px;
    }
}

.wrap-product-factory1 .product-factory .item .text .more a .iconfont {
    font-size: 20px;

    margin-left: 12px;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wrap-product-factory1 .product-factory .item .text .more a:hover {
    color: #fff;
    background-color: #2e3b68;
}

.wrap-product-factory1 .slick-arrow {
    top: auto;
    bottom: 0;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 991px) {
    .wrap-product-factory1 .slick-arrow {
        bottom: 24px;
    }
}

.wrap-product-factory1 .slick-prev {
    left: 39%;
}

@media (max-width: 1560px) {
    .wrap-product-factory1 .slick-prev {
        left: 37%;
    }
}

@media (max-width: 991px) {
    .wrap-product-factory1 .slick-prev {
        right: 60px;
        left: auto;
    }
}

.wrap-product-factory1 .slick-next {
    left: -webkit-calc(39% + 60px);
    left: calc(39% + 60px);
}

@media (max-width: 1560px) {
    .wrap-product-factory1 .slick-next {
        left: -webkit-calc(37% + 60px);
        left: calc(37% + 60px);
    }
}

@media (max-width: 991px) {
    .wrap-product-factory1 .slick-next {
        right: 12px;
        left: auto;
    }
}

.wrap-product-factory2 {
    background-color: #f3f4f8;
}

.wrap-product-factory2 .product-factory .item .pic:before {
    background-image: url(../images/arrowbg1.webp);
}

.wrap-product-factory2 .product-factory .item .text {
    background-color: #fff;
}

.wrap-product-choose .product-choose {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-product-choose .product-choose {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-product-choose .product-choose {
        margin-top: 20px;
    }
}

.wrap-product-choose .product-choose .item {
    position: relative;
}

.wrap-product-choose .product-choose .item .pic {
    overflow: hidden;

    width: 55%;
}

@media (max-width: 991px) {
    .wrap-product-choose .product-choose .item .pic {
        width: 100%;
    }
}

.wrap-product-choose .product-choose .item .pic .img-box {
    padding-bottom: 60.52631579%;
}

.wrap-product-choose .product-choose .item .text {
    position: absolute;
    z-index: 6;
    top: 5%;
    right: 0;

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

    width: 55%;
    height: 90%;
    padding: 36px;

    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .wrap-product-choose .product-choose .item .text {
        position: relative;
        top: 0;

        width: 100%;
        height: 100%;
        padding: 24px;

        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
        background-image: -webkit-linear-gradient(transparent, #fff);
        background-image: linear-gradient(transparent, #fff);
    }
}

@media (max-width: 767px) {
    .wrap-product-choose .product-choose .item .text {
        padding: 24px 12px;
    }
}

.wrap-product-choose .product-choose .item .text .title-small h3 {
    color: #2e3b68;
}

.wrap-product-choose .product-choose .item .text .text-top {
    height: -webkit-calc(100% - 100px);
    height: calc(100% - 100px);
}

.wrap-product-choose .product-choose .item .text .editor-content {
    overflow-y: auto;

    height: 84%;
    margin-top: 24px;
}

.wrap-product-choose .slick-arrow {
    position: relative;
    top: 0;
    right: 0;
    left: 0;

    display: inline-block;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    vertical-align: middle;
}

.wrap-product-choose .slick-arrow.slick-next1 {
    margin-left: 20px;
}

.wrap-product-choose .slick-arrow.slick-next1::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.wrap-product-choose .slick-prev,
.wrap-product-choose .slick-next {
    overflow: hidden;

    width: 0;
    height: 0;
}

.wrap-product-choose .prev-next {
    display: none;
}

.wrap-product-choose .has-arrows .prev-next {
    display: block;
}

.wrap-product-choose1 .product-choose {
    overflow: hidden;

    margin-top: 48px;

    background-color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1560px) {
    .wrap-product-choose1 .product-choose {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-product-choose1 .product-choose {
        margin-top: 20px;
    }
}

.wrap-product-choose1 .service-choose-left {
    width: 240px;
    padding: 12px;
}

@media (max-width: 767px) {
    .wrap-product-choose1 .service-choose-left {
        width: 100%;
    }
}

.wrap-product-choose1 .tabs-wrapper {
    --visible-count: 4;
}

.wrap-product-choose1 .service-choose-right {
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
}

@media (max-width: 767px) {
    .wrap-product-choose1 .service-choose-right {
        width: 100%;
    }
}

.wrap-product-choose1 .service-choose-right .choose-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-product-choose1 .service-choose-right .choose-item .pic {
    width: 610px;
    height: 100%;
}

@media (max-width: 1760px) {
    .wrap-product-choose1 .service-choose-right .choose-item .pic {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .wrap-product-choose1 .service-choose-right .choose-item .pic {
        width: 100%;
    }
}

.wrap-product-choose1 .service-choose-right .choose-item .pic .img-box {
    padding-bottom: 60.52631579%;
}

.wrap-product-choose1 .service-choose-right .choose-item .text {
    width: -webkit-calc(100% - 610px);
    width: calc(100% - 610px);
    padding: 36px 24px;
}

@media (max-width: 1760px) {
    .wrap-product-choose1 .service-choose-right .choose-item .text {
        width: 40%;
    }
}

@media (max-width: 991px) {
    .wrap-product-choose1 .service-choose-right .choose-item .text {
        width: 100%;
        padding: 24px 12px;
    }
}

.wrap-product-choose1 .service-choose-right .choose-item .text .editor-content {
    overflow-y: auto;

    max-height: 240px;
}

@media (max-width: 1760px) {
    .wrap-product-choose1 .service-choose-right .choose-item .text .editor-content {
        max-height: 192px;
    }
}

@media (max-width: 1560px) {
    .wrap-product-choose1 .service-choose-right .choose-item .text .editor-content {
        max-height: 144px;
    }
}

.wrap-product-choose2 .slick-arrow {
    top: auto;
    left: 50%;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.wrap-product-choose2 .slick-arrow.slick-next {
    left: -webkit-calc(50% + 60px);
    left: calc(50% + 60px);
}

.wrap-product-show .has-arrows .slider-nav {
    font-size: 0;

    padding: 0 60px;
}

.wrap-product-show .has-arrows .slider-nav .slick-arrow {
    left: 0;

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

    height: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrap-product-show .has-arrows .slider-nav .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.wrap-product-show .carousel .slider-for {
    font-size: 0;

    overflow: hidden;
}

.wrap-product-show .carousel .slider-nav {
    margin-top: 10px;
}

.wrap-product-show .carousel .slider-nav .slick-list {
    margin: 0 -4px;
}

.wrap-product-show .carousel .slider-nav .slick-list .slick-slide {
    padding: 0 4px;
}

.wrap-product-show .carousel .slider-nav .item {
    overflow: hidden;

    border-radius: 10px;
}

@media (max-width: 1199px) {
    .wrap-product-show .info-box {
        margin-top: 30px;
    }
}

.wrap-product-show .info-box .title h1 {
    font-size: 36px;
}

@media (max-width: 1560px) {
    .wrap-product-show .info-box .title h1 {
        font-size: 30px;
    }
}

@media (max-width: 1470px) {
    .wrap-product-show .info-box .title h1 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .info-box .title h1 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .wrap-product-show .info-box .title h1 {
        font-size: 20px;
    }
}

.wrap-product-show .info-box .desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 24px;

    border-bottom: 1px solid #d9d9d9;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrap-product-show .info-box .desc-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-product-show .info-box .price {
    font-size: 24px;
    line-height: 30px;

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

    margin-top: 12px;
    margin-right: 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .wrap-product-show .info-box .price {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .info-box .price {
        font-size: 18px;
    }
}

.wrap-product-show .info-box .starbox {
    line-height: 30px;

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

    margin-top: 12px;
    margin-right: 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-product-show .info-box .starbox .iconfont {
    font-size: 20px;

    margin-right: 4px;

    color: #ffe100;
}

.wrap-product-show .info-box .starbox .icon-wujiaoxing1 {
    color: #a6a6a6;
}

.wrap-product-show .info-box .smooth {
    font-size: 14px;
    line-height: 30px;

    margin-top: 12px;
}

.wrap-product-show .info-box .smooth i {
    font-style: normal;
}

.wrap-product-show .info-box .addcart {
    line-height: 42px;

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

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

    color: #fff;
    border-radius: 40px;
    background-color: #2e3b68;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-product-show .info-box .addcart .iconfont {
    font-size: 20px;

    margin-right: 10px;
}

.wrap-product-show .info-box .addcart:hover {
    background-color: #1d2a5a;
}

.wrap-product-show .info-box .text {
    margin-top: 30px;
}

.wrap-product-show .info-box .text h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    color: #2e3b68;
}

.wrap-product-show .info-box .download {
    margin-top: 30px;
}

.wrap-product-show .info-box .download h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    color: #2e3b68;
}

.wrap-product-show .info-box .download .down {
    line-height: 24px;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;

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

    border-bottom: 1px solid #2e3b68;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-product-show .info-box .download .down .iconfont {
    font-size: 24px;

    margin-right: 10px;

    color: #2e3b68;
}

.wrap-product-show .info-box .download .down:hover {
    color: #2e3b68;
}

.wrap-product-parameter .product-parameter {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-product-parameter .product-parameter {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-product-parameter .product-parameter {
        margin-top: 20px;
    }
}

.product-parameter .table-box {
    overflow: auto;
}

.wrap-product-parameter .product-parameter table {
    font-size: 18px;
    line-height: 1.5;

    overflow: hidden;

    width: 100%;

    color: #4c4c4c;
    border-radius: 30px;
}

@media (max-width: 1199px) {
    .wrap-product-parameter .product-parameter table {
        font-size: 16px;

        border-radius: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-product-parameter .product-parameter table {
        font-size: 14px;

        border-radius: 10px;
    }
}

.wrap-product-parameter .product-parameter table p {
    font-size: 18px;
    line-height: 1.5;

    margin: 6px 0;

    color: #4c4c4c;
}

@media (max-width: 1199px) {
    .wrap-product-parameter .product-parameter table p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .wrap-product-parameter .product-parameter table p {
        font-size: 14px;
    }
}

.wrap-product-parameter .product-parameter table td,
.wrap-product-parameter .product-parameter table th {
    padding: 12px 24px;
    white-space: nowrap;
    border: 1px solid #ebecf0;
    text-align: center;
}

@media (max-width: 767px) {

    .wrap-product-parameter .product-parameter table td,
    .wrap-product-parameter .product-parameter table th {
        padding: 10px;
    }
}

.wrap-product-parameter .product-parameter table th {
    font-weight: normal;

    text-align: center;
}

.wrap-product-parameter .product-parameter table th p {
    font-size: 18px;
    line-height: 1.5;

    margin: 6px 0;

    color: #4c4c4c;
}

@media (max-width: 1199px) {
    .wrap-product-parameter .product-parameter table th p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .wrap-product-parameter .product-parameter table th p {
        font-size: 14px;
    }
}

.wrap-product-parameter .product-parameter table td:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    width: 20%;

    text-align: center;

    /* gj */
    /* color: #fff; */
    /* background-color: #2e3b68; */
    /* color:#4c4c4c ; */
    /* 。 */
}

@media (max-width: 1199px) {
    .wrap-product-parameter .product-parameter table td:nth-child(1) {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .wrap-product-parameter .product-parameter table td:nth-child(1) {
        font-size: 16px;
    }
}

.wrap-product-parameter .product-parameter table td:nth-child(1) p {
    font-size: 20px;
    line-height: 1.5;

    margin: 0;

    /* gj */
    /* color: #fff; */
    /* 。 */
}


@media (max-width: 1199px) {
    .wrap-product-parameter .product-parameter table td:nth-child(1) p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .wrap-product-parameter .product-parameter table td:nth-child(1) p {
        font-size: 16px;
    }
}

.wrap-product-parameter .product-parameter table tr {
    -webkit-transition: all .2s;
    transition: all .2s;

    background-color: #fff;
}

.wrap-product-parameter .product-parameter table tr:nth-child(2n) {
    /* gj */
    /* background-color: #f9f9f9; */
    /* 。 */
}

.wrap-product-parameter .product-parameter table tr:hover {
    color: #fff;
    background-color: #2e3b68;
}

.wrap-product-parameter .product-parameter table tr:hover p {
    color: #fff;
}

.wrap-product-details .product-details {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-product-details .product-details {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-product-details .product-details {
        margin-top: 20px;
    }
}

.wrap-product-details .product-details h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;

    margin-bottom: 24px;

    color: #2e3b68;
}

@media (max-width: 1560px) {
    .wrap-product-details .product-details h3 {
        font-size: 20px;

        margin-bottom: 14px;
    }
}

@media (max-width: 1199px) {
    .wrap-product-details .product-details h3 {
        font-size: 18px;
    }
}

.wrap-product-details .product-details h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    color: #2e3b68;
}

@media (max-width: 1560px) {
    .wrap-product-details .product-details h4 {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .wrap-product-details .product-details h4 {
        font-size: 16px;
    }
}

.wrap-product-details .product-details h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    position: relative;

    margin-top: 6px;
    padding-left: 24px;
}

@media (max-width: 1560px) {
    .wrap-product-details .product-details h5 {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .wrap-product-details .product-details h5 {
        font-size: 16px;
    }
}

.wrap-product-details .product-details h5:before {
    position: absolute;
    top: 12px;
    left: 10px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #4c4c4c;
}

.wrap-product-quality1 .product-quality {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-product-quality1 .product-quality {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-product-quality1 .product-quality {
        margin-top: 20px;
    }
}

.wrap-product-quality1 .product-quality .common-factory-item {
    display: block;

    background-color: #f3f4f8;
}

.wrap-product-quality1 .product-quality .slick-dots {
    width: auto;

    text-align: left;
}

.wrap-product-quality1 .product-quality .slick-dots .slick-active {
    width: 64px;

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

    border-radius: 10px;
}

@media (max-width: 1199px) {
    .wrap-product-quality1 .product-quality .slick-dots .slick-active {
        width: 50px;
    }
}

@media (max-width: 767px) {
    .wrap-product-quality1 .product-quality .slick-dots .slick-active {
        width: 40px;
    }
}

.wrap-product-quality1 .product-quality .slick-arrow {
    top: auto;
    right: 80px;
    bottom: 0;
    left: auto;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 767px) {
    .wrap-product-quality1 .product-quality .slick-arrow {
        right: 50px;
    }
}

.wrap-product-quality1 .product-quality .slick-arrow.slick-next {
    right: 0;
}

.wrap-product-choose2 .factory-choose-bottom .choose-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.wrap-product-choose2 .factory-choose-bottom {
    position: relative;
}

.wrap-product-choose2 .factory-choose-bottom .slick-arrow {
    bottom: 20px;
    left: -webkit-calc(50% + 30px);
    left: calc(50% + 30px);

    background: none;
}

@media (max-width: 1400px) {
    .wrap-product-choose2 .factory-choose-bottom .slick-arrow {
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .wrap-product-choose2 .factory-choose-bottom .slick-arrow {
        left: 0;
    }
}

.wrap-product-choose2 .factory-choose-bottom .slick-arrow.slick-next {
    left: -webkit-calc(50% + 90px);
    left: calc(50% + 90px);
}

@media (max-width: 767px) {
    .wrap-product-choose2 .factory-choose-bottom .slick-arrow.slick-next {
        left: 50px;
    }
}

.wrap-product-choose2 .factory-choose-bottom .slick-arrow:hover {
    color: #2e3b68;
}

.wrap-product-choose2 .factory-choose-bottom .editor-content {
    overflow-y: auto;

    max-height: 270px;
}

@media (max-width: 1920px) {
    .wrap-product-choose2 .factory-choose-bottom .editor-content {
        max-height: 216px;
    }
}

@media (max-width: 1820px) {
    .wrap-product-choose2 .factory-choose-bottom .editor-content {
        max-height: 135px;
    }
}

@media (max-width: 1560px) {
    .wrap-product-choose2 .factory-choose-bottom .editor-content {
        max-height: 96px;
    }
}

@media (max-width: 767px) {

    .wrap-product-choose2 .factory-choose-bottom .choose-item .pic,
    .wrap-product-choose2 .factory-choose-bottom .choose-item .text {
        width: 100%;
    }

    .wrap-product-choose2 .factory-choose-bottom .choose-item .text {
        padding: 24px 12px 40px 12px;
    }
}

.wrap-reviews-blog .common-wrap-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

.wrap-reviews-blog .common-wrap-top .write {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .wrap-reviews-blog .common-wrap-top .write {
        width: 100%;
        margin-top: 20px;
    }
}

.wrap-reviews-blog .common-wrap-top .write a {
    line-height: 28px;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 36px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #2e3b68;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .wrap-reviews-blog .common-wrap-top .write a {
        padding: 10px 24px;
    }
}

.wrap-reviews-blog .common-wrap-top .write a .iconfont {
    font-size: 20px;

    margin-right: 10px;
}

.wrap-reviews-blog .common-wrap-top .write a:hover {
    background-color: #1d2a5a;
}

.wrap-reviews-blog .reviews-blog {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-reviews-blog .reviews-blog {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-reviews-blog .reviews-blog {
        margin-top: 20px;
    }
}

.wrap-reviews-blog .reviews-blog>ul>li {
    margin-top: 12px;
}

.wrap-reviews-blog .reviews-blog .item {
    padding: 24px;

    background-color: #fff;
}

@media (max-width: 767px) {
    .wrap-reviews-blog .reviews-blog .item {
        padding: 24px 12px;
    }
}

.wrap-reviews-blog .reviews-blog .item .title-reviews-blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 10px;

    border-bottom: 1px solid rgba(46, 59, 104, .2);

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

.wrap-reviews-blog .reviews-blog .item .title-reviews-blog .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    color: #343434;
}

.wrap-reviews-blog .reviews-blog .item .title-reviews-blog .dianzan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-reviews-blog .reviews-blog .item .title-reviews-blog .dianzan .iconfont {
    font-size: 20px;

    margin-right: 4px;
}

.wrap-reviews-blog .reviews-blog .item .title-reviews-blog .dianzan.active .iconfont:before {
    content: '\e8c4';
}

.wrap-reviews-blog .reviews-blog .item .text {
    padding: 12px 0;
}

.wrap-reviews-blog .reviews-blog .item .starbox-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 12px;

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

.wrap-reviews-blog .reviews-blog .item .starbox {
    line-height: 30px;

    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-reviews-blog .reviews-blog .item .starbox .iconfont {
    font-size: 20px;

    margin-right: 4px;

    color: #ffe100;
}

.wrap-reviews-blog .reviews-blog .item .starbox .icon-wujiaoxing1 {
    color: #a6a6a6;
}

.wrap-reviews-blog .reviews-blog .item .date {
    line-height: 24px;

    color: #a6a6a6;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.wrap-download .download {
    margin-top: -30px;
}

.wrap-download .download>ul>li {
    margin-top: 30px;
}

.wrap-download-list .download-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap-download-list .download-top .pic {
    overflow: hidden;

    width: 320px;

    border-radius: 10px;
}

@media (max-width: 767px) {
    .wrap-download-list .download-top .pic {
        width: 100%;
    }
}

.wrap-download-list .download-top .pic .img-box {
    padding-bottom: 142.85714286%;
}

.wrap-download-list .download-top .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-download-list .download-top .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    margin-top: 24px;
    padding: 24px 24px 0 24px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .wrap-download-list .download-top .text {
        width: 100%;
        margin-top: 0;
        padding: 24px 0;
    }
}

.wrap-download-list .download-top .text .title-download {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-download-list .download-top .text .note {
    overflow-y: auto;

    max-height: 230px;
    margin-top: 16px;
}

.wrap-download-list .download-top .down-btn {
    line-height: 28px;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 30px;
    padding: 10px 36px;

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

    color: #2e3b68;
    border: 1px solid #2e3b68;
    border-radius: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .wrap-download-list .download-top .down-btn {
        padding: 5px 20px;
    }
}

.wrap-download-list .download-top .down-btn .iconfont {
    font-size: 24px;

    float: left;

    margin-right: 10px;
}

.wrap-download-list .download-top .down-btn:hover {
    color: #fff;
    background-color: #2e3b68;
}

.wrap-download-list .download {
    margin-top: 48px;
}

@media (max-width: 1560px) {
    .wrap-download-list .download {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-download-list .download {
        margin-top: 20px;
    }
}

#download {
    position: relative;
    top: -100px;
}

#faqs,
#news {
    position: relative;
    top: -150px;
}

.wrap-faqs-top {
    padding-top: 60px;
}

@media (max-width: 1199px) {
    .wrap-faqs-top {
        padding-top: 30px;
    }
}

.wrap-faqs {
    padding-top: 30px;

    background-color: #fff;
}

.wrap-faqs .faqs .showmorenchildren {
    --show-count: 5;
}

.wrap-faqs .faqs .current .common-faqs-item {
    border-bottom-color: #f3f4f8;
    border-radius: 18px;
    background: #f3f4f8;
}

.wrap-faqs .faqs .current .common-faqs-item .title-faqs:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wrap-faq-show .faq-date-editor {
    line-height: 1.5;

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

    padding: 20px 0;

    color: #2e3b68;
    border-bottom: 1px solid #c1c5d2;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrap-faq-show .faq-date-editor .editor span {
    color: #4c4c4c;
}

.wrap-faq-show.details_cont .text h4 {
    font-weight: bold;

    margin-top: 24px;

    color: #2e3b68;
}

@media (max-width: 1560px) {
    .wrap-faq-show.details_cont .text h4 {
        margin-top: 14px;
    }
}

.wrap-faq-show .like-share {
    margin-top: 64px;
}

@media (max-width: 1560px) {
    .wrap-faq-show .like-share {
        margin-top: 48px;
    }
}

@media (max-width: 1199px) {
    .wrap-faq-show .like-share {
        margin-top: 30px;
    }
}

.wrap-faq-show .like-share .like {
    line-height: 28px;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 50px;

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

    color: #2e3b68;
    border: 1px solid #2e3b68;
    border-radius: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-faq-show .like-share .like .iconfont {
    margin-right: 6px;
}

.wrap-faq-show .like-share .like:hover {
    color: #fff;
    background-color: #2e3b68;
}

.wrap-faq-show .like-share .like.active .iconfont:before {
    content: '\e66c';
}

.wrap-faq-show .like-share .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .wrap-faq-show .like-share .share {
        width: 100%;
        margin-top: 20px;
    }
}

.wrap-faq-show .like-share .share p {
    margin: 0;
    margin-right: 10px;

    color: #4c4c4c;
}

.wrap-faq-show .news-button {
    margin-top: 100px;
    padding: 24px 0;

    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 1560px) {
    .wrap-faq-show .news-button {
        margin-top: 80px;
    }
}

@media (max-width: 1199px) {
    .wrap-faq-show .news-button {
        margin-top: 60px;
    }
}

.wrap-faq-show .news-button .item {
    display: block;

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

@media (max-width: 991px) {
    .wrap-faq-show .news-button .item {
        margin: 10px 0;
    }
}

.wrap-faq-show .news-button .item span {
    font-size: 14px;
    line-height: 1.71428571;

    color: #4c4c4c;
}

.wrap-faq-show .news-button .item p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: 27px;
    margin: 4px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-faq-show .news-button .item.next {
    text-align: right;
}

@media (max-width: 991px) {
    .wrap-faq-show .news-button .item.next {
        text-align: left;
    }
}

.wrap-faq-show .news-button .item:hover {
    color: #2e3b68;
}

.wrap-factory-faqs .showmorenchildren {
    --show-count: 3;
}

@media (max-width: 991px) {
    .wrap-factory-faqs .showmorenchildren {
        --show-count: 2;
    }
}

@media (max-width: 767px) {
    .wrap-factory-faqs .showmorenchildren {
        --show-count: 1;
    }
}

.wrap-factory-faqs .factory-service {
    margin-top: 18px;
}

.wrap-factory-faqs .factory-service>ul>li {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .wrap-factory-faqs .factory-service>ul>li {
        margin-top: 14px;
    }
}

.wrap-factory-faqs .common-service-item .mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;

    background: rgba(255, 255, 255, .8);

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

.wrap-news-all .news-list {
    margin-top: 100px;
}

@media (max-width: 1560px) {
    .wrap-news-all .news-list {
        margin-top: 80px;
    }
}

@media (max-width: 1199px) {
    .wrap-news-all .news-list {
        margin-top: 60px;
    }
}

.wrap-news-all .news-list:nth-child(2n) .news-list-top {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.wrap-news-all .news-list:nth-child(2n) .news-list-top .text {
    padding-right: 3%;
    padding-left: 0;
}

@media (max-width: 767px) {
    .wrap-news-all .news-list:nth-child(2n) .news-list-top .text {
        padding-right: 0;
    }
}

.wrap-news-all .news-list-top .pic {
    width: 640px;
}

@media (max-width: 1560px) {
    .wrap-news-all .news-list-top .pic {
        width: 500px;
    }
}

@media (max-width: 1199px) {
    .wrap-news-all .news-list-top .pic {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .wrap-news-all .news-list-top .pic {
        width: 100%;
    }
}

.wrap-news-all .news-list-top .text {
    width: -webkit-calc(100% - 640px);
    width: calc(100% - 640px);
}

@media (max-width: 1560px) {
    .wrap-news-all .news-list-top .text {
        width: -webkit-calc(100% - 500px);
        width: calc(100% - 500px);
    }
}

@media (max-width: 1199px) {
    .wrap-news-all .news-list-top .text {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .wrap-news-all .news-list-top .text {
        width: 100%;
        margin-top: 30px;
    }
}

.wrap-news-all .news-list-top .text .title-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

.wrap-news-all .news-list-top .text .title-small h2 {
    margin: 0;

    color: #222;
}

.wrap-news-all .news-list-top .text .index-more {
    margin-top: 0;
}

@media (min-width: 1200px) {
    .wrap-news-all .news-list-top .text .index-more a {
        padding: 0 60px;
    }
}

.wrap-news-all .news {
    margin-top: 30px;

    --show-count: 4;
}

@media (max-width: 991px) {
    .wrap-news-all .news {
        --show-count: 2;
    }
}

@media (max-width: 767px) {
    .wrap-news-all .news {
        --show-count: 1;
    }
}

.wrap-news-all .news>ul>li {
    margin-top: 30px;
}

.wrap-news {
    background-color: #fff;
}

.wrap-news .showmorenchildren {
    --show-count: 8;
}

@media (max-width: 1199px) {
    .wrap-news .showmorenchildren {
        --show-count: 6;
    }
}

@media (max-width: 991px) {
    .wrap-news .showmorenchildren {
        --show-count: 4;
    }
}

@media (max-width: 767px) {
    .wrap-news .showmorenchildren {
        --show-count: 2;
    }
}

.wrap-news .news {
    padding-top: 18px;
}

.wrap-news .news>ul>li {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .wrap-news .news>ul>li {
        margin-top: 14px;
    }
}

.wrap-contact .contact {
    width: 40%;
    padding-right: 5%;
}

@media (max-width: 1560px) {
    .wrap-contact .contact {
        width: 45%;
    }
}

@media (max-width: 1400px) {
    .wrap-contact .contact {
        padding-right: 3%;
    }
}

@media (max-width: 991px) {
    .wrap-contact .contact {
        width: 100%;
    }
}

.wrap-contact .contact .item h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}

@media (max-width: 1199px) {
    .wrap-contact .contact .item h3 {
        font-size: 18px;
    }
}

.wrap-contact .contact .item p {
    line-height: 1.5;

    margin: 0;
}

.wrap-contact .contact .item p a:hover {
    text-decoration: underline;

    color: #2e3b68;
}

.wrap-contact .contact .list>li {
    padding: 30px 0;

    border-bottom: 1px solid rgba(193, 197, 210, .2);
}

@media (max-width: 1199px) {
    .wrap-contact .contact .list>li {
        padding: 20px 0;
    }
}

.wrap-contact .contact-share>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -18px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1400px) {
    .wrap-contact .contact-share>ul {
        margin: 0 -10px;
    }
}

.wrap-contact .contact-share>ul>li {
    margin-top: 30px;
    padding: 0 18px;
}

@media (max-width: 1400px) {
    .wrap-contact .contact-share>ul>li {
        padding: 0 10px;
    }
}

.wrap-contact .contact-share .item img {
    width: 100px;
}

.wrap-contact .contact-share .share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -8px;
    margin-top: 8px;
}

.wrap-contact .contact-share .share a {
    line-height: 24px;

    display: block;

    padding: 0 8px;

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

    color: rgba(34, 34, 34, .5);
}

.wrap-contact .contact-share .share a .iconfont {
    font-size: 18px;
}

.wrap-contact .contact-share .share a:hover {
    color: #222;
}

.wrap-contact .message {
    width: 60%;
    height: 100%;
    padding: 36px;

    background-color: #fff;
}

@media (max-width: 1560px) {
    .wrap-contact .message {
        width: 55%;
    }
}

@media (max-width: 1199px) {
    .wrap-contact .message {
        padding: 24px;
    }
}

@media (max-width: 991px) {
    .wrap-contact .message {
        width: 100%;
        margin-top: 30px;
        padding: 20px 12px;
    }
}

.wrap-contact .message .title-small h2 {
    color: #222;
}

.wrap-contact .message .formbox form>ul.row>li {
    margin-top: 0;
}

.wrap-contact .message .formbox h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;

    margin: 24px 0 6px 0;
}

@media (max-width: 1199px) {
    .wrap-contact .message .formbox h4 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .wrap-contact .message .formbox h4 {
        font-size: 16px;
    }
}

.wrap-contact .message .formbox .submit {
    margin-top: 30px;
}

.wrap-inquiryinfo .inquiry-info {
    font-size: 0;

    width: 100%;

    border-collapse: collapse;
}

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

    background-color: #e5e5e5;
}

@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 .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: #2e3b68;
}

.wrap-inquiryinfo .inquiry-info .change .Each::after {
    font-family: 'iconfont';
    font-size: 18px;

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

    content: '\e656';

    color: #2e3b68;
}

.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: #2e3b68;
    background-color: #2e3b68;
}

.wrap-inquiryinfo .inquiry-info .add1 {
    margin-top: -1px;
    margin-left: 2px;
}

.wrap-inquiryinfo .inquiry-info .pic {
    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: #2e3b68;
}

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

@media (min-width: 1200px) {
    .wrap-inquiry .title-in h2 {
        font-size: 35px;
    }
}

.wrap-sitemap {
    background-color: #fcfcfc;
}

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

@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;
    background-color: #2e3b68;
}

.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

    background-color: #2e3b68;
}

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

    color: #666;
}

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

.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #2e3b68;
}

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

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

.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
    opacity: 1;
}

.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
    color: #2e3b68;
}

.wrap-search .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-search .search form {
    position: relative;

    overflow: hidden;

    width: 50%;
    padding-right: 150px;

    border-radius: 40px;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .wrap-search .search form {
        width: 100%;
    }
}

.wrap-search .search form input {
    line-height: 24px;

    width: 100%;
    padding: 12px 24px;
}

.wrap-search .search form input::-webkit-input-placeholder,
.wrap-search .search form textarea::-webkit-input-placeholder {
    color: #101010;
}

.wrap-search .search form input:-o-placeholder,
.wrap-search .search form textarea:-o-placeholder {
    color: #101010;
}

.wrap-search .search form input::-moz-placeholder,
.wrap-search .search form textarea::-moz-placeholder {
    color: #101010;
}

.wrap-search .search form input:-ms-input-placeholder,
.wrap-search .search form textarea:-ms-input-placeholder {
    color: #101010;
}

.wrap-search .search form input:focus::-webkit-input-placeholder,
.wrap-search .search form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.wrap-search .search form input:focus::-o-placeholder,
.wrap-search .search form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.wrap-search .search form input:focus::-moz-placeholder,
.wrap-search .search form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.wrap-search .search form input:focus::-ms-input-placeholder,
.wrap-search .search form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.wrap-search .search form .submit {
    line-height: 48px;

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

    width: 150px;
    height: 48px;
    padding: 0;

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

    color: #fff;
    border-radius: 0;
    background-color: #2e3b68;
}

.wrap-search .search form .submit .icon {
    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}

.wrap-search .search form .submit:hover {
    background-color: #1d2a5a;
}

.wrap-search .sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 50%;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .wrap-search .sort {
        width: 100%;
        margin-top: 20px;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.wrap-search .sort .title-sort {
    line-height: 1.5;
}

.wrap-search .sort .sort-hot,
.wrap-search .sort .sort-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    min-width: 150px;
    margin-left: 12px;
    padding: 10px 12px;

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

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

@media (max-width: 767px) {

    .wrap-search .sort .sort-hot,
    .wrap-search .sort .sort-date {
        min-width: 120px;
    }
}

.wrap-search .sort .sort-hot .sort-icons .iconfont,
.wrap-search .sort .sort-date .sort-icons .iconfont {
    line-height: 12px;

    display: block;

    cursor: pointer;

    color: #d9d9d9;
}

.wrap-search .sort .sort-hot .sort-icons .iconfont.active,
.wrap-search .sort .sort-date .sort-icons .iconfont.active {
    color: #2e3b68;
}

.wrap-search .search-content {
    margin-top: 64px;
}

@media (max-width: 1560px) {
    .wrap-search .search-content {
        margin-top: 48px;
    }
}

@media (max-width: 1199px) {
    .wrap-search .search-content {
        margin-top: 30px;
    }
}

.wrap-search .search-content p {
    font-size: 24px;
    line-height: 1.25;

    margin: 0;
}

@media (max-width: 1560px) {
    .wrap-search .search-content p {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .wrap-search .search-content p {
        font-size: 18px;
    }
}

.wrap-search .itembox {
    padding-top: 64px;
}

@media (max-width: 1560px) {
    .wrap-search .itembox {
        padding-top: 48px;
    }
}

@media (max-width: 1199px) {
    .wrap-search .itembox {
        padding-top: 30px;
    }
}

.wrap-search .item-list>ul>li {
    margin-top: 24px;
}

.wrap-search .item-list .title-small h3 span {
    color: #f00;
}

.wrap-search .item-list .title-faqs span {
    color: #f00;
}

.wrap-search .item-list .note p span {
    color: #f00;
}

@media (min-width: 1200px) {
    .wrap-search .common-faqs-item:hover .title-faqs {
        color: #2e3b68;
    }
}

.wrap-search .item-factory .common-search-item .pic .img-box,
.wrap-search .item-blog .common-search-item .pic .img-box {
    padding-bottom: 55.68181818%;
}

@media (min-width: 768px) {

    .wrap-search .item-factory .common-search-item .pic,
    .wrap-search .item-blog .common-search-item .pic {
        width: 360px;
    }

    .wrap-search .item-factory .common-search-item .text,
    .wrap-search .item-blog .common-search-item .text {
        width: -webkit-calc(100% - 360px);
        width: calc(100% - 360px);
    }
}

.wrap-search .item-faq .common-faqs-item {
    overflow: hidden;

    border-bottom-color: #fff;
    background-color: #fff;
}

.wrap-search .item-faq .common-faqs-item .title-faqs:after {
    display: none;
}

.wrap-search .search-message {
    margin-top: 36px;
    padding: 36px;

    background-color: #fff;
}

@media (max-width: 1199px) {
    .wrap-search .search-message {
        padding: 24px;
    }
}

@media (max-width: 991px) {
    .wrap-search .search-message {
        padding: 20px 12px;
    }
}

.wrap-search .search-message .title-small h3 {
    color: #2e3b68;
}

.wrap-search .search-message .formbox form>ul.row>li {
    margin-top: 0;
}

.wrap-search .search-message .formbox h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;

    margin: 24px 0 6px 0;
}

@media (max-width: 1199px) {
    .wrap-search .search-message .formbox h4 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .wrap-search .search-message .formbox h4 {
        font-size: 16px;
    }
}

.wrap-search .search-message .formbox .submit {
    margin-top: 30px;
}

nav {
    text-align: right;
}

.pagination {
    display: block;

    margin-top: 50px;
}

.pagination li {
    display: inline-block;

    margin: 0 8px;

    vertical-align: top;
}

@media (max-width: 767px) {
    .pagination li {
        margin: 0 4px;
    }
}

.pagination li.prev a:before,
.pagination li.next a:before {
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: block;

    content: '\e625';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination li.next a:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pagination li a {
    font-size: 15px;
    line-height: 42px;

    display: block;

    width: 42px;
    height: 42px;
    padding: 0;

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

    color: #1d2a5a;
    border: none;
    border-radius: 50%;
    background: none;
    background-color: #ebf8e7;
}

@media (max-width: 767px) {
    .pagination li a {
        font-size: 14px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    border-color: #2e3b68;
    background-color: #2e3b68;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    border-color: #2e3b68;
    background-color: #2e3b68;
}

.editor-content p {
    line-height: 24px;

    margin: 0;

    color: #4c4c4c;
}

.editor-content.white p {
    color: #d9d9d9;
}

.editor-content.p-mb8 p {
    margin-bottom: 8px;
}

.editor-content.fz14 p {
    font-size: 14px;
    line-height: 21px;
}

.editor-content.fz18 p {
    font-size: 18px;
    line-height: 27px;
}

@media (max-width: 1560px) {
    .editor-content.fz18 p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .editor-content.fz18 p {
        font-size: 14px;
    }
}

.editor-content ul,
.editor-content ol {
    padding-left: 1em;
}

.editor-content ul li,
.editor-content ol li {
    list-style: inherit;
}

.editor-content .table-box {
    font-size: 15px;
    line-height: 1.6;

    overflow: auto;

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

@media (max-width: 991px) {
    .editor-content .table-box {
        font-size: 14px;
    }
}

.editor-content .table-box table {
    line-height: 1.2;

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

    border-spacing: 0;
    border-collapse: collapse;
}

.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th {
    width: 25% !important;
    height: auto !important;
}

.editor-content .table-box table tr:nth-child(odd) {
    background-color: #f7f7f7;
}

.editor-content .table-box table td,
.editor-content .table-box table th {
    font-weight: normal;

    padding: 15px 20px !important;

    border: 1px solid #e6e6e6;
}

@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 img {
    max-width: 100% !important;
    height: auto !important;
}

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

.showMoreNChildren {
    margin-bottom: 10px;
}

.wrap-common-details-share .stickybox-content-service {
    width: 100%;
}

.wrap-common-details-share .container {
    max-width: 1440px;
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .45);
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle2 {
    background: none;
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle2 .img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle2 .nav-list2-levle3,
.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle2 a {
    z-index: 6;
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle3 {
    border-left: 1px solid rgba(255, 255, 255, .3);
    background: none;
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle3-all {
    position: absolute;
    top: 0;
    left: 40%;

    width: 60%;
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle1>li.active .nav-list2-levle3-all {
    display: block;
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle2 .img {
    display: none;
}

.header .pc-nav .nav-list2-content .nav-list2-right .nav-list2-levle2-down .nav-list2-levle2>li.active .img {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-sidenav .service-menu2>li>a {
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    padding-top: 0;
    padding-bottom: 0;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.service-sidenav .service-menu3>li>a {
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    padding-top: 0;
    padding-bottom: 0;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.service-menu1 li {
    position: relative;
}

.service-menu1 li>.nav-more {
    position: absolute;
    top: 0;
    left: 0;

    width: 44px;
    height: 44px;

    cursor: pointer;
}

.service-menu1 li.open>a:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.service-sidenav .service-menu3 {
    /*    display: none;*/
}

.item-video {
    position: relative;
}

.item-video svg {
    width: calc(60 / 570 * 100%);
    height: calc(60 / 570 * 100%);
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}