.slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	/* border: 1px solid #ddd; */
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 9px;
	z-index: 1;
	transform: translate(-50%, 0%);
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	width: 35px;
	height: 7px;
	background: #fff;
	cursor: pointer;
	opacity: 0.4;
}

.slideBox .hd ul li.on {
	opacity: 1;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd ul {
	height: 100%;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 100%;
}

.slideBox .bd img {
	width: 450px;
	height: 230px;
	display: block;
}

.slideBox .bd ul li {

	width: 100%;
	
background-position: center center !important;
}

/* .slideBox .bd ul li:nth-child(1) {
	background: url(http://img3.72yc.com/webs/img/inden_banner1.jpg) no-repeat;
	background-position: center center;
}
 */
/* .slideBox .bd ul li:nth-child(2) {
	background: url(http://img3.72yc.com/webs/img/inden_banner2.jpg) no-repeat;
	background-position: center center;
}
 */
/* .slideBox .bd ul li:nth-child(3) {
	background: url(http://img3.72yc.com/webs/img/inden_banner3.jpg) no-repeat;
	background-position: center center;
} */

/* .slideBox .bd ul li:nth-child(4) {
	background: url(http://img3.72yc.com/webs/img/inden_banner4.jpg) no-repeat;
	background-position: center center;
}
 */
/* .slideBox .bd ul li:nth-child(5) {
	background: url(http://img3.72yc.com/webs/img/inden_banner5.jpg) no-repeat;
	background-position: center center;
} */

/* .slideBox .bd ul li:nth-child(6) {
	background: url(http://img3.72yc.com/webs/img/inden_banner6.jpg) no-repeat;
	background-position: center center;
}
 */