        #header{
            width: 99%;
            height: 80px;
            position: absolute;
            top: 0;
            border-bottom: 1px solid #ccc;
        }
        .headerNav{
            width: 1000px;height: 80px;
            margin: 0 auto;
            position: relative;
        }
        #header .headerNav img{
            position: relative;
            top: 10px;left: 0;
        }
        #header .headerNav .logoPos{
            display: inline-block;
            width: 300px;
            height: 100%;
            float: left;
        }
        #header .headerNav .loginAndReg{
            display: inline-block;
            color: #999;
            font-size: 14px;
            padding-right: 10px;
            float: right;
            line-height: 80px;
        }
        .userColr{
            color: #e52641;
            /*font-weight: bold;*/
        }
        #header .headerNav .nav{
            width: 300px;height: 100%;
            margin: 0 auto;
            display: inline-block;
        }
        #header .headerNav .nav .navButtom{
            display: inline-block;
            width: 100px;height: 100%;
            float: left;
            cursor: pointer;
            color: black;
            text-decoration: none;
            font-size: 20px;
            font-weight: bold;
            line-height: 80px;
            text-align: center;
        }
        #header .headerNav .nav .navButtom:hover{
            background: #b0dff8;
            color: white;
        }

/*底部*/
#footer{
    position: relative;
    bottom: 0;
    width: 100%;
    height: 80px;
}
#footer .line{
    width: 100%;height: 1px;
    border-top: 1px solid #ccc;
}
#footer .contain{
    width: 1000px;height: 80px;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    font-size: 14px;
    color: #666;
    text-align: center;
}
