.honor {
    position: relative;
    padding:0.6rem 0 0.6rem 0;
}
.honor .honor-item {
}
.honor .honor-item .word {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
    margin: 0.8rem 0 0 0;
}
.honor .honor-item .word .vip {
    display:inline-block;
    padding:0.3rem 0;
    border-top:1px solid #afafaf;
    border-bottom:1px solid #afafaf;
}
.honor .honor-item .word .vip p {
    font-size: 24px;
    color: #1d1d1f;
    font-family: "MiSans-Medium";
    line-height: 1.8;
}

.honor .honor-item .word .honor-title {
    height: 6rem;
    overflow-y: auto;
}
.honor .honor-item .word .honor-title::-webkit-scrollbar {
    width: 0px;
    height: 1px;
    background-color: transparent;
}
.honor .honor-item .word .honor-title ul {}
.honor .honor-item .word .honor-title ul li {
    font-size: 18px;
    color:#666;
    font-family: "MiSans-Regular";
}

.honor .honor-item .word .honor-title ul li::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/honor/honor-icon.svg) no-repeat center center / 26px;
    margin: 0 0.05rem 0 0;
    display: inline-block;
    vertical-align: middle;
}

.honor .honor-item .photo {

}
.honor .honor-item .photo .honor-swiper {
  position: relative;
  overflow:hidden;
}
.honor .honor-item .photo .honor-swiper ul {}
.honor .honor-item .photo .honor-swiper ul li {
  position: relative;
  padding: 0.3rem;
  transition: 0.6s;
}
.honor .honor-item .photo .honor-swiper ul li.swiper-slide-active {
  transform: scale(1);
  z-index: 9999;
}
.honor .honor-item .photo .honor-swiper ul li .honor-photo{
    position: relative;
    width: 100%;
    padding-top: 150%;
}
.honor .honor-item .photo .honor-swiper ul li figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.honor .honor-item .photo .honor-swiper ul li figure img {
    position: relative;
    z-index: 2;
    width: 100%;
}

.honor .honor-item .photo .honor-swiper ul li .word {
  width:100%;
  margin:0;
  padding:10px;
  font-size: 18px;
  color: #000;
  text-align: center;
}


/*荣誉证书导航按钮*/
.honor .honor-item .swiper-page {
    position:relative;
    width:100%;
    bottom:0%;
    padding:50px;
}
.honor .honor-item .swiper-page a{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
    background:#074425;
    font-size: 16px;
    color:#fff;
    font-family: '宋体';
    text-align: center;
}
.honor .honor-item .swiper-page a.prev {
    left:5%;
}
.honor .honor-item .swiper-page a.next {
    right:5%;
}
.honor .honor-item .swiper-pagination-bullet {
    border-radius:5px;
    background: #666;
    opacity: 1;
    padding:1px;
    position: relative;
    width: 8px;
    height: 8px;
    background: #fff;
    border:2px solid #ccc;
    margin: 0 10px !important;
}
.honor .honor-item .swiper-pagination-bullet-active {
    border: 2px solid #074425;
}

@media (max-width: 1024px){
.honor {
    padding:0.6rem 0 0 0;
    /* background:#e4e0dd; */
}
.honor .honor-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 0.3rem 2%;
}
.honor .honor-item .word {
    width:100%;
    margin: 0;
}
.honor .honor-item .word .vip {
    display:inline-block;
    margin:0 0 0.6rem 0;
    padding:0.3rem 0;
    border-top:1px solid #afafaf;
    border-bottom:1px solid #afafaf;
}
.honor .honor-item .word .vip p {
    font-size: 18px;
    color: #1d1d1f;
    font-family: "MiSans-Medium";
}

.honor .honor-item .word .honor-title {
    height: auto;
    overflow-y: auto;
}
.honor .honor-item .word .honor-title ul {}
.honor .honor-item .word .honor-title ul li {
    font-size: 16px;
    color:#666;
    font-family: "MiSans-Regular";
}
.honor .honor-item .word .honor-title ul li::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/honor/honor-icon.svg) no-repeat center center / 26px;
    margin: 0 0.05rem 0 0;
    display: inline-block;
    vertical-align: middle;
}

.honor .honor-item .photo {
    position: static;
    width:100%;
}
.honor .honor-item .photo .honor-swiper {}
.honor .honor-item .photo .honor-swiper ul {}
.honor .honor-item .photo .honor-swiper ul li {
  position: relative;
  padding: 0.05rem;
  transition: 0.6s;
}
.honor .honor-item .photo .honor-swiper ul li.swiper-slide-active {
  z-index: 9999;
}
.honor .honor-item .photo .honor-swiper ul li .honor-photo{
    position: relative;
    width: 100%;
    padding-top:200%;
    margin-bottom: 80%;
}
.honor .honor-item .photo .honor-swiper ul li figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.honor .honor-item .photo .honor-swiper ul li figure img {
    position: relative;
    z-index: 2;
    width: 100%;
}
.honor .honor-item .photo .honor-swiper ul li::after {
  width: 110%;
  padding-top: 81.3%;
  position: absolute;
  left: 50%;
  bottom: 0%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../images/honor/honorBase.png") no-repeat top;
  background-size: 100%;
  content: "";
  display: block;
  z-index: 1;
}
}