@charset "utf-8";
/* CSS Document */
*{ margin:0 ; padding:0 ; list-style:none; }
ul,li,h3{ margin:0 ; padding:0 ; list-style:none;}
em { font-style:normal; }
a { text-decoration:none; color:#282828;cursor:hand; }
a:hover { color:#79c2eb; cursor:hand;}
img { border:none; vertical-align:top; }
table { border-collapse:collapse; }
input,textarea { outline:none; }
textarea { resize:none; overflow:auto; }
body { font-size:12px; font-family:"微软雅黑"; background:url(../images/body-bg-bf.jpg) no-repeat center; height:1900px;}

/*字体大小*/
.fs-12{ font-size:12px;}
.fs-14{ font-size:14px;}
.fs-16{ font-size:16px;}
.fs-18{ font-size:18px;}
.fs-20{ font-size:20px;}
.fs-22{ font-size:22px;}
.fs-24{font-size:24px;}
.fs-26{font-size:26px;}
.fs-28{font-size:28px;}

/*字体加粗*/
.fw-b{ font-weight:bold;}
.fw-n{ font-weight:normal;}
/*ie6 左右 浮动边距*/
.item{ display:inline;}
/*排版*/
.clear{ overflow:hidden;}
.c-960{ width:960px; margin:0 auto;}
.c-980{ width:980px; margin:0 auto;}
.c-1000{ width:1000px; margin:0 auto;}
.c-1200{ width:1200px; margin:0 auto;}
.c-l{ float:left;}
.c-r{ float:right;}

