.about-outer{
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
    background-image: url(/_images/_home_about_bg.png);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
.about-outer .about-inner{
    max-width: 1080px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    min-height: 600px;
    height: 960px;
    overflow: hidden;
    position: relative;
}
.about-outer .about-inner h2{
    margin-top: 150px;
    color: rgb(235, 29, 78);
    font-size: 36px;
    line-height: 46px;
}
.about-outer .about-inner .text{
    max-width: 600px;
    width: 100%;
    font-size: 14px;
    color: #999;
    margin-top: 12px;
}
.about-outer .about-inner .text p{
    text-indent: 32px;
    margin-top: 3px;
}

@media screen and (max-width:1024px) {

    .about-outer .about-inner h2{
        margin-top: 100px;
        font-size: 26px;
        line-height: 36px;
    }
    .about-outer .about-inner{
        height: 860px;
    }
    .about-outer .about-inner .text{
        background-color: #ffffffe8;
    }
}