.container{
	width: 1100px;
	margin: auto;
}
.header{
	overflow: hidden;
	height: 81px;
	line-height: 81px;
	background: #fff;
}
.header .logo{
	float: left;
}
.header .logo img{
	display: inline-block;
	vertical-align: middle;
}
.header .title{
	float: left;
	position: relative;
	font-size: 28px;
	color: #333333;
	margin-left: 44px;
}
.header .title:before{
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: -22px;
	width: 1px;
	height: 38px;
	background: #ddd;
	transform: translateY(-50%);
}
.nav-w{
	background:rgba(5,127,194,0.8);
}
.nav{
	overflow: hidden;
}
.nav li{
	float: left;
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.nav li.active{
	background: #3E4146;
}
.layout-footer{
	height: 50px;
	background: #363D45;
}
	.layout-footer p {
		line-height: 50px;
		font-size: 12px;
		text-align: center;
		color: #fff;
	}
	.layout-footer .s2 {
		margin-left: 20px;
		margin-right: 40px;
	}