* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "PingFang SC", "微软雅黑", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  /* color: #171B2E; */
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #171b2e;
}

.head-top {
  width: 100%;
  height: 48px;
  background: #9c0509;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head-top-box {
  max-width: 1600px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-top-box-left {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.head-top-box-left img {
  width: 16px;
  height: 16px;
}

.head-top-box-left p {
  margin-left: 10px;
  font-size: 15px;
  color: #fff;
}

.head-top-box-right {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.head-top-box-right form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 32px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.head-top-box-right form button {
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  background: none;
  order: -1;
  padding-left: 4px;
  cursor: pointer;
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head-top-box-right form button img {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.head-top-box-right form button:active img {
  transform: scale(1.2);
}

.head-top-box-right form input {
  width: 240px;
  height: 30px;
  border: none;
  outline: none;
  background: transparent;
  padding-left: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7) !important;
}

.head-top-box-right form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.sousuo {
  margin-right: 10px;
}

.head-top-box-right-home {
  width: 112px;
  height: 32px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.head-top-box-right-home:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.head-top-box-right-home:active {
  transform: translateY(0px);
  background: rgba(255, 255, 255, 0.2);
}

.head-top-box-right-home img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  transition: transform 0.3s ease;
}

.head-top-box-right-home:hover img {
  transform: scale(1.1);
}

.head-top-box-right-home a {
  height: 100%;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.head-top-box-right-denglu {
  width: 143px;
  height: 32px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.head-top-box-right-denglu:hover {
  background: #f8f8f8;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(177, 21, 25, 0.2);
}

.head-top-box-right-denglu:active {
  transform: translateY(0px);
  background: #f0f0f0;
}

.head-top-box-right-denglu img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  transition: transform 0.3s ease;
}

.head-top-box-right-denglu:hover img {
  transform: scale(1.1);
}

.head-top-box-right-denglu a {
  height: 100%;
  font-size: 14px;
  color: #b11519;
  text-align: left;
  font-style: normal;
  text-transform: none;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.head-top-box-right-denglu:hover a {
  color: #8a0c0f ;
  font-weight: 500;
}
.head-top-box-right-home:hover a{
  color: #FFF ;
  font-weight: 500;
}


.header {
  width: 100%;
  height: 95px;
  background: url('../images/header_bg.png') no-repeat center center;
  background-size: 100% 100%;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-box {
  max-width: 1600px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-box-logo {
  width: 380px;
  height: auto;
}

.header-box-logo img {
  width: 100%;
  height: 100%;
}

.header-box-nav {
  width: 64%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-list > li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.nav-list > li:hover {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.12) 100%
  );
}

.nav-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.3s ease;
}

.nav-list > li > a h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

.nav-list > li > a h2 {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff90;
  margin-top: 4px;
  text-transform: uppercase;
}

.nav-list-two {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  top: 100%;
  left: 0;
  z-index: 1000;
  text-align: center;
  line-height: 1.5rem;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.nav-list-two > li {
  position: relative;
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-list-two > li:hover {
  /* background: rgba(177, 21, 25, 0.05); */
  color: #b11519;
}

.nav-list-two > li:hover a {
  color: #b11519;
}

.nav-list-two > li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 1px;
  background-color: #eaecf2;
}

.nav-list > li:hover .nav-list-two {
  display: block;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ====== Banner轮播图样式 ====== */
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 0;
  padding-bottom: 22.917%;
  /* 440/1920 = 0.229167 计算出的比例 */
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.banner-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}

.banner-title p {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0 20px;
  font-weight: 300;
}

.fwdh {
  width: 100%;
  /* height: 325px; */
  padding-top: 100px;
  padding-bottom: 20px;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fwdh-box {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fwdh-box-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fwdh-box-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.fwdh-box-title h1 {
  font-size: 2.7rem;
  color: #171b2e;
  font-weight: 400;
}

.fwdh-box-title h2 {
  font-weight: 300;
  font-size: 1rem;
  color: #9fa4b8;
}

.fwdh-box-list ul {
  /* 使用百分比宽度 + flex 实现 8 列，并保留 10px 间距 */
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.fwdh-box-list ul li {
  /* 一行 8 列：7 个 10px 的间距，需要从 100% 中扣除 */
  flex: 0 0 calc((100% - 70px) / 8);
  /* 按 214×205 的基准保持等比例缩放 */
  aspect-ratio: 214 / 205;
  height: auto;
}


.fwdh-box-list-li {
  background: #ffffff;

  position: relative;
}

.fwdh-box-list-li {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.35s ease;
  cursor: pointer;
}

.fwdh-box-list-li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(177, 21, 25, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.fwdh-box-list-li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: #ffffff;
}

.fwdh-box-list-li img {
  width: 40%;
  height: 40%;
}

.fwdh-box-list-li p {
  font-size: 1.1rem;
  color: #171b2e;
  font-weight: 500;
  margin-top: 10px;
}

.fwdh-box-list-li span {
  font-size: 0.7rem;
  color: #9fa4b8;
  font-weight: 300;
  /* 悬停动效过渡 */
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
  font-family: MiSans, MiSans;
}
.fudh_xwtz{
  width: 100%;
  background :url("../images/Rectangle_6.png") no-repeat center;
  background-size: cover;
}
.xwtz {
  width: 100%;
  min-height: 700px;
  background-size: cover;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: height 0.2s ease;
}

.fwdh-box-list-li:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(177, 21, 25, 0.15);
}

.fwdh-box-list-li:hover::before {
  height: 6px;
}

.xwtz-box {
  width: 100%;
  height: auto;
  max-width: 1600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 1%;
  margin-top: 50px;
}

.xwtz-box-left,
.xwtz-box-right {
  width: 49%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.xwtz-box-title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.xwtz-box-title h1 {
  font-size: 2.7rem;
  color: #171b2e;
  font-weight: 400;
}

.xwtz-box-title h2 {
  font-size: 1rem;
  font-weight: 300;
  color: #9fa4b8;
}

.xwtz-box-more {
  padding: 10px;
  background: rgba(177, 21, 25, 1);
  color: #fff;
  margin-right: 10px;
  /* border: 1px solid #eaecf2;
  border-radius: 8px; */
  /* cursor: pointer; */
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease, border-color 0.2s ease;
  display: inline-flex;
  align-items: center;
  border-left: 6px rgba(220, 89, 92, 1) solid;
}

.xwtz-box-more a {
  font-size: 0.9rem;
  font-weight: 400;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 100%;
}

/* .xwtz-box-more a::after{
  content: "➞";
  font-size: 0.95rem;
  line-height: 1;
  transform: translateX(0);
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.85;
} */
.xwtz-box-more:hover {
  background: #ffffff;
  border-color: #d9dbe7;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.xwtz-box-more:hover a {
  color: #3b4058;
}

.xwtz-box-more:hover a::after {
  transform: translateX(4px);
}

.xwtz-box-more:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.xwtz-box-list {
  width: 100%;
  height: auto;
  display: flex;
  /* 悬停动效过渡 */
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
  flex-direction: row;
  gap: 1%;
}

.xwtz-box-list-content {
  width: 49%;
  height: 490px;
  background: #ffffff;
  padding: 20px;
}

.xwtz-box-list-content-img {
  width: 100%;
  height: 224px;
}

.xwtz-box-list-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.xwtz-box-list-content-text {
  margin-top: 10px;
}

.xwtz-box-list-content-text h1 {
  font-size: 1rem;
  color: #171b2e;
  font-weight: 600;
  margin-bottom: 10px;
  min-height: 42px;
}

.xwtz-box-list-content-text p {
  font-size: 0.8rem;
  color: #9fa4b8;
  font-weight: 300;
}

.xwtz-box-list-content-text-p {
  min-height: 68px;
  max-height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;

}

.xwtz-box-list-content-text-date {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.xwtz-box-list-content-text-date img {
  width: 18px;
  margin-right: 5px;
}

.xwtz-box-list-content-text-date p {
  font-size: 0.9rem;
  color: #9fa4b8;
  font-weight: 300;
}

.xwtz-box-list-ul {
  width: 49%;
  height: 490px;
  gap: 20px;
}

.xwtz-box-list-content-text-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin-top: 20px;
  background-color: #8a0c0f;
}

.xwtz-box-list-content-text-btn a {
  color: #ffffff;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xwtz-box-list-ul-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.xwtz-box-list-ul-list li {
  display: flex;
  width: 100%;
  height: 114px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.xwtz-box-list-ul-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #8a0c0f;
  transition: width 0.2s ease;
}

.xwtz-box-list-ul-list li:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.xwtz-box-list-ul-list li:hover::before {
  width: 3px;
}

.xwtz-box-list-ul-list-date {
  display: flex;
  width: 72px;
  height: 72px;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}

.xwtz-box-list-ul-list-date-day {
  font-size: 1.5rem;
  color: #171b2e;
  font-weight: 600;
}

.xwtz-box-list-ul-list-date-month {
  font-size: 0.9rem;
  color: #171b2e;
  font-weight: 400;
}

.jqhd {
  width: 100%;
  min-height: 700px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jqhd-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1600px;
  height: auto;
  margin-top: 50px;
}

.jqhd-box-title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.jqhd-box-title h1 {
  font-size: 2.7rem;
  color: #171b2e;
  font-weight: 400;
}

.jqhd-box-title h2 {
  font-size: 1rem;
  font-weight: 300;
  color: #9fa4b8;
}

.jqhd-box-content {
  width: 100%;
  height: auto;
}

.jqhd-box-content-list {
  display: flex;
  flex-direction: row;
  gap: 1%;
  margin-top: 20px;
}

.jqhd-box-content-list li {
  width: 24%;
  height: 406px;
  background-color: #fff;
  border: #dbdeeb 1px solid;
  padding: 10px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.jqhd-box-content-img {
  width: 100%;
  height: 235px;
  overflow: hidden;
}

.jqhd-box-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}

.jqhd-box-content-list li:hover .jqhd-box-content-img img {
  transform: scale(1.05);
}

.jqhd-box-content-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  border-color: rgba(138, 12, 15, 0.2);
}

.jqhd-box-content-title {
  margin-top: 15px;
}

.jqhd-box-content-title h1 {
  font-size: 1.2rem;
  color: #171b2e;
  font-weight: 500;
  margin-bottom: 10px;
  /* 单行省略 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jqhd-box-content-title p {
  font-size: 0.8rem;
  color: #9fa4b8;
  font-weight: 300;
  min-height: 50px;
  /* 最多显示三行，超出省略号 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /* 可选：标准草案属性，部分新浏览器支持 */
  line-clamp: 3;
}

.jqhd-box-content-btn {
  margin-top: 10px;
}

.jqhd-box-content-btn span {
  font-size: 0.9rem;
  color: #8a0c0f;
}

.jqhd-box-more {
  width: 140px;
  height: 52px;
  background: #f7f8fa;
  /* border-radius: 8px; */
  margin-top: 20px;
  /* border: 1px solid #eaecf2; */
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease, border-color 0.2s ease;
}

.jqhd-box-more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.9rem;
  font-weight: 400;
  color: #5e6580;
  gap: 6px;
}

/* .jqhd-box-more a::after{
  content: "➞";
  font-size: 0.95rem;
  line-height: 1;
  transform: translateX(0);
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.85;
} */
.jqhd-box-more:hover {
  background: #ffffff;
  border-color: #d9dbe7;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.jqhd-box-more:hover a {
  color: #3b4058;
}

.jqhd-box-more:hover a::after {
  transform: translateX(4px);
}

.jqhd-box-more:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.footer {
  width: 100%;
  height: 200px;
  background: url(../images/footer.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.footer-box {
  width: 100%;
  max-width: 1600px;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px #dbdeeb4d solid;
}

.footer-box-left {
  width: 28%;
  height: auto;
}

.footer-box-left img {
  width: 100%;
  height: 100%;
}

.footer-box-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.footer-box-right-lxwm {
  color: #fff;
  font-size: 1.1rem;
  margin-right: 40px;
}

.footer-box-right-lxwm p {
  color: #fff;
  font-size: 1rem;
}

.footer-box-right-ewm {
  width: 110px;
  height: 110px;
}

.footer-box-right-ewm img {
  width: 100%;
  height: 100%;
}

.footer-box-bottom {
  width: 100%;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
}

/* ============ Hover effects for xwtz content cards ============ */
.xwtz-box-list-content {
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.xwtz-box-list-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 0;
  background: #8a0c0f;
  transition: width 0.2s ease;
}

.xwtz-box-list-content:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.xwtz-box-list-content:hover::before {
  width: 100%;
}

/* Image zoom on card hover */
.xwtz-box-list-content-img {
  overflow: hidden;
}

.xwtz-box-list-content-img img {
  transition: transform 0.3s ease;
}

.xwtz-box-list-content:hover .xwtz-box-list-content-img img {
  transform: scale(1.05);
}

/* Button color deepen on card hover */
.xwtz-box-list-content:hover .xwtz-box-list-content-text-btn {
  background-color: #9c1417;
}
.xuanfu {
  width: 80px;
  height: auto;
  position: fixed;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  z-index: 9999;
  flex-direction: column;
}
.xuanfu.hidden {
  display: none !important;
}
/* 重新打开入口按钮：默认隐藏，仅在 xuanfu 隐藏时显示 */
.xuanfu-reopen {
  position: fixed;
  right: 3px;
  bottom: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #7a0a0d;
  background: #fff;
  color: #7a0a0d;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  transition: transform 0.15s ease, background-color 0.2s ease, color 0.2s ease,
    box-shadow 0.2s ease;
  padding: 5px;
}
.xuanfu-reopen:hover {
  background: #7a0a0d;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}
.xuanfu-reopen:active {
  transform: scale(0.96);
}
/* 当 .xuanfu 被隐藏时显示入口按钮 */
.xuanfu.hidden ~ .xuanfu-reopen {
  display: inline-flex;
}
/* 关闭按钮样式，仅作用于 .xuanfu 内部 */
.xuanfu .xuanfu-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #7a0a0d;
  background: #fff;
  color: #7a0a0d;
  font-size: 18px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  transition: transform 0.15s ease, background-color 0.2s ease, color 0.2s ease;
}
.xuanfu .xuanfu-close:hover {
  background: #7a0a0d;
  color: #fff;
}
.xuanfu .xuanfu-close:active {
  transform: scale(0.95);
}

.xuanfu-ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: #7a0a0d 2px solid;
  padding: 20px 0;
}
.xuanfu-ul.pc {
  display: flex;
}
.xuanfu-close.pc {
  display: flex;
}
.xuanfu-ul.h5 {
  display: none;
}
.xuanfu-ul > li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease,
    transform 0.2s ease;
}
.xuanfu-ul > li > img {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
}
/* 文本颜色过渡 */
.xuanfu-ul > li h1 {
  transition: color 0.2s ease;
}
.xuanfu-ul-box {
  position: absolute;
  top: 50%;
  right: calc(100%);
  transform: translateY(-50%);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: 150px;
  background-color: #fff;
  border: 2px solid #7a0a0d;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  z-index: 10000;
}
.xuanfu-ul > li:hover > .xuanfu-ul-box,
.xuanfu-ul > li.open > .xuanfu-ul-box {
  display: flex;
}
/* 仅在具备悬停能力的设备上应用 hover 视觉效果（避免触屏误触） */
@media (hover: hover) {
  .xuanfu-ul > li:hover {
    background-color: rgba(138, 12, 15, 0.06);
    box-shadow: 0 4px 12px rgba(138, 12, 15, 0.12);
    transform: translateX(-2px);
  }
  .xuanfu-ul > li:hover > img {
    transform: scale(1.08);
  }
  .xuanfu-ul > li:hover h1 {
    color: #8a0c0f;
  }
}
.xuanfu-ul-box-li {
  width: 100%;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  border-radius: 10px;
  transition: background-color 0.2s ease, transform 0.2s ease,
    box-shadow 0.2s ease;
  cursor: pointer;
}
.xuanfu-ul-box-li > img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
@media (hover: hover) {
  .xuanfu-ul-box-li:hover {
    background-color: rgba(138, 12, 15, 0.06);
    transform: translateX(-2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  }
}
.xuanfu-ul-box p,
.xuanfu-ul-box a {
  white-space: nowrap;
}
.xuanfu-ul h1 {
  font-size: 1rem;
  color: #5e6580;
  font-weight: 500;
  margin-bottom: 5px;
}
.xuanfu-ul-box-li a,
.xuanfu-ul-box-li p {
  font-size: 1rem;
  color: #5e6580;
  font-weight: 500;
}
.aitb {
  width: 120px;
}
.aitb img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  /* 仅此图片上下跳动，不影响其他元素 */
  animation: aitb-bounce 2.2s ease-in-out infinite;
  will-change: transform;
}
.xwtz-box-list-ul-list-title{
  flex: 1;
  height: 90%;
   /* 允许在 flex 布局中收缩，便于省略生效 */
  display: -webkit-box;
   /* 多行省略布局 */
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;

}
/* 只用于 .aitb img 的上下跳动动画 */
@keyframes aitb-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .aitb img {
    animation: none !important;
  }
}
@media (max-width: 1600px) {
  .head-top-box {
    width: 95%;
  }

  .header-box {
    width: 95%;
  }

  .jqhd-box {
    width: 95%;
  }

  .xwtz-box {
    width: 95%;
  }

  .fwdh-box-title {
    width: 95%;
  }

  .fwdh-box {
    width: 95%;
  }

  .footer-box {
    width: 95%;
  }
}

@media (max-width: 1500px) {
  .header-box-nav {
    width: 72%;
  }
}

@media (max-width: 1300px) {
  .xwtz-box-list-ul-list li {
    padding: 10px;
  }

  .xwtz-box-list-ul-list-date {
    margin-right: 8px;
  }

  .xwtz-box-list-content {
    padding: 10px;
  }

  .xwtz-box-list-ul-list li a {
    flex: 1;
    min-width: 0;
    /* 允许在 flex 布局中收缩，便于省略生效 */
    display: -webkit-box;
    /* 多行省略布局 */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 最多三行 */
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    /* 可选：部分浏览器支持 */
  }

  .nav-list > li > a {
    padding: 0 10px;
  }

  .header-box-logo {
    width: 280px;
  }

  .xwtz-box-list-ul-list-date {
    width: 50px;
    height: 55px;
  }

  .fwdh {
    height: 340px;
  }
}

@media (max-width: 1100px) {
  .nav-list > li > a h1 {
    font-size: 1rem;
  }

  .head-top-box-left p {
    font-size: 0.8rem;
  }

  .nav-list > li > a h2 {
    font-size: 0.6rem;
  }

  .nav-list > li > a {
    padding: 0 5px;
  }

  .fwdh-box-list-li img {
    width: 30%;
    height: 30%;
  }

  .fwdh-box-list-li p {
    font-size: 1rem;
  }

  .fwdh-box-list-li span {
    font-size: 0.6rem;
  }

  .fwdh-box-title h1 {
    font-size: 1.8rem;
  }

  .fwdh-box-title h2 {
    font-size: 0.7rem;
  }

  .xwtz-box-title h1 {
    font-size: 1.8rem;
  }

  .xwtz-box-title h2 {
    font-size: 0.7rem;
  }

  .jqhd-box-title h1 {
    font-size: 1.8rem;
  }

  .jqhd-box-title h2 {
    font-size: 0.7rem;
  }

  .xwtz-box-more {
    padding: 5px;
  }

  .xwtz-box-more a {
    font-size: 0.7rem;
  }

  .jqhd-box-more {
    width: 105px;
    height: 40px;
  }

  .xwtz-box {
    flex-direction: column;
  }

  .xwtz-box-left,
  .xwtz-box-right {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-box-right-lxwm p {
    font-size: 0.8rem;
  }

  .footer-box-right-ewm {
    width: 90px;
    height: 90px;
  }
 
}

@media (max-width: 900px) {
  .head-top {
    display: none;
  }

  .header-box-nav {
    display: none;
  }
  .xuanfu-ul.pc {
    display: none;
  }
  .xuanfu-close.pc {
    display: none;
  }
  .xuanfu-ul.h5 {
    display: flex;
  }
  .aitb .h5{
    display: block;
  }
  .xuanfu{
    top: 80%;
  }
}

/* 移动端搜索组件样式 */
.mobile-jiansuo {
  display: none;
  /* 默认桌面端隐藏 */
  position: relative;
  align-items: center;
  margin-left: auto;
}

.mobile-jiansuo-trigger {
  background: transparent;
  border: none;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.mobile-jiansuo-trigger img {
  width: 22px;
  height: 22px;
  transition: transform 0.16s ease, filter 0.2s ease;
}

.mobile-jiansuo-trigger:active img {
  transform: scale(0.9);
}

/* 涟漪效果：使用伪元素 + CSS 变量定位 */
.mobile-jiansuo-trigger {
  position: relative;
  overflow: hidden;
}

.mobile-jiansuo-trigger::after {
  content: "";
  position: absolute;
  left: var(--x, 50%);
  top: var(--y, 50%);
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

.mobile-jiansuo-trigger.clicked::after {
  animation: ripple 500ms ease-out forwards;
}

@keyframes ripple {
  to {
    transform: translate(-50%, -50%) scale(12);
    opacity: 0;
  }
}

.mobile-jiansuo-box {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  /* 紧贴触发按钮下方 */
  width: min(86vw, 360px);
  background: #ffffff;
  border: 1px solid #eaecf2;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 10px;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 2000;
}

.mobile-jiansuo-box.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-jiansuo-box form {
  display: flex;
  align-items: center;
  min-height: 44px;
  /* 更友好的触控高度 */
  border: 1px solid #eaecf2;
  border-radius: 999px;
  /* 胶囊形态 */
  overflow: hidden;
  background: #fff;
}

.mobile-jiansuo-box input[type="text"],
.mobile-jiansuo-box input[type="search"] {
  flex: 1;
  height: 44px;
  border: none;
  outline: none;
  padding: 0 14px;
  font-size: 15px;
  background: transparent;
}

.mobile-jiansuo-box input::placeholder {
  color: #9fa4b8;
}

.mobile-jiansuo-box button[type="submit"],
.mobile-jiansuo-box .mobile-search-btn {
  height: 38px;
  width: 38px;
  margin-right: 3px;
  padding: 0;
  background: #fff;
  /* 品牌主色 */
  color: #9c1417;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 999px;
  font-size: 18px;
  transition: background-color 0.2s ease, transform 0.15s ease;
  flex-shrink: 0;
}

.mobile-jiansuo-box button[type="submit"]:hover,
.mobile-jiansuo-box .mobile-search-btn:hover {
  background: #9c1417;
  transform: scale(1.05);
}

.mobile-jiansuo-box button[type="submit"]:active,
.mobile-jiansuo-box .mobile-search-btn:active {
  background: #7a0a0d;
  transform: scale(0.95);
}

.mobile-jiansuo-box button[type="submit"]:focus-visible,
.mobile-jiansuo-box .mobile-search-btn:focus-visible {
  outline: 2px solid #c64a4d;
  outline-offset: 2px;
}

.mobile-jiansuo-box .mobile-search-btn .layui-icon {
  font-size: 18px;
  line-height: 1;
}

/* 仅在 <= 900px 显示移动搜索图标 */
@media (max-width: 900px) {
  .mobile-jiansuo {
    display: inline-flex;
  }
}

/* ===== 汉堡菜单（移动端） ===== */
.header-box {
  position: relative;
}

.hanbao-menu-btn {
  display: none;
  /* 默认桌面端隐藏 */
  width: 40px;
  height: 36px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  /* 竖向条的间距 */
  padding: 0 8px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  position: relative;
}

.hanbao-menu-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.6);
}

.hanbao-menu-btn span {
  display: block;
  width: 18px;
  /* 竖条宽度 */
  height: 2px;
  /* 竖条高度 */
  background: #fff;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease, width 0.2s ease,
    height 0.2s ease;
}

/* 打开时将三条横向叠放为“X” */
.hanbao-menu-btn.open {
  gap: 0;
}

.hanbao-menu-btn.open span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  /* 变成横条 */
  height: 2px;
}

.hanbao-menu-btn.open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.hanbao-menu-btn.open span:nth-child(2) {
  opacity: 0;
}

.hanbao-menu-btn.open span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* 移动端下显示按钮 */
@media (max-width: 900px) {
  .hanbao-menu-btn {
    display: inline-flex;
    flex-direction: column;
  }
}

/* 移动端导航面板 */
.mobile-nav {
  position: fixed;
  /* 全屏宽度 */
  top: 95px;
  /* 与 .header 高度一致 */
  left: 0;
  right: 0;
  background: #b11519;
  /* 红色背景 */
  color: #fff;
  /* 白色字体 */
  border-radius: 0 0 10px 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  padding: 8px 10px;
  z-index: 3000;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  display: none;
  /* 默认隐藏 */
}

.mobile-nav.open {
  display: block;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-nav-list {
  padding: 4px 0;
}

.mobile-nav-list > li > a {
  display: block;
  color: #fff;
  padding: 12px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-nav-list > li:last-child > a {
  border-bottom: none;
}

.mobile-nav-list > li > a:hover {
  background: rgba(255, 255, 255, 0.06);
}

.mobile-nav-list-two {
  padding: 6px 0 8px 14px;
  display: none;
  /* 默认收起 */
}

.mobile-nav-list-two li a {
  display: block;
  color: #fff;
  padding: 8px 10px;
  opacity: 0.95;
}

.mobile-nav-list-two li a:hover {
  background: rgba(255, 255, 255, 0.06);
}

/* 有二级菜单的项：显示箭头，展开时旋转 */
.mobile-nav-list > li.has-children > a {
  position: relative;
  padding-right: 28px;
  /* 为箭头预留空间 */
}

.mobile-nav-list > li.has-children > a::after {
  content: "\25B8";
  /* ▶ */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
  opacity: 0.9;
  font-size: 12px;
}

.mobile-nav-list > li.expanded > a::after {
  transform: translateY(-50%) rotate(90deg);
  /* ▼ */
}

/* 展开时展示二级 - 由 JavaScript 控制，避免与动画冲突 */
/* .mobile-nav-list > li.expanded > .mobile-nav-list-two {
  display: block;
} */

/* 仅移动端展示导航面板（避免桌面误显） */
@media (min-width: 901px) {
  .mobile-nav {
    display: none !important;
  }
}

@media (max-width: 860px) {
  /* 移动端轮播图高度增加 */
  .swiper-container {
    padding-bottom: 45%;
    /* 移动端使用更高的比例，提升轮播图高度 */
  }

  /* 使用网格实现第一行3个、第二行4个 */
  .fwdh-box-list ul {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 12 栅格，便于不同列数等分 */
    gap: 10px;
    /* 与桌面保持一致 */
  }

  .fwdh-box-list ul li {
    /* 覆盖桌面的 flex 规则，交由 grid 控制位置与大小 */
    flex: none;
    width: 100%;
    /* 统一两行高度：以第二行（更宽）为参考，第一行拉高到同一高度 */
    aspect-ratio: auto;
    /* 覆盖桌面的固定比例 */
    height: var(--fwdh-mobile-h, 100px);
  }

  /* 第一行：4个，等宽占满（每个跨3列） */
  .fwdh-box-list ul li:nth-child(1) {
    grid-column: 1 / span 3;
    grid-row: 1;
  }

  .fwdh-box-list ul li:nth-child(2) {
    grid-column: 4 / span 3;
    grid-row: 1;
  }

  .fwdh-box-list ul li:nth-child(3) {
    grid-column: 7 / span 3;
    grid-row: 1;
  }

  .fwdh-box-list ul li:nth-child(4) {
    grid-column: 10 / span 3;
    grid-row: 1;
  }

  /* 第二行：3个，居中展示（每个跨3列，从第2列开始） */
  .fwdh-box-list ul li:nth-child(5) {
    grid-column: 1 / span 3;
    grid-row: 2;
  }

  .fwdh-box-list ul li:nth-child(6) {
    grid-column: 4 / span 3;
    grid-row: 2;
  }

  .fwdh-box-list ul li:nth-child(7) {
    grid-column: 7/ span 3;
    grid-row: 2;
  }
  .fwdh-box-list ul li:nth-child(8) {
    grid-column: 10 / span 3;
    grid-row: 2;
  }

  /* 让卡片容器与链接充满高度，保证垂直居中效果 */
  .fwdh-box-list ul li .fwdh-box-list-li {
    height: 100%;
  }

  .fwdh-box-list ul li .fwdh-box-list-li a {
    height: 100%;
  }

  .fwdh {
    height: auto;
  }

  .fwdh-box-list-li img {
    height: auto;
  }

  .fwdh-box-title {
    margin-top: 20px;
  }



  .banner-title {
    height: 35px;
  }

  .banner-title p {
    font-size: 0.8rem;
  }

  .jqhd-box-content-list {
    flex-direction: column;
  }

  .jqhd-box-content-list li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .jqhd-box {
    margin-bottom: 30px;
  }
}

@media (max-width: 861px) {
  .footer {
    height: auto;
    min-height: 200px;
  }

  .footer-box {
    flex-direction: column;
  }

  .footer-box-right {
    flex-direction: column-reverse;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-box-left {
    width: 80%;
    margin-top: 30px;
  }

  .footer-box-right-lxwm {
    margin-top: 20px;
  }

  .footer-box-bottom {
    height: 50px;
  }

  .footer-box-bottom p {
    font-size: 0.8rem;
  }

  .xwtz-box-list {
    flex-direction: column;
  }

  .xwtz-box-list-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .xwtz-box-list-ul {
    width: 100%;
  }
}

/* nav_banner 样式 */
.nav_banner {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.nav_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.nav_bar{
  width: 100%;
  height: 44px;
  background: #F7F8FA;

  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_bar_main{
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nav_bar_main p a{
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #9FA4B8;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.nav_bar .active a{
  color:#171B2E;
  cursor: pointer;
}
.container{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container_main{
  width: 100%;
  max-width: 1200px;
  padding: 16px 0px 53px 0px;
  display: flex;
  justify-content: space-between;
}
.main_nav{
  width: 290px;
}
.main_nav_title{
  width: 290px;
  height: 57px;
  background: #B11519;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 24px;
}
.main_nav_title p{
  margin-left: 3px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: -2px;
}
.main_nav_content{
  width: 290px;
  background: #F7F8FA;
  padding: 12px;
}
.main_nav_content ul li{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 16px;
  width: 266px;
  height: 62px;
  border-bottom: 1px solid #EAECF2;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.main_nav_content ul li:hover {
  background-color: #f0f0f0;
}

/* active状态和最后一个li不显示下边框 */
.main_nav_content ul li.active,
.main_nav_content ul li:last-child {
  border-bottom: none;
}
.main_nav_content .nav_china{
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #171B2E;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.main_nav_content .nav_english{
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #9FA4B8;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 8px;
}
.main_nav_content .active {
  background: #fff;
}
.main_nav_content .active .nav_china{
  color: #B11519;
}
.main_nav_content .active .nav_english{
  color: #9FA4B8;
}

/* 解决1px像素问题 */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .main_nav_content ul li {
    border-bottom: 0.5px solid #EAECF2;
  }
  .main_nav_content ul li.active,
  .main_nav_content ul li:last-child {
    border-bottom: none;
  }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  .main_nav_content ul li {
    border-bottom: 0.33px solid #EAECF2;
  }
  .main_nav_content ul li.active,
  .main_nav_content ul li:last-child {
    border-bottom: none;
  }
}


.main_center{
  flex: 1;
  margin-left: 16px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.04);
  border-radius: 0px 0px 0px 0px;
  box-sizing: border-box;
  padding: 0px 16px;
}
.center_top_left{
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #171B2E;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: flex;
}
.center_top_left p{
  color:#B11519;
  font-size: 14px;
}
.center_top{
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid #EAECF2;
}

/* 解决center_top 1px像素问题 */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .center_top {
    border-bottom: 0.25px solid #EAECF2;
  }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  .center_top {
    border-bottom: 0.17px solid #EAECF2;
  }
}

/* center_top 下的搜索框样式 */
.center_top .sousuo {
  margin-right: 0;
}

.center_top .sousuo form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 32px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EAECF2;
  background: #fff;
}

.center_top .sousuo form:focus-within {
  border-color: #EAECF2 !important;
  outline: none;
  box-shadow: none;
}

.center_top .sousuo form:not(:focus-within) {
  border-color: #EAECF2 !important;
  outline: none;
  box-shadow: none;
}

.center_top .sousuo form input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.center_top .sousuo form input:focus-visible {
  outline: none;
}

.center_top .sousuo form input:not(:focus) {
  outline: none;
  border: none;
  box-shadow: none;
}

.center_top .sousuo form button {
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  background: none;
  order: -1;
  padding-left: 4px;
  cursor: pointer;
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center_top .sousuo form button img {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.center_top .sousuo form button:active img {
  transform: scale(1.2);
}

.center_top .sousuo form input {
  width: 240px;
  height: 30px;
  border: none;
  outline: none;
  background: transparent;
  padding-left: 10px;
  font-size: 14px;
  color: #171B2E;
}

.center_top .sousuo form input::placeholder {
  color: #9FA4B8;
}

.center_ul{
  width: 100%;
}
.center_ul ul li{
  display: flex;
  justify-content: space-between;
  height: 54px;
  align-items: center;
  border-bottom: 0.5px solid #EAECF2;
}
.center_ul ul li p:nth-child(1){
  display: flex;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #171B2E;
  text-align: left;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}
.center_ul ul li p:nth-child(1)::before{
  display: inline-block;
  width: 5px;
  height: 5px;
  content: '';
  background: #B11519;
  margin-right: 4px;
}
.center_ul ul li p:nth-child(2){
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #9FA4B8;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

/* 解决center_ul li 1px像素问题 */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .center_ul ul li {
    border-bottom: 0.25px solid #EAECF2;
  }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  .center_ul ul li {
    border-bottom: 0.17px solid #EAECF2;
  }
}

/* 分页样式 */
.main_page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination-btn {
  width: 74px;
  height: 40px;
  background: #F7F8FA;
  border: none;
  border-radius: 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #171B2E;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-btn:hover {
  background: #e8e9ec;
}

.pagination-numbers {
  display: flex;
  gap: 8px;
}

.pagination-number {
  width: 40px;
  height: 40px;
  background: #F7F8FA;
  border: none;
  border-radius: 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #171B2E;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-number:hover {
  background: #e8e9ec;
}

.pagination-number.active {
  background: #B11519;
  color: #fff;
}

.pagination-number.active:hover {
  background: #9a0e12;
}

/* 移动端适配（H5） */
@media (max-width: 768px) {
  /* 隐藏面包屑与搜索框 */
  .nav_bar { display: none; }
  .center_top .sousuo { display: none; }
  
  /* 移动端轮播图高度增加 */
  .swiper-container {
    padding-bottom: 50%;
    /* 小屏移动端使用更高的比例，进一步提升轮播图高度 */
  }
  
  /* Banner 高度缩小 */
  .nav_banner {
    height: 160px;
  }
  .aitb {
    width: 100px;
    right: 0 !important;
  }
  /* 布局改为上下结构 */
  .container_main {
    display: block;
    padding: 0 0 24px 0;
  }

  .main_nav {
    width: 100%;
    margin-bottom: 8px;
  }

  /* 隐藏侧边标题，改为顶部标签 */
  .main_nav_title {
    display: none;
  }

  .main_nav_content {
    width: 100%;
    background: #FFFFFF;
    padding: 0 12px;
  }

  .main_nav_content ul {
    display: flex;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    border-bottom: none; /* 移动端不展示下边框 */
  }

  .main_nav_content ul::-webkit-scrollbar {
    display: none;
  }

  .main_nav_content ul li {
    width: auto;
    height: 44px;
    padding: 0 12px;
    border-bottom: none;
  }

  .main_nav_content .nav_china {
    font-size: 14px;
  }

  .main_nav_content .nav_english {
    display: none;
  }

  /* 活动项下划线指示 */
  .main_nav_content ul li.active {
    position: relative;
    background: transparent;
  }

  .main_nav_content ul li.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 24px; /* 缩短长度 */
    transform: translateX(-50%);
    background: #B11519;
    border-radius: 1px;
  }

  /* 顶部统计与搜索 */
  .center_top {
    height: auto;
    box-sizing: border-box;
    padding: 0 12px;
    border-bottom: 0.5px solid #EAECF2;
    background: #FFFFFF;
  }

  .center_top_left {
    font-size: 13px;
    flex-direction: column;
    gap: 4px;
    padding: 12px 0;
  }

  .center_top .sousuo form {
    width: 100%;
  }

  /* 内容区与列表 */
  .main_center {
    margin-left: 0;
    box-sizing: border-box;
    padding: 12px;
    background: #F7F8FA;
  }

  /* 列表外层容器移动端白底与左右内边距 */
  .center_ul {
    box-sizing: border-box;
    padding: 0 12px;
    background: #FFFFFF;
  }

  .center_ul ul li {
    height: auto;
    padding: 12px 0;
  }

  /* 移动端：中心列表日期换行到下一行 */
  .center_ul ul li {
    flex-direction: column;
    align-items: flex-start;
  }
  .center_ul ul li p:nth-child(2) {
    margin-top: 4px;
  }

  /* 移动端隐藏列表项标题前方小方块 */
  .center_ul ul li p:nth-child(1)::before {
    display: none;
  }

  /* 标题与统计分两行：标题加粗加大、黑色 */
  .center_top_left p:first-child {
    font-size: 0;
    line-height: 1.4;
  }
  /* 使用 data-title 内容，隐藏引号 */
  .center_top_left p:first-child::after {
    content: attr(data-title);
    font-size: 20px;
    font-weight: 700;
    color: #171B2E;
  }

  /* 分页在移动端尺寸略小 */
  .pagination {
    gap: 6px;
  }

  .pagination-number {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .pagination-btn {
    width: 68px;
    height: 36px;
    font-size: 13px;
  }

  /* 加载更多（移动端显示） */
  .load_more_wrap {
    display: flex;
    justify-content: center;
    padding: 16px 12px 24px 12px;
    background: #FFFFFF;
  }
  .load-more {
    width: 100%;
    height: 40px; /* 调整移动端按钮高度 */
    background: #FFFFFF;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    color: #B11519;
  }
  /* 移动端隐藏分页条 */
  .main_page { display: none; }
}

/* 桌面端隐藏“加载更多” */
@media (min-width: 769px) {
  .load_more_wrap { display: none; }
}


