@charset 'utf-8';
.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap img,
.news-details-wrap img
{
    max-width: 100%;
    height: auto !important;
}
.all
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
body
{
    font-family: Helvetica, Arial, 'Helvetica Neue', 'Source Han Sans CN', 'Noto Sans TC', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
body.fixed
{
    position: fixed !important;

    overflow: hidden;

    width: 100%;
    max-height: 100%;
}
body.fixed .header
{
    z-index: 10000002;
}
@media only screen and (min-width: 1200px)
{
    .container
    {
        width: 1170px;
        padding-left: 100px;
    }
}
@media only screen and (min-width: 1330px)
{
    .container
    {
        width: 1300px;
    }
}
@media only screen and (min-width: 1555px)
{
    .container
    {
        width: 1525px;
    }
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.page
{
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .page
    {
        margin-top: 30px;
    }
}
.page li
{
    font-size: 16px;
    line-height: 36px;

    display: inline-block;

    width: 38px;
    height: 38px;
    margin: 0 3px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #848484;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    background: #fff;
}
@media (max-width: 767px)
{
    .page li
    {
        font-size: 14px;
        line-height: 32px;

        width: 34px;
        height: 34px;
        margin: 0 1px;
    }
}
.page li.active,
.page li:hover
{
    color: #fff;
    border-color: #588528;
    background-color: #588528;
}
.page li.active
{
    border-radius: 50%;
}
.page li a
{
    display: block;
}
.page li.prev:before,
.page li.next:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page li.prev:before
{
    content: '\e9b5';
}
.page li.next:before
{
    content: '\e72f';
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    color: #666;
}
.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
{
    padding: 12px 20px !important;

    border: 1px solid #ddd !important;
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 8px 15px !important;
    }
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table td:first-child
{
    color: #333;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
img.lazy
{
    min-width: 1px;
    min-height: 1px;

    background: url(../images/ajax-loader.gif) no-repeat center;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 800px;
    max-width: 80%;
    height: 600px;
    max-height: 50%;
    margin: 0;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.slick-btn
{
    font-size: 0;

    letter-spacing: -8px;
}
.slick-btn a,
.slick-btn span
{
    font-size: 14px;
    line-height: 50px;

    z-index: 20;

    display: inline-block;

    width: 50px;
    height: 50px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;
    letter-spacing: 0;

    background-color: #fff;
}
@media (max-width: 480px)
{
    .slick-btn a,
    .slick-btn span
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.slick-btn a:before,
.slick-btn span:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-btn a:hover,
.slick-btn span:hover
{
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
}
.slick-btn a.prev,
.slick-btn span.prev
{
    color: #fff;
    background-color: #588528;
}
.slick-btn a.prev:before,
.slick-btn span.prev:before
{
    content: '\e62e';
}
.slick-btn a.next,
.slick-btn span.next
{
    color: #588528;
}
.slick-btn a.next:before,
.slick-btn span.next:before
{
    content: '\e634';
}
.header
{
    position: relative;
    z-index: 999;

    width: 100%;

    -webkit-transition: .3s;
            transition: .3s;

    color: #fff;
    background-color: #d1272d;
}
@media (min-width: 1200px)
{
    .header
    {
        position: fixed;
    }
    .header.out .nav .nav-list1 > li > a
    {
        padding: 25px 0;
    }
    .header.out .logo
    {
        width: 140px;
    }
}
@media (min-width: 1650px)
{
    .header .container
    {
        width: 1620px;
    }
}
.header .header-box
{
    position: relative;
}
@media (min-width: 1200px)
{
    .header .logo
    {
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        width: 100px;
        margin: 0 auto;
        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        width: 70px;
    }
}
.header .logo a
{
    position: relative;
    z-index: 10;

    display: block;
    overflow: hidden;

    padding: 8.33333333% 19.44444444%;

    -webkit-transition: .3s;
            transition: .3s;

    background-color: #fff;
}
@media (min-width: 1200px)
{
    .header .logo a
    {
        border-radius: 0 0 10px 10px;
        box-shadow: 0 2px 16px 0 rgba(7, 17, 27, .2);
    }
}
@media (max-width: 767px)
{
    .header .logo a
    {
        padding: 6% 15%;
    }
}
.header .logo a img
{
    display: block;

    width: 100%;
}
.header .right-box
{
    float: right;
}
.header .right-box > div
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .right-box > div.nav
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .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: #588528;
}
.header .language
{
    font-size: 0;

    position: relative;

    letter-spacing: -8px;
}
@media (max-width: 1199px)
{
    .header .language
    {
        display: none !important;
    }
}
.header .language a
{
    font-size: 16px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    margin: 0;

    -webkit-transition: .2s;
            transition: .2s;
    letter-spacing: 0;
}
.header .language a:hover
{
    color: #588528;
}
.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
{
    cursor: pointer;
}
.header .find:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e651';
}
.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: absolute;
        top: 50%;
        left: 0;

        margin: 0;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        left: 20px;

        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;

        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%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
}
.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;

        padding: 0 30px;
    }
    .header .nav .nav-list1 > li:hover > a
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 18px;
        font-weight: bold;

        position: relative;

        display: block;

        padding: 33px 0;

        -webkit-transition: .3s;
                transition: .3s;
        letter-spacing: 1px;
    }
    .header .nav .nav-list1 .nav-list2,
    .header .nav .nav-list1 .nav-list3
    {
        display: none;

        text-align: center;

        background-color: rgba(209, 39, 45, .8);
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;

        padding: 10px 0;

        box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li:first-child > a
    {
        border-top: none;
    }
    .header .nav .nav-list1 .nav-list2 > li:before,
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        position: absolute;
        z-index: 2;
        left: 0;

        display: none;

        width: 100%;
        height: 1px;

        content: '';

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 > li:before
    {
        top: 0;
    }
    .header .nav .nav-list1 .nav-list2 > li:after
    {
        top: 100%;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
        line-height: 2.14285714;

        position: relative;

        display: inline-block;

        padding: 0 30px;

        -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition:         transform .3s;
                transition:         transform .3s, -webkit-transform .3s;

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;

        width: 255px;
        padding: 20px;

        border-left: 1px solid transparent;
        background-clip: padding-box;
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        position: relative;

        padding: 12px 0 12px 10px;

        white-space: normal;
        word-break: break-word;
    }
    .header .nav .nav-list1 .nav-list3 li > a:before
    {
        position: absolute;
        top: 50%;
        left: 0;

        content: '-';
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media (min-width: 1200px) and (max-width: 1649px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 25px;
    }
}
@media (min-width: 1200px) and (max-width: 1554px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1329px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 13px;
    }
}
@media (min-width: 1200px) and (max-width: 1554px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        padding: 34px 0;
    }
}
@media (min-width: 1200px) and (max-width: 1329px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;

        padding: 35px 0;
    }
}
@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;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li:after
    {
        display: block;
        visibility: hidden;
        clear: both;

        height: 0;

        content: '';
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -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: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 6.5vmin;
        line-height: 1.7;
    }
}
@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;

    width: 100%;
    padding-left: 25px;

    text-align: left;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    white-space: nowrap;

    color: #fff;
}
.header .xs-language a.active
{
    text-decoration: underline;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
@media (min-width: 1200px)
{
    .search-wrap
    {
        width: 200px;
        margin-left: 55px;
    }
    .search-wrap p,
    .search-wrap .search-close
    {
        display: none;
    }
    .search-wrap form
    {
        position: relative;

        overflow: hidden;

        border: 1px solid #fff;
        border-radius: 40px;
    }
    .search-wrap form input::-webkit-input-placeholder,
    .search-wrap form textarea::-webkit-input-placeholder
    {
        color: #fff;
    }
    .search-wrap form input:-o-placeholder,
    .search-wrap form textarea:-o-placeholder
    {
        color: #fff;
    }
    .search-wrap form input::-moz-placeholder,
    .search-wrap form textarea::-moz-placeholder
    {
        color: #fff;
    }
    .search-wrap form input:-ms-input-placeholder,
    .search-wrap form textarea:-ms-input-placeholder
    {
        color: #fff;
    }
    .search-wrap form input:focus::-webkit-input-placeholder,
    .search-wrap form textarea:focus::-webkit-input-placeholder
    {
        color: #eee;
    }
    .search-wrap form input:focus::-o-placeholder,
    .search-wrap form textarea:focus::-o-placeholder
    {
        color: #eee;
    }
    .search-wrap form input:focus::-moz-placeholder,
    .search-wrap form textarea:focus::-moz-placeholder
    {
        color: #eee;
    }
    .search-wrap form input:focus::-ms-input-placeholder,
    .search-wrap form textarea:focus::-ms-input-placeholder
    {
        color: #eee;
    }
    .search-wrap form .input-text
    {
        font-size: 12px;

        display: block;

        width: 100%;
        padding: 11px 50px 10px 15px;

        color: #fff;
        background: none;
    }
    .search-wrap form .input-submit
    {
        font-size: 18px;

        position: absolute;
        top: 0;
        right: 0;

        width: 50px;
        height: 100%;
        padding: 0;

        text-align: center;

        background: none;
    }
    .search-wrap form .input-submit:before
    {
        font-family: 'iconfont' !important;

        content: '\e651';
    }
}
@media (min-width: 1200px) and (max-width: 1649px)
{
    .search-wrap
    {
        margin-left: 15px;
    }
}
@media (max-width: 1199px)
{
    .search-wrap
    {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        display: none;

        background-color: rgba(0, 0, 0, .97);
    }
    .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
    {
        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;
    }
    .search-wrap .search .input-submit
    {
        line-height: 36px;

        position: absolute;
        right: 0;
        bottom: 10px;

        width: 50px;

        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;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 3px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 10px;
    background: none;
}
@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: #588528;
}
.slick-dots li button
{
    display: none;
}
.page-arrow span
{
    position: absolute;
    left: 0;

    display: block;

    width: 100%;

    cursor: pointer;
    text-align: center;
}
.page-arrow span:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    color: #588528;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-arrow .prev
{
    top: 0;
}
.page-arrow .prev:before
{
    content: '\eb60';
}
.page-arrow .next
{
    bottom: 0;
}
.page-arrow .next:before
{
    content: '\eb5f';
}
.banner
{
    position: relative;

    overflow: hidden;

    width: 100%;

    box-shadow: 0 2px 14px 1px rgba(0, 0, 0, .1);
}
.banner .item
{
    position: relative;

    overflow: hidden;
}
@media (max-width: 1199px)
{
    .banner .item
    {
        height: auto !important;
    }
}
.banner .item > a
{
    display: block;
}
@media (max-width: 480px)
{
    .banner .item > a
    {
        width: 130%;
        margin-left: -15%;
    }
}
@-webkit-keyframes scle
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50%
    {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
    }
    90%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes scle
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50%
    {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
    }
    90%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
.banner .slick-current
{
    position: relative;
    z-index: 50;
}
.banner img
{
    display: block;
}
@media (min-width: 1200px)
{
    .banner img
    {
        position: absolute;
        top: 50%;
        left: 50%;
    }
}
@media (max-width: 1199px)
{
    .banner img
    {
        width: 100%;
        width: 100% !important;
        height: auto !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
    }
}
.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%);
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 20px;

        display: none;
    }
}
.banner .slick-dots li
{
    position: relative;

    width: 6px;
    height: 6px;
    margin: 0 12px;

    -webkit-transition: .3s;
            transition: .3s;
    vertical-align: middle;

    border-radius: 50%;
    background: none;
    background-color: #588528;
}
.banner .slick-dots li.slick-active
{
    width: 12px;
    height: 12px;

    background-color: #588528;
}
@media (max-width: 767px)
{
    .banner .slick-dots li
    {
        width: 4px;
        height: 4px;
        margin: 0 5px;
    }
    .banner .slick-dots li.slick-active
    {
        width: 8px;
        height: 8px;
    }
}
.banner .banner-btn
{
    position: absolute;
    z-index: 9;
    right: 5%;
    bottom: 160px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    background-color: #fff;
}
.banner .banner-btn:after
{
    position: absolute;
    top: 30%;
    left: 50%;

    display: block;

    width: 1px;
    height: 40%;

    content: '';

    background-color: #b3b3b3;
}
@media (max-width: 1199px)
{
    .banner .banner-btn
    {
        display: none;
    }
}
.banner .banner-btn span
{
    display: inline-block;

    padding: 6px 22px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
}
.banner .banner-btn span:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .banner .banner-btn span:hover
    {
        color: #588528;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-btn span:active
    {
        color: #588528;
    }
}
.banner .banner-btn .prev:before
{
    content: '\e62c';
}
.banner .banner-btn .next:before
{
    content: '\eb5e';
}
.banner .list
{
    font-size: 0;

    z-index: 10;

    width: 100%;

    -webkit-transition: .3s;
            transition: .3s;
    letter-spacing: -8px;

    background-color: #fff;
}
@media (min-width: 1200px)
{
    .banner .list
    {
        position: absolute;
        bottom: 0;
        left: 0;

        padding-left: 80px;
    }
}
.banner .list li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 16.66666667%;
    min-height: 120px;

    vertical-align: bottom;
    letter-spacing: 0;

    box-shadow: 0 2px 14px 1px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .banner .list li
    {
        width: 33.3333333%;
    }
}
@media (min-width: 481px)
{
    .banner .list li:nth-child(even)
    {
        background-color: #f1f1f1;
    }
}
@media (max-width: 480px)
{
    .banner .list li
    {
        width: 50%;
        min-height: 90px;
    }
    .banner .list li:nth-child(2),
    .banner .list li:nth-child(3),
    .banner .list li:nth-child(6)
    {
        background-color: #f1f1f1;
    }
}
/*
.banner .list li:nth-child(1) .title > b:before
{
    content: '\e649';
}
.banner .list li:nth-child(2) .title > b:before
{
    content: '\e62e';
}
.banner .list li:nth-child(3) .title > b:before
{
    content: '\e642';
}
.banner .list li:nth-child(4) .title > b:before
{
    content: '\e62f';
}
.banner .list li:nth-child(5) .title > b:before
{
    content: '\e68a';
}
.banner .list li:nth-child(6) .title > b:before
{
    content: '\e671';
}
*/ 
@media (min-width: 1200px)
{
    .banner .list li:hover,
    .banner .list li:hover .item
    {
        background-color: #588528;
    }
    .banner .list li:hover .item
    {
        bottom: 0;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);

        color: #fff;
    }
    .banner .list li:hover .title b,
    .banner .list li:hover .title b:before
    {
        color: #fff;
    }
}
.banner .list li,
.banner .list li .item
{
    -webkit-transition: .3s;
            transition: .3s;
}
.banner .list .item
{
    position: absolute;
    bottom: 50%;

    width: 100%;
    padding: 15px 7.40740741%;

    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    text-align: center;
}
.banner .list .title
{
    margin: 10px 0;
}
.banner .list .title > b
{
    position: relative;

    display: inline-block;

    padding: 5px 0 10px 55px;

    color: #283a5e;
}
@media (max-width: 1199px)
{
    .banner .list .title > b
    {
        text-align: left;
    }
}
@media (max-width: 480px)
{
    .banner .list .title > b
    {
        font-size: 12px;

        display: block;

        padding: 5px 0 5px 45px;
    }
}
.banner .list .title > b:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;

    position: absolute;
    z-index: 5;
    top: 2px;
    left: 15px;

    color: #ff7e00;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 480px)
{
    .banner .list .title > b:before
    {
        font-size: 16px;

        top: 8px;
    }
}
.banner .list .title > b:after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 32px;
    height: 25px;

    content: '';
    
}
border: 1px dashed #c6c6c6;
@media (max-width: 480px)
{
    .banner .list .title > b:after
    {
        top: 4px;

        width: 26px;
        height: 18px;
    }
}
.banner .list p
{
    display: none;
}
@media (max-width: 1199px)
{
    .banner .list p
    {
        display: none !important;
    }
}
.line-box
{
    position: relative;

    width: 100%;
    height: 1px;

    background-color: #c8c8c8;
}
.line-box i
{
    position: absolute;
    z-index: 2;
    top: 0;

    display: block;

    width: 8px;
    height: 8px;
    margin-top: -3px;

    border-radius: 50%;
    background-color: #c8c8c8;
}
.line-box i:nth-child(1)
{
    left: 0;
}
.line-box i:nth-child(2)
{
    left: 50%;
}
.line-box i:nth-child(3)
{
    right: 0;
}
.title .point,
.title > b
{
    display: inline-block;

    vertical-align: middle;
}
.title .point
{
    position: relative;

    width: 16px;
    height: 16px;

    border: 2px solid #ff7e00;
    border-radius: 50%;
}
.title .point:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;

    content: '';

    border-radius: 50%;
    background-color: #ff7e00;
}
.title > b
{
    font-size: 16px;

    color: #8a93a2;
}
.title h3
{
    font-size: 48px;
    font-weight: bold;

    margin: 15px 0 25px;

    color: #283a5e;
}
@media (max-width: 1329px)
{
    .title h3
    {
        font-size: 44px;
    }
}
@media (max-width: 1199px)
{
    .title h3
    {
        font-size: 38px;
    }
}
@media (max-width: 991px)
{
    .title h3
    {
        font-size: 32px;
    }
}
@media (max-width: 767px)
{
    .title h3
    {
        font-size: 26px;
    }
}
.index-box
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 70px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 50px 0;
    }
}
.index-about .intro-wrap
{
    overflow: hidden;
}
.index-about .title .point
{
    display: block;

    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .index-about .title .point
    {
        margin-bottom: 15px;
    }
}
.index-about .info
{
    padding-top: 10px;
}
.index-about .info .years,
.index-about .info ul,
.index-about .info ul li
{
    display: inline-block;

    vertical-align: top;
}
.index-about .info .years
{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    margin-right: 50px;

    color: #ff7e00;
}
.index-about .info .years:before
{
    position: absolute;
    top: -8px;
    left: 0;

    display: block;

    width: 1.08333333em;
    height: .83333333em;

    content: '';

    
}
border: 1px dashed #c6c6c6;
.index-about .info .years span
{
    position: relative;
    z-index: 2;

    display: block;

    margin-left: 20px;
}
@media (max-width: 1554px)
{
    .index-about .info .years
    {
        margin-right: 15px;
    }
}
@media (max-width: 1329px)
{
    .index-about .info .years
    {
        font-size: 56px;

        margin-bottom: 15px;
    }
}
@media (max-width: 1199px)
{
    .index-about .info .years
    {
        font-size: 52px;
    }
}
@media (max-width: 991px)
{
    .index-about .info .years
    {
        font-size: 46px;
    }
}
@media (max-width: 767px)
{
    .index-about .info .years
    {
        font-size: 42px;
    }
}
.index-about .info ul
{
    margin-top: -15px;
}
@media (max-width: 480px)
{
    .index-about .info ul
    {
        display: block;
    }
}
.index-about .info li
{
    margin-top: 15px;
    margin-right: 10px;

    color: #ff7e00;
}
.index-about .info li:last-child
{
    margin-right: 0;
}
@media (max-width: 480px)
{
    .index-about .info li
    {
        width: 48%;
        margin-right: 0;

        text-align: center;
    }
}
.index-about .info li a
{
    font-weight: bold;

    display: block;

    padding: 12px 35px;

    -webkit-transition: .3s;
            transition: .3s;
}
.index-about .info li a:hover
{
    color: #588528;
}
@media (max-width: 1554px)
{
    .index-about .info li a
    {
        padding: 12px 25px;
    }
}
@media (max-width: 1199px)
{
    .index-about .info li a
    {
        padding: 10px 20px;
    }
}
@media (max-width: 480px)
{
    .index-about .info li a
    {
        padding: 10px 15px;
    }
}
.index-about .info li.active a
{
    color: #fff;
    background-color: #588528;
}
.index-about .intro
{
    margin-top: 15px;
}
.index-about .intro p
{
    line-height: 2.14285714;

    margin: 0;

    text-indent: 2em;

    color: #7e8798;
}
.index-about .intro .more
{
    margin-top: 30px;
}
.index-about .intro .more a
{
    font-size: 13px;

    display: inline-block;

    max-width: 100%;
    padding: 11px 42px;

    -webkit-transition: .3s;
            transition: .3s;

    color: #fff;
    border-radius: 20px;
    background-color: #283a5e;
}
@media (min-width: 1200px)
{
    .index-about .intro .more a:hover
    {
        opacity: .9;
    }
}
@media (max-width: 1199px)
{
    .index-about .intro .more a:active
    {
        opacity: .9;
    }
}
.index-about .pic-box
{
    position: relative;

    text-align: right;
}
@media (max-width: 991px)
{
    .index-about .pic-box
    {
        margin-top: 35px;
    }
}
.index-about .pic-box img
{
    display: inline-block;

    max-width: 100%;
}
.index-about .pic-box .video-btn
{
    font-size: 28px;
    line-height: 72px;

    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 20%;

    display: block;

    width: 72px;
    height: 72px;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #ff7e00;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 14px 1px rgba(0, 0, 0, .1);
}
.index-about .pic-box .video-btn:before
{
    font-family: 'iconfont' !important;

    content: '\e657';
}
@media (max-width: 480px)
{
    .index-about .pic-box .video-btn
    {
        line-height: 50px;

        bottom: 10%;

        width: 50px;
        height: 50px;
    }
}
@media (min-width: 1200px)
{
    .index-about .pic-box .video-btn:hover
    {
        color: #fff;
        background-color: #588528;
    }
}
@media (max-width: 1199px)
{
    .index-about .pic-box .video-btn:active
    {
        color: #fff;
        background-color: #588528;
    }
}
.index-about .num-box
{
    font-size: 0;

    margin: 0 -50px;

    letter-spacing: -8px;
}
@media (max-width: 1329px)
{
    .index-about .num-box
    {
        margin: 0 -25px;
    }
}
@media (max-width: 767px)
{
    .index-about .num-box
    {
        margin: 0 -15px;
    }
}
.index-about .num-box li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 20%;
    margin-top: 45px;
    padding: 0 50px;

    text-align: center;
    vertical-align: top;
    letter-spacing: 0;

    color: #283a5e;
}
@media (max-width: 1329px)
{
    .index-about .num-box li
    {
        padding: 0 25px;
    }
}
@media (max-width: 1199px)
{
    .index-about .num-box li
    {
        width: 33.3333%;
    }
}
@media (max-width: 767px)
{
    .index-about .num-box li
    {
        width: 50%;
        margin-top: 35px;
        padding: 0 15px;
    }
}
.index-about .num-box li:first-child .timer:before
{
    content: '\e63d';
}
.index-about .num-box li:nth-child(2) .timer:before
{
    content: '\e651';
}
.index-about .num-box li:nth-child(3) .timer:before
{
    content: '\e69a';
}
.index-about .num-box li:nth-child(4) .timer:before
{
    content: '\e644';
}
.index-about .num-box li:nth-child(5) .timer:before
{
    content: '\e625';
}
.index-about .num-box .number
{
    font-size: 72px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    margin-bottom: 10px;
}
.index-about .num-box .number:before,
.index-about .num-box .number:after
{
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 60px;
    height: 10px;
    margin-left: -35px;

    content: '';
    -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);

    background-color: #f0f1f3;
}
.index-about .num-box .number:after
{
    margin-top: 40px;
    margin-left: -25px;
}
@media (max-width: 1554px)
{
    .index-about .num-box .number
    {
        font-size: 66px;
    }
}
@media (max-width: 1199px)
{
    .index-about .num-box .number
    {
        font-size: 52px;
    }
    .index-about .num-box .number:before,
    .index-about .num-box .number:after
    {
        width: 45px;
        height: 8px;
    }
}
@media (max-width: 991px)
{
    .index-about .num-box .number
    {
        font-size: 38px;
    }
}
@media (max-width: 767px)
{
    .index-about .num-box .number:before,
    .index-about .num-box .number:after
    {
        width: 40px;
        height: 6px;
        margin-left: -25px;
    }
    .index-about .num-box .number:after
    {
        margin-top: 30px;
        margin-left: -20px;
    }
}
@media (max-width: 480px)
{
    .index-about .num-box .number
    {
        font-size: 8vmin;
    }
}
.index-about .num-box .timer
{
    position: relative;
    z-index: 2;

    display: block;

    white-space: nowrap;
}
.index-about .num-box .timer:before
{
    font-family: 'iconfont' !important;
    font-size: 60px;
    font-weight: normal;
    font-style: normal;

    display: block;

    margin: 0 auto 20px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px)
{
    .index-about .num-box .timer:before
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .index-about .num-box .timer:before
    {
        font-size: 36px;
    }
}
.index-about .num-box p
{
    line-height: 1.71428571;

    margin: 0;

    color: #677286;
}
@media (max-width: 480px)
{
    .index-about .num-box p
    {
        font-size: 3.5vmin;
    }
}
.index-about .line-box
{
    margin: 35px 0;
}
.index-about .contact
{
    text-align: center;
}
.index-about .contact p > *
{
    display: inline-block;

    vertical-align: middle;
}
.index-about .contact span
{
    margin-right: 30px;

    color: #7d7d7d;
}
@media (max-width: 480px)
{
    .index-about .contact span
    {
        display: block;

        margin-right: 0;
        margin-bottom: 15px;
    }
}
.index-about .contact a
{
    font-weight: bold;

    padding: 10px 47px;

    -webkit-transition: .3s;
            transition: .3s;

    color: #fff;
    border-radius: 40px;
    background-color: #ff7e00;
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, .1);
}
@media (min-width: 1200px)
{
    .index-about .contact a:hover
    {
        background-color: #ea7707;
    }
}
@media (max-width: 1199px)
{
    .index-about .contact a:active
    {
        background-color: #ea7707;
    }
}
.index-business
{
    background: #f8f9fe top right no-repeat;
    background-size: 30%;
}
.index-business .title
{
    text-align: center;
}
.index-business .title .point
{
    margin-right: 18px;
}
@media (max-width: 480px)
{
    .index-business .list
    {
        padding: 0 5px;
    }
}
.index-business .list li
{
    margin-top: 15px;
}
@media (max-width: 480px)
{
    .index-business .list li
    {
        padding: 0 5px;
    }
}
.index-business .list .item
{
    position: relative;
    z-index: 2;

    display: block;
    overflow: hidden;

    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 6px;
}
@media (min-width: 992px)
{
    .index-business .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-business .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .index-business .list .item:hover
    {
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2);
    }
    .index-business .list .item:hover .mask
    {
        -webkit-transform: translateY(0);
        -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translateY(0);
                transform: translateY(0);
                transform: translate3d(0, 0, 0);

        opacity: 1;
    }
    .index-business .list .item:hover .mask:before
    {
        height: 100%;
    }
}
.index-business .list .img-box
{
    padding-bottom: 121.21212121%;
}
.index-business .list .name .num,
.index-business .list .name p
{
    display: inline-block;

    margin: 0;

    vertical-align: top;
}
.index-business .list .name .num
{
    font-size: 30px;
    font-weight: bold;

    position: relative;

    margin-right: 5px;
}
.index-business .list .name .num:after
{
    position: absolute;
    top: 0;
    left: -10px;

    width: 37px;
    height: 32px;

    content: '';

    border: 2px dashed #ff7e00;
}
@media (max-width: 480px)
{
    .index-business .list .name .num
    {
        font-size: 24px;
    }
    .index-business .list .name .num:after
    {
        top: -2px;
        left: -10px;

        width: 34px;
        height: 28px;
    }
}
.index-business .list .name .num span
{
    position: relative;
    z-index: 2;

    display: inline-block;
}
.index-business .list .name p
{
    font-size: 20px;
    font-weight: bold;

    padding-top: .45em;
}
@media (max-width: 480px)
{
    .index-business .list .name p
    {
        font-size: 16px;
    }
}
.index-business .list .pic-box
{
    position: relative;

    display: block;
}
.index-business .list .pic-box .name
{
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 0;

    width: 100%;
    padding: 0 15px;

    text-align: center;

    color: #fff;
}
@media (max-width: 480px)
{
    .index-business .list .pic-box .name
    {
        bottom: 5%;
    }
}
.index-business .list .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;
    padding: 10.60606061%;

    -webkit-transition: .4s;
            transition: .4s;
    -webkit-transform: translateY(100%);
    -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
            transform: translate3d(0, 100%, 0);
    text-align: center;

    opacity: 0;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .index-business .list .mask
    {
        display: none !important;
    }
}
.index-business .list .mask:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 4px;
    height: 0;

    content: '';
    -webkit-transition: .6s;
            transition: .6s;

    background-color: #588528;
}
.index-business .list .intro
{
    position: relative;
    top: 50%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.index-business .list .intro .name
{
    margin-bottom: 10px;
}
.index-business .list .intro .name .num
{
    color: #ff7e00;
}
.index-business .list .intro .name .num:after
{
    border-color: #c6c6c6;
}
.index-business .list .intro .name p
{
    color: #283a5e;
}
.index-business .list .intro > p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 150px;
    margin: 0;

    color: #7e8798;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.index-business .list .intro .more
{
    margin-top: 30px;
}
.index-business .list .intro .more a
{
    font-size: 13px;

    display: inline-block;

    max-width: 100%;
    padding: 11px 42px;

    -webkit-transition: .3s;
            transition: .3s;

    color: #fff;
    border-radius: 20px;
    background-color: #ff7e00;
}
.index-business .list .intro .more a:before
{
    font-size: 14px;
    line-height: 1;

    display: inline-block;

    margin-right: 10px;

    content: '+';
}
@media (min-width: 1200px)
{
    .index-business .list .intro .more a:hover
    {
        background-color: #ea7707;
    }
}
@media (max-width: 1199px)
{
    .index-business .list .intro .more a:active
    {
        background-color: #ea7707;
    }
}
.index-business .line-box
{
    margin: 65px 0 50px;
}
@media (max-width: 767px)
{
    .index-business .line-box
    {
        margin: 40px 0 20px;
    }
}
.index-business .slick-partner-nav
{
    position: relative;
}
.index-business .slick-partner-nav .slick-list
{
    margin: 0 -4px;
}
@media (max-width: 480px)
{
    .index-business .slick-partner-nav .slick-list
    {
        margin: 0;
        padding: 0 10px;
    }
}
.index-business .slick-partner-nav .item-box
{
    padding: 10px 6px;
}
@media (max-width: 480px)
{
    .index-business .slick-partner-nav .item-box
    {
        padding: 10px 3px;
    }
}
.index-business .slick-partner-nav .item
{
    -webkit-transition: .4s;
            transition: .4s;
}
.index-business .slick-partner-nav .item.active
{
    background-color: #fff;
    box-shadow: 0 0 16px 1px rgba(0, 0, 0, .3);
}
@media (min-width: 1200px)
{
    .index-business .slick-partner-nav .item:hover
    {
        background-color: #fff;
        box-shadow: 0 0 16px 1px rgba(0, 0, 0, .3);
    }
}
.index-business .slick-partner-nav .img-box
{
    padding-bottom: 57.77777778%;
}
.index-business .slick-partner-nav .slick-arrow
{
    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

    width: 25px;
    height: 50px;
    padding: 0;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: .6;
    color: #020202;
    color: #fff;
    background: none;
    background-color: #a5a5a5;
}
.index-business .slick-partner-nav .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    font-size: 20px;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-business .slick-partner-nav .slick-arrow:hover
{
    opacity: 1;
}
.index-business .slick-partner-nav .slick-prev
{
    left: 0;
}
.index-business .slick-partner-nav .slick-prev:before
{
    content: '\e601';
}
.index-business .slick-partner-nav .slick-next
{
    right: 0;
}
.index-business .slick-partner-nav .slick-next:before
{
    content: '\e827';
}
.index-choose
{
    position: relative;
    z-index: 2;

    overflow: visible;

    margin-top: -30px;
    padding: 0;

    color: #fff;
    background: #588528 center right no-repeat;
    background-size: contain;
}
.index-choose .intro-wrap
{
    position: relative;

    padding: 45px 0;
}
@media (max-width: 767px)
{
    .index-choose .intro-wrap
    {
        padding: 35px 0;
    }
}
.index-choose .intro-wrap:before
{
    position: absolute;
    right: 0;
    bottom: 100%;

    width: 0;
    height: 0;
    margin-bottom: -1px;

    content: '';

    border-width: 0 12px 10px 12px;
    border-style: solid;
    border-color: transparent transparent #588528 transparent;
}
.index-choose .intro-wrap .more
{
    position: absolute;
    z-index: 2;
    top: 80px;
    right: 0;
}
.index-choose .intro-wrap .more a
{
    font-size: 12px;

    display: block;
}
.index-choose .intro-wrap .more a:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    line-height: 1;

    margin-top: -2px;
    margin-left: 10px;

    content: '\e6cb';
}
.index-choose .intro-wrap .more a span,
.index-choose .intro-wrap .more a:after
{
    display: inline-block;

    vertical-align: middle;
}
@media (min-width: 1200px)
{
    .index-choose .intro-wrap .more a:hover span
    {
        text-decoration: underline;
    }
}
.index-choose .title .point
{
    margin-right: 10px;

    border-color: #fff;
}
.index-choose .title .point:before
{
    background-color: #fff;
}
.index-choose .title b,
.index-choose .title h3
{
    color: #fff;
}
@media (min-width: 1200px)
{
    .index-choose .title h3
    {
        font-size: 36px;
        font-weight: 900;
    }
}
@media (max-width: 767px)
{
    .index-choose .title h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .index-choose .title > b
    {
        font-size: 14px;
    }
}
.index-choose .slick-partner-list .item
{
    display: none;
}
.index-choose .slick-partner-list .item.active
{
    display: block;
}
.index-choose .slick-partner-list p
{
    line-height: 2.14285714;

    margin: 0;
}
.index-news .title
{
    text-align: center;
}
.index-news .title .point
{
    margin-right: 15px;
}
.index-news .img-box
{
    padding-bottom: 44.54545455%;
}
@media (min-width: 992px)
{
    .index-news .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;
    }
    .index-news .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media only screen and (min-width: 992px)
{
    .index-news .intro-wrap
    {
        padding-left: 20px;
    }
}
@media (max-width: 991px)
{
    .index-news .intro-wrap
    {
        width: 550px;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
.index-news .intro
{
    margin-top: 20px;
}
.index-news .intro .user
{
    font-weight: bold;

    color: #ff7e00;
}
.index-news .intro h4
{
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    margin: 10px 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #283a5e;
}
@media (min-width: 1200px)
{
    .index-news .intro h4:hover
    {
        text-decoration: underline;

        color: #ff7e00;
    }
}
@media (max-width: 1199px)
{
    .index-news .intro h4:active
    {
        text-decoration: underline;

        color: #ff7e00;
    }
}
.index-news .intro p
{
    line-height: 2.14285714;

    margin: 0;

    color: #7e8798;
    height: 96px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.index-news .more
{
    margin-top: 15px;
}
@media (max-width: 991px)
{
    .index-news .more
    {
        text-align: center;
    }
}
.index-news .more a
{
    font-size: 13px;

    display: inline-block;

    max-width: 100%;
    padding: 11px 42px;

    -webkit-transition: .3s;
            transition: .3s;

    color: #fff;
    border-radius: 20px;
    background-color: #588528;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .2);
}
.index-news .more a:before
{
    font-size: 14px;
    line-height: 1;

    display: inline-block;

    margin-right: 10px;

    content: '+';
}
@media (min-width: 1200px)
{
    .index-news .more a:hover
    {
        background-color: #2162d2;
    }
}
@media (max-width: 1199px)
{
    .index-news .more a:active
    {
        background-color: #2162d2;
    }
}
.index-news .list li
{
    margin-top: 15px;
    padding: 25px 30px;

    border: 1px solid #eaeaea;
}
.index-news .list li:first-child
{
    margin-top: 0;
}
@media (min-width: 1200px)
{
    .index-news .list li:hover > b
    {
        color: #ff7e00;
    }
}
@media (max-width: 1199px)
{
    .index-news .list li:active > b
    {
        color: #ff7e00;
    }
}
@media (max-width: 480px)
{
    .index-news .list li
    {
        padding: 5%;
    }
}
.index-news .list li > b,
.index-news .list li p
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-news .list li > b
{
    font-size: 16px;

    display: block;

    margin-bottom: 10px;

    -webkit-transition: .2s;
            transition: .2s;

    color: #283a5e;
}
.index-news .list li p
{
    margin: 0;

    color: #7e8798;
}
.index-news .list li .date
{
    font-weight: bold;

    margin-top: 10px;

    color: #7e8798;
}
.index-news .list li .date:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-weight: normal;

    margin-right: 10px;

    content: '\e64a';

    color: #ff7e00;
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    width: 100%;
}
@media (max-width: 1199px)
{
    .public-banner img
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
@media (max-width: 767px)
{
    .public-banner img
    {
        width: 150%;
        max-width: 150%;
        margin-left: -25%;
    }
}
.top-nav
{
    overflow: hidden;

    padding-bottom: 15px;

    border-bottom: 1px solid #e3e3e3;
}
.top-nav .title
{
    text-align: left;
}
@media only screen and (min-width: 1200px)
{
    .top-nav .title
    {
        float: left;
    }
}
.top-nav .title i
{
    margin-right: 15px;
}
@media (max-width: 767px)
{
    .top-nav .title i
    {
        margin-right: 5px;
    }
}
.top-nav .title > b
{
    font-size: 14px;
}
.top-nav .title h3
{
    font-size: 30px;

    margin-bottom: 15px;
}
@media (max-width: 767px)
{
    .top-nav .title h3
    {
        font-size: 26px;
    }
}
.top-nav .inside-nav
{
    margin-top: 20px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: left;
}
@media only screen and (min-width: 1200px)
{
    .top-nav .inside-nav
    {
        float: right;
    }
}
@media (max-width: 1199px)
{
    .top-nav .inside-nav
    {
        margin: 0 0 10px;
    }
}
@media (max-width: 767px)
{
    .top-nav .inside-nav
    {
        margin-bottom: 5px;
    }
}
.top-nav .inside-nav .nav-wrap
{
    overflow-x: auto;

    padding: 5px 0;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨�? 内阴�?+圆角*/
    /*定义滑块 内阴�?+圆角*/
    /*滑块效果*/
}
.top-nav .inside-nav .nav-wrap::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.top-nav .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);
}
.top-nav .inside-nav .nav-wrap::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.top-nav .inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.top-nav .inside-nav ul
{
    font-size: 15px;

    position: relative;

    display: inline-block;

    white-space: nowrap;
}
.top-nav .inside-nav ul li
{
    display: inline-block;

    vertical-align: middle;

    color: #283a5e;
}
@media (max-width: 767px)
{
    .top-nav .inside-nav ul li
    {
        margin-right: 20px;
    }
}
.top-nav .inside-nav ul li a
{
    font-weight: bold;

    display: block;

    padding: 10px 40px;

    -webkit-transition: .15s;
            transition: .15s;

    border-radius: 20px;
}
@media (max-width: 1554px)
{
    .top-nav .inside-nav ul li a
    {
        padding: 10px 35px;
    }
}
@media (max-width: 1329px)
{
    .top-nav .inside-nav ul li a
    {
        padding: 10px 30px;
    }
}
@media (max-width: 1199px)
{
    .top-nav .inside-nav ul li a
    {
        padding: 10px 25px;
    }
}
@media (max-width: 767px)
{
    .top-nav .inside-nav ul li a
    {
        padding: 5px;
    }
}
@media (max-width: 480px)
{
    .top-nav .inside-nav ul li a
    {
        font-size: 3.8vmin;
    }
}
@media (min-width: 1200px)
{
    .top-nav .inside-nav ul li:hover a
    {
        color: #ff7e00;
    }
}
@media only screen and (min-width: 768px)
{
    .top-nav .inside-nav ul li.active a
    {
        color: #fff;
        background-color: #ff7e00;
    }
}
@media (max-width: 767px)
{
    .top-nav .inside-nav ul li.active a
    {
        color: #ff7e00;
    }
}
.menu-list ul
{
    padding-top: 25px;
}
@media (max-width: 767px)
{
    .menu-list ul
    {
        padding-top: 5px;
    }
}
.menu-list li
{
    display: inline-block;

    margin-top: 15px;
    margin-right: 80px;

    color: #283a5e;
}
.menu-list li:last-child
{
    margin-right: 0;
}
.menu-list li.active
{
    color: #ff7e00;
}
@media (min-width: 1200px)
{
    .menu-list li:hover
    {
        color: #ff7e00;
    }
}
@media (max-width: 1199px)
{
    .menu-list li
    {
        margin-right: 50px;
    }
    .menu-list li:active
    {
        color: #ff7e00;
    }
}
@media (max-width: 991px)
{
    .menu-list li
    {
        margin-right: 35px;
    }
}
@media (max-width: 767px)
{
    .menu-list li
    {
        margin-right: 25px;
    }
}
@media (max-width: 480px)
{
    .menu-list li
    {
        font-size: 3.3vmin;

        margin-right: 3.5vmin;
    }
}
.breadcrumb
{
    float: right;

    margin: 0;
    padding: 12px 0;

    background: none;
}
@media (max-width: 767px)
{
    .breadcrumb
    {
        display: none;
    }
}
.breadcrumb li
{
    text-transform: capitalize;
}
.breadcrumb li:first-child:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-right: 20px;

    content: '\e6c8';
    vertical-align: middle;
}
.breadcrumb li:last-child:before
{
    padding-right: 12px;
}
.breadcrumb li a:hover
{
    text-decoration: underline;
}
.breadcrumb > li + li:before
{
    padding: 0 10px;

    content: '>';

    color: #fff;
}
.inside-page .content
{
    position: relative;

    padding: 70px 0 100px;
}
@media (max-width: 1199px)
{
    .inside-page .content
    {
        padding-bottom: 80px;
    }
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding-bottom: 70px;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding-top: 50px;
        padding-bottom: 40px;
    }
}
@media only screen and (min-width: 768px)
{
    .app-wrap .top-nav .inside-nav ul li a
    {
        padding: 10px 27px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1554px)
{
    .app-wrap .top-nav .inside-nav ul li a
    {
        padding: 10px 18px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1329px)
{
    .app-wrap .top-nav .inside-nav ul li a
    {
        padding: 10px 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .app-wrap .top-nav
    {
        padding-bottom: 0;
    }
}
.advantage-wrap
{
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1554px)
{
    .advantage-wrap .top-nav .inside-nav ul li a
    {
        padding: 10px 22px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1329px)
{
    .advantage-wrap .top-nav .inside-nav ul li a
    {
        padding: 10px 17px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .advantage-wrap .top-nav
    {
        padding-bottom: 0;
    }
}
.advantage-wrap .content img
{
    display: block;

    max-width: 100%;
    height: auto !important;
}
.advantage-wrap .intro-wrap
{
    font-size: 0;

    letter-spacing: -8px;
}
@media (min-width: 1200px)
{
    .advantage-wrap .intro-wrap
    {
        margin: 40px -30px 0;
    }
}
@media (min-width: 1200px) and (max-width: 1329px)
{
    .advantage-wrap .intro-wrap
    {
        margin: 40px -15px 0;
    }
}
.advantage-wrap .intro-wrap > div
{
    font-size: 14px;

    letter-spacing: 0;
}
@media (min-width: 1200px)
{
    .advantage-wrap .intro-wrap > div
    {
        display: inline-block;

        padding: 0 30px;

        vertical-align: middle;
    }
    .advantage-wrap .intro-wrap > div:first-child
    {
        width: 54.16666667%;
    }
    .advantage-wrap .intro-wrap > div:last-child
    {
        width: 45.83333333%;
    }
}
@media (min-width: 1200px) and (max-width: 1329px)
{
    .advantage-wrap .intro-wrap > div
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .advantage-wrap .intro-wrap > div:first-child
    {
        margin: 35px 0 25px;
    }
}
.advantage-wrap .intro-wrap .intro h4
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 20px;

    color: #283a5e;
}
@media (max-width: 991px)
{
    .advantage-wrap .intro-wrap .intro h4
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .advantage-wrap .intro-wrap .intro h4
    {
        font-size: 22px;
    }
}
.advantage-wrap .intro-wrap .intro p
{
    line-height: 2.28571429;

    margin: 0;

    color: #7e8798;
}
@media (max-width: 767px)
{
    .advantage-wrap .intro-wrap .intro p
    {
        line-height: 2;
    }
}
.advantage4-wrap .intro-wrap > div
{
    vertical-align: top;
}
.advantage4-wrap .intro h5,
.advantage4-wrap .intro h6
{
    font-weight: bold;

    margin: 25px 0 10px;

    color: #283a5e;
}
.advantage4-wrap .intro h5
{
    font-size: 18px;
}
.advantage4-wrap .intro h6
{
    font-size: 17px;
}
.advantage4-wrap .intro h6:before
{
    display: inline-block;

    width: 4px;
    height: 4px;
    margin-right: 15px;

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    background-color: #283a5e;
}
.advantage4-wrap .intro h6 a
{
    font-size: 14px;
    font-weight: normal;

    display: inline-block;

    margin-left: 25px;

    color: #ff7e00;
}
.advantage4-wrap .intro h6 a:hover
{
    text-decoration: underline;
}
@media (min-width: 1200px)
{
    .advantage6-wrap .intro-wrap > div:first-child
    {
        width: 45.83333333%;
    }
    .advantage6-wrap .intro-wrap > div:last-child
    {
        width: 54.16666667%;
    }
}
.recruitment-wrap .list
{
    font-size: 0;

    margin: 0 -15px;

    letter-spacing: -8px;
}
.recruitment-wrap .list li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    margin-top: 30px;
    padding: 0 15px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .recruitment-wrap .list li
    {
        width: 100%;
    }
}
.recruitment-wrap .list li h4
{
    font-size: 16px;
    font-weight: bold;

    color: #283a5e;
}
.recruitment-wrap .list li p
{
    line-height: 2.14285714;

    margin: 0;

    color: #7e8798;
}
.history-wrap
{
    overflow: hidden;
}
.history-wrap .slick-initialized ul
{
    white-space: nowrap;
}
.history-wrap .slick-initialized li,
.history-wrap .slick-initialized .slick-slide
{
    display: inline-block;
    float: none;

    width: 16.66666667%;

    vertical-align: middle;
    white-space: normal;
}
.history-wrap .slick-initialized li:nth-child(odd),
.history-wrap .slick-initialized .slick-slide:nth-child(odd)
{
    vertical-align: text-top;
}
.history-wrap .slick-initialized li:nth-child(odd) .item .time,
.history-wrap .slick-initialized .slick-slide:nth-child(odd) .item .time
{
    top: -128px;
}
.history-wrap .slick-initialized li:nth-child(odd) .item .time b,
.history-wrap .slick-initialized .slick-slide:nth-child(odd) .item .time b
{
    color: #fff;
    background-color: #283a5e;
}
.history-wrap .slick-initialized li:nth-child(odd) .item .intro:before,
.history-wrap .slick-initialized .slick-slide:nth-child(odd) .item .intro:before
{
    bottom: 0;
}
.history-wrap .slick-initialized li:nth-child(even),
.history-wrap .slick-initialized .slick-slide:nth-child(even)
{
    vertical-align: text-bottom;
}
.history-wrap .slick-initialized li:nth-child(even) .item,
.history-wrap .slick-initialized .slick-slide:nth-child(even) .item
{
    margin-bottom: 145px;
}
.history-wrap .slick-initialized li:nth-child(even) .item .time,
.history-wrap .slick-initialized .slick-slide:nth-child(even) .item .time
{
    bottom: -130px;
}
.history-wrap .slick-initialized li:nth-child(even) .item .time b,
.history-wrap .slick-initialized .slick-slide:nth-child(even) .item .time b
{
    color: #283a5e;
    background-color: #fff;
}
.history-wrap .slick-initialized li:nth-child(even) .item .intro:before,
.history-wrap .slick-initialized .slick-slide:nth-child(even) .item .intro:before
{
    top: 0;
}
.history-wrap .slick-initialized li:first-child,
.history-wrap .slick-initialized .slick-slide:first-child
{
    position: relative;
}
.history-wrap .slick-initialized li:first-child:before,
.history-wrap .slick-initialized .slick-slide:first-child:before
{
    position: absolute;
    top: -64px;
    left: -500px;

    display: block;

    width: 29000px;
    height: 2px;

    content: '';

    background-color: #d5d5d5;
}
.history-wrap .slick-initialized .item
{
    position: relative;
}
.history-wrap .slick-initialized .time
{
    position: absolute;
    left: 50%;

    width: 130px;
    height: 130px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;

    background-color: #fff;
}
.history-wrap .slick-initialized .time:before,
.history-wrap .slick-initialized .time:after
{
    position: absolute;

    display: block;

    width: 66px;
    height: 66px;

    content: '';
}
.history-wrap .slick-initialized .time:before
{
    top: 0;
    right: 0;

    border-top: 2px solid #d5d5d5;
    border-right: 2px solid #d5d5d5;
    border-radius: 0 100% 0 0;
}
.history-wrap .slick-initialized .time:after
{
    bottom: 0;
    left: 0;

    border-bottom: 2px solid #d5d5d5;
    border-left: 2px solid #d5d5d5;
    border-radius: 0 0 0 100%;
}
.history-wrap .slick-initialized .time b
{
    font-size: 24px;
    line-height: 95px;

    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 95px;
    height: 95px;

    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);

    color: #fff;
    border-radius: 50%;
}
.history-wrap .slick-initialized .intro
{
    position: relative;

    width: 140%;
    padding: 20px 15px;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateX(35%);
        -ms-transform: translateX(35%);
            transform: translateX(35%);

    opacity: 0;
    border-left: 2px solid #d5d5d5;
}
.history-wrap .slick-initialized .intro:before
{
    position: absolute;
    z-index: 2;
    left: 0;

    display: block;

    width: 7px;
    height: 7px;
    margin-left: -4px;

    content: '';

    border-radius: 50%;
    background-color: #d5d5d5;
}
.history-wrap .slick-initialized .intro > b
{
    font-size: 16px;

    display: block;

    margin-bottom: 5px;
}
.history-wrap .slick-initialized .intro p
{
    line-height: 1.71428571;

    min-height: 90px;
    margin: 0;

    color: #888;
}
.history-wrap .slick-history
{
    position: relative;

    margin-top: 80px;
}
@media (max-width: 1199px)
{
    .history-wrap .slick-history
    {
        margin-top: 70px;
    }
}
@media (max-width: 991px)
{
    .history-wrap .slick-history
    {
        margin-top: 60px;
    }
}
@media (max-width: 767px)
{
    .history-wrap .slick-history
    {
        margin-top: 45px;
    }
}
.history-wrap .slick-history .slick-active .intro
{
    opacity: 1;
}
@media (max-width: 767px)
{
    .history-wrap .slick-history
    {
        padding: 30px 0 10px;
    }
    .history-wrap .slick-history:before
    {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 2px;
        height: 100%;

        content: '';

        background-color: #7e8798;
    }
    .history-wrap .slick-history .item
    {
        position: relative;

        margin-bottom: 15px;
        padding-left: 15px;
    }
    .history-wrap .slick-history .item:before
    {
        position: absolute;
        z-index: 2;
        top: 8px;
        left: 0;

        display: block;

        width: 8px;
        height: 8px;
        margin-left: -3px;

        content: '';

        border-radius: 50%;
        background-color: #283a5e;
    }
    .history-wrap .slick-history .intro > b
    {
        font-size: 20px;

        display: block;

        color: #283a5e;
    }
    .history-wrap .slick-history .intro p
    {
        line-height: 2.14285714;

        margin: 0;

        color: #7e8798;
    }
}
.history-wrap .slick-list
{
    padding-right: 15%;
    padding-left: 2%;
}
@media (max-width: 1199px)
{
    .history-wrap .slick-list
    {
        padding-right: 20%;
    }
}
@media (max-width: 991px)
{
    .history-wrap .slick-list
    {
        padding-right: 25%;
    }
}
.history-wrap .slick-arrow
{
    font-size: 22px;
    font-weight: bold;

    position: absolute;
    z-index: 10;
    top: 50%;

    padding: 0;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #999;
    background: none;
}
.history-wrap .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.history-wrap .slick-arrow:hover
{
    color: #588528;
}
@media (max-width: 767px)
{
    .history-wrap .slick-arrow
    {
        font-size: 16px;
    }
}
.history-wrap .slick-prev
{
    left: -80px;
}
@media (max-width: 1554px)
{
    .history-wrap .slick-prev
    {
        left: -50px;
    }
}
.history-wrap .slick-prev:before
{
    content: '\e601';
}
.history-wrap .slick-next
{
    right: -80px;
}
@media (max-width: 1554px)
{
    .history-wrap .slick-next
    {
        right: -50px;
    }
}
.history-wrap .slick-next:before
{
    content: '\e827';
}
.date
{
    font-weight: bold;

    margin: 20px 0 15px;

    color: #7e8798;
}
.date:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-weight: normal;

    margin-right: 12px;

    content: '\e61a';

    color: #ff7e00;
}
.news-list
{
    margin-top: -20px;
}
@media (max-width: 991px)
{
    .news-list
    {
        margin-top: -5px;
    }
}
@media (max-width: 480px)
{
    .news-list
    {
        margin-top: 0;
        padding-top: 10px;
    }
}
.news-list .img-box
{
    padding-bottom: 56.14035088%;
}
.news-list li
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .news-list li
    {
        margin-top: 45px;
    }
}
@media (max-width: 767px)
{
    .news-list li
    {
        margin-top: 35px;
    }
}
@media (max-width: 480px)
{
    .news-list li
    {
        width: 100%;
        margin-top: 25px;
    }
}
.news-list .item
{
    overflow: hidden;
}
@media (min-width: 992px)
{
    .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 .more a
    {
        background-color: #588528;
    }
}
.news-list .item > b
{
    font-size: 16px;

    display: block;
    overflow: hidden;

    margin-bottom: 10px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #283a5e;
}
@media (min-width: 1200px)
{
    .news-list .item > b:hover
    {
        text-decoration: underline;
    }
}
.news-list .item p
{
    line-height: 2.28571429;

    display: -webkit-box;
    overflow: hidden;

    height: 96px;
    margin: 0;

    color: #7e8798;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 480px)
{
    .news-list .item p
    {
        height: auto;
        max-height: 96px;
    }
}
.news-list .item .more
{
    display: inline-block;

    margin-top: 20px;
}
@media (max-width: 991px)
{
    .news-list .item .more
    {
        display: none;
    }
}
.news-list .item .more a
{
    font-size: 12px;
    line-height: 40px;

    display: block;

    width: 150px;
    height: 40px;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #fff;
    border-radius: 40px;
    background-color: #575757;
}
.news-list .item .more a:before
{
    margin-right: 8px;

    content: '+';
}
@media only screen and (min-width: 481px) and (max-width: 767px)
{
    .news-wrap .news-list li:first-child
    {
        width: 50%;
    }
}
@media only screen and (min-width: 991px)
{
    .news-wrap .news-list li:first-child .item p
    {
        height: 192px;

        -webkit-line-clamp: 6;
    }
}
@media only screen and (min-width: 768px)
{
    .news-wrap .news-list li:first-child .pic-box
    {
        position: relative;

        float: left;

        width: 570px;
        margin-right: 30px;
    }
    .news-wrap .news-list li:first-child .pic-box .img-box:before,
    .news-wrap .news-list li:first-child .pic-box .img-box:after
    {
        position: absolute;

        content: '';
    }
    .news-wrap .news-list li:first-child .pic-box .img-box:after
    {
        z-index: 11;
        right: -1px;
        bottom: -1px;

        width: 0;
        height: 0;

        border-width: 0 0 50px 50px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }
    .news-wrap .news-list li:first-child .pic-box .img-box:before
    {
        font-family: 'iconfont' !important;
        font-weight: bold;

        z-index: 12;
        right: 0;
        bottom: 0;

        content: '\e6d2';

        color: #588528;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .news-wrap .news-list li:first-child .pic-box
    {
        width: 500px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .news-wrap .news-list li:first-child .pic-box
    {
        width: 48%;
    }
}
.news-wrap .news-list li:first-child .more
{
    display: none;
}
.news-details-wrap .info
{
    padding-top: 10px;
}
.news-details-wrap .info h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0 0 20px;

    color: #283a5e;
}
@media (max-width: 991px)
{
    .news-details-wrap .info h1
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .info h1
    {
        font-size: 20px;
    }
}
.news-details-wrap .intro-wrap p
{
    line-height: 2.28571429;

    margin: 0;

    color: #7e8798;
}
.news-details-wrap .intro-wrap img
{
    /*display: block;*/

    max-width: 100%;
    margin: 15px 0 0;
}
@media (max-width: 991px)
{
    .responsibility-list
    {
        padding-top: 10px;
    }
}
.responsibility-list li
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .responsibility-list li
    {
        margin-top: 25px;
    }
}
@media (max-width: 480px)
{
    .responsibility-list li
    {
        width: 100%;
    }
}
.responsibility-list li p
{
    overflow: hidden;

    height: 20px;
    margin: 15px 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 480px)
{
    .responsibility-list li p
    {
        margin-top: 10px;
    }
}
.responsibility-list .img-box
{
    padding-bottom: 62.22222222%;
}
@media (min-width: 992px)
{
    .responsibility-list .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;
    }
    .responsibility-list .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.party-building-wrap .care
{
    margin-top: 80px;
}
@media (max-width: 1199px)
{
    .party-building-wrap .care
    {
        margin-top: 55px;
    }
}
@media (max-width: 991px)
{
    .party-building-wrap .care
    {
        margin-top: 35px;
    }
}
@media (max-width: 767px)
{
    .party-building-wrap .care
    {
        margin-top: 25px;
    }
}
@media (max-width: 480px)
{
    .party-building-wrap .news-list,
    .party-building-wrap .responsibility-list
    {
        padding-top: 0;
    }
}
.organization-wrap .intro-wrap
{
    margin-top: 30px;
}
.organization-wrap .intro-wrap img
{
    display: block;

    max-width: 100%;
}
.honor-wrap .img-box
{
    padding-bottom: 128.78787879%;
}
@media (min-width: 992px)
{
    .honor-wrap .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;
    }
    .honor-wrap .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.honor-wrap .list li
{
    margin-top: 35px;
}
@media (max-width: 480px)
{
    .honor-wrap .list li
    {
        width: 50%;
        margin-top: 25px;
    }
}
.honor-wrap .list p
{
    overflow: hidden;

    height: 20px;
    margin: 15px 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #283a5e;
}
.shanqi-wrap .intro-wrap .name
{
    font-size: 16px;
    font-weight: bold;

    margin-bottom: 5px;

    color: #283a5e;
}
.shanqi-wrap .intro-wrap p
{
    margin: 0;

    color: #7e8798;
}
.shanqi-wrap .intro-wrap table
{
    color: #7e8798;
}
.shanqi-wrap .intro-wrap table,
.shanqi-wrap .intro-wrap table *
{
    border: none;
}
.shanqi-wrap .intro-wrap table tr td
{
    padding: 10px 0;

    vertical-align: top;
}
.shanqi-wrap .intro-wrap table tr td:first-child
{
    min-width: 70px;
    padding-right: 5px;

    color: #000;
}
.shanqi-wrap .culture,
.shanqi-wrap .policy
{
    margin-top: 35px;
}
@media only screen and (min-width: 992px)
{
    .shanqi-wrap .policy
    {
        padding-left: 100px;
    }
}
.shanqi-wrap .policy p
{
    padding: 10px 0;
}
.shanqi-wrap .policy table tr td:first-child
{
    font-weight: bold;

    color: #283a5e;
}
.shanqi-wrap .list .img-box
{
    padding-bottom: 62.22222222%;
}
.shanqi-wrap .list li
{
    margin-top: 35px;
}
@media (max-width: 480px)
{
    .shanqi-wrap .list li
    {
        width: 100%;
        margin-top: 25px;
    }
}
@media (min-width: 992px)
{
    .shanqi-wrap .list .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;
    }
    .shanqi-wrap .list .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.shanqi-wrap .list p
{
    overflow: hidden;

    height: 20px;
    margin: 15px 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #283a5e;
}
@media (max-width: 480px)
{
    .shanqi-wrap .list p
    {
        margin-top: 10px;
    }
}
.shanqi-wrap .page
{
    margin-top: 35px;
}
@media (max-width: 767px)
{
    .shanqi-wrap .page
    {
        margin-top: 20px;
    }
}
.speech-wrap .intro-wrap
{
    margin-top: 30px;
}
.speech-wrap .intro-wrap img
{
    display: inline-block;

    max-width: 100%;
}
.speech-wrap .intro-wrap p
{
    line-height: 2.28571429;

    color: #7e8798;
}
.about-wrap p
{
    line-height: 2.28571429;

    margin: 0;

    color: #7e8798;
}
.about-wrap .company
{
    margin: 30px 0 35px;
}
.about-wrap .company .row
{
    margin: 0 -10px;
}
.about-wrap .company li
{
    margin-top: 30px;
    padding: 0 10px;
}
@media (max-width: 480px)
{
    .about-wrap .company li
    {
        width: 100%;
        margin-top: 20px;
    }
}
.about-wrap .company .img-box
{
    padding-bottom: 56.52173913%;
}
.about-wrap .product
{
    overflow: hidden;
}
@media (min-width: 481px)
{
    .about-wrap .product .pic-box
    {
        float: right;

        width: 455px;
        margin-left: 25px;
    }
}
@media (min-width: 481px) and (max-width: 991px)
{
    .about-wrap .product .pic-box
    {
        width: 50%;
    }
}
@media (max-width: 480px)
{
    .about-wrap .product .pic-box
    {
        margin-bottom: 15px;
    }
}
.about-wrap .product .pic-box img
{
    display: block;

    width: 100%;
}
.about-wrap .product .row
{
    margin: 0 -8px;
}
@media (min-width: 1200px)
{
    .about-wrap .product .row
    {
        width: -webkit-calc(100% - 455px - 25px + 8px);
        width:         calc(100% - 455px - 25px + 8px);
    }
}
@media (max-width: 1199px)
{
    .about-wrap .product .row:before
    {
        clear: both;
    }
}
.about-wrap .product .row li
{
    margin-top: 30px;
    padding: 0 8px;
}
@media (max-width: 480px)
{
    .about-wrap .product .row li
    {
        width: 100%;
        margin-top: 20px;
    }
}
.about-wrap .product .row .item
{
    position: relative;
    z-index: 2;

    display: block;
    overflow: hidden;

    border-radius: 6px;
}
@media (min-width: 992px)
{
    .about-wrap .product .row .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .about-wrap .product .row .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .about-wrap .product .row .item:hover .intro
    {
        background-color: #588528;
    }
}
.about-wrap .product .row .img-box
{
    padding-bottom: 72.97297297%;
}
.about-wrap .product .row .intro
{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 5px 40px 5px 20px;

    -webkit-transition: .3s;
            transition: .3s;

    background-color: #4f4f4f;
}
.about-wrap .product .row .intro:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    position: absolute;
    z-index: 2;
    top: 50%;
    right: 15px;

    display: block;

    content: '\e6cb';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.about-wrap .product .row .intro p
{
    font-weight: bold;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #fff;
}
.about-wrap .honor
{
    overflow: hidden;

    margin-top: 35px;
    padding-bottom: 25px;
}
.about-wrap .honor .img-box
{
    padding-bottom: 127.27272727%;
}
@media only screen and (min-width: 992px)
{
    .about-wrap .honor .pic-box
    {
        float: left;

        width: 65.95744681%;
        margin-right: 25px;
    }
}
.about-wrap .honor .row
{
    margin: 0 -10px;
}
.about-wrap .honor .row li
{
    margin-bottom: 15px;
    padding: 0 10px;
}
@media (max-width: 480px)
{
    .about-wrap .honor .row li
    {
        width: 50%;
    }
}
.about-wrap .vision .img-box
{
    padding-bottom: 59.34065934%;
}
.about-wrap .vision .row
{
    font-size: 0;

    margin: 0 -10px;

    letter-spacing: -8px;
}
.about-wrap .vision .row li
{
    display: inline-block;
    float: none;

    margin-bottom: 15px;
    padding: 0 11px;

    vertical-align: top;
}
@media (max-width: 480px)
{
    .about-wrap .vision .row li
    {
        width: 100%;
    }
}
.about-wrap .vision .row li:nth-child(1) .img-box
{
    padding-bottom: 34.94623656%;
}
@media (max-width: 480px)
{
    .about-wrap .vision .row li:nth-child(1) .pic-box
    {
        width: 200%;
        margin-left: -100%;
    }
}
.about-wrap .vision .row li:nth-child(2) .img-box
{
    padding-bottom: 71.42857143%;
}
.about-wrap .vision .row .item
{
    font-size: 14px;

    position: relative;

    overflow: hidden;

    letter-spacing: 0;
}
.about-wrap .vision .row .intro
{
    position: absolute;
    z-index: 10;
    bottom: 15px;
    left: 0;

    width: 260px;
    max-width: 70%;
    padding: 20px 30px;

    color: #fff;
    border-radius: 0 20px 0 0;
    background-color: rgba(0, 0, 0, .55);
}
.about-wrap .vision .row .intro h4
{
    margin-top: 0;
}
.about-wrap .vision .row .intro p
{
    line-height: 1.71428571;

    color: #fff;
}
@media (max-width: 1199px)
{
    .about-wrap .vision .row .intro
    {
        padding: 20px;
    }
    .about-wrap .vision .row .intro h4
    {
        font-size: 15px;
    }
    .about-wrap .vision .row .intro p
    {
        font-size: 13px;
    }
}
@media (max-width: 991px)
{
    .about-wrap .vision .row .intro
    {
        padding: 15px 10px;
    }
    .about-wrap .vision .row .intro h4
    {
        font-size: 14px;
    }
    .about-wrap .vision .row .intro p
    {
        font-size: 12px;
    }
}
.product-list > li
{
    margin-top: 50px;
}
@media (max-width: 480px)
{
    .product-list > li
    {
        width: 100%;
    }
}
.product-list .img-box
{
    padding-bottom: 72.97297297%;

    border-radius: 8px;
}
@media (min-width: 992px)
{
    .product-list .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;
    }
    .product-list .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.product-list .intro
{
    margin: 15px 0;
}
.product-list .intro .name
{
    position: relative;

    padding-top: 15px;
    padding-left: 10px;
}
.product-list .intro .name:after
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 36px;
    height: 32px;

    content: '';

    border: 2px dashed #e3e3e3;
}
.product-list .intro .name a
{
    font-size: 16px;
    font-weight: bold;

    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #283a5e;
}
.product-list .intro p
{
    margin: 0;
}
.product-list .fun-btn
{
    padding-top: 10px;
}
.product-list .fun-btn .details a
{
    background-color: #588528;
}
.product-list .fun-btn .inquiry
{
    text-align: right;
}
.product-list .fun-btn .inquiry a
{
    background-color: #575757;
}
.product-list .fun-btn a
{
    font-weight: bold;

    display: inline-block;

    width: 140px;
    max-width: 100%;
    padding: 10px 0;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #fff;
}
@media (min-width: 1200px)
{
    .product-list .fun-btn a:hover
    {
        background-color: #ff7e00;
    }
}
@media (max-width: 1199px)
{
    .product-list .fun-btn a:active
    {
        background-color: #ff7e00;
    }
}
@media (max-width: 480px)
{
    .product-list .fun-btn a
    {
        font-size: 12px;

        width: 120px;
    }
}
.product-details-wrap
{
    overflow: hidden;
}
.product-details-wrap .carousel-wrap
{
    zoom: 1;

    margin: 40px 0 65px;
}
.product-details-wrap .carousel-wrap:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 767px)
{
    .product-details-wrap .carousel-wrap
    {
        margin: 35px 0 40px;
    }
}
.product-details-wrap .carousel-wrap .row
{
    margin: 0 -20px;
}
.product-details-wrap .carousel-wrap .img-box
{
    padding-bottom: 72.97297297%;
}
.product-details-wrap .carousel-box,
.product-details-wrap .info-box
{
    padding: 0 20px;
}
@media only screen and (min-width: 1200px)
{
    .product-details-wrap .carousel-box,
    .product-details-wrap .info-box
    {
        float: left;
    }
}
@media only screen and (min-width: 1200px)
{
    .product-details-wrap .carousel-box
    {
        width: 53.79310345%;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-box
    {
        width: 780px;
        max-width: 100%;
        margin: 0 auto;
    }
}
.product-details-wrap .slick-slider .img-box
{
    z-index: 2;

    border-radius: 6px;
}
.product-details-wrap .info-box
{
    position: relative;
}
@media only screen and (min-width: 1200px)
{
    .product-details-wrap .info-box
    {
        width: 46.20689655%;
        min-height: 540px;
        padding-bottom: 9%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1554px)
{
    .product-details-wrap .info-box
    {
        min-height: 455px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1329px)
{
    .product-details-wrap .info-box
    {
        min-height: 405px;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .info-box
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .info-box
    {
        margin-top: 10px;
    }
}
.product-details-wrap .info-box .name
{
    position: relative;
}
@media (max-width: 1199px)
{
    .product-details-wrap .info-box .name
    {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px)
{
    .product-details-wrap .info-box .name
    {
        padding-right: 130px;
    }
}
.product-details-wrap .info-box h1
{
    font-size: 28px;
    font-weight: bold;

    position: relative;

    margin: 20px 0 15px;
    padding-top: 10px;
    padding-left: 10px;

    color: #283a5e;
}
.product-details-wrap .info-box h1:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 36px;
    height: 32px;

    content: '';

    border: 2px dashed #e3e3e3;
}
.product-details-wrap .info-box h1 span
{
    position: relative;
    z-index: 2;

    display: block;
}
@media (max-width: 767px)
{
    .product-details-wrap .info-box h1
    {
        font-size: 24px;

        margin-bottom: 5px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .info-box h1
    {
        font-size: 22px;
    }
}
@media only screen and (min-width: 768px)
{
    .product-details-wrap .info-box .inquiry
    {
        position: absolute;
        z-index: 2;
        top: 5px;
        right: 25px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .info-box .inquiry
    {
        text-align: right;
    }
}
.product-details-wrap .info-box .inquiry a
{
    -webkit-transition: .2s;
            transition: .2s;

    color: #588528;
}
.product-details-wrap .info-box .inquiry a:before,
.product-details-wrap .info-box .inquiry a span
{
    display: inline-block;

    vertical-align: middle;
}
.product-details-wrap .info-box .inquiry a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-right: 5px;

    content: '\e64c';
}
.product-details-wrap .info-box .inquiry a span
{
    font-weight: bold;

    border-bottom: 1px solid #588528;
}
@media (min-width: 1200px)
{
    .product-details-wrap .info-box .inquiry a:hover
    {
        color: #ff7e00;
    }
    .product-details-wrap .info-box .inquiry a:hover span
    {
        border-bottom-color: #ff7e00;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .info-box .inquiry a:active
    {
        color: #ff7e00;
    }
    .product-details-wrap .info-box .inquiry a:active span
    {
        border-bottom-color: #ff7e00;
    }
}
.product-details-wrap .info-box .intro
{
    margin-top: 40px;
    padding-left: 20px;
}
@media (max-width: 767px)
{
    .product-details-wrap .info-box .intro
    {
        margin-top: 25px;
    }
}
.product-details-wrap .info-box .intro .features
{
    font-size: 16px;
    font-weight: bold;

    position: relative;

    margin-bottom: 10px;
    margin-left: -20px;
    padding-left: 20px;

    color: #ff7e00;
}
.product-details-wrap .info-box .intro .features:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 6px;
    height: 6px;
    margin-top: -3px;

    content: '';

    border-radius: 50%;
    background-color: #ff7e00;
}
.product-details-wrap .info-box .intro p
{
    line-height: 2.42857143;

    margin: 0;

    color: #283a5e;
}
@media (min-width: 1200px)
{
    .product-details-wrap .slider-nav
    {
        position: absolute;
        bottom: 0;
        left: 0;

        width: 100%;
        padding: 0 20px;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .slider-nav
    {
        width: 740px;
        max-width: 100%;
        margin: 0 auto;
    }
}
.product-details-wrap .slider-nav .slick-slide .item
{
    padding: 5px;

    -webkit-transition: .3s;
            transition: .3s;
}
.product-details-wrap .slider-nav .slick-arrow
{
    font-size: 22px;
    font-weight: bold;

    position: absolute;
    z-index: 10;
    top: 50%;

    padding: 0;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #999;
    background: none;
}
.product-details-wrap .slider-nav .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .slider-nav .slick-arrow:hover
{
    color: #588528;
}
@media (max-width: 767px)
{
    .product-details-wrap .slider-nav .slick-arrow
    {
        font-size: 16px;
    }
}
.product-details-wrap .slider-nav .slick-prev
{
    left: 0;
}
.product-details-wrap .slider-nav .slick-prev:before
{
    content: '\e601';
}
.product-details-wrap .slider-nav .slick-next
{
    right: 0;
}
.product-details-wrap .slider-nav .slick-next:before
{
    content: '\e827';
}
.product-details-wrap .share-wrap
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .product-details-wrap .share-wrap
    {
        margin-top: 30px;
    }
}
@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 .fun-btn .row
{
    max-width: 480px;
}
@media only screen and (min-width: 1555px)
{
    .product-details-wrap .fun-btn .row
    {
        margin: 0 -25px;
    }
    .product-details-wrap .fun-btn .row li
    {
        padding: 0 25px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .fun-btn .row
    {
        margin: 0 -5px;
    }
    .product-details-wrap .fun-btn .row li
    {
        padding: 0 5px;
    }
}
.product-details-wrap .fun-btn a
{
    font-weight: bold;
    line-height: 50px;

    display: block;
    overflow: hidden;

    height: 50px;
    margin-top: 25px;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #fff;
    border-radius: 10px;
    background-color: #003971;
}
@media (max-width: 767px)
{
    .product-details-wrap .fun-btn a
    {
        line-height: 45px;

        height: 45px;
    }
}
.product-details-wrap .fun-btn a:before
{
    font-family: 'iconfont' !important;
    font-size: 1.4375em;
    font-weight: normal;
    font-style: normal;

    display: inline-block;

    margin-right: 18px;

    vertical-align: middle;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 480px)
{
    .product-details-wrap .fun-btn a:before
    {
        margin-right: 10px;
    }
}
@media (min-width: 1200px)
{
    .product-details-wrap .fun-btn a:hover
    {
        background-color: #588528;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .fun-btn a:active
    {
        background-color: #588528;
    }
}
.product-details-wrap .fun-btn .down-btn:before
{
    content: '\e642';
}
.product-details-wrap .fun-btn .inquiry-btn:before
{
    content: '\e62e';
}
.product-details-wrap h4
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 15px;

    color: #283a5e;
}
@media (max-width: 767px)
{
    .product-details-wrap h4
    {
        font-size: 24px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap h4
    {
        font-size: 20px;
    }
}
.product-details-wrap .details-tab .tab-card
{
    position: relative;

    padding: 0 25px;

    background-color: #003971;
}
.product-details-wrap .details-tab .tab-card.tab-more
{
    height: auto !important;
    padding-right: 35px;
}
.product-details-wrap .details-tab .tab-card.tab-more .tab-nav
{
    white-space: normal !important;
}
.product-details-wrap .details-tab .tab-card.tab-more .tab-bar i:before
{
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}
.product-details-wrap .details-tab .tab-card .tab-bar
{
    line-height: 50px;

    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;

    width: 40px;
    height: 50px;

    text-align: center;

    background-color: #eee;
}
@media (min-width: 992px)
{
    .product-details-wrap .details-tab .tab-card .tab-bar
    {
        display: none;
    }
}
.product-details-wrap .details-tab .tab-card .tab-bar i
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
}
.product-details-wrap .details-tab .tab-card .tab-bar i:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e622';
    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.product-details-wrap .details-tab .tab-nav
{
    font-size: 0;

    zoom: 1;

    letter-spacing: -8px;

    border-bottom: none;
}
.product-details-wrap .details-tab .tab-nav:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.product-details-wrap .details-tab .tab-nav li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    margin: 0;

    letter-spacing: 0;

    color: #fff;
}
.product-details-wrap .details-tab .tab-nav li a
{
    font-size: 18px;
    font-weight: bold;

    display: block;

    padding: 15px 35px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .product-details-wrap .details-tab .tab-nav li a
    {
        font-size: 15px;

        padding: 12px 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .product-details-wrap .details-tab .tab-nav li a
    {
        padding: 12px 24px;
    }
}
.product-details-wrap .details-tab .tab-nav li.active a
{
    color: #003971;
    background-color: #fff;
}
.product-details-wrap .details-tab .tab-nav li:first-child.active a
{
    border-left: none;
}
@media only screen and (min-width: 768px)
{
    .product-details-wrap .details-tab .tab-list
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-list
    {
        display: block !important;
    }
}
@media (max-width: 767px) and (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-list:last-child .list-content
    {
        padding-bottom: 0;
    }
}
.product-details-wrap .details-tab .tab-list .list-content
{
    padding-top: 30px;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-list .list-content
    {
        padding-top: 0;
        padding-bottom: 30px;
    }
}
.product-details-wrap .details-tab .tab-list .list-content h4
{
    font-size: 24px;
    font-weight: bold;

    margin: 0 0 10px;
}
@media (max-width: 767px)
{
    .product-details-wrap .details-tab .tab-list .list-content h4
    {
        font-size: 20px;
    }
}
.product-details-wrap .details-tab .tab-list .list-content p
{
    line-height: 2.14285714;

    margin: 0;

    color: #283a5e;
}
.product-details-wrap .details-tab .tab-list .list-content img
{
    display: block;

    max-width: 100%;
    margin: 10px 0;
}
.product-details-wrap .inquiry-form
{
    margin-top: 50px;
}
.inquiry-form
{
    position: relative;
}
.inquiry-form p
{
    line-height: 1.66666667;

    margin: 0 0 15px;

    color: #283a5e;
}
.inquiry-form p b
{
    font-size: 18px;
}
.inquiry-form p span
{
    color: #ff7e00;
}
@media (max-width: 767px)
{
    .inquiry-form p
    {
        font-size: 12px;
    }
    .inquiry-form p b
    {
        font-size: 15px;
    }
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #7e8798;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #7e8798;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #7e8798;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #7e8798;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form
{
    margin: 20px 0 0;
}
.inquiry-form form label
{
    font-weight: normal;

    position: relative;

    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    padding: 0 0 0 90px;
}
@media (max-width: 767px)
{
    .inquiry-form form label
    {
        margin-bottom: 20px;
        padding-left: 0;
    }
}
.inquiry-form form label span
{
    display: block;

    color: #283a5e;
}
@media only screen and (min-width: 768px)
{
    .inquiry-form form label span
    {
        position: absolute;
        top: 12px;
        left: 0;

        padding-left: 10px;
    }
}
@media (max-width: 767px)
{
    .inquiry-form form label span
    {
        display: block;

        margin-bottom: 5px;
    }
}
.inquiry-form form label .required:before
{
    content: '*';

    color: #e70012;
}
@media only screen and (min-width: 768px)
{
    .inquiry-form form label .required:before
    {
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media (max-width: 767px)
{
    .inquiry-form form label .required:before
    {
        margin-right: 5px;
    }
}
.inquiry-form form input,
.inquiry-form form textarea
{
    display: block;

    width: 100%;
    padding: 11px 20px;

    color: #7e8798;
    border: 1px solid #a1a1a1;
    background: none;
}
@media (max-width: 767px)
{
    .inquiry-form form input,
    .inquiry-form form textarea
    {
        font-size: 14px;

        padding: 12px 15px;
    }
}
.inquiry-form form textarea
{
    height: 190px;
}
.inquiry-form form .pro-name
{
    color: #283a5e;
    background-color: #f4f4f4;
}
@media only screen and (min-width: 768px)
{
    .inquiry-form form .submit
    {
        padding-left: 90px;
    }
}
.inquiry-form form .submit button
{
    font-weight: normal;
    line-height: 45px;

    display: block;

    width: 140px;
    height: 45px;
    margin: 5px auto 0;

    -webkit-transition: .4s;
            transition: .4s;
    text-align: center;

    color: #fff;
    border-radius: 50px;
    background-color: #ff7e00;
}
.inquiry-form form .submit button:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 10px;

    content: '\e64d';
    vertical-align: middle;
}
.inquiry-form form .submit button span
{
    font-weight: bold;
}
@media (max-width: 767px)
{
    .inquiry-form form .submit button
    {
        line-height: 40px;

        height: 40px;
        margin-top: 15px;
    }
    .inquiry-form form .submit button:before
    {
        margin-right: 10px;
    }
}
.inquiry-form form .submit button:hover
{
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
}
.app-wrap .product-list
{
    padding-top: 12px;
}
.app-wrap .slick-list
{
    margin: 0 -15px;
}
.app-wrap .slick-slide
{
    padding: 0 15px;
}
.app-wrap .slick-dots
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .app-wrap .slick-dots
    {
        margin-top: 0;
    }
}
.app-wrap .slick-dots li
{
    border: 1px solid #588528;
}
.app-wrap h4
{
    font-size: 24px;
    font-weight: bold;

    margin: 40px 0 12px;

    color: #283a5e;
}
@media (max-width: 767px)
{
    .app-wrap h4
    {
        font-size: 20px;

        margin-bottom: 5px;
    }
}
.app-wrap p
{
    line-height: 2.14285714;

    margin: 0;

    color: #7e8798;
}
.app-wrap .choose .row
{
    margin: 0 -2px;
    padding-top: 23px;
}
@media (max-width: 991px)
{
    .app-wrap .choose .row
    {
        padding-top: 10px;
    }
}
.app-wrap .choose .row > div
{
    padding: 0 2px;
}
.app-wrap .choose dl
{
    display: table;

    width: 100%;
    margin: 0;

    table-layout: fixed;

    text-align: center;

    border-top: 1px solid #fff;
}
.app-wrap .choose dl dt,
.app-wrap .choose dl dd
{
    display: table-cell;

    width: 50%;
    padding: 15px 10px;

    vertical-align: middle;
}
.app-wrap .choose dl dt:first-child,
.app-wrap .choose dl dd:first-child
{
    border-right: 1px solid #fff;
}
@media (max-width: 480px)
{
    .app-wrap .choose dl dt,
    .app-wrap .choose dl dd
    {
        padding: 13px 10px;
    }
}
.app-wrap .choose dl dt
{
    font-size: 16px;
    font-weight: normal;

    color: #fff;
    background-color: #283a5e;
}
@media (max-width: 767px)
{
    .app-wrap .choose dl dt
    {
        font-size: 14px;
    }
}
.app-wrap .choose dl dd
{
    color: #283a5e;
    background-color: #f1f1f1;
}
@media (max-width: 480px)
{
    .app-wrap .choose dl dd
    {
        font-size: 12px;
    }
}
.case-wrap .list
{
    margin-top: -10px;
}
.case-wrap .list .intro h4
{
    padding: 5px 0 0;
}
.case-wrap .list .intro h4:after
{
    display: none;
}
.case-wrap .list .intro p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 0;

    color: #7e8798;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.case-wrap .list .fun-btn
{
    padding-top: 0;
}
.case-details-wrap .info-box .name
{
    padding: 0;
}
.case-details-wrap .info-box h1
{
    padding-left: 0;
}
.case-details-wrap .info-box h1:after
{
    display: none;
}
.case-details-wrap .info-box .intro
{
    padding-left: 0;
}
.case-details-wrap .info-box .intro .features
{
    margin: 0 0 5px;
    padding: 0;
}
.case-details-wrap .info-box .intro .features:before
{
    display: none;
}
.case-details-wrap .info-box .intro p
{
    line-height: 2.14285714;

    color: #7e8798;
}
.case-details-wrap .case-intro .intro
{
    overflow: hidden;
}
@media only screen and (min-width: 768px)
{
    .case-details-wrap .case-intro .intro
    {
        padding-top: 15px;
    }
}
.case-details-wrap .case-intro .intro > b
{
    font-size: 16px;

    display: block;

    margin-bottom: 10px;

    color: #283a5e;
}
.case-details-wrap .case-intro .intro p
{
    line-height: 2.14285714;

    margin: 0;

    color: #7e8798;
}
.case-details-wrap .case-intro img
{
    display: block;

    max-width: 100%;
    margin-bottom: 10px;
}
@media only screen and (min-width: 992px)
{
    .case-details-wrap .case-intro img
    {
        float: left;

        margin-right: 30px;
    }
}
.contact-wrap .intro-wrap
{
    overflow: hidden;

    margin-top: 40px;
    margin-bottom: 50px;
}
@media (min-width: 1200px)
{
    .contact-wrap .intro-wrap
    {
        display: table;

        width: 100%;

        table-layout: fixed;
    }
    .contact-wrap .intro-wrap > div
    {
        display: table-cell;

        vertical-align: top;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .intro-wrap
    {
        margin-bottom: 40px;
    }
}
.contact-wrap .list-wrap
{
    padding: 50px 20px;

    text-align: center;

    background-color: #f6f9ff;
}
@media (min-width: 1200px)
{
    .contact-wrap .list-wrap
    {
        width: 400px;
    }
}
@media (min-width: 1200px) and (max-width: 1554px)
{
    .contact-wrap .list-wrap
    {
        width: 360px;
    }
}
@media (min-width: 1200px) and (max-width: 1329px)
{
    .contact-wrap .list-wrap
    {
        width: 320px;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .list-wrap
    {
        padding: 50px 5%;
    }
}
@media (max-width: 480px)
{
    .contact-wrap .list-wrap
    {
        padding: 40px 5% 20px;
    }
}
.contact-wrap .list-wrap .list
{
    max-width: 100%;

    text-align: left;
}
@media (min-width: 1200px)
{
    .contact-wrap .list-wrap .list
    {
        display: inline-block;
    }
}
.contact-wrap .list-wrap h1
{
    font-size: 16px;
    font-weight: bold;

    margin: 0 0 20px;
    padding-left: 30px;

    text-align: left;

    color: #283a5e;
}
.contact-wrap .list-wrap ul
{
    font-size: 0;

    letter-spacing: -8px;
}
.contact-wrap .list-wrap li
{
    font-size: 14px;

    position: relative;

    padding-left: 30px;

    letter-spacing: 0;

    color: #283a5e;
}
.contact-wrap .list-wrap li:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    position: absolute;
    top: 0;
    left: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .contact-wrap .list-wrap li
    {
        display: inline-block;

        width: 50%;
        padding-left: 40px;

        vertical-align: top;
    }
    .contact-wrap .list-wrap li:before
    {
        left: 10px;
    }
}
.contact-wrap .list-wrap .address:before
{
    content: '\e868';
}
.contact-wrap .list-wrap .phone:before
{
    content: '\e6dc';
}
.contact-wrap .list-wrap .fax:before
{
    content: '\e647';
}
.contact-wrap .list-wrap .mail:before
{
    content: '\e6a4';
}
.contact-wrap .list-wrap .url:before
{
    content: '\e897';
}
.contact-wrap .list-wrap .tel:before
{
    content: '\e65f';
}
.contact-wrap .list-wrap p
{
    margin-bottom: 20px;
}
@media (min-width: 1200px)
{
    .contact-wrap .process-table
    {
        width: -webkit-calc(100% - 450px);
        width:         calc(100% - 450px);
        padding-left: 45px;
    }
}
.contact-wrap .table
{
    margin: 0;
    padding: 0;
}
@media (min-width: 481px)
{
    .contact-wrap .table
    {
        display: table;

        table-layout: fixed;
    }
    .contact-wrap .table li
    {
        display: table-cell;

        width: 33.333333%;
    }
}
.contact-wrap .table li
{
    padding: 25px 30px;
}
.contact-wrap .table li:nth-child(odd)
{
    background-color: #f4f4f4;
}
.contact-wrap .table li:nth-child(even)
{
    background-color: #e9e9e9;
}
@media (max-width: 480px)
{
    .contact-wrap .table li
    {
        padding: 30px 25px;
    }
}
.contact-wrap .table .item
{
    position: relative;

    padding-left: 70px;

    color: #283a5e;
}
.contact-wrap .table .item > b
{
    font-size: 16px;

    display: block;
}
@media (max-width: 480px)
{
    .contact-wrap .table .item > b
    {
        font-size: 14px;
    }
}
.contact-wrap .table .item p
{
    line-height: 1.6;

    margin: 0;

    color: #7e8798;
}
@media (max-width: 480px)
{
    .contact-wrap .table .item p
    {
        font-size: 12px;
    }
}
.contact-wrap .table .num
{
    font-size: 48px;
    font-weight: 900;
    line-height: 1;

    position: absolute;
    top: -5px;
    left: 0;
}
@media (max-width: 480px)
{
    .contact-wrap .table .num
    {
        font-size: 38px;

        top: 0;
    }
}
.contact-wrap .inquiry-form
{
    margin-top: 25px;
}
.contact-wrap .map .map-content
{
    height: 400px;
}
/* .online-wrap .btn
{
    line-height: 38px;

    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 90px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border: 1px solid #e1e1e1;
    border-radius: 0;
    background-color: #fff;
}
@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: #6e6e6e;
}
.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: 100;
    right: 0;
    bottom: 23%;

    -webkit-transition: right .3s;
            transition: right .3s;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 130px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 43px;

    position: relative;

    display: block;

    width: 45px;
    height: 45px;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #6e6e6e;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}
.online-wrap .online a:before
{
    font-size: 20px;
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover
    {
        color: #fff;
        border-color: #6e6e6e;
        background-color: #6e6e6e;
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 1200px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p
{
    padding: 0 10px;

    color: #fff;
    background-color: #588528;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.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
{
    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;
}
.online-wrap .online .icon-gouwucheman
{
    font-size: 12px;

    color: #fff;
    border-color: #588528;
    background-color: #588528;
}
.online-wrap .online .icon-gouwucheman:before
{
    font-size: 15px;
}
.online-wrap .online .icon-gouwucheman:hover
{
    border-color: #bf1118;
    background-color: #bf1118;
} */
.footer
{
    position: relative;
    z-index: 10;

    background: no-repeat bottom right;
    background-size: contain;
}
.footer .footer-row
{
    font-size: 0;

    margin: 0 -15px;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
@media (min-width: 1200px)
{
    .footer .footer-row:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
.footer .foot-list
{
    font-size: 14px;

    display: inline-block;

    margin-bottom: 45px;
    padding: 0 15px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .footer .foot-list
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        width: 100% !important;
        margin-bottom: 10px;
    }
}
.footer .foot-list li
{
    position: relative;

    color: #798294;
}
.footer .foot-list li a
{
    position: relative;

    display: inline-block;
}
.footer .foot-list p,
.footer .foot-list li
{
    line-height: 2.57142857;
}
@media only screen and (min-width: 992px)
{
    .footer .foot-list p a:hover,
    .footer .foot-list li a:hover
    {
        text-decoration: underline;

        color: #ff7e00;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list p a:active,
    .footer .foot-list li a:active
    {
        text-decoration: underline;
    }
}
.footer .foot-list h4
{
    font-size: 16px;
    font-weight: bold;

    margin: 0 0 15px;

    color: #283a5e;
}
.footer .foot-list h4:after
{
    display: block;

    width: 40px;
    height: 4px;
    margin-top: 15px;

    content: '';

    background: url(../images/footer-line.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 767px)
{
    .footer .foot-list h4:after
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        line-height: 40px;

        position: relative;

        margin: 0;
        padding-right: 20px;
    }
    .footer .foot-list h4:before
    {
        font-family: 'iconfont' !important;
        font-size: 15px;
        font-weight: bold;

        position: absolute;
        top: 0;
        right: 5px;

        content: '\e629';
    }
    .footer .foot-list h4 + *
    {
        display: none;
    }
}
.footer .foot-contact
{
    width: 280px;
    max-width: 100%;
}
.footer .foot-contact .contact-box
{
    color: #666;
}
@media (max-width: 767px)
{
    .footer .foot-contact .contact-box
    {
        display: none;
    }
}
.footer .foot-contact .contact-box p
{
    position: relative;

    margin: 0;
}
.footer .foot-message
{
    overflow: hidden;

    width: 360px;
    max-width: 100%;
}
.footer .foot-message form
{
    padding-top: 8px;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #777;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #777;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #777;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #777;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #aaa;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #aaa;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #aaa;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #aaa;
}
@media (max-width: 767px)
{
    .footer .foot-message form
    {
        display: none;
    }
}
.footer .foot-message form .row
{
    margin: 0 -6px;
}
.footer .foot-message form .row li
{
    line-height: 1;

    padding: 0 6px;
}
.footer .foot-message form input,
.footer .foot-message form textarea
{
    font-size: 12px;

    display: block;

    width: 100%;
    margin-bottom: 15px;
    padding: 13px 20px;

    color: #777;
    border-radius: 10px;
    background: none;
    box-shadow: 0 0 14px 2px rgba(0, 0, 0, .1);
}
.footer .foot-message form textarea
{
    height: 120px;
}
.footer .foot-message form .submit
{
    -webkit-transition: .2s;
            transition: .2s;

    color: #283a5e;
    background: none;
}
.footer .foot-message form .submit:after
{
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e6a0';
}
.footer .foot-message form .submit span
{
    font-weight: bold;
}
@media (min-width: 1200px)
{
    .footer .foot-message form .submit:hover
    {
        color: #ff7e00;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-message form .submit:active
    {
        color: #ff7e00;
    }
}
@media (max-width: 767px)
{
    .footer .line-box
    {
        margin: 15px 0;
    }
}
.copyright
{
    position: relative;

    padding: 25px 0;

    text-align: center;
}
@media (max-width: 767px)
{
    .copyright
    {
        padding: 15px 0;
    }
}
.copyright p
{
    line-height: 30px;

    margin: 0;

    color: #283a5e;
}
@media only screen and (min-width: 768px)
{
    .copyright p
    {
        float: left;
    }
}
@media (max-width: 767px)
{
    .copyright p
    {
        line-height: 1.8;
    }
}
.copyright p a
{
    margin-left: 25px;
}
@media (max-width: 767px)
{
    .copyright p a
    {
        display: block;

        margin-left: 0;
    }
}
.copyright p a:hover
{
    text-decoration: underline;
}
@media only screen and (min-width: 768px)
{
    .copyright .share-box
    {
        float: right;
    }
}
@media (max-width: 767px)
{
    .copyright .share-box
    {
        margin-top: 10px;
    }
}
.copyright .share-box a
{
    margin-bottom: 0 !important;
}
.goog-te-menu-frame
{
    z-index: 99999999999999999 !important;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.slide-nav
{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;

    width: 300px;
    height: 100%;

    -webkit-transition: .4s;
            transition: .4s;
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            transform: translate3d(-100%, 0, 0);

    opacity: .5;
    color: #fff;
    background-color: #588528;
}
@media (min-width: 1200px)
{
    .slide-nav.active
    {
        -webkit-transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translateX(0);
                transform: translateX(0);
                transform: translate3d(0, 0, 0);

        opacity: 1;
    }
    .slide-nav.active ~ .nav-show-bar
    {
        -webkit-transform: translateX(-100%);
        -webkit-transform: translate3d(-100%, 0, 0);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
                transform: translate3d(-100%, 0, 0);
    }
    .slide-nav.active ~ .nav-show-bar + .banner .list
    {
        padding-left: 300px;
    }
}
@media (max-width: 1199px)
{
    .slide-nav
    {
        z-index: 99999999;
    }
    .slide-nav.xs-show
    {
        -webkit-transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translateX(0);
                transform: translateX(0);
                transform: translate3d(0, 0, 0);

        opacity: 1;
    }
}
@media (max-width: 480px)
{
    .slide-nav
    {
        width: 250px;
    }
}
.slide-nav > div
{
    position: absolute;
    z-index: 2;

    width: 100%;
}
.slide-nav .logo
{
    top: 0;

    text-align: center;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .slide-nav .logo
    {
        display: none;
    }
}
.slide-nav .logo a
{
    display: block;

    padding: 35px 0;
}
.slide-nav .logo img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}
.slide-nav .nav
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    height: 100%;

    border-top: 200px solid transparent;
    border-bottom: 155px solid transparent;
}
@media (max-width: 1199px)
{
    .slide-nav .nav
    {
        border-top-width: 0;
    }
}
@media (max-width: 767px)
{
    .slide-nav .nav
    {
        border-bottom-width: 110px;
    }
}
.slide-nav .nav-list1
{
    position: absolute;
    top: 50%;

    overflow: auto;

    width: 100%;
    max-height: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    /*定义滚动条轨�? 内阴�?+圆角*/
    /*定义滑块 内阴�?+圆角*/
    /*滑块效果*/
}
.slide-nav .nav-list1::-webkit-scrollbar
{
    width: 7px;
    height: 7px;

    background-color: #f5f5f5;
}
.slide-nav .nav-list1::-webkit-scrollbar-track
{
    border-radius: 7px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.slide-nav .nav-list1::-webkit-scrollbar-thumb
{
    border-radius: 7px;
    background-color: #bdbdbd;
}
.slide-nav .nav-list1::-webkit-scrollbar-thumb:hover
{
    border-radius: 7px;
    background: rgba(0, 0, 0, .4);
}
.slide-nav .nav-list1 li
{
    line-height: 40px;

    width: 150px;
    height: 40px;
    margin: 20px auto;
}
@media (max-width: 767px)
{
    .slide-nav .nav-list1 li
    {
        line-height: 35px;

        width: 120px;
        height: 35px;
        margin: 10px auto;
    }
}
.slide-nav .nav-list1 li a
{
    display: block;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    border-radius: 20px;
}
.slide-nav .nav-list1 li.active a
{
    color: #588528;
    background-color: #fff;
}
@media (min-width: 1200px)
{
    .slide-nav .nav-list1 li:hover a
    {
        color: #588528;
        background-color: #fff;
    }
}
.slide-nav .info
{
    bottom: 0;
}
.slide-nav .btm-nav ul
{
    overflow: hidden;
}
.slide-nav .btm-nav li
{
    float: left;

    width: 50%;

    text-align: center;

    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.slide-nav .btm-nav li:nth-child(odd)
{
    border-left: none;
}
.slide-nav .btm-nav li a
{
    display: block;

    padding: 25px 0;
}
.slide-nav .btm-nav li a:hover
{
    text-decoration: underline;
}
@media (max-width: 767px)
{
    .slide-nav .btm-nav li a
    {
        padding: 12px 0;
    }
}
.slide-nav .fun-btn
{
    font-size: 0;

    width: 100%;
    padding: 30px 15px;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;

    background-color: #1b5ed2;
}
@media (max-width: 767px)
{
    .slide-nav .fun-btn
    {
        padding: 15px 5px;
    }
}
.slide-nav .fun-btn:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
.slide-nav .fun-btn > div
{
    font-size: 12px;

    display: inline-block;

    text-align: left;
    vertical-align: middle;
    letter-spacing: 0;
}
.slide-nav .fun-btn .share-box
{
    position: relative;

    cursor: pointer;
}
.slide-nav .fun-btn .share-box:hover .addthis_inline_share_toolbox
{
    height: auto;
    padding: 10px 0 5px;
}
.slide-nav .fun-btn .share-box > span:after
{
    font-family: 'iconfont' !important;
    font-size: 13px;

    content: '\e64e';
    vertical-align: middle;
}
@media (max-width: 480px)
{
    .slide-nav .fun-btn .share-box > span
    {
        font-size: 2.9vmin;
    }
    .slide-nav .fun-btn .share-box > span:after
    {
        font-size: 2.8vmin;
    }
}
.slide-nav .fun-btn .share-box .addthis_inline_share_toolbox
{
    position: absolute;
    bottom: 100%;
    left: 0;

    overflow: hidden;

    height: 0;
}
.slide-nav .fun-btn .share-box .addthis_inline_share_toolbox .at-share-btn-elements
{
    white-space: nowrap;
}
.slide-nav .fun-btn .lang-box a:before
{
    display: inline-block;

    width: 24px;
    height: 16px;
    margin-top: -2px;
    margin-right: 5px;

    content: '';
    vertical-align: middle;

    background: url(../images/language.png) no-repeat 0 100%;
    background-size: 200% auto;
}
@media (max-width: 480px)
{
    .slide-nav .fun-btn .lang-box a
    {
        font-size: 3vmin;
    }
    .slide-nav .fun-btn .lang-box a:before
    {
        width: 12px;
        height: 8px;
    }
}
.slide-nav .fun-btn .lang-box .en:before
{
    background-position: 100% 100%;
}
.slide-nav .fun-btn .google-translate .goog-te-gadget-simple .goog-te-menu-value span
{
    font-size: 12px;
}
@media (max-width: 480px)
{
    .slide-nav .fun-btn .google-translate .goog-te-gadget-simple .goog-te-menu-value span
    {
        font-size: 2.5vmin;
    }
}
@media (min-width: 1200px) and (max-height: 900px)
{
    .slide-nav .logo a
    {
        padding: 20px 0;
    }
}
@media (min-width: 1200px) and (max-height: 800px)
{
    .slide-nav .logo a
    {
        padding: 15px 0;
    }
    .slide-nav .logo a img
    {
        width: 40%;
    }
}
@media (min-width: 1200px) and (max-height: 900px)
{
    .slide-nav .nav
    {
        border-top: 170px solid transparent;
    }
}
@media (min-width: 1200px) and (max-height: 800px)
{
    .slide-nav .nav
    {
        border-top: 140px solid transparent;
    }
}
@media (min-width: 1200px) and (max-height: 700px)
{
    .slide-nav .nav
    {
        border-bottom: 116px solid transparent;
    }
}
@media (min-width: 1200px) and (max-height: 700px)
{
    .slide-nav .btm-nav li a
    {
        padding: 15px 0;
    }
}
@media (min-width: 1200px) and (max-height: 700px)
{
    .slide-nav .fun-btn
    {
        padding: 20px 15px;
    }
}
@media (min-width: 1200px)
{
    .nav-show-bar
    {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;

        width: 80px;
        height: 100%;

        cursor: pointer;
        -webkit-transition: .5s;
                transition: .5s;
        -webkit-transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translateX(0);
                transform: translateX(0);
                transform: translate3d(0, 0, 0);
        text-align: center;

        color: #fff;
        background-color: #588528;
    }
}
.nav-show-bar .icon-caidan1
{
    font-size: 40px;

    display: block;

    margin-top: 40px;
}
.nav-show-bar p span,
.nav-show-bar .contact a
{
    display: inline-block;

    letter-spacing: 2px;
        -ms-writing-mode: tb-rl;

            writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
}
.nav-show-bar p
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    margin: 0;
    margin-top: -40px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.nav-show-bar .contact
{
    position: absolute;
    bottom: 40px;
    left: 0;

    width: 100%;
}
.nav-show-bar .contact a
{
    padding: 43px 10px;

    -webkit-transition: .3s;
            transition: .3s;

    color: #588528;
    border-radius: 40px;
    background-color: #fff;
}
.nav-show-bar .contact a:hover
{
    background-color: #eaeaea;
}
@media (max-width: 1199px)
{
    .nav-show-bar
    {
        overflow: hidden;

        padding: 10px 6%;
    }
    .nav-show-bar > p,
    .nav-show-bar .contact
    {
        display: none !important;
    }
    .nav-show-bar .logo
    {
        float: left;
    }
    .nav-show-bar .logo a
    {
        display: block;

        width: 65px;
    }
    .nav-show-bar .logo a img
    {
        display: block;

        max-width: 100%;
    }
    .nav-show-bar .icon-caidan1
    {
        font-size: 30px;

        float: right;

        margin: 9px 0;

        cursor: pointer;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .nav-show-bar .icon-caidan1
    {
        font-size: 26px;

        margin: 11px 0;
    }
}



.down1{
    font-size: 16px;
    font-weight: bold;
    color: #003971;
}
.down1 a:hover{
    color: #588528;
}


/**
 * Date : 2020�?4�?2�?16:27:54
 * @author HSM
 * @toDo 首页产品居中
 */
.index-business ul{
    font-size: 0;
    letter-spacing: -8px;
    text-align: center;
}
.index-business ul li{
    display: inline-block;
    float: none;
    vertical-align: top;
    font-size: 14px;
    letter-spacing: 0;
}



/**
 * Date : 2020�?4�?13�?09:09:13
 * @author HSM
 * @toDo banner小屏有裁�?
 */
 @media (max-width: 991px)
{
    .banner .item > a
    {
        width: 110%;
        margin-left: -5%;
    }
}

 @media (max-width: 480px)
{
    .banner .item > a
    {
        width: 120%;
        margin-left: -10%;
    }
}


/**
 * Date : 2020�?5�?25�?18:09:15
 * @author HSM
 * @toDo 加在线客�?
 */

.online-wrap{
    position: relative;
    z-index: 999;
}
.online-wrap .btn
{
    line-height: 38px;

    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 70px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border: 1px solid #e1e1e1;
    border-radius: 0;
    background-color: #fff;
}
@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: #6e6e6e;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .online
{
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 23%;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    border: 1px solid #ccc;
    border-bottom: none;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        bottom: 130px;

        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
    }
    .online-wrap .online.active
    {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
}
.online-wrap .online a
{
    position: relative;

    display: block;

    width: 75px;
    padding: 11px 0;

    text-align: center;

    color: #666;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}
.online-wrap .online a span
{
    display: block;

    margin-top: 8px;
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover
    {
        color: #fff;
        background-color: #ff7e00;
    }
    .online-wrap .online a:hover .on
    {
        display: none;
    }
    .online-wrap .online a:hover .off
    {
        display: inline-block;
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        font-size: 12px;

        width: 60px;
        padding: 8px 0;
    }
    .online-wrap .online a span
    {
        margin-top: 4px;
    }
}
.online-wrap .online a .off
{
    display: none;
}
