#Insight {
  background-color: #fff !important;
}
.Insight-content li {
  background: #fff !important;
}
.foreshow-head li.active {
  font-weight: 500;
  color: black;
}
.foreshow-content li .w-1120 {
  border-top: 1px solid #979797;
}
.foreshow-content li:last-child {
  padding-bottom: 0;
}
.foreshow-content li.active {
  background-color: #000;
}
.foreshow-content li.active h3,
.foreshow-content li.active p,
.foreshow-content li.active h4,
.foreshow-content li.active span {
  color: #fff;
}

.Banner-mySwiper .swiper-slide h4 {
  opacity: 0;
  transform: translateY(-60px);
}
.Banner-mySwiper .swiper-slide h1 {
  opacity: 0;
  transform: translateY(-60px);
}
.Banner-mySwiper .swiper-slide .video_btn {
  opacity: 0;
  transform: translateY(-60px);
}
.Banner-mySwiper .swiper-slide-active h4 {
  transform: translateY(0) translateZ(0);
  opacity: 0.5;
  transition: opacity 0.6s linear,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.Banner-mySwiper .swiper-slide-active h1 {
  transform: translateY(0) translateZ(0);
  opacity: 1;
  transition: opacity 0.6s linear 0.1s,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.Banner-mySwiper .swiper-slide-active .video_btn {
  transform: translateY(0) translateZ(0);
  opacity: 1;
  transition: opacity 0.6s linear 0.3s,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

/* 轮播遮罩 */
.Banner-shade {
  background-image: linear-gradient(180deg, #000000 0%, #00000000 100%);
}
/* 大轮播分页器 */
.Banner-mySwiper-pagination li {
  background: #ffffff4d;
}
.Banner-mySwiper-pagination li > div {
  background-color: hsla(0, 0%, 100%, 0.3);
  overflow: hidden;
  position: relative;
}
.Banner-mySwiper-pagination li .rail {
  background-color: hsla(0, 0%, 100%, 0.3) !important;
  left: -4px;
  width: 4px;
}
.Banner-mySwiper-pagination li .rail.pagination-active {
  background-color: #fff !important;
  height: 100%;
  -webkit-transition: width 5.5s ease-out;
  -moz-transition: width 5.5s ease-out;
  transition: width 5.5s ease-out;
  width: -webkit-calc(100% + 4px);
  width: -moz-calc(100% + 4px);
  width: calc(100% + 4px);
}
/* 大轮播图文字样式 */
.Banner-mySwiper .swiper-slide:nth-child(4) .Banner-text {
  /* color: #FF4610;
  margin-left: 32px; */
  /* display: none; */
}
.Banner-mySwiper .swiper-slide:nth-child(2) .Banner-text h1 {
  /* color: #FF4610;
  margin-left: 32px; */
  /* color: #000000; */
}
.Banner-mySwiper .swiper-slide:nth-child(2) .Banner-text h4 {
  /* opacity: 0.8; */
  /* color: #000000; */
}
/* 大轮播箭头 */
.Banner-swiper-button-prev,
.Banner-swiper-button-next {
  height: 96px;
  width: 48px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  transition: 0.3s all ease-in-out;
}
.Banner-swiper-button-next:hover,
.Banner-swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.Banner-swiper-button-prev {
  left: 0;
  background-image: url(../img/Banner/l.svg);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.Banner-swiper-button-next {
  right: 0;
  background-image: url(../img/Banner/r.svg);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* 公共样式 */
.swiperList-hover .swiper-button-next,
.swiperList-hover .swiper-button-prev {
  width: 44px;
  height: 44px;
  /* border: 1px solid #e0e2e4; */
  border: 1px solid #e0e2e4;
  padding: 14px;
  border-radius: 50%;
  /* top: -40px; */
  /* background: #828898; */
  /* opacity: 0.5; */
}
.swiperList-hover .swiper-button-prev {
  right: 64px;
  left: initial;
  background-image: url(../img/l.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: invert(100%); */
}

.swiperList-hover .swiper-button-next {
  right: 0;
  left: initial;
  background-image: url(../img/r.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: invert(100%); */
}

/* 联系我们 */
#contactUs {
  /* box-shadow: 0px 0px 16px 0px #cdcfd6; */
  background: #f5f5f5;
}
.layui-form input {
  width: 480px;
  border-radius: 4px;
  height: 48px;
  margin-bottom: 32px;
  border: 1px solid#CCCCCC;
}
.layui-form .layui-btn {
  background: #696969;
}

/* 最新发布 */
.newAnnounce2 ul li:nth-child(2n) {
  /* margin-right: 0; */
}
/* 交机仪式 */
.handover_ceremony_content ul li:nth-child(3n) {
  /* margin-right: 0; */
}
.newAnnounce2 ul {
  margin-right: -32px;
}
.handover_ceremony_content ul {
  margin-right: -24px;
}

/* 大pad断点 lg*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #newAnnounce,
  #handover_ceremony {
    padding-left: 16px;
    padding-right: 16px;
  }
  .newAnnounce2 ul {
    margin-right: -2%;
  }
  .newAnnounce2 ul li {
    margin-right: 2%;
  }
  .w-560 {
    width: 48%;
  }
}

/* 移动端*/
@media (max-width: 768px) {
  /* 移动端导航栏 */
  .md_title {
    padding: 0 4.267vw;
    height: 14.933vw;
  }
  .md_title h3 {
    font-size: 5.6vw !important;
    line-height: normal !important;
    margin-bottom: 0 !important;
  }
  .md_title ul {
    top: 14.933vw;
  }
  .md_title.active svg {
    transform: rotate(180deg);
  }
  .md_title.active ul {
    height: 59.733vw;
  }
  .md_title ul li {
    height: 14.933vw;
    padding-left: 4.267vw;
    background: var(--400, #1a1b1e);
    font-size: 4.267vw;
    line-height: normal;
    border: 1px solid#1a1b1e;
  }
  /* 移动端导航栏END */
  #Banner {
    height: 93.333vw;
  }
  /* 活动预告 */
  #foreshow {
    padding: 0 4.267vw;
    background-color: #fff;
    padding-bottom: 5.333vw;
  }
  .foreshow {
    padding-top: 5.333vw;
  }
  .foreshow-head {
    display: block;
  }
  #foreshow h2 {
    font-size: 5.333vw;
    font-weight: 500;
    margin-bottom: 5.333vw;
  }
  .foreshow-head ul {
    padding-left: 1.067vw;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .foreshow-head ul li {
    margin-left: 0;
    margin-right: 8vw;
    font-size: 3.733vw;
    margin-bottom: 5.333vw;
  }
  #contactUs {
    padding-bottom: 10.667vw;
    padding-top: 10.667vw;
  }

  /* 内容 */
  .md_foreshow-content {
    /* padding: 2.667vw; */
  }
  .md_foreshow-content ul li img {
    height: 59.733vw;
  }
  .md_foreshow-content ul li .md_foreshowli_text {
    height: 42.667vw;
    padding: 4.267vw 4.267vw 8vw;
  }
  .md_foreshow-content ul li .md_foreshowli_text span {
    line-height: normal;
    font-size: 3.2vw;
  }
  .md_foreshow-content ul li .md_foreshowli_text h3 {
    font-size: 6.4vw;
    line-height: normal;
  }
  .md_foreshow_pa {
    bottom: 8vw;
    left: 0;
    width: 100%;
    padding: 0 4.267vw;
  }
  .mr-16 {
    margin-right: 4.267vw;
  }
  .Banner-mySwiper .swiper-slide-active h4 {
    font-size: 3.733vw;
    font-size: 4.267vw;
  }
  .Banner-mySwiper .swiper-slide-active h1 {
    font-size: 8.533vw;
    line-height: 10.667vw;
    margin-bottom: 3.2vw;
  }
  .video_btn {
    width: 31.2vw;
    height: 9.6vw;
    font-size: 4.533vw;
  }
  .Banner-mySwiper .swiper-slide h1 {
    font-size: 7vw;
  }
  .Banner-mySwiper-pagination {
    bottom: 16vw;
  }
  .Banner-mySwiper-pagination li,
  .Banner-mySwiper-pagination li > div {
    width: 2.133vw;
    height: 2.133vw;
  }
  .Banner-mySwiper-pagination li .rail.pagination-active {
    background-color: #fff !important;
    -webkit-transition: width 0s ease-out;
    -moz-transition: width 0s ease-out;
    transition: width 0s ease-out;
  }
  .Banner-text {
    top: 32vw;
  }
  #Banner {
    height: 160vw;
  }
  #newAnnounce {
    padding: 14.333vw 4.267vw 14.933vw;
  }
  #newAnnounce .pt-64 {
    padding-top: 0;
  }
  .newAnnounce_nav {
    padding-bottom: 7.2vw;
  }
  .newAnnounce1 {
    margin-bottom: 0;
  }
  #newAnnounce h2 {
    font-size: 5.867vw;
  }
  #newAnnounce h3 {
    font-size: 16px;
  }
  #newAnnounce h4 {
    font-size: 16px;
  }
  #newAnnounce .h-160 {
    padding: 6vw 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .video_box {
    height: 60vw;
  }
  .newAnnounce1 svg {
    width: 12vw;
    height: 12vw;
  }
  .newAnnounce2 li {
    margin-right: 0;
  }
  .w-560 {
    width: 100%;
  }
  .newAnnounce2 ul {
    width: 100%;
  }
  .newAnnounce2 .h-315 {
    height: 60vw;
  }
  .newAnnounce2 .bg-f5f5f5 {
    padding: 6vw 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  /* 交机仪式 */
  #handover_ceremony {
    padding-bottom: 12vw;
  }
  #handover_ceremony .pt-52 {
    padding-top: 0;
  }
  #handover_ceremony .w-1152 {
    padding-top: 6vw;
  }
  .newAnnounce_nav h2 {
    font-size: 5.867vw;
  }
  .newAnnounce_nav {
    padding-bottom: 6vw;
  }
  .newAnnounce_nav {
    padding: 4.267vw;
  }
  .handover_ceremony_content {
    width: 100vw;
    padding-left: 4.267vw;
    padding-right: 4.267vw;
  }

  .handover_ceremony_content ul {
    /* position: absolute;
    left: 2.667vw;
    bottom: 5.333vw; */
  }
  .handover_ceremony_content li {
    /* margin-right: 0; */
    width: 100%;
  }
  .handover_ceremony_content li .w-368 {
    width: 44.8vw;
  }
  .handover_ceremony_content li .h-222 {
    height: 55.467vw;
  }
  .handover_ceremony_content li .fs-20 {
    font-size: 5.333vw;
    font-weight: 600;
  }
  .handover_ceremony_content li .fs-12 {
    font-size: 3.2vw;
  }
  .handover_ceremony_content li .tag {
    padding: 1.867vw 5.333vw;
    font-size: 3.2vw;
    margin-right: 1.067vw;
  }
  .handover_ceremony_content li p {
    margin: 0;
    font-size: 3.2vw;
  }
  .handover_ceremony_content li_text {
    padding: 3.2vw 4.267vw 38px;
    height: 55.467vw;
  }
}
