
/*中间内容的大盒子*/
.content{
	width: 100%;
}
.content .maincontent{
	width: 90%;
	margin: 0 auto;
}
/*专业化服务团队开始*/
.professionalteam .teamname{
	color: #1256a1;
	font-size: 3.9em;
	padding: 1.8em 7%;
	font-weight: bold;
}
.professionalteam .briefintroduction{
	color: #83a1bc;
	font-size: 2.8em;
	padding: 0em 7%;
	line-height: 1.8em;
}
/*专业化服务团队结束*/

/*团队人员简介开始*/
.teampersonnel .row>div{
	position: relative;
	margin: 6em auto;
}
.teampersonnel .row>div .teamtop{
	width: 100%;
}

.teampersonnel .teamtop{
	text-align: center;
}
 .teampersonnel .teamtop img{
	width: 80%;	
}
 .teampersonnel .row>div{
 		transition: all 0.3s;
-moz-transition: all 0.5s; 
-webkit-transition: all 0.3s; 
-o-transition: all 0.3s; 
 }

.teampersonnel .teambottom{
	width: 45%;
	/*margin: 0 auto;*/
	background-color: #e0f3fd;
	border: 5px solid #fff;
	text-align: center;
	padding: 1em 1em;
	line-height: 2.4em;
	position: absolute;
	top: 94%;
	left: 27.5%;
}
.teampersonnel .teambottom .doctorname{
 	color: #1256a1;
 	font-size: 3.0em;
 	font-weight: bold;
}
 .teampersonnel .teambottom .experttitle{
  	color: #1256a1;
 	font-size: 2.6em;
}
/*团队人员简介结束*/

/*在线预约开始*/
.content .reservationmessage{
	padding: 30px 0px;
	margin-top: 6em;
	background-color: #97b5d6;
	text-align: center;
	
}
.content .reservationmessage p{
	color: #fff;
	font-size: 2.8em;
	line-height: 1.6em;
	padding: 0px 2em;
}
.content .reservationmessage h2{
	color: #fff;
	font-size: 30px;
	padding: 20px 0px;
}
.content .reservationmessage .instantbtn{
	width: 70%;
	max-width: 300px;
	border: 1px solid #fff;
	margin: 0px auto;
	position: relative;
}
.content .reservationmessage .instantbtn:hover{
	background-color:#1256a1;
	opacity: 0.6;
}
.content .reservationmessage .instantbtn a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em 1em;
	color: #fff;
	font-size: 2.6em;
	left: 0px;


}


/*在线预约结束*/

@media screen and (min-width:997px){
 .teampersonnel .row>div:hover {
 	-webkit-transform:scale(1.1);
 	-moz-transform:scale(1.1);
 	-ms-transform:scale(1.1);
 	transform:scale(1.1);
 }


}




