@charset "utf-8";
/* banner */
.c-banner{
	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{
	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;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	/*background: #000000;*/
	opacity: 0.2;
	border-radius: 5px;
	z-index: 100000;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.2;
	cursor:pointer;
}
.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: 0;
	margin-left: 0;
	padding-left: 0;
}

.c-banner .jumpBtn ul li{
	width: 40px;
	height: 2px;
	/*border-radius: 50%;*/
	display: inline-block;
	background-color: #67a1fd;
	opacity: 0.9;
	margin-left: 10px;
}

.c-banner .jumpBtn ul li:hover{
	cursor: pointer;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 100%;
		height: auto;
		position: absolute;
		left: 50%;
		margin-left: -50%;
	}
	.c-banner .jumpBtn ul li {
		width: 20px;
		height: 2px;
	}
}

@media screen and (max-width:550px) {
	.c-banner{
		width: 100%;
		height:28rem;
		overflow: hidden;
		margin-top: 3.5rem;
	}
	.c-banner .banner ul li img{
		width: 100%;
		height: 100% !important;
		position: absolute;
		left: 0;
		margin-left: 0;
	}
	.c-banner .jumpBtn ul li {
		width: 20px;
		height: 2px;
	}
}