/* 本例子css */
.qunar {
	width:946px;
	position: relative;
	overflow: hidden;
	height: 428px;
}
.qunar .e_pic_wrap {
	z-index: 1;
	white-space: nowrap;
	width:946px;
	height: 428px;
}
.qunar .e_pic_wrap li {
	position: relative;
	display: inline;
	width:946px;
	height: 428px;
	overflow: hidden;
}
.qunar img{width:100%;
	height: 428px;}
.qunar .e_bg_flt {
	position: absolute;
	right: 0;
	top: 0;
	width:946px;
	height: 428px;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .2;
	z-index: 10;
}
.qunar .e_flt_inf {
	position: absolute;
	right: 0;
	top: 0;
	width:946px;
	height: 428px;
	overflow: hidden;
	z-index: 20;
	color: #fff;
	white-space: normal;
	word-wrap: break-word;
}
.e_flt_inf1{width:100%;font-size:36px;color:#fff;margin-top:30px;margin-left:20px;}
.e_flt_inf2{width:100%;font-size:28px;color:#fff;text-align:center;margin-top:140px;}
.e_flt_inf3{width:100%;font-size:24px;color:#fff;text-align:center;margin-top:120px;}
.qunar .e_flt_inf .t_info {
	line-height: 20px;
	height: 84px;
	overflow: hidden;
}
.qunar .e_flt_inf .t_info a {
	color: #fff;
}
.qunar .e_flt_inf .t_info .l_view {
	color: #fff;
	width: 39px;
	height: 14px;
	line-height: 14px;
	padding: 0 2px;
	display: inline-block;
}
.qunar .e_sep {
	color: #81d6d3;
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 235px;
	z-index: 20;
}
.qunar .e_sep a {
	color: #81d6d3;
}
.e_prevnext .prev, .e_prevnext .next {
	position: absolute;
	z-index: 30;
	display: block;
}
.e_prevnext .prev {
	top:45%;
	left:64px;
}
.e_prevnext .next {
	top:45%;
	right:64px;
}
.e_prevnext .prev a, .e_prevnext .next a {
	display: block;
	width: 25px;
	height: 32px;
	overflow: hidden;
	background: url(../images/zuo.png) no-repeat scroll 0 0;
}
.e_prevnext .next a {
	display: block;
	width: 25px;
	height: 32px;
	overflow: hidden;
	background: url(../images/you.png) no-repeat scroll 0 0;
}

/* 代码整理：懒人之家 www.lanrenzhijia.com */