div[class$='_title'] > .title_text {
    display: inline-block;
    position: relative
}

div[class$='_title'] > .title_text > h3 {
    position: relative;
    z-index: 2
}

div[class$='_title'] > .title_text > i {
    position: absolute;
    z-index: 1;
    bottom: -15PX;
    left: -40PX;
    display: block;
    width: 100%;
    height: 30PX;
    padding: 0 40PX;
    background-color: #59A00D;
    opacity: .06
}

.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 h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 1.5
}

.crumbs {
    padding-left: 20PX;
    background-color: #F9F9F9
}

.crumbs .crumbs_text {
    display: flex;
    align-items: center;
    height: 40PX
}

.crumbs .crumbs_text > span {
    margin: 0 12PX
}

.download {
    padding-top: 100PX;
    background-color: #fff
}

.download > .container > .download_top .swiper_father {
    padding-top: 50PX;
    position: relative;
    width: 30%
}

.download > .container > .download_top .swiper_father .swiper-container {
    padding: 16PX
}

.download > .container > .download_top .swiper_father .swiper-container .swiper-wrapper .swiper-slide > .tu {
    padding: 50PX 50PX 42PX;
    box-shadow: 5PX 10PX 15PX 8PX rgba(0, 0, 0, .05);
    background: #fff;
    box-sizing: border-box
}

.swiper_father .tu > img {
    width: 100%;
    text-align: center
}

.download > .container > .download_top .swiper_father .swiper-container .swiper-wrapper .swiper-slide > .tu > .diction {
    display: inline-block
}

.download > .container > .download_top .swiper_father .swiper-container .swiper-wrapper .swiper-slide > .tu > .diction > h4 {
    margin-top: 36PX
}

.download > .container > .download_top .swiper_father .swiper-container .swiper-wrapper .swiper-slide > .tu > .diction > span {
    display: block;
    margin-top: 12PX
}

.swiper_father .tu > a > span {
    float: right;
    line-height: 70PX;
    font-size: 40PX;
    opacity: 1;
    color: #59a00d;
    margin-top: -45PX
}

.download > .container > .download_top .swiper_father .swiper-button-next::after, .download > .container > .download_top .swiper_father .swiper-button-prev::after {
    content: "\e503";
    font-family: iconfont;
    font-size: 28PX;
    color: #fff
}

.download > .container > .download_top .swiper_father .swiper-button-prev {
    width: 60PX;
    height: 60PX;
    border-radius: 50%;
    opacity: .3;
    background: #000;
    left: -68PX;
    outline: 0
}

.download > .container > .download_top .swiper_father .swiper-button-prev::after {
    transform: rotate(180deg)
}

.download > .container > .download_top .swiper_father .swiper-button-next {
    width: 60PX;
    height: 60PX;
    border-radius: 50%;
    opacity: .3;
    background: #000;
    right: -68PX;
    outline: 0
}

.groom {
    background-color: #fff;
    padding: 100PX 0
}

.groom .container > .groom_bottom > ul {
    display: flex;
    justify-content: space-between;
    margin-top: 50PX
}

.groom .container > .groom_bottom > ul > li {
    width: calc((100% - 33PX * 3) / 4)
}

.groom .container > .groom_bottom > ul > li > img {
    width: 100%
}

.groom .container > .groom_bottom > ul > li > h4 {
    margin-top: 31PX
}

@media screen and (max-width: 1353PX) {
    .download .container .download_top .business_title, .groom .container .groom_bottom .business_title {
        text-align: center
    }

    .download .container .download_top .swiper_father .swiper-button-prev {
        left: 0PX
    }

    .download .container .download_top .swiper_father .swiper-button-next {
        right: 0PX
    }
}

@media screen and (max-width: 1040PX) {
    .groom .container .groom_bottom > ul {
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 40PX
    }

    .groom .container .groom_bottom > ul > li {
        width: 38%;
        margin-top: 30PX
    }

    .groom .container .groom_bottom > ul > li > h4 {
        line-height: 1.5
    }
}

@media screen and (max-width: 768px) {
    .crumbs .crumbs_text > a {
        font-size: .7rem
    }

    .download {
        padding-bottom: 0
    }

    .download .container .download_top .business_title > h3 {
        font-size: 1.2rem
    }

    .download .container .download_top .swiper_father .swiper-container .swiper-wrapper .swiper-slide .tu .diction > h4 {
        font-size: 1rem
    }

    .download .container .download_top .swiper_father .swiper-container .swiper-wrapper .swiper-slide .tu .diction > span {
        font-size: .7rem
    }

    .download .container .download_top .swiper_father .swiper-button-next, .download .container .download_top .swiper_father .swiper-button-prev {
        width: 2.5rem;
        height: 2.5rem
    }

    .groom .container .groom_bottom > .business_title > h3 {
        font-size: 1.2rem
    }

    .groom .container .groom_bottom > h3, .groom .container .groom_bottom > ul > li > h4 {
        font-size: 1rem
    }

    .groom .container .groom_bottom > ul > li {
        width: 94%
    }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .banner .banner_content h3 {
        font-size: 56PX
    }
}

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