.banner{
	background-color: #a21010;
}
.customer-page .banner{
	background-image: url(/uploads/image/bjimages_en/cp_customer_banner.jpg);
}
.partner-page .banner{
	background-image: url(/uploads/image/bjimages_en/cp_partner_banner.jpg);
}
#main{
	padding: 6em 0;
}
.section{
	margin-bottom: 1.875em;
}
.section h3{
	font-size: 22px;
	margin-bottom: 26px;
	font-weight: normal;
	color: #222;
}
.section h3 span{
	vertical-align: middle;
}
.section h3 img{
	vertical-align: middle;
	width: 32px;
	margin-right: 16px;
}
.section li{
	display: inline-block;
	vertical-align: top;
	width: 17.86%;
	margin-right: 2.675%;
	margin-bottom: 2.14%;
}
.section li:nth-child(5n){
	margin-right: 0;
}
.section li img{
	width: 100%;
}
@media only screen and (max-width:1024px){
	.customer-page .banner{background-position:75% center;}
	.partner-page .banner{background-position:65% center;}
	#main{
		padding: 3rem 0;
	}
	.section{
		margin-bottom: 0.9375rem;
	}
	.section h3{
		font-size: 0.82rem;
		margin-bottom: 0.8125rem;
	}
	.section h3 img{
		width: 1rem;
		margin-right: 0.5rem;
	}
	.section li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.section li:nth-child(5n){
		margin-right: 2%;
	}
	.section li:nth-child(even){
		margin-right: 0;
	}
}