/*顶部导航栏*/
*{
    font-family: PingFangSC-light,"Source Sans Pro","Helvetica Neue",Arial,"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif!important;
}
.topNav{
    height: 60px;
}
.topNav .logo{
    display: inline-block;
    width: 120px;
    height: 36px;
    margin:9px 0;
    float: left;
}

.nav-tabBox .oneNav{
    padding:0 20px;
    float: left;
    line-height: 60px;
    font-size: 14px;
}
.nav-tabBox .oneNav .active {
    color: #00bf84 !important;
}
.nav-tabBox .oneNav:hover a{
    color: #00bf84 !important;
}
.signIn{
    margin-top:-63px;
}
.twoNav{
    width: 185px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    margin:5px 8px;
}
.oneHover{
    position: relative;
}
.twoUl{
    width: 200px;
    height: 90px;
    position: absolute;
    background-color: #00bf84;
    top: 60px;
    left: -18px;
    display: none;
    z-index: 500;
}
.triangle{
    font-size: 20px;
    color: #00bf84;
    position: absolute;
    left: 84px;
    top: -35px;
}
.twoNav #typeface{
    color:#fff !important;
}
.twoNav #face{
    color:#fff !important;
}
.twoActive{
    background-color: #fff;
    z-index: 999;
}
.twoNav:hover{
    background-color: #fff;
    color: #00bf84 !important;
}
.twoNav:hover #typeface{
    color: #00bf84 !important;
}
.twoNav:hover #face{
    color:#00bf84 !important;
}
.oneHover:hover .twoUl{
    display: block;
}
/*登录和马上注册按钮*/
.signIn{
    float: right;
}
.signIn .register{
    display: inline-block;
    width:75px;
    height: 34px;
    line-height: 32px;
    background-color: #00bf84;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    color:#fff !important;
    margin-top: 16px;
    border:#00bf84 solid 1px;
}
.signIn .login{
    margin-right: 16px;
    font-size: 14px;
}
.signIn .register:hover{
    opacity: 0.8;
}

.signIn .login:hover{
    color:#00bf84 !important;
}

.dfsfe:hover{background-color: #fff!important;}
.denglu_Df{
    color: #0ada9c!important;
    border:#0ada9c solid 1px;
    display: inline-block;
    width: 75px;
    height:34px;
    line-height: 32px;
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    margin-top: 16px;}
.denglu_Df:hover{
    background-color: #e6f8f1!important;
}


