body,
html{
    position: relative;
    width: 100%;
    height: 100%;
}
.indexSwiper {
    width: 100%;
    height: 100%;
}

.indexSwiper a {
    display: block;
    width: 100%;
    height: 100%;
}

.indexSwiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexSwiper .swiper-pagination {
    bottom: 0.4rem;
}

.indexSwiper .swiper-pagination-bullet {
    width: 0.4rem;
    height: 3px;
    background: #FFFFFF;
    border-radius: 0px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.indexSwiper .swiper-pagination-bullet-active {
    width: 0.7rem;
    background: #28446F;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



.intoBox{
    width: 100%;
    padding: 1rem 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.intoBox>img{
    display: block;
    width: 50%;
    height: auto;
    flex-shrink: 0;
}
.intoTxt{
    width: 50%;
    padding-left: 0.9rem;
}
.intoTxt h3{
    font-size: 0.4rem;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: bolder;
}
.intoTxt>div{
    font-size: 0.18rem;
    color: #666666;
    margin-bottom: 0.5rem;
    line-height: 1.6;
    text-align: justify;
}
.intoTxt img{
    display: block;
    height: 1.85rem;
    width: auto;
}


.showBox{
    background: #F8F8F8;
    padding: 1rem 4%;
}
.showBox>h3{
    text-align: center;
    font-size: 0.4rem;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: bolder;
}
.showSwiper{
    max-width: 13rem;
}
.showSwiper .swiper-slide{
    width: 3rem;
    height: 5.3rem;
}
.showSwiper img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper-pagination{
    display: none;
}



@media (max-width: 800px){
    .header h1{
        font-size: 0.3rem;
    }
    .header img{
        width: 0.6rem;
        height: 0.6rem;
        margin-right: 0.4rem;
    }
    .header h2{
        line-height: 1rem;
        font-size: 0.3rem;
        color: #FD377A;
    }

    .indexSwiper{
        height: 4rem;
    }
    .intoBox{
        flex-wrap: wrap;
    }
    .intoBox>img,
    .intoTxt{
        width: 100%;
        padding: 0rem;
        margin: 0rem;
    }
    .intoBox>img{
        margin-bottom: 0.4rem;
    }
    .intoTxt>div{
        font-size: 0.28rem;
    }
    .intoTxt img{
        width: 80%;
        height: auto;
        margin: 0rem auto;
    }

    .footer,
    .footer ul{
        flex-wrap: wrap;
    }
    .footer p,
    .footer a,
    .footer li{
        font-size: 0.28rem;
    }
    .footer li{
        width: 100%;
        margin-top: 0.2rem;
    }
    .footer li:nth-child(even){
        display: none;
    }
}