@charset 'utf-8';
@font-face
{
    font-family: 'montserratlight';

    src: url('font/montserrat-light-webfont.eot');
}

@font-face
{
    font-family: 'montserratmedium';

    src: url('font/montserrat-medium-webfont.eot');
}

@font-face
{
    font-family: 'montserratregular';

    src: url('montserrat-regular-webfont.eot');
}

@font-face
{
    font-family: 'Niagara Solid';

    src: url('font/NiagaraSolid-Reg.eot');
}

.md
{
    font-family: 'montserratmedium';
}
.mr
{
    font-family: 'montserratregular';
}
.ns
{
    font-family: 'Niagara Solid';
}
@-ms-viewport
{
    width: auto !important;
}
.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body
{
    font-family: 'montserratlight', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1440px)
{
    .container
    {
        width: 1440px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px)
{
    .container
    {
        width: 1200px;
    }
}
@media (min-width: 1800px)
{
    .index-wrap .container
    {
        width: 1800px;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1799px)
{
    .index-wrap .container
    {
        width: 1440px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px)
{
    .index-wrap .container
    {
        width: 1200px;
    }
}
.lazy
{
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
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;
}
*[data-type='iframe']
{
    outline: none !important;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
textarea
{
    overflow: auto;
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.page
{
    text-align: center;
}
.page li
{
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;
    margin: 0 3px;

    cursor: pointer;
    text-align: center;

    color: #999;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .page li
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
        margin: 0 1px;
    }
}
.page li.active,
.page li:hover
{
    color: #fff;
    border-color: #85c226;
    background-color: #85c226;
}
.page li a
{
    display: block;
}
.page li.prev,
.page li.next
{
    color: #fff;
    background-color: #ddd;
}
.page li.prev:hover,
.page li.next:hover
{
    border-color: #85c226;
    background-color: #85c226;
}
@media (min-width: 481px)
{
    .page li.prev
    {
        margin-right: 26px;
    }
}
@media (min-width: 481px)
{
    .page li.next
    {
        margin-left: 26px;
    }
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
@media (max-width: 767px)
{
    .table-box
    {
        padding: 0 5px;
    }
}
table
{
    width: 100%;
    max-width: 98%;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;
}
table tr,
table td
{
    width: auto !important;
    height: auto !important;
}
table td
{
    padding: 5px !important;

    border: 1px solid #cecece !important;
}
table tr p,
table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.language-box
{
    position: relative;

    display: none;
}
.language-box p
{
    margin: 0;

    color: #999;
}
.language-box p:before,
.language-box p:after
{
    display: inline-block;

    content: '';
    vertical-align: middle;
}
.language-box p:before
{
    width: 24px;
    height: 24px;
    margin-right: 5px;

    border-radius: 50%;
    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 200% auto;
}
.language-box p:after
{
    width: 0;
    height: 0;
    margin-left: 5px;

    border-width: 3px 3px 0 3px;
    border-style: solid;
    border-color: #999 transparent transparent transparent;
}
.language-box p.en:before
{
    background-position: 0 100%;
}
.language-box p.cn:before
{
    background-position: 100% 100%;
}
@media (min-width: 768px)
{
    .language-box ul
    {
        position: absolute;
        left: 50%;

        display: none;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.language-box ul li a
{
    display: block;

    color: #fff;
}
.language-box ul li a:before
{
    display: inline-block;
    overflow: hidden;

    width: 22px;
    height: 22px;
    margin-right: 5px;

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 200% auto;
}
.language-box ul li a:hover
{
    text-decoration: underline;
}
.language-box ul .en a:before
{
    background-position: 0 100%;
}
.language-box ul .cn a:before
{
    background-position: 100% 100%;
}
.language-box.language-header
{
    padding-top:21px;
}
.language-box.language-header ul
{
    z-index: 10;
    top: 100%;

    padding: 10px 13px;

    text-align: left;

    background-color: #fff;
    box-shadow: 0 0 14px 2px rgba(0, 0, 0, .1);
}
.language-box.language-header li
{
    margin: 0 12px;

    white-space: nowrap;
}
.language-box.language-header li:first-child
{
    margin-bottom: 12px;
}
.language-box.language-header li a
{
    color: #666;
}
.header
{ width:100%;
    zoom: 1; position:fixed; z-index:999; background:rgba(0,0,0,.3);
    -webkit-transition: .3s;
            transition: .3s;

    color: #666;
}
.header:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .logo
{
    float: left;

    text-align: center;
}
.header .logo a
{
    display: block;
    width: auto;
    max-width: 100%;
    padding-top:18px;
}
@media (max-width: 991px)
{
    .header .logo a
    {
        padding: 5px 0;
    }
	

}
@media (max-width: 767px)
{
    .header .logo a
    {
        max-width: 170px;
        padding: 10px 0;
    }
}
.header .logo img
{
    display: block;

    width: 88%;
}
.header .right-box
{
    float: right;


}
.header .right-box img{ width:80%;}

@media (max-width: 1439px)
{
    .header .right-box
    {
        margin-left: 20px;
    }
}
@media (min-width: 1320px)
{
    .header .right-box
    {
        text-align: center;
    }
}
@media (max-width: 991px)
{
    .header .right-box
    {
        margin-left: 0;
    }
}
.header .find
{
    display: inline-block;

    margin-left: 20px;

    cursor: pointer;
    vertical-align: middle;
}
.header .find:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;

    content: '\e660';

    color: #999;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px)
{
    .header .find
    {
        margin-top: 30px;
        margin-right: 15px;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        margin: 25px 0 0 0;
    }
}
.header .language-box
{
    display: inline-block;

    cursor: pointer;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .language-box
    {
        display: none;
    }
	.header .logo img{ width:100%; margin:10px 0 0 15px;}
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    margin-top: 30px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer; 
	z-index:9999;
    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;

        margin-top: 22px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 30px;

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        margin-top: 17px;

        border: none;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 25px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 25px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav
{
    float: left;
}
@media (min-width: 1320px)
{
    .header .nav
    {
        text-align: center;
    }
}
@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: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition:         transform .3s;
                transition:         transform .3s, -webkit-transform .3s;
        text-align: left;
        text-align: center;


        background:rgba(0,0,0,.5);
    }
    .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: 25px;
    }
}
.header .nav.left-100
{
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200
{
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300
{
    -webkit-transform: translate3d(-300%, 0, 0);
            transform: translate3d(-300%, 0, 0);
}
.header .nav .nav-list1
{
    position: relative;

    zoom: 1;
}
.header .nav .nav-list1:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        float: left;

        margin: 0 35px;
    }
    .header .nav .nav-list1 > li:nth-child(4) .nav-list2
    {
        text-align: left;
    }
    .header .nav .nav-list1 > li:hover > a
    {
        color: #85c226;
    }
    .header .nav .nav-list1 > li > a
    {
        font-family: 'montserratmedium';
        font-size: 18px;

        position: relative;

        display: block;

        padding: 34px 0;

        text-transform: uppercase;

        color: #fff;
    }
    .header .nav .nav-list1 > li.more:hover > a
    {
        color: #85c226;
    }
    .header .nav .nav-list1 .nav-list2,
    .header .nav .nav-list1 .nav-list3,
    .header .nav .nav-list1 .nav-list4
    {
        display: none;

        text-align: left;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;
        left: 50%;

        min-width: 100%;
        padding: 10px 0;

        background-color: #fff;
        box-shadow: 0 0 14px 2px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        position: relative;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        position: relative;

        display: block;

        padding: 6px 23px 6px 20px;

        color: #666;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        color: #85c226;
    }
    .header .nav .nav-list1 .nav-list3,
    .header .nav .nav-list1 .nav-list4
    {
        position: absolute;
        top: 0;
        left: 100%;
    }
    .header .nav .nav-list1 .nav-list3 li > a,
    .header .nav .nav-list1 .nav-list4 li > a
    {
        position: relative;

        padding: 11px 30px 15px 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1799px)
{
    .header .nav .nav-list1 > li
    {
        margin: 0 26px;
    }
}
@media (min-width: 1200px) and (max-width: 1439px)
{
    .header .nav .nav-list1 > li
    {
        margin: 0 17px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        white-space: nowrap;

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3,
    .header .nav .nav-list4
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a,
    .header .nav .nav-list4 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a,
.header .nav .nav-list4 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a,
    .header .nav .nav-list4 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3,
.header .nav-4
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3,
    .header .nav-4
    {
        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:rgba(0,0,0,.5);
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top,
.header .nav-4 .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,
.header .nav-4 .nav-top .back-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-style: normal;

    content: '\e9b5';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2,
.header .nav-4 .nav-top h2
{
    font-size: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2,
    .header .nav-4 .nav-top h2
    {
        font-size: 20px;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2,
.header .nav-4 .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,
.header .nav-4 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #000;
}
.header .nav-2 .content,
.header .nav-3 .content,
.header .nav-4 .content
{
    margin-top: 12%;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul,
    .header .nav-4 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li,
.header .nav-4 .content ul li
{
    font-size: 20px;

    margin: 25px 0;

    text-align: left;
    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li,
    .header .nav-4 .content ul li
    {
        margin: 15px 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more,
.header .nav-4 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after,
.header .nav-4 .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,
.header .nav-4 .content ul li a
{
    display: block;

    padding-right: 20px;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 19px;
}
.header .nav-4
{
    left: 300%;
}
.header .nav-4 .content ul li
{
    font-size: 18px;
}
.header .search-wrap
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background-color: rgba(0, 0, 0, .97);
}
.header .search-wrap.active .search
{
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
}
.header .search-wrap .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 800px;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;

    -webkit-transition: 1s;
            transition: 1s;
    -webkit-transform: translateY(-50%) scale(.2);
        -ms-transform: translateY(-50%) scale(.2);
            transform: translateY(-50%) scale(.2);

    border: none;
    border-radius: 0;
}
.header .search-wrap .search p
{
    margin-bottom: 50px;

    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.header .search-wrap .search .input-text
{
    font-size: 20px;
    line-height: 40px;

    width: 100%;
    padding: 0 35px 5px 20px;

    text-align: center;

    color: #fff;
    border-bottom: 3px solid #1f1e1e;
    background: none;
}
@media (max-width: 767px)
{
    .header .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.header .search-wrap .search .input-submit
{
    line-height: 36px;

    position: absolute;
    right: 0;
    bottom: 10px;

    width: 50px;

    background: none;
}
.header .search-wrap .search .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    content: '\e660';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .search-wrap .search-close
{
    position: absolute;
    top: 30px;
    right: 10%;

    cursor: pointer;
}
.header .search-wrap .search-close:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-style: normal;

    content: '\e61b';

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.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.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        zoom: 1;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li:after
    {
        display: block;
        visibility: hidden;
        clear: both;

        height: 0;

        content: '';
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more > a:before
    {
        font-family: 'iconfont' !important;
        font-size: 25px;
        font-style: normal;

        content: '\e72f';

        color: #fff;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 26px;
        line-height: 55px;

        display: inline-block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li
    {
        height: 55px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-width: 991px)
{
    .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);
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more
    {
        padding-right: 10px;

        -webkit-transition: padding-right .5s;
                transition: padding-right .5s;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more > a:before
    {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width: 1199px) and (max-width: 991px)
{
    .header .fade-out ul.nav-list1 > li.more > a:before
    {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more.show
    {
        padding-right: 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 22px;
        line-height: 46px;
    }
}
@media (max-width: 1199px) and (max-width: 767px) and (max-height: 550px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        line-height: 44px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header .fade-out .nav-list2
    {
        position: absolute;
        top: 50%;
        left: 100%;

        padding: 0 20%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .header .fade-out .nav-list2 li
    {
        text-transform: capitalize;
    }
}
.header .xs-language
{
    position: absolute;
    bottom: 30px;
    left: 0;

    width: 100%;
    padding-left: 25px;

    text-align: left;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    white-space: nowrap;

    color: #fff;
}
.header .xs-language a.active
{
    text-decoration: underline;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
/* @media (max-width: 1199px)
{
    .banner .slick
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slick
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
} */
.banner .slick-dots
{
    position: absolute;
    bottom: 25px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 5%;

        display: none;
    }
}
.banner .slick-dots li
{
    display: inline-block;

    width: 12px;
    height: 6px;
    margin: 0 3px;

    cursor: pointer;
    -webkit-transition: all .3s;
            transition: all .3s;

    opacity: 1;
    border-radius: 4px;
    background: #fff;
}
.banner .slick-dots li:hover
{
    background-color: #85c226;
}
.banner .slick-dots li.slick-active
{
    width: 30px;

    background-color: #f1a718;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .img-box
{
    padding-bottom: 45.3125%;
}
.banner img
{
    display: block;

    width: 100%;
}
.index-pro-list
{
    padding: 40px 0 30px 0;
}


@media (max-width: 1199px)
{
    .index-box
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 20px 0 15px 0;
		
    }
	
	.index-pro-list .ssl-img-box{ right:0;}
}
.index-box h3
{
    font-family: 'Niagara Solid';
    font-size: 28px;
    font-weight: bold;
    margin: 0; text-align:center;
	color:#f1a718;
}

@media (max-width: 1199px)
{
    .index-box h3
    {
        font-size: 25px;
    }
}
@media (max-width: 991px)
{
    .index-box h3
    {
        font-size: 25px;
    }
}
@media (max-width: 767px)
{
    .index-box h3
    {
        font-size: 22px;
    }
	.index-box h4{ font-size:14px; color:#aaa;}
	.index-pro-list .introduce h4{ font-size:14px !important}
	
}

.abintro{ width:100%; margin:0 auto;}
.abintro img{ max-width:100%;}
.index-pro-list ul
{
    margin-top: -25px;
}
.index-pro-list li
{
    margin-top: 25px;
}

.index-pro-list .item
{
    position: relative;

    zoom: 1;

 

    color: #fff;
}
.index-pro-list .item:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}

.index-about .introduce-box .img-box img { border-radius:80px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;}


.index-pro-list .ssl-img-box{ position: relative;
    z-index: 1;
    display: block;
    overflow: hidden; top:30px;
    height: 0; right:60px;
    padding-bottom: 46.824843%;}
	
.ssl-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;}
	
.index-pro-list .lc-img-box{ position: relative;
    z-index: 1;
    display: block;
    overflow: hidden; top:30px;
    height: 0; 
    padding-bottom: 36.963285%;}

.lc-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;}		
	
	.index-pro-list .cp-img-box{ position: relative;
    z-index: 1;
    display: block;
    overflow: hidden; top:30px;
    height: 0; 
    padding-bottom: 83.33333%; margin-bottom:40px;}
	
	
.cp-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;}	
	

	.index-pro-list .jm-img-box{ position: relative;
    z-index: 1;
    display: block;
    overflow: hidden; top:30px;
    height: 0; 
    padding-bottom: 66.7567568%; margin-bottom:40px;}
	
	
.jm-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;}	

.index-pro-list .zpp-img-box{ position: relative;
    z-index: 1;
    display: block;
    overflow: hidden; top:0;
    height: 0; 
    padding-bottom: 26.2054507%;}

.zpp-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;}	
	
.index-pro-list .btom-img-box{ position: relative;
    z-index: 1;
    display: block;
    overflow: hidden; 
    height: 0; 
    padding-bottom: 27.670662%;}
	
.btom-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;}		
	

@media only screen and (min-width: 1440px) and (max-width: 1799px)
{
    .index-pro-list .item
    {
    
    }
}
@media (max-width: 1199px)
{
    .index-pro-list .item
    {
        padding: 15px 5px 15px 10px;
    }
}
.index-pro-list .item .pic-box
{
    position: relative;

    float: left;

    width: 120px;
    height: 120px;
    margin-right: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1439px)
{
    .index-pro-list .item .pic-box
    {
        float: none;

        margin: 0 auto;
    }
}
@media (max-width: 991px)
{
    .index-pro-list .item .pic-box
    {
        width: 110px;
        height: 110px;
        margin-right: 10px;
    }
	.index-pro-list .ssl-img-box{ right:0; top:10px;}
	.index-pro-list .lc-img-box{ top:10px;}
	.index-pro-list .about-box{ width:94%; margin:0 auto;}
	
}
@media (max-width: 320px)
{
    .index-pro-list .item .pic-box
    {
        float: none;

        margin: 0 auto;
    }
}
.index-pro-list .item .pic-box:after
{
    position: absolute;
    z-index: 5;
    top: 4px;
    left: 4px;

    width: 100%;
    height: 100%;

    content: '';

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .15);
}
.index-pro-list .item .img-box
{
    z-index: 10;

   
}
.index-pro-list .item .introduce
{
    float: left;

    width: 60%;
}
@media only screen and (min-width: 1440px) and (max-width: 1799px)
{
    .index-pro-list .item .introduce
    {
        width: 50%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1439px)
{
    .index-pro-list .item .introduce
    {
        width: 100%;
    }
}
@media (max-width: 320px)
{
    .index-pro-list .item .introduce
    {
        width: 100%;
    }
}
.index-pro-list .item .introduce h4
{
    font-family: 'Niagara Solid';
    font-size: 30px;

    margin: 15px 0;
}
.index-pro-list .item .introduce p
{
    line-height: 2.14285714;

    margin: 0;
}
.index-pro-list .item .introduce p a
{
    position: relative;

    display: block;

    padding-left: 10px;
}
.index-pro-list .item .introduce p a:before
{
    font-weight: bold;

    position: absolute;
    top: 0;
    left: 0;

    content: '·';
}
.index-pro-list .item .introduce p a:hover
{
    text-decoration: underline;
}
.index-pro-list .item .introduce a.more
{
    display: block;

    margin-top: 25px;
}
.index-pro-list .item .introduce a.more:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    display: block;

    content: '\e610';
    -webkit-transition: .4s;
            transition: .4s;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-pro-list .item .introduce a.more:hover:before
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}
@media (max-width: 1439px)
{
    .index-pro-list .item .introduce a.more
    {
        margin-top: 10px;
    }
}
.index-pro-list .item .num
{
    font-family: 'Niagara Solid';
    font-size: 60px;
    font-style: italic;
    line-height: 1;

    position: absolute;
    z-index: 10;
    right: 0;
    bottom: -8px;

    display: block;

    padding: 0 10px;

    opacity: .5;
}
.index-product
{
    padding-bottom: 0;

    background-color: #f6f6f6;
}
.index-product .title
{
    text-align: center;
}
.index-product .tab-nav
{
    margin: 30px 0 50px 0;
}
@media (max-width: 1199px)
{
    .index-product .tab-nav
    {
        margin: 25px 0 40px 0;
    }
}
@media (max-width: 991px)
{
    .index-product .tab-nav
    {
        margin: 20px 0 30px 0;
    }
}
.index-product .tab-nav li
{
    font-family: 'montserratregular';
    font-size: 16px;

    display: inline-block;

    vertical-align: middle;

    color: #999;
}
.index-product .tab-nav li.active span,
.index-product .tab-nav li:hover span
{
    color: #85c226;
}
@media only screen and (min-width: 768px)
{
    .index-product .tab-nav li:first-child:before,
    .index-product .tab-nav li:after
    {
        display: inline-block;

        width: 1px;
        height: 10px;

        content: '';
        vertical-align: middle;

        background-color: #d1d4db;
    }
}
@media (max-width: 767px)
{
    .index-product .tab-nav li
    {
        font-size: 14px;
    }
}
.index-product .tab-nav li span
{
    display: inline-block;

    padding: 0 40px;

    cursor: pointer;
}
@media (max-width: 991px)
{
    .index-product .tab-nav li span
    {
        padding: 0 14px;
    }
}
@media (max-width: 767px)
{
    .index-product .tab-nav li span
    {
        line-height: 2;

        padding: 0 5px;
    }
}
.index-product .slick-dots
{
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .index-product .slick-dots
    {
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .index-product .slick-dots
    {
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .index-product .slick-dots
    {
        margin-top: 10px;
    }
}
.index-product .slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 3px;

    cursor: pointer;
    -webkit-transition: all .3s;
            transition: all .3s;

    opacity: 1;
    border-radius: 10px;
    background: #d1d4db;
}
.index-product .slick-dots li:hover
{
    background-color: #85c226;
}
.index-product .slick-dots li.slick-active
{
    background-color: #85c226;
}
.index-product .slick-dots li button
{
    display: none;
}
.index-product .tab-list .img-box
{
    padding-bottom: 64.28571429%;
}
.index-product .tab-list .list
{
    display: none;
    zoom: 1;

    border-top: 1px solid #d1d4db;
}
.index-product .tab-list .list:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.index-product .tab-list .list:first-child
{
    display: block;
}
.index-product .tab-list .item
{
    float: left;

    width: 25%;
    padding: 2% 1.6%;

    border-right: 1px solid #d1d4db;
    border-bottom: 1px solid #d1d4db;
}
@media (max-width: 1199px)
{
    .index-product .tab-list .item
    {
        width: 33.333%;
    }
}
@media (max-width: 991px)
{
    .index-product .tab-list .item
    {
        width: 33.333%;
    }
}
@media (max-width: 767px)
{
    .index-product .tab-list .item
    {
        width: 50%;
    }
}
.index-product .tab-list .item h4
{
    font-family: 'Niagara Solid';
    font-size: 30px;

    overflow: hidden;

    margin: 0 0 45px 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 1199px)
{
    .index-product .tab-list .item h4
    {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px)
{
    .index-product .tab-list .item h4
    {
        font-size: 26px;

        margin-bottom: 15px;
    }
}
@media (max-width: 767px)
{
    .index-product .tab-list .item h4
    {
        font-size: 24px;

        margin: 15px 0;
    }
}
.index-about
{
    position: relative;

    padding-top: 80px;
}
@media (max-width: 1439px)
{
    .index-about
    {
        padding-top: 100px;
    }
}
@media (max-width: 1199px)
{
    .index-about
    {
        padding-top: 80px;
    }
}
@media (max-width: 991px)
{
    .index-about
    {
        padding-top: 15px;
    }
	
  .index-about .introduce-box .img-box img { border-radius:3px; padding:0 15px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;}
	
		#dialog{ display:none !important;}
	
}
.index-about:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 800px;

    content: '';

    background: url(../images/about-bg.jpg) no-repeat center top fixed;
}
@media (max-width: 1439px)
{
    .index-about:before
    {
        height: 350px;
    }
}
@media (max-width: 1199px)
{
    .index-about:before
    {
        height: 280px;
    }
}
.index-about h3
{
    margin:6px auto; 
}
@media (max-width: 1799px)
{
    .index-about h3
    {
        margin-top: 15px;
    }
}
.index-about h3:after
{
    /*display: block;

    width: 80px;
    height: 1px;

    content: '';

    background-color: #d1d4db;*/
}
@media (min-width: 1440px)
{
    .index-about .about-box
    {
        width: 65%;
        margin: 0 auto;
    }
	
	  .index-pro-list .about-box
    {
        width: 80%;
        margin: 0 auto; 
    }
}
.index-about .introduce-box
{
    position: relative;
    z-index: 2;

}
.index-about .pic-box
{
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-about .pic-box
    {
        margin-top: 80px;
    }
}
.index-about .pic-box .slick-slide > div
{
    font-size: 0;

    letter-spacing: -8px;
}
.index-about .pic-box .about-btn
{
    font-size: 0;

    position: absolute;
    bottom: 10px;
    left: 10px;

    text-align: center;
    letter-spacing: 0;
}
.index-about .pic-box .about-btn span
{
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    background-color: #fff;

         -o-user-select: none;
}
@media (max-width: 767px)
{
    .index-about .pic-box .about-btn span
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.index-about .pic-box .about-btn span:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    color: #d1d4db;
}
.index-about .pic-box .about-btn span:hover
{
    background-color: #d1d4db;
}
.index-about .pic-box .about-btn span:hover:before
{
    color: #fff;
}
.index-about .pic-box .about-btn .prev
{
    border-right: 1px solid #d1d4db;
}
.index-about .pic-box .about-btn .prev:before
{
    content: '\e9b5';
}
.index-about .pic-box .about-btn .next:before
{
    content: '\e72f';
}
.index-about .img-box
{
    padding-bottom: 53.3333333%;
}
.index-about .introduce
{ padding-bottom:20px;
}
@media (max-width: 1199px)
{
    .index-about .introduce
    {
        padding-bottom: 15px;
    }
}
@media (max-width: 991px)
{
    .index-about .introduce
    {
        padding: 15px;
    }
}
.index-about .introduce h4
{
    font-family: 'montserratmedium';
    font-size: 16px;
    line-height: 2;
	text-align:center; color:#aaa;
    display: block; margin:0 auto;
    margin-bottom: 10px;
}


.index-pro-list .introduce h4
{
    font-family: 'montserratmedium';
    font-size: 16px;
    line-height: 2;
	text-align:center; color:#aaa;
    display: block; margin:0 auto;
    margin-bottom: 10px;
}


@media (max-width: 1799px)
{
    .index-about .introduce span
    {
        margin-bottom: 10px;
    }
}
.index-about .introduce p
{
    line-height: 2; font-size:16px;
    margin: 0;

    color: #2c2c2c;
}
.index-about .introduce a.more
{
    line-height: 46px;

    display: block;

    width: 210px;
    height: 50px;
    margin-top: 70px;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #bbb;
    border: 2px solid #d1d4db;
    border-radius: 50px;
}
@media (max-width: 1799px)
{
    .index-about .introduce a.more
    {
        margin-top: 35px;
    }
}
@media (max-width: 991px)
{
    .index-about .introduce a.more
    {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px)
{
    .index-about .introduce a.more
    {
        line-height: 41px;

        width: 160px;
        height: 45px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 992px)
{
    .index-about .introduce a.more:hover
    {
        color: #fff;
        background-color: #d1d4db;
    }
}
.index-about .introduce a.more:after
{
    font-family: 'iconfont' !important;
    font-style: normal;

    margin-left: 12px;

    content: '\e72f';
    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-about .slogan
{
    margin: 30px 0;

    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .index-about .slogan
    {
        letter-spacing: 2px;
    }
}
.index-num
{
    overflow: hidden;

    padding: 50px 0 15px 0;

 
}
@media (max-width: 1199px)
{
    .index-num
    {
        padding: 35px 0;
    }
}
@media (max-width: 767px)
{
    .index-num
    {
        padding: 0;

        border: none;
    }
}
.index-num ul
{
    font-size: 0;

    letter-spacing: -8px;
}
@media (max-width: 991px)
{
    .index-num ul
    {
        margin-top: -15px;
    }
}
.index-num ul li
{
    font-size: 22px;

    display: inline-block;

    width: 33%;
    padding: 0 50px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1799px)
{
    .index-num ul li
    {
        padding: 0 20px;
    }
}
@media (max-width: 1199px)
{
    .index-num ul li
    {
        padding: 0 10px;
    }
}
@media (max-width: 991px)
{
    .index-num ul li
    {
        width: 33%;
        margin-top: 15px;
        padding: 0 50px;
    }
}
@media (max-width: 767px)
{
    .index-num ul li
    {
        padding: 0;
    }
}
@media (max-width: 320px)
{
    .index-box h3 {
    font-size: 20px;
}

.index-about .introduce p {
    line-height: 2;
    font-size: 13px;
    margin: 0;
    color: #2c2c2c;
}

.index-num .item .timer {
    font-size: 26px;
}
.index-num ul li{ font-size:12px;}

.index-pro-list .introduce h4{ font-size:14px;}
}
.index-num ul li:nth-child(1) .item:before
{
    content: '\e67a';

    background-color: #c7d73c;
}
.index-num ul li:nth-child(2) .item:before
{
    content: '\e6aa';

    background-color: #ffa72e;
}
.index-num ul li:nth-child(3) .item:before
{
    content: '\e623';

    background-color: #fa7a61;
}
.index-num ul li:nth-child(4) .item:before
{
    content: '\e609';

    background-color: #28bbc9;
}
.index-num .item
{
    position: relative;

    padding-left: 30px;
}
@media (max-width: 1199px)
{
    .index-num .item
    {
        padding-left: 85px;
    }
}
@media (max-width: 767px)
{
    .index-num .item
    {
        padding-left: 12px;
    }
	
	.index-num ul li {
    font-size: 15px;}
}

.index-num .item:before
{
display:none;
    font-family: 'iconfont' !important;
    font-size: 35px;
    font-style: normal;
    line-height: 80px;

    position: absolute;
    top: 5px;
    left: 0;

    width: 80px;
    height: 80px;

    text-align: center;

    color: #fff;
    border-radius: 50%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px)
{
    .index-num .item:before
    {
        font-size: 32px;
        line-height: 70px;

        width: 70px;
        height: 70px;
    }
}
@media (max-width: 767px)
{
    .index-num .item:before
    {
        font-size: 26px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.index-num .item .timer
{
    font-family: 'Niagara Solid';
    font-size: 48px; color:#f1a718; font-weight:500;
}
@media (max-width: 767px)
{
    .index-num .item .timer
    {
        font-size: 32px;
    }
}
.index-num .item p
{
    margin: 0;

    color: #666;
}

/*neiyexinwen*/
.news-list .img-box
{
    padding-bottom: 66.66666667%;
}
.news-list .item
{
    padding: 15px 15px;
}
.news-list .item > a
{
    position: relative;

    display: block;

    -webkit-transition: .5s;
            transition: .5s;
}
@media only screen and (min-width: 992px)
{
    .news-list .item > a
    {
        padding-bottom: 155px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .news-list .item > a
    {
        padding-bottom: 130px;
    }
}
.news-list .item > a:hover
{
    box-shadow: 0 0 16px 2px rgba(7, 17, 27, .2);
}
.news-list .item > a:hover h4
{
    color: #85c226;
}
.news-list .item > a:hover .date span:after
{
    width: 100%;
}
.news-list .introduce
{
    z-index: 5;

    width: 100%;
    padding: 30px 18px 35px;

    background-color: #fff;
}
@media only screen and (min-width: 992px)
{
    .news-list .introduce
    {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .news-list .introduce
    {
        padding: 20px 18px;
    }
}
@media (max-width: 767px)
{
    .news-list .introduce
    {
        padding: 15px 18px 20px;
    }
}
.news-list .introduce .date span
{
    position: relative;

    color: #999;
}
.news-list .introduce .date span:after
{
    position: absolute;
    bottom: -12px;
    left: 0;

    display: block;

    width: 20px;
    height: 1px;

    content: '';
    -webkit-transition: width .5s;
            transition: width .5s;

    background-color: #d1d4db;
}
.news-list .introduce .date b
{
    font-family: 'Niagara Solid';
    font-size: 40px;
    font-weight: normal;

    margin-right: 10px;
}
.news-list .introduce h4
{
    font-family: 'montserratmedium';
    font-size: 15px;

    display: -webkit-box;
    overflow: hidden;

    height: 16px;
    margin-top: 20px;
    margin-bottom: 0;

    -webkit-transition: .4s;
            transition: .4s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news-list .introduce p
{
    line-height: 1.71428571;

    display: none;

    margin: 0;
    padding-top: 15px;

    color: #999;
}
.news-list .introduce p:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    line-height: 1;

    display: inline-block;

    margin-top: 25px;

    content: '\e610';

    color: #d1d4db;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news-list .introduce p span
{
    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/*首页公共新闻样式*/
.index-news-list .img-box
{
    padding-bottom: 71.111111%;
}
.index-news-list .item
{
    padding: 15px 15px;
}
.index-news-list .item > a
{
    position: relative;

    display: block;

    -webkit-transition: .5s;
            transition: .5s;
}
@media only screen and (min-width: 992px)
{
    .index-news-list .item > a
    {
        padding-bottom: 0px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-news-list .item > a
    {
        padding-bottom: 0px;
    }
}
.index-news-list .item > a:hover
{
    box-shadow: 0 0 16px 2px rgba(7, 17, 27, .2);
}
.index-news-list .item > a:hover h4
{
    color: #85c226;
}
.index-news-list .item > a:hover .date span:after
{
    width: 100%;
}
.index-news-list .introduce
{
    z-index: 5; top:20px; width:100%; text-align:center;
    padding: 52px 0  35px 0;

}
@media only screen and (min-width: 992px)
{
    .index-news-list .introduce
    {
        position: absolute;
        bottom: 0;
     
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .index-news-list .introduce
    {
        padding: 36px 18px;
    }
}
@media (max-width: 767px)
{
    .index-news-list .introduce
    { position:absolute;
        padding: 82px 18px 20px;
    }
}
.index-news-list .introduce .date span
{
    position: relative;

    color: #999;
}

.index-news-list .introduce .date span img{ display:inline;}
.index-news-list .introduce .date span:after
{
   
}
.index-news-list .introduce .date b
{
    font-family: 'Niagara Solid';
    font-size: 40px;
    font-weight: normal;

    margin-right: 10px;
}
.index-news-list .introduce h4
{
    font-family: 'montserratmedium';
    font-size: 15px;

    display: -webkit-box;
    overflow: hidden; font-weight:bold;
	color:#fff;
    height: 16px;
    margin-top: 20px;
    margin-bottom: 0;

    -webkit-transition: .4s;
            transition: .4s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index-news-list .introduce p
{
    line-height: 1.71428571;

    display: none;

    margin: 0;
    padding-top: 15px;

    color: #999;
}
.index-news-list .introduce p:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    line-height: 1;

    display: inline-block;

    margin-top: 25px;

    content: '\e610';

    color: #d1d4db;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-news-list .introduce p span
{
    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-news
{
    background-color: #f6f6f6; padding-bottom:50px; padding-top:40px;
}

.index-btom{ padding:20px 0 0 0;}

.index-news .title
{
    margin-bottom: 20px;

    text-align: center;
}
.index-news .title h3
{
    margin-bottom: 2px; 
}
.index-news .title h4
{ color:#aaa; font-size:16px;
}
.index-news .title p
{
    line-height: 2.14285714;

    width: 65%;
    margin: 0 auto;

    color: #999;
}
@media only screen and (min-width: 1440px) and (max-width: 1799px)
{
    .index-news .title p
    {
        width: 70%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px)
{
    .index-news .title p
    {
        width: 80%;
    }
	
	.index-pro-list .ssl-img-box{ right:0; }
}
@media (max-width: 1199px)
{
    .index-news .title p
    {
        width: 90%;
    }
}
@media (max-width: 991px)
{
    .index-news .title p
    {
        width: 100%;
    }
}
.index-news .slick .slick-dots
{
    margin-top: 10px;

    text-align: center;
}
.index-news .slick .slick-dots li
{
    display: inline-block;

    width: 12px;
    height: 6px;
    margin: 0 3px;

    cursor: pointer;
    -webkit-transition: all .3s;
            transition: all .3s;

    opacity: 1;
    border-radius: 4px;
    background: #fff;
}
.index-news .slick .slick-dots li:hover
{
    background-color: #85c226;
}
.index-news .slick .slick-dots li.slick-active
{
    width: 30px;

    background-color: #85c226;
}
.index-news .slick .slick-dots li button
{
    display: none;
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    width: 100%;
}

.subpublic-banner img
{
    width: 100%;
}
@media (max-width: 1199px)
{
    .public-banner img
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
	
	 .subpublic-banner img
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .public-banner img
    {
        width: 220%;
        max-width: 220%;
        margin-left: -50%;
    }
}
.public-banner .container
{
    position: absolute;
    top: 0;
    left: 50%;

    height: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 767px)
{
    .public-banner .container
    {
        width: 100%;
    }
}
.inside-page
{
    background-color: #f6f6f6;
}
.inside-page .bread-nav
{
    padding: 20px 0;

    border-bottom: 1px solid #d1d4db;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .inside-page .bread-nav
    {
        display: none;
    }
}
.inside-page .bread-nav li
{
    display: inline-block;

    color: #999;
}
.inside-page .bread-nav li:before
{
    margin: 0 18px;

    content: '>';
}
.inside-page .bread-nav li:first-child
{
    position: relative;

    padding-left: 35px;
}
.inside-page .bread-nav li:first-child:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    position: absolute;
    top: -5px;
    left: 0;

    margin: 0;

    content: '\e62e';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.inside-page .bread-nav li a:hover
{
    text-decoration: underline;

    color: #85c226;
}
.inside-page .in-nav
{
    padding: 40px 0;

    text-align: center;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .inside-page .in-nav
    {
        display: none;

        padding: 20px 0;
    }
}
.inside-page .in-nav li
{
    font-family: 'montserratmedium';

    display: inline-block;

    margin: 0 12px;

    text-transform: uppercase;

    color: #fff;
    border-radius: 50px;
    background-color: #85c226;
}
@media only screen and (min-width: 768px)
{
    .inside-page .in-nav li
    {
        line-height: 50px;

        width: 210px;
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .inside-page .in-nav li
    {
        margin: 6px 5px;
        padding: 10px 28px;
    }
}
.inside-page .in-nav li:nth-child(1)
{
    background-color: #c7d73c;
}
.inside-page .in-nav li:nth-child(2)
{
    background-color: #ffa72e;
}
.inside-page .in-nav li:nth-child(3)
{
    background-color: #fa7a61;
}
.inside-page .in-nav li:hover
{
    opacity: .9;
}
.inside-page .in-nav li a
{
    display: block;
}
.inside-page .content
{
    padding: 80px 0 80px 0;

    background-color: #f6f6f6;
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding: 50px 0 60px 0;
    }
}
.sub-banner{ max-width:100%; width:100%;}
.sub-banner img{ max-width:100%; width:100%;}

@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 35px 0 50px 0;
    }
}
.inside-page .content .title
{
    margin-bottom: 55px;
}
.kuang{ border-top: 4px solid #6fb632; margin-top:15px; padding-top:30px;}


@media (max-width: 991px)
{
    .inside-page .content .title
    {
        margin-bottom: 50px;
    }
	
	.inside-page .content .title h3{ font-size:28px !important;}
}
@media (max-width: 767px)
{
    .inside-page .content .title
    {
        margin-bottom: 40px;
    }
	.inside-page .content .title h3{ font-size:24px !important;}
}

.abln{ width:96%; margin:0 auto; border:1px solid #ccc; margin-bottom:35px;}
.abln h4{ width:100%; background:#007f41; font-size:28px; font-weight:bold; color:#fff; padding:25px 0; text-align:center; margin:0; letter-spacing:10px;}
.abln p{ font-size:28px; color:#ccc; padding:20px 0 ; text-align:center;}


/*8888**/

.inside-page .content2
{
    padding: 40px 0 40px 0;

    background-color: #f6f6f6;
}
@media (max-width: 991px)
{
    .inside-page .content2
    {
        padding: 30px 0 30px 0;
    }
}
@media (max-width: 767px)
{
    .inside-page .content2
    {
        padding: 35px 0 50px 0;
    }
}
.inside-page .content2 .title
{
    margin-bottom: 35px;
}
@media (max-width: 991px)
{
    .inside-page .content2 .title
    {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .inside-page .content2 .title
    {
        margin-bottom: 30px;
    }
}

.inside-page .content2 .title:after
{
    display: block;

    width: 50px;
    height: 3px;

    content: ''; margin-top:25px;

    background-color: #85c226;
}
.inside-page .content2 .title h3
{
    font-family: 'Niagara Solid';
    font-size: 40px;

    margin-top: 0;
}
.inside-page .content2 .title p
{
    font-family: 'montserratmedium';
    font-size: 15px;
    line-height: 2;



    color: #333;
}

.inside-page .content2 .zcinfo
{
    font-family: 'montserratmedium';
    font-size: 15px;
    line-height: 2;

    margin-bottom: 25px;

    color: #333;
}
@media (max-width: 767px)
{
    .inside-page .content2 .title p
    {
        font-size: 14px;
        line-height: 1.8;
    }
}
/***/

.inside-page .content .title:after
{
    display: block;

    width: 50px;
    height: 3px;

    content: ''; margin-top:25px;

    background-color: #85c226;
}
.inside-page .content .title h3
{
    font-family: 'Niagara Solid';
    font-size: 40px;

    margin-top: 0;
}
.inside-page .content .title p
{
    font-family: 'montserratmedium';
    font-size: 15px;
    line-height: 2;



    color: #333;
}

.inside-page .content .zcinfo
{
    font-family: 'montserratmedium';
    font-size: 15px;
    line-height: 2;

    margin-bottom: 25px;

    color: #333;
}
@media (max-width: 767px)
{
    .inside-page .content .title p
    {
        font-size: 14px;
        line-height: 1.8;
    }
}
.download-wrap .download-list li
{
    margin-bottom: 30px;
}
.download-wrap .download-list li .item
{
    padding: 20px 0 20px 5px;

    background-color: #fff;
}
.download-wrap .download-list li .img-box
{
    padding-bottom: 135.71428571%;
}
.download-wrap .download-list li .pic-box,
.download-wrap .download-list li .intro
{
    display: inline-block;

    padding: 0 15px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .download-wrap .download-list li .pic-box,
    .download-wrap .download-list li .intro
    {
        padding: 0 8px;
    }
}
@media (max-width: 767px)
{
    .download-wrap .download-list li .pic-box,
    .download-wrap .download-list li .intro
    {
        padding: 0 5px;
    }
}
.download-wrap .download-list li .pic-box
{
    width: 44.92753623%;
}
@media (max-width: 767px)
{
    .download-wrap .download-list li .pic-box
    {
        width: 48.5%;
    }
}
.download-wrap .download-list li .intro
{
    width: 49.27536232%;
}
.download-wrap .download-list li .intro h4
{
    font-family: 'montserratmedium';
    font-size: 20px;

    overflow: hidden;

    height: 22px;
    margin: 0 0 15px 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 991px)
{
    .download-wrap .download-list li .intro h4
    {
        font-size: 18px;

        height: 20px;
        margin-bottom: 5px;
    }
}
.download-wrap .download-list li .intro p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .download-wrap .download-list li .intro p
    {
        height: 48px;

        -webkit-line-clamp: 2;
    }
}
.download-wrap .download-list li .intro .info
{
    margin: 50px 0 60px;
}
@media (max-width: 1439px)
{
    .download-wrap .download-list li .intro .info
    {
        margin: 40px 0 50px;
    }
}
@media (max-width: 1199px)
{
    .download-wrap .download-list li .intro .info
    {
        margin: 10px 0 15px;
    }
}
@media (max-width: 991px)
{
    .download-wrap .download-list li .intro .info
    {
        margin: 10px 0;
    }
}
.download-wrap .download-list li .intro .info span
{
    line-height: 2.14285714;

    display: block;

    color: #999;
}
@media (max-width: 991px)
{
    .download-wrap .download-list li .intro .info span
    {
        line-height: 2;
    }
}
.download-wrap .download-list li .intro .down-btn
{
    font-family: 'montserratmedium';

    position: relative;

    display: inline-block;

    padding-left: 30px;

    color: #85c226;
}
.download-wrap .download-list li .intro .down-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    position: absolute;
    top: -4px;
    left: 0;

    content: '\e612';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.download-wrap .download-list li .intro .down-btn:hover
{
    text-decoration: underline;
}
.download-wrap .page
{
    margin-top: 20px;
}

/***/

.product-page
{
    margin-top: 10px;
    padding: 19px 50px;

    
    background-color: #fff;
}
@media (max-width: 767px)
{
    .product-page
    {
        margin-top: 40px;
        padding: 15px 5%;
    }
}
.product-page p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-bottom: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product-page p:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-weight: bold;

    margin-right: 25px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .product-page p:before
    {
        margin-right: 8px;
    }
}
.product-page p:hover a
{
    text-decoration: underline;

    color: #85c226;
}
.product-page .prev:before
{
    content: '\e9b7';
}
.product-page .next:before
{
    content: '\e610';
}
/***/

@media (max-width: 767px)
{
    .download-wrap .page
    {
        margin-top: 0;
    }
}
.product-wrap
{
    overflow: hidden;
}
.product-wrap.inside-page
{
    padding: 0;
}
@media (max-width: 767px)
{
    .product-wrap .container
    {
        padding: 0 4px;
    }
}
.product-wrap .list-l
{
    position: relative;
}
@media (max-width: 991px)
{
    .product-wrap .list-l
    {
        display: none;
    }
}

.topcp{ height:92px;}

.product-wrap .list-l .menu
{
    position: relative;
    z-index: 10;

    margin-bottom: -99999px;
    padding-top: 30px;
    padding-bottom: 99999px;

    background-color: #fff;
}
.product-wrap .list-l .menu:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 90%;

    width: 99999px;
    height: 100%;

    content: '';

  
}
.product-wrap .list-l .menu .menu1
{
    margin-bottom: 60px; width:75%; margin-left:12.5%;
} 
.product-wrap .list-l .menu .menu1 > li:last-child
{
    border: none;
}
.product-wrap .list-l .menu .menu1 > li
{
    margin-top: 30px;
}
.product-wrap .list-l .menu .menu1 > li:hover > a
{
    color: #85c226;
}
.product-wrap .list-l .menu .menu1 > li.active > a
{
    color: #85c226;
}
.product-wrap .list-l .menu .menu1 > li > a
{
    font-family: 'Niagara Solid';
    font-size: 30px;

    position: relative;

    display: block;

    text-transform: uppercase;
}
.product-wrap .list-l .menu .menu2
{
    display: block; 
}
.product-wrap .list-l .menu .menu2 > li
{
    margin-top: 20px;
	border-bottom: 1px solid #d2d2d2;
	background: url(../images/category_list_icon.png) 3px  18px no-repeat;
}
.product-wrap .list-l .menu .menu2 > li.active > a
{
    text-decoration:none;

    color: #282828;
}
.product-wrap .list-l .menu .menu2 > li:hover > a
{
    text-decoration: underline;

    color: #85c226;
}
.product-wrap .list-l .menu .menu2 > li a
{
    position: relative;

    display: block; font-size:20px; padding-top:12px;
    color: #282828;
	padding-left:2px; margin-left:20px; padding-bottom:15px;
    
}
.product-wrap .list-l .menu .menu3
{
    padding-left: 20px;
}
.product-wrap .list-l .menu .menu3 li
{
    margin-top: 15px;
}
.product-wrap .list-l .menu .menu3 li:hover > a
{
    color: #85c226;
}
.product-wrap .list-l .menu .menu3 li a:before
{
    font-size: 20px;
    line-height: 1;

    margin-right: 8px;

    content: '·';
}
.product-wrap .content-r
{
    overflow: hidden;

    padding-top: 60px;
    padding-bottom: 80px;
}
@media (max-width: 991px)
{
    .product-wrap .content-r
    {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .content-r
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }
	.cptop-c{ padding-top:0px !important;}
}
.product-wrap .content-r .product-list .img-box
{
    padding-bottom: 64.28571429%;
}
.product-wrap .content-r .product-list li
{
    margin-bottom: 30px;
    
}
.product-wrap .content-r .product-list .item
{
    padding: 20px;

    background-color: #fff;
}
.product-wrap .content-r .product-list h4
{
    font-family: 'montserratmedium';
    font-size: 16px;

    overflow: hidden;

    margin: 0 0 20px 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-wrap .content-r .product-list .slick-dots
{
    margin-top: 15px;

    text-align: center;
}
@media (max-width: 991px)
{
    .product-wrap .content-r .product-list .slick-dots
    {
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .content-r .product-list .slick-dots
    {
        margin-top: 10px;
    }
}
.product-wrap .content-r .product-list .slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 3px;

    cursor: pointer;
    -webkit-transition: all .3s;
            transition: all .3s;

    opacity: 1;
    border-radius: 10px;
    background: #d1d4db;
}
.product-wrap .content-r .product-list .slick-dots li:hover
{
    background-color: #85c226;
}
.product-wrap .content-r .product-list .slick-dots li.slick-active
{
    background-color: #85c226;
}
.product-wrap .content-r .product-list .slick-dots li button
{
    display: none;
}
.product-wrap .content-r .page
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .product-wrap .content-r .page
    {
        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .container
    {
        padding: 0 15px;
    }
}
.product-details-wrap .carousel-wrap
{
    zoom: 1;

   
}
.product-details-wrap .carousel-wrap:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media only screen and (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .carousel,
    .product-details-wrap .carousel-wrap .info
    {
        float: left;
    }
}
.product-details-wrap .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;

    letter-spacing: -8px;
}
@media only screen and (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        width: 65.71428571%; margin-left:17%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        width: 60%;
    }
}
.product-details-wrap .carousel-wrap .carousel .img-box
{
    padding-bottom: 64.49275362%;
}
.product-details-wrap .carousel-wrap .carousel .slider-for
{
    position: relative;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav
{
    position: absolute;
    bottom: 10px;
    left: 0;

    width: 100%;
    padding: 0 50px;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 2px;

    outline: none;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border-color: #85c226;
}
.product-details-wrap .carousel-wrap .carousel .slider-nav .item
{
    position: relative;
    z-index: 15;

    margin: 0 5px;

    border: 2px solid #ececec;
}
@media only screen and (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .info
    {
        width: 34.28571429%;
        padding: 0 10px 0 30px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px)
{
    .product-details-wrap .carousel-wrap .info
    {
        width: 40%;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .info
    {
        padding: 20px;
    }
}
.product-details-wrap .carousel-wrap .info h1
{
    font-family: 'Niagara Solid';
    font-size: 30px;

    margin: 45px 0 15px;
}
@media (max-width: 1439px)
{
    .product-details-wrap .carousel-wrap .info h1
    {
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .info h1
    {
        margin-top: 0;
    }
}
.product-details-wrap .carousel-wrap .info .intro
{
    margin-bottom: 10px;
}
@media (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .info .intro
    {
        min-height: 192px;
    }
}
@media (min-width: 1200px) and (max-width: 1439px)
{
    .product-details-wrap .carousel-wrap .info .intro
    {
        min-height: 144px;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .info .intro
    {
        margin-bottom: 20px;
    }
}
.product-details-wrap .carousel-wrap .info .intro > p
{
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.product-details-wrap .carousel-wrap .info .inquire-btn
{
    font-family: 'montserratmedium';
    line-height: 40px;

    position: relative;

    display: block;

    width: 180px;
    height: 40px;

    cursor: pointer;
    text-align: center;

    color: #fff;
    background-color: #85c226;
}
.product-details-wrap .carousel-wrap .info .inquire-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-style: normal;

    margin-right: 10px;

    content: '\e624';
    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .carousel-wrap .info .inquire-btn:hover
{
    background-color: #7cb326;
}
.product-details-wrap .carousel-wrap .info .share
{
    margin-top: 30px;
    margin-bottom: 15px;
}
.product-details-wrap .carousel-wrap .info .share span
{
    font-family: 'montserratmedium';

    margin-right: 10px;

    color: #333;
}
.product-details-wrap .tab-list
{
    margin-top: 30px;
}
.product-details-wrap .tab-list h3
{
    font-family: 'montserratmedium';
    font-size: 20px;
    line-height: 2.5;

    margin: 0;
    padding: 5px 20px;

    color: #fff;
    background-color: #85c226;
}
@media (max-width: 767px)
{
    .product-details-wrap .tab-list h3
    {
        font-size: 18px;

        padding: 0 20px;
    }
}
.product-details-wrap .tab-list .content
{
    padding: 45px 30px;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .product-details-wrap .tab-list .content
    {
        padding: 25px 20px;
    }
}
.product-details-wrap .details .content h4
{
    font-family: 'montserratmedium';
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
.product-details-wrap .details .content p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.product-details-wrap .inquire-wrap .inquiry-form input::-webkit-input-placeholder,
.product-details-wrap .inquire-wrap .inquiry-form textarea::-webkit-input-placeholder
{
    color: #999;
}
.product-details-wrap .inquire-wrap .inquiry-form input:-o-placeholder,
.product-details-wrap .inquire-wrap .inquiry-form textarea:-o-placeholder
{
    color: #999;
}
.product-details-wrap .inquire-wrap .inquiry-form input::-moz-placeholder,
.product-details-wrap .inquire-wrap .inquiry-form textarea::-moz-placeholder
{
    color: #999;
}
.product-details-wrap .inquire-wrap .inquiry-form input:-ms-input-placeholder,
.product-details-wrap .inquire-wrap .inquiry-form textarea:-ms-input-placeholder
{
    color: #999;
}
.product-details-wrap .inquire-wrap .inquiry-form input:focus::-webkit-input-placeholder,
.product-details-wrap .inquire-wrap .inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .inquire-wrap .inquiry-form input:focus::-o-placeholder,
.product-details-wrap .inquire-wrap .inquiry-form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .inquire-wrap .inquiry-form input:focus::-moz-placeholder,
.product-details-wrap .inquire-wrap .inquiry-form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .inquire-wrap .inquiry-form input:focus::-ms-input-placeholder,
.product-details-wrap .inquire-wrap .inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.product-details-wrap .inquire-wrap .inquiry-form .row
{
    margin: 0 -10px;
}
.product-details-wrap .inquire-wrap .inquiry-form li
{
    margin-bottom: 0;
    padding: 0 10px;
}
.product-details-wrap .inquire-wrap .inquiry-form p
{
    font-family: 'montserratregular';
    font-size: 16px;
    line-height: 1.6;

    margin-bottom: 0;
}
@media (max-width: 767px)
{
    .product-details-wrap .inquire-wrap .inquiry-form p
    {
        font-size: 14px;
    }
}
.product-details-wrap .inquire-wrap .inquiry-form form
{
    margin-top: 30px;
}
.product-details-wrap .inquire-wrap .inquiry-form form input,
.product-details-wrap .inquire-wrap .inquiry-form form textarea
{
    font-size: 16px;

    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 13px 15px;

    color: #999;
    border: 1px solid #ececec;
}
.product-details-wrap .inquire-wrap .inquiry-form form .product-name
{
    color: #333;
    background: none;
}
.product-details-wrap .inquire-wrap .inquiry-form form textarea
{
    height: 120px;
}
.product-details-wrap .inquire-wrap .inquiry-form form .submit
{
    font-family: 'montserratmedium';
    font-size: 18px;
    line-height: 50px;

    width: 210px;
    height: 50px;
    margin-top: 10px;

    color: #fff;
    background: #85c226;
}
@media (max-width: 767px)
{
    .product-details-wrap .inquire-wrap .inquiry-form form .submit
    {
        font-size: 16px;
        line-height: 45px;

        width: 180px;
        height: 45px;
    }
}
.product-details-wrap .inquire-wrap .inquiry-form form .submit:hover
{
    background-color: #7cb326;
}
.factory-wrap .list li
{
    margin-bottom: 30px;
}
@media (max-width: 767px)
{
    .factory-wrap .list li
    {
        margin-bottom: 20px;
    }
}
.factory-wrap .list li > a
{
    display: block;

    outline: none;
}
.factory-wrap .list .item
{
    padding: 10px;

    background-color: #fff;
}
@media (min-width: 992px)
{
    .factory-wrap .list .item img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .factory-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
@media only screen and (min-width: 992px)
{
    .factory-wrap .list .item:hover p
    {
        color: #85c226;
    }
}
.factory-wrap .list .item p
{
    overflow: hidden;

    margin: 25px 0 15px 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #999;
}
@media (max-width: 991px)
{
    .factory-wrap .list .item p
    {
        margin: 15px 0 5px;
    }
}
.factory-wrap .list .item p:before
{
    display: inline-block;

    width: 3px;
    height: 10px;
    margin-right: 15px;

    content: '';

    background-color: #85c226;
}
.factory-wrap .list .img-box
{
    padding-bottom: 62.79069767%;
}
.factory-wrap .page
{
    margin-top: 20px;
}

.index-pro-list .list .img-box
{
    padding-bottom: 75%;
}

@media (max-width: 767px)
{
    .factory-wrap .page
    {
        margin-top: 10px;
    }
}
.about-wrap .section
{
    position: relative;
}
@media (min-width: 1200px)
{
    .about-wrap .section .intro:before
    {
      
        margin-left: 15px;
        padding-bottom: 38%;

        content: '';
    }
}
@media (min-width: 1200px) and (max-width: 1440px)
{
    .about-wrap .section .intro:before
    {
        padding-bottom: 33%;
    }
}
.clear{ clear:both;}
.about-wrap .section p
{
    line-height: 2.14285714;

    margin: 0;

    color: #333;
}
@media (min-width: 1200px)
{
    .zcinfo .pic-box
    { margin-top:-60px; float:right;

        width: 25%;
    }
}
@media only screen and (min-width: 768px)
{
    .zcinfo .pic-box
    {
        padding-left: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .zcinfo .pic-box
    {
        float: right;

        width: 60%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .zcinfo .pic-box
    {
        width: 70%;
    }
}
.zcinfo .pic-box .img-box
{
    padding-bottom:100%;
}
.about-wrap .index-num
{
    border: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .about-wrap .index-num
    {
        padding: 30px 0;
    }
}
.news-wrap .news-list li
{
    margin-bottom: 30px;
}
.news-wrap .news-list li .item
{
    padding: 0;
}
.news-wrap .page
{
    margin-top: 20px;
}
.news-details-wrap .content h1
{
    font-family: 'montserratmedium';
    font-size: 24px;

    margin: 0 0 15px 0;
}
.news-details-wrap .content h1:after
{
    display: block;

    width: 50px;
    height: 3px;
    margin-top: 15px;

    content: '';

    background-color: #85c226;
}
@media (max-width: 767px)
{
    .news-details-wrap .content h1
    {
        font-size: 22px;
    }
}
.news-details-wrap .content p
{
    line-height: 1.85714286;

    margin: 0;

    color: #999;
}
.news-details-wrap .content img
{
    display: block;

    max-width: 100%;
    margin: 30px 0;
}
.news-details-wrap .time
{
    display: block;

    margin-bottom: 25px;

    color: #999;
}
@media (max-width: 767px)
{
    .news-details-wrap .time
    {
        margin-bottom: 20px;
    }
}
.news-details-wrap .news-page
{
    margin-top: 60px;
    padding: 19px 50px;

    border: 1px solid #ececec;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page
    {
        margin-top: 40px;
        padding: 15px 5%;
    }
}
.news-details-wrap .news-page p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-bottom: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news-details-wrap .news-page p:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-weight: bold;

    margin-right: 25px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page p:before
    {
        margin-right: 8px;
    }
}
.news-details-wrap .news-page p:hover a
{
    text-decoration: underline;

    color: #85c226;
}
.news-details-wrap .news-page .prev:before
{
    content: '\e9b7';
}
.news-details-wrap .news-page .next:before
{
    content: '\e610';
}
.contact-wrap
{
    position: relative;

    padding-bottom: 0;
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .content
    {
        padding: 80px 0;
    }
}
.contact-wrap .table
{
    margin: 0;
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .table
    {
        display: table;
    }
    .contact-wrap .table .contact-list
    {
        display: table-cell;

        width: 50%;
        padding: 45px 30px;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .table .contact-list
    {
        padding: 30px 25px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .table .contact-list
    {
        padding: 35px 15px;
    }
}
.contact-wrap .table h3
{
    font-family: 'montserratmedium';
    font-size: 20px;

    margin: 0;
}
.contact-wrap .table h3:after
{
    display: block;

    width: 30px;
    height: 3px;
    margin-top: 18px;

    content: '';

    background-color: #85c226;
}
.contact-wrap .contact
{
    background: url(../images/imgs/contact-bg.jpg) no-repeat center / cover;
}
.contact-wrap .contact b
{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;

    display: block;

    margin-top: 35px;

    color: #85c226;
}
@media (max-width: 767px)
{
    .contact-wrap .contact b
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .contact ul
    {
        margin-top: 20px;
    }
}
.contact-wrap .contact li
{
    font-weight: 300;
    line-height: 2.14285714;

    position: relative;

    margin-top: 20px;
    padding-left: 30px;

    color: #999;
}
@media (max-width: 767px)
{
    .contact-wrap .contact li
    {
        margin-top: 10px;
    }
}
.contact-wrap .contact li:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;

    position: absolute;
    top: -5px;
    left: 0;

    color: #85c226;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-wrap .contact li.address:before
{
    content: '\e60d';
}
.contact-wrap .contact li.factory:before
{
    content: '\e654';
}
.contact-wrap .contact li.phone:before
{
    content: '\e61c';
}
.contact-wrap .contact li.fax:before
{
    content: '\efbc';
}
.contact-wrap .contact li.mail:before
{
    content: '\e6a4';
}

.contact-wrap .contact li.web:before
{
    content: '\e897';
}
.contact-wrap .contact li.ali:before
{
    content: '\e714';
}


.contact-wrap .contact li.name:before
{
    content: '\e611';
}
.contact-wrap .contact li p
{
    margin: 0;
}
.contact-wrap .contact li a:hover
{
    text-decoration: underline;

    color: #85c226;
}
.contact-wrap .message
{
    background-color: #fff;
}
@media (max-width: 991px)
{
    .contact-wrap .message
    {
        margin-bottom: 0;
    }
}
.contact-wrap .message .index-title h3
{
    opacity: .5;
}
.contact-wrap .message form
{
    margin-top: 15px;
}
.contact-wrap .message form p
{
    font-weight: bold;
    line-height: 1.71428571;

    margin-bottom: 15px;
}
.contact-wrap .message form .row
{
    margin: 0 -12px;
}
.contact-wrap .message form .row li
{
    padding: 0 12px;
}
.contact-wrap .message form input::-webkit-input-placeholder,
.contact-wrap .message form textarea::-webkit-input-placeholder
{
    color: #999;
}
.contact-wrap .message form input:-o-placeholder,
.contact-wrap .message form textarea:-o-placeholder
{
    color: #999;
}
.contact-wrap .message form input::-moz-placeholder,
.contact-wrap .message form textarea::-moz-placeholder
{
    color: #999;
}
.contact-wrap .message form input:-ms-input-placeholder,
.contact-wrap .message form textarea:-ms-input-placeholder
{
    color: #999;
}
.contact-wrap .message form input:focus::-webkit-input-placeholder,
.contact-wrap .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input:focus::-o-placeholder,
.contact-wrap .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input:focus::-moz-placeholder,
.contact-wrap .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input:focus::-ms-input-placeholder,
.contact-wrap .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input,
.contact-wrap .message form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 25px;
    padding: 14px 15px;

    color: #999;
    border: 1px solid #e0e0e2;
    background: none;
}
.contact-wrap .message form textarea
{
    height: 150px;
}
.contact-wrap .message form .submit
{
    font-size: 16px;
    line-height: 50px;

    display: block;

    width: 210px;
    height: 50px;
    margin-top: 40px;
    padding: 0;

    text-align: center;

    color: #fff;
    background-color: #85c226;
}
.contact-wrap .message form .submit:hover
{
    background-color: #7cb326;
}
@media (max-width: 767px)
{
    .contact-wrap .message form .submit
    {
        width: 180px;
        margin-top: 30px;
    }
}
.contact-wrap .map
{
    position: relative;
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .map
    {
        top: 0;

        height: 550px;
    }
    .contact-wrap .map .dituContent
    {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .map .dituContent
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .map .dituContent
    {
        height: 280px;
    }
}
.video-wrap .video-list
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .video-wrap .video-list
    {
        margin-top: 30px;
    }
}
.video-wrap .video-list li
{
    margin-bottom: 30px;
}
@media (max-width: 767px)
{
    .video-wrap .video-list li
    {
        margin-bottom: 20px;
    }
}
.video-wrap .video-list .item
{
    padding: 20px;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .video-wrap .video-list .item
    {
        padding: 15px;
    }
}
@media (max-width: 991px)
{
    .video-wrap .video-list .item
    {
        padding: 10px;
    }
}
.video-wrap .video-list .video
{
    position: relative;
}
@media (min-width: 992px)
{
    .video-wrap .video-list .video img
    {
        -webkit-transition:         transform .5s;
        -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition:         transform .5s;
                transition:         transform .5s, -webkit-transform .5s;
    }
    .video-wrap .video-list .video:hover img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.video-wrap .video-list .video .img-box
{
    padding-bottom: 63.07692308%;
}
.video-wrap .video-list .video .video-box
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    cursor: pointer;

    background: url(../images/video-btn.png) rgba(0, 0, 0, .5) no-repeat center;
}
.video-wrap .video-list .video .video-box.active
{
    background-image: url(../js/slick/ajax-loader.gif);
}
.video-wrap .video-list .video .video-box iframe
{
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
}
.video-wrap .video-list p
{
    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 20px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .video-wrap .video-list p
    {
        margin-top: 15px;
    }
}
@media (max-width: 991px)
{
    .video-wrap .video-list p
    {
        margin: 15px 0 5px 0;
    }
}
.video-wrap .page
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .video-wrap .page
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .video-wrap .page
    {
        margin-top: 5px;
    }
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 50px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 768px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap .code-pic
    {
        right: 55px;
        bottom: 370px;
    }
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic .pic-box img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 23%;

    -webkit-transition: right .3s;
            transition: right .3s;
}
@media (max-width: 767px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 60px;
    height: 55px;
    margin: 2px 0;

    text-align: center; border:1px solid #85c226;
    border-radius: 5px 0 0 5px;
    background-color: rgba(0, 0, 0, .4);
}
.online-wrap .online a:before
{
    font-size: 22px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #85c226;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p
{
    padding: 0 10px;

    color: #fff;
    background-color: #85c226;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 150px;
    height: 150px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    padding: 1px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.share
{
    font-weight: 500;

    color: #fff;
}
.share a
{
    line-height: 19px;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 3px;

    -webkit-transition:         transform .3s;
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;

    border-radius: 50%;
}
.share a:before
{
    font-size: 13px;
}
.share a.icon-facebook
{
    background-color: #3c579a;
}
.share a.icon-tuite
{
    background-color: #54aded;
}
.share a.icon-google
{
    background-color: #db4e42;
}
.share a.icon-instagram
{
    background-color: #6a3d2e;
}
.share a.icon-youtube
{
    background-color: #c3302e;
}
@media only screen and (min-width: 992px)
{
    .share a:hover
    {
        -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
                transform: translateY(-3px);
    }
}
.footer
{
    background-color: #f2f2f2;
}
.footer .footer-wrap
{
    overflow: hidden;
}
.footer .footer-row
{
    font-size: 0;

    padding: 60px 0 80px 0;
}
@media only screen and (min-width: 1440px)
{
    .footer .footer-row
    {
        text-align: center;
    }
}
@media (max-width: 1199px)
{
    .footer .footer-row
    {
        padding: 60px 0;
    }
}
@media (max-width: 991px)
{
    .footer .footer-row
    {
        margin: 0 -5px;
        padding: 40px 0;
    }
}
@media (max-width: 767px)
{
    .footer .footer-row
    {
        padding: 35px 0;
    }
}
.footer .foot-list
{
    font-size: 14px;

    display: inline-block;

    margin-right: 120px;
    /*margin-right: 60px;*/

    text-align: left;
    vertical-align: top;
}
@media only screen and (min-width: 1440px) and (max-width: 1799px)
{
    .footer .foot-list
    {
        margin-right: 80px;
        /*margin-right: 25px;*/
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px)
{
    .footer .foot-list
    {
        margin-right: 75px;
        /*margin-right: 100px;*/
    }
}
@media (max-width: 991px)
{
    .footer .foot-list
    {
        width: 33.333%;
        margin: 0;
        padding: 0 5px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        width: 100%;
    }
}
.footer .foot-list li
{
    line-height: 2.14285714;

    color: #fff;
}
.footer .foot-list li a
{
    display: inline-block;
}
.footer .foot-list p,
.footer .foot-list a,
.footer .foot-list button
{
    color: #999;
}
.footer .foot-list p:hover,
.footer .foot-list a:hover,
.footer .foot-list button:hover
{
    color: #fff;
}
.footer .foot-list a:hover
{
    text-decoration: underline;
}
.footer .foot-list h4
{
    font-family: 'montserratmedium';
    font-size: 20px;

    margin: 20px 0;

    color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1319px)
{
    .footer .foot-list h4
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list h4
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        margin-bottom: 10px;
    }
}
.footer .foot-contact
{
    max-width: 340px;
    margin-right: 0;
}
.footer .foot-contact p
{
    line-height: 2.14285714;

    margin: 0;
}
.footer .foot-contact p.name
{
    /*margin-top: 30px;*/
}
@media (max-width: 767px)
{
    .footer .foot-contact p.name
    {
        margin-top: 5px;
    }
}
.footer .foot-contact p span
{
    color: #f6f6f6;
}
.footer .copyright
{
    padding: 24px 0;


}
@media only screen and (min-width: 1800px)
{
    .footer .copyright .container
    {
        width: 1530px;
    }
}
.footer .copyright .container .left
{
    position: relative;
}
@media only screen and (min-width: 768px)
{
    .footer .copyright .container .left
    {
        float: left;
    }
}
.footer .copyright .container .left > p
{
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .footer .copyright .container .left > p
    {
        text-align: center;
    }
}
@media (max-width: 991px)
{
    .footer .copyright .container .left > p a
    {
        display: block;
    }
}
.footer .copyright .container .left > p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright .container .share
{
    margin-top: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .footer .copyright .container .share
    {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px)
{
    .footer .copyright .container .share
    {
        float: right;
    }
}
@media (max-width: 767px)
{
    .footer .copyright .container .share
    {
        margin-bottom: 16px;

        text-align: center;
    }
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
#active{
	color: #85c226 !important;
}

.product-wrap .list-l .menu .menu2 .active {
    background: url(../images/category_list_bg.jpg) left top repeat-x;
   
    border: 1px solid #ddb000;
    color: #643303;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; margin-bottom:8px;
	 } 

/**
 * Date : 2019年11月6日11:10:21
 * @author HSM
 * @toDo 头部可视区域修改
 */

@media (min-width: 1800px) {
	.header .container {
		width: 1600px;
	}
}
@media only screen and (max-width: 1799px) and (min-width: 1440px){
	.header .container {
		width: 1320px;
	}
	.header .nav .nav-list1 > li {
		margin: 0 26px;
	}
}
@media only screen and (max-width: 1319px) and (min-width: 1200px) {
	.header .container {
		width: 1230px;
	}
}

/**
 * Date : 2020年6月9日09:33:42
 * @author HSM
 * @toDo banner加箭头
 */

.banner .slick-arrow
{
    font-size: 36px;

    width: 40px;
    height: 80px;
    line-height: 80px;

    background: #000;
    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

    padding: 0;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: .7;
    color: #fff;
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .banner .slick-arrow:hover
    {
        opacity: 1;
    }
}
.banner .slick-prev
{
    left: 5%;
}
.banner .slick-prev:before
{
    content: '\e601';
}
.banner .slick-next
{
    right: 5%;
}
.banner .slick-next:before
{
    content: '\e827';
}


.product-details-wrap .tab-list .content img{
	width: 100%;
}
