@charset "utf-8";
@media screen and (max-width:767px) {
    .container_all {
        display: none;
    }
     body {
        background: #fff;
    }
    .container_top {
        position: relative;
    }
    .container_top .current {
        position: absolute;
        top: 22px;
        right: 60px;
    }
    .container_top .current_page_one,
    .container_top .current_page_two {
        display: block;
        width: 100%;
        font-size: 18px;
        color: #6a6e71;
        text-align: center;
    }
    .container_top .current_page_two {
        font-size: 15px;
    }
    .investor_contact {
        width: 100%;
        margin: 0 auto;
    }
    .contact-title {
        width: 100%;
        height: 72px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .contact_content {
        width: 92%;
        margin: 40px auto 0 auto;
    }
    .content_text {
        float: left;
    }
    .content_text > p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .part_two {
        display: block;
        margin-left: 40px;
        margin-top: 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        display: none;
    }
     body {
        background: #fff;
    }
    .investor_contact {
        width: 100%;
        margin: 0 auto;
    }
    .contact-title {
        width: 100%;
        height: 72px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .contact_content {
        width: 92%;
        margin: 40px auto 0 auto;
    }
    .content_text {
        float: left;
    }
    .content_text > p {
        margin-bottom: 20px;
    }
    .part_two {
        display: block;
        margin-left: 130px;
        margin-top: 20px;
    }
    .content_pic {
        float: right;
        width: 325px;
        height: 156px;
    }
    .content_pic > img {
        display: block;
        width: 325px;
        height: 156px;
    }
}
@media screen and (min-width:960px) {
	.container {
		display: none;
	}
     body {
        background: #fff;
    }
    .investor_contact {
        width: 1000px;
        margin: 0 auto;
    }
    .contact-title {
        width: 100%;
        height: 72px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .contact_content {
        width: 1000px;
        margin: 40px auto 0 auto;
    }
    .content_text {
        float: left;
    }
    .content_text > p {
        margin-bottom: 20px;
    }
    .part_two {
        margin-left: -3px;
    }
    .content_pic {
        float: right;
        width: 325px;
        height: 156px;
    }
    .content_pic > img {
        display: block;
        width: 325px;
        height: 156px;
    }
    .part_two {
        display: block;
        margin-left: 39px;
        margin-top: 20px;
    }
}