body {
    background: rgba(0, 0, 0, 0)
}
#fullPage{
    pointer-events: none;
    z-index: 2;
}
.index_banner {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index:1;
}

.index_banner .swiper-slide {
    opacity: 0 !important;
    transition: 1 !important
}

.index_banner .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.index_banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%
}

.index_banner .banner_position{
      bottom: 33px;
      z-index: 9;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
}
.index_banner .banner_position .swiper-pagination{
    position: static;
    width: fit-content;
}

.index_banner .banner_position .more{
    position: relative;
}

.index_banner .banner_position .more a{
    display: none;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    margin: 0 0 0 20px;
}
.index_banner .banner_position .more a.on{
    display: block;
}


.index_banner .swiper-pagination {
    bottom: 33px
}

.index_banner .swiper-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    position: relative;
    background: unset;
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: .4s
}

.index_banner .swiper-pagination .swiper-pagination-bullet .svg1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    height: 130%
}

.index_banner .swiper-pagination .swiper-pagination-bullet .svg1 .path-loop {
    stroke-dashoffset: 157px;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    transition: .6s
}

.index_banner .swiper-pagination .swiper-pagination-bullet .icon {
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 32px;
    transition: .4s
}

.index_banner .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    opacity: .5;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .4s;
    transform: translate(-50%, -50%)
}

.index_banner .swiper-pagination .swiper-pagination-bullet:hover:after {
    opacity: 1
}

.index_banner .swiper-pagination .swiper-pagination-bullet-active {
    border: 1px solid rgba(255, 255, 255, .5)
}

.index_banner .swiper-pagination .swiper-pagination-bullet-active .icon {
    transform: translate(-50%, -50%) scale(1) rotate(360deg)
}

.index_banner .swiper-pagination .swiper-pagination-bullet-active:after {
    opacity: 1
}

.index_banner .swiper-pagination .swiper-pagination-bullet-active .path-loop {
    animation: pathAnimate 5s ease forwards
}

.title h1 {
    font-weight: bold;
    font-size: 32px;
    color: #000;
    line-height: 1;
    margin-bottom: 10px
}

.title .line {
    width: 61px;
    height: 5px;
    background: linear-gradient(90deg, #C8161D, #EBA011)
}

.section2{
    background-color:#fff;
    pointer-events: all;
}

.sec1 {
    padding: 130px 0 33px;
}

.sec1 .wrap {
    width: 1440px;
    margin: 0 auto
}

.sec1 .wrap .title {
    margin-bottom: 38px
}

.sec1 .wrap .flex {
    display: flex;
    justify-content: space-between
}

.sec1 .wrap .flex .h2 {
    font-weight: bold;
    font-size: 18px;
    color: #111;
    transition: .6s;
}
.sec1 .wrap .flex .h2:hover{
    color: #c8161d;
}

.sec1 .wrap .flex .item {
    width: 407px
}

.sec1 .wrap .flex .item > a {
    display: block
}

.sec1 .wrap .flex .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.sec1 .wrap .flex .item a .img {
    width: 100%;
    height: 248px;
    overflow: hidden;
    margin-bottom: 20px
}

.sec1 .wrap .flex .item a .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 3s
}

.sec1 .wrap .flex .item a .text {
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
    position: relative
}
.sec1 .wrap .flex .item a:not(:last-child) .text{
    margin-bottom: 20px;
}
.sec1 .wrap .flex .item a .text .time {
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

.sec1 .wrap .flex .item a .text .time .iconfont {
    font-size: 12px;
    color: #c8161d;
    margin-right: 8px
}

.sec1 .wrap .flex .item a .text .time p {
    font-weight: 400;
    font-size: 14px;
    color: #666
}

.sec1 .wrap .flex .item a .text h5 {
    font-weight: 700;
    font-size: 16px;
    color: #111;
    transition: .4s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sec1 .wrap .flex .item a .text:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #c8161d;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform: scaleX(0);
    transform-origin: left;
    transition: .6s
}

.sec1 .wrap .flex .item a:hover .img img {
    transform: scale(1.1)
}

.sec1 .wrap .flex .item a:hover .text h5 {
    color: #c8161d
}

.sec1 .wrap .flex .item a:hover .text:after {
    transform: scaleX(1)
}

.sec1 .wrap .flex .item:nth-last-child(1) a .text .time .iconfont {
    color: #eba011
}

.sec1 .wrap .flex .item:nth-last-child(1) a .text:after {
    background: #eba011
}

.sec1 .wrap .flex .item:nth-last-child(1) a:hover .text h5 {
    color: #eba011
}

.sec1 .wrap .flex .item1 {
    width: 567px;
}
.sec1 .wrap .flex .item1 .swiper{
    box-shadow: 7px 7px 40px 0px rgba(44, 44, 55, .05)
}
.sec1 .wrap .flex .item1 .swiper a:hover .img img {
    transform: scale(1.1)
}

.sec1 .wrap .flex .item1 .swiper a:hover .text h5 {
    color: #c8161d
}

.sec1 .wrap .flex .item1 .swiper .img {
    width: 100%;
    height: 320px;
    overflow: hidden
}

.sec1 .wrap .flex .item1 .swiper .img img {
    width: 100%;
    height: 100%;
    transition: 3s
}

.sec1 .wrap .flex .item1 .swiper .time {
    width: 78px;
    height: 78px;
    background: linear-gradient(45deg, #C8161D, #EBA011);
    position: absolute;
    left: 27px;
    top: 256px;
    border: 4px solid #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.sec1 .wrap .flex .item1 .swiper .time span {
    display: block;
    margin: 0 auto 5px;
    font-weight: bold;
    font-size: 34px;
    color: #fff
}

.sec1 .wrap .flex .item1 .swiper .time p {
    font-weight: 400;
    font-size: 12px;
    color: #fff
}

.sec1 .wrap .flex .item1 .swiper .text {
    height: 290px;
    background: #fff;
    padding: 44px 35px 0;
    text-align: center
}

.sec1 .wrap .flex .item1 .swiper .text .h5 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .4s, transform .6s .3s
}

.sec1 .wrap .flex .item1 .swiper .text h5 {
    font-weight: bold;
    font-size: 20px;
    color: #111;
    margin-bottom: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .3s ease
}

.sec1 .wrap .flex .item1 .swiper .text p {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .4s, transform .6s .6s
}

.sec1 .wrap .flex .item1 .swiper .swiper-pagination {
    bottom: 45px
}

.sec1 .wrap .flex .item1 .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(200, 22, 29, 0);
    border: 1px solid rgba(200, 22, 29, .3);
    opacity: 1;
    transition: .4s
}

.sec1 .wrap .flex .item1 .swiper .swiper-pagination .swiper-pagination-bullet:hover {
    background: #c8161d
}

.sec1 .wrap .flex .item1 .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #c8161d
}

.sec1 .wrap .flex .item1 .swiper .swiper-slide-active .text .h5, .sec1 .wrap .flex .item1 .swiper .swiper-slide-active .text p {
    opacity: 1;
    transform: translateY(0)
}

.sec1 .wrap .flex .item1 .swiper .swiper-slide-active .text .h5 {
    transition-delay: .3s
}

.sec1 .wrap .flex .item1 .swiper .swiper-slide-active .text p {
    transition-delay: .4s
}

.sec2 {
    width: 100vw;
    position: relative;
    /* padding: 106px 0 0; */
    padding: 50px 0 0;
    margin: 0 0 134px
}

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

.sec2 .bg img {
    display: block;
    width: 100%
}

.sec2 .wrap {
    width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.sec2 .wrap .title_flex {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px
}

.sec2 .wrap .title_flex .btn {
    display: flex;
    align-items: center;
    display: none
}

.sec2 .wrap .title_flex .btn .iconfont {
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    border: 1px solid #e76f51;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    color: #e76f51;
    font-size: 20px;
    position: relative;
    transition: .3s ease
}

.sec2 .wrap .title_flex .btn .iconfont:hover {
    color: #fff;
    background: rgba(231, 111, 81, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    transform: scale(1.2)
}

.sec2 .wrap .title_flex .btn .iconfont:hover:after {
    opacity: 1
}

.sec2 .wrap .title_flex .btn .iconfont:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(45deg, #C8161D, #EBA011);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .4s
}

.sec2 .wrap .title_flex .btn .iconfont:before {
    z-index: 3
}

.sec2 .wrap .title_flex .btn .iconfont:nth-child(1):before {
    transform: rotate(180deg)
}

.sec2 .wrap .swiper {
    width: 100%;
    background: unset
}

.sec2 .wrap .swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide {
    width: 705px;
    border-radius: 15px;
    padding: 30px 0 40px 40px;
    display: flex;
    align-items: center;
    overflow: hidden
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide.w {
    width: 460px
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .label {
    width: fit-content;
    height: 30px;
    background: #fff;
    box-shadow: 4px 4px 10px 0px rgba(166, 109, 0, .2);
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 19px 0 12px;
    margin-bottom: 44px
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .label p {
    font-weight: 500;
    font-size: 14px
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .label .cir {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 10px
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide h5 {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    margin-bottom: 16px
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide a {
    display: flex;
    align-items: center;
    margin: 46px 0 0;
    width: fit-content;
    padding-bottom: 4px;
    position: relative
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
    transform-origin: left
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide a p {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin-right: 10px
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide a .iconfont {
    font-size: 14px;
    color: #fff
}

@keyframes an {
    0% {
        transform: scaleX(0)
    }
    100% {
        transform: scaleX(1)
    }
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide a:hover:after {
    animation: an .4s ease forwards
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .l {
    width: 252px
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .l > p {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    opacity: .8;
    height: 48px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .r {
    height: 250px;
    position: absolute;
    right: 50px
}

.sec2 .wrap .swiper .swiper-wrapper .swiper-slide .r img {
    height: 100%;
    max-width: unset;
    filter: grayscale(2) brightness(2.8);
    opacity: .2
}

.sec3 .wrap {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2
}


.sec3 .wrap .l {
    width: 930px
}


.sec3 .wrap .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px

}

.sec3 .wrap .top .title a h1{
    transition: all 1s;
}
.sec3 .wrap .top .title a:hover h1{
    color: #C8161D;
}


.links_more{
    display: flex;
    align-items: center;
}
.links_more p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin: 0 10px 0 0;
    transition: .6s
}

.links_more .bor {
    width: 16px;
    height: 16px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px
}

.links_more:hover p {
    margin: 0 20px 0 0;
}

.sec3 .wrap .l .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.sec3 .wrap .l .flex a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 450px;
    height: 160px;
    background: #fff;
    margin: 0 0 40px;
    padding: 30px 45px 35px 35px;
    position: relative;
    box-shadow: 6px 6px 30px 0px rgba(44, 44, 55, .08);
    overflow: hidden
}

.sec3 .wrap .l .flex a:after {
    content: "";
    width: 5px;
    height: 160px;
    background: #c8161d;
    position: absolute;
    top: 0;
    left: 0
}

.sec3 .wrap .l .flex a:nth-child(2n):after {
    background: #eba011
}

.sec3 .wrap .l .flex a .bg {
    display: block;
    width: 178px;
    opacity: .1;
    position: absolute;
    right: 0;
    bottom: -52px;
    z-index: 1
}

.sec3 .wrap .l .flex a h5 {
    width: 350px;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    line-height: 28px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: .4s ease
}

.sec3 .wrap .l .flex a .line_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.sec3 .wrap .l .flex a .line_flex .time {
    font-weight: 500;
    font-size: 14px;
    color: #888;
    transition: .4s ease
}

.sec3 .wrap .l .flex a .line_flex .line {
    width: 256px;
    height: 1px;
    background: #e6e6e6;
    transition: .4s ease
}

.sec3 .wrap .l .flex a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #C8161D, #EBA011);
    z-index: 1;
    transition: 1s ease;
    transform: translateX(-100%)
}

.sec3 .wrap .l .flex a:hover:before {
    transform: translateX(0)
}

.sec3 .wrap .l .flex a:hover h5 {
    color: #fff
}

.sec3 .wrap .l .flex a:hover .line_flex .time {
    color: #fff
}

.sec3 .wrap .l .flex a:hover .line_flex .line {
    background: #fff
}

.sec3 .wrap .l .flex a:nth-last-child(1), .sec3 .wrap .l .flex a:nth-last-child(2) {
    margin: 0
}

.sec3 .wrap .r {
    width: 460px
}

.sec3 .wrap .r .flex {
    height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 6px 6px 30px 0px rgba(44, 44, 55, .08)
}

.sec3 .wrap .r .flex .item {
    width: 100%;
    padding: 33px 0 0 40px;
    background: #fff;
    height: inherit;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.sec3 .wrap .r .flex .item:hover:after {
    transform: translateX(0)
}

.sec3 .wrap .r .flex .item:hover .yellow .line {
    background: #fff
}

.sec3 .wrap .r .flex .item:hover .yellow .iconfont, .sec3 .wrap .r .flex .item:hover .yellow .time {
    color: #fff
}

.sec3 .wrap .r .flex .item:hover .p1 {
    color: #fff
}

.sec3 .wrap .r .flex .item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #C8161D, #EBA011);
    z-index: -1;
    transition: 1s ease;
    transform: translateX(-100%)
}

.sec3 .wrap .r .flex .item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6
}

.sec3 .wrap .r .flex .item .yellow {
    display: flex;
    align-items: center;
    margin: 0 0 13px;
    transform: translateX(-40px)
}

.sec3 .wrap .r .flex .item .yellow .line {
    width: 30px;
    height: 1px;
    background: #eba011;
    transition: .4s ease
}

.sec3 .wrap .r .flex .item .yellow .iconfont {
    font-size: 14px;
    color: #eba011;
    margin: 0 10px;
    transition: .4s ease
}

.sec3 .wrap .r .flex .item .yellow .time {
    font-weight: 400;
    font-size: 14px;
    color: #eba011;
    transition: .4s ease
}

.sec3 .wrap .r .flex .item .p1 {
    font-weight: bold;
    font-size: 18px;
    color: #111;
    transition: .4s ease;
    width: 84%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec4 {
    padding: 130px 0 20px 0;
    position: relative;
    z-index: 5
}

.sec4 .wrap {
    width: 1440px;
    margin: auto
}

.sec4 .wrap .content {
    margin: 30px 0 0 0
}

.sec4 .wrap .content .sec4Swiper {
    height: 501px
}

.sec4 .wrap .content .sec4Swiper .swiper-slide {
    /*opacity: 0 !important;*/
    transition: 1s
}

.sec4 .wrap .content .sec4Swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.sec4 .wrap .content .sec4Swiper img {
    width: 100%;
    height: 100%;
    border-radius: 20px
}

.sec4 .wrap .content .cut {
    display: flex;
    justify-content: space-between;
    margin: 29px 0 0 0;
    gap: 0 20px;
}

.sec4 .wrap .content .cut .img {
    width: 100%;
    height: 160px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
}

.sec4 .wrap .content .cut .img img {
    width: 100%;
    height: 100%
}

.sec5 {
    padding: 100px 0 124px 0;
    position: relative;
    z-index: 1
}

.sec5 .bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1
}

.sec5 .wrap {
    width: 1440px;
    margin: auto
}

.sec5 .wrap .title {
    text-align: center;
    margin: 0 0 60px
}

.sec5 .wrap .title .line {
    margin: auto
}

.sec5 .wrap .cut {
    display: flex;
    justify-content: center;
    position: relative;
    width: fit-content;
    margin: auto
}

.sec5 .wrap .cut.aos-animate .after {
    clip-path: inset(0 0 0 0)
}

.sec5 .wrap .cut .display {
    display: flex;
    align-items: center
}

.sec5 .wrap .cut .after {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    clip-path: inset(0 100% 0 0);
    transition: 2s
}

.sec5 .wrap .cut .cut_list {
    text-align: center;
    cursor: pointer
}

.sec5 .wrap .cut .cut_list.on .circle:after {
    opacity: 1
}

.sec5 .wrap .cut .cut_list.on .text {
    color: rgba(0, 0, 0, 0)
}

.sec5 .wrap .cut .cut_list.on .text:after {
    opacity: 1
}

.sec5 .wrap .cut .cut_list:not(:last-child) {
    margin: 0 155px 0 0
}

.sec5 .wrap .cut .cut_list .circle {
    width: 100px;
    height: 100px;
    background: #e9c46a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.sec5 .wrap .cut .cut_list .circle:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #C8161D, #EBA011);
    box-shadow: 7px 7px 20px 0px rgba(235, 83, 7, .3);
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: .4s ease
}

.sec5 .wrap .cut .cut_list .circle img {
    max-width: 54px;
    filter: invert(100%)
}

.sec5 .wrap .cut .cut_list .text {
    font-weight: 500;
    font-size: 18px;
    color: #666;
    width: fit-content;
    margin: 10px auto 0;
    position: relative;
    transition: .4s ease
}

.sec5 .wrap .cut .cut_list .text:after {
    content: attr(data-text);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    background: linear-gradient(-81deg, #FFA286 0%, #DD562E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    opacity: 0;
    transition: .4s ease
}

.sec5 .wrap .content {
    margin: 69px 0 0 0;
    position: relative
}

.sec5 .wrap .content .sec5Swiper {
    width: 100%;
    overflow: unset
}

.sec5 .wrap .content .sec5Swiper .swiper-slide.swiper-slide-active .matter {
    pointer-events: auto
}

.sec5 .wrap .content .sec5Swiper .swiper-slide.swiper-slide-active .matter .big {
    transition-delay: .4s;
    transform: translateY(0);
    opacity: 1
}

.sec5 .wrap .content .sec5Swiper .swiper-slide.swiper-slide-active .matter .small .item {
    transition-delay: .5s;
    transform: translateY(0);
    opacity: 1
}

.sec5 .wrap .content .sec5Swiper .swiper-slide.swiper-slide-active .matter .small .item:nth-child(2) {
    transition-delay: .6s
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter {
    display: flex;
    justify-content: space-between;
    height: 500px;
    pointer-events: none;
    position: relative;
    width: 100%
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter .big {
    width: 710px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .4s, transform .6s .4s;
    box-shadow: 6px 6px 30px 0px rgba(44, 44, 55, .08);
    border-radius: 15px
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter .big .item .text {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 51px;
    background: #fff
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter .small {
    width: 710px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter .small .item {
    display: flex;
    height: 240px;
    background: rgba(200, 22, 29, 0);
    border-radius: 15px;
    border: 1px solid #e6e6e6;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .4s, transform .6s .4s
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter .small .item:nth-child(2) {
    transition: opacity .4s, transform .6s .4s
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter .small .item .img {
    width: 350px;
    height: 100%
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter .small .item .text {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    flex: 1
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter .small .item .text .pick {
    width: 100%
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter .item {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 15px
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter .item:hover .img img {
    transform: scale(1.05)
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter .item:hover .text .pick {
    color: #c8161d
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter .item:hover .text .more:after {
    opacity: 1
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter .item:hover .text .more .iconfont {
    transform: rotate(0)
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter .item .img {
    width: 100%;
    overflow: hidden;
    border-radius: 15px
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter .item .text .pick {
    font-size: 18px;
    color: #000;
    line-height: 24px;
    font-weight: bold;
    transition: .3s ease
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter .item .text .more {
    width: 46px;
    height: 46px;
    background: #e9c46a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter .item .text .more:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #C8161D, #EBA011);
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    transition: .4s ease
}

.sec5 .wrap .content .sec5Swiper .swiper-slide .matter .item .text .more .iconfont {
    color: #fff;
    font-size: 20px;
    transition: .4s ease;
    transform: rotate(-45deg)
}

.sec6 {
    position: relative;
    z-index: 1;
    padding: 91px 0 82px 0
}

.sec6 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.sec6 .wrap {
    width: 1440px;
    margin: auto
}

.sec6 .wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 56px
}

.sec6 .wrap .top .title h1 {
    color: #fff
}

.sec6 .wrap .top .title .line {
    background: #fff
}

.sec6 .wrap .top .more {
    display: flex;
    align-items: center
}

.sec6 .wrap .top .more p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 0 10px 0 0;
    transition: .6s
}

.sec6 .wrap .top .more .bor {
    width: 16px;
    height: 16px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d38127;
    font-size: 10px
}

.sec6 .wrap .top .more:hover p {
    margin: 0 20px 0 0
}

.sec6 .wrap .content {
    display: flex;
    justify-content: space-between
}

.sec6 .wrap .content .matter {
    width: 714px;
    height: 663px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.sec6 .wrap .content .matter:nth-child(2) {
    flex-direction: column-reverse
}

.sec6 .wrap .content .matter .big {
    height: 400px;
    width: 100%
}

.sec6 .wrap .content .matter .small {
    height: 251px;
    display: flex;
    justify-content: space-between
}

.sec6 .wrap .content .matter .small .item {
    width: 351px
}

.sec6 .wrap .content .matter .item {
    width: 100%;
    position: relative;
    cursor: pointer
}

.sec6 .wrap .content .matter .item .text {
    position: absolute;
    left: 30px;
    bottom: 20px;
    z-index: 5;
    font-weight: bold;
    font-size: 16px;
    color: #fff
}

.sec6 .wrap .content .matter .item .img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.sec6 .wrap .content .matter .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.sec6 .wrap .content .matter .item:hover .img img {
    transform: scale(1.05)
}

.svg {
    display: none
}

@keyframes pathAnimate {
    0% {
        stroke-dashoffset: 157px
    }
    100% {
        stroke-dashoffset: 19px
    }
}


@media screen and (max-width: 1920px) {
    .index_banner .banner_position {
        bottom: 1.71875vw;
      }
      /* .index_banner .swiper-pagination .swiper-pagination-bullet {
        width: 1.66666667vw;
        height: 1.66666667vw;
        border: 0.05208333vw solid rgba(255, 255, 255, 0);
      }
      .index_banner .swiper-pagination .swiper-pagination-bullet .svg1 .path-loop {
        stroke-dashoffset: 8.17708333vw;
        stroke-width: 0.10416667vw;
      }
      .index_banner .swiper-pagination .swiper-pagination-bullet .icon {
        width: 1.66666667vw;
      } */
      .index_banner .swiper-pagination .swiper-pagination-bullet:after {
        width: 0.52083333vw;
        height: 0.52083333vw;
      }
      .index_banner .swiper-pagination .swiper-pagination-bullet-active {
        border: 0.05208333vw solid rgba(255, 255, 255, 0.5);
      }
      .title h1 {
        font-size: 1.66666667vw;
        margin-bottom: 0.52083333vw;
      }
      .title .line {
        width: 3.17708333vw;
        height: 0.26041667vw;
      }
      .sec1 {
        padding: 6.77083333vw 0 1.71875vw;
      }
      .sec1 .wrap {
        width: 75vw;
      }
      .sec1 .wrap .title {
        margin-bottom: 1.97916667vw;
      }
      .sec1 .wrap .flex .h2 {
        font-size: 0.9375vw;
      }
      .sec1 .wrap .flex .item {
        width: 21.19791667vw;
      }
      .sec1 .wrap .flex .top {
        margin-bottom: 0.83333333vw;
      }
      .sec1 .wrap .flex .item a .img {
        height: 12.91666667vw;
        margin-bottom: 1.04166667vw;
      }
      .sec1 .wrap .flex .item a .text {
        padding-bottom: 1.04166667vw;
        border-bottom: 0.05208333vw solid #dbdbdb;
      }
    .sec1 .wrap .flex .item a:not(:last-child) .text{
        margin-bottom: 1.04166667vw;
    }
      .sec1 .wrap .flex .item a .text .time {
        margin-bottom: 0.625vw;
      }
      .sec1 .wrap .flex .item a .text .time .iconfont {
        font-size: 0.625vw;
        margin-right: 0.41666667vw;
      }
      .sec1 .wrap .flex .item a .text .time p {
        font-size: 0.72916667vw;
      }
      .sec1 .wrap .flex .item a .text h5 {
        font-size: 0.83333333vw;
      }
      .sec1 .wrap .flex .item a .text:after {
        height: 0.10416667vw;
        bottom: -0.05208333vw;
      }
      .sec1 .wrap .flex .item1 {
        width: 29.53125vw;
      }
      .sec1 .wrap .flex .item1 .swiper{
        box-shadow: 0.36458333vw 0.36458333vw 2.08333333vw 0px rgba(44, 44, 55, 0.05);
      }
      .sec1 .wrap .flex .item1 .swiper .img {
        height: 16.66666667vw;
      }
      .sec1 .wrap .flex .item1 .swiper .time {
        width: 4.0625vw;
        height: 4.0625vw;
        left: 1.40625vw;
        top: 13.33333333vw;
        border: 0.20833333vw solid #fff;
      }
      .sec1 .wrap .flex .item1 .swiper .time span {
        margin: 0 auto 0.26041667vw;
        font-size: 1.77083333vw;
      }
      .sec1 .wrap .flex .item1 .swiper .time p {
        font-size: 0.625vw;
      }
      .sec1 .wrap .flex .item1 .swiper .text {
        height: 15.10416667vw;
        padding: 2.29166667vw 1.82291667vw 0;
      }
      .sec1 .wrap .flex .item1 .swiper .text .h5 {
        transform: translateY(2.08333333vw);
      }
      .sec1 .wrap .flex .item1 .swiper .text h5 {
        font-size: 1.04166667vw;
        margin-bottom: 1.25vw;
      }
      .sec1 .wrap .flex .item1 .swiper .text p {
        font-size: 0.83333333vw;
        line-height: 1.35416667vw;
        transform: translateY(2.08333333vw);
      }
      .sec1 .wrap .flex .item1 .swiper .swiper-pagination {
        bottom: 2.34375vw;
      }
      .sec1 .wrap .flex .item1 .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 0.625vw;
        height: 0.625vw;
        border: 0.05208333vw solid rgba(200, 22, 29, 0.3);
      }
      .sec2 {
        padding: 2.60416667vw 0 0;
        margin: 0 0 6.97916667vw;
      }
      .sec2 .wrap {
        width: 75vw;
      }
      .sec2 .wrap .title_flex {
        margin: 0 0 1.5625vw;
      }
      .sec2 .wrap .title_flex .btn .iconfont {
        width: 2.39583333vw;
        height: 2.39583333vw;
        border: 0.05208333vw solid #e76f51;
        margin-left: 0.625vw;
        font-size: 1.04166667vw;
      }
      .sec2 .wrap .title_flex .btn .iconfont:hover {
        border: 0.05208333vw solid rgba(0, 0, 0, 0);
      }
      .sec2 .wrap .swiper .swiper-wrapper {
        gap: 1.5625vw;
      }
      .sec2 .wrap .swiper .swiper-wrapper .swiper-slide {
        width: 36.71875vw;
        border-radius: 0.78125vw;
        padding: 1.5625vw 0 2.08333333vw 2.08333333vw;
      }
      .sec2 .wrap .swiper .swiper-wrapper .swiper-slide.w {
        width: 23.95833333vw;
      }
      .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .label {
        height: 1.5625vw;
        box-shadow: 0.20833333vw 0.20833333vw 0.52083333vw 0px rgba(166, 109, 0, 0.2);
        border-radius: 0.3125vw;
        padding: 0 0.98958333vw 0 0.625vw;
        margin-bottom: 2.29166667vw;
      }
      .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .label p {
        font-size: 0.72916667vw;
      }
      .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .label .cir {
        width: 0.67708333vw;
        height: 0.67708333vw;
        margin-right: 0.52083333vw;
      }
      .sec2 .wrap .swiper .swiper-wrapper .swiper-slide h5 {
        font-size: 1.25vw;
        margin-bottom: 0.83333333vw;
      }
      .sec2 .wrap .swiper .swiper-wrapper .swiper-slide a {
        margin: 2.39583333vw 0 0;
        padding-bottom: 0.20833333vw;
      }
      .sec2 .wrap .swiper .swiper-wrapper .swiper-slide a:after {
        height: 0.05208333vw;
      }
      .sec2 .wrap .swiper .swiper-wrapper .swiper-slide a p {
        font-size: 0.72916667vw;
        margin-right: 0.52083333vw;
      }
      .sec2 .wrap .swiper .swiper-wrapper .swiper-slide a .iconfont {
        font-size: 0.72916667vw;
      }
      .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .l {
        width: 13.125vw;
      }
      .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .l > p {
        font-size: 0.72916667vw;
        line-height: 1.25vw;
        height: 2.5vw;
      }
      .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .r {
        height: 13.02083333vw;
        right: 2.60416667vw;
      }
      .sec3 .wrap {
        width: 75vw;
      }
      .sec3 .wrap .l {
        width: 48.4375vw;
      }
      .sec3 .wrap .top {
        margin: 0 0 2.08333333vw;
      }
      .links_more p {
        font-size: 0.83333333vw;
        margin: 0 0.52083333vw 0 0;
      }
      .links_more .bor {
        width: 0.83333333vw;
        height: 0.83333333vw;
        font-size: 0.52083333vw;
      }
      .links_more:hover p {
        margin: 0 1.04166667vw 0 0;
      }
      .sec3 .wrap .l .flex a {
        width: 23.4375vw;
        height: 8.33333333vw;
        margin: 0 0 2.08333333vw;
        padding: 1.5625vw 2.34375vw 1.82291667vw 1.82291667vw;
        box-shadow: 0.3125vw 0.3125vw 1.5625vw 0px rgba(44, 44, 55, 0.08);
      }
      .sec3 .wrap .l .flex a:after {
        width: 0.26041667vw;
        height: 8.33333333vw;
      }
      .sec3 .wrap .l .flex a .bg {
        width: 9.27083333vw;
        bottom: -2.70833333vw;
      }
      .sec3 .wrap .l .flex a h5 {
        width: 18.22916667vw;
        font-size: 1.04166667vw;
        line-height: 1.45833333vw;
      }
      .sec3 .wrap .l .flex a .line_flex .time {
        font-size: 0.72916667vw;
      }
      .sec3 .wrap .l .flex a .line_flex .line {
        width: 13.33333333vw;
        height: 0.05208333vw;
      }
      .sec3 .wrap .r {
        width: 23.95833333vw;
      }
      .sec3 .wrap .r .flex {
        height: 29.16666667vw;
        box-shadow: 0.3125vw 0.3125vw 1.5625vw 0px rgba(44, 44, 55, 0.08);
      }
      .sec3 .wrap .r .flex .item {
        padding: 1.71875vw 0 0 2.08333333vw;
      }
      .sec3 .wrap .r .flex .item:not(:last-child) {
        border-bottom: 0.05208333vw solid #e6e6e6;
      }
      .sec3 .wrap .r .flex .item .yellow {
        margin: 0 0 0.67708333vw;
        transform: translateX(-2.08333333vw);
      }
      .sec3 .wrap .r .flex .item .yellow .line {
        width: 1.5625vw;
        height: 0.05208333vw;
      }
      .sec3 .wrap .r .flex .item .yellow .iconfont {
        font-size: 0.72916667vw;
        margin: 0 0.52083333vw;
      }
      .sec3 .wrap .r .flex .item .yellow .time {
        font-size: 0.72916667vw;
      }
      .sec3 .wrap .r .flex .item .p1 {
        font-size: 0.9375vw;
      }
      .sec4 {
        padding: 6.77083333vw 0 1.04166667vw 0;
      }
      .sec4 .wrap {
        width: 75vw;
      }
      .sec4 .wrap .content {
        margin: 1.5625vw 0 0 0;
      }
      .sec4 .wrap .content .sec4Swiper {
        height: 26.09375vw;
      }
      .sec4 .wrap .content .sec4Swiper img {
        border-radius: 1.04166667vw;
      }
      .sec4 .wrap .content .cut {
        margin: 1.51041667vw 0 0 0;
          gap: 0 1.0416666666666667vw;
      }
      .sec4 .wrap .content .cut .img {
        width: 100%;
        height: 8.33333333vw;
        border-radius: 0.78125vw;
      }
      .sec5 {
        padding: 5.20833333vw 0 6.45833333vw 0;
      }
      .sec5 .wrap {
        width: 75vw;
      }
      .sec5 .wrap .title {
        margin: 0 0 3.125vw;
      }
      .sec5 .wrap .cut .cut_list:not(:last-child) {
        margin: 0 8.07291667vw 0 0;
      }
      .sec5 .wrap .cut .cut_list .circle {
        width: 5.20833333vw;
        height: 5.20833333vw;
      }
      .sec5 .wrap .cut .cut_list .circle:after {
        box-shadow: 0.36458333vw 0.36458333vw 1.04166667vw 0px rgba(235, 83, 7, 0.3);
      }
      .sec5 .wrap .cut .cut_list .circle img {
        max-width: 2.8125vw;
      }
      .sec5 .wrap .cut .cut_list .text {
        font-size: 0.9375vw;
        margin: 0.52083333vw auto 0;
      }
      .sec5 .wrap .cut .cut_list .text:after {
        font-size: 0.9375vw;
        line-height: 1.35416667vw;
      }
      .sec5 .wrap .content {
        margin: 3.59375vw 0 0 0;
      }
      .sec5 .wrap .content .sec5Swiper .swiper-slide .matter {
        height: 26.04166667vw;
      }
      .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .big {
        width: 36.97916667vw;
        transform: translateY(0.52083333vw);
        box-shadow: 0.3125vw 0.3125vw 1.5625vw 0px rgba(44, 44, 55, 0.08);
        border-radius: 0.78125vw;
      }
      .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .big .item .text {
        height: 5.20833333vw;
        padding: 0 2.65625vw;
      }
      .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .small {
        width: 36.97916667vw;
      }
      .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .small .item {
        height: 12.5vw;
        border-radius: 0.78125vw;
        border: 0.05208333vw solid #e6e6e6;
        transform: translateY(0.52083333vw);
      }
      .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .small .item .img {
        width: 18.22916667vw;
      }
      .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .small .item .text {
        padding: 2.08333333vw;
      }
      .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .item {
        border-radius: 0.78125vw;
      }
      .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .item .img {
        border-radius: 0.78125vw;
      }
      .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .item .text .pick {
        font-size: 0.9375vw;
        line-height: 1.25vw;
      }
      .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .item .text .more {
        width: 2.39583333vw;
        height: 2.39583333vw;
      }
      .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .item .text .more .iconfont {
        font-size: 1.04166667vw;
      }
      .sec6 {
        padding: 4.73958333vw 0 4.27083333vw 0;
      }
      .sec6 .wrap {
        width: 75vw;
      }
      .sec6 .wrap .top {
        margin: 0 0 2.91666667vw;
      }
      .sec6 .wrap .top .more p {
        font-size: 0.83333333vw;
        margin: 0 0.52083333vw 0 0;
      }
      .sec6 .wrap .top .more .bor {
        width: 0.83333333vw;
        height: 0.83333333vw;
        font-size: 0.52083333vw;
      }
      .sec6 .wrap .top .more:hover p {
        margin: 0 1.04166667vw 0 0;
      }
      .sec6 .wrap .content .matter {
        width: 37.1875vw;
        height: 34.53125vw;
      }
      .sec6 .wrap .content .matter .big {
        height: 20.83333333vw;
      }
      .sec6 .wrap .content .matter .small {
        height: 13.07291667vw;
      }
      .sec6 .wrap .content .matter .small .item {
        width: 18.28125vw;
      }
      .sec6 .wrap .content .matter .item .text {
        left: 1.5625vw;
        bottom: 1.04166667vw;
        font-size: 0.83333333vw;
      }
      /* @keyframes pathAnimate {
        0% {
          stroke-dashoffset: 8.17708333vw;
        }
        100% {
          stroke-dashoffset: 0.98958333vw;
        }
      } */

}

@media screen and (max-width: 1024px) {
    .index_banner{
        position: relative;
        height: auto;
        padding-top: 60px;
    }
    .section1{
        display: none;
    }
    #fullPage{
        pointer-events: all;
    }
    .fp-enabled body{
        overflow: scroll !important;
    }
    .sec1 .wrap{
        width: 90%;
    }
    .title h1{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .title .line{
        width: 30px;
        height: 3px;
    }
    .sec1{
        padding: 60px 0;
    }

    .index_banner .swiper-pagination .swiper-pagination-bullet {
        width: 30px;
        margin: 0 10px;
        height: 30px;
    }
    .index_banner .swiper-pagination .swiper-pagination-bullet .icon{
        width: 20px;
    }
    .index_banner .banner_position{
        bottom: 30px;
    }
    .index_banner .banner_position .swiper-pagination{
        display: flex;
    }
    .index_banner .banner_position .more a{
        margin: 0 0 0 10px;
    }
    .sec1 .wrap .flex .h2{
        font-size: 16px;
    }
    .sec1 .wrap .title{
        margin-bottom: 30px;
    }
    .sec1 .wrap .flex {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sec1 .wrap .flex .item1{
        order: 1;
        width: 100%;
        margin-bottom: 40px;
    }
    .sec1 .wrap .flex .item{
        order: 2;
        width: 48%;
    }
    .sec1 .wrap .flex .item1 .swiper .img{
        height: auto;
    }
    .sec1 .wrap .flex .item1 .swiper .text h5{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sec1 .wrap .flex .item1 .swiper .text p{
        font-size: 14px;
        line-height: 1.6;
    }
    .sec1 .wrap .flex .item1 .swiper .text{
        height: 210px;
        padding:50px 20px;
    }
    .sec1 .wrap .flex .item1 .swiper .time {
        top: 48.333333vw;
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
        border-width:3px ;
        left: 20px;
    }
    .theory .wrap .grid .item .text .time div {
        width: 50px;
        height: 50px;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .sec1 .wrap .flex .item1 .swiper .time p{
        font-size: 10px;
    }
    .sec1 .wrap .flex .item1 .swiper .time span{
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 1;
    }
    .sec1 .wrap .flex .top{
        margin-bottom: 20px;
    }
    .sec1 .wrap .flex .item a .img{
        height: auto;
    }
    .sec1 .wrap .flex .item a .img {
        height: 30.916667vw;
    }
    .sec1 .wrap .flex .item1 .swiper .swiper-pagination {
        bottom: 20px;
    }
    .sec1 .wrap .flex .item1 .swiper .text p,
    .sec1 .wrap .flex .item1 .swiper .text h5{
        text-align: left;
    }

    .sec1 .wrap .flex .item a .text .time .iconfont,
    .sec1 .wrap .flex .item a .text .time p {
        font-size: 12px;
    }
    .sec1 .wrap .flex .item a .text h5{
        font-size: 14px;
    }
    .sec1 .wrap .flex .item a .text {
        padding-bottom: 15px;
    }
    .sec1 .wrap .flex .item a:not(:last-child) .text{
        margin-bottom: 15px;
    }
    .sec1 .wrap .flex .item a .text .time{
        margin-bottom: 10px;
    }
    .sec1 .wrap .flex .item a .img{
        margin-bottom: 15px;
    }
    .sec1 .wrap .flex .item1 .swiper .img{
        position: relative;
        overflow: unset;
    }
    .sec1 .wrap .flex .item1 .swiper .time{
        top: auto;
        bottom: -30px;
    }
    .sec1 .wrap .flex .item1 .swiper .swiper-pagination .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .index_banner .swiper-pagination .swiper-pagination-bullet:after{
        width: 5px;
        height:5px;
    }
    .sec2{
        padding: 0;
        margin-bottom: 60px;
    }
    .sec2 .wrap{
        width: 90%;
    }

    .sec2 .wrap .title_flex{
        margin-bottom: 30px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide{
        width: 49%;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide.w{
        width: 32%;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .label p{
        font-size: 12px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .label .cir{
        width: 10px;
        height: 10px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .label{
        height: 20px;
        padding: 0 10px;
        border-radius: 3px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide h5{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .l {
        width: 200px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .l > p{
        font-size: 12px;
        line-height: 1.6;
        height: auto;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide a p{
        font-size: 12px;
        margin-right: 10px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide a .iconfont{
        font-size: 12px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide a:after{
        height: 1px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide{
        padding: 20px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide a{
        margin-top: 20px;
    }

    .sec3 .wrap{
        width: 90%;
    }
    .sec3 .wrap .top{
        margin-bottom: 30px;
    }
    .sec3 .wrap .l{
        width: 100%;
    }
    .sec3 .wrap .r {
        width: 100%;
    }
    .sec3 .wrap .l .flex a{
        width: 49%;
        height: 120px;
    }
    .sec3 .wrap .l .flex a h5{
        font-size: 16px;
        line-height: 1.6;
        width: 100%;
    }
    .sec3 .wrap .l .flex a .line_flex .time{
        font-size: 12px;
    }
    .sec3 .wrap{
        flex-direction: column;
    }
    .sec3 .wrap .l{
        margin-bottom: 50px;
    }
    .sec3 .wrap .l .flex a:after{
        width: 3px;
        height: 100%;
    }
    .sec3 .wrap .l .flex a .line_flex .line{
        flex: 1;
        height: 1px;
        margin-left: 30px;
    }
    .sec3 .wrap .r .flex .item .yellow .iconfont{
        font-size: 12px;
    }
    .sec3 .wrap .r .flex .item .yellow .time {
        font-size: 12px;
    }
    .sec3 .wrap .r .flex .item{
        padding: 20px;
        height: auto;
    }
    .sec3 .wrap .r .flex .item:not(:last-child){
        border-width: 1px;
    }
    .sec3 .wrap .r .flex .item .p1{
        font-size: 14px;
    }
    .sec3 .wrap .r .flex {
        height: auto;
    }
    .sec3 .wrap .r .flex .item::after {
        transform: translateX(-101%);
    }
    .sec3 .wrap .l .flex a{
        padding: 20px;
        margin-bottom: 10px;
    }
    .sec3 .wrap .l .flex a:nth-last-child(1), .sec3 .wrap .l .flex a:nth-last-child(2){
        margin-bottom: 10px;
    }
    .sec3 .wrap .r .flex .item .yellow .line{
        width: 20px;
        height: 1px;
    }
    .sec3 .wrap .r .flex .item .yellow{
        margin-bottom: 10px;
        transform: translateX(-20px);
    }
    .sec4 .wrap{
        width: 90%;
    }
    .sec4 .wrap .content{
        margin-top: 30px;
    }
    .sec4 .wrap .content .cut .img{
        flex: 1;
        height: auto;
        border-radius: 5px;
    }
    .sec4 .wrap .content .cut{
        margin-top: 20px;
    }
    .sec4 .wrap .content .cut .img:not(:last-child){
        margin-right: 20px;
    }
    .sec5 .wrap{
        width: 90%;
    }
    .sec5 .wrap .content .sec5Swiper .swiper-slide .matter{
        flex-wrap: wrap;
    }

    .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .big{
        width: 100%;
        margin-bottom: 30px;
    }
    .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .small{
        width: 100%;
    }
    .sec5 .wrap .content .sec5Swiper .swiper-slide .matter {
        height: auto;
    }
    .sec3 .wrap .r .flex{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        box-shadow: none;
        gap:20px 0 ;
    }
    .sec3 .wrap .r .flex .item{
        width: 49%;
        box-shadow: 0.3125vw 0.3125vw 1.5625vw 0px rgba(44, 44, 55, 0.08);
    }
    .sec4{
        padding-top: 60px;
    }
    .sec5 .wrap .cut .after{
        clip-path: none;
    }
    .sec5 .wrap .cut .cut_list .text::after,
    .sec5 .wrap .cut .cut_list .text{
        font-size: 14px;
        line-height: 1.6;
    }
    .sec5 .wrap .cut{
        width: 100%;
    }
    .sec5 .wrap .cut .display{
        width: 100%;
        justify-content: space-between;
    }
    .sec5 .wrap .cut .cut_list:not(:last-child){
        margin-right: 0;
    }
    .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .item .text .pick{
        font-size: 14px;
        line-height: 1.6;
    }
    .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .big .item .text{
        height: auto;
        padding: 20px;
    }
    .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .small .item .img {
        width: 40%;
    }
    .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .small .item {
        height: 20.5vw;
        border-width: 1px;
    }
    .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .small .item:not(:last-child){
        margin-bottom: 20px;
    }
    .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .small .item .text{
        padding: 20px;
    }
    .sec5 .wrap .cut .cut_list .circle{
        width: 60px;
        height: 60px;
    }
    .sec5 .wrap .cut .cut_list .circle img {
        max-width: 3.8125vw;
    }
    .sec5 .wrap .cut .cut_list .text{
        margin-top: 5px;
    }
    .sec5 .wrap .title{
        margin-bottom: 30px;
    }
    .sec5{
        padding-top: 50px;
    }
    .sec5 .wrap .content{
        margin-top: 40px;
    }
    .title h1{
        text-align: left;
    }
    .sec5 .wrap .title .line{
        margin-left: 0;
    }
    .sec6 .wrap{
        width: 90%;
    }
    .sec6 .wrap .content .matter{
        width: 50%;
        height:auto;
    }
    .sec6 .wrap .content .matter .big {
        height:auto;
    }
    .sec6 .wrap .content .matter .small .item{
        width: 50%;
    }
    .sec6 .wrap .content .matter .small,
    .sec6 .wrap .content .matter,
    .sec6 .wrap .content{
        gap: 10px;
    }
    .sec6 .wrap .content .matter .item .text{
        left: 10px;
        bottom: 10px;
        font-size: 14px;
    }
    .sec6{
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .sec6 .wrap .content .matter .small{
        height:auto;
    }
    .x-footer{
        margin:0 !important;
    }
    .sec1 .wrap .flex .item1 .swiper a:hover .img img{
        transform: scale(1);
    }
}
@media screen and (max-width: 820px) {
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide.w {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .sec1 {
        padding: 40px 0;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide .r {
        height: 20.020833vw;
    }
    .sec1 .wrap .flex .item1 .swiper .time {
        /* top: 42.333333vw; */
        left: 15px;
    }
    .sec1 .wrap .flex .item1 .swiper .text h5 {
        font-size: 16px;
    }
    .sec1 .wrap .flex .item{
        width: 100%;
    }
    .sec1 .wrap .flex .item:not(:last-child){
        margin-bottom: 20px;
    }
    .sec1 .wrap .flex .item a .img{
        height: auto;
    }
    .sec1 .wrap .flex .item1 .swiper .text {
        padding: 50px 15px;
    }
    .sec1 .wrap .flex .item1 .swiper .text p {
        font-size: 12px;
    }
    .sec1 .wrap .flex .item a .text .time .iconfont{
        margin-right: 5px;
    }
    .sec2{
        margin-bottom: 40px;
    }
    .sec2 .wrap .swiper .swiper-wrapper .swiper-slide{
        width: 100%;
    }
    .sec3 .wrap .l .flex a{
        width: 100%;
    }
    .sec4 .wrap .content .cut{
        margin-top: 10px;
    }
    .sec4 .wrap .content .cut .img:not(:last-child) {
        margin-right: 10px;
    }
    .sec4 .wrap .content .cut{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    /*.sec4 .wrap .content .cut .img{*/
    /*    width: 49%;*/
    /*}*/
    .title h1 {
        font-size: 20px;
    }
    .sec3 .wrap .r .flex .item{
        width: 100%;
    }
    .sec3 .wrap .r .flex{
        gap:10px 0 ;
    }
    .sec4{
        padding-top: 40px;
    }
    .sec5 .wrap .cut .cut_list .text::after, .sec5 .wrap .cut .cut_list .text{
        font-size: 12px;
    }
    .sec5 .wrap .cut .cut_list .circle img {
        max-width: 4.8125vw;
    }
    .sec5 .wrap .cut .cut_list .circle{
        width: 48px;
        height: 48px;
    }
    .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .small .item{
        flex-direction: column;
        height: auto;
    }
    .sec5 .wrap .content .sec5Swiper .swiper-slide .matter .small .item .img{
        width: 100%;
        height: auto;
    }
    .sec6 .wrap .content{
        flex-direction: column;
    }
    .sec6 .wrap .content .matter {
        width: 100%;
    }
    .sec6 .wrap .content .matter:nth-child(2) {
        flex-direction: column;
    }
    .sec6 .wrap .content .matter .item .text {
        font-size: 12px;
    }
    .index_banner .swiper-pagination .swiper-pagination-bullet .icon {
        width: 14px;
    }
    .index_banner .swiper-pagination .swiper-pagination-bullet{
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 414px) {
    .sec5 .wrap .cut .cut_list .text::after, .sec5 .wrap .cut .cut_list .text{
        font-size: 10px;
    }
    .sec5 .wrap .cut .cut_list .circle {
        width: 40px;
        height: 40px;
    }
    .sec5 .wrap .cut .cut_list .circle img {
        max-width: 5.8125vw;
    }

}
