
*{
	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;
	margin-top: 12.5%;
	
}

.down{
	width:100%;
	height:auto;
	background: #fff;
	position: relative;
}
.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;
}
.case_img{
	width:100%;
	zoom: 1;
    overflow: hidden;
	
}

.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: 15px;
	color: #5d5d5d;
}
.present{
	width:100%;
	height:auto;
	background: #fff;
	margin-top: 80px;
}
.case_img2{
	width:100%;
	margin-top: 40px;	
	overflow: hidden;
}
.case_img2>ul{
	width:100%;
	height:100%;
	
}
.case_img2>ul li{
	width:29.125%;
	height:100%;
	background: #fff;
	margin-left: 6.3125%;
	float:left;
}
.case_img2>ul li:first-child{
	margin-left: 0px;
}
.case_img2>ul li img{
	width:100%;
	height:100%;
}
.case_left,.case_right{
	width:45.625%;
	height:500px;
	float: left;
	border: 1px solid #000;
	background: #fff;
	overflow: hidden;
}
.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{
	width:14.125%;
	height:auto;
	float: left;
	margin-left:3.05%;
	background: #E7EDF3;
	
}
.case_png1 a>img{
	width:100%;
	height:100%;
}

.present_all{
	width:100%;
	height:auto;
	background: #e7edf3;
	margin-top: 30px;
}


.swiper-button-prev,.swiper-button-next{
	/*display: none;*/
	height: 60px;
	width: 30px;
	background:#8C8C8C;
	color:#FFF;
	text-align:center;
	line-height:60px;
	border-radius: 5px;
}		
.swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}

.swiper-slide img{ 
	width: 100%;
	height: 398px;
	border: 1px solid #000000;
	margin: 0;
}
.swiper-button-next{ 
	right: 0;
	
}
.swiper-button-prev{
	 right: 30;
	
}
.swiper-container{ position: static;}
.swiper-button-prev{ left:80px;top:650px;}
.swiper-button-next{ right:80px;top:650px;}