.brand{
    background-color: white;
    overflow: hidden;box-sizing:border-box;padding:0 40px;width:100%;
}
.brand-top{ 
    box-sizing: border-box;
    margin: 30px 0;
    padding: 0 40px;
    width: 100%;
	height: 50px;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.brand-search{
    float: left;
    margin: 6px  0;
    background-color: #ffffff;
    width: 400px;
    height: 36px;
    border-radius: 4px;
	border: solid 1px #d9d9d9;
}
.brand-search input{
    box-sizing: border-box;
    float: left;
    width: 352px;
    padding-left:18px ;
    height: 100%;
    font-size: 14px;
}
.brand-search img{
    float: right;
    margin: 10px 15px ;
    cursor: pointer;
}
.list-count{
    float: right;
}

.list-count div{
    cursor: pointer;
    text-align: center;
    line-height:24px ;
    margin-top: 13px;
    float: left;
    box-sizing: border-box;
    margin-left: 10px;
    width: 40px;
	height: 24px;
	background-color: #f5f5f5;
	border-radius: 2px;
    color: #1e50a2;
	border: solid 1px #1e50a2;
}
.list-count div:first-child{
    margin-left: 0;
}
.list-count span{
    color: #999999;
    line-height: 50px;
    float: left;
    margin-right: 32px;
}
.list-count .sel,.list-count div:hover{
    color: #ffffff;
    background-color: #1e50a2;
}
.brand-list{
    background-color: white;
 
    
}
.brand-list-item{
    width: 215px;
    height: 270px;
   float: left;
   margin-right: 30px;
   margin-bottom: 30px;cursor: pointer
}
.brand-list-item:nth-child(6n){
    margin-right: 0;
}
.brand-img{
    width: 215px;
	height: 215px;
	background-color: #f9f9f9;
	border-radius: 4px;
    position: relative;
}
.brand-img img{
    height: 110px;
    width: 110px;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);  
}
.brand-name{
    margin-top: 5px;
    text-align: center;
    color: #333333;
}
.brand-bus {
    margin-top: 0px;
    text-align: center;
    color: #333333;
    font-size:12px; color:#808080;
}
.page{
    overflow: hidden;
    margin: 45px  auto 100px auto;
    width: 100%;
    text-align: center;
}
.page-item{
    cursor: pointer;
    width: 56px;
    height: 56px;
    background-color: #f4f4f4;
    border-radius: 28px;
    margin-right: 10px;
    line-height: 56px;
    text-align: center;
    color: #999999;
    display: inline-block;
}


.page-item:last-child{
    margin-right: 0;
}
@media  (min-width: 1000px) and (max-width: 1200px){
    .brand-list-item{width:19%;margin-right:.5%;margin-left:.5%}
    .brand-list-item .brand-img{width:100%;}
}