#brandStory {
    min-width: 1280px;
    height: auto;
    background: url('../static/bs-bg.jpg') no-repeat;
    background-position: center;
}


/* 品牌故事 */
.bs-content {
    width: 1280px;
    margin: 0 auto;
}
.bs-progress {
    margin: 30px 0 55px;
    font-size: 16px;
    color: #000;
}
.bs-content-tle {
    color: #000;
    font-size: 30px;
    text-align: center;
    margin-bottom: 64px;
}
.bs-content-tle fieldset{
    line-height: 30px;
    text-transform: uppercase;
}
.bs-content-tle p {
    line-height: 30px;
    margin-top: 17px;
}
.bs-content-box {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.bs-content-box-lf {
    width: 500px;
    height: 496px;
}
.bs-content-box-rg {
    width: 780px;
    height: 496px;
    color: #000;
    box-sizing: border-box;
    padding: 56px 60px 0;
    background-color: #ccc;
}
.bs-content-box-rg fieldset {
    font-size: 18px;
    line-height: 18px;
}
.bs-content-box-rg p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 33px;
}

