/**
 * style.less
 * 层叠样式表
 */
.div-no-record1 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    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: 80px;

    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: 60px;
    margin-top: 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        margin-top: 5px;
    }
}
.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: #09357f;
}
.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: #09357f;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        float: right;
    }
    .header .nav li
    {
        list-style: none;
    }
    .header .nav .nav-close
    {
        line-height: 80px;

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

        display: none;

        cursor: pointer;
    }
    .header .nav .nav-close:after
    {
        font-family: 'iconfont' !important;
        font-size: 30px;

        content: '\e61b';

        color: #09357f;
    }
}
@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: #09357f;
    }
    .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:first-child a:before
    {
        font-family: 'iconfont' !important;
        font-size: 18px;

        margin-right: 10px;

        content: '\e618';

        color: #09357f;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 80px;

        position: relative;

        display: inline-block;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 4px;

        content: '';

        background-color: #09357f;
    }
    .header .nav .nav-list1 .nav-list2
    {
        display: none;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        height: auto !important;
        margin-left: -10px;
        padding: 0;

        text-align: center;
    }
    .header .nav .nav-list1 .nav-list2 .container
    {
        max-width: 1200px;
        margin: 0 auto;
        padding-left: 24%;
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        display: inline-block;

        padding: 0 18px;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li:first-child
    {
        padding-left: 0;
    }
    .header .nav .nav-list1 .nav-list2 li:before
    {
        display: inline-block;

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

        content: '';
        vertical-align: middle;

        background-color: #09357f;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 16px;
        line-height: 56px;

        position: relative;
        z-index: 1;

        display: inline-block;

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

        color: #666;
        border-bottom: 4px solid #fff;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        color: #09357f;
        border-bottom: 4px solid #09357f;
    }
    .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 16px;
    }
}
@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;
    }
}
.header .nav .nav_bg
{
    position: absolute;
    top: 100%;
    left: 0;

    display: block;
    display: none;

    width: 100%;
    height: 60px;

    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
@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: #09357f;
    }
}
.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
{
    display: none;

    margin-top: 20px;
    margin-right: 10px;
}
@media (min-width: 768px)
{
    .header .search-box
    {
        position: fixed;
        z-index: 888;
        top: 100%;
        left: 0;

        overflow: hidden;

        width: 100%;
        height: 100%;
        margin-top: 0;
        padding: 0 3%;

        background-color: rgba(0, 0, 0, .96);
    }
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    line-height: 38px;

    float: left;

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

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

    float: right;

    width: 50px;

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

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

    content: '\e660';

    color: #343434;
}
@media (min-width: 768px)
{
    .header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
.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: 40px;
    }
}
.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: #09357f;
}
.header .search-icon
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .search-icon
    {
        position: fixed;
        right: 50px;
        bottom: 30px;

        display: inline-block;

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

        content: '\e660';

        color: #fff;
    }
}
@media (max-width: 767px)
{
    .header .search-icon
    {
        right: 35px;
    }
}
.header .search-lg
{
    top: 0;
}
@media (min-width: 768px)
{
    .header .search-lg .logo
    {
        margin-top: 20px;
        margin-left: 0;
    }
    .header .search-lg .search
    {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;

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

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

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

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

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

        height: 60px;
        padding: 0;
        padding-bottom: 30px;

        -webkit-animation: zoomIn 1s 0s ease both;
                animation: zoomIn 1s 0s ease both;
        text-align: center;

        color: #fff;
    }
    .header .search-lg .close-btn
    {
        position: fixed;
        top: 30px;
        right: 10%;

        cursor: pointer;
    }
    .header .search-lg .close-btn:before
    {
        font-size: 20px;

        content: '\2716';

        color: #fff;
    }
}
@media (max-width: 767px)
{
    .header .search-lg
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-lg .search
    {
        width: 60%;
    }
}
@media (max-width: 991px)
{
    .header .search-lg .search
    {
        width: 50%;
    }
}
.header .right
{
    float: right;

    margin-left: 40px;
}
@media (max-width: 1199px)
{
    .header .right
    {
        margin-left: 0;
    }
}
.header .find
{
    line-height: 80px;

    float: right;

    width: 80px;

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

    color: #c8c8c8;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
}
.header .find::before
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e619';

    color: #09357f;
}
@media (max-width: 1199px)
{
    .header .find
    {
        display: none;
    }
}
.header .language
{
    float: right;
}
@media (max-width: 1199px)
{
    .header .language
    {
        display: none;
    }
}
.header .language ul
{
    overflow: hidden;
}
.header .language ul li
{
    line-height: 80px;

    float: left;

    width: 80px;

    text-align: center;

    border-left: 1px solid #ececec;
}
.header .language ul li a
{
    font-size: 16px;

    display: block;

    color: #09357f;
}
.header .open-nav
{
    position: fixed;
    top: 80px;
    left: 0;

    display: none;

    width: 100%;

    border-top: 1px solid #ececec;
    background: url(../images/nav_bg.jpg) no-repeat center top #fff;
}
.header .open-nav .nav1
{
    overflow: hidden;

    max-width: 1450px;
}
.header .open-nav .nav1 li
{
    float: left;

    width: 16.66666667%;
    min-height: 540px;
    padding: 70px 40px;

    border-right: 1px solid #ececec;
}
.header .open-nav .nav1 li:last-child
{
    border-right: none;
}
.header .open-nav .nav1 li h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
}
.header .open-nav .nav1 li h3 a
{
    display: inline-block;

    border-bottom: 3px solid #09357f;
}
.header .open-nav .nav1 li .item
{
    margin-top: 30px;
}
.header .open-nav .nav1 li .item a
{
    font-size: 18px;
    line-height: 2.33333333;

    display: block;

    color: #666;
}
.header .open-nav .nav1 li .item a:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background-color: #09357f;
}
.header .open-nav .nav1 li .item a:hover
{
    color: #fff;
    background-color: #09357f;
}
.header .open-nav .h-bottom
{
    overflow: hidden;

    padding: 30px 5%;

    border-top: 1px solid #ececec;
}
.header .open-nav .h-bottom .tel
{
    display: inline-block;
    float: left;

    height: 40px;
}
.header .open-nav .h-bottom .tel p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;

    color: #09357f;
}
.header .open-nav .h-bottom .tel p:before
{
    font-family: 'iconfont' !important;
    font-size: 32px;

    margin-right: 10px;

    content: '\e61f';
}
.header .open-nav .h-bottom .share
{
    display: inline-block;
    float: right;
    overflow: hidden;
}
.header .open-nav .h-bottom .bdsharebuttonbox
{
    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.header .open-nav .h-bottom .bdsharebuttonbox a
{
    display: inline-block;

    width: 40px;
    height: 40px;
    margin: 0 6px;
    padding: 0;

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

    background: none;
}
.header .open-nav .h-bottom .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 24px;
    line-height: 40px;

    display: inline-block;

    width: 40px;
    height: 40px;

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

    color: #1f96ce;
    border-radius: 50%;
    background-color: #ececec;
}
.header .open-nav .h-bottom .bdsharebuttonbox a:last-child:after
{
    display: none;
}
.header .open-nav .h-bottom .bdsharebuttonbox a:hover
{
    opacity: 1;
}
.header .open-nav .h-bottom .bdsharebuttonbox a:hover:before
{
    color: #fff;
    background-color: #09357f;
}
.header .open-nav .h-bottom .bdsharebuttonbox .bds_sqq:before
{
    content: '\e62d';
}
.header .open-nav .h-bottom .bdsharebuttonbox .bds_tsina:before
{
    content: '\e62b';
}
.header .open-nav .h-bottom .bdsharebuttonbox .bds_weixin:before
{
    content: '\e604';
}
.header .open-nav .h-bottom .bdsharebuttonbox .bds_video:before
{
    content: '\e62a';
}
.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: #09357f;
}
@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: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner .slickbanner
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 38px;

    width: 100%;
    padding: 0 15px;

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

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

    display: inline-block;

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

    cursor: pointer;

    opacity: .65;
    border: 1px solid #fff;
    border-radius: 50%;
}
.banner .slick-dots li:before
{
    font-size: 14px;

    position: absolute;
    top: -30px;
    left: -26px;

    display: block;
    display: none;

    width: 60px;
    height: 20px;

    content: '使命';
    text-align: center;

    opacity: 0;
    color: #fff;
}
.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 .slick-dots li:nth-child(2):before
{
    content: '起航';
}
.banner .slick-dots li:nth-child(3):before
{
    content: '新篇';
}
.banner .slick-dots li:nth-child(4):before
{
    content: '引领';
}
.banner .slick-dots li:nth-child(5):before
{
    content: '';
}
.banner img
{
    display: block;

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

    width: 100%;
    padding: 0 5%;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner .text
    {
        padding: 0 18%;
    }
}
@media (max-width: 767px)
{
    .banner .text
    {
        padding: 0 22%;
    }
}
.banner .text h4
{
    font-size: 26px;
    line-height: 42px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .banner .text h4
    {
        font-size: 20px;
    }
}
/*.banner .text h4:before
{
    display: inline-block;

    width: 45px;
    height: 42px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background: url(../images/icon1.png) no-repeat;
}*/
.banner .text h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 75px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    margin: 10px 0 20px 0;
    padding-bottom: 30px;

    text-transform: uppercase;

    border-bottom: 1px solid #e3d9ce;
}
@media (max-width: 1199px)
{
    .banner .text h3
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .banner .text h3
    {
        font-size: 24px;

        margin: 0 0 10px 0;
        padding-bottom: 10px;
    }
}
.banner .text h3:after
{
    position: absolute;
    bottom: -3px;
    left: 0;

    display: inline-block;

    width: 68px;
    height: 5px;

    content: '';

    background-color: #fee115;
}
.banner .text p
{
    font-size: 24px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 1199px)
{
    .banner .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .text p
    {
        font-size: 14px;
    }
}
.banner .text span
{
    font-size: 20px;
    line-height: 50px;

    display: inline-block;

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

    color: #fff;
    border-radius: 30px;
    background-color: #09357f;
}
@media (max-width: 1199px)
{
    .banner .text span
    {
        font-size: 16px;

        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .text span
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
        margin-top: 10px;
    }
}
.banner .text-2
{
    text-align: right;
}
.banner .text-2 h3:after
{
    right: 0;
    left: auto;
}
.banner .text-3
{
    text-align: center;
}
.banner .text-3 .pic
{
    position: relative;

    display: inline-block;
}
.banner .text-3 .pic img
{
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width: 1199px)
{
    .banner .text-3 .pic img
    {
        max-width: 200px;
    }
}
.banner .text-3 .phone-pic
{
    display: none;
}
.banner .text-3 .phone-pic img
{
    display: block;

    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width: 1199px)
{
    .banner .text-3 .phone-pic img
    {
        max-width: 80%;
    }
}
.banner .text-3 .note
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 450px;
    margin: auto;

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

    color: #09357f;
}
@media (max-width: 1199px)
{
    .banner .text-3 .note
    {
        max-width: 200px;
    }
}
.banner .text-3 .note h5
{
    font-size: 32px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1199px)
{
    .banner .text-3 .note h5
    {
        font-size: 16px;

        -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
                transform: scale(.8);
    }
}
.banner .text-3 .note h6
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 26px;
}
@media (max-width: 1199px)
{
    .banner .text-3 .note h6
    {
        font-size: 12px;

        -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
                transform: scale(.8);
    }
}
.banner .text-3 .note h6:after
{
    display: block;

    width: 42px;
    height: 5px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background: url(../images/icon2.png) no-repeat;
}
@media (max-width: 767px)
{
    .banner .text-3 .note h6:after
    {
        margin-top: 10px;

        -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
                transform: scale(.8);
    }
}
.banner .text-3 .note p
{
    font-size: 28px;
}
@media (max-width: 1199px)
{
    .banner .text-3 .note p
    {
        font-size: 12px;
    }
}
.banner .text-3 .txt1,
.banner .text-3 .txt2,
.banner .text-3 .txt3,
.banner .text-3 .txt4,
.banner .text-3 .txt5
{
    position: absolute;
    z-index: 9;
    top: 0;
    right: 6%;

    -webkit-transition: all .5s;
            transition: all .5s;
}
@media (max-width: 1199px)
{
    .banner .text-3 .txt1,
    .banner .text-3 .txt2,
    .banner .text-3 .txt3,
    .banner .text-3 .txt4,
    .banner .text-3 .txt5
    {
        top: -10px;
    }
}
.banner .text-3 .txt1:before,
.banner .text-3 .txt2:before,
.banner .text-3 .txt3:before,
.banner .text-3 .txt4:before,
.banner .text-3 .txt5:before
{
    display: inline-block;

    width: 51px;
    height: 56px;
    margin-right: 16px;

    content: '';
    vertical-align: middle;

    background: url(../images/round-01.png);
}
@media (max-width: 1199px)
{
    .banner .text-3 .txt1:before,
    .banner .text-3 .txt2:before,
    .banner .text-3 .txt3:before,
    .banner .text-3 .txt4:before,
    .banner .text-3 .txt5:before
    {
        width: 27px;
        height: 30px;
        margin-right: 4px;

        background-size: contain;
    }
}
.banner .text-3 .txt1 p,
.banner .text-3 .txt2 p,
.banner .text-3 .txt3 p,
.banner .text-3 .txt4 p,
.banner .text-3 .txt5 p
{
    font-size: 24px;
    font-weight: bold;

    display: inline-block;

    vertical-align: middle;

    color: #09357f;
}
@media (max-width: 1199px)
{
    .banner .text-3 .txt1 p,
    .banner .text-3 .txt2 p,
    .banner .text-3 .txt3 p,
    .banner .text-3 .txt4 p,
    .banner .text-3 .txt5 p
    {
        font-size: 12px;
    }
}
.banner .text-3 .txt1:hover,
.banner .text-3 .txt2:hover,
.banner .text-3 .txt3:hover,
.banner .text-3 .txt4:hover,
.banner .text-3 .txt5:hover
{
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
}
.banner .text-3 .txt2
{
    top: 36%;
    right: -160px;
}
@media (max-width: 1199px)
{
    .banner .text-3 .txt2
    {
        right: -80px;
    }
}
.banner .text-3 .txt2:before
{
    background: url(../images/round-02.png);
}
@media (max-width: 1199px)
{
    .banner .text-3 .txt2:before
    {
        width: 27px;
        height: 30px;

        background-size: contain;
    }
}
.banner .text-3 .txt3
{
    top: 74%;
    right: -90px;
}
@media (max-width: 1199px)
{
    .banner .text-3 .txt3
    {
        right: -50px;
    }
}
.banner .text-3 .txt3:before
{
    background: url(../images/round-03.png);
}
@media (max-width: 1199px)
{
    .banner .text-3 .txt3:before
    {
        width: 27px;
        height: 30px;

        background-size: contain;
    }
}
.banner .text-3 .txt4
{
    top: 87%;
    right: auto;
    left: -10px;
}
@media (max-width: 1199px)
{
    .banner .text-3 .txt4
    {
        left: -30px;
    }
}
.banner .text-3 .txt4:before
{
    float: right;

    margin-top: -10px;
    margin-right: 0;
    margin-left: 16px;

    background: url(../images/round-04.png);
}
@media (max-width: 1199px)
{
    .banner .text-3 .txt4:before
    {
        width: 27px;
        height: 30px;
        margin-top: -5px;
        margin-left: 6px;

        background-size: contain;
    }
}
.banner .text-3 .txt4:hover
{
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
}
.banner .text-3 .txt5
{
    top: 22%;
    right: auto;
    left: -100px;
}
@media (max-width: 1199px)
{
    .banner .text-3 .txt5
    {
        left: -60px;
    }
}
.banner .text-3 .txt5:before
{
    float: right;

    margin-top: -10px;
    margin-right: 0;
    margin-left: 16px;

    background: url(../images/round-05.png);
}
@media (max-width: 1199px)
{
    .banner .text-3 .txt5:before
    {
        width: 27px;
        height: 30px;
        margin-top: -5px;
        margin-left: 6px;

        background-size: contain;
    }
}
.banner .text-3 .txt5:hover
{
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
}
.banner .slick-current .text1 h4,
.banner .slick-current .text1 h3,
.banner .slick-current .text1 p,
.banner .slick-current .text1 span
{
    -webkit-animation: fadeInLeftBig 1s 0s ease both;
            animation: fadeInLeftBig 1s 0s ease both;
}
.banner .slick-current .text-2 h4,
.banner .slick-current .text-2 h3,
.banner .slick-current .text-2 p,
.banner .slick-current .text-2 span
{
    -webkit-animation: fadeInRightBig 1s 0s ease both;
            animation: fadeInRightBig 1s 0s ease both;
}
.banner .slick-current .text-3 .pic,
.banner .slick-current .text-3 .note
{
    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
}
.banner .slick-current .text-3 .txt1,
.banner .slick-current .text-3 .txt2,
.banner .slick-current .text-3 .txt3
{
    -webkit-animation: fadeInRightBig 1s 0s ease both;
            animation: fadeInRightBig 1s 0s ease both;
}
.banner .slick-current .text-3 .txt4,
.banner .slick-current .text-3 .txt5
{
    -webkit-animation: fadeInLeftBig 1s 0s ease both;
            animation: fadeInLeftBig 1s 0s ease both;
}
.banner-in .img-box
{
    padding-bottom: 21.35416667%;
}
.banner-in .text-in
{
    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.banner-in .text-in img
{
    width: auto;
    margin: 0 auto;
}
@media (max-width: 991px)
{
    .banner-in .text-in img
    {
        width: 200px;
    }
}
.banner-in .text-in h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 56px;
    font-weight: bold;
}
@media (max-width: 991px)
{
    .banner-in .text-in h3
    {
        font-size: 30px;
    }
}
.banner-in .text-in h3:after
{
    display: block;

    width: 101px;
    height: 7px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background: url(../images/line-1.png) no-repeat;
}
@media (max-width: 767px)
{
    .banner-in .text-in h3:after
    {
        margin-top: 10px;
    }
}
.banner-in .text-in p
{
    font-size: 32px;
    font-weight: bold;
}
@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-industry .img-box
{
    padding-bottom: 39.32291667%;
}
.box
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 60px 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 h2:after
{
    display: block;

    width: 50px;
    height: 2px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background-color: #d8d8d8;
}
.content
{
    position: relative;
    z-index: 9;
}
.box-main
{
    overflow: hidden;
}
.box-main .main-sort
{
    border-bottom: 1px solid #ddd;
}
.box-main .main-sort ul
{
    font-size: 0;
}
.box-main .main-sort ul li
{
    display: inline-block;

    width: 306px;
}
@media (max-width: 991px)
{
    .box-main .main-sort ul li
    {
        width: 50%;
        max-width: 200px;
    }
}
.box-main .main-sort ul li:last-child a
{
    border-left: none;
}
.box-main .main-sort a
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 28px;

    position: relative;

    display: block;

    padding: 20px 40px 20px 75px;

    text-transform: uppercase;

    color: #09357f;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .box-main .main-sort a
    {
        font-size: 20px;

        padding: 10px 20px 10px 50px;
    }
}
.box-main .main-sort a span
{
    font-size: 20px;

    display: block;
}
/*.box-main .main-sort a:before
{
    position: absolute;
    left: 40px;

    display: inline-block;

    width: 45px;
    height: 42px;

    content: '';

    background: url(../images/icon1.png) no-repeat;
}*/
/*@media (max-width: 991px)
{
    .box-main .main-sort a:before
    {
        left: 0;
    }
}*/
.box-main .main-sort .active a
{
    /*padding: 20px 40px;*/

    color: #fff;
    /*background: url(../images/active.jpg) no-repeat center;*/
    /*background-size: cover;*/
    background: #0a367f;
}
@media (max-width: 991px)
{
    .box-main .main-sort .active a
    {
        /*padding: 10px 20px;*/
    }
}
.box-main .main-sort .active a:before
{
    display: none;
}
.box-main .about
{
    overflow: hidden;

    padding: 40px 0 130px;
}
@media (max-width: 991px)
{
    .box-main .about
    {
        padding: 0 0 60px 0;
    }
}
.box-main .about .left
{
    float: left;

    width: 28%;
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .box-main .about .left
    {
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .box-main .about .left
    {
        width: 100%;
    }
}
.box-main .about .left .img-box
{
    padding-bottom: 62%;
}
.box-main .about .left .slick-dots
{
    width: 100%;
    margin-top: 24px;
    padding: 0 15px;

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

        display: none;
    }
}
.box-main .about .left .slick-dots li
{
    display: inline-block;

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

    cursor: pointer;

    border-radius: 50%;
    background-color: #ffe100;
}
.box-main .about .left .slick-dots li.slick-active,
.box-main .about .left .slick-dots li:hover
{
    opacity: 1;
    background-color: #09357f;
}
.box-main .about .left .slick-dots li button
{
    display: none;
}
.box-main .about .middle
{
    float: left;

    width: 48%;
    margin-top: 40px;
    padding: 0 4%;
}
@media (max-width: 991px)
{
    .box-main .about .middle
    {
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .box-main .about .middle
    {
        width: 100%;
        padding: 0;
    }
}
.box-main .about .middle h3
{
    font-size: 32px;
    line-height: 1.7;

    margin: 0 0 20px 0;

    color: #09357f;
}
@media (max-width: 1440px)
{
    .box-main .about .middle h3
    {
        font-size: 24px;

        margin-bottom: 10px;
    }
}
.box-main .about .middle p
{
    font-size: 16px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    max-height: 160px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.box-main .about .middle .link
{
    margin-top: 24px;
}
.box-main .about .middle .link .link-1,
.box-main .about .middle .link .link-2,
.box-main .about .middle .link .link-3
{
    display: inline-block;

    height: 48px;
    margin-right: 20px;
}
.box-main .about .middle .link .link-1 .iframe,
.box-main .about .middle .link .link-2 .iframe,
.box-main .about .middle .link .link-3 .iframe
{
    display: none;

    width: 100%;
}
.box-main .about .middle .link .link-1 a,
.box-main .about .middle .link .link-2 a,
.box-main .about .middle .link .link-3 a
{
    font-size: 30px;
    line-height: 48px;

    display: inline-block;

    width: 48px;
    height: 48px;

    text-align: center;
    vertical-align: middle;

    color: #09357f;
    border-radius: 50%;
    background-color: #f5f5f5;
}
.box-main .about .middle .link .link-1 a:hover,
.box-main .about .middle .link .link-2 a:hover,
.box-main .about .middle .link .link-3 a:hover
{
    color: #fff;
    background-color: #09357f;
}
.box-main .about .middle .link .link-1 a:before,
.box-main .about .middle .link .link-3 a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    width: 48px;

    content: '\e61a';
    text-align: center;
}
@media (max-width: 991px)
{
    .box-main .about .middle .link .link-1
    {
        display: none;
    }
}
.box-main .about .middle .link .link-3
{
    display: none;
}
@media (max-width: 991px)
{
    .box-main .about .middle .link .link-3
    {
        display: inline-block;
    }
}
.box-main .about .right
{
    float: left;

    width: 24%;
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .box-main .about .right
    {
        width: 40%;
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .box-main .about .right
    {
        width: 100%;
    }
}
.box-main .about .right ul
{
    margin: 0 -15px;
}
.box-main .about .right ul li
{
    float: left;

    width: 50%;
    padding: 0 15px;
}
.box-main .about .right ul li .img-box
{
    padding-bottom: 30%;
}
.box-main .about .right .item
{
    position: relative;

    margin-top: 30px;
}
.box-main .about .right .item .pichover
{
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
}
.box-main .about .right .item:hover .pichover
{
    display: block;
}
.box-main .news
{
    padding: 0 0 80px 0;
}
@media (max-width: 991px)
{
    .box-main .news
    {
        margin-top: 30px;
    }
}
.box-main .news .list
{
    position: relative;
}
.box-main .news .list:after
{
    position: absolute;
    top: 100px;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    border-top: 1px dashed #b5b5b5;
}
@media (max-width: 991px)
{
    .box-main .news .list:after
    {
        display: none;
    }
}
.box-main .news .list-1:after,
.box-main .news .list-3:after
{
    width: 50%;
}
.box-main .news .list-1:after
{
    right: 0;
    left: auto;
}
.box-main .news .list-3:after
{
    left: 0;
}
.box-main .news .item
{
    margin-top: 30px;
    padding: 20px 60px 40px 60px;
}
@media (max-width: 1440px)
{
    .box-main .news .item
    {
        padding: 20px 30px 40px 30px;
    }
}
@media (max-width: 991px)
{
    .box-main .news .item
    {
        margin-top: 10px;
        padding: 20px 15px;
    }
}
.box-main .news .item .img-box
{
    padding-bottom: 37.36263736%;
}
.box-main .news .item .date
{
    position: relative;

    text-align: center;
}
.box-main .news .item .date .date-pic
{
    position: absolute;
    z-index: 5;
    top: 30px;

    display: none;

    width: 100%;

    text-align: center;
}
.box-main .news .item .date .date-pic img
{
    max-width: 85px;
}
.box-main .news .item .date h4
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;
    font-weight: bold;

    position: relative;
    z-index: 2;

    color: #09357f;
}
.box-main .news .item .date h4:after
{
    display: inline-block;
    display: block;

    width: 15px;
    height: 15px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    border: 3px solid #00a0e9;
    border-radius: 50%;
    background-color: #fff;
}
.box-main .news .item .pic
{
    margin-top: 20px;
}
.box-main .news .item .text h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-main .news .item .text p
{
    font-size: 16px;
    line-height: 1.625;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 20px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-main .news .item .text a.more
{
    font-size: 24px;

    display: block;

    margin-top: 30px;

    text-align: center;

    color: #09357f;
}
.box-main .news .item:hover
{
    /*background: url(../images/news_bg.jpg) no-repeat bottom right #f7f7f7;*/
    background: #f7f7f7;
}
.box-main .news .item:hover .date .date-pic
{
    display: block;

    -webkit-animation: zoomIn .4s 0s ease both;
            animation: zoomIn .4s 0s ease both;
}
.box-main .info .news .list-1
{
    -webkit-animation: fadeInUpBig.4s 0s ease both;
            animation: fadeInUpBig.4s 0s ease both;
}
.box-main .info .news .list-2
{
    -webkit-animation: fadeInUpBig .4s .3s ease both;
            animation: fadeInUpBig .4s .3s ease both;
}
.box-main .info .news .list-3
{
    -webkit-animation: fadeInUpBig .4s .6s ease both;
            animation: fadeInUpBig .4s .6s ease both;
}
.bd_weixin_popup,
.bd_weixin_popup_bg
{
    width: 250px !important;
    height: 300px !important;
}


.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: 60px;
}
@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: 60px;
    margin-right: -4px;

    border-left: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .sub-box .category ul li
    {
        height: 50px;
    }
}
.sub-box .category ul li:last-child
{
    border-right: 1px solid #ddd;
}
.sub-box .category ul li a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    height: 60px;
    padding: 14px 56px;

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

        height: 50px;
        padding: 9px 18px;
    }
}
.sub-box .category ul li.active a,
.sub-box .category ul li:hover a
{
    color: #fff;
    /*background: url(../images/active.jpg) no-repeat center;*/
    /*background-size: cover;*/
    background: #0a367f;
}
.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;
}
.wrap
{
    padding: 40px 0 200px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.wrap-title
{
    overflow: hidden;
}
.title-in
{
    display: inline-block;
    float: left;

    padding-bottom: 4px;
}
@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:rgba(18, 131, 199, 1);
}
@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: #09357f;
}
.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: #09357f;
}
.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: #09357f;
    background-color: #09357f;
}
.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: #09357f;
}
.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: #09357f;
}
.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: #09357f;
    border: 1px dashed #09357f;
    border-radius: 30px;
}
.wrap-right .wrap-more a:hover
{
    color: #fff;
    border-color: #09357f;
    background-color: #09357f;
}
.wrap-about .about
{
    overflow: hidden;

    margin-top: 60px;
}
.wrap-about .left
{
    float: left;

    width: 30%;
}
@media (max-width: 1560px)
{
    .wrap-about .left
    {
        width: 40%;
    }
}
@media (max-width: 991px)
{
    .wrap-about .left
    {
        width: 100%;
    }
}
.wrap-about .left .item .img-box
{
    padding-bottom: 61.56862745%;
}
.wrap-about .left .item p
{
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;

    margin: 0;
    padding: 0 20px;

    background-color: #eee;
}
.wrap-about .left .pic
{
    margin-top: 100px;
}
@media (max-width: 991px)
{
    .wrap-about .left .pic
    {
        margin-top: 50px;
    }
}
.wrap-about .left .pic img
{
    max-width: 100%;
}
@media (max-width: 767px)
{
    .wrap-about .left .pic img
    {
        max-width: 80%;
    }
}
.wrap-about .left .num ul
{
    overflow: hidden;

    margin: 0 -20px;
}
.wrap-about .left .num ul li
{
    position: relative;

    float: left;

    width: 50%;
    margin-top: 30px;
    padding: 0 20px;
}
.wrap-about .left .num ul li:last-child:before
{
    position: absolute;
    top: 30%;
    left: 0;

    display: inline-block;

    width: 1px;
    height: 46px;

    content: '';

    background-color: #ddd;
}
.wrap-about .left .num ul li:last-child h3
{
    color: #2878b8;
}
.wrap-about .left .num h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 90px;
    font-weight: bold;

    margin: 0;

    color: #1b95ce;
}
@media (max-width: 991px)
{
    .wrap-about .left .num h3
    {
        font-size: 40px;
    }
}
.wrap-about .left .num p
{
    font-size: 16px;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-about .left .num p
    {
        font-size: 14px;
    }
}
.wrap-about .left .slick-dots
{
    width: 100%;
    margin-top: 24px;
    padding: 0 15px;

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

        display: none;
    }
}
.wrap-about .left .slick-dots li
{
    display: inline-block;

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

    cursor: pointer;

    border-radius: 50%;
    background-color: #ddd;
}
.wrap-about .left .slick-dots li.slick-active,
.wrap-about .left .slick-dots li:hover
{
    opacity: 1;
    background-color: #09357f;
}
.wrap-about .left .slick-dots li button
{
    display: none;
}
.wrap-about .right
{
    float: left;

    width: 70%;
    padding-left: 80px;
}
@media (max-width: 1560px)
{
    .wrap-about .right
    {
        width: 60%;
        padding-left: 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .right
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-about .right p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-about .right p
    {
        font-size: 15px;
    }
}
.wrap-culture .culture
{
    margin-top: 90px;
}
@media (max-width: 991px)
{
    .wrap-culture .culture
    {
        margin-top: 50px;
    }
}
.wrap-culture .item
{
    display: table;

    width: 100%;
}
@media (max-width: 991px)
{
    .wrap-culture .item
    {
        display: block;
    }
}
.wrap-culture .item .phone-pic
{
    display: none;
}
@media (max-width: 991px)
{
    .wrap-culture .item .phone-pic
    {
        display: block;
    }
}
.wrap-culture .item .pic,
.wrap-culture .item .note
{
    display: table-cell;

    width: 50%;

    vertical-align: middle;

    background-color: #efefef;
}
@media (max-width: 991px)
{
    .wrap-culture .item .pic,
    .wrap-culture .item .note
    {
        display: block;

        width: 100%;
    }
}
@media (max-width: 991px)
{
    .wrap-culture .item .pic
    {
        display: none;
    }
}
.wrap-culture .item .img-box
{
    padding-bottom: 61.76470588%;
}
.wrap-culture .item .note
{
    padding: 30px 70px;
}
@media (max-width: 1199px)
{
    .wrap-culture .item .note
    {
        padding: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-culture .item .note
    {
        padding: 30px 15px;
    }
}
.wrap-culture .item .note h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 46px;

    display: inline-block;
    overflow: hidden;

    margin: 0 0 30px 0;
    padding: 3px 30px 3px 3px;

    color: #09357f;
    border: 1px dashed #b5b5b5;
    border-radius: 50px;
}
@media (max-width: 1560px)
{
    .wrap-culture .item .note h3
    {
        margin-bottom: 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-culture .item .note h3
    {
        font-size: 20px;
    }
}
.wrap-culture .item .note h3 span
{
    font-family: 'Agency FB';
    font-size: 36px;
    line-height: 46px;

    float: left;

    width: 46px;
    height: 46px;
    margin-right: 16px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #09357f;
}
@media (max-width: 991px)
{
    .wrap-culture .item .note h3 span
    {
        font-size: 24px;
    }
}
.wrap-culture .item .note p
{
    font-size: 18px;
    font-weight: bold;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-culture .item .note p
    {
        font-size: 16px;
    }
}
.wrap-culture .item .note a.more
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 48px;

    display: inline-block;

    margin-top: 60px;

    color: #999;
}
@media (max-width: 1560px)
{
    .wrap-culture .item .note a.more
    {
        margin-top: 10px;
    }
}
.wrap-vision .vision
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-vision .vision
    {
        margin-top: 50px;
    }
}
.wrap-vision .item
{
    display: table;

    width: 100%;
}
@media (max-width: 991px)
{
    .wrap-vision .item
    {
        display: block;
    }
}
.wrap-vision .item .phone-pic
{
    display: none;
}
@media (max-width: 991px)
{
    .wrap-vision .item .phone-pic
    {
        display: block;
    }
}
.wrap-vision .item .pic,
.wrap-vision .item .note
{
    display: table-cell;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-vision .item .pic,
    .wrap-vision .item .note
    {
        display: block;

        width: 100%;
    }
}
@media (max-width: 991px)
{
    .wrap-vision .item .pic
    {
        display: none;
    }
}
.wrap-vision .item img
{
    width: 100%;
}
.wrap-vision .item .img-box
{
    padding-bottom: 61.76470588%;
}
.wrap-vision .item:nth-child(2n) .note
{
    padding-left: 0;
}
.wrap-vision .item .note
{
    padding: 30px 40px;
}
@media (max-width: 1560px)
{
    .wrap-vision .item .note
    {
        padding: 20px;
    }
}
@media (max-width: 1199px)
{
    .wrap-vision .item .note
    {
        padding: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-vision .item .note
    {
        padding: 30px 0 50px;
    }
}
.wrap-vision .item .note h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 48px;
    font-weight: bold;
    line-height: 70px;

    display: inline-block;

    vertical-align: middle;
    text-transform: uppercase;

    color: #227fc4;
    border-bottom: 1px solid #227fc4;
}
@media (max-width: 1560px)
{
    .wrap-vision .item .note h3
    {
        font-size: 30px;
        line-height: 50px;
    }
}
.wrap-vision .item .note h3 span
{
    font-family: 'Agency FB';
    font-size: 50px;

    position: relative;

    display: inline-block;

    margin-right: 16px;

    vertical-align: middle;
}
.wrap-vision .item .note h3 span:after
{
    position: absolute;
    bottom: -4px;
    left: 0;

    display: block;

    width: 100%;
    height: 4px;

    content: '';

    background-color: #227fc4;
}
.wrap-vision .item .note h4,
.wrap-vision .item .note h5,
.wrap-vision .item .note p
{
    padding-left: 40px;
}
.wrap-vision .item .note h4
{
    font-size: 32px;
    font-weight: bold;
}
@media (max-width: 1560px)
{
    .wrap-vision .item .note h4
    {
        font-size: 24px;
    }
}
.wrap-vision .item .note h5
{
    font-size: 20px;

    margin-bottom: 50px;
}
@media (max-width: 1560px)
{
    .wrap-vision .item .note h5
    {
        font-size: 18px;

        margin-bottom: 20px;
    }
}
.wrap-vision .item .note p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1560px)
{
    .wrap-vision .item .note p
    {
        font-size: 14px;
        line-height: 1.8;
    }
}
.wrap-mission .mission
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-mission .mission
    {
        margin-top: 50px;
    }
}
.wrap-mission .item
{
    display: table;

    width: 100%;
}
@media (max-width: 991px)
{
    .wrap-mission .item
    {
        display: block;
    }
}
.wrap-mission .item .phone-pic
{
    display: none;
}
@media (max-width: 991px)
{
    .wrap-mission .item .phone-pic
    {
        display: block;
    }
}
.wrap-mission .item .pic,
.wrap-mission .item .note
{
    display: table-cell;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-mission .item .pic,
    .wrap-mission .item .note
    {
        display: block;

        width: 100%;
    }
}
@media (max-width: 991px)
{
    .wrap-mission .item .pic
    {
        display: none;
    }
}
.wrap-mission .item img
{
    width: 100%;
}
.wrap-mission .item .img-box
{
    padding-bottom: 61.76470588%;
}
.wrap-mission .item:nth-child(2n) .note
{
    padding-left: 0;
}
.wrap-mission .item .note
{
    padding: 30px 70px;
}
@media (max-width: 1560px)
{
    .wrap-mission .item .note
    {
        padding: 20px;
    }
}
@media (max-width: 1199px)
{
    .wrap-mission .item .note
    {
        padding: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-mission .item .note
    {
        padding: 30px 0 50px;
    }
}
.wrap-mission .item .note h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 42px;
    font-weight: bold;
    line-height: 48px;

    position: relative;

    display: inline-block;

    padding-bottom: 10px;

    vertical-align: middle;
    text-transform: uppercase;

    color: #227fc4;
    border-bottom: 1px solid #227fc4;
}
@media (max-width: 1560px)
{
    .wrap-mission .item .note h3
    {
        font-size: 34px;
        line-height: 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-mission .item .note h3
    {
        font-size: 24px;
        line-height: 40px;
    }
}
.wrap-mission .item .note h3:after
{
    position: absolute;
    bottom: -3px;
    left: 0;

    display: block;

    width: 70px;
    height: 5px;

    content: '';

    background-color: #227fc4;
}
.wrap-mission .item .note h3 span
{
    font-family: 'Agency FB';
    font-size: 50px;

    position: relative;

    display: inline-block;

    margin-right: 16px;

    vertical-align: middle;
}
.wrap-mission .item .note h4
{
    font-size: 32px;
    font-weight: bold;
}
@media (max-width: 1560px)
{
    .wrap-mission .item .note h4
    {
        font-size: 24px;
    }
}
.wrap-mission .item .note h5
{
    font-size: 20px;

    margin-bottom: 50px;
}
@media (max-width: 1560px)
{
    .wrap-mission .item .note h5
    {
        font-size: 18px;

        margin-bottom: 20px;
    }
}
.wrap-mission .item .note p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1560px)
{
    .wrap-mission .item .note p
    {
        font-size: 14px;
        line-height: 1.8;
    }
}
.wrap-value .value
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-value .value
    {
        margin-top: 50px;
    }
}
.wrap-value .item
{
    display: table;

    width: 100%;
}
@media (max-width: 991px)
{
    .wrap-value .item
    {
        display: block;
    }
}
.wrap-value .item .phone-pic
{
    display: none;
}
@media (max-width: 991px)
{
    .wrap-value .item .phone-pic
    {
        display: block;
    }
}
.wrap-value .item .pic,
.wrap-value .item .note
{
    display: table-cell;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-value .item .pic,
    .wrap-value .item .note
    {
        display: block;

        width: 100%;
    }
}
@media (max-width: 991px)
{
    .wrap-value .item .pic
    {
        display: none;
    }
}
.wrap-value .item img
{
    width: 100%;
}
.wrap-value .item .img-box
{
    padding-bottom: 61.76470588%;
}
.wrap-value .item:nth-child(2n) .note
{
    padding-left: 0;
}
.wrap-value .item:nth-child(2) .note h3:after
{
    width: 36px;
    height: 4px;
}
.wrap-value .item .note
{
    padding: 30px 70px;
}
@media (max-width: 1560px)
{
    .wrap-value .item .note
    {
        padding: 20px;
    }
}
@media (max-width: 1199px)
{
    .wrap-value .item .note
    {
        padding: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-value .item .note
    {
        padding: 30px 0 50px;
    }
}
.wrap-value .item .note h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 42px;
    font-weight: bold;
    line-height: 48px;

    position: relative;

    display: inline-block;

    padding-bottom: 10px;
    padding-left: 50px;

    vertical-align: middle;
    text-transform: uppercase;

    color: #227fc4;
    border-bottom: 1px solid #227fc4;
}
@media (max-width: 1560px)
{
    .wrap-value .item .note h3
    {
        font-size: 34px;
        line-height: 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-value .item .note h3
    {
        font-size: 24px;
        line-height: 40px;
    }
}
.wrap-value .item .note h3:after
{
    position: absolute;
    bottom: -3px;
    left: 0;

    display: block;

    width: 26px;
    height: 56px;

    content: '';

    background-color: #227fc4;
}
@media (max-width: 1560px)
{
    .wrap-value .item .note h3:after
    {
        height: 40px;
    }
}
.wrap-value .item .note h3 span
{
    font-family: 'Agency FB';
    font-size: 50px;

    position: absolute;
    left: 0;

    display: inline-block;

    margin-right: 16px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-value .item .note h3 span
    {
        font-size: 40px;
    }
}
.wrap-value .item .note h4
{
    font-size: 24px;
    font-weight: bold;

    margin-bottom: 50px;
}
@media (max-width: 1560px)
{
    .wrap-value .item .note h4
    {
        margin-bottom: 20px;
    }
}
.wrap-value .item .note p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1560px)
{
    .wrap-value .item .note p
    {
        font-size: 15px;
        line-height: 2;
    }
}
.wrap-concept .concept
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-concept .concept
    {
        margin-top: 50px;
    }
}
.wrap-concept .item
{
    display: table;

    width: 100%;
}
@media (max-width: 991px)
{
    .wrap-concept .item
    {
        display: block;
    }
}
.wrap-concept .item .phone-pic
{
    display: none;
}
@media (max-width: 991px)
{
    .wrap-concept .item .phone-pic
    {
        display: block;
    }
}
.wrap-concept .item .pic,
.wrap-concept .item .note
{
    display: table-cell;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-concept .item .pic,
    .wrap-concept .item .note
    {
        display: block;

        width: 100%;
    }
}
@media (max-width: 991px)
{
    .wrap-concept .item .pic
    {
        display: none;
    }
}
.wrap-concept .item img
{
    width: 100%;
}
.wrap-concept .item .img-box
{
    padding-bottom: 61.76470588%;
}
.wrap-concept .item:nth-child(2n) .note
{
    padding-left: 0;
}
.wrap-concept .item .note
{
    padding: 30px 70px;
}
@media (max-width: 1560px)
{
    .wrap-concept .item .note
    {
        padding: 20px;
    }
}
@media (max-width: 1199px)
{
    .wrap-concept .item .note
    {
        padding: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-concept .item .note
    {
        padding: 30px 0 50px;
    }
}
.wrap-concept .item .note h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;

    position: relative;

    display: inline-block;

    padding-bottom: 10px;

    vertical-align: middle;
    text-transform: uppercase;

    color: #227fc4;
    border-bottom: 1px solid #227fc4;
}
@media (max-width: 1560px)
{
    .wrap-concept .item .note h3
    {
        font-size: 34px;
        line-height: 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-concept .item .note h3
    {
        font-size: 24px;
        line-height: 30px;
    }
}
.wrap-concept .item .note h3:after
{
    position: absolute;
    bottom: -3px;
    left: 0;

    display: block;

    width: 70px;
    height: 5px;

    content: '';

    background-color: #227fc4;
}
.wrap-concept .item .note h3 span
{
    font-family: 'Agency FB';
    font-size: 50px;

    position: relative;

    display: inline-block;

    margin-right: 16px;

    vertical-align: middle;
}
.wrap-concept .item .note h4
{
    font-size: 32px;
    font-weight: bold;
}
@media (max-width: 1560px)
{
    .wrap-concept .item .note h4
    {
        font-size: 24px;
    }
}
.wrap-concept .item .note h5
{
    font-size: 20px;

    margin-bottom: 50px;
}
@media (max-width: 1560px)
{
    .wrap-concept .item .note h5
    {
        font-size: 18px;

        margin-bottom: 20px;
    }
}
.wrap-concept .item .note p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1560px)
{
    .wrap-concept .item .note p
    {
        font-size: 14px;
        line-height: 1.8;
    }
}
.wrap-management .management
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-management .management
    {
        margin-top: 50px;
    }
}
.wrap-management .item
{
    display: table;

    width: 100%;

    background-color: #227fc4;
}
@media (max-width: 991px)
{
    .wrap-management .item
    {
        display: block;
    }
}
.wrap-management .item .phone-pic
{
    display: none;
}
@media (max-width: 991px)
{
    .wrap-management .item .phone-pic
    {
        display: block;
    }
}
.wrap-management .item .pic,
.wrap-management .item .note
{
    display: table-cell;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-management .item .pic,
    .wrap-management .item .note
    {
        display: block;

        width: 100%;
    }
}
@media (max-width: 991px)
{
    .wrap-management .item .pic
    {
        display: none;
    }
}
.wrap-management .item img
{
    width: 100%;
}
.wrap-management .item .img-box
{
    padding-bottom: 61.76470588%;
}
.wrap-management .item .note
{
    position: relative;

    padding: 30px 70px 30px 90px;

    color: #fff;
}
@media (max-width: 1560px)
{
    .wrap-management .item .note
    {
        padding: 20px 20px 20px 70px;
    }
}
@media (max-width: 991px)
{
    .wrap-management .item .note
    {
        padding: 30px 15px 50px 40px;
    }
}
.wrap-management .item .note .left
{
    position: absolute;
    left: 40px;
}
@media (max-width: 991px)
{
    .wrap-management .item .note .left
    {
        left: 20px;
    }
}
.wrap-management .item .note .left span
{
    font-family: 'Agency FB';
    font-size: 100px;
    line-height: 1;

    position: relative;
    z-index: 3;

    display: inline-block;

    margin-right: 16px;

    vertical-align: middle;

    border-bottom: 5px solid #fff;
    background-color: #227fc4;
}
@media (max-width: 1560px)
{
    .wrap-management .item .note .left span
    {
        font-size: 70px;
    }
}
.wrap-management .item .note .right
{
    position: relative;

    padding-left: 70px;
}
@media (max-width: 1560px)
{
    .wrap-management .item .note .right
    {
        padding-left: 50px;
    }
}
.wrap-management .item .note .right:before
{
    position: absolute;
    z-index: 0;
    left: 0;

    display: block;

    width: 1px;
    height: 300%;

    content: '';

    border-left: 1px dashed #fff;
}
.wrap-management .item .note h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 48px;
    font-weight: bold;
    line-height: 52px;

    position: relative;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 1560px)
{
    .wrap-management .item .note h3
    {
        font-size: 34px;
        line-height: 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-management .item .note h3
    {
        font-size: 24px;
        line-height: 30px;
    }
}
.wrap-management .item .note h4
{
    font-size: 26px;
    font-weight: bold;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1560px)
{
    .wrap-management .item .note h4
    {
        font-size: 20px;
    }
}
.wrap-management .item .note h5
{
    font-size: 20px;

    margin: 0;
}
@media (max-width: 1560px)
{
    .wrap-management .item .note h5
    {
        font-size: 18px;

        margin-bottom: 20px;
    }
}
.wrap-management .item .note .text
{
    margin-top: 30px;
}
.wrap-management .item .note p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #c9e8fe;
}
@media (max-width: 1560px)
{
    .wrap-management .item .note p
    {
        font-size: 14px;
        line-height: 1.8;
    }
}
.wrap-management .item .note p span
{
    line-height: 20px;

    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 14px;

    text-align: center;
    vertical-align: middle;

    border: 1px dashed #fff;
    border-radius: 50%;
}
@media (max-width: 1560px)
{
    .wrap-management .item .note p span
    {
        line-height: 16px;

        width: 18px;
        height: 18px;
    }
}
.wrap-development
{
    padding-bottom: 0;
}
.wrap-development .development
{
    padding: 70px 0 200px 0;

    background: url(../images/development_bg.jpg) no-repeat top center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .wrap-development .development
    {
        padding: 50px 0 100px 15px;
    }
}
.wrap-development .development .list-1
{
    padding-left: 50%;
}
@media (max-width: 767px)
{
    .wrap-development .development .list-1
    {
        padding-left: 0;
    }
}
.wrap-development .development .list-1 .item
{
    position: relative;

    min-height: 97px;
    padding: 10px 0;
    padding-left: 70px;

    border-left: 1px solid #d2d2d2;
}
@media (max-width: 767px)
{
    .wrap-development .development .list-1 .item
    {
        padding-left: 40px;
    }
}
.wrap-development .development .list-1 .item .pic
{
    position: absolute;
    top: 0;
    left: -48px;

    width: 97px;
}
.wrap-development .development .list-1 .item .pic img
{
    max-width: 100%;
}
@media (max-width: 767px)
{
    .wrap-development .development .list-1 .item .pic
    {
        left: -30px;

        width: 60px;
    }
}
.wrap-development .development .list-1 .item h3
{
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;

    position: relative;

    display: inline-block;

    margin: 0;
    padding-bottom: 10px;

    border-bottom: 1px solid #eee;
}
@media (max-width: 767px)
{
    .wrap-development .development .list-1 .item h3
    {
        font-size: 24px;
    }
}
.wrap-development .development .list-1 .item h3:after
{
    position: absolute;
    bottom: -3px;
    left: 0;

    display: block;

    width: 50px;
    height: 5px;

    content: '';

    background-color: #fde016;
}
.wrap-development .development .list-1 .item h3 span
{
    font-size: 20px;

    display: inline-block;

    margin-left: 14px;

    color: #1d95ce;
}
.wrap-development .development .list-1 .item p
{
    font-size: 16px;
    line-height: 2;

    margin: 4px 0;
}
@media (max-width: 767px)
{
    .wrap-development .development .list-1 .item p
    {
        font-size: 15px;
    }
}
.wrap-development .development .list-2
{
    padding-right: 50%;

    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-development .development .list-2
    {
        padding-right: 0;
    }
}
.wrap-development .development .list-2 .item
{
    margin-right: -1px;
    padding: 30px 40px;

    border-right: 1px solid #d2d2d2;
}
@media (max-width: 767px)
{
    .wrap-development .development .list-2 .item
    {
        padding: 30px 20px 30px 30px;

        text-align: left;

        border-right: none;
        border-left: 1px solid #d2d2d2;
    }
}
.wrap-development .development .list-2 .item p
{
    font-size: 16px;
    line-height: 2;

    position: relative;
}
@media (max-width: 767px)
{
    .wrap-development .development .list-2 .item p
    {
        font-size: 15px;
    }
}
.wrap-development .development .list-2 .item p:after
{
    position: absolute;
    top: 9px;
    right: -47px;

    display: block;

    width: 14px;
    height: 14px;

    content: '';

    border: 2px solid #f00;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-development .development .list-2 .item p:after
    {
        right: auto;
        left: -37px;
    }
}
.wrap-development .development ul li:last-child .list-2 .item
{
    padding-bottom: 0;
}
.wrap-honor .honor
{
    position: relative;

    overflow: hidden;

    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-honor .honor
    {
        margin-top: 20px;
    }
}
.wrap-honor .honor:before
{
    position: absolute;
    top: 57px;
    right: 0;
    left: 0;

    display: inline-block;

    width: 80%;
    height: 1px;
    margin: auto;

    content: '';

    border-top: 1px dashed #c9c9c9;
}
.wrap-honor .item
{
    position: relative;
    z-index: 3;

    padding: 0 24px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-honor .item:after
{
    position: absolute;
    z-index: 4;
    top: 50px;
    right: 0;
    left: 0;

    display: inline-block;

    width: 15px;
    height: 15px;
    margin: auto;

    content: '';

    border: 3px solid #f00;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-honor .item .picicon
{
    position: relative;
    z-index: 5;

    width: 74px;
    margin: 20px auto;

    opacity: 0;
}
.wrap-honor .item .picicon img
{
    max-width: 100%;
}
.wrap-honor .item .pic .img-box
{
    padding-bottom: 64.5%;
}
.wrap-honor .item p
{
    font-size: 16px;
    line-height: 58px;

    display: -webkit-box;
    overflow: hidden;

    height: 58px;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-honor .item:hover
{
    background-color: #eee;
}
.wrap-honor .item:hover p
{
    color: #09357f;
}
.wrap-honor .item:hover .picicon
{
    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;

    opacity: 1;
}
.wrap-honor .slick-dots
{
    width: 100%;
    margin-top: 140px;
    padding: 0 15px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-honor .slick-dots
    {
        margin-top: 50px;

        text-align: center;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .slick-dots
    {
        margin-top: 30px;
    }
}
.wrap-honor .slick-dots li
{
    position: relative;

    display: inline-block;

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

    cursor: pointer;

    border-radius: 50%;
    background-color: #c9c9c9;
}
.wrap-honor .slick-dots li.slick-active,
.wrap-honor .slick-dots li:hover
{
    opacity: 1;
    background-color: #09357f;
    background-color: #ff0606;
}
.wrap-honor .slick-dots li.slick-active:before,
.wrap-honor .slick-dots li:hover:before
{
    position: absolute;
    top: -5px;
    left: -5px;

    display: inline-block;

    width: 17px;
    height: 17px;

    content: '';

    background: url(../images/round-06.png) no-repeat;
}
.wrap-honor .slick-dots li button
{
    display: none;
}
.wrap-honor .slick-qualification
{
    max-width: 840px;
    margin: 0 auto;
}
.fancybox-skin
{
    padding: 0 !important;
}
.fancybox-nav span
{
    left: -80px;

    visibility: visible;

    background: none;
}
@media (max-width: 991px)
{
    .fancybox-nav span
    {
        left: -14px;
    }
}
.fancybox-nav span:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 50px;

    display: block;

    width: 50px;
    height: 50px;

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

    color: #fff;
    border: 1px dashed #fff;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .fancybox-nav span:before
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.fancybox-nav.fancybox-next span
{
    right: -80px;
    left: auto;
}
@media (max-width: 991px)
{
    .fancybox-nav.fancybox-next span
    {
        right: -20px;
    }
}
.fancybox-nav.fancybox-next span:before
{
    content: '\e827';
}
.fancybox-close
{
    right: -80px;

    background: none;
}
@media (max-width: 991px)
{
    .fancybox-close
    {
        top: -40px;
        right: 0;
    }
}
.fancybox-close svg
{
    display: none;
}
.fancybox-close:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    display: block;

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

    color: #fff;
}
.fancybox-overlay
{
    background: rgba(0, 0, 0, .8);
}
.wrap-news .news-top ul li
{
    overflow: hidden;

    padding: 40px 0;

    border-bottom: 1px dashed #dcdcdc;
}
.wrap-news .news-top ul li .pic
{
    float: left;

    width: 34%;
}
@media (max-width: 1199px)
{
    .wrap-news .news-top ul li .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news-top ul li .pic
    {
        width: 100%;
    }
}
.wrap-news .news-top ul li .pic .img-box
{
    padding-bottom: 37.36263736%;
}
.wrap-news .news-top ul li .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news-top ul li .text
{
    float: left;

    width: 66%;
    padding-left: 40px;
}
@media (max-width: 1199px)
{
    .wrap-news .news-top ul li .text
    {
        width: 60%;
        padding-left: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news-top ul li .text
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-news .news-top ul li .text h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-news .news-top ul li .text h3
    {
        margin: 0 0 4px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news-top ul li .text h3
    {
        font-size: 20px;
    }
}
.wrap-news .news-top ul li .text span
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;
    font-weight: bold;

    color: #09357f;
}
.wrap-news .news-top ul li .text a
{
    display: block;
}
.wrap-news .news-top ul li .text p
{
    font-size: 16px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 96px;
    margin: 30px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px)
{
    .wrap-news .news-top ul li .text p
    {
        margin: 10px 0 0 0;
    }
}
.wrap-news .news-top ul li:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news
{
    overflow: hidden;
}
.wrap-news .news ul
{
    margin: 0 -30px;
}
.wrap-news .news ul li
{
    float: left;

    width: 50%;
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-news .news ul li
    {
        width: 100%;
    }
}
.wrap-news .news .item
{
    position: relative;

    min-height: 110px;
    margin-top: 60px;
    padding-left: 140px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        margin-top: 30px;
        padding-left: 100px;
    }
}
.wrap-news .news .item .date
{
    position: absolute;
    top: 0;
    left: 0;

    width: 110px;
    height: 110px;

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

    border: 1px dashed #09357f;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date
    {
        width: 80px;
        height: 80px;
    }
}
.wrap-news .news .item .date h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 50px;
    font-weight: bold;
    line-height: 1;

    margin: 20px 0 0 0;

    color: #09357f;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date h3
    {
        font-size: 30px;

        margin: 16px 0 0 0;
    }
}
.wrap-news .news .item .date p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 14px;

    color: #09357f;
}
.wrap-news .news .item .text h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #09357f;

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

    display: -webkit-box;
    overflow: hidden;

    height: 56px;
    margin: 20px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text p
    {
        margin: 10px 0 0 0;
    }
}
.wrap-news .news .item .text a
{
    display: block;
}
.wrap-news .news .item:hover .date
{
    background-color: #09357f;
}
.wrap-news .news .item:hover .date h3,
.wrap-news .news .item:hover .date p
{
    color: #fff;
}
.wrap-news .news .item:hover .text p
{
    color: #09357f;
}
.wrap-news-show
{
    padding-bottom: 80px;
}
@media (max-width: 1199px)
{
    .wrap-news-show
    {
        padding-bottom: 0;
    }
}
.wrap-news-show .location
{
    float: none;
}
.wrap-news-show .location:before
{
    display: none;
}
.wrap-news-show .title-news h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33333333;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-news-show .title-news h3
    {
        font-size: 22px;
    }
}
.wrap-news-show .info
{
    overflow: hidden;

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

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.wrap-news-show .info .left
{
    float: left;

    width: 30%;
}
@media (max-width: 767px)
{
    .wrap-news-show .info .left
    {
        width: 100%;
    }
}
.wrap-news-show .info .left span
{
    line-height: 30px;
}
.wrap-news-show .info .right
{
    float: right;

    width: 70%;
}
@media (max-width: 767px)
{
    .wrap-news-show .info .right
    {
        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: 30px;
    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: #09357f;
}
.wrap-news-show .info .right .return
{
    float: right;

    margin-left: 90px;
}
@media (max-width: 767px)
{
    .wrap-news-show .info .right .return
    {
        margin-left: 10px;
    }
}
.wrap-news-show .info .right .return a
{
    line-height: 30px;

    display: inline-block;

    color: #d70c18;
}
.wrap-news-show .info .right .return a:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e62c';
}
.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: 25px;

    display: inline-block;

    width: 30px;
    height: 30px;

    content: '\e62d';
    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: #09357f;
}
.wrap-news-show .info .right .bdsharebuttonbox .bds_qzone:before
{
    font-size: 22px;

    content: '\e62d';
}
.wrap-news-show .info .right .bdsharebuttonbox .bds_tsina:before
{
    content: '\e62b';
}
.wrap-news-show .info .right .bdsharebuttonbox .bds_weixin:before
{
    content: '\e604';
}
.wrap-news-show .info .right .bdsharebuttonbox .bds_mshare:before
{
    content: '\e61b';
}
.wrap-news-show .news-show .text
{
    font-size: 16px;
    line-height: 2;

    overflow: hidden;
}
@media (max-width: 1560px)
{
    .wrap-news-show .news-show .text
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .text
    {
        font-size: 15px;

        margin-top: 0;
    }
}
.wrap-news-show .news-show .text p
{
    margin: 0;

    text-indent: 2em;

    color: #666;
}
.wrap-news-show .news-show .text img
{
    max-width: 100%;
}
.wrap-news-show .news-show .text .img-box
{
    padding-bottom: 50%;
}
.wrap-news-show .news-show .text .img-box iframe
{
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 80%;
    height: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .text .img-box iframe
    {
        width: 100%;
    }
}
.wrap-news-show .news-show .keyword
{
    margin-top: 70px;
    padding: 14px 0;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .keyword
    {
        margin-top: 50px;
    }
}
.wrap-news-show .news-show .keyword p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
.wrap-news-show .news-show .relate
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .relate
    {
        margin-top: 40px;
    }
}
.wrap-news-show .news-show .relate ul
{
    overflow: hidden;
}
.wrap-news-show .news-show .relate li
{
    margin-top: 10px;
}
.wrap-news-show .news-show .relate a
{
    font-size: 16px;
    line-height: 40px;

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

    height: 40px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-show .relate a span
{
    line-height: 40px;

    display: inline-block;

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

    border: 1px dashed #09357f;
    border-radius: 50px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .relate a span
    {
        margin-right: 14px;
    }
}
.wrap-news-show .news-show .relate a:hover
{
    color: #09357f;
}
.wrap-news-show .wrap-erweima
{
    overflow: hidden;

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

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.wrap-news-show .wrap-erweima .pic
{
    float: left;

    width: 30%;
}
.wrap-news-show .wrap-erweima .note
{
    float: left;

    width: 70%;
    padding-left: 30px;
}
.wrap-news-show .wrap-erweima .note h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0 0 18px 0;

    color: #09357f;
}
.wrap-news-show .wrap-erweima .note p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;
}
.wrap-industry .text
{
    padding-top: 40px;
}
.wrap-industry .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-industry .text p
    {
        font-size: 15px;
    }
}
.wrap-industry .title-industry
{
    text-align: center;
}
.wrap-industry .title-industry h3
{
    font-size: 42px;
    line-height: 1.42857143;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-industry .title-industry h3
    {
        font-size: 24px;
    }
}
.wrap-industry .title-industry h3:after
{
    display: block;

    width: 82px;
    height: 5px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background: url(../images/line-2.png) no-repeat;
}
.wrap-industry .team,
.wrap-industry .results,
.wrap-industry .technology,
.wrap-industry .protect,
.wrap-industry .honor
{
    margin-top: 50px;
}
.wrap-industry .team .note,
.wrap-industry .results .note,
.wrap-industry .technology .note,
.wrap-industry .protect .note,
.wrap-industry .honor .note
{
    margin-top: 30px;
}
.wrap-industry .team p,
.wrap-industry .results p,
.wrap-industry .technology p,
.wrap-industry .protect p,
.wrap-industry .honor p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-industry .team p,
    .wrap-industry .results p,
    .wrap-industry .technology p,
    .wrap-industry .protect p,
    .wrap-industry .honor p
    {
        font-size: 15px;
    }
}
.wrap-industry .team .note h4
{
    font-size: 32px;
    line-height: 54px;

    display: inline-block;

    padding: 0 26px;

    color: #09357f;
    border: 1px solid #dcdcdc;
    border-radius: 50px;
}
@media (max-width: 991px)
{
    .wrap-industry .team .note h4
    {
        font-size: 24px;
    }
}
.wrap-industry .results ul
{
    margin-top: 30px;
}
.wrap-industry .results ul li
{
    position: relative;

    padding: 20px 40px 20px 90px;
}
@media (max-width: 991px)
{
    .wrap-industry .results ul li
    {
        padding: 20px 15px 20px 50px;
    }
}
.wrap-industry .results ul li span
{
    font-family: Impact;
    font-size: 60px;

    position: absolute;
    top: 20px;
    left: 0;

    display: block;

    width: 60px;

    text-align: center;

    color: #61b6d8;
}
@media (max-width: 991px)
{
    .wrap-industry .results ul li span
    {
        font-size: 30px;

        width: 40px;
    }
}
.wrap-industry .results ul li:nth-child(2n+1)
{
    background-color: #fbfbfb;
}
.wrap-industry .results ul li h4
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-industry .results ul li h4
    {
        font-size: 20px;
    }
}
.wrap-industry .results ul li p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 14px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-industry .results ul li p
    {
        font-size: 15px;
    }
}
.wrap-industry .technology
{
    padding: 50px 15px;

    background-color: #fbfbfb;
}
.wrap-industry .protect .note h3
{
    font-size: 32px;
    font-weight: bold;
}
@media (max-width: 991px)
{
    .wrap-industry .protect .note h3
    {
        font-size: 24px;
    }
}
.wrap-industry .protect .note h4
{
    font-size: 24px;
    font-weight: bold;

    color: #61b6d8;
}
.wrap-industry .protect .title-pic
{
    margin-top: 50px;
}
.wrap-industry .protect .title-pic h3
{
    font-size: 32px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-industry .protect .title-pic h3
    {
        font-size: 24px;
    }
}
.wrap-industry .protect .pic
{
    font-size: 0;

    text-align: center;
}
.wrap-industry .protect .pic .list
{
    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-industry .protect .pic .item
{
    margin-top: 40px;
}
.wrap-industry .protect .pic .item .img-box
{
    padding-bottom: 66.7896679%;
}
.wrap-industry .protect .pic .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-industry .protect .pic .item p a
{
    font-size: 24px;
    line-height: 56px;

    display: inline-block;
    overflow: hidden;

    height: 56px;
    margin: 24px 0 0 0;
    padding: 0 30px;

    border: 1px solid #d2d2d2;
    border-radius: 50px;
}
@media (max-width: 991px)
{
    .wrap-industry .protect .pic .item p a
    {
        font-size: 14px;
        line-height: 46px;

        height: 46px;
        margin: 20px 0 0 0;
        padding: 0 10px;
    }
}
.wrap-industry .protect .pic .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-industry .protect .pic .item:hover p a
{
    color: #09357f;
    border-color: #09357f;
}
.wrap-industry .honor .title-honor
{
    margin-top: 30px;
}
.wrap-industry .honor .title-honor h3
{
    font-size: 32px;
    font-weight: bold;
}
@media (max-width: 991px)
{
    .wrap-industry .honor .title-honor h3
    {
        font-size: 24px;
    }
}
.wrap-industry .honor .info
{
    overflow: hidden;

    margin-top: 40px;
}
.wrap-industry .honor .info .left
{
    float: left;

    width: 70%;
}
@media (max-width: 991px)
{
    .wrap-industry .honor .info .left
    {
        width: 100%;
    }
}
.wrap-industry .honor .info .right
{
    float: left;

    width: 30%;
    padding-left: 80px;
}
@media (max-width: 991px)
{
    .wrap-industry .honor .info .right
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-industry .honor .info .right img
{
    max-width: 100%;
}
.in-more
{
    margin-top: 50px;

    text-align: center;
}
.in-more a
{
    font-size: 16px;
    line-height: 54px;

    display: inline-block;

    padding: 0 40px;

    border: 1px solid #c9c9c9;
    border-radius: 50px;
}
.in-more a:hover
{
    color: #fff;
    background: #09357f;
}
.wrap-agricultural .text
{
    margin-top: 40px;
}
.wrap-agricultural p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-agricultural p
    {
        font-size: 15px;
    }
}
.wrap-agricultural h3
{
    font-size: 42px;
}
@media (max-width: 991px)
{
    .wrap-agricultural h3
    {
        font-size: 24px;
    }
}
.wrap-agricultural .pic .img-box
{
    margin-top: 30px;
    padding-bottom: 66.7896679%;
}
.wrap-agricultural .info
{
    overflow: hidden;
}
.wrap-agricultural .info .inote
{
    float: left;

    width: 70%;
}
@media (max-width: 991px)
{
    .wrap-agricultural .info .inote
    {
        width: 100%;
    }
}
.wrap-agricultural .info .ipic
{
    float: left;

    width: 30%;
    padding-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-agricultural .info .ipic
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-agricultural .info .ipic img
{
    max-width: 100%;
}
.wrap-tourism .text,
.wrap-animal .text,
.wrap-electricity .text
{
    margin-top: 40px;
}
.wrap-tourism p,
.wrap-animal p,
.wrap-electricity p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-tourism p,
    .wrap-animal p,
    .wrap-electricity p
    {
        font-size: 15px;
    }
}
.wrap-tourism .tcase,
.wrap-animal .tcase,
.wrap-electricity .tcase
{
    margin-top: 60px;
}
.wrap-tourism .row,
.wrap-animal .row,
.wrap-electricity .row
{
    margin-top: 30px;
}
.wrap-tourism .title-tcase,
.wrap-animal .title-tcase,
.wrap-electricity .title-tcase
{
    text-align: center;
}
.wrap-tourism .title-tcase h3,
.wrap-animal .title-tcase h3,
.wrap-electricity .title-tcase h3
{
    font-size: 42px;
    line-height: 1.42857143;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-tourism .title-tcase h3,
    .wrap-animal .title-tcase h3,
    .wrap-electricity .title-tcase h3
    {
        font-size: 24px;
    }
}
.wrap-tourism .title-tcase h3:after,
.wrap-animal .title-tcase h3:after,
.wrap-electricity .title-tcase h3:after
{
    display: block;

    width: 82px;
    height: 5px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background: url(../images/line-2.png) no-repeat;
}
.wrap-tourism .pic .img-box,
.wrap-animal .pic .img-box,
.wrap-electricity .pic .img-box
{
    margin-top: 30px;
    padding-bottom: 66.7896679%;
}
.wrap-electricity .text
{
    overflow: hidden;
}
.wrap-electricity .text .left
{
    float: left;

    width: 58%;
}
@media (max-width: 991px)
{
    .wrap-electricity .text .left
    {
        width: 100%;
    }
}
.wrap-electricity .text .left .in-more
{
    text-align: left;
}
.wrap-electricity .text .right
{
    float: left;

    width: 42%;
    padding-left: 6%;
}
@media (max-width: 991px)
{
    .wrap-electricity .text .right
    {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
}
.wrap-electricity .text .right img
{
    max-width: 100%;
}
.wrap-model
{
    padding-top: 0;
}
.wrap-model .title-model
{
    text-align: center;
}
.wrap-model .title-model h3
{
    font-size: 32px;
    font-weight: bold;

    margin: 0;

    color: #09357f;
}
@media (max-width: 991px)
{
    .wrap-model .title-model h3
    {
        font-size: 24px;
    }
}
.wrap-model .title-model h3:after
{
    display: block;

    width: 32px;
    height: 7px;
    margin: 14px auto;

    content: '';

    background-color: #fde016;
}
.wrap-model .title-model p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;

    margin: 0;

    color: #09357f;
}
@media (max-width: 991px)
{
    .wrap-model .title-model p
    {
        font-size: 14px;
    }
}
.wrap-model .model
{
    padding: 60px 0;

    background-color: #f7f7f7;
}
.wrap-model .model .text
{
    margin-top: 30px;
}
.wrap-model .model .text h4
{
    font-size: 22px;
    line-height: 40px;

    color: #09357f;
}
@media (max-width: 991px)
{
    .wrap-model .model .text h4
    {
        font-size: 18px;
    }
}
.wrap-model .model .text h4 span
{
    line-height: 40px;

    display: inline-block;

    margin-right: 24px;
    padding: 0 16px;

    color: #fff;
    border-radius: 30px;
    background-color: #09357f;
}
@media (max-width: 991px)
{
    .wrap-model .model .text h4 span
    {
        margin-right: 10px;
    }
}
.wrap-model .model .text img
{
    max-width: 100%;
    margin-top: 30px;
}
.wrap-model .model1
{
    padding-top: 60px;
}
.wrap-model .model1 .text
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .wrap-model .model1 .text
    {
        margin-top: 30px;
    }
}
.wrap-model .model1 .text img
{
    max-width: 100%;
}
.wrap-model .model1 .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
.wrap-model .model1 .text h5
{
    font-size: 18px;
    line-height: 2;

    padding: 20px 70px;

    color: #fff;
    background-color: #09357f;
}
@media (max-width: 991px)
{
    .wrap-model .model1 .text h5
    {
        font-size: 15px;

        padding: 20px;
    }
}
.wrap-park .title-park
{
    text-align: center;
}
.wrap-park .title-park h3
{
    font-size: 32px;
    font-weight: bold;
    line-height: 58px;

    display: inline-block;

    padding: 0 40px;

    color: #09357f;
    border: 1px dashed #aaa;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .wrap-park .title-park h3
    {
        font-size: 24px;
    }
}
.wrap-park .park
{
    padding-bottom: 80px;
}
.wrap-park .park .text
{
    margin-top: 40px;
}
.wrap-park .park .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-park .park .info
{
    overflow: hidden;

    margin-top: 80px;
}
.wrap-park .park .info .pic,
.wrap-park .park .info .note
{
    float: left;

    width: 50%;
}
@media (max-width: 991px)
{
    .wrap-park .park .info .pic,
    .wrap-park .park .info .note
    {
        float: none;

        width: 100%;
    }
}
.wrap-park .park .info .pic
{
    padding-right: 30px;
}
.wrap-park .park .info .pic img
{
    max-width: 100%;
}
@media (max-width: 991px)
{
    .wrap-park .park .info .note
    {
        margin-top: 30px;
    }
}
.wrap-park .park .info .note h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 2;

    display: inline-block;

    margin: 0;

    border-bottom: 1px solid #fee115;
}
.wrap-park .park .info .note ul
{
    font-size: 0;

    margin-top: 60px;
    padding-left: 20px;
}
.wrap-park .park .info .note ul li
{
    display: block;

    margin-top: -10px;
}
.wrap-park .park .info .note ul li .item
{
    position: relative;

    padding-bottom: 20px;
    padding-left: 40px;

    border-left: 1px solid #227fc4;
}
.wrap-park .park .info .note ul li .item span
{
    font-family: 'Agency FB';
    font-size: 20px;
    line-height: 32px;

    position: absolute;
    top: -5px;
    left: -16px;

    width: 32px;
    height: 32px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #227fc4;
}
.wrap-park .park .info .note ul li .item h3
{
    font-size: 24px;
    line-height: 1.25;

    margin: 0 0 14px 0;
}
.wrap-park .park .info .note ul li .item p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
.wrap-park .park .info .note ul li:last-child .item
{
    border-left: none;
}
.wrap-park .park1
{
    padding: 50px 0;

    background-color: #f8f8f8;
}
.wrap-park .park1 img
{
    max-width: 100%;
}
.wrap-park .case
{
    padding-top: 50px;
}
.wrap-park .case .item
{
    margin-top: 60px;
    padding: 20px 20px 0 20px;

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

    background-color: #eee;
}
@media (max-width: 991px)
{
    .wrap-park .case .item
    {
        margin-top: 30px;
        padding: 10px 10px 0 10px;
    }
}
.wrap-park .case .item .img-box
{
    padding-bottom: 62%;
}
.wrap-park .case .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-park .case .item p
{
    font-size: 22px;
    font-weight: bold;
    line-height: 70px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-park .case .item p
    {
        font-size: 18px;
        line-height: 50px;
    }
}
.wrap-park .case .item p a
{
    position: relative;

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

    padding-right: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-park .case .item p a:after
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 40px;
    font-weight: normal;

    position: absolute;
    right: 0;

    content: '+';

    color: #09357f;
}
.wrap-park .case .item:hover
{
    background-color: #09357f;
}
.wrap-park .case .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-park .case .item:hover p
{
    color: #fff;
}
.wrap-park .case .item:hover p a:after
{
    color: #fff;
}
.wrap-park .case .more
{
    margin-top: 100px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-park .case .more
    {
        margin-top: 50px;
    }
}
.wrap-park .case .more a
{
    font-size: 20px;
    line-height: 76px;

    display: inline-block;

    height: 76px;
    padding: 0 66px;

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

    color: #fff;
    border-radius: 50px;
    background-color: #227fc4;
}
@media (max-width: 991px)
{
    .wrap-park .case .more a
    {
        font-size: 16px;
        line-height: 50px;

        height: 50px;
        padding: 0 40px;
    }
}
.wrap-park .case .more a:hover
{
    background-color: #09357f;
}
.wrap-case
{
    padding-top: 0;
}
.wrap-case .case .item
{
    margin-top: 40px;
    padding: 20px 20px 0 20px;

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

    background-color: #eee;
}
@media (max-width: 991px)
{
    .wrap-case .case .item
    {
        margin-top: 30px;
        padding: 10px 10px 0 10px;
    }
}
.wrap-case .case .item .img-box
{
    padding-bottom: 62%;
}
.wrap-case .case .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-case .case .item p
{
    font-size: 22px;
    font-weight: bold;
    line-height: 70px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-case .case .item p
    {
        font-size: 18px;
        line-height: 50px;
    }
}
.wrap-case .case .item p a
{
    position: relative;

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

    padding-right: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-case .case .item p a:after
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 40px;
    font-weight: normal;

    position: absolute;
    right: 0;

    content: '+';

    color: #09357f;
}
.wrap-case .case .item:hover
{
    background-color: #09357f;
}
.wrap-case .case .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case .case .item:hover p
{
    color: #fff;
}
.wrap-case .case .item:hover p a:after
{
    color: #fff;
}
.wrap-case-show
{
    padding-bottom: 80px;
}
@media (max-width: 1199px)
{
    .wrap-case-show
    {
        padding-bottom: 0;
    }
}
.wrap-case-show .location
{
    float: none;
}
.wrap-case-show .location:before
{
    display: none;
}
.wrap-case-show .wrap-left,
.wrap-case-show .wrap-right
{
    margin-top: 30px;
}
.wrap-case-show .case-show .img-box
{
    padding-bottom: 62.01022147%;
}
.wrap-case-show .case-show .slider-nav
{
    margin-top: 20px;
    padding: 0 100px;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-show .slider-nav
    {
        padding: 0 40px;
    }
}
.wrap-case-show .case-show .slider-nav .slick-slide
{
    padding: 0 10px;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-show .slider-nav .slick-slide
    {
        padding: 0 4px;
    }
}
.wrap-case-show .case-show .slider-nav .slick-slide .item
{
    border: 4px solid #fff;
}
.wrap-case-show .case-show .slider-nav .slick-current .item
{
    border: 4px solid #d70c18;
}
.wrap-case-show .case-show .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;

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

    background: none;
}
.wrap-case-show .case-show .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 60px;

    display: block;

    width: 60px;
    height: 60px;

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

    color: #09357f;
    border: 1px dashed #bdbdbd;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-show .slick-arrow:before
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.wrap-case-show .case-show .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-case-show .case-show .slick-arrow.slick-next:before
{
    content: '\e827';
}
.wrap-case-show .case-show .slick-arrow:hover:before
{
    color: #fff;
    border-color: #09357f;
    background-color: #09357f;
}
.wrap-case-show .case-show .text
{
    overflow: hidden;

    margin-top: 50px;
    padding-bottom: 60px;

    border-bottom: 1px solid #eee;
}
.wrap-case-show .case-show .text h3
{
    font-size: 32px;
    font-weight: bold;

    margin: 0 0 20px 0;

    color: #09357f;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-show .text h3
    {
        font-size: 24px;
    }
}
.wrap-case-show .case-show .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-show .text p
    {
        font-size: 16px;
    }
}
.wrap-case-show .case-show .text img
{
    max-width: 100%;
}
.wrap-case-show .case-show .keyword
{
    margin-top: 70px;
    padding: 14px 0;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-show .keyword
    {
        margin-top: 50px;
    }
}
.wrap-case-show .case-show .keyword p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
.wrap-case-show .case-show .relate
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-show .relate
    {
        margin-top: 40px;
    }
}
.wrap-case-show .case-show .relate ul
{
    overflow: hidden;
}
.wrap-case-show .case-show .relate li
{
    margin-top: 10px;
}
.wrap-case-show .case-show .relate a
{
    font-size: 16px;
    line-height: 40px;

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

    height: 40px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-case-show .case-show .relate a span
{
    line-height: 40px;

    display: inline-block;

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

    border: 1px dashed #09357f;
    border-radius: 50px;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-show .relate a span
    {
        margin-right: 14px;
    }
}
.wrap-case-show .case-show .relate a:hover
{
    color: #09357f;
}
.wrap-case-show .case-show .relate-case
{
    margin-top: 100px;
}
.wrap-case-show .case-show .relate-case .title-case
{
    overflow: hidden;
}
.wrap-case-show .case-show .relate-case .title-case h3
{
    font-size: 24px;
    font-weight: bold;

    display: inline-block;

    margin: 0;

    color: #09357f;
}
.wrap-case-show .case-show .relate-case .title-case a.more
{
    font-size: 16px;
    line-height: 24px;

    display: inline-block;
    float: right;

    color: #09357f;
}
.wrap-case-show .case-show .relate-case .item
{
    margin-top: 40px;
}
.wrap-case-show .case-show .relate-case .item .img-box
{
    padding-bottom: 61.74863388%;
}
.wrap-case-show .case-show .relate-case .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-case-show .case-show .relate-case .item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-case-show .case-show .relate-case .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case-show .wrap-erweima
{
    overflow: hidden;

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

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.wrap-case-show .wrap-erweima .pic
{
    float: left;

    width: 30%;
}
.wrap-case-show .wrap-erweima .note
{
    float: left;

    width: 70%;
    padding-left: 30px;
}
.wrap-case-show .wrap-erweima .note h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0 0 18px 0;

    color: #09357f;
}
.wrap-case-show .wrap-erweima .note p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;
}
.wrap-talent .text
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-talent .text
    {
        margin-top: 40px;
    }
}
.wrap-talent .text h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 2;

    margin: 0;

    color: #09357f;
}
.wrap-talent .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-talent .text p
    {
        font-size: 16px;
    }
}
.wrap-talent .pic ul
{
    overflow: hidden;

    margin: 0 -50px;
}
@media (max-width: 1560px)
{
    .wrap-talent .pic ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-talent .pic ul
    {
        margin: 0 -15px;
    }
}
@media (max-width: 767px)
{
    .wrap-talent .pic ul
    {
        margin: 0 -8px;
    }
}
.wrap-talent .pic ul li
{
    float: left;

    width: 33.33333333%;
    padding: 0 50px;
}
@media (max-width: 1560px)
{
    .wrap-talent .pic ul li
    {
        padding: 0 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-talent .pic ul li
    {
        padding: 0 15px;
    }
}
@media (max-width: 991px)
{
    .wrap-talent .pic ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-talent .pic ul li
    {
        padding: 0 8px;
    }
}
.wrap-talent .pic .item
{
    margin-top: 90px;
    padding: 30px;

    border: 1px dashed #b5b5b5;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .wrap-talent .pic .item
    {
        padding: 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-talent .pic .item
    {
        margin-top: 30px;
    }
}
.wrap-talent .pic .item .img-box
{
    z-index: 9;

    overflow: hidden;

    border-radius: 50%;
}
.wrap-talent .pic .item .img-box img
{
    border-radius: 50%;
}
.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: #09357f;
}
.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 .tlist
{
    overflow: hidden;
}
.wrap-job .job .list > ul > li .tlist .titem
{
    font-size: 16px;

    display: inline-block;

    width: 12%;
    margin-right: -4px;
    padding: 0 20px;

    text-align: center;
    vertical-align: middle;

    border-left: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .wrap-job .job .list > ul > li .tlist .titem
    {
        width: 20%;
        min-height: 94px;
    }
}
.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:first-child,
.wrap-job .job .list > ul > li .tlist .titem:nth-child(5)
{
    width: 32%;
}
@media (max-width: 991px)
{
    .wrap-job .job .list > ul > li .tlist .titem:first-child,
    .wrap-job .job .list > ul > li .tlist .titem:nth-child(5)
    {
        width: 20%;
    }
}
.wrap-job .job .list > ul > li .tlist .titem:nth-child(6)
{
    text-align: right;

    color: #09357f;
}
.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;

    word-break: break-all;
}
@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: 4px 0;
    }
}
.wrap-job .job .list > ul > li .tlist .titem a.more:after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: 10px;

    content: '';
    vertical-align: middle;

    border-width: 0 4px 4px 4px;
    border-style: solid;
    border-color: transparent transparent #d70c18 transparent;
}
.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 .note
{
    display: none;

    padding: 30px 50px;

    border-top: 1px solid #ddd;
    background-color: #efefef;
}
.wrap-job .job .list > ul > li .note p
{
    display: inline-block;

    margin: 0 28px 16px 28px;
}
.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: #09357f;
}
.wrap-job .message
{
    position: fixed;
    z-index: 11;
    top: 5%;
    left: 0;

    display: none;
    overflow-y: auto;

    width: 100%;
    max-height: 90%;
}
@media (max-width: 991px)
{
    .wrap-job .message
    {
        padding: 0 15px 15px 15px;
    }
}
.wrap-job .message .messageinfo
{
    overflow: hidden;

    max-width: 1130px;
    height: 100%;
    margin: 0 auto;
    padding: 0 70px 30px 70px;

    background-color: #fff;
}
.wrap-job .message .col-xs-12
{
    margin-top: 10px;
}
.wrap-job .message form
{
    margin-top: 30px;
}
.wrap-job .message .title-message
{
    padding: 20px 0;

    border-bottom: 1px solid #ddd;
}
.wrap-job .message .title-message h3
{
    font-size: 18px;
    line-height: 2;

    display: inline-block;

    margin: 0;
}
.wrap-job .message .title-message .m-close
{
    float: right;

    width: 36px;
    height: 36px;

    cursor: pointer;
}
.wrap-job .message .title-message .m-close:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 36px;

    content: '\e61b';
}
.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;
}
.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
{
    line-height: 28px;

    width: 100%;
    min-height: 48px;
    padding: 10px;

    border: 1px solid #dcdcdc;
    border-radius: 6px;
    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: #09357f;
}
.wrap-job .message .filedelete
{
    line-height: 48px;

    float: left;

    margin-left: 20px;

    color: #09357f;
}
.wrap-job .message .submit
{
    display: block;

    width: 66px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0;

    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-job .message .submit
    {
        margin-top: 30px;
    }
}
.wrap-job .message .submit span
{
    display: inline-block;
}
.wrap-job .message .submit span:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 66px;

    display: block;

    width: 66px;
    height: 66px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #09357f;
}
.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: #09357f;
}
.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-contact .title-in h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;

    margin: 0;

    text-transform: uppercase;

    color: #09357f;
}
.wrap-contact .title-in h2
{
    font-size: 20px;
    font-weight: normal;

    min-width: 200px;
}
.wrap-contact .map
{
    height: 450px;
    margin-top: 70px;

    border: 12px solid #ddd;
}
@media (max-width: 991px)
{
    .wrap-contact .map
    {
        height: 350px;

        border-width: 6px;
    }
}
.wrap-contact .contact
{
    overflow: hidden;

    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact
    {
        margin-top: 50px;
    }
}
.wrap-contact .contact .text
{
    float: left;

    width: 60%;
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text
    {
        width: 100%;
        margin-top: 0;
    }
}
.wrap-contact .contact .text h3
{
    font-size: 26px;
    font-weight: bold;

    margin: 0 0 50px 0;

    color: #09357f;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text h3
    {
        font-size: 22px;

        margin-bottom: 30px;
    }
}
.wrap-contact .contact .text p
{
    font-size: 20px;
    line-height: 30px;

    position: relative;

    margin-bottom: 20px;
    padding-left: 50px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text p
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .text p:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 30px;

    position: absolute;
    left: 0;

    content: '\e61f';

    color: #09357f;
}
.wrap-contact .contact .text p.fax:before
{
    font-family: 'Agency FB' !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;

    width: 25px;
    height: 25px;

    content: 'FAX';
    text-align: center;

    border: 2px solid #09357f;
    border-radius: 50%;
}
.wrap-contact .contact .text p.email:before
{
    font-size: 20px;

    content: '\e63b';
}
.wrap-contact .contact .text p.address:before
{
    font-size: 28px;

    content: '\e62e';
}
.wrap-contact .contact .pic
{
    float: left;

    width: 40%;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .pic
    {
        width: 100%;
        margin-top: 40px;
    }
}
.wrap-contact .contact .pic img
{
    max-width: 100%;
}
.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: 120px;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        margin-top: 50px;
    }
}
.page a
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 18px;
    line-height: 50px;

    display: inline-block;
    overflow: hidden;

    width: 50px;
    height: 50px;
    margin: 0 3px;

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

    color: #333;
    border-radius: 50%;
    background-color: #eee;
}
.page a.omit:hover
{
    color: #333;
    background-color: #eee;
}
.page a.active,
.page a:hover
{
    color: #fff;
    background-color: #09357f;
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
    .page a.first-child,
    .page a.last-child
    {
        margin: 0 5px;
    }
}
.fancybox-caption
{
    font-size: 16px;

    text-align: center;

    border: none;
}
.fancybox-wrap
{
    position: fixed !important;
}
.stuck
{
    position: fixed;
    z-index: 10;
    top: 0;

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

    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}
.stuck .logo
{
    margin-top: 16px;
}
.stuck .nav .nav-list1 > li > a
{
    line-height: 70px;
}
.stuck .nav .nav-list1 > li.more > a:after
{
    margin-top: 28px;
}
.stuck .find
{
    line-height: 70px;
}
.stuck .cart
{
    margin-top: 13px;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.bdshare_weixin_qrcode_dialog
{
    height: 310px !important;
}
.js-load-more
{
    font-size: 16px;
    line-height: 30px;

    display: none;

    width: 120px;
    height: 30px;
    margin: 20px auto;
    padding: 0 15px;

    text-align: center;

    color: #fff;
    border: 0 none;
    border-radius: 5px;
    background-color: #d31733;
    /*默认不显示，ajax调用成功后才决定显示与否*/
}
.fancybox-inner
{
    width: 100% !important;
    height: 700px !important;
}
@media (max-width: 1440px)
{
    .fancybox-inner
    {
        height: 550px !important;
    }
}
@media (max-width: 991px)
{
    .fancybox-inner
    {
        height: 300px !important;
    }
}
.fancybox-skin
{
    background: none !important;
}
.fancybox-opened .fancybox-skin
{
    box-shadow: none;
}
.fancybox-wrap
{
    top: 50% !important;
    left: 50% !important;

    width: 66% !important;

    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 1440px)
{
    .fancybox-wrap
    {
        width: 80% !important;
    }
}
