*{

	margin: 0px;

	padding: 0px;

	font-family: 微软雅黑;

}

a{

	text-decoration: none;

}

li{

	list-style: none;

}

.luns{

	/*width: 700px;

	height: 350px;*/

	/*margin: 50px auto;*/
margin: 0px auto;
	/*border:1px solid orange;*/

	position: relative;

}

.luns a{

display: none;

}

.luns a img{

/*	width: 700px;

	height: 350px;*/

	position: absolute;

	top: 0px;

	left: 0px;



}

.luns .tiankong{

	width: 100%;

	height: 100%;

	display: block;

}

.luns ul{

	width: 160px;

	height: 20px;

	position: absolute;

	bottom: 10px;

	left: 875px;

	display: block;

}

.luns ul li{

	width: 40px;

	height: 3px;

	background-color: #fff;

	margin-left: 10px;

	border-radius: 10px;

	float: left;

	display: block;

}

.luns ul .yuandian{

	background-color: #bb0007;

}

.luns .same{

	width: 40px;

	height: 70px;

	background-color: rgba(0,0,0,0.5);

	position: absolute;

	text-align: center;

	line-height: 70px;

	color:#fff;

	font-size: 30px;



}

.luns .lefts{

	position: absolute;

	top:140px;

	left:10px;

	/*display: none;*/

	cursor: pointer;

}



.luns .rights{

	position: absolute;

	top: 140px;

	right: 10px;

	/*display: none;*/

	cursor: pointer;

}