body { font-family: "Microsoft yahei", "Arial", "Segoe UI", "Lucida Grande", "Helvetica,Arial"; } a:hover, a:visited, a:link, a:active { text-decoration: none; } /*移动Nav*/ ul li{ list-style-type: none; } nav{ border-bottom:none !important; } .navbar-header { background: #1b3c85 !important; } .navbar-brand{ color: white !important; font-weight: bold; } .navbar-toggle { border: 0px !important; } .navbar-toggle:focus,.navbar-toggle:hover{ background: none !important; } .navbar-toggle:hover .icon-bar{ background-color: white !important; } .icon-bar{ background-color: white !important; } .nav-pills a{ color: black !important; } /*pcNav*/ .daohang-bg{ background: #1b3c85; height: 40px; } .daohang { position: absolute; background: url(../images/menu-nav.png); background-position-y: 40px; width: 100%; height: 40px; transition: all 0.36s ease; z-index: 999; } .daohang:hover{ height: 280px; } .pcNav{ display: block; margin-bottom: 0px; margin-top: -3px !important; } .pcNav>li>a{ display: block; line-height: 40px; color: white; font-size: 16px; border-top:3px solid white ; } /*二级菜单*/ .pcNav>li{ position: relative; height: 0; height: 0; transition: all 0.36s ease; overflow: hidden; } .pcNav>li>ul{ position: absolute; top: 43px; width: 100%; text-align: center; opacity: 0.9; height: 0px; } .daohang:hover .pcNav>li,.daohang:hover .pcNav li ul{ height: 280px; } .pcNav>li>ul>li>a{ line-height: 40px; color: white; display: block; } .pcNav>li>ul>li>a:hover{ color: #ed9c4a; } /*显示二级菜单*/ .pcNav>li:hover>a{ border-top:3px solid #1b87ff ; } .pcNav>li:hover{ background: url(../images/nav-bg.png); } nav{ display: none; } @media only screen and (max-width:991px ) { nav{ display: block; } .header-top{ display: none; } .header-logo{ margin-top: 50px; } .daohang{ display: none; } }