@charset "utf-8";
/* banner */
.c-banner{
	margin-top:98px;
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .neximg,.c-banner .preimg{
	padding: 15px 10px 15px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	margin-left:20px;
	margin-right:20px;
	background: #333;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .neximg:hover,.c-banner .preimg:hover{
	opacity: 0.8;
}
.c-banner .neximg{
	right: 0px;
}
.c-banner .neximg img,.c-banner .preimg img{
	
	
}
.c-banner .jumpbtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpbtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpbtn ul li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpbtn ul li:first-child{
	margin-left: 0px;
}

/*@media screen and ( max-width: 980px ) {
.c-banner{
	margin-top:68px;
	width: 100%;
	position: relative;
}
}

@media screen and ( max-width: 650px ) {
.c-banner{
	margin-top:38px;
	width: 100%;
	position: relative;
}
}*/
