.contact {
    margin-top: 80px;
    padding-bottom: 150px;
}

.contact .contact-top {
    position: relative;
    display: flex;
    align-items: center;
    width: 270px;
    height: 60px;
    padding-left: 35px;
    margin-left: 50px;
    border-bottom: 1px solid #f9a61c;
}

.contact .contact-top::before {
    position: absolute;
    content: '';
    left: -50px;
    top: 0;
    width: 62px;
    height: 60px;
    background: url(../images/h1-nav-icon.png) no-repeat;
    background-size: 62px 60px;
}

.contact .contact-top h1 {
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.contact .contact-top h2 {
    font-size: 16px;
    color: #808080;
    margin-top: 12px;
    margin-left: 22px;
}

.contact .contact-box {
    margin-top: 80px;
}

.contact .contact-box ul {
    display: flex;

}

.contact .contact-box ul li {
    position: relative;
    flex: 1;
    text-align: center;
    
}

.contact .contact-box ul li::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 226px;
    top: 10px;
    right: 0;
    background-color: #f4f4f4;
}

.contact .contact-box ul li h1 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 25px;
    margin-bottom: 30px;
}

.contact .contact-box ul li h1::after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 26px;
    height: 2px;
    background-color: #f9a61c;
}

.contact .contact-box ul li p {
    color: #333;
}

#map {
    width: 100%;
    height: 480px;
    margin-top: 45px;
}

@media (max-width:1300px) {
    .contact .contact-box ul {
        flex-wrap: wrap;
    }

    .contact .contact-box ul li {
        margin-top: 30px;
    }

    .contact {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .contact .contact-box {
        margin-top: 0;
    }

    .contact {
        margin-top: 20px;
        padding-bottom: 40px;
    }

    .ywly_banner {
        background: url(../images/contact-banner.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 150px;
    }
}
