/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 3:41 AM */
body
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;

    color: #fff;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 80px;
    padding: 0 8%;

    -webkit-transition: all .4s;
            transition: all .4s;

    background: rgba(0, 0, 0, .2);
}
@media (max-width: 1560px)
{
    .header
    {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
        padding: 0 15px;
    }
}
.header .logo
{
    position: relative;

    float: left;

    height: 70px;
    margin-top: 5px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        float: none;

        width: 100%;
        height: 50px;

        text-align: center;
    }
}
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img
{
    display: inline-block;

    height: 100%;
}
.header .nav-collapse
{
    position: absolute;
    z-index: 10;
    top: 6px;
    right: 20px;

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;

        margin-top: 6px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 10px;

        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: #fff;
}
.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: #fff;
}
.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
    {
        float: right;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 50px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: #0b9321;
    }
    .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: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 80px;

        position: relative;

        display: inline-block;

        padding: 0 30px;

        -webkit-transition: all .4s;
                transition: all .4s;
        text-transform: uppercase;

        color: #fff;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        padding: 20px 0;

        background-color: rgba(0, 0, 0, .27);
    }
    .header .nav .nav-list1 .nav-list2 .list
    {
        width: 100%;
        max-width: 1410px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .header .nav .nav-list1 .nav-list2 ul
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        padding: 0 30px;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li h3
    {
        font-size: 13px;
        font-weight: 600;

        margin: 0 0 12px 0;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;
        text-decoration: underline;
        letter-spacing: .46px;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 13px;
        line-height: 2;

        position: relative;
        z-index: 1;

        display: block;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
                transform: translateX(6px);
        text-decoration: underline;

        color: #ff9d00;
    }
    .header .nav .nav-list1 .nav-list2 li img
    {
        max-width: 400px;
    }
    .header .nav .nav-list1 .nav-list2 li.more > a:after
    {
        font-family: 'iconfont';

        position: absolute;
        top: 50%;
        right: 20px;

        content: '\e9b4';
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        color: #0b9321;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2
    {
        right: 0;
        left: 0;

        overflow: hidden;

        width: 100%;
        max-width: 1290px;
        margin: auto;
        padding-bottom: 20px;

        border-bottom: 40px solid #fff;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li
    {
        width: 14.28571429%;
        margin-right: -4px;
        margin-bottom: -999px;
        padding: 0 25px 0 15px;
        padding-bottom: 999px;

        border-left: 1px solid #e7e7e7;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li .pic
    {
        max-width: 130px;
        margin-left: 0;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li h4
    {
        font-size: 13px;
        font-weight: bold;

        margin-top: 24px;
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        font-size: 12px;
        line-height: 2;
    }
}
@media (min-width: 1200px) and (max-width: 1640px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 20px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        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;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.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: #0b9321;
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.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 h2,
.header .nav-3 .nav-top h2
{
    font-size: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2
    {
        font-size: 20px;

        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%;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-size: 20px;
    line-height: 50px;

    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
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 19px;
}
.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;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 22px;
        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 .xs-language
{
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    color: #fff;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.header .search-box
{
    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(0, 0, 0, .96);
}
.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;

    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: #343434;
}
@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: #0b9321;
}
.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: 3px solid #1f1e1e;
    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;
}
.header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
}
.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 .right
{
    float: right;

    margin-left: 30px;
}
@media (max-width: 1560px)
{
    .header .right
    {
        margin-left: 10px;
    }
}
@media (max-width: 1199px)
{
    .header .right
    {
        float: left;
    }
}
.header .find
{
    line-height: 80px;

    float: right;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

        position: absolute;
        top: 0;
        left: 20px;
    }
}
.header .find::before
{
    font-family: 'iconfont';
    font-size: 22px;

    float: left;

    content: '\e660';
}
@media (max-width: 1199px)
{
    .header .find
    {
        float: left;
    }
}
.header .cart
{
    float: right;

    margin-top: 25px;
    margin-left: 44px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1560px)
{
    .header .cart
    {
        margin-left: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .cart
    {
        display: none;
    }
}
.header .cart a
{
    font-size: 12px;
    line-height: 30px;

    display: block;

    height: 30px;
    padding: 0 16px;

    color: #fff;
    border-radius: 30px;
    background-color: #ff9d00;
}
.header .cart a:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    float: left;

    margin-right: 4px;

    /* content: '\e62e'; */
    content: '+';
}
.header .cart span
{
    padding: 0 1px;
}
.header .cart b
{
    font-weight: normal;
}
.header .language-box
{
    position: relative;

    float: right;

    margin-left: 26px;
}
@media (max-width: 1199px)
{
    .header .language-box
    {
       position: absolute;
       left: 30px;
       top: 0;
    }
}
.header .language-box p
{
    line-height: 80px;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px){
    .header .language-box p
    {
        line-height: 60px;
    }
}
.header .language-box p:before,
.header .language-box p:after
{
    display: inline-block;

    content: '';
    vertical-align: middle;
    display: none;
}
.header .language-box p:before
{
    display: inline-block;

    width: 22px;
    height: 14px;
    margin-top: 2px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 1000% auto;
}
.header .language-box p.cn:before
{
    background-position: 0 100%;
}
.header .language-box p.en:before
{
    background-position: 11% 100%;
}
.header .language-box p.es:before
{
    background-position: 22% 100%;
}
.header .language-box p.rp:before
{
    background-position: 33.5% 100%;
}
.header .language-box p.it:before
{
    background-position: 44.5% 100%;
}
.header .language-box p.ru:before
{
    background-position: 55.5% 100%;
}
.header .language-box p.jp:before
{
    background-position: 66.5% 100%;
}
.header .language-box p:after
{
    display: block;
    float: right;

    width: 0;
    height: 0;
    margin-top: 38px;
    margin-left: 8px;

    content: '';

    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: none;
}
@media (min-width: 768px)
{
    .header .language-box ul
    {
        position: absolute;
        z-index: 900;
        left: 50%;

        display: none;

        min-width: 120px;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        white-space: nowrap;
    }
}
@media (min-width: 1680px)
{
    .header .language-box ul
    {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.header .language-box ul li
{
    margin: 10px 0;
}
.header .language-box ul li a
{
    position: relative;

    display: block;

    padding-left: 30px;

    color: #fff;
}
.header .language-box ul li a:before
{
    position: absolute;
    top: 6px;
    left: 0;

    overflow: hidden;

    width: 17px;
    height: 11px;

    content: '';

    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 1000% auto;
}
.header .language-box ul li a:hover
{
    text-decoration: underline;
}
.header .language-box ul .cn a:before
{
    background-position: 0 100%;
}
.header .language-box ul .en a:before
{
    background-position: 11% 100%;
}
.header .language-box ul .es a:before
{
    background-position: 22% 100%;
}
.header .language-box ul .rp a:before
{
    background-position: 33.5% 100%;
}
.header .language-box ul .it a:before
{
    background-position: 44.5% 100%;
}
.header .language-box ul .ru a:before
{
    background-position: 55.5% 100%;
}
.header .language-box ul .jp a:before
{
    background-position: 66.5% 100%;
}
.header .language-box.language-header
{
    -webkit-transition: all .4s;
            transition: all .4s;
}
.header .language-box.language-header ul
{
    top: 100%;

    width: 100%;
    padding: 12px 10px;

    background-color: rgba(0, 0, 0, .27);
}
@media (min-width: 768px)
{
    .header .language-box.language-header ul
    {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.header .language-box.language-header li
{
    white-space: nowrap;
}
.header.fixed-header
{
    height: 80px;

    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 1199px)
{
    .header.fixed-header
    {
        height: 60px;
    }
}
.header.fixed-header .language-box.language-header ul
{
    background-color: #fff;
}
.header.fixed-header .language-box.language-header ul li a
{
    color: #666;
}
.header.fixed-header .logo
{
    height: 60px;
    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .logo
    {
        height: 50px;
        margin-top: 5px;
    }
}
.header.fixed-header .logo .logob
{
    display: none;
}
.header.fixed-header .logo .logoa
{
    display: block;
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 80px;

    color: #333;
}
@media (max-width: 1199px)
{
    .header.fixed-header .nav .nav-list1 > li > a
    {
        line-height: 60px;
    }
}
.header.fixed-header .nav .nav-list1 > li.more > a:after
{
    margin-top: 28px;
}
.header.fixed-header .nav .nav-list1 .nav-list2
{
    top: 100%;

    background-color: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
}
.header.fixed-header .nav .nav-list1 .nav-list2 a
{
    color: #666;
}
.header.fixed-header .nav .nav-list1 > li:hover > a,
.header.fixed-header .nav .nav-list1 > li.active > a
{
    color: #0b9321;
}
.header.fixed-header .find
{
    line-height: 80px;

    color: #333;
}
@media (max-width: 1199px)
{
    .header.fixed-header .find
    {
        line-height: 60px;
    }
}
.header.fixed-header .language-box p
{
    color: #666;
}
@media (max-width: 1199px)
{
    .header.fixed-header .language-box p
    {
        line-height: 60px;
    }
}
.header.fixed-header .language-box p:after
{
    border-top: 4px solid #c3d2dd;
}
.header.fixed-header .nav-collapse .btn-line
{
    background-color: #0b9321;
}
.header.fixed-header .nav-collapse .btn-line:nth-child(3),
.header.fixed-header .nav-collapse .btn-line:nth-child(1)
{
    background-color: #0b9321;
}
.online
{
    position: fixed;
    z-index: 9;
    left: 15px;

    width: 54px;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
@media (max-width: 1440px)
{
    .online
    {
        right: 5px;
    }
}
@media (min-width: 992px)
{
    .online
    {
        top: 40%;
    }
}
@media (max-width: 991px)
{
    .online
    {
        z-index: 10;
        right: 5px;
        bottom: -480px;
        left: auto;
    }
}
.online.active
{
    right: 5px;
    bottom: 80px;
}
.online a
{
    line-height: 54px;

    position: relative;

    display: block;

    width: 54px;
    height: 54px;
    margin-top: 2px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
}
.online a:after
{
    font-family: 'iconfont';
    font-size: 22px;

    content: '\e68b';

    color: #fff;
}
.online a.online-qq:after
{
    content: '\e62d';
}
.online a.online-email:after
{
    font-size: 20px;

    content: '\e6af';
}
.online a.online-email:hover
{
    background-color: #b4961a;
}
.online a.online-skype:after
{
    content: '\e766';
}
.online a.online-skype:hover
{
    background-color: #00aff0;
}
.online a.online-whatsapp:after
{
    content: '\eb92';
}
.online a.online-whatsapp:hover
{
    background-color: #13ae0a;
}
.online a.online-tel:after
{
    content: '\e61c';
}
.online a.online-tel:hover
{
    background-color: #00affb;
}
.online a.online-weixin:after
{
    font-size: 22px;

    content: '\e604';
}
.online a.online-weixin:hover
{
    background-color: #3b589b;
}
.online a.online-wechat:after
{
    content: '\e604';
}
.online a.online-wechat:hover
{
    background-color: #33d055;
}
.online a.online-top:after
{
    content: '\e614';
}
.online a.online-top:hover
{
    background-color: #000;
}
.online a.online-tel p,
.online a.online-whatsapp p
{
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 54px;

    display: none;

    width: 160px;
    height: 50px;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima,
.online a.online-weixin .erweima
{
    position: absolute;
    z-index: 999;
    top: 0;
    left: 54px;

    display: block;
    display: none;

    width: 130px;
    height: 160px;
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima img,
.online a.online-weixin .erweima img
{
    width: 100%;
}
.online a.online-wechat .erweima p,
.online a.online-weixin .erweima p
{
    font-size: 13px;
    line-height: 30px;

    height: auto;
    margin: 0;
    padding: 0;

    text-align: center;

    color: #888;
}
.icon-online
{
    font-size: 30px;
    line-height: 40px;

    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 20px;

    display: none;

    width: 40px;
    height: 40px;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #0b9321;
}
@media (max-width: 991px)
{
    .icon-online
    {
        display: block;
    }
}
.icon-online.icon
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}



@media(max-width:669px){//当屏幕最大669时，执行下面css
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
	margin-top: -100px;
}
}
 
@media(min-width:669px){//当屏幕最小669时，执行下面
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
	margin-top: -40px;
}
}
 









@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner .slickbanner
    {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 38px;

    width: 100%;
    padding: 0 15px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        text-align: center;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 12px;

        display: none;
    }
}
.banner .slick-dots li
{
    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0 8px;

    cursor: pointer;

    opacity: .65;
    border: 1px solid #fff;
    border-radius: 50%;
}
.banner .slick-dots li.slick-active,
.banner .slick-dots li:hover
{
    opacity: 1;
    background-color: #fff;
}
.banner .slick-dots li button
{
    display: none;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 34.63541667%;
}
.banner-in .img-box
{
    padding-bottom: 20.83333333%;
}
.box
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 60px 0;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 40px;
    font-weight: bold;

    margin: 0;

    text-transform: uppercase;

    color: #0b9321;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title h2 span
{
    color: #ff9d00;
}
.title h3
{
    font-size: 16px;
    line-height: 3.125;

    margin: 40px 0 0 0;

    text-align: center;

    color: #fff;
    background: url(../images/title_bg.jpg) no-repeat center;
}
.title p
{
    font-size: 14px;
    line-height: 1.85714286;

    max-width: 850px;
    margin: 0 auto;
    margin-top: 30px;
	margin-bottom:20px;
    color: #999;
}
.content
{
    position: relative;
    z-index: 9;
}
.box-about
{
    padding-bottom: 0;

    border-bottom: 1px solid #e6e6e6;
}
.box-about .num
{
    margin-top: 20px;
    padding-bottom: 90px;

    text-align: center;

    background: url(../images/about_bg.jpg) top center no-repeat;
}
.box-about .num .text
{
    max-width: 1090px;
    margin: 0 auto;

    text-align: center;
}
.box-about .num .text p
{
    line-height: 1.85714286;

    color: #999;
}
.box-about .num ul
{
    font-size: 0;

    display: inline-block;

    width: 800px;
}
@media (max-width: 991px)
{
    .box-about .num ul
    {
        max-width: 100%;
        margin: 0 -8px;
    }
}
.box-about .num ul li
{
    display: inline-block;

    width: 33.33333333%;

    list-style: none;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-about .num ul li
    {
        padding: 0 8px;
    }
}
.box-about .num .item
{
    margin-top: 36px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.box-about .num .item h3
{
    font-size: 50px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    margin: 0;

    color: #333;
}
.box-about .num .item h3:before
{
    font-family: 'iconfont' !important;
    font-size: 45px;
    font-weight: normal;
    line-height: 50px;

    display: block;

    height: 50px;
    margin-bottom: 6px;

    content: '\e62c';

    color: #666;
}
.box-about .num .item h3:after
{
    font-size: 16px;

    position: absolute;
    top: 60px;
    right: -16px;

    display: inline-block;

    content: '+';
}
@media (max-width: 1199px)
{
    .box-about .num .item h3
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .box-about .num .item h3
    {
        font-size: 34px;
    }
}
.box-about .num .item p
{
    font-size: 14px;
    font-weight: 500;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 767px)
{
    .box-about .num .item p
    {
        font-size: 13px;
    }
}
.box-about .num .item-2 h3:before
{
    font-size: 40px;

    content: '\e6c9';
}
.box-about .num .item-3 h3:before
{
    font-size: 34px;

    content: '\e618';
}
.box-about .num .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-about .num .item:hover h3
{
    color: #0b9321;
}
.box-about .num .item:hover h3:before
{
    color: #0b9321;
}
.box-product
{
    overflow: hidden;
}
.box-product .item
{
    position: relative;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .box-product .item
    {
        margin-top: 22px;
    }
}
.box-product .item .img-box
{
    padding-bottom: 140%;
}
.box-product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .item h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.16666667;

    position: absolute;
    bottom: 20px;

    width: 100%;
    max-width: 270px;
    padding: 0 30px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-product .item h3
    {
        font-size: 18px;

        bottom: 10px;

        padding: 0 10px;
    }
}
@media (max-width: 991px)
{
    .box-product .item-2
    {
        margin-top: 22px;
    }
}
.box-product .item-2 .img-box
{
    padding-bottom: 66.66666667%;
}
.box-product .item-2 .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
@media (max-width: 991px)
{
    .box-product .item-3
    {
        margin-top: 22px;
    }
}
.box-product .item-3 .img-box
{
    padding-bottom: 32.25806452%;
}
.box-product .item-3 .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .item-3 h3
{
    max-width: 380px;
}
.box-product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .item:hover h3
{
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
}
.box-free
{
    background: url(../images/free_bg.jpg) no-repeat bottom center;
    background-size: cover;
}
.box-free .title h2
{
    color: #fff;
}
.box-free .text
{
    margin-top: 20px;

    text-align: center;
}
.box-free .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #fff;
}
.box-free .link
{
    text-align: center;
}
.box-free .link a
{
    display: inline-block;

    min-width: 260px;
    margin: 0 15px;
    margin-top: 30px;
    padding: 14px 10px;

    -webkit-transition: all .4s;
            transition: all .4s;

    border: 3px solid rgba(255, 255, 255, .3);
    border-radius: 6px;
}
.box-free .link a .item
{
    position: relative;

    display: inline-block;

    padding-left: 44px;

    text-align: left;
}
.box-free .link a .item:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    position: absolute;
    left: 0;

    content: '\e640';

    color: #fff;
}
.box-free .link a .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333333;

    margin: 0;

    color: #fff;
}
.box-free .link a .item p
{
    font-size: 14px;
    line-height: 1.42857143;

    margin: 0;

    color: #fff;
}
.box-free .link a .item-2:before
{
    content: '\e6d4';
}
.box-free .link a:hover
{
    background-color: rgba(255, 255, 255, .3);
}
.box-hotproduct
{
    overflow: hidden;
}
.box-hotproduct .hotproduct
{
    margin-top: 30px;
}
.box-hotproduct .hotproduct .item
{
    padding: 0 15px;
}
.box-hotproduct .hotproduct .item .pic
{
    position: relative;
    z-index: 9;

    overflow: hidden;

    border-radius: 10px;
}
.box-hotproduct .hotproduct .item .img-box
{
    padding-bottom: 63.63636364%;
}
.box-hotproduct .hotproduct .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-hotproduct .hotproduct .item .note
{
    text-align: center;
}
.box-hotproduct .hotproduct .item .note h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 20px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-hotproduct .hotproduct .item .note p
{
    font-size: 14px;
    line-height: 1.57142857;

    display: -webkit-box;
    overflow: hidden;

    max-height: 44px;
    margin: 10px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-hotproduct .hotproduct .item .note a
{
    display: block;
}
.box-hotproduct .hotproduct .item .note a.more
{
    line-height: 35px;

    display: inline-block;

    height: 35px;
    margin-top: 24px;
    padding: 0 32px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #666;
    border-radius: 30px;
    background-color: #eee;
}
.box-hotproduct .hotproduct .item .note a.more:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: right;

    margin-left: 10px;

    content: '\ed4e';
}
.box-hotproduct .hotproduct .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-hotproduct .hotproduct .item:hover .note a.more
{
    color: #fff;
    background-color: #0b9321;
}
.box-hotproduct .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 20%;
    left: -60px;

    cursor: pointer;

    background: none;
}
@media (max-width: 991px)
{
    .box-hotproduct .slick-arrow
    {
        left: 15px;
    }
}
.box-hotproduct .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 28px;
    line-height: 100px;

    display: block;

    content: '\e601';
    text-align: center;

    color: #999;
}
.box-hotproduct .slick-arrow.slick-next
{
    right: -60px;
    left: auto;
}
@media (max-width: 991px)
{
    .box-hotproduct .slick-arrow.slick-next
    {
        right: 15px;
    }
}
.box-hotproduct .slick-arrow.slick-next:before
{
    content: '\e827';
}
.box-hotproduct .slick-arrow:hover:before
{
    color: #0b9321;
}
.box-choose
{
    background: url(../images/choose_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-choose .title h2
{
    color: #fff;
}
.box-choose .title p
{
    color: #e6e1e1;
}
.box-choose .choose
{
    font-size: 0;

    position: relative;

    margin-top: 40px;
}
.box-choose .choose ul li
{
    display: inline-block;

    width: 20%;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-choose .choose ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose ul li
    {
        width: 50%;
    }
}
.box-choose .choose .item
{
    margin: 20px 0;
    padding: 0 10px;
}
.box-choose .choose .item:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 55px;

    display: block;

    width: 55px;
    height: 55px;
    margin: 0 auto;

    content: '\e625';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: rgba(50, 177, 108, .84);
}
.box-choose .choose .item p
{
    font-size: 16px;
    line-height: 1.25;

    margin: 10px 0 0 0;

    color: #fff;
}
@media (max-width: 767px)
{
    .box-choose .choose .item p
    {
        font-size: 15px;
    }
}
.box-choose .choose .item-2:before
{
    content: '\e642';

    background-color: rgba(219, 140, 3, .84);
}
.box-choose .choose .item-3:before
{
    content: '\e633';

    background-color: rgba(127, 187, 184, .84);
}
.box-choose .choose .item-4:before
{
    font-size: 30px;
    line-height: 60px;

    content: '\e6ca';

    background-color: rgba(136, 180, 42, .84);
}
.box-choose .choose .item-5:before
{
    font-size: 22px;

    content: '\e62a';

    background-color: rgba(213, 103, 69, .84);
}
.box-choose .choose .item-6:before
{
    content: '\e65f';

    background-color: rgba(217, 126, 93, .84);
}
.box-choose .choose .item-7:before
{
    content: '\e641';

    background-color: rgba(78, 186, 123, .84);
}
.box-choose .choose .item-8:before
{
    content: '\e63b';

    background-color: rgba(150, 189, 68, .84);
}
.box-choose .choose .item-9:before
{
    font-size: 28px;

    content: '\e619';

    background-color: rgba(220, 155, 35, .84);
}
.box-choose .choose .item-10:before
{
    content: '\e634';

    background-color: rgba(145, 196, 190, .84);
}
.box-choose .choose .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-choose .choose .line1
{
    position: absolute;
    top: 46%;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    background: -webkit-linear-gradient(left, #5f6c05, #bac27f, #5f6c05);
    background:         linear-gradient(to right, #5f6c05, #bac27f, #5f6c05);
}
@media (max-width: 991px)
{
    .box-choose .choose .line1
    {
        top: 22%;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose .line1
    {
        top: 20%;
    }
}
.box-choose .choose .line2,
.box-choose .choose .line3,
.box-choose .choose .line4,
.box-choose .choose .line5
{
    position: absolute;
    top: 0;
    left: 20%;

    width: 1px;
    height: 100%;

    background: -webkit-linear-gradient(#5f6c05, #bac27f, #5f6c05);
    background:         linear-gradient(#5f6c05, #bac27f, #5f6c05);
}
@media (max-width: 991px)
{
    .box-choose .choose .line2
    {
        left: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose .line2
    {
        left: 50%;
    }
}
.box-choose .choose .line3
{
    left: 40%;
}
@media (max-width: 991px)
{
    .box-choose .choose .line3
    {
        left: 66.66666667%;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose .line3
    {
        top: 39%;
        left: 0;

        width: 100%;
        height: 1px;

        background: -webkit-linear-gradient(left, #5f6c05, #bac27f, #5f6c05);
        background:         linear-gradient(to right, #5f6c05, #bac27f, #5f6c05);
    }
}
.box-choose .choose .line4
{
    left: 60%;
}
@media (max-width: 991px)
{
    .box-choose .choose .line4
    {
        top: 50%;
        left: 0;

        width: 100%;
        height: 1px;

        background: -webkit-linear-gradient(left, #5f6c05, #bac27f, #5f6c05);
        background:         linear-gradient(to right, #5f6c05, #bac27f, #5f6c05);
    }
}
@media (max-width: 767px)
{
    .box-choose .choose .line4
    {
        top: 61%;
    }
}
.box-choose .choose .line5
{
    left: 80%;
}
@media (max-width: 991px)
{
    .box-choose .choose .line5
    {
        top: 75%;
        left: 0;

        width: 100%;
        height: 1px;

        background: -webkit-linear-gradient(left, #5f6c05, #bac27f, #5f6c05);
        background:         linear-gradient(to right, #5f6c05, #bac27f, #5f6c05);
    }
}
@media (max-width: 991px) and (max-width: 767px)
{
    .box-choose .choose .line5
    {
        top: 81%;
    }
}
.box-video .video
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 66%;
}
@media (max-width: 991px)
{
    .box-video .video
    {
        width: 100%;
    }
    .box-video .video img
    {
        width: 100%;
    }
}
.box-video .video img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-video .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.box-video .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.box-video .video .play
{
    font-size: 16px;
    font-weight: bold;

    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;
    margin-bottom: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #fff;
}
.box-video .video .play:before
{
    font-family: 'iconfont';
    font-size: 80px;
    font-weight: normal;

    display: block;

    content: '\e656';
}
@media (max-width: 991px)
{
    .box-video .video .play:before
    {
        font-size: 50px;
    }
}
.box-video .video:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .9;
}
.box-video .text
{
    float: left;

    width: 34%;
    height: 400px;
    padding: 60px 30px;

    color: #fff;
    background: url(../images/video_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-video .text
    {
        width: 100%;
        height: auto;
        padding: 40px 15px;
    }
}
.box-video .text h2
{
    font-size: 40px;
    font-weight: bold;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .box-video .text h2
    {
        font-size: 30px;
    }
}
.box-video .text p
{
    line-height: 2.14285714;

    margin: 20px 0 0 0;
}
.box-video .text a.more
{
    line-height: 35px;

    display: inline-block;

    height: 35px;
    margin-top: 40px;
    padding: 0 32px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #666;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, .77);
}
@media (max-width: 991px)
{
    .box-video .text a.more
    {
        margin-top: 20px;
    }
}
.box-video .text a.more:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: right;

    margin-left: 10px;

    content: '\ed4e';
}
.box-video .text a.more:hover
{
    color: #fff;
    background-color: #0b9321;
}
.footer
{
    overflow: hidden;

    background-color: #2a302a;
}
.footer .foot
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 40px 0 50px;
    }
}
.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;

        margin: 0 -15px;
    }
}
.footer .foot ul li
{
    display: inline-block;

    max-width: 390px;

    vertical-align: top;
    word-break: break-all;
}
.footer .foot ul li:last-child
{
    max-width: 330px;
}
@media (max-width: 991px)
{
    .footer .foot ul li:last-child
    {
        max-width: 100%;
    }
}
@media (max-width: 1199px)
{
    .footer .foot ul li
    {
        display: inline-block;

        width: 33.33333333%;
        max-width: 100%;
        margin-top: 30px;
        margin-right: -4px;
        padding: 0 15px;

        vertical-align: top;
    }
}
@media (max-width: 991px)
{
    .footer .foot ul li
    {
        width: 100%;
        margin-top: 10px;
    }
}
.footer .foot ul li h3
{
    font-size: 26px;
    line-height: 1.15384615;

    margin: 0 0 20px 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .footer .foot ul li h3
    {
        font-size: 18px;

        margin: 0 0 10px 0;
    }
}
@media (max-width: 991px)
{
    .footer .foot ul li h3:after
    {
        font-family: 'iconfont' !important;
        font-size: 14px;

        float: right;

        content: '\e628';
    }
}
.footer .foot ul li h3 a:hover
{
    text-decoration: underline;
}
.footer .foot ul li a
{
    display: block;
}
.footer .foot ul li .item-1 a
{
    line-height: 2.14285714;

    color: #b6b7b6;
}
.footer .foot ul li .item-1 a:before
{
    float: left;

    margin-right: 4px;

    content: '-';
}
.footer .foot ul li .item-1 a:hover
{
    text-decoration: underline;
}
.footer .foot ul li .item-2 p
{
    position: relative;

    padding-left: 20px;

    color: #b6b7b6;
}
.footer .foot ul li .item-2 p:before
{
    font-family: 'iconfont' !important;

    position: absolute;
    top: 0;
    left: 0;

    content: '\e6af';

    color: #b2b2b2;
}
.footer .foot ul li .item-2 p.whatsapp:before
{
    content: '\eb92';
}
.footer .foot ul li .item-2 p.wechat:before
{
    content: '\e868';
}
.footer .foot ul li .item-2 p.tel:before
{
    content: '\e612';
}
.footer .foot ul li .item-2 p.fax:before
{
    content: '\e644';
}
.footer .foot ul li .item-2 p.address:before
{
    font-size: 20px;

    left: -4px;

    content: '\e636';
}
.footer .foot ul li .item-2 a:hover
{
    text-decoration: underline;
}
.footer .foot ul li .item-3 input,
.footer .foot ul li .item-3 textarea
{
    line-height: 25px;

    width: 100%;
    margin-top: 4px;
    margin-bottom: 10px;
    padding: 5px 20px;

    color: #fff;
    border: 1px solid #6a6e6a;
    background: none;
}
.footer .foot ul li .item-3 input::-webkit-input-placeholder,
.footer .foot ul li .item-3 textarea::-webkit-input-placeholder
{
    color: #828382;
}
.footer .foot ul li .item-3 input:-o-placeholder,
.footer .foot ul li .item-3 textarea:-o-placeholder
{
    color: #828382;
}
.footer .foot ul li .item-3 input::-moz-placeholder,
.footer .foot ul li .item-3 textarea::-moz-placeholder
{
    color: #828382;
}
.footer .foot ul li .item-3 input:-ms-input-placeholder,
.footer .foot ul li .item-3 textarea:-ms-input-placeholder
{
    color: #828382;
}
.footer .foot ul li .item-3 input:focus::-webkit-input-placeholder,
.footer .foot ul li .item-3 textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot ul li .item-3 input:focus::-o-placeholder,
.footer .foot ul li .item-3 textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot ul li .item-3 input:focus::-moz-placeholder,
.footer .foot ul li .item-3 textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot ul li .item-3 input:focus::-ms-input-placeholder,
.footer .foot ul li .item-3 textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot ul li .item-3 .submit
{
    height: 40px;
    margin-top: 20px;
    padding: 0 30px;

    color: #fff;
    border-radius: 0;
    background-color: #0b9321;
}
.footer .foot ul li .item-3 .submit:hover
{
    background-color: #ff9d00;
}
@media (max-width: 991px)
{
    .footer .foot ul li .info-down
    {
        display: none;
    }
}
.footer .foot ul li.current .title-foot h3:after
{
    content: '\e623';
}
.footer .share
{
    display: inline-block;
    float: right;
}
@media (max-width: 991px)
{
    .footer .share
    {
        display: block;
        float: none;
    }
}
.footer .share ul
{
    text-align: center;
}
@media (max-width: 767px)
{
    .footer .share ul
    {
        margin: 0 -10px;
    }
}
.footer .share li
{
    display: inline-block;

    margin-left: 10px;

    -webkit-transition: -webkit-transform .2s ease-in-out;
            transition: -webkit-transform .2s ease-in-out;
            transition:         transform .2s ease-in-out;
            transition:         transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.footer .share li:first-child
{
    margin-left: 0;
}
.footer .share li:hover
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}
.footer .share li a
{
    display: block;

    color: #fff;
}
.footer .share li a:before
{
    font-family: 'iconfont';
    font-size: 16px;
    line-height: 32px;

    display: inline-block;

    width: 32px;
    height: 32px;

    content: '\e615';

    border-radius: 50%;
    background-color: #788d4a;
}
.footer .share li a:hover
{
    text-decoration: none;
}
.footer .share .twitter a:before
{
    content: '\e60b';

    background-color: #9d663a;
}
.footer .share .linkedin a:before
{
    content: '\e6f0';

    background-color: #a56d0f;
}
.footer .share .google a:before
{
    content: '\e645';

    background-color: #5c8885;
}
.footer .share .youtube a:before
{
    content: '\e6d7';

    background-color: #5f8768;
}
.footer .share .instagram a:before
{
    content: '\e645';

    background-color: #d72e77;
}
.footer .copyright
{
    line-height: 30px;

    padding: 22px 0;

    background-color: #242824;
}
.footer .copyright p
{
    line-height: 32px;

    display: inline-block;

    margin: 0;

    color: #6e6e6e;
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #0b9321;
}
.cart-icon
{
    line-height: 30px;

    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 80px;

    display: none;
}
@media (max-width: 991px)
{
    .cart-icon
    {
        display: block;
    }
}
.cart-icon a
{
    display: block;

    width: 40px;
    height: 40px;

    text-align: center;

    border: 1px solid #e2e2e2;
    border-radius: 50%;
    background-color: #fff;
}
.cart-icon a::before
{
    font-family: 'iconfont';
    font-size: 28px;
    line-height: 40px;

    /* content: '\e62e'; */
    content: '+';

    color: #0b9321;
}
.cart-icon span
{
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    z-index: 10;
    top: -6px;
    right: -3px;

    display: inline-block;

    width: 20px;
    height: 20px;

    vertical-align: super;

    color: #fff;
    border-radius: 50%;
    background-color: #333;
}
.cartpc-icon
{
    top: 50%;
    bottom: auto;
}
@media (max-width: 991px)
{
    .cartpc-icon
    {
        display: none;
    }
}
.wrap-nav
{
    position: relative;

    overflow: hidden;

    background-color: #5b740f;
}
@media (max-width: 991px)
{
    .wrap-nav:before
    {
        position: absolute;
        bottom: 0;

        display: block;

        width: 100%;
        height: 45px;

        content: '';

        background-color: #fff;
    }
    .wrap-nav .container
    {
        padding: 0;
    }
}
.sub-box
{
    float: left;
    overflow: hidden;

    width: 60%;
}
@media (max-width: 991px)
{
    .sub-box
    {
        width: 100%;
        padding: 0;
    }
}
.sub-box .category
{
    position: relative;

    width: 100%;
    height: 45px;
}
.sub-box .category ul
{
    position: absolute;
    left: 0;

    white-space: nowrap;
}
.sub-box .category ul li
{
    position: relative;

    display: inline-block;

    height: 45px;
}
.sub-box .category ul li a
{
    line-height: 45px;

    position: relative;

    display: block;

    height: 45px;
    padding: 0 24px;

    color: #fff;
}
.sub-box .category ul li.active a,
.sub-box .category ul li:hover a
{
    background-color: #ff9d00;
}
.sub-box.sub-product .category ul li.active a:after,
.sub-box.sub-product .category ul li:hover a:after
{
    z-index: 10;
    right: 0;
    bottom: -5px;
    left: 0;

    display: inline-block;

    width: 0;
    height: 0;
    margin: auto;

    content: '';

    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    background: none;
}
.sub-box.sub-news
{
    border-top: 3px solid #0b9321;
}
.location
{
    float: left;

    width: 40%;

    text-align: right;
}
@media (max-width: 991px)
{
    .location
    {
        position: relative;
        z-index: 8;

        width: 100%;
        padding-right: 15px;
    }
}
.location:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    content: '\e632';

    color: #fff;
}
@media (max-width: 991px)
{
    .location:before
    {
        color: #666;
    }
}
.location a
{
    line-height: 45px;

    display: inline-block;

    color: #fff;
}
@media (max-width: 991px)
{
    .location a
    {
        color: #666;
    }
}
.location a:after
{
    float: right;

    padding: 0 4px;

    content: '>';
}
.location a:last-child:after
{
    display: none;
}
.location a:hover
{
    text-decoration: underline;
}
@media (max-width: 991px)
{
    .location a:hover
    {
        color: #0b9321;
    }
}
.location a:last-child:hover
{
    text-decoration: none;

    color: #fff;
}
@media (max-width: 991px)
{
    .location a:last-child:hover
    {
        color: #666;
    }
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 70px 0 100px;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.title-in h2
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 22px;
    }
}
.title-in h2:after
{
    display: block;

    width: 33px;
    height: 3px;
    margin-top: 16px;

    content: '';

    background: url(../images/line-1.png) no-repeat;
}
.sidenav h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 22px 0;
}
.sidenav a
{
    font-size: 13px;
    line-height: 1.53846154;

    display: block;

    padding: 5px 0;

    color: #666;
}
.sidenav a:before
{
    margin-right: 10px;

    content: '>';
}
.sidenav a:hover
{
    color: #0b9321;
}
.wrap-video .text
{
    margin-top: 24px;
}
.wrap-video .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.wrap-video .item
{
    text-align: center;
}
.wrap-video .item p
{
    font-size: 16px;

    margin: 10px 0 0 0;

    color: #666;
}
.wrap-video .video
{
    position: relative;

    overflow: hidden;

    margin-top: 34px;
}
.wrap-video .video .img-box
{
    z-index: 0;

    padding-bottom: 57.97101449%;

    background-color: #000;
}
.wrap-video .video .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;

    opacity: 1;
}
.wrap-video .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-video .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-video .video .play
{
    font-size: 16px;
    font-weight: bold;

    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;
    margin-bottom: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #fff;
}
.wrap-video .video .play:before
{
    font-family: 'iconfont';
    font-size: 70px;
    font-weight: normal;

    display: block;

    content: '\e656';
}
@media (max-width: 991px)
{
    .wrap-video .video .play:before
    {
        font-size: 50px;
    }
}
.wrap-video .video:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .9;
}
.wrap-video .video:hover .play
{
    top: 50%;
}
.wrap-honor .text
{
    margin-top: 24px;
}
.wrap-honor .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.wrap-honor .pic
{
    margin-top: 60px;

    background: url(../images/honor_bg.jpg) no-repeat center bottom;
}
.wrap-honor .pic img
{
    max-width: 100%;
}
.wrap-honor .item
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-honor .item
    {
        margin-top: 40px;
    }
}
.wrap-honor .item .img-box
{
    padding-bottom: 133.33333333%;
}
.wrap-honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .item p
{
    font-size: 16px;
    line-height: 1.25;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 10px 0 0 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .item:hover p
{
    color: #0b9321;
}
.wrap-process
{
    overflow: hidden;
}
.wrap-process .text
{
    margin-top: 24px;
}
.wrap-process .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.wrap-process .title-process h3
{
    font-size: 26px;

    margin: 0;

    color: #ff9d00;
}
.wrap-process .title-process h3:before
{
    display: inline-block;

    width: 3px;
    height: 20px;
    margin-right: 12px;

    content: '';
    vertical-align: middle;

    background-color: #0b9321;
}
.wrap-process .material
{
    margin-top: 40px;
}
.wrap-process .material .item
{
    position: relative;
    z-index: 9;

    overflow: hidden;

    margin-top: 20px;

    border-radius: 10px;
}
.wrap-process .material .item .img-box
{
    padding-bottom: 62.22222222%;
}
.wrap-process .material .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-process .material .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-process .process
{
    margin-top: 70px;
    padding: 80px 0;

    background-color: #eee;
}
@media (max-width: 991px)
{
    .wrap-process .process
    {
        margin-top: 50px;
        padding: 50px 0;
    }
}
.wrap-process .process .axis
{
    position: relative;
}
@media only screen and (min-width: 768px)
{
    .wrap-process .process .axis
    {
        padding: 0 58px;
    }
}
.wrap-process .process .carousel-wrap
{
    position: relative;

    overflow: hidden;
}
@media only screen and (min-width: 768px)
{
    .wrap-process .process .carousel-wrap:before
    {
        position: absolute;
        top: 50%;
        left: 0;

        width: 100%;
        height: 1px;

        content: '';

        background-color: #d1d1d1;
    }
}
.wrap-process .process .carousel
{
    left: 0;

    -webkit-transition: .5s;
            transition: .5s;
}
.wrap-process .process .carousel .carousel-box
{
    width: 100%;
}
.wrap-process .process .carousel .carousel-even
{
    margin-left: -40px;
}
.wrap-process .process .carousel .carousel-even .item
{
    vertical-align: bottom;
}
@media only screen and (min-width: 768px)
{
    .wrap-process .process .carousel .carousel-even .item
    {
        margin-bottom: -29px;
    }
}
.wrap-process .process .carousel .carousel-even .item:before
{
    bottom: 0;

    margin-bottom: -7px;
}
.wrap-process .process .carousel .carousel-even .item-box:after
{
    bottom: 0;

    margin-bottom: -8px;

    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.wrap-process .process .carousel .pic
{
    overflow: hidden;

    border-radius: 10px;
}
.wrap-process .process .carousel .img-box
{
    padding-bottom: 60.60606061%;
}
@media only screen and (min-width: 768px)
{
    .wrap-process .process .carousel .carousel-odd
    {
        border-left: 160px solid transparent;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1360px)
{
    .wrap-process .process .carousel .carousel-odd
    {
        border-left-width: 110px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .wrap-process .process .carousel .carousel-odd
    {
        border-left-width: 84px;
    }
}
.wrap-process .process .carousel .carousel-odd .item
{
    margin-top: -29px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-process .process .carousel .carousel-odd .item
    {
        margin-top: 0;
    }
}
.wrap-process .process .carousel .carousel-odd .item:before
{
    top: 0;

    margin-top: -7px;
}
.wrap-process .process .carousel .carousel-odd .item-box .num:before
{
    display: none !important;
}
.wrap-process .process .carousel .carousel-odd .item-box .num:after
{
    display: block;

    width: 1px;
    height: 56px;
    margin: 0 auto;

    content: '';

    border-left: 1px dashed #bfbfbf;
}
@media (max-width: 767px)
{
    .wrap-process .process .carousel .carousel-odd .item-box .num:after
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .wrap-process .process .carousel .carousel-odd .pic
    {
        margin-top: 20px;
    }
    .wrap-process .process .carousel .carousel-odd .pic:after
    {
        display: block;

        width: 1px;
        height: 56px;
        margin: 0 auto;

        content: '';

        border-left: 1px dashed #bfbfbf;
    }
}
@media (max-width: 767px)
{
    .wrap-process .process .carousel .carousel-odd .item:last-child .pic:after
    {
        display: none;
    }
}
.wrap-process .process .carousel .production
{
    font-size: 0;

    position: relative;
}
.wrap-process .process .carousel .item
{
    font-size: 14px;

    position: relative;
    z-index: 5;

    display: inline-block;

    padding: 0 40px;

    -webkit-transition: opacity .3s;
            transition: opacity .3s;
}
@media only screen and (min-width: 768px)
{
    .wrap-process .process .carousel .item
    {
        width: 388px;

        opacity: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1440px)
{
    .wrap-process .process .carousel .item
    {
        width: 350px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1360px)
{
    .wrap-process .process .carousel .item
    {
        width: 316px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .wrap-process .process .carousel .item
    {
        width: 360px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .wrap-process .process .carousel .item
    {
        width: 274px;
    }
}
@media (max-width: 767px)
{
    .wrap-process .process .carousel .item
    {
        display: block;

        width: 100%;
        margin-bottom: 0;
        padding: 0;
    }
}
.wrap-process .process .carousel .item:hover:before,
.wrap-process .process .carousel .item:hover .date,
.wrap-process .process .carousel .item:hover .item-box:after
{
    color: #fff;
    background-color: #0b9321;
}
.wrap-process .process .carousel .item .item-box
{
    position: relative;
}
.wrap-process .process .carousel .item .note
{
    font-size: 16px;
    line-height: 1.875;

    display: block;

    text-align: center;
}
.wrap-process .process .carousel .item .note p
{
    font-size: 16px;
    line-height: 1.25;

    margin: 10px 0 16px 0;

    text-align: center;
    text-transform: capitalize;
}
.wrap-process .process .carousel .item .note .num:before
{
    display: block;

    width: 1px;
    height: 56px;
    margin: 0 auto;

    content: '';

    border-left: 1px dashed #bfbfbf;
}
.wrap-process .process .carousel .item .note .num span
{
    font-size: 26px;
    line-height: 58px;

    display: inline-block;

    width: 58px;
    height: 58px;

    color: #ff9d00;
    border: 1px dashed #0b9321;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-process .process .production-btn
    {
        display: none;
    }
}
.wrap-process .process .production-btn span
{
    line-height: 58px;

    position: absolute;
    z-index: 10;
    top: 50%;

    width: 58px;
    height: 58px;

    cursor: pointer;
    -webkit-transition: .4s;
            transition: .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #0b9321;
}
.wrap-process .process .production-btn span:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
}
.wrap-process .process .production-btn span:hover
{
    background-color: #ff9d00;
}
.wrap-process .process .production-btn .prev
{
    left: 0;
}
.wrap-process .process .production-btn .prev:before
{
    content: '\e601';
}
.wrap-process .process .production-btn .next
{
    right: 0;
}
.wrap-process .process .production-btn .next:before
{
    content: '\e827';
}
.wrap-process .stock
{
    padding: 70px 0;

    border-bottom: 1px dashed #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-process .stock
    {
        padding: 50px 0;
    }
}
.wrap-process .stock .item
{
    margin-top: 30px;
    padding: 0 15px;
}
.wrap-process .stock .pic
{
    overflow: hidden;

    border-radius: 10px;
}
.wrap-process .stock .pic .img-box
{
    padding-bottom: 62.22222222%;
}
@media (max-width: 991px)
{
    .wrap-process .stock .slick-stock
    {
        padding: 0 20px;
    }
}
.wrap-process .stock .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: -80px;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: none;
}
@media (max-width: 1440px)
{
    .wrap-process .stock .slick-arrow
    {
        left: -40px;
    }
}
@media (max-width: 991px)
{
    .wrap-process .stock .slick-arrow
    {
        left: -15px;
    }
}
.wrap-process .stock .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    font-weight: bold;

    display: block;

    width: 45px;

    content: '\e601';
    text-align: center;

    color: #ccc;
}
@media (max-width: 991px)
{
    .wrap-process .stock .slick-arrow:before
    {
        font-size: 30px;
    }
}
.wrap-process .stock .slick-arrow.slick-next
{
    right: -80px;
    left: auto;
}
@media (max-width: 1440px)
{
    .wrap-process .stock .slick-arrow.slick-next
    {
        right: -40px;
    }
}
@media (max-width: 991px)
{
    .wrap-process .stock .slick-arrow.slick-next
    {
        right: -15px;
    }
}
.wrap-process .stock .slick-arrow.slick-next:before
{
    content: '\e827';
}
.wrap-process .stock .slick-arrow:hover:before
{
    color: #0b9321;
}
.wrap-process .load
{
    padding-bottom: 0;

    border-bottom: none;
}
@media (max-width: 991px)
{
    .wrap-process .load
    {
        padding-bottom: 0;
    }
}
.wrap-gallery .text
{
    margin-top: 24px;
}
.wrap-gallery .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.wrap-gallery .item
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-gallery .item
    {
        margin-top: 30px;
    }
}
.wrap-gallery .item .img-box
{
    padding-bottom: 71.11111111%;
}
.wrap-gallery .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-gallery .item p
{
    font-size: 16px;
    line-height: 1.25;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 20px 0 0 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-gallery .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-gallery .item:hover p
{
    color: #0b9321;
}
.wrap-faq .text
{
    margin-top: 24px;
}
.wrap-faq .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.wrap-faq .item
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-faq .item
    {
        margin-top: 24px;
    }
}
.wrap-faq .item h3
{
    font-size: 16px;
    line-height: 1.5;

    position: relative;

    margin: 0;
    padding: 13px 15px 13px 50px;

    color: #666;
    background-color: #dcdcdc;
}
.wrap-faq .item h3:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 50px;

    position: absolute;
    top: 0;
    left: 20px;

    content: '\e62f';

    color: #0b9321;
}
@media (max-width: 991px)
{
    .wrap-faq .item h3:before
    {
        left: 15px;
    }
}
.wrap-faq .item .note
{
    padding: 24px 30px;

    background-color: #fff;
    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .wrap-faq .item .note
    {
        padding: 20px 15px;
    }
}
.wrap-faq .item .note p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.wrap-news .text
{
    margin-top: 24px;
}
.wrap-news .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.wrap-news .news
{
    margin-top: 10px;
}
.wrap-news .item
{
    margin-top: 30px;
}
.wrap-news .item .img-box
{
    padding-bottom: 55.55555556%;
}
.wrap-news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .item .pic
{
    position: relative;
}
.wrap-news .item .pic .date
{
    position: absolute;
    top: 12px;
    left: 14px;

    width: 60px;
}
.wrap-news .item .pic .date h3
{
    font-size: 26px;
    line-height: 40px;

    margin: 0;

    text-align: center;

    color: #fff;
    background-color: #ff9d00;
}
.wrap-news .item .pic .date p
{
    line-height: 30px;

    margin: 0;

    text-align: center;

    color: #ff9d00;
    background-color: #fff;
}
.wrap-news .item .note
{
    padding: 30px;

    background-color: #fafafa;
}
@media (max-width: 991px)
{
    .wrap-news .item .note
    {
        padding: 30px 15px;
    }
}
.wrap-news .item .note h3
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .item .note p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 10px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-news .item .note a.more
{
    display: inline-block;

    margin-top: 20px;

    color: #0b9321;
}
.wrap-news .item .note a.more:before
{
    font-family: 'iconfont' !important;
    font-size: 12px;
    line-height: 12px;

    width: 12px;
    height: 12px;
    margin-right: 10px;

    content: '\e9b5';
    text-align: center;
    vertical-align: middle;

    color: #fff;
    border-radius: 50%;
    background-color: #0b9321;
}
.wrap-news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .item:hover .note h3
{
    color: #0b9321;
}
.wrap-news-show .title-in span
{
    line-height: 45px;

    display: inline-block;

    height: 45px;
    margin-top: 28px;
    padding: 0 26px;

    color: #fff;
    background-color: #ff9d00;
}
.wrap-news-show .text
{
    margin-top: 50px;
}
.wrap-news-show .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.wrap-news-show .text img
{
    max-width: 100%;
}
.wrap-news-show .relate
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate
    {
        margin-top: 30px;
    }
}
.wrap-news-show .relate ul
{
    overflow: hidden;

    margin: 0 -15px;
}
.wrap-news-show .relate ul li
{
    float: left;

    width: 50%;
    margin-top: 20px;
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate ul li
    {
        width: 100%;
    }
}
.wrap-news-show .relate ul li:last-child a:before
{
    line-height: 50px;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-news-show .relate a
{
    line-height: 50px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    padding: 0 60px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #999;
    background-color: #eee;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate a
    {
        padding: 0 15px 0 40px;
    }
}
.wrap-news-show .relate a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 52px;

    position: absolute;
    left: 30px;

    content: '\e67e';

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate a:before
    {
        left: 15px;
    }
}
.wrap-news-show .relate a:hover
{
    color: #fff;
    background-color: #0b9321;
}
.wrap-news-show .relate a:hover:before
{
    color: #fff;
}
.wrap-product .text
{
    margin-top: 24px;
}
.wrap-product .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.wrap-product .product
{
    margin-top: 20px;
}
.wrap-product .item
{
    margin-top: 20px;
}
.wrap-product .item .pic
{
    position: relative;
    z-index: 9;

    overflow: hidden;

    border-radius: 10px;
}
.wrap-product .item .img-box
{
    padding-bottom: 63.82978723%;
}
.wrap-product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .item .note
{
    padding: 20px;

    text-align: center;
}
.wrap-product .item .note h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .item .note p
{
    line-height: 1.57142857;

    margin: 8px 0 0 0;

    color: #999;
}
.wrap-product .item .note .link a
{
    line-height: 35px;

    display: inline-block;

    height: 35px;
    margin: 0 4px;
    margin-top: 30px;
    padding: 0 24px;

    border-radius: 30px;
    background-color: #eee;
}
.wrap-product .item .note .link a:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: right;

    margin-left: 10px;

    content: '\ed4e';
}
.wrap-product .item .note .link a:hover
{
    color: #fff;
    background-color: #0b9321;
}
.wrap-product .item .note .link a.addcart
{
    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    background-color: #ff9d00;
}
.wrap-product .item .note .link a.addcart:after
{
    float: left;

    margin-right: 10px;
    margin-left: 0;

    /* content: '\e62e'; */
    content: '+';
}
.wrap-product .item .note .link a.addcart:hover
{
    background-color: #0b9321;
}
.wrap-product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .item:hover .note h3
{
    color: #0b9321;
}
.inquire-sheet-box
{
    position: fixed;
    z-index: 9;
    top: 30%;
    right: 10px;

    width: 270px;

    background: rgba(10, 147, 33, .07);
}
@media (max-width: 991px)
{
    .inquire-sheet-box
    {
        display: none;
    }
}
.inquire-sheet-box .j-title
{
    position: relative;

    background-color: #0b9321;
}
.inquire-sheet-box .j-title h2
{
    font-size: 16px;
    line-height: 40px;

    margin: 0;
    padding: 0 10px;

    text-transform: uppercase;

    color: #fff;
}
.inquire-sheet-box .j-title .inquire-close
{
    line-height: 42px;

    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: '\e654';
}
.inquire-sheet-box .J-shoping-close
{
    float: right;

    width: 30px;
    height: 30px;

    cursor: pointer;
    text-align: center;

    border-radius: 50%;
    background-color: rgba(10, 147, 33, .4);
}
.inquire-sheet-box .J-shoping-close::after
{
    font-family: 'iconfont';
    font-size: 16px;
    line-height: 30px;

    content: '\e647';
}
.inquire-sheet-box .J-shoping-close:hover
{
    background-color: #0b9321;
}
.inquire-sheet-box .J-inquiry
{
    line-height: 45px;

    height: 45px;
    margin: 10px;

    text-align: center;

    color: #fff;
    background-color: #0b9321;
}
.inquire-sheet-box .J-inquiry a
{
    display: block;
}
.inquire-sheet-box .J-inquiry a::before
{
    font-family: 'iconfont';
    font-size: 20px;

    position: relative;
    top: 3px;

    display: inline-block;

    margin-right: 14px;

    content: '\e630';
}
.inquire-sheet-box .J-inquiry:hover a::before
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.inquire-sheet-box .list
{
    overflow: hidden;

    padding: 10px 15px;
}
.inquire-sheet-box .list .pic
{
    float: left;
    overflow: hidden;

    width: 40px;

    border-radius: 30px;
}
.inquire-sheet-box .list .img-box
{
    padding-bottom: 63.82978723%;
}
.inquire-sheet-box .list p
{
    line-height: 30px;

    display: -webkit-box;
    float: left;
    overflow: hidden;

    width: 170px;
    height: 30px;
    margin: 0;
    padding-left: 10px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product-show .text
{
    margin-top: 24px;
}
.wrap-product-show .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.wrap-product-show .pro-show .carousel
{
    font-size: 0;

    position: relative;

    margin-top: 40px;

    letter-spacing: -4px;
}
@media (max-width: 1330px)
{
    .wrap-product-show .pro-show .carousel
    {
        padding-right: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .carousel
    {
        padding-right: 0;
    }
}
.wrap-product-show .pro-show .carousel .slider-for
{
    position: relative;

    overflow: hidden;

    border-radius: 10px;
}
.wrap-product-show .pro-show .carousel .img-box
{
    padding-bottom: 63.82978723%;
}
.wrap-product-show .pro-show .carousel .row
{
    margin: 0 -5px;
}
.wrap-product-show .pro-show .carousel .slider-nav
{
    margin-top: 10px;
}
.wrap-product-show .pro-show .carousel .slider-nav .slick-slide
{
    padding: 0 5px;

    outline: none;
}
.wrap-product-show .pro-show .carousel .slider-nav .slick-current .item
{
    border-color: #ff9d00;
}
.wrap-product-show .pro-show .carousel .slider-nav .item
{
    position: relative;
    z-index: 15;

    overflow: hidden;

    border: 1px solid #fff;
    border-radius: 10px;
}
.wrap-product-show .pro-show .info
{
    margin-top: 40px;
    padding-top: 30px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .pro-show .info
    {
        padding-top: 0;
        padding-left: 0;
    }
}
.wrap-product-show .pro-show .info h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .info h3
    {
        font-size: 20px;
    }
}
.wrap-product-show .pro-show .info .note
{
    margin-top: 24px;
}
.wrap-product-show .pro-show .info p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-product-show .pro-show .info .link
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .info .link
    {
        margin-top: 30px;
    }
}
.wrap-product-show .pro-show .info .link a
{
    line-height: 35px;

    display: inline-block;

    height: 35px;
    margin-top: 30px;
    margin-right: 20px;
    padding: 0 24px;

    text-align: center;

    color: #dfd3dd;
    color: #fff;
    border-radius: 30px;
    background-color: #0b9321;
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .info .link a
    {
        margin-top: 10px;
    }
}
.wrap-product-show .pro-show .info .link a span
{
    display: inline-block;
}
.wrap-product-show .pro-show .info .link a span:before
{
    font-family: 'iconfont';
    font-size: 20px;
    line-height: 35px;

    float: left;

    margin-right: 10px;

    content: '\e630';

    color: #fff;
}
.wrap-product-show .pro-show .info .link a.inquire span:before
{
    line-height: 40px;
}
.wrap-product-show .pro-show .info .link a.addcart
{
    background-color: #ff9d00;
}
.wrap-product-show .pro-show .info .link a.addcart span:before
{
    font-size: 22px;

    /* content: '\e62e'; */
    content: '+';
}
.wrap-product-show .pro-show .info .link a.relate-btn
{
    margin-right: 0;

    background-color: #5b740f;
}
.wrap-product-show .pro-show .info .link a.relate-btn span:before
{
    font-size: 16px;

    content: '\e63c';
}
.wrap-product-show .pro-show .info .link a:hover span
{
    text-decoration: underline;
}
.wrap-product-show .pro-show .info .prev-next
{
    margin-top: 130px;

    text-align: right;
}
@media (max-width: 1199px)
{
    .wrap-product-show .pro-show .info .prev-next
    {
        margin-top: 40px;
    }
}
.wrap-product-show .pro-show .info .prev-next a
{
    line-height: 20px;

    display: inline-block;

    margin-left: 14px;

    color: #666;
}
.wrap-product-show .pro-show .info .prev-next a.next:before
{
    font-family: 'iconfont';
    font-size: 20px;

    float: left;

    margin-right: 10px;

    content: '\e639';
}
.wrap-product-show .pro-show .info .prev-next a.last:before
{
    font-family: 'iconfont';
    font-size: 20px;

    float: right;

    margin-left: 10px;

    content: '\e639';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-product-show .pro-show .info .prev-next a:hover
{
    color: #0b9321;
}
.wrap-product-show .title-pro-show
{
    padding: 0 40px;

    background-color: #5b740f;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-pro-show
    {
        padding: 0 15px;
    }
}
.wrap-product-show .title-pro-show h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;

    height: 40px;
    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-pro-show h3
    {
        font-size: 18px;
        line-height: 50px;

        height: 50px;
    }
}
.wrap-product-show .description
{
    margin-top: 60px;
}
.wrap-product-show .description .list
{
    min-height: 560px;
    padding: 40px;

    background-color: #eef1e7;
}
@media (max-width: 991px)
{
    .wrap-product-show .description .list
    {
        min-height: auto;
        padding: 30px 15px;
    }
}
.wrap-product-show .description .list p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-product-show .inquiry
{
    margin-top: 50px;

    background-color: #eef1e7;
}
.wrap-product-show .inquiry .info
{
    padding: 40px;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry .info
    {
        padding: 30px 15px;
    }
}
.wrap-product-show .inquiry p
{
    line-height: 1.71428571;

    margin: 0;
}
.wrap-product-show .inquiry input,
.wrap-product-show .inquiry textarea
{
    font-size: 14px;

    width: 100%;
    margin-top: 20px;
    padding: 0 16px;

    border: 1px solid #eee;
    outline: none;
    background-color: #dfe4d1;
}
.wrap-product-show .inquiry input
{
    line-height: 30px;

    height: 50px;
    padding: 10px 20px;
}
.wrap-product-show .inquiry textarea
{
    line-height: 30px;

    padding: 10px 20px;

    resize: vertical;
}
.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry input:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder
{
    color: #ddd;
}
.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder
{
    color: #ddd;
}
.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder
{
    color: #ddd;
}
.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder
{
    color: #ddd;
}
.wrap-product-show .inquiry .read input::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:focus::-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:focus::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:focus::-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .submit
{
    line-height: 45px;

    display: inline-block;

    height: 45px;
    margin-top: 30px;
    padding: 0 48px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 0;
    background-color: #ff9d00;
}
.wrap-product-show .inquiry .submit:hover
{
    background-color: #0b9321;
}
.wrap-product-show .inquiry h4
{
    font-size: 14px;

    margin: 30px 0 0 0;

    text-align: center;

    color: #666;
}
.wrap-product-show .relate-product
{
    margin-top: 60px;
}
.wrap-product-show .relate-product .item
{
    margin-top: 30px;
    padding: 0 15px;
}
.wrap-product-show .relate-product .item .pic
{
    position: relative;
    z-index: 9;

    overflow: hidden;

    border-radius: 10px;
}
.wrap-product-show .relate-product .item .img-box
{
    padding-bottom: 63.82978723%;
}
.wrap-product-show .relate-product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .relate-product .item .note
{
    padding: 20px;

    text-align: center;
}
.wrap-product-show .relate-product .item .note h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product-show .relate-product .item .note p
{
    line-height: 1.57142857;

    margin: 8px 0 0 0;

    color: #999;
}
.wrap-product-show .relate-product .item .note .link a
{
    line-height: 35px;

    display: inline-block;

    height: 35px;
    margin: 0 4px;
    margin-top: 30px;
    padding: 0 24px;

    border-radius: 30px;
    background-color: #eee;
}
.wrap-product-show .relate-product .item .note .link a:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: right;

    margin-left: 10px;

    content: '\ed4e';
}
.wrap-product-show .relate-product .item .note .link a:hover
{
    color: #fff;
    background-color: #0b9321;
}
.wrap-product-show .relate-product .item .note .link a.addcart
{
    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    background-color: #ff9d00;
}
.wrap-product-show .relate-product .item .note .link a.addcart:after
{
    float: left;

    margin-right: 10px;
    margin-left: 0;

    /* content: '\e62e'; */
    content: '+';
}
.wrap-product-show .relate-product .item .note .link a.addcart:hover
{
    background-color: #0b9321;
}
.wrap-product-show .relate-product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .relate-product .item:hover .note h3
{
    color: #0b9321;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .slick-product
    {
        padding: 0 20px;
    }
}
.wrap-product-show .relate-product .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 20%;
    left: -80px;

    cursor: pointer;

    background: none;
}
@media (max-width: 1440px)
{
    .wrap-product-show .relate-product .slick-arrow
    {
        left: -40px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .slick-arrow
    {
        left: -15px;
    }
}
.wrap-product-show .relate-product .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;
    line-height: 100px;

    display: block;

    width: 45px;
    height: 100px;

    content: '\e601';
    text-align: center;

    color: #ccc;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .slick-arrow:before
    {
        font-size: 30px;
    }
}
.wrap-product-show .relate-product .slick-arrow.slick-next
{
    right: -80px;
    left: auto;
}
@media (max-width: 1440px)
{
    .wrap-product-show .relate-product .slick-arrow.slick-next
    {
        right: -40px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .slick-arrow.slick-next
    {
        right: -15px;
    }
}
.wrap-product-show .relate-product .slick-arrow.slick-next:before
{
    content: '\e827';
}
.wrap-product-show .relate-product .slick-arrow:hover:before
{
    color: #0b9321;
}
.wrap-contact .text
{
    margin-top: 24px;
}
.wrap-contact .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.wrap-contact .contact
{
    overflow: hidden;

    margin-top: 30px;

    border-top: 1px dashed #dcdcdc;
}
.wrap-contact .contact .m-title h3
{
    font-size: 26px;

    margin: 0 0 30px 0;

    color: #ff9d00;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .m-title h3
    {
        font-size: 20px;
    }
}
.wrap-contact .contact .message
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .message
    {
        margin-top: 30px;
    }
}
.wrap-contact .contact .message p
{
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.wrap-contact .contact .message form input,
.wrap-contact .contact .message form textarea
{
    font-size: 14px;
    line-height: 25px;

    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;

    border: none;
    border: 1px solid #e5e5e5;
}
.wrap-contact .contact .message form input::-webkit-input-placeholder,
.wrap-contact .contact .message form textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-contact .contact .message form input:-o-placeholder,
.wrap-contact .contact .message form textarea:-o-placeholder
{
    color: #999;
}
.wrap-contact .contact .message form input::-moz-placeholder,
.wrap-contact .contact .message form textarea::-moz-placeholder
{
    color: #999;
}
.wrap-contact .contact .message form input:-ms-input-placeholder,
.wrap-contact .contact .message form textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-contact .contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .contact .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message form input:focus::-o-placeholder,
.wrap-contact .contact .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message form input:focus::-moz-placeholder,
.wrap-contact .contact .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .contact .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message form .submit
{
    line-height: 45px;

    height: 45px;
    margin-top: 30px;
    padding: 0 80px;

    -webkit-transition: all .3s;
            transition: all .3s;

    color: #fff;
    border-radius: 0;
    background-color: #0b9321;
}
.wrap-contact .contact .message form .submit:hover
{
    background-color: #ff9d00;
}
.wrap-contact .contact .info
{
    margin-top: 50px;
    padding-right: 14%;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .info
    {
        margin-top: 30px;
    }
}
.wrap-contact .contact .info .note
{
    margin-top: 30px;
}
.wrap-contact .contact .info .note p
{
    line-height: 1.71428571;

    display: table;

    width: 100%;
    margin: 0 0 20px 0;

    color: #999;
}
.wrap-contact .contact .info .note p.tel:before,
.wrap-contact .contact .info .note p.address:before,
.wrap-contact .contact .info .note p.code:before,
.wrap-contact .contact .info .note p.whatsapp:before,
.wrap-contact .contact .info .note p.weixin:before,
.wrap-contact .contact .info .note p.fax:before
{
    font-family: 'iconfont';
    font-size: 18px;
    line-height: 40px;

    display: table-cell;
    float: left;

    width: 20px;
    width: 40px;
    height: 40px;
    margin-right: 10px;

    content: '\e608';
    text-align: center;
    vertical-align: middle;

    color: #333;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.wrap-contact .contact .info .note p span
{
    display: table-cell;

    width: 91%;

    vertical-align: middle;
}
.wrap-contact .contact .info .note p.tel:before
{
    content: '\e61c';
}
.wrap-contact .contact .info .note p.code:before
{
    font-size: 20px;

    content: '\e61f';
}
.wrap-contact .contact .info .note p.fax:before
{
    content: '\e6af';
}
.wrap-contact .contact .info .note p.weixin:before
{
    content: '\e868';
}
.wrap-contact .contact .info .note p.whatsapp:before
{
    content: '\eb92';
}
.wrap-contact .contact .info .note p a:hover
{
    text-decoration: underline;
}
.wrap-contact .map
{
    overflow: hidden;

    height: 390px;
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-contact .map
    {
        margin-top: 50px;
    }
}
.wrap-contact .map img
{
    height: 100%;
}
.wrap-inquiry .text
{
    margin-top: 24px;
}
.wrap-inquiry .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.wrap-inquiry .item
{
    margin-top: 20px;
}
.wrap-inquiry .item .pic
{
    position: relative;
    z-index: 9;

    overflow: hidden;

    border-radius: 10px;
}
.wrap-inquiry .item .img-box
{
    padding-bottom: 63.82978723%;
}
.wrap-inquiry .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-inquiry .item .note
{
    padding: 20px;

    text-align: center;
}
.wrap-inquiry .item .note h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-inquiry .item .note p
{
    line-height: 1.57142857;

    margin: 8px 0 0 0;

    color: #999;
}
.wrap-inquiry .item .note .link a
{
    line-height: 35px;

    display: inline-block;

    height: 35px;
    margin: 0 4px;
    margin-top: 30px;
    padding: 0 24px;

    -webkit-transition: all .4s;
            transition: all .4s;

    border-radius: 30px;
    background-color: #eee;
}
.wrap-inquiry .item .note .link a:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: right;

    margin-left: 10px;

    content: '\ed4e';
}
.wrap-inquiry .item .note .link a:hover
{
    color: #fff;
    background-color: #0b9321;
}
.wrap-inquiry .item .note .link a.delete
{
    color: #fff;
    background-color: #ff9d00;
}
.wrap-inquiry .item .note .link a.delete:after
{
    float: left;

    margin-right: 10px;
    margin-left: 0;

    content: '\e647';
}
.wrap-inquiry .item .note .link a.delete:hover
{
    background-color: #0b9321;
}
.wrap-inquiry .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-inquiry .item:hover .note h3
{
    color: #0b9321;
}
.wrap-inquiry .inquiry
{
    margin-top: 100px;

    background-color: #eef1e7;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry
    {
        margin-top: 50px;
    }
}
.wrap-inquiry .inquiry .title-pro-show
{
    padding: 0 40px;

    background-color: #5b740f;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry .title-pro-show
    {
        padding: 0 15px;
    }
}
.wrap-inquiry .inquiry .title-pro-show h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;

    height: 40px;
    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry .title-pro-show h3
    {
        font-size: 18px;
        line-height: 50px;

        height: 50px;
    }
}
.wrap-inquiry .inquiry .info
{
    padding: 40px;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry .info
    {
        padding: 30px 15px;
    }
}
.wrap-inquiry .inquiry p
{
    line-height: 1.71428571;

    margin: 0;
}
.wrap-inquiry .inquiry input,
.wrap-inquiry .inquiry textarea
{
    font-size: 14px;

    width: 100%;
    margin-top: 20px;
    padding: 0 16px;

    border: 1px solid #eee;
    outline: none;
    background-color: #dfe4d1;
}
.wrap-inquiry .inquiry input
{
    line-height: 30px;

    height: 50px;
    padding: 10px 20px;
}
.wrap-inquiry .inquiry textarea
{
    line-height: 30px;

    padding: 10px 20px;

    resize: vertical;
}
.wrap-inquiry .inquiry input::-webkit-input-placeholder,
.wrap-inquiry .inquiry textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-inquiry .inquiry input:-o-placeholder,
.wrap-inquiry .inquiry textarea:-o-placeholder
{
    color: #999;
}
.wrap-inquiry .inquiry input::-moz-placeholder,
.wrap-inquiry .inquiry textarea::-moz-placeholder
{
    color: #999;
}
.wrap-inquiry .inquiry input:-ms-input-placeholder,
.wrap-inquiry .inquiry textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-inquiry .inquiry input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry textarea:focus::-webkit-input-placeholder
{
    color: #ddd;
}
.wrap-inquiry .inquiry input:focus::-o-placeholder,
.wrap-inquiry .inquiry textarea:focus::-o-placeholder
{
    color: #ddd;
}
.wrap-inquiry .inquiry input:focus::-moz-placeholder,
.wrap-inquiry .inquiry textarea:focus::-moz-placeholder
{
    color: #ddd;
}
.wrap-inquiry .inquiry input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry textarea:focus::-ms-input-placeholder
{
    color: #ddd;
}
.wrap-inquiry .inquiry .read input::-webkit-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .read input:-o-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .read input::-moz-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .read input:-ms-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .read input:focus::-webkit-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .read input:focus::-o-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .read input:focus::-moz-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .read input:focus::-ms-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .submit
{
    line-height: 45px;

    display: inline-block;

    height: 45px;
    margin-top: 30px;
    padding: 0 48px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 0;
    background-color: #ff9d00;
}
.wrap-inquiry .inquiry .submit:hover
{
    background-color: #0b9321;
}
.wrap-inquiry .inquiry h4
{
    font-size: 14px;

    margin: 30px 0 0 0;

    text-align: center;

    color: #666;
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        margin-top: 40px;
    }
}
.page a
{
    line-height: 49px;

    display: inline-block;
    overflow: hidden;

    width: 49px;
    height: 49px;
    margin: 0 3px;

    -webkit-transition: all .2s linear;
            transition: all .2s linear;
    text-align: center;

    border: 1px solid #bfbfbf;
    background: none;
}
.page a.omit:hover
{
    color: #333;
    background-color: #fff;
}
.page a.first-child:before,
.page a.last-child:before
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e9b5';

    color: #7f7f7f;
}
.page a.first-child:hover:before,
.page a.last-child:hover:before
{
    color: #fff;
}
.page a.last-child:before
{
    content: '\e72f';
}
.page a.active,
.page a:hover
{
    color: #fff;
    border-color: #0b9321;
    background-color: #0b9321;
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
    .page a:first-child,
    .page a:last-child
    {
        margin: 0 5px;
    }
}
.fancybox-caption
{
    font-size: 16px;

    text-align: center;

    border: none;
}
.zoomDiv
{
    position: absolute;
    z-index: 9;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
.zoomMask
{
    position: absolute;
    z-index: 1;

    cursor: move;

    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}


.table-box {
    width: 100%;
    max-width: 100%;
    padding: 0 5px;
    overflow: auto;
}

table {
    //  width: 100%;
    width: auto;
    max-width: 98%;
    border-spacing: 0;
    border-collapse: collapse;
}

table tr,
table td {
    width: auto !important;
    height: auto !important;
    // word-break: break-word;
}

table tr:nth-child(odd) {
    //  background-color: rgb(242, 242, 242);
}

table td {
    padding: 8px !important;
    border: 1px solid #ccc !important;
}

table tr p,
table tr span {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}



#google_translate_element{
	float: right;
	margin-top: 30px;
	margin-left: 14px;
}
.goog-te-gadget-simple{
	background: none!important;
	border: none!important;
}
.goog-te-gadget-simple span{
	color: #ffffff!important;
}

@media(max-width: 1199px){
	#google_translate_element{
		display: none;
	}
}


.fixed-header .goog-te-gadget-simple span{
    color: #666666!important;
}


.header .cart,
.inquire-sheet-box,
.wrap-product .item .note .link a.addcart,
.wrap-product-show .pro-show .info .link a.addcart,
.wrap-product-show .pro-show .info .link a.inquire span::before,
.wrap-product-show .relate-product .item .note .link a.addcart,
.cart-icon{
    display: none!important;
}



.from_a26fd6958bb74f669153eb09fcedcbc8 .usedComp:nth-child(3){
    width: 95%;
}
.from_8301ee3f05944c8bb88cb18bb457fdc4 .usedComp:nth-child(3),
.from_8301ee3f05944c8bb88cb18bb457fdc4 .usedComp:nth-child(4){
    width: 95%;
}

.wrap-contact .contact .message form input, .wrap-contact .contact .message form textarea{
    padding: 0 20px;
    line-height: 40px;
    margin: 0;
    margin-bottom: 10px;
}
