#navList li {
    float: left;
    padding: ,10px;
    left: 250px;
    text-align: center;
    display: inline;
    padding-left: 45px;
    padding-right: 25px;
}

#navList {
    list-style: none outside none;
    display: inline;
    float: left;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 10px 0 0;
    position: relative;
}

#home {
    margin: 0 auto;
    min-width: 930px;
    display: inline;
}

#navList a {
    vertical-align: top;
    display: block;
    width: 55px;
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    font-family: Arial,'微软雅黑';
    color: #FFF;
    text-align: center;
    text-decoration: none;
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 0.25s linear;
}