@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: 186px 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;
    height: 258px;
}

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


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


.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 {
        padding-top: 20px;
    }

    .ewb-system-tt img {
        height: 80px;
    }

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

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

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

}

/* 2024-12-31 */

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