@charset 'utf-8';
/* @font-face
{
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;

    src: url('font/hinted-OpenSans-Regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('font/hinted-OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('font/hinted-OpenSans-Regular.woff2') format('woff2'), url('font/hinted-OpenSans-Regular.woff') format('woff'), url('font/hinted-OpenSans-Regular.ttf') format('truetype'), url('font/hinted-OpenSans-Regular.svg#OpenSans-Regular') format('svg');
}
@font-face
{
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;

    src: url('font/hinted-OpenSans-Light.eot');
    src: local('Open Sans Light'), local('OpenSans-Light'), url('font/hinted-OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('font/hinted-OpenSans-Light.woff2') format('woff2'), url('font/hinted-OpenSans-Light.woff') format('woff'), url('font/hinted-OpenSans-Light.ttf') format('truetype'), url('font/hinted-OpenSans-Light.svg#OpenSans-Light') format('svg');
}
@font-face
{
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;

    src: url('font/hinted-OpenSans-Semibold.eot');
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('font/hinted-OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('font/hinted-OpenSans-Semibold.woff2') format('woff2'), url('font/hinted-OpenSans-Semibold.woff') format('woff'), url('font/hinted-OpenSans-Semibold.ttf') format('truetype'), url('font/hinted-OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
}
@font-face
{
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: normal;

    src: url('font/hinted-OpenSans-Bold.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('font/hinted-OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('font/hinted-OpenSans-Bold.woff2') format('woff2'), url('font/hinted-OpenSans-Bold.woff') format('woff'), url('font/hinted-OpenSans-Bold.ttf') format('truetype'), url('font/hinted-OpenSans-Bold.svg#OpenSans-Bold') format('svg');
}
 */

@font-face {
    font-family: 'open_sans';
    src: local('Open Sans Bold'), local('OpenSans-Bold');
    src: url('font/opensans-bold-webfont.eot');
    src: url('font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-bold-webfont.woff2') format('woff2'),
         url('font/opensans-bold-webfont.woff') format('woff'),
         url('font/opensans-bold-webfont.ttf') format('truetype'),
         url('font/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;

}




@font-face {
    font-family: 'open_sans';
    src: local('Open Sans Light'), local('OpenSans-Light');
    src: url('font/opensans-light-webfont.eot');
    src: url('font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-light-webfont.woff2') format('woff2'),
         url('font/opensans-light-webfont.woff') format('woff'),
         url('font/opensans-light-webfont.ttf') format('truetype'),
         url('font/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: 300;
    font-style: normal;

}




@font-face {
    font-family: 'open_sans';
    src: local('Open Sans Regular'), local('OpenSans-Regular');
    src: url('font/opensans-regular-webfont.eot');
    src: url('font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-regular-webfont.woff2') format('woff2'),
         url('font/opensans-regular-webfont.woff') format('woff'),
         url('font/opensans-regular-webfont.ttf') format('truetype'),
         url('font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sans';
    src: local('Open Sans Semibold'), local('OpenSans-Semibold');
    src: url('font/opensans-semibold-webfont.eot');
    src: url('font/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-semibold-webfont.woff2') format('woff2'),
         url('font/opensans-semibold-webfont.woff') format('woff'),
         url('font/opensans-semibold-webfont.ttf') format('truetype'),
         url('font/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}

.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.all
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
body
{
    font-family: 'open_sans', Arial, Helvetica, 'Helvetica Neue', 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;

    overflow-x: hidden;
}
body.fixed
{
    overflow: hidden;
}
body.inside-body .header
{
    background-color: #1d6056;
}
@media only screen and (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media only screen and (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.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
{
    font-size: 16px;

    display: inline-block;

    margin: 0 15px;

    vertical-align: middle;

    color: #000;
}
@media (max-width: 991px)
{
    .page li
    {
        margin: 0 8px;
    }
}
@media (max-width: 767px)
{
    .page li
    {
        font-size: 14px;

        margin: 0 2px;
    }
}
.page li a,
.page li span
{
    font-size: 1em;
    line-height: 30px;

    display: block;

    width: 32px;
    height: 32px;

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

    border: 1px solid #eee;
}
@media (max-width: 767px)
{
    .page li a,
    .page li span
    {
        line-height: 24px;

        width: 26px;
        height: 26px;
    }
}
.page li.prev a,
.page li.next a,
.page li.prev span,
.page li.next span
{
    font-size: 1.5em;
}
.page li.prev a:before,
.page li.next a:before,
.page li.prev span:before,
.page li.next span:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page li.prev a:before,
.page li.prev span:before
{
    content: '\e9b5';
}
.page li.next a:before,
.page li.next span:before
{
    content: '\e72f';
}
@media (min-width: 1200px)
{
    .page li:hover a,
    .page li:hover span
    {
        color: #fff;
        background-color: #94b117;
    }
}
.page li.active a,
.page li.active span
{
    color: #fff;
    background-color: #94b117;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    line-height: 1.2;

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

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

    text-align: center;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;
}
.table-box table tr:nth-child(odd)
{
    background-color: #f5f5f5;
}
.table-box table tr:nth-child(even)
{
    background-color: #fff;
}
.table-box table td,
.table-box table th
{
    font-weight: normal;

    padding: 10px !important;

    border: 1px solid #d6d6d6 !important;
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 12px;
    }
}
@media (max-width: 480px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 2.7vmin;

        padding: 8px !important;
    }
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th
{
    text-align: center;
}
.table-box table td
{
    font-size: 12px;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
img.lazy
{
    min-width: 1px;
    min-height: 1px;

    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 800px;
    max-width: 80%;
    height: 600px;
    max-height: 50%;
    margin: 0;
}
.fancybox-slide--video video
{
    max-width: 80%;
    padding: 0;
}
@media (max-width: 767px)
{
    .fancybox-slide--video video
    {
        max-width: 95%;
    }
}
.header
{
    z-index: 999;

    width: 100%;

    -webkit-transition: .5s;
            transition: .5s;

    background: url(../images/header-bg.png) center;
    background-size: contain;
}
@media (min-width: 1200px)
{
    .header
    {
        position: fixed;
        top: 0;
        left: 0;
    }
    .header.fixed
    {
        background-color: #1d6056;
        box-shadow: 0 2px 14px 1px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 1199px)
{
    .header
    {
        background-color: #1d6056;
    }
}
.header .container
{
    font-size: 0;

    position: relative;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
.header .container:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
.header .container > div
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
    letter-spacing: 0;
}
.header .logo a
{
    position: relative;
    z-index: 10;

    display: block;
    overflow: hidden;

    padding: 20px 0;

    -webkit-transition: .3s;
            transition: .3s;
}
@media (max-width: 1199px)
{
    .header .logo a
    {
        padding: 15px 0;
    }
}
@media (max-width: 480px)
{
    .header .logo a
    {
        width: 160px;
        padding: 19px 0;
    }
}
.header .logo a img
{
    display: block;

    width: 100%;
}
.header .right-box
{
    position: relative;
}
.header .right-box > div
{
    display: inline-block;

    vertical-align: middle;
}
@media (min-width: 1200px)
{
    .header .right-box > div.nav
    {
        display: inline-block !important;
    }
}
@media (max-width: 1199px)
{
    .header .right-box > div.nav
    {
        display: none;
    }
}
.header .right-box > div.search-wrap
{
    display: none;
}
@media (max-width: 767px)
{
    .header .right-box > div.google-translate
    {
        display: none;
    }
}
.header .right-box .fade-out ~ .google-translate
{
    position: fixed;
    z-index: 10000;
    top: 30px;
    left: 30px;

    display: block !important;

    -webkit-transition: .3s;
            transition: .3s;
}
.header .right-box .fade-out.left-100 ~ .google-translate
{
    top: -30px;

    opacity: 0;
}
.header .cart-btn
{
    line-height: 100px;

    display: inline-block;
    overflow: hidden;

    width: 80px;
    height: 100px;

    text-align: center;

    color: #fff;
}
@media (max-width: 991px)
{
    .header .cart-btn
    {
        line-height: 80px;

        height: 80px;
    }
}
@media (max-width: 767px)
{
    .header .cart-btn
    {
        line-height: 60px;

        width: 50px;
        height: 60px;
    }
}
.header .cart-btn a
{
    position: relative;

    display: block;
}
.header .cart-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 25px;

    content: '\e62a';
}
.header .cart-btn a .num
{
    font-size: 12px;
    line-height: 1;

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

    display: block;

    margin-top: -22px;
    margin-left: 2px;
    padding: 2px 5px;

    color: #fff;
    border-radius: 50%;
    background-color: #1d6056;
}
.header .language
{
    position: relative;

    margin-left: 15px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin: 0 10px 0 0;
    }
}
@media (max-width: 480px)
{
    .header .language
    {
        margin: 0 5px 0 0;
    }
}
.header .language a
{
    position: relative;

    display: inline-block;

    margin: 0;

    -webkit-transition: .2s;
            transition: .2s;
}
.header .language a:before,
.header .language a span
{
    display: inline-block;

    vertical-align: middle;
}
.header .language a:before
{
    overflow: hidden;

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

    content: '';

    border-radius: 50%;
    background: url(../images/language.png) no-repeat 100% 100%;
    background-size: 200% auto;
}
@media (max-width: 480px)
{
    .header .language a:before
    {
        margin-right: 5px;
    }
}
.header .language a.en:before
{
    background-position: 0 100%;
}
.header .language a:hover span
{
    text-decoration: underline;
}
@media (min-width: 1200px)
{
    .header .mouse-line
    {
        position: absolute;
        z-index: 2;
        left: 0;

        display: block;

        height: 3px;

        -webkit-transition: all .4s cubic-bezier(0, .225, .435, 1.3);
                transition: all .4s cubic-bezier(0, .225, .435, 1.3);

        background-color: #f28684;
    }
    .header .mouse-line.nav-line
    {
        top: 0;
    }
    .header .mouse-line.inside-line
    {
        bottom: -1px;
    }
}
.header .cart
{
    margin-right: 15px;
}
@media (max-width: 767px)
{
    .header .cart
    {
        margin-right: 10px;
    }
}
.header .cart a
{
    font-size: 16px;
}
.header .cart a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e619';
}
.header .find
{
    font-size: 21px;

    cursor: pointer;

    color: #fff;
}
@media (min-width: 1200px)
{
    .header .find
    {
        margin: 0 25px 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .find
    {
        margin: 0 15px 0 10px;
    }
}
.header .find:before
{
    font-family: 'iconfont' !important;

    content: '\e660';
}
.header .nav-collapse
{
    position: relative;

    display: none;

    width: 40px;
    height: 40px;
    margin-left: 15px;
    padding: 0;

    cursor: pointer;

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

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-xs
    {
        position: relative;

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

        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-left: 5px;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 28px;
    height: 2px;

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

    background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    display: block;

    content: '';
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 32%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 68%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #333;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        position: relative;
        z-index: 10;

        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: #fafafa;
        background: #000;
    }
    .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: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
            transform: translate3d(-200%, 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 5px;
    }
    .header .nav .nav-list1 > li:hover > a
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        position: relative;

        display: block;

        padding: 34px 15px;

        color: #fff;
    }
    .header .nav .nav-list1 > li > a > span
    {
        position: relative;

        display: block;

        padding: 15px 0;
    }
    .header .nav .nav-list1 > li > a > span:after
    {
        position: absolute;
        bottom: 0;
        left: 50%;

        display: block;

        width: 0;
        height: 2px;

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

        opacity: 0;
        background-color: #fff;
    }
    .header .nav .nav-list1 > li .nav-list2,
    .header .nav .nav-list1 > li .nav-list3
    {
        position: absolute;

        display: none;

        text-align: left;

        background-color: rgba(29, 96, 86, .7);
    }
    .header .nav .nav-list1 > li .nav-list2 li:hover > a,
    .header .nav .nav-list1 > li .nav-list3 li:hover > a
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 > li .nav-list2 a,
    .header .nav .nav-list1 > li .nav-list3 a
    {
        position: relative;

        display: block;

        padding: 5px 0;

        color: #fff;
    }
    .header .nav .nav-list1 > li .nav-list2
    {
        z-index: 10;
        top: 100%;
        left: 0;

        min-width: 140px;
        padding: 15px 0;

        box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 > li .nav-list2 > li
    {
        position: relative;

        white-space: nowrap;
    }
    .header .nav .nav-list1 > li .nav-list2 > li > a
    {
        padding: 5px 15px;
    }
    .header .nav .nav-list1 .nav-list3
    {
        top: 0;
        left: 100%;

        min-width: 120px;
        padding: 10px 0;

        border-left: 1px solid transparent;
    }
    .header .nav .nav-list1 .nav-list3 > li > a
    {
        padding: 5px 15px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 34px 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;

        padding: 34px 5px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-15px) rotateX(90deg);
                transform: translateX(-15px) rotateX(90deg);
        white-space: nowrap;

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

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

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

    margin: 0;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 20px;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    max-height: 70vh;
    margin-top: 4%;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 24px;
    line-height: 50px;

    margin: 20px 0;

    text-align: left;
}
@media (max-width: 991px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        font-size: 5vmin;
        line-height: 1.6;

        margin: 0;
        margin-bottom: 5px;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

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

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 4.5vmin;
}
.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
    {
        overflow: auto;

        max-height: 80vh;

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        zoom: 1;
    }
    .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
    {
        -webkit-transition: .6s;
                transition: .6s;
        -webkit-transform: translateX(0) rotateX(0deg);
                transform: translateX(0) rotateX(0deg);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more > a:before
    {
        font-family: 'iconfont' !important;
        font-size: 25px;

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

        content: '\e72f';

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

        position: relative;

        display: block;
    }
    .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 (min-width: 992px)
{
    .header .fade-out ul.nav-list1 > li.more
    {
        padding-right: 10px;
    }
}
@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: 992px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 22px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 5vmin;
        line-height: 2;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .xs-language
{
    position: absolute;
    bottom: 30px;
    left: 0;

    display: none;

    width: 100%;
    padding-left: 25px;

    text-align: left;
}
@media (max-width: 480px)
{
    .header .xs-language
    {
        display: block !important;
    }
}
.search-wrap
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background-color: rgba(0, 0, 0, .93);
}
.search-wrap.active .search
{
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
}
.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;
}
.search-wrap .search p
{
    font-size: 16px;

    margin-bottom: 50px;

    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.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)
{
    .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.search-wrap .search .input-submit
{
    line-height: 36px;

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

    width: 50px;

    color: #fff;
    background: none;
}
.search-wrap .search .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e660';
}
.search-wrap .search-close
{
    position: absolute;
    top: 30px;
    right: 10%;

    cursor: pointer;
}
.search-wrap .search-close:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e61b';

    color: #fff;
}
.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 6px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 10px;
    background: #e5e5e5;
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 8px;
        height: 8px;

        border-radius: 8px;
    }
}
.slick-dots li.slick-active,
.slick-dots li:hover
{
    background-color: #1d6056;
}
.slick-dots li button
{
    display: none;
}
.index-wrap .section
{
    background: no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .index-wrap .section
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .index-wrap .section
    {
        padding: 65px 0;
    }
}
@media (max-width: 767px)
{
    .index-wrap .section
    {
        padding: 45px 0;
    }
}
.section-footer,
.section-banner
{
    padding: 0 !important;
}
.section-footer .fp-tableCell,
.section-banner .fp-tableCell
{
    padding: 0 !important;
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    letter-spacing: -8px;
}
.banner img
{
    display: block;
}
@media (min-width: 1200px)
{
    .banner img
    {
        position: absolute;
        top: 50%;
        left: 50%;
    }
}
@media (max-width: 1199px)
{
    .banner img
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .banner img
    {
        width: 110%;
        margin-left: -5%;
    }
}
.banner .slick
{
    font-size: 0;

    position: relative;

    letter-spacing: -8px;
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;
    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: 8px;
    height: 8px;
    margin: 0 4px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    opacity: .3;
    border-radius: 8px;
    background: #fff;
}
.banner .slick-dots li:hover,
.banner .slick-dots li.slick-active
{
    opacity: 1;
}
@media (max-width: 767px)
{
    .banner .slick-dots li
    {
        width: 6px;
        height: 6px;

        border-radius: 6px;
    }
}
.banner .slick-dots li button
{
    display: none;
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;


}
.banner .item img{
      -webkit-transition: transform 3.9s;
            transition: transform 3.9s;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.banner .active .item img
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.banner .slick-arrow
{
    font-size: 56px;

    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: .5;
    color: #fff;
    border-radius: 50%;
    background: none;
}
.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: 2.60416667%;
}
.banner .slick-prev:before
{
    content: '\eb60';
}
.banner .slick-next
{
    right: 2.60416667%;
}
.banner .slick-next:before
{
    content: '\e625';
}
@media (min-width: 1200px)
{
    .fp-scroller .index-box
    {
        padding: 120px 0 90px;
    }
    .index-box
    {
        padding-top: 90px;
    }
}
.title
{
    text-align: center;
    text-transform: uppercase;
}
.title:after
{
    display: block;

    width: 44px;
    height: 2px;
    margin: 15px auto 0;

    content: '';

    background-color: #a4c41c;
}
.title h3
{
    font-size: 48px;

    margin: 0 0 10px;
}
.title p
{
    font-size: 20px;

    margin: 0;

    color: #666;
}
.title.white h3,
.title.white p
{
    color: #fff;
}
.title.white p
{
    opacity: .5;
}
@media (max-width: 991px)
{
    .title h3
    {
        font-size: 42px;
    }
    .title p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .title h3
    {
        font-size: 28px;
    }
    .title p
    {
        font-size: 14px;
    }
}
.index-box
{
    max-width: 100%;
}
.index-box .title
{
    margin-bottom: 40px;
}
.index-product .list
{
    margin-top: -30px;
}
@media (max-width: 1199px)
{
    .index-product .list
    {
        margin: -24px -12px 0;
    }
}
.index-product .list .img-box
{
    padding-bottom: 62.22222222%;
}
.index-product .list > li
{
    margin-top: 30px;
}
.index-product .list > li:first-child .img-box
{
    padding-bottom: 131.11111111%;
}
@media (max-width: 1199px)
{
    .index-product .list > li
    {
        margin-top: 24px;
        padding: 0 12px;
    }
}
@media (max-width: 480px)
{
    .index-product .list > li
    {
        width: 100%;
    }
}
.index-product .item
{
    position: relative;

    overflow: hidden;
}
@media (min-width: 1200px)
{
    .index-product .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .index-product .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .index-product .item:hover .mask
    {
        -webkit-transition-delay: .2s;
                transition-delay: .2s;
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .index-product .item:hover > .name
    {
        opacity: 0;
    }
}
.index-product .item > .name
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

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

    -webkit-transition: .5s;
            transition: .5s;

    background: url(../images/index-name-bg.png) center;
    background-size: contain;
}
@media (max-width: 1349px)
{
    .index-product .item > .name
    {
        padding: 13px 25px;
    }
}
.index-product .name
{
    font-size: 32px;
    font-weight: 600;

    color: #fff;
}
@media (max-width: 1349px)
{
    .index-product .name
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .index-product .name
    {
        font-size: 24px;
    }
}
.index-product .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    overflow: auto;

    width: 100%;
    height: 100%;
    padding: 7.77777778%;

    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);

    color: #fff;
    background-color: rgba(148, 177, 23, .8);
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.index-product .mask::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #f5f5f5;
}
.index-product .mask::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.index-product .mask::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #bdbdbd;
}
.index-product .mask::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}
.index-product .mask .name-box
{
    position: relative;

    margin-bottom: 10px;
    padding-right: 20px;
}
.index-product .mask .more
{
    line-height: 24px;

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

    display: block;

    width: 28px;
    height: 28px;

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

    border: 2px solid #fff;
    border-radius: 50%;
}
.index-product .mask .more:before
{
    font-family: 'iconfont' !important;

    content: '\e72f';
}
.index-product .mask .more:hover
{
    color: #1d6056;
    background-color: #fff;
}
.index-product .mask li
{
    font-size: 16px;
    line-height: 1.75;
}
.index-product .mask li a:hover
{
    text-decoration: underline;
}
.num-box
{
    font-size: 0;

    overflow: hidden;

    padding: 0;
    padding-top: 35px;

    letter-spacing: -8px;

    color: #fff;
}
.num-box:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
@media (max-width: 1199px)
{
    .num-box
    {
        padding-top: 10px;
    }
}
@media (max-width: 480px)
{
    .num-box
    {
        margin-right: -5px;
        margin-left: -5px;
        padding-top: 0;
    }
}
.num-box li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    width: 20%;
    margin-top: 35px;
    padding: 0 15px;

    text-align: center;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .num-box li
    {
        width: 33.33333%;
    }
}
@media (max-width: 767px)
{
    .num-box li
    {
        width: 50%;
    }
}
@media (max-width: 480px)
{
    .num-box li
    {
        margin-top: 25px;
        padding: 0 5px;
    }
}
.num-box .item
{
    position: relative;

    padding-bottom: 10px;

    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
.num-box .number
{
    font-size: 72px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    margin-bottom: 10px;

    white-space: nowrap;
}
@media (max-width: 1349px)
{
    .num-box .number
    {
        font-size: 62px;
    }
}
@media (max-width: 1199px)
{
    .num-box .number
    {
        font-size: 45px;
    }
}
@media (max-width: 480px)
{
    .num-box .number
    {
        font-size: 28px;
    }
}
.num-box span
{
    position: relative;
    z-index: 10;
}
.num-box sup
{
    font-size: .33333333em;
    line-height: normal;

    margin-left: 5px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .num-box sup
    {
        font-size: .46875em;
    }
}
.num-box p
{
    font-size: 18px;
    line-height: 1.77777778;

    margin: 0;
}
@media (max-width: 1199px)
{
    .num-box p
    {
        font-size: 16px;
    }
}
@media (max-width: 480px)
{
    .num-box p
    {
        font-size: 14px;
    }
}
.advantage-list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.advantage-list li
{
    position: relative;

    margin-top: 40px;
}
@media (max-width: 991px)
{
    .advantage-list li
    {
        margin-top: 20px;
    }
}
@media (max-width: 480px)
{
    .advantage-list li
    {
        width: 100%;
    }
}
.advantage-list .item
{
    position: relative;

    width: 100%;
    height: 100%;
    padding: 36px 35px 36px 120px;

    -webkit-transition: .5s;
            transition: .5s;

    color: #fff;
    background-color: rgba(0, 0, 0, .8);
}
.advantage-list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 32px;
    font-style: normal;

    position: absolute;
    top: 36px;
    left: 45px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.advantage-list .item p
{
    font-size: 16px;
    line-height: 1.5;

    min-height: 48px;
    margin: 0;

    vertical-align: middle;
    word-break: break-word;
}
@media (max-width: 480px)
{
    .advantage-list .item p
    {
        font-size: 14px;
    }
}
@media (min-width: 1200px)
{
    .advantage-list .item:hover
    {
        background-color: rgba(148, 177, 23, .8);
    }
    .advantage-list .item:hover:before
    {
        -webkit-animation: swing 1s 0s ease both;
                animation: swing 1s 0s ease both;
    }
}
@media (max-width: 1349px)
{
    .advantage-list .item
    {
        padding: 26px 35px 26px 110px;
    }
    .advantage-list .item:before
    {
        top: 26px;
    }
}
@media (max-width: 1199px)
{
    .advantage-list .item
    {
        padding: 26px 20px 26px 70px;
    }
    .advantage-list .item:before
    {
        left: 20px;
    }
}
.advantage-list .item1:before
{
    content: '\e612';
}
.advantage-list .item2:before
{
    content: '\e62e';
}
.advantage-list .item3:before
{
    content: '\e623';
}
.advantage-list .item4:before
{
    content: '\e626';
}
.advantage-list .item5:before
{
    content: '\e62a';
}
.advantage-list .item6:before
{
    content: '\e619';
}
.index-control .list
{
    font-size: 0;

    letter-spacing: -8px;
}
@media (max-width: 767px)
{
    .index-control .list
    {
        margin-top: -20px;
    }
}
.index-control .list li
{
    font-size: 14px;

    display: inline-block;

    width: 33.3333333%;
    margin-top: 20px;
    padding: 0 15px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 767px)
{
    .index-control .list li
    {
        width: 50%;
    }
}
@media (max-width: 480px)
{
    .index-control .list li
    {
        width: 100%;
    }
}
.index-control .list .item,
.index-control .list .pic-box
{
    max-width: 100%;
    margin: 0 auto;
}
.index-control .list .item
{
    width: 310px;

    color: #fff;
}
@media (min-width: 1200px)
{
    .index-control .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .index-control .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .index-control .list .item:hover h4,
    .index-control .list .item:hover p
    {
        color: #a4c41c;
    }
    .index-control .list .item:hover .pic-box:before
    {
        opacity: 1;
    }
}
.index-control .list .pic-box
{
    position: relative;
    z-index: 10;

    width: 262px;
    padding: 1px;
}
.index-control .list .pic-box:before
{
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    border: 8px solid #a4c41c;
}
@media (max-width: 1199px)
{
    .index-control .list .pic-box
    {
        width: 220px;
    }
}
@media (max-width: 991px)
{
    .index-control .list .pic-box
    {
        width: 190px;
    }
}
.index-control .list .pic-box,
.index-control .list .pic-box:before,
.index-control .list .img-box
{
    border-radius: 50%;
}
.index-control .list h4
{
    font-size: 28px;

    margin: 25px 0;

    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .index-control .list h4
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .index-control .list h4
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .index-control .list h4
    {
        margin: 15px 0;
    }
}
.index-control .list p
{
    line-height: 1.71428571;

    margin: 0;

    text-align: justify;
    text-justify: inter-word;
}
.index-news .list
{
    margin-top: 20px;
    padding: 0 50px;
}
@media (max-width: 480px)
{
    .index-news .list
    {
        margin-top: 0;
        padding: 0;
    }
}
.index-news .list .slick-list
{
    margin: 0 -15px;
}
.index-news .list .slick-slide > div
{
    padding: 20px 15px;
}
@media (max-width: 480px)
{
    .index-news .list .slick-slide > div
    {
        padding-top: 0;
    }
}
.index-news .list .slick-dots li
{
    margin: 0 3px;

    opacity: .5;
    background: #e5e5e5;
}
.index-news .list .slick-dots li.slick-active,
.index-news .list .slick-dots li:hover
{
    opacity: 1;
}
.index-news .list .slick-arrow
{
    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
    background: none;
}
.index-news .list .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-news .list .slick-prev
{
    left: -65px;
}
@media (max-width: 1199px)
{
    .index-news .list .slick-prev
    {
        left: -10px;
    }
}
.index-news .list .slick-prev:before
{
    content: '\eb60';
}
.index-news .list .slick-next
{
    right: -65px;
}
@media (max-width: 1199px)
{
    .index-news .list .slick-next
    {
        right: -10px;
    }
}
.index-news .list .slick-next:before
{
    content: '\e625';
}
.index-news .list .img-box
{
    padding-bottom: 60.86956522%;
}
.index-news .list .item
{
    overflow: hidden;

    -webkit-transition: background-color .6s;
            transition: background-color .6s;

    color: #fff;
}
@media (min-width: 1200px)
{
    .index-news .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .index-news .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .index-news .list .item
    {
        padding-right: 15px;
    }
    .index-news .list .item:hover
    {
        background-color: #94b117;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .index-news .list .item h4
    {
        margin-top: 10px;
    }
    .index-news .list .item .pic-box
    {
        width: 290px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px)
{
    .index-news .list .item h4
    {
        margin-top: 10px;
    }
    .index-news .list .item .pic-box
    {
        width: 290px;
    }
}
.index-news .list .pic-box
{
    width: 330px;
}
@media (max-width: 991px)
{
    .index-news .list .pic-box
    {
        width: 300px;
    }
}
@media (min-width: 481px)
{
    .index-news .list .pic-box
    {
        float: left;

        margin-right: 20px;
    }
}
@media (max-width: 480px)
{
    .index-news .list .pic-box
    {
        width: 100%;
        margin: 0 auto;
    }
}
.index-news .list h4
{
    font-size: 16px;
    line-height: 1.5625;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 50px;
    margin-top: 15px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media only screen and (min-width: 481px) and (max-width: 991px)
{
    .index-news .list h4
    {
        margin-top: 0;
    }
}
.index-news .list p
{
    line-height: 1.78571429;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 75px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
@media (min-width: 1200px)
{
    .public-banner
    {
        margin-top: 90px;
    }
}
.public-banner img
{
    position: relative;
    left: 50%;

    display: block;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 767px)
{
    .public-banner img
    {
        width: 180%;
    }
}
@media (max-width: 480px)
{
    .public-banner img
    {
        width: 280%;
    }
}
.inside-nav
{
    text-align: center;
}
.inside-nav li
{
    display: inline-block;

    margin-left: 15px;

    color: #666;
}
.inside-nav li:first-child
{
    margin-left: 0;
}
@media (max-width: 767px)
{
    .inside-nav li
    {
        margin-left: 0;
    }
}
.inside-nav li a
{
    font-size: 16px;

    display: block;

    padding: 10px 50px;

    -webkit-transition: .5s;
            transition: .5s;
    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .inside-nav li a
    {
        padding: 10px 35px;
    }
}
@media (max-width: 991px)
{
    .inside-nav li a
    {
        padding: 10px 25px;
    }
}
@media (max-width: 767px)
{
    .inside-nav li a
    {
        font-size: 14px;

        padding: 8px 15px;
    }
}
@media (max-width: 480px)
{
    .inside-nav li a
    {
        font-size: 3.5vmin;
    }
}
.inside-nav li.active
{
    color: #fff;
    background-color: #1d6056;
}
@media (min-width: 1200px)
{
    .inside-nav li:hover a
    {
        color: #fff;
        background-color: #1d6056;
    }
}
.breadcrumb
{
    margin: 0 0 25px;
    padding: 0;

    color: #888;
    background: none;
}
.breadcrumb li
{
    text-transform: capitalize;
}
.breadcrumb li:first-child:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-right: 15px;

    content: '\e6c8';
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .breadcrumb li:first-child:before
    {
        margin-right: 5px;
    }
}
.breadcrumb li:last-child:before
{
    padding-right: 12px;
}
.breadcrumb li a:hover
{
    text-decoration: underline;

    color: #1d6056;
}
.breadcrumb > li + li:before
{
    padding: 0 10px;

    content: '>';
}
@media (max-width: 767px)
{
    .breadcrumb > li + li:before
    {
        padding: 0 5px;
    }
}
.inside-page .title
{
    margin-bottom: 45px;
}
@media (max-width: 767px)
{
    .inside-page .title
    {
        margin-bottom: 25px;
    }
}
.inside-page .content
{
    padding: 50px 0 70px;
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 45px 0 50px;
    }
}
.download-wrap .img-box
{
    padding-bottom: 141.02564103%;
}
.download-wrap .list
{
    font-size: 0;

    letter-spacing: -8px;
}
.download-wrap .list li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-bottom: 30px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 767px)
{
    .download-wrap .list li
    {
        margin-bottom: 20px;
    }
}
.download-wrap .item
{
    position: relative;

    zoom: 1;

    padding: 20px 25px;

    background-color: #fff;
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, .1);
}
.download-wrap .item:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 480px)
{
    .download-wrap .item
    {
        padding: 15px;
    }
}
.download-wrap .item .pic-box
{
    float: left;

    width: 195px;
    margin-right: 30px;
}
@media (max-width: 1199px)
{
    .download-wrap .item .pic-box
    {
        margin-right: 20px;
    }
}
@media (max-width: 480px)
{
    .download-wrap .item .pic-box
    {
        width: 45%;
        margin-right: 10px;
    }
}
.download-wrap .item h4
{
    font-size: 20px;
    font-weight: normal;

    display: block;

    margin: 15px 0 25px;

    color: #000;
}
@media (max-width: 991px)
{
    .download-wrap .item h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .download-wrap .item h4
    {
        font-size: 16px;
    }
}
@media (max-width: 480px)
{
    .download-wrap .item h4
    {
        font-size: 4.3vmin;

        margin: 10px 0;
    }
}
.download-wrap .item p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
@media (max-width: 480px)
{
    .download-wrap .item p
    {
        font-size: 12px;
    }
}
.download-wrap .item > p
{
    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.download-wrap .item .info
{
    margin-top: 15px;
}
@media (max-width: 480px)
{
    .download-wrap .item .info
    {
        margin-top: 10px;
    }
}
.download-wrap .item .download
{
    font-size: 16px;
    line-height: 38px;

    display: inline-block;

    width: 160px;
    height: 40px;
    margin-top: 35px;

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

    color: #1d6056;
    border: 1px solid #1d6056;
}
@media (min-width: 1200px)
{
    .download-wrap .item .download:hover
    {
        color: #fff;
        background-color: #1d6056;
    }
}
@media (max-width: 1199px)
{
    .download-wrap .item .download:active
    {
        color: #fff;
        background-color: #1d6056;
    }
}
@media (max-width: 767px)
{
    .download-wrap .item .download
    {
        font-size: 12px;
    }
}
@media (max-width: 480px)
{
    .download-wrap .item .download
    {
        font-size: 3vmin;
        line-height: 28px;

        width: 110px;
        height: 30px;
        margin-top: 15px;
    }
}
.download-wrap .page
{
    padding-top: 40px;
}
@media (max-width: 991px)
{
    .download-wrap .page
    {
        padding-top: 30px;
    }
}
@media (max-width: 767px)
{
    .download-wrap .page
    {
        padding-top: 10px;
    }
}
.quality-control-wrap .list
{
    font-size: 0;

    padding-top: 5px;

    letter-spacing: -8px;
}
.quality-control-wrap .list li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 35px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 480px)
{
    .quality-control-wrap .list li
    {
        width: 100%;
        margin-top: 25px;
    }
}
.quality-control-wrap .list .img-box
{
    padding-bottom: 66.66666667%;
}
.quality-control-wrap .list .pic-box
{
    position: relative;

    display: block;
}
@media (min-width: 1200px)
{
    .quality-control-wrap .list .pic-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .quality-control-wrap .list .pic-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.quality-control-wrap .list .pic-box:hover .num:after
{
    opacity: 1;
}
.quality-control-wrap .list .pic-box:hover .num span
{
    -webkit-transition: 0s;
            transition: 0s;

    opacity: 0;
}
.quality-control-wrap .list .pic-box .num
{
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
}
.quality-control-wrap .list .pic-box .num:before
{
    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 0 75px 90px;
    border-style: solid;
    border-color: transparent transparent rgba(29, 96, 86, .8) transparent;
}
.quality-control-wrap .list .pic-box .num:after,
.quality-control-wrap .list .pic-box .num span
{
    -webkit-transition: .4s;
            transition: .4s;
}
.quality-control-wrap .list .pic-box .num:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: absolute;
    z-index: 20;
    right: 0;
    bottom: 10px;

    width: 50%;

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

    opacity: 0;
    color: #fff;
}
.quality-control-wrap .list .pic-box .num span
{
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.25;

    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    padding-left: 40%;

    text-align: center;

    opacity: .8;
    color: #fff;
}
.quality-control-wrap .list p
{
    margin: 20px 0 0;

    color: #000;
}
@media (max-width: 480px)
{
    .quality-control-wrap .list p
    {
        margin-top: 10px;
    }
}
.about-wrap .intro-wrap img
{
    display: block;

    max-width: 100%;
    height: auto !important;
    margin-bottom: 25px;
}
@media (max-width: 991px)
{
    .about-wrap .intro-wrap img
    {
        margin-bottom: 5px;
    }
}
.about-wrap .intro-wrap p
{
    line-height: 1.78571429;

    margin: 0;

    color: #000;
}
.about-wrap .num-box .item
{
    text-shadow: none;
}
.about-wrap .num-box .number
{
    color: #1d6056;
}
.about-wrap .num-box .number sup
{
    color: #94ac1f;
}
.about-wrap .num-box p
{
    color: #666;
}
.news-list li
{
    margin-bottom: 30px;
}
@media (max-width: 480px)
{
    .news-list li
    {
        width: 100%;
    }
}
.news-list .item
{
    -webkit-transition: .3s;
            transition: .3s;

    box-shadow: 0 0 16px 2px rgba(0, 0, 0, .1);
}
@media (min-width: 1200px)
{
    .news-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .news-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .news-list .item:hover
    {
        box-shadow: 0 0 16px 2px rgba(0, 0, 0, .2);
    }
    .news-list .item:hover .intro h4
    {
        color: #94b117;
    }
    .news-list .item:hover .intro .more a:before
    {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
.news-list .img-box
{
    padding-bottom: 62.22222222%;
}
.news-list .intro
{
    position: relative;

    padding: 25px 55px 45px 30px;

    border-bottom: 2px solid #94b117;
}
@media (max-width: 1199px)
{
    .news-list .intro
    {
        padding: 20px 50px 45px 30px;
    }
}
@media (max-width: 480px)
{
    .news-list .intro
    {
        padding: 20px 30px 35px 20px;
    }
}
.news-list .intro h4
{
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    height: 18px;
    margin: 15px 0;

    -webkit-transition: .3s;
            transition: .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list .intro p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 0;

    color: #888;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news-list .intro .more
{
    position: absolute;
    right: 0;
    bottom: 0;
}
.news-list .intro .more a
{
    line-height: 43px;

    display: block;

    width: 43px;
    height: 43px;

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

    color: #fff;
    background-color: #94b117;
}
.news-list .intro .more a:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e6a5';
    -webkit-transition: .4s;
            transition: .4s;
}
@media (min-width: 1200px)
{
    .news-list .intro .more a:hover
    {
        background-color: #3ba1ca;
    }
}
@media (max-width: 1199px)
{
    .news-list .intro .more a:active
    {
        background-color: #3ba1ca;
    }
}
@media (max-width: 480px)
{
    .news-list .intro .more a
    {
        line-height: 35px;

        width: 35px;
        height: 35px;
    }
}
.news-wrap .date
{
    font-weight: 300;

    color: #666;
}
.news-wrap .date:before,
.news-wrap .date span
{
    display: inline-block;

    vertical-align: middle;
}
.news-wrap .date:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-right: 10px;

    content: '\e63a';

    color: #1d6056;
}
.news-wrap .page
{
    padding-top: 20px;
}
@media (max-width: 991px)
{
    .news-wrap .page
    {
        padding-top: 10px;
    }
}
@media (max-width: 767px)
{
    .news-wrap .page
    {
        padding-top: 0;
    }
}
.news-details-wrap .news-title
{
    margin-bottom: 20px;
    padding-bottom: 20px;

    border-bottom: 1px solid #eee;
}
.news-details-wrap .news-title h1
{
    font-size: 28px;

    margin: 0 0 10px;

    color: #000;
}
@media (max-width: 991px)
{
    .news-details-wrap .news-title h1
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-title h1
    {
        font-size: 22px;
    }
}
.news-details-wrap .news-title .date
{
    color: #666;
}
.news-details-wrap .intro img
{
    display: block;

    max-width: 100%;
    height: auto !important;
    margin: 30px 0;
}
@media (max-width: 991px)
{
    .news-details-wrap .intro img
    {
        margin: 25px 0;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .intro img
    {
        margin: 20px 0;
    }
}
.news-details-wrap .intro p
{
    line-height: 1.78571429;

    margin: 0;

    color: #666;
}
.news-details-wrap .news-page
{
    overflow: hidden;

    margin-top: 55px;
}
@media (max-width: 1199px)
{
    .news-details-wrap .news-page
    {
        margin-top: 45px;
    }
}
@media (max-width: 991px)
{
    .news-details-wrap .news-page
    {
        margin-top: 35px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page
    {
        margin-top: 25px;
    }
}
.news-details-wrap .news-page a
{
    position: relative;

    display: inline-block;

    max-width: 100%;
    padding-left: 30px;

    -webkit-transition: .5s;
            transition: .5s;

    color: #999;
}
.news-details-wrap .news-page a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

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

    display: block;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1200px)
{
    .news-details-wrap .news-page a:hover
    {
        color: #000;
    }
}
.news-details-wrap .news-page p
{
    overflow: hidden;

    margin: 0;
    padding: 5px 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-details-wrap .news-page .prev > a:before
{
    content: '\e9b5';
}
.news-details-wrap .news-page .next > a:before
{
    content: '\e72f';
}
@media (min-width: 1200px)
{
    .list-l,
    .content-r
    {
        float: left;
    }
}
@media (min-width: 1200px)
{
    .list-l
    {
        width: 230px;
    }
}
.list-l .menu-wrap
{
    position: relative;
    z-index: 20;
}
.list-l .menu
{
    position: relative;
    z-index: 10;
}
.list-l .menu h3
{
    font-size: 20px;

    margin: 0;
    padding: 9px 15px;

    text-align: center;

    color: #fff;
    background-color: #1d6056;
}
.list-l .menu a
{
    display: block;
}
.list-l .menu1 > li
{
    margin-bottom: 2px;
}
.list-l .menu1 > li.active > a,
.list-l .menu1 > li:hover > a
{
    color: #fff;
    background-color: #1d6056;
}
.list-l .menu1 > li.active > a:before,
.list-l .menu1 > li:hover > a:before
{
    background-color: #fff;
}
.list-l .menu1 > li.active > a:before
{
    background-color: #fff;
}
.list-l .menu1 > li > a
{
    font-size: 16px;

    position: relative;

    padding: 12px 35px;

    -webkit-transition: background-color .4s;
            transition: background-color .4s;

    color: #000;
}
.list-l .menu1 > li > a:before
{
    position: absolute;
    top: 50%;
    left: 17px;

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

    content: '';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    border-radius: 2px;
    background-color: #1d6056;
}
.list-l .menu2
{
    display: none;

    padding: 12px 0 5px;
}
.list-l .menu2 > li
{
    position: relative;

    margin-top: 2px;
}
.list-l .menu2 > li:first-child
{
    margin-top: 0;
}
.list-l .menu2 > li.active > a
{
    background-color: #fafafa;
}
.list-l .menu2 > li.active > a:before
{
    height: 100%;

    -webkit-transition: .5s;
            transition: .5s;
}
.list-l .menu2 > li.active > a span
{
    color: #000;
}
.list-l .menu2 > li:hover:not(.active) > a
{
    background-color: #fafafa;
}
.list-l .menu2 > li:hover:not(.active) > a:before
{
    height: 100%;

    -webkit-transition: .5s;
            transition: .5s;
}
.list-l .menu2 > li:hover:not(.active) > a span
{
    color: #000;
}
.list-l .menu2 > li > a
{
    line-height: 1.6;

    position: relative;

    padding: 7px 10px 7px 30px;

    color: #666;
}
.list-l .menu2 > li > a:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 4px;
    height: 0;

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

    background-color: #94b117;
}
.list-l .menu2 > li > a span
{
    display: block;
}
.list-l .menu3
{
    display: none;

    padding-left: 20px;
}
.list-l .menu3 > li
{
    margin-top: 5px;
}
.list-l .menu3 > li.active > a,
.list-l .menu3 > li:hover > a
{
    text-decoration: underline;

    color: #1d6056;
}
.list-l .menu3 > li > a
{
    color: #666;
}
@media (min-width: 1200px)
{
    .content-r
    {
        width: -webkit-calc(100% - 230px);
        width:         calc(100% - 230px);
        padding-left: 30px;
    }
}
.product-list
{
    margin-top: -30px;
}
.product-list li
{
    margin-top: 30px;
}
@media (max-width: 480px)
{
    .product-list li
    {
        width: 100%;
    }
}
.product-list .item
{
    -webkit-transition: .4s;
            transition: .4s;

    border: 10px solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
}
@media (min-width: 1200px)
{
    .product-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .product-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .product-list .item:hover
    {
        border-color: #1d6056;
    }
    .product-list .item:hover .intro:after
    {
        width: 44px;

        opacity: 1;
    }
}
.product-list .intro
{
    width: 290px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;

    text-align: center;
}
.product-list .intro:after
{
    display: block;

    width: 0;
    height: 2px;
    margin: 8px auto 10px;

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

    opacity: 0;
    background-color: #94b117;
}
.product-list .intro .name
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.product-list .intro .name a
{
    font-size: 16px;

    overflow: hidden;

    height: 22px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #000;
}
.product-list .intro p
{
    line-height: 1.28571429;

    /* display: -webkit-box; */
    overflow: hidden;

    height: auto;
    height: 18px;
    margin: 0;

    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}
.product-wrap .page
{
    padding-top: 75px;
}
@media (max-width: 1199px)
{
    .product-wrap .page
    {
        padding-top: 35px;
    }
}
@media (max-width: 991px)
{
    .product-wrap .page
    {
        padding-top: 30px;
    }
}
@media (max-width: 767px)
{
    .product-wrap .page
    {
        padding-top: 25px;
    }
}
@media only screen and (min-width: 1350px)
{
    .product-details-wrap .carousel-wrap .row
    {
        margin: 0 -25px;
    }
    .product-details-wrap .carousel-wrap .row > div
    {
        padding: 0 25px;
    }
}
.product-details-wrap .main-img
{
    width: 550px;
    max-width: 100%;
    padding: 20px;

    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .product-details-wrap .main-img
    {
        margin: 0 auto 35px;
    }
}
@media only screen and (min-width: 1350px)
{
    .product-details-wrap .intro-wrap
    {
        padding-left: 10px;
    }
}
.product-details-wrap .intro-wrap h1
{
    font-size: 32px;
    font-weight: normal;

    margin: 5px 0 15px;

    color: #1d6056;
}
@media (max-width: 767px)
{
    .product-details-wrap .intro-wrap h1
    {
        font-size: 26px;

        margin-bottom: 10px;
    }
}
.product-details-wrap .intro-wrap .type
{
    font-size: 16px;

    color: #999;
}
@media (max-width: 767px)
{
    .product-details-wrap .intro-wrap .type
    {
        font-size: 15px;
    }
}
.product-details-wrap .intro-wrap .info
{
    margin-top: 15px;
}
@media (max-width: 767px)
{
    .product-details-wrap .intro-wrap .info
    {
        margin-top: 10px;
    }
}
.product-details-wrap .intro-wrap .info p
{
    line-height: 2;

    margin: 0;
}
.product-details-wrap .intro-wrap .info img
{
    display: inline-block;

    max-width: 100%;
    margin-top: 5px;
}
.product-details-wrap .intro-wrap .conditions
{
    width: 540px;
    max-width: 100%;
    margin-top: 30px;
}
.product-details-wrap .intro-wrap .conditions h4
{
    font-size: 16px;
    font-weight: 600;

    margin: 0 0 10px;

    color: #000;
}
.product-details-wrap .intro-wrap .conditions h4 + span
{
    font-size: 16px;

    display: block;
}
.product-details-wrap .intro-wrap .conditions .list
{
    margin: 0 -5px;
}
.product-details-wrap .intro-wrap .conditions .list li
{
    margin-top: 10px;
    padding: 0 5px;
}
.product-details-wrap .intro-wrap .conditions .list .img-box
{
    padding-bottom: 60.11560694%;
}
.product-details-wrap .intro-wrap .fun-btn
{
    padding-top: 15px;
}
.product-details-wrap .intro-wrap .fun-btn a
{
    font-size: 16px;

    display: inline-block;

    margin-top: 25px;
    margin-right: 10px;
    padding: 12px 38px;

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

    color: #fff;
    color: #1d6056;
    border: 1px solid #1d6056;
}
@media (max-width: 767px)
{
    .product-details-wrap .intro-wrap .fun-btn a
    {
        font-size: 14px;

        margin-top: 20px;
        padding: 8px 21px;
        padding: 1.8vmin 7vmin;
    }
}
@media (min-width: 1200px)
{
    .product-details-wrap .intro-wrap .fun-btn a:hover
    {
        color: #fff;
        background-color: #1d6056;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .intro-wrap .fun-btn a:active
    {
        color: #fff;
        background-color: #1d6056;
    }
}
.product-details-wrap .intro-wrap .fun-btn .down-btn
{
    margin-right: 0;
}
.product-details-wrap .intro-list
{
    margin-bottom: -10px;
}
.product-details-wrap .intro-list li
{
    overflow: hidden;

    margin-top: 15px;
}
.product-details-wrap .intro-list .pic-box
{
    float: left;

    width: 120px;
    margin-right: 20px;
    margin-bottom: 5px;
}
@media (max-width: 480px)
{
    .product-details-wrap .intro-list .pic-box
    {
        margin-right: 10px;
    }
}
.product-details-wrap .intro-list .img-box
{
    padding-bottom: 58.33333333%;
}
.product-details-wrap .intro-list p
{
    line-height: 1.42857143;

    margin: 0;
    padding: 5px 0;

    color: #000;
}
@media (max-width: 480px)
{
    .product-details-wrap .intro-list p
    {
        font-size: 12px;
    }
}
.product-details-wrap .tab-list
{
    margin-top: 65px;
}
@media (max-width: 991px)
{
    .product-details-wrap .tab-list
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .tab-list
    {
        margin-top: 35px;
    }
}
.product-details-wrap .tab-list h3
{
    font-size: 28px;

    margin: 0 0 25px;

    color: #000;
}
@media (max-width: 767px)
{
    .product-details-wrap .tab-list h3
    {
        font-size: 24px;

        margin-bottom: 20px;
    }
}
.product-details-wrap .introduction .intro img
{
    display: block;

    max-width: 100%;
    height: auto !important;
    margin-top: 10px;
}
.product-details-wrap .introduction .intro p
{
    line-height: 2;

    margin: 0;
}
.product-details-wrap .inquiry-form .submit
{
    background-color: #1d6056;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #666;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #666;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #666;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #666;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #c3c3c3;
}
.inquiry-form form input,
.inquiry-form form textarea
{
    font-size: 16px;

    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 13px 20px;

    color: #666;
    border: 1px solid #eee;
}
@media (max-width: 767px)
{
    .inquiry-form form input,
    .inquiry-form form textarea
    {
        font-size: 14px;

        padding: 12px 15px;
    }
}
.inquiry-form form textarea
{
    height: 215px;
}
@media (max-width: 767px)
{
    .inquiry-form form textarea
    {
        height: 180px;
    }
}
.inquiry-form form .required
{
    font-size: 16px;
}
@media (max-width: 767px)
{
    .inquiry-form form .required
    {
        font-size: 14px;
    }
}
.inquiry-form form .submit
{
    font-size: 16px;
    line-height: 48px;

    display: block;

    width: 300px;
    height: 48px;
    margin-top: 20px;

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

    color: #fff;
    background-color: #94b117;
}
@media (max-width: 767px)
{
    .inquiry-form form .submit
    {
        line-height: 40px;

        width: 160px;
        height: 40px;
    }
}
@media (min-width: 1200px)
{
    .inquiry-form form .submit:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
    }
}
@media (max-width: 1199px)
{
    .inquiry-form form .submit:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
    }
}
.contact-wrap
{
    position: relative;

    overflow: hidden;
}
.contact-wrap .content
{
    padding-bottom: 0;
}
.contact-wrap .info-wrap
{
    position: relative;

    overflow: hidden;

    background-color: #f6f6f6;
}
@media (min-width: 992px)
{
    .contact-wrap .info-wrap .container
    {
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .info-wrap
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .info-wrap
    {
        padding: 35px 0;
    }
}
.contact-wrap .info
{
    overflow: hidden;

    width: 690px;
    max-width: 100%;
    margin-top: 110px;
    padding-left: 60px;
}
@media (max-width: 1349px)
{
    .contact-wrap .info
    {
        margin-top: 70px;
        padding-left: 30px;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .info
    {
        margin-top: 0;
        margin-bottom: 35px;
        padding-left: 0;
    }
}
.contact-wrap .info h3
{
    font-size: 32px;

    margin: 0 0;

    color: #000;
}
@media (max-width: 480px)
{
    .contact-wrap .info h3
    {
        font-size: 22px;

        margin-top: 15px;
    }
}
.contact-wrap .info ul
{
    font-size: 0;

    margin: 0 -15px;

    letter-spacing: -8px;
}
.contact-wrap .info li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;
    margin-top: 25px;
    padding: 0 15px 0 45px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 480px)
{
    .contact-wrap .info li
    {
        width: 100%;
        margin-top: 20px;
    }
}
.contact-wrap .info li:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    position: absolute;
    top: 5px;
    left: 15px;

    color: #1d6056;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px)
{
    .contact-wrap .info li:before
    {
        top: 3px;
    }
}
.contact-wrap .info li p
{
    font-size: 16px;
    line-height: 2.25;

    position: relative;

    margin: 0;

    color: #000;
}
.contact-wrap .info li p > span
{
    display: block;

    margin-bottom: 15px;

    color: #666;
}
@media (max-width: 480px)
{
    .contact-wrap .info li p > span
    {
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 1200px)
{
    .contact-wrap .info li p a:hover
    {
        text-decoration: underline;

        color: #1d6056;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .info li p a:active
    {
        text-decoration: underline;

        color: #1d6056;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .info li p
    {
        font-size: 14px;
    }
    .contact-wrap .info li p > span
    {
        margin-bottom: 0;
    }
}
.contact-wrap .info li.tel:before
{
    content: '\e62f';
}
.contact-wrap .info li.phone:before
{
    content: '\e633';
}
.contact-wrap .info li.mail:before
{
    content: '\e62c';
}
.contact-wrap .info li.address:before
{
    content: '\e61a';
}
.contact-wrap .map
{
    position: relative;
}
.contact-wrap .map .map-content
{
    display: block;
    overflow: hidden;

    height: 500px;
}
@media (max-width: 767px)
{
    .contact-wrap .map
    {
        margin-top: 15px;
    }
    .contact-wrap .map .map-content
    {
        height: 300px;
    }
}
.contact-wrap .inquiry-form
{
    padding: 100px 0 85px;
}
@media (max-width: 991px)
{
    .contact-wrap .inquiry-form
    {
        padding: 70px 0;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .inquiry-form
    {
        padding: 45px 0;
    }
}
.contact-wrap .inquiry-form h3
{
    font-size: 32px;

    margin: 0 0 30px;

    text-align: center;

    color: #000;
}
@media (max-width: 767px)
{
    .contact-wrap .inquiry-form h3
    {
        font-size: 28px;

        margin-bottom: 25px;
    }
}
.online-wrap .btn
{
    line-height: 38px;

    position: fixed;
    z-index: 100;
    right: 5px;
    bottom: 65px;

    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: 10px;
    background-color: rgba(64, 64, 64, .7);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

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

    display: none;

    width: 100px;
    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 100;
    right: 5px;
    bottom: 70px;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        bottom: 110px;

        -webkit-transform: translateX(50px);
        -webkit-transform: translate3d(50px, 0, 0);
            -ms-transform: translateX(50px);
                transform: translateX(50px);
                transform: translate3d(50px, 0, 0);
    }
    .online-wrap .online.active
    {
        -webkit-transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translateX(0);
                transform: translateX(0);
                transform: translate3d(0, 0, 0);
    }
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin: 2px 0;

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

    border-radius: 10px;
    background-color: rgba(64, 64, 64, .7);
}
.online-wrap .online a:before
{
    font-size: 22px;

    color: #fff;
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover
    {
        background-color: rgba(29, 96, 86, .7);
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a:before
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px)
{
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-zuoji:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-zuoji .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

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

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

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    padding: 5px;

    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;
}
.xs-online
{
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;

    width: 100%;

    background-color: rgba(29, 96, 86, .9);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul
{
    display: table;

    width: 100%;

    table-layout: fixed;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    display: table-cell;

    width: 20%;

    border-left: 1px solid rgba(255, 255, 255, .4);
}
.xs-online ul li > a
{
    display: block;

    padding: 6px 0;
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li > a span
{
    font-size: 10px;
    line-height: 17px;

    display: block;

    height: 17px;
}
@media (max-width: 480px)
{
    .xs-online ul li > a span
    {
        font-size: 2.8vmin;
    }
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e62f';
}
.xs-online ul li.mail > a:before
{
    content: '\e62c';
}
.xs-online ul li.home > a:before
{
    content: '\e62e';
}
.xs-online ul li.feedback > a:before
{
    content: '\e7a5';
}
.xs-online ul li.inquiry > a:before
{
    content: '\e63d';
}
.xs-online ul li.facebook > a:before
{
    content: '\e64c';
}
.xs-online ul li.whatsapp > a:before
{
    content: '\e751';
}
.xs-online ul li.top > a:before
{
    content: '\e605';
}
.xs-online ul li.map > a:before
{
    content: '\e62a';
}
.xs-online ul li.wechat,
.xs-online ul li.weixin
{
    position: relative;
}
.xs-online ul li.wechat:hover .pic-box,
.xs-online ul li.weixin:hover .pic-box
{
    display: block;
}
.xs-online ul li.wechat > a:before,
.xs-online ul li.weixin > a:before
{
    content: '\e604';
}
.xs-online ul li.wechat .pic-box,
.xs-online ul li.weixin .pic-box
{
    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

    width: 100px;
    max-width: 100px;
    padding: 5px;

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

    background-color: #fff;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul li.wechat .pic-box img,
.xs-online ul li.weixin .pic-box img
{
    display: block;

    width: 100%;
}
.xs-online ul li.wechat .pic-box p,
.xs-online ul li.weixin .pic-box p
{
    line-height: 30px;

    margin: 0;

    white-space: nowrap;

    color: #333;
}
.share
{
    color: #fff;
}
.share a
{
    display: inline-block;

    margin-left: 6px;

    -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;
}
.share a:first-child
{
    margin-left: 0;
}
.share a:before
{
    line-height: 30px;

    display: block;
    overflow: hidden;

    width: 30px;
    height: 30px;

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

    color: #fff;
    border-radius: 50%;
    background-color: rgba(28, 32, 35, .3);
}
.share a:hover
{
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.share a:hover:before
{
    color: #fff;
}
.share a:hover.icon-facebook:before,
.share a:hover.icon-facebook1:before
{
    border-color: #3b5998;
    background-color: #3b5998;
}
.share a:hover.icon-tuite:before
{
    border-color: #55acee;
    background-color: #55acee;
}
.share a:hover.icon-linkedin:before
{
    border-color: #006a9a;
    background-color: #006a9a;
}
.share a:hover.icon-youtube:before,
.share a:hover.icon-youtube1:before
{
    border-color: #c4302b;
    background-color: #c4302b;
}
.share a:hover.icon-instagram:before
{
    border-color: #6b3d2e;
    background-color: #6b3d2e;
}
.share a:hover.icon-pinterest:before
{
    border-color: #cd1f29;
    background-color: #cd1f29;
}
.share a:hover.icon-google:before,
.share a:hover.icon-google1:before
{
    border-color: #dc4e41;
    background-color: #dc4e41;
}
.share.color .icon-facebook:before,
.share.color .icon-facebook1:before
{
    background-color: #3b5998;
}
.share.color .icon-tuite:before
{
    background-color: #55acee;
}
.share.color .icon-linkedin:before
{
    background-color: #006a9a;
}
.share.color .icon-youtube:before,
.share.color .icon-youtube1:before
{
    background-color: #c4302b;
}
.share.color .icon-instagram:before
{
    background-color: #6b3d2e;
}
.share.color .icon-pinterest:before
{
    background-color: #cd1f29;
}
.share.color .icon-google:before,
.share.color .icon-google1:before
{
    background-color: #dc4e41;
}
.footer
{
    position: relative;
    z-index: 10;

    color: #fff;
}
@media (max-width: 767px)
{
    .footer
    {
        padding-bottom: 50px;
    }
}
.footer .footer-wrap
{
    overflow: hidden;
}
.footer .footer-row
{
    font-size: 0;

    margin: 0 -15px;
    padding: 45px 0 40px;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
@media (max-width: 1199px)
{
    .footer .footer-row
    {
        padding-top: 10px;
    }
}
@media (max-width: 767px)
{
    .footer .footer-row
    {
        padding: 20px 0;
    }
}
@media (min-width: 992px)
{
    .footer .footer-row:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
.footer .foot-list
{
    font-size: 16px;

    display: inline-block;

    /*padding: 0 15px;*/
    padding: 0 0px 0px 15px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .footer .foot-list
    {
        margin-top: 25px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        font-size: 14px;

        width: 100%;
        margin-top: 0;
    }
}
.footer .foot-list li
{
    position: relative;
}
.footer .foot-list li a
{
    position: relative;

    display: inline-block;
}
.footer .foot-list p,
.footer .foot-list li
{
    font-size: 16px;
    line-height: 1.875;
}
@media (max-width: 767px)
{
    .footer .foot-list p,
    .footer .foot-list li
    {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px)
{
    .footer .foot-list p a:hover,
    .footer .foot-list li a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-list p a:active,
    .footer .foot-list li a:active
    {
        text-decoration: underline;
    }
}
.footer .foot-list h4
{
    font-size: 20px;
    font-weight: normal;

    margin: 20px 0 30px;
}
@media (max-width: 1199px)
{
    .footer .foot-list h4
    {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        font-size: 18px;
        line-height: 35px;

        position: relative;

        margin: 5px 0;
        padding-right: 20px;
    }
    .footer .foot-list h4:after
    {
        font-family: 'iconfont' !important;
        font-size: 15px;
        font-weight: bold;

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

        display: block;

        content: '\e629';
        -webkit-transition: .3s;
                transition: .3s;
    }
    .footer .foot-list h4.active:after
    {
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4 + *
    {
        display: none;

        margin-bottom: 10px;
        padding: 0 10px;
    }
}
@media only screen and (min-width: 768px)
{
    .footer .foot-contact
    {
        width: 360px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .footer .foot-contact
    {
        width: 365px;
    }
}
.footer .foot-contact .pic-box
{
    width: 210px;
    max-width: 100%;
    margin: 20px 0;
}
.footer .foot-contact .pic-box img
{
    display: block;

    max-width: 100%;
}
.footer .foot-contact .logo
{
    margin-bottom: 15px;
}
.footer .foot-contact .logo img
{
    display: block;

    max-width: 100%;
}
.footer .foot-contact .contact-box p
{
    font-size: 16px;
    line-height: 1.875;

    position: relative;

    display: table;

    margin: 0;
}
.footer .foot-contact .contact-box p span
{
    display: table-cell;

    min-width: 30px;
    min-width: 82px;
}
@media (max-width: 767px)
{
    .footer .foot-contact .contact-box p
    {
        font-size: 14px;
    }
}
.footer .foot-contact .share
{
    margin-top: 70px;
}
@media (max-width: 1199px)
{
    .footer .foot-contact .share
    {
        margin-top: 35px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-contact .share
    {
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact .share
    {
        margin: 5px 0 10px;
    }
}
@media only screen and (min-width: 1470px)
{
    .footer .foot-product
    {
        width: 220px;
    }
}
.footer .foot-follow .pic-box
{
    width: 125px;
    max-width: 100%;
    padding-top: 5px;

    text-align: center;
}
.footer .foot-follow .pic-box img
{
    display: block;

    max-width: 100%;
}
.footer .foot-follow .pic-box p
{
    font-size: 16px;

    margin: 5px 0 0;
}
.footer .foot-message
{
    overflow: hidden;

    width: 360px;
    max-width: 100%;
}
@media (max-width: 1199px)
{
    .footer .foot-message
    {
        width: 300px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-message
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message
    {
        width: 100%;
    }
}
.footer .foot-message form
{
    overflow: hidden;

    padding-top: 5px;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #fff;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #fff;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #fff;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #fff;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #ccc;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #ccc;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #ccc;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #ccc;
}
@media (max-width: 767px)
{
    .footer .foot-message form
    {
        display: none;
    }
}
.footer .foot-message form .row
{
    margin: 0 -5px;
}
.footer .foot-message form .row li
{
    line-height: 1;

    padding: 0 5px;
}
.footer .foot-message form input,
.footer .foot-message form textarea
{
    font-size: 14px;

    display: block;

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

    color: #fff;
    border: 1px solid #535657;
    background: rgba(0, 0, 0, .2);
}
.footer .foot-message form textarea
{
    height: 85px;
}
.footer .foot-message form .submit
{
    line-height: 42px;

    width: 150px;
    height: 42px;
    margin-top: 5px;

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

    color: #fff;
    background: #1d6056;
}
@media (min-width: 1200px)
{
    .footer .foot-message form .submit:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
    .footer .foot-message form .submit:hover span
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-message form .submit:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
    .footer .foot-message form .submit:active span
    {
        text-decoration: underline;
    }
}
.copyright
{
    position: relative;

    padding: 12px 0;

    text-align: center;

    background-color: #101212;
}
.copyright p
{
    line-height: 1.8;

    margin: 0;

    color: #adadad;
}
@media (max-width: 480px)
{
    .copyright p
    {
        font-size: 3.3vmin;
    }
}
.copyright p a
{
    margin-left: 70px;
}
.copyright p a:hover
{
    text-decoration: underline;

    color: #fff;
}
@media (max-width: 767px)
{
    .copyright p a
    {
        margin-left: 5px;
    }
}




.product-details-wrap .share-wrap
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .product-details-wrap .share-wrap
    {
        margin-top: 15px;
    }
}
.product-details-wrap .share-wrap > b,
.product-details-wrap .share-wrap .addthis_inline_share_toolbox
{
    display: inline-block;

    vertical-align: middle;
}
.product-details-wrap .share-wrap > b
{
    margin-right: 10px;
}



.product-details-wrap .carousel-wrap .intro-wrap .btn-product
{
    margin-top: 15px;
}

.product-details-wrap .carousel-wrap .intro-wrap .btn-product .prev-next
{
    display: inline-block;
    float: right;
}
@media only screen and (min-width: 992px){
    .product-details-wrap .carousel-wrap .intro-wrap .btn-product .prev-next
    {
        padding-right: 50px;
    }
}
.product-details-wrap .carousel-wrap .intro-wrap .btn-product .prev-next a
{
    line-height: 48px;

    display: inline-block;

    width: 48px;
    height: 48px;
    margin-left: 8px;

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

    color: #333;
    border: 1px solid #1d6056;
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap .intro-wrap .btn-product .prev-next a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.product-details-wrap .carousel-wrap .intro-wrap .btn-product .prev-next a:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e72f';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.product-details-wrap .carousel-wrap .intro-wrap .btn-product .prev-next a.next:after
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.product-details-wrap .carousel-wrap .intro-wrap .btn-product .prev-next a:hover
{
    color: #fff;
    background-color: #1d6056;
}


/**
 * Date : 2020年5月20日14:39:46
 * @author HSM
 * @toDo 产品详情加上下页按钮
 */


.product-details-wrap .main-img
{
    position: relative;
}

.product-details-wrap .main-img:hover .pro-btn a
{
    visibility: visible;

    opacity: 1;
}
.product-details-wrap .pro-btn a
{
    font-size: 40px;

    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;
    visibility: hidden;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 0;
}
.product-details-wrap .pro-btn a:hover
{
    color: #1d6056;
}
.product-details-wrap .pro-btn .icon-jiantouzuo
{
    left: 10px;
}
.product-details-wrap .pro-btn .icon-jiantouyou1
{
    right: 15px;
}



/**
 * Date : 2021年9月10日08:52:59
 * @author HSM
 * @toDo 首页添加视频版块
 */

@media (min-width: 1200px)
{
    .video-box > a img,
    .video-box .img-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .video-box > a:hover img,
    .video-box .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.video-box > a[data-src]:not([data-src='']),
.video-box .img-box[data-src]:not([data-src=''])
{
    cursor: pointer;
}
.video-box > a[data-src]:not([data-src='']):after,
.video-box .img-box[data-src]:not([data-src='']):after
{
    -webkit-transition: 1.2s;
            transition: 1.2s;
}
.video-box > a[data-src]:not([data-src='']):after,
.video-box .img-box[data-src]:not([data-src='']):after
{
    z-index: 2;

    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}
.video-box > a[data-src]:not([data-src='']) .v-btn,
.video-box .img-box[data-src]:not([data-src='']) .v-btn
{
    display: block;
}
@media (min-width: 1200px)
{
    .video-box > a[data-src]:not([data-src='']):hover:after,
    .video-box .img-box[data-src]:not([data-src='']):hover:after
    {
        background-color: rgba(0, 0, 0, .1);
    }
    .video-box > a[data-src]:not([data-src='']):hover .mask-btn:after,
    .video-box .img-box[data-src]:not([data-src='']):hover .mask-btn:after
    {
        -webkit-animation: scale 2000ms linear infinite;
                animation: scale 2000ms linear infinite;
    }
}
.video-box .img-box
{
    padding-bottom: 66.66666667%;
}
.video-box .v-btn
{
    font-size: 60px;
    line-height: 1;

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

    display: none;

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

    color: #fff;
    border-radius: 50%;
}
.video-box .v-btn.mask-btn
{
    box-shadow: 0 0 5px 15px rgba(255, 255, 255, .5);
}
.video-box .v-btn.mask-btn:before
{
    position: relative;
    z-index: 2;

    display: block;
}
@media (max-width: 767px)
{
    .video-box .v-btn
    {
        font-size: 45px;
    }
    .video-box .v-btn.mask-btn
    {
        box-shadow: 0 0 2px 10px rgba(255, 255, 255, .5);
    }
}
.video-box > a:not(.img-box)
{
    position: relative;

    display: block;
}

/**
 * Date : 2021年9月15日17:20:33
 * @author HSM
 * @toDo 修改banner
 */

.index-video .list {
    margin-top: -30px;
}
.index-video .video-box {
    margin-top: 30px;
    border: 4px solid #a4c41c;
}

@media (max-width: 575px) {
    .index-video .list li{
        width: 100%;
    }
}

/**
 * Date : 2022年3月23日09:47:25
 * @author HSM
 * @toDo header加社媒
 */

 .header .language a:before {
    /*display: none !important; */
    margin-right: 5px;
 }

 .header .share {
    margin-left: 15px;
 }


/**
 * Date : 2022年3月28日16:12:35
 * @author HSM
 * @toDo 首页添加社媒版块
 */
 .language a span {
  display: none !important;
}
.index-social .list {
  margin-top: -40px;
}
@media (max-width: 767px) {
  .index-social .list {
    margin-top: -25px;
  }
}
.index-social .list > li {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .index-social .list > li {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .index-social .list > li {
    width: 100%;
  }
}
.index-social .tit {
  margin-bottom: 25px;
}
.index-social .tit > a > div {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .index-social .tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .index-social .tit {
    margin-bottom: 15px;
  }
}
.index-social .follow-name {
  text-align: center;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .index-social .follow-name {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .index-social .follow-name {
    font-size: 16px;
  }
}
.index-social .pic-box {
  width: 40px;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .index-social .pic-box {
    margin-right: 10px;
    width: 30px;
  }
}
.index-social .pic-box img {
  max-width: 100%;
}
.index-social .pic-list {
  margin: -15px -8px 0;
}
.index-social .pic-list > li {
  padding: 0 8px;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .index-social .pic-list .img-box img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .index-social .pic-list .img-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.index-social .iframe-box {
  height: 450px;
  position: relative;
}
@media (max-width: 1469px) {
  .index-social .iframe-box {
    height: 410px;
  }
}
@media (max-width: 1349px) {
  .index-social .iframe-box {
    height: 360px;
  }
}
@media (max-width: 1199px) {
  .index-social .iframe-box {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .index-social .iframe-box {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .index-social .iframe-box {
    height: 27vh;
  }
}
.index-social iframe[src=''] {
  border: 1px solid #000;
}

.index-social .iframe-box > iframe,
.index-social .iframe-box > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.index-social .iframe-box > iframe {
    background-color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1469px) { 
    .header .logo a {
        width: 220px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1349px) { 
    .header .logo a {
        width: 180px;
    }
}


/**
 * Date : 2022年4月25日15:02:15
 * @author HSM
 * @toDo 首页advantage 重构
 */
/*.index-advantage .pic-list { 
  margin-top: -30px;
}*/
.index-advantage .pic-list > li {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .index-advantage .pic-list {
    /*margin-top: -15px;*/
    margin: 0 -8px;
  }
  .index-advantage .pic-list > li {
    padding: 0 8px;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .index-advantage .pic-list > li {
    width: 100%;
  }
}
.index-advantage .pic-list .img-box {
  padding-bottom: 26.66666667%;
}
@media (min-width: 1200px) {
  .index-advantage .pic-list .img-box img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .index-advantage .pic-list .img-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
