.nav{

    height: 50px;
    width: 100%;
    background-color: #0f0f0f;
}

.nav-content{
    width: 900px;
    height: 50px;
    /*background-color: #2a6496;*/
    margin-left: auto;
    margin-right: auto;
}


.nav-left{
    float: left;
    width: 95px;
    height: 30px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    background-image: url("../img/logo.png");
}
.nav-right{
    float: right;
    /*width: 95px;*/
    /*height: 30px;*/
    /*text-align: center;*/
    /*background: url("../static/img/logo.png");*/
}

.nav-right li:hover{
    color: #d05000;
}
.nav-right li.active{
    color: #d05000 !important;
}

.nav-right li{
    cursor:pointer;
    list-style:none;
    margin-left: 50px;
    height:15px;
    font-size:16px;
    font-family:MicrosoftYaHei;
    color:rgba(210,210,210,1);
    line-height:50px;
    float: left;
}