@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,p,dl,dd,ol,ul,th,td,form,fieldset,input,button,textarea {
	margin: 0;
	padding: 0; 
	}
html {
	-webkit-text-size-adjust: none;
	word-wrap: break-word;
	}
html{
	font-family:Arial,Verdana,Sans-serif;
	}
html, body, ul, li, a {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 100%;
    text-decoration: none;
	}
body {
    background: #f0f0f0;
	}
ul li {
    list-style: none;
	}
.content {
	max-width:640px;
	width:100%;
	margin:0 auto;
	}
frame {
	width:100%;
	border:0;
}
/*遮罩层*/
.masktwo {       
   position: absolute; 
   top: 0px; 
   background-color:rgba(0,0,0,0.6);     
   z-index: 99999; 
   left: 0px;    
   display:none;   
   } 
.messageok {
	position:fixed;
	width:80%;
	height:auto;
	background:#ffffff;
	border-radius:5px;
	top:200px;
	left:10%;
	}
.messageok .waringd {
	width:100%;
	padding:5px 10px 0 10px;
	text-align:center;
	color:#333333;
	font-size:0.9375em;
	font-family:"微软雅黑";
	font-weight:bold;
}
.messageok .waringd .closed {
	display:inline-block;
	float:right;
}
.messageok .waradd {
	width:100%;
	padding-bottom:10px;
	text-align:center;
	color:#333333;
	font-size:0.9375em;
	font-weight:bold;
}
.messageok .waradd img {
	width:25px;
}
.messageok .messageon {
	width:100%;
	text-align:center;
	font-size:0.875em;
	color:#333333;
	font-family:"微软雅黑";
	padding:5px 0;
}
.okbtn {
	width:100%;
	padding:15px 0;
	text-align:center;
}
.okbtn .okas {
	padding:5px 30px;
	border:0;
	background:#F29001;
	color:#ffffff;
	font-size:0.875em;
	font-family:"微软雅黑";
	border-radius:3px;
}
/*常见科室*/
.common-department {
	width:100%;
	background-color:#FFF;
	margin-top:10px;
	}
.common-department .com-title {
	width:100%;
	padding:10px;
	font-size:1em;
	font-family:"微软雅黑";
	border-top:1px solid #ececec;
	}
.common-department .com-title .nex {
	width:12px;
	height:12px;
	background:url(../images/nex.png) no-repeat;
	background-size:100% 100%;
	display:inline-block;
	margin-right:5px;
	}
.common-department ul {
	border-top:1px solid #ececec;
	}
.common-department ul li {
	width:25%;
	float:left;
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
	text-align:center;
	}
.common-department ul li a {
	text-decoration:none;
	color:#333;
	}
.common-department ul li.none {
	border-right:0;
	}
.common-department ul li img {
	width:50%;
	margin-top:10px;
	}
.common-department ul li p {
	margin-top:5px;
	font-size:0.875em;
	font-family:"微软雅黑";
	margin-bottom:10px;
	color:#333;
	}
/* 底部导航栏 */
.foodtop .footerone {
	max-width:640px;
	width: 100%;
	margin:0 auto;
    padding: 5px 0;
    background:#f6f6f6;
}
.foodtopr .footerone .footerone {
    background-color: #F9493B;
    zoom: 1;
}
.foodtop .footerone .footertwo .refclick {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}
.foodtop .footerone .footertwo .refclick a {
    padding-left: 0;
    padding-right: 0;
    display: block;
    font-size: 0.875em;
	font-family:"微软雅黑";
    text-decoration: none;
}
.foodtop .footerone .footertwo .refclick a.act span, .foodtop .footerone .footertwo .refclick a.act span i {
    color: #f9592f;
}

.foodtop .footerone .footertwo .refclick a span {
    color: #b8b8b8;
}

.foodtop .footerone .footertwo .refclick i {
    color: #b8b8b8;
    display: block;
    margin: 0 auto;
}
/*错误页面*/
.errimg {
	width:100%;
	background:#ffffff;
	padding-top:100px;
	text-align:center;
	padding-bottom:10px;
}
.errimg img {
	width:70%;
}
.errcomes {
	width:100%;
	background:#ffffff;
	text-align:center;
	font-size:0.75em;
	color:#666666;
	font-family:"微软雅黑";
	padding-bottom:5px;
}
.gobacks {
	width:100%;
	text-align:center;
	padding-top:70px;
}
.gobacks a {
	display:inline-block;
	text-align:center;
	text-decoration:none;
	border:1px solid #7eb1fe;
	border-radius:15px;
	padding:3px 40px;
	color:#7eb1fe;
	font-size:0.875em;
	font-family:"微软雅黑";
	background:#ffffff;
}
.contentNone{
	width: 50%;
	height: 100%;
	margin: 0 auto;
}
.contentNone img{
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	margin-top: 30%;
}
.loadones {
	width:100%;
	text-align:center;
	padding:20px 0;
}
.loadones img {
	width:20px;
}
.nodata {
	width:100%;
	padding:10px 0;
	text-align:center;
	font-size:0.3em;
	color:#333;
	font-family:"微软雅黑";
}