@media (min-width:1001px) {
    .index-banner{
        width: 100%;
        height: 5rem;
        font-size: 0.16rem;
    }
    .index-banner .bannerBg{
        width:100%;
        height:100%;
        background-image: url(imgs/banner-bg2.png);
        background-repeat: no-repeat;
        background-size:11.4rem 4.32rem;
        background-position: 0.2rem;
        position: relative;
    }
    .index-banner .bannerBg .imgouter{
        width:8.94rem;
        height:4rem;
        background-color: #1c5c95;
        position: absolute;
        left:1.5rem;
        top:10%;
        /*top:50%;*/
        /*transform: translateY(-50%) skew(10deg);*/
        overflow: hidden;
    }
    .index-banner .bannerBg .imgouter img{
        position: absolute;
        /*left:50%;*/
        top:0;
        width:100%;
        height:100%;
        /*transform: translateX(-50%) skew(-10deg);*/
    }




    .banner {
        width: 100%;
        height: 3rem;
        font-size: 0.16rem;
    }

    .banner .swiper {
        height: 100%;
    }

    .banner .swiper-pagination-bullet {
        width: 0.67rem;
        height: 0.03rem;
        border-radius: 0;
        background-color: #b3b3b3;
        opacity: 1;
    }

    .banner .swiper-pagination-bullet-active {
        background-color: #fff;
    }

    .banner .infoContent {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 4.75rem;
        width: 12.8rem;
    }

    .banner .infoContent .title1 {
        font-size: .7rem;
        color: #fff;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.1rem;
        /*text-shadow: 0.02rem 0.02rem 0.1rem #000;*/
    }

    .banner .infoContent .title2 {
        font-size: .4rem;
        color: #fff;
        text-align: center;
        letter-spacing: 0.1rem;
        text-shadow: 0.02rem 0.02rem 0.1rem #000;
        padding-top: .3rem;
    }

    .banner .infoContent .content {
        color: #fff;
        text-align: center;
        letter-spacing: 0.05rem;
        font-size: 0.18rem;
        padding-top: 1rem;
    }

    .banner .infoContent .btn {
        position: absolute;
        width: 2.2rem;
        height: 0.62rem;
        border: 1px solid #fff;
        font-size: 0.22rem;
        text-align: center;
        color: #fff;
        line-height: 0.6rem;
        cursor: pointer;
        bottom: 0;
        left: calc(50% - 1.1rem);
        transition: background-color, color 0.5s;
        padding: unset;
    }

    .banner .infoContent .btn:hover {
        background-color: #fff;
        color: #333;

    }
    .index-banner .swiper {
        height: 100%;
    }

    .index-banner .swiper-pagination-bullet {
        width: 0.67rem;
        height: 0.03rem;
        border-radius: 0;
        background-color: #b3b3b3;
        opacity: 1;
    }

    .index-banner .swiper-pagination-bullet-active {
        background-color: #fff;
    }


    /*.index-banner .infoContent {*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    bottom: 0;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    !*background: linear-gradient(to right, rgba(19, 73, 128, 0.6), rgba(19, 73, 128, 0));*!*/
    /*}*/
    .index-banner .infoContent {
        position: absolute;
        /*right: 1.5rem;*/
        right: 1rem;
        bottom: 0;
        /*width: calc(100% - 11.94rem);*/
        width: calc(100% - 11.44rem);
        height: 120%;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .index-banner .text-content {
        position: absolute;
        width: 100%;
        /*top: 1rem;*/
        /*padding-left: 1rem;*/
        padding-left: 0.5rem;
    }

    /*.index-banner .infoContent .title1 {*/
    /*    font-size: .35rem;*/
    /*    color: #fff;*/
    /*    text-align: center;*/
    /*    text-shadow: 0.02rem 0.02rem 0.1rem #000;*/
    /*    position: absolute;*/
    /*    left: 0.3rem;*/
    /*    bottom: 1.5rem;*/
    /*}*/
    .index-banner .infoContent .title1{
        font-size: .25rem;
        color: #666;
        text-align: left;
        width: 100%;
    }

    .index-banner .infoContent .title2 {
        font-size: .4rem;
        color: #fff;
        text-align: center;
        letter-spacing: 0.1rem;
        text-shadow: 0.02rem 0.02rem 0.1rem #000;
        padding-top: .3rem;
    }

    /*.index-banner .infoContent .content {*/
    /*    color: #fff;*/
    /*    !*letter-spacing: 0.05rem;*!*/
    /*    font-size: 0.18rem;*/
    /*    padding-top: 1rem;*/
    /*    position: absolute;*/
    /*    left: 0.3rem;*/
    /*    bottom: 1.2rem;*/
    /*    width: 50%;*/
    /*    text-align: left;*/
    /*}*/
    .index-banner .infoContent .content {
        color: #333;
        margin-top: 0.2rem;
        /*letter-spacing: 0.05rem;*/
        width: 100%;
        font-size: 0.18rem;
        text-align: left;
    }

    /*.index-banner .infoContent .btn {*/
    /*    position: absolute;*/
    /*    width: 1.4rem;*/
    /*    height: 0.52rem;*/
    /*    border: 1px solid #fff;*/
    /*    font-size: 0.18rem;*/
    /*    text-align: center;*/
    /*    color: #fff;*/
    /*    line-height: 0.4rem;*/
    /*    cursor: pointer;*/
    /*    left: 0.3rem;*/
    /*    bottom: 0.4rem;*/
    /*    transition: background-color, color 0.5s;*/
    /*}*/
    .index-banner .infoContent .btn {
        width: 1.2rem;
        height: 0.42rem;
        border: 1px solid #808080;
        font-size: 0.18rem;
        text-align: center;
        color: #333333;
        line-height: 0.4rem;
        cursor: pointer;
        background-color: #fff;
        transition: background-color, color 0.5s;
        padding: 0;
        position: absolute;
        bottom: 0.5rem;
        left: 0.5rem;
    }

    .index-banner .infoContent .btn:hover {
        background-color: #fff;
        color: #333;

    }

    .top-left::after, .top-right::after {
        /*color: #fff;*/
        color: #999;
    }

    .activitys {
        height: 3.3rem;
        width:100%;
        background-color: #fff;
        padding: 0.72rem 1.5rem;
        display: flex;
        justify-content: space-between;
        margin: auto;
    }

    .activitys .item {
        width: 3rem;
        height: 2rem;
        font-size: 0.22rem;
        color: #666;
        padding-top: 1.47rem;
        background-color: #fff;
        text-align: center;
        background-repeat: no-repeat;
        background-size: 100% 1.2rem;
        background-position: top;
        cursor: pointer;
        box-shadow: 0 0 0.1rem rgba(131, 131, 131, 0.3);
        transition: box-shadow 0.2s;
        position: relative;
    }

    .activitys .item::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 0.8rem;
        width: 0.7rem;
        height: 0.7rem;
        border-radius: 50%;
        transform: translateX(-50%);
        z-index: 9;
        transition: transform 0.2s;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .activitys .item:hover {
        box-shadow: 0 0 0.15rem rgba(131, 131, 131, 0.6);
    }

    .activitys .item:hover::after {
        transform: translateX(-50%) scale(1.1);
    }

    .activitys .item1 {
        background-image: url(imgs/pic1.jpg);
    }

    .activitys .item1::after {
        background-image: url(imgs/icon1.png);
    }

    .activitys .item2 {
        background-image: url(imgs/pic2.jpg);
    }

    .activitys .item2::after {
        background-image: url(imgs/icon2.png);
    }

    .activitys .item3 {
        background-image: url(imgs/pic3.jpg);
    }

    .activitys .item3::after {
        background-image: url(imgs/icon3.png);
    }

    .activitys .item4 {
        background-image: url(imgs/pic4.jpg);
    }

    .activitys .item4::after {
        background-image: url(imgs/icon4.png);
    }


    .activity-content {
        width: 100%;
        height: 7.6rem;
        background: url(imgs/content.png) no-repeat;
        background-size: 100% 100%;
    }

    .activity-content .content {
        width: 16.2rem;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }

    .activity-content .content .titleL {
        position: absolute;
        font-size: 0.25rem;
        color: #fff;
        top: 0.35rem;
        left: 0;
        z-index: 3;
    }

    .activity-content .content .titleL2 {
        position: absolute;
        font-size: 0.25rem;
        color: #1c5c95;
        top: 0.6rem;
        left: 0.4rem;
        z-index: 2;
        line-height: 0.25rem;
        text-align: right;
        font-weight: bold;
    }

    .activity-content .content .titleR {
        position: absolute;
        font-size: 0.25rem;
        color: #666666;
        top: 0.35rem;
        right: 0;
        padding-right: 0.3rem;

    }

    .activity-content .content .titleR::after {
        position: absolute;
        width: 0.16rem;
        height: 0.30rem;
        content: "";
        /*background: url("imgs/rightArrow.png") no-repeat;*/
        top: 55%;
        background-size: 100% 100%;
        right: 0;
        transform: translateY(-50%);
    }

    .activity-content .content .topNews {
        width: 7rem;
        height: 5rem;
        position: absolute;
        z-index: 3;
        top: 1.05rem;
        cursor: pointer;
    }

    .activity-content .content .topNews:hover .newTitle {
        color: #d9d9d9;
    }

    .activity-content .content .topNews:hover .newTime {
        color: #d9d9d9;
    }

    .activity-content .content .topNews:hover .newContent {
        color: #d9d9d9;
    }

    .activity-content .content .topNews .toptime {
        width: 1.1rem;
        height: 0.8rem;
        background-color: #333333;
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 0.1rem;
    }

    .activity-content .content .topNews .toptime .day {
        color: #fff;
        display: block;
        text-align: center;
        font-size: .22rem;
    }

    .activity-content .content .topNews .toptime .yearmonth {
        color: #fff;
        display: block;
        font-size: .16rem;
        text-align: center;
    }

    .activity-content .content .topNews .newDiv {
        position: absolute;
        bottom: 0;
        padding: 30px 20px 6px;
        height: 1.4rem;
        background: rgba(0, 0, 0, 0.4);
        color: #ffffff;
        width: 100%;
    }

    .activity-content .content .topNews .newTitle {
        font-size: 0.16rem;
        transition: all 0.3s;
        margin-bottom: 0.1rem;
        margin-left: 0.2rem
    }

    .activity-content .content .topNews .newTime {
        font-size: 0.14rem;
        transition: all 0.3s;
        margin-bottom: 0.1rem;
        margin-left: 0.2rem
    }

    .activity-content .content .topNews .newContent {
        font-size: 0.14rem;
        transition: all 0.3s;
        margin-left: 0.2rem
    }

    .activity-content .content .topNews img {
        width: 100%;
        height: 100%;
    }

    .activity-content .content .moreBtn1 {
        position: absolute;
        bottom: 0.26rem;

    }

    .activity-content .content .moreBtn2 {
        position: absolute;
        bottom: 0.26rem;
        right: 0;
    }

    .activity-content .content .splitline {
        width: 1px;
        height: 5rem;
        position: absolute;
        left: calc(50% - 0.4rem);
        top: 1.05rem;
        background-color: #e6e6e6;
    }

    .activity-content .content .prenews {
        width: 7.9rem;
        height: 5.9rem;
        display: flex;
        justify-content: space-between;
        position: absolute;
        right: 0;
        top: 0.8rem;
        flex-wrap: wrap;
        padding-top: 0.2rem;
    }

    .activity-content .content .prenews .newItem {
        width: 3.8rem;
        height: 2.9rem;
        cursor: pointer;

    }

    .activity-content .content .prenews .newItem:hover .itemTitle {
        color: #000000;

    }

    .activity-content .content .prenews .newItem:hover .itemContent {
        color: #797979;

    }

    .activity-content .content .prenews .newItem img {
        width: 3.8rem;
        height: 2.2rem;
    }

    .activity-content .content .prenews .newItem .itemTitle {
        color: #666666;
        transition: all 0.3s;
        height: 0.45rem;
        margin-top: 5px;
    }

    .activity-content .content .prenews .newItem .itemContent {
        color: #797979;
        font-size: 0.15rem;
        transition: all 0.3s;
    }

    .part {
        color: #666666;
        width: 16.2rem;
        height: 4.4rem;
        padding: 0.7rem 0;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .part .leftPart, .part .rightPart {
        width: 8rem;
        height: 3rem;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        transition: box-shadow 0.5s;
    }

    .part .leftPart:hover, .part .rightPart:hover {
        box-shadow: 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.3);
    }

    .part .leftPart {
        background-image: url("imgs/图层 14.png");
        position: relative;
        padding-top: 0.25rem;
        padding-left: 0.6rem;
        padding-right: 3.25rem;
    }

    .part .leftPart .content {
        font-size: .16rem;
        /*letter-spacing: 0.03rem;*/
        font-size: .16rem;
        letter-spacing: 0.03rem;
        padding: 0.15rem 0;
        /*height: 1.5rem;*/
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
    }

    .part .leftPart .video {
        width: 2.52rem;
        height: 1.72rem;
        position: absolute;
        top: 50%;
        right: 0.45rem;
        transform: translateY(-50%);
        text-align: center;
        text-align: center;
    }

    .part .leftPart .video .playBtn {
        width: 0.4rem;
        height: 0.4rem;
        background: url("imgs/图层 22.png") no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        z-index: 99;
    }

    .part .leftPart .video video {
        width: 100%;
        height: 100%;

    }

    .part .leftPart .moreBtn {
        position: absolute;
        bottom: 0.32rem;
    }

    .part .leftPart .title {
        font-size: 0.25rem;
    }

    .part .rightPart .moreBtn {
        position: absolute;
        bottom: 0.32rem;
    }

    .part .rightPart {
        background-image: url("imgs/图层 1 拷贝.png");
        position: relative;
        padding-top: 0.2rem;
        padding-left: 0.6rem;
        padding-right: 3.24rem;
    }

    .part .rightPart .title {
        font-size: 0.25rem;
    }

    .part .rightPart .content {
        font-size: .16rem;
        /*letter-spacing: 0.03rem;*/
        font-size: .16rem;
        letter-spacing: 0.03rem;
        padding: 0.15rem 0;
        /*height: 1.5rem;*/
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
    }

    .part .rightPart .innerPic {
        width: 2.52rem;
        height: 1.72rem;
        position: absolute;
        right: 0.4rem;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        object-fit: cover;
    }


    .partner {
        width: 100%;
        height: 5.2rem;
        background: url("imgs/矩形 12 拷贝.png") no-repeat;
        background-size: 100% 100%;
        position: relative;
        padding-top: 0.4rem;
    }


    .partner .content {
        width: 16.2rem;
        margin: 0 auto;
        padding: 0 0.5rem;
        color: #fff;
        font-size: 0.2rem;
        padding-top: 0.2rem;
        text-align: center;
    }

    .partner .partnerLs {
        width: 13.186rem;
        height: 2.8rem;
        position: absolute;
        left: 50%;
        bottom: 0.4rem;
        transform: translateX(-50%);
        background: url("imgs/group.png") no-repeat;
        background-size: 100% 100%;
    }

    .partner .partnerLs img {
        position: absolute;
        cursor: pointer;
        transition: all 0.2s;
        transform: scale(0.9);
    }

    .partner .partnerLs img:hover {
        transform: scale(1);
    }

    .partner .title {
        color: #fff;
        text-align: center;
        font-size: 0.25rem;
    }

    .partner2 {
        padding-top: 0.3rem;
        height: 4rem;
        /*background-color: #f2f2f2;*/
        position: relative;
    }

    .partner2 .content {
        height: 100%;
        width: 16.2rem;
        margin: 0 auto;
        position: relative;
    }

    .partner2 .title {
        padding: 0.6rem 0;
        text-align: center;
        font-size: 0.25rem;
        line-height: 0.4rem;
        color: #666666;
    }

    .partner2 .swiper {
        height: 0.8rem;
        width: 100%;
    }

    .partner2 .swiper .swiper-slide {
        text-align: center;
        line-height: 0.8rem;
    }

    .partner2 .swiper .swiper-slide img {
        height: 70%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.3s;
    }

    .partner2 .swiper .swiper-slide img:hover {

        transform: translate(-50%, -50%) scale(1.1);
    }

    .partner2 .swiper-button-prev, .partner2 .swiper-button-next {
        width: 0.45rem;
        height: 0.45rem;
        background-color: #dbdbdb;
        background-image: url("imgs/arrow.png");
        background-repeat: no-repeat;
        background-size: 0.08rem 0.14rem;
        background-position: center;
        z-index: 9;
        top: 2rem;
    }

    .partner2 .swiper-button-prev {
        left: 0;
        transform: translateX(-100%) rotate(-180deg);

    }

    .partner2 .swiper-button-next {
        right: 0;
        transform: translateX(100%);

    }

    .partner2 .swiper-button-prev::after, .partner2 .swiper-button-next::after {
        content: "";
    }
}

@media (max-width:1000px) {
    .index-banner{
        width: 100%;
        /*height: 19rem;*/
        height: 14rem;
        font-size: 0.16rem;
    }
    .index-banner .bannerBg{
        width:100%;
        height:70%;
        background-image: url(imgs/banner-bg2.png);
        background-repeat: no-repeat;
        background-size:100%;
        background-position: 0.2rem;
        position: relative;
    }
    .index-banner .bannerBg .imgouter{
        width:15.88rem;
        height:8rem;
        background-color: #1c5c95;
        position: absolute;
        left:9%;
        top:5%;
        /*top:1rem;*/
        /*transform: translateX(-50%) skew(10deg);*/
        overflow: hidden;
    }
    .index-banner .bannerBg .imgouter img{
        position: absolute;
        /*left:50%;*/
        top:0;
        width:100%;
        height:100%;
        /*transform: translateX(-50%) skew(-10deg);*/
    }

    /*.index-banner .infoContent {*/
    /*    position: absolute;*/
    /*    top: 50%;*/
    /*    !*left: 35%;*!*/
    /*    !*transform: translate(-50%, -50%);*!*/
    /*    height: 2rem;*/
    /*    width: 100%;*/
    /*}*/
    .index-banner .infoContent {
        position: absolute;
        top: 9.5rem;
        width: 100%;
        height: 5.5rem;
    }
    .index-banner .text-content {
        /*position: absolute;*/
        width: 100%;
        padding: 0 2rem;
    }
    /*.index-banner .infoContent .title1 {*/
    /*    font-size: .5rem;*/
    /*    color: #fff;*/
    /*    !*text-align: center;*!*/
    /*    padding-left: 5px;*/
    /*    !*font-weight: bold;*!*/
    /*    !*letter-spacing: 0.1rem;*!*/
    /*    !*text-shadow: 0.02rem 0.02rem 0.1rem #000;*!*/
    /*    text-shadow: 0.02rem 0.02rem 0.1rem #000;*/
    /*    position: absolute;*/
    /*    !*left: 0.3rem;*!*/
    /*    bottom: 0.8rem;*/
    /*}*/
    .index-banner .infoContent .title1 {
        font-size: 0.65rem;
        color: #666;
        text-align: left;
        width: 100%;
    }

    .index-banner .infoContent .title2 {
        font-size: .4rem;
        color: #fff;
        text-align: center;
        letter-spacing: 0.1rem;
        text-shadow: 0.02rem 0.02rem 0.1rem #000;
        padding-top: .3rem;
    }

    /*.index-banner .infoContent .content {*/
    /*    color: #fff;*/
    /*    text-align: center;*/
    /*    letter-spacing: 0.05rem;*/
    /*    font-size: 0.18rem;*/
    /*    padding-top: 1rem;*/
    /*}*/
    .index-banner .infoContent .content {
        color: #333;
        margin-top: 0.4rem;
        letter-spacing: 0.05rem;
        width: 100%;
        font-size: 0.6rem;
        text-align: left;
        display: none;
    }

    /*.index-banner .infoContent .btn {*/
    /*    position: absolute;*/
    /*    width: 2.2rem;*/
    /*    height: 0.62rem;*/
    /*    border: 1px solid #fff;*/
    /*    font-size: 0.32rem;*/
    /*    text-align: center;*/
    /*    color: #fff;*/
    /*    line-height: 0.6rem;*/
    /*    cursor: pointer;*/
    /*    bottom: 0;*/
    /*    left: 5%;*/
    /*    transition: background-color, color 0.5s;*/
    /*    padding: unset;*/
    /*}*/

    .index-banner .infoContent .btn {
        width: 3rem;
        height: 1.14rem;
        border: 1px solid #808080;
        font-size: 0.5rem;
        text-align: center;
        color: #333333;
        line-height: 1.1rem;
        cursor: pointer;
        background-color: #fff;
        transition: background-color, color 0.5s;
        padding: 0;
        float: right;
        margin-right: 1.8rem;
        margin-top: 0.5rem;
    }

    .index-banner .infoContent .btn:hover {
        background-color: #fff;
        color: #333;

    }
    .banner {
        width: 100%;
        height: 10%;
        font-size: 0.16rem;
    }
    .banner .swiper {
        height: 100%;
    }
    .banner .swiper-slide{
        width:100%;
        height:100%;
        overflow: hidden;
        position: relative;
    }
    .banner .swiper-slide img{
        width:auto !important;
        height:100%;
        position: absolute;
        left:50%;
        top:0;
        transform: translateX(-50%);
    }
    .banner .swiper-pagination-bullet {
        width: 1.34rem;
        height: 0.06rem;
        border-radius: 0;
        background-color: #b3b3b3;
        opacity: 1;
    }

    .banner .swiper-pagination-bullet-active {
        background-color: #fff;
    }

    .banner .infoContent {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 9rem;
        width: 13.8rem;
    }

    .banner .infoContent .title1 {
        font-size: 1.4rem;
        color: #fff;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.1rem;
        text-shadow: 0.02rem 0.02rem 0.1rem #000;
    }

    .banner .infoContent .title2 {
        font-size: .8rem;
        color: #fff;
        text-align: center;
        letter-spacing: 0.1rem;
        text-shadow: 0.02rem 0.02rem 0.1rem #000;
        padding-top: .3rem;
    }

    .banner .infoContent .content {
        color: #fff;
        text-align: center;
        letter-spacing: 0.05rem;
        font-size: 0.5rem;
        padding-top: 1rem;
    }

    .banner .infoContent .btn {
        position: absolute;
        width: 4.4rem;
        height: 1.24rem;
        border: 1px solid #fff;
        font-size: 0.54rem;
        text-align: center;
        color: #fff;
        line-height: 1.24rem;
        cursor: pointer;
        bottom: 0;
        left: calc(50% - 2.2rem);
        transition: background-color, color 0.5s;

    }

    .banner .infoContent .btn:hover {
        background-color: #fff;
        color: #333;

    }

    .top-left::after,
    .top-right::after {
        color: #fff;
    }

    .activitys {
        height: 10.45rem;
        width: 100%;
        background-color: #fff;
        padding: 0.92rem 1.5rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .activitys .item {
        width: 6rem;
        height: 3.5rem;
        font-size: 0.6rem;
        color: #333;
        padding-top: 2.6rem;
        background-color: #fff;
        text-align: center;
        background-repeat: no-repeat;
        background-size: 100% 2rem;
        background-position: top;
        cursor: pointer;
        box-shadow: 0 0 0.1rem rgba(131, 131, 131, 0.3);
        transition: box-shadow 0.2s;
        position: relative;
    }

    .activitys .item::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 1.5rem;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        transform: translateX(-50%);
        z-index: 9;
        transition: transform 0.2s;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .activitys .item:hover {
        box-shadow: 0 0 0.15rem rgba(131, 131, 131, 0.6);
    }

    .activitys .item:hover::after {
        transform: translateX(-50%) scale(1.1);
    }

    .activitys .item1 {
        background-image: url(imgs/pic1.jpg);
    }

    .activitys .item1::after {
        background-image: url(imgs/icon1.png);
    }

    .activitys .item2 {
        background-image: url(imgs/pic2.jpg);
    }

    .activitys .item2::after {
        background-image: url(imgs/icon2.png);
    }

    .activitys .item3 {
        background-image: url(imgs/pic3.jpg);
    }

    .activitys .item3::after {
        background-image: url(imgs/icon3.png);
    }

    .activitys .item4 {
        background-image: url(imgs/pic4.jpg);
    }

    .activitys .item4::after {
        background-image: url(imgs/icon4.png);
    }

    .activity-content {
        width: 100%;
        height: 30.4rem;
        background: url(imgs/content.png) no-repeat;
        background-size: 200% 48%;
    }

    .activity-content .content {
        width: 16.2rem;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }

    .activity-content .content .titleL {
        position: absolute;
        font-size: 0.7rem;
        color: #fff;
        top: 0.35rem;
        left: 0;
        z-index: 3;
    }

    .activity-content .content .titleL2 {
        position: absolute;
        font-size: 0.25rem;
        color: #1c5c95;
        top: 0.8rem;
        left: 1.45rem;
        z-index: 2;
        line-height: 0.5rem;
        text-align: right;
        font-weight: bold;
    }

    .activity-content .content .titleR {
        position: absolute;
        font-size: 0.7rem;
        color: #333333;
        top: 15.8rem;
        left:0rem;;
        padding-right: 0.6rem;

    }

    .activity-content .content .titleR::after {
        position: absolute;
        width: 0.32rem;
        height: 0.6rem;
        content: "";
        background: url("imgs/rightArrow.png") no-repeat;
        top: 55%;
        background-size: 100% 100%;
        right: 0;
        transform: translateY(-50%);
    }

    .activity-content .content .topNews {
        width: 15rem;
        height: 10rem;
        position: absolute;
        z-index: 3;
        top: 1.65rem;
        cursor: pointer;
    }

    .activity-content .content .topNews:hover .newTitle {
        color: #d9d9d9;
    }

    .activity-content .content .topNews:hover .newTime {
        color: #d9d9d9;
    }

    .activity-content .content .topNews:hover .newContent {
        color: #d9d9d9;
    }

    .activity-content .content .topNews .toptime {
        width: 2.2rem;
        height: 1.6rem;
        background-color: #333333;
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 0.3rem;
    }

    .activity-content .content .topNews .toptime .day {
        color: #fff;
        display: block;
        text-align: center;
        font-size: .44rem;
    }

    .activity-content .content .topNews .toptime .yearmonth {
        color: #fff;
        display: block;
        font-size: .32rem;
        text-align: center;
    }

    .activity-content .content .topNews .newTitle {
        position: absolute;
        color: #fff;
        left: 1rem;
        bottom: 2.6rem;
        font-size: 0.6rem;
    }

    .activity-content .content .topNews .newTime {
        position: absolute;
        color: #fff;
        left: 1rem;
        bottom: 1.5rem;
        font-size: 0.4rem;
        transition: all 0.3s;
    }

    .activity-content .content .topNews .newContent {
        position: absolute;
        color: #fff;
        left: 1rem;
        bottom: 0.8rem;
        font-size: 0.36rem;
        transition: all 0.3s;
    }

    .activity-content .content .topNews img {
        width: 100%;
        height: 100%;
    }

    .activity-content .content .moreBtn1 {
        position: absolute;
        top: 12.74rem;

    }

    .activity-content .content .moreBtn2 {
        position: absolute;
        bottom: 0.46rem;
        right: 0;
    }

    .activity-content .content .splitline {
        width: 1px;
        height: 5rem;
        position: absolute;
        left: calc(50% - 0.4rem);
        top: 1.05rem;
        background-color: #e6e6e6;
        display: none;
    }

    .activity-content .content .prenews {
        width: 15.8rem;
        height: 11.8rem;
        display: flex;
        justify-content: space-between;
        position: absolute;
        right: 0;
        top: 17rem;
        flex-wrap: wrap;
        padding-top: 0.2rem;
    }

    .activity-content .content .prenews .newItem {
        width: 7.6rem;
        height: 5.8rem;
        cursor: pointer;

    }

    .activity-content .content .prenews .newItem:hover .itemTitle {
        color: #666;

    }

    .activity-content .content .prenews .newItem:hover .itemContent {
        color: #797979;

    }

    .activity-content .content .prenews .newItem img {
        width: 7.6rem;
        height: 4.4rem;
    }

    .activity-content .content .prenews .newItem .itemTitle {
        color: #000;
        transition: all 0.3s;
        font-size: 0.4rem;
    }

    .activity-content .content .prenews .newItem .itemContent {
        color: #797979;
        font-size: 0.3rem;
        transition: all 0.3s;
    }

    .part {
        width: 16.2rem;
        height: 18rem;
        padding: 0.7rem 0;
        margin: 0 auto;
    }
    .part .leftPart{
        margin-bottom: 0.5rem;
    }
    .part .leftPart,
    .part .rightPart {
        width: 100%;
        height: 8rem;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        transition: box-shadow 0.5s;
    }

    .part .leftPart:hover,
    .part .rightPart:hover {
        box-shadow: 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.3);
    }

    .part .leftPart {
        background-image: url("imgs/图层 14.png");
        position: relative;
        padding-top: 0.5rem;
        padding-left: 0.6rem;
        padding-right: 6.5rem;
    }

    .part .leftPart .content {
        font-size: .5rem;
        letter-spacing: 0.03rem;
        padding: 0.3rem 0;
    }

    .part .leftPart .video {
        width: 5.04rem;
        height: 3.44rem;
        position: absolute;
        top: 50%;
        right: 0.6rem;
        transform: translateY(-50%);
        text-align: center;
    }

    .part .leftPart .video .playBtn {
        width: 1.2rem;
        height: 1.2rem;
        background: url("imgs/图层 22.png") no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        z-index: 99;
    }
    .part .leftPart .video .video_span{
        font-size:0.5rem ;
    }
    .part .leftPart .video video {
        width: 100%;
        height: 100%;

    }

    .part .leftPart .moreBtn {

        bottom: 0.42rem;
    }

    .part .leftPart .title {
        font-size: 0.8rem;
    }

    .part .rightPart .moreBtn {

        bottom: 0.32rem;
    }

    .part .rightPart {
        background-image: url("imgs/图层 1 拷贝.png");
        position: relative;
        padding-top: 0.4rem;
        padding-left: 0.6rem;
        padding-right: 6.5rem;
    }

    .part .rightPart .title {
        font-size: 0.8rem;
    }

    .part .rightPart .content {
        font-size: .5rem;
        letter-spacing: 0.03rem;
        padding: 0.3rem 0;
    }

    .part .rightPart .innerPic {
        width: 5.04rem;
        height:3.44rem;
        position: absolute;
        right: 0.6rem;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        object-fit: cover;
    }


    .partner {
        width: 100%;
        height: 10.4rem;
        background: url("imgs/矩形 12 拷贝.png") no-repeat;
        background-size: 100% 100%;
        position: relative;
        padding-top: 0.4rem;
    }


    .partner .content {
        width: 17.2rem;
        margin: 0 auto;
        padding: 0 0.5rem;
        color: #fff;
        font-size: 0.4rem;
        padding-top: 0.4rem;
    }

    .partner .partnerLs {
        width: 13.186rem;
        height: 2.8rem;
        position: absolute;
        left: 50%;
        top: 5rem;
        transform: translateX(-50%) scale(1.3);
        background: url("imgs/group.png") no-repeat;
        background-size: 100% 100%;
    }

    .partner .partnerLs img {
        position: absolute;
        cursor: pointer;
        transition: all 0.2s;
        transform: scale(0.9);
    }

    .partner .partnerLs img:hover {
        transform: scale(1);
    }

    .partner .title {
        color: #fff;
        text-align: center;
        font-size: 0.9rem;
    }

    .partner2 {
        padding-top: 1.2rem;
        height: 8rem;
        position: relative;
    }

    .partner2 .content {
        height: 100%;
        width: 16.2rem;
        margin: 0 auto;
        position: relative;
    }

    .partner2 .title {
        padding: 0.6rem 0;
        text-align: center;
        font-size: 0.8rem;
        line-height: 0.4rem;
    }

    .partner2 .swiper {
        height: 3rem;
        width: 100%;
    }

    .partner2 .swiper .swiper-slide {
        text-align: center;
        line-height: 0.8rem;
    }

    .partner2 .swiper .swiper-slide img {
        height: 30%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.3s;
    }

    .partner2 .swiper .swiper-slide img:hover {

        transform: translate(-50%, -50%) scale(1.1);
    }

    .partner2 .swiper-button-prev,
    .partner2 .swiper-button-next {
        width: 1rem;
        height: 1rem;
        background-color: #dbdbdb;
        background-image: url("imgs/arrow.png");
        background-repeat: no-repeat;
        background-size: 0.32rem 0.56rem;
        background-position: center;
        z-index: 9;
        top: 55%;
    }

    .partner2 .swiper-button-prev {
        left: 0;
        transform: translateX(-100%) rotate(-180deg);

    }

    .partner2 .swiper-button-next {
        right: 0;
        transform: translateX(100%);

    }

    .partner2 .swiper-button-prev::after,
    .partner2 .swiper-button-next::after {
        content: "";
    }

    .activity-content .content .topNews .newDiv {
        height: 4rem;
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        color: #ffffff;
        width: 100%;
    }

    .activity-content .content .topNews .newTitle {
        position: absolute;
        color: #fff;
        font-size: 0.6rem;
        margin: 5px 10px;
    }


    .activity-content .content .topNews .newTime {
        position: absolute;
        font-size: 0.36rem;
        bottom: 0.8rem;
        transition: all 0.3s;
        margin: 5px 10px;
    }

    .activity-content .content .topNews .newContent {
        position: absolute;
        bottom: 0;
        font-size: 0.36rem;
        transition: all 0.3s;
        margin: 5px 10px;
    }

    .activity-content .content .topNews img {
        width: 100%;
        height: 100%;
    }
    .swiper-pagination{
        display: none;
    }
    .index-banner .swiper-button-prev::after,
    .index-banner .swiper-button-next::after {
        font-size: 22px;
        color: #999;
    }
    .index-banner .swiper-button-prev,
    .index-banner .swiper-button-next{
        top: 33%;
        width: 10px;
    }
}
