@font-face {
  font-family: '余思源颜黄体';
  src: url('../字体/余思源颜黄体.ttf') format('truetype');
  font-weight: normal;
  /* 字体粗细 */
  font-style: normal;
  /* 字体样式（斜体） */
}

@font-face {
  font-family: '鼎猎珠海体';
  src: url('../字体/鼎猎珠海体.ttf') format('truetype');
  font-weight: normal;
  /* 字体粗细 */
  font-style: normal;
  /* 字体样式（斜体） */
}








:root {
  --imperial-blue: #d28a39;
  --gold: #4f5f96;
}

@font-face {
  font-family: '鼎猎珠海体';
  src: url('../字体/鼎猎珠海体.ttf') format('truetype');
  font-weight: normal;
  /* 字体粗细 */
  font-style: normal;
  /* 字体样式（斜体） */
}

a {
  font-family: '鼎猎珠海体';
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

/* 消除 li 元素的默认样式 */
ul li {
  list-style-type: none;
  /* 如果需要去除列表项的内边距和外边距，可以添加以下两行 */
  margin: 0;
  padding: 0;
}

/* 其他样式保持不变 */

/* 添加固定导航栏的样式 */
.nav-container.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* 确保导航栏在其他元素之上 */
}

@font-face {
  font-family: '峄山碑篆体';
  /* 自定义字体名称 */
  src: url('../字体/峄山碑篆体.ttf') format('truetype');
  /* 兼容旧浏览器 */
  font-weight: normal;
  /* 字体粗细（根据实际文件调整） */
  font-style: normal;
  /* 字体样式（斜体等） */
}

span {
  font-family: '峄山碑篆体';
  font-size: 32px;
  letter-spacing: 5px;
}

body {
  font-family: 'Microsoft YaHei', sans-serif;
  line-height: 1.6;
}

.nav-container {
  background-color: var(--imperial-blue);
  /* padding: 10px 20px; */
  background-color: #77201f;
  background-size: cover;
}

.nav-bar {
  font-family: '鼎猎珠海体';
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



/* 调整图片样式 */
.brand img {
  width: 70px;
  /* 根据实际情况调整宽度 */
  height: auto;
  /* 保持图片比例 */
}

.nav-menu {
  font-family: '鼎猎珠海体';
  display: flex;
  list-style: none;
  position: relative;
  transition: opacity 0.3s;
}

.nav-item {
  margin-left: 15px;
  position: relative;
}

.nav-link {
  font-family: '鼎猎珠海体';
  color: white;
  text-decoration: none;
  padding: 0px 30px;
  display: block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 24px;
}

.nav-link:hover {
  background-color: #77201f;
  border-radius: 4px;
}

.dropdown-menu {

  display: none;
  list-style: none;
  position: absolute;
  top: 124%;
  left: 0;
  background-color: #77201f;
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(119, 181, 186, 0.2);
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  min-height: 40px;
}

.dropdown-menu.visible {
  opacity: 1;
  transform: translateY(0);
  display: block;
}

.dropdown-item {
  padding: 12px 16px;
  transition: 0.2s;
}

.dropdown-item a {
  color: #ffffff;
}

.dropdown-item a:active {
  color: #4f5f96;
}

.dropdown-item:hover {
  background-color: #77201f;
}

.hamburger {
  display: none;
  cursor: pointer;
  font-size: 32px;
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: var(--imperial-blue);
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px 0;
  }

  .nav-menu.active {
    display: flex;
  }

  .dropdown-menu {
    position: static;
    box-shadow: none;
    background-color: #77201f;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .dropdown-menu.visible {
    max-height: 500px;
  }

  .hamburger {
    display: block;
  }
}








p {
  font-family: '鼎猎珠海体';
  font-size: 1.5em;
}

* {
  margin: 0;
  padding: 0;
  /* 解决失真 */
  image-rendering: -webkit-optimize-contrast;
}

/* 消除 li 元素的默认样式 */
ul li {
  list-style-type: none;
  /* 如果需要去除列表项的内边距和外边距，可以添加以下两行 */
  margin: 0;
  padding: 0;
}

body {
  background: url(../img/NO_3_1/背景1.png) top center;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  min-width: 1024px;
  max-width: 100%;
  /* 大头 */
  /* 内容 */
  /* 版尾 */
}

body .bj {
  /* background: url(../img/gongtong/科学保护.png) no-repeat; */
  background-size: cover;
  background-position: center;
  width: 100%;
  /* padding-bottom: 49.5%; */
  margin: 0 auto;
  overflow: hidden;
}

.daping {
  background: url(../img/gongtong//战乱蒙尘.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  margin: 0;
  background-color: #f0f0f0;
}

.text-with-image-color {
  font-family: '余思源颜黄体';
  font-size: 200px;
  /* letter-spacing: 1em; */
  /* font-weight: bold; */
  background-image: url('../img/lishi/zhanluan.jpg');
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* 设置背景图片的位置和大小，这里截取图片左上角 100x100 的部分 */
  background-position: 0 0;
  background-size: 150px 100px;
}

body .bj .nav {
  display: flex;
}

body .bj .nav ul {
  display: flex;
  height: 100%;
  margin-top: 10px;
}

body .bj .nav ul li {
  width: 8%;
  height: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  list-style: none;
}

body .bj .nav ul li a {
  padding: 2px;
  text-decoration: none;
  color: #081869;
  font-size: 22px;
  font-weight: bold;
}

body .bj .nav ul li a:hover {
  border: medium solid #081869;
}

@media (max-width: 1600px) {
  body .bj .nav ul li a {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  body .bj .nav ul li a {
    font-size: 14px;
  }
}

@media (max-width: 1020px) {
  body .bj .nav ul li a {
    font-size: 10px;
  }
}

body .bj .nav ul:first-child {
  width: 20%;
}

body .bj .nav ul:first-child li {
  width: 20%;
  margin-left: 10%;
}

body .bj .nav ul:last-child {
  width: 80%;
  margin-left: -9%;
  justify-content: center;
}

body .bj .header {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 11.5%;
}

body .bj .header img {
  position: absolute;
  width: 60%;
}

body .bj .header .zi {
  margin-top: 18%;
}

body .bj .header .zi p {
  text-align: center;
  color: #6e1913;
  margin-bottom: 5%;
}

.heading-brush {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

}

.heading-brush img {
  height: 5rem;
  width: 15rem;
  margin: auto;
  position: relative;
  border-radius: 10px;

}

.heading-brush h2 {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* font-size: 1rem; */
  font-weight: bold;
}

body .content {
  width: 70%;
  margin: auto;
  display: flex;
  flex-direction: column;
  /* 第一 */
  /* 第二 */
  /* 第三 */
  /* 第四 */
  /* 第五 */
}

body .content .content_two {
  width: 100%;
  height: 100%;
  justify-content: center;
}

body .content .content_two .content_zi {
  background-color: #6e1913;
  text-align: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 10px;
  line-height: 2em;
  width: 20%;
  margin-top: 3%;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

body .content .content_two .content_zi h1 {
  font-family: '鼎猎珠海体';
  width: 80%;
  padding: 5px 10px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4%;
}

body .content .content_two .content_zi p {
  text-align: center;
  padding-bottom: 2%;
}

body .content .content_two .tupian {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 45px;
  width: 100%;
  gap: 80px;
  padding-left: 20px;
  padding-right: 20px;
  /* 添加垂直居中样式 */
  align-items: center;
}

body .content .content_two .tupian img {
  width: 20%;
  justify-items: left;
}

body .content .content_two .tupian .zi {
  text-align: left;
  /* 添加垂直居中样式 */
  display: flex;
  align-items: center;
}

body .content .content_two .tupian .zi p {
  justify-items: center;
  text-indent: 1.5em;
  color: #000;
  line-height: 2em;
}

body .content .content_three {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

body .content .content_three .content_zi {
  position: absolute;
  margin-top: 3%;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

body .content .content_three .content_zi h1 {
  width: 16%;
  padding: 5px 10px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4%;
}

body .content .content_three .content_zi p {
  text-align: center;
  padding-bottom: 2%;
}

body .content .content_three .tupian {
  display: flex;
  justify-content: center;
  margin-top: 13%;
}

body .content .content_three .tupian img {
  padding-right: 1.2%;
  padding-left: 1.2%;
  width: 30%;
}

body .content .content_four {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

body .content .content_four .content_zi {
  position: absolute;
  margin-top: 3%;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

body .content .content_four .content_zi h1 {
  background-color: #6e1913;
  width: 20%;
  padding: 5px 10px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4%;
}

body .content .content_four .content_zi p {
  text-align: center;
  padding-bottom: 2%;
}

body .content .content_four .content_zi_left {
  display: flex;
  flex-direction: column;
  padding-left: 13.6%;
  width: 50%;
  margin-top: 23%;
}

body .content .content_four .content_zi_left h1 {
  background-color: #081869;
  color: #fff;
  width: 40%;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 6%;
}

body .content .content_four .content_zi_left p {
  color: #fff;
}

body .content .content_four .content_zi_left .shang {
  margin-bottom: 33%;
}

body .content .content_four .tupian {
  width: 90%;
  display: flex;
  justify-content: center;
  margin-top: 13.6%;
}

body .content .content_four .content_zi_right {
  display: flex;
  flex-direction: column;
  padding-right: 13.6%;
  width: 50%;
  margin-top: 23%;
}

body .content .content_four .content_zi_right h1 {
  background-color: #081869;
  color: #fff;
  width: 40%;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 6%;
}

body .content .content_four .content_zi_right p {
  color: #fff;
}

body .content .content_four .content_zi_right .shang {
  margin-bottom: 28%;
}


body .content .content_five .beijing {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 0;
  padding-bottom: 44%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 8%;
}

body .content .content_five .beijing .three1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

body .content .content_five .beijing .three1 .one {
  position: absolute;
  margin-top: -36%;
  width: 80%;
  z-index: 1;
}

body .content .content_five .beijing .three1 .one img {
  width: 100%;
}

body .content .content_five .beijing .three1 .two {
  position: absolute;
  margin-top: -36%;
  z-index: 2;
}

body .content .content_five .beijing .three1 .two img {
  width: 100%;
}

body .content .content_five .beijing .three1 .three {
  position: absolute;
  margin-top: 2%;
  display: flex;
  justify-content: center;
  z-index: 3;
}

body .content .content_five .beijing .three1 .three img {
  width: 80%;
}

body .content .content_five .beijing .three1 .four {
  position: absolute;
  margin-top: 8.5%;
  display: flex;
  justify-content: center;
  z-index: 2;
}

body .content .content_five .beijing .three1 .four img {
  width: 80%;
}

.footer {
  background-image: url('../img/yuewu/footer2.png');
  /* 替换为实际的图片路径 */
  background-size: cover;
  /* 使背景图覆盖整个容器，保持比例且不变形 */
  background-position: center;
  /* 背景图居中显示 */
  background-repeat: no-repeat;
  /* 防止背景图重复 */
  color: white;
  text-align: center;
  padding: 20px 0;
  margin-top: 50px;
}

.footer_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_content {
  width: 100%;
}

.footer_title {
  font-family: '鼎猎珠海体';
  margin-bottom: 10px;
}

.footer_data {
  list-style-type: none;
  padding: 0;
}

.footer_data li {
  font-family: '鼎猎珠海体';
  margin-bottom: 5px;
}