@charset "gb2312";
/* 全局CSS定义 */
body {font-family:"宋体";margin:0;padding:0;font-size:12px; background:#d9dadb url(../images/bg.jpg) no-repeat center top; text-align:left; color:#adadad; line-height:20px; }
p,div,form,img,ul,ol,li,dl,dt,dd {margin:0;padding:0;border:0;}
ul,ol,li{list-style:none;}
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
table,li,tr,th,br{font-size:12px;}
img{ display:block;}
/* 链接颜色 */
a{ text-decoration:none; color:#adadad; }
a:hover{ text-decoration: underline; color:#C00;}

.fl{ float:left;}
.fr{ float:right;}
.tc{ text-align:center;}
.cl{ clear:both;}
/* nav */
#nav{ margin:0 auto; width:100%; height:23px; padding-top:5px; text-align:center; color:#000; background:#FFF; font-family:"宋体"; }
#nav a{ color:#000; padding:0 2px;}

.box_1{ float:left; padding:0 3px 3px 0; background:url(../images/title_13.gif) no-repeat bottom right;}

.fs_1{ font-size:14px; font-weight:bold; color:#FFF;}
.fs_1 a{ color:#FFF;}
.fs_2{ font-size:14px; font-weight:bold;}

.t24{ text-indent:24px;}

/* footer */

#footer{ width:980px; margin:0 auto; line-height:25px; padding-top:30px; font-family:"宋体"; color:#FFF; background:url(../images/title_11.jpg) no-repeat top; height:115px;}
#footer a{ color:#FFF;}
#footer p{ text-align:center; }
#footer address{ font-style:normal; text-align:center;}

/* 轮换图 css */
.loadImg{width:380px;height:280px; position:relative; float:left; }
.loadImg .imgShow{width:380px;height:280px;}
.loadImg .imgShow img{width:380px; height:280px;}
.loadImg .imgShow p{text-align:center;color:#fff;line-height:33px;font-size:14px;font-weight:bold;}
.loadImg .imgText{width:320px;height:16px;background:url(images/line.jpg) no-repeat;margin-top:4px; position:absolute; bottom:1px; right:1px;}
.loadImg .imgText ul{text-align:center;line-height:16px;}
.loadImg .imgText ul li{float:right;width:20px;height:16px;border-left:1px solid #fff;text-align:center;color:#fff;background:#000;}
.loadImg .imgText ul li.now{background:#C00;color:#fff;}
