#nav .tit_none {display: block;}
div.nav{
    width: 1208px;
    height:36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    position: relative;

 background-image:url(../images/bgnav.jpg); background-repeat:repeat-x; 
}
/*nav-main*/
ul.nav-main{
    width: 100%;
    height: 100%;
    list-style-type: none;
}
ul.nav-main span{
    display: inline-block;
    margin-left: 18px;
    width: 7px;
    height: 7px;
    background: url('../img/down-icon.png') no-repeat;
}
/*图标向上旋转*/
.hover-up{
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
/*图标向下旋转*/
.hover-down{
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
/*导航条设置*/
ul.nav-main>li{
    width: 132px;
    height: 100%;
    display: block;
    float: left;

    color: #fff;
    margin-right: 1px;
    cursor: pointer;
}
ul.nav-main>li:hover{
	

}
/*隐藏盒子设置*/
div.hidden-box{
    width: 148px;
    border: 1px solid #0084CE;
    border-top: 0;
    position: absolute;
    display:none;
	background:#fff;
    top: 36px;
}
.hidden-box>ul{
    list-style-type: none;
    color: #0084CE;
    cursor: pointer;
}
.hidden-box li:hover{
    background: #0084CE;
    color: #fff;
}
/*隐藏盒子位置设置*/
.hidden-loc-index{
    left: 501px;
}
.hidden-loc-us{
    left: 242px;
}
.hidden-loc-info{
    left: 363px;
}
.box04{
	left:485px;
}