.innerContainer {
  /*.slider-nav-item {
    display: block;
    margin: 0 auto;
    width: 55px;
    height: 55px;
    position: relative;
    margin-bottom: 16px;
    -webkit-transition: opacity .8s cubic-bezier(.165, .84, .44, 1);
    -o-transition: opacity .8s cubic-bezier(.165, .84, .44, 1);
    transition: opacity .8s cubic-bezier(.165, .84, .44, 1);
    cursor: pointer
}

.slider-nav-item:after,
.slider-nav-item:before {
    content: "";
    display: block;
    border: 2px solid #f0c8a0;
    border-radius: 100%;
    position: absolute;
    width: 52px;
    height: 52px;
    left: 0;
    top: 0
}

.slider-nav-item:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 80ms, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) 80ms;
    transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 80ms, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) 80ms;
    -o-transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 80ms, transform .5s cubic-bezier(.455, .03, .515, .955) 80ms;
    transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 80ms, transform .5s cubic-bezier(.455, .03, .515, .955) 80ms;
    transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 80ms, transform .5s cubic-bezier(.455, .03, .515, .955) 80ms, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) 80ms
}

.slider-nav-item:after {
    border-color: #f0c8a0;
    opacity: 0;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: opacity .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .5s cubic-bezier(.25, .46, .45, .94);
    -o-transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .5s cubic-bezier(.25, .46, .45, .94), -webkit-transform .5s cubic-bezier(.25, .46, .45, .94)
}

.slider-nav-item-icon-container {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    overflow: hidden;
    background: url(./images/index/btn_prev.png ) no-repeat center center;
}

.slider-nav-item-prev .slider-nav-item-icon-container {
    background: url(./images/index/btn_next.png ) no-repeat center center
}


.slider-nav-item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    fill: #fff;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform .8s cubic-bezier(.165, .84, .44, 1);
    transition: transform .8s cubic-bezier(.165, .84, .44, 1);
    transition: transform .8s cubic-bezier(.165, .84, .44, 1), -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
    transition: transform .8s cubic-bezier(.165, .84, .44, 1), -webkit-transform .8s cubic-bezier(.165, .84, .44, 1)
}

.slider-nav-item-icon-1,
.slider-nav-item-icon-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform 0s cubic-bezier(.77, 0, .175, 1) 0s;
    transition: opacity 0s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform 0s cubic-bezier(.77, 0, .175, 1) 0s;
    -o-transition: transform 0s cubic-bezier(.77, 0, .175, 1) 0s, opacity 0s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: transform 0s cubic-bezier(.77, 0, .175, 1) 0s, opacity 0s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: transform 0s cubic-bezier(.77, 0, .175, 1) 0s, opacity 0s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform 0s cubic-bezier(.77, 0, .175, 1) 0s
}

.slider-nav-item-icon-2 {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
    -webkit-transition: opacity 0s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform 0s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: opacity 0s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform 0s cubic-bezier(.165, .84, .44, 1) 0s;
    -o-transition: transform 0s cubic-bezier(.165, .84, .44, 1) 0s, opacity 0s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: transform 0s cubic-bezier(.165, .84, .44, 1) 0s, opacity 0s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: transform 0s cubic-bezier(.165, .84, .44, 1) 0s, opacity 0s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform 0s cubic-bezier(.165, .84, .44, 1) 0s
}

.slider-nav-item-prev .icon {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.slider-nav-item-prev .slider-nav-item-icon-2 {
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px)
}

.slider-nav-item:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 50ms, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) 50ms;
    transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 50ms, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) 50ms;
    -o-transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 50ms, transform .5s cubic-bezier(.455, .03, .515, .955) 50ms;
    transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 50ms, transform .5s cubic-bezier(.455, .03, .515, .955) 50ms;
    transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 50ms, transform .5s cubic-bezier(.455, .03, .515, .955) 50ms, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) 50ms
}

.slider-nav-item:hover:before {
    opacity: 0;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: opacity .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .5s cubic-bezier(.25, .46, .45, .94);
    -o-transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .5s cubic-bezier(.25, .46, .45, .94), -webkit-transform .5s cubic-bezier(.25, .46, .45, .94)
}

.slider-nav-item:hover .slider-nav-item-icon-1 {
    opacity: 0;
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: opacity .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    transition: opacity .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    -o-transition: transform .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1)
}

.slider-nav-item:hover .slider-nav-item-icon-2 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    transition: opacity .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    -o-transition: transform .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1)
}

.slider-nav-item-prev:hover .slider-nav-item-icon-1 {
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px)
}

.slider-nav-item-next .slider-nav-item-icon-container {

    -webkit-animation: loadingiteam 1000ms linear alternate forwards infinite;
    animation: loadingiteam 1000ms linear alternate forwards infinite;

}


@-webkit-keyframes loadingiteam {
    0% {
        left: 10px;
    }

    100% {
        left: -4px;
    }
}

@keyframes loadingiteam {
    0% {
        left: 10px;
    }

    100% {
        left: -4px;
    }
}

.slider-nav-item-prev .slider-nav-item-icon-container {

    -webkit-animation: loadingiteam02 1000ms linear alternate forwards infinite;
    -ms-animation: loadingiteam02 1000ms linear alternate forwards infinite;
    -moz-animation: loadingiteam02 1000ms linear alternate forwards infinite;
    -o-animation: loadingiteam02 1000ms linear alternate forwards infinite;
    animation: loadingiteam02 1000ms linear alternate forwards infinite;

}

@keyframes loadingiteam02 {
    0% {
        left: -10px;
    }

    100% {
        left: 4px;
    }
}*/
}
.innerContainer #indexArea1 {
  position: relative;
  width: 100%;
  height: 41.1vw;
}
.innerContainer #indexArea1 .swiper1 {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.innerContainer #indexArea1 .swiper1 .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 17%;
  bottom: 22%;
  width: auto;
}
.innerContainer #indexArea1 .swiper1 .swiper-pagination-bullet {
  background-color: #a0a0a0;
  opacity: 1;
}
.innerContainer #indexArea1 .swiper1 .swiper-pagination-bullet-active {
  background-color: #cc2507;
}
.innerContainer #indexArea1 .swiper1 .swiper-wrapper .swiper-slide {
  position: relative;
}
.innerContainer #indexArea1 .swiper1 .swiper-wrapper .swiper-slide .swiperImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innerContainer #indexArea1 .swiper1 .swiper-wrapper .swiper-slide .swiperText {
  position: absolute;
  width: 30vw;
  left: 13%;
  top: 33%;
}
.innerContainer #indexArea1 .swiper1 .swiper-wrapper .swiper-slide .swiperText img {
  width: 100%;
}
.innerContainer #indexArea1 .swiper1 .area2 {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
  bottom: -12%;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info {
  width: 73%;
  margin: 0 auto;
  justify-content: space-around;
  display: flex;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .car1:hover .j1 {
  background: linear-gradient(to right, #d69c09, transparent);
  opacity: 1;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .car1 .j1 {
  opacity: 0;
  transition: all ease-out 0.7s;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .car2:hover .j2 {
  background: linear-gradient(to right, #d32d25, transparent);
  opacity: 1;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .car2 .j2 {
  opacity: 0;
  transition: all ease-out 0.7s;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .car3:hover .j3 {
  background: linear-gradient(to right, #e1882c, transparent);
  opacity: 1;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .car3 .j3 {
  opacity: 0;
  transition: all ease-out 0.7s;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .area2item {
  width: 31%;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 6px 29px rgba(30, 26, 10, 0.24);
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .area2item:hover .aBox img {
  transform: scale(1.1);
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .area2item .aBox {
  transition: all ease-out 0.3s;
  position: relative;
  display: flex;
  overflow: hidden;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .area2item .aBox img {
  transition: all ease-out 0.7s;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .area2item .aBox .guzhenShadow {
  border-radius: 8px;
  width: 100%;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .area2item .aBox .itemtitle {
  position: absolute;
  top: 24%;
  left: 12%;
  display: flex;
  flex-direction: column;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .area2item .aBox .itemtitle .itemtit {
  display: flex;
  flex-direction: column;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .area2item .aBox .itemtitle .itemtit p {
  color: #fff;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .area2item .aBox .itemtitle .itemtit .fir-p {
  font-size: 30px;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .area2item .aBox .itemtitle .itemtit .fir-p .active {
  color: #ccb11e;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .area2item .aBox .itemtitle .itemtit .sec-p {
  margin: 11% 0 12% 0;
  font-size: 22px;
  opacity: 0.8;
  letter-spacing: 3.5px;
  display: inline-block;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .area2item .aBox .itemtitle .itemtset {
  display: flex;
  align-items: center;
  margin-top: 13px;
  display: none;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .area2item .aBox .itemtitle .itemtset a {
  position: relative;
  font-size: 14px;
  color: #d69c09;
  background-color: #fff;
  border-radius: 17px;
  padding: 7px 17px;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .area2item .aBox .itemtitle .itemtset a div {
  display: flex;
  align-items: center;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .area2item .aBox .itemtitle .itemtset a .triangle {
  margin-top: 1px;
  margin-left: 13px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #d69c09;
}
.innerContainer #indexArea1 .swiper1 .area2 .area2info .area2item .aBox .itemtitle .itemtset:hover .triangle {
  animation: movearro 1s linear;
}
.innerContainer #indexArea1 .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 {
  background: url("../../images/index/cart_bg.png") no-repeat;
  background-size: 100% 100%;
  height: auto;
  position: relative;
}
.innerContainer .play .scenic-box {
  padding-top: 77px;
}
.innerContainer .play .scenic-box .scenic-title {
  margin-bottom: 50px;
}
.innerContainer .play .scenic-box .paly-content {
  margin: 0 auto;
  width: 1440px;
}
.innerContainer .play .scenic-box .paly-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.innerContainer .play .scenic-box .paly-content ul li {
  overflow: hidden;
  margin-bottom: 10px;
  width: 24%;
  position: relative;
}
.innerContainer .play .scenic-box .paly-content ul li a .play-text {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.innerContainer .play .scenic-box .paly-content ul li a .play-text span:first-child {
  display: none;
  font-size: 30px;
  letter-spacing: 1px;
}
.innerContainer .play .scenic-box .paly-content ul li a .play-text span:last-child {
  font-size: 28px;
  text-align: center;
}
.innerContainer .play .scenic-box .paly-content ul li a img {
  width: 100%;
  height: 100%;
  transition: all ease-out 0.7s;
  object-fit: cover;
}
.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;
}
@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) {
  .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;
  }
}
@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;
  }
}
@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;
  }
}
