:root {
    --pad: -webkit-calc(50vw - 825px);
    --pad: calc(50vw - 825px);
}

@media (max-width: 1720px) {
    :root {
        --pad: -webkit-calc(50vw - 705px);
        --pad: calc(50vw - 705px);
    }
}

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

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

@media (max-width: 1199px) {
    :root {
        --pad: 6vw;
    }
}

@media (max-width: 991px) {
    :root {
        --pad: 7.5vw;
    }
}

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

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

        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;
    }
}

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

        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;
    }
}

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

        opacity: 0;
    }

    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;
    }
}

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

        opacity: 0;
    }

    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;
    }
}

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

.iconfont {
    font-size: inherit;
}

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

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

@font-face {
    font-family: 'Instrument Sans';
    font-weight: 600;
    font-style: normal;

    src: local('Instrument Sans SemiBold'), local('InstrumentSans-SemiBold'), url('../fonts/InstrumentSans-SemiBold.woff2') format('woff2'), url('../fonts/InstrumentSans-SemiBold.woff') format('woff'), url('../fonts/InstrumentSans-SemiBold.ttf') format('truetype');
    font-display: swap;
}

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

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

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

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

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

    overflow-x: hidden;

    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

.row {
    --bs-gutter-x: 1.875rem;
}

:root {
    scroll-behavior: unset;
}

.img-box {
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}

.img-box img,
.img-box iframe {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}

.fszero {
    font-size: 0;

    overflow: hidden;

    width: 0;
    height: 0;
}

.fszero h1 {
    margin: 0;
}

.wrap-map .map-content {
    display: none;
}

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

[lang=zh-CN] .share-other {
    display: none;
}

[lang=zh-CN] .wrap-map .map-content {
    display: block;
}

[lang=zh-CN] .wrap-map .map {
    display: none;
}

[lang=zh-CN] .box-follow {
    display: none;
}

.a2a_kit {
    display: inline-block;

    vertical-align: middle;
}

@-ms-viewport {
    width: auto !important;
}

li,
ol,
ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none;

    color: inherit;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}

button,
input,
textarea {
    border: none;
    outline: none;
}

a[data-fancybox] {
    outline: none;
}

a[data-fancybox] img {
    outline: none !important;
}

.slick-slide {
    outline: none;
}

.slick-slide a {
    outline: none !important;
}

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

img[data-lazy] {
    background: url(../images/ajax-loader.gif) no-repeat center;
}

img.lazy {
    min-width: 1px;
    min-height: 1px;

    background: url(../images/ajax-loader.gif) no-repeat center;
}

.lazy {
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.loaded {
    background-size: cover;
}

.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img {
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translateZ(1px);
    transform: translate3d(0, 0, 1px);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
}

.transform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}

.slick-disabled {
    cursor: no-drop;

    opacity: .5;
}

body.fixed {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}

body.searchactive {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}

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

@media (min-width: 1650px) {
    .container {
        max-width: 1620px;
    }
}

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

    .con1490 {
        max-width: 1520px;
    }
}

@media (max-width: 767px) {
    .col-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }

    .col-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}

.fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 80%;
    height: 100%;
    min-height: 50%;
    max-height: 80%;
    margin: 0;
}

.fancybox-slide--video video {
    max-width: 80%;
    padding: 0;
}

@media (max-width: 767px) {
    .fancybox-slide--video video {
        max-width: 95%;
    }
}

.fancybox-slide>video {
    padding: 0;
}

.swiper-lazy {
    background: url(../images/ajax-loader.gif) no-repeat center;
}

.scrollbar::-webkit-scrollbar {
    position: absolute;
    z-index: 2;
    left: 0;

    width: 6px;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: #eee;
}

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

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

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

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

    width: 38px;
    height: 38px;
    padding: 0;

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

    color: #2148a8;
    border-radius: 50%;
    background: none;

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

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

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

        left: -30px;

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

@media (max-width: 767px) {
    .slick-arrow {
        left: -12px;
    }
}

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

    display: block;

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

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

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

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

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

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

.slick-arrow:hover {
    color: #7bdbea;
}

@media (max-width: 767px) {
    .arrow-top-right {
        padding-bottom: 50px;
    }
}

.arrow-top-right .slick-arrow {
    top: -120px;
    right: 54px;
    left: auto;

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

@media (max-width: 1199px) {
    .arrow-top-right .slick-arrow {
        top: -60px;
    }
}

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

        margin-left: -50px;
    }
}

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

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

        margin-right: -50px;
    }
}

.prev-next {
    font-size: 0;
}

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

    display: inline-block;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
    vertical-align: middle;
}

.prev-next .slick-arrow.slick-next {
    right: 0;

    margin-left: 12px;
}

.slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

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

.slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 6px;

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

    border-radius: 50%;
    background-color: rgba(33, 72, 168, .2);
}

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

.slick-dots li.slick-active {
    background-color: #2148a8;
}

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

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

.slick-list {
    margin: 0 -15px;
}

@media (max-width: 1199px) {
    .slick-list {
        margin: 0 -10px;
    }
}

@media (max-width: 767px) {
    .slick-list {
        margin: 0 -5px;
    }
}

.slick-list .slick-slide {
    padding: 0 15px;
}

@media (max-width: 1199px) {
    .slick-list .slick-slide {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .slick-list .slick-slide {
        padding: 0 5px;
    }
}

.share-cn {
    display: none;
}

.addcart {
    cursor: pointer;
}

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

.translate {
    min-width: 158px;
}

@media (max-width: 767px) {
    .translate {
        min-width: 145px;
    }
}

@media (max-width: 767px) {
    .translate .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
        font-size: 12px;
    }
}

.translate .goog-te-gadget-simple {
    border-color: #fff;
}

.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
    display: none;
}

.map-content label {
    line-height: 30px !important;

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

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}

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

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

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

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

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

@media (max-width: 1560px) {
    .mt-80 {
        margin-top: 60px;
    }
}

@media (max-width: 1400px) {
    .mt-80 {
        margin-top: 40px;
    }
}

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

.common-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -6px;

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

.common-share ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 0 6px;

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

.common-share ul li a {
    line-height: 32px;

    display: block;

    width: 32px;
    height: 32px;

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

    color: #2148a8;
    border-radius: 50%;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .common-share ul li a {
        line-height: 26px;

        width: 26px;
        height: 26px;
    }
}

.common-share ul li a:hover {
    color: #fff;
    background-color: #2148a8;
}

.common-share ul li .iconfont {
    font-size: 18px;
}

@media (max-width: 991px) {
    .common-share ul li .iconfont {
        font-size: 16px;
    }
}

.formbox {
    margin-top: 20px;
}

.formbox form ul {
    margin: 0 -10px;
}

.formbox form ul li {
    padding: 0 10px;
}

.formbox form .group {
    position: relative;

    margin-top: 20px;
}

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

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

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

    color: #444;
}

@media (max-width: 1400px) {
    .formbox form .group label {
        left: 20px;
    }
}

@media (max-width: 767px) {
    .formbox form .group label {
        font-size: 14px;
        line-height: 40px;

        left: 10px;
    }
}

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

    position: relative;
    z-index: 2;

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

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

    border: 1px solid #e9edf7;
    border-radius: 0;
    border-radius: 6px;
    outline: 0;
    background: none;
    background: rgba(233, 237, 247, .57);
}

@media (max-width: 1400px) {

    .formbox form .group input,
    .formbox form .group textarea {
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {

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

        padding: 10px;
    }
}

.formbox form .group input:focus,
.formbox form .group textarea:focus {
    border-color: #2148a8;
}

.formbox form .group input:placeholder-shown+label,
.formbox form .group textarea:placeholder-shown+label {
    top: 0;

    background-color: transparent;
}

.formbox form .group-read input {
    font-size: 15px;

    color: #fff !important;
    border-color: #2148a8 !important;
    background: #2148a8 !important;
}

.formbox form .group input:focus+label,
.formbox form .group textarea:focus+label,
.formbox form .group input:valid+label,
.formbox form .group textarea:valid+label {
    top: -34px;
    left: 20px;

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

    opacity: .8;
}

@media (max-width: 1400px) {

    .formbox form .group input:focus+label,
    .formbox form .group textarea:focus+label,
    .formbox form .group input:valid+label,
    .formbox form .group textarea:valid+label {
        left: 20px;
    }
}

@media (max-width: 767px) {

    .formbox form .group input:focus+label,
    .formbox form .group textarea:focus+label,
    .formbox form .group input:valid+label,
    .formbox form .group textarea:valid+label {
        top: -30px;
        left: 10px;
    }
}

.formbox-bgwhite form .group input,
.formbox-bgwhite form .group textarea {
    background-color: #fff;
}

.submit-group {
    margin-top: 30px;
}

.submit-group .submit {
    font-weight: 500;
    line-height: 44px;

    display: inline-block;

    padding: 0 46px;

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

    color: #2148a8;
    border-radius: 50px;
    background-color: #7bdbea;
}

@media (min-width: 1200px) {
    .submit-group .submit:hover {
        color: #7bdbea;
        background-color: #2148a8;
    }
}

.wrap-reviews .title-product-show .write-review {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.wrap-reviews .title-product-show .write-review a {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

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

    color: #7bdbea;
}

@media (max-width: 1199px) {
    .wrap-reviews .title-product-show .write-review a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .wrap-reviews .title-product-show .write-review a {
        font-size: 14px;
    }
}

.wrap-reviews .title-product-show .write-review a:hover {
    color: #2148a8;
}

.wrap-reviews .feedback {
    display: none;

    padding-top: 10px;
}

.wrap-reviews .feedback .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    border: 1px solid #e9edf7;
    border-radius: 6px;
    background: rgba(233, 237, 247, .57);
}

.wrap-reviews .feedback .item span {
    line-height: 50px;

    display: block;

    white-space: nowrap;

    color: #665233;
}

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

    width: 100%;
    padding: 10px;

    resize: vertical;

    background: none;
}

.wrap-reviews .feedback .rating {
    position: relative;

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

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

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.wrap-reviews .feedback .rating-0 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.wrap-reviews .feedback .rating>input {
    display: none;
}

.wrap-reviews .feedback .rating>label {
    font-size: 20px;

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

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

    color: #7bdbea;
}

.wrap-reviews .feedback .rating>label:before {
    font-family: 'iconfont' !important;

    content: '\e62e';
}

.wrap-reviews .feedback .rating>input:checked~label,
.wrap-reviews .feedback .rating>input:checked~label~label {
    color: #7bdbea;
}

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

    content: '\e635';
}

.wrap-reviews .feedback .rating>input:not(:checked)~label:hover,
.wrap-reviews .feedback .rating>input:not(:checked)~label:hover~label {
    color: #7bdbea;
}

.wrap-reviews .feedback .rating>input:not(:checked)~label:hover:before,
.wrap-reviews .feedback .rating>input:not(:checked)~label:hover~label:before {
    font-family: 'iconfont' !important;

    content: '\e635';
}

.wrap-reviews .review-list {
    overflow: hidden;

    margin-top: 20px;
}

.wrap-reviews .review-list .item {
    padding: 20px 0;
}

@media (max-width: 991px) {
    .wrap-reviews .review-list .item {
        padding: 10px 0;
    }
}

.wrap-reviews .review-list .item h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.15384615;

    margin: 0;

    text-transform: capitalize;

    color: #2148a8;
}

@media (max-width: 1199px) {
    .wrap-reviews .review-list .item h3 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .wrap-reviews .review-list .item h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-reviews .review-list .item h3 {
        font-size: 18px;
    }
}

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

    margin: 0;

    color: #665233;
}

@media (max-width: 767px) {
    .wrap-reviews .review-list .item p {
        font-size: 14px;
    }
}

.wrap-reviews .review-list .item .starbox {
    margin: 20px 0 14px;

    color: #7bdbea;
}

@media (max-width: 991px) {
    .wrap-reviews .review-list .item .starbox {
        margin: 10px 0;
    }
}

.wrap-reviews .review-list .item .starbox span {
    font-size: 18px;

    display: inline-block;

    margin-right: 14px;

    vertical-align: middle;
}

@media (max-width: 991px) {
    .wrap-reviews .review-list .item .starbox span {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .wrap-reviews .review-list .item .starbox span {
        font-size: 14px;
    }
}

.wrap-reviews .review-list .item .starbox .icon {
    font-size: 18px;
    line-height: 26px;

    display: inline-block;

    vertical-align: middle;
}

.header {
    position: sticky;
    z-index: 10;
    top: 0;

    width: 100%;

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

    background-color: #fff;
}

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

.header .logo {
    position: relative;

    display: block;

    height: 64px;

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

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

@media (max-width: 1199px) {
    .header .logo {
        height: 60px;
        padding: 5px 0;
    }
}

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

.header .logo img {
    position: relative;
    z-index: 6;

    display: block;

    height: 100%;
}

.header .header-vr {
    line-height: 40px;

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

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

.header .header-vr:after {
    margin: 0 20px;

    content: '|';

    opacity: .15;
}

@media (max-width: 767px) {
    .header .header-vr:after {
        margin: 0 10px;
    }
}

.header .header-vr .iconfont {
    font-size: 30px;
}

.header .header-vr:hover {
    color: #2148a8;
}

.header .serach-part {
    cursor: pointer;
}

.header .find,
.header .cart,
.header .language {
    line-height: 44px;

    display: block;

    width: 44px;
    height: 44px;
    margin-left: 8px;

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

    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 3px;
}

@media (max-width: 767px) {

    .header .find,
    .header .cart,
    .header .language {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}

.header .find .iconfont,
.header .cart .iconfont,
.header .language .iconfont {
    font-size: 24px;
}

.header .find:hover,
.header .cart:hover,
.header .language:hover {
    color: #fff;
    background-color: #2148a8;
}

.header .cart {
    position: relative;
}

.header .cart span {
    font-size: 12px;
    line-height: 16px;

    position: absolute;
    top: 2px;
    right: 2px;

    width: 16px;
    height: 16px;

    color: #000;
    border-radius: 50%;
    background-color: #7bdbea;
}

.header .language {
    width: 124px;
}

@media (max-width: 767px) {
    .header .language {
        width: 100px;
    }
}

.header .language a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

.header .language a .iconfont {
    margin-right: 6px;
}

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

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

    display: none;

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

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

    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.header .search-wrap .search-close {
    position: absolute;
    top: 5%;
    right: 10%;

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

    color: #fff;
}

@media (max-width: 1199px) {
    .header .search-wrap .search-close {
        right: 5%;
    }
}

.header .search-wrap .search-close .icon {
    font-size: 30px;
}

.header .search-wrap .search-box {
    position: absolute;
    top: 50%;
    left: 10%;

    overflow: hidden;

    width: 80%;

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

    border-radius: 6px;
}

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

        width: 90%;
    }
}

.header .search-wrap input {
    line-height: 30px;

    width: 100%;
    padding: 15px;

    color: #665233;
}

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

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

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

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

    border-radius: 0;
}

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

    content: '\e60e';
}

.header .search-wrap .submit:hover {
    color: #fff;
    background-color: #2148a8;
}

.header .translate {
    margin-left: 30px;
}

@media (max-width: 767px) {
    .header .translate {
        margin-left: 6px;
    }
}

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

.header .pc-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

.header .pc-nav>ul>li {
    position: relative;

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

    padding: 0 25px;

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

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

.header .pc-nav>ul>li>a {
    font-size: 18px;

    position: relative;

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

    height: 80px;

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

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

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

.header .pc-nav>ul>li.more>a:after {
    font-family: 'iconfont' !important;
    font-size: 22px;

    display: inline-block;

    margin-left: 5px;

    content: '\eb8b';
    vertical-align: middle;
}

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

.header .pc-nav>ul>li.active>a:after,
.header .pc-nav>ul>li:hover>a:after {
    width: 100%;
}

.header .pc-nav .nav-list2 {
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;

    display: none;

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

    text-align: left;

    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
}

.header .pc-nav .nav-list2>li {
    position: relative;
}

.header .pc-nav .nav-list2>li>a {
    font-size: 16px;
    line-height: 24px;

    display: block;

    padding: 5px 20px;

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

    color: #444;
}

@media (max-width: 1560px) {
    .header .pc-nav .nav-list2>li>a {
        padding: 5px 20px;
    }
}

.header .pc-nav .nav-list2>li:hover>a {
    color: #2148a8;
}

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

    display: none;

    padding: 10px 0;

    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
}

.header .pc-nav .nav-list3>li>a {
    font-size: 16px;
    line-height: 24px;

    display: block;

    padding: 5px 20px;

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

    color: #444;
}

.header .pc-nav .nav-list3>li:hover>a {
    color: #2148a8;
}

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

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

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

    height: 2px;
    margin: 5px 0;

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

    background: #7bdbea;
}

.header.stuck {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.hc-mobile-nav {
    text-transform: capitalize;
}

.hc-mobile-nav .lst-clone {
    display: none;
}

.hc-mobile-nav p {
    margin: 0;
}

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

.hc-mobile-nav .nav-list2 li.nav-parent>a {
    padding-right: 44px;
    padding-left: 30px;
}

.hc-mobile-nav .nav-list3 li a {
    padding-left: 40px;
}

.hc-mobile-nav ul {
    text-indent: 0 !important;
}

.hc-mobile-nav .nav-wrapper {
    color: #331f00;
    background-color: #fff;
}

.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open,
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
    background-color: #eee;
}

.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after,
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
    border-color: #222;
}

.hc-mobile-nav:not(.touch-device) a:hover {
    background-color: #eee;
}

.online-wrap {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 5px;

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

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

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

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

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

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

    color: #fff;
    border: 1px solid #2148a8;
    border-radius: 0;
    border-radius: 50%;
    outline: none;
    background-color: #2148a8;
}

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

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

    display: inline-block;

    content: '\e625';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.online-wrap .btn.active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

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

    display: none;

    max-width: 120px;
}

.online-wrap .code-pic .pic-box {
    background-color: #fff;
}

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

    max-width: 100%;
}

.online-wrap .online {
    position: relative;

    padding: 10px;

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

    color: #fff;
    border-radius: 50px;
    background: rgba(0, 0, 0, .23);

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

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

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

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

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

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

    position: relative;

    display: block;

    width: 45px;
    height: 45px;
    margin: 2px 0;
    padding: 0;

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

    color: rgba(255, 255, 255, .4);
    border-radius: 50%;
}

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

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

.online-wrap .online a .iconfont {
    font-size: 26px;
}

.online-wrap .online a:hover {
    color: #fff;
}

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

        width: 40px;
        height: 40px;
    }

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

.online-wrap .online .codenum {
    position: relative;
}

.online-wrap .online .codenum .open-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}

.online-wrap .online .codenum .open-num p {
    line-height: 45px;

    display: block;

    margin: 0;
    padding: 0 20px;

    color: #2148a8;
    border-radius: 100px;
    background: #7bdbea;
}

@media (min-width: 1200px) {
    .online-wrap .online .codenum:hover .open-num {
        right: 100%;
    }
}

.online-wrap .online .code {
    position: relative;
}

@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}

.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}

.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

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

    width: 100%;
}

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

    margin: 5px 0 8px 0;

    color: #888;
}

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

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

    width: 18px;
    height: 18px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #2148a8;
}

.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: #2148a8;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}

@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}

.xs-online .open-top {
    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

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

    background-color: #2148a8;
}

.xs-online .open-top a {
    line-height: 24px;

    display: inline-block;

    padding: 5px 10px;

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

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

.xs-online .open-top a .iconfont {
    font-size: 20px;

    display: block;
}

.xs-online ul {
    margin: 0;
    padding: 0;

    text-align: center;
}

.xs-online ul li {
    position: relative;

    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(255, 255, 255, .6);
}

.xs-online ul li:hover .open-top {
    display: block;
}

.xs-online ul li>a {
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}

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

    display: block;
}

@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}

.xs-online ul li:first-child {
    border-left: none;
}

.xs-online ul li:last-child {
    border-right: none;
}

.xs-online ul li.xs-online-wechat>a {
    position: relative;
}

.xs-online ul li.xs-online-wechat>a:hover img {
    display: block;
}

.xs-online ul li.xs-online-wechat>a img {
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}

.banner {
    font-size: 0;

    position: relative;
    z-index: 8;

    clear: both;
    overflow: hidden;

    width: 100%;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;

    width: 100%;
}

.banner .img-box {
    padding-bottom: 50%;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .slick-prev {
    left: 4%;
}

@media (max-width: 991px) {
    .banner .slick-prev {
        left: 0;
    }
}

.banner .slick-next {
    right: 4%;
}

@media (max-width: 991px) {
    .banner .slick-next {
        right: 0;
    }
}

.banner .item {
    position: relative;

    display: block;
    overflow: hidden;
}

/* @media (max-width: 767px)
{
    .banner .item
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
} */
.banner .banner-text {
    position: absolute;
    z-index: 6;
    top: 0;
    right: 0;

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

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

    color: #fff;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .4)), color-stop(68.03%, rgba(0, 0, 0, .32)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .32) 68.03%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .32) 68.03%, rgba(0, 0, 0, 0) 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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1560px) {
    .banner .banner-text {
        padding: 30px 5%;
    }
}

@media (max-width: 1199px) {
    .banner .banner-text {
        padding: 20px 3%;
    }
}

@media (max-width: 767px) {
    .banner .banner-text {
        width: 100%;
        padding: 20px 8%;
    }
}

.banner .banner-text h2 {
    font-size: 90px;
    font-weight: 800;
    line-height: 1;

    letter-spacing: -7.2px;
}

@media (max-width: 1560px) {
    .banner .banner-text h2 {
        font-size: 80px;

        letter-spacing: -6.2px;
    }
}

@media (max-width: 1470px) {
    .banner .banner-text h2 {
        font-size: 70px;

        letter-spacing: -5.2px;
    }
}

@media (max-width: 1400px) {
    .banner .banner-text h2 {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    .banner .banner-text h2 {
        font-size: 50px;

        letter-spacing: -4.2px;
    }
}

@media (max-width: 991px) {
    .banner .banner-text h2 {
        font-size: 40px;

        letter-spacing: -2.2px;
    }
}

@media (max-width: 767px) {
    .banner .banner-text h2 {
        font-size: 24px;

        letter-spacing: -1.2px;
    }
}

.banner .banner-text h2 span {
    color: #2148a8;
}

.banner .banner-text p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44444444;

    margin: 20px 0 0 0;

    letter-spacing: -.54px;
}

@media (max-width: 1199px) {
    .banner .banner-text p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .banner .banner-text p {
        display: none;
    }
}

.banner .banner-text .banner-more {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;

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

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

    -webkit-transition: all .6s;
    transition: all .6s;
    letter-spacing: -.8px;

    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50px;
    background: rgba(255, 255, 255, .15);

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

@media (max-width: 1199px) {
    .banner .banner-text .banner-more {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .banner .banner-text .banner-more {
        margin-top: 10px;
    }
}

.banner .banner-text .banner-more .iconfont {
    line-height: 42px;

    display: block;

    width: 42px;
    height: 42px;

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

    color: #000;
    border-radius: 50%;
    background-color: #fff;
}

@media (max-width: 767px) {
    .banner .banner-text .banner-more .iconfont {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}

.banner .banner-text .banner-more span {
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    width: 130px;
    height: 30px;

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

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

@media (max-width: 767px) {
    .banner .banner-text .banner-more span {
        line-height: 22px;

        height: 22px;
    }
}

.banner .banner-text .banner-more:hover .iconfont {
    -webkit-transform: translateX(130px);
    -ms-transform: translateX(130px);
    transform: translateX(130px);
}

.banner .banner-text .banner-more:hover span {
    -webkit-transform: translateX(-42px);
    -ms-transform: translateX(-42px);
    transform: translateX(-42px);
}

.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: 45.625%;

    -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: #2148a8 !important;
}

.banner .mobile-video {
    position: relative;

    display: block;
}

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

    content: '';

    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-size: 50px;

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

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

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.banner .swiper-pagination {
    bottom: 3%;
}

.banner .swiper-pagination-bullet {
    position: relative;

    width: 34px;
    height: 34px;

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

    opacity: .2;
    border: 1px dashed rgba(123, 219, 234, 0);
    border-radius: 50%;
    background: none;
}

@media (max-width: 767px) {
    .banner .swiper-pagination-bullet {
        width: 28px;
        height: 28px;
    }
}

.banner .swiper-pagination-bullet:before {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 10px;
    height: 10px;

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

    border-radius: 50%;
    background-color: #7bdbea;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    border: 1px dashed #7bdbea;
}

.banner-in {
    position: relative;

    overflow: hidden;
}

.banner-in img {
    position: relative;
    left: 50%;

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

@media (min-width: 1920px) {
    .banner-in img {
        width: 100%;
    }
}

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

.banner-in .banner-in-text {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 2%;

    letter-spacing: -10px;

    mix-blend-mode: soft-light;
}

.banner-in .banner-in-text h2 {
    font-size: 10vw;
    font-weight: normal;
    line-height: 1;

    margin: 0;

    letter-spacing: -10px;

    color: #fff;

    /* gj */
    display: none;
    /* 。 */
}

@media (max-width: 1199px) {
    .banner-in .banner-in-text h2 {
        letter-spacing: -5px;
    }
}

@media (max-width: 767px) {
    .banner-in .banner-in-text h2 {
        letter-spacing: 0;
    }
}

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

    100% {
        stroke-dashoffset: 0;
    }
}

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

    100% {
        stroke-dashoffset: 0;
    }
}

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

    100% {
        stroke-dashoffset: 300%;
    }
}

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

    100% {
        stroke-dashoffset: 300%;
    }
}

.box {
    overflow: hidden;

    padding: 120px 0;
}

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

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

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

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

@-webkit-keyframes zhuan {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes zhuan {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.common-more a {
    font-weight: 500;
    line-height: 24px;

    position: relative;

    display: inline-block;

    padding: 10px 44px;

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

    color: #2148a8;
    border: 1px solid #2148a8;
    border-radius: 50px;
}

@media (max-width: 991px) {
    .common-more a {
        padding: 8px 30px;
    }
}

@media (min-width: 1200px) {
    .common-more a:hover {
        color: #2148a8;
        border-color: #7bdbea;
        background-color: #7bdbea;
    }
}

.common-more-other a {
    border-color: #7bdbea;
    background-color: #7bdbea;
}

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

.title h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;

    color: #2148a8;
}

@media (max-width: 1560px) {
    .title h2 {
        font-size: 50px;
    }
}

@media (max-width: 1400px) {
    .title h2 {
        font-size: 44px;
    }
}

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

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

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

.title .editor-content {
    max-width: 930px;
    margin-top: 30px;
}

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

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

.title .editor-content p {
    color: #222;
}

.box-product-diversified {
    position: relative;
}

.box-product-diversified .pic {
    position: relative;
}

.box-product-diversified .pic img {
    width: 100%;

    background: none;
}

.box-product-diversified .pic .imgtop {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}

.box-product-diversified .product-diversified {
    position: absolute;
    z-index: 6;
    top: 100px;
    left: 0;

    width: 100%;
}

@media (max-width: 1560px) {
    .box-product-diversified .product-diversified {
        top: 80px;
    }
}

@media (max-width: 1199px) {
    .box-product-diversified .product-diversified {
        top: 60px;
    }
}

@media (max-width: 767px) {
    .box-product-diversified .product-diversified {
        position: relative;
        top: 0;

        padding: 30px 0;

        background-color: #1f262e;
    }
}

.box-product-diversified .product-diversified .common-more {
    margin-top: 40px;

    /* gj */

    display: flex;
    align-items: center;
    justify-content: center;

    /* 。 */
}

@media (max-width: 1199px) {
    .box-product-diversified .product-diversified .common-more {
        margin-top: 20px;
    }
}

.box-product-diversified .product-diversified .title h2 {
    /* gj */

    /* max-width: 560px; */
    text-align: center;

    /* 。 */
    color: #fff;
}

@media (max-width: 1199px) {
    .box-product-diversified .product-diversified .title h2 {
        max-width: 460px;
    }
}

.box-number {
    padding: 20px 0;

    color: #2148a8;
    background-color: #7bdbea;
}

.box-number .number ul {
    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;
}

.box-number .number ul li {
    margin: 20px 0;
}

@media (max-width: 767px) {
    .box-number .number ul li {
        width: 50%;
        margin: 10px 0;
    }
}

.box-number .number ul li.line {
    width: 1px;

    background-image: -webkit-repeating-linear-gradient(top, #55bccd, #55bccd 3px, transparent 3px, transparent 6px);
    background-image: repeating-linear-gradient(to bottom, #55bccd, #55bccd 3px, transparent 3px, transparent 6px);
}

@media (max-width: 767px) {
    .box-number .number ul li.line {
        display: none;
    }
}

.box-number .number .item b {
    font-size: 70px;
    font-weight: 400;
    line-height: 100%;

    display: block;

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

@media (max-width: 1560px) {
    .box-number .number .item b {
        font-size: 60px;
    }
}

@media (max-width: 1470px) {
    .box-number .number .item b {
        font-size: 50px;
    }
}

@media (max-width: 1400px) {
    .box-number .number .item b {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .box-number .number .item b {
        font-size: 34px;
    }
}

.box-number .number .item p {
    font-weight: 500;
    line-height: 1.375;

    max-width: 200px;
    margin: 16px 0 0 0;
}

/* gj */
.common-playgj {
    position: absolute;

    top: 77%;
    left: 70%;


    width: 86px;
    height: 86px;

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

@media (max-width: 1199px) {
    .common-playgj {
        width: 60px;
        height: 60px;
    }
}

.common-playgj span {
    position: absolute;
    z-index: 6;

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

    width: 100%;
    height: 100%;

    color: #fff;
    border-radius: 50%;
    background-color: #7bdbea;

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

.common-playgj span .iconfont {
    font-size: 60px;
}

@media (max-width: 1199px) {
    .common-playgj span .iconfont {
        font-size: 40px;
    }
}

.common-playgj::before,
.common-playgj::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: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    background: rgba(123, 219, 234, .28);
}

.common-playgj::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.common-playgj::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/* 。 */


.common-play {
    position: absolute;
    top: 50%;
    left: 50%;

    /* gj */
    /* top: 77%;
    left: 70%; */


    width: 86px;
    height: 86px;

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

@media (max-width: 1199px) {
    .common-play {
        width: 60px;
        height: 60px;
    }
}

.common-play span {
    position: absolute;
    z-index: 6;

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

    width: 100%;
    height: 100%;

    color: #fff;
    border-radius: 50%;
    background-color: #7bdbea;

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

.common-play span .iconfont {
    font-size: 60px;
}

@media (max-width:1199px) {
    .common-play span .iconfont {
        font-size: 40px;
    }
}

.common-play::before,
.common-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: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    background: rgba(123, 219, 234, .28);
}

.common-play::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.common-play::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.box-about .about-left {
    width: 50%;
    padding-right: 5%;
}

@media (max-width: 767px) {
    .box-about .about-left {
        width: 100%;
        padding-right: 0;
    }
}

.box-about .common-more {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .box-about .common-more {
        margin-top: 30px;
    }
}

.box-about .about-right {
    width: 50%;
}

@media (max-width: 767px) {
    .box-about .about-right {
        width: 100%;
        margin-top: 30px;
    }
}

.box-about .video {
    position: relative;

    overflow: hidden;

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

    border-radius: 6px;
}

@media (max-width: 1560px) {
    .box-about .video {
        margin-top: 30px;
    }
}

.box-about .video img {
    width: 100%;
}

.box-products-explore .products-explore {
    overflow: hidden;

    margin-top: 80px;
}

@media (max-width: 1560px) {
    .box-products-explore .products-explore {
        margin-top: 60px;
    }
}

@media (max-width: 1199px) {
    .box-products-explore .products-explore {
        margin-top: 30px;
    }
}

.box-products-explore .products-explore ul {
    margin: -25px;
}

.box-products-explore .products-explore ul li {
    padding: 25px;

    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.box-products-explore .products-explore .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 10px;

    -webkit-transition: background-color .2s;
    transition: background-color .2s;

    border-radius: 6px;
    background: #f8f8f8;

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

.box-products-explore .products-explore .item .pic {
    overflow: hidden;

    width: 44%;

    border-radius: 6px;
}

@media (max-width: 767px) {
    .box-products-explore .products-explore .item .pic {
        width: 80%;
        margin: 0 auto;
    }
}

.box-products-explore .products-explore .item .pic .img-box {
    padding-bottom: 111.11111111%;
}

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

.box-products-explore .products-explore .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 56%;
    padding: 50px 5%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1560px) {
    .box-products-explore .products-explore .item .text {
        padding: 30px;
    }
}

@media (max-width: 1400px) {
    .box-products-explore .products-explore .item .text {
        padding: 10px 15px;
    }
}

@media (max-width: 767px) {
    .box-products-explore .products-explore .item .text {
        width: 100%;
        margin-top: 20px;
    }
}

.box-products-explore .products-explore .item .title-products-explore {
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 68px;

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

@media (max-width: 1560px) {
    .box-products-explore .products-explore .item .title-products-explore {
        font-size: 24px;
        line-height: 30px;

        max-height: 60px;
    }
}

@media (max-width: 1400px) {
    .box-products-explore .products-explore .item .title-products-explore {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .box-products-explore .products-explore .item .title-products-explore {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .box-products-explore .products-explore .item .title-products-explore {
        font-size: 16px;
        line-height: 24px;

        max-height: 24px;
    }
}

.box-products-explore .products-explore .item .public-note {
    display: -webkit-box;
    overflow: hidden;

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

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

@media (max-width: 1560px) {
    .box-products-explore .products-explore .item .public-note {
        margin-top: 10px;
    }
}

.box-products-explore .products-explore .item .public-note p {
    font-size: 14px;
    line-height: 24px;
}

.box-products-explore .products-explore .item .more-cart {
    margin-top: 20px;
}

.box-products-explore .products-explore .item .common-more {
    margin-right: 10px;
}

.box-products-explore .products-explore .item .common-more a {
    -webkit-transition: all .2s;
    transition: all .2s;
}

.box-products-explore .products-explore .item .common-more a:hover {
    text-decoration: underline;
}

.box-products-explore .products-explore .item .addcart {
    line-height: 44px;

    display: block;

    width: 44px;
    height: 44px;

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

    opacity: 0;
    color: #2148a8;
    border-radius: 50%;
    background-color: #7bdbea;
}

@media (max-width: 1199px) {
    .box-products-explore .products-explore .item .addcart {
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .box-products-explore .products-explore .item .addcart {
        line-height: 40px;

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

.box-products-explore .products-explore .item .addcart .iconfont {
    font-size: 20px;

    display: block;

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

.box-products-explore .products-explore .item .addcart:hover .iconfont {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

@media (min-width: 1200px) {
    .box-products-explore .products-explore .item:hover {
        background: url(../images/explore_item_bg.png) no-repeat center #2148a8;
        background-size: cover;
    }

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

    .box-products-explore .products-explore .item:hover .title-products-explore {
        color: #7bdbea;
    }

    .box-products-explore .products-explore .item:hover .public-note p {
        color: #fff;
    }

    .box-products-explore .products-explore .item:hover .common-more a {
        color: #2148a8;
        background-color: #7bdbea;
    }

    .box-products-explore .products-explore .item:hover .addcart {
        opacity: 1;
    }
}

.box-products-bestselling .title .editor-content {
    margin: 0 auto;
    margin-top: 30px;
}

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

@media (max-width: 767px) {
    .box-products-bestselling .title .editor-content {
        margin-top: 10px;
    }
}

.box-products-bestselling .products-bestselling {
    margin-top: 80px;
}

@media (max-width: 1560px) {
    .box-products-bestselling .products-bestselling {
        margin-top: 60px;
    }
}

@media (max-width: 1199px) {
    .box-products-bestselling .products-bestselling {
        margin-top: 30px;
    }
}

.box-products-bestselling .products-bestselling .item {
    padding: 0 5px;

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

    border: 1px solid #f5f5f5;
    border-radius: 6px;
    background: #fff;
}

.box-products-bestselling .products-bestselling .item .addcart {
    font-size: 14px;
    line-height: 50px;

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

    padding: 0 20px;

    color: #665233;

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

.box-products-bestselling .products-bestselling .item .addcart:before {
    display: block;

    width: 8px;
    height: 8px;

    content: '';

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

.box-products-bestselling .products-bestselling .item .pic {
    overflow: hidden;

    border-radius: 6px;
}

.box-products-bestselling .products-bestselling .item .pic .img-box {
    padding-bottom: 111.11111111%;
}

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

.box-products-bestselling .products-bestselling .item .text {
    padding: 20px;
}

@media (max-width: 767px) {
    .box-products-bestselling .products-bestselling .item .text {
        padding: 20px 10px;
    }
}

.box-products-bestselling .products-bestselling .item .title-products {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;

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

@media (max-width: 767px) {
    .box-products-bestselling .products-bestselling .item .title-products {
        font-size: 16px;
    }
}

.box-products-bestselling .products-bestselling .item .more {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .box-products-bestselling .products-bestselling .item .more {
        margin-top: 10px;
    }
}

.box-products-bestselling .products-bestselling .item .more a {
    font-size: 20px;

    display: inline-block;
}

@media (max-width: 1560px) {
    .box-products-bestselling .products-bestselling .item .more a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .box-products-bestselling .products-bestselling .item .more a {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .box-products-bestselling .products-bestselling .item:hover {
        color: #fff;
        background-color: #2148a8;
    }

    .box-products-bestselling .products-bestselling .item:hover .addcart {
        color: #fff;
    }

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

    .box-products-bestselling .products-bestselling .item:hover .title-products {
        color: #7bdbea;
    }

    .box-products-bestselling .products-bestselling .item:hover .more {
        color: #7bdbea;
    }
}

.box-products-bestselling .common-more {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .box-products-bestselling .common-more {
        margin-top: 30px;
    }
}

.box-customer {
    background: url(../images/customer_bg.jpg) no-repeat center;
    background-size: cover;
}

.box-customer .title h2 {
    color: #7bdbea;
}

.box-customer .title .editor-content {
    margin: 0 auto;
    margin-top: 30px;
}

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

@media (max-width: 767px) {
    .box-customer .title .editor-content {
        margin-top: 10px;
    }
}

.box-customer .title .editor-content p {
    color: #fff;
}

.box-customer .customer {
    margin-top: 80px;
}

@media (max-width: 1560px) {
    .box-customer .customer {
        margin-top: 60px;
    }
}

@media (max-width: 1199px) {
    .box-customer .customer {
        margin-top: 30px;
    }
}

@media (min-width: 1560px) {
    .box-customer .customer .slick-list {
        margin: 0 -40px;
    }

    .box-customer .customer .slick-list .slick-slide {
        padding: 0 40px;
    }
}

.box-customer .customer .item {
    text-align: center;

    color: #fff;
}

.box-customer .customer .item .pic {
    overflow: hidden;

    width: 90px;
    margin: 0 auto;

    text-align: center;

    border-radius: 50%;
}

.box-customer .customer .item .title-customer {
    margin-top: 20px;
}

.box-customer .customer .item .title-customer b {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.30769231;

    display: block;

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

@media (max-width: 1400px) {
    .box-customer .customer .item .title-customer b {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .box-customer .customer .item .title-customer b {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .box-customer .customer .item .title-customer b {
        font-size: 18px;
    }
}

.box-customer .customer .item .title-customer span {
    line-height: 1.5;

    display: block;

    margin-top: 10px;

    color: rgba(255, 255, 255, .8);
}

.box-customer .customer .item .score {
    font-size: 14px;

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

    margin-top: 50px;

    color: #7bdbea;

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

@media (max-width: 1560px) {
    .box-customer .customer .item .score {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .box-customer .customer .item .score {
        margin-top: 10px;
    }
}

.box-customer .customer .item .score .iconfont,
.box-customer .customer .item .score span {
    display: block;

    margin: 0 10px;
}

@media (max-width: 767px) {

    .box-customer .customer .item .score .iconfont,
    .box-customer .customer .item .score span {
        margin: 0 5px;
    }
}

.box-customer .customer .item .editor-content {
    margin-top: 20px;
}

.box-customer .customer .item .editor-content p {
    color: #fff;
}

.box-customer .customer .slick-center .item .title-customer b {
    color: #7bdbea;
}

.box-customer .customer-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 80px;

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

@media (max-width: 1560px) {
    .box-customer .customer-button {
        margin-top: 60px;
    }
}

@media (max-width: 1199px) {
    .box-customer .customer-button {
        margin-top: 30px;
    }
}

.box-customer .slick-dots {
    margin: 0 20px;
}

@media (max-width: 767px) {
    .box-customer .slick-dots {
        margin: 0 10px;
    }
}

.box-customer .slick-dots li {
    position: relative;

    width: 34px;
    height: 34px;

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

    opacity: .2;
    border: 1px dashed rgba(123, 219, 234, 0);
    border-radius: 50%;
    background: none;
}

@media (max-width: 767px) {
    .box-customer .slick-dots li {
        width: 28px;
        height: 28px;
    }
}

.box-customer .slick-dots li:before {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 10px;
    height: 10px;

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

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

.box-customer .slick-dots li.slick-active {
    opacity: 1;
    border: 1px dashed #7bdbea;
}

.box-customer .slick-dots li.slick-active:before {
    background-color: #7bdbea;
}

.box-customer .slick-arrow {
    color: rgba(255, 255, 255, .4);
}

.box-customer .slick-arrow:hover {
    color: #7bdbea;
}

.box-products-new {
    background: #f5f5f5;
}

.box-products-new .title .editor-content {
    margin: 0 auto;
    margin-top: 30px;
}

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

@media (max-width: 767px) {
    .box-products-new .title .editor-content {
        margin-top: 10px;
    }
}

.box-products-new .products-new>ul {
    margin-top: -30px;
}

.box-products-new .products-new>ul>li {
    margin-top: 30px;
}

.box-products-new .products-new .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 10px;

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

    border-radius: 6px;
    background-color: #fff;

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

.box-products-new .products-new .item .pic {
    overflow: hidden;

    width: 44%;
    height: 100%;

    border-radius: 6px;
}

.box-products-new .products-new .item .pic .img-box {
    padding-bottom: 111.11111111%;
}

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

.box-products-new .products-new .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 56%;
    padding: 30px;

    -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) {
    .box-products-new .products-new .item .text {
        padding: 20px;
    }
}

@media (max-width: 1400px) {
    .box-products-new .products-new .item .text {
        padding: 10px 15px;
    }
}

@media (max-width: 767px) {
    .box-products-new .products-new .item .text {
        padding: 10px 0;
    }
}

.box-products-new .products-new .item .title-products-new {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 44px;

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

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

@media (max-width: 991px) {
    .box-products-new .products-new .item .title-products-new {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .box-products-new .products-new .item .title-products-new {
        font-size: 16px;
    }
}

.box-products-new .products-new .item .txt {
    display: -webkit-box;
    overflow: hidden;

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

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

@media (max-width: 1560px) {
    .box-products-new .products-new .item .txt {
        margin-top: 10px;
    }
}

.box-products-new .products-new .item .txt p {
    font-size: 14px;
    line-height: 20px;

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

    color: #665233;
}

.box-products-new .products-new .item .more {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;

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

    margin-top: 20px;

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

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

.box-products-new .products-new .item .more .iconfont {
    margin-left: 10px;
}

@media (min-width: 1200px) {
    .box-products-new .products-new .item:hover {
        background-color: #2148a8;
    }

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

    .box-products-new .products-new .item:hover .title-products-new {
        color: #7bdbea;
    }

    .box-products-new .products-new .item:hover .txt p {
        color: #fff;
    }

    .box-products-new .products-new .item:hover .more {
        color: #7bdbea;
    }
}

.box-news .news {
    padding-top: 100px;

    border-top: 1px solid #f0f0f0;
}

@media (max-width: 1199px) {
    .box-news .news {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    .box-news .news {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .box-news .news {
        padding-top: 10px;
    }
}

.box-news .news>ul>li {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .box-news .news>ul>li {
        margin-top: 20px;
    }
}

.box-news .news>ul>li:nth-child(1) {
    margin-top: 0;
}

.box-news .news .item {
    position: relative;

    display: block;

    padding-left: 390px;
}

@media (max-width: 1470px) {
    .box-news .news .item {
        padding-left: 300px;
    }
}

@media (max-width: 991px) {
    .box-news .news .item {
        padding-left: 240px;
    }
}

@media (max-width: 767px) {
    .box-news .news .item {
        padding-left: 0;
    }
}

.box-news .news .item .pic {
    position: absolute;
    top: 50%;
    left: 0;

    overflow: hidden;

    width: 270px;

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

    opacity: 0;
    border-radius: 6px;
}

@media (max-width: 1470px) {
    .box-news .news .item .pic {
        width: 240px;
    }
}

@media (max-width: 991px) {
    .box-news .news .item .pic {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .box-news .news .item .pic {
        display: none;
    }
}

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

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

.box-news .news .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    border-radius: 6px;

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

.box-news .news .item .text .note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding: 24px;

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

    border: 1px solid #f5f5f5;
    border-radius: 6px;
    background: #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;
}

@media (max-width: 1400px) {
    .box-news .news .item .text .note {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
    }
}

@media (max-width: 991px) {
    .box-news .news .item .text .note {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .box-news .news .item .text .note {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.box-news .news .item .text .note .date {
    font-size: 16px;

    width: 30%;

    color: #666;
}

@media (max-width: 767px) {
    .box-news .news .item .text .note .date {
        font-size: 14px;

        width: 100%;
    }
}

.box-news .news .item .text .note .title-news {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    width: 70%;
    height: 30px;

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

@media (max-width: 1400px) {
    .box-news .news .item .text .note .title-news {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .box-news .news .item .text .note .title-news {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .box-news .news .item .text .note .title-news {
        font-size: 16px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        width: 100%;
        height: auto;
        max-height: 48px;

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

.box-news .news .item .text .more {
    width: 100px;

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

    opacity: 0;
}

@media (max-width: 1400px) {
    .box-news .news .item .text .more {
        width: 60px;
    }
}

.box-news .news .item .text .more .iconfont {
    font-size: 24px;

    display: block;

    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 991px) {
    .box-news .news .item .text .more .iconfont {
        font-size: 20px;
    }
}

.box-news .news .active .item .pic {
    opacity: 1;
}

.box-news .news .active .item .text {
    background-color: #7bdbea;
}

.box-news .news .active .item .text .note {
    color: #fff;
    background-color: #2148a8;
}

.box-news .news .active .item .text .note .date {
    color: #fff;
}

.box-news .news .active .item .text .more {
    opacity: 1;
    color: #2148a8;
}

.box-news .news .active .item .text .more .iconfont {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.box-products-recommended {
    background: #f5f5f5;
}

.box-products-recommended .products-recommended .item .pic {
    position: relative;

    overflow: hidden;

    border-radius: 6px;
}

.box-products-recommended .products-recommended .item .pic .img-box {
    padding-bottom: 111.11111111%;
}

.box-products-recommended .products-recommended .item .pic .img-box:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    background-color: rgba(0, 0, 0, .3);
}

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

.box-products-recommended .products-recommended .item .pic .addcart {
    font-size: 20px;
    line-height: 60px;

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

    display: block;

    width: 60px;
    height: 60px;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    opacity: 0;
    color: #fff;
    border-radius: 50%;
    background-color: #2148a8;
}

@media (max-width: 1199px) {
    .box-products-recommended .products-recommended .item .pic .addcart {
        font-size: 18px;
        line-height: 34px;

        position: absolute;
        z-index: 6;
        top: 10px;
        right: 10px;
        left: auto;

        width: 34px;
        height: 34px;

        -webkit-transition: all .2s;
        transition: all .2s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        text-align: center;

        opacity: 1;
        color: #fff;
        border-radius: 50%;
        background-color: #2148a8;
    }
}

.box-products-recommended .products-recommended .item .text {
    overflow: hidden;

    margin-top: 4px;
    padding: 20px 30px;

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

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

@media (max-width: 1560px) {
    .box-products-recommended .products-recommended .item .text {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .box-products-recommended .products-recommended .item .text {
        padding: 15px;
    }
}

.box-products-recommended .products-recommended .item .text .title-products {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;

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

@media (max-width: 991px) {
    .box-products-recommended .products-recommended .item .text .title-products {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .box-products-recommended .products-recommended .item .text .title-products {
        display: -webkit-box;
        overflow: hidden;

        height: 40px;

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

.box-products-recommended .products-recommended .item .text .more {
    margin-top: 14px;
}

.box-products-recommended .products-recommended .item .text .more a {
    font-size: 18px;
    line-height: 30px;

    display: inline-block;
}

@media (min-width: 1200px) {
    .box-products-recommended .products-recommended .item:hover .pic .img-box:before {
        opacity: 1;
    }

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

    .box-products-recommended .products-recommended .item:hover .pic .addcart {
        opacity: 1;
    }

    .box-products-recommended .products-recommended .item:hover .text {
        color: #7bdbea;
        background-color: #2148a8;
    }
}

.footer {
    line-height: 26px;

    position: relative;

    overflow: hidden;

    color: #fff;
    background-color: #151c2e;
}

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

.footer a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

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

.footer a:hover {
    color: #7bdbea;
}

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

.footer .foot {
    padding: 80px 0;
}

@media (max-width: 1199px) {
    .footer .foot {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .footer .foot {
        padding: 40px 0;
    }
}

.footer .foot-left {
    max-width: 330px;
}

@media (max-width: 1199px) {
    .footer .foot-left {
        max-width: 300px;
    }
}

.footer .share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -5px;

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

.footer .share ul li {
    padding: 0 5px;
}

.footer .share ul li a {
    line-height: 56px;

    display: block;

    width: 56px;
    height: 56px;

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

    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 50%;
}

@media (max-width: 767px) {
    .footer .share ul li a {
        line-height: 40px;

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

.footer .share ul li a .iconfont {
    font-size: 20px;
}

@media (max-width: 767px) {
    .footer .share ul li a .iconfont {
        font-size: 16px;
    }
}

.footer .share ul li a:hover {
    color: #2148a8;
    background-color: #7bdbea;
}

@media (max-width: 767px) {
    .footer .foot-nav ul li {
        display: inline-block;

        margin-right: 15px;

        vertical-align: top;
    }
}

.footer .foot-nav ul li a {
    line-height: 24px;

    display: block;

    padding: 5px 0;
}

.footer .foot-middle {
    max-width: 300px;
}

@media (max-width: 767px) {
    .footer .foot-middle {
        max-width: 100%;
        margin-top: 20px;
    }
}

.footer .title-foot h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}

@media (max-width: 1199px) {
    .footer .title-foot h3 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .footer .title-foot h3 {
        font-size: 22px;
    }
}

.footer .foot-text .item {
    margin-top: 20px;
}

.footer .foot-text .item b {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    display: block;

    color: rgba(255, 255, 255, .5);
}

.footer .foot-text .item p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44444444;

    margin: 6px 0 0 0;
}

@media (max-width: 1199px) {
    .footer .foot-text .item p {
        font-size: 16px;
    }
}

.footer .foot-text .item p a {
    font-size: 24px;
}

@media (max-width: 767px) {
    .footer .foot-text .item p a {
        font-size: 20px;
    }
}

.footer .foot-text .item p a:hover {
    color: #7bdbea;
}

.footer .foot-right {
    width: 640px;
}

@media (max-width: 1560px) {
    .footer .foot-right {
        width: 540px;
    }
}

@media (max-width: 1470px) {
    .footer .foot-right {
        width: 440px;
    }
}

@media (max-width: 1199px) {
    .footer .foot-right {
        width: 300px;
    }
}

@media (max-width: 991px) {
    .footer .foot-right {
        width: 100%;
        margin-top: 20px;
    }
}

.footer .foot-message form ul {
    margin: 0 -7px;
}

.footer .foot-message form ul li {
    margin-top: 14px;
    padding: 0 7px;
}

.footer .foot-message form input,
.footer .foot-message form textarea {
    line-height: 24px;

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

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 2px;
    background: rgba(255, 255, 255, .1);
}

.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8);
}

.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder {
    color: rgba(255, 255, 255, .8);
}

.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .8);
}

.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8);
}

.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}

.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder {
    color: rgba(255, 255, 255, .5);
}

.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
}

.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}

.footer .foot-message form .submit {
    font-size: 18px;

    width: 100px;
    height: 40px;
    margin-top: 20px;
    padding: 0;

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

    color: #2148a8;
    border-radius: 2px;
    background-color: #7bdbea;
}

@media (max-width: 991px) {
    .footer .foot-message form .submit {
        font-size: 16px;
    }
}

.footer .foot-message form .submit:hover {
    color: #7bdbea;
    background-color: #2148a8;
}

.footer .copyright {
    padding: 40px 0;

    color: rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .06);
}

@media (max-width: 767px) {
    .footer .copyright {
        padding: 20px 0;
    }
}

.footer .copyright p {
    margin: 0;
}

.footer .copyright p a {
    margin: 0 10px;
}

.footer .copyright .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

.footer .copyright .link a {
    -webkit-transition: all .2s;
    transition: all .2s;
}

.footer .copyright .link .sitemap:after {
    margin: 0 20px;

    content: '|';

    color: rgba(255, 255, 255, .06);
}

.wrap {
    overflow: hidden;

    padding: 100px 0;
}

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

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

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

.title-in .subtitle {
    margin-bottom: 20px;
}

.title-in .subtitle span {
    font-weight: 500;
    line-height: 38px;

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

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

    color: #fff;
    border-radius: 50px;
    background-color: #7bdbea;

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

.title-in .subtitle span:before {
    display: block;

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

    content: '';

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

.title-in h2 {
    font-size: 70px;
    font-weight: bold;
    line-height: 1;

    color: #2148a8;
}

@media (max-width: 1560px) {
    .title-in h2 {
        font-size: 60px;
    }
}

@media (max-width: 1400px) {
    .title-in h2 {
        font-size: 54px;
    }
}

@media (max-width: 1199px) {
    .title-in h2 {
        font-size: 46px;
    }
}

@media (max-width: 991px) {
    .title-in h2 {
        font-size: 40px;
    }
}

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

.title-in .editor-content {
    max-width: 930px;
    margin-top: 30px;
}

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

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

.title-in .editor-content p {
    color: #222;
}

.wrap-location {
    padding: 10px 0;

    color: #2148a8;
    background: #7bdbea;

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

.wrap-location .location {
    line-height: 30px;

    position: relative;

    padding-left: 30px;
}

.wrap-location .location:before {
    font-family: 'iconfont' !important;
    font-size: 22px;

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

    content: '\e66c';

    color: #2148a8;
}

.wrap-location .location>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

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

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

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

.wrap-location .location>ul>li:after {
    margin: 0 4px;

    content: '/';
}

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

.wrap-location .location>ul>li>a {
    display: block;

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

.wrap-location .location>ul>li>a:hover {
    color: #2148a8;
}

.wrap-right {
    padding-left: 3%;
}

.wrap-sidenav {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

@media (max-width: 1199px) {
    .wrap-sidenav {
        display: none;
    }
}

.wrap-sidenav .title-sidenav {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.66666667;

    position: relative;
    z-index: 6;

    color: #2148a8;
}

.wrap-sidenav .sidenav {
    position: relative;
    z-index: 6;
}

.wrap-sidenav .sidenav .slevel-1>li {
    position: relative;

    border-bottom: 1px solid #e9edf7;
}

.wrap-sidenav .sidenav .slevel-1>li>a {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;

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

    padding: 15px 0;

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

.wrap-sidenav .sidenav .slevel-1>li>a:after {
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;

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

    opacity: 0;

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

.wrap-sidenav .sidenav .slevel-1>li.more>a:after {
    opacity: 1;
}

.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
    padding-right: 20px;
    padding-left: 20px;

    color: #7bdbea;
    border-radius: 6px;
    background-color: #2148a8;
}

.wrap-sidenav .sidenav .slevel-1>li.active>a:after,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:after {
    content: '\e850';
}

.wrap-sidenav .sidenav .slevel-2 {
    display: none;

    margin-top: 6px;
    margin-bottom: 30px;
    padding: 15px;

    border-radius: 6px;
    background: #caf1f7;
}

.wrap-sidenav .sidenav .slevel-2>li>a {
    line-height: 24px;

    display: block;

    padding: 8px 10px;

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

    border-radius: 6px;
}

.wrap-sidenav .sidenav .slevel-2>li>a:before {
    position: absolute;
    top: 18px;
    left: 15px;

    display: block;

    width: 4px;
    height: 4px;

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

    opacity: 0;
    background-color: #2148a8;
}

.wrap-sidenav .sidenav .slevel-2>li.active>a,
.wrap-sidenav .sidenav .slevel-2>li:hover>a {
    padding-left: 30px;

    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    color: #2148a8;
    background: #a8e9f4;
}

.wrap-sidenav .sidenav .slevel-2>li.active>a:before,
.wrap-sidenav .sidenav .slevel-2>li:hover>a:before {
    opacity: 1;
}

.xs-product-nav {
    display: none;
    overflow: hidden;

    padding: 30px 0 0 0;
}

@media (max-width: 1199px) {
    .xs-product-nav {
        display: block;
    }
}

.xs-product-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -4px;

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

.xs-product-nav ul>li {
    display: inline-block;
    overflow: hidden;

    height: auto;
    padding: 4px;

    vertical-align: top;
}

@media (max-width: 767px) {
    .xs-product-nav ul>li {
        width: 50%;
    }
}

.xs-product-nav ul>li>a {
    line-height: 24px;

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

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

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

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .xs-product-nav ul>li>a {
        line-height: 20px;

        padding: 5px 10px;
    }
}

.xs-product-nav ul>li.active>a {
    color: #fff;
    border-color: #2148a8;
    background-color: #2148a8;
}

.wrap-about .title-in h2 {
    max-width: 890px;
}

.wrap-about .about {
    margin-top: 70px;
    padding-left: 25%;
}

@media (max-width: 1199px) {
    .wrap-about .about {
        margin-top: 30px;
        padding-left: 15%;
    }
}

@media (max-width: 767px) {
    .wrap-about .about {
        padding-left: 0;
    }
}

.wrap-about .editor-content {
    max-width: 1100px;
}

.wrap-about .editor-content p {
    line-height: 1.88888889;
}

.wrap-about .video {
    position: relative;

    overflow: hidden;

    margin-top: 80px;

    border-radius: 6px;
}

@media (max-width: 1560px) {
    .wrap-about .video {
        margin-top: 60px;
    }
}

@media (max-width: 1199px) {
    .wrap-about .video {
        margin-top: 30px;
    }
}

.wrap-about .video:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .2);
}

.wrap-about .video .common-play {
    z-index: 6;
}

.wrap-about .video img {
    width: 100%;
}

@-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(2.5);
        transform: translate(-50%, -50%) scale(2.5);

        opacity: 0;
    }
}

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

        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(2.5);
        transform: translate(-50%, -50%) scale(2.5);

        opacity: 0;
    }
}

.wrap-number .number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -15px;

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

.wrap-number .number ul li {
    max-width: 25%;
    margin: 20px 0;
    padding: 0 15px;
}

@media (max-width: 991px) {
    .wrap-number .number ul li {
        width: 50%;
        max-width: 50%;
        margin: 10px 0;
    }
}

.wrap-number .number .item {
    max-width: 350px;
}

.wrap-number .number .item .icon {
    position: relative;

    width: 80px;
    height: 80px;
    padding: 10px;
}

.wrap-number .number .item .icon:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-animation: roate360 8s linear infinite;
    animation: roate360 8s linear infinite;

    opacity: 0;
    background: url(../images/number-icon_bg.png) no-repeat center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .wrap-number .number .item .icon:before {
        opacity: 1;
    }
}

.wrap-number .number .item .icon .iconfont {
    font-size: 30px;
    line-height: 60px;

    position: relative;
    z-index: 6;

    display: block;

    width: 60px;
    height: 60px;

    text-align: center;

    color: #2148a8;
    border-radius: 50%;
    background-color: #7bdbea;
}

.wrap-number .number .item b {
    font-size: 70px;
    font-weight: 400;
    line-height: 100%;

    display: block;

    margin-top: 30px;

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

    color: #2148a8;
}

@media (max-width: 1560px) {
    .wrap-number .number .item b {
        font-size: 60px;
    }
}

@media (max-width: 1470px) {
    .wrap-number .number .item b {
        font-size: 50px;
    }
}

@media (max-width: 1400px) {
    .wrap-number .number .item b {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .wrap-number .number .item b {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .wrap-number .number .item b {
        font-size: 34px;

        margin-top: 10px;
    }
}

.wrap-number .number .item h3 {
    font-size: 20px;
    line-height: 1.5;

    margin-top: 20px;

    color: #2148a8;
}

.wrap-number .number .item p {
    font-size: 14px;
    line-height: 20px;

    margin: 0;
}

@media (min-width: 1200px) {
    .wrap-number .number .item:hover .icon:before {
        opacity: 1;
    }

    .wrap-number .number .item:hover .icon .iconfont {
        color: #fff;
        background-color: #2148a8;
    }
}

.wrap-history .history .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.wrap-history .history .slick-track .slick-slide {
    height: auto;
}

.wrap-history .history .slick-track .slick-slide>div,
.wrap-history .history .slick-track .slick-slide>div>div,
.wrap-history .history .slick-track .slick-slide .item {
    height: 100%;
}

@media (min-width: 768px) {
    .wrap-history .history .slick-track .slick-slide: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-history .history .slick-track .slick-slide:nth-child(2n) .item .text .txt {
        top: auto;
        bottom: 0;
    }
}

.wrap-history .history .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

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

.wrap-history .history .item .img-box {
    padding-bottom: 50.81967213%;
}

.wrap-history .history .item .pic {
    height: 100%;
    margin: 10px 0;
}

@media (max-width: 767px) {
    .wrap-history .history .item .pic {
        height: auto;
    }
}

.wrap-history .history .item .pic .img-box {
    border-radius: 6px;
}

.wrap-history .history .item .text {
    height: 100%;
    margin: 10px 0;
}

@media (max-width: 767px) {
    .wrap-history .history .item .text {
        height: auto;
    }

    .wrap-history .history .item .text .img-box {
        height: 100%;
        padding-bottom: 0;
    }
}

.wrap-history .history .item .text .txt {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}

@media (max-width: 767px) {
    .wrap-history .history .item .text .txt {
        position: relative;

        height: 100%;
    }
}

/* gj */
.wrap-history .title h2 {
    color: #FFFFFF;
}

.wrap-history .title .editor-content p {
    color: #FFFFFF;
}

/* 。 */

.wrap-history .history .item .text .year {
    font-size: 50px;
    line-height: 1;

    /* color: #2148a8; */
    /* gj */
    color: #FFFFFF;
    /* 。 */
}

@media (max-width: 1199px) {
    .wrap-history .history .item .text .year {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .wrap-history .history .item .text .year {
        font-size: 30px;
    }
}

.wrap-history .history .item .text .title-history {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.66666667;
}

.wrap-history .history .item .text .note {
    overflow-y: auto;

    max-height: 132px;
}

@media (max-width: 1560px) {
    .wrap-history .history .item .text .note {
        max-height: 88px;
    }
}

.wrap-history .history .item .text .note::-webkit-scrollbar {
    position: absolute;
    left: 0;

    width: 4px;
}

.wrap-history .history .item .text .note::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

.wrap-history .history .item .text .note::-webkit-scrollbar-thumb {
    background-color: #2148a8;
}

.wrap-history .history .item .text .note p {
    font-size: 14px;
    line-height: 22px;

    margin: 0;

    /* gj */
    /* color: #444; */
    color: #FFFFFF;
    /* 。 */
}

.wrap-history .slick-arrow {
    color: #fff;
}

.wrap-history .slick-arrow:hover {
    color: #2148a8;
}

@-webkit-keyframes roate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes roate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.wrap-factory {
    padding-bottom: 10px;
}

.wrap-factory .factory {
    margin-top: 10px;
}

.wrap-factory .factory .slick-list {
    font-size: 0;

    margin: 0 -5px;
}

.wrap-factory .factory .slick-list .slick-slide {
    padding: 0 5px;
}

.wrap-factory .factory .item .img-box {
    padding-bottom: 57.89473684%;

    border-radius: 6px;
}

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

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

.wrap-factory .factory-bottom {
    direction: rtl;
}

@media (min-width: 1200px) {
    .wrap-advantage {
        overflow: visible;
    }
}

.wrap-advantage .advantage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

.wrap-advantage .advantage-left {
    width: 50%;
    padding-right: 10%;
}

@media (max-width: 991px) {
    .wrap-advantage .advantage-left {
        width: 100%;
        padding-right: 0;
    }
}

.wrap-advantage .title {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

@media (max-width: 1199px) {
    .wrap-advantage .title {
        top: 0;
    }
}

.wrap-advantage .advantage-list {
    width: 50%;
}

@media (max-width: 991px) {
    .wrap-advantage .advantage-list {
        width: 100%;
    }
}

.wrap-advantage .advantage-list>ul {
    margin-top: -50px;
}

@media (max-width: 991px) {
    .wrap-advantage .advantage-list>ul {
        margin: 0;
    }
}

.wrap-advantage .advantage-list>ul>li {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .wrap-advantage .advantage-list>ul>li {
        margin-top: 30px;
    }
}

.wrap-advantage .advantage-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

.wrap-advantage .advantage-list .item .icon {
    width: 100px;
    height: 100px;

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

    border: 1px solid #e9edf7;
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .wrap-advantage .advantage-list .item .icon {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 767px) {
    .wrap-advantage .advantage-list .item .icon {
        width: 60px;
        height: 60px;
    }
}

.wrap-advantage .advantage-list .item .icon img {
    width: 100%;

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

    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}

.wrap-advantage .advantage-list .item .text {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding-left: 40px;
}

@media (max-width: 1560px) {
    .wrap-advantage .advantage-list .item .text {
        padding-left: 20px;
    }
}

@media (max-width: 1199px) {
    .wrap-advantage .advantage-list .item .text {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }
}

@media (max-width: 767px) {
    .wrap-advantage .advantage-list .item .text {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
    }
}

.wrap-advantage .advantage-list .item .text .title-advantage {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;

    color: #2148a8;
}

@media (max-width: 1199px) {
    .wrap-advantage .advantage-list .item .text .title-advantage {
        font-size: 20px;
    }
}

.wrap-advantage .advantage-list .item .text .note {
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .wrap-advantage .advantage-list .item .text .note {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .wrap-advantage .advantage-list .item:hover .icon {
        border-color: #2148a8;
        background-color: #2148a8;
    }

    .wrap-advantage .advantage-list .item:hover .icon img {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);

        -webkit-filter: brightness(1) invert(0);
        filter: brightness(1) invert(0);
    }
}

.wrap-honor .honor-list {
    width: -webkit-calc(100% - 520px);
    width: calc(100% - 520px);
}

@media (max-width: 1560px) {
    .wrap-honor .honor-list {
        width: -webkit-calc(100% - 440px);
        width: calc(100% - 440px);
    }
}

@media (max-width: 1400px) {
    .wrap-honor .honor-list {
        width: -webkit-calc(100% - 350px);
        width: calc(100% - 350px);
    }
}

@media (max-width: 1199px) {
    .wrap-honor .honor-list {
        width: 100%;
    }
}

.wrap-honor .honor-list>ul>li {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .wrap-honor .honor-list>ul>li {
        margin-top: 20px;
    }
}

.wrap-honor .item {
    position: relative;

    padding: 30px 30px 0 30px;

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

    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 10px;
    background: rgba(255, 255, 255, .2);
    box-shadow: 0 6px 25px 0 rgba(19, 46, 114, .1);
}

@media (max-width: 1560px) {
    .wrap-honor .item {
        padding: 20px 20px 0 20px;
    }
}

@media (max-width: 1400px) {
    .wrap-honor .item {
        padding: 10px 10px 0 10px;
    }
}

.wrap-honor .item:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 72, 168, 0)), color-stop(50%, rgba(33, 72, 168, .7)), to(rgba(33, 72, 168, 0)));
    background: -webkit-linear-gradient(top, rgba(33, 72, 168, 0) 0%, rgba(33, 72, 168, .7) 50%, rgba(33, 72, 168, 0) 100%);
    background: linear-gradient(180deg, rgba(33, 72, 168, 0) 0%, rgba(33, 72, 168, .7) 50%, rgba(33, 72, 168, 0) 100%);
}

.wrap-honor .item .pic {
    position: relative;
    z-index: 6;

    overflow: hidden;

    border-radius: 6px;
}

.wrap-honor .item .img-box {
    padding-bottom: 140.84507042%;
}

.wrap-honor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-honor .item .title-honor {
    line-height: 60px;

    position: relative;
    z-index: 6;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;

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

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

@media (max-width: 1560px) {
    .wrap-honor .item .title-honor {
        line-height: 50px;

        height: 50px;
    }
}

@media (max-width: 1400px) {
    .wrap-honor .item .title-honor {
        line-height: 40px;

        height: 40px;
    }
}

@media (min-width: 1200px) {
    .wrap-honor .item:hover {
        border-color: rgba(33, 72, 168, .2);
    }

    .wrap-honor .item:hover:before {
        opacity: 1;
    }

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

    .wrap-honor .item:hover .title-honor {
        color: #2148a8;
    }
}

.wrap-honor .quality {
    width: 520px;
}

@media (max-width: 1560px) {
    .wrap-honor .quality {
        width: 440px;
    }
}

@media (max-width: 1400px) {
    .wrap-honor .quality {
        width: 350px;
    }
}

@media (max-width: 1199px) {
    .wrap-honor .quality {
        width: 50%;
        margin: 0 auto;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .wrap-honor .quality {
        width: 100%;
    }
}

.wrap-honor .quality .person img {
    width: 100%;
}

.wrap-honor .quality .text {
    position: relative;
    z-index: 6;

    max-width: 450px;
    margin: 0 auto;
    margin-top: -30px;
    padding: 40px;

    color: #fff;
    border-radius: 10px;
    background: url(../images/quality_bg.jpg) no-repeat bottom right;
    background-size: cover;
}

@media (max-width: 1560px) {
    .wrap-honor .quality .text {
        max-width: 400px;
        padding: 20px;
    }
}

@media (max-width: 1400px) {
    .wrap-honor .quality .text {
        max-width: 320px;
    }
}

.wrap-honor .quality .text h3 {
    font-size: 24px;
    font-weight: 600;

    margin-bottom: 20px;
}

@media (max-width: 1560px) {
    .wrap-honor .quality .text h3 {
        font-size: 22px;
    }
}

.wrap-honor .quality .text p {
    line-height: 24px;

    margin: 0;
}

.wrap-contact.loaded {
    background-position: top center;
    background-size: auto;
}

.wrap-contact .contact>ul>li {
    margin-top: 20px;
}

.wrap-contact .contact .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;
    min-height: 340px;
    padding: 40px;

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

    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 6px;
    background: rgba(255, 255, 255, .2);

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -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-contact .contact .item {
        min-height: 280px;
        padding: 20px;
    }
}

@media (max-width: 1199px) {
    .wrap-contact .contact .item {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}

@media (max-width: 767px) {
    .wrap-contact .contact .item {
        min-height: auto;
    }
}

.wrap-contact .contact .item .icon {
    line-height: 60px;

    width: 60px;
    height: 60px;

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

    color: #7bdbea;
    border-radius: 50%;
    background-color: #2148a8;
}

@media (max-width: 767px) {
    .wrap-contact .contact .item .icon {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}

.wrap-contact .contact .item .icon .iconfont {
    font-size: 28px;
}

.wrap-contact .contact .item .text {
    margin-top: 20px;
}

.wrap-contact .contact .item .text b {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.33333333;

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

    color: rgba(33, 72, 168, .2);
}

.wrap-contact .contact .item .text p {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.15384615;

    margin: 10px 0 0 0;

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

    color: #2148a8;
}

@media (max-width: 1560px) {
    .wrap-contact .contact .item .text p {
        font-size: 22px;
    }
}

@media (max-width: 1400px) {
    .wrap-contact .contact .item .text p {
        font-size: 20px;
    }
}

.wrap-contact .contact .item .text p a:hover {
    text-decoration: underline;
}

@media (min-width: 1200px) {
    .wrap-contact .contact .item:hover {
        background-color: #2148a8;
    }

    .wrap-contact .contact .item:hover .icon {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);

        color: #2148a8;
        background-color: #7bdbea;
    }

    .wrap-contact .contact .item:hover .text b {
        color: rgba(123, 219, 234, .4);
    }

    .wrap-contact .contact .item:hover .text p {
        color: #7bdbea;
    }
}

.wrap-contact .message {
    padding-top: 200px;
}

@media (max-width: 1560px) {
    .wrap-contact .message {
        padding-top: 150px;
    }
}

@media (max-width: 1400px) {
    .wrap-contact .message {
        padding-top: 100px;
    }
}

@media (max-width: 1199px) {
    .wrap-contact .message {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    .wrap-contact .message {
        padding-top: 60px;
    }
}

.wrap-product-top {
    overflow: hidden;
}

.wrap-product-top .product-top .title h2 {
    font-size: 40px;

    color: #2148a8;
}

@media (max-width: 1560px) {
    .wrap-product-top .product-top .title h2 {
        font-size: 35px;
    }
}

@media (max-width: 1199px) {
    .wrap-product-top .product-top .title h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .wrap-product-top .product-top .title h2 {
        font-size: 24px;
    }
}

.wrap-product-top .product-top .text {
    margin-top: 24px;
}

@media (max-width: 991px) {
    .wrap-product-top .product-top .text {
        margin-top: 14px;
    }
}

.common-product-item {
    display: block;

    text-align: center;
}

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

    overflow: hidden;

    border-radius: 6px;
}

.common-product-item .pic .img-box {
    padding-bottom: 111.11111111%;
}

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

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

    position: absolute;
    z-index: 6;
    top: 20px;
    right: 20px;

    width: 44px;
    height: 44px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #2148a8;
}

@media (min-width: 1200px) {
    .common-product-item .pic .addcart {
        opacity: 0;
    }
}

.common-product-item .title-products {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-width: 70%;
    height: 48px;
    margin: 0 auto;
    margin-top: 30px;

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

@media (max-width: 1400px) {
    .common-product-item .title-products {
        font-size: 18px;

        max-width: 90%;
    }
}

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

.common-product-item .more a {
    font-size: 14px;
    line-height: 34px;

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

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

    border-radius: 30px;
    background: #f5f5f5;

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

.common-product-item .more a .iconfont {
    margin-left: 6px;
}

@media (min-width: 1200px) {
    .common-product-item:hover .pic {
        box-shadow: 0 8px 26px 0 rgba(33, 72, 168, .12);
    }

    .common-product-item:hover .pic .addcart {
        opacity: 1;
    }

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

    .common-product-item:hover .title-products {
        color: #2148a8;
    }

    .common-product-item:hover .more a {
        color: #2148a8;
        background-color: #7bdbea;
    }
}

@media (min-width: 1200px) {
    .wrap-product {
        overflow: visible;
    }
}

.wrap-product .product {
    margin-top: 50px;
}

.wrap-product .product>ul>li {
    margin-top: 30px;
}

#productcontent {
    position: relative;
    top: -120px;
}

@media (max-width: 1199px) {
    #productcontent {
        top: -80px;
    }
}

.wrap-product-show {
    overflow: visible;
}

@media (max-width: 1199px) {
    .wrap-product-show .carousel-wrap {
        overflow: hidden;
    }
}

.wrap-product-show .carousel-wrap .carousel {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;

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

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.wrap-product-show .carousel-wrap .item-video {
    position: relative;
    z-index: 3;
}

.wrap-product-show .carousel-wrap .item {
    overflow: hidden;

    border-radius: 6px;
}

.wrap-product-show .carousel-wrap .slider-for {
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 82%;
}

@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .slider-for {
        width: 100%;
    }
}

.wrap-product-show .carousel-wrap .zoom {
    position: relative;

    cursor: crosshair;
}

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

    width: 100%;
    height: 100%;
}

.wrap-product-show .carousel-wrap .slick-dots {
    position: absolute;
    z-index: 6;
    bottom: 3%;
    left: 0;

    width: 100%;
}

.wrap-product-show .slider-nav {
    font-size: 0;

    width: 18%;
    padding-right: 20px;
}

@media (max-width: 1400px) {
    .wrap-product-show .slider-nav {
        width: 17%;
    }
}

@media (max-width: 1199px) {
    .wrap-product-show .slider-nav {
        width: 17.7%;
    }
}

@media (max-width: 767px) {
    .wrap-product-show .slider-nav {
        width: 100%;
        margin-top: 10px;
        padding: 0 40px;
    }
}

.wrap-product-show .slider-nav .slick-list {
    margin: 0;
    padding: 8px 0;
}

@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-list {
        margin: 0 -4px;
    }
}

.wrap-product-show .slider-nav .slick-slide {
    padding: 8px 0;
}

@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-slide {
        padding: 0 4px;
    }
}

.wrap-product-show .slider-nav .item {
    position: relative;

    overflow: hidden;

    cursor: pointer;
}

.wrap-product-show .slider-nav .item-video {
    position: relative;

    background-color: #000;
}

.wrap-product-show .slider-nav .item-video .img-box {
    opacity: .6;
}

.wrap-product-show .slider-nav .item-video:after {
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 60px;

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

    display: block;

    width: 60px;
    height: 60px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #7bdbea;
}

@media (max-width: 767px) {
    .wrap-product-show .slider-nav .item-video:after {
        font-size: 30px;
        line-height: 40px;

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

.wrap-product-show .slider-nav .slick-current .item {
    border: 1px solid #2148a8;
}

@media (min-width: 768px) {
    .wrap-product-show .slider-nav .slick-arrow {
        line-height: 32px;

        position: relative;
        top: 0;
        left: 0;

        width: 100%;
        height: 32px;

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

        border-radius: 6px;
    }

    .wrap-product-show .slider-nav .slick-arrow:before {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

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

    .wrap-product-show .slider-nav .slick-arrow.slick-next:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .wrap-product-show .slider-nav .slick-arrow:hover {
        color: #7bdbea;
    }
}

@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-arrow {
        left: 0;
    }

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

.wrap-product-show .info-box {
    padding: 20px 0 0 8%;
}

@media (max-width: 1560px) {
    .wrap-product-show .info-box {
        padding-left: 3%;
    }
}

@media (max-width: 1199px) {
    .wrap-product-show .info-box {
        margin-top: 30px;
        padding-left: 0;
    }
}

.wrap-product-show .info-box .title-info-box {
    padding-bottom: 10px;

    border-bottom: 1px solid #eaf1f7;
}

.wrap-product-show .info-box .title-info-box h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;

    margin: 0;

    letter-spacing: .6px;

    color: #2148a8;
}

@media (max-width: 1560px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 34px;
    }
}

@media (max-width: 1400px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 20px;
    }
}

.wrap-product-show .info-box .text {
    margin-top: 30px;
}

.wrap-product-show .info-box .text h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.625;

    color: #7bdbea;
}

.wrap-product-show .info-box .text p {
    line-height: 26px;

    margin-bottom: 14px;
}

.wrap-product-show .info-box .link>ul>li {
    margin-top: 30px;
}

.wrap-product-show .info-box .link a {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;

    display: block;

    width: 100%;
    padding: 10px;

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

    color: #7bdbea;
    border-radius: 3px;
    background-color: #2148a8;
}

@media (max-width: 991px) {
    .wrap-product-show .info-box .link a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .wrap-product-show .info-box .link a {
        font-size: 14px;
    }
}

.wrap-product-show .info-box .link .active a {
    color: #2148a8;
    background-color: #7bdbea;
}

.wrap-product-show .info-box .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-product-show .info-box .share {
        width: 100%;
        margin-top: 20px;
    }
}

.wrap-product-show .info-box .share p {
    font-size: 18px;

    margin: 0;
}

@media (max-width: 991px) {
    .wrap-product-show .info-box .share p {
        font-size: 16px;
    }
}

.wrap-product-show .stickybox {
    overflow: hidden;

    padding: 80px 0;
}

@media (max-width: 1199px) {
    .wrap-product-show .stickybox {
        padding: 60px 0;
    }
}

.wrap-product-show .wrap-show-menu {
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
    top: 80px;

    overflow: hidden;

    background: #fff;
}

@media (max-width: 1199px) {
    .wrap-product-show .wrap-show-menu {
        top: 60px;
    }
}

.wrap-product-show .wrap-show-menu .sidenav-deputy {
    border-top: 1px solid #e9edf7;
    border-bottom: 1px solid #e9edf7;
}

.wrap-product-show .wrap-show-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;

    margin: 0 -40px;

    white-space: nowrap;

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

@media (max-width: 1560px) {
    .wrap-product-show .wrap-show-menu ul {
        margin: 0 -20px;
    }
}

@media (max-width: 767px) {
    .wrap-product-show .wrap-show-menu ul {
        margin: 0 -10px;
    }
}

.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar {
    position: absolute;
    left: 0;

    height: 4px;
}

.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}

.wrap-product-show .wrap-show-menu ul li {
    padding: 0 40px;
}

@media (max-width: 1560px) {
    .wrap-product-show .wrap-show-menu ul li {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .wrap-product-show .wrap-show-menu ul li {
        padding: 0 10px;
    }
}

.wrap-product-show .wrap-show-menu ul li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;

    position: relative;

    display: block;

    padding: 15px 0;

    cursor: pointer;
    text-align: center;
}

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

.wrap-product-show .wrap-show-menu ul li a:after {
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

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

    background-color: #2148a8;
}

.wrap-product-show .wrap-show-menu ul li.active a {
    color: #2148a8;
}

.wrap-product-show .wrap-show-menu ul li.active a:after {
    width: 100%;
}

.wrap-product-show .title-product-show h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;

    color: #2148a8;
}

@media (max-width: 1560px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 36px;
    }
}

@media (max-width: 1400px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 24px;
    }
}

.wrap-product-show .title-parameter h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.23076923;
}

@media (max-width: 1199px) {
    .wrap-product-show .title-parameter h4 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .title-parameter h4 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-product-show .title-parameter h4 {
        font-size: 18px;
    }
}

.wrap-product-show .title-parameter h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33333333;

    color: #7bdbea;
}

@media (max-width: 1199px) {
    .wrap-product-show .title-parameter h5 {
        font-size: 16px;
    }
}

.wrap-product-show .parameter-solutions {
    margin-top: 40px;
}

.wrap-product-show .parameter-solutions .parameter-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 60px;

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

@media (max-width: 1199px) {
    .wrap-product-show .parameter-solutions .parameter-info {
        margin-top: 30px;
    }
}

.wrap-product-show .parameter-solutions .parameter-info .pic {
    width: 430px;
}

@media (max-width: 1199px) {
    .wrap-product-show .parameter-solutions .parameter-info .pic {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .wrap-product-show .parameter-solutions .parameter-info .pic {
        width: 100%;
    }
}

.wrap-product-show .parameter-solutions .parameter-info .pic img {
    width: 100%;
}

.wrap-product-show .parameter-solutions .parameter-info .text {
    width: 45%;
    padding-left: 10%;
}

@media (max-width: 1199px) {
    .wrap-product-show .parameter-solutions .parameter-info .text {
        padding-left: 5%;
    }
}

@media (max-width: 767px) {
    .wrap-product-show .parameter-solutions .parameter-info .text {
        width: 100%;
        padding-left: 0;
    }
}

.wrap-product-show .parameter-solutions .parameter-info .text ul {
    border-top: 1px solid #e9edf7;
}

.wrap-product-show .parameter-solutions .parameter-info .text ul li {
    padding: 20px 0;

    border-bottom: 1px solid #e9edf7;
}

@media (max-width: 767px) {
    .wrap-product-show .parameter-solutions .parameter-info .text ul li {
        padding: 10px 0;
    }
}

.wrap-product-show .parameter-solutions .parameter-info .text ul li p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;

    margin: 0;

    color: #2148a8;
}

@media (max-width: 1199px) {
    .wrap-product-show .parameter-solutions .parameter-info .text ul li p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .wrap-product-show .parameter-solutions .parameter-info .text ul li p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .wrap-product-show .parameter-size .parameter-list ul li {
        width: 20%;
    }
}

.wrap-product-show .parameter-size .parameter-list>ul>li {
    margin-top: 30px;
}

.wrap-product-show .parameter-size .parameter-list>ul>li:nth-child(1) .item .pic {
    border: 1px solid #2148a8;
}

.wrap-product-show .parameter-size .parameter-list>ul>li:nth-child(1) .item .title-size {
    /* display: none; */
}

.wrap-product-show .parameter-size .parameter-list .item {
    text-align: center;
}

.wrap-product-show .parameter-size .parameter-list .item .pic {
    overflow: hidden;

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

    border-radius: 50%;
    /* zz */
    /* background: #f5f5f5; */
    border: 1px solid #2148a8;

}

.wrap-product-show .parameter-size .parameter-list .item .pic .img-box {
    -webkit-transition: all .2s;
    transition: all .2s;

    mix-blend-mode: multiply;
}

.wrap-product-show .parameter-size .parameter-list .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-product-show .parameter-size .parameter-list .item .title-size {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44444444;

    margin-top: 14px;

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

@media (max-width: 767px) {
    .wrap-product-show .parameter-size .parameter-list .item .title-size {
        font-size: 16px;

        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .wrap-product-show .parameter-size .parameter-list .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.wrap-product-show .specifications .editor-content {
    margin-top: 30px;
}

/* zz */
.wrap-product-show .specifications .editor-content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #2148a8;
}

/* 结束 */
.wrap-product-show .advantages {
    background: #f7f9fc;
}

.wrap-product-show .advantages-info {
    margin-top: 40px;
}

.wrap-product-show .advantages-list>ul>li {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .wrap-product-show .advantages-list>ul>li {
        margin-top: 30px;
    }
}

.wrap-product-show .advantages-list>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-product-show .advantages-list>ul>li:nth-child(2n) .item .text {
    padding-right: 5%;
    padding-left: 0;
}

.wrap-product-show .advantages-list .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-show .advantages-list .item .pic {
    overflow: hidden;

    width: 40%;

    border-radius: 6px;
}

@media (max-width: 767px) {
    .wrap-product-show .advantages-list .item .pic {
        width: 100%;
    }
}

.wrap-product-show .advantages-list .item .pic img {
    width: 100%;
}

.wrap-product-show .advantages-list .item .text {
    width: 60%;
    padding-left: 5%;
}

@media (max-width: 767px) {
    .wrap-product-show .advantages-list .item .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

.wrap-product-show .effect .parameter-info {
    margin-top: 40px;
}

/* zb */
.wrap-product-show .effect .parameter-info h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #2148a8 !important;
}

.wrap-product-show .effect .parameter-info h2 span {
    color: #2148a8 !important;
}

/* 结束 */




.wrap-product-show .effect .parameter-info h3 {
    margin-bottom: 0;

    color: #000;
}

.wrap-product-show .effect-list .list {
    max-width: 1030px;
}

.wrap-product-show .effect-list .list>ul>li {
    margin-top: 30px;
}

.wrap-product-show .effect-list .list .item {
    text-align: center;
}

.wrap-product-show .effect-list .list .item .pic {
    overflow: hidden;

    border-radius: 6px;
}

.wrap-product-show .effect-list .list .item .img-box {
    padding-bottom: 72%;
}

.wrap-product-show .effect-list .list .item .title-item {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    margin-top: 20px;
}

@media (max-width: 1199px) {
    .wrap-product-show .effect-list .list .item .title-item {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .effect-list .list .item .title-item {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .wrap-product-show .effect-list .list .item .title-item {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .wrap-product-show .relate-product .slick-arrow {
        top: -70px;
    }
}

.wrap-product-show .relate-product .slick-related {
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .wrap-product-show .relate-product .slick-related {
        margin-top: 20px;
    }
}

.wrap-news .news>ul>li {
    margin-top: 36px;
}

.wrap-news .news .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

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

    width: 600px;
    height: 100%;

    border-radius: 20px;
}

@media (max-width: 1470px) {
    .wrap-news .news .item .pic {
        width: 480px;
    }
}

@media (max-width: 1199px) {
    .wrap-news .news .item .pic {
        width: 400px;
    }
}

@media (max-width: 991px) {
    .wrap-news .news .item .pic {
        width: 100%;
    }
}

.wrap-news .news .item .pic .img-box {
    padding-bottom: 59.25925926%;
}

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

.wrap-news .news .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px);
    padding: 20px 0 20px 5%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1560px) {
    .wrap-news .news .item .text {
        padding-left: 3%;
    }
}

@media (max-width: 1470px) {
    .wrap-news .news .item .text {
        width: -webkit-calc(100% - 480px);
        width: calc(100% - 480px);
    }
}

@media (max-width: 1199px) {
    .wrap-news .news .item .text {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }
}

@media (max-width: 991px) {
    .wrap-news .news .item .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .wrap-news .news .item .text {
        margin: 0;
    }
}

.wrap-news .news .item .text .date {
    font-size: 56px;
    line-height: 1;

    color: #e9edf7;
}

@media (max-width: 1560px) {
    .wrap-news .news .item .text .date {
        font-size: 46px;
    }
}

@media (max-width: 1400px) {
    .wrap-news .news .item .text .date {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .wrap-news .news .item .text .date {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .wrap-news .news .item .text .date {
        font-size: 30px;
    }
}

.wrap-news .news .item .text .title-news {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

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

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

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

@media (max-width: 1560px) {
    .wrap-news .news .item .text .title-news {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .wrap-news .news .item .text .title-news {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .wrap-news .news .item .text .title-news {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .wrap-news .news .item .text .title-news {
        margin-top: 10px;
    }
}

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

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

.wrap-news .news .item .text .note {
    display: -webkit-box;
    overflow: hidden;

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

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

@media (max-width: 1199px) {
    .wrap-news .news .item .text .note {
        margin-top: 4px;
    }
}

.wrap-news .news .item .text .note p {
    line-height: 24px;
}

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

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

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

    .wrap-news .news .item:hover .date {
        color: #7bdbea;
    }

    .wrap-news .news .item:hover .title-news {
        color: #2148a8;
    }

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

    .wrap-news .news .item:hover .common-more a {
        color: #7bdbea;
        background-color: #2148a8;
    }
}

.wrap-details {
    padding-top: 60px;
}

@media (max-width: 1199px) {
    .wrap-details {
        padding-top: 30px;
    }
}

.wrap-details .title-details h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;

    margin: 10px 0 0 0;
}

@media (max-width: 1470px) {
    .wrap-details .title-details h2 {
        font-size: 30px;
    }
}

@media (max-width: 1400px) {
    .wrap-details .title-details h2 {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .wrap-details .title-details h2 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .wrap-details .title-details h2 {
        font-size: 20px;
    }
}

.wrap-details .title-details .date {
    font-size: 56px;
    line-height: 1;

    color: #e9edf7;
}

@media (max-width: 1560px) {
    .wrap-details .title-details .date {
        font-size: 46px;
    }
}

@media (max-width: 1400px) {
    .wrap-details .title-details .date {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .wrap-details .title-details .date {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .wrap-details .title-details .date {
        font-size: 30px;
    }
}

.wrap-details .keywords {
    margin-top: 30px;
}

.wrap-details .keywords h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    color: #2148a8;
}

@media (max-width: 1199px) {
    .wrap-details .keywords h3 {
        font-size: 20px;
    }
}

.wrap-details .keywords .editor-content {
    margin-top: 20px;
}

@media (min-width: 1560px) {
    .wrap-details .keywords .editor-content p {
        font-size: 20px;
    }
}

.wrap-details .details-tuwen {
    margin-top: 30px;
}

.wrap-details .details-tuwen ul li {
    margin-top: 40px;
}

.wrap-details .details-tuwen 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-details .details-tuwen ul li:nth-child(2n) .item .text {
    padding-right: 5%;
    padding-left: 0;
}

@media (max-width: 1199px) {
    .wrap-details .details-tuwen ul li:nth-child(2n) .item .text {
        padding-right: 0;
    }
}

.wrap-details .details-tuwen .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

.wrap-details .details-tuwen .item .pic {
    overflow: hidden;

    width: 600px;
}

@media (max-width: 1470px) {
    .wrap-details .details-tuwen .item .pic {
        width: 500px;
    }
}

@media (max-width: 1199px) {
    .wrap-details .details-tuwen .item .pic {
        width: 100%;
    }
}

.wrap-details .details-tuwen .item .pic img {
    width: 100%;
    height: auto;

    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-details .details-tuwen .item .video {
    position: relative;
}

.wrap-details .details-tuwen .item .video:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .4);
}

.wrap-details .details-tuwen .item .video .play {
    line-height: 80px;

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

    width: 80px;
    height: 80px;

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

.wrap-details .details-tuwen .item .video .play[data-src=''] {
    display: none;
}

.wrap-details .details-tuwen .item .video .play span {
    position: relative;
    z-index: 6;

    display: block;

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

    text-align: center;

    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    background-color: #2148a8;
}

.wrap-details .details-tuwen .item .video .play .iconfont {
    font-size: 24px;
    line-height: 60px;

    display: block;

    width: 60px;
    height: 60px;

    color: #2148a8;
    border-radius: 50%;
    background-color: #fff;
}

.wrap-details .details-tuwen .item .video .play::before,
.wrap-details .details-tuwen .item .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: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    background-color: rgba(0, 112, 192, .4);
}

.wrap-details .details-tuwen .item .video .play::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.wrap-details .details-tuwen .item .video .play::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wrap-details .details-tuwen .item .text {
    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px);
    padding-left: 5%;
}

@media (max-width: 1470px) {
    .wrap-details .details-tuwen .item .text {
        width: -webkit-calc(100% - 500px);
        width: calc(100% - 500px);
    }
}

@media (max-width: 1199px) {
    .wrap-details .details-tuwen .item .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

.wrap-details .details-tuwen .item .title-about {
    font-size: 24px;
    font-weight: 600;

    letter-spacing: -.52px;

    color: #2148a8;
}

@media (max-width: 1470px) {
    .wrap-details .details-tuwen .item .title-about {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .wrap-details .details-tuwen .item .title-about {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-details .details-tuwen .item .title-about {
        font-size: 18px;
    }
}

.wrap-details .details-tuwen .item .editor-content {
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .wrap-details .details-tuwen .item:hover .pic img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.wrap-details .details .details-text {
    margin-top: 60px;
}

.wrap-details .details .details-text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}

@media (max-width: 1199px) {
    .wrap-details .details .details-text h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-details .details .details-text h3 {
        font-size: 18px;
    }
}

.wrap-details .share {
    margin-top: 30px;
}

.wrap-details .share p {
    font-size: 18px;
    font-weight: bold;

    margin: 0;
}

.wrap-details .share p,
.wrap-details .share .a2a_kit {
    display: inline-block;

    vertical-align: middle;
}

.wrap-details .relate-details {
    font-size: 0;

    margin-top: 70px;
    padding: 10px;

    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 991px) {
    .wrap-details .relate-details {
        margin-top: 40px;
    }
}

.wrap-details .relate-details a {
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;

    position: relative;

    display: inline-block;
    display: -webkit-box;
    overflow: hidden;

    height: 36px;
    padding-left: 50px;

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

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

@media (max-width: 767px) {
    .wrap-details .relate-details a {
        font-size: 14px;
    }
}

.wrap-details .relate-details a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

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

    display: block;

    width: 36px;
    height: 36px;

    content: '\eb60';
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border-radius: 50%;
}

.wrap-details .relate-details a.prev:after {
    position: absolute;
    top: 11px;
    right: 0;

    width: 1px;
    height: 16px;

    content: '';

    background-color: #c7cdd4;
}

.wrap-details .relate-details a:hover:before {
    color: #fff;
    background-color: #2148a8;
}

.wrap-details .relate-details .next {
    text-align: right;
}

@media (max-width: 767px) {
    .wrap-details .relate-details .next {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .wrap-details .relate-details .next a {
        padding-right: 50px;
        padding-left: 0;
    }

    .wrap-details .relate-details .next a:before {
        right: 0;
        left: auto;

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

@media (min-width: 1200px) {
    .wrap-faqs {
        overflow: visible;
    }
}

.wrap-faqs .faqs-left {
    width: 340px;
}

@media (max-width: 1199px) {
    .wrap-faqs .faqs-left {
        width: 100%;
    }
}

.wrap-faqs .faqs-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

@media (max-width: 1199px) {
    .wrap-faqs .faqs-nav {
        position: relative;
        top: 0;
    }
}

@media (max-width: 1199px) {
    .wrap-faqs .faqs-nav>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -20px;

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

@media (max-width: 767px) {
    .wrap-faqs .faqs-nav>ul {
        margin: 0 -10px;
    }
}

@media (max-width: 1199px) {
    .wrap-faqs .faqs-nav>ul>li {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .wrap-faqs .faqs-nav>ul>li {
        padding: 0 10px;
    }
}

@media (min-width: 1200px) {
    .wrap-faqs .faqs-nav>ul>li {
        position: relative;

        padding: 0 0 40px 30px;
    }

    .wrap-faqs .faqs-nav>ul>li:before {
        position: absolute;
        top: 20px;
        left: 4px;

        display: block;

        width: 2px;
        height: 100%;

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

        background: #eaf1f7;
    }

    .wrap-faqs .faqs-nav>ul>li:after {
        position: absolute;
        z-index: 2;
        bottom: -20px;
        left: 0;

        display: block;

        width: 10px;
        height: 10px;

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

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

    .wrap-faqs .faqs-nav>ul>li:nth-child(1):before {
        height: -webkit-calc(100% - 10px);
        height: calc(100% - 10px);
    }

    .wrap-faqs .faqs-nav>ul>li:last-child:before {
        display: none;
    }

    .wrap-faqs .faqs-nav>ul>li:last-child:after {
        display: none;
    }
}

.wrap-faqs .faqs-nav>ul>li>a {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;

    display: block;

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

    color: #666;
}

@media (min-width: 1200px) {
    .wrap-faqs .faqs-nav>ul>li>a:before {
        position: absolute;
        z-index: 2;
        top: 10px;
        left: 0;

        display: block;

        width: 10px;
        height: 10px;

        content: '';

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

@media (max-width: 1199px) {
    .wrap-faqs .faqs-nav>ul>li>a {
        font-size: 16px;
        line-height: 24px;

        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .wrap-faqs .faqs-nav>ul>li>a {
        font-size: 14px;

        padding: 5px 0;
    }
}

.wrap-faqs .faqs-nav>ul>li.active {
    z-index: 5;
}

.wrap-faqs .faqs-nav>ul>li.active:before {
    background-color: #2148a8;
}

.wrap-faqs .faqs-nav>ul>li.active:after {
    background-color: #2148a8;
}

.wrap-faqs .faqs-nav>ul>li.active a {
    color: #000;
}

.wrap-faqs .faqs-nav>ul>li.active a:before {
    background-color: #2148a8;
}

.wrap-faqs .faqs-nav>ul>li:hover a {
    color: #000;
}

.wrap-faqs .faqs-right {
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 5%;
}

@media (max-width: 1199px) {
    .wrap-faqs .faqs-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.wrap-faqs .faqs {
    border-top: 1px solid #eaf1f7;
}

.wrap-faqs .faqs .item {
    border-bottom: 1px solid #eaf1f7;
}

.wrap-faqs .faqs .item .title-faqs {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.72727273;

    position: relative;

    padding: 20px 40px 20px 0;

    cursor: pointer;
    letter-spacing: -.44px;
}

@media (max-width: 1560px) {
    .wrap-faqs .faqs .item .title-faqs {
        font-size: 20px;
    }
}

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

@media (max-width: 767px) {
    .wrap-faqs .faqs .item .title-faqs {
        font-size: 16px;

        padding: 10px 40px 10px 0;
    }
}

.wrap-faqs .faqs .item .title-faqs:after {
    font-family: 'iconfont' !important;
    font-size: 34px;
    font-weight: normal;

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

    content: '\e84f';
}

@media (max-width: 767px) {
    .wrap-faqs .faqs .item .title-faqs:after {
        top: 0;
    }
}

.wrap-faqs .faqs .item .note {
    display: none;

    max-width: 80%;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .wrap-faqs .faqs .item .note {
        max-width: 100%;
    }
}

.wrap-faqs .faqs .current .item .title-faqs {
    color: #2148a8;
}

.wrap-faqs .faqs .current .item .title-faqs:after {
    content: '\e850';
}

.wrap-sitemap .sitemap .title h2 {
    margin: 0;
}

.wrap-sitemap .sitemap>ul>li {
    position: relative;

    width: 100%;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}

.wrap-sitemap .sitemap>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

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

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

    border: 1px solid #dcdcdc;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>a {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}

.wrap-sitemap .sitemap>ul>li:hover>a {
    color: #fff;
    border-color: #2148a8;
    background-color: #2148a8;
}

.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

    border-color: #2148a8;
    background-color: #2148a8;
}

.wrap-sitemap .sitemap>ul>li>ul {
    font-size: 0;

    margin: 0 -15px;
    margin-top: 20px;
}

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

.wrap-sitemap .sitemap>ul>li>ul>li {
    position: relative;

    list-style: none;
}

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

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;
}

.wrap-sitemap .sitemap>ul>li>ul>li>a img {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}

.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
    display: inline-block;

    vertical-align: top;
}

.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a {
    font-size: 16px;

    display: block;

    padding: 5px 30px;

    color: #999;
}

.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a:before {
    content: '-';
}

.wrap-sitemap .sitemap>ul>li>ul>li>ul>li:hover>a {
    color: #2148a8;
}

.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #2148a8;
}

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

@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: #2148a8;
}

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

.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
    opacity: 1;
}

.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
    color: #2148a8;
}

.wrap-nosearch {
    margin: 30px 0;
}

.wrap-nosearch h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}

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

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

    color: #666;
    border: 1px solid rgba(33, 72, 168, .5);
    border-radius: 5px;
    background-color: rgba(33, 72, 168, .1);
}

.wrap-nosearch .title-in {
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .wrap-nosearch .title-in h2 {
        font-size: 30px;
    }
}

.pagination-info {
    margin-top: 80px;
}

@media (max-width: 1560px) {
    .pagination-info {
        margin-top: 60px;
    }
}

@media (max-width: 1199px) {
    .pagination-info {
        margin-top: 30px;
    }
}

.pagination {
    position: relative;

    display: inline-block;
}

.pagination a,
.pagination span {
    font-size: 18px;
    line-height: 40px;

    position: relative;
    z-index: 6;

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

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

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

    border-radius: 50%;
    background: none;

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

@media (min-width: 1200px) {

    .pagination a,
    .pagination span {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .pagination a:hover,
    .pagination span:hover {
        color: #7bdbea;
    }
}

@media (max-width: 1199.98px) {

    .pagination a,
    .pagination span {
        line-height: 30px;

        min-width: 30px;
        height: 30px;
    }

    .pagination a:active,
    .pagination span:active {
        color: #7bdbea;
    }
}

@media (max-width: 767.98px) {

    .pagination a,
    .pagination span {
        font-size: 14px;

        margin: 0 3px;
    }
}

.pagination span.current {
    color: #7bdbea;
}

.pagination span.current.prev,
.pagination span.current.next {
    opacity: 0;
}

.pagination .next,
.pagination .prev {
    color: #7bdbea;
    background-color: #2148a8;
}

.pagination .next:hover,
.pagination .prev:hover {
    color: #2148a8;
    background-color: #7bdbea;
}

.pagination .prev:before {
    font-family: 'iconfont' !important;
    font-weight: bold;

    content: '\eb60';
}

.pagination .next:before {
    font-family: 'iconfont' !important;
    font-weight: bold;

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

.wrap-inquiryinfo {
    padding-top: 50px;
}

.wrap-inquiryinfo .inquiry-info {
    font-size: 0;

    width: 100%;

    border-collapse: collapse;
}

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

    background-color: rgba(33, 72, 168, .1);
}

@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
        padding: 0;
    }
}

.wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
    font-size: 16px;
}

@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
        font-size: 14px;

        padding: 0 10px;
    }
}

.wrap-inquiryinfo .inquiry-info .inquiry-list {
    border-bottom: 1px solid #dfdfdf;
}

.wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-inquiryinfo .inquiry-info .pimg,
.wrap-inquiryinfo .inquiry-info .pname,
.wrap-inquiryinfo .inquiry-info .number,
.wrap-inquiryinfo .inquiry-info .Operation {
    font-size: 14px;

    display: inline-block;

    padding: 20px 10px;

    vertical-align: middle;
    word-break: break-word;
}

@media (max-width: 1470px) {

    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation {
        padding: 20px 10px;
    }
}

@media (max-width: 767px) {

    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation {
        padding: 20px 10px;
    }
}

.wrap-inquiryinfo .inquiry-info .checkbox {
    width: 10%;
}

@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .checkbox {
        width: 30px;
    }
}

.wrap-inquiryinfo .inquiry-info .Operation {
    width: 14%;

    text-align: center;
}

@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .Operation {
        width: 30px;
    }
}

.wrap-inquiryinfo .inquiry-info .pimg {
    width: 14%;
}

@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .pimg {
        width: -webkit-calc(44% - 30px);
        width: calc(44% - 30px);
    }
}

.wrap-inquiryinfo .inquiry-info .pimg .img-box {
    overflow: hidden;

    padding-bottom: 111.11111111%;
}

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

.wrap-inquiryinfo .inquiry-info .change .Each::after {
    font-family: 'iconfont';
    font-size: 18px;

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

    content: '\e656';

    color: #2148a8;
}

.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: #2148a8;
    background-color: #2148a8;
}

.wrap-inquiryinfo .inquiry-info .add1 {
    margin-top: -1px;
    margin-left: 2px;
}

.wrap-inquiryinfo .inquiry-info .pic {
    overflow: hidden;

    border: 1px solid #dcdcdc;
}

.wrap-inquiryinfo .inquiry-info p {
    line-height: 24px;

    margin: 0;
}

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

        margin-bottom: 4px;
    }
}

.wrap-inquiryinfo .iclose {
    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}

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

    content: '\e632';

    color: #787878;
}

@media (max-width: 767px) {
    .wrap-inquiryinfo .iclose::after {
        font-size: 16px;
    }
}

.wrap-inquiryinfo .iclose:hover::after {
    color: #2148a8;
}

.wrap-inquiryinfo .inquiry-message {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry-message {
        padding-top: 50px;
    }
}

.wrap-inquiryinfo .inquiry {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry {
        padding-top: 50px;
    }
}

.editor-content p {
    font-size: 18px;
    line-height: 26px;

    margin: 0;

    color: #444;
}

@media (max-width: 767px) {
    .editor-content p {
        font-size: 14px;
        line-height: 24px;
    }
}

.editor-content.fz-18 p {
    font-size: 18px;
}

@media (max-width: 1560px) {
    .editor-content.fz-18 p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .editor-content.fz-18 p {
        font-size: 14px;
    }
}

.editor-content.lh-30 p {
    line-height: 30px;
}

@media (max-width: 1560px) {
    .editor-content.lh-30 p {
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .editor-content.lh-30 p {
        line-height: 24px;
    }
}

.editor-content.fw-500 p {
    font-weight: 500;
}

.editor-content h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;

    margin-bottom: 20px;

    color: #2148a8;
}

@media (max-width: 1560px) {
    .editor-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .editor-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .editor-content h3 {
        font-size: 18px;
    }
}

.editor-content h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

@media (max-width: 1199px) {
    .editor-content h4 {
        font-size: 18px;
    }
}

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

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

.editor-content ul,
.editor-content ol {
    padding-left: 1em;
}

.editor-content ul li,
.editor-content ol li {
    list-style: inherit;
}

.editor-content .table-box {
    line-height: 1.625;

    overflow: auto;

    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}

.editor-content .table-box table {
    font-size: 16px;
    line-height: 1.2;

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

    border-spacing: 0;
    border-collapse: collapse;
}

.editor-content .table-box table p {
    font-size: 16px;
}

.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th {
    width: auto !important;
    height: auto !important;
}

.editor-content .table-box table td,
.editor-content .table-box table th {
    font-weight: normal;

    padding: 15px 20px !important;

    border: 1px solid #dcdcdc;
}

@media (max-width: 480px) {

    .editor-content .table-box table td,
    .editor-content .table-box table th {
        padding: 8px !important;
    }
}

.editor-content .table-box table tr p,
.editor-content .table-box table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}

.editor-content .table-box table th {
    text-align: center;
}

.auto-adjust-img.is-mobile img {
    max-width: 100% !important;
    height: auto !important;
    margin: 5px 0;
}

.auto-adjust-img p.contains-pictures {
    font-size: 0 !important;

    overflow-x: hidden;

    margin: 0 -5px !important;
    padding: 0;
}

@media (min-width: 768px) {
    .auto-adjust-img p.contains-pictures {
        white-space: nowrap;
    }
}

.auto-adjust-img p.contains-pictures>img {
    display: inline-block;

    margin: 5px;
}