.brand_body .w {
    padding: 55px 50px 80px;
    min-height: 600px;
}
.brand_main {
    width: 950px;
}
.brand_list ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 12px;
    position: relative;
}
.brand_list ul li>img {
    width: 228px;
    height: 103px;
    border: 1px solid #d3d3d3;
}
.brand_list ul li:nth-child(4n) {
    margin-right: 0;
}
.brand_list ul li .detail {
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    width: 228px;
    min-height: 355px;
    position: absolute;
    top: 0;
    z-index: 10;
}

.brand_list ul li .detail img {
    width: 226px;
    height: 104px;
}
.brand_list ul li .detail div:last-child {
    font-size: 14px;
    color: #282828;
    text-indent: 28px;
    padding: 0 15px;
}
.brand_list ul li .detail div:nth-child(2) {
    border-left: 4px solid #f6ab00;
    padding-left: 5px;
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.brand_list ul li .detail div:nth-child(2) p:first-child {
    font-size: 24px;
    color: #005bac;
}
.brand_list ul li .detail div:nth-child(2) p:last-child {
    font-size: 14px;
    color: #838383;
}


@media (max-width: 1200px) {
    .brand_main {
        width: calc(100% - 150px);
    }
    .brand_list img {
        width: 228px;
        height: 103px;
    }
    .brand_list ul li:nth-child(4n) {
        margin-right: 10px;
    }
}