.estate-content .estate-main-content ul {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    margin-left:-50%;
    top: -36%;
}

.estate-content .estate-info-content {
    padding: 42px 90px;
    display: flex;
    justify-content: center;
}

.estate-content .estate-info-content .info-content1 {
    width: 125px;
    height: 91px;
    background: url('../img/estate/estate_info_img1.png') no-repeat top center;
    background-size:100%;
}

.estate-content .estate-info-content .info-content2 {
    width: 175px;
    height: 91px;
    background: url('../img/estate/estate_info_img2.png') no-repeat top center;
    background-size:100%;
}

.estate-content .estate-info-content .info-content3 {
    width: 225px;
    height: 91px;
    background: url('../img/estate/estate_info_img3.png') no-repeat top center;
    background-size:100%;
}