@charset 'UTF-8';

/**!
 * “一窗受理、一网通办”综合服务系
 * author: fxyue;
 * date: 2020-05-30
 */

.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: 119px 0 20px;
}

.ewb-system-tt {
    height: 100px;
}

.ewb-system-tt img {
    display: block;
    margin: 0 auto;
    height: 100px;
}

.ewb-system-item {
    float: left;
    font-size: 0;
    text-align: center;
    width: 33.33%;
}

.ewb-system-box {
    margin: 144px 268px 0;
}


.ewb-system-item a {
    display: inline-block;
    vertical-align: middle;
    height: 117px;
    width: 312px;
    padding-top: 278px;
    line-height: 40px;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}

.system1 {
    background-image: url("../images/system/systemIndex_bg_01.png");
}

.system2 {
    background-image: url("../images/system/systemIndex_bg_02.png");
}

.system3 {
    background-image: url("../images/system/systemIndex_bg_03.png");
}

@media (max-height:800px) {
    .ewb-system {
        padding-top: 60px;
    }

    .ewb-system-box {
        margin: 100px 100px 0;
    }

    .ewb-system-item a {
        height: 78px;
        width: 208px;
        padding-top: 185px;
    }
}

#foot {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}

@media screen and (max-height: 726px) {
     #foot {
        position:static; 
    }
}