.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:hover {
    opacity: 1;
    color: #2EA0D3;
    text-decoration: none;
}

.room-tab-box .line {
    margin: 0 38px;
    color: #e5e5e5;
}

.park .top-text-box {
    height: 400px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #e5e5e5;
    margin-top: 80px;
}

.park .top-text-box .title-text {
    font-size: 36px;
    color: #333333;
    font-family: Source Han Sans CN;
    font-weight: 500;
}

.park .top-text-box .right {
    width: 776px;
}

.park .top-text-box .right .right-text {
    font-size: 18px;
    color: #666666;
    /* 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: 56px;
    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: 659px;
    border-bottom: solid 1px #e5e5e5;
    margin-top: 57px;
}

.park .desire .title-text {
    font-size: 36px;
    color: #333333;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 48px;
}

.park .desire .desire-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 59px;
}

.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: 457px;
    color: #666666;
    font-size: 18px;
    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: 87px;
}

.park .cradImg-box .cradImg-box-bottom li {
    flex: 0 0 380px;
    cursor: pointer;
}

.park .cradImg-box .cradImg-box-bottom li.mt20 {
    margin-top: 20px;
}

/* h5 */

.park .line {
    width: 51px;
    height: 4px;
    background: #5290C7;
    margin-top: 27px;
}

.industry {
    padding-top: calc(120vw / 19.2);
    height: calc(800vw / 19.2);
    background: url(../images/zxyq-bg-1.png);
    background-size: 100% 100%;
}

.industry-content {
    margin-top: calc(64vw / 19.2);
}

.industry-content-right {
    /* width: 46.5%; */
    width: 100%;
}

.industry-words {
    font-weight: 400;
    font-size: calc(18vw / 19.2);
    color: #FFFFFF;
    line-height: calc(24vw / 19.2);
    text-align: justify;
}

.industry-card-box {
    margin-top: calc(70vw / 19.2);
    font-weight: 400;
    font-size: calc(18vw / 19.2);
    color: #FFFFFF;
    line-height: calc(30vw / 19.2);
}

.industry-card {
    /* width: calc(103vw / 19.2); */
    margin-right: calc(60vw / 19.2);
    text-align: center;
}

.industry-card .industry-card-words {
    margin-top: calc(10vw / 19.2);
    font-size: calc(18vw / 19.2);
    line-height: calc(30vw / 19.2);
    text-align: justify;
}

@media all and (max-width:1330px) and (min-width:990px) {
    .content {
        width: 93vw;
    }
    .park .desire .desire-list li .img-box {
        flex: 0 0 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);
    }
    .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) {
    .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;
    }
    .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);
    }
    .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: left;
        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(10vw / 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(66vw / 7.5);
    }
    .park .desire {
        width: 93vw;
        height: calc(1337vw / 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);
    }
    .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);
    }
    .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);
    }
    .industry-words {
        font-size: calc(28vw / 7.5);
        line-height: calc(46vw / 7.5);
    }
    .industry-card-box {
        margin-top: calc(40vw / 7.5);
        justify-content: space-between;
    }
    .industry-content {
        margin-top: calc(64vw / 7.5);
        flex-direction: column;
    }
    .industry-content>div>img {
        width: 100%;
    }
    .industry-content-right {
        width: 100%;
    }
    .industry-card {
        width: auto;
        font-size: calc(26vw / 7.5);
        line-height: calc(30vw / 7.5);
        margin-right: 0;
    }
    .industry-card img {
        width: calc(103vw / 7.5);
    }
    .industry-card .industry-card-words {
      font-size: calc(26vw / 7.5);
      line-height: calc(30vw / 7.5);
      text-align:center;
    }
}



