.banner{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    height: 750px;
    position: relative;
    z-index: 1;
}
.banner img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 30% center;
}

.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: 100px;
    color: rgb(235, 29, 78);
    font-size: 36px;
    line-height: 46px;
}
.about-outer .about-inner .text{
    max-width: 500px;
    width: 100%;
    font-size: 14px;
    color: #999;
    margin-top: 12px;
}
.about-outer .about-inner .text p{
    text-indent: 32px;
    margin-top: 3px;
}

.brand-outer{
    padding-top: 60px;
}
.brand-outer .brand-inner{
    max-width: 1080px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}
.brand-outer .brand-inner h2{
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    color: rgb(51, 51, 51);
    letter-spacing: 2px;
}
.brand-outer .brand-inner h3{
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #888888;
    margin-top: 20px;
}
.brand-outer .brand-inner h2,.brand-outer .brand-inner h3{
    font-weight: normal;
}
.brand-outer .brand-inner .pic{
    width: 100%;
    margin-top: 40px;
}

.nav-outer .nav-inner .nav-box ul li a{
    color: #e9e9e9;
}

@media screen and (max-width:1024px) {
    .banner{
        height: 300px;
    }
    .banner img{
        object-position: 25% top;
    }
    
    .about-outer .about-inner h2{
        margin-top: 50px;
        font-size: 26px;
        line-height: 36px;
    }
    .about-outer .about-inner .text{
        background-color: #ffffffe8;
    }

    .brand-outer .brand-inner h2{
        font-size: 22px;
        line-height: 30px;
    }
    .brand-outer .brand-inner h3{
        font-size: 12px;
    }
}