@charset "utf-8";
/* CSS Document */
/*--标签--*/
*{}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0;padding: 0;}
body{-webkit-text-size-adjust:none;font-size:12px;color:#fff;line-height:150%;font-family:'微软雅黑'; background:url(../images/body_bg.jpg) repeat;}
ol,ul,li{list-style:none outside none;}
a{text-decoration:none;color:#fff;}
a:hover{color:#666;}
a img{border:0 none;}
img{vertical-align: middle;}
h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:14px;}
h4{font-size:12px;}
input,textarea{padding:0 2px;border:none; resize:none;}

/*--类--*/
.block{width:935px;margin:0 auto;}
.clear{clear:both;height:0;overflow:hidden;}
.clear10{height:10px;overflow:hidden;clear:both;}
.left{float:left;}
.right{float:right;}
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}
