.honor {
  padding: 105px 0 66px 0;
}

.honor .wrap .title {
  text-align: center;
}

.honor .wrap .title h1 {
  font-weight: 400;
  font-size: 42px;
  color: #FFFFFF;
}

.honor .wrap .title .pick {
  margin: 70px auto 0;
  width: 1088px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 36px;
  max-width: 90%;
}

.honor .wrap .content {
  margin: 124px 0 0 0;
  position: relative;
}

.honor .wrap .content .button {
  display: flex;
  justify-content: space-between;
  z-index: 2;
  width: 115%;
  margin: auto;
  position: absolute;
  pointer-events: none;
  top: 42%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.honor .wrap .content .button .iconfont {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: .3s ease;
  pointer-events: auto;
}

.honor .wrap .content .button .iconfont:hover {
  background: #fff;
  color: #DD562E;
  transform: scale(1.1);
}

.honor .wrap .content .button .iconfont:not(:last-child) {
  margin: 0 20px 0 0;
  transform: rotate(180deg);
}

.honor .wrap .content .button .iconfont:not(:last-child):hover {
  transform: rotate(180deg) scale(1.1);
}
.honor .wrap .content .swiperJoke{
  width: 1547px;
  /*width: 1747px;*/
  margin: auto;
  position: relative;
}
.honor .wrap .content .honorSwiper {
  width: 100%;
}

.honor .wrap .content .honorSwiper .swiper-slide .item {
  position: relative;
}

.honor .wrap .content .honorSwiper .swiper-slide .item .ho_bg {
  width: 100%;
}

.honor .wrap .content .honorSwiper .swiper-slide .item .fist{
  position: relative;
}

.honor .wrap .content .honorSwiper .swiper-slide .item .text{
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  margin: 2.34375vw 0 0 0;
}

.honor .wrap .content .honorSwiper .swiper-slide .item .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honor .wrap .content .zs {
  width: 100%;
  margin-top: -6.5vw;
}

@media screen and (max-width: 1920px) {
    .honor {
        padding: 5.46875vw 0 3.4375vw 0;
    }

    .honor .wrap .title {
        text-align: center;
    }

    .honor .wrap .title h1 {
        font-weight: 400;
        font-size: 2.1875vw;
        color: #FFFFFF;
    }

    .honor .wrap .title .pick {
        margin: 3.6458333333vw auto 0;
        width: 56.6666666667vw;
        font-weight: 400;
        font-size: 0.9375vw;
        color: #FFFFFF;
        line-height: 1.875vw;
        max-width: 90%;
    }

    .honor .wrap .content {
        margin: 6.4583333333vw 0 0 0;
        position: relative;
    }

    .honor .wrap .content .button {
        display: flex;
        justify-content: space-between;
        z-index: 2;
        width: 115%;
        margin: auto;
        position: absolute;
        pointer-events: none;
        top: 42%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .honor .wrap .content .button .iconfont {
        width: 2.8125vw;
        height: 2.8125vw;
        border-radius: 50%;
        border: 0.0520833333vw solid rgba(255, 255, 255, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.8333333333vw;
        color: rgba(255, 255, 255, 0.3);
        cursor: pointer;
        transition: .3s ease;
        pointer-events: auto;
    }

    .honor .wrap .content .button .iconfont:hover {
        background: #fff;
        color: #DD562E;
        transform: scale(1.1);
    }

    .honor .wrap .content .button .iconfont:not(:last-child) {
        margin: 0 1.0416666667vw 0 0;
        transform: rotate(180deg);
    }

    .honor .wrap .content .button .iconfont:not(:last-child):hover {
        transform: rotate(180deg) scale(1.1);
    }

    .honor .wrap .content .swiperJoke {
        width: 80.5729166667vw;
        /*width: 1747px;*/
        margin: auto;
        position: relative;
    }

    .honor .wrap .content .honorSwiper {
        width: 100%;
    }

    .honor .wrap .content .honorSwiper .swiper-slide .item {
        position: relative;
    }

    .honor .wrap .content .honorSwiper .swiper-slide .item .ho_bg {
        width: 100%;
    }

    .honor .wrap .content .honorSwiper .swiper-slide .item .fist {
        position: relative;
    }

    .honor .wrap .content .honorSwiper .swiper-slide .item .text {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #FFFFFF;
        text-align: center;
        margin: 2.34375vw 0 0 0;
    }

    .honor .wrap .content .honorSwiper .swiper-slide .item .img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .honor .wrap .content .zs {
        width: 100%;
        margin-top: -6.5vw;
    }

}

@media screen and (max-width: 1024px) {
    .honor {
        padding: 20px 0;
    }
    .honor .wrap .title h1 {
        font-size: 24px;
    }
    .honor .wrap .title .pick {
        margin: 20px auto 0;
        width: 100%;
        font-size: 14px;
        line-height: 1.8;
    }
    .honor .wrap .content {
        margin: 25px 0 0 0;
    }
    .honor .wrap .content .swiperJoke{
        width: 60%;
    }
    .honor .wrap .content .honorSwiper .swiper-slide .item .text {
        font-size: 16px;
        margin: 20px 0 0 0;
    }
    .honor .wrap .content .zs {
        margin-top: -85px;
    }
    .honor .wrap .content .button{
        width: 150%;
    }
    .honor .wrap .content .button .iconfont {
        width: 45px;
        height: 45px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        font-size: 16px;
    }
}
