.head-page .item:nth-child(6)>a span {
    color: #FF964E;
}

.head-page .item:nth-child(6)>a::after {
    transform: scaleX(1);
    opacity: 1;
}

.contact .page-content {
    position: relative;
}

.contact .maps {
    width: 51.56%;
    height: 814px;
    position: absolute;
    left: 0;
    top: 80px;
}
.contact .maps img{
    max-width: initial;
}
.contact .texts {
    width: 52%;
    height: 526px;
    margin-left: auto;
    background: #FEFEFF;
    position: relative;
    z-index: 3;
    padding: 0 5% 0 7.2%;
    box-sizing: border-box;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.contact .texts::after {
    display: block;
    content: "";
    width: 100%;
    height: 342px;
    background: url(../img/contact-bg01.png) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.contact .texts .content {
    margin-top: 30px;
}

.contact .texts .item {
    margin-bottom: 16px;
}

.contact .texts .item:last-child {
    margin-bottom: 0;
}

.contact .texts .item-tit {
    width: 56px;
}

.contact .texts .item-text {
    width: calc(100% - 56px);
    /*padding-left: 10px;
    box-sizing: border-box;*/
}


@media only screen and (max-width: 1200px) {
    .contact .maps{
        height: 650px;
    }
}

@media only screen and (max-width: 960px) {
    .contact .texts {
        padding: 50px 5%;
        height: auto;
    }
    .contact .texts .content {
        margin-top: 25px;
    }


}
@media only screen and (max-width: 750px) {
    .contact .maps {
        height: 320px;
        width: 100%;
        position: initial; 
        margin-top: 25px;
    }
    .contact .texts{
        width: 100%;
        padding: 30px 20px;
    }
     .contact .texts .content {
        margin-top: 20px;
    }
    .contact .page-content .width1400{
        flex-direction: column-reverse;
    }
    .page-ftit{
        margin-top: 0;
    }
     .contact .texts .item {
        margin-bottom: 12px;
    }
}