@charset "utf-8"; /* bannerBox */
.c-bannerBox {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.c-bannerBox img {
    width: 100%;
}

.c-bannerBox .bannerBox ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.c-bannerBox .bannerBox ul li {
    position: absolute display: none;
    opacity: 0;
}

.c-bannerBox .bannerBox ul li:nth-child(1) {
    opacity: 1;
    display: block;
}

.c-bannerBox .bannerBox ul li a {
    width: 100%;
    position: absolute;
    top: 0;
    display: block;
    height: 9rem;
}

.c-bannerBox .bannerBox ul li:first-child a {
    position: relative;
}

.c-bannerBox .nexImg,.c-bannerBox .preImg {
    padding: 0.5rem 0.3rem;
    position: absolute;
    top: 33%;
    background: #000000;
    opacity: 0.3;
    border-radius: 0.2rem;
    z-index: 2;
    width: 30%;
    max-width: 6%;
}

.c-bannerBox .nexImg:hover,.c-bannerBox .preImg:hover {
    opacity: 0.8;
}

.c-bannerBox .nexImg {
    right: 0;
}

.c-bannerBox .nexImg img,.c-bannerBox .preImg img {
}

.c-bannerBox .jBtn {
    width: 100%;
    position: absolute;
    bottom: 5%;
    text-align: center;
}

.c-bannerBox .jBtn ul {
    margin-bottom: 0;
    padding: 0;
}

.c-bannerBox .jBtn ul li {
    width: 1rem;
    height: 0.3rem;
    border-radius: 1rem;
    display: inline-block;
    background-color: white;
    opacity: 0.9;
    margin-left: 0.3rem;
}

.c-bannerBox .jBtn ul li:first-child {
    margin-left: 0;
}
