.clearfix::before,
.clearfix::after{
	/* 定义导航栏元素之前或之后的生成内容为空。 */
    content: '';
	/* 创建的框类型用属性 display 控制（块级表格来显示） */
    display: table;
}