.sec1 {
    padding: 100px 0 200px;
    background: #FAFDFE;
}

.sec1 .wrap .sec1_top {
    margin-bottom: 80px;
}

.sec1 .wrap .sec1_top .little_title {
    color: #1685B8;
    font-size: 14px;
    font-weight: 600;
}

.sec1 .wrap .sec1_top .title {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    margin: 12px 0;
}

.sec1 .wrap .sec1_top .des {
    color: #62748E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
}

.sec1 .wrap .list {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .list .item {
    width: 260px;
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    transition: 1s;
}

.sec1 .wrap .list .item .item_title {
    position: absolute;
    z-index: 4;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33333;
    width: 100%;
    padding: 0 30px;
    left: 0;
    bottom: 30px;
    white-space: nowrap;
    transition: 0.2s;
}

.sec1 .wrap .list .item .item_box {
    position: absolute;
    z-index: 4;
    width: 504px;
    padding: 30px;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.6s;
}

.sec1 .wrap .list .item .item_box .h5 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}

.sec1 .wrap .list .item .item_box .p {
    margin: 20px 0 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
}

.sec1 .wrap .list .item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(22, 133, 184, 0) 0%, #1685B8 100%);
}

.sec1 .wrap .list .item .img {
    width: 577px;
    height: 100%;
}

.sec1 .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .wrap .list .item:hover .item_title {
    opacity: 0;
}

.sec1 .wrap .list .item:hover .item_box {
    opacity: 1;
}

.sec1 .wrap .list .item.on {
    width: 577px;
}

.sec2 {
    padding: 100px 0 200px;
}

.sec2 .wrap .title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.sec2 .wrap .des {
    color: #62748E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
    margin: 20px 0 60px;
}

.sec2 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.sec2 .wrap .list .item {
    width: 440px;
    height: 360px;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(287deg, #1685B8 0%, #199ECD 70.48%, #1CB5E0 100%);
}

.sec2 .wrap .list .item .item_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    gap: 20px;
}

.sec2 .wrap .list .item .item_box .h5 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}

.sec2 .wrap .list .item .item_box .p {
    color: #FFF;
    font-family: "PingFang HK";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
}

.sec2 .wrap .list .item img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec2 .wrap .list .item.item_sp {
    width: 940px;
}

.sec3 {
    background: #131A2A;
    padding: 134px 0 160px;
}

.sec3 .wrap {
    display: flex;
    justify-content: space-between;
}

.sec3 .wrap .l_box {
    width: 662px;
    padding: 18px 0 0;
}

.sec3 .wrap .l_box .title {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sec3 .wrap .l_box .des {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
    /* 187.5% */
    margin-bottom: 40px;
}

.sec3 .wrap .l_box .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec3 .wrap .l_box .list .item {
    padding: 30px;
    width: 321px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 3;
    transition: 0.6s;
}

.sec3 .wrap .l_box .list .item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    background: linear-gradient(180deg, #1685B8 0%, #1CB5E0 100%);
    z-index: -1;
    opacity: 0;
    transition: 0.6s;
}

.sec3 .wrap .l_box .list .item .p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.sec3 .wrap .l_box .list .item .num {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.sec3 .wrap .l_box .list .item .num p {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36;
}

.sec3 .wrap .l_box .list .item:hover {
    border: 1px solid rgba(255, 255, 255, 0);
}

.sec3 .wrap .l_box .list .item:hover:after {
    opacity: 1;
}

.sec3 .wrap .r_box {
    width: 600px;
    margin-right: -20px;
    position: relative;
}

.sec3 .wrap .r_box .sq {
    width: 580px;
    height: 370px;
    transform: rotate(-5deg);
    border-radius: 20px;
    background: #9CE8DD;
    position: absolute;
    top: 0;
    left: 0;
    margin: -6px 0 0;
}

.sec3 .wrap .r_box .img {
    width: 100%;
    height: 390px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    transition: 0.8s;
}

.sec3 .wrap .r_box .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec3 .wrap .r_box .img:hover {
    transform: translateY(-10px);
}

.sec4 {
    padding: 100px 120px 200px;
}

.sec4 .wrap .title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sec4 .wrap .des {
    color: #62748E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
    /* 187.5% */
    margin-bottom: 60px;
}

.sec4 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 68px;
}

.sec4 .wrap .list .item {
    width: 308px;
    height: 308px;
    border-radius: 15px;
    border: 1px solid #EFF3F8;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
}

.sec4 .wrap .list .item:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(22, 133, 184, 0) 0%, rgba(22, 133, 184, 0) 69.23%, rgba(22, 133, 184, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.sec4 .wrap .list .item p {
    position: absolute;
    width: 100%;
    padding: 0 19px;
    bottom: 19px;
    left: 0;
    z-index: 3;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36;
}

.sec4 .wrap .list .item img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec4 .wrap .list .item:hover img {
    transform: scale(1.1);
}
@media screen and (max-width: 1600px) {
    .sec1 .wrap .list .item {
        width: 15vw;
    }
    .sec1 .wrap .list .item.on {
        width: 40vw;
    }
    .sec1 .wrap .list .item .img {
        width: 40vw;
    }
    .sec2 .wrap .list,.sec4 .wrap .list {
        gap: 2vw 2%;
    }
    .sec2 .wrap .list .item,.sec4 .wrap .list .item {
        width: 32%;
    }
    .sec2 .wrap .list .item.item_sp {
        width: 66%;
    }
    .sec3 .wrap .l_box {
        width: 50%;
    }
    .sec3 .wrap .r_box {
        width: 45%;
    }
    .sec3 .wrap .r_box .sq {
        height: 24vw;
        width: 98%;
    }
    .sec3 .wrap .l_box .list .item {
        width: 48%;
    }
    .sec3 .wrap .r_box .img {
        height: 27vw;
    }
}
@media screen and (max-width: 1366px) {
    .sec1 .wrap .sec1_top .little_title {
        font-size: 15px;
    }
    .sec1 .wrap .sec1_top .title {
        font-size: 28px;
        margin: 15px 0;
    }
    .sec1 .wrap .sec1_top .des {
        font-size: 15px;
    }
    .sec1 .wrap .list .item.on {
        width: 40vw;
    }
    .sec1 .wrap .list .item {
        width: 15vw;
        height: 34vw;
    }
    .sec1 .wrap .list .item .img {
        width: 40vw;
    }
    .sec1 .wrap .list .item .item_title {
        font-size: 18px;
        padding: 0 15px;
        bottom: 20px;
    }
    .sec1 .wrap .list .item .item_box {
        width: 40vw;
    }
    .sec1 .wrap .list .item .item_box .h5 {
        font-size: 18px;
    }
    .sec1 .wrap .list .item .item_box .p {
        font-size: 15px;
        margin: 15px 0 0;
    }
    .sec2 {
        padding: 70px 0;
    }
    .sec2 .wrap .title {
        font-size: 24px;
    }
    .sec2 .wrap .des {
        font-size: 15px;
        margin: 20px 0 30px;
    }
    .sec2 .wrap .list {
        gap: 2vw;
    }
    .sec2 .wrap .list .item {
        width: 28.5vw;
        min-height: 22.85vw;
        height: unset;
    }
    .sec2 .wrap .list .item .item_box .h5 {
        font-size: 15px;
    }
    .sec2 .wrap .list .item .item_box {
        padding: 15px;
    }
    .sec2 .wrap .list .item .item_box .p {
        font-size: 14px;
        line-height: 1.6;
    }
    .sec2 .wrap .list .item.item_sp {
        width: 59.1vw;
    }
    .sec3 {
        padding: 80px 0;
    }
    .sec3 .wrap .r_box {
        width: 40vw;
    }
    .sec3 .wrap .r_box .img {
        height: 25vw;
        border-radius: 10px;
    }
    .sec3 .wrap .r_box .sq {
        width: 39vw;
        height: 24vw;
    }
    .sec3 .wrap .l_box {
        width: 45vw;
    }
    .sec3 .wrap .l_box .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .sec3 .wrap .l_box .list .item {
        width: 48%;
        padding: 20px;
    }
    .sec3 .wrap .l_box .list .item .p {
        font-size: 14px;
    }
    .sec3 .wrap .l_box .list .item .num {
        margin-bottom: 6px;
    }
    .sec3 .wrap .l_box .list .item .num p {
        font-size: 22px;
    }
    .sec3 .wrap .l_box .des {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .sec4 {
        padding: 60px 0;
    }
    .sec4 .wrap .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .sec4 .wrap .des {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .sec4 .wrap .list {
        gap: 3vw;
    }
    .sec4 .wrap .list .item {
        width: 27.9vw;
        height: 27.9vw;
    }
    .sec4 .wrap .list .item p {
        font-size: 16px;
        bottom: 10px;
        padding: 0 8px;
    }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 50px 0;
    }
    .sec1 .wrap .sec1_top .little_title {
        font-size: 15px;
    }
    .sec1 .wrap .sec1_top .title {
        font-size: 22px;
        margin: 10px 0 25px;
    }
    .sec1 .wrap .sec1_top {
        margin-bottom: 30px;
        text-align: center;
    }
    .sec1 .wrap .list {
        gap: 20px;
        flex-wrap: wrap;
    }
    .sec1 .wrap .list .item {
        width: 100% !important;
        height: 70vw;
        border-radius: 12px;
    }
    .sec1 .wrap .list .item .img {
        width: 100%;
    }
    .sec1 .wrap .sec1_top .des {
        font-size: 15px;
    }
    .sec1 .wrap .list .item .item_title {
        display: none;
    }
    .sec1 .wrap .list .item .item_box {
        opacity: 1 !important;
        width: 100%;
        padding: 15px;
        text-align: center;
    }
    .sec1 .wrap .list .item .item_box .h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sec1 .wrap .list .item .item_box .p {
        font-size: 13px;
        line-height: 1.7;
    }
    .sec2 {
        padding: 50px 0 50px;
    }
    .sec2 .wrap .title {
        font-size: 22px;
        text-align: center;
    }
    .sec2 .wrap .des {
        font-size: 15px;
        margin: 12px 0 25px;
        text-align: center;
    }
    .sec2 .wrap .list {
        gap: 20px 0;
        justify-content: space-between;
    }
    .sec2 .wrap .list .item {
        width: 100%;
        height: 66vw;
        border-radius: 10px;
    }
    .sec2 .wrap .list .item.item_sp {
        width: 100%;
    }
    .sec2 .wrap .list .item .item_box {
        gap: 12px;
        padding: 0 15px;
    }
    .sec2 .wrap .list .item .item_box .h5 {
        font-size: 16px;
    }
    .sec2 .wrap .list .item .item_box .p {
        font-size: 13px;
        line-height: 1.8;
    }
    .sec3 {
        padding: 60px 0;
    }
    .sec3 .wrap {
        display: block;
    }
    .sec3 .wrap .l_box {
        width: 100%;
        padding: 0 0 60px;
        text-align: center;
    }
    .sec3 .wrap .l_box .title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .sec3 .wrap .l_box .des {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .sec3 .wrap .l_box .list {
        gap: 20px;
    }
    .sec3 .wrap .l_box .list .item {
        width: 100%;
        border-radius: 10px;
        padding: 20px;
    }
    .sec3 .wrap .l_box .list .item .num p {
        font-size: 32px;
    }
    .sec3 .wrap .l_box .list .item .num {
        margin-bottom: 12px;
        justify-content: center;
    }
    .sec3 .wrap .l_box .list .item .p {
        font-size: 14px;
    }
    .sec3 .wrap .r_box {
        width: 100%;
        margin-right: 0;
    }
    .sec3 .wrap .r_box .img {
        height: 55vw;
        border-radius: 8px;
    }
    .sec3 .wrap .r_box .sq {
        width: 100%;
        height: 52vw;
        border-radius: 8px;
        margin: -1.3125vw 0px 0px;
    }
    .sec4 {
        padding: 50px 0;
    }
    .sec4 .wrap .title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .sec4 .wrap .des {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .sec4 .wrap .list {
        gap: 10px 0;
        justify-content: space-between;
    }
    .sec4 .wrap .list .item {
        width: 49%;
        height: 44vw;
        border-radius: 8px;
    }
    .sec4 .wrap .list .item p {
        font-size: 14px;
        padding: 0 10px;
        bottom: 10px;
    }
}
