.swiper{
    width: 100%;
    height: 338px;
    background-image: url(../img/contactUs/contactUsBj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 100px;
}
.content{
    width:100%;
    background-color: #F7F8FA;
    padding:38px 0 64px;
    box-sizing: border-box;
}
.contactContent{
    height:486px;
    background-color: #fff;
    padding: 55px 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contactInfo{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contactItemLayout{
    flex: 33.33%;
    display: flex;
    align-items: center;
}
.contactTextStyle{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 25px;
}
.contactLabel{
    font-size: 22px;
    color: #333333;
    margin-bottom:8px;
}
.contactText{
    font-size: 16px;
    color: #666666;
}
#addressMap{
    width: 704px;
    height:314px;
    /* background-color: red; */
    overflow: hidden;
    font-family: "微软雅黑";
    z-index: 9;
}
.amap-info-close{
    display: none;
}
