:root {
    --pad: -webkit-calc(50vw - 830px);
    --pad: calc(50vw - 830px);
}
@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;
    }
}
:root {
    --pad: -webkit-calc(50vw - 845px);
    --pad: calc(50vw - 845px);
}
@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;
    }
}
.ff,
.banner .mobile-video:before {
    font-family: 'iconfont' !important;
}
.iconfont {
    font-size: inherit;
}
@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: 500;
    font-style: normal;

    src: local('Inter Tight Medium'), local('InterTight-Medium'), url('../fonts/InterTight-Medium.woff2') format('woff2'), url('../fonts/InterTight-Medium.woff') format('woff'), url('../fonts/InterTight-Medium.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: 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;
}
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;
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img {
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translateZ(1px);
    transform: translate3d(0, 0, 1px);

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

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

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1470px) {
    .container {
        max-width: 1440px;
    }
}
@media (min-width: 1710px) {
    .container {
        max-width: 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;
}
.swiper-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 118px;
    margin: 0 auto;
    padding: 2px;

    border-radius: 40px;
    background: #d4d8dd;

    -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;
}
.slick-arrow {
    font-size: 0;
    line-height: 58px;

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

    display: block;

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

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

    color: #00735a;
    border-radius: 10px;
    background: #d4fff6;
}
@media (max-width: 1199px) {
    .slick-arrow {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.slick-arrow::after {
    display: none;
}
.slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: block;

    content: '\e9b6';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow:hover {
    color: #fff;
    background-color: #00735a;
}
.slick-next {
    right: 0;
    left: auto;
}
.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
@media (min-width: 768px) {
    .arrow-top-right .slick-arrow {
        position: absolute;
        top: -94px;
        right: 70px;
        left: auto;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .arrow-top-right .slick-arrow.slick-next {
        right: 0;
    }
}
.arrow-bottom {
    padding-bottom: 80px;
}
.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:hover {
    background-color: #00735a;
}
.slick-dots {
    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: 1199px) {
    .slick-dots {
        margin-top: 30px;
    }
}
.slick-dots li {
    width: 30px;
    height: 2px;

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

    border-radius: 0;
    background-color: #d9d9d9;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #00735a;
}
.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: 767px) {
    .mt-30 {
        margin-top: 15px;
    }
}
.mt-40 {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .mt-40 {
        margin-top: 20px;
    }
}
.mt-50 {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .mt-50 {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .mt-50 {
        margin-top: 15px;
    }
}
.common-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -2px;

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

    padding: 0 2px;

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

    display: block;

    width: 36px;
    height: 36px;

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

    color: #fff;
    border-radius: 50%;
    background: #0077b5;
}
@media (max-width: 991px) {
    .common-share ul li a {
        line-height: 40px;

        width: 40px;
        height: 40px;

        border-radius: 6px;
    }
}
.common-share ul li a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.common-share ul li.facebook a {
    background-color: #3b5999;
}
.common-share ul li.twitter a {
    background-color: #55acee;
}
.common-share ul li.instagram a {
    background-color: #e4405f;
}
.common-share ul li.youtube a {
    background-color: #f00;
}
.formbox {
    margin-top: 20px;
}
.formbox form ul {
    margin: 0 -10px;
}
.formbox form ul li {
    padding: 0 10px;
}
.formbox form .group {
    position: relative;

    margin-top: 20px;
}
@media (max-width: 767px) {
    .formbox form .group {
        margin-top: 10px;
    }
}
.formbox form .group label {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;

    margin-bottom: 10px;
}
.formbox form .group label span {
    color: #c7371f;
}
.formbox form .group input,
.formbox form .group textarea {
    font-size: 14px;
    line-height: 30px;

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

    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background: #fff;
}
@media (max-width: 767px) {
    .formbox form .group input,
    .formbox form .group textarea {
        line-height: 24px;
    }
}
.formbox form .group input::-webkit-input-placeholder,
.formbox form .group textarea::-webkit-input-placeholder {
    color: #737373;
}
.formbox form .group input:-o-placeholder,
.formbox form .group textarea:-o-placeholder {
    color: #737373;
}
.formbox form .group input::-moz-placeholder,
.formbox form .group textarea::-moz-placeholder {
    color: #737373;
}
.formbox form .group input:-ms-input-placeholder,
.formbox form .group textarea:-ms-input-placeholder {
    color: #737373;
}
.formbox form .group input:focus::-webkit-input-placeholder,
.formbox form .group textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.formbox form .group input:focus::-o-placeholder,
.formbox form .group textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.formbox form .group input:focus::-moz-placeholder,
.formbox form .group textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.formbox form .group input:focus::-ms-input-placeholder,
.formbox form .group textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.formbox form .group-read input {
    color: #fff !important;
    background: #00735a !important;
}
.formbox form .submit {
    font-weight: 500;

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

    width: 100%;
    height: 54px;
    margin-top: 24px;

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

    color: #fff;
    border-radius: 5px;
    background: #00735a;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .formbox form .submit {
        font-size: 16px;

        height: 42px;
    }
}
.formbox form .submit .iconfont {
    margin-left: 20px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.formbox form .submit:hover {
    background-color: #005744;
}
.formbox form .submit:hover .iconfont {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.wrap-reviews {
    position: relative;

    overflow: hidden;

    background-color: #f4f6f7;
}
.wrap-reviews .slick-reviews {
    margin-top: 50px;
}
.wrap-reviews .slick-arrow {
    top: -100px;
}
@media (max-width: 1199px) {
    .wrap-reviews .slick-arrow {
        top: -70px;
    }
}
@media (max-width: 991px) {
    .wrap-reviews .slick-arrow {
        top: -60px;
    }
}
@media (max-width: 767px) {
    .wrap-reviews .slick-arrow {
        top: 50%;
        left: -12px;

        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.wrap-reviews .item {
    padding: 10px 30px;

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

    border-radius: 5px;
    background: #fff;
}
.wrap-reviews .item .title-reviews {
    line-height: 30px;

    padding: 10px 0;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-reviews .item .title-reviews h4 {
    font-size: 18px;
    font-weight: bold;

    margin: 0;

    text-transform: capitalize;
}
.wrap-reviews .item .title-reviews h4 span {
    min-width: 90px;
    margin-right: 6px;
}
.wrap-reviews .item .title-reviews h4 .icon {
    font-size: 12px;

    color: #a41517;
}
.wrap-reviews .item .title-reviews .date {
    font-size: 12px;

    color: #666;
}
.wrap-reviews .item .title-reviews .date .icon {
    float: left;

    margin-right: 4px;

    color: #a41517;
}
.wrap-reviews .item .note {
    padding: 14px 0;
}
.wrap-reviews .write-reviews {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-reviews .write-reviews {
        margin-top: 20px;
    }
}
.wrap-reviews .write-reviews .title-write h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 991px) {
    .wrap-reviews .write-reviews .title-write h3 {
        font-size: 20px;
    }
}
.wrap-reviews .write-reviews .message form ul {
    margin: 0 -10px;
}
.wrap-reviews .write-reviews .message form ul li {
    padding: 0 10px;
}
.wrap-reviews .write-reviews .message form .group {
    position: relative;

    margin-top: 20px;

    background: #fff;
}
.wrap-reviews .write-reviews .message form .group-read {
    overflow: hidden;

    background: #000;
}
.wrap-reviews .write-reviews .message form .group-read input {
    font-size: 14px;
    line-height: 30px;

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

    border-radius: 5px;
    outline: none;
    background: none;
    background: #f9f9f9;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group-read input {
        padding: 10px 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group-read input {
        padding: 10px 20px;
    }
}
.wrap-reviews .write-reviews .message form .group label {
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;

    position: absolute;
    top: 0;
    left: 40px;

    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group label {
        left: 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group label {
        left: 20px;
    }
}
.wrap-reviews .write-reviews .message form .group input,
.wrap-reviews .write-reviews .message form .group textarea {
    font-size: 14px;
    line-height: 30px;

    position: relative;
    z-index: 2;

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

    border-radius: 0;
    border-radius: 5px;
    outline: 0;
    background: none;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group input,
    .wrap-reviews .write-reviews .message form .group textarea {
        padding: 10px 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group input,
    .wrap-reviews .write-reviews .message form .group textarea {
        padding: 10px 20px;
    }
}
.wrap-reviews .write-reviews .message form .group input:placeholder-shown+label,
.wrap-reviews .write-reviews .message form .group textarea:placeholder-shown+label {
    top: 0;

    background-color: transparent;
}
.wrap-reviews .write-reviews .message form .group input:focus+label,
.wrap-reviews .write-reviews .message form .group textarea:focus+label,
.wrap-reviews .write-reviews .message form .group input:valid+label,
.wrap-reviews .write-reviews .message form .group textarea:valid+label {
    top: -32px;
    left: 40px;

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

    opacity: .8;
    color: #fff;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group input:focus+label,
    .wrap-reviews .write-reviews .message form .group textarea:focus+label,
    .wrap-reviews .write-reviews .message form .group input:valid+label,
    .wrap-reviews .write-reviews .message form .group textarea:valid+label {
        left: 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group input:focus+label,
    .wrap-reviews .write-reviews .message form .group textarea:focus+label,
    .wrap-reviews .write-reviews .message form .group input:valid+label,
    .wrap-reviews .write-reviews .message form .group textarea:valid+label {
        left: 20px;
    }
}
.wrap-reviews .write-reviews .message form .group textarea {
    resize: none;
}
.wrap-reviews .write-reviews .message form .submit-group .submit {
    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background: #005744;
}
.wrap-reviews .write-reviews .message form .submit-group .submit:hover {
    background-color: #00735a;
}
.open-quote {
    display: none;

    width: 96%;
    max-width: 860px;
    padding: 0;

    border-radius: 20px;
}
.open-quote .pic img {
    width: 100%;
}
.open-quote .quote-message {
    width: 100%;
    padding: 30px;
}
.open-quote .quote-message .title-in h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.11111111;

    color: #00735a;
}
@media (max-width: 1560px) {
    .open-quote .quote-message .title-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .open-quote .quote-message .title-in h2 {
        font-size: 24px;
    }
}
.open-quote .quote-message .formbox .group input {
    color: #00735a;
}
.open-quote .quote-message .formbox .group input::-webkit-input-placeholder,
.open-quote .quote-message .formbox .group textarea::-webkit-input-placeholder {
    color: #00735a;
}
.open-quote .quote-message .formbox .group input:-o-placeholder,
.open-quote .quote-message .formbox .group textarea:-o-placeholder {
    color: #00735a;
}
.open-quote .quote-message .formbox .group input::-moz-placeholder,
.open-quote .quote-message .formbox .group textarea::-moz-placeholder {
    color: #00735a;
}
.open-quote .quote-message .formbox .group input:-ms-input-placeholder,
.open-quote .quote-message .formbox .group textarea:-ms-input-placeholder {
    color: #00735a;
}
.open-quote .quote-message .formbox .group input:focus::-webkit-input-placeholder,
.open-quote .quote-message .formbox .group textarea:focus::-webkit-input-placeholder {
    color: rgba(0, 115, 90, .2);
}
.open-quote .quote-message .formbox .group input:focus::-o-placeholder,
.open-quote .quote-message .formbox .group textarea:focus::-o-placeholder {
    color: rgba(0, 115, 90, .2);
}
.open-quote .quote-message .formbox .group input:focus::-moz-placeholder,
.open-quote .quote-message .formbox .group textarea:focus::-moz-placeholder {
    color: rgba(0, 115, 90, .2);
}
.open-quote .quote-message .formbox .group input:focus::-ms-input-placeholder,
.open-quote .quote-message .formbox .group textarea:focus::-ms-input-placeholder {
    color: rgba(0, 115, 90, .2);
}
.open-quote .quote-message .formbox .submit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 40px;
}
.fancybox-close-small:after {
    background-color: #fff;
}
.header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 0;

    width: 100%;

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

    background-color: #fff;
}
.header .header-top-content {
    position: relative;

    height: 100px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header .header-top-content {
        height: 60px;
    }
}
.header .logo {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    height: 75px;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 1199px) {
    .header .logo {
        position: relative;
        top: 0;
        left: 0;

        height: 60px;
        padding: 10px 0;

        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.header .logo img {
    display: block;

    height: 100%;
}
.header .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1560px) {
    .header .header-right {
        width: -webkit-calc(100% - 150px);
        width: calc(100% - 150px);
    }
}
@media (max-width: 1199px) {
    .header .header-right {
        width: auto;

        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
}
.header .common-share {
    margin-right: 40px;
}
@media (max-width: 1199px) {
    .header .common-share {
        display: none;
    }
}
.header .pc-search form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 260px;

    border: 1px solid #dedede;
    border-radius: 100px;
}
@media (max-width: 1400px) {
    .header .pc-search form {
        width: 200px;
    }
}
@media (max-width: 1199px) {
    .header .pc-search form {
        display: none;
    }
}
.header .pc-search form input {
    line-height: 45px;

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

    background: none;
}
.header .pc-search form .submit {
    width: 45px;
    height: 45px;

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

    color: #8d8d8d;
    border-radius: 0;
    background: none;
}
.header .pc-search form .submit:hover {
    color: #00735a;
}
.header .serach-part {
    display: none;

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

        margin-right: 20px;
    }
}
.header .find {
    font-size: 18px;
    line-height: 40px;

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

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

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

    margin-right: 6px;
}
.header .find:hover {
    color: #005744;
}
.header .search-wrap {
    font-size: 14px;

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

    display: none;

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

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

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

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

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

    overflow: hidden;

    width: 80%;

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

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

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

    width: 100%;
    padding: 15px;

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

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

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

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

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

    content: '\e60e';
}
.header .search-wrap .submit:hover {
    color: #fff;
    background-color: #00735a;
}
.header .cart {
    line-height: 34px;

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

    padding: 0 12px;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .header .cart {
        font-size: 0;
    }
}
.header .cart .iconfont {
    font-size: 22px;

    margin-right: 6px;
}
@media (max-width: 767px) {
    .header .cart .iconfont {
        margin-right: 0;
    }
}
.header .cart:hover {
    background-color: #005744;
}
.header .language {
    position: relative;

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

    margin-left: 24px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .header .language {
        margin-left: 10px;
    }
}
.header .language p {
    line-height: 34px;

    margin: 0;
    padding: 0 10px;

    cursor: pointer;

    color: #00735a;
    border-radius: 6px;
    background: rgba(229, 0, 18, .1);
}
@media (max-width: 767px) {
    .header .language p {
        font-size: 0;
    }
}
.header .language p img {
    margin-right: 8px;
}
@media (max-width: 767px) {
    .header .language p img {
        margin-right: 0;
    }
}
.header .language p .iconfont {
    font-size: 12px;

    margin-left: 8px;
}
@media (max-width: 767px) {
    .header .language p .iconfont {
        display: none;
    }
}
.header .language ul {
    position: absolute;
    z-index: 9;
    top: 100%;

    display: none;

    min-width: 100%;

    text-align: center;

    color: #fff;
    border-radius: 6px;
    background: #00735a;
}
.header .language ul li {
    margin: 10px 0;
}
.header .language ul li a {
    line-height: 34px;

    display: block;

    padding: 0 10px;
}
.header .language ul li a:hover {
    background-color: rgba(255, 255, 255, .3);
}
.header .header-nav {
    text-align: center;

    color: #fff;
    background-color: #00735a;
}
@media (max-width: 1199px) {
    .header .pc-nav {
        display: none;
    }
}
.header .pc-nav>ul {
    position: relative;

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

    margin: 0 -50px;

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

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

    padding: 0 50px;

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

    position: relative;

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

    height: 50px;

    -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;
}
.header .pc-nav>ul>li>a:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

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

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

    display: none;

    min-width: 230px;
    padding: 20px 0;

    text-align: left;

    color: #333;
    border-radius: 0 0 10px 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

    -webkit-backdrop-filter: blur(6.5999999px);
    backdrop-filter: blur(6.5999999px);
}
.header .nav-list2 li {
    position: relative;

    list-style: none;
}
.header .nav-list2 li>a {
    font-size: 16px;
    line-height: 24px;

    display: block;

    padding: 6px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.header .nav-list2 li.active>a,
.header .nav-list2 li:hover>a {
    color: #00735a;
}
.header .nav-list3 {
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px;

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

    display: block;

    padding: 5px 20px;

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

    display: none;

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

        margin-left: 10px;

        vertical-align: middle;
    }
}
.header .btn-menu div {
    position: absolute;
    top: 0;
    left: 0;

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

    width: 100%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header .btn-menu div:before,
.header .btn-menu div:after {
    display: block;

    height: 2px;

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

    background: #00735a;
}
.header .btn-menu div span {
    display: block;

    height: 2px;
    margin: 5px 0;

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

    background: #00735a;
}
.header .translate {
    margin-left: 3vw;
}
.stuck {
    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.stuck .header-top-content {
    height: 60px;
}
.stuck .logo {
    height: 50px;
}
@media (max-width: 1199px) {
    .stuck .logo {
        height: 60px;
    }
}
.hc-mobile-nav {
    text-transform: capitalize;
}
.hc-mobile-nav .lst-clone {
    display: none;
}
.hc-mobile-nav p {
    margin: 0;
}
.hc-mobile-nav .navright {
    display: none;
}
.hc-mobile-nav li.nav-close {
    padding-top: 40px;
}
.hc-mobile-nav .nav-list2 li.nav-parent>a {
    padding-right: 44px;
    padding-left: 30px;
}
.hc-mobile-nav .nav-list3 li a {
    padding-left: 40px;
}
.hc-mobile-nav ul {
    text-indent: 0 !important;
}
.hc-mobile-nav .nav-wrapper {
    color: #333;
    background-color: #fff;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open,
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
    background-color: #eee;
}
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after,
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
    border-color: #222;
}
.hc-mobile-nav:not(.touch-device) a:hover {
    background-color: #eee;
}
.online-wrap {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;

    -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 #00735a;
    border-radius: 0;
    border-radius: 50%;
    outline: none;
    background-color: #00735a;
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;

    display: inline-block;

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

    display: none;

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

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

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

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

    display: block;

    width: 46px;
    height: 46px;
    margin: 7px 0;

    text-align: center;

    color: #fff;
    border-radius: 23.04px;
    background: rgba(0, 0, 0, .4);
}
.online-wrap .online a .iconfont {
    font-size: 22px;
}
.online-wrap .online a b {
    font-weight: normal;
}
.online-wrap .online a:hover {
    background-color: #00735a;
}
.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: 10px;
    background: #00735a;
}
@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: 18px;
    right: 14px;

    width: 18px;
    height: 18px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #005744;
}
.xs-online {
    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    color: #fff;
    background-color: #00735a;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online ul {
    margin: 0;
    padding: 0;

    text-align: center;
}
.xs-online ul li {
    float: left;

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
.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 .item a {
    height: 100%;
}
.banner img {
    display: block;

    width: 100%;
}
.banner .img-box {
    padding-bottom: 42.708%;
}
.banner .swiper-slide {
    overflow: hidden;
}
.banner .swiper-pagination {
    position: absolute;
    z-index: 2;
    bottom: 24px;

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

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

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

    opacity: 1;
    border-radius: 50%;
    background: none;
}
.banner .swiper-pagination .swiper-pagination-bullet:before {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    display: block;

    width: 8px;
    height: 8px;

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

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
}
.banner .swiper-pagination .swiper-pagination-bullet:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    border: 1px solid #fff;
    border-radius: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);

    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00735a), to(#fff));
    background-image: -webkit-linear-gradient(#00735a, #fff);
    background-image: linear-gradient(#00735a, #fff);
}
.banner .swiper-pagination .swiper-pagination-bullet-active:before {
    background-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active:after {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);

    border: transparent;
    background-color: #00735a;
}
.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: #005744;
    background: none;
}
.banner .slick-prev {
    left: 2%;
}
@media (max-width: 991px) {
    .banner .slick-prev {
        left: 0;
    }
}
.banner .slick-next {
    right: 2%;
}
@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: 50%;

    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play {
    background-color: #00735a !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 {
    width: 100%;
}
.box {
    overflow: hidden;

    padding: 150px 0;
}
@media (max-width: 1560px) {
    .box {
        padding: 120px 0;
    }
}
@media (max-width: 1400px) {
    .box {
        padding: 100px 0;
    }
}
@media (max-width: 1400px) {
    .box {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
.box.pad-120 {
    padding: 120px 0;
}
@media (max-width: 1560px) {
    .box.pad-120 {
        padding: 100px 0;
    }
}
@media (max-width: 1400px) {
    .box.pad-120 {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
@-webkit-keyframes zhuan {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes zhuan {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.common-more {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.common-more a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;

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

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

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

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

    -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) {
    .common-more a {
        font-size: 16px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .common-more a {
        font-size: 14px;
    }
}
.common-more a .iconfont {
    margin-left: 16px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .common-more a .iconfont {
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    .common-more a .iconfont {
        margin-left: 4px;
    }
}
.common-more a:hover {
    background-color: #005744;
}
.common-more a:hover .iconfont {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.common-more-small a {
    position: relative;

    width: 100%;

    text-align: center;

    color: #000;
    border: 1px solid #000;
    background: none;
}
@media (max-width: 767px) {
    .common-more-small a {
        padding-right: 5px;
        padding-left: 5px;
    }
}
.common-more-small a:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 100%;

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

    border-radius: 6px;
    background-color: #00735a;
}
.common-more-small a span {
    position: relative;
    z-index: 5;

    display: block;
}
@media (min-width: 1200px) {
    .common-more-small a:hover {
        color: #fff;
        border-color: #00735a;
        background: none;
    }
    .common-more-small a:hover:before {
        width: 100%;
    }
}
.common-more.text-center a {
    margin: 0 auto;
}
.title .subtitle {
    line-height: 34px;

    display: inline-block;

    padding: 0 12px;

    color: #fff;
    border-radius: 6px;
    background-color: #222;
}
.title h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    line-height: 1.16666667;

    margin-top: 20px;

    color: #00735a;
}
@media (max-width: 1560px) {
    .title h2 {
        font-size: 50px;
    }
}
@media (max-width: 1470px) {
    .title h2 {
        font-size: 46px;
    }
}
@media (max-width: 1400px) {
    .title h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .title h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .title h2 {
        font-size: 30px;

        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 24px;
    }
}
.title .editor-content {
    max-width: 1000px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .title .editor-content {
        margin-top: 10px;
    }
}
.title.text-center .editor-content {
    margin: 0 auto;
    margin-top: 20px;
}
.box-top .title {
    padding-right: 5%;
}
@media (max-width: 991px) {
    .box-top .title {
        width: 100%;
        padding-right: 0;
    }
}
.common-product-item .pic {
    overflow: hidden;

    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
}
.common-product-item .pic .img-box {
    padding-bottom: 112.65822785%;
}
.common-product-item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-product-item .title-product {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px) {
    .common-product-item .title-product {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .common-product-item .title-product {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .common-product-item .title-product {
        font-size: 18px;
    }
}
.common-product-item .editor-content {
    display: -webkit-box;
    overflow: hidden;

    height: 56px;
    margin-top: 10px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.common-product-item .common-more {
    margin-top: 20px;
}
@media (min-width: 1200px) {
    .common-product-item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .common-product-item:hover .title-product {
        color: #00735a;
    }
    .common-product-item:hover .common-more-small a {
        color: #fff;
        border-color: #00735a;
        background: none;
    }
    .common-product-item:hover .common-more-small a:before {
        width: 100%;
    }
}
.box-product .product .slick-product .slick-slide {
    padding-bottom: 2px;
}
@media (min-width: 1200px) {
    .box-about {
        overflow: visible;
    }
}
.box-about .title h2 {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 20px;
}
.box-about .number {
    position: relative;
    z-index: 8;

    padding-bottom: 50px;
}
.box-about .number-left {
    width: -webkit-calc(100% - 420px);
    width: calc(100% - 420px);
    margin-top: 30px;
    padding-right: 5%;
}
@media (max-width: 1400px) {
    .box-about .number-left {
        width: -webkit-calc(100% - 340px);
        width: calc(100% - 340px);
    }
}
@media (max-width: 1199px) {
    .box-about .number-left {
        padding-right: 3%;
    }
}
@media (max-width: 767px) {
    .box-about .number-left {
        width: 100%;
    }
}
.box-about .number-left ul li {
    margin-top: 20px;
}
.box-about .number-left .item {
    position: relative;

    max-width: 180px;
    height: 100%;
    padding-bottom: 30px;

    border-bottom: 1px solid #b9b9b9;
}
.box-about .number-left .item:after {
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 0;
    height: 10px;

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

    background-color: #00735a;
}
.box-about .number-left .item .title-number {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
.box-about .number-left .item b {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;

    display: block;

    margin-top: 10px;

    color: #00735a;
}
@media (max-width: 767px) {
    .box-about .number-left .item b {
        font-size: 40px;
    }
}
.box-about .number-left .item p {
    line-height: 24px;

    margin: 20px 0 0 0;
}
.box-about .number-left .item:hover:after {
    width: 100%;
}
.box-about .number-right {
    position: absolute;
    top: 0;
    right: 0;

    width: 420px;
    padding: 0 30px;

    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    background: -webkit-radial-gradient(0% 0%, 118.52% 141.42%, #004536 34.05%, #01795f 70.63%, #00ce93 100%);
    background: radial-gradient(118.52% 141.42% at 0% 0%, #004536 34.05%, #01795f 70.63%, #00ce93 100%);
}
@media (max-width: 1400px) {
    .box-about .number-right {
        width: 340px;
    }
}
@media (max-width: 767px) {
    .box-about .number-right {
        position: relative;

        padding: 0 15px;
    }
}
.box-about .number-right .item {
    padding: 40px 0;

    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
@media (max-width: 1199px) {
    .box-about .number-right .item {
        padding: 20px 0;
    }
}
.box-about .number-right .item b {
    font-size: 52px;
    font-weight: 500;
    line-height: 1;

    display: block;
}
@media (max-width: 1199px) {
    .box-about .number-right .item b {
        font-size: 42px;
    }
}
@media (max-width: 991px) {
    .box-about .number-right .item b {
        font-size: 36px;
    }
}
.box-about .number-right .item b i {
    font-size: 32px;
    font-style: normal;
}
@media (max-width: 1199px) {
    .box-about .number-right .item b i {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .box-about .number-right .item b i {
        font-size: 24px;
    }
}
.box-about .number-right .item .title-number {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.36363636;

    margin-top: 20px;
}
@media (max-width: 1199px) {
    .box-about .number-right .item .title-number {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .box-about .number-right .item .title-number {
        font-size: 18px;
    }
}
.box-about .number-right .item p {
    line-height: 22px;

    margin: 6px 0 0 0;

    color: #bbb;
}
.box-about .video {
    position: relative;
}
.box-about .video:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .8;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .85)), to(rgba(0, 0, 0, .14)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .14) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .14) 100%);
}
.box-about .video img {
    width: 100%;
}
@media (max-width: 767px) {
    .box-about .video img {
        width: 160%;
        margin-left: -30%;
    }
}
.box-about .video .play {
    line-height: 84px;

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

    width: 84px;
    height: 84px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
}
@media (max-width: 1199px) {
    .box-about .video .play {
        line-height: 70px;

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

        width: 50px;
        height: 50px;
    }
}
.box-about .video .play span {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    color: #00735a;
    border-radius: 50%;
    background-color: #fff;
}
.box-about .video .play .iconfont {
    font-size: 26px;
}
.box-about .video .play::before,
.box-about .video .play::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: play 3s linear infinite;
    animation: play 3s linear infinite;

    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
}
.box-about .video .play::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.box-about .video .play::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.box-about .title-video {
    position: absolute;
    z-index: 5;
    bottom: 8%;

    width: 100%;
    padding: 0 15px;

    text-align: center;
}
@media (max-width: 1560px) {
    .box-about .title-video {
        bottom: 5%;
    }
}
@media (max-width: 1199px) {
    .box-about .title-video {
        bottom: 20px;
    }
}
.box-about .title-video h3 {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.2;

    margin: 0;

    color: #fff;
}
@media (max-width: 1560px) {
    .box-about .title-video h3 {
        font-size: 70px;
    }
}
@media (max-width: 1400px) {
    .box-about .title-video h3 {
        font-size: 60px;
    }
}
@media (max-width: 1199px) {
    .box-about .title-video h3 {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .box-about .title-video h3 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .box-about .title-video h3 {
        font-size: 24px;
    }
}
.box-about .title-video h3 span {
    display: block;

    background: -webkit-gradient(linear, left top, left bottom, color-stop(37.93%, #fff), to(#009a78));
    background: -webkit-linear-gradient(top, #fff 37.93%, #009a78 100%);
    background: linear-gradient(180deg, #fff 37.93%, #009a78 100%);
    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}
@-webkit-keyframes play {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(3.5);
        transform: translate(-50%, -50%) scale(3.5);

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

        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(3.5);
        transform: translate(-50%, -50%) scale(3.5);

        opacity: 0;
    }
}
.box-advantage .title h2 {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 20px;
}
.box-advantage .advantage>ul>li {
    margin-top: 30px;
}
.box-advantage .advantage>ul>li:nth-child(2n) .item {
    flex-direction: column-reverse;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
}
@media (max-width: 767px) {
    .box-advantage .advantage>ul>li:nth-child(2n) .item {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}
.box-advantage .advantage .item {
    position: relative;

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

    height: 100%;
    min-height: 360px;
    padding: 30px;

    border-radius: 16px;
    background: #e7fff8;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .box-advantage .advantage .item {
        min-height: auto;
        padding: 20px 15px;
    }
}
.box-advantage .advantage .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-radial-gradient(0% 0%, 118.52% 141.42%, #004939 34.05%, #01795f 70.63%, #00ce93 100%);
    background: radial-gradient(118.52% 141.42% at 0% 0%, #004939 34.05%, #01795f 70.63%, #00ce93 100%);
}
.box-advantage .advantage .item .icon {
    font-size: 30px;
    line-height: 70px;

    position: relative;
    z-index: 5;

    width: 70px;
    height: 70px;

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

    color: #fff;
    border-radius: 16px;
    background-color: #00735a;
}
@media (max-width: 1199px) {
    .box-advantage .advantage .item .icon {
        font-size: 24px;
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.box-advantage .advantage .item .title-advantage {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36363636;

    position: relative;
    z-index: 5;

    color: #00735a;
}
@media (max-width: 1199px) {
    .box-advantage .advantage .item .title-advantage {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .box-advantage .advantage .item .title-advantage {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .box-advantage .advantage .item .title-advantage {
        margin-top: 20px;
    }
}
.box-advantage .advantage .item .public-note {
    position: relative;
    z-index: 5;

    margin-top: 10px;
}
.box-advantage .advantage .item .public-note p {
    font-size: 14px;
    line-height: 22px;

    margin: 0;

    color: #666;
}
@media (min-width: 1200px) {
    .box-advantage .advantage .item:hover:before {
        opacity: 1;
    }
    .box-advantage .advantage .item:hover .icon {
        color: #00735a;
        background-color: #fff;
    }
    .box-advantage .advantage .item:hover .title-advantage {
        color: #fff;
    }
    .box-advantage .advantage .item:hover .public-note p {
        color: #fff;
    }
}
.box-cases {
    background: #f7f7f7;
}
.box-cases .cases .item {
    position: relative;
}
.box-cases .cases .item .pic {
    position: relative;

    display: block;
    overflow: hidden;

    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
}
.box-cases .cases .item .pic:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), to(rgba(0, 0, 0, .8)));
    background-image: -webkit-linear-gradient(transparent 70%, rgba(0, 0, 0, .8));
    background-image: linear-gradient(transparent 70%, rgba(0, 0, 0, .8));
}
.box-cases .cases .item .pic .mask {
    line-height: 32px;

    position: absolute;
    z-index: 4;
    top: 24px;
    right: 24px;

    width: 32px;
    height: 32px;

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

    opacity: 0;
    color: #fff;
    border-radius: 6px;
    background-color: #00735a;
}
.box-cases .cases .item .pic .mask .iconfont {
    display: block;

    -webkit-transition: all .6s;
    transition: all .6s;
}
.box-cases .cases .item .pic .img-box {
    padding-bottom: 70.51282051%;
}
.box-cases .cases .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-cases .cases .item .title-project {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    position: absolute;
    z-index: 6;
    bottom: 20px;
    left: 0;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    padding: 0 30px;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .box-cases .cases .item .title-project {
        font-size: 18px;

        bottom: 10px;

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

        padding: 0 15px;
    }
}
@media (min-width: 1200px) {
    .box-cases .cases .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .box-cases .cases .item:hover .pic .mask {
        opacity: 1;
    }
    .box-cases .cases .item:hover .pic .mask .iconfont {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
.box-news .news .item .pic {
    position: relative;

    display: block;
    overflow: hidden;

    border-radius: 10px;
}
.box-news .news .item .pic .img-box {
    padding-bottom: 62.33766234%;
}
.box-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .news .item .pic .date {
    font-size: 14px;
    font-weight: 500;

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

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

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

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 10px;
    background: rgba(255, 255, 255, .13);

    -webkit-backdrop-filter: blur(7.07484579px);
    backdrop-filter: blur(7.07484579px);
}
.box-news .news .item .pic .date .iconfont {
    margin-right: 10px;
}
.box-news .news .item .title-news {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    max-width: 80%;
    max-height: 64px;
    margin-top: 14px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1560px) {
    .box-news .news .item .title-news {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .box-news .news .item .title-news {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .box-news .news .item .title-news {
        font-size: 18px;
        line-height: 24px;

        max-height: 48px;
    }
}
@media (max-width: 767px) {
    .box-news .news .item .title-news {
        max-width: 100%;
    }
}
.box-news .news .item .more {
    line-height: 58px;

    display: block;

    width: 58px;
    height: 58px;
    margin-top: 40px;

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

    opacity: 0;
    color: #fff;
    border-radius: 10px;
    background-color: #00735a;
}
@media (max-width: 1199px) {
    .box-news .news .item .more {
        line-height: 44px;

        width: 44px;
        height: 44px;
        margin-top: 20px;

        opacity: 1;
    }
}
.box-news .news .item .more .iconfont {
    display: block;

    -webkit-transition: all .6s;
    transition: all .6s;
}
@media (min-width: 1200px) {
    .box-news .news .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .box-news .news .item:hover .title-news {
        color: #00735a;
    }
    .box-news .news .item:hover .more {
        opacity: 1;
    }
    .box-news .news .item:hover .more .iconfont {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
.footer {
    line-height: 26px;

    overflow: hidden;

    padding-top: 140px;

    color: #fff;
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px) {
    .footer {
        padding-top: 100px;
    }
}
@media (max-width: 1400px) {
    .footer {
        padding-top: 80px;
    }
}
@media (max-width: 1199px) {
    .footer {
        padding-top: 60px;
    }
}
@media (max-width: 991px) {
    .footer {
        padding-top: 30px;
    }
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 80px;
    }
}
.footer .title-message h3 {
    font-size: 140px;
    font-weight: 600;
    line-height: 1;

    display: inline-block;

    background: -webkit-gradient(linear, left top, left bottom, color-stop(26.63%, #fff), color-stop(79.88%, #01b68f));
    background: -webkit-linear-gradient(top, #fff 26.63%, #01b68f 79.88%);
    background: linear-gradient(180deg, #fff 26.63%, #01b68f 79.88%);
    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 1560px) {
    .footer .title-message h3 {
        font-size: 120px;
    }
}
@media (max-width: 1400px) {
    .footer .title-message h3 {
        font-size: 100px;
    }
}
@media (max-width: 1199px) {
    .footer .title-message h3 {
        font-size: 80px;
    }
}
@media (max-width: 991px) {
    .footer .title-message h3 {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    .footer .title-message h3 {
        font-size: 50px;
    }
}
.footer .message {
    width: 480px;
}
@media (max-width: 991px) {
    .footer .message {
        width: 100%;
        margin-top: 10px;
    }
}
.footer .message h4 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.38888889;
}
@media (max-width: 1199px) {
    .footer .message h4 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .footer .message h4 {
        font-size: 24px;
    }
}
.footer .message .formwrap {
    position: relative;
}
.footer .message .formwrap .email {
    font-size: 24px;
    line-height: 56px;

    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;

    width: 54px;

    text-align: center;

    color: #222;
}
.footer .message form .formwrap {
    position: relative;

    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;
}
.footer .message form input {
    font-size: 15px;
    line-height: 56px;

    width: -webkit-calc(100% - 62px);
    width: calc(100% - 62px);
    height: 56px;
    padding: 0 20px 0 54px;

    border-radius: 5px;
}
.footer .message form input::-webkit-input-placeholder,
.footer .message form textarea::-webkit-input-placeholder {
    color: #222;
}
.footer .message form input:-o-placeholder,
.footer .message form textarea:-o-placeholder {
    color: #222;
}
.footer .message form input::-moz-placeholder,
.footer .message form textarea::-moz-placeholder {
    color: #222;
}
.footer .message form input:-ms-input-placeholder,
.footer .message form textarea:-ms-input-placeholder {
    color: #222;
}
.footer .message form input:focus::-webkit-input-placeholder,
.footer .message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .message form input:focus::-o-placeholder,
.footer .message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .message form input:focus::-moz-placeholder,
.footer .message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .message form input:focus::-ms-input-placeholder,
.footer .message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .message form .submit {
    font-size: 20px;

    width: 56px;
    height: 56px;

    text-align: center;

    color: #fff;
    background-color: #00735a;
}
.footer .message form .submit .iconfont {
    display: block;

    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.footer .message form .group {
    margin-top: 20px;
}
.footer .message form .group input {
    line-height: 46px;

    height: 46px;
    padding: 0 15px;
}
.footer .title-foot {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .footer .title-foot {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .footer .title-foot {
        margin-top: 10px;
    }
}
.footer .title-foot h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.15384615;
}
@media (max-width: 767px) {
    .footer .title-foot h3 {
        font-size: 20px;
    }
}
.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: 440px;
}
@media (max-width: 1560px) {
    .footer .foot-left {
        max-width: 400px;
    }
}
@media (max-width: 1400px) {
    .footer .foot-left {
        max-width: 340px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-left {
        width: 50%;
        max-width: 50%;
    }
}
@media (max-width: 767px) {
    .footer .foot-left {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot-left .foot-logo img {
    height: 100px;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
    .footer .foot-left .foot-logo img {
        height: 80px;
    }
}
@media (max-width: 991px) {
    .footer .foot-left .foot-logo img {
        height: 60px;
    }
}
.footer .foot-left .foot-logo h3 {
    font-size: 28px;

    margin-top: 20px;
}
.footer .foot-left .foot-logo p {
    font-size: 18px;
    line-height: 1.55555556;
}
@media (max-width: 11560px) {
    .footer .foot-left .foot-logo p {
        font-size: 16px;
    }
}
.footer .foot-left .common-share ul {
    margin: 0 -8px;
}
.footer .foot-left .common-share ul li {
    padding: 0 8px;
}
.footer .foot-txt {
    max-width: 350px;
}
@media (max-width: 1470px) {
    .footer .foot-txt {
        max-width: 300px;
    }
}
@media (max-width: 1400px) {
    .footer .foot-txt {
        max-width: 250px;
    }
}
@media (max-width: 991px) {
    .footer .foot-txt {
        max-width: 50%;
    }
}
@media (max-width: 767px) {
    .footer .foot-txt {
        max-width: 100%;
        margin-top: 20px;
    }
}
.footer .foot-txt .txt {
    padding: 30px 0;
}
@media (max-width: 1199px) {
    .footer .foot-txt .txt {
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    .footer .foot-txt .txt {
        padding: 10px 0 0 0;
    }
}
.footer .foot-txt .txt b {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;

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

    color: #c9c9c9;
}
.footer .foot-txt .txt p {
    font-size: 20px;
    line-height: 32px;

    margin: 0;
}
@media (max-width: 1560px) {
    .footer .foot-txt .txt p {
        font-size: 18px;
    }
}
.footer .foot-txt .txt a {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.footer .foot-txt .txt a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

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

    margin: 0 -35px;
    margin-top: 30px;
}
@media (max-width: 1720px) {
    .footer .foot-nav .foot-info {
        margin: 0 -20px;
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-nav .foot-info {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .footer .foot-nav .foot-info {
        margin-top: 10px;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.footer .foot-nav .foot-info>ul {
    max-width: 350px;
    padding: 0 35px;
}
@media (max-width: 1720px) {
    .footer .foot-nav .foot-info>ul {
        padding: 0 20px;
    }
}
@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: 15px;
    }
}
.footer .foot-nav .foot-info>ul>li>a {
    font-size: 20px;
    line-height: 26px;

    display: block;

    padding: 12px 0;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1560px) {
    .footer .foot-nav .foot-info>ul>li>a {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .footer .foot-nav .foot-info>ul>li>a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .footer .foot-nav .foot-info>ul>li>a {
        font-size: 14px;
        line-height: 20px;

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

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer .foot-nav .foot-info>ul>li>a:hover span {
    background-size: 100% 1px;
}
.footer .copyright {
    font-size: 12px;
    line-height: 22px;

    padding: 25px 0;

    border-top: 1px solid rgba(255, 255, 255, .3);
}
@media (max-width: 1400px) {
    .footer .copyright {
        padding: 20px 0;
    }
}
@media (max-width: 1199px) {
    .footer .copyright {
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .footer .copyright {
        padding: 10px 0;
    }
}
.footer .copyright p {
    margin: 0;
}
.footer .copyright a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer .copyright a:hover span {
    background-size: 100% 1px;
}
.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 .line {
    width: 1px;
    height: 8px;
    margin: 0 20px;

    background: #c9cee0;
}
.wrap {
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1560px) {
    .wrap {
        padding: 80px 0;
    }
}
@media (max-width: 1400px) {
    .wrap {
        padding: 70px 0;
    }
}
@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}
.pt-60 {
    padding-top: 60px;
}
@media (max-width: 1199px) {
    .pt-60 {
        padding-top: 50px;
    }
}
@media (max-width: 991px) {
    .pt-60 {
        padding-top: 40px;
    }
}
.wrap-left {
    width: 380px;
}
@media (max-width: 1400px) {
    .wrap-left {
        width: 330px;
    }
}
.wrap-right {
    width: -webkit-calc(100% - 380px);
    width: calc(100% - 380px);
    padding-left: 3%;
}
@media (max-width: 1400px) {
    .wrap-right {
        width: -webkit-calc(100% - 330px);
        width: calc(100% - 330px);
    }
}
@media (max-width: 1199px) {
    .wrap-right {
        width: 100%;
        padding-left: 15px;
    }
}
.wrap-location {
    padding: 10px 0;

    color: #fff;
    background: #00735a;
}
.wrap-location .location {
    line-height: 30px;

    position: relative;

    padding-left: 30px;
}
@media (max-width: 1199px) {
    .wrap-location .location {
        line-height: 24px;
    }
}
.wrap-location .location:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;

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

    content: '\e754';
}
.wrap-location .location>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

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

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

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

    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-location .location>ul>li>a:hover {
    text-decoration: underline;

    color: #005744;
}
.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: #00735a;
    background-color: #00735a;
}
.wrap-sidenav {
    position: relative;
}
@media (max-width: 1199px) {
    .wrap-sidenav {
        display: none;
    }
}
.wrap-sidenav .title-sidenav h3 {
    font-size: 40px;
    font-weight: 600;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    letter-spacing: -.8px;
}
@media (max-width: 1400px) {
    .wrap-sidenav .title-sidenav h3 {
        font-size: 34px;
    }
}
.wrap-sidenav .title-sidenav h3 span {
    color: #00735a;
}
.wrap-sidenav .sidenav {
    position: relative;
    z-index: 6;
}
.wrap-sidenav .sidenav .slevel-1>li {
    position: relative;

    overflow: hidden;

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

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

    padding: 15px 24px;

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

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

    -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;
}
@media (max-width: 1400px) {
    .wrap-sidenav .sidenav .slevel-1>li>a {
        font-size: 18px;

        padding: 8px 20px;
    }
}
.wrap-sidenav .sidenav .slevel-1>li>a:after {
    font-family: 'iconfont' !important;
    line-height: 30px;

    width: 30px;
    height: 30px;
    margin-left: 20px;

    content: '\e9b6';
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    opacity: 0;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
    color: #fff;
    background-color: #00735a;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:after,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    opacity: 1;
}
.wrap-sidenav .sidenav .slevel-1>li.active .slevel-2 {
    display: block;
}
.wrap-sidenav .sidenav .slevel-2 {
    display: none;

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

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

    -webkit-backdrop-filter: blur(9.60000038px);
    backdrop-filter: blur(9.60000038px);
}
@media (max-width: 1400px) {
    .wrap-sidenav .sidenav .slevel-2 {
        padding: 15px;
    }
}
.wrap-sidenav .sidenav .slevel-2>li>a {
    line-height: 24px;

    position: relative;

    display: block;

    padding: 6px 0 6px 20px;

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

    color: #666;
    border-radius: 10px;
}
.wrap-sidenav .sidenav .slevel-2>li>a:before {
    position: absolute;
    top: 14px;
    left: 5px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    opacity: 0;
    border-radius: 50%;
    background-color: #00735a;
}
.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: #00735a;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a:before,
.wrap-sidenav .sidenav .slevel-2>li:hover>a:before {
    opacity: 1;
}
.xs-product-nav {
    display: none;
    overflow: hidden;

    padding: 20px 0 0 0;
}
@media (max-width: 1199px) {
    .xs-product-nav {
        display: block;
    }
}
.xs-product-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -4px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xs-product-nav ul>li {
    display: inline-block;
    overflow: hidden;

    height: auto;
    padding: 4px;

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

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

    height: 100%;
    padding: 4px 10px;

    text-transform: capitalize;

    border: 1px solid #dcdcdc;
    border-radius: 5px;

    -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;
    }
}
.xs-product-nav ul>li.active>a {
    color: #fff;
    border-color: #00735a;
    background-color: #00735a;
}
.wrap-about .note {
    max-width: 1360px;
    margin: 0 auto;
    margin-top: 20px;
}
.wrap-about .number-left {
    width: 100%;
    padding-right: 0;
}
@media (max-width: 767px) {
    .wrap-about .number-left ul {
        margin: 0 -8px;
    }
}
@media (max-width: 767px) {
    .wrap-about .number-left ul li {
        width: 50%;
        padding: 0 8px;
    }
}
.wrap-factory .factory .slick-factory {
    margin: 0 -15px;
}
@media (max-width: 991px) {
    .wrap-factory .factory .slick-factory {
        margin: 0 -10px;
    }
}
.wrap-factory .factory .slick-slide>div>div {
    margin-top: 30px;
    padding: 0 15px;
}
@media (max-width: 991px) {
    .wrap-factory .factory .slick-slide>div>div {
        margin-top: 20px;
        padding: 0 10px;
    }
}
.wrap-factory .factory .item {
    position: relative;

    cursor: pointer;
}
.wrap-factory .factory .item .pic {
    position: relative;

    overflow: hidden;

    border-radius: 10px;
}
.wrap-factory .factory .item .pic .img-box {
    padding-bottom: 66.03773585%;
}
.wrap-factory .factory .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-factory .factory .item .title-factory {
    font-size: 24px;
    font-weight: 500;

    position: absolute;
    z-index: 6;
    bottom: 20px;

    width: 100%;
    padding: 0 30px;

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

    color: #fff;
}
@media (max-width: 1560px) {
    .wrap-factory .factory .item .title-factory {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-factory .factory .item .title-factory {
        font-size: 18px;

        bottom: 10px;

        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .wrap-factory .factory .item .title-factory {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .wrap-factory .factory .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-factory .factory .item:hover .title-factory {
        color: #00735a;
    }
}
.wrap-honor .honor {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-honor .honor {
        margin-top: 30px;
    }
}
.wrap-honor .honor .slick-honor {
    margin: 0 -20px;
}
@media (max-width: 1199px) {
    .wrap-honor .honor .slick-honor {
        margin: 0 -10px;
    }
}
.wrap-honor .honor .slick-honor .slick-slide {
    padding: 0 20px;
}
@media (max-width: 1199px) {
    .wrap-honor .honor .slick-honor .slick-slide {
        padding: 0 10px;
    }
}
.wrap-honor .honor .item {
    cursor: pointer;
}
.wrap-honor .honor .item .img-box {
    padding-bottom: 143.42105263%;
}
.wrap-honor .honor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-honor .honor .item .title-honor {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;

    margin-top: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1560px) {
    .wrap-honor .honor .item .title-honor {
        font-size: 20px;

        margin-top: 20px;
    }
}
@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;
    }
}
@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 .title-honor {
        color: #00735a;
    }
}
.wrap-contact .title h2 {
    color: #000;
}
@media (min-width: 1200px) {
    .wrap-contact .title h2 {
        font-size: 4.5vw;
    }
}
.wrap-contact .pic {
    overflow: hidden;

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

    border-radius: 10px;
}
@media (max-width: 991px) {
    .wrap-contact .pic {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-contact .message {
    width: 60%;
    margin-top: 60px;
    padding-left: 5%;
}
@media (max-width: 991px) {
    .wrap-contact .message {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-contact .message .title-message {
    padding-bottom: 48px;

    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1199px) {
    .wrap-contact .message .title-message {
        padding-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .message .title-message {
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .message .title-message {
        padding-bottom: 10px;
    }
}
.wrap-contact .message .title-message h3 {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.10714286;
}
@media (max-width: 1560px) {
    .wrap-contact .message .title-message h3 {
        font-size: 46px;
    }
}
@media (max-width: 1470px) {
    .wrap-contact .message .title-message h3 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .message .title-message h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .message .title-message h3 {
        font-size: 24px;

        letter-spacing: 0;
    }
}
.wrap-contact .message .formbox {
    margin-top: 48px;
}
@media (max-width: 991px) {
    .wrap-contact .message .formbox {
        margin-top: 30px;
    }
}
.wrap-contact .message .formbox h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33333333;

    letter-spacing: -.24px;
}
@media (max-width: 1199px) {
    .wrap-contact .message .formbox h4 {
        font-size: 20px;

        letter-spacing: 0;
    }
}
.wrap-product .product-content {
    margin-top: 60px;
    padding-top: 60px;

    border-top: 1px solid #ccc;
}
@media (max-width: 1199px) {
    .wrap-product .product-content {
        margin-top: 30px;
        padding-top: 30px;
    }
}
.wrap-product .product>ul {
    margin-top: -50px;
}
@media (max-width: 1560px) {
    .wrap-product .product>ul {
        margin-top: -30px;
    }
}
.wrap-product .product>ul>li {
    margin-top: 50px;
}
@media (max-width: 1560px) {
    .wrap-product .product>ul>li {
        margin-top: 30px;
    }
}
#productcontent {
    position: relative;
    top: -120px;
}
@media (max-width: 1199px) {
    #productcontent {
        top: 0;
    }
}
.wrap-product-show .product-show {
    padding-bottom: 80px;
}
@media (max-width: 1560px) {
    .wrap-product-show .product-show {
        padding-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .product-show {
        padding-bottom: 40px;
    }
}
.wrap-product-show .carousel-wrap .carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    padding-right: 1px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.wrap-product-show .carousel-wrap .item-video {
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel-wrap .item {
    overflow: hidden;

    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
}
.wrap-product-show .carousel-wrap .item .img-box {
    padding-bottom: 112.65822785%;
}
.wrap-product-show .carousel-wrap .slider-for {
    font-size: 0;

    position: relative;

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

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

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

    width: -webkit-calc(20.5% - 18px);
    width: calc(20.5% - 18px);
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-product-show .slider-nav .slick-list {
    margin: -9px 0;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-list {
        margin: 0 -4px;
    }
}
.wrap-product-show .slider-nav .slick-slide {
    padding: 9px 0;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-slide {
        padding: 0 4px;
    }
}
.wrap-product-show .slider-nav .item {
    position: relative;

    cursor: pointer;

    border-radius: 10px;
}
.wrap-product-show .slider-nav .item-video {
    position: relative;

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

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

    display: block;

    width: 40px;
    height: 40px;

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

    color: #00735a;
    border-radius: 50%;
    background-color: #f6f7f8;
}
.wrap-product-show .slider-nav .slick-current .item {
    border: 1px solid #00735a;
}
.wrap-product-show .info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    min-height: 100%;
    padding: 40px 0 40px 5%;

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

    margin: 0;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 40px;
    }
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 36px;
    }
}
@media (max-width: 1400px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .text {
    margin-top: 30px;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box .text {
        margin-top: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .text {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .text h3 {
    font-size: 22px;
    line-height: 1.66666667;

    color: #00735a;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .text h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .info-box .text h3 {
        font-size: 18px;
    }
}
.wrap-product-show .info-box .text ul li {
    margin-top: 10px;
}
.wrap-product-show .info-box .link-share {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link-share {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .share {
        width: 100%;
        margin-top: 10px;
    }
}
.wrap-product-show .info-box .share p {
    font-size: 15px;

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

    margin-right: 40px;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box .link {
        margin-right: 20px;
    }
}
.wrap-product-show .info-box .link a {
    font-weight: 500;
    line-height: 24px;

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

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

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

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-product-show .info-box .link a .iconfont {
    display: block;

    margin-left: 10px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-product-show .info-box .link a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#00735a), to(#00735a));
    background: -webkit-linear-gradient(top, #00735a 0%, #00735a 100%);
    background: linear-gradient(180deg, #00735a 0%, #00735a 100%);
}
.wrap-product-show .info-box .link a:hover .iconfont {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.wrap-product-show .stickybox {
    padding: 60px 0;
}
.wrap-product-show .wrap-show-menu {
    z-index: 8;
}
.wrap-product-show .sidenav-deputy {
    z-index: 9;

    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
}
.wrap-product-show .sidenav-deputy ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;

    margin: 0 -60px;

    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .wrap-product-show .sidenav-deputy ul {
        margin: 0 -30px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .sidenav-deputy ul {
        margin: 0 -20px;
    }
}
.wrap-product-show .sidenav-deputy ul::-webkit-scrollbar {
    position: absolute;
    left: 0;

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

    position: relative;

    display: block;

    padding: 15px 60px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: -.36px;
}
@media (max-width: 1560px) {
    .wrap-product-show .sidenav-deputy ul li a {
        padding: 15px 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .sidenav-deputy ul li a {
        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .sidenav-deputy ul li a {
        font-size: 16px;
    }
}
.wrap-product-show .sidenav-deputy ul li.active a {
    color: #00735a;
}
.wrap-product-show .title-product-show h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25;

    color: #00735a;
}
@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: 26px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 24px;
    }
}
.wrap-product-show .title-product-show p {
    max-width: 80%;

    color: #666;
}
.wrap-product-show .parameter .editor-content {
    margin-top: 20px;
}
.wrap-product-show .parameter .editor-content h3 {
    font-size: 20px;
    font-weight: 500;
    font-weight: normal;
    line-height: 1.8;

    color: #00735a;
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter .editor-content h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .editor-content h3 {
        font-size: 16px;
    }
}
.wrap-product-show .parameter .editor-content p {
    color: #666;
}
.wrap-product-show .inquiry .formbox form .group input,
.wrap-product-show .inquiry .formbox form .group textarea {
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}
.wrap-product-show .inquiry .formbox form .group input::-webkit-input-placeholder,
.wrap-product-show .inquiry .formbox form .group textarea::-webkit-input-placeholder {
    color: #6f6f6f;
}
.wrap-product-show .inquiry .formbox form .group input:-o-placeholder,
.wrap-product-show .inquiry .formbox form .group textarea:-o-placeholder {
    color: #6f6f6f;
}
.wrap-product-show .inquiry .formbox form .group input::-moz-placeholder,
.wrap-product-show .inquiry .formbox form .group textarea::-moz-placeholder {
    color: #6f6f6f;
}
.wrap-product-show .inquiry .formbox form .group input:-ms-input-placeholder,
.wrap-product-show .inquiry .formbox form .group textarea:-ms-input-placeholder {
    color: #6f6f6f;
}
.wrap-product-show .inquiry .formbox form .group input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .formbox form .group textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .formbox form .group input:focus::-o-placeholder,
.wrap-product-show .inquiry .formbox form .group textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .formbox form .group input:focus::-moz-placeholder,
.wrap-product-show .inquiry .formbox form .group textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .formbox form .group input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .formbox form .group textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .formbox form .submit-group {
    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;
}
.wrap-product-show .inquiry .formbox form .submit-group .submit {
    width: auto;
    padding: 0 30px;

    background: #00735a;
}
.wrap-product-show .relate-product .slick-related {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .slick-related {
        margin-top: 20px;
    }
}
.wrap-product-show .relate-product .common-product-item .text {
    display: block;

    margin-top: 10px;
    padding-bottom: 0;
}
.wrap-product-show .relate-product .common-product-item .text .more {
    margin-top: 10px;
}
.wrap-news .news .common-news-item {
    width: 100%;
    padding: 40px 0;

    border-bottom: 1px solid #d5d5d5;
}
@media (max-width: 767px) {
    .wrap-news .news .common-news-item {
        padding: 20px 0;
    }
}
.wrap-news .news .common-news-item .pic {
    overflow: hidden;

    width: 600px;
}
@media (max-width: 1560px) {
    .wrap-news .news .common-news-item .pic {
        width: 500px;
    }
}
@media (max-width: 1199px) {
    .wrap-news .news .common-news-item .pic {
        width: 45%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .common-news-item .pic {
        width: 100%;
    }
}
.wrap-news .news .common-news-item .pic .img-box {
    padding-bottom: 62.33766234%;

    opacity: 1;
}
.wrap-news .news .common-news-item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .common-news-item .text {
    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px);
    padding-left: 3%;
}
@media (max-width: 1560px) {
    .wrap-news .news .common-news-item .text {
        width: -webkit-calc(100% - 500px);
        width: calc(100% - 500px);
    }
}
@media (max-width: 1199px) {
    .wrap-news .news .common-news-item .text {
        width: 55%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .common-news-item .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-news .news .common-news-item .date {
    line-height: 24px;

    color: #00735a;
}
.wrap-news .news .common-news-item .title-news {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1560px) {
    .wrap-news .news .common-news-item .title-news {
        font-size: 22px;

        margin-top: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-news .news .common-news-item .title-news {
        font-size: 20px;
        line-height: 24px;

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

    background-image: -webkit-gradient(linear, left top, right top, from(#00735a), to(#00735a));
    background-image: -webkit-linear-gradient(left, #00735a 0%, #00735a 100%);
    background-image: linear-gradient(to right, #00735a 0%, #00735a 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-news .news .common-news-item .note {
    font-size: 18px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px) {
    .wrap-news .news .common-news-item .note {
        margin-top: 10px;
    }
}
.wrap-news .news .common-news-item .note p {
    color: #646464;
}
.wrap-news .news .common-news-item .common-more-small {
    margin-top: 40px;
}
@media (max-width: 1470px) {
    .wrap-news .news .common-news-item .common-more-small {
        margin-top: 20px;
    }
}
.wrap-news .news .common-news-item .common-more-small a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.wrap-news .news .common-news-item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news .common-news-item:hover .title-news {
    color: #00735a;
}
.wrap-news .news .common-news-item:hover .title-news span {
    background-size: 100% 1px;
}
.wrap-news .news .common-news-item:hover .common-more-small a {
    color: #fff;
    border-color: #00735a;
    background: none;
}
.wrap-news .news .common-news-item:hover .common-more-small a:before {
    width: 100%;
}
.wrap-details .title-details {
    padding-bottom: 30px;

    border-bottom: 1px solid #eee;
}
.wrap-details .title-details h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;

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

    color: #005744;
}
@media (max-width: 991px) {
    .wrap-details .title-details .date {
        font-size: 14px;
    }
}
.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 .details .text p {
    line-height: 28px;
}
.wrap-details .share {
    margin-top: 80px;
}
@media (max-width: 1560px) {
    .wrap-details .share {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .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 {
    margin-top: 20px;
}
.wrap-details .relate-details a {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;

    position: relative;

    display: inline-block;

    margin-top: 16px;
    padding-left: 76px;
}
@media (max-width: 1199px) {
    .wrap-details .relate-details a {
        font-size: 16px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .wrap-details .relate-details a {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-details .relate-details a:before {
    font-family: 'iconfont' !important;
    font-size: 14px;
    line-height: 32px;

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

    display: block;

    width: 52px;
    height: 32px;

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

    border: 1px solid #d4d8dd;
    border-radius: 99px;
    background: #f6f7f8;
}
@media (max-width: 1199px) {
    .wrap-details .relate-details a:before {
        line-height: 28px;

        height: 28px;
    }
}
.wrap-details .relate-details a.prev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap-details .relate-details a:hover:before {
    color: #fff;
    background-color: #00735a;
}
.wrap-cases .cases {
    margin-top: 60px;

    border-top: 1px solid #ccc;
}
@media (max-width: 1199px) {
    .wrap-cases .cases {
        margin-top: 30px;
    }
}
.wrap-cases .cases>ul>li {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .wrap-cases .cases>ul>li {
        margin-top: 30px;
    }
}
.wrap-cases .cases .common-product-item .pic .img-box {
    padding-bottom: 70.51282051%;
}
.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: #00735a;
    background-color: #00735a;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

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

    color: #00735a;
}
.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: #00735a;
}
.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: #00735a;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
    color: #00735a;
}
.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, 115, 90, .5);
    border-radius: 5px;
    background-color: rgba(0, 115, 90, .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 {
    display: inline-block;
}
.pagination a,
.pagination span:not(.ellipsis) {
    font-size: 14px;
    line-height: 38px;

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

    width: 38px;
    height: 38px;
    margin: 0 4px;

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

    color: #00735a;
    border-radius: 50%;
    background: none;
    background-color: #f2f2f2;

    -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:not(.ellipsis) {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .pagination a:hover,
    .pagination span:not(.ellipsis):hover {
        color: #00735a;
    }
}
@media (max-width: 1199.98px) {
    .pagination a,
    .pagination span:not(.ellipsis) {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
    .pagination a:active,
    .pagination span:not(.ellipsis):active {
        color: #00735a;
    }
}
@media (max-width: 767.98px) {
    .pagination a,
    .pagination span:not(.ellipsis) {
        font-size: 14px;

        margin: 0 3px;
    }
}
.pagination span.current {
    color: #00735a;
}
.pagination span.current.prev,
.pagination span.current.next {
    display: none;
}
.pagination .next:hover,
.pagination .prev:hover {
    color: #fff;
    background-color: #00735a;
}
.pagination .prev {
    font-size: 18px;
    font-weight: bold;
}
.pagination .prev:before {
    font-family: 'iconfont' !important;

    content: '\e9b5';
}
.pagination .next {
    font-size: 18px;
    font-weight: bold;
}
.pagination .next:before {
    font-family: 'iconfont' !important;

    content: '\e72f';
}
.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, 115, 90, .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;

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

    margin: 0;
    padding: 0;

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

    margin: 0;
    padding: 0;

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

    display: inline-block;

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

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

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

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

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

    content: '\e656';

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

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

    content: '\e656';

    color: #00735a;
}
.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: #00735a;
    background-color: #00735a;
}
.wrap-inquiryinfo .inquiry-info .add1 {
    margin-top: -1px;
    margin-left: 2px;
}
.wrap-inquiryinfo .inquiry-info .pic {
    overflow: hidden;

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

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

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

    cursor: pointer;
    text-align: center;

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

    content: '\e632';

    color: #787878;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .iclose::after {
        font-size: 16px;
    }
}
.wrap-inquiryinfo .iclose:hover::after {
    color: #00735a;
}
.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;
    }
}
.wrap-inquiry .formbox form .group input,
.wrap-inquiry .formbox form .group textarea {
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}
.wrap-inquiry .formbox form .group input::-webkit-input-placeholder,
.wrap-inquiry .formbox form .group textarea::-webkit-input-placeholder {
    color: #6f6f6f;
}
.wrap-inquiry .formbox form .group input:-o-placeholder,
.wrap-inquiry .formbox form .group textarea:-o-placeholder {
    color: #6f6f6f;
}
.wrap-inquiry .formbox form .group input::-moz-placeholder,
.wrap-inquiry .formbox form .group textarea::-moz-placeholder {
    color: #6f6f6f;
}
.wrap-inquiry .formbox form .group input:-ms-input-placeholder,
.wrap-inquiry .formbox form .group textarea:-ms-input-placeholder {
    color: #6f6f6f;
}
.wrap-inquiry .formbox form .group input:focus::-webkit-input-placeholder,
.wrap-inquiry .formbox form .group textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .formbox form .group input:focus::-o-placeholder,
.wrap-inquiry .formbox form .group textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .formbox form .group input:focus::-moz-placeholder,
.wrap-inquiry .formbox form .group textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .formbox form .group input:focus::-ms-input-placeholder,
.wrap-inquiry .formbox form .group textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .formbox form .submit-group {
    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;
}
.wrap-inquiry .formbox form .submit-group .submit {
    width: auto;
    padding: 0 30px;

    background: #00735a;
}
.editor-content p {
    font-size: 18px;
    line-height: 28px;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px) {
    .editor-content p {
        font-size: 16px;
        line-height: 26px;
    }
}
.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.lh24 p {
    line-height: 24px;
}
.editor-content.lh30 p {
    line-height: 30px;
}
@media (max-width: 767px) {
    .editor-content.lh30 p {
        line-height: 24px;
    }
}
.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;

    background: #fff;
}
.editor-content .table-box table p {
    font-size: 16px;
}
.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th {
    width: auto !important;
    height: auto !important;
}
.editor-content .table-box table td,
.editor-content .table-box table th {
    font-weight: normal;

    padding: 15px 20px !important;

    border: 1px solid #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 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 -10px !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 10px;
}

.footer .erweima {
    display: flex;
    margin-top: 30px;
}
.footer .erweima img {
    width: 120px;
    margin-right: 10px;
}
.banner .item {
    position: relative;
}
.banner .item .banner-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 6;
    transition: all 1s;
    transition-delay: 1s;
}
.banner .swiper-slide-active .item .banner-mask {
    transform: scale(2);
    opacity: 0;
}

.fixed-message {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: #fff;
    width: 400px;
    border-radius: 10px 10px 0 0;
    overflow-y: hidden;
}
.fixed-message .title-fixed-message {
    background: #00735a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-shadow: 0 0 10px fade(#000000, 10%);
}
.fixed-message .title-fixed-message h3 {
    font-size: 24px;
    margin: 0;
    line-height: 30px;
}
.fixed-message .title-fixed-message .btn-show-hide {
    font-size: 24px;
    line-height: 30px;
    transition: all .4s;
}
.fixed-message .message {
    padding: 0 20px 20px 20px;
    display: none;
}

.fixed-message .message .group {
    padding-right: 20px;
    position: relative;
}
.fixed-message .message .group span {
    color: red;
    position: absolute;
    right: 0;
    top: 16px;
}
.fixed-message .message form input,
.fixed-message .message form textarea {
    background-color: #f5f5f5;
    line-height: 24px;
}
.fixed-message.current .title-fixed-message .btn-show-hide {
    transform: rotate(180deg);
}
@media (max-width: 767px) {
    .fixed-message {
        width: 280px;
    }
    .fixed-message .title-fixed-message h3 {
        font-size: 20px;
        margin: 0;
        line-height: 30px;
    }
}