html,body{
    height:100%;
    margin:0;
    font-family:"微软雅黑";
}
html,body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0;} 
body, button, input, select, textarea,p{ font:12px/1.5 "微软雅黑", tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; } 
em,i { font-style:normal; } 
b,strong{
	font-weight: normal;
}
ul, ol ,li{ list-style:none; } 
a { text-decoration:none; } 
sup { vertical-align:text-top; } 
sub{ vertical-align:text-bottom; } 
legend { color:#000; } 
fieldset, img { border:0; } 
input{
	border: 0 none;
	outline: none;
}
table { border-collapse:collapse; border-spacing:0; }
img{
	border: 0 none;
}
i{display: inline-block;*display: inline;*zoom: 1;}
.fl{float: left;}
.fr{float: right;}
.wrap{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.clearfix:after{
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.clearfix{
	*zoom:1;
}