﻿html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,dl,dt,dd,iframe,span {margin:0px; padding:0px; border:0px;}
body {
	max-width: 750px;
    min-width: 320px;
	padding:0px;
	margin:0px;
	zoom:100%;
	line-height:1;
	font-family: "microsoft yahei","微软雅黑","黑体";
}
ul,dl, dt,dd,ol{list-style-type:none;}
select,input {vertical-align:middle;}  
a{ color:#3b3b3b; text-decoration:none;}        
* html .clear{zoom:1;}
*+html .clear{zoom:1;} 
*{ margin:auto; padding:auto;}
.r{ float:right;}.l{ float:left;}
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
html{
	max-width: 750px;
    min-width: 320px;
    overflow-x: hidden;
    background: #F1F1F1;
    margin: 0 auto;
}
/*头部*/
.header .logo{
	height: 1.28rem;
	padding:0 0.3rem;
	background: #FFFFFF;
}
.header .logo img{
	height: 100%;
	width: auto;
}
.header .menu{
	height: 1.23rem;
	background: url(../images/mobile_menubg.png) repeat-x center;
	padding:0 0.3rem;
}
.header .menu ul li{
	float: left;
	width: 1.7rem;
	height:0.615rem;
	text-align: center;
	font-size: 0.28rem;
}
.header .menu ul li:first-child a,
.header .menu ul li:nth-child(5) a{
	border-left: 0;
}
.header .menu ul li a{
	color: #FFFFFF;
	display: block;
	margin-top: 0.2rem;
	height: 0.2rem;
	line-height: 0.2rem;
	border-left: 1px solid #FFFFFF;
}
/*尾部*/
.footer{
	font-size: 0.24rem;
	text-align: center;
}
.footer .footer_top{
	height: 0.61rem;
	line-height: 0.61rem;
	background: #5F0000;	
}
.footer .footer_top a{
	color: #FFFFFF;
}
.footer .footer_bottom{
	background: #5F0000;
}
.footer .footer_bottom p{
	line-height: 0.4rem;
	padding: 0.15rem 0;
	color: #F7C3A3;
	border-bottom: 0.01rem solid #7C3434;
}
.footer .footer_bottom a{
	line-height: 0.58rem;
	color: #F7C3A3;
}