.sec1 {
    background: #F5F2F2;
    padding: 0 0 95px
}

.sec1 .wrap {
    width: 1440px;
    margin: 87px auto 0;
    display: flex;
    justify-content: space-between
}

.sec1 .wrap .left {
    width: 680px
}

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

.sec1 .wrap .left .top .title {
    font-weight: bold;
    font-size: 30px;
    color: #111111
}

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

.sec1 .wrap .left .top .more p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin: 0 10px 0 0
}

.sec1 .wrap .left .top .more .iconfont {
    color: #111;
    font-size: 14px
}

.sec1 .wrap .left .xgSwiper {
    width: 680px;
    height: 510px;
    overflow: hidden
}

.sec1 .wrap .left .xgSwiper .swiper-pagination {
    position: absolute;
    right: 32px;
    left: unset;
    bottom: 24px;
    width: fit-content;
    display: flex
}

.sec1 .wrap .left .xgSwiper .swiper-pagination span {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 0.2;
    margin: 0 12px 0 0 !important;
    transition: .6s ease
}

.sec1 .wrap .left .xgSwiper .swiper-pagination span:last-child {
    margin: 0 !important
}

.sec1 .wrap .left .xgSwiper .swiper-pagination span.swiper-pagination-bullet-active {
    background: #C81619;
    opacity: 1 !important
}

.sec1 .wrap .left .xgSwiper .swiper-wrapper .swiper-slide {
    opacity: 0 !important;
    transition: 1s
}

.sec1 .wrap .left .xgSwiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.sec1 .wrap .left .xgSwiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block
}

.sec1 .wrap .left .xgSwiper .swiper-wrapper .swiper-slide a .img {
    width: 100%;
    height: 100%
}

.sec1 .wrap .left .xgSwiper .swiper-wrapper .swiper-slide a .position {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    padding: 0 22px
}

.sec1 .wrap .left .xgSwiper .swiper-wrapper .swiper-slide a .position p {
    font-weight: 500;
    font-size: 18px;
    color: #FEFEFE;
    width: 72%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec1 .wrap .right {
    width: 680px
}

.sec1 .wrap .right .matter:not(:last-child) {
    margin: 0 0 50px
}

.sec1 .wrap .right .matter .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.sec1 .wrap .right .matter .top .title {
    font-weight: bold;
    font-size: 30px;
    color: #111111
}

.sec1 .wrap .right .matter .top .more {
    display: flex;
    align-items: center
}

.sec1 .wrap .right .matter .top .more p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin: 0 10px 0 0
}

.sec1 .wrap .right .matter .top .more .iconfont {
    color: #111;
    font-size: 14px
}

.sec1 .wrap .right .matter .flex {
    margin: 29px 0 0 0
}

.sec1 .wrap .right .matter .flex .list {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec1 .wrap .right .matter .flex .list:hover .text p {
    color: #C81619
}

.sec1 .wrap .right .matter .flex .list:not(:last-child) {
    margin: 0 0 24px
}

.sec1 .wrap .right .matter .flex .list .text {
    display: flex;
    align-items: center
}

.sec1 .wrap .right .matter .flex .list .text .circle {
    width: 8px;
    height: 8px;
    background: #C81619;
    border-radius: 50%;
    margin: 0 14px 0 0
}

.sec1 .wrap .right .matter .flex .list .text p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    transition: .6s ease;
    width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec1 .wrap .right .matter .flex .list .time {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    opacity: 0.66
}

.sec2 {
    background: #fff;
    padding: 106px 0 124px 0
}

.sec2 .wrap {
    width: 1440px;
    margin: auto;
    display: flex;
    justify-content: space-between
}

.sec2 .wrap .l h1 {
    font-weight: bold;
    font-size: 30px;
    color: #000000
}

.sec2 .wrap .l .line {
    width: 61px;
    height: 5px;
    background: linear-gradient(90deg, #C8161D, #EBA011);
    margin: 11px 0 39px 0
}

.sec2 .wrap .l .more {
    display: flex;
    align-items: center
}

.sec2 .wrap .l .more p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin: 0 10px 0 0
}

.sec2 .wrap .l .more .iconfont {
    color: #111;
    font-size: 14px
}

.sec2 .wrap .r {
    width: 1070px;
    position: relative
}

.sec2 .wrap .r .button {
    position: absolute;
    left: 50%;
    width: 1130px;
    top: -30px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 56;
    pointer-events: none
}

.sec2 .wrap .r .button .click {
    pointer-events: auto;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.sec2 .wrap .r .button .click:hover {
    background: #C8161D
}

.sec2 .wrap .r .button .click:hover svg path {
    fill: #fff
}

.sec2 .wrap .r .button .click svg {
    width: 33px;
    height: auto
}

.sec2 .wrap .r .button .click svg path {
    transition: .6s ease
}

.sec2 .wrap .r .button .click:last-child {
    transform: rotateY(180deg)
}

.sec2 .wrap .r .glSwiper {
    width: 100%;
    margin: 0 30px 0 0
}

.sec2 .wrap .r .glSwiper .swiper-slide .item {
    width: 100%;
    height: 216px;
    padding: 25px 47px 10px 30px;
    border: 1px solid #E6E6E6;
    display: block
}

.sec2 .wrap .r .glSwiper .swiper-slide .item .label {
    width: 120px;
    height: 25px;
    background: rgba(200, 22, 29, 0.05);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec2 .wrap .r .glSwiper .swiper-slide .item .label .iconfont {
    font-size: 12px;
    color: #EBA011;
    margin: 0 5px 0 0
}

.sec2 .wrap .r .glSwiper .swiper-slide .item .label p {
    font-weight: 400;
    font-size: 14px;
    color: #000000
}

.sec2 .wrap .r .glSwiper .swiper-slide .item h1 {
    margin: 15px 0 18px 0;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 26px
}

.sec2 .wrap .r .glSwiper .swiper-slide .item .pick {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px
}

.sec6 {
    padding: 0 0 66px 0
}

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

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

.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 .title {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
}

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

.sec6 .wrap .content .item {
    width: 460px;
    height: 260px;
    padding: 35px 40px 35px 29px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #F7F7F7
}

.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 {
        padding: 0 0 4.9479166667vw
    }
    
    .sec1 .wrap {
        width: 75vw;
        margin: 4.53125vw auto 0;
    }
    
    .sec1 .wrap .left {
        width: 35.4166666667vw
    }
    
    .sec1 .wrap .left .top {
        margin: 0 0 1.4583333333vw
    }
    
    .sec1 .wrap .left .top .title {
        font-size: 1.5625vw;
    }
    
    .sec1 .wrap .left .top .more p {
        font-size: 0.8333333333vw;
        margin: 0 0.5208333333vw 0 0
    }
    
    .sec1 .wrap .left .top .more .iconfont {
        font-size: 0.7291666667vw
    }
    
    .sec1 .wrap .left .xgSwiper {
        width: 35.4166666667vw;
        height: 26.5625vw;
    }
    
    .sec1 .wrap .left .xgSwiper .swiper-pagination {
        right: 1.6666666667vw;
        bottom: 1.25vw;
    }
    
    .sec1 .wrap .left .xgSwiper .swiper-pagination span {
        width: 0.5208333333vw;
        height: 0.5208333333vw;
        margin: 0 0.625vw 0 0 !important;
    }
    
    .sec1 .wrap .left .xgSwiper .swiper-wrapper .swiper-slide a .position {
        height: 3.125vw;
        padding: 0 1.1458333333vw
    }
    
    .sec1 .wrap .left .xgSwiper .swiper-wrapper .swiper-slide a .position p {
        font-size: 0.9375vw;
    }
    
    .sec1 .wrap .right {
        width: 35.4166666667vw
    }
    
    .sec1 .wrap .right .matter:not(:last-child) {
        margin: 0 0 2.6041666667vw
    }
    
    .sec1 .wrap .right .matter .top {
        padding: 0 0 1.0416666667vw;
    }
    
    .sec1 .wrap .right .matter .top .title {
        font-size: 1.5625vw;
    }
    
    .sec1 .wrap .right .matter .top .more p {
        font-size: 0.8333333333vw;
        margin: 0 0.5208333333vw 0 0
    }
    
    .sec1 .wrap .right .matter .top .more .iconfont {
        font-size: 0.7291666667vw
    }
    
    .sec1 .wrap .right .matter .flex {
        margin: 1.5104166667vw 0 0 0
    }
    
    .sec1 .wrap .right .matter .flex .list:not(:last-child) {
        margin: 0 0 1.25vw
    }
    
    .sec1 .wrap .right .matter .flex .list .text .circle {
        width: 0.4166666667vw;
        height: 0.4166666667vw;
        margin: 0 0.7291666667vw 0 0
    }
    
    .sec1 .wrap .right .matter .flex .list .text p {
        font-size: 0.9375vw;
        width: 23.4375vw;
    }
    
    .sec1 .wrap .right .matter .flex .list .time {
        font-size: 0.8333333333vw;
    }
    
    .sec2 {
        padding: 5.5208333333vw 0 6.4583333333vw 0
    }
    
    .sec2 .wrap {
        width: 75vw;
    }
    
    .sec2 .wrap .l h1 {
        font-size: 1.5625vw;
    }
    
    .sec2 .wrap .l .line {
        width: 3.1770833333vw;
        height: 0.2604166667vw;
        margin: 0.5729166667vw 0 2.03125vw 0
    }
    
    .sec2 .wrap .l .more p {
        font-size: 0.8333333333vw;
        margin: 0 0.5208333333vw 0 0
    }
    
    .sec2 .wrap .l .more .iconfont {
        font-size: 0.7291666667vw
    }
    
    .sec2 .wrap .r {
        width: 55.7291666667vw;
    }
    
    .sec2 .wrap .r .button {
        width: 58.8541666667vw;
        top: -1.5625vw;
    }
    
    .sec2 .wrap .r .button .click {
        width: 3.125vw;
        height: 3.125vw;
    }
    
    .sec2 .wrap .r .button .click svg {
        width: 1.71875vw;
    }
    
    .sec2 .wrap .r .glSwiper {
        margin: 0 1.5625vw 0 0
    }
    
    .sec2 .wrap .r .glSwiper .swiper-slide .item {
        height: 11.25vw;
        padding: 1.3020833333vw 2.4479166667vw 0.5208333333vw 1.5625vw;
    }
    
    .sec2 .wrap .r .glSwiper .swiper-slide .item .label {
        width: 6.25vw;
        height: 1.3020833333vw;
        border-radius: 0.6770833333vw;
    }
    
    .sec2 .wrap .r .glSwiper .swiper-slide .item .label .iconfont {
        font-size: 0.625vw;
        margin: 0 0.2604166667vw 0 0
    }
    
    .sec2 .wrap .r .glSwiper .swiper-slide .item .label p {
        font-size: 0.7291666667vw;
    }
    
    .sec2 .wrap .r .glSwiper .swiper-slide .item h1 {
        margin: 0.78125vw 0 0.9375vw 0;
        font-size: 0.9375vw;
        line-height: 1.3541666667vw
    }
    
    .sec2 .wrap .r .glSwiper .swiper-slide .item .pick {
        font-size: 0.7291666667vw;
        line-height: 1.25vw
    }
    
    .sec6 {
        padding: 0 0 3.4375vw 0
    }
    
    .sec6 .wrap {
        width: 75vw;
    }

    .sec6 .wrap .top{
        margin: 0 0 2.0833333333333335vw
    }
    .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 .title {
        font-size: 1.5625vw;
    }


    .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{
        margin-top: 0;
        width: 90%;
        padding-top: 60px;
        flex-direction: column;
    }
    .sec1{
        padding-bottom: 60px;
    }
    .sec1 .wrap .left .top .title{
        font-size: 24px;
    }
    .sec1 .wrap .left .top .more p{
        font-size: 14px;
        margin-right: 5px;
    }
    .sec1 .wrap .right,
    .sec1 .wrap .left{
        width:100%;
    }
    .sec1 .wrap .left .xgSwiper{
        width: 100%;
        height: auto;
    }
    .sec1 .wrap .left .xgSwiper .swiper-wrapper .swiper-slide a .position p{
        font-size: 14px;
    }
    .sec1 .wrap .left .xgSwiper .swiper-wrapper .swiper-slide a .position{
        height: 32px;
        padding: 0 20px;
    }
    .sec1 .wrap .left{
        margin-bottom: 20px;
    }
    .sec1 .wrap .right .matter .top .title{
        font-size: 24px;
    }
    .sec1 .wrap .right .matter .flex .list .text .circle{
        width: 4px;
        height: 4px;
        margin-right: 10px;
    }
    .sec1 .wrap .right .matter .top .more p{
        font-size: 12px;
        margin-right: 5px;
    }
    .sec1 .wrap .right .matter .top .more .iconfont{
        font-size: 10px;
    }
    .sec1 .wrap .right .matter .flex .list .text p{
        font-size: 14px;
        width: 100%;
        line-height: 1.6;
    }
    .sec1 .wrap .right .matter .flex .list .text{
        width: 70%;
    }
    .sec1 .wrap .right .matter .flex .list .time{
        font-size: 12px;
    }
    .sec1 .wrap .right .matter .top{
        padding-bottom: 10px;
    }
    .sec1 .wrap .right .matter .flex{
        margin-top: 10px;
    }
    .sec1 .wrap .left .top{
        margin-bottom: 30px;
    }
    .sec1 .wrap .right .matter:not(:last-child){
        margin-bottom: 20px
    }
    .sec1 .wrap .right .matter .flex .list .text p {
        font-size: 12px;
    }

    .sec2 .wrap{
        width: 90%;
        flex-direction: column;
    }
    .sec2 .wrap .l h1{
        font-size: 24px;
    }
    .sec2 .wrap .l .line {
        width: 40px;
        height: 4px;
    }
    .sec2 .wrap .l .more p{
        font-size: 14px;
    }
    .sec2 .wrap .l .more .iconfont{
        font-size: 12px;
        margin-left: 5px;
    }
    .sec2 .wrap .r{
        margin-top: 30px;
        width: 100%;
        flex-direction: column-reverse;
        display: flex;
    }
    .sec2 .wrap .r .glSwiper .swiper-slide .item{
        height: 200px;
    }
    .sec2 .wrap .r .button{
        width: 100px;
        position: static;
        margin-top: 20px;
        transform: translateX(0);
    }
    .sec2 .wrap .r .glSwiper .swiper-slide .item {
        padding: 20px;
    }

    .sec2 .wrap .r .button .click{
        width: 40px;
        height: 40px;
    }
    .sec2 .wrap .r .button .click svg{
        width: 20px;
    }
    .sec2 .wrap .r .glSwiper .swiper-slide .item .label p{
        font-size: 12px;
    }
    .sec2 .wrap .r .glSwiper .swiper-slide .item .label .iconfont{
        font-size: 12px;
    }
    .sec2 .wrap .r .glSwiper .swiper-slide .item .label {
        width: 110px;
        height: 24px;
        border-radius: 12px;
    }
    .sec2 .wrap .r .glSwiper .swiper-slide .item h1{
        margin: 10px 0;
        font-size: 16px;
        line-height: 1.6;
    }
    .sec2 .wrap .r .glSwiper .swiper-slide .item .pick{
        font-size: 14px;
        line-height: 1.6;
    }
    .sec2 .wrap .l .line{
        margin:10px 0 20px;
    }
    .sec2{
        padding: 60px 0;
    }
    .sec6 .wrap{
        width: 90%;
    }
    .sec6{
        padding-bottom: 60px;
    }

    .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 .wrap .top{
        margin-bottom: 30px;
    }
    .sec6 .wrap .title{
        font-size: 24px;
    }
    .sec6 .wrap .top .more p {
        font-size: 14px;
    }
    .sec6 .wrap .top .more .iconfont {
        font-size: 12px;
        margin-left: 5px;
    }
}

@media screen and (max-width: 767px) {
    .sec2 {
        padding: 50px 0;
    }
    .sec2 .wrap .l h1{
        font-size: 20px;
    }
    .sec1 .wrap .left .top .title,
    .sec1 .wrap .right .matter .top .title{
        font-size: 20px;
    }
    .sec1{
        padding-bottom: 50px;
    }
    .sec1 .wrap{
        padding-top: 50px;
    }
    .sec6 .wrap .content .item{
        width: 100%;
    }
    .sec6 {
        padding-bottom: 50px;
    }
    .sec6 .wrap .top{
        margin-bottom: 20px;
    }
    .sec6 .wrap .title{
        font-size: 20px;
    }
    .sec1 .wrap .left .xgSwiper{
        height: 240px;
    }
    .sec1 .wrap .left .xgSwiper .swiper-wrapper .swiper-slide a .position{
        height: 50px;
        font-size: 12px;
    }
    .sec1 .wrap .left .xgSwiper .swiper-wrapper .swiper-slide a .position {
        padding: 0 10px;
    }
}