/* css 重置 */
*{margin:0; padding:0; list-style:none; }
img{ border:0;  }
a{ text-decoration:none; color:#333;  }
a:hover{ color:#1974A1;  }

/* 向上滚动文字css */
.txtScroll-top{ width:258px; margin:0 auto;overflow:hidden; position:relative;}
.txtScroll-top .bd{ padding:10px;}
.txtScroll-top .infoList li{ height:35px; line-height:35px; background:url(../images/fk.jpg) no-repeat 0px center; padding-left:18px; border-bottom:solid 1px #d8d8d8;}
.txtScroll-top .infoList li a{ font-size:14px; color:#838383;}

/* 图片又滚动css */
.picScroll-left{ width:655px;overflow:hidden; position:relative;}
.picScroll-left .hd{width:50px;overflow:hidden;height:100px;float:left;display:inline;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;width:50px; height:100px;cursor:pointer;}
.picScroll-left .hd .next{background:url(../images/roll_left.jpg) no-repeat center bottom;}
.picScroll-left .hd .prev{ background:url(../images/roll_right.jpg) no-repeat center bottom;}
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }

.picScroll-left .bd{width:548px; height:181px;float:left; display:inline; margin-top:16px;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:123px; height:121px; display:block;  padding:2px; border:1px solid #ccc; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:32px;}

/* 下拉导航css */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.nav{width:962px;margin:0 auto; height:37px; line-height:37px; background:url(../images/nav_bg.jpg) no-repeat;position:relative; z-index:1;  }
.nav a{ font:13px "微软雅黑", "Arial Black";color:#fff; text-decoration:none;}
.nav .nLi{ float:left;  position:relative; display:inline; background:url(../images/nav_line.jpg) no-repeat right center;}
.nav .bgnone{ background:none;}
.nav .nLi h3{ float:left;  }
.nav .nLi h3 a{ display:block; text-align:center;font:13px/37px "微软雅黑", "Arial Black";color:#fff; display:block; width:120px; height:37px;}
.nav .sub{ display:none; width:120px; text-align:center; left:0; top:37px;  position:absolute; background:#bebaba;  line-height:26px; padding:5px 0;  }
.nav .sub li{ zoom:1; }
.nav .sub a{ display:block; padding:0 10px;text-decoration:none; }
.nav .sub a:hover{ background:#968b8b; color:#000;text-decoration:none;  }
.nav .on h3 a{ background:#bebaba; color:#000;   }