@charset "utf-8";

.main {
    position: relative;
    margin-top: 84px;
    padding-top: 96px;
    padding-bottom: 35px;
    background-image: url(../image/honor_bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.researchboxtitle {
    position: relative;
    color: #0562AF;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 16px;
}

.researchboxtitle::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    right: -48px;
    background: #0562AF;
    top: 50%;
    transform: translateY(-50%);
}

.researchboxxq {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.honor_top_list {
    padding-top: 50px;
}

.honor_top_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -12px;
    margin-right: -12px;
}

.honor_top_list>ul>li {
    width: 33.33%;
    padding: 0 12px;
    padding-bottom: 8px;
}

.honor_top_list .bg {
    display: flex;
    width: 100%;
    padding: 12px;
    align-items: center;


}

.honor_top_list .bg .t {
    position: relative;
    padding-left: 14px;
    color: var(--dark);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;

}

.honor_top_list .bg .t:before {
    content: "·";
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.honor_top_list .bg:hover .t {
    color: var(--main-color);
}

.honor_bottom {
    padding: 50px 0 75px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.honor_pic_loop {
    position: relative;
    overflow: hidden;
}

#certify {
    position: relative;
    padding-left: 120px;
    padding-right: 120px;
    width: 100%;
    margin: 0 auto;
}

.honor_pic_loop .swiper-wrapper {
    align-items: stretch;
}

.honor_pic_loop .swiper-slide {
    height: auto;
    position: relative;
    width: 50.1%;
}

.honor_pic_loop .swiper-slide .bg {
    width: 100%;
    height: 100%;
}

.honor_pic_loop .thumb {
    position: relative;
    overflow: hidden;
}

.honor_pic_loop .thumb i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.honor_pic_loop .thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #ffffff;
    z-index: 1;
}

.honor_pic_loop .swiper-slide.swiper-slide-active .thumb::before {
    opacity: 0;
}

.honor_pic_loop .swiper-slide img {

    width: 100%;
    opacity: 0.5;
}

.honor_pic_loop .swiper-slide.swiper-slide-prev img,
.honor_pic_loop .swiper-slide.swiper-slide-next img {
    opacity: 0.5;

}

.honor_pic_loop .swiper-slide p {
    padding-top: 30px;
    color: var(--dark);
    text-align: center;
    opacity: 0;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.honor_pic_loop .swiper-slide.swiper-slide-active img {
    opacity: 1;
    width: 100%;
}

.honor_pic_loop .swiper-slide.swiper-slide-active p {
    opacity: 1;
}

.honor_pic_loop .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

.honor_pic_loop .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.honor_pic_loop .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid var(--main-color);
    background-color: #fff;
}

.honor_button {
    border: 3px solid rgba(5, 98, 175, 0.20);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
}

.honor_pic_loop .honor_button:hover {
    background-color: var(--main-color);
}

.honor_pic_loop .swiper-button-prev {
    left: 0;
    background-image: url(../image/honor_left.svg);
}

.honor_pic_loop .swiper-button-prev:hover {
    background-image: url(../image/honor_left_h.svg);

}

.honor_pic_loop .swiper-button-next {
    right: 0;
    background-image: url(../image/honor_right.svg);

}

.honor_pic_loop .swiper-button-next:hover {
    background-image: url(../image/honor_right_h.svg);

}

@media (min-width:768px) {
    .honor_pic_loop .swiper-pagination {
        display: none;
    }
}

@media (max-width:1366px) {
    .honor_pic_loop .swiper-slide p {

        font-size: 22px;

    }

}

@media (max-width:1280px) {
    .honor_pic_loop .swiper-slide p {

        font-size: 20px;

    }

    #certify {
        padding-left: 100px;
        padding-right: 100px;
    }

    .honor_button {
        width: 56px;
        height: 56px;

    }

}

@media (max-width:991px) {
    .honor_top_list>ul>li {
        width: 50%;
    }

    #certify {
        padding-left: 80px;
        padding-right: 80px;
    }

    .honor_button {
        width: 50px;
        height: 50px;

    }
}

@media (max-width:767px) {
    .main {
        margin-top: 80px;
    }

    .researchboxxq {
        font-size: 16px;
    }

    .honor_top_list>ul>li {
        width: 100%;
    }

    #certify {
        padding-left: 60px;
        padding-right: 60px;
    }

    .honor_pic_loop .swiper-slide {
        width: 100%;
    }

    .honor_pic_loop .swiper-slide p {
        font-size: 18px;
        padding-top: 15px;
    }

    .honor_button {
        width: 46px;
        height: 46px;

    }
}