:root {
    --pad: -webkit-calc(50vw - 825px);
    --pad: calc(50vw - 825px);
    --main-color: #5a9b47;
    --hover-color: #253d2f;
    --c6: #666;
    --cf: #fff;
}
@media (max-width: 1720px) {
    :root {
        --pad: -webkit-calc(50vw - 705px);
        --pad: calc(50vw - 705px);
    }
}
@media (max-width: 1470px) {
    :root {
        --pad: -webkit-calc(50vw - 660px);
        --pad: calc(50vw - 660px);
    }
}
@media (max-width: 1400px) {
    :root {
        --pad: -webkit-calc(50vw - 570px);
        --pad: calc(50vw - 570px);
    }
}
@media (max-width: 1199px) {
    :root {
        --pad: 6vw;
    }
}
@media (max-width: 991px) {
    :root {
        --pad: 7.5vw;
    }
}
@media (max-width: 767px) {
    :root {
        --pad: 15px;
    }
}
@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);

        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;

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

        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;

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

        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;

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

        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;
    }
}
.ff,
.banner .mobile-video:before {
    font-family: 'iconfont' !important;
}
.iconfont {
    font-size: inherit;
}
@font-face {
    font-family: 'Oswald';
    font-weight: normal;
    font-style: normal;

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

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

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

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

    src:
        local('Manrope Regular'),
        local('Manrope-Regular'),
        url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff'),
        url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-display: swap;
}
body {
    font-family:
        'Manrope', 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;
}
.fs-20 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}
@media (max-width: 1199px) {
    .fs-20 {
        font-size: 18px;
    }
}
.fs-28 {
    font-family: 'Oswald', Arial;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.28571429;
}
@media (max-width: 1560px) {
    .fs-28 {
        font-size: 26px;
    }
}
@media (max-width: 1400px) {
    .fs-28 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .fs-28 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .fs-28 {
        font-size: 20px;
    }
}
.fs-28 span {
    color: #5a9b47;
}
.fs-28_line span {
    text-decoration: underline;
}
.fs-36 {
    font-family: 'Oswald', Arial;
    font-size: 36px;
    line-height: 1.44444444;
}
@media (max-width: 1560px) {
    .fs-36 {
        font-size: 32px;
    }
}
@media (max-width: 1400px) {
    .fs-36 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .fs-36 {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .fs-36 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .fs-36 {
        font-size: 22px;
    }
}
.fs-36_line {
    width: 200px;
    height: 4px;
    margin-top: 10px;

    background-color: #5a9b47;
}
@media (max-width: 1560px) {
    .fs-36_line {
        width: 180px;
    }
}
@media (max-width: 1199px) {
    .fs-36_line {
        width: 160px;
    }
}
@media (max-width: 991px) {
    .fs-36_line {
        width: 140px;
    }
}
@media (max-width: 767px) {
    .fs-36_line {
        width: 120px;
        height: 3px;
    }
}
.img-box {
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img,
.img-box iframe {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

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

    overflow: hidden;

    width: 0;
    height: 0;
}
.fszero h1 {
    margin: 0;
}
.wrap-map .map-content {
    display: none;
}
[lang='zh-CN'] .share-cn {
    display: block;
}
[lang='zh-CN'] .share-other {
    display: none;
}
[lang='zh-CN'] .wrap-map .map-content {
    display: block;
}
[lang='zh-CN'] .wrap-map .map {
    display: none;
}
[lang='zh-CN'] .box-follow {
    display: none;
}
.a2a_kit {
    display: inline-block;

    vertical-align: middle;
}
@-ms-viewport {
    width: auto !important;
}
li,
ol,
ul {
    margin: 0;
    padding: 0;

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

    color: inherit;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}
button,
input,
textarea {
    border: none;
    outline: none;
}
a[data-fancybox] {
    outline: none;
}
a[data-fancybox] img {
    outline: none !important;
}
.slick-slide {
    outline: none;
}
.slick-slide a {
    outline: none !important;
}
@media (min-width: 1200px) {
    .wow {
        visibility: hidden;
    }
}
img[data-lazy] {
    background: url(../images/ajax-loader.gif) no-repeat center;
}
img.lazy {
    min-width: 1px;
    min-height: 1px;

    background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.loaded {
    background-size: cover;
}
figure {
    margin: 0;
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img {
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translateZ(1px);
    transform: translate3d(0, 0, 1px);

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

    opacity: 0.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 (max-width: 767px) {
    .col-6:nth-child(2n + 1) {
        padding-right: 7.5px;
    }
    .col-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
.fancybox__viewport {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.fancybox__slide {
    width: 100%;
    max-width: 80%;
    height: 100%;
    max-height: 80%;
}
.has-html5video .f-html,
.has-youtube .f-html,
.has-vimeo .f-html {
    max-width: 100%;
    max-height: 100%;
}
.swiper-lazy {
    background: url(../images/ajax-loader.gif) no-repeat center;
}
.scrollbar::-webkit-scrollbar {
    position: absolute;
    z-index: 2;
    left: 0;

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

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

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

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

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

    color: var(--cf);
    border-radius: 50%;
    background: none;
    background-color: #5a9b47;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .slick-arrow {
        line-height: 30px;

        left: -30px;

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

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

    display: block;

    content: '\e9b6';
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
@media (max-width: 1199px) {
    .slick-arrow:before {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .slick-arrow:before {
        font-size: 16px;
    }
}
.slick-arrow.slick-next {
    right: -4%;
    left: auto;
}
@media (max-width: 991px) {
    .slick-arrow.slick-next {
        right: -30px;
    }
}
@media (max-width: 767px) {
    .slick-arrow.slick-next {
        right: 50%;

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

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

    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
}
@media (max-width: 767px) {
    .arrow-top-right {
        padding-bottom: 50px;
    }
}
.arrow-top-right .slick-arrow {
    position: absolute;
    top: -70px;
    right: 54px;
    left: auto;

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

    color: #5a9b47;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .arrow-top-right .slick-arrow {
        top: -80px;
    }
}
@media (max-width: 991px) {
    .arrow-top-right .slick-arrow {
        right: 44px;
    }
}
@media (max-width: 767px) {
    .arrow-top-right .slick-arrow {
        top: auto;
        bottom: 0;
        left: 50%;

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

        -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
        transform: translateX(120%);
    }
}
.arrow-top-right .slick-arrow:hover {
    color: #fff;
    background-color: #5a9b47;
}
.prev-next {
    font-size: 0;
}
.prev-next .slick-arrow {
    position: relative;
    top: auto;
    right: 0;
    left: 0;

    display: inline-block;

    margin: 0 20px;

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

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

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

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 7px;

    -webkit-transition: all 0.4s;
    transition: all 0.4s;

    border-radius: 50%;
    background-color: #d9d9d9;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #5a9b47;
}
.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, 0.2) !important;
}
.mt-30 {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .mt-30 {
        margin-top: 20px;
    }
}
.mt-40 {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .mt-40 {
        margin-top: 20px;
    }
}
.mt-50 {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .mt-50 {
        margin-top: 30px;
    }
}
.mt-60 {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .mt-60 {
        margin-top: 30px;
    }
}
.mt-80 {
    margin-top: 80px;
}
@media (max-width: 1560px) {
    .mt-80 {
        margin-top: 60px;
    }
}
@media (max-width: 1400px) {
    .mt-80 {
        margin-top: 50px;
    }
}
@media (max-width: 1199px) {
    .mt-80 {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .mt-80 {
        margin-top: 30px;
    }
}
.common-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-share span {
    font-family: 'Oswald';
    font-weight: normal;

    margin-right: 4px;

    color: #5a9b47;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.common-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -5px;

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

    padding: 0 5px;

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

    display: block;

    width: 30px;
    height: 30px;

    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;

    color: #666;
}
.common-share ul li a:hover {
    color: #5a9b47;
}
.common-share ul li .iconfont {
    font-size: 20px;
}
@media (max-width: 1400px) {
    .common-share ul li .iconfont {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .common-share ul li .iconfont {
        font-size: 16px;
    }
}
.formbox {
    margin-top: 20px;
}
.formbox form {
    /* label */
    /* input & textarea */
    /* 初始状态（有 placeholder） */
    /* 聚焦 或 有内容 */
    /* group-read 状态 */
}
.formbox form ul {
    margin: 0 -10px;
}
.formbox form ul li {
    padding: 0 10px;
}
.formbox form .group {
    position: relative;

    margin-top: 20px;
}
.formbox form .group label {
    font-size: 16px;
    line-height: 50px;

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

    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.32px;
    pointer-events: none;

    color: var(--c6);
}
@media (max-width: 1400px) {
    .formbox form .group label {
        left: 20px;
    }
}
@media (max-width: 767px) {
    .formbox form .group label {
        font-size: 14px;
        line-height: 40px;

        left: 10px;
    }
}
.formbox form .group input,
.formbox form .group textarea {
    font-size: 16px;
    line-height: 30px;

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

    resize: vertical;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;

    outline: none;
    background: #f5f5f5;
}
@media (max-width: 1400px) {
    .formbox form .group input,
    .formbox form .group textarea {
        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .formbox form .group input,
    .formbox form .group textarea {
        font-size: 14px;
        line-height: 20px;

        padding: 10px;
    }
}
.formbox form .group input:placeholder-shown + label,
.formbox form .group textarea:placeholder-shown + label {
    top: 0;
}
.formbox form .group input:focus + label,
.formbox form .group textarea:focus + label,
.formbox form .group input:not(:placeholder-shown) + label,
.formbox form .group textarea:not(:placeholder-shown) + label {
    top: -32px;
    left: 20px;

    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);

    opacity: 0.8;
}
@media (max-width: 1400px) {
    .formbox form .group input:focus + label,
    .formbox form .group textarea:focus + label,
    .formbox form .group input:not(:placeholder-shown) + label,
    .formbox form .group textarea:not(:placeholder-shown) + label {
        left: 20px;
    }
}
@media (max-width: 767px) {
    .formbox form .group input:focus + label,
    .formbox form .group textarea:focus + label,
    .formbox form .group input:not(:placeholder-shown) + label,
    .formbox form .group textarea:not(:placeholder-shown) + label {
        top: -25px;
        left: 10px;
    }
}
.formbox form .group-read input {
    color: #fff;
    border-color: #5a9b47 !important;
    background: #5a9b47 !important;
}
.formbox form .spam_code_img {
    margin-left: 10px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wrap-reviews .title-product-show .write-review {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wrap-reviews .title-product-show .write-review a {
    font-size: 18px;
    line-height: 30px;

    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
@media (max-width: 1199px) {
    .wrap-reviews .title-product-show .write-review a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-reviews .title-product-show .write-review a {
        font-size: 14px;
    }
}
.wrap-reviews .title-product-show .write-review a:hover {
    text-decoration: underline;

    color: #5a9b47;
}
.wrap-reviews .feedback {
    display: none;

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

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

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

    display: block;

    white-space: nowrap;

    color: var(--c6);
}
.wrap-reviews .feedback .item input,
.wrap-reviews .feedback .item textarea {
    line-height: 30px;

    width: 100%;
    padding: 10px;

    resize: vertical;

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

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

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

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

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

    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;

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

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

    content: '\e76b';
}
.wrap-reviews .feedback .rating > input:not(:checked) ~ label:hover,
.wrap-reviews .feedback .rating > input:not(:checked) ~ label:hover ~ label {
    color: #5a9b47;
}
.wrap-reviews .feedback .rating > input:not(:checked) ~ label:hover:before,
.wrap-reviews
    .feedback
    .rating
    > input:not(:checked)
    ~ label:hover
    ~ label:before {
    font-family: 'iconfont' !important;

    content: '\e76b';
}
.wrap-reviews .feedback .submit-group {
    margin-top: 30px;
}
.wrap-reviews .feedback .submit-group .submit {
    height: 40px;
    padding: 0 40px;

    color: #222;
    border: 1px solid #222;
    border-radius: 0;
    background: none;
}
.wrap-reviews .feedback .submit-group .submit:hover {
    color: #fff;
    background: #222;
}
.wrap-reviews .review-list {
    overflow: hidden;

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

    border-bottom: 1px solid #f5f5f5;
}
@media (max-width: 991px) {
    .wrap-reviews .review-list .item {
        padding: 10px 0;
    }
}
.wrap-reviews .review-list .item h3 {
    font-size: 26px;
    line-height: 1.15384615;

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

    margin-left: 10px;

    color: var(--c6);
}
.wrap-reviews .review-list .item .title-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 8px;

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

    margin: 0;

    color: var(--c6);
}
@media (max-width: 767px) {
    .wrap-reviews .review-list .item p {
        font-size: 14px;
    }
}
.wrap-reviews .review-list .item .starbox {
    color: #5a9b47;
}
.wrap-reviews .review-list .item .starbox span {
    font-size: 14px;

    display: inline-block;

    margin-right: 10px;

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

    display: inline-block;

    vertical-align: middle;
}
.wrap-reviews .review-list .item .editor-content {
    margin-top: 20px;
}
.wrap-reviews .review-list .item .editor-content p {
    line-height: 1.875;
}
.review-box {
    padding: 10px 0;

    border-bottom: 1px solid #f5f5f5;
}
.review-box p {
    font-size: 16px;

    margin: 0 0 0 20px;

    color: var(--c6);
}
@media (max-width: 1199px) {
    .review-box p {
        font-size: 16px;

        margin: 0 0 0 10px;
    }
}
.review-box .ratingbox {
    line-height: 50px;

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

    padding: 0;

    border: none;
    border-radius: 0;
    border-radius: 3px;
    background: transparent;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .review-box .ratingbox {
        line-height: 40px;
    }
}
.review-box .ratingbox .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;

    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 0;

    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.review-box .ratingbox .rating input {
    display: none !important;
}
.review-box .ratingbox .rating input:checked ~ label svg {
    fill: #f85e03;
}
.review-box .ratingbox .rating label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-right: 5px;

    cursor: pointer;

    color: #f85e03;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.review-box .ratingbox .rating label::before {
    display: none !important;
}
.review-box .ratingbox .rating label svg {
    width: 24px;
    height: 24px;

    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);

    fill: none;
    stroke: #f85e03;
    stroke-width: 2px;
}
.review-box .ratingbox .rating label:hover svg,
.review-box .ratingbox .rating label:hover ~ label svg {
    fill: #f85e03;
}
.header {
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;

    -webkit-transition: all 0.4s;
    transition: all 0.4s;

    background-color: #fff;
}
@media (max-width: 1199px) {
    .header {
        position: -webkit-sticky;
        position: sticky;

        background-color: var(--cf);
    }
}
.header .header-top {
    color: #d5d9d4;
    background: var(--hover-color);
}
.header .nav-other > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header .nav-other > ul > li > a {
    line-height: 50px;

    display: block;

    padding: 0 20px;

    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
@media (max-width: 1199px) {
    .header .nav-other > ul > li > a {
        line-height: 30px;

        padding: 0 10px;
    }
}
.header .nav-other > ul > li:hover > a {
    color: #fff;
}
.header .logo {
    display: block;

    height: 76px;
}
@media (max-width: 1199px) {
    .header .logo {
        height: 60px;
        padding: 10px 0;
    }
}
.header .logo img {
    display: block;

    height: 100%;
}
.header .translate {
    margin-left: 80px;
}
@media (max-width: 1560px) {
    .header .translate {
        margin-left: 40px;
    }
}
@media (max-width: 1199px) {
    .header .translate {
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    .header .txt {
        display: none !important;
    }
}
.header .txt p {
    line-height: 40px;

    margin: 0 30px 0 0;

    color: #d9d9d9;
}
@media (max-width: 1199px) {
    .header .txt p {
        line-height: 30px;

        margin: 0 10px 0 0;

        color: #222;
    }
}
.header .txt p .iconfont {
    font-size: 18px;

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

    -webkit-transition: all 0.2s;
    transition: all 0.2s;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .txt p a:hover {
    color: var(--cf);
}
.header .language {
    position: relative;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .language .langauge-txt {
    line-height: 50px;

    position: relative;

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

    cursor: pointer;
    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .header .language .langauge-txt {
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .header .language .langauge-txt {
        font-size: 0;

        color: #000;
        background: none;
    }
}
.header .language .langauge-txt .iconfont {
    font-size: 15px;

    display: block;

    margin-left: 8px;

    color: #fff;
}
@media (max-width: 767px) {
    .header .language .langauge-txt .iconfont {
        margin-left: 0;
    }
}
.header .language .langauge-txt img {
    height: 20px;
}
.header .language .langauge-txt:before {
    position: absolute;
    z-index: 6;
    z-index: 7;
    bottom: -1px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

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

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

    -webkit-filter: drop-shadow(0px -2px 4px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px -2px 4px rgba(0, 0, 0, 0.1));
}
.header .language:hover .langauge-txt img {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.header .language:hover .langauge-txt .jp-split {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.header .language:hover .langauge-txt .lst-clone {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.header .language:hover .langauge-txt:before {
    opacity: 1;
}
.header .language ul {
    font-size: 0;

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

    display: none;

    width: 500px;
    padding: 20px;

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

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

    display: inline-block;

    width: 33.333%;

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

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

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

    padding: 10px;

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

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

    margin-left: 36px;

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

    padding: 10px 16px;

    color: var(--cf);
    border-radius: 3px;
    background: var(--main-color);
}
@media (max-width: 767px) {
    .header .quote .now-hover {
        padding: 0 10px;
    }
    .header .quote .now-hover-group {
        display: none;
    }
}
.header .inquiry {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;

    padding: 15px 28px;

    -webkit-transition: all 0.2s;
    transition: all 0.2s;

    color: #222;
    border-radius: 4px;
    background-color: var(--main-color);
}
@media (max-width: 1690px) {
    .header .inquiry {
        font-size: 16px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .header .inquiry {
        font-size: 0;
        line-height: 30px;

        height: 30px;
        padding: 0 10px;

        background: none;
    }
}
.header .inquiry .iconfont {
    font-size: 20px;

    margin-right: 10px;
}
@media (max-width: 767px) {
    .header .inquiry .iconfont {
        margin-right: 0;
    }
}
.header .inquiry:hover {
    background-color: #253d2f;
}
.header .cart {
    line-height: 50px;

    position: relative;

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

    padding: 0 24px;

    -webkit-transition: all 0.2s;
    transition: all 0.2s;

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

        padding: 0 10px;
    }
}
.header .cart .iconfont {
    font-size: 20px;

    margin-right: 6px;
}
.header .cart:hover {
    color: var(--cf);
}
.header .serach-part {
    cursor: pointer;
}
.header .find {
    font-size: 20px;
    line-height: 40px;

    position: relative;

    padding: 0 30px;

    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
@media (max-width: 1199px) {
    .header .find {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .header .find {
        padding: 0 10px;
    }
}
.header .find:hover {
    color: var(--main-color);
}
.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, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .search-wrap .search-close {
    position: absolute;
    top: 5%;
    right: 10%;

    cursor: pointer;

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

    overflow: hidden;

    width: 80%;

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

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

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

    width: 100%;
    padding: 15px;

    color: var(--c6);
}
.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 0.2s;
    transition: all 0.2s;

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

    content: '\e660';
}
.header .search-wrap .submit:hover {
    color: var(--cf);
    background-color: var(--main-color);
}
.header .btn-menu {
    position: relative;

    display: none;

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

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

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

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

    width: 100%;
    height: 100%;

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

    height: 2px;

    content: '';
    -webkit-transition: all 0.4s;
    transition: all 0.4s;

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

    height: 2px;
    margin: 5px 0;

    -webkit-transition: all 0.4s;
    transition: all 0.4s;

    background: #222;
}
.header.stuck {
    top: -50px;

    background-color: var(--cf);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
    .header.stuck {
        top: -30px;
    }
}
.split-box {
    position: relative;

    overflow: hidden;

    margin: 0;

    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: center center;
    perspective-origin: center center;
}
.jp-split {
    line-height: 20px;

    display: block;

    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.lst-clone {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;

    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(100%) rotateX(-90deg);
    transform: translateY(100%) rotateX(-90deg);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
@media (min-width: 1200px) {
    .nav-pc__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .nav-pc__item {
        position: relative;

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

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav-pc__item--more .nav-pc__link:after {
        font-family: 'iconfont' !important;

        margin-left: 6px;

        content: '\ee4a';
    }
    .nav-pc__item--active > .nav-pc__link,
    .nav-pc__item:hover > .nav-pc__link {
        color: var(--main-color);
    }
    .nav-pc__item--active > .nav-pc__link .jp-split,
    .nav-pc__item:hover > .nav-pc__link .jp-split {
        -webkit-transform: translateY(-100%) rotateX(90deg);
        transform: translateY(-100%) rotateX(90deg);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    .nav-pc__item--active > .nav-pc__link .lst-clone,
    .nav-pc__item:hover > .nav-pc__link .lst-clone {
        -webkit-transform: translateY(0) rotateX(0);
        transform: translateY(0) rotateX(0);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
    }
    .nav-pc__link {
        font-weight: 500;

        position: relative;

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

        height: 90px;
        padding: 0 20px;

        -webkit-transition: all 0.4s;
        transition: all 0.4s;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav-pc__link .iconfont {
        font-weight: normal;

        margin-right: 6px;
    }
    .nav-pc__sub-list {
        font-size: 14px;

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

        display: none;

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

        text-align: left;

        color: #222;
        border-radius: 6px;
        background-color: var(--cf);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .nav-pc__sub-item {
        position: relative;
    }
    .nav-pc__sub-item:hover > .nav-pc__sub-link {
        color: var(--main-color);
    }
    .nav-pc__sub-link {
        font-size: 15px;
        line-height: 24px;

        display: block;

        padding: 10px 24px;

        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        white-space: nowrap;
        text-transform: capitalize;

        border-radius: 6px;
    }
    .nav-pc__third-list {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

        padding: 10px;

        border-radius: 0 10px 10px 0;
        background-color: var(--cf);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .nav-pc__third-item:hover > .nav-pc__third-link {
        color: var(--main-color);
    }
    .nav-pc__third-link {
        line-height: 24px;

        display: block;

        padding: 5px 20px;

        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        white-space: nowrap;
    }
}
@media (min-width: 1200px) and (max-width: 1690px) {
    .nav-pc__link {
        padding: 0 15px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .nav-pc__link {
        padding: 0 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1560px) {
    .nav-pc__sub-link {
        padding: 5px 20px;
    }
}
@media (max-width: 1199px) {
    .nav-pc {
        display: none;
    }
}
.hc-mobile-nav {
    text-transform: capitalize;
}
.hc-mobile-nav .lst-clone {
    display: none;
}
.hc-mobile-nav p {
    margin: 0;
}
.hc-mobile-nav li.nav-close {
    padding-top: 40px;
}
.hc-mobile-nav .nav-list2 li.nav-parent > a {
    padding-right: 44px;
    padding-left: 30px;
}
.hc-mobile-nav .nav-list3 li a {
    padding-left: 40px;
}
.hc-mobile-nav ul {
    text-indent: 0 !important;
}
.hc-mobile-nav .nav-wrapper {
    color: #333;
    background-color: var(--cf);
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open,
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
    background-color: #eee;
}
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after,
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
    border-color: #222;
}
.hc-mobile-nav:not(.touch-device) a:hover {
    background-color: #eee;
}
.online-wrap {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 5px;

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

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

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

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

    color: #fff;
    border: 1px solid #5a9b47;
    border-radius: 0;
    border-radius: 8px;
    outline: none;
    background-color: #5a9b47;
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;

    display: inline-block;

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

    display: none;

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

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

    padding: 20px 5px;

    -webkit-transition: right 0.3s;
    transition: right 0.3s;

    background: rgba(130, 130, 130, 0.18);
}
@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: 40px;

    position: relative;

    display: block;

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

    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;

    color: #fff;
    border-radius: 4px;
}
.online-wrap .online a .iconfont {
    font-size: 24px;
}
.online-wrap .online a:hover {
    color: #fff;
    background-color: #5a9b47;
}
@media (max-width: 991px) {
    .online-wrap .online a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
.online-wrap .online .codenum {
    position: relative;
}
.online-wrap .online .codenum .open-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 0;

    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    white-space: nowrap;
}
.online-wrap .online .codenum .open-num p {
    line-height: 40px;

    display: block;

    margin: 0;
    padding: 0 20px;

    color: #fff;
    border-radius: 4px;
    background: #5a9b47;
}
@media (min-width: 1200px) {
    .online-wrap .online .codenum:hover .open-num {
        right: 100%;
    }
}
.online-wrap .online .code {
    position: relative;
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;

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

    margin: 5px 0 8px 0;

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

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

    width: 18px;
    height: 18px;

    text-align: center;

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

    display: none;

    width: 100%;
    padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(env(safe-area-inset-bottom) - 15px);

    color: #fff;
    background-color: #5a9b47;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online .open-top {
    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

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

    background-color: #5a9b47;
}
.xs-online .open-top a {
    line-height: 24px;

    display: inline-block;

    padding: 5px 10px;

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

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

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

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

    float: left;

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

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

    display: none;

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

    position: relative;
    z-index: 8;

    clear: both;
    overflow: hidden;

    width: 100%;
    padding-top: 140px;

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

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

    display: block;
    overflow: hidden;
}
@media (max-width: 767px) {
    .banner .item {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
.banner-video {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
    display: none !important;
}
.banner.hide-video video {
    display: none !important;
}
.banner-video-box {
    position: relative;

    display: block;

    padding-bottom: 43.22916667%;

    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play {
    background-color: #5a9b47 !important;
}
.banner .mobile-video {
    position: relative;

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

    content: '';

    background-color: rgba(0, 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, 0.3);
}
.banner .swiper-pagination {
    position: relative;
    bottom: auto;

    width: auto;
    margin: 0 20px;

    text-align: left;
}
.banner .swiper-pagination-bullet {
    position: relative;

    width: 40px;
    height: 4px;

    opacity: 1;
    border-radius: 10px;
    background: #d9d9d9;
}
.banner .swiper-pagination-bullet-active {
    background-color: #5a9b47;
}
.banner .banner-button {
    position: absolute;
    z-index: 8;
    bottom: 30px;

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

    width: 100%;

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

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

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

    overflow: hidden;

    padding-top: 140px;
}
@media (max-width: 1199px) {
    .banner-in {
        padding-top: 0;
    }
}
.banner-in img {
    position: relative;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (min-width: 1920px) {
    .banner-in img {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .banner-in img {
        width: 140%;
        margin-left: -20%;
    }
}
.banner-in .banner-in-text {
    position: absolute;
    z-index: 6;
    top: -webkit-calc(50% + 70px);
    top: calc(50% + 70px);
    left: 0;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 1199px) {
    .banner-in .banner-in-text {
        top: 50%;
    }
}
.banner-in .banner-in-text .banner-title {
    font-family: 'Oswald';
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
}
@media (max-width: 1560px) {
    .banner-in .banner-in-text .banner-title {
        font-size: 46px;
    }
}
@media (max-width: 1470px) {
    .banner-in .banner-in-text .banner-title {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .banner-in .banner-in-text .banner-title {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .banner-in .banner-in-text .banner-title {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner-in .banner-in-text .banner-title {
        font-size: 24px;
    }
}
.banner-in .banner-in-text .note {
    margin-top: 10px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .banner-in .banner-in-text .note {
        margin-bottom: 0;
    }
}
.banner-in .banner-in-text .note p {
    font-size: 16px;
    line-height: 22px;

    color: #f5f5f5;
}
@media (max-width: 767px) {
    .banner-in .banner-in-text .note p {
        font-size: 14px;
        line-height: 1;
    }
}
@-webkit-keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 300%;
    }
}
@keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 300%;
    }
}
.box {
    overflow: hidden;

    padding: 120px 0;
}
@media (max-width: 1560px) {
    .box {
        padding: 100px 0;
    }
}
@media (max-width: 1400px) {
    .box {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
@-webkit-keyframes zhuan {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes zhuan {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.common-button .now-hover,
.common-button button {
    line-height: 34px;

    position: relative;

    display: block;

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

    -webkit-transition: all 0.2s;
    transition: all 0.2s;

    color: #fff;
    border-radius: 50px;
    background-color: #5a9b47;
}
@media (max-width: 991px) {
    .common-button .now-hover,
    .common-button button {
        line-height: 28px;
    }
}
.common-button .now-hover .button-now,
.common-button button .button-now,
.common-button .now-hover .button-hover,
.common-button button .button-hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-button .now-hover .button-now span,
.common-button button .button-now span,
.common-button .now-hover .button-hover span,
.common-button button .button-hover span,
.common-button .now-hover .button-now .iconfont,
.common-button button .button-now .iconfont,
.common-button .now-hover .button-hover .iconfont,
.common-button button .button-hover .iconfont {
    display: block;

    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.common-button .now-hover .button-now span,
.common-button button .button-now span,
.common-button .now-hover .button-hover span,
.common-button button .button-hover span {
    padding: 0 24px 0 16px;
}
.common-button .now-hover .button-now .icon,
.common-button button .button-now .icon,
.common-button .now-hover .button-hover .icon,
.common-button button .button-hover .icon {
    display: block;
    overflow: hidden;

    width: 34px;
    height: 34px;

    text-align: center;

    opacity: 0;
    color: #5a9b47;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 991px) {
    .common-button .now-hover .button-now .icon,
    .common-button button .button-now .icon,
    .common-button .now-hover .button-hover .icon,
    .common-button button .button-hover .icon {
        line-height: 28px;

        width: 28px;
        height: 28px;
    }
}
.common-button .now-hover .button-now .icon,
.common-button button .button-now .icon {
    opacity: 1;
}
.common-button .now-hover .now-hover-group,
.common-button button .now-hover-group {
    position: relative;

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

    width: 100%;

    background: none;
}
.common-button .now-hover .button-hover span,
.common-button button .button-hover span {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.common-button .now-hover .button-hover .iconfont,
.common-button button .button-hover .iconfont {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.common-button .now-hover:hover .button-now span,
.common-button button:hover .button-now span {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.common-button .now-hover:hover .button-now .icon,
.common-button button:hover .button-now .icon {
    opacity: 0;
}
.common-button .now-hover:hover .button-now .iconfont,
.common-button button:hover .button-now .iconfont {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.common-button .now-hover:hover .button-hover span,
.common-button button:hover .button-hover span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.common-button .now-hover:hover .button-hover .icon,
.common-button button:hover .button-hover .icon {
    opacity: 1;
}
.common-button .now-hover:hover .button-hover .iconfont,
.common-button button:hover .button-hover .iconfont {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.common-button.white a,
.common-button.white button {
    padding-right: 10px;
    padding-left: 10px;

    color: #0f1115;
    background-color: #fff;
}
.common-button.white a span,
.common-button.white button span {
    width: 100%;

    text-align: center;
}
.common-button.white a .icon,
.common-button.white button .icon {
    margin-right: 0;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.common-button.white a .iconfont,
.common-button.white button .iconfont {
    color: #0f1115;
    background: #f3f5f6;
}
.common-button.text-center a,
.common-button.text-center button {
    margin: 0 auto;
}
.section-title__eyebrow {
    line-height: 24px;

    position: relative;

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

    color: #5a9b47;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-title__eyebrow:before {
    content: '//';
}
.section-title__heading {
    font-family: 'Oswald', Arial;
    font-size: 50px;
    font-weight: 500;
    line-height: 1;

    margin: 10px 0 0 0;
}
@media (max-width: 1560px) {
    .section-title__heading {
        font-size: 46px;
    }
}
@media (max-width: 1400px) {
    .section-title__heading {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .section-title__heading {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .section-title__heading {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .section-title__heading {
        font-size: 24px;
    }
}
.section-title__heading span {
    color: #5a9b47;
}
.section-title .editor-content {
    max-width: 1120px;
    margin-top: 16px;
}
@media (max-width: 1199px) {
    .section-title .editor-content {
        margin-top: 10px;
    }
}
.section-title.text-center .editor-content {
    margin: 0 auto;
    margin-top: 16px;
}
.section-title.text-center .section-title__eyebrow {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.common-more {
    margin-top: 30px;
}
.common-more a {
    line-height: 24px;

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

    color: #666;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-more a span {
    display: block;

    -webkit-transition: background-size 0.56s;
    transition: background-size 0.56s;

    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#5a9b47),
        to(#5a9b47)
    );
    background-image: -webkit-linear-gradient(left, #5a9b47 0%, #5a9b47 100%);
    background-image: linear-gradient(to right, #5a9b47 0%, #5a9b47 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.common-more a .iconfont {
    margin-left: 10px;

    color: #5a9b47;
}
.common-more a:hover {
    color: #5a9b47;
}
.common-more a:hover span {
    background-size: 100% 1px;
}
.item-hover:hover .common-button .button-now span {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.item-hover:hover .common-button .button-now .icon {
    opacity: 0;
}
.item-hover:hover .common-button .button-now .iconfont {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.item-hover:hover .common-button .button-hover span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.item-hover:hover .common-button .button-hover .icon {
    opacity: 1;
}
.item-hover:hover .common-button .button-hover .iconfont {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.box-about {
    position: relative;
}
.box-about .about_bg {
    position: absolute;
    z-index: 1;
    top: -10%;
    right: 0;
}
.box-about .about_bg img {
    max-width: 100%;

    -webkit-animation: zhuan 30s linear infinite;
    animation: zhuan 30s linear infinite;
}
.box-about .container {
    position: relative;
    z-index: 6;
}
.box-about .about-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
    padding-left: 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: 991px) {
    .box-about .about-right {
        width: 100%;
        padding: 30px 0 0 0;
    }
}
.box-about .about-right .about-title {
    padding-bottom: 20px;

    border-bottom: 1px solid #d9d9d9;
}
.box-about .about-right .about-title__heading {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.36666667;
}
@media (max-width: 1560px) {
    .box-about .about-right .about-title__heading {
        font-size: 28px;
    }
}
@media (max-width: 1400px) {
    .box-about .about-right .about-title__heading {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .box-about .about-right .about-title__heading {
        font-size: 20px;
    }
}
.box-about .video {
    position: relative;

    width: 480px;
    height: 100%;
}
@media (max-width: 991px) {
    .box-about .video {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .box-about .video {
        width: 100%;
    }
}
.box-about .video img {
    width: 100%;
}
.box-about .video .play {
    font-size: 24px;
    line-height: 100px;

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

    width: 100px;
    height: 100px;

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

    color: #5a9b47;
    background: url(../images/play.svg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .box-about .video .play {
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
.box-about .video .play:hover {
    line-height: 110px;

    width: 110px;
    height: 110px;
}
.box-about .advantage ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .box-about .advantage ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.box-about .advantage ul li {
    max-width: 33%;
}
@media (max-width: 767px) {
    .box-about .advantage ul li {
        max-width: 50%;
        margin: 10px 0;
    }
}
.box-about .advantage .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.box-about .advantage .item .icon {
    width: 60px;
}
@media (max-width: 1199px) {
    .box-about .advantage .item .icon {
        width: 50px;
    }
}
.box-about .advantage .item .icon img {
    width: 100%;
}
.box-about .advantage .item .stats {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    padding-left: 10px;
}
@media (max-width: 1199px) {
    .box-about .advantage .item .stats {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
    }
}
.box-about .advantage .item .stats-num {
    font-family: 'Oswald';
    font-size: 50px;
    font-weight: bold;
    line-height: 1;

    color: #5a9b47;
}
@media (max-width: 1560px) {
    .box-about .advantage .item .stats-num {
        font-size: 44px;
    }
}
@media (max-width: 1199px) {
    .box-about .advantage .item .stats-num {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .box-about .advantage .item .stats-num {
        font-size: 36px;
    }
}
.box-about .advantage .item .stats-text {
    margin-top: 6px;
}
.box-about .advantage .item .stats-text p {
    line-height: 22px;

    margin: 0;

    color: #666;
}
@media (min-width: 1200px) {
    .box-about .advantage .item:hover .icon {
        -webkit-animation: swing 1s 0s ease both;
        animation: swing 1s 0s ease both;
    }
}
.common-product-item {
    display: block;

    padding: 10px;

    -webkit-transition: all 0.2s;
    transition: all 0.2s;

    background-color: var(--cf);
}
.common-product-item .img-box {
    padding-bottom: 66.66666667%;
}
.common-product-item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-product-item .text {
    padding: 30px 10px 10px 10px;
}
@media (max-width: 1199px) {
    .common-product-item .text {
        padding: 20px 10px 10px 10px;
    }
}
.common-product-item .title-product {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.common-product-item .title-product span {
    -webkit-transition: background-size 0.56s;
    transition: background-size 0.56s;

    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#5a9b47),
        to(#5a9b47)
    );
    background-image: -webkit-linear-gradient(left, #5a9b47 0%, #5a9b47 100%);
    background-image: linear-gradient(to right, #5a9b47 0%, #5a9b47 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
@media (min-width: 1200px) {
    .common-product-item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .common-product-item:hover .title-product {
        color: #5a9b47;
    }
    .common-product-item:hover .title-product span {
        background-size: 100% 1px;
    }
    .common-product-item:hover .common-more a {
        color: #5a9b47;
    }
    .common-product-item:hover .common-more span {
        background-size: 100% 1px;
    }
}
.box-product {
    background: #f5f5f5;
}
.box-product .product > ul {
    margin: 0 -10px;
}
.box-product .product > ul > li {
    margin-top: 20px;
    padding: 0 10px;
}
.box-advantage .slick-dots {
    position: absolute;
    z-index: 6;
    bottom: 30px;

    width: 100%;
    margin: 0;
}
.box-advantage .advantage > ul > li {
    margin-top: 24px;
}
.box-advantage .advantage > ul > li:nth-child(2n + 1) .item {
    flex-direction: row;

    background: #f5f5f5;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}
.box-advantage .advantage > ul > li:nth-child(2n) .item .text {
    padding-left: 10px;
}
.box-advantage .advantage .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;

    padding: 10px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.box-advantage .advantage .item .pic {
    width: 600px;
    height: 100%;
}
@media (max-width: 1199px) {
    .box-advantage .advantage .item .pic {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .box-advantage .advantage .item .pic {
        width: 100%;
    }
}
.box-advantage .advantage .item .pic .img-box {
    padding-bottom: 56.17977528%;
}
.box-advantage .advantage .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px);
    padding: 10px 30px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .box-advantage .advantage .item .text {
        width: 50%;
        padding: 10px 20px;
    }
}
@media (max-width: 991px) {
    .box-advantage .advantage .item .text {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .box-advantage .advantage .item .text {
        padding: 10px;
    }
}
.box-advantage .advantage .item .note {
    margin-top: 20px;
}
.box-advantage .advantage .item .note ul li {
    line-height: 22px;

    position: relative;

    margin-top: 16px;
    padding-left: 40px;
}
@media (max-width: 767px) {
    .box-advantage .advantage .item .note ul li {
        padding-left: 30px;
    }
}
.box-advantage .advantage .item .note ul li:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e68a';
}
.box-advantage .advantage .item .note p {
    margin: 0;

    color: #666;
}
.common-news-item .pic {
    position: relative;
}
.common-news-item .img-box {
    padding-bottom: 87.5%;
}
.common-news-item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-news-item .text {
    position: absolute;
    z-index: 6;
    bottom: 0;

    width: 100%;
    padding: 20px;

    -webkit-transition: all 0.2s;
    transition: all 0.2s;

    color: #fff;
}
.common-news-item .text:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.7)),
        color-stop(50%, rgba(0, 0, 0, 0.3)),
        to(rgba(0, 0, 0, 0))
    );
    background: -webkit-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0) 100%
    );

    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    mask-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(85%, #000),
        to(transparent)
    );
    mask-image: linear-gradient(to top, #000 85%, transparent 100%);
    -webkit-mask-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(85%, #000),
        to(transparent)
    );
    -webkit-mask-image: -webkit-linear-gradient(
        bottom,
        #000 85%,
        transparent 100%
    );
}
.common-news-item .date,
.common-news-item .note {
    position: relative;
    z-index: 6;
}
.common-news-item .date {
    font-size: 14px;
    line-height: 20px;

    padding: 4px 8px;

    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 6px;
}
.common-news-item .note {
    margin-top: 16px;
}
.common-news-item .title-news {
    display: -webkit-box;
    overflow: hidden;

    max-height: 52px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.common-news-item .common-more {
    margin-top: 16px;
}
.common-news-item .common-more span {
    color: #fff;
}
@media (min-width: 1200px) {
    .common-news-item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .common-news-item:hover .text {
        background-color: #5a9b47;
    }
    .common-news-item:hover .text:before {
        opacity: 0;
    }
    .common-news-item:hover .common-more .iconfont {
        color: #fff;
    }
}
.box-news .section-title {
    max-width: 670px;
}
.footer {
    line-height: 24px;

    overflow: hidden;

    color: #666;
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 80px;
    }
}
.footer a span {
    -webkit-transition: background-size 0.56s;
    transition: background-size 0.56s;

    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#5a9b47),
        to(#5a9b47)
    );
    background-image: -webkit-linear-gradient(left, #5a9b47 0%, #5a9b47 100%);
    background-image: linear-gradient(to right, #5a9b47 0%, #5a9b47 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer a:hover {
    color: #5a9b47;
}
.footer a:hover span {
    background-size: 100% 1px;
}
.footer .section-title__eyebrow {
    color: #fff;
}
.footer .section-title__heading {
    font-size: 40px;
}
@media (max-width: 1560px) {
    .footer .section-title__heading {
        font-size: 36px;
    }
}
@media (max-width: 1400px) {
    .footer .section-title__heading {
        font-size: 32px;
    }
}
@media (max-width: 1199px) {
    .footer .section-title__heading {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .footer .section-title__heading {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .footer .section-title__heading {
        font-size: 24px;
    }
}
.footer .foot-left {
    width: 70%;
    padding: 80px 5% 0 5%;

    border-top: 4px solid #5a9b47;
    background: #f5f5f5;
}
@media (max-width: 1560px) {
    .footer .foot-left {
        padding: 80px 3% 0 3%;
    }
}
@media (max-width: 991px) {
    .footer .foot-left {
        width: 100%;
        padding: 30px 15px;
    }
}
.footer .foot-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 40px;

    border-bottom: 1px solid #e7eada;

    -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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (max-width: 1199px) {
    .footer .foot-top {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .footer .foot-top {
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .footer .foot-logo {
        margin-bottom: 10px;
    }
}
.footer .foot-logo a {
    display: block;

    height: 80px;
}
@media (max-width: 1199px) {
    .footer .foot-logo a {
        height: 70px;
    }
}
@media (max-width: 991px) {
    .footer .foot-logo a {
        height: 60px;
    }
}
.footer .foot-logo a img {
    height: 100%;
}
.footer .foot-middle {
    padding: 40px 0;
}
@media (max-width: 767px) {
    .footer .foot-middle {
        padding: 20px 0;
    }
}
.footer .title-foot h3 {
    font-family: 'Oswald';
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;

    color: #5a9b47;
}
@media (max-width: 767px) {
    .footer .foot-nav {
        width: 100%;
        margin-bottom: 20px;
    }
}
.footer .foot-nav .foot-info {
    margin-top: 14px;
}
@media (max-width: 767px) {
    .footer .foot-nav .foot-info {
        margin: 0;
    }
}
@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 {
    line-height: 24px;

    display: block;

    padding: 6px 0;
}
@media (max-width: 767px) {
    .footer .foot-nav .foot-info > ul > li > a {
        line-height: 20px;
    }
}
.footer .foot-text {
    max-width: 350px;
}
.footer .foot-text .foot-info {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .footer .foot-text .foot-info {
        margin-top: 10px;
    }
}
.footer .foot-text .foot-info p {
    line-height: 24px;

    position: relative;

    padding-left: 30px;
}
.footer .foot-text .foot-info p .iconfont {
    font-size: 20px;

    position: absolute;
    left: 0;

    color: #5a9b47;
}
.footer .foot-right {
    position: relative;

    width: 30%;
    padding: 80px 5%;

    color: #fff;
}
@media (max-width: 1560px) {
    .footer .foot-right {
        padding: 80px 3%;
    }
}
@media (max-width: 991px) {
    .footer .foot-right {
        width: 100%;
        padding: 30px 15px;
    }
}
.footer .foot-right:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(34, 34, 34, 0.52);
}
.footer .foot-message {
    position: relative;
    z-index: 6;
}
.footer .foot-message .editor-content {
    max-width: 400px;
}
.footer .foot-message .editor-content p {
    color: #d9d9d9;
}
.footer .foot-message form {
    margin-top: 20px;
}
.footer .foot-message form .item {
    margin-top: 10px;
}
.footer .foot-message form input,
.footer .foot-message form textarea {
    line-height: 28px;

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

    color: #fff;
    border: 1px solid rgba(217, 217, 217, 0.38);
    border-radius: 10px;
    background: none;

    -webkit-backdrop-filter: blur(4.4000001px);
    backdrop-filter: blur(4.4000001px);
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder {
    color: #d9d9d9;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder {
    color: #d9d9d9;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder {
    color: #d9d9d9;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder {
    color: #d9d9d9;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .foot-message form .submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    color: #fff;
    border-radius: 40px;
    background-color: #5a9b47;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .foot-message form .submit .iconfont {
    margin-left: 8px;
}
.footer .copyright {
    line-height: 24px;

    padding: 30px 0;

    border-top: 1px solid #e7eada;
}
@media (max-width: 767px) {
    .footer .copyright {
        padding: 15px 0;
    }
}
.footer .copyright p {
    margin: 0;
}
.footer .copyright .link a {
    margin-right: 30px;
}
.footer .copyright .link a:last-child {
    margin-right: 0;
}
.wrap {
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1560px) {
    .wrap {
        padding: 80px 0;
    }
}
@media (max-width: 1400px) {
    .wrap {
        padding: 70px 0;
    }
}
@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}
.pt-60 {
    padding-top: 60px;
}
@media (max-width: 1199px) {
    .pt-60 {
        padding-top: 50px;
    }
}
@media (max-width: 991px) {
    .pt-60 {
        padding-top: 40px;
    }
}
.title-in h2 {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.2;

    text-transform: uppercase;

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

    margin: 5px 0 0 0;

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

    position: relative;

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

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

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wrap-location .location > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

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

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

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

    display: block;

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

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

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

    margin: 0 -5px;

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

    display: block;

    padding: 12px 34px;

    -webkit-transition: all 0.2s;
    transition: all 0.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: #5a9b47;
    background-color: #5a9b47;
}
.wrap-sidenav {
    position: relative;

    padding-bottom: 30px;
}
.wrap-sidenav .title-sidenav {
    padding: 15px 10px;

    color: #fff;
    background-color: #5a9b47;
}
.wrap-sidenav .title-sidenav h3 {
    font-family: 'Oswald';
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}
.wrap-sidenav .sidenav {
    position: relative;
    z-index: 6;
}
.wrap-sidenav .sidenav .slevel-1 {
    padding: 10px;

    border: 1px solid #d9d9d9;
    background: #f5f5f5;
}
.wrap-sidenav .sidenav .slevel-1 > li {
    position: relative;

    overflow: hidden;

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

    position: relative;

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

    padding: 10px 16px;

    -webkit-transition: all 0.2s;
    transition: all 0.2s;

    border: 1px solid #e6e6e6;
    background: #fff;

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

    content: '\e727';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a {
    color: #fff;
    background: #5a9b47;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a:after,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a:after {
    content: '\e729';
}
.wrap-sidenav .sidenav .slevel-1 > li.active .slevel-2 {
    display: block;
}
.wrap-sidenav .sidenav .slevel-2 {
    display: none;

    padding: 10px 0;
}
.wrap-sidenav .sidenav .slevel-2 > li {
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-2 > li > a {
    line-height: 24px;

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

    padding: 5px 16px;

    -webkit-transition: all 0.2s;
    transition: all 0.2s;

    color: #666;
}
.wrap-sidenav .sidenav .slevel-2 > li > a:before {
    display: block;

    width: 4px;
    height: 4px;
    margin-top: 11px;
    margin-right: 10px;

    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;

    border-radius: 50%;
    background-color: #666;
}
.wrap-sidenav .sidenav .slevel-2 > li > a span {
    -webkit-transition: background-size 0.56s;
    transition: background-size 0.56s;

    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#5a9b47),
        to(#5a9b47)
    );
    background-image: -webkit-linear-gradient(left, #5a9b47 0%, #5a9b47 100%);
    background-image: linear-gradient(to right, #5a9b47 0%, #5a9b47 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a {
    color: #5a9b47;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a:before,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a:before {
    background-color: #5a9b47;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a span,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a span {
    background-size: 100% 1px;
}
.xs-product-nav {
    display: none;
    overflow: hidden;

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

    margin: 0 -4px;

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

    height: auto;
    padding: 4px;

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

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

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

    text-transform: capitalize;

    border-radius: 5px;
    background-color: var(--cf);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .xs-product-nav ul > li > a {
        line-height: 20px;

        padding: 5px 10px;
    }
}
.xs-product-nav ul > li.active > a {
    color: #fff;
    background-color: #5a9b47;
}
.wrap-about .about-left {
    width: 52%;
}
@media (max-width: 991px) {
    .wrap-about .about-left {
        width: 100%;
    }
}
.wrap-about .about-left ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -12px;
}
@media (max-width: 767px) {
    .wrap-about .about-left ul {
        margin: 0 -5px;
    }
}
.wrap-about .about-left ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 50%;
    padding: 0 12px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .wrap-about .about-left ul li {
        padding: 0 5px;
    }
}
.wrap-about .about-left img {
    width: 100%;
}
.wrap-about .about-left .number {
    padding: 20px 40px;

    color: #fff;
    background-color: #5a9b47;
}
@media (max-width: 1199px) {
    .wrap-about .about-left .number {
        padding: 20px 30px;
    }
}
@media (max-width: 767px) {
    .wrap-about .about-left .number {
        padding: 15px;
    }
}
.wrap-about .about-left .number .stats-num {
    font-family: 'Oswald';
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
}
@media (max-width: 1560px) {
    .wrap-about .about-left .number .stats-num {
        font-size: 44px;
    }
}
@media (max-width: 1199px) {
    .wrap-about .about-left .number .stats-num {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .wrap-about .about-left .number .stats-num {
        font-size: 36px;
    }
}
.wrap-about .about-left .number .stats-text {
    margin-top: 6px;
}
.wrap-about .about-left .number .stats-text p {
    line-height: 24px;

    margin: 0;

    color: #f5f5f5;
}
.wrap-about .about-right {
    width: 48%;
    padding-left: 5%;
}
@media (max-width: 991px) {
    .wrap-about .about-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-about .video {
    position: relative;
}
.wrap-about .video:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

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

    content: '';

    border: 1px solid #5a9b47;
}
.wrap-about .video .img {
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
}
.wrap-about .video .play {
    font-size: 24px;
    line-height: 100px;

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

    width: 100px;
    height: 100px;

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

    color: #5a9b47;
    background: url(../images/play.svg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .wrap-about .video .play {
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
.wrap-about .video .play:hover {
    line-height: 110px;

    width: 110px;
    height: 110px;
}
.box-number {
    padding: 30px 0;

    color: #fff;
    background-color: #5a9b47;
}
.box-number .number > ul > li {
    margin: 20px 0;
}
.box-number .number .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
@media (min-width: 768px) {
    .box-number .number .item {
        margin: 0 auto;
    }
}
.box-number .number .item .icon {
    width: 60px;
}
@media (max-width: 1199px) {
    .box-number .number .item .icon {
        width: 50px;
    }
}
.box-number .number .item .icon img {
    width: 100%;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.box-number .number .item .stats {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    padding-left: 10px;
}
@media (max-width: 1199px) {
    .box-number .number .item .stats {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
    }
}
.box-number .number .item .stats-num {
    font-family: 'Oswald';
    font-size: 50px;
    font-weight: bold;
    line-height: 1;

    color: #fff;
}
@media (max-width: 1560px) {
    .box-number .number .item .stats-num {
        font-size: 44px;
    }
}
@media (max-width: 1199px) {
    .box-number .number .item .stats-num {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .box-number .number .item .stats-num {
        font-size: 36px;
    }
}
.box-number .number .item .stats-text {
    margin-top: 6px;
}
.box-number .number .item .stats-text p {
    line-height: 22px;

    margin: 0;

    color: #f5f5f5;
}
@media (min-width: 1200px) {
    .box-number .number .item:hover .icon {
        -webkit-animation: swing 1s 0s ease both;
        animation: swing 1s 0s ease both;
    }
}
.wrap-factory .factory .slick-list {
    margin: 0 -10px;
}
.wrap-factory .factory .slick-list .slick-slide > div > div {
    padding: 10px;
}
.wrap-factory .factory .item {
    cursor: pointer;
}
.wrap-factory .factory .item .img-box {
    padding-bottom: 65.93406593%;
}
.wrap-factory .factory .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-factory .factory .item .title-factory {
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    padding: 0 15px;

    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;

    background: #f5f5f5;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1100px) {
    .wrap-factory .factory .item .title-factory {
        font-size: 18px;
        line-height: 50px;

        height: 50px;
    }
}
@media (max-width: 767px) {
    .wrap-factory .factory .item .title-factory {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
    }
}
@media (min-width: 1200px) {
    .wrap-factory .factory .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-factory .factory .item:hover .title-factory {
        color: #fff;
        background-color: #5a9b47;
    }
}
.wrap-factory .slick-arrow {
    border-color: #d9d9d9;
    background-color: #d9d9d9;
}
@media (min-width: 1200px) {
    .wrap-factory .slick-arrow {
        left: -22px;
    }
    .wrap-factory .slick-arrow.slick-next {
        right: -22px;
        left: auto;
    }
}
.wrap-factory .slick-arrow:hover {
    color: #fff;
    border-color: #5a9b47;
    background-color: #5a9b47;
}
.wrap-quality .quality-left {
    width: 50%;
}
@media (max-width: 991px) {
    .wrap-quality .quality-left {
        width: 100%;
        height: 400px;
    }
}
.wrap-quality .quality-right {
    width: 50%;
    padding-left: 30px;
}
@media (max-width: 991px) {
    .wrap-quality .quality-right {
        width: 100%;
        padding: 30px 0 0 0;
    }
}
.wrap-quality .quality-list > ul > li {
    margin-top: 6px;
}
.wrap-quality .quality-list > ul > li:nth-child(1) {
    margin-top: 0;
}
.wrap-quality .quality-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 30px;

    background: #f5f5f5;
}
@media (max-width: 991px) {
    .wrap-quality .quality-list .item {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-quality .quality-list .item {
        padding: 15px;
    }
}
.wrap-quality .quality-list .item .icon {
    width: 50px;
    height: 50px;

    border-radius: 50%;
    background-color: #5a9b47;
}
.wrap-quality .quality-list .item .icon img {
    width: 100%;
}
.wrap-quality .quality-list .item .note {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding: 0 30px;
}
@media (max-width: 991px) {
    .wrap-quality .quality-list .item .note {
        padding: 0 20px;
    }
}
.wrap-quality .quality-list .item .note p span {
    color: #5a9b47;
}
@media (min-width: 1200px) {
    .wrap-quality .quality-list .item:hover .icon {
        -webkit-animation: swing 1s 0s ease both;
        animation: swing 1s 0s ease both;
    }
}
.wrap-customization .customization > ul > li {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .wrap-customization .customization > ul > li {
        margin-top: 30px;
    }
}
.wrap-customization .customization .item-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 30px 30px 30px 0;

    background: #f5f5f5;
}
@media (max-width: 767px) {
    .wrap-customization .customization .item-top {
        padding: 15px 15px 15px 0;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.wrap-customization .customization .item-top .num {
    font-family: 'Oswald';
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: 66px;

    position: relative;

    width: 66px;
    height: 66px;

    text-align: center;

    color: #fff;
    background-color: #5a9b47;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .wrap-customization .customization .item-top .num {
        font-size: 20px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.wrap-customization .customization .item-top .num:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 16px;
    height: 16px;

    content: '';

    background-color: #498d35;
}
.wrap-customization .customization .item-top .text {
    width: -webkit-calc(100% - 66px);
    width: calc(100% - 66px);
    padding: 0 24px;
}
@media (max-width: 767px) {
    .wrap-customization .customization .item-top .text {
        width: 100%;
        padding: 15px;
    }
}
.wrap-customization .customization .item-top .title-customization {
    position: relative;
}
.wrap-customization .customization .item-top .title-customization:after {
    display: block;

    width: 58px;
    height: 2px;
    margin-top: 20px;

    content: '';

    background-color: #5a9b47;
}
.wrap-customization .customization .item-top .title-customization:before {
    position: absolute;
    bottom: 0;
    left: 64px;

    display: block;

    width: 10px;
    height: 2px;

    content: '';

    background-color: #5a9b47;
}
.wrap-customization .customization .item-top .note {
    margin-top: 20px;
}
.wrap-customization .customization .item-top .customization-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -30px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .wrap-customization .customization .item-top .customization-list ul {
        margin: 0 -20px;
    }
}
@media (max-width: 991px) {
    .wrap-customization .customization .item-top .customization-list ul {
        margin: 0 -10px;
    }
}
.wrap-customization .customization .item-top .customization-list ul li {
    margin-top: 30px;
    padding: 0 30px;
}
@media (max-width: 1199px) {
    .wrap-customization .customization .item-top .customization-list ul li {
        padding: 0 20px;
    }
}
@media (max-width: 991px) {
    .wrap-customization .customization .item-top .customization-list ul li {
        padding: 0 10px;
    }
}
.wrap-customization
    .customization
    .item-top
    .customization-list
    .customization-item {
    text-align: center;
}
.wrap-customization
    .customization
    .item-top
    .customization-list
    .customization-item
    .icon {
    font-size: 40px;
    line-height: 1;

    color: #5a9b47;
}
.wrap-customization
    .customization
    .item-top
    .customization-list
    .customization-item
    .txt {
    margin-top: 10px;
}
.wrap-customization
    .customization
    .item-top
    .customization-list
    .customization-item
    .txt
    p {
    line-height: 22px;

    color: #666;
}
@media (min-width: 1200px) {
    .wrap-customization
        .customization
        .item-top
        .customization-list
        .customization-item:hover
        .icon {
        -webkit-animation: swing 1s 0s ease both;
        animation: swing 1s 0s ease both;
    }
}
.wrap-customization .item-picbox > ul > li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-customization .item-picbox > ul > li {
        margin-top: 16px;
    }
}
.wrap-customization .item-picbox .pic img {
    width: 100%;

    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-customization .item-picbox .pic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-quality-in .quality:nth-child(2n) {
    background: url(../images/quality_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-quality-in .quality:nth-child(2n) .quality-flex {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.wrap-quality-in .quality:nth-child(2n) .quality-right {
    padding-right: 3%;
    padding-left: 0;
}
.wrap-quality-in .quality .quality-left {
    width: 46%;
}
@media (max-width: 991px) {
    .wrap-quality-in .quality .quality-left {
        width: 100%;
    }
}
.wrap-quality-in .quality .quality-left .item .img-box {
    padding-bottom: 57.57575758%;
}
.wrap-quality-in .quality .quality-left .slick-quality-nav {
    margin-top: 10px;
}
.wrap-quality-in .quality .quality-left .slick-quality-nav .slick-list {
    margin: 0 -5px;
}
.wrap-quality-in
    .quality
    .quality-left
    .slick-quality-nav
    .slick-list
    .slick-slide {
    padding: 0 5px;
}
.wrap-quality-in .quality .quality-left .slick-quality-nav .item {
    border: 2px solid #fff;
}
.wrap-quality-in
    .quality
    .quality-left
    .slick-quality-nav
    .slick-current
    .item {
    border-color: #5a9b47;
}
.wrap-quality-in .quality .quality-right {
    width: 54%;
    padding-left: 3%;
}
@media (max-width: 991px) {
    .wrap-quality-in .quality .quality-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-quality-in .quality .quality-right .icon {
    width: 50px;
    height: 50px;

    border-radius: 50%;
    background-color: #5a9b47;
}
.wrap-quality-in .quality .quality-right .icon img {
    width: 100%;
}
.wrap-quality-in .quality .quality-right .title-quality {
    margin-top: 16px;
}
.wrap-quality-in .quality .quality-right .title-quality:after {
    display: block;

    width: 200px;
    height: 4px;
    margin-top: 16px;

    content: '';

    background-color: #5a9b47;
}
.wrap-quality-in .quality .quality-right .note {
    margin-top: 16px;
}
.wrap-honor .honor .item .img-box {
    padding-bottom: 141.17647059%;
}
.wrap-honor .honor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-honor .honor .item .title-honor {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    margin-top: 10px;
}
@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 (max-width: 767px) {
    .wrap-honor .honor .item .title-honor {
        font-size: 14px;
    }
}
.wrap-solution .section-title .editor-content {
    max-width: 100%;
}
.wrap-solution .solution {
    margin-top: 80px;
}
@media (max-width: 1560px) {
    .wrap-solution .solution {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .wrap-solution .solution {
        margin-top: 50px;
    }
}
@media (max-width: 991px) {
    .wrap-solution .solution {
        margin-top: 40px;
    }
}
.wrap-solution .solution .num {
    line-height: 38px;

    width: 49px;
    height: 38px;

    text-align: center;

    color: var(--main-color);
    border-radius: 72px;
    background: #d9f8ce;
}
.wrap-solution .solution .title-solution {
    font-family: 'Oswald';
    font-size: 24px;
    font-weight: 500;

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

    border-left: 4px solid #5a9b47;
    background: #f5f5f5;
}
@media (max-width: 1199px) {
    .wrap-solution .solution .title-solution {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .wrap-solution .solution .title-solution {
        font-size: 20px;

        padding: 10px;
    }
}
.wrap-solution .solution .note {
    margin-top: 16px;
}
.wrap-solution .solution .picbox > ul > li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-solution .solution .picbox > ul > li {
        margin-top: 16px;
    }
}
.wrap-solution .solution .picbox .item img {
    width: 100%;
}
.wrap-solution .solution .solution-more {
    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-solution .solution .solution-more:after {
    display: block;

    width: 100%;
    height: 1px;
    margin-left: 16px;

    content: '';

    background-color: #d9d9d9;
}
.wrap-solution .solution .solution-more .common-button {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wrap-solution .solution .solution-more .common-button a {
    background-color: #666;
}
.wrap-solution .solution .solution-more .common-button a .icon {
    color: #666;
}
.wrap-solution .solution .solution-more .common-button a:hover {
    background-color: #5a9b47;
}
.wrap-solution .solution .solution-more .common-button a:hover .icon {
    color: #5a9b47;
}
.wrap-download .download > ul {
    margin-top: -30px;
}
.wrap-download .download > ul > li {
    margin-top: 30px;
}
.wrap-download .download .item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
.wrap-download .download .item .item-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 20px;

    background: #f5f5f5;
}
@media (max-width: 991px) {
    .wrap-download .download .item .item-top {
        padding: 10px;
    }
}
.wrap-download .download .item .item-top .icon {
    width: 50px;
}
@media (max-width: 991px) {
    .wrap-download .download .item .item-top .icon {
        width: 40px;
    }
}
.wrap-download .download .item .item-top .icon img {
    width: 100%;
}
.wrap-download .download .item .item-top .title-download {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;

    display: -webkit-box;
    overflow: hidden;

    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    max-height: 50px;
    padding-left: 16px;

    -webkit-transition: all 0.2s;
    transition: all 0.2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .wrap-download .download .item .item-top .title-download {
        font-size: 16px;

        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    }
}
.wrap-download .download .item .note {
    padding: 20px;
}
@media (max-width: 991px) {
    .wrap-download .download .item .note {
        padding: 10px;
    }
}
.wrap-download .download .item .note p {
    margin: 14px 0;

    color: #666;
}
.wrap-download .download .item .down {
    padding: 20px 0;
}
.wrap-download .download .item .down a {
    line-height: 30px;

    display: block;

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

    -webkit-transition: all 0.2s;
    transition: all 0.2s;

    color: #5a9b47;
    border: 1px solid #5a9b47;
    border-radius: 50px;
}
@media (max-width: 1199px) {
    .wrap-download .download .item .down a {
        line-height: 24px;

        padding: 10px 40px;
    }
}
@media (max-width: 991px) {
    .wrap-download .download .item .down a {
        padding: 10px 30px;
    }
}
@media (min-width: 1200px) {
    .wrap-download .download .item:hover .title-download {
        color: #5a9b47;
    }
    .wrap-download .download .item:hover .down a {
        color: #fff;
        background-color: #5a9b47;
    }
}
.wrap-contact {
    position: relative;
    z-index: 8;

    margin-top: -20vw;
}
@media (max-width: 1560px) {
    .wrap-contact {
        margin-top: -30vw;
    }
}
.wrap-contact .section-title__heading {
    color: #5a9b47;
}
.wrap-contact .title-contact h2 {
    font-family: 'Oswald';
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}
@media (max-width: 1199px) {
    .wrap-contact .title-contact h2 {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .title-contact h2 {
        font-size: 24px;
    }
}
.wrap-contact .title-contact .editor-content {
    max-width: 440px;
}
.wrap-contact .message {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    padding: 60px 320px 60px 60px;

    background: #fff;
}
@media (max-width: 1199px) {
    .wrap-contact .message {
        padding: 60px 260px 60px 40px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .message {
        width: 100%;
        padding: 30px 0;
    }
}
.wrap-contact .formbox-contact form > ul {
    margin: 0 -10px;
}
.wrap-contact .formbox-contact form > ul > li {
    margin-top: 20px;
    padding: 0 10px;
}
.wrap-contact .formbox-contact form input,
.wrap-contact .formbox-contact form textarea {
    font-size: 14px;
    line-height: 26px;

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

    border: 1px solid #d9d9d9;
}
.wrap-contact .formbox-contact form input::-webkit-input-placeholder,
.wrap-contact .formbox-contact form textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-contact .formbox-contact form input:-o-placeholder,
.wrap-contact .formbox-contact form textarea:-o-placeholder {
    color: #666;
}
.wrap-contact .formbox-contact form input::-moz-placeholder,
.wrap-contact .formbox-contact form textarea::-moz-placeholder {
    color: #666;
}
.wrap-contact .formbox-contact form input:-ms-input-placeholder,
.wrap-contact .formbox-contact form textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-contact .formbox-contact form input:focus::-webkit-input-placeholder,
.wrap-contact .formbox-contact form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .formbox-contact form input:focus::-o-placeholder,
.wrap-contact .formbox-contact form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact .formbox-contact form input:focus::-moz-placeholder,
.wrap-contact .formbox-contact form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact .formbox-contact form input:focus::-ms-input-placeholder,
.wrap-contact .formbox-contact form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .formbox-contact form label {
    font-weight: 500;
    line-height: 24px;

    margin-bottom: 8px;
}
.wrap-contact .formbox-contact form .spam_code_img {
    margin-left: 12px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wrap-contact .formbox-contact form .common-button {
    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-contact .contact {
    position: relative;
    z-index: 6;

    width: 500px;
    margin-left: -250px;
    padding: 40px;

    color: #fff;
    background-color: #5a9b47;
}
@media (max-width: 1199px) {
    .wrap-contact .contact {
        width: 400px;
        margin-left: -200px;
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .contact {
        width: 100%;
        margin: 0;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact {
        margin: 0;
        padding: 30px 15px;
    }
}
.wrap-contact .contact .title-contact .editor-content {
    max-width: 230px;
}
.wrap-contact .contact .title-contact .editor-content p {
    color: #fff;
}
.wrap-contact .contact .text {
    margin-top: 22px;
}
.wrap-contact .contact .text > ul > li {
    margin-top: 8px;
}
.wrap-contact .contact .text .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 18px 20px;

    background: #72aa62;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-contact .contact .text .item .icon {
    font-size: 30px;

    width: 60px;
}
@media (max-width: 767px) {
    .wrap-contact .contact .text .item .icon {
        font-size: 24px;

        width: 40px;
    }
}
.wrap-contact .contact .text .item .txt {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
}
@media (max-width: 767px) {
    .wrap-contact .contact .text .item .txt {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    }
}
.wrap-contact .contact .text .item .txt b {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    display: block;
}
@media (max-width: 767px) {
    .wrap-contact .contact .text .item .txt b {
        font-size: 18px;
    }
}
.wrap-contact .contact .text .item .txt p {
    font-size: 18px;
    line-height: 1.33333333;

    margin: 4px 0 0 0;

    color: #f5f5f5;
}
@media (max-width: 767px) {
    .wrap-contact .contact .text .item .txt p {
        font-size: 16px;
    }
}
.wrap-contact .contact .text .item .txt a span {
    -webkit-transition: background-size 0.56s;
    transition: background-size 0.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;
}
.wrap-contact .contact .text .item .txt a:hover span {
    background-size: 100% 1px;
}
.wrap-contact .common-share {
    display: block;

    padding-top: 20px;

    border-top: 1px solid #72aa62;
}
.wrap-contact .common-share .title-common-share {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
.wrap-contact .common-share ul li {
    margin-top: 10px;
}
.wrap-contact .common-share ul li a {
    font-size: 30px;

    color: #fff;
}
.wrap-category {
    background: #f5f5f5;
}
@media (max-width: 1199px) {
    .wrap-category {
        padding-top: 10px;
    }
}
.wrap-category .category > ul {
    margin: 0 -10px;
    margin-top: -20px;
}
@media (max-width: 767px) {
    .wrap-category .category > ul {
        margin-top: -10px;
    }
}
.wrap-category .category > ul > li {
    margin-top: 20px;
    padding: 0 10px;
}
@media (max-width: 767px) {
    .wrap-category .category > ul > li {
        margin-top: 10px;
        padding: 0 5px;
    }
}
.wrap-category .category .item {
    text-align: center;

    background-color: #fff;
}
.wrap-category .category .item .img-box {
    padding-bottom: 88.23529412%;
}
.wrap-category .category .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-category .category .item .title-product {
    font-size: 20px;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    padding: 0 15px;

    -webkit-transition: all 0.2s;
    transition: all 0.2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .wrap-category .category .item .title-product {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-category .category .item .title-product {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
    }
}
.wrap-category .category .item .title-product span {
    -webkit-transition: background-size 0.56s;
    transition: background-size 0.56s;

    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#5a9b47),
        to(#5a9b47)
    );
    background-image: -webkit-linear-gradient(left, #5a9b47 0%, #5a9b47 100%);
    background-image: linear-gradient(to right, #5a9b47 0%, #5a9b47 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
@media (min-width: 1200px) {
    .wrap-category .category .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-category .category .item:hover .title-product {
        color: #5a9b47;
    }
    .wrap-category .category .item:hover .title-product span {
        background-size: 100% 1px;
    }
}
.common-product-top {
    padding-bottom: 50px;
}
@media (max-width: 1560px) {
    .common-product-top {
        padding-bottom: 30px;
    }
}
.common-product-top .editor-content {
    max-width: 100%;
}
.wrap-product {
    background: #f5f5f5;
}
@media (max-width: 1199px) {
    .wrap-product {
        padding-top: 10px;
    }
}
.wrap-product .product > ul {
    margin: 0 -10px;
    margin-top: -30px;
}
@media (max-width: 767px) {
    .wrap-product .product > ul {
        margin: 0 -5px;
        margin-top: -20px;
    }
}
.wrap-product .product > ul > li {
    margin-top: 30px;
    padding: 0 10px;
}
@media (max-width: 767px) {
    .wrap-product .product > ul > li {
        margin-top: 20px;
        padding: 0 5px;
    }
}
.wrap-product .product .common-product-item {
    background: #fff;
}
#productcontent {
    position: relative;
    top: -120px;
}
@media (max-width: 1199px) {
    #productcontent {
        top: -80px;
    }
}
.wrap-product-show {
    background: #f5f5f5;
}
@media (max-width: 1199px) {
    .wrap-product-show {
        padding-top: 10px;
    }
}
.wrap-product-show .carousel-wrap {
    padding: 16px;

    background: #fff;
}
.wrap-product-show .title-product-show {
    padding-right: 100px;
}
@media (max-width: 767px) {
    .wrap-product-show .title-product-show {
        padding-right: 0;
    }
}
.wrap-product-show .carousel .item-video {
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel .item {
    overflow: hidden;

    border: 1px solid #fff;
}
.wrap-product-show .carousel .item .img-box {
    padding-bottom: 66.66666667%;
}
.wrap-product-show .carousel .slider-for {
    font-size: 0;

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

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

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel .slick-arrow {
    line-height: 30px;

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

    width: 30px;
    height: 30px;

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

    color: #222;
    background: none;
}
.wrap-product-show .carousel .slick-arrow:before {
    content: '\e62f';
}
.wrap-product-show .carousel .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.wrap-product-show .carousel .slick-arrow:hover {
    color: #5a9b47;
}
.wrap-product-show .slider-nav {
    font-size: 0;

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

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

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

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

    display: block;

    width: 40px;
    height: 40px;

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

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

        width: 30px;
        height: 30px;
    }
}
.wrap-product-show .slider-nav .slick-current .item {
    border: 1px solid #5a9b47;
}
.wrap-product-show .info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    min-height: 100%;
    padding-left: 3%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box {
        margin-top: 30px;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box {
        min-height: auto;
    }
}
.wrap-product-show .info-box .title-info-box .category {
    line-height: 24px;

    color: #999;
}
.wrap-product-show .info-box .title-info-box h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.26315789;

    margin: 0;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 30px;
    }
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .text {
    margin-top: 10px;
}
.wrap-product-show .info-box .text p {
    font-size: 16px;
    line-height: 22px;
}
.wrap-product-show .info-box .share {
    margin-top: 20px;

    -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%;
    }
}
.wrap-product-show .info-box .share p {
    font-size: 14px;

    margin: 0;
}
.wrap-product-show .info-box .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 28px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrap-product-show .info-box .link a {
    line-height: 30px;

    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    padding: 10px;

    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;

    color: #fff;
    border-radius: 32px;
    background-color: #5a9b47;
}
.wrap-product-show .info-box .link a .iconfont {
    font-size: 20px;

    margin-right: 10px;
}
.wrap-product-show .info-box .link .active {
    background-color: #222;
}
.wrap-product-show .stickybox {
    padding: 80px 0;
}
@media (max-width: 1199px) {
    .wrap-product-show .stickybox {
        padding: 70px 0;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .stickybox {
        padding: 50px 0;
    }
}
.wrap-product-show .wrap-show-menu {
    z-index: 9;
}
.wrap-product-show .wrap-show-menu .sidenav-deputy {
    background: #f5f5f5;
}
.wrap-product-show .wrap-show-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;

    margin: 0 -10px;

    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-show-menu ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar {
    position: absolute;
    left: 0;

    height: 4px;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}
.wrap-product-show .wrap-show-menu ul li {
    padding: 0 10px;
}
.wrap-product-show .wrap-show-menu ul li a {
    line-height: 26px;

    position: relative;

    display: block;

    padding: 15px 25px;

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

        padding: 10px 20px;
    }
}
.wrap-product-show .wrap-show-menu ul li.active a {
    background-color: #5a9b47;
}
.wrap-product-show .title-product-show h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.26315789;
    line-height: 1.5;
}
@media (max-width: 1560px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 28px;
    }
}
@media (max-width: 1470px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 26px;
    }
}
@media (max-width: 1400px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 22px;
    }
}
.wrap-product-show .title-product-show .editor-content {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .wrap-product-show .title-product-show .editor-content {
        margin-top: 0;
    }
}
.wrap-product-show .parameter .editor-content {
    margin-top: 20px;
}
.wrap-product-show .parameter .editor-content h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;
}
.wrap-product-show .parameter .editor-content p {
    font-size: 16px;
    line-height: 1.75;
}
.wrap-inquiry {
    background-color: #fff;
}
.wrap-news .news-menu {
    border-bottom: 1px solid #d9d9d9;
}
.wrap-news .news-menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -14px;
}
@media (max-width: 767px) {
    .wrap-news .news-menu > ul {
        margin: 0 -4px;
    }
}
.wrap-news .news-menu > ul > li {
    padding: 0 14px;
}
@media (max-width: 767px) {
    .wrap-news .news-menu > ul > li {
        padding: 0 4px;
    }
}
.wrap-news .news-menu > ul > li > a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;

    position: relative;

    display: block;

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

    color: #1e1e1e;
}
@media (max-width: 767px) {
    .wrap-news .news-menu > ul > li > a {
        font-size: 16px;
    }
}
.wrap-news .news-menu > ul > li > a:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

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

    background-color: #5a9b47;
}
.wrap-news .news-menu > ul > li:hover > a,
.wrap-news .news-menu > ul > li.active > a {
    color: #5a9b47;
}
.wrap-news .news-menu > ul > li:hover > a:after,
.wrap-news .news-menu > ul > li.active > a:after {
    width: 100%;
}
.wrap-news .news {
    margin-top: 30px;
}
.wrap-news .news > ul > li {
    padding: 30px 0;

    border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
    .wrap-news .news > ul > li {
        padding: 20px 15px;
    }
}
.wrap-news .news .item .pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-news .news .item .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 150px;
    height: 150px;

    color: #fff;
    background-color: #5a9b47;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1400px) {
    .wrap-news .news .item .date {
        width: 130px;
        height: 130px;
    }
}
@media (max-width: 1199px) {
    .wrap-news .news .item .date {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .date {
        width: 80px;
        height: 80px;
    }
}
.wrap-news .news .item .date b,
.wrap-news .news .item .date span {
    font-family: 'Oswald';
    line-height: 1.2;
}
.wrap-news .news .item .date b {
    font-size: 50px;
    font-weight: 500;
}
@media (max-width: 1400px) {
    .wrap-news .news .item .date b {
        font-size: 44px;
    }
}
@media (max-width: 1199px) {
    .wrap-news .news .item .date b {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .date b {
        font-size: 34px;
    }
}
.wrap-news .news .item .date span {
    font-size: 24px;
}
@media (max-width: 1400px) {
    .wrap-news .news .item .date span {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .wrap-news .news .item .date span {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .date span {
        font-size: 18px;
    }
}
.wrap-news .news .item .img-box {
    padding-bottom: 87.5%;
}
.wrap-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .picbox {
    width: 420px;
    margin-left: 30px;
}
@media (max-width: 1400px) {
    .wrap-news .news .item .picbox {
        width: 400px;
    }
}
@media (max-width: 1199px) {
    .wrap-news .news .item .picbox {
        width: 340px;
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .picbox {
        width: 240px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .picbox {
        width: 100%;
        margin-left: 0;
    }
}
.wrap-news .news .item .text {
    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px);
    padding-left: 5%;
}
@media (max-width: 1400px) {
    .wrap-news .news .item .text {
        width: -webkit-calc(100% - 560px);
        width: calc(100% - 560px);
    }
}
@media (max-width: 1199px) {
    .wrap-news .news .item .text {
        width: -webkit-calc(100% - 470px);
        width: calc(100% - 470px);
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .text {
        width: -webkit-calc(100% - 370px);
        width: calc(100% - 370px);
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-news .news .item .note {
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.wrap-news .news .item .title-news {
    display: -webkit-box;
    overflow: hidden;

    max-height: 52px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item .title-news span {
    -webkit-transition: background-size 0.56s;
    transition: background-size 0.56s;

    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#5a9b47),
        to(#5a9b47)
    );
    background-image: -webkit-linear-gradient(left, #5a9b47 0%, #5a9b47 100%);
    background-image: linear-gradient(to right, #5a9b47 0%, #5a9b47 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-news .news .item .common-button {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wrap-news .news .item .common-button a {
    background-color: #666;
}
.wrap-news .news .item .common-button a .icon {
    color: #666;
}
@media (min-width: 1200px) {
    .wrap-news .news .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-news .news .item:hover .title-news {
        color: #5a9b47;
    }
    .wrap-news .news .item:hover .title-news span {
        background-size: 100% 1px;
    }
    .wrap-news .news .item:hover .common-button a {
        background-color: #5a9b47;
    }
    .wrap-news .news .item:hover .common-button a .icon {
        color: #5a9b47;
    }
}
.wrap-details {
    padding-top: 60px;
}
@media (max-width: 1199px) {
    .wrap-details {
        padding-top: 30px;
    }
}
.wrap-details .title-details h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 10px 0 0 0;
}
@media (max-width: 1470px) {
    .wrap-details .title-details h2 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .wrap-details .title-details h2 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .wrap-details .title-details h2 {
        font-size: 18px;
    }
}
.wrap-details .title-details .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 80px;
    height: 80px;

    color: #fff;
    background-color: #5a9b47;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-details .title-details .date b,
.wrap-details .title-details .date span {
    font-family: 'Oswald';
    line-height: 1.2;
}
.wrap-details .title-details .date b {
    font-size: 34px;
    font-weight: 500;
}
.wrap-details .title-details .date span {
    font-size: 18px;
}
.wrap-details .details .text {
    margin-top: 30px;
}
.wrap-details .details .text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 1199px) {
    .wrap-details .details .text h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-details .details .text h3 {
        font-size: 18px;
    }
}
.wrap-details .share {
    margin-top: 30px;
}
.wrap-details .share p {
    font-size: 18px;
    font-weight: bold;

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

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

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

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

    position: relative;

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

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

    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: middle;

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

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

    display: block;

    width: 36px;
    height: 36px;

    content: '\e640';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align: center;

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

    width: 1px;
    height: 16px;

    content: '';

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

        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.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 0.2s;
    transition: all 0.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: #5a9b47;
    background-color: #5a9b47;
}
.wrap-sitemap .sitemap > ul > li:hover > a {
    text-decoration: underline;

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

    color: #5a9b47;
}
.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 0.2s;
    transition: all 0.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: #5a9b47;
}
.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: #5a9b47;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a {
    color: #5a9b47;
}
.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(90, 155, 71, 0.5);
    border-radius: 5px;
    background-color: rgba(90, 155, 71, 0.1);
}
.wrap-nosearch .title-in {
    margin-top: 30px;
}
@media (min-width: 1200px) {
    .wrap-nosearch .title-in h2 {
        font-size: 30px;
    }
}
.pagination-info {
    margin-top: 80px;
}
@media (max-width: 1560px) {
    .pagination-info {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .pagination-info {
        margin-top: 30px;
    }
}
.pagination {
    position: relative;

    display: inline-block;
}
.pagination a,
.pagination span {
    position: relative;
    z-index: 6;

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

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

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

    color: #666;
    background: none;
    background: #f5f5f5;

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

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

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

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

    content: '\e61f';
}
.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(90, 155, 71, 0.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 #d9d9d9;
}
.wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-inquiryinfo .inquiry-info .pimg,
.wrap-inquiryinfo .inquiry-info .pname,
.wrap-inquiryinfo .inquiry-info .number,
.wrap-inquiryinfo .inquiry-info .Operation {
    font-size: 14px;

    display: inline-block;

    padding: 20px 10px;

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

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .Operation {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .pimg {
    width: 14%;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .pimg {
        width: -webkit-calc(44% - 30px);
        width: calc(44% - 30px);
    }
}
.wrap-inquiryinfo .inquiry-info .pimg .img-box {
    overflow: hidden;

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

    margin: 0;
    padding: 0;

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

    margin: 0;
    padding: 0;

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

    display: inline-block;

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

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

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

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

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

    content: '\e60b';

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

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

    content: '\e60b';

    color: #5a9b47;
}
.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 0.2s;
    transition: all 0.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: #5a9b47;
    background-color: #5a9b47;
}
.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: '\e625';

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

    margin: 0;

    color: #666;
}
@media (max-width: 1400px) {
    .editor-content p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .editor-content p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (min-width: 1200px) {
    .editor-content.lh30 p {
        line-height: 30px;
    }
}
.editor-content.fs15 p {
    font-size: 15px;
    line-height: 20px;
}
.editor-content h3 {
    font-size: 24px;
    font-weight: 500;
    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 h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45454545;
}
@media (max-width: 1560px) {
    .editor-content h4 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .editor-content h4 {
        font-size: 18px;
    }
}
.editor-content img {
    max-width: 100% !important;
    height: auto !important;
}
.editor-content ul,
.editor-content ol {
    padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li {
    list-style: inherit;
}
.editor-content .table-box {
    line-height: 1.625;

    overflow: auto;

    width: 100%;
    max-width: 100%;
    margin-top: 20px;

    background-color: #fff;
}
.editor-content .table-box table {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;

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

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;
}
@media (max-width: 1199px) {
    .editor-content .table-box table {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .editor-content .table-box table {
        font-size: 14px;
    }
}
.editor-content .table-box table p {
    font-size: 18px;
    font-weight: 500;
}
@media (max-width: 1199px) {
    .editor-content .table-box table p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .editor-content .table-box table p {
        font-size: 14px;
    }
}
.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: 1199px) {
    .editor-content .table-box table td,
    .editor-content .table-box table th {
        padding: 10px !important;
    }
}
.editor-content .table-box table td:nth-child(1),
.editor-content .table-box table th:nth-child(1) {
    color: #fff;
    background-color: #5a9b47;
}
@media (max-width: 480px) {
    .editor-content .table-box table td,
    .editor-content .table-box table th {
        padding: 8px !important;
    }
}
.editor-content .table-box table tr p,
.editor-content .table-box table tr span {
    margin: 0 !important;
    padding: 0 !important;

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

    overflow-x: hidden;

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

    margin: 5px;
}
/* ·························· */
/* 弹窗 */
.hdwin {
    box-shadow: 0 0 16px 0 rgba(34, 34, 34, 0.1);
    width: 95%;
    max-width: 760px;
    border-radius: 10px;
    display: none;
}

.hdwin-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.hdwin-logo img {
    width: 86px;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.hdwin-form .con2_fol input {
    border: 1px solid #5a9b47;
    padding: 10px 20px;
    width: 100%;
}
.hdwin-form .con2_fol input:focus {
    color: #999999;
}
.hdwin-p {
    margin-bottom: 24px;
}
.hdwin-p p a:hover {
    color: #5a9b47;
}
.hdwin-p p {
    color: #222;
    font-style: normal;
    font-weight: normal;
}

.hdwin .con2-fobt {
    margin-top: 24px;
}
.con2_fobt button {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 16px;
    padding: 15px 48px;
    background: #5a9b47;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.con2_fobt button i {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    margin-left: 8px;
    transition: all 0.3s ease;
}

.con2_fobt button:hover i {
    transform: translateX(4px);
}
@media (max-width: 992px) {
    .hdwin-logo {
        margin-bottom: 14px;
    }

    .hdwin-logo img {
        width: 66px;
    }
}

@media (max-width: 499px) {
    .hdwin-logo img {
        width: 56px;
    }

    .hdwin .con2-fobt button {
        padding: 6px 38px;
    }
}
