/*底部信息*/
footer{
	color: #eee;
	margin-top: 20px;
	padding: 20px 0px 40px 0px;
	background-color: #222;
	font-size: 13px;
	background-image: url(../images/bottom_bg.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}
footer a{color: #eee;font-size: 13px;}
footer a:hover{color: #FF0;}
.foo{
	padding: 0px 0px 30px 0px;

}
.foo p{ margin:0px;}
.foo h2{
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 15px;
	color: #eee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	line-height: 40px;
}

.footer-bar{
	background-color: #333;
	padding: 10px 10px;
	color: #eee;
	text-align: center;
	margin-top: 30px;
}
.footer-bar a{
	color: #eee;
	line-height: 24px;
}

.footer_erweima{ margin-left:40px; padding-top:60px;}
.footer_erweima img{
	width: 140px;
	height: auto;
}
/*小屏幕*/
@media screen and (max-width: 768px) {
	.footer_erweima{margin-left:0px;padding-top:0px;}

	}
	.footer_contact{ padding-top:5px;}
.footer_contact p{
	margin-bottom: 5px;
	line-height: 24px;
}

.footer_list{ width:100%;text-align:left;}
.footer_list ul{ padding:0px; margin:0px;}
.footer_list li{
	padding: 5px 0px;
}
.footer_list li i{ margin-right:10px;}
