* {
    box-sizing: border-box;
}

body {
    background-color: #F3F6F9;
}

.copyright {
    width: 100%;
    line-height: 74px;
    text-align: center;
    background: rgba(245, 245, 245, 1);
    font-size: 12px;
    font-family: 'PingFang SC';
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
}

.lineInfo {
    margin-top: 13px;
}

.lineInfo .xieLine {
    width: 25px;
    height: 1px;
    transform: rotate(-45deg);
    background-color: #444;
}

.lineInfo .info {
    font-size: 16px;
}

.hander {
    margin-top: 58px;
    width: 100%;
    height: 198px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lianxi {
    width: 369px;
    height: 73px;
    /* background: url(../static/index/img/lianxiwomen.png) no-repeat 0 0; */
    background-size: cover;
    padding-top: 10px;
}

.lianxi p {
    color: #fff;
    line-height: 33px;
    padding-left: 20px;
    font-size: 20px;
}

.map_box {
    text-align: center;
    flex: 1;
}

.map_box img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.flex {}

.justifyBetween {
    justify-content: space-between;
}

.content-main {
    width: 1200px;
    margin: 25px auto;
}

.titleName {
    display: inline-block;
    width: 90px;
    text-align: left;
}

#l-map {
    height: 200px;
    width: 300px;
}