@charset "utf-8";
.kiosk{
	position:relative;
	width: 100%;
    height: 100%;
	margin-top:20px;
}
.kiosk_inner{
	position:relative;
	width:100%;
	margin:0 auto;
	min-height:400px;
	max-width:1300px;
	min-width:1000px;
	clear:both;
	
	padding:0 10px;
}
.kiosk_list{
	display:block;
	overflow: hidden;
}
.kiosk_list>.k_item{
	display:block;
	float:left;
	min-height:200px;
	width:33.33%;
	overflow:hidden;
	padding:5px;
}
.kiosk_list>.k_item>.k_box{
	border: 2px solid #c4d2ec;
	width:100%;
	height:100%;
	min-height:260px;
}
.kiosk_list>.k_item>.k_box>.k_vr{
	width:100%;
	position:relative;
	overflow: hidden;
	margin:0 auto;
}
.kiosk_list>.k_item>.k_box>.k_ti{
	border-top:2px solid #c4d2ec;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	padding-top:20px;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	overflow:hidden;
	color:#616161;
}
.kiosk_list>.k_item>.k_box>.k_de{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	color:#000;
	overflow:hidden;
}
.kiosk_list>.k_item>.k_box>.k_de>a{
	display:table;
	margin:0 auto;
}
.iviewsystem{
	height:40px;
	display:table-cell;
	vertical-align:middle;
	text-align: center;
}
.is_click{
	display:table-cell;
	vertical-align:middle;
	padding:14px 0;
	text-align: center;
	color:#000;
}
.vlayer{
	position:relative;
	z-index:2;
	cursor:move;
	margin:0 auto;
	padding-bottom:148%;
	padding-top:25px;
	height:0;
	overflow:hidden;
}
.touch_layer{
	width:0;
	display:none;
}
.hover_layer{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	z-index:3;
	overflow:hidden;
	background: rgba(0, 0, 0, 0.2);
	text-align:center;
}
.hover_layer{
	display:none;
}
.hover_layer .txt{
	position:absolute;
	top:50%;
	margin-top:-1.6em;
	color:#ffffff;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.6em;
	padding:0 50px;
	text-align:center;
	width:100%;
}
.loading{
	position:absolute;
	top:50%;
	left:50%;
	width:60px;
	height:60px;
	margin-top:-30px;
	margin-left:-30px;
}
.k-arrow{top:50%;display: block; width: 4.000em; height: 10em; position: absolute; text-indent: 100%; overflow: hidden; white-space: nowrap;z-index: 11;font-size: 0.938em;margin-top: -5em}
.k-prev{left:-4em;background: url('/iview/image/prev.png') center center no-repeat; background-size: 100%; border:none;}
.k-next{right:-4em;background: url('/iview/image/next.png') center center no-repeat; background-size: 100%; border:none;}
@media screen and (max-width: 1400px) {
	.k-prev{left:0;}
	.k-next{right:0;}
}
@media screen and (max-width: 1299px) {
	.kiosk_inner{
		width:100%;
		min-width:100%;
	}
	.kiosk_list>.k_item{
		width:100%;
	}
	.touch_layer{
		display:none;
		position:absolute;
		top:0;
		width:100%;
		height:100%;
		z-index:3;
		overflow:hidden;
		background: rgba(0, 0, 0, 0.4);
		text-align:center;
	}
	.touch_layer .txt{
		position:absolute;
		top:50%;
		margin-top:-1.6em;
		color:#ffffff;
		font-weight:bold;
		font-size:1.2em;
		line-height:1.6em;
		padding:0 50px;
	}
}