.contact-content{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.contact{
    width: 48%;
}
.contact .contact-title{
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 22px;
}
.contact .contact-line{
    width: 100%;
    height: 1px;
    background: #ECECEC;
    margin: 20px 0;
}
.contact .contact-line .contact-line-active{
    width: 120px;
    height: 1px;
    background: #15499A;
}
.contact .contact-list{
    display: flex;
    flex-wrap: wrap;
}
.contact .contact-list .contact-item{
    width: 50%;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
}
.contact .contact-item img{
    width: 50px;
    height: 50px;
    object-fit: none;
    margin-right: 20px;
}
.contact .contact-item .contact-item-title{
    font-size: 16px;
    color: #262626;
    line-height: 17px;
    margin-bottom: 10px;
}
.contact .contact-item .contact-item-text,
.contact .contact-item .contact-item-text a{
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    word-break: break-all;
}
.contact .contact-item.contact-address{
    width: 100%;
}


.quote{
    width: 48%;
}
.quote .quote-item{
    margin-bottom: 20px;
}
.quote .quote-item.quote-message{
    margin-bottom: 0;
}
.quote .quote-item.quote-tel .intl-tel-input{
    width: 100%;
}
.quote .quote-item .quote-item-title{
    font-size: 16px;
    color: #1A1A1A;
    line-height: 17px;
}
.quote .quote-item .quote-item-title span{
    color: #CC0801;
}
.quote .quote-item .quote-item-text{
    font-size: 16px;
    color: #1A1A1A;
    margin-top: 10px;
}
.quote .quote-item .quote-item-text input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #ECECEC;
    outline: none;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 42px;
    background: none;
}
.quote .quote-item .quote-item-text input:focus{
    outline: none;
}
.quote .quote-item.quote-tel .intl-tel-input input{
    padding-left: 50px;
}
.quote .quote-item.quote-tel .intl-tel-input .country-list{
    background-color: #FFFFFF;
}
.quote .quote-item .quote-item-text textarea{
    width: 100%;
    height: 120px;
    outline: none;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 28px;
    background: none;
    resize: none;
    border: none;
    border-bottom: 1px solid #ECECEC;
    padding-top: 5px;
}
.quote .quote-btn{
    width: 120px;
    height: 46px;
    background: #15499A;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 10px;
}

.iframe-container-map {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 80px;
}
.iframe-container-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.footer-quote{
    display: none;
}
.footer{
    margin-top: 0;
    padding-top: 60px;
}






@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .content{
        width: 900px;
    }
    .contact .contact-item img{
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .contact .contact-item .contact-item-title{
        margin-bottom: 5px;
    }
    .contact .contact-item .contact-item-text, .contact .contact-item .contact-item-text a{
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .content{
        width: 700px;
    }
    .contact .contact-item img{
        width: 30px;
        height: 30px;
        margin-right: 2px;
    }
    .contact .contact-item .contact-item-title{
        margin-bottom: 5px;
    }
    .contact .contact-item .contact-item-text, .contact .contact-item .contact-item-text a{
        font-size: 12px;
        line-height: 18px;
    }
}