body,
html {
  background-color: #fbe8d8;
}

.page-header {
  height: 997px; /* 您可以根据图片实际高度调整 */
  width: 100%;
  background: url("../img/top_banner.png") no-repeat center center;
  background-size: cover;
}

.main-content {
  width: 1085px;
  margin: 0 auto;
  /* position: relative; */
  margin-top: -548px;
}

.item_nd .title-container {
  margin-top: 20px;
  height: 80px; /* 您可以根据图片实际高度调整 */
  background: url("../img/tit_bg.png") no-repeat center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_nd .title-container .title {
  color: white;
  font-size: 27px;
  text-align: center;
  color: #f0ebd0;
}

.item_nd .content-area {
  width: 1085px;
  margin: 20px auto;
  margin-top: 60px;
}

.item_nd .content-area .image-grid {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.item_nd .content-area .image-grid a {
  display: block;
  width: 220.28px;
  /* height: 312px; */
}

.item_nd .content-area .image-grid a:not(:nth-child(4n + 1)) {
  margin-left: 65px;
}

.item_nd .content-area .image-grid a:nth-child(n + 5) {
  margin-top: 50px;
}

.item_nd .content-area .image-grid a p {
  margin-top: 21px;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #121212;
  letter-spacing: 0.65px;
}

.item_nd .content-area .image-grid a img {
  display: block;
  width: 100%;
  height: 312px;
  /* height: 100%; */
}

.item_nd .b {
  margin-top: 50px;
}

.pr_ne_btn {
  width: 1085px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
}

.pr_ne_btn .prev,
.pr_ne_btn .next {
  width: 251px;
  height: 64px;
  background: url(../img/nd_bg.png) no-repeat center;
  background-size: cover;
  font-family: AlibabaPuHuiTiM;
  font-size: 27px;
  color: #f0ebd0;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pr_ne_btn .prev img,
.pr_ne_btn .next img {
  width: 20px;
  height: 14px;
  display: block;
  margin-left: 12px;
}
.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}


/*footer*/
.footer {
  width: 100%;
  height: 110px;
  background: #efefef;
}

.footer-m {
  width: 1200px;
  margin: 0 auto;
  padding-top: 25px;
  position: relative;
}

.footer-m p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.footer-m p a {
  color: #000;
}

.footer-m .imgBox2 {
  width: 200px;
  text-align: center;
  margin-top: -10px;
}

.footer-m .imgBox2 img {
  margin-left: 10px;
}

.footer-m .imgBox2 img.img2 {
  margin-top: 12px;
}
.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  zoom:1}

.cl:after {
  display: block;
  clear: both;
  content: "";
}

.w500 {
  width: 500px;
}