﻿/*客户*/

.client {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
	padding-top: 0px;
}
.client img{ max-width:100%;} 
.client .title {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.client .title h1 {
	font-size: 28px;
	color: #333;
	margin: 15px 0;
}
.client .title a {
	font-size: 16px;
	color: #666;
}
.client .title a:hover {
	color: #F08326;
}
.client_list {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.client_list li {
	width: 157px;
	height: 44px;
	float: left;
	margin: 15px 21px;
	text-align: center;
}
 @media screen and (max-width:1200px) {
.client {
	width: 1000px;
}
}
 @media screen and (max-width:1000px) {
.client {
	width: 100%;
}
.client_list li {
	margin: 15px 12px;
}
}


 @media screen and (max-width:760px) {
.client {
	width: 100%;
	padding-top: 0;
}
.client .title h1 {
	font-size: 24px;
}
.client_list li {
	width: 35%;
	height: auto;
	margin: 12px 7.5%;
}
}
