.wrap{
	width: 100%;
	margin: 0 auto;
}
.wrap>div{
	position: relative;
	clear: both;
}
.fl{
	float: left;
}
.wrap>div .ry{
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	width: 1100px;
	margin: 0 auto;
}
.wrap>div .dm{
	position: absolute;
	width: 1100px;
	top: 160px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
}
.wrap>div .cp{
	position: absolute;
	width: 1100px;
	top: 85px;
	right: 0;
	left: 0;
	margin: 0 auto;
}