.contact-content{
    display: flex;
    justify-content: space-between;
}
.contact-content .contact-text{
    width: 38%;
}
.contact-content .contact-text .contact-desc{
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    margin-top: 40px;
}
.quote{
    width: 60%;
}
.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: #666666;
    margin-top: 10px;
}
.quote .quote-item .quote-item-text input{
    width: 100%;
    border: 1px solid #ECECEC;
    outline: none;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 42px;
    background: none;
    padding-left: 15px;
}
.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: 128px;
    outline: none;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 28px;
    background: none;
    resize: none;
    border: 1px solid #ECECEC;
    padding: 5px 15px;
}
.quote .quote-item .quote-item-text input::placeholder,
.quote .quote-item .quote-item-text textarea::placeholder{
    color: #B5B5B5;
}
.quote .quote-btn{
    width: 120px;
    height: 46px;
    background: #1562C5;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 20px;
}



.contact{
    margin: 40px 0 80px;
}
.contact-title{
    font-weight: bold;
    font-size: 24px;
    color: #262626;
    line-height: 27px;
}
.contact .contact-item-warp{
    display: flex;
}
.contact .contact-item{
    width: 25%;
    cursor: pointer;
}
.contact .contact-item img{
    width: 50px;
    height: 50px;
}
.contact .contact-item .contact-item-title{
    font-size: 16px;
    color: #262626;
    line-height: 17px;
    margin: 16px 0 10px;
}
.contact .contact-item .contact-item-text{
    font-size: 16px;
    line-height: 17px;
    color: #7C819E;
}
.contact .contact-item.contact-address{
    width: 100%;
}
.contact .contact-line{
    width: 100%;
    height: 1px;
    background: #CECECE;
    margin: 30px 0;
}
.contact .contact-line1{
    margin-top: 20px;
}




@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .contact{
        margin: 30px 0 60px;
    }
    .contact-title{
        font-size: 20px;
        line-height: 22px;
    }
    .contact .contact-line{
        margin: 25px 0;
    }
    .contact .contact-line1{
        margin-top: 15px;
    }
    .contact .contact-item img{
        width: 40px;
        height: 40px;
    }
    .contact .contact-item .contact-item-title{
        font-size: 14px;
        margin: 10px 0 8px;
    }
    .contact .contact-item .contact-item-text{
        font-size: 14px;
    }
    .contact-content .contact-text .contact-desc{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1000px) {
    .contact{
        margin: 20px 0 40px;
    }
    .contact-title{
        font-size: 18px;
        line-height: 20px;
    }
    .contact .contact-line{
        margin: 20px 0;
    }
    .contact .contact-line1{
        margin-top: 10px;
    }
    .contact .contact-item img{
        width: 30px;
        height: 30px;
    }
    .contact .contact-item .contact-item-title{
        font-size: 12px;
        margin: 8px 0 5px;
    }
    .contact .contact-item .contact-item-text{
        font-size: 12px;
    }
    .contact-content .contact-text{
        width: 43%;
    }
    .contact-content .contact-text .contact-desc{
        margin-top: 20px;
        font-size: 12px;
        line-height: 18px;
    }
    .quote{
        width: 55%;
    }
    .quote .quote-item{
        margin-bottom: 10px;
    }
    .quote .quote-item .quote-item-title{
        font-size: 14px;
    }
    .quote .quote-item .quote-item-text{
        margin-top: 5px;
    }
    .quote .quote-item .quote-item-text input{
        line-height: 36px;
        font-size: 14px;
    }
    .quote .quote-item .quote-item-text textarea{
        font-size: 14px;
        line-height: 24px;
        height: 100px;
    }
    .quote .quote-btn{
        width: 100px;
        height: 36px;
        line-height: 36px;
        margin-top: 5px;
    }
}