.bannertitle{
  display: block;
  width: 93%;
  text-align: center;
  margin: 0 auto;
  font-size: 0.3rem;
  line-height: 0.78rem;
  font-weight: bold;
  border-radius: 40px;
  margin-top: 0.15rem;
  letter-spacing: 0.01rem;
  background-color: #ea5514;
  color:white;
}
.luxiancontent{
  margin-top:20px;
  overflow: hidden;
}
.partimg{
  width:50%;
  height:auto;
  display:block;
  float:left;
  margin-left:5%;
}
.luxianimportant{
  width:40%;
  margin-left:2%;
  height:auto;
  line-height:15px;
  float:left;
}
.luxianimportant span{
  font-weight:bold;
  color:#EA5514;
}

/*按钮*/
 .hospital_btns{
	display: flex;
	flex-direction: row;
	width: 93%;
	height: 1.48rem;
	margin: 0 auto;
	padding-top: 0.3rem;
}
 .hospital_btns>a{
	display: block;
	height: 0.86rem;
	border: 2px solid black;
	border-radius: 40px;
}
 .hospital_btns>a>img{
	display: block;
	float: left;
}
 .hospital_btns>a>span{
	display: block;
	float: left;
}
/*电话按钮*/
 .hospital_btns>.phone_btn{
	width: 49%;
}
 .hospital_btns>.phone_btn>img{
	width: 0.7rem;
	margin: 0.15rem 0.09rem 0px 0.15rem;
	animation: btniconScale 1.2s infinite alternate;
}
 .hospital_btns>.phone_btn>span{
	font-size: 0.28rem;
	line-height: 0.36rem;
	color: black;
	margin-top: 0.08rem;
}
 .hospital_btns>.phone_btn>span>font{
	display: block;
	font-size: 0.3rem;
	line-height: 0.3rem;
	color: #ea5514;
	font-family: arial;
	font-weight: bold;
}
/*咨询按钮*/
 .hospital_btns>.wx_btn{
	width: 44%;
	float: right;
	background-color: #ea5514;
	border: 2px solid transparent;
	margin-left: 3%;
	animation: magentaPulse 1.2s infinite alternate;
}
 .hospital_btns>.wx_btn>img{
	width: 0.7rem;
	margin: 0.1rem 0.18rem 0px 0.5rem;
}
 .hospital_btns>.wx_btn>span{
	font-size: 0.26rem;
	line-height: 0.36rem;
	color:white;
	font-weight: bold;
	margin-top: 0.08rem;
}
@keyframes btniconScale{
	0%{transform: scale(0.7) rotate(15deg);}
	100%{transform: scale(1);}
}
@-moz-keyframes btniconScale{
	0%{transform: scale(0.7) rotate(15deg);}
	100%{transform: scale(1);}
}
@-ms-keyframes btniconScale{
	0%{transform: scale(0.7) rotate(15deg);}
	100%{transform: scale(1);}
}
@-webkit-keyframes btniconScale{
	0%{transform: scale(0.7) rotate(15deg);}
	100%{transform: scale(1);}
}
/*橘色按钮发光*/
@-webkit-keyframes magentaPulse {
          from { -webkit-box-shadow: 0 0 16px #ea5514; }
          50% { -webkit-box-shadow: 0 0 28px #ea5514; }
          to { -webkit-box-shadow: 0 0 16px #ea5514; }
}
@-moz-keyframes magentaPulse {
          from { -webkit-box-shadow: 0 0 16px #ea5514; }
          50% { -webkit-box-shadow: 0 0 28px #ea5514; }
          to { -webkit-box-shadow: 0 0 16px #ea5514; }
}
@-ms-keyframes magentaPulse {
          from { -webkit-box-shadow: 0 0 16px #ea5514; }
          50% { -webkit-box-shadow: 0 0 28px #ea5514; }
          to { -webkit-box-shadow: 0 0 16px #ea5514; }
}
@-o-keyframes magentaPulse {
          from { -webkit-box-shadow: 0 0 16px #ea5514; }
          50% { -webkit-box-shadow: 0 0 28px #ea5514; }
          to {-webkit-box-shadow: 0 0 16px #ea5514; }
}
/*就诊流程*/
 #doctor_process{
	padding-bottom: 0.4rem;
}
 #doctor_process>span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.32rem;
	line-height: 0.32rem;
	color: black;
	font-weight: bold;
	margin: 0.4rem 0rem;
}
 #doctor_process>ul{
	width: 93%;
	margin: 0 auto;
	overflow: hidden;
}
 #doctor_process>ul>li{
	width: 33%;
	float: left;
}
 #doctor_process>ul:nth-child(3){
	padding-left: 14.5%;
	margin-top: 0.3rem;
}
 #doctor_process>ul:nth-child(3)>li:nth-child(1){
	margin-right: 5%;
}
 #doctor_process>ul>li>img{
	display: block;
	margin: 0 auto;
	width: 1rem;
}
 #doctor_process>ul>li>span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.2rem;
	line-height: 0.36rem;
	color: #666666;
	font-weight: bold;
	margin-top: 0.2rem;
	letter-spacing: 0.01rem;
}
 #doctor_process>ul>li>span>font{
	display: block;
	font-size: 0.28rem;
	text-transform: uppercase;
}