.banner {
    width: 100%;
}

.banner img {
    height: 100%;
    width: 100%;
}


/* tab */

.room-tab-box {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}

.room-tab-box a {
    font-size: 18px;
    color: #666666;
}

.room-tab-box a.tabs {
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #5290C7;
}

.room-tab-box a:hover {
    opacity: 1;
    font-size: 18px;
font-family: Arial;
font-weight: bold;
color: #5290C7;
    text-decoration: none;
}
.room-tab-box a:hover.left{
    margin-right: 38px;
}

.room-tab-box .line {
    /* margin: 0 38px; */
    margin-right:38px;
    color: #e5e5e5;
}

.park .top-text-box {
    height: 455px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #e5e5e5;
    margin-top: 86px;
}

.park .top-text-box .title-text {
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
}

.park .top-text-box .right {
    width: 776px;
}

.park .top-text-box .right .right-text {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    line-height: 30px;
    /* font-family: "宋体"; */
    /* font-family: Source Han Sans CN; */
}


/* .park .top-text-box .right .right-text .right-text-in {
    margin: 25px 0 0 0;
} */

.park .top-text-box .right .data-top {
    margin-top: 45px;
    padding-bottom: 30px;
    box-sizing: border-box;
    color: #333333;
    display: flex;
    justify-content: space-between;
    padding-right: 245px;
    box-sizing: border-box;
}

.park .top-text-box .num {
    font-family: DINPro;
    font-size: 36px;
    color: #333333;
    font-weight: 700;
}

.park .top-text-box .use {
    /* margin-top: 15px; */
    color: #999999;
}

.park .desire {
    width: 1180px;
    height: 703px;
    border-bottom: solid 1px #e5e5e5;
    margin-top: 62px;
}

.park .desire .title-text {
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
}

.park .desire .desire-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 43px;
}

.park .desire .desire-list li {
    position: relative;
    cursor: pointer;
}

.park .desire .desire-list li .img-box {
    width: 580px;
    height: 357px;
    overflow: hidden;
}

.park .desire .desire-list li .img-box img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.park .desire .desire-list li:hover .img-box img {
    transition: 1s;
    transform: scale(1.1);
}

.park .desire .desire-list li .text-bottom {
    margin-top: 25px;
    width: 580px;
    display: flex;
}

.park .desire .desire-list li .text-bottom .nums {
    width: 60px;
    height: 54px;
    line-height: 48px;
    border-right: 1px solid #e5e5e5;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}

.park .desire .desire-list li .text-bottom .text {
    margin-left: 25px;
    width: 492px;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    /* text-align: justify; */
}

.park .cradImg-box {
    margin-top: 83px;
}

.park .cradImg-box .cradImg-box-img {
    width: 380px;
    height: 255px;
    overflow: hidden;
}

.park .cradImg-box .cradImg-box-img img {
    transition: 1s;
}

.park .cradImg-box .cradImg-box-img img:hover {
    transform: scale(1.1);
    transition: 1s;
}


/* 大图文字 */


/* 小图文字 */

.park .cradImg-box .cradImg-box-text {
    width: 380px;
    height: 66px;
    background-color: #eeeeee;
    text-align: center;
    line-height: 66px;
    color: #666666;
}

.park .cradImg-box .cradImg-box-bottom {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 67px;
}

.park .cradImg-box .cradImg-box-bottom li {
    flex: 0 0 380px;
    cursor: pointer;
}

.park .cradImg-box .cradImg-box-bottom li.mt20 {
    margin-top: 20px;
}
.park .line {
    width: 51px;
    height: 4px;
    background: #5290C7;
    margin-top: 27px;
}
@media all and (max-width:1330px) and (min-width:990px){
    .content{
        width: 93vw;
    }
    .park .desire{
        width: 93vw;
    }
    .park .desire .desire-list li .img-box{
        /* flex:0 0 calc(580vw / 13); */
        width:calc(580vw / 13);
    }
    .park .desire .desire-list li .text-bottom .text{
        flex:0 0 calc(475vw / 13);
    }
    .park .desire .desire-list li .text-bottom{
        /* flex:0 0 calc(580vw / 13); */
        width:calc(580vw / 13);
    }
    .park .cradImg-box .cradImg-box-bottom li{
        flex:0 0 calc(380vw / 13);
    }
    .park .cradImg-box .cradImg-box-img{
        width:calc(380vw / 13);
    }
    .park .cradImg-box .cradImg-box-text{
        width:calc(380vw / 13);
    }
}




@media all and (max-width:1000px) {
    .room-tab-box {
        height: calc(99vw / 7.5);
        font-size: calc(24vw / 7.5);
        padding: 0 15px;
    }
    .room-tab-box>div{
        flex: 1 1 50%;
        text-align: center;
    }
    .room-tab-box a {
        font-size: calc(24vw / 7.5) !important;
        line-height: calc(30vw / 7.5);
    }
    .room-tab-box .line{
        margin: 0 calc(38vw / 7.5);
    }
    .room-tab-box .room-tab-box a.tabs {
        font-weight: bold;
    }
    .content {
        width: 93vw;
    }
    .park .top-text-box {
        /* width: 93vw; */
        flex-direction: column;
        height: auto;
        margin-top: calc(80vw / 7.5);
    }
    .park .top-text-box>div:nth-of-type(1) {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .park .top-text-box>div>div:nth-of-type(2) {
        /* width: calc(51vw / 7.5); */
    }
    .park .line {
        margin-top: calc(10vw / 7.5);
        width: calc(51vw / 7.5);
        height: calc(4vw / 7.5);
    }
    .park .top-text-box>div>div:nth-of-type(2) img {
        width: 100%;
    }
    .park .top-text-box .title-text {
        font-size: calc(36vw / 7.5);
    }
    .park .top-text-box .right .right-text {
        font-size: calc(24vw / 7.5);
        line-height: calc(36vw / 7.5);
        margin-top: calc(51vw / 7.5);
            text-align: justify;
    }
    .park .top-text-box .right .right-text .right-text-in{
        margin-top: calc(30vw / 7.5);
    }
    .park .top-text-box .right {
        width: 100%;
    }
    .park .top-text-box .right .data-top {
        padding: 0;
        width: 100%;
        justify-content: space-around;
        margin-top: calc(60vw / 7.5);
        font-size: calc(24vw / 7.5);
    }
    .park .top-text-box .right .data-top li:nth-of-type(2) {
        /* margin-left: calc(200vw / 7.5); */
    }
    .park .top-text-box .num {
        font-size: calc(48vw / 7.5);
    }
    .park .top-text-box .use {
        margin-top: 0;
    }
    .park .desire {
        margin-top: calc(88vw / 7.5);
    }
    .desire>div:nth-of-type(1) {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .park .desire .title-text {
        font-size: calc(36vw / 7.5);
        line-height: calc(48vw / 7.5);
    }
    .desire .line {
        margin-top: calc(25vw / 7.5);
    }
    .park .desire .desire-list{
        margin-top: calc(40vw / 7.5);
        flex-direction: column;
    }
    .park .desire .desire-list li .img-box{
        width: 100%;
        height: calc(300vw / 7.5);
    }
    .park .desire .desire-list li .text-content{
        top: calc(300vw / 7.5 / 2);
        transform: translate(-50%,-50%);
    }
    .park .desire .desire-list li .text-content .title{
        font-size: calc(30vw / 7.5);
        font-weight: bold;
    }
    .park .desire .desire-list li .text-content .describe{
        font-size: calc(24vw / 7.5);
    }
    .park .desire .desire-list li .text-bottom{
        margin-top: calc(30vw / 7.5);
        font-size:calc(30vw / 7.5);
    }
    .park .desire .desire-list li+li{
        margin-top: calc(50vw / 7.5);
    }
    .park .desire{
        width: 93vw;
        height: calc(1450vw / 7.5);
    }
    .park .desire .desire-list li .img-box{
        width: 100%;
        height: calc(424vw / 7.5);
    }
    .park .desire .desire-list li .text-bottom .nums{
        width: calc(65vw / 7.5);
        height: auto;
        font-size: calc(42.72vw / 7.5);
        line-height: calc(59vw / 7.5);
    }
    .park .desire .desire-list li .text-bottom{
        width: 100%;
        /* height: calc(59vw / 7.5); */
        height: auto;
    }
    .park .desire .desire-list li .text-bottom .nums{
        height: calc(54vw / 7.5);
    }
    .park .desire .desire-list li .text-bottom .text{
        width: calc(552vw / 7.5);
        font-size: calc(24vw / 7.5);
        margin-left: calc(32vw / 7.5);
        line-height: calc(30vw / 7.5);
        text-align: justify;
    }





    .park .cradImg-box{
        margin-top: calc(51vw / 7.5);
    }
    .park .cradImg-box .cradImg-box-bottom{
        margin-top: calc(51vw / 7.5);
    }
    .park .cradImg-box{
        flex-direction: column;
    }
    .park .cradImg-box .cradImg-box-bottom li{
        flex:0 0  93vw;
    }
    .park .cradImg-box  li+li{
        margin-top: calc(30vw / 7.5);
    }
    .park .cradImg-box  .cradImg-box-img{
        width: 93vw;
        height: calc(412vw / 7.5);
    }
    .park .cradImg-box .cradImg-box-img img{
        width: 100%;
        height: 100%;
    }
    .park .cradImg-box  .cradImg-box-text{
        width: 93vw;
        height: calc(79vw / 7.5);
        font-size: calc(24vw / 7.5);
        line-height:calc(79vw / 7.5);
    }
}
<!--耗时1768502437.59秒-->