﻿body {
}
.laboratoryDetails {
    overflow: hidden;
    width: 100%;
}

.laboratoryDetails p {
    font-size: 2rem;
    color: #000;
    text-align: left;
    line-height: 3rem;
    max-width: 100%;
}

.laboratoryDetails.table.tr {
    width: 100%;
}

.laboratoryDetails.table.td {
    width: 100%;
}

.laboratoryDetails span {
    width: 100%;
}
.laboratoryPhoto {
    width: 100%;
    overflow: hidden;
    padding-bottom: 25px;
}

.laboratoryPhoto img {
    width: 65rem;
}




.ContactMain {
    margin-top: 25px;
    background: #fff;
    padding-bottom:70px;
}

.Main_con {
    width: 1315px;
    margin: 0 auto;
    background: #fff;
}

.con_headbeijing {
    width: 100%;
    overflow: hidden;
}

    .con_headbeijing div {
        width: 100%;
    }

        .con_headbeijing div img {
            display: block;
            width: 100%;
        }

.tab_con {
    width: 1210px;
    margin: 0px auto;
    overflow: hidden;
    padding-top: 20px;
}

.tabcon_address {
}

    .tabcon_address .map {
        position: relative;
        width: 715px;
        height: 595px;
        margin: 0px auto;
        background: url(/images/nationaloffice/map.jpg) no-repeat;
        cursor: pointer;
    }

        .tabcon_address .map a {
            cursor: pointer;
        }

.citybg {
    position: absolute;
    z-index: 3;
    display: none;
}
/*联系我们*/
.tabcon_contact {
    margin-left: 20px;
    margin-top: 110px;
    overflow: hidden;
    position: relative;
}

.contact_right {
    width: 580px;
    float: right;
    height: 465px;
    overflow: hidden;
}

    .contact_right .chat_online {
        width: 100%;
        height: 140px;
        overflow: hidden;
        border-bottom: 1px solid #ddd;
    }

    .contact_right .conright_tit {
        height: 20px;
        line-height: 20px;
        color: red;
    }

.chat_online .chatonline_con {
    margin-top: 30px;
    width: 150px;
    float: left;
    font-size: 18px;
    font-family: 微软雅黑;
}

.con_tit {
    font-weight: 600;
}

.con_intro {
    font-size: 14px;
    color: #666;
    line-height: 2;
}

.chatonline_click {
    margin-top: 30px;
    width: 230px;
    height: 60px;
    line-height: 60px;
    float: right;
}

    .chatonline_click a {
        display: block;
        width: 228px;
        height: 60px;
        border: 1px solid #666;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        text-align: center;
        font-size: 18px;
    }

        .chatonline_click a:hover {
            background-color: #e01222;
            color: #fff;
        }

.contact_right .wechat_service {
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.wechat_service .wechat_con {
    width: 150px;
    float: left;
    font-size: 18px;
    font-family: 微软雅黑;
    margin-top: 30px;
    display: inline;
}

.wechat_service .wechat_code {
    width: 180px;
    height: 140px;
    float: right;
}

.wechat_code img {
    width: 140px;
    height: 140px;
}

.contact_right .email_under {
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.email_under .email_con {
    width: 320px;
    float: left;
    font-size: 18px;
    font-family: 微软雅黑;
    margin-top: 30px;
    display: inline;
}

.contact_right .email_link {
    width: 230px;
    height: 60px;
    line-height: 60px;
    float: right;
    margin-top: 35px;
}

.email_link a {
    display: block;
    width: 228px;
    height: 60px;
    border: 1px solid #666;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #0368b8;
}
