.slideBlock{
	width:89%;
	height: 2.833em;
	border-radius: 4px;
	border:1px solid #D8D6D8;
	margin:0 auto;
	position: relative;
	overflow-x: hidden;
}
.slideBlock .moveBlock{
	position: absolute;
	width:13%;
	height: 2.833em;
	background: #fff url(../../images/login201609/arrow.gif) no-repeat 50% 50%;
	background-size: 50% 50%;
	left:0;
	top:0;
	z-index: 10;
}
.slideBlock .moveNotice{
	width:100%; 
	position: absolute;
	height: 2.833em;
	background: #ddd;
	text-align: center;
	line-height: 2.833em;
	z-index: 1;
}
.slideBlock .moveBackground{
	width:100%; 
	position: absolute;
	height: 2.833em;
	background: #6f6;
	z-index: 2;
	transform: translate3d(-600px,0,0);
}
 