﻿.zf-nav {
    position: fixed;
    width: 100%;
    height: 68px;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid rgb(230, 230, 230);
    z-index: 9998;
    /*background-image: url(/Content/Images/film/nav-bg.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.zf-nav-logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    height: 68px;
    font-size: 0;
    padding: 4px 0;
    box-sizing: border-box;
}

    .zf-nav-logo img {
        position: relative;
        height: 60px;
        display: block;
    }

.zf-nav-item-divide {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid rgb(229, 229, 229);
    height: 54px;
    line-height: 54px;
}

.zf-nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    margin: 0 35px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    font-family: ali;
    cursor: pointer;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

    .zf-nav-item:hover {
        /*border-bottom: 8px solid rgb(250, 205, 0);*/
        background-image: url(/Content/Images/2025/index/navitemactive.png);
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center bottom 8px;
    }

.zf-nav-item-active {
    font-weight: bold;
    background-image: url(/Content/Images/2025/index/navitemactive.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center bottom 8px;
}

.zf-nav-item a {
    display: block;
    height: 100%;
    width: 100%;
}
