body {
  margin: 0;
  padding: 0;
}

.fade-up {
  transform: translate(0, 20px);
  opacity: 0;
}

/* 轮播图样式 */
.carousel-prev,
.carousel-next {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  background-size: 56px 56px;
  padding: 0 0;
  z-index: 10;
}

.carousel-prev:hover {
  background-image: url('../../img/newWebsite/nav-blue.png');
}

.carousel-next:hover {
  background-image: url('../../img/newWebsite/nav-right-blue.png');
}

.carousel-prev {
  background-image: url('../../img/newWebsite/nav-left.png');
}

.carousel-next {
  background-image: url('../../img/newWebsite/nav-right.png');
}


/* banner和面包屑 start */
.banner-intro {
  width: 100%;
  height: 290px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  background-image: url('../../img/newWebsite/about-banner.png');
}

.banner-intro .main {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.local-title {
  font-size: 58px;
  font-weight: 500;
  line-height: 58px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}

.local-nav {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

/* banner和面包屑 end */
.text-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.about-container {
  width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
}

.about-content {
  display: flex;
  gap: 48px;
  padding: 88px 0 56px;
}

.about-content img {
  width: 600px;
  height: 380px;
  object-fit: contain;
}

.content-title {
  margin-top: 36px;
}

.content-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-align: justify;
  color: #646464;
  margin: 24px 0;
}

.content-btn {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #3875F6;
  cursor: pointer;
}

.member-content {
  margin: 48px 0;
  width: 100%;
  height: 166px;
}

.member-content-title {
  font-family: AlibabaPuHuiTi;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  color: #292929;
}

.member-content-img {
  margin-top: 28px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.member-content-img img {
  width: 227px;
  height: 104px;
}

.boss-container {
  padding-top: 60px;
}

.boss-content {
  height: 844px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../../img/newWebsite/boss.png');
  position: relative;
}

.boss-content img {
  width: 560px;
  height: 472px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
}

.honor-container {
  padding: 88px 0 94px;
  width: 1220px;
  margin: 0 auto;
}

.honor-title {
  text-align: center;
  margin-bottom: 28px;
}

.honor-swiper {
  width: 100%;
  position: relative;
}

.honor-swiper .swiper {
  padding: 20px 10px;
  box-sizing: border-box;
}

.honor-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.empty-slide {
  visibility: hidden;
}

.honor-swiper .swiper-button-prev,
.honor-swiper .swiper-button-next {
    width: 56px;
    height: 56px;
    user-select: none;
    pointer-events: auto;
}

.honor-swiper .swiper-button-prev {
  left: -48px;
}

.honor-swiper .swiper-button-next {
  right: -48px;
}

.honor-item {
  width: 384px;
  height: 388px;
  border-radius: 12px;
  box-sizing: border-box;
  background: #F8FBFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 24px 20px;
}

.honor-item:hover {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
}

.honor-item img {
  width: 344px;
  height: 258px;
  border-radius: 12px;
}

.honor-content {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #3D3D3D;
}