 

/*nav导航盒子*/
.nav{
    width: 1002px;
    height:36px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    position: relative;
    background: #a80402;
	margin:0 auto 0 auto;
	color:White;}
.nav a{
	color:White;
	text-decoration:none;
	font-size: 12px;}
/*nav-main*/
ul.nav-main{
    width: 100%;
    height: 100%;
    list-style-type: none;}
ul.nav-main span{
    display: inline-block;
    margin-left: 5px;
    width: 7px;
    height: 7px;
    background: url(../images/down-icon.jpg) 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: 130px;
    height: 100%;
    display: block;
    float: left;
    background: #a80402;
    color:White;
    margin-right: 1px;
    cursor: pointer;}
ul.nav-main>li:hover{
    background: #780e0d;}
/*隐藏盒子设置*/
div.hidden-box{
    width: 128px;
    border: 1px solid #203AAA;
    border-top: 0;
    position: absolute;
    display:none;
	background:#fff;
    top: 36px;}
.hidden-box>ul{
    list-style-type: none;
    color: red;
    cursor: pointer;}
.hidden-box li a{
    color:red;}
.hidden-box li:hover a{
    color: #fff;}
.hidden-box li:hover{
    background: #780e0d;
    color: #fff;}
/*隐藏盒子位置设置*/
.hidden-loc-index{
    left: 81px;}
.hidden-loc-us{
    left: 162px;}
.hidden-loc-info{
    left: 405px;}
.box04{
	left:486px;}
.box05{
	left:568px;}
.box06{
	left:730px;}
