/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

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

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;

    color: inherit;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

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

    display: block;

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

    width: 100%;
    height: 140px;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 100px;
    }
    .header .container
    {
        padding: 0;
    }
}
.header .header-top
{
    position: relative;

    height: 40px;

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

    color: #fff;
    background: url(../images/header_bg.png) no-repeat center bottom;
}
@media (max-width: 1199px)
{
    .header .header-top
    {
        height: 30px;
        padding: 0 15px;
    }
}
.header .header-top p
{
    line-height: 40px;

    margin: 0;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .header-top p
    {
        line-height: 30px;
    }
}
.header .header-top p.tel:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    margin-right: 10px;

    content: '\e61c';
}
.header .header-top p a:hover
{
    text-decoration: underline;
}
.header .logo
{
    float: left;

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

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1350px)
{
    .header .logo
    {
        height: 80px;
        margin-top: 0;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 50px;
        margin-top: 10px;
        margin-left: 15px;
    }
}
.header .logo a
{
    display: block;

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

    height: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.header .nav-collapse
{
    position: absolute;
    z-index: 10;
    top: 2px;
    right: 10px;

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        margin-top: 8px;

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

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

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

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

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

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

        display: inline-block;
        float: right;

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

        display: none;

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

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

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

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

        height: 100%;

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

        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 100px;

        position: relative;

        display: inline-block;
        overflow: hidden;

        padding: 0 32px;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #23338c;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

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

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

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

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

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 18px;

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

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

        display: none;

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

        text-align: left;

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

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

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

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

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

        margin-top: 5px;

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

        display: block;
        overflow: hidden;

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

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

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

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

    margin: 0;

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

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

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

    margin: 25px 0;

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

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

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

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

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

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

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

        margin-top: -14px;

        content: '\e72f';

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

        display: block;

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

    display: none;
    overflow: hidden;

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

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

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

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

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

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

    float: right;

    width: 50px;

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

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

    content: '\e660';

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

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

        display: inline-block;

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

    width: 100%;

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

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

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

    display: inline-block;

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

    content: '\e660';

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

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

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

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

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

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

    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;

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

    color: #fff;
}
.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 .language
{
    display: inline-block;
    float: right;
}
.header .language a
{
    line-height: 44px;

    display: inline-block;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .language a
    {
        line-height: 30px;
    }
}
.header .language a:after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: 6px;

    content: '';
    vertical-align: middle;

    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #919191 transparent transparent transparent;
}
.header .find
{
    line-height: 100px;

    display: inline-block;
    float: right;

    margin-left: 30px;

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

        margin-right: 50px;
        margin-left: 0;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e660';
}
.header .find:hover
{
    color: #0b1e89;
}
@media (max-width: 1199px)
{
    .header .right
    {
        display: inline-block;
        float: right;

        margin-right: 0;
    }
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header
{
    height: 100px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.header.fixed-header .logo
{
    height: 80px;
    margin-top: -18px;
}
@media (max-width: 1350px)
{
    .header.fixed-header .logo
    {
        height: 70px;
        margin-top: -13px;
    }
}
@media (max-width: 1199px)
{
    .header.fixed-header .logo
    {
        height: 50px;
        margin-top: 10px;
    }
}
.header.fixed-header .header-top
{
    height: 30px;
}
.header.fixed-header .header-top p
{
    line-height: 30px;
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 70px;
}
.header.fixed-header .nav .nav-list1 > li:hover > a:after,
.header.fixed-header .nav .nav-list1 > li.active > a:after
{
    bottom: 18px;
}
.header.fixed-header .find
{
    line-height: 70px;

    height: 70px;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 6;
    right: 0;
    bottom: 60px;

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

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

    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

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

    color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 6;
    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: 6;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 52px;

    position: relative;

    display: block;

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

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

    border-radius: 50%;
    background-color: rgba(35, 51, 140, .7);
}
.online-wrap .online a:before
{
    font-size: 20px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #23338c;
    }
    .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
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

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

    color: #fff;
    background-color: #0b1e89;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .icon-qq:before
{
    font-family: 'iconfont' !important;

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

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

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

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

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

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

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

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

    display: block;

    content: '\e605';
}
.online-wrap .online .icon-arrow-top:after
{
    display: none !important;
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

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

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

    margin: 5px 0 8px 0;

    color: #888;
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

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

    width: 100%;

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

    width: 14px;
    height: 14px;
    margin: 0 5px;

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

    border: 1px solid #fff;
    border-radius: 50%;
}
.banner .slick-dots li.slick-active
{
    background-color: #fff;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 60px;

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

    overflow: hidden;

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

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

    opacity: 0 !important;
    color: #fff;
    background: none;
    background-color: rgba(51, 51, 51, .8);
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        top: 60%;
    }
}
@media (max-width: 767px)
{
    .banner .slick-arrow
    {
        left: 10%;

        width: 30px;
        height: 70px;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e827';
}
.banner .slick-arrow .item
{
    padding: 10px;

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

    opacity: 0;
    background: rgba(0, 0, 0, .42);
}
.banner .slick-arrow:hover .item
{
    opacity: 1;
}
.banner:hover .slick-arrow
{
    opacity: 1 !important;
}
.banner img
{
    display: block;

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

    overflow: hidden;

    width: 100%;

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

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

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

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

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

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

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

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

    content: '/';
}
.banner-in .text-in .location ul li:last-child:after
{
    display: none;
}
.banner-in .text-in .location ul li a
{
    line-height: 30px;
}
.banner-in .text-in .location ul li a:hover
{
    text-decoration: underline;
}
.banner .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;
}
.box
{
    overflow: hidden;

    padding: 90px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 60px 0;
    }
}
.title
{
    text-align: center;
}
.title b
{
    font-size: 36px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .title b
    {
        font-size: 22px;
    }
}
.title p
{
    font-size: 16px;
    line-height: 1.875;

    margin-top: 20px;

    color: #666;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.indexcontent .more
{
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 991px)
{
    .indexcontent .more
    {
        margin-top: 30px;
    }
}
.indexcontent .more a
{
    line-height: 60px;

    display: inline-block;

    height: 60px;
    padding: 0 100px;

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

    color: #fff;
    background-color: #23338c;
}
@media (max-width: 991px)
{
    .indexcontent .more a
    {
        line-height: 50px;

        height: 50px;
        padding: 0 50px;
    }
}
.indexcontent .more a:after
{
    font-family: 'iconfont' !important;

    margin-left: 20px;

    content: '\e6a6';
}
@media (max-width: 991px)
{
    .indexcontent .more a:after
    {
        margin-left: 10px;
    }
}
.indexcontent .more a:hover
{
    background-color: #0b1e89;
}
.box-product
{
    position: relative;
    z-index: 7;

    background-color: #f8f8f8;
}
.box-product ul.pro-sort
{
    text-align: center;
}
.box-product ul.pro-sort li
{
    font-size: 36px;
    font-weight: bold;

    display: inline-block;
}
@media (max-width: 1470px)
{
    .box-product ul.pro-sort li
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .box-product ul.pro-sort li
    {
        font-size: 20px;
    }
}
.box-product ul.pro-sort li:after
{
    margin: 0 40px;

    content: '/';

    color: #9f9d9d;
}
@media (max-width: 991px)
{
    .box-product ul.pro-sort li:after
    {
        margin: 0 10px;
    }
}
.box-product ul.pro-sort li a
{
    line-height: 1;

    display: inline-block;
}
.box-product ul.pro-sort li.active
{
    color: #23338c;
}
.box-product ul.pro-sort li:last-child:after
{
    display: none;
}
.box-product .text
{
    margin-top: 10px;

    text-align: center;
}
.box-product .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.box-product .slick-product
{
    margin-top: 40px;
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .box-product .slick-product
    {
        padding: 0;
    }
}
.box-product .slick-product .slick-slide
{
    padding: 0 15px;
}
.box-product .slick-product .item
{
    display: block;

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

    border: 1px solid #fff;
    background-color: #fff;
}
.box-product .slick-product .item .pic
{
    overflow: hidden;
}
.box-product .slick-product .item .pic .img-box
{
    padding-bottom: 56.66666667%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .slick-product .item .note
{
    padding: 10px 40px 40px 40px;
}
@media (max-width: 1199px)
{
    .box-product .slick-product .item .note
    {
        padding: 10px 15px 15px 15px;
    }
}
.box-product .slick-product .item .note b
{
    font-size: 16px;
    line-height: 40px;

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

    height: 40px;

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

    border-bottom: 1px solid #f2f2f2;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .slick-product .item .note p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-product .slick-product .item:hover
{
    border-color: #23338c;
}
.box-product .slick-product .item:hover .pic .img-box
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .slick-product .item:hover .note b
{
    color: #23338c;
}
.box-product .slick-arrow
{
    line-height: 60px;

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

    overflow: hidden;

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

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

    color: #fff;
    background: none;
    background-color: rgba(0, 0, 0, .5);
}
@media (max-width: 767px)
{
    .box-product .slick-arrow
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.box-product .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e601';
}
.box-product .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.box-product .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.box-product .slick-arrow:hover
{
    background: rgba(35, 51, 140, .9);
}
.box-about
{
    font-size: 0;

    overflow: hidden;

    background-color: #fff;
}
.box-about .pic,
.box-about .text
{
    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .box-about .pic,
    .box-about .text
    {
        display: block;

        width: 100%;
    }
}
.box-about .pic
{
    overflow: hidden;
}
.box-about .pic img
{
    max-width: 100%;
}
.box-about .text
{
    font-size: 14px;

    padding: 0 12% 0 3%;
}
@media (max-width: 1470px)
{
    .box-about .text
    {
        padding: 0 5% 0 30px;
    }
}
@media (max-width: 991px)
{
    .box-about .text
    {
        padding: 30px 15px 0 15px;
    }
}
.box-about .text .title-about
{
    position: relative;
}
.box-about .text .title-about span
{
    font-size: 54px;
    font-weight: bold;
    line-height: 50px;

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

    text-transform: uppercase;

    color: rgba(35, 51, 140, .1);
}
@media (max-width: 1470px)
{
    .box-about .text .title-about span
    {
        font-size: 44px;
        line-height: 40px;
    }
}
@media (max-width: 991px)
{
    .box-about .text .title-about span
    {
        font-size: 30px;
        line-height: 30px;
    }
}
.box-about .text .title-about b
{
    font-size: 36px;
    line-height: 50px;
}
@media (max-width: 1470px)
{
    .box-about .text .title-about b
    {
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width: 991px)
{
    .box-about .text .title-about b
    {
        font-size: 24px;
    }
}
.box-about .text .note
{
    overflow: hidden;

    max-height: 210px;
    margin-top: 30px;
}
@media (max-width: 1470px)
{
    .box-about .text .note
    {
        margin-top: 16px;
    }
}
.box-about .text .note p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.box-about .text .more
{
    text-align: left;
}
@media (max-width: 1470px)
{
    .box-about .text .more
    {
        margin-top: 30px;
    }
}
.box-solution .title p
{
    max-width: 1250px;
    margin: 0 auto;
    margin-top: 20px;
}
.box-solution .solution
{
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .box-solution .solution
    {
        padding: 0 15px;
    }
}
.box-solution .solution .item
{
    display: block;

    margin-top: 30px;
}
.box-solution .solution .item .pic
{
    position: relative;

    overflow: hidden;

    background-color: #23338c;
}
@media (max-width: 1199px)
{
    .box-solution .solution .item .pic
    {
        background: none;
    }
}
.box-solution .solution .item .pic .img-box
{
    padding-bottom: 141.37931034%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.box-solution .solution .item .pic .mask
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    padding: 0 30px;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    text-align: center;

    opacity: 0;
}
@media (max-width: 1470px)
{
    .box-solution .solution .item .pic .mask
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .box-solution .solution .item .pic .mask
    {
        position: relative;
        top: 0;

        padding: 20px 0 0 0;

        opacity: 1;
    }
}
.box-solution .solution .item .pic .mask .title-mask:after
{
    display: block;

    width: 2px;
    height: 20px;
    margin: 20px auto;

    content: '';

    background-color: #fff;
}
@media (max-width: 1470px)
{
    .box-solution .solution .item .pic .mask .title-mask:after
    {
        margin: 10px auto;
    }
}
@media (max-width: 1199px)
{
    .box-solution .solution .item .pic .mask .title-mask:after
    {
        background-color: #dcdcdc;
    }
}
.box-solution .solution .item .pic .mask .title-mask b
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .box-solution .solution .item .pic .mask .title-mask b
    {
        color: #666;
    }
}
.box-solution .solution .item .pic .mask .title-mask span
{
    font-size: 12px;
    line-height: 24px;

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

    height: 24px;
    margin: 0;

    color: #e3e6f3;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .box-solution .solution .item .pic .mask .title-mask span
    {
        color: #23338c;
    }
}
.box-solution .solution .item .pic .mask .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 144px;
    margin: 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
@media (max-width: 1470px)
{
    .box-solution .solution .item .pic .mask .note p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 96px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
}
@media (max-width: 1199px)
{
    .box-solution .solution .item .pic .mask .note p
    {
        color: #666;
    }
}
.box-solution .solution .item .pic .mask span.solution-more
{
    display: block;
}
@media (max-width: 1199px)
{
    .box-solution .solution .item .pic .mask span.solution-more
    {
        display: none;
    }
}
.box-solution .solution .item .pic .mask span.solution-more:after
{
    line-height: 26px;

    display: block;

    width: 26px;
    height: 26px;
    margin: 0 auto;
    margin-top: 40px;

    content: '+';

    color: #23338c;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .6);
}
@media (max-width: 1470px)
{
    .box-solution .solution .item .pic .mask span.solution-more:after
    {
        margin-top: 20px;
    }
}
.box-solution .solution .item .text
{
    margin-top: 20px;

    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .box-solution .solution .item .text
    {
        display: none;
    }
}
.box-solution .solution .item .text:before
{
    display: block;

    width: 2px;
    height: 20px;
    margin: 0 auto;

    content: '';

    background-color: #23338c;
}
.box-solution .solution .item .text b
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-solution .solution .item .text span
{
    font-size: 12px;
    line-height: 24px;

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

    height: 24px;
    margin: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (min-width: 1200px)
{
    .box-solution .solution .item:hover .pic .img-box
    {
        opacity: .3;
    }
    .box-solution .solution .item:hover .pic .mask
    {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 1;
    }
    .box-solution .solution .item:hover .text
    {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 0;
    }
}
.box-aftersale
{
    position: relative;

    padding-bottom: 15px;

    background: url(../images/aftersale_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .box-aftersale
    {
        background: url(../images/aftersale_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-aftersale:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 80px;

    content: '';

    background-color: #fff;
}
.box-aftersale .title b,
.box-aftersale .title p
{
    color: #fff;
}
.box-aftersale .aftersale
{
    position: relative;
    z-index: 2;

    margin-top: 50px;
    padding: 50px 40px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.box-aftersale .aftersale ul
{
    font-size: 0;
}
@media (min-width: 992px)
{
    .box-aftersale .aftersale ul
    {
        width: 100%;
        padding: 0;

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

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

        content: '';
    }
}
.box-aftersale .aftersale ul li
{
    display: inline-block;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px)
{
    .box-aftersale .aftersale ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .box-aftersale .aftersale ul li
    {
        width: 100%;
    }
}
.box-aftersale .aftersale .item
{
    font-size: 14px;
}
.box-aftersale .aftersale .item b,
.box-aftersale .aftersale .item p
{
    display: inline-block;

    vertical-align: middle;
}
.box-aftersale .aftersale .item p
{
    line-height: 24px;

    position: relative;

    max-width: 190px;
    padding-left: 44px;

    color: #666;
}
.box-aftersale .aftersale .item p:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 30px;
    height: 5px;

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

    background-color: #e6e6e6;
}
.box-aftersale .aftersale .item b
{
    font-size: 72px;
    font-weight: normal;

    color: #23338c;
}
@media (max-width: 1350px)
{
    .box-aftersale .aftersale .item b
    {
        font-size: 60px;
    }
}
@media (max-width: 767px)
{
    .box-aftersale .aftersale .item b
    {
        font-size: 40px;

        display: block;
    }
}
.box-aftersale .aftersale .item b sub,
.box-aftersale .aftersale .item b sup
{
    font-size: 14px;
}
.box-aftersale .aftersale .item b sup
{
    top: 20px;

    vertical-align: top;
}
.box-news .title p
{
    font-size: 14px;
}
.box-news .news-left
{
    margin-top: 30px;
}
.box-news .news-left .item b
{
    font-size: 24px;
    line-height: 30px;

    display: block;
    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: 991px)
{
    .box-news .news-left .item b
    {
        font-size: 18px;
    }
}
.box-news .news-left .item span.date
{
    line-height: 2;

    display: block;

    margin-top: 10px;

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

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 20px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .news-left .item .news-more
{
    line-height: 30px;

    display: block;

    margin-top: 30px;

    color: #23338c;
}
.box-news .news-left .item .news-more:before
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    margin-right: 10px;

    content: '\e673';
}
.box-news .news-left .item .pic
{
    margin-top: 40px;
}
.box-news .news-left .item .pic .img-box
{
    padding-bottom: 57.89473684%;
}
.box-news .news-left .item:hover b
{
    color: #23338c;
}
.box-news .news-right
{
    padding-left: 7%;
}
@media (max-width: 991px)
{
    .box-news .news-right
    {
        padding-left: 0;
    }
}
.box-news .news-right > ul > li
{
    padding: 34px 0;

    border-bottom: 1px dashed #e6e6e6;
}
.box-news .news-right .item
{
    position: relative;

    min-height: 130px;
    padding-left: 160px;
}
@media (max-width: 991px)
{
    .box-news .news-right .item
    {
        min-height: 90px;
        padding-left: 100px;
    }
}
.box-news .news-right .item .pic
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 130px;
    height: 130px;
    padding: 4px;

    border: 1px dashed #23338c;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .box-news .news-right .item .pic
    {
        width: 90px;
        height: 90px;
    }
}
.box-news .news-right .item .pic .img-box
{
    overflow: hidden;

    border-radius: 50%;
}
.box-news .news-right .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news-right .item .note
{
    position: relative;
}
.box-news .news-right .item .note b
{
    font-size: 16px;
    line-height: 30px;

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

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-news .news-right .item .note b
    {
        margin-top: 4px;
    }
}
.box-news .news-right .item .note b a
{
    display: block;
}
.box-news .news-right .item .note span.date
{
    line-height: 2;

    display: block;

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

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .box-news .news-right .item .note p
    {
        margin-top: 4px;
    }
}
.box-news .news-right .item .note .news-more
{
    line-height: 30px;

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

    display: block;

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

    opacity: 0;
    color: #23338c;
}
.box-news .news-right .item .note .news-more:before
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    margin-right: 10px;

    content: '\e673';
}
.box-news .news-right .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news-right .item:hover .note b
{
    color: #23338c;
}
.box-news .news-right .item:hover .note .news-more
{
    opacity: 1;
}
.box-partners
{
    padding-top: 0;
}
.box-partners .title p
{
    font-size: 14px;
}
.box-partners .slick-partners
{
    font-size: 0;

    margin-top: 30px;
}
@media (max-width: 1470px)
{
    .box-partners .slick-partners
    {
        padding: 0 40px;
    }
}
@media (max-width: 767px)
{
    .box-partners .slick-partners
    {
        padding: 0 30px;
    }
}
.box-partners .slick-partners .slick-list
{
    padding: 1px 0 0 0;

    border-right: 1px solid #e6e6e6;
}
.box-partners .slick-partners .item
{
    margin-top: -1px;

    border: 1px solid #e6e6e6;
    border-right: none;
}
.box-partners .slick-partners .item .img-box
{
    padding-bottom: 45.83333333%;
}
.box-partners .slick-arrow
{
    line-height: 30px;

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

    overflow: hidden;

    padding: 0;

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

    color: #666;
    background: none;
}
@media (max-width: 1470px)
{
    .box-partners .slick-arrow
    {
        left: 0;
    }
}
.box-partners .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e601';
}
@media (max-width: 767px)
{
    .box-partners .slick-arrow:before
    {
        font-size: 20px;
    }
}
.box-partners .slick-arrow.slick-next
{
    right: -80px;
    left: auto;
}
@media (max-width: 1470px)
{
    .box-partners .slick-arrow.slick-next
    {
        right: 0;
    }
}
.box-partners .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.box-partners .slick-arrow:hover
{
    color: #23338c;
}
.footer
{
    position: relative;

    overflow: hidden;

    background-color: #23338c;
}
.footer .foot
{
    padding: 90px 0 60px;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
.footer .foot > ul
{
    font-size: 0;
}
@media (min-width: 1200px)
{
    .footer .foot > ul
    {
        width: 100%;
        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: '';
    }
}
.footer .foot > ul > li
{
    display: inline-block;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        width: 20%;
        margin-right: -4px;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        width: 100%;
    }
}
.footer .foot > ul > li h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li h3
    {
        margin: 0;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li h3
    {
        font-size: 16px;
    }
    .footer .foot > ul > li h3:after
    {
        font-family: 'iconfont' !important;
        font-size: 14px;

        float: right;

        content: '\e628';
    }
}
.footer .foot > ul > li .item
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item
    {
        margin-top: 10px;
    }
}
.footer .foot > ul > li .item-1 ul.foot-level1 > li > a
{
    font-size: 14px;
    line-height: 1.85714286;

    display: block;

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

    color: #dee1ef;
}
.footer .foot > ul > li .item-1 ul.foot-level1 > li > a:before
{
    margin-right: 2px;

    content: '>';
}
.footer .foot > ul > li .item-1 ul.foot-level1 > li > a:hover
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);

    color: #fff;
}
.footer .foot > ul > li .item-1 ul.foot-level1 > li ul.foot-level2 > li > a
{
    font-size: 14px;
    line-height: 1.85714286;

    display: block;

    padding: 0 12px;

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

    color: #dee1ef;
}
.footer .foot > ul > li .item-1 ul.foot-level1 > li ul.foot-level2 > li > a:hover
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);

    color: #fff;
}
.footer .foot > ul > li .item-2 .info-down p
{
    font-size: 14px;
    line-height: 34px;

    position: relative;

    margin: 0;
    padding-left: 22px;

    color: #dee1ef;
}
.footer .foot > ul > li .item-2 .info-down p:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

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

    content: '\e608';

    color: #3952de;
}
.footer .foot > ul > li .item-2 .info-down p.tel:before
{
    content: '\e61c';
}
.footer .foot > ul > li .item-2 .info-down p.email:before
{
    content: '\e72e';
}
.footer .foot > ul > li .item-2 .info-down p.fax:before
{
    content: '\e606';
}
.footer .foot > ul > li .item-2 .info-down p.website:before
{
    content: '\e62a';
}
.footer .foot > ul > li .item-2 .info-down p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot > ul > li .item-3 .message
{
    position: relative;

    width: 400px;
    padding-right: 120px;
}
.footer .foot > ul > li .item-3 .message input
{
    font-size: 14px;
    line-height: 24px;

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

    color: #fff;
    border: 1px solid #364599;
    background: none;
}
.footer .foot > ul > li .item-3 .message input::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 .message textarea::-webkit-input-placeholder
{
    color: #cccaca;
}
.footer .foot > ul > li .item-3 .message input:-o-placeholder,
.footer .foot > ul > li .item-3 .message textarea:-o-placeholder
{
    color: #cccaca;
}
.footer .foot > ul > li .item-3 .message input::-moz-placeholder,
.footer .foot > ul > li .item-3 .message textarea::-moz-placeholder
{
    color: #cccaca;
}
.footer .foot > ul > li .item-3 .message input:-ms-input-placeholder,
.footer .foot > ul > li .item-3 .message textarea:-ms-input-placeholder
{
    color: #cccaca;
}
.footer .foot > ul > li .item-3 .message input:focus::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 .message input:focus::-o-placeholder,
.footer .foot > ul > li .item-3 .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 .message input:focus::-moz-placeholder,
.footer .foot > ul > li .item-3 .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 .message input:focus::-ms-input-placeholder,
.footer .foot > ul > li .item-3 .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 .message .submit
{
    line-height: 44px;

    position: absolute;
    right: 0;

    width: 120px;
    height: 44px;
    padding: 0;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #2e42ae;
}
.footer .foot > ul > li .item-3 .message .submit:hover
{
    background-color: #0b1e89;
}
.footer .foot > ul > li .info-down
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .info-down
    {
        display: none;

        margin-top: 10px;
    }
}
.footer .foot > ul > li .info-down img
{
    max-width: 100%;
}
.footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e623';
}
.footer .copyright
{
    padding: 25px 0;

    text-align: center;

    background-color: #293a97;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        padding: 10px 0;
    }
}
.footer .copyright p
{
    line-height: 30px;

    margin: 0;

    color: #cdd0cc;
}
.footer .copyright p a
{
    margin-left: 10px;
}
@media (max-width: 767px)
{
    .footer .copyright p a
    {
        margin-left: 0;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 90px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 60px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in b
{
    font-size: 36px;
    line-height: 1;

    display: block;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .title-in b
    {
        font-size: 24px;
    }
}
.title-in p
{
    line-height: 1.71428571;

    margin: 10px 0 0 0;

    color: #999;
}
.sidenav
{
    margin-top: 30px;

    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.sidenav ul.side-level1
{
    position: relative;

    text-align: center;
}
.sidenav ul.side-level1 > li
{
    display: inline-block;
}
.sidenav ul.side-level1 > li > a
{
    font-size: 16px;
    line-height: 54px;

    display: block;

    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.sidenav ul.side-level1 > li ul.side-level2
{
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;

    display: none;

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

    text-align: center;
}
@media (max-width: 991px)
{
    .sidenav ul.side-level1 > li ul.side-level2
    {
        position: relative;

        margin: 10px 0 0 0;
    }
}
.sidenav ul.side-level1 > li ul.side-level2 li
{
    display: inline-block;
}
.sidenav ul.side-level1 > li ul.side-level2 li:after
{
    content: '/';
}
.sidenav ul.side-level1 > li ul.side-level2 li:last-child:after
{
    display: none;
}
.sidenav ul.side-level1 > li ul.side-level2 li a
{
    font-size: 16px;
    line-height: 30px;

    padding: 0 16px;

    color: #666;
}
@media (max-width: 991px)
{
    .sidenav ul.side-level1 > li ul.side-level2 li a
    {
        font-size: 12px;
    }
}
.sidenav ul.side-level1 > li ul.side-level2 li.active a,
.sidenav ul.side-level1 > li ul.side-level2 li:hover a
{
    font-weight: bold;

    color: #23338c;
}
.sidenav ul.side-level1 > li.active > a,
.sidenav ul.side-level1 > li:hover > a
{
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);

    color: #fff;
    background-color: #23338c;
}
@media (max-width: 991px)
{
    .sidenav ul.side-level1 > li.active > a,
    .sidenav ul.side-level1 > li:hover > a
    {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}
.sidenav ul.side-level1 > li.active ul.side-level2
{
    display: block;
}
.wrap-about .about .text
{
    margin-top: 30px;
}
.wrap-about .about .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-about .about .text img
{
    max-width: 100%;
}
.wrap-solution .solution .item
{
    display: block;

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

    overflow: hidden;

    background-color: #23338c;
}
@media (max-width: 1199px)
{
    .wrap-solution .solution .item .pic
    {
        background: none;
    }
}
.wrap-solution .solution .item .pic .img-box
{
    padding-bottom: 141.37931034%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-solution .solution .item .pic .mask
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    padding: 0 30px;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    text-align: center;

    opacity: 0;
}
@media (max-width: 1470px)
{
    .wrap-solution .solution .item .pic .mask
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .wrap-solution .solution .item .pic .mask
    {
        position: relative;
        top: 0;

        padding: 20px 0 0 0;

        opacity: 1;
    }
}
.wrap-solution .solution .item .pic .mask .title-mask:after
{
    display: block;

    width: 2px;
    height: 20px;
    margin: 20px auto;

    content: '';

    background-color: #fff;
}
@media (max-width: 1470px)
{
    .wrap-solution .solution .item .pic .mask .title-mask:after
    {
        margin: 10px auto;
    }
}
@media (max-width: 1199px)
{
    .wrap-solution .solution .item .pic .mask .title-mask:after
    {
        background-color: #dcdcdc;
    }
}
.wrap-solution .solution .item .pic .mask .title-mask b
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-solution .solution .item .pic .mask .title-mask b
    {
        color: #666;
    }
}
.wrap-solution .solution .item .pic .mask .title-mask span
{
    font-size: 12px;
    line-height: 24px;

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

    height: 24px;
    margin: 0;

    color: #e3e6f3;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-solution .solution .item .pic .mask .title-mask span
    {
        color: #23338c;
    }
}
.wrap-solution .solution .item .pic .mask .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 144px;
    margin: 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
@media (max-width: 1470px)
{
    .wrap-solution .solution .item .pic .mask .note p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 96px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
}
@media (max-width: 1199px)
{
    .wrap-solution .solution .item .pic .mask .note p
    {
        color: #666;
    }
}
.wrap-solution .solution .item .pic .mask span.solution-more
{
    display: none;
}
.wrap-solution .solution .item .pic .mask span.solution-more:after
{
    line-height: 26px;

    display: block;

    width: 26px;
    height: 26px;
    margin: 0 auto;
    margin-top: 40px;

    content: '+';

    color: #23338c;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .6);
}
@media (max-width: 1470px)
{
    .wrap-solution .solution .item .pic .mask span.solution-more:after
    {
        margin-top: 20px;
    }
}
.wrap-solution .solution .item .text
{
    margin-top: 20px;

    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-solution .solution .item .text
    {
        display: none;
    }
}
.wrap-solution .solution .item .text:before
{
    display: block;

    width: 2px;
    height: 20px;
    margin: 0 auto;

    content: '';

    background-color: #23338c;
}
.wrap-solution .solution .item .text b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-solution .solution .item .text span
{
    font-size: 14px;
    line-height: 24px;

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

    height: 24px;
    margin: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (min-width: 1200px)
{
    .wrap-solution .solution .item:hover .pic .img-box
    {
        opacity: .3;
    }
    .wrap-solution .solution .item:hover .pic .mask
    {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 1;
    }
    .wrap-solution .solution .item:hover .text
    {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 0;
    }
}
.wrap-news .news .thumbnail
{
    margin: 40px 0 0 0;
    padding: 0;

    border: none;
}
@media (max-width: 991px)
{
    .wrap-news .news .thumbnail
    {
        margin: 20px 0 0 0;
    }
}
.wrap-news .news .thumbnail .img-box
{
    padding-bottom: 57.77777778%;
}
.wrap-news .news .thumbnail .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .thumbnail .caption
{
    padding: 20px;

    border: 1px solid #e4e4e4;
}
@media (max-width: 991px)
{
    .wrap-news .news .thumbnail .caption
    {
        padding: 20px 10px;
    }
}
.wrap-news .news .thumbnail .caption h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .thumbnail .caption span.date
{
    line-height: 24px;

    display: block;

    color: #999;
}
.wrap-news .news .thumbnail .caption p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .thumbnail:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .thumbnail:hover .caption h3
{
    color: #23338c;
}
.wrap-news-show .title-news
{
    text-align: center;
}
.wrap-news-show .title-news h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

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

    display: inline-block;

    margin: 10px 0 0 0;

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

    margin: 0;

    color: #666;
}
.wrap-news-show .news-show img
{
    max-width: 100%;
}
.wrap-product .product
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-product .product
    {
        margin: 0;
    }
}
.wrap-product .product .thumbnail
{
    margin: 30px 0 0 0;
    padding: 0;

    text-align: center;

    border: none;
}
.wrap-product .product .thumbnail .pic
{
    -webkit-transition: all .2s;
            transition: all .2s;

    border: 1px solid #e4e4e4;
}
.wrap-product .product .thumbnail .pic .img-box
{
    padding-bottom: 56.66666667%;
}
.wrap-product .product .thumbnail .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .thumbnail p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 14px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product .thumbnail:hover .pic
{
    border-color: #23338c;
}
.wrap-product .product .thumbnail:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .thumbnail:hover p
{
    color: #23338c;
}
.wrap-product-show .product-show
{
    font-size: 0;

    margin-top: 90px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show
    {
        margin-top: 40px;
    }
}
.wrap-product-show .product-show .left,
.wrap-product-show .product-show .right
{
    display: inline-block;
    float: none;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .left,
    .wrap-product-show .product-show .right
    {
        display: block;
    }
}
.wrap-product-show .product-show .slick-product-show
{
    border: 1px solid #dcdcdc;
}
.wrap-product-show .product-show .slick-product-show .img-box
{
    padding-bottom: 56.66666667%;
}
.wrap-product-show .product-show .slick-product-show .slick-arrow
{
    line-height: 56px;

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

    overflow: hidden;

    width: 30px;
    height: 56px;
    padding: 0;

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

    color: #fff;
    background: none;
    background-color: rgba(0, 0, 0, .5);
}
.wrap-product-show .product-show .slick-product-show .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e601';
}
.wrap-product-show .product-show .slick-product-show .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-product-show .product-show .slick-product-show .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.wrap-product-show .product-show .slick-product-show .slick-arrow:hover
{
    background: #23338c;
}
.wrap-product-show .product-show .text
{
    font-size: 14px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .text
    {
        margin-top: 30px;
    }
}
.wrap-product-show .product-show .text h3
{
    font-size: 30px;
    line-height: 1;

    margin: 0 0 30px 0;

    color: #23338c;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .text h3
    {
        font-size: 20px;

        margin: 0 0 10px 0;
    }
}
.wrap-product-show .product-show .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .title-product-show b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1;

    color: #23338c;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show b
    {
        font-size: 22px;
    }
}
.wrap-product-show .product-parameter
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-parameter
    {
        padding-top: 50px;
    }
}
.wrap-product-show .product-parameter .text
{
    margin-top: 30px;
    padding: 30px 40px;

    border: 1px solid #e6e6e6;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-parameter .text
    {
        padding: 30px 10px;
    }
}
.wrap-product-show .product-parameter .text .tablebox
{
    /*display: inline-block;*/

    /*width: 40%;*/
    margin-right: -4px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-parameter .text .tablebox
    {
        width: 100%;
    }
}
.wrap-product-show .product-parameter .text .tablebox td
{
    font-size: 16px;
    line-height: 30px;

    color: #666;
}
.wrap-product-show .product-parameter .text .tablebox td:first-child
{
    width: 90px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-parameter .text .tablebox td
    {
        font-size: 14px;
    }
    .wrap-product-show .product-parameter .text .tablebox td:first-child
    {
        width: 90px;
    }
}
.wrap-product-show .product-parameter .text .picbox
{
    /*display: inline-block;*/

    /*width: 60%;*/
    margin-right: -4px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-parameter .text .picbox
    {
        width: 100%;
        margin: 0;
    }
}
.wrap-product-show .product-parameter .text .picbox img
{
    max-width: 100%;
}
.wrap-product-show .product-relate
{
    padding-top: 70px;
}
.wrap-product-show .product-relate .slick-relate
{
    margin: 0 -15px;
    margin-top: 30px;
}
.wrap-product-show .product-relate .slick-slide
{
    padding: 0 15px;
}
.wrap-product-show .product-relate .item
{
    display: block;

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

    border: 1px solid #dadada;
}
.wrap-product-show .product-relate .item .img-box
{
    padding-bottom: 56.66666667%;
}
.wrap-product-show .product-relate .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .product-relate .item:hover
{
    border-color: #23338c;
}
.wrap-product-show .product-relate .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .product-relate .slick-arrow
{
    line-height: 56px;

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

    overflow: hidden;

    width: 30px;
    height: 56px;
    padding: 0;

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

    color: #fff;
    background: none;
    background-color: rgba(0, 0, 0, .5);
}
@media (max-width: 767px)
{
    .wrap-product-show .product-relate .slick-arrow
    {
        left: 0;
    }
}
.wrap-product-show .product-relate .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e601';
}
.wrap-product-show .product-relate .slick-arrow.slick-next
{
    right: -30px;
    left: auto;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-relate .slick-arrow.slick-next
    {
        right: 0;
    }
}
.wrap-product-show .product-relate .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.wrap-product-show .product-relate .slick-arrow:hover
{
    background: #23338c;
}
.wrap-product-show .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show table
{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show table tr,
.wrap-product-show table td
{
    vertical-align: middle;
}
.wrap-product-show table tr p,
.wrap-product-show table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-contact .contact
{
    padding: 60px 0;

    border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 767px)
{
    .wrap-contact .contact
    {
        padding: 30px 0;
    }
}
.wrap-contact .contact .text ul
{
    font-size: 0;
}
@media (min-width: 1200px)
{
    .wrap-contact .contact .text ul
    {
        width: 100%;
        padding: 0;

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

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

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

    margin: 20px 0;

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

    position: relative;

    padding-left: 74px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text .item
    {
        padding-left: 60px;
    }
}
.wrap-contact .contact .text .item:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 36px;

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

    width: 38px;
    height: 38px;

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

    color: #23338c;
    border: 1px solid #23338c;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text .item:before
    {
        left: 0;
    }
}
.wrap-contact .contact .text .item-tel:before
{
    content: '\e61c';
}
.wrap-contact .contact .text .item-website:before
{
    content: '\e619';
}
.wrap-contact .contact .text .item-email:before
{
    content: '\e618';
}
.wrap-contact .contact .text .item-fax:before
{
    content: '\e6d3';
}
.wrap-contact .contact .text .item p
{
    line-height: 2.28571429;

    max-width: 240px;
    margin: 0;

    color: #777;
}
.wrap-contact .contact .text .item p b
{
    color: #555;
}
.wrap-contact .contact .text .item a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact .text .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-contact .message
{
    padding-top: 90px;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        padding-top: 60px;
    }
}
.wrap-contact .title-message b
{
    font-size: 24px;
    line-height: 1;

    display: block;
}
.wrap-contact .title-message p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 6px 0 0 0;

    color: #666;
}
.wrap-contact form
{
    margin-top: 10px;
}
.wrap-contact form .item
{
    position: relative;

    margin-top: 14px;
    padding-left: 50px;
}
.wrap-contact form .item span
{
    line-height: 40px;

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

    color: #666;
}
.wrap-contact form input,
.wrap-contact form textarea
{
    line-height: 24px;

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

    border: 1px solid #eee;
    outline: none;
}
.wrap-contact form .submit
{
    display: block;

    width: 100px;
    height: 40px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;

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

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: #23338c;
}
.wrap-contact form .submit:hover
{
    background-color: #0b1e89;
}
.wrap-contact #dituContent
{
    height: 370px;
}
@media (max-width: 991px)
{
    .wrap-contact #dituContent
    {
        margin-top: 30px;
    }
}
.page
{
    margin-top: 50px;

    text-align: center;
}
.page li
{
    display: inline-block;

    vertical-align: top;
}
.page li a
{
    font-size: 14px;
    line-height: 44px;

    width: 44px;
    height: 44px;
    margin: 0 3px;

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

    color: #666;
    border: 1px solid #eee;
    border-radius: 4px;
}
.page li a
{
    display: block;
}
.page li.active a,
.page li:hover a
{
    color: #fff;
    border-color: #23338c;
    border-radius: 50%;
    background-color: #23338c;
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
.BMapLabel
{
    max-width: none;
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 80px !important;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(51, 51, 51, .15);
}
@media (max-width: 1199px)
{
    .stuck
    {
        height: 70px !important;
    }
}
.stuck .logo
{
    top: 0;

    height: 80px;
}
@media (max-width: 1199px)
{
    .stuck .logo
    {
        height: 70px;
    }
}
.stuck .nav .nav-list1 > li > a
{
    line-height: 80px;
}
.stuck .find
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .stuck .find
    {
        line-height: 70px;
    }
}
.stuck .cart a
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .stuck .cart a
    {
        line-height: 70px;
    }
}
.share button
{
    outline: none;
}


.banner .slick-current img{
     animation: narrow 9s 0s ease both;
}

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

        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);

        opacity: 1;
    }
}

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

        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);

        opacity: 1;
    }
}

.zoomIn1 {
    -webkit-animation-name: narrow;
    animation-name: narrow;
}


.xs-online
{
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: rgba(35, 51, 140, .9);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block;
    }
}
.xs-online ul
{
    overflow: hidden;

    text-align: center;

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

    width: 25%;

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

    display: block;

    padding: 8px 0;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.home > a:before
{
    font-weight: normal;

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

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

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

    content: '\e679';
}


@media(max-width: 767px){
    .footer{
        padding-bottom: 55px;
    }
}


.table-box {
    width: 100%;
    max-width: 100%;
    padding: 0 5px;
    overflow: auto;
}

table {
    //  width: 100%;
    width: auto;
    max-width: 98%;
    border-spacing: 0;
    border-collapse: collapse;
}

table tr,
table td {
    width: auto !important;
    height: auto !important;
    // word-break: break-word;
}

table tr:nth-child(odd) {
    //  background-color: rgb(242, 242, 242);
}

table td {
    padding: 8px !important;
    border: 1px solid #ccc !important;
}

table tr p,
table tr span {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media(max-width:1470px){
	.header .nav .nav-list1 > li > a{
		padding: 0 20px;
	}
}
@media (max-width: 1199px){
	.banner{
		padding-top: 100px;
	}
}

.box-about .video
{
    position: relative;
    z-index: 2;

    overflow: hidden;
}
.box-about .video
{
    z-index: 0;

   overflow: hidden;
}
.box-about .video img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;

    opacity: 1;
}
.box-about .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.box-about .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.box-about .video .play
{
    font-size: 70px;

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

    display: inline-block;

    width: 100%;
    width: 80px;
    height: 80px;
    margin-bottom: 100%;
    margin-left: -40px;

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

    color: #fff;
    background: url(../images/play.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
	.box-about .video img{
		max-width: 100%;
	}
    .box-about .video .play
    {
        font-size: 50px;

        width: 60px;
        height: 60px;

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

        opacity: 1;
    }
}