#head {
    z-index: 10;
    position: relative;
    box-shadow: 0 3px 20px 1px rgba(105, 94, 238, 0.16);
}

#content {
    width: 100vw;
}

#content .content_box {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 120px 0;
    background-image: url(../images/img_bg.png);
    background-size: 100% 100%;
}

.content_box .top_box {
    text-align: center;
}

.content_box .top_box .title {
    font-size: 44px;
    font-weight: bold;
    color: var(--primary-color);
}


.content_box .top_box .subtitle {
    color: #222;
    font-size: 28px;
    margin-top: 5px;
}

.content_box .bottom_box {
    display: flex;
    align-items: center;
    margin-top: 160px;
}

.content_box .bottom_box .left {
    flex: 1;
    color: #222;
    margin-right: 30px;
}

.content_box .bottom_box .left .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.content_box .bottom_box .left .line_text {
    font-size: 16px;
    line-height: 30px;
}

.content_box .right {
    width: 50%;
}

.content_box .right .map_img {
    width: 100%;
}