* {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, 微软雅黑;
}
img {
	border:none;
}
a {
	text-decoration:none;
	color:#333;
}
/*头部*/
.headBg {
	width:100%;
	background-color:#f9f8fd;
	height:170px;
}
.header {
	width:980px;
	margin:0 auto;
	overflow:hidden;
}
.headL {
	width:356px;
	float:left;
	margin-top:25px;
}
.headR {
	width:300px;
	float:right;
	margin-top:35px;
}
/*导航*/
.navCon {
	width:730px;
	margin:25px auto 0;
	overflow:hidden;
}
.navCon li {
	float:left;
	width:120px;
	text-align:center;
	border-right: 1px solid #333;
}
.navCon li a {
	font-size:16px;
}
.navCon .none {
	border:none;
}
/*海报*/
/*.banBg{ width:100%; height:336px; background-color:#854635;}*/
.ban {
	background:url(../images/banner.jpg) center center no-repeat;
	width:1440px;
	height:336px;
	margin:0 auto;
}
.banPic {
	width:1440px;
	margin:0 auto;
}
/*底部*/
.footer {
	background-color:#1B3067;
	width:1440px;
	height:120px;
	margin:0 auto;
	padding-bottom:20px;
}
.footer .footAdress {
	padding-top:40px;
}
.footer p {
	text-align:center;
	color:#fff;
	font-size:16px;
}
.footer p  a{
	color:#fff;
}
/*来院路线*/
.hospital {
	margin: 25px auto;
	width: 980px;
}
.hospital h1 {
	text-align:center;
}
.hospCon p {
	font-size:16px;
	line-height:25px;
	margin:10px 0;
	text-align:justify;
}
.hospCon span {
    display: block;
    text-indent: 2em;
}
/*挂号*/

.hospital h3{
    color: #24458e;
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
}
.gh {
    margin: 0 auto;
    width: 382px;
}
.gh ul {
    margin-top: 24px;
}
.gh li {
    margin: 10px 0;
    overflow: hidden;
}
.gh li span {
    float: left;
    font-family: "黑体";
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 8px;
    text-align: right;
    width: 95px;
}
.gh input {
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    color: #c4c4c4;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 252px;
}
.gh li i {
    color: #f00;
    display: block;
    float: left;
    font-size: 28px;
    font-weight: bold;
    height: 20px;
    width: 20px;
}
.centers {
    margin: 20px auto 30px;
    overflow: hidden;
    width: 252px;
}
.gh .newSub {
    background: #1a8af0;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 42px;
    line-height: 28px;
    text-align: center;
    width: 118px;
}
.gh .newSet {
    background: #33475f;
    color: #fff;
    cursor: pointer;
    float: right;
    height: 42px;
    line-height: 28px;
    text-align: center;
    width: 118px;
}
.ghy {
    margin: 0 auto 45px;
    overflow: hidden;
    width: 392px;
}
.ghy img {
    display: block;
    float: left;
    width: 37px;
}
.ghy p {
    color: #faac0a;
    float: right;
    font-size: 12px;
    width: 348px;
}