* {
	padding: 0;
	margin: 0;
	padding: 0;
}

.foot {
	width: 100%
}

.foot_wrap {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
}

.foot_wrap p {
	margin-bottom: 5px;
	text-align: center;
}

.diseasesWaper {
	width: 96%;
	padding: 10px 5px 10px 10px;
}

.diseasesImg {
	position: relative;
	margin-bottom: 10px;
}

.diseasesText {
	width: 100%;
	background: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	bottom: 3px;
}

.xuhuan {
	width: 90%;
	float: left;
}

.zimu {
	width: 9%;
	position: fixed;
	right: 0;
	top: 49px;
}

.zimu p {
	text-align: center;
	margin: 0 0 1px 0;
	font-size: 13px;
	color: #444;
}

.zimu p a {
	color: #666;
	text-decoration: none;
}

.clear {
	clear: both;
}