.cl_33 .zc9f35navmenu .zc9f35nav .zc9f35nav-item>a {
    color: #fff !important;
}

.cl_33 .zc9f35sub-menu {
    display: none;
}

.cl_33 .zc9f35container .zc9f35main {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

/* 乘客电梯 */
.passage {
    width: 100%;
    max-width: 1200px;
    height: 466.6px;
    margin: 50px auto 30px;
}

.passage .zc9f35col-md5 {
    padding: 50px;
    height: 100%;
    background-color: #006ec1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.passage .zc9f35col-md7 {
    height: 100%;
    background-color: #006ec1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.passage .zc9f35col-md7 .passage_pic {
    /* height: 100%; */
}

.passage .zc9f35col-md5 h3 {
    font-size: 40px;
    color: #fff;
    padding: 15px 0;
    text-align: left;
    line-height: 1;
}

.passage .zc9f35col-md5 span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin: 20px 0;
}

.passage .zc9f35col-md5 p {
    font-size: 15px;
    color: #fff;
    line-height: 2;
}

.passage_pic img {
    max-width: 100%;
}

@media screen and (max-width:650px) {
    .passage {
        height: auto;
    }

    .passage .zc9f35col-md5 {
        padding: 15px;
    }



}

/* 留更多的建筑空间 */
.more_spare {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 30px;
}

.more_spare h3 {
    font-size: 38px;
    color: #181b31;
    font-weight: 300;
    line-height: 1.5;
}

.more_spare span {
    display: inline-block;
    width: 117px;
    height: 1px;
    background-color: #ccc;
    margin: 30px 0;
}

.more_spare p {
    font-size: 15px;
    color: #8f9193;
    line-height: 2;
}

@media screen and (max-width:1024px) {
    .more_spare {
        box-sizing: border-box;
        padding: 15px;
    }
}

/* 案例举例 */
.cl_33_case {
    max-width: 1200px;

    margin: 0 auto;
    margin-bottom: 20px;
}

.cl_33_case .zc9f35col-md4 {
    height: 300px;
}

.cl_33_case_item {
    height: 100%;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.cl_33_case_item i {
    font-size: 60px;
    line-height: 60px;
    color: #006ec1;
}

.cl_33_case_item h3 {
    font-size: 24px;
    color: #181b31;
    margin: 16.8px 0 15px;
}

.cl_33_case_item p {
    font-size: 15px;
    color: #8f9193;
    line-height: 2;
}

.cl_33_case .zc9f35col-md4 .cl_33_case_item:hover {
    box-shadow: 0 15px 20px rgb(0 0 0 / 25%);
    background-color: #006ec1;
}

.cl_33_case_item:hover i,
.cl_33_case_item:hover h3,
.cl_33_case_item:hover p {
    color: #fff;
}

@media screen and (max-width:1024px) {
    .cl_33_case {
        box-sizing: border-box;
        padding: 15px;
    }
}

@media screen and (max-width:650px) {
    .cl_33_case {
        height: auto;
    }
}

/* 大运载空间设计 */
.cl_33_big {
    margin: 200px 0 0 0;
    width: 100%;
    max-width: 1920px;
    height: 430px;
    background-color: #f1f3f5;
    position: relative;
    box-sizing: border-box;
}

.cl_33_big_top170 {
    width: 100%;
    max-width: 1200px;
    height: 430px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cl_33_big_top170 .zc9f35col-md6 {
    position: absolute;
    top: -120px;
    z-index: 999;
}

.cl_33_big_top170 .zc9f35col-md6:nth-of-type(2) {
    left: 50%;
}

.cl_33_big_item {
    width: 568px;
    height: 370px;
    background-color: #fff;
}

.cl_33_big_item {
    height: 100%;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 30px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.cl_33_big_item i {
    font-size: 60px;
    line-height: 60px;
    color: #006ec1;
}

.cl_33_big_item h3 {
    font-size: 24px;
    color: #181b31;
    margin: 16.8px 0 15px;
}

.cl_33_big_item p {
    font-size: 15px;
    color: #8f9193;
    line-height: 2;
}

.cl_33_big_item:hover {
    box-shadow: 0 15px 20px rgb(0 0 0 / 25%);
    background-color: #006ec1;
}

.cl_33_big_item:hover i,
.cl_33_big_item:hover h3,
.cl_33_big_item:hover p {
    color: #fff;
}

.cl_33_big_top170 .more_spare {
    position: absolute;
    bottom: 0;
}

@media screen and (max-width:1024px) {
    .cl_33_big {
        padding: 0;
        margin: 0;
        margin-top: 200px;
    }

    .cl_33_big_top170 {}

    .cl_33_big_top170 .zc9f35col-md6 {
        width: 50%;
        top: -170px;
    }

    .cl_33_big_item {
        width: 94%;
        height: 370px;
        background-color: #fff;
    }

    .cl_33_big_top170 .more_spare {
        margin: 0;
        box-sizing: border-box;
    }
}

@media screen and (max-width:768px) {
    .cl_33_big {
        padding: 15;
        margin: 0;
        margin-top: 230px;
        box-sizing: border-box;
    }

    .cl_33_big_top170 {}

    .cl_33_big_top170 .zc9f35col-md6 {
        width: 50%;
        top: -207px;
    }

    .cl_33_big_top170 .more_spare {
        width: 100%;

    }

}

@media screen and (max-width:650px) {
    .cl_33_big {
        padding: 0;
        margin: 0;
        margin-top: 10px;
        height: 1125px;
    }

    .cl_33_big_top170 {
        height: 900px;
    }

    .cl_33_big_top170 .zc9f35col-md6 {
        width: 100%;
        top: -207px;
    }

    .cl_33_big_top170 .zc9f35col-md6:nth-of-type(2) {

        left: 15px;
        top: 175px;
        width: 100%;
    }

    .cl_33_big_top170 .more_spare {

        position: absolute;
        left: 0;
        margin: 0;
        box-sizing: border-box;
    }
}