@media screen and (max-width: 1360px) {

    body .about-banner {

        height: 8rem;

    }

    body .about-honor {

        width: 100%;

        padding: 0 1rem;

    }

    body .about-honor-content {

        grid-template-columns: 1fr 1fr;

        grid-template-rows: 1fr 1fr;

        grid-row-gap: 1rem;

        grid-column-gap: 1rem;

        margin-bottom: 2rem;

    }

    body .about-honor-header {

        margin-top: 2rem;

        display: flex;

        flex-direction: column;

    }

    body .about-honor-header .title {

        color: #000000;

        font-size: 1.2rem;

        text-align: center;

        margin-bottom: 2rem;

    }

    body .about-honor-header .info {

        display: flex;

        justify-content: center;

        margin-bottom: 2rem;

    }

    body .about-honor-header .info div {

        width: 6rem;

        height: 2rem;

        background-color: #ffffff;

        border-radius: 1rem;

        border: solid 1px #0084ce;

        text-align: center;

        line-height: 2rem;

        color: #000000;

        font-size: 1rem;

        cursor: pointer;

        margin: 0 .5rem;

        transition: all .3s;

    }

    body .about-honor-content .certificate {

        width: 100%;

        height: unset;

        background-color: #ffffff;

        box-shadow: 0px 4px 24px 1px rgba(8, 100, 178, 0.15);

        padding: 0 .5rem;

        padding-top: .5rem;

        box-sizing: border-box;

        display: flex;

        flex-direction: column;

        cursor: pointer;

    }

    body .about-honor-content .certificate .top {

        width: 100%;

        height: 10rem;

        background-color: #e5f1f5;

        display: flex;

        justify-content: center;

        align-items: center;

        padding: 1.5rem 0;

        box-sizing: border-box;

        position: relative;

    }

    body .about-honor-content .certificate .top .modality span {

        color: #fff;

        font-size: 2rem;

    }

    body .about-honor-content .certificate .bottom {

        line-height: 2rem;

        text-align: center;

        color: #444444;

        font-size: 1rem;

        transition: all .3s;

        margin: .5rem 0;

    }

    body .about-honor-content .certificate:hover .bottom {

        color: #0084ce
    }

    body .about-honor-content .certificate:hover .top .modality {

        display: flex;

    }

    body .about-honor-paging {

        width: 100%;

        margin-bottom: 4rem;

        /* display: flex;

        justify-content: center; */

    }

}

.about-honor {

    background-color: #f1f9fc;

    display: flex;

    flex-direction: column;

    width: 1360px;

    padding: 0 20px;

    box-sizing: border-box;

    margin: 0 auto;

}

.about-banner {

    width: 100%;

    height: 320px;

    background-image: url('../../images/banner-6.png');

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

}



.about-honor-header {

    margin-top: 80px;

    display: flex;

    flex-direction: column;

}

.about-honor-header .title {

    color: #000000;

    font-size: 32px;

    text-align: center;

    margin-bottom: 38px;

}

.about-honor-header .info {

    display: flex;

    justify-content: center;

    margin-bottom: 70px;

}

.about-honor-header .info div {

    width: 140px;

    height: 46px;

    background-color: #ffffff;

    border-radius: 23px;

    border: solid 1px #0084ce;

    text-align: center;

    line-height: 46px;

    color: #000000;

    font-size: 16px;

    cursor: pointer;

    margin: 0 15px;

    transition: all .3s;

}

.about-honor-header .info div:hover {

    background-color: #0084ce;

    color: #fff;

    border: solid 1px #0084ce;

}



.about-honor-content {

    display: grid;

    grid-template-columns: 1fr 1fr 1fr 1fr;

    grid-template-rows: 270px 270px;

    grid-row-gap: 20px;

    grid-column-gap: 20px;

    margin-bottom: 50px;

}

.about-honor-content .certificate {

    width: 100%;

    height: 270px;

    background-color: #ffffff;

    box-shadow: 0px 4px 24px 1px rgba(8, 100, 178, 0.15);

    padding: 0 10px;

    padding-top: 10px;

    box-sizing: border-box;

    display: flex;

    flex-direction: column;

    cursor: pointer;

}

.about-honor-content .certificate .top {

    width: 100%;

    height: 200px;

    background-color: #e5f1f5;

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 20px 0;

    box-sizing: border-box;

    position: relative;

}

.about-honor-content .certificate .top .img {

    height: 100%;

}

.about-honor-content .certificate .top .img img {

    height: 100%;

    transition: all .2s;

}

.about-honor-content .certificate .top .modality {

    position: absolute;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 132, 206, .8);

    top: 0;

    left: 0;

    display: none;

    align-items: center;

    justify-content: center;

    transition: all .3s;

}

.about-honor-content .certificate:hover .top .img {

    height: 110%;

}

.about-honor-content .certificate .top .modality span {

    color: #fff;

    font-size: 30px;

}

.about-honor-content .certificate .bottom {

    line-height: 60px;

    text-align: center;

    color: #444444;

    font-size: 15px;

    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 98%;

}

.about-honor-content .certificate:hover .bottom {

    color: #0084ce
}

.about-honor-content .certificate:hover .top .modality {

    display: flex;

}

.about-honor-paging {

    margin-bottom: 110px;

    /* display: flex;

    justify-content: center; */

}

/* .about-honor-paging .up-and-down{

    width: 70px;

	height: 34px;

    background-color: #6c7586;

    text-align: center;

    line-height: 34px;

    color: #ffffff;

    font-size: 14px;

    cursor: pointer;

} */