/*自定义样式*/
.bg-top {
    width: 100%;
    height: auto;
    background: url('https://snail-factory.oss-cn-beijing.aliyuncs.com/ouye/img/bg_about_us.png') no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

.company-show {
    background: rgba(0, 0, 0, 0.6);
    width: 1200px;
    height: inherit;
    margin: auto;
    padding-top: 60px;
    padding-left: 56px;
}

.intro-title {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 56px;
    border-bottom: 1px solid #fff;
}

.intro-title p {
    font-size: 20px;
    font-weight: 400;
    color: #E1E1E2;
    margin-bottom: 40px;
}

.company-content {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    padding-right: 56px;
}

.company-intro-text {
    max-width: 40%;
    margin-bottom: 24px;
    padding-right: 10px;
}

.company-intro-text p {
    color: white;
}

.company-intro-video {
    padding-left: 10px;
    margin-bottom: 24px;
}

.company-intro-video video {
    width: 100%;
    float: right;
}

/*路线图*/
.location-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    height: inherit;
    margin: auto;
    padding-top: 32px;
}

.location-container .title {
    font-size: 24px;
    color: #3A3A3A;
    font-weight: bold;
    margin: auto;
    padding-bottom: 12px;
}

.location-container .line {
    height: 4px;
    width: 32px;
    margin: auto;
    background: #F08619;
    text-align: center;
}

.map-info-container {
    display: flex;
    flex-direction: row;
    margin-top: 32px;
    margin-bottom: 80px;
}

.map-img img {
    width: 400px;
    height: 300px;
    float: left;
}

.location-route {
    display: flex;
    flex-direction: column;
    margin-left: 80px;
    align-items: start;
}

.route-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


