@charset "utf-8";
.wrap {
	position: relative;
	width:100%;
	height:320px; 
}
.content {
	position: absolute;
	width: 100%;
	height: 320px;
}
.content li{
	position: absolute;
	background-size: 100% 100%;
	cursor: pointer;
	border:5px solid #e2dfdf;
	border-radius:18px;
	box-shadow:0 8px 10px #a7a7a7;
}
.content li h3{
	height:44px;
	width:160px;
	background:url("../images/nameBg.png") no-repeat;
	background-size:100% 100%;
	text-align:center;
	line-height:41px;
	font-size:16px;
	color:#fff;
	padding:0 10px;
	position:absolute;
	left:50%;
	bottom:15px;
	margin-left:-80px;
}
.content li h3 span{
	display: block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.wrap a {
	position: absolute;
	display:block;
	z-index: 2;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font: 18px/30px "宋体";
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: rgba(137, 129, 122, .6);
}
.wrap a:hover {
	background: rgba(137, 129,122,1);
}
.bannerPrev {
	left: -60px;
}
.bannerNext {
	right: -60px;
}