/**
 * 默认头部样式
 * 
 * @version $Id: default.header.css 389 2020-10-29 07:43:50Z fuy $
 * @creator liqt @ 2013-06-24 11:27:58 by caster0.0.3
 */
@media all {
    #header {
        position: fixed;
        background: #fff;
        width: 100%;
        height: 76px;
        z-index: 10;
    }
    #header .common-center{
        overflow: hidden;
        width: 1200px;
        margin: 0 auto;
        height: 100%;
    }
    
    /*网站logo*/
    #header a {
        height: 76px;
        line-height: 76px;
        float: left;
    }
    #header a img {
        width: 150px;
        height: 40px;
    }

    /* 服务热线 */
    #header span.tel {
        font-size: 16px;
        height: 76px;
        line-height: 76px;
        float: right;
    }

    /* 菜单样式 */
    #header ul.menu{
        display: inline-block;
    }
    #header ul.menu a, #header ul.menu a:visited  {
        color: #333;
        font-weight: bold;
    }
    
    #header ul.menu li.level-1 {
        font-size: 18px;
        height: 76px;
        line-height: 76px;
        text-align: center;
        font-weight: 700;
        margin-right: 60px;
    }
    #header ul.menu li.level-1:FIRST-CHILD{
    }
    
    #header ul.menu a.level-1:hover, 
    #header ul.menu li.sfHover a.level-1,
    #header ul.menu a.level-1.active{
        color: #253a7e;
        font-weight: 700;
    }
    
    #header ul.menu a.level-1.active{
        font-weight: 700;
        border-bottom: 3.5px solid #253a7e;
    }
    
    #header .btn {
        -moz-user-select: none;
        background-image: none;
        border: 1px solid rgba(0, 0, 0, 0);
        cursor: pointer;
        vertical-align: middle;
        white-space: nowrap;
    }
}