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

    src: url('../fonts/PlatNomor.eot');
    src: local('Plat Nomor'), local('PlatNomor'), url('../fonts/PlatNomor.eot?#iefix') format('embedded-opentype'), url('../fonts/PlatNomor.woff2') format('woff2'), url('../fonts/PlatNomor.woff') format('woff'), url('../fonts/PlatNomor.ttf') format('truetype'), url('../fonts/PlatNomor.svg#PlatNomor') format('svg');
    font-display: swap;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 30px;
    line-height: 70px;

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

    display: block;
    overflow: hidden;

    width: 35px;
    height: 70px;
    padding: 0;

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

    opacity: 1;
    color: #fff;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, .8);
}
@media (max-width: 991px)
{
    .slick-arrow
    {
        font-size: 24px;
        line-height: 50px;

        left: -8px;

        width: 30px;
        height: 50px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e658';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 991px)
{
    .slick-arrow.slick-next
    {
        right: -8px;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    background-color: #01478f;
}
.fz-16
{
    font-size: 16px;
    line-height: 2.125;

    color: #666;
}
@media (max-width: 991px)
{
    .fz-16
    {
        font-size: 14px;
        line-height: 26px;
    }
}
.fz-16 p
{
    margin: 0;
}
.header
{
    font-size: 0;

    position: fixed;
    z-index: 10;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 100px;

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

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

    display: inline-block;
    float: left;

    height: 100px;
    padding: 20px 20px 20px 0;

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

    background-color: #f2f2f2;
}
@media (max-width: 1350px)
{
    .header .logo
    {
        padding: 25px 20px 25px 0;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 70px;
        padding: 10px 10px 10px 0;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        padding: 15px 10px 15px 0;
    }
}
.header .logo:before
{
    position: absolute;
    top: 0;
    left: -300px;

    display: block;

    width: 300px;
    height: 100%;

    content: '';

    background-color: #f2f2f2;
}
.header .logo img
{
    position: relative;
    z-index: 2;

    height: 100%;
}
.header .header-right
{
    display: inline-block;
}
.header .product-nav > ul,
.header .xs-product-nav > ul
{
    margin: 0 -20px;
}
@media (max-width: 1350px)
{
    .header .product-nav > ul,
    .header .xs-product-nav > ul
    {
        margin: 0 -16px;
    }
}
.header .product-nav > ul > li,
.header .xs-product-nav > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.header .product-nav > ul > li > a,
.header .xs-product-nav > ul > li > a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    padding: 0 20px;
}
@media (max-width: 1350px)
{
    .header .product-nav > ul > li > a,
    .header .xs-product-nav > ul > li > a
    {
        padding: 0 16px;
    }
}
.header .product-nav > ul > li.active > a,
.header .xs-product-nav > ul > li.active > a,
.header .product-nav > ul > li:hover > a,
.header .xs-product-nav > ul > li:hover > a
{
    color: #e15d0d;
}
@media (max-width: 1199px)
{
    .header .product-nav
    {
        display: none;
    }
}
.header .xs-product-nav
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .xs-product-nav
    {
        position: absolute;
        z-index: 2;
        bottom: 10px;

        display: block;

        width: 100%;
    }
}
.header .xs-product-nav > ul > li > a
{
    font-size: 14px;
    line-height: 30px;
}
.header .pc-search
{
    font-size: 14px;

    position: relative;

    display: inline-block;
    float: right;

    width: 120px;
    margin-top: 14px;
    margin-left: 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .pc-search
    {
        display: none;
    }
}
.header .pc-search input
{
    line-height: 20px;

    width: 100%;
    padding: 0 10px 0 30px;

    border: 1px solid #cacaca;
    border-radius: 40px;
    background: none;
}
.header .pc-search .submit
{
    font-size: 14px;
    line-height: 20px;

    position: absolute;
    left: 10px;

    width: 20px;
    padding: 0;

    text-align: center;

    outline: none;
    background: none;
    box-shadow: none;
}
.header .pc-search .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e67c';
}
.header .pc-search .submit:hover
{
    color: #01478f;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        margin-top: 8px;

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

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

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

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block;

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

        display: none;

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

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

        background: #fafafa;
        background-color: #fff;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;
        padding-bottom: 20%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 0 15px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 14px;
        font-weight: normal;
        line-height: 50px;

        position: relative;

        display: inline-block;

        padding: 0 16px;

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

        color: #666;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #e15d0d;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 100%;
        padding: 20px 0;

        text-align: center;
        text-align: left;
        word-break: break-word;

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

        display: block;

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

        padding: 0 30px;
        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li > a:hover
    {
        text-decoration: underline;

        color: #e15d0d;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        z-index: 50;
        top: 0;
        left: 100%;

        display: none;

        width: 200px;
        padding: 10px 0;

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

        color: #333;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list3 li a
    {
        font-size: 13px;
        line-height: 24px;

        display: block;

        padding: 0 10px;
    }
    .header .nav .nav-list1 .nav-list3 li a:hover
    {
        text-decoration: underline;

        color: #01478f;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 12px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        overflow: hidden;
        overflow-y: scroll;

        max-height: 100%;
        padding: 20px 0;

        vertical-align: top;

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

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

        color: #fff;
    }
}
.header .nav .nav-list2
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2
    {
        overflow: hidden;

        margin: 0 -10px;
        padding: 10px 0;
    }
    .header .nav .nav-list2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list2 > li > a
    {
        font-size: 15px;
        line-height: 24px;

        padding: 0 10px;
    }
    .header .nav .nav-list2 > li > a:before
    {
        margin-right: 4px;

        content: '-';
    }
}
.header .nav .nav-list3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav .nav-list3 a
    {
        line-height: 30px;

        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a
    {
        display: inline-block;

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before
    {
        content: '·';
    }
}
.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;

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

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

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

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

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

    margin: 0;

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

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

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@media (max-width: 767px)
{
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    line-height: 30px;

    clear: both;

    margin: 25px 0;

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

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

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    font-size: 16px;
    line-height: 2.2;

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

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;

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

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

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

        display: none;

        margin-top: -14px;

        content: '\e72f';
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 17px;
        line-height: 2.5;

        display: block;

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

    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

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

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

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

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

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

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

    position: absolute;
    right: 0;
    bottom: 0;

    float: right;

    width: 50px;

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

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

    content: '\e660';

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

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

        display: inline-block;

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

    width: 100%;

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

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

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

    display: inline-block;

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

    content: '\e660';

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

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

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

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

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .search-lg .search p
    {
        font-size: 14px;
        line-height: 1.5;

        display: block;
    }
}
.header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

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

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

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

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

    content: '\2716';

    color: #fff;
}
.header .find
{
    font-size: 16px;

    display: inline-block;
    display: none;
    float: right;

    padding: 27px 40px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .header .find
    {
        display: inline-block;

        padding: 17px 20px;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        padding-right: 10px;
        padding-left: 0;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;

    content: '\e660';

    border: 1px solid #dcdcdc;
    border-radius: 50%;
}
.header .find:hover
{
    color: #01478f;
}
.header .find:hover:before
{
    border-color: #01478f;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.fixed-header
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 80px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .fixed-header
    {
        height: 70px;
    }
}
.fixed-header .logo
{
    height: 80px;
    padding: 10px 20px 10px 0;
}
@media (max-width: 1350px)
{
    .fixed-header .logo
    {
        padding: 15px 20px 15px 0;
    }
}
@media (max-width: 1199px)
{
    .fixed-header .logo
    {
        height: 70px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .fixed-header .logo
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.fixed-header .nav .nav-list1 > li > a
{
    line-height: 40px;
}
.fixed-header .pc-search
{
    margin-top: 10px;
}
.fixed-header .product-nav > ul > li > a
{
    line-height: 40px;
}
.online-wrap .btn
{
    line-height: 36px;

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

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

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

    border-radius: 0;
    outline: none;
    background-color: rgba(255, 255, 255, .9);
}
@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: #898989;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

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

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

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 8;
    top: 50%;
    left: 10px;

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

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

    position: relative;

    display: block;

    width: 56px;
    height: 56px;
    margin: 4px 0;
    padding: 0;

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

    border-radius: 4px;
    background-color: rgba(1, 71, 143, .8);
}
.online-wrap .online a:before
{
    font-size: 28px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: rgba(120, 120, 120, .8);
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

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

    padding-left: 5px;

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

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

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

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

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

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

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

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

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

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

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

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

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

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

    content: '\e605';
}
.xs-online
{
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    padding-bottom: 0;
    padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom:         calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
    padding-bottom:         calc(env(safe-area-inset-bottom) - 15px);

    background-color: #01478f;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #023569;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li:last-child
{
    border-right: none;
}
.xs-online ul li.product > a:before
{
    font-size: 16px;

    content: '\e641';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

    content: '\e81a';
}
.xs-online ul li.map > a:before
{
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.feedback > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.home > a:before
{
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.message > a:before
{
    font-size: 18px;
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.tel > a:before
{
    font-weight: normal;

    content: '\e637';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.whatsapp > a:before
{
    font-weight: normal;

    content: '\e751';
}
.xs-online ul li.contact > a:before
{
    font-weight: normal;

    content: '\e609';
}
.xs-online ul li.wechat > a:before
{
    content: '\e604';
}
.xs-online ul li.facebook > a:before
{
    content: '\e615';
}
.xs-online ul li.wechat img
{
    position: absolute;
    z-index: 2;
    bottom: 100%;
    left: 20%;

    display: none;

    width: 80px;
}
.xs-online ul li.wechat:hover img
{
    display: block;
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

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

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    font-size: 14px;

    display: inline-block;

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

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: top;

    color: #fff;
    border-radius: 10px;
    background-color: #fff;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-dots li.slick-active
{
    width: 50px;
}
@media (max-width: 1199px)
{
    .banner .slick-dots li.slick-active
    {
        width: 30px;
    }
}
.banner .slick-arrow
{
    font-size: 20px;

    left: 4%;
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        left: 12%;
    }
}
.banner .slick-arrow.slick-next
{
    right: 4%;
    left: auto;
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        right: 12%;
    }
}
.banner img
{
    display: block;

    width: 100%;
}
.banner-in .slick-list
{
    padding: 0 !important;
}
.banner-in .slick-slide
{
    padding: 0;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .text-in
{
    position: absolute;
    top: 66%;

    overflow: hidden;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 767px)
{
    .banner-in .text-in
    {
        top: 70%;
    }
}
.banner-in .text-in h3
{
    font-size: 44px;
    font-weight: 900;
    line-height: 1.35;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .banner-in .text-in h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in h3
    {
        font-size: 20px;
    }
}
.banner-in .text-in p
{
    font-size: 15px;
    line-height: 22px;

    max-width: 750px;
    margin: 0 auto;
    margin-top: 10px;

    color: #666;
}
@media (max-width: 767px)
{
    .banner-in .text-in p
    {
        font-size: 12px;
        line-height: 14px;
    }
}
.banner .banner-arrow
{
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

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

    content: '\e770';

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

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

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

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

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

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    border-bottom: 1px solid #e7e7e7;
}
.title h2
{
    font-size: 36px;
    line-height: 1.5;

    display: inline-block;

    margin: 0;
    padding-left: 56px;

    vertical-align: bottom;

    background: url(../images/title-icon.png) no-repeat left center;
}
@media (max-width: 1350px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 20px;
    }
}
.title span
{
    font-family: 'Plat Nomor', Arial;
    font-size: 20px;
    line-height: 1.5;

    display: inline-block;

    margin-left: 8px;

    vertical-align: bottom;

    color: #f1f1f1;
}
@media (max-width: 767px)
{
    .title span
    {
        font-size: 16px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-category
{
    position: relative;
}
.box-category:before
{
    position: absolute;
    top: 25%;
    left: 0;

    display: block;

    width: 100%;
    height: 50%;

    content: '';

    background-color: #f7f7f7;
}
.box-category .category
{
    position: relative;
    z-index: 2;

    margin-top: 20px;
}
@media (max-width: 767px)
{
    .box-category .category
    {
        margin: 0;
    }
}
.box-category .category .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;
    padding-bottom: 5px;
}
.box-category .category .item .pic
{
    position: relative;

    background-color: #000;
}
.box-category .category .item .pic .img-box
{
    padding-bottom: 90.90909091%;

    opacity: .6;
}
.box-category .category .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-category .category .item .maskbg
{
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;

    width: -webkit-calc(100% - 20px);
    width:         calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height:         calc(100% - 20px);
    padding: 6px;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
            transform: translateX(-110%);

    background-color: rgba(1, 71, 143, .9);
}
.box-category .category .item .maskbg .mask
{
    width: 100%;
    height: 100%;
    padding: 10px;

    text-align: center;

    color: #fff;
    border: 1px solid #e6edf4;
}
.box-category .category .item .maskbg .mask .note
{
    position: relative;
    top: 50%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.box-category .category .item .maskbg .mask .note b
{
    font-size: 20px;
    line-height: 30px;

    display: block;
}
.box-category .category .item .maskbg .mask .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-category .category .item .maskbg .mask .note span.more
{
    line-height: 35px;

    display: block;

    width: 35px;
    height: 35px;
    margin: 0 auto;
    margin-top: 14px;

    text-align: center;

    color: #01478f;
    border-radius: 50%;
    background-color: #fff;
}
.box-category .category .item .maskbg .mask .note span.more:before
{
    font-family: 'iconfont' !important;

    content: '\e6b2';
}
.box-category .category .item .text
{
    line-height: 35px;

    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;

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

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

    color: #fff;
    background-color: #01478f;
}
.box-category .category .item .text p
{
    margin: 0;
}
@media (min-width: 1200px)
{
    .box-category .category .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .box-category .category .item:hover .maskbg
    {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
    .box-category .category .item:hover .text
    {
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
    }
}
.box-about
{
    padding: 200px 0 90px;

    text-align: right;

    background: url(../images/about_bg.jpg) no-repeat center fixed;
}
@media (max-width: 1470px)
{
    .box-about
    {
        padding: 150px 0 60px;
    }
}
@media (max-width: 1199px)
{
    .box-about
    {
        padding: 100px 0 60px;

        background: url(../images/about_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
@media (max-width: 991px)
{
    .box-about
    {
        padding: 60px 0;
    }
}
.box-about .about
{
    display: inline-block;

    width: 50%;
    padding: 20px 20px 0 20px;

    text-align: left;

    background-color: #fff;
}
@media (max-width: 1350px)
{
    .box-about .about
    {
        width: 60%;
    }
}
@media (max-width: 991px)
{
    .box-about .about
    {
        width: 80%;
    }
}
@media (max-width: 767px)
{
    .box-about .about
    {
        width: 100%;
    }
}
.box-about .about .text
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 210px;
    margin-top: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}
.box-about .about .text h1
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .box-about .about .text h1
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-about .about .text h1
    {
        font-size: 16px;
    }
}
.box-about .about .text p
{
    line-height: 30px;

    margin: 0;

    color: #666;
}
.box-about .about .more
{
    margin-top: 20px;

    text-align: right;
}
.box-about .about .more a
{
    font-style: italic;
    line-height: 30px;

    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #01478f;
}
.box-about .about .more a:hover
{
    background-color: #fc9604;
}
.box-about .about .number
{
    margin-top: 20px;

    border-top: 1px solid #e7e7e7;
}
.box-about .about .number > ul
{
    font-size: 0;
}
.box-about .about .number > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;
    padding: 20px 0;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-about .about .number > ul > li
    {
        width: 50%;
    }
    .box-about .about .number > ul > li:nth-child(2n) .item
    {
        border-right: none;
    }
}
.box-about .about .number > ul > li:last-child .item
{
    border-right: none;
}
.box-about .about .number .item
{
    position: relative;

    padding: 10px;

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

    border-right: 1px solid #e7e7e7;
}
.box-about .about .number .item:after
{
    position: absolute;
    bottom: -20px;
    left: 50%;

    display: block;

    width: 1px;
    height: 10px;

    content: '';

    background-color: #b8b8b8;
}
.box-about .about .number .item b
{
    font-size: 24px;
    line-height: 1;

    display: block;

    color: #01478f;
}
.box-about .about .number .item b sub
{
    font-size: 12px;
}
.box-about .about .number .item b span
{
    font-size: 45px;
}
@media (max-width: 991px)
{
    .box-about .about .number .item b span
    {
        font-size: 38x;
    }
}
@media (max-width: 767px)
{
    .box-about .about .number .item b span
    {
        font-size: 30px;
    }
}
.box-about .about .number .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 767px)
{
    .box-about .about .number .item p
    {
        font-size: 14px;
    }
}
.box-about .about .number .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-solution .title
{
    text-align: center;
}
.box-solution .solution
{
    margin-top: 80px;
}
@media (max-width: 1350px)
{
    .box-solution .solution
    {
        margin-top: 60px;
    }
}
@media (max-width: 991px)
{
    .box-solution .solution
    {
        margin-top: 30px;
    }
}
.box-solution .solution > ul
{
    font-size: 0;
}
.box-solution .solution > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 16.66666667%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-solution .solution > ul > li
    {
        width: 33.33333333%;
    }
}
.box-solution .solution .item
{
    padding: 30px 0 60px 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
}
@media (max-width: 991px)
{
    .box-solution .solution .item
    {
        padding: 30px 0;
    }
}
@media (max-width: 767px)
{
    .box-solution .solution .item
    {
        padding: 14px 0;
    }
}
.box-solution .solution .item .icon
{
    position: relative;

    padding-bottom: 10px;

    border-bottom: 1px solid #d7d7d7;
}
.box-solution .solution .item .icon:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 50px;

    display: block;

    content: '\e647';

    color: #494949;
}
.box-solution .solution .item .icon:after
{
    position: absolute;
    bottom: -5px;
    left: 50%;

    display: block;

    width: 21px;
    height: 10px;
    margin-left: -10px;

    content: '';

    background: url(../images/dot.jpg) no-repeat;
}
.box-solution .solution .item p
{
    font-size: 20px;
    line-height: 30px;

    margin: 20px 0 0 0;
}
@media (max-width: 1199px)
{
    .box-solution .solution .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .box-solution .solution .item p
    {
        font-size: 16px;
    }
}
.box-solution .solution .item-gongcheng .icon:before
{
    content: '\e62a';
}
.box-solution .solution .item-shengchan .icon:before
{
    content: '\e62f';
}
.box-solution .solution .item-zuzhuang .icon:before
{
    content: '\e6c0';
}
.box-solution .solution .item-anzhuang .icon:before
{
    content: '\e64c';
}
.box-solution .solution .item-yanshou .icon:before
{
    content: '\e646';
}
.box-solution .solution .item:hover
{
    background-color: #f8f8f9;
}
.box-solution .solution .item:hover .icon:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-solution .solution .item:hover .icon:after
{
    background: url(../images/dot-gray.jpg) no-repeat;
}
.box-solution
{
    padding-bottom: 0;
}
.box-solution .slick-solution-scroll .slick-slide
{
    padding: 0 5px;
}
.box-solution .slick-solution-scroll .item
{
    position: relative;

    overflow: hidden;
}
.box-solution .slick-solution-scroll .item .pic
{
    display: block;

    background-color: #000;
}
.box-solution .slick-solution-scroll .item .pic .img-box
{
    padding-bottom: 45.16129032%;

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

    opacity: .4;
}
@media (max-width: 767px)
{
    .box-solution .slick-solution-scroll .item .pic .img-box
    {
        opacity: 1;
    }
}
.box-solution .slick-solution-scroll .item .text
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

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

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);

    color: #fff;
    background-color: rgba(0, 0, 0, .4);
}
@media (max-width: 1470px)
{
    .box-solution .slick-solution-scroll .item .text
    {
        padding: 20px 10px;
    }
}
@media (max-width: 767px)
{
    .box-solution .slick-solution-scroll .item .text
    {
        position: relative;

        width: 100%;

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

        color: #333;
        background: none;
    }
}
.box-solution .slick-solution-scroll .item .text .title-solution
{
    margin-left: -60px;
}
@media (max-width: 767px)
{
    .box-solution .slick-solution-scroll .item .text .title-solution
    {
        margin: 0;
    }
}
.box-solution .slick-solution-scroll .item .text .title-solution h3
{
    font-size: 20px;
    line-height: 30px;

    display: inline-block;

    margin: 0;
    padding: 10px 18px;

    color: #fff;
    background-color: #01478f;
}
@media (max-width: 1199px)
{
    .box-solution .slick-solution-scroll .item .text .title-solution h3
    {
        font-size: 18px;

        padding: 4px 18px;
    }
}
@media (max-width: 767px)
{
    .box-solution .slick-solution-scroll .item .text .title-solution h3
    {
        font-size: 16px;
    }
}
.box-solution .slick-solution-scroll .item .text .note
{
    line-height: 25px;

    overflow: hidden;

    max-height: 194px;
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .box-solution .slick-solution-scroll .item .text .note
    {
        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .box-solution .slick-solution-scroll .item .text .note
    {
        max-height: 120px;
    }
}
.box-solution .slick-solution-scroll .item .text .note h4
{
    font-size: 16px;
}
.box-solution .slick-solution-scroll .item .text .note p
{
    margin: 0;
}
.box-solution .slick-solution-scroll .item .text .more
{
    text-align: right;
}
.box-solution .slick-solution-scroll .item .text .more a
{
    font-style: italic;
    line-height: 30px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 30px;
    background-color: #01478f;
}
@media (max-width: 991px)
{
    .box-solution .slick-solution-scroll .item .text .more a
    {
        margin-top: 10px;
    }
}
.box-solution .slick-solution-scroll .item .text .more a:hover
{
    background-color: #fc9604;
}
.box-solution .slick-solution-scroll .slick-current .item .pic .img-box
{
    opacity: 1;
}
.box-solution .slick-solution-scroll .slick-current .item .text
{
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}
.box-solution .slick-solution-scroll .slick-arrow
{
    left: -webkit-calc(26% - 40px);
    left:         calc(26% - 40px);
}
@media (max-width: 1350px)
{
    .box-solution .slick-solution-scroll .slick-arrow
    {
        left: -webkit-calc(16% - 40px);
        left:         calc(16% - 40px);
    }
}
@media (max-width: 767px)
{
    .box-solution .slick-solution-scroll .slick-arrow
    {
        top: 20%;
        left: 0;
    }
}
.box-solution .slick-solution-scroll .slick-arrow.slick-next
{
    right: -webkit-calc(26% - 40px);
    right:         calc(26% - 40px);
    left: auto;
}
@media (max-width: 1350px)
{
    .box-solution .slick-solution-scroll .slick-arrow.slick-next
    {
        right: -webkit-calc(16% - 40px);
        right:         calc(16% - 40px);
    }
}
@media (max-width: 767px)
{
    .box-solution .slick-solution-scroll .slick-arrow.slick-next
    {
        top: 20%;
        right: 0;
    }
}
.box-case
{
    padding-bottom: 0;
}
.box-case .case
{
    position: relative;

    margin-top: 80px;
    padding-left: 450px;
}
@media (max-width: 1470px)
{
    .box-case .case
    {
        padding-left: 350px;
    }
}
@media (max-width: 1350px)
{
    .box-case .case
    {
        padding-left: 300px;
    }
}
@media (max-width: 1199px)
{
    .box-case .case
    {
        margin-top: 50px;
        padding-left: 0;
    }
}
.box-case .case .slick-case-nav
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 450px;
    padding-bottom: 80px;

    background-color: #f2f2f2;
}
@media (max-width: 1470px)
{
    .box-case .case .slick-case-nav
    {
        width: 350px;
    }
}
@media (max-width: 1350px)
{
    .box-case .case .slick-case-nav
    {
        width: 300px;
    }
}
@media (max-width: 1199px)
{
    .box-case .case .slick-case-nav
    {
        position: relative;

        width: 100%;
        padding-bottom: 0;
    }
}
.box-case .case .slick-case-nav:before
{
    position: absolute;
    top: 0;
    right: -300%;

    display: block;

    width: 300%;
    height: 100%;

    content: '';

    background-color: #f2f2f2;
}
@media (max-width: 1199px)
{
    .box-case .case .slick-case-nav:before
    {
        display: none;
    }
}
.box-case .case .slick-case-nav .item
{
    padding: 10px 20px;

    cursor: pointer;

    background-color: #f2f2f2;
}
@media (max-width: 1350px)
{
    .box-case .case .slick-case-nav .item
    {
        padding: 10px;
    }
}
.box-case .case .slick-case-nav .item .pic
{
    display: inline-block;

    width: 80px;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .box-case .case .slick-case-nav .item .pic
    {
        width: 100%;
    }
}
.box-case .case .slick-case-nav .item .pic .img-box
{
    padding-bottom: 62.5%;
}
.box-case .case .slick-case-nav .item .note
{
    display: inline-block;

    padding: 0 30px;

    vertical-align: middle;
}
@media (max-width: 1350px)
{
    .box-case .case .slick-case-nav .item .note
    {
        padding: 0 20px;
    }
}
@media (max-width: 1199px)
{
    .box-case .case .slick-case-nav .item .note
    {
        display: block;

        padding: 0 10px;

        text-align: center;
    }
}
.box-case .case .slick-case-nav .item .note p
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 1350px)
{
    .box-case .case .slick-case-nav .item .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .box-case .case .slick-case-nav .item .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .box-case .case .slick-case-nav .item .note p
    {
        font-size: 14px;
        line-height: 20px;

        margin-top: 4px;
    }
}
.box-case .case .slick-case-nav .slick-current .item
{
    background-color: #e15d0d;
}
.box-case .case .slick-case-nav .slick-current .item .note p
{
    color: #ffffff;
}
.box-case .case .slick-case-for
{
    position: relative;
    z-index: 2;

    padding-bottom: 80px;
}
@media (max-width: 1199px)
{
    .box-case .case .slick-case-for
    {
        padding-bottom: 0;
    }
}
.box-case .case .slick-case-for .item
{
    position: relative;
}
.box-case .case .slick-case-for .item:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 71, 143, 0)), to(rgba(1, 71, 143, .6)));
    background-image: -webkit-linear-gradient(rgba(1, 71, 143, 0), rgba(1, 71, 143, .6));
    background-image:         linear-gradient(rgba(1, 71, 143, 0), rgba(1, 71, 143, .6));
}
.box-case .case .slick-case-for .item .img-box
{
    padding-bottom: 62.5%;
}
.box-case .case .slick-case-for .item .note
{
    position: absolute;
    z-index: 3;
    bottom: 0;

    width: 100%;

    color: #fff;
}
.box-case .case .slick-case-for .item .note b
{
    font-size: 20px;
    font-weight: normal;

    display: block;

    padding: 10px 16px;

    border-bottom: 1px solid #fff;
}
@media (max-width: 991px)
{
    .box-case .case .slick-case-for .item .note b
    {
        font-size: 18px;
    }
}
.box-case .case .slick-case-for .item .note p
{
    font-size: 16px;
    line-height: 1.875;

    display: -webkit-box;
    overflow: hidden;

    max-height: 30px;
    margin: 10px 0;
    padding: 0 16px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .box-case .case .slick-case-for .item .note p
    {
        font-size: 14px;
        line-height: 20px;

        max-height: 40px;
    }
}
.box-case .case .slick-case-for .slick-arrow
{
    left: -16px;
}
.box-case .case .slick-case-for .slick-arrow.slick-next
{
    right: -16px;
    left: auto;
}
.box-partner
{
    padding-bottom: 0;
}
.box-partner .partner-info
{
    margin-top: 40px;
    padding-bottom: 70px;

    background: url(../images/partner_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-partner .partner-info
    {
        padding-bottom: 10px;
    }
}
.box-partner .partner-info .partner
{
    margin-top: 40px;
}
.box-partner .partner-info .partner .title-partner
{
    text-align: center;
}
.box-partner .partner-info .partner .title-partner h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.box-partner .partner-info .partner .list ul
{
    margin: 0 -8px;
}
.box-partner .partner-info .partner .list li
{
    padding: 0 8px;
}
.box-partner .partner-info .partner .list .item
{
    margin-top: 20px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-partner .partner-info .partner .list .item .img-box
{
    padding-bottom: 31.81818182%;
}
.box-news
{
    position: relative;

    background-color: #f9f9f9;
}
.box-news:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 352px;

    content: '';

    background-color: #fff;
}
@media (max-width: 767px)
{
    .box-news:before
    {
        height: 500px;
    }
}
.box-news .news-sort
{
    position: relative;
    z-index: 2;

    margin-top: -30px;

    text-align: right;
}
@media (max-width: 767px)
{
    .box-news .news-sort
    {
        margin: 20px 0 0 0;

        text-align: center;
    }
}
.box-news .news-sort > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.box-news .news-sort > ul > li > a
{
    line-height: 30px;

    display: inline-block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.box-news .news-sort > ul > li:hover > a
{
    color: #fff;
    background-color: #01478f;
}
.box-news .news-top
{
    font-size: 0;

    position: relative;
    z-index: 2;

    margin-top: 70px;
}
@media (max-width: 991px)
{
    .box-news .news-top
    {
        margin-top: 30px;
    }
}
.box-news .news-top .pic,
.box-news .news-top .text
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .box-news .news-top .pic,
    .box-news .news-top .text
    {
        width: 100%;
    }
}
.box-news .news-top .pic
{
    overflow: hidden;
}
.box-news .news-top .pic img
{
    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news-top .text
{
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .box-news .news-top .text
    {
        margin-top: 20px;
        padding-left: 0;
    }
}
.box-news .news-top .text span.date
{
    line-height: 30px;

    display: inline-block;

    padding: 0 10px;

    color: #fff;
    background-color: #01478f;
}
.box-news .news-top .text b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

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

    height: 30px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .box-news .news-top .text b
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .box-news .news-top .text b
    {
        font-size: 16px;
    }
}
.box-news .news-top .text .note
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    min-height: 96px;
    margin-top: 20px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 1199px)
{
    .box-news .news-top .text .note
    {
        margin-top: 10px;
    }
}
.box-news .news-top .text .note p
{
    margin: 0;
}
.box-news .news-top .text a.more
{
    line-height: 30px;

    display: inline-block;

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

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

    color: #01478f;
    border: 1px solid #01478f;
}
@media (max-width: 1199px)
{
    .box-news .news-top .text a.more
    {
        margin-top: 14px;
    }
}
.box-news .news-top .text a.more:hover
{
    background-color: #023569;
}
.box-news .news-top:hover .pic img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news-top:hover .text b
{
    text-decoration: underline;

    color: #01478f;
}
.box-news .news-top:hover .text a.more
{
    color: #fff;
    background-color: #01478f;
}
.box-news .news
{
    position: relative;
    z-index: 2;
}
.box-news .news .item
{
    margin-top: 30px;
    padding: 40px 14px;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .box-news .news .item
    {
        padding: 20px 10px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item
    {
        margin-top: 14px;
        padding: 10px;
    }
}
.box-news .news .item b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .box-news .news .item b
    {
        font-size: 16px;
    }
}
.box-news .news .item span.date
{
    font-size: 12px;
    line-height: 24px;

    color: #666;
}
.box-news .news .item p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 8px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .news .item .more
{
    margin-top: 20px;

    text-align: right;
}
.box-news .news .item .more a
{
    line-height: 30px;

    display: inline-block;

    padding: 0 18px;

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

    color: #01478f;
    border: 1px solid #01478f;
}
.box-news .news .item:hover b
{
    color: #01478f;
}
.box-news .news .item:hover .more a
{
    color: #fff;
    background-color: #01478f;
}
.footer
{
    position: relative;

    color: #aba8a8;
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot-pic
{
    position: relative;
    z-index: 2;

    margin-top: -40px;
}
@media (max-width: 767px)
{
    .footer .foot-pic
    {
        margin-top: -20px;
    }
    .footer .foot-pic img
    {
        width: 220px;
    }
}
.footer .foot
{
    font-size: 0;

    overflow: hidden;

    padding: 50px 0;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
.footer .foot > ul
{
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
}
.footer .foot > ul:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
@media (max-width: 1199px)
{
    .footer .foot > ul:after
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul
    {
        display: block;
        overflow: hidden;
    }
}
.footer .foot > ul > li
{
    font-size: 14px;

    display: inline-block;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        display: block;

        width: 100%;
    }
}
.footer .foot > ul > li .item
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item
    {
        margin: 10px 0;
    }
}
.footer .foot > ul > li .item .title-foot h3
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item .title-foot h3
    {
        font-size: 14px;
        line-height: 24px;
    }
    .footer .foot > ul > li .item .title-foot h3:after
    {
        font-family: 'iconfont' !important;

        float: right;

        content: '\e629';
    }
}
.footer .foot > ul > li .item-1
{
    width: 240px;
}
@media (max-width: 1350px)
{
    .footer .foot > ul > li .item-1
    {
        width: 200px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-1
    {
        width: 100%;
    }
}
.footer .foot > ul > li .item-1 form
{
    position: relative;

    background-color: #595c61;
}
.footer .foot > ul > li .item-1 input,
.footer .foot > ul > li .item-1 textarea
{
    line-height: 30px;

    width: 100%;
    padding: 0 50px 0 10px;

    resize: vertical;

    color: #fff;
    border: none;
    outline: none;
    background: none;
}
.footer .foot > ul > li .item-1 input::-webkit-input-placeholder,
.footer .foot > ul > li .item-1 textarea::-webkit-input-placeholder
{
    color: #aba8a8;
}
.footer .foot > ul > li .item-1 input:-o-placeholder,
.footer .foot > ul > li .item-1 textarea:-o-placeholder
{
    color: #aba8a8;
}
.footer .foot > ul > li .item-1 input::-moz-placeholder,
.footer .foot > ul > li .item-1 textarea::-moz-placeholder
{
    color: #aba8a8;
}
.footer .foot > ul > li .item-1 input:-ms-input-placeholder,
.footer .foot > ul > li .item-1 textarea:-ms-input-placeholder
{
    color: #aba8a8;
}
.footer .foot > ul > li .item-1 input:focus::-webkit-input-placeholder,
.footer .foot > ul > li .item-1 textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-1 input:focus::-o-placeholder,
.footer .foot > ul > li .item-1 textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-1 input:focus::-moz-placeholder,
.footer .foot > ul > li .item-1 textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-1 input:focus::-ms-input-placeholder,
.footer .foot > ul > li .item-1 textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-1 .submit
{
    font-size: 18px;
    line-height: 30px;

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

    display: block;

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

    color: #fff;
    border-radius: 0;
    background: none;
    background-color: #01478f;
}
.footer .foot > ul > li .item-1 .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e6cf';
}
.footer .foot > ul > li .item-1 .submit:hover
{
    text-decoration: underline;
}
.footer .foot > ul > li .item-1 .erweima
{
    display: inline-block;

    margin-right: 20px;

    text-align: center;
}
@media (max-width: 1350px)
{
    .footer .foot > ul > li .item-1 .erweima
    {
        margin-right: 10px;
    }
}
.footer .foot > ul > li .item-1 .erweima p
{
    color: #e7e7e7;
}
.footer .foot > ul > li .item-1 .erweima img
{
    max-width: 90px;
}
@media (max-width: 1350px)
{
    .footer .foot > ul > li .item-1 .erweima img
    {
        max-width: 70px;
    }
}
.footer .foot > ul > li .item-2 .down-left,
.footer .foot > ul > li .item-2 .down-right
{
    display: inline-block;

    vertical-align: top;
}
.footer .foot > ul > li .item-2 .down-left
{
    width: 80px;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-2 .down-left
    {
        width: 100%;
    }
}
.footer .foot > ul > li .item-2 .down-right
{
    width: 80px;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-2 .down-right
    {
        width: 100%;
    }
}
.footer .foot > ul > li .item-2 a
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-2 a
    {
        display: inline-block;

        vertical-align: top;
    }
}
.footer .foot > ul > li .item-2 a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot > ul > li .item-3 .down-left,
.footer .foot > ul > li .item-3 .down-right
{
    display: inline-block;

    vertical-align: top;
}
.footer .foot > ul > li .item-3 .down-left
{
    width: 230px;
}
@media (max-width: 1350px)
{
    .footer .foot > ul > li .item-3 .down-left
    {
        width: 180px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-3 .down-left
    {
        width: 100%;
    }
}
.footer .foot > ul > li .item-3 .down-right
{
    width: 160px;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-3 .down-right
    {
        width: 100%;
    }
}
.footer .foot > ul > li .item-3 p
{
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-3 p
    {
        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.footer .foot > ul > li .item-3 p b
{
    font-weight: normal;

    color: #fff;
}
.footer .foot > ul > li .item-3 p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot > ul > li .item-4
{
    width: 360px;
}
@media (max-width: 1350px)
{
    .footer .foot > ul > li .item-4
    {
        width: 300px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-4
    {
        width: 100%;
    }
}
.footer .foot > ul > li .item-4 .row
{
    margin: 0 -5px;
}
.footer .foot > ul > li .item-4 .itembox
{
    padding: 0 5px;
}
.footer .foot > ul > li .item-4 input,
.footer .foot > ul > li .item-4 textarea
{
    line-height: 30px;

    width: 100%;
    margin-top: 10px;
    padding: 0 10px;

    resize: vertical;

    border: none;
    outline: none;
    background-color: #595c61;
}
.footer .foot > ul > li .item-4 input::-webkit-input-placeholder,
.footer .foot > ul > li .item-4 textarea::-webkit-input-placeholder
{
    color: #aba8a8;
}
.footer .foot > ul > li .item-4 input:-o-placeholder,
.footer .foot > ul > li .item-4 textarea:-o-placeholder
{
    color: #aba8a8;
}
.footer .foot > ul > li .item-4 input::-moz-placeholder,
.footer .foot > ul > li .item-4 textarea::-moz-placeholder
{
    color: #aba8a8;
}
.footer .foot > ul > li .item-4 input:-ms-input-placeholder,
.footer .foot > ul > li .item-4 textarea:-ms-input-placeholder
{
    color: #aba8a8;
}
.footer .foot > ul > li .item-4 input:focus::-webkit-input-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 input:focus::-o-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 input:focus::-moz-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 input:focus::-ms-input-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 .submit
{
    line-height: 30px;

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

    color: #fff;
    border-radius: 0;
    background-color: #01478f;
}
.footer .foot > ul > li .item-4 .submit:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: right;

    content: '\e6cf';
}
.footer .foot > ul > li p
{
    line-height: 26px;

    margin: 10px 0 0 0;
}
.footer .foot > ul > li .info-down
{
    margin-top: 14px;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .info-down
    {
        display: none;
    }
}
.footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e628';
}
.footer .copyright
{
    padding: 10px 0;

    text-align: center;

    color: #fff;
    border-top: 1px solid #f9f8f6;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding: 15px 0;
    }
}
.footer .copyright p
{
    margin: 0;
}
.footer .copyright p
{
    line-height: 30px;

    display: inline-block;
}
.footer .copyright a.sitemap
{
    line-height: 30px;

    display: inline-block;

    padding: 0 30px;
}
@media (max-width: 767px)
{
    .footer .copyright a.sitemap
    {
        padding: 0 10px;
    }
}
.footer .copyright a:hover
{
    text-decoration: underline;

    color: #fff;
}
.wrapper
{
    clear: both;
    overflow: hidden;

    background-color: #f9f9f9;
}
.wrap
{
    padding: 80px 0 110px;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0 70px;
    }
}
.title-in
{
    text-align: center;
}
.title-in h1,
.title-in h2
{
    font-size: 24px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .title-in h1,
    .title-in h2
    {
        font-size: 20px;
    }
}
.wrap-left
{
    float: left;

    width: 28%;
}
@media (max-width: 991px)
{
    .wrap-left
    {
        width: 100%;
    }
}
.wrap-left .title-sider-nav
{
    padding: 10px;

    background-color: #fc9604;
}
.wrap-left .title-sider-nav h2
{
    font-size: 36px;
    line-height: 1.5;

    display: inline-block;

    margin: 0;
    padding-left: 44px;

    vertical-align: bottom;

    color: #fff;
    background: url(../images/title-icon-white.png) no-repeat left center;
}
@media (max-width: 1350px)
{
    .wrap-left .title-sider-nav h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-left .title-sider-nav h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-left .title-sider-nav h2
    {
        font-size: 20px;
    }
}
.wrap-left .title-sider-nav span
{
    font-family: 'Plat Nomor', Arial;
    font-size: 20px;
    line-height: 1.5;

    display: inline-block;

    margin-left: 8px;

    vertical-align: bottom;

    color: #e58c0d;
}
@media (max-width: 991px)
{
    .wrap-left .title-sider-nav span
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-left .title-sider-nav span
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-left .sider-nav
    {
        margin-top: 10px;
    }
}
.wrap-left .sider-nav > ul > li
{
    display: block;

    margin-top: 10px;
}
@media (max-width: 991px)
{
    .wrap-left .sider-nav > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
@media (max-width: 767px)
{
    .wrap-left .sider-nav > ul > li
    {
        margin: 0;
    }
}
.wrap-left .sider-nav > ul > li > a
{
    font-size: 20px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 10%;

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

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-left .sider-nav > ul > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-left .sider-nav > ul > li > a
    {
        font-size: 16px;

        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-left .sider-nav > ul > li > a
    {
        font-size: 14px;

        padding: 0 10px;
    }
}
.wrap-left .sider-nav > ul > li > a:after
{
    font-family: 'iconfont' !important;
    line-height: 50px;

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

    content: '\e62b';

    opacity: 0;
    color: #fc9604;
}
@media (max-width: 991px)
{
    .wrap-left .sider-nav > ul > li > a:after
    {
        display: none;
    }
}
.wrap-left .sider-nav > ul > li.active,
.wrap-left .sider-nav > ul > li:hover
{
    background-color: #fff;
}
@media (max-width: 991px)
{
	.wrap-left .sider-nav > ul > li>a{
		font-weight: bold;
	
	}
    .wrap-left .sider-nav > ul > li.active,
    .wrap-left .sider-nav > ul > li:hover
    {
        background: none;
    }
	.wrap-left .sider-nav > ul > li.active{
		display: block;
	}
}
.wrap-left .sider-nav > ul > li.active > a,
.wrap-left .sider-nav > ul > li:hover > a
{
    color: #fc9604;
}
.wrap-left .sider-nav > ul > li.active > a:after,
.wrap-left .sider-nav > ul > li:hover > a:after
{
    opacity: 1;
}
.wrap-right
{
    float: left;

    width: 72%;
	padding-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-right
    {
		padding-left: 0;
        width: 100%;
    }
}
.wrap-right .title-wrap
{
    margin-top: 43px;
    padding: 0 30px;

    color: #000;
    border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 991px)
{
    .wrap-right .title-wrap
    {
        margin-top: 20px;
        padding: 0 14px;
    }
}
.wrap-right .title-wrap h2
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
.inside-nav
{
    overflow: hidden;
    overflow-x: auto;

    height: 66px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;

    border-bottom: 1px solid #e7e7e7;
    background-color: #f9f9f9;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.inside-nav::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #f9f9f9;
}
.inside-nav::-webkit- scrollbar-track
{
    border-radius: 5px;
    background-color: #f9f9f9;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav::-webkit- scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;

    text-align: center;
}
.inside-nav .nav-wrap ul
{
    font-size: 0;

    position: relative;

    display: inline-block;

    margin: 0 -50px;
    padding: 0;

    vertical-align: top;
    white-space: nowrap;
}
@media (max-width: 1470px)
{
    .inside-nav .nav-wrap ul
    {
        margin: 0 -40px;
    }
}
@media (max-width: 1350px)
{
    .inside-nav .nav-wrap ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 991px)
{
    .inside-nav .nav-wrap ul
    {
        margin: 0 -20px;
    }
}
.inside-nav .nav-wrap ul li
{
    font-size: 14px;
    font-size: 20px;
    line-height: 66px;

    position: relative;

    display: inline-block;

    padding: 0 50px;

    vertical-align: top;

    color: #666;
}
@media (max-width: 1470px)
{
    .inside-nav .nav-wrap ul li
    {
        font-size: 18px;

        padding: 0 40px;
    }
}
@media (max-width: 1350px)
{
    .inside-nav .nav-wrap ul li
    {
        padding: 0 30px;
    }
}
@media (max-width: 991px)
{
    .inside-nav .nav-wrap ul li
    {
        font-size: 16px;

        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul li
    {
        font-size: 16px;
    }
}
.inside-nav .nav-wrap ul li:after
{
    position: absolute;
    top: 0;
    right: 0;

    display: inline-block;

    content: '|';
    vertical-align: middle;
}
.inside-nav .nav-wrap ul li:last-child:after
{
    display: none;
}
.inside-nav .nav-wrap ul li a
{
    position: relative;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
}
.inside-nav .nav-wrap ul li a:after
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #fc9604;
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul li a:after
    {
        bottom: 5px;
    }
}
.inside-nav .nav-wrap ul li.active a:after,
.inside-nav .nav-wrap ul li:hover a:after
{
    width: 100%;
}
.wrap-about .about
{
    margin-top: 60px;

    background: url(../images/about_inbg.jpg) no-repeat bottom right;
}
@media (max-width: 991px)
{
    .wrap-about .about
    {
        margin-top: 30px;
    }
}
.wrap-about .video
{
    position: relative;

    margin-top: 20px;

    background-color: #000;
}
.wrap-about .video img
{
    width: 100%;

    opacity: .6;
}
.wrap-about .video .play
{
    font-size: 60px;

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

    display: block;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-about .video .play
    {
        font-size: 40px;
    }
}
.wrap-about .video .play:before
{
    font-family: 'iconfont' !important;

    content: '\e642';
}
.wrap-culture .culture
{
    margin-top: 80px;
}
@media (max-width: 1199px)
{
    .wrap-culture .culture
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture
    {
        margin-top: 30px;
    }
}
.wrap-culture .culture .item
{
    font-size: 0;

    margin-top: 30px;

    background-color: #fff;
}
.wrap-culture .culture .item .pic,
.wrap-culture .culture .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-culture .culture .item .pic
{
    width: 65%;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item .pic
    {
        width: 100%;
    }
}
.wrap-culture .culture .item .pic .img-box
{
    padding-bottom: 65.2173913%;
}
.wrap-culture .culture .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-culture .culture .item .note
{
    width: 35%;
    padding: 30px 14px;
}
@media (max-width: 1350px)
{
    .wrap-culture .culture .item .note
    {
        padding: 20px 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture .item .note
    {
        width: 100%;
    }
}
.wrap-culture .culture .item .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}
@media (max-width: 1350px)
{
    .wrap-culture .culture .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-culture .culture .item .note b
    {
        font-size: 16px;
    }
}
.wrap-culture .culture .item .note p
{
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 1350px)
{
    .wrap-culture .culture .item .note p
    {
        line-height: 24px;
    }
}
.wrap-culture .culture .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-culture .spirit
{
    padding-top: 40px;
}
.wrap-culture .spirit .title-spirit h2
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-culture .spirit .title-spirit h2
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.wrap-culture .spirit .list ul
{
    font-size: 0;
}
.wrap-culture .spirit .list ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-culture .spirit .list .item
{
    margin-top: 20px;
}
.wrap-culture .spirit .list .item .pic
{
    position: relative;

    overflow: hidden;
}
.wrap-culture .spirit .list .item .pic .img-box
{
    padding-bottom: 75.75757576%;
}
.wrap-culture .spirit .list .item .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 40px 10px;

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

    color: #fff;
    background-color: rgba(1, 71, 143, .7);
}
@media (max-width: 1199px)
{
    .wrap-culture .spirit .list .item .mask
    {
        position: relative;

        padding: 10px 0 0 0;

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

        color: #333;
        background: none;
    }
}
.wrap-culture .spirit .list .item .mask b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-culture .spirit .list .item .mask b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .spirit .list .item .mask b
    {
        font-size: 16px;
    }
}
.wrap-culture .spirit .list .item .mask p
{
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-culture .spirit .list .item .mask p
    {
        line-height: 24px;
    }
}
.wrap-culture .spirit .list .item .text
{
    margin-top: 10px;
    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .wrap-culture .spirit .list .item .text
    {
        display: none;
    }
}
.wrap-culture .spirit .list .item .text b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}
.wrap-culture .spirit .list .item:hover .mask
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.wrap-culture .spirit .list .item:hover .text
{
    -webkit-transform: translateY(-120%);
        -ms-transform: translateY(-120%);
            transform: translateY(-120%);
}
.wrap-culture .concept
{
    padding-top: 30px;
}
.wrap-culture .concept .title-concept
{
    text-align: center;
}
.wrap-culture .concept .title-concept h2
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;
}
.wrap-culture .concept .list ul
{
    font-size: 0;
}
.wrap-culture .concept .list ul li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 25%;
    margin-top: 20px;

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

    border-bottom: 1px dashed #01478f;
}
@media (max-width: 767px)
{
    .wrap-culture .concept .list ul li
    {
        width: 50%;
    }
}
.wrap-culture .concept .list ul li:after
{
    font-family: 'iconfont' !important;
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    bottom: -10px;
    left: 50%;

    display: block;

    width: 20px;
    height: 20px;

    content: '\e648';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;

    color: #01478f;
    background-color: #f9f9f9;
}
.wrap-history .history
{
    margin-top: 60px;

    background: url(../images/history-line.png) no-repeat top center;
    background-position: 0 50px;
    background-size: 100% auto;
}
.wrap-history .history .slick-history-nav
{
    position: relative;

    overflow: hidden;

    padding: 0 3%;
    padding-top: 50px;
}
.wrap-history .history .slick-history-nav .item
{
    position: relative;

    padding-top: 30px;

    text-align: center;
}
.wrap-history .history .slick-history-nav .item p
{
    line-height: 30px;

    margin: 0;

    color: #888;
}
.wrap-history .history .slick-history-nav .slick-current .item:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

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

    width: 100%;

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

    color: #01478f;
}
@media (max-width: 991px)
{
    .wrap-history .history .slick-history-nav .slick-current .item:before
    {
        top: 0;
    }
}
.wrap-history .history .slick-history-nav .slick-current .item p
{
    font-size: 18px;

    color: #000;
}
.wrap-history .history .slick-history-nav .slick-arrow
{
    font-size: 18px;
    line-height: 30px;

    top: 0;
    left: 10%;

    width: 30px;
    height: 30px;

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

    color: #333;
    border-radius: 50%;
    background-color: #f0f0f0;
}
.wrap-history .history .slick-history-nav .slick-arrow:before
{
    content: '\e625';
}
.wrap-history .history .slick-history-nav .slick-arrow.slick-next
{
    right: 10%;
    left: auto;
}
.wrap-history .history .slick-history-nav .slick-arrow:hover
{
    color: #fff;
    background-color: #fc9604;
}
.wrap-history .history .slick-history-for
{
    max-width: 1050px;
    margin: 0 auto;
    margin-top: 30px;
}
.wrap-history .history .slick-history-for .item
{
    position: relative;
}
.wrap-history .history .slick-history-for .item:before
{
    position: absolute;
    left: 50%;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    border-left: 1px dashed #bcbcbc;
}
@media (max-width: 767px)
{
    .wrap-history .history .slick-history-for .item:before
    {
        left: 30%;
    }
}
.wrap-history .history .slick-history-for .item > ul > li
{
    font-size: 0;
}
@media (min-width: 768px)
{
    .wrap-history .history .slick-history-for .item > ul > li:nth-child(2n) .date
    {
        left: 50%;

        text-align: left;
    }
    .wrap-history .history .slick-history-for .item > ul > li:nth-child(2n) .date:after
    {
        right: auto;
        left: -6px;
    }
    .wrap-history .history .slick-history-for .item > ul > li:nth-child(2n) .note
    {
        right: 50%;

        text-align: right;
    }
    .wrap-history .history .slick-history-for .item > ul > li:nth-child(2n):hover .date:after
    {
        left: -26px;
    }
}
.wrap-history .history .slick-history-for .item > ul > li .date,
.wrap-history .history .slick-history-for .item > ul > li .note
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;
    padding: 30px 5%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-history .history .slick-history-for .item > ul > li .date,
    .wrap-history .history .slick-history-for .item > ul > li .note
    {
        width: 30%;
    }
}
.wrap-history .history .slick-history-for .item > ul > li .date
{
    position: relative;

    text-align: right;

    color: #000;
}
.wrap-history .history .slick-history-for .item > ul > li .date:after
{
    position: absolute;
    top: 50%;
    right: -6px;

    display: block;

    width: 12px;
    height: 12px;

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

    background: url(../images/date-icon.png) no-repeat;
}
.wrap-history .history .slick-history-for .item > ul > li .date b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}
.wrap-history .history .slick-history-for .item > ul > li .date b span
{
    font-size: 14px;
}
.wrap-history .history .slick-history-for .item > ul > li .note
{
    line-height: 30px;

    color: #424141;
}
@media (max-width: 767px)
{
    .wrap-history .history .slick-history-for .item > ul > li .note
    {
        width: 70%;
    }
}
.wrap-history .history .slick-history-for .item > ul > li .note p
{
    margin: 0;
}
.wrap-history .history .slick-history-for .item > ul > li:hover
{
    background-color: #f0f0f0;
}
.wrap-history .history .slick-history-for .item > ul > li:hover .date:after
{
    right: -28px;

    width: 56px;
    height: 56px;

    background: url(../images/date-icon-hover.png);
}
.wrap-honor .honor
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-honor .honor
    {
        margin: 0;
    }
}
.wrap-honor .honor .item
{
    display: block;

    margin-top: 30px;
}
.wrap-honor .honor .item .pic
{
    padding: 20px;

    background: url(../images/honor_bg.jpg) no-repeat center;
    background-size: 100% 100%;
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 133.33333333%;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item .note
{
    margin-top: 4px;
}
.wrap-honor .honor .item .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-honor .honor .item .note p:before
{
    content: '-';
}
.wrap-honor .honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .honor .item:hover .note p
{
    color: #01478f;
}
.wrap-factory .factory
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-factory .factory
    {
        margin: 0;
    }
}
.wrap-factory .factory .item
{
    display: block;

    margin-top: 30px;
}
.wrap-factory .factory .item .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-factory .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory .item .note
{
    margin-top: 4px;
}
.wrap-factory .factory .item .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-factory .factory .item .note p:before
{
    content: '-';
}
.wrap-factory .factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-factory .factory .item:hover .note p
{
    color: #01478f;
}
.wrap-video .videolist
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-video .videolist
    {
        margin: 0;
    }
}
.wrap-video .videolist .item
{
    display: block;

    margin-top: 30px;
}
.wrap-video .videolist .item .pic
{
    position: relative;

    background-color: #000;
}
.wrap-video .videolist .item .img-box
{
    padding-bottom: 43.47826087%;

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

    opacity: .6;
}
.wrap-video .videolist .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-video .videolist .item .play
{
    font-size: 30px;

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

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
.wrap-video .videolist .item .play:before
{
    font-family: 'iconfont' !important;

    content: '\e642';
}
.wrap-video .videolist .item .note
{
    margin-top: 4px;
}
.wrap-video .videolist .item .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-video .videolist .item .note p:before
{
    content: '-';
}
.wrap-video .videolist .item:hover .img-box
{
    opacity: .8;
}
.wrap-video .videolist .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-video .videolist .item:hover .note p
{
    color: #01478f;
}
.wrap-solution .solution
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-solution .solution
    {
        margin-top: 40px;
    }
}
.wrap-solution .solution .title-solution
{
    text-align: center;
}
.wrap-solution .solution .title-solution h2
{
    font-size: 24px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-solution .solution .title-solution h2
    {
        font-size: 20px;
    }
}
.wrap-solution .solution .text
{
    line-height: 1.875;

    margin-top: 20px;
}
.wrap-solution .solution .list ul
{
    margin: 0 -5px;
}
.wrap-solution .solution .list ul li
{
    margin-top: 10px;
    padding: 5px;
}
.wrap-solution .solution .list .item
{
    padding: 80px 15%;

    border-bottom: 4px solid #fc9604;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .wrap-solution .solution .list .item
    {
        padding: 50px 15px;
    }
}
@media (max-width: 991px)
{
    .wrap-solution .solution .list .item
    {
        padding: 30px 10px;
    }
}
.wrap-solution .solution .list .item h3
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-solution .solution .list .item h3
    {
        font-size: 16pxx;
    }
}
.wrap-solution .solution .list .item p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-solution .solution .list .item p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-solution .pic
{
    margin-top: 20px;
}
.wrap-solution .pic img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-jobs .title-jobs
{
    text-align: center;
}
.wrap-jobs .title-jobs h2
{
    font-size: 34px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-jobs .title-jobs h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-jobs .title-jobs h2
    {
        font-size: 24px;
    }
}
.wrap-jobs .title-jobs p
{
    font-size: 16px;
    line-height: 2.125;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-jobs .title-jobs p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-jobs .jobs
{
    font-size: 0;

    padding-top: 50px;
}
.wrap-jobs .jobs .pic,
.wrap-jobs .jobs .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-jobs .jobs .pic
{
    overflow: hidden;

    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-jobs .jobs .pic
    {
        width: 100%;
    }
    .wrap-jobs .jobs .pic img
    {
        width: 100%;
    }
}
.wrap-jobs .jobs .text
{
    position: relative;
    z-index: 2;

    width: 55%;
    margin-top: 50px;
    margin-left: -5%;
    padding: 30px;

    background: url(../images/jobs_bg.jpg) no-repeat center left #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-jobs .jobs .text
    {
        width: 100%;
        margin: 0;
        padding: 30px 10px;
    }
}
.wrap-jobs .jobs .text ul
{
    max-width: 700px;
    padding: 30px 0;

    border-left: 1px dashed #01478f;
}
@media (max-width: 991px)
{
    .wrap-jobs .jobs .text ul
    {
        padding: 10px 0;
    }
}
.wrap-jobs .jobs .text ul li
{
    padding-left: 10px;
}
.wrap-jobs .jobs .text .item
{
    line-height: 40px;
}
@media (max-width: 991px)
{
    .wrap-jobs .jobs .text .item
    {
        line-height: 30px;
    }
}
.wrap-jobs .jobs .text .item b
{
    font-size: 16px;
    font-weight: normal;

    position: relative;

    display: block;
}
.wrap-jobs .jobs .text .item b:before
{
    position: absolute;
    top: 50%;
    left: -15px;

    display: block;

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

    content: '';

    border-radius: 50%;
    background-color: #01478f;
}
.wrap-jobs .jobs .text .item p
{
    margin: 0;

    color: #666;
}
.wrap-jobs .path-info
{
    padding-top: 70px;
}
.wrap-jobs .path-info .path
{
    font-size: 0;

    margin-top: 40px;
}
.wrap-jobs .path-info .path .pic,
.wrap-jobs .path-info .path .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-jobs .path-info .pic
{
    position: relative;
    left: 50%;

    overflow: hidden;

    width: 55%;
    margin-left: -5%;
}
@media (max-width: 767px)
{
    .wrap-jobs .path-info .pic
    {
        left: 0;

        width: 100%;
        margin: 0;
    }
}
.wrap-jobs .path-info .pic .slick-path
{
    font-size: 0;
}
.wrap-jobs .path-info .pic img
{
    width: 100%;
}
.wrap-jobs .path-info .pic .slick-dots
{
    position: absolute;
    bottom: 30px;

    width: 100%;
    padding: 0 14%;
}
@media (max-width: 991px)
{
    .wrap-jobs .path-info .pic .slick-dots
    {
        bottom: 10px;

        padding: 0 10px;
    }
}
.wrap-jobs .path-info .pic .slick-dots li
{
    display: inline-block;

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

    vertical-align: top;

    border-radius: 50%;
    background-color: #fff;
}
.wrap-jobs .path-info .pic .slick-dots li button
{
    display: none;
}
.wrap-jobs .path-info .pic .slick-dots li.slick-active
{
    background-color: #fc9604;
}
.wrap-jobs .path-info .text
{
    position: relative;
    z-index: 2;
    right: 50%;

    width: 50%;
    padding: 50px 20px 50px 12%;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1470px)
{
    .wrap-jobs .path-info .text
    {
        padding: 30px 20px 30px 4%;
    }
}
@media (max-width: 1199px)
{
    .wrap-jobs .path-info .text
    {
        padding: 20px 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs .path-info .text
    {
        left: 0;

        width: 100%;
        margin: 0;
    }
}
.wrap-jobs .path-info .text ul li
{
    padding: 20px 0;

    border-bottom: 1px dashed #666;
}
.wrap-jobs .path-info .text ul li.current .item .title-item:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-jobs .path-info .text .item .title-item
{
    position: relative;

    padding-right: 60px;

    cursor: pointer;
}
.wrap-jobs .path-info .text .item .title-item:after
{
    position: absolute;
    top: 0;
    right: 10px;

    display: block;

    width: 41px;
    height: 41px;

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

    background: url(../images/arrow.png) no-repeat;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-jobs .path-info .text .item .title-item:after
    {
        width: 30px;
        height: 30px;
    }
}
.wrap-jobs .path-info .text .item .title-item h3
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-jobs .path-info .text .item .title-item h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-jobs .path-info .text .item .title-item h3
    {
        font-size: 16px;
    }
}
.wrap-jobs .path-info .text .item .note
{
    line-height: 24px;

    display: none;

    margin-top: 14px;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-jobs .path-info .text .item .note
    {
        margin-top: 4px;
    }
}
.wrap-jobs .path-info .text .item .note p
{
    margin: 0;
}
.wrap-jobs .talent
{
    position: relative;

    padding-top: 70px;
}
.wrap-jobs .talent .pic
{
    overflow: hidden;
}
.wrap-jobs .talent .pic img
{
    width: 100%;
}
@media (max-width: 1199px)
{
    .wrap-jobs .talent .pic img
    {
        width: 160%;
        margin-left: -30%;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs .talent .pic img
    {
        width: 300%;
        margin-left: -100%;
    }
}
.wrap-jobs .talent .text
{
    position: absolute;
    z-index: 2;
    top: -webkit-calc(50% + 35px);
    top:         calc(50% + 35px);

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.wrap-jobs .talent .text .note
{
    position: relative;

    max-width: 740px;
    padding: 30px;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-jobs .talent .text .note
    {
        padding: 20px 10px;
    }
}
.wrap-jobs .talent .text .note .title-talent
{
    border-bottom: 1px solid #d1d1d1;
}
.wrap-jobs .talent .text .note .title-talent h3
{
    font-size: 30px;
    line-height: 40px;

    display: inline-block;

    margin: 0;

    border-bottom: 3px solid #fc9604;
}
@media (max-width: 991px)
{
    .wrap-jobs .talent .text .note .title-talent h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs .talent .text .note .title-talent h3
    {
        font-size: 20px;
    }
}
.wrap-jobs .talent .text .note .list
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-jobs .talent .text .note .list
    {
        margin-top: 14px;
    }
}
.wrap-jobs .talent .text .note .list ul li
{
    padding: 14px 20px;

    border-bottom: 1px dashed #dddcdc;
}
.wrap-jobs .talent .text .note .list .item
{
    display: block;
}
.wrap-jobs .talent .text .note .list .item b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    position: relative;
}
@media (max-width: 767px)
{
    .wrap-jobs .talent .text .note .list .item b
    {
        font-size: 16px;
    }
}
.wrap-jobs .talent .text .note .list .item b:before
{
    position: absolute;
    top: 10px;
    left: -10px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background: #fc9604;
}
.wrap-jobs .talent .text .note .list .item p
{
    font-size: 16px;
    line-height: 24px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 6px 0 0 0;
    padding-right: 100px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-jobs .talent .text .note .list .item p
    {
        font-size: 14px;
    }
}
.wrap-jobs .talent .text .note .list .item p span.date
{
    position: absolute;
    top: 0;
    right: 0;
}
.wrap-jobs .talent .text .note .list .item:hover b
{
    color: #fc9604;
}
.wrap-jobs .talent .text .note .more
{
    position: absolute;
    right: 0;
    bottom: -20px;

    display: inline-block;

    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
}
@media (max-width: 1199px)
{
    .wrap-jobs .talent .text .note .more
    {
        -webkit-transform: translateX(10%);
            -ms-transform: translateX(10%);
                transform: translateX(10%);
    }
}
.wrap-jobs .talent .text .note .more a
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    padding: 0 30px;

    color: #fff;
    border-radius: 4px;
    background-color: #fc9604;
}
.wrap-jobs .team
{
    padding-top: 70px;
}
@media (max-width: 1199px)
{
    .wrap-jobs .team
    {
        padding-top: 50px;
    }
}
.wrap-jobs .team .title-team
{
    text-align: center;
}
.wrap-jobs .team .title-team h2
{
    font-size: 30px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-jobs .team .title-team h2
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-jobs .team .title-team h2
    {
        font-size: 20px;
    }
}
.wrap-jobs .team .slick-team
{
    margin: 0 -8px;
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-jobs .team .slick-team
    {
        margin-top: 30px;
    }
}
.wrap-jobs .team .slick-team .slick-slide
{
    padding: 0 8px;
}
.wrap-jobs .team .slick-team .item
{
    display: block;
}
.wrap-jobs .team .slick-team .item .img-box
{
    padding-bottom: 76.47058824%;
}
.wrap-jobs .team .slick-team .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-jobs .team .slick-team .item p
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 6px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-jobs .team .slick-team .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs .team .slick-team .item p
    {
        font-size: 16px;
    }
}
.wrap-jobs .team .slick-team .item p:before
{
    content: '-';
}
.wrap-jobs .team .slick-team .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-jobs .team .slick-team .slick-arrow
{
    line-height: 30px;

    width: 30px;
    height: 30px;
    margin-top: -15px;

    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    background: url(../images/arrow.png) no-repeat center;
    background-size: cover;
}
.wrap-jobs .team .slick-team .slick-arrow:before
{
    display: none;
}
.wrap-jobs .team .slick-team .slick-arrow.slick-next
{
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.wrap-case
{
    padding-bottom: 0;

    background-color: #fff;
}
.wrap-case .case-top
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-case .case-top
    {
        margin-top: 20px;
    }
}
.wrap-case .case-top ul
{
    font-size: 0;
}
.wrap-case .case-top ul > li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-case .case-top .item
{
    margin-top: 30px;
}
.wrap-case .case-top .item .pic
{
    position: relative;

    padding: 15px 0;
}
.wrap-case .case-top .item .pic .img-box
{
    padding-bottom: 60%;
}
.wrap-case .case-top .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-case .case-top .item .pic .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 40%;
    height: 100%;

    text-align: center;

    color: #fff;
    background-color: rgba(252, 150, 4, .8);
}
.wrap-case .case-top .item .pic .mask h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;

    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1470px)
{
    .wrap-case .case-top .item .pic .mask h3
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .wrap-case .case-top .item .pic .mask h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-case .case-top .item .pic .mask h3
    {
        font-size: 18px;
    }
}
.wrap-case .case-top .item .note
{
    margin-top: 20px;

    color: #666;
}
.wrap-case .case-top .item .note p
{
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-case .case-top .item .note p
    {
        line-height: 24px;
    }
}
.wrap-case .customers
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-case .customers
    {
        padding-top: 40px;
    }
}
.wrap-case .customers .title-in h2
{
    font-weight: bold;
}
.wrap-case .customers .list
{
    padding: 60px 0;

    border-bottom: 1px dashed #b9b9b9;
}
@media (max-width: 991px)
{
    .wrap-case .customers .list
    {
        padding: 30px 0;
    }
}
.wrap-case .customers .list .list-top ul
{
    font-size: 0;
}
.wrap-case .customers .list .list-top ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 20px;

    vertical-align: top;
}
.wrap-case .customers .list .list-top .item-1 .img-box
{
    padding-bottom: 72.72727273%;
}
.wrap-case .customers .list .list-top .item-1 .note
{
    padding: 15px 0;

    text-align: center;

    background-color: #ededec;
}
.wrap-case .customers .list .list-top .item-1 .note p
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-case .customers .list .list-top .item-1 .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-case .customers .list .list-top .item-1 .note p
    {
        font-size: 16px;
    }
}
.wrap-case .customers .list .list-top .item-2 .img-box
{
    padding-bottom: 30.3030303%;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-case .customers .list .list-top .item-2 .note
{
    margin-top: 6px;
}
.wrap-case .customers .list .list-top .item-2 .note p
{
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-case .customers .list .list-top .item-2 .note p
    {
        line-height: 24px;
    }
}
.wrap-case .customers .list .list-text
{
    margin-top: 30px;

    text-align: center;
}
.wrap-case .customers .list .list-text p
{
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-case .customers .list .list-text p
    {
        line-height: 24px;
    }
}
.wrap-case .customers .list .list-text p span
{
    color: #333;
}
.wrap-case .customers .list-bottom
{
    padding: 60px 0;

    border-bottom: 1px dashed #b9b9b9;
}
@media (max-width: 991px)
{
    .wrap-case .customers .list-bottom
    {
        padding: 30px 0;
    }
}
.wrap-case .customers .list-bottom ul
{
    font-size: 0;

    margin: 0 -30px;
}
@media (max-width: 1199px)
{
    .wrap-case .customers .list-bottom ul
    {
        margin: 0 -15px;
    }
}
.wrap-case .customers .list-bottom ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    padding: 0 30px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-case .customers .list-bottom ul li
    {
        padding: 0 15px;
    }
}
@media (max-width: 991px)
{
    .wrap-case .customers .list-bottom .item
    {
        margin: 20px 0;
    }
}
.wrap-case .customers .list-bottom .item .pic
{
    position: relative;
}
.wrap-case .customers .list-bottom .item .pic .img-box
{
    padding-bottom: 81.39534884%;
}
.wrap-case .customers .list-bottom .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-case .customers .list-bottom .item .pic .mask
{
    position: absolute;
    z-index: 2;
    top: 50%;

    width: 100%;
    padding: 20px 0;

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

    color: #fff;
    background-color: rgba(0, 0, 0, .6);
}
.wrap-case .customers .list-bottom .item .pic .mask b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}
@media (max-width: 991px)
{
    .wrap-case .customers .list-bottom .item .pic .mask b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-case .customers .list-bottom .item .pic .mask b
    {
        font-size: 16px;
    }
}
.wrap-case .customers .list-bottom .item .note
{
    margin-top: 10px;
}
.wrap-case .customers .list-bottom .item .note p
{
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-case .customers .list-bottom .item .note p
    {
        line-height: 24px;
    }
}
.wrap-case .customers .list-bottom .item .note p span
{
    color: #333;
}
.wrap-case-download .title-in
{
    text-align: center;
}
.wrap-case-download .title-in h2
{
    font-weight: bold;
}
.wrap-case-download .case-sort
{
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-case-download .case-sort
    {
        margin-top: 20px;
    }
}
.wrap-case-download .case-sort > ul
{
    font-size: 0;

    margin: 0 -30px;
}
@media (max-width: 767px)
{
    .wrap-case-download .case-sort > ul
    {
        margin: 0 -10px;
    }
}
.wrap-case-download .case-sort > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-case-download .case-sort > ul > li:last-child a:after
{
    display: none;
}
.wrap-case-download .case-sort > ul > li > a
{
    font-size: 20px;
    line-height: 40px;

    position: relative;

    display: inline-block;

    padding: 0 30px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-case-download .case-sort > ul > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-case-download .case-sort > ul > li > a
    {
        font-size: 16px;

        padding: 0 10px;
    }
}
.wrap-case-download .case-sort > ul > li > a:after
{
    position: absolute;
    top: 0;
    right: -2px;

    display: inline-block;

    content: '|';
    vertical-align: middle;
}
.wrap-case-download .case-sort > ul > li.active > a
{
    color: #fff;
    background-color: #fc9604;
}
.wrap-case-download .case-sort > ul > li.active > a:after
{
    color: #fc9604;
}
.wrap-case-download .case-list
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-case-download .case-list
    {
        margin-top: 30px;
    }
}
.wrap-case-download .case-list .item
{
    position: relative;

    min-height: 106px;
    margin-top: 20px;
    padding: 8px 0 8px 140px;

    border-bottom: 1px dashed #f1eeee;
}
@media (max-width: 767px)
{
    .wrap-case-download .case-list .item
    {
        min-height: 76px;
        padding-left: 50px;
    }
}
.wrap-case-download .case-list .item:before
{
    position: absolute;
    top: 8px;
    left: 0;

    display: block;

    width: 120px;
    height: 90px;

    content: '';

    background: url(../images/pdf.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .wrap-case-download .case-list .item:before
    {
        top: 50%;

        width: 40px;
        height: 30px;
        margin-top: -15px;
    }
}
.wrap-case-download .case-list .item b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-case-download .case-list .item b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-case-download .case-list .item b
    {
        font-size: 14px;
        line-height: 24px;

        height: 24px;
    }
}
.wrap-case-download .case-list .item p
{
    position: relative;

    margin: 20px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-case-download .case-list .item p
    {
        margin-top: 0;
    }
}
.wrap-case-download .case-list .item p span.size
{
    line-height: 30px;

    display: inline-block;

    color: #888;
}
@media (max-width: 767px)
{
    .wrap-case-download .case-list .item p span.size
    {
        font-size: 12px;
    }
}
.wrap-case-download .case-list .item p a.down
{
    line-height: 30px;

    position: absolute;
    right: 0;

    display: inline-block;
}
.wrap-case-download .case-list .item p a.down:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e62c';

    color: #888;
}
@media (max-width: 991px)
{
    .wrap-case-download .case-list .item p a.down:before
    {
        font-size: 20px;
    }
}
.wrap-case-download .case-list .item p a.down:hover:before
{
    color: #fc9604;
}
.wrap-case-download .case-list .item-word:before
{
    background: url(../images/word.jpg) no-repeat center;
    background-size: cover;
}
.wrap-service .title-service
{
    text-align: center;
}
.wrap-service .title-service h2
{
    font-size: 24px;
    line-height: 51px;

    position: relative;

    display: inline-block;

    margin: 0;
	color: #01478f;
}
.wrap-service .title-service h2:before
{
    position: absolute;
    left: 82%;

    display: block;

    width: 884px;
    height: 51px;

    content: '';

    background: url(../images/service-title.png) no-repeat left;
}
@media (max-width: 991px)
{
    .wrap-service .title-service h2
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .title-service h2
    {
        font-size: 18px;
    }
}
.wrap-service .title-service-left h2:before
{
    right: 82%;
    left: auto;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-service .title-service p
{
    line-height: 30px;

    margin: 0;

    color: #666;
}
.wrap-service .service
{
    font-size: 0;

    margin-top: 60px;
}
@media (max-width: 767px)
{
    .wrap-service .service
    {
        margin-top: 30px;
    }
}
.wrap-service .service .pic,
.wrap-service .service .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-service .service .pic
{
    position: relative;
    z-index: 2;

    width: 34%;
}
@media (max-width: 991px)
{
    .wrap-service .service .pic
    {
        display: block;

        width: 50%;
        margin: 0 auto;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service .pic
    {
        width: 100%;
    }
}
.wrap-service .service .pic img
{
    width: 100%;
}
.wrap-service .service .text
{
    width: 66%;
    padding: 40px 0 0 20px;
}
@media (max-width: 991px)
{
    .wrap-service .service .text
    {
        width: 100%;
        padding: 20px 0 0 0;
    }
}
.wrap-service .service .text .note p
{
    line-height: 30px;

    margin: 0;

    color: #666;
}
.wrap-service .service .text .list
{
    line-height: 34px;

    width: 120%;
    margin-top: 20px;
    margin-left: -20%;
    padding: 10px 20px 30px 20%;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-service .service .text .list
    {
        line-height: 24px;

        width: 100%;
        margin: 0;
        margin-top: 20px;
        padding: 10px 20px 30px;
    }
}
.wrap-service .service .text .list h3
{
    font-size: 18px;
}
@media (max-width: 1199px)
{
    .wrap-service .service .text .list h3
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-service .service .text .list h3
    {
        font-size: 14px;
    }
}
.wrap-service .service .text .list p
{
    margin: 0;

    color: #666;
}
.wrap-service .system
{
    padding: 60px 0;
}
.wrap-service .system .info ul li:nth-child(2) .item span.number
{
    color: #78d655;
}
.wrap-service .system .info ul li:nth-child(3) .item span.number
{
    color: #68daea;
}
.wrap-service .system .info .item
{
    overflow: hidden;

    margin-top: 30px;

    background-color: #fff;
}
.wrap-service .system .info .item span.number
{
    font-family: Impact;
    font-size: 80px;
    font-style: italic;
    line-height: 1;

    display: block;

    margin-top: -20px;
    margin-left: -20px;

    color: #fc9604;
}
@media (max-width: 1199px)
{
    .wrap-service .system .info .item span.number
    {
        font-size: 60px;

        margin-top: -10px;
        margin-left: -10px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .system .info .item span.number
    {
        font-size: 40px;

        margin: 0;
    }
}
.wrap-service .system .info .item .note
{
    padding: 20px 40px;
}
@media (max-width: 1199px)
{
    .wrap-service .system .info .item .note
    {
        padding: 20px;
    }
}
.wrap-service .system .info .item .note p
{
    font-size: 18px;
    line-height: 1.88888889;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-service .system .info .item .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .system .info .item .note p
    {
        font-size: 14px;
    }
}
.wrap-service .identify-system
{
    padding: 80px 0;

    background: url(../images/service_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .wrap-service .identify-system
    {
        background: url(../images/service_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.wrap-service .identify-system .text
{
    font-size: 0;
    line-height: 34px;

    max-width: 1050px;
    margin: 0 auto;
    padding: 40px 50px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-service .identify-system .text
    {
        padding: 30px 14px;
    }
}
.wrap-service .identify-system .text h4
{
    font-size: 16px;
}
@media (max-width: 1199px)
{
    .wrap-service .identify-system .text h4
    {
        font-size: 14px;
    }
}
.wrap-service .identify-system .text p
{
    font-size: 16px;

    display: inline-block;

    min-width: 50%;
    margin: 0;

    vertical-align: top;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-service .identify-system .text p
    {
        font-size: 14px;
    }
}
.wrap-service .Installation
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-service .Installation
    {
        padding-top: 40px;
    }
}
.wrap-service .Installation .info
{
    font-size: 0;
    line-height: 30px;
}
@media (max-width: 1470px)
{
    .wrap-service .Installation .info
    {
        line-height: 24px;
    }
}
.wrap-service .Installation .info .pic,
.wrap-service .Installation .info .text
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    margin-top: 60px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-service .Installation .info .pic,
    .wrap-service .Installation .info .text
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .wrap-service .Installation .info .pic,
    .wrap-service .Installation .info .text
    {
        margin: 0;
    }
}
.wrap-service .Installation .info .pic
{
    position: relative;

    overflow: hidden;
}
@media (max-width: 991px)
{
    .wrap-service .Installation .info .pic img
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .wrap-service .Installation .info .pic
    {
        margin-top: 30px;
    }
}
.wrap-service .Installation .info .pic .note
{
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;

    max-width: 80%;
    padding-right: 30px;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-service .Installation .info .pic .note
    {
        width: 100%;
        max-width: 100%;
        padding: 30px 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .Installation .info .pic .note
    {
        position: relative;
        top: 0;

        padding: 30px 14px 0 14px;

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

        color: #333;
    }
}
.wrap-service .Installation .info .pic .note h5,
.wrap-service .Installation .info .pic .note p
{
    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-service .Installation .info .pic .note h5,
    .wrap-service .Installation .info .pic .note p
    {
        color: #333;
    }
}
@media (max-width: 767px)
{
    .wrap-service .Installation .info .pic .note p
    {
        color: #666;
    }
}
.wrap-service .Installation .info .text
{
    padding: 0 12% 0 30px;
}
@media (max-width: 991px)
{
    .wrap-service .Installation .info .text
    {
        padding: 0 14px;
    }
}
.wrap-service .Installation .info h5
{
    font-size: 16px;
}
.wrap-service .Installation .info p
{
    margin: 0;

    color: #666;
}
.wrap-service .operations
{
    padding-top: 70px;
}
.wrap-service .operations .title-operations
{
    margin-top: 30px;

    text-align: center;
}
.wrap-service .operations .title-operations h3
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-service .operations .title-operations h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .operations .pic
    {
        display: none;
    }
}
.wrap-service .operations .pic img
{
    max-width: 100%;
}
.wrap-service .operations .info
{
    position: relative;

    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-service .operations .info
    {
        margin-top: 20px;

        text-align: center;
    }
}
.wrap-service .operations .info .item
{
    position: absolute;

    display: block;

    text-align: center;

    border-radius: 50%;
}
@media (max-width: 767px)
{
    .wrap-service .operations .info .item
    {
        position: relative;

        display: inline-block;

        margin: 10px;

        vertical-align: top;
    }
}
.wrap-service .operations .info .item p
{
    font-size: 16px;
    line-height: 36px;

    position: absolute;
    top: 50%;

    width: 100%;
    margin: 0;
    padding: 0 8%;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-service .operations .info .item p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-service .operations .info .item p
    {
        font-size: 13px;
        line-height: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .operations .info .item p
    {
        font-size: 12px;
    }
}
.wrap-service .operations .info .item-1
{
    top: 38%;
    left: 8%;

    width: 100px;
    height: 100px;

    background-color: #fc9604;
}
@media (max-width: 1199px)
{
    .wrap-service .operations .info .item-1
    {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .operations .info .item-1
    {
        top: 0;
        left: 0;

        width: 120px;
        height: 120px;
    }
}
.wrap-service .operations .info .item-2
{
    top: 0;
    left: 22%;

    width: 144px;
    height: 144px;

    background-color: #01478f;
}
@media (max-width: 1199px)
{
    .wrap-service .operations .info .item-2
    {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .operations .info .item-2
    {
        top: 0;
        left: 0;

        width: 120px;
        height: 120px;
    }
}
.wrap-service .operations .info .item-3
{
    top: 38%;
    left: 36%;

    width: 100px;
    height: 100px;

    background-color: #fc9604;
}
@media (max-width: 1199px)
{
    .wrap-service .operations .info .item-3
    {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .operations .info .item-3
    {
        top: 0;
        left: 0;

        width: 120px;
        height: 120px;
    }
}
.wrap-service .operations .info .item-4
{
    top: 0;
    left: 50%;

    width: 144px;
    height: 144px;

    background-color: #01478f;
}
@media (max-width: 1199px)
{
    .wrap-service .operations .info .item-4
    {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .operations .info .item-4
    {
        top: 0;
        left: 0;

        width: 120px;
        height: 120px;
    }
}
.wrap-service .operations .info .item-5
{
    top: 30%;
    left: 66%;

    width: 170px;
    height: 170px;

    background-color: #fc9604;
}
@media (max-width: 1199px)
{
    .wrap-service .operations .info .item-5
    {
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .operations .info .item-5
    {
        top: 0;
        left: 0;
    }
}
.wrap-service .operations .info .item-6
{
    top: 0;
    left: 80%;

    width: 144px;
    height: 144px;

    background-color: #01478f;
}
@media (max-width: 1199px)
{
    .wrap-service .operations .info .item-6
    {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .operations .info .item-6
    {
        top: 0;
        left: 0;

        width: 120px;
        height: 120px;
    }
}
.wrap-news .news
{
    margin-top: -30px;
}
.wrap-news .news .item
{
    font-size: 0;

    position: relative;

    display: block;

    padding: 30px 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        margin-top: 30px;
        padding: 0;
    }
}
.wrap-news .news .item:before
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 90%;
    height: 230px;

    content: '';

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-news .news .item:before
    {
        height: 210px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item:before
    {
        display: none;
    }
}
.wrap-news .news .item .pic,
.wrap-news .news .item .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: bottom;
}
.wrap-news .news .item .pic
{
    position: relative;

    width: 28%;
}
@media (max-width: 1350px)
{
    .wrap-news .news .item .pic
    {
        width: 36%;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic
    {
        width: 48%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .img-box
{
    padding-bottom: 57.89473684%;
}
.wrap-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .text
{
    position: relative;

    width: 72%;
    padding: 20px 20px 0 20px;
}
@media (max-width: 1350px)
{
    .wrap-news .news .item .text
    {
        width: 64%;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .text
    {
        width: 60%;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text
    {
        width: 52%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text
    {
        width: 100%;
        padding: 20px 0 0 0;
    }
}
.wrap-news .news .item .text .note
{
    padding-right: 20%;
}
.wrap-news .news .item .text b
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin-top: 14px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .text span.date
{
    font-size: 12px;
    line-height: 20px;

    display: inline-block;

    padding: 0 4px;

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

    color: #fff;
    background-color: #01478f;
}
.wrap-news .news .item .text p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text p
    {
        margin: 4px 0 0 0;
    }
}
.wrap-news .news .item .text .social-share
{
    position: absolute;
    top: 50px;
    right: 20px;
}
/* .wrap-news .news .item .text .social-share .icon-weibo
{
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #231815;
    border: none;
}
.wrap-news .news .item .text .social-share .icon-weibo:hover
{
    color: #fc9604;
    background: none;
} */
.wrap-news .news .item .text .more
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text .more
    {
        margin-top: 10px;
    }
}
.wrap-news .news .item .text .more a
{
    line-height: 30px;

    display: inline-block;

    padding: 0 20px;

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

    border: 1px solid #666;
}
/* .wrap-news .news .item .text .social-share .icon-weibo:before
{
    font-family: 'iconfont' !important;

    content: '\e669';
} */
.wrap-news .news .item:hover .pic span.more
{
    opacity: 1;
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .text b
{
    color: #fc9604;
}
.wrap-news .news .item:hover .text span.date
{
    background-color: #fc9604;
}
.wrap-news .news .item:hover .more a
{
    color: #fff;
    border-color: #fc9604;
    background-color: #fc9604;
}
.wrap-news-show .title-news-show
{
    text-align: center;
}
.wrap-news-show .title-news-show h1
{
    font-size: 24px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .title-news-show span.date
{
    font-size: 12px;
    line-height: 24px;

    display: inline-block;

    vertical-align: middle;

    color: #666;
}
.wrap-news-show .title-news-show .social-share
{
    display: inline-block;

    vertical-align: middle;
}
/* .wrap-news-show .title-news-show .social-share .icon-weibo
{
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fc0404;
    border: none;
}
.wrap-news-show .title-news-show .social-share .icon-weibo:before
{
    font-family: 'iconfont' !important;

    content: '\e669';
}
.wrap-news-show .title-news-show .social-share .icon-weibo:hover
{
    color: #fc9604;
    background: none;
} */
.wrap-news-show .text
{
    line-height: 1.875;

    margin-top: 20px;
}
.wrap-news-show .text p
{
    margin: 0;
}
.wrap-news-show .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate
{
    position: relative;

    margin-top: 20px;
    padding-top: 20px;
    padding-right: 100px;

    border-top: 1px solid #cecece;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-relate
    {
        padding-right: 0;
    }
}
.wrap-news-show .news-relate a.return
{
    font-size: 14px;
    line-height: 30px;

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

    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #fc9604;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-relate a.return
    {
        position: relative;
        top: 0;
        right: 0;

        margin-top: 10px;
    }
}
.wrap-news-show .news-relate a.return:hover
{
    background-color: #01478f;
}
.wrap-news-show .news-relate ul
{
    display: inline-block;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-relate ul
    {
        display: block;
    }
}
.wrap-news-show .news-relate ul li
{
    font-size: 14px;
    line-height: 24px;

    position: relative;

    overflow: hidden;

    height: 24px;
    padding-left: 16px;

    color: #666;
}
.wrap-news-show .news-relate ul li:before
{
    position: absolute;
    top: 8px;
    left: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';

    opacity: 0;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fc9604;
}
.wrap-news-show .news-relate ul li a
{
    display: inline-block;
}
.wrap-news-show .news-relate ul li:hover
{
    color: #fc9604;
}
.wrap-news-show .news-relate ul li:hover:before
{
    opacity: 1;
}
.wrap-news-show .news-relate ul li:hover a span
{
    text-decoration: underline;
}
.wrap-product .product .item
{
    font-size: 0;

    position: relative;

    display: block;

    margin-top: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .wrap-product .product .item
    {
        margin-top: 30px;
        padding: 0;
    }
}
.wrap-product .product .item:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 200%;
    height: 100%;

    content: '';

    background-color: #fff;
}
.wrap-product .product .item .pic,
.wrap-product .product .item .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product .product .item .pic
{
    position: relative;

    width: 40%;
}
@media (max-width: 1350px)
{
    .wrap-product .product .item .pic
    {
        width: 42%;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product .item .pic
    {
        width: 48%;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .pic
    {
        width: 100%;
    }
}
.wrap-product .product .item .img-box
{
    padding-bottom: 75%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .text
{
    position: relative;

    width: 60%;
    padding: 20px;
}
@media (max-width: 1350px)
{
    .wrap-product .product .item .text
    {
        width: 58%;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product .item .text
    {
        width: 52%;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text
    {
        width: 100%;
        padding: 20px 10px;
    }
}
.wrap-product .product .item .text b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin-bottom: 14px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .text b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text b
    {
        font-size: 16px;
    }
}
.wrap-product .product .item .text span.des
{
    font-size: 16px;
    line-height: 34px;

    display: inline-block;

    padding: 0 4px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text span.des
    {
        font-size: 14px;
    }
}
.wrap-product .product .item .text p
{
    line-height: 30px;

    display: -webkit-box;
    clear: both;
    overflow: hidden;

    /* height: 120px; */
    margin: 10px 0 0 0;

    color: #666;

  /*  -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; */
}
@media (max-width: 1350px)
{
    .wrap-product .product .item .text p
    {
        line-height: 24px;

        /* height: 96px; */
    }
}
@media (max-width: 991px)
{
    .wrap-product .product .item .text p
    {
        margin: 4px 0 0 0;
    }
}
.wrap-product .product .item .text .social-share
{
    display: inline-block;
    float: right;
}
/* .wrap-product .product .item .text .social-share .icon-weibo
{
    line-height: 20px;

    height: 20px;

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

    color: #231815;
    border: none;
}
.wrap-product .product .item .text .social-share .icon-weibo:hover
{
    color: #fc9604;
    background: none;
}
.wrap-product .product .item .text .social-share .icon-weibo:before
{
    font-family: 'iconfont' !important;

    content: '\e669';
} */
.wrap-product .product .item .text .note,
.wrap-product .product .item .text .more
{
    position: relative;
    z-index: 4;
}
.wrap-product .product .item .text .more
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .text .more
    {
        margin-top: 10px;
    }
}
.wrap-product .product .item .text .more a
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    padding: 0 20px;

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

    color: #01478f;
    border: 1px solid #01478f;
}
@media (max-width: 1350px)
{
    .wrap-product .product .item .text .more a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text .more a
    {
        font-size: 14px;
    }
}
.wrap-product .product .item .text span.number
{
    font-size: 180px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;

    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;

    display: block;

    opacity: .05;
    color: rgba(1, 71, 143, .5);
}
.wrap-product .product .item:hover:before
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product .product .item:hover .pic span.more
{
    opacity: 1;
}
.wrap-product .product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item:hover .text b
{
    color: #01478f;
}
.wrap-product .product .item:hover .more a
{
    color: #fff;
    border-color: #01478f;
    background-color: #01478f;
}
.wrap-product-show .carousel-wrap
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .carousel
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 75%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item-video
{
    background-color: #000;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item-video .img-box
{
    opacity: .8;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play
{
    font-size: 80px;

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

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-for .play
    {
        font-size: 60px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play:before
{
    font-family: 'iconfont' !important;

    content: '\e650';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    font-size: 12px;
    line-height: 25px;

    left: 0;

    width: 20px;
    height: 25px;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-product-show .carousel-wrap .slider-nav
{
    margin: 0 -6px;
    margin-top: 20px;
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        margin-top: 10px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide
{
    padding: 0 6px;

    outline: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-nav .slick-slide
    {
        margin: 10px 0 0 0;
        padding: 0 4px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .item
{
    position: relative;

    border: 1px solid #dadada;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video
{
    position: relative;

    background-color: #000;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video .img-box
{
    opacity: .8;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video:after
{
    font-family: 'iconfont' !important;
    font-size: 40px;

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

    content: '\e650';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    opacity: .6;
    color: #fff;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item
{
    border: 1px solid #01478f;
}
.wrap-product-show .carousel-wrap .info-box .title-info
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .title-info h1
{
    font-size: 24px;
    line-height: 30px;

    display: inline-block;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 18px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info .social-share
{
    display: inline-block;
    float: right;
}
/* .wrap-product-show .carousel-wrap .info-box .title-info .social-share .icon-weibo
{
    line-height: 30px;

    height: 30px;

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

    color: #fc0404;
    border: none;
}
.wrap-product-show .carousel-wrap .info-box .title-info .social-share .icon-weibo:hover
{
    color: #fc9604;
    background: none;
}
.wrap-product-show .carousel-wrap .info-box .title-info .social-share .icon-weibo:before
{
    font-family: 'iconfont' !important;

    content: '\e669';
} */
.wrap-product-show .carousel-wrap .info-box .text
{
    margin-top: 20px;

    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .text h4
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin: 0;

    color: #333;
}
.wrap-product-show .carousel-wrap .info-box .text p
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .text p
    {
        line-height: 24px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry
{
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry a
{
    line-height: 44px;

    display: inline-block;

    padding: 0 30px;

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

    color: #fff;
    background-color: #01478f;
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry a:hover
{
    color: #fff;
    background-color: #023569;
}
.wrap-product-show .carousel-wrap .info-box .share
{
    display: inline-block;
    clear: both;

    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .info-box .share p
{
    font-weight: bold;
}
.wrap-product-show .title-product-show h2
{
    font-size: 18px;
    line-height: 1.2;

    margin: 0;
}
.wrap-product-show .title-product-show p
{
    line-height: 24px;

    margin: 4px 0 0 0;

    color: #666;
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .feature
{
    padding-top: 50px;
}
.wrap-product-show .parameter .text,
.wrap-product-show .feature .text
{
    margin-top: 10px;
}
.wrap-product-show .parameter .text p,
.wrap-product-show .feature .text p
{
    font-size: 14px;
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-product-show .parameter .text img,
.wrap-product-show .feature .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .table-box,
.wrap-product-show .feature .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter .table-box table,
.wrap-product-show .feature .table-box table
{
    line-height: 24px;

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

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

    text-align: center;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .feature .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .feature .table-box table td,
.wrap-product-show .parameter .table-box table th,
.wrap-product-show .feature .table-box table th
{
    width: auto !important;
    height: auto !important;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .feature .table-box table td,
.wrap-product-show .parameter .table-box table th,
.wrap-product-show .feature .table-box table th
{
    font-weight: normal;

    padding: 10px !important;

    border: 1px solid #dcdcdc !important;
}
@media (max-width: 480px)
{
    .wrap-product-show .parameter .table-box table td,
    .wrap-product-show .feature .table-box table td,
    .wrap-product-show .parameter .table-box table th,
    .wrap-product-show .feature .table-box table th
    {
        padding: 8px !important;
    }
}
.wrap-product-show .parameter .table-box table tr p,
.wrap-product-show .feature .table-box table tr p,
.wrap-product-show .parameter .table-box table tr span,
.wrap-product-show .feature .table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .parameter .table-box table th,
.wrap-product-show .feature .table-box table th
{
    text-align: center;
}
.wrap-product-show .inquiry .row
{
    margin: 0 -10px;
}
.wrap-product-show .inquiry .row .itembox
{
    padding: 0 10px;
}
.wrap-product-show .inquiry input,
.wrap-product-show .inquiry textarea
{
    font-size: 16px;
    line-height: 24px;

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

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry input,
    .wrap-product-show .inquiry textarea
    {
        font-size: 14px;
    }
}
.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder
{
    color: #888;
}
.wrap-product-show .inquiry input:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder
{
    color: #888;
}
.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder
{
    color: #888;
}
.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder
{
    color: #888;
}
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .submit
{
    font-size: 20px;
    line-height: 40px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #01478f;
}
.wrap-product-show .inquiry .submit:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: right;

    margin-left: 6px;

    content: '\e6cf';
}
.wrap-product-show .inquiry .submit:hover
{
    background-color: #023569;
}
.wrap-product-show .inquiry .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:-o-placeholder,
.wrap-product-show .inquiry .read textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input::-moz-placeholder,
.wrap-product-show .inquiry .read textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-ms-input-placeholder
{
    color: #666;
}
.wrap-contact .title-in
{
    text-align: left;
}
.wrap-contact .contact .item
{
    position: relative;

    margin-top: 60px;

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

    background-color: #fff;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .item
    {
        margin-top: 20px;
    }
}
.wrap-contact .contact .item:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 74px;

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

    background: url(../images/contact_t1.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .item:after
    {
        height: 60px;
    }
}
.wrap-contact .contact .item .note
{
    position: relative;
    z-index: 2;

    padding: 10px 10% 30px 10%;
}
.wrap-contact .contact .item .note:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 54px;

    position: relative;
    z-index: 2;

    display: block;

    width: 54px;
    height: 54px;
    margin: 0 auto;

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

    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .item .note:before
    {
        font-size: 20px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.wrap-contact .contact .item .note b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;

    display: block;

    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .item .note b
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .contact .item .note b
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item .note b
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .item .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

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

    color: #888;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .item .note p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .item .note a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact .item-tel:after
{
    background-image: url(../images/contact_t2.jpg);
}
.wrap-contact .contact .item-tel .note:before
{
    content: '\e68e';
}
.wrap-contact .contact .item-email:after
{
    background-image: url(../images/contact_t3.jpg);
}
.wrap-contact .contact .item-email .note:before
{
    content: '\e917';
}
.wrap-contact .contact .item-office:after
{
    background-image: url(../images/contact_t4.jpg);
}
.wrap-contact .contact .item-office .note:before
{
    content: '\e62e';
}
.wrap-contact .contact .item:hover:after
{
    height: 100%;
}
.wrap-contact .contact .item:hover .note
{
    top: 50%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-animation: fadeIn 1s 0s ease both;
            animation: fadeIn 1s 0s ease both;

    color: #fff;
}
.wrap-contact .contact .item:hover .note p
{
    color: #fff;
}
.wrap-contact .message
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        padding-top: 50px;
    }
}
.wrap-contact .message .title-message h2
{
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 767px)
{
    .wrap-contact .message .title-message h2
    {
        font-size: 18px;
    }
}
.wrap-contact .message form
{
    margin-top: 10px;
}
@media (max-width: 767px)
{
    .wrap-contact .message form
    {
        margin: 0;
    }
}
.wrap-contact .message .row
{
    margin: 0 -5px;
}
.wrap-contact .message .row .itembox
{
    padding: 0 5px;
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    font-size: 14px;
    line-height: 24px;

    width: 100%;
    min-height: 40px;
    margin-top: 10px;
    padding: 8px 10px;

    border: none;
    outline: none;
    background: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-contact .message input,
    .wrap-contact .message textarea
    {
        font-size: 12px;
    }
}
.wrap-contact .message textarea
{
    resize: vertical;
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder
{
    color: #b5b5b5;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder
{
    color: #b5b5b5;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder
{
    color: #b5b5b5;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder
{
    color: #b5b5b5;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .send
{
    text-align: center;
}
.wrap-contact .message .submit
{
    font-size: 20px;
    line-height: 40px;

    margin-top: 14px;
    padding: 0 18px;

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

    color: #fff;
    border-radius: 0;
    background-color: #fc9604;
}
.wrap-contact .message .submit:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: right;

    margin-left: 6px;

    content: '\e6cf';
}
.wrap-contact .message .submit:hover
{
    background-color: #023569;
}
.wrap-contact .message .row
{
    margin: 0 -10px;
}
.wrap-contact .message .row .itembox
{
    padding: 0 10px;
}
.wrap-contact .contact .text p
{
    line-height: 30px;

    position: relative;

    margin: 20px 0 0 0;

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

    color: #01478f;
}
.wrap-contact .map
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-contact .map
    {
        padding-top: 40px;
    }
}
.wrap-contact #dituContent
{
    height: 500px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-contact #dituContent
    {
        height: 300px;
    }
}
.wrap-sitemap .sitemap
{
    margin-top: 30px;
}
.wrap-sitemap .sitemap > ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li
    {
        margin-top: 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    min-width: 160px;

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    color: #fff;
    background-color: #01478f;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 15px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        margin-top: 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-sitemap .sitemap > ul > li > ul > li a
{
    font-size: 16px;
    line-height: 40px;

    display: block;

    padding: 0 15px;

    text-align: center;
    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li a
    {
        font-size: 14px;
        line-height: 30px;

        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover a
{
    text-decoration: underline;

    color: #01478f;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 50px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a
{
    margin: 0 20px;

    border-radius: 4px;
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a:before
{
    content: '\e625';
}
.pagination li a
{
    line-height: 40px;

    display: block;

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

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

    color: #666;
    border-radius: 50%;
    background-color: #f0f0f0;
}
@media (max-width: 991px)
{
    .pagination li a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
        margin: 0 4px;
    }
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    border-color: #01478f;
    border-radius: 50%;
    background-color: #01478f;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #01478f;
    border-radius: 50%;
    background-color: #01478f;
}
@media (max-width: 1199px)
{
    .skiptranslate
    {
        display: none;
    }
    body
    {
        top: 0 !important;
    }
}
.header .product-nav > ul > li{
	position: relative;
}
.header .product-nav > ul > li >ul{
	position: absolute;
	z-index: 50;
	top: 100%;
	display: none;
	min-width: 100%;
	padding: 20px 0;
	text-align: center;
	text-align: left;
	word-break: break-word;
	color: #333;
	background-color: rgba(255, 255, 255, .9);
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.header .product-nav > ul > li >ul>li>a{
	font-size: 14px;
	    line-height: 30px;
	    padding: 0 30px;
		display: block;
	    white-space: nowrap;
}
.header .product-nav > ul > li >ul>li:hover>a{
	color: #e15d0d;
}
.header .product-nav > ul > li >ul>li{
	position: relative;
}
.header .product-nav > ul > li >ul>li>ul{
	position: absolute;
	left: 100%;
	top: -10px;
	min-width: 100%;
	padding: 10px 0;
	text-align: center;
	text-align: left;
	word-break: break-word;
	color: #333;
	background-color: rgba(255, 255, 255, .9);
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	display: none;
	
}
.header .product-nav > ul > li >ul>li>ul>li>a{
	font-size: 14px;
	    line-height: 30px;
	    padding: 0 20px;
	    display: block;
	    white-space: nowrap;
	
}
.header .product-nav > ul > li >ul>li>ul>li:hover>a{
	color: #e15d0d;
}
.wrap-left .sider-nav > ul > li>ul{
	display: none;
}
.wrap-left .sider-nav > ul > li>ul>li>a{
	padding: 6px 10px 6px 40px;
	line-height: 24px;
	display: block;
	font-size: 15px;
	color: #666666;
}
.wrap-left .sider-nav > ul > li>ul>li>a:before{
	content: '-';
	margin-right: 5px;
}
.wrap-left .sider-nav > ul > li>ul>li:hover a,
.wrap-left .sider-nav > ul > li>ul>li.active a{
	color: #e15d0d;
}
@media(max-width:1199px){
	.wrap-left .sider-nav > ul > li>ul>li{
		display: inline-block;
		vertical-align: top;
	}
	.wrap-left .sider-nav > ul > li>ul>li>a{
		padding: 4px 10px;
		font-size: 13px;
	}
}

.social-share p{
	height: auto!important;
	line-height: 16px!important;
}
.social-share .icon-wechat:before{
	font-family: 'iconfont' !important;
	content: '\e604';
}
.social-share .icon-weibo:before{
	font-family: 'iconfont' !important;
	content: '\e669';
}