@charset "utf-8";
@import "//at.alicdn.com/t/font_2612455_13cwi8mnp0u.css";
.width-auto {
  width: auto;
}
.width-0 {
  width: 0;
}
.width-10 {
  width: 10%;
}
.width-20 {
  width: 20%;
}
.width-30 {
  width: 30%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-70 {
  width: 70%;
}
.width-80 {
  width: 80%;
}
.width-90 {
  width: 90%;
}
.width-100 {
  width: 100%;
}
.max-width-10 {
  max-width: 10%;
}
.max-width-20 {
  max-width: 20%;
}
.max-width-30 {
  max-width: 30%;
}
.max-width-40 {
  max-width: 40%;
}
.max-width-50 {
  max-width: 50%;
}
.max-width-60 {
  max-width: 60%;
}
.max-width-70 {
  max-width: 70%;
}
.max-width-80 {
  max-width: 80%;
}
.max-width-90 {
  max-width: 90%;
}
.max-width-100 {
  max-width: 100%;
}
.max-width-all-100 * {
  max-width: 100%;
}
.height-auto {
  height: auto;
}
.height-50 {
  height: 50%;
}
.height-90 {
  height: 90%;
}
.height-100 {
  height: 100%;
}
.max-height-90 {
  max-height: 90%;
}
.max-height-50 {
  max-height: 50%;
}
.max-height-100 {
  max-height: 100%;
}
.top-0 {
  top: 0;
}
.top-50 {
  top: 50%;
}
.top-100 {
  top: 100%;
}
.bottom-0 {
  bottom: 0;
}
.bottom-50 {
  bottom: 50%;
}
.bottom-100 {
  bottom: 100%;
}
.bottom-auto {
  bottom: auto;
}
.left-0 {
  left: 0;
}
.left-50 {
  left: 50%;
}
.left-100 {
  left: 100%;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0;
}
.right-50 {
  right: 50%;
}
.right-100 {
  right: 100%;
}
.com-object-fit-cover {
  object-fit: cover;
}
.object-position-center-top {
  object-position: center top;
}
.com-width-101 {
  width: 101%;
  margin-left: -0.5%;
}
.com-width-1016 {
  width: 101.6%;
  margin-left: -0.8%;
}
.com-width-102 {
  width: 102%;
  margin-left: -1%;
}
.com-width-103 {
  width: 103%;
  margin-left: -1.5%;
}
.com-width-104 {
  width: 104%;
  margin-left: -2%;
}
.com-width-105 {
  width: 105%;
  margin-left: -2.5%;
}
.com-width-106 {
  width: 106%;
  margin-left: -3%;
}
.display-flex {
  display: flex;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.display-inline-flex {
  display: inline-flex;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.color-fff {
  color: #FFFFFF;
}
.color-000 {
  color: #000000;
}
.color-333 {
  color: #333333;
}
.color-666 {
  color: #666666;
}
.color-888 {
  color: #888888;
}
.color-999 {
  color: #999999;
}
.cursor-pointer {
  cursor: pointer;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.margin-auto {
  margin: auto;
}
.z-index-reduce-1 {
  z-index: -1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
.z-index-100 {
  z-index: 100;
}
.z-index-101 {
  z-index: 101;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-13 {
  font-size: 13px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
  font-size: 15px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-26 {
  font-size: 26px;
}
.font-size-28 {
  font-size: 28px;
}
.font-size-30 {
  font-size: 30px;
}
.font-size-32 {
  font-size: 32px;
}
.font-size-34 {
  font-size: 34px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-38 {
  font-size: 38px;
}
.font-size-40 {
  font-size: 40px;
}
.font-size-42 {
  font-size: 42px;
}
.font-size-48 {
  font-size: 48px;
}
.font-size-60 {
  font-size: 60px;
}
.font-size-80 {
  font-size: 80px;
}
.line-height-22 {
  line-height: 22px;
}
.line-height-24 {
  line-height: 24px;
}
.line-height-26 {
  line-height: 26px;
}
.line-height-28 {
  line-height: 28px;
}
.line-height-30 {
  line-height: 30px;
}
.line-height-32 {
  line-height: 32px;
}
.line-height-34 {
  line-height: 34px;
}
.line-height-36 {
  line-height: 36px;
}
.line-height-38 {
  line-height: 38px;
}
.line-height-40 {
  line-height: 40px;
}
.line-height-42 {
  line-height: 42px;
}
.background-color-000 {
  background-color: #000000;
}
.background-color-fff {
  background-color: #FFFFFF;
}
.background-color-transparent {
  background-color: transparent;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-1 {
  flex: 1;
}
.text-transform-lowercase {
  text-transform: lowercase;
}
.text-transform-capitalize {
  text-transform: capitalize;
}
.text-transform-uppercase {
  text-transform: uppercase;
}
.font-weight-bold {
  font-weight: bold;
}
.transform-translateY-reduce-50 {
  transform: translateY(-50%);
}
.transform-translateX-reduce-50 {
  transform: translateX(-50%);
}
.transform-translate-reduce-50 {
  transform: translate(-50%, -50%);
}
.transform-none {
  transform: none;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-align-justify {
  text-align: justify;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.opacity-0 {
  opacity: 0;
}
.opacity-05 {
  opacity: 0.5;
}
.opacity-1 {
  opacity: 1;
}
.border-radius-50 {
  border-radius: 50%;
}
.transition-all-02 {
  transition: all 0.2s ease;
}
.transition-all-03 {
  transition: all 0.3s ease;
}
.transition-all-04 {
  transition: all 0.4s ease;
}
.transition-all-05 {
  transition: all 0.5s ease;
}
.transition-all-06 {
  transition: all 0.6s ease;
}
.transform-scale-105 {
  transform: scale(1.05);
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.com-size-all {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.com-position-absolute-start {
  position: absolute;
  top: 0;
  left: 0;
}
.outline-none {
  outline: none;
}
.overflow-ellipsis-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.overflow-ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.overflow-ellipsis-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.overflow-ellipsis-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.overflow-ellipsis-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.overflow-ellipsis-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp1 {
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
}
@keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft1 {
  -webkit-animation-name: fadeInLeft1;
  animation-name: fadeInLeft1;
}
@keyframes fadeInRight1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight1 {
  -webkit-animation-name: fadeInRight1;
  animation-name: fadeInRight1;
}
@keyframes zoomIn1 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn1 {
  -webkit-animation-name: zoomIn1;
  animation-name: zoomIn1;
}
@keyframes zoomIn2 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn2 {
  -webkit-animation-name: zoomIn2;
  animation-name: zoomIn2;
}
.com-layui-popup,
.com-lati-longi,
.com-map-info {
  display: none;
}
.com-main {
  overflow: hidden;
}
.com-background-color1 {
  background-color: #f5f5f5;
}
.com-ti-24 {
  font-size: 1.25vw;
}
.com-ti-30 {
  font-size: 1.5625vw;
}
.com-ti-34 {
  font-size: 1.77083333vw;
}
.com-ti-36 {
  font-size: 1.875vw;
}
.com-padding-top-50 {
  padding-top: 2.60416667vw;
}
.com-padding-top-80 {
  padding-top: 4.16666667vw;
}
.com-padding-top-130 {
  padding-top: 6.77083333vw;
}
.com-padding-bottom-70 {
  padding-bottom: 3.64583333vw;
}
.com-padding-bottom-100 {
  padding-bottom: 5.20833333vw;
}
.com-padding-bottom-150 {
  padding-bottom: 7.8125vw;
}
.com-richtext1 {
  font-size: 16px;
  line-height: 32px;
}
.com-conta-1200 {
  width: 1200px;
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 2;
}
.com-conta-1400 {
  width: 72.91666667%;
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 2;
}
.com-conta-1680 {
  width: 87.5%;
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 2;
}
.com-title1 {
  display: flex;
  align-items: center;
}
.com-title1 .dp-z {
  color: #000;
  font-weight: bold;
  margin: 0 1.5625vw 0 0;
}
.com-title1 .dp-y {
  flex: 1;
  height: 2px;
  background-color: #231815;
  position: relative;
}
.com-title1 .dp-y .img-bg1 {
  position: absolute;
  bottom: 0;
  right: 9.89583333vw;
  background: #FFFFFF;
  width: 3.28125vw;
  display: block;
}
.com-title2 {
  margin: 2.60416667vw 0 0;
  color: #333333;
}
.com-title2 .dp-ti1 {
  font-weight: bold;
}
.com-title2 .dp-ti2 {
  margin: 0.52083333vw 0 0;
}
.com-paging1 .swiper1 .wrapper1 {
  justify-content: center;
  align-items: center;
}
.com-paging1 .swiper1 .slide1 {
  width: 2.86458333vw;
  height: 2.86458333vw;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375vw;
  margin: 0 0.3125vw;
}
.com-paging1 .swiper1 .slide1 .iconfont {
  font-size: 1.14583333vw;
}
.com-paging1 .swiper1 .slide1.active,
.com-paging1 .swiper1 .slide1:hover {
  background-color: #038da6;
  color: #FFFFFF;
}
.com-dn-upper1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #231815;
  padding: 3.125vw 0 1.82291667vw;
  position: relative;
}
.com-dn-upper1 .img-bg1 {
  position: absolute;
  bottom: -2px;
  right: 9.89583333vw;
  background: #FFFFFF;
  width: 3.28125vw;
  display: block;
}
.com-dn-upper1 * {
  color: #000;
}
.com-dn-upper1 .dp-right {
  font-size: 0.9375vw;
}
.com-dn-upper1 .dp-right .dp-a1 {
  display: flex;
  align-items: center;
}
.com-dn-upper1 .dp-right .dp-a1 .iconfont {
  font-weight: bold;
  margin: 0 0 0 1.66666667vw;
  font-size: 1.14583333vw;
}
.com-crumbs1 {
  padding: 1.5625vw 0;
}
.com-crumbs1 .dn-upper {
  display: flex;
  align-items: center;
  color: #9c9c9c;
  font-size: 15px;
}
.com-crumbs1 .dn-upper .dp-pai {
  margin: 0 2px;
}
.com-crumbs1 .dn-upper .dp-pai:last-of-type {
  color: #333333;
}
.com-banner1 {
  height: 38.02083333vw;
  position: relative;
}
.com-banner1 .banner-next {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
  width: 154px;
  height: 29px;
  background: url("../images/banbg1_03.png") no-repeat center / cover;
  color: #000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
}
.com-banner1 .banner-next .iconfont {
  font-size: 20px;
}
.com-banner1 .swiper1 .slide1 {
  display: flex;
  align-items: center;
  padding: 0 4.0625vw;
}
.com-banner1 .swiper1 .slide1 .img-bg1 {
  position: absolute;
  top: 0;
  left: 0;
}
.com-banner1 .swiper1 .slide1 .dp-wen {
  color: #FFFFFF;
  font-weight: 600;
  position: relative;
}
.com-banner1 .swiper1 .slide1 .dp-wen .dp-cnti1 {
  font-size: 3.125vw;
  line-height: 5.52083333vw;
}
.com-banner1 .swiper1 .slide1 .dp-wen .dp-enti1 {
  font-size: 0.9375vw;
  line-height: 1.77083333vw;
}
.com-banner1 .swiper1 .swiper-pagination {
  bottom: 2.29166667vw;
  left: 4.47916667vw;
  width: auto;
}
.com-banner1 .swiper1 .swiper-pagination .swiper-pagination-bullet {
  width: 2.8125vw;
  height: 0.3125vw;
  border-radius: inherit;
  background-color: #FFFFFF;
  opacity: 1;
  border: 0.10416667vw solid transparent;
}
.com-banner1 .swiper1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  border: 0.10416667vw solid #FFFFFF;
}
.index-app .com-banner1 .swiper1 .slide1 {
  justify-content: center;
}
.com-header {
  margin: 0 0 8px;
  position: relative;
  z-index: 101;
  color: #231815;
}
.com-header .com-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #231815;
}
.com-header .header-bg {
  background: rgba(112, 68, 35, 0.6);
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  height: 50px;
  display: none;
}
.com-header .dn-nav .swiper1 {
  overflow: visible;
}
.com-header .dn-nav .swiper1 .slide1 {
  width: auto;
  margin: 0 2.08333333vw;
}
.com-header .dn-nav .swiper1 .slide1:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 1px;
  right: calc(-40 * 0.05208333vw - 3px);
  background-color: #704423;
  top: 50%;
  transform: translateY(-50%);
}
.com-header .dn-nav .swiper1 .slide1:hover .dp-top .dp-a1 {
  color: #704423;
  border-bottom: 2px solid #704423;
}
.com-header .dn-nav .swiper1 .slide1:hover .dp-top .dp-a1 .iconfont {
  opacity: 1;
  bottom: -7px;
}
.com-header .dn-nav .swiper1 .slide1:hover .dp-bot {
  display: flex;
  animation: fadeInRight1 0.5s ease both;
}
.com-header .dn-nav .swiper1 .slide1:last-of-type:before {
  opacity: 0;
}
.com-header .dn-nav .swiper1 .slide1:last-of-type .dp-bot {
  margin-left: -500px;
}
.com-header .dn-nav .swiper1 .slide1 .dp-top {
  font-size: 18px;
}
.com-header .dn-nav .swiper1 .slide1 .dp-top .dp-a1 {
  display: block;
  padding: 1.82291667vw 0.83333333vw;
  border-bottom: 2px solid transparent;
  color: #231815;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
}
.com-header .dn-nav .swiper1 .slide1 .dp-top .dp-a1 .iconfont {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  color: #704423;
  z-index: 4;
  font-size: 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.com-header .dn-nav .swiper1 .slide1 .dp-top .dp-a1.active {
  color: #704423;
  border-bottom: 2px solid #704423;
}
.com-header .dn-nav .swiper1 .slide1 .dp-top .dp-a1.active .iconfont {
  opacity: 1;
  bottom: -7px;
}
.com-header .dn-nav .swiper1 .slide1 .dp-bot {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  border-top: 8px solid transparent;
  height: 58px;
  display: none;
  justify-content: center;
}
.com-header .dn-nav .swiper1 .slide1 .dp-bot .dp-a1 {
  color: #FFFFFF;
  margin: 0 0.52083333vw;
  display: flex;
  align-items: center;
  height: 100%;
}
.com-header .dn-nav .swiper1 .slide1 .dp-bot .dp-a1 .iconfont {
  font-size: 12px;
  margin: 2px 2px 0 0;
}
.com-header .dn-nav .swiper1 .slide1 .dp-bot .dp-a1:hover,
.com-header .dn-nav .swiper1 .slide1 .dp-bot .dp-a1.active {
  color: #eaba95;
}
.com-header .dn-right {
  display: flex;
  align-items: center;
}
.com-header .dn-right .iconfont {
  font-size: 1.35416667vw;
}
.com-header .dn-right > div {
  margin: 0 0.78125vw;
}
.com-header .dn-right .dn-menu {
  display: none;
}
.com-header-phone {
  font-size: 24px;
}
.com-header-layui-search {
  padding: 2.60416667vw 5.20833333vw;
  display: none;
}
.com-header-layui-search .layui-form {
  text-align: center;
}
.com-header-layui-search .layui-form .layui-input {
  width: 26.04166667vw;
}
.com-header-layui-search .layui-form .layui-btn {
  margin: 1.5625vw 0 0;
  background: #038da6;
}
.com-footer .com-content {
  background-color: #704423;
}
.com-footer .dn-upper {
  padding: 5.72916667vw 4.16666667vw 4.16666667vw;
}
.com-footer .dn-upper .swiper1 {
  overflow: visible;
}
.com-footer .dn-upper .swiper1 .wrapper1 {
  justify-content: space-between;
}
.com-footer .dn-upper .swiper1 .slide1 {
  width: auto;
}
.com-footer .dn-upper .swiper1 .slide1:not(:last-of-type) .dp-a1:hover {
  text-decoration: underline;
}
.com-footer .dn-upper .swiper1 .slide1 .dp-top {
  font-size: 16px;
}
.com-footer .dn-upper .swiper1 .slide1 .dp-top * {
  color: #FFFFFF;
}
.com-footer .dn-upper .swiper1 .slide1 .dp-xi1 {
  width: 65px;
  height: 1px;
  background-color: #FFFFFF;
  margin: 1.30208333vw 0 0;
}
.com-footer .dn-upper .swiper1 .slide1 .dp-bot {
  padding: 0.52083333vw 0 0;
}
.com-footer .dn-upper .swiper1 .slide1 .dp-bot .dp-a1 {
  display: block;
  margin: 0.78125vw 0 0;
  color: #FFFFFF;
  opacity: 0.5;
}
.com-footer .dn-upper .swiper1 .slide1 .dp-code {
  margin: 1.04166667vw 0 0;
}
.com-footer .dn-upper .swiper1 .slide1 .dp-code .img1 {
  width: 65px;
}
.com-footer .dn-upper .swiper1 .slide1 .dp-share {
  display: flex;
  align-items: center;
  margin: 1.5625vw 0 0;
}
.com-footer .dn-upper .swiper1 .slide1 .dp-share .dp-a1 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  color: #704423;
  margin: 0 15px 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.com-footer .dn-upper .swiper1 .slide1 .dp-share .dp-a1:hover {
  transform: scale(1.05);
}
.com-footer .dn-upper .swiper1 .slide1 .dp-share .dp-a1 .iconfont {
  font-size: 20px;
}
.com-footer .dn-lower {
  padding: 2.08333333vw 4.16666667vw;
  color: #FFFFFF;
  opacity: 0.5;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.com-footer .dn-lower .swiper1 {
  overflow: visible;
}
.com-footer .dn-lower .swiper1 .wrapper1 {
  justify-content: space-between;
}
.com-footer .dn-lower .swiper1 .slide1 {
  width: auto;
}
.com-footer .dn-lower .swiper1 .slide1 .dp-link {
  position: relative;
  width: 126px;
  cursor: pointer;
}
.com-footer .dn-lower .swiper1 .slide1 .dp-link:hover .dp-xia {
  display: block;
  animation: flipInY 0.5s ease both;
}
.com-footer .dn-lower .swiper1 .slide1 .dp-link .dp-sha {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  font-size: 13px;
}
.com-footer .dn-lower .swiper1 .slide1 .dp-link .dp-xia {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  padding: 10px 0;
  display: none;
}
.com-footer .dn-lower .swiper1 .slide1 .dp-link .dp-xia .dp-a1 {
  display: block;
  color: #000000;
  padding: 5px 10px;
}
.com-img-wx {
  width: 100px;
}
.index-time {
  padding: 1.82291667vw 0 0;
}
.index-time .dn-upper .swiper1 .slide1 {
  height: 256px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18.22916667vw;
  text-align: center;
}
.index-time .dn-upper .swiper1 .slide1 * {
  color: #FFFFFF;
}
.index-time .dn-upper .swiper1 .slide1-1 {
  flex: 1;
  background-color: #7a5133;
  padding: 0 4.16666667vw;
  align-items: flex-start;
}
.index-time .dn-upper .swiper1 .slide1-1 .dp-top {
  font-size: 20px;
  display: flex;
  align-items: center;
}
.index-time .dn-upper .swiper1 .slide1-1 .dp-top .iconfont {
  font-size: 36px;
}
.index-time .dn-upper .swiper1 .slide1-1 .dp-mid {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0 0;
}
.index-time .dn-upper .swiper1 .slide1-1 .dp-mid .dp-pai .dp-p1 {
  font-size: 24px;
}
.index-time .dn-upper .swiper1 .slide1-1 .dp-mid .dp-pai .dp-p2 {
  font-size: 13px;
  margin: 8px 0 0;
}
.index-time .dn-upper .swiper1 .slide1-1 .dp-bot {
  margin: 40px 0 0;
  font-size: 16px;
}
.index-time .dn-upper .swiper1 .slide1-2 {
  background-color: #845d40;
}
.index-time .dn-upper .swiper1 .slide1-2 .dp-top {
  font-size: 24px;
}
.index-time .dn-upper .swiper1 .slide1-2 .dp-mid {
  line-height: 20px;
  margin: 15px 0 0;
}
.index-time .dn-upper .swiper1 .slide1-2 .dp-bot {
  margin: 10px 0 0;
}
.index-time .dn-upper .swiper1 .slide1-2 .dp-bot .iconfont1 {
  font-size: 40px;
}
.index-time .dn-upper .swiper1 .slide1-2 .dp-bot .dp-a1 {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
}
.index-time .dn-upper .swiper1 .slide1-3 {
  background-color: #8e694e;
}
.index-time .dn-upper .swiper1 .slide1-3 .dp-top .iconfont {
  font-size: 46px;
}
.index-time .dn-upper .swiper1 .slide1-3 .dp-mid {
  font-size: 16px;
  margin: 10px 0 0;
}
.index-time .dn-upper .swiper1 .slide1-3 .dp-bot {
  margin: 10px 0 0;
}
.index-time .dn-upper .swiper1 .slide1-4 {
  background-color: #98765c;
}
.index-time .dn-upper .swiper1 .slide1-4 .dp-top .iconfont {
  font-size: 46px;
}
.index-time .dn-upper .swiper1 .slide1-4 .dp-mid {
  font-size: 16px;
  margin: 10px 0 0;
}
.index-news .dn-lower .swiper1 .slide1 {
  width: 25%;
  transition: all 0.3s ease;
}
.index-news .dn-lower .swiper1 .slide1:hover {
  background-color: #704423;
}
.index-news .dn-lower .swiper1 .slide1:hover * {
  color: #FFFFFF !important;
}
.index-news .dn-lower .swiper1 .slide1:last-of-type .dp-nei {
  border-right: 1px solid transparent;
}
.index-news .dn-lower .swiper1 .slide1 .dp-a1 {
  display: block;
  padding: 3.64583333vw 0 0;
}
.index-news .dn-lower .swiper1 .slide1 .dp-nei {
  border-right: 1px solid #b6b6b6;
  padding: 0 2.08333333vw 3.64583333vw;
}
.index-news .dn-lower .swiper1 .slide1 .dp-ti1 {
  color: #000000;
  font-size: 1.14583333vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-news .dn-lower .swiper1 .slide1 .dp-intr1 {
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 1.04166667vw 0 0;
}
.index-news .dn-lower .swiper1 .slide1 .dp-time1 {
  font-size: 12px;
  margin: 3.64583333vw 0 0;
}
.index-newstime {
  padding: 1.5625vw 0 0;
}
.index-newstime .com-content {
  display: flex;
  background: #f5f5f5;
}
.index-newstime .dn-left {
  flex: 1;
  padding: 2.08333333vw;
  padding-right: 2.60416667vw;
}
.index-newstime .dn-left .com-dn-upper1 {
  padding-top: 0;
}
.index-newstime .dn-left .com-dn-upper1 .img-bg1 {
  background: #f5f5f5;
}
.index-newstime .dn-left .dn-lower {
  margin: 1.5625vw 0 0;
  display: flex;
}
.index-newstime .dn-left .dn-lower .dp-picture {
  width: 27.34375vw;
  height: 17.44791667vw;
}
.index-newstime .dn-left .dn-lower .dp-word {
  flex: 1;
  padding: 0 0 0 2.86458333vw;
}
.index-newstime .dn-left .dn-lower .dp-word .dp-cnti1 {
  font-size: 1.25vw;
  line-height: 1.66666667vw;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 600;
}
.index-newstime .dn-left .dn-lower .dp-word .dp-time1 {
  color: #999999;
  margin: 1.04166667vw 0 0;
}
.index-newstime .dn-left .dn-lower .dp-word .dp-intr1 {
  line-height: 30px;
  margin: 2.34375vw 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-newstime .dn-left .dn-lower .dp-word .dp-a1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.11458333vw;
  height: 2.34375vw;
  border-radius: 2.60416667vw;
  margin: 2.1875vw 0 0;
  background-color: #038da6;
  color: #FFFFFF;
}
.index-newstime .dn-left .dn-lower .dp-word .dp-a1 .iconfont {
  margin: 0 0 0 1.04166667vw;
  font-weight: bold;
}
.index-newstime .dn-right {
  width: 31.77083333vw;
  color: #FFFFFF;
}
.index-newstime .dn-right .dn-upper {
  background: #7a5133;
}
.index-newstime .dn-right .dn-upper .dp-top {
  text-align: center;
  padding: 1.82291667vw 0 1.04166667vw;
}
.index-newstime .dn-right .dn-upper .dp-top .dp-ti1 {
  font-size: 1.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-newstime .dn-right .dn-upper .dp-top .dp-ti1 .img1 {
  margin: 0 0.78125vw;
  height: 1.35416667vw;
}
.index-newstime .dn-right .dn-upper .dp-top .dp-ti1 .img1:last-of-type {
  transform: rotate(180deg);
}
.index-newstime .dn-right .dn-upper .dp-top .dp-intr1 {
  font-size: 16px;
  margin: 0.52083333vw 0 0;
}
.index-newstime .dn-right .dn-upper .dp-bot {
  display: flex;
  padding: 2.34375vw 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.index-newstime .dn-right .dn-upper .dp-bot .dp-pai {
  width: 33.33333333%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.index-newstime .dn-right .dn-upper .dp-bot .dp-pai:last-of-type {
  border-right: 1px solid transparent;
}
.index-newstime .dn-right .dn-upper .dp-bot .dp-pai .dp-p1 {
  font-size: 1.25vw;
}
.index-newstime .dn-right .dn-upper .dp-bot .dp-pai .dp-p2 {
  font-size: 13px;
  margin: 0.52083333vw 0 0;
}
.index-newstime .dn-right .dn-center {
  background: #845d40;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5625vw 2.60416667vw;
}
.index-newstime .dn-right .dn-center .dp-left .dp-ti1 {
  font-size: 1.25vw;
}
.index-newstime .dn-right .dn-center .dp-left .dp-intr1 {
  margin: 0.52083333vw 0 0;
}
.index-newstime .dn-right .dn-center .dp-right {
  display: flex;
  align-items: center;
}
.index-newstime .dn-right .dn-center .dp-right .dp-picture {
  width: 5.20833333vw;
  height: 5.20833333vw;
}
.index-newstime .dn-right .dn-center .dp-right .dp-word {
  padding: 0 0 0 1.30208333vw;
}
.index-newstime .dn-right .dn-center .dp-right .dp-word .dp-ti1 {
  font-size: 1.25vw;
}
.index-newstime .dn-right .dn-center .dp-right .dp-word .dp-intr1 {
  margin: 0.52083333vw 0 0;
}
.index-newstime .dn-right .dn-lower {
  background: #98765c;
  padding: 1.5625vw 2.60416667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-newstime .dn-right .dn-lower .dp-pai {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #FFFFFF;
}
.index-newstime .dn-right .dn-lower .dp-pai .icon1 {
  font-size: 1.97916667vw;
}
.index-newstime .dn-right .dn-lower .dp-pai b {
  margin: 0 0.3125vw;
}
.index-art .dn-upper .swiper1 .wrapper1 {
  flex-wrap: wrap;
}
.index-art .dn-upper .swiper1 .slide1 {
  display: flex;
  align-items: center;
  background-color: #f1f1f1;
}
.index-art .dn-upper .swiper1 .slide1:first-of-type .dp-picture {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.index-art .dn-upper .swiper1 .slide1:first-of-type .dp-word {
  flex: inherit;
  width: 100%;
  padding: 6.77083333vw 4.16666667vw 8.85416667vw;
}
.index-art .dn-upper .swiper1 .slide1:first-of-type .dp-word * {
  color: #FFFFFF !important;
}
.index-art .dn-upper .swiper1 .slide1:first-of-type .dp-word .dp-cnti1 {
  display: flex;
}
.index-art .dn-upper .swiper1 .slide1:first-of-type .dp-word .dp-enti1 {
  display: inline-block;
}
.index-art .dn-upper .swiper1 .slide1:first-of-type .dp-word .dp-cnti2:before {
  background-color: #FFFFFF;
}
.index-art .dn-upper .swiper1 .slide1 .dp-picture {
  width: 43.75vw;
  height: 24.47916667vw;
}
.index-art .dn-upper .swiper1 .slide1 .dp-word {
  flex: 1;
  padding: 0 6.77083333vw;
  position: relative;
  z-index: 5;
}
.index-art .dn-upper .swiper1 .slide1 .dp-word .dp-cnti1 {
  font-size: 0.9375vw;
  align-items: center;
  display: none;
}
.index-art .dn-upper .swiper1 .slide1 .dp-word .dp-cnti1 .iconfont {
  font-size: 0.9375vw;
  margin: 0 0.52083333vw 0 0;
}
.index-art .dn-upper .swiper1 .slide1 .dp-word .dp-enti1 {
  font-size: 1.77083333vw;
  display: none;
  text-transform: uppercase;
  margin: 0.52083333vw 0 0.78125vw;
  border-bottom: 0.20833333vw solid #eaeaea;
  padding: 0 2.60416667vw 0.78125vw 0;
}
.index-art .dn-upper .swiper1 .slide1 .dp-word .dp-cnti2 {
  font-size: 1.875vw;
  color: #000000;
  position: relative;
  font-weight: bold;
  margin: 0 0 2.5vw;
}
.index-art .dn-upper .swiper1 .slide1 .dp-word .dp-cnti2:before {
  content: '';
  position: absolute;
  bottom: -1.25vw;
  height: 0.20833333vw;
  width: 5.10416667vw;
  background-color: #000000;
}
.index-art .dn-upper .swiper1 .slide1 .dp-word .dp-intr1 {
  line-height: 26px;
  text-align: justify;
  max-width: 580px;
}
.index-travel {
  margin: 1.35416667vw 0 0;
}
.index-travel .dn-upper .swiper1 .wrapper1 {
  justify-content: space-between;
}
.index-travel .dn-upper .swiper1 .slide1 {
  width: calc(100% / 2 - 26 / 2 * 0.05208333vw);
  height: 20.3125vw;
}
.index-travel .dn-upper .swiper1 .slide1 .dp-picture {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.index-travel .dn-upper .swiper1 .slide1 .dp-word {
  padding: 2.60416667vw;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.index-travel .dn-upper .swiper1 .slide1 .dp-word * {
  color: #FFFFFF;
}
.index-travel .dn-upper .swiper1 .slide1 .dp-word .dp-ti1 {
  font-size: 1.875vw;
}
.index-travel .dn-upper .swiper1 .slide1 .dp-word .dp-intr1 {
  line-height: 28px;
  max-width: 300px;
  margin: 0.52083333vw 0 0;
}
.index-travel .dn-upper .swiper1 .slide1 .dp-word .dp-a1 {
  display: flex;
  width: 7.8125vw;
  height: 2.08333333vw;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.index-life {
  margin: 1.35416667vw 0 0;
}
.index-life .dp-picture {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.index-life .dp-word {
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  padding: 5.20833333vw 9.375vw;
}
.index-life .dp-word .dp-cnti1 {
  font-size: 1.875vw;
  font-weight: 600;
}
.index-life .dp-word .dp-enti1 {
  font-size: 1.5625vw;
  margin: 1.04166667vw 0 0;
  text-transform: uppercase;
}
.index-life .dp-word .dp-intr1 {
  line-height: 24px;
  margin: 1.04166667vw 0 0;
}
.index-travel2 .dn-lower .swiper1 .slide1 {
  width: 33.33333333%;
  border: 0.67708333vw solid transparent;
  transition: all 0.3s ease;
}
.index-travel2 .dn-lower .swiper1 .slide1:hover {
  background-color: #704423;
  border: 0.67708333vw solid #704423;
}
.index-travel2 .dn-lower .swiper1 .slide1:hover * {
  color: #FFFFFF !important;
}
.index-travel2 .dn-lower .swiper1 .slide1:hover .dp-picture img {
  transform: scale(1.05);
}
.index-travel2 .dn-lower .swiper1 .slide1:hover .dp-word .dp-a1 {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.index-travel2 .dn-lower .swiper1 .slide1 .dp-picture {
  height: 17.70833333vw;
  overflow: hidden;
}
.index-travel2 .dn-lower .swiper1 .slide1 .dp-picture img {
  transition: all 0.3s ease;
}
.index-travel2 .dn-lower .swiper1 .slide1 .dp-word {
  padding: 1.30208333vw 0.52083333vw;
}
.index-travel2 .dn-lower .swiper1 .slide1 .dp-word .dp-ti1 {
  font-size: 1.14583333vw;
  color: #333333;
}
.index-travel2 .dn-lower .swiper1 .slide1 .dp-word .dp-intr1 {
  line-height: 26px;
  margin: 0.78125vw 0 0;
}
.index-travel2 .dn-lower .swiper1 .slide1 .dp-word .dp-a1 {
  display: flex;
  width: 7.8125vw;
  height: 2.08333333vw;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  margin: 2.34375vw 0 0;
}
.notice .dn-upper .dp-bot {
  margin: 2.1875vw 0 0;
}
.notice .dn-upper .dp-bot .dp-ti1 {
  font-weight: bold;
}
.notice .dn-upper .dp-bot .dp-ti2 {
  margin: 0.52083333vw 0 0;
}
.notice .dn-lower .swiper1 .wrapper1 {
  flex-wrap: wrap;
}
.notice .dn-lower .swiper1 .slide1 {
  width: 33.33333333%;
  display: flex;
  margin: 1.5625vw 0;
}
.notice .dn-lower .swiper1 .slide1 .dp-left {
  font-size: 3.75vw;
  font-family: 'Arial';
  font-weight: bold;
  color: #008ca5;
  height: 2.91666667vw;
  overflow: hidden;
  margin: 0 2.60416667vw 0 0;
}
.notice .dn-lower .swiper1 .slide1 .dp-right {
  flex: 1;
  padding: 1.19791667vw 0 0;
}
.notice .dn-lower .swiper1 .slide1 .dp-right .dp-sha {
  color: #333333;
  font-size: 1.25vw;
  font-weight: bold;
}
.notice .dn-lower .swiper1 .slide1 .dp-right .dp-xia {
  line-height: 32px;
  margin: 1.04166667vw 0 0;
}
.travel .dn-upper .swiper1 .wrapper1 {
  flex-wrap: wrap;
}
.travel .dn-upper .swiper1 .slide1 {
  border-bottom: 1px solid #ebebeb;
}
.travel .dn-upper .swiper1 .slide1:first-of-type .com-content {
  flex-direction: column-reverse;
}
.travel .dn-upper .swiper1 .slide1:first-of-type .dp-word {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding: 75px 0 0;
}
.travel .dn-upper .swiper1 .slide1:first-of-type .dp-word .dp-a1 {
  display: flex;
}
.travel .dn-upper .swiper1 .slide1:first-of-type .dp-word .dp-zho {
  flex: 1;
  margin: 0 160px 0 200px;
}
.travel .dn-upper .swiper1 .slide1:first-of-type .dp-word .dp-ti1 {
  margin: 0;
}
.travel .dn-upper .swiper1 .slide1:first-of-type .dp-word .dp-time1 {
  font-size: 20px;
}
.travel .dn-upper .swiper1 .slide1:first-of-type .dp-word .dp-enintr1 {
  display: none;
}
.travel .dn-upper .swiper1 .slide1:first-of-type .dp-picture {
  width: 100%;
  height: 615px;
}
.travel .dn-upper .swiper1 .slide1:first-of-type .dp-picture:before {
  display: none;
}
.travel .dn-upper .swiper1 .slide1:first-of-type .dp-picture .iconfont {
  display: none;
}
.travel .dn-upper .swiper1 .slide1 .com-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 115px 0;
}
.travel .dn-upper .swiper1 .slide1 .com-content:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: #038da6;
  left: 0;
  bottom: 0;
}
.travel .dn-upper .swiper1 .slide1 .dp-word {
  width: 365px;
  display: flex;
  flex-direction: column;
}
.travel .dn-upper .swiper1 .slide1 .dp-word .dp-time1 {
  font-size: 16px;
  width: 82px;
  border-bottom: 1px solid #704423;
  padding: 0 0 15px;
}
.travel .dn-upper .swiper1 .slide1 .dp-word .dp-ti1 {
  font-size: 30px;
  color: #333333;
  margin: 90px 0 0;
  font-weight: bold;
}
.travel .dn-upper .swiper1 .slide1 .dp-word .dp-cnintr1 {
  margin: 65px 0 0;
}
.travel .dn-upper .swiper1 .slide1 .dp-word .dp-enintr1 {
  line-height: 26px;
  margin: 30px 0 0;
}
.travel .dn-upper .swiper1 .slide1 .dp-word .dp-a1 {
  width: 180px;
  height: 44px;
  background-color: #038da6;
  color: #FFFFFF;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  display: none;
}
.travel .dn-upper .swiper1 .slide1 .dp-picture {
  width: 50%;
  height: 400px;
  position: relative;
  color: #FFFFFF;
}
.travel .dn-upper .swiper1 .slide1 .dp-picture:before {
  content: '';
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.travel .dn-upper .swiper1 .slide1 .dp-picture .iconfont {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 56px;
  cursor: pointer;
}
.travel-video {
  width: 50vw;
  height: 30vw;
  object-fit: cover;
}
.contact-info {
  padding: 6.25vw 0;
}
.contact-info .dn-upper {
  padding: 0 0 2.34375vw;
  border-bottom: 1px solid #eaeaea;
}
.contact-info .dn-upper .swiper1 .slide1 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  border-right: 1px solid #eaeaea;
}
.contact-info .dn-upper .swiper1 .slide1:last-of-type {
  border-right: none;
}
.contact-info .dn-upper .swiper1 .slide1 .dp-picture {
  width: 8.33333333vw;
  height: 8.33333333vw;
}
.contact-info .dn-upper .swiper1 .slide1 .dp-picture .img1 {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-fit: cover;
}
.contact-info .dn-upper .swiper1 .slide1 .dp-word {
  margin: 0 0 0 1.82291667vw;
}
.contact-info .dn-upper .swiper1 .slide1 .dp-word .iconfont {
  font-size: 2.60416667vw;
}
.contact-info .dn-upper .swiper1 .slide1 .dp-word .dp-p1 {
  font-size: 1.5625vw;
  margin: 0.52083333vw 0 0;
  font-weight: bold;
}
.contact-info .dn-upper .swiper1 .slide1 .dp-word .dp-p2 {
  font-size: 0.9375vw;
  margin: 0.52083333vw 0 0;
}
.contact-info .dn-center {
  padding: 3.64583333vw 0;
  border-bottom: 1px solid #eaeaea;
}
.contact-info .dn-center .swiper1 .slide1 {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  border-right: 1px solid #eaeaea;
  font-size: 0.9375vw;
}
.contact-info .dn-center .swiper1 .slide1:nth-of-type(2) {
  width: 30%;
}
.contact-info .dn-center .swiper1 .slide1:last-of-type {
  border-right: none;
}
.contact-info .dn-center .swiper1 .slide1 .dp-picture {
  color: #038da6;
}
.contact-info .dn-center .swiper1 .slide1 .dp-picture .iconfont {
  font-size: 2.8125vw;
}
.contact-info .dn-center .swiper1 .slide1 .dp-word {
  margin: 0 0 0 1.04166667vw;
  line-height: 1.66666667vw;
}
.contact-info .dn-lower {
  display: flex;
  justify-content: space-between;
  padding: 3.54166667vw 0 0;
}
.contact-info .dn-lower .dn-left {
  width: 34.89583333vw;
  margin: 0 0 0 3.90625vw;
}
.contact-info .dn-lower .dn-left .dp-top {
  color: #333333;
  padding: 2.08333333vw 0;
}
.contact-info .dn-lower .dn-left .dp-top .dp-p2 {
  margin: 0.52083333vw 0 0;
}
.contact-info .dn-lower .dn-left .dp-bot {
  margin: 2.60416667vw 0 0;
}
.contact-info .dn-lower .dn-left .dp-bot .layui-form .swiper1 .wrapper1 {
  flex-wrap: wrap;
}
.contact-info .dn-lower .dn-left .dp-bot .layui-form .swiper1 .slide1 {
  margin: 0 0 1.30208333vw;
}
.contact-info .dn-lower .dn-left .dp-bot .layui-form .swiper1 .layui-input {
  height: 3.02083333vw;
  border: none;
  border-bottom: 1px solid #eaeaea;
  font-size: 0.9375vw;
}
.contact-info .dn-lower .dn-left .dp-bot .layui-form .swiper1 .layui-btn {
  width: 10.41666667vw;
  height: 2.70833333vw;
  background-color: #038da6;
  border-radius: 2.08333333vw;
  font-size: 0.83333333vw;
  margin: 2.60416667vw 0 0;
}
.contact-info .dn-lower .dn-right .img1 {
  width: 41.66666667vw;
}
.view .dn-center .swiper1 .wrapper1 {
  flex-wrap: wrap;
}
.view .dn-center .swiper1 .slide1 {
  padding: 3.125vw 0;
  border-bottom: 1px solid #eaeaea;
  display: flex;
}
.view-app .view .dn-center .swiper1 .slide1:first-of-type:before {
  content: '';
  width: 100%;
  height: calc(100% - 120 * 0.05208333vw);
  border: 1px solid #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
  top: 3.125vw;
  z-index: -1;
}
.view-app .view .dn-center .swiper1 .slide1:first-of-type .dp-picture {
  width: 47.39583333vw;
  height: 30.20833333vw;
}
.view-app .view .dn-center .swiper1 .slide1:first-of-type .dp-word {
  padding: 3.22916667vw 2.60416667vw;
}
.view-app .view .dn-center .swiper1 .slide1:first-of-type .dp-word .dp-sha {
  flex-direction: column-reverse;
}
.view-app .view .dn-center .swiper1 .slide1:first-of-type .dp-word .dp-ti1 {
  margin: 0 0 1.04166667vw;
}
.view-app .view .dn-center .swiper1 .slide1:first-of-type .dp-word .dp-a1 {
  width: 11.45833333vw;
}
.view .dn-center .swiper1 .slide1 .dp-picture {
  width: 26.04166667vw;
  height: 16.14583333vw;
}
.view .dn-center .swiper1 .slide1 .dp-word {
  flex: 1;
  padding: 1.30208333vw 4.16666667vw;
}
.view .dn-center .swiper1 .slide1 .dp-word .dp-sha {
  display: flex;
  flex-direction: column;
}
.view .dn-center .swiper1 .slide1 .dp-word .dp-time1 {
  color: #999999;
}
.view .dn-center .swiper1 .slide1 .dp-word .dp-ti1 {
  font-size: 1.25vw;
  color: #222222;
  font-weight: bold;
  margin: 1.04166667vw 0 0;
}
.view .dn-center .swiper1 .slide1 .dp-word .dp-cnintr1 {
  line-height: 24px;
  margin: 1.30208333vw 0 0;
}
.view .dn-center .swiper1 .slide1 .dp-word .dp-a1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.33333333vw;
  height: 2.60416667vw;
  background-color: #f5f5f5;
  border-radius: 2.60416667vw;
  margin: 2.34375vw 0 0;
}
.view .dn-center .swiper1 .slide1 .dp-word .dp-a1 .iconfont {
  margin: 0 0 0 1.04166667vw;
  font-weight: bold;
}
.view .dn-center .swiper1 .slide1 .dp-word .dp-a1:hover {
  background-color: #038da6;
  color: #FFFFFF;
}
.view-detail .dn-upper .dp-ti1 {
  font-size: 34px;
  color: #333333;
  font-weight: 600;
}
.view-detail .dn-upper .dp-time1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0 0;
}
.view-detail .dn-center {
  border-top: 1px solid #eaeaea;
  margin: 45px 0 0;
  padding: 60px 0;
  color: #333333;
  line-height: 30px;
  text-align: justify;
}
.view-detail .dn-lower {
  background-color: #f5f5f5;
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view-detail .dn-lower .dp-com {
  max-width: 48%;
  display: flex;
  align-items: center;
}
.view-detail .dn-lower .dp-com:hover * {
  color: #704423 !important;
}
.view-detail .dn-lower .dp-com:last-of-type {
  flex-direction: row-reverse;
  text-align: right;
}
.view-detail .dn-lower .dp-com .dp-icon {
  margin: 0 25px;
}
.view-detail .dn-lower .dp-com .dp-icon .iconfont {
  font-size: 24px;
}
.view-detail .dn-lower .dp-com .dp-word .dp-p1 {
  color: #999999;
}
.view-detail .dn-lower .dp-com .dp-word .dp-p2 {
  color: #333333;
  margin: 10px 0 0;
  font-size: 16px;
  display: block;
}
.research-view .dn-upper .com-title1 .dp-y .img-bg1 {
  background: #f5f5f5;
}
.research-view .dn-center .swiper1 .slide1 .dp-word .dp-a1 {
  background: #d8d8d8;
}
.view-related .com-content {
  border-top: 1px solid #eaeaea;
}
.view-related .dn-upper {
  font-size: 34px;
  color: #333333;
}
.view-related .dn-lower .swiper1 .slide1 {
  border: 1px solid #eaeaea;
  width: 31.33333333%;
  margin: 1%;
  transition: all 0.3s ease;
}
.view-related .dn-lower .swiper1 .slide1:hover {
  border: 1px solid #704423;
}
.view-related .dn-lower .swiper1 .slide1:hover .dp-picture img {
  transform: scale(1.05);
}
.view-related .dn-lower .swiper1 .slide1 .dp-picture {
  height: 260px;
  overflow: hidden;
}
.view-related .dn-lower .swiper1 .slide1 .dp-picture img {
  transition: all 0.3s ease;
}
.view-related .dn-lower .swiper1 .slide1 .dp-word {
  padding: 40px 30px;
}
.view-related .dn-lower .swiper1 .slide1 .dp-word .dp-ti1 {
  color: #333333;
  font-size: 20px;
  line-height: 28px;
}
.view-related .dn-lower .swiper1 .slide1 .dp-word .dp-time1 {
  font-size: 16px;
  margin: 15px 0 0;
}
.museum .dn-upper {
  background-color: #FFFFFF;
  padding: 6.77083333vw 0 4.6875vw;
}
.museum .dn-upper .dp-top {
  padding: 0 0 0 4.16666667vw;
  display: flex;
  justify-content: space-between;
}
.museum .dn-upper .dp-top .dp-word {
  max-width: 520px;
  padding: 0 1.04166667vw 0 0;
}
.museum .dn-upper .dp-top .dp-word .dp-xi1 {
  width: 16px;
  height: 4px;
  background-color: #038da6;
}
.museum .dn-upper .dp-top .dp-word .dp-enti1 {
  line-height: 2.29166667vw;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1.04166667vw 0 0;
}
.museum .dn-upper .dp-top .dp-word .dp-cnti1 {
  color: #000;
  padding: 0.625vw 0;
  border-top: 0.20833333vw solid #704423;
  border-bottom: 0.20833333vw solid #704423;
  margin: 1.04166667vw 0 0;
  display: inline-block;
}
.museum .dn-upper .dp-top .dp-word .dp-intr1 {
  color: #333333;
  line-height: 26px;
  text-align: justify;
  margin: 1.04166667vw 0 0;
}
.museum .dn-upper .dp-top .dp-word .dp-a1 {
  width: 9.375vw;
  height: 2.39583333vw;
  border-radius: 2.60416667vw;
  background-color: #038da6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 2.60416667vw 0 0;
}
.museum .dn-upper .dp-top .dp-picture {
  width: 46.35416667vw;
  height: 34.375vw;
}
.museum .dn-upper .dp-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.64583333vw 4.6875vw 0;
  color: #000;
  font-weight: bold;
}
.museum .dn-upper .dp-bot .dp-pai .dp-p2 {
  margin: 0.52083333vw 0 0;
}
.museum-plan {
  overflow: hidden;
}
.museum-plan .dn-lower .swiper1 {
  overflow: visible;
}
.museum-plan .dn-lower .swiper1 .img-bg1 {
  height: 88%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.museum-plan .dn-lower .swiper1 .wrapper1 {
  justify-content: space-between;
  align-items: flex-end;
}
.museum-plan .dn-lower .swiper1 .slide1 {
  width: auto;
}
.museum-plan .dn-lower .swiper1 .slide1 .dp-picture .img1 {
  display: block;
  width: 100%;
}
.museum-plan .dn-lower .swiper1 .slide1 .dp-word {
  color: #333333;
  font-size: 1.04166667vw;
  font-weight: bold;
  margin: 1.04166667vw 0 0;
}
.museum-plan .dn-lower .swiper1 .slide1:nth-of-type(odd) .dp-picture {
  width: 29.6875vw;
}
.museum-plan .dn-lower .swiper1 .slide1:nth-of-type(even) {
  padding: 0 2.34375vw 2.34375vw 0;
}
.museum-plan .dn-lower .swiper1 .slide1:nth-of-type(even) .dp-picture {
  width: 34.89583333vw;
}
.museum-plan .dn-lower .swiper1 .slide1:nth-of-type(even) .dp-word {
  width: 34.89583333vw;
  transform: rotate(-90deg);
  position: absolute;
  right: -16.92708333vw;
  bottom: 19.01041667vw;
  margin: 0;
}
.creation .dn-upper .dn-middle {
  margin: 4.16666667vw 0;
  background: #eeeeee;
}
.creation .dn-upper .dn-middle .dn-a1 {
  display: flex;
}
.creation .dn-upper .dn-middle .dp-picture {
  width: 50%;
  height: 24.47916667vw;
}
.creation .dn-upper .dn-middle .dp-word {
  padding: 2.60416667vw 4.16666667vw;
  flex: 1;
}
.creation .dn-upper .dn-middle .dp-word .dp-cnti1 {
  color: #000000;
  font-size: 1.875vw;
  font-weight: 600;
}
.creation .dn-upper .dn-middle .dp-word .dp-line1 {
  width: 5.20833333vw;
  height: 4px;
  background: #000000;
  margin: 1.04166667vw 0 1.5625vw;
}
.creation .dn-upper .dn-middle .dp-word .dp-cnintr1 {
  line-height: 26px;
}
.creation .dn-upper .dn-middle .dp-word .dp-code1 {
  display: flex;
  align-items: center;
  margin: 3.125vw 0 0;
}
.creation .dn-upper .dn-middle .dp-word .dp-code1 .dp-z .dp-img1 {
  width: 8.33333333vw;
  height: 8.33333333vw;
}
.creation .dn-upper .dn-middle .dp-word .dp-code1 .dp-y {
  padding: 0 0 0 1.5625vw;
}
.creation .dn-upper .dn-middle .dp-word .dp-code1 .dp-y .dp-p1 {
  color: #333333;
  font-size: 1.25vw;
  font-weight: 600;
}
.creation .dn-upper .dn-middle .dp-word .dp-code1 .dp-y .dp-p2 {
  font-size: 16px;
  margin: 0.78125vw 0 0;
}
.creation .dn-center .swiper1 .wrapper1 {
  flex-wrap: wrap;
  justify-content: space-between;
}
.creation .dn-center .swiper1 .slide1 {
  width: 46%;
  margin: 0.78125vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.creation .dn-center .swiper1 .slide1 .dp-word {
  max-width: 210px;
}
.creation .dn-center .swiper1 .slide1 .dp-word .dp-ti1 {
  color: #333333;
}
.creation .dn-center .swiper1 .slide1 .dp-word .dp-xi1 {
  width: 32px;
  height: 4px;
  background-color: #704423;
  margin: 0.78125vw 0 0;
}
.creation .dn-center .swiper1 .slide1 .dp-word .dp-intr1 {
  line-height: 28px;
  margin: 1.04166667vw 0 0;
}
.creation .dn-center .swiper1 .slide1 .dp-word .dp-a1 {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  color: #231815;
  width: 140px;
  margin: 1.5625vw 0 0;
  padding: 12px 0;
}
.creation .dn-center .swiper1 .slide1 .dp-word .dp-a1 .iconfont {
  font-weight: bold;
}
.creation .dn-center .swiper1 .slide1 .dp-picture .img1 {
  display: block;
  width: 27.08333333vw;
}
.park .dn-upper .dp-bot .dp-ti1 {
  line-height: 2.70833333vw;
  font-weight: bold;
}
.park .dn-lower {
  display: flex;
  justify-content: space-between;
}
.park .dn-lower .dp-picture {
  width: 27.60416667vw;
}
.park .dn-lower .dp-picture .img1 {
  display: block;
  width: 100%;
}
.park .dn-lower .dp-word {
  width: 38.02083333vw;
}
.park .dn-lower .dp-word .dp-ti1 {
  font-size: 2.1875vw;
  line-height: 3.85416667vw;
  color: #333333;
  width: 70%;
}
.park .dn-lower .dp-word .dp-intr1 {
  font-size: 0.83333333vw;
  line-height: 1.5625vw;
  margin: 3.64583333vw 0 0;
  width: 85%;
  text-align: justify;
}
.park .dn-lower .dp-word .dp-img {
  display: flex;
  justify-content: flex-end;
  margin: 1.04166667vw 0 0;
}
.park .dn-lower .dp-word .dp-img .img1 {
  width: 12.5vw;
}
.park2 .dn-upper .dp-ti1 {
  line-height: 3.54166667vw;
}
.park2 .dn-center {
  display: flex;
  justify-content: space-between;
}
.park2 .dn-center .dp-word {
  width: 27.60416667vw;
}
.park2 .dn-center .dp-word .dp-intr1 {
  font-size: 0.9375vw;
  line-height: 1.875vw;
  text-align: justify;
}
.park2 .dn-center .dp-picture {
  width: 40.625vw;
}
.park2 .dn-center .dp-picture .img1 {
  display: block;
  width: 100%;
}
.ticket .dn-center .swiper1 .wrapper1 {
  flex-wrap: wrap;
}
.ticket .dn-center .swiper1 .slide1 {
  width: 48%;
  margin: 1%;
  background-color: #f4f4f4;
  display: flex;
  padding: 2.34375vw;
  height: auto;
}
.ticket .dn-center .swiper1 .slide1 .dp-pai {
  display: flex;
  margin: 1.30208333vw 0;
}
.ticket .dn-center .swiper1 .slide1 .dp-picture {
  width: 5.20833333vw;
}
.ticket .dn-center .swiper1 .slide1 .dp-picture .img1 {
  display: block;
  width: 100%;
}
.ticket .dn-center .swiper1 .slide1 .dp-word {
  flex: 1;
  padding: 0 0 0 1.5625vw;
}
.ticket .dn-center .swiper1 .slide1 .dp-word .dp-ti1 {
  font-size: 1.25vw;
  line-height: 2.08333333vw;
  color: #333333;
  font-weight: bold;
}
.ticket .dn-center .swiper1 .slide1 .dp-word .dp-intr1 {
  font-size: 0.83333333vw;
  line-height: 1.66666667vw;
  text-align: justify;
  margin: 1.04166667vw 0 0;
}
.mechan .dn-center {
  position: relative;
  padding: 0 2.5vw;
  margin: 2.60416667vw 0 0;
}
.mechan .dn-center .com-swiper-button .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  cursor: pointer;
}
.mechan .dn-center .com-swiper-button .swiper-button .iconfont {
  font-size: 1.66666667vw;
}
.mechan .dn-center .com-swiper-button .swiper-prev {
  left: 0;
}
.mechan .dn-center .com-swiper-button .swiper-next {
  right: 0;
}
.mechan .dn-center .swiper1 .slide1 {
  font-size: 0.9375vw;
  color: #333333;
  background-color: #FFFFFF;
  padding: 0.78125vw 1.30208333vw;
  border: 1px solid #dcdcdc;
  width: auto;
  cursor: pointer;
  margin: 0 0.78125vw 0 0;
}
.mechan .dn-center .swiper1 .slide1:last-of-type {
  margin: 0;
}
.mechan .dn-center .swiper1 .swiper-slide-thumb-active {
  background-color: #038da6;
  color: #FFFFFF;
  border: 1px solid #038da6;
}
.mechan .dn-lower .swiper1 .slide1 .dp-top {
  text-align: center;
}
.mechan .dn-lower .swiper1 .slide1 .dp-top .dp-ti1 {
  color: #222222;
  font-size: 1.77083333vw;
  font-weight: bold;
}
.mechan .dn-lower .swiper1 .slide1 .dp-top .dp-ti2 {
  color: #999999;
  font-weight: bold;
  margin: 0.52083333vw 0 0;
  text-transform: uppercase;
}
.mechan .dn-lower .swiper1 .slide1 .dp-bot {
  color: #333333;
  line-height: 30px;
}
.memorabi .dn-center .swiper1 .wrapper1 {
  flex-wrap: wrap;
}
.memorabi .dn-center .swiper1 .slide1 {
  padding: 5.20833333vw 0;
}
.memorabi .dn-center .swiper1 .slide1:nth-of-type(even) {
  background-color: #f5f5f5;
}
.memorabi .dn-center .swiper1 .slide1:nth-of-type(even) .dp-top {
  flex-direction: row-reverse;
}
.memorabi .dn-center .swiper1 .slide1:last-of-type .dp-top {
  flex-direction: column-reverse;
}
.memorabi .dn-center .swiper1 .slide1:last-of-type .dp-top .dp-picture {
  width: 100%;
}
.memorabi .dn-center .swiper1 .slide1:last-of-type .dp-top .dp-word {
  width: 100%;
  margin: 3.125vw 0 0;
}
.memorabi .dn-center .swiper1 .slide1 .dp-top {
  display: flex;
  justify-content: space-between;
}
.memorabi .dn-center .swiper1 .slide1 .dp-top .dp-picture {
  width: 37.5vw;
}
.memorabi .dn-center .swiper1 .slide1 .dp-top .dp-picture .img1 {
  display: block;
  width: 100%;
}
.memorabi .dn-center .swiper1 .slide1 .dp-top .dp-word {
  width: 31.25vw;
}
.memorabi .dn-center .swiper1 .slide1 .dp-top .dp-word .dp-ti1 {
  color: #000000;
  font-size: 1.5625vw;
  border-top: 0.15625vw solid #704423;
  border-bottom: 0.15625vw solid #704423;
  display: inline-block;
  padding: 1.30208333vw 0;
}
.memorabi .dn-center .swiper1 .slide1 .dp-top .dp-word .dp-intr1 {
  padding: 1.04166667vw 0 0;
}
.memorabi .dn-center .swiper1 .slide1 .dp-top .dp-word .dp-intr1 .table1 tr td {
  padding-top: 1.82291667vw;
  vertical-align: top;
}
.memorabi .dn-center .swiper1 .slide1 .dp-top .dp-word .dp-intr1 .table1 tr .td1 {
  font-size: 1.25vw;
  padding-right: 1.82291667vw;
  color: #333333;
  white-space: nowrap;
}
.memorabi .dn-center .swiper1 .slide1 .dp-top .dp-word .dp-intr1 .table1 tr .td2 {
  font-size: 0.83333333vw;
  line-height: 1.45833333vw;
}
.classroom .dn-upper .dp-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.classroom .dn-upper .dp-bot .dp-left .dp-ti1 {
  font-weight: bold;
}
.classroom .dn-upper .dp-bot .dp-left .dp-ti2 {
  margin: 0.52083333vw 0 0;
}
.classroom .dn-upper .dp-bot .dp-right .dp-ti1 {
  color: #333333;
  font-weight: bold;
  font-size: 0.83333333vw;
}
.classroom .dn-upper .dp-bot .dp-right .dp-ti2 {
  font-size: 0.72916667vw;
  margin: 0.52083333vw 0 0;
}
.classroom .dn-lower {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.classroom .dn-lower .dp-intr1 {
  line-height: 30px;
  text-align: justify;
  margin: 1.5625vw 0;
}
.classroom .dn-lower .dp-ti1 {
  font-weight: bold;
  color: #333333;
  margin: 3.64583333vw 0 0;
}
.classroom .dn-lower .dp-left {
  width: 23.95833333vw;
}
.classroom .dn-lower .dp-left .img1 {
  display: block;
  width: 100%;
}
.classroom .dn-lower .dp-left .dp-intr1 {
  margin: 1.5625vw 0 11.97916667vw;
}
.classroom .dn-lower .dp-right {
  width: 38.54166667vw;
}
.classroom .dn-lower .dp-right .img1 {
  display: block;
  width: 90%;
  margin: 0 0 5.20833333vw;
}
.classroom2 {
  overflow: hidden;
}
.classroom2 .dn-upper {
  display: flex;
  justify-content: space-between;
}
.classroom2 .dn-upper .dp-left {
  width: 34.375vw;
}
.classroom2 .dn-upper .dp-left .dp-ti1 {
  font-weight: bold;
}
.classroom2 .dn-upper .dp-left .dp-ti2 {
  margin: 1.04166667vw 0 0;
}
.classroom2 .dn-upper .dp-right {
  width: 31.25vw;
}
.classroom2 .dn-upper .dp-right .dp-ti1 {
  font-size: 1.5625vw;
  line-height: 3.125vw;
  color: #333333;
  font-weight: bold;
}
.classroom2 .dn-center .swiper1 .slide1 {
  width: 42.70833333vw;
  margin: 0 1.30208333vw;
}
.classroom2 .dn-center .swiper1 .slide1 .dp-picture .img1 {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.classroom2 .dn-center .dp-word {
  font-size: 0.9375vw;
  margin: 5.20833333vw 0 0;
  width: 100%;
}
.classroom2 .dn-center .dp-word .dp-a1 {
  display: block;
  color: #704423;
  margin: 0 0 1.04166667vw;
}
.ruins .dn-lower {
  display: flex;
  justify-content: space-between;
}
.ruins .dn-lower .dp-picture {
  width: 39.0625vw;
}
.ruins .dn-lower .dp-picture .img1 {
  display: block;
  width: 100%;
}
.ruins .dn-lower .dp-word {
  width: 28.64583333vw;
  padding: 3.64583333vw 0 0;
}
.ruins .dn-lower .dp-word .dp-intr1 {
  font-size: 0.9375vw;
  line-height: 2.08333333vw;
  color: #333333;
  text-align: justify;
}
.ruins .dn-lower .dp-word .dp-list {
  margin: 4.16666667vw 0 0;
  display: flex;
  justify-content: space-between;
  font-size: 0.83333333vw;
}
.ruins .dn-lower .dp-word .dp-list .dp-pai .dp-p1 {
  color: #704423;
}
.ruins .dn-lower .dp-word .dp-list .dp-pai .dp-p1 b {
  font-size: 3.125vw;
  font-family: 'Arial';
  font-weight: 600;
}
.ruins .dn-lower .dp-word .dp-list .dp-pai .dp-p2 {
  margin: 0.52083333vw 0 0;
}
.ruins2 .dn-upper .swiper1 .wrapper1 {
  flex-wrap: wrap;
  justify-content: space-between;
}
.ruins2 .dn-upper .swiper1 .slide1 {
  width: 46%;
  margin: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ruins2 .dn-upper .swiper1 .slide1:nth-of-type(1) {
  flex-direction: row-reverse;
  width: 96%;
}
.ruins2 .dn-upper .swiper1 .slide1:nth-of-type(1) .dp-picture {
  width: 26.04166667vw;
}
.ruins2 .dn-upper .swiper1 .slide1:nth-of-type(1) .dp-word {
  width: 37.5vw;
}
.ruins2 .dn-upper .swiper1 .slide1 .dp-picture .img1 {
  display: block;
  width: 100%;
}
.ruins2 .dn-upper .swiper1 .slide1 .dp-word {
  padding: 2.08333333vw 0 0;
}
.ruins2 .dn-upper .swiper1 .slide1 .dp-word .dp-intr1 {
  font-size: 0.9375vw;
  line-height: 2.39583333vw;
  color: #333333;
  text-align: justify;
}
.ruins2 .dn-upper .swiper1 .slide1 .dp-word .dp-intr2 {
  font-size: 0.83333333vw;
  line-height: 1.66666667vw;
  width: 80%;
  margin: 2.08333333vw 0 0;
}
.tombs .dn-center .swiper1 .wrapper1 {
  flex-wrap: wrap;
}
.tombs .dn-center .swiper1 .slide1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 4.6875vw 0;
}
.tombs .dn-center .swiper1 .slide1:nth-of-type(1) {
  align-items: flex-start;
}
.tombs .dn-center .swiper1 .slide1:nth-of-type(1) .dp-left .dp-top {
  padding: 0 0 0 7.29166667vw;
}
.tombs .dn-center .swiper1 .slide1:nth-of-type(1) .dp-left .dp-bot .img1 {
  width: 100%;
}
.tombs .dn-center .swiper1 .slide1:nth-of-type(1) .dp-right {
  width: 28.64583333vw;
}
.tombs .dn-center .swiper1 .slide1:nth-of-type(1) .dp-right .dp-intr1 {
  font-size: 1.04166667vw;
  line-height: 1.97916667vw;
}
.tombs .dn-center .swiper1 .slide1:nth-of-type(1) .dp-right .img1 {
  width: 28.64583333vw;
  position: absolute;
  bottom: -26.04166667vw;
  right: 0;
}
.tombs .dn-center .swiper1 .slide1 .dp-left {
  width: 34.89583333vw;
}
.tombs .dn-center .swiper1 .slide1 .dp-left .dp-top {
  font-size: 1.875vw;
  color: #000000;
}
.tombs .dn-center .swiper1 .slide1 .dp-left .dp-top .dp-ti1 {
  line-height: 2.5vw;
  text-transform: uppercase;
  font-family: 'Arial';
}
.tombs .dn-center .swiper1 .slide1 .dp-left .dp-top .dp-ti2 {
  width: 18.22916667vw;
  border-top: 0.15625vw solid #704423;
  border-bottom: 0.15625vw solid #704423;
  padding: 0.52083333vw 0;
  margin: 0.52083333vw 0 0;
}
.tombs .dn-center .swiper1 .slide1 .dp-left .dp-mid {
  color: #333333;
  font-size: 1.04166667vw;
  line-height: 2.08333333vw;
  margin: 3.64583333vw 0 0;
}
.tombs .dn-center .swiper1 .slide1 .dp-left .dp-bot {
  margin: 6.25vw 0 0;
}
.tombs .dn-center .swiper1 .slide1 .dp-left .dp-bot .img1 {
  display: block;
  width: 80%;
}
.tombs .dn-center .swiper1 .slide1 .dp-right {
  width: 35.9375vw;
}
.tombs .dn-center .swiper1 .slide1 .dp-right .dp-intr1 {
  font-size: 0.83333333vw;
  line-height: 1.77083333vw;
  color: #333333;
  text-align: justify;
}
.tombs .dn-center .swiper1 .slide1 .dp-right .dp-intr2 {
  font-size: 0.83333333vw;
  line-height: 1.45833333vw;
  color: #848484;
  margin: 1.82291667vw 0 0;
}
.tombs .dn-center .swiper1 .slide1 .dp-right .dp-a1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.375vw;
  height: 2.5vw;
  border-radius: 1.5625vw;
  background-color: #038da6;
  color: #FFFFFF;
  margin: 2.34375vw 0 0;
}
.tombs .dn-center .swiper1 .slide1 .dp-right .img1 {
  display: block;
  width: 23.4375vw;
  margin: 6.25vw 0 0;
}
.bamudun .dn-center .dp-word {
  display: flex;
  justify-content: space-between;
}
.bamudun .dn-center .dp-word .dp-pai {
  width: 32.8125vw;
  font-size: 0.83333333vw;
  line-height: 2.08333333vw;
  color: #333333;
  text-align: justify;
}
.bamudun .dn-center .dp-picture {
  margin: 5.72916667vw 0 0;
}
.bamudun .dn-center .dp-picture .img1 {
  display: block;
  width: 100%;
}
.bamudun .dn-lower .swiper1 .wrapper1 {
  justify-content: space-between;
}
.bamudun .dn-lower .swiper1 .slide1:nth-of-type(2n+1) {
  width: 36.97916667vw;
}
.bamudun .dn-lower .swiper1 .slide1:nth-of-type(2n+1) .dp-picture {
  margin: 5.20833333vw 0 0;
}
.bamudun .dn-lower .swiper1 .slide1:nth-of-type(2n+2) {
  width: 26.5625vw;
}
.bamudun .dn-lower .swiper1 .slide1 .dp-intr1 {
  font-size: 1.25vw;
  line-height: 2.91666667vw;
  color: #333333;
  text-align: justify;
  margin: 0 auto;
  width: 90%;
}
.bamudun .dn-lower .swiper1 .slide1 .dp-picture .img1 {
  display: block;
  width: 100%;
}
.bamudun .dn-lower .swiper1 .slide1 .dp-intr2 {
  font-size: 0.83333333vw;
  line-height: 1.875vw;
  color: #333333;
  text-align: justify;
  margin: 2.08333333vw 0 0;
}
.noble .dn-center .swiper1 .wrapper1 {
  flex-wrap: wrap;
}
.noble .dn-center .swiper1 .slide1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.noble .dn-center .swiper1 .slide1:nth-of-type(even) {
  flex-direction: row-reverse;
}
.noble .dn-center .swiper1 .slide1:nth-of-type(even) .dp-word {
  flex: 1;
  padding: 0 0 0 4.16666667vw;
}
.noble .dn-center .swiper1 .slide1:nth-of-type(even) .dp-picture {
  width: 43.75vw;
  flex: none;
}
.noble .dn-center .swiper1 .slide1 .dp-word {
  width: 43.75vw;
  padding: 0 5.20833333vw 0 0;
}
.noble .dn-center .swiper1 .slide1 .dp-word .dp-cnintr1 {
  font-size: 1.25vw;
  line-height: 2.91666667vw;
  color: #333333;
  text-align: justify;
}
.noble .dn-center .swiper1 .slide1 .dp-word .dp-enintr1 {
  font-size: 0.83333333vw;
  line-height: 1.97916667vw;
  margin: 2.34375vw 0 0;
}
.noble .dn-center .swiper1 .slide1 .dp-word .dp-cnintr2 {
  font-size: 0.9375vw;
  line-height: 2.39583333vw;
  color: #333333;
  text-align: justify;
}
.noble .dn-center .swiper1 .slide1 .dp-picture {
  flex: 1;
}
.noble .dn-center .swiper1 .slide1 .dp-picture .img1 {
  display: block;
  width: 100%;
}
.noble2 .dn-upper {
  font-size: 0.9375vw;
  line-height: 2.39583333vw;
  color: #333333;
  text-align: center;
}
.noble2 .dn-center .swiper1 .wrapper1 {
  column-count: 2;
}
.noble2 .dn-center .swiper1 .slide1 {
  margin: 0 0 3.64583333vw;
  break-inside: avoid;
}
.noble2 .dn-center .swiper1 .slide1:nth-of-type(3n+1) .dp-nei {
  width: 38.54166667vw;
}
.noble2 .dn-center .swiper1 .slide1:nth-of-type(3n+2) .dp-nei {
  width: 27.60416667vw;
  margin: 0 0 0 7.29166667vw;
}
.noble2 .dn-center .swiper1 .slide1:nth-of-type(3n+3) .dp-nei {
  width: 16.40625vw;
  margin: 0 0 0 7.29166667vw;
}
.noble2 .dn-center .swiper1 .slide1 .dp-picture .img1 {
  display: block;
  width: 100%;
}
.noble2 .dn-center .swiper1 .slide1 .dp-word {
  font-size: 0.9375vw;
  line-height: 1.66666667vw;
  color: #333333;
  border-bottom: 0.10416667vw solid #704423;
  padding: 1.30208333vw 0;
}
.life .dn-upper {
  text-align: center;
}
.life .dn-upper .dp-ti1 {
  font-weight: bold;
}
.life .dn-upper .dp-ti2 {
  font-size: 0.83333333vw;
  color: #333333;
  text-transform: uppercase;
  margin: 0.52083333vw 0 0;
}
.life .dn-upper .dp-intr1 {
  color: #9c9c9c;
  line-height: 26px;
  margin: 1.5625vw 0 0;
}
.life .dn-center .swiper1 .wrapper1 {
  flex-wrap: wrap;
  justify-content: center;
}
.life .dn-center .swiper1 .slide1 {
  width: 34.375vw;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  margin-left: -2.08333333vw;
  margin-right: -2.08333333vw;
}
.life .dn-center .swiper1 .slide1:nth-of-type(5n+1) {
  z-index: 5;
  transform: translateY(9.11458333vw);
}
.life .dn-center .swiper1 .slide1:nth-of-type(5n+2) {
  flex-direction: column-reverse;
  z-index: 4;
  transform: translateY(4.16666667vw);
}
.life .dn-center .swiper1 .slide1:nth-of-type(5n+2) .dp-word {
  padding: 2.34375vw 3.64583333vw 3.38541667vw 7.03125vw;
}
.life .dn-center .swiper1 .slide1:nth-of-type(5n+2) .dp-picture {
  height: 28.64583333vw;
}
.life .dn-center .swiper1 .slide1:nth-of-type(5n+3) {
  height: 49.47916667vw;
  width: 100%;
  z-index: 3;
}
.life .dn-center .swiper1 .slide1:nth-of-type(5n+3) .dp-word {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.life .dn-center .swiper1 .slide1:nth-of-type(5n+3) .dp-word * {
  color: #FFFFFF !important;
}
.life .dn-center .swiper1 .slide1:nth-of-type(5n+3) .dp-picture {
  height: 100%;
}
.life .dn-center .swiper1 .slide1:nth-of-type(5n+4) {
  z-index: 5;
  transform: translateY(-4.6875vw);
  flex-direction: column-reverse;
}
.life .dn-center .swiper1 .slide1:nth-of-type(5n+4) .dp-word {
  padding: 3.38541667vw 3.38541667vw 3.64583333vw;
}
.life .dn-center .swiper1 .slide1:nth-of-type(5n+4) .dp-picture {
  height: 28.64583333vw;
}
.life .dn-center .swiper1 .slide1:nth-of-type(5n+5) {
  z-index: 4;
  height: 40.10416667vw;
}
.life .dn-center .swiper1 .slide1:nth-of-type(5n+5) .dp-word {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 4.6875vw 0 6.77083333vw;
}
.life .dn-center .swiper1 .slide1:nth-of-type(5n+5) .dp-word .dp-enti1 {
  display: none;
}
.life .dn-center .swiper1 .slide1:nth-of-type(5n+5) .dp-word * {
  color: #FFFFFF !important;
}
.life .dn-center .swiper1 .slide1:nth-of-type(5n+5) .dp-picture {
  height: 100%;
}
.life .dn-center .swiper1 .slide1 .dp-word {
  text-align: center;
  padding: 5.20833333vw 4.16666667vw;
  z-index: 5;
}
.life .dn-center .swiper1 .slide1 .dp-word .dp-enti1 {
  text-transform: uppercase;
  font-size: 2.5vw;
  font-weight: bold;
  border-bottom: 1px solid #FFFFFF;
  padding: 0 0 0.52083333vw;
  margin: 0 0 0.52083333vw;
}
.life .dn-center .swiper1 .slide1 .dp-word .dp-cnti1 {
  color: #000000;
  font-size: 1.5625vw;
  font-weight: bold;
}
.life .dn-center .swiper1 .slide1 .dp-word .dp-cnintr1 {
  line-height: 24px;
  margin: 1.04166667vw 0 0;
}
.life .dn-center .swiper1 .slide1 .dp-picture {
  height: 22.39583333vw;
}
.life .dn-lower {
  position: absolute;
  left: 0;
  top: 51.04166667vw;
  height: 49.47916667vw;
  width: 100%;
}
.life .dn-lower .swiper1 .slide1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.life .dn-lower .swiper1 .slide1 .dp-word {
  color: #FFFFFF;
  position: relative;
  z-index: 5;
  text-align: center;
}
.life .dn-lower .swiper1 .slide1 .dp-word .dp-enti1 {
  text-transform: uppercase;
  font-size: 2.5vw;
  font-weight: bold;
  border-bottom: 1px solid #FFFFFF;
  padding: 0 0 0.52083333vw;
  margin: 0 0 0.52083333vw;
}
.life .dn-lower .swiper1 .slide1 .dp-word .dp-cnti1 {
  font-size: 1.5625vw;
  font-weight: bold;
}
.life .dn-lower .swiper1 .slide1 .dp-picture {
  position: absolute;
  top: 0;
  left: 0;
}
.life-detail .dn-upper .dp-top {
  color: #333333;
  text-align: center;
}
.life-detail .dn-upper .dp-top .dp-ti1 {
  font-size: 1.875vw;
  font-weight: bold;
}
.life-detail .dn-upper .dp-top .dp-ti2 {
  font-size: 0.83333333vw;
  text-transform: uppercase;
  margin: 0.52083333vw 0 0;
}
.life-detail .dn-upper .dp-bot .img1 {
  display: block;
  width: 100%;
}
.life-detail .dn-center .dp-left {
  width: 25.52083333vw;
}
.life-detail .dn-center .dp-right {
  width: 31.77083333vw;
}
.life-detail .dn-center .dp-top,
.life-detail .dn-center .dp-bot {
  display: flex;
  justify-content: space-between;
}
.life-detail .dn-center .dp-top .dp-left {
  font-size: 2.5vw;
  line-height: 3.22916667vw;
  color: #000000;
  padding: 0 0 0 5.20833333vw;
}
.life-detail .dn-center .dp-top .dp-right {
  font-size: 0.83333333vw;
  line-height: 1.77083333vw;
  color: #333333;
}
.life-detail .dn-center .dp-bot {
  margin: 4.16666667vw 0 0;
}
.life-detail .dn-center .dp-bot .img1 {
  display: block;
  width: 100%;
}
.life-detail .dn-lower {
  background: #FFFFFF;
  padding: 3.125vw;
  margin: 2.60416667vw 0 0;
  overflow: hidden;
}
.life-detail .dn-lower .dp-word {
  font-size: 0.83333333vw;
  line-height: 1.875vw;
  text-align: justify;
  color: #333333;
}
.life-detail .dn-lower .dp-picture {
  width: 45%;
  float: left;
  margin: 0 1.5625vw 1.5625vw 0;
}
.research .dn-upper .dp-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.research .dn-upper .dp-bot .img1 {
  height: 6.77083333vw;
}
.research .dn-lower {
  display: flex;
}
.research .dn-lower .dp-left {
  flex: 1;
  padding: 0 3.125vw 0 0;
}
.research .dn-lower .dp-left .swiper1 .wrapper1 {
  flex-wrap: wrap;
  justify-content: space-between;
}
.research .dn-lower .dp-left .swiper1 .slide1 {
  height: auto;
  margin: 0.52083333vw 0;
}
.research .dn-lower .dp-left .swiper1 .slide1:nth-of-type(odd) {
  width: 65%;
}
.research .dn-lower .dp-left .swiper1 .slide1:nth-of-type(even) {
  width: 35%;
}
.research .dn-lower .dp-left .swiper1 .slide1 .iconfont {
  color: #038da6;
  font-size: 2.08333333vw;
}
.research .dn-lower .dp-left .swiper1 .slide1 .dp-cnti1 {
  color: #038da6;
  font-size: 0.9375vw;
  font-weight: bold;
  margin: 0.26041667vw 0 0;
}
.research .dn-lower .dp-left .swiper1 .slide1 .dp-intr1 {
  font-size: 0.83333333vw;
  line-height: 1.66666667vw;
  margin: 1.04166667vw 0 0;
}
.research .dn-lower .dp-right {
  width: 37.39583333vw;
  height: 28.95833333vw;
}
.unknown .dp-word {
  text-align: center;
  color: #000;
}
.museum-ruins .dn-center {
  color: #333333;
  font-size: 0.83333333vw;
  line-height: 2.08333333vw;
  text-align: justify;
}
.museum-ruins .dn-center .swiper1 .wrapper1 {
  justify-content: space-between;
}
.museum-ruins .dn-center .swiper1 .slide1:nth-of-type(1) {
  width: 32.29166667vw;
}
.museum-ruins .dn-center .swiper1 .slide1:nth-of-type(2) {
  width: 32.03125vw;
}
.museum-ruins2 .dn-upper .swiper1 .wrapper1 {
  justify-content: space-between;
}
.museum-ruins2 .dn-upper .swiper1 .slide1 {
  display: flex;
  flex-direction: column;
}
.museum-ruins2 .dn-upper .swiper1 .slide1:nth-of-type(1) {
  width: 38.02083333vw;
}
.museum-ruins2 .dn-upper .swiper1 .slide1:nth-of-type(2) {
  width: 26.82291667vw;
  flex-direction: column-reverse;
}
.museum-ruins2 .dn-upper .swiper1 .slide1:nth-of-type(2) .dp-word {
  margin-top: 2.08333333vw;
}
.museum-ruins2 .dn-upper .swiper1 .slide1 .dp-word {
  font-size: 0.9375vw;
  line-height: 2.5vw;
  text-align: justify;
  color: #333333;
  margin-bottom: 3.38541667vw;
}
.museum-ruins2 .dn-upper .swiper1 .slide1 .dp-word .dp-a1 {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  color: #231815;
  width: 150px;
  margin: 1.5625vw 0 0;
}
.patriotic .dn-center {
  margin: 3.125vw 0 0;
}
.patriotic .dn-center .swiper1 .wrapper1 {
  flex-wrap: wrap;
  justify-content: space-between;
}
.patriotic .dn-center .swiper1 .slide1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 2.08333333vw 0;
}
.patriotic .dn-center .swiper1 .slide1:nth-of-type(1) {
  width: 26.5625vw;
  flex-direction: column-reverse;
}
.patriotic .dn-center .swiper1 .slide1:nth-of-type(2) {
  width: 40.625vw;
}
.patriotic .dn-center .swiper1 .slide1:nth-of-type(3) .dp-word .dp-intr1 {
  width: 62.5vw;
  margin: 0.52083333vw auto 0;
  text-align: center;
}
.patriotic .dn-center .swiper1 .slide1 .dp-picture .dp-img1 {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.patriotic .dn-center .swiper1 .slide1 .dp-word {
  padding: 4.16666667vw 0;
}
.patriotic .dn-center .swiper1 .slide1 .dp-word .dp-intr1 {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  margin: 3.125vw 0 0;
}
.base .dn-center .swiper1 .wrapper1 {
  flex-wrap: wrap;
}
.base .dn-center .swiper1 .slide1 {
  margin: 2.60416667vw 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.base .dn-center .swiper1 .slide1:nth-of-type(2) {
  flex-direction: column-reverse;
}
.base .dn-center .swiper1 .slide1:nth-of-type(2) .dp-picture {
  width: 100%;
}
.base .dn-center .swiper1 .slide1:nth-of-type(2) .dp-word {
  width: 80%;
  margin: 2.08333333vw auto 0;
  text-align: center;
}
.base .dn-center .swiper1 .slide1:nth-of-type(3) {
  flex-direction: row-reverse;
}
.base .dn-center .swiper1 .slide1 .dp-word {
  font-size: 0.9375vw;
  line-height: 2.39583333vw;
  color: #333333;
  text-align: justify;
  width: 50%;
}
.base .dn-center .swiper1 .slide1 .dp-picture {
  width: 45%;
}
.protect .dn-center .swiper1 .wrapper1 {
  flex-wrap: wrap;
}
.protect .dn-center .swiper1 .slide1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.protect .dn-center .swiper1 .slide1:nth-of-type(2) {
  flex-direction: row-reverse;
}
.protect .dn-center .swiper1 .slide1:nth-of-type(2) .dp-word {
  width: 30%;
}
.protect .dn-center .swiper1 .slide1:nth-of-type(2) .dp-picture {
  width: 65%;
}
.protect .dn-center .swiper1 .slide1:nth-of-type(3) {
  flex-direction: column-reverse;
}
.protect .dn-center .swiper1 .slide1:nth-of-type(3) .dp-picture {
  width: 100%;
}
.protect .dn-center .swiper1 .slide1:nth-of-type(3) .dp-word {
  width: 80%;
}
.protect .dn-center .swiper1 .slide1:nth-of-type(3) .dp-word .dp-intr1 {
  margin: 4.16666667vw auto 3.125vw;
  text-align: center;
}
.protect .dn-center .swiper1 .slide1 .dp-word {
  width: 60%;
}
.protect .dn-center .swiper1 .slide1 .dp-word .dp-ti1 {
  font-size: 1.77083333vw;
  color: #222222;
  font-weight: 600;
}
.protect .dn-center .swiper1 .slide1 .dp-word .dp-intr1 {
  font-size: 0.9375vw;
  line-height: 2.39583333vw;
  color: #333333;
  text-align: justify;
  margin: 1.04166667vw auto;
}
.protect .dn-center .swiper1 .slide1 .dp-picture {
  width: 35%;
}
.summarize .dn-center .swiper1 .wrapper1 {
  flex-wrap: wrap;
}
.summarize .dn-center .swiper1 .slide1 {
  display: flex;
  flex-direction: column;
  margin: 2.60416667vw 0;
}
.summarize .dn-center .swiper1 .slide1:nth-of-type(1) .dp-word {
  position: absolute;
  width: 54%;
  right: 0;
  top: 2.60416667vw;
  text-align: justify;
}
.summarize .dn-center .swiper1 .slide1:nth-of-type(1) .dp-word .dp-intr1 {
  width: 100%;
}
.summarize .dn-center .swiper1 .slide1:nth-of-type(2) .dp-word {
  position: absolute;
  width: 40%;
  left: 7%;
  top: -1.04166667vw;
  text-align: justify;
}
.summarize .dn-center .swiper1 .slide1:nth-of-type(2) .dp-word .dp-intr1 {
  width: 100%;
}
.summarize .dn-center .swiper1 .slide1 .dp-word {
  z-index: 5;
  text-align: center;
}
.summarize .dn-center .swiper1 .slide1 .dp-word .dp-ti1 {
  font-size: 1.77083333vw;
  color: #222222;
}
.summarize .dn-center .swiper1 .slide1 .dp-word .dp-intr1 {
  line-height: 30px;
  color: #333333;
  width: 80%;
  margin: 1.5625vw auto;
}
.summarize .dn-center .swiper1 .slide1 .dp-picture {
  width: 100%;
}
