html,
body {
  height: 100%;
}

.swiper1 {
  width: 100%;
  height: 100%;
}

.swiper1 .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper1 .swiper-page {
  position: absolute;
  line-height: 1;
  text-align: center;
  bottom: 30px;
  left: 0;
  z-index: 10;
}

.swiper1 .swiper-page .swiper-pagination-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background: #fff;
  border-radius: 7px;
  opacity: 1;
}

.swiper1 .swiper-page .swiper-pagination-bullet-active {
  width: 26px;
}
.introduce{
  background-color: #fff;
  text-align: center;
  padding-bottom: 50px;
}
.introduce .d1{
  padding-top: 44px;
  line-height: 1;
}
.introduce h3{
  display: inline-block;
  font-weight: 700;
  color: #333;
  font-size: 28px;
  padding: 0 4px 17px;
  border-bottom: 1px solid #ddd;
}
.introduce .p2{
  font-size: 14px;
  line-height: 1;
  color: #666;
  padding-top: 17px;
}
.introduce .p3{
  width: 930px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 30px;
  padding-top: 40px;
}
.hotel{
  background-color: #F5F5F5;
  padding-bottom: 80px;
}
.hotel .hotel_title{
  text-align: center;
  line-height: 1;
  font-size: 28px;
  font-weight: 700;
  padding-top: 68px;
}
.hotel .list{
  padding-top: 25px;
  margin-left: -24px;
  width: 1224px;
}
.hotel .list li{
  float: left;
  margin-left: 24px;
  width: 384px;
}
.hotel .list li .img{
  height: 270px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hotel .list li .txt{
  height: 170px;
  text-align: center;
  padding: 0 20px;
  background-color: #fff;
}
.hotel .list li .txt h3{
  padding-top: 25px;
  line-height: 1;
  font-size: 24px;
}
.hotel .list li .txt p{
  padding-top: 10px;
  font-size: 16px;
  line-height: 1;
  color: #999;
}
.hotel .list li .txt a{
  margin-top: 18px;
  display: inline-block;
  width: 140px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #CDAE74;
  font-size: 16px;
  color: #fff;
}