body {
	background: url("../../img/brand/brand_bg_02.png") no-repeat top center;
}

.brandBox {
	padding: 0 50px 0 50px;
}

.brandBox li {
	float: left;
	/*width: 284px;*/
	width: 31%;
	margin-right: 3.5%;
	margin-bottom:40px; 
}

.brandBox li:nth-child(3n) {
	margin-right: 0;
}
.imgDiv {
	width: 100%;
	padding-bottom: 53.87%;
	overflow: hidden;
	height: 0;
}

.brandBox li img {
	width: 100%;
	/*height: 100%;*/
	transition: .5s;
	display: none;
}
.brandBox li img:hover {
	transform: scale(1.2);
}

.brandBox li p {
	padding: 0 14px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 55px;
	line-height: 55px;
	background: #fff;
	font-size: 18px;

}

.brandBox li a:hover p {
	color: #0d65ba;
}

/*1024   1280  1366  1440  1600   1680   1920*/
/*@media (min-width: 0) and (max-width: 1514px) {
	.brandBox  li:nth-child(2n) {
		margin-right: 0;
	}
}



@media (min-width:1515px) and (max-width: 1919px){
	.brandBox  li:nth-child(3n) {
		margin-right: 0;
	}
}



@media (min-width: 1920px) {
	.brandBox  li:nth-child(4n) {
		margin-right: 0;
	}
}*/



