.brand{
    background: url("../img/image_25.jpg") no-repeat fixed bottom center;
    padding: 60px 0 80px;
}

.brand .brand-items{
    margin-top: 30px;
}

.brand .brand-image{
    overflow: hidden;
}

.brand .brand-image img{
    transition: all 0.5s;
}

.brand .brand-article{
    line-height: 60px;
    border: 1px solid #eee;
    padding: 0 20px;
    width: 100%;
    background-color: #fff;
    position: relative;
}

.brand .brand-article p{
    font-size: 18px;
    color: #333;
    text-align: left;
}

.brand .brand-article span{
    background-image: url("../img/icon_13.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 65px;
    height: 15px;
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    margin-right: 20px;
    margin-top: -7px;
}

.brand .brand-wrap a:hover img{
    transform: scale(1.1);
}

.brand .brand-wrap a:hover p{
    color: #EC8209;
}

.brand .brand-wrap a:hover span{
    background-image: url("../img/icon_14.png");
}

@media (max-width: 992px) {
    .brand{
        padding: 40px 0;
    }

    .brand .brand-article{
        line-height: 28px;
    }

    .brand .brand-article span{
        width: 34px;
        background-size: contain;
    }
    .brand .brand-article p{
        font-size: 14px;
    }

}