: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: 'Objectivity';
    font-weight: bold;
    font-style: normal;

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

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

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

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

    src: local('Inter Tight Medium'), local('InterTight-Medium'), url('../fonts/InterTight-Medium.woff2') format('woff2'), url('../fonts/nterTight-Medium.woff') format('woff'), url('../fonts/InterTight-Medium.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Inter Tight';
    font-weight: bold;
    font-style: normal;

    src: local('Inter Tight Bold'), local('InterTight-Bold'), url('../fonts/InterTight-Bold.woff2') format('woff2'), url('../fonts/InterTight-Bold.woff') format('woff'), url('../fonts/InterTight-Bold.ttf') format('truetype');
    font-display: swap;
}
.title-font {
    font-family: 'Objectivity', Arial;
    font-weight: 500;
}
body {
    font-family: 'Inter Tight', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 16px;
    font-weight: normal;

    overflow-x: hidden;

    color: #222;

    -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: 1690px;
    }
    .con1410 {
        max-width: 1440px;
    }
}
@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: 40px;

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

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

    width: 40px;
    height: 40px;
    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;

    border-radius: 50%;
    background: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 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: 20px;

    display: block;

    content: '\eab3';
}
.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 {
    content: '\e61f';
}
.slick-arrow:hover {
    color: #00b06e;
}
.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%);
}
.arrow-bottom .slick-arrow.slick-next:after {
    font-size: 20px;
    font-weight: bold;

    position: absolute;
    top: 47%;
    left: -24%;

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

    color: #e2e2e2;
}
@media (max-width: 767px) {
    .arrow-top-right {
        padding-bottom: 50px;
    }
}
.arrow-top-right .slick-arrow {
    position: absolute;
    top: -104px;
    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%);
    }
}
.arrow-top-right .slick-arrow.slick-next:after {
    font-size: 20px;
    font-weight: bold;

    position: absolute;
    top: 47%;
    left: -24%;

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

    color: #e2e2e2;
}
.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: 60px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .slick-dots {
        margin-top: 30px;
    }
}
.slick-dots li {
    width: 20px;
    height: 3px;
    margin: 0 3px;

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

    border-radius: 20px;
    background-color: rgba(0, 0, 0, .15);
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    width: 40px;

    background-color: #00b06e;
}
.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;
    }
}
.common-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-share 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;
}
.common-share ul li a {
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;

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

    border-radius: 50%;
    background-size: cover;
}
@media (max-width: 1400px) {
    .common-share ul li a {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}
.common-share ul li a:hover {
    color: #00b06e;
}
.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;
    }
}
.func {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.func .upload-btn {
    font-size: 16px;
    line-height: 2;

    background: none;
}
.func .upload-btn:after {
    display: inline-block;

    margin-left: 4px;

    content: '+';
    vertical-align: middle;
}
.func .upload-btn.active:after {
    content: '-';
}
.func .upload-btn:hover {
    text-decoration: underline;
}
.upload-box {
    display: none;

    margin-top: 30px;
}
.upload-box .tit {
    font-size: 16px;
    line-height: 1.5;
}
.upload-box .upload-wrap {
    margin-top: 10px;

    text-align: center;
}
.upload-box .upload-wrap h3 {
    font-size: 34px;

    margin: 0 0 35px;
}
@media (max-width: 1199px) {
    .upload-box .upload-wrap h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .upload-box .upload-wrap h3 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .upload-box .upload-wrap h3 {
        font-size: 20px;

        margin-bottom: 20px;
    }
}
.upload-box .upload-wrap .file-input {
    position: relative;

    padding: 20px 15px;

    border: 1px solid #ddd;
}
.upload-box .upload-wrap .file-preview {
    padding: 0;

    border: none;
}
.upload-box .upload-wrap .file-drop-zone {
    min-height: 280px;
    margin: 0;
}
@media (max-width: 767.98px) {
    .upload-box .upload-wrap .file-drop-zone {
        min-height: 200px;
    }
}
.upload-box .upload-wrap .file-drop-zone.clickable:hover {
    border: 1px dashed #00b06e;
}
.upload-box .upload-wrap .file-caption-main {
    padding: 0 20px;
}
.upload-box .upload-wrap .file-caption-main>.file-caption {
    display: none;
}
.upload-box .upload-wrap .file-caption-name {
    display: none !important;
}
.upload-box .upload-wrap .input-group {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.upload-box .upload-wrap .input-group>* {
    margin-top: 10px;
    margin-left: 5px !important;
}
@media (max-width: 575.98px) {
    .upload-box .upload-wrap .input-group .btn {
        font-size: 12px;
    }
}
.upload-box .upload-wrap .input-group-btn {
    text-align: right;
}
@media (max-width: 767px) {
    .upload-box .upload-wrap .input-group-btn>* .glyphicon {
        font-size: .9em;
    }
}
.upload-box .upload-wrap .input-group-btn>*>span.hidden-xs {
    display: inline-block !important;
}
@media (max-width: 767px) {
    .upload-box .upload-wrap .input-group-btn>*>span.hidden-xs {
        font-size: 12px;
    }
}
.upload-box .upload-wrap .fileinput-upload-button {
    display: inline-block;
}
.upload-box .upload-wrap .btn-file {
    border-color: #00b06e;
    border-radius: 0 !important;
    background-color: #00b06e;
}
.upload-box .upload-wrap .kv-upload-progress {
    padding: 0 15px;
}
.upload-box .upload-wrap .file-thumb-progress {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
}
.upload-box .upload-wrap .file-preview-thumbnails {
    padding: 0 5px;
}
@media (max-width: 767px) {
    .upload-box .upload-wrap .file-preview-thumbnails {
        flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.upload-box .upload-wrap .file-live-thumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    margin: 0 -5px;

    text-align: left;

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

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

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767.98px) {
    .upload-box .upload-wrap .file-drop-zone-title {
        min-height: 180px;
    }
}
.upload-box .upload-wrap .file-drop-zone-title span {
    font-size: .5em;

    display: block;

    margin-top: 10px;
    padding: 0 5px;
}
@media (max-width: 767px) {
    .upload-box .upload-wrap .file-drop-zone-title {
        font-size: 1em;

        padding: 10px 0;
    }
}
.upload-box .upload-wrap .file-preview-frame {
    display: block;

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

    text-align: center;
    vertical-align: top;
}
@media (max-width: 991px) {
    .upload-box .upload-wrap .file-preview-frame {
        max-width: -webkit-calc(25% - 16px) !important;
        max-width: calc(25% - 16px) !important;
    }
}
@media (max-width: 767px) {
    .upload-box .upload-wrap .file-preview-frame .file-other-icon {
        font-size: 10vw;
    }
}
@media (max-width: 575px) {}
.upload-box .upload-wrap .file-preview-frame .kv-file-content {
    position: relative;

    overflow: hidden;

    width: 100% !important;
    height: auto !important;
    padding-bottom: 100%;
}
.upload-box .upload-wrap .file-preview-frame .kv-file-content>* {
    position: absolute;
    top: 0;
    left: 0;

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

    object-fit: cover;
}
.upload-box .upload-wrap .file-preview-frame .file-thumbnail-footer {
    height: auto;
}
.upload-box .upload-wrap .file-preview-frame .file-preview-other {
    position: absolute;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.upload-box .upload-wrap .file-preview-frame .file-preview-other .glyphicon {
    display: block;
}
.upload-box .upload-wrap .krajee-default .file-footer-caption {
    margin-bottom: 0;
}
.upload-box .upload-wrap .krajee-default .file-caption-info,
.upload-box .upload-wrap .krajee-default .file-size-info {
    width: 100%;
    height: auto;
}
.upload-box .upload-wrap .file-upload-indicator .glyphicon {
    font-size: 16px;

    display: block;
}
.upload-box .upload-wrap .file-thumbnail-footer {
    position: initial;
}
.upload-box .upload-wrap .file-footer-buttons {
    float: none;
}
.upload-box .upload-wrap .file-footer-buttons>button {
    display: none !important;
}
.upload-box .upload-wrap .file-footer-buttons>button.kv-file-remove {
    display: block !important;

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

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

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.upload-box .upload-wrap .file-caption-icon {
    display: none !important;
}
.upload-box .upload-wrap .file-footer-caption {
    font-size: 1em;
    line-height: 1.2;

    width: 100%;
}
@media (max-width: 767px) {
    .upload-box .upload-wrap .file-footer-caption {
        font-size: 12px;
    }
}
.upload-box .upload-wrap .file-footer-caption samp {
    display: none;
}
.upload-box .upload-wrap .kv-fileinput-error .close {
    position: relative;
    z-index: 2;
}
.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;
    pointer-events: none;

    color: #444;
    border-radius: 4px;
}
@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;

    border-radius: 4px;
    outline: none;
    background: #f3f3f3;
}
@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: 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: #00b06e !important;
    background: #00b06e !important;
}
@media (max-width: 1560px) {
    .formbox form .group-read input {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .formbox form .group-read input {
        font-size: 18px;
    }
}
.formbox-white form {
    color: #fff;
}
.formbox-white form .group label {
    color: #fff;
}
.formbox-white form .group input,
.formbox-white form .group textarea {
    opacity: .6;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 6px;
    background: rgba(255, 255, 255, .11);

    -webkit-backdrop-filter: blur(41.79999924px);
    backdrop-filter: blur(41.79999924px);
}
.formbox-white form .func button {
    color: #fff;
}
.formbox-white form .submit-group .common-button button {
    color: #00b06e;
    background: #fff;
}
.formbox-white form .submit-group .common-button button .iconfont {
    color: #fff;
    background-color: #00b06e;
}
.wrap-reviews .title-product-show .write-review {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wrap-reviews .title-product-show .write-review a {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

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

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

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

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

    border: 1px solid #e8eff4;
    background: #f6f8fa;
}
.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: #00b06e;
}
.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: #00b06e;
}
.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: #00b06e;
}
.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 .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-family: 'Sora', Arial;
    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 .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 .title-small h4 {
    font-family: 'Sora', Arial;
    font-size: 18px;
    line-height: 24px;

    margin: 0;
    margin-right: 10px;
}
.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: #ea580c;
}
.wrap-reviews .review-list .item .starbox span {
    font-size: 18px;

    display: inline-block;

    margin-right: 14px;

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

    display: inline-block;

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

    width: 100%;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 767px) {
    .header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
}
.header .logo {
    height: 65px;
}
@media (max-width: 1400px) {
    .header .logo {
        height: 50px;
    }
}
@media (max-width: 1199px) {
    .header .logo {
        height: 60px;
        padding: 10px 0;
    }
}
.header .logo img {
    position: relative;
    z-index: 6;

    display: block;

    height: 100%;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.header .cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-left: 30px;

    -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: 1720px) {
    .header .cart {
        margin-left: 10px;
    }
}
@media (max-width: 1400px) {
    .header .cart {
        margin-left: 0;
    }
}
.header .cart .icon {
    line-height: 24px;

    display: block;

    width: 24px;
    height: 24px;
    margin-right: 10px;
    padding: 5px;

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

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .header .cart .icon {
        background-color: #00b06e;
    }
}
.header .cart .icon .iconfont {
    font-size: 12px;
    line-height: 14px;

    display: block;

    width: 14px;
    height: 14px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #014736;
}
@media (max-width: 767px) {
    .header .cart .icon .iconfont {
        background: none;
    }
}
.header .cart:hover {
    color: #00b06e;
}
.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: 767px) {
    .header .language {
        margin-right: 15px;
        margin-left: 0;
    }
}
.header .language span {
    font-size: 18px;
    line-height: 50px;

    position: relative;

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

    white-space: nowrap;

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

    margin-right: 8px;
}
@media (max-width: 767px) {
    .header .language span .iconfont {
        margin-right: 0;
    }
}
.header .language span .icon-yuyanqiehuan {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9e7e), to(#e45729));
    background: -webkit-linear-gradient(#ff9e7e, #e45729);
    background: linear-gradient(#ff9e7e, #e45729);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
.header .language span .icon-down {
    font-size: 14px;

    margin-right: 0;
    margin-left: 10px;

    color: #aeb5be;
}
@media (max-width: 767px) {
    .header .language span .icon-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: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;

    padding: 0 5%;

    background-color: #00b06e;

    -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: 1920px) {
    .header .quote {
        padding: 0 3%;
    }
}
@media (max-width: 1690px) {
    .header .quote {
        padding: 0 15px;
    }
}
@media (max-width: 1199px) {
    .header .quote {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .header .quote {
        background: none;
    }
    .header .quote:before {
        display: block;

        width: 1px;
        height: 14px;
        margin: 0 5px;

        content: '';

        background: rgba(0, 0, 0, .2);
    }
}
.header .quote .icon {
    display: none;
}
@media (max-width: 767px) {
    .header .quote .icon {
        font-size: 24px;

        display: block;

        color: #000;
    }
}
@media (max-width: 767px) {
    .header .quote .now-hover {
        padding: 0 10px;
    }
    .header .quote .now-hover-group {
        display: none;
    }
}
.header .serach-part {
    margin-left: 30px;

    cursor: pointer;
}
@media (max-width: 1400px) {
    .header .serach-part {
        margin-left: 10px;
    }
}
.header .find {
    line-height: 60px;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .find .iconfont {
    font-size: 20px;

    display: block;
}
.header .find:hover {
    color: #00b06e;
}
.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 .icon {
    font-size: 30px;
}
.header .search-wrap .search-box {
    position: absolute;
    top: 50%;
    left: 10%;

    overflow: hidden;

    width: 80%;

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

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

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

    width: 100%;
    padding: 15px;

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

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

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

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

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

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header .pc-nav>ul>li {
    position: relative;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .pc-nav>ul>li>a {
    font-size: 18px;
    font-weight: 500;

    position: relative;

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

    height: 130px;
    padding: 0 22px;

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

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1720px) {
    .header .pc-nav>ul>li>a {
        padding: 0 15px;
    }
}
@media (max-width: 1470px) {
    .header .pc-nav>ul>li>a {
        font-size: 16px;
    }
}
@media (max-width: 1400px) {
    .header .pc-nav>ul>li>a {
        padding: 0 6px;
    }
}
.header .pc-nav>ul>li.active>a,
.header .pc-nav>ul>li:hover>a {
    color: #00b06e;
}
.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;

    color: #222;
    border-radius: 6px;
    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;

    border-radius: 6px;
}
@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: #00b06e;
}
.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: #00b06e;
}
.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.header-white {
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}
@media (max-width: 767px) {
    .header.header-white {
        color: #222;
        background: #fff;
    }
}
.header.header-white .logo img {
    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
    .header.header-white .logo img {
        -webkit-filter: brightness(1) invert(0);
        filter: brightness(1) invert(0);
    }
}
.header.header-white.stuck {
    color: #222;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.header-white.stuck .logo img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.header.stuck {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .header.stuck {
        height: 60px;
    }
}
.header.stuck .pc-nav>ul>li>a {
    height: 80px;
}
.header.stuck .cart .icon {
    background-color: #00b06e;
}
.header.stuck .cart .icon .iconfont {
    background: none;
}
.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 #00b06e;
    border-radius: 0;
    border-radius: 8px;
    outline: none;
    background-color: #00b06e;
}
@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: 2px 4px;

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

    border-radius: 8px;
    border-radius: 50px;
    background: rgba(0, 0, 0, .25);
}
@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: 50px;

    position: relative;

    display: block;

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

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

    color: #fff;
}
.online-wrap .online a .iconfont {
    font-size: 24px;
}
.online-wrap .online a:hover {
    color: #00b06e;
}
@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: 50px;

    display: block;

    margin: 0;
    padding: 0 20px;

    color: #fff;
    border-radius: 50px;
    background: #00b06e;
}
@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: #00b06e;
}
.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: #00b06e;
    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: #00b06e;
}
.xs-online .open-top a {
    line-height: 24px;

    display: inline-block;

    padding: 5px 10px;

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

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

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

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

    float: left;

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

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

    display: none;

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

    position: relative;
    z-index: 8;

    clear: both;
    overflow: hidden;

    width: 100%;

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

    width: 100%;
}
.banner .img-box {
    padding-bottom: 43.22916667%;
}
.banner .banner-text {
    font-size: 16px;

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

    width: 100%;

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

    color: #fff;
}
.banner .text {
    max-width: 50%;
}
@media (max-width: 1199px) {
    .banner .text {
        max-width: 80%;
    }
}
@media (max-width: 767px) {
    .banner .text {
        max-width: 100%;
        padding: 0 5%;
    }
}
.banner .title .subtitle {
    color: #fff;
}
.banner .title .subtitle:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(51%, #ee1d23));
    background: -webkit-linear-gradient(top, #fff 50%, #ee1d23 51%);
    background: linear-gradient(180deg, #fff 50%, #ee1d23 51%);
}
@media (max-width: 767px) {
    .banner .title h2 {
        font-size: 20px;
    }
}
.banner .editor-content {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .banner .editor-content {
        display: none;
    }
}
.banner .editor-content p {
    color: #fff;
}
.banner .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 60px;
}
@media (max-width: 1199px) {
    .banner .link {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .banner .link {
        margin-top: 10px;
    }
}
.banner .link .tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-right: 30px;
    padding: 18px 20px;

    background-color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .banner .link .tel {
        margin-right: 20px;
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .banner .link .tel {
        display: none;
    }
}
.banner .link .tel .icon {
    font-size: 24px;
    line-height: 60px;

    display: block;

    width: 60px;
    height: 60px;
    margin-right: 16px;

    text-align: center;

    color: #fff;
    background-color: #00b06e;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1199px) {
    .banner .link .tel .icon {
        font-size: 20px;
        line-height: 40px;

        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
}
.banner .link .txt {
    width: 100%;
}
.banner .link .txt b {
    font-size: 20px;
    font-weight: 500;

    color: #000;
}
.banner .link .txt b a {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.banner .link .txt b a:hover {
    color: #00b06e;
}
.banner .link .txt p {
    font-weight: 500;

    margin: 0;

    color: rgba(0, 0, 0, .25);
}
.banner .common-button .now-hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 100%;

    color: #fff;
    border: 1px solid #fff;
    background: none;

    -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: 767px) {
    .banner .common-button .now-hover {
        font-size: 12px;

        padding: 5px 10px;
    }
}
.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 .swiper-pagination {
    position: absolute;
    z-index: 2;
    bottom: 24px;
    left: 50%;

    width: auto;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 1199px) {
    .banner .swiper-pagination {
        bottom: 10px;
    }
}
.banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;

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

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

    opacity: 1;
    border: 1px solid transparent;
    border-radius: 50%;
    background: none;
}
.banner .swiper-pagination .swiper-pagination-bullet:before {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 7px;
    height: 7px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    border-radius: 50%;
    background-color: rgba(0, 176, 110, .6);
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
    border-color: #00b06e;
}
.banner .swiper-pagination .swiper-pagination-bullet-active:before {
    width: 3px;
    height: 3px;
}
.banner .slick-arrow {
    top: -webkit-calc(50% + 40px);
    top: calc(50% + 40px);

    width: auto;

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

    color: #fff;
    border: none;
    background: none;
}
.banner .slick-arrow:before {
    font-size: 30px;
}
.banner .slick-arrow:hover {
    color: #02a467;
    background: none;
}
.banner .slick-prev {
    left: 4%;
}
@media (max-width: 991px) {
    .banner .slick-prev {
        left: 0;
    }
}
.banner .slick-next {
    right: 4%;
}
@media (max-width: 991px) {
    .banner .slick-next {
        right: 0;
    }
}
.banner .item {
    position: relative;

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

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

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (min-width: 1920px) {
    .banner-in img {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .banner-in img {
        width: 140%;
        margin-left: -20%;
    }
}
.banner-in .banner-in-text {
    position: absolute;
    z-index: 6;
    top: -webkit-calc(50% + 70px);
    top: calc(50% + 70px);
    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% + 30px);
        top: calc(50% + 30px);
    }
}
@media (max-width: 767px) {
    .banner-in .title h2 {
        font-size: 18px;
    }
}
.banner-in .text {
    margin-top: 40px;
}
@media (max-width: 1560px) {
    .banner-in .text {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .banner-in .text {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .banner-in .text-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
.banner-in .note {
    max-width: 420px;
}
@media (max-width: 767px) {
    .banner-in .note {
        display: none;
    }
}
.banner-in .note p {
    color: #fff;
}
.banner-in .editor-content {
    margin-bottom: 20px;
}
.banner-in .editor-content p {
    font-size: 16px;
}
.banner-in .banner-in-text-other .info {
    max-width: 400px;
    margin-top: 15px;
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .banner-in .banner-in-text-other .info {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .banner-in .banner-in-text-other .info {
        display: none;

        margin-top: 20px;
    }
}
.banner-in .banner-in-text-other .info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: -3px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.banner-in .banner-in-text-other .info ul li {
    padding: 3px;
}
.banner-in .banner-in-text-other .info span {
    line-height: 16px;

    display: block;

    padding: 10px;

    background: rgba(255, 255, 255, .15);
}
.banner-in .banner-in-text-other .editor-content {
    max-width: 450px;
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .banner-in .banner-in-text-other .editor-content {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .banner-in .banner-in-text-other .editor-content {
        display: none;
    }
}
.banner-in .banner-in-text-other .editor-content p {
    color: #fff;
}
@-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: 180px 0;
}
@media (max-width: 1560px) {
    .box {
        padding: 150px 0;
    }
}
@media (max-width: 1470px) {
    .box {
        padding: 120px 0;
    }
}
@media (max-width: 1400px) {
    .box {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
.box.pt-100 {
    padding-top: 100px;
}
@media (max-width: 1400px) {
    .box.pt-100 {
        padding-top: 80px;
    }
}
@media (max-width: 991px) {
    .box.pt-100 {
        padding-top: 50px;
    }
}
.box.p-100 {
    padding: 100px 0;
}
@media (max-width: 1400px) {
    .box.p-100 {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .box.p-100 {
        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: 28px;

    display: block;

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

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

    color: #fff;
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, right top, from(#02a467), to(#8dc986));
    background: -webkit-linear-gradient(left, #02a467 0%, #8dc986 100%);
    background: linear-gradient(90deg, #02a467 0%, #8dc986 100%);
}
.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 {
    line-height: 24px;

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

    text-align: center;

    color: #00b06e;
    border-radius: 50%;
    background-color: #fff;
}
.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(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
}
.common-button a .button-hover .iconfont,
.common-button button .button-hover .iconfont {
    -webkit-transform: translate3d(-110%, 110%, 0);
    transform: translate3d(-110%, 110%, 0);
}
.common-button a:hover,
.common-button button:hover {
    color: #fff;
    background-color: #00b06e;
}
.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: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 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: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
}
.common-button-bg a,
.common-button-bg button {
    color: #fff;
    background-color: #00b06e;
}
.common-button-bg a:hover,
.common-button-bg button:hover {
    background-color: #02a467;
}
.common-button.text-center a,
.common-button.text-center button {
    margin: 0 auto;
}
.common-button.small a,
.common-button.small button {
    padding: 10px 20px;
}
.title h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.16666667;
}
@media (max-width: 1720px) {
    .title h2 {
        font-size: 50px;
    }
}
@media (max-width: 1470px) {
    .title h2 {
        font-size: 44px;
    }
}
@media (max-width: 1400px) {
    .title h2 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .title h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 22px;
    }
}
.title h2 span {
    color: #00b06e;
}
.title .editor-content {
    max-width: 1000px;
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .title .editor-content {
        margin-top: 10px;
    }
}
.title.text-center .editor-content {
    max-width: 1470px;
    margin: 0 auto;
    margin-top: 20px;
}
.common-more {
    margin-top: 20px;
}
.common-more a {
    line-height: 22px;

    display: block;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 30px;

    color: #fff;
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, right top, from(#02a467), to(#8dc986));
    background: -webkit-linear-gradient(left, #02a467 0%, #8dc986 100%);
    background: linear-gradient(90deg, #02a467 0%, #8dc986 100%);
}
@media (max-width: 1560px) {
    .common-more a {
        padding: 8px 20px;
    }
}
.common-more a:hover {
    color: #fff;
    background-color: #00b06e;
}
.common-more.text-center a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.common-product-item .pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;

    padding: 12px;

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

    border-radius: 8px;
    background: #f4f4f4;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
    .common-product-item .pic {
        padding: 6px;
    }
}
.common-product-item .picbox,
.common-product-item .text {
    width: 50%;
}
.common-product-item .picbox {
    overflow: hidden;

    height: 100%;

    border-radius: 8px;
}
.common-product-item .picbox .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-product-item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    padding: 12px 20px 12px 12px;

    -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: 1400px) {
    .common-product-item .text {
        padding: 8px 12px 8px 8px;
    }
}
.common-product-item .title-product {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 78px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1470px) {
    .common-product-item .title-product {
        font-size: 18px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        min-height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 767px) {
    .common-product-item .title-product {
        font-size: 16px;
    }
}
.common-product-item .editor-content {
    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.common-product-item .editor-content p {
    color: #666;
}
@media (min-width: 1200px) {
    .common-product-item:hover .pic {
        color: #fff;
        background-color: #00b06e;
    }
    .common-product-item:hover .picbox .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .common-product-item:hover .editor-content p {
        color: #fff;
    }
    .common-product-item:hover .title-product {
        color: #fff;
    }
    .common-product-item:hover .common-more a {
        color: #00b06e;
        background: #fff;
    }
}
.box-product .box-top .editor-content {
    padding-left: 15%;
}
@media (max-width: 991px) {
    .box-product .box-top .editor-content {
        padding-left: 0;
    }
}
.box-product .title {
    padding-right: 2%;
}
.box-product .product-sort {
    padding: 5px;

    border-radius: 8px;
    background: #f4f4f4;
}
.box-product .product-sort li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.box-product .product-sort li a {
    font-size: 20px;
    line-height: 25px;

    display: block;

    padding: 15px;

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

    border-radius: 8px;
}
@media (max-width: 991px) {
    .box-product .product-sort li a {
        font-size: 18px;

        padding: 10px;
    }
}
@media (max-width: 767px) {
    .box-product .product-sort li a {
        font-size: 16px;
    }
}
.box-product .product-sort li.active a {
    color: #fff;
    background-color: #00b06e;
}
.box-product .product>ul>li {
    margin-top: 30px;
}
.box-product .product-more {
    height: 100%;
}
.box-product .product-more a {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;

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

    height: 100%;
    padding: 16px 30px;

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

    color: #00b06e;
    border: 1px solid #00b06e;
    border-radius: 8px;

    -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: 1400px) {
    .box-product .product-more a {
        font-size: 14px;

        padding: 14px 10px;
    }
}
@media (max-width: 1199px) {
    .box-product .product-more a {
        line-height: 24px;

        padding: 10px 20px;
    }
}
.box-product .product-more a .button-now,
.box-product .product-more a .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;
}
.box-product .product-more a .button-now span,
.box-product .product-more a .button-hover span,
.box-product .product-more a .button-now .iconfont,
.box-product .product-more a .button-hover .iconfont {
    display: block;

    -webkit-transition: all .6s;
    transition: all .6s;
}
.box-product .product-more a .button-now .iconfont,
.box-product .product-more a .button-hover .iconfont {
    font-size: 20px;
    font-weight: normal;

    margin-left: 10px;
}
.box-product .product-more a .now-hover-group {
    position: relative;

    overflow: hidden;
}
.box-product .product-more a .button-hover {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}
.box-product .product-more a .button-hover span {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.box-product .product-more a .button-hover .iconfont {
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
}
.box-product .product-more a:hover {
    color: #fff;
    background-color: #00b06e;
}
.box-product .product-more a:hover .button-now span {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.box-product .product-more a:hover .button-now .iconfont {
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
}
.box-product .product-more a:hover .button-hover span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.box-product .product-more a:hover .button-hover .iconfont {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
}
.box-application .application {
    margin-top: 10px;
}
.box-application .application>ul {
    margin: 0 -10px;
}
.box-application .application>ul>li {
    margin-top: 30px;
    padding: 0 10px;
}
.box-application .application>ul>li:nth-child(2n+1) .item .text {
    background-color: #00b06e;
}
.box-application .application .item .pic {
    position: relative;

    overflow: hidden;

    padding-bottom: 100%;

    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
}
.box-application .application .item .pic.loaded {
    background-size: cover;
}
.box-application .application .item .text {
    position: absolute;
    z-index: 6;

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

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

    color: #fff;
    background-color: rgba(0, 0, 0, .2);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1400px) {
    .box-application .application .item .text {
        padding: 15px;
    }
}
.box-application .application .item .text .icon {
    font-size: 50px;
    line-height: 1;
}
@media (max-width: 1400px) {
    .box-application .application .item .text .icon {
        font-size: 40px;
    }
}
.box-application .application .item .text .icon .iconfont {
    display: inline-block;
}
.box-application .application .item .text .title-application {
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 1470px) {
    .box-application .application .item .text .title-application {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .box-application .application .item .text .title-application {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .box-application .application .item .text .title-application {
        font-size: 18ox;
    }
}
@media (min-width: 1200px) {
    .box-application .application .item:hover .text .icon .iconfont {
        -webkit-animation: swing 1s 0s ease both;
        animation: swing 1s 0s ease both;
    }
}
.common-number {
    margin-top: 80px;
}
@media (max-width: 1560px) {
    .common-number {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .common-number {
        margin-top: 30px;
    }
}
.common-number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .common-number ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.common-number ul li {
    max-width: 25%;
}
@media (max-width: 991px) {
    .common-number ul li {
        width: 50%;
        max-width: 50%;
    }
}
.common-number .line {
    width: 2px;
    height: 110px;
    margin: 0 15px;

    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#00b06e), to(transparent));
    background-image: -webkit-linear-gradient(transparent, #00b06e, transparent);
    background-image: linear-gradient(transparent, #00b06e, transparent);
}
@media (max-width: 991px) {
    .common-number .line {
        display: none;
    }
}
.common-number .item {
    text-align: center;
}
.common-number .item .stats-num {
    font-size: 65px;
    font-weight: 600;
    line-height: 1;

    color: #00b06e;
}
@media (max-width: 1560px) {
    .common-number .item .stats-num {
        font-size: 60px;
    }
}
@media (max-width: 1470px) {
    .common-number .item .stats-num {
        font-size: 54px;
    }
}
@media (max-width: 1400px) {
    .common-number .item .stats-num {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .common-number .item .stats-num {
        font-size: 40px;
    }
}
.common-number .item .stats-text {
    margin-top: 10px;
}
.common-number .item .stats-text p {
    font-size: 20px;
    line-height: 1.5;
}
@media (max-width: 1560px) {
    .common-number .item .stats-text p {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .common-number .item .stats-text p {
        font-size: 16px;
    }
}
.box-about .about>ul {
    margin: 0 -30px;
}
@media (max-width: 1560px) {
    .box-about .about>ul {
        margin: 0 -20px;
    }
}
.box-about .about>ul>li {
    margin-top: 60px;
    padding: 0 30px;
}
@media (max-width: 1560px) {
    .box-about .about>ul>li {
        padding: 0 20px;
    }
}
@media (max-width: 1199px) {
    .box-about .about>ul>li {
        margin-top: 30px;
    }
}
.box-about .about .title-about h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
}
@media (max-width: 1560px) {
    .box-about .about .title-about h3 {
        font-size: 28px;
    }
}
@media (max-width: 1400px) {
    .box-about .about .title-about h3 {
        font-size: 24px;
    }
}
.box-about .about .note {
    margin-top: 20px;
}
.box-about .about .power .video {
    position: relative;

    overflow: hidden;

    border-radius: 10px;
}
.box-about .about .power .video:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(16, 127, 83, .1);
}
.box-about .about .power .video img {
    width: 100%;
}
.box-about .about .power .video .play {
    font-size: 30px;
    line-height: 132px;

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

    width: 132px;
    height: 132px;

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

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

    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
@media (max-width: 1470px) {
    .box-about .about .power .video .play {
        line-height: 120px;

        width: 120px;
        height: 120px;
    }
}
@media (max-width: 1400px) {
    .box-about .about .power .video .play {
        line-height: 100px;

        width: 100px;
        height: 100px;
    }
}
@media (max-width: 767px) {
    .box-about .about .power .video .play {
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
@media (min-width: 1200px) {
    .box-about .about .power .video .play:hover {
        line-height: 140px;

        width: 140px;
        height: 140px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .box-about .about .power .video .play:hover {
        line-height: 130px;

        width: 130px;
        height: 130px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .box-about .about .power .video .play:hover {
        line-height: 110px;

        width: 110px;
        height: 110px;
    }
}
.box-about .about .biopharmaceutical {
    position: relative;

    overflow: hidden;

    border-radius: 10px;
}
.box-about .about .biopharmaceutical img {
    width: 100%;
}
.box-about .about .biopharmaceutical:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: -webkit-gradient(linear, left top, left bottom, color-stop(41.74%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 41.74%, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.74%, rgba(0, 0, 0, .6) 100%);
}
.box-about .about .biopharmaceutical .text {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;

    padding: 40px;

    color: #fff;
}
@media (max-width: 991px) {
    .box-about .about .biopharmaceutical .text {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .box-about .about .biopharmaceutical .text {
        position: relative;

        padding: 20px;

        background: #00b06e;
    }
}
.box-about .about .biopharmaceutical .text p {
    color: rgba(255, 255, 255, .8);
}
.box-excellence {
    color: #fff;
}
@media (min-width: 1200px) {
    .box-excellence {
        background-attachment: fixed;
    }
}
.box-excellence .box-top .title {
    padding-right: 8%;
}
.box-excellence .box-top .editor-content {
    padding: 24px;

    border-radius: 10px;
    background: rgba(0, 0, 0, .01);

    -webkit-backdrop-filter: blur(10.35000038px);
    backdrop-filter: blur(10.35000038px);
}
.box-excellence .excellence {
    margin-top: 10vw;
}
@media (max-width: 991px) {
    .box-excellence .excellence {
        margin-top: 30px;
    }
}
.box-excellence .excellence>ul>li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .box-excellence .excellence>ul>li {
        margin-top: 20px;
    }
}
.box-excellence .excellence .item {
    height: 100%;
    padding: 38px 24px;

    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    background: rgba(255, 255, 255, .16);

    -webkit-backdrop-filter: blur(12.44999981px);
    backdrop-filter: blur(12.44999981px);
}
@media (max-width: 1199px) {
    .box-excellence .excellence .item {
        padding: 30px 20px;
    }
}
@media (max-width: 767px) {
    .box-excellence .excellence .item {
        padding: 20px;
    }
}
.box-excellence .excellence .item .icon {
    font-size: 40px;
}
.box-excellence .excellence .item .icon .iconfont {
    display: inline-block;
}
.box-excellence .excellence .item .title-excellence {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;

    margin-top: 30px;
}
@media (max-width: 1470px) {
    .box-excellence .excellence .item .title-excellence {
        font-size: 22px;
    }
}
@media (max-width: 1400px) {
    .box-excellence .excellence .item .title-excellence {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .box-excellence .excellence .item .title-excellence {
        margin-top: 14px;
    }
}
.box-excellence .excellence .item .title-excellence 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;
}
.box-excellence .excellence .item .note {
    margin-top: 10px;
}
.box-excellence .excellence .item .note p {
    line-height: 22px;

    color: #d4d8db;
}
@media (min-width: 1200px) {
    .box-excellence .excellence .item:hover .icon .iconfont {
        -webkit-animation: swing 1s 0s ease both;
        animation: swing 1s 0s ease both;
    }
    .box-excellence .excellence .item:hover .title-excellence span {
        background-size: 100% 1px;
    }
}
.common-case-item .picbox {
    overflow: hidden;

    border-radius: 8px;
}
.common-case-item .picbox .img-box {
    padding-bottom: 64.1025641%;
}
.common-case-item .picbox .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-case-item .title-case {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44444444;

    margin-top: 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .common-case-item .title-case {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .common-case-item:hover .picbox .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .common-case-item:hover .title-case {
        color: #00b06e;
    }
}
.box-help .help-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 50%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .box-help .help-left {
        width: 100%;
    }
}
.box-help .help-left .pic {
    overflow: hidden;

    margin-top: 20px;

    border-radius: 8px;
}
.box-help .help-left .pic img {
    width: 100%;
}
.box-help .help-right {
    width: 50%;
    padding-left: 3%;
}
@media (max-width: 991px) {
    .box-help .help-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.box-help .help-right>ul {
    margin-bottom: -24px;
}
@media (max-width: 767px) {
    .box-help .help-right>ul {
        margin-bottom: -14px;
    }
}
.box-help .help-right>ul>li {
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .box-help .help-right>ul>li {
        margin-bottom: 14px;
    }
}
.box-help .help-right .item {
    position: relative;

    overflow: hidden;

    padding: 14px 24px;

    cursor: pointer;

    border-radius: 8px;
    background: rgba(16, 127, 83, .06);
}
@media (max-width: 1560px) {
    .box-help .help-right .item {
        padding: 10px 24px;
    }
}
@media (max-width: 767px) {
    .box-help .help-right .item {
        padding: 10px;
    }
}
.box-help .help-right .item:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    background: -webkit-gradient(linear, left top, right top, from(#02a467), to(#8dc986));
    background: -webkit-linear-gradient(left, #02a467 0%, #8dc986 100%);
    background: linear-gradient(90deg, #02a467 0%, #8dc986 100%);
}
.box-help .help-right .item .title-help {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;

    position: relative;
    z-index: 6;

    padding: 14px 20px 14px 0;
}
@media (max-width: 767px) {
    .box-help .help-right .item .title-help {
        font-size: 16px;

        padding: 10px 20px 10px 0;
    }
}
.box-help .help-right .item .title-help:after {
    font-family: 'iconfont' !important;
    font-size: 24px;

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

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

    color: #7b9889;
}
.box-help .help-right .item .note {
    position: relative;
    z-index: 6;

    padding: 14px 30px;

    border-top: 1px solid rgba(255, 255, 255, .2);
}
@media (max-width: 991px) {
    .box-help .help-right .item .note {
        padding: 14px;
    }
}
@media (max-width: 767px) {
    .box-help .help-right .item .note {
        padding: 10px 0;
    }
}
.box-help .help-right .item .note p {
    font-size: 14px;
    line-height: 1.42857143;
}
.box-help .help-right .current .item {
    color: #fff;
}
.box-help .help-right .current .item:before {
    opacity: 1;
}
.box-help .help-right .current .item .title-help:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

    color: #fff;
}
.box-case .case-sort ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -25px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    .box-case .case-sort ul {
        margin: 0 -15px;
    }
}
@media (max-width: 991px) {
    .box-case .case-sort ul {
        margin: 0 -8px;
    }
}
.box-case .case-sort ul li {
    padding: 0 25px;
}
@media (max-width: 1199px) {
    .box-case .case-sort ul li {
        padding: 0 15px;
    }
}
@media (max-width: 991px) {
    .box-case .case-sort ul li {
        padding: 0 8px;
    }
}
.box-case .case-sort ul li a {
    line-height: 28px;

    display: block;

    min-width: 210px;
    padding: 10px;

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

    color: #00b06e;
    border-radius: 6px;
    background: #f4f4f4;
}
@media (max-width: 767px) {
    .box-case .case-sort ul li a {
        min-width: 150px;
    }
}
.box-case .case-sort ul li.active a {
    color: #fff;
    background-color: #00b06e;
}
.box-case .case>ul>li {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .box-case .case>ul>li {
        margin-top: 20px;
    }
}
.common-news-item .pic {
    position: relative;
}
.common-news-item .img-box {
    overflow: hidden;

    padding-bottom: 56%;

    border-radius: 8px;
}
.common-news-item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-news-item .date {
    line-height: 24px;

    color: #00b06e;
}
.common-news-item .text {
    margin-top: 30px;
    padding-right: 15%;
}
@media (max-width: 1199px) {
    .common-news-item .text {
        margin-top: 20px;
        padding-right: 10%;
    }
}
@media (max-width: 767px) {
    .common-news-item .text {
        margin-top: 10px;
        padding-right: 0;
    }
}
.common-news-item .title-news {
    font-size: 24px;
    font-weight: 600;

    margin-top: 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1560px) {
    .common-news-item .title-news {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .common-news-item .title-news {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .common-news-item .title-news {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .common-news-item .title-news {
        font-size: 16px;
    }
}
.common-news-item .title-news a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-news-item .title-news span {
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .common-news-item .title-news span {
        line-height: 24px;

        height: 24px;
    }
}
.common-news-item .editor-content {
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .common-news-item .editor-content {
        margin-top: 4px;
    }
}
.common-news-item .editor-content p {
    color: #666;
}
.common-news-item .slogan {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;

    display: inline-block;

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

    color: #00b06e;
    border-radius: 4px;
    background: #ecf5f2;
}
@media (min-width: 1200px) {
    .common-news-item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .common-news-item:hover .title-news {
        color: #00b06e;
    }
}
.box-news .box-top .top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.box-message {
    position: relative;
}
@media (min-width: 1200px) {
    .box-message {
        background-attachment: fixed;
    }
}
.box-message:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), color-stop(66.59%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 66.59%);
    background: linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 66.59%);
}
.box-message .message-content {
    position: relative;
    z-index: 6;

    width: 50%;
}
@media (max-width: 991px) {
    .box-message .message-content {
        width: 100%;
    }
}
.box-message .box-top {
    color: #fff;
}
.box-message .message .title-message {
    width: 180px;
    margin-top: 50px;
}
@media (max-width: 767px) {
    .box-message .message .title-message {
        width: 100%;
    }
}
.box-message .message .title-message h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;

    color: #fff;
}
.box-message .message .formbox {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
}
@media (max-width: 767px) {
    .box-message .message .formbox {
        width: 100%;
    }
}
.footer {
    line-height: 24px;

    overflow: hidden;

    color: #666;
}
@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(#00b06e), to(#00b06e));
    background-image: -webkit-linear-gradient(left, #00b06e 0%, #00b06e 100%);
    background-image: linear-gradient(to right, #00b06e 0%, #00b06e 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer a:hover {
    color: #00b06e;
}
.footer a:hover span {
    background-size: 100% 1px;
}
.footer .title-foot {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.33333333;

    color: #222;
}
.footer .foot {
    padding: 70px 0;
}
@media (max-width: 1400px) {
    .footer .foot {
        padding: 50px 0;
    }
}
@media (max-width: 1199px) {
    .footer .foot {
        padding: 30px 0;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.footer .foot-left {
    max-width: 370px;
}
@media (max-width: 1470px) {
    .footer .foot-left {
        max-width: 340px;
    }
}
@media (max-width: 1400px) {
    .footer .foot-left {
        max-width: 300px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-left {
        width: 48%;
        max-width: 50%;
    }
}
@media (max-width: 767px) {
    .footer .foot-left {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot-left .foot-logo img {
    height: 76px;
}
@media (max-width: 767px) {
    .footer .foot-left .foot-logo img {
        height: 60px;
    }
}
.footer .foot-left .editor-content {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .footer .foot-nav {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .footer .foot-nav {
        width: 100%;
        margin-top: 20px;
    }
}
.footer .foot-nav .foot-info {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .footer .foot-nav .foot-info {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .footer .foot-nav .foot-info>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 .foot-info>ul>li {
        margin-right: 20px;
    }
}
.footer .foot-nav .foot-info>ul>li a {
    display: block;

    padding: 6px 0;
}
.footer .foot-text {
    max-width: 310px;
}
@media (max-width: 1470px) {
    .footer .foot-text {
        max-width: 280px;
    }
}
@media (max-width: 1400px) {
    .footer .foot-text {
        max-width: 240px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-text {
        max-width: 48%;
    }
}
@media (max-width: 767px) {
    .footer .foot-text {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
}
.footer .foot-text .foot-info {
    margin-top: 20px;
}
.footer .common-share {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .footer .common-share {
        margin-top: 20px;
    }
}
.footer .foot-subscribe {
    width: 400px;
}
@media (max-width: 1470px) {
    .footer .foot-subscribe {
        width: 340px;
    }
}
@media (max-width: 1400px) {
    .footer .foot-subscribe {
        width: 300px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-subscribe {
        width: 52%;
    }
}
@media (max-width: 767px) {
    .footer .foot-subscribe {
        width: 100%;
    }
}
.footer .foot-subscribe .title-subscribe {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;

    color: #222;
}
@media (max-width: 1199px) {
    .footer .foot-subscribe .title-subscribe {
        font-size: 20px;
    }
}
.footer .foot-subscribe .foot-info {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .footer .foot-subscribe .foot-info {
        margin-top: 10px;
    }
}
.footer .foot-subscribe form .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 8px 8px 8px 16px;

    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(2, 44, 34, .08), 0 0 0 1px rgba(2, 44, 34, .13);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .foot-subscribe form .group input {
    width: 100%;
}
.footer .foot-subscribe form .group .iconfont,
.footer .foot-subscribe form .group .submit {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer .foot-subscribe form .group .iconfont {
    font-size: 20px;

    color: #000;
}
.footer .foot-subscribe form .group input {
    line-height: 36px;

    padding: 0 10px;
}
.footer .foot-subscribe form .group input::-webkit-input-placeholder,
.footer .foot-subscribe form .group textarea::-webkit-input-placeholder {
    color: #666;
}
.footer .foot-subscribe form .group input:-o-placeholder,
.footer .foot-subscribe form .group textarea:-o-placeholder {
    color: #666;
}
.footer .foot-subscribe form .group input::-moz-placeholder,
.footer .foot-subscribe form .group textarea::-moz-placeholder {
    color: #666;
}
.footer .foot-subscribe form .group input:-ms-input-placeholder,
.footer .foot-subscribe form .group textarea:-ms-input-placeholder {
    color: #666;
}
.footer .foot-subscribe form .group input:focus::-webkit-input-placeholder,
.footer .foot-subscribe form .group textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .foot-subscribe form .group input:focus::-o-placeholder,
.footer .foot-subscribe form .group textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .foot-subscribe form .group input:focus::-moz-placeholder,
.footer .foot-subscribe form .group textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .foot-subscribe form .group input:focus::-ms-input-placeholder,
.footer .foot-subscribe form .group textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .foot-subscribe form .group .submit {
    line-height: 36px;

    height: 36px;
    padding: 0 30px;

    color: #fff;
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, right top, from(#02a467), to(#8dc986));
    background: -webkit-linear-gradient(left, #02a467 0%, #8dc986 100%);
    background: linear-gradient(90deg, #02a467 0%, #8dc986 100%);
}
@media (max-width: 1470px) {
    .footer .foot-subscribe form .group .submit {
        padding: 0 15px;
    }
}
.footer .foot-subscribe form .group .submit:hover {
    text-decoration: underline;
}
.footer .foot-subscribe form .group-code {
    margin-top: 10px;
}
.footer .foot-subscribe form .group-code input {
    line-height: 24px;

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

    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(2, 44, 34, .08), 0 0 0 1px rgba(2, 44, 34, .13);
}
.footer .foot-subscribe form p {
    font-size: 12px;
    line-height: 15px;

    margin: 10px 0 0 0;
}
.footer .copyright {
    font-size: 14px;

    padding: 26px 0;

    border-top: 1px dashed rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .footer .copyright {
        padding: 20px 0;
    }
}
@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;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .copyright .link a {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.footer .copyright .link .line {
    margin: 0 10px;
}
.wrap {
    overflow: hidden;

    padding: 180px 0;
}
@media (max-width: 1560px) {
    .wrap {
        padding: 150px 0;
    }
}
@media (max-width: 1470px) {
    .wrap {
        padding: 120px 0;
    }
}
@media (max-width: 1400px) {
    .wrap {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}
.wrap.pt-100 {
    padding-top: 100px;
}
@media (max-width: 1400px) {
    .wrap.pt-100 {
        padding-top: 80px;
    }
}
@media (max-width: 991px) {
    .wrap.pt-100 {
        padding-top: 50px;
    }
}
.wrap.p-100 {
    padding: 100px 0;
}
@media (max-width: 1400px) {
    .wrap.p-100 {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .wrap.p-100 {
        padding: 50px 0;
    }
}
.wrap-right {
    padding-left: 3%;
}
.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: #02a467;
}
@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: #00b06e;
}
.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;
    }
}
.wrap-location {
    overflow: hidden;
}
.wrap-location .location {
    line-height: 30px;

    position: relative;

    padding: 20px 0 20px 30px;

    border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
    .wrap-location .location {
        padding: 10px 0 10px 30px;
    }
}
.wrap-location .location:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: absolute;
    left: 0;

    content: '\e771';

    color: #00b06e;
}
.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 16px;

    content: '/';
}
.wrap-location .location>ul>li:last-child:after {
    display: none;
}
.wrap-location .location>ul>li:last-child>a {
    color: #00b06e;
}
.wrap-location .location>ul>li>a {
    font-weight: 500;

    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(#00b06e), to(#00b06e));
    background-image: -webkit-linear-gradient(left, #00b06e 0%, #00b06e 100%);
    background-image: linear-gradient(to right, #00b06e 0%, #00b06e 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-location .location>ul>li>a:hover {
    color: #00b06e;
}
.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: #00b06e;
    background-color: #00b06e;
}
.search-product {
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    .search-product {
        margin-bottom: 20px;
    }
}
.search-product .title-search h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.66666667;

    position: relative;
    z-index: 6;
}
.search-product .search-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 0 0 0 20px;

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

    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.search-product .search-form form input {
    line-height: 30px;

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

    background: none;
}
.search-product .search-form form .submit {
    font-size: 20px;
}
.wrap-sidenav {
    position: relative;
}
@media (max-width: 1199px) {
    .wrap-sidenav {
        display: none;
    }
}
.wrap-sidenav .sidenav {
    position: relative;
    z-index: 6;
}
.wrap-sidenav .sidenav .slevel-1>li {
    position: relative;

    overflow: hidden;

    margin-bottom: 5px;
}
.wrap-sidenav .sidenav .slevel-1>li>a {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;

    position: relative;

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

    padding: 15px 20px;

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

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

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrap-sidenav .sidenav .slevel-1>li>a:after {
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e9b6';
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.wrap-sidenav .sidenav .slevel-1>li.active .slevel-2 {
    display: block;
}
.wrap-sidenav .sidenav .slevel-1>li:hover>a:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.wrap-sidenav .sidenav .slevel-2 {
    display: none;

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

    border-bottom: 1px solid #d2d2d2;
    border-radius: 6px;
    background: #f8f8f8;

    -webkit-backdrop-filter: blur(9.60000038px);
    backdrop-filter: blur(9.60000038px);
}
.wrap-sidenav .sidenav .slevel-2>li {
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-2>li>a {
    font-weight: 500;
    line-height: 1.75;

    position: relative;

    display: block;

    padding: 6px 20px;
    font-size: 18px;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);

    color: #666;
}
@media (max-width: 1400px) {
    .wrap-sidenav .sidenav .slevel-2>li>a {
        padding: 0 20px;
    }
}
.wrap-sidenav .sidenav .slevel-2>li>a:before {
    position: absolute;
    top: 18px;
    left: 4px;

    display: block;

    width: 4px;
    height: 4px;

    content: '';

    opacity: 0;
    border-radius: 50%;
    background-color: #00b06e;
}
.wrap-sidenav .sidenav .slevel-2>li>a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#00b06e), to(#00b06e));
    background-image: -webkit-linear-gradient(left, #00b06e 0%, #00b06e 100%);
    background-image: linear-gradient(to right, #00b06e 0%, #00b06e 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.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: #00b06e;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a:before,
.wrap-sidenav .sidenav .slevel-2>li:hover>a:before {
    opacity: 1;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a span,
.wrap-sidenav .sidenav .slevel-2>li:hover>a span {
    background-size: 100% 1px;
}

.wrap-sidenav .sidenav .slevel-3 {
    padding: 0 20px;
}
.wrap-sidenav .sidenav .slevel-3>li {
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-3>li>a {
    font-weight: 500;
    line-height: 1.5;

    position: relative;

    display: block;

    padding: 4px 20px;

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

    color: #666;
}
@media (max-width: 1400px) {
    .wrap-sidenav .sidenav .slevel-3>li>a {
        padding: 0 20px;
    }
}
.wrap-sidenav .sidenav .slevel-3>li>a:before {
    position: absolute;
    top: 18px;
    left: 4px;

    display: block;

    width: 4px;
    height: 4px;

    content: '';

    opacity: 0;
    border-radius: 50%;
    background-color: #00b06e;
}
.wrap-sidenav .sidenav .slevel-3>li>a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#00b06e), to(#00b06e));
    background-image: -webkit-linear-gradient(left, #00b06e 0%, #00b06e 100%);
    background-image: linear-gradient(to right, #00b06e 0%, #00b06e 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-sidenav .sidenav .slevel-3>li.active>a,
.wrap-sidenav .sidenav .slevel-3>li:hover>a {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    color: #00b06e;
}
.wrap-sidenav .sidenav .slevel-3>li.active>a:before,
.wrap-sidenav .sidenav .slevel-3>li:hover>a:before {
    opacity: 1;
}
.wrap-sidenav .sidenav .slevel-3>li.active>a span,
.wrap-sidenav .sidenav .slevel-3>li:hover>a span {
    background-size: 100% 1px;
}
.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: #00b06e;
}
.wrap-about .about {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-about .about {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-about .about {
        margin-top: 0;
    }
}
.wrap-about .about .video {
    position: relative;

    overflow: hidden;

    margin-top: 30px;

    border-radius: 0 8px 8px 0;
}
.wrap-about .about .video:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(16, 127, 83, .1);
}
.wrap-about .about .video img {
    width: 100%;
}
.wrap-about .about .video .play {
    font-size: 30px;
    line-height: 132px;

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

    width: 132px;
    height: 132px;

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

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

    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
@media (max-width: 1470px) {
    .wrap-about .about .video .play {
        line-height: 120px;

        width: 120px;
        height: 120px;
    }
}
@media (max-width: 1400px) {
    .wrap-about .about .video .play {
        line-height: 100px;

        width: 100px;
        height: 100px;
    }
}
@media (max-width: 767px) {
    .wrap-about .about .video .play {
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
@media (min-width: 1200px) {
    .wrap-about .about .video .play:hover {
        line-height: 140px;

        width: 140px;
        height: 140px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .wrap-about .about .video .play:hover {
        line-height: 130px;

        width: 130px;
        height: 130px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .wrap-about .about .video .play:hover {
        line-height: 110px;

        width: 110px;
        height: 110px;
    }
}
.wrap-about .about .pic {
    overflow: hidden;

    margin-top: 30px;

    border-radius: 8px 0 0 8px;
}
.wrap-about .about .pic img {
    width: 100%;
}
@-webkit-keyframes breathing {
    0%,
    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95);

        opacity: .5;
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);

        opacity: 1;
    }
}
@keyframes breathing {
    0%,
    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95);

        opacity: .5;
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);

        opacity: 1;
    }
}
.wrap-power .power>ul {
    margin-top: -70px;
}
@media (max-width: 1560px) {
    .wrap-power .power>ul {
        margin-top: -50px;
    }
}
@media (max-width: 1199px) {
    .wrap-power .power>ul {
        margin-top: -30px;
    }
}
.wrap-power .power>ul>li {
    margin-top: 70px;
}
@media (max-width: 1560px) {
    .wrap-power .power>ul>li {
        margin-top: 50px;
    }
}
@media (max-width: 1199px) {
    .wrap-power .power>ul>li {
        margin-top: 30px;
    }
}
.wrap-power .power>ul>li:nth-child(2n) .item {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.wrap-power .power>ul>li:nth-child(2n) .item .text {
    padding-right: 4%;
    padding-left: 0;
}
.wrap-power .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    width: 48%;

    border-radius: 8px;
}
@media (max-width: 991px) {
    .wrap-power .item .pic {
        width: 100%;
    }
}
.wrap-power .item .pic img {
    width: 100%;
}
.wrap-power .item .text {
    width: 52%;
    padding-left: 4%;
}
@media (max-width: 991px) {
    .wrap-power .item .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-power .item .text .title-power {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
}
@media (max-width: 1560px) {
    .wrap-power .item .text .title-power {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-power .item .text .title-power {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .wrap-power .item .text .title-power {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-honor {
        padding-bottom: 0 !important;
    }
}
.wrap-honor .honor .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.wrap-honor .honor .slick-list {
    margin: 0;
}
.wrap-honor .honor .slick-slide {
    height: auto;
    padding: 0;
}
.wrap-honor .honor .slick-slide>div {
    height: 100%;
}
.wrap-honor .honor .slick-slide>div>div {
    height: 100%;
}
.wrap-honor .honor .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;
    padding: 30px;

    cursor: pointer;

    border: 1px solid #ecf5f2;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .wrap-honor .honor .item {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-honor .honor .item {
        padding: 10px;
    }
}
.wrap-honor .honor .item .slogan {
    line-height: 36px;

    display: inline-block;

    padding: 0 20px;

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

    border: 1px solid #ecf5f2;
    border-radius: 3.952px;
    background: #ecf5f2;
}
.wrap-honor .honor .item .title-honor {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    line-height: 1.3;

    margin-top: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1199px) {
    .wrap-honor .honor .item .title-honor {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-honor .honor .item .title-honor {
        font-size: 16px;
    }
}
.wrap-honor .honor .item .pic {
    overflow: hidden;

    margin-top: 20px;
}
.wrap-honor .honor .item .img-box {
    padding-bottom: 133.33333333%;
}
.wrap-honor .honor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (min-width: 1200px) {
    .wrap-honor .honor .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-honor .honor .item:hover .slogan {
        color: #fff;
        background-color: #00b06e;
    }
    .wrap-honor .honor .item:hover .title-honor {
        color: #00b06e;
    }
}
.wrap-honor .honor .slick-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wrap-factory .factory .slick-slide {
    margin: 0 -18px;
}
@media (max-width: 991px) {
    .wrap-factory .factory .slick-slide {
        margin: 0 -8px;
    }
}
.wrap-factory .factory .slick-slide>div>div {
    padding: 18px;
}
@media (max-width: 991px) {
    .wrap-factory .factory .slick-slide>div>div {
        padding: 8px;
    }
}
.wrap-factory .factory .item {
    cursor: pointer;
}
.wrap-factory .factory .item .img-box {
    padding-bottom: 56.25%;

    border-radius: 8px;
}
.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: #00b06e;
    }
}
.wrap-contact {
    overflow: hidden;
}
.wrap-contact .contact-message {
    padding: 0 3%;
}
@media (max-width: 991px) {
    .wrap-contact .contact-message {
        padding: 0;
    }
}
.wrap-contact .contact {
    overflow: hidden;

    width: 45%;

    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 1199px) {
    .wrap-contact .contact {
        display: none;
    }
}
.wrap-contact .message {
    width: 55%;
    padding-left: 5%;
}
@media (max-width: 1199px) {
    .wrap-contact .message {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-contact .message .title {
    padding-bottom: 48px;

    border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 1720px) {
    .wrap-contact .message .title {
        font-size: 56px;
    }
}
@media (max-width: 1560px) {
    .wrap-contact .message .title {
        padding-bottom: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .message .title {
        padding-bottom: 20px;
    }
}
.wrap-contact .message .title-message {
    margin-top: 48px;
}
@media (max-width: 1560px) {
    .wrap-contact .message .title-message {
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .message .title-message {
        margin-top: 20px;
    }
}
.wrap-contact .message .title-message h3 {
    font-size: 24px;
    font-weight: 500;
}
@media (max-width: 1199px) {
    .wrap-contact .message .title-message h3 {
        font-size: 20px;
    }
}
.wrap-contact .message form>ul>li {
    margin-top: 20px;
}
.wrap-contact .message form label {
    font-size: 14px;
    line-height: 24px;
}
.wrap-contact .message form label span {
    color: #c7371f;
}
.wrap-contact .message .title-form {
    line-height: 24px;
}
.wrap-contact .message input,
.wrap-contact .message textarea {
    font-size: 14px;
    line-height: 30px;

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

    border: 1px solid #e5e5e5;
    border-radius: 30px;
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder {
    color: #999;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder {
    color: #999;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder {
    color: #999;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder {
    color: #999;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message .common-button button {
    width: 100%;
}
.wrap-contact .message .common-button .button-now,
.wrap-contact .message .common-button .button-hover {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wrap-product .product>ul>li {
    margin-top: 60px;
}
@media (max-width: 1560px) {
    .wrap-product .product>ul>li {
        margin-top: 40px;
    }
}
@media (max-width: 1199px) {
    .wrap-product .product>ul>li {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product>ul>li {
        margin-top: 15px;
    }
}
.wrap-product .product .common-product-item .pic {
    padding: 0;

    background: none;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-product .product .common-product-item .picbox {
    width: 100%;

    border: 1px solid #dcdcdc;
    border-radius: 8px;
}
.wrap-product .product .common-product-item .title-product {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-product .product .common-product-item .text {
    width: 100%;
    padding: 20px 0 0 0;
}
@media (min-width: 1200px) {
    .wrap-product .product .common-product-item:hover .title-product {
        color: #00b06e;
    }
    .wrap-product .product .common-product-item:hover .editor-content p {
        color: #666;
    }
}
#productcontent {
    position: relative;
    top: -120px;
}
@media (max-width: 1199px) {
    #productcontent {
        top: -80px;
    }
}
.wrap-product-show .product-show {
    padding-bottom: 60px;
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show {
        padding-bottom: 40px;
    }
}
.wrap-product-show .carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-product-show .carousel .item-video {
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel .item {
    overflow: hidden;

    border: 1px solid #e1e1e1;
    border-radius: 8px;
}
.wrap-product-show .carousel .slider-for {
    font-size: 0;

    position: relative;

    width: 79%;
}
@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;

    opacity: 0;
    background-color: #fff;
}
.wrap-product-show .carousel .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.wrap-product-show .carousel:hover .slick-arrow {
    opacity: 1;
}
.wrap-product-show .slider-nav {
    font-size: 0;

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

    cursor: pointer;
}
.wrap-product-show .slider-nav .item-video {
    position: relative;

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

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

    display: block;

    width: 40px;
    height: 40px;

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

    color: #00b06e;
    border-radius: 50%;
    background-color: #fff;
}
@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 #00b06e;
}
.wrap-product-show .slider-nav .slick-arrow {
    left: 0;

    width: 35px;
    height: 100%;
    margin: 0;

    color: #fff;
    border-radius: 5px;
    background: #333;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-arrow {
        top: 0;

        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.wrap-product-show .slider-nav .slick-arrow.slick-next {
    right: -4px;
    left: auto;
}
.wrap-product-show .slider-nav .slick-arrow:hover {
    background-color: #00b06e;
}
.wrap-product-show .info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    padding-left: 3%;

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

    margin: 0;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 38px;
    }
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 34px;
    }
}
@media (max-width: 1400px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 30px;
    }
}
@media (max-width: 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-size: 20px;
    font-weight: 500;
    line-height: 26px;
}
.wrap-product-show .info-box .text ul li {
    margin-bottom: 10px;
}
.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: 20px;
    }
}
.wrap-product-show .info-box .share p {
    margin: 0;
}
.wrap-product-show .info-box .link {
    margin-top: 50px;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box .link {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry {
    margin-right: 30px;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .link .btn-inquiry {
        margin-right: 10px;
    }
}
.wrap-product-show .info-box .link .addcart a {
    color: #00b06e;
    border-radius: 6px;
    background: rgba(0, 176, 110, .08);
}
.wrap-product-show .info-box .link .addcart a .iconfont {
    margin-right: 10px;
    margin-left: 0;

    background: none;
}
.wrap-product-show .stickybox {
    padding: 60px 0;
}
@media (max-width: 767px) {
    .wrap-product-show .stickybox {
        padding: 50px 0;
    }
}
.wrap-product-show .wrap-show-menu {
    z-index: 9;

    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
}
.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 -35px;

    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 {
        margin: 0 -20px;

        -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 35px;
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-show-menu ul li {
        padding: 0 20px;
    }
}
.wrap-product-show .wrap-show-menu ul li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 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.active a {
    color: #00b06e;
}
.wrap-product-show .title-product-show h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
}
@media (max-width: 1199px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 28px;
    }
}
@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 .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 .relate-product .slick-related {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .slick-related {
        margin-top: 20px;
    }
}
.wrap-product-show .relate-product .slick-arrow {
    -webkit-transition: all .2s;
    transition: all .2s;

    border-radius: 4px;
    background: rgba(0, 0, 0, .1);
}
.wrap-product-show .relate-product .slick-arrow:hover {
    color: #fff;
    background-color: #00b06e;
}
.wrap-product-show .machine {
    position: relative;

    margin: 80px 0 0 0;
}
@media (max-width: 1560px) {
    .wrap-product-show .machine {
        margin: 60px 0 0 0;
    }
}
.wrap-product-show .machine .pic img {
    width: 100%;
}
.wrap-product-show .machine .machine-item .icon {
    font-size: 30px;
    font-weight: bold;
    line-height: 58px;

    position: absolute;
    z-index: 8;

    width: 58px;
    height: 58px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #222;
}
@media (max-width: 1560px) {
    .wrap-product-show .machine .machine-item .icon {
        font-size: 24px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .machine .machine-item .icon {
        font-size: 20px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .machine .machine-item .icon {
        font-size: 12px;
        line-height: 20px;

        width: 20px;
        height: 20px;
    }
}
.wrap-product-show .machine .machine-item .icon:hover {
    background-color: #00b06e;
}
.common-open-item {
    display: none;

    max-width: 1100px;
    padding: 20px;

    border-radius: 8px;
    background: #fff;
}
@media (max-width: 767px) {
    .common-open-item {
        padding: 10px;
    }
}
.common-open-item .open-img {
    overflow: hidden;

    width: 45%;

    border-radius: 8px;
}
@media (max-width: 767px) {
    .common-open-item .open-img {
        width: 100%;
    }
}
.common-open-item .open-img img {
    width: 100%;
}
.common-open-item .note {
    width: 55%;
    padding-left: 5%;
}
@media (max-width: 767px) {
    .common-open-item .note {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.common-open-item .note .title-machine {
    font-size: 20px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .common-open-item .note .title-machine {
        font-size: 18px;
    }
}
.common-open-item .note .editor-content {
    margin-top: 20px;
}
.wrap-news .news>ul {
    margin: 0 -36px;
}
@media (max-width: 1560px) {
    .wrap-news .news>ul {
        margin: 0 -25px;
    }
}
@media (max-width: 1400px) {
    .wrap-news .news>ul {
        margin: 0 -15px;
    }
}
.wrap-news .news>ul>li {
    margin-top: 50px;
    padding: 0 36px;
}
@media (max-width: 1560px) {
    .wrap-news .news>ul>li {
        padding: 0 25px;
    }
}
@media (max-width: 1400px) {
    .wrap-news .news>ul>li {
        margin-top: 30px;
        padding: 0 15px;
    }
}
@media (max-width: 991px) {
    .wrap-news .news>ul>li {
        margin-top: 20px;
    }
}
.wrap-details {
    padding-top: 60px;
}
@media (max-width: 1199px) {
    .wrap-details {
        padding-top: 30px;
    }
}
.wrap-details .title-details h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 10px 0 0 0;
}
@media (max-width: 1470px) {
    .wrap-details .title-details h2 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .wrap-details .title-details h2 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .wrap-details .title-details h2 {
        font-size: 18px;
    }
}
.wrap-details .title-details .date {
    line-height: 24px;

    color: #00b06e;
}
.wrap-details .details .text {
    margin-top: 30px;
}
.wrap-details .details .text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 1199px) {
    .wrap-details .details .text h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-details .details .text h3 {
        font-size: 18px;
    }
}
.wrap-details .share {
    margin-top: 30px;
}
.wrap-details .share p {
    font-size: 18px;
    font-weight: bold;

    margin: 0;
}
.wrap-details .share p,
.wrap-details .share .a2a_kit {
    display: inline-block;

    vertical-align: middle;
}
.wrap-details .relate-details {
    font-size: 0;

    margin-top: 70px;
    padding: 10px;

    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
    .wrap-details .relate-details {
        margin-top: 40px;
    }
}
.wrap-details .relate-details a {
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;

    position: relative;

    display: inline-block;
    display: -webkit-box;
    overflow: hidden;

    height: 36px;
    padding-left: 50px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-details .relate-details a {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

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

    display: block;

    width: 36px;
    height: 36px;

    content: '\ee49';
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border-radius: 50%;
}
.wrap-details .relate-details a.prev:after {
    position: absolute;
    top: 11px;
    right: 0;

    width: 1px;
    height: 16px;

    content: '';

    background-color: #c7cdd4;
}
.wrap-details .relate-details a:hover {
    color: #00b06e;
}
.wrap-details .relate-details a:hover:before {
    color: #00b06e;
}
.wrap-details .relate-details .next {
    text-align: right;
}
@media (max-width: 767px) {
    .wrap-details .relate-details .next {
        text-align: left;
    }
}
@media (min-width: 768px) {
    .wrap-details .relate-details .next a {
        padding-right: 50px;
        padding-left: 0;
    }
    .wrap-details .relate-details .next a:before {
        right: 0;
        left: auto;

        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.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: #00b06e;
    background-color: #00b06e;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

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

    color: #00b06e;
}
.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: #00b06e;
}
.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: #00b06e;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
    color: #00b06e;
}
.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(0, 176, 110, .5);
    border-radius: 5px;
    background-color: rgba(0, 176, 110, .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 {
    line-height: 38px;

    position: relative;
    z-index: 6;

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

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

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

    border-radius: 4px;
    background: none;
    background: #f7f7f7;

    -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: #00b06e;
    }
}
@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: #00b06e;
    }
}
@media (max-width: 767.98px) {
    .pagination a,
    .pagination span {
        font-size: 14px;

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

    content: '\eab3';
}
.pagination .next:before {
    font-family: 'iconfont' !important;

    content: '\e61f';
}
.wrap-case .case-sort ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -25px;
}
@media (max-width: 1199px) {
    .wrap-case .case-sort ul {
        margin: 0 -15px;
    }
}
@media (max-width: 991px) {
    .wrap-case .case-sort ul {
        margin: 0 -8px;
    }
}
.wrap-case .case-sort ul li {
    padding: 0 25px;
}
@media (max-width: 1199px) {
    .wrap-case .case-sort ul li {
        padding: 0 15px;
    }
}
@media (max-width: 991px) {
    .wrap-case .case-sort ul li {
        padding: 0 8px;
    }
}
.wrap-case .case-sort ul li a {
    line-height: 28px;

    display: block;

    min-width: 210px;
    padding: 10px;

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

    color: #00b06e;
    border-radius: 6px;
    background: #f4f4f4;
}
@media (max-width: 767px) {
    .wrap-case .case-sort ul li a {
        min-width: 150px;
    }
}
.wrap-case .case-sort ul li.active a,
.wrap-case .case-sort ul li:hover a {
    color: #fff;
    background-color: #00b06e;
}
@media (min-width: 1200px) {
    .wrap-case-show {
        overflow: visible;
    }
}
.wrap-case-show .case-show-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
.wrap-case-show .text {
    margin-top: 10px;
}
.wrap-case-show .case-show-left .editor-content {
    max-width: 390px;
}
.wrap-case-show .case-show-left .editor-content p {
    color: #00b06e;
}
.wrap-case-show .title-cases-show h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4;
}
@media (max-width: 1560px) {
    .wrap-case-show .title-cases-show h3 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .wrap-case-show .title-cases-show h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-case-show .title-cases-show h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-case-show .title-cases-show h3 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-case-show .case-show-right {
        margin-top: 20px;
    }
}
.wrap-case-show .cases-show-text ul {
    padding-left: 0;
}
.wrap-case-show .cases-show-text ul li {
    position: relative;

    margin-top: 8px;
    padding-left: 16px;
}
.wrap-case-show .cases-show-text ul li:before {
    position: absolute;
    top: 12px;
    left: 0;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    background-color: #00b06e;
}
.wrap-case-show-video {
    position: relative;
}
.wrap-case-show-video .video img {
    width: 100%;
}
.wrap-case-show-video .play {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;

    display: block;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    border-radius: 50%;
}
.wrap-case-show-video .play .iconfont {
    font-size: 80px;
    line-height: 100px;

    position: relative;
    z-index: 6;

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

    width: 100px;
    height: 100px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #00b06e;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    .wrap-case-show-video .play .iconfont {
        font-size: 60px;

        width: 80px;
        height: 80px;
    }
}
@media (max-width: 767px) {
    .wrap-case-show-video .play .iconfont {
        font-size: 40px;

        width: 60px;
        height: 60px;
    }
}
.wrap-case-show-video .play:hover .iconfont {
    background-color: #02a467;
}
.wrap-case-show-advantages .advantages {
    padding-top: 40px;

    border-top: 1px solid #e2e2e2;
}
@media (max-width: 1199px) {
    .wrap-case-show-advantages .advantages {
        padding-top: 0;
    }
}
@media (min-width: 1560px) {
    .wrap-case-show-advantages .advantages>ul {
        margin: 0 -40px;
    }
}
.wrap-case-show-advantages .advantages>ul>li {
    margin-top: 30px;
}
@media (min-width: 1560px) {
    .wrap-case-show-advantages .advantages>ul>li {
        padding: 0 40px;
    }
}
@media (max-width: 1199px) {
    .wrap-case-show-advantages .advantages>ul>li {
        margin-top: 20px;
    }
}
.wrap-case-show-advantages .advantages .item .icon {
    font-size: 50px;
    line-height: 1;

    display: inline-block;

    color: #00b06e;
}
@media (max-width: 767px) {
    .wrap-case-show-advantages .advantages .item .icon {
        font-size: 40px;
    }
}
.wrap-case-show-advantages .advantages .item h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;

    margin-top: 20px;
}
@media (max-width: 1199px) {
    .wrap-case-show-advantages .advantages .item h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-case-show-advantages .advantages .item h3 {
        margin-top: 10px;
    }
}
@media (min-width: 1200px) {
    .wrap-case-show-advantages .advantages .item:hover .icon {
        -webkit-animation: swing 1s 0s ease both;
        animation: swing 1s 0s ease both;
    }
}
.wrap-business {
    position: relative;
}
.wrap-business .wrap-location {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
}
.wrap-business .wrap-location .location {
    border-bottom: none;
}
@media (min-width: 992px) {
    .wrap-business .business:nth-child(2n) .business-item {
        flex-direction: row-reverse;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
    }
    .wrap-business .business:nth-child(2n) .business-item .pic {
        padding-right: var(--pad);
        padding-left: 5%;
    }
    .wrap-business .business:nth-child(2n) .business-item .text {
        padding-right: 5%;
        padding-left: var(--pad);
    }
}
.wrap-business .business .pic,
.wrap-business .business .text {
    width: 50%;
    padding: 200px 5%;
}
@media (max-width: 1560px) {
    .wrap-business .business .pic,
    .wrap-business .business .text {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
@media (max-width: 1400px) {
    .wrap-business .business .pic,
    .wrap-business .business .text {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
@media (max-width: 991px) {
    .wrap-business .business .pic,
    .wrap-business .business .text {
        width: 100%;
        padding: 50px var(--pad);
    }
}
.wrap-business .business .pic {
    padding-left: var(--pad);

    background: #f2f4f3;
}
.wrap-business .business .pic .item .img-box {
    padding-bottom: 78.75%;
}
.wrap-business .business .slick-dots {
    position: absolute;
    bottom: -100px;

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

    width: 100%;
}
@media (max-width: 1560px) {
    .wrap-business .business .slick-dots {
        bottom: -70px;
    }
}
@media (max-width: 1400px) {
    .wrap-business .business .slick-dots {
        bottom: -60px;
    }
}
@media (max-width: 991px) {
    .wrap-business .business .slick-dots {
        bottom: -20px;
    }
}
.wrap-business .business .slick-dots li {
    width: 100%;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.wrap-business .business .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    padding-right: var(--pad);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wrap-business .business .text .note {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-business .business .text .note {
        margin-top: 10px;
    }
}
.wrap-inquiryinfo {
    padding-top: 50px;
}
.wrap-inquiryinfo .inquiry-info {
    font-size: 0;

    width: 100%;

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

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

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

    display: inline-block;

    padding: 20px 10px;

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

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .Operation {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .pimg {
    width: 14%;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .pimg {
        width: -webkit-calc(44% - 30px);
        width: calc(44% - 30px);
    }
}
.wrap-inquiryinfo .inquiry-info .pimg .img-box {
    overflow: hidden;
}
.wrap-inquiryinfo .inquiry-info .number {
    width: 20%;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .number {
        width: -webkit-calc(56% - 30px);
        width: calc(56% - 30px);
        padding: 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .pname {
    width: 38%;
}
.wrap-inquiryinfo .inquiry-info .check-all .substitite {
    padding-left: 0;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .check-all span {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .all,
.wrap-inquiryinfo .inquiry-info span {
    display: inline-block;

    margin: 0;
    padding: 0;

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

    margin: 0;
    padding: 0;

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

    display: inline-block;

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

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

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

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

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

    content: '\e60b';

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

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

    content: '\e60b';

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

    position: relative;

    width: 60px;
    height: 34px;

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

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

        width: 25px;
        height: 25px;

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

    display: inline-block;

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

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

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

        position: relative;
        z-index: 8;

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

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

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

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

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

    cursor: pointer;
    text-align: center;

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

    content: '\e625';

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

    margin: 0;
}
@media (max-width: 767px) {
    .editor-content p {
        font-size: 14px;
    }
}
.editor-content.fz18 p {
    font-size: 18px;
    line-height: 26px;
}
@media (max-width: 1400px) {
    .editor-content.fz18 p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .editor-content.fz18 p {
        font-size: 14px;
        line-height: 24px;
    }
}
.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 {
    line-height: 1.625;

    overflow: auto;

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

    width: 100%;
    max-width: 100%;

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

    padding: 10px 20px !important;

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

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

    overflow-x: hidden;

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

    margin: 5px;
}
.parameter .box-help {
    margin-top: 40px;
}
.parameter .box-help .help-right {
    padding-left: 0;
    width: 100%;
}
.wrap-contact .contact {
    background: -webkit-gradient(linear, left top, right top, from(#02a467), to(#8dc986));
    background: -webkit-linear-gradient(left, #02a467 0%, #8dc986 100%);
    background: linear-gradient(90deg, #02a467 0%, #8dc986 100%);
    color: #fff;
    padding: 30px 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wrap-contact .message .title-message {
    margin-top: 0;
}
.wrap-download .download {
    overflow: hidden;

}
.wrap-download .download>ul>li {
    margin-top: 30px;
}
.wrap-download .download .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 40px 30px;

    border-radius: 8px 8px 0 0;
    background-color: #fcfcfc;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .wrap-download .download .item .text {
        padding: 20px;
    }
}
.wrap-download .download .item .title-download {
    position: relative;

    display: block;

    padding-left: 70px;
}
@media (max-width: 767px) {
    .wrap-download .download .item .title-download {
        padding-left: 50px;
    }
}
.wrap-download .download .item .title-download:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-weight: normal;
    line-height: 1;

    position: absolute;
    top: 50%;
    left: 0;

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

    color: #00b06e;
}
@media (max-width: 767px) {
    .wrap-download .download .item .title-download:before {
        font-size: 40px;
    }
}
.wrap-download .download .item .title-download b {
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    display: block;
    overflow: hidden;

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .wrap-download .download .item .title-download b {
        font-size: 18px;
    }
}
.wrap-download .download .item .title-download span {
    line-height: 1.71428571;

    display: block;

    margin-top: 6px;

    color: #666;
}
.wrap-download .download .item .down {
    font-size: 18px;
    line-height: 48px;

    display: block;

    width: 48px;
    height: 48px;

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

    border-radius: 50%;
    background-color: #fff;
}
.wrap-download .download .item .size-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 10px 30px;

    color: #00b06e;
    border-radius: 0 0 8px 8px;
    background: #ecf5f2;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-download .download .item .size-type span {
    margin-right: 20px;
}
@media (min-width: 1200px) {
    .wrap-download .download .item:hover .title-download {
        color: #00b06e;
    }
    .wrap-download .download .item:hover .down {
        color: #fff;
        background-color: #00b06e;
    }
}