/*css reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption,input{margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-family:inherit;  vertical-align:baseline;}
 
body{ font-family:Arial,"SimSun"; min-width:1200px; font-size:12px;}
ol, ul{ list-style:none}
table{ border-collapse: collapse;}
caption, th, td{ font-weight:normal}
blockquote:before, blockquote:after,  q:before, q:after{ content:''}
blockquote, q{quotes:""""}
a,a:hover{ text-decoration:none; color:#333;}
img{ border:0;}


.cb{ clear:both; height:0; line-height:0; font-size:0;  }

/* 边距*/
.m0{ margin:0;}
.mb20{ margin-bottom:20px;}
.mb40{ margin-bottom:40px;}

/* 文字颜色*/
.c3{ color:#333;}
.c6{ color:#666;}
.c9{ color:#999;}
.cf{ color:#fff;}


/* 鼠标类型*/
.cp{ cursor:pointer;}
.cm{ cursor:move;}

