
.vui-slider {
	position:relative;
	overflow:hidden;
}
.vui-slider .vui-items {
	overflow:hidden;
	width:100%;
	height:570px;
}
.vui-slider .vui-item {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	
}
.vui-item a{
  position:relative;
}
.vui-item img{
  position:absolute;
  width:auto;
 height:auto;
 max-width:100%;
 max-height:100%;
}
.vui-item .slider-content{
  position:absolute;
}
.vui-slider .vui-item a,
.vui-slider .vui-item img ,.vui-slider .vui-item div {
	display:block;
	padding:0;
	margin:0;
	border:none;
}
.vui-slider .vui-item a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.vui-slider .vui-buttons {
	position:absolute;
	z-index:5;
	bottom:24px;
	left:50%;
	float:left;
	display:inline;
	filter:alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
.vui-slider .vui-button {
	float:left;
	display:inline;
	overflow:hidden;
	height:7px;
	width:58px;
	margin:0 10px;
	padding:0;
	border:none;
	background:#FFF;
	cursor:pointer;
}
.vui-slider .vui-button-cur {
	background-color:#00a0ea;
}
.vui-slider .vui-transfer {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
}
.vui-slider .vui-prev {
	left:22px;
	border-radius:0 10px 10px 0;
	background:url(prev.png) no-repeat;
}	
.vui-slider .vui-next {
	right:-12px;
	border-radius:10px 0 0 10px;
	background:url(next.png) no-repeat;
}
.vui-slider .vui-prev,.vui-slider .vui-next{
	position:absolute;
	top:50%;
	z-index:5;
	width:80px;
	height:150px;
	margin-top:-75px;
	border-radius:0 10px 10px 0;
	cursor:pointer;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	opacity:0.3;
	transition:0.5s ease;
	-o-transition:0.5s ease;
	-webkit-transition:0.5s ease;
	background-size:50%;
}

.slider-content{
	left:19%;
	top:72px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	flex-wrap:wrap;
	justify-content: flex-end;
	
}
.slider-content h2{
	font-size: 36px;
    font-weight: 700;
    margin-top:108px;
    font-family: "微软雅黑";
}
.slider-content h3{
	font-size: 20px;
    font-weight: 300;
    margin-top:75px;
    font-family: "微软雅黑";
}
.slider-content h4{
	font-size: 18px;
    font-weight: 300;
    margin-top:18px;
    font-family: "微软雅黑";
}
.slider-content h4 label{
	font-size: 20px;
    font-weight: normal;
}
.banner-btn{
	background:#3ea3ff;
	height:40px;
	line-height: 40px;
	width:172px;
	color:#fff;
	border-radius: 3px;
	text-align: center;
	font-size:14px;
	margin-top:46px;
}
