.home .banner {
    position: relative
}

.home .banner .bg {
    width: 100%;
    display: block;
    object-fit: cover
}

.home .banner .text {
    position: absolute;
    left: 7.8125vw;
    top: 15vw
}

.home .banner .text .p1 {
    color: #000;
    font-weight: 700;
    display: flex;
    gap: .52083vw;
    align-items: center
}

.home .banner .text .p1::before {
    content: '';
    display: block;
    width: .3125vw;
    height: 1.25vw;
    background: #184CC3;
    transform: scale(0.99)
}

.home .banner .text .p2 {
    margin: 3.125vw 0 4.16667vw 0;
    font-weight: 700
}

.home .banner .text .p2 span {
    color: #184CC3
}

.home .banner .text .des {
    width: 31.82292vw;
    line-height: 1.75
}

.home .banner .text a {
    border-radius: 8px;
    background: #184CC3;
    display: flex;
    width: 11.04167vw;
    height: 3.85417vw;
    justify-content: center;
    align-items: center;
    gap: 1.25vw;
    color: #FFF;
    line-height: 1.5;
    margin-top: 6.92708vw
}

.home .banner .text a img {
    width: 1.25vw;
    display: block;
    transition: all 600ms
}

.home .banner .text a:hover img {
    transform: rotate(45deg)
}

.home .container .sec1 {
    padding: 7.1875vw 15.625vw 12.60417vw 15.625vw
}

.home .container .sec1 .t {
    text-align: center;
    font-weight: 700
}

.home .container .sec1 .t span {
    color: #184CC3
}

.home .container .sec1 .tabs {
    /* display: grid;
    grid-template-columns: repeat(6, 1fr); */
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 4.16667vw 0 6.35417vw 0
}

.home .container .sec1 .tabs a {
    padding: .9375vw 1.5625vw;
    font-weight: 500;
    display: block;
    border-radius: 8px;
    transition: all 600ms
}

.home .container .sec1 .tabs a:hover {
    background: rgba(24, 76, 195, 0.2);
    color: #184CC3;
    font-weight: 700
}

.home .container .sec1 .tabs.tabs_flex {
    display: flex;
    justify-content: center;
    gap: 2.33vw;
}

.home .container .sec1 .tabs.tabs_flex a {
    padding: .9375vw 1.04167vw
}

.home .container .sec1 .list .item {
    display: flex;
    justify-content: space-between
}

.home .container .sec1 .list .item:not(:last-child) {
    margin-bottom: 8.64583vw
}

.home .container .sec1 .list .item:nth-child(2n) {
    flex-direction: row-reverse
}

.home .container .sec1 .list .item:nth-child(2n) .rbox img {
    right: auto;
    left: 1.30208vw
}

.home .container .sec1 .list .item .lbox {
    width: 18.59375vw
}

.home .container .sec1 .list .item .lbox a {
    display: flex;
    align-items: center;
    color: #184CC3;
    gap: 2.08333vw;
    margin: 1.71875vw 0 4.6875vw 0
}

.home .container .sec1 .list .item .lbox a img {
    width: 1.66667vw;
    display: block;
    transition: all 600ms
}

.home .container .sec1 .list .item .lbox a:hover img {
    transform: translateX(10px)
}

.home .container .sec1 .list .item .lbox .p1 {
    font-weight: 700
}

.home .container .sec1 .list .item .lbox .des {
    color: #666;
    line-height: 1.6;
    margin-top: 1.71875vw
}

.home .container .sec1 .list .item .rbox {
    width: 33.85417vw;
    height: 20.83333vw;
    border-radius: 20px;
    background: #FFF;
    position: relative;
    box-shadow: 0 -10px 10px rgba(15, 36, 32, 0.05)
}

.home .container .sec1 .list .item .rbox img {
    position: absolute;
    right: 1.30208vw;
    top: 1.30208vw;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: block;
    object-fit: cover;
    box-shadow: 0 -10px 10px rgba(15, 36, 32, 0.05)
}

.home .container .sec2 {
    background: url(../images/ybg.png) no-repeat;
    background-size: 100% 100%;
    padding: 7.8125vw 0 5.46875vw 0;
    text-align: center
}

.home .container .sec2 .p1 {
    color: #184CC3;
    font-weight: 700
}

.home .container .sec2 .p2 {
    margin: 2.60417vw 0 3.02083vw 0
}

.home .container .sec2 a {
    border-radius: 8px;
    background: #184CC3;
    display: flex;
    width: 11.04167vw;
    height: 3.85417vw;
    justify-content: center;
    align-items: center;
    gap: 1.25vw;
    color: #FFF;
    line-height: 1.5;
    margin: 0 auto
}

.home .container .sec2 a img {
    width: 1.25vw;
    display: block;
    transition: all 600ms
}

.home .container .sec2 a:hover img {
    transform: rotate(45deg)
}

.home .footer {
    margin-top: -1.04167vw
}

@media screen and (max-width: 768px) {
    .home .banner {
        margin-top: 60px;
        height: 400px;
        overflow: hidden
    }

    .home .banner .bg {
        height: 100%;
        object-fit: cover;
        display: none;
    }

    .home .banner .text {
        position: absolute;
        left: 5%;
        right: 5%;
        top: 50%;
        transform: translateY(-50%)
    }

    .home .banner .text .p1 {
        font-size: 16px
    }

    .home .banner .text .p1::before {
        width: 4px;
        height: 18px
    }

    .home .banner .text .p2 {
        margin: 20px 0 30px 0;
        font-size: 24px
    }

    .home .banner .text .des {
        width: 100%;
        font-size: 14px
    }

    .home .banner .text a {
        width: 80%;
        height: 50px;
        margin-top: 20px;
        gap: 12px
    }

    .home .banner .text a img {
        width: 20px
    }

    .home .container .sec1 {
        padding: 30px 5%
    }

    .home .container .sec1 .tabs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin: 30px 0
    }

    .home .container .sec1 .tabs a {
        padding: 12px 15px;
        font-size: 14px
    }

        .home .container .sec1 .tabs.tabs_flex {
        flex-wrap: wrap
    }

    .home .container .sec1 .tabs.tabs_flex a {
        padding: 10px 15px
    }


    .home .container .sec1 .list .item {
        flex-direction: column !important
    }

    .home .container .sec1 .list .item:not(:last-child) {
        margin-bottom: 40px
    }

    .home .container .sec1 .list .item .lbox {
        width: 100%;
        margin-bottom: 30px
    }

    .home .container .sec1 .list .item .lbox a {
        margin: 20px 0
    }

    .home .container .sec1 .list .item .lbox a img {
        width: 24px
    }

    .home .container .sec1 .list .item .lbox .des {
        font-size: 16px;
        margin-top: 15px
    }

    .home .container .sec1 .list .item .rbox {
        width: 100%;
        /* height: 280px */
        height: auto;
    }

    .home .container .sec1 .list .item .rbox img {
        position: static
    }

    .home .container .sec2 {
        padding: 30px 5% 60px 5%
    }

    .home .container .sec2 .p1 {
        font-size: 24px
    }

    .home .container .sec2 .p2 {
        margin: 20px 0;
        font-size: 20px
    }

    .home .container .sec2 a {
        width: 80%;
        height: 50px;
        margin: 0 auto;
        gap: 12px
    }

    .home .container .sec2 a img {
        width: 20px
    }

    .home .footer {
        margin-top: -20px
    }
}