@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	}

.fl{ float:left;}
.fr{ float:right;}
.cl{ clear:both;}
.tc{ text-align:center;}
#taba a{ color:#999}
body{text-align:center;
	font-size:12px;
	}
.bodyzt{
	width:auto;
	height:auto;

	}
#header{
	width:980px;
	height:;
	margin:auto;	text-align:left;
	}
#hdtop{
	width:980px;
	height:25px;
	background:url(images/topbj.gif);
	line-height:24px;
	}
#hdcent{
	width:980px;
	height:90px;
	}
#hdcent #hdcentlf{
	width:250px;
	height:70px;
	float:left;
	margin:auto;
	padding-top:8px;
	}
#hdcent #hdcentlrt{
		width:700px;
		height:65px;
		float:left;
		padding:25px 0 0 20px;
		}
#hdcentlrt #suo{
	width:610px;
	height:36px;
	/*background:url(images/suo_bj.gif);*/
	}	
#hdcentlrt #suo #suo_lf{
	width:5px;
	height:36px;
	background:url(images/suo_lf.gif);
	float:left;
	}
#hdcentlrt #suo #suo_rt{
	width:5px;
	height:36px;
	background:url(images/suo_rt.gif);
	float:left;
	}
#suo_cent{
	width:690px;
	height:45px;
	float:left;
	}	
#hdcentlrt #suo #suo_cent .input{
	width:505px;
	height:27px;
	margin-top:4px;
	padding:3px;
	color:#666666;
	line-height:20px
	}
.anniu{
	margin:4px 0 0 5px;
	}
	
	
	
/*---------导 航------------*/
#hdnav{
	width:980px;
	height:42px;
	}

#hdnav #nav_lf{
	width:7px;
	height:42px;
	background:url(images/nav_lf.gif) no-repeat;
	float:left;
	}
#hdnav #nav_rt{
	width:7px;
	height:42px;
	background:url(images/nav_rt.gif) no-repeat;
	float:left;
	}
#hdnav #nav_cent{
	width:966px;
	height:42px;
	background:url(images/nav_bj.gif) repeat-x;
	float:left;
	}

#hdnav #nav_cent #nav_fx{
	width:2px;
	height:42px;
	
	}

/*--------导航  End--------*/



#centent{ width:980px; height:auto; margin:auto;}
.ContentPane{ width:100%;}

#footer{
	width:960px;
	height:61px;
	background:url(images/footbj.jpg) repeat-x;
	line-height:50px;
	color:#333;
	margin:auto;
	}
#footer a{ color:#999; text-decoration:none}











/*--------- dnn menu style ----------*/
/* 主菜单 td */
.mainMenu {
	cursor:pointer;
	font-size: 14px; 
	background-color:transparent;
	width:946px;
	
}

/* 主菜单 普通 */
.mainMenu .root
{	
	background:url(images/nav_fx.gif) no-repeat 0 right;
	font-size: 14px; 
	font-weight:bold; 	
	text-align:center; 
	width:93px;
	height:42px;
	line-height:45px;
	text-transform:uppercase;
	float:left;
	color:#fff
}


/* 主菜单 hover */
.mainMenu .hov{ 
	color:#DE6700;
	background:url(images/nav_ahoe.gif) no-repeat;
	line-height:42px;
	text-decoration:underline;
}

/* 主菜单 选中 */
.mainMenu .sel, .mainMenu .bc {
    color:#DE6700;
	background:url(images/nav_ahoe.gif) no-repeat;
	line-height:42px;
}
.mainMenu table{
	border:1px solid #C0D6E5;
	}

/* 下拉菜单普通 */
.mainMenu tr.mi{
	background-color:#F8FAFF;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#375162;
	line-height:2em;
	text-transform:none; 
}
.mainMenu tr.mi td{
padding: 0 2px;
text-transform:none;
}

/* 下拉菜单 hover & 选中 */
.mainMenu tr.hov { 
background: #333
}

.mainMenu tr.hov td{
color:#fff;
}

.mainMenu tr.sel, .mainMenu tr.bc{
background: #CE0D0D ;
}

.mainMenu tr.sel td, .mainMenu tr.bc td{
	color:#fff;
}

.main_dnnmenu_break{
	height: 2px;
	background-color: #D5E0FF;
}



/* 模块菜单 */
.ModuleTitle_SubMenu
{
	border:1px solid #fff;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #333 ;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}














