/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'iconfont';

    src: url('../font/iconfont-1481266234445.eot');
    src: url('../font/iconfont-1481266234445.eot') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont-1481266234445.ttf') format('truetype'), url('../font/iconfont-1481266234445.svg') format('svg');
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: normal;
    font-style: normal;

    src: url('../font/AvantGarde-Demi.eot');
    src: url('../font/AvantGarde-Demi.eot') format('embedded-opentype'), url('../font/AvantGarde-Demi.woff2') format('woff2'), url('../font/AvantGarde-Demi.woff') format('woff'), url('../font/AvantGarde-Demi.ttf') format('truetype'), url('../font/AvantGarde-Demi.svg') format('svg');
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: 400;
    font-style: normal;

    src: url('../font/AvantGardeITCbyBT-Book.eot');
    src: url('../font/AvantGardeITCbyBT-Book.eot') format('embedded-opentype'), url('../font/AvantGardeITCbyBT-Book.woff2') format('woff2'), url('../font/AvantGardeITCbyBT-Book.woff') format('woff'), url('../font/AvantGardeITCbyBT-Book.ttf') format('truetype'), url('../font/AvantGardeITCbyBT-Book.svg') format('svg');
}
@font-face
{
    font-family: 'Agency FB';
    font-weight: normal;
    font-style: normal;

    src: url('../font/AgencyFB-Reg.eot');
    src: url('../font/AgencyFB-Reg.eot') format('embedded-opentype'), url('../font/AgencyFB-Reg.woff2') format('woff2'), url('../font/AgencyFB-Reg.woff') format('woff'), url('../font/AgencyFB-Reg.ttf') format('truetype'), url('../font/AgencyFB-Reg.svg') format('svg');
}
@-ms-viewport
{
    width: auto !important;
}
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;
}
html
{
    height: 100%;
}
.header-full
{
    overflow: hidden;

    height: 100%;
}
*,
body,
html
{
    margin: 0;
    padding: 0;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1560px)
{
    .container
    {
        width: 1530px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
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;
}
.lazy
{
    background: url(../image/ajax-loader.gif) no-repeat center;
}
.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;
    left: 0;

    width: 100%;
    height: 110px;

    -webkit-transition: all .4s;
    transition: all .4s;

    background-color: #fff;
}
@media (max-width: 1350px)
{
    .header
    {
        padding: 0;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        height: 70px;
    }
}
.header .logo
{
    position: relative;

    float: left;

    height: 50px;
    margin-top: 30px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 40px;
        margin-top: 10px;
    }
}
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img
{
    display: block;

    height: 100%;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;

        margin-top: 10px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        position: absolute;
        top: 15px;
        right: 0;

        margin-top: 0;

        border: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #cdcdcd;
}
.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: #cdcdcd;
}
.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: left;

        margin-left: 80px;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 50px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: rgba(12, 77, 162, .9);
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;
        line-height: 110px;

        position: relative;

        display: inline-block;
        overflow: hidden;

        padding: 0 20px;
    }
    .header .nav .nav-list1 > li > a span
    {
        display: block;

        -webkit-transition: all .4s;
        transition: all .4s;
        text-align: center;
    }
    .header .nav .nav-list1 > li > a:before
    {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 100%;

        content: attr(data-hover);
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
        transform: translateX(-101%);
        text-align: center;

        color: #fff;
        background: #004098;
    }
    .header .nav .nav-list1 > li:hover > a:before,
    .header .nav .nav-list1 > li.active > a:before
    {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .header .nav .nav-list1 > li:hover > a span,
    .header .nav .nav-list1 > li.active > a span
    {
        -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
        transform: translateX(-101%);
    }
    .header .nav .nav-list1 .navbg
    {
        position: absolute;
        top: 110px;
        left: 0;

        display: none;

        width: 100%;
        height: 50%;
    }
    .header .nav .nav-list1 .navbg .info
    {
        width: 100%;
        height: 50px;

        border-top: 1px solid #d2d2d2;
        background-color: #fff;
        box-shadow: 10px 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        padding: 0;
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        display: inline-block;

        padding: 0;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 14px;
        line-height: 50px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 30px;

        -webkit-transition: -webkit-transform .6s ease;
        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        transition:         transform .6s ease;
        transition:         transform .6s ease, -webkit-transform .6s ease;
        transition:         transform .6s ease, -webkit-transform .6s ease;

        color: #666;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        color: #004098;
    }
    .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: 1560px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 12px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 14px;
        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: rgba(12, 77, 162, .9);
    }
}
.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: 14px;

    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: 14px;

    color: #fff;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(12, 77, 162, .9);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #fff;
}
@media (min-width: 768px)
{
    .header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show
{
    z-index: 66;
}
.header .search-box.search-xs.show .search
{
    left: 0;
}
.header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
    transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;
    display: none;

    cursor: pointer;
}
.header .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #8cc63f;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 90%;
    max-width: 800px;
    margin: auto;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}
.header .search-lg .search p
{
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.header .search-lg .input-text
{
    font-size: 14px;
    line-height: 30px;

    width: 80%;
    height: 60px;
    padding: 0 10px;
    padding-bottom: 30px;

    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;

    color: #fff;
}
.header .search-lg input::-webkit-input-placeholder,
.header .search-lg textarea::-webkit-input-placeholder
{
    color: #fff;
}
.header .search-lg input:-o-placeholder,
.header .search-lg textarea:-o-placeholder
{
    color: #fff;
}
.header .search-lg input::-moz-placeholder,
.header .search-lg textarea::-moz-placeholder
{
    color: #fff;
}
.header .search-lg input:-ms-input-placeholder,
.header .search-lg textarea:-ms-input-placeholder
{
    color: #fff;
}
.header .search-lg input:focus::-webkit-input-placeholder,
.header .search-lg textarea:focus::-webkit-input-placeholder
{
    color: #fff;
}
.header .search-lg input:focus::-o-placeholder,
.header .search-lg textarea:focus::-o-placeholder
{
    color: #fff;
}
.header .search-lg input:focus::-moz-placeholder,
.header .search-lg textarea:focus::-moz-placeholder
{
    color: #fff;
}
.header .search-lg input:focus::-ms-input-placeholder,
.header .search-lg textarea:focus::-ms-input-placeholder
{
    color: #fff;
}
.header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .right
{
    float: right;

    margin-left: 10%;
}
@media (max-width: 1700px)
{
    .header .right
    {
        margin-left: 4%;
    }
}
@media (max-width: 1560px)
{
    .header .right
    {
        margin-left: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .right
    {
        margin-right: 30px;
        margin-left: 0;
    }
}
.header .right .share
{
    display: inline-block;
    float: right;
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .header .right .share
    {
        display: none;
    }
}
.header .right .bdsharebuttonbox
{
    display: inline-block;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.header .right .bdsharebuttonbox a
{
    display: inline-block;

    height: 110px;
    margin: 0 15px;
    padding: 0;

    -webkit-transition: all .5s;
    transition: all .5s;

    background: none;
}
@media (max-width: 1560px)
{
    .header .right .bdsharebuttonbox a
    {
        margin: 0 6px;
    }
}
@media (max-width: 1199px)
{
    .header .right .bdsharebuttonbox a
    {
        height: 70px;
        margin: 0 6px;
    }
}
.header .right .bdsharebuttonbox a:before
{
    font-size: 24px;

    display: inline-block;

    width: 28px;
    height: 28px;
    margin-top: 41px;

    content: '';
    text-align: center;
    vertical-align: middle;

    color: #cdcdcd;
    background: url(../image/share.png) no-repeat;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .header .right .bdsharebuttonbox a:before
    {
        font-size: 20px;

        margin-top: 21px;
    }
}
.header .right .bdsharebuttonbox a:last-child:after
{
    display: none;
}
.header .right .bdsharebuttonbox a:hover
{
    opacity: 1;
}
.header .right .bdsharebuttonbox a:hover:before
{
    background-position: -84px 0;
}
.header .right .bdsharebuttonbox .bds_sqq:before
{
    background-position: -28px 0;
}
.header .right .bdsharebuttonbox .bds_sqq:hover:before
{
    background-position: -112px 0;
}
.header .right .bdsharebuttonbox .bds_tsina:before
{
    background-position: -56px 0;
}
.header .right .bdsharebuttonbox .bds_tsina:hover:before
{
    background-position: -140px 0;
}
@media (max-width: 1199px)
{
    .header .right .bdsharebuttonbox .bds_tsina:before
    {
        font-size: 24px;
    }
}
.header .right .bdsharebuttonbox .bds_video:before
{
    content: '\e62a';
}
.header .right .bdsharebuttonbox .bds_oa:before
{
    font-family: 'Agency FB' !important;
    font-size: 14px;
    line-height: 24px;

    width: 24px;
    height: 24px;
    margin-top: 45px;

    content: 'OA';

    color: #fff;
    border-radius: 50%;
    background-color: #cdcdcd;
}
.header .right .bdsharebuttonbox .bds_oa:hover:before
{
    color: #fff;
    background: #0c4da2;
}
.header .right .bdsharebuttonbox .bds_erp:before
{
    font-family: 'Agency FB' !important;
    font-size: 14px;
    line-height: 24px;

    width: 24px;
    height: 24px;
    margin-top: 45px;

    content: 'ERP';

    color: #fff;
    border-radius: 50%;
    background-color: #cdcdcd;
}
.header .right .bdsharebuttonbox .bds_erp:hover:before
{
    color: #fff;
    background: #0c4da2;
}
@media (max-width: 1199px)
{
    .header .right .bdsharebuttonbox .bds_oa:before
    {
        font-size: 14px;
        line-height: 20px;

        width: 20px;
        height: 20px;
        margin-top: 24px;
    }
    .header .right .bdsharebuttonbox .bds_erp:before
    {
        font-size: 14px;
        line-height: 20px;

        width: 20px;
        height: 20px;
        margin-top: 24px;
    }
}
.header .find
{
    line-height: 110px;

    float: right;

    height: 110px;
    margin-left: 50px;
    padding: 0 30px;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #cdcdcd;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}
@media (max-width: 1560px)
{
    .header .find
    {
        margin-left: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 70px;

        height: 70px;
        margin: 0 10px;
        padding: 0;

        border: none;
    }
    .header .find:after
    {
        display: inline-block;
        float: right;

        width: 1px;
        height: 20px;
        margin-top: 25px;
        margin-left: 20px;

        content: '';

        background-color: #eee;
    }
}
.header .find::before
{
    font-family: 'iconfont';
    font-size: 22px;
    font-weight: bold;

    content: '\e660';
}
.header .find:hover
{
    color: #8cc63f;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 70px;
    }
    .header .find:before
    {
        font-size: 20px;
    }
}
.header.fixed-header
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
@media (min-width: 1200px)
{
    .header.fixed-header
    {
        height: 70px;
    }
    .header.fixed-header .logo
    {
        height: 50px;
        margin-top: 10px;
    }
    .header.fixed-header .nav .nav-list1 > li > a
    {
        line-height: 70px;
    }
    .header.fixed-header .nav .nav-list1 .navbg
    {
        top: 70px;
    }
    .header.fixed-header .find
    {
        line-height: 70px;

        height: 70px;
    }
    .header.fixed-header .right .bdsharebuttonbox a
    {
        height: 70px;
    }
    .header.fixed-header .right .bdsharebuttonbox a:before
    {
        margin-top: 21px;
    }
    .header.fixed-header .right .bdsharebuttonbox .bds_oa:before
    {
        line-height: 24px;

        margin-top: 22px;
    }
    .header.fixed-header .right .bdsharebuttonbox .bds_erp:before
    {
        line-height: 24px;

        margin-top: 22px;
    }
}
.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: #8cc63f;
}
@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;
    z-index: 8;

    overflow: hidden;

    width: 100%;
    margin-top: 110px;
    padding: 0 24px;
}
@media (max-width: 1199px)
{
    .banner
    {
        margin-top: 70px;
        padding: 0;
    }
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
.banner .line
{
    position: absolute;
    z-index: 12;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
}
@media (max-width: 991px)
{
    .banner .line
    {
        display: none;
    }
}
.banner .line:before
{
    display: block;

    width: 60%;
    height: 6px;

    content: '';

    background-color: #8cc63f;
}
.banner .slick-dots
{
    position: absolute;
    right: 40px;
    bottom: 38px;

    width: 80px;
    padding: 0;

    text-align: right;
}
@media (max-width: 991px)
{
    .banner .slick-dots
    {
        right: 10%;
        bottom: 12px;

        display: none !important;
    }
}
.banner .slick-dots li
{
    display: block;

    padding: 9px 0;

    cursor: pointer;
}
@media (max-width: 991px)
{
    .banner .slick-dots li
    {
        padding: 4px 0;
    }
}
.banner .slick-dots li:before
{
    display: inline-block;

    width: 40px;
    height: 2px;

    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;

    background-color: #fff;
}
.banner .slick-dots li.slick-active:before,
.banner .slick-dots li:hover:before
{
    width: 80px;
}
.banner .slick-dots li.slick-active button
{
    opacity: 1;
}
.banner .slick-dots li button
{
    font-family: 'Agency FB';
    font-size: 20px;
    font-size: 52px;

    position: absolute;
    top: -70px;
    right: 0;

    padding: 0;

    opacity: 0;
    color: #fff;
    background: none;
}
@media (max-width: 991px)
{
    .banner .slick-dots li button
    {
        font-size: 30px;

        top: -40px;
    }
}
.banner .slick-dots li button:before
{
    content: '0';
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 43.31550802%;
}
.banner .text
{
    position: absolute;
    z-index: 9;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}
.banner .text h2,
.banner .text h3
{
    text-shadow: 2px 0 3px rgba(0, 0, 0, .6);
}
.banner .text h2
{
    font-size: 44px;

    margin: 20px 0 0 0;
}
@media (max-width: 991px)
{
    .banner .text h2
    {
        font-size: 22px;

        margin: 10px 0 0 0;
    }
}
.text p
{
    text-align: justify;
}
.banner .text h3
{
    font-size: 34px;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner .text h3
    {
        font-size: 18px;
    }
}
.banner .text-1
{
    top: 40%;
    left: 30%;
}
.banner .text-2
{
    left: 10%;
}
@media (max-width: 991px)
{
    .banner .text-2
    {
        left: 14%;
    }
}
.banner .text-3
{
    top: 40%;
    left: 45%;
}
@media (max-width: 991px)
{
    .banner .text-3
    {
        left: 20%;
    }
}
.banner .text-3 h2
{
    font-size: 44px;

    margin: 20px 0 0 0;

    color: #004098;
    text-shadow: none;
}
@media (max-width: 991px)
{
    .banner .text-3 h2
    {
        font-size: 22px;

        margin: 10px 0 0 0;
    }
}
.banner .text-3 h3
{
    color: #004098;
    text-shadow: none;
}
.banner .slick-current img
{
    -webkit-animation: fadeInUpBig 1s 0s ease both;
    animation: fadeInUpBig 1s 0s ease both;
}
.banner .slick-current .text-1 h2,
.banner .slick-current .text-1 h3
{
    -webkit-animation: fadeInUpBig 1s .5s ease both;
    animation: fadeInUpBig 1s .5s ease both;
}
.banner .slick-current .text-2 h2,
.banner .slick-current .text-2 h3
{
    -webkit-animation: fadeInUpBig 1s .5s ease both;
    animation: fadeInUpBig 1s .5s ease both;
}
.banner .slick-current .text-3 h2,
.banner .slick-current .text-3 h3
{
    -webkit-animation: fadeInUpBig 1s .5s ease both;
    animation: fadeInUpBig 1s .5s ease both;
}
.banner-in
{
    padding: 0;
}
.banner-in .slick-current img
{
    -webkit-animation: fadeIn 0s 0s ease both;
    animation: fadeIn 0s 0s ease both;
}
.banner-in .img-box
{
    padding-bottom: 17.70833333%;
}
.banner-in .text-in
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}
.banner-in .text-in h3
{
    font-size: 34px;
    /*font-weight: bold;*/

    margin: 0;

    text-shadow: 2px 0 5px rgba(0, 0, 0, .5);
}
@media (max-width: 991px)
{
    .banner-in .text-in h3
    {
        font-size: 24px;
    }
}
.banner-in .text-in p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 24px;

    margin: 0;

    text-transform: uppercase;

    text-shadow: 2px 0 3px rgba(0, 0, 0, .5);
}
@media (max-width: 991px)
{
    .banner-in .text-in p
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in p
    {
        font-size: 14px;
    }
}
.banner-in .text-in.text-welfare
{
    text-align: center;
}
.banner-in .text-in.text-welfare h3
{
    font-size: 34px;
}
@media (max-width: 991px)
{
    .banner-in .text-in.text-welfare h3
    {
        font-size: 24px;
    }
}
.banner-in .text-in.text-welfare p
{
    font-family: Arial;
    font-size: 30px;

    margin: 10px 0 0 0;

    letter-spacing: 1px;
}
@media (max-width: 991px)
{
    .banner-in .text-in.text-welfare p
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in.text-welfare p
    {
        font-size: 14px;
    }
}
.banner-in .text-inleft
{
    text-align: left;
}
.box
{
    overflow: hidden;

    padding: 70px 0;
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 24px;

    margin: 6px 0 0 0;

    color: #ccc;
}
.content
{
    position: relative;
    z-index: 9;
}
.box-index
{
    font-size: 0;

    overflow: hidden;

    padding: 50px 24px;
}
@media (max-width: 1560px)
{
    .box-index
    {
        padding: 50px 15px;
    }
}
.box-index .news
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 28%;

    vertical-align: top;

    border-left: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .box-index .news
    {
        width: 40%;

        border-left: none;
    }
}
@media (max-width: 767px)
{
    .box-index .news
    {
        width: 100%;
    }
}
.box-index .news:before
{
    position: absolute;
    top: 0;
    left: -3px;

    display: block;

    width: 4px;
    height: 58px;

    content: '';

    background-color: #8cc63f;
}
@media (max-width: 991px)
{
    .box-index .news:before
    {
        display: none;
    }
}
.box-index .news .item
{
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .box-index .news .item
    {
        padding: 0;
    }
}
.box-index .news .item span
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;

    display: block;

    color: #808080;
}
@media (max-width: 991px)
{
    .box-index .news .item span
    {
        font-size: 14px;
    }
}
.box-index .news .item h3
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-index .news .item h3
    {
        font-size: 20px;
    }
}
.box-index .news .item p
{
    font-size: 14px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 30px 0 0 0;

    text-align: justify;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-index .news .item a
{
    display: block;
}
.box-index .news .slick-dots
{
    width: 100%;
    height: 4px;
    margin-top: 70px;
    padding: 0;
    padding-right: 30px;

    text-align: right;
}
@media (max-width: 991px)
{
    .box-index .news .slick-dots
    {
        margin-top: 20px;
        padding: 0;
    }
}
.box-index .news .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 34px;
    height: 2px;
    margin: 0 3px;

    cursor: pointer;
    vertical-align: bottom;

    background-color: #dedede;
}
.box-index .news .slick-dots li.slick-active
{
    width: 50px;
    height: 4px;

    background-color: #8cc63f;
}
.box-index .news .slick-dots li button
{
    opacity: 0;
}
.box-index .about
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 44%;
    padding-left: 30px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-index .about
    {
        width: 60%;
        padding-left: 0;
    }
}
@media (max-width: 767px)
{
    .box-index .about
    {
        width: 100%;
        padding-top: 50px;
    }
}
.box-index .about .pic
{
    float: left;

    width: 42%;
}
@media (max-width: 767px)
{
    .box-index .about .pic
    {
        width: 100%;
    }
}
.box-index .about .pic img
{
    max-width: 100%;
}
@media (max-width: 991px)
{
    .box-index .about .pic img
    {
        width: 100%;
    }
}
.box-index .about .text
{
    float: left;

    width: 58%;
    padding-left: 40px;
}
@media (max-width: 991px)
{
    .box-index .about .text
    {
        padding-left: 20px;
    }
}
@media (max-width: 767px)
{
    .box-index .about .text
    {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
}
.box-index .about .text .note h4
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;

    margin: 0;

    text-transform: uppercase;

    color: #808080;
}
@media (max-width: 1350px)
{
    .box-index .about .text .note h4
    {
        font-size: 14px;
    }
}
@media (max-width: 991px)
{
    .box-index .about .text .note h4
    {
        font-size: 14px;
    }
}
.box-index .about .text .note h3
{
    font-size: 24px;

    margin: 10px 0 0 0;

    color: #004098;
}
@media (max-width: 1350px)
{
    .box-index .about .text .note h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .box-index .about .text .note h3
    {
        font-size: 18px;
    }
}
.box-index .about .text .note p
{
    font-size: 14px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 30px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-index .about .text .note p a
{
    display: block;
}
@media (max-width: 991px)
{
    .box-index .about .text .note p
    {
        margin-top: 14px;
    }
}
.box-index .about .text .link
{
    display: none;

    margin-top: 40px;
}
@media (max-width: 991px)
{
    .box-index .about .text .link
    {
        margin-top: 20px;
    }
}
.box-index .about .text .link .link-1,
.box-index .about .text .link .link-2,
.box-index .about .text .link .link-3
{
    display: inline-block;

    height: 48px;
    margin-right: 20px;
}
.box-index .about .text .link .link-1 .iframe,
.box-index .about .text .link .link-2 .iframe,
.box-index .about .text .link .link-3 .iframe
{
    display: none;

    width: 100%;
}
.box-index .about .text .link .link-1 a,
.box-index .about .text .link .link-2 a,
.box-index .about .text .link .link-3 a
{
    font-size: 30px;
    line-height: 48px;

    display: inline-block;

    width: 48px;
    height: 48px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    vertical-align: middle;

    color: #999;
    border-radius: 50%;
    background-color: #eee;
}
.box-index .about .text .link .link-1 a:hover,
.box-index .about .text .link .link-2 a:hover,
.box-index .about .text .link .link-3 a:hover
{
    color: #fff;
    background-color: #004098;
}
.box-index .about .text .link .link-1 a:before,
.box-index .about .text .link .link-3 a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    width: 48px;

    content: '\e61a';
    text-align: center;
}
.box-index .product
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 28%;
    padding: 0 40px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-index .product
    {
        width: 60%;
        padding: 40px 0 0 0;
    }
}
@media (max-width: 767px)
{
    .box-index .product
    {
        width: 100%;
    }
}
.box-index .product .item .img-box
{
    padding-bottom: 44.44444444%;
}
.box-index .product .item p
{
    font-size: 16px;

    margin: 10px 0 0 0;
}
.box-index .product .item p:before
{
    display: inline-block;

    width: 3px;
    height: 16px;
    margin-right: 14px;

    content: '';
    vertical-align: middle;

    background-color: #8cc63f;
}
.box-index .product .slick-dots
{
    position: absolute;
    top: 0;
    right: -40px;

    width: 4px;
    padding: 0;

    text-align: right;
}
@media (max-width: 991px)
{
    .box-index .product .slick-dots
    {
        right: -20px;

        display: none !important;
    }
}
.box-index .product .slick-dots li
{
    position: relative;

    display: block;

    width: 2px;
    height: 34px;
    margin: 3px 0;

    cursor: pointer;
    vertical-align: bottom;

    background-color: #dedede;
}
.box-index .product .slick-dots li.slick-active
{
    left: -2px;

    width: 4px;
    height: 50px;

    background-color: #8cc63f;
}
.box-index .product .slick-dots li button
{
    opacity: 0;
}
@media (max-width: 991px)
{
    .fancybox-slide--iframe .fancybox-content
    {
        width: 100% !important;
        height: auto !important;
    }
}
.box-project
{
    padding: 0 24px;
    padding-bottom: 80px;
}
@media (max-width: 1560px)
{
    .box-project
    {
        padding: 0 15px;
        padding-bottom: 80px;
    }
}
@media (max-width: 991px)
{
    .box-project
    {
        padding-bottom: 60px;
    }
}
.box-project .project
{
    position: relative;

    overflow: hidden;
}
@media (min-width: 992px)
{
    .box-project .project
    {
        height: 160px;
    }
}
.box-project .project ul
{
    font-size: 0;

    overflow: hidden;
}
@media (min-width: 992px)
{
    .box-project .project ul
    {
        position: absolute;
        left: 0;

        width: 100%;

        white-space: nowrap;
    }
}
.box-project .project ul li
{
    position: relative;
    z-index: 4;

    display: inline-block;
    overflow: hidden;

    width: 34%;
    margin-right: -12%;

    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: top;

    background: url(../image/index-project-1.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-project .project ul li
    {
        width: 50%;
        margin-right: 0;
    }
}
.box-project .project ul li:nth-child(2)
{
    z-index: 5;

    background: url(../image/index-project-2.jpg) no-repeat center;
}
.box-project .project ul li:nth-child(2) .item
{
    background-color: #dc4d40;
}
@media (max-width: 991px)
{
    .box-project .project ul li:nth-child(2) .item
    {
        background-color: #dc4d40;
    }
}
.box-project .project ul li:nth-child(2) .item:before
{
    content: '\e63b';
}
.box-project .project ul li:nth-child(3)
{
    z-index: 6;

    background: url(../image/index-project-3.jpg) no-repeat center;
}
.box-project .project ul li:nth-child(3) .item
{
    background-color: #f58346;
}
@media (max-width: 991px)
{
    .box-project .project ul li:nth-child(3) .item
    {
        background-color: #f58346;
    }
}
.box-project .project ul li:nth-child(3) .item:before
{
    content: '\e61f';
}
.box-project .project ul li:nth-child(4)
{
    z-index: 7;

    background: url(../image/index-project-4.jpg) no-repeat center;
}
.box-project .project ul li:nth-child(4) .item
{
    background-color: #8cc63f;
}
@media (max-width: 991px)
{
    .box-project .project ul li:nth-child(4) .item
    {
        background-color: #8cc63f;
    }
}
.box-project .project ul li:nth-child(4) .item:before
{
    font-size: 40px;

    content: '\e636';
}
.box-project .project ul li.active
{
    width: 34%;
    margin-right: 0;
}
@media (max-width: 991px)
{
    .box-project .project ul li.active
    {
        width: 50%;
    }
}
.box-project .project ul li.active .item
{
    padding: 50px 60px;

    background: none;
}
@media (max-width: 1560px)
{
    .box-project .project ul li.active .item
    {
        padding: 50px 30px;
    }
}
@media (max-width: 991px)
{
    .box-project .project ul li.active .item
    {
        padding: 50px 10px;
    }
}
@media (max-width: 991px)
{
    .box-project .project ul li.active .item
    {
        background-color: #004098;
    }
}
.box-project .project ul li.active .item:before
{
    display: none;
}
@media (max-width: 991px)
{
    .box-project .project ul li.active .item:before
    {
        display: none;
    }
}
.box-project .project ul li .item
{
    display: block;

    padding: 50px 10%;

    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    text-align: left;

    color: #fff;
    background-color: #0b4ea2;
}
@media (max-width: 1560px)
{
    .box-project .project ul li .item
    {
        padding: 50px 4%;
    }
}
@media (max-width: 991px)
{
    .box-project .project ul li .item
    {
        padding: 50px 10px;
    }
}
.box-project .project ul li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 46px;

    float: left;

    margin-top: -10px;
    margin-right: 10px;

    content: '\e652';

    color: #fff;
}
@media (max-width: 1560px)
{
    .box-project .project ul li .item:before
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .box-project .project ul li .item:before
    {
        font-size: 30px;

        display: none;
    }
}
.box-project .project ul li .item h3
{
    font-size: 22px;

    margin: 0;
}
@media (max-width: 1560px)
{
    .box-project .project ul li .item h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .box-project .project ul li .item h3
    {
        font-size: 20px;
    }
}
.box-project .project ul li .item p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 15px;

    margin: 4px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 1560px)
{
    .box-project .project ul li .item p
    {
        font-size: 14px;
    }
}
@media (max-width: 991px)
{
    .box-project .project ul li .item p
    {
        font-size: 14px;
        line-height: 20px;

        height: 40px;
    }
}
.bd_weixin_popup,
.bd_weixin_popup_bg
{
    width: 250px !important;
    height: 300px !important;
}
.footer
{
    background-color: #efefef;
}
.footer .foot
{
    overflow: hidden;

    padding: 30px 0;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 1560px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        display: none;
    }
}
.footer .foot .left
{
    float: left;

    width: 15%;
    padding: 20px 0;
}
.footer .foot .left img
{
    max-width: 120px;
}
.footer .foot .middle
{
    float: left;

    width: 50%;
    padding: 20px 0;
}
.footer .foot .middle ul
{
    overflow: hidden;
}
.footer .foot .middle ul li
{
    float: left;

    width: 20%;
    padding: 0 10px;
}
.footer .foot .middle ul li h3
{
    font-size: 16px;

    margin: 0 0 14px 0;
}
.footer .foot .middle ul li a
{
    font-size: 12px;
    line-height: 2.13333333;

    display: block;

    color: #666;
}
.footer .foot .middle ul li a:hover
{
    color: #004098;
}
.footer .foot .right
{
    float: left;
    overflow: hidden;

    width: 35%;
    padding: 20px 0;
}
.footer .foot .right .contact
{
    float: left;

    width: 74%;
    padding-right: 20px;
}
.footer .foot .right .contact .title-contact
{
    padding-left: 20px;

    border-left: 4px solid #004098;
}
.footer .foot .right .contact .title-contact h2
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 28px;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;

    color: #004098;
}
.footer .foot .right .contact .title-contact p
{
    font-size: 16px;

    margin: 0;

    color: #666;
}
.footer .foot .right .contact .note
{
    margin-top: 20px;
}
.footer .foot .right .contact .note p
{
    font-size: 14px;
    line-height: 2.13333333;

    margin: 0;

    color: #666;
}
.footer .foot .right .contact .note b
{
    color: #004098;
}
.footer .foot .right .erweima
{
    float: left;

    width: 26%;

    text-align: center;
}
.footer .foot .right .erweima img
{
    max-width: 100%;
}
.footer .foot .right .erweima p
{
    margin: 10px 0 0 0;
}
.footer .copyright
{
    padding: 25px 0;
}
@media (max-width: 1560px)
{
    .footer .copyright
    {
        padding: 25px 0;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 20px 0;
    }
}
.footer .copyright p
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .footer .copyright p
    {
        font-size: 14px;
    }
}
.footer .copyright p span
{
    display: inline-block;

    margin: 0 10px;
}
@media (max-width: 991px)
{
    .footer .copyright p span
    {
        margin: 0 5px;
    }
}
.footer .copyright p a
{
    display: inline-block;
}
.footer .copyright p a:hover
{
    color: #004098;
}
.footer .copyright .link
{
    display: inline-block;
    float: right;
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .footer .copyright .link
    {
        display: block;
        float: none;
    }
}
.footer .copyright .link ul
{
    font-size: 0;

    margin: 0 -16px;
}
@media (max-width: 767px)
{
    .footer .copyright .link ul
    {
        text-align: left;
    }
}
.footer .copyright .link ul li
{
    display: inline-block;

    padding: 0 16px;
}
@media (max-width: 767px)
{
    .footer .copyright .link ul li
    {
        width: 50%;
        margin-top: 10px;
    }
}
.footer .copyright .link ul li a
{
    font-size: 14px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #999;
}
.footer .copyright .link ul li a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 32px;

    display: inline-block;

    width: 32px;
    height: 32px;
    margin-right: 10px;

    content: '\e66c';
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    vertical-align: middle;

    color: #fff;
    border-radius: 50%;
    background-color: #ccc;
}
.footer .copyright .link ul li a:hover
{
    color: #004098;
}
.footer .copyright .link ul li a:hover:before
{
    background-color: #004098;
}
.footer .copyright .link ul li:nth-child(2) a:before
{
    content: '\e766';
}
.footer .copyright .link ul li:nth-child(3) a:before
{
    font-family: 'Agency FB' !important;

    content: 'OA';
}
.footer .copyright .link ul li:nth-child(4) a:before
{
    font-family: 'Agency FB' !important;

    content: 'ERP';
}
.footer .copyright .link ul li:nth-child(5) a:before
{
    content: '\e753';
}

@media (max-width: 1599px){
	.footer .copyright p{
		font-size: 12px;
	}
	.footer .copyright a{
		font-size: 12px;
	}
	.footer .copyright .link ul li {
		padding: 0px 10px 0 0;
	}
	.footer .copyright .link ul{
		margin: 0;
	}
	.footer .copyright .link ul li a{
		font-size: 12px;
	}
	.footer .copyright .link ul li a:before{
		margin-right: 5px;
	}
}


.wrap-sidenav
{
    position: relative;

    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-sidenav
    {
        border-bottom: 1px solid #fafafa;
    }
    .wrap-sidenav:after
    {
        position: absolute;
        bottom: 0;

        display: block;

        width: 100%;
        height: 46px;

        content: '';

        border-top: 1px solid #dcdcdc;
        background-color: #fafafa;
    }
}
.wrap-sidenav .sidenav
{
    display: inline-block;
}
.wrap-sidenav .sidenav ul li
{
    position: relative;

    display: inline-block;

    padding: 0 32px;
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav ul li
    {
        padding: 0 10px;
    }
}
@media (max-width: 400px)
{
    .wrap-sidenav .sidenav ul li
    {
        padding: 0 5px;
    }
}
.wrap-sidenav .sidenav ul li:after
{
    line-height: 58px;

    position: absolute;
    top: 0;
    right: 0;

    display: block;

    content: '|';

    color: #ddd;
}
.wrap-sidenav .sidenav ul li:first-child
{
    padding-left: 0;
}
.wrap-sidenav .sidenav ul li:last-child
{
    padding-right: 0;
}
.wrap-sidenav .sidenav ul li:last-child:after
{
    display: none;
}
.wrap-sidenav .sidenav ul li a
{
    font-size: 14px;
    line-height: 58px;

    position: relative;

    display: block;

    color: #666;
}
.wrap-sidenav .sidenav ul li a:before
{
    position: absolute;
    z-index: 5;
    bottom: -1px;
    left: 0;

    display: block;

    width: 0;
    height: 4px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;

    background-color: #8cc63f;
}
.wrap-sidenav .sidenav ul li.active a:before,
.wrap-sidenav .sidenav ul li:hover a:before
{
    width: 100%;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul li:hover a:before
    {
        display: none;
    }
}
.wrap-sidenav .location
{
    font-size: 14px;
    line-height: 58px;

    position: relative;
    z-index: 4;

    display: inline-block;
    float: right;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-sidenav .location
    {
        font-size: 14px;
        line-height: 44px;

        display: block;
        float: none;
    }
}
.wrap-sidenav .location:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    height: 56px;
    margin-top: 2px;
    margin-right: 14px;

    content: '\e64e';
}
@media (max-width: 991px)
{
    .wrap-sidenav .location:before
    {
        height: auto;
    }
}
.wrap-sidenav .location span
{
    display: inline-block;
}
.wrap-sidenav .location a
{
    display: inline-block;
}
.wrap-sidenav .location a:after
{
    content: '-';
}
.wrap-sidenav .location a:last-child:after
{
    display: none;
}
.wrap-sidenav .location a:hover
{
    color: #8cc63f;
}
.wrapper
{
    overflow: hidden;

    padding: 70px 0;

    background-color: #fafafa;
}
@media (max-width: 991px)
{
    .wrapper
    {
        padding: 50px 0;
    }
}
.wrapper-product,
.wrapper-realestate,
.wrapper-contact
{
    padding-bottom: 0;
}
.wrap-title
{
    overflow: hidden;
}
.title-in
{
    text-align: center;
}
.title-in h2
{
    font-size: 28px;

    margin: 0;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 22px;
    }
}
.title-in p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;

    margin: 10px 0 0 0;

    text-transform: uppercase;

    color: #999;
}
.wrap-left
{
    float: left;

    width: 73%;
    padding-right: 80px;
}
@media (max-width: 1560px)
{
    .wrap-left
    {
        padding-right: 50px;
    }
}
@media (max-width: 991px)
{
    .wrap-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-right
{
    float: right;

    width: 27%;
    padding-left: 80px;

    border-left: 1px solid #eee;
}
@media (max-width: 1560px)
{
    .wrap-right
    {
        padding-left: 50px;
    }
}
@media (max-width: 991px)
{
    .wrap-right
    {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;

        border-left: none;
    }
}
.wrap-right .wrap-alist
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .wrap-right .wrap-alist ul
    {
        overflow: hidden;

        margin: 0 -10px;
    }
}
.wrap-right .wrap-alist ul li:first-child .item
{
    margin-top: 0;
}
@media (max-width: 991px)
{
    .wrap-right .wrap-alist ul li:first-child
    {
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-right .wrap-alist ul li
    {
        float: left;

        width: 50%;
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-right .wrap-alist ul li
    {
        width: 100%;
    }
}
.wrap-right .wrap-alist .item
{
    position: relative;

    display: block;

    margin-top: 34px;
}
@media (max-width: 991px)
{
    .wrap-right .wrap-alist .item
    {
        margin-top: 20px;
    }
}
.wrap-right .wrap-alist .item .img-box
{
    padding-bottom: 75%;
}
.wrap-right .wrap-alist .item .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-right .wrap-alist .item .note
{
    position: absolute;
    top: 20px;
    left: 0;

    width: 100%;
    padding: 0 20px;
}
.wrap-right .wrap-alist .item .note p
{
    font-size: 18px;
    line-height: 1.77777778;

    margin: 0;

    color: #fff;
    text-shadow: 2px 0 5px rgba(0, 0, 0, .5);
}
.wrap-right .wrap-alist .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-right .wrap-nlist
{
    overflow: hidden;
}
.wrap-right .wrap-nlist .title-nlist h2
{
    font-size: 22px;
    line-height: 1.5;

    display: inline-block;

    margin: 0;

    border-bottom: 3px solid #004098;
}
.wrap-right .wrap-nlist ul li
{
    padding: 20px 0;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-right .wrap-nlist ul li h3
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-right .wrap-nlist ul li p
{
    font-size: 15px;
    line-height: 1.73333333;

    display: -webkit-box;
    overflow: hidden;

    height: 26px;
    margin: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-right .wrap-nlist ul li a
{
    display: block;
}
.wrap-right .wrap-nlist ul li span
{
    font-size: 15px;

    display: block;

    margin-top: 8px;

    color: #808080;
}
.wrap-right .wrap-nlist ul li:hover h3
{
    color: #004098;
}
.wrap-right .wrap-nlist .more
{
    margin-top: 30px;
}
.wrap-right .wrap-nlist .more a
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #004098;
}
.wrap-right .wrap-nlist .more a:before,
.wrap-right .wrap-nlist .more a:after
{
    display: inline-block;

    width: 26px;
    height: 2px;
    margin-right: 10px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: middle;

    background-color: #004098;
}
.wrap-right .wrap-nlist .more a:after
{
    margin-right: 0;
    margin-left: 10px;
}
.wrap-right .wrap-nlist .more a:hover
{
    color: #8cc63f;
}
.wrap-right .wrap-nlist .more a:hover:before,
.wrap-right .wrap-nlist .more a:hover:after
{
    background-color: #8cc63f;
}
.wrap-right .wrap-nslist
{
    overflow: hidden;
}
.wrap-right .wrap-nslist .title-nslist h2
{
    font-size: 22px;
    line-height: 1.5;

    display: inline-block;

    margin: 0;
}
.wrap-right .wrap-nslist .title-nslist h2:after
{
    display: block;

    width: 50px;
    height: 4px;

    content: '';

    background-color: #004098;
}
.wrap-right .wrap-nslist ul
{
    margin-top: 20px;
}
.wrap-right .wrap-nslist ul li a
{
    font-size: 14px;
    line-height: 36px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 36px;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #808080;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-right .wrap-nslist ul li a
    {
        font-size: 15px;
    }
}
.wrap-right .wrap-nslist ul li a span
{
    display: inline-block;
}
.wrap-right .wrap-nslist ul li a:hover
{
    color: #004098;
}
.wrap-about .title-about h2
{
    font-size: 23px;

    margin: 0;

    color: #004098;
}
@media (max-width: 991px)
{
    .wrap-about .title-about h2
    {
        font-size: 24px;
    }
}
.wrap-about .title-about p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 22px;

    margin: 10px 0 0 0;

    text-transform: uppercase;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-about .title-about p
    {
        font-size: 18px;
    }
}
.wrap-about .about
{
    margin-top: 40px;
}
.wrap-about .about p
{
	display: inline-block;
    font-size: 14px;
    line-height: 2;

    margin: 0;

    text-align: justify;

    color: #666;
	
}
.wrap-about .about .num .item p{
	width: 41%;
	margin-left: 20px;
	margin-top: 25px;
	line-height: 24px;
}

/* margin-top: 35px;
	margin-left: 3%; */
@media (max-width: 1199px) {
    .wrap-about .about .num .item p {
        width: 58%;
    }
}
.wrap-about .about img
{
    max-width: 100%;
}
.wrap-about .about .num
{
    overflow: hidden;

    padding: 10px 0;

    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.wrap-about .about .num ul
{
    font-size: 0;
}
@media (max-width: 991px)
{
    .wrap-about .about .num ul
    {
        margin: 0 -8px;
    }
}
@media (min-width: 1200px)
{
    .wrap-about .about .num ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .wrap-about .about .num ul:after
    {
        display: inline-block;
        overflow: hidden;

        /* width: 100%; */
        height: 0;
        margin: 0;

        content: '';
    }
}

.wrap-about .about .num ul li
{
    display: inline-block;

    width: 38%;
    list-style: none;

    text-align: left;
    vertical-align: middle;
}
.wrap-about .about .num ul li:last-child{
	width: 24%;
	float: right;
}
@media (max-width: 1440px) {
	.wrap-about .about .num .item p{
		width: 51%;
	}
	.wrap-about .about .num ul li{
		width: 36%;
	}
	.wrap-about .about .num ul li:last-child{
		width: 26%;
	}
}
@media (max-width: 1024px)
{
	.wrap-about .about .num ul li{
		width: 33.3333%;
	}
	.wrap-about .about .num ul li:last-child{
		width: 33.3333%;
	}
}
@media (max-width: 991px)
{
    .wrap-about .about .num ul li
    {
        /* width: 50%; */
        /* max-width: 50%; */
        padding: 0 8px;
		/* text-align: center; */
    }
	/* .wrap-about .about p{
		text-align: center;
	} */
}
@media (max-width: 767px)
{
    .wrap-about .about .num ul li
    {
        width: 100%;
        max-width: 100%;
        padding: 0 8px;
		text-align: center;
    }
	.wrap-about .about .num ul li:last-child{
		width: 100%;
	}
	.wrap-about .about p{
		text-align: center;
	}
}
.wrap-about .about .num .item
{
	float: left;
	width: 100%;
    margin: 10px 0;
}
.wrap-about .about .num .item h4
{
    font-size: 14px;

    display: block;

    color: #ccc;
}
.wrap-about .about .num .item h3
{
	/* width: 10%; */
    font-family: 'ITC Avant Garde Gothic';
    font-size: 52px;
    font-size: 48px;
	float: left;
    color: #5e5e5e;
}
@media (max-width: 1366px){
	.wrap-about .about .num .item h3 {
		font-size: 40px;
	}
}
@media (max-width: 1199px)
{
	.wrap-about .about .num .item h3
	{
	    font-size: 40px;
	}
	
   
}
@media (max-width: 991px)
{
    .wrap-about .about .num .item h3
    {
        font-size: 32px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .num .item h3
    {
        width: 100%;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .about .num .item p
    {
        font-size: 15px;
    }
	.wrap-about .about .num .item h3{
		font-size: 30px;
		font-size: 24px;
	}
	.wrap-about .about .num .item p{
		width: 65%;
		font-size: 12px;
		line-height: 1.2;
		margin-top: 18px;
		margin-left: 10px;
	}
}
@media (max-width: 991px)
{
    .wrap-about .about .num .item p
    {
        font-size: 12px;
    }
}
.wrap-founder .pic
{
    float: left;

    width: 27%;
}


@media (max-width: 1440px)
{
    .wrap-founder .pic
    {
        width: 34%;
    }
}
@media (max-width: 991px)
{
    .wrap-founder .pic
    {
        width: 100%;
    }
}
.wrap-founder .pic img
{
    max-width: 100%;
}
.wrap-founder .text
{
    float: left;

    width: 73%;
    padding-left: 100px;
}
@media (max-width: 1440px)
{
    .wrap-founder .text
    {
        width: 66%;
        padding-left: 60px;
    }
}
@media (max-width: 991px)
{
    .wrap-founder .text
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-founder .text h3
{
    font-size: 24px;

    margin-bottom: 0;
}
@media (max-width: 991px)
{
    .wrap-founder .text h3
    {
        font-size: 20px;
    }
}
.wrap-founder .text h3 span
{
    font-size: 18px;

    display: inline-block;

    margin-left: 10px;

    color: #808080;
}
@media (max-width: 991px)
{
    .wrap-founder .text h3 span
    {
        font-size: 14px;
    }
}
.wrap-founder .text p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #808080;
}
/*@media (max-width: 991px) {
    .wrap-founder .text p {
        font-size: 15px;
    }
}*/
.wrap-founder .text hr
{
    border-top: 1px solid #d2d2d2;
}
.wrap-founder .text .note p
{
    position: relative;

    margin: 10px 0;
    padding-left: 24px;
}
.wrap-founder .text .note p:before
{
    position: absolute;
    top: 8px;
    left: 0;

    display: block;

    width: 3px;
    height: 16px;

    content: '';

    background: url(../image/line-1.jpg) no-repeat;
}
.wrap-development .development
{
    position: relative;

    padding-top: 180px;
    padding-bottom: 90px;

    background: url(../image/development_bg.jpg) no-repeat;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-development .development
    {
        padding-top: 30px;
    }
}
.wrap-development .development .slick-initialized .slick-slide
{
    position: relative;

    display: inline-block;
    float: none;

    padding-bottom: 40px;

    vertical-align: bottom;
}
.wrap-development .development .item
{
    padding: 0 30px;

    border-bottom: 1px dashed #b5b5b5;
}
.wrap-development .development .item:after
{
    display: block;

    width: 1px;
    height: 130px;

    content: '';

    border-left: 1px dashed #b5b5b5;
}
.wrap-development .development .item .note
{
    padding-bottom: 20px;

    border-bottom: 2px solid #004098;
}
.wrap-development .development .item .note h4
{
    font-size: 22px;

    margin: 0 0 14px 0;
}
.wrap-development .development .item .note p
{
    font-size: 14px;
    line-height: 1.75;

    text-align: justify;

    color: #808080;
}
.wrap-development .development .item h3
{
    font-size: 16px;

    position: absolute;
    bottom: 0;
    left: 8px;

    color: #999;
}
.wrap-development .development .item h3:before
{
    position: absolute;
    top: -18px;
    left: 16px;

    display: block;

    width: 12px;
    height: 12px;

    content: '';

    border: 1px solid #004098;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-development .slick-arrow
{
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: -24px;

    cursor: pointer;

    background: none;
}
@media (max-width: 991px)
{
    .wrap-development .slick-arrow
    {
        left: -15px;
    }
}
.wrap-development .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    line-height: 24px;

    display: block;

    width: 24px;
    height: 24px;

    content: '\e601';
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #fff;
    background-color: #004098;
}
.wrap-development .slick-arrow.slick-next
{
    right: -24px;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-development .slick-arrow.slick-next
    {
        right: -15px;
    }
}
.wrap-development .slick-arrow.slick-next:before
{
    content: '\e827';
}
.wrap-development .slick-arrow:hover:before
{
    background-color: #8cc63f;
}
.wrap-culture .row
{
    margin: 0 -25px;
}
@media (max-width: 1560px)
{
    .wrap-culture .row
    {
        margin: 0 -15px;
    }
}
.wrap-culture .list
{
    padding: 0 25px;
}
@media (max-width: 1560px)
{
    .wrap-culture .list
    {
        padding: 0 15px;
    }
}
.wrap-culture .item
{
    margin-top: 50px;
    padding: 0 30px;

    -webkit-transition: all .4s;
    transition: all .4s;

    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}
@media (max-width: 991px)
{
    .wrap-culture .item
    {
        padding: 0 15px;
    }
}
.wrap-culture .item .title-culture
{
    padding: 30px 0;

    border-bottom: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-culture .item .title-culture
    {
        padding: 15px 0;
    }
}
.wrap-culture .item .title-culture h3
{
    font-size: 24px;
}
@media (max-width: 1560px)
{
    .wrap-culture .item .title-culture h3
    {
        font-size: 22px;
    }
}
.wrap-culture .item .title-culture h3 span
{
    font-size: 22px;

    display: inline-block;

    margin-left: 10px;

    text-transform: uppercase;

    color: #ddd;
}
@media (max-width: 1560px)
{
    .wrap-culture .item .title-culture h3 span
    {
        font-size: 18px;
    }
}
.wrap-culture .item .title-culture p
{
    font-size: 16px;
    line-height: 1.45454545;

    margin: 0;

    color: #808080;
}
.wrap-culture .item .pic
{
    padding: 30px 0;
}
@media (max-width: 991px)
{
    .wrap-culture .item .pic
    {
        padding: 15px 0;
    }
}
.wrap-culture .item .pic .img-box
{
    padding-bottom: 52.5%;
}
.wrap-culture .item:hover
{
    border-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
.wrap-wemedia
{
    padding: 70px 20px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-wemedia
    {
        padding: 60px 0;
    }
}
.wrap-wemedia .title-wemedia
{
    text-align: center;
}
.wrap-wemedia .title-wemedia h2
{
    font-size: 26px;
}
.wrap-wemedia .title-wemedia h2:before
{
    display: block;

    width: 36px;
    height: 36px;
    margin: 0 auto;
    margin-bottom: 14px;

    content: '';

    background: url(../image/icon1.jpg) no-repeat;
}
.wrap-wemedia .wemedia-sort
{
    margin-top: 20px;

    text-align: center;
}
.wrap-wemedia .wemedia-sort ul li
{
    display: inline-block;

    margin-top: 10px;
    padding: 0 24px;
}
@media (max-width: 991px)
{
    .wrap-wemedia .wemedia-sort ul li
    {
        padding: 0 4px;
    }
}
.wrap-wemedia .wemedia-sort ul li a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 0 14px;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #999;
}
.wrap-wemedia .wemedia-sort ul li.active a,
.wrap-wemedia .wemedia-sort ul li:hover a
{
    color: #fff;
    border-radius: 5px;
    background-color: #004098;
}
.wrap-wemedia .wemedia ul
{
    font-size: 0;

    text-align: center;
}
.wrap-wemedia .wemedia ul li
{
    display: inline-block;

    width: 20%;
    margin-top: 70px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-wemedia .wemedia ul li
    {
        width: 33.33333333%;
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-wemedia .wemedia ul li
    {
        width: 50%;
    }
}
.wrap-wemedia .wemedia .item
{
    text-align: center;
}
.wrap-wemedia .wemedia .item .pic
{
    max-width: 144px;
    margin: 0 auto;

    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #efefef;
}
.wrap-wemedia .wemedia .item p
{
    font-size: 14px;
    line-height: 30px;

    margin: 10px 0 0 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-wemedia .wemedia .item p
    {
        font-size: 14px;
    }
}
.wrap-wemedia .wemedia .item:hover .pic
{
    border-color: #004098;
}
.wrap-wemedia .wemedia .item:hover p
{
    color: #004098;
}
.wrap-product
{
    padding: 40px 24px 30px 24px;
}
@media (max-width: 991px)
{
    .wrap-product
    {
        padding: 20px 0 30px 0;
    }
}
.wrap-product .product ul
{
    overflow: hidden;
}
.wrap-product .product ul li
{
    float: left;

    width: 25%;
}
@media (max-width: 991px)
{
    .wrap-product .product ul li
    {
        width: 50%;
    }
}
.wrap-product .product .item
{
    position: relative;

    background-color: #004098;
}
.wrap-product .product .item .img-box
{
    padding-bottom: 161.70212766%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all .4s;
    transition: all .4s;

    opacity: .55;
}
.wrap-product .product .item .note
{
    position: absolute;
    bottom: 60px;

    display: block;

    padding: 0 30px;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #fefefe;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .note
    {
        bottom: 30px;

        padding: 0 10px;
    }
}
.wrap-product .product .item .note span
{
    font-size: 44px;

    display: inline-block;

    border-bottom: 3px solid #fff;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .note span
    {
        font-size: 30px;
    }
}
.wrap-product .product .item .note h3
{
    font-size: 20px;

    margin: 10px 0 0 0;
}
.wrap-product .product .item .note p
{
    font-size: 18px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .note p
    {
        font-size: 14px;
    }
}
.wrap-product .product .item:hover .img-box img
{
    opacity: 1;
}
.wrap-product .product .item:hover .note
{
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
}
.wrap-product-realestate .realestate-list .item-1
{
    position: relative;
}
.wrap-product-realestate .realestate-list .item-1 .img-box
{
    padding-bottom: 32.93333333%;
}
.wrap-product-realestate .realestate-list .item-1 p
{
    font-size: 22px;

    position: absolute;
    bottom: 40px;
    left: 30px;

    margin: 0;

    color: #fff;
    /*border-bottom: 1px solid #fff;*/
}
@media (max-width: 991px)
{
    .wrap-product-realestate .realestate-list .item-1 p
    {
        font-size: 22px;

        bottom: 20px;
        left: 15px;
    }
}
.wrap-product-realestate .realestate-list .showMoreNChildren
{
    font-size: 0;

    overflow: hidden;

    margin: 0 -20px;
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .wrap-product-realestate .realestate-list .showMoreNChildren
    {
        margin: 0 -10px;
    }
}
.wrap-product-realestate .realestate-list .showMoreNChildren li
{
    display: inline-block;

    width: 33.33333333%;
    margin-top: 40px;
    padding: 0 20px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-product-realestate .realestate-list .showMoreNChildren li
    {
        margin-top: 30px;
        padding: 0 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-realestate .realestate-list .showMoreNChildren li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-realestate .realestate-list .showMoreNChildren li
    {
        width: 100%;
    }
}
.wrap-product-realestate .realestate-list .showMoreNChildren .item
{
    border: 1px solid #c9c9c9;
    background-color: #fff;
}
.wrap-product-realestate .realestate-list .showMoreNChildren .item .img-box
{
    padding-bottom: 51.06382979%;
}
.wrap-product-realestate .realestate-list .showMoreNChildren .item .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-realestate .realestate-list .showMoreNChildren .item .note
{
    display: block;

    padding: 10px 30px 40px 30px;
}
@media (max-width: 991px)
{
    .wrap-product-realestate .realestate-list .showMoreNChildren .item .note
    {
        padding: 10px 15px 30px 15px;
    }
}
.wrap-product-realestate .realestate-list .showMoreNChildren .item .note h3
{
    font-size: 18px;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0 0 14px 0;

    text-align: center;

    border-bottom: 1px solid #dcdcdc;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product-realestate .realestate-list .showMoreNChildren .item .note p.tel,
.wrap-product-realestate .realestate-list .showMoreNChildren .item .note p.address
{
    font-size: 14px;
    line-height: 1.875;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 26px;
    padding-left: 30px;

    color: #888;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wrap-product-realestate .realestate-list .showMoreNChildren .item .note p.tel:before,
.wrap-product-realestate .realestate-list .showMoreNChildren .item .note p.address:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    line-height: 30px;

    position: absolute;
    left: 0;

    content: '\e612';
}
.wrap-product-realestate .realestate-list .showMoreNChildren .item .note p.address:before
{
    content: '\e60d';
}
.wrap-product-realestate .realestate-list .showMoreNChildren .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product-realestate .realestate-list .showMoreNChildren .item:hover .note h3
{
    color: #004098;
}
.wrap-product-realestate .realestate-list .showMorehandle
{
    margin-top: 60px;

    text-align: center;
}
.wrap-product-realestate .realestate-list .showMorehandle a
{
    font-size: 0;
    line-height: 46px;

    display: inline-block;

    width: 46px;
    height: 46px;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #fff;
    background: url(../image/more_bg.png) no-repeat;
}
.wrap-product-realestate .realestate-list .showMorehandle a:hover
{
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
.wrap-product-realestate .layout
{
    margin-top: 70px;
    padding: 30px 30px 60px 30px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-realestate .layout
    {
        padding: 30px 15px 40px 15px;
    }
}
.wrap-product-realestate .layout .title-layout h3
{
    font-size: 26px;
    line-height: 1.5625;

    display: inline-block;

    margin: 0;

    border-bottom: 2px solid #004098;
}
@media (max-width: 991px)
{
    .wrap-product-realestate .layout .title-layout h3
    {
        font-size: 20px;
    }
}
.wrap-product-realestate .layout .info
{
    overflow: hidden;
}
.wrap-product-realestate .layout .info .pic
{
    float: left;

    width: 47%;
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-product-realestate .layout .info .pic
    {
        width: 100%;
    }
}
.wrap-product-realestate .layout .info .pic img
{
    max-width: 100%;
}
.wrap-product-realestate .layout .info .list
{
    float: left;
    overflow: hidden;

    width: 53%;
    margin-top: 50px;
    padding-left: 80px;
}
@media (max-width: 991px)
{
    .wrap-product-realestate .layout .info .list
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-product-realestate .layout .info .list .layout-sort
{
    margin: 0 -8px;
}
.wrap-product-realestate .layout .info .list .layout-sort li
{
    display: inline-block;

    margin-top: 30px;
    padding: 0 8px;
}
@media (max-width: 991px)
{
    .wrap-product-realestate .layout .info .list .layout-sort li
    {
        margin-top: 20px;
    }
}
.wrap-product-realestate .layout .info .list .layout-sort li a
{
    font-size: 14px;
    line-height: 40px;

    display: inline-block;

    padding: 0 40px;

    border-radius: 50px;
    background-color: #efefef;
}
@media (max-width: 991px)
{
    .wrap-product-realestate .layout .info .list .layout-sort li a
    {
        padding: 0 30px;
    }
}
.wrap-product-realestate .layout .info .list .layout-sort li.active a
{
    color: #fff;
    background-color: #8cc63f;
}
.wrap-product-realestate .layout .info .list .laylist
{
    overflow: hidden;

    margin-top: 30px;
}
.wrap-product-realestate .layout .info .list .laylist h3
{
    font-size: 18px;
    line-height: 2;

    display: inline-block;

    margin: 20px 0;

    color: #004098;
    border-bottom: 2px solid #004098;
}
.wrap-product-realestate .layout .info .list .laylist .note
{
    font-size: 0;

    margin: 0 -10px;
}
.wrap-product-realestate .layout .info .list .laylist .note p
{
    font-size: 14px;
    line-height: 38px;

    display: inline-block;
    overflow: hidden;

    width: 130px;
    /*border-bottom: 1px solid #e6e6e6;*/
    height: 38px;
    margin: 0;
    margin: 0 10px;
    margin-top: 10px;

    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #555;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
}
.wrap-product-realestate .layout .info .list .laylist .note p a
{
    display: block;
}
.wrap-product-realestate .layout .info .list .laylist .note p:hover
{
    color: #004098;
    border-color: #004098;
}
.wrap-product-realestate .layout .info .list .laylist .more
{
    margin-top: 40px;
}
.wrap-product-realestate .layout .info .list .laylist .more a
{
    font-size: 14px;
    line-height: 30px;

    color: #004098;
}
/*@media (max-width: 991px) {
    .wrap-product-realestate .layout .info .list .laylist .more a {
        font-size: 15px;
    }
}
*/
.wrap-product-realestate .layout .info .list .laylist .more a:hover
{
    color: #8cc63f;
}
.wrap-realestate-show
{
    overflow: hidden;

    margin-top: 50px;
}
.wrap-realestate-show .realestate-location
{
    overflow: hidden;

    text-align: right;
}
.wrap-realestate-show .realestate-location .location
{
    font-size: 14px;
    line-height: 58px;

    position: relative;
    z-index: 4;

    display: inline-block;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-realestate-show .realestate-location .location
    {
        font-size: 14px;
        line-height: 44px;
    }
}
.wrap-realestate-show .realestate-location .location:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    height: 56px;
    margin-top: 2px;
    margin-right: 14px;

    content: '\e64e';
}
@media (max-width: 991px)
{
    .wrap-realestate-show .realestate-location .location:before
    {
        height: auto;
    }
}
.wrap-realestate-show .realestate-location .location span
{
    display: inline-block;
}
.wrap-realestate-show .realestate-location .location a
{
    display: inline-block;
}
.wrap-realestate-show .realestate-location .location a:after
{
    content: '-';
}
.wrap-realestate-show .realestate-location .location a:last-child:after
{
    display: none;
}
.wrap-realestate-show .realestate-location .location a:hover
{
    color: #8cc63f;
}
.wrap-realestate-show .realestate-show
{
    font-size: 0;

    position: relative;
    z-index: 9;
}
.wrap-realestate-show .realestate-show .top-show
{
    position: relative;

    margin-top: 50px;
    padding-left: 420px;
}
@media (max-width: 991px)
{
    .wrap-realestate-show .realestate-show .top-show
    {
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-realestate-show .realestate-show .top-show .slick-realestate .item .img-box
{
    padding-bottom: 50.92592593%;
}
.wrap-realestate-show .realestate-show .top-show .slick-realestate .slick-dots
{
    position: absolute;
    bottom: 20px;

    width: 100%;
    padding: 0 15px;

    text-align: right;
}
@media (max-width: 1199px)
{
    .wrap-realestate-show .realestate-show .top-show .slick-realestate .slick-dots
    {
        text-align: center;
    }
}
@media (max-width: 767px)
{
    .wrap-realestate-show .realestate-show .top-show .slick-realestate .slick-dots
    {
        bottom: 12px;

        display: none;
    }
}
.wrap-realestate-show .realestate-show .top-show .slick-realestate .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 7px;
    height: 7px;
    margin: 0 5px;

    cursor: pointer;

    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #fff;
}
.wrap-realestate-show .realestate-show .top-show .slick-realestate .slick-dots li.slick-active
{
    border-color: #004098;
    background-color: #004098;
}
.wrap-realestate-show .realestate-show .top-show .slick-realestate .slick-dots li button
{
    opacity: 0;
}
.wrap-realestate-show .realestate-show .top-show .info
{
    position: absolute;
    top: 0;
    left: 0;

    width: 420px;
    height: 100%;
    padding: 4% 40px;

    color: #fff;
    background-color: #004098;
}
@media (max-width: 1560px)
{
    .wrap-realestate-show .realestate-show .top-show .info
    {
        padding: 3% 30px 1%;
    }
}
@media (max-width: 991px)
{
    .wrap-realestate-show .realestate-show .top-show .info
    {
        position: relative;

        width: 100%;
        padding: 30px 15px;
    }
}
.wrap-realestate-show .realestate-show .top-show .info .note img
{
    max-width: 100%;
    margin-bottom: 30px;
}
.wrap-realestate-show .realestate-show .top-show .info .note h3
{
    font-size: 24px;

    margin: 0 0 24px 0;
}
@media (max-width: 1560px)
{
    .wrap-realestate-show .realestate-show .top-show .info .note h3
    {
        font-size: 18px;

        margin-bottom: 10px;
    }
}
.wrap-realestate-show .realestate-show .top-show .info .note p
{
    font-size: 14px;
    line-height: 2.11111111;

    margin: 0;
}
@media (max-width: 1560px)
{
    .wrap-realestate-show .realestate-show .top-show .info .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
/*@media (max-width: 991px) {
    .wrap-realestate-show .realestate-show .top-show .info .note p {
        font-size: 15px;
    }
}
*/
.wrap-realestate-show .realestate-show .text
{
	font-size: 0;
    position: relative;

    margin-top: 60px;
}
.wrap-realestate-show .realestate-show .text .note
{
    float: left;

    width: 81%;
    padding-right: 70px;
    padding-bottom: 40px;
		font-size: 16px;
		line-height: 2;
		padding-top: 20px;
}
@media (max-width: 1560px)
{
    .wrap-realestate-show .realestate-show .text .note
    {
        width: 72%;
    }
}
@media (max-width: 991px)
{
    .wrap-realestate-show .realestate-show .text .note
    {
        width: 100%;
        padding-right: 0;
    }
}
@media (max-width: 767px){
	.wrap-realestate-show .realestate-show .text .note {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.wrap-realestate-show .realestate-show .text .note p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #666;
}
/*
@media (max-width: 991px) {
    .wrap-realestate-show .realestate-show .text .note p {
        font-size: 15px;
    }
}*/
.wrap-realestate-show .realestate-show .text .list
{
    position: relative;
    z-index: 5;

    float: left;

    width: 19%;
    padding: 50px 20px;

    color: #fff;
    background-color: #004098;
}
@media (max-width: 1560px)
{
    .wrap-realestate-show .realestate-show .text .list
    {
        width: 28%;
    }
}
@media (max-width: 991px)
{
    .wrap-realestate-show .realestate-show .text .list
    {
        width: 100%;
        margin-top: 40px;
        padding: 30px 15px;
    }
}
.wrap-realestate-show .realestate-show .text .list p
{
    font-size: 18px;

    position: relative;

    margin: 0;
    padding-left: 30px;
}
.wrap-realestate-show .realestate-show .text .list p:before
{
    font-family: 'iconfont' !important;

    position: absolute;
    left: 0;

    content: '\e61c';
}
.wrap-realestate-show .realestate-show .text .list p.address:before
{
    content: '\e63e';
}
.wrap-realestate-show .realestate-show .text .list h3
{
    font-size: 24px;

    display: inline-block;

    margin: 14px 0 24px 0;
    padding-bottom: 20px;

    border-bottom: 1px solid #86a6d1;
}
@media (max-width: 1560px)
{
    .wrap-realestate-show .realestate-show .text .list h3
    {
        font-size: 24px;
    }
}
.wrap-realestate-show .realestate-show .text .list h4
{
    font-size: 14px;
    line-height: 1.875;

    margin: 10px 0 0 0;
}
.b_r #b_rMap1
{
    height: 520px;
}
@media (max-width: 991px)
{
    .b_r #b_rMap1
    {
        height: 360px;
        margin-top: 0;
    }
}
.b_r #b_rMap
{
    height: 660px;
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .b_r #b_rMap
    {
        height: 360px;
    }
}
.wrap-realestate-show .realestate-show .top-show .info .note::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 2px;
}
.wrap-realestate-show .realestate-show .top-show .info .note::-webkit-scrollbar-track
{
    background-color: #9f9f9f;
}
.wrap-realestate-show .realestate-show .top-show .info .note::-webkit-scrollbar-thumb
{
    background-color: #dcdcdc;
}
.wrap-product-property .property .title-property h3
{
    font-size: 24px;

    margin: 0;

    color: #004098;
}
@media (max-width: 991px)
{
    .wrap-product-property .property .title-property h3
    {
        font-size: 20px;
    }
}
.wrap-product-property .property .title-property p
{
    font-size: 16px;

    text-transform: uppercase;

    color: #ccc;
}
.wrap-product-property .property .text
{
    margin-top: 30px;
}
.wrap-product-property .property .text p
{
    font-size: 14px;
    line-height: 1.75;

    margin: 0;

    color: #808080;
}
/*@media (max-width: 991px) {
    .wrap-product-property .property .text p {
        font-size: 15px;
    }
}
*/
.wrap-product-property .property .info
{
    margin-top: 80px;
}
.wrap-product-property .property .info:after
{
    display: block;

    width: 100%;
    height: 1px;
    margin-top: -10px;

    content: '';

    background-color: #c9c9c9;
}
.wrap-product-property .property .info .slick-initialized .slick-slide
{
    position: relative;

    display: inline-block;
    float: none;

    padding: 0 22px;

    vertical-align: bottom;
}
.wrap-product-property .property .info .item
{
    position: relative;
}
.wrap-product-property .property .info .item:after
{
    display: block;

    width: 21px;
    height: 21px;
    margin: 0 auto;
    margin-top: 44px;

    content: '';

    background: url(../image/dots-1.png) no-repeat;
}
.wrap-product-property .property .info .item .note
{
    position: relative;

    padding: 30px;

    border: 1px solid #e4e4e4;
    border-radius: 10px;
    background-color: #fff;
		
}
.wrap-product-property .property .info .item .note p { white-space: pre-line; }
@media (max-width: 991px)
{
    .wrap-product-property .property .info .item .note
    {
        padding: 30px 15px;
    }
}
.wrap-product-property .property .info .item .note:after,
.wrap-product-property .property .info .item .note:before
{
    position: absolute;
    bottom: -18px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    border-width: 18px 12px 0 12px;
    border-style: solid;
    border-color: #e4e4e4 transparent transparent transparent;
}
.wrap-product-property .property .info .item .note:after
{
    position: absolute;
    bottom: -16px;

    border-width: 18px 12px 0 12px;
    border-color: #fff transparent transparent transparent;
}
.wrap-product-property .property .info .item h3
{
    font-size: 22px;

    margin: 0 0 14px 0;
}
.wrap-product-property .property .info .item p
{
    font-size: 14px;
    line-height: 1.77777778;

    margin: 0;

    color: #808080;
}
@media (max-width: 991px)
{
    .wrap-product-property .property .info .item p
    {
        font-size: 14px;
    }
}
.wrap-product-property .property .info .slick-arrow
{
    position: absolute;
    z-index: 9;
    bottom: -20px;
    left: -15px;

    cursor: pointer;

    background: none;
}
@media (max-width: 991px)
{
    .wrap-product-property .property .info .slick-arrow
    {
        left: -15px;
    }
}
.wrap-product-property .property .info .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    display: block;

    content: '\e78f';
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #ccc;
}
.wrap-product-property .property .info .slick-arrow.slick-next
{
    right: -15px;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-product-property .property .info .slick-arrow.slick-next
    {
        right: -15px;
    }
}
.wrap-product-property .property .info .slick-arrow.slick-next:before
{
    content: '\e9bb';
}
.wrap-product-property .property .info .slick-arrow:hover:before
{
    color: #004098;
}
.wrap-product-property .project
{
    margin-top: 70px;
}
.wrap-product-property .project .title-project h3
{
    font-size: 24px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-property .project .title-project h3
    {
        font-size: 20px;
    }
}
/*
.wrap-product-property .project .title-project h3:after {
    display: block;

    width: 45px;
    height: 4px;

    content: '';

    background-color: #004098;
}
*/
.wrap-product-property .project .info .row
{
    margin: 0 -22px;
}
.wrap-product-property .project .info .list
{
    padding: 0 22px;
}
.wrap-product-property .project .info .item
{
    margin-top: 40px;

    text-align: center;
}
.wrap-product-property .project .info .item .img-box
{
    padding-bottom: 51.06382979%;
}
.wrap-product-property .project .info .item .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-property .project .info .item p
{
    font-size: 15px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 30px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product-property .project .info .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product-property .project .info .item:hover p
{
    color: #004098;
}
/*@media (max-width: 991px) {
    .wrap-welfare .welfare-list .item p {
        font-size: 15px;
    }
}
*/
.wrap-job .concept
{
    padding-bottom: 40px;

    border-bottom: 1px solid #ccc;
}
.wrap-job .concept .title-concept h3
{
    font-size: 24px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-job .concept .title-concept h3
    {
        font-size: 20px;
    }
}
.wrap-job .concept .text
{
    margin-top: 30px;
}
.wrap-job .concept .text p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #808080;
}
@media (max-width: 991px)
{
    .wrap-job .concept .text p
    {
        font-size: 14px;
    }
}
.wrap-job .concept .text h3
{
    font-size: 18px;
    line-height: 1.53846154;

    margin: 0;

    color: #004098;
}
@media (max-width: 991px)
{
    .wrap-job .concept .text h3
    {
        font-size: 16px;
    }
}
.wrap-job .talent
{
    padding-top: 70px;
}
.wrap-job .talent .title-talent h3
{
    font-size: 24px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-job .talent .title-talent h3
    {
        font-size: 20px;
    }
}
.wrap-job .talent .text
{
    margin-top: 30px;
}
.wrap-job .talent .text p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #808080;
}
@media (max-width: 991px)
{
    .wrap-job .talent .text p
    {
        font-size: 14px;
    }
}
.wrap-job .talent .list
{
    display: inline-block;

    vertical-align: top;
}
.wrap-job .talent .item
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-job .talent .item
    {
        margin-top: 30px;
    }
}
.wrap-job .talent .item .img-box
{
    padding-bottom: 46.11111111%;
}
.wrap-job .talent .item h3
{
    font-size: 16px;
    line-height: 1.66666667;

    margin: 30px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-job .talent .item h3
    {
        font-size: 15px;
    }
}
.wrap-job .talent .item p
{
    font-size: 14px;
    line-height: 1.5;

    margin: 0;

    color: #808080;
}
@media (max-width: 991px)
{
    .wrap-job .talent .item p
    {
        font-size: 14px;
    }
}
.wrap-job .job
{
    padding-top: 80px;
}
.wrap-job .job .title-job
{
    border-bottom: 1px solid #ccc;
}
.wrap-job .job .title-job h3
{
    font-size: 24px;

    position: relative;

    margin: 0;
    padding-bottom: 20px;
}
@media (max-width: 991px)
{
    .wrap-job .job .title-job h3
    {
        font-size: 20px;
    }
}
/*.wrap-job .job .title-job h3:after {
    position: absolute;
    bottom: -1px;

    display: block;

    width: 186px;
    height: 3px;

    content: '';

    background-color: #8cc63f;
}
*/
.wrap-job .job ul
{
    overflow: hidden;

    margin-top: 50px;
    padding: 10px;
}
.wrap-job .job ul li
{
    float: left;

    width: 33.33333333%;
    /*border-bottom: 1px solid #ccc;*/
    margin-top: -1px;
    margin-left: -1px;
    padding: 40px 30px;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;

    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
/*.wrap-job .job ul li:nth-child(3n) {
    border-right: none;
}*/
@media (max-width: 991px)
{
    .wrap-job .job ul li
    {
        width: 50%;
        padding: 30px 15px;
    }
    /* .wrap-job .job ul li:nth-child(3n) {
        border-right: 1px solid #ccc;
    }

    .wrap-job .job ul li:nth-child(2n) {
        border-right: none;
    }*/
}
.wrap-job .job ul li .title-item
{
    padding-bottom: 20px;

    border-bottom: 1px solid #ccc;
}
.wrap-job .job ul li .title-item span
{
    font-size: 12px;

    display: block;

    color: #666;
}
.wrap-job .job ul li .title-item h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-transition: all .4s;
    transition: all .4s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-job .job ul li .title-item h3
    {
        font-size: 16px;
    }
}
.wrap-job .job ul li .note
{
    overflow: hidden;

    height: 120px;
    margin: 20px 0;
}
.wrap-job .job ul li .note p
{
    font-size: 14px;
    line-height: 30px;

    margin: 0;
}
/*
@media (max-width: 991px) {
    .wrap-job .job ul li .note p {
        font-size: 15px;
    }
}
*/
.wrap-job .job ul li .jobfix
{
    position: fixed;
    z-index: 11;
    top: 10%;
    left: 0;

    display: none;

    width: 100%;
    height: 80%;
}
@media (max-width: 991px)
{
    .wrap-job .job ul li .jobfix
    {
        padding: 0 30px;
    }
}
.wrap-job .job ul li .jobfix .m-close
{
    line-height: 42px;

    position: absolute;
    top: -21px;
    right: -21px;

    width: 42px;
    height: 42px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border-radius: 50%;
    background-color: #fff;
}
.wrap-job .job ul li .jobfix .m-close:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e9bc';

    color: #999;
}
.wrap-job .job ul li .jobfix .m-close:hover:after
{
    color: #004098;
}
.wrap-job .job ul li .jobfix .info
{
    position: relative;

    max-width: 970px;
    height: 100%;
    margin: 0 auto;
    padding: 30px;

    border-radius: 10px;
    background-color: #fff;
}
.wrap-job .job ul li .jobfix .info .title-fix
{
    padding-bottom: 20px;

    border-bottom: 1px solid #ccc;
}
.wrap-job .job ul li .jobfix .info .title-fix h3
{
    font-size: 20px;
    line-height: 1.36363636;

    margin: 0;
}
.wrap-job .job ul li .jobfix .info .text
{
    overflow: auto;

    height: 76%;
    margin-top: 20px;
}
@media (max-width: 1560px)
{
    .wrap-job .job ul li .jobfix .info .text
    {
        height: 70%;
    }
}
.wrap-job .job ul li .jobfix .info .text h4
{
    font-size: 16px;
}
.wrap-job .job ul li .jobfix .info .text p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #666;
}
/*
@media (max-width: 991px) {
    .wrap-job .job ul li .jobfix .info .text p {
        font-size: 15px;
    }
}
*/
.wrap-job .job ul li .jobfix .info .applay
{
    margin-top: 30px;
}
.wrap-job .job ul li .jobfix .info .applay a
{
    font-size: 14px;
    line-height: 46px;

    display: inline-block;

    padding: 0 38px;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #fff;
    border-radius: 10px;
    background-color: #004098;
}
.wrap-job .job ul li .jobfix .info .applay a:hover
{
    background-color: #8cc63f;
}
.wrap-job .job ul li:hover
{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-job .job ul li:hover .title-item h3
{
    color: #004098;
}
.maskbg
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .6);
}
.wrap-job .job ul li .jobfix .info .text::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 2px;
}
.wrap-job .job ul li .jobfix .info .text::-webkit-scrollbar-track
{
    background-color: #ccc;
}
.wrap-job .job ul li .jobfix .info .text::-webkit-scrollbar-thumb
{
    background-color: #004098;
}
.wrap-job-show .title-job-show
{
    font-size: 0;

    padding: 20px 0;

    text-align: center;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .wrap-job-show .title-job-show
    {
        padding: 10px 0;
    }
}
.wrap-job-show .title-job-show p
{
    font-size: 18px;
    line-height: 2;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-job-show .title-job-show p
    {
        font-size: 14px;
    }
}
.wrap-job-show .job-show form
{
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 30px;
}
.wrap-job-show .job-show .item
{
    position: relative;

    overflow: hidden;

    min-height: 52px;
    margin-top: 26px;
    padding-left: 120px;
}
@media (max-width: 991px)
{
    .wrap-job-show .job-show .item
    {
        min-height: 42px;
        padding-left: 90px;
    }
}
.wrap-job-show .job-show .item-1
{
    padding-left: 0;

    text-align: center;
}
.wrap-job-show .job-show .item-1 .btn
{
    display: inline-block;

    margin: 0 40px;
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-job-show .job-show .item-1 .btn
    {
        margin: 0 10px;
        margin-top: 20px;
    }
}
.wrap-job-show .job-show p
{
    font-size: 15px;
    line-height: 48px;

    position: absolute;
    top: 0;
    left: 0;

    width: 110px;
    margin: 0;

    text-align: right;

    color: #808080;
}
@media (max-width: 991px)
{
    .wrap-job-show .job-show p
    {
        font-size: 14px;

        width: 70px;
    }
}
.wrap-job-show .job-show input,
.wrap-job-show .job-show textarea,
.wrap-job-show .job-show select
{
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    max-width: 340px;
    min-height: 50px;
    padding: 10px 10px;

    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    background: #fff;
}
.wrap-job-show .job-show select
{
    line-height: 44px;

    height: 44px;
    padding: 3px 10px;
}
@media (max-width: 991px)
{
    .wrap-job-show .job-show input,
    .wrap-job-show .job-show textarea,
    .wrap-job-show .job-show select
    {
        /*font-size: 15px;*/
        min-height: 40px;
        padding: 5px 10px;
    }
}
.wrap-job-show .job-show select
{
    color: #999;
}
.wrap-job-show .job-show textarea
{
    max-width: 880px;
}
.wrap-job-show .job-show .js-check
{
    font-size: 14px;
    line-height: 48px;

    float: left;

    width: 100%;
    height: 50px;

    color: #666;
}
.wrap-job-show .job-show .js-check i
{
    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;
}
.wrap-job-show .job-show .js-check label
{
    font-weight: normal;

    position: relative;

    display: inline-block;

    margin: 0 20px 0 0;

    cursor: pointer;
}
.wrap-job-show .job-show .js-check label input
{
    width: auto;
    margin-right: 8px;

    cursor: pointer;
}
.wrap-job-show .job-show .js-check label:after
{
    position: relative;
    position: absolute;
    top: 14px;
    left: 0;

    display: inline-block;
    float: left;

    width: 18px;
    height: 18px;

    content: '';
    cursor: pointer;

    border: 1px solid #ebebeb;
    border-radius: 50%;
}
.wrap-job-show .job-show .js-check label i
{
    position: absolute;
    z-index: 9;
    top: 21px;
    left: -3px;

    display: inline-block;

    width: 5px;
    height: 5px;

    border-radius: 50%;
}
.wrap-job-show .job-show .js-check label.checked i
{
    background-color: #000;
}
.wrap-job-show .job-show .js-check input[type=radio]
{
    width: 18px;
    height: 18px;
    min-height: auto;
    margin: 0 0 0 8px;

    opacity: 0;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    background: #fff;
}
.wrap-job-show .job-show .submit,
.wrap-job-show .job-show .reset
{
    font-size: 15px;
    line-height: 40px;

    height: 40px;
    padding: 0 40px;

    -webkit-transition: all .4s;
    transition: all .4s;

    outline: none;
    background-color: #cecece;
}
.wrap-job-show .job-show .submit:hover,
.wrap-job-show .job-show .reset:hover
{
    color: #fff;
    background-color: #8cc63f;
}
.wrap-job-show .job-show .submit
{
    color: #fff;
    background-color: #004098;
}
.wrap-news .news ul li
{
    overflow: hidden;

    margin-top: 60px;

    border: 1px solid #ddd;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-news .news ul li
    {
        margin-top: 30px;
    }
}
.wrap-news .news ul li:first-child
{
    margin-top: 0;
}
.wrap-news .news ul li .pic
{
    float: left;

    width: 35%;
}
@media (max-width: 1560px)
{
    .wrap-news .news ul li .pic
    {
        width: 40%;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news ul li .pic
    {
        width: 45%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news ul li .pic
    {
        width: 100%;
    }
}
.wrap-news .news ul li .pic .img-box
{
    padding-bottom: 57.14285714%;
}
.wrap-news .news ul li .pic .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news ul li .text
{
    float: left;

    width: 65%;
}
@media (max-width: 1560px)
{
    .wrap-news .news ul li .text
    {
        width: 60%;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news ul li .text
    {
        width: 55%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news ul li .text
    {
        width: 100%;
    }
}
.wrap-news .news ul li .date
{
    float: left;

    width: 16%;
    padding: 34px 0 34px 34px;
}
@media (max-width: 1560px)
{
    .wrap-news .news ul li .date
    {
        width: 20%;
        padding: 20px 0 20px 20px;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news ul li .date
    {
        width: 24%;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news ul li .date
    {
        width: 20%;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news ul li .date
    {
        width: 25%;
        padding: 20px 0 20px 15px;
    }
}
.wrap-news .news ul li .date h3
{
    font-size: 50px;

    display: inline-block;

    margin: 0;
    padding: 20px;

    text-align: center;

    color: #fff;
    background-color: #004098;
}
@media (max-width: 767px)
{
    .wrap-news .news ul li .date h3
    {
        font-size: 24px;

        padding: 20px 10px;
    }
}
.wrap-news .news ul li .date h3 span
{
    font-size: 20px;

    display: block;

    margin: 4px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-news .news ul li .date h3 span
    {
        font-size: 14px;
    }
}
.wrap-news .news ul li .text,
.wrap-news .news ul li .note
{
    padding: 30px 40px;
}
@media (max-width: 1560px)
{
    .wrap-news .news ul li .text,
    .wrap-news .news ul li .note
    {
        padding: 20px 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news ul li .text,
    .wrap-news .news ul li .note
    {
        padding: 30px 15px;
    }
}
.wrap-news .news ul li .text h3,
.wrap-news .news ul li .note h3
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news ul li .note h3
{
    font-size: 16px;
}
@media (max-width: 1560px)
{
    .wrap-news .news ul li .text h3,
    .wrap-news .news ul li .note h3
    {
        font-size: 20px;
    }
    .wrap-news .news ul li .note h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news ul li .text h3,
    .wrap-news .news ul li .note h3
    {
        font-size: 16px;
        line-height: 20px;

        height: 20px;
    }
}
.wrap-news .news ul li .text span,
.wrap-news .news ul li .note span
{
    font-size: 12px;
    line-height: 1.66666667;

    display: block;

    margin-top: 10px;

    color: #666;
}
.wrap-news .news ul li .text span:after,
.wrap-news .news ul li .note span:after
{
    display: block;

    width: 34px;
    height: 2px;

    content: '';

    background-color: #004098;
}
.wrap-news .news ul li .text p,
.wrap-news .news ul li .note p
{
    font-size: 15px;
    line-height: 1.73333333;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 14px 0 0 0;

    text-align: justify;

    color: #8a8a8a;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-news .news ul li .text p,
    .wrap-news .news ul li .note p
    {
        font-size: 14px;

        margin: 8px 0 0 0;
    }
}
.wrap-news .news ul li .text a,
.wrap-news .news ul li .note a
{
    display: block;
}
.wrap-news .news ul li .note
{
    float: left;

    width: 84%;
    padding-top: 46px;
}
@media (max-width: 1560px)
{
    .wrap-news .news ul li .note
    {
        width: 80%;
        padding-top: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news ul li .note
    {
        width: 76%;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news ul li .note
    {
        width: 80%;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news ul li .note
    {
        width: 75%;
        padding-top: 20px;
    }
}
.wrap-news .news ul li:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news ul li:hover .text h3,
.wrap-news .news ul li:hover .note h3
{
    color: #004098;
}
.wrap-news-show
{
    overflow: hidden;

    margin-top: 50px;
}
.wrap-news-show .news-location
{
    overflow: hidden;

    text-align: right;
}
.wrap-news-show .news-location .location
{
    font-size: 15px;
    line-height: 58px;

    position: relative;
    z-index: 4;

    display: inline-block;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-location .location
    {
        font-size: 14px;
        line-height: 44px;
    }
}
.wrap-news-show .news-location .location:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    height: 56px;
    margin-top: 2px;
    margin-right: 14px;

    content: '\e64e';
}
@media (max-width: 991px)
{
    .wrap-news-show .news-location .location:before
    {
        height: auto;
    }
}
.wrap-news-show .news-location .location span
{
    display: inline-block;
}
.wrap-news-show .news-location .location a
{
    display: inline-block;
}
.wrap-news-show .news-location .location a:after
{
    content: '-';
}
.wrap-news-show .news-location .location a:last-child:after
{
    display: none;
}
.wrap-news-show .news-location .location a:hover
{
    color: #8cc63f;
}
.wrap-news-show .title-news
{
    margin-top: 30px;
}
.wrap-news-show .title-news h1
{
    font-size: 28px;
    line-height: 1.33333333;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-news-show .title-news h1
    {
        font-size: 22px;
    }
}
.wrap-news-show .info
{
    overflow: hidden;

    margin-top: 20px;
    padding: 10px 0;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.wrap-news-show .info .left
{
    float: left;

    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-news-show .info .left
    {
        width: 100%;
    }
}
.wrap-news-show .info .left p
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #999;
}
/*@media (max-width: 991px) {
    .wrap-news-show .info .left p {
        font-size: 15px;
    }
}
*/
.wrap-news-show .info .left p span
{
    margin-right: 14px;

    color: #004098;
}
.wrap-news-show .info .right
{
    float: right;

    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-news-show .info .right
    {
        float: left;

        width: 100%;
    }
}
.wrap-news-show .info .right .font
{
    float: right;
}
.wrap-news-show .info .right .font a
{
    line-height: 30px;

    display: inline-block;

    height: 30px;
}
.wrap-news-show .info .right .font a:before
{
    font-family: 'iconfont';
    font-size: 28px;
    font-weight: bold;

    content: '\e62c';

    color: #979797;
}
.wrap-news-show .info .right .font a.switcher-small:before
{
    content: '\e62a';
}
.wrap-news-show .info .right .font a:after
{
    display: inline-block;
    float: right;

    width: 1px;
    height: 25px;
    margin: 0 20px;
    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: #8cc63f;
}
.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: 20px;
    line-height: 24px;

    display: inline-block;

    width: 30px;
    height: 30px;

    content: '\e654';
    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: #8cc63f;
}
.wrap-news-show .info .right .bdsharebuttonbox .bds_qzone:before
{
    font-size: 30px;
    line-height: 30px;

    content: '\e635';
}
.wrap-news-show .info .right .bdsharebuttonbox .bds_tsina:before
{
    content: '\e7ed';
}
.wrap-news-show .info .right .bdsharebuttonbox .bds_weixin:before
{
    content: '\e609';
}
.wrap-news-show .info .right .bdsharebuttonbox .bds_mshare:before
{
    content: '\e61b';
}
.wrap-news-show .info .right .return
{
    float: right;

    margin-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-news-show .info .right .return
    {
        margin-left: 10px;
    }
}
.wrap-news-show .info .right .return a
{
    font-size: 14px;
    line-height: 30px;

    display: block;

    color: #004098;
}
@media (max-width: 991px)
{
    .wrap-news-show .info .right .return a
    {
        font-size: 14px;
    }
}
.wrap-news-show .info .right .return a:hover
{
    color: #8cc63f;
}
.wrap-news-show .news-show
{
    overflow: hidden;

    margin-top: 70px;
}
.wrap-news-show .text
{
    font-size: 14px;
    line-height: 2;

    overflow: hidden;
}
/*@media (max-width: 991px) {
    .wrap-news-show .text {
        font-size: 15px;
    }
}
*/
.wrap-news-show .text p
{
    margin: 0;

    color: #808080;
}
.wrap-news-show .text img
{
    max-width: 100%;
}
.wrap-news-show .relate
{
    position: relative;

    overflow: hidden;

    margin-top: 80px;

    border-top: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate
    {
        margin-top: 50px;
    }
}
.wrap-news-show .relate a
{
    font-size: 14px;
    line-height: 60px;

    display: -webkit-box;
    float: left;
    overflow: hidden;

    width: 50%;
    height: 60px;
    padding-right: 10px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #808080;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .relate a:last-child
{
    padding-right: 0;
    padding-left: 10px;

    text-align: right;
}
.wrap-news-show .relate a:hover
{
    color: #004098;
}
.wrap-contact .contact
{
    overflow: hidden;
}
.wrap-contact .contact .left
{
    float: left;

    width: 50%;
    padding-right: 30px;
    padding-bottom: 40px;

    border-right: 1px solid #d2d2d2;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .left
    {
        width: 100%;
        padding-right: 0;
        padding-bottom: 40px;

        border-right: 0;
        border-bottom: 1px solid #d2d2d2;
    }
}
.wrap-contact .contact .left h3
{
    font-size: 24px;

    margin: 0 0 20px 0;

    color: #004098;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .left h3
    {
        font-size: 20px;
    }
}
.wrap-contact .contact .left p
{
    font-size: 15px;
    line-height: 2.33333333;

    position: relative;

    margin: 0;
    padding-left: 44px;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .left p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .left p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 38px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\e60d';

    color: #9f9f9f;
}
.wrap-contact .contact .left p.tel:before
{
    content: '\e61c';
}
.wrap-contact .contact .left p.fax:before
{
    content: '\e606';
}
.wrap-contact .contact .left p.email:before
{
    content: '\e72e';
}
.wrap-contact .contact .left p.website:before
{
    content: '\e897';
}
.wrap-contact .contact .right
{
    float: left;

    width: 50%;
    padding-left: 4%;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .right
    {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
}
.wrap-contact .contact .right .item
{
    font-size: 0;

    position: relative;

    margin-top: 14px;
    padding-left: 50px;
}
.wrap-contact .contact .right .item:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\e66a';

    color: #9f9f9f;
}
.wrap-contact .contact .right .item-2:before
{
    content: '\e618';
}
.wrap-contact .contact .right .item h3
{
    font-size: 18px;
    line-height: 30px;

    margin: 0 0 20px 0;
}
.wrap-contact .contact .right .item p
{
    font-size: 15px;

    display: inline-block;

    width: 50%;

    vertical-align: top;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .right .item p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .right .item p
    {
        width: 100%;
    }
}
/*.BMap_Marker {
    background: none !important;
}

.BMap_Marker img {
    display: none;
}

.BMap_Marker>div {
    display: none;
}

.BMap_noprint {
    background: none !important;
}

.BMap_noprint:before {
    font-family: 'iconfont';
    font-size: 25px;

    position: absolute;
    top: -20px;
    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: -20px !important;
    left: 30px !important;

    display: block;

    width: 100% !important;
    height: 32px;

    color: #df0000 !important;
    border: none !important;
    border-radius: 4px;
    background: none !important;
}
*/
.wrap-tender
{
    position: relative;

    width: 100%;
    height: 100%;

    background: url(../image/tender_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-tender .full-logo
    {
        height: 50px;
    }
    .wrap-tender .full-logo img
    {
        height: 100%;
    }
}
.wrap-tender .tender
{
    position: absolute;
    top: 4%;

    width: 100%;
    padding: 0 4%;
}
@media (max-width: 991px)
{
    .wrap-tender .tender
    {
        padding: 0 15px;
    }
}
.wrap-tender .tender .tender-form
{
    max-width: 460px;
    margin-top: 60px;
    padding: 40px;

    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-tender .tender .tender-form
    {
        margin-top: 30px;
        padding: 30px 15px;
    }
}
.wrap-tender .tender .tender-form .title-tender
{
    text-align: center;
}
.wrap-tender .tender .tender-form .title-tender h3
{
    font-size: 24px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-tender .tender .tender-form .title-tender h3
    {
        font-size: 20px;
    }
}
.wrap-tender .tender .tender-form form
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-tender .tender .tender-form form
    {
        margin-top: 20px;
    }
}
.wrap-tender .tender .tender-form form ul li
{
    position: relative;

    overflow: hidden;

    margin-top: 20px;
}
.wrap-tender .tender .tender-form form ul li:first-child:before,
.wrap-tender .tender .tender-form form ul li:nth-child(2):before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 50px;

    position: absolute;
    top: 0;
    left: 0;

    width: 50px;

    content: '\e630';
    text-align: center;

    color: #dedede;
}
.wrap-tender .tender .tender-form form ul li:nth-child(2):before
{
    content: '\e619';
}
.wrap-tender .tender .tender-form form ul li:nth-child(3) span
{
    font-size: 14px;
    line-height: 48px;

    display: inline-block;
    float: left;

    width: 40%;

    text-align: center;

    color: #fff;
    border-radius: 50px 0 0 50px;
    background-color: #8cc63f;
}
/*@media (max-width: 991px) {
    .wrap-tender .tender .tender-form form ul li:nth-child(3) span {
        font-size: 15px;
    }
}*/
.wrap-tender .tender .tender-form form ul li:nth-child(3) a
{
    font-size: 14px;
    line-height: 48px;

    display: block;
    float: left;

    width: 30%;
    height: 48px;

    text-align: center;

    color: #b4b4b4;
    border: 2px solid #e1e1e1;
    border-left: 0;
}
/*@media (max-width: 991px) {
    .wrap-tender .tender .tender-form form ul li:nth-child(3) a {
        font-size: 15px;
    }
}
*/
.wrap-tender .tender .tender-form form ul li:nth-child(3) a:last-child
{
    border-radius: 0 50px 50px 0;
}
.wrap-tender .tender .tender-form form ul li:nth-child(3) a:hover
{
    color: #8cc63f;
}
.wrap-tender .tender .tender-form form ul li .submit,
.wrap-tender .tender .tender-form form ul li .registered
{
    font-size: 16px;
    line-height: 60px;

    display: block;

    width: 100%;
    padding: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 50px;
    outline: none;
    background-color: #004098;
}
@media (max-width: 991px)
{
    .wrap-tender .tender .tender-form form ul li .submit,
    .wrap-tender .tender .tender-form form ul li .registered
    {
        font-size: 14px;
        line-height: 50px;

        height: 50px;
    }
}
.wrap-tender .tender .tender-form form ul li .submit:hover,
.wrap-tender .tender .tender-form form ul li .registered:hover
{
    background-color: #8cc63f;
}
.wrap-tender .tender .tender-form form ul li .registered
{
    background-color: #ccc;
}
.wrap-tender .tender .tender-form form input
{
    font-size: 14px;
    line-height: 26px;

    width: 100%;
    min-height: 50px;
    padding: 10px 14px 10px 50px;

    border: 2px solid #e1e1e1;
    border-radius: 50px;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-tender .tender .tender-form form input
    {
        min-height: 42px;
        padding: 6px 14px 6px 50px;
    }
}
.wrap-tender .tender .tender-form form input::-webkit-input-placeholder,
.wrap-tender .tender .tender-form form textarea::-webkit-input-placeholder
{
    color: #bbb;
}
.wrap-tender .tender .tender-form form input:-o-placeholder,
.wrap-tender .tender .tender-form form textarea:-o-placeholder
{
    color: #bbb;
}
.wrap-tender .tender .tender-form form input::-moz-placeholder,
.wrap-tender .tender .tender-form form textarea::-moz-placeholder
{
    color: #bbb;
}
.wrap-tender .tender .tender-form form input:-ms-input-placeholder,
.wrap-tender .tender .tender-form form textarea:-ms-input-placeholder
{
    color: #bbb;
}
.wrap-tender .tender .tender-form form input:focus::-webkit-input-placeholder,
.wrap-tender .tender .tender-form form textarea:focus::-webkit-input-placeholder
{
    color: #ccc;
}
.wrap-tender .tender .tender-form form input:focus::-o-placeholder,
.wrap-tender .tender .tender-form form textarea:focus::-o-placeholder
{
    color: #ccc;
}
.wrap-tender .tender .tender-form form input:focus::-moz-placeholder,
.wrap-tender .tender .tender-form form textarea:focus::-moz-placeholder
{
    color: #ccc;
}
.wrap-tender .tender .tender-form form input:focus::-ms-input-placeholder,
.wrap-tender .tender .tender-form form textarea:focus::-ms-input-placeholder
{
    color: #ccc;
}
.wrap-tender .tender-foot
{
    position: absolute;
    bottom: 10px;

    width: 100%;

    text-align: center;
}
.wrap-tender .tender-foot p
{
    font-size: 15px;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-tender .tender-foot p
    {
        font-size: 14px;
    }
}
.wrap-tender .tender-foot p span
{
    display: inline-block;

    margin: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-tender .tender-foot p span
    {
        margin: 0 5px;
    }
}
.wrap-tender .tender-foot p a
{
    display: inline-block;
}
.wrap-tender .tender-foot p a:hover
{
    color: #8cc63f;
}
.wrap-oa
{
    width: 100%;
    height: 100%;

    background: url(../image/oa_bg.jpg) no-repeat left top;
    background-size: 70% auto;
}
@media (max-width: 1560px)
{
    .wrap-oa
    {
        background: url(../image/oa_bg.jpg) no-repeat left top;
        background-size: auto 100%;
    }
}
@media (max-width: 991px)
{
    .wrap-oa
    {
        background: url(../image/oa_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.wrap-oa .oa
{
    overflow: hidden;

    height: 100%;
}
@media (max-width: 991px)
{
    .wrap-oa .oa .full-logo
    {
        height: 50px;
    }
    .wrap-oa .oa .full-logo img
    {
        height: 100%;
    }
}
.wrap-oa .oa .left
{
    position: relative;

    float: left;

    width: 70%;
    height: 100%;
    padding: 60px 4%;
}
@media (max-width: 991px)
{
    .wrap-oa .oa .left
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.wrap-oa .oa .left .text
{
    position: absolute;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .wrap-oa .oa .left .text
    {
        display: none;
    }
}
.wrap-oa .oa .left .text h3
{
    font-size: 50px;

    margin: 0;

    color: #fff;
    text-shadow: 2px 0 5px rgba(0, 0, 0, .5);
}
.wrap-oa .oa .left .text p
{
    font-size: 30px;

    margin: 10px 0 0 0;

    text-transform: uppercase;

    color: #fff;
    text-shadow: 2px 0 5px rgba(0, 0, 0, .5);
}
.wrap-oa .oa .right
{
    position: relative;

    float: left;

    width: 30%;
    height: 100%;

    background-color: #004098;
}
@media (max-width: 991px)
{
    .wrap-oa .oa .right
    {
        position: absolute;
        top: 55%;
        left: 5%;

        width: 90%;
        height: auto;
        padding: 20px 0;

        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.wrap-oa .oa .right .info
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 0 14%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 1560px)
{
    .wrap-oa .oa .right .info
    {
        padding: 0 5%;
    }
}
@media (max-width: 991px)
{
    .wrap-oa .oa .right .info
    {
        position: relative;
        top: 0;

        padding: 0 15px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.wrap-oa .oa .right .info h3
{
    font-size: 26px;

    color: #fff;
}
@media (max-width: 1560px)
{
    .wrap-oa .oa .right .info h3
    {
        font-size: 20px;
    }
}
.wrap-oa .oa .right .info form
{
    margin-top: 30%;
}
@media (max-width: 1560px)
{
    .wrap-oa .oa .right .info form
    {
        margin-top: 20%;
    }
}
@media (max-width: 991px)
{
    .wrap-oa .oa .right .info form
    {
        margin-top: 30px;
    }
}
.wrap-oa .oa .right .info ul li
{
    position: relative;

    overflow: hidden;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-oa .oa .right .info ul li
    {
        margin-top: 20px;
    }
}
.wrap-oa .oa .right .info ul li p
{
    font-size: 15px;

    margin: 0;

    color: #fff;
}
.wrap-oa .oa .right .info ul li:first-child:before,
.wrap-oa .oa .right .info ul li:nth-child(2):before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 64px;

    position: absolute;
    top: 0;
    left: 0;

    width: 50px;

    content: '\e62e';
    text-align: center;

    color: #dedede;
}
@media (max-width: 991px)
{
    .wrap-oa .oa .right .info ul li:first-child:before,
    .wrap-oa .oa .right .info ul li:nth-child(2):before
    {
        line-height: 44px;
    }
}
.wrap-oa .oa .right .info ul li:nth-child(2):before
{
    content: '\e682';
}
.wrap-oa .oa .right .info ul li .item
{
    overflow: hidden;
}
.wrap-oa .oa .right .info ul li .item a
{
    font-size: 14px;
    line-height: 60px;

    position: relative;

    display: inline-block;
    float: left;

    width: 45%;
    padding-left: 50px;

    text-align: left;

    color: #adbdd9;
    border: 2px solid #6e94c7;
    border-radius: 50px;
    background-color: #3168af;
}
@media (max-width: 991px)
{
    .wrap-oa .oa .right .info ul li .item a
    {
        line-height: 44px;
    }
}
.wrap-oa .oa .right .info ul li .item a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 64px;

    position: absolute;
    top: 0;
    left: 0;

    width: 50px;

    content: '\e632';
    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-oa .oa .right .info ul li .item a:before
    {
        line-height: 44px;
    }
}
.wrap-oa .oa .right .info ul li .item a.findpass
{
    float: right;
}
.wrap-oa .oa .right .info ul li .item a.findpass:before
{
    content: '\e72e';
}
.wrap-oa .oa .right .info ul li .submit
{
    font-size: 15px;
    line-height: 60px;

    display: block;

    width: 100%;
    padding: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #004098;
    border-radius: 50px;
    outline: none;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-oa .oa .right .info ul li .submit
    {
        font-size: 14px;
        line-height: 50px;

        height: 50px;
    }
}
.wrap-oa .oa .right .info ul li .submit:hover
{
    color: #fff;
    background-color: #8cc63f;
}
.wrap-oa .oa .right .info input
{
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    min-height: 60px;
    padding: 15px 14px 15px 50px;

    color: #fff;
    border: 2px solid #6e94c7;
    border-radius: 50px;
    background-color: #3168af;
}
@media (max-width: 991px)
{
    .wrap-oa .oa .right .info input
    {
        min-height: 42px;
        padding: 6px 14px 6px 50px;
    }
}
.wrap-oa .oa .right .info input::-webkit-input-placeholder,
.wrap-oa .oa .right .info textarea::-webkit-input-placeholder
{
    color: #adbdd9;
}
.wrap-oa .oa .right .info input:-o-placeholder,
.wrap-oa .oa .right .info textarea:-o-placeholder
{
    color: #adbdd9;
}
.wrap-oa .oa .right .info input::-moz-placeholder,
.wrap-oa .oa .right .info textarea::-moz-placeholder
{
    color: #adbdd9;
}
.wrap-oa .oa .right .info input:-ms-input-placeholder,
.wrap-oa .oa .right .info textarea:-ms-input-placeholder
{
    color: #adbdd9;
}
.wrap-oa .oa .right .info input:focus::-webkit-input-placeholder,
.wrap-oa .oa .right .info textarea:focus::-webkit-input-placeholder
{
    color: #ccc;
}
.wrap-oa .oa .right .info input:focus::-o-placeholder,
.wrap-oa .oa .right .info textarea:focus::-o-placeholder
{
    color: #ccc;
}
.wrap-oa .oa .right .info input:focus::-moz-placeholder,
.wrap-oa .oa .right .info textarea:focus::-moz-placeholder
{
    color: #ccc;
}
.wrap-oa .oa .right .info input:focus::-ms-input-placeholder,
.wrap-oa .oa .right .info textarea:focus::-ms-input-placeholder
{
    color: #ccc;
}
.wrap-erp
{
    width: 100%;
    height: 100%;

    background: url(../image/erp_bg.jpg) no-repeat left top;
    background-size: 70% auto;
}
@media (max-width: 1560px)
{
    .wrap-erp
    {
        background: url(../image/erp_bg.jpg) no-repeat left top;
        background-size: auto 100%;
    }
}
@media (max-width: 991px)
{
    .wrap-erp
    {
        background: url(../image/erp_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.wrap-erp .erp
{
    overflow: hidden;

    height: 100%;
}
@media (max-width: 991px)
{
    .wrap-erp .erp .full-logo
    {
        height: 50px;
    }
    .wrap-erp .erp .full-logo img
    {
        height: 100%;
    }
}
.wrap-erp .erp .left
{
    position: relative;

    float: left;

    width: 70%;
    height: 100%;
    padding: 60px 4%;
}
@media (max-width: 991px)
{
    .wrap-erp .erp .left
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.wrap-erp .erp .left .text
{
    position: absolute;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .wrap-erp .erp .left .text
    {
        display: none;
    }
}
.wrap-erp .erp .left .text h3
{
    font-size: 50px;

    margin: 0;

    color: #fff;
    text-shadow: 2px 0 5px rgba(0, 0, 0, .5);
}
.wrap-erp .erp .left .text p
{
    font-size: 30px;

    margin: 10px 0 0 0;

    text-transform: uppercase;

    color: #fff;
    text-shadow: 2px 0 5px rgba(0, 0, 0, .5);
}
.wrap-erp .erp .right
{
    position: relative;

    float: left;

    width: 30%;
    height: 100%;

    background-color: #004098;
}
@media (max-width: 991px)
{
    .wrap-erp .erp .right
    {
        position: absolute;
        top: 55%;
        left: 5%;

        width: 90%;
        height: auto;
        padding: 20px 0;

        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.wrap-erp .erp .right .info
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 0 14%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 1560px)
{
    .wrap-erp .erp .right .info
    {
        padding: 0 5%;
    }
}
@media (max-width: 991px)
{
    .wrap-erp .erp .right .info
    {
        position: relative;
        top: 0;

        padding: 0 15px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.wrap-erp .erp .right .info h3
{
    font-size: 26px;

    color: #fff;
}
@media (max-width: 1560px)
{
    .wrap-erp .erp .right .info h3
    {
        font-size: 20px;
    }
}
.wrap-erp .erp .right .info form
{
    margin-top: 30%;
}
@media (max-width: 1560px)
{
    .wrap-erp .erp .right .info form
    {
        margin-top: 20%;
    }
}
@media (max-width: 991px)
{
    .wrap-erp .erp .right .info form
    {
        margin-top: 30px;
    }
}
.wrap-erp .erp .right .info ul li
{
    position: relative;

    overflow: hidden;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-erp .erp .right .info ul li
    {
        margin-top: 20px;
    }
}
.wrap-erp .erp .right .info ul li p
{
    font-size: 15px;

    margin: 0;

    color: #fff;
}
.wrap-erp .erp .right .info ul li:first-child:before,
.wrap-erp .erp .right .info ul li:nth-child(2):before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 64px;

    position: absolute;
    top: 0;
    left: 0;

    width: 50px;

    content: '\e62e';
    text-align: center;

    color: #dedede;
}
@media (max-width: 991px)
{
    .wrap-erp .erp .right .info ul li:first-child:before,
    .wrap-erp .erp .right .info ul li:nth-child(2):before
    {
        line-height: 44px;
    }
}
.wrap-erp .erp .right .info ul li:nth-child(2):before
{
    content: '\e682';
}
.wrap-erp .erp .right .info ul li .item
{
    overflow: hidden;
}
.wrap-erp .erp .right .info ul li .item a
{
    font-size: 14px;
    line-height: 60px;

    position: relative;

    display: inline-block;
    float: left;

    width: 45%;
    padding-left: 50px;

    text-align: left;

    color: #adbdd9;
    border: 2px solid #6e94c7;
    border-radius: 50px;
    background-color: #3168af;
}
@media (max-width: 991px)
{
    .wrap-erp .erp .right .info ul li .item a
    {
        line-height: 44px;
    }
}
.wrap-erp .erp .right .info ul li .item a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 64px;

    position: absolute;
    top: 0;
    left: 0;

    width: 50px;

    content: '\e632';
    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-erp .erp .right .info ul li .item a:before
    {
        line-height: 44px;
    }
}
.wrap-erp .erp .right .info ul li .item a.findpass
{
    float: right;
}
.wrap-erp .erp .right .info ul li .item a.findpass:before
{
    content: '\e72e';
}
.wrap-erp .erp .right .info ul li .submit,
.wrap-erp .erp .right .info ul li .reset
{
    font-size: 16px;
    line-height: 60px;

    display: block;

    width: 100%;
    padding: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #004098;
    border-radius: 50px;
    outline: none;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-erp .erp .right .info ul li .submit,
    .wrap-erp .erp .right .info ul li .reset
    {
        font-size: 14px;
        line-height: 50px;

        height: 50px;
    }
}
.wrap-erp .erp .right .info ul li .submit:hover,
.wrap-erp .erp .right .info ul li .reset:hover
{
    color: #fff;
    background-color: #8cc63f;
}
.wrap-erp .erp .right .info ul li .reset
{
    color: #fff;
    background-color: #093d82;
}
.wrap-erp .erp .right .info input
{
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    min-height: 60px;
    padding: 15px 14px 15px 50px;

    color: #fff;
    border: 2px solid #6e94c7;
    border-radius: 50px;
    background-color: #3168af;
}
@media (max-width: 991px)
{
    .wrap-erp .erp .right .info input
    {
        min-height: 42px;
        padding: 6px 14px 6px 50px;
    }
}
.wrap-erp .erp .right .info input::-webkit-input-placeholder,
.wrap-erp .erp .right .info textarea::-webkit-input-placeholder
{
    color: #adbdd9;
}
.wrap-erp .erp .right .info input:-o-placeholder,
.wrap-erp .erp .right .info textarea:-o-placeholder
{
    color: #adbdd9;
}
.wrap-erp .erp .right .info input::-moz-placeholder,
.wrap-erp .erp .right .info textarea::-moz-placeholder
{
    color: #adbdd9;
}
.wrap-erp .erp .right .info input:-ms-input-placeholder,
.wrap-erp .erp .right .info textarea:-ms-input-placeholder
{
    color: #adbdd9;
}
.wrap-erp .erp .right .info input:focus::-webkit-input-placeholder,
.wrap-erp .erp .right .info textarea:focus::-webkit-input-placeholder
{
    color: #ccc;
}
.wrap-erp .erp .right .info input:focus::-o-placeholder,
.wrap-erp .erp .right .info textarea:focus::-o-placeholder
{
    color: #ccc;
}
.wrap-erp .erp .right .info input:focus::-moz-placeholder,
.wrap-erp .erp .right .info textarea:focus::-moz-placeholder
{
    color: #ccc;
}
.wrap-erp .erp .right .info input:focus::-ms-input-placeholder,
.wrap-erp .erp .right .info textarea:focus::-ms-input-placeholder
{
    color: #ccc;
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 60px;

    text-align: center;
}
.page a
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 18px;
    line-height: 46px;

    display: inline-block;
    overflow: hidden;

    width: 46px;
    height: 46px;
    margin: 0 3px;

    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;

    color: #004098;
    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: #004098;
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
    .page a.first-child,
    .page a.last-child
    {
        margin: 0 5px;
    }
}
.wrap-project-page
{
    margin-top: 50px;

    text-align: center;
}
.wrap-project-page .project-page:before,
.wrap-project-page .project-page:after
{
    display: inline-block;

    width: 20%;
    height: 1px;
    margin-right: 20px;

    content: '';
    vertical-align: middle;

    background-color: #bfbfbf;
}
@media (max-width: 991px)
{
    .wrap-project-page .project-page:before,
    .wrap-project-page .project-page:after
    {
        display: none;
    }
}
.wrap-project-page .project-page:after
{
    margin-right: 0;
    margin-left: 20px;
}
.wrap-project-page .project-page a
{
    font-size: 20px;

    display: inline-block;

    width: 60px;
    height: 40px;
}
@media (max-width: 991px)
{
    .wrap-project-page .project-page a
    {
        width: 40px;
    }
}
.wrap-project-page .project-page a:hover,
.wrap-project-page .project-page a.active
{
    color: #004098;
}
.mask,
.mask1
{
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;

    display: none\9;
    display: none;

    width: 100%;
    height: 100%;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .mask,
    .mask1
    {
        display: none;
    }
}
.mask1
{
    z-index: 8;

    background-color: #8cc63f;
}
.bdshare_popup_box
{
    right: 0 !important;
    left: auto !important;

    display: none !important;
}
.fancybox-caption
{
    font-size: 14px;

    text-align: center;

    border: none;
}
.stuck
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 70px !important;

    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}
.stuck .logo
{
    margin-top: 16px;
}
.stuck .nav .nav-list1 > li > a
{
    line-height: 70px;
}
.stuck .nav .nav-list1 > li.more > a:after
{
    margin-top: 28px;
}
.stuck .find
{
    line-height: 70px;
}
.stuck .cart
{
    margin-top: 13px;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.bdshare_weixin_qrcode_dialog
{
    height: 310px !important;
}
.wrap-product-business .title-business h3
{
    font-size: 24px;

    margin: 0;

    color: #004098;
}
@media (max-width: 991px)
{
    .wrap-product-business .title-business h3
    {
        font-size: 20px;
    }
}
.wrap-product-business .title-business p
{
    font-size: 16px;

    margin: 0;

    text-transform: uppercase;

    color: #ccc;
}
.wrap-product-business .text
{
    padding: 50px 0;

    border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 991px)
{
    .wrap-product-business .text
    {
        padding: 30px 0;
    }
}
.wrap-product-business .text p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #808080;
}
.wrap-product-business .info
{
    overflow: hidden;
}
.wrap-product-business .info .note
{
    float: left;

    width: 33%;
    margin-top: 50px;
    padding-right: 30px;
}
.wrap-product-business .info .note .npic
{
    display: none;
}
.wrap-product-business .info .note .npic img
{
    width: 100%;
}
@media (max-width: 991px)
{
    .wrap-product-business .info .note
    {
        width: 100%;
        margin-top: 30px;
        padding-right: 0;
        padding-bottom: 30px;

        border-bottom: 1px solid #d2d2d2;
    }
    .wrap-product-business .info .note .npic
    {
        display: block;

        margin: 30px 0;
    }
}
.wrap-product-business .info .note h3
{
    font-size: 24px;

    margin: 20px 0 20px 0;

    color: #004098;
}
@media (max-width: 991px)
{
    .wrap-product-business .info .note h3
    {
        font-size: 20px;
    }
}
.wrap-product-business .info .note p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    text-align: justify;

    color: #808080;
}
.wrap-product-business .info .pic
{
    float: left;

    width: 67%;
    margin-top: 50px;
    padding-left: 12px;
}
@media (max-width: 991px)
{
    .wrap-product-business .info .pic
    {
        display: none;

        width: 100%;
        padding-left: 0;
    }
}
.wrap-product-business .info .pic img
{
    width: 100%;
}
.wrap-product-business .box-pic
{
    padding-bottom: 50px;

    border-bottom: 1px solid #d2d2d2;
}
.wrap-product-business .box-pic ul
{
    font-size: 0;

    margin: 0 -12px;
}
@media (max-width: 1199px)
{
    .wrap-product-business .box-pic ul
    {
        margin: 0 -12px;
    }
}
.wrap-product-business .box-pic ul li
{
    display: inline-block;

    width: 33.33333333%;
    padding: 0 12px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-product-business .box-pic ul li
    {
        padding: 0 12px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-business .box-pic ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-business .box-pic ul li
    {
        width: 100%;
    }
}
.wrap-product-business .box-pic ul li .item
{
    overflow: hidden;

    margin-top: 50px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-product-business .box-pic ul li .item
    {
        margin-top: 30px;
    }
}
.wrap-product-business .box-pic ul li .item .img-box
{
    padding-bottom: 63.79310345%;
}
.wrap-product-business .box-pic ul li .item h3
{
    font-size: 18px;

    margin: 30px 0 0 0;
}
.wrap-product-business .box-pic ul li .item p
{
    font-size: 14px;
    line-height: 2;

    color: #808080;
}
.wrap-product-business .box-pic .note
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-product-business .box-pic .note
    {
        margin-top: 50px;
    }
}
.wrap-product-business .box-pic .note p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #808080;
}
.wrap-product-business .factory
{
    margin-top: 50px;
}
.wrap-product-business .factory .title-factory h3
{
    font-size: 24px;

    margin: 0 0 20px 0;

    color: #004098;
}
@media (max-width: 991px)
{
    .wrap-product-business .factory .title-factory h3
    {
        font-size: 22px;
    }
}
.wrap-product-business .factory .note p
{
    font-size: 14px;
    line-height: 2;

    color: #808080;
}
.wrap-product-business .factory ul
{
    font-size: 0;

    margin: 0 -12px;
}
@media (max-width: 1199px)
{
    .wrap-product-business .factory ul
    {
        margin: 0 -12px;
    }
}
.wrap-product-business .factory ul li
{
    display: inline-block;

    width: 33.33333333%;
    padding: 0 12px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-product-business .factory ul li
    {
        padding: 0 12px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-business .factory ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-business .factory ul li
    {
        width: 100%;
    }
}
.wrap-product-business .factory ul li .item
{
    overflow: hidden;

    margin-top: 50px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-product-business .factory ul li .item
    {
        margin-top: 30px;
    }
}
.wrap-product-business .factory ul li .item .img-box
{
    padding-bottom: 63.79310345%;
}
.wrap-product-business .factory ul li .item h3
{
    font-size: 18px;

    margin: 30px 0 0 0;
}
.wrap-product-business .factory ul li .item p
{
    font-size: 14px;
    line-height: 2;

    color: #808080;
}
#BMapLib_transBox0 td
{
    padding: 0 2px !important;
}
.wrap-welfare .title-welfare h2
{
    font-size: 23px;

    margin: 0;

    color: #004098;
}
@media (max-width: 991px)
{
    .wrap-welfare .title-welfare h2
    {
        font-size: 24px;
    }
}
.wrap-welfare .title-welfare p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;

    margin: 10px 0 0 0;

    text-transform: uppercase;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-welfare .title-welfare p
    {
        font-size: 18px;
    }
}
.wrap-welfare .text
{
    margin-top: 30px;
}
.wrap-welfare .text p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-welfare .welfare .item
{
    margin-top: 50px;

    -webkit-transition: all .2s ease;
    transition: all .2s ease;

    box-shadow: 0 0 20px #fff;
}
.wrap-welfare .welfare .item .img-box
{
    padding-bottom: 63.5593220%;
}
.wrap-welfare .welfare .item .note
{
    padding: 14px 24px;

    text-align: center;

    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-welfare .welfare .item .note
    {
        padding: 14px;
    }
}
.wrap-welfare .welfare .item .note h3
{
    font-size: 20px;
    line-height: 2;

    margin: 0;

    border-bottom: 1px solid #eee;
}
.wrap-welfare .welfare .item .note p
{
    font-size: 14px;
    line-height: 2;

    margin: 6px 0 0 0;

    text-align: left;
    text-align: justify;

    color: #666;
}
.wrap-welfare .welfare .item:hover
{
    box-shadow: 0 0 20px #ccc;
}
.wrap-welfare .welfare .item .img-box img
{
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.wrap-welfare .welfare .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product-art .title-art h2
{
    font-size: 23px;

    margin: 0;

    color: #004098;
}
@media (max-width: 991px)
{
    .wrap-product-art .title-art h2
    {
        font-size: 24px;
    }
}
.wrap-product-art .title-art p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;

    margin: 10px 0 0 0;

    text-transform: uppercase;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-product-art .title-art p
    {
        font-size: 18px;
    }
}
.wrap-product-art .art-text
{
    margin-top: 30px;
    padding-bottom: 40px;

    border-bottom: 1px solid #e1e1e1;
}
.wrap-product-art .art-text h3
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-product-art .art-text p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #999;
}
.wrap-product-art .text h3
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
.wrap-product-art .text p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #999;
}
.wrap-product-art .list
{
    font-size: 0;

    overflow: hidden;

    padding: 40px 0;

    border-bottom: 1px solid #e1e1e1;
}
.wrap-product-art .list .art
{
    margin: 0 -20px;
}
.wrap-product-art .list .slick-art
{
    margin-top: 30px;
}
.wrap-product-art .list .slick-art .item
{
    padding: 0 20px;

    cursor: pointer;
}
.wrap-product-art .list .slick-art .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product-art .list .slick-art .img-box
{
    padding-bottom: 65.2173913%;
}
.wrap-product-art .list .slick-art .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-art .list .slick-art p
{
    font-size: 16px;
    line-height: 2;

    margin: 6px 0 0 0;

    text-align: center;
}
.wrap-product-art .list .slick-art:hover .slick-arrow
{
    opacity: 1;
}
.wrap-product-art .list .slick-art .slick-arrow
{
    left: 20px;
}
@media (max-width: 991px)
{
    .wrap-product-art .list .slick-art .slick-arrow
    {
        display: none !important;
    }
}
.wrap-product-art .list .slick-art .slick-arrow.slick-next
{
    right: 18px !important;
}
@media (max-width: 991px)
{
    .wrap-product-art .list .slick-art .slick-arrow.slick-next
    {
        right: 20px !important;
    }
}
.wrap-product-art .list .slick-art1
{
    position: relative;

    margin: 0 -15px;
}
@media (max-width: 991px)
{
    .wrap-product-art .list .slick-art1
    {
        margin: 0 -8px;
    }
}
.wrap-product-art .list .slick-art1:before
{
    position: absolute;
    top: 0;
    left: -50%;

    width: 200%;
    height: 100%;

    content: '';

    background-color: #f1f1f1;
}
.wrap-product-art .list .slick-artlist
{
    position: relative;

    padding: 30px 0;

    background-color: #f1f1f1;
}
.wrap-product-art .list .slick-artlist .item
{
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .wrap-product-art .list .slick-artlist .item
    {
        padding: 0 8px;
    }
}
.wrap-product-art .list .slick-artlist .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product-art .list .slick-artlist .img-box
{
    padding-bottom: 62.85714286%;
}
.wrap-product-art .list .slick-artlist .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-art .list .slick-artlist:hover .slick-arrow
{
    opacity: 1;
}
.wrap-product-art .list .slick-arrow
{
    line-height: 80px;

    position: absolute;
    z-index: 10;
    top: 50%;
    left: 15px;

    width: 40px;
    height: 80px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    opacity: 0;
    border-radius: 5px;
    background: none;
    background-color: rgba(0, 0, 0, .5);
}
@media (max-width: 991px)
{
    .wrap-product-art .list .slick-arrow
    {
        line-height: 60px;

        left: 8px;

        display: none !important;

        width: 30px;
        height: 60px;

        opacity: 1;
    }
}
.wrap-product-art .list .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e9bd';

    color: #cdced0;
}
.wrap-product-art .list .slick-arrow.slick-next
{
    right: 14px;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-product-art .list .slick-arrow.slick-next
    {
        right: 8px;
    }
}
.wrap-product-art .list .slick-arrow.slick-next:before
{
    content: '\e633';
}
.wrap-product-art .list .slick-arrow:hover
{
    background-color: #0c4da2;
}
.wrap-product-art .list:last-child
{
    display: none;
}
.wrap-product-art .list:last-child .text
{
    float: left;

    width: 34.5%;
    padding-right: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-art .list:last-child .text
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-product-art .list:last-child .pic
{
    float: left;

    width: 65.5%;
}
@media (max-width: 991px)
{
    .wrap-product-art .list:last-child .pic
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-product-art .list:last-child .pic img
{
    max-width: 100%;
}
.wrap-product-art .list-1 .slick-art .item:after
{
    display: block;

    width: 0;
    height: 0;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    opacity: 0;
    border-width: 0 15px 15px 18px;
    border-style: solid;
    border-color: transparent transparent #f1f1f1 transparent;
}
.wrap-product-art .list-1 .slick-art .slick-current .item:after
{
    opacity: 1;
}
.wrap-product-art .list-1 .slick-arrow
{
    top: 43%;
}
.header .header-search
{
    float: right;

    width: 30px;
    margin-top: 40px;
    margin-left: 10px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .header-search
    {
        margin-top: 18px;
    }
}
.header .header-search form
{
    position: relative;

    padding-right: 30px;

    border: 2px solid #0c4da2;
}
.header .header-search form input
{
    line-height: 30px;

    width: 100%;
    padding: 0 10px;
}
.header .header-search form .submit
{
    position: absolute;
    top: 0;
    right: 0;

    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;

    border-radius: 0;
    background-color: #0c4da2;
}
.header .header-search form .submit:after
{
    font-family: 'iconfont';
    font-size: 18px;
    font-weight: bold;

    content: '\e660';

    color: #fff;
}
.header .header-search.searchlong
{
    width: 140px;
}
.fixed-header .header-search
{
    margin-top: 18px;
}
.wrap-product-realestate .title-realestate h3
{
    font-size: 24px;

    margin: 0;

    color: #004098;
}
@media (max-width: 991px)
{
    .wrap-product-realestate .title-realestate h3
    {
        font-size: 20px;
    }
}
.wrap-product-realestate .title-realestate p
{
    font-size: 16px;

    text-transform: uppercase;

    color: #ccc;
}
.wrap-product-realestate .text
{
    padding: 30px 0 40px;
}
.wrap-product-realestate .text h3
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product-realestate .text h3
    {
        font-size: 16px;
    }
}
.wrap-product-realestate .text h4
{
    font-size: 16px;
    line-height: 1.875;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-product-realestate .text h4
    {
        font-size: 15px;
    }
}
.wrap-product-realestate .text h4 b
{
    color: #333;
}
.wrap-product-realestate .text p
{
    font-size: 14px;
    line-height: 1.75;

    margin: 0;

    color: #808080;
}
.wrap-product-realestate .realestate-list .item-1
{
    overflow: hidden;
}
.wrap-product-realestate .realestate-list .masklist
{
    font-size: 16px;
    line-height: 32px;

    position: absolute;
    right: -28px;
    bottom: 16px;

    display: inline-block;

    padding: 0 36px;

    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;

    color: #fff;
    background-color: #0c4da2;
}
@media (max-width: 767px)
{
    .wrap-product-realestate .realestate-list .masklist
    {
        font-size: 14px;
    }
}
.wrap-product-realestate .realestate-list .masklist span
{
    display: inline-block;

    min-width: 52px;
}
.wrap-product-realestate .realestate-list .showMoreNChildren .item
{
    position: relative;

    overflow: hidden;
}
.wrap-product-realestate .realestate-list .showMoreNChildren .item .masklist
{
    right: -27px;
    bottom: 10px;

    padding: 0 30px;
}
.wrap-culture .culture
{
    margin-top: 40px;
    padding: 30px 30px 60px 30px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-culture .culture
    {
        padding: 30px 10px;
    }
}
.wrap-culture .leadership
{
    overflow: hidden;

    margin-top: 50px;
    padding: 0 24px 40px 24px;

    border: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-culture .leadership
    {
        padding: 0 14px 30px 14px;
    }
}
.wrap-culture .leadership .title-leadership
{
    padding: 30px 0 20px;

    border-bottom: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-culture .leadership .title-leadership
    {
        padding: 14px 0;
    }
}
.wrap-culture .leadership .title-leadership h3
{
    font-size: 24px;
}
@media (max-width: 991px)
{
    .wrap-culture .leadership .title-leadership h3
    {
        font-size: 20px;
    }
}
.wrap-culture .leadership .title-leadership h3 span
{
    font-family: Arial;

    margin-left: 14px;

    text-transform: uppercase;

    color: #ddd;
}
@media (max-width: 991px)
{
    .wrap-culture .leadership .title-leadership h3 span
    {
        font-size: 16px;
    }
}
.wrap-culture .leadership ul
{
    font-size: 0;

    margin: 0 -40px;
}
.wrap-culture .leadership ul li
{
    display: inline-block;

    width: 50%;
    margin-top: 24px;
    padding: 0 40px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-culture .leadership ul li
    {
        width: 100%;
    }
}
.wrap-culture .leadership ul li .leader-item b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.66666667;

    margin: 0 0 10px 0;
}
@media (max-width: 991px)
{
    .wrap-culture .leadership ul li .leader-item b
    {
        font-size: 16px;
    }
}
.wrap-culture .leadership ul li .leader-item p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-culture .leadership ul li .leader-item p
    {
        font-size: 14px;
    }
}
.wrap-culture .character
{
    overflow: hidden;

    margin-top: 50px;
    padding: 0 24px 0 24px;

    border: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-culture .character
    {
        padding: 0 14px 30px 14px;
    }
}
.wrap-culture .character .title-character
{
    padding: 30px 0 20px;

    border-bottom: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-culture .character .title-character
    {
        padding: 14px 0;
    }
}
.wrap-culture .character .title-character h3
{
    font-size: 24px;
}
@media (max-width: 991px)
{
    .wrap-culture .character .title-character h3
    {
        font-size: 20px;
    }
}
.wrap-culture .character .title-character h3 span
{
    font-family: Arial;

    margin-left: 14px;

    text-transform: uppercase;

    color: #ddd;
}
@media (max-width: 991px)
{
    .wrap-culture .character .title-character h3 span
    {
        font-size: 16px;
    }
}
.wrap-culture .character .character-list
{
    overflow: hidden;
}
.wrap-culture .character .character-item
{
    font-size: 0;

    overflow: hidden;

    margin: 0 -40px;
    padding: 20px 0;

    border-bottom: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-culture .character .character-item
    {
        padding: 0;

        border-bottom: none;
    }
}
.wrap-culture .character .character-item:last-child
{
    border-bottom: none;
}
.wrap-culture .character .character-item .text
{
    display: inline-block;

    width: 50%;
    padding: 20px 40px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-culture .character .character-item .text
    {
        width: 100%;
        padding: 30px 40px;

        border-bottom: 1px solid #eee;
    }
    .wrap-culture .character .character-item .text:last-child
    {
        border-bottom: none;
    }
}
.wrap-culture .character .character-item .text .ch-title
{
    position: relative;

    display: table;

    width: 100%;
}
.wrap-culture .character .character-item .text .ch-title:before
{
    font-family: 'iconfont' !important;
    font-family: 'iconfont' !important;
    font-size: 34px;
    line-height: 80px;

    display: block;
    display: table-cell;

    width: 80px;
    height: 80px;

    content: '\e641';
    text-align: center;
    vertical-align: middle;

    color: #fff;
    background-color: #0c4da2;
}
@media (max-width: 991px)
{
    .wrap-culture .character .character-item .text .ch-title:before
    {
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.wrap-culture .character .character-item .text .ch-title .ct
{
    display: table-cell;

    padding: 10px 0 10px 12px;

    vertical-align: middle;
}
.wrap-culture .character .character-item .text .ch-title h4
{
    font-size: 24px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-culture .character .character-item .text .ch-title h4
    {
        font-size: 18px;
    }
}
.wrap-culture .character .character-item .text .ch-title h4 span
{
    font-size: 18px;

    margin-left: 10px;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-culture .character .character-item .text .ch-title h4 span
    {
        font-size: 16px;
    }
}
.wrap-culture .character .character-item .text .ch-title p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 10px 0 0 0;

    color: #666;
}
.wrap-culture .character .character-item .text .note
{
    margin-top: 20px;
}
.wrap-culture .character .character-item .text .note p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-culture .character .character-item .text .note p
    {
        font-size: 14px;
    }
}
.wrap-culture .character .character-item .text .note p span
{
    color: #333;
}
.wrap-culture .character .character-item .text-teacher .ch-title:before
{
    content: '\e640';

    background-color: #dc4d40;
}
.wrap-culture .character .character-item .text-organize .ch-title:before
{
    content: '\e63d';

    background-color: #f58346;
}
.wrap-culture .character .character-item .text-server .ch-title:before
{
    content: '\e675';

    background-color: #8cc63f;
}
.wrap-culture .character .character-item .text-idealist .ch-title:before
{
    content: '\e63c';

    background-color: #0c4da2;
}
.wrap-culture .character .character-item .text-mediato .ch-title:before
{
    content: '\e7be';

    background-color: #dc4d40;
}
.wrap-culture .character .character-item .text-provide .ch-title:before
{
    content: '\e8a4';

    background-color: #8cc63f;
}
.banner.phone-banner
{
    display: none;
}
@media (max-width: 767px)
{
    .box-project .project ul li
    {
        width: 100% !important;
        margin-bottom: .15rem;
    }
    .box-index
    {
        padding: 30px 15px;
    }
    .box-index .news .item p
    {
        margin-top: 10px;
    }
    .box-index .about
    {
        padding-top: 30px;
    }
    .box-index .about .text
    {
        margin-top: 20px;
    }
    .box-index .product
    {
        padding-top: 30px;
    }
    .banner
    {
        display: none;
    }
    .banner.phone-banner
    {
        display: block;
    }
    .banner.phone-banner .img-box
    {
        padding-bottom: 67.73333333%;
    }
    .banner.banner-in
    {
        display: block;
    }
    .box-project .project ul li .item,
    .box-project .project ul li.active .item
    {
        padding: 20px 10px;
    }
}


.pagination>li>a, .pagination>li>span {
	padding:0;
	line-height:1;
	display:flex;
	justify-content: center;
	align-items: center;
}
.page a, .page span {
	font-family: 'ITC Avant Garde Gothic';
	font-size: 18px;
	line-height: 46px;
	display: inline-block;
	overflow: hidden;
	width: 46px;
	height: 46px;
	margin: 0 3px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	color: #004098;
	border-radius: 50% !important;
	background-color: #eee;
}
@media (max-width:767px) {
	.page a, .page span { width: 30px; height: 30px; font-size: 12px; margin: 0 2px; }
}