.cl_73 .zc9f35sub-menu {
    display: none;
}

.cl_73 .zc9f35navmenu .zc9f35nav .zc9f35nav-item>a {
    color: #fff !important;
}

/* .cl_73 .zc9f35main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
} */

/* 全生命周期服务保障 */
.live {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.live_title {
    margin-top: 100px;
}

.live_title h3 {
    font-size: 38px;
    line-height: 1.5;
    color: #181b31;
    font-weight: 300;
    position: relative;
}

.live_title h3::before {
    content: "";
    display: block;
    width: 150px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    bottom: -10px;

}

.live_title p {
    padding-top: 30px;
    font-size: 15px;
    color: #8f9193;
    line-height: 2;
}

.live_pic {
    margin: 15px 0;
    width: 100%;
}

.live_pic img {
    max-width: 100%;
}

@media screen and (max-width:1024px) {
    .live {
        padding: 15px;
        box-sizing: border-box;
    }
}

/* 安装团队 */
.team {

    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
}

.team_group {
    padding: 100px 40px;
    box-sizing: border-box;
    background-color: #006bbc;
    color: #fff;
    transition: box-shadow .3s ease-in-out;
    overflow: hidden;
    border: 1px solid transparent;
}

.team_group i {
    font-size: 45px;
}

.team_group h3 {
    line-height: 1;
    font-size: 24px;
    margin: 25px 0 16px;
}

.team_group p {
    font-size: 15px;
    line-height: 2;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.team_group:hover {
    background-color: #fff;
    border-left: 1px solid #006bbc;
    border-bottom: 1px solid #006bbc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-shadow: 0 15px 20px rgb(0 0 0 / 25%);
    box-sizing: border-box;
    overflow: hidden;
}

.team_group:hover i,
.team_group:hover h3 {
    color: #000;
}


.team_group:hover p {
    color: rgb(143, 145, 147);
}

.team .zc9f35col-md6:nth-of-type(odd) {
    padding-left: 0;
}

.team .zc9f35col-md6:nth-of-type(even) {
    padding-right: 0;
}

@media screen and (max-width:1024px) {
    .team {
        padding: 15px;
    }
}

@media screen and (max-width:768px) {
    .team_group {
        padding: 60px 40px;
    }
}

@media screen and (max-width:650px) {
    .team .zc9f35col-md6 {
        margin-bottom: 15px;
    }

    .team .zc9f35col-md6:nth-of-type(odd) {
        padding: 0;
    }

    .team .zc9f35col-md6:nth-of-type(even) {
        padding: 0;
    }

    .team_group {
        padding: 50px 40px;
    }
}