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
}

.honors {
    padding: 100PX 0
}

.honors > .container > .aos-init {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.honors > .container > .aos-init > li {
    width: calc((100% - 50PX * 2) / 3);
    padding: 50PX 50PX 52PX 49PX;
    box-sizing: border-box;
    margin-top: 50PX;
    background: #fff;
    box-shadow: 5PX 10PX 15PX 8PX rgba(0, 0, 0, .05)
}

.honors > .container > .aos-init > li > img {
    width: 100%;
    text-align: center
}
/* 新增修改 */
@media screen and (min-width: 1201px) and (max-width: 1700px) {
    .honors > .container > .aos-init > li {
        text-align: center;
        width: calc((100% - 200PX * 2) / 3);
    }
}

.honors > .container > ul > li > h4 {
    margin-top: 36PX
}

.honors > .container > .aos-init > li > span {
    display: block;
    margin-top: 12PX
}

@media screen and (max-width: 1040PX) {
    .honors > .container > ul {
        flex-wrap: wrap
    }

    .honors > .container > ul > li {
        width: 45%
    }
}

@media screen and (max-width: 1353PX) {
    .honors > .container > .business_title {
        text-align: center
    }

    .honors > .container > ul {
        flex-wrap: wrap
    }

    .honors > .container > ul > li {
        width: 45%
    }
}

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

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

    .honors > .container > ul > li {
        width: 95%
    }

    .honors > .container > ul > li > span {
        font-size: .7rem
    }
}

@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
    }
}