.main-content .content{
    width: 1200px;
    margin: 0 auto;
}
.contact{
    margin-top: 60px;
    display: flex;
}
.contact .contact-item{
    width: 25%;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    margin-top: 20px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.contact .contact-item .contact-img{
    width: 74px;
    height: 74px;
    background: #EFEFEF;
    border-radius: 50%;
    margin: 0 auto;
}
.contact .contact-item .contact-img img{
    width: 24px;
    height: 24px;
    margin-top: 25px;
}
.contact .contact-item .contact-img img.active{
    display: none;
}
.contact .contact-item a p{
    margin-top: 30px;
}
.contact .contact-item:hover .contact-img{
    background: #1562C5;
}
.contact .contact-item:hover .contact-img img.active{
    display: inline-block;
}
.contact .contact-item:hover .contact-img img.normal{
    display: none;
}

.quote{
    margin-top: 30px;
}
.quote input,.quote textarea{
    border: none;
    outline: none;
    padding-left: 20px;
    line-height: 60px;
}
.quote .quote-item{
    width: 32%;
    float: left;
    border-bottom: 1px solid #E6E6E6;
    margin-left: 2%;
    font-size: 14px;
    color: #666666;
}
.quote .quote-item:first-child{
    margin-left: 0;
}
.quote .quote-item span{
    color: #CC0801;
}
.quote .quote-message{
    width: 100%;
    height: 234px;
    margin-top: 20px;
    padding: 0 20px;
    border: 1px solid #E6E6E6;
    resize: none;
}
.quote input::placeholder,.quote textarea::placeholder{
    color: #999999;
}
.quote .quote-btn{
    width: 120px;
    height: 46px;
    background: #1562C5;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    margin: 30px auto 0;
}

.iframe-container-map {
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 60px;
}

.iframe-container-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .main-content{
        width: 100%;
    }
    .main-content .content{
        width: 900px;
    }
    .quote .quote-item{
        font-size: 12px;
    }
    .quote input, .quote textarea{
        padding-left: 10px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1000px) {
    .main-content{
        width: 100%;
    }
    .main-content .content{
        width: 700px;
    }
    .main-content .title{
        margin-bottom: 20px;
    }
    .contact{
        margin-top: 20px;
    }
    .contact .contact-item{
        font-size: 12px;
        line-height: 20px;
    }
    .quote{
        margin-top: 0;
    }
    .quote .quote-item{
        font-size: 12px;
        width: 100%;
        margin-left: 0;
    }
    .quote input, .quote textarea{
        line-height: 40px;
    }
    .quote .quote-message{
        margin-top: 10px;
    }
}