@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;} /* 点击激活链接 */

/*表格样式定义 */ 
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;}/*选择框样式定义 */ 

/*menu*/
a.menu{font-size:14px; font-family:"微软雅黑", "黑体"; font-weight:bold; text-decoration:none; color:#FFFFFF;}
a.menu:hover{text-decoration:underline; color:#ffefa5;}


/*ts*/
a.ts{font-size:12px; text-decoration:none; color:#8f741b;}
a.ts:hover{text-decoration:underline; color:#8f741b;}




.title{font-family:"微软雅黑", "黑体"; font-size:14px; font-weight:bold; text-decoration:none; color:#FFFFFF;}
.title1{font-family:"微软雅黑", "黑体"; font-size:10px; font-weight:bold; text-decoration:none; color:#FFFFFF;}
.title2{font-family:"微软雅黑", "黑体"; font-size:14px; font-weight:bold; text-decoration:none; color:#115dac;}
.title3{font-family:"微软雅黑", "黑体"; font-size:10px; font-weight:bold; text-decoration:none; color:#115dac;}



/*banner*/
ul,li{margin:0; padding:0; list-style:none;}
.banner{width:100%; margin:0px 0 0 0; padding:0px;}
.bannerbg{display:none; height:400px; margin:0 auto; padding:0px; width:100%;}
.showbannerbg{display:block; width:100%;}
#bannerContainer{position:relative; height:400px; 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 li .current{background:url(images/lv.png) !important;}	



#banner{margin:0px auto;  width:100%; position:relative; overflow:hidden}
#full-screen-slider { width:100% !important; float:left; position:relative}
#slides { display:block; width:100% !important;  list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100% !important; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:350; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:50%; top:280px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:350; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#BB0A06}
#banner .prev, #banner .next { width: 41px; height: 69px; display: block; position: absolute; top: 100px;  background: url(images/icon-slides.png) no-repeat 0 0; text-indent: -9999px; cursor: pointer; }
#banner .prev { left: 0; background-position: -83px 0; }
#banner .next { right: 0; background-position: -124px 0; }
#banner:hover .prev { background-position: 0 0; }
#banner:hover .next { background-position: -41px 0; }
#slides img{ width:100%; }
#slides li{text-align:center}
#banner .hd { position:absolute; bottom:20px; right: 20px; }
#banner .hd li { width: 16px; height: 16px; display: block; float: left; background: #ddd; margin: 0 5px; text-indent: -99999px; cursor: pointer; box-shadow:1px 1px 1px #999999; }
#banner .hd li.on { background: #1788dd;}
