body, div, p, h1, h2, h3, h4, h5, h6, ul, li, dl, dd, dt, ol, img,font, table, form, input, button, textarea, select, option, a, strong, span { padding: 0; margin: 0; font-family: 'Microsoft Yahei', arial; font-size:0.14rem; }
img,button,input{border:0;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
table { border-collapse: collapse; }
table td{padding:0.05rem; font-family: 'Microsoft Yahei', arial;}
a, a:active { color: #333333; text-decoration: none; outline: none; }
a:hover { color: #ce271f; outline: none; }
ul, dl, li, dd, dt, ol { list-style: none; }
input, select, img { vertical-align: middle; outline: none; }
body {  width: 100%; background-color: #fff;  }
/*头部*/
.header{
		width:100%;height: 1.06rem; overflow: hidden; padding: 0.27rem 0.35rem 0 0.27rem; box-sizing:border-box;
	}
	.header .header_logo{
		width: 2.26rem;height: 0.48rem; float: left; display: block;
	}
	.header .header_logo img{
		display: block;width: 2.26rem;height: 0.48rem;
	}
	.header .header_more{
		width: 0.4rem;height: 0.34rem; float: right; display: block;
	}
	.header .header_more img{
		display: block;width: 0.4rem;height: 0.34rem; 
	}

/*头部*/

/*底部*/
.footer{
		width: 100%;  background-color: #f7f7f7; 
	}
	.footer .footer_div{
		height:68px; line-height: 68px; width: 100%;color: #888888; font-size: 0.26rem; text-align: center;
	}
	.footer .footer_div:nth-child(2){
		border-top: 1px #e5e5e5 solid;border-bottom: 1px #e5e5e5 solid;
	}
	.footer .footer_div:nth-child(2) span{
		display: block; width: 49%; float: left; color: #888888; font-size: 0.26rem; text-align: center;cursor:pointer;
	}
	.footer .footer_div:nth-child(2) a{
		color: #888888; font-size: 0.26rem; 
	}
	.footer .footer_div:nth-child(2) span:nth-child(1){
		line-height: 68px; border-right: 1px #e5e5e5 solid;
	}
	.footer .footer_div:nth-child(1){
		text-align: center; color: #888888; font-size: 0.26rem;
	}
	.footer .footer_div:nth-child(1) span{
		color: #888888; font-size: 0.26rem;
	}
	.footer .footer_div:nth-child(1) img{
		width: 0.25rem; height: 0.32rem;
	}

/*底部*/