.contact{
    width: 100%;
    height: 8rem;
    /*background: url('../images/mapbg.png');*/
    background-size: 100% 100%;
    position: absolute;
    /*margin-bottom: 0.5rem;*/
    top: 0rem;
    background: linear-gradient( 270deg, rgba(255,255,255,0) 0%, #FFFFFF 70%);
border-radius: 0rem;
}
.contactDiv{
    padding-top: 2.22rem;
}
.contactText1{
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: bold;
    font-size: 0.3rem;
    color: #4E2608;
    margin-bottom: 0.34rem;
}
.contactText2{
    display: flex;
    align-items: center;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    margin: 0.1rem 0;
}
.contactText2 img{
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}
.contactGz{
    margin-top: 0.3rem;
    display: flex;
}
.contactCode{
    margin-right: 0.44rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contactCode img{
    width: 1.5rem;
    height: 1.5rem;
}
.contactCode span{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    margin-top: 0.13rem;
}
.dw{
    width: 2.6rem;
    height: 1.13rem;
    position: absolute;
    right: 2.6rem;
    top: 3.44rem;
}

.GL_map{
    width:100%;
    height: 8rem;
position: relative;
}