﻿header.active .header {
    background: #F5F6F7
}

body {
    background: #F5F6F7
}

.common_banner {
    height: 520px
}

.news1 {
     
}

.news1 .wrap {
    width: 1440px;
    margin: auto
}

.news1 .wrap .big {
    height: 460px;
    background: #FFFFFF;
    border-radius: 12px;
    display: flex
}

.news1 .wrap .big .bigSwiper,
.news1 .wrap .big .r {
    width: 50%;
    height: 100%
}

.news1 .wrap .big .bigSwiper {
    border-radius: 12px
}

.news1 .wrap .big .bigSwiper .swiper-slide {
    overflow: hidden
}

.news1 .wrap .big .bigSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.news1 .wrap .big .bigSwiper .swiper-slide img:hover {
    transform: scale(1.05)
}

.news1 .wrap .big .r {
    display: flex;
    align-items: center;
    justify-content: center
}

.news1 .wrap .big .r .jump {
    position: relative
}

.news1 .wrap .big .r .jump .item {
    width: 543px;
    pointer-events: none
}

.news1 .wrap .big .r .jump .item.on {
    pointer-events: auto
}

.news1 .wrap .big .r .jump .item.on .p1,
.news1 .wrap .big .r .jump .item.on .time,
.news1 .wrap .big .r .jump .item.on .p2,
.news1 .wrap .big .r .jump .item.on .more {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 300ms
}

.news1 .wrap .big .r .jump .item.on .time {
    transition-delay: 400ms
}

.news1 .wrap .big .r .jump .item.on .p2 {
    transition-delay: 500ms
}

.news1 .wrap .big .r .jump .item.on .more {
    transition-delay: 600ms
}

.news1 .wrap .big .r .jump .item:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.news1 .wrap .big .r .jump .item .p1 {
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    margin: 0 0 40px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 300ms
}

.news1 .wrap .big .r .jump .item .time {
    font-weight: 400;
    font-size: 16px;
    color: #D42A1E;
    margin: 0 0 40px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 400ms
}

.news1 .wrap .big .r .jump .item .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    line-height: 32px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 500ms
}

.news1 .wrap .big .r .jump .item .more {
    margin: 72px 0 0 0;
    display: flex;
    align-items: center;
    gap: 0 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 600ms
}

.news1 .wrap .big .r .jump .item .more:hover p,
.news1 .wrap .big .r .jump .item .more:hover .iconfont {
    color: #D42A1E
}

.news1 .wrap .big .r .jump .item .more p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    transition: .6s ease
}

.news1 .wrap .big .r .jump .item .more .iconfont {
    color: #111111;
    font-size: 13px;
    transition: .6s ease
}

.news1 .wrap .cut {
    margin: 40px auto 0;
    display: flex;
    justify-content: center
}

.news1 .wrap .cut .swiper-pagination {
    position: static;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center
}

.news1 .wrap .cut .swiper-pagination span {
    width: 20px;
    height: 20px;
    background: rgba(212, 42, 30, 0);
    border-radius: 10px;
    border: 1px solid transparent;
    transition: .6s ease;
    margin: 0 10px 0 0 !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important
}

.news1 .wrap .cut .swiper-pagination span.swiper-pagination-bullet-active {
    border: 1px solid #CC0011
}

.news1 .wrap .cut .swiper-pagination span.swiper-pagination-bullet-active:after {
    background: #CC0011
}

.news1 .wrap .cut .swiper-pagination span:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #CCCCCC;
    border-radius: 5px;
    transition: .6s ease
}

.news1 .wrap .cut .swiper-pagination span:last-child {
    margin: 0 !important
}

.news1 .wrap .content {
    margin: 70px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 50px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 0
}

.news1 .wrap .content .item {
    width: 700px;
    height: 420px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 50px 40px;
    transition: .6s ease;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.news1 .wrap .content .item .common_bg {
    opacity: 0;
    transition: .6s ease
}

.news1 .wrap .content .item:hover {
    transform: translateY(-10px)
}

.news1 .wrap .content .item:hover .common_bg {
    opacity: 1
}

.news1 .wrap .content .item:hover .p1 {
    color: #D42A1E
}

.news1 .wrap .content .item:hover .time {
    color: #111111
}

.news1 .wrap .content .item:hover .more p,
.news1 .wrap .content .item:hover .more .iconfont {
    color: #D42A1E
}

.news1 .wrap .content .item .p1 {
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 35px;
    transition: .6s ease
}

.news1 .wrap .content .item .time {
    font-weight: 400;
    font-size: 16px;
    color: #D42A1E;
    transition: .6s ease;
    margin: 0 0 35px
}

.news1 .wrap .content .item .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    line-height: 32px;
    padding: 0 0 35px;
    border-bottom: 1px solid #EBEBED;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.news1 .wrap .content .item .more {
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    gap: 0 7px
}

.news1 .wrap .content .item .more p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    transition: .6s ease
}

.news1 .wrap .content .item .more .iconfont {
    color: #111111;
    font-size: 14px;
    transition: .6s ease
}

.news1 .wrap .common_paging {
    margin: 60px 0 0 0
}

.newsInfo {
    padding: 192px 0 117px 0
}

.newsInfo .wrap {
    width: 1200px;
    margin: auto
}

.newsInfo .wrap .top {
    display: flex;
    justify-content: space-between
}

.newsInfo .wrap .top .l {
    width: 680px
}

.newsInfo .wrap .top .l .title h1{
    font-weight: 500;
    font-size: 30px;
    color: #111111;
    line-height: 40px;
    margin: 0 0 30px
}

.newsInfo .wrap .top .l .time {
    font-weight: 500;
    font-size: 16px;
    color: #D42A1E
}

.newsInfo .wrap .top .l .line {
    margin: 35px 0 40px 0;
    height: 1px;
    background: #000000;
    transform: scaleX(0);
    transform-origin: left;
    transition: 2s
}

.newsInfo .wrap .top .l .line.aos-animate {
    transform: scaleX(1)
}

.newsInfo .wrap .top .l .content p {
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 36px
}

.newsInfo .wrap .top .l .content p img {
    height: fit-content
}

.newsInfo .wrap .top .l .content img {
    height: fit-content
}

.newsInfo .wrap .top .r {
    width: 360px;
    height: fit-content;
    position: sticky;
    position: -webkit-sticky;
    top: 130px
}

.newsInfo .wrap .top .r .headline {
    padding: 0 0 30px;
    border-bottom: 1px solid #000;
    font-weight: bold;
    font-size: 20px;
    color: #111111
}

.newsInfo .wrap .top .r .flex .item {
    padding: 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block
}

.newsInfo .wrap .top .r .flex .item:hover .p1 {
    color: #D42A1E
}

.newsInfo .wrap .top .r .flex .item .label {
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    margin: 0 0 15px
}

.newsInfo .wrap .top .r .flex .item .p1 {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin: 0 0 20px;
    transition: .6s ease
}

.newsInfo .wrap .top .r .flex .item .time {
    font-weight: 400;
    font-size: 14px;
    color: #808080
}

.newsInfo .wrap .bottom {
    margin: 70px 0 0 0;
    padding: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.newsInfo .wrap .bottom:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: rgba(0, 0, 0, 0.1)
}

.newsInfo .wrap .bottom .link {
    display: flex;
    align-items: center
}

.newsInfo .wrap .bottom .link p,
.newsInfo .wrap .bottom .link a {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    display: inline;
    transition: .6s ease
}

.newsInfo .wrap .bottom .link p:hover,
.newsInfo .wrap .bottom .link a:hover {
    color: #D42A1E
}

.newsInfo .wrap .bottom .link p {
    color: #999999
}

.newsInfo .wrap .top .l iframe {
    width: 100% !important;
}

@media screen and (max-width: 1919px) {
    .news1 {
        padding: 5.2083333333vw 0px 5.7291666667vw;
    }

    .news1 .wrap {
        width: 75vw;
    }

    .news1 .wrap .big {
        height: 23.9583333333vw;
        border-radius: 0.625vw;
    }

    .news1 .wrap .big .bigSwiper {
        border-radius: 0.625vw;
    }

    .news1 .wrap .big .r .jump .item {
        width: 28.28125vw;
    }

    .news1 .wrap .big .r .jump .item .p1 {
        font-size: 1.25vw;
        line-height: 1.875vw;
        margin: 0px 0px 2.0833333333vw;
        transform: translateY(1.0416666667vw);
    }

    .news1 .wrap .big .r .jump .item .time {
        font-size: 0.8333333333vw;
        margin: 0px 0px 2.0833333333vw;
        transform: translateY(1.0416666667vw);
    }

    .news1 .wrap .big .r .jump .item .p2 {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        transform: translateY(1.0416666667vw);
    }

    .news1 .wrap .big .r .jump .item .more {
        margin: 3.75vw 0px 0px;
        gap: 0px 0.5208333333vw;
        transform: translateY(1.0416666667vw);
    }

    .news1 .wrap .big .r .jump .item .more p {
        font-size: 0.8333333333vw;
    }

    .news1 .wrap .big .r .jump .item .more .iconfont {
        font-size: 0.6770833333vw;
    }

    .news1 .wrap .cut {
        margin: 2.0833333333vw auto 0px;
    }

    .news1 .wrap .cut .swiper-pagination span {
        width: 1.0416666667vw;
        height: 1.0416666667vw;
        border-radius: 0.5208333333vw;
        margin: 0px 0.5208333333vw 0px 0px !important;
    }

    .news1 .wrap .cut .swiper-pagination span::after {
        width: 0.5208333333vw;
        height: 0.5208333333vw;
        border-radius: 0.2604166667vw;
    }

    .news1 .wrap .content {
        margin: 3.6458333333vw 0px 0px;
        padding: 2.6041666667vw 0px 0px;
        gap: 2.6041666667vw 0px;
    }

    .news1 .wrap .content .item {
        width: 36.4583333333vw;
        height: 21.875vw;
        border-radius: 0.625vw;
        padding: 2.6041666667vw 2.0833333333vw;
    }

    .news1 .wrap .content .item:hover {
        transform: translateY(-0.5208333333vw);
    }

    .news1 .wrap .content .item .p1 {
        font-size: 1.25vw;
        line-height: 1.875vw;
        margin: 0px 0px 1.8229166667vw;
        height: 3.75vw;
    }

    .news1 .wrap .content .item .time {
        font-size: 0.8333333333vw;
        margin: 0px 0px 1.8229166667vw;
    }

    .news1 .wrap .content .item .p2 {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .news1 .wrap .content .item .more {
        padding: 1.8229166667vw 0px 0px 0;
        margin: 2.0833333333vw 0px 0px;
        gap: 0px 0.3645833333vw;
    }

    .news1 .wrap .content .item .more p {
        font-size: 0.8333333333vw;
    }

    .news1 .wrap .content .item .more .iconfont {
        font-size: 0.7291666667vw;
    }

    .news1 .wrap .common_paging {
        margin: 3.125vw 0px 0px;
    }

    .newsInfo {
        padding: 10vw 0px 6.09375vw;
    }

    .newsInfo .wrap {
        width: 62.5vw;
    }

    .newsInfo .wrap .top .l {
        width: 35.4166666667vw;
    }

    .newsInfo .wrap .top .l .title {
        font-size: 1.5625vw;
        line-height: 2.0833333333vw;
        margin: 0px 0px 1.5625vw;
    }

    .newsInfo .wrap .top .l .time {
        font-size: 0.8333333333vw;
    }

    .newsInfo .wrap .top .l .line {
        margin: 1.8229166667vw 0px 2.0833333333vw;
    }

    .newsInfo .wrap .top .l .content p {
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }

    .newsInfo .wrap .top .r {
        width: 18.75vw;
        top: 6.7708333333vw;
    }

    .newsInfo .wrap .top .r .headline {
        padding: 0px 0px 1.5625vw;
        font-size: 1.0416666667vw;
    }

    .newsInfo .wrap .top .r .flex .item {
        padding: 2.0833333333vw 0px;
    }

    .newsInfo .wrap .top .r .flex .item .label {
        font-size: 0.7291666667vw;
        margin: 0px 0px 0.78125vw;
    }

    .newsInfo .wrap .top .r .flex .item .p1 {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        margin: 0px 0px 1.0416666667vw;
    }

    .newsInfo .wrap .top .r .flex .item .time {
        font-size: 0.7291666667vw;
    }

    .newsInfo .wrap .bottom {
        margin: 3.6458333333vw 0px 0px;
        padding: 1.0416666667vw 0px 0px;
    }

    .newsInfo .wrap .bottom .link p,
    .newsInfo .wrap .bottom .link a {
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .common_banner {
        height: 340px;
    }

    .news1 {
        padding: 25px 0 50px 0;
    }

    .news1 .wrap {
        width: 90%;
    }

    .news1 .wrap .big {
        height: auto;
        flex-direction: column;
        border-radius: 10px;
    }

    .news1 .wrap .big .bigSwiper {
        border-radius: 10px;
    }

    .news1 .wrap .big .r {
        flex-direction: column;
    }

    .news1 .wrap .big .bigSwiper,
    .news1 .wrap .big .r {
        width: 100%;
    }

    .news1 .wrap .big .r .jump {
        width: 90%;
    }

    .news1 .wrap .big .r .jump .item .p1 {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 15px;
    }

    .news1 .wrap .big .r .jump .item {
        width: 100%;
        padding: 30px 0;
    }

    .news1 .wrap .big .r .jump .item .time {
        font-size: 13px;
        margin: 0 0 15px;
    }

    .news1 .wrap .big .r .jump .item .p2 {
        font-size: 12px;
        line-height: 25px;
    }

    .news1 .wrap .big .r .jump .item .more {
        gap: 10px;
        margin: 22px 0 0 0;
    }

    .news1 .wrap .big .r .jump .item .more p {
        font-size: 13px;
    }

    .news1 .wrap .big .r .jump .item .more .iconfont {
        font-size: 12px;
    }

    .news1 .wrap .cut {
        margin: 25px 0 0 0;
    }

    .news1 .wrap .cut .swiper-pagination span {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin: 0 10px 0 0 !important;
    }

    .news1 .wrap .cut .swiper-pagination span:last-child {
        margin: 0 !important;
    }

    .news1 .wrap .cut .swiper-pagination span::after {
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

    .news1 .wrap .content {
        padding: 30px 0 0 0;
        margin: 30px 0 0 0;
        flex-direction: column;
        gap: 15px 0;
    }

    .news1 .wrap .content .item {
        width: 100%;
        height: auto;
        border-radius: 10px;
        padding: 25px 5%;
        transform: none !important;
    }

    .news1 .wrap .content .item .p1 {
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 15px;
        height: auto;
    }

    .news1 .wrap .content .item .time {
        font-size: 13px;
        margin: 0 0 15px;
    }

    .news1 .wrap .content .item .p2 {
        font-size: 14px;
        line-height: 25px;
        padding: 0;
        margin: 0 0 30px;
        border-bottom: none;
    }

    .news1 .wrap .content .item .more {
        margin: 20px 0 0 0;
        gap: 0 10px;
        padding: 20px 0 0 0;
        border-top: 1px solid #EBEBED;
    }

    .news1 .wrap .content .item .more p {
        font-size: 14px;
    }

    .news1 .wrap .content .item .more .iconfont {
        font-size: 10px;
    }

    .news1 .wrap .common_paging {
        margin: 32px 0 0 0;
    }

    .common_paging a:first-child,
    .common_paging a:last-child {
        width: 35px;
        height: 35px;
    }

    .common_paging a:first-child .iconfont,
    .common_paging a:last-child .iconfont {
        font-size: 14px;
    }

    .common_paging a:not(:first-child),
    .common_paging a:not(:last-child) {
        font-size: 12px;
        margin: 0 7px;
    }

    .newsInfo {
        padding: 108px 0 40px;
    }

    .newsInfo .wrap {
        width: 90%;
    }

    .newsInfo .wrap .top {
        flex-direction: column;
    }

    .newsInfo .wrap .top .l {
        width: 100%;
    }

    .newsInfo .wrap .top .l .title {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 15px;
    }

    .newsInfo .wrap .top .l .time {
        font-size: 12px;
    }

    .newsInfo .wrap .top .l .content p {
        font-size: 13px;
        line-height: 30px;
    }

    .newsInfo .wrap .top .r {
        width: 100%;
        top: 0;
        margin: 45px 0 0 0;
    }

    .newsInfo .wrap .top .r .headline {
        padding: 0 0 15px;
        font-size: 18px;
    }

    .newsInfo .wrap .top .r .flex .item {
        padding: 30px 0;
    }

    .newsInfo .wrap .top .r .flex .item .label {
        font-size: 13px;
        margin: 0 0 15px;
    }

    .newsInfo .wrap .top .r .flex .item .p1 {
        font-size: 15px;
        margin: 0 0 15px;
        line-height: 25px;
    }

    .newsInfo .wrap .top .r .flex .item .time {
        font-size: 13px;
    }

    .newsInfo .wrap .bottom {
        margin: 30px 0 0 0;
        padding: 30px 0 0 0;
        flex-direction: column;
        align-items: unset;
    }

    .newsInfo .wrap .bottom .link p,
    .newsInfo .wrap .bottom .link a {
        font-size: 12px;
        line-height: 30px;
    }

    .newsInfo .wrap .top .r .flex .item:last-child {
        border-bottom: none;
    }
}