.index_banner {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.index_banner .text {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, 20px);
    opacity: 0;
    transition: 0.6s;
    width: 100%;
}

.index_banner .text h5 {
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    margin-bottom: 30px;
    text-align: center;
}

.index_banner .text h5 span {
    text-shadow: 0 0 10px rgba(220, 164, 53, 0.6), 0 0 20px rgba(220, 164, 53, 0.6), 0 0 30px rgba(220, 164, 53, 0.6), 0 0 40px rgba(220, 164, 53, 0.6);
}

.index_banner .text p {
    font-weight: 300;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 34px;
    text-align: center;
}

.index_banner .text .scroll_box {
    margin: 38px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50px;
}

.index_banner .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index_banner .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 1s;
    transform: scale(1.1);
}

.index_banner .img video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_banner.aos-animate .img img {
    transform: scale(1);
}

.index_banner.start .text {
    transform: translate(-50%, 0px);
    opacity: 1;
}

.sec1 {
    padding: 129px 0 204px;
    overflow: hidden;
}

.sec1 .logo {
    width: 44px;
    margin: 0 auto 23px;
}
.sec1 .wrap {
    width: 1600px;
    margin: 0 auto;
    display: flex;

}
.sec1 .wrap .l {
    width: 737px;
    margin-right: 350px;
}
.sec1 .title {
    font-weight: 600;
    font-size: 48px;
    color: #182745;
    line-height: 56px;
}

.sec1 .title br {
    display: none;
}

.sec1 .title span {
    display: block;
    font-weight: 600;
    font-size: 48px;
    color: #DCA435;
    line-height: 56px;
}



.sec1 .text {
    width: 100%;
    margin: 50px auto 85px;
}

.sec1 .text p {
    font-weight: 300;
    font-size: 16px;
    color: #182745;
    line-height: 28px;
    margin-bottom: 15px;
}

.sec1 .more {
    margin: 0 ;
    width: fit-content;
}

.sec1 .more a {
    width: fit-content;
    height: 55px;
    background: #182745;
    box-shadow: 0px 2px 10px 0px rgba(24, 39, 69, 0.3);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

.sec1 .more a p {
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.sec1 .numList .item .num {
    margin: 0 0 20px;
    position: relative;
    z-index: 2;
    width: fit-content;
}
.sec1 .numList .item_line:not(:last-child) {
    margin-bottom: 90px;

}
.sec1 .numList .item .num p {
    width: fit-content;
    font-weight: 700;

    font-size: 64px;
    color: #182745;
    line-height: 1;
    position: relative;
    transition: 0.6s;
}

.sec1 .numList .item .num p:after {
    content: attr(data-biao);
    font-weight: bold;
    font-size: 24px;
    color: #182745;
    position: absolute;
    top: -2px;
    right: -10px;
    transform: translateX(100%);
    transition: 0.6s;
}

.sec1 .numList .item h5 {
    font-weight: normal;
    font-size: 28px;
    color: #182745;
    text-align: center;
    line-height: 1;
    position: relative;
    z-index: 2;
    transition: 0.6s;
}

.sec1 .numList .item > p {
    font-weight: 500;
    font-size: 16px;
    color: #182745;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: 0.6s;
}

.sec2 {
    width: 100vw;
    /*height: calc(100vh + 1200px);*/
  height: 100vh;
    position: relative;
}

.sec2 .bg {
  width: 100%;
  height: 100%;
}
.sec2 .text {
    width: 716px;
    position: absolute;
    top: 50%;
    left: 240px;
    transform: translateY(-50%);
}
.sec2 .text .title {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    position: relative;
    text-transform: capitalize;
}
.sec2 .text .title::after {
    content: "";
    background: url(/static/images/line.png) no-repeat;
    width: 298px;
    height: 30px;
    position: absolute;
    left: -1px;
    top: 50px;
}
.sec2 .text .content {
    font-weight: normal;
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    line-height: 28px;
    margin: 70px 0 80px;
}
.sec2 .text .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 55px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(24,39,69,0.3);
    border-radius: 28px;
}
.sec2 .text .more a p {
    font-weight: normal;
    font-size: 16px;
    color: #07193C;
}
.sec2 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}
.sec2 .fix {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: #F5F7FA;
}

.sec2 .fix .imgs {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}

.sec2 .fix .imgs .img {
    position: absolute;
    width: 220px;
}

.sec2 .fix .imgs .img:nth-child(1) {
    width: 200px;
    top: -276px;
    left: -199px;
}

.sec2 .fix .imgs .img:nth-child(2) {
    top: 4px;
    left: -336px;
}

.sec2 .fix .imgs .img:nth-child(3) {
    bottom: -267px;
    left: -58px;
}

.sec2 .fix .imgs .img:nth-child(4) {
    width: 200px;
    top: -308px;
    right: -199px;
}

.sec2 .fix .imgs .img:nth-child(5) {
    top: 4px;
    right: -336px;
}

.sec2 .fix .imgs .img:nth-child(6) {
    bottom: -267px;
    right: -58px;
}

.sec2 .fix .line {
    position: absolute;
    left: -5vw;
    width: 100%;
    z-index: 2;
}

.sec2 .fix .line svg {
    width: 110%;
}

.sec2 .fix .line svg .cls-1 {
    stroke-dashoffset: 1406px;
    stroke-dasharray: 1406px;
    transition: 3s;
}

.sec2 .fix .line.on svg .cls-1 {
    stroke-dashoffset: 2812px;
}

.sec2 .fix .bg {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
}

.sec2 .fix .bg img {
    display: block;
    width: 100%;
    max-height: unset;
}

.sec2 .fix .text_box {
    width: 928px;
    position: relative;
    z-index: 3;
}

.sec2 .fix .text_box .text_opacity {
    position: relative;
    z-index: 9;
}

.sec2 .fix .text_box h5 {
    text-align: center;
    font-weight: bold;
    font-size: 56px;
    color: #182745;
    text-transform: capitalize;
}

.sec2 .fix .text_box .text {
    font-weight: normal;
    font-size: 16px;
    color: rgba(24, 39, 69, 0.7);
    line-height: 28px;
    text-align: center;
    margin: 40px 0 50px;
}

.sec2 .fix .text_box .more {
    width: fit-content;
    margin: 0 auto;
}

.sec2 .fix .text_box .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 55px;
    background: #182745;
    box-shadow: 0px 2px 10px 0px rgba(24, 39, 69, 0.3);
    border-radius: 28px;
    padding: 0 36px;
}

.sec2 .fix .text_box .more a p {
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.sec3 {
    background: #F5F7FA;
    padding: 101px 0 0;
}

.sec3 .wrap {
    width: 1600px;
    margin: 0 auto;
}

.sec3 .wrap .title {
    font-weight: bold;
    font-size: 48px;
    color: #182745;
    text-align: center;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.sec3 .wrap .list {
    display: flex;
    gap: 0 35px;
}

.sec3 .wrap .list .item {
    display: block;
    width: 510px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 12px 12px 30px;
}

.sec3 .wrap .list .item .img {
    width: 100%;
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
}

.sec3 .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec3 .wrap .list .item .item_title {
    font-weight: bold;
    font-size: 16px;
    color: #182745;
    line-height: 28px;
    height: 56px;
    padding: 0 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.6s;
}

.sec3 .wrap .list .item .item_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 19px 0 10px;
    margin: 29px 0 0;
}

.sec3 .wrap .list .item .item_bottom .time {
    font-weight: normal;
    font-size: 14px;
    color: #182745;
    opacity: 0.5;
}

.sec3 .wrap .list .item .item_bottom .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #182745;
    border-radius: 50%;
    transition: background-color 0.6s;
}

.sec3 .wrap .list .item .item_bottom .more img {
    width: 16px;
    transform: rotate(90deg);
    filter: brightness(0) invert(1);
}

.sec3 .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

.sec3 .wrap .list .item:hover .item_title {
    color: #FFAE12;
}

.sec3 .wrap .list .item:hover .item_bottom .more {
    background-color: #FFAE12;
}

.sec4 {
    background: #F5F7FA;
    padding: 143px 0 155px;
}

.sec4 .wrap {
    width: 1800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 60px;
}

.sec4 .wrap img {
    display: block;
    width: 100%;
}

.sec4 .wrap .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0 229px 0 103px;
    z-index: 3;
    top: 0;
}

.sec4 .wrap .flex .l {
    width: 754px;
}

.sec4 .wrap .flex .l h5 {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 40px;
}

.sec4 .wrap .flex .l p {
    font-weight: normal;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 28px;
}

.sec4 .wrap .flex .r a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    background: #FFFFFF;
    border-radius: 28px;
    padding: 0 38px;
}

.sec4 .wrap .flex .r a p {
    font-weight: normal;
    font-size: 16px;
    color: #182745;
}

@keyframes tds-keyframe--bounce {
    0%, 20%, 50%, 80%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}

.loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999;
    transition: 0.4s;
}

.loading .loading_box {
    width: 100%;
    height: 100%;
    background: #051638;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading .picture {
    width: 101px;
    height: 101px;
    mask-image: url("/static/images/logo_load.svg");
    -webkit-mask-image: url("/static/images/logo_load.svg");
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
}

.loading .picture .picture_bg {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading .picture .picture_bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.loading .picture .picture_bg video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loading .load_logo {
    width: 101px;
    height: 101px;
    position: absolute;
    background: #051638;
    z-index: 2;
    transition: 0.4s;
}

.loading .load_logo.move {
    opacity: 0;
}

.loading .load_logo svg {
    width: 100%;
    height: 100%;
}

.loading .load_logo svg .path1, .loading .load_logo svg .path2 {
    stroke-dasharray: 384px;
    stroke-dashoffset: 384px;
}

.loading .load_logo svg .lu3, .loading .load_logo svg .lu4 {
    stroke-dasharray: 261px;
    stroke-dashoffset: 261px;
}

.loading.none {
    opacity: 0;
}

.header {
    transform: translateY(-100%);
}

.header.start {
    transform: translateY(0%);
}

.nav {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s;
}

.nav.start {
    opacity: 1;
    transform: translateY(0px);
}

/*# sourceMappingURL=index.css.map */
@media screen and (max-width: 1919px) {
    .index_banner .text{
        transform: translate(-50%, 1.0416666667vw);
    }
    .index_banner .text h5{
        font-size: 3.125vw;
        margin-bottom: 1.5625vw;
    }
    .index_banner .text h5 span{
        text-shadow: rgba(220, 164, 53, 0.6) 0px 0px 0.5208333333vw, rgba(220, 164, 53, 0.6) 0px 0px 1.0416666667vw, rgba(220, 164, 53, 0.6) 0px 0px 1.5625vw, rgba(220, 164, 53, 0.6) 0px 0px 2.0833333333vw;
    }
    .index_banner .text p{
        font-size: 1.0416666667vw;
        line-height: 1.7708333333vw;
    }
    .index_banner .text .scroll_box{
        margin: 1.9791666667vw auto 0px;
        width: 2.6041666667vw;
    }
    .sec1{
        padding: 6.71875vw 0px 10.625vw;
    }
    .sec1 .logo{
        width: 2.2916666667vw;
        margin: 0px auto 1.1979166667vw;
    }
    .sec1 .wrap{
        width: 83.3333333333vw;
    }
    .sec1 .wrap .l{
        width: 38.3854166667vw;
        margin-right: 18.2291666667vw;
    }
    .sec1 .title{
        font-size: 2.5vw;
        line-height: 2.9166666667vw;
    }
    .sec1 .title span{
        font-size: 2.5vw;
        line-height: 2.9166666667vw;
    }
    .sec1 .text{
        margin: 2.6041666667vw auto 4.4270833333vw;
    }
    .sec1 .text p{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
        margin-bottom: 0.78125vw;
    }
    .sec1 .more a{
        height: 2.8645833333vw;
        box-shadow: rgba(24, 39, 69, 0.3) 0px 0.1041666667vw 0.5208333333vw 0px;
        border-radius: 1.4583333333vw;
        padding: 0px 1.5625vw;
    }
    .sec1 .more a p{
        font-size: 0.8333333333vw;
    }
    .sec1 .numList .item .num{
        margin: 0px 0px 1.0416666667vw;
    }
    .sec1 .numList .item_line:not(:last-child){
        margin-bottom: 4.6875vw;
    }
    .sec1 .numList .item .num p{
        font-size: 3.3333333333vw;
    }
    .sec1 .numList .item .num p::after{
        font-size: 1.25vw;
        top: -0.1041666667vw;
        right: -0.5208333333vw;
    }
    .sec1 .numList .item h5{
        font-size: 1.4583333333vw;
    }
    .sec1 .numList .item > p{
        font-size: 0.8333333333vw;
    }
    .sec2 .text{
        width: 37.2916666667vw;
        left: 12.5vw;
    }
    .sec2 .text .title{
        font-size: 2.5vw;
    }
    .sec2 .text .title::after{
        width: 15.5208333333vw;
        height: 1.5625vw;
        top: 2.6041666667vw;
    }
    .sec2 .text .content{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
        margin: 3.6458333333vw 0px 4.1666666667vw;
    }
    .sec2 .text .more a{
        width: 7.8125vw;
        height: 2.8645833333vw;
        box-shadow: rgba(24, 39, 69, 0.3) 0px 0.1041666667vw 0.5208333333vw 0px;
        border-radius: 1.4583333333vw;
    }
    .sec2 .text .more a p{
        font-size: 0.8333333333vw;
    }
    .sec2 .fix .imgs .img{
        width: 11.4583333333vw;
    }
    .sec2 .fix .imgs .img:nth-child(1){
        width: 10.4166666667vw;
        top: -14.375vw;
        left: -10.3645833333vw;
    }
    .sec2 .fix .imgs .img:nth-child(2){
        top: 0.2083333333vw;
        left: -17.5vw;
    }
    .sec2 .fix .imgs .img:nth-child(3){
        bottom: -13.90625vw;
        left: -3.0208333333vw;
    }
    .sec2 .fix .imgs .img:nth-child(4){
        width: 10.4166666667vw;
        top: -16.0416666667vw;
        right: -10.3645833333vw;
    }
    .sec2 .fix .imgs .img:nth-child(5){
        top: 0.2083333333vw;
        right: -17.5vw;
    }
    .sec2 .fix .imgs .img:nth-child(6){
        bottom: -13.90625vw;
        right: -3.0208333333vw;
    }
    .sec2 .fix .line svg .cls-1{
        stroke-dashoffset: 73.2291666667vw;
        stroke-dasharray: 73.2291666667vw;
    }
    .sec2 .fix .line.on svg .cls-1{
        stroke-dashoffset: 146.4583333333vw;
    }
    .sec2 .fix .text_box{
        width: 48.3333333333vw;
    }
    .sec2 .fix .text_box h5{
        font-size: 2.9166666667vw;
    }
    .sec2 .fix .text_box .text{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
        margin: 2.0833333333vw 0px 2.6041666667vw;
    }
    .sec2 .fix .text_box .more a{
        height: 2.8645833333vw;
        box-shadow: rgba(24, 39, 69, 0.3) 0px 0.1041666667vw 0.5208333333vw 0px;
        border-radius: 1.4583333333vw;
        padding: 0px 1.875vw;
    }
    .sec2 .fix .text_box .more a p{
        font-size: 0.8333333333vw;
    }
    .sec3{
        padding: 5.2604166667vw 0px 0px;
    }
    .sec3 .wrap{
        width: 83.3333333333vw;
    }
    .sec3 .wrap .title{
        font-size: 2.5vw;
        margin-bottom: 2.6041666667vw;
    }
    .sec3 .wrap .list{
        gap: 0px 1.8229166667vw;
    }
    .sec3 .wrap .list .item{
        width: 26.5625vw;
        border-radius: 1.0416666667vw;
        padding: 0.625vw 0.625vw 1.5625vw;
    }
    .sec3 .wrap .list .item .img{
        height: 14.5833333333vw;
        border-radius: 1.0416666667vw;
        margin-bottom: 1.3020833333vw;
    }
    .sec3 .wrap .list .item .item_title{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
        height: 2.9166666667vw;
        padding: 0px 0.5208333333vw;
    }
    .sec3 .wrap .list .item .item_bottom{
        padding: 0px 0.9895833333vw 0px 0.5208333333vw;
        margin: 1.5104166667vw 0px 0px;
    }
    .sec3 .wrap .list .item .item_bottom .time{
        font-size: 0.7291666667vw;
    }
    .sec3 .wrap .list .item .item_bottom .more{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
    }
    .sec3 .wrap .list .item .item_bottom .more img{
        width: 0.8333333333vw;
    }
    .sec4{
        padding: 7.4479166667vw 0px 8.0729166667vw;
    }
    .sec4 .wrap{
        width: 93.75vw;
        border-radius: 3.125vw;
    }
    .sec4 .wrap .flex{
        padding: 0px 11.9270833333vw 0px 5.3645833333vw;
    }
    .sec4 .wrap .flex .l{
        width: 39.2708333333vw;
    }
    .sec4 .wrap .flex .l h5{
        font-size: 1.875vw;
        line-height: 2.5vw;
        margin-bottom: 2.0833333333vw;
    }
    .sec4 .wrap .flex .l p{
        font-size: 0.9375vw;
        line-height: 1.4583333333vw;
    }
    .sec4 .wrap .flex .r a{
        height: 2.8645833333vw;
        border-radius: 1.4583333333vw;
        padding: 0px 1.9791666667vw;
    }
    .sec4 .wrap .flex .r a p{
        font-size: 0.8333333333vw;
    }
    .loading .picture{
        width: 5.2604166667vw;
        height: 5.2604166667vw;
    }
    .loading .load_logo{
        width: 5.2604166667vw;
        height: 5.2604166667vw;
    }
    .nav{
        transform: translateY(1.0416666667vw);
    }
}
@media screen and (max-width: 768px) {
    .loading .picture {
        width: 101px;
        height: 101px;
    }
    .loading .load_logo {
        width: 101px;
        height: 101px;
    }
    .index_banner .text {
        width: 90%;
    }
    .index_banner .text h5 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .index_banner .img {
        transform: unset !important;
    }
    .index_banner .text p {
        font-size: 18px;
        line-height: 1.6;
    }
    .index_banner .text .scroll_box {
        width: 40px;
        margin: 20px auto 0;
    }
    .sec1 {
        padding: 60px 0 80px;
    }
    .sec1 .wrap {
        width: 90%;
        display: block;
    }
    .sec1 .wrap .l {
        width: 100%;
        margin: 0 0 60px;
    }
    .sec1 .title,.sec1 .title span {
        font-size: 24px;
        line-height: 1.4;
    }
    .sec1 .text {
        margin: 20px 0 40px;
    }
    .sec1 .text p {
        font-size: 16px;
        line-height: 1.8;
    }
    .sec1 .more a {
        height: 40px;
        border-radius: 20px;
        padding: 0 20px;
    }
    .sec1 .more a p {
        font-size: 14px;
    }
    .sec1 .numList .item {
        padding: 0 0 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(24,39,69,0.5);
    }
    .sec1 .numList .item .num {
        margin-bottom: 10px;
    }
    .sec1 .numList .item .num p::after {
        font-size: 14px;
    }
    .sec1 .numList .item .num p {
        font-size: 40px;
    }
    .sec1 .numList .item > p {
        font-size: 14px;
        text-align: left;
    }
    .sec2 .bg {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
    }
    .sec2 {
        height: unset;
        padding: 100px 0;
    }
    .sec2 .text {
        width: 90%;
        margin: 0 auto;
        position: unset;
        transform: unset;
    }
    .sec2 .text .title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .sec2 .text .content {
        font-size: 16px;
        line-height: 1.8;
        margin: 0 0 40px;
    }
    .sec2 .text .more a {
        width: fit-content;
        height: 40px;
        border-radius: 20px;
        padding: 0 20px;
    }
    .sec2 .text .more a p {
        font-size: 16px;
    }
    .sec2 .text .title::after {
        width: 149px;
        height: 15px;
        background-size: 100%;
        top: 30px;
    }
    .sec3 {
        padding: 60px 0;
    }
    .sec3 .wrap .title {
        font-size: 24px;
        text-align: left;
        margin-bottom: 40px;
    }
    .sec3 .wrap .list {
        flex-wrap: wrap;
        gap: 40px;
    }
    .sec3 .wrap .list .item {
        width: 100%;
        border-radius: 6px;
        padding: 12px 12px 20px;
    }
    .sec3 .wrap .list .item .img {
        height: 56vw;
        border-radius: 6px;
        margin-bottom: 25px;
    }
    .sec3 .wrap .list .item .item_bottom {
        margin: 20px 0 0;
        padding: 0 10px;
    }
    .sec3 .wrap .list .item .item_bottom .time {
        font-size: 14px;
    }
    .sec3 .wrap .list .item .item_bottom .more {
        width: 36px;
        height: 36px;
    }
    .sec3 .wrap .list .item .item_bottom .more img {
        width: 14px;
    }
    .sec3 .wrap .list .item .item_title {
        font-size: 16px;
        line-height: 1.4;
        height: unset;
        padding: 0 10px;
    }
    .sec3 .wrap {
        width: 90%;
    }
    .sec4 {
        padding: 20px 0 60px;
    }
    .sec4 .wrap {
        border-radius: 10px;
        width: 90%;
    }
    .sec4 .wrap .flex .l h5 {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 1.4;
    }
    .sec4 .wrap .flex .l {
        width: 100%;
        margin-bottom: 40px;
    }
    .sec4 .wrap .flex .l p {
        font-size: 16px;
        line-height: 1.8;
    }
    .sec4 .wrap .flex .r a {
        height: 40px;
        border-radius: 20px;
        width: fit-content;
        padding: 0 20px;
    }
    .sec4 .wrap .flex .r a p {
        font-size: 14px;
    }
    .sec4 .wrap .flex {
        display: block;
        position: relative;
        z-index: 3;
        padding: 40px 30px;
    }
    .sec4 .wrap img {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
        left: 0;
    }
}
