/**
 * 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');
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 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: 100px;
    padding: 0 7%;

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

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

    float: left;

    height: 64px;
    margin-top: 18px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        float: none;

        width: 100%;
        height: 36px;
        margin-top: 12px;

        text-align: center;
    }
}
.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: 10px;

        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);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        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 50px;

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

        background: #fafafa;
        background-color: #23539b;
    }
    .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 a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 100px;

        position: relative;

        display: inline-block;

        padding: 0 30px;

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

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

        display: none;

        padding: 20px 0;

        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 .list
    {
        width: 100%;
        max-width: 1410px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .header .nav .nav-list1 .nav-list2 ul
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        position: relative;

        padding: 0 30px;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li h3
    {
        font-size: 13px;
        font-weight: 600;

        margin: 0 0 12px 0;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;
        text-decoration: underline;
        letter-spacing: .46px;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        line-height: 2;

        position: relative;
        z-index: 1;

        display: block;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;

        color: #666;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
                transform: translateX(6px);
        text-decoration: underline;

        color: #23539b;
    }
    .header .nav .nav-list1 .nav-list2 li img
    {
        max-width: 400px;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2
    {
        right: 0;
        left: 0;

        overflow: hidden;

        width: 100%;
        max-width: 1290px;
        margin: auto;
        padding-bottom: 20px;

        border-bottom: 40px solid #fff;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li
    {
        width: 14.28571429%;
        margin-right: -4px;
        margin-bottom: -999px;
        padding: 0 25px 0 15px;
        padding-bottom: 999px;

        border-left: 1px solid #e7e7e7;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li .pic
    {
        max-width: 130px;
        margin-left: 0;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li h4
    {
        font-size: 13px;
        font-weight: bold;

        margin-top: 24px;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: -20px;
        left: 100%;

        display: none;

        padding: 20px 0;

        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        font-size: 12px;
        line-height: 2;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        padding: 0 20px;
    }
}
@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: #23539b;
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn,
.header .nav-3 .nav-top .back-btn
{
    position: absolute;
    left: 10px;
}
.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 h2,
.header .nav-3 .nav-top h2
{
    font-size: 24px;

    display: block;

    width: 100%;
    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2
    {
        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(0, 0, 0, .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: #343434;
}
@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: #23539b;
}
.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: 3px solid #1f1e1e;
    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 .right
{
    float: right;

    margin-left: 30px;
}
@media (max-width: 1560px)
{
    .header .right
    {
        margin-left: 10px;
    }
}
@media (max-width: 1199px)
{
    .header .right
    {
        float: left;
    }
}
.header .find
{
    line-height: 100px;

    float: right;

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

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

        position: absolute;
        top: 0;
        left: 14px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    float: left;

    content: '\e640';
}
@media (max-width: 1199px)
{
    .header .find
    {
        float: left;
    }
}
.header .find:hover
{
    color: #23539b;
}
.header .share
{
    float: right;

    margin-top: 30px;
    margin-left: 50px;
}
@media (max-width: 1740px)
{
    .header .share
    {
        margin-left: 20px;
    }
}
@media (max-width: 1300px)
{
    .header .share
    {
        display: none;
    }
}
.header .share ul li
{
    display: inline-block;
}
.header .share ul li a
{
    display: block;

    -webkit-transition: all .5s;
            transition: all .5s;
}
.header .share ul li a:before
{
    font-family: 'iconfont';
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;

    width: 30px;
    margin: 0 4px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #0742ae;
}
.header .share ul li.twitter a:before
{
    content: '\e60b';

    background-color: #13b5b1;
}
.header .share ul li.linkedin a:before
{
    content: '\e6f0';

    background-color: #0075a9;
}
.header .share ul li.instagram a:before
{
    content: '\e607';
}
.header .share ul li.youtube a:before
{
    content: '\e6d7';

    background-color: #0068b7;
}
.header .share ul li.google a:before
{
    content: '\e60c';

    background-color: #89c997;
}
.header .share ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}
.header .language-box
{
    position: relative;

    float: right;

    margin-left: 60px;
}
@media (max-width: 1740px)
{
    .header .language-box
    {
        margin-left: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .language-box
    {
        display: none;
    }
}
.header .language-box p
{
    line-height: 90px;

    margin: 0;

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

    color: #666;
}
.header .language-box p:before,
.header .language-box p:after
{
    display: inline-block;

    content: '';
    vertical-align: middle;
}
.header .language-box p:before
{
    display: inline-block;

    width: 30px;
    height: 30px;
    margin-top: 2px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.header .language-box p.en:before
{
    background-position: -30px 0;
}
.header .language-box p:after
{
    display: block;
    float: right;

    width: 0;
    height: 0;
    margin-top: 42px;
    margin-left: 8px;

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

    border-top: 4px solid #666;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
@media (min-width: 768px)
{
    .header .language-box ul
    {
        position: absolute;
        z-index: 900;
        left: 50%;

        display: none;

        min-width: 120px;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        white-space: nowrap;
    }
}
@media (min-width: 1680px)
{
    .header .language-box ul
    {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.header .language-box ul li
{
    margin: 10px 0;
}
.header .language-box ul li a
{
    position: relative;

    display: block;

    padding-left: 30px;

    color: #666;
}
.header .language-box ul li a:before
{
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 20px;
    height: 20px;

    content: '';

    background-image: url(../images/language.png);
    background-size: cover;

    coverbackground-repeat: no-repeat;
}
.header .language-box ul li a:hover
{
    text-decoration: underline;
}
.header .language-box ul .en a:before
{
    background-position: -22px 0;
}
.header .language-box.language-header
{
    -webkit-transition: all .4s;
            transition: all .4s;
}
.header .language-box.language-header ul
{
    top: 100%;

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

    background-color: #fff;
}
@media (min-width: 768px)
{
    .header .language-box.language-header ul
    {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.header .language-box.language-header li
{
    white-space: nowrap;
}
.header.fixed-header
{
    height: 80px;

    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 1199px)
{
    .header.fixed-header
    {
        height: 60px;
    }
}
.header.fixed-header .logo
{
    margin-top: 9px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .logo
    {
        height: 36px;
        margin-top: 12px;
    }
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .nav .nav-list1 > li > a
    {
        line-height: 60px;
    }
}
.header.fixed-header .find
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .find
    {
        line-height: 60px;
    }
}
.header.fixed-header .share
{
    margin-top: 25px;
}
.header.fixed-header .language-box p
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .language-box p
    {
        line-height: 60px;
    }
}
.header.fixed-header .language-box p:after
{
    margin-top: 36px;
}
.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: 100;
    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;

    text-align: center;

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

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #23539b;
    }
}
@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: #23539b;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask img
{
    display: block;

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

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

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

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

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

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

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

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

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

    position: relative;

    overflow: hidden;

    width: 100%;
    margin-top: 100px;
}
@media (max-width: 1199px)
{
    .banner
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
/* @media (max-width: 767px)
{
    .banner .slickbanner
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
} */
.banner .slick-dots
{
    position: absolute;
    bottom: 38px;

    width: 100%;
    padding: 0 15px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        text-align: center;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 12px;

        display: none;
    }
}
.banner .slick-dots li
{
    position: relative;

    display: inline-block;

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

    cursor: pointer;

    border: 1px solid #fff;
    border-radius: 5px;
}
.banner .slick-dots li.slick-active
{
    border-color: #fff;
    background-color: #fff;
}
.banner .slick-dots li button
{
    opacity: 0;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 41.66666667%;
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .img-box
{
    padding-bottom: 20.83333333%;
}
.box
{
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 60px 0;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 22px;
    }
}
.title p
{
    line-height: 1.71428571;

    max-width: 1040px;
    margin: 0 auto;
    margin-top: 14px;

    color: #999;
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-list
{
    overflow: hidden;
}
.box-list .list
{
    padding: 0;
}
.box-list .item
{
    position: relative;

    display: block;

    padding: 40px 14% 40px 200px;

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

    background-color: #f8f8f8;
}
@media (max-width: 1560px)
{
    .box-list .item
    {
        padding: 40px 30px 40px 140px;
    }
}
@media (max-width: 991px)
{
    .box-list .item
    {
        padding: 40px 15px 40px 130px;
    }
}
.box-list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 36px;
    line-height: 96px;

    position: absolute;
    left: 80px;

    display: block;

    width: 96px;
    height: 96px;

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

    border: 1px solid #23539b;
    border-radius: 50%;
}
@media (max-width: 1560px)
{
    .box-list .item:before
    {
        left: 30px;
    }
}
@media (max-width: 991px)
{
    .box-list .item:before
    {
        line-height: 80px;

        left: 15px;

        width: 80px;
        height: 80px;
    }
}
.box-list .item-team
{
    background-color: #efefef;
}
.box-list .item-team:before
{
    content: '\e661';
}
.box-list .item-culture:before
{
    font-size: 46px;

    content: '\e619';
}
.box-list .item h3
{
    font-size: 20px;

    margin: 10px 0 20px 0;
}
@media (max-width: 991px)
{
    .box-list .item h3
    {
        font-size: 18px;

        margin: 0 0 20px 0;
    }
}
.box-list .item p
{
    line-height: 1.85714286;

    margin: 0;

    color: #666;
}
.box-list .item:hover
{
    background-color: #f5f5f5;
}
.box-list .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;

    color: #fff;
    background-color: #23539b;
}
.box-about .about
{
    padding-right: 30px;
}
.box-about .about .title-about h2
{
    font-size: 30px;

    margin: 0;
}
.box-about .about .title-about h2:before
{
    display: block;

    width: 46px;
    height: 8px;
    margin-bottom: 20px;

    content: '';

    background: url(../images/line-1.png) no-repeat;
}
@media (max-width: 991px)
{
    .box-about .about .title-about h2
    {
        font-size: 22px;
    }
}
.box-about .about .text
{
    margin-top: 20px;
}
.box-about .about .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.box-about .about .num
{
    margin-top: 30px;

    border-top: 1px solid #eee;
}
.box-about .about .num ul
{
    font-size: 0;
}
@media (min-width: 1200px)
{
    .box-about .about .num ul
    {
        width: 100%;
        padding: 0;

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

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

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

    text-align: left;
}
@media (max-width: 1199px)
{
    .box-about .about .num ul li
    {
        width: 25%;

        vertical-align: top;
    }
}
@media (max-width: 767px)
{
    .box-about .about .num ul li
    {
        width: 50%;
    }
}
.box-about .about .num .item
{
    margin-top: 24px;

    text-align: center;
}
.box-about .about .num .item h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;
}
.box-about .about .num .item p
{
    font-size: 14px;
    line-height: 2;

    margin: 10px 0 0 0;

    color: #999;
}
.box-about .about .more
{
    margin-top: 30px;
}
.box-about .about .more a
{
    line-height: 50px;

    display: inline-block;

    padding: 0 70px;

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

    color: #fff;
    border-radius: 50px;
    background-color: #23539b;
}
@media (max-width: 991px)
{
    .box-about .about .more a
    {
        line-height: 40px;

        padding: 0 40px;
    }
}
.box-about .about .more a:hover
{
    background-color: #0b3e8a;
}
@media (max-width: 991px)
{
    .box-about .picbox
    {
        margin: 0 -8px;
    }
}
@media (max-width: 991px)
{
    .box-about .pic
    {
        margin-top: 30px;
        padding: 0 8px;
    }
}
.box-about .pic .img-box
{
    padding-bottom: 190.47619048%;
}
.box-company
{
    background-color: #f8f8f8;
}
.box-company .company
{
    padding: 0 90px;
}
@media (max-width: 991px)
{
    .box-company .company
    {
        padding: 0 40px;
    }
}
.box-company .company .item
{
    margin-top: 30px;
    padding: 0 10px;

    text-align: center;
}
.box-company .company .item .img-box
{
    padding-bottom: 60.97560976%;
}
.box-company .company .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-company .company .item h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 14px 0 0 0;

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

    display: -webkit-box;
    overflow: hidden;

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

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-company .company .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-company .boxmore
{
    position: relative;

    margin-top: 70px;

    text-align: center;
}
.box-company .boxmore:before
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    display: block;

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

    content: '';
    -webkit-transition: all 2s;
            transition: all 2s;

    background-color: #e5e5e5;
}
.box-company .boxmore .more
{
    position: relative;
    z-index: 3;

    display: inline-block;

    padding: 0 30px;

    background-color: #f8f8f8;
}
.box-company .boxmore a
{
    line-height: 50px;

    display: inline-block;

    padding: 0 70px;

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

    color: #fff;
    border-radius: 50px;
    background-color: #23539b;
}
@media (max-width: 991px)
{
    .box-company .boxmore a
    {
        line-height: 40px;

        padding: 0 40px;
    }
}
.box-company .boxmore a:hover
{
    background-color: #0b3e8a;
}
.box-company .boxmore.animated:before
{
    width: 100%;
}
.box-company .boxmore.animated a
{
    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
}
.box-company .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 30%;
    left: -56px;

    margin: 0;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 991px)
{
    .box-company .slick-arrow
    {
        left: -36px;
    }
}
.box-company .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    line-height: 38px;

    display: block;

    width: 38px;
    height: 38px;

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

    color: #9b9b9b;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
}
.box-company .slick-arrow.slick-next
{
    right: -56px;
    left: auto;
}
@media (max-width: 991px)
{
    .box-company .slick-arrow.slick-next
    {
        right: -36px;
    }
}
.box-company .slick-arrow.slick-next:before
{
    content: '\e827';
}
.box-company .slick-arrow:hover:before
{
    color: #fff;
    border-color: #23539b;
    background-color: #23539b;
}
.box-project .project
{
    overflow: hidden;

    margin-top: 30px;
}
.box-project .project ul
{
    font-size: 0;

    margin: 0 -10px;
}
@media (max-width: 991px)
{
    .box-project .project ul
    {
        margin: 0 -5px;
    }
}
.box-project .project ul li
{
    display: inline-block;

    width: 25%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-project .project ul li
    {
        width: 100%;
    }
}
.box-project .project ul li:nth-child(2)
{
    width: 50%;
}
@media (max-width: 991px)
{
    .box-project .project ul li:nth-child(2)
    {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .box-project .project ul li:nth-child(3)
    {
        width: 100%;
    }
}
.box-project .project ul li:nth-child(4)
{
    width: 100%;
}
.box-project .project .pic
{
    position: relative;

    padding: 10px;
}
@media (max-width: 991px)
{
    .box-project .project .pic
    {
        padding: 5px;
    }
}
.box-project .project .pic p
{
    font-size: 24px;
    line-height: 30px;

    position: absolute;
    bottom: 30px;
    left: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-project .project .pic p
    {
        font-size: 16px;

        bottom: 20px;
        left: 20px;
    }
}
.box-project .project .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
@media (max-width: 991px)
{
    .box-project .project .pic .img-box img
    {
        height: auto;
    }
}
@media (max-width: 991px)
{
    .box-project .project .pic-1,
    .box-project .project .pic-2
    {
        display: inline-block;

        width: 50%;
    }
}
.box-project .project .pic-1 .img-box,
.box-project .project .pic-2 .img-box
{
    padding-bottom: 85.07462687%;
}
.box-project .project .pic-3 .img-box
{
    padding-bottom: 46.37681159%;
}
.box-project .project .pic-4,
.box-project .project .pic-5
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
.box-project .project .pic-4 .img-box,
.box-project .project .pic-5 .img-box
{
    padding-bottom: 74.62686567%;
}
.box-project .project .pic-6 .img-box
{
    padding-bottom: 176.11940299%;
}
@media (max-width: 991px)
{
    .box-project .project .pic-6 .img-box
    {
        padding-bottom: 70%;
    }
}
.box-project .project .pic-7,
.box-project .project .pic-8
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-project .project .pic-7,
    .box-project .project .pic-8
    {
        width: 100%;
    }
}
.box-project .project .pic-7 .img-box,
.box-project .project .pic-8 .img-box
{
    padding-bottom: 36.12716763%;
}
.box-project .project .pic:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news
{
    background-color: #f8f8f8;
}
.box-news .news
{
    overflow: hidden;

    margin-top: 40px;

    background-color: #fff;
}
.box-news .news .left,
.box-news .news .right
{
    float: left;

    width: 50%;
}
@media (max-width: 991px)
{
    .box-news .news .left,
    .box-news .news .right
    {
        width: 100%;
    }
}
.box-news .news .left
{
    overflow: hidden;
}
.box-news .news .left img
{
    width: 100%;
}
.box-news .news .left .note
{
    padding: 30px;

    color: #fff;
    background-color: #23539b;
}
@media (max-width: 991px)
{
    .box-news .news .left .note
    {
        padding: 30px 15px;
    }
}
.box-news .news .left .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-news .news .left .note p
    {
        font-size: 14px;
    }
}
.box-news .news .left .note p a
{
    display: block;
}
.box-news .news .left .note p span
{
    font-size: 26px;
    font-weight: bold;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .box-news .news .left .note p span
    {
        font-size: 20px;
    }
}
.box-news .news .left .note p span:after
{
    display: inline-block;

    width: 1px;
    height: 30px;
    margin: 0 20px;

    content: '';
    vertical-align: middle;

    background-color: #5379b1;
}
.box-news .news .right
{
    padding: 40px;
}
@media (max-width: 991px)
{
    .box-news .news .right
    {
        padding: 30px 15px;
    }
}
.box-news .news .right .news-top h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-news .news .right .news-top h3
    {
        font-size: 16px;
    }
}
.box-news .news .right .news-top span
{
    display: block;

    color: #23539b;
}
.box-news .news .right .news-top p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

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

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .news .right .news-top a
{
    display: inline-block;
}
.box-news .news .right .news-top a.more
{
    line-height: 1.5;

    margin-top: 18px;

    color: #23539b;
    border-bottom: 1px solid #7289b7;
}
.box-news .news .right .news-top:hover h3
{
    color: #23539b;
}
.box-news .news .right ul
{
    margin-top: 50px;
}
@media (max-width: 1470px)
{
    .box-news .news .right ul
    {
        margin-top: 30px;
    }
}
.box-news .news .right ul li
{
    position: relative;

    padding: 20px 0;
    padding-left: 100px;

    border-top: 1px solid #eee;
}
@media (max-width: 1470px)
{
    .box-news .news .right ul li
    {
        padding: 10px 0;
        padding-left: 100px;
    }
}
@media (max-width: 991px)
{
    .box-news .news .right ul li
    {
        padding-left: 80px;
    }
}
.box-news .news .right ul li .date
{
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;

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

    width: 100px;

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

    border-right: 1px solid #eee;
}
@media (max-width: 991px)
{
    .box-news .news .right ul li .date
    {
        width: 80px;
    }
}
.box-news .news .right ul li .date h3
{
    font-size: 20px;
    line-height: 50px;

    margin: 0;

    color: #23539b;
}
.box-news .news .right ul li .note
{
    padding-left: 30px;
}
@media (max-width: 991px)
{
    .box-news .news .right ul li .note
    {
        padding-left: 20px;
    }
}
.box-news .news .right ul li .note h3
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .right ul li .note p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 6px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .news .right ul li .note a
{
    display: inline-block;
}
.box-news .news .right ul li:hover .note h3
{
    color: #23539b;
}
.box-video
{
    overflow: hidden;
}
.box-video .video
{
    position: relative;

    overflow: hidden;

    background-color: #000;
}
@media (max-width: 991px)
{
    .box-video .video
    {
        height: 300px;
    }
}
.box-video .video img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;

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

    overflow: hidden;

    width: 100%;
    height: 100%;

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

    width: 100% !important;
    height: 100% !important;
}
.box-video .video .play
{
    font-size: 16px;
    font-weight: bold;

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

    display: inline-block;

    width: 100%;
    margin-bottom: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #fff;
}
.box-video .video .play:before
{
    font-family: 'iconfont';
    font-size: 60px;
    font-weight: normal;

    display: block;

    content: '\e633';
}
@media (max-width: 991px)
{
    .box-video .video .play:before
    {
        font-size: 40px;
    }
}
.box-video .video:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .6;
}
.box-video .text
{
    text-align: center;
}
.box-video .text h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-video .text p
{
    font-weight: 500;
    line-height: 1.57142857;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 8px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.footer
{
    position: relative;

    background-color: #3a3c40;
}
.footer .foot
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 30px 0 50px;
    }
}
.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: 991px)
{
    .footer .foot > ul:after
    {
        display: none;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul
    {
        display: block;
        overflow: hidden;

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

        max-width: 22%;

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

        width: 33.33333333%;
        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: 20px;
    font-weight: normal;
    line-height: 20px;

    height: 20px;
    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
{
    padding: 90px 0;

    text-align: left;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item
    {
        padding: 10px 0;
    }
}
.footer .foot > ul > li .item .link
{
    margin-top: 40px;

    background-color: #23539b;
}
.footer .foot > ul > li .item .link a
{
    font-size: 20px;
    line-height: 50px;

    display: block;

    height: 50px;
    padding: 0 30px;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item .link a
    {
        font-size: 16px;

        padding: 0 15px;
    }
}
.footer .foot > ul > li .item .link a:after
{
    font-family: 'iconfont' !important;

    float: right;

    content: '\e646';
}
.footer .foot > ul > li .item .link a:hover
{
    background-color: #0b3e8a;
}
.footer .foot > ul > li .item-1 a
{
    line-height: 2.14285714;

    display: block;

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

    color: #bdbdbd;
}
.footer .foot > ul > li .item-1 a:hover
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    text-decoration: underline;

    color: #fff;
}
.footer .foot > ul > li .item-2
{
    max-width: 280px;
    margin-bottom: -999px;
    padding-bottom: 999px;

    background-color: #303133;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-2
    {
        display: none;

        margin-bottom: 0;
        padding-bottom: 0;
    }
}
.footer .foot > ul > li .item-2 .info-down
{
    margin-top: 0;
}
.footer .foot > ul > li .item-2 .note
{
    padding: 0 30px;
}
.footer .foot > ul > li .item-2 .note img
{
    max-width: 100%;
}
.footer .foot > ul > li .item-2 .note h4
{
    font-size: 14px;
    line-height: 30px;

    margin: 30px 0 0 0;

    color: #bdbdbd;
}
.footer .foot > ul > li .item-2 p
{
    line-height: 2.14285714;

    position: relative;

    margin: 0;
    padding-left: 26px;

    color: #bdbdbd;
}
.footer .foot > ul > li .item-2 p:before
{
    font-family: 'iconfont' !important;

    position: absolute;
    left: 0;

    content: '\e739';
}
.footer .foot > ul > li .item-2 p.tel:before
{
    content: '\e625';
}
.footer .foot > ul > li .item-2 p.fax:before
{
    font-size: 16px;

    content: '\e6d3';
}
.footer .foot > ul > li .item-2 p.website:before
{
    content: '\e618';
}
.footer .foot > ul > li .item-2 p.email:before
{
    font-size: 12px;

    top: 2px;

    content: '\e626';
}
.footer .foot > ul > li .item-2 p a:hover
{
    text-decoration: underline;
}
.footer .foot > ul > li .info-down
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .info-down
    {
        display: none;

        padding-bottom: 10px;
    }
}
.footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e623';
}
.footer .copyright
{
    line-height: 30px;

    overflow: hidden;

    padding: 10px 0;

    text-align: center;

    background-color: #303133;
}
.footer .copyright p
{
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #6f7072;
}
.footer .copyright p a
{
    margin-left: 70px;

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

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

    color: #fff;
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 50px 0 90px;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0 60px;
    }
}
.wrap .wrap-text
{
    margin-top: 20px;
}
.wrap .wrap-text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.title-in h2
{
    font-size: 30px;

    margin: 0;

    color: #23539b;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 22px;
    }
}
.wrap-location
{
    border-bottom: 1px solid #eee;
}
.wrap-location ul:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-right: 10px;

    content: '\e612';

    color: #f67800;
}
.wrap-location ul li
{
    display: inline-block;
}
.wrap-location ul li a
{
    font-weight: 500;
    line-height: 50px;

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

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-location ul li a
    {
        font-size: 12px;
    }
}
.wrap-location ul li a:after
{
    margin: 0 10px;

    content: '/';

    color: #666;
}
.wrap-location ul li a:hover
{
    color: #f67800;
}
.wrap-location ul li:last-child a:after
{
    display: none;
}
.wrap-location ul li:last-child a:hover
{
    color: #666;
}
.sub-box
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .sub-box
    {
        padding: 0;
    }
}
.sub-box:after
{
    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #e5e5e5;
}
.sub-box .category
{
    position: relative;

    width: 100%;
    height: 66px;
}
@media (max-width: 991px)
{
    .sub-box .category
    {
        height: 51px;
    }
}
.sub-box .category ul
{
    position: absolute;
    left: 0;

    margin: 0 -40px;

    white-space: nowrap;
}
@media (max-width: 991px)
{
    .sub-box .category ul
    {
        margin: 0 -20px;
    }
}
.sub-box .category ul li
{
    position: relative;

    display: inline-block;

    height: 66px;
}
@media (max-width: 991px)
{
    .sub-box .category ul li
    {
        height: 50px;
    }
}
.sub-box .category ul li a
{
    font-size: 16px;
    line-height: 66px;

    position: relative;

    display: block;

    height: 66px;
    padding: 0 36px;
}
@media (max-width: 991px)
{
    .sub-box .category ul li a
    {
        font-size: 14px;
        line-height: 50px;

        height: 50px;
        padding: 0 16px;
    }
}
.sub-box .category ul li a:after
{
    position: absolute;
    bottom: -1px;
    left: 50%;

    width: 0;
    height: 2px;

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

    background-color: #23539b;
}
.sub-box .category ul li.active a,
.sub-box .category ul li:hover a
{
    color: #23539b;
}
.sub-box .category ul li.active a:after,
.sub-box .category ul li:hover a:after
{
    width: 50px;
}
.wrap-about .text
{
    margin-top: 20px;
    padding-right: 40px;
}
@media (max-width: 991px)
{
    .wrap-about .text
    {
        padding-right: 0;
    }
}
.wrap-about .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.wrap-about .pic
{
    margin-top: 20px;
}
.wrap-about .pic img
{
    max-width: 100%;
}
.wrap-culture .item
{
    margin-top: 50px;

    text-align: center;
}
.wrap-culture .item .icon
{
    width: 126px;
    height: 126px;
    margin: 0 auto;
    padding: 4px;

    border: 1px solid #23539b;
    border-radius: 50%;
}
.wrap-culture .item .icon h3
{
    font-size: 14px;

    width: 116px;
    height: 116px;
    margin: 0;

    color: #fff;
    border-radius: 50%;
    background-color: #23539b;
}
.wrap-culture .item .icon h3 span
{
    display: inline-block;

    margin-top: 24px;
}
.wrap-culture .item .icon h3 span:before
{
    font-family: 'iconfont' !important;
    font-size: 32px;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 6px;

    content: '\e62f';
}
.wrap-culture .item p
{
    line-height: 2.14285714;

    margin: 20px 0 0 0;

    color: #666;
}
.wrap-culture .item-jyln .icon
{
    border-color: #349b80;
}
.wrap-culture .item-jyln .icon h3
{
    background-color: #349b80;
}
.wrap-culture .item-jyln .icon h3 span:before
{
    font-size: 36px;

    content: '\e634';
}
.wrap-culture .item-qyzz .icon
{
    border-color: #4ea1cb;
}
.wrap-culture .item-qyzz .icon h3
{
    background-color: #4ea1cb;
}
.wrap-culture .item-qyzz .icon h3 span:before
{
    font-size: 40px;
    line-height: 50px;

    content: '\e63b';
}
.wrap-culture .item-qymb .icon
{
    border-color: #f19149;
}
.wrap-culture .item-qymb .icon h3
{
    background-color: #f19149;
}
.wrap-culture .item-qymb .icon h3 span:before
{
    font-size: 24px;

    content: '\e641';
}
.wrap-culture .item-qyzx .icon
{
    border-color: #f19149;
}
.wrap-culture .item-qyzx .icon h3
{
    background-color: #f19149;
}
.wrap-culture .item-qyzx .icon h3 span:before
{
    content: '\e62e';
}
.wrap-culture .item-qyzd .icon
{
    border-color: #4ea1cb;
}
.wrap-culture .item-qyzd .icon h3
{
    background-color: #4ea1cb;
}
.wrap-culture .item-qyzd .icon h3 span:before
{
    font-size: 36px;

    content: '\e636';
}
.wrap-culture .item-qycx .icon
{
    border-color: #349b80;
}
.wrap-culture .item-qycx .icon h3
{
    background-color: #349b80;
}
.wrap-culture .item-qycx .icon h3 span:before
{
    font-size: 36px;

    content: '\e612';
}
.wrap-culture .item-qyzf .icon
{
    border-color: #23539b;
}
.wrap-culture .item-qyzf .icon h3
{
    background-color: #23539b;
}
.wrap-culture .item-qyzf .icon h3 span:before
{
    content: '\e655';
}
.wrap-culture .item-gzln .icon
{
    border-color: #349b80;
}
.wrap-culture .item-gzln .icon h3
{
    background-color: #349b80;
}
.wrap-culture .item-gzln .icon h3 span:before
{
    font-size: 36px;

    content: '\e677';
}
.wrap-culture .item-rcln .icon
{
    border-color: #23539b;
}
.wrap-culture .item-rcln .icon h3
{
    background-color: #23539b;
}
.wrap-culture .item-rcln .icon h3 span:before
{
    font-size: 26px;

    content: '\e62c';
}
.wrap-culture .item-yrln .icon
{
    border-color: #f19149;
}
.wrap-culture .item-yrln .icon h3
{
    background-color: #f19149;
}
.wrap-culture .item-yrln .icon h3 span:before
{
    content: '\e62b';
}
.wrap-culture .item-glln .icon
{
    border-color: #4ea1cb;
}
.wrap-culture .item-glln .icon h3
{
    background-color: #4ea1cb;
}
.wrap-culture .item-glln .icon h3 span:before
{
    font-size: 30px;

    content: '\e7fe';
}
.wrap-culture .item-tdln .icon
{
    border-color: #666;
}
.wrap-culture .item-tdln .icon h3
{
    background-color: #666;
}
.wrap-culture .item-tdln .icon h3 span:before
{
    font-size: 40px;

    content: '\e654';
}
.wrap-culture .item:hover .icon h3 span:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-honor .item
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-honor .item
    {
        margin-top: 20px;
    }
}
.wrap-honor .item .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .item p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .item:hover p
{
    color: #23539b;
}
.wrap-elegant .item
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-elegant .item
    {
        margin-top: 20px;
    }
}
.wrap-elegant .item .img-box
{
    padding-bottom: 57.97101449%;
}
.wrap-elegant .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-elegant .item p
{
    font-size: 16px;
    line-height: 100px;

    display: -webkit-box;
    overflow: hidden;

    height: 100px;
    margin: 0;

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

    background-color: #eee;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-elegant .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-elegant .item:hover p
{
    color: #23539b;
}
.wrap-team .item
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-team .item
    {
        margin-top: 20px;
    }
}
.wrap-team .item .img-box
{
    padding-bottom: 68.88888889%;
}
.wrap-team .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-team .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-speech .text
{
    margin-top: 30px;
}
.wrap-speech .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.wrap-speech .item
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-speech .item
    {
        margin-top: 20px;
    }
}
.wrap-speech .item .img-box
{
    padding-bottom: 68.88888889%;
}
.wrap-speech .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-speech .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-video .item
{
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-video .item
    {
        margin-top: 30px;
    }
}
.wrap-video .item p
{
    font-size: 16px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 32px;
    margin: 14px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-video .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .5;
}
.wrap-video .item:hover .video .play
{
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
}
.wrap-video .video
{
    position: relative;

    overflow: hidden;
}
.wrap-video .video .img-box
{
    padding-bottom: 57.97101449%;

    background-color: #000;
}
.wrap-video .video .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
@media (max-width: 991px)
{
    .wrap-video .video .img-box img
    {
        opacity: .8;
    }
}
.wrap-video .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

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

    width: 100% !important;
    height: 100% !important;
}
.wrap-video .video .play
{
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;
    margin-bottom: 100%;

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

    opacity: 0;
    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-video .video .play
    {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 1;
    }
}
.wrap-video .video .play:before
{
    font-family: 'iconfont';
    font-size: 70px;

    display: block;

    content: '\e633';
}
@media (max-width: 991px)
{
    .wrap-video .video .play:before
    {
        font-size: 50px;
    }
}
.wrap-news .news-top
{
    display: table;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-news .news-top
    {
        display: block;
    }
}
.wrap-news .news-top .pic,
.wrap-news .news-top .text
{
    display: table-cell;

    width: 50%;

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

        width: 100%;
    }
}
.wrap-news .news-top .pic .img-box
{
    padding-bottom: 64.28571429%;
}
.wrap-news .news-top .text
{
    padding: 30px;

    color: #fff;
    background-color: #00388b;
}
@media (max-width: 991px)
{
    .wrap-news .news-top .text
    {
        padding: 40px 15px;
    }
}
.wrap-news .news-top .text h3
{
    font-size: 18px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news-top .text .note
{
    overflow: hidden;

    height: 112px;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-news .news-top .text .note
    {
        margin-top: 20px;
    }
}
.wrap-news .news-top .text .note p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;
}
.wrap-news .news-top .text a.more
{
    line-height: 2;

    display: block;

    margin-top: 30px;

    text-decoration: underline;
}
@media (max-width: 991px)
{
    .wrap-news .news-top .text a.more
    {
        margin-top: 20px;
    }
}
.wrap-news .news .item
{
    overflow: hidden;

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

    border: 1px solid #e5e5e5;
}
.wrap-news .news .item .pic
{
    float: left;

    width: 30%;
}
@media (max-width: 1350px)
{
    .wrap-news .news .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic
    {
        width: 30%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 45%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 64.28571429%;
}
.wrap-news .news .item .note
{
    float: left;

    width: 70%;
    padding: 10px 30px;
}
@media (max-width: 1350px)
{
    .wrap-news .news .item .note
    {
        width: 60%;
        padding: 10px 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note
    {
        width: 70%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        width: 55%;
        padding: 0 0 0 10px;
    }
}
.wrap-news .news .item .note span
{
    display: block;

    color: #23539b;
}
.wrap-news .news .item .note h3
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note h3
    {
        font-size: 15px;
    }
}
.wrap-news .news .item .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note p
    {
        margin: 4px 0 0 0;
    }
}
.wrap-news-show .title-news
{
    margin-top: 50px;
}
.wrap-news-show .title-news h1
{
    font-size: 26px;
    line-height: 1.53846154;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news h1
    {
        font-size: 18px;
    }
}
.wrap-news-show .title-news p
{
    font-size: 16px;

    margin: 0;

    color: #23539b;
}
.wrap-news-show .text
{
    margin-top: 30px;
}
.wrap-news-show .text p
{
    line-height: 2;

    color: #999;
}
.wrap-news-show .text img
{
    max-width: 100%;
}
.wrap-news-show .relate
{
    overflow: hidden;

    max-width: 1170px;
    margin-top: 40px;
}
.wrap-news-show .relate ul
{
    overflow: hidden;

    margin: 0 -15px;
}
.wrap-news-show .relate ul li
{
    float: left;

    width: 50%;
    margin-top: 10px;
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate ul li
    {
        width: 100%;
    }
}
.wrap-news-show .relate ul li a
{
    line-height: 80px;

    display: block;
    overflow: hidden;

    height: 80px;
    padding: 0 50px;

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

    background-color: #eee;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate ul li a
    {
        line-height: 50px;

        height: 50px;
        padding: 0 15px;
    }
}
.wrap-news-show .relate ul li a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: left;

    margin-top: 2px;
    margin-right: 20px;

    content: '\e9bc';

    color: #23539b;
}
@media (max-width: 767px)
{
    .wrap-news-show .relate ul li a:before
    {
        margin-right: 10px;
    }
}
.wrap-news-show .relate ul li a span
{
    font-size: 20px;

    display: inline-block;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate ul li a span
    {
        font-size: 16px;
    }
}
.wrap-news-show .relate ul li.next a:before
{
    content: '\e689';
}
.wrap-news-show .relate ul li:hover a
{
    color: #23539b;
}
.wrap-company .title-company
{
    text-align: center;
}
.wrap-company .title-company h2
{
    font-size: 30px;

    margin: 0;

    color: #23539b;
}
@media (max-width: 991px)
{
    .wrap-company .title-company h2
    {
        font-size: 22px;
    }
}
.wrap-company .title-company p
{
    line-height: 1.71428571;

    max-width: 1030px;
    margin: 0 auto;
    margin-top: 14px;

    color: #999;
}
.wrap-company .item
{
    margin-top: 30px;

    text-align: center;

    background-color: #f6f6f6;
}
.wrap-company .item .img-box
{
    padding-bottom: 60.97560976%;
}
.wrap-company .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-company .item .note
{
    padding: 30px 40px 40px 40px;
}
.wrap-company .item h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-company .item p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

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

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-company .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-company .item:hover h3
{
    color: #23539b;
}
.wrap-company-show .title-company-show
{
    text-align: center;
}
.wrap-company-show .title-company-show h1
{
    font-size: 26px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-company-show .title-company-show h1
    {
        font-size: 22px;
    }
}
.wrap-company-show .text
{
    margin-top: 30px;
}
.wrap-company-show .text p
{
    line-height: 2.14285714;

    color: #999;
}
.wrap-company-show .item
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-company-show .item
    {
        margin-top: 20px;
    }
}
.wrap-company-show .item .img-box
{
    padding-bottom: 55.55555556%;
}
.wrap-company-show .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-company-show .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-project .project
{
    margin-top: 10px;
}
.wrap-project .project .item
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-project .project .item
    {
        margin-top: 20px;
    }
}
.wrap-project .project .item .img-box
{
    padding-bottom: 63.76811594%;
}
.wrap-project .project .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-project .project .item p
{
    font-size: 16px;
    line-height: 1.875;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 14px 0 0 0;

    text-align: center;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-project .project .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-job .job
{
    margin-top: 30px;
}
.wrap-job .job ul li
{
    overflow: hidden;
}
.wrap-job .job ul li:first-child
{
    background-color: #23539b;
}
.wrap-job .job ul li:first-child .item p
{
    padding: 10px 50px;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-job .job ul li:first-child .item p
    {
        padding: 10px;
    }
}
.wrap-job .job ul li:first-child .item p:nth-child(5)
{
    padding: 10px 10px;
}
.wrap-job .job ul li .item
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    cursor: pointer;

    border-bottom: 1px solid #e5e5e5;
}
.wrap-job .job ul li .item p
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    width: 24%;
    margin: 0;
    padding: 25px 50px;

    vertical-align: middle;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-job .job ul li .item p
    {
        font-size: 14px;

        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-job .job ul li .item p
    {
        font-size: 13px;

        width: 20%;
    }
    .wrap-job .job ul li .item p:nth-child(4)
    {
        width: 32%;
    }
}
.wrap-job .job ul li .item p:nth-child(5)
{
    width: 4%;
    padding: 25px 10px;
}
@media (max-width: 991px)
{
    .wrap-job .job ul li .item p:nth-child(5)
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-job .job ul li .item p:nth-child(5)
    {
        width: 8%;
    }
}
.wrap-job .job ul li .text
{
    display: none;

    padding: 24px 50px;

    text-align: left;

    background-color: #eee;
}
@media (max-width: 991px)
{
    .wrap-job .job ul li .text
    {
        padding: 20px 10px;
    }
}
.wrap-job .job ul li .text h3
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #23539b;
}
@media (max-width: 991px)
{
    .wrap-job .job ul li .text h3
    {
        font-size: 15px;
    }
}
.wrap-job .job ul li .text p
{
    font-size: 14px;
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-job .job ul li .text p
    {
        font-size: 13px;
    }
}
.wrap-job .job ul li.current
{
    position: relative;
    z-index: 2;
}
.wrap-job .job ul li.current .item
{
    border-bottom: 1px solid #23539b;
}
.wrap-job .job ul li.current .item:before
{
    position: absolute;
    z-index: 2;
    top: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #23539b;
}
.wrap-job .download
{
    max-width: 810px;
    margin-top: 70px;
    padding: 34px 40px;

    background-color: #eee;
}
@media (max-width: 991px)
{
    .wrap-job .download
    {
        margin-top: 50px;
        padding: 30px 15px;
    }
}
.wrap-job .download a.down
{
    line-height: 50px;

    display: inline-block;

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

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

    color: #fff;
    background-color: #23539b;
}
.wrap-job .download a.down:hover
{
    background-color: #0b3e8a;
}
.wrap-job .download p
{
    line-height: 2;

    display: inline-block;

    margin: 0;

    vertical-align: middle;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-job .download p
    {
        display: block;

        margin-top: 10px;
    }
}
.wrap-job .download p span
{
    color: #23539b;
}
.wrap-job .download p a
{
    color: #23539b;
}
.wrap-job .download p a:hover
{
    text-decoration: underline;
}
.wrap-relate-website .item
{
    margin-top: 40px;
}
.wrap-relate-website .item .pic
{
    border: 1px solid #e5e5e5;
}
.wrap-relate-website .item .img-box
{
    padding-bottom: 28.88888889%;
}
.wrap-relate-website .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-relate-website .item p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-relate-website .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-relate-website .item:hover p
{
    color: #23539b;
}
.wrap-regulations .title-in
{
    text-align: center;
}
.wrap-regulations .item
{
    margin-top: 40px;

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

    background-color: #f6b37f;
}
@media (max-width: 767px)
{
    .wrap-regulations .item
    {
        margin-top: 30px;
    }
}
.wrap-regulations .item p
{
    margin: 0;
}
.wrap-regulations .item a
{
    line-height: 100px;

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

    height: 100px;

    text-decoration: underline;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-regulations .item-2
{
    background-color: #89c997;
}
.wrap-regulations .item-3
{
    background-color: #84ccc9;
}
.wrap-regulations .item-4
{
    background-color: #448aca;
}
.wrap-regulations .item:hover
{
    background-color: #23539b;
}
.wrap-contact .text
{
    margin-top: 50px;
}
.wrap-contact .text h3
{
    font-size: 20px;
    line-height: 1.66666667;

    margin: 0;

    color: #23539b;
}
.wrap-contact .text p
{
    line-height: 24px;

    position: relative;

    display: table;
    overflow: hidden;

    width: 100%;
    margin-top: 14px;
}
.wrap-contact .text p span
{
    display: table-cell;

    padding-left: 20px;

    vertical-align: middle;
}
.wrap-contact .text p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 46px;

    display: table-cell;

    width: 46px;
    height: 46px;

    content: '\e739';
    text-align: center;
    vertical-align: middle;

    color: #fff;
    border-radius: 50%;
    background-color: #84ccc9;
}
.wrap-contact .text p.phone:before
{
    content: '\e683';

    color: #f29c9f;
    border-color: #f29c9f;
}
.wrap-contact .text p.tel:before
{
    font-size: 18px;

    content: '\e625';

    background-color: #89c997;
}
.wrap-contact .text p.fax:before
{
    content: '\e6d3';

    background-color: #facd89;
}
.wrap-contact .text p.website:before
{
    content: '\e618';

    background-color: #8c97cb;
}
.wrap-contact .text p.email:before
{
    content: '\e6a4';

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

    color: #23539b;
}
.wrap-contact .map
{
    overflow: hidden;

    height: 350px;
    margin-top: 50px;
}
.wrap-message .message
{
    margin-top: 10px;
}
.wrap-message .message input,
.wrap-message .message textarea
{
    line-height: 30px;

    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding: 10px 30px;

    background-color: #eee;
}
@media (max-width: 767px)
{
    .wrap-message .message input,
    .wrap-message .message textarea
    {
        min-height: 44px;
        padding: 10px 14px;
    }
}
.wrap-message .message input::-webkit-input-placeholder,
.wrap-message .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-message .message input:-o-placeholder,
.wrap-message .message textarea:-o-placeholder
{
    color: #999;
}
.wrap-message .message input::-moz-placeholder,
.wrap-message .message textarea::-moz-placeholder
{
    color: #999;
}
.wrap-message .message input:-ms-input-placeholder,
.wrap-message .message textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-message .message input:focus::-webkit-input-placeholder,
.wrap-message .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message input:focus::-o-placeholder,
.wrap-message .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message input:focus::-moz-placeholder,
.wrap-message .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message input:focus::-ms-input-placeholder,
.wrap-message .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message .submit
{
    line-height: 50px;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #23539b;
}
@media (max-width: 767px)
{
    .wrap-message .message .submit
    {
        margin-top: 20px;
    }
}
.wrap-message .message .submit:hover
{
    background-color: #0b3e8a;
}
.page
{
    margin-top: 70px;

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

        width: 34px;
        height: 34px;
        margin: 0 1px;
    }
}
.page li a
{
    line-height: 48px;

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

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

    color: #666;
    border: 1px solid #bfbfbf;
    border-radius: 0;
    background: #fff;
}
.page li.active a,
.page li:hover a
{
    color: #fff;
    border-color: #23539b;
    background-color: #23539b;
}
.page li a
{
    display: block;
}
.page li.omit
{
    color: #333;
    border-color: #fff;
    background-color: #fff;
}
.page li.omit:hover
{
    background: none;
}
.page li.prev a:before,
.page li.next a:before
{
    font-family: 'iconfont' !important;
    font-size: 12px;

    content: '\e601';
}
.page li.prev a:hover,
.page li.next a:hover
{
    border-color: #23539b;
    background-color: #23539b;
}
.page li.next a:before
{
    content: '\e827';
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.stuck
{
    position: fixed !important;
    z-index: 10;
    top: 0;

    width: 100%;
}
.zoomDiv
{
    z-index: 9;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 1;

    cursor: move;

    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}
