/*联系我们*/

.info .container {
    display: flex;
    justify-content: space-between;
}

.info .map {
    width: 900px;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 30px 0px;
}

.info .contact {
    margin: 30px 30px 30px 0px;
    width: 400px;
    height: 500px;
    background-color: #fb843f;
    color: white;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 50px;
}

.info .contact h3 {
    font-size: 22px;
    line-height: 3;
}

.info .contact p {
    font-size: 14px;
    line-height: 2.5;
}