.introduce {
    width: 1120px;
    margin: 80px auto 100px;
    line-height: 1.8;
}

.introduce-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.divider-column {
    display: block;
    width: 150px;
    height: 2px;
    background: #1A1B1C;
    border-radius: 3px;
}

.title-text {
    margin: 0 30px;
    text-align: center;
}

.title-text>.cn {
    font-size: 24px;
    font-weight: 600;
    color: #1A1B1C;
}

.title-text>.en {
    font-size: 18px;
    color: #1A1B1C;
}

.text-blue {
    color: #1748A5;
}

.introduce-content {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    position: relative;
}

.card {
    position: absolute;
    right: 50px;
    top: 350px;
    width: 465px;
    background: #000000;
    opacity: 0.5;
    padding: 20px;
}

.card>.title {
    font-size: 28px;
    color: #FFFFFF;
}

.card>.divider {
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    margin: 10px 0;
}

.card>.tel {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #FFFFFF;
}
