/* banner */
.banner-wrap {
    margin-top       : 0;
    height           : 650px;
    width            : 100%;
    min-width: 1180px;
    background-image : url('/static/common/img/big/banner-about.png');
    background-size  : 100% 100%;
    background-repeat: no-repeat;
    overflow         : hidden;
}

.banner-title {
    margin     : 0 auto;
    margin-top : 299px;
    width      : 1180px;
    height     : 52px;
    font-size  : 52px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 52px;
    color      : rgba(255, 255, 255, 1);
    text-align : center;
}



/* banner 结束 */

.main {
    padding-bottom: 80px;
}

.about-summary {
    width      : 740px;
    margin     : 0 auto;
    font-size  : 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 32px;
    color      : rgba(0, 0, 0, 1);
    margin-top : 60px;
}

.about-image {
    width            : 740px;
    height           : 560px;
    margin           : 0 auto;
    margin-top       : 30px;
    background-image : url("/static/common/img/big/about-image.png");
    background-size  : 100% 100%;
    background-repeat: no-repeat;
}