header.active .header {
    background: transparent;
    box-shadow: none
}

body {
    background: #F5F5F7
}

.news1 {
    padding: 187px 0 88px 0;
    position: relative;
    z-index: 1
}

.news1 .bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.news1 .wrap {
    width: 1440px;
    margin: auto
}

.news1 .wrap .title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 50px
}

.news1 .wrap .content {
    width: 100%;
    height: 540px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 70px 70px 70px 100px;
    display: flex;
    justify-content: space-between
}

.news1 .wrap .content .l {
    width: 520px;
    position: relative
}

.news1 .wrap .content .l .matter {
    width: 100%;
    pointer-events: none
}

.news1 .wrap .content .l .matter.on {
    pointer-events: auto
}

.news1 .wrap .content .l .matter.on .time, .news1 .wrap .content .l .matter.on .p1, .news1 .wrap .content .l .matter.on .p2, .news1 .wrap .content .l .matter.on .more {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 300ms
}

.news1 .wrap .content .l .matter.on .p1 {
    transition-delay: 400ms
}

.news1 .wrap .content .l .matter.on .p2 {
    transition-delay: 500ms
}

.news1 .wrap .content .l .matter.on .more {
    transition-delay: 600ms
}

.news1 .wrap .content .l .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.news1 .wrap .content .l .matter .time {
    padding: 0 0 0 11px;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    color: #009B4C;
    margin: 0 0 70px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 300ms
}

.news1 .wrap .content .l .matter .time:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #009B4C;
    border-radius: 50%
}

.news1 .wrap .content .l .matter .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    line-height: 36px;
    margin: 0 0 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 300ms
}

.news1 .wrap .content .l .matter .p2 {
    width: 457px;
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    margin: 0 0 107px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 300ms
}

.news1 .wrap .content .l .matter .more {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 300ms
}

.news1 .wrap .content .l .matter .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    background: #007EBC;
    border-radius: 25px
}

.news1 .wrap .content .l .matter .more a p {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 5px 0 0
}

.news1 .wrap .content .l .matter .more a .iconfont {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF
}

.news1 .wrap .content .r {
    width: 560px;
    height: 400px
}

.news1 .wrap .content .r .newsSwiper {
    width: 100%;
    height: 100%
}

.news1 .wrap .content .r .newsSwiper .swiper-slide {
    border-radius: 10px;
    overflow: hidden
}

.news1 .wrap .content .r .newsSwiper .swiper-slide:hover img {
    transform: scale(1.05)
}
.news1 .wrap .content .r .newsSwiper .swiper-slide:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 126, 188, .6);
    transition: .6s ease;
    pointer-events: none;
}
.news1 .wrap .content .r .newsSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    transition: 1s ease
}

.news1 .wrap .swiper-pagination {
    position: static;
    width: fit-content;
    margin: 40px auto 0;
    display: flex;
    gap: 0 12px
}

.news1 .wrap .swiper-pagination span {
    width: 20px;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    margin: 0 !important;
    background: transparent;
    transition: .6s ease
}

.news1 .wrap .swiper-pagination span.swiper-pagination-bullet-active {
    background: #007EBC
}

.news1 .wrap .swiper-pagination span.swiper-pagination-bullet-active:after {
    background: #FFFFFF
}

.news1 .wrap .swiper-pagination span:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #D4D5D9;
    border-radius: 50%;
    display: block;
    transition: .6s ease
}

.news2 {
    padding: 0 0 100px
}

.news2 .wrap {
    width: 1440px;
    margin: auto
}

.news2 .wrap .title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 50px
}

.news2 .wrap .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0 0 60px
}

.news2 .wrap .content .item {
    width: 700px;
    height: 420px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 40px;
    position: relative
}

.news2 .wrap .content .item:hover .p1 {
    color: #007EBC
}

.news2 .wrap .content .item:hover .pic img {
    opacity: 1
}
.news2 .wrap .content .item:hover .pic:after {
    opacity: 1
}
.news2 .wrap .content .item .pic {
    position: absolute;
    right: 46px;
    bottom: 46px;
    z-index: 5;
    width: 300px;
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
}


.news2 .wrap .content .item .pic:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 126, 188,.6);
    opacity: 0;
    transition: .6s ease;
}

.news2 .wrap .content .item .pic img {
    opacity: 0;
    width: 100%;
    transition: .6s
}

.news2 .wrap .content .item .label {
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    margin: 0 0 34px
}

.news2 .wrap .content .item .p1 {
    width: 495px;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    margin: 0 0 30px;
    transition: .6s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news2 .wrap .content .item .p2 {
    width: 461px;
    font-weight: 500;
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    margin: 0 0 50px;
    -webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}

.news2 .wrap .content .item .time {
    font-weight: bold;
    font-size: 14px;
    color: #009B4C
}

.news2 .wrap .content .item .line {
    margin: 50px 0 42px;
    width: 100%;
    height: 1px;
    background: #EBEBED
}

.news2 .wrap .content .item .more {
    font-weight: 500;
    font-size: 14px;
    color: #444444
}

.newsInfo1 {
    padding: 188px 0 101px 0
}

.newsInfo1 .wrap {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between
}

.newsInfo1 .wrap .l {
    width: 675px
}

.newsInfo1 .wrap .l .title {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    line-height: 40px;
    margin: 0 0 30px
}

.newsInfo1 .wrap .l .time {
    font-weight: 500;
    font-size: 16px;
    color: #009B4C
}

.newsInfo1 .wrap .l .content {
    margin: 35px 0 0 0;
    padding: 49px 0 0 0;
    border-top: 1px solid #000000
}

.newsInfo1 .wrap .l .content p {
    font-weight: 500;
    font-size: 16px;
    color: #444444;
    line-height: 36px;
    text-indent: 2rem;
}
.newsInfo1 .wrap .l .content p img{
    position: relative;
    left: -2rem;
}
.newsInfo1 .wrap .side {
    width: 360px;
    height: fit-content;
    position: sticky;
    top: 125px
}

.newsInfo1 .wrap .side .headline {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    padding: 0 0 30px;
    border-bottom: 1px solid #000000
}

.newsInfo1 .wrap .side .flex .item {
    padding: 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block
}

.newsInfo1 .wrap .side .flex .item .label {
    font-weight: 500;
    font-size: 14px;
    color: #999999
}

.newsInfo1 .wrap .side .flex .item .p1 {
    margin: 20px 0 30px;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    transition: 0.6s ease
}

.newsInfo1 .wrap .side .flex .item .time {
    font-weight: bold;
    font-size: 14px;
    color: #009B4C
}

.newsInfo1 .other {
    width: 1200px;
    margin: 80px auto 0;
    position: relative;
    padding: 20px 0 0 0;
    display: flex;
    justify-content: space-between
}

.newsInfo1 .other:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: rgba(0, 0, 0, 0.1)
}

.newsInfo1 .other .list {
    font-weight: 500;
    font-size: 16px;
    color: #000
}

.newsInfo1 .other .list span {
    color: #999999
}

@media screen and (max-width: 1919px) {
    .news1{
        padding: 9.7395833333vw 0px 4.5833333333vw;
    }
    .news1 .wrap{
        width: 75vw;
    }
    .news1 .wrap .title{
        font-size: 1.875vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .news1 .wrap .content{
        height: 28.125vw;
        border-radius: 0.625vw;
        padding: 3.6458333333vw 3.6458333333vw 3.6458333333vw 5.2083333333vw;
    }
    .news1 .wrap .content .l{
        width: 27.0833333333vw;
    }
    .news1 .wrap .content .l .matter .time{
        padding: 0px 0px 0px 0.5729166667vw;
        font-size: 0.7291666667vw;
        margin: 0px 0px 3.6458333333vw;
        transform: translateY(1.0416666667vw);
    }
    .news1 .wrap .content .l .matter .time::after{
        width: 0.2604166667vw;
        height: 0.2604166667vw;
    }
    .news1 .wrap .content .l .matter .p1{
        font-size: 1.25vw;
        line-height: 1.875vw;
        margin: 0px 0px 1.5625vw;
        transform: translateY(1.0416666667vw);
    }
    .news1 .wrap .content .l .matter .p2{
        width: 23.8020833333vw;
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        margin: 0px 0px 5.5729166667vw;
        transform: translateY(1.0416666667vw);
    }
    .news1 .wrap .content .l .matter .more{
        transform: translateY(1.0416666667vw);
    }
    .news1 .wrap .content .l .matter .more a{
        width: 8.3333333333vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
    }
    .news1 .wrap .content .l .matter .more a p{
        font-size: 0.7291666667vw;
        margin: 0px 0.2604166667vw 0px 0px;
    }
    .news1 .wrap .content .l .matter .more a .iconfont{
        font-size: 0.7291666667vw;
    }
    .news1 .wrap .content .r{
        width: 29.1666666667vw;
        height: 20.8333333333vw;
    }
    .news1 .wrap .content .r .newsSwiper .swiper-slide{
        border-radius: 0.5208333333vw;
    }
    .news1 .wrap .swiper-pagination{
        margin: 2.0833333333vw auto 0px;
        gap: 0px 0.625vw;
    }
    .news1 .wrap .swiper-pagination span{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
    }
    .news1 .wrap .swiper-pagination span::after{
        width: 0.5208333333vw;
        height: 0.5208333333vw;
    }
    .news2{
        padding: 0px 0px 5.2083333333vw;
    }
    .news2 .wrap{
        width: 75vw;
    }
    .news2 .wrap .title{
        font-size: 1.875vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .news2 .wrap .content{
        gap: 2.0833333333vw;
        margin: 0px 0px 3.125vw;
    }
    .news2 .wrap .content .item{
        width: 36.4583333333vw;
        height: 21.875vw;
        border-radius: 0.625vw;
        padding: 2.0833333333vw;
    }
    .news2 .wrap .content .item .pic{
        right: 2.3958333333vw;
        bottom: 2.3958333333vw;
        width: 15.625vw;
        height: 9.375vw;
        border-radius: 0.41666666vw;
    }
    .news2 .wrap .content .item .label{
        font-size: 0.7291666667vw;
        margin: 0px 0px 1.7708333333vw;
    }
    .news2 .wrap .content .item .p1{
        width: 25.78125vw;
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
        margin: 0px 0px 1.5625vw;
    }
    .news2 .wrap .content .item .p2{
        width: 24.0104166667vw;
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .news2 .wrap .content .item .time{
        font-size: 0.7291666667vw;
    }
    .news2 .wrap .content .item .line{
        margin: 2.6041666667vw 0px 2.1875vw;
    }
    .news2 .wrap .content .item .more{
        font-size: 0.7291666667vw;
    }
    .newsInfo1{
        padding: 9.7916666667vw 0px 5.2604166667vw;
    }
    .newsInfo1 .wrap{
        width: 62.5vw;
    }
    .newsInfo1 .wrap .l{
        width: 35.15625vw;
    }
    .newsInfo1 .wrap .l .title{
        font-size: 1.5625vw;
        line-height: 2.0833333333vw;
        margin: 0px 0px 1.5625vw;
    }
    .newsInfo1 .wrap .l .time{
        font-size: 0.8333333333vw;
    }
    .newsInfo1 .wrap .l .content{
        margin: 1.8229166667vw 0px 0px;
        padding: 2.5520833333vw 0px 0px;
    }
    .newsInfo1 .wrap .l .content p{
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }
    .newsInfo1 .wrap .side{
        width: 18.75vw;
        top: 6.5104166667vw;
    }
    .newsInfo1 .wrap .side .headline{
        font-size: 1.0416666667vw;
        padding: 0px 0px 1.5625vw;
    }
    .newsInfo1 .wrap .side .flex .item{
        padding: 2.0833333333vw 0px;
    }
    .newsInfo1 .wrap .side .flex .item .label{
        font-size: 0.7291666667vw;
    }
    .newsInfo1 .wrap .side .flex .item .p1{
        margin: 1.0416666667vw 0px 1.5625vw;
        font-size: 0.8333333333vw;
    }
    .newsInfo1 .wrap .side .flex .item .time{
        font-size: 0.7291666667vw;
    }
    .newsInfo1 .other{
        width: 62.5vw;
        margin: 4.1666666667vw auto 0px;
        padding: 1.0416666667vw 0px 0px;
    }
    .newsInfo1 .other .list{
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .news1{
        padding: 100px 0 35px;
    }
    .news1 .wrap{
        width: 90%;
    }
    .news1 .wrap .title{
        font-size: 24px;
        margin: 0 0 25px;
    }
    .news1 .wrap .content{
        height: auto;
        border-radius: 10px;
        padding: 15px 15px 30px 15px;
        flex-direction: column-reverse;
    }
    .news1 .wrap .content .r .newsSwiper .swiper-slide a{
        width: 100%;
        height: 100%;
        border-radius: 10px;
        display: block;
        overflow: hidden;
    }
    .news1 .wrap .content .l {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .news1 .wrap .content .l .matter .time{
        font-size: 13px;
        padding: 0 0 0 15px;
    }
    .news1 .wrap .content .l .matter .time:after{
        width: 5px;
        height: 5px;
    }

    .news1 .wrap .content .r {
        width: 100%;
        height: auto;
    }
    .news1 .wrap .content .l .matter .p1{
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    .news1 .wrap .content .l .matter .p2 {
        width: 100%;
        font-size: 12px;
        line-height: 25px;
        margin: 0 0 20px;
    }

    .news1 .wrap .content .l .matter .more a{
        width: fit-content;
        height: 43px;
        border-radius: 25px;
        padding: 0 30px;
    }
    .news1 .wrap .content .l .matter .more a p{
        font-size: 12px;
        margin: 0 10px 0 0;
    }
    .news1 .wrap .content .l .matter .more a .iconfont{
        font-size: 12px;
    }

    .news2{
        padding: 0 0 30px;
    }

    .news2 .wrap{
        width: 90%;
    }
    .news2 .wrap .title{
        font-size: 24px;
        margin: 0 0 25px;
    }
    .news2 .wrap .content{
        margin: 30px 0 35px 0;
        gap: 15px;
        flex-direction: column;
    }
    .news2 .wrap .content .item {
        width: 100%;
        height: auto;
        border-radius: 7px;
        padding: 17px 13px;
    }
    .news2 .wrap .content .item .label{
        font-size: 12px;
        margin: 0 0 10px;
    }
    .news2 .wrap .content .item .p1{
        width: 100%;
        font-size: 17px;
        line-height: 25px;
        margin: 0 0 15px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .news2 .wrap .content .item .p2 {
        width: 100%;
        font-size: 12px;
        line-height: 26px;
        margin: 0 0 10px;
    }
    .news2 .wrap .content .item .time{
        font-size: 12px;
    }
    .news2 .wrap .content .item .line{
        margin: 20px 0;
    }
    .news2 .wrap .content .item .more{
        font-size: 13px;
    }

    .newsInfo1{
        padding: 100px 0 40px;
    }
    .newsInfo1 .wrap {
        width: 90%;
        flex-direction: column;
    }
    .newsInfo1 .wrap .l {
        width: 100%;
    }
    .newsInfo1 .wrap .l .title{
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 10px;
    }

    .newsInfo1 .wrap .l .time{
        font-size: 14px;
    }
    .newsInfo1 .wrap .l .content{
        padding: 25px 0 0 0;
        margin: 25px 0 0 0;
    }
    .newsInfo1 .wrap .l .content p{
        font-size: 13px;
        line-height: 30px;
    }
    .newsInfo1 .wrap .l .content p img{
        height: fit-content;
    }
    .newsInfo1 .wrap .side {
        width: 100%;
        top: 0;
        margin: 40px 0 0 0;
    }
    .newsInfo1 .wrap .side .headline{
        font-size: 18px;
        padding: 0 0 15px;
    }
    .newsInfo1 .wrap .side .flex .item{
        padding: 35px 0;
    }
    .newsInfo1 .wrap .side .flex .item .label{
        font-size: 12px;
    }
    .newsInfo1 .wrap .side .flex .item .p1{
        font-size: 15px;
        margin: 10px 0;
    }
    .newsInfo1 .wrap .side .flex .item .p1 br{
        display: none;
    }
    .newsInfo1 .wrap .side .flex .item .time{
        font-size: 13px;
    }
    .news2 .wrap .content .item .pic{
        border-radius: 6px;
    }
}

