@charset "UTF-8";
.top {
    height: 100px;
    padding-top: 32px;
}

.top .top-lf {
    padding-top: 0;
}

.text-tag {
    width: 1200px;
    margin: 30px auto;
}

.text-tag p {
    line-height: 2;
    font-size: 16px;
    text-indent: 2em;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .banner {
        display: block !important;
        height: auto !important;
        margin-top: 0.6rem !important;
    }

    .sy .swiper-button-next,
    .sy .swiper-button-prev {
        width: 0.8rem;
        height: 0.8rem;
    }

    .swiper-slide {
        height: 3rem !important;
        background-size: auto 100% !important;
    }

    .top {
        display: block !important;
        width: 100%;
        height: auto;
        padding-top: 0.4rem;
    }

    .top .top-lf {
        padding: 0 0.4rem;
        float: none;
    }

    .top img {
        max-width: 100%;
    }

    .text-tag {
        width: 100%;
        padding: 0 0.3rem;
        margin: 0.4rem auto;
    }

    .text-tag p {
        font-size: 0.32rem;
    }
}
