@charset "utf-8";
/* CSS Document */
body {
    font-size:12px;
	font-family:宋体, sans-serif, Verdana, Arial, Helvetica; 
	width:960px; 
	margin:0px auto; 
	background:#FFF;
}
ul {list-style:none; };
td, th, form, ul  { padding:0px; margin:0px; line-height:20px; }	
a {color:#333;text-decoration: none;}
a:hover	{text-decoration:underline; color:#f00; }
a:link {color: #009;text-decoration:none;}

#layout{
 	background-color:#FFF;
 	width: 800px;
 	height:60px;
}
#left1 {
	background-color:#fff;
	/* border:1px solid #333;*/
 	width:410px;
	height:400px;
	float:left;
	color: #000099;
 }
#right1 {
	background-color:#fff;
	/*  border:1px solid #333;*/
  width:390px;
	height:400px;
	float:left;
	color: #000099;
 }
#left2 {
	background-color:#ffffff;
	/* border:2px solid #333333;*/
 	width:190px;
	height:1120px;
	float:left;
	border-bottom-color: #ECE9D8;
 }
#right2 {
	background-color:#ffffff;
	/*  border:2px solid #333333;*/
  	width:610px;
	height:1120px;
	float:left;
	color: #000099;
 }
#bottom {
	background:#ffffff;
   /* border:2px solid #333333;*/
   width:800px;
   height:230px;
   float:left;
}
#content {
	background:#ffffff;
	/* border:2px solid #333333;*/
   width:800px;
	height:600px;
	float:left;
	font: 宋体;
	font-size: 14px;
}
#nav {
	float:left;
	width:800px;
	background-image:url(../images/bk_01.gif);
}
#nav li{
	float:left;
	text-align:center;
	padding-top: 1px;
}

#nav li a{
	color:#000099;
	text-decoration:none;
	display:block;
	width:65px;
	height:27px;
	padding-top: 2px;
}
#sun{
    background-color:#ffffff;
	/*  border:2px solid #333333;*/
    width:800px;
    float:left;
	color: #000099;
}

/*首页css定义*/
/*------------------------------------------------------------------*/
a.red {color:#F00;text-decoration:underline;}
#headbody {position:relative;margin:0 auto;margin-top:5px;width:960px;color:#d3edf4;height:80px;background:#89CADC repeat-x;}
#sitelogo {float:left;margin:10px 0 0;}
#sitelogo img {margin-left:5px;margin-bottom:3px;}
#headmid {position:absolute;left:222px;top:28px;height:60px;width:530px;}

.index_main{
	width:940px;
	clear:both;
	background:#F8FAFD;
	border:1px solid #BFE0F9;
	float:left;
	margin:10px 0;padding:10px;
}
.index_left{
	float:left;
	width:260px;
	border:1px solid #E6E6E6;
	padding:8px 5px;
}
.index_left div{
	clear:both;
}
.index_left p{clear:both;}
.index_left p a{
	display:block;float:left;padding:3px 5px;white-space:nowrap;
}
.index_middle{
	float:left;
	width:650px;
	margin-left:10px;
	border:1px solid #E6E6E6;
}
.index_middle .nav{
	margin:5px;clear:both;
}
.index_middle .nav a{
	display:block;float:left;padding:3px 5px;white-space:nowrap;text-decoration:underline;
}
.mainlist{
	clear:both;margin:8px 5px;overflow:hidden;padding-left:8px;
}
.mainlist ul li.list1,
.mainlist ul li.list2 {
	float:left;width:48%;padding:0 5px;
}
.index_other{
	width:960px;
	clear:both;
	float:left;
	background:#F8FAFD;
	border:1px solid #BFE0F9;
	margin:5px 0;padding:5px 0;
}
.index_other .index_block{
	width:32%;
	overflow:hidden;
	float:left;
	margin:0 3px;
	border:1px solid #E6E6E6;
}
.index_other .index_block2{
	width:65%;
	overflow:hidden;
	float:left;
	margin:0 3px;
	border:1px solid #E6E6E6;
}
.index_other table{padding:0 3px;clear:both;}

.index_flink{
	width:940px;
	margin-top:10px;
	padding:10px;
	border-top:1px solid #E6E6E6;
	clear:both;
	float:left;
}
.index_footer{
	margin-top:10px;
	padding-bottom:5px;
	border-top:1px solid #E6E6E6;
	text-align:center;clear:both;
}