/*nav导航盒子*/
div.nav{
 width:1200px; height:65px; line-height:65px; text-align:center; border-top:1px solid #ececec;position:absolute; z-index:999; }
/*nav-main*/
ul.nav-main{
    width: 1200px;
    height: 65px;
	overflow:hidden;
	margin-top:0px; padding:0px;
    list-style-type: none;
}
/*导航条设置*/
ul.nav-main li{
    float:left; width:132px; height:65px; font-size:14px; color:#767171;}
ul.nav-main li:hover{
    color:#c30008; background:url(../images/icon_05.jpg) no-repeat bottom center;
}
ul.nav-main li.line{ width:1px; height:65px; float:left; background:url(../images/icon_06.jpg) no-repeat; overflow:hidden;}
/*隐藏盒子设置*/
div.hidden-box{
    width: 132px;
    border: 1px solid #ececec;
    border-top: 0;
	border-bottom: 0;
    position: absolute;
    display:none;
	background:#fff;
    top: 65px;
}
.hidden-box ul{
    list-style-type: none;
    color: #333;
    cursor: pointer;
}
.hidden-box ul li{ height:40px; line-height:40px; border-bottom:1px solid #ececec;}
.hidden-box li:hover{
    background: #015fa7;
    color: #fff;
}

.hidden-box li a:hover{
   
    color: #fff;
}
/*隐藏盒子位置设置*/
.hidden-loc-index{
    left: 132px;
}
.hidden-loc-us{
    left: 266px;
}
.hidden-loc-info{
    left: 398px;
}
.box04{
	left:531px;
}
.box05{
	left:664px;
}
.box06{
	left:797px;
}
.box07{
	left:930px;
}
.box08{
	left:1064px;
}

/*隐藏盒子设置*/
div.hidden-box1{
    width: 192px;
    border: 1px solid #ececec;
    border-top: 0;
	border-bottom: 0;
    position: absolute;
    display:none;
	background:#fff;
    top: 65px;
}
.hidden-box1 ul{
    list-style-type: none;
    color: #333;
    cursor: pointer;
}
.hidden-box1 ul li{ height:40px; line-height:40px; border-bottom:1px solid #ececec;}
.hidden-box1 ul li:hover{
    background: #015fa7;
	height:40px; line-height:40px; 
    color: #fff;
}

.hidden-box1  ul  li a:hover{
    background: #015fa7;
	height:40px; line-height:40px; 
    color: #fff;
}
.box07{
	left:900px;
}