.qunar {
	width: 940px;
	margin:30px auto;
	position: relative;
	overflow: hidden;
}
.qunar .e_pic_wrap {
	z-index: 1;
	white-space: nowrap;
	width: 940px;
	height: 430px;
}
.qunar .e_pic_wrap li {
	position: relative;
	display: inline;
	width: 940x;
	height: 430px;
	overflow: hidden;
}
.qunar .e_pic_wrap li img{ width:940px; height:430px;}
.qunar .e_bg_flt {
	position: absolute;
	left: 0;
	top: 0;
	width: 383px;
	height:430px;
	background: #88deff;
	z-index: 10;opacity: 0.8;
}
.qunar .e_flt_inf {
	position: absolute;
	left: 0;
	top: 0;
	width: 333px;
	height: 330px;
	padding:50px 0 50px 50px;
	overflow: hidden;
	z-index: 20;
	color: #000;
	white-space: normal;
	word-wrap: break-word;
}
.qunar .e_flt_inf h2 { font-size:36px; font-weight:bold; font-family:Arial; color:#000; padding-right:10px; margin:20px 0}
.qunar .e_flt_inf h3 {
	font: 16px/22px "微软雅黑";
	margin-bottom: 22px;
}
.qunar .e_flt_inf h3 a, .qunar .e_flt_inf h2 a {
	color: #000;
}
.qunar .e_flt_inf .t_info { font-size:24px; font-family:Arial; font-weight:bold; padding-right:15px; line-height:40px;
	overflow: hidden;
}
.qunar .e_flt_inf .t_info a {
	color: #000;
}
.qunar .e_flt_inf .t_info .l_view {
	background: url(../images/ico_p1.png) no-repeat scroll -120px 0;
	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: 199px;
	left: 10px;
}
.e_prevnext .next {
	top: 199px;
	right: 10px;
}
.e_prevnext .prev a, .e_prevnext .next a {
	display: block;
	width: 25px;
	height: 32px;
	overflow: hidden;
	background: url(../images/ico_prevnext.png) no-repeat scroll 0 0;
	_background-image: url(../images/ico_prevnext_ie6.png);
}
.e_prevnext .prev a {
	background-position: 0 0;
}
.e_prevnext .prev a:hover {
	background-position: 0 -40px;
}
.e_prevnext .next a {
	background-position: 0 -80px;
}
.e_prevnext .next a:hover {
	background-position: 0 -120px;
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */