* {
  box-sizing: border-box;
}
.is-whole {
  width: 100%;
  position: relative;
  background: #f0f0f0;
}
.is-whole .is-top {
  width: 1200px;
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.is-whole .is-back {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.is-whole .is-back .r-back {
  opacity: 0.8;
}
.is-whole .v-banner {
  width: 1200px;
  display: flex;
  align-items: baseline;
  margin: 55px auto 0 auto;
  padding-bottom: 64px;
}
.is-whole .v-banner img {
  width: 350px;
  height: 520px;
}
.is-whole .v-banner .c-banner {
  position: relative;
}
.is-whole .v-banner .c-banner video {
  width: 860px;
  height: 478px;
  cursor: pointer;
}
.is-whole .v-banner .c-banner .v-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}
.is-whole .v-banner .c-banner .v-cover img {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  pointer-events: auto;
  cursor: pointer;
}
.is-whole .v-banner .c-banner .v-pic {
  width: 860px;
  height: 480px;
}
.is-contain {
  width: 1200px;
  margin: 60px auto 60px auto;
  display: flex;
  justify-content: space-between;
}
.is-contain .c-right {
  width: calc(1200px - 305px);
  height: 406px;
  padding: 30px 40px 30px 30px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.is-contain .c-right .Swiper01 {
  margin-top: 30px;
}
.is-contain .c-right .Swiper01 .swiper-slide {
  width: 253px;
}
.is-contain .c-right .Swiper01 .swiper-slide img {
  width: 100%;
  height: 175px;
}
.is-contain .c-right .Swiper01 .swiper-wrapper {
  justify-content: space-between;
}
.is-contain .c-right .Swiper01 .swiper-button-next,
.is-contain .c-right .Swiper01 .swiper-button-prev {
  width: 30px;
  height: 52px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  top: 42%;
}
.is-contain .c-right .Swiper01 .swiper-button-prev {
  left: 0;
}
.is-contain .c-right .Swiper01 .swiper-button-next {
  right: 0;
}
.is-contain .c-right .Swiper01 .swiper-button-next::after,
.is-contain .c-right .Swiper01 .swiper-button-prev::after {
  font-size: 22px;
}
.is-contain .c-right .Swiper01 p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3d3d3d;
  padding-top: 20px;
}
.is-list {
  width: 1200px;
  margin: 0 auto;
  height: 490px;
  overflow: hidden;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.is-list .list-top {
  width: 100%;
  height: 200px;
  background-image: url(../images/story.png);
  background-size: 100%;
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.is-list .list-top img {
  object-fit: scale-down;
}
.is-list .temp-list {
  width: 1200px;
  height: 265px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #ffffff;
  padding: 40px;
}
.is-list .temp-list li {
  width: 48%;
  border-bottom: 2px #dddddd dotted;
  line-height: 60px;
  height: 60px;
  display: flex;
  align-items: center;
}
.is-list .temp-list li img {
  width: 5px;
  height: 10px;
  margin-right: 10px;
}
.is-list .temp-list li a {
  display: inline-block;
  width: 75%;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.is-list .temp-list li .m-time {
  width: 20%;
  text-align: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.is-hotel {
  width: 1200px;
  margin: 60px auto;
  height: 540px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.is-hotel .list-top {
  width: 100%;
  height: 200px;
  background-image: url(../images/hotel.png);
  background-size: 100%;
  display: flex;
  flex: 1;
}

.list-top{
  background-repeat: no-repeat;
  align-items: center;
}
.is-hotel .list-top img {
  object-fit: scale-down;
}
.is-hotel .Swiper02 {
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}
.is-hotel .Swiper02 .swiper-slide {
  width: 256px;
}
.is-hotel .Swiper02 .swiper-slide img {
  width: 100%;
  height: 175px;
}
.is-hotel .Swiper02 .swiper-wrapper {
  justify-content: space-between;
  height: 300px;
}
.is-hotel .Swiper02 .swiper-button-prev {
  width: 27px;
  height: 27px;
  background: #cccccc;
  color: #ffffff;
  top: 90%;
  left: 46.5%;
}
.is-hotel .Swiper02 .swiper-button-next {
  width: 27px;
  height: 27px;
  background: #ca0500;
  color: #ffffff;
  top: 90%;
  right: 46.5%;
}
.is-hotel .Swiper02 .swiper-button-next::after,
.is-hotel .Swiper02 .swiper-button-prev::after {
  font-size: 16px;
}
.is-hotel .Swiper02 p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3d3d3d;
  padding-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.is-warpper {
  width: 100%;
  border-top: 5px solid #ca0500;
}






.g-special{position:relative;margin-top:30px;width:100%;}
.g-special li{float:left;margin-right:34px;width:253px!important;}
.g-special li img{width:253px!important;height:175px;}
.g-special li a p{padding-top:20px;color:#3d3d3d;text-align:center;font-weight:400;font-size:16px;}
.g-special li:last-child{margin-right:0;}
.g-special .hd a{position:absolute;z-index:9999999;display:inline-block;width:28px;height:54px;background:rgba(0,0,0,.5);color:#fff;text-align:center;font-size:26px;line-height:54px;transform:translateY(-50%);}
.g-special .hd .prev{top:42%;left:0;border-radius:0 5px 5px 0;}
.g-special .hd .next{top:42%;right:0;border-radius:5px 0 0 5px;}


.m-check{margin:40px 40px 0 40px;}
.g-gs{position:relative;width:100%;height:280px;}
.g-gs li{float:left;margin-right:30px;width:256px!important;}
.g-gs li img{width:256px!important;height:175px;}
.g-gs li a p{display:-webkit-box;overflow:hidden;padding-top:20px;width:100%;color:#3d3d3d;text-align:center;text-overflow:ellipsis;white-space:normal;word-wrap:break-word;font-weight:400;font-size:16px;font-family:Microsoft YaHei;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.g-gs li:last-child{margin-right:0;}
.g-gs .hd a{position:absolute;z-index:9999999;display:inline-block;width:27px;height:27px;background:#ccc;color:#fff;text-align:center;font-size:15px;line-height:27px;transform:translateY(-50%);}
.g-gs .hd a:hover{background:#ca0500;}
.g-gs .hd .prev{top:94%;left:46.5%;}
.g-gs .hd .next{top:94%;right:46.5%;}



@media screen and (max-width: 767px) {
  .is-whole .is-top {
    width: 95%;
    margin: 0 auto;
    top: 0;
    left: 100px;
  }
  .is-whole .is-top .is-back {
    justify-content: center;
  }
  .is-whole .is-top .is-back a img {
    width: 200px;
  }
  .is-whole .r-back {
    display: none;
  }
  .is-whole .v-banner {
    width: 95%;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .is-whole .v-banner img {
    display: none;
  }
  .is-whole .v-banner .c-banner video {
    width: 100%;
    height: auto;
  }
  .is-whole .v-banner .c-banner .v-cover {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .is-whole .v-banner .c-banner .v-cover img {
    display: block;
  }
  .is-contain {
    width: 100%;
    margin: 20px auto;
  }
  .is-contain .m-travel {
    display: none;
  }
  .is-contain .c-right {
    width: 98%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
  }
  .is-contain .c-right .Swiper01 .swiper-slide {
    width: 33% !important;
    margin-right: 10px !important;
  }
  .is-contain .c-right .Swiper01 .swiper-slide img {
    width: 100%;
    height: 100px;
  }
  .is-contain .c-right .Swiper01 img {
    width: 100%;
  }
  .is-contain .c-right .Swiper01 .swiper-button-next,
  .is-contain .c-right .Swiper01 .swiper-button-prev {
    width: 20px;
    height: 30px;
  }
  .is-contain .c-right .Swiper01 .swiper-button-next::after,
  .is-contain .c-right .Swiper01 .swiper-button-prev::after {
    font-size: 14px;
  }
  .is-list {
    width: 100%;
    height: auto;
  }
  .is-list .list-top {
    height: auto;
  }
  .is-list .list-top img {
    width: 24%;
  }
  .is-list .temp-list {
    width: 100%;
    height: 540px;
    padding: 20px;
  }
  .is-list .temp-list li {
    width: 100%;
  }
  .is-hotel {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .is-hotel .list-top {
    height: auto;
  }
  .is-hotel .list-top img {
    width: 24%;
  }
  .is-hotel .Swiper02 {
    width: 98%;
    margin: 20px auto;
  }
  .is-hotel .Swiper02 .swiper-slide {
    width: 24.5% !important;
    margin-right: 10px !important;
  }
  .is-hotel .Swiper02 .swiper-slide img {
    height: 100px;
  }
  .is-hotel .Swiper02 img {
    width: 100%;
  }
  .is-hotel .Swiper02 .swiper-button-prev {
    left: 30%;
  }
  .is-hotel .Swiper02 .swiper-button-next {
    right: 30%;
  }
  .is-hotel .Swiper02 .swiper-wrapper {
    height: 220px;
  }
  .g-gs .hd .prev{
    left: 36%;
  }
  .g-gs .hd .next{
    right: 36%;
  }
}
@media screen and (max-width: 414px) {
  .is-hotel .Swiper02 .swiper-slide img {
    height: 70px;
  }
}
