.about-profile-text {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.link-us {
    padding-top: 0.99rem;
}

.contact-map {
    position: relative;
    width: 100%;
    height: 6.5rem;
    margin-top: 0.83rem;
}

.contact-map-con {
    position: absolute;
    top: 0.32rem;
    right: 1.01rem;
    width: 8.59rem;
    height: 5.93rem;
    background: #FFFFFF;
    padding: 0.56rem 1.18rem 0.88rem 0.62rem;
    border-bottom: 0.05rem solid #02438D;
}

.contact-map-con1 p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.46rem;
}

.contact-map-solid {
    margin: 0.36rem 0;
    width: 100%;
    height: 0.01rem;
    background-color: #CCCCCC;
    /* border: 0.01rem solid #CCCCCC; */
}

.group-banner {
    width: 100%;
    height: 5.9rem;
    box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgb(0 0 0 / 30%);
}

.group-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-wrap {
    margin: 0 auto;
}

.contact-wrap-con1 {
    padding: 0.38rem 0.56rem;
    margin-top: 0.83rem;
    margin-bottom: 0.63rem;
    width: 100%;
    height: 3.73rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.0600);
}

.contact-wrap-con1text {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.contact-wrap-con1solid {
    width: 0.64rem;
    margin-top: 0.3rem;
    margin-bottom: 0.27rem;
    border-bottom: 0.03rem solid #0C7AC2;
}

.contact-wrap-con1text2 {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.contact-wrap-con1p {
    margin-top: 0.23rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #7C7C7C;
}

.contact-wrap-con1p1 p {
    line-height: .25rem;
    margin-top: 0.2rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.contact-wrap-con2 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.contact-wrap-con2k {
    margin-right: 0.58rem;
    padding: 0.38rem 0.56rem;
    margin-bottom: 0.74rem;
    width: 7.71rem;
    height: 2.77rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.0600);
}

.contact-wrap-con2k:nth-child(2n) {
    margin-right: 0;
}

.contact-wrap-con1text1 {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

@media only screen and (max-width: 1024px) {
    .link-us{
        padding-top: 0.6rem;
    }
    .contact-map{
        margin-top: 0.6rem;
    }
    .contact-map-con1 p{
        font-size: 0.24rem;
    }
    .contact-wrap-con1text{
        font-size: 0.28rem;
    }
    .contact-wrap-con1text2{
        font-size: 0.26rem;
    }
    .contact-map-solid{
        margin: 0.2rem 0;
    }
    .about-profile-text{
        padding: 0 0.2rem;
    }
    .contact-map-con{
        width: 100%;
        position: initial;
        padding: 0.26rem 0.62rem;
        height: 5.23rem;
    }
    .contact-wrap-con1{
        margin-top: 5.83rem;
    }
    .contact-wrap-con1p{
        line-height: 0.36rem;
        font-size: 12px;
    }
    .contact-wrap-con1p1 p{
        font-size: 0.24rem;
        margin-top: 0.1rem;
        line-height: 0.38rem;
    }
    .contact-wrap-con1{
        height: auto;
    }
    .contact-wrap-con2k{
        width: 100%;
        margin-right: 0;
        height: auto;
    }
}