﻿@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;} /* 点击激活链接 */
.lk{display: block;height: 0;width: 0;overflow: hidden;}
/*表格样式定义 */ 
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-family:"微软雅黑", "黑体"; color:#FFFFFF; font-size:14px; font-weight:bold;}
a.menu:hover{color:#fdfeb8; text-decoration:underline;}


/*pp*/
a.pp{color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
a.pp:hover{color:#fdfeb8; text-decoration:underline;}

/*banner*/
ul,li{margin:0; padding:0; list-style:none;}
.banner{width:100%; margin:0px 0 0 0; padding:0px;}
.bannerbg{display:none; height:389px; margin:0 auto; padding:0px; width:100%;}
.showbannerbg{display:block; width:100%;}
#bannerContainer{position:relative; height:389px; 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;}	


/*left*/
.title{color:#FFFFFF; font-size:14px; font-family:"微软雅黑", "黑体";}

/*middel*/
a.more{color:#bd6916; text-decoration:none;}
a.more:hover{text-decoration:underline;}

/*pp*/
.titlea{color:#0760b0; font-size:14px; font-family:"微软雅黑", "黑体"; font-weight:bold;}
.titleb{color:#0760b0; font-size:10px; font-family:"微软雅黑", "黑体"; font-weight:bold;}
.titlec{color:#303030; font-size:14px; font-family:"微软雅黑", "黑体"; font-weight:bold;}
.titled{color:#303030; font-size:10px; font-family:"微软雅黑", "黑体"; font-weight:bold;}



/*bottom*/
a.bottom{color:#ffffff; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
a.bottom:hover{color:#ffffff; text-decoration:underline;}






#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:100%; 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:100%; 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;}
