.page {
  background-color: rgba(241, 241, 241, 1);
  min-width: 1440px;
  max-width: 1920px;
  margin: 0 auto;
}

header {
  width: 1920px;
  min-width: 1440px;
  background-color: #fff;
  max-width: 1920px;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* 父容器：Flex 横向布局 */
.header {
  width: 1440px;
  height: 109px;
  display: flex;
  margin: 0 auto;
  align-items: center; /* 垂直居中 */
  justify-content: space-between; /* 左右分散对齐 */
  padding: 10px 20px; /* 内边距 */
  background: #fff; /* 背景色 */
}
.content_wrap {
  padding-top: 109px;
}
/* 导航菜单横向排列 */
.nav {
  display: flex;
  list-style: none; /* 去除默认列表样式 */
  gap: 10px; /* 菜单项间距 */
 /* padding-top: 10px; */
}

.image_1 {
  width: 180px;
  height: 30px;
/*  margin: 18px 20px 0 0px; */
}

/* 图标容器横向排列 */
.iconBox {
  display: flex;
  align-items: center;
  gap: 30px; /* 图标间距 */
  position: relative;
}

/* 竖线分隔 */
.iconBox span:first-child::after {
  content: "|";
  margin-left: 10px; /* 竖线与左侧图标的距离 */
  color: #ccc; /* 竖线颜色 */
  font-weight: 100;
}

/* 图标大小调整（可选） */
.iconBox img {
  width: 18px;
  height: 18px;
}
.iconBox .line {
  width: 1px;
  height: 18px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 50%;
}

.nav-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  font-size: 18px;
  color: #505664;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  width: 100px;
  height: 100%;
  overflow-wrap: break-word;
  white-space: nowrap;
  line-height: 50px;
}

.nav-item:hover {
  color: #1b1b1b;
  font-weight: 500;
  background-color: rgba(233, 205, 165, 1);
}
.nav-item.actived {
  color: #1b1b1b;
  font-weight: 500;
  background-color: rgba(233, 205, 165, 1);
}

.banner-swiper {
  width: 100%;
  height: 852px;
}

.title_box {
  width: 502px;
  height: 203px;
  background: linear-gradient(
    270deg,
    rgba(244, 228, 203, 0) 0%,
    rgba(245, 231, 207, 0.18) 16%,
    rgba(195, 164, 117, 0.8) 100%
  );
  position: absolute;
  bottom: 200px;
  left: 180px;
}
.text_9 {
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  width: 401px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  letter-spacing: 4.44444465637207px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  line-height: 36px;
  margin: 45px 0 0 40px;
  display: inline-block;
}

.section_1 {
  background-color: rgba(190, 165, 123, 1);
  width: 390px;
  height: 2px;
  margin: 21px 0 0 40px;
}

.text-wrapper_19 {
  width: 401px;
  height: 26px;
  margin: 16px 0 65px 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.text_10 {
  width: 188px;
  height: 18px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  letter-spacing: 2.8125px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 27px;
}

.text_11 {
  width: 188px;
  height: 18px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  letter-spacing: 2.8125px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 27px;
}

.banner-swiper .swiper,
.banner-swiper img {
  width: 100%;
  min-height: 852px;
  position: relative;
}

.banner-swiper
  .swiper
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 87px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 5px)
  );
  border-radius: var(--swiper-pagination-bullet-border-radius, 1px);
  background: #e9cda5;
}

.banner-swiper .swiper .swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 87px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 5px)
  );
  border-radius: var(--swiper-pagination-bullet-border-radius, 1px);
  display: inline-block;
  background: #d8d8d8;
  opacity: 0.7;
}

.banner-swiper .swiper-horizontal > .swiper-pagination-bullets,
.banner-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 100px);
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}

.box_1 {
  width: 100%;
  height: 596px;
  position: relative;
  background: #fff;
}

.section_36 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 1440px;
  height: 596px;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.section_37 {
  width: 1150px;
  height: 420px;
  margin: -67px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.list-items {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 1);
  width: 365px;
  height: 450px;
  border: 1px solid rgba(220, 227, 228, 1);
  display: flex;
  flex-direction: column;
}

.image_text {
  width: 60px;
  height: 93px;
  margin: 35px 0 0 153px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.image_20 {
  width: 58p;
  height: 59px;
  margin-left: 6px;
}

.text_42 {
  width: 60px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(68, 68, 68, 1);
  font-size: 20px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 30px;
  margin-top: 17px;
}

.text_43 {
  width: 291px;
  height: 80px;
  overflow-wrap: break-word;
  color: rgba(39, 39, 39, 1);
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: normal;
  text-align: justify;
  line-height: 20px;
  margin: 20px 0 0 37px;
}

.list_box {
  height: 110px;
  padding-top: 10px;
}

.box_42 {
  width: 292px;
  height: 18px;
  margin: 10px auto;
  color: rgba(39, 39, 39, 1);
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: normal;
  text-align: justify;
  white-space: nowrap;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.thumbnail_5 {
  width: 8px;
  height: 12px;
  margin-top: 4px;
}

.text_group_24 {
  width: 185px;
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出部分 */
  text-overflow: ellipsis;
}

.text_time {
  width: 72px;
}

.block_7 {
  background-color: rgba(255, 255, 255, 1);
  width: 128px;
  height: 50px;
  border: 1px solid rgba(220, 227, 228, 1);
  margin: 27px auto 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.block_15 {
  width: 292px;
  height: 18px;
  margin: 14px 0 0 36px;
}

.image_text_94 {
  width: 94px;
  height: 20px;
  margin: 17px auto 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.text_group_27 {
  width: 64px;
  height: 16px;
  overflow-wrap: break-word;
  color: #12275a;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
}

.image_22 {
  width: 24px;
  height: 12px;
  margin-top: 5px;
}

.section_18 {
  width: 1150px;
  height: 134px;
  background: linear-gradient(180deg, #304679 0%, #112659 100%);
  margin: 80px auto 20px;
  display: flex;
  flex-direction: row;
}

.text_wrapper_23 {
  width: 690px;
  height: 54px;
  margin: 40px 0 0 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: rgba(255, 255, 255, 1);
  overflow-wrap: break-word;
  font-family: SourceHanSansCN-Bold;
  text-align: left;
  white-space: nowrap;
}

.text_47 {
  width: 690px;
  height: 22px;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}

.text_48 {
  width: 272px;
  height: 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin: 16px 0 0 1px;
}
.group_8 {
  width: 186px;
  height: 50px;
  margin: 42px 60px 0 179px;
  background: linear-gradient(180deg, #f6e8d1 0%, #e9cda5 100%);
  display: flex;
  flex-direction: row;
}

.image_text_102 {
  width: 98px;
  height: 16px;
  margin: 17px 0 0 44px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.text_group_28 {
  width: 64px;
  height: 16px;
  overflow-wrap: break-word;
  color: rgba(17, 38, 89, 1);
  font-size: 16px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
}
.image_23 {
  width: 24px;
  height: 12px;
  margin-top: 2px;
}
.box_2 {
  width: 100%;
  height: 100%;
}

.box_23 {
  height: 520px;
  background: linear-gradient(180deg, #f5f5f5 0%, #fbfbfb 100%);
  min-width: 1440px;
  position: relative;
  margin: 0 auto;
  display: flex;
}
.box_left {
  width: 60%;
  background-image: url("../images/image-aboutus1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-width: 805px;
  min-height: 451px;
  position: relative;
  padding: 50px 0 0 150px;
}
.section_9 {
  width: 40%;
  background: url("../images/image-aboutus2.png") 100% no-repeat;
  height: 396px;
  display: flex;
  flex-direction: column;
  position: relative;
  background-size: 100% 100%;
}

.section_11 {
  height: 123px;
  background: linear-gradient(180deg, #f6e8d1 0%, #e9cda5 100%);
  width: 100%;
  position: absolute;
  left: -1px;
  top: 396px;
  display: flex;
  flex-direction: column;
}

.text-wrapper_21 {
  width: 496px;
  height: 14px;
  margin: 17px 0 0 70px;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  line-height: 21px;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  color: rgba(39, 39, 39, 0.7);
  overflow-wrap: break-word;
}
.text_19 {
  width: 56px;
}

.text_20 {
  width: 56px;
  margin-left: 132px;
}

.text_21 {
  width: 112px;
  margin-left: 140px;
}

.text-wrapper_22 {
  width: 501px;
  height: 42px;
  margin: 14px 0 32px 70px;
  display: flex;
  flex-direction: row;
  overflow-wrap: break-word;
  color: rgba(20, 41, 92, 1);
  font-size: 42px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 63px;
}
.text_22 {
  width: 99px;
}

.text_23 {
  width: 124px;
  margin-left: 89px;
}

.text_24 {
  width: 117px;
  margin-left: 72px;
}

.text-wrapper_20 {
  width: 144px;
  height: 36px;
  margin: 15px 0 0 80px;
}

.text_12 {
  width: 144px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(39, 39, 39, 1);
  font-size: 36px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 54px;
}

.section_7 {
  position: absolute;
  left: 80px;
  top: 80px;
  display: flex;
  flex-direction: column;
}

.text_18 {
  width: 156px;
  height: 32px;
  overflow-wrap: break-word;
  color: #949495;
  font-size: 32px;
  font-family: SourceHanSansCN-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 48px;
  margin: 40px 0 0 150px;
}
.paragraph_1 {
  width: 605px;
  height: 216px;
  overflow-wrap: break-word;
  color: #272727;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 24px;
  margin: 43px 0 0 152px;
}

.section_8 {
  background-color: rgba(255, 255, 255, 1);
  width: 128px;
  height: 50px;
  border: 1px solid rgba(220, 227, 228, 1);
  margin: 24px 0 0 152px;
  display: flex;
  flex-direction: row;
}

.text-group_8 {
  width: 64px;
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  color: #12275a;
  font-style: normal;
}

.box_3 {
  width: 100%;
  background: linear-gradient(180deg, #f5f5f5 0%, #fbfbfb 100%);
}

.box_39 {
  width: 1440px;
  height: 565px;
  position: relative;
  margin: 0 auto;
}
.section_10 {
  position: absolute;
  left: -241px;
  top: 0;
  width: 650px;
}

.text-group_53 {
  width: 200px;
  height: 87px;
  position: absolute;
  left: 508px;
  top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text_13 {
  width: 144px;
  height: 36px;
  overflow-wrap: break-word;
  color: #272727;
  font-size: 36px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 54px;
  margin-left: 2px;
}

.text_14 {
  width: 158px;
  height: 32px;
  overflow-wrap: break-word;
  color: #949495;
  font-size: 32px;
  font-family: SourceHanSansCN-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 48px;
  margin-top: 19px;
}

.image_11 {
  position: absolute;
  left: 29px;
  top: 64px;
  width: 380px;
  height: 501px;
}

.box_40 {
  height: 355px;
  position: absolute;
  left: 410px;
  bottom: 0px;
  display: flex;
  flex-direction: row;
}

.block_1 {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(220, 227, 228, 1);
  display: flex;
  flex-direction: column;
}

.block_14 {
  width: 910px;
  height: 30px;
  margin: 67px 0 0 100px;
  display: flex;
  flex-direction: row;
}

.label_1 {
  width: 21px;
  height: 25px;
}

.text_15 {
  width: 40px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(68, 68, 68, 1);
  font-size: 20px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 30px;
  margin: 3px 0 0 9px;
}

.text_16 {
  width: 154px;
  height: 14px;
  overflow-wrap: break-word;
  color: rgba(39, 39, 39, 1);
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: normal;
  text-align: justify;
  white-space: nowrap;
  line-height: 21px;
  margin: 7px 0 0 13px;
}

.thumbnail_4 {
  width: 1px;
  height: 18px;
  margin: 8px 0 0 16px;
}

.text_17 {
  width: 817px;
  height: 72px;
  overflow-wrap: break-word;
  color: rgba(39, 39, 39, 1);
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: normal;
  text-align: justify;
  line-height: 24px;
  margin: 21px auto 42px;
}

.section_5 {
  background-color: rgba(255, 255, 255, 1);
  width: 128px;
  height: 50px;
  border: 1px solid rgba(220, 227, 228, 1);
  margin: 30px 0 42px 100px;
  display: flex;
  flex-direction: row;
}

.image-text_76 {
  width: 94px;
  height: 16px;
  margin: 17px 0 0 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.box_41 {
  width: 100%;
  margin: 35px auto 0;
  overflow: hidden;
  position: relative;
}

.team_box {
  position: relative;
  width: 1400px; /* 这里不一样 */
  margin: 0 auto;
}
.imgs_box {
  overflow: hidden;
  height: 420px;
  width: 1400px; /* 这里不一样 */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 10px;
  margin: 0 auto;
  position: relative;
}
.image_3 {
  width: 50px;
  height: 50px;
  position: absolute;
  left: -70px;
  top: 40%;
  cursor: pointer;
  z-index: 10;
}

.image_9 {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -80px;
  top: 40%;
  cursor: pointer;
  z-index: 10;
}

.image-wrapper_16 {
  width: 40px;
  height: 24px;
  margin: 43px 0 0 227px;
  display: flex;
  flex-direction: row;
}

.label_8 {
  width: 40px;
  height: 24px;
}

.team_img {
  width: 261px;
  height: 341px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-wrap: break-word;
  color: rgba(20, 41, 92, 0.7);
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 24px;
 /* transition: all 0.1s ease; */
  float: left;
  margin: 10px 20px 0 0;
}
.team_img img {
  width: 251px;
  height: 331px;
}
.team_img.selected {
  position: relative;
  border: 5px solid #e9cda5;
}
/* 三角标 */
/* .team_img.selected::after {
  content: '';
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 10px solid #E9CDA5;
} */
.arrow-disabled {
  opacity: 0.3;
  cursor: default !important;
}
.team_img:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: 5px solid #e9cda5;
}

.team-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.text-group_3 {
  width: 48px;
  height: 25px;
  margin: 10px 0 0 80px;
}
.carousel-container {
  width: 1400px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.carousel-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1); /* 使用更平滑的缓动函数 */
  will-change: transform; /* 提示浏览器提前优化 */
  backface-visibility: hidden; /* 避免动画时的闪烁问题 */
}
.box_4 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #eaeff0;
}

.block_2 {
  height: 656px;
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.group_18 {
  width: 1440px;
  height: 96px;
  margin: 80px 0 0 0px;
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 0 26px;
}

.text-group_54 {
  width: 144px;
  height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  white-space: nowrap;
  overflow-wrap: break-word;
  color: rgba(39, 39, 39, 1);
}

.text_25 {
  width: 144px;
  height: 36px;
  font-size: 36px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  line-height: 54px;
}

.text_26 {
  width: 90px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(39, 39, 39, 1);
  font-size: 32px;
  font-family: SourceHanSansCN-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 48px;
  margin-top: 18px;
}

.text_right {
  width: 300px;
  position: absolute;
  right: 21px;
  top: 0;
  display: flex;
  justify-content: space-between;
}
.text-wrapper_6 {
  background-color: rgba(255, 255, 255, 1);
  height: 50px;
  border: 1px solid rgba(220, 227, 228, 1);
  width: 128px;
  margin: 46px 0 0 0px;
  display: flex;
  flex-direction: column;
}

.text_27 {
  width: 64px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(116, 116, 116, 1);
  font-size: 16px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: 12px auto 10px;
}

.group_19 {
  width: 1440px;
  height: 294px;
  margin: 38px auto 0;
  display: flex;
  flex-direction: row;
  /* justify-content: space-between;*/
  justify-content: space-evenly;
  padding: 0 20px;
}

.section_31 {
  width: 300px;
  height: 294px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.group_2 {
  /* background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/85b50f2fbc88410891c32358c904565e_mergeImage.png); */
  width: 300px;
  height: 171px;
  border: 1px solid rgba(151, 151, 151, 1);
  display: flex;
  flex-direction: column;
}

.group_3 {
  background-color: rgba(255, 255, 255, 1);
  width: 300px;
  height: 124px;
  border: 1px solid rgba(226, 228, 228, 1);
  margin-top: -1px;
  display: flex;
  flex-direction: row;
}

.text-group_55 {
  width: 243px;
  height: 91px;
  margin: 11px 0 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: rgba(39, 39, 39, 1);
  overflow-wrap: break-word;
  text-align: justify;
}

.text_29 {
  width: 243px;
  height: 52px;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  line-height: 26px;
}

.text_30 {
  width: 72px;
  height: 14px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  color: #949495;
  font-weight: normal;
  white-space: nowrap;
  line-height: 21px;
  margin-top: 25px;
}

.section_35 {
  width: 48px;
  height: 212px;
  position: fixed;
  bottom: 30%;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 100;
}

.image-wrapper_2 {
  background-color: rgba(233, 205, 165, 1);
  height: 50px;
  width: 48px;
  display: flex;
  flex-direction: column;
}

.label_2 {
  width: 24px;
  height: 24px;
  margin: 13px 0 0 13px;
}

.image-wrapper_5 {
  height: 50px;
  background: linear-gradient(180deg, #304679 0%, #112659 100%);
  margin-top: 4px;
  width: 48px;
}

.group_20 {
  width: 128px;
  height: 50px;
  margin: 55px auto 43px;
  display: flex;
  flex-direction: row;
}

.box_10 {
  background-color: rgba(255, 255, 255, 1);
  width: 128px;
  height: 50px;
  border: 1px solid rgba(220, 227, 228, 1);
  display: flex;
  flex-direction: row;
}

.box_5 {
  width: 100%;
  background: url("../images/image-joinus.png") 100% no-repeat;
  background-size: 100% 100%;
}

.block_3 {
  width: 1440px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.text-group_59 {
  width: 144px;
  height: 88px;
  margin: 92px auto 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text_37 {
  width: 144px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 36px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 54px;
}

.text_38 {
  width: 124px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  font-family: SourceHanSansCN-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 48px;
  margin: 20px 0 0 10px;
}

.paragraph_2 {
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  width: 640px;
  height: 52px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: right;
  line-height: 26px;
  margin: 50px auto 0;
}
.section_17 {
  width: 148px;
  height: 50px;
  background: linear-gradient(180deg, #f6e8d1 0%, #e9cda5 100%);
  margin: 50px auto 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.image_14 {
  width: 24px;
  height: 12px;
}

.footer {
  padding-top: 20px;
  width: 100%;
  background-color: rgba(36, 36, 36, 1);
}

.footer_main {
  background-color: rgba(36, 36, 36, 1);
  width: 1440px;
  height: 244px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 50px;
}

.group_21 {
  width: 390px;
  height: 157px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.image_15 {
  width: 246px;
  height: 41px;
  margin-left: 1px;
}

.paragraph_3 {
  width: 360px;
  height: 72px;
  overflow-wrap: break-word;
  color: #7e7a7a;
  font-size: 12px;
  font-family: SourceHanSansCN-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 18px;
  margin-top: 44px;
}

.group_22 {
  position: relative;
  width: 330px;
  height: 150px;
  display: flex;
}

.image-text_85 {
  position: absolute;
  left: 0;
  top: 0;
  width: 310px;
  height: 92px;
}

.label_7 {
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 10px;
}
.image-text_84 {
  width: 308px;
  height: 90px;
  margin-top: 92px;
}

.label_6 {
  width: 21px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 110px;
}

.paragraph_4 {
  width: 201px;
  height: 84px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.7);
  font-size: 30px;
  font-family: SourceHanSansCN-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 42px;
  margin-left: 40px;
}

.text_39 {
  width: 272px;
  height: 40px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 20px;
  margin: 20px 0 0 39px;
}

.image-text_86 {
  width: 82px;
  height: 123px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.group_23 {
  width: 400px;
  display: flex;
  justify-content: space-between;
}

.image-wrapper_7 {
  height: 82px;
  width: 82px;
}

.image_16 {
  width: 83px;
  height: 83px;
}

.text-group_19 {
  width: 70px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 21px 0 0 5px;
}

/* 关于可安的样式 */
.about_us {
  padding-top: 109px;
  background: #fcfcfc;
}

.box_44 {
  position: relative;
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
}

.thumbnail_1 {
  width: 12px;
  height: 12px;
  margin-top: 3px;
}

.text_1 {
  width: 151px;
  height: 17px;
  overflow-wrap: break-word;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: justify;
  white-space: nowrap;
  line-height: 17px;
  margin-left: 10px;
  color: #666;
}
.text_1_1 {
  margin: 0 6px;
}
.menu_left {
  width: 246px;
  position: absolute;
  top: -100px;
  left: 50px;
}

.menu_title {
  width: 245px;
  height: 151px;
  background: url("../images/image-title bg.png") 100% no-repeat;
  padding: 20px 15px 0;
}
.menu_left li {
  width: 246px;
  height: 55px;
  margin-top: 2px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 55px;
  text-align: justify;
  font-style: normal;
  padding-left: 20px;
  background: #f3f5f5;
}

.menu_left li.menu_active {
  color: #fff;
  font-weight: 500;
  background: linear-gradient(
    270deg,
    rgba(244, 228, 203, 0) 0%,
    rgba(245, 231, 207, 0.18) 16%,
    rgba(195, 164, 117, 0.8) 100%
  );
}

.menu_left li.menu_active a,
.menu_left li.menu_active a span {
  color: #fff;
  font-weight: 500;
}

.submenu {
  display: none;
  padding-left: 20px;
}

/* 当前激活的一级菜单显示子菜单 */
.menu_active .submenu {
  display: block;
}

/* 二级菜单链接样式 */
.menu_left .has-submenu .submenu a {
  display: block;
  padding: 8px 0;
  color: #666;
  text-decoration: none;
}

/* 二级菜单激活状态 */
.menu_left .submenu a.active {
  color: #d4a762;
  font-weight: bold;
}

.menu_left dd {
  padding: 8px 0;
  height: 50px;
  cursor: pointer;
  color: #666;
}

.text_50 {
  width: 128px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  font-family: SourceHanSansCN-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 48px;
}

.text_51 {
  width: 131px;
  height: 48px;
  overflow-wrap: break-word;
  color: rgb(160 149 149);
  font-size: 28px;
  font-family: DIN-Medium;
  font-weight: 500;
  text-align: justify;
  white-space: nowrap;
  line-height: 48px;
  margin-top: 18px;
}
.menu_right {
  width: 1140px;
  height: 100%;
  min-height: 400px;
  padding-left: 30px;
}

.group_34 {
  width: 169px;
  height: 17px;
  margin: 20px 0 0 0px;
  display: flex;
}

.group_35 {
  width: 100%;
  height: 500px;
  padding: 20px 0 0 0px;
}
.text_title {
  width: 96px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(39, 39, 39, 1);
  font-size: 24px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
}

.title_icon {
  width: 50px;
  height: 4px;
  margin-top: 5px;
  background: linear-gradient(
    to right,
    rgba(21, 42, 93, 1) 0% 50%,
    rgba(233, 205, 165, 1) 50% 100%
  );
}

.group_36 {
  width: 100%;
  height: 410px;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.group_38 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.image_5 {
  width: 460px;
  margin-left: 20px;
}

.text-wrapper_29 {
  width: 388px;
  height: 12px;
  display: flex;
  flex-direction: row;
  overflow-wrap: break-word;
  color: rgba(39, 39, 39, 0.7);
  font-size: 12px;
  font-family: SourceHanSansCN-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  justify-content: space-between;
  margin-top: 20px;
}

.text-wrapper_30 {
  width: 380px;
  height: 32px;
  margin: 13px 0 0 1px;
  overflow-wrap: break-word;
  color: rgba(20, 41, 92, 1);
  font-size: 32px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.group_39 {
  height: 399px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.text-group_15 {
  width: 431px;
  height: 76px;
  margin-left: 34px;
}

.text_2 {
  width: 252px;
  height: 28px;
  overflow-wrap: break-word;
  color: #272727;
  font-size: 28px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
  margin-left: 1px;
}

.text_3 {
  width: 431px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(39, 39, 39, 0.4);
  font-size: 30px;
  font-family: Arial-Black;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
  margin-top: 6px;
}

.text-wrapper_8 {
  height: 308px;
  margin-top: 15px;
  width: 605px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(
    135deg,
    rgba(246, 232, 209, 0.2) 0%,
    rgba(233, 205, 165, 0.3) 100%
  );
  padding: 20px 34px;
}

.paragraph_5 {
  width: 531px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: justify;
  line-height: 24px;
}

.image-text_21 {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 5px;
}

.box_6 {
  width: 6px;
  height: 21px;
  background: linear-gradient(180deg, #f6e8d1 0%, #e9cda5 100%);
  margin-right: 6px;
}

.text-group_2 {
  height: 25px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: justify;
  white-space: nowrap;
  line-height: 25px;
}

.group_41 {
  width: 912px;
  display: flex;
  justify-content: space-between;
}

.box_7 {
  background-image: url("../images/image-xingzhengfa_bg.png");
  background-size: 100% 100%;
  height: 358px;
  width: 356px;
  position: relative;
}

.box_8 {
  background-image: url("../images/image-minshangfa_bg.png");
  background-size: 100% 100%;
  height: 358px;
  width: 356px;
  position: relative;
}

.box_9 {
  background-image: url("../images/image-xingfa_bg.png");
  background-size: 100% 100%;
  height: 358px;
  width: 356px;
  position: relative;
}
.box_12 {
  background-color: rgba(0, 0, 0, 0.2);
  width: 304px;
  height: 306px;
}

.group_5 {
  width: 356px;
  height: 358px;
}
.image_4 {
  width: 105px;
  height: 105px;
  position: absolute;
  left: 50%;
  top: 78px;
  transform: translateX(-50%);
}

.text_4 {
  width: 72px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 36px;
  position: absolute;
  left: 50%;
  top: 200px;
  transform: translateX(-50%);
}

.group_9 {
  background-color: rgba(206, 181, 144, 0.9);
  width: 356px;
  height: 358px;
}

.block_6 {
  background-color: rgba(255, 255, 255, 1);
  width: 128px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 280px;
  transform: translateX(-50%);
}

.image-text_22 {
  width: 94px;
  height: 16px;
  margin: 17px 0 0 18px;
}


.group_10 {
  height: 659px;
  background-size: 100% 100%;
}

.map {
  width: 1070px;
  height: 658px;
  background: url("../images/map2x.png") 100% no-repeat;
  background-size: 100% 100%;
}
.map img {
  width: 99%;
}

/* 可安大事记页面的样式 */
.group_1 {
  width: 100%;
  padding: 20px 0 0 0px;
}
.changeYears {
  width: 400px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin: 10px 0;
}
.year {
  cursor: pointer; /* 鼠标悬停变手型 */
  width: 75px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}

.year-content {
  display: none; /* 默认隐藏所有内容 */
}

.changeAct {
  background: #e9cda5;
  border-radius: 16px;
  text-align: center;
  width: 60px !important;
}

.firstBox {
  width: 1070px;
  height: 200px;
  display: flex;
  color: #333333;
}
.firstBox img {
  height: 200px;
}
.left_content {
  width: 450px;
  height: 200px;
  text-align: right;
  padding: 20px;
}

.dataAct {
  color: #b99259;
  font-weight: 400;
}
.group_4 {
  background: url("../images/dengta.png") 100% no-repeat;
  background-size: 100% 100%;
}
.secondBox {
  width: 1070px;
  height: 200px;
  display: flex;
}
.kong {
  width: 42%;
}
.right_content {
  width: 450px;
  height: 200px;
  text-align: left;
  padding: 20px;
}
.group_6 {
  width: 1070px;
  /* height: 100%; */
  padding: 20px 0;
}
.group_box {
  width: 900px;
  text-align: center;
  margin: 0px auto;
  padding-top: 20px;
  position: relative;
}
.group_title {
  display: inline-block;
  width: 514px;
  text-align: center;
}
#MemorabiliaVideo {
  width: 100%;
  margin-top: 20px;
}
.icon_play,
.icon_pause {
  width: 85px;
  height: 85px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 居中 */
  cursor: pointer; /* 鼠标指针变手型 */
  z-index: 98; /* 确保按钮在视频上方 */
  transition: opacity 0.3s;
  pointer-events: auto;
}

/* 控制按钮样式 */
.video_controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* 允许点击穿透到视频 */
}

.swiper_box {
  width: 900px;
  height: 500px;
  overflow: hidden;
  padding-top: 10px;
  position: relative;
}
.swiper_container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  transition: transform 0.5s ease;
}
.swiperSlide {
  flex: 0 0 auto;
  margin-right: 30px;
  box-sizing: border-box;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.swiperSlide {
  margin-bottom: 20px;
  text-align: center;
}
.swiperSlide img {
  width: 254px;
  height: auto;
  display: block;
}

.swiperSlide span {
  height: 50px;
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: 50px;
}

.swiper-nav {
  text-align: center;
  margin-top: 20px;
}

.swiper-nav button {
  padding: 5px 15px;
  margin: 0 10px;
  cursor: pointer;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
}
.butL,
.butR {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url("../images/icon-next.png") 100% no-repeat;
  background-size: 100% 100%;
  bottom: 0px;
  margin-top: -20px;
  z-index: 999;
  cursor: pointer;
}

.butL {
  left: 55%;
}

.butR {
  right: 55%;
  background-image: url("../images/icon-pre.png");
}

/* 可安文化的样式 */
.block_4 {
  position: relative;
  width: 1070px;
  margin-top: 13px;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  background-image: url("../images/image-qiyewenhua_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.image-text_18 {
  width: 240px;
  margin: 33px 0 20px;
}

.text_13 {
  width: 224px;
  height: 25px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: justify;
  white-space: nowrap;
  line-height: 25px;
}
.image_2 {
  width: 464px;
  height: 294px;
}

.block_5 {
  width: 1050px;
  display: flex;
  padding: 20px 0;
}
.culture_text_left {
  width: 48%;
  padding: 20px 30px;
  position: relative;
  background: linear-gradient(
    135deg,
    rgba(246, 232, 209, 0.2) 0%,
    rgba(233, 205, 165, 0.3) 100%
  );
  border-radius: 8px;
  margin-right: 10px;
}

.text_5 {
  width: 144px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: justify;
  white-space: nowrap;
  line-height: 24px;
  position: relative;
}
.bg_icon {
  width: 150px;
  height: 14px;
  background: #f2dec1;
  border-radius: 19px;
  position: absolute;
  top: 40px;
  left: 26px;
}

.text-wrapper_1 {
  width: 435px;
  display: flex;
}
.text_6 {
  margin: 10px 0;
}
.text_7 {
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: justify;
  white-space: nowrap;
  line-height: 24px;
}

.paragraph_6 {
  width: 380px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: justify;
  line-height: 24px;
}

.block_8 {
  padding: 0 10px;
  width: 1070px;
  background-image: url("../images/image-qiyewenhua_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.image-text_1 {
  height: 25px;
  margin: 33px 0 0 14px;
}
.image_6 {
  display: flex;
  width: 1000px;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 20px;
}
.image_left {
  width: 50px;
  height: 50px;
}
.image_center {
  width: 800px;
  margin: 10px 20px;
}
.text_8 {
  margin-left: 300px;
  width: 440px;
  height: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}
.block_8_content {
  margin-top: 20px;
}
.text-wrapper_2 {
  display: flex;
  justify-content: space-around;
  position: relative;
  height: 180px;
}
.zhu_ti {
  width: 155px;
  height: 96px;
  background: linear-gradient(180deg, #f6e8d1 0%, #e9cda5 100%);
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  padding: 20px;
  position: absolute;
  left: 30px;
  top: 20px;
}
.zhong_xin {
  width: 840px;
  height: 151px;
  background: linear-gradient(
    135deg,
    rgba(246, 232, 209, 0.2) 0%,
    rgba(233, 205, 165, 0.3) 100%
  );
  border-radius: 8px;

  padding: 20px 15px 10px 40px;
  position: absolute;
  left: 160px;
  top: 0;
}
.text-wrapper_3 {
  display: flex;
  margin-bottom: 10px;
}
.text-wrapper_3 span {
  display: inline-block;
  width: 70px;
  height: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: justify;
}
.text-wrapper_3 p {
  width: 700px;
  height: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
}

.block_9 {
  padding: 0 10px;
  width: 1070px;
  /* background: linear-gradient( 180deg, #F3F5F5 0%, #FFFFFF 100%); */
  background-image: url("../images/image-qiyewenhua_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* height: 400px; */
}
.text_28 {
  width: 1070px;
  height: 300px;
  padding: 0 50px 10px 20px;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
}
.text_31 {
  width: 100%;
  /* height: 100%; */
  background: linear-gradient(
    135deg,
    rgba(246, 232, 209, 0.2) 0%,
    rgba(233, 205, 165, 0.3) 100%
  );
  border-radius: 8px;
  padding: 10px 20px 10px 0;
  margin: 20px 0;
}
.text_32 span {
  font-weight: 600;
  font-size: 14px;
}

.text_32 {
  display: flex;
  width: 700px;
  margin-bottom: 10px;
}

.video_box {
  width: 100%;
}

.video_list {
  width: 1000px;
  height: 500px;
position: relative;
}

.video_list ul {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}

.video_list video {
  width: 100%;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  position: relative;
}

.video_list ul li {
  height: 586px;
  width: 840px;
  position: absolute;
  top: 0%;
  will-change: transform;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
/* 确保标题和视频作为一个整体过渡 */
.video_list ul li > * {
  transition: inherit; /* 继承父元素的transition */
}
.video_title {
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0px;
  padding-left: 20px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
.video_list .show0,
.video_list .show2 {
  width: 488px;
  height: 292px;
  top: calc(50% - 158px);
  z-index: 87;
}

.video_list .show0 {
  left: 80px;
}

.video_list ul .show2 {
  left: 400px;
}

.show0 video,
.show2 video {
  width: 488px;
  height: 292px;
}

.video_list ul .show1,
.video_list ul .show3 {
  width: 650px;
  height: 365px;
  top: calc(50% - 190px);
  z-index: 88;
}

.video_list ul .show1 {
  left: 160px;
}
.video_list ul .show3 {
  left: 120px;
}
.video-title {
  width: 100%;
  font-size: 18px;
  height: 70px;
  line-height: 70px;
  background: linear-gradient(
    180deg,
    rgba(233, 205, 165, 0.5) 0%,
    rgba(246, 232, 209, 0) 100%
  );
  padding-left: 20px;
}
/* .video_list ul .show2{
  width: 359px;
  height: 336px;
  top: calc(50% - 192px);
  z-index: 87;
} */
/* 分页器样式 */
.pagination {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.dot {
  display: inline-block;
  width: 87px;
  height: 5px;
  background: #d8d8d8;
  opacity: 0.7;
  margin: 0 5px;
  border-radius: 16px;
  cursor: pointer;
}

.doAct {
  width: 87px;
  height: 5px;
  background: #e9cda5 !important;
}
.dialog {
  width: 100%;
  height: 500px;
}
.poetry_icon {
  width: 20px;
  height: 20px;
  background-image: url("../images/image-circle.png");
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.poem-list {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.poem-item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
  font-size: 16px;
  color: #272727;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}
.poem-item:hover {
  background-color: #f9f9f9;
  padding-left: 10px;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.modal-title {
  text-align: justify;
  font-size: 14px;
  color: #272727;
}
.modal-content {
  background-color: white;
  width: 80%;
  max-width: 600px;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-content .modal-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #272727;
}

.fa-chevron-left {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url("../images/icon-pre.png");
  background-size: 100% 100%;
}
.fa-chevron-right {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url("../images/icon-next.png");
  background-size: 100% 100%;
}
.poem-content {
  line-height: 2;
  text-align: center;
  font-size: 18px;
  max-height: 400px;
  overflow-y: scroll;
}

.poem-line {
  display: block;
  margin: 10px 0;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #999;
}

.close-btn:hover {
  color: #333;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
  color: #999;
  background: none;
  border: none;
  outline: none;
}

.nav-btn:hover {
  color: #333;
}

.prev-btn {
  left: 15px;
}
.next-btn {
  right: 15px;
}

.group_11 {
  width: 100%;
  height: 423px;
  padding: 20px 0 0 0px;
}
.group_7 {
  width: 1070px;
  /* height: 300px; */
  margin-top: 20px;
}
.group_7 img {
  width: 1070px;
  height: auto;
}
.group_12 {
  width: 1070px;
}
.module-row {
  display: flex;
  width: 100%;
  gap: 20px;
}

.module {
  width: 520px;
  height: 120px;
  flex: 1;
  background-color: #fff;
  border: 1px solid #e2e4e4;
  display: flex;
  transition: transform 0.3s ease;
  margin: 10px 0px 10px 0;
  flex: 0 0 calc(50% - 10px);
}
.module-icon {
  margin-right: 15px;
}
.module-icon img {
  width: 120px;
  height: 120px;
}
.module-content h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.module-content p {
  width: 345px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.module-content {
  margin: 10px 20px;
}
.module:last-child {
  flex: 0 0 calc(50% - 10px);
}

.group_13 {
  width: 100%;
  padding: 20px 0 0 0px;
}
.team-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px;
}

.team-member {
  flex: 0 0 calc(33.33% - 20px);
  text-align: center;
  transition: transform 0.3s ease;
  margin-bottom: 30px;
  border: 1px solid #e2e4e4;
}

.team-member:hover {
  transform: translateY(-5px);
}

.member-image {
  background: #d8d8d8;
  height: 444px;
  object-fit: cover;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.identity {
  width: 100%;
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  padding: 20px;
  text-align: center;
  color: #14295c;
  line-height: 27px;
  font-style: normal;
}
.member-name {
  height: 30px;
  font-size: 20px;
}

.member-position {
  height: 25px;
  font-size: 16px;
}
.describe {
  max-width: 1070px;
  height: 40px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #272727;
  line-height: 20px;
  text-align: justify;
  font-style: normal;
  margin-bottom: 10px;
}
.civil_container {
  width: 1070px;
  display: flex;
  margin: 20px 0 30px;
  /* justify-content: space-between; */
}
.civil_box {
  width: 267px;
  background: #ffffff;
  border: 1px solid #e2e4e4;
  text-align: center;
  color: #272727;
  font-style: normal;
}
.civil_box h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
}
.civil_box img {
  width: 267px;
  margin-bottom: 20px;
  height: auto; /* 保持比例 */
  display: block;
}
.civil_box p {
  margin: 20px 20px 30px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
/* .criminal_container {

} */
.criminal_box {
  /* display: flex; */
  width: 1070px;
  height: 150px;
  background: #ffffff;
  border: 1px solid #e2e4e4;
  margin: 20px 0;
  position: relative;
}
.criminal_box img {
  width: 150px;
  height: 150px;
}
.criminal_box h3 {
  position: absolute;
  top: 20px;
  left: 180px;
}
.criminal_box p {
  position: absolute;
  top: 50px;
  left: 180px;
}

.team_group {
  width: 169px;
  height: 17px;
  margin: 17px 0 0 288px;
  display: flex;
}
.team_search {
  width: 100%;
  height: 50px;
  position: relative;
  margin-bottom: 20px;
}
.icon-down {
  margin-left: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../images/icon-dropdownlist.png");
  background-size: 100% 100%;
}
.img_box {
  width: 1355px;
}
.filter-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.filter-box {
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.filter-header {
        width: 80px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            transition: all 0.3s;
        }
        
         .filter-header:hover {
            border-color: #1abc9c;
        }
         .filter-options {
            position: absolute;
            top: 100%;
            left: 0;
            width: 238px;
            background: white;
            border: 1px solid #ddd;
            border-top: none;
            border-radius: 0 0 6px 6px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            z-index: 10;
            display: none;
        }
        
        .filter-option {
            padding: 10px 15px;
            cursor: pointer;
            transition: background 0.2s;
        }
        
        .filter-option:hover {
            background: #f1f8ff;
        }
        
        .filter-option.active {
            background: linear-gradient(180deg, #F6E8D1 0%, #E9CDA5 100%);
            /* color: #1abc9c; */
            font-weight: 500;
        }
        
        .filter-box.expanded .filter-options {
            display: block;
        }
        
        .filter-box.expanded .filter-header {
            border-radius: 6px 6px 0 0;
            border-color: #1abc9c;
        }

.search-box {
  display: flex;
  align-items: center;
}

.search-input {
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  width: 200px;
}

.search-btn {
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-left: none;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #f6e8d1 0%, #e9cda5 100%);
  cursor: pointer;
  background-image: url("../images/icon-search.png") 100% no-repeat;
  /* background-size: 100% 100%; */
}

.photo-wall {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.card {
  background-color: white;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

.card-img {
  width: 323px;
  height: 485px;
  object-fit: cover;
}

.card-info {
  padding: 15px;
  text-align: center;
}

.card-name {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
  color: #14295c;
  line-height: 27px;
}

.card-position {
  color: #666;
  font-size: 14px;
  padding: 8px 0;
  background-color: white;
  transition: all 0.3s;
  cursor: pointer;
}
.hover-content {
  display: none;
  /* width: 253px; */
  height: 69px;
  color: #112659;
  opacity: 0;
  transform: translateY(100%);
  text-align: center;
  font-size: 18px;
  line-height: 69px;
}
.card-info:hover .hover-content {
  opacity: 1;
  transform: translateY(0);
}
.team_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 30px 0;
}

.page-btn,
.page-number {
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-right: 10px;
}

.page-btn:hover,
.page-number:hover {
  background-color: #f5f5f5;
}

.page-number.active {
  background-color: #e9cda5;
  color: #333333;
}

.ellipsis {
  padding: 8px 5px;
}

/* 律师详情页面样式 */
.lawyer_container {
  display: flex;
  margin: 20px 0;
}
.team_left {
  width: 380px;
}
.introduce {
  width: 100%;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #14295c;
  font-style: normal;
  text-align: left;
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
.introduce img {
   width: 100%;
    height: auto;
    object-fit: cover;
}
.lawyer_name {
  font-size: 18px;
  line-height: 27px;
  margin: 10px 20px;
}
.lawyer_position {
  font-size: 14px;
  line-height: 30px;
  color: #999;
  margin: 0px 20px;
}
.introduce button {
  margin: 10px 20px 20px;
  width: 340px;
  height: 60px;
  background: linear-gradient(180deg, #f6e8d1 0%, #e9cda5 100%);
  font-weight: 500;
  font-size: 16px;
  color: #112659;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}
.erweima {
  display: flex;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  margin: 20px 0 0px;
  justify-content: space-around;
}
.erweima_left img {
  width: 150px;
  height: 142px;
}
.erweima_left {
  text-align: center;
}
.erweima_text {
  font-size: 14px;
  line-height: 20px;
  color: #112659;
  margin-top: 10px;
}
.team_right {
  width: 1060px;
  padding: 0 40px 20px;
  position: relative;
}
.lawyers {
  width: 100%;
  height: 85px;
}
.lawyer_title {
  position: absolute;
  left: 150px;
  top: 10px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #14295c;
  line-height: 21px;
  text-align: left;
  font-style: normal;
}
.lawyer_introduce_text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
}
.lawyer_text {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 5px;
  border-bottom: 2px solid #e2e4e4;
}
.lawyer_area_content {
  padding: 10px 0 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
}
.lawyer_case {
  margin-top: 10px;
}
.lawyer_case_box {
  display: flex;
}
.lawyer-icon {
  margin-right: 10px;
}
.lawyer_module {
  margin: 10px 20px 10px 0;
  width: calc(50% - 10px);
  background-color: white;
  /* border-radius: 8px; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 15px 25px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  border: 1px solid #e2e4e4;
}
.lawyer_module:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: linear-gradient(
    135deg,
    rgba(246, 232, 209, 0) 0%,
    rgba(233, 205, 165, 0.3) 100%
  );
  border: 2px solid #e9cda5;
}
.first_icon {
  width: 38px;
  height: auto;
}
.case-content {
  flex: 1;
}
.case-desc {
  width: 320px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2; /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  /* 备用方案（单行省略）*/
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}
.second_icon {
  width: 28px;
}
/* 弹窗样式 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-container {
  background-color: white;
  border-radius: 8px;
  width: 90%;
  max-width: 750px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-header {
  height: 80px;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(
    180deg,
    rgba(233, 205, 165, 0.5) 0%,
    rgba(246, 232, 209, 0) 100%
  );
}

.modal-header h3 {
  margin: 0 auto;
  font-size: 18px;
  color: #333;
}
.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.form-control {
  flex: 1;
}
input,
select,
textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  background: #f1f3f7;
  border: none;
}
select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px;
}
.province-select {
  position: relative;
  background: #ffffff;
  color: #272727;
}
.close-modal {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  line-height: 1;
}

.close-modal:hover {
  color: #333;
}

.modal-body {
  height: 400px;
  padding: 20px;
}

/* 表单样式调整 */
#modalConsultationForm .form-group {
  margin-bottom: 15px;
}

#modalConsultationForm label {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
  display: block;
  margin-bottom: 8px;
}

#modalConsultationForm input,
#modalConsultationForm textarea {
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  border: 1px solid #ccc;
}

#modalConsultationForm textarea {
  min-height: 160px;
}

#modalConsultationForm .submit-btn {
  width: 210px;
  height: 50px;
  background: linear-gradient(180deg, #f6e8d1 0%, #e9cda5 100%);
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  color: #112659;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  margin-left: 36%;
}
/* 为图片容器添加相对定位，使隐藏内容能相对于它定位 */
.image-wrapper_2,
.image-wrapper_5 {
  position: relative;
  cursor: pointer;
}
.hidden-content {
  display: none;
  position: absolute;
  background: white;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  /* 根据需求调整位置 */
  margin-top: 10px;
  right: 53px;
  top: -120px;
}
.hidden-content img {
  width: 100px;
}

.group_14 {
  width: 100%;
  height: 85px;
  padding: 20px 0 0 0px;
}
.caseList_box {
  /* display: flex; */
  width: 1070px;
  height: 150px;
  background: #ffffff;
  border: 1px solid #e2e4e4;
  margin: 20px 0;
  position: relative;
  color: #333333;
}
.caseList_box img {
  width: 150px;
  height: 150px;
}
.caseList_box .data {
  position: absolute;
  top: 20px;
  left: 180px;
  font-size: 16px;
  font-weight: 500;
  font-family: DIN, DIN;
}
.caseList_box h3 {
  position: absolute;
  top: 50px;
  left: 180px;
  color: #272727;
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN;
}
.caseList_box p {
  width: 870px;
  position: absolute;
  top: 90px;
  left: 180px;
  font-size: 14px;
  font-weight: 400;
  font-family: PingFangSC, PingFang SC;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-container {
  margin-bottom: 20px;
}

.search-container input {
  padding: 8px;
  width: 300px;
  margin-right: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.search-container button {
  height: 30px;
  text-align: center;
  padding: 8px 16px;
  background-color: #e9cda5;
  color: white;
  border: none;
  cursor: pointer;
  background-image: url("../images/icon-search.png");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center center;
}

.search-container button:hover {
  background-color: #e9cda5;
}

.case_pagination button:hover:not(:disabled) {
  background-color: #ddd;
}

.case_pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.case_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  gap: 5px;
}

.page-nav,
.page-number {
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-right: 10px;
}

.page-nav:hover,
.page-number:hover {
  background-color: #e8e8e8;
}

.page-nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.page-number.active {
  background-color: #e9cda5;
  color: #333333;
}

.page-ellipsis {
  padding: 8px 5px;
  cursor: default;
}
/* 可安普法页面样式 */

/* 分类导航栏样式 */
.category-nav-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.category-nav {
  width: 987px;
  overflow: hidden;
  margin: 0 20px;
}

.category-nav-inner {
  display: flex;
  transition: transform 0.3s ease;
  width: max-content;
}

.category-item {
  padding: 8px 16px;
  margin-right: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  width: 205px;
  height: 40px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #152a5d;
  line-height: 22px;
  text-align: center;
  font-style: normal;
}

.category-item.active {
  background-color: #e9cda5;
  color: #fff;
}

.nav-arrow {
  background-color: #f5f5f5;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.nav-arrow-left {
  background: url("../images/Icon-left.png") 100% no-repeat;
  background-size: 100% 100%;
}
.nav-arrow-right {
  background: url("../images/Icon-right.png") 100% no-repeat;
  background-size: 100% 100%;
}
.nav-arrow:hover {
  background-color: #e0e0e0;
}

.nav-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.no-results {
  font-size: 16px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 44px 0;
  color: #333333;
}

/* 普法详情页面的样式 */
.group_16 {
  width: 100%;
  height: 100%;
  margin: 20px 0;
}

.original {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  text-align: justify;
  font-style: normal;
  margin: 10px 0;
}
.original_title {
  width: 48px;
  height: 17px;
  font-size: 12px;
  color: #746249;
  line-height: 17px;
  background: #f0e1cb;
  border-radius: 4px;
  padding: 4px 8px;
}
.original_time {
  width: 85px;
  height: 20px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-left: 15px;
}
.author_box {
  width: 300px;
  height: 200px;
  margin-top: 10px;
  position: absolute;
  right: 0;
  top: 50px;
}
.author_info {
  margin-top: 19px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.author_info img {
  width: 120px;
  height: auto;
}
.author_info .name {
  position: absolute;
  left: 130px;
  top: 15px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #14295c;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}
.author_company {
  position: absolute;
  left: 130px;
  top: 40px;
  width: 128px;
  height: 40px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}
.author_info p {
  position: absolute;
  left: 130px;
  top: 60px;
  width: 128px;
  height: 40px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}
.author_info .author_icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../images/icon-next.png") 100% no-repeat;
  background-size: 100% 100%;
}
.group_17 {
  width: 500px;
  height: 100%;
  margin-bottom: 40px;
  position: relative;
}
.article_content {
  padding: 10px 0;
  border-top: 1px solid #b6b3b3;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
}
.group_17 video {
  width: 450px;
  height: auto;
}

/* 著作介绍的样式 */
.block_10 {
}
.image_7 {
  width: 350px;
  height: auto;
}
.book_content {
  width: 600px;
  padding: 20px;
  font-family: PingFangSC, PingFang SC;
  color: #333333;
  text-align: justify;
  font-style: normal;
}
.book_content h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
}
.book_content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0;
}
.book_company {
  display: inline-block;
  width: 168px;
  height: 14px;
  margin-top: 10px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #14295c;
  line-height: 21px;
  text-align: left;
  font-style: normal;
}
.block_11 {
  background-color: rgba(255, 255, 255, 1);
  width: 128px;
  height: 50px;
  border: 1px solid rgba(220, 227, 228, 1);
  margin: 27px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* 可安动态的样式 */

.group_37 {
  width: 100%;
  /* height: 500px; */
  padding: 20px 0 0 0px;
}

.container {
  width: 100%;
  max-width: 1070px;
  margin: 20px 0 50px;
}

/* 顶部置顶文章区域 */
.featured-article {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
  /*  默认隐藏 */
  /* display: none;   */
  position: relative;
}

.featured-content {
  display: flex;
  padding: 20px;
}

.featured-image {
  width: 40%;
  height: 300px;
  overflow: hidden;
  border-radius: 6px;
}

.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.featured-image:hover img {
  transform: scale(1.05);
}

.featured-text {
  width: 60%;
  padding-left: 25px;
  /* position: relative; */
}

.featured-date {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}

.featured-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #222;
}

.featured-excerpt {
  color: #555;
  line-height: 1.8;
}

.featured-nav {
  position: absolute;
  left: 440px;
  bottom: 10px;
  display: flex;
  justify-content: center;
  padding: 15px;
  align-items: center;
  /* background-color: #f9f9f9; */
  /* border-top: 1px solid #eee; */
}

.featured-nav button {
  background: none;
  border: 1px solid #ddd;
  padding: 5px 15px;
  margin: 0 5px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}

.featured-nav button:hover {
  background-color: #f0f0f0;
}

.featured-nav button.active {
  background-color: #3498db;
  color: white;
  border-color: #3498db;
}

/* 文章列表区域 */
.article-list {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.article-item {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.article-item:last-child {
  border-bottom: none;
}

.article-date {
  width: 100px;
  color: #666;
  font-size: 24px;
}
.article-date em {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  line-height: 36px;
}

.article-content {
  flex: 1;
}

.article-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

.article-excerpt {
  color: #666;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 分页器 */
.dynamic_pagination {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.dynamic_pagination button {
  background: none;
  border: 1px solid #ddd;
  padding: 8px 15px;
  margin: 0 5px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}

.dynamic_pagination button:hover {
  background-color: #f0f0f0;
}

.dynamic_pagination button.active {
  background-color: #e9cda5;
  color: white;
  border: 1px solid #e9cda5;
}

.dynamic_pagination .ellipsis {
  padding: 8px 5px;
  margin: 0 5px;
}

/* 加入我们页面样式 */
.join_header {
  width: 1070px;
  background: linear-gradient(
    135deg,
    rgba(246, 232, 209, 0.2) 0%,
    rgba(233, 205, 165, 0.3) 100%
  );
  padding: 15px;
  display: flex;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: justify;
  font-style: normal;
}
.join_address {
  margin-left: 20px;
}
.job-list {
  width: 1070px;
  margin: 20px 0;
}
.job-item {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  overflow: hidden;
  cursor: pointer;
}
.job-summary {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #f9f9f9;
}
.job-info {
  flex: 2;
}
.job-meta {
  flex: 1;
  text-align: right;
}
.job-title {
  margin-bottom: 5px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #272727;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
}
.job-experience {
  color: #666;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  /* color: #333333; */
  line-height: 22px;
  letter-spacing: 1px;
  text-align: justify;
  font-style: normal;
}
.job-location {
  margin-right: 10px;
  display: inline-block;
  width: 17px;
  height: 21px;
  background: url("../images/icon-location.svg") 100% no-repeat;
  background-size: 100% 100%;
}
.job-city {
  font-weight: bold;
  margin-bottom: 5px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #272727;
  line-height: 30px;
  letter-spacing: 1px;
  font-style: normal;
}
.job-date {
  color: #666;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  /* color: #333333; */
  line-height: 22px;
  letter-spacing: 1px;
  font-style: normal;
}
.job-detail {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: white;
  position: relative;
}
.job-detail-content {
  padding: 15px 0;
  margin-bottom: 40px;
}
.section-title {
  font-weight: bold;
  margin: 15px 0 10px 0;
  color: #333;
  font-size: 16px;
}
.section-content {
  margin-left: 15px;
  color: #555;
  font-size: 14px;
  line-height: 30px;
}
.collapse-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  bottom: 10px;
  text-align: right;
  cursor: pointer;
  color: #3498db;
  display: none;
  background: url("../images/icon-小箭头@2x.png") 100% no-repeat;
  background-size: 40px 40px;
}
.job-item.active .job-detail {
  max-height: 1000px;
  overflow-y: scroll;
}
.job-item.active .collapse-btn {
  display: block;
}
/* 激活状态样式 */
.job-item.active {
  border: 2px solid #e9cda5;
}

.job-item.active .job-summary {
  background: linear-gradient(
    135deg,
    rgba(246, 232, 209, 0) 0%,
    rgba(233, 205, 165, 0.3) 100%
  );
}

.contact_container {
  width: 1070px;
  margin: 30px 0 50px;
}
.contact_top {
  display: flex;
  position: relative;
}
.contact_left {
  padding: 30px 20px;
  width: 300px;
  height: 448px;
  z-index: 10;
  background: url("../images/编组 4@2x.png") 100% no-repeat;
  background-size: 100% 100%;
}
.contact_left h3 {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #272727;
  line-height: 30px;
  text-align: left;
  font-style: normal;
}
.phone {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 22px;
  text-align: justify;
  font-style: normal;
  margin: 30px 0;
  display: flex;
}
.phone p {
  width: 160px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: justify;
  font-style: normal;
}
.icon-phone {
  margin: 5px 4px 0 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/icon-phone@2x.png") 100% no-repeat;
  background-size: 100% 100%;
}
.icon-location {
  margin: 5px 4px 0 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/icon-location@2x.png") 100% no-repeat;
  background-size: 100% 100%;
}
.contact_right {
  width: 786px;
  height: 448px;
  position: absolute;
  top: 0;
  right: 0;
}
.contact_bottom {
  width: 1070px;
  /* height: 400px; */
  background-color: #eaeff0;
  display: flex;
  max-width: 1070px;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.left-section {
  flex: 1;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
}

.left-section h2 {
  margin: 40px;
  margin-bottom: 20px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #272727;
  line-height: 30px;
  text-align: left;
  font-style: normal;
}

.wechat-icon {
  width: 148px;
  height: 150px;
  margin-bottom: 70px;
}

.right-section {
  flex: 2;
  padding: 40px;
}

.contact_container .form-group {
  margin-bottom: 25px;
}

.contact_container .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact_container .form-control {
  flex: 1;
}

.contact_container label {
  display: block;
  margin-bottom: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #272727;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
}

.contact_container input,
select,
textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  font-size: 12px;
  background-color: #ffffff;
}

.contact_container select {
  appearance: none;
  background-image: url("../images/icon-dropdownlist.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px;
}

.contact_container textarea {
  min-height: 100px;
  resize: vertical;
}

.contact_container .submit-btn {
  background: linear-gradient(180deg, #f6e8d1 0%, #e9cda5 100%);
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #112659;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  border: none;
  padding: 14px 20px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  /* background-color: #1565c0; */
}

.contact_container .province-select {
  position: relative;
  background: #ffffff;
  color: #272727;
}

.contact_container .dropdown-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.number {
  width: 37px;
  border: 1px solid #ddd;
  padding: 0;
  height: 37px;
  text-align: center;
  border-radius: 4px;
}
