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

    src: url('../fonts/Poppins-Regular.eot');
    src: local('Poppins Regular'), local('Poppins-Regular'), url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Poppins';
    font-weight: bold;
    font-style: normal;

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

    overflow-x: hidden;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
:root
{
    scroll-behavior: unset;
}
.slick-arrow
{
    font-size: 20px;
    line-height: 56px;

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

    width: 56px;
    height: 56px;
    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: #244926;
    border: none;
    border: 1px solid #244926;
    border-radius: 50%;
    background: none;
}
@media (max-width: 1470px)
{
    .slick-arrow
    {
        left: -3%;
    }
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        line-height: 40px;

        left: -5px;

        width: 40px;
        height: 40px;

        color: #fff;
        background-color: rgba(16, 144, 59, .8);
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e625';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: -5%;
    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: #fff;
    background-color: #244926;
}
.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(16, 144, 59, .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: #244926;
}
.flexwrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.pt-130
{
    padding-top: 130px;
}
@media (max-width: 1199px)
{
    .pt-130
    {
        padding-top: 90px;
    }
}
.center
{
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}
.share-cn
{
    display: none;
}
[lang=zh-CN] .share-cn
{
    display: block;
}
[lang=zh-CN] .share-other
{
    display: none;
}
.a2a_kit
{
    display: inline-block;

    vertical-align: middle;
}
.header
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 100px;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 70px;
    }
}
.header .logo
{
    width: 200px;
    height: 100px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        position: absolute;
        top: 0;
        left: 10px;

        width: 100px;
        height: 70px;
    }
}
.header .logo img
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .header-nav
{
    width: -webkit-calc(100% - 200px);
    width:         calc(100% - 200px);

    text-align: right;
}
@media (max-width: 1199px)
{
    .header .header-nav
    {
        width: 100%;
    }
}
.header .header-nav .nav-top p,
.header .header-nav .nav-top .language
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .header-nav .nav-top p,
    .header .header-nav .nav-top .language
    {
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .header .header-nav .nav-top p,
    .header .header-nav .nav-top .language
    {
        font-size: 14px;
    }
}
.header .header-nav .nav-top p .icon
{
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;
}
.header .header-nav .nav-top .language
{
    margin-left: 20px;
}
@media (max-width: 767px)
{
    .header .header-nav .nav-top .language
    {
        margin-left: 10px;
    }
}
.header .header-nav .nav-top .language a,
.header .header-nav .nav-top .language span
{
    display: inline-block;

    vertical-align: middle;
}
.header .header-nav .nav-top .language a.active
{
    color: #244926;
}
.header .serach-part
{
    display: inline-block;

    cursor: pointer;
    vertical-align: middle;
}
.header .find
{
    font-size: 12px;
    line-height: 50px;

    display: inline-block;

    padding: 0 20px;

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

    color: rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-left: 1px solid rgba(255, 255, 255, .1);
}
@media (max-width: 1560px)
{
    .header .find
    {
        padding: 0 10px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        font-size: 0;

        margin-left: 0;
    }
}
.header .find .icon
{
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;

    color: #fff;
}
@media (max-width: 767px)
{
    .header .find .icon
    {
        margin: 0;
    }
}
.header .find:hover .icon
{
    background-color: #244926;
}
.header .cart
{
    line-height: 50px;

    display: inline-block;

    padding: 0 30px 0 50px;

    border-right: 1px solid rgba(255, 255, 255, .1);
}
@media (max-width: 1560px)
{
    .header .cart
    {
        padding: 0 10px;
    }
}
@media (max-width: 1199px)
{
    .header .cart
    {
        line-height: 30px;
    }
}
.header .cart .icon
{
    font-size: 24px;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
.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: #244926;
}
.header .search-wrap .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.header .search-wrap .submit:hover
{
    background-color: #f69b16;
}
.header .pc-nav
{
    padding-left: 20%;
}
@media (max-width: 1199px)
{
    .header .pc-nav
    {
        display: none;
    }
}
.header .pc-nav > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    display: inline-block;

    vertical-align: top;
}
.header .pc-nav > ul > li > a
{
    font-size: 18px;
    line-height: 60px;

    position: relative;

    display: block;

    height: 60px;
    padding: 0 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-transform: capitalize;
}
@media (max-width: 1660px)
{
    .header .pc-nav > ul > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1400px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 20px;
    }
}
@media (max-width: 1350px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 15px;
    }
}
.header .pc-nav > ul > li.active > a,
.header .pc-nav > ul > li:hover > a
{
    color: #244926;
}
.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;

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

    display: block;

    padding: 5px 20px;

    white-space: nowrap;

    color: #666;
}
.header .pc-nav .nav-list2 > li > a:hover
{
    text-decoration: underline;

    color: #244926;
}
.header .pc-nav .nav-list3
{
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px 0;

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

    display: block;

    padding: 5px 20px;

    white-space: nowrap;

    color: #666;
}
.header .pc-nav .nav-list3 > li > a:hover
{
    text-decoration: underline;

    color: #244926;
}
.header .btn-menu
{
    position: relative;

    display: none;

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

        margin-left: 0;

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

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

    width: 100%;
    height: 100%;

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

    height: 2px;

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

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

    height: 2px;
    margin: 5px 0;

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

    background: #333;
}
.header .translate
{
    display: inline-block;

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

    vertical-align: middle;
}
@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;
    }
}
.stuck
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.hc-mobile-nav a
{
    text-transform: capitalize;
}
.online-wrap .btn
{
    line-height: 30px;

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

    width: 30px;
    height: 30px;
    padding: 0;

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

    border: 1px solid #f69b16;
    border-radius: 0;
    outline: none;
    background-color: #f69b16;
}
@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: 8;
    top: 40%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    text-align: center;

    border-radius: 8px;
}
@media (max-width: 1199px)
{
    .online-wrap .online
    {
        right: 0;
    }
}
.online-wrap .online.onlineshow
{
    right: 0;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

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

    position: relative;

    display: block;

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

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

    border-radius: 5px;
    background-color: rgba(246, 155, 22, .7);
}
.online-wrap .online a:before
{
    font-size: 24px;

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

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

        width: 30px;
        height: 30px;
    }
    .online-wrap .online a:before
    {
        font-size: 16px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-whatsapp:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .44);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

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

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

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

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

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

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

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

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

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

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

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

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

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

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

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

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

    width: 20px;
    height: 20px;

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

    content: '\e605';
}
.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);

    background-color: #244926;
    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;

    color: #fff;
}
.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: 4;

    clear: both;
    overflow: hidden;

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

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

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 43.22916667%;
}
.banner .img-box iframe
{
    position: absolute;

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

    width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
.banner .swiper-pagination-bullet
{
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0 8px !important;

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

    opacity: 1;
    border-radius: 10px;
    background-color: #fff;
}
.banner .swiper-pagination-bullet-active
{
    width: 40px;
}
.banner .slick-arrow
{
    line-height: 48px;

    width: 48px;
    height: 48px;

    color: #fff;
    border-color: #fff;
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        line-height: 40px;

        top: 65%;

        width: 40px;
        height: 40px;
    }
}
.banner .slick-arrow:hover
{
    border-color: #ec8c00;
    background-color: #ec8c00;
}
.banner .slick-prev
{
    left: 3%;
}
.banner .slick-prev:before
{
    content: '\e625';
}
.banner .slick-next
{
    right: 3%;
}
.banner .slick-next:before
{
    content: '\e625';
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 991px)
{
    .banner .item
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 767px)
{
    .banner .item
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.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: 43.22916667%;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play
{
    background-color: #244926 !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 .banner-text
{
    position: absolute;
    z-index: 2;
    top: 15%;
    left: 0;

    width: 100%;

    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .banner-text
    {
        padding: 0 8%;
    }
}
.banner .banner-text h2
{
    font-family: 'Butler', Arial, Helvetica, sans-serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.4;

    margin: 0;

    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
    text-transform: capitalize;

    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
@media (max-width: 1199px)
{
    .banner .banner-text h2
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-text h2
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text h2
    {
        font-size: 30px;
    }
}
.banner .banner-text h3
{
    font-size: 20px;
    line-height: 1.4;

    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
@media (max-width: 1199px)
{
    .banner .banner-text h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text h3
    {
        font-size: 14px;
    }
}
.banner .banner-text .link
{
    margin-top: 50px;

    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
@media (max-width: 1199px)
{
    .banner .banner-text .link
    {
        margin-top: 10px;
    }
}
.banner .banner-text .link a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 56px;

    display: inline-block;

    min-width: 280px;
    margin: 0 20px;
    margin-top: 10px;
    padding: 0 15px;

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

    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 6px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}
@media (max-width: 767px)
{
    .banner .banner-text .link a
    {
        font-size: 12px;
        line-height: 40px;

        min-width: 140px;
        margin: 0 5px;
        padding: 0 5px;
    }
}
.banner .banner-text .link a .icon
{
    font-size: 0;
    font-weight: normal;

    display: inline-block;

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

    opacity: 0;
}
@media (max-width: 767px)
{
    .banner .banner-text .link a .icon
    {
        display: none;
    }
}
.banner .banner-text .link a:hover
{
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .2);
}
.banner .banner-text .link a:hover .icon
{
    font-size: 20px;

    opacity: 1;
}
.banner .banner-down
{
    position: absolute;
    z-index: 2;
    bottom: 25%;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 1199px)
{
    .banner .banner-down
    {
        bottom: 20%;
    }
}
@media (max-width: 767px)
{
    .banner .banner-down
    {
        bottom: 0;
    }
}
.banner .banner-down a
{
    display: block;

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

    -webkit-animation: slide-down 3s linear infinite;
            animation: slide-down 3s linear infinite;
}
.banner .banner-down a img
{
    width: 100%;
}
.banner-in
{
    position: relative;
}
.banner-in img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .banner-in img
    {
        width: 120%;
        margin-left: -20%;
    }
}
.banner-in .text-in
{
    position: absolute;
    z-index: 2;
    top: -webkit-calc(50% + 40px);
    top:         calc(50% + 40px);
    left: 0;

    width: 100%;

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

    color: #fff;
}
.banner-in .text-in h2
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .banner-in .text-in h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-in h2
    {
        font-size: 30px;
    }
}
@-webkit-keyframes fadenum
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes fadenum
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes slide-down
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes slide-down
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.box
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.common-more
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .common-more
    {
        margin-top: 20px;
    }
}
.common-more a
{
    line-height: 50px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 50px;

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

    color: #244926;
    border: 1px solid #244926;
    border-radius: 50px;
}
@media (max-width: 1199px)
{
    .common-more a
    {
        line-height: 40px;

        padding: 0 30px;
    }
}
.common-more a span
{
    position: relative;
    z-index: 1;

    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.common-more a .icon
{
    font-size: 24px;

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

    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    text-align: center;
}
.common-more a:hover
{
    color: #fff;
    background-color: #244926;
}
.common-more a:hover span
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.common-more a:hover .icon
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.text-common
{
    margin-top: 20px;
}
.text-common p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .text-common p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.text-common img
{
    max-width: 100%;
    height: auto !important;
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-product .product
{
    overflow: hidden;
	background-color: #eee;
	padding-right: 20px;
    margin-top: 50px;
}

.box-product .product img
{
    width: 100%;
}
.box-product .product .text img{
	mix-blend-mode: multiply;
	transform: translateX(20px);
}
@media (max-width: 991px)
{
    .box-product .product
    {
        margin-top: 30px;
		padding: 20px 14px;
    }
}
.box-about
{
    background-color: #efefef;
}
.box-about .about
{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.box-about .about .text
{
    width: 60%;
}
@media (max-width: 767px)
{
    .box-about .about .text
    {
        width: 100%;
    }
}
.box-about .about .text h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 10px 0;

    color: #f90;
}
@media (max-width: 1560px)
{
    .box-about .about .text h3
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .box-about .about .text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .box-about .about .text h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-about .about .text h3
    {


        margin: 10px 0;
    }
}
.box-about .about .text ul{
	max-width: 500px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.box-about .about .text ul li{
	width: 50%;
	padding-left: 20px;
	position: relative;
}
.box-about .about .text ul li::before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 10px;
	border-radius: 50%;
}
.box-about .about .text ul li p{
	font-size: 18px;
	line-height: 30px;
}
@media (max-width: 767px)
{
   .box-about .about .text ul li p
    {
       	font-size: 16px;
    }
}
.box-about .about .pic
{
    width: 40%;
}
@media (max-width: 767px)
{
    .box-about .about .pic
    {
        width: 100%;
    }
}
.box-about .about .pic img
{
    max-width: 100%;
    height: auto !important;
}
@-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);
                transform: translate(-50%, -50%) scale(3);

        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);
                transform: translate(-50%, -50%) scale(3);

        opacity: 0;
    }
}
.box-category .category .item
{
    display: block;
}
@media (max-width: 767px)
{
    .box-category .category .item
    {
        margin: 10px 0;
    }
}
.box-category .category .item .title-category
{
    text-align: center;
}
.box-category .category .item .title-category h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .box-category .category .item .title-category h3
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .box-category .category .item .title-category h3
    {
        font-size: 18px;
    }
}
.box-category .category .item .pic
{
    margin-top: 20px;
}
.box-category .category .item .pic .img-box
{
    padding-bottom: 67.5%;
}
.box-category .category .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-category .category .item .note
{
    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.box-category .category .item .note p
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;
}
.box-category .category .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-subscribe
{
    position: relative;
    z-index: 2;

    padding: 40px 0;

    /* background-color: #286040; */
    background-color: #244926;
}
.box-subscribe .subscribe
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: #fff;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.box-subscribe .subscribe .title-subscribe,
.box-subscribe .subscribe .link
{
    width: 50%;
}
.box-subscribe .subscribe .title-subscribe
{
    padding-right: 3%;
}
@media (max-width: 1199px)
{
    .box-subscribe .subscribe .title-subscribe
    {
        width: 70%;
    }
}
@media (max-width: 767px)
{
    .box-subscribe .subscribe .title-subscribe
    {
        width: 100%;
    }
}
.box-subscribe .subscribe .title-subscribe h3
{
    font-size: 18px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 767px)
{
    .box-subscribe .subscribe .title-subscribe h3
    {
        font-size: 16px;
    }
}
.box-subscribe .subscribe .title-subscribe h2
{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;

    margin: 20px 0 0 0;
}
@media (max-width: 1199px)
{
    .box-subscribe .subscribe .title-subscribe h2
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .box-subscribe .subscribe .title-subscribe h2
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-subscribe .subscribe .title-subscribe h2
    {
        font-size: 18px;
    }
}
.box-subscribe .subscribe .link
{
    text-align: right;
}
@media (max-width: 1199px)
{
    .box-subscribe .subscribe .link
    {
        width: 30%;
    }
}
@media (max-width: 767px)
{
    .box-subscribe .subscribe .link
    {
        width: 100%;
        margin-top: 20px;

        text-align: center;
    }
}
.box-subscribe .subscribe .link a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    padding: 0 30px;
	
    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: uppercase;

    color: #ffffff;
    /* background-color: #f7be15; */
	background-color: #c2d343;
}
@media (max-width: 767px)
{
    .box-subscribe .subscribe .link a
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 20px;
    }
}
.box-subscribe .subscribe .link a:hover
{
	text-decoration: underline;
    /* background-color: #f69b16; */
}
.footer
{
    color: #fff;
    background-color: #595a59;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    padding: 50px 0;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 40px 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
.footer .foot > ul
{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .footer .foot > ul
    {
        margin: 0 -10px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        padding: 0 10px;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot > ul > li
    {
        width: 100%;
        margin: 0;
    }
}
.footer .foot .title-foot
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot .title-foot
    {
        margin-top: 10px;
    }
}
.footer .foot .title-foot h3
{
    font-family: 'Heebo', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.36363636;

    margin: 0;

    text-transform: uppercase;
}
.footer .foot .item-logo .foot-logo img
{
    max-height: 140px;
}
@media (max-width: 767px)
{
    .footer .foot .item-logo .foot-logo img
    {
        max-height: 100px;
    }
}
.footer .foot .item-logo .sitemap
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin-top: 40px;

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

    color: #9c9c9c;
}
@media (max-width: 767px)
{
    .footer .foot .item-logo .sitemap
    {
        margin-top: 20px;
    }
}
.footer .foot .item-logo .sitemap:hover
{
    color: #244926;
}
.footer .foot .item-contact
{
    max-width: 440px;
}
@media (max-width: 991px)
{
    .footer .foot .item-contact
    {
        max-width: 100%;
    }
}
.footer .foot .item-contact .info
{
    margin-top: 20px;
}
.footer .foot .item-contact p
{
    font-size: 16px;
    line-height: 28px;

    position: relative;

    padding-left: 30px;
}
@media (max-width: 767px)
{
    .footer .foot .item-contact p
    {
        font-size: 14px;
    }
}
.footer .foot .item-contact p .icon
{
    font-size: 24px;

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

    /* color: #f69b16; */
	color: #c2d343;
}
.footer .foot .item-contact p a:hover
{
    text-decoration: underline;
}
.footer .foot .item-nav .info
{
    margin-top: 10px;
}
.footer .foot .item-nav .info a
{
    font-size: 16px;
    line-height: 2.25;

    display: block;

    padding: 5px 0;

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

        display: inline-block;

        margin-right: 20px;
        padding: 0;

        vertical-align: top;
    }
}
.footer .foot .item-nav .info a:hover
{
    text-decoration: underline;
}
.footer .copyright
{
    line-height: 30px;

    padding: 15px 0;

    background-color: #333;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding: 10px 0;
    }
}
.footer .copyright p
{
    display: inline-block;

    margin: 0;

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

    color: #244926;
}
.footer .copyright .cnzz
{
    margin: 0 20px;
}
.footer .copyright .sitemap
{
    font-size: 16px;

    display: inline-block;

    margin-left: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
    text-decoration: underline;
}
.footer .copyright .sitemap .icon
{
    font-size: 22px;

    display: inline-block;

    margin-right: 10px;

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

    color: #244926;
}
.footer .copyright .share
{
    float: right;
}
@media (max-width: 991px)
{
    .footer .copyright .share
    {
        float: none;

        margin-top: 10px;
    }
}
.footer .copyright .share ul
{
    display: inline-block;

    margin: 0 -4px;

    vertical-align: middle;
}
.footer .copyright .share ul li
{
    position: relative;

    display: inline-block;

    padding: 0 4px;

    vertical-align: middle;
}
.footer .copyright .share ul li img
{
    position: absolute;
    bottom: 100%;
    left: -40%;

    display: none;

    width: 100px;
}
.footer .copyright .share ul li:hover img
{
    display: block;
}
.footer .copyright .share ul li a
{
    line-height: 30px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 30px;
    height: 30px;

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

    color: #fff;
    border-radius: 50%;
}
.footer .copyright .share ul li a .icon
{
    font-size: 18px;

    display: block;

    background-color: #d81e06;
}
.footer .copyright .share ul li a .icon-facebook
{
    background-color: #39579a;
}
.footer .copyright .share ul li a .icon-linkedin1
{
    background-color: #38a6d7;
}
.footer .copyright .share ul li a .icon-a-11
{
    background-color: #00aced;
}
.footer .copyright .share ul li a .icon-Instagramlogo
{
    background-color: #cf2f79;
}
.footer .copyright .share ul li a:after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 2.22222222rem;
    height: 100%;

    content: '';
    -webkit-transition: none;
            transition: none;
    -webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
            transform: translate3d(-150%, 0, 0) skewX(-25deg);

    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .15)), to(rgba(204, 204, 204, .05)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));
    background-image:         linear-gradient(to right, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.footer .copyright .share ul li a:hover:after
{
    left: 100%;

    -webkit-transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: left .4s ease-out, -webkit-transform .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out;
            transition: transform .4s ease-out, left .4s ease-out, -webkit-transform .4s ease-out;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
            transform: translate3d(50%, 0, 0) skewX(-25deg);
}
.footer .copyright .share ul li.share-twitter a:before
{
    content: '\e60b';
}
.footer .copyright .share ul li.share-linkedin a:before
{
    content: '\e7ea';
}
.footer .copyright .share ul li.share-instagram a:before
{
    content: '\e93b';
}
.footer .copyright .share ul li.share-youtube a:before
{
    content: '\e7b2';
}
.footer .copyright .share ul li.share-google a:before
{
    content: '\e645';
}
.footer .copyright .share ul li.share-amazon a:before
{
    content: '\e6c1';
}
.footer .copyright .share ul li:hover a
{
    background-color: #f69b16;
}
.wrap
{
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.wrap-location
{
    margin-top: 20px;
}
.wrap-location .location
{
    line-height: 30px;

    padding: 10px 0;

    color: #606f8f;
    border-bottom: 1px solid #d6dae2;
}
.wrap-location .location .icon
{
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.wrap-location .location > ul
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-location .location > ul > li
{
    display: inline-block;

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

    margin: 0 2px;
    margin-top: -2px;

    content: '>';
    vertical-align: middle;
}
.wrap-location .location > ul > li:last-child:after
{
    display: none;
}
.wrap-location .location > ul > li > a
{
    line-height: 30px;

    display: inline-block;

    text-transform: capitalize;
}
.wrap-location .location > ul > li > a:hover
{
    text-decoration: underline;

    color: #f69b16;
}
.wrap-sidenav
{
    position: relative;
    z-index: 2;

    text-align: center;

    background: #fff;
    box-shadow: 0 0 45px 9px rgba(0, 0, 0, .05);
}
@media (max-width: 767px)
{
    .wrap-sidenav
    {
        padding: 10px 0;
    }
}
.wrap-sidenav .sidenav > ul
{
    font-size: 0;

    margin: 0 -40px;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav > ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav > ul
    {
        margin: 0 -10px;
    }
}
.wrap-sidenav .sidenav > ul > li
{
    display: inline-block;

    padding: 0 40px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav > ul > li
    {
        padding: 0 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav > ul > li
    {
        padding: 0 10px;
    }
}
.wrap-sidenav .sidenav > ul > li > a
{
    font-size: 20px;
    line-height: 30px;

    position: relative;

    display: inline-block;

    padding: 30px 0;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav > ul > li > a
    {
        font-size: 16px;

        padding: 15px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav > ul > li > a
    {
        line-height: 24px;

        padding: 10px 0;
    }
}
.wrap-sidenav .sidenav > ul > li > a:after
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

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

    background-color: #244926;
}
.wrap-sidenav .sidenav > ul > li.active > a,
.wrap-sidenav .sidenav > ul > li:hover > a
{
    color: #244926;
}
.wrap-sidenav .sidenav > ul > li.active > a:after,
.wrap-sidenav .sidenav > ul > li:hover > a:after
{
    width: 100%;
}
.wrap-about .text
{
    overflow: hidden;

    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-about .text
    {
        margin-top: 30px;
    }
}
.wrap-about .text img
{
    float: left;

    max-width: 400px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.wrap-honor .text
{
    /* text-align: center; */
}
.wrap-honor .honor
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-honor .honor
    {
        margin-top: 20px;
    }
}
.wrap-honor .honor .slick-honor
{
    margin: 0 -8px;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .slick-honor
    {
        margin: 0 -5px;
    }
}
.wrap-honor .honor .slick-honor .slick-slide
{
    padding: 0 8px;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .slick-honor .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-honor .honor .item
{
    display: block;

    cursor: pointer;
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 133.33333333%;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-cases .cases .item
{
    margin-top: 30px;
}
.wrap-faq .faq
{
    margin-top: 30px;
}
.wrap-faq .faq .item
{
    margin-top: 30px;

    background: #fff;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, .04);
}
@media (max-width: 767px)
{
    .wrap-faq .faq .item
    {
        margin-top: 20px;
    }
}
.wrap-faq .faq .item .title-faq
{
    font-family: 'Heebo', Arial, Helvetica, sans-serif;

    position: relative;

    padding: 25px 120px;

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

    border-radius: 30px;
}
@media (max-width: 991px)
{
    .wrap-faq .faq .item .title-faq
    {
        padding: 10px 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-faq .faq .item .title-faq
    {
        padding: 10px 50px;
    }
}
.wrap-faq .faq .item .title-faq:before
{
    line-height: 40px;

    position: absolute;
    top: 50%;
    left: 40px;

    width: 40px;
    height: 40px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #244926;
}
@media (max-width: 991px)
{
    .wrap-faq .faq .item .title-faq:before
    {
        left: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-faq .faq .item .title-faq:before
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.wrap-faq .faq .item .title-faq:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 40px;

    position: absolute;
    top: 50%;
    right: 40px;

    display: block;

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

    content: '\e602';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-faq .faq .item .title-faq:after
    {
        right: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-faq .faq .item .title-faq:after
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}
.wrap-faq .faq .item .title-faq h3
{
    font-size: 20px;
    line-height: 40px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-faq .faq .item .title-faq h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-faq .faq .item .title-faq h3
    {
        font-size: 16px;
        line-height: 30px;
    }
}
.wrap-faq .faq .item .text
{
    position: relative;

    padding: 20px 120px;

    border-top: 1px solid rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-faq .faq .item .text
    {
        padding: 20px 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-faq .faq .item .text
    {
        padding: 10px 10px 10px 50px;
    }
}
.wrap-faq .faq .item .text:before
{
    font-family: 'Heebo', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 40px;

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

    width: 40px;
    height: 40px;

    content: 'A';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #244926;
}
@media (max-width: 991px)
{
    .wrap-faq .faq .item .text:before
    {
        left: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-faq .faq .item .text:before
    {
        line-height: 30px;

        top: 10px;

        width: 30px;
        height: 30px;
    }
}
.wrap-faq .faq .item .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-faq .faq .item .text p
    {
        font-size: 14px;
    }
}
.wrap-faq .faq .current .item .title-faq:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-faq .help
{
    margin-top: 80px;
    padding: 130px;

    background: url(../images/help_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .wrap-faq .help
    {
        margin-top: 50px;
        padding: 80px 5%;
    }
}
@media (max-width: 767px)
{
    .wrap-faq .help
    {
        padding: 50px 5%;
    }
}
.wrap-faq .help .help-text
{
    max-width: 680px;
}
.wrap-faq .help .help-text h3
{
    font-family: 'Heebo', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.5;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-faq .help .help-text h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-faq .help .help-text h3
    {
        font-size: 20px;
    }
}
.wrap-faq .help .help-text .more
{
    line-height: 40px;

    display: inline-block;

    margin-top: 30px;
    padding: 0 40px;

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

    color: #fff;
    background-color: #244926;
}
@media (max-width: 767px)
{
    .wrap-faq .help .help-text .more
    {
        margin-top: 20px;
    }
}
.wrap-faq .help .help-text .more:hover
{
    background-color: #f69b16;
}
.wrap-download .download
{
    margin-top: 10px;
}
.wrap-download .download .item
{
    position: relative;

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

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

    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 767px)
{
    .wrap-download .download .item
    {
        padding: 10px;
    }
}
.wrap-download .download .item .pic
{
    position: relative;
    z-index: 2;

    width: 230px;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item .pic
    {
        width: 150px;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item .pic
    {
        width: 100%;
    }
}
.wrap-download .download .item .pic .img-box
{
    padding-bottom: 111.42857143%;
}
.wrap-download .download .item .note
{
    position: relative;
    z-index: 2;

    width: -webkit-calc(100% - 230px);
    width:         calc(100% - 230px);
    padding-left: 5%;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item .note
    {
        width: -webkit-calc(100% - 150px);
        width:         calc(100% - 150px);
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item .note
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-download .download .item .note h3
{
    font-family: 'Heebo', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

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

        margin-bottom: 0;
    }
}
.wrap-download .download .item .note p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-download .download .item .note .down
{
    line-height: 36px;

    display: inline-block;

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

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

    color: #fff;
    border: 1px solid #f69b16;
    border-radius: 6px;
    background-color: #f69b16;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item .note .down
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item .note .down
    {
        margin-top: 20px;
    }
}
.wrap-download .download .item .note .down .icon
{
    font-size: 12px;
    line-height: 16px;

    display: inline-block;
    overflow: hidden;

    width: 23px;
    height: 16px;
    margin-right: 8px;

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

    color: #f69b16;
    background: url(../images/down.svg) no-repeat center;
    background-size: cover;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
@media (max-width: 767px)
{
    .wrap-download .download .item .note .down .icon
    {
        margin-right: 4px;
    }
}
.wrap-download .download .item .maskicon
{
    line-height: 1;

    position: absolute;
    z-index: 1;
    right: -60px;
    bottom: -60px;

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

    color: rgba(0, 0, 0, .05);
}
@media (max-width: 1199px)
{
    .wrap-download .download .item .maskicon
    {
        right: -30px;
        bottom: -50px;
    }
}
.wrap-download .download .item .maskicon .icon
{
    font-size: 230px;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item .maskicon .icon
    {
        font-size: 170px;
    }
}
@media (min-width: 1200px)
{
    .wrap-download .download .item:hover h3
    {
        color: #f69b16;
    }
    .wrap-download .download .item:hover .down
    {
        color: #f69b16;
        background-color: #fff;
    }
    .wrap-download .download .item:hover .down .icon
    {
        -webkit-filter: brightness(1) invert(0);
                filter: brightness(1) invert(0);
    }
    .wrap-download .download .item:hover .down .icon:before
    {
        display: block;

        -webkit-animation: slidebottom 1s linear infinite;
                animation: slidebottom 1s linear infinite;
    }
}
.wrap-download .showMorehandle
{
    line-height: 30px;

    margin-top: 30px;

    text-align: center;

    color: #999;
}
.wrap-download .showMorehandle a
{
    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;
}
.wrap-download .showMorehandle a .icon
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-download .showMorehandle a:hover
{
    color: #f69b16;
}
@-webkit-keyframes slidebottom
{
    0%
    {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
    }
    100%
    {
        -webkit-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 0;
    }
}
@keyframes slidebottom
{
    0%
    {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
    }
    100%
    {
        -webkit-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 0;
    }
}
.wrap-product .product
{
    padding-top: 50px;
}
.wrap-product .product .title-product h3
{
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 767px)
{
    .wrap-product .product .title-product h3
    {
        font-size: 20px;
    }
}
.wrap-product .product .info
{
    margin-top: 30px;
}
.wrap-product .product-advantage .info
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
	align-items: center;
    margin-top: 0;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-product .product-advantage .info .text
{
    width: 75%;
    padding-right: 3%;
	margin-top: 0;
}
@media (max-width: 767px)
{
    .wrap-product .product-advantage .info .text
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-product .product-advantage .info .pic
{
    width: 25%;
}
@media (max-width: 767px)
{
    .wrap-product .product-advantage .info .pic
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-product .product-advantage .info .pic img
{
    max-width: 100%;
}
.wrap-product .product-features .info
{
    margin-top: 0;
}

.wrap-product .product-worldwide,
.wrap-product .product-size{
	padding-top: 0;
}
.wrap-product .product-worldwide .info .pic{
	margin-bottom: 50px;
}
.wrap-product .product-worldwide .info
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
	align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.wrap-product .product-worldwide .info .text
{
    width: 70%;
    padding-left: 3%;
}
@media (max-width: 767px)
{
    .wrap-product .product-worldwide .info .text
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-product .product-worldwide .info .pic
{
    width: 20%;
}
@media (max-width: 767px)
{
    .wrap-product .product-worldwide .info .pic
    {
        width: 100%;
    }
}
.wrap-product .product-worldwide .info .pic img
{
    max-width: 100%;
}
.wrap-product .product-size .table-box
{
    overflow-x: auto;
}
.wrap-product .product-size table
{
    width: 100%;

    text-align: center;
}
.wrap-product .product-size table th
{
    color: #fff;
    background-color: #244926;
}
.wrap-product .product-size table th,
.wrap-product .product-size table td
{
    font-size: 16px;
    line-height: 24px;

    padding: 10px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 1199px)
{
    .wrap-product .product-size table th,
    .wrap-product .product-size table td
    {
        font-size: 14px;
    }
}
.wrap-product .product-customer .info
{
    margin-top: 0;
}
.wrap-product .product-customer .item
{
    margin-top: 30px;

    text-align: center;
}
.wrap-product .product-customer .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product-customer .item p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product-customer .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product-why .info
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 0;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-product .product-why .info .text
{
    width: 84%;
    padding-right: 3%;
}
@media (max-width: 767px)
{
    .wrap-product .product-why .info .text
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-product .product-why .info .pic
{
    width: 16%;
}
@media (max-width: 767px)
{
    .wrap-product .product-why .info .pic
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-product .product-why .info .pic img
{
    max-width: 100%;
	mix-blend-mode: multiply;
}
.wrap-product-show
{
    padding-top: 120px;
}
@media (max-width: 1199px)
{
    .wrap-product-show
    {
        padding-top: 70px;
    }
}
.wrap-product-show .text-common p
{
    font-size: 16px;
    line-height: 1.75;
}
@media (max-width: 767px)
{
    .wrap-product-show .text-common p
    {
        font-size: 14px;
    }
}
.wrap-product-show .product-show
{
    padding: 80px 0;

    background-color: #fafafa;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .carousel
{
    position: relative;

    padding-right: 190px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-right: 160px;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-right: 140px;
    }
}
@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 .item .img-box
{
    padding-bottom: 82.22222222%;
}
.wrap-product-show .carousel-wrap .slider-for
{
    font-size: 0;

    overflow: hidden;

    border: 1px solid rgba(0, 0, 0, .1);
}
.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-for .play
{
    font-size: 80px;

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

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

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-for .play
    {
        font-size: 50px;
    }
}
.wrap-product-show .carousel-wrap .slider-for .play:before
{
    font-family: 'iconfont' !important;

    content: '\e63b';
}
.wrap-product-show .carousel-wrap .slider-for .slick-arrow
{
    left: 2%;
}
.wrap-product-show .carousel-wrap .slider-for .slick-arrow.slick-next
{
    right: 2%;
    left: auto;
}
.wrap-product-show .carousel-wrap .slider-for .slick-arrow:hover
{
    border-color: #f69b16;
    background-color: #f69b16;
}
.wrap-product-show .carousel-wrap .slider-nav
{
    position: absolute;
    top: -3px;
    right: 30px;

    width: 145px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        right: 10px;

        width: 134px;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        width: 114px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        position: relative;
        right: 0;

        width: 100%;
        margin-top: 10px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide
{
    padding: 3px 0;

    outline: none;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .slider-nav .slick-slide
    {
        padding: 0 3px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .item
{
    position: relative;

    border: 1px solid rgba(0, 0, 0, .1);
}
.wrap-product-show .carousel-wrap .slider-nav .item-video
{
    position: relative;

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

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

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

    color: #fff;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item
{
    border-color: #244926;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow
{
    left: 0;

    color: #d6dae2;
    border: none;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow:before
{
    content: '\e639';
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow:hover
{
    color: #244926;
    background: none;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box
    {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .title
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    text-align: left;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.wrap-product-show .info-box .title h2
{
    font-family: 'Heebo';
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;

    width: 60%;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .title h2
    {
        width: 50%;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box .title h2
    {
        width: 100%;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box .title .share
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .title .share p,
.wrap-product-show .info-box .title .share .a2a_kit
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-product-show .info-box .text
{
    margin-top: 20px;
}
.wrap-product-show .info-box .capacity
{
    margin-top: 30px;
}
.wrap-product-show .info-box .capacity .title-capacity h3
{
    font-family: 'Heebo';
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
}
.wrap-product-show .info-box .capacity .list > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -4px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-product-show .info-box .capacity .list > ul > li
{
    width: 16.66666667%;
    margin-top: 8px;
    padding: 0 4px;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .capacity .list > ul > li
    {
        width: 33.33333333%;
    }
}
.wrap-product-show .info-box .capacity .list > ul > li p
{
    line-height: 32px;

    display: inline-block;
    display: block;

    margin: 0;

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

    color: #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 54px;
    background: #fff;
}
.wrap-product-show .info-box .capacity .list > ul > li.active p
{
    color: #fff;
    border-color: #244926;
    background-color: #244926;
}
.wrap-product-show .info-box .capacity .list-more
{
    display: none;

    margin-top: 10px;
}
.wrap-product-show .info-box .capacity .list-more form
{
    position: relative;

    overflow: hidden;

    padding-right: 100px;

    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 54px;
    background: #fff;
}
.wrap-product-show .info-box .capacity .list-more form input
{
    line-height: 32px;

    width: 100%;
    padding: 0 20px;
}
.wrap-product-show .info-box .capacity .list-more form input::-webkit-input-placeholder,
.wrap-product-show .info-box .capacity .list-more form textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-product-show .info-box .capacity .list-more form input:-o-placeholder,
.wrap-product-show .info-box .capacity .list-more form textarea:-o-placeholder
{
    color: #999;
}
.wrap-product-show .info-box .capacity .list-more form input::-moz-placeholder,
.wrap-product-show .info-box .capacity .list-more form textarea::-moz-placeholder
{
    color: #999;
}
.wrap-product-show .info-box .capacity .list-more form input:-ms-input-placeholder,
.wrap-product-show .info-box .capacity .list-more form textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-product-show .info-box .capacity .list-more form input:focus::-webkit-input-placeholder,
.wrap-product-show .info-box .capacity .list-more form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .info-box .capacity .list-more form input:focus::-o-placeholder,
.wrap-product-show .info-box .capacity .list-more form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .info-box .capacity .list-more form input:focus::-moz-placeholder,
.wrap-product-show .info-box .capacity .list-more form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .info-box .capacity .list-more form input:focus::-ms-input-placeholder,
.wrap-product-show .info-box .capacity .list-more form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .info-box .capacity .list-more form .submit
{
    line-height: 32px;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    width: 100px;
    height: 32px;
    padding: 0;

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

    color: #fff;
    border-radius: 30px;
    background-color: #244926;
}
.wrap-product-show .info-box .capacity .list-more form .submit .icon
{
    font-size: 24px;
}
.wrap-product-show .info-box .capacity .list-more form .submit:hover
{
    background-color: #f69b16;
}
.wrap-product-show .info-box .link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 60px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box .link
    {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .link > ul
{
    margin: 0 -5px;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link > ul
    {
        width: 100%;
    }
}
.wrap-product-show .info-box .link > ul > li
{
    display: inline-block;

    padding: 0 5px;

    vertical-align: top;
}
.wrap-product-show .info-box .link > ul > li a
{
    line-height: 40px;

    display: inline-block;

    padding: 0 20px;

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

    color: #244926;
    border: 1px solid #244926;
    border-radius: 30px;
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box .link > ul > li a
    {
        padding: 0 10px;
    }
}
.wrap-product-show .info-box .link > ul > li a .icon
{
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .info-box .link > ul > li a.btn-inquiry
{
    color: #fff;
    background-color: #244926;
}
.wrap-product-show .info-box .link > ul > li a:hover
{
    color: #fff;
    border-color: #f69b16;
    background-color: #f69b16;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link .brand
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .link .brand ul
{
    margin: 0 -4px;
}
.wrap-product-show .info-box .link .brand ul li
{
    display: inline-block;

    width: 60px;
    padding: 0 4px;

    vertical-align: top;
}
.wrap-product-show .parameter,
.wrap-product-show .application,
.wrap-product-show .inquiry,
.wrap-product-show .faq,
.wrap-product-show .relate-product
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter,
    .wrap-product-show .application,
    .wrap-product-show .inquiry,
    .wrap-product-show .faq,
    .wrap-product-show .relate-product
    {
        padding: 40px 0;
    }
}
.wrap-product-show .title-product-show h3
{
    font-family: 'Heebo';
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 20px;
    }
}
.wrap-product-show .parameter .info
{
    margin-top: 20px;
}
.wrap-product-show .parameter .info img
{
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .info img
    {
        width: 100% !important;
    }
}
.wrap-product-show .parameter .info .pmargin
{
    margin: 0 -10px;
}
.wrap-product-show .parameter .info h3
{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .info h3
    {
        font-size: 18px;
    }
}
.wrap-product-show .parameter .table-box
{
    font-size: 16px;
    line-height: 1.875;

    overflow: auto;

    width: 100%;
    max-width: 100%;
    margin: 30px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .table-box
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .table-box table
{
    line-height: 1.2;

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

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    width: 25% !important;
    height: auto !important;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    font-weight: normal;

    padding: 15px 20px !important;

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

    background: none !important;
}
.wrap-product-show .parameter .table-box table th
{
    text-align: center;
}
.wrap-product-show .application
{
    background-color: #fafafa;
}
.wrap-product-show .application .slick-application
{
    margin: 0 -15px;
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-product-show .application .slick-application
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-product-show .application .slick-application .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .application .slick-application .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-product-show .application .item
{
    display: block;
}
.wrap-product-show .application .item .img-box
{
    padding-bottom: 75.55555556%;
}
.wrap-product-show .application .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .application .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .faq
{
    padding-bottom: 0;
}
.wrap-product-show .faq .item
{
    margin-top: 30px;

    background: #fff;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, .04);
}
@media (max-width: 767px)
{
    .wrap-product-show .faq .item
    {
        margin-top: 20px;
    }
}
.wrap-product-show .faq .item .title-faq
{
    font-family: 'Heebo', Arial, Helvetica, sans-serif;

    position: relative;

    padding: 25px 120px;

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

    border-radius: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .faq .item .title-faq
    {
        padding: 10px 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .faq .item .title-faq
    {
        padding: 10px 50px;
    }
}
.wrap-product-show .faq .item .title-faq:before
{
    line-height: 40px;

    position: absolute;
    top: 50%;
    left: 40px;

    width: 40px;
    height: 40px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #244926;
}
@media (max-width: 991px)
{
    .wrap-product-show .faq .item .title-faq:before
    {
        left: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .faq .item .title-faq:before
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.wrap-product-show .faq .item .title-faq:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 40px;

    position: absolute;
    top: 50%;
    right: 40px;

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

    content: '\e602';
    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-product-show .faq .item .title-faq:after
    {
        right: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .faq .item .title-faq:after
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}
.wrap-product-show .faq .item .title-faq h3
{
    font-size: 20px;
    line-height: 40px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-product-show .faq .item .title-faq h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .faq .item .title-faq h3
    {
        font-size: 16px;
        line-height: 30px;
    }
}
.wrap-product-show .faq .item .text
{
    position: relative;

    padding: 20px 120px;

    border-top: 1px solid rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-product-show .faq .item .text
    {
        padding: 20px 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .faq .item .text
    {
        padding: 10px 10px 10px 50px;
    }
}
.wrap-product-show .faq .item .text:before
{
    font-family: 'Heebo', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 40px;

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

    width: 40px;
    height: 40px;

    content: 'A';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #244926;
}
@media (max-width: 991px)
{
    .wrap-product-show .faq .item .text:before
    {
        left: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .faq .item .text:before
    {
        line-height: 30px;

        top: 10px;

        width: 30px;
        height: 30px;
    }
}
.wrap-product-show .faq .item .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .faq .item .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .faq .current .item .title-faq:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-product-show .inquiry
{
    padding-bottom: 0;
}
.wrap-product-show .relate-product
{
    padding-bottom: 0;
}
.wrap-product-show .relate-product .slick-related
{
    font-size: 0;

    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: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-related .slick-slide
    {
        padding: 0 5px;
    }
}
.wrap-product-show .relate-product .item
{
    font-size: 14px;

    position: relative;
}
.wrap-product-show .relate-product .item .mask
{
    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(102%);
        -ms-transform: translateY(102%);
            transform: translateY(102%);
}
.wrap-product-show .relate-product .item .addcart-xs
{
    display: none;
}
@media (max-width: 1199px)
{
    .wrap-product-show .relate-product .item .addcart-xs
    {
        line-height: 40px;

        position: absolute;
        z-index: 2;
        right: 5px;
        bottom: 50px;

        display: block;

        width: 40px;
        height: 40px;

        text-align: center;

        color: #fff;
        border-radius: 50%;
        background-color: #f69b16;
    }
}
.wrap-product-show .relate-product .item .mask p
{
    display: -webkit-box;
    overflow: hidden;

    height: 144px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.wrap-product-show .relate-product .item .mask .link ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -2px;
}
.wrap-product-show .relate-product .item .mask .link ul li
{
    width: 50%;
    padding: 0 2px;
}
.wrap-product-show .relate-product .item .mask .link a
{
    line-height: 34px;

    display: block;

    padding: 0 10px;

    color: #fff;
    border-radius: 6px;
    background-color: #f69b16;
}
.wrap-product-show .relate-product .item .mask .link a .icon
{
    font-size: 20px;

    display: inline-block;

    margin-right: 6px;

    text-align: center;
    vertical-align: middle;
}
.wrap-product-show .relate-product .item:hover .mask
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.wrap-product-show .inquiry .message form,
.wrap-inquiry .message form
{
    margin-top: 20px;
}
.wrap-product-show .inquiry .message form ul,
.wrap-inquiry .message form ul
{
    margin: 0 -6px;
}
.wrap-product-show .inquiry .message form ul li,
.wrap-inquiry .message form ul li
{
    padding: 0 6px;
}
.wrap-product-show .inquiry .message form .group,
.wrap-inquiry .message form .group
{
    position: relative;

    margin-top: 20px;

    border: 1px solid rgba(0, 0, 0, .2);
}
.wrap-product-show .inquiry .message form .group-read,
.wrap-inquiry .message form .group-read
{
    overflow: hidden;

    background-color: #244926;
}
.wrap-product-show .inquiry .message form .group-read input,
.wrap-inquiry .message form .group-read input
{
    font-size: 16px;
    line-height: 30px;

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

    color: #fff;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry .message form .group-read input,
    .wrap-inquiry .message form .group-read input
    {
        line-height: 24px;

        padding: 10px 20px;
    }
}
.wrap-product-show .inquiry .message form .group label,
.wrap-inquiry .message form .group label
{
    font-size: 16px;
    line-height: 60px;

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

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

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry .message form .group label,
    .wrap-inquiry .message form .group label
    {
        line-height: 44px;
    }
}
.wrap-product-show .inquiry .message form .group input,
.wrap-inquiry .message form .group input,
.wrap-product-show .inquiry .message form .group textarea,
.wrap-inquiry .message form .group textarea
{
    line-height: 30px;

    position: relative;
    z-index: 2;

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

    border: 1px solid #f5f5f5;
    border-radius: 0;
    border-radius: 5px;
    outline: 0;
    background: none;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry .message form .group input,
    .wrap-inquiry .message form .group input,
    .wrap-product-show .inquiry .message form .group textarea,
    .wrap-inquiry .message form .group textarea
    {
        line-height: 24px;

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

    background-color: transparent;
}
.wrap-product-show .inquiry .message form .group input:focus + label,
.wrap-inquiry .message form .group input:focus + label,
.wrap-product-show .inquiry .message form .group textarea:focus + label,
.wrap-inquiry .message form .group textarea:focus + label,
.wrap-product-show .inquiry .message form .group input:valid + label,
.wrap-inquiry .message form .group input:valid + label,
.wrap-product-show .inquiry .message form .group textarea:valid + label,
.wrap-inquiry .message form .group textarea:valid + label
{
    top: -40px;
    left: 20px;

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

    opacity: .8;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry .message form .group input:focus + label,
    .wrap-inquiry .message form .group input:focus + label,
    .wrap-product-show .inquiry .message form .group textarea:focus + label,
    .wrap-inquiry .message form .group textarea:focus + label,
    .wrap-product-show .inquiry .message form .group input:valid + label,
    .wrap-inquiry .message form .group input:valid + label,
    .wrap-product-show .inquiry .message form .group textarea:valid + label,
    .wrap-inquiry .message form .group textarea:valid + label
    {
        top: -30px;
    }
}
.wrap-product-show .inquiry .message form .group textarea,
.wrap-inquiry .message form .group textarea
{
    resize: none;
}
.wrap-product-show .inquiry .message form .submit,
.wrap-inquiry .message form .submit
{
    font-size: 16px;
    line-height: 50px;

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

    color: #fff;
    border-radius: 50px;
    background: none;
    background-color: #244926;
}
.wrap-product-show .inquiry .message form .submit:hover,
.wrap-inquiry .message form .submit:hover
{
    background-color: #f69b16;
}
.sintro
{
    z-index: 2 !important;
}
.wrap-contact
{
    padding-top: 30px;
}
.wrap-contact .contact ul
{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-contact .contact ul li
{
    max-width: 25%;
}
@media (max-width: 991px)
{
    .wrap-contact .contact ul li
    {
        width: 50%;
        max-width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact ul li
    {
        width: 100%;
        max-width: 100%;
    }
}
.wrap-contact .contact .item
{
    position: relative;

    margin-top: 30px;
    padding-left: 56px;
}
.wrap-contact .contact .item .icon
{
    line-height: 35px;

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

    width: 35px;
    height: 35px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    /* background-color: #9eacef; */
    background-color: #c2d343;
}
.wrap-contact .contact .item .icon-youxiang
{
    /* background-color: #8be5a9; */
}
.wrap-contact .contact .item .icon-dianhua1
{
    /* background-color: #f4a8a5; */
}
.wrap-contact .contact .item .note h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 0 0 10px 0;
}
.wrap-contact .contact .item .note p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #888;
}
.wrap-contact .contact .item .note p a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact .item:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-contact .message
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        padding-top: 50px;
    }
}
.wrap-contact .message form
{
    margin-top: 10px;
}
@media (max-width: 767px)
{
    .wrap-contact .message form
    {
        margin-top: 0;
    }
}
.wrap-contact .message form ul
{
    margin: 0 -10px;
}
.wrap-contact .message form ul li
{
    padding: 0 10px;
}
.wrap-contact .message form .group
{
    position: relative;

    margin-top: 20px;

    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.wrap-contact .message form .group label
{
    font-size: 14px;
    line-height: 42px;

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

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

    color: #666;
}
.wrap-contact .message form .group input,
.wrap-contact .message form .group textarea,
.wrap-contact .message form .group-select select
{
    font-size: 14px;
    line-height: 22px;

    position: relative;
    z-index: 2;

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

    border-radius: 5px;
    outline: 0;
    background: none;
}
.wrap-contact .message form .group-select select
{
    margin-top: 20px;

    color: #666;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.wrap-contact .message form .group input:placeholder-shown + label,
.wrap-contact .message form .group textarea:placeholder-shown + label
{
    top: 0;

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

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

    opacity: .8;
}
.wrap-contact .message form .group textarea
{
    resize: none;
}
.wrap-contact .message form .submit-group
{
    text-align: center;
}
.wrap-contact .message form .submit
{
    font-size: 16px;
    line-height: 40px;

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

    color: #fff;
    border-radius: 6px;
    background: none;
    background-color: #244926;
}
@media (max-width: 767px)
{
    .wrap-contact .message form .submit
    {
        font-size: 14px;
    }
}
.wrap-contact .message form .submit .icon
{
    font-size: 24px;
    font-weight: normal;

    display: inline-block;

    margin-top: -2px;
    margin-left: 6px;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    vertical-align: middle;
}
.wrap-contact .message form .submit:hover
{
    background-color: #f69b16;
}
.wrap-contact .map
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-contact .map
    {
        margin-top: 50px;
    }
}
.wrap-contact .map .map-content
{
    height: 540px;
}
@media (max-width: 767px)
{
    .wrap-contact .map .map-content
    {
        height: 340px;
    }
}
.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: capitalize;

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

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

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

    display: inline-block;

    list-style: none;

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

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

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

    color: #244926;
}
.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: #244926;
}
.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: #244926;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a
{
    color: #244926;
}
.wrap-news .news .item
{
    margin-top: 30px;
}
.wrap-details
{
    padding-top: 50px;
}
.wrap-details .title-details h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

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

    display: block;

    margin-top: 10px;

    color: #244926;
}
.wrap-details .title-details .date .icon
{
    font-size: 20px;

    display: inline-block;

    margin-top: -2px;
    margin-right: 10px;

    vertical-align: middle;
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-details .details .text p
    {
        font-size: 14px;
    }
}
.wrap-details .details .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-details .share
{
    margin-top: 30px;
}
.wrap-details .share p
{
    font-size: 16px;

    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;

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

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 50%;
    height: 40px;
    padding-left: 38px;

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

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details a
    {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

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

    content: '\eb60';

    color: #999;
}
.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.next
{
    padding-right: 38px;
    padding-left: 0;

    text-align: right;
}
.wrap-details .relate-details a.next:before
{
    right: 0;
    left: auto;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-details .relate-details a:hover
{
    color: #244926;
}
.wrap-details .relate-details a:hover:before
{
    color: #244926;
}
.wrap-nosearch .nosearch
{
    margin-bottom: 40px;
}
@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(16, 144, 59, .5);
    border-radius: 5px;
    background-color: rgba(16, 144, 59, .1);
}
.wrap-inquiryinfo
{
    padding-top: 120px;
}
@media (max-width: 1199px)
{
    .wrap-inquiryinfo
    {
        padding-top: 70px;
    }
}
.wrap-inquiryinfo .title-inquiry h2
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    display: inline-block;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1199px)
{
    .wrap-inquiryinfo .title-inquiry h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .title-inquiry h2
    {
        font-size: 24px;
    }
}
.wrap-inquiryinfo .title-inquiry h2 span
{
    position: relative;
    z-index: 2;
}
.wrap-inquiryinfo .title-inquiry h2 .circle
{
    display: inline-block;

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

    vertical-align: middle;

    border-radius: 50%;
    background-color: #244926;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .title-inquiry h2 .circle
    {
        width: 50px;
        height: 50px;
    }
}
.wrap-inquiryinfo .title-inquiry p
{
    font-size: 18px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #6b6b6b;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .title-inquiry p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .title-inquiry p
    {
        font-size: 14px;
    }
}
.wrap-inquiryinfo .inquiry-info
{
    font-size: 0;

    width: 100%;
    padding: 80px 0;

    border-collapse: collapse;

    background-color: #fafafa;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .inquiry-info
    {
        padding: 50px 0;
    }
}
.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%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .Operation
    {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .pimg
{
    width: 18%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .pimg
    {
        width: -webkit-calc(44% - 30px);
        width:         calc(44% - 30px);
    }
}
.wrap-inquiryinfo .inquiry-info .pimg .img-box
{
    padding-bottom: 82.22222222%;
}
.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: #244926;
}
.wrap-inquiryinfo .inquiry-info .change .Each::after
{
    font-family: 'iconfont';
    font-size: 18px;

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

    content: '\e656';

    color: #244926;
}
.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: #244926;
    background-color: #244926;
}
.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: #244926;
}
.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;
    }
}
nav
{
    text-align: center;
}
.pagination
{
    display: block;

    margin: 70px 0 30px 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.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: normal;

    display: block;

    content: '\e625';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.pagination li.prev a:hover,
.pagination li.next a:hover
{
    color: #fff;
    background-color: #244926;
}
.pagination li.next a:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.pagination li a
{
    font-size: 16px;
    line-height: 40px;

    display: block;

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

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

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

        width: 30px;
        height: 30px;
    }
}
.pagination li a span
{
    border-radius: 0;
}
.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: #244926;
    background-color: #244926;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #244926;
    background-color: #244926;
}
@media (max-width: 1199px)
{
    .skiptranslate iframe
    {
        display: none;
    }
    .google-translation .skiptranslate
    {
        display: inline-block;
    }
    body
    {
        top: 0 !important;
    }
}
.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;
}
.fszero
{
    font-size: 0;

    overflow: hidden;

    width: 0;
    height: 0;
}
.fszero h1
{
    margin: 0;
}
@media (prefers-reduced-motion: no-preference)
{
    :root
    {
        scroll-behavior: none;
    }
}
.addcart
{
    cursor: pointer;
}



/* 202311.15 导航浮动在banner上 */
.header{
	background: none;
}
.stuck{
	background-color: #fff;
}
.banner{
	padding-top: 0;
}
@media(max-width:1199px){
	.banner{
		padding-top: 0;
	}
}

.wrap-honor .honor ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.wrap-honor .honor ul li{
	width: 13%;
	padding: 0 5px;
}
.wrap-honor .honor ul li:nth-child(1){
	/* width: 21%; */
}
.wrap-honor .honor  .item{
	text-decoration: none;
	text-align: center;
}
.wrap-honor .honor ul li:nth-child(1) .item .img-box{
	/* padding-bottom: 80%; */
}
.wrap-honor .honor .item h3{
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin: 6px 0 0 0;
}

@media(max-width:1199px){
	.wrap-honor .honor ul li{
		width: 27%;
		margin: 10px 0;
	}
	.wrap-honor .honor ul li:nth-child(1){
		width: 44%;
	}
}
@media(max-width:767px){
	.wrap-honor .honor ul li{
		width: 50%;
	}
	.wrap-honor .honor ul li:nth-child(1){
		width: 100%;
	}
}


/* 
    添加新标题 外链
*/
.product-link {
    padding: 80px 0;
    text-align: center;
  }
  @media (max-width: 1199px) {
    .product-link {
      padding: 40px 0;
    }
  }
  .product-link a {
    padding: 13px 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    border-radius: 50px;
    background: #244926;
    transition: all 0.3s linear;
    color: #fff;
    display: inline-block;
  }
  @media (max-width: 767px) {
    .product-link a {
      font-size: 13px;
      padding: 12px 20px;
    }
  }
  .product-link a:hover {
    background: #c2d343;
  }