.head-page .item:nth-child(7) span {
    color: #FDA511;
}

.head-page .item:nth-child(7)>a:after {
    transform: scale(1);
}

.contant-map {
    height: 550px;
    width: 100%;
}

.contant-map img {
    max-width: initial;
}

.contact-lists .list {
    width: 49.10%;
    height: 322px;
    background: #F9F9F9;
    padding: 55px 25px;
    box-sizing: border-box;
    background: url(../img/contact-list.png) no-repeat center/cover;
}

.contact-lists .texts {
    margin-top: 27px;
}

.contact-lists .item {
    line-height: 2.25;
}

.contact-share {
    margin-left: auto;
}

.contact-share img {
    transition: all .4s;
}

.contact-page02 {
    background: #F7F7F7;
    position: relative;
}

.contact-page02 .page-line {
    margin: 9px 0 23px;
}

.contact-page02 .width1440 {
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

/*.contact-page02::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 520px;
    background: url(../img/contact-page02-bg.png) no-repeat center/cover;
}*/

.contact-page02 .form-text {
    width: 252px;
}

.contact-page02 form {
    width: calc(100% - 252px);
    padding-left: 9%;
    box-sizing: border-box;
}

.contact-page02 .link {
    width: 48.5%;
    height: 65px;
    line-height: 65px;
    border: none;
    outline: none;
    padding: 0 25px;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-right: 3%;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    color: #333333;
}

.contact-page02 .link:nth-child(2n) {
    margin-right: 0;
}

.contact-page02 textarea {
    width: 100%;
    height: 228px;
    padding: 40px 25px;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #FFFFFF;
    color: #333333;
    border: 1px solid #E5E5E5;
}

.contact-page02 .yzm {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.contact-page02 .btn-item {
    width: 200px;
    height: 53px;
    border: 1px solid #0B3C84;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0B3C84;
    background: none;
    cursor: pointer;
    margin-right: 60px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.contact-page02 .btn-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #0B3C84;
    transition: all .4s;
    z-index: -1;
}

.contact-page02 .btn-item:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 960px) {
    .contact-page02 .btn-item:hover {
        color: #FFFFFF;
    }

    .contact-page02 .btn-item:hover::after {
        width: 100%;
    }

    .contact-share:hover img {
        transform: translateY(-5px);

    }
}

@media only screen and (max-width: 960px) {
    .contact-page02 .btn-item {
        width: 158px;
        height: 45px;
    }

    .contact-page02 textarea {
        padding: 20px 25px;
    }
}

@media only screen and (max-width: 750px) {
    .contant-map {
        height: 280px;
    }

    .contact-lists .list {
        padding: 25px 12px;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .contact-lists .list:last-child {
        margin-bottom: 0;
    }
    .contact-lists .list .tit{
        font-size: 18px;
    }
    .contact-lists .lists{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .contact-lists .width1440{
        display: flex;
        flex-direction: column-reverse;
    }
    .contact-lists .texts {
        margin-top: 15px;
    }

    .contact-page02 .form-text {
        width: 100%;
    }

    .contact-page02 form {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .contact-page02 .link {
        width: 100%;
        height: 45px;
        line-height: 42px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .contact-page02 .btn-item {
        width: 128px;
        height: 40px;
    }
}