.HJZF2_Z_service3 {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
}

.HJZF2_Z_service3 .upb_bg_overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.HJZF2_Z_service3__title {
    margin: auto;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.HJZF2_Z_service3__title_down {
    font-weight: 700;
    color: #ffffff;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
}

.HJZF2_Z_service3__wraper {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.HJZF2_Z_service3__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
}

.HJZF2_Z_service3__itemInner {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;

}

.HJZF2_Z_service3__itemInner a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.HJZF2_Z_service3__itemInnerText {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    background: #fff;
}

.HJZF2_Z_service3__itemInnerText {
    text-align: center;
}

.HJZF2_Z_service3__itemImg {
    padding-bottom: 20px;
}

.HJZF2_Z_service3__itemImg img {
    width: 62px;
    height: 62px;
}

.HJZF2_Z_service3__itemTitle {
    font-weight: bold;
    margin-bottom: 15px;
}

.HJZF2_Z_service3__itemDesc {
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}