.header{
	padding: 14px 100px;
	height: 80px;
	width: 100%;
	background: #1b1b1b;
}
.header:after{
	display: table;
	content: "";
	clear: both;
}
.head-nav li{
	position: relative;
	float: left;
	padding: 0 10px;
	line-height: 52px;
	font-size: 12px;
	color: #fff;
}
.head-nav li:after{
	position: absolute;
	right: 0;
	content: "|";
}
.head-nav li:last-child{
	padding-right: 0;
}
.head-nav li:last-child:after{
	content: none;
}
.head-nav li a{
	color: #fff;
}
.head-nav li a:hover{
	color: #00c2de;
	text-decoration: underline;
}
