.banner-inner .banner-content .title p {
  color: #ffffff !important;
}

.banner-inner .banner-content .desc p {
  color: #ffffff !important;
}

#app{
  background: #fbffff;
}
/* honor list styles */
.honor {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 78px 0 82px;
  background: #fbffff;
  position: relative;
}
.honor .back1 {
  position: absolute;
  top: -40%;
  right: -10%;
  width: 360px;
  height: 777px;
  opacity: 0.42;
  background: radial-gradient(50% 50% at 50% 50%, #32a2de3d 0%, #32a2de00 100%);
}

.honor .back2 {
  position: absolute;
  bottom: -40%;
  right: 0%;
  width: 673px;
  height: 777px;
  opacity: 0.42;
  background: radial-gradient(50% 50% at 50% 50%, #32a2de3d 0%, #32a2de00 100%);
}
.honor .back3 {
  position: absolute;
  bottom: 20%;
  left: -10%;
  width: 615px;
  height: 777px;
  opacity: 0.42;
  background: radial-gradient(50% 50% at 50% 50%, #32a2de3d 0%, #32a2de00 100%);
}

.honor .inner {
  display: flex;
  flex-wrap: wrap;
  width: 84%;
  margin: 0 auto;
  z-index: 2;
}

.honor .section1 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  gap: 66px 22px;
}

.honor .section1 .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 31%;
  padding: 46px 44px 42px;
  border-radius: 24px 0 24px 0;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(38, 76, 98, 0.12);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease;
}

.honor .section1 .item:hover {
  box-shadow: 0 18px 42px rgba(38, 76, 98, 0.18);
}

.honor .section1 .item el-image {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.honor .section1 .item .el-image {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.honor .section1 .item .el-image__inner {
  display: flex;
  width: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.honor .section1 .item img {
  display: flex;
  width: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.honor .section1 .item:hover .el-image__inner {
  transform: scale(1.05);
}

.honor .section1 .item:hover img {
  transform: scale(1.05);
}

/* honor pagination styles */
.honor .page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 26px;
  margin-top: 78px;
}

.honor .pre-pageBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 18px 16px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(49, 92, 112, 0.1);
  cursor: pointer;
  transition: all 0.5s ease;
}

.honor .pre-pageBtn:hover {
  box-shadow: 0 14px 30px rgba(49, 92, 112, 0.16);
}

.honor .pre-pageBtn svg {
  width: 31px;
  height: 21px;
  display: block;
  flex: none;
}

.honor .next-pageBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 18px 16px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(49, 92, 112, 0.1);
  cursor: pointer;
  transition: all 0.5s ease;
}

.honor .next-pageBtn:hover {
  box-shadow: 0 14px 30px rgba(49, 92, 112, 0.16);
}

.honor .next-pageBtn svg {
  width: 31px;
  height: 21px;
  display: block;
  flex: none;
}

.honor .pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.honor .pages .num {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #2d3740;
  cursor: pointer;
  transition: all 0.5s ease;
}

.honor .pages .num-active {
  background: #1d94cc;
  color: #ffffff;
}

.honor .pages .num:hover {
  background: #1d94cc;
  color: #ffffff;
}

/* honor pagination unified with pros page styles */
.honor .page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 37px;
  margin-top: 78px;
}

.honor .pre-pageBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  width: 68px;
  height: 68px;
  min-width: 68px;
  min-height: 68px;
  max-width: 68px;
  max-height: 68px;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0px 10px 40px #d8d8d880;
  cursor: pointer;
  transition: all 0.5s ease;
}

.honor .pre-pageBtn:hover {
  background: #edf8fd;
}

.honor .pre-pageBtn svg {
  width: 31px;
  height: 21px;
}

.honor .next-pageBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  width: 68px;
  height: 68px;
  min-width: 68px;
  min-height: 68px;
  max-width: 68px;
  max-height: 68px;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0px 10px 40px #d8d8d880;
  cursor: pointer;
  transition: all 0.5s ease;
}

.honor .next-pageBtn:hover {
  background: #edf8fd;
}

.honor .next-pageBtn svg {
  width: 31px;
  height: 21px;
}

.honor .pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.honor .pages .num {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
  color: #333333;
  font-family: DIN;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.5s ease;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  max-width: 52px;
  max-height: 52px;
  border-radius: 8px;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  flex: none;
}

.honor .pages .num-active {
  background: #1d82b8;
  color: #ffffff;
  font-family: DIN;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
}

.honor .pages .num:hover {
  background: #1d82b8;
  color: #ffffff;
  font-family: DIN;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
}

.honor .pages .page-more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #1d94cc;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  flex: none;
}

/* responsive: honor page */
@media only screen and (max-width: 1280px) {
  .aboutNav {
    gap: 110px;
  }

  .aboutNav .item {
    width: auto;
    padding: 18px 0;
  }

  .aboutNav .item p {
    font-size: 22px;
    line-height: 24px;
  }

  .honor {
    padding: 64px 0 72px;
  }

  .honor .inner {
    width: 88%;
  }

  .honor .back1 {
    width: 320px;
    height: 620px;
  }

  .honor .back2 {
    width: 560px;
    height: 640px;
  }

  .honor .back3 {
    width: 520px;
    height: 640px;
  }

  .honor .section1 {
    gap: 50px 22px;
  }

  .honor .section1 .item {
    width: 31.4%;
    padding: 40px 36px;
    border-radius: 22px 0 22px 0;
  }

  .honor .page {
    gap: 32px;
    margin-top: 66px;
  }

  .honor .pre-pageBtn,
  .honor .next-pageBtn {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
  }

  .honor .pages .num,
  .honor .pages .num-active,
  .honor .pages .num:hover {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    font-size: 22px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 1024px) {
  .aboutNav {
    gap: 90px;
  }

  .aboutNav .item {
    width: auto;
    padding: 16px 0;
  }

  .aboutNav .item p {
    font-size: 20px;
    line-height: 24px;
  }

  .honor {
    padding: 54px 0 62px;
  }

  .honor .inner {
    width: 90%;
  }

  .honor .back1 {
    width: 280px;
    height: 520px;
  }

  .honor .back2 {
    width: 420px;
    height: 560px;
  }

  .honor .back3 {
    width: 420px;
    height: 560px;
  }

  .honor .section1 {
    gap: 38px 20px;
  }

  .honor .section1 .item {
    width: 31.4%;
    padding: 34px 28px;
    border-radius: 20px 0 20px 0;
  }

  .honor .page {
    gap: 26px;
    margin-top: 56px;
  }

  .honor .pages {
    gap: 14px;
  }
}

@media only screen and (max-width: 820px) {
  .aboutNav {
    gap: 70px;
  }

  .aboutNav .item {
    width: auto;
    padding: 14px 0;
  }

  .aboutNav .item p {
    font-size: 18px;
    line-height: 22px;
  }

  .honor {
    padding: 42px 0 50px;
  }

  .honor .inner {
    width: 90%;
  }

  .honor .back1,
  .honor .back2,
  .honor .back3 {
    display: none;
  }

  .honor .section1 {
    gap: 24px 20px;
  }

  .honor .section1 .item {
    width: 48%;
    padding: 24px 22px;
    border-radius: 20px 0 20px 0;
  }

  .honor .page {
    gap: 22px;
    margin-top: 42px;
  }

  .honor .pre-pageBtn,
  .honor .next-pageBtn {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    max-width: 52px;
    max-height: 52px;
  }

  .honor .next-pageBtn svg,
  .honor .pre-pageBtn svg {
    width: 26px;
    height: 18px;
  }

  .honor .pages .num,
  .honor .pages .num-active,
  .honor .pages .num:hover {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
    font-size: 20px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .aboutNav {
    border-bottom-width: 6px;
    gap: 52px;
  }

  .aboutNav .item {
    width: auto;
    padding: 14px 0;
  }

  .aboutNav .item p {
    font-size: 16px;
    line-height: 22px;
  }

  .honor {
    padding: 20px 0;
  }

  .honor .inner {
    width: 92%;
  }

  .honor .section1 {
    gap: 20px;
  }

  .honor .section1 .item {
    width: 48%;
    padding: 20px;
    border-radius: 20px 0 20px 0;
  }

  .honor .page {
    gap: 20px;
    margin-top: 20px;
  }

  .honor .pre-pageBtn,
  .honor .next-pageBtn {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    max-width: 46px;
    max-height: 46px;
  }

  .honor .next-pageBtn svg,
  .honor .pre-pageBtn svg {
    width: 24px;
    height: 16px;
  }

  .honor .pages {
    gap: 10px;
  }

  .honor .pages .num,
  .honor .pages .num-active,
  .honor .pages .num:hover {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    max-width: 38px;
    max-height: 38px;
    font-size: 18px;
    line-height: 24px;
  }

  .honor .pages .page-more {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .aboutNav {
    gap: 36px;
  }

  .aboutNav .item {
    width: auto;
  }

  .aboutNav .item p {
    font-size: 15px;
    line-height: 20px;
  }

  .honor .section1 .item {
    width: 100%;
    padding: 20px;
  }

  .honor .page {
    gap: 14px;
  }

  .honor .pages {
    gap: 8px;
  }
}

@media only screen and (max-width: 414px) {
  .aboutNav {
    gap: 20px;
  }

  .aboutNav .item {
    padding: 12px 0;
  }

  .aboutNav .item p {
    font-size: 14px;
    line-height: 20px;
  }

  .honor .section1 .item {
    padding: 18px;
    border-radius: 18px 0 18px 0;
  }

  .honor .pre-pageBtn,
  .honor .next-pageBtn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
  }

  .honor .next-pageBtn svg,
  .honor .pre-pageBtn svg {
    width: 20px;
    height: 14px;
  }

  .honor .pages .num,
  .honor .pages .num-active,
  .honor .pages .num:hover {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
    font-size: 16px;
    line-height: 22px;
  }

  .honor .pages .page-more {
    display: none;
  }
}

@media only screen and (max-width: 375px) {
  .aboutNav {
    gap: 16px;
  }

  .aboutNav .item p {
    font-size: 13px;
    line-height: 18px;
  }

  .honor .section1 .item {
    padding: 16px;
    border-radius: 16px 0 16px 0;
  }

  .honor .page {
    gap: 10px;
  }

  .honor .pages {
    gap: 6px;
  }

  .honor .pages .num,
  .honor .pages .num-active,
  .honor .pages .num:hover {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
    font-size: 15px;
    line-height: 20px;
  }
}
