@charset "utf-8";
body,ul {
	padding: 0;
	margin: 0;
	
}
ul {
	list-style: none;
}
.wrap {
	position: relative;
	width: 1200px;
	height: 360px;
	margin: 100px auto;
}
.content {
	position: absolute;
	width: 1200px;
	height: 360px;
}
.content li{
	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: 36px/60px "宋体";
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: rgb(255, 100, 0);
	background: rgba(255, 100, 0, .6);
	transition: background 1s ease;
}
/*.wrap a:hover {
	background: rgb(255, 100, 0);
}*/
.prev {
	left: -60px;
}
.next {
	right: 200px;
}

.content{
	height: 601px;
}

.wrap{
	margin: 0;
	height: 601px;
	width: 1223px;
	margin-top: 135px;
	margin-left: 180px;
	float: left;
}

.wrap a{
	display: block!important;
	background-color: none;
	width: 20px;
	height: 33px;
	font: 43px/60px "宋体";
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: black;
	background: transparent;
	
}