﻿/* All */
.nav {
    margin-bottom: 48px;
}

    .nav ul {
        *zoom: 1;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .nav ul:before,
        .nav ul:after {
            content: "";
            display: table;
        }

        .nav ul:after {
            clear: both;
        }

        .nav ul > li {
            float: left;
            position: relative;
        }

    .nav a {
        display: block;
        padding: 10px 20px;
        line-height: 10px;
        color: #fff;
    }

        .nav a:hover {
            text-decoration: none;
        }

    .nav li ul li {
        width: 200px;
        padding: 2px 0;
    }

    .nav li ul a {
        border: none;
    }

.navbar-inverse {
    background: none;
    border: none;
    position: absolute;
}

.navbar-nav li a {
    color: #d2d2d2 !important;
    font-size: 14px;
}

    .navbar-nav li a:hover {
        color: #25deb9 !important;
    }

.fir_ul ul {
    padding: 5px 0;
    background-color: rgba(5, 5, 5, 0.52);
}

@media screen and (min-width: 960px) {
    /* 电脑端CSS代码 */
    .fir_ul > li:hover ul {
        /*left: 0;*/
    }

    .fir_ul ul {
        /*left: -9999em;*/
        /*position: absolute;*/
        /*top: 60px;*/
    }
}
