.case1 {
    position: relative
}

.case1 img {
    width: 100%
}

.case1 .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1440px;
    z-index: 5
}

.case1 .wrap .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #005383;
    margin: 0 0 28px
}

.case1 .wrap .p2 {
    font-weight: 500;
    font-size: 20px;
    color: #005383;
    line-height: 32px
}

body {
    background: #F5F5F7
}

.case2 {
    padding: 80px 0 75px 0
}

.case2 .wrap {
    width: 1440px;
    margin: auto
}

.case2 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    text-align: center;
    margin: 0 0 40px
}

.case2 .wrap .content {
    width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    display: flex
}

.case2 .wrap .content .l {
    width: 720px;
    height: 480px;
    position: relative
}

.case2 .wrap .content .l .matter {
    width: 100%;
    pointer-events: none;
    padding: 50px 54px 0 70px
}

.case2 .wrap .content .l .matter.on {
    pointer-events: auto
}


.case2 .wrap .content .l .matter .label_flex{
    display: flex;
    gap: 0 20px;
}
.case2 .wrap .content .l .matter.on .label, .case2 .wrap .content .l .matter.on .p1, .case2 .wrap .content .l .matter.on .p2, .case2 .wrap .content .l .matter.on .more {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 300ms
}

.case2 .wrap .content .l .matter.on .p1 {
    transition-delay: 400ms
}

.case2 .wrap .content .l .matter.on .p2 {
    transition-delay: 500ms
}

.case2 .wrap .content .l .matter.on .more {
    transition-delay: 600ms
}

.case2 .wrap .content .l .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.case2 .wrap .content .l .matter .label {
    width: fit-content;
    padding: 0 14px;
    height: 32px;
    background: rgba(12, 70, 80, 0);
    border-radius: 16px;
    border: 1px solid rgba(153, 153, 153, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: #B3B3B3;
    margin: 0 0 32px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 300ms
}

.case2 .wrap .content .l .matter .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin: 0 0 39px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 300ms
}

.case2 .wrap .content .l .matter .p2 {
    width: 457px;
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    margin: 0 0 70px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 300ms
}

.case2 .wrap .content .l .matter .more {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 300ms;
    display: flex;
    justify-content: flex-end;
    padding: 60px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.case2 .wrap .content .l .matter .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 44px;
    background: #007EBC;
    border-radius: 22px
}

.case2 .wrap .content .l .matter .more a p {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 27px 0 0
}

.case2 .wrap .content .l .matter .more a .circle {
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.case2 .wrap .content .l .matter .more a .circle .iconfont {
    font-weight: 500;
    font-size: 12px;
    color: #007EBC
}

.case2 .wrap .content .r {
    width: 720px;
    height: 480px
}

.case2 .wrap .content .r .caseSwiper {
    width: 100%;
    height: 100%
}

.case2 .wrap .content .r .caseSwiper .swiper-slide {
    border-radius: 12px;
    overflow: hidden
}

.case2 .wrap .content .r .caseSwiper .swiper-slide:hover img {
    transform: scale(1.05)
}

.case2 .wrap .content .r .caseSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    transition: 1s ease
}

.case2 .wrap .swiper-pagination {
    position: static;
    width: fit-content;
    margin: 40px auto 0;
    display: flex;
    gap: 0 12px
}

.case2 .wrap .swiper-pagination span {
    width: 20px;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    margin: 0 !important;
    background: transparent;
    transition: .6s ease
}

.case2 .wrap .swiper-pagination span.swiper-pagination-bullet-active {
    background: #007EBC
}

.case2 .wrap .swiper-pagination span.swiper-pagination-bullet-active:after {
    background: #FFFFFF
}

.case2 .wrap .swiper-pagination span:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #D4D5D9;
    border-radius: 50%;
    display: block;
    transition: .6s ease
}

.case2 .wrap .bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 49px 0 0 0;
    margin: 70px 0 0 0
}

.case2 .wrap .bottom .cut {
    display: flex;
    gap: 0 20px;
    margin: 0 0 40px
}

.case2 .wrap .bottom .cut .list {
    padding: 0 18px;
    height: 35px;
    background: #FFFFFF;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    transition: .6s ease;
    cursor: pointer
}

.case2 .wrap .bottom .cut .list:hover {
    color: #007EBC
}

.case2 .wrap .bottom .cut .list.on {
    background: #007EBC;
    color: #fff
}

.case2 .wrap .bottom .content2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
    margin: 0 0 50px
}

.case2 .wrap .bottom .content2 .item {
    width: 700px;
    height: 640px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px 20px 40px 20px
}

.case2 .wrap .bottom .content2 .item:hover .img img {
    transform: scale(1.05)
}

.case2 .wrap .bottom .content2 .item:hover .text .p1 {
    color: var(--color)
}

.case2 .wrap .bottom .content2 .item .img {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden
}

.case2 .wrap .bottom .content2 .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.case2 .wrap .bottom .content2 .item .text {
    margin: 30px 0 0 0
}

.case2 .wrap .bottom .content2 .item .text .p1 {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    transition: .6s ease
}

.case2 .wrap .bottom .content2 .item .text .dis {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 36px 0 0 0;
    padding: 30px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.case2 .wrap .bottom .content2 .item .text .dis .label {
    display: flex;
    align-items: center;
    gap: 0 10px
}

.case2 .wrap .bottom .content2 .item .text .dis .label .list {
    padding: 0 14px;
    width: fit-content;
    height: 32px;
    border-radius: 16px;
    border: 1px solid rgba(153, 153, 153, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: #B3B3B3
}

.case2 .wrap .bottom .content2 .item .text .dis .more {
    display: flex;
    align-items: center;
    gap: 0 9px
}

.case2 .wrap .bottom .content2 .item .text .dis .more p {
    font-weight: 500;
    font-size: 14px;
    color: #000000
}

.case2 .wrap .bottom .content2 .item .text .dis .more .iconfont {
    font-size: 12px;
    color: #000000
}

.caseInfo1 {
    background: #F5F5F7;
    padding: 183px 0 150px
}

.caseInfo1 .wrap {
    width: 1200px;
    margin: auto
}

.caseInfo1 .wrap .title .p1 {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    margin: 0 0 23px
}

.caseInfo1 .wrap .title .p2 {
    font-weight: 500;
    font-size: 16px;
    color: #444444
}

.caseInfo1 .wrap .title .line {
    margin: 37px 0 0 0;
    width: 100%;
    height: 2px;
    background: #000000;
    transform: scaleX(0);
    transform-origin: left;
    transition: 4s
}

.caseInfo1 .wrap .title .line.aos-animate {
    transform: scaleX(1)
}

.caseInfo1 .wrap .content {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 0 0
}

.caseInfo1 .wrap .content .l {
    width: 675px
}

.caseInfo1 .wrap .content .l p {
    font-weight: 500;
    font-size: 16px;
    color: #444444;
    line-height: 36px;
    text-indent: 2rem;
}

.caseInfo1 .wrap .content .l img {
    height: fit-content;
    position: relative;
    left: -2rem;
}

.caseInfo1 .wrap .content .l h5 {
    font-weight: bold;
    font-size: 20px;
    text-indent: 2rem;
    color: #111111
}

.caseInfo1 .wrap .content .r {
    width: 385px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0 34px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: fit-content;
    position: sticky;
    top: 130px
}

.caseInfo1 .wrap .content .r .headline {
    font-weight: bold;
    font-size: 16px;
    color: #111111;
    margin: 0 0 29px
}

.caseInfo1 .wrap .content .r .pick {
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    line-height: 40px
}

@media screen and (max-width: 1919px) {
    .case1 .wrap{
        width: 75vw;
    }
    .case1 .wrap .p1{
        font-size: 1.875vw;
        margin: 0px 0px 1.4583333333vw;
    }
    .case1 .wrap .p2{
        font-size: 1.0416666667vw;
        line-height: 1.6666666667vw;
    }
    .case2{
        padding: 4.1666666667vw 0px 3.90625vw;
    }
    .case2 .wrap{
        width: 75vw;
    }
    .case2 .wrap .title{
        font-size: 1.875vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .case2 .wrap .content{
        border-radius: 0.625vw;
    }
    .case2 .wrap .content .l{
        width: 37.5vw;
        height: 25vw;
    }
    .case2 .wrap .content .l .matter{
        padding: 2.6041666667vw 2.8125vw 0px 3.6458333333vw;
    }
    .case2 .wrap .content .l .matter .label_flex{
        gap: 0px 1.0416666667vw;
    }
    .case2 .wrap .content .l .matter .label{
        padding: 0px 0.7291666667vw;
        height: 1.6666666667vw;
        border-radius: 0.8333333333vw;
        font-size: 0.7291666667vw;
        margin: 0px 0px 1.6666666667vw;
        transform: translateY(1.0416666667vw);
    }
    .case2 .wrap .content .l .matter .p1{
        font-size: 1.25vw;
        margin: 0px 0px 2.03125vw;
        transform: translateY(1.0416666667vw);
    }
    .case2 .wrap .content .l .matter .p2{
        width: 23.8020833333vw;
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
        margin: 0px 0px 3.6458333333vw;
        transform: translateY(1.0416666667vw);
    }
    .case2 .wrap .content .l .matter .more{
        transform: translateY(1.0416666667vw);
        padding: 3.125vw 0px 0px;
    }
    .case2 .wrap .content .l .matter .more a{
        width: 7.2916666667vw;
        height: 2.2916666667vw;
        border-radius: 1.1458333333vw;
    }
    .case2 .wrap .content .l .matter .more a p{
        font-size: 0.7291666667vw;
        margin: 0px 1.40625vw 0px 0px;
    }
    .case2 .wrap .content .l .matter .more a .circle{
        width: 1.25vw;
        height: 1.25vw;
    }
    .case2 .wrap .content .l .matter .more a .circle .iconfont{
        font-size: 0.625vw;
    }
    .case2 .wrap .content .r{
        width: 37.5vw;
        height: 25vw;
    }
    .case2 .wrap .content .r .caseSwiper .swiper-slide{
        border-radius: 0.625vw;
    }
    .case2 .wrap .swiper-pagination{
        margin: 2.0833333333vw auto 0px;
        gap: 0px 0.625vw;
    }
    .case2 .wrap .swiper-pagination span{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
    }
    .case2 .wrap .swiper-pagination span::after{
        width: 0.5208333333vw;
        height: 0.5208333333vw;
    }
    .case2 .wrap .bottom{
        padding: 2.5520833333vw 0px 0px;
        margin: 3.6458333333vw 0px 0px;
    }
    .case2 .wrap .bottom .cut{
        gap: 0px 1.0416666667vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .case2 .wrap .bottom .cut .list{
        padding: 0px 0.9375vw;
        height: 1.8229166667vw;
        border-radius: 0.9375vw;
        font-size: 0.7291666667vw;
    }
    .case2 .wrap .bottom .content2{
        gap: 2.0833333333vw 0px;
        margin: 0px 0px 2.6041666667vw;
    }
    .case2 .wrap .bottom .content2 .item{
        width: 36.4583333333vw;
        height: 33.3333333333vw;
        border-radius: 0.625vw;
        padding: 1.0416666667vw 1.0416666667vw 2.0833333333vw;
    }
    .case2 .wrap .bottom .content2 .item .img{
        height: 20.8333333333vw;
        border-radius: 0.625vw;
    }
    .case2 .wrap .bottom .content2 .item .text{
        margin: 1.5625vw 0px 0px;
    }
    .case2 .wrap .bottom .content2 .item .text .p1{
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
    }
    .case2 .wrap .bottom .content2 .item .text .dis{
        margin: 1.875vw 0px 0px;
        padding: 1.5625vw 0px 0px;
    }
    .case2 .wrap .bottom .content2 .item .text .dis .label{
        gap: 0px 0.5208333333vw;
    }
    .case2 .wrap .bottom .content2 .item .text .dis .label .list{
        padding: 0px 0.7291666667vw;
        height: 1.6666666667vw;
        border-radius: 0.8333333333vw;
        font-size: 0.7291666667vw;
    }
    .case2 .wrap .bottom .content2 .item .text .dis .more{
        gap: 0px 0.46875vw;
    }
    .case2 .wrap .bottom .content2 .item .text .dis .more p{
        font-size: 0.7291666667vw;
    }
    .case2 .wrap .bottom .content2 .item .text .dis .more .iconfont{
        font-size: 0.625vw;
    }
    .caseInfo1{
        padding: 9.53125vw 0px 7.8125vw;
    }
    .caseInfo1 .wrap{
        width: 62.5vw;
    }
    .caseInfo1 .wrap .title .p1{
        font-size: 1.5625vw;
        margin: 0px 0px 1.1979166667vw;
    }
    .caseInfo1 .wrap .title .p2{
        font-size: 0.8333333333vw;
    }
    .caseInfo1 .wrap .title .line{
        margin: 1.9270833333vw 0px 0px;
        height: 0.1041666667vw;
    }
    .caseInfo1 .wrap .content{
        margin: 3.6458333333vw 0px 0px;
    }
    .caseInfo1 .wrap .content .l{
        width: 35.15625vw;
    }
    .caseInfo1 .wrap .content .l p{
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }
    .caseInfo1 .wrap .content .l h5{
        font-size: 1.0416666667vw;
    }
    .caseInfo1 .wrap .content .r{
        width: 20.0520833333vw;
        padding: 1.0416666667vw 0px 1.7708333333vw;
        top: 6.7708333333vw;
    }
    .caseInfo1 .wrap .content .r .headline{
        font-size: 0.8333333333vw;
        margin: 0px 0px 1.5104166667vw;
    }
    .caseInfo1 .wrap .content .r .pick{
        font-size: 0.8333333333vw;
        line-height: 2.0833333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .case1{
        margin: 60px 0 0 0;
    }
    .case1 .wrap .p1{
        font-size: 22px;
    }
    .case1 .wrap .p2{
        font-size: 13px;
        line-height: 30px;
    }
    .case1 img{
        height: 350px;
    }
    .case1 .wrap{
        width: 90%;
    }
    .case2{
        padding: 55px 0;
    }
    .case2 .wrap .title{
        font-size: 24px;
        margin: 0 0 20px;
    }
    .case2 .wrap{
        width: 90%;
    }
    .case2 .wrap .content{
        flex-direction: column;
        border-radius: 15px;
        overflow: hidden;
    }
    .case2 .wrap .content .r {
        width: 100%;
        height: auto;
    }
    .case2 .wrap .content .l .matter {
        padding: 23px 5%;
    }
    .case2 .wrap .content .l .matter .label {
        padding: 0 16px;
        height: 35px;
        border-radius: 7px;
        font-size: 10px;
        width: fit-content;
        margin: 0 0 10px;
        white-space: nowrap;
    }
    .case2 .wrap .content .l .matter .label_flex{
        gap: 0 7px;
    }
    .case2 .wrap .content .l .matter .p1{
        font-size: 16px;
        margin: 20px 0 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .case2 .wrap .content .l {
        width: 100%;
        height: auto;
    }
    .case2 .wrap .content .l .matter .p2 {
        width: 100%;
        font-size: 12px;
        line-height: 26px;
        margin: 0 0 20px;
    }

    .case2 .wrap .content .l .matter .more{
        padding: 25px 0 0 0;
        justify-content: unset;
    }

    .case2 .wrap .content .l .matter .more a {
        width: fit-content;
        height: 42px;
        border-radius: 28px;
        padding: 0 19px;
    }
    .case2 .wrap .content .l .matter .more a p {
        font-size: 13px;
        margin: 0 18px 0 0;
    }
    .case2 .wrap .content .l .matter .more a .circle {
        width: 24px;
        height: 24px;
    }
    .case2 .wrap .content .l .matter .more a .circle .iconfont {
        font-size: 12px;
    }
    .case2 .wrap .swiper-pagination {
        margin: 25px auto 0;
        gap: 0 15px;
    }
    .case2 .wrap .swiper-pagination span {
        width: 16px;
        height: 16px;
    }
    .case2 .wrap .swiper-pagination span::after {
        width: 6px;
        height: 6px;
    }
    .case2 .wrap .bottom{
        padding: 35px 0 0 0;
        margin: 35px 0 0 0;
    }
    .case2 .wrap .bottom .cut{
        gap: 10px;
        margin: 0 0 30px;
        flex-wrap: wrap;
    }
    .case2 .wrap .bottom .cut .list {
        padding: 0 13px;
        height: 35px;
        background: #FFFFFF;
        border-radius: 18px;
        font-size: 12px;
    }
    .case2 .wrap .bottom .content2{
        gap: 30px 0;
        margin: 0 0 35px;
    }
    .case2 .wrap .bottom .content2 .item{
        width: 100%;
        height: auto;
        padding: 15px 15px 20px 15px;
        border-radius: 12px;
    }
    .case2 .wrap .bottom .content2 .item .img{
        height: auto;
    }
    .case2 .wrap .bottom .content2 .item .text{
        margin: 15px 0 0 0;
    }
    .case2 .wrap .bottom .content2 .item .text .p1{
        font-size: 16px;
        margin: 20px 0 15px;
        line-height: 25px;
        height: auto;
    }
    .case2 .wrap .bottom .content2 .item .text .dis{
        padding: 20px 0 0 0;
        margin: 20px 0 0 0;
        flex-direction: column;
        align-items: unset;
    }
    .case2 .wrap .bottom .content2 .item .text .dis .label .list{
        padding: 0 13px;
        height: 35px;
        background: #FFFFFF;
        border-radius: 18px;
        font-size: 12px;
    }
    .case2 .wrap .bottom .content2 .item .text .dis .label {
        gap: 0 5px;
    }
    .case2 .wrap .bottom .content2 .item .text .dis .more{
        gap: 0 6px;
        margin: 18px 0 0 0;
    }
    .case2 .wrap .bottom .content2 .item .text .dis .more p {
        font-size: 12px;
    }
    .case2 .wrap .bottom .content2 .item .text .dis .more .iconfont{
        font-size: 12px;
    }

    .caseInfo1{
        padding: 100px 0 45px;
    }
    .caseInfo1 .wrap{
        width: 90%;
    }
    .caseInfo1 .wrap .title .p1{
        font-size: 18px;
        margin: 0 0 10px;
    }
    .caseInfo1 .wrap .title .p2{
        font-size: 13px;
    }
    .caseInfo1 .wrap .title .line{
        height: 1px;
        margin: 20px 0 0 0;
        transform: scaleX(1);
    }
    .caseInfo1 .wrap .content{
        margin: 25px 0 0 0;
        flex-direction: column;
    }
    .caseInfo1 .wrap .content .l {
        width: 100%;
    }
    .caseInfo1 .wrap .content .l h5{
        font-size: 15px;
    }
    .caseInfo1 .wrap .content .l p{
        font-size: 12px;
        line-height: 25px;
    }
    .caseInfo1 .wrap .content .r{
        width: 100%;
        padding: 15px 0;
        margin: 35px 0 0 0;
    }
    .caseInfo1 .wrap .content .r .headline{
        font-size: 16px;
        margin: 0 0 10px;
    }
    .caseInfo1 .wrap .content .r .pick{
        font-size: 12px;
        line-height: 28px;
    }

}

