.yunu-slideBox {
	height: 550px;
	position: relative;
	overflow: hidden;
}
.yunu-slideBox .hd {
	position: absolute;
	bottom: 60px;
	font-size: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.yunu-slideBox .hd li {
	display: inline-block;
	width: 40px;
	height: 8px;
	margin: 0 10px;
	background-color: #0097e0;
	cursor: pointer;
}
.yunu-slideBox .hd li.on {
	background-color: #ff8a00;
}
.yunu-slideBox .bd, .yunu-slideBox .bd ul, .yunu-slideBox .bd li {
	width: 100% !important;
	height: 100% !important;
}
.yunu-slideBox .bd li {
	background: no-repeat center;
}
.yunu-slideBox .bd li a {
	display: block;
	width: 100%;
	height: 100%;
}