.company-wish {
  height: 960px;
  background: url("https://daerwen1.oss-cn-beijing.aliyuncs.com/zzgk/assets/index/indexbanner.png");
  background-size: 100% 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 140px;
}
.company-wish .main-title {
  font-size: 64px;
  color: #ffffff;
  font-family: "sc-bold";
}
.company-wish .sub-title {
  font-size: 30px;
  color: #f1f1f1;
  font-family: "sc-regular";
}

.company-wish .en-title {
  font-size: 14px;
  color: #f1f1f1;
  font-family: "sc-medium";
}
.honner-swiper-container {
  padding: 20px 176px;
  padding-bottom: 120px;
  background: url("https://daerwen1.oss-cn-beijing.aliyuncs.com/zzgk/assets/index/honnerbg.png");
  background-size: 100% auto;
  background-color: #ffffff;
  position: relative;
}
.honner-swiper-container .title {
  height: 207px;
  width: 427px;

  z-index: 1;
  position: relative;
}
.honner-swiper-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
}
.lookmore {
  cursor: pointer;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  margin-top: 89px;
  background: #c0a062;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-family: "sc-regular";
}
.lookmore:hover {
  text-decoration: underline;
}
.arrow-btn {
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  background: transparent;
  position: relative;
}

.left-arrow {
  background: url("https://daerwen1.oss-cn-beijing.aliyuncs.com/zzgk/assets/index/leftcommon.png")
    no-repeat center;
  background-size: 100% 100%;
}
.left-arrow:hover {
  background-size: 100% 100%;
}
.right-arrow {
  background: url("https://daerwen1.oss-cn-beijing.aliyuncs.com/zzgk/assets/index/rightactive.png")
    no-repeat center;
  background-size: 100% 100%;
}
.right-arrow:hover {
  background-size: 100% 100%;
}

.arrow-btn:hover .arrow-icon {
  filter: brightness(0) invert(1);
}

.page-indicator {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 8px 20px;
  color: #c0a062;
  font-family: "sc-regular" !important;

  font-size: 14px;
}
#currentSwiper {
  font-size: 18px;
}
.titlestyle {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 35px;
  line-height: 61px;
  text-align: left;
  justify-content: space-between;
  display: flex;
  align-items: center;
  font-style: normal;
  text-transform: none;
  color: #333333;
  padding: 125px 0 0px 0;
}
.titlestyle .title .cn {
  font-size: 48px;
  color: #1a1a1a;
  font-family: "sc-bold" !important;
}
.titlestyle .title .eg {
  font-size: 28px;
  color: #c0a062;
  font-family: "sc-regular" !important;
}
.news-item {
  background: #fafafa;
}
.news-item .main-content-active {
  background: #f1f1f1;
  border-bottom: 6px solid #c0a062;
  padding-bottom: 34px !important;
}
.news-img {
  width: 100%;
  height: 320px;
  object-fit: fill;
}
.news-item .main-content {
  text-align: left;
  padding: 40px;
}

.news-item .main-content .news-date {
  font-family: "sc-regular" !important;
  color: #666666;
  font-size: 16px;
}
.news-item .main-content .news-title {
  min-height: 54px;
  font-size: 18px;
  color: #333333;
  font-family: "sc-bold" !important;
  margin-top: 20px;
  margin-bottom: 12px;
}
.news-item .main-content .news-desc {
  font-size: 14px;
  color: #9c9c9c;
  font-family: "sc-regular" !important;
  overflow: hidden; /* 溢出内容隐藏 */
  text-overflow: ellipsis; /* 溢出显示省略号 */
  display: -webkit-box; /* 弹性盒模型（webkit内核专用） */
  -webkit-line-clamp: 3; /* 限制显示的行数为3行 */
  -webkit-box-orient: vertical; /* 内容垂直排列 */
}
.news-item .main-content .go-news-icon {
  width: 33px;
  height: 33px;
  margin-top: 37px;
  background: url("https://daerwen1.oss-cn-beijing.aliyuncs.com/zzgk/assets/index/newsCommon.png");
  background-size: 100% 100%;
}
.news-item .main-content-active .go-news-icon {
  width: 33px;
  height: 33px;
  margin-top: 37px;
  background: url("https://daerwen1.oss-cn-beijing.aliyuncs.com/zzgk/assets/index/newsActive.png");
}
.world-container {
  padding: 0 240px;
  background-color: #f1f1f1;
  padding-bottom: 80px;
  overflow: hidden;
}

.world-container .header {
  text-align: center;
  padding: 30px 20px;
  padding-top: 118px;
}
.world-container .header .title {
  color: #1a1a1a;
  font-size: 36px;
  font-family: "sc-bold" !important;
  margin-bottom: 20px;
}
.world-container .header .title span {
  color: #c0a062;
}
.world-container .header .sub-title {
  font-size: 20px;
  color: #333333;
  font-family: "sc-regular";
}
.world-container .header .sub-title span {
  font-family: "sc-bold" !important;
}
.world-instance {
  position: relative; /* 关键：作为点位的定位父容器 */

  z-index: 1;

  width: 1718px;
  height: 1015px;
  background: url("https://daerwen1.oss-cn-beijing.aliyuncs.com/zzgk/assets/index/worldmap.png")
    no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.world-instance .area-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  font-size: 24px;
  color: #333333;
  -webkit-text-stroke: 1px #ffffff; /* 减小到1px */
  font-family: "sc-bold" !important;
  font-weight: 700;
}
/* 基础样式保持不变 */
.world-instance .area-item .pointer-item {
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 新增：为动画定位做准备 */
  position: relative;
}

.world-instance .area-item .pointer-item .pointer-inner {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease; /* 过渡更丝滑 */
}

/* Active类专属动画：呼吸+脉冲扩散 */
.world-instance .area-item .pointer-item.active {
  width: 20px;
  height: 20px;
  /* 呼吸动画：核心点位明暗交替 */
  animation: breath 2s infinite ease-in-out;
  cursor: pointer; /* 鼠标悬浮显手型，强化可点击提示 */
}

/* 脉冲扩散效果：模拟地图点位的辐射感 */
.world-instance .area-item .pointer-item.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  /* 脉冲动画：从中心向外扩散、淡化 */
  animation: pulse 2s infinite ease-out;
  pointer-events: none; /* 不遮挡点击事件 */
}

/* 鼠标悬浮强化提示（可选，增强交互） */
.world-instance .area-item .pointer-item.active:hover .pointer-inner {
  background: #c0a062; /* 悬浮变主题色，更醒目 */
}

/* 呼吸动画关键帧：核心点位透明度变化 */
@keyframes breath {
  0%,
  100% {
    background: rgba(255, 255, 255, 0.6);
  }
  50% {
    background: rgba(255, 255, 255, 0.9);
  }
}

/* 脉冲扩散关键帧：大小+透明度变化 */
@keyframes pulse {
  0% {
    width: 22px;
    height: 22px;
    opacity: 0.8;
  }
  100% {
    width: 40px;
    height: 40px;
    opacity: 0;
  }
}
