.header{
	height: 64px;
}
#header{
	min-width: 1200px;
	height: 66px;
	line-height: 62px;
	position: fixed;
	top:0px;
	z-index: 100000;
	right: 0;
	left: 0;
}
#header img{
	float: left;
	height: 42px;
	width: auto;
	margin-top: 14px;
}
#header ul{
	float: right;
}
#header ul li{
	float: left;
	border-bottom: 2px solid rgba(0,0,0,0);
	margin: 0px 15px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	/* font-weight: 600; */
}
#header ul li:hover{
	border-bottom: 4px solid #F5BE18;
}
#header a{
	float: right;
	line-height: 38px;
	width: 148px;
	border-radius: 19px;
	background: #fff;
	text-align: center;
	color:#3c87cf;
	margin-top: 13px;
	margin-left: 10px;
	font-size: 16px;
	position: relative;
	font-weight: 600;
}
#header a:hover{
	background: rgb(111,205,148);
	color: #fff;
}
#header .now{
	border-bottom: 4px solid #F5BE18;
}
