/*整体设置*/
*{ margin:0; padding:0;list-style:none}
img{ border:none}
h1,h2,h3,h4,h5,h6,body{ font-size:12px; font-weight:400; font-family:"宋体"}
html{ overflow-y:scroll}


/*table{ table-layout:fixed; border-collapse:collapse; }*/
/*对齐方式*/
.fl{ float:left}
.fr{ float:right}
.cl{ clear:both}
.tl{ text-align:left}
.tr{ text-align:right}
.tc{ text-align:center}
.mc{ margin:0 auto}
.margin0{ margin:0}
.border0{ border:none}
.padding0{ padding:0}

/*超链接*/
a{ text-decoration:none; color:#5b5b5b}
/*a:hover{ text-decoration:underline; color:#fff}

.cRed{ color:#f00}*/

