*{
    box-sizing: border-box;
}
img{
    vertical-align: middle;
    max-width: 100%;
}

.brand-banner{
    background: url("brand-header-bg.jpg") no-repeat center top;
    height: 926px;
    position: relative;
}
.brand-banner .w{
    height: 100%;
}
.brand-con{
    color: #fff;
}
.brand-con .year{
    font-size: 100px;
    padding-top: 90px;
    font-family: 'Oswald', sans-serif;
    line-height: 1.2;
}
.brand-con .title{
    font-size: 96px;
}
.brand-con .text{
    font-size: 14px;
    width: 812px;
}
.banner-list{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -50px;
}
.banner-list li{
    float: left;
    width: 23.875%;
    margin-right: 1.5%;
    background: #232A38;
    box-shadow: 0 3px 10px rgba(0,0,0,0.4);
}
.banner-list li:last-child{
    margin-right: 0;
}
.banner-list li .title{
    line-height: 40px;
    background: #DC2024;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.banner-list li .text{
    height: 238px;
    padding: 30px 35px;
    color: #fff;
    font-size: 13px;
    line-height: 1.6;
}

.brand-run{
    padding-top: 90px;
    padding-bottom: 40px;
    background: url("content-bg.jpg") no-repeat center top;
}
.title-com{
    color: #DAB775;
    text-align: center;
}
.title-com .h2{
    font-size:30px;
    line-height: 1.3;
    font-weight: 200;
    font-family: sans-serif;
}
.title-com .h3{
    font-size:12px;
    letter-spacing: 3px;
}
.run-mb{
    margin-bottom: 15px;
}

.run-list-1{
    background: #DC2024;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}
.run-list-1 li,.run-list-2 li{
    padding-left: 40px;
}
.run-list-2{
    background: url("main-bg.jpg") no-repeat 0 -1px;
    color: #fff;
    font-size: 13px;
    padding: 25px 0;
}

.run-list-1 li,.run-list-2 li{
    width: 20%;
    float: left;
}

.brand-advantage{
    padding-top: 40px;
    padding-bottom: 60px;
    background: url("content-bg-1.jpg") no-repeat center top;
}
.advantage-list{
    margin-top: 30px;
}
.advantage-list li{
    float: left;
    border: 1px solid #454241;
    padding: 20px 10px;
    text-align: center;
    width: 24.25%;
    margin-right: 1%;
}
.advantage-list li:last-child{
    margin-right: 0;
}
.advantage-list .text{
    padding: 10px 0;
    border-bottom: 1px dashed #675640;
}
.advantage-list .text span{
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
}
.advantage-list .text em{
    color: #BB9965;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 8px;
}
.advantage-list .desc{
    padding: 25px 30px 0;
    text-align: left;
    color: #fff;
    font-size: 13px;
    height: 140px;
}
.advantage-pic{
    height: 63px;
}

@media (max-width: 1279px) {
    .banner-list li .text{
        height: 240px;
        padding: 19px;
    }
    .run-list-2{
        font-size: 12px;
    }
    .run-list-1 li,.run-list-2 li{
        padding-left: 34px;
    }
    .advantage-list .desc{
        padding: 15px 18px;
    }
}











































