@charset "utf-8";
/* 代码整理 */
 ul, li {
	padding:0;
	margin:0;
}

ul, li {
	list-style-type:none;
	text-transform:capitalize;
}
.clear {
	clear:both;
*display:inline;/*IE only*/
}
/*menu*/
#menu {
	margin:0
	display:block;
	width:100%;
	height:40px;
	text-align:center;
}

#nav {
	display:block;
}
#nav .mainlevel {
	float:left;
	background:#0e85c7;
	text-align:center;
	display:block;
	font-size:18px;
	width:14%;
	
}
#nav .mainlevel:hover{background:url(/sc/themes/mall/default/styles/wxmall/images/bird.png) center bottom no-repeat #0252a9;}
#nav .mainlevel a {
	color:#6b6c67;
	text-decoration:none;
	line-height:40px;
	height:40px;
	text-align:center;
	padding:0 40px;
	display:block;
}
#nav .mainlevel a:hover {
	color:#000;
	text-decoration:none;
	line-height:40px;
	height:40px;
}


#nav .sub_nav_01 {
	position: relative;
	display:none;
	float:left;
     position:absolute;
	 z-index:999; 
	 background:#eef6ed;
	_height:312px; min-height:312px;
	 background: rgba(238, 246, 237, .9);
     filter: progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #50000000, endColorstr = #50000000)\9;
	 left:34.5%;}
}
	

 
.note{
	color:#fff;
	display:block;
	line-height:40px;
	padding:0 30px 0 0;
	background-color:#0e85c7;
}
.Triangle_con {
	height:9px;
	display:block;
	_margin-bottom:-6px;/*IE6 only*/
	margin-top:-6px;
	width:9px;

}

