@charset "utf-8";
/* CSS Document */
.service_menu{
	width:1000px;
	margin:auto;
}
.menu_item li{
	float:left;
	width:200px;
	text-align:center;
	margin:5px 0px;
}
.service_content{
	margin:40px auto 160px auto;
	width: 1000px;
	min-height:176px;
	border: 1px solid #ccc;
	background:url(../image/service/um_bg.png) no-repeat right bottom;
}
.service_content p{
	margin:0 auto;
	padding-top:66px;
	padding-bottom:66px;
	line-height:2;
	width: 800px;
	color:#494949;
}
.service_content p span{
	color:#FF0000;
}
	
