.header .header-nav .nav-item:nth-child(8)::after{
    content: "";
}
.header .header-nav .nav-item:nth-child(8)>a{
    color: #0070D9;
}
.quote{
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}
.quote .quote-content{
    width: 48%;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.16);
    padding: 50px 30px;
}
.quote .quote-content .quote-left-desc{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    text-align: center;
    margin-top: 25px;
}
.quote .quote-content .quote-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.quote .quote-content .quote-form input{
    width: 48%;
    height: 42px;
    border: 1px solid #ECECEC;
    outline: none;
    padding-left: 16px;
    margin-top: 20px;
}
.quote .quote-content .quote-form textarea{
    width: 100%;
    height: 128px;
    border: 1px solid #ECECEC;
    outline: none;
    resize: none;
    margin-top: 20px;
    padding: 16px;
}
.quote .quote-content .quote-form .quote-submit{
    width: 530px;
    height: 42px;
    background: #0070D9;
    cursor: pointer;
    font-size: 14px;
    line-height: 42px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
}


.quote-contact{
    width: 48%;
}
.quote-contact .title,
.quote-contact .description{
    text-align: left;
}
.quote-contact .quote-contact-line{
    width: 100%;
    height: 1px;
    background: #CECECE;
    margin: 20px 0;
}
.quote-contact .quote-contact-group{
    width: 100%;
    display: flex;
}
.quote-contact .quote-contact-item{
    width: 50%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.quote-contact .quote-contact-item img{
    width: 50px;
    height: 50px;
}
.quote-contact .quote-contact-item .quote-contact-item-content{
    width: calc( 100% - 70px );
}
.quote-contact .quote-contact-item .quote-contact-item-title{
    font-size: 16px;
    color: #1A1A1A;
    line-height: 25px;
}
.quote-contact .quote-contact-item .quote-contact-item-text{
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}
.quote-contact .quote-contact-item.quote-contact-address{
    width: 100%;
}
.quote-contact .quote-contact-link-title{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
}
.quote-contact .quote-contact-link{
    display: flex;
    margin-top: 20px;
}



@media only screen and (min-width: 1000px) and (max-width: 1440px) {

}
@media only screen and (max-width: 1000px) {
    .quote .quote-content{
        padding: 30px 10px;
    }
    .quote .quote-content .quote-left-desc{
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px;
    }
    .quote .quote-content .quote-form input{
        margin-top: 6px;
        font-size: 12px;
        padding-left: 6px;
        width: 49%;
    }
    .quote .quote-content .quote-form textarea{
        margin-top: 6px;
        padding: 6px;
        height: 80px;
        font-size: 12px;
    }

    .quote-contact .quote-contact-item img{
        width: 40px;
        height: 40px;
    }
    .quote-contact .quote-contact-item .quote-contact-item-content{
        width: calc(100% - 50px);
    }
    .quote-contact .quote-contact-item .quote-contact-item-title{
        font-size: 14px;
        line-height: 20px;
    }
    .quote-contact .quote-contact-item .quote-contact-item-text{
        font-size: 12px;
        line-height: 20px;
    }
    .quote-contact .quote-contact-link .quote-contact-link-item img{
        width: 40px;
        height: 40px;
    }


}