* {
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box; 
	 box-sizing: border-box;
	 margin:0; padding: 0;
	}
html, body, ul, li , p, span, i, h1, h2, h3, h4,dl{margin:0;padding:0;}
h1, h2, h3, h4{font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit;}
body{font-family: "Microsoft YaHei"; font-size: 14px;}
@media (max-width: 320px) {
body{font-size: 12px;}
}
li{list-style: none;}
img{vertical-align: middle; border: 0;}
a{text-decoration: none; color: #333;}
a:hover{color: #333;}
input, button{font-family: "Microsoft YaHei";}


:after, :before {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.clearfix:after{content:".";display:block;width:0;height:0;clear:both;visibility:hidden}
.clearfix{min-height:1%}


.container{width: 1000px; margin-left: auto; margin-right: auto;}
.container:before,
.container:after{content: ""; display: table;}
.container:after{clear: both;}
