.sec1 {
    background: #F5F2F2
}

.sec1 .wrap {
    width: 1440px;
    margin: 80px auto 0
}

.sec1 .wrap .top {
    display: flex;
    justify-content: space-between
}

.sec1 .wrap .top .title {
    position: relative
}

.sec1 .wrap .top .title .p {
    font-weight: 500;
    font-size: 30px;
    color: #111111;
    line-height: 46px
}

.sec1 .wrap .top .message {
    display: flex;
    align-items: center
}

.sec1 .wrap .top .message p {
    font-weight: 400;
    font-size: 18px;
    color: #111111
}

.sec1 .wrap .top .message .color {
    width: 19px;
    height: 19px;
    position: relative;
    margin: 0 9px 0 0;
    transition: 1s
}

.sec1 .wrap .top .message .color:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #C81619;
    top: 0;
    left: 0
}

.sec1 .wrap .top .message .color:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: #EBA011;
    z-index: 2
}

.sec1 .wrap .content {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 0 0
}

.sec1 .wrap .content .img {
    width: 600px;
    height: 360px;
    overflow: hidden;
    margin: 0 67px 0 0
}

.sec1 .wrap .content .img:hover img {
    transform: scale(1.05)
}

.sec1 .wrap .content .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.sec1 .wrap .content .text {
    width: 772px;
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 40px;
    text-indent: 36px
}

.public_text {
    width: fit-content;
    position: relative
}

.public_text .p:first-child {
    position: relative;
    z-index: 55;
    color: #333
}

.public_text .p:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    color: #999 !important;
    z-index: 5
}

.public_text .p p {
    width: fit-content
}

.sec2 {
    padding: 115px 0 80px 0
}

.sec2 .wrap {
    width: 1440px;
    margin: auto
}

.sec2 .wrap .top {
    display: flex;
    justify-content: space-between
}

.sec2 .wrap .top .title {
    position: relative
}

.sec2 .wrap .top .title .p {
    font-weight: 500;
    font-size: 30px;
    color: #111111;
    line-height: 46px
}

.sec2 .wrap .top .message {
    display: flex;
    align-items: center
}

.sec2 .wrap .top .message p {
    font-weight: 400;
    font-size: 18px;
    color: #111111
}

.sec2 .wrap .top .message .color {
    width: 19px;
    height: 19px;
    position: relative;
    margin: 0 9px 0 0;
    transition: 1s
}

.sec2 .wrap .top .message .color:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #C81619;
    top: 0;
    left: 0
}

.sec2 .wrap .top .message .color:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: #EBA011;
    z-index: 2
}

.sec2 .wrap .content {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 0 0
}

.sec2 .wrap .content .img {
    width: 600px;
    height: 360px;
    overflow: hidden;
    margin: 0 67px 0 0
}

.sec2 .wrap .content .img:hover img {
    transform: scale(1.05)
}

.sec2 .wrap .content .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.sec2 .wrap .content .text {
    margin: 80px 0 0 0;
    width: 772px;
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 40px;
    text-indent: 36px
}

.sec3 {
    background: #F7F5F5;
    padding: 76px 0 96px 0
}

.sec3 .wrap {
    width: 1440px;
    margin: auto
}

.sec3 .wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px
}

.sec3 .wrap .top .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111
}

.sec3 .wrap .top .more {
    display: flex;
    align-items: center
}

.sec3 .wrap .top .more p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin: 0 10px 0 0
}

.sec3 .wrap .top .more .iconfont {
    color: #111;
    font-size: 14px
}

.sec3 .wrap .content {
    display: flex;
    justify-content: space-between
}

.sec3 .wrap .content .big {
    width: 1000px;
    height: 800px
}

.sec3 .wrap .content .big:hover .img img {
    transform: scale(1.05)
}

.sec3 .wrap .content .big:hover .text h1 {
    color: #C81619
}

.sec3 .wrap .content .big .img {
    width: 100%;
    height: 520px;
    overflow: hidden
}

.sec3 .wrap .content .big .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.sec3 .wrap .content .big .text {
    padding: 39px 94px 62px 29px;
    height: 280px;
    background: #fff
}

.sec3 .wrap .content .big .text h1 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0 0 35px;
    transition: .6s ease
}

.sec3 .wrap .content .big .text .pick {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.sec3 .wrap .content .big .text .dis {
    margin: 59px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec3 .wrap .content .big .text .dis .time {
    font-weight: 300;
    font-size: 16px;
    color: #666666
}

.sec3 .wrap .content .big .text .dis .more {
    display: flex;
    align-items: center
}

.sec3 .wrap .content .big .text .dis .more p {
    font-weight: bold;
    font-size: 16px;
    color: #111111
}

.sec3 .wrap .content .big .text .dis .more .iconfont {
    margin: 0 0 0 9px;
    font-size: 16px;
    color: #C81619
}

.sec3 .wrap .content .r {
    width: 420px;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.sec3 .wrap .content .r .item {
    position: relative
}

.sec3 .wrap .content .r .item:hover .img img {
    transform: scale(1.05)
}

.sec3 .wrap .content .r .item:hover .text h1 {
    color: #C81619
}

.sec3 .wrap .content .r .item .img {
    width: 100%;
    height: 220px;
    overflow: hidden
}

.sec3 .wrap .content .r .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.sec3 .wrap .content .r .item .text {
    background: #FFFFFF;
    height: 170px;
    padding: 24px 31px 30px 26px
}

.sec3 .wrap .content .r .item .text h1 {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    line-height: 24px;
    transition: .6s ease
}

.sec3 .wrap .content .r .item .text .dis {
    margin: 48px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec3 .wrap .content .r .item .text .dis .time {
    font-weight: 300;
    font-size: 14px;
    color: #666666
}

.sec3 .wrap .content .r .item .text .dis .more {
    display: flex;
    align-items: center
}

.sec3 .wrap .content .r .item .text .dis .more p {
    font-weight: bold;
    font-size: 16px;
    color: #111111
}

.sec3 .wrap .content .r .item .text .dis .more .iconfont {
    margin: 0 0 0 9px;
    font-size: 16px;
    color: #C81619
}

.sec4 {
    background: #F7F5F5;
    padding: 0 0 126px
}

.sec4 .wrap {
    width: 1440px;
    margin: auto
}

.sec4 .wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px
}

.sec4 .wrap .top .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111
}

.sec4 .wrap .top .more {
    display: flex;
    align-items: center
}

.sec4 .wrap .top .more p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin: 0 10px 0 0
}

.sec4 .wrap .top .more .iconfont {
    color: #111;
    font-size: 14px
}

.sec4 .wrap .content {
    display: flex;
    height: 480px;
    position: relative
}

.sec4 .wrap .content .button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex
}

.sec4 .wrap .content .button .click {
    width: 46px;
    height: 46px;
    background: #C81619;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.sec4 .wrap .content .button .click:first-child {
    transform: rotate(180deg);
    background: #fff
}

.sec4 .wrap .content .button .click:first-child .iconfont {
    color: rgba(0, 0, 0, 0.2)
}

.sec4 .wrap .content .button .click .iconfont {
    color: #FFFFFF;
    font-size: 14px
}

.sec4 .wrap .content .llSwiper {
    width: 50%;
    height: 100%
}

.sec4 .wrap .content .llSwiper .swiper-slide img {
    width: 100%;
    height: 100%
}

.sec4 .wrap .content .r {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    position: relative
}

.sec4 .wrap .content .r .swiper-pagination {
    position: absolute;
    right: 69px;
    bottom: 40px;
    left: unset;
    display: flex;
    width: fit-content;
    align-items: center
}

.sec4 .wrap .content .r .swiper-pagination span {
    width: 6px;
    height: 6px;
    opacity: 0.2 !important;
    transition: .3s ease;
    margin: 0 10px 0 0 !important
}

.sec4 .wrap .content .r .swiper-pagination span:last-child {
    margin: 0 !important
}

.sec4 .wrap .content .r .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
    background: #C81619;
    border-radius: 3px;
    opacity: 1 !important
}

.sec4 .wrap .content .r .jump {
    width: 587px
}

.sec4 .wrap .content .r .jump .jump_list {
    display: none
}

.sec4 .wrap .content .r .jump .jump_list.on {
    display: block
}

.sec4 .wrap .content .r .jump .jump_list h1 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0 0 28px
}

.sec4 .wrap .content .r .jump .jump_list .pick {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.sec4 .wrap .content .r .jump .jump_list .dis {
    margin: 59px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec4 .wrap .content .r .jump .jump_list .dis .time {
    font-weight: 300;
    font-size: 16px;
    color: #666666
}

.sec4 .wrap .content .r .jump .jump_list .dis .more {
    display: flex;
    align-items: center
}

.sec4 .wrap .content .r .jump .jump_list .dis .more p {
    font-weight: bold;
    font-size: 16px;
    color: #111111
}

.sec4 .wrap .content .r .jump .jump_list .dis .more .iconfont {
    margin: 0 0 0 9px;
    font-size: 16px;
    color: #C81619
}

.sec5 {
    padding: 0 0 80px;
    background: #F7F5F5;
    position: relative;
    z-index: 1
}

.sec5:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 1200px;
    height: 600px;
    background: #FFFFFF;
    left: 0;
    top: 50px
}

.sec5 .wrap {
    width: 1440px;
    margin: auto
}

.sec5 .wrap .title {
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
    font-size: 36px;
    color: #111111
}

.sec5 .wrap .content {
    padding: 80px 0;
    display: flex;
    justify-content: space-between
}

.sec5 .wrap .content .left {
    width: 431px;
    margin: 70px 0 0 0
}

.sec5 .wrap .content .left .swiper-pagination {
    position: static;
    left: unset;
    display: flex;
    width: fit-content;
    align-items: center;
    margin: 103px 0 0 0
}

.sec5 .wrap .content .left .swiper-pagination span {
    width: 6px;
    height: 6px;
    opacity: 0.2 !important;
    transition: .3s ease;
    margin: 0 10px 0 0 !important
}

.sec5 .wrap .content .left .swiper-pagination span:last-child {
    margin: 0 !important
}

.sec5 .wrap .content .left .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
    background: #C81619;
    border-radius: 3px;
    opacity: 1 !important
}

.sec5 .wrap .content .left .jump .jump_list {
    display: none
}

.sec5 .wrap .content .left .jump .jump_list.on {
    display: block
}

.sec5 .wrap .content .left .jump .jump_list h1 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0 0 28px
}

.sec5 .wrap .content .left .jump .jump_list .pick {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.sec5 .wrap .content .left .jump .jump_list .dis {
    margin: 59px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec5 .wrap .content .left .jump .jump_list .dis .time {
    font-weight: 300;
    font-size: 16px;
    color: #666666
}

.sec5 .wrap .content .left .jump .jump_list .dis .more {
    display: flex;
    align-items: center
}

.sec5 .wrap .content .left .jump .jump_list .dis .more p {
    font-weight: bold;
    font-size: 16px;
    color: #111111
}

.sec5 .wrap .content .left .jump .jump_list .dis .more .iconfont {
    margin: 0 0 0 9px;
    font-size: 16px;
    color: #C81619
}

.sec5 .wrap .content .r {
    width: 891px
}

.sec5 .wrap .content .r .zjSwiper {
    width: 1430px
}

.sec5 .wrap .content .r .zjSwiper .swiper-slide img {
    width: 100%
}

.sec5 .wrap .content .left .end {
    margin: 34px 0 0 0;
    display: flex;
    justify-content: flex-end
}

.sec5 .wrap .content .left .end .button {
    display: flex
}

.sec5 .wrap .content .left .end .button .click {
    width: 46px;
    height: 46px;
    background: #C81619;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.sec5 .wrap .content .left .end .button .click:first-child {
    transform: rotate(180deg);
    background: rgba(200, 22, 25, 0.1)
}

.sec5 .wrap .content .left .end .button .click:first-child .iconfont {
    color: rgba(0, 0, 0, 0.2)
}

.sec5 .wrap .content .left .end .button .click .iconfont {
    color: #FFFFFF;
    font-size: 14px
}

body {
    background: #F7F5F5
}

.sec6 {
    padding: 0 0 66px 0;
    background: #F7F5F5
}

.sec6 .wrap {
    width: 1440px;
    margin: auto
}
.sec6 .wrap .top{
    margin: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec6 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    text-align: center
}

.sec6 .wrap .top .more{
    display: flex;
    align-items: center;
}

.sec6 .wrap .top .more p{
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin: 0 10px 0 0;
}
.sec6 .wrap .top .more .iconfont{
    color: #111;
    font-size: 14px;
}
.sec6 .wrap .content {
    display: flex;
    justify-content: space-between
}

.sec6 .wrap .content .item {
    width: 460px;
    height: 260px;
    background: #FFFFFF;
    padding: 35px 40px 35px 29px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.sec6 .wrap .content .item .position {
    width: 170px;
    position: absolute;
    right: -45px;
    top: -89px;
    z-index: -1
}

.sec6 .wrap .content .item .position path {
    fill: #C81619;
    opacity: 0.05
}

.sec6 .wrap .content .item .icon {
    width: 70px;
    height: 59px;
    margin: 0 0 24px
}

.sec6 .wrap .content .item .icon svg {
    width: 100%;
    height: auto
}

.sec6 .wrap .content .item .icon svg path {
    fill: #C81619
}

.sec6 .wrap .content .item h1 {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0 0 60px
}

.sec6 .wrap .content .item .dis {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec6 .wrap .content .item .dis .time {
    font-weight: 400;
    font-size: 16px;
    color: #666666
}

.sec6 .wrap .content .item .dis .iconfont {
    font-size: 24px;
    color: #C81619
}
@media screen and (max-width: 1920px) {
    .sec1 .wrap {
        width: 75vw;
        margin: 4.1666666667vw auto 0
    }
    
    .sec1 .wrap .top .title .p {
        font-size: 1.5625vw;
        line-height: 2.3958333333vw
    }
    
    .sec1 .wrap .top .message p {
        font-size: 0.9375vw;
    }
    
    .sec1 .wrap .top .message .color {
        width: 0.9895833333vw;
        height: 0.9895833333vw;
        margin: 0 0.46875vw 0 0;
    }
    
    .sec1 .wrap .top .message .color:after {
        width: 0.7291666667vw;
        height: 0.7291666667vw;
    }
    
    .sec1 .wrap .top .message .color:before {
        width: 0.5208333333vw;
        height: 0.5208333333vw;
    }
    
    .sec1 .wrap .content {
        margin: 3.6458333333vw 0 0 0
    }
    
    .sec1 .wrap .content .img {
        width: 31.25vw;
        height: 18.75vw;
        margin: 0 3.4895833333vw 0 0
    }
    
    .sec1 .wrap .content .text {
        width: 40.2083333333vw;
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
        text-indent: 1.875vw
    }
    
    .sec2 {
        padding: 5.9895833333vw 0 4.1666666667vw 0
    }
    
    .sec2 .wrap {
        width: 75vw;
    }
    
    .sec2 .wrap .top .title .p {
        font-size: 1.5625vw;
        line-height: 2.3958333333vw
    }
    
    .sec2 .wrap .top .message p {
        font-size: 0.9375vw;
    }
    
    .sec2 .wrap .top .message .color {
        width: 0.9895833333vw;
        height: 0.9895833333vw;
        margin: 0 0.46875vw 0 0;
    }
    
    .sec2 .wrap .top .message .color:after {
        width: 0.7291666667vw;
        height: 0.7291666667vw;
    }
    
    .sec2 .wrap .top .message .color:before {
        width: 0.5208333333vw;
        height: 0.5208333333vw;
    }
    
    .sec2 .wrap .content {
        margin: 3.6458333333vw 0 0 0
    }
    
    .sec2 .wrap .content .img {
        width: 31.25vw;
        height: 18.75vw;
        margin: 0 3.4895833333vw 0 0
    }
    
    .sec2 .wrap .content .text {
        margin: 4.1666666667vw 0 0 0;
        width: 40.2083333333vw;
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
        text-indent: 1.875vw
    }
    
    .sec3 {
        padding: 3.9583333333vw 0 5vw 0
    }
    
    .sec3 .wrap {
        width: 75vw;
    }
    
    .sec3 .wrap .top {
        margin: 0 0 1.5625vw
    }
    
    .sec3 .wrap .top .title {
        font-size: 1.875vw;
    }
    
    .sec3 .wrap .top .more p {
        font-size: 0.8333333333vw;
        margin: 0 0.5208333333vw 0 0
    }
    
    .sec3 .wrap .top .more .iconfont {
        font-size: 0.7291666667vw
    }
    
    .sec3 .wrap .content .big {
        width: 52.0833333333vw;
        height: 41.6666666667vw
    }
    
    .sec3 .wrap .content .big .img {
        height: 27.0833333333vw;
    }
    
    .sec3 .wrap .content .big .text {
        padding: 2.03125vw 4.8958333333vw 3.2291666667vw 1.5104166667vw;
        height: 14.5833333333vw;
    }
    
    .sec3 .wrap .content .big .text h1 {
        font-size: 1.25vw;
        margin: 0 0 1.8229166667vw;
    }
    
    .sec3 .wrap .content .big .text .pick {
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }
    
    .sec3 .wrap .content .big .text .dis {
        margin: 3.0729166667vw 0 0 0;
    }
    
    .sec3 .wrap .content .big .text .dis .time {
        font-size: 0.8333333333vw;
    }
    
    .sec3 .wrap .content .big .text .dis .more p {
        font-size: 0.8333333333vw;
    }
    
    .sec3 .wrap .content .big .text .dis .more .iconfont {
        margin: 0 0 0 0.46875vw;
        font-size: 0.8333333333vw;
    }
    
    .sec3 .wrap .content .r {
        width: 21.875vw;
        height: 41.6666666667vw;
    }
    
    .sec3 .wrap .content .r .item .img {
        height: 11.4583333333vw;
    }
    
    .sec3 .wrap .content .r .item .text {
        height: 8.8541666667vw;
        padding: 1.25vw 1.6145833333vw 1.5625vw 1.3541666667vw
    }
    
    .sec3 .wrap .content .r .item .text h1 {
        font-size: 0.9375vw;
        line-height: 1.25vw;
    }
    
    .sec3 .wrap .content .r .item .text .dis {
        margin: 2.5vw 0 0 0;
    }
    
    .sec3 .wrap .content .r .item .text .dis .time {
        font-size: 0.7291666667vw;
    }
    
    .sec3 .wrap .content .r .item .text .dis .more p {
        font-size: 0.8333333333vw;
    }
    
    .sec3 .wrap .content .r .item .text .dis .more .iconfont {
        margin: 0 0 0 0.46875vw;
        font-size: 0.8333333333vw;
    }
    
    .sec4 {
        padding: 0 0 6.5625vw
    }
    
    .sec4 .wrap {
        width: 75vw;
    }
    
    .sec4 .wrap .top {
        margin: 0 0 1.5625vw
    }
    
    .sec4 .wrap .top .title {
        font-size: 1.875vw;
    }
    
    .sec4 .wrap .top .more p {
        font-size: 0.8333333333vw;
        margin: 0 0.5208333333vw 0 0
    }
    
    .sec4 .wrap .top .more .iconfont {
        font-size: 0.7291666667vw
    }
    
    .sec4 .wrap .content {
        height: 25vw;
    }
    
    .sec4 .wrap .content .button .click {
        width: 2.3958333333vw;
        height: 2.3958333333vw;
    }
    
    .sec4 .wrap .content .button .click .iconfont {
        font-size: 0.7291666667vw
    }
    
    .sec4 .wrap .content .r .swiper-pagination {
        right: 3.59375vw;
        bottom: 2.0833333333vw;
    }
    
    .sec4 .wrap .content .r .swiper-pagination span {
        width: 0.3125vw;
        height: 0.3125vw;
        margin: 0 0.5208333333vw 0 0 !important
    }
    
    .sec4 .wrap .content .r .swiper-pagination .swiper-pagination-bullet-active {
        width: 2.0833333333vw;
        border-radius: 0.15625vw;
    }
    
    .sec4 .wrap .content .r .jump {
        width: 30.5729166667vw
    }
    
    .sec4 .wrap .content .r .jump .jump_list h1 {
        font-size: 1.25vw;
        margin: 0 0 1.4583333333vw
    }
    
    .sec4 .wrap .content .r .jump .jump_list .pick {
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }
    
    .sec4 .wrap .content .r .jump .jump_list .dis {
        margin: 3.0729166667vw 0 0 0;
    }
    
    .sec4 .wrap .content .r .jump .jump_list .dis .time {
        font-size: 0.8333333333vw;
    }
    
    .sec4 .wrap .content .r .jump .jump_list .dis .more p {
        font-size: 0.8333333333vw;
    }
    
    .sec4 .wrap .content .r .jump .jump_list .dis .more .iconfont {
        margin: 0 0 0 0.46875vw;
        font-size: 0.8333333333vw;
    }
    
    .sec5 {
        padding: 0 0 4.1666666667vw;
    }
    
    .sec5:after {
        width: 62.5vw;
        height: 31.25vw;
        top: 2.6041666667vw
    }
    
    .sec5 .wrap {
        width: 75vw;
    }
    
    .sec5 .wrap .title {
        font-size: 1.875vw;
    }
    
    .sec5 .wrap .content {
        padding: 4.1666666667vw 0;
    }
    
    .sec5 .wrap .content .left {
        width: 22.4479166667vw;
        margin: 3.6458333333vw 0 0 0
    }
    
    .sec5 .wrap .content .left .swiper-pagination {
        margin: 5.3645833333vw 0 0 0
    }
    
    .sec5 .wrap .content .left .swiper-pagination span {
        width: 0.3125vw;
        height: 0.3125vw;
        margin: 0 0.5208333333vw 0 0 !important
    }
    
    .sec5 .wrap .content .left .swiper-pagination .swiper-pagination-bullet-active {
        width: 2.0833333333vw;
        border-radius: 0.15625vw;
    }
    
    .sec5 .wrap .content .left .jump .jump_list h1 {
        font-size: 1.25vw;
        margin: 0 0 1.4583333333vw
    }
    
    .sec5 .wrap .content .left .jump .jump_list .pick {
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }
    
    .sec5 .wrap .content .left .jump .jump_list .dis {
        margin: 3.0729166667vw 0 0 0;
    }
    
    .sec5 .wrap .content .left .jump .jump_list .dis .time {
        font-size: 0.8333333333vw;
    }
    
    .sec5 .wrap .content .left .jump .jump_list .dis .more p {
        font-size: 0.8333333333vw;
    }
    
    .sec5 .wrap .content .left .jump .jump_list .dis .more .iconfont {
        margin: 0 0 0 0.46875vw;
        font-size: 0.8333333333vw;
    }
    
    .sec5 .wrap .content .r {
        width: 46.40625vw
    }
    
    .sec5 .wrap .content .r .zjSwiper {
        width: 74.4791666667vw
    }
    
    .sec5 .wrap .content .left .end {
        margin: 1.7708333333vw 0 0 0;
    }
    
    .sec5 .wrap .content .left .end .button .click {
        width: 2.3958333333vw;
        height: 2.3958333333vw;
    }
    
    .sec5 .wrap .content .left .end .button .click .iconfont {
        font-size: 0.7291666667vw
    }
    
    .sec6 {
        padding: 0 0 3.4375vw 0;
    }
    
    .sec6 .wrap {
        width: 75vw;
    }
    .sec6 .wrap .top{
        margin: 0 0 2.0833333333vw;
    }
    .sec6 .wrap .title {
        font-size: 1.875vw;
    }

    .sec6 .wrap .top .more p{
        font-size: 0.8333333333333334vw;
        margin: 0 0.5208333333333334vw 0 0;
    }
    .sec6 .wrap .top .more .iconfont{
        font-size: 0.7291666666666667vw;
    }
    
    .sec6 .wrap .content .item {
        width: 23.9583333333vw;
        height: 13.5416666667vw;
        padding: 1.8229166667vw 2.0833333333vw 1.8229166667vw 1.5104166667vw;
    }
    
    .sec6 .wrap .content .item .position {
        width: 8.8541666667vw;
        right: -2.34375vw;
        top: -4.6354166667vw;
    }
    
    .sec6 .wrap .content .item .icon {
        width: 3.6458333333vw;
        height: 3.0729166667vw;
        margin: 0 0 1.25vw
    }
    
    .sec6 .wrap .content .item h1 {
        font-size: 1.0416666667vw;
        margin: 0 0 3.125vw
    }
    
    .sec6 .wrap .content .item .dis .time {
        font-size: 0.8333333333vw;
    }
    
    .sec6 .wrap .content .item .dis .iconfont {
        font-size: 1.25vw;
    }
}

@media screen and (max-width: 1024px) {
    .sec1 .wrap{
        width: 90%;
         margin: 0 auto;
        padding: 60px 0;
    }
    .sec1 .wrap .top .title .p{
        font-size: 20px;
        line-height: 1.6;
    }
    .sec1 .wrap .content .img{
        width: 50%;
    }
    .sec1 .wrap .top .message p{
        font-size: 14px;
    }
    .sec1 .wrap .top .message .color:after{
        width: 10px;
        height: 10px;
    }
    .sec1 .wrap .top .message .color:before{
        width:6px;
        height: 6px;
    }
    .sec1 .wrap .content .text{
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.6;
    }
    .sec1 .wrap .top .message .color{
        width: 12px;
        height: 12px;
    }
    .sec1 .wrap .content{
        flex-direction: column-reverse;
        margin-top: 30px;
        align-items: center;
    }
    .sec1 .wrap .content .text{
        margin-top: 0;
        width:100%;
    }
    .sec1 .wrap .content .img{
        height: auto;
        margin-top: 20px;
        width: 100%;
        margin-right: 0;
    }
    .sec3 .wrap{
        width: 90%;
    }
    .sec3{
        padding: 60px 0;
    }
    .sec3 .wrap .top .title{
        font-size: 24px;
    }
    .sec3 .wrap .top .more p{
        font-size: 14px;
        margin-right: 5px;
    }
    .sec3 .wrap .top .more .iconfont{
        font-size: 12px;
    }
    .sec3 .wrap .top{
        margin-bottom: 30px;
    }
    .sec3 .wrap .content .big{
        width: 100%;
        height: auto;
    }
    .sec3 .wrap .content{
        flex-direction: column;
    }
    .sec3 .wrap .content .big .img {
        height: auto;
    }
    .sec3 .wrap .content .big .text {
        padding: 20px;
        height: 140px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .sec3 .wrap .content .big .text h1{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .sec3 .wrap .content .big .text .pick{
        font-size: 14px;
        line-height: 1.6;
    }
    .sec3 .wrap .content .big .text .dis{
        margin-top: 20px;
    }
    .sec3 .wrap .content .big .text .dis .more p,
    .sec3 .wrap .content .big .text .dis .time{
        font-size: 12px;
    }
    .sec3 .wrap .content .big .text .dis .more .iconfont{
        font-size: 14px;
        margin-left: 5px;
    }
    .sec3 .wrap .content .r{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
    }
    .sec3 .wrap .content .r .item{
        width: 49%;
    }
    .sec3 .wrap .content .r .item .img{
        height: 24.4140625vw;
    }
    .sec3 .wrap .content .r .item .text .dis{
        margin-top: 20px;
    }
    .sec3 .wrap .content .r .item .text{
        height: 140px;
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: space-between;
    }
    .sec3 .wrap .content .r .item .text h1{
        font-size: 14px;
        line-height: 1.6;
    }
    .sec3 .wrap .content .r .item .text .dis .time {
        font-size: 14px;
    }
    .sec3 .wrap .content .r .item .text .dis .time,
    .sec3 .wrap .content .r .item .text .dis .more p{
        font-size:12px;
    }
    .sec3 .wrap .content .r .item .text .dis .more .iconfont{
        margin-left: 5px;
        font-size: 14px;
    }
    .sec3 .wrap .top .more p {
        font-size: 12px;
    }
    .sec3 .wrap .content .big .text h1 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .sec3 .wrap .content .big .text h1{
        margin-bottom: 0;
        white-space:unset;
    }
    .sec3 .wrap .content .big .text .dis{
        margin-top: 0;
    }
    .sec4 .wrap{
        width: 90%;
    }
    .sec4 .wrap .top .more p{
        font-size: 12px;
        margin-right: 5px;
    }
    .sec4 .wrap .top .more .iconfont{
        font-size: 14px;
    }
    .sec4 .wrap .content .r .jump{
        width: 80%;
    }
    .sec4 .wrap .content .r .jump .jump_list h1{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sec4 .wrap .content .r .jump .jump_list .pick{
        font-size: 14px;
        line-height: 1.6;
    }
    .sec4 .wrap .content .r .jump .jump_list .dis .more p,
    .sec4 .wrap .content .r .jump .jump_list .dis .time{
        font-size: 12px;
    }
    .sec4 .wrap .content .r .jump .jump_list .dis .more .iconfont{
        font-size: 14px;
        margin-left: 5px;
    }
    .sec4 .wrap .content .button .click{
        width: 40px;
        height: 40px;
    }
    .sec4 .wrap .content .button .click .iconfont{
        font-size: 14px;
    }
    .sec4 .wrap .content{
        flex-direction: column;
        height: auto;
    }
    .sec4 .wrap .content .llSwiper{
        width: 100%;
        height: 50.78125vw;
    }
    .sec4 .wrap .content .r{
        width: 100%;
        height: 200px;
        padding: 20px 20px 60px;
    }
    .sec4 .wrap .content .r .jump{
        width: 100%;
    }
    .sec4 .wrap .content .r .swiper-pagination span {
        width: 4px;
        height: 4px;
        margin-right: 5px !important;
    }

    .sec4 .wrap .content .r .swiper-pagination .swiper-pagination-bullet-active{
        width: 40px;
    }
    
    .sec4 .wrap .content .r .swiper-pagination{
        left: 20px;
        bottom: 20px;
    }
    .sec4 .wrap .content .button{
        left: auto;
        right: 0;
        transform: none;
    }
    .sec4 .wrap .content .button .click:first-child{
        background-color: #C81619;
    }
    .sec4 .wrap .content .button .click:first-child .iconfont{
        color: #fff;
    }
    .public_text .p p{
        clip-path: inset(0px 0px 0px 0px) !important;
    }

    .sec4 .wrap .top .title{
        font-size: 24px;
    }
    .sec4 .wrap .top{
        margin-bottom: 30px;
    }
    .sec4 .wrap .content .r .jump .jump_list .dis{
        margin-top: 10px;
    }
    .sec4{
        padding-bottom: 60px;
    }
    .sec4 .wrap .content .r{
        align-items: start;
    }
    .sec5 .wrap {
        width: 90%;
    }
    .sec5 .wrap .title{
        font-size: 24px;
        justify-content: flex-start;
    }
    .sec5 .wrap .content .left .jump .jump_list h1{
        font-size:16px;
        margin-bottom: 10px;
    }
    .sec5 .wrap .content .left .jump .jump_list .pick {
        font-size: 14px;
        line-height: 1.6;
    }
    .sec5 .wrap .content{
        flex-direction: column-reverse;
        padding-top: 30px;
    }
    .sec5:after {
        display: none;
    }
    .sec5 .wrap .content .r{
        width: 100%;
    }
    .sec5 .wrap .content .r .zjSwiper{
        width: 100%;
    }
    .sec5 .wrap .content .left{
        margin-top: 0;
        padding: 20px 20px 60px;
        width: 100%;
        height: 200px;
        position: relative;
        background-color: #fff;
    }

    .sec5 .wrap .content .left .jump .jump_list .dis{
        margin-top: 10px;
    }
    .sec5 .wrap .content .left .swiper-pagination span{
        width: 4px;
        height: 4px;
        margin-right: 5px !important;
    }
    .sec5 .wrap .content .left .jump .jump_list .dis .more p,
    .sec5 .wrap .content .left .jump .jump_list .dis .time{
        font-size: 12px;
    }
    .sec5 .wrap .content .left .swiper-pagination .swiper-pagination-bullet-active{
        width: 40px;

    }
    .sec5 .wrap .content .left .swiper-pagination{
        position: absolute;
        left: 20px;
        bottom: 20px;
    }
    .sec5 .wrap .content .left .end .button .click{
        width: 40px;
        height: 40px;
    }
    .sec5 .wrap .content .left .end .button .click .iconfont{
        font-size: 14px;
    }
    .sec5 .wrap .content .left .end .button{
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .sec5 .wrap .content .left .jump .jump_list .dis .more .iconfont{
        font-size: 14px;
        margin-left: 5px;
    }
    .sec5 .wrap .content{
        padding-bottom: 0;
    }
    .sec5{
        padding-bottom: 60px;
    }
    .sec6 .wrap{
        width: 90%;
    }
    .sec6 .wrap .top{
        margin-bottom: 30px;
    }
    .sec6 .wrap .title{
        font-size: 24px;
        text-align: left;
    }
    .sec6 .wrap .top .more p {
        font-size: 14px;
    }
    .sec6 .wrap .top .more .iconfont {
        font-size: 12px;
        margin-left: 5px;
    }
    .sec6 .wrap .content .item{
        width: 49%;
    }
    .sec6 .wrap .content .item{
        height: auto;
    }
    .sec6 .wrap .content .item .icon{
        width: 30px;
        height: auto;
        margin-bottom: 10px;
    }
    .sec6 .wrap .content .item h1{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .sec6 .wrap .content .item .dis .time{
        font-size: 12px;
    }
    .sec6 .wrap .content .item .dis .iconfont{
        font-size: 16px;
    }
    .sec6 .wrap .content .item .position {
        width: 120px;
        right: -20px;
        top: -80px;
    }
    .sec6 .wrap .content{
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px 0;
    }
    .sec6 .wrap .content .item{
        padding: 20px;
    }
    .sec6{
        padding-bottom: 60px;
    }
    .sec6 .wrap .top {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .sec1 .wrap .top{
        flex-direction: column;
    }
    .sec1 .wrap .top .message{
        margin-top: 20px;
    }
    .sec1 .wrap .content{
        margin-top: 20px;
    }
    .sec1 .wrap .top .title .p {
        font-size: 18px;
    }
    .sec1 .wrap{
        padding: 50px 0;
    }
    .sec3 .wrap .content .r .item{
        width: 100%;
    }
    .sec3 .wrap .content .r .item:not(:last-child){
        margin-bottom: 20px;
    }
    .sec3 .wrap .content .r .item .img{
        height: auto;
    }
    .sec3 .wrap .content .r .item .text,
    .sec3 .wrap .content .big .text {
        height: 120px;
    }
    .sec3{
        padding: 50px 0;
    }
    .sec3 .wrap .top .title,
    .sec4 .wrap .top .title{
        font-size: 20px;
    }
    .sec3 .wrap .top,
    .sec4 .wrap .top{
        margin-bottom: 20px;
    }
    .sec4{
        padding-bottom: 50px;
    }
    .sec5 .wrap .title {
        font-size: 20px;
    }
    .sec5 .wrap .content{
        padding-top: 20px;
    }
    .sec6 .wrap .content .item{
        width: 100%;
    }
    .sec6 {
        padding-bottom: 50px;
    }
    .sec6 .wrap .content .item h1 {
        margin-bottom: 10px;
    }
}