/**
    品牌介绍页面样式
*/
.brand{
    width: 100%;
}

.brand-ul{
    /* width: 1220px; */
    list-style: none;
    margin: auto;
    padding-left: 0;
    width: 100%;
}

.brand-ul li{
    /* border:1px solid; */
    display: inline-block;
    height: 300px;
    vertical-align: bottom;
    margin-left: -8px;
}

.width-90{
    width: 90%;
}

.width-50{
    width: 50%;
}
.width-100{
    width: 100%;
}

.brand-ul-label{
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.li-dian{
    width: 27px;
    display: inline-block;
    height: 27px;
    background: #e0b78d;
    border-radius: 50px;
    margin: 20px 20px;
}
.li-title{
    display: inline-block;
    font-size: 38px;
    height: 72px;
    font-weight: normal;
    text-align: left;
    color: #333333;
    line-height: 72px;
    width: 187px;
    margin: auto;
    margin-left: 0px;
}

.brand-ul-main{
    width: 80%;
    margin: auto;
    font-size: 22px;
    margin-left: 66px;
    line-height: 50px;
}

.bannerImg{
    margin-top: 148px;
    width: 100%;
}

.bannerImg img{
    width: 100%;
    height: 100%;
}