.banner {
    position: relative
}

.banner img {
    display: block;
    width: 100%
}

.banner .banner_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.banner .banner_content h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 1.5
}

.conent .conent_crumbs {
    padding: 0 20PX;
    background-color: #fff
}

.conent .conent_crumbs .crumbs_nav {
    max-width: 1200PX;
    height: 40PX;
    margin: auto;
    line-height: 20PX
}

.conent .conent_title {
    opacity: 1;
    background: #f0f1f2
}

.conent .conent_title .title_info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 1000PX;
    height: 300PX;
    margin: auto;
    padding: 0 20PX
}

.conent .conent_title .title_info h3, .conent .conent_title .title_info p {
    padding: 10PX 0;
    line-height: 48PX
}

.conent .conent_content {
    max-width: 1000PX;
    margin: auto;
    padding: 50PX 20PX
}

.conent .conent_content .content_text div {
    margin: 40PX 0
}

.conent .conent_content .content_text div p {
    line-height: 32PX
}

.conent .conent_content .content_banner img {
    width: 100%
}

.conent .conent_content .content_switch {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.conent .conent_content .content_switch a {
    display: flex;
    align-items: center
}

.conent .conent_content .content_switch a span {
    padding: 0 15PX
}

@media screen and (max-width: 768px) {
    .banner .banner_content h2 {
        font-size: 1.2rem
    }

    .conent .conent_title .title_info p, a, p, span {
        font-size: .7rem
    }

    .conent .conent_crumbs .crumbs_nav {
        height: 2rem;
        line-height: 2rem
    }

    .conent .conent_crumbs .crumbs_nav a, .conent .conent_crumbs .crumbs_nav span {
        padding: 0 .075rem;
        font-size: .7rem
    }

    .conent .conent_content .content_text div p {
        line-height: 1.5
    }

    a, span {
        padding: 0 .075rem
    }

    .conent .conent_title .title_info {
        height: 7.5rem
    }

    .conent .conent_title .title_info h3 {
        font-size: 1rem
    }

    .conent .conent_title .title_info h3, .conent .conent_title .title_info p {
        padding: .25rem 0;
        line-height: 1.5
    }

    .conent .conent_content {
        padding: .75rem .5rem
    }
}
