.page-common-wrapper {
  width: 1400px;
  margin: 0 auto;
}

/* 办事服务页面样式 */
.handle-service-wrapper {
  background: #f5f8fa;
  font-family: Source Han Sans;
  min-height: 100vh;
}

.top-part {
  width: 100%;
  margin: 0 auto;
  /* width: 1920px; */
  height: 300px;
  background-image: url("../images/iWantLook/regionalInnovation-banner.png");
  background-size: 100% 400px;
  background-repeat: no-repeat;
  padding-bottom: -100px;
}

.top-part .top-part-content {
  /* height: 423px; */
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-part .top-part-content .top-part-title {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.top-part .top-part-content .top-part-text {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  color: #ffffff;
  margin-top: 16px;
}



.mana-service-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;


}

.mana-service-list {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;

}

.mana-service-list .mana-service-list-card {
  width: 445px;
  height: 333px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 56px 0px 56px;
  gap: 24px;
  background: #FFFFFF;
  background-image: url("../images/iWantLook/mana-service-list-card-bg.png");
  background-size: 100% 100%;
  background-position: 142px 114px;
  background-repeat: no-repeat;

}

.mana-service-list-card>div:nth-child(1) {
  font-family: Source Han Sans;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #0075C0;
  text-align: center;
}

.mana-service-list-card>div:nth-child(2) {
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}



.selection-cultivation-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.selection-cultivation-desc {
  margin-top: 48px;
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #3D3D3D;
}







.cultivation-services-desc {
  margin-top: 48px;
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #3D3D3D;
}



.footer-contact-number {
  background: #FFFFFF;

  box-shadow: 8px -15px 24px 0px rgba(55, 60, 67, 0.2);
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-number-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.contact-number-label {
  font-family: Source Han Sans;
  font-size: 26px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333
}

.contact-number-value {
  font-family: Source Han Sans;
  font-size: 26px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #E95606
}

.page-common-slideshow-wrapper {
  overflow: hidden;
}




.page-common-slideshow-wrapper {
  /* width: 1000px; */
  /* width: 100%; */
  width: 1400px;
  margin: 0 auto;
  margin-top: 24px;
  overflow: hidden;
  position: relative;
  /* border-radius: 12px; */
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); */
  /* background-color: rgba(30, 30, 46, 0.8); */
  /* padding: 15px; */
}

.slideshow-content-wrapper {
  display: flex;
  height: 339px;

  animation: slideshowMove 20s linear infinite;
  /* animation: slideshowMove auto linear alternate; */

}

.slideshow-content-wrapper:hover {
  animation-play-state: paused !important;
  /* 悬停时暂停 */
}





















.mana-service-wrapper {
  width: 100%;
  background-image: url("../images/iWantLook/mana-service-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}

.mana-service-slideshow {

  /* width: 1400px; */
  width: 1448px;

  height: 340px;
  margin: 0 auto;
  margin-top: 48px;

}


.mana-service-slideshow .slideshow-content-wrapper {
  /* width: 100%; */
  width: calc(100% * 15);
  gap: 16px;
  /* 15 * 3 + 15 * 0.5 */
  animation: manaServiceSlideshowMove 52s linear infinite;

}


.mana-service-slideshow .slideshow-content-wrapper .slideshow-content-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 350px;
  height: 339px;
  overflow: hidden;
}

.mana-service-slideshow .slideshow-content-wrapper .slideshow-content-item>img {
  width: 350px;
  height: 288px;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;

}

.mana-service-slideshow .slideshow-content-wrapper .slideshow-content-item>img:hover {
  transform: scale(1.05);
}

.mana-service-slideshow .slideshow-content-wrapper .slideshow-content-item>div {
  font-family: Source Han Sans;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}

@keyframes manaServiceSlideshowMove {

  0%,
  6.6% {
    transform: translateX(0%);
  }

  7%,
  13.2% {
    /* 350 + 16 */
    transform: translateX(-366px);
  }

  14%,
  19.7% {
    transform: translateX(calc(-366px * 2));
  }

  20%,
  26.4% {
    transform: translateX(calc(-366px * 3));
  }

  27%,
  33% {
    transform: translateX(calc(-366px * 4));
  }

  34%,
  39.5% {
    transform: translateX(calc(-366px * 5));
  }


  40%,
  46.1% {
    transform: translateX(calc(-366px * 6));
  }

  47%,
  52.8% {
    transform: translateX(calc(-366px * 7));
  }

  53%,
  59.4% {
    transform: translateX(calc(-366px * 8));
  }

  60%,
  66% {
    transform: translateX(calc(-366px * 9));
  }

  67%,
  72.6% {
    transform: translateX(calc(-366px * 10));
  }

  73%,
  79.1% {
    transform: translateX(calc(-366px * 11));
  }

  80%,
  85.8% {
    transform: translateX(calc(-366px * 12));
  }

  86%,
  92.3% {
    transform: translateX(calc(-366px * 13));
  }

  93%,
  99% {
    transform: translateX(calc(-366px * 14));
  }

  99.5%,
  100% {
    transform: translateX(calc(-366px * 15));
  }


}



.selection-cultivation-wrapper {
  background: #F5F8FA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.selection-cultivation-slideshow {
  /* width: 100%; */
  width: 1444px;
  margin: 0 auto;
  margin-top: 48px;
  /* height: 400px; */
}

.selection-cultivation-slideshow .slideshow-content-wrapper {

  /* width: 500%; */
  width: calc(100% * 12);
  gap: 16px;
  height: 380px;
  /* 12 * 3 + 12 * 0.5 */
  animation: selectionCultivationSlideshowMove 42s linear infinite;
}

.selection-cultivation-slideshow .slideshow-content-wrapper .slideshow-content-item {
  width: 276px;
  height: 380px;
  overflow: hidden;
}

.selection-cultivation-slideshow .slideshow-content-wrapper .slideshow-content-item>img {
  width: 276px;
  height: 380px;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.selection-cultivation-slideshow .slideshow-content-wrapper .slideshow-content-item>img:hover {
  transform: scale(1.05);
}


@keyframes selectionCultivationSlideshowMove {

  /* 100 / 12 = 8.3 张图片 */
  0%,
  8.3% {
    transform: translateX(0%);
  }

  9%,
  16.6% {
    /* 276 + 16 */
    transform: translateX(-292px);
  }

  17%,
  24.9% {
    transform: translateX(calc(-292px * 2));
  }

  25%,
  33.2% {
    transform: translateX(calc(-292px * 3));
  }

  34%,
  41.5% {
    transform: translateX(calc(-292px * 4));
  }

  42%,
  49.8% {
    transform: translateX(calc(-292px * 5));
  }

  50%,
  58.1% {
    transform: translateX(calc(-292px * 6));
  }

  59%,
  66.4% {
    transform: translateX(calc(-292px * 7));
  }

  67%,
  74.7% {
    transform: translateX(calc(-292px * 8));
  }

  75%,
  83% {
    transform: translateX(calc(-292px * 9));
  }


  84%,
  91.3% {
    transform: translateX(calc(-292px * 10));
  }

  92%,
  99.6% {
    transform: translateX(calc(-292px * 11));
  }

  99.9%,
  100% {
    transform: translateX(calc(-292px * 12));
  }



  /* 100% {
    transform: translateX(0%);
  } */
}


.cultivation-services-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 120px;
  background-image: url("../images/iWantLook/cultivation-services-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;

}

.cultivation-services-wrapper .cultivation-services-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cultivation-services-slideshow {
  /* width: 100%; */
  /* width: 1400px; */
  width: 1488px;
  height: 242px;
  background-image: url("../images/iWantLook/cultivation-services-slideshow-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 48px;

}

.cultivation-services-slideshow .slideshow-content-wrapper {
  /* width: 400%; */
  width: calc(13 * 100%);
  height: 100%;
  gap: 16px;
  /* 3 * 13 + 1 */
  animation: cultivationServicesSlideshowMove 45.5s linear infinite;


}

.cultivation-services-slideshow .slideshow-content-wrapper .slideshow-content-item {
  width: 360px;
  height: 242px;
  overflow: hidden;
}


.cultivation-services-slideshow .slideshow-content-wrapper .slideshow-content-item img {
  width: 360px;
  height: 242px;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.cultivation-services-slideshow .slideshow-content-wrapper .slideshow-content-item img:hover {
  transform: scale(1.05);
}


@keyframes cultivationServicesSlideshowMove {

  /* 100 / 13 = 7.6 */
  0%,
  7.6% {
    transform: translateX(0%);
  }

  8%,
  15.2% {
    /* 360 + 16 */
    transform: translateX(-376px);
  }

  16%,
  22.7% {
    transform: translateX(calc(-376px * 2));
  }

  23%,
  30.4% {
    transform: translateX(calc(-376px * 3));
  }

  31%,
  38% {
    transform: translateX(calc(-376px * 4));
  }

  39%,
  45.5% {
    transform: translateX(calc(-376px * 5));
  }


  46%,
  53.1% {
    transform: translateX(calc(-376px * 6));
  }

  54%,
  60.8% {
    transform: translateX(calc(-376px * 7));
  }

  61%,
  68.3% {
    transform: translateX(calc(-376px * 8));
  }

  69%,
  76% {
    transform: translateX(calc(-376px * 9));
  }

  77%,
  83.6% {
    transform: translateX(calc(-376px * 10));
  }

  84%,
  91.1% {
    transform: translateX(calc(-376px * 11));
  }

  92%,
  98.8% {
    transform: translateX(calc(-376px * 12));
  }

  99%,
  100% {
    transform: translateX(calc(-376px * 13));
  }
}