body {
//    background-color: #f7f7f7;
    margin: 0;
    padding: 0;
}
.float_right {
    float: right;
}
.clear_both {
    clear: both;
}

/* 导航 */
.header {
    z-index: 999;
    width: 100%;
    height: 80px;
    background: url('/public/img/navbg.jpg') repeat-x;
    position: fixed;
    top: 0;
}
.headerLogo {
    margin-top: 10px;
}
.headerLogo img {
    height: 60px;
}
.herderNav div a {
    line-height: 80px;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    text-decoration: none;
}
.herderNav div a:hover {
    color: #c95339;
}
.herderNav .current a {
    color: #c95339;
}
.herderNav div {
    padding: 0;
}

/* 底部 */
.footer { 
    width: 100%;
    height: 120px;
    background-color: #f2f2f2;
    font-size: 14px;
    color: #a9a9a9;
}
.footer_box {
    text-align: center; 
    padding: 30px 0;
}
.footer_box div {
    line-height: 30px;
}
.footer a {
    color: #a9a9a9;
    text-decoration: none;
}