
/*表格主要CSS样式设置开始,修改时应注意!*/
ul{
 list-style:none;
}


/*menu1box*/

#menu1box{background-color:#DFDFDF;
	position:relative;
	overflow:hidden;
	height:45px;
	width:580px;margin:auto;
	text-align:left;
	
}
#menu1box ul{
	position:absolute;
	top:0;
	left:0;
	z-index:1;

}
#menu1box ul li{
	float:left; 
	display:block;
	cursor:pointer;
	width:192px;
	text-align:center;
	line-height:45px;
	height:45px;border-right:1px solid #FFFFFF;
	
}
#menu1box ul li a{font-size: 20px;font-weight:600;}
#menu1box ul li.hover{
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-weight: bold;line-height:45px;
	background-color: #0152B5;color: #fff; border-right:2px solid #FFFFFF;
}




#menu1{
	margin: auto;
	margin-left:0px;
		
	float: left;}
#menu2{
	margin: auto;
	margin-left:0px;
	float: left;}
#menu3{
	margin: auto;
	margin-left:0px;
	float: left;}
#menu4{
	margin: auto;
	margin-left:10px;
	float: left;}
#menu5{
	margin: auto;
	margin-left:0px;
	float: left;}
#menu6{
	margin: auto;
	margin-left:0px;
	float: left;}
	
#menu7{
	margin: auto;
	margin-left:0px;
	float: left;}
	
.main1box{
    margin:auto;overflow:hidden;
	clear:both;
	margin-top:-1px;
	height:100%;height:353px;
	width:578px; 
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #ace;
	
}


.table1_css{
	text-align:left;
	width:100%;margin:auto;
	background-repeat: repeat-x;
	background-position: center top;
	
}




.block ul{margin:auto;width:100%; margin-bottom:5px;height:350px;margin-top:5px;}
.block ul li{width:100%;list-style: none;line-height:33px;color:#333;text-indent:2px;overflow:hidden; font-size:15px;float:left; display:inline; margin-right:5px; border-bottom:1px dashed #e0e0e0; }
.block ul li a{line-height:33px;color:#333; padding-bottom:5px; text-indent:2px;overflow:hidden; font-size:15px;}
.block ul li a:hover {color: #FF0000;}



.line ul{margin:auto;width:100%; margin-bottom:5px;}
.line ul li{width:100%;list-style: none;line-height:33px;color:#333;text-indent:2px;overflow:hidden; font-size:15px;  float:left;display:inline;margin-right:5px;border-bottom:1px dashed #e0e0e0; }
.line ul li a{line-height:33px;color:#333; padding-bottom:5px; text-indent:2px;overflow:hidden; font-size:15px;}
.line ul li a:hover {color: #FF0000;}

.hover a:link {font-size: 18px;color: #fff;text-decoration: none; }
.hover a:visited {font-size: 18px;color: #fff;text-decoration: none;}
.hover a:hover {font-size: 18px;color:#fff;text-decoration: none;}
.hover a:active {font-size: 18px;color: #003366;text-decoration: none;}
.hover {font-size: 18px;color: color:#fff;text-decoration: none;}



