@media only screen and (min-width: 768px) {
	footer{
		display: block;
		float: left;
		width: 100%;
		background: #ededed;
	}
	h_one{
	width: 100%;
	height: auto;
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
	
}
.dao_h{
	width: 750px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.dao_h div{
	width: 150px;
	float: left;
	text-align: center;
	line-height: 50px;
	border-bottom: 1px solid #dfdfdf;
}
.she_jiao{
	width: 450px;
	height: auto;
	display: block;
	margin: 0 auto;
	
}
.she_jiao div{
	width: 150px;
	float: left;
	text-align: center;
	line-height: 50px;
}
}

@media only screen and (max-width: 768px) {
	footer{
		display: block;
		float: left;
		width: 100%;
		/*background: #f0f0f0;*/
	}
	.h_one{
	width: 100%;
	height: auto;
	background: #f0f0f0;
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
	
}
.dao_h{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	background: #f0f0f0;
}
.dao_h div{
	width: 30%;
	float: left;
	margin-left: 3%;
	text-align: center;
	line-height: 40px;
	background: #f0f0f0;
	/*border-bottom: 1px solid #dfdfdf;*/
}
.she_jiao{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	float: left;
	border-top: 1px solid #dfdfdf;
	background: #f0f0f0;
	
}
.she_jiao div{
	width: 30%;
	float: left;
	text-align: center;
	line-height: 60px;
	margin-left: 3%;
}
}
.h_two{
	width: 100%;
	height: auto;
	background: #262626;
	display: block;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;

}
/*.she_jiao div{
	width: 30%;
}*/
/*图标颜色*/
.fa-weixin{
	color: #73b43c;
}
.fa-weibo{
	color: #d16429;
}
.fa-qq{
	color: #57a4ff;
}
.bottom div{
	line-height: 30px;
	text-align: center;
	color: #e9e9e9;
	font-size: 13px;
}
