/**
 * style.less
 * 层叠样式表
 */
@font-face
{
    font-family: 'Barlow Condensed';
    font-weight: 600;
    font-style: normal;

    src: url('../fonts/BarlowCondensed-SemiBold.eot');
    src: local('Barlow Condensed SemiBold'), local('BarlowCondensed-SemiBold'), url('../fonts/BarlowCondensed-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowCondensed-SemiBold.woff2') format('woff2'), url('../fonts/BarlowCondensed-SemiBold.woff') format('woff'), url('../fonts/BarlowCondensed-SemiBold.ttf') format('truetype'), url('../fonts/BarlowCondensed-SemiBold.svg#BarlowCondensed-SemiBold') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: 600;
    font-style: normal;

    src: url('../fonts/AvantGardeITCbyBT-Demi.eot');
    src: local('ITC Avant Garde Gothic Demi'), local('AvantGardeITCbyBT-Demi'), url('../fonts/AvantGardeITCbyBT-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-Demi.woff2') format('woff2'), url('../fonts/AvantGardeITCbyBT-Demi.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Demi.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-Demi.svg#AvantGardeITCbyBT-Demi') format('svg');
    font-display: swap;
}
.ff
{
    font-family: 'iconfont' !important;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
.slick-slide a
{
    outline: none !important;
}
.header a,
.footer a
{
    color: inherit;
}
.header ul,
.footer ul
{
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li
{
    list-style: none;
}
.header button,
.footer button
{
    border: none;
    outline: none;
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;

    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 (min-width: 1560px)
{
    .container
    {
        width: 1530px;
    }
}
@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;
    }
}
ul
{
    margin: 0;
    padding: 0;
}
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;
}
a:active,
a:link,
a:visited
{
    text-decoration: none;
}
.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;
}
ul
{
    margin: 0;
    padding: 0;
}
ul li
{
    list-style: none;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 100px;
    padding: 0 4%;

    -webkit-transition: all .6s;
            transition: all .6s;

    background-color: #fff;
}
@media (max-width: 1350px)
{
    .header
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        height: 70px;
    }
}
.header .logo
{
    position: relative;

    float: left;

    height: 70px;
    margin-top: 15px;

    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: left;
}
@media (max-width: 1470px)
{
    .header .logo
    {
        height: 60px;
        margin-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        margin-top: 5px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 44px;
        margin-top: 13px;
    }
}
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;

        margin-top: 14px;
    }
    .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);
}
.header .language
{
    position: relative;

    display: inline-block;
    float: right;
}
.header .language:after
{
    content: '/';

    color: #999;
}
.header .language a
{
    font-size: 16px;
    line-height: 100px;

    display: inline-block;

    padding: 0 10px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #666;
}
.header .language a:hover
{
    color: #314e92;
}
.header .email
{
    position: relative;

    display: inline-block;
    float: right;
}
.header .email:after
{
    content: '/';

    color: #999;
}
.header .email a
{
    font-size: 16px;
    line-height: 100px;

    display: inline-block;

    padding: 0 10px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #666;
}
.header .email a:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e652';
}
.header .email a:hover
{
    color: #314e92;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        position: relative;

        display: inline-block;
        float: right;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 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
    {
        font-size: 0;
    }
    .header .nav .nav-list1 > li
    {
        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 100px;

        position: relative;

        display: inline-block;
        overflow: hidden;

        padding: 0 30px;

        -webkit-transition: all .4s;
                transition: all .4s;

        color: #666;
    }
    .header .nav .nav-list1 > li > a:after
    {
        position: absolute;
        bottom: 0;
        left: 0;

        display: block;

        width: 0;
        height: 6px;

        content: '';
        -webkit-transition: all .2s;
                transition: all .2s;

        background-color: #314e92;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #314e92;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;
        overflow: hidden;

        min-width: 130px;
        padding: 10px 0 0 0;

        text-align: center;

        color: #333;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2:before
    {
        position: absolute;
        top: 0;
        left: 20%;

        display: block;

        width: 0;
        height: 0;

        content: '';

        border-width: 0 10px 10px 10px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        display: block;

        list-style: none;

        border-bottom: 1px solid #e1e1e1;
        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 li a
    {
        font-size: 14px;
        line-height: 30px;

        display: block;

        padding: 5px 50px;
    }
    .header .nav .nav-list1 .nav-list2 li a:hover
    {
        text-decoration: underline;

        color: #314e92;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 24px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        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;
    }
}
.header .nav-list2
{
    display: none;
}
.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 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 14px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);

        color: #fff;
    }
}
.header .nav-2 .nav-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%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@media (max-width: 767px)
{
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    line-height: 30px;

    clear: both;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    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: 15px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        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 > a
    {
        font-size: 18px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(51, 51, 51, .96);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #fff;
}
@media (min-width: 768px)
{
    .header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show
{
    z-index: 66;
}
.header .search-box.search-xs.show .search
{
    left: 0;
}
.header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
            transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #314e92;
}
.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: 100%;
    height: 60px;
    padding: 0 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
    border: none;
    outline: none;
}
.header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .find
{
    font-size: 24px;
    line-height: 100px;

    display: inline-block;
    float: right;

    height: 100px;
    padding: 0;
    padding-left: 10px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
    vertical-align: middle;

    color: #666;
}
.header .find:before
{
    font-family: 'iconfont';

    content: '\e6a2';
}
.header .find:hover
{
    color: #314e92;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header
{
    height: 70px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.fixed-header .logo
{
    height: 60px;
    margin-top: 5px;
}
@media (max-width: 767px)
{
    .header.fixed-header .logo
    {
        height: 44px;
        margin-top: 13px;
    }
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 70px;
}
.header.fixed-header .language a
{
    line-height: 70px;
}
.header.fixed-header .email a
{
    line-height: 70px;
}
.header.fixed-header .find
{
    line-height: 70px;

    height: 70px;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 70px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border-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: 10;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin-top: 4px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border-radius: 10px;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:hover
{
    text-decoration: none;
}
.online-wrap .online a:before
{
    font-size: 22px;
    font-weight: normal;

    color: #fff;
}
.online-wrap .online a:after
{
    display: block;

    width: 30px;
    height: 1px;
    margin: 0 auto;

    content: '';

    opacity: .5;
    background-color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #898989;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 50px;

        width: 40px;
        height: 50px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        left: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: -300px;

    padding-right: 5px;

    -webkit-transition: left .3s;
            transition: left .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #253e79;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .cart
{
    position: relative;
}
.online-wrap .online .cart:before
{
    font-family: 'iconfont' !important;

    content: '\e633';
}
.online-wrap .online .cart span
{
    line-height: 20px;

    position: absolute;
    top: 4px;
    right: 0;

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #314e92;
}
.online-wrap .online .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .online .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .online .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e6a4';
}
.online-wrap .online .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e6b7';
}
.online-wrap .online .icon-line:before
{
    font-family: 'iconfont' !important;

    content: '\e640';
}
.online-wrap .online .icon-messenger:before
{
    font-family: 'iconfont' !important;

    content: '\e663';
}
.online-wrap .online .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e751';
}
.online-wrap .online .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .online .icon-arrow-top:before
{
    font-family: 'iconfont' !important;
    font-size: 26px !important;

    content: '\e614';
}
.online-wrap .online .icon-arrow-top:after
{
    display: none !important;
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.xs-online
{
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #314e92;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

    content: '\e72e';
}
.xs-online ul li.whatsapp > a:before
{
    font-weight: normal;

    content: '\e621';
}
.xs-online ul li.feedback > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    margin-top: 100px;
}
@media (max-width: 1199px)
{
    .banner
    {
        margin-top: 70px;
    }
}
.banner .item
{
    position: relative;
}
.banner .slickbanner
{
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;
    left: 50%;

    display: inline-block;

    margin: 0;
    padding: 0;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 20px;
    }
}
.banner .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 10px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    border-radius: 50%;
    background-color: #d4d7da;
}
.banner .slick-dots li.slick-active
{
    background-color: #314e92;
}
.banner .slick-dots li.slick-active:before
{
    position: absolute;
    top: -6px;
    left: -6px;

    display: block;

    width: 22px;
    height: 22px;

    content: '';

    border: 1px solid #314e92;
    border-radius: 50%;
}
.banner .slick-dots li button
{
    display: none;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .text
{
	padding: 80px 7%;
	width: 100%;
    position: absolute;
    top: 50%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .text
    {
        padding: 0 10%;
    }
}
.banner .text h3{
	font-size: 70px;
	font-family: 'ITC Avant Garde Gothic';
	margin: 0;
	line-height: 1.2;
	font-weight: bold;
	display: block;
}
.banner .text h4{
	font-size: 36px;
	font-family: 'ITC Avant Garde Gothic';
	margin: 0;
	line-height: 1.2;
	font-weight: normal;display: block;
}
.banner .text h5{
	font-size: 36px;

	margin: 10px 0 0 0;
	line-height: 1.2;
	font-weight: bold;display: block;
}
.banner .text p{
	font-size: 26px;

	margin: 14px 0 0 0;
	line-height: 1.2;display: block;
	
}
@media(max-width:1470px){
	.banner .text h3{
		font-size: 60px;
		
	}
	.banner .text h4{
		font-size: 30px;
		
	}
	.banner .text h5{
		font-size: 28px;
	
	}
	.banner .text p{
		font-size: 22px;

	}
	/* .header .find,
	.header .email a,
	.header .language a{
		line-height: 70px;
	} */
}
@media(max-width:1199px){
	.banner .text h3{
		font-size: 50px;
		
	}
	.banner .text h4{
		font-size: 26px;
		
	}
	.banner .text h5{
		font-size: 20px;
	
	}
	.banner .text p{
		font-size: 16px;

	}
	.header .find,
	.header .email a,
	.header .language a{
		line-height: 70px;
	}
}
@media(max-width:767px){
	.banner .text h3{
		font-size: 24px;
		
	}
	.banner .text h4{
		font-size: 16px;
		
	}
	.banner .text h5{
		font-size: 16px;
	
	}
	.banner .text p{
		font-size: 14px;

	}
}
/* .banner .text-1
{
    width: 100%;

    text-align: center;

    color: #fff;
}
.banner .text-1 h3
{
    font-size: 54px;
    font-weight: bold;
    line-height: 1.2;
}
@media (max-width: 1470px)
{
    .banner .text-1 h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .text-1 h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 h3
    {
        font-size: 20px;
    }
}
.banner .text-1 h4
{
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;
}
@media (max-width: 1470px)
{
    .banner .text-1 h4
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .banner .text-1 h4
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 h4
    {
        font-size: 16px;
    }
}
.banner .text-2
{
    top: 30%;
    right: 10%;

    width: auto;

    text-align: center;
}
@media (max-width: 991px)
{
    .banner .text-2
    {
        top: 40%;
    }
}
@media (max-width: 767px)
{
    .banner .text-2
    {
        right: 0;

        width: 100%;
    }
}
.banner .text-2 h3
{
    font-size: 66px;

    letter-spacing: 2px;
}
@media (max-width: 1470px)
{
    .banner .text-2 h3
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .banner .text-2 h3
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .banner .text-2 h3
    {
        font-size: 20px;
    }
}
.banner .text-2 h4
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    padding: 10px;

    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}
@media (max-width: 1470px)
{
    .banner .text-2 h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner .text-2 h4
    {
        font-size: 12px;

        display: none;

        padding: 0;
    }
}
.banner .text-2 h5
{
    font-size: 20px;
    line-height: 1.5;
}
@media (max-width: 1470px)
{
    .banner .text-2 h5
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner .text-2 h5
    {
        font-size: 14px;

        display: none;
    }
}
.banner .text-3
{
    left: 10%;

    max-width: 750px;
}
@media (max-width: 991px)
{
    .banner .text-3
    {
        max-width: 550px;
    }
}
@media (max-width: 767px)
{
    .banner .text-3
    {
        left: 0;

        max-width: 100%;
        padding: 0 10%;
    }
}
.banner .text-3 h3
{
    font-size: 42px;
    line-height: 1.33333333;
}
@media (max-width: 1470px)
{
    .banner .text-3 h3
    {
        font-size: 32px;
    }
}
@media (max-width: 991px)
{
    .banner .text-3 h3
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .banner .text-3 h3
    {
        font-size: 20px;
    }
}
.banner .text-3 h4
{
    font-size: 20px;
    line-height: 1.5;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .banner .text-3 h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner .text-3 h4
    {
        display: none;
    }
}
.banner .text-3 ul
{
    font-size: 0;

    margin: 0 -10px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .banner .text-3 ul
    {
        margin: 0 -4px;
        margin-top: 0;
    }
}
.banner .text-3 ul li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    padding: 10px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .banner .text-3 ul li
    {
        padding: 4px;
    }
}
.banner .text-3 ul li p
{
    font-size: 26px;
    line-height: 30px;

    margin: 0;
    padding: 10px;

    text-align: center;

    border: 1px dashed #fff;
}
@media (max-width: 1470px)
{
    .banner .text-3 ul li p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .text-3 ul li p
    {
        font-size: 14px;
        line-height: 24px;

        padding: 4px;
    }
} */
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner-in .text-in
{
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.banner-in .text-in .note
{
    padding-left: -webkit-calc(20% + 60px);
    padding-left:         calc(20% + 60px);
}
@media (max-width: 991px)
{
    .banner-in .text-in .note
    {
        padding-left: -webkit-calc(20% + 30px);
        padding-left:         calc(20% + 30px);
    }
}
.banner-in .text-in .note:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 20%;
    height: 1px;

    content: '';

    background-color: rgba(49, 78, 146, .57);
}
.banner-in .text-in .note:after
{
    position: absolute;
    top: 50%;
    left: 20%;

    display: block;

    width: 18px;
    height: 18px;
    margin-top: -9px;

    content: '';

    border: 3px solid rgba(49, 78, 146, .57);
    border-radius: 50%;
}
.banner-in .text-in p
{
    font-size: 40px;
    line-height: 1.2;

    margin: 0;

    color: #314e92;
}
@media (max-width: 1350px)
{
    .banner-in .text-in p
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .text-in p
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in p
    {
        font-size: 20px;
    }
}
.banner-in .text-in b
{
    font-size: 48px;
    line-height: 1.2;

    display: block;

    text-transform: uppercase;

    color: #314e92;
}
@media (max-width: 1350px)
{
    .banner-in .text-in b
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .text-in b
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in b
    {
        font-size: 24px;
    }
}
.banner-in .text-in.text-right .note
{
    padding-right: -webkit-calc(20% + 60px);
    padding-right:         calc(20% + 60px);
    padding-left: auto;
}
@media (max-width: 991px)
{
    .banner-in .text-in.text-right .note
    {
        padding-right: -webkit-calc(20% + 30px);
        padding-right:         calc(20% + 30px);
    }
}
.banner-in .text-in.text-right .note:before
{
    right: 0;
    left: auto;
}
.banner-in .text-in.text-right .note:after
{
    right: 20%;
    left: auto;
}
.banner-in .text-in.text-right.text-white .note:before
{
    background-color: rgba(255, 255, 255, .57);
}
.banner-in .text-in.text-right.text-white .note:after
{
    border: 3px solid rgba(255, 255, 255, .57);
}
.banner-in .text-in.text-right.text-white p,
.banner-in .text-in.text-right.text-white b
{
    color: #fff;
}
.banner .slick-current .text h3,
.banner .slick-current .text h4,
.banner .slick-current .text h5,
.banner .slick-current .text p
{
  -webkit-animation: fadeInUp 0.8s 0s ease both;
  	animation: fadeInUp 0.8s 0s ease both;
}
.banner .slick-arrow {
	width: 38px;
	height: 66px;

	position: absolute;
	z-index: 9;
	top: 50%;

	padding: 0;

	cursor: pointer;

	opacity: 1;
	outline: none;border:none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	background-size: 100% 100%!important;
}
.banner .slick-arrow.slick-prev{
	left: 3%;
	background: url(../images/left-1.png) center no-repeat;
}
.banner .slick-arrow.slick-prev:hover{
	/* background: url(../images/banner-prev-hover.png) no-repeat; */
}
.banner .slick-arrow.slick-next{
	right: 3%;
	background: url(../images/right-1.png) center no-repeat;
}
.banner .slick-arrow.slick-next:hover{
	/* background: url(../images/banner-next-hover.png) no-repeat; */
}
@media (max-width: 1440px) {
	.banner .slick-arrow {
		width: 20px;
		height: 36px;
	}
	.banner .slick-arrow.slick-prev{
		left: 2%;
	}
	.banner .slick-arrow.slick-prev:hover{
	}		
	.banner .slick-arrow.slick-next{
		right: 2%;
	}
	.banner .slick-arrow.slick-next:hover{
	}
}
@media (max-width: 1199px) {
	.banner .slick-arrow.slick-prev {
	}
	
	.banner .slick-arrow.slick-next{
	}
	
}
@media (max-width: 767px) {
	.banner .slick-arrow{
	}
	.banner .slick-arrow.slick-prev{
	}
	.banner .slick-arrow.slick-prev:hover{
	}		
	.banner .slick-arrow.slick-next{
	}
	.banner .slick-arrow.slick-next:hover{
	}
}

/* .banner .slick-current .text h4
{
    -webkit-animation: fadeInRightBig 1s 0s ease both;
            animation: fadeInRightBig 1s 0s ease both;
} */
/* .banner .slick-current .text h3,
.banner .slick-current .text-2 h5
{
    -webkit-animation: fadeInLeftBig 1s 0s ease both;
            animation: fadeInLeftBig 1s 0s ease both;
}
.banner .slick-current .text-2 h4
{
    -webkit-animation: fadeInRightBig 1s 0s ease both;
            animation: fadeInRightBig 1s 0s ease both;
}
.banner .slick-current .text-3 h3,
.banner .slick-current .text-3 ul
{
    -webkit-animation: fadeInLeftBig 1s 0s ease both;
            animation: fadeInLeftBig 1s 0s ease both;
}
.banner .slick-current .text-3 h4
{
    -webkit-animation: fadeInRightBig 1s 0s ease both;
            animation: fadeInRightBig 1s 0s ease both;
} */
.banner .banner-arrow
{
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .banner-arrow
    {
        bottom: 0;
    }
}
.banner .banner-arrow a
{
    display: inline-block;
}
.banner .banner-arrow a:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e770';

    color: #fff;
}
.banner-line .slick-slide:after
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    display: block;

    width: 4px;
    height: 178px;

    content: '';

    background: url(../images/banner-line.png) no-repeat;
}
@media (max-width: 1470px)
{
    .banner-line .slick-slide:after
    {
        bottom: -60px;
    }
}
@media (max-width: 991px)
{
    .banner-line .slick-slide:after
    {
        bottom: -120px;
    }
}
.banner-line-blue .text-in b,
.banner-line-blue .text-in p
{
    color: #314e92;
}
.banner-line-blue .slick-slide:after
{
    background-image: url(../images/banner-line-blue.png);
}
@-webkit-keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
}
@keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
}
.zoomIn1
{
    -webkit-animation-name: narrow;
            animation-name: narrow;
}
.index
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .index
    {
        padding: 50px 0;
    }
}
.title
{
    position: relative;

    text-align: center;
}
.title b
{
    font-size: 30px;
    line-height: 1;

    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #314e92;
}
@media (max-width: 991px)
{
    .title b
    {
        font-size: 24px;
    }
}
.title p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 80px;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;

    color: #f2f2f2;
}
@media (max-width: 1470px)
{
    .title p
    {
        font-size: 60px;
    }
}
@media (max-width: 1350px)
{
    .title p
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .title p
    {
        font-size: 30px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.index-about
{
    font-size: 0;
}
.index-about .text,
.index-about .pic
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .index-about .text,
    .index-about .pic
    {
        width: 100%;
    }
}
.index-about .pic
{
    position: relative;

    overflow: hidden;

    width: 50%;
}
@media (max-width: 991px)
{
    .index-about .pic
    {
        width: 100%;
    }
}
.index-about .pic img
{
    width: 100%;
}
.index-about .text
{
    position: relative;
    z-index: 2;

    width: 50%;
    padding-left: 4%;
}
@media (max-width: 991px)
{
    .index-about .text
    {
        width: 100%;
        margin: 0;
        margin-top: 30px;
        padding: 0;
    }
}
.index-about .text .title-about:after
{
    display: block;

    width: 50px;
    height: 5px;
    margin-top: 20px;

    content: '';

    background-color: #314e92;
}
@media (max-width: 1470px)
{
    .index-about .text .title-about:after
    {
        margin-top: 10px;
    }
}
.index-about .text .title-about b
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 50px;
    font-weight: normal;
    font-weight: 600;
    line-height: 1;

    color: #314e92;
}
@media (max-width: 1470px)
{
    .index-about .text .title-about b
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .index-about .text .title-about b
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .index-about .text .title-about b
    {
        font-size: 26px;
    }
}
.index-about .text .title-about h3
{
    font-size: 32px;
    line-height: 1.4;

    display: block;

    margin: 0;
}
@media (max-width: 1470px)
{
    .index-about .text .title-about h3
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .index-about .text .title-about h3
    {
        font-size: 18px;
    }
}
.index-about .text .title-about p
{
    font-size: 18px;
    line-height: 30px;

    margin: 14px 0 0 0;

    color: #999;
}
@media (max-width: 1470px)
{
    .index-about .text .title-about p
    {
        font-size: 16px;

        margin: 4px 0 0 0;
    }
}
@media (max-width: 991px)
{
    .index-about .text .title-about p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .index-about .text .title-about p
    {
        font-size: 14px;
    }
}
.index-about .text .note
{
    margin-top: 20px;
}
.index-about .text .note p
{
    font-size: 16px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 96px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .index-about .text .note p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .index-about .text .note p
    {
        font-size: 14px;
        line-height: 24px;

        max-height: 72px;
    }
}
.index-about .text .more
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .index-about .text .more
    {
        margin-top: 20px;
    }
}
.index-about .text .more a
{
    line-height: 36px;

    position: relative;

    display: inline-block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #314e92;
    border: 1px solid #e5e5e5;
}
.index-about .text .more a:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 40px;
    height: 2px;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #314e92;
}
.index-about .text .more a:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 2px;
    height: 18px;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #314e92;
}
.index-about .text .more a:hover
{
    color: #fff;
    background-color: #314e92;
}
.index-about .text .more a:hover:before,
.index-about .text .more a:hover:after
{
    background-color: #fff;
}
.index-number
{
    background-color: #f9f9f9;
}
.index-number .number > ul
{
    font-size: 0;
}
.index-number .number > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;

    text-align: center;
    vertical-align: top;

    border-right: 1px solid #dcdcdc;
}
.index-number .number > ul > li:last-child
{
    border-right: none;
}
@media (max-width: 1199px)
{
    .index-number .number > ul > li
    {
        width: 25%;
        max-width: 25%;
        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .index-number .number > ul > li
    {
        width: 50%;
        max-width: 50%;
        margin: 10px 0;
    }
    .index-number .number > ul > li:nth-child(2n)
    {
        border-right: none;
    }
}
.index-number .number > ul > li .item b
{
    font-size: 75px;
    font-weight: normal;
    line-height: 1;

    color: #314e92;
}
.index-number .number > ul > li .item b span
{
    font-family: 'Barlow Condensed';
    font-weight: 600;
}
@media (max-width: 1199px)
{
    .index-number .number > ul > li .item b
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .index-number .number > ul > li .item b
    {
        font-size: 40px;
    }
}
.index-number .number > ul > li .item b sup
{
    font-size: 20px;

    top: 0;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .index-number .number > ul > li .item b sup
    {
        font-size: 16px;
    }
}
.index-number .number > ul > li .item p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .index-number .number > ul > li .item p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .index-number .number > ul > li .item p
    {
        font-size: 14px;
    }
}
.index-advantage .advantage ul
{
    font-size: 0;

    margin: 0 -10px;
}
.index-advantage .advantage ul li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;
    padding: 10px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .index-advantage .advantage ul li
    {
        width: 50%;
        margin: 10px 0;
    }
}
.index-advantage .advantage .item
{
    position: relative;

    display: block;
}
.index-advantage .advantage .item .pic
{
    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #000;
}
.index-advantage .advantage .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.index-advantage .advantage .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;

    opacity: .4;
}
.index-advantage .advantage .item .text
{
    text-align: center;

    color: #fff;
}
.index-advantage .advantage .item .text .note
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.index-advantage .advantage .item .text img
{
    display: block;

    width: 60px;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .index-advantage .advantage .item .text img
    {
        width: 30px;
    }
}
.index-advantage .advantage .item .text b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .index-advantage .advantage .item .text b
    {
        font-size: 16px;
        line-height: 24px;

        height: 24px;
    }
}
.index-advantage .advantage .item .text p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .index-advantage .advantage .item .text p
    {
        font-size: 12px;

        margin: 0;
    }
}
.index-advantage .advantage .item .text span.more
{
    line-height: 36px;

    position: absolute;
    bottom: -36px;
    left: 50%;

    display: inline-block;

    width: 110px;
    height: 36px;
    margin-left: -55px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    opacity: 0;
    color: #314e92;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
@media (max-width: 991px)
{
    .index-advantage .advantage .item .text span.more
    {
        bottom: -18px;

        opacity: 1;
    }
}
@media (max-width: 767px)
{
    .index-advantage .advantage .item .text span.more
    {
        line-height: 30px;

        bottom: -15px;

        height: 30px;
    }
}
@media (min-width: 992px)
{
    .index-advantage .advantage .item:hover .pic
    {
        background-color: #314e92;
    }
    .index-advantage .advantage .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: .1;
    }
    .index-advantage .advantage .item:hover .text span.more
    {
        bottom: -18px;

        opacity: 1;
    }
}
.index-product
{
    background: url(../images/product_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .index-product
    {
        background: url(../images/product_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.index-product .title p
{
    opacity: .05;
}
.index-product .title b
{
    color: #fff;
}
.index-product .product-sort
{
    position: relative;

    margin-top: 40px;
}
.index-product .product-sort:before
{
    position: absolute;
    top: 12px;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    opacity: .3;
    background-color: #fff;
}
.index-product .product-sort ul
{
    font-size: 0;

    margin: 0 -60px;

    text-align: center;
}
@media (max-width: 991px)
{
    .index-product .product-sort ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 767px)
{
    .index-product .product-sort ul
    {
        margin: 0 -10px;
    }
}
.index-product .product-sort ul li
{
    font-size: 14px;

    display: inline-block;

    max-width: 33.33333333%;

    vertical-align: top;
}
.index-product .product-sort ul li a
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    padding: 0 60px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
}
@media (max-width: 991px)
{
    .index-product .product-sort ul li a
    {
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .index-product .product-sort ul li a
    {
        font-size: 15px;

        padding: 0 10px;
    }
}
.index-product .product-sort ul li a:before
{
    display: block;

    width: 25px;
    height: 25px;
    margin: 0 auto;
    margin-bottom: 16px;

    content: '';

    background: url(../images/dot-1.png) no-repeat center;
    background-size: cover;
}
.index-product .product-sort ul li.active a
{
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 991px)
{
    .index-product .product-sort ul li.active a
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .index-product .product-sort ul li.active a
    {
        font-size: 15px;
    }
}
.index-product .product-sort ul li.active a:before
{
    background: url(../images/dot-2.png) no-repeat center;
}
.index-product .product-list
{
    margin-top: 20px;
}
.index-product .product-list .item
{
    display: block;

    margin-top: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: inherit;
    background-color: rgba(255, 255, 255, .9);
}
@media (max-width: 767px)
{
    .index-product .product-list .item
    {
        margin-top: 14px;
    }
}
.index-product .product-list .item .pic .img-box
{
    padding-bottom: 60%;
}
.index-product .product-list .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.index-product .product-list .item .note
{
    padding: 20px 20px 30px 20px;
}
@media (max-width: 767px)
{
    .index-product .product-list .item .note
    {
        padding: 10px 10px 20px 10px;
    }
}
.index-product .product-list .item .note b
{
    font-size: 26px;
    font-weight: bold;
    line-height: 46px;

    display: -webkit-box;
    overflow: hidden;

    height: 46px;

    border-bottom: 1px solid #bfbfbf;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .index-product .product-list .item .note b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .index-product .product-list .item .note b
    {
        font-size: 18px;
    }
}
.index-product .product-list .item .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 14px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .index-product .product-list .item .note p
    {
        font-size: 14px;
        line-height: 24px;

        height: 48px;
    }
}
.index-product .product-list .item:hover
{
    background-color: rgba(49, 78, 146, .9);
}
.index-product .product-list .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.index-product .product-list .item:hover .note b
{
    color: #fff;
    border-bottom-color: #fff;
}
.index-product .product-list .item:hover .note p
{
    color: #fff;
}

.index-product .product-list .owl-carousel .owl-item{
	padding: 0 15px;
}
.index-product .owl-theme .owl-controls .owl-buttons div
{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;

    width: 50px;
    height: 60px;
	line-height: 60px;
 

    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 1;
    color: #666;
	background: none;
	position: absolute;
	left: -50px;
	padding: 0;
	top: 50%;
	margin: 0;   
	margin-top: -30px;
	text-align: center;
	
}

.index-product .owl-theme .owl-controls .owl-buttons div:before
{
	font-family: 'iconfont' !important;
	display: inline-block;
	font-size: 50px;
	color: #fff;
	content: '\e62c';
	text-align: center;
	padding: 0;
	margin: 0;
	
}
.index-product .owl-theme .owl-controls .owl-buttons div:hover
{

    color: #314e92;
}
.index-product .owl-theme .owl-controls .owl-buttons .owl-next{
	left: auto;
	right: -50px;
}
.index-product .owl-theme .owl-controls .owl-buttons .owl-next:before
{
    content: '\e9bc';
}
@media(max-width:767px){
	.index-product .owl-theme .owl-controls .owl-buttons div{
		left: -25px;
	}
	.index-product .owl-theme .owl-controls .owl-buttons .owl-next{

		right: -25px;
	}
}
.index-case .case
{
    position: relative;

    margin-top: 40px;
    padding: 0 90px;
}
@media (max-width: 1199px)
{
    .index-case .case
    {
        padding: 0 50px;
    }
}
@media (max-width: 991px)
{
    .index-case .case
    {
        padding: 0 20px;
    }
}
.index-case .case .swiper-slide
{
    display: block;

    width: 60%;

    color: inherit;
}
@media (max-width: 767px)
{
    .index-case .case .swiper-slide
    {
        width: 100%;
    }
}
.index-case .case .swiper-slide .pic .img-box
{
    padding-bottom: 54.32098765%;
}
.index-case .case .swiper-slide .note
{
    margin-top: 20px;

    text-align: center;

    opacity: 0;
}
.index-case .case .swiper-slide .note b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #314e92;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .index-case .case .swiper-slide .note b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .index-case .case .swiper-slide .note b
    {
        font-size: 16px;
    }
}
.index-case .case .swiper-slide .note p
{
    font-size: 18px;
    line-height: 36px;

    display: -webkit-box;
    display: none;
    overflow: hidden;

    margin: 14px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .index-case .case .swiper-slide .note p
    {
        font-size: 14px;
        line-height: 24px;

        height: 48px;
    }
}
.index-case .case .swiper-slide .note span.more
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;

    color: #314e92;
    border-bottom: 2px solid #314e92;
}
.index-case .case .swiper-slide:hover
{
    text-decoration: none;
}
.index-case .case .swiper-slide-active .note
{
    opacity: 1;
}
.index-case .case .swiper-button-prev,
.index-case .case .swiper-button-next
{
    font-size: 50px;
    line-height: 1;

    position: absolute;
    top: 50%;
    left: -20px;

    width: 30px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #dcdcdc;
    background: none;
}
.index-case .case .swiper-button-prev:before,
.index-case .case .swiper-button-next:before
{
    font-family: 'iconfont' !important;

    display: block;
    float: left;

    width: 30px;

    content: '\e62c';
    text-align: center;
}
.index-case .case .swiper-button-prev:hover,
.index-case .case .swiper-button-next:hover
{
    color: #253e79;
}
.index-case .case .swiper-button-next
{
    right: 0;
    left: auto;
}
.index-case .case .swiper-button-next:before
{
    content: '\e9bc';
}
.index-engineering
{
    background: url(../images/engineering_bg.jpg) no-repeat center;
    background-size: cover;
}
.index-engineering .engineering
{
    overflow: hidden;
}
.index-engineering .engineering .text
{
    position: relative;
    z-index: 2;

    float: left;

    width: 36%;
}
@media (max-width: 1199px)
{
    .index-engineering .engineering .text
    {
        width: 100%;
    }
}
.index-engineering .engineering .text .title-engineering b
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 40px;
    font-weight: 500;
    line-height: 1;

    display: block;

    text-transform: uppercase;

    color: #314e92;
}
@media (max-width: 1199px)
{
    .index-engineering .engineering .text .title-engineering b
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .index-engineering .engineering .text .title-engineering b
    {
        font-size: 24px;
    }
}
.index-engineering .engineering .text .title-engineering p
{
    font-size: 26px;
    line-height: 1.4;

    display: block;

    margin: 0;

    color: #314e92;
}
@media (max-width: 1350px)
{
    .index-engineering .engineering .text .title-engineering p
    {
        font-size: 20px;
    }
}
.index-engineering .engineering .text .note
{
    margin-top: 30px;
}
@media (max-width: 1350px)
{
    .index-engineering .engineering .text .note
    {
        margin-top: 20px;
    }
}
.index-engineering .engineering .text .note p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1350px)
{
    .index-engineering .engineering .text .note p
    {
        font-size: 16px;
    }
}
.index-engineering .engineering .text a.more
{
    line-height: 44px;

    display: inline-block;

    height: 44px;
    margin-top: 30px;
    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: #314e92;
}
.index-engineering .engineering .text a.more:hover
{
    background-color: #253e79;
}
.index-engineering .engineering .slick-engineering
{
    float: left;

    width: 74%;
    margin-left: -10%;
}
@media (max-width: 1199px)
{
    .index-engineering .engineering .slick-engineering
    {
        width: 100%;
        margin: 30px 0 0 0;
    }
}
.index-engineering .engineering .slick-engineering .itembox
{
    overflow: hidden;
}
.index-engineering .engineering .slick-engineering .itembox ul
{
    margin: 0 -10px;
}
@media (max-width: 991px)
{
    .index-engineering .engineering .slick-engineering .itembox ul
    {
        margin: 0 -6px;
    }
}
.index-engineering .engineering .slick-engineering .itembox ul li
{
    float: left;

    width: 25%;
    padding: 10px;
}
@media (max-width: 991px)
{
    .index-engineering .engineering .slick-engineering .itembox ul li
    {
        padding: 6px;
    }
}
@media (max-width: 767px)
{
    .index-engineering .engineering .slick-engineering .itembox ul li
    {
        width: 50%;
    }
    .index-engineering .engineering .slick-engineering .itembox ul li:nth-child(1),
    .index-engineering .engineering .slick-engineering .itembox ul li:nth-child(8)
    {
        display: none;
    }
}
.index-engineering .engineering .slick-engineering .itembox .item
{
    border: 1px solid #ebebeb;
    background-color: #f6f6f6;
}
.index-engineering .engineering .slick-engineering .itembox .item .img-box
{
    padding-bottom: 70.37037037%;
}
.index-engineering .engineering .slick-engineering .itembox .item .img-box img{
	-webkit-transition: transform 1s ease;
	-moz-transition: transform 1s ease;
	-ms-transition: transform 1s ease;
	-o-transition: transform 1s ease;
	transition: transform 1s ease;
}
.index-engineering .engineering .slick-engineering .itembox .item:hover .img-box img{
	transform:scale(1.1);
}
.wrap-partner .partner .item .img-box img{
	-webkit-transition: transform 1s ease;
	-moz-transition: transform 1s ease;
	-ms-transition: transform 1s ease;
	-o-transition: transform 1s ease;
	transition: transform 1s ease;
}
.wrap-partner .partner .item:hover .img-box img{
	transform:scale(1.1);
}
.index-engineering .engineering .slick-engineering .slick-arrow
{
    line-height: 40px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    right: 12.5%;
    bottom: -webkit-calc(25% - 20px);
    bottom:         calc(25% - 20px);

    overflow: hidden;

    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #bcbcbc;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .index-engineering .engineering .slick-engineering .slick-arrow
    {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 0;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.index-engineering .engineering .slick-engineering .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e601';
}
.index-engineering .engineering .slick-engineering .slick-arrow.slick-next
{
    right: 6%;
    left: auto;
}
@media (max-width: 767px)
{
    .index-engineering .engineering .slick-engineering .slick-arrow.slick-next
    {
        right: 0;
    }
}
.index-engineering .engineering .slick-engineering .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.index-engineering .engineering .slick-engineering .slick-arrow:hover
{
    color: #253e79;
}
.index-news .news-left,
.index-news .news-right
{
    float: left;

    padding: 0 15px;
}
.index-news .news-left
{
    width: 45%;
}
@media (max-width: 991px)
{
    .index-news .news-left
    {
        width: 100%;
    }
}
.index-news .news-left .item
{
    display: block;

    margin-top: 40px;
}
.index-news .news-left .item .img-box
{
    padding-bottom: 52.30769231%;
}
.index-news .news-left .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.index-news .news-left .item .note
{
    padding-top: 30px;
}
.index-news .news-left .item .note:after
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 20px;

    display: block;

    margin-top: 10px;

    content: '\e626';

    color: #999;
}
.index-news .news-left .item .note b
{
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #314e92;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px)
{
    .index-news .news-left .item .note b
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .index-news .news-left .item .note b
    {
        font-size: 18px;
    }
}
.index-news .news-left .item .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 10px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .index-news .news-left .item .note p
    {
        font-size: 14px;
        line-height: 24px;

        height: 48px;
    }
}
.index-news .news-left .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.index-news .news-right
{
    width: 55%;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .index-news .news-right
    {
        width: 100%;
    }
}
.index-news .news-right ul li
{
    margin-top: 10px;
}
.index-news .news-right .item
{
    position: relative;

    display: block;

    min-height: 110px;
    padding: 20px 20px 20px 170px;

    color: inherit;
    background-color: #f8f8f8;
}
@media (max-width: 767px)
{
    .index-news .news-right .item
    {
        min-height: 90px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 90px;
    }
}
.index-news .news-right .item .date
{
    position: absolute;
    top: 0;
    left: 0;

    width: 128px;
    padding: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #b7b7b7;
}
@media (max-width: 767px)
{
    .index-news .news-right .item .date
    {
        width: 80px;
    }
}
.index-news .news-right .item .date b
{
    font-size: 50px;
    line-height: 60px;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1350px)
{
    .index-news .news-right .item .date b
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .index-news .news-right .item .date b
    {
        font-size: 30px;
        line-height: 40px;
    }
}
.index-news .news-right .item .date span
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .index-news .news-right .item .date span
    {
        font-size: 14px;
    }
}
.index-news .news-right .item .note b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px)
{
    .index-news .news-right .item .note b
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .index-news .news-right .item .note b
    {
        font-size: 18px;
    }
}
.index-news .news-right .item .note p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;
    margin: 10px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index-news .news-right .item:hover .date
{
    background-color: #314e92;
}
.index-news .news-right .item:hover .note b,
.index-news .news-right .item:hover .note span
{
    color: #314e92;
}
.footer
{
    font-size: 0;

    position: relative;

    clear: both;
    overflow: hidden;

    color: #d1d1d1;
    background-color: #232222;
}
.footer .foot
{
    position: relative;
    z-index: 2;

    padding: 70px 4%;
}

@media (min-width: 1200px)
{
    .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 (min-width: 1200px) and (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 .item
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .footer .foot ul > li .item
    {
        margin-top: 14px;
    }
}
.footer .foot ul > li .item-1
{
    max-width: 200px;
}
.footer .foot ul > li .item-1 img
{
    display: block;

    max-width: 85px;
}
.footer .foot ul > li .item-1 p
{
    font-size: 15px;
    line-height: 2.13333333;

    margin: 20px 0 0 0;

    color: #a5a5a5;
}
.footer .foot ul > li .item-2 .title-foot:after
{
    display: block;

    width: 40px;
    height: 2px;
    margin-top: 6px;

    content: '';

    background-color: #a7a7a7;
}
.footer .foot ul > li .item-2 .title-foot b
{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.66666667;

    display: block;

    color: #fff;
}
.footer .foot ul > li .item-2 .foot-nav
{
    margin-top: 10px;
}
.footer .foot ul > li .item-2 .foot-nav a
{
    font-size: 14px;
    line-height: 3.57142857;

    position: relative;

    display: block;

    color: #676767;
}
.footer .foot ul > li .item-2 .foot-nav a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .foot ul > li .item-3
{
    text-align: center;
}
.footer .foot ul > li .item-3 img
{
    display: block;

    max-width: 131px;
}
.footer .foot ul > li .item-3 p
{
    font-size: 14px;
    line-height: 2.14285714;

    margin: 4px 0 0 0;
}
.footer .copyright
{
    font-size: 14px;

    padding: 15px 4%;

    color: #959595;
    background-color: #313131;
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        padding: 10px 15px;

        text-align: center;
    }
}
.footer .copyright p
{
    line-height: 24px;

    display: inline-block;

    margin: 0;
}
@media (max-width: 1199px)
{
    .footer .copyright p
    {
        line-height: 24px;

        display: block;
        float: none;
    }
}
.footer .copyright .link
{
    display: inline-block;
    float: right;
}
@media (max-width: 1199px)
{
    .footer .copyright .link
    {
        display: block;
        float: none;
    }
}
.footer .copyright .link a
{
    line-height: 24px;

    display: inline-block;
}
.footer .copyright .link a:after
{
    margin: 0 10px;

    content: '|';
}
.footer .copyright .link a:last-child:after
{
    display: none;
}
.footer .copyright .link a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright a.power
{
    line-height: 24px;

    display: inline-block;
    float: right;

    margin-left: 30px;
}
@media (max-width: 1199px)
{
    .footer .copyright a.power
    {
        display: block;
        float: none;
    }
}
.footer .copyright a.power:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer-jobs
{
    color: #666;
    background-color: #f5f5f5;
}
.footer-jobs .foot ul > li .item-1 b
{
    font-size: 24px;

    margin-top: 20px;

    color: #314e92;
}
.footer-jobs .foot ul > li .item-1 p
{
    color: #999;
}
.footer-jobs .foot ul > li .item-2 .title-foot b
{
    color: #333;
}
.footer-jobs .foot ul > li .item-2 .foot-nav a:hover
{
    color: #314e92;
}
.footer-jobs .foot ul > li .item-3 p
{
    color: #666;
}
.footer-jobs .copyright
{
    color: #fff;
    background-color: #424040;
}
.backtop
{
    position: fixed;
    z-index: 10;
    right: -76px;
    bottom: 5%;

    width: 72px;
    height: 72px;

    cursor: pointer;
    -webkit-transition: 1s;
            transition: 1s;
    text-align: center;

    border-radius: 50%;
    background: #cbcbcb;
}
@media (max-width: 1199px)
{
    .backtop
    {
        display: none !important;
    }
}
.backtop span
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.backtop span:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e61a';
}
.backtop:hover
{
    color: #fff;
    background-color: #314e92;
}
.backtop.backtopactive
{
    right: 30px;
}
@media (min-width: 1660px)
{
    .wrapper .container,
    .wrap-sidenav .container
    {
        width: 1630px;
    }
}
.wrapper
{
    padding: 60px 0;

    background-color: #f5f5f5;
}
.wrap
{
    overflow: hidden;

    padding: 50px 30px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 30px 10px;
    }
}
.wrap-sidenav
{
    width: 100%;

    background-color: #f5f5f5;
}
.wrap-sidenav .sidenav
{
    position: relative;

    display: inline-block;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav
    {
        display: block;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.wrap-sidenav .sidenav:before
{
    position: absolute;
    top: 0;
    left: -200px;

    display: block;

    width: 200px;
    height: 68px;

    content: '';

    background-color: #314e92;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav:before
    {
        display: none;
    }
}
.wrap-sidenav .sidenav > ul
{
    font-size: 0;

    position: relative;
    z-index: 2;

    margin: 0 -30px;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav > ul
    {
        margin: 0 -10px;
        padding: 10px 0;
    }
}
.wrap-sidenav .sidenav > ul > li
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-sidenav .sidenav > ul > li > a
{
    font-size: 16px;
    line-height: 28px;

    display: block;

    padding: 20px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    background-color: #314e92;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav > ul > li > a
    {
        padding: 4px 10px;

        color: #333;
        background: none;
    }
}
.wrap-sidenav .sidenav > ul > li.active > a,
.wrap-sidenav .sidenav > ul > li:hover > a
{
    background-color: #22386c;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav > ul > li.active > a,
    .wrap-sidenav .sidenav > ul > li:hover > a
    {
        color: #314e92;
        background: none;
    }
}
.wrap-sidenav .sidenav > ul > li.active > ul
{
    display: block;
}
.wrap-sidenav .sidenav > ul > li > ul
{
    position: absolute;
    top: 100%;
    left: 0;

    display: none;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav > ul > li > ul
    {
        top: 70%;
    }
}
.wrap-sidenav .sidenav > ul > li > ul > li
{
    display: inline-block;
}
.wrap-sidenav .sidenav > ul > li > ul > li a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 20px 20px;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav > ul > li > ul > li a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav > ul > li > ul > li a
    {
        font-size: 14px;

        padding: 0 10px;
    }
}
.wrap-sidenav .sidenav > ul > li > ul > li.active a,
.wrap-sidenav .sidenav > ul > li > ul > li:hover a
{
    color: #314e92;
}
.wrap-sidenav .sidenav > ul > li > ul > li.active a:after,
.wrap-sidenav .sidenav > ul > li > ul > li:hover a:after
{
    position: absolute;
    bottom: 6px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;
    margin-left: -8px;

    content: '';

    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #314e92 transparent transparent transparent;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav > ul > li > ul > li.active a:after,
	 .wrap-sidenav .sidenav > ul > li > ul > li:hover a:after
    {
        bottom: -6px;
    }
}
.wrap-sidenav .location
{
    position: relative;

    display: inline-block;
    float: right;

    padding-left: 30px;
}
@media (max-width: 767px)
{
    .wrap-sidenav .location
    {
        margin-top: 10px;
    }
}
.wrap-sidenav .location:before
{
    position: absolute;
    top: 15px;
    left: 0;

    display: inline-block;

    width: 20px;
    height: 20px;

    content: '';

    background: url(../images/icon-5.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .location:before
    {
        top: 10px;
    }
}
.wrap-sidenav .location > ul > li
{
    display: inline-block;

    vertical-align: top;

    color: #999;
}
.wrap-sidenav .location > ul > li:after
{
    content: '>';
}
.wrap-sidenav .location > ul > li:last-child:after
{
    display: none;
}
.wrap-sidenav .location > ul > li a
{
    line-height: 30px;

    display: inline-block;

    padding: 10px 4px;

    color: inherit;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .location > ul > li a
    {
        padding: 4px;
    }
}
.wrap-sidenav .location > ul > li a:hover
{
    text-decoration: underline;

    color: #314e92;
}
.wrap-about .about-top .title-about
{
    display: inline-block;
	/* padding-left: 34px; */
}
.wrap-about .about-top .title-about b
{
    font-size: 28px;
    font-weight: normal;
    line-height: 1;

    display: block;

    vertical-align: bottom;
    text-transform: uppercase;
	color: #666
}
@media (max-width: 1199px)
{
    .wrap-about .about-top .title-about b
    {
        font-size: 24px;
    }
}
.wrap-about .about-top .title-about b span
{
    font-weight: normal;

    display: inline-block;
}
.wrap-about .about-top .title-about p
{
    font-size: 34px;
    line-height: 46px;

    display: inline-block;

    margin: 0;

    vertical-align: bottom;

    color: #314e92;
}
@media (max-width: 1350px)
{
    .wrap-about .about-top .title-about p
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about-top .title-about p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about-top .title-about p
    {
        font-size: 20px;
        line-height: 20px;
    }
}
.wrap-about .about-top .mask
{
    display: inline-block;
    float: right;

    margin-top: 13px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-about .about-top .mask
    {
        display: block;
        float: none;

        margin-top: 20px;

        text-align: left;
    }
}
.wrap-about .about-top .mask b
{
    font-size: 34px;
    line-height: 1;

    display: block;

    color: #314e92;
}
@media (max-width: 1350px)
{
    .wrap-about .about-top .mask b
    {
        font-size: 32px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about-top .mask b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about-top .mask b
    {
        font-size: 20px;
    }
}
.wrap-about .about-top .mask p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #314e92;
}
@media (max-width: 1350px)
{
    .wrap-about .about-top .mask p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about-top .mask p
    {
        font-size: 14px;
        line-height: 1.4;

        margin: 10px 0 0 0;
    }
}
.wrap-about .about-text
{
    margin-top: 40px;
}
.wrap-about .about-text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-about .about-text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about-text p
    {
        font-size: 14px;
    }
}
.wrap-about .number
{
    margin-top: 50px;

    background-color: #f9f9f9;
}
.wrap-about .number > ul
{
    font-size: 0;
}
.wrap-about .number > ul > li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 25%;

    text-align: center;
    vertical-align: top;
}
.wrap-about .number > ul > li:after
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 2px;
    height: 130px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: url(../images/line-1.png) no-repeat center;
}
.wrap-about .number > ul > li:last-child:after
{
    display: none;
}
@media (max-width: 1199px)
{
    .wrap-about .number > ul > li
    {
        width: 25%;
        max-width: 25%;
        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .number > ul > li
    {
        width: 50%;
        max-width: 50%;
        margin: 10px 0;
    }
    .wrap-about .number > ul > li:nth-child(2n)
    {
        border-right: none;
    }
}
.wrap-about .number > ul > li .item
{
    padding: 30px 0;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.wrap-about .number > ul > li .item b
{
    font-size: 75px;
    font-weight: normal;
    line-height: 1;

    color: #314e92;
}
.wrap-about .number > ul > li .item b span
{
    font-family: 'Barlow Condensed';
    font-weight: 600;
}
@media (max-width: 1199px)
{
    .wrap-about .number > ul > li .item b
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .number > ul > li .item b
    {
        font-size: 40px;
    }
}
.wrap-about .number > ul > li .item b sup
{
    font-size: 20px;

    top: 20px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-about .number > ul > li .item b sup
    {
        font-size: 16px;
    }
}
.wrap-about .number > ul > li .item p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-about .number > ul > li .item p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .number > ul > li .item p
    {
        font-size: 14px;
    }
}
.wrap-about .number > ul > li .item:hover
{
    position: relative;
    z-index: 2;

    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    background-color: #314e92;
}
.wrap-about .number > ul > li .item:hover b,
.wrap-about .number > ul > li .item:hover p
{
    color: #fff;
}
.wrap-about .about
{
    overflow: hidden;

    padding-top: 80px;
}
.wrap-about .about .pic
{
    float: left;
    overflow: hidden;

    width: 48%;
}
@media (max-width: 1350px)
{
    .wrap-about .about .pic
    {
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about .pic
    {
        width: 100%;
    }
}
.wrap-about .about .pic img
{
    position: relative;
    left: 50%;

    display: block;
	max-width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 991px)
{
    .wrap-about .about .pic img
    {
        display: block;

        max-width: 100%;
    }
}
.wrap-about .about .text
{
    float: left;

    width: 52%;
    padding-left: 40px;
}
@media (max-width: 1350px)
{
    .wrap-about .about .text
    {
        width: 50%;
        padding-left: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about .text
    {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}
.wrap-about .about .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-about .about .text p
    {
        font-size: 16px;
		line-height: 30px;
    }
}
@media (max-width: 1350px)
{
    .wrap-about .about .text p
    {
        font-size: 15px;
		line-height: 26px;
		
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .text p
    {
        font-size: 14px;
    }
}
.wrap-culture .culture .itembox
{
    margin-top: 30px;

    background-color: #f8f8f8;
}
.wrap-culture .culture .itembox .row
{
    font-size: 0;

    margin: 0;
}
.wrap-culture .culture .itembox .item
{
    font-size: 14px;

    display: inline-block;
    float: none;

    padding: 0;

    vertical-align: middle;
}
.wrap-culture .culture .itembox .item .pic
{
    overflow: hidden;
}
.wrap-culture .culture .itembox .item .pic img
{
    position: relative;
    left: 50%;

    display: block;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 767px)
{
    .wrap-culture .culture .itembox .item .pic img
    {
        width: 100%;
    }
}
.wrap-culture .culture .itembox .item .text
{
    padding: 20px 4%;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .itembox .item .text
    {
        padding: 20px 10px;
    }
}
.wrap-culture .culture .itembox .item .text b
{
    font-size: 32px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 1350px)
{
    .wrap-culture .culture .itembox .item .text b
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .wrap-culture .culture .itembox .item .text b
    {
        font-size: 22px;
    }
}
.wrap-culture .culture .itembox .item .text b img
{
    display: inline-block;

    width: 40px;
    margin-right: 10px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-culture .culture .itembox .item .text b img
    {
        width: 30px;
    }
}
.wrap-culture .culture .itembox .item .text b img span
{
    font-size: 42px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1350px)
{
    .wrap-culture .culture .itembox .item .text b img span
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .wrap-culture .culture .itembox .item .text b img span
    {
        font-size: 28px;
    }
}
.wrap-culture .culture .itembox .item .text h3
{
    font-size: 28px;
    line-height: 2;

    display: inline-block;

    margin: 14px 0 20px;
    padding: 0 30px;

    color: #fff;
    border-radius: 30px;
    background-color: #314e92;
}
@media (max-width: 1350px)
{
    .wrap-culture .culture .itembox .item .text h3
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .wrap-culture .culture .itembox .item .text h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture .itembox .item .text h3
    {
        font-size: 16px;

        padding: 0 14px;
    }
}
@media (max-width: 360px)
{
    .wrap-culture .culture .itembox .item .text h3
    {
        font-size: 15px;
    }
}
.wrap-culture .culture .itembox .item .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-culture .culture .itembox .item .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-culture .culture .itembox .item .text p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture .itembox .item .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-honor .honor-sort
{
    text-align: center;
}
.wrap-honor .honor-sort ul
{
    margin: 0 -10px;
    margin-top: 30px;
}
.wrap-honor .honor-sort ul li
{
    display: inline-block;

    margin-top: 10px;
    padding: 0 10px;
}
.wrap-honor .honor-sort ul li a
{
    font-size: 18px;
    line-height: 40px;

    display: block;

    padding: 0 20px;

    color: #fff;
    border-radius: 30px;
    background-color: #8b8b8b;
}
.wrap-honor .honor-sort ul li.active a,
.wrap-honor .honor-sort ul li:hover a
{
    font-size: 20px;
    font-weight: bold;

    background-color: #314e92;
}
.wrap-honor .honor .row
{
    margin: 0 -10px;
}
.wrap-honor .honor .row .itembox
{
    padding: 0 10px;
}
.wrap-honor .honor .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
.wrap-honor .honor .item .pic
{
    border: 1px solid #ececec;
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 71.25%;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 14px 0 0 0;

    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
{
    color: #314e92;
}
.wrap-development .development
{
    margin-top: 30px;
    padding: 0 60px;
}
@media (max-width: 767px)
{
    .wrap-development .development
    {
        margin-top: 0;
        padding: 0 30px;
    }
}
.wrap-development .development .item .pic
{
    position: relative;

    padding: 30px;

    border-bottom: 1px dashed #314e92;
}
@media (max-width: 1350px)
{
    .wrap-development .development .item .pic
    {
        padding: 30px 15px;
    }
}
.wrap-development .development .item .pic .img-box
{
    padding-bottom: 60.52631579%;
}
.wrap-development .development .item .pic:after
{
    position: absolute;
    bottom: -12px;
    left: 30px;

    display: block;

    width: 25px;
    height: 25px;

    content: '';

    background: url(../images/dot-3.png) no-repeat;
}
.wrap-development .development .item .note
{
    padding: 30px;
}
@media (max-width: 1350px)
{
    .wrap-development .development .item .note
    {
        padding: 30px 15px;
    }
}
.wrap-development .development .item .note b
{
    font-size: 44px;
    line-height: 44px;

    display: block;

    margin-bottom: 14px;

    color: #314e92;
}
@media (max-width: 1350px)
{
    .wrap-development .development .item .note b
    {
        font-size: 34px;
    }
}
.wrap-development .development .item .note b span
{
    font-size: 28px;
    font-weight: normal;
}
@media (max-width: 1350px)
{
    .wrap-development .development .item .note b span
    {
        font-size: 20px;
    }
}
.wrap-development .development .item .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-development .development .item .note p
    {
        font-size: 14px;
        line-height: 22px;
    }
}
.wrap-development .development .slick-arrow
{
    line-height: 60px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 280px;
    left: -60px;

    overflow: hidden;

    width: 60px;
    height: 60px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    color: #314e92;
    border: none;
    border: 1px dashed #314e92;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 1660px)
{
    .wrap-development .development .slick-arrow
    {
        top: 260px;
    }
}
@media (max-width: 1560px)
{
    .wrap-development .development .slick-arrow
    {
        top: 240px;
    }
}
@media (max-width: 1470px)
{
    .wrap-development .development .slick-arrow
    {
        top: 220px;
    }
}
@media (max-width: 1350px)
{
    .wrap-development .development .slick-arrow
    {
        top: 210px;
    }
}
@media (max-width: 1199px)
{
    .wrap-development .development .slick-arrow
    {
        top: 160px;
    }
}
@media (max-width: 991px)
{
    .wrap-development .development .slick-arrow
    {
        top: 190px;
    }
}
@media (max-width: 767px)
{
    .wrap-development .development .slick-arrow
    {
        line-height: 30px;

        left: -30px;

        width: 30px;
        height: 30px;
    }
}
@media (max-width: 420px)
{
    .wrap-development .development .slick-arrow
    {
        top: 210px;
    }
}
@media (max-width: 360px)
{
    .wrap-development .development .slick-arrow
    {
        top: 180px;
    }
}
.wrap-development .development .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e601';
}
.wrap-development .development .slick-arrow.slick-next
{
    right: -60px;
    left: auto;
}
@media (max-width: 767px)
{
    .wrap-development .development .slick-arrow.slick-next
    {
        right: -30px;
    }
}
.wrap-development .development .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.wrap-development .development .slick-arrow:hover
{
    color: #fff;
    background-color: rgba(49, 78, 146, .8);
}
.wrap-research .text
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .wrap-research .text
    {
        margin-top: 30px;
    }
}
.wrap-research .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-research .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-research .text p
    {
        font-size: 15px;
    }
}
.wrap-research .research
{
    font-size: 0;

    margin-top: 50px;

    background-color: #f8f8f8;
}
@media (max-width: 1199px)
{
    .wrap-research .research
    {
        margin-top: 30px;
    }
}
.wrap-research .research .pic,
.wrap-research .research .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-research .research .pic
{
    overflow: hidden;

    width: 47%;
}
@media (max-width: 991px)
{
    .wrap-research .research .pic
    {
        width: 100%;
    }
    .wrap-research .research .pic img
    {
        max-width: 100%;
    }
}
.wrap-research .research .note
{
    width: 53%;
    padding: 30px;
}
@media (max-width: 991px)
{
    .wrap-research .research .note
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.wrap-research .research .note p
{
    font-size: 18px;
    line-height: 2.22222222;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-research .research .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-research .research .note p
    {
        font-size: 14px;
    }
}
.wrap-equipment .equipment
{
    max-width: 1200px;
    margin: 0 auto;
}
.wrap-equipment .equipment .row
{
    margin: 0 -30px;
}
@media (max-width: 1350px)
{
    .wrap-equipment .equipment .row
    {
        margin: 0 -15px;
    }
}
.wrap-equipment .equipment .itembox
{
    padding: 0 30px;
}
@media (max-width: 1350px)
{
    .wrap-equipment .equipment .itembox
    {
        padding: 0 15px;
    }
}
.wrap-equipment .equipment .item
{
    display: block;
    overflow: hidden;

    margin-top: 60px;

    color: inherit;
    border-radius: 10px;
    background-color: #f8f8f8;
}
@media (max-width: 1350px)
{
    .wrap-equipment .equipment .item
    {
        margin-top: 30px;
    }
}
.wrap-equipment .equipment .item .img-box
{
    padding-bottom: 65.85%;
}
.wrap-equipment .equipment .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-equipment .equipment .item p
{
    font-size: 28px;
    line-height: 100px;

    display: -webkit-box;
    overflow: hidden;

    height: 100px;
    padding: 0 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-equipment .equipment .item p
    {
        font-size: 18px;
        line-height: 60px;

        height: 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-equipment .equipment .item p
    {
        font-size: 16px;
    }
}
.wrap-equipment .equipment .item:hover
{
    box-shadow: 0 0 10px rgba(49, 78, 146, .3);
}
.wrap-equipment .equipment .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-equipment .equipment .item:hover p
{
    font-weight: bold;

    color: #314e92;
}
.wrap-certification .text
{
    margin-top: 30px;

    
}
.wrap-certification .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
	text-indent: 2em;
}
@media (max-width: 767px)
{
    .wrap-certification .text p
    {
        font-size: 14px;
    }
}
.wrap-certification .slick-certification
{
    margin: 0 -20px;
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-certification .slick-certification
    {
        margin: 0 -8px;
        margin-top: 30px;
    }
}
.wrap-certification .slick-certification .slick-slide
{
    padding: 0 20px;
}
@media (max-width: 991px)
{
    .wrap-certification .slick-certification .slick-slide
    {
        padding: 0 8px;
    }
}
.wrap-certification .slick-certification .item .img-box
{
    padding-bottom: 146.875%;
}
.wrap-certification .slick-certification .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-certification .slick-certification .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-certification .slick-certification .slick-dots
{
    display: block;

    margin: 0;
    margin-top: 40px;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-certification .slick-certification .slick-dots
    {
        bottom: 20px;
    }
}
.wrap-certification .slick-certification .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 10px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    border: 4px solid #d2d2d2;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .wrap-certification .slick-certification .slick-dots li
    {
        width: 10px;
        height: 10px;
        margin: 0 4px;

        border-width: 2px;
    }
}
.wrap-certification .slick-certification .slick-dots li.slick-active
{
    border-color: #314e92;
}
.wrap-certification .slick-certification .slick-dots li button
{
    display: none;
}
.wrap-experiment
{
    margin-top: 60px;
}
.wrap-experiment .text
{
    margin-top: 30px;
}
.wrap-experiment .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    text-indent: 2em;
}
@media (max-width: 991px)
{
    .wrap-experiment .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-experiment .text p
    {
        font-size: 14px;
    }
}
.wrap-experiment .slick-experiment
{
    margin: 0 -15px;
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-experiment .slick-experiment
    {
        margin: 0 -8px;
        margin-top: 30px;
    }
}
.wrap-experiment .slick-experiment .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .wrap-experiment .slick-experiment .slick-slide
    {
        padding: 0 8px;
    }
}
.wrap-experiment .slick-experiment .item
{
    display: block;

    text-align: center;

    color: inherit;
}
.wrap-experiment .slick-experiment .item .pic
{
    border: 1px solid #eaeaea;
}
.wrap-experiment .slick-experiment .item .pic .img-box
{
    padding-bottom: 65.2173913%;
}
.wrap-experiment .slick-experiment .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-experiment .slick-experiment .item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 20px 0 0 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-experiment .slick-experiment .item p
    {
        font-size: 16px;
    }
}
.wrap-experiment .slick-experiment .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-experiment .slick-experiment .item:hover p
{
    color: #314e92;
}
.wrap-experiment .slick-experiment .slick-dots
{
    display: block;

    margin: 0;
    margin-top: 40px;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-experiment .slick-experiment .slick-dots
    {
        bottom: 20px;
    }
}
.wrap-experiment .slick-experiment .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 10px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    border: 4px solid #d2d2d2;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .wrap-experiment .slick-experiment .slick-dots li
    {
        width: 10px;
        height: 10px;
        margin: 0 4px;

        border-width: 2px;
    }
}
.wrap-experiment .slick-experiment .slick-dots li.slick-active
{
    border-color: #314e92;
}
.wrap-experiment .slick-experiment .slick-dots li button
{
    display: none;
}
.wrap-partner
{
    margin-top: 60px;
}
.wrap-partner .partner
{
    margin-top: 20px;
}
.wrap-partner .partner > ul
{
    overflow: hidden;

    margin: 0 -30px;
}
@media (max-width: 1470px)
{
    .wrap-partner .partner > ul
    {
        margin: 0 -10px;
    }
}
.wrap-partner .partner > ul > li
{
    float: left;

    width: 20%;
    margin-top: 20px;
    padding: 10px 30px;
}
@media (max-width: 1470px)
{
    .wrap-partner .partner > ul > li
    {
        padding: 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-partner .partner > ul > li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .wrap-partner .partner > ul > li
    {
        width: 50%;
        margin-top: 0;
    }
}
.wrap-partner .partner .item
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.wrap-partner .partner .item .img-box
{
    padding-bottom: 54.16666667%;
}
.wrap-case
{
    padding-top: 0;

    background: none;
}
@media (max-width: 991px)
{
    .wrap-case
    {
        padding-right: 0;
        padding-left: 0;
    }
}
.wrap-case .case-sort ul
{
    margin: 0 -40px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-case .case-sort ul
    {
        margin: 0 -20px;
    }
}
.wrap-case .case-sort ul li
{
    display: inline-block;

    padding: 0 40px;
}
@media (max-width: 991px)
{
    .wrap-case .case-sort ul li
    {
        padding: 0 20px;
    }
}
.wrap-case .case-sort ul li.active .item .icon-now,
.wrap-case .case-sort ul li:hover .item .icon-now
{
    opacity: 0;
}
.wrap-case .case-sort ul li.active .item .icon-hover,
.wrap-case .case-sort ul li:hover .item .icon-hover
{
    opacity: 1;
}
.wrap-case .case-sort ul li.active .item b,
.wrap-case .case-sort ul li:hover .item b
{
    color: #314e92;
}
.wrap-case .case-sort ul li.active .item p,
.wrap-case .case-sort ul li:hover .item p
{
    color: #314e92;
}
.wrap-case .case-sort .item
{
    position: relative;

    display: block;

    padding-left: 90px;

    text-align: left;

    color: inherit;
}
@media (max-width: 991px)
{
    .wrap-case .case-sort .item
    {
        margin-top: 20px;
        padding-left: 60px;
    }
}
.wrap-case .case-sort .item .icon
{
    position: absolute;
    top: 0;
    left: 0;

    width: 66px;
    height: 66px;

    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-case .case-sort .item .icon
    {
        top: -4px;

        width: 50px;
        height: 50px;
    }
}
.wrap-case .case-sort .item .icon img
{
    width: 100%;
}
.wrap-case .case-sort .item .icon-hover
{
    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 0;
    background-color: #314e92;
}
.wrap-case .case-sort .item b
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 34px;
    line-height: 1;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .wrap-case .case-sort .item b
    {
        font-size: 20px;
    }
}
.wrap-case .case-sort .item p
{
    font-size: 20px;
    line-height: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .wrap-case .case-sort .item p
    {
        font-size: 14px;
    }
}
.wrap-case .case
{
    max-width: 1200px;
    margin: 0 auto;
}
.wrap-case .case .row
{
    margin: 0 -30px;
}
@media (max-width: 1350px)
{
    .wrap-case .case .row
    {
        margin: 0 -15px;
    }
}
.wrap-case .case .itembox
{
    padding: 0 30px;
}
@media (max-width: 1350px)
{
    .wrap-case .case .itembox
    {
        padding: 0 15px;
    }
}
.wrap-case .case .item
{
    display: block;
    overflow: hidden;

    margin-top: 50px;

    -webkit-transition: all 1s;
            transition: all 1s;

    color: inherit;
    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-case .case .item
    {
        margin-top: 30px;
    }
}
.wrap-case .case .item .img-box
{
    padding-bottom: 75.43859649%;
}
.wrap-case .case .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-case .case .item .note
{
    font-size: 0;

    padding: 10px 20px;
}
.wrap-case .case .item .note .title-equipment
{
    position: relative;

    padding-bottom: 10px;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-case .case .item .note .title-equipment:after
{
    position: absolute;
    bottom: -2px;

    display: block;

    width: 90px;
    height: 3px;

    content: '';

    background-color: #707070;
}
.wrap-case .case .item .note .title-equipment b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-case .case .item .note .title-equipment b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-case .case .item .note .title-equipment b
    {
        font-size: 18px;
    }
}
.wrap-case .case .item .note .desc p
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;
    overflow: hidden;

    width: 66%;
    height: 30px;
    margin: 10px 0 0 0;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-case .case .item .note .desc p
    {
        width: 100%;
    }
}
.wrap-case .case .item .note .desc p:nth-child(2n)
{
    width: 34%;
}
@media (max-width: 767px)
{
    .wrap-case .case .item .note .desc p:nth-child(2n)
    {
        width: 100%;
    }
}
.wrap-case .case .item:hover
{
    box-shadow: 0 0 10px rgba(49, 78, 146, .3);
}
.wrap-case .case .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case .case .item:hover .note .title-equipment
{
    border-bottom-color: #314e92;
}
.wrap-case .case .item:hover .note .title-equipment:after
{
    background-color: #314e92;
}
.wrap-case .case .item:hover .note .title-equipment b
{
    color: #314e92;
}
.wrap-case .case .item:hover .note p
{
    color: #314e92;
}
.wrap-concept
{
    padding: 0;
	background: none;
}
.wrap-concept .concept
{
    font-size: 0;
	padding: 10px;
	margin-bottom: 30px;
	background-color: #fff;

	/* margin-top: 30px; */
}

.wrap-concept .concept .pic,
.wrap-concept .concept .text
{
    font-size: 14px;

    display: inline-block;

   width: 50%;

    vertical-align: top;  
}
@media (max-width: 1350px)
{
    .wrap-concept .concept .pic,
    .wrap-concept .concept .text
    {
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .wrap-concept .concept .pic,
    .wrap-concept .concept .text
    {
        width: 100%;
    }
}
.wrap-concept .concept .pic
{
    overflow: hidden;
	padding: 30px;
}
.wrap-concept .concept .pic img
{
    max-width: 100%;
}
@media (max-width: 991px)
{
    .wrap-concept .concept .pic img
    {
        max-width: 100%;
    }
}
.wrap-concept .concept .text
{
/* padding: 0 30px; */
padding:30px;
 
}
@media (max-width: 1350px)
{
    .wrap-concept .concept .text
    {
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .wrap-concept .concept .text
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.wrap-concept .concept .text .title-concept:after
{
    display: block;

    width: 80px;
    height: 4px;
    margin-top: 10px;
    margin-left: -14px;

    content: '';

    background-color: #314e92;
}
.wrap-concept .concept .text .title-concept b
{
    font-size: 36px;
    line-height: 1;

    display: block;

    color: #314e92;
}
@media (max-width: 1350px)
{
    .wrap-concept .concept .text .title-concept b
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .wrap-concept .concept .text .title-concept b
    {
        font-size: 22px;
    }
}
.wrap-concept .concept .text .title-concept p
{
    font-size: 20px;
    line-height: 22px;

    margin: 8px 0 0 0;

    text-transform: uppercase;

    color: #666;
}
@media (max-width: 1350px)
{
    .wrap-concept .concept .text .title-concept p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-concept .concept .text .title-concept p
    {
        font-size: 16px;
    }
}
.wrap-concept .concept .text .note
{
    margin-top: 30px;
}
.wrap-concept .concept .text .note p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-concept .concept .text .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-concept .concept .text .note p
    {
        font-size: 14px;
    }
}
/* .wrap-concept .concept:nth-child(1) .pic{
	padding-right: 20px;
	padding-left: 40px;
}
.wrap-concept .concept:nth-child(2) .pic{
	padding-left: 20px;
	padding-bottom: 40px;
	padding-right: 40px;
} */
@media (max-width: 991px){
	.wrap-concept .concept:nth-child(1) .pic{
		padding: 0 10px;
	}
	.wrap-concept .concept:nth-child(2) .pic{
		padding: 0 10px 20px 10px;
	}
}
.wrap-join-top .join-top
{
    font-size: 0;
}
.wrap-join-top .join-top .pic,
.wrap-join-top .join-top .text
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-join-top .join-top .pic,
    .wrap-join-top .join-top .text
    {
        width: 100%;
    }
}
.wrap-join-top .join-top .pic
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .wrap-join-top .join-top .pic img
    {
        max-width: 100%;
    }
}
.wrap-join-top .join-top .text
{
    padding: 0 5%;
}
@media (max-width: 991px)
{
    .wrap-join-top .join-top .text
    {
        padding: 30px 0;
    }
}
.wrap-join-top .join-top .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-join-top .join-top .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-join-top .join-top .text p
    {
        font-size: 14px;
    }
}
.wrap-join
{
    margin-top: 60px;
}
.wrap-join .list
{
    overflow-x: auto;

    margin-top: 40px;
}
.wrap-join .list > ul
{
    overflow: hidden;
}
.wrap-join .list > ul > li
{
    margin-top: 20px;
}
.wrap-join .list > ul > li .tlist
{
    display: table;
    overflow: hidden;

    width: 100%;
    padding: 20px 0;

    background-color: #ededed;
}
@media (max-width: 767px)
{
    .wrap-join .list > ul > li .tlist
    {
        padding: 10px 0;
    }
}
.wrap-join .list > ul > li .tlist .titem-left
{
    width: 15%;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-join .list > ul > li .tlist .titem-left
    {
        width: 35%;
    }
}
.wrap-join .list > ul > li .tlist .titem-left b
{
    font-size: 26px;
    line-height: 30px;

    display: block;

    color: #314e92;
}
@media (max-width: 1199px)
{
    .wrap-join .list > ul > li .tlist .titem-left b
    {
        font-size: 18px;
    }
}
.wrap-join .list > ul > li .tlist .titem-middle
{
    width: 75%;
}
@media (max-width: 767px)
{
    .wrap-join .list > ul > li .tlist .titem-middle
    {
        width: 50%;
    }
}
.wrap-join .list > ul > li .tlist .titem-middle p
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-join .list > ul > li .tlist .titem-middle p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-join .list > ul > li .tlist .titem-middle p
    {
        margin: 0;
    }
}
.wrap-join .list > ul > li .tlist .titem-right
{
    width: 5%;
}
.wrap-join .list > ul > li .tlist .titem-right a.more
{
    font-size: 30px;
    line-height: 30px;

    display: inline-block;

    height: 30px;

    color: #314e92;
}
@media (max-width: 1199px)
{
    .wrap-join .list > ul > li .tlist .titem-right a.more
    {
        font-size: 24px;
    }
}
.wrap-join .list > ul > li .tlist .titem-right a.more:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e634';
}
.wrap-join .list > ul > li .tlist .titem-left,
.wrap-join .list > ul > li .tlist .titem-middle,
.wrap-join .list > ul > li .tlist .titem-right
{
    display: table-cell;

    padding: 10px;

    vertical-align: top;
}
.wrap-join .list > ul > li.current .tlist
{
    background-color: #314e92;
}
.wrap-join .list > ul > li.current .titem-left b
{
    color: #fff;
}
.wrap-join .list > ul > li.current .titem-middle p
{
    color: #fff;
}
.wrap-join .list > ul > li.current .titem-right a.more
{
    color: #fff;
}
.wrap-join .list > ul > li .note
{
    display: none;

    padding: 30px 30px;
}
@media (max-width: 991px)
{
    .wrap-join .list > ul > li .note
    {
        padding: 30px 0;
    }
}
.wrap-join .list > ul > li .note p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-join .list > ul > li .note p
    {
        font-size: 15px;
    }
}
.wrap-join .list > ul > li .note p span
{
    color: #314e92;
}
.wrap-join .list > ul > li .note a.apply
{
    font-size: 20px;
    line-height: 44px;

    display: inline-block;

    height: 44px;
    margin-top: 40px;
    padding: 0 44px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 4px;
    background-color: #314e92;
}
@media (max-width: 991px)
{
    .wrap-join .list > ul > li .note a.apply
    {
        font-size: 18px;
    }
}
.wrap-join .list > ul > li .note a.apply:hover
{
    background-color: #253e79;
}
.wrap-join .message
{
    position: fixed;
    z-index: 11;
    top: 5%;
    left: 0;

    display: none;
    overflow: hidden;
    overflow-y: auto;

    width: 100%;
    max-height: 90%;
    padding: 20px 0;
}
@media (max-width: 991px)
{
    .wrap-join .message
    {
        padding: 20px;
    }
}
.wrap-join .message .messageinfo
{
    position: relative;

    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 0 10% 30px 10%;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-join .message .messageinfo
    {
        padding: 0 15px 15px 15px;
    }
}
.wrap-join .message form
{
    overflow: hidden;
}
.wrap-join .message .col-xs-12
{
    margin-top: 6px;
}
.wrap-join .message form
{
    margin-top: 30px;
}
.wrap-join .message .title-message
{
    padding: 20px 0;

    border-bottom: 1px solid #ddd;
}
.wrap-join .message .title-message h3
{
    font-size: 20px;
    line-height: 2;

    display: block;

    margin: 0;

    text-align: center;
}
.wrap-join .message .title-message .m-close
{
    position: absolute;
    top: -20px;
    right: -20px;

    float: right;

    width: 42px;
    height: 42px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #666;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-join .message .title-message .m-close:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 42px;

    display: block;

    content: '\e628';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.wrap-join .message .title-message .m-close:hover
{
    color: #fff;
    background-color: #314e92;
}
.wrap-join .message .item
{
    position: relative;

    overflow: hidden;

    min-height: 50px;
    padding-left: 120px;
}
@media (max-width: 991px)
{
    .wrap-join .message .item
    {
        padding-left: 90px;
    }
}
.wrap-join .message p
{
    font-size: 16px;
    line-height: 48px;

    position: absolute;
    top: 0;
    left: 0;

    width: 110px;
    margin: 0;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-join .message p
    {
        font-size: 14px;

        width: 70px;
    }
}
.wrap-join .message input,
.wrap-join .message textarea,
.wrap-join .message select
{
    font-size: 14px;
    line-height: 28px;

    width: 100%;
    max-width: 250px;
    min-height: 38px;
    padding: 5px 10px;

    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: none;
    background: #fff;
}
.wrap-join .message .radio
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;

    cursor: pointer;
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-join .message .radio
    {
        font-size: 15px;
    }
}
.wrap-join .message .radio input[type='radio']
{
    position: absolute;

    opacity: 0;
}
.wrap-join .message .radio input[type='radio'] + .radio-label:before
{
    position: relative;
    top: 6px;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin-right: 1em;

    content: '';
    cursor: pointer;
    -webkit-transition: all 250ms ease;
            transition: all 250ms ease;
    text-align: center;
    vertical-align: top;

    border: 1px solid #b4b4b4;
    border-radius: 100%;
    background: #f4f4f4;
}
.wrap-join .message .radio input[type='radio']:checked + .radio-label:before
{
    background-color: #314e92;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.wrap-join .message .radio input[type='radio']:focus + .radio-label:before
{
    border-color: #3197ee;
    outline: none;
}
.wrap-join .message .radio input[type='radio'] + .radio-label:empty:before
{
    margin-right: 0;
}
.wrap-join .message .item-1
{
    padding-left: 0;

    text-align: center;
}
.wrap-join .message .btn
{
    font-size: 20px;
    line-height: 40px;

    display: inline-block;

    height: 40px;
    margin-top: 20px;
    padding: 0 40px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 6px;
    outline: none;
    background-color: #314e92;
}
@media (max-width: 1560px)
{
    .wrap-join .message .btn
    {
        font-size: 16px;
    }
}
.wrap-join .message .btn.reset
{
    margin-right: 100px;

    background-color: #cecece;
}
@media (max-width: 991px)
{
    .wrap-join .message .btn.reset
    {
        margin-right: 20px;
    }
}
.wrap-join .message .btn:hover
{
    background-color: #253e79;
}
.wrap-join .showMorehandle
{
    font-size: 18px;

    margin-top: 30px;

    text-align: center;
    text-decoration: underline;

    color: #314e92;
}
.wrap-join .showMorehandle a
{
    display: block;

    color: inherit;
}
.maskbg
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .6);
}
.wrap-employee .employee ul li
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .wrap-employee .employee ul li
    {
        margin-top: 30px;
    }
}
.wrap-employee .employee ul li:nth-child(1)
{
    margin-top: 0;
}
.wrap-employee .employee .item
{
    font-size: 0;

    display: block;
	margin-bottom: 30px;

    /* padding: 30px; */

    -webkit-transition: all .2s;
            transition: all .2s;

    color: inherit;
    /* border: 1px solid #dcdcdc; */
}
@media (max-width: 991px)
{
    .wrap-employee .employee .item
    {
        /* padding: 4px; */
    }
}
.wrap-employee .employee .item .pic,
.wrap-employee .employee .item .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-employee .employee .item .pic
{
    /* width: 40%; */
}
@media (max-width: 991px)
{
    .wrap-employee .employee .item .pic
    {
        /* width: 100%; */
    }
}
.wrap-employee .employee .item .pic .img-box
{
    padding-bottom: 49.12280702%;
}
.wrap-employee .employee .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-employee .employee .item .text
{
    /* width: 60%; */
    /* padding: 0 5%; */
	padding: 14px 10px 0 10px;
}
@media (max-width: 1350px)
{
    .wrap-employee .employee .item .text
    {
        /* padding: 0 20px; */
    }
}
@media (max-width: 991px)
{
    .wrap-employee .employee .item .text
    {
        /* width: 100%; */
        /* padding: 20px 10px; */
    }
}
.wrap-employee .employee .item .text b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px)
{
    .wrap-employee .employee .item .text b
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-employee .employee .item .text b
    {
        font-size: 16px;
    }
}
.wrap-employee .employee .item .text span.date
{
    font-size: 18px;
    line-height: 24px;

    display: block;

    color: #314e92;
}
@media (max-width: 991px)
{
    .wrap-employee .employee .item .text span.date
    {
        font-size: 14px;
    }
}
.wrap-employee .employee .item .text p
{
    font-size: 16px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 96px;
    margin: 20px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1350px)
{
    .wrap-employee .employee .item .text p
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-employee .employee .item .text p
    {
        font-size: 14px;
    }
}
.wrap-employee .employee .item .text span.more
{
    line-height: 30px;

    display: block;

    margin-top: 20px;

    color: #314e92;
}
@media (max-width: 1350px)
{
    .wrap-employee .employee .item .text span.more
    {
        margin-top: 10px;
    }
}
.wrap-employee .employee .item:hover
{
    border-color: #314e92;
}
.wrap-employee .employee .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-employee .employee .item:hover .text b
{
    color: #314e92;
}
.wrap-jobs
{
    padding: 0;
}
.wrap-jobs .jobs
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap-jobs .jobs
    {
        padding: 60px 0;
    }
}
.wrap-jobs .jobs .row
{
    margin: 0 -5px;
}
.wrap-jobs .jobs .itembox
{
    padding: 0 5px;
}
.wrap-jobs .jobs .item
{
    position: relative;

    display: block;

    margin-top: 10px;

    color: inherit;
}
.wrap-jobs .jobs .item .note
{
    position: absolute;
    z-index: 2;
    bottom: 20px;

    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-jobs .jobs .item .note
    {
        bottom: 4px;

        padding: 0 14px;
    }
}
.wrap-jobs .jobs .item .note p
{
    font-size: 30px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-jobs .jobs .item .note p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs .jobs .item .note p
    {
        font-size: 16px;
    }
}
.wrap-jobs .jobs .item .note span.more
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    margin-top: 14px;
}
@media (max-width: 991px)
{
    .wrap-jobs .jobs .item .note span.more
    {
        font-size: 16px;

        margin: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs .jobs .item .note span.more
    {
        font-size: 14px;
    }
}
.wrap-jobs .jobs .item .note span.more:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    display: inline-block;

    margin-left: 10px;

    content: '\e626';
    vertical-align: middle;
}
.wrap-jobs .jobs .video
{
    position: relative;

    overflow: hidden;

    background-color: #000;
}
@media (max-width: 991px)
{
    .wrap-jobs .jobs .video
    {
        width: 100%;
    }
}
.wrap-jobs .jobs .video .img-box
{
    padding-bottom: 68.91891892%;
}
.wrap-jobs .jobs .video img
{
    width: 100%;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
.wrap-jobs .jobs .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-jobs .jobs .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-jobs .jobs .video .play
{
    font-size: 70px;
    line-height: 1;

    position: absolute;
    right: 20px;
    bottom: 0;

    display: inline-block;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-jobs .jobs .video .play
    {
        font-size: 40px;

        right: 0;
    }
}
.wrap-jobs .jobs .video .play:after
{
    font-family: 'iconfont' !important;

    content: '\e67f';
}
.wrap-jobs .jobs .video:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-jobs .jobs .video:hover .play
{
    opacity: .8;
}
.wrap-jobs .jobs .item-2 .img-box,
.wrap-jobs .jobs .item-3 .img-box
{
    padding-bottom: 33.78378378%;
}
.wrap-jobs .jobs .item-2 .img-box img,
.wrap-jobs .jobs .item-3 .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-jobs .jobs .item-2:hover .img-box img,
.wrap-jobs .jobs .item-3:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-jobs .jobs-info
{
    padding: 80px 0;

    background: url(../images/jobs_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-jobs .jobs-info
    {
        padding: 60px 0;
    }
}
.wrap-jobs .jobs-info .item
{
    overflow: hidden;

    border-radius: 10px;
    background-color: #fff;
}
.wrap-jobs .jobs-info .item .pic
{
    position: relative;
}
.wrap-jobs .jobs-info .item .pic .img-box
{
    padding-bottom: 45.20547945%;
}
.wrap-jobs .jobs-info .item .pic p
{
    font-size: 30px;

    position: absolute;
    top: 40px;
    left: 40px;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-jobs .jobs-info .item .pic p
    {
        font-size: 20px;

        top: 14px;
        left: 14px;
    }
}
.wrap-jobs .jobs-info .item .note
{
    padding: 40px;
}
@media (max-width: 991px)
{
    .wrap-jobs .jobs-info .item .note
    {
        padding: 20px;
    }
}
.wrap-jobs .jobs-info .item .note b
{
    font-size: 30px;
    font-weight: normal;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-jobs .jobs-info .item .note b
    {
        font-size: 20px;
    }
}
.wrap-jobs .jobs-info .item .note ul
{
    overflow: hidden;

    margin: 0 -15px;
}
.wrap-jobs .jobs-info .item .note ul li
{
    float: left;

    width: 40%;
    margin-top: 10px;
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-jobs .jobs-info .item .note ul li
    {
        width: 100%;
    }
}
.wrap-jobs .jobs-info .item .note ul li:last-child
{
    width: 20%;
}
@media (max-width: 767px)
{
    .wrap-jobs .jobs-info .item .note ul li:last-child
    {
        width: 100%;
    }
}
.wrap-jobs .jobs-info .item .note ul li select
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    height: 50px;
    padding: 10px 0;

    color: #b4b4b4;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    outline: none;
}
.wrap-jobs .jobs-info .item .note ul li select option
{
    line-height: 30px;
}
.wrap-jobs .jobs-info .item .note ul li .submit
{
    font-size: 16px;
    line-height: 50px;

    width: 100%;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 6px;
    background-color: #314e92;
}
@media (max-width: 767px)
{
    .wrap-jobs .jobs-info .item .note ul li .submit
    {
        font-size: 14px;
        line-height: 40px;
    }
}
.wrap-jobs .jobs-info .item .note ul li .submit:hover
{
    background-color: #253e79;
}
.fixed-jobs-process
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .5);
}
.fixed-jobs-process .wrap-jobs-process
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    height: auto;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.fixed-jobs-process .wrap-jobs-process .jobs-process
{
    position: relative;

    overflow-y: auto;

    max-width: 990px;
    max-height: 800px;
    margin: 0 auto;
    padding: 50px;

    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 1470px)
{
    .fixed-jobs-process .wrap-jobs-process .jobs-process
    {
        max-height: 650px;
    }
}
@media (max-width: 1199px)
{
    .fixed-jobs-process .wrap-jobs-process .jobs-process
    {
        max-height: 600px;
    }
}
@media (max-width: 991px)
{
    .fixed-jobs-process .wrap-jobs-process .jobs-process
    {
        max-height: 400px;
        padding: 20px 10px;
    }
}
.fixed-jobs-process .wrap-jobs-process .jobs-process::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 4px;
}
.fixed-jobs-process .wrap-jobs-process .jobs-process::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.fixed-jobs-process .wrap-jobs-process .jobs-process::-webkit-scrollbar-thumb
{
    background-color: #9f9f9f;
}
.fixed-jobs-process .wrap-jobs-process .jobs-process .jobs-process-close
{
    position: absolute;
    top: 20px;
    right: 20px;

    cursor: pointer;
}
@media (max-width: 991px)
{
    .fixed-jobs-process .wrap-jobs-process .jobs-process .jobs-process-close
    {
        right: 10px;
    }
}
.fixed-jobs-process .wrap-jobs-process .jobs-process .jobs-process-close:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    display: inline-block;

    content: '\e628';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.fixed-jobs-process .wrap-jobs-process .jobs-process .title-jobs-process
{
    text-align: center;
}
.fixed-jobs-process .wrap-jobs-process .jobs-process .title-jobs-process:after
{
    display: block;

    width: 100%;
    height: 4px;
    margin-top: 20px;

    content: '';

    background: url(../images/line-5.png) no-repeat center;
}
.fixed-jobs-process .wrap-jobs-process .jobs-process .title-jobs-process b
{
    font-size: 26px;
    font-weight: normal;
    line-height: 1;

    display: block;

    color: #314e92;
}
@media (max-width: 991px)
{
    .fixed-jobs-process .wrap-jobs-process .jobs-process .title-jobs-process b
    {
        font-size: 20px;
    }
}
.fixed-jobs-process .wrap-jobs-process .jobs-process .jobs-process-list
{
    margin-top: 30px;
}
.fixed-jobs-process .wrap-jobs-process .jobs-process .jobs-process-list ul li
{
    margin-top: 10px;
}
.fixed-jobs-process .wrap-jobs-process .jobs-process .jobs-process-list ul li:first-child .text
{
    display: block;
}
.fixed-jobs-process .wrap-jobs-process .jobs-process .jobs-process-list ul li.current .title-jobs-on
{
    color: #314e92;
}
.fixed-jobs-process .wrap-jobs-process .jobs-process .jobs-process-list .title-jobs-on
{
    line-height: 30px;

    position: relative;

    padding: 15px 60px 15px 20px;

    cursor: pointer;

    background-color: #f9f9f9;
}
.fixed-jobs-process .wrap-jobs-process .jobs-process .jobs-process-list .title-jobs-on:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 20px;

    content: '\e62b';
}
.fixed-jobs-process .wrap-jobs-process .jobs-process .jobs-process-list .title-jobs-on b
{
    font-size: 26px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .fixed-jobs-process .wrap-jobs-process .jobs-process .jobs-process-list .title-jobs-on b
    {
        font-size: 20px;
    }
}
.fixed-jobs-process .wrap-jobs-process .jobs-process .jobs-process-list .text
{
    display: none;

    padding: 24px 0;
}
.fixed-jobs-process .wrap-jobs-process .jobs-process .jobs-process-list .text h4
{
    font-size: 18px;
    line-height: 40px;

    display: inline-block;

    padding: 0 20px;

    color: #314e92;
    border: 1px solid #314e92;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .fixed-jobs-process .wrap-jobs-process .jobs-process .jobs-process-list .text h4
    {
        font-size: 16px;
        line-height: 34px;
    }
}
.fixed-jobs-process .wrap-jobs-process .jobs-process .jobs-process-list .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .fixed-jobs-process .wrap-jobs-process .jobs-process .jobs-process-list .text p
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.fixed-applay
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .5);
}
.fixed-applay .wrap-applay
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    height: auto;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.fixed-applay .wrap-applay .applay
{
    position: relative;

    max-width: 850px;
    margin: 0 auto;
    padding: 70px;

    border-radius: 20px;
    background-color: #fff;
}
.fixed-applay .wrap-applay .applay .applay-close
{
    position: absolute;
    top: 20px;
    right: 20px;

    cursor: pointer;
}
@media (max-width: 991px)
{
    .fixed-applay .wrap-applay .applay .applay-close
    {
        right: 10px;
    }
}
.fixed-applay .wrap-applay .applay .applay-close:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    display: inline-block;

    content: '\e628';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.fixed-applay .wrap-applay .applay .titlt-applay
{
    text-align: center;
}
.fixed-applay .wrap-applay .applay .titlt-applay b
{
    font-size: 36px;
    font-weight: normal;
    line-height: 1.4;

    display: block;
}
.fixed-applay .wrap-applay .applay .titlt-applay b:after
{
    display: block;

    width: 100%;
    height: 2px;
    margin: 20px 0;

    content: '';

    background: url(../images/line-6.png) no-repeat center;
}
.fixed-applay .wrap-applay .applay .titlt-applay p
{
    font-size: 24px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
.fixed-applay .wrap-applay .applay .list
{
    overflow: hidden;
}
.fixed-applay .wrap-applay .applay .list ul
{
    overflow: hidden;

    margin: 0 -12px;
    margin-top: 30px;
}
.fixed-applay .wrap-applay .applay .list ul li
{
    float: left;

    width: 50%;
    margin-top: 24px;
    padding: 0 12px;
}
.fixed-applay .wrap-applay .applay .list ul li .item
{
    display: block;

    padding: 20px 40px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    border-radius: 10px;
    background-color: #157bcf;
}
.fixed-applay .wrap-applay .applay .list ul li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 80px;
    line-height: 80px;

    display: inline-block;

    margin-right: 20px;

    content: '\e644';
    vertical-align: middle;
}
.fixed-applay .wrap-applay .applay .list ul li .item p
{
    font-size: 28px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.fixed-applay .wrap-applay .applay .list ul li .item-resume
{
    background-color: #f0914b;
}
.fixed-applay .wrap-applay .applay .list ul li .item-resume:before
{
    font-size: 60px;

    content: '\e62f';
}
.fixed-applay .wrap-applay .applay .list ul li .item:hover
{
    background-color: #314e92;
}
.wrap-jobs-school .jobs .row
{
    margin: 0 -10px;
}
@media (max-width: 991px)
{
    .wrap-jobs-school .jobs .row
    {
        margin: 0 -5px;
    }
}
.wrap-jobs-school .jobs .itembox
{
    padding: 10px;
}
@media (max-width: 991px)
{
    .wrap-jobs-school .jobs .itembox
    {
        padding: 5px;
    }
}
.wrap-jobs-school .jobs .item
{
    position: relative;

    display: block;

    color: inherit;
}
.wrap-jobs-school .jobs .item .note
{
    position: absolute;
    z-index: 2;
    bottom: 20px;

    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-jobs-school .jobs .item .note
    {
        bottom: 4px;

        padding: 0 14px;
    }
}
.wrap-jobs-school .jobs .item .note p
{
    font-size: 22px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-jobs-school .jobs .item .note p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-school .jobs .item .note p
    {
        font-size: 16px;
    }
}
.wrap-jobs-school .jobs .item .note span.more
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 14px;
}
@media (max-width: 991px)
{
    .wrap-jobs-school .jobs .item .note span.more
    {
        font-size: 16px;

        margin: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-school .jobs .item .note span.more
    {
        font-size: 14px;
    }
}
.wrap-jobs-school .jobs .item .note span.more:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    display: inline-block;

    margin-left: 10px;

    content: '\e626';
    vertical-align: middle;
}
.wrap-jobs-school .jobs .item .img-box
{
    padding-bottom: 124.17582418%;
}
.wrap-jobs-school .jobs .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-jobs-school .jobs .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-jobs-school .jobs .video
{
    position: relative;

    overflow: hidden;

    background-color: #000;
}
@media (max-width: 991px)
{
    .wrap-jobs-school .jobs .video
    {
        width: 100%;
    }
}
.wrap-jobs-school .jobs .video img
{
    width: 100%;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
.wrap-jobs-school .jobs .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-jobs-school .jobs .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-jobs-school .jobs .video .play
{
    font-size: 60px;
    line-height: 1;

    position: absolute;
    top: 40%;
    left: 50%;

    display: inline-block;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-jobs-school .jobs .video .play
    {
        font-size: 40px;

        right: 0;
    }
}
.wrap-jobs-school .jobs .video .play:after
{
    font-family: 'iconfont' !important;

    content: '\e67f';
}
.wrap-jobs-school .jobs-school .jobs-school-sort
{
    margin-top: 70px;

    text-align: center;
}
.wrap-jobs-school .jobs-school .jobs-school-sort.stuck
{
    height: 50px !important;

    background-color: #f9f9f9;
}
.wrap-jobs-school .jobs-school .jobs-school-sort ul
{
    background-color: #f9f9f9;
}
.wrap-jobs-school .jobs-school .jobs-school-sort ul li
{
    display: inline-block;
}
.wrap-jobs-school .jobs-school .jobs-school-sort ul li a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    padding: 0 40px;

    color: #666;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .wrap-jobs-school .jobs-school .jobs-school-sort ul li a
    {
        font-size: 15px;

        padding: 0 20px;
    }
}
.wrap-jobs-school .jobs-school .jobs-school-sort ul li.active a
{
    color: #fff;
    background-color: #314e92;
}
.wrap-jobs-school .jobs-school .jobs-list
{
    margin-top: 60px;
}
.wrap-jobs-school .jobs-school .jobs-list .list > ul > li.current .title-jobs-school .tjs-right span.tclose
{
    color: #666;
    background-color: #dcdcdc;
}
.wrap-jobs-school .jobs-school .jobs-list .list > ul > li.current .title-jobs-school .tjs-right span.tclose:after
{
    content: '关闭详情 -';
}
.wrap-jobs-school .jobs-school .jobs-list .list .title-jobs-school
{
    overflow: hidden;

    padding: 30px 0;

    cursor: pointer;

    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.wrap-jobs-school .jobs-school .jobs-list .list .title-jobs-school .tjs-left
{
    float: left;

    width: 24%;
    padding: 0 30px;

    border-right: 1px solid #c8c8c8;
}
@media (max-width: 767px)
{
    .wrap-jobs-school .jobs-school .jobs-list .list .title-jobs-school .tjs-left
    {
        width: 100%;
        padding: 0 15px;

        border: none;
    }
}
.wrap-jobs-school .jobs-school .jobs-list .list .title-jobs-school .tjs-left b
{
    font-size: 26px;
    font-weight: normal;
    line-height: 1.53846154;

    display: block;

    color: #314e92;
}
@media (max-width: 1470px)
{
    .wrap-jobs-school .jobs-school .jobs-list .list .title-jobs-school .tjs-left b
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-jobs-school .jobs-school .jobs-list .list .title-jobs-school .tjs-left b
    {
        font-size: 18px;
    }
}
.wrap-jobs-school .jobs-school .jobs-list .list .title-jobs-school .tjs-left p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-jobs-school .jobs-school .jobs-list .list .title-jobs-school .tjs-left p
    {
        font-size: 14px;
    }
}
.wrap-jobs-school .jobs-school .jobs-list .list .title-jobs-school .tjs-middle
{
    font-size: 18px;
    line-height: 2;

    float: left;

    width: 56%;
    padding: 0 5%;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-jobs-school .jobs-school .jobs-list .list .title-jobs-school .tjs-middle
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs-school .jobs-school .jobs-list .list .title-jobs-school .tjs-middle
    {
        width: 100%;
        padding: 0 15px;
    }
}
.wrap-jobs-school .jobs-school .jobs-list .list .title-jobs-school .tjs-middle table
{
    width: 100%;
}
.wrap-jobs-school .jobs-school .jobs-list .list .title-jobs-school .tjs-middle table td
{
    width: 50%;
}
.wrap-jobs-school .jobs-school .jobs-list .list .title-jobs-school .tjs-middle table td p
{
    margin: 0;
}
.wrap-jobs-school .jobs-school .jobs-list .list .title-jobs-school .tjs-right
{
    float: left;

    width: 20%;
}
@media (max-width: 767px)
{
    .wrap-jobs-school .jobs-school .jobs-list .list .title-jobs-school .tjs-right
    {
        width: 100%;
        margin-top: 10px;
        padding: 0 15px;
    }
}
.wrap-jobs-school .jobs-school .jobs-list .list .title-jobs-school .tjs-right span.tclose
{
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

    height: 46px;
    padding: 0 40px;

    color: #fff;
    border-radius: 6px;
    background-color: #314e92;
}
@media (max-width: 991px)
{
    .wrap-jobs-school .jobs-school .jobs-list .list .title-jobs-school .tjs-right span.tclose
    {
        font-size: 14px;

        padding: 0 20px;
    }
}
.wrap-jobs-school .jobs-school .jobs-list .list .title-jobs-school .tjs-right span.tclose:after
{
    content: '查看详情 +';
}
.wrap-jobs-school .jobs-school .jobs-list .list .jobs-school-text
{
    display: none;

    padding: 30px 0;
}
.wrap-jobs-school .jobs-school .jobs-list .list .jobs-school-text h4
{
    font-size: 22px;
    line-height: 1.36363636;
}
@media (max-width: 991px)
{
    .wrap-jobs-school .jobs-school .jobs-list .list .jobs-school-text h4
    {
        font-size: 18px;
    }
}
.wrap-jobs-school .jobs-school .jobs-list .list .jobs-school-text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-jobs-school .jobs-school .jobs-list .list .jobs-school-text p
    {
        font-size: 14px;
    }
}
.wrap-jobs-school .jobs-school .jobs-list .list .jobs-school-text .btn-applay
{
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

    margin-top: 30px;
    padding: 0 40px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-hyphens: 46px;
       -moz-hyphens: 46px;
            hyphens: 46px;

    color: #fff;
    border-radius: 6px;
    background-color: #314e92;

        -ms-hyphens: 46px;
}
.wrap-jobs-school .jobs-school .jobs-list .list .jobs-school-text .btn-applay:hover
{
    background-color: #253e79;
}
.tjs-middle table
{
    border-collapse: collapse;

    border: none;
}
.tjs-middle table td,
.tjs-middle table tr
{
    border: 1px solid #fff !important;
}
.wrap-news .news .item
{
    display: block;

    margin-top: 30px;
    padding: 30px;

    color: inherit;
    border: 1px solid #e0e0e0;
}
@media (max-width: 1350px)
{
    .wrap-news .news .item
    {
        padding: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        padding: 10px;
    }
}
.wrap-news .news .item:after
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 20px;

    display: inline-block;

    content: '\e680';

    color: #999;
}
.wrap-news .news .item span
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    color: #314e92;
}
@media (max-width: 767px)
{
    .wrap-news .news .item span
    {
        font-size: 16px;
    }
}
.wrap-news .news .item b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 80px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-news .news .item b
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item b
    {
        font-size: 18px;
        line-height: 30px;

        height: 60px;
    }
}
.wrap-news .news .item .img-box
{
    margin: 0 0 20px 0;
    padding-bottom: 57.5%;
}
.wrap-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item p
{
    font-size: 16px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 64px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-news .news .item p
    {
        font-size: 15px;
        line-height: 24px;

        height: 48px;
    }
}
.wrap-news .news .item:hover:after
{
    color: #314e92;
}
.wrap-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover b
{
    color: #314e92;
}
.wrap-news-location
{
    margin-top: 100px;

    color: #fff;
    background-color: #314e92;
}
@media (max-width: 1199px)
{
    .wrap-news-location
    {
        margin-top: 70px;
    }
}
.wrap-news-location b
{
    font-size: 26px;
    font-weight: normal;
    line-height: 70px;

    display: inline-block;
}
@media (max-width: 1199px)
{
    .wrap-news-location b
    {
        line-height: 50px;
    }
}
@media (max-width: 991px)
{
    .wrap-news-location b
    {
        font-size: 20px;
    }
}
.wrap-news-location .location
{
    position: relative;

    display: inline-block;
    float: right;

    padding-left: 30px;
}
.wrap-news-location .location:before
{
    position: absolute;
    top: 25px;
    left: 0;

    display: inline-block;

    width: 20px;
    height: 20px;

    content: '';

    background: url(../images/icon-6.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .wrap-news-location .location:before
    {
        top: 15px;
    }
}
.wrap-news-location .location > ul > li
{
    display: inline-block;

    vertical-align: top;

    color: #fff;
}
.wrap-news-location .location > ul > li:after
{
    content: '>';
}
.wrap-news-location .location > ul > li:last-child:after
{
    display: none;
}
.wrap-news-location .location > ul > li a
{
    line-height: 30px;

    display: inline-block;

    padding: 20px 4px;

    color: inherit;
}
@media (max-width: 1199px)
{
    .wrap-news-location .location > ul > li a
    {
        padding: 10px 4px;
    }
}
.wrap-news-location .location > ul > li a:hover
{
    text-decoration: underline;

    color: #fff;
}
.wrap-news-show .title-news h1
{
    font-size: 26px;
    line-height: 1.53846154;

    display: block;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .news-info
{
    overflow: hidden;

    margin-top: 20px;
    padding: 10px 0;

    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.wrap-news-show .news-info span.mask,
.wrap-news-show .news-info span.date
{
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-news-show .news-info span.mask
{
    font-size: 16px;

    margin-right: 20px;

    color: #314e92;
}
.wrap-news-show .news-info span.date
{
    font-size: 16px;

    color: #999;
}
.wrap-news-show .news-info a.return
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;
    float: right;

    color: #314e92;
}
.wrap-news-show .news-info a.return:hover
{
    text-decoration: underline;
}
.wrap-news-show .news-info a.share-btn
{
    font-size: 24px;
    line-height: 36px;

    display: inline-block;
    float: right;

    padding: 0 30px;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-info a.share-btn
    {
        font-size: 20px;

        padding: 0 10px;
    }
}
.wrap-news-show .news-info a.share-btn:hover
{
    color: #314e92;
}
.wrap-news-show .news-info a.share-btn:after
{
    font-family: 'iconfont' !important;

    content: '\e648';
}
.wrap-news-show .news-info .font
{
    display: inline-block;
    float: right;
}
.wrap-news-show .news-info .font a
{
    line-height: 36px;

    position: relative;

    display: inline-block;

    height: 36px;
    margin-top: 2px;
    padding: 0 20px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-info .font a
    {
        padding: 0 10px;
    }
}
.wrap-news-show .news-info .font a:before
{
    font-family: 'iconfont';
    font-size: 30px;

    content: '\e62e';

    color: #979797;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-info .font a:before
    {
        font-size: 24px;
    }
}
.wrap-news-show .news-info .font a.switcher-small:before
{
    content: '\e642';
}
.wrap-news-show .news-info .font a:after
{
    position: absolute;
    right: 0;

    display: inline-block;

    width: 1px;
    height: 25px;
    margin-top: 2px;

    content: '';

    background-color: #e5e5e5;
}
.wrap-news-show .news-info .font a:hover:before
{
    color: #314e92;
}
.wrap-news-show .news-show
{
    overflow: hidden;
}
.wrap-news-show .news-show .news-left
{
    font-size: 18px;
    line-height: 2;

    float: left;

    width: 70%;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .news-left
    {
        width: 100%;
        padding: 0;

        border: none;
    }
}
.wrap-news-show .news-show .news-left .text
{
    margin-top: 30px;
}
.wrap-news-show .news-show .news-left p
{
    margin: 0;
}
.wrap-news-show .news-show .news-left img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-show .news-left .file-download
{
    margin-top: 30px;
}
.wrap-news-show .news-show .news-left .file-download a
{
    font-size: 20px;
    line-height: 30px;

    display: block;

    color: #314e92;
}
.wrap-news-show .news-show .news-left .file-download a:before{
	font-family: "iconfont" !important;
	content: '\e63b';
	font-size: 24px;
	margin-right: 6px;
	float: left;
}
.wrap-news-show .news-show .news-left .file-download a:hover
{
    text-decoration: underline;
}
.wrap-news-show .news-show .news-left .news-relate
{
    margin-top: 50px;
}
.wrap-news-show .news-show .news-left .news-relate ul
{
    overflow: hidden;

    margin: 0 -24px;
}
@media (max-width: 1470px)
{
    .wrap-news-show .news-show .news-left .news-relate ul
    {
        margin: 0 -10px;
    }
}
.wrap-news-show .news-show .news-left .news-relate ul li
{
    float: left;

    width: 40%;
    margin-top: 10px;
    padding: 0 24px;

    text-align: center;
}
@media (max-width: 1470px)
{
    .wrap-news-show .news-show .news-left .news-relate ul li
    {
        padding: 0 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .news-left .news-relate ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .news-show .news-left .news-relate ul li
    {
        width: 100%;
    }
}
.wrap-news-show .news-show .news-left .news-relate ul li:nth-child(2)
{
    float: right;
}
.wrap-news-show .news-show .news-left .news-relate ul li a
{
    line-height: 46px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 46px;
    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #808080;
    border: 1px solid #dcdcdc;
    border-radius: 30px;
    background-color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .news-left .news-relate ul li a
    {
        font-size: 14px;

        padding: 0 10px;
    }
}
.wrap-news-show .news-show .news-left .news-relate ul li:hover a
{
    color: #314e92;
    border-color: #314e92;
}
.wrap-news-show .news-show .news-right
{
    position: relative;

    float: right;

    width: 26%;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .news-right
    {
        width: 100%;
        margin-top: 30px;
        padding: 0;

        border: none;
    }
}
.wrap-news-show .news-show .news-right .title-news b
{
    font-size: 30px;
    line-height: 1;

    display: block;

    color: #314e92;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .news-right .title-news b
    {
        font-size: 24px;
    }
}
.wrap-news-show .news-show .news-right .list .item
{
    display: block;

    margin-top: 30px;

    color: inherit;
}
.wrap-news-show .news-show .news-right .list .item .img-box
{
    padding-bottom: 57.5%;
}
.wrap-news-show .news-show .news-right .list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news-show .news-show .news-right .list .item p
{
    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;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .news-right .list .item p
    {
        font-size: 16px;
    }
}
.wrap-news-show .news-show .news-right .list .item span
{
    font-size: 16px;

    display: block;

    color: #314e92;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .news-right .list .item span
    {
        font-size: 14px;
    }
}
.wrap-news-show .news-show .news-right .list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news-show .news-show .news-right .list .item:hover p
{
    color: #314e92;
}
.wrap-news-show .news-show .news-right .news-more
{
    margin-top: 30px;
}
.wrap-news-show .news-show .news-right .news-more a
{
    font-size: 18px;
    line-height: 44px;

    display: inline-block;

    padding: 0 26px;

    color: #fff;
    border-radius: 6px;
    background-color: #314e92;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .news-right .news-more a
    {
        font-size: 16px;
    }
}
.wrap-share
{
    position: fixed;
    z-index: 10;
    top: 0;

    display: none;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .5);
}
.wrap-share .share-info
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.wrap-share .share-info .info
{
    max-width: 550px;
    margin: 0 auto;
    padding: 0 30px;

    border-radius: 10px;
    background-color: #fff;
}
.wrap-share .share-info .info .title-share
{
    font-weight: normal;

    padding-top: 30px;

    text-align: center;
}
.wrap-share .share-info .info .title-share b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 2;

    display: block;
}
.wrap-share .share-info .info .list
{
    margin: 0 -30px;
    padding: 30px 0;

    text-align: center;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-share .share-info .info .list ul
{
    margin: 0 -30px;

    text-align: center;
}
.wrap-share .share-info .info .list ul li
{
    display: inline-block;

    padding: 0 30px;

    vertical-align: middle;
}
.wrap-share .share-info .info .list ul li a
{
    line-height: 32px;

    display: inline-block;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: inherit;
    color: #666;
}
.wrap-share .share-info .info .list ul li a img
{
    display: block;

    max-width: 30px;
    margin: 0 auto;
}
.wrap-share .share-info .info .list ul li a:hover
{
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
}
.wrap-share .share-info .info .list .social-share-icon
{
    font-size: 14px;
    font-weight: normal;

    display: inline-block;

    width: auto;
    height: auto;
    margin: 0 30px;

    color: #666;
    border: none;
}
.wrap-share .share-info .info .list .social-share-icon:before
{
    display: block;

    width: 40px;
    height: 40px;
    margin: 0 auto;

    content: '';

    background: url(../images/img/weibo.png) no-repeat center;
    background-size: cover;
}
.wrap-share .share-info .info .list .social-share-icon:after
{
    content: '微 博';
}
.wrap-share .share-info .info .list .social-share-icon.icon-wechat:before
{
    display: block;

    width: 40px;
    height: 40px;

    content: '';

    background: url(../images/img/online-1.png) no-repeat center;
    background-size: cover;
}
.wrap-share .share-info .info .list .social-share-icon.icon-wechat:after
{
    content: '微信';
}
.wrap-share .share-info .info .list .social-share-icon.icon-facebook:before
{
    display: block;

    width: 40px;
    height: 40px;

    content: '';
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);

    background: url(../images/img/facebook.png) no-repeat center;
    background-size: cover;
}
.wrap-share .share-info .info .list .social-share-icon.icon-facebook:after
{
    content: 'Facebook';
}
.wrap-share .share-info .info .list .social-share-icon.icon-linkedin:before
{
    display: block;

    width: 40px;
    height: 40px;

    content: '';
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);

    background: url(../images/img/linkedin.png) no-repeat center;
    background-size: cover;
}
.wrap-share .share-info .info .list .social-share-icon.icon-linkedin:after
{
    content: 'Linkedin';
}
.wrap-share .share-info .info .list .social-share-icon:hover
{
    background: none;
}
.wrap-share .share-info .info .share-close
{
    line-height: 30px;

    padding: 14px 0;

    cursor: pointer;
}
.wrap-share .share-info .info .share-close span
{
    font-size: 16px;

    display: block;

    text-align: center;

    color: #666;
}
.wrap-share .share-info .info .share-close:hover span
{
    color: #314e92;
}
.wrap-product .product ul li
{
    margin-top: 50px;
}
.wrap-product .product ul li:nth-child(1)
{
    margin-top: 0;
}
.wrap-product .product .item
{
    font-size: 0;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;

    border: 1px solid #dcdcdc;
}
.wrap-product .product .item .pic,
.wrap-product .product .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product .product .item .pic
{
    width: 36%;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .pic
    {
        width: 100%;
    }
}
.wrap-product .product .item .pic .img-box
{
    padding-bottom: 60%;
}
.wrap-product .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .note
{
    width: 64%;
    padding: 0 30px;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .note
    {
        width: 60%;
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .note
    {
        width: 100%;
        padding: 20px 10px;
    }
}
.wrap-product .product .item .note b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;

    display: -webkit-box;
    display: inline-block;
    overflow: hidden;

    height: 50px;
    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: #434343;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .note b
    {
        font-size: 20px;
        line-height: 40px;

        height: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .note b
    {
        font-size: 18px;
    }
}
.wrap-product .product .item .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 20px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .note p
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .note p
    {
        font-size: 14px;
    }
}
.wrap-product .product .item .note span.more
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 20px;

    color: #999;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .note span.more
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .note span.more
    {
        font-size: 14px;
    }
}
.wrap-product .product .item .note span.more:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    display: inline-block;

    margin-left: 10px;

    content: '\e680';
    vertical-align: middle;
}
.wrap-product .product .item:hover
{
    border-color: #314e92;
}
.wrap-product .product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item:hover .note b
{
    color: #fff;
    background-color: #314e92;
}
.wrap-product .product .item:hover .note span.more
{
    color: #314e92;
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;

    padding-left: 220px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding-left: 150px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        padding: 0;
    }
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 60%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;

    border: 5px solid #dcdcdc;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    position: absolute;
    top: 0;
    left: 0;

    width: 170px;
    padding: 30px 0;
}
@media (max-width: 1470px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        width: 130px;
    }
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        width: 100px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        position: relative;

        width: 100%;
        margin-top: 20px;
        padding: 0 30px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 8px 0;

    outline: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
    {
        padding: 0 4px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item
{
    position: relative;

    border: 1px solid #eee;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item .img-box
{
    opacity: .5;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border: 1px solid #314e92;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item .img-box
{
    opacity: 1;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    line-height: 30px;

    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;

    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;

    cursor: pointer;
    text-align: left;

    border: none;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow
    {
        top: 50%;
        left: 0;

        width: 30px;
        height: 30px;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    display: block;

    content: '\e62c';
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    text-align: center;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow:before
    {
        font-size: 24px;

        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    top: auto;
    bottom: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
    {
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before
{
    content: '\e9bc';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover
{
    color: #314e92;
}
.wrap-product-show .carousel-wrap .info-box
{
    position: relative;

    margin-top: 30px;
    padding-left: 30px;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        padding-left: 0;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info h1
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.38888889;

    display: inline-block;

    margin: 0;

    color: #314e92;
    border-bottom: 3px solid #314e92;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text h3
{
    font-size: 20px;
    line-height: 48px;

    display: inline-block;

    padding: 0 20px;

    color: #314e92;
    border: 1px solid #314e92;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .text h3
    {
        font-size: 18px;
        line-height: 38px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .text h3
    {
        font-size: 16px;
        line-height: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .text p
    {
        font-size: 14px;
    }
}
.wrap-product-details
{
    margin-top: 60px;
}
.wrap-product-details img{
	max-width: 100%;
	height: auto!important;
}
.wrap-product-details .product-details
{
    font-size: 0;

    margin-top: 50px;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .wrap-product-details .product-details
    {
        margin-top: 30px;
    }
}
.wrap-product-details .product-details .pic,
.wrap-product-details .product-details .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-details .product-details .pic
{
    overflow: hidden;

    width: 48%;
}
@media (max-width: 991px)
{
    .wrap-product-details .product-details .pic
    {
        width: 100%;
    }
}
.wrap-product-details .product-details .text
{
    width: 52%;
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-product-details .product-details .text
    {
        width: 100%;
        padding: 30px 10px;
    }
}
.wrap-product-details .product-details .text .title-product-details b
{
    font-size: 26px;
    line-height: 1.4;

    display: block;
}
@media (max-width: 767px)
{
    .wrap-product-details .product-details .text .title-product-details b
    {
        font-size: 20px;
    }
}
.wrap-product-details .product-details .text .note
{
    margin-top: 20px;
}
.wrap-product-details .product-details .text .note p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
.wrap-product-relate
{
    margin-top: 60px;
}
.wrap-product-relate .title-product-relate
{
    border-bottom: 1px solid #dcdcdc;
}
.wrap-product-relate .title-product-relate b
{
    font-size: 26px;
    line-height: 40px;

    display: inline-block;

    border-bottom: 3px solid #314e92;
}
@media (max-width: 991px)
{
    .wrap-product-relate .title-product-relate b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-relate .title-product-relate b
    {
        font-size: 20px;
    }
}
.wrap-product-relate .title-product-relate a.more
{
    font-size: 16px;

    display: inline-block;
    float: right;

    margin-top: 10px;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-product-relate .title-product-relate a.more
    {
        font-size: 14px;
    }
}
.wrap-product-relate .title-product-relate a.more:hover
{
    color: #314e92;
}
.wrap-product-relate .slick-product-relate
{
    margin: 0 -15px;
}
.wrap-product-relate .slick-slide
{
    padding: 0 15px;
}
.wrap-product-relate .item
{
    display: block;

    margin-top: 30px;
}
.wrap-product-relate .item .img-box
{
    padding-bottom: 60%;

    border: 1px solid #eee;
}
.wrap-product-relate .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-relate .item p
{
    line-height: 30px;

    margin: 14px 0 0 0;

    text-align: center;

    color: #999;
}
.wrap-product-relate .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-relate .item:hover p
{
    color: #314e92;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
table
{
    line-height: 30px;

    width: 100%;
    margin: 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;

    border: 1px solid #ebebeb !important;
}
table tr,
table td
{
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
table td
{
	padding: 4px;;
    border: 1px solid #ebebeb !important;
}
@media (max-width: 991px)
{
}
.wrap-contact
{
    padding-top: 0;
}
@media (max-width: 991px)
{
    .wrap-contact
    {
        padding-right: 0;
        padding-left: 0;
    }
}
.wrap-contact .contact
{
    display: table;

    width: 100%;
}
@media (max-width: 991px)
{
    .wrap-contact .contact
    {
        display: block;
    }
}
.wrap-contact .contact .text,
.wrap-contact .contact .message
{
    display: table-cell;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text,
    .wrap-contact .contact .message
    {
        display: block;

        width: 100%;
    }
}
.wrap-contact .contact .text
{
    padding-right: 5%;

    border-right: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text
    {
        padding: 0;

        border: none;
    }
}
.wrap-contact .contact .text .title-contact b
{
    font-size: 32px;
    line-height: 40px;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text .title-contact b
    {
        font-size: 24px;
    }
}
.wrap-contact .contact .text .title-contact p
{
    font-size: 20px;
    line-height: 30px;

    text-transform: uppercase;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text .title-contact p
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .text .tel
{
    padding: 14px 0;

    color: #fff;
    background-color: #314e92;
}
.wrap-contact .contact .text .tel ul
{
    overflow: hidden;
}
.wrap-contact .contact .text .tel ul li
{
    float: left;

    width: 50%;
    padding: 0 14px;

    border-right: 1px solid rgba(255, 255, 255, .5);
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text .tel ul li
    {
        /* width: 100%; */
        padding: 10px;
    }
}
.wrap-contact .contact .text .tel ul li p
{
    font-size: 18px;
    line-height: 24px;

    margin: 0;
}
.wrap-contact .contact .text .tel ul li b
{
    font-size: 36px;
    line-height: 40px;

    display: block;

    margin: 8px 0 0 0;
}
@media (max-width: 1670px)
{
    .wrap-contact .contact .text .tel ul li b
    {
        font-size: 24px;
    }
}
@media (max-width: 1350px)
{
    .wrap-contact .contact .text .tel ul li b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text .tel ul li b
    {
        font-size: 18px;
    }
	.wrap-contact .contact .text .tel ul li p{
		font-size: 16px;
	}
}
.wrap-contact .contact .text .note
{
    margin: 24px 0;
}
.wrap-contact .contact .text .note p
{
    font-size: 16px;
    line-height: 2.125;

    margin: 0;
}
.wrap-contact .contact .text .erweima
{
    display: inline-block;

    text-align: center;
}
.wrap-contact .contact .text .erweima img
{
    display: block;

    max-width: 140px;

    text-align: center;
}
.wrap-contact .contact .text .erweima p
{
    line-height: 26px;

    margin: 0;

    color: #999;
}
.wrap-contact .contact .message
{
    padding-left: 5%;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .message
    {
        margin-top: 60px;
        padding: 0;
    }
}
.wrap-contact .contact .message .title-message:after
{
    display: block;

    width: 60px;
    height: 3px;
    margin-top: 14px;

    content: '';

    background-color: #314e92;
}
.wrap-contact .contact .message .title-message b
{
    font-size: 30px;
    line-height: 40px;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .message .title-message b
    {
        font-size: 24px;
    }
}
.wrap-contact .contact .message .item
{
    position: relative;

    margin-top: 26px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .message .item
    {
        margin-top: 16px;
    }
}
.wrap-contact .contact .message .item:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 50px;

    position: absolute;
    top: 0;
    left: 0;

    width: 50px;

    content: '\e609';
    text-align: center;

    color: #afafaf;
}
.wrap-contact .contact .message .item-tel:before
{
    content: '\e61c';
}
.wrap-contact .contact .message .item-email:before
{
    content: '\e6a4';
}
.wrap-contact .contact .message .item-content:before
{
    content: '\e690';
}
.wrap-contact .contact .message .item input,
.wrap-contact .contact .message .item textarea
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    padding: 10px 10px 10px 50px;

    border: 1px solid #d2d2d2;
    border-radius: 8px;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .message .item input,
    .wrap-contact .contact .message .item textarea
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .message .item input::-webkit-input-placeholder,
.wrap-contact .contact .message .item textarea::-webkit-input-placeholder
{
    color: #afafaf;
}
.wrap-contact .contact .message .item input:-o-placeholder,
.wrap-contact .contact .message .item textarea:-o-placeholder
{
    color: #afafaf;
}
.wrap-contact .contact .message .item input::-moz-placeholder,
.wrap-contact .contact .message .item textarea::-moz-placeholder
{
    color: #afafaf;
}
.wrap-contact .contact .message .item input:-ms-input-placeholder,
.wrap-contact .contact .message .item textarea:-ms-input-placeholder
{
    color: #afafaf;
}
.wrap-contact .contact .message .item input:focus::-webkit-input-placeholder,
.wrap-contact .contact .message .item textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message .item input:focus::-o-placeholder,
.wrap-contact .contact .message .item textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message .item input:focus::-moz-placeholder,
.wrap-contact .contact .message .item textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message .item input:focus::-ms-input-placeholder,
.wrap-contact .contact .message .item textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact .message .item-send
{
    margin-top: 40px;
    padding: 0;

    text-align: right;
}
@media(max-width:991px){
	.wrap-contact .contact .message .item-send{
		text-align: center;
	}
	.wrap-about .about-top .title-about{
		padding-left: 0;
	}
}
.wrap-contact .contact .message .item-send:before
{
    display: none;
}
.wrap-contact .contact .message .item-send .reset,
.wrap-contact .contact .message .item-send .submit
{
    font-size: 20px;
    line-height: 46px;

    padding: 0 46px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 10px;
    outline: none;
    background-color: #999;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .message .item-send .reset,
    .wrap-contact .contact .message .item-send .submit
    {
        font-size: 14px;
        line-height: 34px;

        padding: 0 30px;
    }
}
.wrap-contact .contact .message .item-send .reset:hover,
.wrap-contact .contact .message .item-send .submit:hover
{
    background-color: #253e79;
}
.wrap-contact .contact .message .item-send .submit
{
    margin-left: 20px;

    background-color: #314e92;
}
.wrap-map
{
    width: 100%;
    height: 570px;
}
@media (max-width: 991px)
{
    .wrap-map
    {
        height: 400px;
    }
}
@media (max-width: 991px)
{
    .wrap-map
    {
        height: 320px;
    }
}
.BMap_Marker
{
    background: none !important;
}
.BMap_Marker img
{
    display: none;
}
.BMap_noprint
{
    background: none !important;
}
.BMap_noprint:before
{
    font-family: 'iconfont';
    font-size: 25px;

    position: absolute;
    top: -10px;
    left: 0;

    float: left;

    content: '\e60d';

    color: #314e92;
    background: none;
}
.BMapLabel
{
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 32px !important;

    position: relative !important;
    top: -30px !important;
    left: 14px !important;

    height: 32px;
    padding: 10px 10px !important;

    color: #314e92 !important;
    border: none !important;
    border-radius: 4px;
    background: none !important;
}
.page
{
    padding-top: 50px;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        padding-top: 40px;
    }
}
.page a
{
    font-size: 14px;
    line-height: 40px;

    display: inline-block;

    width: 40px;
    height: 40px;
    margin: 0 10px;
    padding: 0 10px;

    color: inherit;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .page a
    {
        margin: 0 4px;
    }
}
.page a:hover,
.page a.active
{
    color: #fff;
    background-color: #314e92;
}
.page a.next:after
{
    font-family: 'iconfont' !important;

    content: '\e610';
}
.page a.omit:hover
{
    color: #333;
    background-color: #fff;
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.zoomDiv
{
    z-index: 8;

    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;
    }
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 70px !important;

    -webkit-transition: all .4s;
            transition: all .4s;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .stuck
    {
        height: 70px !important;
    }
}
.stuck .logo
{
    height: 60px;
    margin-top: 5px;
}
@media (max-width: 1199px)
{
    .stuck .logo
    {
        height: 50px;
        margin-top: 10px;
    }
}
.stuck .nav .nav-list1 > li > a
{
    line-height: 70px;
}
.stuck .language p
{
    line-height: 70px;
}
@media (max-width: 1199px)
{
    .stuck .language p
    {
        line-height: 70px;
    }
}
.stuck .find
{
    line-height: 70px;

    height: 70px;
}
@media (max-width: 1199px)
{
    .stuck .find
    {
        line-height: 70px;

        height: 70px;
    }
}
#google_translate_element
{
    float: right;

    margin-top: 48px;
    margin-left: 30px;
}
@media (max-width: 1199px)
{
    #google_translate_element
    {
        display: none;
    }
}
.swiper-cube-shadow
{
    display: none;
}
.wrap-result
{
    padding-top: 80px;

    text-align: center;

    border-top: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-result
    {
        padding: 40px 0 30px;
    }
}
.wrap-result b
{
    font-size: 40px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-result b
    {
        font-size: 24px;
    }
}
.wrap-result p
{
    font-size: 18px;
    line-height: 1.5;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-result p
    {
        font-size: 16px;
    }
}
.wrap-search-result .title
{
    text-align: left;
}
.wrap-search-result .title b:after
{
    margin: 0;
    margin-top: 10px;
}
.wrap-search-result .product
{
    margin-top: 20px;
}
.wrap-search-result .news
{
    padding-top: 20px;
}
.xs-nav-list2
{
    font-size: 0;

    display: none;
}
@media (max-width: 1199px)
{
    .xs-nav-list2
    {
        display: block;
    }
}
.xs-nav-list2 li
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
.xs-nav-list2 li a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;
}
.xs-nav-list2 li a:before
{
    margin-right: 8px;
    content: '-';
}
.wrap-product-details table{
	width: auto;
}
.wrap-development .development .item .pic .img-box img{
	-webkit-transition: transform 1s ease;
	-moz-transition: transform 1s ease;
	-ms-transition: transform 1s ease;
	-o-transition: transform 1s ease;
	transition: transform 1s ease;
}
.wrap-development .development .item:hover .pic .img-box img{
	transform:scale(1.1);
}

@media (max-width: 1199px)
{
    .footer .foot .item-1,
	.footer .foot .item-2
    {
        display: none;
    }
	.footer .foot ul > li .item-3 {
		text-align: center;
	}
	.footer .foot{
		padding: 30px 15px;
	}
	.footer .foot ul > li .item-3 img{
		max-width: 90px;
		margin: 0 auto;
	}
}