/*bottom*/
.bottom{
	width:1200px;
	height:144px;
	margin:0 auto;
	overflow:hidden;
}

.bottom ul{
	width:1000px;
	height:144px;
	margin:0 auto;
}

.bottom ul li{
	text-align:center;
	margin:0 auto;
	display:inline-block;
	margin-top:10px;
}

.bottom ul li:nth-child(1){
	margin-top:34px;
}

.bottom ul li *{
	color:#353535;
	font-size:13px;
	float:left;
}

.bottom ul li:nth-child(1) span{
	width:1px;
	height:12px;
	background:#353535;
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
}

.bottom ul li:nth-child(2) span{
	margin-left:10px;
}