.contactMe-warp {
    display: flex;
    flex-direction: column;

}

.banner img {
    display: block;
    width: 100%;
    min-width: 1200px;
}

.map-warp {
    width: 1098px;
    padding: 72px 0 82px;
    margin: 0 auto;
}

.mapImg-warp .map-img {
    display: none;
    width: 1098px;
    height: 443px;
}

.address-warp {
    display: flex;
    justify-content: space-between;
    margin-top: 88px;
}

.address-warp .item {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.address-warp .item h3 {
    font-size: 24px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    margin-bottom: 18px;
}

.address-warp .item p {
    display: flex;
    font-size: 18px;
    color: #999999;
    line-height: 30px;
}

.address-warp .item p span{
    display: inline-block;
}

.address-warp .activeItem h3,
.address-warp .activeItem p{
    color: #333333;
}

.mapImg-warp .activeImg{
    display: block;
}