.ff,
.banner .mobile-video:before {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;

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

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

    src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-display: swap;
}
body {
    font-family: 'Montserrat', 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: #222;

    -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;
}
[lang=zh-CN] .share-cn {
    display: block;
}
[lang=zh-CN] .share-other {
    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;
}
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;
}
@media (min-width: 1200px) {
    .wow {
        visibility: hidden;
    }
}
.lazy {
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.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 (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: 16px;
    font-size: 0;
    line-height: 46px;

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

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

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

    color: #d9d9d9;
    border: none;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    background: none;
}
@media (max-width: 1470px) {
    .slick-arrow {
        left: -3%;
    }
}
@media (max-width: 1199px) {
    .slick-arrow {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px) {
    .slick-arrow {
        line-height: 36px;

        left: -5px;

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

    display: block;

    content: '\eb08';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow.slick-next {
    right: -8%;
    left: auto;
}
@media (max-width: 1470px) {
    .slick-arrow.slick-next {
        right: -3%;
    }
}
@media (max-width: 767px) {
    .slick-arrow.slick-next {
        right: -5px;
    }
}
.slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.slick-arrow:hover {
    color: #006c41;
    border-color: #006c41;
}
.prev-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prev-next .slick-prev,
.prev-next .slick-next {
    font-size: 16px;
    line-height: 48px;

    display: inline-block;

    width: 48px;
    height: 48px;
    margin: 0 16px;

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

    border: 1px solid #ccc;
    background: #fff;
}
@media (max-width: 991px) {
    .prev-next .slick-prev,
    .prev-next .slick-next {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.prev-next .slick-prev:before,
.prev-next .slick-next:before {
    font-family: 'iconfont' !important;

    display: block;

    content: '\e61d';
}
.prev-next .slick-prev:hover,
.prev-next .slick-next:hover {
    border-color: #006c41;
    background-color: #006c41;
}
.prev-next .slick-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-dots {
    margin-top: 40px;

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

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

    vertical-align: top;

    border-radius: 50%;
    background-color: rgba(0, 108, 65, .5);
}
@media (max-width: 767px) {
    .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #006c41;
}
.center {
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.share-cn {
    display: none;
}
.addcart {
    cursor: pointer;
}
.addcart.active .icon:before {
    content: '\e69a';
}
.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;
}
[class*='translated'] .header {
    top: 40px;
}
:root {
    --colorA: #000;
    --colorB: rgba(0, 0, 0, 0);
}
@property --houdini-colorA {
    syntax: '<color>';
    inherits: false;
    initial-value: #000;
}
@property --houdini-colorB {
    syntax: '<color>';
    inherits: false;
    initial-value: rgba(0, 0, 0, 0);
}
.header {
    position: fixed;
    z-index: 9;

    width: 100%;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.header .header-top {
    line-height: 40px;

    height: 40px;
    padding: 0 5%;

    color: #fff;
    background-color: rgba(0, 0, 0, .6);
}
@media (max-width: 1199px) {
    .header .header-top {
        line-height: 30px;

        height: 30px;
    }
}
.header .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .header .share {
        display: none;
    }
}
.header .share ul {
    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}
.header .share ul li {
    display: inline-block;

    vertical-align: middle;
}
.header .share ul li a {
    display: inline-block;

    padding: 0 6px;

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

    color: #fff;
}
.header .share ul li a .icon {
    font-size: 16px;
}
.header .share ul li a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.header p.email {
    margin: 0;
    padding-left: 20px;
}
@media (max-width: 767px) {
    .header p.email {
        font-size: 12px;

        padding-left: 10px;
    }
}
.header p.email .icon {
    font-size: 20px;

    float: left;

    margin-right: 6px;
}
@media (max-width: 767px) {
    .header p.email .icon {
        font-size: 16px;
    }
}
.header .logo {
    height: 80px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1400px) {
    .header .logo {
        height: 60px;
    }
}
@media (max-width: 767px) {
    .header .logo {
        height: 40px;
    }
}
.header .logo img {
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .language {
    position: relative;

    display: inline-block;

    padding: 0 20px;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .header .language {
        padding: 0 10px;
    }
}
.header .language p {
    font-size: 16px;
    font-weight: 500;
    line-height: 100px;

    height: 100px;
    margin: 0;

    color: #006c41;
}
@media (max-width: 1400px) {
    .header .language p {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .header .language p {
        line-height: 60px;

        height: 60px;
    }
}
@media (max-width: 767px) {
    .header .language p {
        font-size: 12px;
    }
}
.header .language p a {
    display: block;
}
.header .language p .icon {
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;

    color: #006c41;
}
@media (max-width: 767px) {
    .header .language p .icon {
        display: none;
    }
}
.header .language ul {
    position: absolute;
    top: 100%;
    left: 0;

    display: none;

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

    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .language ul li a {
    line-height: 24px;

    display: block;

    padding: 10px 10px;

    white-space: nowrap;
}
@media (max-width: 767px) {
    .header .language ul li a {
        font-size: 12px;
    }
}
.header .language ul li a:before {
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language ul li.cn a:before {
    background-position: -24px 0;
}
.header .language ul li.ru a:before {
    background-position: -48px 0;
}
.header .language ul li.ar a:before {
    background-position: -72px 0;
}
.header .language ul li:hover a {
    text-decoration: underline;
}
.header .translate {
    display: inline-block;

    min-width: 158px;
    margin-left: 20px;

    vertical-align: middle;
}
@media (max-width: 1400px) {
    .header .translate {
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    .header .translate {
        font-size: 12px;

        width: 145px;
        min-width: auto;
        margin: 0;
    }
}
.header .translate .goog-te-gadget-simple {
    border: none;
}
@media (max-width: 767px) {
    .header .translate .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
        font-size: 12px;
    }
}
.header .email-search {
    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: inline-block;

    margin-left: 40px;

    cursor: pointer;
    vertical-align: middle;
}
@media (max-width: 1400px) {
    .header .serach-part {
        margin-left: 20px;
    }
}
@media (max-width: 1199px) {
    .header .serach-part {
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    .header .serach-part {
        font-size: 12px;

        margin-left: 0;
    }
}
.header .find {
    padding: 0 10px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
}
@media (max-width: 767px) {
    .header .find {
        padding: 0;
    }
}
.header .find .icon {
    font-size: 18px;

    float: left;

    margin-right: 8px;
}
@media (max-width: 767px) {
    .header .find .icon {
        font-size: 16px;

        margin-right: 4px;
    }
}
.header .find:after {
    margin-left: 30px;

    content: '|';

    opacity: .4;
}
@media (max-width: 767px) {
    .header .find:after {
        margin-left: 10px;
    }
}
.header .search-wrap {
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 0;
    right: 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);
}
.header .search-wrap .search-close {
    position: absolute;
    top: 5%;
    right: 10%;

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

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

    width: 80%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1199px) {
    .header .search-wrap .search-box {
        left: 5%;

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

    width: 100%;
    padding: 15px;

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

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

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

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

    color: #fff;
    border-radius: 0;
    background-color: #006c41;
}
.header .search-wrap .submit:before {
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.header .search-wrap .submit:hover {
    background-color: #002e1c;
}
.header .header-nav {
    padding: 0 5%;

    background-color: #fff;
}
@media (max-width: 767px) {
    .header .header-nav {
        padding: 0 10px;
    }
}
.header .pc-nav {
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px) {
    .header .pc-nav {
        display: none;
    }
}
.header .pc-nav>ul {
    display: inline-block;

    vertical-align: middle;
}
.header .pc-nav>ul>li {
    position: relative;

    display: inline-block;

    padding: 0 32px;

    vertical-align: top;
}
@media (max-width: 1560px) {
    .header .pc-nav>ul>li {
        padding: 0 20px;
    }
}
@media (max-width: 1400px) {
    .header .pc-nav>ul>li {
        font-size: 15px;

        padding: 0 18px;
    }
}
.header .pc-nav>ul>li>a {
    font-size: 16px;
    font-weight: bold;
    line-height: 100px;

    position: relative;

    display: block;

    height: 100px;

    text-transform: uppercase;
}
@media (max-width: 1400px) {
    .header .pc-nav>ul>li>a {
        font-size: 15px;
    }
}
.header .pc-nav>ul>li>a:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

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

    background-color: #006c41;
}
.header .pc-nav>ul>li.active>a,
.header .pc-nav>ul>li:hover>a {
    color: #006c41;
}
.header .pc-nav>ul>li.active>a:after,
.header .pc-nav>ul>li:hover>a:after {
    width: 100%;
}
.header .pc-nav .nav-list2 {
    font-size: 14px;

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

    display: none;

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

    text-align: left;

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

    display: block;

    padding: 5px 20px;

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

    display: none;

    padding: 10px 0;

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

    display: block;

    padding: 5px 20px;

    white-space: nowrap;
}
.header .pc-nav .nav-list3>li>a:hover {
    color: #006c41;
}
.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: #999;
}
.header .btn-menu div span {
    display: block;

    height: 2px;
    margin: 5px 0;

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

    background: #999;
}
.stuck {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .stuck {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
.stuck .logo {
    height: 70px;
}
@media (max-width: 1199px) {
    .stuck .logo {
        height: 40px;
    }
}
.stuck .pc-nav>ul>li>a {
    line-height: 80px;

    height: 80px;
}
.stuck .language p {
    line-height: 80px;

    height: 80px;
}
@media (max-width: 1199px) {
    .stuck .language p {
        line-height: 60px;

        height: 60px;
    }
}
.hc-mobile-nav li.nav-close {
    padding-top: 40px;
}
.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 #006c41;
    border-radius: 50%;
    outline: none;
    background-color: #006c41;
}
@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 {
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;

    max-width: 100%;
}
.online-wrap .online {
    position: fixed;
    z-index: 9;
    top: 40%;
    right: 0;

    padding: 5px;

    -webkit-transition: right .3s;
    transition: right .3s;
    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: 44px;

    position: relative;

    display: block;

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

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

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

        width: 30px;
        height: 30px;
    }
}
.online-wrap .online a:before {
    font-size: 24px;
}
.online-wrap .online a:hover {
    background-color: #006c41;
}
@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: 20px;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online a .phone-num:after {
    position: absolute;
    top: 50%;
    right: 9px;

    display: inline-block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;

    border-width: 10px 0 10px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
}
.online-wrap .online a .phone-num p {
    display: inline-block;

    margin: 0;
    padding: 0 20px;

    vertical-align: middle;

    color: #fff;
    background: #000;
}
@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: '\e624';
}
.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;

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

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

    content: '\e883';
}
.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: '\e651';
}
.online-wrap .icon-cart span {
    font-size: 14px;
    line-height: 20px;

    position: absolute;
    top: -6px;
    right: 0;

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #006c41;
}
.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;

    content: '\e60f';
}
.xs-online {
    font-family: 'Times New Roman', Arial;

    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: #006c41;
    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 #000;
    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;
}
@media (max-width: 1199px) {
    .banner {
        padding-top: 90px;
    }
}
.banner img {
    display: block;

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

    width: 100%;

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

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

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

    display: block;

    width: 6px;
    height: 6px;

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

    border-radius: 50%;
    background-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
    border: 1px solid #fff;
}
.banner .slick-arrow {
    color: rgba(255, 255, 255, .9);
}
.banner .slick-arrow:hover {
    color: #006c41;
}
.banner .slick-prev {
    left: 4%;
}
.banner .slick-next {
    right: 4%;
}
.banner .item {
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 991px) {
    .banner .item {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
.banner .item>a {
    display: block;
    overflow: hidden;
}
.banner .item>a>img {
    position: relative;
    left: 50%;

    display: block;

    width: 100%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.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: #006c41 !important;
}
.banner .mobile-video {
    position: relative;

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

    content: '';

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

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

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

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

    overflow: hidden;
}
.banner-in img {
    width: 100%;
}
@media (max-width: 767px) {
    .banner-in img {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-in .wrap-location {
    position: absolute;
    z-index: 2;
    bottom: 0;

    width: 100%;

    background: rgba(0, 0, 0, .3);
}
.banner-in .wrap-location .location {
    color: #fff;
}
.banner-in .banner-text {
    position: absolute;
    z-index: 6;
    top: 55%;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 767px) {
    .banner-in .banner-text {
        top: 60%;
    }
}
.banner-in .banner-text h2 {
    font-size: 40px;
    font-weight: bold;

    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .banner-in .banner-text h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .banner-in .banner-text h2 {
        font-size: 24px;
    }
}
.banner-in .banner-text .location {
    font-size: 15px;
    line-height: 2;
}
.banner-in .banner-text .location ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: 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;
}
.banner-in .banner-text .location ul li:after {
    margin: 0 4px;

    content: '>';
}
.banner-in .banner-text .location ul li:last-child:after {
    display: none;
}
.banner-in .banner-text .location ul li a {
    display: inline-block;

    text-transform: capitalize;
}
.banner-in .banner-text .location ul li a:hover {
    text-decoration: underline;
}
@-webkit-keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 300%;
    }
}
@keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 300%;
    }
}
.box {
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1560px) {
    .box {
        padding: 90px 0;
    }
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
.bgsize {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.lazy {
    background-size: auto !important;
}
.title {
    text-align: center;
}
.title h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    margin: 4px 0 0 0;

    text-transform: capitalize;

    color: #006c41;
}
@media (max-width: 1199px) {
    .title h3 {
        font-size: 18px;
    }
}
.title h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;

    text-transform: capitalize;

    color: #002e1c;
}
@media (max-width: 1470px) {
    .title h2 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .title h2 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 24px;
    }
}
.title h2 span {
    color: #002e1c;
}
.title p {
    font-size: 16px;
    line-height: 1.625;

    max-width: 930px;
    margin: 0 auto;
    margin-top: 16px;

    color: #444;
}
@media (max-width: 991px) {
    .title p {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .box-number .number ul,
    .wrap-about .number ul {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}
.box-number .number ul li,
.wrap-about .number ul li {
    margin: 10px 0;
}
@media (max-width: 991px) {
    .box-number .number ul li,
    .wrap-about .number ul li {
        width: 33.33333333%;
    }
}
.box-number .number .item h3,
.wrap-about .number .item h3 {
    font-size: 20px;

    color: #006c41;
}
@media (max-width: 1350px) {
    .box-number .number .item h3,
    .wrap-about .number .item h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .box-number .number .item h3,
    .wrap-about .number .item h3 {
        font-size: 16px;
    }
}
.box-number .number .item h3 .num,
.wrap-about .number .item h3 .num {
    font-size: 44px;
    font-weight: 500;

    display: inline-block;

    margin-right: 10px;

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

    color: #222;
}
@media (max-width: 1350px) {
    .box-number .number .item h3 .num,
    .wrap-about .number .item h3 .num {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .box-number .number .item h3 .num,
    .wrap-about .number .item h3 .num {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    .box-number .number .item h3 .num,
    .wrap-about .number .item h3 .num {
        font-size: 26px;

        margin-right: 0;
    }
}
.box-number .number .item p,
.wrap-about .number .item p {
    font-size: 16px;
    font-weight: 500;

    margin: 10px 0 0 0;
}
@media (max-width: 767px) {
    .box-number .number .item p,
    .wrap-about .number .item p {
        font-size: 14px;
    }
}
.box-number .number .item:hover h3 .num,
.wrap-about .number .item:hover h3 .num {
    color: #006c41;
}
.box-number {
    overflow: hidden;

    padding: 30px 0;

    background: #ebf8e7;
}
.box-product .product .item,
.wrap-product .product .item,
.wrap-product-show .product .item,
.box-product .relate-product .item,
.wrap-product .relate-product .item,
.wrap-product-show .relate-product .item {
    display: block;
    overflow: hidden;

    margin-top: 30px;
}
@media (max-width: 991px) {
    .box-product .product .item,
    .wrap-product .product .item,
    .wrap-product-show .product .item,
    .box-product .relate-product .item,
    .wrap-product .relate-product .item,
    .wrap-product-show .relate-product .item {
        margin-top: 20px;
    }
}
.box-product .product .item .pic,
.wrap-product .product .item .pic,
.wrap-product-show .product .item .pic,
.box-product .relate-product .item .pic,
.wrap-product .relate-product .item .pic,
.wrap-product-show .relate-product .item .pic {
    position: relative;
}
.box-product .product .item .img-box img,
.wrap-product .product .item .img-box img,
.wrap-product-show .product .item .img-box img,
.box-product .relate-product .item .img-box img,
.wrap-product .relate-product .item .img-box img,
.wrap-product-show .relate-product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-product .product .item h3,
.wrap-product .product .item h3,
.wrap-product-show .product .item h3,
.box-product .relate-product .item h3,
.wrap-product .relate-product .item h3,
.wrap-product-show .relate-product .item h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 20px 0 0 0;

    text-transform: capitalize;

    color: #002e1c;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .box-product .product .item h3,
    .wrap-product .product .item h3,
    .wrap-product-show .product .item h3,
    .box-product .relate-product .item h3,
    .wrap-product .relate-product .item h3,
    .wrap-product-show .relate-product .item h3 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .box-product .product .item h3,
    .wrap-product .product .item h3,
    .wrap-product-show .product .item h3,
    .box-product .relate-product .item h3,
    .wrap-product .relate-product .item h3,
    .wrap-product-show .relate-product .item h3 {
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

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

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.box-product .product .item p,
.wrap-product .product .item p,
.wrap-product-show .product .item p,
.box-product .relate-product .item p,
.wrap-product .relate-product .item p,
.wrap-product-show .relate-product .item p {
    font-size: 15px;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .box-product .product .item p,
    .wrap-product .product .item p,
    .wrap-product-show .product .item p,
    .box-product .relate-product .item p,
    .wrap-product .relate-product .item p,
    .wrap-product-show .relate-product .item p {
        font-size: 14px;
    }
}
.box-product .product .item .more,
.wrap-product .product .item .more,
.wrap-product-show .product .item .more,
.box-product .relate-product .item .more,
.wrap-product .relate-product .item .more,
.wrap-product-show .relate-product .item .more {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .box-product .product .item .more,
    .wrap-product .product .item .more,
    .wrap-product-show .product .item .more,
    .box-product .relate-product .item .more,
    .wrap-product .relate-product .item .more,
    .wrap-product-show .relate-product .item .more {
        margin-top: 20px;
    }
}
.box-product .product .item .more a,
.wrap-product .product .item .more a,
.wrap-product-show .product .item .more a,
.box-product .relate-product .item .more a,
.wrap-product .relate-product .item .more a,
.wrap-product-show .relate-product .item .more a {
    font-weight: normal;
    line-height: 42px;

    display: inline-block;

    padding: 0 30px;

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

    color: #fff;
    background-color: #002e1c;
}
@media (max-width: 991px) {
    .box-product .product .item .more a,
    .wrap-product .product .item .more a,
    .wrap-product-show .product .item .more a,
    .box-product .relate-product .item .more a,
    .wrap-product .relate-product .item .more a,
    .wrap-product-show .relate-product .item .more a {
        font-size: 12px;
        line-height: 30px;

        padding: 0 20px;
    }
}
.box-product .product .item:hover .img-box img,
.wrap-product .product .item:hover .img-box img,
.wrap-product-show .product .item:hover .img-box img,
.box-product .relate-product .item:hover .img-box img,
.wrap-product .relate-product .item:hover .img-box img,
.wrap-product-show .relate-product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-product .product .item:hover h3,
.wrap-product .product .item:hover h3,
.wrap-product-show .product .item:hover h3,
.box-product .relate-product .item:hover h3,
.wrap-product .relate-product .item:hover h3,
.wrap-product-show .relate-product .item:hover h3 {
    color: #006c41;
}
.box-product .product .item:hover .more a,
.wrap-product .product .item:hover .more a,
.wrap-product-show .product .item:hover .more a,
.box-product .relate-product .item:hover .more a,
.wrap-product .relate-product .item:hover .more a,
.wrap-product-show .relate-product .item:hover .more a {
    border-radius: 30px;
    background-color: #006c41;
}
.box-product .product {
    margin-top: 10px;
}
.box-product .product .slick-product {
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .box-product .product .slick-product {
        margin: 0 -5px;
    }
}
.box-product .product .slick-product .slick-slide>div>div {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .box-product .product .slick-product .slick-slide>div>div {
        padding: 0 5px;
    }
}
.box-product .product .slick-arrow {
    top: 40%;
}
@media (max-width: 767px) {
    .box-product .product .slick-arrow {
        top: 30%;
    }
}
.box-about {
    position: relative;

    padding-bottom: 200px;

    color: #fff;
}
@media (min-width: 1200px) {
    .box-about {
        background-attachment: fixed;
    }
}
@media (max-width: 1199px) {
    .box-about {
        padding-bottom: 140px;
    }
}
.box-about .title h2 {
    color: #fff;
}
.box-about .text {
    position: relative;
    z-index: 2;

    max-width: 990px;
    margin: 0 auto;
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 1199px) {
    .box-about .text {
        margin-top: 20px;
    }
}
.box-about .play {
    line-height: 60px;

    position: relative;
    z-index: 2;

    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-top: 120px;

    cursor: pointer;
    text-align: center;

    color: #006c41;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .box-about .play {
        line-height: 60px;

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

    width: 100%;
    height: 100%;

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

    border-radius: 50%;
}
.box-about .play .icon {
    font-size: 20px;

    position: relative;
    z-index: 2;
}
.box-about .play::before,
.box-about .play::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

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

    border-radius: 50%;
    background: rgba(255, 255, 255, .4);
}
.box-about .play::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.box-about .play::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.box-about .about-text {
    position: absolute;
    z-index: 1;
    bottom: -80px;
    left: 0;

    width: 100%;

    text-align: center;
}
@media (max-width: 991px) {
    .box-about .about-text {
        bottom: -20px;
    }
}
@media (max-width: 767px) {
    .box-about .about-text {
        left: -10%;
    }
}
.box-about .about-text h3 {
    font-size: 15vw;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    white-space: nowrap;

    color: rgba(255, 255, 255, .06);
}
@media (max-width: 767px) {
    .box-about .about-text h3 {
        font-size: 20vw;
    }
}
.box-why .why {
    margin-top: 70px;
}
@media (max-width: 1199px) {
    .box-why .why {
        margin-top: 30px;
    }
}
.box-why .why ul {
    border-top: 1px solid #fff;
}
.box-why .why ul li {
    border-bottom: 1px solid #fff;
}
.box-why .why .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 130px;
    padding: 40px 30px;

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

    -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: 1199px) {
    .box-why .why .item {
        height: auto;
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    .box-why .why .item {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.box-why .why .item .num {
    font-size: 20px;
    font-weight: 500;

    width: 140px;

    color: #006c41;
}
@media (max-width: 1199px) {
    .box-why .why .item .num {
        width: 90px;
    }
}
@media (max-width: 767px) {
    .box-why .why .item .num {
        width: 40px;
    }
}
.box-why .why .item .title-why,
.box-why .why .item .note {
    width: -webkit-calc(50% - 70px);
    width: calc(50% - 70px);
}
@media (max-width: 1199px) {
    .box-why .why .item .title-why,
    .box-why .why .item .note {
        width: -webkit-calc(50% - 45px);
        width: calc(50% - 45px);
    }
}
.box-why .why .item .title-why {
    padding-right: 5%;
}
@media (max-width: 1199px) {
    .box-why .why .item .title-why {
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .box-why .why .item .title-why {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        padding-right: 0;
    }
}
.box-why .why .item .title-why h3 {
    font-size: 24px;
    line-height: 30px;

    text-transform: capitalize;

    color: #002e1c;
}
@media (max-width: 1199px) {
    .box-why .why .item .title-why h3 {
        font-size: 20px;
    }
}
.box-why .why .item .title-why p {
    font-size: 16px;
    line-height: 24px;

    display: none;
    overflow: hidden;

    margin: 0;
}
@media (max-width: 1199px) {
    .box-why .why .item .title-why p {
        font-size: 14px;

        display: block;
    }
}
.box-why .why .item .note {
    position: relative;
}
@media (max-width: 767px) {
    .box-why .why .item .note {
        width: 100%;
        margin-top: 20px;
    }
}
.box-why .why .item .note p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 1199px) {
    .box-why .why .item .note p {
        display: none;
    }
}
.box-why .why .item .note .pic {
    display: none;
}
@media (max-width: 1199px) {
    .box-why .why .item .note .pic {
        display: block;
    }
}
.box-why .why .item .note .pic img {
    width: 100%;
}
@media (min-width: 1200px) {
    .box-why .why .item:hover {
        /* height: 240px; */

        background-color: #fff;
    }
    /* .box-why .why .item:hover .title-why h3
    {
        color: #006c41;
    }
    .box-why .why .item:hover .title-why p
    {
        display: block;
    }
    .box-why .why .item:hover .note p
    {
        display: none;
    }
    .box-why .why .item:hover .note .pic
    {
        display: block;
    } */
}
@-webkit-keyframes point_kuo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

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

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

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

        opacity: 0;
    }
}
.box-cases {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ebf8e7), color-stop(50%, #fff));
    background-image: -webkit-linear-gradient(#ebf8e7 50%, #fff 50%);
    background-image: linear-gradient(#ebf8e7 50%, #fff 50%);
}
@media (max-width: 767px) {
    .box-cases {
        background: #ebf8e7;
    }
}
.box-cases .slick-cases {
    margin: 0 -15px;
}
.box-cases .slick-cases .slick-slide {
    padding: 0 15px;
}
.box-cases .item {
    display: block;

    text-align: center;
}
.box-cases .item .pic {
    display: block;

    background-color: #000;
}
.box-cases .item .pic .img-box {
    padding-bottom: 53.53535354%;

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

    opacity: .4;
}
.box-cases .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-cases .item .note {
    padding: 40px 10% 0;

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

    opacity: 0;
}
@media (max-width: 1199px) {
    .box-cases .item .note {
        padding: 20px 5% 0;
    }
}
@media (max-width: 767px) {
    .box-cases .item .note {
        padding: 20px 0;
    }
}
.box-cases .item .note h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    text-transform: capitalize;

    color: #002e1c;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .box-cases .item .note h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .box-cases .item .note h3 {
        font-size: 18px;
    }
}
.box-cases .item .note p {
    font-size: 16px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 56px;
    margin: 10px 0 0 0;

    color: #444;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .box-cases .item .note p {
        font-size: 14px;
        line-height: 24px;

        height: 48px;
    }
}
.box-cases .item .more {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .box-cases .item .more {
        margin-top: 10px;
    }
}
.box-cases .item .more a {
    line-height: 48px;

    display: inline-block;

    padding: 0 30px;

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

    color: #fff;
    background-color: #002e1c;
}
@media (max-width: 991px) {
    .box-cases .item .more a {
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .box-cases .item .more a {
        font-size: 12px;
        line-height: 30px;
    }
}
.box-cases .item .more a:hover {
    border-radius: 30px;
    background-color: #006c41;
}
.box-cases .slick-center .item .pic .img-box {
    opacity: 1;
}
.box-cases .slick-center .item .note {
    opacity: 1;
}
.box-cases .slick-arrow {
    top: 35%;
    left: 300px;
}
@media (max-width: 1560px) {
    .box-cases .slick-arrow {
        left: 200px;
    }
}
@media (max-width: 1199px) {
    .box-cases .slick-arrow {
        left: 100px;
    }
}
@media (max-width: 991px) {
    .box-cases .slick-arrow {
        left: 20px;
    }
}
@media (max-width: 767px) {
    .box-cases .slick-arrow {
        top: 30%;
    }
}
.box-cases .slick-arrow.slick-next {
    right: 300px;
    left: auto;
}
@media (max-width: 1560px) {
    .box-cases .slick-arrow.slick-next {
        right: 200px;
    }
}
@media (max-width: 1199px) {
    .box-cases .slick-arrow.slick-next {
        right: 100px;
    }
}
@media (max-width: 991px) {
    .box-cases .slick-arrow.slick-next {
        right: 20px;
    }
}
.box-cases .slick-arrow:hover {
    color: #fff;
    background-color: #006c41;
}
@media (min-width: 1200px) {
    .box-news {
        background-attachment: fixed;
    }
}
.box-news .news {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .box-news .news {
        margin-top: 20px;
    }
}
.box-news .news .slick-news {
    margin: 0 -15px;
}
@media (max-width: 991px) {
    .box-news .news .slick-news {
        margin: 0 -5px;
    }
}
.box-news .news .slick-news .slick-slide {
    padding: 0 15px;
}
@media (max-width: 991px) {
    .box-news .news .slick-news .slick-slide {
        padding: 0 5px;
    }
}
.box-news .news .item {
    position: relative;
}
.box-news .news .item .date {
    line-height: 24px;

    display: block;

    margin-top: 24px;
}
@media (max-width: 991px) {
    .box-news .news .item .date {
        margin-top: 14px;
    }
}
.box-news .news .item p {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 10px 0 0 0;

    color: #002e1c;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .box-news .news .item p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .box-news .news .item p {
        font-size: 14px;
        line-height: 24px;

        height: 48px;
    }
}
.box-news .news .item p span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#006c41), to(#006c41));
    background-image: -webkit-linear-gradient(left, #006c41 0%, #006c41 100%);
    background-image: linear-gradient(to right, #006c41 0%, #006c41 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 2px;
}
.box-news .news .item .img-box {
    padding-bottom: 64.44444444%;
}
.box-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .news .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .news .item:hover p {
    color: #006c41;
}
.box-news .news .item:hover p span {
    background-size: 100% 2px;
}
@media (max-width: 767px) {
    .box-follow .follow .item {
        margin: 10px 0;
    }
}
.box-follow .follow .item .title-follow {
    text-align: center;
}
.box-follow .follow .item .title-follow h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    color: #002e1c;
}
@media (max-width: 991px) {
    .box-follow .follow .item .title-follow h3 {
        font-size: 15px;
    }
}
.box-follow .follow .item .title-follow h3 .icon {
    font-size: 30px;
    font-weight: normal;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .box-follow .follow .item .title-follow h3 .icon {
        font-size: 24px;

        margin-right: 0;
    }
}
.box-follow .follow .item .iframe-box {
    margin-top: 20px;
}
.box-follow .follow .item .iframe-box img {
    width: 100%;
}
.box-follow .follow .item iframe {
    width: 100%;
    height: 490px;
}
@media (max-width: 991px) {
    .box-follow .follow .item iframe {
        height: 380px;
    }
}
@media (max-width: 767px) {
    .box-follow .follow .item iframe {
        height: 300px;
    }
}
.footer {
    overflow: hidden;

    color: #cacaca;
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 55px;
    }
}
.footer .foot {
    position: relative;

    padding: 60px 0 100px;
}
@media (max-width: 1199px) {
    .footer .foot {
        padding: 30px 0;
    }
}
.footer .foot>ul>li {
    margin: 20px 0;
}
@media (max-width: 991px) {
    .footer .foot>ul>li {
        margin: 10px 0;
    }
}
@media (max-width: 767px) {
    .footer .foot>ul>li {
        width: 100%;
    }
}
.footer .foot .title-foot {
    position: relative;
    z-index: 2;
}
@media (max-width: 991px) {
    .footer .foot .title-foot {
        padding: 0;
    }
}
.footer .foot .title-foot h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    text-transform: capitalize;

    color: #fff;
}
@media (max-width: 991px) {
    .footer .foot .title-foot h3 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .footer .foot .title-foot h3 {
        font-size: 18px;
    }
}
.footer .foot .title-foot p {
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
@media (max-width: 991px) {
    .footer .foot .title-foot p {
        font-size: 14px;
    }
}
.footer .foot .item-nav .info {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .footer .foot .item-nav .info {
        margin-top: 10px;
    }
}
.footer .foot .item-nav .info a {
    font-size: 15px;
    line-height: 34px;

    position: relative;

    display: block;

    padding-left: 15px;

    -webkit-transition: all .2s;
    -webkit-transition: all .4s;
    transition: all .2s;
    transition: all .4s;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}
@media (max-width: 767px) {
    .footer .foot .item-nav .info a {
        font-size: 14px;
        line-height: 30px;

        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
@media (min-width: 1200px) {
    .footer .foot .item-nav .info a:before {
        position: absolute;
        top: 0;
        left: 0;

        content: '-';

        opacity: 0;
    }
    .footer .foot .item-nav .info a:hover {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);

        color: #006c41;
    }
    .footer .foot .item-nav .info a:hover:before {
        opacity: 1;
    }
}
.footer .foot .item-message {
    width: 420px;
}
@media (max-width: 1470px) {
    .footer .foot .item-message {
        max-width: 350px;
    }
}
@media (max-width: 991px) {
    .footer .foot .item-message {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot .item-message form {
    position: relative;

    width: 390px;
    margin-top: 70px;
}
@media (max-width: 1400px) {
    .footer .foot .item-message form {
        width: 300px;
    }
}
@media (max-width: 991px) {
    .footer .foot .item-message form {
        width: 100%;
        margin-top: 20px;
    }
}
.footer .foot .item-message form input {
    font-size: 14px;
    line-height: 48px;

    width: 100%;
    padding: 0 90px 0 20px;

    color: #fff;
    border: 1px solid rgba(0, 108, 65, .35);
    background: none;
}
@media (max-width: 991px) {
    .footer .foot .item-message form input {
        padding: 0 10px;
    }
}
.footer .foot .item-message form input::-webkit-input-placeholder,
.footer .foot .item-message form textarea::-webkit-input-placeholder {
    color: #888;
}
.footer .foot .item-message form input:-o-placeholder,
.footer .foot .item-message form textarea:-o-placeholder {
    color: #888;
}
.footer .foot .item-message form input::-moz-placeholder,
.footer .foot .item-message form textarea::-moz-placeholder {
    color: #888;
}
.footer .foot .item-message form input:-ms-input-placeholder,
.footer .foot .item-message form textarea:-ms-input-placeholder {
    color: #888;
}
.footer .foot .item-message form input:focus::-webkit-input-placeholder,
.footer .foot .item-message form textarea:focus::-webkit-input-placeholder {
    color: #fff;
}
.footer .foot .item-message form input:focus::-o-placeholder,
.footer .foot .item-message form textarea:focus::-o-placeholder {
    color: #fff;
}
.footer .foot .item-message form input:focus::-moz-placeholder,
.footer .foot .item-message form textarea:focus::-moz-placeholder {
    color: #fff;
}
.footer .foot .item-message form input:focus::-ms-input-placeholder,
.footer .foot .item-message form textarea:focus::-ms-input-placeholder {
    color: #fff;
}
.footer .foot .item-message form .submit {
    position: absolute;
    top: 3px;
    right: 3px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #006c41;
}
.footer .foot .item-message form .submit .icon {
    font-size: 24px;
}
.footer .foot .item-message form .submit:hover {
    background-color: #002e1c;
}
.footer .foot .item-text {
    max-width: 420px;
}
@media (max-width: 1470px) {
    .footer .foot .item-text {
        max-width: 350px;
    }
}
@media (max-width: 1199px) {
    .footer .foot .item-text {
        max-width: 300px;
    }
}
@media (max-width: 991px) {
    .footer .foot .item-text {
        max-width: 350px;
    }
}
@media (max-width: 767px) {
    .footer .foot .item-text {
        max-width: 100%;
    }
}
.footer .foot .item-text .info p {
    font-size: 15px;
    line-height: 30px;

    position: relative;

    margin: 20px 0 0 0;
    padding-left: 30px;
}
@media (max-width: 991px) {
    .footer .foot .item-text .info p {
        font-size: 14px;

        margin-top: 10px;
    }
}
.footer .foot .item-text .info p .icon {
    font-size: 20px;

    position: absolute;
    top: 0;
    left: 0;
}
.footer .foot .item-text .info p a:hover {
    text-decoration: underline;

    color: #006c41;
}
.footer .foot .share {
    line-height: 30px;

    margin-top: 60px;
}
@media (max-width: 1199px) {
    .footer .foot .share {
        margin-top: 20px;
    }
}
.footer .foot .share span {
    font-size: 20px;
    font-weight: bold;
}
@media (max-width: 1560px) {
    .footer .foot .share span {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .footer .foot .share span {
        font-size: 16px;
    }
}
.footer .foot .share ul {
    margin: 0 -8px;
    margin-top: 14px;
}
.footer .foot .share ul li {
    display: inline-block;

    vertical-align: middle;
}
.footer .foot .share ul li a {
    line-height: 30px;

    display: inline-block;

    padding: 0 8px;

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

    color: #fff;
}
.footer .foot .share ul li a .icon {
    font-size: 18px;
}
.footer .foot .share ul li a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);

    color: #006c41;
}
.footer .copyright {
    font-size: 14px;
    line-height: 28px;

    padding: 10px 0;

    color: #898989;
    border-top: 1px solid #0f0f0f;
}
@media (max-width: 1199px) {
    .footer .copyright {
        line-height: 24px;

        padding: 10px 0;
    }
}
.footer .copyright p {
    margin: 0;
}
.footer .copyright p a:hover {
    color: #006c41;
}
.footer .copyright .power {
    margin: 0 10px;
}
.footer .copyright .sitemap {
    display: inline-block;

    padding-right: 10px;

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

    color: #fff;
}
.footer .copyright .sitemap .icon {
    font-size: 20px;

    float: left;

    margin-right: 6px;
}
.footer .copyright .sitemap:hover {
    opacity: .8;
}
.footer .copyright .policy {
    padding-left: 10px;
}
.wrap {
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 1560px) {
    .wrap {
        padding: 70px 0;
    }
}
@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}
.wrap-location {
    padding: 10px 0;

    background-color: #ebf8e7;
}
.wrap-location .location {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;

    position: relative;

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

    padding-left: 25px;

    text-transform: capitalize;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-location .location:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

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

    content: '\e661';
    text-align: center;

    color: #006c41;
}
.wrap-location .location ul li {
    display: inline-block;

    vertical-align: middle;
    text-transform: capitalize;
}
.wrap-location .location ul li:after {
    display: inline-block;

    margin: 0 4px;

    content: '/';
    vertical-align: middle;
}
.wrap-location .location ul li:last-child a {
    color: #006c41;
}
.wrap-location .location ul li:last-child:after {
    display: none;
}
.wrap-location .location ul li a {
    display: inline-block;

    vertical-align: middle;
}
.wrap-location .location ul li a:hover {
    text-decoration: underline;
}
.title-in {
    text-align: center;
}
.title-in h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px) {
    .title-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title-in h2 {
        font-size: 24px;
    }
}
.title-in.left {
    text-align: left;
}
.title-in p {
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
@media (max-width: 767px) {
    .title-in p {
        font-size: 14px;
    }
}
.wrap-about-sidenav .about-sidenav {
    margin-top: 30px;
}
.wrap-about-sidenav .about-sidenav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .wrap-about-sidenav .about-sidenav>ul {
        margin: 0 -5px;
    }
}
.wrap-about-sidenav .about-sidenav>ul>li {
    margin-top: 20px;
    padding: 0 10px;
}
@media (max-width: 1199px) {
    .wrap-about-sidenav .about-sidenav>ul>li {
        margin-top: 10px;
        padding: 0 5px;
    }
}
.wrap-about-sidenav .about-sidenav>ul>li>a {
    font-size: 16px;
    line-height: 54px;

    display: block;

    padding: 0 50px;

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

    color: #002e1c;
    background-color: #ebf8e7;
}
@media (max-width: 1199px) {
    .wrap-about-sidenav .about-sidenav>ul>li>a {
        line-height: 40px;

        padding: 0 30px;
    }
}
@media (max-width: 991px) {
    .wrap-about-sidenav .about-sidenav>ul>li>a {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .wrap-about-sidenav .about-sidenav>ul>li>a {
        font-size: 14px;
    }
}
.wrap-about-sidenav .about-sidenav>ul>li.active>a,
.wrap-about-sidenav .about-sidenav>ul>li:hover>a {
    color: #fff;
    border-radius: 30px;
    background-color: #006c41;
}
.wrap-sidenav {
    padding: 4px;

    background-color: #002e1c;
}
@media (max-width: 1199px) {
    .wrap-sidenav {
        display: none;
    }
}
.wrap-sidenav .sidenav .slevel-1>li {
    overflow: hidden;

    border-bottom: 1px solid rgba(235, 248, 231, .1);
}
.wrap-sidenav .sidenav .slevel-1>li>a {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 40px 15px 20px;

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

    color: #fff;
}
@media (max-width: 1470px) {
    .wrap-sidenav .sidenav .slevel-1>li>a {
        font-size: 16px;
    }
}
.wrap-sidenav .sidenav .slevel-1>li>a:before {
    font-family: 'iconfont' !important;
    font-size: 14px;
    line-height: 30px;

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

    width: 30px;
    height: 30px;

    content: '\e622';
    text-align: center;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:before,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap-sidenav .sidenav .slevel-2 {
    display: none;

    padding: 20px;

    color: #002e1c;
    background: #ebf8e7;
}
.wrap-sidenav .sidenav .slevel-2>li>a {
    font-size: 16px;
    line-height: 32px;

    position: relative;

    display: block;

    padding-left: 14px;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-14px);
    -ms-transform: translateX(-14px);
    transform: translateX(-14px);
}
.wrap-sidenav .sidenav .slevel-2>li>a:before {
    position: absolute;
    top: 0;
    left: 0;

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

    opacity: 0;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a,
.wrap-sidenav .sidenav .slevel-2>li:hover>a {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    text-decoration: underline;

    color: #006c41;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a:before,
.wrap-sidenav .sidenav .slevel-2>li:hover>a:before {
    opacity: 1;
}
.xs-product-nav {
    display: none;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .xs-product-nav {
        display: block;

        margin-bottom: 20px;
    }
}
.xs-product-nav>ul {
    margin: 0 -10px;
}
.xs-product-nav>ul>li {
    display: inline-block;
    overflow: hidden;

    height: auto;

    vertical-align: top;
}
.xs-product-nav>ul>li>a {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;

    display: block;

    padding: 2px 10px;

    text-transform: capitalize;
}
.xs-product-nav>ul>li.active>a {
    font-weight: bold;

    color: #006c41;
}
.wrap-left {
    width: 330px;
}
.wrap-right {
    width: -webkit-calc(100% - 330px);
    width: calc(100% - 330px);
    padding-left: 3%;
}
@media (max-width: 1199px) {
    .wrap-left {
        width: 100%;
    }
    .wrap-right {
        width: 100%;
        padding-left: 15px;
    }
}
.wrap-about .title {
    text-align: left;
}
@media (min-width: 1200px) {
    .wrap-about .title h3 {
        font-size: 18px;
    }
}
.wrap-about .editor-content {
    margin-top: -20px;
    padding-top: 50px;

    background: url(../images/yinhao.png) no-repeat right top;
}
.wrap-about .number {
    margin-top: 40px;
}
.wrap-video {
    position: relative;
}
.wrap-video:before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 50%;

    content: '';

    background-color: #ebf8e7;
}
.wrap-video .video {
    position: relative;
    z-index: 2;

    overflow: hidden;

    background-color: #000;
}
.wrap-video .video img {
    width: 100%;

    opacity: .6;
}
@media (max-width: 767px) {
    .wrap-video .video img {
        width: 160%;
        margin-left: -30%;
    }
}
.wrap-video .video .play {
    line-height: 60px;

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

    width: 60px;
    height: 60px;

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

    color: #006c41;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .wrap-video .video .play {
        line-height: 60px;

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

    width: 100%;
    height: 100%;

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

    border-radius: 50%;
}
.wrap-video .video .play .icon {
    font-size: 20px;

    position: relative;
    z-index: 2;
}
.wrap-video .video .play::before,
.wrap-video .video .play::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

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

    border-radius: 50%;
    background: rgba(255, 255, 255, .4);
}
.wrap-video .video .play::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.wrap-video .video .play::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.wrap-choose {
    position: relative;

    background-color: #ebf8e7;
}
.wrap-choose .title-choose {
    position: absolute;
    bottom: -100px;
    left: 0;

    width: 100%;

    text-align: center;
}
@media (max-width: 1400px) {
    .wrap-choose .title-choose {
        bottom: -60px;
    }
}
.wrap-choose .title-choose h2 {
    /* 设置文字描边 */
    font-size: 11vw;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    white-space: nowrap;

    color: transparent;

    -webkit-text-stroke: 1px rgba(0, 55, 33, .1);
    /* 设置文字描边 */
    text-stroke: 1px rgba(0, 55, 33, .1);
}
@media (min-width: 1400px) {
    .wrap-choose .choose ul {
        margin: 0 -30px;
    }
    .wrap-choose .choose ul li {
        padding: 0 30px;
    }
}
.wrap-choose .choose .item {
    -webkit-transition: all .6s;
    transition: all .6s;
}
@media (max-width: 767px) {
    .wrap-choose .choose .item {
        margin: 10px 0;
    }
}
.wrap-choose .choose .item .icon {
    font-size: 30px;
    line-height: 1;

    display: inline-block;

    color: #006c41;
}
.wrap-choose .choose .item h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;

    margin: 30px 0 10px 0;

    text-transform: capitalize;

    color: #002e1c;
}
@media (max-width: 1199px) {
    .wrap-choose .choose .item h3 {
        font-size: 20px;

        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-choose .choose .item h3 {
        font-size: 18px;

        margin-top: 10px;
    }
}
.wrap-choose .choose .item p {
    font-size: 16px;
    line-height: 1.625;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-choose .choose .item p {
        font-size: 14px;
    }
}
.wrap-choose .choose .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.wrap-choose .choose .item:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.wrap-honor .honor .item,
.wrap-factory .honor .item,
.wrap-honor .factory .item,
.wrap-factory .factory .item {
    margin-top: 30px;

    cursor: pointer;
}
.wrap-honor .honor .item .pic,
.wrap-factory .honor .item .pic,
.wrap-honor .factory .item .pic,
.wrap-factory .factory .item .pic {
    padding: 20px;

    border: 1px solid #ebf8e7;
}
@media (max-width: 1199px) {
    .wrap-honor .honor .item .pic,
    .wrap-factory .honor .item .pic,
    .wrap-honor .factory .item .pic,
    .wrap-factory .factory .item .pic {
        padding: 10px;
    }
}
.wrap-honor .honor .item .img-box,
.wrap-factory .honor .item .img-box,
.wrap-honor .factory .item .img-box,
.wrap-factory .factory .item .img-box {
    padding-bottom: 142.85714286%;
}
.wrap-honor .honor .item .img-box img,
.wrap-factory .honor .item .img-box img,
.wrap-honor .factory .item .img-box img,
.wrap-factory .factory .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-honor .honor .item:hover .pic,
.wrap-factory .honor .item:hover .pic,
.wrap-honor .factory .item:hover .pic,
.wrap-factory .factory .item:hover .pic {
    border-color: #006c41;
}
.wrap-honor .honor .item:hover .img-box img,
.wrap-factory .honor .item:hover .img-box img,
.wrap-honor .factory .item:hover .img-box img,
.wrap-factory .factory .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-factory .factory .item .pic {
    padding: 0;

    border: none;
}
.wrap-factory .factory .item .pic .img-box {
    padding-bottom: 66.66666667%;
}
.wrap-contact {
    background: url(../images/contact_bg.jpg) no-repeat center left;
}
.wrap-contact .contact {
    width: 50%;
    padding-right: 5%;
}
@media (max-width: 767px) {
    .wrap-contact .contact {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-contact .title {
    text-align: left;
}
.wrap-contact .title h2:after {
    display: block;

    width: 50px;
    height: 4px;
    margin-top: 10px;

    content: '';

    background-color: #006c41;
}
.wrap-contact .list {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .wrap-contact .list {
        margin-top: 20px;
    }
}
.wrap-contact .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

    color: #002e1c;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-contact .item .icon {
    font-size: 18px;
    line-height: 46px;

    display: block;

    width: 46px;
    height: 46px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #002e1c;
}
@media (max-width: 767px) {
    .wrap-contact .item .icon {
        font-size: 16px;
        line-height: 36px;

        width: 36px;
        height: 36px;
    }
}
.wrap-contact .item p {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;

    width: -webkit-calc(100% - 46px);
    width: calc(100% - 46px);
    margin: 0;
    padding-left: 16px;
}
@media (max-width: 991px) {
    .wrap-contact .item p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .item p {
        width: -webkit-calc(100% - 36px);
        width: calc(100% - 36px);
    }
}
.wrap-contact .item a:hover {
    text-decoration: underline;
}
.wrap-contact .item:hover .icon {
    background-color: #006c41;
}
.wrap-contact .item:hover p {
    color: #006c41;
}
.wrap-contact .message {
    width: 50%;
}
@media (max-width: 767px) {
    .wrap-contact .message {
        width: 100%;
    }
}
.wrap-contact .message .formbox form {
    margin-top: 20px;
}
.wrap-map {
    overflow: hidden;

    padding-top: 80px;
}
@media (max-width: 767px) {
    .wrap-map {
        padding-top: 50px;
    }
}
.wrap-map .map-content {
    width: 100%;
    height: 480px;
}
@media (max-width: 1199px) {
    .wrap-map .map-content {
        height: 420px;
    }
}
@media (max-width: 767px) {
    .wrap-map .map-content {
        height: 350px;
    }
}
.formbox form {
    margin-top: 10px;
}
.formbox form ul {
    margin: 0 -10px;
}
.formbox form ul li {
    padding: 0 10px;
}
.formbox form .group {
    position: relative;

    margin-top: 20px;

    background: #ebf8e7;
}
.formbox form .group label {
    font-size: 15px;
    line-height: 52px;

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

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

    color: #002e1c;
}
@media (max-width: 767px) {
    .formbox form .group label {
        font-size: 14px;
        line-height: 40px;

        left: 10px;
    }
}
.formbox form .group input,
.formbox form .group textarea {
    line-height: 28px;

    position: relative;
    z-index: 2;

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

    border-radius: 0;
    outline: 0;
    background: none;
}
@media (max-width: 767px) {
    .formbox form .group input,
    .formbox form .group textarea {
        line-height: 20px;

        padding: 10px;
    }
}
.formbox form .group-read {
    background-color: #006c41;
}
.formbox form .group-read input {
    color: #fff;
}
.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 {
    border-color: #006c41;
}
.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: 20px;

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

    opacity: .8;
}
@media (max-width: 767px) {
    .formbox form .group input:focus+label,
    .formbox form .group textarea:focus+label,
    .formbox form .group input:valid+label,
    .formbox form .group textarea:valid+label {
        top: -30px;
        left: 10px;
    }
}
.formbox form .group textarea {
    resize: none;
}
.formbox form .submit {
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;

    display: inline-block;

    margin-top: 24px;
    padding: 0 50px;

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

    color: #fff;
    border-radius: 0;
    background-color: #006c41;
}
@media (max-width: 767px) {
    .formbox form .submit {
        font-size: 16px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.formbox form .submit:hover {
    background-color: #002e1c;
}
.wrap-product .product {
    margin-top: -30px;
}
@media (max-width: 1199px) {
    .wrap-product .product {
        margin-top: -20px;
    }
}
.wrap-product .product .item .pic {
    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #f5f5f5;
}
.wrap-product .product .item:hover .pic {
    border-color: #006c41;
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product {
        padding-top: 50px;
    }
}
.wrap-product-show .carousel-wrap .carousel {
    position: relative;

    max-width: 760px;
    padding-right: 140px;
}
@media (max-width: 1400px) {
    .wrap-product-show .carousel-wrap .carousel {
        padding-right: 100px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .carousel-wrap .carousel {
        padding-right: 0;
    }
}
.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 .slider-for {
    font-size: 0;

    position: relative;

    border: 1px solid #006c41;
}
.wrap-product-show .carousel-wrap .slider-for .item {
    position: relative;
    z-index: 2;
}
.wrap-product-show .carousel-wrap .slider-for .zoom {
    position: relative;

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

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .slider-nav {
    position: absolute;
    top: 0;
    right: 0;

    width: 130px;
    padding: 30px 0;
}
@media (max-width: 1470px) {
    .wrap-product-show .carousel-wrap .slider-nav {
        width: 126px;
    }
}
@media (max-width: 1400px) {
    .wrap-product-show .carousel-wrap .slider-nav {
        width: 90px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .carousel-wrap .slider-nav {
        position: relative;
        top: 0;

        width: 100%;
        margin-top: 10px;
        padding: 0 30px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide {
    padding: 1px 0;
}
@media (max-width: 1199px) {
    .wrap-product-show .carousel-wrap .slider-nav .slick-slide {
        padding: 0 4px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .item {
    position: relative;

    cursor: pointer;

    border: 1px solid #fff;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video {
    position: relative;

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

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

    width: 40px;
    height: 40px;

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

    color: #006c41;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item {
    border-color: #006c41;
}
@media (min-width: 1200px) {
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow {
        line-height: 30px;

        top: -10px;
        left: 0;

        width: 100%;

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

        color: #006c41;
        border: none;
    }
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow:before {
        font-size: 20px;

        content: '\e62e';
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next {
        top: auto;
        bottom: -20px;
    }
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow:hover {
        color: #002e1c;
    }
}
@media (min-width: 1200px) and (max-width: 991px) {
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow:before {
        font-size: 30px;
    }
}
.wrap-product-show .info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    min-height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box {
        display: block;

        margin-top: 30px;
    }
}
.wrap-product-show .info-box .title-info-box {
    padding-top: 30px;
}
.wrap-product-show .info-box .title-info-box h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;

    color: #006c41;
}
@media (max-width: 1400px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .text {
    margin-top: 20px;
}
@media (max-width: 1400px) {
    .wrap-product-show .info-box .text {
        margin-top: 10px;
    }
}
.wrap-product-show .info-box .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrap-product-show .info-box .btn-inquiry,
.wrap-product-show .info-box .addcart {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

    display: block;

    width: 48%;
    margin-top: 12px;
    padding: 10px;

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

    color: #fff;
    background: #002e1c;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .btn-inquiry,
    .wrap-product-show .info-box .addcart {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .info-box .btn-inquiry .icon,
.wrap-product-show .info-box .addcart .icon {
    font-size: 18px;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
.wrap-product-show .info-box .btn-inquiry:hover,
.wrap-product-show .info-box .addcart:hover {
    border-radius: 30px;
    background-color: #006c41;
}
.wrap-product-show .info-box .share {
    margin-top: 20px;
}
.wrap-product-show .info-box .share p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;

    color: #002e1c;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .share p {
        font-size: 14px;
    }
}
.wrap-product-show .title-product-show h2 {
    font-size: 30px;
    font-weight: bold;

    margin: 0;

    text-transform: capitalize;

    color: #002e1c;
}
@media (max-width: 1199px) {
    .wrap-product-show .title-product-show h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .title-product-show h2 {
        font-size: 20px;
    }
}
.wrap-product-show .parameter .editor-content {
    padding-top: 20px;
}
.wrap-product-show .prev-next {
    white-space: nowrap;
}
.wrap-product-show .prev-next .slick-prev,
.wrap-product-show .prev-next .slick-next {
    font-size: 14px;
    line-height: 46px;

    display: inline-block;

    width: 46px;
    height: 46px;

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

    color: #777;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .prev-next .slick-prev,
    .wrap-product-show .prev-next .slick-next {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.wrap-product-show .prev-next .slick-prev:before,
.wrap-product-show .prev-next .slick-next:before {
    font-family: 'iconfont' !important;

    display: block;

    content: '\e625';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap-product-show .prev-next .slick-prev:hover,
.wrap-product-show .prev-next .slick-next:hover {
    color: #fff;
    background-color: #006c41;
}
.wrap-product-show .prev-next .slick-next {
    margin-left: 14px;
}
.wrap-product-show .prev-next .slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.wrap-product-show .relate-product .slick-related {
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .slick-related {
        margin: 0 -5px;
    }
}
.wrap-product-show .relate-product .slick-related .slick-slide {
    padding: 15px;
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .slick-related .slick-slide {
        padding: 10px 5px;
    }
}
.wrap-product-show .relate-product .slick-arrow {
    top: 40%;
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .slick-arrow {
        top: 30%;
    }
}
.wrap-product-show .relate-product .item {
    margin-top: 20px;
}
.wrap-product-show .relate-product .slick-dots {
    margin-top: 30px;

    text-align: right;
}
.wrap-product-show .relate-product .slick-dots li {
    width: 20px;
    height: 5px;
    margin: 0 5px;

    border-radius: 10px;
    background-color: #e5e5e5;
}
.wrap-product-show .relate-product .slick-dots li.slick-active {
    width: 30px;

    background-color: #006c41;
}
#scrollbar {
    overflow: hidden;

    width: 100%;
    height: 400px;
    padding-right: 12px;
}
.wrap-case .case {
    margin-top: -50px;
}
@media (max-width: 991px) {
    .wrap-case .case {
        margin-top: -30px;
    }
}
.wrap-case .case .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 50px;

    -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: 991px) {
    .wrap-case .case .item {
        margin-top: 30px;
    }
}
.wrap-case .case .item .pic {
    width: 55%;
}
@media (max-width: 767px) {
    .wrap-case .case .item .pic {
        width: 100%;
    }
}
.wrap-case .case .item .pic .img-box {
    padding-bottom: 53.53535354%;
}
.wrap-case .case .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-case .case .item .note {
    width: 45%;
    padding-left: 3%;
}
@media (max-width: 767px) {
    .wrap-case .case .item .note {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-case .case .item .note h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-bottom: 20px;

    color: #002e1c;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .wrap-case .case .item .note h3 {
        font-size: 20px;

        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .wrap-case .case .item .note h3 {
        font-size: 18px;
    }
}
.wrap-case .case .item .note h3 span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#006c41), to(#006c41));
    background-image: -webkit-linear-gradient(left, #006c41 0%, #006c41 100%);
    background-image: linear-gradient(to right, #006c41 0%, #006c41 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 2px;
}
.wrap-case .case .item .note p {
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 156px;
    margin: 0;

    color: #444;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
@media (max-width: 991px) {
    .wrap-case .case .item .note p {
        font-size: 14px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        max-height: 96px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
}
.wrap-case .case .item .note .more {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .wrap-case .case .item .note .more {
        margin-top: 20px;
    }
}
.wrap-case .case .item .note .more a {
    line-height: 48px;

    display: inline-block;

    padding: 0 50px;

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

    color: #fff;
    background-color: #002e1c;
}
@media (max-width: 991px) {
    .wrap-case .case .item .note .more a {
        line-height: 40px;

        padding: 0 30px;
    }
}
.wrap-case .case .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-case .case .item:hover .note h3 {
    color: #006c41;
}
.wrap-case .case .item:hover .note h3 span {
    background-size: 100% 2px;
}
.wrap-case .case .item:hover .note .more a {
    border-radius: 30px;
    background-color: #006c41;
}
.wrap-news .news {
    margin-top: -60px;
}
@media (max-width: 991px) {
    .wrap-news .news {
        margin-top: -30px;
    }
}
.wrap-news .item {
    position: relative;

    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-news .item {
        margin-top: 30px;
    }
}
.wrap-news .item .date {
    line-height: 24px;

    display: block;

    color: #002e1c;
}
@media (max-width: 991px) {
    .wrap-news .item .date {
        margin-top: 14px;
    }
}
.wrap-news .item h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

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

    color: #002e1c;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .wrap-news .item h3 {
        font-size: 16px;
    }
}
.wrap-news .item h3 span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#006c41), to(#006c41));
    background-image: -webkit-linear-gradient(left, #006c41 0%, #006c41 100%);
    background-image: linear-gradient(to right, #006c41 0%, #006c41 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 2px;
}
.wrap-news .item p {
    font-size: 16px;
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;

    color: #444;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .wrap-news .item p {
        font-size: 14px;
    }
}
.wrap-news .item .img-box {
    margin-top: 10px;
    padding-bottom: 64.44444444%;
}
.wrap-news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .item .more {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .wrap-news .item .more {
        margin-top: 20px;
    }
}
.wrap-news .item .more a {
    line-height: 48px;

    display: block;

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

    color: #fff;
    background-color: #002e1c;
}
@media (max-width: 1199px) {
    .wrap-news .item .more a {
        line-height: 40px;
    }
}
@media (min-width: 1200px) {
    .wrap-news .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-news .item:hover h3 {
        color: #006c41;
    }
    .wrap-news .item:hover h3 span {
        background-size: 100% 2px;
    }
    .wrap-news .item:hover .more a {
        border-radius: 30px;
        background-color: #006c41;
    }
}
.wrap-details .title-details h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-details .title-details h2 {
        font-size: 20px;
    }
}
.wrap-details .title-details .date {
    font-size: 14px;
    line-height: 24px;

    display: block;

    margin-right: 6px;
    margin-bottom: 20px;
}
.wrap-details .title-details .date .icon {
    color: #006c41;
}
.wrap-details .details .text {
    margin-top: 30px;
}
.wrap-details .details .text ul,
.wrap-details .details .text ol {
    padding-left: 1em;
}
.wrap-details .details .text ul li,
.wrap-details .details .text ol li {
    list-style: inherit;
}
.wrap-details .share {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .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;

        padding-left: 40px;
    }
}
.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 {
    color: #fff;
    background-color: #006c41;
}
.wrap-details .relate-details .next {
    text-align: right;
}
@media (max-width: 767px) {
    .wrap-details .relate-details .next {
        text-align: left;
    }
}
@media (min-width: 768px) {
    .wrap-details .relate-details .next a {
        padding-right: 50px;
        padding-left: 0;
    }
    .wrap-details .relate-details .next a:before {
        right: 0;
        left: auto;

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

    background-color: #006c41;
}
.wrap-sitemap .sitemap>ul>li>ul {
    font-size: 0;

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

    list-style: none;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    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: #006c41;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #006c41;
}
.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: #006c41;
}
.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: #006c41;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
    color: #006c41;
}
.wrap-nosearch .nosearch {
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .wrap-nosearch .nosearch {
        margin: 20px 0 0 0;
    }
}
.wrap-nosearch .nosearch h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
.wrap-nosearch .nosearch p {
    line-height: 22px;

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

    color: #666;
    border: 1px solid rgba(0, 108, 65, .5);
    border-radius: 5px;
    background-color: rgba(0, 108, 65, .1);
}
.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 .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: #006c41;
}
.wrap-inquiryinfo .inquiry-info .change .Each::after {
    font-family: 'iconfont';
    font-size: 18px;

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

    content: '\e656';

    color: #006c41;
}
.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: #006c41;
    background-color: #006c41;
}
.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: #006c41;
}
.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;
    }
}
@media (min-width: 1200px) {
    .wrap-inquiry .title-in h2 {
        font-size: 35px;
    }
}
nav {
    text-align: right;
}
.pagination {
    display: block;

    margin-top: 50px;
}
.pagination li {
    display: inline-block;

    margin: 0 8px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .pagination li {
        margin: 0 4px;
    }
}
.pagination li.prev a:before,
.pagination li.next a:before {
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: block;

    content: '\e625';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pagination li.next a:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.pagination li a {
    font-size: 15px;
    line-height: 42px;

    display: block;

    width: 42px;
    height: 42px;
    padding: 0;

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

    color: #002e1c;
    border: none;
    border-radius: 50%;
    background: none;
    background-color: #ebf8e7;
}
@media (max-width: 767px) {
    .pagination li a {
        font-size: 14px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    border-color: #006c41;
    background-color: #006c41;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    border-color: #006c41;
    background-color: #006c41;
}
.editor-content p {
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px) {
    .editor-content p {
        font-size: 14px;
    }
}
.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: 15px;
    line-height: 1.6;

    overflow: auto;

    width: 100%;
    max-width: 100%;
}
@media (max-width: 991px) {
    .editor-content .table-box {
        font-size: 14px;
    }
}
.editor-content .table-box table {
    line-height: 1.2;

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

    border-spacing: 0;
    border-collapse: collapse;
}
.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th {
    width: 25% !important;
    height: auto !important;
}
.editor-content .table-box table tr:nth-child(odd) {
    background-color: #f7f7f7;
}
.editor-content .table-box table td,
.editor-content .table-box table th {
    font-weight: normal;

    padding: 15px 20px !important;

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

    background: none !important;
}
.editor-content .table-box table th {
    text-align: center;
}
.auto-adjust-img img {
    max-width: 100% !important;
    height: auto !important;
}
.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;
}

.wrap-details .iframe {
    width: 100%;
    max-width: 700px;
    margin-top: 30px;
    height: 500px;
}
.wrap-video .video .img-box {
    padding-bottom: 56.2%;
}
.box-follow .follow .item .iframe-box {
    height: 490px;
}
.twitter-timeline {
    max-height: 100%;
    overflow-y: scroll;
}