/**
 * 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');
}
@font-face
{
    font-family: 'Helvetica';
    font-weight: 900;
    font-style: normal;

    src: url('../fonts/hinted-Helvetica-Black.eot');
    src: local('Helvetica Black'), local('Helvetica-Black'), url('../fonts/hinted-Helvetica-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Helvetica-Black.woff2') format('woff2'), url('../fonts/hinted-Helvetica-Black.woff') format('woff'), url('../fonts/hinted-Helvetica-Black.ttf') format('truetype'), url('../fonts/hinted-Helvetica-Black.svg#Helvetica-Black') format('svg');
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: 'Hiragino Sans GB', 'PingFang SC', 'Microsoft YaHei', 'Heiti SC', 'WenQuanYi Micro Hei', 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: 90px;

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

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

    float: left;

    height: 70px;
    margin-top: 10px;

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

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

    height: 100%;
}
.header .nav-collapse
{
    position: absolute;
    z-index: 10;
    top: 6px;
    right: 20px;

    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: 4px;
    }
    .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: #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;
        float: right;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

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

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        font-weight: 300;
        line-height: 90px;

        position: relative;

        display: block;

        padding: 0 30px;

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

        display: none;

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

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

        background-color: rgba(255, 255, 255, .9);
        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
    {
        line-height: 40px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 30px;

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

        color: #333;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        text-decoration: underline;

        color: #1c4b9c;
    }
    .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(0, 0, 0, .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 22px;
    }
}
@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: 16px;
        line-height: 2;

        margin-top: 5px;

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

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background-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: 20px;
    line-height: 50px;

    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: 22px;
        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 .xs-language
{
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    color: #fff;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.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(28, 75, 156, .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: #1c4b9c;
}
.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 .find
{
    line-height: 90px;

    display: inline-block;
    float: right;

    margin-left: 40px;

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

    color: #c5c5c5;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

        position: absolute;
        right: 50px;

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

    float: left;

    content: '\e651';
}
.header .find:hover
{
    color: #1c4b9c;
}
.header .language
{
    line-height: 30px;

    float: right;

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

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin-top: 15px;
        margin-right: 70px;
        margin-left: 0;
    }
}
.header .language a
{
    font-size: 12px;

    display: block;

    color: #888;
}
.header .language a:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background: url(../images/language.png) no-repeat;
    background-position: -26px 0;
    background-size: cover;
}
.header .language a:after
{
    display: inline-block;
    float: right;

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

    content: '';

    border-width: 3px 3px 0 3px;
    border-style: solid;
    border-color: #cecece transparent transparent transparent;
}
.header .language a.cn:before
{
    background-position: 0 0;
}
.header .language a:hover
{
    color: #1c4b9c;
}
.header .language a:hover:after
{
    border-color: #1c4b9c transparent transparent transparent;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.online-wrap .btn
{
    line-height: 36px;

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

    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: 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: 9;
    right: 0;
    bottom: 23%;

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

    position: relative;

    display: block;

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

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

    border-radius: 6px;
    background-color: #000;
}
.online-wrap .online a:before
{
    font-size: 24px;

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

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

    padding-right: 5px;

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

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

    display: none;

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

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

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .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;
    font-size: 24px !important;

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

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

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

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

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

    position: relative;

    overflow: hidden;

    width: 100%;
    padding-top: 90px;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 60px;
    }
}
/* @media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 130%;
        max-width: 130%;
        margin-left: -27%;
    }
} */
.banner .slick-dots
{
    position: absolute;
    bottom: 40px;

    width: 100%;

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

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

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

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

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

    display: none !important;

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

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

    color: #888;
    background: none;
    background-color: rgba(28, 75, 156, .8);
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        line-height: 60px;

        left: 0%;

        display: none !important;

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

    content: '\e601';

    color: #fff;
}
.banner .slick-arrow.slick-next
{
    right: 5%;
    left: auto;
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        right: 0%;
    }
}
.banner .slick-arrow.slick-next:before
{
    content: '\e827';
}
.banner .slick-arrow:hover
{
    background-color: #1c4b9c;
}
.banner .slick-slide
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
}
.banner:hover .slick-arrow
{
    display: block !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: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}
@-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: 60px 0;
    }
}
.title
{
    text-align: center;
}
.title b
{
    font-size: 30px;
    line-height: 1;

    display: block;

    min-height: 30px;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .title b
    {
        font-size: 20px;
    }
}
.title b span
{
    font-family: 'Helvetica', Arial;
    font-size: 36px;

    display: inline-block;

    margin-right: 20px;

    color: #1c4b9c;
}
@media (max-width: 991px)
{
    .title b span
    {
        font-size: 24px;

        margin-right: 10px;
    }
}
@media (max-width: 767px)
{
    .title b span
    {
        display: block;

        margin-bottom: 10px;
    }
}
.title b:before,
.title b:after
{
    display: inline-block;

    width: 51px;
    height: 13px;
    margin: 0 auto;
    margin-right: 26px;

    content: '';
    vertical-align: middle;

    background: url(../images/title-left.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 991px)
{
    .title b:before,
    .title b:after
    {
        width: 30px;
        margin-right: 10px;
    }
}
@media (max-width: 767px)
{
    .title b:before,
    .title b:after
    {
        display: none;
    }
}
.title b:after
{
    margin-right: 0;
    margin-left: 26px;

    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
@media (max-width: 991px)
{
    .title b:after
    {
        margin-left: 10px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-product .product .item
{
    display: block;

    margin-top: 30px;
}
.box-product .product .item .img-box
{
    padding-bottom: 91.66666667%;
}
.box-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item p
{
    line-height: 50px;

    position: relative;
    z-index: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

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

    box-shadow: 0 0 10px rgba(0, 0, 0, .15);

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

        height: 40px;
    }
}
.box-product .product .item p:before
{
    font-family: 'iconfont' !important;

    margin-right: 20px;

    content: '\e6d1';

    color: #1c4b9c;
}
@media (max-width: 767px)
{
    .box-product .product .item p:before
    {
        margin-right: 10px;
    }
}
@media (min-width: 1200px)
{
    .box-product .product .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .box-product .product .item:hover p
    {
        color: #fff;
        background-color: #1c4b9c;
    }
    .box-product .product .item:hover p:before
    {
        color: #fff;
    }
}
.box-about
{
    overflow: hidden;

    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f9f9f9;
}
.box-about .about
{
    font-size: 0;

    background: url(../images/about_bg.png) no-repeat right top;
    background-position: 100% 24%;
}
.box-about .about .pic,
.box-about .about .text
{
    display: inline-block;

    vertical-align: middle;
}
.box-about .about .pic
{
    position: relative;

    overflow: hidden;

    width: 43.3%;
}
@media (max-width: 991px)
{
    .box-about .about .pic
    {
        width: 100%;
    }
    .box-about .about .pic img
    {
        max-width: 100%;
    }
}
.box-about .about .pic a.more
{
    font-size: 12px;
    line-height: 44px;

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

    display: inline-block;

    padding: 0 90px 0 40px;

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

    color: #fff;
    background-color: #1c4b9c;
}
.box-about .about .pic a.more:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 44px;

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

    display: block;

    width: 50px;
    height: 44px;

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

    background-color: #133b81;
}
.box-about .about .pic a.more:hover
{
    background-color: #063381;
}
.box-about .about .text
{
    font-size: 14px;

    width: 56.7%;
    padding-right: 12%;
    padding-left: 50px;
}
@media (max-width: 1470px)
{
    .box-about .about .text
    {
        padding-right: 6%;
    }
}
@media (max-width: 991px)
{
    .box-about .about .text
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.box-about .about .text .title-about span
{
    font-family: 'Helvetica', Arial;
    font-size: 30px;
    line-height: 1;

    display: block;

    color: #1c4b9c;
}
@media (max-width: 991px)
{
    .box-about .about .text .title-about span
    {
        font-size: 24px;
    }
}
.box-about .about .text .title-about span:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;

    display: inline-block;

    margin-right: 10px;

    content: '\e6d1';
    vertical-align: middle;
}
.box-about .about .text .title-about b
{
    font-size: 30px;
    line-height: 1;

    display: block;

    margin-top: 14px;
}
@media (max-width: 991px)
{
    .box-about .about .text .title-about b
    {
        font-size: 20px;
    }
}
.box-about .about .text .note
{
    margin-top: 20px;
}
.box-about .about .text .note p
{
    line-height: 2.14285714;

    margin: 0;

    color: #888;
}
.box-about .about .text ul.list
{
    font-size: 0;

    margin: 0 -24px;
}
.box-about .about .text ul.list li
{
    display: inline-block;

    width: 50%;
    padding: 0 24px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-about .about .text ul.list li
    {
        width: 100%;
    }
}
.box-about .about .text ul.list li .item
{
    font-size: 14px;

    position: relative;

    margin-top: 50px;
    padding-left: 80px;
}
@media (max-width: 1350px)
{
    .box-about .about .text ul.list li .item
    {
        margin-top: 30px;
    }
}
.box-about .about .text ul.list li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 28px;
    line-height: 60px;

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

    display: block;

    width: 68px;
    height: 60px;

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

    color: #1c4b9c;
    background: url(../images/polygon-icon.png) no-repeat center;
}
.box-about .about .text ul.list li .item-yanfa:before
{
    font-size: 22px;

    content: '\e625';
}
.box-about .about .text ul.list li .item-fuwu:before
{
    content: '\e62f';
}
.box-about .about .text ul.list li .item-tixi:before
{
    content: '\e647';
}
.box-about .about .text ul.list li .item-shebei:before
{
    content: '\e632';
}
.box-about .about .text ul.list li .item-gongyi:before
{
    content: '\e618';
}
.box-about .about .text ul.list li .item b
{
    font-size: 14px;
    line-height: 1;
}
.box-about .about .text ul.list li .item p
{
    line-height: 1.71428571;

    margin: 10px 0 0 0;

    color: #888;
}
.box-about .about .text ul.list li .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-service
{
    font-size: 0;
}
.box-service .left,
.box-service .right
{
    display: inline-block;
    float: none;

    vertical-align: middle;
}
.box-service .left .list
{
    margin-top: 20px;
}
.box-service .left .list > ul > li
{
    padding: 24px 0;
}
.box-service .left .list > ul > li:first-child
{
    border-bottom: 1px solid #e0e0e0;
}
.box-service .left .list .item
{
    position: relative;

    padding-left: 210px;
}
@media (max-width: 767px)
{
    .box-service .left .list .item
    {
        padding-left: 0;
    }
}
.box-service .left .list .item .title-item
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 210px;
    padding-left: 100px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 767px)
{
    .box-service .left .list .item .title-item
    {
        position: relative;
        top: 0;

        margin-top: 20px;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}
.box-service .left .list .item .title-item:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 90px;
    height: 90px;

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

    border: 1px dashed #9e9e9e;
    border-radius: 50%;
    background: url(../images/service-icon.png) no-repeat;
}
.box-service .left .list .item .title-item b
{
    font-size: 20px;
    line-height: 1.5;
	word-break: break-word;
    display: block;
}
.box-service .left .list .item .title-item p
{
    font-size: 14px;
    line-height: 2;

    margin: 2px 0 0 0;

    text-transform: uppercase;

    color: #999;
}
.box-service .left .list .item .note
{
    font-size: 14px;
}
@media (max-width: 767px)
{
    .box-service .left .list .item .note
    {
        margin-top: 40px;
    }
}
.box-service .left .list .item .note p
{
    line-height: 2.14285714;

    margin: 0;

    color: #888;
}
.box-service .slick-service .item
{
    position: relative;
}
.box-service .slick-service .item .img-box
{
    padding-bottom: 64.70588235%;
}
.box-service .slick-service .item p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;

    position: absolute;
    bottom: 0px;
    left: 0;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 40px;
    padding: 0 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color:#ffffff;
    background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 991px)
{
    .box-service .slick-service .item p
    {
        bottom: 0;

        padding: 0 15px;
    }
}
.box-service .slick-service .slick-dots
{
    position: absolute;
    z-index: 2;
    bottom:14px;

    width: 100%;
    padding: 0 30px;

    text-align: right;
}
@media (max-width: 991px)
{
    .box-service .slick-service .slick-dots
    {
        bottom: 14px;

        padding: 0 15px;
    }
}
.box-service .slick-service .slick-dots li
{
    display: inline-block;

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

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

    border: 1px solid #1c4b9c;
    border-radius: 50%;
    background-color: #1c4b9c;
}
.box-service .slick-service .slick-dots li.slick-active
{
    background: none;
}
.box-service .slick-service .slick-dots li button
{
    display: none;
}
.box-news
{
    background: url(../images/news_bg.jpg) repeat-x top;
}
.box-news .title b
{
    color: #fff;
}
.box-news .title b:before,
.box-news .title b:after
{
    background-image: url(../images/title-left-white.png);
}
.box-news .title b span
{
    color: #fff;
}
.box-news .title p
{
    line-height: 24px;

    min-height: 24px;
    margin: 10px 0 0 0;

    color: rgba(255, 255, 255, .68);
}
.box-news .slick-news
{
    margin: 0 -15px;
    margin-top: 4px;
}
@media (max-width: 1470px)
{
    .box-news .slick-news
    {
        margin-top: 25px;
    }
}
.box-news .slick-news .slick-slide
{
    padding: 15px;
}
.box-news .slick-news .item:after
{
    display: block;

    width: 0;
    height: 4px;

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

    background-color: #1c4b9c;
}
.box-news .slick-news .item .img-box
{
    padding-bottom: 51.11111111%;
}
.box-news .slick-news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .slick-news .item .note
{
    padding: 30px;

    background-color: #fff;
}
.box-news .slick-news .item .note b
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .slick-news .item .note p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0;

    color: #888;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .slick-news .item .note span.date
{
    font-size: 14px;
    font-weight: bold;
    line-height: 2;

    display: inline-block;
}
.box-news .slick-news .item .note a.more
{
    font-size: 12px;
    line-height: 2;

    display: inline-block;
    float: right;

    color: #888;
    border-bottom: 1px solid #c1c1c1;
}
.box-news .slick-news .item .note a.more:hover
{
    color: #1c4b9c;
    border-bottom-color: #1c4b9c;
}
.box-news .slick-news .item:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.box-news .slick-news .item:hover:after
{
    width: 100%;
}
.box-news .slick-news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .slick-news .item:hover .note b,
.box-news .slick-news .item:hover .note p,
.box-news .slick-news .item:hover .note span.date
{
    color: #1c4b9c;
}
.box-news .slick-news .slick-arrow
{
    position: absolute;
    z-index: 2;
    top: 30%;
    left: -50px;

    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 991px)
{
    .box-news .slick-news .slick-arrow
    {
        left: 10px;
    }
}
.box-news .slick-news .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e601';

    color: #fff;
}
.box-news .slick-news .slick-arrow.slick-next
{
    right: -50px;
    left: auto;
}
@media (max-width: 991px)
{
    .box-news .slick-news .slick-arrow.slick-next
    {
        right: 10px;
    }
}
.box-news .slick-news .slick-arrow.slick-next:before
{
    content: '\e827';
}
.box-news .slick-news .slick-arrow:hover:before
{
    color: #1c4b9c;
}
.box-partner
{
    padding: 20px 0;

    box-shadow: 0 -5px 10px rgba(0, 0, 0, .1);
}
.box-partner .slick-partner
{
    overflow: hidden;

    margin: 0 -15px;
}
.box-partner .slick-partner .item
{
    padding: 0 15px;
}
.box-partner .slick-partner .item .img-box
{
    padding-bottom: 47.61904762%;
}
.footer
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    background-color: #1b4a9c;
}
.footer .foot
{
    padding-top: 40px;
}
.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;

        margin: 0 -15px;
    }
}
@media (min-width: 1200px)
{
    .footer .foot > ul > li
    {
        display: inline-block;

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

        width: 25%;
        margin-right: -4px;
        padding: 0 15px;

        vertical-align: top;
    }
}
@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
    {
        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 p
{
    font-size: 14px;
    line-height: 24px;

    position: relative;
    max-width: 440px;

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

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

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

    content: '\e62b';

    color: #fff;
}



.footer .foot > ul > li .item-1 .cate{
    font-size: 14px;
    line-height: 24px;
    position: relative;
    margin: 0 0 20px 0;
    padding-left: 0px;
    color: #b9c9e4;
}
.footer .foot > ul > li .item-1 p.cate:before
{
    content: '';
}



.footer .foot > ul > li .item-1 p.tel:before
{
    content: '\e671';
}
.footer .foot > ul > li .item-1 p.email:before
{
    font-size: 16px;

    content: '\e61a';
}
.footer .foot > ul > li .item-1 p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot > ul > li .item-2 .item-erweima
{
    display: inline-block;

    width: 124px;

    vertical-align: top;
}
.footer .foot > ul > li .item-2 .item-erweima img{
    width: 110px;
    height: 110px;
}
.footer .foot > ul > li .item-2 .item-erweima:first-child
{
    margin-right: 30px;
    /*margin-right: 50px;*/
}
.footer .foot > ul > li .item-2 .item-erweima p
{
    font-size: 14px;
    line-height: 2;

    margin: 4px 0 0 0;

    color: #acbddc;
}
.footer .foot > ul > li .item-3 form
{
    width: 500px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-3 form
    {
        width: 100%;
    }
}
.footer .foot > ul > li .item-3 form ul
{
    font-size: 0;

    margin: 0 -6px;
}
.footer .foot > ul > li .item-3 form ul li
{
    display: inline-block;

    width: 100%;
    padding: 0 6px;

    vertical-align: top;
}
.footer .foot > ul > li .item-3 form ul li:first-child,
.footer .foot > ul > li .item-3 form ul li:nth-child(2)
{
    width: 50%;
}
.footer .foot > ul > li .item-3 form input,
.footer .foot > ul > li .item-3 form textarea
{
    font-size: 14px;
    line-height: 28px;

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

    background-color: #fff;
}
.footer .foot > ul > li .item-3 form input::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 form textarea::-webkit-input-placeholder
{
    color: #1c4b9c;
}
.footer .foot > ul > li .item-3 form input:-o-placeholder,
.footer .foot > ul > li .item-3 form textarea:-o-placeholder
{
    color: #1c4b9c;
}
.footer .foot > ul > li .item-3 form input::-moz-placeholder,
.footer .foot > ul > li .item-3 form textarea::-moz-placeholder
{
    color: #1c4b9c;
}
.footer .foot > ul > li .item-3 form input:-ms-input-placeholder,
.footer .foot > ul > li .item-3 form textarea:-ms-input-placeholder
{
    color: #1c4b9c;
}
.footer .foot > ul > li .item-3 form input:focus::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 form textarea:focus::-webkit-input-placeholder
{
    color: #acbddc;
}
.footer .foot > ul > li .item-3 form input:focus::-o-placeholder,
.footer .foot > ul > li .item-3 form textarea:focus::-o-placeholder
{
    color: #acbddc;
}
.footer .foot > ul > li .item-3 form input:focus::-moz-placeholder,
.footer .foot > ul > li .item-3 form textarea:focus::-moz-placeholder
{
    color: #acbddc;
}
.footer .foot > ul > li .item-3 form input:focus::-ms-input-placeholder,
.footer .foot > ul > li .item-3 form textarea:focus::-ms-input-placeholder
{
    color: #acbddc;
}
.footer .foot > ul > li .item-3 form .submit
{
    font-size: 14px;
    line-height: 2;

    padding: 0;
    padding: 0 10px;

    color: #fff;
    background: none;
}
.footer .foot > ul > li .item-3 form .submit:after
{
    font-family: 'iconfont' !important;
    font-size: 12px;

    margin-left: 10px;

    content: '\e633';
}
.footer .foot > ul > li .item-3 form .submit:hover
{
    color: #acbddc;
}
.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 .foot-link
{
    margin-top: -76px;
    padding-bottom: 50px;
}
@media (max-width: 991px)
{
    .footer .foot-link
    {
        margin-top: 20px;
    }
}
.footer .foot-link p.tel
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #fff;
}
.footer .foot-link p.tel:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    display: inline-block;

    margin-right: 10px;

    content: '\e636';
    vertical-align: middle;
}
.footer .foot-link p.tel b
{
    font-size: 18px;
}
.footer .foot-link ul.link li
{
    font-size: 13px;

    display: inline-block;

    color: #b9c9e4;
}
.footer .foot-link ul.link li:after
{
    display: inline-block;

    margin: 0 2px;

    content: '|';
    vertical-align: middle;
}
.footer .foot-link ul.link li:last-child:after
{
    display: none;
}
.footer .foot-link ul.link li a
{
    line-height: 2;
}
.footer .foot-link ul.link li a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright
{
    padding: 14px 0;

    text-align: center;

    background-color: #133b81;
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 10px 0;

        text-align: center;
    }
}
.footer .copyright p
{
    font-size: 14px;
    line-height: 28px;

    display: inline-block;

    margin: 0;

    color: #acbddc;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        line-height: 24px;
    }
}
.footer .copyright p a
{
    font-style: italic;

    display: inline-block;

    margin-left: 20px;

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

        margin-left: 0;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 50px 0 70px;
}
.title-in b
{
    font-size: 24px;
    line-height: 1;

    display: inline-block;
}
@media (max-width: 767px)
{
    .title-in b
    {
        font-size: 20px;
    }
}
.title-in b span
{
    font-size: 14px;
    font-weight: normal;

    margin-left: 6px;
}
@media (max-width: 767px)
{
    .title-in b span
    {
        font-size: 12px;
    }
}
.title-in b:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;

    display: inline-block;

    margin-right: 14px;

    content: '\e6d1';
    vertical-align: middle;

    color: #1c4b9c;
}
.relate-product
{
    overflow: hidden;

    padding: 50px 0;

    box-shadow: 0 -5px 10px rgba(0, 0, 0, .1);
}
.relate-product .slick-relate-product
{
    margin: 0 -15px;
    margin-top: 30px;
}
.relate-product .slick-relate-product .slick-slide
{
    padding: 15px;
}
.relate-product .item
{
    position: relative;

    display: block;
    overflow: hidden;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.relate-product .item .img-box
{
    padding-bottom: 91.66666667%;
}
.relate-product .item p
{
    line-height: 40px;

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

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

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

    color: #fff;
    background-color: rgba(28, 75, 156, .89);
}
.relate-product .item:hover p
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.relate-product .slick-arrow
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -50px;

    padding: 0;

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

    background: none;
}
@media (max-width: 1560px)
{
    .relate-product .slick-arrow
    {
        left: 10px;
    }
}
.relate-product .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e601';

    color: #c8c8c8;
}
.relate-product .slick-arrow.slick-next
{
    right: -50px;
    left: auto;
}
@media (max-width: 1560px)
{
    .relate-product .slick-arrow.slick-next
    {
        right: 10px;
    }
}
.relate-product .slick-arrow.slick-next:before
{
    content: '\e827';
}
.relate-product .slick-arrow:hover:before
{
    color: #1c4b9c;
}
.inside-nav
{
    position: relative;

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

    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .inside-nav .container
    {
        padding: 0;
    }
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;

    overflow-x: auto;

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

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

    position: relative;

    display: inline-block;

    white-space: nowrap;
}
.inside-nav ul li
{
    display: inline-block;
}
.inside-nav ul li a
{
    font-size: 14px;
    line-height: 50px;

    position: relative;

    display: inline-block;

    padding: 0 22px;

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

    color: #666;
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a
{
    font-weight: bold;

    color: #1c4b9c;
}
.wrap-about .about .text
{
    margin-top: 20px;
}
.wrap-about .about .text p
{
    line-height: 2.14285714;

    margin: 0;
}
.wrap-about .culture
{
    padding-top: 50px;
}
.wrap-about .culture img
{
    max-width: 100%;
}
.wrap-about .culture .text
{
    overflow: hidden;
}
.wrap-about .culture .text img
{
    float: right;
}
.wrap-about .culture .text p
{
    line-height: 1.85714286;

    margin: 0;
}
.wrap-about .culture .text p b
{
    font-size: 16px;
}
.wrap-about .culture .pic
{
    margin-top: 40px;
}
.wrap-honor .honor
{
    margin-top: 10px;
}
.wrap-honor .honor .item
{
    display: block;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .item
    {
        margin-top: 16px;
    }
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 70.76923077%;

    box-shadow: 5px 5px 5px rgba(0, 0, 0, .26);
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 16px 0 0 0;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.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 p
{
    font-size: 15px;

    color: #1c4b9c;
}
.wrap-honor .honor-list
{
    overflow: hidden;
}
.wrap-honor .honor-list ul li
{
    margin-top: 50px;
}
.wrap-honor .honor-list .item
{
    font-size: 0;

    margin: 0 -15px;
}
.wrap-honor .honor-list .item .pic,
.wrap-honor .honor-list .item .text
{
    display: inline-block;

    padding: 0 15px;

    vertical-align: top;
}
.wrap-honor .honor-list .item .pic
{
    width: 32%;
}
@media (max-width: 1470px)
{
    .wrap-honor .honor-list .item .pic
    {
        width: 36%;
    }
}
@media (max-width: 1350px)
{
    .wrap-honor .honor-list .item .pic
    {
        width: 42%;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .honor-list .item .pic
    {
        width: 100%;
    }
}
.wrap-honor .honor-list .item .pic .img-box
{
    padding-bottom: 48.88888889%;
}
.wrap-honor .honor-list .item .text
{
    font-size: 14px;

    width: 68%;
}
@media (max-width: 1470px)
{
    .wrap-honor .honor-list .item .text
    {
        width: 64%;
    }
}
@media (max-width: 1350px)
{
    .wrap-honor .honor-list .item .text
    {
        width: 58%;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .honor-list .item .text
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-honor .honor-list .item .text b
{
    font-size: 16px;
    line-height: 28px;

    display: block;

    margin-bottom: 20px;
    padding: 6px 20px;

    color: #fff;
    background-color: #1c4b9c;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.wrap-honor .honor-list .item .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #888;
}
@media (max-width: 1350px)
{
    .wrap-honor .honor-list .item .text p
    {
        line-height: 2;
    }
}
.wrap-service
{
    background: url(../images/service_bg.jpg) no-repeat bottom left;
}
.wrap-service .text
{
    margin-top: 20px;
}
.wrap-service .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-service .text b
{
    line-height: 2.14285714;

    display: block;
}
.wrap-service .text h4
{
    color: #1c4b9c;
}
.wrap-news .news .item
{
    font-size: 0;

    overflow: hidden;

    margin-top: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-news .news .item .pic,
.wrap-news .news .item .text
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .pic
{
    width: 30%;
}
@media (max-width: 1350px)
{
    .wrap-news .news .item .pic
    {
        width: 34%;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .pic
    {
        width: 38%;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic
    {
        width: 42%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 51.11111111%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .text
{
    font-size: 14px;

    position: relative;

    width: 70%;
    padding-left: 30px;
}
@media (max-width: 1350px)
{
    .wrap-news .news .item .text
    {
        width: 66%;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .text
    {
        width: 62%;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text
    {
        width: 58%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-news .news .item .text b
{
    display: block;
    overflow: hidden;

    height: 40px;
    margin-left: -100px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text b
    {
        height: auto;
        margin-left: 0;
    }
}
.wrap-news .news .item .text b a
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    height: 40px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text b a
    {
        display: block;

        margin-top: 10px;
    }
}
.wrap-news .news .item .text b span.date
{
    font-weight: bold;
    line-height: 40px;

    display: inline-block;

    margin-right: 20px;
    padding: 0 34px;

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

    color: #fff;
    background-color: #1c4b9c;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text b span.date
    {
        margin-right: 0;
    }
}
.wrap-news .news .item .text p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 90px;
    margin: 14px 0 0 0;

    color: #888;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text p
    {
        line-height: 28px;

        max-height: 84px;
        margin: 8px 0 0 0;
    }
}
@media (min-width: 1200px)
{
    .wrap-news .news .item:hover
    {
        background-color: #1c4b9c;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }
    .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: #fff;
    }
    .wrap-news .news .item:hover .text b span.date
    {
        color: #1c4b9c;
        background-color: #fff;
    }
    .wrap-news .news .item:hover .text p
    {
        color: #fff;
    }
}
.wrap-news-show .title-news h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .title-news span
{
    display: block;

    margin: 16px 0 0 0;

    color: #1c4b9c;
        float: left;
}
.wrap-news-show .title-news span:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-right: 10px;

    content: '\e634';
    vertical-align: middle;
}
.wrap-news-show .news-show
{
    margin-top: 20px;
}
.wrap-news-show .news-show p
{
    line-height: 2.14285714;

    margin: 0;

    color: #888;
}
.wrap-news-show .news-show img
{
    max-width: 100%;
}
.wrap-news-show .relate
{
    margin-top: 30px;
}
.wrap-news-show .relate a
{
    line-height: 48px;

    position: relative;

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

    height: 48px;
    padding: 0 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .relate a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

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

    content: '\e6cb';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-news-show .relate a:hover
{
    text-decoration: underline;

    color: #1c4b9c;
}
.wrap-news-show .relate .next
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate .next
    {
        text-align: left;
    }
}
.wrap-news-show .relate .next a:before
{
    right: 0;
    left: auto;

    float: right;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
@media (max-width: 991px)
{
    .wrap-news-show .relate .next a:before
    {
        right: auto;
        left: 0;
    }
}
.wrap-product .product .item
{
    display: block;

    margin-top: 30px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.wrap-product .product .item .img-box
{
    padding-bottom: 91.66666667%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item p
{
    line-height: 50px;

    position: relative;
    z-index: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

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

    box-shadow: 0 0 10px rgba(0, 0, 0, .15);

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

        height: 40px;
    }
}
.wrap-product .product .item p:before
{
    font-family: 'iconfont' !important;

    margin-right: 20px;

    content: '\e6d1';

    color: #1c4b9c;
}
@media (max-width: 767px)
{
    .wrap-product .product .item p:before
    {
        margin-right: 10px;
    }
}
@media (min-width: 1200px)
{
    .wrap-product .product .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-product .product .item:hover p
    {
        color: #fff;
        background-color: #1c4b9c;
    }
    .wrap-product .product .item:hover p:before
    {
        color: #fff;
    }
}
.wrap-product-show .title-product-show b
{
    font-size: 24px;
    line-height: 1;

    display: block;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show b
    {
        font-size: 20px;
    }
}
.wrap-product-show .title-product-show b:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;

    display: inline-block;

    margin-right: 14px;

    content: '\e6d1';
    vertical-align: middle;

    color: #1c4b9c;
}
.wrap-product-show .carousel-wrap
{
    font-size: 0;
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 76.81159420%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;

    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .slide-xs
{
    display: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slide-xs
    {
        display: block;
    }
}
.wrap-product-show .carousel-wrap .slide-lg
{
    display: block;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slide-lg
    {
        display: none;
    }
}
.wrap-product-show .carousel-wrap .slide-info
{
    margin-top: 20px;
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slide-info
    {
        padding: 0 20px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide
{
    padding: 10px 4px;

    outline: none;
}
.wrap-product-show .carousel-wrap .slider-nav .img-box
{
    padding-bottom: 76.8115942%;
}
.wrap-product-show .carousel-wrap .slider-nav .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.wrap-product-show .carousel-wrap .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: -40px;

    width: 24px;
    height: 100%;
    margin: 0;
    padding: 0;

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

    background: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slick-arrow
    {
        left: -30px;
    }
}
.wrap-product-show .carousel-wrap .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 20px;

    display: block;

    content: '\e601';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slick-arrow:before
    {
        font-size: 16px;
    }
}
.wrap-product-show .carousel-wrap .slick-arrow.slick-next
{
    right: -40px;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slick-arrow.slick-next
    {
        right: -30px;
    }
}
.wrap-product-show .carousel-wrap .slick-arrow.slick-next:before
{
    content: '\e827';
}
.wrap-product-show .carousel-wrap .slick-arrow:hover:before
{
    color: #1c4b9c;
}
.wrap-product-show .carousel-wrap .info-box .title-product-show
{
    margin-top: 30px;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box .title-product-show
    {
        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .title-product-show
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-product-show h1
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;

    display: block;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .title-product-show h1
    {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-product-show h1:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;

    display: inline-block;

    margin-right: 14px;

    content: '\e6d1';
    vertical-align: middle;

    color: #1c4b9c;
}
.wrap-product-show .carousel-wrap .info-box .info .text
{
    font-size: 14px;

    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .info .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .info .fun-btn
{
    margin-top: 66px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .info-box .info .fun-btn
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .info .fun-btn .btn-inquiry
{
    display: inline-block;
}
.wrap-product-show .carousel-wrap .info-box .info .fun-btn .btn-inquiry a
{
    font-size: 14px;
    line-height: 44px;

    display: inline-block;

    padding: 0 30px;

    color: #fff;
    background-color: #1c4b9c;
}
.wrap-product-show .carousel-wrap .info-box .info .fun-btn .btn-inquiry a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    display: inline-block;

    margin-right: 10px;

    content: '\e62c';
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .info .fun-btn .prev-next
{
    display: inline-block;
    float: right;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .info .fun-btn .prev-next
    {
        display: block;
        float: none;

        margin-top: 14px;
    }
}
.wrap-product-show .carousel-wrap .info-box .info .fun-btn .prev-next a
{
    font-size: 14px;
    line-height: 44px;

    display: inline-block;

    color: #717171;
}
.wrap-product-show .carousel-wrap .info-box .info .fun-btn .prev-next a:before
{
    font-family: 'iconfont' !important;

    display: inline-block;
    float: left;

    margin-top: -1px;
    margin-right: 6px;

    content: '\e6cb';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .info .fun-btn .prev-next a.next
{
    margin-left: 30px;
}
.wrap-product-show .carousel-wrap .info-box .info .fun-btn .prev-next a.next:before
{
    float: right;

    margin-right: 0;
    margin-left: 6px;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.wrap-product-show .carousel-wrap .info-box .info .fun-btn .prev-next a:hover
{
    color: #1c4b9c;
}
.wrap-product-show .detail
{
    padding-top: 50px;
}
.wrap-product-show .detail .text
{
    margin-top: 30px;
}
.wrap-product-show .detail .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-product-show .detail .text img
{
    max-width: 100%;
}
.wrap-product-show .parameter
{
    margin-top: 50px;
}
.wrap-product-show .parameter .text
{
    margin-top: 30px;
}
.wrap-product-show .parameter .text p
{
    line-height: 2.14285714;

    margin: 0;

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

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

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

    text-align: center;
}
.wrap-product-show .parameter table tr,
.wrap-product-show .parameter table td
{
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
.wrap-product-show .parameter table td
{
    padding: 8px !important;

    border: 1px solid #000 !important;
}
.wrap-product-show .parameter table tr p,
.wrap-product-show .parameter table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .inquiry
{
    padding-top: 50px;
}
.wrap-product-show .inquiry .message
{
    margin-top: 20px;
}
.wrap-product-show .inquiry .message p
{
    font-size: 14px;
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-product-show .inquiry .message form
{
    margin-top: 14px;
}
.wrap-product-show .inquiry .message input,
.wrap-product-show .inquiry .message textarea
{
    font-size: 12px;
    line-height: 24px;

    width: 100%;
    min-height: 44px;
    margin-top: 14px;
    padding: 10px 18px;

    border: 1px solid #cbcbcb;
    background-color: #fff;
}
.wrap-product-show .inquiry .message input::-webkit-input-placeholder,
.wrap-product-show .inquiry .message textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .message input:-o-placeholder,
.wrap-product-show .inquiry .message textarea:-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .message input::-moz-placeholder,
.wrap-product-show .inquiry .message textarea::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .message input:-ms-input-placeholder,
.wrap-product-show .inquiry .message textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .message input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message input:focus::-o-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message input:focus::-moz-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .message .read textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .message .read input:-o-placeholder,
.wrap-product-show .inquiry .message .read textarea:-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .message .read input::-moz-placeholder,
.wrap-product-show .inquiry .message .read textarea::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .message .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .message .read textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .message .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .message .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .message .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .message .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .message .submit
{
    font-size: 14px;
    line-height: 50px;

    height: 50px;
    margin-top: 30px;
    padding: 0 40px;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #1c4b9c;
}
.wrap-product-show .inquiry .message .submit:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e63b';
}
.wrap-product-show .inquiry .message .submit:hover
{
    background-color: #063381;
}
.wrap-contact
{
    overflow: hidden;

    /* padding-bottom: 10px; */
}
.wrap-contact .contact
{
    position: relative;
    z-index: 2;
}
.wrap-contact .contact .text,
.wrap-contact .contact .message
{
    padding: 40px;
}

.wrap-contact .contact .pic{
    margin-top: 30px;
}
.wrap-contact .contact .pic img{
    max-width: 100%;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text,
    .wrap-contact .contact .message
    {
        padding: 30px 10px;
    }
    .wrap-contact .contact .pic{
        display: none;
    }
}
.wrap-contact .contact .title-contact b
{
    font-size: 24px;
    line-height: 1;

    display: block;

    color: #1c4b9c;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .title-contact b
    {
        font-size: 20px;
    }
}
.wrap-contact .contact .title-contact p
{
    line-height: 1.71428571;

    margin: 18px 0 0 0;

    color: #888;
}
.wrap-contact .contact .text .list ul
{
    font-size: 0;

    margin: 0 -15px;
}
.wrap-contact .contact .text .list ul li
{
    display: inline-block;

    width: 50%;
    padding: 0 15px;

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

    margin-top: 40px;
}
@media (max-width: 375px)
{
    .wrap-contact .contact .text .list .item
    {
        margin-top: 16px;

        text-align: center;
    }
}
.wrap-contact .contact .text .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 50px;

    content: '\e86d';

    color: #005bac;
}
.wrap-contact .contact .text .list .item b
{
    font-size: 16px;
    line-height: 30px;

    display: block;
}
.wrap-contact .contact .text .list .item p
{
    line-height: 1.71428571;

    margin: 4px 0 0 0;

    color: #666;
}
.wrap-contact .contact .text .list .item-address:before
{
    font-size: 40px;

    content: '\e62b';

    color: #57c2a7;
}
.wrap-contact .contact .text .list .item-email:before
{
    content: '\e61a';

    color: #7d64ae;
}
.wrap-contact .contact .text .list .item-tel:before
{
    font-size: 40px;

    content: '\e671';

    color: #d6a41e;
}
.wrap-contact .contact .text .list .item a:hover
{
    text-decoration: underline;

    color: #1c4b9c;
}
.wrap-contact .contact .message
{
    max-width: 630px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.wrap-contact .contact .message .title-contact
{
    text-align: center;
}
.wrap-contact .contact .message form
{
    margin-top: 10px;
}
.wrap-contact .contact .message input,
.wrap-contact .contact .message textarea
{
    font-size: 14px;
    line-height: 25px;

    width: 100%;
    min-height: 45px;
    margin-top: 16px;
    padding: 10px 16px;

    border-bottom: 1px solid #e2e2e2;
    background: none;
}
.wrap-contact .contact .message input::-webkit-input-placeholder,
.wrap-contact .contact .message textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-contact .contact .message input:-o-placeholder,
.wrap-contact .contact .message textarea:-o-placeholder
{
    color: #333;
}
.wrap-contact .contact .message input::-moz-placeholder,
.wrap-contact .contact .message textarea::-moz-placeholder
{
    color: #333;
}
.wrap-contact .contact .message input:-ms-input-placeholder,
.wrap-contact .contact .message textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-contact .contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-o-placeholder,
.wrap-contact .contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-moz-placeholder,
.wrap-contact .contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-ms-input-placeholder,
.wrap-contact .contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message .submit
{
    font-size: 14px;
    line-height: 40px;

    display: block;

    width: 160px;
    height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 40px;

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

    color: #fff;
    border-radius: 30px;
    outline: none;
    background-color: #1c4b9c;
}
.wrap-contact .contact .message .submit:hover
{
    background-color: #063381;
}
.wrap-map
{
    margin-top: 50px;
}
/* @media (max-width: 991px)
{
    .wrap-map
    {
        margin-top: 50px;
    }
} */
.wrap-map #dituContent
{
    overflow: hidden;

    width: 100%;
    height: 470px;
}
@media (max-width: 991px)
{
    .wrap-map #dituContent
    {
        height: 360px;
    }
}
.page
{
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        margin-top: 30px;
    }
}
.page li
{
    display: inline-block;

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

    width: 36px;
    height: 36px;
    margin: 0 4px;

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

    color: #666;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .page li a
    {
        font-size: 16px;
        line-height: 36px;

        width: 36px;
        height: 36px;
    }
}
.page li a
{
    display: block;
}
.page li.omit a
{
    color: #333;
    border-color: #fff;
    background-color: #fff;
}
.page li.omit:hover a
{
    color: #333;
    border-color: #fff;
    background: none;
}
.page li.active a,
.page li:hover a
{
    color: #fff;
    border-radius: 50%;
    background-color: #1c4b9c;
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.fixed-header
{
    position: fixed;
    top: 0;

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

    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
@media (max-width: 1199px)
{
    .fixed-header
    {
        height: 60px !important;
    }
}
.fixed-header .logo
{
    height: 60px;
    margin-top: 5px;
}
@media (max-width: 1199px)
{
    .fixed-header .logo
    {
        height: 50px;
        margin-top: 5px;
    }
}
.fixed-header .language
{
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .fixed-header .language
    {
        margin-top: 15px;
    }
}
.fixed-header .nav .nav-list1 > li > a
{
    line-height: 70px;
}
.fixed-header .find
{
    line-height: 70px;
}
@media (max-width: 1199px)
{
    .fixed-header .find
    {
        line-height: 60px;
    }
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}


@media(max-width: 1470px){
    .box-about .about .pic img{
        width: 100%;
    }
    .box-about .about .text .title-about b,
    .box-about .about .text .title-about span{
        font-size: 22px;
    }
    .box-about .about .text .note p{
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .box-about .about .text ul.list{
        margin: 0 -10px;
    }
    .box-about .about .text ul.list li{
        padding: 0 10px;
    }
    .box-about .about .text ul.list li .item{
        margin-top: 20px;
    }
    .box-about .about .text ul.list li .item p{
        line-height: 22px;
    }
    .box-about .about .text .note{
        margin-top: 10px;
    }
}
@media(max-width: 1470px){
    .kuan{
        width: 30%;
    }
}
@media(max-width: 1470px){
    .box-about .about .pic img{
        width: 100%;
    }
    .box-about .about .text .title-about b,
    .box-about .about .text .title-about span{
        font-size: 22px;
    }
    .box-about .about .text .note p{
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .box-about .about .text ul.list{
        margin: 0 -10px;
    }
    .box-about .about .text ul.list li{
        padding: 0 10px;
    }
    .box-about .about .text ul.list li .item{
        margin-top: 20px;
    }
    .box-about .about .text ul.list li .item p{
        line-height: 22px;
    }
    .box-about .about .text .note{
        margin-top: 10px;
    }
}
.box-about .about .play{
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	color: #fff;cursor:pointer;
}
.box-about .about .play:before{
	
	font-family: 'iconfont' !important;
	font-size: 50px;

	display: block;

	content: '\e617';
}

.title-news p{
    margin-top: 15px;
    margin-left: 130px;
}
.wrap-sitemap
{
    clear: both;
}
.wrap-sitemap .title-in
{
    text-align: left;
}
.wrap-sitemap .sitemap
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap
    {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li
    {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

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

    border: 1px solid #eaeaea;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    color: #fff;
    background-color: #0d6fb8;
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    background-color: #0d6fb8;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    position: relative;

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

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

    display: block;

    padding: 5px 30px;

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

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

    color: #0d6fb8;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul
{
    padding: 0 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > ul
    {
        padding: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li
{
    display: inline-block;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li a
{
    line-height: 30px;

    display: block;

    padding: 0 10px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > ul > li a
    {
        font-size: 13px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li a:before
{
    display: inline-block;

    margin-right: 4px;

    content: '-';
    vertical-align: middle;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li:hover a
{
    text-decoration: underline;

    color: #0d6fb8;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #0d6fb8;
}