.header{
	background-color: #FFFFFF;
	height: 100px;
	/* position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999; */
}
.header-left, .header-right{
	float: left;
	/* 为了兼容一些稍有年代的浏览器，此处用浮动，而不是flex布局 */
}
.header-right{
	text-align: right;
	/* background-color: red; */
	width: 793px;
}
.nav-item{
	float: right;
	display: inline-block;
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	margin-left: 25px;
	cursor:pointer
}
.com-main{
	width: 1080px;
	margin: 0 auto;
}
.logo{
	width: 280px;
}
.footer{
	padding: 30px 0;
	/* text-align: center; */
}