.header{
	width: 100%;
	height: 90px;
	line-height: 90px;
	background: rgba(255,255,255,0.5);
	position: fixed;
	top:0;
	left: 0;
	z-index: 999;
}

.header .header_in{
	width: 1200px;
	margin:auto;
	overflow: hidden;
	height: 100%;
}

.header .header_in img{
	float: left;
    height: 80%;
    position: relative;
    top:10%;
}

.header .header_in ul{
	overflow: hidden;
	height: 100%;
	width:380px;
	float: right;
}

.header .header_in ul li{
	float: left;
	height: 100%;
	padding-left: 30px;
}

.header .header_in ul li a{
	color: #333;
}

.header .header_in ul li.cur a{
	color: #46a93f;
	text-decoration: underline;
} 

.footer{
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #efefef;
	color: #999;
}

.xq p{
	text-align: center;
	margin: 1% auto;
	color: #444;
	font-size: 14px;
}

.xq p img{
	width: 7%;
	height: auto;
}

.xq p b{
	display: block;
	font-weight: normal;
}