@charset "gb2312";
/* CSS Document */



/*本例css*/

.navtit{background: #fb6c01;height: 38px;  margin: 24px 14px 0; padding-left:15px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 38px;}

#nav {
	position: relative; margin-top:24px;
	top: 0px;
	z-index: 999;
}
#nav a.dropdown-toggle {
	display: block;
	background: #0f8c8c;
	height: 48px; 
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
}
#nav ul.dropdown-menu {
	border-radius: 0;
	width: 262px;
	min-width: auto;
	margin: 0;
	margin-left: 15px;
	float: none;
	padding: 0;
}
#nav ul.tit {
	  margin: 24px 14px 0; margin-top:0px;
   
    padding-top: 10px;
    padding-bottom: 12px;
    border: 1px solid #e2e2e2;
}
#nav li.mod_cate {
	height: 30px; 
}
#nav li a{ font-size:14px;}
#nav li a:hover {color: #803b94;}

#nav li.mod_cate span {
	display: block;
	
	padding: 0 15px;
	line-height: 30px;
	cursor: pointer;
}

#nav .mod_subcate {
	display: none;
	background: #fff;
	border: 2px solid #e2e2e2;
	overflow:hidden;
	margin-top: -68px;
	padding: 30px;
	left:233px;
	z-index: 3;
	position:absolute;
	top:68px;
	min-height:140px;
}
#Home-header #nav .mod_subcate {
	left:276px;
top:80px;
}
#nav .mod_subcate a {
	margin-right: 30px;
	
	line-height: 30px;
	text-decoration: none;
	white-space:nowrap;
	display:block;
}
#nav .mod_subcate a:hover {
	color: #803b94;
}




#nav a:hover{
	color: #fb6c01;
}
#nav .on .mod_subcate {
	display: block !important; /* !important 强制显示，否则会闪烁*/
}
