body {
    font: 12px/1.5 "Microsoft YaHei", Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    background: #E1E0C7 url(imgs/body_bg.jpg);
    color: #333;
}
/** 版心：基础设置 */
.container {
    width: 1116px;
    margin: 0 auto;
}
.leftfix {
    float: left;
}
.rightfix {
    float: right;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

a {
    color: #676767;
    text-decoration: none;
}
a:hover {
    text-decoration:underline;
}
a:active {
    color: #676767;
}