/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;

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

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

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

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


body
{
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 40px;

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

    display: block;
    overflow: hidden;

    padding: 0;

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

    opacity: 1;
    color: #666;
    border: none;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .slick-arrow
    {
        left: -8px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e647';
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 991px)
{
    .slick-arrow.slick-next
    {
        right: -8px;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow:hover
{
    color: #35ca3e;
}
.header
{
    font-size: 0;

    z-index: 10;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 140px;

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

    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 100px;
    }
}
.header .header-top
{
    font-size: 14px;

    overflow: hidden;

    height: 50px;

    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1199px)
{
    .header .header-top
    {
        height: 30px;
    }
}
.header .header-top p
{
    line-height: 50px;

    display: inline-block;
}
@media (max-width: 1199px)
{
    .header .header-top p
    {
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .header .header-top p
    {
        display: none;
    }
}
.header .header-top p.email
{
    display: inline-block;
    float: right;

    margin: 0;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .header .header-top p.email
    {
        display: none;
    }
}
.header .header-top p.email:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    line-height: 26px;

    display: inline-block;

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

    content: '\e6a4';
    text-align: center;
    vertical-align: middle;

    color: #fff;
    border-radius: 50%;
    background-color: #35ca3e;
}
.header .header-top p.email a:hover
{
    text-decoration: underline;
}
.header .header-top .cart
{
    font-weight: bold;
    line-height: 50px;

    display: inline-block;
    float: right;

    margin-right: 30px;
}
@media (max-width: 1199px)
{
    .header .header-top .cart
    {
        line-height: 30px;
    }
}
@media (max-width: 991px)
{
    .header .header-top .cart
    {
        margin-right: 0;
    }
}
.header .header-top .cart:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;

    display: inline-block;

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

    content: '\e603';
    text-align: center;
    vertical-align: middle;

    color: #fff;
    border-radius: 50%;
    background-color: #35ca3e;
}
.header .header-top .cart:hover
{
    color: #35ca3e;
}
.header .logo
{
    display: inline-block;

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

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 50px;
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 30px;
        margin-top: 20px;
    }
}
.header .logo img
{
    position: relative;
    z-index: 2;

    height: 100%;
}
.header .language
{
    display: inline-block;
    float: right;

    padding: 27px 36px;

    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin-right: 10px;
        padding: 17px 20px;
    }
}
@media (max-width: 767px)
{
    .header .language
    {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.header .language img
{
    width: 36px;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

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

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: inline-block;
        float: right;

        margin-top: 15px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block;
        float: right;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav a:hover
    {
        color: #35ca3e;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 26px;

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

        background: #fafafa;
        background-color: rgba(51, 51, 51, .9);
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 0 15px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 14px;
        font-weight: normal;
        font-weight: bold;
        line-height: 90px;

        position: relative;

        display: inline-block;

        padding: 0 34px;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
        white-space: nowrap;
        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #ee1d23;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

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

        text-align: center;
        text-align: left;
        word-break: break-word;

        color: #333;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        display: block;

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

        padding: 0 30px;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li > a:hover
    {
        text-decoration: underline;

        color: #35ca3e;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        z-index: 50;
        top: 0;
        left: 100%;

        display: none;

        width: 200px;
        padding: 10px 0;

        text-align: center;
        text-align: left;

        color: #333;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list3 li a
    {
        font-size: 13px;
        line-height: 24px;

        display: block;

        padding: 0 10px;
    }
    .header .nav .nav-list1 .nav-list3 li a:hover
    {
        text-decoration: underline;

        color: #35ca3e;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 26px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        overflow: hidden;
        overflow-y: scroll;

        max-height: 100%;
        padding: 20px 0;

        vertical-align: top;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
.header .nav .nav-list2
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2
    {
        display: block;
        overflow: hidden;

        margin: 0 -10px;
        padding: 10px 0;
    }
    .header .nav .nav-list2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list2 > li > a
    {
        font-size: 15px;
        line-height: 24px;

        padding: 0 10px;
    }
    .header .nav .nav-list2 > li > a:before
    {
        margin-right: 4px;

        content: '-';
    }
}
.header .nav .nav-list3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav .nav-list3 a
    {
        line-height: 30px;

        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a
    {
        display: inline-block;

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before
    {
        content: '·';
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background-color: rgba(51, 51, 51, .9);
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 16px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

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

        color: #fff;
    }
}
.header .nav-2 .nav-product,
.header .nav-3 .nav-product
{
    display: none;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 24px;
    line-height: 36px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 18px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@media (max-width: 767px)
{
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    line-height: 30px;

    clear: both;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

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

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    font-size: 16px;
    line-height: 2.2;

    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 15px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

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

        display: none;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .search-box
{
    font-size: 14px;

    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(51, 51, 51, .9);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    line-height: 36px;

    position: absolute;
    right: 0;
    bottom: 0;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #fff;
}
@media (min-width: 768px)
{
    .header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show
{
    z-index: 66;
}
.header .search-box.search-xs.show .search
{
    left: 0;
}
.header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
            transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #35ca3e;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

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

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p
{
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .search-lg .search p
    {
        font-size: 14px;
        line-height: 1.5;

        display: block;
    }
}
.header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

    width: 100%;
    height: 60px;
    padding: 0 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
    border: none;
    outline: none;
}
.header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

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

    display: inline-block;
    float: right;

    padding: 27px 40px;

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

    border-left: 1px solid #e5e5e5;
}
@media (max-width: 1199px)
{
    .header .find
    {
        padding: 17px 20px;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-weight: bold;
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;

    content: '\e623';

    border: 1px solid #dcdcdc;
    border-radius: 50%;
}
.header .find:hover
{
    color: #35ca3e;
}
.header .find:hover:before
{
    border-color: #35ca3e;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 90px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .stuck
    {
        height: 70px;
    }
}
.online-wrap .btn
{
    line-height: 36px;

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

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

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

    border-radius: 0;
    outline: none;
    background-color: rgba(255, 255, 255, .9);
}
@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;

    color: #898989;
}
.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: 50%;
    right: 0;

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

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

    position: relative;

    display: block;

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

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

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:before
{
    font-size: 20px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: rgba(53, 202, 62, .8);
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-whatsapp:hover .phone-num,
    .online-wrap .online .icon-qq:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num,
.online-wrap .online .icon-qq .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,
.online-wrap .online .icon-qq .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #16b81f;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

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

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

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

    content: '\e6a4';
}
.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: '\e637';
}
.online-wrap .icon-erweima:before
{
    font-family: 'iconfont' !important;

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

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

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

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

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #16b81f;
    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.product > a:before
{
    font-size: 16px;

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

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

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

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

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

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

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

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

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

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

    content: '\e609';
}
.xs-online ul li.skype > a:before
{
    content: '\e752';
}
.xs-online ul li.facebook > a:before
{
    content: '\e615';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner .item
{
    position: relative;
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;

    color: #fff;
}
.banner .slick-dots li:after
{
    display: inline-block;

    width: 36px;
    height: 1px;
    margin: 0 6px;

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

    opacity: 0;
    background-color: #fff;
}
.banner .slick-dots li button
{
    line-height: 30px;

    display: inline-block;

    padding: 0;

    vertical-align: middle;

    background: none;
}
.banner .slick-dots li button:before
{
    content: '0';
}
.banner .slick-dots li.slick-active:after
{
    opacity: 1;
}
.banner .slick-arrow
{
    line-height: 40px;

    left: 4%;

    width: 40px;

    color: #fff;
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        font-size: 24px;
        line-height: 50px;

        left: 12%;

        width: 30px;
    }
}
.banner .slick-arrow.slick-next
{
    right: 4%;
    left: auto;
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        right: 12%;
    }
}
.banner .slick-arrow:hover
{
    color: #fff;
    background-color: #35ca3e;
}
.banner .num-box
{
    font-size: 15px;

    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 767px)
{
    .banner .num-box
    {
        bottom: 0;
    }
}
.banner .num-box .prev:before
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: inline-block;

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

    content: '\e9b5';
    vertical-align: middle;
}
.banner .num-box .prev:after
{
    margin: 0 10px;

    content: '/';
}
.banner .num-box .next:after
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: inline-block;

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

    content: '\e72f';
    vertical-align: middle;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .banner-pic
{
    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 991px)
{
    .banner .banner-pic
    {
        bottom: 10px;
    }
}
.banner .banner-pic img
{
    display: inline-block;

    width: auto;
    max-width: 100%;
}
.banner-in .slick-list
{
    padding: 0 !important;
}
.banner-in .slick-slide
{
    padding: 0;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .text-in
{
    position: absolute;
    top: 66%;

    overflow: hidden;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 767px)
{
    .banner-in .text-in
    {
        top: 70%;
    }
}
.banner-in .text-in h3
{
    font-size: 44px;
    font-weight: 900;
    line-height: 1.35;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .banner-in .text-in h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in h3
    {
        font-size: 20px;
    }
}
.banner-in .text-in p
{
    font-size: 15px;
    line-height: 22px;

    max-width: 750px;
    margin: 0 auto;
    margin-top: 10px;

    color: #666;
}
@media (max-width: 767px)
{
    .banner-in .text-in p
    {
        font-size: 12px;
        line-height: 14px;
    }
}
.banner .banner-arrow
{
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .banner-arrow
    {
        bottom: 0;
    }
}
.banner .banner-arrow a
{
    display: inline-block;
}
.banner .banner-arrow a:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e770';

    color: #fff;
}
@-webkit-keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
@keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.zoomIn1
{
    -webkit-animation-name: narrow;
            animation-name: narrow;
}
.box
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1350px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 20px;
    }
}
.title h2:after
{
    display: block;

    width: 37px;
    height: 7px;
    margin-top: 14px;

    content: '';

    background: url(../images/dot.png) no-repeat;
}
.title p
{
    font-size: 18px;
    line-height: 30px;

    max-width: 1000px;
    margin: 0 auto;
    margin-top: 14px;

    color: #666;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 12px;
        line-height: 20px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-product
{
    padding-bottom: 0;
}
.box-product .product > ul > li:nth-child(2n) .item .pic
{
    left: 32%;
}
@media (max-width: 767px)
{
    .box-product .product > ul > li:nth-child(2n) .item .pic
    {
        left: 0;
    }
}
.box-product .product > ul > li:nth-child(2n) .item .text
{
    right: 68%;
}
@media (max-width: 767px)
{
    .box-product .product > ul > li:nth-child(2n) .item .text
    {
        right: 0;
    }
}
.box-product .product .item
{
    font-size: 0;
}
.box-product .product .item .pic,
.box-product .product .item .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.box-product .product .item .pic
{
    overflow: hidden;

    width: 68%;
}
@media (max-width: 767px)
{
    .box-product .product .item .pic
    {
        width: 100%;
    }
}
.box-product .product .item .pic img
{
    max-width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item .text
{
    width: 32%;
    padding: 0 15px;

    text-align: center;
    word-break: break-word;
}
@media (max-width: 767px)
{
    .box-product .product .item .text
    {
        width: 100%;
        padding: 20px 15px;
    }
}
.box-product .product .item .text .title-product h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .box-product .product .item .text .title-product h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .box-product .product .item .text .title-product h3
    {
        font-size: 18px;
    }
}
.box-product .product .item .text .note
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-width: 380px;
    max-height: 90px;
    margin: 0 auto;
    margin-top: 20px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px)
{
    .box-product .product .item .text .note
    {
        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .box-product .product .item .text .note
    {
        line-height: 24px;

        max-height: 72px;
    }
}
.box-product .product .item .text .note p
{
    margin: 0;
}
.box-product .product .item .text a.more
{
    font-weight: bold;

    display: block;

    margin-top: 30px;

    text-decoration: underline;

    color: #35ca3e;
}
@media (max-width: 1199px)
{
    .box-product .product .item .text a.more
    {
        margin-top: 10px;
    }
}
.box-product .product .item:hover .pic img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .product .item:hover .text .title-product h3
{
    color: #35ca3e;
}
.box-product .title
{
    margin: 40px 0 20px;
}
.box-product .title h2:after
{
    display: none;
}
.box-product .title p
{
    font-style: italic;
}
.box-about
{
    overflow: hidden;

    background-color: #f4f4f4;
}
.box-about .about
{
    font-size: 0;
}
.box-about .about .pic,
.box-about .about .text
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .box-about .about .pic,
    .box-about .about .text
    {
        width: 100%;
    }
}
.box-about .about .pic
{
    position: relative;
}
.box-about .about .pic img
{
    width: 100%;
}
@media (max-width: 991px)
{
    .box-about .about .pic img
    {
        width: 140%;
        margin-left: -40%;
    }
}
@media (max-width: 767px)
{
    .box-about .about .pic img
    {
        width: 100%;
        margin: 0;
    }
}
.box-about .about .pic .pro-pic
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.box-about .about .text
{
    padding: 0 14% 0 4%;
}
@media (max-width: 1470px)
{
    .box-about .about .text
    {
        padding: 0 4%;
    }
}
@media (max-width: 767px)
{
    .box-about .about .text
    {
        padding: 30px 14px;
    }
}
.box-about .about .text .title
{
    text-align: left;
}
.box-about .about .text .title h2
{
    font-style: italic;
}
.box-about .about .text .title h1
{
    font-size: 18px;
    font-style: italic;
    line-height: 24px;

    margin: 20px 0 0 0;
}
@media (max-width: 991px)
{
    .box-about .about .text .title h1
    {
        font-size: 15px;
    }
}
.box-about .about .text .note
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1470px)
{
    .box-about .about .text .note
    {
        margin-top: 10px;
    }
}
.box-about .about .text .note p
{
    margin: 0;
}
.box-about .about .text .more
{
    margin-top: 30px;
}
@media (max-width: 1470px)
{
    .box-about .about .text .more
    {
        margin-top: 20px;
    }
}
.box-about .about .text .more a
{
    font-weight: bold;
    font-style: italic;
    line-height: 24px;

    display: inline-block;

    text-decoration: underline;

    color: #35ca3e;
}
.box-advantage
{
    padding: 50px 0;
}
.box-advantage .item
{
    margin: 10px 0;

    text-align: center;
}
.box-advantage .item:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;
    line-height: 120px;

    display: block;

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

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

    color: #fff;
    border-radius: 50%;
    background-color: #35ca3e;
}
@media (max-width: 991px)
{
    .box-advantage .item:before
    {
        font-size: 30px;
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.box-advantage .item-team:before
{
    font-size: 80px;
}
@media (max-width: 991px)
{
    .box-advantage .item-team:before
    {
        font-size: 40px;
    }
}
.box-advantage .item-range:before
{
    content: '\e87b';
}
.box-advantage .item-service:before
{
    content: '\e654';
}
.box-advantage .item b
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin: 20px 0 0 0;

    text-transform: uppercase;
}
.box-advantage .item p
{
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .box-advantage .item p
    {
        font-size: 12px;
        line-height: 22px;
    }
}
.box-advantage .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-news
{
    position: relative;

    border-top: 1px solid #e5e5e5;
}
.box-news:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 280px;

    content: '';

    background-color: #f4f4f4;
}
.box-news .title
{
    text-align: left;
}
.box-news .title p
{
    font-size: 14px;

    margin: 0;
}
@media (max-width: 767px)
{
    .box-news .title p
    {
        font-size: 12px;

        margin-top: 10px;
    }
}
.box-news .slick-news
{
    position: relative;
    z-index: 2;

    margin: 0 -15px;
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .box-news .slick-news
    {
        margin: 0 -8px;
        margin-top: 20px;
    }
}
.box-news .slick-news .slick-slide
{
    padding: 15px;
}
@media (max-width: 767px)
{
    .box-news .slick-news .slick-slide
    {
        padding: 8px;
    }
}
.box-news .slick-news .item
{
    background-color: #fff;
}
.box-news .slick-news .item .pic
{
    position: relative;
}
.box-news .slick-news .item .pic .img-box
{
    padding-bottom: 48.88888889%;
}
.box-news .slick-news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .slick-news .item .pic .date
{
    line-height: 40px;

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

    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    border: none;
    border-radius: 0 30px 30px 0;
    background-color: rgba(53, 202, 62, .8);
}
@media (max-width: 991px)
{
    .box-news .slick-news .item .pic .date
    {
        line-height: 30px;

        top: 10px;
    }
}
.box-news .slick-news .item .text
{
    padding: 20px 20px 40px 20px;
}
@media (max-width: 767px)
{
    .box-news .slick-news .item .text
    {
        padding: 20px 10px;
    }
}
.box-news .slick-news .item .text b
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .slick-news .item .text p
{
    font-size: 14px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .slick-news .item .text a.more
{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;

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

    color: #35ca3e;
}
.box-news .slick-news .item:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-news .slick-news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .slick-news .item:hover .pic .date
{
    background-color: #ee1d23;
}
.box-news .slick-news .item:hover .text
{
    border-color: #fff;
}
.box-news .slick-news .item:hover .text a.more
{
    color: #ee1d23;
}
.box-news .slick-news .slick-arrow
{
    top: 58%;
}
.footer
{
    position: relative;

    overflow: hidden;

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

    text-align: center;

    border-bottom: 1px solid #5a5a5a;
}
@media (max-width: 991px)
{
    .footer .foot-nav
    {
        padding: 16px 0;
    }
}
.footer .foot-nav > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.footer .foot-nav > ul > li:after
{
    font-size: 12px;

    display: inline-block;

    margin: 0 20px;

    content: '/';
    vertical-align: middle;

    color: #989797;
}
@media (max-width: 1199px)
{
    .footer .foot-nav > ul > li:after
    {
        margin: 0 10px;
    }
}
.footer .foot-nav > ul > li:last-child:after
{
    display: none;
}
.footer .foot-nav > ul > li > a
{
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .footer .foot-nav > ul > li > a
    {
        line-height: 24px;
    }
}
.footer .foot-nav > ul > li > a:hover
{
    text-decoration: underline;
}
.footer .foot
{
    font-size: 0;

    padding: 30px 0 10px;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 14px 0;
    }
}
.footer .foot > ul
{
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
}
.footer .foot > ul:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
@media (max-width: 1199px)
{
    .footer .foot > ul:after
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul
    {
        display: block;
        overflow: hidden;
    }
}
.footer .foot > ul > li
{
    font-size: 14px;

    display: inline-block;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        display: block;

        width: 100%;
    }
}
.footer .foot > ul > li .item
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item
    {
        margin-top: 14px;
    }
}
.footer .foot > ul > li .item .title-foot h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item .title-foot h3
    {
        font-size: 14px;
        line-height: 24px;
    }
    .footer .foot > ul > li .item .title-foot h3:after
    {
        font-family: 'iconfont' !important;

        float: right;

        content: '\e629';
    }
}
.footer .foot > ul > li .item-1
{
    width: 430px;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-1
    {
        width: 100%;
    }
}
.footer .foot > ul > li .item-1 img
{
    display: block;

    max-width: 100%;
    margin-bottom: 20px;
}
.footer .foot > ul > li .item-1 p
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .foot > ul > li .item-1 p
    {
        font-size: 13px;
        line-height: 24px;
    }
}
.footer .foot > ul > li .item-1 p a:hover
{
    text-decoration: underline;
}
.footer .foot > ul > li .item-2 a
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

    display: block;

    padding-left: 14px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .footer .foot > ul > li .item-2 a
    {
        font-size: 14px;

        display: inline-block;

        padding: 0 4px;

        vertical-align: top;
    }
}
.footer .foot > ul > li .item-2 a:before
{
    position: absolute;
    left: 0;

    content: '>';
}
.footer .foot > ul > li .item-2 a:hover
{
    text-decoration: underline;
}
.footer .foot > ul > li .item-4
{
    width: 430px;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-4
    {
        width: 100%;
    }
}
.footer .foot > ul > li .item-4 .row
{
    margin: 0 -6px;
    margin-top: 24px;
}
.footer .foot > ul > li .item-4 .row .itembox
{
    padding: 0 6px;
}
.footer .foot > ul > li .item-4 input,
.footer .foot > ul > li .item-4 textarea
{
    line-height: 24px;

    width: 100%;
    margin-bottom: 10px;
    padding: 10px 14px;

    resize: vertical;

    color: #fff;
    border: 1px solid #6f6f6f;
    border-radius: 20px;
    outline: none;
    background: none;
}
.footer .foot > ul > li .item-4 input::-webkit-input-placeholder,
.footer .foot > ul > li .item-4 textarea::-webkit-input-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-4 input:-o-placeholder,
.footer .foot > ul > li .item-4 textarea:-o-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-4 input::-moz-placeholder,
.footer .foot > ul > li .item-4 textarea::-moz-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-4 input:-ms-input-placeholder,
.footer .foot > ul > li .item-4 textarea:-ms-input-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-4 input:focus::-webkit-input-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 input:focus::-o-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 input:focus::-moz-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 input:focus::-ms-input-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 .submit
{
    line-height: 44px;

    display: block;

    width: 100%;
    padding: 0 14px;

    color: #fff;
    border-radius: 30px;
    background: none;
    background-color: #1b1b1b;
}
.footer .foot > ul > li .item-4 .submit:hover
{
    text-decoration: underline;
}
.footer .foot > ul > li .info-down
{
    margin-top: 14px;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .info-down
    {
        display: none;
    }
}
.footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e628';
}
.footer a.sitemap
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    margin-bottom: 20px;
}
@media (max-width: 991px)
{
    .footer a.sitemap
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .footer a.sitemap
    {
        font-size: 14px;
    }
}
.footer a.sitemap:hover
{
    text-decoration: underline;
}
.footer .copyright
{
    padding: 30px 0;

    color: #fff;
    background-color: #1b1b1b;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding: 15px 0;
    }
}
.footer .copyright p
{
    margin: 0;
}
.footer .copyright p
{
    line-height: 30px;

    display: inline-block;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        font-size: 13px;
        line-height: 24px;

        display: block;
    }
}
.footer .copyright a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright .share
{
    display: inline-block;
    float: right;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .footer .copyright .share
    {
        display: block;
        float: none;

        text-align: center;
    }
}
.footer .copyright .share ul
{
    font-size: 0;

    display: inline-block;
}
.footer .copyright .share ul li
{
    display: inline-block;
}
.footer .copyright .share ul li a
{
    font-size: 22px;
    line-height: 30px;

    display: block;

    width: 24px;
    margin: 0 4px;

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

    color: #fff;
}
.footer .copyright .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\eec0';
    text-align: center;
    vertical-align: top;
}
.footer .copyright .share ul li.facebook a:before
{
    font-size: 16px;
}
.footer .copyright .share ul li.twitter a:before
{
    content: '\e601';
}
.footer .copyright .share ul li.linkedin a:before
{
    content: '\e670';
}
.footer .copyright .share ul li.instagram a:before
{
    content: '\e6b6';
}
.footer .copyright .share ul li.youtube a:before
{
    content: '\e62e';
}
.footer .copyright .share ul li.google a:before
{
    content: '\e645';
}
.footer .copyright .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .copyright .share ul li:hover a
{
    color: #35ca3e;
}
.inquire-sheet-box
{
    position: fixed;
    z-index: 9;
    top: 20%;
    right: 0;

    display: none;

    width: 250px;

    border: 1px solid #c7c9cb;
    background-color: #fff;
}
.inquire-sheet-box .j-title
{
    position: relative;

    background-color: #111;
}
.inquire-sheet-box .j-title h2
{
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;

    margin: 0;
    padding: 0 20px;

    color: #fff;
}
.inquire-sheet-box .j-title .inquire-close
{
    line-height: 50px;

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

    display: inline-block;

    cursor: pointer;

    color: #fff;
}
.inquire-sheet-box .j-title .inquire-close:after
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e61b';
}
.inquire-sheet-box .J-shoping-close
{
    display: inline-block;

    cursor: pointer;
    vertical-align: middle;

    color: #ee1d23;
}
.inquire-sheet-box .J-shoping-close::after
{
    font-family: 'iconfont';
    font-size: 18px;
    line-height: 68px;

    content: '\e632';
}
.inquire-sheet-box .J-shoping-close:hover
{
    color: #35ca3e;
}
.inquire-sheet-box .J-inquiry
{
    padding: 10px;
}
.inquire-sheet-box .J-inquiry a
{
    font-size: 14px;
    line-height: 40px;

    display: block;

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

    color: #fff;
    background-color: #35ca3e;
}
.inquire-sheet-box .J-inquiry a:hover
{
    background-color: #16b81f;
}
.inquire-sheet-box .J-shoping-body
{
    overflow-y: auto;

    max-height: 280px;
    padding: 0 10px;
}
.inquire-sheet-box .list
{
    overflow: hidden;

    padding: 14px 0;

    border-bottom: 1px dashed #d5d4d4;
}
.inquire-sheet-box .list .pic
{
    display: inline-block;
    overflow: hidden;

    width: 80px;

    vertical-align: middle;

    border: 1px solid #e5e5e5;
}
.inquire-sheet-box .list .pic .img-box
{
    padding-bottom: 107.14285714%;
}
.inquire-sheet-box .list p
{
    font-size: 14px;
    line-height: 24px;

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

    width: 100px;
    max-height: 48px;
    margin: 0;
    padding: 0 10px;

    vertical-align: middle;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar
{
    position: absolute;
    right: 0;

    width: 8px;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-thumb
{
    background-color: #35ca3e;
}
.cart-icon
{
    line-height: 30px;

    position: fixed;
    z-index: 9;
    top: 22%;
    right: 0;

    display: block;
}
@media (max-width: 991px)
{
    .cart-icon
    {
        top: 35%;
    }
}
.cart-icon a
{
    font-size: 14px;
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: rgba(53, 202, 62, .9);
}
@media (max-width: 991px)
{
    .cart-icon a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.cart-icon a::before
{
    font-family: 'iconfont';
    font-size: 22px;
    font-weight: normal;

    content: '\e648';
}
@media (max-width: 991px)
{
    .cart-icon a::before
    {
        font-size: 20px;
    }
}
.cart-icon a:hover
{
    background-color: #16b81f;
}
.cart-icon span
{
    font-size: 12px;
    line-height: 20px;

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

    display: inline-block;

    width: 20px;
    height: 20px;

    vertical-align: top;

    border-radius: 50%;
    background-color: #333;
}
.wrapper
{
    clear: both;
    overflow: hidden;
}
.wrap
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.title-wrap
{
    padding: 50px 0;

    background-color: #f0f0f0;
}
@media (max-width: 991px)
{
    .title-wrap
    {
        padding: 30px 0;
    }
}
@media (max-width: 767px)
{
    .title-wrap
    {
        padding: 15px 0;
    }
}
.title-wrap h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1199px)
{
    .title-wrap h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title-wrap h2
    {
        font-size: 24px;
    }
}
.title-in h2
{
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;

    display: block;

    margin: 0;

    text-transform: uppercase;

    color: #333;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 22px;
    }
}
.title-in h2:after
{
    margin: 0 auto;
    margin-top: 20px;

    background-image: url(../images/dot-in.png);
}
.title-sidenav
{
    padding: 20px 0;

    text-align: center;

    color: #fff;
    background-color: #35ca3e;
}
@media (max-width: 991px)
{
    .title-sidenav
    {
        display: none;
    }
}
.title-sidenav h2
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1350px)
{
    .title-sidenav h2
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .title-sidenav h2
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .sidenav
    {
        padding: 10px 0;

        border-bottom: 1px solid #dcdcdc;
    }
}
.sidenav ul > li
{
    margin-top: 10px;
}
@media (max-width: 991px)
{
    .sidenav ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.sidenav ul > li > a
{
    line-height: 30px;

    position: relative;

    display: block;

    padding: 30px;

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

    border: 1px solid #e5e5e5;
    background-color: #e6f0fa;
}
@media (max-width: 991px)
{
    .sidenav ul > li > a
    {
        font-weight: bold;
        line-height: 24px;

        padding: 0 10px;

        border: none;
        background: none;
    }
}
.sidenav ul > li > a:after
{
    position: absolute;
    top: 30px;
    right: 20px;

    content: '+';

    color: #999;
}
@media (max-width: 991px)
{
    .sidenav ul > li > a:after
    {
        display: none;
    }
}
.sidenav ul > li.active > a,
.sidenav ul > li:hover > a
{
    color: #fff;
    background-color: #35ca3e;
}
@media (max-width: 991px)
{
    .sidenav ul > li.active > a,
    .sidenav ul > li:hover > a
    {
        color: #35ca3e;
        background: none;
    }
}
.sidenav ul > li.active > a:after,
.sidenav ul > li:hover > a:after
{
    content: '-';

    color: #fff;
}
.wrap-sidenav
{
    margin-top: 30px;
}
.wrap-sidenav .sidenav
{
    position: relative;
}
.wrap-sidenav .sidenav .sidenavlevel-1
{
    text-align: center;
}
.wrap-sidenav .sidenav .sidenavlevel-1 li
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.wrap-sidenav .sidenav .sidenavlevel-1 li > a
{
    line-height: 30px;

    position: relative;

    display: block;

    padding: 0 34px;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav .sidenavlevel-1 li > a
    {
        padding: 0 10px;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li > a:after
{
    display: block;

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

    content: '';

    background-color: #35ca3e;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav .sidenavlevel-1 li > a:after
    {
        display: none;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li.active > a,
.wrap-sidenav .sidenav .sidenavlevel-1 li:hover > a
{
    color: #35ca3e;
}
.wrap-sidenav .sidenav .sidenavlevel-1 li.active > a:after,
.wrap-sidenav .sidenav .sidenavlevel-1 li:hover > a:after
{
    height: 20px;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav .sidenavlevel-1 li.active,
    .wrap-sidenav .sidenav .sidenavlevel-1 li:hover
    {
        display: block;
    }
    .wrap-sidenav .sidenav .sidenavlevel-1 li.active .sidenavlevel-2,
    .wrap-sidenav .sidenav .sidenavlevel-1 li:hover .sidenavlevel-2
    {
        position: relative;

        display: block;

        margin: 10px 0;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2
{
    position: absolute;
    z-index: 2;
    top: 100%;

    display: none;

    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2 > li a
{
    line-height: 30px;

    display: block;

    white-space: nowrap;
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2 > li a
    {
        font-size: 12px;

        padding: 0 4px;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2 > li:hover a
{
    color: #35ca3e;
}
.wrap-sidenav .slick-arrow
{
    font-size: 18px;
    line-height: 50px;

    top: 14px;
    left: -30px;

    height: 50px;

    background: none;
}
@media (max-width: 991px)
{
    .wrap-sidenav .slick-arrow
    {
        left: -10px;
    }
}
.wrap-sidenav .slick-arrow.slick-next
{
    right: -30px;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-sidenav .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.wrap-sidenav .slick-arrow:hover
{
    color: #35ca3e;
}
.wrap-sidenav .product-sidenav .sidenavlevel-1
{
    padding: 0 30px;
}
.product-link
{
    padding: 20px 10px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .product-link
    {
        display: block;
    }
}
.product-link > ul > li
{
    display: block;
}
.product-link > ul > li a
{
    font-size: 16px;
    line-height: 30px;

    display: block;
}
.product-link > ul > li.active a,
.product-link > ul > li:hover a
{
    color: #35ca3e;
}
.contact-sidenav
{
    margin: 20px 0;
    padding: 20px 10px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .contact-sidenav
    {
        display: block;
    }
}
.contact-sidenav p
{
    font-size: 16px;
    line-height: 32px;

    position: relative;

    margin: 10px 0;
    padding-left: 30px;

    color: #666;
}
@media (max-width: 767px)
{
    .contact-sidenav p
    {
        font-size: 14px;
    }
}
.contact-sidenav p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: absolute;
    left: 0;

    content: '\e637';

    color: #35ca3e;
}
.contact-sidenav p.fax:before
{
    content: '\e633';
}
.contact-sidenav p.phone:before
{
    content: '\e640';
}
.contact-sidenav p.whatsapp:before
{
    content: '\e751';
}
.contact-sidenav p.wechat:before
{
    content: '\e66f';
}
.contact-sidenav p.email:before
{
    content: '\e63d';
}
.contact-sidenav p.website:before
{
    content: '\e623';
}
.contact-sidenav a:hover
{
    text-decoration: underline;

    color: #35ca3e;
}
.wrap-about .about
{
    max-width: 1170px;
    margin: 0 auto;
}
.wrap-about .about > ul > li
{
    padding: 50px 0;
}
@media (max-width: 767px)
{
    .wrap-about .about > ul > li
    {
        padding: 20px 0;
    }
}
.wrap-about .about > ul > li:nth-child(2n) .pic
{
    right: 50%;
}
@media (max-width: 767px)
{
    .wrap-about .about > ul > li:nth-child(2n) .pic
    {
        right: 0;
    }
}
.wrap-about .about > ul > li:nth-child(2n) .text
{
    left: 50%;
}
@media (max-width: 767px)
{
    .wrap-about .about > ul > li:nth-child(2n) .text
    {
        left: 0;
    }
}
.wrap-about .about .item
{
    font-size: 0;

    margin: 0 -24px;
}
@media (max-width: 1199px)
{
    .wrap-about .about .item
    {
        margin: 0 -15px;
    }
}
.wrap-about .about .item .text,
.wrap-about .about .item .pic
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;
    padding: 0 24px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-about .about .item .text,
    .wrap-about .about .item .pic
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .item .text,
    .wrap-about .about .item .pic
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .item .pic
    {
        margin-top: 30px;
    }
}
.wrap-about .about .item .pic img
{
    max-width: 100%;
}
.wrap-about .about .item .text .title-about h2
{
    font-size: 20px;
    font-weight: bold;
    font-style: italic;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-about .about .item .text .title-about h2
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .item .text .title-about h2
    {
        font-size: 16px;
    }
}
.wrap-about .about .item .text .note
{
    font-size: 16px;
    line-height: 1.875;

    margin-top: 20px;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-about .about .item .text .note
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-about .about .item .text .note p
{
    margin: 0;
}
.wrap-enterprise .enterprise
{
    margin-top: 40px;
}
.wrap-enterprise .enterprise .title-enterprise
{
    padding: 10px 20px;

    background-color: #e0f0f7;
}
.wrap-enterprise .enterprise .title-enterprise h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-enterprise .enterprise .title-enterprise h3
    {
        font-size: 16px;
    }
}
.wrap-enterprise .enterprise .slick-enterprise
{
    font-size: 0;

    position: relative;

    margin: 0 -15px;
    margin-top: 20px;
}
.wrap-enterprise .enterprise .slick-enterprise .slick-slide
{
    padding: 0 15px;
}
.wrap-enterprise .enterprise .slick-enterprise .slick-slide .item
{
    display: block;
}
@media (max-width: 767px)
{
    .wrap-enterprise .enterprise .slick-enterprise .slick-slide .item
    {
        margin-top: 14px;
    }
}
.wrap-enterprise .enterprise .slick-enterprise .slick-slide .item .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-enterprise .enterprise .slick-enterprise .slick-slide .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-enterprise .enterprise .slick-enterprise .slick-slide .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
@media (min-width: 1200px)
{
    .wrap-enterprise .enterprise .slick-enterprise .slick-arrow
    {
        font-size: 20px;
        line-height: 50px;

        top: -46px;
        right: 62px;
        left: auto;

        width: 45px;
        height: 50px;

        color: #fff;
        background-color: rgba(0, 0, 0, .3);
    }
    .wrap-enterprise .enterprise .slick-enterprise .slick-arrow.slick-next
    {
        right: 15px;
    }
    .wrap-enterprise .enterprise .slick-enterprise .slick-arrow:hover
    {
        background-color: #35ca3e;
    }
}
.wrap-news .news .item
{
    margin-top: 30px;
    padding: 20px;

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

    border: 1px solid #e5e5e5;
}
.wrap-news .news .item .item-top
{
    font-size: 0;
}
.wrap-news .news .item .item-top .pic,
.wrap-news .news .item .item-top .desc
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .item-top .pic
{
    width: 44%;
}
.wrap-news .news .item .item-top .pic .img-box
{
    padding-bottom: 48.88888889%;
}
.wrap-news .news .item .item-top .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .item-top .desc
{
    width: 56%;
    padding-left: 30px;
}
.wrap-news .news .item .item-top .desc b
{
    font-size: 16px;
    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;
}
.wrap-news .news .item .item-top .desc span.date
{
    display: block;

    margin: 10px 0;

    color: #666;
}
.wrap-news .news .item .item-top .desc a.more
{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 30px;

    display: block;

    margin-top: 10px;

    text-decoration: underline;

    color: #35ca3e;
}
.wrap-news .news .item .note p
{
    font-size: 14px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .desc b
{
    color: #35ca3e;
}
.wrap-news-show .title-news-show
{
    text-align: center;
}
.wrap-news-show .title-news-show h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.wrap-news-show .title-news-show h1:after
{
    display: block;

    width: 37px;
    height: 7px;
    margin: 0 auto;
    margin-top: 14px;

    content: '';

    background: url(../images/dot-in.png) no-repeat;
}
.wrap-news-show .title-news-show .date
{
    font-size: 18px;
    font-style: italic;
    line-height: 24px;

    display: block;

    margin-top: 14px;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show .date
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .title-news-show .date
    {
        font-size: 14px;
    }
}
.wrap-news-show .news-show
{
    margin-top: 30px;

    color: #666;
}
.wrap-news-show .news-show p
{
    font-size: 14px;
    line-height: 36px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show p
    {
        line-height: 24px;
    }
}
.wrap-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate
    {
        margin-top: 30px;
    }
}
.wrap-news-show .news-relate a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

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

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-relate a
    {
        font-size: 14px;
    }
}
.wrap-news-show .news-relate a b
{
    font-style: italic;

    color: #333;
}
.wrap-news-show .news-relate a:hover
{
    color: #35ca3e;
}
.wrap-product
{
    padding-top: 0;
}
.wrap-product .product
{
    max-width: 1200px;
    margin: 0 auto;
}
.wrap-product .title-product h2
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    text-transform: uppercase;

    color: #ee1d23;
}
@media (max-width: 991px)
{
    .wrap-product .title-product h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .title-product h2
    {
        font-size: 24px;
    }
}
.wrap-product .title-product p
{
    font-weight: bold;
    line-height: 26px;

    max-width: 430px;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product .title-product p
    {
        line-height: 24px;
    }
}
.wrap-product .product
{
    padding-top: 100px;
}
@media (max-width: 991px)
{
    .wrap-product .product
    {
        padding-top: 60px;
    }
}
.wrap-product .product ul
{
    font-size: 0;

    margin: 0 -50px;
}
@media (max-width: 991px)
{
    .wrap-product .product ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product ul
    {
        margin: 0 -8px;
    }
}
.wrap-product .product ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    padding: 0 50px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-product .product ul li
    {
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product ul li
    {
        padding: 0 8px;
    }
}
.wrap-product .product .item
{
    display: block;
    overflow: hidden;

    margin-top: 30px;

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

    background-color: #fff;
}
.wrap-product .product .item .pic
{
    position: relative;

    display: block;
}
.wrap-product .product .item .pic .img-hover
{
    position: absolute;
    z-index: 2;
    top: 0;

    width: 100%;
    height: 100%;

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

    opacity: 0;
}
.wrap-product .product .item .img-box
{
    padding-bottom: 107.14285714%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .text .title-note b
{
    font-family: 'Copperplate Gothic', Arial;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;

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

    height: 40px;
	    color: #ee1d23;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .text .title-note b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text .title-note b
    {
        font-size: 20px;
    }
}
.wrap-product .product .item .text .title-note b span
{
    color: #ee1d23;
}
.wrap-product .product .item .text .title-note span.price
{
    font-weight: bold;
    line-height: 30px;

    color: #35ca3e;
}
.wrap-product .product .item .text .mask
{
    margin-top: 20px;

    color: #4f4f4f;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .text .mask
    {
        margin-top: 10px;
    }
}
.wrap-product .product .item .text .mask b,
.wrap-product .product .item .text .mask img,
.wrap-product .product .item .text .mask span
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product .product .item .text .mask b
{
    font-family: 'CooperBT', Arial;
    font-size: 18px;

    text-transform: uppercase;
}
.wrap-product .product .item .text .mask span i
{
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
}
.wrap-product .product .item .text .note
{
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.wrap-product .product .item .text .note p
{
    margin: 0;
}
.wrap-product .product .item .text .link
{
    font-size: 0;

    margin-top: 20px;
}
.wrap-product .product .item .text .link a
{
    font-size: 14px;
    line-height: 50px;

    display: inline-block;

    padding: 0 26px;

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

    color: #fff;
    background-color: #35ca3e;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text .link a
    {
        line-height: 40px;

        padding: 0 10px;
    }
}
.wrap-product .product .item .text .link a:hover
{
    background-color: #16b81f;
}
.wrap-product .product .item .text .link a.addcart
{
    font-size: 24px;

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

    text-align: center;

    border-left: 1px solid #fff;
    background-color: #35ca3e;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text .link a.addcart
    {
        width: 40px;
        height: 40px;
    }
}
.wrap-product .product .item .text .link a.addcart:before
{
    font-family: 'iconfont' !important;

    content: '\e603';
}
@media (min-width: 1200px)
{
    .wrap-product .product .item:hover .pic .img-hover
    {
        opacity: 1;
    }
}
.wrap-product-show
{
    padding-top: 0;
}
.wrap-product-show .product-show
{
    max-width: 1200px;
    margin: 0 auto;
}
.wrap-product-show .product-info
{
    background-color: #f0f0f0;
	font-family: 'Michroma';
}
.wrap-product-show .product-info .row
{
    font-size: 0;
}
.wrap-product-show .product-info .row .itembox
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: middle;
}
.wrap-product-show .product-info .info
{
    padding: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-info .info
    {
        padding: 30px 14px;
    }
}
.wrap-product-show .product-info .info .title-product-show
{
    text-transform: uppercase;

    color: #ee1d23;
}
.wrap-product-show .product-info .info .title-product-show h1
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
	font-family: 'Michroma';
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-info .info .title-product-show h1
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .product-info .info .title-product-show h1
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-info .info .title-product-show h1
    {
        font-size: 24px;
    }
}
.wrap-product-show .product-info .info .text
{
    line-height: 2.57142857;

    margin-top: 30px;
	font-size: 12px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-info .info .text
    {
        line-height: 24px;
    }
}
.wrap-product-show .product-info .info .text p
{
    margin: 0;
}
.wrap-product-show .product-info .pic img
{
    max-width: 100%;
}
.wrap-product-show .product-info .addthis_inline_share_toolbox
{
    margin-top: 30px;
}
.wrap-product-show .product-info .link
{
    margin-top: 30px;
}
.wrap-product-show .product-info .link a
{
    line-height: 48px;

    display: inline-block;

    padding: 0 20px;

    color: #fff;
    background-color: #35ca3e;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-info .link a
    {
        padding: 0 10px;
    }
}
.wrap-product-show .product-info .link a.btn-inquiry
{
    margin-right: 40px;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-info .link a.btn-inquiry
    {
        margin-right: 0;
    }
}
.wrap-product-show .product-info .link a.addcart
{
    position: relative;
}
.wrap-product-show .product-info .link a.addcart:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    position: absolute;
    right: -49px;

    width: 48px;
    height: 48px;

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

    background-color: #35ca3e;
}
.wrap-product-show .description
{
    padding-top: 80px;
}
.wrap-product-show .description .title-description
{
    text-align: center;
}
.wrap-product-show .description .title-description h2
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-product-show .description .title-description h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .description .title-description h2
    {
        font-size: 30px;
    }
}
.wrap-product-show .description .text
{
    font-size: 16px;
    line-height: 2;

    margin-top: 40px;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .description .text
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .description .text b
{
    font-size: 30px;
    line-height: 1.4;

    display: block;

    margin-bottom: 14px;

    color: #333;
}
@media (max-width: 1199px)
{
    .wrap-product-show .description .text b
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .description .text b
    {
        font-size: 20px;
    }
}
.wrap-product-show .possible
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-product-show .possible
    {
        padding-top: 40px;
    }
}
.wrap-product-show .possible .title-possible
{
    text-align: center;
}
.wrap-product-show .possible .title-possible h2
{
    font-size: 30px;
    font-weight: bold;
}
@media (max-width: 991px)
{
    .wrap-product-show .possible .title-possible h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .possible .list
{
    margin-top: 30px;
}
.wrap-product-show .possible .list > ul
{
    font-size: 0;

    overflow: hidden;
}
.wrap-product-show .possible .list > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-product-show .possible .list > ul > li
    {
        width: 100%;
    }
}
.wrap-product-show .possible .list > ul > li:nth-child(3) .item .pic,
.wrap-product-show .possible .list > ul > li:nth-child(4) .item .pic
{
    left: 50%;
}
@media (max-width: 991px)
{
    .wrap-product-show .possible .list > ul > li:nth-child(3) .item .pic,
    .wrap-product-show .possible .list > ul > li:nth-child(4) .item .pic
    {
        left: 0;
    }
}
.wrap-product-show .possible .list > ul > li:nth-child(3) .item .text,
.wrap-product-show .possible .list > ul > li:nth-child(4) .item .text
{
    right: 50%;
}
@media (max-width: 991px)
{
    .wrap-product-show .possible .list > ul > li:nth-child(3) .item .text,
    .wrap-product-show .possible .list > ul > li:nth-child(4) .item .text
    {
        right: 0;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .possible .list > ul > li:nth-child(2n) .item .pic
    {
        left: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .possible .list > ul > li:nth-child(2n) .item .pic
    {
        left: 0;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .possible .list > ul > li:nth-child(2n) .item .text
    {
        right: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .possible .list > ul > li:nth-child(2n) .item .text
    {
        right: 0;
    }
}
.wrap-product-show .possible .list .item
{
    font-size: 0;

    background-color: #f4f4f4;
}
.wrap-product-show .possible .list .item .pic,
.wrap-product-show .possible .list .item .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-product-show .possible .list .item .pic,
    .wrap-product-show .possible .list .item .text
    {
        width: 100%;
    }
}
.wrap-product-show .possible .list .item .text
{
    line-height: 24px;

    padding: 30px 20px;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-product-show .possible .list .item .text
    {
        padding: 20px 14px;
    }
}
.wrap-product-show .possible .list .item .text b
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin-bottom: 14px;

    color: #21683a;
}
@media (max-width: 1199px)
{
    .wrap-product-show .possible .list .item .text b
    {
        font-size: 14px;

        margin: 0;
    }
}
.wrap-product-show .possible .list .item .text p
{
    margin: 0;
}
.wrap-product-show .video-info
{
    position: relative;

    margin-top: 80px;

    background-color: #000;
}
@media (max-width: 991px)
{
    .wrap-product-show .video-info
    {
        margin-top: 40px;
    }
}
.wrap-product-show .video-info img
{
    width: 100%;

    opacity: .5;
}
.wrap-product-show .video-info .play
{
    font-size: 80px;

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

    display: block;

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

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

    content: '\e698';

    opacity: .5;
}
.wrap-product-show .specifications,
.wrap-product-show .slope,
.wrap-product-show .scenario,
.wrap-product-show .message,
.wrap-product-show .gamme
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-product-show .specifications,
    .wrap-product-show .slope,
    .wrap-product-show .scenario,
    .wrap-product-show .message,
    .wrap-product-show .gamme
    {
        padding-top: 40px;
    }
}
.wrap-product-show .specifications .title-specifications h2,
.wrap-product-show .slope .title-specifications h2,
.wrap-product-show .scenario .title-specifications h2,
.wrap-product-show .message .title-specifications h2,
.wrap-product-show .gamme .title-specifications h2,
.wrap-product-show .specifications .title-slope h2,
.wrap-product-show .slope .title-slope h2,
.wrap-product-show .scenario .title-slope h2,
.wrap-product-show .message .title-slope h2,
.wrap-product-show .gamme .title-slope h2,
.wrap-product-show .specifications .title-scenario h2,
.wrap-product-show .slope .title-scenario h2,
.wrap-product-show .scenario .title-scenario h2,
.wrap-product-show .message .title-scenario h2,
.wrap-product-show .gamme .title-scenario h2,
.wrap-product-show .specifications .title-message h2,
.wrap-product-show .slope .title-message h2,
.wrap-product-show .scenario .title-message h2,
.wrap-product-show .message .title-message h2,
.wrap-product-show .gamme .title-message h2,
.wrap-product-show .specifications .title-gamme h2,
.wrap-product-show .slope .title-gamme h2,
.wrap-product-show .scenario .title-gamme h2,
.wrap-product-show .message .title-gamme h2,
.wrap-product-show .gamme .title-gamme h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-product-show .specifications .title-specifications h2,
    .wrap-product-show .slope .title-specifications h2,
    .wrap-product-show .scenario .title-specifications h2,
    .wrap-product-show .message .title-specifications h2,
    .wrap-product-show .gamme .title-specifications h2,
    .wrap-product-show .specifications .title-slope h2,
    .wrap-product-show .slope .title-slope h2,
    .wrap-product-show .scenario .title-slope h2,
    .wrap-product-show .message .title-slope h2,
    .wrap-product-show .gamme .title-slope h2,
    .wrap-product-show .specifications .title-scenario h2,
    .wrap-product-show .slope .title-scenario h2,
    .wrap-product-show .scenario .title-scenario h2,
    .wrap-product-show .message .title-scenario h2,
    .wrap-product-show .gamme .title-scenario h2,
    .wrap-product-show .specifications .title-message h2,
    .wrap-product-show .slope .title-message h2,
    .wrap-product-show .scenario .title-message h2,
    .wrap-product-show .message .title-message h2,
    .wrap-product-show .gamme .title-message h2,
    .wrap-product-show .specifications .title-gamme h2,
    .wrap-product-show .slope .title-gamme h2,
    .wrap-product-show .scenario .title-gamme h2,
    .wrap-product-show .message .title-gamme h2,
    .wrap-product-show .gamme .title-gamme h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .specifications .title-specifications h2,
    .wrap-product-show .slope .title-specifications h2,
    .wrap-product-show .scenario .title-specifications h2,
    .wrap-product-show .message .title-specifications h2,
    .wrap-product-show .gamme .title-specifications h2,
    .wrap-product-show .specifications .title-slope h2,
    .wrap-product-show .slope .title-slope h2,
    .wrap-product-show .scenario .title-slope h2,
    .wrap-product-show .message .title-slope h2,
    .wrap-product-show .gamme .title-slope h2,
    .wrap-product-show .specifications .title-scenario h2,
    .wrap-product-show .slope .title-scenario h2,
    .wrap-product-show .scenario .title-scenario h2,
    .wrap-product-show .message .title-scenario h2,
    .wrap-product-show .gamme .title-scenario h2,
    .wrap-product-show .specifications .title-message h2,
    .wrap-product-show .slope .title-message h2,
    .wrap-product-show .scenario .title-message h2,
    .wrap-product-show .message .title-message h2,
    .wrap-product-show .gamme .title-message h2,
    .wrap-product-show .specifications .title-gamme h2,
    .wrap-product-show .slope .title-gamme h2,
    .wrap-product-show .scenario .title-gamme h2,
    .wrap-product-show .message .title-gamme h2,
    .wrap-product-show .gamme .title-gamme h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .specifications .info
{
    margin-top: 30px;
}
.wrap-product-show .specifications .info .table-box
{
    overflow-x: auto;
}
.wrap-product-show .specifications .info table
{
    width: 100%;
}
.wrap-product-show .specifications .info table th,
.wrap-product-show .specifications .info table td
{
    line-height: 24px;

    min-width: 200px;

    border-right: 20px solid #fff;
}
.wrap-product-show .specifications .info table th:last-child,
.wrap-product-show .specifications .info table td:last-child
{
    border-right: none;
}
.wrap-product-show .specifications .info table .firstRow
{
    font-weight: normal;

    padding: 4px 20px;

    background-color: #f4f4f4;
}
.wrap-product-show .specifications .info table td
{
    padding: 10px 20px;
	/* width: 33.33333333333%; */
    border-bottom: 1px solid #e8e8e8;
}
.wrap-product-show .specifications .info table p
{
    margin: 0;
}
.wrap-product-show .slope .title-slope
{
    text-align: center;
}
.wrap-product-show .slope .info
{
    margin-top: 20px;
}
.wrap-product-show .slope .info .item
{
    margin-top: 20px;
}
.wrap-product-show .slope .info .item .img-box
{
    padding-bottom: 70.83333333%;
}
.wrap-product-show .scenario .item
{
    margin-top: 20px;
}
.wrap-product-show .scenario .item .img-box
{
    padding-bottom: 65.57377049%;
}
.wrap-product-show .message .title-message
{
    text-align: center;
}
.wrap-product-show .message input,
.wrap-product-show .message textarea
{
    line-height: 30px;

    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;

    resize: vertical;

    border: 1px solid #e8e8e8;
    outline: none;
}
@media (max-width: 767px)
{
    .wrap-product-show .message input,
    .wrap-product-show .message textarea
    {
        margin-top: 10px;
    }
}
.wrap-product-show .message input::-webkit-input-placeholder,
.wrap-product-show .message textarea::-webkit-input-placeholder
{
    color: #888;
}
.wrap-product-show .message input:-o-placeholder,
.wrap-product-show .message textarea:-o-placeholder
{
    color: #888;
}
.wrap-product-show .message input::-moz-placeholder,
.wrap-product-show .message textarea::-moz-placeholder
{
    color: #888;
}
.wrap-product-show .message input:-ms-input-placeholder,
.wrap-product-show .message textarea:-ms-input-placeholder
{
    color: #888;
}
.wrap-product-show .message input:focus::-webkit-input-placeholder,
.wrap-product-show .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .message input:focus::-o-placeholder,
.wrap-product-show .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .message input:focus::-moz-placeholder,
.wrap-product-show .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .message input:focus::-ms-input-placeholder,
.wrap-product-show .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .message .submit
{
    line-height: 50px;

    width: 100%;
    margin-top: 20px;
    padding: 0;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #35ca3e;
}
.wrap-product-show .message .submit:hover
{
    background-color: #16b81f;
}
.wrap-product-show .gamme .slick-gamme
{
    margin: 0 -15px;
}
@media (max-width: 991px)
{
    .wrap-product-show .gamme .slick-gamme
    {
        margin: 0 -8px;
    }
}
.wrap-product-show .gamme .slick-gamme .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .wrap-product-show .gamme .slick-gamme .slick-slide
    {
        padding: 0 8px;
    }
}
.wrap-product-show .gamme .item
{
    display: block;

    text-align: center;
}
.wrap-product-show .gamme .item .pic
{
    position: relative;

    display: block;
}
.wrap-product-show .gamme .item .pic .img-hover
{
    position: absolute;
    z-index: 2;
    top: 0;

    width: 100%;
    height: 100%;

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

    opacity: 0;
}
.wrap-product-show .gamme .item .img-box
{
    padding-bottom: 107.14285714%;
}
.wrap-product-show .gamme .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .gamme .item p
{
    font-family: 'Copperplate Gothic';
    font-size: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product-show .gamme .item p
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .gamme .item p
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px)
{
    .wrap-product-show .gamme .item:hover .pic .img-hover
    {
        opacity: 1;
    }
}
.wrap-product-show .message,
.wrap-product-show .gamme
{
    max-width: 1200px;
    margin: 0 auto;
}
.wrap-contact .title-contact h2
{
    font-family: 'Copperplate Gothic', Arial;
    font-size: 36px;
    font-weight: 300;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-contact .title-contact h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-contact .title-contact h2
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .title-contact h2
    {
        font-size: 22px;
    }
}
.wrap-contact .contact .note
{
    line-height: 24px;

    max-width: 300px;
    margin-top: 20px;

    color: #666;
}
.wrap-contact .contact .note p
{
    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        margin-top: 30px;
    }
}
.wrap-contact .message form
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-contact .message form
    {
        margin: 0;
    }
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    font-size: 14px;
    line-height: 24px;

    width: 100%;
    min-height: 54px;
    margin-top: 16px;
    padding: 15px 20px;

    border: none;
    border: 1px solid #e5e5e5;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .wrap-contact .message input,
    .wrap-contact .message textarea
    {
        font-size: 12px;
    }
}
.wrap-contact .message input:focus,
.wrap-contact .message textarea:focus
{
    border-color: #1b1b1b;
}
.wrap-contact .message textarea
{
    resize: vertical;
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder
{
    color: #999;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder
{
    color: #999;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .send
{
    text-align: center;
}
.wrap-contact .message .submit
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #1b1b1b;
}
.wrap-contact .message .submit:hover
{
    background-color: #16b81f;
}
.wrap-contact .message .row
{
    margin: 0 -10px;
}
.wrap-contact .message .row .itembox
{
    padding: 0 10px;
}
.wrap-contact .message label
{
    position: relative;

    margin: 20px 0;
    padding-left: 20px;
}
.wrap-contact .message label input[type='checkbox']
{
    position: absolute;
    top: 10px;
    left: 0;

    display: inline-block;

    width: 12px;
    height: 12px;
    min-height: 12px;
    margin: 0;
    padding: 0;

    vertical-align: middle;

    border: none;
    background-color: #e5e5e5;
}
.wrap-contact .message label span
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-contact .message p
{
    line-height: 24px;
}
.wrap-inquiry .inquiry
{
    margin-top: -30px;
}
.wrap-inquiry .inquiry ul
{
    font-size: 0;

    margin: 0 -50px;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry ul
    {
        margin: 0 -8px;
    }
}
.wrap-inquiry .inquiry ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    padding: 0 50px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry ul li
    {
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry ul li
    {
        padding: 0 8px;
    }
}
.wrap-inquiry .inquiry .item
{
    display: block;
    overflow: hidden;

    margin-top: 30px;

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

    background-color: #fff;
}
.wrap-inquiry .inquiry .item .pic
{
    position: relative;

    display: block;
}
.wrap-inquiry .inquiry .item .pic .img-hover
{
    position: absolute;
    z-index: 2;
    top: 0;

    width: 100%;
    height: 100%;

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

    opacity: 0;
}
.wrap-inquiry .inquiry .item .img-box
{
    padding-bottom: 107.14285714%;
}
.wrap-inquiry .inquiry .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-inquiry .inquiry .item .text .title-note b
{
    font-family: 'Copperplate Gothic', Arial;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;

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

    height: 40px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry .item .text .title-note b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry .item .text .title-note b
    {
        font-size: 20px;
    }
}
.wrap-inquiry .inquiry .item .text .title-note b span
{
    color: #ee1d23;
}
.wrap-inquiry .inquiry .item .text .title-note span.price
{
    font-weight: bold;
    line-height: 30px;

    color: #35ca3e;
}
.wrap-inquiry .inquiry .item .text .mask
{
    margin-top: 20px;

    color: #4f4f4f;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry .item .text .mask
    {
        margin-top: 10px;
    }
}
.wrap-inquiry .inquiry .item .text .mask b,
.wrap-inquiry .inquiry .item .text .mask img,
.wrap-inquiry .inquiry .item .text .mask span
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-inquiry .inquiry .item .text .mask b
{
    font-family: 'CooperBT', Arial;
    font-size: 18px;

    text-transform: uppercase;
}
.wrap-inquiry .inquiry .item .text .mask span i
{
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
}
.wrap-inquiry .inquiry .item .text .note
{
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.wrap-inquiry .inquiry .item .text .note p
{
    margin: 0;
}
.wrap-inquiry .inquiry .item .text .link
{
    font-size: 0;

    margin-top: 20px;
}
.wrap-inquiry .inquiry .item .text .link a
{
    font-size: 14px;
    line-height: 50px;

    display: inline-block;

    padding: 0 26px;

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

    color: #fff;
    background-color: #35ca3e;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry .item .text .link a
    {
        line-height: 40px;

        padding: 0 10px;
    }
}
.wrap-inquiry .inquiry .item .text .link a:hover
{
    background-color: #16b81f;
}
.wrap-inquiry .inquiry .item .text .link a.delete-product
{
    font-size: 24px;

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

    text-align: center;

    border-left: 1px solid #fff;
    background-color: #35ca3e;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry .item .text .link a.delete-product
    {
        font-size: 20px;

        width: 40px;
        height: 40px;
    }
}
.wrap-inquiry .inquiry .item .text .link a.delete-product:before
{
    font-family: 'iconfont' !important;

    content: '\e655';
}
@media (min-width: 1200px)
{
    .wrap-inquiry .inquiry .item:hover .pic .img-hover
    {
        opacity: 1;
    }
}
.wrap-inquiry .message
{
    padding-top: 60px;
}
.wrap-inquiry .message .title-message
{
    text-align: center;
}
.wrap-inquiry .message .title-message h2
{
    font-size: 36px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-inquiry .message .title-message h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .message .title-message h2
    {
        font-size: 24px;
    }
}
.wrap-inquiry .message form
{
    margin-top: 10px;
}
.wrap-inquiry .message input,
.wrap-inquiry .message textarea
{
    line-height: 30px;

    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;

    resize: vertical;

    border: 1px solid #e8e8e8;
    outline: none;
}
@media (max-width: 767px)
{
    .wrap-inquiry .message input,
    .wrap-inquiry .message textarea
    {
        margin-top: 10px;
    }
}
.wrap-inquiry .message input::-webkit-input-placeholder,
.wrap-inquiry .message textarea::-webkit-input-placeholder
{
    color: #888;
}
.wrap-inquiry .message input:-o-placeholder,
.wrap-inquiry .message textarea:-o-placeholder
{
    color: #888;
}
.wrap-inquiry .message input::-moz-placeholder,
.wrap-inquiry .message textarea::-moz-placeholder
{
    color: #888;
}
.wrap-inquiry .message input:-ms-input-placeholder,
.wrap-inquiry .message textarea:-ms-input-placeholder
{
    color: #888;
}
.wrap-inquiry .message input:focus::-webkit-input-placeholder,
.wrap-inquiry .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .message input:focus::-o-placeholder,
.wrap-inquiry .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .message input:focus::-moz-placeholder,
.wrap-inquiry .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .message input:focus::-ms-input-placeholder,
.wrap-inquiry .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .message .submit
{
    line-height: 50px;

    width: 100%;
    margin-top: 20px;
    padding: 0;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #35ca3e;
}
.wrap-inquiry .message .submit:hover
{
    background-color: #16b81f;
}
.wrap-sitemap .sitemap
{
    margin-top: 30px;
}
.wrap-sitemap .sitemap > ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li
    {
        margin-top: 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;

    display: inline-block;

    min-width: 160px;

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

    color: #fff;
    background-color: #35ca3e;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 15px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    display: inline-block;

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

    vertical-align: middle;
}
.wrap-sitemap .sitemap > ul > li > ul > li a
{
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;

    display: block;

    padding: 0 15px;

    text-align: center;
    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li a
    {
        font-size: 14px;
        line-height: 30px;

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

    color: #35ca3e;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 50px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a
{
    margin: 0 20px;
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a:before
{
    content: '\e625';
}
.pagination li a
{
    line-height: 44px;

    display: block;

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

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

    color: #666;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}
@media (max-width: 991px)
{
    .pagination li a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
        margin: 0 4px;
    }
}
.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: #35ca3e;
    border-radius: 50%;
    background-color: #35ca3e;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #35ca3e;
    border-radius: 50%;
    background-color: #35ca3e;
}
.share-cn {
   display: none;
}
&[lang=zh-CN] {
   .share-cn {
      display: block;
   }
   .share-other {
      display: none;
   }
}
.a2a_kit{
   margin-top: 30px;
}