@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}
.xq_slide_out{
	width: 100%;
	overflow: hidden;
	height: 100%;
	position: relative;
}
.xq_slide_out .xq_slide_in{
	list-style: none;
	height: 100%;
	transition: transform 1s ease;
	position: relative;
	/*left: -300px;*/
}
.xq_slide_in li{
	height: 100%;
}
.xq_slide_in li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.xq_slide_in li img{
	width: 100%;
	height: 100%;
}
.xq_slide_out .btn{
	display: block;
	text-shadow: 2px 2px 4px #000000;
	position: absolute;
	z-index: 3;
	color: #fff;
	text-align: center;
	font-size: 22px;
	width: 30px;
	cursor: pointer;
	top: 0px;
	bottom: 0px;
}
.xq_slide_out .btn:hover{
	font-size: 28px;
}
.xq_slide_out .prev_btn{
	left: 0px;
}
.xq_slide_out .next_btn{
	right: 0px;
}
.xq_slide_bar{
	padding:10px 25px;
	position: absolute;
	z-index: 4;
	bottom: 30px;
	height: 45px;
	left: 50%;
	transform:translateX(-50%);
	background:rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:50px;
}
.xq_slide_bar span{
	background:rgba(109,109,110,0.9);
	cursor: pointer;
	transition: all 1s ease;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 15px;
	z-index: 100;
}
.xq_slide_bar span:last-child{
	margin-right:0;
}
.xq_slide_bar span.cur{
	transform: scale(1.3);
}
.xq_slide_bar .vatical{
    color: #fff;
    width: 100%;
    padding-left: 10px;
    float: left;
    text-align: left;
}

