.main{
	width: 100%;
	height: auto;
}
.bg-blue{
	background: #0582d6;
}
.mauto{
	margin-left: auto;
	margin-right: auto;
}
.w1200{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.section-content{}
.pt60{
	padding-top: 60px;
}
.pb80{
	padding-bottom: 80px;
}
.section-title{
	/* padding-bottom: 20px; */
	border-bottom: 4px solid #e8e8e8;
}
.section-title h3{
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 77px;
	letter-spacing: 0px;
	color: #007bc7;
	/* padding-bottom: 15px; */
	border-bottom: 4px solid #007bc7;
}
.section-title span{
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 40px; */
	letter-spacing: 0px;
	color: #007bc7;
}
.st-white{
	border-color: #2695df;
}
.st-white h3,.st-white span{
	color: #fff;
	border-color: #fff;
}
.flex{
	display: flex;
	display: -webkit-flex;
	
}
.section-qfm-item{
	margin-top: 110px;
	margin-bottom: 40px;
	justify-content: space-between;
}
.section-qfm-item dl{
	width: 285px;
	/* height: 290px; */
	border-radius: 8px;
	box-shadow: 0 -1px 6px  #ddd;
	/* border: 2px solid #000; */
}
.section-qfm-item dl dt{
	display: block;
	margin-top: -50px;
	width: 101px;
	height: 101px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
.section-qfm-item dl dt img{
	width: 100%;
	display: block;
}
.section-qfm-item dl dd{
	text-align: center;
}
.section-qfm-item dl dd h4{
	display: inline-block;
	width: 100px;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 64px;
	letter-spacing: 0px;
	color: #007bc7;
	text-align: center;
	border-bottom: 2px solid #e8e8e8;
}
.section-qfm-item dl dd p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #333333;
	padding: 20px 17px;
	
}
.section-qfm-item dl:first-child dd p{
	text-align: left;
}
.section-btn{
	width: 500px;
	height: 60px;
	background-color: #ff9b00;
	border-radius: 5px;
	
}
.section-btn:active{
	-webkit-filter:brightness(0.9);//兼容不同浏览器
	-o-filter:brightness(0.9);
	-moz-filter:brightness(0.9);
	filter:brightness(0.9);
}
.section-btn a{
	display: block;
	position: relative;
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
}
.section-btn a::after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 26px;
	height: 24px;
	margin-left: 10px;
	top: 20px;
	background: url(../images/btn-arrow.png) center no-repeat;
}

/* 专家 */
.section-doctor{
	
}
.sd-bd{}
.sd-bd ul{}
.sd-bd ul li{}
.sd-bd-item{
	padding-left: 85px;
	padding-right: 85px;
	padding-top: 25px;
}
.sd-bd-item dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.sd-bd-item dl dt{
	flex: 0 0 auto;
	width: 390px;
	height: 510px;
	
}
.sd-bd-item dl dt img{
	display: block;
	width: 100%;
}
.sd-bd-item dl dd{
	width: 500px;
	padding-top: 100px;
}
.sd-bd-item dl dd h3{
	font-size: 60px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-bottom: 30px;
}
.sd-bd-item dl dd h3 b{
	
}
.sd-bd-item dl dd h3 span{
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-left: 30px;
}
.sd-bd-item dl dd p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #ffffff;
	
}
.mt45{
	margin-top: 45px;
}

.section-hospital{
	margin-top: 60px;
}
.section-hospital ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.section-hospital ul li{
	position: relative;
	width: 287px;
	height: 287px;
	border-radius: 50%;
	overflow: hidden;
}
.section-hospital ul li img{
	display: block;
	width: 100%;
	height: 100%;
}
.section-hospital ul li p{
	position: absolute;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #ffffff;
	top: 110px;
	left: 50%;
	margin-left: -72px;
	text-align: center;
	/* top: 50%;
	left: 50%;
	transform: translate(-50% , -50%); */
}

.sec-hos-f{
	justify-content: space-between;
	
}
.sh-text{
	width: 561px;
	/* height: 172px; */
}
.sh-text p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #333333;
}
.sh-pic{
	position: relative;
	width: 490px;
	height: 172px;
}
.sh-pic-box{
	width: 276px;
	height: 173px;
	display: block;
	overflow: hidden;
}
.sh-pic-b1{
	position: absolute;
	top: 0;
	left: 0;
}
.sh-pic-b2{
	position: absolute;
	top: 20px;
	left: 210px;
}
.sh-pic-box img{
	display: block;
	width: 100%;
	height: 100%;
}
