.sec1 {
    position: relative;
    padding: 70px 0 90px
}

.sec1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(172, 203, 238, 0.5) 0%, rgba(231, 240, 253, 0) 50%, rgba(231, 240, 253, 0) 100%);
    opacity: 0.7
}

.sec1 .wrap {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative
}

.sec1 .wrap .bg_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.05;
    width: 1334px;
    filter: blur(20px)
}

.sec1 .wrap .l {
    width: 1090px;
    background: #FFFFFF;
    box-shadow: 3px 4px 20px 0px rgba(128, 128, 128, 0.1);
    border-radius: 15px;
    padding: 50px 50px 78px;
    position: relative;
    z-index: 3
}

.sec1 .wrap .l .title {
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(27, 27, 29, 0.1)
}

.sec1 .wrap .l .title h1 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin: 0 0 24px
}

.sec1 .wrap .l .title .text {
    display: flex;
    align-items: center
}

.sec1 .wrap .l .title .text p {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin: 0 45px 0 0
}

.sec1 .wrap .l .flex {
    display: flex;
    justify-content: space-between;
    padding: 48px 0 0;
    position: relative
}

.sec1 .wrap .l .flex:after {
    content: "";
    width: 1090px;
    height: 1px;
    background: #1B1B1D;
    opacity: 0.1;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.sec1 .wrap .l .flex a {
    display: block
}

.sec1 .wrap .l .flex a h5 {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    color: #005CFF
}

.sec1 .wrap .l .flex a h5 .iconfont {
    font-size: 20px
}

.sec1 .wrap .l .flex a p {
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    line-height: 1;
    margin: 20px 0 0;
    transition: 0.6s
}

.sec1 .wrap .l .flex a:nth-child(1) h5 .iconfont {
    transform: rotate(180deg)
}

.sec1 .wrap .l .flex a:nth-last-child(1) h5 {
    display: flex;
    justify-content: flex-end
}

.sec1 .wrap .l .flex a:hover p {
    color: #005CFF
}

.sec1 .wrap .l .content {
    padding: 30px 0 59px
}

.sec1 .wrap .l .content p {
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 32px
}

.sec1 .wrap .l .content p img {
    margin: 0 0 10px
}

.sec1 .wrap .r {
    width: 290px;
    height: fit-content;
    background: #FFFFFF;
    box-shadow: 3px 4px 20px 0px rgba(128, 128, 128, 0.1);
    border-radius: 15px;
    padding: 50px 30px 34px;
    position: sticky;
    top: 76px;
    z-index: 3
}

.sec1 .wrap .r p {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin: 0 0 29px
}

.sec1 .wrap .r .item {
    display: block;
    width: 230px;
    line-height: 1;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(27, 27, 29, 0.1)
}

.sec1 .wrap .r .item:not(:last-child) {
    margin: 0 0 20px
}

.sec1 .wrap .r .item .img {
    overflow: hidden;
    margin: 0 0 14px
}

.sec1 .wrap .r .item .img img {
    display: block;
    transition: 3s
}

.sec1 .wrap .r .item p {
    font-weight: 400;
    font-size: 12px;
    color: #444444;
    margin: 0 0 9px
}

.sec1 .wrap .r .item h5 {
    font-weight: bold;
    font-size: 14px;
    color: #111111;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec1 .wrap .r .item:hover h5 {
    color: #005CFF
}

.sec1 .wrap .r .item:hover .img img {
    transform: scale(1.1)
}

@media screen and (max-width: 1920px) {
    .sec1 {
        position: relative;
        padding: 3.6458333333vw 0 4.6875vw
    }

    .sec1 .bg {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(172, 203, 238, 0.5) 0%, rgba(231, 240, 253, 0) 50%, rgba(231, 240, 253, 0) 100%);
        opacity: 0.7
    }

    .sec1 .wrap {
        width: 72.9166666667vw;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        position: relative
    }

    .sec1 .wrap .bg_logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.05;
        width: 69.4791666667vw;
        filter: blur(1.0416666667vw)
    }

    .sec1 .wrap .l {
        width: 56.7708333333vw;
        background: #FFFFFF;
        box-shadow: 0.15625vw 0.2083333333vw 1.0416666667vw 0px rgba(128, 128, 128, 0.1);
        border-radius: 0.78125vw;
        padding: 2.6041666667vw 2.6041666667vw 4.0625vw;
        position: relative;
        z-index: 3
    }

    .sec1 .wrap .l .title {
        padding: 0 0 1.5625vw;
        border-bottom: 1px solid rgba(27, 27, 29, 0.1)
    }

    .sec1 .wrap .l .title h1 {
        font-weight: bold;
        font-size: 1.25vw;
        color: #111111;
        margin: 0 0 1.25vw
    }

    .sec1 .wrap .l .title .text {
        display: flex;
        align-items: center
    }

    .sec1 .wrap .l .title .text p {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #333333;
        margin: 0 2.34375vw 0 0
    }

    .sec1 .wrap .l .flex {
        display: flex;
        justify-content: space-between;
        padding: 2.5vw 0 0;
        position: relative
    }

    .sec1 .wrap .l .flex:after {
        content: "";
        width: 56.7708333333vw;
        height: 1px;
        background: #1B1B1D;
        opacity: 0.1;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%)
    }

    .sec1 .wrap .l .flex a {
        display: block
    }

    .sec1 .wrap .l .flex a h5 {
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 0.9375vw;
        color: #005CFF
    }

    .sec1 .wrap .l .flex a h5 .iconfont {
        font-size: 1.0416666667vw
    }

    .sec1 .wrap .l .flex a p {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #444444;
        line-height: 1;
        margin: 1.0416666667vw 0 0;
        transition: 0.6s
    }

    .sec1 .wrap .l .flex a:nth-child(1) h5 .iconfont {
        transform: rotate(180deg)
    }

    .sec1 .wrap .l .flex a:nth-last-child(1) h5 {
        display: flex;
        justify-content: flex-end
    }

    .sec1 .wrap .l .flex a:hover p {
        color: #005CFF
    }

    .sec1 .wrap .l .content {
        padding: 1.5625vw 0 3.0729166667vw
    }

    .sec1 .wrap .l .content p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #444444;
        line-height: 1.6666666667vw
    }

    .sec1 .wrap .l .content p img {
        margin: 0 0 0.5208333333vw
    }

    .sec1 .wrap .r {
        width: 15.1041666667vw;
        height: fit-content;
        background: #FFFFFF;
        box-shadow: 0.15625vw 0.2083333333vw 1.0416666667vw 0px rgba(128, 128, 128, 0.1);
        border-radius: 0.78125vw;
        padding: 2.6041666667vw 1.5625vw 1.7708333333vw;
        position: sticky;
        top: 3.9583333333vw;
        z-index: 3
    }

    .sec1 .wrap .r p {
        font-weight: bold;
        font-size: 1.25vw;
        color: #111111;
        margin: 0 0 1.5104166667vw
    }

    .sec1 .wrap .r .item {
        display: block;
        width: 11.9791666667vw;
        line-height: 1;
        padding: 0 0 1.0416666667vw;
        border-bottom: 1px solid rgba(27, 27, 29, 0.1)
    }

    .sec1 .wrap .r .item:not(:last-child) {
        margin: 0 0 1.0416666667vw
    }

    .sec1 .wrap .r .item .img {
        overflow: hidden;
        margin: 0 0 0.7291666667vw
    }

    .sec1 .wrap .r .item .img img {
        display: block;
        transition: 3s
    }

    .sec1 .wrap .r .item p {
        font-weight: 400;
        font-size: 0.625vw;
        color: #444444;
        margin: 0 0 0.46875vw
    }

    .sec1 .wrap .r .item h5 {
        font-weight: bold;
        font-size: 0.7291666667vw;
        color: #111111;
        transition: 0.6s
    }

    .sec1 .wrap .r .item:hover h5 {
        color: #005CFF
    }

    .sec1 .wrap .r .item:hover .img img {
        transform: scale(1.1)
    }

}
@media screen and (max-width: 1024px) {
    .sec1 .wrap {
        width: 90vw;
        display: block;
    }
    .sec1 {
        padding: 40px 0;
    }
    .sec1 .wrap .l {
        width: 100%;
        border-radius: 5px;
        padding: 30px 20px;
    }
    .sec1 .wrap .l .title h1 {
        font-size: 20px;
        margin: 0 0 10px;
    }
    .sec1 .wrap .l .title .text p {
        font-size: 14px;
    }
    .sec1 .wrap .l .title {
        padding: 0 0 10px;
    }
    .sec1 .wrap .l .content {
        padding: 20px 0;
    }
    .sec1 .wrap .l .content p {
        font-size: 14px;
        color: #444444;
        line-height: 1.6;
    }
    .sec1 .wrap .l .flex:after {
        width: 100%;
    }
    .sec1 .wrap .l .flex a p {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sec1 .wrap .l .flex a {
        max-width: 100%;
    }
    .sec1 .wrap .l .flex a h5,.sec1 .wrap .l .flex a h5 .iconfont {
        font-size: 14px;
    }
    .sec1 .wrap .l .flex {
        padding: 20px 0 0;
    }
    .sec1 .wrap .r {
        margin: 40px 0 0;
        width: 100%;
        padding: 20px;
        border-radius: 5px;
    }
    .sec1 .wrap .r p {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .sec1 .wrap .r .item {
        width: 100%;
    }
    .sec1 .wrap .r .item p {
        font-size: 14px;
        margin: 0 0 10px;
    }
    .sec1 .wrap .r .item .img {
        margin: 0 0 20px;
    }
    .sec1 .wrap .r .item h5 {
        font-size: 16px;
    }
    .sec1 .wrap .r .item:not(:last-child) {
        margin: 0 0 30px;
    }
    .sec1 .wrap .r .item {
        padding: 0 0 20px;
    }
    .sec1 {
        padding: 60px 0 80px;
    }
    .sec1 .wrap .l .flex {
        display: block;
    }
    .sec1 .wrap .l .flex a:nth-last-child(1) {
        margin: 10px 0 0;
    }
    .sec1 .wrap .l .flex a:nth-last-child(1) h5 {
        justify-content: flex-start;
    }
}