
.map {
    height: 500px;
    width: 650px;
    margin-top: 36px;
    margin-right: 80px;
}
.contactus-content{
    display: flex;

}
.contactus-right{
    margin-top: 80px;
    color:#333;
}
.icon-tit{
    display: flex;
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
}
.icon-tit>img{
    width: 30px;
    margin-right:20px;
}
.contactus-text{
    line-height: 40px;
    font-size: 18px;
    margin-left: 50px;
}
.map>img{
    width: 100%;
    overflow: hidden;
}