.banner{
    height: 300px;
    min-width: 1200px;
}
.about-warp{
    width: 1080px;
    min-height: 400px;
    padding: 40px 60px;
    background: #FFFFFF;
    margin: 20px auto;
    text-align: center;
}
.about-title{
    font-size: 32px;
    color: #000000;
    margin-bottom: 20px;
}
.small-title{
    font-size: 16px;
    color: #889092;
    margin-bottom: 40px;
}
.about-content{
    text-align: left;
    font-size: 14px;
    color: #666666;
    text-indent: 2em;
    margin-bottom: 18px;
    line-height: 1.5;
}
.footer-bg{
    min-width: 1200px;
    background: #333333;
}