.header .header-nav-item:nth-child(6)::after{
    content: '';
}
.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: #666666;
}
.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;
}

.iframe-container-map {
    position: relative;
    width: 100%;
    height: 600px;
}
.iframe-container-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.contact-content-wrap{
    width: 100%;
    margin-top: -100px;
    position: relative;
}
.contact-content-wrap .contact-image{
    width: 100%;
}
.contact-content-wrap .contact-image img{
    width: 100%;
}
.contact-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 1200px;
    top: -70px;
    left: calc( 50% - 600px);
    color: #FFFFFF;
}
.contact-content .contact-text{
    width: 38%;
}
.contact-content .contact-text .contact-title{
    color: #FFFFFF;
}
.contact-content .contact-text .contact-desc{
    font-size: 14px;
    line-height: 21px;
    margin-top: 40px;
}
.quote{
    width: 60%;
    background: #FFFFFF;
    padding: 50px;
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.16);
}
.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: #DA251C;
    border-radius: 8px;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 20px;
}


.contact-wrap{
    display: none;
}

@media only screen and (min-width: 1440px) and (max-width: 1650px) {
    .contact-content{
        top: -60px;
    }
    .quote{
        padding: 30px 40px;
    }
    .quote .quote-item{
        margin-bottom: 15px;
    }
    .quote .quote-item .quote-item-text{
        margin-top: 5px;
    }
    .quote .quote-btn{
        margin-top: 10px;
    }
}


@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;
    }

    .contact-content{
        width: 900px;
        left: calc(50% - 450px);
    }
    .contact-content{
        top: -50px;
    }
    .quote{
        padding: 20px 30px;
    }
    .quote .quote-item{
        margin-bottom: 5px;
    }
    .quote .quote-item .quote-item-text{
        margin-top: 0;
    }
    .quote .quote-item .quote-item-title{
        font-size: 14px;
    }
    .quote .quote-item .quote-item-text input{
        line-height: 36px;
        font-size: 14px;
    }
    .quote .quote-item .quote-item-text textarea{
        height: 100px;
    }
    .quote .quote-btn{
        margin-top: 0;
        width: 100px;
        height: 40px;
        line-height: 40px;
    }
}
@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;
    }

    .contact-content{
        width: 700px;
        left: calc(50% - 350px);
    }
    .contact-content{
        top: -40px;
    }
    .quote{
        padding: 10px;
    }
    .quote .quote-item{
        margin-bottom: 5px;
    }
    .quote .quote-item .quote-item-text{
        margin-top: 0;
    }
    .quote .quote-item .quote-item-title{
        font-size: 12px;
    }
    .quote .quote-item .quote-item-text input{
        line-height: 30px;
        font-size: 12px;
    }
    .quote .quote-item .quote-item-text textarea{
        height: 60px;
    }
    .quote .quote-btn{
        margin-top: 0;
        width: 70px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
}