.header{
    width: 100%;
    background-color: #fff;
    height: 95px;
    border-top:10px solid #D0EAA3;
    line-height: 95px;
    margin: 0 auto;
    text-align: center;
}
.logo{
    width: 100%;
    vertical-align: top;
    padding-top:20px;
}
.logoDiv{
    display: inline-block;
    width: 15%;
}
.headerList{
    display: inline-block;
    width:84%;
}
.headerList li{
    display: inline-block;
    width: 10%;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}
.lion{
    background: url('../images/shouye/headerCheckOn.png') no-repeat; 
    background-size: 100%;
    width: 100%;
}
.lion a{
    color: #fff;
}
