.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.45),
            rgba(1, 7, 12, 0.85)),
        url("../img/banner_company.jpg") center/cover no-repeat;
}

.company-title{
    font-size: 0.56rem;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    margin-top: 20vh;
}

.company-flex-box{
    display: flex;
    width: 80%;
    margin: 0 auto;
    margin-top: 18vh;
}

.company-flex-box-text1{
    font-size: 0.42rem;
    width: 26rem;
    font-weight: bold;
}
.company-flex-box-text2{
    font-size: 0.2rem;
}

#main {
    background: #05070a;
    color: #ffffff;
    padding: 0.4rem 0;
}

.values-inner {
    width: 66%;
    margin: 0 auto;
}

.values-title {
    text-align: center;
    font-size: 0.56rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.values-subtitle {
    text-align: center;
    font-size: 0.22rem;
    color: #d0d4dc;
    margin-bottom: 1.2rem;
}

.values-list {
    border-top: 1px solid #2a2d33;
}

.value-row {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #2a2d33;
}

.value-label {
    display: flex;
    align-items: center;
    width: 3.4rem;
    font-size: 0.28rem;
    font-weight: 600;
}

.value-slash {
    color: #00a2ff;
    font-size: 0.4rem;
    margin-right: 0.16rem;
}

.value-label-text {
    letter-spacing: 0.04rem;
}

.value-desc {
    flex: 1;
    font-size: 0.22rem;
    color: #d4d7de;
    line-height: 1.8;
}

.company-swiper-bg{
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-swiper-text1{
    font-size: 0.5rem;
    margin-bottom: 0.24rem;
    font-weight: bold;
}
.company-swiper-text2{
    font-size: 0.28rem;
}