@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.5;
	z-index: 10;
    border-radius: 5px;
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
    width: 15px;
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
}

.c-banner .jumpBtn ul li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 5px;
}

.small-banner{
    width: 100%;
    position: relative;
    z-index: -1;
}
.small-banner img{
    width: 100%;
}
.small-banner .banner ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.small-banner .banner ul li{
    display: none;
    opacity: 0;

}
.small-banner .banner ul li:nth-child(1){
    opacity: 1;
    display: block;
}
.small-banner .banner ul li img{
    width: 100%;
    position: absolute;
}
.small-banner .nexImg,.small-banner .preImg{
    padding: 25px 10px 25px 10px;
    position: absolute;
    top: 50%;
    margin-top: -53px;
    background: #000000;
    opacity: 0.5;
    border-radius: 5px;
    z-index: 10;
}
.small-banner .nexImg:hover,.small-banner .preImg:hover{
    opacity: 0.8;
}
.small-banner .nexImg{
    right: 0px;
}
.small-banner .nexImg img,.small-banner .preImg img{


}
.small-banner .jumpBtn{
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.small-banner .jumpBtn ul{
    margin-bottom: 0px;
}

.small-banner .jumpBtn ul li{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    opacity: 0.9;
    margin-left: 3px;
}
