.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'iconfont';

    src: url('../font/iconfont-1481266234445.eot');
    src: url('../font/iconfont-1481266234445.eot#iefix') format('embedded-opentype'), url('../font/iconfont-1481266234445.woff') format('woff'), url('../font/iconfont-1481266234445.ttf') format('truetype'), url('../font/iconfont-1481266234445.svg#iconfont') format('svg');
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: normal;
    font-style: normal;

    src: url('../font/AvantGarde-Demi.eot');
    src: url('../font/AvantGarde-Demi.eot?#iefix') format('embedded-opentype'), url('../font/AvantGarde-Demi.woff2') format('woff2'), url('../font/AvantGarde-Demi.woff') format('woff'), url('../font/AvantGarde-Demi.ttf') format('truetype'), url('../font/AvantGarde-Demi.svg#AvantGarde-Demi') format('svg');
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: 400;
    font-style: normal;

    src: url('../font/AvantGardeITCbyBT-Book.eot');
    src: url('../font/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'), url('../font/AvantGardeITCbyBT-Book.woff2') format('woff2'), url('../font/AvantGardeITCbyBT-Book.woff') format('woff'), url('../font/AvantGardeITCbyBT-Book.ttf') format('truetype'), url('../font/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
}
@font-face
{
    font-family: 'Agency FB';
    font-weight: normal;
    font-style: normal;

    src: url('../font/AgencyFB-Reg.eot');
    src: url('../font/AgencyFB-Reg.eot?#iefix') format('embedded-opentype'), url('../font/AgencyFB-Reg.woff2') format('woff2'), url('../font/AgencyFB-Reg.woff') format('woff'), url('../font/AgencyFB-Reg.ttf') format('truetype'), url('../font/AgencyFB-Reg.svg#AgencyFB-Reg') format('svg');
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 100%;
        padding: 0 7%;
    }
}
@media (max-width: 1349px)
{
    .container
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
img
{
    border: 0;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;

    color: inherit;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 100px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
        padding: 0 15px;
    }
}

@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
        padding: 4px 0;

        border-right: none;
    }
}
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img
{
    display: block;

    height: 100%;
}
.header .nav-collapse
{
    position: relative;
    z-index: 10;

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;

        margin-top: 10px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        position: absolute;
        top: 10px;
        right: 0;

        margin-top: 0;

        border: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #666;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #666;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}



.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}

.header .nav-2 .nav-top,
.header .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2
{
    font-size: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2
    {
        font-size: 20px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-size: 20px;
    line-height: 50px;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 19px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 22px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .xs-language
{
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    color: #fff;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.header .search-box
{
    position: absolute;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;

    -webkit-animation: fadeInRight 1s 0s ease both;
            animation: fadeInRight 1s 0s ease both;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header .search-box
    {
        position: fixed;

        height: 60px;
    }
}
.header .search-box .hbg
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.header .search-box .search
{
    line-height: 40px;

    position: relative;

    overflow: hidden;
    zoom: 1;

    width: 90%;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    color: #333;
    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    position: absolute;
    right: 0;

    width: 70px;
    height: 40px;

    border: 1px solid #d5d5d5;
    background-color: #243376;
}
@media (max-width: 1199px)
{
    .header .search-box .input-submit
    {
        line-height: 30px;

        width: 50px;
        height: 30px;
    }
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;
    display: none;

    cursor: pointer;
}
.header .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #243376;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg p
{
    line-height: 2;

    margin: 0;

    color: #999;
}
@media (max-width: 1199px)
{
    .header .search-lg p
    {
        font-size: 12px;
    }
}
.header .search-lg .search
{
    position: relative;
    left: 0;

    width: 90%;

    border: none;
    border-radius: 0;
}

@media (max-width: 1199px)
{
    .header .search-lg .search:before
    {
        font-size: 18px;
        line-height: 30px;
    }
}
.header .search-lg .input-text
{
    font-size: 16px;
    line-height: 38px;

    width: 100%;
    height: 40px;
    padding: 0 80px 0 40px;

    color: #333;
    border: 1px solid #d5d5d5;
    background-color: #f5f5f5;
}
@media (max-width: 1199px)
{
    .header .search-lg .input-text
    {
        line-height: 28px;

        height: 30px;
    }
}
.header .search-lg input::-webkit-input-placeholder,
.header .search-lg textarea::-webkit-input-placeholder
{
    color: #999;
}
.header .search-lg input:-o-placeholder,
.header .search-lg textarea:-o-placeholder
{
    color: #999;
}
.header .search-lg input::-moz-placeholder,
.header .search-lg textarea::-moz-placeholder
{
    color: #999;
}
.header .search-lg input:-ms-input-placeholder,
.header .search-lg textarea:-ms-input-placeholder
{
    color: #999;
}
.header .search-lg input:focus::-webkit-input-placeholder,
.header .search-lg textarea:focus::-webkit-input-placeholder
{
    color: #fff;
}
.header .search-lg input:focus::-o-placeholder,
.header .search-lg textarea:focus::-o-placeholder
{
    color: #fff;
}
.header .search-lg input:focus::-moz-placeholder,
.header .search-lg textarea:focus::-moz-placeholder
{
    color: #fff;
}
.header .search-lg input:focus::-ms-input-placeholder,
.header .search-lg textarea:focus::-ms-input-placeholder
{
    color: #fff;
}
.header .search-lg .close-btn
{
    position: absolute;
    top: 15%;
    right: 10px;

    cursor: pointer;
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #000;
}
.header .right
{
    position: relative;

    float: right;

    height: 100px;

    color: #fff;

}
@media (max-width: 1199px)
{
    .header .right
    {
        height: 70px;

        background: none;
    }
}
.header .right .share
{
    float: left;
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .header .right .share
    {
        display: none;
    }
}
.header .right .bdsharebuttonbox
{
    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.header .right .bdsharebuttonbox a
{
    font-size: 16px;
    line-height: 100px;

    position: relative;

    display: inline-block;

    height: 100px;
    margin: 0;
    padding: 0 40px;

    -webkit-transition: all .5s;
            transition: all .5s;

    background: none;
}
@media (max-width: 1660px)
{
    .header .right .bdsharebuttonbox a
    {
        padding: 0 20px;
    }
}
@media (max-width: 1360px)
{
    .header .right .bdsharebuttonbox a
    {
        font-size: 14px;

        padding: 0 10px;
    }
}
@media (max-width: 1199px)
{
    .header .right .bdsharebuttonbox a
    {
        height: 70px;
    }
}
.header .right .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 24px;

    display: inline-block;
    float: left;

    margin-right: 10px;

    content: '\e62d';
    text-align: center;
}

.header .right .bdsharebuttonbox a:hover
{
    opacity: 1;
    color: #ccc;
}

.header .find
{
    font-size: 16px;
    line-height: 100px;

    float: right;

    padding: 0 40px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 1660px)
{
    .header .find
    {
        padding: 0 20px;
    }
}
@media (max-width: 1360px)
{
    .header .find
    {
        font-size: 14px;

        padding: 0 10px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

        padding: 0 40px 0 0;

        color: #666;
    }
}

@media (min-width: 1200px)
{
    .header.fixed-header
    {
        height: 80px;
    }
    .header.fixed-header .logo
    {
        height: 80px;
        padding: 7px 40px;
    }
    .header.fixed-header .nav .nav-list1 > li > a
    {
        line-height: 80px;
    }
    .header.fixed-header .right
    {
        height: 80px;
    }
    .header.fixed-header .find
    {
        line-height: 80px;
    }
    .header.fixed-header .right .bdsharebuttonbox a
    {
        line-height: 80px;

        height: 80px;
    }
    .header.fixed-header .right .bdsharebuttonbox a:after
    {
        line-height: 80px;
    }
}
.online
{
    position: fixed;
    z-index: 9;
    right: 15px;

    width: 45px;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
@media (max-width: 1440px)
{
    .online
    {
        right: 5px;
    }
}
@media (min-width: 992px)
{
    .online
    {
        top: 40%;
    }
}
@media (max-width: 991px)
{
    .online
    {
        bottom: -380px;
    }
}
.online.active
{
    right: 5px;
    bottom: 80px;
}
.online a
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin-top: 2px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 1560px)
{
    .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.online a:after
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e621';

    color: #fff;
}
.online a:hover
{
    background-color: #15ad0d;
}
.online a.online-email:after
{
    content: '\e61f';
}
.online a.online-email:hover
{
    background-color: #765099;
}
.online a.online-qq:after
{
    content: '\e62d';
}
.online a.online-qq:hover
{
    background-color: #3b589b;
}
.online a.online-tel:after
{
    content: '\e61c';
}
.online a.online-tel:hover
{
    background-color: #00affb;
}
.online a.online-weixin:after
{
    content: '\e604';
}
.online a.online-weixin:hover
{
    background-color: #33d055;
}
.online a.online-wechat:after
{
    font-size: 22px;

    content: '\e604';
}
.online a.online-wechat:hover
{
    background-color: #33d055;
}
.online a.online-top:after
{
    content: '\e605';
}
.online a.online-top:hover
{
    background-color: #000;
}
.online a.online-tel p,
.online a.online-whatsapp p
{
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 54px;

    display: none;

    width: 160px;
    height: 50px;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima,
.online a.online-weixin .erweima
{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;

    display: block;
    display: none;

    width: 130px;
    height: 160px;
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima img,
.online a.online-weixin .erweima img
{
    width: 100%;
}
.online a.online-wechat .erweima p,
.online a.online-weixin .erweima p
{
    font-size: 13px;
    line-height: 30px;

    height: auto;
    margin: 0;
    padding: 0;

    text-align: center;

    color: #888;
}
.icon-online
{
    font-size: 30px;
    line-height: 46px;

    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 20px;

    display: none;

    width: 46px;
    height: 46px;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #243376;
}
@media (max-width: 991px)
{
    .icon-online
    {
        display: block;
    }
}
.icon-online.icon
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    margin-top: 100px;
}
@media (max-width: 1199px)
{
    .banner
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .to-num
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 22px;
    line-height: 50px;

    position: absolute;
    right: 240px;
    bottom: 20px;

    color: #fff;
}
.banner .to-num:before
{
    content: '0';
}
@media (max-width: 991px)
{
    .banner .to-num
    {
        right: 20px;
        bottom: 0;
    }
}
.banner .slick-arrow
{
    line-height: 50px;

    position: absolute;
    z-index: 9;
    right: 400px;
    bottom: 10px;

    padding: 0;

    cursor: pointer;

    opacity: 1;
    background: none;
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        line-height: 34px;

        right: 240px;
        bottom: 0;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e601';

    color: #fff;
}
.banner .slick-arrow.slick-next
{
    right: 350px;
    left: auto;
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        right: 195px;
    }
}
.banner .slick-arrow.slick-next:before
{
    content: '\e827';
}
.banner .slick-arrow.slick-next:after
{
    font-size: 16px;

    position: absolute;
    top: -2px;
    left: -15px;

    float: left;

    content: '|';

    color: #fff;
}
.banner .slick-arrow:hover:before
{
    color: rgba(255, 255, 255, .8);
}
.banner .slick-dots
{
    position: absolute;
    right: 296px;
    bottom: 20px;

    height: 50px;

    text-align: center;
}
@media (max-width: 991px)
{
    .banner .slick-dots
    {
        right: 156px;
    }
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        text-align: center;
    }
}
@media (max-width: 991px)
{
    .banner .slick-dots
    {
        bottom: 0;
    }
}
.banner .slick-dots li
{
    position: absolute;
    right: 0;
}
.banner .slick-dots li.slick-active button
{
    opacity: 1;
}
.banner .slick-dots li button
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

    opacity: 0;
    color: #fff;
    background: none;
}
.banner .slick-dots li button:before
{
    content: '0';
}
.banner .slick-dots li button:after
{
    position: absolute;
    top: 24px;
    right: -20px;

    display: inline-block;

    width: 20px;
    height: 1px;

    content: '';

    background-color: #fff;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 41.66666667%;
}
.banner .text
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 0 6%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
@media (max-width: 991px)
{
    .banner .text
    {
        padding: 0 16%;
    }
}
.banner .text-1
{
    text-align: center;
}
.banner .text-1 h2
{
    font-size: 30px;
    line-height: 1.33333333;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner .text-1 h2
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 h2
    {
        font-size: 18px;
    }
}
.banner .text-1 h2:after
{
    display: block;

    width: 41px;
    height: 6px;
    margin: 0 auto;
    margin-top: 16px;

    content: '';

    background: url(../image/line-1.png) no-repeat;
}
.banner .text-1 h3
{
    font-size: 46px;
    line-height: 1.52173913;
}
@media (max-width: 991px)
{
    .banner .text-1 h3
    {
        font-size: 24px;

        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 h3
    {
        font-size: 20px;
    }
}
.banner .text-1 p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 24px;
    line-height: 1.41666667;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .banner .text-1 p
    {
        font-size: 16px;
    }
}
.banner .text-2
{
    text-align: center;
}
.banner .text-2 .pic
{
    position: relative;

    display: inline-block;
}
.banner .text-2 .pic img
{
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width: 1199px)
{
    .banner .text-2 .pic img
    {
        max-width: 200px;
    }
}
.banner .text-2 .phone-pic
{
    display: none;
}
.banner .text-2 .phone-pic img
{
    display: block;

    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width: 1199px)
{
    .banner .text-2 .phone-pic img
    {
        max-width: 80%;
    }
}
.banner .text-2 .note
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 450px;
    margin: auto;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner .text-2 .note
    {
        max-width: 200px;
    }
}
.banner .text-2 .note h5
{
    font-size: 26px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .banner .text-2 .note h5
    {
        font-size: 16px;

        -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
                transform: scale(.8);
    }
}
.banner .text-2 .note h6
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 22px;
}
@media (max-width: 1199px)
{
    .banner .text-2 .note h6
    {
        font-size: 12px;

        -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
                transform: scale(.8);
    }
}
.banner .text-2 .note h6:after
{
    display: block;

    width: 42px;
    height: 5px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background: url(../image/line-1.png) no-repeat;
}
@media (max-width: 767px)
{
    .banner .text-2 .note h6:after
    {
        margin-top: 10px;

        -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
                transform: scale(.8);
    }
}
.banner .text-2 .note p
{
    font-size: 34px;
    font-weight: bold;

    letter-spacing: 10px;
}
@media (max-width: 1199px)
{
    .banner .text-2 .note p
    {
        font-size: 18px;

        letter-spacing: 0;
    }
}
.banner .text-2 .txt1,
.banner .text-2 .txt2,
.banner .text-2 .txt3,
.banner .text-2 .txt4,
.banner .text-2 .txt5
{
    position: absolute;
    z-index: 9;
    top: 0;
    right: -8%;

    -webkit-transition: all .5s;
            transition: all .5s;
}
@media (max-width: 1199px)
{
    .banner .text-2 .txt1,
    .banner .text-2 .txt2,
    .banner .text-2 .txt3,
    .banner .text-2 .txt4,
    .banner .text-2 .txt5
    {
        top: 0;
        right: -60px;
    }
}
.banner .text-2 .txt1:before,
.banner .text-2 .txt2:before,
.banner .text-2 .txt3:before,
.banner .text-2 .txt4:before,
.banner .text-2 .txt5:before
{
    display: inline-block;

    width: 51px;
    height: 56px;
    margin-right: 16px;

    content: '';
    vertical-align: middle;

    background: url(../image/round-01.png);
}
@media (max-width: 1199px)
{
    .banner .text-2 .txt1:before,
    .banner .text-2 .txt2:before,
    .banner .text-2 .txt3:before,
    .banner .text-2 .txt4:before,
    .banner .text-2 .txt5:before
    {
        width: 27px;
        height: 30px;
        margin-top: -4px;
        margin-right: 4px;

        background-size: contain;
    }
}
.banner .text-2 .txt1 p,
.banner .text-2 .txt2 p,
.banner .text-2 .txt3 p,
.banner .text-2 .txt4 p,
.banner .text-2 .txt5 p
{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    display: inline-block;

    vertical-align: middle;

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner .text-2 .txt1 p,
    .banner .text-2 .txt2 p,
    .banner .text-2 .txt3 p,
    .banner .text-2 .txt4 p,
    .banner .text-2 .txt5 p
    {
        font-size: 12px;
    }
}
.banner .text-2 .txt1 p:hover,
.banner .text-2 .txt2 p:hover,
.banner .text-2 .txt3 p:hover,
.banner .text-2 .txt4 p:hover,
.banner .text-2 .txt5 p:hover
{
    color: rgba(255, 255, 255, .8);
}
.banner .text-2 .txt2
{
    top: 58%;
    right: -176px;
}
@media (max-width: 1199px)
{
    .banner .text-2 .txt2
    {
        right: -80px;
    }
}
.banner .text-2 .txt2:before
{
    background: url(../image/round-02.png);
}
@media (max-width: 1199px)
{
    .banner .text-2 .txt2:before
    {
        width: 27px;
        height: 30px;

        background-size: contain;
    }
}
.banner .text-2 .txt3
{
    top: 80%;
    right: auto;
    left: -70px;
}
@media (max-width: 1199px)
{
    .banner .text-2 .txt3
    {
        left: -30px;
    }
}
.banner .text-2 .txt3:before
{
    float: right;

    margin-top: -10px;
    margin-right: 0;
    margin-left: 16px;

    background: url(../image/round-01.png);
}
@media (max-width: 1199px)
{
    .banner .text-2 .txt3:before
    {
        width: 27px;
        height: 30px;
        margin-top: 4px;
        margin-left: 8px;

        background-size: contain;
    }
}
.banner .text-2 .txt4
{
    top: 22%;
    right: auto;
    left: -150px;
}
@media (max-width: 1199px)
{
    .banner .text-2 .txt4
    {
        left: -80px;
    }
}
.banner .text-2 .txt4:before
{
    float: right;

    margin-top: -10px;
    margin-right: 0;
    margin-left: 16px;

    background: url(../image/round-02.png);
}
@media (max-width: 1199px)
{
    .banner .text-2 .txt4:before
    {
        width: 27px;
        height: 30px;
        margin-top: 4px;
        margin-left: 6px;

        background-size: contain;
    }
}
.banner .text-2 .txt4:hover
{
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
}
.banner .text-3 h2
{
    font-size: 34px;
    line-height: 1.47058824;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner .text-3 h2
    {
        font-size: 18px;
    }
}
.banner .text-3 h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 34px;
    font-weight: bold;
    line-height: 1;

    max-width: 680px;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .banner .text-3 h3
    {
        font-size: 18px;

        margin-top: 14px;
    }
}
.banner .text-3 a.more
{
    font-size: 20px;
    line-height: 48px;

    display: inline-block;

    height: 48px;
    margin-top: 36px;
    padding: 0 30px;

    -webkit-transition: all .4s;
            transition: all .4s;

    border: 1px dashed #fff;
    border-radius: 50px;
}
@media (max-width: 991px)
{
    .banner .text-3 a.more
    {
        font-size: 14px;
        line-height: 36px;

        height: 36px;
        margin-top: 14px;
        padding: 0 20px;
    }
}
.banner .text-3 a.more:hover
{
    color: #fff;
    border-color: #243376;
    background-color: #243376;
}
.banner .slick-current .text-1 h2,
.banner .slick-current .text-1 p
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.banner .slick-current .text-1 h3
{
    -webkit-animation: fadeInRight 1s 0s ease both;
            animation: fadeInRight 1s 0s ease both;
}
.banner .slick-current .text-2 .pic,
.banner .slick-current .text-2 .note
{
    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
}
.banner .slick-current .text-2 .txt1,
.banner .slick-current .text-2 .txt2
{
    -webkit-animation: fadeInRightBig 1s 0s ease both;
            animation: fadeInRightBig 1s 0s ease both;
}
.banner .slick-current .text-2 .txt3,
.banner .slick-current .text-2 .txt4
{
    -webkit-animation: fadeInLeftBig 1s 0s ease both;
            animation: fadeInLeftBig 1s 0s ease both;
}
.banner .slick-current .text-3 h2,
.banner .slick-current .text-3 h3,
.banner .slick-current .text-3 a.more
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.banner-in
{
    padding: 0;
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .slick-current img
{
    -webkit-animation: fadeIn 0s 0s ease both;
            animation: fadeIn 0s 0s ease both;
}
.banner-in .img-box
{
    padding-bottom: 19.27083333%;
}
.banner-in .text-in
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.banner-in .text-in h3
{
    font-size: 36px;
    font-weight: normal;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner-in .text-in h3
    {
        font-size: 24px;
    }
}
.banner-in .text-in h3:after
{
    display: block;

    width: 28px;
    height: 2px;
    margin: 14px 0 10px;

    content: '';

    opacity: .5;
    background-color: #fff;
}
.banner-in .text-in p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 26px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .banner-in .text-in p
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in p
    {
        font-size: 16px;
    }
}
.box
{
    overflow: hidden;

    padding: 60px 0;
}
.title h2
{
    font-size: 26px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 22px;
    }
}
.title h2:after
{
    display: block;

    width: 46px;
    height: 4px;
    margin-top: 14px;

    content: '';

    background-color: #243376;
}
.title span
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;
    font-weight: normal;

    position: relative;
    top: 4px;

    display: inline-block;

    margin-left: 10px;

    text-transform: uppercase;

    color: #999;
}
.content
{
    position: relative;
    z-index: 9;
}
.box-about
{
    overflow: hidden;
}
.box-about .about
{
    font-size: 0;

    overflow: hidden;

    margin-top: 50px;

    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .box-about .about
    {
        margin-top: 40px;
    }
}
.box-about .about .left,
.box-about .about .right
{
    float: left;

    width: 50%;
}
@media (max-width: 1199px)
{
    .box-about .about .left,
    .box-about .about .right
    {
        width: 100%;
    }
}
.box-about .about .left .video,
.box-about .about .right .video
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 50%;

    vertical-align: middle;

    background-color: #000;
}
@media (max-width: 767px)
{
    .box-about .about .left .video,
    .box-about .about .right .video
    {
        width: 100%;
    }
}
.box-about .about .left .video:before,
.box-about .about .right .video:before
{
    position: absolute;
    z-index: 4;
    top: 50px;
    right: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 8px 12px 8px 0;
    border-style: solid;
    border-color: transparent #f8f8f8 transparent transparent;
}
@media (max-width: 767px)
{
    .box-about .about .left .video:before,
    .box-about .about .right .video:before
    {
        display: none;
    }
}
.box-about .about .left .video .img-box,
.box-about .about .right .video .img-box
{
    padding-bottom: 68.11594203%;
}
.box-about .about .left .video .img-box img,
.box-about .about .right .video .img-box img
{
    opacity: .5;
}
.box-about .about .left .video img,
.box-about .about .right .video img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
.box-about .about .left .video .video-box,
.box-about .about .right .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.box-about .about .left .video .iframe,
.box-about .about .right .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.box-about .about .left .video .play,
.box-about .about .right .video .play
{
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    opacity: .8;
    color: #fff;
}
.box-about .about .left .video .play:before,
.box-about .about .right .video .play:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;

    content: '\e67f';
}
.box-about .about .left .video:hover .img-box img,
.box-about .about .right .video:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-about .about .left .text,
.box-about .about .right .text
{
    display: inline-block;

    width: 50%;
    padding: 24px 30px;

    vertical-align: middle;
}
@media (max-width: 1560px)
{
    .box-about .about .left .text,
    .box-about .about .right .text
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .box-about .about .left .text,
    .box-about .about .right .text
    {
        width: 100%;
        padding: 30px 10px;
    }
}
.box-about .about .left .text h3,
.box-about .about .right .text h3
{
    font-size: 20px;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 0;

    color: #243376;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-about .about .left .text p,
.box-about .about .right .text p
{
    font-size: 14px;
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 96px;
    margin: 20px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 1560px)
{
    .box-about .about .left .text p,
    .box-about .about .right .text p
    {
        margin: 10px 0 0 0;
    }
}
.box-about .about .left .text a,
.box-about .about .right .text a
{
    display: inline-block;
}
.box-about .about .left .text a.more,
.box-about .about .right .text a.more
{
    font-size: 14px;
    line-height: 1.71428571;

    margin-top: 22px;

    color: #999;
}
@media (max-width: 1560px)
{
    .box-about .about .left .text a.more,
    .box-about .about .right .text a.more
    {
        margin: 10px 0 0 0;
    }
}
.box-about .about .left .text a.more:hover,
.box-about .about .right .text a.more:hover
{
    color: #243376;
}
.box-about .about .left .pic,
.box-about .about .right .pic
{
    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .box-about .about .left .pic,
    .box-about .about .right .pic
    {
        width: 100%;
    }
}
.box-about .about .left .pic:before,
.box-about .about .right .pic:before
{
    position: absolute;
    z-index: 4;
    top: 50px;
    right: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 8px 12px 8px 0;
    border-style: solid;
    border-color: transparent #f8f8f8 transparent transparent;
}
@media (max-width: 767px)
{
    .box-about .about .left .pic:before,
    .box-about .about .right .pic:before
    {
        display: none;
    }
}
.box-about .about .left .pic .img-box,
.box-about .about .right .pic .img-box
{
    padding-bottom: 68.11594203%;
}
.box-product
{
    overflow: hidden;

    padding-top: 0;
}
.box-product .pro-sort
{
    position: relative;
    z-index: 4;

    margin-top: -40px;

    text-align: right;
}
@media (max-width: 1199px)
{
    .box-product .pro-sort
    {
        margin-top: 30px;

        text-align: center;
    }
}
.box-product .pro-sort li
{
    display: inline-block;
}
.box-product .pro-sort li a
{
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .box-product .pro-sort li a
    {
        font-size: 15px;

        padding: 0 10px;
    }
}
.box-product .pro-sort li.active a
{
    color: #fff;
    background-color: #243376;
}
@media (max-width: 1199px)
{
    .box-product .product
    {
        margin-top: 20px;
    }
}
.box-product .product .row
{
    margin: 0 -20px;
}
@media (max-width: 1199px)
{
    .box-product .product .row
    {
        margin: 0 -10px;
    }
}
.box-product .product .list
{
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .box-product .product .list
    {
        padding: 0 10px;
    }
}
.box-product .product .item
{
    margin-top: 50px;

    -webkit-transition: all .4s;
            transition: all .4s;

    background-color: #f5f5f5;
}
@media (max-width: 1199px)
{
    .box-product .product .item
    {
        margin-top: 20px;
    }
}
.box-product .product .item .img-box
{
    padding-bottom: 75.67567568%;
}
.box-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item .note
{
    padding: 30px 30px 20px 30px;
}
@media (max-width: 1199px)
{
    .box-product .product .item .note
    {
        padding: 20px 10px 10px 10px;
    }
}
.box-product .product .item .note h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .box-product .product .item .note h3
    {
        font-size: 16px;
    }
}
.box-product .product .item .note p
{
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 20px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .box-product .product .item .note p
    {
        margin: 10px 0 0 0;
    }
}
.box-product .product .item .note a.more
{
    display: block;

    text-align: center;

    color: #adadad;
}
.box-product .product .item .note a.more:after
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    height: 20px;

    content: '\e612';
}
@media (max-width: 1199px)
{
    .box-product .product .item .note a.more:after
    {
        font-size: 30px;
    }
}
.box-product .product .item:hover
{
    background-color: #243376;
}
.box-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .product .item:hover .note h3,
.box-product .product .item:hover .note p,
.box-product .product .item:hover .note a.more
{
    color: #fff;
}
.box-product .promore
{
    margin-top: 40px;

    text-align: center;
}
.box-product .promore a
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;

    display: inline-block;

    text-transform: uppercase;
}
.box-product .promore a:before
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-right: 30px;

    content: '';

    border-width: 5px 10px 5px 0;
    border-style: solid;
    border-color: transparent #0b0b0b transparent transparent;
}
.box-product .promore a:after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: 30px;

    content: '';

    border-width: 5px 0 5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #0b0b0b;
}
.box-product .promore a:hover
{
    color: #243376;
}
.box-product .promore a:hover:before
{
    border-color: transparent #243376 transparent transparent;
}
.box-product .promore a:hover:after
{
    border-color: transparent transparent transparent #243376;
}
.box-application
{
    background-color: #f8f8f8;
}
.box-application .row
{
    margin: 0 -20px;
}
@media (max-width: 1199px)
{
    .box-application .row
    {
        margin: 0 -10px;
    }
}
.box-application .list
{
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .box-application .list
    {
        padding: 0 10px;
    }
}
.box-application .application .item
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .box-application .application .item
    {
        margin-top: 30px;
    }
}
.box-application .application .item h3
{
    font-size: 24px;
    line-height: 48px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 0;

    -webkit-transition: all .4s;
            transition: all .4s;

    border-bottom: 2px solid #e7e7e7;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-application .application .item h3
    {
        font-size: 20px;
        line-height: 40px;

        height: 40px;
    }
}
.box-application .application .item p
{
    line-height: 1.85714286;

    display: -webkit-box;
    overflow: hidden;

    height: 78px;
    margin: 16px 0 0 0;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-application .application .item .img-box
{
    margin-top: 30px;
    padding-bottom: 70.27027027%;
}
.box-application .application .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-application .application .item:hover h3
{
    font-weight: bold;

    color: #243376;
    border-bottom-color: #243376;
}
.box-application .application .item:hover p
{
    color: #243376;
}
.box-application .application .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-technology
{
    position: relative;
    z-index: 4;

    margin-top: -36px;
    padding-top: 0;
}
.box-technology .title-technology
{
    text-align: center;
}
.box-technology .title-technology h2
{
    font-size: 26px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .box-technology .title-technology h2
    {
        font-size: 22px;
    }
}
.box-technology .title-technology h2:before
{
    display: block;

    width: 3px;
    height: 123px;
    margin: 0 auto;
    margin-bottom: 20px;

    content: '';

    background: url(../image/line-2.png) no-repeat;
}
.box-technology .title-technology p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 14px 0 0 0;

    color: #666;
}
.box-technology .title-technology a.more
{
    line-height: 30px;

    display: inline-block;

    margin-top: 14px;
    padding: 0 16px;

    border: 1px solid #e8e8e8;
}
.box-technology .list
{
    overflow: hidden;

    margin-top: 60px;
}
.box-technology .list .pic
{
    float: left;
    overflow: hidden;

    width: 50%;
}
@media (max-width: 991px)
{
    .box-technology .list .pic
    {
        width: 100%;
    }
    .box-technology .list .pic img
    {
        width: 100%;
    }
}
.box-technology .list .pic .img-box
{
    padding-bottom: 51.20671563%;
}
.box-technology .list .text
{
    float: left;

    width: 50%;
    padding: 20px 7% 0 90px;

    background: url(../image/technologybg1.jpg) right top no-repeat;
}
@media (max-width: 1199px)
{
    .box-technology .list .text
    {
        padding: 20px 30px 0 30px;
    }
}
@media (max-width: 991px)
{
    .box-technology .list .text
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.box-technology .list .text h3
{
    font-size: 26px;
    font-weight: bold;

    color: #243376;
}
@media (max-width: 1560px)
{
    .box-technology .list .text h3
    {
        font-size: 22px;

        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .box-technology .list .text h3
    {
        font-size: 18px;
    }
}
.box-technology .list .text h3 span
{
    font-family: 'Agency FB';
    font-size: 34px;

    display: inline-block;

    margin-right: 14px;

    vertical-align: middle;
}
@media (max-width: 1560px)
{
    .box-technology .list .text h3 span
    {
        font-size: 28px;
    }
}
.box-technology .list .text p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
.box-technology .list-2
{
    background: url(../image/technologybg2.jpg) left bottom no-repeat;
}
@media (max-width: 991px)
{
    .box-technology .list-2
    {
        margin-top: 0;
    }
}
.box-technology .list-2 .pic
{
    float: right;

    padding-left: 40px;
}
@media (max-width: 991px)
{
    .box-technology .list-2 .pic
    {
        padding-left: 0;
    }
}
.box-technology .list-2 .pic .img-box
{
    padding-bottom: 50.21598272%;
}
.box-technology .list-2 .text
{
    padding: 20px 90px 0 7%;

    background: none;
}
@media (max-width: 1199px)
{
    .box-technology .list-2 .text
    {
        padding: 20px 30px 0 30px;
    }
}
@media (max-width: 991px)
{
    .box-technology .list-2 .text
    {
        padding: 30px 15px;
    }
}
.box-honor
{
    background-color: #f8f8f8;
}
.box-honor .more
{
    position: relative;
    z-index: 4;

    margin-top: -50px;

    text-align: right;
}
.box-honor .more a
{
    line-height: 50px;

    display: inline-block;

    color: #666;
}
.box-honor .more a:hover
{
    color: #243376;
}
.box-honor .honor
{
    overflow: hidden;
}
.box-honor .honor ul
{
    margin: 0 -20px;
}
@media (max-width: 1199px)
{
    .box-honor .honor ul
    {
        margin: 0 -10px;
        margin-top: 20px;
    }
}
.box-honor .honor ul li
{
    float: left;

    width: 20%;
    margin-top: 50px;
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .box-honor .honor ul li
    {
        margin-top: 20px;
        padding: 0 10px;
    }
}
@media (max-width: 991px)
{
    .box-honor .honor ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .box-honor .honor ul li
    {
        width: 50%;
    }
}
.box-honor .honor ul li .img-box
{
    padding-bottom: 145%;
}
.box-honor .honor ul li .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-honor .honor ul li:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news-sort
{
    position: relative;
    z-index: 4;

    margin-top: -40px;

    text-align: right;
}
@media (max-width: 1199px)
{
    .box-news .news-sort
    {
        margin-top: 30px;

        text-align: center;
    }
}
.box-news .news-sort li
{
    display: inline-block;

    margin-left: 20px;
}
.box-news .news-sort li:first-child
{
    margin-left: 0;
}
.box-news .news-sort li a
{
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

    padding: 0 20px;

    background-color: #f8f8f8;
}
@media (max-width: 1199px)
{
    .box-news .news-sort li a
    {
        font-size: 15px;

        padding: 0 10px;
    }
}
.box-news .news-sort li.active a
{
    color: #fff;
    background-color: #243376;
}
.box-news .row
{
    margin: 0 -20px;
}
@media (max-width: 1199px)
{
    .box-news .row
    {
        margin: 0 -10px;
    }
}
.box-news .list
{
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .box-news .list
    {
        padding: 0 10px;
    }
}
.box-news .news .item
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .box-news .news .item
    {
        margin-top: 30px;
    }
}
.box-news .news .item h3
{
    font-size: 18px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 32px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .item .pic
{
    position: relative;

    margin: 16px 0;
}
.box-news .news .item .pic .date
{
    position: absolute;
    bottom: 0;
    left: 0;

    padding: 14px 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #fff;
    background-color: #b4b4b4;
}
.box-news .news .item .pic .date h4
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 26px;

    margin: 0;
}
.box-news .news .item .pic .date h5
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 14px;

    margin: 0;
}
.box-news .news .item .img-box
{
    padding-bottom: 49.59785523%;
}
.box-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item p
{
    font-size: 14px;
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .news .item a
{
    display: block;
}
.box-news .news .item a.more
{
    font-size: 14px;
    line-height: 2;

    display: block;

    margin-top: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: right;
    text-transform: uppercase;

    border-bottom: 3px solid #e0e0e0;
}
.box-news .news .item:hover h3
{
    color: #243376;
}
.box-news .news .item:hover p
{
    color: #243376;
}
.box-news .news .item:hover .pic .date
{
    background-color: #243376;
}
.box-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .item:hover a.more
{
    color: #243376;
    border-bottom-color: #243376;
}
.bd_weixin_popup,
.bd_weixin_popup_bg
{
    width: 250px !important;
    height: 300px !important;
}
.footer
{
    background-color: #f5f5f5;
}
.footer .foot
{
    overflow: hidden;

    padding: 30px 0;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 1560px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        display: none;
    }
}
.footer .foot .middle
{
    float: left;

    width: 25%;
    padding: 0 4%;
}
@media (max-width: 1560px)
{
    .footer .foot .middle
    {
        padding: 0 2%;
    }
}
.footer .foot .middle .contact .tel
{
    position: relative;
}
.footer .foot .middle .contact .tel:before
{
    position: absolute;
    top: 8px;
    left: -46px;

    width: 41px;
    height: 41px;

    content: '';

    background: url(../image/tel.png) no-repeat;
}
.footer .foot .middle .contact .tel p
{
    font-size: 14px;

    margin: 0;
}
.footer .foot .middle .contact .tel h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    font-weight: bold;

    margin: 0;

    color: #243376;
}
.footer .foot .middle .contact .note
{
    margin-top: 20px;
}
.footer .foot .middle .contact .note p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
.footer .foot .middle .contact .bdsharebuttonbox
{
    display: inline-block;

    margin-top: 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.footer .foot .middle .contact .bdsharebuttonbox a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: inline-block;

    margin: 0 14px 0 0;
    padding: 0;

    -webkit-transition: all .5s;
            transition: all .5s;
    text-align: center;

    color: #fff;
    background: none;
}
.footer .foot .middle .contact .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 16px;

    display: inline-block;

    width: 30px;
    height: 30px;

    content: '\e62d';
    -webkit-transition: all .2s;
            transition: all .2s;

    border-radius: 50%;
    background-color: #999;
}
.footer .foot .middle .contact .bdsharebuttonbox a:hover
{
    opacity: 1;
}
.footer .foot .middle .contact .bdsharebuttonbox a:hover:before
{
    background-color: #243376;
}
.footer .foot .middle .contact .bdsharebuttonbox .bds_sqq:before
{
    content: '\e62d';
}
.footer .foot .middle .contact .bdsharebuttonbox .bds_tsina:before
{
    content: '\e62b';
}
.footer .foot .middle .contact .bdsharebuttonbox .bds_weixin:before
{
    content: '\e604';
}
.footer .foot .middle .contact .bdsharebuttonbox .bds_video:before
{
    content: '\e62a';
}
.footer .foot .left
{
    float: left;

    width: 60%;
    padding: 20px 0;
}
.footer .foot .left ul
{
    overflow: hidden;
}
.footer .foot .left ul li
{
    float: left;

    width: 16.66666667%;
    padding: 0 3%;
}
.footer .foot .left ul li h3
{
    font-size: 16px;

    margin: 0 0 14px 0;
}
.footer .foot .left ul li a
{
    font-size: 14px;
    line-height: 1.85714286;

    display: block;

    color: #999;
}
.footer .foot .left ul li a:hover
{
    color: #035cac;
}
.footer .foot .right
{
    float: left;
    overflow: hidden;

    width: 15%;
    padding: 0 2%;

    text-align: right;
}
.footer .foot .right .erweima
{
    display: inline-block;

    text-align: center;
}
.footer .foot .right .erweima img
{
    max-width: 100%;
}
.footer .foot .right .erweima p
{
    margin: 10px 0 0 0;
}
.footer .copyright
{
    padding: 10px 2%;

    background-color: #474747;
}
.footer .copyright p
{
    line-height: 24px;

    margin: 0;

    color: #9a9a9a;
}
@media (max-width: 991px)
{
    .footer .copyright p
    {
        font-size: 14px;
    }
}
.footer .copyright p span
{
    display: inline-block;

    margin-left: 30px;
}
@media (max-width: 991px)
{
    .footer .copyright p span
    {
        margin-left: 0;
    }
}
.footer .copyright a
{
    display: inline-block;
    float: right;
}
.footer .copyright a:hover
{
    text-decoration: underline;
}
.wrap-sidenav
{
    position: relative;

    overflow: hidden;

    height: 58px;

    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-sidenav
    {
        height: 50px;
    }
}
.wrap-sidenav .sidenav
{
    position: relative;
}
.wrap-sidenav .sidenav ul
{
    font-size: 0;

    position: relative;
    position: absolute;
    left: 0;

    overflow: hidden;

    white-space: nowrap;
}
.wrap-sidenav .sidenav ul li
{
    display: inline-block;

    border-right: 1px solid #e7e7e7;
}
.wrap-sidenav .sidenav ul li:first-child
{
    border-left: 1px solid #e7e7e7;
}
.wrap-sidenav .sidenav ul li a
{
    font-size: 16px;
    line-height: 58px;

    position: relative;

    display: block;

    height: 58px;
    padding: 0 40px;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul li a
    {
        font-size: 15px;
        line-height: 50px;

        height: 50px;
        padding: 0 20px;
    }
}
.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a
{
    color: #fff;
    background-color: #243376;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul li:hover a:before
    {
        display: none;
    }
}
.wrapper
{
    overflow: hidden;


    background-repeat: no-repeat;
}

@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.title-in h2
{
    font-size: 26px;
    font-weight: bold;

    margin: 0;

    color: #243376;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 22px;
    }
}
.title-in p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;

    margin: 0;

    color: #999;
}
.wrap-left
{
    float: left;

    width: 70%;
    padding-right: 90px;
}
@media (max-width: 1199px)
{
    .wrap-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-right
{
    float: right;

    width: 30%;
}
@media (max-width: 1199px)
{
    .wrap-right
    {
        width: 100%;
        margin-top: 50px;
    }
}
.wrap-right .title-wrap-right h2
{
    font-size: 26px;
    font-weight: bold;

    margin: 0;
    padding: 0 20px;

    color: #243376;
    border-left: 5px solid #243376;
}
@media (max-width: 991px)
{
    .wrap-right .title-wrap-right h2
    {
        font-size: 22px;
    }
}
.wrap-right .wrap-relate ul
{
    margin-top: 20px;
}
.wrap-right .wrap-relate ul li
{
    font-size: 0;

    overflow: hidden;

    padding: 15px 0;
}
@media (max-width: 991px)
{
    .wrap-right .wrap-relate ul li
    {
        padding: 10px 0;
    }
}
.wrap-right .wrap-relate ul li .pic
{
    display: inline-block;

    width: 45%;

    vertical-align: middle;

    border: 1px solid #dcdcdc;
}
.wrap-right .wrap-relate ul li .note
{
    display: inline-block;

    width: 55%;
    padding-left: 20px;

    vertical-align: middle;
}
.wrap-right .wrap-relate ul li .img-box
{
    padding-bottom: 49.33333333%;
}
.wrap-right .wrap-relate ul li .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-right .wrap-relate ul li p
{
    font-size: 16px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 64px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .wrap-right .wrap-relate ul li p
    {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.wrap-right .wrap-relate ul li a
{
    display: block;
}
.wrap-right .wrap-relate ul li span
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 18px;
    line-height: 2;

    display: block;

    margin: 0;

    color: #243376;
}
@media (max-width: 991px)
{
    .wrap-right .wrap-relate ul li span
    {
        font-size: 14px;
    }
}
.wrap-right .wrap-relate ul li:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-right .wrap-relate ul li:hover .note p
{
    color: #243376;
}
.wrap-right .wrap-more
{
    margin-top: 30px;
}
.wrap-right .wrap-more a
{
    font-size: 15px;

    display: inline-block;

    color: #cb0d18;
}
.wrap-right .wrap-more a:before
{
    float: left;

    width: 20px;
    height: 5px;
    margin-top: 8px;
    margin-right: 14px;

    content: '';

    background-color: #cb0d18;
}
.wrap-right .wrap-more a:hover
{
    color: #243376;
}
.wrap-right .wrap-more a:hover:before
{
    background-color: #243376;
}
.wrap-about .about .title-about
{
    position: relative;

    padding-left: 60px;
}
.wrap-about .about .title-about:before
{
    position: absolute;
    left: 0;

    display: block;

    width: 47px;
    height: 47px;

    content: '';

    background: url(../image/about-icon.jpg);
}
.wrap-about .about .title-about h2
{
    font-size: 26px;
    font-weight: bold;

    margin: 0;

    color: #243376;
}
@media (max-width: 991px)
{
    .wrap-about .about .title-about h2
    {
        font-size: 22px;
    }
}
.wrap-about .about .title-about p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;

    margin: 0;

    color: #999;
}
.wrap-about .about .text
{
    margin-top: 40px;
    padding-right: 30px;
}
@media (max-width: 991px)
{
    .wrap-about .about .text
    {
        padding-right: 0;
    }
}
.wrap-about .about .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-about .about .text p
    {
        font-size: 15px;
    }
}
.wrap-about .about .video
{
    position: relative;

    overflow: hidden;

    background-color: #000;
}
@media (max-width: 991px)
{
    .wrap-about .about .video
    {
        margin-top: 40px;
    }
}
.wrap-about .about .video .img-box
{
    padding-bottom: 61.78861789%;
}
.wrap-about .about .video .img-box img
{
    opacity: .5;
}
.wrap-about .about .video img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
.wrap-about .about .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-about .about .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-about .about .video .play
{
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    opacity: .8;
    color: #fff;
}
.wrap-about .about .video .play:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;

    content: '\e67f';
}
.wrap-about .about .video:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-about .about-pic
{
    position: relative;

    overflow: hidden;

    margin-top: 66px;
}
@media (max-width: 991px)
{
    .wrap-about .about-pic
    {
        margin-top: 40px;
    }
}
.wrap-about .about-pic .note
{
    position: absolute;
    top: 50%;

    padding: 0 14%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-about .about-pic .note
    {
        padding: 0 20px;
    }
}
.wrap-about .about-pic .note p
{
    font-size: 20px;

    margin: 0;

    text-shadow: 0 2px 4px #000;
}
@media (max-width: 991px)
{
    .wrap-about .about-pic .note p
    {
        font-size: 16px;
    }
}
.wrap-about .about-pic .note h3
{
    font-size: 38px;
    font-weight: bold;

    margin: 0;

    text-shadow: 0 2px 4px #000;
}
@media (max-width: 991px)
{
    .wrap-about .about-pic .note h3
    {
        font-size: 24px;
    }
}
.wrap-about .brand
{
    margin-top: 60px;
}
.wrap-about .brand .text
{
    margin-top: 30px;
}
.wrap-about .brand .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-about .brand .text p
    {
        font-size: 15px;
    }
}
.wrap-about .brand .pic
{
    margin-top: 30px;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-about .brand .pic
    {
        text-align: center;
    }
}
.wrap-about .brand .pic img
{
    max-width: 100%;
}
.wrap-development .development .item
{
    font-size: 0;

    width: 100%;
    margin-top: 50px;
}
.wrap-development .development .item .date,
.wrap-development .development .item .note,
.wrap-development .development .item .pic
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-development .development .item .date
{
    width: 10%;
    padding: 30px 10px;

    text-align: center;

    color: #fff;
    background-color: #243376;
}
@media (max-width: 1199px)
{
    .wrap-development .development .item .date
    {
        width: 15%;
    }
}
@media (max-width: 767px)
{
    .wrap-development .development .item .date
    {
        width: 20%;
        padding: 20px 0;
    }
}
.wrap-development .development .item .date h3
{
    font-size: 28px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-development .development .item .date h3
    {
        font-size: 20px;
    }
}
.wrap-development .development .item .date p
{
    font-size: 18px;

    margin: 10px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-development .development .item .date p
    {
        font-size: 15px;
    }
}
.wrap-development .development .item .note
{
    width: 60%;
    padding: 0 50px;
}
@media (max-width: 1199px)
{
    .wrap-development .development .item .note
    {
        width: 55%;
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-development .development .item .note
    {
        width: 80%;
        padding: 0 0 0 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;
    }
}
.wrap-development .development .item .pic
{
    width: 30%;
}
@media (max-width: 767px)
{
    .wrap-development .development .item .pic
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-development .development .item .pic .img-box
{
    padding-bottom: 32.88590604%;
}
.wrap-honor .honor
{
    overflow: hidden;

    margin-top: -40px;
}
@media (max-width: 991px)
{
    .wrap-honor .honor
    {
        margin-top: -30px;
    }
}
.wrap-honor .honor ul
{
    overflow: hidden;

    margin: 0 -20px;
}
@media (max-width: 1560px)
{
    .wrap-honor .honor ul
    {
        margin: 0 -10px;
    }
}
.wrap-honor .honor ul li
{
    float: left;

    width: 16.66666667%;
    padding: 0 20px;
}
@media (max-width: 1560px)
{
    .wrap-honor .honor ul li
    {
        padding: 0 10px;
    }
}
@media (max-width: 1199px)
{
    .wrap-honor .honor ul li
    {
        width: 25%;
    }
}
@media (max-width: 991px)
{
    .wrap-honor .honor ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .honor ul li
    {
        width: 50%;
    }
}
.wrap-honor .honor .item
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .item
    {
        margin-top: 30px;
    }
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 145%;
}
.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: 10px 0 0 0;

    text-align: center;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .item p
    {
        font-size: 14px;
    }
}
.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 .showMorehandle
{
    margin-top: 50px;

    text-align: center;
}
.wrap-honor .honor .showMorehandle a
{
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;

    display: inline-block;

    width: 44px;
    height: 44px;

    color: #fff;
    border-radius: 50%;
    background-color: #243376;
}
.wrap-honor .honor .showMorehandle a:hover
{
    background-color: rgba(36, 51, 118, .9);
}
.wrap-application .text
{
    overflow: hidden;

    padding: 1px;
}
.wrap-application .text .note
{
    position: relative;

    float: left;

    width: 50%;
    margin-top: 20px;
    padding: 0 20px;

    border-left: 1px solid #243376;
}
@media (max-width: 991px)
{
    .wrap-application .text .note
    {
        font-size: 15px;

        width: 100%;
    }
}
.wrap-application .text .note:before
{
    position: absolute;
    top: 50%;
    left: -2px;

    display: block;

    width: 3px;
    height: 50%;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background-color: #243376;
}
.wrap-application .text .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-application .text .note p
    {
        font-size: 15px;
    }
}
.wrap-application .application .row
{
    font-size: 0;

    margin: 0 -20px;
}
@media (max-width: 1199px)
{
    .wrap-application .application .row
    {
        margin: 0 -10px;
    }
}
.wrap-application .application .list
{
    display: inline-block;
    float: none;

    padding: 0 20px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-application .application .list
    {
        padding: 0 10px;
    }
}
.wrap-application .application .item
{
    margin-top: 60px;
}
.wrap-application .application .item .img-box
{
    padding-bottom: 70.27027027%;
}
.wrap-application .application .item h3
{
    font-size: 20px;
    line-height: 45px;

    display: inline-block;

    margin: 30px 0;
    padding: 0 24px;

    color: #fff;
    border-radius: 50px;
    background-color: #243376;
}
@media (max-width: 991px)
{
    .wrap-application .application .item h3
    {
        font-size: 16px;
        line-height: 40px;
    }
}
.wrap-application .application .item p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-application .application .item p
    {
        font-size: 15px;
    }
}
.wrap-video .info
{
    margin-top: -40px;
}
.wrap-video .row
{
    margin: 0 -20px;
}
@media (max-width: 1199px)
{
    .wrap-video .row
    {
        margin: 0 -10px;
    }
}
.wrap-video .list
{
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .wrap-video .list
    {
        padding: 0 10px;
    }
}
.wrap-video .item
{
    margin-top: 40px;

    text-align: center;
}
.wrap-video .item p
{
    font-size: 16px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 32px;
    margin: 16px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-video .item:hover .video .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .8;
}
.wrap-video .item:hover .video .play
{
    opacity: 1;
}
.wrap-video .item:hover p
{
    color: #243376;
}
.wrap-video .item .video
{
    position: relative;

    overflow: hidden;
}
.wrap-video .item .video .img-box
{
    z-index: 0;

    padding-bottom: 61.78861789%;

    background-color: #000;
}
.wrap-video .item .video .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;

    opacity: .4;
}
.wrap-video .item .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-video .item .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-video .item .video .play
{
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;
    margin-bottom: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-video .item .video .play
    {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 1;
    }
}
.wrap-video .item .video .play:before
{
    font-family: 'iconfont';
    font-size: 60px;

    display: block;

    content: '\e67f';

    opacity: .7;
}
.wrap-product .product
{
    margin-top: -50px;
}
@media (max-width: 991px)
{
    .wrap-product .product
    {
        margin-top: -30px;
    }
}
.wrap-product .product .row
{
    margin: 0 -20px;
}
@media (max-width: 1199px)
{
    .wrap-product .product .row
    {
        margin: 0 -10px;
    }
}
.wrap-product .product .list
{
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .wrap-product .product .list
    {
        padding: 0 10px;
    }
}
.wrap-product .product .item
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-product .product .item
    {
        margin-top: 30px;
    }
}
.wrap-product .product .item .img-box
{
    padding-bottom: 75.67567568%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 14px 0 0 0;

    text-align: center;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product .product .item p
    {
        font-size: 16px;
    }
}
.wrap-product .product .item:hover .img-box img
{
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item:hover p
{
    color: #243376;
}
.wrap-product-show
{
    overflow: hidden;
}
.wrap-product-show .product-show .row
{
    margin: 0 -25px;
}
.wrap-product-show .product-show .list
{
    padding: 0 25px;
}
.wrap-product-show .product-show .pic
{
    position: relative;
    z-index: 5;

    overflow: hidden;

    border: 10px solid #e5e5e5;
}
.wrap-product-show .product-show .pic .img-box
{
    padding-bottom: 75.67567568%;
}
.wrap-product-show .product-show .pic img
{
    width: 100%;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .text
    {
        margin-top: 30px;
    }
}
.wrap-product-show .product-show .text h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 2;

    margin: 0;

    color: #243376;
    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .text h1
    {
        font-size: 20px;
    }
}
.wrap-product-show .product-show .text h1 span
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;
    font-weight: normal;

    margin-left: 10px;

    color: #333;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .text h1 span
    {
        font-size: 16px;

        display: block;

        margin-left: 0;
    }
}
.wrap-product-show .product-show .text h3
{
    font-size: 18px;
    line-height: 36px;

    display: inline-block;

    height: 36px;
    margin-bottom: 20px;
    padding: 0 26px;

    border: 1px dashed #243376;
    border-radius: 30px;
}
.wrap-product-show .product-show .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .text p
    {
        font-size: 15px;
    }
}
.wrap-product-show .product-show .text span
{
    font-size: 16px;
    line-height: 2;

    display: inline-block;

    margin-right: 8%;
}
.wrap-product-show .parameter
{
    margin-top: 50px;
    padding: 40px 30px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter
    {
        padding: 30px 15px;
    }
}
.wrap-product-show .parameter h3
{
    font-size: 22px;
    line-height: 2;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter h3
    {
        font-size: 20px;
    }
}
.wrap-product-show .parameter h3:after
{
    display: block;

    width: 44px;
    height: 4px;

    content: '';

    background-color: #243376;
}
.wrap-product-show .parameter span
{
    line-height: 2;

    display: inline-block;

    margin-right: 4%;
}
.wrap-product-show .parameter span:before
{
    display: inline-block;

    width: 6px;
    height: 6px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #cb0d18;
}
.wrap-product-show .parameter table
{
    text-align: center;
}
.wrap-product-show .parameter table td
{
    font-size: 18px;
    line-height: 1.66666667;

    width: 33.33333333%;
    padding: 15px;

    color: #666;
    border: 1px solid #b4b4b4;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter table td
    {
        font-size: 14px;

        padding: 10px 6px;
    }
}
.wrap-product-show .parameter table b
{
    font-size: 22px;
    font-weight: normal;

    color: #333;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter table b
    {
        font-size: 15px;
    }
}
.wrap-product-show .message
{
    margin-top: 50px;
}
.wrap-product-show .message .title-message h2
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 30px;
    font-weight: bold;
    line-height: 2;

    position: relative;

    margin: 0;

    text-transform: uppercase;

    border-bottom: 1px solid #dadada;
}
@media (max-width: 991px)
{
    .wrap-product-show .message .title-message h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .message .title-message h2:after
{
    position: absolute;
    bottom: -2px;

    display: block;

    width: 60px;
    height: 3px;

    content: '';

    background-color: #243376;
}
.wrap-product-show .message .title-message p
{
    font-size: 20px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .message .title-message p
    {
        font-size: 16px;
    }
}
.wrap-product-show .message .row
{
    margin: 0 -20px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .message .row
    {
        margin: 0 -10px;
    }
}
.wrap-product-show .message .list
{
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .message .list
    {
        padding: 0 10px;
    }
}
.wrap-product-show .message .list input,
.wrap-product-show .message .list textarea
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    width: 100%;
    min-height: 60px;
    margin-top: 38px;
    padding: 10px;

    border: 1px solid #d2d2d2;
    border-radius: 10px;
}
@media (max-width: 991px)
{
    .wrap-product-show .message .list input,
    .wrap-product-show .message .list textarea
    {
        font-size: 15px;
        line-height: 24px;

        min-height: 44px;
        margin-top: 20px;
        padding: 10px;
    }
}
.wrap-product-show .message .list input::-webkit-input-placeholder,
.wrap-product-show .message .list textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-product-show .message .list input:-o-placeholder,
.wrap-product-show .message .list textarea:-o-placeholder
{
    color: #999;
}
.wrap-product-show .message .list input::-moz-placeholder,
.wrap-product-show .message .list textarea::-moz-placeholder
{
    color: #999;
}
.wrap-product-show .message .list input:-ms-input-placeholder,
.wrap-product-show .message .list textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-product-show .message .list input:focus::-webkit-input-placeholder,
.wrap-product-show .message .list textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .message .list input:focus::-o-placeholder,
.wrap-product-show .message .list textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .message .list input:focus::-moz-placeholder,
.wrap-product-show .message .list textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .message .list input:focus::-ms-input-placeholder,
.wrap-product-show .message .list textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .message .list .submit,
.wrap-product-show .message .list .reset
{
    font-size: 18px;
    line-height: 50px;

    display: inline-block;
    display: block;

    width: 100%;
    height: 50px;
    margin: 0 auto;
    margin-top: 130px;
    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 10px;
    background-color: #243376;
}
@media (max-width: 1199px)
{
    .wrap-product-show .message .list .submit,
    .wrap-product-show .message .list .reset
    {
        font-size: 16px;

        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .message .list .submit,
    .wrap-product-show .message .list .reset
    {
        line-height: 50px;

        height: 50px;
    }
}
.wrap-product-show .message .list .submit:hover,
.wrap-product-show .message .list .reset:hover
{
    background-color: #f54336;
}
.wrap-product-show .message .list .reset
{
    background-color: #999;
}
.wrap-product-show .relate
{
    margin-top: 60px;
}
.wrap-product-show .relate .title-relate
{
    border-bottom: 1px solid #e0e0e0;
}
.wrap-product-show .relate .title-relate h2
{
    font-size: 22px;
    font-weight: bold;
    line-height: 2;

    display: inline-block;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate .title-relate h2
    {
        font-size: 20px;
    }
}
.wrap-product-show .relate .title-relate h2:before
{
    display: inline-block;

    width: 12px;
    height: 12px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #243376;
}
.wrap-product-show .relate .title-relate a.more
{
    font-size: 14px;
    line-height: 44px;

    display: inline-block;
    float: right;

    color: #999;
}
.wrap-product-show .relate .title-relate a.more:hover
{
    color: #243376;
}
.wrap-product-show .relate .row
{
    margin: 0 -20px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .relate .row
    {
        margin: 0 -10px;
    }
}
.wrap-product-show .relate .list
{
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .relate .list
    {
        padding: 0 10px;
    }
}
.wrap-product-show .relate .item
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate .item
    {
        margin-top: 30px;
    }
}
.wrap-product-show .relate .item .img-box
{
    padding-bottom: 75.67567568%;
}
.wrap-product-show .relate .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .relate .item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 14px 0 0 0;

    text-align: center;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate .item p
    {
        font-size: 16px;
    }
}
.wrap-product-show .relate .item:hover .img-box img
{
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .relate .item:hover p
{
    color: #243376;
}
.wrap-team .title-team h2
{
    font-size: 26px;
    font-weight: bold;

    margin: 0;

    color: #243376;
}
@media (max-width: 991px)
{
    .wrap-team .title-team h2
    {
        font-size: 22px;
    }
}
.wrap-team .title-team span
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 18px;
    font-weight: normal;

    position: relative;
    top: 4px;

    display: inline-block;

    margin-left: 10px;

    text-transform: uppercase;

    color: #999;
}
.wrap-team .list-1
{
    padding-bottom: 50px;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-team .list-1 .team
{
    overflow: hidden;
}
.wrap-team .list-1 .team .pic
{
    float: left;

    width: 30%;
    margin-top: 30px;
}
@media (max-width: 1560px)
{
    .wrap-team .list-1 .team .pic
    {
        width: 40%;
    }
}
@media (max-width: 991px)
{
    .wrap-team .list-1 .team .pic
    {
        width: 100%;
    }
}
.wrap-team .list-1 .team .pic .img-box
{
    padding-bottom: 69.3877551%;
}
.wrap-team .list-1 .team .text
{
    float: left;

    width: 70%;
    margin-top: 30px;
    padding-top: 20px;
    padding-left: 30px;
}
@media (max-width: 1560px)
{
    .wrap-team .list-1 .team .text
    {
        width: 60%;
    }
}
@media (max-width: 991px)
{
    .wrap-team .list-1 .team .text
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-team .list-1 .team .text h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-team .list-1 .team .text h3
    {
        font-size: 20px;
    }
}
.wrap-team .list-1 .team .text p
{
    font-size: 15px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-team .list-1 .team .text p
    {
        font-size: 14px;
    }
}
.wrap-team .list-2
{
    margin-top: 40px;
}
.wrap-team .list-2 .row
{
    margin: 0 -30px;
}
@media (max-width: 1560px)
{
    .wrap-team .list-2 .row
    {
        margin: 0 -15px;
    }
}
@media (max-width: 1199px)
{
    .wrap-team .list-2 .row
    {
        margin: 0 -10px;
    }
}
.wrap-team .list-2 .list
{
    padding: 0 30px;
}
@media (max-width: 1560px)
{
    .wrap-team .list-2 .list
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .wrap-team .list-2 .list
    {
        padding: 0 10px;
    }
}
.wrap-team .list-2 .item
{
    margin-top: 40px;
}
.wrap-team .list-2 .item .img-box
{
    padding-bottom: 69.3877551%;
}
.wrap-team .list-2 .item .text
{
    padding: 30px 20px;

    background-color: #f6f6f6;
}
.wrap-team .list-2 .item .text h3
{
    font-size: 24px;

    margin: 0 0 14px 0;
}
@media (max-width: 991px)
{
    .wrap-team .list-2 .item .text h3
    {
        font-size: 20px;
    }
}
.wrap-team .list-2 .item .text p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-team-show
{
    padding: 50px;
}
@media (max-width: 991px)
{
    .wrap-team-show
    {
        padding: 50px 15px;
    }
}
.wrap-team-show .team-show .title-team
{
    padding-left: 24px;

    border-left: 8px solid #035cac;
}
.wrap-team-show .team-show .title-team h3
{
    font-size: 26px;
    font-weight: bold;

    margin: 0;
}
.wrap-team-show .team-show .title-team p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 24px;

    margin: 10px 0 0 0;

    text-transform: uppercase;

    color: #999;
}
.wrap-team-show .team-show .text
{
    overflow: hidden;
}
.wrap-team-show .team-show .text .note
{
    float: left;

    width: 70%;
    margin-top: 46px;
}
@media (max-width: 991px)
{
    .wrap-team-show .team-show .text .note
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-team-show .team-show .text .note p
{
    font-size: 16px;
    line-height: 2.125;

    margin: 0;

    text-indent: 2em;
}
.wrap-team-show .team-show .text .pic
{
    float: left;

    width: 30%;
    margin-top: 46px;
    padding-left: 60px;
}
@media (max-width: 991px)
{
    .wrap-team-show .team-show .text .pic
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-team-show .team-show .text .pic img
{
    max-width: 100%;
}
.wrap-team-show .team-show .video
{
    position: relative;

    overflow: hidden;

    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-team-show .team-show .video
    {
        margin-top: 40px;
    }
}
.wrap-team-show .team-show .video .img-box
{
    z-index: 0;

    padding-bottom: 43.39739616%;

    background-color: #000;
}
.wrap-team-show .team-show .video .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;

    opacity: .3;
}
.wrap-team-show .team-show .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-team-show .team-show .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-team-show .team-show .video .play
{
    font-size: 16px;

    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;
    margin-bottom: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-team-show .team-show .video .play
    {
        top: 50%;
    }
}
.wrap-team-show .team-show .video .play:before
{
    display: block;

    width: 198px;
    height: 198px;
    margin: 0 auto;

    content: '';

    background: url(../image/play.png) no-repeat;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .wrap-team-show .team-show .video .play:before
    {
        width: 60px;
        height: 60px;
    }
}
.wrap-team-show .team-show .video:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .7;
}
.wrap-team-show .other
{
    margin-top: 60px;
}
.wrap-team-show .other .title-other
{
    position: relative;

    padding-right: 130px;

    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.wrap-team-show .other .title-other h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 56px;

    margin: 0;
}
.wrap-team-show .other .title-other a.more
{
    font-size: 16px;
    line-height: 56px;

    position: absolute;
    top: 0;
    right: 0;

    display: block;
}
.wrap-team-show .other .title-other a.more:hover
{
    color: #243376;
}
.wrap-team-show .other .item
{
    margin-top: 50px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-team-show .other .item
    {
        margin-top: 30px;
    }
}
.wrap-team-show .other .item .img-box
{
    padding-bottom: 62.74509804%;
}
.wrap-team-show .other .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-team-show .other .item p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 20px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-team-show .other .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news-top ul li
{
    overflow: hidden;

    margin-top: 60px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 991px)
{
    .wrap-news .news-top ul li
    {
        margin-top: 40px;
    }
}
.wrap-news .news-top ul li:first-child
{
    margin-top: 0;
}
.wrap-news .news-top ul li .pic
{
    float: left;

    width: 30%;
}
@media (max-width: 1199px)
{
    .wrap-news .news-top ul li .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news-top ul li .pic
    {
        width: 100%;
    }
}
.wrap-news .news-top ul li .pic .img-box
{
    padding-bottom: 49.59785523%;
}
.wrap-news .news-top ul li .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news-top ul li .text
{
    float: left;

    width: 70%;
    padding-left: 30px;
}
@media (max-width: 1199px)
{
    .wrap-news .news-top ul li .text
    {
        width: 60%;
        padding-left: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news-top ul li .text
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.wrap-news .news-top ul li .text h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-news .news-top ul li .text h3
    {
        margin: 0 0 4px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news-top ul li .text h3
    {
        font-size: 18px;
    }
}
.wrap-news .news-top ul li .text span
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;

    color: #cb0d18;
}
.wrap-news .news-top ul li .text a
{
    display: block;
}
.wrap-news .news-top ul li .text p
{
    font-size: 16px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 64px;
    margin: 30px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .wrap-news .news-top ul li .text p
    {
        margin: 10px 0 0 0;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news-top ul li .text p
    {
        font-size: 15px;
    }
}
.wrap-news .news-top ul li .text a.more
{
    font-size: 14px;
    line-height: 2;

    display: inline-block;

    margin-top: 20px;

    color: #cb0d18;
}
@media (max-width: 1199px)
{
    .wrap-news .news-top ul li .text a.more
    {
        margin: 10px 0 0 0;
    }
}
.wrap-news .news-top ul li:hover
{
    background-color: #243376;
}
.wrap-news .news-top ul li:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news-top ul li:hover .text h3,
.wrap-news .news-top ul li:hover .text span,
.wrap-news .news-top ul li:hover .text p,
.wrap-news .news-top ul li:hover .text a.more
{
    color: #fff;
}
.wrap-news .news
{
    overflow: hidden;
}
.wrap-news .news ul
{
    margin: 0 -30px;
}
.wrap-news .news ul li
{
    float: left;

    width: 50%;
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-news .news ul li
    {
        width: 100%;
    }
}
.wrap-news .news .item
{
    position: relative;

    min-height: 110px;
    margin-top: 60px;
    padding-left: 140px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        margin-top: 30px;
        padding-left: 100px;
    }
}
.wrap-news .news .item .date
{
    position: absolute;
    top: 0;
    left: 0;

    width: 110px;
    height: 110px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border: 1px dashed #243376;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date
    {
        width: 80px;
        height: 80px;
    }
}
.wrap-news .news .item .date h3
{
    font-family: Impact;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;

    margin: 24px 0 0 0;

    color: #243376;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date h3
    {
        font-size: 26px;

        margin: 16px 0 0 0;
    }
}
.wrap-news .news .item .date p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;

    margin: 6px 0 0 0;

    color: #243376;
}
.wrap-news .news .item .text h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text h3
    {
        font-size: 16px;
    }
}
.wrap-news .news .item .text p
{
    font-size: 16px;
    line-height: 1.75;

    display: -webkit-box;
    overflow: hidden;

    height: 56px;
    margin: 20px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text p
    {
        font-size: 15px;

        margin: 10px 0 0 0;
    }
}
.wrap-news .news .item .text a
{
    display: block;
}
.wrap-news .news .item:hover .date
{
    background-color: #243376;
}
.wrap-news .news .item:hover .date h3,
.wrap-news .news .item:hover .date p
{
    color: #fff;
}
.wrap-news .news .item:hover .text h3
{
    color: #243376;
}
.wrap-news-show
{
    overflow: hidden;
}
.wrap-news-show .title-news h1
{
    font-size: 24px;
    line-height: 1.33333333;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-news-show .title-news h1
    {
        font-size: 18px;
    }
}
.wrap-news-show .info
{
    overflow: hidden;

    margin-top: 20px;
    padding: 10px 0;

    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.wrap-news-show .info .left
{
    float: left;

    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-news-show .info .left
    {
        width: 100%;
    }
}
.wrap-news-show .info .left span
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin-right: 40px;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-news-show .info .left span
    {
        font-size: 15px;

        padding: 0 6px;
    }
}
.wrap-news-show .info .right
{
    float: right;

    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-news-show .info .right
    {
        float: left;

        width: 100%;
    }
}
.wrap-news-show .info .right .font
{
    float: right;
}
.wrap-news-show .info .right .font a
{
    line-height: 30px;

    display: inline-block;

    height: 30px;
}
.wrap-news-show .info .right .font a:before
{
    font-family: 'iconfont';
    font-size: 28px;
    font-weight: bold;

    content: '\e626';

    color: #979797;
}
.wrap-news-show .info .right .font a.switcher-small:before
{
    content: '\e625';
}
.wrap-news-show .info .right .font a:after
{
    display: inline-block;
    float: right;

    width: 1px;
    height: 25px;
    margin: 0 14px;
    margin-top: 8px;

    content: '';

    background-color: #e5e5e5;
}
@media (max-width: 767px)
{
    .wrap-news-show .info .right .font a:after
    {
        margin: 0 6px;
        margin-top: 8px;
    }
}
.wrap-news-show .info .right .font a:hover:before
{
    color: #ea474c;
}
.wrap-news-show .info .right .bdsharebuttonbox
{
    float: right;

    height: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-news-show .info .right .bdsharebuttonbox a
{
    padding: 0;

    background: none;
}
.wrap-news-show .info .right .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 24px;
    line-height: 24px;

    display: inline-block;

    width: 30px;
    height: 30px;

    content: '\e61f';
    text-align: center;

    color: #979797;
    background-color: none;
}
.wrap-news-show .info .right .bdsharebuttonbox a:after
{
    line-height: 25px;

    display: inline-block;
    float: right;

    width: 1px;
    height: 25px;
    margin: 0 14px;
    margin-top: 2px;

    content: '';

    background-color: #e5e5e5;
}
@media (max-width: 767px)
{
    .wrap-news-show .info .right .bdsharebuttonbox a:after
    {
        margin: 0 6px;
    }
}
.wrap-news-show .info .right .bdsharebuttonbox a:first-child
{
    padding-left: 0;
}
.wrap-news-show .info .right .bdsharebuttonbox a:last-child:after
{
    display: none;
}
.wrap-news-show .info .right .bdsharebuttonbox a:hover
{
    opacity: 1;
}
.wrap-news-show .info .right .bdsharebuttonbox a:hover:before
{
    color: #243376;
}
.wrap-news-show .info .right .bdsharebuttonbox .bds_qzone:before
{
    font-size: 30px;
    line-height: 30px;

    content: '\e635';
}
.wrap-news-show .info .right .bdsharebuttonbox .bds_tsina:before
{
    content: '\e7ed';
}
.wrap-news-show .info .right .bdsharebuttonbox .bds_weixin:before
{
    content: '\e609';
}
.wrap-news-show .info .right .bdsharebuttonbox .bds_mshare:before
{
    content: '\e61b';
}
.wrap-news-show .text
{
    font-size: 16px;
    line-height: 1.875;

    overflow: hidden;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-news-show .text
    {
        font-size: 15px;
    }
}
.wrap-news-show .text p
{
    margin: 0;

    color: #666;
}
.wrap-news-show .text img
{
    max-width: 100%;
    margin: 0 50px;
}
@media (max-width: 991px)
{
    .wrap-news-show .text img
    {
        margin: 10px 0;
    }
}
.wrap-news-show .relate
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    margin-top: 80px;

    border-top: 1px solid #e9e9e9;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate
    {
        margin-top: 50px;
        padding-right: 0;
    }
}
.wrap-news-show .relate a
{
    font-size: 16px;
    line-height: 34px;

    display: inline-block;
    display: -webkit-box;
    float: left;
    overflow: hidden;

    width: 50%;
    margin-top: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #999;
    border-radius: 50px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate a
    {
        width: 100%;
        margin-top: 10px;
    }
}
.wrap-news-show .relate a:last-child
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate a:last-child
    {
        text-align: left;
    }
}
.wrap-news-show .relate a:hover
{
    color: #243376;
}
.wrap-news-title
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-news-title
    {
        margin-top: 60px;
    }
}
.wrap-news-title img
{
    max-width: 100%;
}
@media (max-width: 991px)
{
    .wrap-news-title img
    {
        max-width: 250px;
    }
}
.wrap-job .job-text
{
    font-size: 0;

    overflow: hidden;
}
.wrap-job .job-text .pic
{
    display: inline-block;

    width: 24%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-job .job-text .pic
    {
        width: 36%;
    }
}
@media (max-width: 767px)
{
    .wrap-job .job-text .pic
    {
        width: 100%;
    }
}
.wrap-job .job-text .pic img
{
    width: 100%;
}
.wrap-job .job-text .note
{
    display: inline-block;

    width: 76%;
    padding-left: 50px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-job .job-text .note
    {
        width: 64%;
        padding-left: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-job .job-text .note
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-job .job-text .note p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-job .job-text .note p
    {
        font-size: 15px;
    }
}
.wrap-job .contact
{
    overflow: hidden;
}
.wrap-job .contact .title-contact
{
    float: left;

    width: 26%;
    margin-top: 90px;
}
@media (max-width: 991px)
{
    .wrap-job .contact .title-contact
    {
        width: 100%;
        margin-top: 40px;
    }
}
.wrap-job .contact .title-contact h3
{
    font-size: 32px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-job .contact .title-contact h3
    {
        font-size: 24px;
    }
}
.wrap-job .contact .title-contact p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    font-weight: bold;

    margin: 10px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-job .contact .title-contact p
    {
        font-size: 20px;
    }
}
.wrap-job .contact .note
{
    position: relative;

    float: left;

    width: 37%;
    margin-top: 90px;
    padding: 0 100px;
}
@media (max-width: 1560px)
{
    .wrap-job .contact .note
    {
        padding: 0 50px;
    }
}
@media (max-width: 991px)
{
    .wrap-job .contact .note
    {
        width: 100%;
        margin-top: 40px;
        padding: 0;
    }
}
.wrap-job .contact .note:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 6px;
    height: 94px;

    content: '';

    background: url(../image/line-4.png) no-repeat;
}
@media (max-width: 991px)
{
    .wrap-job .contact .note:before
    {
        display: none;
    }
}
.wrap-job .contact .note p
{
    font-size: 16px;
    line-height: 1.5;

    margin-bottom: 8px;
}

.wrap-job .job .title-job
{
    text-align: center;
}
.wrap-job .job .title-job h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-job .job .title-job h3
    {
        font-size: 24px;
    }
}
.wrap-job .job .title-job p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;
    color: #999999;
    margin: 10px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-job .job .title-job p
    {
        font-size: 20px;
    }
}
.wrap-job .job .text
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-job .job .text
    {
        margin-top: 40px;
    }
}
.wrap-job .job .text h3
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 18px 0;
}
.wrap-job .job .text p
{
    font-size: 13px;
    line-height: 2.30769231;

    color: #666;
}
.wrap-job .job .text p a:hover
{
    text-decoration: underline;

    color: #243376;
}
.wrap-job .job .list
{
    margin-top: 16px;
    margin-bottom: 3%;
}
.wrap-job .job .list > ul
{
    overflow: hidden;

    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.wrap-job .job .list > ul > li
{
    border-bottom: 1px solid #ddd;
}
.wrap-job .job .list > ul > li:first-child
{
    font-weight: bold;
    line-height: 60px;

    border: none;
    background-color: #f4f4f4;
}
.wrap-job .job .list > ul > li:first-child .tlist .titem p
{
    font-size: 18px;
}
@media (max-width: 991px)
{
    .wrap-job .job .list > ul > li:first-child .tlist .titem p
    {
        font-size: 13px;
    }
}
.wrap-job .job .list > ul > li .tlist
{
    overflow: hidden;
}
.wrap-job .job .list > ul > li .tlist .titem
{
    font-size: 16px;

    display: inline-block;

    width: 18%;
    min-height: 60px;
    margin-right: -4px;
    padding: 0 20px;

    text-align: center;
    vertical-align: middle;

    border-left: 1px solid #ddd;
}
.wrap-job .job .list > ul > li .tlist .titem:first-child
{
    border-left: none;
}
@media (max-width: 767px)
{
    .wrap-job .job .list > ul > li .tlist .titem
    {
        padding: 0 4px;
    }
}
.wrap-job .job .list > ul > li .tlist .titem:nth-child(5)
{
    width: 28%;
}
.wrap-job .job .list > ul > li .tlist .titem:nth-child(6)
{
    text-align: right;

    color: #243376;
}
.wrap-job .job .list > ul > li .tlist .titem:nth-child(6) a
{
    text-decoration: underline;
}
.wrap-job .job .list > ul > li .tlist .titem:nth-child(6) a:hover
{
    color: #df0815;
}
.wrap-job .job .list > ul > li .tlist .titem p
{
    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-job .job .list > ul > li .tlist .titem p
    {
        font-size: 13px;
    }
}
.wrap-job .job .list > ul > li .tlist .titem a
{
    line-height: 2;

    display: inline-block;

    padding: 14px 30px;
}
@media (max-width: 991px)
{
    .wrap-job .job .list > ul > li .tlist .titem a
    {
        padding: 0 0;
    }
}
.wrap-job .job .list > ul > li .tlist .titem a.more:after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: 10px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;

    border-width: 0 4px 4px 4px;
    border-style: solid;
    border-color: transparent transparent #A60B13 transparent;
}
@media (max-width: 991px)
{
    .wrap-job .job .list > ul > li .tlist .titem a.more:after
    {
        display: none;
    }
}
.wrap-job .job .list > ul > li .tlist .titem a.apply
{
    color: #A60B13;
}
.wrap-job .job .list > ul > li .tlist .titem a.apply:hover
{
    color: #d70c18;
}
.wrap-job .job .list > ul > li.current
{
    background-color: #efefef;
}
.wrap-job .job .list > ul > li.current .tlist .titem a.more:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-job .job .list > ul > li .note
{
    display: none;

    padding: 30px 50px;

    border-top: 1px solid #ddd;
    background-color: #efefef;
}
@media (max-width: 991px)
{
    .wrap-job .job .list > ul > li .note
    {
        padding: 30px 0;
    }
}
.wrap-job .job .list > ul > li .note p
{
    font-size: 16px;

    display: inline-block;

    margin: 6px 28px;
}
@media (max-width: 991px)
{
    .wrap-job .job .list > ul > li .note p
    {
        font-size: 14px;

        display: block;

        margin: 6px 10px;
    }
}
.wrap-job .job .list > ul > li .note p span
{
    line-height: 28px;

    display: inline-block;

    width: 28px;
    height: 28px;
    margin-right: 10px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #A60B13;
}
.wrap-job .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-job .message
    {
        padding: 20px;
    }
}
.wrap-job .message .messageinfo
{
    position: relative;

    max-width: 1130px;
    height: 100%;
    margin: 0 auto;
    padding: 0 70px 30px 70px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-job .message .messageinfo
    {
        padding: 0 15px 15px 15px;
    }
}
.wrap-job .message .m-close
{
    position: absolute;
    top: -20px;
    right: -20px;

    float: right;

    width: 42px;
    height: 42px;

    cursor: pointer;
    text-align: center;

    border-radius: 50%;
    background-color: #fff;
}
.wrap-job .message .m-close:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 42px;

    content: '\e617';

    color: #999;
}
.wrap-job .message .m-close:hover
{
    background-color: #243376;
}
.wrap-job .message .m-close:hover:after
{
    color: #fff;
}
.wrap-job .message form
{
    overflow: hidden;
}
.wrap-job .message .col-xs-12
{
    margin-top: 10px;
}
.wrap-job .message form
{
    margin-top: 30px;
}
.wrap-job .message .title-message
{
    padding-top: 20px;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.wrap-job .message .title-message span
{
    display: inline-block;

    margin-left: 10%;
}
@media (max-width: 991px)
{
    .wrap-job .message .title-message span
    {
        margin-left: 6px;
    }
}
.wrap-job .message .title-message h3
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-job .message .title-message h3
    {
        font-size: 16px;
    }
}
.wrap-job .message .item
{
    position: relative;

    overflow: hidden;

    min-height: 50px;
    padding-left: 120px;
}
@media (max-width: 991px)
{
    .wrap-job .message .item
    {
        padding-left: 90px;
    }
}
.wrap-job .message .item-1
{
    padding-left: 0;

    text-align: center;
}
.wrap-job .message .item-1 .btn
{
    display: inline-block;

    margin: 0 40px;
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-job .message .item-1 .btn
    {
        margin: 0 10px;
        margin-top: 20px;
    }
}
.wrap-job .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-job .message p
    {
        font-size: 14px;
            text-align: right;
        width: 77px;
    }
}
.wrap-job .message input,
.wrap-job .message textarea,
.wrap-job .message select
{
    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-job .message .js-check
{
    font-size: 16px;
    line-height: 48px;

    float: left;

    width: 100%;
    height: 50px;

    color: #666;
}
.wrap-job .message .js-check i
{
    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;
}
.wrap-job .message .js-check label
{
    font-weight: normal;

    position: relative;

    display: inline-block;

    margin: 0 20px 0 0;

    cursor: pointer;
}
.wrap-job .message .js-check label input
{
    width: auto;
    margin-right: 8px;

    cursor: pointer;
}
.wrap-job .message .js-check label:after
{
    position: relative;
    position: absolute;
    top: 8px;
    left: 0;

    display: inline-block;
    float: left;

    width: 30px;
    height: 30px;

    content: '';
    cursor: pointer;

    border: 1px solid #ebebeb;
    border-radius: 50%;
}
@media (max-width: 1560px)
{
    .wrap-job .message .js-check label:after
    {
        top: 12px;
    }
}
.wrap-job .message .js-check label i
{
    position: absolute;
    z-index: 9;
    top: 18px;
    left: 0;

    display: inline-block;

    width: 11px;
    height: 11px;

    border-radius: 50%;
}
@media (max-width: 1560px)
{
    .wrap-job .message .js-check label i
    {
        top: 22px;
    }
}
.wrap-job .message .js-check label.checked i
{
    background-color: #000;
}
.wrap-job .message .js-check input[type=radio]
{
    width: 30px;
    height: 30px;
    min-height: auto;
    margin: 0 0 0 8px;

    opacity: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background: #fff;
}
.wrap-job .message .fileWrapper
{
    position: relative;

    float: left;

    width: 100% !important;
    max-width: 470px;
    padding-right: 130px;
}
.wrap-job .message .fileWrapper input
{
    min-height: auto;
}
.wrap-job .message .fileInputText
{
    width: 100% !important;
}
.wrap-job .message .fileInputText,
.wrap-job .message .nicefile
{
    height: 50px !important;
}
.wrap-job .message .fileInputButton
{
    position: absolute;
    top: 0;
    right: 0;

    color: #fff;
    background-color: #243376;
}
.wrap-job .message .filedelete
{
    line-height: 48px;

    float: left;

    margin-left: 20px;

    color: #243376;
}
.wrap-job .message .submit,
.wrap-job .message .reset
{
    font-size: 18px;
    line-height: 40px;

    height: 40px;
    padding: 0 40px;

    -webkit-transition: all .4s;
            transition: all .4s;

    background-color: #cecece;
}
.wrap-job .message .submit:hover,
.wrap-job .message .reset:hover
{
    color: #fff;
    background-color: red;
}
.wrap-job .message .submit
{
    color: #fff;
    background-color: #A60B13;
}
.wrap-job .showMorehandle
{
    margin-top: 50px;

    text-align: center;
}
.wrap-job .showMorehandle a
{
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;

    display: inline-block;

    width: 44px;
    height: 44px;

    color: #fff;
    border-radius: 50%;
    background-color: #243376;
}
.wrap-job .showMorehandle a:hover
{
    background-color: rgba(36, 51, 118, .9);
}
.maskbg
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .6);
}
.wrap-message .title-in h2
{
    color: #09357f;
}
.wrap-message .info
{
    display: table;

    width: 100%;
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-message .info
    {
        display: block;

        width: 100%;
    }
}
.wrap-message .info .message
{
    display: table-cell;

    width: 50%;
    padding: 30px 0;
    padding-right: 50px;

    vertical-align: middle;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-message .info .message
    {
        display: block;

        width: 100%;
        padding: 0;
    }
}
.wrap-message .info .message ul li
{
    overflow: hidden;

    margin-top: 14px;
}
.wrap-message .info .message ul li:first-child
{
    margin-top: 0;
}
.wrap-message .info .message ul li:first-child input
{
    float: left;

    width: 60%;
}
@media (max-width: 1560px)
{
    .wrap-message .info .message ul li:first-child input
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-message .info .message ul li:first-child input
    {
        width: 100%;
    }
}
.wrap-message .info .message ul li input,
.wrap-message .info .message ul li textarea
{
    font-size: 20px;
    line-height: 30px;

    width: 100%;
    min-height: 60px;
    padding: 15px 20px;

    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
}
@media (max-width: 1560px)
{
    .wrap-message .info .message ul li input,
    .wrap-message .info .message ul li textarea
    {
        line-height: 30px;

        min-height: 50px;
        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-message .info .message ul li input,
    .wrap-message .info .message ul li textarea
    {
        font-size: 16px;
    }
}
.wrap-message .info .message ul li input::-webkit-input-placeholder,
.wrap-message .info .message ul li textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-message .info .message ul li input:-o-placeholder,
.wrap-message .info .message ul li textarea:-o-placeholder
{
    color: #999;
}
.wrap-message .info .message ul li input::-moz-placeholder,
.wrap-message .info .message ul li textarea::-moz-placeholder
{
    color: #999;
}
.wrap-message .info .message ul li input:-ms-input-placeholder,
.wrap-message .info .message ul li textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-message .info .message ul li input:focus::-webkit-input-placeholder,
.wrap-message .info .message ul li textarea:focus::-webkit-input-placeholder
{
    color: #ccc;
}
.wrap-message .info .message ul li input:focus::-o-placeholder,
.wrap-message .info .message ul li textarea:focus::-o-placeholder
{
    color: #ccc;
}
.wrap-message .info .message ul li input:focus::-moz-placeholder,
.wrap-message .info .message ul li textarea:focus::-moz-placeholder
{
    color: #ccc;
}
.wrap-message .info .message ul li input:focus::-ms-input-placeholder,
.wrap-message .info .message ul li textarea:focus::-ms-input-placeholder
{
    color: #ccc;
}
.wrap-message .info .message ul li .btn
{
    font-size: 20px;
    line-height: 60px;

    display: inline-block;

    height: 60px;
    padding: 0 100px;

    cursor: pointer;

    color: #fff;
    border-radius: 4px;
    background-color: #09357f;
}
@media (max-width: 1560px)
{
    .wrap-message .info .message ul li .btn
    {
        line-height: 50px;

        height: 50px;
    }
}
@media (max-width: 767px)
{
    .wrap-message .info .message ul li .btn
    {
        font-size: 18px;
        font-size: 16px;

        padding: 0 50px;
    }
}
.wrap-message .info .message ul li .btn.reset
{
    margin-left: 10px;

    background-color: #245c9a;
}
.wrap-message .info .message ul li .btn:hover
{
    background-color: #6eb92c;
}
.wrap-message .info .message ul li .js-check
{
    font-size: 20px;
    line-height: 60px;

    float: left;

    width: 40%;

    text-align: center;

    color: #666;
}
@media (max-width: 1560px)
{
    .wrap-message .info .message ul li .js-check
    {
        line-height: 50px;

        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-message .info .message ul li .js-check
    {
        font-size: 16px;

        width: 100%;
        margin-top: 16px;

        text-align: left;
    }
}
.wrap-message .info .message ul li .js-check i
{
    display: inline-block;

    margin: 0 10px;
}
.wrap-message .info .message ul li .js-check label
{
    font-weight: normal;

    position: relative;

    display: inline-block;

    margin: 0 10px;

    cursor: pointer;
}
.wrap-message .info .message ul li .js-check label input
{
    width: auto;
    margin-right: 8px;

    cursor: pointer;
}
.wrap-message .info .message ul li .js-check label:after
{
    position: relative;
    position: absolute;
    top: 16px;
    left: 0;

    display: inline-block;
    float: left;

    width: 30px;
    height: 30px;

    content: '';
    cursor: pointer;

    border: 1px solid #ebebeb;
    border-radius: 50%;
}
@media (max-width: 1560px)
{
    .wrap-message .info .message ul li .js-check label:after
    {
        top: 12px;
    }
}
.wrap-message .info .message ul li .js-check label i
{
    position: absolute;
    z-index: 9;
    top: 26px;
    left: 0;

    display: inline-block;

    width: 11px;
    height: 11px;

    border-radius: 50%;
}
@media (max-width: 1560px)
{
    .wrap-message .info .message ul li .js-check label i
    {
        top: 22px;
    }
}
.wrap-message .info .message ul li .js-check label.checked i
{
    background-color: #000;
}
.wrap-message .info .message ul li .js-check input[type=radio]
{
    width: 30px;
    height: 30px;

    opacity: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background: #fff;
}
.wrap-message .info .pic
{
    display: table-cell;

    width: 50%;
    padding-left: 50px;
}
@media (max-width: 991px)
{
    .wrap-message .info .pic
    {
        display: block;

        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
}
.wrap-message .info .pic img
{
    width: 100%;
}
.wrap-research
{
    padding: 50px;
}
@media (max-width: 991px)
{
    .wrap-research
    {
        padding: 50px 15px;
    }
}
.wrap-research .research-text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    text-indent: 2em;
}
@media (max-width: 991px)
{
    .wrap-research .research-text p
    {
        font-size: 15px;
    }
}
.wrap-research .research
{
    font-size: 0;

    position: relative;
    z-index: 4;

    margin-top: 70px;

    border-radius: 6px;
}
@media (max-width: 991px)
{
    .wrap-research .research
    {
        margin-top: 40px;
    }
}
.wrap-research .research .list
{
    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-research .research .item
{
    padding: 50px 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-research .research .item
    {
        padding: 15px 0;
    }
}
.wrap-research .research .item:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 60px;

    display: inline-block;

    height: 60px;
    margin-bottom: 20px;

    content: '\e618';

    color: #666;
}
.wrap-research .research .item p
{
    font-size: 17px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1560px)
{
    .wrap-research .research .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-research .research .item p
    {
        font-size: 14px;
    }
}
.wrap-research .research .item-2:before
{
    font-size: 60px;

    content: '\e674';
}
.wrap-research .research .item-3:before
{
    font-size: 56px;

    content: '\e619';
}
.wrap-research .research .item-4:before
{
    font-size: 50px;

    content: '\e632';
}
.wrap-research .research-pic .item
{
    margin-top: 30px;
}
.wrap-research .research-pic .item .img-box
{
    padding-bottom: 62.5%;
}
.wrap-research .research-pic .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-research .research-pic .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-contact
{
    background: url(../image/contact_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-contact .contact
{
    overflow: hidden;
}
.wrap-contact .contact .map
{
    float: left;

    width: 60%;
    height: 540px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .map
    {
        width: 100%;
        height: 400px;
    }
}
.wrap-contact .contact .text
{
    float: left;

    width: 40%;
    padding-left: 60px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text
    {
        width: 100%;
        padding: 0;
    }
}
.wrap-contact .contact .text .item h3
{
    font-size: 28px;
    font-weight: bold;
    line-height: 2;

    margin: 50px 0;

    color: #243376;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text .item h3
    {
        font-size: 20px;

        margin: 30px 0;
    }
}
.wrap-contact .contact .text .item p
{
    font-size: 16px;
    line-height: 1.875;

    position: relative;

    padding-left: 34px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text .item p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .text .item p:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    line-height: 30px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\e60d';

    color: #a8a8a8;
}
.wrap-contact .contact .text .item p.tel:before
{
    font-size: 22px;

    content: '\e62f';
}
.wrap-contact .contact .text .item p.email:before
{
    font-size: 20px;

    content: '\e72e';
}
.wrap-contact .contact .erweima
{
    font-size: 0;

    overflow: hidden;

    margin-top: 50px;
    padding: 16px 0;

    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.wrap-contact .contact .erweima .pic
{
    display: inline-block;

    width: 22%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .erweima .pic
    {
        width: 30%;
    }
}
.wrap-contact .contact .erweima .pic img
{
    width: 100%;
}
.wrap-contact .contact .erweima .note
{
    display: inline-block;

    width: 78%;
    padding-left: 30px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .erweima .note
    {
        width: 70%;
        padding-left: 20px;
    }
}
.wrap-contact .contact .erweima .note h3
{
    font-size: 24px;
    font-weight: bold;

    margin-top: 0;

    color: #243376;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .erweima .note h3
    {
        font-size: 18px;
    }
}
.wrap-contact .contact .erweima .note p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .erweima .note p
    {
        font-size: 14px;
    }
}
.wrap-message
{
    padding-left: 7%;
    padding-bottom: 60px;
    background: url(../image/message_bg.jpg) no-repeat top center;
}
@media (max-width: 991px)
{
    .wrap-message
    {
        padding: 0px 15px;
    }
}
.title-contact h2
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 42px;
    font-weight: bold;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .title-contact h2
    {
        font-size: 35px;
    }
}
@media (max-width: 767px)
{
    .title-contact h2
    {
        font-size: 27px;
    }
}
.title-contact h2:after
{
    display: block;
    width: 135px;
    height: 5px;
    margin: 10px 0;
    content: '';
    background: url(../image/redline.png) no-repeat;
}
.title-contact p
{
    font-size: 24px;
    font-family: "微软雅黑 Light";
    margin: 0;

    color: #666666;
}
@media (max-width: 767px)
{
    .title-contact p
    {
        font-size: 20px;
    }
}
.message
{
    overflow: hidden;
}
.message .left
{
    float: left;

    width: 58%;
    padding-right: 6%;
}
@media (max-width: 991px)
{
    .message .left
    {
        width: 100%;
        padding-right: 0;
    }
}
.message .left form
{
    overflow: hidden;
}
.message .left form ul
{
    overflow: hidden;

    margin: 0 -30px;
}
@media (max-width: 991px)
{
    .message .left form ul
    {
        margin: 0 -15px;
    }
}
.message .left form ul li
{
    float: left;

    width: 100%;
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .message .left form ul li
    {
        padding: 0 15px;
    }
}
.message .left form ul li:last-child
{
    text-align: center;
}
.message .left form .item
{
    width: 100%;
}
.message .left form input,
.message .left form textarea
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    width: 100%;
    min-height: 60px;
    padding: 10px 10px 10px 60px;

    border: 1px solid #d2d2d2;
    border-radius: 10px;
}
@media (max-width: 991px)
{
    .message .left form input,
    .message .left form textarea
    {
        font-size: 15px;
        line-height: 24px;

        min-height: 44px;
        padding: 10px 10px 10px 50px;
    }
}
.message .left form .ipttext
{
    position: relative;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .message .left form .ipttext
    {
        margin-top: 20px;
    }
}
.message .left form .ipttext:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 60px;

    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;

    display: block;

    width: 60px;

    content: '\e639';
    text-align: center;

    color: #afafaf;
}
@media (max-width: 991px)
{
    .message .left form .ipttext:before
    {
        line-height: 44px;
    }
}
.message .left form input::-webkit-input-placeholder,
.message .left form textarea::-webkit-input-placeholder
{
    color: #999;
}
.message .left form input:-o-placeholder,
.message .left form textarea:-o-placeholder
{
    color: #999;
}
.message .left form input::-moz-placeholder,
.message .left form textarea::-moz-placeholder
{
    color: #999;
}
.message .left form input:-ms-input-placeholder,
.message .left form textarea:-ms-input-placeholder
{
    color: #999;
}
.message .left form input:focus::-webkit-input-placeholder,
.message .left form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.message .left form input:focus::-o-placeholder,
.message .left form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.message .left form input:focus::-moz-placeholder,
.message .left form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.message .left form input:focus::-ms-input-placeholder,
.message .left form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.message .left form .tel .ipttext:before
{
    content: '\e62f';
}
.message .left form .email .ipttext:before
{
    content: '\e694';
}
.message .left form .note .ipttext:before
{
    font-size: 18px;

    content: '\e743';
}
.message .left form .submit,
.message .left form .reset
{
    font-size: 20px;
    line-height: 58px;

    display: inline-block;

    height: 58px;
    margin: 0 auto;
    margin-top: 26px;
    padding: 0 60px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 10px;
    background-color: #cccccc;.wrap-job .job .list > ul > li .tlist .titem a.more:after
}
@media (max-width: 1199px)
{
    .message .left form .submit,
    .message .left form .reset
    {
        font-size: 16px;

        margin-top: 30px;
        padding: 0 50px;
    }
}
@media (max-width: 991px)
{
    .message .left form .submit,
    .message .left form .reset
    {
        line-height: 40px;

        height: 40px;
        padding: 0 30px;
    }
}
.message .left form .submit:hover,
.message .left form .reset:hover
{
    background-color: #A60B13;
}
.message .left form .reset
{
    margin-left: 6%;
    margin-right: 6%;
    background-color: #999;
}
.message .right
{
    float: left;

    width: 42%;
}
@media (max-width: 991px)
{
    .message .right
    {
        width: 100%;
        margin-top: 40px;
    }
    .message .right img
    {
        max-width: 100%;
    }
}

.page
{
    clear: both;
    overflow: hidden;

    margin-top: 50px;

    text-align: center;
}
.page a
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 18px;
    line-height: 30px;

    display: inline-block;
    overflow: hidden;

    width: 30px;
    height: 30px;
    margin: 0 3px;

    -webkit-transition: all .2s linear;
            transition: all .2s linear;
    text-align: center;

    color: #999;
}
.page a.omit:hover
{
    color: #333;
    background-color: #eee;
}
.page a.first-child
{
    font-size: 14px;

    width: auto;
}
.page a.first-child:after
{
    display: inline-block;

    width: 50px;
    height: 1px;
    margin-left: 10px;

    content: '';
    vertical-align: middle;

    background-color: #e0e0e0;
}
@media (max-width: 991px)
{
    .page a.first-child:after
    {
        width: 30px;
    }
}
.page a.last-child
{
    font-size: 14px;

    width: auto;
}
.page a.last-child:before
{
    display: inline-block;

    width: 50px;
    height: 1px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #e0e0e0;
}
@media (max-width: 991px)
{
    .page a.last-child:before
    {
        width: 30px;
    }
}
.page a.active,
.page a:hover
{
    color: #243376;
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
    .page a.first-child,
    .page a.last-child
    {
        margin: 0 5px;
    }
}
.bdshare_popup_box
{
    right: 0 !important;
    left: auto !important;

    display: none !important;
}
.stuck
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 70px !important;

    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}
.stuck .logo
{
    margin-top: 16px;
}
.stuck .nav .nav-list1 > li > a
{
    line-height: 70px;
}
.stuck .nav .nav-list1 > li.more > a:after
{
    margin-top: 28px;
}
.stuck .find
{
    line-height: 70px;
}
.stuck .cart
{
    margin-top: 13px;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.bdshare_weixin_qrcode_dialog
{
    height: 310px !important;
}