/* 基础样式 */
html,body {
    margin: 0;
    padding: 0;
}
ul {
    list-style:none;
}
li {
    list-style: none;
}
a {
    list-style: none;
    text-decoration: none;
}
/* 版心 */
.center {
    width: 1100px;
    margin: 0 auto;
}
/* 清除浮动 */
.clearfix {

}