body {
    font-family: "Microsoft YaHei","微软雅黑";
}
/* header CSS */
.header {
    background: #353535;
}
header {
    background: #353535;
    width: 100%;
    height: 83px;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 5;
}
.wrap {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.clear {
    zoom: 1;
}
.logo {
    float: left;
    background: url("../images/new_logo.png") no-repeat 0 13px;
    width: 242px;
    height: 79px;
    display: block;
}
header .wrap a {
    text-decoration: none;
    color: #fff;
}
.backHead {
    float: right;
    height: 83px;
    line-height: 80px;
    display: block;
    padding-right: 20px;
}
.white {
    color: #fff;
}
.f16 {
    font-size: 16px;
}
/* footer CSS */
footer {
    background: #363636;
    /*height: 158px;*/
}
.fHead {
    padding-top: 34px;
    padding-bottom: 15px;
}
.textc {
    text-align: center;
}
.white {
    color: #fff;
}
.f14 {
    font-size: 14px;
}
footer a {
    text-decoration: none;
    color: #fff;
}
.fContent {
    color: #999999;
    line-height: 28px;
}