* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  border: none;
  background: none;
  vertical-align: top;
  box-sizing: border-box;
}

body {
  font-family: "Arial","PingFang SC", "Helvetica Neue", Helvetica, sans-serif, system-ui, -apple-system, BlinkMacSystemFont;
  background-color: #f5f5f5;
  color: #333;
  line-height: 1.6;
  overflow-x: hidden;
  min-width:1260px;
}

a {
  text-decoration: none;
  color: #7E3700;
}

a:hover {
  color: #333;
}

.clear:after {
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}

.flex {
  display: flex;
}

.aic {
  align-items: center;
}

.jcc {
  justify-content: center;
}

.jcs {
  justify-content: space-between;
}

.po_r {
  position: relative;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.w100 {
  width: 100%;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 1920px;
  overflow: hidden;
  background: url(https://uploads.dahe.cn/lxx/2025/zt/lzyx/img/bg0.jpg) top center no-repeat;
  min-height: 100vh;
}

/* 澶撮儴鍖哄煙 */
.header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  padding: 60px 20px 15px;
  z-index: 10;
}

.logo_img {
      padding: 10px 25px 0 25px;
          margin: 0 auto;
  /* position: absolute;
  left: 25%;
  top: 20px;
  width: 48%;
  z-index: 20; */
}

.header .title {
  /* width: 55%; */
  /* margin-top: 45px; */
  /* opacity: 0; */
}

.header .subtitle {
  /* width: 34%; */
  margin-bottom: 15px;
  /* opacity: 0; */
}

.header .cehua {
  /* width: 9%; */
  /* opacity: 0; */
}

/* 缂栬€呮寜 - 浣跨敤鑳屾櫙鍥惧畾浣� */
.editor-note-container {
  position: relative;
  width: 100%;
  /* height: 0; */
  /* padding-bottom: 35%; */
  margin: 0;
  margin-bottom: 8%;
  width: 1200px;
  margin: 385px auto 0;
  TEXT-ALIGN: center;
}

.editor-note-container .bianzhean {
  /* position: absolute; */
  /* top: 62%; */
  /* left: 50%; */
  /* width: 54%; */
  /* margin-left: -25%; */
  /* z-index: 15; */
  margin: 0 auto;
}

/* 灞辨渤閾 */
.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px auto;
    position: relative;
    width: 1200px;
    box-sizing: content-box;
}

.section-title {
  /* width: 78%; */
  text-align: center;
  /* max-width: 800px; */
  margin: 60px auto 0;
}

.map-container {
  display: flex;
  /* width: 100%; */
  /* height: auto; */
  background-image: url(https://uploads.dahe.cn/lxx/2025/zt/lzyx/img/shanhemap.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: visible; /* 鍏佽鍐呭婧㈠嚭 */
  margin: 0 auto;
  position: relative;
}

.left-content {
  width: 58%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.map-wrapper {
  /* width: 100%; */
  /* position: relative; */
  /* padding-bottom: 20px; */ /* 涓烘寜閽粍鐣欏嚭绌洪棿 */
}

.map-img-con {
  display: flex;
  justify-content: center;
  margin: 45px;
}

.map-img-con .map-img {
  width: 68%;
  height: auto;
  display: block;
}

/* 鎸夐挳缁勬牱寮� - 鍦ㄥ湴鍥惧鍣ㄥ唴閮� */
.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 40px;
  position: relative;
  top: -75px;
  left: 26px;
}

.btn-group button {
  background-color: #9a1c1d;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s;
  white-space: nowrap;
  min-width: 100px;
}

.btn-group button:hover {
  background-color: #990000;
  transform: translateY(-2px);
}

.right-content {
  width: 42%;
  display: flex;
  flex-direction: column;
  margin-top: 12%;
}

.text-wrapper {
  max-width: 80%;
  overflow-y: hidden;
  padding: 20px;
}
.detail-btn {
  display: block; /* 鎴� inline-block */
  margin-top: 15px; /* 涓庝笂鏂规钀界殑闂磋窛 */
  padding: 8px 16px;
  background-color: #9a1c1d; /* 涓庢寜閽粍棰滆壊涓€鑷� */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
  align-self: flex-start; /* 濡傛灉 .text-wrapper 鏄� flex 瀹瑰櫒 */
}

.detail-btn:hover {
  background-color: #990000; /* 鎮仠棰滆壊 */
}
.text-wrapper h3 {
  color: #663300;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.text-wrapper p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  text-align: justify;
  margin: 0;
  overflow: hidden;
}

/* 绀艰禐鑻遍泟 */
.heroes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
  width: 100%;
  /* padding: 0 8%; */
}

.hero-card {
  width: calc(25% - 45px);
  text-align: center;
}

.hero-card img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.hero-card img:hover {
  transform: scale(1.05);
}

.right0 {
  margin-right: 0;
}

/* 鎶楁垬澶у璇� */
.quotes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
  /* padding: 0 8%; */
}

.quote-column {
  width: 48%;
}

.quote-column img {
  /* width: 100%;
  max-width: 100%;
  height: 60%; */
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
  width: 622px;
  height: 286px;
}

.quote-list {
  list-style-type: disc;
  padding-left: 25px;
}

.quote-list li {
    margin: 6px 0;
    font-size: 16px;
    line-height: 1.5;
    list-style: disc;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #7E3700;
}

/* 娴锋姤璧忔瀽 */
#certify {
  /* width: 1092px; */
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;

  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 8%;
}

#certify .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#certify .swiper-slide {
  max-width: 304px;
  height: 622px;
  /* aspect-ratio: 2/3; */
  display: flex;
  transition: transform 0.5s ease;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#certify .swiper-button-prev {
  left: 8%;
  width: 60px;
  height: auto;
}

#certify .swiper-button-next {
  right:8%;
  width: 60px;
  height: auto;
}

/* Footer */
footer {
  text-align: center;
  padding: 30px 20px;
  color: #663300;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.9);
  margin-top: 40px;
}

.fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: none;
}

.fullscreen-close {
  position: absolute;
  top: 44px;
  right: 38px;
  color: white;
  font-size: 3vw;
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.fullscreen-swiper-container {
  width: 100%;
  height: 100%;
}

.fullscreen-swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fullscreen-swiper-container img {
  max-width: 100%;
  max-height: 80%;
  object-fit: contain;
}
.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
}

.modal-content {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  top: 50%;
  transform: translateY(-50%);
}

.modal-image {
  width: 100%;
  height: auto;
  display: block;
}

.close-btn {
  position: absolute;
  top: 44px;
  right: 38px;
  color: white;
  font-size: 10vw;
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.close-btn:hover {
  color: #bbb;
}
