.container-fluid {
    padding-right:0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.row{
    margin: 0;
}
#HomeNav{
    font-family: "Microsoft Yahei";
    height: 83px;
    line-height: 83px;
    width: 100%;
    background-color: #FFF;
}
#HomeNav a{
    cursor: pointer;
}
#HomeNav .active{
    color: #37bec4;
}


#navLogo{
    padding-left: 1.2%;
    box-sizing: border-box;
    width: 0%;
    line-height: 70px;
}
#navList{
    width: 97%;
    height:83px;
    line-height: 83px;
}
#navList ul{
    width: 70%;
    margin-bottom: 0;
    margin-right: 40px;
}
#navList ul li{
    float: right;
    padding-left: 5% ;
}
#navList ul li a{
    display: block;
    width: 100%;
    color: #000;
    font-size: 18px;
}
#customerService{
    color: #37bec4;
}
#navList ul li:first-child{
}
#userContent{
    text-align: right;
    padding-right: 2%;
    width:240px;
}
#userContent a{
    display: block;
    width: 200px;
    font-size: 18px;
    color: #37bec4;
}

#navList ul li a:hover{
    color: #808080;
}

#customerService:hover{
    color: #80d7db!important;
}

#customerService{
    border: 1px solid #37bec4;
    border-radius: 3px;
    height: 30px;
    margin-top: 28px;
    line-height: 28px;
    width: 90px!important;
    text-align: center;
}

.login:hover,#logoutwdy:hover{
    color: #80d7db!important;
}

.dropdown-menu .menuTab:hover{
    color: #808080!important;
}

#deviceManage:hover{
    background-color:#80d7db!important;
}

#HomeNav .active:hover{
    color: #37bec4!important;
}