.zc_layout_head_background_two{
    background: #ffffff url(../imgs/blueBackground.png) no-repeat center center;
    background-size: cover;
    height: 700px;
    z-index: -1;
}

.zc_layout .zc_head {
    padding: 16% 10% 0px 10%;
}

.zc_layout .zc_head{
    padding-top: 180px;
}

.zc_layout .zc_head .zc_title{
    font-size: 68px;
    color: #ffffff;
}

.zc_layout .zc_head .zc_content{
    width: 600px;
    margin-top: 20px;
    font-size: 20px;
    color: #ffffff;
}

.zc_clear_float::after{
    content: "";
    display: block;
    clear: both;
}
.zc_body  {
    z-index: 4;
}
.zc_lshq_list img{
    width: 100%;
}
.zc_lshq_list li{
    text-align: center;
    padding: 30px 10% ;
}

.zc_lshq_list  .zc_title_2{
    display: block;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

.zc_lshq_list  .zc_content_2{
    text-align: left;
    font-size: 20px;
    margin-bottom: 40px;
    color: #000000;
    vertical-align: middle;
}

.zc_lshq_list  .zc_title_3{
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.zc_lshq_list  .zc_content_3{
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 0px;
    color: #000000;
}

.zc_advantage_list{
    font-size: 0px;
    display: table;
    table-layout: fixed;
}
.zc_lshq_list  .zc_advantage_list >li{
    display: table-cell;
    padding: 20px;
    min-height: 460px;
    /* 响应式布局，float碰到边框触发浮动，解决浮动错误问题 */
}
.zc_lshq_list  .zc_advantage_list li>img{
    height: 170px;
    width: auto;
    object-fit: cover;
}
.zc_lshq_list  .zc_advantage_list li>h3{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    padding: 10px 0px;
    color: #333333;
    line-height: 42px;
}

.zc_lshq_list  .zc_advantage_list li>div:last-child{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    padding: 10px 0px;
    color: #333333;
    line-height: 32px;
    text-align: left;
}
.zc_flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    line-height: 30px;
}

.zc_flex >dd:first-child{
    padding-right: 20px;
    align-items: center;
}