@charset "utf-8";
@media screen and (max-width:767px) {
    .top_wrapper {
        display: none;
    }
    body {
        background: #fff;
    }
    .estate_content {
        width: 100%;
    }
    .estate_content .pic {
        width: 100%;
        height: auto;
    }
    .estate_content .pic img {
        display: block;
        width: 100%;
        height: auto;
    }
    .estate_content .contents {
        width: 92%;
        margin: 0 auto;
    }
    .contents .title {
        width: 100%;
        font-size: 18px;
        color: #333;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .contents .content {
        width: 88%;
        margin: 17px auto;
        font-size: 16px;
        color: #666;
        line-height: 25px;
        text-align: left;
        text-indent: 2em;
    }
    .container_top .current_page {
        margin-top: 13px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        display: none;
    }
    /*地产项目*/
    .contact_us {
        width: 100%;
        height: 72px;
        background: #fff;
    }
    .contact_us .contact-title {
        width: 92%;
        height: 72px;
        color: #000;
        margin: 0 auto;
        border-bottom: 1px solid #ebf0f4;
    }
    .contact_us .contact-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .real_estate_content {
        position: relative;
        width: 94%;
        height: auto;
        margin: 30px auto 0 auto;
    }
    .real_estate_content > .contents {
        width: 92%;
        height: 372px;
        margin: 0 auto;
        background: #fff;
        border: 1px solid #e8e8e8;
    }
    .real_estate_content .contents .title {
        margin-top: 28px;
        margin-left: 34px;
        font-size: 18px;
        color: #0376e8;
    }
    .real_estate_content .content {
        font-size: 14px;
        color: #666;
        line-height: 29px;
        margin-left: 34px;
        margin-right: 34px;
        margin-top: 28px;
        text-align: left;
        text-indent: 2em;
    }
    .real_estate_content > .content_icon {
        display: none;
    }
}
@media screen and (min-width:960px) {
    .container {
        display: none;
    }
    /*联系我们*/
    .contact_us {
        width: 100%;
        height: 72px;
        background: #fff;
    }
    .contact_us .contact-title {
        width: 1000px;
        height: 72px;
        color: #000;
        margin: 0 auto;
        border-bottom: 1px solid #ebf0f4;
    }
    .contact_us .contact-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .real_estate_content {
        position: relative;
        width: 1000px;
        height: auto;
        margin: 30px auto 0 auto;
    }
    .real_estate_content > .contents {
        width: 100%;
        height: auto;
        background: #fff;
        border: 1px solid #e8e8e8;
    }
    .real_estate_content .contents .title {
        margin-top: 28px;
        margin-left: 34px;
        font-size: 18px;
        color: #0376e8;
    }
    .real_estate_content .content {
        font-size: 14px;
        color: #666;
        line-height: 29px;
        margin-left: 34px;
        margin-right: 34px;
        margin-top: 28px;
        padding-bottom: 28px;
        text-align: left;
        text-indent: 2em;
    }
    /* .real_estate_content > .content_icon {
        width: 331px;
        height: 371px;
        position: absolute;
        top: 0;
        right: 0;
    } */
    .real_estate_content img {
        float: right;
        margin-left: 34px;
    }
}