.header{
	height:126px;
	overflow:hidden;
}
.header-welcome{
	background: #222;
    line-height: 46px;
	height: 46px;
    color: #fff;
    font-size: 14px;
}
.header-wel-left{
	float:left;
	width:calc(100% - 140px);
}
.header-wel-right{
	float:left;
	width:140px;
}
.header-wel-right li{
	float:left;
	cursor:pointer;
	width:50%;
}
.header-nav{
    height: 80px;
	line-height:80px;
}
.header-logo{
	float:left;
	width:400px;
}
.header-logo img{
	margin-top:5px;
}
.header-nav-bar{
	float:right;
}
.header-nav-bar li{
	float:left;
	line-height: 80px;
	font-size:14px;
	padding: 0 30px;
	cursor: pointer;
}
.header-nav-bar li.current{
	background-color:#c8000a;
	color:#fff;
	font-weight:bold;
}
.bower-banner{
	font-size:0;
	width:100%;
	overflow:hidden;
}
.header-nav-bar a{
	text-decoration:none;
}