/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
/**
 * style.less
 * 絮����桁�頫�
 */
.div-no-record1
{
    font-size: 16px;

    width: 100%;

    text-align: center;

    color: #666;
}
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/AvantGarde-Demi.eot');
    src: url('../fonts/AvantGarde-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGarde-Demi.woff2') format('woff2'), url('../fonts/AvantGarde-Demi.woff') format('woff'), url('../fonts/AvantGarde-Demi.ttf') format('truetype'), url('../fonts/AvantGarde-Demi.svg#AvantGarde-Demi') format('svg');
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: 400;
    font-style: normal;

    src: url('../fonts/AvantGardeITCbyBT-Book.eot');
    src: url('../fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-Book.woff2') format('woff2'), url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
}
@font-face
{
    font-family: 'Agency FB';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/AgencyFB-Reg.eot');
    src: url('../fonts/AgencyFB-Reg.eot?#iefix') format('embedded-opentype'), url('../fonts/AgencyFB-Reg.woff2') format('woff2'), url('../fonts/AgencyFB-Reg.woff') format('woff'), url('../fonts/AgencyFB-Reg.ttf') format('truetype'), url('../fonts/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 5%;
    }
}
@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: 70px;
    }
}
.header .logo
{
    position: relative;

    float: left;

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

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

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

    height: 100%;
}
.header .nav-collapse
{
    position: relative;

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

        float: right;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        background: #fafafa;
        background-color: rgba(3, 92, 172, .9);
    }
    .header .nav .tbl
    {
        display: table;

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        float: left;

        padding: 0 22px;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 100px;

        position: relative;

        display: inline-block;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #d94249;
    }
    .header .nav .nav-list1 .nav-list2
    {
        display: none;

        background-color: rgba(255, 255, 255, .95);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        height: auto !important;
        padding: 20px 0;
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 13px;
        line-height: 30px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 30px;

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

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

        color: #d94249;
    }
    .header .nav .nav-list1 .nav-list2 li .pic
    {
        max-width: 260px;
        margin-left: 40px;
    }
    .header .nav .nav-list1 .nav-list2 li .pic img
    {
        max-width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 li .pic .img-box
    {
        padding-bottom: 69.23076923%;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2
    {
        right: 0;
        left: 0;

        overflow: hidden;

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

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

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

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

        display: none;

        margin-top: -44px;
        padding: 20px 0;

        background-color: rgba(255, 255, 255, .95);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        font-size: 12px;
        line-height: 2;
    }
}
@media (min-width: 1200px) and (max-width: 1440px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 13px;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .nav .nav-list1 .nav-list2 li .pic
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

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

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

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

        margin-top: 5px;

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

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background-color: #d94249;
    }
}
.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: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

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

    background-color: rgba(3, 92, 172, .9);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

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

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

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

    float: right;

    width: 50px;

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

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

    content: '\e660';

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

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

        display: inline-block;

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

    width: 100%;

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

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

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

    display: inline-block;
    display: none;

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

    content: '\e660';

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

    width: 90%;
    max-width: 800px;
    margin: auto;

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

    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}
.header .search-lg .search p
{
    margin-bottom: 50px;

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

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

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

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

    color: #fff;
}
.header .search-lg input::-webkit-input-placeholder,
.header .search-lg textarea::-webkit-input-placeholder
{
    color: #fff;
}
.header .search-lg input:-o-placeholder,
.header .search-lg textarea:-o-placeholder
{
    color: #fff;
}
.header .search-lg input::-moz-placeholder,
.header .search-lg textarea::-moz-placeholder
{
    color: #fff;
}
.header .search-lg input:-ms-input-placeholder,
.header .search-lg textarea:-ms-input-placeholder
{
    color: #fff;
}
.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: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .right
{
    float: right;

    margin-left: 40px;
}
@media (max-width: 1440px) {
	.header .right { margin-left:20px; }
}
@media (max-width: 1199px)
{
    .header .right
    {
        margin-right: 30px;
        margin-left: 0;
    }
}
.header .right .share
{
    display: inline-block;
    float: right;
    overflow: hidden;
}
.header .right .bdsharebuttonbox
{
    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.header .right .bdsharebuttonbox a
{
    display: inline-block;

    height: 100px;
    margin: 0 15px;
    padding: 0;

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

    background: none;
}
@media (max-width: 1199px)
{
    .header .right .bdsharebuttonbox a
    {
        height: 70px;
        margin: 0 10px;
    }
}
.header .right .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 32px;
    line-height: 100px;

    display: inline-block;

    content: '\e62d';
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
    vertical-align: middle;

    color: #858585;
}
@media (max-width: 1199px)
{
    .header .right .bdsharebuttonbox a:before
    {
        font-size: 26px;
        line-height: 70px;
    }
}
.header .right .bdsharebuttonbox a:last-child:after
{
    display: none;
}
.header .right .bdsharebuttonbox a:hover
{
    opacity: 1;
}
.header .right .bdsharebuttonbox a:hover:before
{
    color: #d94249;
}
.header .right .bdsharebuttonbox .bds_sqq:before
{
    content: '\e62d';
}
.header .right .bdsharebuttonbox .bds_tsina:before
{
    content: '\e62b';
}
.header .right .bdsharebuttonbox .bds_weixin:before
{
    content: '\e604';
}
.header .right .bdsharebuttonbox .bds_video:before
{
    content: '\e62a';
}
.header .find
{
    line-height: 100px;

    float: left;

    margin: 0 15px;

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

    color: #858585;
}
@media (max-width: 1199px)
{
    .header .find
    {
        margin: 0 10px;
    }
}
.header .find::before
{
    font-family: 'iconfont';
    font-size: 28px;
    font-weight: bold;

    content: '\e660';
}
.header .find:hover
{
    color: #d94249;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 70px;
    }
    .header .find:before
    {
        font-size: 24px;
    }
}
@media (min-width: 1200px)
{
    .header.fixed-header
    {
        height: 80px;
    }
    .header.fixed-header .logo
    {
        height: 60px;
        margin-top: 10px;
    }
    .header.fixed-header .nav .nav-list1 > li > a
    {
        line-height: 80px;
    }
    .header.fixed-header .find
    {
        line-height: 80px;
    }
    .header.fixed-header .right .bdsharebuttonbox a
    {
        height: 80px;
    }
    .header.fixed-header .right .bdsharebuttonbox a:before
    {
        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: #d94249;
}
@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: 80px;
}
@media (max-width: 1199px)
{
    .banner
    {
        margin-top: 70px;
    }
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 38px;

    width: 100%;
    padding: 0 15px;

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

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

    display: inline-block;

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

    cursor: pointer;

    opacity: .65;
    border: 1px solid #fff;
    border-radius: 50%;
}
.banner .slick-dots li.slick-active,
.banner .slick-dots li:hover
{
    opacity: 1;
    background-color: #fff;
}
.banner .slick-dots li.slick-active:before,
.banner .slick-dots li:hover:before
{
    opacity: 1;
}
.banner .slick-dots li button
{
    opacity: 0;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 41.66666667%;
}
.banner .text
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 0 5%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: right;

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner .text
    {
        padding: 0 18%;
    }
}
@media (max-width: 767px)
{
    .banner .text
    {
        padding: 0 22%;
    }
}
.banner .text h2
{
    font-size: 68px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner .text h2
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .banner .text h2
    {
        font-size: 26px;
    }
}
.banner .text h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 40px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner .text h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .text h3
    {
        font-size: 20px;
    }
}
.banner .slick-current .text h2,
.banner .slick-current .text h3
{
    -webkit-animation: fadeInRight 1s 0s ease both;
            animation: fadeInRight 1s 0s ease both;
}
.banner-in .img-box
{
    padding-bottom: 18.22916667%;
}
.banner-in .text-in
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: right;

    color: #fff;
}
.banner-in .text-in h3
{
    font-size: 50px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner-in .text-in h3
    {
        font-size: 24px;
    }
}
.banner-in .text-in p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 40px;

    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;
    }
}
.banner-in .text-inleft
{
    text-align: left;
}
.box
{
    overflow: hidden;

    padding: 50px 0;
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 24px;

    margin: 6px 0 0 0;

    color: #ccc;
}
.content
{
    position: relative;
    z-index: 9;
}
.box-about
{
    overflow: hidden;
}
.box-about .about
{
    font-size: 0;
}
.box-about .about .pic
{
    display: inline-block;

    width: 46%;
    margin-top: 50px;

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

        width: 100%;
        margin-top: 40px;
    }
}
.box-about .about .pic img
{
    max-width: 100%;
}
.box-about .about .text
{
    display: inline-block;

    width: 54%;
    margin-top: 50px;
    padding-left: 60px;

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

        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
}
.box-about .about .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    text-indent: 2em;
}
@media (max-width: 767px)
{
    .box-about .about .text p
    {
        font-size: 14px;
    }
}
.box-about .about .text a.more
{
    font-size: 16px;
    line-height: 34px;

    display: inline-block;

    height: 34px;
    margin-top: 30px;
    padding: 0 20px;

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

    border: 1px solid #ccc;
}
@media (max-width: 767px)
{
    .box-about .about .text a.more
    {
        font-size: 14px;
    }
}
.box-about .about .text a.more:hover
{
    color: #fff;
    border-color: #d94249;
    background-color: #d94249;
}
.wrap-branch
{
    overflow: hidden;

    padding: 40px 0 120px;

    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-branch
    {
        padding: 40px 0 60px;
    }
}
.wrap-branch .left
{
    float: left;

    width: 34%;
    padding-right: 80px;
}
@media (max-width: 991px)
{
    .wrap-branch .left
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .wrap-branch .left
    {
        width: 100%;
    }
}
.wrap-branch .left .title
{
    text-align: left;
}
.wrap-branch .left .title h2
{
    font-size: 40px;
    font-weight: bold;
}
@media (max-width: 1440px) {
	.wrap-branch .left .title h2 { font-size:30px; }
}
@media (max-width: 1200px) {
	.wrap-branch .left .title h2 { font-size:26px; }
}
@media (max-width: 991px)
{
    .wrap-branch .left .title h2
    {
        font-size: 30px;
    }
}
.wrap-branch .left .title p
{
    font-size: 26px;

    margin: 30px 0;

    color: #333;
}
@media (max-width: 991px)
{
    .wrap-branch .left .title p
    {
        font-size: 20px;

        margin: 14px 0;
    }
}
.wrap-branch .left .more
{
    font-size: 16px;
    line-height: 34px;

    display: inline-block;

    height: 34px;
    margin-top: 30px;
    padding: 0 20px;

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

    border: 1px solid #ccc;
}
.wrap-branch .left .more:hover
{
    color: #fff;
    background: #d94249;
}
.wrap-branch .left .equipment-btn
{
    font-size: 0;

    display: none;

    margin-top: 30px;
}
.wrap-branch .left .equipment-btn span
{
    display: inline-block;

    width: 50px;

    cursor: pointer;
}
.wrap-branch .left .equipment-btn span:before
{
    font-family: 'iconfont';
    font-size: 46px;
    line-height: 35px;

    display: block;

    width: 50px;
    height: 35px;

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

    color: #035cac;
}
@media (max-width: 991px)
{
    .wrap-branch .left .equipment-btn span:before
    {
        font-size: 40px;
    }
}
.wrap-branch .left .equipment-btn span.enext
{
    right: 0;
    left: auto;

    margin-left: 30px;
}
.wrap-branch .left .equipment-btn span.enext:before
{
    content: '\e612';
}
.wrap-branch .left .equipment-btn span:hover:before
{
    color: #d94249;
}
.wrap-branch .right
{
    float: left;

    width: 66%;
}
@media (max-width: 991px)
{
    .wrap-branch .right
    {
        width: 100%;
        margin-top: 30px;
        padding: 0 20px;
    }
}
.wrap-branch .right .item
{
    position: relative;

    padding-left: 30px;
}
.wrap-branch .right .item .pic
{
    position: relative;
    z-index: 9;

    overflow: hidden;

    border: 6px solid #f8f8f8;
    border-radius: 50%;
}
.wrap-branch .right .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-branch .right .item p
{
    font-size: 16px;
    line-height: 46px;

    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 0;

    width: 244px;
    height: 46px;
    margin: 0;

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

    color: #fff;
    background-color: #035cac;
}
.wrap-branch .right .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-branch .right .item:hover p
{
    background-color: #d94249;
}
.box-research
{
    position: relative;

    overflow: hidden;

    padding-bottom: 20px;

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

    display: block;

    width: 100%;
    height: 80px;

    content: '';

    background-color: #fff;
}
.box-research .title h2
{
    font-size: 30px;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-research .title h2
    {
        font-size: 24px;
    }
}
.box-research .title p
{
    font-size: 20px;

    text-transform: uppercase;

    color: #ddd;
}
.box-research .text
{
    max-width: 1290px;
    margin: 0 auto;
    margin-top: 60px;

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

    margin: 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-research .text p
    {
        font-size: 15px;
    }
}
.box-research .research
{
    font-size: 0;

    position: relative;
    z-index: 4;

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

    border-radius: 6px;
    background-color: #035cac;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .box-research .research
    {
        margin-top: 40px;
        padding: 20px 10px;
    }
}
.box-research .research .list
{
    display: inline-block;
    float: none;

    vertical-align: top;
}
.box-research .research .item
{
    padding: 50px 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .box-research .research .item
    {
        padding: 15px 0;
    }
}
.box-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: #fff;
}
.box-research .research .item p
{
    font-size: 17px;
    line-height: 2;

    margin: 0;

    color: #fff;
}
@media (max-width: 1560px)
{
    .box-research .research .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .box-research .research .item p
    {
        font-size: 14px;
    }
}
.box-research .research .item-2:before
{
    font-size: 60px;

    content: '\e674';
}
.box-research .research .item-3:before
{
    font-size: 56px;

    content: '\e619';
}
.box-research .research .item-4:before
{
    font-size: 50px;

    content: '\e632';
}
.box-news .newsmore
{
    margin-top: -30px;

    text-align: right;
}
.box-news .newsmore a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    color: #666;
}
.box-news .newsmore a:hover
{
    color: #d94249;
}
.box-news .item
{
    margin-top: 40px;
}
.box-news .item .img-box
{
    padding-bottom: 35.16483516%;
}
.box-news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .item .note
{
    padding: 20px;

    border: 1px solid #ddd;
    border-top: none;
}
@media (max-width: 991px)
{
    .box-news .item .note
    {
        padding: 20px 15px;
    }
}
.box-news .item .note span
{
    font-size: 16px;

    display: block;
}
.box-news .item .note h3
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    display: -webkit-box;
    overflow: hidden;

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

    text-indent: 2em;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .item .note a.more
{
    line-height: 40px;

    display: inline-block;

    height: 40px;
    margin-top: 20px;
    padding: 0 16px;

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

    color: #fff;
    background-color: #035cac;
}
.box-news .item .note a.more:after
{
    margin-left: 2px;

    content: '+';
}
.box-news .item .note a.more:hover
{
    background-color: #d94249;
}
.box-news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .item:hover .note span,
.box-news .item:hover .note h3
{
    color: #035cac;
}
.bd_weixin_popup,
.bd_weixin_popup_bg
{
    width: 250px !important;
    height: 300px !important;
}
.footer .foot
{
    overflow: hidden;

    padding-left: 5%;

    border-top: 1px solid #ddd;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        display: none;
    }
}
.footer .foot .left
{
    float: left;

    width: 10%;
    padding: 20px 0;
}
.footer .foot .left img
{
    max-width: 100%;
}
.footer .foot .middle
{
    float: left;

    width: 50%;
    padding: 20px 0;
}
@media (max-width: 1560px)
{
    .footer .foot .middle
    {
        width: 60%;
    }
}
.footer .foot .middle ul
{
    overflow: hidden;
}
.footer .foot .middle ul li
{
    float: left;

    width: 14.28571429%;
    padding: 0 10px;

    text-align: center;
}
.footer .foot .middle ul li h3
{
    font-size: 16px;

    margin: 0 0 14px 0;
}
.footer .foot .middle ul li a
{
    line-height: 2.42857143;

    display: block;
}
.footer .foot .right
{
    float: left;

    width: 40%;
    margin-bottom: -999px;
    padding-bottom: 999px;

    background-color: #f8f8f8;
}
@media (max-width: 1560px)
{
    .footer .foot .right
    {
        width: 30%;
    }
}
.footer .foot .right ul
{
    overflow: hidden;
    padding: 30px calc(100vw / 1920 * 20);
		display: flex;
		flex-wrap: wrap;
}
.footer .foot .right ul li
{
    float: left;

    width: 50%;
    padding: 10px calc(100vw / 1920 * 25);
}
@media (max-width: 1680px) {
	.footer .foot .right ul li { width:100%; padding: 0px calc(100vw / 1920 * 25); }
}

.footer .foot .right ul li p
{
    line-height: 1.71428571;
}
.footer .copyright
{
    padding: 8px 0;

    background-color: #474747;
}
.footer .copyright .container>div {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
}
.footer .copyright p
{
    line-height: 24px;

    margin: 0;

    color: #fff;
		display:flex;
}
.footer .copyright p>span { margin-right:10px; }
@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;
}
.sidenav
{
    overflow: hidden;
}
.sidenav.sidenav-news
{
    margin-top: 80px;
}
@media (max-width: 1199px)
{
    .sidenav.sidenav-news
    {
        margin-top: 70px;
    }
}
.sub-box
{
    padding: 0 5%;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .sub-box
    {
        padding: 0 0;
    }
}
.sub-box .category
{
    position: relative;

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

    white-space: nowrap;
}
.sub-box .category ul li
{
    position: relative;

    display: inline-block;

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

    position: relative;

    display: block;

    height: 80px;
    padding: 0 38px;

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

        height: 50px;
    }
}
.sub-box .category ul li.active a,
.sub-box .category ul li:hover a
{
    color: #fff;
    background-color: #035cac;
}
.sub-box.sub-product .category ul li.active a:after,
.sub-box.sub-product .category ul li:hover a:after
{
    z-index: 10;
    right: 0;
    bottom: -5px;
    left: 0;

    display: inline-block;

    width: 0;
    height: 0;
    margin: auto;

    content: '';

    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    background: none;
}
.sub-box.sub-news
{
    border-top: 3px solid #6eb92c;
}
.wrapper
{
    overflow: hidden;

    padding: 60px 0;

    background-color: #f7f7f7;
}
@media (max-width: 991px)
{
    .wrapper
    {
        padding: 50px 0;
    }
}
.wrap
{
    background-color: #fff;
}
.wrap-title
{
    overflow: hidden;
}
.title-in
{
    display: inline-block;
    float: left;
}
@media (max-width: 767px)
{
    .title-in
    {
        display: block;
        float: none;
    }
}
.title-in h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 2;

    position: relative;

    display: inline-block;

    margin: 0;

    border-bottom: 1px solid #d2d2d2;
}
.title-in h2:after
{
    position: absolute;
    bottom: -3px;
    left: 0;

    display: inline-block;

    width: 52px;
    height: 7px;

    content: '';

    background-color: #fde016;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 22px;
    }
}
.location
{
    font-size: 16px;
    line-height: 72px;

    display: inline-block;
    float: right;
}
@media (max-width: 991px)
{
    .location
    {
        font-size: 14px;
        line-height: 44px;
    }
}
@media (max-width: 767px)
{
    .location
    {
        display: block;
        float: none;
    }
}
.location:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background-color: #d94249;
}
.location span
{
    display: inline-block;
}
.location a
{
    display: inline-block;
}
.location a:after
{
    content: '-';
}
.location a:last-child:after
{
    display: none;
}
.location a:hover
{
    color: #d94249;
}
.wrap-title1 .location
{
    line-height: 44px;

    float: left;
}
.wrap-title1 .return
{
    display: inline-block;
    float: right;
}
@media (max-width: 767px)
{
    .wrap-title1 .return
    {
        display: block;
        float: none;
    }
}
.wrap-title1 .return a
{
    font-size: 16px;
    line-height: 44px;

    display: inline-block;

    padding: 0 26px;

    border: 1px dashed #d2d2d2;
    border-radius: 30px;
}
.wrap-title1 .return a:hover
{
    color: #fff;
    border-color: #d94249;
    background-color: #d94249;
}
.wrap-left
{
    float: left;

    width: 76%;
    margin-top: 60px;
}
@media (max-width: 1560px)
{
    .wrap-left
    {
        width: 70%;
    }
}
@media (max-width: 1330px)
{
    .wrap-left
    {
        width: 70%;
    }
}
@media (max-width: 1199px)
{
    .wrap-left
    {
        width: 100%;
    }
}
.wrap-right
{
    float: right;

    width: 20%;
    margin-top: 60px;
}
@media (max-width: 1560px)
{
    .wrap-right
    {
        width: 25%;
    }
}
@media (max-width: 1199px)
{
    .wrap-right
    {
        width: 100%;
    }
}
.wrap-right .title-wrap-right h2
{
    font-size: 24px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-right .title-wrap-right h2
    {
        font-size: 22px;
    }
}
.wrap-right .title-wrap-right h2:before
{
    display: inline-block;

    width: 50px;
    height: 4px;
    margin-right: 24px;

    content: '';
    vertical-align: middle;

    background-color: #d94249;
}
.wrap-right .wrap-relate ul li
{
    overflow: hidden;

    margin-top: 30px;
}
.wrap-right .wrap-relate ul li .img-box
{
    padding-bottom: 37.36263736%;
}
.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: 20px;
    font-weight: bold;
    line-height: 1.3;

    margin: 10px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-right .wrap-relate ul li p
    {
        font-size: 18px;
    }
}
.wrap-right .wrap-relate ul li span
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;
    line-height: 2;

    display: block;

    color: #666;
}
.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: #d94249;
}
.wrap-right .wrap-more
{
    margin-top: 50px;

    text-align: center;
}
.wrap-right .wrap-more a
{
    font-size: 16px;
    line-height: 45px;

    display: inline-block;

    height: 45px;
    padding: 0 30px;

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

    color: #d94249;
    border: 1px dashed #d94249;
    border-radius: 30px;
}
.wrap-right .wrap-more a:hover
{
    color: #fff;
    border-color: #d94249;
    background-color: #d94249;
}
.wrap-about
{
    background-color: #fff;
}
.wrap-about .about
{
    overflow: hidden;

    padding: 80px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-about .about
    {
        padding-top: 50px;
    }
}
.wrap-about .about .pic,
.wrap-about .about .text
{
    float: left;

    width: 50%;
}
@media (max-width: 991px)
{
    .wrap-about .about .pic,
    .wrap-about .about .text
    {
        width: 100%;
    }
}
.wrap-about .about .pic img
{
    max-width: 100%;
}
.wrap-about .about .text
{
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-about .about .text
    {
        margin-top: 30px;
        padding: 0 15px;
    }
}
.wrap-about .about .text .title-about
{
    padding-right: 20px;

    text-align: right;

    border-right: 84px solid #035cac;
}
.wrap-about .about .text .title-about h3
{
    font-size: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-about .about .text .title-about h3
    {
        font-size: 24px;
    }
}
.wrap-about .about .text .title-about p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 38px;
    line-height: 1;

    margin: 10px 0 0 0;

    text-indent: 2em;
    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-about .about .text .title-about p
    {
        font-size: 30px;
    }
}
.wrap-about .about .text .note
{
    margin-top: 20px;
}
.wrap-about .about .text .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 1560px)
{
    .wrap-about .about .text .note p
    {
        font-size: 15px;
    }
}
.wrap-about .speech
{
    padding: 0 5%;
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-about .speech
    {
        padding-top: 50px;
    }
}
.wrap-about .speech .title-speech
{
    text-align: center;
}
.wrap-about .speech .title-speech h3
{
    font-size: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-about .speech .title-speech h3
    {
        font-size: 24px;
    }
}
.wrap-about .speech .title-speech p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 38px;

    margin: 10px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-about .speech .title-speech p
    {
        font-size: 30px;
    }
}
.wrap-about .speech .info
{
    overflow: hidden;
}
.wrap-about .speech .info .text
{
    float: left;

    width: 50%;
    margin-top: 100px;
    padding-right: 10%;
}
@media (max-width: 991px)
{
    .wrap-about .speech .info .text
    {
        width: 100%;
        margin-top: 40px;
        padding-right: 0;
    }
}
.wrap-about .speech .info .text p
{
    font-size: 16px;
    line-height: 2.125;

    margin: 0;

    text-indent: 2em;
}
@media (max-width: 1560px)
{
    .wrap-about .speech .info .text p
    {
        font-size: 15px;
    }
}
.wrap-about .speech .info .pic
{
    float: right;

    width: 50%;
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-about .speech .info .pic
    {
        width: 100%;
    }
}
.wrap-about .speech .info .pic img
{
    max-width: 100%;
}
.wrap-about .culture
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-about .culture
    {
        padding-top: 50px;
    }
}
.wrap-about .culture .info
{
    display: inline-block;

    padding: 26px 0;

    color: #fff;
    background-color: #035cac;
}
.wrap-about .culture .info ul li
{
    display: inline-block;

    padding: 0 60px;
}
@media (max-width: 991px)
{
    .wrap-about .culture .info ul li
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .culture .info ul li
    {
        padding: 10px 15px;
    }
}
.wrap-about .culture .info ul li:first-child
{
    border-right: 1px solid #0b3a64;
}
@media (max-width: 767px)
{
    .wrap-about .culture .info ul li:first-child
    {
        border-right: none;
    }
}
.wrap-about .culture .info ul li h3,
.wrap-about .culture .info ul li h4
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-about .culture .info ul li h3,
    .wrap-about .culture .info ul li h4
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .culture .info ul li h3,
    .wrap-about .culture .info ul li h4
    {
        font-size: 20px;
    }
}
.wrap-about .culture .info ul li p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 32px;

    margin: 10px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-about .culture .info ul li p
    {
        font-size: 24px;
    }
}
.wrap-about .culture .info ul li h4
{
    margin: 16px 0 0 0;
}
.wrap-about .history
{
    padding: 100px 0 70px 0;
}
@media (max-width: 767px)
{
    .wrap-about .history
    {
        padding: 50px 0;
    }
}
.wrap-about .history .slick-slide
{
    padding: 60px 0;
}
.wrap-about .history .slick-history
{
    position: relative;

    overflow: hidden;

    padding: 0 20px;
}
.wrap-about .history .slick-history:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;

    content: '';

    border-top: 1px dashed #dcdcdc;
}
.wrap-about .history .slick-history .item
{
    padding: 0 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
.wrap-about .history .slick-history .item p
{
    line-height: 1.71428571;

    margin: 14px 0;

    color: #999;
}
.wrap-about .history .slick-history .item .pic
{
    overflow: hidden;

    max-width: 138px;
    margin: 0 auto;

    border-radius: 50%;

    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-filter: gray;
            filter: gray;
}
@media (min-width: 768px)
{
    .wrap-about .history .slick-history .item:hover
    {
        -webkit-transform: scale(1.4);
            -ms-transform: scale(1.4);
                transform: scale(1.4);
    }
    .wrap-about .history .slick-history .item:hover .pic
    {
        -webkit-filter: grayscale(0%);
           -moz-filter: grayscale(0%);
            -ms-filter: grayscale(0%);
             -o-filter: grayscale(0%);
                filter: grayscale(0%);
    }
    .wrap-about .history .slick-history .item:hover p
    {
        color: #333;
    }
}
@media (max-width: 767px)
{
    .wrap-about .history .slick-history .slick-current
    {
        -webkit-transform: scale(1.4);
            -ms-transform: scale(1.4);
                transform: scale(1.4);
    }
    .wrap-about .history .slick-history .slick-current .pic
    {
        -webkit-filter: grayscale(0%);
           -moz-filter: grayscale(0%);
            -ms-filter: grayscale(0%);
             -o-filter: grayscale(0%);
                filter: grayscale(0%);
    }
    .wrap-about .history .slick-history .slick-current p
    {
        color: #333;
    }
}
.wrap-about .history .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 20px;

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

    background: none;
}
@media (max-width: 991px)
{
    .wrap-about .history .slick-arrow
    {
        left: 0;
    }
}
.wrap-about .history .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 34px;
    font-weight: bold;
    line-height: 36px;

    display: block;

    content: '\e9bc';

    color: #c9c9c9;
    border-radius: 50%;
}
.wrap-about .history .slick-arrow.slick-next
{
    right: 20px;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-about .history .slick-arrow.slick-next
    {
        right: 0;
    }
}
.wrap-about .history .slick-arrow.slick-next:before
{
    content: '\e61a';
}
.wrap-about .history .slick-arrow:hover:before
{
    color: #d94249;
}
.wrap-product
{
    padding: 0 50px;
    padding-bottom: 60px;
}
@media (max-width: 991px)
{
    .wrap-product
    {
        padding: 0 15px;
        padding-bottom: 50px;
    }
}
.wrap-product .product-sort
{
    position: relative;

    padding-top: 20px;
}
.wrap-product .product-sort > li
{
    display: inline-block;

    margin-top: 10px;

    border-right: 1px solid #e6e6e6;
}
.wrap-product .product-sort > li:last-child
{
    border-right: none;
}
.wrap-product .product-sort > li:first-child a
{
    padding-left: 0;
}
.wrap-product .product-sort > li > a
{
    font-size: 16px;
    line-height: 2;

    position: relative;

    display: block;

    padding: 0 20px;
}
@media (max-width: 991px)
{
    .wrap-product .product-sort > li > a
    {
        font-size: 16px;

        padding: 0 15px;
    }
}
.wrap-product .product-sort > li.active > a
{
    color: #d94249;
}
.wrap-product .product-sort > li.active > a:after
{
    position: absolute;
    bottom: -10px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

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

    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #c5c5c5 transparent transparent transparent;
}
.wrap-product .product-sort > li:first-child.active > a:after
{
    margin-left: -20px;
}
.wrap-product .sort-2
{
    width: 100%;
    margin-top: 30px;

    background-color: #f7f7f7;
}
.wrap-product .sort-2 li
{
    position: relative;
    z-index: 4;

    display: inline-block;
}
.wrap-product .sort-2 li a
{
    font-size: 16px;
    line-height: 50px;

    padding: 0 30px;
}
.wrap-product .sort-2 li.active a
{
    color: #d94249;
}
.wrap-product .product
{
    margin-top: 20px;
}
.wrap-product .product .row
{
    margin: 0 -35px;
}
@media (max-width: 1199px)
{
    .wrap-product .product .row
    {
        margin: 0 -15px;
    }
}
.wrap-product .product .list
{
    padding: 0 35px;
}
@media (max-width: 1199px)
{
    .wrap-product .product .list
    {
        padding: 0 15px;
    }
}
.wrap-product .product .item
{
    margin-top: 40px;

    text-align: center;
}
.wrap-product .product .item .img-box
{
    padding-bottom: 66%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item p
{
    font-size: 16px;
    line-height: 1.875;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show
{
    padding: 20px 50px 100px 50px;
}
@media (max-width: 991px)
{
    .wrap-product-show
    {
        padding: 20px 15px 50px 15px;
    }
}
.wrap-product-show .product-sort
{
    position: relative;

    padding-top: 20px;
}
.wrap-product-show .product-sort > li
{
    display: inline-block;

    margin-top: 10px;

    border-right: 1px solid #e6e6e6;
}
.wrap-product-show .product-sort > li:last-child
{
    border-right: none;
}
.wrap-product-show .product-sort > li:first-child a
{
    padding-left: 0;
}
.wrap-product-show .product-sort > li > a
{
    font-size: 20px;
    line-height: 2;

    position: relative;

    display: block;

    padding: 0 50px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-sort > li > a
    {
        font-size: 16px;

        padding: 0 15px;
    }
}
.wrap-product-show .product-sort > li.active > a
{
    color: #d94249;
}
.wrap-product-show .product-sort > li.active > a:after
{
    position: absolute;
    bottom: -10px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

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

    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #c5c5c5 transparent transparent transparent;
}
.wrap-product-show .product-sort > li:first-child.active > a:after
{
    margin-left: -20px;
}
.wrap-product-show .sort-2
{
    width: 100%;
    margin-top: 30px;

    background-color: #f7f7f7;
}
.wrap-product-show .sort-2 li
{
    position: relative;
    z-index: 4;

    display: inline-block;
}
.wrap-product-show .sort-2 li a
{
    font-size: 16px;
    line-height: 50px;

    padding: 0 30px;
}
.wrap-product-show .sort-2 li.active a
{
    color: #d94249;
}
.wrap-product-show .product-show
{
    margin-top: 50px;
}
.wrap-product-show .product-show .row
{
    margin: 0 -25px;
}
.wrap-product-show .product-show .list
{
    padding: 0 25px;
}
.wrap-product-show .product-show .pic
{
    overflow: hidden;
}
.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: 32px;
    font-weight: bold;

    margin: 0 0 30px 0;

    color: #035cac;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .text h1
    {
        font-size: 24px;
    }
}
.wrap-product-show .product-show .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    text-indent: 2em;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .text p
    {
        font-size: 15px;
    }
}
.wrap-product-show .product-show .parameter
{
    margin-top: 40px;
    padding: 30px 20px;

    background-color: #f8f8f8;
}
.wrap-product-show .product-show .parameter p
{
    font-size: 18px;
    line-height: 1.88888889;

    margin: 14px 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .parameter p
    {
        font-size: 15px;
    }
}
.wrap-product-show .product-show .parameter p:before
{
    display: inline-block;

    width: 44px;
    height: 5px;
    margin-right: 14px;

    content: '';
    vertical-align: middle;

    background: url(../images/icon.png) no-repeat;
}
.wrap-product-show .info
{
    margin-top: 70px;
    padding: 30px 20px;

    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .wrap-product-show .info
    {
        margin-top: 50px;
        padding: 30px 15px;
    }
}
.wrap-product-show .info p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #666;
}
.wrap-product-show .other
{
    margin-top: 60px;
}
.wrap-product-show .other .title-other h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 2;

    margin: 0;
}
.wrap-product-show .other .title-other h2:after
{
    display: block;

    width: 188px;
    height: 6px;

    content: '';

    background: url(../images/title-other.png) no-repeat;
}
.wrap-product-show .other .item
{
    margin-top: 40px;
}
.wrap-product-show .other .item .img-box
{
    padding-bottom: 66%;
}
.wrap-product-show .other .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .other .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product-show .other .relate
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-product-show .other .relate
    {
        margin-top: 30px;
    }
}
.wrap-product-show .other .relate ul
{
    overflow: hidden;

    margin: 0 -80px;
}
@media (max-width: 1560px)
{
    .wrap-product-show .other .relate ul
    {
        margin: 0 -25px;
    }
}
.wrap-product-show .other .relate ul li
{
    float: left;

    width: 50%;
    margin-top: 20px;
    padding: 0 80px;
}
@media (max-width: 1560px)
{
    .wrap-product-show .other .relate ul li
    {
        padding: 0 25px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .other .relate ul li
    {
        width: 100%;
    }
}
.wrap-product-show .other .relate ul li a
{
    font-size: 20px;
    line-height: 30px;

    display: block;

    padding: 20px;

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

    border: 1px solid #bfbfbf;
}
@media (max-width: 991px)
{
    .wrap-product-show .other .relate ul li a
    {
        font-size: 16px;

        padding: 10px;
    }
}
.wrap-product-show .other .relate ul li a:hover
{
    color: #fff;
    background-color: #035cac;
}
.wrap-product-show .other .return
{
    margin-top: 30px;

    text-align: right;
}
.wrap-product-show .other .return a
{
    font-size: 16px;
    line-height: 2;

    display: inline-block;
}
.wrap-product-show .other .return a:hover
{
    color: #d94249;
}
.wrap-teaminfo
{
    overflow: hidden;

    padding: 50px 50px 70px 50px;
}
@media (max-width: 991px)
{
    .wrap-teaminfo
    {
        padding: 50px 15px;
    }
}
.wrap-teaminfo .info .row
{
    margin: 0 -25px;
}
.wrap-teaminfo .info .list
{
    padding: 0 25px;
}
@media (max-width: 991px)
{
    .wrap-teaminfo .info .text,
    .wrap-teaminfo .info .pic
    {
        width: 100%;
    }
}
.wrap-teaminfo .info .text
{
    padding: 24px;
}
.wrap-teaminfo .info .text .title-info h3
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.15384615;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-teaminfo .info .text .title-info h3
    {
        font-size: 24px;
    }
}
.wrap-teaminfo .info .text .title-info p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 18px;

    margin: 10px 0 0 0;

    text-indent: 0;
    text-transform: uppercase;

    color: #999;
}
.wrap-teaminfo .info .text .title-info p b
{
    font-weight: normal;
}
@media (max-width: 991px)
{
    .wrap-teaminfo .info .text .title-info p
    {
        font-size: 20px;
    }
}
.wrap-teaminfo .info .text .note
{
    margin-top: 30px;
}
.wrap-teaminfo .info .text .note p
{
    font-size: 16px;
    line-height: 2.125;

    margin: 0;

    text-indent: 2em;
}
@media (max-width: 991px)
{
    .wrap-teaminfo .info .text .note p
    {
        font-size: 15px;
    }
}
.wrap-teaminfo .info .text a.more
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

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

    color: #fff;
    border-radius: 50px;
    background-color: #035cac;
}
.wrap-teaminfo .info .text a.more:hover
{
    background-color: #d94249;
}
.wrap-teaminfo .info .pic img
{
    max-width: 100%;
}
.wrap-team
{
    overflow: hidden;

    padding: 0 50px 80px 50px;
}
@media (max-width: 991px)
{
    .wrap-team
    {
        padding: 0 15px 50px 15px;
    }
}
.wrap-team .item
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-team .item
    {
        margin-top: 40px;
    }
}
.wrap-team .item .img-box
{
    padding-bottom: 62.74509804%;
}
.wrap-team .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-team .item h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-team .item h3
    {
        font-size: 18px;
    }
}
.wrap-team .item h4
{
    font-size: 16px;
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 14px 0 0 0;
    padding-right: 10%;

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

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-team .item h4 b
{
    font-weight: normal;
}
@media (max-width: 991px)
{
    .wrap-team .item h4
    {
        font-size: 16px;
    }
}
.wrap-team .item p
{
    font-size: 15px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0 0 0 0;

    text-indent: 2em;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-team .item p
    {
        font-size: 15px;
    }
}
.wrap-team .item a.more
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 50px;
    background-color: #035cac;
}
.wrap-team .item a.more:hover
{
    background-color: #d94249;
}
.wrap-team .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-team .item:hover h3,
.wrap-team .item:hover h4
{
    color: #035cac;
}
.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(../images/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: #d94249;
}
.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
{
    overflow: hidden;

    padding: 50px;
}
@media (max-width: 991px)
{
    .wrap-news
    {
        padding: 50px 15px;
    }
}
.wrap-news .text
{
    font-size: 0;
}
.wrap-news .text .title-news
{
    display: inline-block;

    width: 30%;
    padding-left: 40px;
}
@media (max-width: 991px)
{
    .wrap-news .text .title-news
    {
        width: 100%;
    }
}
.wrap-news .text .title-news h2
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
.wrap-news .text .title-news h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    font-weight: bold;

    position: relative;

    margin: 6px 0 0 0;

    text-transform: uppercase;
}
.wrap-news .text .title-news h3:before
{
    position: absolute;
    top: 0;
    top: 15px;
    left: -90px;

    display: block;

    width: 70px;
    height: 3px;

    content: '';

    background-color: #333;
}
.wrap-news .text .note
{
    display: inline-block;

    width: 70%;
}
@media (max-width: 991px)
{
    .wrap-news .text .note
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-news .text .note p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    text-indent: 2em;

    color: #999;
}
.wrap-news .news .item
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        margin-top: 30px;
    }
}
.wrap-news .news .item h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 26px;
    font-weight: bold;
}
.wrap-news .news .item h4
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 18px;
}
.wrap-news .news .item h5
{
    font-size: 20px;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .img-box
{
    margin-top: 30px;
    padding-bottom: 35.16483516%;
}
.wrap-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

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

    text-indent: 2em;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item a.more
{
    font-size: 16px;
    line-height: 34px;

    display: inline-block;

    height: 34px;
    margin-top: 30px;
    padding: 0 20px;

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

    border: 1px solid #ccc;
}
.wrap-news .news .item a.more:after
{
    content: '+';
}
.wrap-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover h5
{
    color: #035cac;
}
.wrap-news .news .item:hover a.more
{
    color: #fff;
    border-color: #d94249;
    background-color: #d94249;
}
.wrap-news .news-list
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-news .news-list
    {
        margin-top: 50px;
    }
}
.wrap-news .news-list .item
{
    overflow: hidden;

    margin-top: 42px;

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

    border: 1px solid #e4e4e4;
}
.wrap-news .news-list .item .date
{
    float: left;

    width: 10%;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-news .news-list .item .date
    {
        width: 100%;
    }
}
.wrap-news .news-list .item .date h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 30px;
    font-weight: bold;
}
.wrap-news .news-list .item .note
{
    position: relative;

    float: left;

    width: 90%;
    padding: 30px 50px;
    padding-right: 190px;
}
@media (max-width: 991px)
{
    .wrap-news .news-list .item .note
    {
        width: 100%;
        padding: 10px 15px 30px 15px;
    }
}
.wrap-news .news-list .item .note:before
{
    position: absolute;
    top: 15%;
    left: 0;

    display: block;

    width: 1px;
    height: 70%;

    content: '';

    background-color: #e4e4e4;
}
.wrap-news .news-list .item .note h3
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news-list .item .note p
{
    font-size: 14px;
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news-list .item .note a
{
    display: block;
}
.wrap-news .news-list .item .note a.more
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 140px;
    height: 100%;

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

    color: #666;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-news .news-list .item .note a.more
    {
        display: none;

        width: 50px;
    }
}
.wrap-news .news-list .item .note a.more:after
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 60px;
    font-weight: 300;

    position: absolute;
    top: 50%;

    width: 100%;

    content: '+';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-news .news-list .item .note a.more:after
    {
        font-size: 30px;
    }
}
.wrap-news .news-list .item:hover
{
    border-color: #035cac;
}
.wrap-news .news-list .item:hover .note a.more
{
    color: #fff;
    background-color: #035cac;
}
.wrap-news-show
{
    overflow: hidden;

    margin-top: 50px;
    padding: 50px;
}
@media (max-width: 991px)
{
    .wrap-news-show
    {
        padding: 50px 15px;
    }
}
.wrap-news-show .title-news
{
    text-align: center;
}
.wrap-news-show .title-news h1
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.33333333;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-news-show .title-news h1
    {
        font-size: 22px;
    }
}
.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;

    padding: 0 20px;

    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: #d94249;
}
.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;

    text-indent: 2em;

    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
{
    position: relative;

    overflow: hidden;

    margin-top: 80px;
    padding-right: 120px;

    border-top: 1px solid #e9e9e9;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate
    {
        margin-top: 50px;
        padding-right: 0;
    }
}
.wrap-news-show .relate .left
{
    padding-top: 20px;
}
.wrap-news-show .relate .left a
{
    font-size: 16px;
    line-height: 34px;

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

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

    color: #999;
    border-radius: 50px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .relate .left a:hover
{
    color: #d94249;
}
.wrap-news-show .relate .right
{
    position: absolute;
    top: 20px;
    right: 0;

    width: 100px;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate .right
    {
        position: relative;
        top: 0;
        right: auto;
        left: 0;

        margin-top: 20px;
    }
}
.wrap-news-show .relate .right a
{
    font-size: 16px;
    line-height: 44px;

    color: #666;
}
.wrap-news-show .relate .right a:hover
{
    color: #d94249;
}
.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-employees
{
    padding: 50px;
}
@media (max-width: 991px)
{
    .wrap-employees
    {
        padding: 50px 15px;
    }
}
.wrap-employees .text p
{
    font-size: 16px;
    line-height: 2.125;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-employees .text p
    {
        font-size: 15px;
    }
}
.wrap-employees .employees
{
    overflow: hidden;

    margin-top: 30px;
}
.wrap-employees .row
{
    margin: 0 -30px;
}
@media (max-width: 1560px)
{
    .wrap-employees .row
    {
        margin: 0 -15px;
    }
}
.wrap-employees .list
{
    padding: 0 30px;
}
@media (max-width: 1560px)
{
    .wrap-employees .list
    {
        padding: 0 15px;
    }
}
.wrap-employees .item
{
    margin-top: 60px;
}
@media (max-width: 1560px)
{
    .wrap-employees .item
    {
        margin-top: 30px;
    }
}
.wrap-employees .item .img-box
{
    padding-bottom: 62.5%;
}
.wrap-employees .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-employees .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-job
{
    padding: 50px;

    background-color: #fff;
    background-repeat: no-repeat;
}
@media (max-width: 991px)
{
    .wrap-job
    {
        padding: 50px 15px;
    }
}
.wrap-job .job-text
{
    max-width: 1150px;
    margin: 0 auto;
    margin-top: 40px;
}
.wrap-job .job-text img
{
    max-width: 100%;
}
.wrap-job .job-text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    text-indent: 2em;
}
.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;

    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: 5px;
    height: 94px;

    content: '';

    background: url(../images/line-2.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
{
    padding-top: 0;
}
.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: 24px;

    margin: 10px 0 0 0;

    text-transform: uppercase;
}
.wrap-job .job .title-job p b
{
    font-weight: normal;
}
@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: #d94249;
}
.wrap-job .job .list
{
    margin-top: 60px;
}
.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: #d94249;
}
.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 #d70c18 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: #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: #d94249;
}
.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;
	overflow:hidden;
}
@media (max-width: 991px)
{
    .wrap-job .message .messageinfo
    {
        padding: 0 15px 15px 15px;
    }
}
.wrap-job .message .m-close
{
    position: absolute;
    top: 0;
    right: 0;

    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: '\e61b';

    color: #999;
}
.wrap-job .message .m-close:hover
{
    background-color: #d94249;
}
.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: 20px 0;

    text-align: center;

    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;

        width: 70px;
    }
}
.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: #d94249;
}
.wrap-job .message .filedelete
{
    line-height: 48px;

    float: left;

    margin-left: 20px;

    color: #d94249;
}
.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: #d94249;
}
.wrap-job .showMorehandle
{
    line-height: 30px;

    margin-top: 50px;

    text-align: center;
}
.wrap-job .showMorehandle a
{
    display: block;
}
.wrap-job .showMorehandle a:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 70px;

    display: block;

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

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

    color: #fff;
    border-radius: 50%;
    background-color: #d94249;
}
.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;
		text-indent: 0em!important;
    }
	.wrap-research .research-text p img{
		max-width: 100%;
		height: auto!important;
	}
}
.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 .map
{
    height: 720px;
}
@media (max-width: 991px)
{
    .wrap-contact .map
    {
        height: 400px;
    }
}
.wrap-contact .contact
{
    position: relative;
}
.wrap-contact .contact .text
{
    position: absolute;
    top: 0;
    left: 0;

    width: 40%;
    height: 100%;
    padding: 90px 50px 50px 50px;

    background-color: #fff;
}
@media (max-width: 1560px)
{
    .wrap-contact .contact .text
    {
        width: 44%;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text
    {
        position: relative;

        width: 100%;
        padding: 90px 15px 50px 15px;
    }
}
.wrap-contact .contact .text:before
{
    position: absolute;
    top: 50px;
    left: 0;

    display: block;

    width: 336px;
    height: 3px;

    content: '';

    background: url(../images/line-3.jpg) no-repeat;
}
.wrap-contact .contact .text h3
{
    font-size: 28px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text h3
    {
        font-size: 24px;
    }
}
.wrap-contact .contact .text h4 b
{
    font-weight: normal;
}
.wrap-contact .contact .text h4
{
    font-size: 22px;

    text-transform: uppercase;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text h4
    {
        font-size: 20px;
    }
}
.wrap-contact .contact .text p
{
    font-size: 16px;
    line-height: 1.875;

    position: relative;

    margin: 20px 0 0 0;
    padding-left: 56px;
}
.wrap-contact .contact .text p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 36px;

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

    display: block;

    width: 36px;
    height: 36px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #035cac;
}
.wrap-contact .contact .text p.tel:before
{
    content: '\e654';
}
.wrap-message
{
    position: relative;

    margin-top: 60px;
    padding: 50px;
}
.wrap-message:after
{
    position: absolute;
    top: 0;
    right: 50px;

    display: block;

    width: 50px;
    height: 120px;

    content: '';

    background-color: #035cac;
}
@media (max-width: 991px)
{
    .wrap-message:after
    {
        right: 15px;

        width: 30px;
        height: 80px;
    }
}
@media (max-width: 991px)
{
    .wrap-message
    {
        margin-top: 50px;
        padding: 50px 15px;
    }
}
.wrap-message .title-message h3
{
    font-size: 26px;
    font-weight: bold;
}
@media (max-width: 991px)
{
    .wrap-message .title-message h3
    {
        font-size: 24px;
    }
}
.wrap-message .message
{
    overflow: hidden;
}
.wrap-message .message input,
.wrap-message .message textarea
{
    font-size: 14px;
    line-height: 26px;

    position: relative;

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

    border: 1px solid #e4e4e4;
}
.wrap-message .message .item
{
    position: relative;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-message .message .item
    {
        margin-top: 20px;
    }
}
.wrap-message .message .item:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 46px;

    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;

    display: block;

    width: 44px;

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

    color: #035cac;
}
.wrap-message .message .col-sm-4
{
    max-width: 410px;
}
.wrap-message .message input::-webkit-input-placeholder,
.wrap-message .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-message .message input:-o-placeholder,
.wrap-message .message textarea:-o-placeholder
{
    color: #999;
}
.wrap-message .message input::-moz-placeholder,
.wrap-message .message textarea::-moz-placeholder
{
    color: #999;
}
.wrap-message .message input:-ms-input-placeholder,
.wrap-message .message textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-message .message input:focus::-webkit-input-placeholder,
.wrap-message .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message input:focus::-o-placeholder,
.wrap-message .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message input:focus::-moz-placeholder,
.wrap-message .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message input:focus::-ms-input-placeholder,
.wrap-message .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message .item-2:before
{
    content: '\e61c';
}
.wrap-message .message .item-3:before
{
    font-size: 18px;

    content: '\e62c';
}
.wrap-message .message .item-4:before
{
    font-size: 18px;

    content: '\e62e';
}
.wrap-message .message .item-5
{
    text-align: right;
}
.wrap-message .message .item-5:before
{
    display: none;
}
.wrap-message .message .submit,
.wrap-message .message .reset
{
    font-size: 20px;
    line-height: 40px;

    display: inline-block;

    height: 40px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 0 40px;

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

    color: #fff;
    border-radius: 10px;
    background-color: #035cac;
}
@media (max-width: 991px)
{
    .wrap-message .message .submit,
    .wrap-message .message .reset
    {
        font-size: 16px;

        margin-top: 30px;
    }
}
.wrap-message .message .submit:hover,
.wrap-message .message .reset:hover
{
    background-color: #d94249;
}
.wrap-message .message .reset
{
    margin-right: 40px;

    background-color: #999;
}
.BMap_Marker
{
    background: none !important;
}
.BMap_Marker img
{
    display: none;
}
.BMap_noprint
{
    background: none !important;
}
.BMap_noprint:before
{
    font-family: 'iconfont';
    font-size: 25px;

    position: absolute;
    top: -10px;
    left: 0;

    float: left;

    content: '\e60d';

    color: #df0000;
    background: none;
}
.BMapLabel
{
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 32px !important;

    position: relative !important;
    top: -30px !important;
    left: 14px !important;

    height: 32px;
    padding: 10px 10px !important;

    color: #df0000 !important;
    border: none !important;
    border-radius: 4px;
    background: none !important;
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 50px;

    text-align: right;
}
.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;
    background-color: #f0f0f0;
}
.page a.omit:hover
{
    color: #333;
    background-color: #eee;
}
.page a.last-child:after
{
    font-family: 'iconfont' !important;
    font-size: 14px;

    content: '\e61a';
}
.page a.active,
.page a:hover
{
    color: #fff;
    background-color: #035cac;
}
@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;
}
.fancybox-caption
{
    font-size: 16px;

    text-align: center;

    border: none;
}
.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;
}
.title-about b,
.title-speech b
{
    font-weight: normal;
}
.wrap-about .culture .info ul li p b
{
    font-weight: normal;
}
.wrap-branch .right .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: -50px;

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

    background: none;
}
@media (max-width: 991px)
{
    .wrap-branch .right .slick-arrow
    {
        left: -30px;
    }
}
.wrap-branch .right .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 34px;
    font-weight: bold;
    line-height: 36px;

    display: block;

    content: '\e9bc';

    color: #c9c9c9;
    border-radius: 50%;
}
.wrap-branch .right .slick-arrow.slick-next
{
    right: -50px;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-branch .right .slick-arrow.slick-next
    {
        right: -40px;
    }
}
.wrap-branch .right .slick-arrow.slick-next:before
{
    content: '\e61a';
}
.wrap-branch .right .slick-arrow:hover:before
{
    color: #035cac;
}
