body{
	font-size:0.24rem;
	margin:0 auto; 
	padding:0;  
	max-width: 720px;
	text-align: justify;
	position:relative;
	font-family: "微软雅黑";
}

html,p,ul,ol,li,input,form,h1,h2,h3,h4,h5,h6,dl,dt,dd,img{
	margin:0;
	padding:0;
	border:0;
}

img{
	vertical-align: middle;
	border:none;
	margin:0;
	padding:0; 
	max-width:100%;
	max-height:100%;
}

ul,li,dt{
	list-style-type:none;
}

a{
	/* display: block; */
	color:#333;
	text-decoration:none;
}

em{
	font-style:normal;
}

i{
	font-style: normal;
}
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */	
}
.clear{
	clear:both;
	overflow: hidden;
}


header{
	width: 100%;
	height: auto;
	position: relative;
}
header>img{
	width: 100%;
}
.head{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.head img{
	width: 100%;
}

nav{
	width: 100%;
	height: 0.76rem;
	background: #056eb0;
}
nav ul{
	clear: both;
	overflow: hidden;
	margin: 0 0.3rem;
}
nav ul li{
	float: left;
	width: 25%;
	text-align: center;
	line-height: 0.76rem;
}
nav ul li a{
	font-size: 0.22rem;
	color: #FFFFFF;
	font-weight: bold;
}
nav ul li a span{
	display: block;
	width: 1px;
	height: 0.3rem;
	background: #FFFFFF;
	float: left;
	margin-top: 0.23rem;
}
nav ul li.this a i{
	display: block;
	width: 0.76rem;
	height: 0.05rem;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: -0.13rem;
}

footer{
	width: 100%;
	height: 0.94rem;
	background: #056eb0;
	margin-top: 0.6rem;
}
footer ul li{
	float: left;
}
footer ul li img{
	width: 0.39rem;
	margin: 0.28rem 0.25rem 0 0.39rem;
}
footer ul li p{
	font-size: 0.16rem;
	color: #FFFFFF;
}
footer ul li:nth-child(2), footer ul li:last-child{
	margin-top: 0.28rem;
}
footer ul li:nth-child(2){
	margin-right: 0.42rem;
}