@charset "utf-8";
footer{
	width: 100%;
	background-color: #333333;
}
footer .footer{
	width:1200px;
	margin: 0 auto;
	padding: 30px 0 40px 0;
}
footer .footer span ul li a{
	color: #737373;
	margin-bottom: 5px;
	display: block;
}
footer .footer span{
	display: inline-block;
	padding: 0 50px;
	vertical-align: text-top;
}
footer .footer span.border{
	border-right: 1px solid #565656;
}
footer div p big{
	color: #FFFFFF;
}
footer div.footer p.line{
	color: #FFFFFF;
	opacity: .9;
	margin-bottom: 20px;
	text-align: left;
}
footer .footer span small{
	font-size: 14px;
}
footer .footer span small,big{
	color: #FFFFFF;	
	opacity: .9;
}
footer div.footer p.line:after{
	content:url("../images/icon_line.png")/*tpa=http://www.heysun.net/images/icon_line.png*/;
	display: block;
}
footer p.bg{
	background-color: #FAFAFA;
	padding: 10px 0;
	font-size: 14px;
	color: #666666;
	text-align: center;
}
.topBtn{
	position: fixed;
	right: 12%;
	bottom: 50px;
	display: none;
}
/*去掉百度地图的logo及信息*/
#mapContainer  .anchorBL img{
	display: none;
}
#mapContainer .BMap_cpyCtrl span{
	display: none;
} 