.page {
  background-color: #fff;
  position: relative;
  width: 100%;
  min-width: 1440px;
  min-height: 100vh;
}


/* S 顶部导航 */
.nav-wrap {
  position: sticky;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: 9999;
  transition: box-shadow 0.3s ease;
}

.nav-wrap.nav-sticky-shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.nav-container {
  width: 1440px;
  height: 60px;
  margin: 0 auto;
  align-items: center;
  padding: 0 220px 0;
}

.nav-logo {
  width: 94px;
  height: 30px;
}

.nav-logo img {
  width: 94px;
  height: 30px;
}

.nav-menu {
  margin-left: 258px;
}

.nav-item {
  height: 60px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 60px;
  margin-left: 50px;
  position: relative;
  cursor: pointer;
}

.nav-item .nav-item-icon {
  margin-left: 5px;
  width: 16px;
  height: 16px;
}

.nav-item:first-child {
  margin-left: 0;
}

.nav-item:hover {
  color: #337AF6;
  font-weight: 500;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
}

.nav-item-active {
  color: #337AF6;
  font-weight: 500;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
}

.nav-item-active::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 25%;
  background-color: rgba(51, 122, 246, 1);
  border-radius: 1px;
  width: 50%;
  height: 2px;
}

.nav-item-submenu {
  position: absolute;
  top: 60px;
  left: -28px;
  width: 130px;
  height: 147px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 14px 0 23px;
  justify-content: space-between;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}

.nav-item:hover .nav-item-submenu,
.nav-item-submenu:hover {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  display: flex;
}

.nav-item-submenu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 12px solid #FFFFFF;
  filter: drop-shadow(1px -2px 2px rgba(0, 0, 0, 0.07));
}

.nav-item-submenu-item {
  display: flex;
  align-items: center;
}

.nav-item-submenu-item a {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  line-height: 21px;
  margin-left: 10px;
}

.nav-item-submenu-item img {
  width: 16px;
  height: 16px;
  margin-top: -2px;
}

/* E 顶部导航 */


.box_4 {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

#ghhd-banner-swiper {
  width: 100%;
  overflow: hidden;
}

#ghhd-banner-swiper .ghhd-banner-swiper-container {
  width: 100%;
}

#ghhd-banner-swiper .swiper-wrapper {
  width: 100%;
}

#ghhd-banner-swiper .swiper-slide {
  width: 100%;
}

#ghhd-banner-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#ghhd-banner-swiper .swiper-pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

#ghhd-banner-swiper .swiper-pagination-bullet {
  width: 34px;
  height: 4px;
  background: #000000;
  border-radius: 2px;
  opacity: 0.3;
  margin: 0 3px;
}

#ghhd-banner-swiper .swiper-pagination-bullet-active {
  background: #FFFFFF;
  opacity: 1;
}

.group_28 {
  width: 1440px;
  margin: 0 auto;
  padding: 0 240px;
}

.image-text_56 {
  width: 167px;
  height: 70px;
}

.image_3 {
  width: 70px;
  height: 70px;
}

.text-group_67 {
  width: 81px;
  height: 61px;
  margin-top: 6px;
}

.text_7 {
  width: 81px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
  font-family: Impact, system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
}

.text_8 {
  width: 64px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 16px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
  margin-top: 4px;
}

.image-text_57 {
  width: 167px;
  height: 70px;
  margin-left: 103px;
}

.image_4 {
  width: 70px;
  height: 70px;
}

.text-group_68 {
  width: 81px;
  height: 61px;
  margin-top: 6px;
}

.text_9 {
  width: 81px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
  font-family: Impact, system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
}

.text_10 {
  width: 64px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 16px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
  margin-top: 4px;
}

.image-text_58 {
  width: 154px;
  height: 70px;
  margin-left: 103px;
}

.image_5 {
  width: 70px;
  height: 70px;
}

.text-group_69 {
  width: 68px;
  height: 61px;
  margin-top: 6px;
}

.text_11 {
  width: 68px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
  font-family: Impact, system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
}

.text_12 {
  width: 64px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 16px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
  margin-top: 4px;
}

.image-text_59 {
  width: 151px;
  height: 70px;
  margin-left: 116px;
}

.image_6 {
  width: 70px;
  height: 70px;
}

.text-group_70 {
  width: 65px;
  height: 61px;
  margin-top: 6px;
}

.text_13 {
  width: 65px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
  font-family: Impact, system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
}

.text_14 {
  width: 64px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 16px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
  margin-top: 4px;
}

/* 吸顶容器样式 */
.sticky-header {
  position: sticky;
  top: 58px;
  background-color: white;
  z-index: 998;
  padding: 10px 0 0;
}

/* 吸顶时显示的阴影样式 */
.sticky-header.shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
}

.sticky-header.shadow .sticky-header-menu {
  margin-top: 20px;
}

.sticky-header-menu {
  width: 100%;
  margin-top: 35px;
  border-bottom: 1px solid #ededed;
}

.text-wrapper_17 {
  width: 1440px;
  margin: 0 auto;
  padding: 0 225px 20px 215px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  position: relative;
  flex-shrink: 0;
  overflow: visible;
}

/* 统一所有菜单按钮的基础样式 */
.text_15,
.text_16,
.text_17,
.text_18,
.text_19,
.text_20,
.text_21 {
  width: 120px;
  height: 31px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 31px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* 统一所有菜单按钮的悬停效果 */
.text_16:hover,
.text_17:hover,
.text_18:hover,
.text_19:hover,
.text_20:hover,
.text_21:hover {
  color: rgba(51, 122, 246, 1);
  transform: translateY(-2px);
}

/* 当前激活状态的菜单按钮样式 */
.text_15 {
  color: rgba(51, 122, 246, 1);
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
}

.text_15:hover {
  transform: translateY(-2px);
}

.box_10 {
  background-color: rgba(237, 237, 237, 1);
  height: 3px;
  width: 1440px;
  margin: 20px 0 66px 0;
}

.block_1 {
  background-color: rgba(51, 122, 246, 1);
  width: 120px;
  height: 3px;
  margin-left: 220px;
}

.box_50 {
  width: 392px;
  height: 67px;
  margin: 70px 0 0 524px;
}

.text-group_71 {
  width: 392px;
  height: 67px;
}

.text_22 {
  width: 120px;
  height: 40px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 40px;
  margin-left: 136px;
}

.text_23 {
  width: 392px;
  height: 19px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 14px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 19px;
  margin-top: 8px;
}

.text-wrapper_18 {
  width: 956px;
  height: 32px;
  margin: 144px 0 0 224px;
}

.text_24 {
  width: 180px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 12px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  line-height: 16px;
}

.paragraph_1 {
  width: 180px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 12px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  line-height: 16px;
  margin-left: 38px;
}

.paragraph_2 {
  width: 156px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 12px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  line-height: 16px;
  margin-left: 18px;
}

.paragraph_3 {
  width: 156px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 12px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  line-height: 16px;
  margin-left: 42px;
}

.paragraph_4 {
  width: 144px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 12px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  line-height: 16px;
  margin-left: 42px;
}

.text-wrapper_19 {
  width: 132px;
  height: 29px;
  margin: 60px 0 0 654px;
}

.text_25 {
  width: 132px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 22px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 29px;
}

.box_52 {
  width: 1140px;
  height: 332px;
  margin: 80px 0 106px 150px;
}

.label_1 {
  width: 40px;
  height: 40px;
  margin-top: 144px;
}


.label_2 {
  width: 40px;
  height: 40px;
  margin: 144px 0 0 38px;
}

.text-wrapper_20 {
  position: absolute;
  left: 224px;
  top: 167px;
  width: 996px;
  height: 128px;
}

.paragraph_5 {
  width: 72px;
  height: 48px;
  overflow-wrap: break-word;
  color: rgba(51, 122, 246, 1);
  font-size: 18px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: left;
  line-height: 24px;
  margin-top: 56px;
}

.text_26 {
  width: 106px;
  height: 128px;
  overflow-wrap: break-word;
  color: #EDF3FE;
  font-size: 110px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 128px;
  margin-left: 42px;
}

.paragraph_6 {
  width: 72px;
  height: 48px;
  overflow-wrap: break-word;
  color: rgba(51, 122, 246, 1);
  font-size: 18px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: left;
  line-height: 24px;
  margin: 56px 0 0 -2px;
}

.text_27 {
  width: 106px;
  height: 128px;
  overflow-wrap: break-word;
  color: #EDF3FE;
  font-size: 110px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 128px;
  margin-left: 6px;
}

.paragraph_7 {
  width: 72px;
  height: 48px;
  overflow-wrap: break-word;
  color: rgba(51, 122, 246, 1);
  font-size: 18px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: left;
  line-height: 24px;
  margin: 56px 0 0 14px;
}

.text_28 {
  width: 106px;
  height: 128px;
  overflow-wrap: break-word;
  color: #EDF3FE;
  font-size: 110px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 128px;
  margin-left: 9px;
}

.paragraph_8 {
  width: 72px;
  height: 48px;
  overflow-wrap: break-word;
  color: rgba(51, 122, 246, 1);
  font-size: 18px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: left;
  line-height: 24px;
  margin: 56px 0 0 11px;
}

.text_29 {
  width: 106px;
  height: 128px;
  overflow-wrap: break-word;
  color: #EDF3FE;
  font-size: 110px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 128px;
  margin-left: 4px;
}

.paragraph_9 {
  width: 72px;
  height: 48px;
  overflow-wrap: break-word;
  color: rgba(51, 122, 246, 1);
  font-size: 18px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: left;
  line-height: 24px;
  margin: 56px 0 0 16px;
}

.text_30 {
  width: 106px;
  height: 128px;
  overflow-wrap: break-word;
  color: #EDF3FE;
  font-size: 110px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 128px;
  margin-left: 6px;
}

.group_6 {
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.22);
  background-color: rgba(216, 216, 216, 1);
  border-radius: 15px;
  height: 332px;
  border: 3px solid rgba(255, 255, 255, 1);
  width: 169px;
  position: absolute;
  left: 978px;
  top: 893px;
}




.block_3 {
  background-color: rgba(255, 255, 255, 1);
  width: 113px;
  height: 15px;
  margin: 1px 0 0 25px;
}









.image_7 {
  position: absolute;
  left: 424px;
  top: 167px;
  width: 1px;
  height: 540px;
}

.image_8 {
  position: absolute;
  left: 622px;
  top: 167px;
  width: 1px;
  height: 540px;
}

.image_9 {
  position: absolute;
  left: 820px;
  top: 167px;
  width: 1px;
  height: 540px;
}

.image_10 {
  position: absolute;
  left: 1018px;
  top: 167px;
  width: 1px;
  height: 540px;
}

.box_19 {
  background-color: rgba(247, 249, 255, 1);
  width: 100%;
}

.box_53 {
  width: 448px;
  height: 67px;
  margin: 40px auto 0;
}

.text-group_72 {
  width: 448px;
  height: 67px;
}

.text_31 {
  width: 120px;
  height: 40px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 40px;
  margin-left: 164px;
}

.text_32 {
  width: 448px;
  height: 19px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 14px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  line-height: 19px;
  margin-top: 8px;
}

.box_54 {
  margin: 50px auto 0;
  width: 1440px;
  box-sizing: border-box;
  padding: 0 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.image-text_60 {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.image-text_60,
.image-text_61,
.image-text_62,
.image-text_63 {
  /* 为所有状态设置统一的基础样式 */
  position: relative;
  padding: 10px 0 24px;
  border-radius: 10px;
  background: transparent;
  transition: all 0.3s ease;
}

.image-text_60:hover,
.image-text_61:hover,
.image-text_62:hover,
.image-text_63:hover {
  background: #FFFFFF;
  box-shadow: 2px 2px 10px 0px rgba(63, 122, 251, 0.1);
  transform: translateY(-8px);
  z-index: 10;
}

.image-wrapper_1 {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image_11 {
  width: 80px;
  height: 77px;
}

.text-group_73 {
  width: 154px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text_33 {
  width: 128px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 10px;
}

.paragraph_10 {
  width: 154px;
  height: 40px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 14px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
  margin-top: 10px;
}

.image-text_61 {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.image-wrapper_2 {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image_12 {
  width: 79px;
  height: 76px;
}

.text-group_74 {
  width: 168px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text_34 {
  width: 134px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 10px;
}

.paragraph_11 {
  width: 168px;
  height: 40px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: center;
  margin-top: 10px;
}



.image-text_62 {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.image-wrapper_3 {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image_13 {
  width: 80px;
  height: 77px;
}

.text-group_75 {
  width: 134px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text_35 {
  width: 134px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 10px;
}

.paragraph_12 {
  width: 84px;
  height: 40px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: center;
  margin-top: 10px;
}

.image-text_63 {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}



.image-wrapper_4 {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image_14 {
  width: 80px;
  height: 77px;
}

.text-group_76 {
  width: 190px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text_36 {
  width: 190px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 10px;
}

.paragraph_13 {
  width: 168px;
  height: 40px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 14px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
  margin-top: 10px;
}

.text-wrapper_21 {
  width: 132px;
  height: 29px;
  margin: 60px 0 0 654px;
  margin: 60px auto 0;
}

.text_37 {
  width: 132px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 22px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 29px;
}

.box_55 {
  width: 1140px;
  height: 406px;
  margin: 40px 0 70px 150px;
}

.image_15 {
  width: 50px;
  height: 110px;
  margin-top: 148px;
}

.list_2 {
  width: 990px;
  height: 406px;
  margin-left: 25px;
  justify-content: space-between;
}






.image_16 {
  width: 50px;
  height: 110px;
  margin: 148px 0 0 25px;
}

/* 工会活动区样式 */
.gonghui-container {
  width: 100%;
  min-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gonghui-header {
  width: 364px;
  height: 63px;
  margin: 60px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gonghui-title {
  width: 120px;
  height: 40px;
  margin-left: -10px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 40px;
}

.gonghui-desc {
  width: 364px;
  height: 19px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 14px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  line-height: 19px;
  margin-top: 4px;
}

.gonghui-types {
  margin: 24px 0 0 0;
  display: flex;
  align-items: center;
  width: 972px;
  box-sizing: border-box;
  justify-content: space-between;
}

.gonghui-type-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 140px;
  height: 140px;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease;
}

.gonghui-type-item:hover {
  box-shadow: 0px 0px 10px 0px rgba(63, 122, 251, 0.2);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
}

.gonghui-type-item:hover .gonghui-type-text {
  color: rgba(51, 122, 246, 1);
}

.gonghui-type-item.active {
  box-shadow: 0px 0px 10px 0px rgba(63, 122, 251, 0.2);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
}


.gonghui-type-image {
  width: 56px;
  height: 56px;
}

.gonghui-type-text {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 16px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 18px;
}

.gonghui-type-item.active .gonghui-type-text {
  color: rgba(51, 122, 246, 1);
}


.gonghui-showcase {
  width: 950px;
  height: 370px;
  margin: 43px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gonghui-showcase-item {
  box-shadow: 0px 2px 15px 0px rgba(51, 122, 246, 0.3);
  border-radius: 15px;
  border: 3px solid rgba(255, 255, 255, 1);
  margin: 0 15px;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
  cursor: pointer;
}

.gonghui-showcase-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.gonghui-showcase-item.normal {
  width: 190px;
  height: 338px;
}

.gonghui-showcase-item.normal.featured {
  transform: scale(1.1);
}

.toupiao-wrap {
  width: 100%;
  margin-top: 65px;
  background-color: #F7F9FF;
}

.box_29 {
  background-image: url(https://res.youlianfuwu.com/website/img/toupiao-bg.png);
  height: 652px;
  margin: 0 auto;
  width: 1440px;
  position: relative;
}

.group_29 {
  width: 238px;
  height: 62px;
  margin: 40px 0 0 601px;
}

.text-group_78 {
  width: 238px;
  height: 62px;
}

.text_40 {
  width: 104px;
  height: 35px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 0.85);
  font-size: 26px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 35px;
  margin-left: 62px;
}

.text_41 {
  width: 238px;
  height: 19px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 14px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  line-height: 19px;
  margin-top: 8px;
}

.group_30 {
  width: 1016px;
  margin: 30px 0 0 225px;
}

.section_7 {
  height: 450px;
  background: url(https://res.youlianfuwu.com/website/img/toupiao-bg-small.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-left: 30px;
  width: 450px;
  justify-content: flex-center;
  position: relative;
}

.group_32 {
  width: 140px;
  height: 42px;
  position: absolute;
  top: 49px;
  left: 35px;
}

.group_16 {
  box-shadow: 0px 2px 10px 0px rgba(51, 122, 246, 0.3);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 21px;
  width: 140px;
  height: 42px;
}

.image-text_70 {
  width: 96px;
  height: 24px;
  margin: 9px 0 0 22px;
}

.label_3 {
  width: 24px;
  height: 24px;
}

.text-group_19 {
  width: 64px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
  margin-top: 1px;
}

.group_33 {
  width: 140px;
  height: 42px;
  position: absolute;
  top: 231px;
  right: 22px;
}

.group_18 {
  box-shadow: 0px 2px 10px 0px rgba(51, 122, 246, 0.3);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 21px;
  width: 140px;
  height: 42px;
}

.image-text_71 {
  width: 96px;
  height: 24px;
  margin: 9px 0 0 22px;
}

.label_4 {
  width: 24px;
  height: 24px;
}

.text-group_20 {
  width: 64px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
  margin-top: 1px;
}

.group_34 {
  width: 140px;
  height: 42px;
  position: absolute;
  top: 300px;
  left: 60px;
}

.section_8 {
  box-shadow: 0px 2px 10px 0px rgba(51, 122, 246, 0.3);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 21px;
  width: 140px;
  height: 42px;
}

.image-text_72 {
  width: 96px;
  height: 24px;
  margin: 9px 0 0 22px;
}

.label_5 {
  width: 24px;
  height: 24px;
}

.text-group_21 {
  width: 64px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
  margin-top: 1px;
}

.group_35 {
  width: 140px;
  height: 42px;
  position: absolute;
  right: -11px;
  bottom: 49px;
}

.group_21 {
  box-shadow: 0px 2px 10px 0px rgba(51, 122, 246, 0.3);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 21px;
  width: 140px;
  height: 42px;
}

.image-text_73 {
  width: 96px;
  height: 24px;
  margin: 9px 0 0 22px;
}

.label_6 {
  width: 24px;
  height: 24px;
}

.text-group_22 {
  width: 64px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
  margin-top: 1px;
}

.section_9 {
  box-shadow: 0px 2px 10px 0px rgba(51, 122, 246, 0.3);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 21px;
  width: 140px;
  height: 42px;
  position: absolute;
  top: 82px;
  right: -61px;
}

.image-text_74 {
  width: 96px;
  height: 24px;
  margin: 9px 0 0 22px;
}

.label_7 {
  width: 24px;
  height: 24px;
}

.text-group_23 {
  width: 64px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
  margin-top: 1px;
}



.text-group_79 {
  margin-top: 70px;
  width: 100%;
  background-color: #fff;
}

.text-group_79 .dushu-title {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box_59 {
  display: flex;
  justify-content: center;
  width: 1440px;
  height: 650px;
  margin: 50px auto 0;
  background: url(https://res.youlianfuwu.com/website/img/dushu-bg.png) no-repeat center center / cover;
}

.box_59 .dushu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 24px;
}

.box_59 .dushu-item:nth-child(2),
.box_59 .dushu-item:nth-child(4) {
  position: relative;
  top: 36px;
}

.box_59 .dushu-item:last-child {
  margin-right: 0;
}

.dushu-item .dushu-item-img {
  width: 234px;
  height: 466px;
}

.dushu-item .dushu-item-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 20px;
  color: #337AF6;
  line-height: 28px;
  margin-top: 14px;
}

.dushu-item .dushu-item-desc {
  width: 174px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 400;
  font-size: 14px;
  color: #8E93A3;
  line-height: 20px;
  margin-top: 14px;
  text-align: center;
}

.text_42 {
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 0.85);
  font-size: 26px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 35px;
  margin-left: -10px;
}

.text_43 {
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 14px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
  line-height: 19px;
  margin-top: 8px;
}





.image_23 {
  width: 146px;
  height: 302px;
  margin-top: 198px;
}





.text-group_80 {
  width: 174px;
  height: 82px;
  margin: 34px 0 0 12px;
}

.text_44 {
  width: 160px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(51, 122, 246, 1);
  font-size: 20px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin-left: 6px;
}

.text_45 {
  width: 174px;
  height: 40px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 14px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: right;
  line-height: 20px;
  margin-top: 14px;
}

.box_61 {
  width: 198px;
  height: 546px;
  margin: 103px 0 0 60px;
}



.text-group_81 {
  width: 174px;
  height: 82px;
  margin: 34px 0 0 12px;
}

.text_46 {
  width: 160px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(51, 122, 246, 1);
  font-size: 20px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin-left: 7px;
}

.text_47 {
  width: 174px;
  height: 40px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 14px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: right;
  line-height: 20px;
  margin-top: 14px;
}





.text-group_82 {
  width: 174px;
  height: 82px;
  margin: 34px 0 0 12px;
}

.text_48 {
  width: 160px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(51, 122, 246, 1);
  font-size: 20px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin-left: 7px;
}

.text_49 {
  width: 174px;
  height: 40px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 14px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: right;
  line-height: 20px;
  margin-top: 14px;
}

.box_63 {
  width: 198px;
  height: 546px;
  margin: 103px 0 0 60px;
}



.text-group_83 {
  width: 174px;
  height: 82px;
  margin: 34px 0 0 12px;
}

.text_50 {
  width: 160px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(51, 122, 246, 1);
  font-size: 20px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin-left: 7px;
}

.text_51 {
  width: 174px;
  height: 40px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 14px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: right;
  line-height: 20px;
  margin-top: 14px;
}

.image_24 {
  width: 129px;
  height: 218px;
  margin: 98px 0 0 105px;
}



.image_71 {
  width: 191px;
  height: 314px;
  margin-left: 4px;
}

.image_72 {
  position: absolute;
  left: 222px;
  top: 57px;
  width: 221px;
  height: 449px;
}

.image_73 {
  position: absolute;
  left: 996px;
  top: 93px;
  width: 221px;
  height: 449px;
}

.image_74 {
  position: absolute;
  left: 480px;
  top: 93px;
  width: 222px;
  height: 450px;
}

.image_75 {
  position: absolute;
  left: 738px;
  top: 57px;
  width: 221px;
  height: 449px;
}



.text_52 {
  width: 104px;
  height: 35px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 0.85);
  font-size: 26px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 35px;
  margin-left: 116px;
}

.text_53 {
  width: 336px;
  height: 19px;
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 14px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: right;
  white-space: nowrap;
  line-height: 19px;
  margin-top: 8px;
}

.box_64 {
  width: 790px;
  height: 124px;
  margin: 40px 0 0 325px;
}

.image-text_75 {
  width: 90px;
  height: 124px;
}

.group_23 {
  height: 90px;
  width: 90px;
  position: relative;
}

.block_10 {
  width: 86px;
  height: 15px;
  margin: 12px 0 0 3px;
}

.thumbnail_1 {
  width: 5px;
  height: 2px;
  margin-top: 5px;
}

.image-wrapper_15 {
  width: 2px;
  height: 13px;
  margin-left: 1px;
}

.thumbnail_2 {
  width: 2px;
  height: 5px;
}

.thumbnail_3 {
  width: 2px;
  height: 5px;
  margin-top: 3px;
}

.thumbnail_4 {
  width: 5px;
  height: 2px;
  margin-top: 5px;
}

.image_25 {
  width: 26px;
  height: 13px;
  margin: 2px 0 0 47px;
}

.block_11 {
  width: 74px;
  height: 25px;
  margin: 28px 0 10px 12px;
}



.image-wrapper_16 {
  width: 18px;
  height: 13px;
  margin: 4px 0 0 24px;
}

.thumbnail_5 {
  width: 1px;
  height: 13px;
}

.thumbnail_6 {
  width: 1px;
  height: 13px;
  margin-left: 1px;
}

.thumbnail_7 {
  width: 1px;
  height: 13px;
  margin-left: 2px;
}

.thumbnail_8 {
  width: 1px;
  height: 13px;
  margin-left: 2px;
}

.thumbnail_9 {
  width: 1px;
  height: 13px;
  margin-left: 2px;
}

.thumbnail_10 {
  width: 1px;
  height: 13px;
  margin-left: 2px;
}

.thumbnail_11 {
  width: 1px;
  height: 13px;
  margin-left: 2px;
}

.image-wrapper_17 {
  width: 13px;
  height: 1px;
  margin: 1px 0 6px 26px;
}

.thumbnail_12 {
  width: 1px;
  height: 1px;
}

.thumbnail_13 {
  width: 1px;
  height: 1px;
  margin-left: 5px;
}

.thumbnail_14 {
  width: 1px;
  height: 1px;
  margin-left: 5px;
}

.image_26 {
  position: absolute;
  left: -12px;
  top: -8px;
  width: 28px;
  height: 14px;
}

.thumbnail_15 {
  position: absolute;
  left: 25px;
  top: 18px;
  width: 17px;
  height: 1px;
}



.thumbnail_16 {
  width: 20px;
  height: 4px;
}

.thumbnail_17 {
  width: 3px;
  height: 1px;
  margin-top: 6px;
}

.image-wrapper_18 {
  width: 1px;
  height: 7px;
  margin-top: 3px;
}

.thumbnail_18 {
  width: 1px;
  height: 3px;
}

.thumbnail_19 {
  width: 1px;
  height: 3px;
  margin-top: 1px;
}

.thumbnail_20 {
  width: 3px;
  height: 1px;
  margin: 6px 0 0 1px;
}

.image_27 {
  position: absolute;
  left: 17px;
  top: 19px;
  width: 55px;
  height: 43px;
}

.image_28 {
  position: absolute;
  left: 17px;
  top: 19px;
  width: 57px;
  height: 43px;
}






.text-group_30 {
  width: 54px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: 10px 0 0 18px;
}

.image-text_76 {
  width: 90px;
  height: 124px;
  margin-left: 85px;
}

.image_29 {
  width: 90px;
  height: 90px;
}

.text-group_31 {
  width: 54px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: 10px 0 0 18px;
}

.image-text_77 {
  width: 90px;
  height: 124px;
  margin-left: 85px;
}

.image_30 {
  width: 90px;
  height: 90px;
}

.text-group_32 {
  width: 72px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: 10px 0 0 9px;
}

.image-text_78 {
  width: 90px;
  height: 124px;
  margin-left: 85px;
}

.image_31 {
  width: 90px;
  height: 90px;
}

.text-group_33 {
  width: 54px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: 10px 0 0 18px;
}

.image-text_79 {
  width: 90px;
  height: 124px;
  margin-left: 85px;
}

.image_32 {
  width: 90px;
  height: 90px;
}

.text-group_34 {
  width: 36px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: 10px 0 0 27px;
}

.box_65 {
  width: 1140px;
  height: 340px;
  margin: 60px 0 0 150px;
}

.image_33 {
  width: 50px;
  height: 110px;
  margin-top: 115px;
}

.map-box {
  width: 100%;
  margin-top: 70px;
  background-color: #D8EDFF;
  background: url(https://res.youlianfuwu.com/website/img/map-bg.png) no-repeat center center / cover;
}

.map-wrap {
  width: 1440px;
  height: 1005px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.map-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 30px;
  color: rgba(45, 45, 45, 0.85);
  margin-top: 40px;
  margin-left: -10px;
}

.map-content-wrap {
  position: relative;
  width: 996px;
  height: 835px;
  margin-top: 34px;
}

.map-block-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 508px;
  height: 510px;
  border-radius: 20px;
  border: 1px solid #337AF6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.map-block-01.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.map-block-01-title {
  width: 64px;
  height: 220px;
  background: url(https://res.youlianfuwu.com/website/img/map-title-bg-01.png) no-repeat center center / cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.map-block-01-title div {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 30px;
  color: #337AF6;
}

.map-block-01-contnet {
  flex: 1;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 40px 36px;
}

.map-block-01-contnet .map-block-01-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 56px;
  margin-right: 48px;
  margin-bottom: 30px;
}

.map-block-01-contnet .map-block-01-item:nth-child(4n) {
  margin-right: 0;
}

.map-block-01-contnet .map-block-01-item:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.map-block-01-contnet .map-block-01-item img {
  width: 56px;
  height: 56px;
}

.map-block-01-contnet .map-block-01-item div {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #333333;
  margin-top: 7px;
}


.map-block-02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 508px;
  height: 280px;
  border-radius: 20px;
  border: 1px solid #337AF6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.map-block-02.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.map-block-02-title {
  width: 64px;
  height: 220px;
  background: url(https://res.youlianfuwu.com/website/img/map-title-bg-01.png) no-repeat center center / cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.map-block-02-title div {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 30px;
  color: #337AF6;
}

.map-block-02-contnet {
  flex: 1;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 40px 36px;
}

.map-block-02-contnet .map-block-02-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 56px;
  margin-right: 48px;
  margin-bottom: 30px;
}

.map-block-02-contnet .map-block-02-item:nth-child(4n) {
  margin-right: 0;
}

.map-block-02-contnet .map-block-02-item:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.map-block-02-contnet .map-block-02-item img {
  width: 56px;
  height: 56px;
}

.map-block-02-contnet .map-block-02-item div {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #333333;
  margin-top: 7px;
}

.map-block-03 {
  position: absolute;
  top: 0;
  right: 0;
  width: 448px;
  height: 340px;
  border-radius: 20px;
  border: 1px solid #337AF6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.map-block-03.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.map-block-03-title {
  width: 220px;
  height: 64px;
  background: url(https://res.youlianfuwu.com/website/img/map-title-bg-02.png) no-repeat center center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-block-03-title div {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 30px;
  color: #337AF6;
}

.map-block-03-contnet {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 36px 36px 40px 40px;
}

.map-block-03-contnet .map-block-03-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 56px;
  margin-right: 48px;
  margin-bottom: 30px;
}

.map-block-03-contnet .map-block-03-item:nth-child(4n) {
  margin-right: 0;
}

.map-block-03-contnet .map-block-03-item:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.map-block-03-contnet .map-block-03-item img {
  width: 56px;
  height: 56px;
}

.map-block-03-contnet .map-block-03-item div {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #333333;
  margin-top: 7px;
}

.map-block-04 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 448px;
  height: 455px;
  border-radius: 20px;
  border: 1px solid #337AF6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.map-block-04.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.map-block-04-title {
  width: 220px;
  height: 64px;
  background: url(https://res.youlianfuwu.com/website/img/map-title-bg-02.png) no-repeat center center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-block-04-title div {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 30px;
  color: #337AF6;
}

.map-block-04-contnet {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 36px 36px 40px 40px;
}

.map-block-04-contnet .map-block-04-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 56px;
  margin-right: 48px;
  margin-bottom: 30px;
}

.map-block-04-contnet .map-block-04-item:nth-child(4n) {
  margin-right: 0;
}

.map-block-04-contnet .map-block-04-item:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.map-block-04-contnet .map-block-04-item img {
  width: 56px;
  height: 56px;
}

.map-block-04-contnet .map-block-04-item div {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #333333;
  margin-top: 7px;
}

/* S 健步走样式 */
.jianbu-box_42 {
  width: 100%;
  background: linear-gradient(#fff 0%, #EDF3FF 100%);
}

.jianbu-section_30 {
  margin: 50px auto 0;
}

.jianbu-text-group_85 {
  width: 392px;
  height: 67px;
}

.jianbu-text_72 {
  width: 90px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 40px;
  margin-left: 145px;
}

.jianbu-text_73 {
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 14px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 400;
  white-space: nowrap;
  line-height: 19px;
  margin-top: 8px;
}


.jianbu-contents {
  width: 1440px;
  margin: 0 auto;
}

.jianbu-1 {
  padding: 30px 224px 0;
  display: flex;
}

.jianbu-item {
  padding-left: 17px;
  box-sizing: border-box;
  position: relative;
}

.jianbu-item-1 {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 32px;
}

.jianbu-item-1-til {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 18px;
  color: #337AF6;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}

.jianbu-item-1-num {
  width: 100px;
  height: 80px;
}

.jianbu-item-2 {
  width: 170px;
  height: 32px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 12px;
  color: #8E93A3;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  margin-top: 10px;
}

.jianbu-item-3 {
  position: relative;
  margin-top: 20px;
  width: 180px;
  height: 390px;
}

/* jianbu-small-swiper 样式 */
#jianbu-small-swiper {
  width: 219px;
  height: 390px;
  position: relative;
  overflow: hidden;
}

#jianbu-small-swiper .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 1)) !important;
}

.jianbu-small-swiper-container {
  width: 219px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  overflow: hidden;
}

.jianbu-small-swiper-container .swiper-slide {
  width: 180px;
  height: 390px;
  border-radius: 12px;
  overflow: hidden;
}

.jianbu-small-swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.jianbu-item-3-img1 {
  width: 180px;
  height: 390px;
  position: relative;
  z-index: 9;
  background: rgba(198, 197, 197, 0.1);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.jianbu-item-3-img2 {
  position: absolute;
  top: 19px;
  right: -20px;
  width: 162px;
  height: 351px;
  background: rgba(198, 197, 197, 0.1);
  box-shadow: 4px 4px 9px 0px rgba(11, 11, 11, 0.1);
  border-radius: 11px;
}

.jianbu-item .divider {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  background-color: #DCDFE6;
}

.jianbu-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jianbu-2-til {
  margin-top: 60px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 22px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 29px;
}

/* 轮播图容器样式 */
#jianbu-swiper {
  margin-top: 30px;
  position: relative;
  padding-bottom: 70px;
}

/* Swiper容器样式 */
#jianbu-swiper .jianbu-swiper-container {
  padding: 10px 0;
  box-sizing: border-box;
  width: 1020px;
  height: 100%;
  overflow: hidden;
}

/* Swiper包装器样式 */
#jianbu-swiper .swiper-wrapper {
  transition-timing-function: ease;
}

/* Swiper幻灯片样式 */
#jianbu-swiper .swiper-slide {
  box-sizing: border-box;
  width: 204px;
  height: 407px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

/* Swiper幻灯片图片样式 */
#jianbu-swiper .swiper-slide img {
  /* position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; */
  position: relative;
  top: -3px;
  left: -3px;
  width: 204px;
  height: 407px;
  border-radius: 18px;
}

/* 第一个健步走项目特殊样式 */
.jianbu-item:first-child {
  width: 219px;
  margin-left: -20px;
}



/* 分割线样式 */
.jianbu-1 .divider {
  height: 530px;
}

/* 轮播图左右切换按钮样式 */
.jianbu-2 .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -64px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url('https://res.youlianfuwu.com/website/img/swiper-lt.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.jianbu-2 .swiper-button-next {
  position: absolute;
  top: 50%;
  right: -64px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url('https://res.youlianfuwu.com/website/img/swiper-rt.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.jianbu-2 .swiper-button-prev:after,
.jianbu-2 .swiper-button-next:after {
  content: '';
}

/* E 健步走样式 */
/* S 签到打卡 */
.qiandao-block_8 {
  width: 100%;
  margin-top: 70px;
  background-color: #fff;
}

.qiandao-section_30 {
  margin: 0 auto;
}

.qiandao-text-group_85 {
  width: 392px;
  height: 67px;
}

.qiandao-text_72 {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 40px;
  margin-left: 133px;
}

.qiandao-text_73 {
  overflow-wrap: break-word;
  color: rgba(142, 147, 163, 1);
  font-size: 14px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 400;
  white-space: nowrap;
  line-height: 19px;
  margin-top: 8px;
}

.qiandao-contents {
  width: 1440px;
  margin: 0 auto;
  background-color: #fff;
}

.qiandao-1 {
  padding: 30px 224px 0;
  display: flex;
}

.qiandao-item {
  padding-left: 17px;
  box-sizing: border-box;
  position: relative;
}

.qiandao-item-1 {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 32px;
}

.qiandao-item-1-til {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 18px;
  color: #337AF6;
  line-height: 24px;
  font-style: normal;
}

.qiandao-item-1-num {
  width: 100px;
  height: 80px;
}

.qiandao-item-2 {
  width: 170px;
  height: 32px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 12px;
  color: #8E93A3;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  margin-top: 10px;
}

.qiandao-item-3 {
  position: relative;
  margin-top: 20px;
  width: 180px;
  height: 390px;
}

.qiandao-item-3-img1 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
  background: transparent;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.qiandao-item-3-img1-1 {
  width: 201px;
  height: 392px;
  box-shadow: none;
}

.qiandao-item-3-img2 {
  position: absolute;
  top: 19px;
  right: -20px;
  width: 162px;
  height: 351px;
  background: rgba(0, 0, 0, 0.23);
  box-shadow: 4px 4px 9px 0px rgba(11, 11, 11, 0.1);
  border-radius: 11px;
}

.qiandao-item:first-child .qiandao-item-3 {
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.qiandao-item .divider {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  background-color: #DCDFE6;
}

.qiandao-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qiandao-2-til {
  margin-top: 60px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 22px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 29px;
}

/* 轮播图容器样式 */
#qiandao-swiper {
  margin-top: 30px;
  position: relative;
  padding-bottom: 70px;
}

/* Swiper容器样式 */
#qiandao-swiper .qiandao-swiper-container {
  padding: 10px 0;
  box-sizing: border-box;
  width: 1024px;
  height: 100%;
  overflow: hidden;
}

/* Swiper包装器样式 */
#qiandao-swiper .swiper-wrapper {
  transition-timing-function: ease;
}

/* Swiper幻灯片样式 */
#qiandao-swiper .swiper-slide {
  box-sizing: border-box;
  width: 204px;
  height: 407px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

/* Swiper幻灯片图片样式 */
#qiandao-swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 204px;
  height: 407px;
  border-radius: 18px;
}

/* 第一个健步走项目特殊样式 */
.qiandao-item:first-child {
  width: 219px;
  margin-left: -20px;
}

/* 分割线样式 */
.qiandao-1 .divider {
  height: 530px;
}

/* 轮播图左右切换按钮样式 */
.qiandao-2 .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -64px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url('https://res.youlianfuwu.com/website/img/swiper-lt.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.qiandao-2 .swiper-button-next {
  position: absolute;
  top: 50%;
  right: -64px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url('https://res.youlianfuwu.com/website/img/swiper-rt.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.qiandao-2 .swiper-button-prev:after,
.qiandao-2 .swiper-button-next:after {
  content: '';
}

/* 知识竞赛轮播图样式 */
.zhishi-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zhishi-2-til {
  margin-top: 60px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 22px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 29px;
}

/* 轮播图容器样式 */
#zhishi-swiper {
  margin-top: 30px;
  position: relative;
  padding-bottom: 70px;
}

/* Swiper容器样式 */
#zhishi-swiper .zhishi-swiper-container {
  width: 1020px;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}

/* Swiper包装器样式 */
#zhishi-swiper .swiper-wrapper {
  transition-timing-function: ease;
}

/* Swiper幻灯片样式 */
#zhishi-swiper .swiper-slide {
  box-sizing: border-box;
  width: 210px;
  height: 406px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  border: 3px solid #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

/* Swiper幻灯片图片样式 */
#zhishi-swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 210px;
  height: 406px;
  border-radius: 18px;
}

/* 轮播图左右切换按钮样式 */
.zhishi-2 .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -75px;
  transform: translateY(-50%);
  width: 50px;
  height: 110px;
  background-image: url('https://res.youlianfuwu.com/website/img/swiper-lt-02.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.zhishi-2 .swiper-button-next {
  position: absolute;
  top: 50%;
  right: -65px;
  transform: translateY(-50%);
  width: 50px;
  height: 110px;
  background-image: url('https://res.youlianfuwu.com/website/img/swiper-rt-02.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.zhishi-2 .swiper-button-prev:after,
.zhishi-2 .swiper-button-next:after {
  content: '';
}

/* E 签到打卡 */

.group_31 {
  width: 482px;
  height: 450px;
  overflow: hidden;
  position: relative;
}

#toupiao-swiper {
  position: absolute;
  top: 0;
  left: -88px;
}

#toupiao-swiper .toupiao-swiper-container {
  width: 571px;
  height: 450px;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}

/* Swiper包装器样式 */
#toupiao-swiper .swiper-wrapper {
  /* 使用更平滑的过渡函数 */
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 800ms;
}

#toupiao-swiper .swiper-slide {
  width: 195px;
  height: 390px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  border: 3px solid #fff;
  /* 添加幻灯片自身的过渡效果 */
  transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
}

#toupiao-swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 195px;
  height: 390px;
  border-radius: 18px;
  background-color: #fff;
}


#toupiao-swiper .swiper-horizontal>.swiper-scrollbar {
  bottom: 0;
  z-index: 50;
  height: 20px;
  width: 480px;
  background: #E3ECFE;
  left: 90px;
}

#toupiao-swiper .swiper-scrollbar-drag {
  background: #7AA8F9;
}


.youxi-wrap {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.youxi-header {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column !important;
  align-items: center;
}

.youxi-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 35px;
  margin-left: -10px;
}

.youxi-desc {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #8E93A3;
  line-height: 19px;
  margin-top: 8px;
  font-weight: 400;
}

.youxi-type-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1440px;
  margin: 40px auto 0;
  padding: 0 225px;
}

.youxi-type-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.youxi-type-item img {
  width: 90px;
  height: 90px;
}

.youxi-type-item .type-desc {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-top: 10px;
}

.youxi-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1440px;
  margin: 0 auto;
}

.youxi-2-til {
  margin-top: 60px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 22px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 29px;
}

/* 轮播图容器样式 */
#youxi-swiper {
  margin-top: 30px;
  position: relative;
}

/* Swiper容器样式 */
#youxi-swiper .youxi-swiper-container {
  width: 1020px;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}

/* Swiper包装器样式 */
#youxi-swiper .swiper-wrapper {
  transition-timing-function: ease;
}

/* Swiper幻灯片样式 */
#youxi-swiper .swiper-slide {
  box-sizing: border-box;
  width: 170px;
  height: 340px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  border: 3px solid #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

/* Swiper幻灯片图片样式 */
#youxi-swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 170px;
  height: 340px;
  border-radius: 18px;
}

/* 轮播图左右切换按钮样式 */
.youxi-2 .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -75px;
  transform: translateY(-50%);
  width: 50px;
  height: 110px;
  background-image: url('https://res.youlianfuwu.com/website/img/swiper-lt-02.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.youxi-2 .swiper-button-next {
  position: absolute;
  top: 50%;
  right: -75px;
  transform: translateY(-50%);
  width: 50px;
  height: 110px;
  background-image: url('https://res.youlianfuwu.com/website/img/swiper-rt-02.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.youxi-2 .swiper-button-prev:after,
.youxi-2 .swiper-button-next:after {
  content: '';
}




.yizhan-wrap {
  margin-top: 70px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 76px;
}

.yizhan-wrap .yizhan-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 30px;
  color: rgba(45, 45, 45, 0.85);
  line-height: 40px;
  margin-left: -10px;
}

.yizhan-content {
  width: 1440px;
  margin: 40px auto 0;
  padding: 0 200px;
  display: flex;
  justify-content: space-between;
}

.yizhan-content .yizhan-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* 定义箭头流动动画 */
@keyframes arrowFlow {
  0% {
    opacity: 0.5;
    transform: translateX(0);
  }

  /* 50% {
    opacity: 1;
    transform: translateX(10px) ;
  } */
  100% {
    opacity: 1;
    transform: translateX(10px);
  }
}

.yizhan-icon-arrow {
  width: 55px;
  height: 25px;
  position: absolute;
  flex-shrink: 0;
  /* 应用流动动画 */
  animation: arrowFlow 0.5s ease-in-out infinite;
}

.yizhan-item .yizhan-item-icon {
  width: 100px;
  height: 100px;
}

.yizhan-item .yizhan-item-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 26px;
  color: #337AF6;
  line-height: 1;
  margin-top: 14px;
}

.yizhan-item-name {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 1;
  position: relative;
  top: -2px;
}

.yizhan-item-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #8E93A3;
  line-height: 19px;
  margin-top: 14px;
}

/* S 底部区域 */
.footer-wrap {
  width: 100%;
  border-top: 1px solid #DCDFE6;
  background-color: #fff;
}

.footer-container {
  width: 1440px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-list {
  display: flex;
}

.footer-list-item {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 400;
  font-size: 12px;
  color: #337AF6;
  line-height: 17px;
  text-align: left;
  cursor: pointer;
}

.footer-list-item:hover {
  color: #1969f3;
}

.footer-list-divider {
  width: 1px;
  height: 34px;
  background-color: #c1d7ff;
  margin: 0 12px;
}

.footer-logo {
  margin-left: 40px;
}

.footer-logo-img {
  width: 80px;
  height: 24px;
  display: block;
}

/* E 底部区域 */

/* S 关注我们 */
.gzwm-wrap {
  display: flex;
  width: 680px;
  height: 275px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 30, 83, 0.2);
  border-radius: 14px;
  padding: 29px 29px 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}

.nav-item:hover .gzwm-wrap,
.gzwm-wrap:hover {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  display: flex;
}

.gzwm-wrap.t-60 {
  top: 60px;
}

.gzwm-wrap.r--120 {
  right: -120px;
}

.gzwm-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 38px;
}

.gzwm-item:first-child {
  margin-left: 0;
}

.gzwm-item img {
  width: 182px;
  height: 182px;
  display: block;
}

.gzwm-item div {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 21px;
  margin-top: 13px;
}

/* E 关注我们 */


/* S 悬浮菜单 */
.xfcd-wrap {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9999;
  transform: scale(0.8);
}

.xfcd-wrap-top {
  width: 92px;
  /* height: 299px; */
  background: #FFFFFF;
  border-radius: 46px 46px 46px 46px;
  border: 1px solid #DCDFE6;
  overflow: hidden;
  transition: border-radius 0.3s ease;
}

.xfcd-wrap-btm {
  margin-top: 12px;
  width: 92px;
  height: 92px;
  background: #FFFFFF;
  border-radius: 0px 0px 46px 46px;
  border: 1px solid #DCDFE6;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.xfcd-wrap-isShowTOP .xfcd-wrap-top {
  border-radius: 46px 46px 0px 0px;
}

.xfcd-wrap-isShowTOP .xfcd-wrap-top-item:last-child {
  padding-bottom: 15px;
}

.xfcd-wrap-isShowTOP .xfcd-wrap-btm {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


.xfcd-wrap-top-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 15px 0;
}

.xfcd-wrap-top-item:first-child {
  padding-top: 30px;
}

.xfcd-wrap-top-item:last-child {
  padding-bottom: 30px;
  transition: padding-bottom 0.3s ease;
}

.xfcd-wrap-top-item span {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  margin-top: 7px;
}

.xfcd-wrap-btm-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding-top: 14px;
  padding-bottom: 19px;
}

.xfcd-wrap-btm-item span {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  margin-top: 2px;
}

.xfcd-wrap-top-item img {
  width: 36px;
  height: 36px;
}

.xfcd-wrap-btm-item img {
  width: 36px;
  height: 36px;
}

.xfcd-wrap-top-item-img-on {
  display: none;
}

.xfcd-wrap-top-item:hover .xfcd-wrap-top-item-img {
  display: none;
}

.xfcd-wrap-top-item:hover .xfcd-wrap-top-item-img-on {
  display: block;
}

.xfcd-wrap-btm-item-img-on {
  display: none;
}

.xfcd-wrap-btm-item:hover .xfcd-wrap-btm-item-img {
  display: none;
}

.xfcd-wrap-btm-item:hover .xfcd-wrap-btm-item-img-on {
  display: block;
}

.xfcd-wrap-top-item:hover,
.xfcd-wrap-btm-item:hover {
  background-color: #F0F6FF;
}

.xfcd-wrap-top-item:hover span,
.xfcd-wrap-btm-item:hover span {
  color: #3F7AFB;
}

.xfcd-wrap-top-item.hover,
.xfcd-wrap-top-item.hover {
  background-color: #F0F6FF;
}

.xfcd-wrap-top-item.hover span,
.xfcd-wrap-top-item.hover span {
  color: #3F7AFB;
}

.xfcd-wrap-top-item.hover .xfcd-wrap-top-item-img {
  display: none;
}

.xfcd-wrap-top-item.hover .xfcd-wrap-top-item-img-on {
  display: block;
}

.xfcd-wrap .gzwm-wrap.top-22 {
  top: 22px;
}

.xfcd-wrap .gzwm-wrap.r-112 {
  right: 112px;
}

/* 客服热线 */
.kfrx-wrap {
  width: 132px;
  height: 74px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 30, 83, 0.2);
  border-radius: 14px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
  position: absolute;
  top: 22px;
  right: 112px;
  transform: scale(1.2);
}

.kfrx-wrap-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #333333;
  line-height: 19px;
  margin-top: 15px;
  text-align: center;
}

.kfrx-wrap-tel {
  margin-top: 6px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 16px;
  color: #337AF6;
  line-height: 21px;
  text-align: center;
}

/* E 悬浮菜单 */