@charset "gb2312";
/* CSS Document */
body{
	padding:0;
	margin:0;
	background:url(../images/body_bg.jpg) repeat-x #126AA9;
	color:#292929;
	font-size:12px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, form, label, input, textarea, img, span, em, strong{
	margin:0; padding:0; font-style:normal;
}

ul, ol, li{
	margin:0; 
	padding:0; 
	list-style:none;
	font-size:12px;
}
a{
    color:#FFF; 
	text-decoration:none;
} 
a:hover{
    color:#000;
	text-decoration:underline;
	blr:expression(this.onFocus=this.blur());
}
.zhi10 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
}
a.link2:link {
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}
a.link2:visited {
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}

a.link2:active {
	font-size: 14px;
	text-decoration: none;
	color: #000;
}
a.link2:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #000;
}
a.link3:link {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
a.link3:visited {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

a.link3:active {
	font-size: 12px;
	text-decoration: none;
	color: #FFED00;
}
a.link3:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #FFED00;
}
/********************************      General Classes      ********************************/

.clear {clear: both;}
				
.align-left {float: left;}
				
.align-right {float: right;}

/********************************      Body - header     ********************************/
#body_wrap{
     width:1000px;
	 height:auto;
	 margin:0 auto;
}
.menu{
	width:1000px;
	height:37px;
	background:url(menu.jpg) repeat-x;
	float:left;
}
.menu a{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.menu a:hover{
	color:#FFFB00;
}
.header{
	width:1000px;
	height:auto;
	background:#FFF;
}
.header h1{
	width:1000px;
	height:76px;
	float:left;
}
.gg{
	width:1000px;
	height:92px;
	background:#FFF;
	float:left;
}
.gundong{
	width:1000px;
	height:auto;
	float:left;
}
#demo {
     overflow:hidden;
     width:1000px;
	 height:180px;
}
#demo img {border:0px;}

.zongbiao{
	 width:1000px;
	 height:auto;
	 background:#FFFFFF;
     float:left;
}
.zongbiao h2{
	 width:1000px;
	 height:auto;
     float:left;
}
.zongbiao p{
	 width:1000px;
	 height:auto;
     float:left;
}
.zongbiao p a{
	 width:auto;
	 height:auto;
	 color:#126AA9;
	 line-height:30px;
	 font-weight:bold;
	 background:#F7F7F7;
	 border:1px solid #999999;
	 padding:0px 20px 0px 20px;
	 margin:8px 0px 0px 8px;
	 display:inline;
     float:left;
}
.zongbiao p a:hover, .zongbiao p a.hover{
	 color:#FFFFFF;
	 background:#126AA9;
	 border:1px solid #005296;
}
.zongbiao ul{
	 width:984px;
	 height:auto;
	 padding:8px;
     float:left;
}
/********************************      main_wrap      ********************************/
.main{
     width:1000px;
	 height:auto;
	 float:left;
}
.main h2{
     width:1000px;
	 height:auto;
	 float:left;
}
.main ul{
     width:988px;
	 height:auto;
	 border:6px solid #005296;
	 background:url(warp_bg.jpg) repeat-y;
	 float:left;
}
.main ul a{
	 color:#FF0000;
	 font-size:14px;
	 font-weight:bold;
}
.main ul a:hover{
	 color:#000000;
	 font-size:14px;
	 font-weight:bold;
}
/********************************      list      *******************************/
.list{
	width:198px;
	height:auto;
	border:1px solid #CC0000;
	background:#FFF;
}
.list h2{
	width:198px;
	height:30px;
	color:#FFF;
	background:#CC0000;
	line-height:30px;
	font-size:16px;
	text-align:center;
}
.list ul{
	width:182px;
	height:auto;
	padding:8px;
}
.list ul li{
	width:182px;
	height:20px;
	border-bottom:1px dashed #CC0000;
	line-height:20px;
	text-align:center;
}
.list ul li a{
	font-size:12px;
}
/********************************      copyright      *******************************/
.copyright{
     width:1000px;
	 height:30px;
	 text-align:center;
	 line-height:30px;
	 float:left;
}