.header .header-nav-item:nth-child(7)::after{
    width: 60%;
}
.quote{
    width: 56%;
    float: left;
}
.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: #666666;
    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 #EEEEEE;
    outline: none;
    font-size: 16px;
    color: #666666;
    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: #666666;
    line-height: 28px;
    background: none;
    resize: none;
    border: 1px solid #EEEEEE;
    padding: 5px 15px;
}
.quote .quote-btn{
    width: 120px;
    height: 46px;
    background: #DA251C;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 20px;
}



.contact{
    width: 36%;
    float: right;
}
.contact .contact-item{
    cursor: pointer;
}
.contact .contact-item img{
    width: 40px;
    height: 40px;
    float: left;
}
.contact .contact-item .contact-item-title{
    width: 80px;
    font-size: 16px;
    color: #262626;
    line-height: 40px;
    float: left;
    margin-left: 6px;
}
.contact .contact-item .contact-item-text{
    width: calc(100% - 130px);
    font-size: 16px;
    line-height: 40px;
    color: #262626;
    float: right;
    word-break: break-all;
}
.contact .contact-item.contact-address .contact-item-text{
    margin-top: 8px;
    line-height: 24px;
}
.contact .contact-line{
    width: 100%;
    height: 1px;
    background: #CECECE;
    margin: 20px 0;
}




@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .content{
        width: 900px;
    }
}
@media only screen and (max-width: 1000px) {
    .content{
        width: 700px;
    }
    .quote{
        width: 48%;
    }
    .contact{
        width: 48%;
    }
}