/*服务客户*/
.customers .inner{ width:1400px; max-width:92%; margin:100px auto 84px;}
.customers .inner li{ float:left;width:338px; max-width:24%; margin-right:1%; margin-bottom:16px;}
.customers .inner li img{ width:100%;}
.customers .inner li:nth-child(4n){ margin-right:0;}

.customers .tab-control{
	margin-bottom: 4%;
}
.customers .tab-control a{
	display: inline-block;
	vertical-align: top;
	padding-bottom: 20px;
	border-bottom: 2px solid transparent;
	font-size: 22px;
	color: #222;
	margin-right: 60px; position:relative;
}
.customers .tab-control a:last-child{
	margin-right: 0;
}
.customers .tab-control a.active{
	color: #c70000;
	font-weight: bold;
	border-color: #c70000;
}
.content ul{ display:none;}
.content ul.active{ display:block;}

.customers a .tip{ position:absolute; bottom:-30px; color:#666; font-size:14px; line-height:1; display:none; font-weight:normal;}
.customers a.active .tip{ display:block;}
@media only screen and (max-width:1280px){
	.customers .tab-control{
		margin-bottom:6%;
	}
}
@media only screen and (max-width:1024px){
	/*服务客户*/
	.customers .inner{ margin:50px auto 60px;}
	.customers .tab-control{
		margin-bottom: 40px;
	}
	.customers .tab-control a{
		padding-bottom: 15px;
		font-size: 16px;
		margin-right: 44px;
	}
	.customers a .tip{ font-size:12px; width:100px;bottom:-25px; }
}
@media only screen and (max-width:768px){
	/*服务客户*/
	.customers .inner{ margin:25px auto 60px;}
	.customers .inner li{ max-width:49%; margin-right:2%; margin-bottom:8px;}
	.customers .inner li:nth-child(4n){ margin-right:2%;}
	.customers .inner li:nth-child(2n){ margin-right:0;}
	.customers .tab-control a{
		padding-bottom: 10px;
		font-size: 14px;
		margin-right: 17px;
		border-width: 1px;
	}
}
@media only screen and (max-width:767px){
	.customers .tab-control a{ font-size:0.875rem;}
	.customers a .tip{ bottom:-25px; font-size:0.65rem;}
}
