.hot_tuijian{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.hot_tit{
	width: 100%;
	height: 40px;
	border-bottom:1px solid #CCCCCC;
	line-height: 39px;
	padding: 0 20px;
	box-sizing: border-box;
}
.hot_tit span{
	float: left;
	font-size: 18px;
}
.hot_tit i{
	float: right;
	font-size: 18px;
	color: #794d01;
}
.hot_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
}
.hot_list li{
	width: 20%;
	height: auto;
	float: left;
	margin-top: 15px;
	text-align: center;
}
.hot_list li img{
	width: 80%;
	height: auto;
}
.hot_list li span{
	display: block;
	width: 100%;
	font-size: 14px;
	color: ##333;
	line-height: 28px;
}
.address{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	padding: 0 15px;
	box-sizing: border-box;
	padding-bottom: 110px;
}
.time{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.time li{
	width: 50%;
	height: 56px;
	float: left;
	display: flex;
	align-items: center;
}
.time img{
	float: left;
}
.time span{
	float: left;
	font-size: 16px;
	color: #333333;
	margin-left: 10px;
}
.call_phone{
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background: url(../images/phone.jpg) no-repeat;
	background-size: 100% 100%;
	margin: 15px 0;
}
.call_con{
	width: auto;
	height: 64px;
	margin-right: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.call_con input{
	width: 245px;
	height: 64px;
	float: right;
	text-indent: 10px;
	font-size: 18px;
	color: #828282;
	background: #fffffff;
	border: none;
	float: left;
}
.call_con::-webkit-input-placeholder{
	font-size: 16px;
	color: #828282;
}
.call_con a{
	display: block;
	width: 110px;
	height: 64px;
	background: #ba00ff;
	float: left;
	text-align: center;
	line-height: 64px;
	font-size: 18px;
	color: #FFFFFF;
}
.tui_project{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}
.tui_project li{
	width: auto;
	height: auto;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #333333;
	font-size: 18px;
}
.tui_project li:last-child{
	border: none;
}
.hospital{
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0;
	font-size: 20px;
	color: #333333;
}
.pass{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #333333;
	padding-bottom: 20px;
}