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

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
.slick-slide a
{
    outline: none !important;
}
.header a,
.footer a
{
    color: inherit;
}
.header ul,
.footer ul
{
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li
{
    list-style: none;
}
.header button,
.footer button
{
    border: none;
    outline: none;
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 100px;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 70px;
    }
}
.header .logo
{
    float: left;

    height: 90px;
    margin-top: 5px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
    }
}
.header .logo a
{
    display: block;

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

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

    margin-top: 32px;
    margin-left: 40px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1350px)
{
    .header .language
    {
        margin-left: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin-top: 20px;
        margin-left: 10px;
    }
}
.header .language a
{
    display: inline-block;

    width: 36px;
    height: 36px;
    margin-left: 18px;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .header .language a
    {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }
}
.header .language a.en
{
    background-position: -36px 0;
}
@media (max-width: 1199px)
{
    .header .language a.en
    {
        background-position: -30px 0;
    }
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

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

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

        display: block;

        margin-top: 8px;

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

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

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

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

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

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

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

        display: none;

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

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

        background: #fafafa;
        background-color: #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: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 100px;

        position: relative;

        display: inline-block;
        overflow: hidden;

        padding: 0 36px;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        text-decoration: none;

        color: #6eb809;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 10 0;

        display: none;

        min-width: 160px;
        padding: 20px 0;

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

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

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

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 18px;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;
        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
                transform: translateX(6px);
        text-decoration: underline;

        color: #6eb809;
    }
    .header .nav .nav-list1 .nav-list2 li img
    {
        max-width: 400px;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

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

        text-align: left;

        background-color: rgba(255, 255, 255, .86);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        border-bottom: 1px dashed rgba(255, 255, 255, .2);
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        line-height: 30px;

        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 25px;
        /*padding: 0 34px;*/
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 20px;
        /*padding: 0 28px;*/
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

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

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

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

        margin-top: 5px;

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

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background-color: #000;
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 14px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

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

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

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

    margin: 0;

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

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

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@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
{
    line-height: 44px;

    clear: both;

    margin: 25px 0;

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

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

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

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

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

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

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

        margin-top: -14px;

        content: '\e72f';

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

        display: block;

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

    display: none;
    overflow: hidden;

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

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

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

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

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

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

    float: right;

    width: 50px;

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

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

    content: '\e660';

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

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

        display: inline-block;

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

    width: 100%;

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

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

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

    display: inline-block;

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

    content: '\e660';

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

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

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

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

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

    color: #fff;
}
.header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

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

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

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

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

    content: '\2716';

    color: #fff;
}
.header .find
{
    line-height: 100px;

    display: inline-block;
    float: right;

    margin-left: 30px;

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

    color: #666;
}
@media (max-width: 1350px)
{
    .header .find
    {
        margin-left: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 70px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 16px;

    content: '\e625';
}
.header .find:hover
{
    color: #599704;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header
{
    height: 70px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.fixed-header .logo
{
    height: 60px;
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 70px;
}
.header.fixed-header .find
{
    line-height: 70px;
}
.header.fixed-header .language
{
    margin-top: 20px;
}
.online-wrap .btn
{
    line-height: 36px;

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

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

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

    border-radius: 0;
    background-color: rgba(0, 0, 0, .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: 180px;

    display: none;

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

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

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 8;
    top: 50%;
    right: 0;

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

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

    position: relative;

    display: block;

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

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

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

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        text-decoration: none;

        background-color: rgba(110, 184, 9, .7);
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-right: 5px;

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

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

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

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

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

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

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

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

    content: '\e61c';
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e614';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

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

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    display: inline-block;

    width: 40px;
    height: 3px;
    margin: 0 2px;

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

    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    background-color: #6eb809;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 60px;

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

    overflow: hidden;

    width: 60px;
    height: 60px;
    padding: 0;

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

    color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    background: none;
    background-color: rgba(0, 0, 0, .15);
}
@media (max-width: 767px)
{
    .banner .slick-arrow
    {
        left: 10%;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e601';
}
.banner .slick-arrow.slick-next
{
    right: 5%;
    left: auto;
}
@media (max-width: 767px)
{
    .banner .slick-arrow.slick-next
    {
        right: 10%;
    }
}
.banner .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.banner .slick-arrow:hover
{
    background-color: rgba(110, 184, 9, .8);
}
.banner img
{
    display: block;

    width: 100%;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .text-in
{
    position: absolute;
    top: 50%;

    overflow: hidden;

    width: 100%;

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

    color: #fff;
}
.banner-in .text-in b
{
    font-size: 26px;
    line-height: 30px;

    display: inline-block;
}
@media (max-width: 767px)
{
    .banner-in .text-in b
    {
        font-size: 20px;

        display: block;
    }
}
.banner-in .text-in .location
{
    position: relative;

    padding-left: 30px;
}
@media (max-width: 767px)
{
    .banner-in .text-in .location
    {
        display: block;
        float: none;
    }
}
.banner-in .text-in .location:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\e619';
}
.banner-in .text-in .location ul li
{
    font-size: 14px;

    display: inline-block;
}
.banner-in .text-in .location ul li:after
{
    margin: 0 10px;

    content: '/';
}
.banner-in .text-in .location ul li:last-child:after
{
    display: none;
}
.banner-in .text-in .location ul li a
{
    line-height: 30px;
}
.banner-in .text-in .location ul li a:hover
{
    text-decoration: underline;
}
.banner .slick-current img
{
    -webkit-animation: narrow 4s 0s ease both;
            animation: narrow 4s 0s ease both;
}
.banner .banner-arrow
{
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

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

    content: '\e770';

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

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

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

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

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

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title:after
{
    display: block;

    width: 50px;
    height: 2px;
    margin: 0 auto;
    margin-top: 14px;

    content: '';

    background-color: #6eb809;
}
.title b
{
    font-size: 30px;
    line-height: 1;

    display: block;

    text-transform: uppercase;

    color: #999;
}
@media (max-width: 767px)
{
    .title b
    {
        font-size: 24px;
    }
}
.title b span
{
    color: #6eb809;
}
.title p
{
    font-size: 24px;
    line-height: 1.25;

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

        margin: 6px 0 0 0;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-business .slick-business
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .box-business .slick-business
    {
        padding: 0 10px;
    }
}
.box-business .slick-slide
{
    padding: 0 12px;
}
@media (max-width: 767px)
{
    .box-business .slick-slide
    {
        padding: 0 6px;
    }
}
.box-business .item
{
    padding: 20px;

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

    border: 1px solid #e6e6e6;
}
@media (max-width: 767px)
{
    .box-business .item
    {
        padding: 8px;
    }
}
.box-business .item a
{
    display: inline-block;

    color: inherit;
}
.box-business .item .title-business b
{
    font-size: 16px;
    line-height: 24px;

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

    height: 24px;

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

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

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

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

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-business .item .img-box
{
    display: block;

    margin-top: 20px;
    padding-bottom: 56.25%;
}
@media (max-width: 767px)
{
    .box-business .item .img-box
    {
        margin-top: 10px;
    }
}
.box-business .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-business .item .note
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .box-business .item .note
    {
        margin-top: 10px;
    }
}
.box-business .item .note p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .box-business .item .note p
    {
        line-height: 24px;

        height: 72px;
    }
}
.box-business .item a.more
{
    line-height: 20px;

    display: inline-block;

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

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

    background-color: #e6e6e6;
}
.box-business .item a.more:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e634';

    color: #fff;
}
.box-business .item:hover
{
    border-color: #6eb809;
}
.box-business .item:hover .title-business b,
.box-business .item:hover .title-business p
{
    color: #6eb809;
}
.box-business .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-business .item:hover a.more
{
    text-decoration: none;

    background-color: #6eb809;
}
.box-business .business-text
{
    margin-top: 30px;

    text-align: center;
}
.box-business .business-text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.box-business .business-text .more
{
    margin-top: 30px;
}
.box-business .business-text .more a
{
    line-height: 56px;

    display: inline-block;

    padding: 0 66px;

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

    color: #fff;
    border-radius: 20px;
    background-color: #4b4b4b;
}
@media (max-width: 767px)
{
    .box-business .business-text .more a
    {
        line-height: 40px;

        padding: 0 40px;
    }
}
.box-business .business-text .more a:hover
{
    background-color: #6eb809;
}
.box-certificate
{
    background: url(../images/certificate_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-certificate .slick-certificate
{
    margin: 0 -12px;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-certificate .slick-certificate
    {
        margin-right: -8px;
        margin-left: -8px;
        padding: 0 10px;
    }
}
.box-certificate .slick-certificate .slick-slide
{
    padding: 0 12px;
}
@media (max-width: 767px)
{
    .box-certificate .slick-certificate .slick-slide
    {
        padding: 0 8px;
    }
}
.box-certificate .slick-certificate .item .img-box
{
    padding-bottom: 126.92307692%;
}
.box-certificate .slick-certificate .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-certificate .slick-certificate .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-certificate .slick-certificate .slick-arrow
{
    font-size: 30px;

    position: absolute;
    top: 50%;
    left: -40px;

    padding: 0;

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

    color: #666;
    border: none;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .box-certificate .slick-certificate .slick-arrow
    {
        left: -10px;
    }
}
.box-certificate .slick-certificate .slick-arrow:before
{
    font-family: 'iconfont' !important;

    content: '\e601';
}
.box-certificate .slick-certificate .slick-arrow.slick-next
{
    right: -40px;
    left: auto;
}
@media (max-width: 767px)
{
    .box-certificate .slick-certificate .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.box-certificate .slick-certificate .slick-arrow.slick-next:before
{
    content: '\e827';
}
.box-certificate .slick-certificate .slick-arrow:hover
{
    color: #6eb809;
}
.box-about
{
    overflow: hidden;
}
.box-about .about
{
    padding-right: 5%;
}
.box-about .about .title
{
    text-align: left;
}
.box-about .about .title:after
{
    margin: 0;
    margin-top: 14px;
}
.box-about .about .text
{
    margin-top: 30px;
}
.box-about .about .text p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 120px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.box-about .about .number ul
{
    font-size: 0;

    margin: 0;
    padding: 0;
}
.box-about .about .number ul li
{
    display: inline-block;

    width: 30%;
    margin-top: 30px;

    text-align: center;
    vertical-align: top;

    border-right: 1px dashed #e6e6e6;
}
@media (max-width: 767px)
{
    .box-about .about .number ul li
    {
        margin-top: 24px;
    }
}
.box-about .about .number ul li:nth-child(1)
{
    text-align: left;
}
.box-about .about .number ul li:nth-child(2)
{
    width: 40%;
}
.box-about .about .number ul li:last-child
{
    text-align: right;

    border-right: none;
}
.box-about .about .number .item
{
    display: inline-block;

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

    content: '\e626';

    color: #6eb809;
}
.box-about .about .number .item-zhigong:before
{
    content: '\e630';
}
.box-about .about .number .item-jishu:before
{
    content: '\e62b';
}
.box-about .about .number .item b
{
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;

    display: block;

    margin-top: 10px;

    color: #666;
}
.box-about .about .number .item b span
{
    font-size: 30px;

    color: #333;
}
@media (max-width: 767px)
{
    .box-about .about .number .item b span
    {
        font-size: 24px;
    }
}
.box-about .about .number .item p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

    margin: 10px 0 0 0;

    color: #999;
}
@media (max-width: 767px)
{
    .box-about .about .number .item p
    {
        font-size: 14px;

        margin: 0;
    }
}
@media (max-width: 991px)
{
    .box-about .pic img
    {
        max-width: 100%;
    }
}
.box-about .about-list ul,
.wrap-about .about-list ul
{
    font-size: 0;

    margin: 0;
    padding: 0;
}
@media (min-width: 1200px)
{
    .box-about .about-list ul,
    .wrap-about .about-list ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .box-about .about-list ul:after,
    .wrap-about .about-list ul:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
@media (max-width: 1199px)
{
    .box-about .about-list ul,
    .wrap-about .about-list ul
    {
        margin: 0 -10px;
    }
}
.box-about .about-list ul li,
.wrap-about .about-list ul li
{
    display: inline-block;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px)
{
    .box-about .about-list ul li,
    .wrap-about .about-list ul li
    {
        width: 25%;
        padding: 0 10px;

        text-align: center;
    }
}
@media (max-width: 991px)
{
    .box-about .about-list ul li,
    .wrap-about .about-list ul li
    {
        width: 50%;
    }
}
.box-about .about-list .item,
.wrap-about .about-list .item
{
    max-width: 160px;
    margin: 0 auto;
    margin-top: 42px;

    text-align: center;
}
.box-about .about-list .item b,
.wrap-about .about-list .item b
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    margin-top: 14px;
}
.box-about .about-list .item p,
.wrap-about .about-list .item p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 4px 0 0 0;

    color: #666;
}
.box-project .project
{
    margin-top: 30px;
}
.box-project .project .thumbnail
{
    position: relative;

    display: block;

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

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

    border: none;
    border-radius: 0;
}
.box-project .project .thumbnail .pic
{
    padding: 10px;

    border: 1px solid #e6e6e6;
}
@media (max-width: 991px)
{
    .box-project .project .thumbnail .pic
    {
        padding: 4px;
    }
}
.box-project .project .thumbnail .img-box
{
    padding-bottom: 65.11627907%;
}
.box-project .project .thumbnail .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-project .project .thumbnail .caption
{
    margin-top: 4px;
}
@media (max-width: 991px)
{
    .box-project .project .thumbnail .caption
    {
        margin: 0;
    }
}
.box-project .project .thumbnail .caption h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;
    padding: 0 20px;

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

    color: #424343;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-project .project .thumbnail .caption h3
    {
        font-size: 14px;

        padding: 0;
    }
}
.box-project .project .thumbnail .caption h3 a
{
    color: inherit;
}
.box-project .project .thumbnail:hover
{
    text-decoration: none;
}
.box-project .project .thumbnail:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-project .project .thumbnail:hover .caption h3
{
    color: #6eb809;
}
.box-project .more
{
    margin-top: 50px;

    text-align: center;
}
.box-project .more a
{
    line-height: 30px;

    display: inline-block;

    padding: 0 8px;

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

    color: #fff;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(left, #fb9d21, #eb710a);
    background-image:         linear-gradient(to right, #fb9d21, #eb710a);
    box-shadow: 4px 4px 6px rgba(0, 0, 0, .5);
}
.box-project .more a:hover
{
    background-image: -webkit-linear-gradient(left, #eb710a, #fb9d21);
    background-image:         linear-gradient(to right, #eb710a, #fb9d21);
}
.wrap-news
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-news
    {
        padding-top: 50px;
    }
}
.box-contact
{
    overflow: hidden;

    padding: 50px 0 30px;

    background: url(../images/contact_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-contact .contact
{
    padding-left: 10%;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-contact .contact
    {
        padding: 0;
    }
}
.box-contact .contact h3
{
    font-size: 30px;
    line-height: 1.33333333;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .box-contact .contact h3
    {
        font-size: 24px;
    }
}
.box-contact .contact .more
{
    margin-top: 20px;

    text-align: center;
}
.box-contact .contact .more a
{
    line-height: 30px;

    display: inline-block;

    margin-left: 10%;
    padding: 0 8px;

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

    color: #fff;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(left, #dc2d19, #e9790e);
    background-image:         linear-gradient(to right, #dc2d19, #e9790e);
    box-shadow: 4px 4px 6px rgba(0, 0, 0, .5);
}
.box-contact .contact .more a:hover
{
    background-image: -webkit-linear-gradient(left, #e9790e, #dc2d19);
    background-image:         linear-gradient(to right, #e9790e, #dc2d19);
}
.footer
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    background-color: #222;
}
.footer .foot
{
    padding: 90px 0 30px;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
.footer .foot .container
{
    padding: 0 6%;
}
@media (max-width: 1199px)
{
    .footer .foot .container
    {
        padding: 0 15px;
    }
}
.footer .foot .container > ul
{
    margin: 0 -60px;
}
.footer .foot .container > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;

    color: #797979;
}
@media (max-width: 991px)
{
    .footer .foot .container > ul > li
    {
        width: 100%;
    }
}
.footer .foot .title-foot b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 1;

    display: block;

    color: #fff;
}
@media (max-width: 991px)
{
    .footer .foot .title-foot b
    {
        font-size: 18px;
    }
}
.footer .foot .foot-left,
.footer .foot .foot-right
{
    padding: 0 60px;
}
.footer .foot .foot-left
{
    border-right: 1px dashed #323232;
}
@media (max-width: 991px)
{
    .footer .foot .foot-left .text
    {
        display: none;
    }
}
.footer .foot .foot-left .text
{
    margin-top: 20px;
}
.footer .foot .foot-left .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
    text-indent: 2em;
}
.footer .foot .foot-left .note
{
    margin-top: 20px;
}
.footer .foot .foot-left .note p
{
    line-height: 24px;

    position: relative;

    padding-left: 30px;
}
.footer .foot .foot-left .note p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\e61a';

    color: #fff;
}
.footer .foot .foot-left .note p.tel:before
{
    content: '\e632';
}
.footer .foot .foot-left .note p.email:before
{
    content: '\e636';
}
.footer .foot .foot-left .note p span
{
    display: block;

    color: #fff;
}
.footer .foot .foot-left .note p a:hover
{
    color: #fff;
}
.footer .foot-right .share
{
    margin-top: 16px;
}
.footer .foot-right .share ul li
{
    display: inline-block;

    margin: 12px 2px;
}
@media (max-width: 1199px)
{
    .footer .foot-right .share ul li
    {
        margin: 5px;
    }
}
.footer .foot-right .share ul li a
{
    display: block;

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

    color: #fff;
}
.footer .foot-right .share ul li a:before
{
    font-family: 'iconfont';
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;

    width: 30px;
    height: 30px;

    content: '\e615';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
    vertical-align: top;

    border-radius: 50%;
    background-color: #4b4b4b;
}
.footer .foot-right .share ul li.sina a:before
{
    content: '\e63b';
}
.footer .foot-right .share ul li.twitter a:before
{
    content: '\e60b';
}
.footer .foot-right .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.footer .foot-right .share ul li.instagram a:before
{
    content: '\e612';
}
.footer .foot-right .share ul li.youtube a:before
{
    content: '\e6d7';
}
.footer .foot-right .share ul li.google a:before
{
    content: '\e645';
}
.footer .foot-right .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .foot-right .share ul li:hover a
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.footer .foot-right .message
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .footer .foot-right .message
    {
        display: none;
    }
}
.footer .foot-right .message form
{
    margin-top: 10px;
}
.footer .foot-right .message input
{
    line-height: 30px;

    width: 100%;
    margin-top: 6px;

    color: #fff;
    border: none;
    border-bottom: 1px solid #323232;
    outline: none;
    background: none;
}
.footer .foot-right .message input::-webkit-input-placeholder,
.footer .foot-right .message textarea::-webkit-input-placeholder
{
    color: #666;
}
.footer .foot-right .message input:-o-placeholder,
.footer .foot-right .message textarea:-o-placeholder
{
    color: #666;
}
.footer .foot-right .message input::-moz-placeholder,
.footer .foot-right .message textarea::-moz-placeholder
{
    color: #666;
}
.footer .foot-right .message input:-ms-input-placeholder,
.footer .foot-right .message textarea:-ms-input-placeholder
{
    color: #666;
}
.footer .foot-right .message input:focus::-webkit-input-placeholder,
.footer .foot-right .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-right .message input:focus::-o-placeholder,
.footer .foot-right .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot-right .message input:focus::-moz-placeholder,
.footer .foot-right .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot-right .message input:focus::-ms-input-placeholder,
.footer .foot-right .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-right .message .submit
{
    line-height: 30px;

    height: 30px;
    margin-top: 10px;
    padding: 0 34px;

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

    color: #fff;
    border-radius: 0;
    background-color: #4b4b4b;
}
.footer .foot-right .message .submit:hover
{
    background-color: #6eb809;
}
.footer .copyright
{
    padding: 25px 0;

    text-align: center;

    background-color: #1e1e1e;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding: 10px 0;
    }
}
.footer .copyright p
{
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;

    color: #787878;
}
@media (max-width: 991px)
{
    .footer .copyright p
    {
        line-height: 24px;
    }
}
.footer .copyright p a
{
    display: inline-block;

    margin-left: 60px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 767px)
{
    .footer .copyright p a
    {
        display: block;

        margin-left: 0;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #6eb809;
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 90px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in b
{
    font-size: 40px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .title-in b
    {
        font-size: 24px;
    }
}
.wrap-location
{
    border-bottom: 1px solid #ddd;
}
.wrap-location .location
{
    padding: 10px 0;
}
.wrap-location .location:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 30px;

    float: left;

    margin-right: 10px;

    content: '\e636';

    color: #999;
}
.wrap-location .location ul
{
    margin: 0;
    padding: 0;
}
.wrap-location .location ul li
{
    display: inline-block;

    vertical-align: top;

    color: #999;
}
.wrap-location .location ul li:after
{
    margin: 0 4px;

    content: '/';
}
.wrap-location .location ul li:last-child:after
{
    display: none;
}
.wrap-location .location ul li:last-child a
{
    color: #6eb809;
}
.wrap-location .location ul li a
{
    font-weight: bold;
    line-height: 30px;

    color: #999;
}
.sidenav .title-sidenav b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 42px;

    display: block;

    text-align: center;

    color: #fff;
    background-color: #ddd;
}
.sidenav ul
{
    margin: 0;
    padding: 0;
}
.sidenav ul li
{
    list-style: none;
}
.sidenav > ul.side-level1 > li
{
    margin-bottom: 2px;

    list-style: none;

    background-color: #f2f2f2;
}
.sidenav > ul.side-level1 > li > a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 6px 40px 6px 20px;

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

    color: #333;
}
@media (max-width: 991px)
{
    .sidenav > ul.side-level1 > li > a
    {
        font-size: 16px;
    }
}
.sidenav > ul.side-level1 > li > a:after
{
    font-size: 30px;

    position: absolute;
    top: 6px;
    right: 20px;

    display: inline-block;

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

    color: #6eb809;
}
.sidenav > ul.side-level1 > li ul.side-level2
{
    display: none;

    padding: 10px 0;
}
@media (max-width: 991px)
{
    .sidenav > ul.side-level1 > li ul.side-level2 li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.sidenav > ul.side-level1 > li ul.side-level2 li a
{
    line-height: 28px;

    display: block;

    margin-bottom: 2px;
    padding: 0 18px;

    color: #666;
    border-left: 2px solid #6eb809;
}
@media (max-width: 991px)
{
    .sidenav > ul.side-level1 > li ul.side-level2 li a
    {
        border-left: none;
    }
}
.sidenav > ul.side-level1 > li ul.side-level2 li a:hover
{
    text-decoration: none;

    color: #6eb809;
}
.sidenav > ul.side-level1 > li.active ul.side-level2
{
    display: block;
}
.sidenav > ul.side-level1 > li.active > a,
.sidenav > ul.side-level1 > li:hover > a
{
    text-decoration: none;

    color: #fff;
    background-color: #6eb809;
}
.sidenav > ul.side-level1 > li.active > a:after,
.sidenav > ul.side-level1 > li:hover > a:after
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);

    color: #fff;
}
.inside-nav
{
    position: relative;

    overflow: hidden;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    background-color: #6eb809;
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
@media (max-width: 991px)
{
    .inside-nav .nav-wrap
    {
        margin: 0 -15px;
    }
}
.inside-nav .nav-wrap::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav ul
{
    font-size: 0;

    position: relative;

    display: inline-block;

    margin: 0;
    padding: 0;

    white-space: nowrap;
}
.inside-nav ul li
{
    display: inline-block;

    color: #fff;
}
.inside-nav ul li:after
{
    font-size: 14px;

    display: inline-block;

    margin: 0 38px;

    content: '|';
}
@media (max-width: 991px)
{
    .inside-nav ul li:after
    {
        margin: 0 20px;
    }
}
.inside-nav ul li:last-child:after
{
    display: none;
}
.inside-nav ul li a
{
    font-size: 16px;
    font-weight: normal;
    line-height: 80px;

    position: relative;

    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px)
{
    .inside-nav ul li a
    {
        font-size: 15px;
        line-height: 50px;

        padding: 0 15px;
    }
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a
{
    text-decoration: underline;

    color: #474646;
}
.wrap-about .about
{
    font-size: 0;
}
.wrap-about .about .itembox
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: middle;
}
.wrap-about .about .title
{
    text-align: left;
}
.wrap-about .about .title:after
{
    margin: 0;
    margin-top: 14px;
}
.wrap-about .about .text
{
    margin-top: 30px;
}
.wrap-about .about .text p
{
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-about .about .pic
    {
        margin-top: 30px;
    }
}
.wrap-about .about .pic img
{
    max-width: 100%;
}
.wrap-about .about .img-box
{
    margin-top: 30px;
    padding-bottom: 39.13043478%;
}
.wrap-certificate .certificate ul
{
    font-size: 0;

    margin: 0 -14px;
    padding: 0;
}
@media (max-width: 767px)
{
    .wrap-certificate .certificate ul
    {
        margin: 0 -8px;
    }
}
.wrap-certificate .certificate ul li
{
    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-certificate .certificate ul li
    {
        width: 33.33333333%;
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-certificate .certificate ul li
    {
        width: 50%;
        padding: 0 8px;
    }
}
.wrap-certificate .certificate .item
{
    display: block;
}
.wrap-certificate .certificate .item .img-box
{
    padding-bottom: 126.92307692%;
}
.wrap-certificate .certificate .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-certificate .certificate .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-business .business .item
{
    display: block;

    margin-top: 30px;

    color: #333;
}
.wrap-business .business .item .img-box
{
    padding-bottom: 56.25%;
}
.wrap-business .business .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-business .business .item p
{
    font-weight: bold;
    line-height: 60px;

    position: relative;

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

    height: 60px;
    margin: 8px 0 0 0;
    padding: 0 180px 0 20px;

    border: 1px solid #e6e6e6;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-business .business .item p
    {
        line-height: 40px;

        height: 40px;
        padding: 0 30px 0 10px;
    }
}
.wrap-business .business .item p a.inquiry{
    width: 64px;
    height: 20px;
    line-height: 20px;
    text-align: center;

    /* color: #fff; */
    color: inherit;
    background-color: #e6e6e6;
    position: absolute;
    top: 20px;
    right: 92px;
    font-size: 14px;
    display: block;
}
.wrap-business .business .item p a.inquiry:hover{
    background-color: #6eb809;
    color:  #ffffff;
}
.wrap-business .business .item p a{
    color: inherit;
}
.wrap-business .business .item p a.bmore:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;

    position: absolute;
    top: 20px;
    right: 20px;

    display: block;

    width: 64px;
    height: 20px;

    content: '\e634';
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #e6e6e6;
}
@media (max-width: 991px)
{
    .wrap-business .business .item p a.bmore:after
    {
        font-size: 14px;

        top: 10px;
        right: 10px;

        width: 20px;
        height: 20px;

        border-radius: 50%;
    }
}
.wrap-business .business .item:hover
{
    text-decoration: none;

    color: #6eb809;
}
.wrap-business .business .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-business .business .item:hover p a.bmore:after
{
    background-color: #6eb809;
}
.wrap-business-show .business-show
{
    margin-top: 40px;
}
.wrap-business-show .business-show h4
{
    font-weight: bold;
}
.wrap-business-show .business-show p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-business-show .business-show img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news .news .media
{
    margin-top: 30px;
    padding: 14px;

    border: 1px solid #dadada;
}
@media (max-width: 767px)
{
    .wrap-news .news .media
    {
        padding: 4px;
    }
}
.wrap-news .news .media .media-left
{
    width: 28%;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .wrap-news .news .media .media-left
    {
        width: 38%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .media .media-left
    {
        width: 40%;
    }
}
.wrap-news .news .media .media-left .img-box
{
    padding-bottom: 117.64705882%;
}
.wrap-news .news .media .media-left .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .media .media-body
{
    max-width: 72%;
    padding-left: 20px;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .wrap-news .news .media .media-body
    {
        max-width: 62%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .media .media-body
    {
        max-width: 60%;
    }
}
.wrap-news .news .media .media-body span.date
{
    line-height: 24px;

    display: block;

    color: #999;
}
.wrap-news .news .media .media-body h4
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .media .media-body h4 a
{
    display: block;

    color: inherit;
}
.wrap-news .news .media .media-body p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .wrap-news .news .media .media-body p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 48px;
        margin-top: 6px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-news .news .media .media-body a.more
{
    line-height: 20px;

    display: inline-block;

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

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

    background-color: #6eb809;
}
@media (max-width: 767px)
{
    .wrap-news .news .media .media-body a.more
    {
        margin-top: 10px;
    }
}
.wrap-news .news .media .media-body a.more:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e634';

    color: #fff;
}
.wrap-news .news .media .media-body a.more:hover
{
    text-decoration: none;

    background-color: #599704;
}
.wrap-news .news .media:hover .media-left .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .media:hover .media-body h4
{
    color: #6eb809;
}
.wrap-news-show .title-news-show
{
    text-align: center;
}
.wrap-news-show .title-news-show h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
.wrap-news-show .title-news-show h1:after
{
    display: block;

    width: 50px;
    height: 2px;
    margin: 0 auto;
    margin-top: 16px;

    content: '';

    background-color: #6eb809;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 18px;
    }
}
.wrap-news-show .title-news-show span.date
{
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;

    color: #999;
}
.wrap-news-show .news-show
{
    margin-top: 30px;
}
.wrap-news-show .news-show p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-contact .contact
{
    margin-top: 40px;
}
.wrap-contact .contact ul
{
    font-size: 0;

    margin: 0;
    padding: 0;
}
@media (min-width: 1200px)
{
    .wrap-contact .contact ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .wrap-contact .contact ul:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
.wrap-contact .contact ul li
{
    display: inline-block;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact ul li
    {
        width: 100%;
    }
}
.wrap-contact .contact .item
{
    font-size: 14px;

    position: relative;

    max-width: 260px;
    margin-top: 20px;
    padding-left: 80px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .item
    {
        padding-left: 70px;
    }
}
.wrap-contact .contact .item:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 52px;

    position: absolute;
    left: 0;

    display: block;

    width: 52px;
    height: 52px;

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

    color: #fff;
    border-radius: 6px;
    background-color: #6eb809;
}
.wrap-contact .contact .item-website:before
{
    content: '\e618';
}
.wrap-contact .contact .item-email:before
{
    content: '\e62f';
}
.wrap-contact .contact .item-address:before
{
    content: '\e62c';
}
.wrap-contact .contact .item b
{
    font-size: 14px;
    line-height: 28px;

    display: block;
}
.wrap-contact .contact .item p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-contact .contact .item p a
{
    color: inherit;
}
.wrap-contact .contact .item p a:hover
{
    color: #6eb809;
}
.wrap-contact .map
{
    display: block;

    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-contact .map
    {
        margin-top: 50px;
    }
}
.wrap-contact .map .map-content
{
    height: 520px;
}
@media (max-width: 991px)
{
    .wrap-contact .map .map-content
    {
        height: 340px;
    }
}
.wrap-contact .message
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        padding-top: 50px;
    }
}
.wrap-contact .message .title-message
{
    text-align: center;
}
.wrap-contact .message .title-message b
{
    font-size: 40px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-contact .message .title-message b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .message .title-message b
    {
        font-size: 24px;
    }
}
.wrap-contact .message form
{
    margin-top: 30px;
}
.wrap-contact .message form input,
.wrap-contact .message form textarea
{
    font-size: 14px;
    line-height: 30px;

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

    resize: vertical;

    border: 1px solid #eee;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-contact .message form input,
    .wrap-contact .message form textarea
    {
        font-size: 14px;

        margin-top: 20px;
    }
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder
{
    color: #777;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder
{
    color: #777;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder
{
    color: #777;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder
{
    color: #777;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form .submit
{
    line-height: 54px;

    display: block;

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

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #6eb809;
}
.wrap-contact .message form .submit:hover
{
    background-color: #599704;
}
.wrap-contact .message #dituContent
{
    height: 370px;
    margin-top: 14px;
}
@media (max-width: 991px)
{
    .wrap-contact .message #dituContent
    {
        margin-bottom: 30px;
    }
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 50px 0 0 0;
}
.pagination li a
{
    font-size: 16px;
    line-height: 44px;

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

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

    color: #666;
    border: 1px solid #eee;
    border-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    border-color: #6eb809;
    border-radius: 50%;
    background-color: #6eb809;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #6eb809;
    border-radius: 50%;
    background-color: #6eb809;
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
.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 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;
}


