@media screen and (min-width: 1300px) {
    .top_banner{
        height: 480px;
        width: 100%;
        background: url(../../images/contact.png) no-repeat center 80px;
        background-size: auto 400px;
    }
}

@media screen and (max-width: 1300px) {
    .top_banner{
        height: 360px;
        width: 100%;
        background: url(../../images/contact.png) no-repeat center 80px;
        background-size: 1500px 300px;
    }
}

.contact_warp{
    width: 100%;
    background: url(../../images/bg.png) repeat center;
    padding: 80px 0px;
}
.contact_content{
    width: 1200px;
    height: 500px;
    background: white;
    margin: 0px auto;
    display: flex;
}

.contact_content > div{
    width: 50%;
}
.contact_content > div:first-child {
    padding: 50px 0px 50px 50px;
}
.contact_content > div:first-child > div:first-child{
    font-size: 30px;
    color: #000;
    padding-bottom: 30px;
}
.contact_content > div:first-child > div {
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    padding: 10px 0px;
    display: flex;
    line-height: 40px;
}
.contact_content > div:first-child > div > span {
    display: block;
}
.contact_content > div:first-child > div > span:first-child{
    color: #e5001b;
    font-size: 30px;
    width: 50px;
}
.contact_content > div:first-child > div > span:nth-child(2){
    width: 80px;
}

.contact_content > div:last-child {
    width: 50%;
    height: 100%;
    background: url(../../images/map.png) repeat center;
}