.header{
    background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0));
}
/* 视频背景 */
.v_bg {
    width: 100vw;
    height: 100vh;
    position: relative;
}
.v_bg video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.v_bg .slogn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.v_bg .slogn>p:first-child{
    height: 142rem; 
}
.v_bg .slogn > p:last-child {
    height: 31rem;
    line-height:31rem;
    margin-top: 23rem;
    font-size: 35rem;
    color: #f7f7f7bd;
}
.v_bg .bottom_gradient{
    height: 100rem;
    width: 100%;
    background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
    z-index: 9;
}
/* 红色背景 */
.red-bg{
    width: 100%;
    height: 200rem;
}
/* 酒店列表 */
.hotelList .title {
    font-size: 32rem;
    font-weight: 500;
    /*500*/
    text-align: center;
    margin: 98rem 0 80rem;
}
.hotelList .content{
    width: 1434rem;
    margin: 0 auto;
    position: relative;
}
.hotelList .content .less3 {
    display:flex;
}
.hotelList .content .less3 .swiper-slide {
    width:calc(100% / 3);
}
.hotelList .content .list .item{
    width: 456rem;
    height: 672rem;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin:0 auto;
    cursor:pointer;
}
.hotelList .content .list .item .info{
    width: calc(100% - 70rem);
    height: 198rem;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
    padding: 0 35rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hotelList .content .list .item .hotelName{
    color: #fff;
    font-size: 26rem;
    /*font-weight: bold;*/
    letter-spacing: 4rem;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    word-break:break-all;
}
    .hotelList .content .list .item .more {
        width: 152rem;
        height: 30rem;
        background-color: #BE2310;
        color: #fff;
        font-size: 17rem;
        text-align: center;
        line-height: 30rem;
        margin-top: 40rem;
        font-family: SourceHanSansCN-Medium;
    }
.hotelList .content .left, 
.hotelList .content .right{
    width: 15rem;
    height: 20rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
}
.hotelList .content .left{
    background-image: url(/images/left-icon-red.png);
    left: -38rem;
}
.hotelList .content .right{
    background-image: url(/images/right-icon-red.png);
    right: -38rem;
}
/* 关于回禾 */
        .about {
    margin-bottom: 160rem;
    position: relative;
    padding-bottom: 70rem;
    margin-top: -40rem;
}
    .about .title {
    margin: 190rem 240rem 0;
    position: relative;
}
.about .title .cn{
    color: #BE2310;
    font-size: 22rem;
    font-weight: 500;
    display:flex;
    align-items: baseline;
}
.about .title .cn::before{
    content: "";
    display: block;
    width: 20rem;
    height: 4rem;
    background-color: #BE2310;
    margin-right: 5rem;
}
    .about .title .en {
        font-size: 34rem;
        line-height: 34rem;
        font-weight: 800;
        margin-top: 16rem;
        
    }
.about .title .story{
    position: absolute;
    line-height: 34rem;
    right: 20rem;
    bottom: 0rem;
}
.about .title .story a{
    color: #BE2310;
    font-size: 18rem;
    font-weight: bold;
}
.about .content{
    display: flex;
    align-items: center;
    margin-top: 36rem;
}
    .about .content .text {
        width: 630rem;
        height: 227rem;
        background-color: #BE2310;
        color: #fff;
        font-size: 18rem;
        font-weight: 500;
        padding: 64rem 0 64rem 240rem;
        line-height: 30rem;
        font-family: 'SourceHanSansCN-Normal';
    }
.about .content .item{
    position: relative;
}
.about .content .swiper-container{
    width: 820rem;
    height: 420rem;
    margin: 0;
}
.about .content .swiper-container .swiper-slide{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about .content .dots{
    position: absolute;
    right: -22rem;
    top: 50%;
    z-index: 9;
}
.about .content .dots>div{
    width: 6rem;
    height: 6rem;
    border: 1rem solid #0E0E0E;
    border-radius: 50%;
    margin: 0 auto 6rem;
}
.about .content .dots>div:last-child{
    margin-bottom: 0;
}
.about .content .dots>div.active{
    border: 1rem solid #C32310;
    background: #C32310;
}
.about .more{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 20rem;
    position:absolute;
    width:100%;
    left:0;
    bottom: 0rem;
}
    .about .more .item {
        display: flex;
        align-items: center;
        font-size: 19rem;
        font-weight: 500;
        margin-left: 314rem;
        cursor: pointer;
        color: #000;
        font-family: SourceHanSansCN-Medium;
    }
    .about .more .item .cricleImg {
        background-image: url('/images/home/cricle-left-icon.png');
        width: 50rem;
        height: 50rem;
        margin-right: 20rem;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }




.about .more .decor {
    width: 33rem;
    height: 3rem;
    background-color: #BE2310;
    margin-right: 243rem;
}
/* 资讯动态 */
.news {
    background-color: #EAEAEA;
    padding: 120rem 240rem 140rem;
}
.news .title{
    position: relative;
}
    .news .title .cn {
        color: #BE2310;
        font-size: 22rem;
        font-weight: bold;
        display: flex;
        align-items: baseline;
        font-family: 'SourceHanSansCN-Normal';
    }
.news .title .cn::before{
    content: "";
    display: block;
    width: 20rem;
    height: 4rem;
    background-color: #BE2310;
    margin-right: 5rem;
}
    .news .title .en {
        font-size: 34rem;
        line-height: 34rem;
        font-weight: 800;
        margin-top: 10rem;
        font-family: 'knockouthtf49liteweight';
    }
    .news .title .more {
        position: absolute;
        line-height: 46rem;
        right: 0rem;
        bottom: 17rem;
        width: 190rem;
        height: 48rem;
        border: 1rem solid #BE2310;
        text-align: center;
        color: #BE2310;
        font-size: 19rem;
        font-weight: bold;
        cursor: pointer;
        word-spacing: 8rem;
        padding: 0 20rem 0 30rem;
        box-sizing: border-box;
        
    }
.news .content{
    margin-top: 100rem;
    display: flex;
    justify-content: space-between;
}
.news .content .item {
    cursor: pointer;
    height: 510rem;
    position: relative;
    width: 33%;
    margin: 0 10rem;
}
.news .content .item .bgImg {
    /*width: 455rem;*/
    height: 320rem;
    position: relative;
}
.news .content .item .bgImg img {
    object-fit:cover;
}
.news .content .item .bgImg::after{
    content: "";
    display: block;
    width: 100%;
    height: 9rem;
    background-color: #BE2310;
    position: absolute;
    bottom: 0;
}
.news .content .item .name{
    font-size: 22rem;
    font-weight: 500;
    line-height: 30rem;
    margin-top: 20rem;
}
    .news .content .item .brief {
        font-size: 16rem;
        font-weight: 300;
        margin-top: 20rem;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        color: #4d4d4d;
        font-family: SourceHanSansCN-Light;
    }
    .news .content .item .info {
        font-size: 17rem;
        color: #BE2310;
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 0;
        font-family: SourceHanSansCN-Normal;
    }
.news .content .item .info img{
    width: 17rem;
    height: 17rem;
    margin-left: 15rem;
}
/* 合作加盟 */
.joinUs {
    /*.joinUs .content .btn*/
    /*background-image: url(/images/home/joinUs.png);*/
    height: 400rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    background-position: center;
}
.joinUs .content {
    width: 426rem;
    position: absolute;
    right: 197rem;
    font-family: SourceHanSansCN-Normal;
}
.joinUs .content .title{
    position: relative;
    margin-top: 40rem;
}
.joinUs .content .title .cn {
    color: #BE2310;
    font-size: 21rem;
    font-weight: bold;
    display: flex;
    align-items: baseline;
}
.joinUs .content .title .cn::before{
    content: "";
    display: block;
    width: 20rem;
    height: 4rem;
    background-color: #BE2310;
    margin-right: 5rem;
}
    .joinUs .content .title .en {
        font-size: 30rem;
        line-height: 34rem;
        font-weight: 800;
        margin-top: 6rem;
        letter-spacing: 1rem;
        color: #fff;
        font-family: 'knockouthtf49liteweight';
    }
    .joinUs .content .txt {
        font-size: 20rem;
        color: #fff;
        font-weight: 300;
        line-height: 34rem;
        margin-top: 56rem;
        /*font-family: 'knockouthtf49liteweight';*/
    }
    .joinUs .content .btn {
        width: 150rem;
        height: 38rem;
        line-height: 40rem;
        border-radius: 2rem;
        border: 1rem solid #FFFFFF;
        color: #fff;
        font-size: 18rem;
        margin-top: 45rem;
        text-align: center;
        padding: 0 26rem 0 32rem;
        line-height: 38rem;
    }
.joinUs .content .dots{
    position: absolute;
    right: -8rem;
    top: 50%;
    z-index: 9;
}
.joinUs .content .dots>div{
    width: 6rem;
    height: 6rem;
    border: 1rem solid #fff;
    border-radius: 50%;
    margin: 0 auto 6rem;
}
.joinUs .content .dots>div:last-child{
    margin-bottom: 0;
}
.address .search_Pc {
    display: flex;
}
.address .search_H5 {
    display: none;
}
.links_PC {
    display: flex;
}
.links_H5 {
    display: none;
}
