@charset "UTF-8";
.brand-content {
    width: 1060px;
    margin: 0 auto;
    color: #353535;
    text-align: center;
    overflow: hidden;
}
.brand-title{
       font-size: 40px;
    font-weight: bold;
    color: #2a2a2a;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}
.img-text-container {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.img-text-container .img-text-imgs-list {
    float: left;
    width: 450px;
    margin-right: 20px;
    height: 600px;
}
.img-text-container .img-text-imgs-list img {
    width: 100%;
}
.img-text-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.img-text-list li {
    width: 520px;
    padding: 20px 20px 20px 70px;
    text-align: left;
    position: relative;
}
.img-text-list li .iconfont {
    font-size: 32px;
    color: #ef5638;
    float: left;
    position: absolute;
    left: 20px;
    top: 20px;
}
.img-text-list li h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #353535;
    margin: 0;
}
.img-text-list li p {
    font-size: 14px;
    color: #888;
    margin: 10px 0 0;
}
.grey-bg {
    background: #f2f2f2;
}
.img-text-container.right .img-text-imgs-list {
    float: right;
    margin-right: 0;
}

.img-text-list li:hover {
    background: #f8f8f8;
}
.img-text-container.right .img-text-list li:hover {
    background: #fff;
}

.img-text-list li:hover {
    background: #f8f8f8;
}