.service-stat{
	background-color: #fefefe;
	border:1px #e2e5eb solid;
	display: -webkit-box;
	display: box;
	padding: 12px 0px;
}
.service-stat li{
	color: #555555;
	cursor: pointer;
	-webkit-box-flex:1;
	box-flex:1;
	padding: 10px 0px;
	margin: 0 13px;
	text-align: center;
	position: relative;
}
.service-stat li:before{
	content: '';
	border-left:1px #e7eaf0 solid;
	position: absolute;
	left: -12px;
	top:15px;
	bottom: 15px;
}
.service-stat li:first-child:before{
	display: none;
}
.service-stat li em{
	color: #c0cbd8;
	font-size: 44px;
	line-height: 50px;
	font-family: Arial;
	font-style: normal;
}
.service-stat li:hover,
.service-stat li:active,
.service-stat li.current{
	background-color: #f1f4f8;
	color:#0dbfca;
}
.service-stat li:hover em,
.service-stat li:active em{
	color:#0dbfca;
}
.service-stat li:hover p{
	color: #0724fb;
}
.service-stat li:hover em,
.service-stat li:active em,
.service-stat li.current em{
	color:#0dbfca;
}
.service-stat li:active p,
.service-stat li.current p{
	color: #333333;
}