
.function-bg{
 width:100%;
}
.functiom-tbtxt{
	width:1200px;
	background-color:#F9FAFF;
	margin:20px auto 0;
	overflow:hidden;
	padding:50px 0;
}
.functiom-tbtxt div{
	width:398px;
	float:left;
	text-align:center;
}
.function-bg .function-title{
	text-align:center;
	 font-size: 30px;
    color: #000000;
    display: block;
	
}
.function-detail{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding:50px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.function-detail ul{
    width:1200px;
	
	padding:0 30px;
	
}
.function-detail ul li{
    width:398px;
	height:100px;
	float:left;
	

}
.function-detail ul li h3{
	font-size:15px;
    border-left:3px #387EE8 solid;
	line-height: 20px;
	letter-spacing:3px;
	text-indent:10px;
	
}
.function-detail ul li p{
	 font-size: 13px;
    color: #888888;
    padding-left: 15px;
    line-height: 25px;
}