.banner ul li img @charset "utf-8";
/* banner */
.banner{
	width: 100%;
	position: relative;
}
.banner img{
	width: 100%;
}
.banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.banner ul li img{
	width: 100%;
	position: absolute;
	/*top: 0px;*/
}
.banner ul li:first-child img{
	position: relative;
}

.jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 100px;
	text-align: center;
}
.jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.jumpBtn ul li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.jumpBtn ul li:first-child{
	margin-left: 0px;
}

/*@media screen and (max-width:768px) {
	.banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}*/