body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: sans-serif, 'Microsoft Yahei';
  color: #4e4e4e;
}
* {
  margin: 0;
  padding: 0;
}
a {
  color: #363636;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #126eee;
}
img {
  display: block;
}
ul,
li {
  list-style: none;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
/* ****** */
.bgBox {
  width: 100%;
  min-width: 1200px;

  height: 100vh;
  background-size: cover;
  height: 1080px;
}

.mapBgBox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1200px;
  overflow: hidden;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

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

.imgBox {
  /* margin: 50px 0; */
}
.imgBox .w1200 {
  overflow: hidden;
}

.tab .effect {
  position: relative;
  overflow: hidden;
  max-height: 240px;
  max-width: 350px;

  text-align: center;
  cursor: pointer;
}

.tab .effect .tab-text {
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab .effect .tab-text p {
  line-height: 23px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.effect.effect-eleven {
  background-color: #049cff;
}

.effect.effect-eleven img {
  transform: translate3d(0, 0, 0);
  transition: all 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s;
  object-fit: cover;
}

.effect.effect-eleven:hover img {
  opacity: 0.6;
  transform: translate3d(0, 0, 0) scale(1.1, 1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
}

.effect.effect-eleven h2 {
  text-align: left;
  transform: translate3d(0, 0, 0);
  transition: all 0.55s 0s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.55s 0s;
  z-index: 2;
  position: relative;
  padding-top: 10%;
}

.effect.effect-eleven:hover h2 {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.effect.effect-eleven p {
  text-align: left;
  line-height: 1.2;
  /* padding-top: 34px; */
  /* padding-left: 1px; */
  font-size: 0.9rem;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 0;
  transition: all 0.35s 0s;
  z-index: 5;
  position: absolute;
  word-spacing: 3px;
  /* top: 65px; */
  margin: 25px;
  width: 83%;
  font-size: 14px;
}

.effect.effect-eleven:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.effect.effect-eleven .tab-text:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  border-top: 60px solid rgba(255, 255, 255, 0.3);
  border-right: 350px solid transparent;
  border-bottom: 125px solid rgba(255, 255, 255, 0.3);
  transform: translate3d(-100%, 0, 0);
  transition: all 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.35s;
}

.effect.effect-eleven .tab-text:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-top: 60px solid transparent;
  border-right: 350px solid rgba(255, 255, 255, 0.3);
  border-bottom: 125px solid transparent;
  transform: translate3d(100%, 0, 0);
  transition: all 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.35s;
}

.effect.effect-eleven:hover .tab-text:after,
.effect.effect-eleven:hover .tab-text:before {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
}

.mapBox {
  padding-top: 271px;
  padding-right: 288px;
  position: relative;
  z-index: 900;
}

.realmap-tooltip {
}

.realmap-tooltip h2 {
  font-size: 14px;
  color: #e72d2e;
}

.videoBox {
  width: 100%;
  /* height: 500px; */
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 910;
  justify-content: center;
  border-radius: 10px;

  display: none;
}

.videoBox video {
  border-radius: 10px;
  width: 100%;
  height: 535px;
  background-color: #000;
}

.videoBox .close {
  position: absolute;
  right: 25px;
  top: 10px;
  z-index: 250;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.videoBox .videoBlock {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.videoBox .videoBlock .video {
  width: 900px;
  position: absolute;
}

.mapBg {
  width: 100%;
  height: 645px;

  background-size: contain;
  position: absolute;
  top: 266px;
  left: -236px;
  /* min-width: 1200px; */
  z-index: 1;

  /* animation: hide-show-animation 2s infinite; */
}

@keyframes hide-show-animation {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}

.tabBox {
  margin: 70px auto;
  position: relative;
  z-index: 503;
  justify-content: flex-start;
}

.tabBox .tabMap {
  width: 100%;
}

.tabBox .tabMap .swiper-slide .mapBox1 img {
  width: 60px;
  height: 60px;
  filter: drop-shadow(0px 0px 2px #fff);
  object-fit: contain;
}

/* .swiper-wrapper {
  align-items: center;
} */

/* .swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
} */

.swiper-slide:after {
  content: '';
  display: inline-block;
  margin-left: 6px;
  width: 32px;
  height: 0;
  border: 1px dashed;
  border-color: #fef4d2;
  -moz-border-radius: 50%;
}

.mapBox1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.mapBox1 .text {
  font-size: 16px;
  font-family: '宋体';
  color: #fef4d2;
  margin-top: 6px;
}

.swiper-wrapper .swiper-slide:last-child:after {
  opacity: 0;
}

.swiper-slide-active .mapBox2 {
  background: #f5f1d5;
  border-radius: 50%;
  padding: 5px;
  width: 60px;
  height: 60px;
  border: 4px solid #e39f95;
}
.swiper-slide-active .mapBox2.active {
  background: unset;
  border: none;
}
.mapBgHead {
  /* overflow: hidden; */
}

/* .mapBgHead .headBg {
  width: 100%;
  height: 150px;
  background: url("../img/top-1.png") center center no-repeat;
  position: absolute;
  background-size: cover;
  left: 0;
  top: -10px;
  z-index: 501;
  transition-duration: 3s;
} */

/* .mapBgHead .bottomBg {
  width: 100%;
  height: 200px;
  background: url("../img/top-2.png") center center no-repeat;
  position: absolute;
  background-size: cover;
  bottom: -32px;
  z-index: 501;
  transition-duration: 3s;
} */

/* .mapBgBottom {
  width: 100%;
  height: 135px;
  background: url("../img/head2.jpg");
  z-index: 502;
  position: relative;
} */

/* .mapBgBox .mapBgHead {
  height: 775px;
  background: url("../img/head1-1.png") no-repeat center center;
  position: relative;
  animation: bgAnimation 10s infinite;
} */

/* @keyframes bgAnimation {
  0% {
    background-image: url("../img/head1-1.png");
  }
  25% {
    background-image: url("../img/head1-2.png");
  }
  50% {
    background-image: url("../img/head1-3.png");
  }
  75% {
    background-image: url("../img/head1-2.png");
  }
  100% {
    background-image: url("../img/head1-1.png");
  }
} */

/* .dynamic-area1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/poster-drop-animate1.png") repeat-x 0px 0px;
  background-size: cover;
  animation: posterDrop1 500s linear infinite;

  z-index: 201;
} */

/* @keyframes posterDrop1 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 4000% 0;
  }
} */

.dynamic-area2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: url(../img/poster-drop-animate2.png) repeat-x 0px 0px; */
  background-size: cover;
  /* animation: posterDrop2 7000s linear infinite; */

  /* opacity: 0.6; */
}

/* @keyframes posterDrop2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30000% 0;
  }
} */

.mapBgHead .mapBox {
  /* transition-duration: 3s; */
}

.mapBgHead .headBg.active {
  /* transform: scale(1.5); */
  /* top: -185px; */
}

.mapBgHead .bottomBg.active {
  /* transform: scale(1.5); */
  /* bottom: -195px; */
}

.mapBgHead .mapBox.active {
  /* transform: scale(0.7); */
  /* opacity: 0; */
}
.titleBox {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.ai_wd {
  padding: 10px 15px;
  border-radius: 8px;
  background-color: rgb(244, 231, 213);
  position: absolute;
  top: 150px;
  right: 180px;
  width: 338px;
  height: 709px;
  box-sizing: border-box;
  z-index: 9999;
}
.ai_title {
  margin: 10px auto;
}
.wdBox {
  padding: 10px;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  /* width: 311px; */
  height: 622px;
}
.wdBox .dh {
  width: 100%;
  height: 420px;
  overflow-y: auto;
  margin-top: 2vh;
}
.wdBox .dh li {
  margin: 10px auto 30px;
  /* width: 70%; */
  height: auto;
}
.wdBox .dh li.right {
  display: flex;
  justify-content: end;
}
.wdBox .dh li.left {
  display: flex;
  justify-content: start;
}
.wdBox .dh li .content {
  width: 75%;
  height: auto;
  border-radius: 10px;
  border: solid 1px #f5f8fb;
  position: relative;
  padding: 10px 15px;
  background-color: rgb(251, 245, 238);
}
.wdBox .dh li.right .content {
  background-color: rgb(249, 234, 233);
}
.wdBox .dh li .content h3 {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: rgb(51, 51, 51);
  font-weight: bold;
  text-align: justify;
}
.wdBox .dh li .content p {
  font-size: 14px;
  font-family: 'PingFang';
  color: rgb(51, 51, 51);
  line-height: 1.6em;
  text-align: justify;
}
.wdBox .dh li .content a {
  display: flex;
  align-items: center;
  color: #94211e;
  line-height: 1.8em;
}
.wdBox .input {
  border-radius: 4px;
  background-color: #f9eae9;
  height: 88px;
  /* background-color: transparent; */
  box-shadow: 1px 2px 11px 0px #e1efff;
  /* border: solid 1px #b0cfff; */
  margin: 30px auto 0;
  padding: 10px;
  position: relative;
}
.wdBox .input textarea {
  width: 100%;
  height: 48px;
  outline: none;
  border: none;
  padding-left: 5px;
  background-color: transparent;
  font-size: 16px;
  line-height: 22px;
}
.wdBox .input .button {
  display: flex;
  justify-content: end;
}

/* 弹窗 */
.gxtp_tc {
  position: absolute;
}
.gxtp_tc {
  /* display: none; */
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 300px;
  transform: translateX(-50%);
  /* background: url(../img/tcMap.png) center center no-repeat; */
  background-size: contain;
  z-index: 9999999;
  border-radius: 8px;
  background-color: rgb(244, 231, 213);
  width: 1440px;
  height: 570px;
}
.gxtp_tc .close-tch {
  position: absolute;
  top: 0.5vh;
  right: 0.8vw;
  width: 0.8vw;
  height: 0.8vw;
}
.gxtp_tc h2 {
  font-size: 24px;
  font-family: 'Microsoft YaHei';
  color: rgb(169, 30, 27);
  font-weight: bold;
  text-align: left;
}
.gxtp_tc .flex {
  display: flex;
  align-items: center;
}
.gxtp_tc .list2 {
  height: 9.2vh;
  overflow-y: auto;
  margin: 0 !important;
}
.gxtp_tc .t_left {
  width: 30%;
  display: flex;
  align-items: center;
  background: url(../img/tc_left.png) center center no-repeat;
  background-size: 74%;
}
.gxtp_tc .t_left .imgBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border: 8px solid rgb(180, 129, 74);
  border-radius: 50%;
  background-color: rgba(180, 129, 74, 0.6);
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.gxtp_tc .t_left .imgBox img {
  width: 100%;
}
.gxtp_tc .t_left ul li {
  position: relative;
  border: 1px solid rgb(180, 129, 74);
  border-radius: 4px;
  background-color: rgb(244, 231, 213);
  width: 114px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 35px auto;
}
.gxtp_tc .t_left ul li.active {
  color: #fff;
  border-radius: 4px;
  background-color: rgb(180, 129, 74);
}
.gxtp_tc .t_left ul li.active::after {
  content: '';
  background: url(../img/p_after.png) center center no-repeat;
  background-size: contain;
  width: 10px;
  height: 32px;
  display: inline-block;
  position: absolute;
  right: 0;
  transform: translateX(25px);
}
.gxtp_tc .t_left ul li:nth-child(2) {
  transform: translateX(30%);
}

.gxtp_tc .t_right {
  width: 70%;
}
.t_right .img {
  width: 100% !important;
  position: relative;
  /* margin: 0 12px; */
  display: block;
}

.t_right .img .c_img {
  text-align: center;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(180, 129, 74);
  border-radius: 50%;
  background-color: rgb(180, 129, 74);
}
.t_right .img .c_img img {
  width: 100%;
}
.imgBox .tabBox {
  width: 98%;
  padding: 0 20px;
  box-sizing: border-box;
}
.t_right .sw2 {
  margin: 0 auto;
  overflow: hidden;
}
.t_right .swiper-slide {
  width: 24% !important;
  height: 310px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid rgb(180, 129, 74);
  border-radius: 8px;
  background-color: rgb(248, 244, 239);
  box-shadow: 0px 3px 7px 0px rgba(169, 147, 116, 0.35);
}

.t_right .swiper-slide:after {
  display: none;
}
.t_right .img h1 {
  font-size: 16px;
  color: #444943;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 20px 0 5px;
}
.t_right .swiper-slide .txt h3 {
  margin: 10px auto;
  font-size: 17px;
  font-family: 'Microsoft YaHei';
  color: rgb(51, 51, 51);
  font-weight: bold;
  text-align: center;
}
.t_right .swiper-slide .txt p {
  font-size: 14px;
  font-family: 'PingFang';
  color: rgb(51, 51, 51);
  line-height: 2em;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t_right .swiper-slide .txt p a {
  color: #94211e;
}
.t_right .img h2 {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t_right .img .jBox {
  width: 100%;
  height: 158px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(73, 155, 223, 0.8);

  display: none;
}

.t_right .img .jBox p {
  color: #fff;
  font-size: 14px;
  padding: 25px;
  line-height: 23px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.t_right .swiper-button-prev {
  right: 55px;
  top: auto;
  left: auto;
  bottom: -50px;
  background: url(/img/i_prev.png) center center no-repeat;
  background-size: contain;
  width: 30px;
  /* height: 50px; */
  /* margin-top: 0; */
}
.t_right .swiper-button-next {
  right: 0;
  top: auto;
  left: auto;
  bottom: -50px;
  background: url(/img/i_next.png) center center no-repeat;
  background-size: contain;
  width: 30px;
  /* height: 50px; */
  /* margin-top: 0; */
}
.t_right .swiper-button-prev::after,
.t_right .swiper-button-next::after {
  content: '';
}
.foot {
  width: 100%;
  background-color: #e72d2e;
  height: 76px;
}

.foot h1 {
  font-size: 14px;
  text-align: center;
  line-height: 76px;
  color: #fff;
  font-weight: normal;
}

.imgBox a:hover .jBox {
  display: block;
}

/* 时间轴 */

/* body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 20px;
  overflow-x: hidden;
} */

.timeline-wrapper {
  position: absolute;
  bottom: 0;
}

.timeline-container {
  width: 100vw;
  height: 94px;
  overflow-x: auto;
  padding: 0 50px;
  box-sizing: border-box;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  background-color: rgb(148, 33, 30);
}

.timeline {
  display: flex;
  height: 80px;
  position: relative;
}

.timeline-line {
  position: absolute;
  height: 1px;
  background-color: #f9da97;
  top: 0%;
  left: 0;
  right: 0;
  display: none;
  /* transform: translateY(-50%); */
}

/* 年份刻度线 */
.year-tick {
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: #ebb36c;
  /* top: 50%; */
  top: 0;
  /* transform: translateY(-50%); */
}

.year-label {
  position: absolute;
  /* top: calc(50% - 30px); */
  top: 50%;
  font-size: 20px;
  color: #ebb36c;
  /* left: 0; */
  transform: translateX(-50%);
}

/* 选择范围 */
.selection-range {
  position: absolute;
  height: 94px;
  /* background-color: rgba(52, 152, 219, 0.2); */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  pointer-events: none;
  background-color: rgba(125, 25, 22, 0.8);
}

/* 三角形标记 */
.triangle-marker {
  position: absolute;
  width: 0;
  height: 0;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  pointer-events: none;
}

.triangle-marker.left {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 15px solid #f9da97;
  left: -10px;
  bottom: 0;
}

.triangle-marker.right {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 15px solid #f9da97;
  right: -10px;
  bottom: 0;
}

/* 选择手柄 */
.selection-handle {
  position: absolute;
  width: 20px;
  /* height: 60px; */
  height: 94px;
  bottom: 0;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  cursor: ew-resize;
  z-index: 10;
  opacity: 0;
  /* 隐藏但可点击 */
}

.selection-handle.left {
  left: 0;
}

.selection-handle.right {
  right: 0;
}

/* 选中时间显示 */
.selection-info {
  position: absolute;
  /* top: -50px; */
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  /* background-color: white; */
  /* padding: 5px 10px; */
  /* border-radius: 4px; */
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  display: inline-block;
  width: auto;
  margin: 0 auto;
}

/* 隐藏默认滚动条 */
.timeline-container::-webkit-scrollbar {
  display: none;
}

/* 拖动状态 */
.grabbing {
  cursor: grabbing;
}
.map_tooltip .m_close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #94211e;
  cursor: pointer;
}
.map_tooltip {
  display: none;
  position: absolute;
  right: 240px;
  bottom: 80px;
  width: 460px;
  height: 370px;
  border-radius: 10px;
  background-color: rgb(255, 246, 225);
  box-shadow: 0px 3px 27px 0px rgba(56, 0, 0, 0.35);
  z-index: 99;
}
.map_tooltip .txt_img {
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}
.map_tooltip .img_box {
  position: relative;
  flex-shrink: 0;
  margin-right: 20px;
  background-color: rgb(52, 52, 52);
  width: 170px;
  height: 244px;
}
.map_tooltip .img_box p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: rgb(52, 52, 52);
}
.map_tooltip .txt_box h2 {
  margin: 0 0 10px;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: rgb(51, 51, 51);
  font-weight: bold;
  text-align: justify;
}
.map_tooltip .txt_box p {
  font-size: 14px;
  color: rgb(51, 51, 51);
  line-height: 1.8;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map_tooltip .txt_box p~a {
  color: #94211e;
}
.map_tooltip .links {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-self: center;
  justify-content: center;
  background-color: rgb(168, 36, 32);
  width: 460px;
  height: 49px;
  line-height: 49px;
}
.map_tooltip .links a {
  color: #fff;
  text-align: center;
  width: 50%;
  font-size: 16px;
}

.a_tab {
  position: absolute;
  top: 150px;
  left: 15vw;
}
.a_tab ul {
  display: flex;
}
.a_tab ul li {
  width: 116px;
  height: 36px;
  margin-right: 30px;
  text-align: center;
  line-height: 36px;
  border-radius: 4px;
  color: #c58e52;
  border: 1px solid rgb(180, 129, 74);
  background-color: rgba(180, 129, 74, 0.2);
}
.a_tab ul li.active {
  color: #fff;
  background-color: rgb(180, 129, 74);
}
