.ctb-title {
    padding: 20px 0;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.ctb-t-cn {
    /*text-align: center;*/
    font-size: 44px;
    /*margin-top: -85px;*/
    font-weight: bold;
    color: #333333;
}

.ctb-t-en {
    /*text-align: center;*/
    margin-top: -50px;
    font-size: 80px;
    color: rgba(155,155,155,0.1);
    font-weight: bold;
    font-family: "impact";
}

.ctb-t-tips {
    /*text-align: center;*/
    font-size: 20px;
    margin-top: 10px;
    color: #333333;
}

.ctb-t-btn {
    position: absolute;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    top: 50%;
    color: #333333;
    transform: translate(0, -50%);
    border: 1px solid #d6d6d6;
}
.ctb-t-btn:hover {
    color: #FFF;
    background: #a50c06;
    border: 1px solid #a50c06;
}

.com-more-btn {
    width: max-content;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    margin: 50px auto 0;
    color: #333333;
    transform: translate(0, -50%);
    border: 1px solid #d6d6d6;
    cursor: pointer;
}
.com-more-btn:hover {
    color: #FFF;
    background: #a50c06;
    border: 1px solid #a50c06;
}
.index-about-us {
    min-height: 300px;
    background-fill-value: background-image;
    background-image: url('/app/home/view/default/public/images/about_bg.jpg');
    padding: 100px 0;
    background-attachment: fixed;
    background-size: cover;
}

.index-about-txt {
    text-indent: 2em;
    color: #333333;
}

.index-about-pic {
    overflow: hidden;
    border-radius: 0 0 0 120px;
}

.index-about-pic .iap-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-about-cont {

}

.index-about-cont .iac-item {
    margin-top: 30px;
    cursor: pointer;
}

.index-about-cont .iac-item .ica-i-box {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-about-cont .iac-item .ica-i-box img {
    width: 50px;
    height: 50px;
}

.index-about-cont .iac-item .ica-i-box .iib-img {
    display: block;
}
.index-about-cont .iac-item .ica-i-box .iib-active-img {
    display: none;
}

.index-about-cont .iac-item .ica-i-cn {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: rgba(165,12,6,1);
    margin-top: 20px;
}

.index-about-cont .iac-item .ica-i-en {
    text-align: center;
    color: rgba(153,153,153,1);
    margin-top: 5px;
}

.index-about-cont .iac-item:hover .ica-i-box .iib-img {
    display: none;
}
.index-about-cont .iac-item:hover .ica-i-box .iib-active-img {
    display: block;
}

.index-hotel-service {
    margin: 60px 0;
}

.index-hotel-booking {
    min-height: 300px;
    background-image: url('/app/home/view/default/public/images/index_hotel_booking.jpg');
    padding-top: 6vw;
    padding-bottom: 6vw;
    background-attachment: fixed;
    background-position: center;
}
.index-hotel-booking .ctb-title {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*flex-direction: row;*/
    /*width: 100%;*/
}
.index-hotel-booking .ctb-t-cn {
    color: #FFFFFF;
    margin-top: 0;
}
.index-hotel-booking .ctb-t-en {
    color: rgba(255,255,255,0.13);
}
.index-hotel-booking .ctb-t-tips {
    color: #FFFFFF;
}
.index-hotel-booking .video-play {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.index-hotel-booking .dot {
    cursor: pointer;
    width: 77px;
    z-index: 5;
    border-radius: 50%;
    height: 77px;
    position: relative;
    display: inline-block;
    background-image: url('/app/home/view/default/public/images/video_play.png');
}
.index-hotel-booking .video-play .dot::before {
    content: '';
    position: absolute;
    width: 77px;
    height: 77px;
    -webkit-box-shadow: inset #fff 0 0 40px;
    box-shadow: inset #fff 0 0 40px;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-animation: warn 2s ease-out .1s infinite;
    animation: warn 2s ease-out .1s infinite;
}
.index-hotel-booking .video-play .dot::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    -webkit-box-shadow: inset #fff 0 0 40px;
    box-shadow: inset #fff 0 0 40px;
    border-radius: 50%;
    top: -11.5px;
    left: -11.5px;
    opacity: 0;
    -webkit-animation: warn-2 2s ease-out 1.1s infinite;
    animation: warn-2 2s ease-out 1.1s infinite;
}

@keyframes warn-2 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    5% {
        opacity: 8
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

.index-news-item {
    background: #F7F7F7;
    margin: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 5px;
    padding: 20px;
    border-radius: 20px;
}

.index-news-link {
    color: #333333;
    text-decoration: none;
}

.index-news-link:hover {
    color: #333333;
    text-decoration: none;
}

.index-news-title {
    font-size: 20px;
    height: 60px;
    line-height: 30px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index-news-item:hover .index-news-title {
    color: #a50c06;
}

.index-news-content {
    position: relative;
}

.index-news-time {
    font-size: 18px;
    padding: 0 12px 12px 0;
    margin-bottom: 10px;
    color: rgba(102,102,102,1);
    line-height: 1.5;
    text-shadow: 0px 5px 5px rgb(173 17 22 / 30%);
}

.index-news-img {
    width: 100%;
}
.index-news-img img {
    border-radius: 5px;
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.3s;
}

.index-news-item:hover .index-news-img img {
    transform: scale(1.05);
}

.index-news-go {
    position: absolute;
    top: -5px;
    right: 0;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 15px;
    margin-left: auto;
    background: url('/app/home/view/default/public/images/index_arrow.png') no-repeat center right;
    transition: all .6s;
    opacity: 1;
}

.index-news-item:hover .index-news-go {
    border: 1px solid rgba(165,12,6,1);
    background: url('/app/home/view/default/public/images/index_arrow.png') no-repeat center left;
}

/*企业文化*/
.corp-cul-list {
    padding-top: 30px;
}
.corp-cul-list .corp-cul-item {
    width: 100%;
    padding: 40px;
    box-shadow: 2px 2px 13px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    position: relative;
    transition: color 0.3s ease;
    cursor: pointer;
}

.corp-cul-list .corp-cul-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 6px;
    background-color: #a50c06;
    transition: width 0.3s ease;
}

.corp-cul-list .corp-cul-item:hover {
    color: #a50c06;
    margin-top: 5px;
}

.corp-cul-item:hover::after {
    width: 100%;
}

.c-cul-i-title {
    font-size: 24px;
    color: rgba(51,51,51,1);
    font-weight: bold;
    margin-bottom: 18px;
}
.c-cul-i-tips {
    color: rgba(102,102,102,1);
    font-size: 18px;
    line-height: 1.8;
    min-height: 70px;
}
/*企业文化*/

/*酒店荣誉*/
.ht-honor-item {
    background: #f2f2f2;
    padding: 10px;
    margin-top: 20px;
}
.ht-hi-image {
    width: 100%;
    height: 170px;
}
.ht-hi-image img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.ht-hi-title {
    color: #666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    white-space: nowrap;
    padding-top: 15px;
}
.ht-honor-item:hover .ht-hi-title {
    color: #a50c06;
}

/*酒店房型*/
.ht-room-item {
    position: relative;
    background: #f2f2f2;
    padding: 15px;
    margin-top: 20px;
    display: flex;
    border-radius: 10px;
}
.ht-rmi-image {
    width: 250px;
    height: 150px;
}
.ht-rmi-image img{
    width: 250px;
    height: 150px;
    object-fit: cover;
}
.ht-rmi-cont {
    padding-top: 15px;
    padding-left: 30px;
}
.ht-rmi-title {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}
.ht-rmi-line {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(0,0,0,0.05);
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ht-rmi-key {
    color: #666666;
}
.ht-rmi-info {
    color: #999999;
    margin-bottom: 10px;
}
.ht-rmi-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    text-align: center;
    width: 100px;
    padding: 8px;
    margin-right: 0;
    margin-left: auto;
    color: #FFFFFF;
    border: 1px solid rgba(165,12,6,1);
    font-size: 14px;
    background-color: rgba(165,12,6,1);
    font-weight: bold;
    border-radius: 2px;
}
.ht-rmi-btn:hover {
    color: #FFFFFF !important;
    background: #FF0000;
    border: 1px solid #FF0000;
}

/*酒店动态*/
.ht-news-item {
    background: #f2f2f2;
    padding: 10px;
    margin-top: 20px;
    display: flex;
    border-radius: 10px;
}
.ht-news-i-image {
    padding: 4px;
    width: 250px;
    height: 150px;
}
.ht-news-i-image img{
    width: 250px;
    height: 150px;
    object-fit: cover;
}
.ht-news-i-cont {
    padding-top: 15px;
    padding-left: 30px;
}
.ht-news-i-title {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}

/*文章詳情*/
.article-detail-content {
    background: #FFFFFF;
    padding: 60px 40px;
    margin-bottom: 40px;
}
.art-det-title {
    font-size: 30px;
    color: #000;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}
.art-det-time {
    padding: 0 0 15px;
    color: #666666;
    text-align: center;
}
/*酒店动态*/

/*联系我们*/
/* 头部标题区 */
.contact-header {
    text-align: center;
    padding: 50px 20px 30px;
}

.contact-desc {
    font-size: 14px;
    color: #999;
    line-height: 1.8;
}

/* 内容卡片 */
.contact-card {
    max-width: 1100px;
    margin: 0 auto 50px;
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

/* 左侧图片+信息 */
.card-left {
    flex-shrink: 0;
    width: 50%;
    position: relative;
    min-height: 500px;
}
.card-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.card-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(40, 60, 80, 0.45);
    padding: 60px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company-name {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.4;
}

.info-item {
    display: flex;
    align-items: baseline;
    font-size: 16px;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.6;
}
.info-label { white-space: nowrap; margin-right: 8px; }
.info-value { opacity: 0.95; }
.info-value a {
    color: #fff;
    text-decoration: none;
}
.info-value a:hover {
    color: #fff;
    text-decoration: none;
}

/* 右侧空白/地图区 */
.card-right {
    flex: 1;
    min-height: 500px;
    background: #fafafa;
}
.cd-r-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*联系我们*/


/* 资讯详情 右侧 */
.hotel-news-det-page {
    background: #F0F0F0;
}
.right-link-news-box {
    background: #FFFFFF;
    padding: 0 15px 30px;
}
.right-link-news-title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    padding-top: 20px;
}
.right-link-news-item {
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}
.rlni-link {
    color: #333333;
}
.rini-content {

}
.rini-time {

}
.rini-title {
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-bottom: 5px;
}
.rini-desc {
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
}
.rini-img {
    width: 100%;
    height: 130px;
}
.rini-img img {
    width: 100%;
    height: 130px;
    border-radius: 4px;
    object-fit: cover;
}
.right-link-news-item:hover .rini-title {
    color: #a50c06;
    font-size: 17px;
}
.right-link-news-item:hover .rini-img img {
    transform: scale(1.01);
}
/* 资讯详情 右侧 */

.btn-primary {
    background: #a50c06;
    border: #a50c06;
}
.btn-primary:hover {
    background: #a50c06;
    border: #a50c06;
}
.contact-send-message-btn {
    margin-top: 10px;
    padding: 15px 100px;
    font-size: 16px;
}


#footer h3 {
    font-size: 18px;
}
.footer-qrcode {
    float: left;
}
.footer-qrcode img {
    width:120px;
    height: 120px;
    border-radius: 5px;
}
.footer-qrcode+.footer-qrcode {
    margin-left: 10px;
}
.ft-qrcode-text {
    text-align: center;
    padding-top: 10px;
    color: rgba(255,255,255,0.8);
}

.footer-friendly-link {
    display: flex;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    justify-content: center;
    padding-top: 30px;
}
.ff-link-ul {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ff-link-ul li {
    position: relative;
}

/* 除了最后一个，后面加 | */
.ff-link-ul li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -10px;
    color: #ccc;
}


@media (max-width:767px) {
    .index-about-us {
        padding: 20px 0;
    }
    .ctb-title {
        padding: 10px 0;
        margin-bottom: 10px;
    }
    .ctb-t-cn {
        font-size: 20px;
    }
    .ctb-t-en {
        font-size: 50px;
        margin-top: -42px;
    }
    .ctb-t-tips {
        font-size: 16px;
        margin-top: -5px;
    }
    .index-about-cont {
        margin-bottom: 20px;
    }
    .index-about-cont .iac-item {
        margin-top: 10px;
    }
    .index-about-cont .iac-item .ica-i-cn {
        margin-top: 10px;
    }
    .index-hotel-service {
        margin: 20px 0;
    }
    .ctb-t-btn {
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
        right: 10px;
    }
    .index-hotel-service .ctb-title {
        padding-left: 10px;
    }
    .index-news-item {
        margin: 15px 0;
        padding: 10px;
    }
    .index-news-time {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .index-news-title {
        font-size: 16px;
        max-height: 50px;
        height: auto;
        margin-bottom: 10px;
    }
    .index-news-go {
        width: 30px;
        height: 30px;
        background-size: cover;
    }
    .com-more-btn {
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
        margin-top: 20px;
    }
    .divider {
        margin: 30px 0;
    }
    .corp-cul-list {
        padding: 0 10px 0;
    }
    .corp-cul-list .col-md-4,.col-sm-6,.col-xs-6 {
        padding: 0 5px;
    }
    .corp-cul-list .corp-cul-item {
        padding: 10px;
        margin-bottom: 10px;
    }
    .c-cul-i-title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .c-cul-i-tips {
        font-size: 14px;
    }

    .ht-honor-item {
        margin-top: 15px;
    }
    .ht-hi-image {
        padding: 0;
        width: 100%;
        height: 200px;
    }
    .ht-hi-image img {
        width: 100%;
        height: 200px;
    }
    .ht-hi-title {
        padding-top: 10px;
    }

    .ht-room-item {
        display: block;
    }
    .ht-rmi-image {
        width: 100%;
        height: 200px;
    }
    .ht-rmi-image img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .ht-rmi-cont {
        padding-left: 0;
    }
    .ht-rmi-title {
        font-size: 18px;
    }
    .ht-rmi-btn {
        position: relative;
        margin: 10px auto;
        display: block;
        bottom: 0;
        right: 0;
    }

    .article-detail-content {
        padding: 10px;
    }
    .art-det-title {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .art-det-time {
        padding-bottom: 10px;
    }

    .contact-card {
        display: block;
        margin: 0 12px;
        border: none;
    }
    .card-left {
        width: 100%;
        min-height: auto;
    }
    .card-overlay {
        padding: 20px;
    }
    .company-name {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .info-item {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .card-right {
        min-height: auto;
    }
    .contact-header {
        padding: 20px 10px 15px;
    }

    .footer-top {
        padding: 20px 0;
    }
    #footer h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .right-link-news-box {
        margin-bottom: 20px;
    }

    .rini-img {
        height: 180px;
    }
    .rini-img img {
        height: 180px;
    }

    .contact-send-message-btn {
        padding: 15px 100px;
        font-size: 15px !important;
    }

    .footer-friendly-link {
        justify-content: normal;
        padding: 10px 15px 0;
    }

}