.honor_main{
    padding: 10rem 0 20rem;
    background-color: #ffffff;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
/* .honor_main::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 60%);
    z-index: -1;
} */
.honor_main_tit{
    text-align: center;
}
.honor_main_con{
    padding: 0 100px;
}

.honor_main_con .cont {
    position: relative;
}
.honor_main_con .cont ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
}
.honor_main_con .cont ul li{
    position: relative;
    flex-basis: 22%;
    height: 470px;
    margin: 50px 0; 
    display: flex;
    flex-flow: column;
    justify-content: flex-end;   
}
.honor_main_con .cont ul li .h-img{
    background: url(/static/images/h-img-bg1.png) bottom center no-repeat;
    background-size: auto;
    width: 318px;
    height: 226px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;  
}
.honor_main_con .cont ul li .h-img img{
    width: 300px;
    height: 206px; 
}
.honor_main_con .cont ul li.v .h-img{
    background: url(/static/images/h-img-bg2.png) bottom center no-repeat;
    background-size: contain;
    height: 318px;
    width: 226px;
}
.honor_main_con .cont ul li.v .h-img img{
    width: 206px;
    height: 300px; 
}
.honor_main_con .cont ul li .h-txt{
    background: url(/static/images/h-txt-bg.png) top no-repeat;
    background-size: contain;
    width: 100%;
    height: 10rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    text-align: center;
    padding-top: 50px;
}
.honor_main_con .cont ul li .h-txt::before{
    position: absolute;
    content: '';
    width: 1.0625rem;
    height: .25rem;
    background-color: #107cc9;
    margin: 0 auto;
    top: 50px;
}
.honor_main_con .cont ul li .h-txt h4{
    font-size: 16px;
}
.honor_main_con .cont ul li .h-txt p{
    height: 40px;
    margin-top: 10px;
}

.honor_main_con .left-box {
    width: 60%;
    position: relative;
}
.honor_main_con .swiper {
    width: 80%;
    height: 40rem;
    margin-left: 0;
    overflow: hidden;
}
.honor_main_con .item .img-box {
    display: none;
}
.honor_main_con .item .txt-box {
    height: 8.625rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.2;
}
.honor_main_con .item .txt-box:before, .honor_main_con .item .txt-box:after {
    content: '';
    width: 3.75rem;
    height: 5.625rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: grayscale(1);
    opacity: 0.8;
}
.honor_main_con .item .txt-box:before {
    background-image: url("/static/images/zz-l.png");
}
.honor_main_con .item .txt-box:after {
    background-image: url("/static/images/zz-r.png");
}
.honor_main_con .item .txt-box .txt {
    width: calc(100% - 7.5rem);
    padding: 0 1rem;
    text-align: center;
}
.honor_main_con .item .txt-box .tit {
    font-size: max(16px, 1.25rem);
    color: #081d2e;
}
.honor_main_con .item .txt-box p {
    font-size: 12px;
    line-height: 1;
    color: #bfbfbf;
    text-transform: uppercase;
    margin-top: 5px;
}
.honor_main_con .item.prev-1 .txt-box {
    opacity: 0.5;
}
.honor_main_con .item.prev-2 .txt-box {
    opacity: 0.3;
}
.honor_main_con .item.prev-3 .txt-box {
    opacity: 0.1;
}
.honor_main_con .item.next-1 .txt-box {
    opacity: 0.5;
}
.honor_main_con .item.next-2 .txt-box {
    opacity: 0.3;
}
.honor_main_con .item.next-3 .txt-box {
    opacity: 0.1;
}
.honor_main_con .item.swiper-slide-active .txt-box {
    opacity: 1;
}
.honor_main_con .item.swiper-slide-active .txt-box:before, .honor_main_con .item.swiper-slide-active .txt-box:after {
    filter: grayscale(0);
    opacity: 1;
}
.honor_main_con .btn {
    position: absolute;
    right: 0;
    top: 50%;
}
.honor_main_con .button {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    transition: all .3s ease;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 16px;
}
.honor_main_con .button.prev {
    background-image: url("/static/images/prev-1.png");
}
@media (any-hover: hover) {
    .honor_main_con .button.prev:hover {
        background-image: url("/static/images/prev-2.png");
    }
}
.honor_main_con .button.next {
    margin-top: 1.25rem;
    background-image: url("/static/images/next-1.png");
}
@media (any-hover: hover) {
    .honor_main_con .button.next:hover {
        background-image: url("/static/images/next-2.png");
    }
}
@media (any-hover: hover) {
    .honor_main_con .button:hover {
        background-color: #2380c4;
        box-shadow: 0 1.25rem 1.875rem rgba(35, 128, 196, 0.3);
    }
}
.honor_main_con .tab-cont {
    width: 40%;
    display: flex;
    justify-content: right;
}
.honor_main_con .tab-cont .child {
    width: 38.4375rem;
    height: 45.125rem;
    display: none;
}
.honor_main_con .tab-cont .child.active {
    display: block;
}
.honor_main_con .tab-cont .child.active .img-box {
    animation: o-FadeUp-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.honor_main_con .tab-cont .img-box {
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
}
.honor_main_con .tab-cont img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
