/* comm */
body {
    background-color: #f2f2f2;
}

/* banner */
.brand-banner .float_l {
    float: left;
}

.brand-banner .float_r {
    float: right;
}

.brand-banner .banner {
    width: 100%;
    height: 510px;
    background-color: #1F2531;
    padding-top: 50px;
    padding-bottom: 20px;
}

.brand-banner .title-font {
    margin-top: 55px;
}

.brand-banner .title-pic {
    margin-top: 30px;
}

.brand-banner #total {
    font-size: 16px;
    color: #C7C7C7;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.brand-banner #total .t1 {
    float: left;
    width: 20%;
    text-align: center;
}

.brand-banner #total span {
    font-size: 26px;
    color: #C7C7C7;
    text-align: center;
}

/* 栏目菜单 */
.brand-nav {
    width: 100%;
    overflow: hidden;
    background-color: #3d3d3d;
}

.brand-nav li {
    line-height: 43px;
    float: left;
    padding: 0 40px;
    text-align: center;
}

.brand-nav a {
    font-size: 15px;
    color: #fff;
}

.brand-nav ul li:hover {
    background-color: #eb0223;
    color: #fff;
}

/* 品牌列表 */
.brand-list {
    margin-top: 20px;
}

.brand-list h3.title {
    position: relative;
    z-index: 1;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.brand-list h3.title:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 150px;
    height: 2px;
    background-color: #eb0223;
    content: "";
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.brand-list h3.title:hover:after {
    width: 500px;
}

.brand-list h3.title span {
    font-weight: bold;
}

.brand-list h3.title .more {
    float: right;
    padding-right: 10px;
    color: #666;
    font-weight: 400;
    font-size: 14px;
}

.brand-list .list-box {
    margin: 20px auto;
}

.brand-list .list-box li {
    width: 20.077%;
    width: calc(20% + 1px);
    float: left;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px #ddd solid;
    margin: 0 0 -1px -1px;
}

.brand-list .list-box li .thumb {
    overflow: hidden;
}

.brand-list .list-box li .thumb img {
    width: 100%;
    height: 100px;
    padding: 0 50px;
    box-sizing: border-box;
    object-fit: scale-down;
    transition: all 0.3s;
}

.brand-list .list-box li .thumb img:hover {
    transform: scale(1.15);
}

.brand-list .list-box li p {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}
