.contact-section {
    padding: 60px 0;
    position: relative;
    width: 100%;
    background-image: url(../img/contact/contact.png);
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 0;
}

.contact-content {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    height: 100%;
    padding: 60px 0;
}

.contact-btn {
    margin: 0 auto;
    background-color: #0e7cbb;
    width: 218px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 300ms;
    margin-top: 50px;
}

.contact-btn:hover {
    transform: translateY(-5px);
}

.contact-btn:active {
    opacity: .8
}

.contact-success-box {
    width: 100%;
    height: 342px;
    /* background-color: #fff; */
    /* box-shadow: 0 0 10px 5px #aaa; */
    border-radius: 20px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-success-box h2 {
    font-size: 32px;
    color: rgb(68, 116, 196);
    font-weight: 600;
    letter-spacing: 5px;
    margin-top: 30px;
}

.contact-success-box p {
    font-size: 16px;
    text-align: center;
    padding-bottom: 5px;
    line-height: 32px;
}

.info-section {
    padding: 40px 0;
}

.info-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.info-item h5 {
    padding-top: 23px;
    font-size: 18px;
    font-weight: bold;
}

.info-item p {
    padding-top: 7px;
    font-size: 14px;
    color: #aaa;
}

#amap {
    width: 100%;
    height: 50vh;
}

.job-section {
    width: 100%;
}

.job-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    padding: 100px 0;
}

.job-item {
    width: 100%;
    padding: 20px 0;
    border-bottom: solid 1px #ddd;
}

.job-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-title h5 {
    font-weight: bold;
}

.job-title p {
    margin-top: 10px;
    color: #888;
}

.job-btn {
    padding: 10px 20px;
    background-color: #0e7cbb;
    color: #fff;
    cursor: pointer;
}

.job-body {
    margin-left: 1em;
    margin-top: 20px;
    box-sizing: border-box;
    color: #888;
    line-height: 2em;
    padding: 0;
}

.join-section {
    position: relative;
    width: 100%;
    background-image: url(../img/contact/join.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-style: oblique;
    letter-spacing: 1px;
    word-spacing: 5px;
}

.join-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 0;
}

.join-content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 0;
    z-index: 1;
}

.join-content ol {
    margin-top: 20px;
    margin-bottom: 100px;
    list-style: none;
    padding: 0;
    line-height: 36px;
}

.join-content p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 2
}