.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;
    /* margin-top: 80px; */
}

.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 .line {
    margin: 0 38px;
    color: #e5e5e5;
}

.core .top-text-box {
    margin-top: 80px;
    height: 536px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #e5e5e5;
}

.core .top-text-box .title-text {
    font-size: 36px;
font-family: Arial;
font-weight: bold;
color: #333333;
/* line-height: 48px; */
}

.core .top-text-box .right {
    width: 776px;
}

.core .top-text-box .right .right-text {
    font-size: 18px;
font-family: Arial;
font-weight: 400;
color: #666666;
/* line-height: 24px; */
}

.core .top-text-box .right .right-text .right-text-bottom {
    margin-top: 20px;
}

.core .top-text-box .right .data-top {
    margin-top: 39px;
    padding-bottom: 30px;
    box-sizing: border-box;
    color: #333333;
    display: flex;
    justify-content: space-between;
    /* border-bottom: solid 1px #e5e5e5; */
    padding-right: 234px;
    box-sizing: border-box;
}

.core .top-text-box .right .data-bottom {
    margin-top: 32px;
    color: #333333;
    display: flex;
    justify-content: space-between;
}

.core .top-text-box .num {
    font-size: 36px;
    color: #333333;
    font-weight: 700;
}

.core .top-text-box .use {
    margin-top: 15px;
    color: #999999;
}

.core .desire {
    height: 510px;
    border-bottom: solid 1px #e5e5e5;
    margin-top: 66px;
}

.core .desire .title-text {
    font-size: 36px;
font-family: Arial;
font-weight: bold;
color: #333333;
}

.core .desire .desire-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 59px;
}

.core .desire .desire-list li {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.core .desire .desire-list li .img-box {
    width: 380px;
    height: 259px;
    overflow: hidden;
}

.core .desire .desire-list li .img-box img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.core .desire .desire-list li:hover .img-box img {
    transition: 1s;
    transform: scale(1.1);
}

.core .desire .desire-list li .text-content {
    width: 100%;
    height: 64px;
    position: absolute;
    top: 97px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.core .desire .desire-list li .text-content .title {
    font-size: 24px;
font-family: Arial;
font-weight: bold;
color: #FFFFFF;
}

.core .desire .desire-list li .text-content .describe {
    margin-top: 9px;
    font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
}

.core .desire .desire-list li .text-bottom {
    font-size: 16px;
font-family: Arial;
font-weight: 400;
color: #666666;
    margin-top: 25px;
}

.core .cradImg-box {
    margin-top: 67px;
}

.core .cradImg-box .cradImg-box-top li {
    cursor: pointer;
}

.core .cradImg-box .cradImg-box-top .cradImg-box-img {
    width: 580px;
    height: 345px;
}

.core .cradImg-box .cradImg-box-img {
    width: 380px;
    height: 255px;
    overflow: hidden;
}

.core .cradImg-box .cradImg-box-img img {
    transition: 1s;
}

.core .cradImg-box .cradImg-box-img img:hover {
    transform: scale(1.1);
    transition: 1s;
}


/* 大图文字 */

.core .cradImg-box .cradImg-box-top .cradImg-box-text {
    width: 580px;
    height: 66px;
}


/* 小图文字 */

.core .cradImg-box .cradImg-box-text {
    width: 380px;
    height: 66px;
    background-color: #eeeeee;
    text-align: center;
    line-height: 66px;
    font-size: 16px;
font-family: Arial;
font-weight: 400;
color: #666666;
}

.core .cradImg-box .cradImg-box-top {
    display: flex;
    justify-content: space-between;
}

.core .cradImg-box .cradImg-box-bottom {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.core .cradImg-box .cradImg-box-bottom li {
    flex: 0 0 380px;
    cursor: pointer;
}

.core .cradImg-box .cradImg-box-bottom li.mt20 {
    margin-top: 20px;
}

.core .line {
    width: 51px;
    height: 4px;
    background: #5290C7;
    margin-top: 27px;
}
@media all and (max-width:1330px) and (min-width:990px){
    .content{
        width: 93vw;
    }
    .core .top-text-box{
        width: 93vw;
        margin: 0 auto;
    }
    .core .desire .desire-list li .img-box{
        width: calc(380vw / 13);
    }
    .core .cradImg-box .cradImg-box-top .cradImg-box-img{
        width: calc(580vw / 13);
    }
    .core .cradImg-box .cradImg-box-top .cradImg-box-text{
        width: calc(580vw / 13);
    }
    .core .cradImg-box .cradImg-box-bottom li{
        flex: 0 0 calc(380vw / 13);
    }
    .core .cradImg-box .cradImg-box-img{
        width: calc(380vw / 13);
    }
    .core .cradImg-box .cradImg-box-text{
        width: calc(380vw / 13);
    }
}

@media all and (max-width:990px) {
    .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;
    }
    .core .top-text-box {
        /* width: 93vw; */
        flex-direction: column;
        height: auto;
        margin-top: calc(80vw / 7.5);
    }
    .core .top-text-box>div:nth-of-type(1) {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .core .top-text-box>div>div:nth-of-type(2) {
        /* width: calc(51vw / 7.5); */
    }
    .core .line {
        margin-top: calc(10vw / 7.5);
        width: calc(51vw / 7.5);
        height: calc(4vw / 7.5);
    }
    .core .top-text-box>div>div:nth-of-type(2) img {
        width: 100%;
    }
    .core .top-text-box .title-text {
        font-size: calc(36vw / 7.5);
    }
    .core .top-text-box .right .right-text .right-text-bottom {
        font-size: calc(24vw / 7.5);
        line-height: calc(36vw / 7.5);
        text-align: justify;
    }
    .core .top-text-box .right {
        width: 100%;
    }
    .core .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);
    }
    .core .top-text-box .right .data-top li:nth-of-type(2) {
        /* margin-left: calc(200vw / 7.5); */
    }
    .core .top-text-box .num {
        font-size: calc(48vw / 7.5);
    }
    .core .top-text-box .use {
        margin-top: 0;
    }
    .core .desire {
        margin-top: calc(88vw / 7.5);
        height: auto;
    }
    .desire>div:nth-of-type(1) {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .core .desire .title-text {
        font-size: calc(36vw / 7.5);
    }
    .desire .line {
        margin-top: calc(10vw / 7.5);
    }
    .core .desire .desire-list{
        margin-top: calc(40vw / 7.5);
        flex-direction: column;
    }
    .core .desire .desire-list li .img-box{
        width: 100%;
        height: calc(300vw / 7.5);
    }
    .core .desire .desire-list li .text-content{
        top: calc(300vw / 7.5 / 2);
        transform: translate(-50%,-50%);
    }
    .core .desire .desire-list li .text-content .title{
        font-size: calc(30vw / 7.5);
        font-weight: bold;
    }
    .core .desire .desire-list li .text-content .describe{
        font-size: calc(24vw / 7.5);
    }
    .core .desire .desire-list li .text-bottom{
        margin-top: calc(30vw / 7.5);
        font-size:calc(30vw / 7.5);
    }
    .core .desire .desire-list li+li{
        margin-top: calc(66vw / 7.5);
    }
    /*层级不敷*/
    .core .cradImg-box .cradImg-box-top{
        flex-direction: column;
    }
    .core .cradImg-box .cradImg-box-top li+li{
        margin-top: calc(30vw / 7.5);
    }
    .core .cradImg-box .cradImg-box-top .cradImg-box-img{
        width: 93vw;
        height: calc(412vw / 7.5);
    }
    .core .cradImg-box .cradImg-box-img img{
        width: 100%;
        height: 100%;
    }
    .core .cradImg-box .cradImg-box-top .cradImg-box-text{
        width: 93vw;
        height: calc(79vw / 7.5);
        font-size: calc(24vw / 7.5);
        line-height:calc(79vw / 7.5);
    }
    /*层级不敷   竣事*/


    .core .cradImg-box{
        flex-direction: column;
        margin-top: calc(74vw / 7.5);
    }
    .core .cradImg-box .cradImg-box-bottom li{
        flex:0 0  93vw;
    }
    .core .cradImg-box  li+li{
        margin-top: calc(30vw / 7.5);
    }
    .core .cradImg-box  .cradImg-box-img{
        width: 93vw;
        height: calc(412vw / 7.5);
    }
    .core .cradImg-box .cradImg-box-img img{
        width: 100%;
        height: 100%;
    }
    .core .cradImg-box  .cradImg-box-text{
        width: 93vw;
        height: calc(79vw / 7.5);
        font-size: calc(24vw / 7.5);
        line-height:calc(79vw / 7.5);
    }
}
<!--耗时1768498284.1702秒-->