@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: 微软雅黑;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}

/*nav导航盒子*/
div.nav{
background: url(../images/nav_bg.png) repeat;
	height: 50px;
	width: 1080px;
	margin: auto;
	position: relative;
	z-index:9999;
	
}


/*导航条设置*/
.nav-main a{color:#FFF;font-size:16px;}
ul.nav-main>li{
	width:95px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	font-size:16px;
}
ul.nav-main>li:hover{
   	background: url(../images/nav_bg2.png) repeat;
	width: 95px;
	height: 50px;
	font-weight: bold;
	cursor: pointer;
}
.curdq{background: url(../images/nav_bg2.png) repeat;
	width: 95px;
	height: 50px;
	font-weight: bold;
	cursor: pointer;}
/*隐藏盒子设置*/
div.hidden-box{
    width: 95px;
    border: 1px solid #0a76cb;
    border-top: 0;
    position: absolute;
    display:none;
	background:#fff;
    top: 50px;
}
.hidden-box>ul{
    list-style-type: none;
    color: #643519;
    cursor: pointer;
}
.hidden-box li:hover{
   	background: url(../images/nav_bg2.png) repeat;
	width: 133px;
	height:40px;
	font-weight: bold;
	cursor: pointer;
	color:#FFF;
}
.hidden-box li{
	 url(../images/nav_bg2.png) repeat;
	width: 95px;
	height:40px;
	font-weight: bold;
	cursor: pointer;
	text-align:center;line-height:40px;color:#0a76cb;
	z-index:9999;
	}

/*隐藏盒子位置设置*/
.box01{left:95px;}
.box02{left:270px;}
.box03{left:405px;}
.box04{left:540px;}
.box05{left:675px;}
.box06{left:810px;}




