/* 
* @Author: 潘尚泉
* @Date:   2019-05-23 18:50:32
* @Last Modified by:   潘尚泉
* @Last Modified time: 2019-06-05 17:37:19
*/

.M-box{
    height: 22px;
}
.banner{
    height: 818px;
    background: url(/images/index/brand/banner.jpg) no-repeat 50% 50%;
}

.main_center {
    width: 1200px;
    margin: -140px auto 0;
    color: #737373;
    background-color: #fff;
    box-shadow: 0px 3px 16px 0px #bcbcbc;
    padding-bottom: 30px;
}
.main_center .title{
    font-size: 40px;
    height: 60px;
    line-height: 60px;
    padding: 40px 0 15px;
    font-weight: normal;
}
.main_center .tab-wrap{
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.main_center .tab-wrap .tab-item{
    cursor: pointer;
    font-size: 16px;
    cursor: pointer;
    padding: 0 2px;
    margin: 0 9px;
}
.main_center .tab-wrap .tab-item.on{
    color: #b40f19;
    cursor: default;
}
.main_center .brand-show{
    padding: 0 25px;
    height: 580px;
}
.main_center .brand-show .brand-item{
    width: 203px;
    float: left;
    margin: 30px 14px 0 13px;
}
.main_center .brand-show .brand-item .brand-img{
    border: 2px solid #d3d3d3;
    height: 73px;
    width: 198px;
    overflow: hidden;
}
.main_center .brand-show .brand-item .brand-img img{
    height: 100%;
}
.main_center .brand-show .brand-item .brand-name{
    line-height: 30px;
    font-size: 14px;
}
.main_center .brand-show .brand-item:hover .brand-img{
    border-color: #b40f19;
}
.main_center .brand-show .brand-item:hover .brand-name{
    color: #b40f19;
}

.main_center .brand-show .empty {
    margin: 150px auto 0;
    width: 325px;
    height: 170px;
    color: #757575;
    background: url(/images/mascot.png) no-repeat 100% 50%;
    position: relative;
}
.main_center .brand-show .empty .text-box {
    width: 145px;
    padding-top: 40px;
}