.services{
	width: 700px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	display: table;
}
.services li{
	width: 700px;
	text-indent: 16px;
	line-height: 20px;
	margin-bottom: 8px;
	text-align: justify;
	color: #333;
}
.services li.serv_title{
	text-indent: 0;
}
div.title{
	width: 700px;
	height: 30px;
	line-height: 30px;
	margin: 28px 0 10px 0;
	text-indent: 40px;
	border: 1px solid #eee;
	border-right-style: none;
	border-left-style: none;
	background: url("../images/quickButton_bg.jpg") no-repeat 10px center #f9f9f9;
}
.quickButtonBox{
	width: 600px;
	margin-top: 30px;
}
.quickButtonBox li{
	width: 200px;
	height: auto;
	float: left;
	margin-bottom: 15px;
}
.quickButtonBox li span{
	width: 130px;
	height: 40px;
	line-height: 40px;
	margin-left: 40px;
	text-align: center;
	display: block;
	cursor: pointer;
	font-size: 12px;
	border: 1px solid #666;
	background: url("../images/quickButton.jpg") no-repeat right bottom;
}
.goToServduct_link{
	border: 0;
	width: 120px;
	height: 30px;
	display: block;
	background: url('../images/goToServduct_btn.jpg') 0 0;
	margin-left: 20px;
}
.goToServduct_link:hover{
	background-position: 0 30px;
}
