
  .honor .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .honor-coulmn{
    /* overflow: hidden; */
    /* background: #fff; */
    height: 600px;
    max-width: 1400px !important;
  }
  .honor .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
    background-size: 100% 100%;
    background-position: center center;
  }

  .honor .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* .honor .swiper-slide-active, .swiper-slide-duplicate-active{
    transform: scale(0.9);
  } */
  .honor .swiper-button-next,.honor .swiper-button-prev{
    /* background-size: 100%; */
  }
  /* .honor .swiper{
    background-size: 956px 467px;
    background-position: center;
  } */
  .honor .honor_item{
    /* position: relative; */
    width: 100%;
    padding: 0 88px;
    display: flex;
    /* justify-content: space-between; */
    gap: 108px;
  }
  .honor .honor_item .hyear{
    background: #fff;
    padding: 8px;
    max-width: 160px;
    height: fit-content;
    border-radius: 8px;
}
.honor .honor_item .himg{
    width: 22px;
    height: 22px;
}
.honor .honor_item .htit{
    font-weight: 400;
    color: #555555;
    font-size: 16px;
    margin-top: 25px;
    line-height: 1;
    text-align: left;
    padding: 0 14px;
}
.honor .honor_item .hdes{
    font-weight: 400;
    color: #999999;
    font-size: 14px;
    margin-top: 16px;
    padding: 0 14px 20px;
    text-align: left;
}
.honor .honor_item .hyear:nth-child(1){
    margin-top: 90px;
}
.honor .honor_item .hyear:nth-child(2){
    margin-top: 70px;
}
.honor .honor_item .hyear:nth-child(3){
    margin-top: 45px;
}
.honor .honor_item .hyear:nth-child(4){
    margin-top: 0;
}
.honor .honor_item .hyear:nth-child(5){
    margin-top:-80px;
}
.mobile{
    display: none;
}
@media all and (max-width:1599px) {
    .honor .honor_item .hyear:nth-child(5){
        margin-top:-33px;
    }
}
@media all and (max-width:1279px) {
    .honor .honor_item{
        padding: 0 20px;
    }
    .honor .honor_item .hyear:nth-child(2){
        margin-top: 75px;
    }
    .honor .honor_item .hyear:nth-child(3){
        margin-top: 60px;
    }
    .honor .honor_item .hyear:nth-child(4){
        margin-top: 40px;
    }
    .honor .honor_item .hyear:nth-child(5){
        margin-top: 12px;
    }
}
@media all and (max-width:1000px) {

    .honor .swiper {
        display: none;
    }
    .mobile{
        display: block;
    }
    .honor-coulmn{
        height: 100%;
    }
}
/* .honor .honor_item:nth-child(1) .hyear:nth-child(1){
    position: absolute;
    top: 120px;
    left: 130px;
}
.honor .honor_item:nth-child(1) .hyear:nth-child(2){
    position: absolute;
    top: 330px;
    left: 310px;
    transform: rotate(3deg);
}
.honor .honor_item:nth-child(2) .hyear:nth-child(1){
    position: absolute;
    top: 120px;
    left: 130px;
}
.honor .honor_item:nth-child(2) .hyear:nth-child(2){
    position: absolute;
    top: 330px;
    left: 310px;
    transform: rotate(3deg);
} */