/*导航*/

.nav {
    height: 80px;
    float: right;
    position: relative
}

.nav .navBgBox {
    height: 80px;
    overflow: hidden;
    padding-top: 3px
}

.nav ul {
}

.nav ul li {
    float: left;
    width: 90px;
    line-height: 80px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    position: relative;
    height: 72px;
}

.nav ul li #CurrentlyNode {
    color: #f4911d;
    font-weight: bold;
}

.nav ul {
}

.nav ul li a {
    color: #000;
}

.nav ul li a:hover {
    text-decoration: none;
    background:
}

.nav .mask {
    background: #FAFAFA;
    border-bottom: solid 3px #f4911d;
    position: absolute;
    left: 0;
    top: 0px;
    height: 75px;
    width: 90px;
}

.nav ul li.hover a {
    color: #f4911d;
    font-weight: bold;
}
.index-a{ border-bottom: solid 3px #f4911d; }

/*.nav .mask i {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 50%;*/
/*    border-color: #f4911d transparent transparent transparent;*/
/*    border-width: 6px;*/
/*    margin-left: -4px;*/
/*    border-style: solid;*/
/*}*/

