/* 品牌文化 */
.container {
    width: 1410px;
}

.culture-mission {
    background: url(/static/images/culture-bg1.png) no-repeat top center;
    background-size: cover;
    padding: 180px 0;
}

.culture-mission-content {
    margin-top: 150px;
    margin-bottom: 200px;
}

.culture-mission-content .culture-tit {
    font-family: 'TwCenMTCondensed', sans-serif;
    font-size: 200px;
    line-height: 160px;
    color: #221815;
}

.culture-mission-content .culture-subtit {
    font-family: 'TwCenMTCondensed', sans-serif;
    font-size: 200px;
    line-height: 160px;
    color: #221815;
    position: relative;
}

.culture-mission-content .culture-subtit::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -6px;
    bottom: 0px;
    width: 44px;
    height: 42px;
    background: #ff4444;
    margin-right: 20px;
    display: inline-block;
}

.culture-mission-content p {
    margin-top: 20px;
    font-size: 52px;
    font-weight: 400;
    color: #000;
}

.culture-mission-content h4 {
    margin-top: 120px;
    font-size: 64px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    position: relative;
    display: inline-block;
}

.culture-mission-content h4::before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 390px;
    height: 3px;
    background: #fff;
}

.culture-line {
    margin-top: 40px;
    width: 90%;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
}

/* 品牌故事 */
.culture-story {
    position: relative;
}

.culture-story img {

    width: 100%;
    z-index: 1;
}

.culture-story-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.culture-story-content .container {}

.culture-story-title .culture-tit {
    font-size: 200px;
    font-family: 'TwCenMTCondensed', sans-serif;
    color: #fff;
    line-height: 160px;
}

.culture-story-title .culture-subtit {
    font-size: 200px;
    font-family: 'TwCenMTCondensed', sans-serif;
    color: #fff;
    line-height: 160px;
    position: relative;
    z-index: 1;
}

.culture-story-title .culture-subtit::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -6px;
    bottom: 0px;
    width: 44px;
    height: 42px;
    background: #ff4444;
    margin-right: 20px;
    display: inline-block;
}

.culture-story-title p {
    margin-top: 20px;
    font-size: 52px;
    font-weight: 400;
    color: #fff;
}

/* 解决方案案例 */
.culture-solutions {
    padding: 120px 0;
    background: #fff;
}

.solution-item {}

.solution-content {
    display: flex;
    align-items: start;
}

.solution-text {
    flex: 1;
}

.solution-image {
    flex: 1;
}

.solution-image img {}

.solution-title {
    margin-top: 10px;
    font-size: 40px;
    font-weight: 700;
    color: #ea0029;
    margin-bottom: 10px;
    line-height: 1.3;
}

.solution-subtitle {
    font-size: 28px;
    font-weight: 500;
    color: #221815;
    margin-bottom: 40px;
    line-height: 1.3;
}

.solution-description {
    line-height: 1.8;
}

.solution-description p {
    font-size: 17px;
    color: #221815;
    font-weight: 500;
}

/* 分割线 */
.solution-divider {
    width: 100%;
    height: 3px;
    background: rgba(159, 159, 159, 0.3);
    margin: 60px 0;
    position: relative;
}

.solution-divider::before {
    content: '';
    position: absolute;
    top: 0;
    width: 285px;
    height: 3px;
    background: #ff4444;

}

@media (max-width: 1440px) {
    .container {
        width: 1280px;
    }
}