.cl_35 .zc9f35sub-menu {
    display: none;
}

.cl_35 .zc9f35navmenu .zc9f35nav .zc9f35nav-item>a {
    color: #fff !important;
}

/* 乘客电梯 */
.cl_35_elevator {
    width: 100%;
    max-width: 1200px;
    height: 466.6px;
    margin: 50px auto 30px;
}

.cl_35_elevator .zc9f35col-md5 {
    padding: 50px;
    height: 100%;
    background-color: #006ec1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.cl_35_elevator .zc9f35col-md7 {
    height: 466.6px;
    background-color: #006ec1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../images/solve_cl_35_img_1.jpg) no-repeat center center;
    background-size: cover;
}

.cl_35_elevator .zc9f35col-md7 .cl_35_elevator_pic {
    height: 100%;
}

.cl_35_elevator .zc9f35col-md5 h3 {
    font-size: 40px;
    color: #fff;
    padding: 15px 0;
    text-align: left;
    line-height: 1.5;
}

.cl_35_elevator .zc9f35col-md5 span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin: 20px 0;
}

.cl_35_elevator .zc9f35col-md5 p {
    font-size: 15px;
    color: #fff;
    line-height: 2;
}

.cl_35_elevator_pic img {
    max-width: 100%;
}

@media screen and (max-width:650px) {
    .cl_35_elevator {
        height: auto;
        padding: 15px;
        box-sizing: border-box;
    }

    .cl_35_elevator .zc9f35col-md7 {
        height: 300px;
    }



}

/* 产品规格 */
.product_sign {
    width: 100%;
    max-width: 1202px;
    margin: 0 auto;
}

.product_sign .zc9f35col-md12 {
    padding: 0;
}

.product_sign_title {
    width: 100%;
    margin: 50px 0;
}

.product_sign_title h3 {
    font-size: 38px;
    color: #181b31;
    line-height: 2;
}

.product_sign_title hr {
    display: block;
    width: 117px;
    height: 2px;
    background-color: #ccc;
    margin: 15px 0;

}

.product_sign_content {
    width: 100%;
    overflow-x: auto;
}

.product_sign_content th {
    background: #006ec1;
    color: white;
    border-right: 1px solid #dedede;
    font-weight: 400;
}

.product_sign_content th,
.product_sign_content td {
    padding: 15px 10px;
    text-align: center;
    font-size: 15px;
}

.product_sign_content td {
    color: #8f9193;
    border: 1px solid #dedede;
    border-collapse: collapse;
}

.renote {
    margin-top: 30px;
}

.renote p {
    font-size: 15px;
    color: #8f9193;
}

@media screen and (max-width:1024px) {
    .product_sign {
        padding: 13px;
        box-sizing: border-box;
    }
}

/* 高效运载 */
.high {
    width: 100%;
    max-width: 1920px;
    margin: 200px auto 0;
    background-color: #f1f3f5;
    position: relative;
    padding-bottom: 50px;
}

.three_strack {
    width: 100%;
    max-width: 1200px;
    height: 305px;
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.three_strack .zc9f35col-md4 {
    padding: 0 15px;
    box-sizing: border-box;
}

.three_strack_item {
    width: 100%;
    height: 305px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
}

.three_strack_item i {
    font-size: 45px;
    color: #006ec1;
}

.three_strack_item h3 {
    font-size: 24px;
    color: #181b31;
    padding: 20px 0 0;
}

.three_strack_item p {
    width: 100%;
    font-size: 15px;
    color: #8f9193;
    line-height: 2;
    padding: 15px 0 0;
    height: 90px;
    /* 1设置盒子模型为弹性盒子模型 */
    display: -webkit-box;
    /* 2控制容器内部分垂直显示 */
    -webkit-box-orient: vertical;
    /* 3控制显示的行数 */
    -webkit-line-clamp: 3;
    /* 4溢出的部分隐藏 */
    overflow: hidden;
}

.three_strack_item:hover {
    background-color: #006ec1;
}

.three_strack_item:hover i,
.three_strack_item:hover h3,
.three_strack_item:hover p {
    color: #fff;
}

/* 留更多的建筑空间 */
.high .more_spare {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 200px;
}

.high .more_spare:last-child {
    padding-top: 20px;
}

.high .more_spare h3 {
    font-size: 38px;
    color: #181b31;
    font-weight: 300;
    line-height: 1.5;
}

.high .more_spare span {
    display: inline-block;
    width: 117px;
    height: 1px;
    background-color: #ccc;
    margin: 30px 0;
}

.high .more_spare p {
    font-size: 15px;
    color: #8f9193;
    line-height: 2;
}

@media screen and (max-width:1024px) {
    .high .more_spare {
        box-sizing: border-box;
        padding: 200px 15px 0;
    }

    .three_strack_item {}
}

@media screen and (max-width:650px) {
    .three_strack {
        display: block;
        height: auto;
    }

    .three_strack .zc9f35col-md4 {
        margin: 15px 0 0 0;
    }

    .high .more_spare {
        box-sizing: border-box;
        padding: 845px 15px 0;
    }
}