: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: 5vw;
    }
}
@media (max-width: 767px) {
    :root {
        --pad: 15px;
    }
}
.ff,
.banner .mobile-video:before {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;

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

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

    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.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: 'Red Hat Display';
    font-weight: 900;
    font-style: normal;

    src: local('Red Hat Display Black'), local('RedHatDisplay-Black'), url('../fonts/RedHatDisplay-Black.woff2') format('woff2'), url('../fonts/RedHatDisplay-Black.woff') format('woff'), url('../fonts/RedHatDisplay-Black.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;

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

    overflow-x: hidden;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
:root {
    scroll-behavior: unset;
}
.img-box {
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

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

    display: block;

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

    overflow: hidden;

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

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

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

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

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

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

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

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

    overflow: hidden;

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

    overflow: hidden;

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

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

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

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

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

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

    color: #fff;
    border-radius: 50%;
    background: none;
    background-color: #045e33;

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

        left: -30px;

        width: 34px;
        height: 34px;
    }
}
@media (max-width: 767px) {
    .slick-arrow {
        left: -15px;
    }
}
.slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 16px;

    display: block;

    content: '\e625';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow.slick-next {
    right: -3%;
    left: auto;
}
@media (max-width: 1560px) {
    .slick-arrow.slick-next {
        right: -3%;
    }
}
@media (max-width: 991px) {
    .slick-arrow.slick-next {
        right: -30px;
    }
}
@media (max-width: 767px) {
    .slick-arrow.slick-next {
        right: -15px;
    }
}
.slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.slick-arrow:hover {
    background-color: #f0c42f;
}
.prev-next {
    font-size: 0;

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

    display: inline-block;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
    vertical-align: middle;
}
.prev-next .slick-arrow.slick-next {
    right: 0;

    margin-left: 16px;
}
.slick-dots {
    text-align: center;
}
@media (max-width: 1199px) {
    .slick-dots {
        margin-top: 30px;
    }
}
.slick-dots li {
    display: inline-block;

    width: 29px;
    height: 4px;
    margin: 0 10px;

    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: top;

    border: 1px solid #045e33;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #045e33;
}
.center {
    top: 50%;
    left: 50%;

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

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

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.common-share {
    margin: 10px 0;
}
@media (max-width: 991px) {
    .common-share {
        width: 100%;
        margin: 14px 0;
    }
}
.common-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -6px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-share ul li {
    padding: 0 6px;
}
.common-share ul li a {
    line-height: 42px;

    display: block;

    width: 42px;
    height: 42px;

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

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

        width: 36px;
        height: 36px;
    }
}
.common-share ul li a:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.common-share ul li .icon {
    font-size: 20px;
}
.common-share ul li.facebook a {
    background-color: #39579a;
}
.common-share ul li.linkedin a {
    background-color: #38a6d7;
}
.common-share ul li.twitter a {
    background-color: #00aced;
}
.common-share ul li.instagram a {
    background-color: #cf2f79;
}
.formbox {
    margin-top: 10px;
}
.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: 60px;

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

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

    color: #666;
}
@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: 15px 20px;

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

    border: 1px solid rgba(0, 0, 0, .1);
    background: #f1f1f1;
}
@media (max-width: 767px) {
    .formbox form .group input,
    .formbox form .group textarea {
        line-height: 20px;

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

    background-color: transparent;
}
.formbox form .group input:focus,
.formbox form .group textarea:focus {
    box-shadow: 0 0 30px 0 rgba(105, 132, 172, .1);
}
.formbox form .group-read input {
    color: #fff !important;
    border-color: #045e33 !important;
    background-color: #045e33 !important;
}
.formbox form .group input:focus+label,
.formbox form .group textarea:focus+label,
.formbox form .group input:valid+label,
.formbox form .group textarea:valid+label {
    top: -38px;
    left: 20px;

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

    opacity: .8;
}
@media (max-width: 1400px) {
    .formbox form .group input:focus+label,
    .formbox form .group textarea:focus+label,
    .formbox form .group input:valid+label,
    .formbox form .group textarea:valid+label {
        left: 20px;
    }
}
@media (max-width: 767px) {
    .formbox form .group input:focus+label,
    .formbox form .group textarea:focus+label,
    .formbox form .group input:valid+label,
    .formbox form .group textarea:valid+label {
        top: -30px;
        left: 10px;
    }
}
.submit-group {
    margin-top: 20px;
}
.submit-group .submit {
    font-size: 16px;

    height: 50px;
    padding: 0 60px;

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

    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #045e33;
}
@media (max-width: 991px) {
    .submit-group .submit {
        font-size: 14px;
    }
}
.submit-group .submit:hover {
    background-color: #f0c42f;
}
.wrap-reviews .slick-reviews {
    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-reviews .slick-reviews {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-reviews .slick-reviews .slick-slide {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .wrap-reviews .slick-reviews .slick-slide {
        padding: 0 5px;
    }
}
.wrap-reviews .item {
    padding: 0 30px 30px 30px;

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

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

    padding: 20px 0;

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

    margin: 0;

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

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

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

    margin-right: 4px;

    color: #f0c42f;
}
.wrap-reviews .item .note {
    margin-top: 20px;
}
.wrap-reviews .item .note p {
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: #333;
}
.wrap-reviews .write-reviews {
    margin-top: 40px;
}
.wrap-reviews .write-reviews .title-in h2 {
    font-size: 22px;
    font-weight: bold;

    margin: 0;

    color: #045e33;
}
@media (max-width: 767px) {
    .wrap-reviews .write-reviews .title-in h2 {
        font-size: 18px;
    }
}
.wrap-reviews .write-reviews .message form ul {
    margin: 0 -10px;
}
.wrap-reviews .write-reviews .message form ul li {
    padding: 0 10px;
}
.wrap-reviews .write-reviews .message form .group {
    position: relative;

    margin-top: 20px;

    border-radius: 5px;
    background: #f5f6f8;
}
.wrap-reviews .write-reviews .message form .group-read {
    overflow: hidden;

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

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

    color: #fff;
    outline: none;
    background: none;
}
@media (max-width: 1470px) {
    .wrap-reviews .write-reviews .message form .group-read input {
        font-size: 16px;
        line-height: 24px;

        padding: 10px 20px;
    }
}
.wrap-reviews .write-reviews .message form .group label {
    font-size: 14px;
    line-height: 50px;

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

    -webkit-transition: all .3s ease;
    transition: all .3s ease;

    color: #666;
}
@media (max-width: 1470px) {
    .wrap-reviews .write-reviews .message form .group label {
        font-size: 14px;
        line-height: 44px;

        left: 20px;
    }
}
.wrap-reviews .write-reviews .message form .group input,
.wrap-reviews .write-reviews .message form .group textarea {
    font-size: 14px;
    line-height: 30px;

    position: relative;
    z-index: 2;

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

    border-radius: 0;
    outline: 0;
    background: none;
}
@media (max-width: 1470px) {
    .wrap-reviews .write-reviews .message form .group input,
    .wrap-reviews .write-reviews .message form .group textarea {
        line-height: 24px;

        padding: 10px 20px;
    }
}
.wrap-reviews .write-reviews .message form .group input:placeholder-shown+label,
.wrap-reviews .write-reviews .message form .group textarea:placeholder-shown+label {
    top: 0;

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

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

    opacity: .8;
}
@media (max-width: 1470px) {
    .wrap-reviews .write-reviews .message form .group input:focus+label,
    .wrap-reviews .write-reviews .message form .group textarea:focus+label,
    .wrap-reviews .write-reviews .message form .group input:valid+label,
    .wrap-reviews .write-reviews .message form .group textarea:valid+label {
        top: -30px;
        left: 20px;
    }
}
.wrap-reviews .write-reviews .message form .group textarea {
    resize: none;
}
.wrap-reviews .write-reviews .message form .submit-group {
    margin-top: 20px;
}
.wrap-reviews .write-reviews .message form .submit-group .icon {
    color: #f0c42f;
}
.header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 0;
}
.header .header-top {
    background: url(../images/header_bg.jpg) no-repeat center;
    background-size: cover;
}
.header .logo {
    height: 90px;

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

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1199px) {
    .header .logo {
        height: 60px;
    }
}
@media (max-width: 767px) {
    .header .logo {
        padding: 10px 0;
    }
}
.header .logo img {
    display: block;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .pc-search {
    width: 430px;
    margin-right: 30px;
}
@media (max-width: 1560px) {
    .header .pc-search {
        width: 380px;
    }
}
@media (max-width: 1400px) {
    .header .pc-search {
        width: 330px;
    }
}
@media (max-width: 1199px) {
    .header .pc-search {
        display: none;
    }
}
.header .pc-search form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header .pc-search form input {
    font-size: 15px;
    line-height: 44px;

    width: -webkit-calc(100% - 48px);
    width: calc(100% - 48px);
    height: 44px;
    padding: 0 16px;

    background-color: #fff;
}
.header .pc-search form input::-webkit-input-placeholder,
.header .pc-search form textarea::-webkit-input-placeholder {
    color: #999;
}
.header .pc-search form input:-o-placeholder,
.header .pc-search form textarea:-o-placeholder {
    color: #999;
}
.header .pc-search form input::-moz-placeholder,
.header .pc-search form textarea::-moz-placeholder {
    color: #999;
}
.header .pc-search form input:-ms-input-placeholder,
.header .pc-search form textarea:-ms-input-placeholder {
    color: #999;
}
.header .pc-search form input:focus::-webkit-input-placeholder,
.header .pc-search form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.header .pc-search form input:focus::-o-placeholder,
.header .pc-search form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.header .pc-search form input:focus::-moz-placeholder,
.header .pc-search form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.header .pc-search form input:focus::-ms-input-placeholder,
.header .pc-search form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.header .pc-search form .submit {
    width: 48px;
    height: 44px;

    color: #fff;
    border-radius: 0;
    background-color: #045e33;
}
.header .pc-search form .submit .icon {
    font-size: 24px;
}
.header .category {
    position: relative;

    cursor: pointer;
}
@media (max-width: 1199px) {
    .header .category {
        display: none;
    }
}
.header .category p {
    margin: 0;
}
.header .category p a {
    font-size: 19px;
    line-height: 24px;

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

    padding: 10px 16px;

    background-color: #ffc20e;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .header .category p a {
        font-size: 17px;
    }
}
.header .category p a:after {
    width: 0;
    height: 0;
    margin-left: 10px;

    content: '';

    border-width: 12px 6px 0 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}
.header .category ul {
    position: absolute;
    z-index: 6;
    top: 100%;

    display: none;

    width: 100%;

    background-color: #ffc20e;
}
.header .category ul>li>a {
    font-size: 16px;

    display: block;

    padding: 5px 16px;
}
.header .category ul>li:hover>a {
    text-decoration: underline;
}
.header .catalog {
    font-family: 'Red Hat Display', Arial;
    font-size: 40px;
    font-weight: 900;
    font-style: italic;

    display: block;

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

    color: #f0c42f;
    text-shadow: 0 5px 4px #000;
}
@media (max-width: 1560px) {
    .header .catalog {
        font-size: 34px;
    }
}
@media (max-width: 1400px) {
    .header .catalog {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .header .catalog {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .header .catalog {
        font-size: 20px;
    }
}
.header .catalog:hover {
    text-shadow: 0 10px 8px #000;
}
.header .header-nav {
    background-color: #045e33;
}
.header .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.header .email-menu {
    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 .serach-part {
    display: none;

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

    display: block;

    padding: 0 20px;

    color: #fff;
}
.header .find .icon {
    font-size: 24px;

    display: block;

    -webkit-transition: all .6s;
    transition: all .6s;
}
.header .find:hover .icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.header .language {
    position: relative;
}
@media (max-width: 1199px) {
    .header .language {
        margin-left: 14px;
    }
}
.header .language p {
    font-size: 20px;
    line-height: 44px;

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

    margin: 0;
    padding: 0 12px;

    background-color: #f0c42f;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .header .language p {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .header .language p {
        font-size: 16px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .header .language p {
        font-size: 14px;
        line-height: 30px;
    }
}
.header .language p:after {
    display: block;

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

    content: '';

    border-width: 10px 8px 0 8px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}
@media (max-width: 767px) {
    .header .language p:after {
        border-width: 8px 5px 0 5px;
    }
}
.header .language ul {
    position: absolute;
    top: 100%;
    left: 0;

    display: none;

    min-width: 100%;

    background-color: #f0c42f;
}
.header .language ul li a {
    font-size: 16px;

    display: block;

    padding: 10px 20px;
}
@media (max-width: 1199px) {
    .header .language ul li a {
        font-size: 14px;

        padding: 10px;
    }
}
.header .language ul li a:hover {
    text-decoration: underline;
}
.header .translate {
    margin-left: 30px;
}
@media (max-width: 1199px) {
    .header .translate {
        position: absolute;
        top: 3px;
        right: 10px;

        margin: 0;
    }
}
.header .pc-nav {
    font-family: 'Roboto', Arial;

    color: #fff;
}
@media (max-width: 1199px) {
    .header .pc-nav {
        display: none;
    }
}
.header .pc-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -25px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .header .pc-nav>ul {
        margin: 0 -15px;
    }
}
@media (max-width: 1400px) {
    .header .pc-nav>ul {
        margin: 0 -10px;
    }
}
.header .pc-nav>ul>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 0 25px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .header .pc-nav>ul>li {
        padding: 0 15px;
    }
}
@media (max-width: 1400px) {
    .header .pc-nav>ul>li {
        padding: 0 10px;
    }
}
.header .pc-nav>ul>li:last-child {
    position: relative;
}
.header .pc-nav>ul>li>a {
    font-size: 19px;
    font-weight: 500;

    position: relative;

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

    height: 60px;

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

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}
@media (max-width: 1560px) {
    .header .pc-nav>ul>li>a {
        font-size: 17px;
    }
}
@media (max-width: 1400px) {
    .header .pc-nav>ul>li>a {
        font-size: 16px;
    }
}
.header .pc-nav>ul>li.more>a:after {
    font-family: 'iconfont' !important;
    font-size: 12px;

    display: inline-block;

    margin-left: 5px;

    content: '\e675';
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    vertical-align: middle;

    color: #fff;
}
.header .pc-nav>ul>li.active>a,
.header .pc-nav>ul>li:hover>a {
    opacity: .8;
}
.header .pc-nav .nav-list2 {
    font-size: 14px;

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

    display: none;

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

    text-align: left;

    background: #045e33;
}
.header .pc-nav .nav-list2>li {
    position: relative;
}
.header .pc-nav .nav-list2>li>a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;

    display: block;

    padding: 10px 24px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    text-transform: capitalize;
}
.header .pc-nav .nav-list2>li:hover>a {
    color: #045e33;
    background-color: #f0c42f;
}
.header .pc-nav .nav-list2-product {
    font-size: 0;

    padding: 0;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list2-product>li {
    font-size: 14px;

    display: inline-block;

    width: 16.66666667%;

    vertical-align: top;

    border-right: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list2-product>li>a {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.76470588;

    padding: 0 0 20px 0;

    text-align: center;

    color: #333;
}
.header .pc-nav .nav-list2-product>li>a .img-box {
    padding-bottom: 83.33333333%;
}
.header .pc-nav .nav-list2-product>li>a .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.header .pc-nav .nav-list2-product>li>a .title-nav {
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.header .pc-nav .nav-list2-product>li:hover>a {
    background: none;
}
.header .pc-nav .nav-list2-product>li:hover>a .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.header .pc-nav .nav-list3 {
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    background-color: #045e33;
}
.header .pc-nav .nav-list3>li>a {
    line-height: 24px;

    display: block;

    padding: 5px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
}
.header .pc-nav .nav-list3>li>a:hover {
    background-color: #f0c42f;
}
.header .cart {
    line-height: 60px;

    position: relative;

    display: block;

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

    color: #fff;
}
@media (max-width: 1199px) {
    .header .cart {
        line-height: 40px;
    }
}
.header .cart .icon {
    font-size: 30px;
}
.header .cart span {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;

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

    width: 14px;
    height: 14px;

    text-align: center;

    color: #045e33;
    border-radius: 50%;
    background-color: #f0c42f;
}
@media (max-width: 1199px) {
    .header .cart span {
        top: 4px;
    }
}
.header .cart:hover {
    color: #f0c42f;
}
.header .email {
    margin-left: 26px;
}
@media (max-width: 1400px) {
    .header .email {
        margin-left: 16px;
    }
}
@media (max-width: 767px) {
    .header .email {
        display: none;
    }
}
.header .email a {
    font-size: 18px;
    line-height: 26px;

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

    padding: 0 12px;

    background-color: #f0c42f;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1400px) {
    .header .email a {
        font-size: 16px;
    }
}
.header .email a .iconfont {
    font-size: 22px;

    margin-right: 10px;
}
.header .email a:hover {
    background-color: #ffc20e;
}
.header .btn-menu {
    position: relative;

    display: none;

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

        margin-left: 10px;

        vertical-align: middle;
    }
}
@media (max-width: 375px) {
    .header .btn-menu {
        margin-left: 0;
    }
}
.header .btn-menu div {
    position: absolute;
    top: 0;
    left: 0;

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

    width: 100%;
    height: 100%;

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

    height: 2px;

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

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

    height: 2px;
    margin: 5px 0;

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

    background: #f0c42f;
}
.stuck {
    top: 0;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.stuck .logo {
    height: 60px;
}
.stuck .product-nav ul li a {
    height: 60px;
}
.hc-mobile-nav {
    text-transform: capitalize;
}
.hc-mobile-nav .img-box {
    display: none;
}
.hc-mobile-nav li.nav-close {
    padding-top: 40px;
}
.hc-mobile-nav .nav-list2 li.nav-parent>a {
    padding-right: 44px;
    padding-left: 30px;
}
.hc-mobile-nav .nav-list3 li a {
    padding-left: 40px;
}
.hc-mobile-nav ul {
    text-indent: 0 !important;
}
.hc-mobile-nav .nav-wrapper {
    color: #333;
    background-color: #fff;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open,
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
    background-color: #eee;
}
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after,
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
    border-color: #222;
}
.search-wrap {
    font-size: 14px;

    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    left: 0;

    display: none;

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

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

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

    color: #fff;
}
@media (max-width: 1199px) {
    .search-wrap .search-close {
        right: 5%;
    }
}
.search-wrap .search-close .icon {
    font-size: 30px;
}
.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) {
    .search-wrap .search-box {
        left: 5%;

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

    width: 100%;
    padding: 15px;

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

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

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

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

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

    content: '\e60e';
}
.search-wrap .submit:hover {
    color: #fff;
    background-color: #045e33;
}
.online-wrap .btn {
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 115px;

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

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

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

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.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: fixed;
    z-index: 9;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px) {
    .online-wrap .online {
        padding: 0;
    }
}
.online-wrap .online.onlineshow {
    right: 0;
}
@media (max-width: 991px) {
    .online-wrap .online {
        top: auto;
        right: -60px;
        bottom: 160px;

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

    position: relative;

    display: block;

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

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

    color: #fff;
    background-color: rgba(0, 0, 0, .3);
}
@media (max-width: 991px) {
    .online-wrap .online a {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.online-wrap .online a:before {
    font-size: 22px;
}
.online-wrap .online a:hover {
    color: #045e33;
    background-color: #f0c42f;
}
@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 a .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online a .phone-num p {
    line-height: 50px;

    display: block;

    margin: 0;
    padding: 0 20px;

    color: #045e33;
    background: #f0c42f;
}
@media (min-width: 1200px) {
    .online-wrap .online a:hover .phone-num {
        right: 100%;
    }
}
@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 .sale {
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .online-wrap .online .sale {
        width: 50px;
    }
}
.online-wrap .online .sale a {
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px) {
    .online-wrap .online .sale a {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img {
    max-width: 100%;
}
@media (min-width: 992px) {
    .online-wrap-in .online {
        right: 0;
    }
}
.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;

    content: '\e662';
}
.online-wrap .icon-email:before {
    font-family: 'iconfont' !important;

    content: '\e634';
}
.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;

    content: '\e616';
}
.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-erweima:before {
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before {
    font-family: 'iconfont' !important;

    content: '\e615';
}
.online-wrap .icon-instagram:before {
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-cart:before {
    font-family: 'iconfont' !important;

    content: '\e674';
}
.online-wrap .icon-cart span {
    font-size: 12px;
    line-height: 14px;

    position: absolute;
    top: 4px;
    right: 4px;

    width: 14px;
    height: 14px;

    color: #fff;
    border-radius: 50%;
    background-color: #045e33;
}
.online-wrap .icon-kefu:before {
    font-family: 'iconfont' !important;

    content: '\e670';
}
.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;

    display: block;

    content: '\e605';
}
.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: #045e33;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online ul {
    margin: 0;
    padding: 0;

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

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li:last-child {
    border-right: none;
}
.xs-online ul li.xs-online-product>a:before {
    font-size: 16px;

    content: '\e7e9';
}
.xs-online ul li.xs-online-mail>a:before {
    font-weight: normal;

    content: '\e634';
}
.xs-online ul li.xs-online-map>a:before {
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.xs-online-feedback>a:before {
    font-weight: normal;

    content: '\e615';
}
.xs-online ul li.xs-online-top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-home>a:before {
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.xs-online-message>a:before {
    font-size: 18px;
    font-weight: normal;

    content: '\e66b';
}
.xs-online ul li.xs-online-tel>a:before {
    font-weight: normal;

    content: '\e61c';
}
.xs-online ul li.xs-online-facebook>a:before {
    font-weight: normal;

    content: '\e615';
}
.xs-online ul li.xs-online-top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-whatsapp>a:before {
    font-weight: normal;

    content: '\e621';
}
.xs-online ul li.xs-online-skype>a:before {
    font-weight: normal;

    content: '\e616';
}
.xs-online ul li.xs-online-contact>a:before {
    font-weight: normal;

    content: '\e609';
}
.xs-online ul li.xs-online-wechat>a:before {
    content: '\e604';
}
.xs-online ul li.xs-online-wechat>a:before {
    content: '\e604';
}
.xs-online ul li.xs-online-tiktok>a:before {
    content: '\e828';
}
.xs-online ul li.xs-online-about>a:before {
    content: '\e62a';
}
.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%;
}
.xs-online ul li.facebook>a:before {
    content: '\e615';
}
.banner {
    font-size: 0;

    position: relative;
    z-index: 8;

    clear: both;
    overflow: hidden;

    width: 100%;

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

    width: 100%;
}
.banner .swiper-slide {
    overflow: hidden;
}
.banner .swiper-pagination {
    position: absolute;
    z-index: 2;
    bottom: 24px;
    left: 0;

    width: 100%;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px) {
    .banner .swiper-pagination {
        bottom: 10px;
    }
}
.banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 10px;

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

    opacity: .2;
    border-radius: 0;
    border-radius: 50%;
    background: none;
    background-color: #045e33;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.banner .slick-arrow {
    top: -webkit-calc(50% + 40px);
    top: calc(50% + 40px);

    width: auto;

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

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

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

    width: 100%;
    height: 100%;

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

    display: block;

    padding-bottom: 50%;

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

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

    content: '';

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

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

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

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

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

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

    width: 100%;
}
@media (max-width: 1199px) {
    .banner-in .banner-text {
        bottom: 30px;
    }
}
@media (max-width: 767px) {
    .banner-in .banner-text {
        bottom: 10px;
    }
}
.banner-in .banner-text h2 {
    font-family: 'Roboto', Arial;
    font-size: 64px;
    font-weight: bold;
    line-height: 1.15625;

    margin: 0;

    color: #fff;
}
@media (max-width: 1560px) {
    .banner-in .banner-text h2 {
        font-size: 56px;
    }
}
@media (max-width: 1199px) {
    .banner-in .banner-text h2 {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .banner-in .banner-text h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .banner-in .banner-text h2 {
        font-size: 24px;
    }
}
.banner-in .banner-text h2 span {
    color: #ffc20e;
}
@-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 {
    position: relative;
    z-index: 3;

    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1560px) {
    .box {
        padding: 70px 0;
    }
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
.common-more {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .common-more {
        margin-top: 20px;
    }
}
.common-more a {
    font-family: 'Roboto', Arial;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;

    display: inline-block;

    padding: 10px 30px;

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

    color: #fff;
    background-color: #045e33;
}
@media (max-width: 991px) {
    .common-more a {
        font-size: 14px;
        line-height: 24px;

        padding: 10px 30px;
    }
}
.common-more a:hover {
    color: #333;
    background-color: #f0c42f;
}
@-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);
    }
}
.title {
    font-family: 'Roboto', Arial;
}
.title:after {
    display: block;

    width: 122px;
    height: 17px;

    content: '';

    background: url(../images/title_line.svg) no-repeat center;
    background-size: contain;
}
@media (max-width: 767px) {
    .title:after {
        width: 80px;
        height: 12px;
    }
}
.title span {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;

    display: block;

    margin-bottom: 10px;
}
@media (max-width: 1400px) {
    .title span {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .title span {
        font-size: 20px;
    }
}
.title h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;

    color: #045e33;
}
@media (max-width: 1470px) {
    .title h2 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .title h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 24px;
    }
}
.title p {
    font-size: 16px;
    line-height: 1.5;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 991px) {
    .title p {
        font-size: 14px;
    }
}
.common-product-item {
    display: block;
    overflow: hidden;

    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}
.common-product-item .pic {
    padding: 4px;
}
.common-product-item .img-box {
    padding-bottom: 83.33333333%;
}
.common-product-item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-product-item .title-products {
    font-family: 'Roboto', Arial;

    padding: 20px 30px;
}
@media (max-width: 1199px) {
    .common-product-item .title-products {
        padding: 20px;
    }
}
@media (max-width: 991px) {
    .common-product-item .title-products {
        padding: 10px;
    }
}
.common-product-item .title-products span {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.41176471;

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

    height: 24px;

    color: #045e33;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .common-product-item .title-products span {
        font-size: 16px;
        line-height: 1.5;
    }
}
.common-product-item .title-products b {
    font-size: 16px;
    line-height: 1.25;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.common-product-item .more {
    font-size: 16px;
    line-height: 24px;

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

    padding: 10px 30px;

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

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #999;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .common-product-item .more {
        padding: 10px 20px;
    }
}
@media (max-width: 991px) {
    .common-product-item .more {
        padding: 10px;
    }
}
@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 .more {
        background-color: #045e33;
    }
}
.common-category-item {
    position: relative;

    display: block;
}
.common-category-item:before {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .3);
}
.common-category-item .img-box {
    padding-bottom: 60.41666667%;
}
.common-category-item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;

    -webkit-filter: blur(2px);
    filter: blur(2px);
}
.common-category-item .title-category {
    font-family: 'Oswald', Arial;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33333333;

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

    width: 100%;
    padding: 0 5%;

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

    color: #fff;
    text-shadow: 0 5px 4px #000;
}
@media (max-width: 1400px) {
    .common-category-item .title-category {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .common-category-item .title-category {
        font-size: 20px;
    }
}
.common-category-item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

    -webkit-filter: blur(0px);
    filter: blur(0px);
}
.box-category .category ul li {
    padding: 0;
}
.box-category .category-contact {
    padding: 25px 0;

    background-color: #045e33;
}
@media (max-width: 1199px) {
    .box-category .category-contact {
        padding: 15px 0;
    }
}
@media (max-width: 767px) {
    .box-category .category-contact .d-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.box-category .category-contact p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px) {
    .box-category .category-contact p {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .box-category .category-contact p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .box-category .category-contact p {
        width: 100%;
    }
}
.box-category .category-contact .more {
    font-family: 'Roboto', Arial;
    font-size: 16px;
    line-height: 40px;

    display: block;

    padding: 0 24px;

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

    background-color: #f0c42f;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .box-category .category-contact .more {
        margin-top: 10px;
    }
}
.box-category .category-contact .more:hover {
    background-color: #ffc20e;
}
.box-products .products-top {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 6%;
}
@media (max-width: 1199px) {
    .box-products .products-top {
        padding-left: 15px;
    }
}
.box-products .products-left {
    width: -webkit-calc(100% - 470px);
    width: calc(100% - 470px);
    padding-right: 5%;
}
@media (max-width: 1199px) {
    .box-products .products-left {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }
}
@media (max-width: 991px) {
    .box-products .products-left {
        width: 100%;
    }
}
.box-products .products-left .common-text {
    max-width: 970px;
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .box-products .products-left .common-text {
        margin-top: 20px;
    }
}
.box-products .products-left .common-text h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.42857143;

    text-decoration: underline;
}
@media (max-width: 1560px) {
    .box-products .products-left .common-text h3 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .box-products .products-left .common-text h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .box-products .products-left .common-text h3 {
        font-size: 18px;
    }
}
.box-products .products-right {
    width: 470px;
}
@media (max-width: 1199px) {
    .box-products .products-right {
        width: 400px;
    }
}
@media (max-width: 991px) {
    .box-products .products-right {
        width: 100%;
    }
}
.box-products .products-right .common-product-item {
    box-shadow: none;
}
.box-products .products {
    margin-top: 90px;
}
@media (max-width: 1560px) {
    .box-products .products {
        margin-top: 70px;
    }
}
@media (max-width: 1199px) {
    .box-products .products {
        margin-top: 50px;
    }
}
@media (max-width: 991px) {
    .box-products .products {
        margin-top: 30px;
    }
}
.box-products .products ul {
    margin: 0;
}
.box-products .products ul li {
    overflow: visible;

    padding: 0;
}
.box-products2 {
    background: #f8f8f8;
}
.box-products2 .title {
    margin-bottom: 60px;
}
@media (max-width: 1199px) {
    .box-products2 .title {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .box-products2 .title {
        margin-bottom: 10px;
    }
}
.box-products2 .products2 {
    margin-top: 20px;

    background-color: #fff;
}
.box-products2 .products2 .products2-left {
    width: 32%;
    height: 100%;
}
@media (max-width: 1199px) {
    .box-products2 .products2 .products2-left {
        width: 40%;
    }
}
@media (max-width: 767px) {
    .box-products2 .products2 .products2-left {
        width: 100%;
    }
}
.box-products2 .products2 .products2-left .common-category-item .img-box {
    padding-bottom: 65%;
}
.box-products2 .products2 .products2-left .common-category-item .img-box img {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
.box-products2 .products2 .products2-left .common-category-item .more {
    line-height: 40px;

    position: absolute;
    z-index: 4;
    top: 50%;
    right: -20px;

    width: 40px;
    height: 40px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #045e33;
}
@media (max-width: 767px) {
    .box-products2 .products2 .products2-left .common-category-item .more {
        top: auto;
        right: auto;
        bottom: -20px;
        left: 50%;

        -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg);
    }
}
.box-products2 .products2 .products2-left .common-category-item:hover .more {
    color: #333;
    background-color: #f0c42f;
}
.box-products2 .products2 .products2-right {
    width: 68%;
    padding: 0 5%;
}
@media (max-width: 1199px) {
    .box-products2 .products2 .products2-right {
        width: 60%;
        padding: 0 3%;
    }
}
@media (max-width: 767px) {
    .box-products2 .products2 .products2-right {
        width: 100%;
        margin-top: 20px;
        padding: 10px;
    }
}
.box-products2 .products2 .products2-right .common-product-item {
    box-shadow: none;
}
.box-products2 .products2 .products2-right .common-product-item .title-products {
    margin-top: 10px;
    padding: 0;
}
.box-products2 .products2 .products2-right .common-product-item:hover .title-products {
    text-decoration: underline;

    color: #045e33;
}
.box-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box-video .video,
.box-video .pic {
    width: 50%;
}
@media (max-width: 767px) {
    .box-video .video,
    .box-video .pic {
        width: 100%;
    }
}
.box-video .img-box {
    padding-bottom: 51.04166667%;
}
.box-about .pic {
    position: relative;

    width: 46%;
    height: 100%;
}
@media (max-width: 991px) {
    .box-about .pic {
        width: 100%;
        margin-top: 20px;
    }
    .box-about .pic img {
        width: 100%;
    }
}
.box-about .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 54%;
    padding-right: 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 {
        width: 100%;
        padding-right: 0;
    }
}
.box-about .about .common-text {
    max-width: 730px;
    margin-top: 30px;
}
.box-about .about .common-text h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.42857143;

    text-decoration: underline;
}
@media (max-width: 1560px) {
    .box-about .about .common-text h3 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .box-about .about .common-text h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .box-about .about .common-text h3 {
        font-size: 18px;
    }
}
@-webkit-keyframes play {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes play {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.footer {
    overflow: hidden;

    color: #fff;
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 80px;
    }
}
.footer .foot {
    padding: 30px 0;

    /* -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; */
}
@media (max-width: 991px) {
    .footer .foot {
        margin-top: 20px;
        padding: 20px 0;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.footer .foot-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.footer .title {
    width: 100%;
    margin-bottom: 30px;
}
.footer .title h2 {
    font-size: 48px;

    color: #fff;
}
@media (max-width: 1560px) {
    .footer .title h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .footer .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .footer .title h2 {
        font-size: 24px;
    }
}
.footer .erweima {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .erweima .item {
    margin-right: 20px;
}
.footer .erweima img {
    width: 100px;
}
.footer .foot-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-right: 60px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1800px) {
    .footer .foot-text {
        margin-right: 30px;
    }
}
@media (max-width: 1400px) {
    .footer .foot-text {
        margin-right: 20px;
    }
}
@media (max-width: 991px) {
    .footer .foot-text {
        width: 100%;
        margin: 0;
    }
}
.footer .foot-text p {
    font-size: 24px;
    line-height: 1.25;

    margin-left: 60px;
}
@media (max-width: 1800px) {
    .footer .foot-text p {
        margin-left: 30px;
    }
}
@media (max-width: 1560px) {
    .footer .foot-text p {
        font-size: 20px;
    }
}
@media (max-width: 1400px) {
    .footer .foot-text p {
        margin-left: 20px;
    }
}
@media (max-width: 991px) {
    .footer .foot-text p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        width: 100%;
        margin: 0;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .footer .foot-text p {
        margin-top: 14px;
        margin-right: 20px;
        margin-left: 0;
    }
}
.footer .foot-text p .iconfont {
    font-size: 30px;
    line-height: 1;

    display: block;

    width: 100%;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .footer .foot-text p .iconfont {
        width: auto;
        margin-right: 10px;
        margin-bottom: 0;
    }
}
.footer .foot-text p a:hover {
    text-decoration: underline;
}
.footer .foot-logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 1670px) {
    .footer .foot-logo {
        padding-right: 8%;
    }
}
.footer .foot-logo img {
    height: 160px;
}
@media (max-width: 1560px) {
    .footer .foot-logo img {
        height: 140px;
    }
}
@media (max-width: 1400px) {
    .footer .foot-logo img {
        height: 100px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-logo img {
        height: 80px;
    }
}
.footer .copyright {
    font-size: 14px;
    line-height: 26px;

    padding: 20px 0;

    text-align: center;

    color: rgba(234, 234, 234, .6);
}
@media (max-width: 991px) {
    .footer .copyright {
        line-height: 20px;

        padding: 10px 0;
    }
}
.footer .copyright p {
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.footer .copyright a,
.footer .copyright span {
    display: inline-block;

    vertical-align: middle;
}
.footer .copyright a:hover {
    text-decoration: underline;

    color: #fff;
}
.footer .copyright .copyright-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .footer .copyright .copyright-right {
        margin: 10px 0;
    }
}
.footer .copyright .cnzz {
    margin: 0 20px;
}
.footer .copyright .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .footer .copyright .link {
        margin: 10px 0;
    }
}
.footer .copyright .power,
.footer .copyright .sitemap {
    padding: 0 10px;
}
.wrap {
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1560px) {
    .wrap {
        padding: 80px 0;
    }
}
@media (max-width: 1199px) {
    .wrap {
        padding: 60px 0;
    }
}
@media (max-width: 991px) {
    .wrap {
        padding: 40px 0;
    }
}
.title-in span {
    line-height: 36px;

    display: inline-block;

    margin-bottom: 20px;
    padding: 0 14px;

    text-transform: uppercase;

    color: #fff;
    border-radius: 30px;
    background-color: #045e33;
}
.title-in h2 {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.13636364;

    text-transform: capitalize;
}
@media (max-width: 1470px) {
    .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;
    }
}
.wrap-location {
    line-height: 30px;

    padding: 30px 0 0 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-location {
        padding: 20px 0 0 0;
    }
}
.wrap-location .location {
    position: relative;

    padding-left: 30px;
}
.wrap-location .location:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

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

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

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

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

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

    text-transform: capitalize;
}
@media (max-width: 767px) {
    .wrap-location .location>ul>li>a {
        line-height: 20px;

        padding: 5px 0;
    }
}
.wrap-location .location>ul>li>a:hover {
    text-decoration: underline;

    color: #045e33;
}
.wrap-menu {
    position: relative;
    z-index: 8;

    margin-top: -56px;

    color: #fff;
}
@media (max-width: 1199px) {
    .wrap-menu {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .wrap-menu {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}
.wrap-menu .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    background-color: rgba(4, 94, 51, .9);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-menu .menu .menu-home {
    line-height: 56px;

    width: 56px;
    height: 56px;

    text-align: center;

    border-right: 1px solid rgba(255, 255, 255, .2);
}
@media (max-width: 767px) {
    .wrap-menu .menu .menu-home {
        display: none;
    }
}
.wrap-menu .menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 0 8px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .wrap-menu .menu ul {
        padding: 8px;
    }
}
.wrap-menu .menu ul li a {
    font-size: 16px;
    font-weight: bold;
    line-height: 56px;

    position: relative;

    display: block;

    padding: 0 30px;

    -webkit-transition: all .6s;
    transition: all .6s;
}
@media (max-width: 1199px) {
    .wrap-menu .menu ul li a {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .wrap-menu .menu ul li a {
        line-height: 28px;

        padding: 5px 10px;
    }
}
.wrap-menu .menu ul li a:before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 0;

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

    background-color: #fff;
}
@media (max-width: 1199px) {
    .wrap-menu .menu ul li a:before {
        display: none;
    }
}
.wrap-menu .menu ul li a span {
    position: relative;
    z-index: 6;

    display: block;
}
.wrap-menu .menu ul li.active a,
.wrap-menu .menu ul li:hover a {
    color: #045e33;
}
.wrap-menu .menu ul li.active a:before,
.wrap-menu .menu ul li:hover a:before {
    height: -webkit-calc(100% - 8px);
    height: calc(100% - 8px);
}
@media (max-width: 1199px) {
    .wrap-menu .menu ul li.active a,
    .wrap-menu .menu ul li:hover a {
        color: rgba(255, 255, 255, .7);
    }
}
.wrap .find {
    line-height: 50px;

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

    width: 100%;
    margin-top: 30px;
    padding: 0 18px;

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

    border: 1px solid rgba(0, 0, 0, .1);
    background: #f8f8f8;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .wrap .find {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        margin: 0 auto;
        margin-top: 20px;
    }
}
.wrap .find span {
    font-size: 15px;

    display: block;

    color: #999;
}
@media (max-width: 767px) {
    .wrap .find span {
        font-size: 14px;
    }
}
.wrap .find .icon {
    font-size: 20px;

    color: #045e33;
}
.wrap .find:hover {
    border-color: #045e33;
}
.wrap-left {
    width: 470px;
    padding-right: 2%;
    padding-left: 5%;

    background: #f2f2f2;
}
@media (max-width: 1560px) {
    .wrap-left {
        width: 370px;
        padding-right: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-left {
        width: 100%;
        padding: 0 15px 20px;
    }
}
.wrap-right {
    width: -webkit-calc(100% - 470px);
    width: calc(100% - 470px);
    padding-bottom: 100px;
    padding-left: 0;
}
@media (max-width: 1560px) {
    .wrap-right {
        width: -webkit-calc(100% - 370px);
        width: calc(100% - 370px);
        padding-bottom: 80px;
    }
}
@media (max-width: 1199px) {
    .wrap-right {
        width: 100%;
        padding: 30px 15px 50px 15px;
    }
}
.wrap-sidenav {
    overflow: hidden;

    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-sidenav {
        display: none;
    }
}
.wrap-sidenav .title-sidenav {
    font-family: 'Roboto', Arial;
}
.wrap-sidenav .title-sidenav h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;

    color: #045e33;
}
@media (max-width: 1470px) {
    .wrap-sidenav .title-sidenav h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .wrap-sidenav .title-sidenav h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-sidenav .title-sidenav h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-sidenav .title-sidenav h2 {
        font-size: 20px;
    }
}
.wrap-sidenav .title-sidenav h2:after {
    display: block;

    width: 122px;
    height: 17px;

    content: '';

    background: url(../images/title_line.svg) no-repeat center;
    background-size: contain;
}
@media (max-width: 767px) {
    .wrap-sidenav .title-sidenav h2:after {
        width: 80px;
        height: 12px;
    }
}
.wrap-sidenav .title-sidenav h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin: 30px 0 0 0;
}
.wrap-sidenav .sidenav {
    margin-top: 30px;
}
.wrap-sidenav .sidenav .slevel-1>li {
    position: relative;

    overflow: hidden;

    margin-bottom: 4px;
}
.wrap-sidenav .sidenav .slevel-1>li>a {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;

    position: relative;

    display: block;

    padding: 10px 40px 10px 15px;

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

    color: #fff;
    background: #045e33;
}
.wrap-sidenav .sidenav .slevel-1>li>a:after {
    font-family: 'iconfont' !important;
    line-height: 40px;

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

    display: block;

    width: 40px;
    height: 40px;

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

    padding: 15px;

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

    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.wrap-sidenav .sidenav .slevel-2>li>a {
    line-height: 24px;

    position: relative;

    display: block;

    padding: 4px 0;

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

    color: #666;
}
.wrap-sidenav .sidenav .slevel-2>li:last-child {
    border: none;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a,
.wrap-sidenav .sidenav .slevel-2>li:hover>a {
    color: #045e33;
}
.xs-product-nav {
    display: none;
    overflow: hidden;

    padding: 14px 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: 4px 10px;

    text-transform: capitalize;

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

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .xs-product-nav ul>li>a {
        font-size: 14px;
        line-height: 20px;
    }
}
.xs-product-nav ul>li.active>a {
    color: #fff;
    border-color: #045e33;
    background-color: #045e33;
}
.wrap-about .about {
    width: 50%;
    padding-right: 5%;
}
@media (max-width: 991px) {
    .wrap-about .about {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-about .about .common-text {
    margin-top: 60px;
}
@media (max-width: 1400px) {
    .wrap-about .about .common-text {
        margin-top: 30px;
    }
}
.wrap-about .about .common-text h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.42857143;

    text-decoration: underline;
}
@media (max-width: 1560px) {
    .wrap-about .about .common-text h3 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .wrap-about .about .common-text h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-about .about .common-text h3 {
        font-size: 18px;
    }
}
.wrap-about .pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 50%;
    margin: 0 -14px;
}
@media (max-width: 991px) {
    .wrap-about .pic {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-about .pic .img {
    padding: 0 14px;
}
.wrap-about .pic .img img {
    width: 100%;
}
.wrap-about .pic .img1 img {
    -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}
.wrap-certificate {
    background: #f4f6fa;
}
.wrap-certificate .certificate .slick-certificate {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-certificate .certificate .slick-certificate {
        margin-top: 20px;
    }
}
.wrap-certificate .certificate .slick-certificate .slick-list {
    padding: 0 15px;
}
.wrap-certificate .certificate .slick-certificate .slick-slide {
    padding: 25px 15px;
}
@media (max-width: 767px) {
    .wrap-certificate .certificate .slick-certificate .slick-slide {
        padding: 20px 5px;
    }
}
.wrap-certificate .certificate .slick-certificate .slick-slide .item {
    opacity: 0;
}
.wrap-certificate .certificate .slick-certificate .slick-active .item {
    opacity: 1;
}
.wrap-certificate .certificate .item {
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;

    box-shadow: 0 11px 20px 0 rgba(0, 0, 0, .15);
}
.wrap-certificate .certificate .item .img-box {
    overflow: hidden;

    padding-bottom: 155.73770492%;
}
.wrap-certificate .certificate .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (min-width: 1200px) {
    .wrap-certificate .certificate .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.wrap-factory .editor-content {
    max-width: 1110px;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-factory .editor-content {
        margin-top: 20px;
    }
}
.wrap-factory .factory {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-factory .factory {
        margin-top: 10px;
    }
}
.wrap-factory .factory>ul>li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-factory .factory>ul>li {
        margin-top: 15px;
    }
}
.wrap-factory .factory .item {
    overflow: hidden;

    cursor: pointer;
}
.wrap-factory .factory .item .img-box {
    padding-bottom: 63.75%;
}
.wrap-factory .factory .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (min-width: 1200px) {
    .wrap-factory .factory .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.wrap-contact .title:after {
    display: none;
}
.wrap-contact .contact {
    width: 60%;
    margin-top: 40px;
    padding-right: 10%;
}
@media (max-width: 1199px) {
    .wrap-contact .contact {
        padding-right: 5%;
    }
}
@media (max-width: 991px) {
    .wrap-contact .contact {
        width: 100%;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact {
        margin-top: 20px;
    }
}
.wrap-contact .contact>ul {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.wrap-contact .contact>ul>li {
    padding: 30px 50px;

    border-top: 1px solid rgba(0, 0, 0, .1);
}
@media (max-width: 1400px) {
    .wrap-contact .contact>ul>li {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact>ul>li {
        padding: 20px 0;
    }
}
.wrap-contact .contact>ul>li:nth-child(1) .item .note p {
    font-size: 20px;
    line-height: 1.5;

    margin: 10px 0 0 0;
}
@media (max-width: 1400px) {
    .wrap-contact .contact>ul>li:nth-child(1) .item .note p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact>ul>li:nth-child(1) .item .note p {
        font-size: 16px;
    }
}
.wrap-contact .contact .item {
    font-family: 'Roboto', Arial;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.wrap-contact .contact .item .icon {
    font-size: 24px;
    line-height: 50px;

    width: 50px;
    height: 50px;

    text-align: center;

    color: #fff;
    background-color: #045e33;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .wrap-contact .contact .item .icon {
        font-size: 20px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.wrap-contact .contact .item .note {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    padding-left: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1400px) {
    .wrap-contact .contact .item .note {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact .item .note {
        font-size: 18px;

        padding-left: 14px;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.wrap-contact .contact .item .note b {
    display: block;

    margin-right: 10px;
}
.wrap-contact .contact .item .note p {
    margin: 0;
}
.wrap-contact .contact .item .note a:hover {
    text-decoration: underline;
}
.wrap-contact .pic {
    width: 40%;
    margin-top: 40px;
}
@media (max-width: 991px) {
    .wrap-contact .pic {
        display: none;
    }
}
.wrap-contact .pic img {
    width: 100%;
}
.wrap-message {
    background: #fafafa;
}
.wrap-message .title:after {
    display: none;
}
@media (max-width: 1199px) {
    .wrap-product .product {
        padding: 0 10px;
    }
}
.wrap-product .product ul {
    margin: 0;
}
.wrap-product .product ul li {
    overflow: visible;

    padding: 0;
}
#productcontent {
    position: relative;
    top: -150px;
}
@media (max-width: 1199px) {
    #productcontent {
        top: 0;
    }
}
.wrap-product-show .wrap-right {
    padding-bottom: 0;
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-right {
        padding-top: 0;
    }
}
.wrap-product-show .product-show {
    padding-right: 16%;
}
@media (max-width: 1560px) {
    .wrap-product-show .product-show {
        padding-right: 8%;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show {
        padding-right: 0;
    }
}
@media (max-width: 1560px) {
    .wrap-product-show .carousel-left,
    .wrap-product-show .carousel-right {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .carousel-left,
    .wrap-product-show .carousel-right {
        width: 100%;
    }
}
.wrap-product-show .carousel-wrap .carousel {
    border: 1px solid rgba(0, 0, 0, .1);
}
.wrap-product-show .carousel-wrap .item-video {
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel-wrap .item {
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .item .img-box {
    padding-bottom: 83.33333333%;
}
.wrap-product-show .carousel-wrap .slider-for {
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .slider-for .slick-list {
    margin: 0;
}
.wrap-product-show .carousel-wrap .slider-for .slick-list .slick-slide {
    padding: 0;
}
.wrap-product-show .carousel-wrap .slider-for .item {
    position: relative;
    z-index: 2;
}
.wrap-product-show .carousel-wrap .slider-for .zoom {
    position: relative;
}
.wrap-product-show .carousel-wrap .slider-for iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .slider-for .slick-arrow {
    left: 2%;
}
.wrap-product-show .carousel-wrap .slider-for .slick-arrow.slick-next {
    right: 2%;
    left: auto;
}
.wrap-product-show .slider-nav {
    overflow: hidden;

    max-height: 160px;
    margin-top: 30px;
    padding: 0 30px;
}
.wrap-product-show .slider-nav .slick-list {
    margin: 0 -8px;
}
.wrap-product-show .slider-nav .slick-list .slick-slide {
    padding: 0 8px;
}
.wrap-product-show .slider-nav .item {
    cursor: pointer;

    border: 1px solid rgba(0, 0, 0, .1);
}
.wrap-product-show .slider-nav .slick-current .item {
    border-color: #045e33;
}
.wrap-product-show .slider-nav .slick-arrow {
    left: 0;

    width: 30px;

    color: #222;
    background: none;
}
.wrap-product-show .slider-nav .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.wrap-product-show .slider-nav .slick-arrow:before {
    font-size: 24px;
    font-weight: bold;
}
.wrap-product-show .slider-nav .slick-arrow:hover {
    color: #045e33;
}
.wrap-product-show .info-box {
    padding: 30px 0 30px 5%;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box {
        padding: 20px 0 20px 3%;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box {
        padding: 20px 15px;
    }
}
.wrap-product-show .info-box .title-info-box h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-product-show .info-box .link-title {
    font-size: 20px;
    font-weight: bold;

    margin-right: 40px;

    color: #045e33;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .link-title {
        font-size: 18px;

        margin-right: 20px;
    }
}
.wrap-product-show .info-box .link-down,
.wrap-product-show .info-box .link-video {
    font-size: 20px;
    line-height: 30px;

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

    margin-right: 40px;

    cursor: pointer;

    color: #045e33;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .link-down,
    .wrap-product-show .info-box .link-video {
        font-size: 18px;

        margin-right: 20px;
    }
}
.wrap-product-show .info-box .link-down .iconfont,
.wrap-product-show .info-box .link-video .iconfont {
    font-size: 24px;

    margin-right: 10px;
}
.wrap-product-show .info-box .link-video {
    font-size: 18px;

    color: #333;
}
.wrap-product-show .product-others {
    margin-top: 6px;
}
.wrap-product-show .product-others ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -40x;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-product-show .product-others ul li {
    width: 20%;
    margin-top: 8px;
    padding: 0 4px;
}
@media (max-width: 767px) {
    .wrap-product-show .product-others ul li {
        width: 33.33333333%;
    }
}
.wrap-product-show .product-others .item {
    text-align: center;
}
.wrap-product-show .product-others .item .img-box {
    padding-bottom: 83.33333333%;

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

    border: 1px solid rgba(0, 0, 0, .1);
}
.wrap-product-show .product-others .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-show .product-others .item .title-product {
    font-weight: bold;
    line-height: 1.71428571;

    margin-top: 4px;

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

    color: #999;
}
.wrap-product-show .product-others .item:hover .img-box {
    border-color: #045e33;
}
.wrap-product-show .product-others .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product-show .product-others .item:hover .title-product {
    color: #045e33;
}
.wrap-product-show .title h2 {
    font-size: 40px;

    color: #333;
}
@media (max-width: 1560px) {
    .wrap-product-show .title h2 {
        font-size: 34px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .title h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .title h2 {
        font-size: 22px;
    }
}
.wrap-product-show .parameter {
    padding: 60px 5%;

    background: #f9f9f9;
}
.wrap-product-show .parameter .link ul {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.wrap-product-show .parameter .link ul li {
    padding: 0 15px;
}
.wrap-product-show .parameter .link a {
    display: block;
    padding: 0 30px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 30px;
}
.wrap-product-show .parameter .link a.btn-inquiry {
    background-color: #045e33;
    color: #fff;
}
.wrap-product-show .parameter .link a.addcart {
    background-color: #ffc20e;
}
.wrap-product-show .parameter .link a:hover {
    text-decoration: underline;
}
.wrap-product-show .parameter .title-in {
    padding-bottom: 14px;

    border-bottom: 1px dotted #ccc;
}
.wrap-product-show .parameter .editor-content {
    margin-top: 20px;
}
.wrap-product-show .relate-product .product-top {
    padding: 60px 5% 40px;
}
.wrap-product-show .relate-product .slick-list {
    font-size: 0;

    margin: 0;
}
.wrap-product-show .relate-product .slick-slide {
    padding: 0;
    padding-top: 10px;
}
.wrap-product-show .submit-group .submit {
    font-size: 22px;
    font-weight: bold;
}
@media (max-width: 991px) {
    .wrap-product-show .submit-group .submit {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .submit-group .submit {
        font-size: 16px;
    }
}
.wrap-product-show .submit-group .submit .icon {
    font-size: 20px;

    margin-top: 2px;

    color: #f0c42f;
}
@media (max-width: 767px) {
    .wrap-product-show .submit-group .submit .icon {
        margin-top: -2px;
    }
}
.downproduct {
    display: none;

    width: 98%;
    max-width: 1410px;
    padding: 0 5% 50px 5%;

    border-radius: 10px;
    background: #fff;
}
@media (max-width: 1560px) {
    .downproduct {
        max-width: 1200px;
    }
}
.downproduct .title-downproduct {
    padding: 14px 0;

    border-bottom: 1px solid #045e33;
}
.downproduct .title-downproduct h3 {
    font-size: 30px;
    font-weight: bold;
}
.downproduct .pic {
    width: 30%;
}
.downproduct .pic img {
    width: 100%;
}
.downproduct .editor-content {
    width: 70%;
    padding: 30px 0 0 0;
}
.downproduct .editor-content h4 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.57894737;

    color: #045e33;
}
.downproduct .formbox {
    margin-top: 10px;
}
.downproduct .formbox form ul {
    margin: 0 -10px;
}
.downproduct .formbox form ul li {
    padding: 0 10px;
}
.downproduct .formbox form .group {
    position: relative;

    margin-top: 20px;
}
.downproduct .formbox form .group label {
    line-height: 50px;
}
@media (max-width: 767px) {
    .downproduct .formbox form .group label {
        line-height: 40px;
    }
}
.downproduct .formbox form .group input,
.downproduct .formbox form .group textarea {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    .downproduct .formbox form .group input,
    .downproduct .formbox form .group textarea {
        padding: 10px;
    }
}
.downproduct .formbox form .group input:focus+label,
.downproduct .formbox form .group textarea:focus+label,
.downproduct .formbox form .group input:valid+label,
.downproduct .formbox form .group textarea:valid+label {
    top: -28px;
}
.fancybox-close-small {
    top: 18px;
    right: 9%;
}
@media (max-width: 1199px) {
    .fancybox-close-small {
        right: 5%;
    }
}
.fancybox-close-small:after {
    font-size: 50px;

    color: #222;
}
.fancybox-close-small:hover:after {
    color: #045e33;
    background: none;
}
.wrap-news .news-content {
    font-size: 0;
}
.wrap-news .news-left,
.wrap-news .news-right {
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-news .news-left {
    width: -webkit-calc(100% - 440px);
    width: calc(100% - 440px);
    padding-right: 3%;
}
@media (max-width: 1400px) {
    .wrap-news .news-left {
        width: -webkit-calc(100% - 380px);
        width: calc(100% - 380px);
    }
}
@media (max-width: 1199px) {
    .wrap-news .news-left {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-news .news-right {
    width: 440px;
}
@media (max-width: 1400px) {
    .wrap-news .news-right {
        width: 380px;
    }
}
@media (max-width: 1199px) {
    .wrap-news .news-right {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-news .news {
    margin-top: -20px;
}
.wrap-news .news>ul {
    margin: 0 -10px;
}
.wrap-news .news>ul>li {
    margin-top: 20px;
    padding: 0 10px;
}
.wrap-news .news .item {
    display: block;

    background: #f8f8f6;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}
.wrap-news .news .item .img-box {
    padding-bottom: 75.67567568%;
}
.wrap-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .title-news {
    font-family: 'Roboto', Arial;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin-top: 14px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1560px) {
    .wrap-news .news .item .title-news {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .title-news {
        font-size: 18px;
        line-height: 1.33333333;

        max-height: 72px;
    }
}
.wrap-news .news .item .title-news span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#333));
    background-image: -webkit-linear-gradient(left, #333 0%, #333 100%);
    background-image: linear-gradient(to right, #333 0%, #333 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-news .news .item .text {
    position: relative;
    z-index: 2;

    margin-top: -24px;
    padding: 0 40px 30px 40px;
}
@media (max-width: 1560px) {
    .wrap-news .news .item .text {
        padding: 0 30px 30px 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-news .news .item .text {
        padding: 0 20px 20px 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-news .news .item .text {
        margin-top: -20px;
    }
}
.wrap-news .news .item .text .category {
    font-size: 16px;
    line-height: 48px;

    display: inline-block;

    padding: 0 28px;

    color: #045e33;
    border-radius: 7px;
    background-color: #f0c42f;
}
@media (max-width: 1400px) {
    .wrap-news .news .item .text .category {
        padding: 0 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-news .news .item .text .category {
        font-size: 14px;
        line-height: 40px;
    }
}
.wrap-news .news .item .text .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;

    color: #666;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .wrap-news .news .item .text .date {
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-news .news .item .text .date {
        margin-top: 20px;
    }
}
.wrap-news .news .item .text .date .iconfont {
    font-size: 18px;

    margin-right: 10px;

    color: rgba(102, 102, 102, .5);
}
.wrap-news .news .item .text .more {
    line-height: 40px;

    display: block;

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

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #045e33;
}
@media (max-width: 1400px) {
    .wrap-news .news .item .text .more {
        margin-top: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .text .more {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}
.wrap-news .news .item .text .more .iconfont {
    font-size: 20px;
}
.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 span {
    background-size: 100% 1px;
}
.wrap-news .news-categories,
.wrap-news .news-relate {
    padding: 40px;

    color: #fff;
    background-color: #045e33;
}
@media (max-width: 1199px) {
    .wrap-news .news-categories,
    .wrap-news .news-relate {
        padding: 20px;
    }
}
.wrap-news .news-categories .title-news-right h3,
.wrap-news .news-relate .title-news-right h3 {
    font-family: 'Roboto', Arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.wrap-news .news-categories .categories-nav {
    margin-top: 14px;
}
.wrap-news .news-categories .categories-nav>ul>li>a {
    font-size: 16px;
    line-height: 1.875;

    display: block;

    padding: 5px 0;
}
.wrap-news .news-relate {
    margin-top: 30px;
}
.wrap-news .news-relate .news-list>ul>li {
    margin-top: 30px;
}
.wrap-news .news-relate .news-list .item {
    display: block;
}
.wrap-news .news-relate .news-list .item .title-news {
    font-family: 'Roboto', Arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;

    display: -webkit-box;
    overflow: hidden;

    max-height: 75px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px) {
    .wrap-news .news-relate .news-list .item .title-news {
        font-size: 18px;
        line-height: 1.33333333;

        max-height: 72px;
    }
}
.wrap-news .news-relate .news-list .item .title-news span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-news .news-relate .news-list .item .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

    opacity: .5;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-news .news-relate .news-list .item .date .iconfont {
    margin-right: 10px;
}
.wrap-news .news-relate .news-list .item:hover .title-news span {
    background-size: 100% 1px;
}
.wrap-details {
    padding-top: 40px;
}
.wrap-details .title-details h2 {
    font-family: 'Roboto', Arial;
    font-size: 26px;
    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 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;

    margin-top: 20px;

    color: #045e33;
}
@media (max-width: 991px) {
    .wrap-details .title-details .date {
        font-size: 14px;

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

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

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

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

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

    position: relative;

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

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

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

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

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

    display: block;

    width: 36px;
    height: 36px;

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

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

    width: 1px;
    height: 16px;

    content: '';

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

        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.wrap-download .title:after {
    margin: 0 auto;
}
.wrap-download .download>ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wrap-download .download>ul>li {
    margin-top: 30px;
}
.wrap-download .download .item {
    display: block;
}
.wrap-download .download .item .img-box {
    padding-bottom: 115.15151515%;
}
.wrap-download .download .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (min-width: 1200px) {
    .wrap-download .download .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.wrap-sitemap {
    background-color: #fcfcfc;
}
.wrap-sitemap .sitemap .title h2 {
    margin: 0;
}
.wrap-sitemap .sitemap>ul>li {
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;

    border: 1px solid #eaeaea;
}
@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;
    background-color: #045e33;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

    background-color: #045e33;
}
.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;

    display: inline-block;

    list-style: none;

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

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

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

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

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

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

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

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

    display: inline-block;

    padding: 10px 20px;

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

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

    list-style: none;

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

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

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

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

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

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

    display: block;

    padding: 5px 30px;

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

    color: #045e33;
}
.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: #045e33;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
    color: #045e33;
}
.wrap-nosearch {
    margin: 0 0 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(4, 94, 51, .5);
    border-radius: 5px;
    background-color: rgba(4, 94, 51, .1);
}
.wrap-nosearch .title-in {
    margin-top: 30px;
}
@media (min-width: 1200px) {
    .wrap-nosearch .title-in h2 {
        font-size: 30px;
    }
}
.pagination {
    display: block;

    margin-top: 80px;

    color: #666;
}
@media (max-width: 1199px) {
    .pagination {
        margin-top: 50px;
    }
}
.pagination a,
.pagination span:not(.ellipsis) {
    font-size: 16px;

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

    min-width: 40px;
    height: 40px;
    margin: 0 6px;

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

    border-radius: 50%;
    background: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 1200px) {
    .pagination a,
    .pagination span:not(.ellipsis) {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .pagination a:hover,
    .pagination span:not(.ellipsis):hover {
        color: #fff;
        background-color: #045e33;
    }
}
@media (max-width: 1199.98px) {
    .pagination a:active,
    .pagination span:not(.ellipsis):active {
        color: #fff;
        background-color: #045e33;
    }
}
@media (max-width: 767.98px) {
    .pagination a,
    .pagination span:not(.ellipsis) {
        font-size: 14px;

        min-width: 32px;
        height: 32px;
        margin: 0 3px;
    }
}
.pagination span.current {
    color: #fff;
    background-color: #045e33;
}
.pagination span.current.prev,
.pagination span.current.next {
    display: none;
}
.pagination .prev:before {
    font-family: 'iconfont' !important;

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

    content: '\e625';
}
.wrap-inquiryinfo .inquiry-info {
    font-size: 0;

    width: 100%;

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

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

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

    display: inline-block;

    padding: 20px 10px;

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

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

    margin: 0;
    padding: 0;

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

    margin: 0;
    padding: 0;

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

    display: inline-block;

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

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

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

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

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

    content: '\e656';

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

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

    content: '\e656';

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

    position: relative;

    width: 60px;
    height: 34px;

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

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

        width: 25px;
        height: 25px;

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

    display: inline-block;

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

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

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

        position: relative;
        z-index: 8;

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

        border-radius: 2px;
    }
}
.wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-inquiryinfo .inquiry-info .add1:hover {
    color: #fff;
    border-color: #045e33;
    background-color: #045e33;
}
.wrap-inquiryinfo .inquiry-info .add1 {
    margin-top: -1px;
    margin-left: 2px;
}
.wrap-inquiryinfo .inquiry-info .pic {
    border: 1px solid #dcdcdc;
}
.wrap-inquiryinfo .inquiry-info p {
    line-height: 24px;

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

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

    cursor: pointer;
    text-align: center;

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

    content: '\e632';

    color: #787878;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .iclose::after {
        font-size: 16px;
    }
}
.wrap-inquiryinfo .iclose:hover::after {
    color: #045e33;
}
.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;
    }
}
.common-text p {
    font-size: 15px;
    line-height: 1.6;

    margin: 0;
}
.editor-content p {
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .editor-content p {
        font-size: 14px;
    }
}
.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 {
    font-size: 14px;
    line-height: 1.71428571;

    overflow: auto;

    width: 100%;
    max-width: 80%;
    margin: 20px 0;

}
.editor-content .table-box table {
    line-height: 1.2;

    width: 100%;
    max-width: 100%;
    text-align: center;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .editor-content .table-box {
        max-width: 80%
    }
}
.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 {

    padding: 10px 20px !important;

    border: 1px solid rgb(221, 221, 221);
}
@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;
}
.editor-content .table-box table tr:nth-child(1),
.editor-content .table-box table td:nth-child(1),
.editor-content .table-box table th:nth-child(1) {
    background-color: #f8f8f8;
}
.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;
}
@media (max-width: 767px) {
    .parameter-flex {
        display: block !important;
    }
    .parameter-flex .link {
        margin-bottom: 30px;
    }
    .wrap-product-show .parameter {
        padding-top: 30px;
    }
}

@media (min-width: 1200px) {
    .editor-content .table-box table {
        width: auto;
        width: 66% !important;
    }
}
.editor-content .table-box table tr:nth-child(1),
.editor-content .table-box table td:nth-child(1),
.editor-content .table-box table th:nth-child(1) {
    font-weight: bold;
}