.about-banner {
  background: linear-gradient(100deg, #238bd5, #d7efff);
}

.about-intro {
  min-height: 6rem;
  background-image: url(../images/aboutBack3.png);
}

.about-intro .main {
  display: flex;
  padding: 1rem 0;
  align-items: center;
  gap: 2.1rem;
}

.about-intro .left {
  width: 7.8rem;
}

.about-intro h2 {
  position: relative;
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
  padding-bottom: .24rem;
  margin-bottom: .5rem;
}

.about-intro h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: .72rem;
  height: .04rem;
  background: #0069b8;
}

.about-intro .left .desc {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.3rem;
  margin-bottom: .44rem;
}

.intro-list .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: .28rem;
}

.intro-list img {
  width: .45rem;
  height: .45rem;
  margin-right: .2rem;
}

.intro-list h3 {
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  margin-bottom: .14rem;
}

.intro-list p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
}

.about-intro .right {
  width: 5.22rem;
  height: 2.06rem;
}

.org-section {
  /*background: #eaf7ff;*/
  background: linear-gradient( 219deg, #E7F2FA 0%, #FFFFFF 100%);
  padding: .6rem 0 .9rem;
}

.org-chart {
  margin-top: .5rem;
}

.history-section {
  min-height: 8.5rem;
  padding: .8rem 0 1.5rem;
  overflow: hidden;
  background-image: url(../images/aboutBack4.png);
}

.history-swiper {
  width: 100%;
  margin-top: .72rem;
  overflow: visible;
}

.history-swiper .swiper-wrapper {
  /* align-items: center; */
}

.history-swiper .swiper-slide {
  width: 8.8rem;
  height: 3.3rem;
  display: flex;
  align-items: stretch;
}

.history-card {
  width: 4.2rem;
  height: 100%;
  display: flex;
  background: #fff;
  border-radius: .06rem;
  box-shadow: 0 .05rem .24rem rgba(0, 60, 120, .1);
  overflow: hidden;
  opacity: 0;
  transition: width .45s, opacity .3s;
}

.history-swiper .swiper-slide-active .history-card {
  width: 8.8rem;
  opacity: 1;
}

.history-swiper .swiper-slide-prev .history-card,
.history-swiper .swiper-slide-next .history-card {
  opacity: .78;
}

.history-swiper .swiper-slide-prev .history-card {
  margin-left: auto;
}

.history-swiper .swiper-slide-prev .history-card .text {
  display: none;
}

.history-swiper .swiper-slide-next .history-card .imgBox {
  display: none;
}

.history-card .text {
  width: 4.8rem;
  flex: 0 0 4.8rem;
  padding: .46rem .4rem;
}

.history-swiper .swiper-slide-next .history-card .text {
  width: 100%;
  flex-basis: 100%;
}

.history-card h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .14rem;
  margin-bottom: .2rem;
  padding-bottom: .16rem;
  border-bottom: .01rem solid #ddd;
}

.history-card h3 strong {
  font-weight: bold;
  font-size: 0.28rem;
  color: #222;
}

.history-card h3 span {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
}

.history-swiper .swiper-slide-active .history-card h3 strong,
.history-swiper .swiper-slide-active .history-card h3 span {
  color: #005BAC;
}

.history-card p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
}

.history-card .imgBox {
  flex: 1;
  min-height: 100%;
  background: #e9f4fb;
}

.history-card .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-timeline {
  position: relative;
  width: 15rem;
  height: .9rem;
  display: flex;
  align-items: flex-start;
  margin: .7rem auto 0;
}

.history-thumbs {
  width: 0;
  flex: 1;
  height: .9rem;
  overflow: visible;
}

.history-thumbs::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: .2rem;
  height: .02rem;
  background: #9fc7e4;
}

.history-thumbs .swiper-slide {
  position: relative;
  height: .9rem;
  display: flex;
  justify-content: center;
  padding-top: .52rem;
  font-size: .2rem;
  color: #333;
  cursor: pointer;
}

.history-thumbs .swiper-slide::before {
  content: '';
  position: absolute;
  left: 50%;
  top: .12rem;
  z-index: 1;
  width: .16rem;
  height: .16rem;
  background: #0069b8;
  border: .04rem solid #a4d6f5;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: box-shadow .3s, transform .3s;
}

.history-thumbs .swiper-slide-thumb-active {
  color: #0069b8;
  font-weight: bold;
}

.history-thumbs .swiper-slide-thumb-active::before {
  box-shadow: 0 0 0 .15rem rgba(0, 105, 184, .12);
  transform: translateX(-50%) scale(1.08);
}

.history-prev,
.history-next {
  position: relative;
  z-index: 2;
  flex: 0 0 .42rem;
  width: .42rem;
  height: .42rem;
  margin-top: 0;
  border-radius: 50%;
  background: #e1e1e1;
}

.history-next {
  margin-left: .35rem;
}

.history-prev:hover,
.history-next:hover {
  background: #0069b8;
}

.history-prev {
  margin-right: .35rem;
}

.history-prev::before,
.history-next::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: .12rem;
  height: .12rem;
  border-top: .03rem solid currentColor;
  border-right: .03rem solid currentColor;
}

.history-prev::before {
  color: #0069b8;
  transform: translate(-35%, -50%) rotate(-135deg);
}

.history-next::before {
  color: #0069b8;
  transform: translate(-65%, -50%) rotate(45deg);
}

.history-prev:hover::before,
.history-next:hover::before {
  color: #fff;
}

.honor-section {
  background: #fff;
}

.qualify {
  min-height: 5.95rem;
  background-image: url(../images/aboutBack5.png);
  padding: .62rem 0 .84rem;
}

.qualify-swiper-wrap {
  position: relative;
}

.qualify-swiper {
  width: 14.4rem;
  margin: 0 auto;
  padding: .5rem 0 .7rem;
  padding: .5rem 0 1rem;
}

.qualify-swiper .swiper-wrapper {
  align-items: center;
}

.qualify-swiper .swiper-slide {
  width: 2.38rem;
  height: 3.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.qualify-item {
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform .35s;
}

.cert-img {
  position: relative;
  width: 100%;
  height: 100%;
  padding: .16rem;
  background: rgba(255, 255, 255, .1);
  border: .02rem solid #fff;
  box-shadow: 0 .02rem .1rem rgba(0, 60, 120, .08);
  transition: height .35s, padding .35s, background .35s;
}

.cert-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cert-img img[src=''] {
  display: none;
}

.qualify-item p {
  min-height: .28rem;
  margin-top: .24rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #5F5D5D;
  /*white-space: nowrap;*/
  transition: color .3s, font-weight .3s, transform .35s;
}

.qualify-swiper .swiper-slide-active .qualify-item .cert-img {
  padding: .2rem;
  background: rgba(255, 255, 255, .46);
}

.qualify-swiper .swiper-slide-active {
  /*width: 2.8rem;*/
  /*height: 3.82rem;*/
  /*background: rgba(255, 255, 255, .72);*/
    transform: scale(1.12);
}

.qualify-swiper .swiper-slide-active .qualify-item p {
  color: #222;
  font-size: 0.18rem;
  font-weight: bold;
  margin-top: .41rem;
  margin-top: .21rem;
}

.qualify-prev,
.qualify-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: .42rem;
  height: .42rem;
  border-radius: 50%;
  background: #e1e1e1;
}

.qualify-prev {
  left: 0;
}

.qualify-next {
  right: 0;
}

.qualify-prev:hover,
.qualify-next:hover {
  background: #0069b8;
}

.qualify-prev::before,
.qualify-next::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: .12rem;
  height: .12rem;
  border-top: .02rem solid currentColor;
  border-right: .02rem solid currentColor;
}

.qualify-prev::before {
  color: #0069b8;
  transform: translate(-35%, -50%) rotate(-135deg);
}

.qualify-next::before {
  color: #0069b8;
  transform: translate(-65%, -50%) rotate(45deg);
}

.qualify-prev:hover::before,
.qualify-next:hover::before{
  color: #fff;
}

.honor-wrap {
  padding: .8rem 0 1.5rem;
}

.honor-wrap .page-title {
  text-align: left;
}

.honor-wrap .page-title h2::after {
  left: 0;
  transform: translateX(0%);
}

.honor-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .3rem .2rem;
  margin-top: .5rem;
}

.honor-list .item {
  text-align: center;
}

.honor-list .imgBox {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .44rem .48rem;
  background: #F8F8F8;
  background-image: url(../images/honorBack1.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.honor-list .imgBox img {
  width: 100%;
  height: 100%;
  padding: .12rem;
  background: rgba(255, 255, 255, 0.45);
  border: 0.01rem solid #FFFFFF;
}

.honor-list .item:hover .imgBox {
  background-image: url(../images/honorBack2.png);
}

.honor-list p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  margin-top: .25rem;
}

.honor-list .item:hover p {
  color: #005BAC;
}

.partner-page {
  min-height: 8.19rem;
  background-color: linear-gradient( 90deg, rgba(12,119,213,0.76) 0%, rgba(0,91,172,0) 100%);
  background-image: url(../images/aboutBack6.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: .8rem 0 1.5rem;
}

.partner-marquee {
  width: 16rem;
  margin: .62rem auto 0;
  overflow: hidden;
}

.partner-row {
  overflow: hidden;
}

.partner-row:not(:last-child) {
  margin-bottom: .28rem;
}

.partner-track {
  width: max-content;
  display: flex;
  animation: partnerScroll 28s linear infinite;
  padding: .1rem 0;
}

.partner-row:nth-child(even) .partner-track {
  animation-name: partnerScrollReverse;
}

.partner-row:hover .partner-track {
  animation-play-state: paused;
}

.partner-set {
  flex: 0 0 auto;
  display: flex;
  gap: .22rem;
  padding-right: .22rem;
}

.partner-set a {
  flex: 0 0 auto;
  width: 2.62rem;
  height: 1.28rem;
  /*background: #fff;*/
  background: #F8F8F8;
  box-shadow: 0 .03rem .14rem rgba(0, 0, 0, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.partner-set a:hover{
    background: #fff;
}

.partner-set img {
  max-width: 80%;
  max-height: .82rem;
  object-fit: contain;
}

.partner-set img[src=''] {
  display: none;
}

@keyframes partnerScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes partnerScrollReverse {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .about-intro {
    min-height: auto;
  }

  .about-intro .main {
    display: block;
    padding: .72rem 0;
  }

  .about-intro .left,
  .about-intro .right {
    width: 100%;
  }

  .about-intro h2 {
    font-size: .38rem;
    line-height: .5rem;
    margin-bottom: .36rem;
  }

  .about-intro .left .desc {
    font-size: .24rem;
    line-height: .42rem;
  }

  .intro-list .item {
    margin-bottom: .34rem;
  }

  .intro-list img {
    width: .62rem;
    height: .62rem;
    margin-right: .2rem;
  }

  .intro-list h3 {
    font-size: .25rem;
  }

  .intro-list p {
    font-size: .22rem;
    line-height: .36rem;
  }

  .about-intro .right {
    height: 2.8rem;
    margin-top: .36rem;
  }

  .org-section {
    padding: .56rem 0 .7rem;
  }

  .org-chart {
    margin-top: .36rem;
    overflow-x: auto;
  }

  .org-chart img {
    max-width: none;
    width: 11rem;
  }

  .history-section {
    min-height: auto;
    padding: .62rem 0 .86rem;
  }

  .history-swiper {
    margin-top: .48rem;
  }

  .history-swiper .swiper-slide {
    width: 6.6rem;
    height: auto;
  }

  .history-card,
  .history-swiper .swiper-slide-active .history-card {
    width: 6.6rem;
    /* display: block; */
    flex-direction: column;
  }

  .history-swiper .swiper-slide-prev .history-card .text,
  .history-swiper .swiper-slide-next .history-card .imgBox {
    display: block;
  }

  .history-card .text,
  .history-swiper .swiper-slide-next .history-card .text {
    width: 100%;
    flex-basis: auto;
    padding: .34rem;
  }

  .history-card .imgBox {
    height: 2.6rem;
    min-height: 0;
    flex: none;
    margin-top: auto;
  }

  .history-card h3 strong {
    font-size: .34rem;
  }

  .history-card h3 span,
  .history-card p {
    font-size: .22rem;
    line-height: .38rem;
  }

  .history-timeline {
    width: 92%;
    height: .98rem;
    margin-top: .44rem;
    overflow: hidden;
    padding-top: .1rem;
  }

  .history-prev,
  .history-next {
    flex-basis: .52rem;
    width: .52rem;
    height: .52rem;
  }

  .history-prev {
    margin-right: .16rem;
  }

  .history-next {
    margin-left: .16rem;
  }

  .history-thumbs .swiper-slide {
    font-size: .22rem;
  }

  .qualify {
    min-height: auto;
    padding: .56rem 0 .76rem;
  }

  .qualify-swiper {
    width: 100%;
    padding: .38rem 0 .62rem;
  }

  .qualify-swiper .swiper-slide {
    width: 2.4rem;
    height: 3.25rem;
  }

  .qualify-swiper .swiper-slide-active {
    width: 2.7rem;
    height: 3.62rem;
  }

  .qualify-prev,
  .qualify-next {
    width: .52rem;
    height: .52rem;
  }

  .honor-wrap {
    padding: .62rem 0 .9rem;
  }

  .honor-list {
    grid-template-columns: repeat(2, 1fr);
    gap: .34rem .2rem;
    margin-top: .42rem;
  }

  .honor-list .imgBox {
    height: 2.7rem;
    padding: .32rem;
  }

  .honor-list p {
    font-size: .22rem;
    line-height: .34rem;
    margin-top: .18rem;
  }

  .partner-page {
    min-height: auto;
    padding: .62rem 0 .92rem;
    background-size: auto 100%;
  }

  .partner-marquee {
    width: 100%;
    margin-top: .44rem;
  }

  .partner-row:not(:last-child) {
    margin-bottom: .18rem;
  }

  .partner-set {
    gap: .18rem;
    padding-right: .18rem;
  }

  .partner-set a {
    width: 2.35rem;
    height: 1.12rem;
  }
}
