#header{
	width:100%;
	border-bottom:1px solid #e5e5e5;
}

#header .top{
	width:100%;
	border-bottom:1px solid #e5e5e5;
}

#header .top .inner{
	width:1180px;
	margin:0 auto;
}

#header .top .inner .cont{
	width:100%;
	display:inline-block;
	vertical-align:bottom;
}

#header .top .inner .cont .topmenu{
	display:inline-block;
	float:right;
}

#header .top .inner .cont .topmenu li{
	display:inline-block;
	padding:10px 15px;
	box-sizing:border-box;
	border-right:1px solid #e5e5e5;
	font-size:14px;
	font-family:'roboto';
}

#header .top .inner .cont .topmenu li a{
	color:#858585;
}

#header .top .inner .cont .topmenu li:first-child{
	border-left:1px solid #e5e5e5;
}



#header .middle{
	width:1180px;
	margin:0 auto;
	padding:20px 0px;
}

#header .middle .inner{
	width:100%;
	display:inline-block;
}

#header .middle .inner .hospital_menu{
	display:inline-block;
}

#header .middle .inner .hospital_menu li{
	display:inline-block;
	font-size:14px;
	font-family:'roboto';
	margin-right:20px;
}


#header .middle .inner .hospital_menu li a{
	color:#858585;
}

#header .middle .inner .logo{
	display:inline-block;
	width:240px;
	margin-left:240px;
}


#header .middle .inner .logo img{
	width:100%;
}

#header .middle .inner .call{
	display:inline-block;
	float:right;
}


#header .middle .inner .call .icon{
	width:30px;
	display:inline-block;
}

#header .middle .inner .call .icon img{
	width:100%;
	vertical-align:middle;
}

#header .middle .inner .call .textarea{
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}


#header .middle .inner .call .textarea .subject{
	font-size:14px;
	color:#858585;
	text-align:right;
}


#header .middle .inner .call .textarea .number{
	font-size:24px;
	color:#20265b;
	font-family:'Roboto';
	font-weight:500;
}

#header .bottom{
	width:100%;
	border-top:1px solid #e5e5e5;
}

#header .bottom .menu{
	width:1180px;
	margin:0 auto;
	padding:15px 0px;
	text-align:center;
	display:flex;
}

#header .bottom .menu li{
	width:100%;
	text-align:center;
	border-right:1px solid #e5e5e5;
	font-size:16px;
	box-sizing:border-box;
}

#header .bottom .menu li:first-child{
	border-left:1px solid #e5e5e5;
}

#header .bottom .menu li:hover a{
	color:#20265b;
}



#footer{
	width:100%;
	border-top:1px solid #e5e5e5;
}

#footer .inner{
	width:1180px;
	margin:0 auto;
}

#footer .inner .topmenu{
	width:100%;
	border-bottom:1px solid #e5e5e5;
	padding:15px 0px;
}


#footer .inner .topmenu div{
	font-size:14px;
	color:#484848;
	padding:0px 20px;
	border-right:1px solid #484848;
	display:inline-block;
	cursor:pointer;
}

#footer .inner .topmenu div:last-child{
	border-right:0px solid #484848;
}

#footer .inner .topmenu div:first-child{
	padding:0px 20px 0px 0px;
}


#footer .inner .copyarea{
	width:100%;
	padding:30px 0px;
}

#footer .inner .copyarea .foot_logo{
	width:220px;
	display:inline-block;
	vertical-align:middle;
}

#footer .inner .copyarea .copy{
	display:inline-block;
	vertical-align:middle;
	margin-left:30px;
	font-size:14px
}





























