@charset 'UTF-8';

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

.ewb-system {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("../images/system/system_bg.jpg") no-repeat;
    background-size: 100% 100%;
    padding: 92px 0 20px;
}

.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;
    }
}

#foot {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}

@media screen and (max-height: 726px) {
     #foot {
        position:static; 
    }
}

/* 2024-12-31 */

.ewb-system {
     position:static;
     margin-top: 140px;
     padding-bottom: 70px;
}