/* CSS Document */
body {
  margin: 0;
  padding: 0;
  background-image: linear-gradient(to right, #fde646, #ffd340, #fde646);
}

* {
  font-family: "寰蒋闆呴粦", "榛戜綋", "瀹嬩綋";
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #2e8b57;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#header {
  overflow: hidden;
}

#header > img {
  float: left;
}

#header > ul {
  list-style: none;
  float: right;
  padding-top: 10px;
}

#header > ul li {
  padding: 0 5px;
  text-align: center;
  float: left;
}

#img img {
  width: 100%;
}

h1 {
  color: #2e8b57 !important;
}

h1 h3 {
  width: 1100px;
  margin: 25px auto;
  text-align: center;
  color: #2e8b57;
  font-size: 35px;
  background: white;
}

.rr {
  width: 1100px;
  margin: auto;
  padding: 0 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.rr p {
  line-height: 35px;
  font-size: 18px;
  text-indent: 2em;
  /* color: white */
}

.tt {
  width: 1100px;
  margin: auto;
}

.tt > p {
  font-weight: bold;
  text-align: center;
  width: 1100px;
  margin: 15px auto;
  background: white;
}

.tt > p a {
  color: black;
  font-size: 32px;
}

.tt > p:hover a {
  color: #2e8b57;
}

.nr {
  width: 1100px;
  margin: 2% auto;
  overflow: hidden;
  background: white;
  box-sizing: border-box;
  display: flex;
}

.nr > div {
  padding: 2%;
  box-sizing: border-box;
  /* width: 350px;
	height: 400px; */
  justify-content: space-around;
}

.nr img {
  width: 430px;
  height: 360px;
}

.nr > div:nth-child(2) h2 {
  margin: 1% 0;
}

.nr > div:nth-child(2) div {
  margin: 3% 0;
}

.nr p {
  margin: 0;
  line-height: 35px;
  font-size: 16px;
  text-indent: 2rem;
}

.swiper-container {
  width: 1100px;
}

.swiper-slide {
  /* width: 50% !important; */
  overflow: hidden;
}

.swiper-slide img {
  height: 320px;
  width: 100%;
}

.xg {
  width: 1100px;
  margin: auto;
  display: flex;
}

.xg div {
  width: 35%;
  margin: 0.5% 1%;
}

.xg div img {
  width: 100%;
  /*height: 182px;*/
}

.xg2 {
  width: 1100px;
  margin: auto;
  display: flex;
}

.xg2 div {
  width: 48%;
  margin: 0.5% 1%;
}

.xg2 div img {
  width: 100%;
  height: 800px;
}

.lx {
  width: 1100px;
  margin: 2% auto;
}

.lx img {
  display: block;
  margin: auto;
}

#p {
  text-align: center;
  font-size: 12px;
  color: white;
}

#p a {
  margin-right: 5px;
  font-size: 12px;
  color: white;
}

.mt {
  max-width: 1100px;
  margin: auto;
  margin-top: 10px;
  background: #fff;
  padding: 20px 10px;
}

.mt li {
  width: 48%;
  float: left;
  padding-left: 2%;
}

.mt h1 {
  font-size: 20px;
  color: #0270d1;
}

.mt p {
  line-height: 30px;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}

.mt span {
  color: #111;
  font-weight: bold;
  transition: all 0.5s;
}

.mt span a {
  color: #111;
}

.mt p:hover a {
  color: #0270d1;
}

.mt_more {
  font-size: 16px;
  color: #fff;
  background: dodgerblue;
  text-align: center;
  line-height: 32px;
  display: block;
}

.mt_more:hover {
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
}

h2 {
  width: 1100px;
  margin: 25px auto;
  text-align: center;
  color: #2e8b57;
  background: white;
}

#al {
  width: 1100px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: auto;
  margin-top: 20px;
}

#al li {
  border: gray solid 1px;
  text-align: center;
  line-height: 40px;
  margin: 10px 0;
  transition: all 0.5s;
}

#al li a {
  font-size: 25px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  font-weight: bold;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#al li:hover {
  border: #2e8b57 solid 1px;
  background: #2e8b57;
}

#al li:hover a {
  color: white;
}

.btn {
  width: 1100px;
  margin: 20px auto;
  text-align: center;
  background: #fff;
  transition: all 0.5s;
}

.btn:hover {
  background: white;
  border: 1px solid #2e8b57;
  box-sizing: border-box;
  height: 36px;
}

.btn a {
  font-size: 20px;
  font-weight: bold;
  color: white;
  line-height: 36px;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.btn:hover a {
  color: #2e8b57;
}

.bigimg {
  width: 600px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  z-index: 9999;
  border: 10px solid #fff;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  filter: Alpha(opacity=50);
  z-index: 98;
  transition: all 1s;
  display: none;
}

#box:hover {
  cursor: zoom-in;
}

.mask:hover {
  cursor: zoom-out;
}

.mask > img {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 60px;
}

.mask > img:hover {
  cursor: pointer;
}

.box-hyxx {
  width: 1100px;
  margin: auto;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.box-hyxx li {
  width: 50%;
  margin-top: 10px;
}

.box-conter {
  width: 1100px;
  margin: auto;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.box-conter p {
  /* text-align: center; */
  text-indent: 2em;
  font-size: 20px;
  font-weight: 900;
  padding: 10px;
}

.box-img {
  width: 1100px;
  margin: auto;
}

.tv {
  width: 1100px;
  margin: 20px auto;
}

.big {
  text-align: center;
  font-size: 21px !important;
  font-weight: 900;
}

.title-link {
  float: right;
  color: #111;
  font-size: 18px;
  margin-top: 20px;
}

.box-mt {
  width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.box-mt div {
  width: 49%;
}

.box-mt div img {
  width: 100%;
}

.box-hb {
  width: 1100px;
  margin: auto;
  height: 600px;
  overflow-y: scroll;
}

.box-hb img {
  width: 100%;
}

.swiper-box {
  width: 50% !important;
}

.box-hy {
  width: 1100px;
  margin: auto;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}

.box-hy > li {
  width: 50%;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 900;
  box-sizing: border-box;
}

.tj {
  width: 1100px;
  margin: auto;
  font-size: 25px;
  line-height: 40px;
  text-indent: 2em;
}

.form-bg {
  width: 1100px;
  margin: 30px auto;
  padding: 2%;
  border: #e8e8e8 solid 1px;
  overflow: hidden;
  box-sizing: border-box;
}

.form {
  float: left;
  max-width: 1100px;
  overflow: hidden;
}

.form p {
  float: left;
  margin: 10px 0.8%;
}

.text-input {
  width: 500px;
  height: 30px;
  border-bottom: #888 solid 1px;
  cursor: text;
  color: #757575;
  background-color: transparent;
}

.signUp-submit {
  width: 500px;
  height: 40px;
  background-color: #333;
  cursor: pointer;
  color: #fff;
}

@media (max-width: 1024px) {
  h2 {
    width: 112%;
  }

  .video-sp {
    width: 100%;
    height: 240px;
  }
}

@media screen and (max-width: 1200px) {
  #img img {
    width: 112%;
  }

  h1 {
    width: 100%;
  }

  .tt > p a {
    font-size: 13px;
  }

  .nr > p:nth-child(2) b {
    font-size: 15px;
  }

  .nr > p:nth-child(3) b {
    font-size: 15px;
  }
}

/* 主容器样式（可根据您的页面布局调整） */
.agenda-card {
  /* 如果您需要包裹，可加此容器，否则忽略 */
  max-width: 820px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 40px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 20, 40, 0.08);
}

.agenda-title {
  font-size: 32px;
  font-weight: 700;
  color: #0b1a33;
  text-align: center;
  margin-bottom: 8px;
}
.agenda-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  background: linear-gradient(135deg, #289938, #6c7aff);
  border-radius: 4px;
  margin: 12px auto 0;
}
.agenda-sub {
  text-align: center;
  color: #6b7a93;
  font-size: 15px;
  margin-top: 6px;
  margin-bottom: 32px;
}

/* 切换标签 */
.theme-tabs {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.theme-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border: none;
  border-radius: 60px;
  background: #f1f4fa;
  color: #4a5a72;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}
.theme-tab .tab-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(60, 63, 245, 0.1);
  color: #289938;
  font-weight: 600;
}
.theme-tab.active {
  background: #0b1a33;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(11, 26, 51, 0.18);
}
.theme-tab.active .tab-index {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

/* 图片容器 */
.image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #f1f4fa;
  aspect-ratio: 16 / 9; /* 固定比例，防止抖动 */
}
.image-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.image-slide.active {
  opacity: 1;
  transform: scale(1);
}

/* 底部指示 */
.theme-indicator {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}
.theme-indicator .label {
  font-size: 14px;
  color: #6b7a93;
}
.theme-indicator .badge {
  font-size: 13px;
  color: #289938;
  background: rgba(60, 63, 245, 0.08);
  padding: 4px 16px;
  border-radius: 40px;
}
