/* 品牌文化 */

.banner {
    margin-top: 120px;
}

.brandBanner {
    position: relative;
}

.brandBanner img {
    width: 100%;
}

.bannerPosition {
    width: 1232px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -613px;
}

.bannerPosition img {
    width: auto;
}

.brandCultureCont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.brandMenu {
    width: 210px;
    /* border-left: 1px solid #eeeeee; */
}

.brandMenu li {
    height: 55px;
    margin-bottom: 1px;
    background-color: #eeeeee;
    line-height: 55px;
    text-indent: 32px;
    font-size: 15px;
}

.brandMenu .active {
    /* background: url('https://www.e20.com.cn/images/bleftbg.jpg') no-repeat left #eeeeee; */
    background: url('../images/bleftbg.jpg') no-repeat left #eeeeee;
}

.brandMenu li a {
    display: block;
    color: #333333;
}

.brandCont {
    width: 960px;
    margin-bottom: 40px;
}

.brandCont div {
    margin-top: 20px;
}

.brandCont div img {
    max-width: 100%;
}

.onfix {
    position: fixed;
    top: 122px;
}

.brandTitleCont {
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}

.brandTitleCont .brandSquare {
    margin-top: 0;
    background: url('../images/square.png') no-repeat left;
}

.brandTitleCont .brandTitle {
    font-size: 24px;
    margin-top: 0;
    margin-left: 20px;
}

.brandArrow {}

.brandArrow img {}

@media (max-width: 768px) {
    /* 品牌文化 */
    .mBrandCont {
        padding: 15px 10px;
        background: #ffffff;
    }
    .mBrandItem {
        margin-bottom: 10px;
    }
    .mBrandItem img {
        width: 100%;
    }
    .brandTitleCont .brandSquare {
        background-size: 8px;
    }
    .mBrandItem .brandTitle {
        font-size: 14px;
        color: #666;
        margin-left: 14px;
        letter-spacing: 1px;
    }
}