.innerContainer #indexArea1 {
  position: relative;
  width: 100vw;
  height: 80vh;
}
.innerContainer #indexArea1 .topbg img {
}
.innerContainer #indexArea1 .topbg {
  width: 100vw;
  height: 100%;
  background: url('../../images/index/top1.jpg') no-repeat;
  background-size: 100% 100%;
}
.innerContainer #indexArea1 .banner_info {
  position: absolute;
  left: 13.6%;
  bottom: 12%;
  color: #ffffff;
  width: 80vw;
}
.innerContainer #indexArea1 .banner_info .banner_title {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.innerContainer #indexArea1 .banner_info .banner_title img {
  width: 14px;
  margin-right: 8px;
}
.innerContainer #indexArea1 .banner_info .banner_title2 {
  font-size: 40px;
  margin-bottom: 2%;
  font-weight: 600;
}
.innerContainer #indexArea1 .banner_info .banner_hours {
  font-size: 16px;
  line-height: 2;
}

.innerContainer #indexArea1 .topbg img {
  width: 100%;
}

.innerContainer .swiper1 {
  width: 100vw;
  overflow: hidden;
  height: 100%;
}
.innerContainer .swiper1 .area2 {
  /* position: absolute; */
  width: 100%;
  margin: 0 auto;
  z-index: 3;
}
.play {
  background: url('../../images/index/GettingHere.jpg') no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-top: 4%;
  height: 470px;
  width: 100vw;
}
.play .playBox {
  width: 1400px;
  margin: 0 auto;
  padding-top: 4%;
}
.play .getting {
  font-size: 33px;
  font-weight: bold;
  margin: 8px 0;
  color: #fff;
}
.play .location {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.play .View {
  font-size: 14px;
  color: #666666;
  width: 10%;
  height: 42px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 30px;
  margin: 3% 0;
  transition: all 0.6s;
  background: #fff;
}
.play .View:hover {
  border: 1px solid #fdd000;
  color: #333333;
  background: #fdd000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.innerContainer
  .swiper1
  .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 17%;
  bottom: 22%;
  width: auto;
}
.innerContainer .swiper1 .swiper-pagination-bullet {
  background-color: #a0a0a0;
  opacity: 1;
}
.innerContainer .swiper1 .swiper-pagination-bullet-active {
  background-color: #cc2507;
}
.innerContainer .swiper1 .swiper-wrapper .swiper-slide {
  position: relative;
}
.innerContainer .swiper1 .swiper-wrapper .swiper-slide .swiperImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innerContainer .swiper1 .swiper-wrapper .swiper-slide .swiperText {
  position: absolute;
  width: 30vw;
  left: 13%;
  top: 33%;
}
.innerContainer .swiper1 .swiper-wrapper .swiper-slide .swiperText img {
  width: 100%;
}

.innerContainer .swiper1 .area2 .area2info {
  width: 1400px;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  margin-top: 2%;
}
.innerContainer .swiper1 .vector {
  margin-bottom1: 4%;
}
.innerContainer .area3item {
  width: 42%;
  overflow: hidden;
  transition: all ease-out 0.7s;
}
.innerContainer .area3item .line-e {
  width: 27%;
  height: 1px;
  background-color: #fdd000;
  position: absolute;
  left: 0;
}
.innerContainer .area3item .aBox {
  transition: allease-out 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden; /* 隐藏超出容器的部分 */
}
.innerContainer .area3item .aBox .itemtitle {
  justify-content: space-around;
  display: flex;
  flex-direction: column;
}
.innerContainer .area3item .The {
  font-size: 14px;
  color: #b80000;
}
.innerContainer .area3item .Opening {
  font-size: 28px;
  color: #333333;
  margin: 14px 0 30px 0;
  font-weight: 700;
}
.innerContainer .area3item .Overall {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
}
.innerContainer .area3item .View {
  font-size: 14px;
  color: #666666;
  width: 22%;
  height: 42px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: 1px solid #666666;
  border-radius: 30px;
  margin-top: 8%;
  transition: all 0.6s;
}
.innerContainer .area3item .View img {
  width: 80%;
}
.innerContainer .area3item .View:hover {
  border: 1px solid #fdd000;
  color: #333333;
  background: #fdd000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.area4item {
  width: 42%;
  border-radius: 10px;
  /* box-shadow: 0 6px 29px rgba(30, 26, 10, 0.24); */
  position: relative; /* 为子元素的绝对定位提供参考 */
}

.area4item .aBox {
  transition: all ease-out 0.3s;
  position: relative;
  display: flex;
  border-radius: 10px;
  overflow: hidden; /* 仅对图片溢出进行隐藏 */
  z-index: 2;
  height: 100%;
}

/* 鼠标悬浮时图片放大效果 */
.area4item .aBox:hover .guzhenShadow {
  transform: scale(1.1); /* 放大到 1.1 倍 */
}

.area4item .aBox img {
  width: 100%; /* 让图片撑满容器 */
  height: auto;
}

.area4item .aBox .guzhenShadow {
  display: block;
  width: 100%;
  height: 100%; /* 强制撑满容器高度 */

  z-index: 2;
  transition: transform 0.7s ease;
  transform-origin: center center;
}

.area4item .itemtitle {
  height: 84px;
  position: absolute;
  width: 100%; /* 调整宽度为 100% 以覆盖整个区域 */
  bottom: 0; /* 定位到容器底部 */
}

.area4item .itemEvery1 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #fdd000;
  padding: 10px;
  width: 214px;
  height: 84px;
  position: absolute;
  color: #fff;
  left: -26px;
  bottom: 0; /* 调整到底部 */
  border-radius: 8px 0 0 8px;
  z-index: 3;
}

.area4item .itemEvery2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #b80000;
  padding: 10px;
  width: 214px;
  height: 84px;
  position: absolute;
  color: #fff;
  left: 74%;
  bottom: 0; /* 调整到底部 */
  border-radius: 8px;
  z-index: 1;
}

.area4item .itemEvery1 img,
.area4item .itemEvery2 img {
  width: 20%;
}

.area4item:hover {
  /* transform: translateY(-2px); */
}

.innerContainer .swiper1 .area2 .area2info .car1:hover .j1 {
  background: linear-gradient(to right, #d69c09, transparent);
  opacity: 1;
}
.innerContainer .swiper1 .area2 .area2info .car1 .j1 {
  opacity: 0;
  transition: all ease-out 0.7s;
}
.innerContainer .swiper1 .area2 .area2info .car2:hover .j2 {
  background: linear-gradient(to right, #d32d25, transparent);
  opacity: 1;
}
.innerContainer .swiper1 .area2 .area2info .car2 .j2 {
  opacity: 0;
  transition: all ease-out 0.7s;
}
.innerContainer .swiper1 .area2 .area2info .car3:hover .j3 {
  background: linear-gradient(to right, #e1882c, transparent);
  opacity: 1;
}
.innerContainer .swiper1 .area2 .area2info .car3 .j3 {
  opacity: 0;
  transition: all ease-out 0.7s;
}
.area2item,
.area4item {
  width: 48%;
  border-radius: 10px;
  /* box-shadow: 0 6px 29px rgba(30, 26, 10, 0.24); */
}
.innerContainer .swiper1 .area2 .area2info .area2item .aBox {
  transition: all ease-out 0.3s;
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}
/* 鼠标悬浮时图片放大效果 */
.area2item .aBox:hover .guzhenShadow {
  transform: scale(1.1); /* 放大到 1.1 倍*/
}
.innerContainer .swiper1 .area2 .area2info .area2item .aBox img {
  transition: all ease-out 0.7s;
}
.innerContainer .swiper1 .area2 .area2info .area2item .aBox .itemtitle {
  position: absolute;
  left: 6%;
  top: 70%;
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: baseline;
  width: 84%;
  height: 40%;
}
.innerContainer
  .swiper1
  .area2
  .area2info
  .area2item
  .aBox
  .itemtitle
  .itemtit_vector {
  width: 20px;
}
.innerContainer .swiper1 .area2 .area2info .area2item .aBox .itemtit {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.innerContainer .swiper1 .area2 .area2info .area2item .aBox .itemtitle {
  position: absolute;
  left: 6%;
  top: 68%;
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: baseline;
  width: 84%;
  height: 40%;
}
/* .innerContainer .swiper1 .area2 .area2info .area2item:hover {
  transform: translateY(-2px);
} */
.area2item .aBox .guzhenShadow {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease; /* 添加过渡效果，使放大更平滑 */
  transform-origin: center center; /* 设置缩放的原点为中心 */
}

.innerContainer
  .swiper1
  .area2
  .area2info
  .area2item
  .aBox
  .itemtitle
  .itemtset {
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
  width: 100%;
  margin-top: 1%;
}
.innerContainer
  .swiper1
  .area2
  .area2info
  .area2item
  .aBox
  .itemtitle
  .itemtset
  img {
  width: 90%;
}
.innerContainer
  .swiper1
  .area2
  .area2info
  .area2item
  .aBox
  .itemtitle
  .itemtset:hover
  .triangle {
  animation: movearro 1s linear;
}
.innerContainer .swiper1 .area2 .area2info .area2item .aBox .j {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  border-radius: 9px;
}
.innerContainer .scenic {
  overflow: hidden;
  margin-top: 160px;
}
.innerContainer .scenic .scenic-title {
  margin-bottom: 85px;
}

.innerContainer .scenic .scebic-content {
  position: relative;
  margin-top: 50px;
  background: url('../../images/index/item_bg.png') no-repeat;
  background-size: contain;
  display: flex;
  justify-content: end;
  /*   ul {
        width: 72%;
        display: flex;

        justify-content: space-between;
        li {
          position: relative;
          width: 24%;
          img {
            width: 100%;
          }
          .scebic-text {
            position: absolute;
            height: 100%;
            top: 0;
            left: 10%;
            display: flex;
            justify-content: space-around;
            flex-direction: column;
            align-items: center;
            img {
              &:last-child {
                width: 12px;
              }
            }
          }
        }
      }*/
}
.innerContainer
  .scenic
  .scebic-content
  .mySwiper3
  .swiper-wrapper
  .swiper-slide
  img {
  width: 100%;
  height: 600px;
  transition: all ease-out 0.6s;
}
.innerContainer
  .scenic
  .scebic-content
  .mySwiper3
  .swiper-wrapper
  .swiper-slide
  .scebic-text {
  transition: all ease-out 0.6s;
  position: absolute;
  height: 100%;
  top: 0;
  left: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.innerContainer
  .scenic
  .scebic-content
  .mySwiper3
  .swiper-wrapper
  .swiper-slide
  .scebic-text
  span {
  margin-top: 40px;
  font-size: 28px;
  color: #fff;
  width: 30px;
}
.innerContainer
  .scenic
  .scebic-content
  .mySwiper3
  .swiper-wrapper
  .swiper-slide:hover
  img {
  transform: translateY(-50px);
}
.innerContainer
  .scenic
  .scebic-content
  .mySwiper3
  .swiper-wrapper
  .swiper-slide:hover
  .scebic-text {
  transform: translateY(-50px);
}
.innerContainer .scenic .scebic-content .arrow {
  position: absolute;
  right: 10%;
  bottom: 15%;
}
.innerContainer .scenic .scebic-content .arrow div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fad114;
  margin-top: 10px;
  position: static;
}
.innerContainer .scenic .scebic-content .arrow div img {
  animation: arrowleft 1s linear alternate forwards infinite;
}
.innerContainer .scenic .scebic-content .arrow div:last-child {
  background: none;
  border: 1px solid #de4143;
}
.innerContainer .scenic .scebic-content .arrow div:last-child img {
  animation: arrowMove 1s linear alternate forwards infinite;
}
.innerContainer .scenic .scebic-content .arrow div::after {
  content: '';
}

.innerContainer .play .scenic-box .paly-content ul li:hover img {
  transform: scale(1.2);
}
.innerContainer .play .scenic-box .paly-content ul .big {
  width: 49%;
}
.innerContainer .silkbag {
  margin-top: 83px;
}
.innerContainer .silkbag .silkbag-box .silkbag-content {
  width: 1440px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.innerContainer .silkbag .silkbag-box .silkbag-content .silkbag-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.innerContainer .silkbag .silkbag-box .silkbag-content .silkbag-item img {
  height: 65px;
  text-align: left;
  transform-style: preserve-3d;
  /*指定所有子元素在3D空间内呈现*/
  perspective: 400;
  /*元素距离视图的距离*/
  transition: transform 1.5s linear;
  /*设置过渡效果*/
  transform: rotateY(0deg);
}
.innerContainer .silkbag .silkbag-box .silkbag-content .silkbag-item span {
  color: #333333;
  line-height: 24px;
  margin-top: 16px;
  font-size: 18px;
  letter-spacing: 1px;
}
.innerContainer .silkbag .silkbag-box .silkbag-content .silkbag-item:hover img {
  animation: kms ease 0.6s;
  /*鼠标悬停时,旋转180度,将背面展示出来*/
}
.innerContainer .hotel_container {
  margin-top: 97px;
}
.innerContainer .hotel_container .hotel_cart {
  display: flex;
  justify-content: center;
  margin: 40px;
}
.innerContainer .hotel_container .hotel_cart button {
  background: none;
  border-radius: 27px;
  padding: 10.5px 24px;
  font-size: 20px;
  border: 1px solid #c2c2c2;
  margin: 0 15px;
}
.innerContainer .hotel_container .hotel_cart .hotel_cart_active {
  background-color: #e30010;
  color: #fff;
  border: none;
}
.innerContainer .hotel_container .content {
  width: 1440px;
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}
.innerContainer .hotel_container .content .content-item {
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-left: 2%;
}
.innerContainer .hotel_container .content .content-item .image-show {
  width: 100%;
  height: 300px;
  overflow: hidden;
  cursor: pointer;
}
.innerContainer .hotel_container .content .content-item .image-show img {
  width: 100%;
  height: 400px;
  transition: all 1s;
  object-fit: cover;
}
.innerContainer .hotel_container .content .content-item .image-show:hover img {
  transform: scale(1.2);
}
.innerContainer .hotel_container .content .content-item .name {
  text-align: left;
  font-size: 20px;
  margin-top: 20px;
}
.innerContainer .hotel_container .content .content-item .hotel-desc {
  height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Arial, '微软雅黑', 'Microsoft YaHei', PingFangSC-Regular;
  font-size: 14px !important;
  color: #7e808a !important;
  letter-spacing: 0.8px !important;
  line-height: 32px !important;
  margin-top: 20px !important;
}
.innerContainer .hotel_container .content .content-item .know-more {
  display: block;
  margin-top: 40px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SourceHanS-S_Be206bf1321a330';
  letter-spacing: 0.8px;
  padding-bottom: 9px;
  color: #555555;
  position: relative;
  cursor: pointer;
}
.innerContainer .hotel_container .content .content-item .know-more .load-more {
  width: 56px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}
.innerContainer
  .hotel_container
  .content
  .content-item
  .know-more
  .load-more
  span {
  display: block;
  width: 0;
  height: 100%;
  background-color: red;
  transition: all 1s;
}
.innerContainer
  .hotel_container
  .content
  .content-item
  .know-more:hover
  .load-more
  span {
  width: 100%;
}
.innerContainer .hotel_container .hotel_cart_item {
  display: none;
}
.innerContainer .hotel_container .hotel_cart_item .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.innerContainer .hotel_container .hotel_cart_item .footer .more_activity {
  font-size: 20px;
  line-height: 20px;
  font-family: 'SourceHanS-S_Be206bf1321a330';
  letter-spacing: 0.8px;
  margin-top: 29px;
  padding-bottom: 9px;
  display: flex;
  align-items: center;
  position: relative;
}
.innerContainer .hotel_container .hotel_cart_item .footer .more_activity a {
  color: #555555;
}
.innerContainer
  .hotel_container
  .hotel_cart_item
  .footer
  .more_activity
  .load-more {
  width: 77px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}
.innerContainer
  .hotel_container
  .hotel_cart_item
  .footer
  .more_activity
  .load-more
  span {
  animation: infinitys 1.2s ease-out infinite;
  display: block;
  width: 0;
  height: 100%;
  background-color: red;
  transition: all 1s;
}
.innerContainer .hotel_container .toggle_active {
  display: block;
}
.innerContainer .scenic-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.innerContainer .scenic-title h3 {
  font-size: 50px;
  margin-bottom: 10px;
  color: #333333;
  letter-spacing: 2.5px;
}
.innerContainer .answer {
  width: 1440px;
  margin: 80px auto 0;
}
.innerContainer .answer .answer_content {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
.innerContainer .answer .answer_content .answer_con_left {
  position: relative;
  margin-top: 8px;
  width: 38%;
  height: 365px;
}
.innerContainer .answer .answer_content .answer_con_left .swiper2 {
  position: static;
  width: 100%;
  height: 365px;
}
.innerContainer
  .answer
  .answer_content
  .answer_con_left
  .swiper2
  .swiper-pagination-bullet-active {
  background-color: #e60011;
}
.innerContainer
  .answer
  .answer_content
  .answer_con_left
  .swiper2
  .swiper-wrapper {
  position: static;
}
.innerContainer
  .answer
  .answer_content
  .answer_con_left
  .swiper2
  .swiper-wrapper
  .swiper-pagination {
  bottom: -23px;
}
.innerContainer
  .answer
  .answer_content
  .answer_con_left
  .swiper2
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.innerContainer
  .answer
  .answer_content
  .answer_con_left
  .swiper2
  .swiper-wrapper
  .swiper-slide
  img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.innerContainer .answer .answer_content .answer_com_right {
  width: 57%;
  display: flex;
  flex-direction: column;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top {
  position: relative;
  overflow: hidden;
  height: 392px;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 45px;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-item {
  position: relative;
  display: flex;
  margin-bottom: 15px;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-item:nth-child(odd) {
  justify-content: end;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-item
  .que-user {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-item
  .que-text {
  max-width: 60%;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-item
  .que-text
  p {
  color: #fff;
  position: relative;
  padding: 14.5px 22.5px;
  border-radius: 10px;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-item-left.que-color-red
  .que-text
  p::after {
  border-right-color: #db0d17;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-item-left.que-color-yello
  .que-text
  p::after {
  border-right-color: #fdd000;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-item-left.que-color-orange
  .que-text
  p::after {
  border-right-color: #ff8200;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-item-left
  .que-user {
  margin-right: 10px;
  color: #000;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-item-left
  .que-text {
  margin-left: 45px;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-item-left
  .que-text
  p::after {
  content: '';
  position: absolute;
  display: inline-block;
  margin-top: -8px;
  top: 50%;
  left: -16px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-item-right.que-color-red
  .que-text
  p::after {
  border-left-color: #db0d17;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-item-right.que-color-yello
  .que-text
  p::after {
  border-left-color: #fdd000;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-item-right.que-color-orange
  .que-text
  p::after {
  border-left-color: #ff8200;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-item-right
  .que-user {
  margin-left: 10px;
  color: #000;
  order: 3;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-item-right
  .que-text {
  margin-right: 45px;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-item-right
  .que-text
  p::after {
  content: '';
  position: absolute;
  display: inline-block;
  margin-top: -8px;
  top: 50%;
  right: -16px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-color-red
  .que-user {
  background-color: #db0d17;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-color-red
  .que-text
  p {
  background-color: #db0d17;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-color-yello
  .que-user {
  background-color: #fdd000;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-color-yello
  .que-text
  p {
  background-color: #fdd000;
  color: #000;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-color-orange
  .que-user {
  background-color: #ff8200;
}
.innerContainer
  .answer
  .answer_content
  .answer_com_right
  .answer_com_right_top
  .xx
  .que-color-orange
  .que-text
  p {
  background-color: #ff8200;
}
@keyframes arrowMove {
  0% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translate(-6px);
  }
}
@keyframes arrowleft {
  0% {
    transform: translatex(-6px);
  }
  50% {
    transform: translatex(0px);
  }
  100% {
    transform: translate(6px);
  }
}
@keyframes shadowMove {
  100% {
    left: -10px;
  }
}
@keyframes farMove {
  0% {
    opacity: 1;
    left: 50%;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
    left: 25%;
  }
}
@keyframes farMove1 {
  0% {
    opacity: 0;
    left: 70%;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    left: 50%;
  }
}
.innerContainer .f-up .text1 {
  transform: scale(1) !important;
}
.innerContainer .f-up .text2 {
  transform: scale(1) !important;
}
.innerContainer #indexArea3 {
  width: 100%;
  height: 43.125vw;
  background: url(../images/main3s_bg.png) no-repeat;
  background-size: 101%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.innerContainer #indexArea3 .zy {
  position: absolute;
  top: 0;
  left: 0;
  width: 8.7vw;
  height: 27.2vw;
}
.innerContainer #indexArea3 .bambooLeaf1 {
  top: 13vw;
}
.innerContainer #indexArea3 .bambooLeaf2 {
  top: 10.5vw;
}
.innerContainer #indexArea3 .swiper2 {
  width: 1203px;
  height: 480px;
  overflow: hidden;
  margin-bottom: 60px;
}
.innerContainer #indexArea3 .swiper2 .swiper-pagination {
  position: absolute;
  top: 83%;
  left: 215px;
}
.innerContainer #indexArea3 .swiper2 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.innerContainer #indexArea3 .swiper2 .swiper-pagination-bullet-active {
  background-color: #ff2c0a;
}
.innerContainer #indexArea3 .swiper2 .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
}
.innerContainer #indexArea3 .swiper2 .swiper-slide .leftslide {
  flex: 38;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.innerContainer #indexArea3 .swiper2 .swiper-slide .leftslide .slidetitle {
  width: 21.25vw;
  color: #3e3a39;
  font-weight: bold;
  font-size: 2.5vw;
  letter-spacing: 0.52vw;
}
.innerContainer #indexArea3 .swiper2 .swiper-slide .leftslide .text1 {
  width: 21.25vw;
  color: #ff2c0a;
  font-size: 2.08vw;
}
.innerContainer #indexArea3 .swiper2 .swiper-slide .leftslide .text2 {
  width: 21.25vw;
  color: #ff2c0a;
  font-size: 2vw;
  font-family: 'PFD-regular';
  letter-spacing: 0.35vw;
  margin-top: -50px;
}
.innerContainer #indexArea3 .swiper2 .swiper-slide .leftslide .text3 {
  width: 21.25vw;
  line-height: 23px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  user-select: text;
}
.innerContainer #indexArea3 .swiper2 .swiper-slide .leftslide .slidebutton {
  border-radius: 1.22vw;
  width: 9.16vw;
  height: 2.44vw;
  background: url(../images/slidebutton.png) no-repeat;
  background-size: 100%;
}
.innerContainer #indexArea3 .swiper2 .swiper-slide .leftslide .slidebutton a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2.44vw;
  text-align: center;
  color: white;
  font-size: 14px;
}
.innerContainer #indexArea3 .swiper2 .swiper-slide .rightslide {
  flex: 62;
}
.innerContainer #indexArea3 .swiper2 .swiper-slide .rightslide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.innerContainer
  #indexArea3
  .swiper2
  .swiper-slide
  .rightslide
  a
  img:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.15625vw;
  height: 5.15625vw;
}
.innerContainer #indexArea3 .swiper2 .swiper-slide .rightslide a .borderColor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.innerContainer
  #indexArea3
  .swiper2
  .swiper-slide
  .rightslide
  img:nth-of-type(1) {
  width: 100%;
  height: 100%;
  border-radius: 1.04vw;
}
.innerContainer #indexArea4 {
  width: 100%;
  height: 34.16vw;
  background: url(../images/main3s_bg.png) no-repeat;
  background-position-y: 120%;
  background-size: 101%;
  position: relative;
}
.innerContainer #indexArea4 .yz {
  position: absolute;
  bottom: -5%;
  left: 15%;
  width: 10.78125vw;
  height: 7.76vw;
}
.innerContainer #indexArea4 .brid1 {
  position: absolute;
  bottom: 0%;
  left: 12%;
  animation: 10s brid1Move linear infinite forwards;
}
.innerContainer #indexArea4 .brid2 {
  position: absolute;
  bottom: 20%;
  left: 25%;
  animation: 10s 3s brid2Move linear infinite forwards;
}
.innerContainer #indexArea4 .zy2 {
  position: absolute;
  right: 0;
  bottom: -40%;
  z-index: 10;
  pointer-events: none;
  width: 9.16vw;
  height: 26.98vw;
}
.innerContainer #indexArea4 .swiper3 {
  position: absolute;
  top: 20vw;
  width: 100%;
  height: 30.72vw;
  margin-left: 6.71875vw;
  overflow: hidden;
  transition: top 1.25s ease;
}
.innerContainer #indexArea4 .swiper3 .swiper-slide {
  margin-top: 2.86vw;
  width: 20vw;
  height: 27.86vw;
  border: 0.3125vw solid rgba(255, 255, 255, 0.62);
  border-radius: 1.5625vw;
  overflow: hidden;
  transition: all 0.6s ease;
}
.innerContainer #indexArea4 .swiper3 .swiper-slide:hover {
  margin-top: 0;
  border: 0.3125vw solid #8fe146;
  transition: all 0.6s ease;
}
.innerContainer #indexArea4 .swiper3 .swiper-slide:hover a div {
  margin-bottom: 0;
  transition: all 0.6s ease;
}
.innerContainer #indexArea4 .swiper3 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.innerContainer #indexArea4 .swiper3 .swiper-slide a .itembg {
  width: 100%;
  height: 100%;
}
.innerContainer #indexArea4 .swiper3 .swiper-slide a .title {
  font-size: 1.25vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7.5625vw;
  color: #fff;
  z-index: 8;
}
.innerContainer #indexArea4 .swiper3 .swiper-slide a div {
  width: 100%;
  height: 10.26vw;
  margin-bottom: -10.26vw;
  transition: all 0.6s ease;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #1a4b97);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.innerContainer #indexArea4 .swiper3 .swiper-slide a div p {
  color: #fff;
}
.innerContainer #indexArea4 .swiper3 .swiper-slide a div .text {
  font-size: 14px;
  width: 15.625vw;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.innerContainer #indexArea4 .swiper3 .swiper-slide a div img {
  position: absolute;
  bottom: 10%;
  right: 10%;
  animation: jtmove 2s 0s ease infinite;
}
.innerContainer #indexArea4 .swiper3button {
  position: absolute;
  bottom: 10%;
  display: flex;
  right: 10%;
}
.innerContainer #indexArea4 .swiper3button div {
  width: 2.08vw;
  height: 2.08vw;
  border: 0.15vw solid #999999;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.6s ease;
  cursor: pointer;
}
.innerContainer #indexArea4 .swiper3button div:hover {
  transition: all 0.6s ease;
  background-color: #08aad8;
  border-color: #08aad8;
}
.innerContainer #indexArea4 .swiper3button div:hover span {
  border-color: white;
  transition: background-color border-color 0.6s ease;
}
.innerContainer #indexArea4 .swiper3button .swiper3prev {
  margin: 0 1.3vw;
}
.innerContainer #indexArea4 .swiper3button .swiper3prev span {
  display: inline-block;
  width: 0.67vw;
  height: 0.67vw;
  border: 0.15vw solid #999999;
  transform: rotate(45deg);
  border-right: transparent;
  border-top: transparent;
  position: relative;
  left: 0.2vw;
}
.innerContainer #indexArea4 .swiper3button .swiper3next span {
  display: inline-block;
  width: 0.67vw;
  height: 0.67vw;
  border: 0.15vw solid #999999;
  transform: rotate(45deg);
  border-left: transparent;
  border-bottom: transparent;
  position: relative;
  right: 0.15vw;
}
.innerContainer #indexArea5 {
  width: 100%;
  height: 39.27vw;
  background: url(../images/area5_bg.png) no-repeat;
  background-size: 101%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.innerContainer #indexArea5 .area5all {
  width: 1190px;
  height: 582px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 4;
}
.innerContainer #indexArea5 .area5all .left1 {
  width: 888px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
.innerContainer #indexArea5 .area5all .left1 .top1 {
  height: 282px;
  display: flex;
  justify-content: space-between;
}
.innerContainer #indexArea5 .area5all .left1 .top1 .itemtext {
  position: absolute;
  top: 0.67vw;
  right: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.innerContainer #indexArea5 .area5all .left1 .top1 .itemtext img {
  width: 2.65625vw;
  height: 2.65625vw;
}
.innerContainer #indexArea5 .area5all .left1 .top1 .itemtext p {
  font-size: 1.25vw;
  color: white;
  margin-top: 5%;
}
.innerContainer
  #indexArea5
  .area5all
  .left1
  .top1
  div:nth-child(1)
  .itemtext
  .itemicon {
  width: 3.90625vw;
  height: 3.90625vw;
}
.innerContainer
  #indexArea5
  .area5all
  .left1
  .top1
  div:nth-child(1)
  .itemtext
  p {
  margin-left: -5%;
  margin-top: -15%;
}
.innerContainer #indexArea5 .area5all .left1 .bottom1 {
  height: 282px;
  display: flex;
  justify-content: space-between;
}
.innerContainer #indexArea5 .area5all .left1 .bottom1 .itemtext {
  position: absolute;
  top: 0.67vw;
  right: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.innerContainer #indexArea5 .area5all .left1 .bottom1 .itemtext img {
  width: 2.65625vw;
  height: 2.65625vw;
}
.innerContainer #indexArea5 .area5all .left1 .bottom1 .itemtext p {
  font-size: 1.25vw;
  color: white;
  margin-top: 5%;
}
.innerContainer
  #indexArea5
  .area5all
  .left1
  .bottom1
  div:nth-child(1)
  .itemtext
  .itemicon {
  width: 4.90625vw;
  height: 4.90625vw;
}
.innerContainer
  #indexArea5
  .area5all
  .left1
  .bottom1
  div:nth-child(1)
  .itemtext
  p {
  margin-left: -5%;
  margin-top: -26%;
}
.innerContainer #indexArea5 .area5all .right1 {
  width: 282px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.innerContainer #indexArea5 .area5all .right1 .itemtext {
  position: absolute;
  top: 0.67vw;
  right: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.innerContainer #indexArea5 .area5all .right1 .itemtext img {
  width: 2.65625vw;
  height: 2.65625vw;
}
.innerContainer #indexArea5 .area5all .right1 .itemtext p {
  font-size: 1.25vw;
  color: white;
  margin-top: 5%;
}
.innerContainer #indexArea5 .area5all a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.innerContainer #indexArea5 .area5all a:hover .itemtext {
  opacity: 0;
  transition: transform 0.4s ease;
}
.innerContainer #indexArea5 .area5all a:hover .area5itembg {
  transform: scale(1.2);
  transition: transform 0.4s ease;
}
.innerContainer #indexArea5 .area5all a:hover .ycitem {
  margin-top: 0;
  opacity: 0.9;
  transition: all 0.6s ease;
}
.innerContainer #indexArea5 .area5all a .ycitem1 {
  background-color: #2e97b7;
}
.innerContainer #indexArea5 .area5all a .ycitem2 {
  background-color: #d66c2b;
}
.innerContainer #indexArea5 .area5all a .ycitem3 {
  background-color: #ce3c54;
}
.innerContainer #indexArea5 .area5all a .ycitem4 {
  background-color: #3a6eb8;
}
.innerContainer #indexArea5 .area5all a .ycitem5 {
  background-color: #53bc94;
}
.innerContainer #indexArea5 .area5all a .ycitem6 {
  background-color: rgba(25, 143, 177, 0.93);
}
.innerContainer #indexArea5 .area5all a .ycitem {
  opacity: 0;
  margin-top: 14.6875vw;
  transition: all 0.6s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.innerContainer #indexArea5 .area5all a .ycitem > div {
  width: 64.5%;
}
.innerContainer #indexArea5 .area5all a .ycitem .yctop {
  flex: 1;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.innerContainer #indexArea5 .area5all a .ycitem .yctop img {
  width: 2.24vw;
  height: 2.24vw;
}
.innerContainer #indexArea5 .area5all a .ycitem .yctop p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 1.35vw;
  margin-top: 0.6vw;
}
.innerContainer #indexArea5 .area5all a .ycitem .ycbottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.innerContainer #indexArea5 .area5all a .ycitem .ycbottom p {
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.innerContainer #indexArea5 .area5all a .ycitem .ycbottom p:nth-of-type(2) {
  margin-bottom: 0.6vw;
}
.innerContainer #indexArea5 .area5all .area5itembg {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}
.innerContainer #indexArea6 {
  width: 100%;
  height: 827px;
  background: url(../images/area6Item_bg.png) no-repeat;
  background-size: 101% 101%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: relative;
  padding-bottom: 60px;
}
.innerContainer #indexArea6 .area6top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.innerContainer #indexArea6 .area6top p:nth-of-type(1) {
  font-size: 40px;
}
.innerContainer #indexArea6 .area6top img {
  width: 42px;
  height: 42px;
  margin: 16px 0;
}
.innerContainer #indexArea6 .area6top p:nth-of-type(2) {
  font-family: 'PFD-regular';
  font-size: 18px;
  letter-spacing: 0.1vw;
}
.innerContainer #indexArea6 .swiper4 {
  width: 1210px;
  height: 562px;
  overflow: hidden;
  position: relative;
}
.innerContainer #indexArea6 .swiper4 .swiper4prev {
  transition: all 0.4s ease;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 12vw;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.innerContainer #indexArea6 .swiper4 .swiper4prev span {
  display: inline-block;
  width: 11.5px;
  height: 11.5px;
  border: 2.88px solid #3e3a39;
  transform: rotate(45deg);
  border-right: transparent;
  border-top: transparent;
  position: relative;
  left: 1.92px;
}
.innerContainer #indexArea6 .swiper4 .swiper4prev:hover {
  background-color: #ff2d0a;
  transition: all 0.4s ease;
}
.innerContainer #indexArea6 .swiper4 .swiper4prev:hover span {
  border-color: #fff;
}
.innerContainer #indexArea6 .swiper4 .swiper4next {
  transition: all 0.4s ease;
  cursor: pointer;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 12vw;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.innerContainer #indexArea6 .swiper4 .swiper4next span {
  display: inline-block;
  width: 11.5px;
  height: 11.5px;
  border: 2.88px solid #3e3a39;
  transform: rotate(45deg);
  border-left: transparent;
  border-bottom: transparent;
  position: relative;
  right: 1.92px;
}
.innerContainer #indexArea6 .swiper4 .swiper4next:hover {
  background-color: #ff2d0a;
  transition: all 0.4s ease;
}
.innerContainer #indexArea6 .swiper4 .swiper4next:hover span {
  border-color: #fff;
}
.innerContainer #indexArea6 .swiper4 a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.innerContainer #indexArea6 .swiper4 a:hover .swiper4img img {
  transform: scale(1.2);
  transition: all 0.4s ease;
}
.innerContainer #indexArea6 .swiper4 a:hover div {
  border-top: 1px solid #ff2d0a;
}
.innerContainer #indexArea6 .swiper4 a:hover div .swiper4title {
  color: #007cb7;
  font-weight: 600;
  transition: all 0.4s ease;
}
.innerContainer #indexArea6 .swiper4 a:hover div p:nth-last-of-type(1) {
  color: #007cb7;
  transition: all 0.4s ease;
}
.innerContainer #indexArea6 .swiper4 a span {
  width: 255px;
  height: 255px;
  overflow: hidden;
  border-radius: 50%;
}
.innerContainer #indexArea6 .swiper4 a span img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}
.innerContainer #indexArea6 .swiper4 a div {
  transition: all 0.4s ease;
  height: 288px;
  width: 100%;
  border-top: 1px solid #626262;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12% 0;
}
.innerContainer #indexArea6 .swiper4 a div .swiper4title {
  transition: all 0.4s ease;
  font-size: 20px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  margin-bottom: 8%;
}
.innerContainer #indexArea6 .swiper4 a div .swiper4text {
  line-height: 24px;
  margin-bottom: 8%;
  color: #898989;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}
.innerContainer #indexArea6 .swiper4 a div p:nth-last-of-type(1) {
  transition: all 0.4s ease;
  color: #221815;
  font-size: 12px;
}
.innerContainer #indexArea6 .area6_img {
  position: absolute;
  right: 0;
  top: 0;
}
.innerContainer #indexArea6 .area6_img2 {
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: 10;
}
.innerContainer #indexArea6 .swiper4-pagination {
  position: absolute;
  margin-bottom: 2vw;
  left: 48vw;
  z-index: 99;
}
.innerContainer #indexArea6 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.innerContainer #indexArea6 .swiper-pagination-bullet-active {
  background-color: #007cb7;
}

.container {
  text-align: center;
  max-width: 1200px;
}

.hero-image {
  width: 100%;
  max-width: 800px;
  height: 400px;
  margin: 0 auto 3rem;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  /* 替换图片步骤：
               1. 准备图片文件
               2. 修改下方src属性为你的图片路径
               3. 建议图片比例16:9或3:2 */
}

.text-group {
  margin: 0 auto;
  padding: 0 20px;
}

.heading {
  font-size: 2.5rem;
  color: #2d3436;
  letter-spacing: 1.2px;
  margin-bottom: 1.2rem;
}

.subheading {
  font-size: 3rem;
  color: #222;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@keyframes movearro {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes infinitys {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes kms {
  50% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes brid1Move {
  0% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
  25% {
    transform: translate(50px, -50px) rotate(-10deg);
    opacity: 1;
  }
  50% {
    transform: translate(100px, -100px) rotate(-20deg);
    opacity: 1;
  }
  75% {
    transform: translate(150px, -150px) rotate(-30deg);
    opacity: 1;
  }
  100% {
    transform: translate(200px, -200px) rotate(-30deg);
    opacity: 0;
  }
}
@keyframes brid2Move {
  0% {
    transform: translate(0px, 0px) scale(1);
    opacity: 0;
  }
  25% {
    transform: translate(50px, 50px) scale(0.8);
    opacity: 1;
  }
  50% {
    transform: translate(100px, 100px) scale(0.7);
    opacity: 1;
  }
  75% {
    transform: translate(150px, 150px) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(200px, 200px) scale(0.5);
    opacity: 0;
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  12.5% {
    -webkit-transform: rotate(-3.5deg);
    transform: rotate(-3.5deg);
  }
  25% {
    -webkit-transform: rotate(4.5deg);
    transform: rotate(4.5deg);
  }
  37.5% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5.5deg);
    transform: rotate(5.5deg);
  }
  62.5% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(4.5deg);
    transform: rotate(4.5deg);
  }
  87.5% {
    -webkit-transform: rotate(-3.5deg);
    transform: rotate(-3.5deg);
  }
  100% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@keyframes jtmove {
  0% {
    transform: translateX(-0.8vw);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-0.8vw);
  }
}
@keyframes treein {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes denglongin {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes swing-tail {
  0% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  12.5% {
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
  }
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  37.5% {
    -webkit-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
  }
  50% {
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
  }
  62.5% {
    -webkit-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  87.5% {
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}
@keyframes denglong-tail {
  0% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  12.5% {
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
  }
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  37.5% {
    -webkit-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
  }
  50% {
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
  }
  62.5% {
    -webkit-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  87.5% {
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}
@media screen and (max-width: 1440px) {
  #nav1 .navtext {
    width: 890px;
  }
  .innerContainer .swiper1 .area2 .area2info,
  .play .playBox {
    width: 890px;
  }
  .innerContainer .swiper1 .area2 .area2info .area2item .aBox .itemtitle {
    top: 60%;
  }
  .area4item .itemEvery2 {
    left: 58%;
  }
  .innerContainer .area3item .Overall {
    font-size: 14px;

    line-height: 1.2;
  }
  .innerContainer .area3item .line-e {
    width: 26%;
  }
  .innerContainer .area3item .Opening {
    font-size: 26px;
    margin: 14px 0;
  }
  .innerContainer #indexArea1 .banner_info .banner_hours {
    font-size: 14px;
  }
  .innerContainer .area3item .View {
    margin: 2% 0;
    height: 38px;
  }
  .innerContainer #indexArea2 .area2info {
    width: 1250px;
    height: 186px;
  }
  .innerContainer #indexArea2 .area2info .area2item {
    width: 241.2px;
  }
  .innerContainer #indexArea2 .area2info .area2item .itemtitle {
    height: 34px;
  }
  .innerContainer #indexArea3 .swiper2 {
    width: 1050px;
    height: 423.5px;
  }
  .innerContainer #indexArea3 .swiper2 .swiper-pagination {
    left: 195px;
  }
  .innerContainer #indexArea6 .swiper4 {
    width: 1050px;
    height: 488px;
  }
  .innerContainer #indexArea6 .swiper4 a span {
    width: 221px;
    height: 221px;
  }
  .innerContainer #indexArea6 .swiper4 a div {
    height: 250px;
  }
  .innerContainer #indexArea6 .swiper4 a div .swiper4title {
    font-size: 18px;
  }
  .innerContainer #indexArea6 .swiper4 a div .swiper4text {
    line-height: 20px;
  }
  .innerContainer #indexArea1 .banner_info {
    width: 890px;
  }
  .innerContainer #indexArea1 .banner_info .banner_title2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
}
@media screen and (max-width: 1760px) {
  .innerContainer #indexArea2 {
    height: 40.77vw;
  }
}
@media screen and (max-width: 1590px) {
  .innerContainer #indexArea2 {
    height: 46.77vw;
  }
  .innerContainer #indexArea2 .text2 {
    top: 21%;
  }
  .content .content-item .image-show {
    width: 100% !important;
    height: 300px !important;
  }
  .content .content-item .image-show img {
    width: 100% !important;
    height: 300px !important;
  }
}
@media screen and (max-width: 1400px) {
  .innerContainer #indexArea2 {
    height: 50.77vw;
  }
  .innerContainer #indexArea3 {
    height: 48vw;
  }
  .innerContainer .area3item .View {
    width: 28%;
  }
  .play .View {
    width: 14%;
  }
}
@media screen and (max-width: 1280px) {
  .innerContainer #indexArea2 .text2 {
    top: 20%;
    width: 25.81vw;
  }
  .innerContainer #indexArea2 .text1 {
    width: 25.81vw;
  }
  .innerContainer #indexArea2 .area2info {
    width: 1180px;
  }
  .innerContainer #indexArea2 .area2info .area2item {
    width: 220px;
  }
  .innerContainer #indexArea2 .area2info .area2item a .itembg img {
    width: 100%;
  }
  .innerContainer
    #indexArea3
    .swiper2
    .swiper-slide
    .rightslide
    img:nth-of-type(1) {
    border-radius: 2vw;
  }
  .innerContainer
    #indexArea2
    .area2info
    .area2item
    a
    .itemtitle
    p:nth-child(1) {
    font-size: 25px;
  }
  .innerContainer
    #indexArea2
    .area2info
    .area2item
    a
    .itemtitle
    p:nth-child(1)
    .active {
    font-size: 25px;
  }
  .innerContainer
    #indexArea2
    .area2info
    .area2item
    a
    .itemtitle
    p:nth-child(2) {
    font-size: 15px;
  }
  .innerContainer #indexArea2 .area2info .area2item a .aBox {
    -webkit-mask-image: url(../images/tsjd_zzc2.png);
    left: 2px;
    top: 4px;
    width: 98%;
  }
  .innerContainer #indexArea5 .area5all {
    width: 1100px;
    height: 537.95px;
  }
  .innerContainer #indexArea5 .area5all .left1 {
    width: 797.89px;
  }
  .innerContainer #indexArea5 .area5all .left1 .top1 {
    height: 260px;
  }
  .innerContainer #indexArea5 .area5all .left1 .top1 div:nth-child(1) {
    width: 518px;
  }
  .innerContainer #indexArea5 .area5all .left1 .bottom1 {
    height: 260px;
  }
  .innerContainer #indexArea5 .area5all .left1 .bottom1 .top1_2 {
    width: 518px;
  }
  .innerContainer #indexArea6 {
    height: 850px;
  }
  .innerContainer #indexArea6 .swiper4-pagination {
    margin-bottom: 5vw;
  }
  .innerContainer #indexArea6 .area6top {
    margin-top: 40px;
  }
}
.innerContainer .cjwd {
  width: 100%;
  height: auto;
  background: url(../images/cjwd_dbg.jpg) no-repeat;
  position: relative;
}
.innerContainer .cjwd .cjwd_bg {
  background: url(../images/jpzs_banner.jpg) no-repeat center top;
  background-size: cover;
  height: 510px;
}
.innerContainer .cjwd #ywbdContent {
  position: relative;
  z-index: 99;
  width: 1172px;
  margin: -17px auto;
}
.innerContainer .cjwd #ywbdContent .ywbd-content-head .top-input button {
  background-color: #0f9e67;
  color: #fff;
}
.innerContainer .cjwd .wytw {
  width: 1171px;
  height: 78px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  font-size: 30px;
  border-bottom: rgba(230, 230, 230, 0.8) 1px solid;
}
.innerContainer .cjwd .wytw .wytw_btn {
  float: right;
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .innerContainer
    #indexArea1
    .swiper1
    .area2
    .area2info
    .area2item
    .aBox
    .itemtitle
    .itemtit
    .fir-p {
    font-size: 28px;
  }
  .innerContainer
    #indexArea1
    .swiper1
    .area2
    .area2info
    .area2item
    .aBox
    .itemtitle
    .itemtit
    .sec-p {
    margin: 6% 0 6% 0;
  }
  .innerContainer
    #indexArea1
    .swiper1
    .area2
    .area2info
    .area2item
    .aBox
    .itemtitle
    .itemtset {
    margin-top: 9px;
  }
}
@media screen and (min-width: 1241px) and (max-width: 1680px) {
  .innerContainer
    #indexArea1
    .swiper1
    .area2
    .area2info
    .area2item
    .aBox
    .itemtitle
    .itemtit
    .fir-p {
    font-size: 26px;
  }
  .innerContainer
    #indexArea1
    .swiper1
    .area2
    .area2info
    .area2item
    .aBox
    .itemtitle
    .itemtit
    .sec-p {
    margin: 4% 0 4% 0;
  }
  .innerContainer
    #indexArea1
    .swiper1
    .area2
    .area2info
    .area2item
    .aBox
    .itemtitle
    .itemtset {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1240px) {
  .innerContainer
    #indexArea1
    .swiper1
    .area2
    .area2info
    .area2item
    .aBox
    .itemtitle
    .itemtit
    .fir-p {
    font-size: 24px;
  }
  .innerContainer
    #indexArea1
    .swiper1
    .area2
    .area2info
    .area2item
    .aBox
    .itemtitle
    .itemtit
    .sec-p {
    margin: 3% 0 3% 0;
  }
  .innerContainer
    #indexArea1
    .swiper1
    .area2
    .area2info
    .area2item
    .aBox
    .itemtitle
    .itemtset {
    margin-top: 4px;
  }
}
