@charset "UTF-8";
/* CSS Document */
*{ margin:0; padding:0;}
@font-face {
    font-family:font;
    src:url(../images/fang.TTF);
    font-weight: normal;
    font-style: normal;
}
img{vertical-align:top;display:block; border:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
body{ color:#3c3527; font-size:12px;-webkit-font-smoothing: antialiased;font-family: Arial,"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;-webkit-text-size-adjust：none; }
a,a:visited{ color:#585858; text-decoration:none;}
h1{ font-size:14px;} 
.grey{ color:#898989;}
.sub{ font-size:.8em;}
ul{ list-style:none;}
a:hover,a:active{ color:#ff2b2b;}
.clear{ clear:both;}
.left{ float:left;}
.right{ float:right;}

