@charset 'utf-8';
.logo{
	width:1150px;
	margin:5px auto;
}
.logo ul{
	
	line-height: 50px;
}
.logo li{
	float:left;
	padding: 5px 0;
}
.logo a{
	font-size: 13px;
}

.logo li + li:before{
	content:'';
	display:inline-block;
	width:2px;
	height:13px;
	margin: 0 20px;
	background-color:#000;
}
.logo img{
	width: 270px;
	height: 57px;
}