.banner {
    width: 100%;
}

.banner img {
    height: 100%;
    width: 100%;
}

.room-tab-box {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
    font-size: 18px;
}

.room-tab-box a {
    font-size: 18px;
    color: #666666;
}

.room-tab-box a.tabs {
    color: #2EA0D3;
    font-weight: bold;
}

.room-tab-box a:hover {
    opacity: 1;
    color: #2EA0D3;
    font-weight: bold;
    text-decoration: none;
}

.room-tab-box .line {
    margin: 0 38px;
    color: #e5e5e5;
}

.room-content {
    margin-top: 80px;
}

.room-content .top-text {
    width: 1068px;
    height: 259px;
    display: flex;
    justify-content: space-between;
}

.room-content .top-text .left {
    width: 399px;
    height: 259px;
    font-size: 36px;
    color: #333333;
}

.room-content .top-text .right {
    width: 670px;
    height: 259px;
    font-size: 18px;
    color: #666666;
    text-align: justify;
}

.room-content .top-text .right .right-two {
    margin: 20px 0;
}

.room-content .top-text .right .right-four {
    margin-top: 20px;
}

.room-content .room-banner {
    width: 1180px;
    height: 460px;
    margin-top: 45px;
}

.room-content .room-banner img {
    width: 100%;
    height: 100%;
}

.room-content .text-bottom {
    display: flex;
    margin-top: 70px;
}

.room-content .text-bottom .title {
    width: 413px;
    height: 199px;
    font-size: 36px;
    color: #333333;
}

.room-content .text-bottom .text-list {
    width: 670px;
    font-size: 18px;
    color: #2c7bb1;
    list-style: disc;
}

.room-content .text-bottom .text-list li a {
    opacity: 1;
    color: #666666;
}

.room-content .text-bottom .text-list li a:hover {
    text-decoration: none;
}

.room-content .text-bottom .list-two {
    margin: 20px 0;
}

.room-content>.line {
    width: 1180px;
    height: 2px;
    background-color: #e5e5e5;
    margin-top: 45px;
}

.room-content .map {
    width: 1039px;
    height: 677px;
    margin-top: 80px;
}

.room-content .map img {
    width: 100%;
    height: 100%;
}


/* .room-content .map .title {
    font-size: 36px;
    color: #333333;
} */

.room-content {
    width: 783px;
    margin: 0 auto;
    margin-top: 80px;
}

.room-text {
    font-size: 18px;
    color: #666666;
    text-align: justify;
    letter-spacing: -.5px;
}

.room-text {
    margin-top: 55px;
}

.room-img {
    width: 783px;
    height: 480px;
    margin-top: 25px;
    border: 2px solid #5291c5;
    border-radius: 20px;
    overflow: hidden;
}
.room-img img{
    transition: 1s;
}
.room-img img:hover{
    transform: scale(1.1);
    transition: 1s;
}
.room-img.two {
    height: 535px;
    margin-top: 55px;
}

.room-img img {
    width: 100%;
    height: 100%;
}

.room-content-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.room-content-bottom .bottom-img {
    border: 2px solid #5291c5;
    border-radius: 20px;
    overflow: hidden;
}

.room-content-bottom .bottom-img img {
    width: 100%;
    height: 100%;
    transition: 1s;
}
.room-content-bottom .bottom-img img:hover{
    transform: scale(1.1);
    transition: 1s;
}

.bottom-text {
    /* width: 100%; */
    margin-top: 25px;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    text-align: center;
}
@media all and (max-width:990px) {
    .banner{
        margin-top: calc(99vw / 7.5);
    }
    .room-tab-box{
        height: calc(99vw / 7.5);
        font-size: calc(24vw / 7.5);
    }
    .room-tab-box a{
        font-size: calc(24vw / 7.5);
    }
    .room-tab-box .room-tab-box a.tabs{
        font-weight: bold;
    }
    .line-img {
        width: calc(51vw / 7.5) !important;
        height: calc(4vw / 7.5) !important;
    }
}
<!--ºÄÊ±1768492439.1301Ãë-->