@CHARSET "utf-8";

.share_footer{
	width:100%;
	height:auto;
	background-color:#444854;
	overflow:hidden;
}

.footer_w1200{
	width:1200px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

/* S 网页底部可公用部分开始*/
.footer_nav{
	width:100%;
	height:44px;
	background-color:#3E424D;
	margin-top:34px;
	overflow:hidden;
}

.footer_nav_content{
	width:100%;
	height:14px;
	margin-top:15px;
}

.footer_nav_one{
	display:block;
	float:left;
	width:auto;
	height:14px;
	line-height:14px;
	font-size:12px;
	color:#cccccc;
	padding:0px 18px;
	border-width:0px 1px 0px 0px;
	border-style:solid;
	border-color:#cccccc;
}

.footer_nav_last{
	border:none;
}

.footer_nav_one:HOVER{
	text-decoration:none;
	color:#f2f2f2;
}

.footer_query{
	width:100%;
	height:auto;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#565A65;
	margin-top:33px;
	overflow:hidden;
}

.footer_query_top{
	width:100%;
	height:24px;
}

.footer_query_title{
	float:left;
	width:110px;
	height:24px;
	line-height:24px;
	text-align:center;
	background-color:#3E424D;
	font-size:13px;
	color:#ffffff;
}

.footer_query_content{
	width:100%;
	height:auto;
	margin-top:16px;
	overflow:hidden;
}

.footer_query_one{
	display:block;
	float:left;
	width:auto;
	height:17px;
	line-height:17px;
	font-size:12px;
	color:#cccccc;
	margin-right:30px;
	margin-bottom:8px;
}

.footer_query_one:HOVER{
	text-decoration:none;
	color:#f2f2f2;
}

.footer_otherinfo{
	width:100%;
	height:68px;
	overflow:hidden;
}

.footer_otherinfo_one{
	float:left;
	width:auto;
	height:18px;
	line-height:18px;
	margin-top:25px;
	font-size:12px;
	color:#cccccc;
	margin-right:40px;
}

/* E 网页底部可公用部分结束*/