.demand-ul li {
  cursor: pointer; /* 使鼠标指针变成小手 */
}
.right_contents {
    padding: 20px 0px;
}
.shownews {
    position: relative;
}
.sidebar {
    width: 17% !important;
}
.sidebar .sub-nav li a {
    font-size: 14px;
    padding: 0 15px;
    font-weight: bold; 
}
.caselist .honor {
    height: 420px !important;
}
.caselist .honor a .img {
    height: 376px !important;
}
.caselist .honor a .img img {
    height: 376px !important;
}
.modal {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  padding: 108px 0; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 530px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
        .honor {
            width: 100%;
            margin: 0 auto;
            padding: 60px 20px;
            box-sizing: border-box;
            position: relative;
        }
        .swiper-container {
            width: 100%;
            height: 400px;
            overflow: hidden;
        }
        .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .swiper-slide img {
            max-height: 100%;
            max-width: 100%;
            border: 2px solid #ddd;
            border-radius: 8px;
        }
        .swiper-pagination {
            text-align: center;
            padding-top: 10px;
        }