/* Reset css*/
@charset "utf-8";
html{ overflow-x:hidden; overflow-y:auto;} /*隐藏横向滚动，垂直滚动根据内容自适应(去除IE默认垂直滚动条)*/
body{ _overflow:auto; _height:100%; margin:0 auto;} /*网页元素居中*/
body,h1,h2,h3,h4,h5,h6,div,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea{ margin:0; padding:0;} /*清除内外边距*/
body,tr,td,button,input,select,textarea{font:12px/1.5 "Microsoft YaHei",Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif;} /*设置默认字体*/
/*设置标题字号*/
h1{ font-size:32px;}
h2{ font-size:24px;}
h3{ font-size:16px;}
h4{ font-size:14px;}
h5{ font-size:12px;}
h6{ font-size:9px;}
ul,ol,li,dl,dt,dd{list-style:none;} /*重置列表元素*/
/*设置表单样式*/  
legend{ color:#000;}
fieldset,img{ border:0;}  
button,input,select,textarea{ font:12px/1.5 "Microsoft YaHei",tahoma,arial,sans-serif; vertical-align:middle; padding-left:5px; cursor:pointer;}
hr { border: none; height: 1px;} /*重置hr*/
/*设置默认链接样式*/
a{ color:#333;text-decoration:none;}
a:hover{ color:#f60;}
 /*div{margin:0 auto;}div在网页中居中*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {	line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
.clr:after {  content: " ";   display: block;   clear: both;   height: 0;}
.clr { zoom: 1;   display: table;}
.clearfix{    zoom: 1;}
