@charset "utf-8";
/* banner */
.c-banner{
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	display: none;
	opacity: 0;
	position: absolute;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	top: 0px;
}
@media (min-width:1200px){
	.c-banner .banner ul li{
		width: 1140px;
	}
}
@media (max-width:1200px){
	.c-banner .banner ul li{
		width: 989px;
	}
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.nexImg{
	width: 52px;
	height: 48px;
	position: absolute;
	top: 60%;
	margin-top: -53px;
	margin-left: 1100px;
	background: #EEEEEE;
	opacity: 0.5;
	border-radius: 5px;
    cursor: pointer;
	z-index: 10;
	
}
.preImg{
	width: 52px;
	height: 48px;
	position: absolute;
	top: 60%;
	margin-top: -53px;
	background: #EEEEEE;
	opacity: 0.5;
	margin-left: 61px;
	border-radius: 5px;
	cursor: pointer;
	z-index: 10;
}
.preImg img{
	width: 8px;
	height: 12px;
	position: absolute;
	margin-top: 18px;
	margin-left: 20px;
}
.nexImg img{
	width: 8px;
	height: 12px;
	position: absolute;
	margin-top: 18px;
	margin-left: 20px;
}
 .nexImg:hover,.preImg:hover{
	opacity: 0.8;
	background: #007dfa;
}


.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: 30px;
	height: 30px;
	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;
}
