.speech-bg {
  background: url(../image/desc-bg.png) no-repeat center center/cover;
  width: 100%;
  height: 978px;
}
.speech-wrap {
  padding: 85px;
  width: 900px;
  margin: auto;
}
.speech-title {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 70px;
}

.speech-text {
  font-size: 20px;
  font-weight: 400;
  color: #5b5b5b;
  line-height: 38px;
}

.company-wrap {
  padding-top: 90px;
}

.company-name {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
}

.company-time {
  font-size: 24px;
  color: #666666;
  margin-top: 19px;
}
.company-info {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.company-text {
  width: 556px;
  font-size: 15px;
  color: #5b5b5b;
  margin-right: 40px;
  margin-top: 32px;
  line-height: 28px;
}
.company-img-wrap {
  width: 825px;
  height: 800px;
  position: relative;
}

.group-img {
  width: 600px;
  height: 500px;
}

.desc-img {
  width: 400px;
  height: 500px;
}
.desc-log-img {
  width: 457px;
  height: 457px;
}
.desc-img-1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.desc-img-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.desc-log-img-1 {
  position: absolute;
  left: 50%;
  margin-left: -228px;
  top: 72px;
}
.desc-log-img-2 {
  position: absolute;
  right: 50%;
  margin-right: -228px;
  top: 72px;
  z-index: 1;
}

.leader-item {
  display: flex;
  background: linear-gradient(0deg, #f4f4f4 0%, #ffffff 100%);
}

.leader-img {
  width: 186px;
  height: 260px;
  display: block;
  margin-right: 65px;
  flex: none;
}
.leader-name {
  font-size: 24px;
  border-bottom: 1px solid rgba(232, 232, 232, 0.5);
}
.leader-work {
  font-size: 16px;
  color: #666666;
}
.leader-info {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.honor-row {
  display: flex;
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
}
.honor-item {
  background: #fff;
  position: relative;
  margin-right: 25px;
  cursor: pointer;
  width: 282px;
}

.honor-item:hover .honor-img {
  transform: scale(1.1);
}

.honor-border {
  width: 270px;
  height: 200px;
  border: 6px solid #bd0a1a;
  position: relative;
  padding: 10px 16px;
  box-sizing: border-box;
  z-index: 2;
}

.honor-img {
  width: 100%;
  height: 100%;
  display: block;
  flex: none;
  transition: transform 0.3s ease;
  object-fit: contain;
}

.honor-name {
  font-size: 16px;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
}

.honor-bottom-bg {
  width: 1200px;
  height: 98px;
  position: absolute;
  left: 0;
  bottom: -35px;
}
.honor-right-bg {
  width: 22px;
  height: 206px;
  position: absolute;
  top: -4px;
  right: -10px;
}

.honor-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
}
.honor-swiper-wrap {
  width: 120vh;
  height: 70vh;
  background: #ffffff;
  box-shadow: 0px 2px 32px 3px rgba(30, 30, 30, 0.14);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
}
.my-swiper-next::after {
  display: none;
}
.my-swiper-next {
  right: -85px;
  width: 50px;
  height: 50px;
  background: url(../image/circle-arrow-right.png);
  z-index: 20;
}
.my-swiper-next:hover {
  background: url(../image/circle-arrow-right-active.png);
}

.my-swiper-prev::after {
  display: none;
}
.my-swiper-prev {
  left: -85px;
  width: 50px;
  height: 50px;
  background: url(../image/circle-arrow-left.png);
  z-index: 20;
}

.my-swiper-prev:hover {
  background: url(../image/circle-arrow-left-active.png);
}
.honor-swiper-img {
  width: 100%;
  height: calc(70vh - 80px);
  object-fit: contain;
}

.honor-swiper-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.honor-modal-close {
  position: absolute;
  top: -19px;
  right: -19px;
}
