.servicelist{
	margin-top: 60px;
	overflow: hidden;
}
.servicelist li{
	width: 400px;
	width: 30.7%;
	margin-right: 50px;
	float: left;
	margin-bottom: 36px;
	margin-right: 3.8%;
	background: #f4f5f7;
}
.servicelist li:nth-child(3n){
	margin-right: 0;
}
.servicelist .pic{
	max-height: 272px;
	overflow: hidden;
}
.servicelist .nr{
	padding: 30px 28px 36px;
	background: #f4f5f7;
}
.servicelist .border{
	width: 52px;
	height: 3px;
	background: #00828c;
	/*margin-top: 30px;
	margin-left: 28px;*/
}
.servicelist .name{
	font-size: 16px;
	color: #707070;
	margin-top: 26px;
	height: 21px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cnas{
	background: url('../images/company_mark10.jpg') no-repeat center center;
	background-size: cover;
	padding: 44px 66px 35px;
	margin-bottom: 100px;
}
.cnas .ent{
	font-family: 'Arial';
	font-weight: bold;
	font-size: 	34px;
	color: #707070;
}
.cnas .cnt{
	font-size: 23px;
	font-weight: bold;
	color: #00828c;
	margin-top: 4px;
}
.cnas .pic{
	width: 387px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 38px;
}
.cnas .intro{
	color: #707070;
	padding-left: 24px;
}