
*{
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration: none;
	font-family: "微软雅黑";
}
p{
	font-family: "微软雅黑";
}

li{
	list-style: none;
}
.all{
	width: 100%;
	height: auto;
	background:#fff;

}
.center{
	max-width:84%;
	height:100%;
	background: #fff;
	margin:0 auto;
}
.head{
	width: 100%;
	height:auto;
	background: #fff;
}
.head_top{
	width: 100%;
	height: 100px;
	background: #fff;
}
.head_down{
	width:100%;
	height:35px;
	background: #00a9e0;
}
.logo{
	width: 234px;
	height:78px;
	background:#fff;
	margin-top:11px; 
	float: left;
}

.menu{
	line-height: 35px;
}
.menu a{
	font-size: 16px;
	color: #fff;
}
.body{
	width:100%;
	height:auto;
	background: #fff;
	overflow: hidden;
	
	
}


.address{
	width:84%;
	height:100%;
	margin:0 auto;
	background: #ff0; 
}

.hospital{
	width:100%;
	height:auto;
	overflow: hidden;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #c5c5c5;
	
}
.hospital_logo{
	width:32%;
	height:201px;
	float:left;
	
}
.hospital_logo>img{
	width:100%;
	height:100%;
	max-width: 330px;
}
.hospital_intro{
	width:65%;
	background: #fff;
	float:left;
	margin-left: 3%;
}
.title{
	font-size: 20px;
	color: #3a3a3a;
	font-weight: bold;
	margin-top: 10px;
}
.details{
	font-size:18px;
	color: #3a3a3a;
	margin-top: 15px;
}

.common-foot {
	width: 100%;
	margin-top: 80px;
}


