body {
    margin: 0 0;
}

.nav {
    width: 32%;
    margin: 0 auto;
    height: 72px;
}

.addr {
    float: left; 
    position: absolute;
    left: 2%;
}

.line {
    width: 24px;
    height: 3px;
    background: #0559FF;
    margin: 0 auto;
    margin-top: -11px;
}

.nav img {
    width: 45px;
    height: 45px;
    float: left;
}

.nav ul {
    margin-left: 50px;
}

.nav ul li {
    width: 90px;
    float: left;
    text-align: center;
    list-style: none;
    font-size: 14px;
    color: #282828;
    line-height: 50px;
    cursor: pointer;
}

a {
    color:#999999;
    text-decoration: none;
}

a:visited{color:#999999;}

a:hover {color:#999999;background:#222222;}

a:active {color:#999999;background:#222222;}

span {
    line-height: 50px;
}

.indexMain img {
    width: 100%;
}

.bottom {
    width: 100%;
    height: 100%;
    background: #222222;
    text-align: center;
    color: #999999;
}
