

/*首页关于我们begin*/
#fh5co-service-list {
	padding: 60px 0 70px
}
#fh5co-service-list .content {
	padding-top: 50px;
}
#fh5co-service-list i {
	font-size: 50px;
	color: #305dc3;
	border: 1px solid #bdc3c7;
	text-align: center;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 50%;
	display: inline-block;
	transition: all 0.25s linear 0s;
	transform: translate(0px, 0px);
}
#fh5co-service-list .item:hover i {
	background: #305dc3;
	color: #fff;
	transition: all 0.25s linear 0s;
	transform: translate3d(0px, -5px, 0px);
}
#fh5co-service-list i:before {
	display: inline-block;
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
#fh5co-service-list i.icon1:before {
	content: "\f275"
}
#fh5co-service-list i.icon2:before {
	content: "\f0c0"
}
#fh5co-service-list i.icon3:before {
	content: "\f091"
}
#fh5co-service-list i.icon4:before {
	content: "\f0ac"
}
#fh5co-service-list i.icon5:before {
	content: "\f087"
}
#fh5co-service-list i.icon6:before {
	content: "\f132"
}
#fh5co-service-list .item h5 {
	font-size: 20px;
	color: #2a333c;
	font-weight: normal;
	margin: 20px 0px 5px;
	word-break: break-all;
}
#fh5co-service-list .item p.desc {
	margin: 20px 20px;
	line-height: 1.6;
	word-break: break-all;
	color: #5e7387
}
/*首页关于我们 end*/
