
@font-face {font-family:test4;
    src:url("/home/css/fzzd.ttf"),url("/home/css/fzzd.otf");
}

.navbar-nav li a{
            font-family: test4;
            color:#000!important;
        }

.navbar-default{
    background-color:#ffffff!important;
}

.navbar{
    line-height:75px;
    border:none;
    /*border-bottom:1px solid #cccccc;*/

}
.navbar-brand img{
    width: 115px;
    display: inline-block;
}
.navbar-header{
    width:20%;
    text-align:center;
}
.navbar-nav{
    width:80%;
}
.navbar-nav a{
    background-color:#ffffff!important;
    display:inline-block!important;
}
.navbar-nav li{
    width:25%;
    text-align:center;
    font-size:17px!important;
}
.navbar-brand{
    display:inline-block;
    width:100%;
    height:100%;
    padding:0!important;
    line-height:75px;
}

@media screen and (max-width: 767px) {
    .navbar-header{
        width:100%;
    }
    .navbar-brand{
        width:0%;
        line-height: 53px;
    }
    .navbar-toggle{
        margin-top: 10px;
        /*margin-right: -25px;*/
    }
    .navbar-nav{
        width:100%;
        margin:0;
    }
    .navbar-nav li{
        width:100%;
        line-height:30px;
        font-size:14px!important;
    }

}
.navbar-header{
    margin:0!important;
}

