.banner {
    width: 100%;
    position: relative;
    
}
.banner .bj{
    position: absolute;
    z-index: 1;
    background:rgba(0,0,0,0.1);
    height:100%;
    width: 100%;
    top: 0;
    
}


/* 内容  start*/

.content {
    position: relative;
    margin-top: -30%;
    z-index: 6;
}

.con-top {
    display: flex;
    justify-content: center;
}

.ban_bottom {
    width: 20.83%;
    position: relative;
}

.intro {
    margin-right: 1%;
}

.room {
    margin-left: 1%;
}

.border {
    width: 100%;
    cursor: pointer;
}

.ban_bottom div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 1px;
    color: #8c0f1e;
    font-weight: 700;
    cursor: pointer;
    font-size: 22px;
    font-family: 'SourceHanSerifCN-Bold';
}

.active1 {
    color: #fff!important;
}

.jd_room {
    width: 35.41%;
    margin: 2% auto;
}


/* 酒店介绍 start*/

.right_box {
    width: 62.5%;
    margin: 0 auto;
    position: relative;
}

.padding-top {
    padding-top: 9.23%;
}


/* 轮播 start */

.swiper-container0 {
    width: 85.2%;
    color: #fff;
    padding-top: 40.72%;
    overflow: hidden;
    top: 3%;
}

.swiper-container0 .swiper-wrapper {
    height: 100%!important;
    position: absolute;
    left: 0;
    top: 0;
}

.swiper-container0 .swiper-slide {
    width: 100%;
    height: 100%!important;
    position: relative;
    overflow: hidden;
}

.swiper-container0 .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-container0 .swiper-slide h3 {
    width: 40%;
    font-size: 36px;
    position: absolute;
    bottom: 30%;
    left: 7%;
}

.swiper-container0 .swiper-slide p {
    width: 40%;
    font-size: 14px;
    position: absolute;
    bottom: 15%;
    left: 7%;
    line-height: 25px;
}

.swiper-container0 .pagination {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 4%;
    transform: translateX(-50%);
}

.swiper-container0 .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    margin-right: 5px;
    opacity: 1;
    cursor: pointer;
    margin: 0 5px;
    border: 1px solid #9c9b9b;
}

.swiper-container0 .swiper-active-switch {
    background: #fff;
}

.swiper-container0 .banner_bottom {
    width: 100%;
    position: absolute;
    bottom: -1%;
    left: 0;
    pointer-events: none;
}

.swiper-container0 .alert_left,
.swiper-container0 .alert_right {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 5.85%;
    cursor: pointer;
    z-index: 10;
}

.alert_left {
    left: 1%;
}

.alert_right {
    right: 1%;
}


/* 轮播 end */

.jd_intro_border {
    width: 87.08%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2.75%;
    pointer-events: none;
    z-index: 2;
}


/* .right_box_padding {
    padding-top: 9.4%;
} */


/* 酒店介绍 end*/


/* 酒店房型 start*/

.boxlist {
    display: flex;
    flex-direction: column;
}

.box {
    display: flex;
    justify-content: center;
    margin-bottom: 2%;
    cursor: pointer;
    z-index: 5;
    /* margin-top: -100px;
    margin-bottom: 30px; */
}


/* 轮播 start */

.swiper-container-ban {
    width: 40.8%;
    color: #fff;
    padding-top: 25.41%;
    overflow: hidden;
    margin: 0;
}

.swiper-container-ban .swiper-wrapper {
    height: 100%!important;
    position: absolute;
    left: 0;
    top: 0;
}

.swiper-container-ban .swiper-slide {
    width: 100%;
    height: 100%!important;
    position: relative;
    overflow: hidden;
}

.swiper-container-ban .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-container-ban .pagination {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 4%;
    transform: translateX(-50%);
}

.swiper-container-ban .swiper-pagination-switch {
    display: inline-block;
    width: 25px;
    height: 5px;
    border-radius: 1px;
    background: #fff;
    margin-right: 5px;
    opacity: .5;
    cursor: pointer;
    margin: 0 5px;
}

.swiper-container-ban .swiper-active-switch {
    background: #fff;
    width: 30px;
    opacity: 1;
}

.swiper-container-ban .alert_left,
.swiper-container-ban .alert_right {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 4.9%;
    cursor: pointer;
    z-index: 10;
}


/* 轮播 end */

.box_right {
    width: 20%;
    background-color: #fff;
    padding: 2%;
}

.box_right h3 {
    /* font-weight: 400; */
    font-size: 22px;
}

.box_right p {
    font-size: 14px;
}

.offerlist {
    padding: 15% 0;
}

.offer {
    display: flex;
    align-items: center;
    padding: 3% 0;
}

.offer img {
    float: left;
    margin-right: 5%;
}

.offer .wifi {
    margin-right: 3%;
}

.booking {
    width: 57%;
    margin: 0 auto;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding: 2% 0;
}

.box:last-child {
    margin-bottom: 5%;
}

.left_hide {
    position: absolute;
    left: -99999999px;
}

.show {
    height: auto;
    display: block;
}

.hide {
    height: 0;
    overflow: hidden;
}


/* 酒店房型 end*/

@media (min-width: 1500px) {
    /* .right_box_padding {
        padding-top: 9.3%;
    } */
    .ban_bottom div {
        font-size: 30px;
    }
    .box_right h3 {
        font-size: 30px;
    }
    .box_right p {
        font-size: 18px;
    }
}

@media (min-width: 1350px) and (max-width: 1500px) {
    /* .right_box_padding {
        padding-top: 9.4%;
    } */
    .ban_bottom div {
        font-size: 26px;
    }
    .box_right h3 {
        font-size: 26px;
    }
    .box_right p {
        font-size: 16px;
    }
}

@media (max-width: 1350px) {
    .right_box {
        width: 850px;
    }
}
.offers img{
    float: left;
    zoom: 1;
    margin-right: 3%;
}
.offers .boder-left{
    margin-left: 2.255rem;
}