.join {
    padding: 60px 0 60px;
}

.join table {
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.join table th,
.join table td {
    text-align: center;
    font-size: 16px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.join table th {
    font-size: 16px;
    color: #666;
    font-weight: normal;
}

.join table tr {
    height: 50px;
    line-height: 50px;
}

.join table tbody tr {
    background-color: #f4f4f4;
    height: 50px;
    line-height: 50px;
}

.join table td{
    width: 16.6%;
}

.join table a {
    color: #00A54F;
    font-size: 16px;
}

.contact .contact-bg {
    background: url("../img/image_22.jpg") no-repeat center;
    background-size: cover;
    padding: 0 0 70px;
}

.contact .contact-body {
    text-align: center;
}

.contact .contact-body h3 {
    font-size: 30px;
    color: #00A54F;
    line-height: 40px;
    margin: 0 0 30px;
}

.contact .contact-body p {
    color: #444;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 11px;
}

.map {
    padding: 0 0 60px;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

#dituContent {
    width: 100%;
    height: 550px;
    border: #ccc solid 1px;
}

#dituContent img{
    max-width: none;
}

@media (max-width: 992px) {
    .join table td,
    .join table th,
    .join table a{
        font-size: 14px;
    }

    .join{
        padding: 30px 0;
    }
    .contact .contact-bg,
    .map{
        padding-bottom: 30px;
    }

    .contact .contact-body h3{
        font-size: 22px;
        margin-bottom: 15px;
    }

    .contact .contact-body p{
        font-size: 14px;
    }

    #dituContent{
        height: 300px;
    }
}
