@charset "utf-8";
body,ul {
	padding: 0;
	margin: 0;
	
}
ul {
	list-style: none;
}
.wrap {
	position: relative;
	width: 1200px;
	height: 360px;
	margin: 20px 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(9, 95, 252);
	background: rgba(9, 95, 252, .4);
	transition: background 1s ease;
}
.wrap a:hover {
	background: rgb(9, 95, 252);
}
.prev {
	left: 30px;
}
.next {
	right: 30px;
}
.content li span{
	width: 100%;
	background:rgba(42, 42, 42, 0.8) none repeat scroll 0 0 !important;/*瀹炵幇FF鑳屾櫙閫忔槑锛屾枃瀛椾笉閫忔槑*/
	filter:Alpha(opacity=80); background:#2a2a2a;
	text-align: center;
	  color: #FFF;
	  width: 100%;
	  height: 52px;
	  line-height: 52px;
	  position: absolute;
	  bottom: 0;
	  text-indent: 29px;
	  font-size:18px;
}