.footer {
	height: auto;
	width: 100%;
	/*    margin-top: 57px;*/
	background-color: #333;
}
.link {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: solid 1px #434343;
}
.share {
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
	height: 70px;
	line-height: 70px;
	color: #AAAAAA;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
}
.share img {
	float: right;
	width: 29px;
	height: 29px;
	margin-left: 15px;
	margin-top: 20px;
}
.share a {
	color: #aaa;
	display: inline-block;
}
.fnav {
	width: 1400px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}
.fnav .ewm div{margin-left: 20px; width: 120px;float: right;}
.ewm {
	float: right;
	width: 330px;
	height: auto;
	overflow: hidden;
	/*	padding-left: 150px;*/

	border-left: solid 1px #616161;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255,255,255,1);
	line-height: 36px;
}
.ewm img {
	width: 120px;/*	margin-bottom: 10px;*/

}
.fnav ul {
	float: left;
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
}
.fnav ul li {
	float: left;
	margin-right: 43px;
	line-height: 38px;
	color: #AAAAAA;
}
.fnav ul li:last-child {
	margin-right: 0;
}
.fnav ul li a {
	color: #AAAAAA
}
.fnav ul li h1 {
	line-height: 20px;
	margin-bottom: 25px;
}
.fnav ul li h1 a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #fff;
}
.fnav ul li p:hover a {
	color: #fff;
}
.fnav ul li img {
	margin-right: 7px;
	margin-bottom: -2px;
}
.bq {
	line-height: 60px;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #000;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255,255,255,1);
	min-width: 1400px;
	text-align: center;
}
.bq a {
	color: #fff;
}
.bq p,.bq p a{display: inline-block;}
