.index_client {
	height: 452px;
	width: 1220px;
	margin: 55px auto 24px;
}
.index_client li {
	width: 250px;
	height: 405px;
	float: left;
	margin-top: 22px;
	border: 1px solid #e7f0fe;
}
.index_client .on {
	width: 440px;
	height: 452px;
	float: left;
	margin-top: 0px;
	border: 1px solid #e0e4e9;
}
.index_client .on img {
	display: none;
}
.index_client .on .content_pro {
	display: none;
}
.index_client .on .client_bottom {
	display: none;
}
.content_pro {
	height: 195px;
	width: 100%;
	overflow: hidden;
}
.content_pro p {
	font-size: 18px;
	color: #535353;
	text-align: center;
	margin-top: 41px;
	margin-bottom: 14px;
}
.content_pro span {
	width: 100%;
	text-align: center;
	color: #acacac;
	display: inline-block;
	margin-bottom: 16px;
	font-size: 15px;
}
.client_bottom {
	border-top: 1px solid #efeeee;
	width: 228px;
	height: 90px;
	margin: 0 auto;
	position: relative;
	padding-top: 14px;
}
.client_bottom span {
	font-size: 14px;
	float: left;
	color: #333333;
}
.client_li_box {
	position: absolute;
	width: 153px;
	right: 0px;
}
.client_li_box a {
	cursor: default;
	color: #636363;
	display: inline-block;
	padding: 2px 4px;
	margin-bottom: 10px;
	font-size: 10px;
	border: 1px solid #bfbfbf;
}
.left_on {
	display: none;
}
.right_on {
	display: none;
}
.on .left_on {
	width: 183px;
	float: left;
	display: block;
	height: 100%;
	overflow: hidden;
	background: #1a1f23;
}
.on .img_box {
	width: 108px;
	height: 108px;
	margin: 55px auto 0;
}
.on .img_box img {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
}
.on .left_on p {
	color: #ebebeb;
	font-size: 20px;
	line-height: 33px;
	text-align: center;
	width: 100%;
}
.on .left_on span {
	width: 100%;
	text-align: center;
	color: #8c8f91;
	font-size: 12px;
	display: inline-block;
}
.on .left_on a {
	display: block;
	width: 138px;
	text-align: center;
	line-height: 38px;
	height: 38px;
	border-radius: 4px;
	margin: 0 auto;
}
.on .right_on {
	width: 255px;
	height: 454px;
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	background: url(../images/index/right_on.png) 52px center no-repeat;
}
.on .right_on p {
	font-size: 13px;
	color: #929292;
	width: 140px;
	line-height: 18px;
	position: absolute;
	left: 90px;
}
.on .right_on p span {
	display: inline-block;
	color: #4a4a4a;
	font-size: 15px;
	margin-bottom: 8px;
}
.know_more {
	width: 310px;
	height: 38px;
	margin: 20px auto 10px;
}
.know_more a {
	display: inline-block;
	width: 310px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #fff;
	border: 1px solid #e0e0e0;
	color: #999999;
}
.know_more a:hover {
	border: 1px solid #4385f8;
	background: #4385f8;
	color: #ffffff;
}