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;
}

.main {
  background-color: #F5F5F5;
}

.introduce {
  padding: 50px 0 70px;
  background-color: #fff;
  text-align: center;
  
  font-size: 16px;
  line-height: 30px;
}

.introduce .d2 {
  font-size: 14px;
  line-height: 1;
  color: #666;
  padding-top: 12px;
}

.introduce .d3 {
  font-size: 36px;
  line-height: 1;
  color: #333;
  padding-top: 20px;
}

.introduce .d4 {
  margin: 30px auto 0;
  width: 60px;
  height: 1px;
  background-color: #CDAE74;
}

.introduce .d5 {
  width: 930px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 30px;
  padding-top: 25px;
}

.room_swiper {
  background-color: #F5F5F5;
}

.room_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  padding-top: 60px;
  text-align: center;
}

.swiper2 {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: 338px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.swiper2 .swiper-slide {
  position: relative;
  width: 384px;
}

.swiper2 .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
}

.swiper2 .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 270px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.swiper2 .swiper-slide .bt_txt {
  padding: 0 20px;
  width: 100%;
  font-size: 18px;
  line-height: 68px;
  background-color: #fff;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: left;
  font-weight: 700;
}

.swiper2 .swiper-slide .bt_txt i {
  top: -3px;
  font-size: 12px;
  margin-left: 5px;
}

.slide_btn_box {
  padding-top: 30px;
  position: relative;
  text-align: center;
  line-height: 48px;
  font-size: 0;
  display: flex;
  justify-content: center;
}

.slide_btn_box .slide_btn {
  cursor: pointer;
  width: 48px;
  height: 48px;
  background: #fff url(../img/prevbtn.png) center center no-repeat;
}

.slide_btn_box .slide_btn.nextbtn {
  background-image: url(../img/nextbtn.png);
}

.slide_btn_box .slide_btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.slide_btn_box .slide_pages {
  margin: 0 4px;
  width: 80px;
  height: 48px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
}

.meeting {
  padding-top: 45px;
}

.swiper3 {
  width: 100%;
  height: 620px;
}

.swiper3 .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper3 .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper3 .swiper-slide .text {
  position: relative;
  z-index: 1;
  width: 750px;
  text-align: center;
  color: #fff;
}

.swiper3 .swiper-slide .text .d1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
}

.swiper3 .swiper-slide .text .d2 {
  padding-top: 30px;
  font-size: 16px;
  line-height: 30px;
}

.swiper3 .swiper-slide .text .d3 {
  margin-top: 36px;
}

.swiper3 .swiper-page {
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: 1;
  line-height: 1;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.explore {
  padding: 50px 0 60px;
}

.explore_title {
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.explore_tab {
  padding-top: 20px;
  text-align: center;
}

.explore_tab li {
  margin: 0 20px;
  display: inline-block;
}

.explore_tab li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  color: #333;
}

.explore_tab .current a {
  color: #CDAE74;
  border-bottom: 2px solid #CDAE74;
}

.explore_box {
  padding-top: 30px;
}

.explore_box li {
  float: left;
  width: 100%;
}

.explore_box .left {
  float: left;
  width: 600px;
  height: 420px;
}

.explore_box .left .swiper-container {
  width: 100%;
  height: 100%;
}

.explore_box .left .swiper-container .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.explore_box .left .swiper-container .swiper-page {
  position: absolute;
  line-height: 1;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  text-align: right;
  left: auto;
}

.explore_box .left .swiper-container .swiper-page .swiper-pagination-bullet {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 6px;
  background: #fff;
  border-radius: 7px;
  opacity: 1;
}

.explore_box .left .swiper-container .swiper-page .swiper-pagination-bullet-active {
  width: 12px;
}

.explore_box .right {
  float: left;
  width: 600px;
  height: 420px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 50px 50px 0;
  color: #666;
}

.explore_box .right .d1 {
  line-height: 1;
  font-size: 28px;
  color: #333;
}

.explore_box .right .d2 {
  padding-top: 15px;
  font-size: 16px;
  line-height: 30px;
}

.explore_box .right .d2 span {
  color: #CDAE74;
}

.explore_box .right .d3 {
  padding-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

.explore_box .right .d4 {
  margin-top: 30px;
}

.explore_box .explore_box_con:first-child {
  display: block;
}

.contact {
  padding: 55px 0 65px;
  background-color: #fff;
}

.contact .right {
  float: right;
}

.contact .left {
  float: left;
}

.contact .left .title {
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
}

.contact .left .title2 {
  line-height: 1;
  font-size: 18px;
  padding-top: 20px;
}

.contact .left .info {
  padding-top: 15px;
}

.contact .left .info .li {
  position: relative;
  padding-left: 28px;
  margin-top: 14px;
}

.contact .left .info .li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #999;
}
.contact .left .info .li a{
  color: #333;
}
.contact .left .info .li p {
  line-height: 1;
  font-size: 14px;
}

.contact .left .ewm_list {
  padding-top: 35px;
}

.contact .left .ewm_list .li {
  float: left;
  margin-left: 40px;
  width: 100px;
}

.contact .left .ewm_list .li:first-child {
  margin-left: 0;
}

.contact .left .ewm_list .li p {
  line-height: 1;
  font-size: 14px;
  padding-top: 10px;
  text-align: center;
}