@charset "utf-8";
    .container {
        display: none;
    }
    body {
        background: #fff;
    }
    /*联系我们*/
    .contact_us {
        width: 1000px;
        margin: 0 auto;
    }
    .contact_us .contact-title {
        width: 100%;
        height: 72px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .contact_us .contact-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .contact_content {
        width: 1000px;
        height: auto;
        margin: 30px auto 0 auto;
        padding-left: 50px;
    }
    .contact_content .contact_us_text {
        font-size: 18px;
        color: #333;
    }
    .contact_content .email {
        color: #666;
        display: inline-block;
        margin-left: 40px;
    }
    .contact_content .email a {
        font-size: 13px;
        color: #666;
        display: inline-block;
        width: auto;
        height: auto;
        padding: 3px 10px;
        border: 1px solid #333;
        border-radius: 30px;
    }
    .contact_content .contents {
        width: 100%;
        height: 300px;
        margin-top: 30px;
    }
    .contact_content .contents .map {
        width: 440px;
        height: 300px;
        float: left;
        border: 1px solid #e2e2e2;
    }
    .contact_content .contents .contact_info {
        float: left;
        margin-left: 50px;
    }
    .contact_info > div > .address,
    .contact_info > div > .tel,
    .contact_info > div > .fax {
        line-height: 30px;
    }
    .contact_info > div > .address {
        margin-top: 28px;
    }
    .bj_contact {
        margin-top: 20px;
    }