
.DSlider-wrap{
	width:100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.Slider{
	width:100%;
	height: 100%;
	position: relative;
	margin:  0px;
	padding: 0px;
}
.Slider li{
	width:100%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.Slider li  img{
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
}
.showTitle,
.showControl a{
	/* opacity: 0.6; */
}
.showControl a:hover{
	opacity: 1;
}
.showTitle{
	color:white;
	position: absolute;
	right: 50px;
	bottom: 100px;
	width: 400px;
	font-size: 30px;
	/* height:20px; */
	text-shadow: 1px 1px 1px #000;
	padding: 10px;
	/* background-color: black; */
	z-index: 3;
}
.showPage{
	position: absolute;
	width: 250px;
	height:20px;
	background-color: transparent;
	left: 20px;
    text-align: left;
    -webkit-padding-start: 0;    
	bottom: 15px;
	z-index: 3;
}
.showPage a{
	width: 28px;
	height: 28px;
	margin:0 5px;
	display: inline-block;
	border-radius: 50%;
	text-indent: -100px;
	background-color: white;
	font-size: 0;
	overflow: hidden;
}
.showPage a.active{
	background-color: #2376a0;
}
.showControl a{
	position: relative;
	width:30px;
	height: 30px;
	display: inline-block;
	
	cursor: pointer;
	transition:opacity 0.5s;
}
.showControl{
	width:100%;
	height: 30px;
	position: absolute;
	bottom: 50%;
	background-color: transparent;
	z-index: 3;
}
@media (max-width:1024px){
.DSlider-wrap{
	height: 600px;
}
}

@media (max-width:480px){
	.DSlider-wrap{height: 182px;margin-top: 0!important;}
    .showTitle{right: 0px;bottom: 100px;width: 100%;font-size: 26px;}
}    