.speech-bg {
  background: url(../images/icons/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: 0.4rem 0;
}
.honor-item {
  position: relative;
  margin: 0 0.3rem;
  width: 50%;
}

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

.honor-border {
  height: 1.1rem;
  border: 0.05rem solid #bd0a1a;
  position: relative;
  padding: 0.05rem;
  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: 0.12rem;
  text-align: center;
  color: #333333;
  padding-top: 0.2rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-weight: 400;
  text-overflow: ellipsis;
  line-height: 0.16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.honor-bottom-bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.15rem;
}
.honor-right-bg {
  height: 1.1rem;
  position: absolute;
  top: 0;
  right: -0.25rem;
  width: 0.25rem;
}

.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;
}
.swiper-btn-box {
  position: relative;
  top: 0.7rem;
  width: 2rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.my-swiper-next::after {
  display: none;
}
.my-swiper-next {
  width: 0.45rem;
  height: 0.3rem;
  background: url(../images/icons/circle-arrow-right.png);
  z-index: 20;
  background-size: cover;
  /* top: 0.5rem; */
  background-repeat: no-repeat;
  background-color: #f9f9f9;
  background-position: center;
  border-radius: 0.5rem;
  position: relative;
}
.my-swiper-next:hover {
  background-position: center;
  background: url(../images/icons/circle-arrow-right-active.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #df0014;
  background-position: center;
}

.my-swiper-prev::after {
  display: none;
}
.my-swiper-prev {
  width: 0.45rem;
  height: 0.3rem;
  background: url(../images/icons/circle-arrow-left.png);
  z-index: 20;
  background-size: cover;
  /* top: 0.3rem; */
  background-repeat: no-repeat;
  background-color: #f9f9f9;
  background-position: center;
  border-radius: 0.5rem;
  position: relative;
}

.my-swiper-prev:hover {
  background: url(../images/icons/circle-arrow-left-active.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #df0014;
  background-position: center;
}
.honor-swiper-img {
  width: 100%;
  object-fit: contain;
  height: 47vh;
}

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