@charset "utf-8";
/* CSS Document */
html{_overflow-y:scroll;}
body{margin:0 auto; padding:0px;}

/* 网站超链接css通用设置 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #555555;} /* 未访问的链接 */
a:visited {color: #555555;} /* 已访问的链接 */
a:hover{color: #df1c33;	text-decoration: none;} /* 鼠标在链接上*/ 
a:active {color: #555555;} /* 点击激活链接 */
h1{font-size:12px;margin:0px;font-weight:normal;display:inline;color: #FFFFFF;}


/**/
a.ts{color:#ff6600;}
a.ts:hover{ text-decoration:underline;}



/*banner*/
ul,li{margin:0; padding:0; list-style:none;}
.banner{width:100%; margin:0; padding:0px;}
.bannerbg{display:none; height:500px; margin:0 auto; padding:0px; width:100%;}
.showbannerbg{display:block; width:100%;}
#bannerContainer{position:relative; height:500px; width:100%; margin:0 auto;}
#pagecontainer{position:absolute; bottom:20px; width:100%; text-align:center;}	
#pagelist{display:inline-block; text-align:center;}
#pagelist li{width:12px; height:12px; float:left; margin-right:10px; background:url(images/bai.png); cursor:pointer;}
#pagelist .current{background:url(images/lv.png) !important;}	


/*表格样式定义 */ 
table{text-align: justify;}
td{font-size:12px; color:#555555; font-family:Arial, Helvetica, sans-serif; text-decoration:none; line-height:19px;}
checkbox{border: 0px;}/*选择框样式定义 */ 


/*top*/
a.top{color:#FFFFFF; font-size:12px; text-decoration:none;}
a.top:hover{text-decoration:underline; color:#ffdd9e;}
.topline{color:#FFFFFF; font-size:8px;}


/*menu*/
a.menu{font-size:14px; font-family:"微软雅黑", "黑体"; font-weight:bold; text-decoration:none; color:#FFFFFF;}
a.menu:hover{text-decoration:underline; color:#ffdd9e;}

/**/
.title{color:#00A854; font-size:14px; font-weight:bold; font-family:"微软雅黑", "黑体";}
.title1{color:#00A854; font-size:10px; font-weight:bold; font-family:"微软雅黑", "黑体";}
.title2{color:#ffffff; font-size:14px; font-weight:bold; font-family:"微软雅黑", "黑体";}
.title3{color:#ffffff; font-size:10px; font-weight:bold; font-family:"微软雅黑", "黑体";}