
#tab{
    width: 941px;
    margin:0 auto;
}

    #tab-header ul li{  
        float: left;  
        width: 50%;  
        height: 80px;  
        line-height: 80px;  
        text-align:center;
        font-size: 40px;
        background: white;
    }  
    #tab-header ul li.selected{  
        background-color: yellow;  
        font-weight: bolder;  
        border-bottom: 0;  
        padding: 0;  
        color: orangered;  
        background: yellow;
      
    }  
      
    #tab-header ul li:hover{  
        color: orangered;  
        background: yellow;
    }  
      
    /*主要内容*/  
    #tab-content .dom{  
        display: none;  
    }  
