@charset "UTF-8";

.wrap {
	position: relative;
	width: 883px;
	height: 500px;
	margin: 50px auto;
}
.content {
	position: absolute;
	width: 883px;
	height: 500px;
	list-style: none;
}
.content a{
	position: absolute;
	background-size: 100% 100%;
	cursor: pointer;
}
.wrap > a {
	position: absolute;
	display: none;
	z-index: 2;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	font-size: 36px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: rgb(255, 100, 0);
	background: rgba(255, 100, 0, .6);
	transition: background 1s ease;
}
.lunboaa:hover {
	background: rgb(255, 100, 0);
}
.prev {
	left: 30px;
}
.next {
	right: 30px;
}
