body{
	background: url(../images/yun001.jpg) no-repeat center;
}
ul{
	padding:0;
	margin:0;
}
/*banner*/
.slideBox{
	width: 100%;
}
.yuandian{	
	position: relative;
    	bottom: 30px;
    	left: 50%;
    	width: 200px;
	transform: translateX(-50%);
}
.yuandian ul{
	display: flex;
	justify-content: space-between;
	margin:0!important;
    	padding: 0!important;
}
.yuandian li{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background:rgba(0,0,0,0.6);
	margin: 0 10px;
}
.cur_this{
	background: #02b4c4!important;
	width:14px!important;
	height:14px!important;
}
.yuandian li:hover{
	background: #02b4c4;
}
.list_one{
	display: flex;
	justify-content: space-around;
	margin:20px 0 0 0;
}
/*诊所介绍*/
.introduce{
	position: relative;
	width: 1200px;
	padding:0 20px ;
	margin:30px auto 40px auto;
}
.border{
	width: 100%;
	border-bottom:2px solid #a4a4a4;
}
.border h2{
	width:20%; 
	margin:0;
	padding-left: 20px;
	font-size: 30px;
	font-weight: lighter;
	color: #383838;
	border-bottom:2px solid #4f4f4f;
}
.border h2 a{
	color: #383838;
}
.huanzhe_con{
	display: flex;
	justify-content: space-between;
	/*width: 100%;*/
	margin:20px 10px;
}
.huanzhe_text{
	position: relative;
	width: 47%;
	height:840px;
	padding:40px 60px;
	margin-top: 80px;
	font-size: 18px;
	background-color: #f3f3f3;
}
.huanzhe_text p{
	margin:60px 0;
}
.huanzhe_text span{
	display: inline-block;
	padding:0 10px;
	background-color: #d5d6d9;
	color: #fc0000;
}
.huanzhe_text span a{
	color: #fc0000;
}
.huanzhe_text span a:hover{
	text-decoration: underline;
}
.huanzhe_text .yema{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin:80px 0 0 0;
}
.huanzhe_text .yema a{
	margin:0 10px;
	color: #000;
}
/*名医名家*/
.doctor{
	width: 40%;
}
.doctor h2{
	font-size: 32px;
	font-weight: bolder;
	color: #c20606;
	text-align: center;

}
.list_one_left{
	position: relative;
	width: 433px;
	height: 224px;
	background: url(../images/back02.png) no-repeat;
}
.list_img{
	position: relative;
	float: left;
	width: 34%;
	margin:30px 26px;
}
.list_img p{
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding:5px 0;
	margin:0;
	background-color: #c20606;
	font-size: 17px;
	text-align: center;
	color: #fff;
	font-weight: bolder;
}
.list_img span{
	float:right;
	font-size: 15px;
	color: #fff;
	font-weight: bolder;
	margin-right:3px;
	line-height:24px;
}
.list_text{
	position: absolute;
	float: right;
	width: 53%;
	top: 15px;
	right: 15px;
}
.list_text i{
	display: inline-block;
	width: 12px;
	height: 12px;
}
.list_text p{
	width: 100%;
	padding:0;
	margin-bottom:6px;
	font-size: 14px;
}
.list_text p strong{font-weight:600;}
.contact{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.contact a{
	font-weight: bolder;
	line-height: 38px;
	margin:0 20px;
	padding:8px 20px;
}
.contact a:nth-child(1){
	background-color: #ff0000;
	color: #fff;
}
.contact a:nth-child(2){
	background-color: #ffe400;
	color: #ff0000;
}
.pass{
	display: inline-block;
	text-align: center;
	margin-top: 30px;
}
.pass h3{
	width: 70%;
	padding:4px;
	margin:0 auto 10px auto;
	background-color: #c20606;
	font-size: 30px;
	letter-spacing: 10px;
	font-weight: bolder;
	text-align: center;
	color: #fff;
}
.pass a{
	padding:6px 10px;
	margin:10px 47px;
	font-size: 20px;
	line-height: 60px;
	/*text-align: center;*/
	color: #333;
	border:1px solid #373737;
}
/*分页开始*/
.pagination-wrapper{
	margin: 20px 0;
}
.pagination{
	height: 24px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 24px;
	margin-right: 5px;
}
.pagination li a{
	float: left;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 7px;
	font-size: 14px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover{
	background:#f5f5f5;
	color:#5c89d3;
}
.pagination li.active{
	background: #5c89d3;
	color: #fff;
}
.pagination li.disabled{
	background: #f1f1f1;
	pointer-events: none;
	cursor: not-allowed;
}
.pagination li.total a{
	pointer-events: none;
	cursor: not-allowed;
}
.pagination li.active a,.pagination li.active a:hover{
	background: transparent;
	border-color: #5c89d3;
	color: #fff;
	cursor: default;
}
.pageinfo{
	float: left;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 12px;
	font-size: 14px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
/*分页结束*/