@charset "utf-8";
/** 全局样式n **/
.FrontColumns_navigation01-d2_c1 {
	width:100%;
	margin:0 auto;
	text-align:left;
}
/**1级菜单样式**/
.FrontColumns_navigation01-d2_c1 ul.nav-first {
	width:100%;
	float:left;
	/*background:url(/images/dfhy/nav_bg.jpg) left 0 repeat;*/
}
.FrontColumns_navigation01-d2_c1 ul.nav-first li {
	float:left;
	white-space:nowrap;
	padding-left:2px;
	position:relative;
	/*background:url(/images/columns/nav1-line.gif) 0 0 no-repeat;*/
}
.FrontColumns_navigation01-d2_c1 ul.nav-first li a {
	float:left;
	height:57px;
	line-height:57px;
	font-weight:normal;
	padding:0 30px;
	text-decoration:none;
	color:#000;
	font-size:15px;
	font-family:"宋体";
	/*font-size:14px;
	font-family:"微软雅黑";*/
}
.FrontColumns_navigation01-d2_c1 ul.nav-first li a:hover {
	/*background:url(/images/columns/nav-hover-04.gif) left top repeat-x;*/
	background:url(/images/dfhy/hongtiao.jpg) center 44px no-repeat;
	
}
.FrontColumns_navigation01-d2_c1 ul.nav-first li a:hover span {
/*background:url(/images/columns/nav-arrow-01.gif) 50% bottom no-repeat;*/
}
.FrontColumns_navigation01-d2_c1 ul.nav-first li.first {
	/*background:url(/images/columns/nav1-left.gif) 0 0 no-repeat;*/
		padding:0 0 0 10px;
	background:none;
}
.FrontColumns_navigation01-d2_c1 ul.nav-first li.last {
	width:10px;
	height:36px;
	float:right;
	/*background:url(/images/columns/nav1-right.gif) 0 0 no-repeat;*/
	background:none;
}
/**下拉层样式 **/
.FrontColumns_navigation01-d2_c1 .ddsubmenustyle,.FrontColumns_navigation01-d2_c1 .ddsubmenustyle ul {
	font: normal 13px Verdana;
	float:left;
	overflow:hidden;
	width:165px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	white-space:nowrap;

}
/* ######### Drop Down ULs CSS ######### */
.FrontColumns_navigation01-d2_c1 .ddsubmenustyle li a {
	display:block;
	/*width:150px;*/
	width:86px;
	text-align:center;
	font-weight:normal;
	text-decoration:none;
	color:#7b7b7b;
	/*color:#06c;
	padding:0 0 0 15px;
	height:24px;
	line-height:24px;*/
	padding:0 16px 0 16px;
	height:38px;
	line-height:38px;
	/*text-decoration:underline;
	border:1px solid #e4e4e4;
	background:url(/images/columns/nav-sec1.gif) 0 0 repeat-x;*/
}
.FrontColumns_navigation01-d2_c1 .ddsubmenustyle li img {
	margin-top:4px;
	margin-top:4px\9;
	+margin-top:0;
}
.FrontColumns_navigation01-d2_c1 .ddsubmenustyle li a:hover {
	/*color:#fff;*/
	color:#f10001;
	text-decoration:underline;
	/*border:1px solid #33ccff;
	background:url(/images/columns/nav-sec1.gif) 0 -54px repeat-x;*/
}
.FrontColumns_navigation01-d2_c1 .ddsubmenustyle li { /*IE6 CSS hack*/
	_width: 165px; /*width of menu (include side paddings of LI A*/
}
.FrontColumns_navigation01-d2_c1 .ddsubmenustyle li a:hover {
	/*color: white;*/
}
/* ######### Neutral CSS  ######### */

.FrontColumns_navigation01-d2_c1 .downarrowpointer { /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
	_margin-top:16px;
	display:none;
}
.FrontColumns_navigation01-d2_c1 .rightarrowpointer { /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}
.FrontColumns_navigation01-d2_c1 .ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
.FrontColumns_navigation01-d2_c1 .mattblackmenu ul {
	/*margin: 0;
	margin-left:130px;*/
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	border-bottom: 0px solid gray;
	overflow: hidden;
	width: 100%;
}
.FrontColumns_navigation01-d2_c1 .mattblackmenu li {
	display: inline;
	margin: 0;
}
.FrontColumns_navigation01-d2_c1 .mattblackmenu li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px 8px; /*padding inside each tab*/
	/*border-right: 1px solid white; right divider between tabs*/
	color: white;
}
.FrontColumns_navigation01-d2_c1 .mattblackmenu a.selected {
	/*background:url(/images/columns/nav-hover-04.gif) left top repeat-x; *//*background of tab with "selected" class assigned to its LI */
	background:url(/images/dfhy/hongtiao.jpg) center 44px no-repeat;
}
