*{
	padding: 0;
	margin: 0;
	font-size: 0.28rem;
}
body{
	width: 7.5rem;
	margin: 0 auto;
}
img{
	width: 100%;
}
li{
	list-style: none;
}

.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
}
/*底部样式*/
.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: 3.2rem;
	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;
}

/*top_box样式*/
.top_box{
	width: 100%;
	margin-top:0.3rem ;
}
.top_box h2{
	width: 7.1rem;
	margin: 0 auto;
	font-size: 0.36rem;
	color: #7d123f;
	text-align: center;
	line-height: 0.5rem;
	border-bottom: 0.03rem solid #7d123f;
}
.top_box p{
	width: 7.1rem;
	margin: 0.4rem auto 0;
	text-indent: 0.56rem;
	line-height: 0.45rem;
}

.content li{
	margin: 0.4rem auto 0;
	border-bottom: dashed 1px #cacaca;
	padding-bottom: 0.4rem;
	width: 7.1rem;	
}
.content li:last-child{
	border: 0;
}
.content li .tit1{
	font-size: 0.32rem;
	color: #333333;
	font-weight: 700;
}
.content li .con1{
	margin-top: 0.25rem;
	text-indent: 2em;
	color: #444444;
}

.hengfu{
	display: block;
	width: 7.1rem;
	margin: 0.2rem auto 0;
}
