.s-kv-section {
    background-clip: padding-box;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-blend-mode: normal;
    height: 480px;
    background-color: #ecf3fe
}

@media screen and (max-width:850px) {
    .s-kv-section {
        padding-bottom: calc(40vw / 3.75);
        background-image: none !important;
        height: auto
    }
}

.s-kv-box {
    display: flex;
    width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    height: 100%
}

@media screen and (max-width:850px) {
    .s-kv-box {
        flex-direction: column;
        padding-left: calc(24vw / 3.75);
        padding-right: calc(24vw / 3.75);
        width: 100%
    }
}


.s-kv-left {
    margin-top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 20px
}

@media screen and (max-width:850px) {
    .s-kv-left {
        margin-top: calc(40vw / 3.75);
        text-align: left;
        padding-top: 0;
        align-items: flex-start
    }
}

.s-kv-tag-box {
    border: 1px solid #133c9a;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #133c9a;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 14px;
    padding-right: 14px
}

@media screen and (max-width:850px) {
    .s-kv-tag-box {
        padding-top: calc(6vw / 3.75);
        padding-bottom: calc(6vw / 3.75);
        padding-left: calc(14vw / 3.75);
        padding-right: calc(14vw / 3.75);
        margin-bottom: calc(12vw / 3.75);
        font-size: calc(12vw / 3.75);
        line-height: calc(12vw / 3.75);
        border-top-left-radius: calc(12vw / 3.75);
        border-top-right-radius: calc(12vw / 3.75);
        border-bottom-left-radius: calc(12vw / 3.75);
        border-bottom-right-radius: calc(12vw / 3.75);
        border-width: calc(1vw / 3.75)
    }
}

.s-kv-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    color: #111111;
    margin-bottom: 24px;
    white-space: pre-wrap
}

@media screen and (max-width:850px) {
    .s-kv-title {
        font-size: calc(30vw / 3.75);
        line-height: calc(36vw / 3.75);
        margin-bottom: calc(24vw / 3.75)
    }
}

.s-kv-intro {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 32px;
    width: 522px
}

@media screen and (max-width:850px) {
    .s-kv-intro {
        font-size: calc(14vw / 3.75);
        line-height: calc(24vw / 3.75);
        margin-bottom: calc(24vw / 3.75);
        width: 100%
    }
}

.s-kv-btn {
    display: flex
}

@media screen and (max-width:850px) {
    .s-kv-btn {
        justify-content: center;
        width: 100%
    }
}

.s-kv-btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 163px;
    height: 48px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 17px;
    line-height: 24px;
    background: #022af4;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width:850px) {
    .s-kv-btn-link {
        border-top-left-radius: calc(6vw / 3.75);
        border-top-right-radius: calc(6vw / 3.75);
        border-bottom-left-radius: calc(6vw / 3.75);
        border-bottom-right-radius: calc(6vw / 3.75);
        width: calc(112vw / 3.75);
        height: calc(36vw / 3.75);
        font-size: calc(16vw / 3.75);
        line-height: calc(22vw / 3.75)
    }
}


@media screen and (max-width:850px) {
    .s-kv-right {
        margin-top: calc(40vw / 3.75);
        width: calc(327vw / 3.75);
        height: calc(220vw / 3.75);
        position: relative;
        overflow: hidden;
        border-top-left-radius: calc(8vw / 3.75);
        border-top-right-radius: calc(8vw / 3.75);
        border-bottom-left-radius: calc(8vw / 3.75);
        border-bottom-right-radius: calc(8vw / 3.75)
    }
}


.s-kv-right-img {
    width: 635px;
    height: auto;
    margin-top: 79px;
    display: none
}

@media screen and (max-width:850px) {
    .s-kv-right-img {
        width: auto;
        margin-top: 0;
        display: block;
        position: absolute;
        height: 100%;
        right: 50%;
        transform: translateX(37%)
    }
}