:root {
    --pad: -webkit-calc(50vw - 885px);
    --pad: calc(50vw - 885px);
}
@media (max-width: 1830px) {
    :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: 'Plus Jakarta Sans';
    font-weight: 500;
    font-style: normal;

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

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

    src: local('Plus Jakarta Sans SemiBold'), local('PlusJakartaSans-SemiBold'), url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'), url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff'), url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;

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

    src: local('IBM Plex Sans Condensed Medium'), local('IBMPlexSansCond-Medium'), url('../fonts/IBMPlexSansCond-Medium.woff2') format('woff2'), url('../fonts/IBMPlexSansCond-Medium.woff') format('woff'), url('../fonts/IBMPlexSansCond-Medium.ttf') format('truetype');
    font-display: swap;
}
.title-font {
    font-family: 'Plus Jakarta Sans', Arial;
}
body {
    font-family: 'Open Sans', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 16px;
    font-weight: normal;

    overflow-x: hidden;

    color: #141b2d;

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

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

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

    width: 42px;
    height: 42px;
    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: #fff;
    border-radius: 3px;
    background: none;
    background: #07151c;
}
@media (max-width: 991px) {
    .slick-arrow {
        line-height: 30px;

        left: -30px;

        width: 30px;
        height: 30px;
    }
}
@media (max-width: 767px) {
    .slick-arrow {
        top: auto;
        bottom: -40px;
        left: 50%;

        -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        transform: translateX(-110%);
    }
}
.slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 16px;

    display: block;

    content: '\e61f';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow.slick-next {
    right: -4%;
    left: auto;
}
@media (max-width: 991px) {
    .slick-arrow.slick-next {
        right: -30px;
    }
}
@media (max-width: 767px) {
    .slick-arrow.slick-next {
        right: 50%;

        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%);
    }
}
.slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.slick-arrow:hover {
    color: #fff;
    background-color: #1009b6;
}
.arrow-bottom {
    padding-bottom: 100px;
}
@media (max-width: 1199px) {
    .arrow-bottom {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .arrow-bottom {
        padding-bottom: 60px;
    }
}
.arrow-bottom .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;

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

    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
}
@media (max-width: 767px) {
    .arrow-top-right {
        padding-bottom: 50px;
    }
}
.arrow-top-right .slick-arrow {
    position: absolute;
    top: 10px;
    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: -80px;
    }
}
@media (max-width: 991px) {
    .arrow-top-right .slick-arrow {
        right: 44px;
    }
}
@media (max-width: 767px) {
    .arrow-top-right .slick-arrow {
        top: auto;
        bottom: 0;
        left: 50%;

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

        -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
        transform: translateX(120%);
    }
}
.prev-next {
    font-size: 0;
}
.prev-next .slick-arrow {
    position: relative;
    top: auto;
    right: 0;
    left: 0;

    display: inline-block;

    margin: 0 20px;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .prev-next .slick-arrow {
        margin: 0;
    }
}
.prev-next .slick-arrow.slick-next {
    right: 0;
}
.slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 50px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    .slick-dots {
        margin-top: 30px;
    }
}
.slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 7px;

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

    border-radius: 50%;
    background-color: #d9d9d9;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #1009b6;
}
.center {
    top: 50%;
    left: 50%;

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

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

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

    margin: 0 -5px;

    -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 5px;

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

    display: block;

    width: 30px;
    height: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
}
.common-share ul li .iconfont {
    font-size: 20px;
}
@media (max-width: 1400px) {
    .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 {
    /* label */
    /* input & textarea */
    /* 初始状态（有 placeholder） */
    /* 聚焦 或 有内容 */
    /* group-read 状态 */
}
.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;
    line-height: 50px;

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

    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: .32px;
    pointer-events: none;

    color: #666;
}
@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 {
    font-size: 16px;
    line-height: 30px;

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

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

    outline: none;
    background: #fff;
}
@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:placeholder-shown+label,
.formbox form .group textarea:placeholder-shown+label {
    top: 0;
}
.formbox form .group input:focus+label,
.formbox form .group textarea:focus+label,
.formbox form .group input:not(:placeholder-shown)+label,
.formbox form .group textarea:not(:placeholder-shown)+label {
    top: -32px;
    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:not(:placeholder-shown)+label,
    .formbox form .group textarea:not(:placeholder-shown)+label {
        left: 20px;
    }
}
@media (max-width: 767px) {
    .formbox form .group input:focus+label,
    .formbox form .group textarea:focus+label,
    .formbox form .group input:not(:placeholder-shown)+label,
    .formbox form .group textarea:not(:placeholder-shown)+label {
        top: -25px;
        left: 10px;
    }
}
.formbox form .group-read input {
    color: #fff !important;
    border-color: #1009b6 !important;
    background: #1009b6 !important;
}
.formbox .submit-group .common-button button {
    line-height: 26px;

    padding: 12px 60px;

    background-color: #1009b6;
}
.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;
    line-height: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@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 {
    text-decoration: underline;

    color: #1009b6;
}
.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: 16px;
    padding: 0 20px;

    border: 1px solid #d9d9d9;
}
.wrap-reviews .feedback .item span {
    line-height: 50px;

    display: block;

    white-space: nowrap;

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

    width: 100%;
    padding: 10px;

    resize: vertical;

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

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

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

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

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

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

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

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

    content: '\e76b';
}
.wrap-reviews .feedback .rating>input:not(:checked)~label:hover,
.wrap-reviews .feedback .rating>input:not(:checked)~label:hover~label {
    color: #1009b6;
}
.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: '\e76b';
}
.wrap-reviews .feedback .submit-group button {
    color: #240d2a;
    border: 1px solid #240d2a;
    background: none;
}
.wrap-reviews .feedback .submit-group button:hover {
    color: #fff;
    background: #240d2a;
}
.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;
    line-height: 1.15384615;

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

    margin-left: 10px;

    color: #666;
}
.wrap-reviews .review-list .item .title-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 8px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-reviews .review-list .item p {
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

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

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.wrap-reviews .review-list .item .starbox .icon {
    font-size: 14px;
    line-height: 26px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-reviews .review-list .item .editor-content {
    margin-top: 20px;
}
.wrap-reviews .review-list .item .editor-content p {
    line-height: 1.875;
}
.header {
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;

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

    background-color: #fff;
}
.header .header-top {
    color: #fff;
    background: #141b2d;
}
.header .txt p {
    line-height: 40px;

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

    margin: 0 30px 0 0;

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

        margin: 0 10px 0 0;
    }
}
.header .txt p a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .header .txt p a {
        font-size: 0;
    }
}
.header .txt p a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.header .txt p .iconfont {
    font-size: 20px;

    margin-right: 8px;
}
.header .txt p:hover a span {
    background-size: 100% 1px;
}
.header .logo {
    display: block;

    height: 66px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1470px) {
    .header .logo {
        height: 56px;
    }
}
@media (max-width: 1199px) {
    .header .logo {
        height: 50px;
    }
}
@media (max-width: 767px) {
    .header .logo {
        height: 46px;
    }
}
.header .logo img {
    display: block;

    height: 100%;
}
.header .language {
    position: relative;

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

    margin-left: 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .header .language {
        margin-left: 10px;
    }
}
.header .language span {
    font-weight: 500;
    line-height: 60px;

    position: relative;

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

    cursor: pointer;
    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1400px) {
    .header .language span {
        font-size: 0;
    }
}
.header .language span .iconfont {
    font-size: 24px;

    margin-right: 8px;
}
@media (max-width: 1400px) {
    .header .language span .iconfont {
        margin-right: 0;
    }
}
.header .language span .icon-arrow-down {
    font-size: 14px;

    margin-left: 10px;
}
@media (max-width: 1400px) {
    .header .language span .icon-arrow-down {
        display: none;
    }
}
.header .language span:after {
    position: absolute;
    z-index: 6;
    z-index: 7;
    bottom: -1px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;

    -webkit-filter: drop-shadow(0px -2px 4px rgba(0, 0, 0, .1));
    filter: drop-shadow(0px -2px 4px rgba(0, 0, 0, .1));
}
.header .language:hover span {
    color: #1009b6;
}
.header .language:hover span:after {
    opacity: 1;
}
.header .language ul {
    font-size: 0;

    position: absolute;
    z-index: 6;
    top: 100%;
    right: -30px;

    display: none;

    width: 500px;
    padding: 20px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .header .language ul {
        right: -100px;

        width: 300px;
    }
}
.header .language ul li {
    font-size: 16px;

    display: inline-block;

    width: 33.333%;

    vertical-align: top;
}
@media (max-width: 767px) {
    .header .language ul li {
        font-size: 14px;

        width: 50%;
    }
}
.header .language ul li a {
    line-height: 30px;

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

    padding: 10px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .header .language ul li a {
        line-height: 24px;
    }
}
.header .language ul li a img {
    display: block;

    width: 30px;
    margin-right: 10px;
}
.header .language ul li:hover a {
    background-color: #eee;
}
.header .quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-left: 36px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1560px) {
    .header .quote {
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    .header .quote {
        background: none;
    }
}
.header .quote .common-button a {
    line-height: 24px;

    padding: 10px 16px;

    color: #fff;
    border-radius: 3px;
    background: #1009b6;
}
@media (max-width: 1400px) {
    .header .quote .common-button a {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .header .quote .common-button a {
        padding: 0;

        color: #141b2d;
        background: none;
    }
}
.header .quote .common-button a .iconfont {
    font-size: 0;
}
@media (max-width: 767px) {
    .header .quote .common-button a .iconfont {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .header .quote .common-button a span {
        display: none;
    }
}
@media (max-width: 767px) {
    .header .quote .now-hover {
        padding: 0 10px;
    }
}
.header .cart {
    font-size: 24px;
    line-height: 60px;

    position: relative;

    display: block;

    padding: 0 24px;

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

    color: #666;
    border-right: 1px solid rgba(217, 217, 217, .52);
}
@media (max-width: 767px) {
    .header .cart {
        padding: 0 10px;
    }
}
.header .cart span {
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 10px;
    right: 14px;

    width: 20px;
    height: 20px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #1009b6;
}
@media (max-width: 767px) {
    .header .cart span {
        right: 0;
    }
}
.header .cart:hover {
    color: #1009b6;
}
.header .header-nav {
    font-family: 'Plus Jakarta Sans', Arial;
}
.header .serach-part {
    cursor: pointer;
}
.header .find {
    line-height: 60px;

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

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .find:after {
    display: block;

    width: 1px;
    height: 22px;
    margin-left: 16px;

    content: '';

    background: #d9d9d9;
}
.header .find .iconfont {
    font-size: 24px;

    display: block;
}
.header .find:hover {
    color: #1009b6;
}
.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;

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

    overflow: hidden;

    width: 80%;

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

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

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

    width: 100%;
    padding: 15px;

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

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

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

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

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

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

    margin: 0 -25px;

    -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: 1720px) {
    .header .pc-nav>ul {
        margin: 0 -15px;
    }
}
@media (max-width: 1400px) {
    .header .pc-nav>ul {
        margin: 0 -10px;
    }
}
.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: 1720px) {
    .header .pc-nav>ul>li {
        padding: 0 15px;
    }
}
@media (max-width: 1470px) {
    .header .pc-nav>ul>li {
        padding: 0 10px;
    }
}
.header .pc-nav>ul>li>a {
    font-size: 18px;
    font-weight: 500;

    position: relative;

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

    height: 80px;

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

    -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: 1720px) {
    .header .pc-nav>ul>li>a {
        font-size: 16px;
    }
}
.header .pc-nav>ul>li>a:before {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

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

    background-color: #1009b6;
}
.header .pc-nav>ul>li.more>a:after {
    font-family: 'iconfont' !important;
    font-size: 14px;

    display: inline-block;

    margin-left: 5px;

    content: '\ee4a';
    vertical-align: middle;
}
.header .pc-nav>ul>li.active>a,
.header .pc-nav>ul>li:hover>a {
    color: #1009b6;
}
.header .pc-nav>ul>li.active>a:before,
.header .pc-nav>ul>li:hover>a:before {
    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;

    text-align: left;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list2>li {
    position: relative;
}
.header .pc-nav .nav-list2>li>a {
    font-size: 15px;
    line-height: 24px;

    display: block;

    padding: 10px 24px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    text-transform: capitalize;
}
@media (max-width: 1560px) {
    .header .pc-nav .nav-list2>li>a {
        padding: 5px 20px;
    }
}
.header .pc-nav .nav-list2>li:hover>a {
    color: #fff;
    background-color: #1009b6;
}
.header .pc-nav .nav-list3 {
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px;

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

    display: block;

    padding: 5px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
}
.header .pc-nav .nav-list3>li:hover>a {
    color: #fff;
    background-color: #1009b6;
}
.header .btn-menu {
    position: relative;

    display: none;

    width: 30px;
    height: 40px;
    margin-left: 10px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1199px) {
    .header .btn-menu {
        display: inline-block;

        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: #222;
}
.header .btn-menu div span {
    display: block;

    height: 2px;
    margin: 5px 0;

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

    background: #222;
}
.header.stuck {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.stuck .txt p {
    line-height: 30px;
}
.header.stuck .logo {
    height: 50px;
}
@media (max-width: 767px) {
    .header.stuck .logo {
        height: 46px;
    }
}
.header.stuck .pc-nav>ul>li>a {
    height: 60px;
}
.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: #333;
    background-color: #fff;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open,
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
    background-color: #eee;
}
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after,
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
    border-color: #222;
}
.hc-mobile-nav:not(.touch-device) a:hover {
    background-color: #eee;
}
.online-wrap {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 5px;

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

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

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

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

    color: #fff;
    border: 1px solid #1009b6;
    border-radius: 0;
    border-radius: 8px;
    outline: none;
    background-color: #1009b6;
}
@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: '\eab3';
    -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: 3px;

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

    border-radius: 3px;
    background: rgba(0, 0, 0, .25);

    -webkit-backdrop-filter: blur(23px);
    backdrop-filter: blur(23px);
}
@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: 46px;

    position: relative;

    display: block;

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

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

    color: #fff;
    border-radius: 3px;
}
.online-wrap .online a .iconfont {
    font-size: 24px;
}
.online-wrap .online a:hover {
    background-color: #1009b6;
}
@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: 46px;

    display: block;

    margin: 0;
    padding: 0 20px;

    color: #fff;
    background: #1009b6;
}
@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: #1009b6;
}
.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: #1009b6;
    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: #1009b6;
}
.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%;
    padding-top: 120px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 1199px) {
    .banner {
        padding-top: 90px;
    }
}
.banner img {
    display: block;

    width: 100%;
}
.banner .img-box {
    padding-bottom: 43.22916667%;
}
.banner .swiper-slide-active .title .subtitle,
.banner .swiper-slide-active .title h2 {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}
.banner .swiper-slide-active .link,
.banner .swiper-slide-active .editor-content {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}
.banner .swiper-slide {
    overflow: hidden;
}
.banner .item {
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 767px) {
    .banner .item {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
.banner-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: 43.22916667%;

    -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: #1009b6 !important;
}
.banner .mobile-video {
    position: relative;

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

    content: '';

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

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

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

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

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

    width: 24px;
    height: 24px;

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

    display: block;

    width: 10px;
    height: 10px;

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

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

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

    width: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .banner .banner-button {
        bottom: 10px;
    }
}
@media (max-width: 767px) {
    .banner .banner-button {
        bottom: 0;
    }
}
.banner .swiper-slide-active .banner-text {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

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

    color: #fff;
}
.banner .banner-button-prev:hover,
.banner .banner-button-next:hover {
    color: #1009b6;
}
.banner .banner-button-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.banner-in {
    position: relative;

    overflow: hidden;

    padding-top: 120px;
}
@media (max-width: 1199px) {
    .banner-in {
        padding-top: 90px;
    }
}
.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;
    top: -webkit-calc(50% + 60px);
    top: calc(50% + 60px);
    left: 0;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 1199px) {
    .banner-in .banner-in-text {
        top: -webkit-calc(50% + 45px);
        top: calc(50% + 45px);
    }
}
.banner-in .banner-in-text h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
}
@media (max-width: 1560px) {
    .banner-in .banner-in-text h2 {
        font-size: 46px;
    }
}
@media (max-width: 1470px) {
    .banner-in .banner-in-text h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .banner-in .banner-in-text h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .banner-in .banner-in-text h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner-in .banner-in-text h2 {
        font-size: 24px;
    }
}
.banner-in-sustainability .text {
    max-width: 1120px;
    margin: 0 auto;
}
.banner-in-sustainability h2 {
    font-family: 'Plus Jakarta Sans', Arial;
    font-size: 58px;
    font-weight: 600;
    line-height: 1.25;

    letter-spacing: -1.74px;
}
@media (max-width: 1560px) {
    .banner-in-sustainability h2 {
        font-size: 54px;
    }
}
@media (max-width: 1470px) {
    .banner-in-sustainability h2 {
        font-size: 50px;
    }
}
@media (max-width: 1400px) {
    .banner-in-sustainability h2 {
        font-size: 44px;
    }
}
@media (max-width: 1199px) {
    .banner-in-sustainability h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .banner-in-sustainability h2 {
        font-size: 30px;

        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .banner-in-sustainability h2 {
        font-size: 24px;
    }
}
.banner-in-sustainability .editor-content {
    max-width: 980px;
    margin: 0 auto;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .banner-in-sustainability .editor-content {
        display: none;
    }
}
.banner-in-sustainability .editor-content p {
    color: #ddd;
}
.banner-in-sustainability .wrap-location {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 0;

    width: 100%;

    color: #fff;
}
@media (max-width: 767px) {
    .banner-in-sustainability .wrap-location {
        bottom: 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: 130px 0;
}
@media (max-width: 1560px) {
    .box {
        padding: 100px 0;
    }
}
@media (max-width: 1400px) {
    .box {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .box {
        padding: 50px 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-button a,
.common-button button {
    line-height: 24px;

    position: relative;

    display: block;

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

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

    color: #fff;
    border-radius: 3px;
    background: #141b2d;
}
@media (max-width: 1400px) {
    .common-button a,
    .common-button button {
        padding: 14px 20px;
    }
}
@media (max-width: 1199px) {
    .common-button a,
    .common-button button {
        line-height: 24px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .common-button a,
    .common-button button {
        font-size: 14px;
    }
}
.common-button a .button-now,
.common-button button .button-now,
.common-button a .button-hover,
.common-button button .button-hover {
    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;
}
.common-button a .button-now span,
.common-button button .button-now span,
.common-button a .button-hover span,
.common-button button .button-hover span,
.common-button a .button-now .iconfont,
.common-button button .button-now .iconfont,
.common-button a .button-hover .iconfont,
.common-button button .button-hover .iconfont {
    display: block;

    -webkit-transition: all .6s;
    transition: all .6s;
}
.common-button a .button-now .iconfont,
.common-button button .button-now .iconfont,
.common-button a .button-hover .iconfont,
.common-button button .button-hover .iconfont {
    font-size: 18px;

    margin-left: 10px;

    opacity: 0;
}
.common-button a .button-now .iconfont,
.common-button button .button-now .iconfont {
    opacity: 1;
}
.common-button a .now-hover-group,
.common-button button .now-hover-group {
    position: relative;

    overflow: hidden;
}
.common-button a .button-hover,
.common-button button .button-hover {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}
.common-button a .button-hover span,
.common-button button .button-hover span {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.common-button a .button-hover .iconfont,
.common-button button .button-hover .iconfont {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.common-button a:hover,
.common-button button:hover {
    background-color: #1009b6;
}
.common-button a:hover .button-now span,
.common-button button:hover .button-now span {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.common-button a:hover .button-now .iconfont,
.common-button button:hover .button-now .iconfont {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);

    opacity: 0;
}
.common-button a:hover .button-hover span,
.common-button button:hover .button-hover span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.common-button a:hover .button-hover .iconfont,
.common-button button:hover .button-hover .iconfont {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);

    opacity: 1;
}
.common-button-white a,
.common-button-white button {
    border: 1px solid #fff;
    background: none;
}
.common-button-white a:hover,
.common-button-white button:hover {
    background: none;
}
.common-button.text-center a,
.common-button.text-center button {
    margin: 0 auto;
}
.title .subtitle {
    font-family: 'IBM Plex Sans Condensed', Arial;
    font-size: 16px;
    font-weight: 500;

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

    letter-spacing: .48px;

    color: #1009b6;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
.title .subtitle:before {
    margin-right: 16px;

    content: '[';

    color: #141b2d;
}
.title .subtitle:after {
    margin-left: 16px;

    content: ']';

    color: #141b2d;
}
.title h2 {
    font-family: 'Plus Jakarta Sans', Arial;
    font-size: 58px;
    font-weight: 600;
    line-height: 1.25;

    letter-spacing: -1.74px;
}
@media (max-width: 1560px) {
    .title h2 {
        font-size: 54px;
    }
}
@media (max-width: 1470px) {
    .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;

        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 24px;
    }
}
.title h2.fz50 {
    font-size: 50px;
}
@media (max-width: 1560px) {
    .title h2.fz50 {
        font-size: 46px;
    }
}
@media (max-width: 1470px) {
    .title h2.fz50 {
        font-size: 42px;
    }
}
@media (max-width: 1400px) {
    .title h2.fz50 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .title h2.fz50 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .title h2.fz50 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .title h2.fz50 {
        font-size: 24px;
    }
}
.title h3 {
    font-size: 20px;
    line-height: 1.5;

    margin: 20px 0 0 0;
}
@media (max-width: 767px) {
    .title h3 {
        margin-top: 10px;
    }
}
.title .editor-content {
    max-width: 1000px;
    margin-top: 10px;
}
.title.text-center .editor-content {
    max-width: 730px;
    margin: 0 auto;
    margin-top: 10px;
}
.title.text-center .subtitle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.common-more a {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 50px;

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

    color: #1009b6;
    border: 1px solid #1009b6;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .common-more a {
        font-size: 15px;
        line-height: 24px;

        padding: 10px 30px;
    }
}
.common-more a:before,
.common-more a:after {
    position: absolute;
    z-index: 4;
    left: 50%;

    display: block;

    width: 100%;
    height: 1px;

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

    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
    background-image: -webkit-linear-gradient(left, transparent, #fff, transparent);
    background-image: linear-gradient(90deg, transparent, #fff, transparent);
}
.common-more a:before {
    top: -1px;
}
.common-more a:after {
    bottom: -1px;
}
.common-more a:hover {
    color: #fff;
    background-color: #1009b6;
}
.common-more.text-center a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.box-top .top-right {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-top .top-right .slick-arrow {
    display: inline-block;

    vertical-align: middle;
}
.box-top .top-right .slick-prev {
    left: 0;
}
.box-top .top-right .slick-next {
    right: 0;

    margin-left: 10px;
}
.box-top .top-right .common-button {
    margin-left: 20px;
}
.common-product-item {
    display: block;
    overflow: hidden;

    border: 1px solid #d9d9d9;
    border-radius: 6px;
}
.common-product-item .img-box {
    padding-bottom: 73.33333333%;
}
.common-product-item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-product-item .title-product {
    font-family: 'Plus Jakarta Sans';
    font-size: 22px;
    font-weight: 600;
    font-style: normal;

    margin: 0;

    border-radius: 6px;
    background: #f6f6f6;
}
@media (max-width: 1470px) {
    .common-product-item .title-product {
        font-size: 20px;
    }
}
@media (max-width: 1400px) {
    .common-product-item .title-product {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .common-product-item .title-product {
        font-size: 16px;
    }
}
.common-product-item .title-product a {
    line-height: 70px;

    display: flex;

    width: 100%;
    height: 70px;
    padding: 0 20px;

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

}
.common-product-item .title-product a span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 70px;
}
@media (max-width: 1470px) {
    .common-product-item .title-product a {
        line-height: 60px;

        height: 60px;
    }
    .common-product-item .title-product a span {
        height: 60px;
    }
}
@media (max-width: 1400px) {
    .common-product-item .title-product a {
        line-height: 50px;

        height: 50px;
        padding: 0 15px;
    }
    .common-product-item .title-product a span {
        height: 50px;
    }
}
@media (max-width: 767px) {
    .common-product-item .title-product a {
        line-height: 40px;

        height: 40px;
    }
    .common-product-item .title-product a span {
        height: 40px;
    }
}
.common-product-item .title-product .iconfont {
    font-size: 20px;

    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (min-width: 1200px) {
    .common-product-item:hover .title-product {
        color: #1009b6;
    }
    .common-product-item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.box-product .title h2 {
    max-width: 90%;
}
.box-product .slider-arrow .slick-arrow {
    position: relative;
    top: 0;

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

    color: #141b2d;
    border: 1px solid #dcdbf4;
    background: none;
}
@media (max-width: 767px) {
    .box-product .slider-arrow .slick-arrow {
        left: 0;

        display: inline-block;

        vertical-align: middle;
    }
}
.box-product .slider-arrow .slick-arrow:hover {
    color: #fff;
    border-color: #1009b6;
    background-color: #1009b6;
}
@media (max-width: 767px) {
    .box-product .slider-arrow .slick-arrow.slick-next {
        right: 0;
    }
}
.box-product .product ul {
    margin: -5px;
}
.box-product .product ul li {
    padding: 5px;
}
.box-product .product-note {
    padding-top: 16px;

    border-top: 1px solid #666;
}
.box-product .product-note p {
    font-weight: 500;
    font-style: italic;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
.common-capabilities-item {
    display: block;
    overflow: hidden;
}
.common-capabilities-item .img-box {
    padding-bottom: 70%;

    border-radius: 6px;
}
.common-capabilities-item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-capabilities-item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;
}
@media (max-width: 1199px) {
    .common-capabilities-item .text {
        margin-top: 20px;
    }
}
.common-capabilities-item .note {
    width: 100%;
    padding-right: 5%;
}
.common-capabilities-item .editor-content {
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.common-capabilities-item .more {
    font-size: 30px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.common-capabilities-item .more .iconfont {
    display: block;

    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.common-capabilities-item .title-capabilities {
    font-family: 'Plus Jakarta Sans';
    font-size: 22px;
    font-weight: 600;
    font-style: normal;

    margin: 0;
}
@media (max-width: 1199px) {
    .common-capabilities-item .title-capabilities {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .common-capabilities-item .title-capabilities {
        font-size: 18px;
    }
}
.common-capabilities-item .title-capabilities a {
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.common-capabilities-item .title-capabilities a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#1009b6), to(#1009b6));
    background-image: -webkit-linear-gradient(left, #1009b6 0%, #1009b6 100%);
    background-image: linear-gradient(to right, #1009b6 0%, #1009b6 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.common-capabilities-item .title-capabilities .iconfont {
    font-size: 20px;

    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (min-width: 1200px) {
    .common-capabilities-item:hover .title-capabilities {
        color: #1009b6;
    }
    .common-capabilities-item:hover .title-capabilities a span {
        background-size: 100% 1px;
    }
    .common-capabilities-item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.box-about .about {
    padding-top: 40px;

    border-top: 1px solid #d9d9d9;
}
.box-about .title h2 {
    font-size: 32px;

    letter-spacing: -.96px;
}
@media (max-width: 1560px) {
    .box-about .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 1400px) {
    .box-about .title h2 {
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    .box-about .title h2 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .box-about .title h2 {
        font-size: 20px;
    }
}
.box-about .number>ul>li {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .box-about .number>ul>li {
        margin-top: 20px;
    }
}
.box-about .number .item {
    text-align: center;
}
.box-about .number .item .stats-icon {
    font-size: 50px;
    line-height: 120px;

    position: relative;

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

    text-align: center;

    color: #1009b6;
}
@media (max-width: 1199px) {
    .box-about .number .item .stats-icon {
        font-size: 40px;
        line-height: 100px;

        width: 100px;
        height: 100px;
    }
}
.box-about .number .item .stats-icon:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-animation: zhuan 10s linear infinite alternate;
    animation: zhuan 10s linear infinite alternate;

    background: url(../images/circle.svg) no-repeat center;
    background-size: contain;
}
.box-about .number .item .stats-icon .iconfont {
    display: block;
}
.box-about .number .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

    text-align: left;

    -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;
}
.box-about .number .item .stats-num {
    font-size: 40px;
    line-height: 1;

    margin-right: 16px;

    letter-spacing: -1.2px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1400px) {
    .box-about .number .item .stats-num {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .box-about .number .item .stats-num {
        font-size: 30px;

        margin-right: 10px;
    }
}
@media (min-width: 1200px) {
    .box-about .number .item:hover .stats-icon .iconfont {
        -webkit-animation: swing 1s 0s ease both;
        animation: swing 1s 0s ease both;
    }
}
.box-honor {
    padding-top: 100px;
}
@media (max-width: 1560px) {
    .box-honor {
        padding-top: 80px;
    }
}
@media (max-width: 1199px) {
    .box-honor {
        padding-top: 60px;
    }
}
.box-honor .honor .item {
    text-align: center;
}
.box-honor .honor .item .picbox {
    padding: 20px;

    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .box-honor .honor .item .picbox {
        padding: 10px;
    }
}
.box-honor .honor .item .img-box {
    padding-bottom: 135.18518519%;
}
.box-honor .honor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-honor .honor .item .title-honor {
    font-family: 'Plus Jakarta Sans', Arial;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45454545;

    margin-top: 20px;

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

    color: #07151c;
}
@media (max-width: 1560px) {
    .box-honor .honor .item .title-honor {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .box-honor .honor .item .title-honor {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .box-honor .honor .item .title-honor {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .box-honor .honor .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .box-honor .honor .item:hover .title-honor {
        color: #1009b6;
    }
}
.box-why {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box-why .pic,
.box-why .why {
    width: 50%;
}
@media (max-width: 767px) {
    .box-why .pic,
    .box-why .why {
        width: 100%;
    }
}
.box-why .pic {
    /* max-width: 1000px; */
    margin: 0 auto;
    position: relative;
}
.box-why .pic .img {
    height: 100%;
}
.box-why .pic .img img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}
.box-why .pic .renzheng {
    position: absolute;
    z-index: 6;
    right: 20px;
    bottom: 20px;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-why .pic .renzheng img {
    width: 140px;
}
@media (max-width: 1199px) {
    .box-why .pic .renzheng img {
        width: 120px;
    }
}
@media (max-width: 767px) {
    .box-why .pic .renzheng img {
        width: 80px;
    }
}
.box-why .why {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    padding: 100px var(--pad) 100px 5%;

    color: #fff;
    background: -webkit-linear-gradient(57deg, #141b2d 47.14%, #374362 95.75%);
    background: linear-gradient(33deg, #141b2d 47.14%, #374362 95.75%);

    -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) {
    .box-why .why {
        padding: 30px 15px;
    }
}
.box-why .why .title .subtitle {
    color: #fff;
}
.box-why .why .title .subtitle:before,
.box-why .why .title .subtitle:after {
    color: #fff;
}
.box-why .why .note p {
    font-size: 20px;
    line-height: 1.5;

    color: #d9d9d9;
}
@media (max-width: 1470px) {
    .box-why .why .note p {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .box-why .why .note p {
        font-size: 16px;
    }
}
.box-why .why .note ul li {
    position: relative;

    margin-bottom: 10px;
    padding-left: 36px;
}
.box-why .why .note ul li:before {
    font-family: 'iconfont' !important;

    position: absolute;
    left: 0;

    content: '\e62f';

    color: #1009b6;
}
.box-why .why .note ul li p {
    margin: 0;
}
.box-why .why .common-button a {
    background-color: #1009b6;
}
.box-partner .partner {
    margin-top: 20px;
}
.box-partner .partner .slick-slide {
    margin: 0 -50px;
}
@media (max-width: 1470px) {
    .box-partner .partner .slick-slide {
        margin: 0 -30px;
    }
}
@media (max-width: 767px) {
    .box-partner .partner .slick-slide {
        margin: 0 -20px;
    }
}
.box-partner .partner .slick-slide .slick-slide {
    padding: 0;
}
.box-partner .partner .item {
    margin-top: 30px;
    padding: 0 50px;
}
@media (max-width: 1470px) {
    .box-partner .partner .item {
        padding: 0 30px;
    }
}
@media (max-width: 767px) {
    .box-partner .partner .item {
        margin-top: 20px;
        padding: 0 20px;
    }
}
.box-partner .partner .item .img-box {
    padding-bottom: 80.35714286%;
}
.footer {
    line-height: 24px;

    overflow: hidden;

    color: #d9d9d9;
    background: #141b2d;
}
@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(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer a:hover {
    color: #fff;
}
.footer a:hover span {
    background-size: 100% 1px;
}
.footer .foot {
    padding: 100px 0;
}
@media (max-width: 1560px) {
    .footer .foot {
        padding: 80px 0;
    }
}
@media (max-width: 1199px) {
    .footer .foot {
        padding: 60px 0;
    }
}
@media (max-width: 991px) {
    .footer .foot {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .footer .foot {
        padding: 30px 0;
    }
}
.footer .title-foot {
    margin-bottom: 20px;
}
.footer .title-foot h3 {
    font-family: 'Plus Jakarta Sans', Arial;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33333333;

    white-space: nowrap;

    color: #fff;
}
@media (max-width: 1199px) {
    .footer .title-foot h3 {
        font-size: 20px;

        letter-spacing: 0;
    }
}
@media (max-width: 991px) {
    .footer .foot-nav {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .footer .foot-nav {
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .footer .foot-nav>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .footer .foot-nav>ul>li {
        margin-right: 20px;
    }
}
.footer .foot-nav>ul>li>a {
    display: block;

    padding: 8px 0;
}
.footer .foot-logo img {
    height: 90px;
}
@media (max-width: 1199px) {
    .footer .foot-logo img {
        height: 70px;
    }
}
@media (max-width: 767px) {
    .footer .foot-logo img {
        height: 60px;
    }
}
.footer .foot-left {
    max-width: 300px;
}
@media (max-width: 1199px) {
    .footer .foot-left {
        max-width: 260px;
    }
}
@media (max-width: 991px) {
    .footer .foot-left {
        width: 50%;
        max-width: 50%;
    }
}
@media (max-width: 767px) {
    .footer .foot-left {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot-left .editor-content {
    margin-top: 30px;
}
.footer .foot-left .editor-content p {
    color: #d9d9d9;
}
.footer .foot-text {
    max-width: 370px;
}
@media (max-width: 1470px) {
    .footer .foot-text {
        max-width: 300px;
    }
}
@media (max-width: 991px) {
    .footer .foot-text {
        width: 50%;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .footer .foot-text {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot-text .foot-info {
    margin-top: 20px;
}
.footer .foot-text .foot-info p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer .foot-text .foot-info p .iconfont {
    margin-right: 6px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer .foot-map {
    max-width: 30%;
}
@media (max-width: 1400px) {
    .footer .foot-map {
        max-width: 25%;
    }
}
@media (max-width: 991px) {
    .footer .foot-map {
        max-width: 50%;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .footer .foot-map {
        max-width: 100%;
    }
}
.footer .foot-map img {
    width: 100%;
}
.footer .common-share {
    margin-top: 30px;
}
.footer .common-share ul {
    margin: 0 -4px;
}
.footer .common-share ul li {
    padding: 0 4px;
}
.footer .common-share ul li a {
    line-height: 40px;

    width: 40px;
    height: 40px;

    color: #fff;
    border: 1px solid #47515a;
    border-radius: 4px;
}
.footer .common-share ul li a:hover {
    border-color: #fff;
}
.footer .copyright {
    font-size: 14px;
    line-height: 1.5;

    padding: 16px 0;

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

    margin: 0 -16px;

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

    -webkit-transition: all .2s;
    transition: all .2s;
}
.footer .copyright .link .line {
    margin: 0 10px;
}
.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;
    }
}
.pt-60 {
    padding-top: 60px;
}
@media (max-width: 1199px) {
    .pt-60 {
        padding-top: 50px;
    }
}
@media (max-width: 991px) {
    .pt-60 {
        padding-top: 40px;
    }
}
.title-in h2 {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.2;

    text-transform: uppercase;

    color: #09357d;
}
@media (max-width: 1560px) {
    .title-in h2 {
        font-size: 46px;
    }
}
@media (max-width: 1470px) {
    .title-in h2 {
        font-size: 42px;
    }
}
@media (max-width: 1400px) {
    .title-in h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .title-in h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .title-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title-in h2 {
        font-size: 24px;
    }
}
.title-in h2 span {
    color: #1009b6;
}
.title-in p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 5px 0 0 0;

    color: #666;
}
@media (max-width: 1199px) {
    .title-in p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .title-in p {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .wrap-left {
        display: none;
    }
}
.wrap-location .location {
    line-height: 30px;

    position: relative;

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

    width: 100%;
}
.wrap-location .location .iconfont {
    margin-right: 10px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.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 8px;

    content: '>';
}
.wrap-location .location>ul>li:last-child:after {
    display: none;
}
.wrap-location .location>ul>li>a {
    font-size: 14px;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-location .location>ul>li>a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#1009b6), to(#1009b6));
    background-image: -webkit-linear-gradient(left, #1009b6 0%, #1009b6 100%);
    background-image: linear-gradient(to right, #1009b6 0%, #1009b6 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-location .location>ul>li>a:hover {
    color: #1009b6;
}
.wrap-location .location>ul>li>a:hover span {
    background-size: 100% 1px;
}
.wrap-menu {
    position: relative;
    z-index: 9;

    margin-top: -30px;
}
@media (max-width: 767px) {
    .wrap-menu {
        margin-top: -25px;
    }
}
.wrap-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -5px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-menu ul li {
    padding: 5px;
}
.wrap-menu ul li a {
    font-weight: 600;
    line-height: 1.625;

    display: block;

    padding: 12px 34px;

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

    color: #fff;
    border: 1px solid #ebe9d9;
    border-radius: 30px;
    background: #2b2b2b;
}
@media (max-width: 1199px) {
    .wrap-menu ul li a {
        padding: 12px 20px;
    }
}
@media (max-width: 767px) {
    .wrap-menu ul li a {
        font-size: 14px;
        line-height: 1.42857143;

        padding: 10px;
    }
}
.wrap-menu ul li.active a,
.wrap-menu ul li:hover a {
    color: #fff;
    border-color: #1009b6;
    background-color: #1009b6;
}
.wrap-sidenav {
    position: relative;

    padding-bottom: 30px;
}
.wrap-sidenav .title-sidenav h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.66666667;
}
.wrap-sidenav .sidenav {
    position: relative;
    z-index: 6;
}
.wrap-sidenav .sidenav .slevel-1>li {
    position: relative;

    overflow: hidden;

    margin-bottom: 10px;
}
.wrap-sidenav .sidenav .slevel-1>li>a {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

    position: relative;

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

    padding: 10px 16px;

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

    border: 1px solid #d9d9d9;
    border-radius: 6px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
    color: #fff;
    background: #1009b6;
}
.wrap-sidenav .sidenav .slevel-1>li.active .slevel-2 {
    display: block;
}
.wrap-sidenav .sidenav .slevel-2 {
    display: none;

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

    background: #f6f6f6;
}
.wrap-sidenav .sidenav .slevel-2>li {
    position: relative;
    z-index: 4;

    border-bottom: 1px solid #d9d9d9;
}
.wrap-sidenav .sidenav .slevel-2>li>a {
    line-height: 30px;

    display: block;

    padding: 10px 0 10px 20px;

    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);

    color: #666;
}
.wrap-sidenav .sidenav .slevel-2>li>a:before {
    position: absolute;
    top: 23px;
    left: 6px;

    display: block;

    width: 4px;
    height: 4px;

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

    opacity: 0;
    border-radius: 50%;
    background-color: #1009b6;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a,
.wrap-sidenav .sidenav .slevel-2>li:hover>a {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    color: #1009b6;
}
.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: 20px 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 {
    font-size: 15px;
    line-height: 24px;

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

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

    text-transform: capitalize;

    border-radius: 5px;
    background-color: #f6f8fa;

    -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;
    background-color: #1009b6;
}
.wrap-about .pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 45%;
}
@media (max-width: 991px) {
    .wrap-about .pic {
        width: 100%;
    }
}
.wrap-about .pic img {
    width: 100%;
}
.wrap-about .pic .img-left {
    position: relative;
    z-index: 6;

    width: 30%;
    margin-top: 10%;
}
.wrap-about .pic .img-right {
    width: 80%;
    margin-left: -10%;
}
.wrap-about .title-about {
    margin-top: 20px;
}
.wrap-about .title-about h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;

    color: #1009b6;
}
@media (max-width: 1560px) {
    .wrap-about .title-about h3 {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .wrap-about .title-about h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-about .title-about h3 {
        font-size: 18px;
    }
}
.wrap-about .text {
    width: 55%;
    padding-left: 5%;
}
@media (max-width: 991px) {
    .wrap-about .text {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-about .note {
    margin-top: 20px;
}
.wrap-what .what {
    background: #f6f6f6;
}
.wrap-what .what .pic,
.wrap-what .what .text {
    width: 50%;
}
@media (max-width: 991px) {
    .wrap-what .what .pic,
    .wrap-what .what .text {
        width: 100%;
    }
}
.wrap-what .what .pic img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}
.wrap-what .what .text {
    padding: 30px 5%;
}
@media (max-width: 1560px) {
    .wrap-what .what .text {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-what .what .text {
        padding: 20px 15px;
    }
}
.wrap-what .what .text .title-what {
    margin-top: 20px;
}
.wrap-what .what .text .title-what h3 {
    font-size: 20px;
    line-height: 1.4;
}
@media (max-width: 1199px) {
    .wrap-what .what .text .title-what h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-what .what .text .title-what h3 {
        font-size: 16px;
    }
}
.wrap-what .what .text .note {
    margin-top: 20px;
}
.wrap-process .process>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -7px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-process .process>ul>li {
    width: 14.28571429%;
    margin-top: 14px;
    padding: 0 7px;
}
@media (max-width: 991px) {
    .wrap-process .process>ul>li {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .wrap-process .process>ul>li {
        width: 50%;
    }
}
.wrap-process .process .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

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

    text-align: center;

    background: #f6f6f6;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .15);

    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1470px) {
    .wrap-process .process .item {
        padding: 30px 15px;
    }
}
.wrap-process .process .item p {
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1560px) {
    .wrap-process .process .item p {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-process .process .item p {
        font-size: 16px;
    }
}
.wrap-process .process-text p {
    font-style: italic;
}
.wrap-factory .factory .item {
    cursor: pointer;
}
.wrap-factory .factory .item .img-box {
    padding-bottom: 60.37735849%;
}
.wrap-factory .factory .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-factory .factory .item .title-item {
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin-top: 16px;
    padding: 0 20px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-factory .factory .item .title-item {
        padding: 0;
    }
}
@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 .item:hover .title-item {
        color: #1009b6;
    }
}
.wrap-sustainability .sustainability-top .text {
    margin-top: 16px;
}
.wrap-sustainability .sustainability-top .note {
    padding: 20px;

    border-bottom: 4px solid #dbd9ff;
    border-radius: 6px;
    background: #f6f5ff;
}
@media (max-width: 767px) {
    .wrap-sustainability .sustainability-top .note {
        padding: 20px 15px;
    }
}
.wrap-sustainability .sustainability-top .note h3 {
    font-family: 'Plus Jakarta Sans', Arial;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.33333333;

    letter-spacing: -.72px;
}
@media (max-width: 1560px) {
    .wrap-sustainability .sustainability-top .note h3 {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .wrap-sustainability .sustainability-top .note h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-sustainability .sustainability-top .note h3 {
        font-size: 18px;
    }
}
.wrap-sustainability .sustainability-top .pic {
    overflow: hidden;

    height: 100%;

    border-radius: 6px;
}
@media (max-width: 767px) {
    .wrap-sustainability .sustainability-top .pic {
        margin-top: 30px;
    }
}
.wrap-sustainability .sustainability-top .pic img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}
.wrap-sustainability .sustainability {
    margin-top: 100px;

    border-top: 1px solid #d9d9d9;
}
@media (max-width: 1560px) {
    .wrap-sustainability .sustainability {
        margin-top: 80px;
    }
}
@media (max-width: 1400px) {
    .wrap-sustainability .sustainability {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .wrap-sustainability .sustainability {
        margin-top: 30px;
    }
}
.wrap-sustainability .sustainability .editor-content {
    margin-top: 30px;
}
.wrap-sustainability-report {
    background: #f7f7f7;
}
.wrap-sustainability-report .title h2:after {
    display: block;

    width: 130px;
    height: 4px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background-color: #1009b6;
}
.wrap-sustainability-report .sustainability-report .item {
    text-align: center;

    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #fff;
}
.wrap-sustainability-report .sustainability-report .item .img-box {
    padding-bottom: 107.69230769%;
}
.wrap-sustainability-report .sustainability-report .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-sustainability-report .sustainability-report .item .title-sustainability-report {
    font-family: 'Plus Jakarta Sans', Arial;
    font-size: 24px;
    line-height: 60px;

    height: 60px;

    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: -.72px;
    text-transform: capitalize;
}
@media (max-width: 1560px) {
    .wrap-sustainability-report .sustainability-report .item .title-sustainability-report {
        font-size: 22px;
        line-height: 50px;

        height: 50px;
    }
}
@media (max-width: 1199px) {
    .wrap-sustainability-report .sustainability-report .item .title-sustainability-report {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-sustainability-report .sustainability-report .item .title-sustainability-report {
        font-size: 18px;
        line-height: 40px;

        height: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-sustainability-report .sustainability-report .item .title-sustainability-report {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .wrap-sustainability-report .sustainability-report .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-sustainability-report .sustainability-report .item:hover .title-sustainability-report {
        color: #1009b6;
    }
}
.wrap-message {
    background: #f6f6f6;
}
.wrap-message .message-left {
    width: 48%;
}
@media (max-width: 991px) {
    .wrap-message .message-left {
        display: none;
    }
}
.wrap-message .message-left img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}
.wrap-message .message-right {
    width: 52%;
    padding-left: 30px;
}
@media (max-width: 991px) {
    .wrap-message .message-right {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-message .formbox form .group input,
.wrap-message .formbox form .group textarea {
    border-bottom: 1px solid #666;
    background: none;
}
.wrap-message .formbox form .common-button button {
    width: 100% !important;
}
.wrap-message .formbox form .common-button button .button-now,
.wrap-message .formbox form .common-button button .button-hover {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wrap-contact .title h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.33333333;

    max-width: 860px;

    color: #666;
}
@media (max-width: 1560px) {
    .wrap-contact .title h3 {
        font-size: 22px;
    }
}
@media (max-width: 1400px) {
    .wrap-contact .title h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .title h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .title h3 {
        font-size: 16px;
    }
}
.wrap-contact .contact .item {
    margin: 10px 0;
}
.wrap-contact .contact .item b {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;

    display: block;

    margin-bottom: 14px;
}
@media (max-width: 1560px) {
    .wrap-contact .contact .item b {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact .item b {
        font-size: 20px;
    }
}
.wrap-contact .contact .item p {
    font-size: 24px;
    line-height: 1.33333333;

    margin: 0;

    color: #141b2d;
}
@media (max-width: 1560px) {
    .wrap-contact .contact .item p {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .contact .item p {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .contact .item p {
        font-size: 18px;
    }
}
.wrap-contact .contact .item a {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-contact .contact .item a:hover {
    color: #1009b6;
}
.wrap-contact .common-share ul {
    margin: 0 -8px;
}
.wrap-contact .common-share ul li {
    padding: 0 8px;
}
.wrap-contact .common-share ul li a {
    font-size: 24px;

    color: #000;
}
.wrap-product .title {
    margin-bottom: 50px;
}
.wrap-product .title .editor-content {
    max-width: 100%;
}
.wrap-product .product>ul {
    margin-top: -40px;
}
@media (max-width: 767px) {
    .wrap-product .product>ul {
        margin-top: -20px;
    }
}
.wrap-product .product>ul>li {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .wrap-product .product>ul>li {
        margin-top: 20px;
    }
}
#productcontent {
    position: relative;
    top: -120px;
}
@media (max-width: 1199px) {
    #productcontent {
        top: -80px;
    }
}
.wrap-product-show .product-show {
    padding-bottom: 80px;
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show {
        padding-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .product-show {
        padding-bottom: 30px;
    }
}
.wrap-product-show .carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 767px) {
    .wrap-product-show .carousel {
        display: block;
    }
}
.wrap-product-show .carousel .item-video {
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel .item {
    overflow: hidden;
}
.wrap-product-show .carousel .item .img-box {
    padding-bottom: 73.33333333%;
}
.wrap-product-show .carousel .slider-for {
    font-size: 0;

    position: relative;

    width: 83%;
}
@media (max-width: 767px) {
    .wrap-product-show .carousel .slider-for {
        width: 100%;
    }
}
.wrap-product-show .carousel .zoom {
    position: relative;

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

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

    width: 17%;
    padding-right: 20px;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}
.wrap-product-show .slider-nav .slick-list {
    margin: -7px 0;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-list {
        margin: 0 -3px;
    }
}
.wrap-product-show .slider-nav .slick-slide {
    padding: 7px 0;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-slide {
        padding: 0 3px;
    }
}
.wrap-product-show .slider-nav .item {
    position: relative;

    overflow: hidden;

    cursor: pointer;

    border: 1px solid #d9d9d9;
    border-radius: 6px;
}
.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: 16px;
    line-height: 40px;

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

    display: block;

    width: 40px;
    height: 40px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #1009b6;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .item-video:after {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.wrap-product-show .slider-nav .slick-current .item {
    border: 1px solid #1009b6;
}
@media (min-width: 768px) {
    .wrap-product-show .slider-nav .slick-arrow {
        line-height: 50px;

        position: relative;
        top: 0;
        left: 0;

        width: 100%;
        height: 50px;

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

        border: none;
    }
    .wrap-product-show .slider-nav .slick-arrow:before {
        font-size: 30px;

        display: block;

        content: '\e624';
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .wrap-product-show .slider-nav .slick-arrow.slick-next:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .wrap-product-show .slider-nav .slick-arrow {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-arrow {
        position: absolute;
        top: 50%;
        left: -12px;

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

        background-color: #fff;
    }
    .wrap-product-show .slider-nav .slick-arrow.slick-next {
        right: -12px;
        left: auto;
    }
}
.wrap-product-show .info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    min-height: 100%;
    padding: 2vw 0 2vw 3%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box {
        margin-top: 30px;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box {
        min-height: auto;
    }
}
.wrap-product-show .info-box .title-info-box h2 {
    font-family: 'Plus Jakarta Sans', Arial;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.26315789;

    margin: 0;

    letter-spacing: -1.14px;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 32px;
    }
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .text {
    margin-top: 30px;
}
.wrap-product-show .info-box .text h3 {
    font-family: 'Plus Jakarta Sans', Arial;
    font-size: 16px;
    font-weight: 600;
}
.wrap-product-show .info-box .link-share {
    margin-top: 30px;
}
.wrap-product-show .info-box .share {
    -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: 10px;
    }
}
.wrap-product-show .info-box .share p {
    font-size: 14px;

    margin: 0;
}
.wrap-product-show .info-box .link {
    margin-right: 80px;
}
.wrap-product-show .info-box .link .common-button a {
    width: 100%;

    color: #fff;
    border-radius: 6px;
}
.wrap-product-show .info-box .link .common-button a .button-hover,
.wrap-product-show .info-box .link .common-button a .button-now {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wrap-product-show .info-box .link .common-button a .button-hover .iconfont,
.wrap-product-show .info-box .link .common-button a .button-now .iconfont {
    font-size: 20px;

    margin-right: 10px;
    margin-left: 0;
}
.wrap-product-show .info-box .link .common-button .addcart {
    color: #000;
    border: 1px solid #000;
    background: none;
}
.wrap-product-show .info-box .link .common-button .addcart:hover {
    color: #fff;
    border-color: #1009b6;
    background-color: #1009b6;
}
.wrap-product-show .stickybox {
    padding: 80px 0;
}
@media (max-width: 1199px) {
    .wrap-product-show .stickybox {
        padding: 70px 0;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .stickybox {
        padding: 50px 0;
    }
}
.wrap-product-show .wrap-show-menu {
    font-family: 'Plus Jakarta Sans';

    z-index: 9;

    color: #1e1e1e;
    background: #f5f5f5;
}
.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 -3vw;

    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-show-menu ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.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 3vw;
}
.wrap-product-show .wrap-show-menu ul li a {
    line-height: 30px;

    position: relative;

    display: block;

    padding: 20px 0;

    cursor: pointer;
}
@media (max-width: 767px) {
    .wrap-product-show .wrap-show-menu ul li a {
        font-size: 16px;
        line-height: 24px;

        padding: 10px 0;
    }
}
.wrap-product-show .wrap-show-menu ul li a:after {
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

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

    background-color: #1009b6;
}
.wrap-product-show .wrap-show-menu ul li.active a {
    color: #1009b6;
}
.wrap-product-show .wrap-show-menu ul li.active a:after {
    width: 100%;
}
.wrap-product-show .title-product-show h3 {
    font-family: 'Plus Jakarta Sans';
    font-size: 38px;
    font-weight: 600;
    line-height: 1.26315789;
    line-height: 1.5;
}
@media (max-width: 1560px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 34px;
    }
}
@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: 26px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 22px;
    }
}
.wrap-product-show .title-product-show .editor-content {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-product-show .title-product-show .editor-content {
        margin-top: 10px;
    }
}
.wrap-product-show .parameter .editor-content {
    margin-top: 20px;
}
.wrap-product-show .parameter .editor-content h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;
}
.wrap-product-show .parameter .editor-content p {
    font-size: 16px;
    line-height: 1.75;
}
.wrap-product-show .inquiry {
    background: #f7f7f7;
}
.wrap-product-show .relate-product {
    padding-top: 150px;
}
@media (max-width: 1560px) {
    .wrap-product-show .relate-product {
        padding-top: 120px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product {
        padding-top: 100px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .relate-product {
        padding-top: 80px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product {
        padding-top: 50px;
    }
}
.wrap-product-show .relate-product .slick-arrow {
    top: -90px;
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .slick-arrow {
        top: -60px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .slick-arrow {
        top: auto;
        bottom: 0;
    }
}
.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: #1009b6;
    background-color: #1009b6;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

    border-color: #1009b6;
    background-color: #1009b6;
}
.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: #1009b6;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    text-decoration: underline;

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

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

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap-vertical>ul {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li {
    display: inline-block;

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

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

    display: inline-block;

    padding: 10px 20px;

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

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

    list-style: none;

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

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

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

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

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

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

    display: block;

    padding: 5px 30px;

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

    color: #1009b6;
}
.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: #1009b6;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
    color: #1009b6;
}
.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(16, 9, 182, .5);
    border-radius: 5px;
    background-color: rgba(16, 9, 182, .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 {
    position: relative;
    z-index: 6;

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

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

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

    color: #666;
    border-radius: 4px;
    background: none;
    background: #f5f5f5;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 1200px) {
    .pagination a,
    .pagination span {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .pagination a:hover,
    .pagination span:hover {
        color: #fff;
        background-color: #1009b6;
    }
}
@media (max-width: 1199.98px) {
    .pagination a,
    .pagination span {
        line-height: 30px;

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

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

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

    content: '\e61f';
}
.editor-content p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #7b7e81;
}
@media (max-width: 767px) {
    .editor-content p {
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .editor-content.lh30 p {
        line-height: 30px;
    }
}
.editor-content h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45454545;
}
@media (max-width: 1560px) {
    .editor-content h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .editor-content h3 {
        font-size: 18px;
    }
}
.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 {
    width: 100% !important;
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .editor-content .table-box {
        overflow: auto !important;
    }
}
.editor-content .table-box table {
    width: 100% !important;
}
.editor-content .table-box table tr:first-child td {
    font-weight: 600 !important;

    color: #000 !important;
    background: rgba(0, 0, 0, .06) !important;
}
.editor-content .table-box table tr:first-child td p {
    font-weight: 600 !important;

    margin: 0;
}
.editor-content .table-box table tr td {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;

    width: auto !important;
    height: auto !important;
    padding: 20px 15px;

    color: #000;
    border-width: 1px;
    border-color: #b9b9b9;
}
@media (max-width: 1199px) {
    .editor-content .table-box table tr td {
        font-size: 14px;
    }
}
.editor-content .table-box table tr td p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;

    margin: 0;

    color: #000;
}
@media (max-width: 1199px) {
    .editor-content .table-box table tr td p {
        font-size: 14px;
    }
}
.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;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
}

.z-history,
.zcomposition,
.nnovation,
.establish,
.wrap-project,
.wrap-sustainability-report,
.wrap-quality,
.wrap-strength,
.clarify,
.zcultural {
    display: none;
}
.box-why .pic,
.box-why .why {
    width: 100%;
}
.box-why .why {
    padding-left: 0;
    padding-right: 0;
}
.box-why .why .text {
    max-width: 1000px;
    margin: 0 auto;
}
.zyz .z-about .z-about-box .z-about-left .type {
    display: none;
}