/* way */
.way_right {
    border-radius: 10px;
    overflow: hidden;
    width: 700px;
}
.way_right #map {
    width: 100%;
    height: 390px;
}
.way_right #map img {
    max-width: none;
    max-height: none;
}
.way_left {
    margin-right: 50px;
}
.way_left .logo {
    height: 80px;
}
.way_left .company_name {
    font-size: 20px;
	font-weight: bold;
    color: #666666;
    margin: 40px 0 35px;
}
.way_left .company_info {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}





/* contact_invite_list */
.contact_invite_list_title {
	height: 70px;
    background: #006bb8;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
.contact_invite_list_title span,
.contact_invite_list span {
	width: 16.666666%;
}
.contact_invite_list {
    font-size: 16px;
    color: #666666;
    text-align: center;
    border: solid 1px #e5e5e5;
    line-height: 70px;
    box-sizing: content-box;
}
.contact_invite_list .item:nth-child(odd) {
    background: #fff;
}
.contact_invite_list .item:nth-child(even) {
    background: #f9f9f9;
}
.contact_invite_list .item span:last-of-type:active,
.contact_invite_list .item span:last-of-type:hover {
    color: #e50015;
}
.contact_invite_details {
    width: 100%;
    text-align: left;
    padding: 20px 65px;
    font-size: 14px;
	line-height: 32px;
    color: #888888;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    display: none;
}










/* 响应 */
@media screen and (max-width: 1199px) {
    .way_right {
        width: 60%;
    }

    .contact_invite_details {
        padding: 20px 5%;
    }
}
@media screen and (max-width: 1024px) {
    .contact_way {
        display: block;
    }
    .way_right {
        width: 100%;
    }
    .way_left {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .way_left .company_name {
        margin: 30px 0 25px;
    }

    .contact_invite_list_title {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }
    .contact_invite_list {
        line-height: 60px;
    }
    .contact_invite_details {
        padding: 15px 5%;
        line-height: 30px;
    }
}
@media screen and (max-width: 992px) {}
@media screen and (max-width: 750px) {
    .way_right {
        border-radius: 5px;
    }

    .contact_invite_list_title {
        height: 54px;
        line-height: 54px;
        font-size: 16px;
        font-weight: normal;
    }
    .contact_invite_list {
        line-height: 54px;
        font-size: 14px;
    }
    .contact_invite_details {
        padding: 10px 18px;
        line-height: 26px;
    }
}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 480px) {
    .way_right #map {
        height: 280px;
    }
    .way_left .company_name {
        margin: 15px 0 10px;
        font-size: 18px;
    }
    .way_left .company_info {
        line-height: 28px;
    }
    .way_left .logo {
        height: 60px;
    }

    .contact_invite_list_title span:last-of-type,
    .contact_invite_list_title span:nth-last-of-type(2) {
        display: none;
    }
    .contact_invite_list .item span:last-of-type,
    .contact_invite_list .item span:nth-last-of-type(2) {
        display: none;
    }
    .contact_invite_list_title span,
    .contact_invite_list span {
        width: 25%;
    }


}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}


