/* 代码整理：大头网 www.datouwang.com */
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	
	font-size:12px;	
}
img {
	border:0;
}
a {
	text-decoration:none;
	
}
a:hover {

}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix10:after {
	content:".";
	display:block;
	height:10px;
	clear:both;
	visibility:hidden;
}
.navBar {
	width:1000px;
	margin:0 auto;

	height:40px;
	line-height:40px;

	
}
.nav {
	position:relative;
	width:980px;
	margin:0 auto;
	font-family:"Microsoft YaHei",SimSun,SimHei;
	font-size:14px;
}
.nav a {
	color:#fff;
}
.nav h3 {
	font-size:100%;
	font-weight:normal;
}
.nav h3  a:hover{
 background:url(sjj-btn-menu_bg.png) repeat-x;
 color:#0065a0;
}
.nav .m {
	float:left;
	position:relative;
	z-index:1;
}
.nav .s {
	float:left;
	width:3px;
	text-align:center;

	font-size:12px;
}
.nav h3 a {
	display:block;
	width:105px;
	text-align:center;
	font-weight:bold;
}
.nav .sub {
	display:none;
	position:absolute;
	left:-3px;
	top:40px;
	z-index:1;
	width:140px;
	border:1px solid #E6E4E3;
	border-top:0;
	background-color: #A7DAFF;

}
.nav .sub li {
	text-align:left;
	padding:0 8px;
	margin-bottom:-1px;
}
.nav .sub li img{
    vertical-align:middle;
	margin-left:5px;
	margin-right:5px;}
.nav .sub li a {
	display:block;
	border-bottom:1px solid #E6E4E3;
	padding:8px 0;
	height:22px;
	line-height:22px;
	color:#000;
	font-size:12px;
	font-weight:bold;
}
.nav .sub li a:hover {
    color:#0065a0;
	text-decoration:underline;
}
.nav .block {
	height:8px;
	width:120px;
    position:absolute;
	left:0;
	top:42px;
	overflow:hidden;
}