body {
  background: linear-gradient(0deg, #fff0d7 0%, #fff9ed 100%);
}
.top_box {
  width: 100%;
  height: 53.9vw;
  padding-top: 3.7vh;
  background: url("../images_new/index/top_bg.png") no-repeat;
  background-size: 100% 100%;
}
.header_box {
  display: flex;
  justify-content: space-between;
  width: 140rem;
  margin: 0 auto;
}
.header_left_box {
  font-weight: bold;
  font-size: 2rem;
  color: #ffffff;
  font-family: "Source Han Serif CN", "思源宋体 CN", "SiyunSongHeiBold", serif;
}
.header_left_box img {
  height: 4.1rem;
  margin-right: 1.6rem;
  vertical-align: middle;
}
.header_box .user_box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 0;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
}
.header_box .user_box:hover .more_box {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header_box .user_box img {
  width: 1rem;
  height: 1rem;
}
.header_box .user_box .more_box {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  /* 确保元素可以接收鼠标事件 */
  pointer-events: none;
  position: relative;
  position: absolute;
  top: 4rem;
  left: -1rem;
  width: 10.2rem;
  background: #bc0000;
  border-radius: 0.8rem;
  border: 0.1rem solid #ffffff;
  cursor: auto;
  z-index: 9999;
}
.header_box .user_box .more_box div {
  width: 6.1rem;
  height: 3.6rem;
  text-align: center;
  margin: 0 auto;
  line-height: 3.6rem;
  font-size: 1.4rem;
  color: #ffffff;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.header_box .user_box .more_box div:hover {
  transform: scale(1.03);
}
.header_box .user_box .more_box div:first-child {
  border-top: none;
}
.map_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 140rem;
  margin: 4rem auto 0;
}
.map_box .hsgm_box {
  position: absolute;
  top: -8.3rem;
  right: 34.8rem;
  width: 34.9rem;

  /* top: -8.3rem;
  left: 36.6vw;
  width: 20vw; */
}
.map_box .hsgm_box .hsgm {
  width: 34.9rem;
}
.map_box .hsgm_box .xing {
  position: absolute;
  top: -1.7rem;
  left: 12.5rem;
  width: 7.2rem;
  animation: xingPulse 1.7s ease-in-out infinite;
}
.map_box .hsgm_box .xing2 {
  position: absolute;
  top: 19.6rem;
  right: 5rem;
  width: 3.4rem;
  animation: xingPulse 2.1s ease-in-out infinite;
}
.map_box .hsgm_box .xing3 {
  position: absolute;
  bottom: 0.7rem;
  right: 13.1rem;
  width: 3.4rem;
  animation: xingPulse 1.9s ease-in-out infinite;
}
@keyframes xingPulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.45);
  }
  100% {
    transform: scale(0.9);
  }
}
.map_box .map {
  position: relative;
  width: 26.41vw; /* 50.7rem → 26.41vw */
  height: 35.94vw; /* 69rem → 35.94vw */
  /* background: rgba(255, 255, 255, 0.2); */
}
.map_box .map .map_item_box {
  width: 100%;
  height: 100%;
  /* 地图默认阴影 */
  filter: drop-shadow(10px 10px 0px #6b0000);
}
/* 限制地图大小，防止地图放大 */
.map_box .map .map_item_box div,
.map_box .map .map_item_box canvas {
  width: 100% !important;
  height: 100% !important;
}
.map_box .map .map_num {
  position: absolute;
  bottom: 6.1rem;
  right: -0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.map_box .map .map_num .map_num_item_1 {
  height: 4.6rem;
  padding-bottom: 7rem;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  color: #ffffff;
  font-family: "Source Han Serif CN", "思源宋体 CN", "SiyunSongHeiBold", serif;
  background: url("../images_new/index/num_bg.png") no-repeat;
  background-size: 8.6rem 4.6rem;
  background-position: bottom center;
}
.map_box .map .map_num .map_num_item_2 {
  margin-top: 0.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
}
.map_box .map .map_1 {
  position: absolute;
  right: 3rem;
  top: 11.5vw;
  height: 5.2rem;
  cursor: pointer;
}
.map_box .map .map_2 {
  position: absolute;
  left: 10.5rem;
  top: 24vw;
  height: 6.6rem;
  cursor: pointer;
}
.map_box .map .map_3 {
  position: absolute;
  left: -8rem;
  top: 18.6vw;
  height: 5.8rem;
  cursor: pointer;
}
.map_box .map .map_4 {
  position: absolute;
  left: 8.5rem;
  top: 20vw;
  height: 5.8rem;
  cursor: pointer;
}
.map_box .map .map_5 {
  position: absolute;
  left: -2rem;
  top: 14vw;
  height: 6.8rem;
  cursor: pointer;
}
.map_box .map .map_6 {
  position: absolute;
  left: 15rem;
  top: 15vw;
  height: 4.6rem;
  cursor: pointer;
}

.map_box .hsxm_big {
  position: absolute;
  right: 0;
  bottom: 6.7rem;
}
.map_box .hsxm_box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 84.5rem;
  padding: 1.8rem 2.8rem;
  background: rgba(207, 39, 39, 0.76);
  border-radius: 1rem;
  border: 0.1rem solid #ffffff;
}
.map_box .hsxm_box .hsxm_title {
  font-weight: bold;
  font-size: 3rem;
  color: #ffffff;
  font-family: "Source Han Serif CN", "思源宋体 CN", "SiyunSongHeiBold", serif;
}
.map_box .hsxm_box .hsxm_content {
  margin-top: 1.5rem;
  font-weight: bold;
  font-size: 1.6rem;
  color: #ffffff;
  text-align: justify;
  line-height: 2.5rem;
  font-family: "Source Han Serif CN", "思源宋体 CN", "SiyunSongHeiBold", serif;
}
.map_box .hsxm_big_two {
  position: absolute;
  right: 0;
  bottom: 6.7rem;
  width: 84.5rem;
  height: 29.8rem;
  padding: 1.8rem 2.2rem 0;
  background: rgba(207, 39, 39, 0.76);
  border-radius: 1rem;
  border: 0.1rem solid #ffffff;
}
.map_box .hsxm_big_two .one_title_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  align-items: center;
  font-weight: bold;
  font-size: 3rem;
  color: #ffffff;
  font-family: "Source Han Serif CN", "思源宋体 CN", "SiyunSongHeiBold", serif;
}
.map_box .hsxm_big_two .one_title_box .more {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: "Microsoft YaHei";
  cursor: pointer;
}
.map_box .hsxm_big_two .one_title_box .more img {
  width: 1.5rem;
}
.map_box .hsxm_big_two .carousel {
  padding: 0 4.5rem;
}
.map_box .hsxm_big_two .hsqj_img_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.map_box .hsxm_big_two .hsqj_img_box .hsqj_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map_box .hsxm_big_two .hsqj_img_box .title_box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0.4rem 7.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: "SimSun";
  background: rgba(188, 0, 0, 0.7);
}
.map_box .hsxm_big_two .hsqj_img_box .title_box .title {
  width: 100%;
  padding: 0 0.5rem;
  text-align: center;
}
.map_box .hsxm_big_two .hsqj_img_box .title_box .heng {
  width: 26rem;
}
.map_box .hsxm_big_two .hsqj_img_box .title_box .heng img {
  width: 100%;
}
.map_box .hsxm_big_two .hsqj_img_box .title_two_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  padding: 0 1.4rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: "SimSun";
  background: rgba(0, 0, 0, 0.4);
}

.lxzj_box {
  width: 100%;
  /* background: url("../images_new/index/lxzj_bg.png") no-repeat;
  background-size: 100% 50.6rem;
  background-position: center bottom; */
}
.lxzj_box .lxzj_inside {
  width: 159rem;
  margin: -8vw auto 0;
}
.lxzj_box .lxzj_title {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 19.1rem;
  padding: 2.3rem 13.5rem 0;
  background: url("../images_new/index/lxzj_title_bg.png") no-repeat;
  background-size: 100% 100%;
}
.lxzj_box .lxzj_title img {
  height: 4.8rem;
}
.lxzj_box .lxzj_title .lxzj_text {
  margin-top: 2.4rem;
  font-weight: 600;
  font-size: 2.4rem;
  color: #000000;
  text-align: center;
  font-family: "Source Han Serif CN", "思源宋体 CN", "SiyunSongHeiBold", serif;
}
.lxzj_box .lxzj_line {
  height: 14.8rem;
  padding: 3.2rem 10rem 0;
  background: url("../images_new/index/lxzj_line.png") no-repeat;
  background-size: 100% 2.1rem;
  background-position: 0 7.8rem;

  /* 右侧向左的阴影 */
  /* box-shadow: inset -3rem 0 3.5rem -1.5rem rgba(245, 230, 207, 0.5); */
}
.lxzj_box .lxzj_line .lxzj_line_item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #000000;
  cursor: pointer;
}
.lxzj_box .lxzj_line .lxzj_line_item_active {
  margin-top: -2.6rem;
  color: #db0a07;
}
.lxzj_box .lxzj_line .lxzj_line_item .lxzj_line_title {
  display: flex;
  align-items: center;
  height: 2.6rem;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "Source Han Serif CN", "思源宋体 CN", "SiyunSongHeiBold", serif;
}
.lxzj_box .lxzj_line .lxzj_line_item .lxzj_time {
  font-weight: bold;
  font-size: 1.5rem;
}
.lxzj_box .lxzj_line .shuangyuan {
  width: 2rem;
}
.lxzj_box .lxzj_line .qi {
  width: 6.3rem;
}
.lxzj_box .lxzj_line .lu {
  position: absolute;
  top: 10.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 7.8rem;
}
.lxzj_box .lxzj_content {
  display: flex;
  justify-content: space-between;
  width: 149rem;
  height: 71.1rem;
  margin: 0 auto;
  padding: 5.9rem 11.5rem 0 11.7rem;
  background: url("../images_new/index/lxzj_content_bg.png") no-repeat;
  background-size: 100% 100%;
}
.lxzj_box .lxzj_content .lxzj_left {
  width: 69.2rem;
}
.lxzj_box .lxzj_content .lxzj_left .lxzj_first {
  width: 100%;
  height: 55.6rem;
  padding: 1.1rem;
  background: #ffffff;
  border: 0.1rem solid #d2d2d2;
  cursor: pointer;
}
.lxzj_box .lxzj_content .lxzj_left .lxzj_first .img_box {
  width: 100%;
  height: 40.1rem;
  overflow: hidden;
}
.lxzj_box .lxzj_content .lxzj_left .lxzj_first .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lxzj_box .lxzj_content .lxzj_left .lxzj_first .text {
  padding: 2.8rem 0.8rem 0;
  font-size: 3rem;
  color: #000000;
}
.lxzj_box .lxzj_content .lxzj_left .lxzj_btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.2rem;
}
.lxzj_box .lxzj_content .lxzj_left .lxzj_btn img {
  width: 11rem;
  cursor: pointer;
}
.lxzj_box .lxzj_content .lxzj_right {
  display: flex;
  flex-wrap: wrap;
  gap: 1.7rem;
  width: 54.9rem;
}
.lxzj_box .lxzj_content .lxzj_right .lxzj_item {
  width: 26.6rem;
  height: 20.4rem;
  padding: 0.8rem;
  margin-top: -5rem;
  font-size: 1.6rem;
  color: #000000;
  background: #ffffff;
  border: 0.1rem solid #d2d2d2;
  cursor: pointer;
}
.lxzj_box .lxzj_content .lxzj_right .lxzj_item .img_box {
  width: 100%;
  height: 13.97rem;
  overflow: hidden;
}
.lxzj_box .lxzj_content .lxzj_right .lxzj_item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lxzj_box .lxzj_content .lxzj_right .lxzj_item .text {
  margin-top: 0.6rem;
}
.lxzj_box .lxzj_content .lxzj_right .lxzj_item_second {
  width: 54.9rem;
  height: 37.8rem;
  padding: 1.6rem;
  margin-top: 0;
  font-size: 2.6rem;
  color: #000000;
  background: #ffffff;
  border: 0.1rem solid #d2d2d2;
}
.lxzj_box .lxzj_content .lxzj_right .lxzj_item_second .img_box {
  width: 100%;
  height: 28.9rem;
  overflow: hidden;
}
.lxzj_box .lxzj_content .lxzj_right .lxzj_item_second .text {
  margin-top: 1.7rem;
}

.sj_box {
  width: 100%;
  height: 48.4rem;
  margin-top: 3.2rem;
  background: url("../images_new/index/sj_top_bg.png") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.sj_box .index_title_left img {
  height: 8.4rem;
}
.sj_box .sj_inside {
  display: flex;
  justify-content: space-between;
  width: 140rem;
  margin: 0 auto;
}
.sj_box .sjcg_box {
  width: 69rem;
}
.sj_box .sjcg_box .sjcg_list {
  display: flex;
  gap: 2rem;
}
.sj_box .sjcg_box .sjcg_list .sjcg_item {
  width: 33.5rem;
  height: 28.6rem;
  background: #ffffff;
  border-radius: 0.8rem;
  border: 0.1rem solid #cacaca;
  cursor: pointer;
}
.sj_box .sjcg_box .sjcg_list .sjcg_item .img_box {
  width: 100%;
  height: 14.7rem;
  border-radius: 0.8rem 0.8rem 0rem 0rem;
  overflow: hidden;
}
.sj_box .sjcg_box .sjcg_list .sjcg_item .img_box img {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem 0.8rem 0rem 0rem;
  object-fit: cover;
}
.sj_box .sjcg_box .sjcg_list .sjcg_item .title {
  padding: 0.8rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #000000;
}
.sj_box .sjcg_box .sjcg_list .sjcg_item .subtitle {
  padding: 0 0.8rem;
  font-size: 1.4rem;
  color: #969696;
}
.sj_box .sjhd_box {
  width: 69rem;
}
.sj_box .sjhd_box .sjhd_list {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  width: 100%;
  height: 28.6rem;
  padding: 1.5rem 1rem;
  background: #ffffff;
  border-radius: 0.8rem;
}
.sj_box .sjhd_box .sjhd_list .sjhd_item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.sj_box .sjhd_box .sjhd_list .sjhd_item .img_box {
  width: 20.6rem;
  height: 11.8rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
.sj_box .sjhd_box .sjhd_list .sjhd_item .img_box img {
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
  object-fit: cover;
}
.sj_box .sjhd_box .sjhd_list .sjhd_item .text_box {
  width: 43.8rem;
  padding-right: 1rem;
}
.sj_box .sjhd_box .sjhd_list .sjhd_item .text_box .title {
  font-weight: 500;
  font-size: 1.6rem;
  color: #333333;
}
.sj_box .sjhd_box .sjhd_list .sjhd_item .text_box .subtitle {
  height: 3.8rem;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  color: #969696;
}
.sj_box .sjhd_box .sjhd_list .sjhd_item .text_box .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.7rem;
  font-size: 1.4rem;
  color: #333333;
}
.sj_box .sjhd_box .sjhd_list .sjhd_item .text_box .time img {
  width: 3.6rem;
  height: 1.2rem;
}
.szzy_box {
  width: 100%;
  height: 63rem;
  margin-top: -7.6rem;
  background: url("../images_new/index/sj_bottom_bg.png") no-repeat;
  background-size: auto 26.7rem;
  background-position: center bottom;
}
.szzy_box .szzy_inside {
  width: 140rem;
  margin: 0 auto;
}
.szzy_box .index_title_left img {
  height: 9.8rem;
}
.szzy_box .szzy_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1.5rem;
}
.szzy_box .szzy_list img {
  width: 100%;
  height: 100%;
}
.szzy_box .szzy_list .szzy_item {
  width: 69rem;
  height: 17.8rem;
  cursor: pointer;
  overflow: hidden;
}

/* 在 index.css 文件末尾添加以下内容 */

/* 页面加载时的初始动画 */
.header_left_box,
.user_box,
.hsgm_box,
.map,
.hsxm_big,
.lxzj_title,
.lxzj_line,
.lxzj_content,
.sjcg_box,
.sjhd_box,
.szzy_list .szzy_item {
  opacity: 0;
  animation-fill-mode: forwards;
}

/* 为卡片添加悬停效果 */
.sjcg_item,
.sjhd_item,
.lxzj_item,
.lxzj_first {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.sjcg_item:hover,
.sjhd_item:hover,
.lxzj_item:hover,
.lxzj_first:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
