/* section {
	width: 100%;
	height: auto;
}

#img {
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	border-radius: 0;
} 

p {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%, -50%);
}

i {   
	height: 15px;
	width: 15px;
	background-color: grey;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}

i:nth-child(1) {
	background-color: blue;
}

i:nth-child(4) {
	margin-right: 0;
}

.left,
.right {
	color: rgba(255, 255, 255, 0.7);
	font-size: 50px;
	font-weight: bolder;
	position: absolute;
	top: 50%;
	font-weight: 500;
}

.left {
	left: 0px;
	transform: translate(15%, -50%);
}

.right {
	right: 0px;
	transform: translate(-15%, -50%);
} */





.lunbo {
	width: 100%;
	height: 100%;
}

#img {
	width: 100%;
	height: 100%;
	/* position: absolute; */
	cursor: pointer;
	top: 0;
	left: 0;
	border-radius: 0;
}

.lp {
	/* position: absolute; */
	left: 50%;
	bottom: 0px;
	transform: translate(-50%, -50%);
	display: none;
}

.lunbo i {
	height: 15px;
	width: 15px;
	background-color: gray;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}

.lunbo i:nth-child(1) {
	background-color: blue;
}

.lunbo i:nth-child(4) {
	margin-right: 0;
}


.left {
	color: darkgray;
	font-size: 20px;
	font-weight: bolder;
	position: absolute;
	top: 50%;
	font-weight: 500;
}

.right {
	color: darkgray;
	font-size: 50px;
	font-weight: bolder;
	position: absolute;
	top: 50%;
	font-weight: 500;
}

.left {
	left: 0px;
	transform: translate(50%, -50%);
}

.right {
	right: 0px;
	transform: translate(-50%, -50%);
}