/**
 * 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?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;

    min-width: 970px;

    color: #333;
    background-color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body,
html,
*
{
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.container
{
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px;
}
@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: inherit;
}
img
{
    border: 0;
}
.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: relative;

    width: 100%;
}
.header .top
{
    position: relative;

    overflow: hidden;

    background: url(../images/logo_bg.jpg) repeat-x;
}
.header .top .download
{
    float: right;

    margin-top: 35px;
}
.header .top .download a
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    padding: 0 20px;

    color: #fff;
    border: 1px solid rgba(86, 155, 12, .4);
    background: -webkit-linear-gradient(#77c820, #569b0c);
    background:         linear-gradient(#77c820, #569b0c);
}
.header .top-nav
{
    height: 88px;

    background: url(../images/nav_bg.jpg) center;
}
.header .logo
{
    float: left;

    height: 100px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img
{
    display: block;

    height: 100%;
}
.header .language
{
    float: right;

    width: 114px;
    margin-top: 30px;
}
.header .language img
{
    width: 100%;
}
.header .nav
{
    position: relative;
    z-index: 10;
}
.header .nav ul
{
    font-size: 0;

    display: inline-block;
}
.header .nav > ul > li
{
    display: inline-block;

    list-style: none;

    background: url(../images/line-1.jpg) no-repeat right;
}
.header .nav > ul > li:last-child
{
    background: none;
}
.header .nav > ul > li > a
{
    font-size: 14px;
    line-height: 70px;

    position: relative;

    display: block;

    padding: 0 26px;

    color: #161611;
}
.header .nav > ul > li:hover > a,
.header .nav > ul > li.active > a
{
    background: url(../images/active.jpg) no-repeat center;
}
.header .nav > ul > li .level-2,
.header .nav > ul > li .level-3
{
    position: absolute;
    z-index: 10;

    display: none;
}
.header .nav > ul > li .level-2
{
    top: 100%;

    min-width: 200px;
    padding: 14px 20px;

    text-align: left;

    background-color: #569b0c;
}
.header .nav > ul > li .level-2 a
{
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;

    text-transform: capitalize;

    color: #666;
    color: #e0e0e0;
}
.header .nav > ul > li .level-2 > li
{
    position: relative;
}
.header .nav > ul > li .level-2 > li:hover > a
{
    color: #fff;
}
.header .nav > ul > li .level-2 > li:hover .level-3
{
    display: block;
}
.header .search-box
{
    display: none;

    margin-top: 20px;
    margin-right: 10px;
}
@media (min-width: 768px)
{
    .header .search-box
    {
        position: fixed;
        z-index: 888;
        top: 100%;
        left: 0;

        overflow: hidden;

        width: 100%;
        height: 100%;
        margin-top: 0;
        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
{
    line-height: 38px;

    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: 0;
    }
}
.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: 40px;
    }
}
.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: #569b0c;
}
.header .search-icon
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .search-icon
    {
        position: fixed;
        right: 50px;
        bottom: 30px;

        display: inline-block;

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

        content: '\e660';

        color: #fff;
    }
}
@media (max-width: 767px)
{
    .header .search-icon
    {
        right: 35px;
    }
}
.header .search-lg
{
    top: 0;
}
@media (min-width: 768px)
{
    .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: 800px;
        margin: auto;

        -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;

        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: 30px;
        right: 10%;

        cursor: pointer;
    }
    .header .search-lg .close-btn:before
    {
        font-size: 20px;

        content: '\2716';

        color: #fff;
    }
}
@media (max-width: 767px)
{
    .header .search-lg
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-lg .search
    {
        width: 60%;
    }
}
@media (max-width: 991px)
{
    .header .search-lg .search
    {
        width: 50%;
    }
}
.header .right
{
    float: right;
}
.header .find
{
    line-height: 26px;

    float: right;

    margin-top: 42px;
    margin-left: 30px;
    padding: 0 16px;

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

    color: #777;
    border: 1px solid #e8e8e8;
}
.header .find::before
{
    font-family: 'iconfont';
    font-size: 14px;

    float: left;

    margin-right: 4px;

    content: '\e660';
}
.header .find:hover
{
    color: #fff;
    border-color: #569b0c;
    background-color: #569b0c;
}
.online
{
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 15px;

    width: 45px;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.online a
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin-top: 2px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    background-color: #333;
}
@media (max-width: 1560px)
{
    .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.online a:after
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e621';

    color: #fff;
}
.online a:hover
{
    background-color: #15ad0d;
}
.online a.online-email:after
{
    font-size: 18px;

    content: '\e68d';
}
.online a.online-email:hover
{
    background-color: #765099;
}
.online a.online-qq:after
{
    content: '\e62d';
}
.online a.online-qq:hover
{
    background-color: #3b589b;
}
.online a.online-tel:after
{
    content: '\e61c';
}
.online a.online-tel:hover
{
    background-color: #00affb;
}
.online a.online-skype:after
{
    content: '\e616';
}
.online a.online-skype:hover
{
    background-color: #0069ba;
}
.online a.online-weixin:after
{
    content: '\e604';
}
.online a.online-weixin:hover
{
    background-color: #33d055;
}
.online a.online-wechat:after
{
    font-size: 22px;

    content: '\e604';
}
.online a.online-wechat:hover
{
    background-color: #33d055;
}
.online a.online-top:after
{
    content: '\e605';
}
.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;
    right: 54px;

    display: block;
    display: none;

    width: 130px;
    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
{
    display: block;

    width: 100%;
    height: 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;
}
.banner
{
    position: relative;
    z-index: 7;

    overflow: hidden;

    width: 100%;

    background: url(../images/banner_bg.jpg) no-repeat top center;
}
.banner .item
{
    max-width: 1000px;
    margin: 0 auto;
}
.banner img
{
    width: 100%;
}
.banner .img-box
{
    padding-bottom: 36.45833333%;
}
.banner-in .img-box
{
    padding-bottom: 17.70833333%;
}
.banner-in .location
{
    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.banner-in .location h3
{
    font-size: 24px;

    text-transform: uppercase;
}
.banner-in .location ul li
{
    font-size: 18px;

    display: inline-block;

    margin-top: 20px;
}
.banner-in .location ul li:after
{
    line-height: 30px;

    float: right;

    content: '>';
}
.banner-in .location ul li:last-child a
{
    color: #569b0c;
}
.banner-in .location ul li:last-child:after
{
    display: none;
}
.banner-in .location ul li a
{
    font-weight: 300;

    display: inline-block;

    padding: 0 6px;
}
.box
{
    overflow: hidden;

    padding: 80px 0;
}
.title h2
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71428571;

    margin: 0;

    color: #569b0c;
    border-bottom: 1px dotted #bbb;
}
.index-content
{
    overflow: hidden;

    padding-bottom: 50px;
}
.index-content .box
{
    padding: 0 10px;
}
.box-about
{
    float: left;

    width: 28%;
}
.box-about .honor
{
    width: 100px;
}
.box-about .honor img
{
    display: block;

    max-width: 100%;
}
.box-about .about
{
    padding: 10px;

    border: 1px solid #ccc;
    /*border-top: none;*/
}
.box-about .about .text
{
    padding: 10px;
}
.box-about .about .text p
{
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    max-height: 120px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.box-about .about .more
{
    text-align: right;
}
.box-about .about .more a
{
    line-height: 2;

    display: inline-block;
}
.box-about .about .more a:hover
{
    color: #569b0c;
}
.box-product
{
    font-size: 0;

    float: left;

    width: 47%;
}
.box-product .item .img-box
{
    padding-bottom: 20.88888889%;
}
.box-product .product
{
    padding: 10px 10px 18px 10px;

    border: 1px solid #ccc;
    border-top: none;
}
.box-product .product ul
{
    overflow: hidden;

    margin: 0 -4px;
    margin-top: 10px;
}
.box-product .product ul li
{
    float: left;

    width: 50%;
    margin-top: 8px;
    padding: 0 4px;
}
.box-product .product ul li a
{
    font-size: 12px;
    line-height: 26px;

    display: block;

    padding: 0 16px;

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

    border: 1px solid #bebfc1;
    background: -webkit-linear-gradient(#fefefe, #dedfe1);
    background:         linear-gradient(#fefefe, #dedfe1);
}
.box-product .product ul li a:before
{
    font-family: 'iconfont' !important;

    margin-right: 30px;

    content: '\e612';

    color: #0e417a;
}
.box-product .product ul li a:hover
{
    color: #fff;
    background: -webkit-linear-gradient(#772326, #5f3031);
    background:         linear-gradient(#772326, #5f3031);
}
.box-product .product ul li a:hover:before
{
    opacity: 0;
}
.box-contact
{
    float: left;

    width: 25%;
}
.box-contact img
{
    display: block;

    width: 100%;
}
.box-contact .contact
{
    padding: 10px;

    border: 1px solid #ccc;
    border-top: none;
}
.box-contact .contact .text
{
    padding: 10px 0 14px;
}
.box-contact .contact .text p
{
    line-height: 2;

    color: #666;
}
.box-contact .contact .text a:hover
{
    text-decoration: underline;

    color: #569b0c;
}
.footer
{
    padding: 20px 0;

    background: url(../images/footer_bg.jpg) repeat-x;
    background-size: cover;
}
.footer p
{
    line-height: 2;

    max-width: 720px;
    margin: 0 auto;

    text-align: center;

    color: #fff;
}
.footer p a:hover
{
    text-decoration: underline;
}
.sub-box .category
{
    position: relative;

    width: 100%;
    padding: 26px 0;

    text-align: center;

    border-bottom: 1px solid #eee;
    background-color: #f8f8f8;
}
.sub-box .category ul li
{
    position: relative;

    display: inline-block;

    height: 30px;
}
.sub-box .category ul li a
{
    font-size: 20px;
    line-height: 30px;

    position: relative;

    display: block;

    height: 30px;
    padding: 0 46px;

    text-transform: uppercase;

    color: #999;
    border-right: 1px solid #dcdcdc;
}
.sub-box .category ul li:last-child a
{
    border-right: none;
}
.sub-box .category ul li.active a,
.sub-box .category ul li:hover a
{
    color: #569b0c;
}
.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 #569b0c;
}
.wrapper
{
    overflow: hidden;

    padding: 30px 0;

    background: url(../images/wrapper_bg.jpg) no-repeat top center;
}
.title-in
{
    position: relative;

    border-bottom: 1px solid #f0f0f0;
    background: -webkit-linear-gradient(#fefefe, #eee);
    background:         linear-gradient(#fefefe, #eee);
}
.title-in:after
{
    position: absolute;
    bottom: 1px;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #fff;
}
.title-in h2
{
    font-size: 14px;
    line-height: 28px;

    margin: 0;
    padding: 0 12px;

    color: #569b0c;
}
.wrap-left
{
    float: left;

    width: 23%;
}
.wrap-left .pro-search
{
    border: 1px solid #e7e7e7;
}
.wrap-left .pro-search form
{
    padding: 10px 20px 14px 20px;
}
.wrap-left .pro-search form ul li
{
    margin-bottom: 10px;
}
.wrap-left .pro-search form span
{
    display: inline-block;
}
.wrap-left .pro-search form input
{
    line-height: 20px;

    width: 120px;
    height: 20px;
    padding: 0 6px;

    border: 1px solid #00b9ef;
    outline: none;
}
.wrap-left .pro-search form input:focus
{
    border-color: #569b0c;
}
.wrap-left .pro-search form select
{
    outline: none;
}
.wrap-left .pro-search form .submit
{
    font-size: 12px;
    line-height: 26px;

    width: 56px;
    height: 24px;

    cursor: pointer;

    color: #fff;
    background: -webkit-linear-gradient(#454444, #222020);
    background:         linear-gradient(#454444, #222020);
    background-color: #77c820\9;
}
.wrap-left .pro-search form .submit:hover
{
    background: #569b0c;
}
.wrap-left .slick-sideproduct
{
    margin-top: 10px;
}
.wrap-left .slick-sideproduct .item .img-box
{
    padding-bottom: 40%;
}
.wrap-left .side-product
{
    padding: 0 10px 20px 10px;

    border: 1px solid #e7e7e7;
    border-top: none;
}
.wrap-left .side-product ul
{
    overflow: hidden;

    margin-top: 10px;
}
.wrap-left .side-product ul li
{
    margin-top: 8px;
}
.wrap-left .side-product ul li a
{
    font-size: 12px;
    line-height: 26px;

    display: block;

    padding: 0 16px;

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

    border: 1px solid #bebfc1;
    background: -webkit-linear-gradient(#fefefe, #dedfe1);
    background:         linear-gradient(#fefefe, #dedfe1);
}
.wrap-left .side-product ul li a:before
{
    font-family: 'iconfont' !important;

    margin-right: 30px;

    content: '\e612';

    color: #0e417a;
}
.wrap-left .side-product ul li a:hover
{
    color: #fff;
    background: -webkit-linear-gradient(#772326, #5f3031);
    background:         linear-gradient(#772326, #5f3031);
}
.wrap-left .side-product ul li a:hover:before
{
    opacity: 0;
}
.wrap-right
{
    float: left;

    width: 70%;
    padding-left: 30px;
}
.wrap-right .wrap
{
    border: 1px solid #e7e7e7;
}
.wrap-right .location ul li
{
    line-height: 20px;

    display: inline-block;
}
.wrap-right .location ul li a
{
    color: #06c;
}
.wrap-right .location ul li a:after
{
    float: right;

    content: '>';

    color: #666;
}
.wrap-right .location ul li a:hover
{
    text-decoration: underline;
}
.wrap-right .location ul li:last-child a
{
    color: #666;
}
.wrap-right .location ul li:last-child a:after
{
    display: none;
}
.wrap-right .location ul li:last-child a:hover
{
    text-decoration: none;
}
.wrap-about .about
{
    padding: 20px 20px 30px 20px;
}
.wrap-about .about p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-about .about img
{
    max-width: 100%;
}
.wrap-honor .honor
{
    padding: 0 20px 20px 20px;
}
.wrap-honor .honor ul
{
    overflow: hidden;

    margin: 0 -8px;
}
.wrap-honor .honor ul li
{
    float: left;

    width: 33.33333333%;
    padding: 0 8px;
}
.wrap-honor .honor ul li .item
{
    margin-top: 16px;
}
.wrap-honor .honor ul li .item .img-box
{
    padding-bottom: 70%;
}
.wrap-honor .honor ul li .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor ul li .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news
{
    padding: 0 20px 20px 20px;
}
.wrap-news .news .item
{
    position: relative;

    padding-right: 150px;
}
.wrap-news .news .item:before
{
    display: block;
    float: left;

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

    content: '';

    background-color: #fea911;
}
.wrap-news .news .item p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item a
{
    display: block;
}
.wrap-news .news .item .date
{
    line-height: 30px;

    position: absolute;
    top: 0;
    right: 0;
}
.wrap-news .news .item .date span
{
    color: #999;
}
.wrap-news .news .item:hover p
{
    color: #569b0c;
}
.wrap-news-show
{
    padding: 20px;
}
.wrap-news-show .font
{
    font-size: 14px;

    text-align: right;
}
.wrap-news-show .title-news
{
    padding: 20px 0 6px;

    text-align: center;

    border-bottom: 1px dashed #666;
}
.wrap-news-show .title-news h1
{
    font-size: 14px;
    font-weight: bold;
}
.wrap-news-show .title-news p
{
    margin-top: 20px;
}
.wrap-news-show .title-news p span
{
    margin: 0 10px;
}
.wrap-news-show .text
{
    font-size: 14px;

    padding: 20px 0;
}
.wrap-news-show .relate ul li a
{
    line-height: 30px;

    display: inline-block;

    color: #06c;
}
.wrap-news-show .relate ul li a:hover
{
    text-decoration: underline;
}
.wrap-news-show .other
{
    line-height: 30px;

    margin-top: 20px;
}
.wrap-news-show .other b
{
    font-size: 14px;
}
.wrap-news-show .other a
{
    display: inline-block;

    color: #06c;
}
.wrap-news-show .other a:hover
{
    text-decoration: underline;
}
.wrap-product
{
    overflow: hidden;
}
.wrap-product .product
{
    padding: 20px;
}
.wrap-product .product ul
{
    overflow: hidden;

    margin: 0 -8px;
}
.wrap-product .product ul li
{
    float: left;

    width: 25%;
    padding: 0 8px;
}
.wrap-product .product ul li .item
{
    margin-top: 16px;

    text-align: center;
}
.wrap-product .product ul li .item .pic
{
    padding: 4px;

    border: 1px solid #e6e7e7;
}
.wrap-product .product ul li .item .img-box
{
    padding-bottom: 80.64516129%;
}
.wrap-product .product ul li .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product ul li .item p
{
    font-weight: bold;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 10px 0 0 0;

    color: #0068cc;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product ul li .item:hover .pic
{
    border-color: #f60;
    background-color: #fff4ce;
}
.wrap-product .product ul li .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show
{
    overflow: hidden;

    border: none !important;
}
.wrap-product-show .product-show
{
    padding: 20px 0 0 20px;
}
.wrap-product-show .carousel-wrap
{
    font-size: 0;
}
.wrap-product-show .carousel-wrap h1
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 20px 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap h1
    {
        font-size: 26px;
    }
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: top;
    letter-spacing: -8px;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        margin-bottom: 30px;
    }
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 80.64516129%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;

    border: 1px solid #dcdcdc;
}
.wrap-product-show .carousel-wrap .carousel .slider-for:after
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 64px;
    height: 64px;

    content: '';

    background: url(../images/zoom-01.png) no-repeat;
}
.wrap-product-show .carousel-wrap .carousel .row
{
    margin: 0 -5px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    padding: 10px 20px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding-bottom: 1px;

    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border-color: #569b0c;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item
{
    position: relative;
    z-index: 15;

    margin: 0 4px;

    border: 1px solid #dcdcdc;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: -6px;

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

    background: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow
    {
        left: 0;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before
{
    display: inline-block;

    width: 24px;
    height: 38px;

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

    background: url(../images/pre-no.gif) no-repeat;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow:before
    {
        font-size: 16px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    right: -4px;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
    {
        right: 0;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before
{
    background: url(../images/next-no.gif) no-repeat;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover:before
{
    color: #569b0c;
}
.wrap-product-show .carousel-wrap .info-box
{
    display: inline-block;

    width: 50%;
    padding-left: 10%;

    vertical-align: top;
}
.wrap-product-show .carousel-wrap .info .text p
{
    font-size: 12px;
    line-height: 2;
}
.wrap-product-show .carousel-wrap .info .text p span
{
    color: #666;
}
.wrap-product-show .carousel-wrap .info .text p b
{
    font-weight: normal;

    color: #09f;
}
.wrap-product-show .carousel-wrap .info .fun-btn
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info .fun-btn a
{
    font-size: 14px;
    line-height: 40px;

    display: inline-block;

    width: 160px;

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

    border: 1px solid #dcdcdc;
    background: -webkit-linear-gradient(#fefefe, #eee);
    background:         linear-gradient(#fefefe, #eee);
}
.wrap-product-show .carousel-wrap .info .fun-btn a:hover
{
    color: #fff;
    background: -webkit-linear-gradient(#77c820, #569b0c);
    background:         linear-gradient(#77c820, #569b0c);
}
.wrap-product-show .relate
{
    margin-top: 30px;
}
.wrap-product-show .relate a
{
    line-height: 2;

    display: block;

    color: #007dcc;
}
.wrap-product-show .relate a:hover
{
    text-decoration: underline;

    color: #569b0c;
}
.wrap-product-show .carousel-btn ul li
{
    line-height: 2;
}
.wrap-product-show .carousel-btn ul li a
{
    line-height: 2;

    display: inline-block;

    color: #007dcc;
}
.wrap-product-show .wrap-parameter
{
    margin-top: 20px;
}
.wrap-product-show .wrap-parameter .title-parameter:after
{
    display: block;

    width: 100%;
    height: 1px;
    margin-top: -4px;

    content: '';

    background-color: #656565;
}
.wrap-product-show .wrap-parameter .title-parameter h2
{
    font-size: 14px;
    line-height: 32px;

    width: 96px;
    margin: 0;

    text-align: center;

    color: #fff;
    background: url(../images/tab-current.gif) no-repeat;
}
.wrap-product-show .wrap-parameter .text
{
    padding: 20px 0;
}
.wrap-product-show .wrap-parameter .text p
{
    font-size: 14px;
    line-height: 2;
}
.wrap-product-show .keyword p
{
    line-height: 2;
}
.wrap-product-show .keyword p a
{
    padding: 0 4px;

    color: #09f;
}
.wrap-product-show .keyword p a:hover
{
    text-decoration: underline;
}
.wrap-product-show .wrap-message
{
    margin-top: 30px;
}
.wrap-product-show .wrap-message .title-message:after
{
    display: block;

    width: 100%;
    height: 1px;
    margin-top: -4px;

    content: '';

    background-color: #656565;
}
.wrap-product-show .wrap-message .title-message h2
{
    font-size: 14px;
    line-height: 32px;

    width: 96px;
    margin: 0;

    text-align: center;

    color: #fff;
    background: url(../images/tab-current.gif) no-repeat;
}
.wrap-product-show .wrap-message p
{
    line-height: 2;

    margin: 20px 0;
}
.wrap-product-show .wrap-message form
{
    margin-top: 10px;
}
.wrap-product-show .wrap-message .item
{
    margin-top: 10px;
}
.wrap-product-show .wrap-message .item input,
.wrap-product-show .wrap-message .item textarea
{
    line-height: 20px;

    width: 100%;
    min-height: 40px;
    padding: 10px 20px;

    border: 1px solid #eee;
    background-color: #fff;
}
.wrap-product-show .wrap-message .item input::-webkit-input-placeholder,
.wrap-product-show .wrap-message .item textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .wrap-message .item input:-o-placeholder,
.wrap-product-show .wrap-message .item textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .wrap-message .item input::-moz-placeholder,
.wrap-product-show .wrap-message .item textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .wrap-message .item input:-ms-input-placeholder,
.wrap-product-show .wrap-message .item textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .wrap-message .item input:focus::-webkit-input-placeholder,
.wrap-product-show .wrap-message .item textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .wrap-message .item input:focus::-o-placeholder,
.wrap-product-show .wrap-message .item textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .wrap-message .item input:focus::-moz-placeholder,
.wrap-product-show .wrap-message .item textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .wrap-message .item input:focus::-ms-input-placeholder,
.wrap-product-show .wrap-message .item textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .wrap-message .item.read input::-webkit-input-placeholder,
.wrap-product-show .wrap-message .item.read textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .wrap-message .item.read input:-o-placeholder,
.wrap-product-show .wrap-message .item.read textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .wrap-message .item.read input::-moz-placeholder,
.wrap-product-show .wrap-message .item.read textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .wrap-message .item.read input:-ms-input-placeholder,
.wrap-product-show .wrap-message .item.read textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .wrap-message .item.read input:focus::-webkit-input-placeholder,
.wrap-product-show .wrap-message .item.read textarea:focus::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .wrap-message .item.read input:focus::-o-placeholder,
.wrap-product-show .wrap-message .item.read textarea:focus::-o-placeholder
{
    color: #666;
}
.wrap-product-show .wrap-message .item.read input:focus::-moz-placeholder,
.wrap-product-show .wrap-message .item.read textarea:focus::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .wrap-message .item.read input:focus::-ms-input-placeholder,
.wrap-product-show .wrap-message .item.read textarea:focus::-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .wrap-message .item .submit
{
    font-size: 14px;

    display: block;

    width: 160px;
    height: 40px;
    margin: 0 auto;
    padding: 0;

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

    color: #666;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    background: -webkit-linear-gradient(#fefefe, #eee);
    background:         linear-gradient(#fefefe, #eee);
}
.wrap-product-show .wrap-message .item .submit:hover
{
    color: #fff;
    background: -webkit-linear-gradient(#77c820, #569b0c);
    background:         linear-gradient(#77c820, #569b0c);
    background-color: #77c820\9;
}
.wrap-contact .contact
{
    padding: 20px;
}
.wrap-contact .contact p
{
    font-size: 14px;
    line-height: 2;
}
.wrap-contact .contact .map
{
    height: 550px;
    margin-top: 30px;

    border: 1px solid #dcdcdc;
}
.BMap_Marker
{
    background: none !important;
}
.BMap_Marker img
{
    display: none;
}
.BMap_noprint
{
    background: none !important;
}
.BMap_noprint:before
{
    font-family: 'iconfont';
    font-size: 25px;

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

    float: left;

    content: '\e60d';

    color: #df0000;
    background: none;
}
.BMapLabel
{
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 32px !important;

    position: relative !important;
    top: -30px !important;
    left: 20px !important;

    display: block;

    width: 100% !important;
    height: 32px;

    color: #df0000 !important;
    border: none !important;
    border-radius: 4px;
    background: none !important;
}
.wrap-message .message
{
    padding: 20px;
}
.wrap-message .message ul li
{
    overflow: hidden;

    margin-top: 10px;
}
.wrap-message .message ul li p
{
    display: inline-block;

    width: 100px;
    margin: 0;

    text-align: right;
    vertical-align: top;

    color: #666;
}
.wrap-message .message ul li p span
{
    color: #f60;
}
.wrap-message .message ul li select
{
    outline: none;
}
.wrap-message .message ul li input
{
    line-height: 22px;

    width: 180px;
    height: 22px;
    padding: 0 10px;

    border: 1px solid #ddd;
    background-color: #fff;
}
.wrap-message .message ul li input:focus
{
    border-color: #aaa;
}
.wrap-message .message ul li textarea
{
    line-height: 22px;

    width: 300px;
    padding: 0 10px;

    resize: vertical;

    border: 1px solid #ddd;
    background-color: #fff;
}
.wrap-message .message ul li textarea:focus
{
    border-color: #aaa;
}
.wrap-message .message ul li .tips
{
    display: inline-block;

    width: 120px;
    padding-left: 10px;

    color: #999;
}
.wrap-message .message ul li .attention
{
    display: inline-block;

    width: 300px;
    padding-left: 10px;

    vertical-align: top;

    color: #999;
}
.wrap-message .message ul li .code
{
    display: inline-block;

    width: 300px;

    vertical-align: top;
}
.wrap-message .message ul li .submit
{
    line-height: 30px;

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

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

    border: 1px solid #b6b6b6;
    border-radius: 4px;
    background: -webkit-linear-gradient(#fbfbfb, #d6d6d6);
    background:         linear-gradient(#fbfbfb, #d6d6d6);
}
.wrap-message .message ul li .submit:hover
{
    color: #fff;
    border-color: #569b0c;
    background: #569b0c;
}
.wrap-message .message ul li:nth-child(3) .attention
{
    margin-left: 100px;
}
.wrap-download .download
{
    margin-top: -20px;
    padding: 10px;
}
.wrap-download .download ul
{
    overflow: hidden;

    margin: 0 -8px;
    padding: 10px;
}
.wrap-download .download ul li
{
    float: left;

    width: 50%;
    padding: 0 8px;
}
.wrap-download .download .item
{
    font-size: 0;

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

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

    border: 1px solid #ececec;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}
.wrap-download .download .item .pic
{
    display: inline-block;

    width: 40%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-download .download .item .pic
    {
        width: 40%;
    }
}
.wrap-download .download .item .img-box
{
    padding-bottom: 130%;
}
.wrap-download .download .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-download .download .item .note
{
    display: inline-block;

    width: 60%;
    padding: 10px 10px 10px 10px;

    vertical-align: middle;
}
.wrap-download .download .item .note h3
{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-download .download .item .note p
{
    font-size: 12px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-download .download .item .note a.down
{
    font-size: 14px;

    display: block;

    margin-top: 10px;

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

    color: #569b0c;
}
.wrap-download .download .item .note a.down:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    content: '\e62b';
    vertical-align: middle;
}
.wrap-download .download .item .note a.down:hover
{
    color: #569b0c;
}
.wrap-download .download .item:hover
{
    border-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.wrap-download .download .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 30px;
}
.page .totalcount
{
    float: left;

    color: #666;
}
.page .jump
{
    line-height: 20px;

    float: right;
}
.page .jump .textinput
{
    line-height: 20px;

    width: 25px;
    margin: 0 1px;

    text-align: center;

    color: #000;
    border: 1px solid #8db5d7;
}
.page .jump .pgbtn
{
    width: 26px;
    height: 20px;
    padding: 0;

    cursor: pointer;
    text-align: center;

    border: 1px solid #d3d3d4;
    background: -webkit-linear-gradient(#ebebeb, #ebebeb);
    background:         linear-gradient(#ebebeb, #ebebeb);
}
.page .jump .pgbtn:hover
{
    color: #fff;
    border-color: #569b0c;
    background: #569b0c;
}
.page .number
{
    float: right;
}
.page .number a
{
    line-height: 20px;

    display: inline-block;

    margin-right: 2px;
    padding: 0 6px;

    border: 1px solid #d2d2d3;
    background: -webkit-linear-gradient(#fdfdfd 50%, #ededed 50%);
    background:         linear-gradient(#fdfdfd 50%, #ededed 50%);
}
.page .number a:hover
{
    color: #fff;
    border-color: #569b0c;
    background: #569b0c;
}
.fancybox-caption
{
    font-size: 16px;

    text-align: center;

    border: none;
}
.lazy
{
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.stuck
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 70px !important;

    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}
.stuck .logo
{
    margin-top: 6px;
}
.stuck .nav > ul > li > a
{
    line-height: 70px;
}
.stuck .nav .nav-list1 > li.more > a:after
{
    margin-top: 28px;
}
.stuck .find
{
    margin-top: 22px;
}
.stuck .cart
{
    margin-top: 13px;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
table
{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;
}
table tr,
table td
{
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
table tr:nth-child(odd)
{
    background-color: #f2f2f2;
}
table td
{
    padding: 8px !important;

    border: 1px solid #ccc !important;
}
table tr p,
table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.zoomDiv
{
    z-index: 9;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 1;

    cursor: move;

    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}



#act{
    color: #fff;
    background: -webkit-linear-gradient(#772326, #5f3031);
    background: linear-gradient(#772326, #5f3031);
}
#actt{
    color: #fff;
    border-color: #569b0c;
    background: #569b0c;
}
