
.DSlider-wrap{
	width:100%;
	height:730px;
	overflow: hidden;
	position: relative;
}
.Slider{
	width:100%;
	height: 730px;
	position: relative;
}
.Slider li{
	width:100%;
	height:730px;
	float: left;
	overflow: hidden;
}
.Slider li  img{
	display: block;
	margin: 0 auto;
 	overflow: hidden;
}
.showTitle,
.showControl a{
display:none;
	opacity: 0.6;

}
.showControl a:hover{
	opacity: 1;
}
.showTitle{
	color:white;
	position: absolute;
	left: 0;
	bottom: 0;
	width:100%;
	height:20px;
	padding:5px 0 5px 5px;
	background-color: black;
	z-index: 3;
}
.showPage{
  display:none;
	position: absolute;
	width:120px;
	height:20px;
	background-color: transparent;
	right: 10px;
	bottom: 5px;
	z-index: 3;
}
.showPage a{
	width:12px;
	height:12px;
	margin:0 5px;
	display: inline-block;
	border-radius: 50px;
	text-indent: -100px;
	background-color: white;
	font-size: 0;
	overflow: hidden;
}
.showPage a.active{
	background-color: #5473bf;
}
.showControl a{
	position: relative;
	width:54px;
	height:54px;
	display: inline-block;
	
	cursor: pointer;
	transition:opacity 0.5s;
}
.showControl{
	width:100%;
	height: 54px;
	position: absolute;
	bottom: 50%;
	background-color: transparent;
	z-index:10000;
}
.prev2 {
display:none;
	background: url("../img/main/nav_bg.png") no-repeat 0 0 transparent;
	background-position: 0 0;
	margin-left:100px;
}
.next2 {
display:none;
	background: url("../img/main/nav_bg.png") no-repeat -54px 0 transparent;
	background-position: -54px 0;
	float: right;
	margin-right:100px;
}
