/*********************** 首页 ***********************/
@font-face {
  font-family: "NotoSerifCJKsc-Black";
  src: url("../js/NotoSerifCJKsc-Black.otf");
}

.index-banner {
  width: 100%;
  height: 700px;
  position: relative;
}

.index-banner .index-banner-swiper {
  width: 100%;
  height: 100%;
}

.index-banner .index-banner-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-banner .mobile-i-swiper {
  display: none;
}

.index-banner .index-search {
  width: 100%;
  height: 90px;
  position: absolute;
  line-height: 90px;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
}

.index-banner .index-search .wd1600 form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-banner .index-search .wd1600 form .plan {
  font-size: 22px;
  color: #ffd203;
}

.index-banner .index-search .wd1600 form .box {
  display: flex;
  align-items: center;
}

.index-banner .index-search .wd1600 form .box .box-item {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.index-banner .index-search .wd1600 form .box .box-item img {
  width: 26px;
  margin-right: 14px;
}

.index-banner .index-search .wd1600 form .box .box-item span {
  font-size: 20px;
  color: #fff;
  margin-right: 19px;
}

.index-banner .index-search .wd1600 form .box .box-item .input {
  width: 1000px;
  height: 51px;
  background-color: #ffffff;
}

.index-banner .index-search .wd1600 form .box .box-item .input input {
  width: 100%;
  height: 100%;
  display: block;
}

.index-banner .index-search .wd1600 form .box .box-item .input input::placeholder {
  font-size: 16px;
}

.index-banner .index-search .wd1600 form .box button {
  display: block;
  width: 240px;
  height: 51px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 51px;
  margin-left: 43px;
  background-color: #ff9e00;
  border: solid 1px #ffc82d;
  cursor: pointer;
  transition: 0.3s;
}

.index-banner .index-search .wd1600 form .box button:hover {
  background-color: #ffd203;
  color: #000;
}

.index-banner-swiper .swiper-button-prev {
  background-image: url("../img/index/banner_arrow_l.png");
}

.index-banner-swiper .swiper-button-next {
  background-image: url("../img/index/banner_arrow_r.png");
}

.index-banner-swiper .swiper-button-next,
.index-banner-swiper .swiper-button-prev {
  opacity: 0;
  transition: 1s;
  width: 55px;
  height: 75px;
  background-size: auto;
  top: 42%;
}

.index-banner:hover .index-banner-swiper .swiper-button-prev {
  opacity: 1;
}

.index-banner:hover .index-banner-swiper .swiper-button-next {
  opacity: 1;
}

.index-banner-swiper .swiper-pagination-bullets {
  bottom: 110px;
}

.index-banner-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 14px;
  height: 14px;
}

.index-banner-swiper .swiper-pagination-bullet-active {
  background: #ffd23a;
}

.mobile-i-swiper .swiper-pagination-bullets {
  bottom: 0;
}

.index-Title .title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-Title .title span {
  font-size: 42px;
  margin: 0 15px;
  font-weight: bold;
  font-family: 'NotoSerifCJKsc-Black';
  color: #000000;
}

.index-Title .intro {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
}

.index-travel {
  padding: 50px 0 0;
  background-color: #fff;
}

.index-travel .travel-box {
  margin-top: 49px;
  padding: 70px 0 60px;
  background-image: url("../img/index_bg1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

.index-travel .travel-box .wd1600 .picture {
  background-color: #fff;
  width: 660px;
  padding: 30px;
  box-sizing: border-box;
}

.index-travel .travel-box .wd1600 .picture .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-weight: bold;
}

.index-travel .travel-box .wd1600 .picture .title h3 {
  font-size: 36px;
  margin: 0;
  font-weight: bold;
}

.index-travel .travel-box .wd1600 .picture .title a img {
  width: 40px;
}

.index-travel .travel-box .wd1600 .picture .title a .icon2 {
  display: none;
}

.index-travel .travel-box .wd1600 .picture .title a:hover .icon1 {
  display: none;
}

.index-travel .travel-box .wd1600 .picture .title a:hover .icon2 {
  display: block;
}

.index-travel .travel-box .wd1600 .picture .intro {
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
}

.index-travel .travel-box .wd1600 .picture .bot {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.index-travel .travel-box .wd1600 .picture .bot a {
  display: block;
  overflow: hidden;
}

.index-travel .travel-box .wd1600 .picture .bot a img {
  width: 288px;
  transition: 0.4s;
}

.index-travel .travel-box .wd1600 .picture .bot a:hover img {
  transform: scale(1.1);
}

.index-clock {
  background-color: #fff;
  padding: 35px 0 0;
}

.index-clock .wd1600 .clock-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.index-clock .wd1600 .clock-title h3 {
  margin: 0;
  font-size: 36px;
  color: #000000;
  font-weight: bold;
}

.index-clock .wd1600 .clock-title ul {
  display: flex;
  float: right;
  align-items: center;
  display: inline-block;
  width: 100%;
}

.index-clock .wd1600 .clock-title ul li {
  float: left;
  width: 10%;
  min-width: 120px;
  margin-left: 1%
}

.index-clock .wd1600 .clock-title ul li a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  transition: 0.3s;
  color: #000;
}

.index-clock .wd1600 .clock-title ul .li-active a {
  background-color: #ffd203;
}

.index-clock .wd1600 .clock-title ul li:hover a {
  background-color: #ffd203;
}

.index-clock .wd1600 .clock-box {
  margin-top: 36px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.index-clock .wd1600 .clock-box .clock-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}

.index-clock .wd1600 .clock-box .clock-item .img {
  overflow: hidden;
}

.index-clock .wd1600 .clock-box .clock-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.index-clock .wd1600 .clock-box .clock-item .title {
  margin-top: 24px;
  display: flex;
  align-items: center;
}

.index-clock .wd1600 .clock-box .clock-item .title div {
  width: 0;
  height: 1px;
  margin-right: 5px;
  transition: 0.3s;
  background-color: #818999;
}

.index-clock .wd1600 .clock-box .clock-item .title span {
  font-size: 16px;
}

.index-clock .wd1600 .clock-box .clock-item:nth-of-type(3n) {
  margin-right: 0;
}

.index-why {
  padding: 55px 0 180px;
  background-image: url("../img/index_bg2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.index-why .index-Title .title span {
  color: #fff;
}

.index-why .index-Title .intro {
  color: #fff;
}

.index-why .why-box {
  margin-top: 160px;
}

.index-why .why-box .across {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}

.index-why .why-box .across .item {
  width: 423px;
  padding: 25px 44px 30px;
  margin-right: 27px;
  box-sizing: border-box;
  background-color: #ffd203;
  cursor: pointer;
  transition: 0.3s;
}

.index-why .why-box .across .item .top {
  display: flex;
  align-items: center;
}

.index-why .why-box .across .item .top span {
  font-size: 60px;
  font-weight: bold;
  margin-right: 20px;
  color: #040003;
}

.index-why .why-box .across .item .top .r-word .c-word {
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 6px;
  color: #020100;
}

.index-why .why-box .across .item .top .r-word .e-word {
  font-size: 30px;
  color: #010002;
  text-transform: uppercase;
}

.index-why .why-box .across .item .bot {
  margin-top: 10px;
  color: #000000;
  line-height: 30px;
}

.index-why .why-box .across .item .bot p {
  font-size: 16px;
}

.index-food {
  padding: 60px 0 0;
}

.index-food .big-show {
  height: 400px;
  margin-top: 45px;
  background-image: url("../img/index_bg3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;

}

.index-food .mobile-show {
  margin-top: 20px;
  display: none;
}

.index-food .food-box {
  padding: 65px 0 65px;
  background-color: #f2f2f2;
}

.index-food .food-box .wd1600 {
  display: flex;
  flex-wrap: wrap;
}

.index-food .food-box .wd1600 .item {
  width: 23.5%;
  margin-right: 2%;
  display: flex;
  margin-bottom: 25px;
  flex-direction: column;
}

.index-food .food-box .wd1600 .item .img {
  overflow: hidden;
}

.index-food .food-box .wd1600 .item .img img {
  width: 100%;
  transition: 0.3s;
}

.index-food .food-box .wd1600 .item .name {
  text-align: center;
  padding: 23px 0;
  transition: 0.3s;
}

.index-food .food-box .wd1600 .item .name .c {
  font-size: 18px;
}

.index-food .food-box .wd1600 .item .name .e {
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.index-food .food-box .wd1600 .item:nth-of-type(4n) {
  margin-right: 0;
}

.index-food .food-box .wd1600 .item:nth-of-type(even) {
  flex-direction: column-reverse;
}

.index-hotel {
  padding: 59px 0 85px;
}

.index-hotel .big-show {
  height: 450px;
  margin-top: 45px;
  background-image: url("../img/index_bg4.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

.index-hotel .mobile-show {
  margin-top: 20px;
  display: none;
}

.index-hotel .hotel-box {
  padding: 277px 0 0;
  position: relative;
}

.index-hotel .hotel-box .plateau {
  padding: 50px 0;
  position: absolute;
  width: 95%;
  left: 50%;
  top: -116px;
  z-index: 2;
  background-color: #fff;
  transform: translateX(-50%);
}

.index-hotel .hotel-box .plateau .title {
  font-size: 40px;
  text-align: center;
  color: #000000;
}

.index-hotel .hotel-box .plateau .e-title {
  margin-top: 16px;
  font-size: 16px;
  color: #999;
  text-align: center;
  text-transform: uppercase;
}

.index-hotel .hotel-box .plateau .serve {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.index-hotel .hotel-box .plateau .serve .serve-item {
  text-align: center;
  cursor: pointer;
}

.index-hotel .hotel-box .plateau .serve .serve-item img {
  width: 116px;
  transition: 0.5s;
}

.index-hotel .hotel-box .plateau .serve .serve-item div {
  font-size: 18px;
  color: #666;
  margin-top: 5px;
}

.index-hotel .hotel-box .plateau .serve .serve-item:hover img {
  transform: rotate(360deg);
}

.index-hotel .hotel-box .hotel-photo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-hotel .hotel-box .hotel-photo .big-l {
  width: 49%;
  margin-right: 1%;
  height: 596px;
  position: relative;
  overflow: hidden;
}

.index-hotel .hotel-box .hotel-photo .big-l>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.index-hotel .hotel-box .hotel-photo .big-l .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.5s;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}

.index-hotel .hotel-box .hotel-photo .big-l .shade span {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}

.index-hotel .hotel-box .hotel-photo .small-r {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index-hotel .hotel-box .hotel-photo .small-r .box {
  width: 49%;
  height: 288px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.index-hotel .hotel-box .hotel-photo .small-r .box>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.index-hotel .hotel-box .hotel-photo .small-r .box .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.5s;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}

.index-hotel .hotel-box .hotel-photo .small-r .box .shade span {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}

.index-hotel .hotel-box .hotel-photo .small-r .box:nth-of-type(3),
.index-hotel .hotel-box .hotel-photo .small-r .box:nth-of-type(4) {
  margin-bottom: 0;
}

.index-guide {
  padding: 55px 0 114px;
  background-color: #f8f8f8;
}

.index-guide .guide-box .wd1600 {
  margin-top: 50px;
  display: flex;
}

.index-guide .guide-box .wd1600 .headline {
  width: 520px;
  margin-right: 40px;
  border: 1px solid #efeeee;
  background: #fff;
}

.index-guide .guide-box .wd1600 .headline .img {
  height: 390px;
  overflow: hidden;
}

.index-guide .guide-box .wd1600 .headline .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.index-guide .guide-box .wd1600 .headline .info {
  background-color: #fff;
  padding: 39px 28px;
  overflow: hidden;
  transition: 0.3s;
}

.index-guide .guide-box .wd1600 .headline .info .title {
  font-size: 22px;
  line-height: 44px;
  transition: 0.3s;
  -webkit-line-clamp: 2;
}

.index-guide .guide-box .wd1600 .headline .info .intro {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
  line-height: 30px;
  text-align: justify;
  transition: 0.3s;
  -webkit-line-clamp: 3;
}

.index-guide .guide-box .wd1600 .headline .info .time {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  color: #999;
  float: right;
  transition: 0.3s;
}

.index-guide .guide-box .wd1600 .guide-r {
  flex: 1;
}

.index-guide .guide-box .wd1600 .guide-r .guide-new {
  position: relative;
  background-color: #ffffff;
  border: solid 1px #efeeee;
  padding: 30px 45px;
}

.index-guide .guide-box .wd1600 .guide-r .guide-new .n-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-guide .guide-box .wd1600 .guide-r .guide-new .n-top .b-tit {
  font-size: 30px;
  color: #ff9e00;
  font-weight: bold;
}

.index-guide .guide-box .wd1600 .guide-r .guide-new .n-top .more {
  display: flex;
  align-items: center;
}

.index-guide .guide-box .wd1600 .guide-r .guide-new .n-top .more span {
  font-size: 16px;
  color: #515151;
  margin-right: 6px;
}

.index-guide .guide-box .wd1600 .guide-r .guide-new .n-top .more img {
  width: 28px;
}

.index-guide .guide-box .wd1600 .guide-r .guide-new .n-top .more .icon2 {
  display: none;
}

.index-guide .guide-box .wd1600 .guide-r .guide-new .guide-tt-swiper {
  width: 950px;
  margin-top: 30px;
  position: initial;
}

.index-guide .guide-box .wd1600 .guide-r .guide-new .guide-tt-swiper .swiper-slide {
  overflow: hidden;
}

.index-guide .guide-box .wd1600 .guide-r .guide-new .guide-tt-swiper .swiper-slide .title {
  font-size: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s;
}

.index-guide .guide-box .wd1600 .guide-r .guide-new .guide-tt-swiper .swiper-slide .intro {
  margin-top: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #999;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-guide .guide-box .wd1600 .guide-r .guide-new .guide-tt-swiper .swiper-slide .time {
  margin-top: 20px;
  float: right;
  font-size: 16px;
  color: #999;
}

.index-guide .guide-box .wd1600 .guide-r .guide-xx {
  margin-top: 29px;
  position: relative;
  padding-bottom: 0;
}

.index-guide .guide-box .wd1600 .guide-r .guide-xx .n-bot {
  overflow: hidden;
}

.index-guide .guide-box .wd1600 .guide-r .guide-xx .n-bot .kefu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 446px;
}

.index-guide .guide-box .wd1600 .guide-r .guide-xx .n-bot .guide-xx-swiper {
  width: 500px;
  float: right;
  padding-top: 30px;
  min-height: 250px;
  position: initial;
  box-sizing: border-box;
}

.index-guide .guide-box .wd1600 .guide-r .guide-xx .n-bot .guide-xx-swiper .swiper-slide .strip {
  display: block;
}

.index-guide .guide-box .wd1600 .guide-r .guide-xx .n-bot .guide-xx-swiper .swiper-slide .strip .g-wen {
  display: flex;
  align-items: center;
}

.index-guide .guide-box .wd1600 .guide-r .guide-xx .n-bot .guide-xx-swiper .swiper-slide .strip .g-wen .word {
  width: 30px;
  height: 30px;
  background-color: #ff9e00;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-right: 15px;
}

.index-guide .guide-box .wd1600 .guide-r .guide-xx .n-bot .guide-xx-swiper .swiper-slide .strip .g-wen .tit {
  font-size: 22px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s;
}

.index-guide .guide-box .wd1600 .guide-r .guide-xx .n-bot .guide-xx-swiper .swiper-slide .strip .g-da {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
}

.index-guide .guide-box .wd1600 .guide-r .guide-xx .n-bot .guide-xx-swiper .swiper-slide .strip .g-da .word {
  width: 30px;
  height: 30px;
  background-color: #a0a0a0;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-right: 15px;
}

.index-guide .guide-box .wd1600 .guide-r .guide-xx .n-bot .guide-xx-swiper .swiper-slide .strip .g-da .intro {
  flex: 1;
  font-size: 16px;
  color: #999;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-guide .guide-box .wd1600 .guide-r .guide-xx .n-bot .guide-xx-swiper .swiper-slide .strip1 {
  margin-bottom: 27px;
}

.index-guide-swiper .swiper-button-next,
.index-guide-swiper .swiper-button-prev {
  width: 10px;
  height: 18px;
  background-size: auto;
  margin-top: 0;
}

.index-guide-swiper .swiper-button-next {
  right: 130px;
  top: 42px;
  background-image: url("../img/index/arrow_r.png");
}

.index-guide-swiper .swiper-button-prev {
  left: auto;
  right: 160px;
  top: 42px;
  background-image: url("../img/index/arrow_l.png");
}

.index-guide-swiper .swiper-button-next:hover {
  background-image: url("../img/index/arrow_r2.png");
}

.index-guide-swiper .swiper-button-prev:hover {
  background-image: url("../img/index/arrow_l2.png");
}

#go-top {
  display: none;
  position: fixed;
  bottom: 10%;
  right: 30px;
  z-index: 99;
  width: 60px;
  cursor: pointer;
}

/*********************** 首页 ***********************/
@media screen and (min-width: 1200px) {
  .index-food .food-box .wd1600 .item:hover .img img {
    transform: scale(1.1);
  }

  .index-food .food-box .wd1600 .item:hover .name {
    background-color: #fff;
  }

  .index-hotel .hotel-box .hotel-photo .big-l:hover .shade {
    opacity: 1;
  }

  .index-hotel .hotel-box .hotel-photo .big-l:hover>img {
    transform: scale(1.1);
  }

  .index-hotel .hotel-box .hotel-photo .small-r .box:hover .shade {
    opacity: 1;
  }

  .index-hotel .hotel-box .hotel-photo .small-r .box:hover>img {
    transform: scale(1.1);
  }

  .index-clock .wd1600 .clock-box .clock-item:hover .img img {
    transform: scale(1.1);
  }

  .index-clock .wd1600 .clock-box .clock-item:hover .title div {
    width: 27px;
  }

  .index-guide .guide-box .wd1600 .headline:hover .img img {
    transform: scale(1.1);
  }

  .index-guide .guide-box .wd1600 .headline:hover {
    box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
  }

  .index-guide .guide-box .wd1600 .headline:hover .info {
    background-color: #fff;
  }

  .index-guide .guide-box .wd1600 .headline:hover .info .title {
    color: #ffa616;
  }

  .index-guide .guide-box .wd1600 .headline:hover .info .intro {
    /*color: #fff;*/
  }

  .index-guide .guide-box .wd1600 .headline:hover .info .time {
    /*color: #fff;*/
  }

  .index-guide .guide-box .wd1600 .guide-r .guide-new .guide-tt-swiper .swiper-slide:hover .title {
    color: #ff9e00;
  }

  .index-guide .guide-box .wd1600 .guide-r .guide-xx .n-bot .guide-xx-swiper .swiper-slide .strip:hover .g-wen .tit {
    color: #ff9e00;
  }

  .index-guide .guide-box .wd1600 .guide-r .guide-new .n-top .more:hover span {
    color: #ff9e00;
  }

  .index-guide .guide-box .wd1600 .guide-r .guide-new .n-top .more:hover .icon1 {
    display: none;
  }

  .index-guide .guide-box .wd1600 .guide-r .guide-new .n-top .more:hover .icon2 {
    display: block;
  }

  .index-why .why-box .across .item:hover {
    background-color: #ffffff;
    box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 1600px) {
  .index-banner .index-search .wd1600 form .box .box-item .input {
    width: 880px;
  }

  .index-banner .index-search .wd1600 form .box button {
    width: 150px;
  }

  .index-why {
    background-position: center;
    background-size: cover;
  }

  .index-guide .guide-box .wd1600 .headline .img {
    height: auto;
  }

  .index-guide .guide-box .wd1600 .guide-r .guide-new .guide-tt-swiper {
    width: 900px;
  }

  .index-guide .guide-box .wd1600 .headline {
    margin-right: 20px;
  }

  .index-guide .guide-box .wd1600 .headline .info {
    padding: 20px;
  }

  .index-travel .travel-box,
  .index-food .big-show,
  .index-hotel .big-show {
    background-size: auto;
  }
}

@media screen and (max-width: 1400px) {
  .index-banner .index-search .wd1600 form .box .box-item .input {
    width: 780px;
  }

  .index-hotel .hotel-box .plateau {
    width: auto;
    max-width: 1600px;
    position: initial;
    transform: none;
  }

  .index-hotel .hotel-box {
    padding: 0;
  }

  .index-guide .guide-box .wd1600 {
    display: block;
  }

  .index-guide .guide-box .wd1600 .guide-r .guide-new .guide-tt-swiper {
    width: 100%;
  }

  .index-guide .guide-box .wd1600 .headline {
    display: flex;
    width: 100%;
  }

  .index-guide .guide-box .wd1600 .guide-r {
    margin-top: 20px;
  }

  .index-guide .guide-box .wd1600 .guide-r .guide-xx .n-bot .guide-xx-swiper {
    width: 60%;
  }
}

@media screen and (max-width: 1360px) {
  .index-banner .index-search .wd1600 form .box .box-item .input {
    width: 700px;
  }
}

@media screen and (max-width: 1200px) {
  #go-top {
    display: none !important;
  }

  .index-banner {
    height: auto;
  }

  .index-banner .index-search .wd1600 form .plan {
    display: none;
  }

  .index-travel .travel-box .wd1600 .picture {
    margin: auto;
  }

  .index-banner .index-search .wd1600 form .box .box-item:first-child {
    margin-left: 0;
  }

  .index-banner .index-search .wd1600 {
    display: flex;
    justify-content: center;
  }

  .index-banner .index-search .wd1600 form .box .box-item .input {
    width: 480px;
  }

  .index-hotel .hotel-box .hotel-photo .small-r .box,
  .index-hotel .hotel-box .hotel-photo .big-l {
    height: auto;
  }

  .index-hotel .hotel-box .hotel-photo .small-r .box {
    margin-bottom: 10px;
  }

  .index-food .big-show,
  .index-hotel .big-show {
    display: none;
  }

  .index-food .mobile-show,
  .index-hotel .mobile-show {
    display: block;
  }
}

@media screen and (max-width: 1024px) {

  .index-banner .index-search .wd1600 form .box .box-item img,
  .index-banner .index-search .wd1600 form .box .box-item span {
    display: none;
  }

  .index-banner .index-search {
    height: auto;
    line-height: normal;
    padding: 10px 0;
  }

  .index-banner .index-search .wd1600,
  .index-banner .index-search .wd1600 form {
    display: block;
  }

  .index-banner .index-search .wd1600 form .box .box-item,
  .index-banner .index-search .wd1600 form .box button {
    margin-left: 0;
  }

  .index-banner .index-search .wd1600 form .box .box-item .input {
    width: auto;
  }

  .index-banner .index-search .wd1600 form .box {
    justify-content: space-between;
  }

  .index-banner .index-search .wd1600 form .box button {
    width: 20%;
    font-size: 16px;
  }

  .index-banner .index-search .wd1600 form .box .box-item {
    width: 78%;
  }

  .index-banner .index-search .wd1600 form .box .box-item .input {
    width: 100%;
  }

  .index-banner-swiper .swiper-pagination-bullets {
    bottom: 70px;
  }

  .index-banner-swiper .swiper-button-next,
  .index-banner-swiper .swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .index-travel .travel-box .wd1600 .picture {
    width: 100%;
  }

  .index-why .why-box .across .item {
    padding: 20px 15px;
  }

  .index-food .food-box .wd1600 .item {
    width: 32%;
    margin-right: 2%;
  }

  .index-food .food-box .wd1600 .item:nth-of-type(4n) {
    margin-right: 2%;
  }

  .index-food .food-box .wd1600 .item:nth-of-type(3n) {
    margin-right: 0;
  }

  .index-guide .guide-box .wd1600 .headline .img {
    width: 280px;
  }

  .index-guide .guide-box .wd1600 .headline .info {
    flex: 1;
  }

  .index-guide .guide-box .wd1600 .guide-r .guide-xx .n-bot .guide-xx-swiper {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .index-banner .index-search {
    position: initial;
  }

  .index-banner-swiper .swiper-pagination-bullets {
    bottom: 5px;
  }

  .index-travel .travel-box .wd1600 .picture .bot a {
    width: 46%;
  }

  .index-clock .wd1600 .clock-title h3 {
    text-align: center;
    font-size: 26px;
  }
}

@media screen and (max-width: 640px) {

  .index-travel,
  .index-food,
  .index-why,
  .index-food .food-box,
  .index-hotel,
  .index-hotel .hotel-box .plateau,
  .index-guide {
    padding: 30px 0 0px 0;
  }

  .index-travel .travel-box,
  .index-food .mobile-show,
  .index-hotel .mobile-show,
  .index-guide .guide-box .wd1600 {
    margin-top: 30px;
  }

  .index-Title .title span {
    font-size: 28px;
  }

  .index-travel .travel-box .wd1600 .picture {
    padding: 20px;
  }

  .index-clock {
    padding: 0;
  }

  .index-clock .wd1600 .clock-title {
    display: inline-block;
  }

  .index-clock .wd1600 .clock-title h3 {
    text-align: center;
    font-size: 28px;
    display: none;
  }

  .index-clock .wd1600 .clock-title ul {
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .index-clock .wd1600 .clock-title ul li {
    width: 49%;
  }

  .index-clock .wd1600 .clock-box .clock-item {
    width: 49%;
  }

  .index-clock .wd1600 .clock-box .clock-item:nth-of-type(3n) {
    margin-right: 2%;
  }

  .index-clock .wd1600 .clock-box .clock-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .index-why .why-box .across {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .index-why .why-box .across .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .index-food .food-box .wd1600 .item:nth-of-type(even) {
    flex-direction: column;
  }

  .index-food .food-box .wd1600 .item {
    width: 49%;
  }

  .index-food .food-box .wd1600 .item:nth-of-type(3n) {
    margin-right: 2%;
  }

  .index-food .food-box .wd1600 .item:nth-of-type(2n) {
    margin-right: 0;
  }

  .index-hotel .hotel-box .plateau .serve .serve-item img {
    width: 60px;
  }

  .index-hotel .hotel-box .hotel-photo {
    display: block;
  }

  .index-hotel .hotel-box .hotel-photo .small-r {
    width: 100%;
  }

  .index-hotel .hotel-box .plateau .title {
    font-size: 26px;
  }

  .index-why .why-box {
    margin-top: 30px;
  }

  .index-food .food-box .wd1600 .item .name {
    padding: 15px 0;
  }
}

@media screen and (max-width: 480px) {
  .index-banner .index-search .wd1600 form .box .box-item .input {
    height: 40px;
  }

  .index-banner .index-search .wd1600 form .box .box-item .input input::placeholder {
    font-size: 14px;
  }

  .index-banner .index-search .wd1600 form .box button {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .index-banner-swiper .swiper-pagination-bullets {
    display: none;
  }

  .index-banner .index-banner-swiper {
    display: none;
  }

  .index-banner .mobile-i-swiper {
    display: block;
  }

  .index-Title .intro {
    font-size: 15px;
  }

  .index-Title .title span,
  .index-clock .wd1600 .clock-title h3 {
    font-size: 22px;
  }

  .index-travel .travel-box {
    padding: 20px 0;
    /*background-image: none;*/
  }

  .index-travel .travel-box .wd1600 .picture {
    padding: 20px;
  }

  .index-travel .travel-box .wd1600 .picture .title h3,
  .index-hotel .hotel-box .plateau .title,
  .index-guide .guide-box .wd1600 .guide-r .guide-new .n-top .b-tit {
    font-size: 20px;
  }

  .index-travel .travel-box .wd1600 .picture .title a img {
    width: 26px;
  }

  .index-travel .travel-box .wd1600 .picture .intro {
    line-height: 28px;
    text-align: justify;
  }

  .index-travel .travel-box .wd1600 .picture .bot {
    margin-top: 20px;
  }

  .index-travel .travel-box .wd1600 .picture .bot a {
    width: 48%;
  }

  .index-clock .wd1600 .clock-title ul li a {
    height: 40px;
    line-height: 40px;
    width: auto;
    padding: 0 13px;
    margin-left: 0px;
  }

  .index-clock .wd1600 .clock-box .clock-item .title {
    margin-top: 15px;
  }

  .index-clock .wd1600 .clock-box .clock-item {
    margin-bottom: 20px;
  }

  .index-why .why-box .across .item .top span {
    font-size: 40px;
  }

  .index-hotel .hotel-box .plateau .serve .serve-item div,
  .index-hotel .hotel-box .plateau .e-title {
    font-size: 14px;
  }

  .index-hotel .hotel-box .plateau .serve,
  .index-guide .guide-box .wd1600 .headline .info .intro,
  .index-guide .guide-box .wd1600 .headline .info .time {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .index-guide .guide-box .wd1600 .headline {
    display: block;
  }

  .index-guide .guide-box .wd1600 .headline .img {
    width: 100%;
    margin-right: 0;
  }

  .index-guide .guide-box .wd1600 .headline .info .title {
    font-size: 18px;
    line-height: 26px;
  }

  .index-guide .guide-box .wd1600 .headline .info .intro {
    line-height: 26px;
    font-size: 15px;
  }

  .index-guide .guide-box .wd1600 .guide-r .guide-new {
    padding: 20px 15px;
  }

  .index-guide-swiper .swiper-button-next,
  .index-guide-swiper .swiper-button-prev {
    top: 27px;
  }

  .index-guide .guide-box .wd1600 .guide-r .guide-xx .n-bot .kefu {
    display: none;
  }

  .index-guide .guide-box .wd1600 .guide-r .guide-xx .n-bot .guide-xx-swiper {
    width: 100%;
  }

  .index-guide .guide-box .wd1600 .guide-r .guide-new .guide-tt-swiper .swiper-slide .intro,
  .index-guide .guide-box .wd1600 .guide-r .guide-xx .n-bot .guide-xx-swiper .swiper-slide .strip .g-da .intro {
    line-height: 24px;
  }

  .index-guide .guide-box .wd1600 .guide-r .guide-new .guide-tt-swiper .swiper-slide .title,
  .index-guide .guide-box .wd1600 .guide-r .guide-xx .n-bot .guide-xx-swiper .swiper-slide .strip .g-wen .tit {
    font-size: 18px;
  }
}