body{
	background-color:#ffffff;
	
}
.imgtop{
	width: 1080px; height: auto;
	margin: 0 auto;
	background-color: gray;
}
.imgtop img{
	width: 1080px;
	display: block;
	margin: 0 auto;
}
.dibu{
	
	margin-top: 20px;
	width: 110%;
	background-color: #333333;
	
	height: 30px;

	
	text-align: center;
	
}
.dibu p{
	color: #FFFFFF;
	font-size: 10px;
	line-height: 28px;
	
}
.daoqi{
	width: 100%;
	height: 30px;
	background-color: red;
	position: fixed;
	top:0px;
	z-index: 100;
	text-align: center;
}
.daoqi p{
	color: #FFFFFF;
	font-size: 10px;
	line-height: 28px;
	
}
