﻿.nav {
    background: url(../Images/navbg.jpg) repeat-x;
    position: fixed;
    _position: absolute;
    z-index: 98;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100px;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop));
}

.nav_box .logo {
    text-align: center;
    float: left;
    font: 10px/28px simsun;
    color: #fff;
    width: 230px;
    margin-top: 15px;
    padding-right: 50px;
}

    .nav_box .logo .logotip {
        padding-left: 17px;
    }

.nav a.active i {
    display: block;
}

.nav a i {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -11px;
    display: none;
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
}

.nav .nav_box {
    margin: 0 auto;
    position: relative;
    width: 1200px;
}

.nav_box ul li {
    float: left;
    font-size: 14px;
    line-height: 100px;
    position: relative;
    margin: 0 5px;
    padding: 0 5px;
    display: inline;
}

.nav_box li a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.nav_box ul li.hidden {
    *display: none;
    display: none;
}

.nav_box .more {
    padding-right: 20px;
}

.nav-more {
    content: '';
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: #fff transparent transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -3px;
    border-width: 4px;
}

.nav-mored {
    margin-top: -7px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
}

.nav_box .right li {
    margin: 0;
    padding: 0;
    position: relative;
}

.nav_box .right {
    background: url(../Images/reg.png) no-repeat;
    width: 179px;
    height: 34px;
    margin-top: 33px;
}

.nav_box li div.login {
    width: 88px;
    height: 33px;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
}

.nav_box .more:hover,
.nav_box .appmore:hover {
    background: #0062a4;
}
