*{
	padding: 0;
	margin: 0;
	font-size: 0.28rem;
}
body{
	width: 7.5rem;
	margin: 0 auto;
}
a{
	text-decoration: none;
}
img{
	width: 100%;
}
.clear:after{
	content: "";
	display: block;
	clear: both;
}
/*notice样式*/
.header_box{
	width: 100%;
}
.header_box ul{
	width: 100%;
}
.header_box ul li{
	list-style: none;
	float: left;
	width: 1.45rem;
	margin-right: 0.05rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	color: white;
	background-color: #7d123f;
}
.header_box ul li:last-child{
	margin-right: 0;
}
.header_box a{
	text-decoration: none;
	color: white;
}
.header_box ul .li_on{
	background-color: #e19333
}



/*挂号样式*/

.ghtd{
	width: 7.1rem;
	background-color: #f2f2f2;
	margin: 0.2rem auto 0;
	padding: 0.4rem 0;
}
.ghtd .p1{
	text-align: center;
	line-height: 0.6rem;
	margin-top: 0.15rem;
}
.ghtd .p1 input{
	width: 3.1rem;
	height: 0.6rem;
	border: 0;
	outline: none;
}
.ghtd .p1 textarea{
	height: 1.5rem;
	width: 3.1rem;
	border: 0;
	outline: none;
}
.ghtd .p2 span{
	vertical-align: top;
}
.ghtd .p3{
	text-align: center;
	margin-top: 0.4rem;
	color: #666666;
}
.ghtd .sub_btn{
	height: 0.7rem;
	width: 4rem;
	border: 0;
	color: white;
	text-align: center;
	background-color: #e19333;
	display: block;
	margin: 0.4rem auto 0;
	border-radius: 0.35rem;
}

/*content样式*/
.content{
	width: 6.7rem;
	margin: 0.4rem auto 0;
	background-color: #f2f2f2;
	padding:0.3rem 0.2rem;
}
.content .p1{
	color: red;
	line-height: 0.5rem;
}
.content .p2{
	color: #666666;
	font-size: 0.22rem;
	line-height: 0.45rem;
	
}
.content .p2 .span1{
	color: #333333;
	font-size: 0.26rem;
}
.content .p2 .span2{
	display: inline-block;
	height: 0.4rem;
	color: white;
	line-height: 0.4rem;
	width: 1.3rem;
	text-align: center;
	text-align: 0.22rem;
	background-color: #e19333;
	margin-left: 0.1rem;
	border-radius: 0.1rem;
}

/*底部样式*/
.footer_box{
	width: 100%;
	height: 3.8rem;
	background-image: url(../img/footer_bg.jpg);
	background-repeat:no-repeat ;
	background-size:100% 100%;
	margin-top: 0.35rem;
}
.footer_box ul li{
	float: left;
	text-align: center;
	width: 3rem;
	list-style: none;
	margin-top: 0.5rem;
	margin-left: 0.3rem;
}
.footer_box ul li:first-child{
	/*width: 2.6rem;*/
	margin: 0.5rem 0.3rem 0 0.5rem;
}
.footer_box ul li:nth-child(2){
	width: 0.02rem;
	margin: 0.7rem 0 0;
}
.footer_box ul li p{
	color: white;
	line-height: 0.4rem;
	
}
.footer_box ul li p img{
	width: 0.32rem;
}
.footer_box ul li .p2{
	font-size: 0.32rem;
	padding: 0.1rem;
	background-color: #95164b;
}
.footer_box>.jiezhendz{
	margin-top: 0.2rem;
}
.footer_box>.jiezhensj{
	font-size: 0.32rem;
	font-weight: 700;
	/*margin-left:0.8rem ;*/
	text-align: center;
}
.footer_box>.jiezhensj:after{
	content: "";
	display: block;
	height: 0;
	/*width: 4rem;*/
	border-bottom: 1px solid white;
	margin: 0.2rem auto 0;
}
.footer_box>p{
	color: white;
	width: 5.5rem;
	margin: 0.4rem auto 0;
	font-weight: 500;
}
.footer_box>p .span1{
	vertical-align: top;
	font-weight: 500;
}
.footer_box>p .span2{
	display: inline-block;
	width: 3.85rem;
}
