/* banner  start*/

.ban_title {
    width: 22.23%;
    position: absolute;
    left: 38.885%;
    top: 15%;
    z-index: 5;
    /* transform: translateX(-50%); */
}


/* banner  end*/


/* 内容  start*/

.right_bg {
    width: 100%;
    /* padding-bottom: 5%; */
}

.right_bg,
.boxlist {
    cursor: pointer;
    background: url(../images/gj_hotel/bg.png) no-repeat;
    /* background-size: cover; */
}
.boxlist1{
    cursor: pointer;
    background: url(../images/down_03.png) no-repeat;
}

.ban_bottom div {
    color: #b17943;
}


/* 酒店介绍 start*/

.right_box {

    background: url(../images/gj_hotel/jd_intro_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.right_box_padding {
    padding-top: 8.35%;
}


/* 轮播 start */

.swiper-container0 {
    border: 2px solid #da8520;
}


/* 轮播 end */

.con1 {
    display: flex;
    margin: 10% 8% 5%;
}

.con1-left {
    width: 100%;
}

.con-left h2 {
    text-align: center;
    margin-bottom: 3%;
    letter-spacing: 2px;
    color: #b17943;
    font-size: 26px;
}

.con-left p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 26px;
}

.con_img2 {
    width: 85.16%;
    margin: 5% 0 0 8%;
}

.con2 {
    margin: 10% 8% 0;
    padding-bottom: 15%;
}

.con2_top {
    display: flex;
}

.con_img3 {
    width: 50%;
    margin-left: -12%;
}

.con_img4 {
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 0;
}

.con2-right h2 {
    text-align: right;
    padding-top: 10%;
}

.con2-right {
    width: 57%;
    margin-left: 5%;
    position: relative;
}

.con3 {
    display: flex;
    align-items: flex-start;
    margin: 14% 8% 0;
}

.con-last {
    position: relative;
    width: 49%;
    margin-right: 1%;
}

.con3-left h2 {
    text-align: left;
}


/* .con3-left p {
    line-height: 30px;
} */

.con3-left {
    width: 100%;
}

.con_img7 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.con3-right {
    width: 49%;
    margin-left: 1%;
}

.con_img5,
.con_img6 {
    width: 100%;
}

.con_img6 {
    margin-top: 5%;
}


/* 酒店介绍 end*/


/* 酒店房型 start*/

.box_right h3 {
    color: #b17943;
    font-weight: 400;
}

.booking {
    border: 2px solid #b17943;
    color: #b17943;
}


/* 酒店房型 end*/


/* 内容  end*/

@media (min-width: 1700px) {
    .con-left h2 {
        font-size: 32px;
    }
    .con-left p {
        font-size: 20px;
        line-height: 32px;
    }
}

@media (min-width: 1500px) and (max-width: 1700px) {
    .con-left h2 {
        font-size: 30px;
    }
    .con-left p {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (min-width: 1350px) and (max-width: 1500px) {
    .con-left h2 {
        font-size: 28px;
    }
    .con-left p {
        font-size: 18px;
        line-height: 28px;
    }
}