@charset "gb2312";
/* 全局CSS定义 */
body {font-family:"微软雅黑";margin:0;padding:0;font-size:12px; background:#000 url(../images/bg.jpg) no-repeat center top; text-align:left; color:#FFF; line-height:24px; }
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:#FFF; }
a:hover{ text-decoration: underline; color:#FFF;}

.fl{ float:left;}
.fr{ float:right;}
.tc{ text-align:center;}
.cl{ clear:both;}
.mt_1{ margin-top:46px;}
.mt_2{ margin-top:50px;}
/* nav */
#nav{ margin:0 auto; width:100%; height:26px; padding-top:4px; text-align:center; color:#000; background:#FFF; font-family:"宋体"; }
#nav a{ color:#000; padding:0 2px;}

.bor_1 img{ border:1px #ebaf7f solid;}
.fs_1{ font-size:15px; color:#541000; font-weight:bold;}
.fs_1 a{ color:#541000;}

.t24{ text-indent:24px;}

.list li span{ float:right; width:90px;}
/* footer */

#footer{ width:100%; margin:0 auto; line-height:25px; padding:30px 0; font-family:"宋体"; }
#footer p{ text-align:center; }
#footer address{ font-style:normal; text-align:center;}

/* 轮换图 css */
.loadImg{width:420px;height:240px; position:relative; float:left; }
.loadImg .imgShow{width:420px;height:240px;}
.loadImg .imgShow img{width:420px; height:240px;}
.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;}