.service-title{
	padding: 60px 0 45px;
	text-align: center;
}
.service-title span{
	font-size: 30px;
	color: #2b2b2b;
}
.service-title i{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
	line-height: 20px;
	font-style: normal;
	display: block;
	color: #666;
}
.service-title p{
	height: 30px;
	line-height: 30px;
	color: #aaa;
}
.service-title img{
	width: 100%;
	display: block;
	padding-top: 20px;
}


.service-list li{
	min-height: 400px;
	width: 100%;
	overflow: hidden;
}
.service-pic{
	width: 50%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 340px;
	text-align: center;
}
.service-text{
	padding-left: 10%;
	padding-top: 100px;
	width: 40%;
}
.service-text span{
	font-size: 28px;
	color: #4b4b4b;
}
.service-text i{
	padding: 5px 0 10px;
	display: block;
	font-style: normal;
	color: #aaa;
}
.service-text p{
	width: 400px;
	line-height: 1.6em;
	color: #8a8a8a;
	font-size: 12px;
}
.service-list li:nth-child(odd){
	background: #f3f3f3;
}
.service-list li:nth-child(even){
	background: #fff;
}
.service-list li:nth-child(odd) .service-pic,.service-list li:nth-child(even) .service-text{
	float: left;
}
.service-list li:nth-child(even) .service-pic,.service-list li:nth-child(odd) .service-text{
	float: right;
}
