
*{
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration: none;
	font-family: "微软雅黑";
}
p{
	font-family: "微软雅黑";
}

li{
	list-style: none;
}
.all{
	width: 100%;
	height: auto;

}
.center{
	max-width:84%;
	height:100%;
	background: #fff;
	margin:0 auto;
}
.head{
	width: 100%;
	height:auto;

}
.head_top{
	width: 100%;
	height: 100px;
	background: #fff;
}
.head_down{
	width:100%;
	height:35px;
	background: #00a9e0;
}


.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: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #c5c5c5;
	
}
.hospital_logo{
	width:331px;
	height:201px;
	background: #FFC0CB;
	float:left;
	
}
.hospital_logo>img{
	width:100%;
	height:100%;
}
.hospital_intro{
	width:65%;
	height:201px;
	background: #fff;
	float:left;
	margin-left: 40px;
}
.title{
	font-size: 20px;
	color: #3a3a3a;
	font-weight: bold;
	margin-top: 10px;
}
.details{
	font-size:18px;
	color: #3a3a3a;
	margin-top: 35px;
}


.top{
	width:100%;
	position: relative;
}
.top>img{
	width:100%;
	height:100%;
}
.png{
	position: absolute;
	width:100%;
	height:100%;
	bottom: 0px;
}
.png p{
	font-size: 36px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 44%;
	display: block;
	width: 100%;
}

.down{
	width:100%;
	height:auto;
	background: #fff;
	
}
.center_top{
	width:210px;
	height:35px;
	border-left:7px solid #00a9e0
;
	border-right:7px solid #00a9e0
;	
	margin: 0 auto;

}
.center_top>p{
	
	font-size: 30px;
	text-align: center;
	top:0px;
	line-height:35px;
}
.bottom{
	width:100%;
	height:650px;
	
	margin-top: 150px;
	
}
.consult{
	width:24%;
	height:100%;
	background:#fff;
	float:left;
	margin-left: 15px;
	position: relative;
}
.consult:nth-of-type(1){
	margin-left: 0px;
}
.consult_img{
	width:177px;
	height:177px;
	margin-left: 45px;
	position: absolute;
	top:-88px;
}
.consult_img>img{
	width:100%;
	height:100%;
	
}
.consult_intro{
	width:100%;
	height:720px;
	background: #fff;
	margin-top: 150px;
}

.caption{
	width:80%;
	height:58px;
	background: #fff;
	margin: 0 auto;
	border-bottom: 8px solid #f8b551;
	
}
.caption>p{
	font-size: 32px;
	
	text-align: center;
}
.list{
	width:80%;
	height:500px;
	background: #fff;
	margin: 0 auto;
	margin-top: 30px;
}
.list p{
	font-size: 20px;
	margin-top: 10px;
}

.text{
	font-size: 20px;
	margin-top: 20px;
	color: #5d5d5d;
}
.present{
	width:100%;
	height:auto;
	background: #fff;
	margin-top: 60px;
}
.case_img{
	width:100%;
	height:auto;
	margin-top: 20px;
	zoom: 1;
	overflow: hidden;
}
.case_img img{
	width: 100%;
}
.case_left,.case_right{
	width:45.625%;
	float: left;
	border: 1px solid #000;
	background: #fff;
	overflow: hidden;
	height: 388px;
}
.case_right{
	margin-left: 7.65%;
}
.case_left>img,.case_right>img{
	width:100%;
	height:100%;
	--position: absolute;
	transition-delay: 0s;
    transition-duration: 0.8s;
    transition-property: all;
    transition-timing-function: ease;
}
/*.case_left>img:hover{
	transform:scale(1.1,1.1);  

}
.case_right>img:hover{
	transform:scale(1.1,1.1);  

}*/

.case_png1,.case_png2{
	width:45.625%;	
	float: left;

}
.case_png1>img,.case_png2>img{
	width:100%;
	height:100%;
}
.case_png2{
	margin-left: 7.65%;
}
.present_all{
	width:100%;
	height:auto;
	background: #e7edf3;
}