.home {
    position: relative
}

.home .banner {
    position: relative
}

.home .banner .bg {
    width: 100%;
    display: block;
    object-fit: cover
}

.home .banner .text {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: white
}

.home .banner .text h1 {
    font-size: 3.33333vw;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.12
}

.home .banner .waterBox {
    z-index: 10;
    pointer-events: none;
    width: 100%;
    height: 4.16667vw;
    margin-bottom: -.10417vw;
    position: absolute;
    bottom: 0;
    left: 0
}

.home .banner .waterBox svg {
    width: 100%;
    height: 4.0625vw;
    max-height: 100vh;
    margin: 0;
    display: block
}

.home .banner .waterBox .water .parallax>use {
    transition: fill .5s ease-in-out;
    animation: 5s linear 1s infinite move-forever
}

.home .main {
    padding: 4.16667vw 0 7.5vw
}

.home .main .wrap {
    width: 79.16667vw;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.home .main .wrap .l {
    width: 13.64583vw;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    border-radius: 1.04167vw;
    background: #F5F5F5;
    padding: 2.44792vw 1.30208vw 1.09375vw
}

.home .main .wrap .l .part:not(:nth-last-child(1)) {
    margin-bottom: 1.5625vw
}

.home .main .wrap .l .part>h5 {
    color: #000;
    font-size: .83333vw;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: .9375vw;
    display: flex;
    justify-content: space-between
}

.home .main .wrap .l .part>h5 span {
    color: #005CB9;
    cursor: pointer
}

.home .main .wrap .l .part .item:not(:nth-last-child(1)) {
    margin-bottom: 1.04167vw
}

.home .main .wrap .l .part .item .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.04167vw;
    width: 100%;
    height: 2.08333vw;
    border-radius: .41667vw;
    border: .05208vw solid rgba(0, 0, 0, 0.2);
    transition: 0.6s;
    cursor: pointer
}

.home .main .wrap .l .part .item .block p {
    color: #000;
    font-size: .83333vw;
    font-weight: 400;
    transition: 0.6s;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.home .main .wrap .l .part .item .block .icon {
    transition: 0.6s
}

.home .main .wrap .l .part .item .block .icon img {
    display: block;
    width: .83333vw
}

.home .main .wrap .l .part .item .block:hover {
    background: #005CB9;
    border: .05208vw solid #005CB9
}

.home .main .wrap .l .part .item .block:hover p {
    color: #fff
}

.home .main .wrap .l .part .item .block:hover .icon {
    filter: grayscale(1) brightness(10)
}

.home .main .wrap .l .part .item .none {
    width: 100%;
    padding: 1.04167vw;
    border-radius: .41667vw;
    background: #005CB9;
    display: none
}

.home .main .wrap .l .part .item .none h5 {
    color: #FFF;
    font-size: .83333vw;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 .78125vw
}

.home .main .wrap .l .part .item .none .none_item {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between
}

.home .main .wrap .l .part .item .none .none_item .icon {
    width: .83333vw;
    height: .83333vw;
    border-radius: 2px;
    /* border-radius: 50%; */
    border: 2px solid white;
    position: relative;
    transition: all 600ms;
}

.home .main .wrap .l .part .item .none .none_item .icon::after {
    content: "";
    background: url(../images/dui.svg) no-repeat center center;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    left: 50%;
    top:50%;
    /* height: .52083vw; */
    /* border-radius: 50%; */
    position: absolute;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: 0.6s;
    display: block
}

.home .main .wrap .l .part .item .none .none_item p {
    color: #FFF;
    font-size: .83333vw;
    font-weight: 400;
    transition: 0.6s;
    width: calc(100% - 1.927vw)
}

.home .main .wrap .l .part .item .none .none_item:not(:nth-last-child(1)) {
    margin-bottom: 1.09375vw
}

.home .main .wrap .l .part .item .none .none_item:hover p {
    transform: translateX(-.26042vw)
}
.home .main .wrap .l .part .item .none .none_item.on .icon{
    background: #fff;
}
.home .main .wrap .l .part .item .none .none_item.on .icon::after {
    opacity: 1;
}

.home .main .wrap .l .part .item.item_active .block .icon {
    transform: rotate(180deg)
}

.home .main .wrap .l .part1 .item .none {
    display: block
}

.home .main .wrap .r {
    width: 63.4375vw;
    border-radius: 1.04167vw;
    background: rgba(235, 235, 235, 0.4);
    padding: 2.08333vw 2.76042vw 1.04167vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25vw
}

.home .main .wrap .r .item {
    display: block;
    width: 100%;
    height: 13.54167vw;
    border-radius: 1.04167vw;
    border: .05208vw solid rgba(23, 85, 156, 0);
    padding: .88542vw 0 0;
    transition: 0.6s
}

.home .main .wrap .r .item .img {
    width: 100%;
    height: 10.3125vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 .52083vw
}

.home .main .wrap .r .item .img img {
    max-width: 100%;
    max-height: 100%
}

.home .main .wrap .r .item p {
    color: #000;
    font-size: .83333vw;
    font-weight: 400;
    line-height: 1.5;
    text-align: center
}

.home .main .wrap .r .item:not(:nth-child(4n)) {
    margin-right: 24px
}

.home .main .wrap .r .item:hover {
    border: .05208vw solid #17559c
}

@media screen and (max-width: 1024px) {
    .home .banner {
        margin-top: 60px
    }

    .home .banner img {
        height: 200px
    }

    .home .banner .text h1 {
        font-size: 32px
    }

    .home .main {
        padding: 40px 0 100px
    }

    .home .main .wrap {
        display: block;
        width: 90%
    }

    .home .main .wrap .l {
        width: 100%;
        padding: 30px 20px;
        border-radius: 10px;
        position: unset;
        margin-bottom: 30px
    }

    .home .main .wrap .l .part:not(:nth-last-child(1)) {
        margin-bottom: 30px
    }

    .home .main .wrap .l .part>h5 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .home .main .wrap .l .part .item .block {
        height: 40px;
        border-radius: 8px;
        padding: 0 15px
    }

    .home .main .wrap .l .part .item .block p {
        font-size: 16px
    }

    .home .main .wrap .l .part .item .block .icon img {
        width: 16px
    }

    .home .main .wrap .l .part .item .none {
        padding: 20px 15px;
        border-radius: 8px
    }

    .home .main .wrap .l .part .item .none h5 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .home .main .wrap .l .part .item .none .none_item:not(:nth-last-child(1)) {
        margin-bottom: 15px
    }

    .home .main .wrap .l .part .item .none .none_item .icon {
        width: 12px;
        height: 12px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .home .main .wrap .l .part .item .none .none_item .icon::after {
        width: 7px;
        height: 7px;
        position: static
    }

    .home .main .wrap .l .part .item .none .none_item p {
        font-size: 16px;
        width: calc(100% - 20px)
    }

    .home .main .wrap .l .part .item:not(:nth-last-child(1)) {
        margin-bottom: 20px
    }

    .home .main .wrap .r {
        width: 100%;
        padding: 30px 20px;
        border-radius: 10px;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px
    }

    .home .main .wrap .r .item {
        width: 100%;
        border-radius: 8px;
        border: 1px solid #005CB9;
        height: unset;
        padding: 20px 0
    }

    .home .main .wrap .r .item .img {
        height: 50vw;
        margin-bottom: 20px
    }

    .home .main .wrap .r .item p {
        font-size: 16px
    }
}