.carousel {
	width: 1200px;
	height: 300px;
	position: relative;
}

.carouse-img {
	opacity: 1 !important;
	z-index: 100 !important;
}

.carousel li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .6s ease;
	opacity: 0;
	z-index: 99;
}

.carousel li img {
	display: block;
	width: 100%;
	height: 100%;
}

.carousel li p {
	width: 100%;
	height: 42px;
/*	background: rgba(51, 51, 51, 0.86);*/
	font-size: 18px;
	line-height: 42px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.carousel li p em {
	display: block;
	width: 436px;
	margin-left: 25px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nr-box {
	margin: 15px 0 0;
}

.carousel-box {
	width: 1200px;
	height: 300px;
	position: relative;
	float: left;
}

.car-index {
	width: auto;
	height: 18px;
	position: absolute;
	bottom: 30px;
	right: 20px;
	z-index: 99999;
}

.car-index li {
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	margin-right: 10px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.carouse-active {
	background: #46AA46 !important;
}
