@charset "utf-8";

body {
    overflow-x: hidden;
}



@keyframes _ani1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _ani2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes ani_bj {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: .8;
        transform: scale(1.45);
    }

    95% {
        opacity: 0;
        transform: scale(1.8);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a::before {
    content: "";
    /* position: absolute;
    left: 0;
    height: 1.8rem;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1; */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #00000099 0%, #00000000 100%);
    height: 1.87rem;
    max-height: 35%;
}

.banner .slick-slide a>img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}



@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}


@keyframes img_scale3 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner .slick .slick-current .box2 {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}


.banner .slick .box0 {
    opacity: 1;
    z-index: 0;
    opacity: 1;
    z-index: 0;
    -webkit-animation: box0 7s linear 0s;
    animation: box0 7s linear 0s
}


.banner .slick .slick-current .box2 {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}

.banner .slick .box1 {
    -webkit-animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 0
}

@-webkit-keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@-webkit-keyframes box1 {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@keyframes box1 {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@-webkit-keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}


.banner .slick-dots {
    font-size: 0;
    text-align: right;
    bottom: .36rem;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    left: 0;
    right: 0;
    max-width: 16rem;
    margin: 0 auto;
}

.banner .slick-dots li {
    padding: 0;
    position: relative;
    transition: all .5s;
    height: .24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 0 0 .2rem;
}

.banner .slick-dots li span {
    /* display: none; */
    font-family: Georgia;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.23rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scaleX(0);
    width: 0.09rem;
    height: 1px;
    background: #fff;
    transition: all .5s;
    right: 100%;
}

.banner .slick-dots li:first-child:after {
    display: none;
}

.banner .slick-dots li::before {
    content: "";
    transition: all 0.6s;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 0;
    background: url(../images/banner-dot-act.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0);
}

.banner .slick-dots li button {
    border-radius: 50%;
    padding: 0;
    transition: all .5s;
    display: block;
    margin: 0;
    width: 0.13rem;
    height: 0.13rem;
    border: solid 0.02rem #f8f8f6;
}

.banner .slick-dots li.slick-active::before {
    opacity: 1;
    transform: scale(1);
}

.banner .slick-dots li.slick-active::after {
    transform: translateX(-50%) translateY(-50%) scaleX(1);
}

.banner .slick-dots li.slick-active+li::after {
    transform: translateX(-50%) translateY(-50%) scaleX(1);
}

.banner .slick-dots li.slick-active {
    width: .46rem;
}

.banner .slick-dots li.slick-active button {
    opacity: 0;
}

.banner .slick-dots li.slick-active span {
    opacity: 0;
}



/* index */
.tit {
    position: relative;
}

.tit-name {
    padding-left: .56rem;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.tit-name>img {
    position: absolute;
    left: 0;
    z-index: -1;
}

.tit-name>b {
    font-family: hongleixingshu;
    font-size: 0.72rem;
    font-weight: normal;
    line-height: 0.5rem;
    letter-spacing: -0.18em;
    color: #004098;
    display: block;
    margin-right: .1rem;
    margin-top: .2rem;
}

.tit-name>div {}

.tit-name>div span {
    font-family: Butler;
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.16rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #C50010;
    display: block;
}

.tit-name>div i {
    font-size: 0.48rem;
    font-weight: 600;
    line-height: .5rem;
    letter-spacing: normal;
    color: #2C2C2C;
    display: block;
    font-style: normal;
    font-family: sys-sb;
}

.tit-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.tit-more a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .44rem;
    letter-spacing: normal;
    color: #004098;
    position: relative;
    z-index: 1;
    width: 0.85rem;
    text-align: center;
}

.tit-more a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 0.6rem;
    background: url(../images/tit-more-bef.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    height: 0.06rem;
}

.tit-more a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.6rem;
    background: url(../images/tit-more-aft.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    height: 0.06rem;
}

.index {
    z-index: 99;
    background: #fff;
    position: relative;
    padding-top: 1px;
    overflow: hidden;
}



.s1 {
    padding-top: .8rem;
    padding-bottom: 1.1rem;
    background: #F4F9FD;
}

.s1-c {
    display: flex;
    margin-top: .5rem;
    align-items: flex-start;
}

.s1-l {
    width: 8.3rem;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.3rem 0rem rgba(7, 42, 132, 0.12);
    margin-top: .3rem;
    z-index: 2;
}

.s1-l .slick-list {}

.s1-l ul li {
    opacity: 0;
    transition: all .5s;
    pointer-events: none;
}

.s1-l ul li.slick-current {
    opacity: 1;
    pointer-events: auto;
}

.s1-l ul li a {
    display: block;
}

.s1-l ul li a .pics {}

.s1-l ul li a .pics .pic {
    padding-top: 60%;
}

.s1-l ul li a .coninfo {
    padding: .28rem .4rem .32rem .4rem;
    position: relative;
    z-index: 2;
    margin-right: .8rem;
    background: #FFFFFF;
}

.s1-l ul li a .coninfo .date {
    margin-right: .3rem;
}

.s1-l ul li a .coninfo .date div {
    display: flex;
    align-items: flex-end;
}

.s1-l ul li a .coninfo .date div b {
    font-family: Bebas;
    font-size: 0.4rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: normal;
    color: #333333;
}

.s1-l ul li a .coninfo .date div i {
    font-style: normal;
    margin: 0 0.05rem;
}

.s1-l ul li a .coninfo .date span {
    margin: 0 auto;
    border-radius: 1rem;
    background: #0A62C4;
    width: 0.42rem;
    text-align: center;
    font-family: Bebas;
    font-size: 0.14rem;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    line-height: .16rem;
    text-align: center;
    margin-top: .07rem;
    display: none;
}

.s1-l ul li a .coninfo .info {
    width: 100%;
}

.s1-l ul li a .coninfo .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.32rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    margin: .13rem 0;
    color: #333333;
}

.s1-l ul li a .coninfo .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #959595;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-l ul li a .coninfo .info span {
    display: block;
    font-family: Philosopher;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.18rem;
    letter-spacing: normal;
    color: #004098;
}

.s1-l .s1-arr {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.s1-l .s1-arr div {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s;
    width: 0.8rem;
    height: 0.8rem;
    background: #C50010;
    box-shadow: 0rem 0.04rem 0.3rem 0rem rgba(0, 0, 0, 0.06);
}

.s1-l .s1-arr div+div {
    background: #004098;
}

.s1-l .s1-arr div svg {
    width: 0.24rem;
    height: 0.24rem;
}

.s1-l .s1-arr div svg path {
    fill: #fff;
    transition: all .5s;
}


.s1-r {
    flex: 1;
    min-width: 0;
    margin-left: -.66rem;
    position: relative;
    z-index: 1;
    padding-left: 1.16rem;
    padding-top: .1rem;
    padding-bottom: .2rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.24rem 0rem rgba(0, 0, 0, 0.06);
    padding-right: .5rem;
    padding-top: .2rem;
    padding-bottom: .4rem;
}



.s1-r ul li a {
    display: block;
    position: relative;
    transition: all .5s;
    z-index: 1;
    position: relative;
    z-index: 1;
    border-bottom: 1px dashed #D2D2D2;
}

.s1-r ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 9;
    height: 1px;
    background: #004098;
    transition: all .5s;
    width: 0;
}

 

.s1-r ul li a:after {}

.s1-r ul li a .info {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all .5s;
    height: 1.18rem;
}

.s1-r ul li a .info .date {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 1.2rem;
    position: relative;
    z-index: 1;
}

.s1-r ul li a .info .date:after {}

.s1-r ul li a .info .date b {
    font-family: Philosopher;
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.36rem;
    text-align: center;
    letter-spacing: normal;
    color: #004098;
}

.s1-r ul li a .info .date span {
    \: Philosopher;
    font-family: Philosopher;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.18rem;
    letter-spacing: normal;
    color: #666666;
}

.s1-r ul li a .info .text {
    flex: 1;
    min-width: 0;
}

.s1-r ul li a .info .text h3 {
    font-family: MiSans;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.64rem;
}

.s1-r ul li a .info .text p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .52rem;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #333333;
    margin-top: .05rem;
}


.s2 {
    padding: .82rem 0 .83rem 0;
    position: relative;
    z-index: 1;
}

.s2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s2-bbg.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    z-index: -1;
    pointer-events: none;
}

.s2-c {
    display: flex;
}

.s2-l {
    flex: 1;
    min-width: 0;
}


.s2-lt {
    display: flex;
    align-items: center;
    margin-top: .34rem;
}

.s2-ltpic {
    width: 6.4rem;
}

.s2-ltpic .slick>ul {
    /* margin-left: -2.4rem; */
}

.s2-ltpic .slick>ul li a {
    display: block
}

.s2-ltpic .slick>ul li a .pic {
    padding-top: 59.6%;
}

.s2-ltinfo {
    background: url(../images/s2-ltinfo-bg.png) no-repeat;
    background-position: right bottom;
    background-size: cover;
    flex: 1;
    min-width: 0;
    margin-left: -.76rem;
    position: relative;
    z-index: 3;
    padding: .4rem .25rem .16rem .25rem;
}

.s2-ltinfo::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: .38rem 0 0 .38rem;
    border-style: solid;
    border-color: #C50010 transparent transparent transparent;
    pointer-events: none;
}

.s2-ltinfo .slick {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}
 

.s2-ltinfo .slick>ul li a {
    display: block;
}

.s2-ltinfo .slick>ul li a span {
    font-family: Philosopher;
    font-size: 0.26rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s2-ltinfo .slick>ul li a h3 {
    font-family: MiSans;
    font-size: 0.22rem;
    font-weight: 600;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: .25rem 0;
}

.s2-ltinfo .slick>ul li a h4 {
    font-family: SourceHanSerifCN-Heavy;
    font-size: 0.4rem;
    font-weight: normal;
    line-height: 0.56rem;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 1.68rem;
    margin: .5rem 0 .25rem 0
}

.s2-ltinfo .slick>ul li a h4 i {
    background-image: linear-gradient(#41661f, #41661f)
}

.s2-ltinfo .slick>ul li a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .56rem;
    font-family: MiSans;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #FFFFFF;
}



.s2-tarr {
    display: flex;
    align-items: center;
    margin-top: .25rem;
    border-top: 0.01rem solid #DDDDDD;
    padding-top: .2rem;
    justify-content: flex-end;
}

.s2-tarr div {
    width: 0.28rem;
    height: 0.28rem;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s;
    margin-left: .16rem;
}

.s2-tarr div svg {
    display: block;
    width: 0.13rem;
}

.s2-tarr div svg * {
    fill: #C50010;
    transition: all .5s;
}



.s2-lb {
    margin-top: .38rem;
}

.s2-lb ul li a {
    display: block;
    border: 1px solid rgba(0, 64, 152, .2);
    padding: .33rem .33rem .44rem .33rem;
    transition: all .5s;
}

.s2-lb ul li a .infos {
    position: relative;
    z-index: 1;
}

.s2-lb ul li a .infos span {
    display: block;
    font-family: Philosopher;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #004098;
}

.s2-lb ul li a .infos h3 {
    font-family: MiSans;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .64rem;
    margin: .09rem 0 .12rem 0;
}

.s2-lb ul li a .infos p {
    font-family: MiSans;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #959595;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
}

.s2-lb ul li a .pics {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    transition: all .5s;
    opacity: 0;
}

.s2-lb ul li a .pics .pic {
    height: 100%;
    padding-top: 0;
}

.s2-lb ul li a .pics .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.21rem;
    max-height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.s2-lb ul li a .pics .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .2rem .15rem;
    z-index: 9;
}

.s2-lb ul li a .pics .info span {
    display: block;
    font-family: Philosopher;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s2-lb ul li a .pics .info h3 {
    font-family: MiSans;
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .03rem;
}

.s2-lbtm {
    display: flex;
    align-items: flex-end;
    margin-top: .3rem;
}

.s2-lbtm .swiper-scrollbar {
    flex: 1;
    min-width: 0;
    height: auto;
    position: relative;
    z-index: 1;
    background: none;
}

.s2-lbtm .swiper-scrollbar::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(193, 193, 193, 0.5);
}

.s2-lbtm .swiper-scrollbar>div {
    height: 3px;
    background: #C50010;
    transition: all .5s;
}

.s2-lbtm .s2-lbarr {
    margin-left: .06rem;
    display: flex;
}

.s2-lbtm .s2-lbarr>div {
    height: 0.16rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-left: .11rem;
    cursor: pointer;
}

.s2-lbtm .s2-lbarr>div svg {
    width: 0.78rem;
    display: block;
}

.s2-lbtm .s2-lbarr>div svg * {
    fill: #C50010;
}




.s2-r {
    width: 5.5rem;
    margin-left: .45rem;
}

.s2-r ul {
    margin-top: .36rem;
    background: #F3F7F9;
    padding: 0 .28rem
}

.s2-r ul li+li a {
    border-top: 1px dashed rgba(0, 64, 152, .2);
}

.s2-r ul li a {
    display: flex;
    align-items: center;
    padding: .28rem 0;
}

.s2-r ul li a .pics {
    width: 1.2rem;
    height: 0.55rem;
    margin-right: .18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0rem rgba(22, 78, 163, 0.12);
}

.s2-r ul li a .pics img {
    max-width: 80%;
    max-height: 80%;
}

.s2-r ul li a .info {
    flex: 1;
    min-width: 0;
}

.s2-r ul li a .info h3 {
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #2D2D2D;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: MiSans;
    font-size: 0.2rem;
    margin-top: .06rem;
}

.s2-r ul li a .info span {
    display: block;
    padding-left: .2rem;
    background: url(../images/icon-time.png) no-repeat;
    background-position: left center;
    background-size: .12rem auto;
    font-family: Philosopher;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #004098;
}

.s3 {
    position: relative;
    z-index: 1;

}

.s3::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/s3-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 12.67rem;
    width: 19.2rem;
    z-index: -2;
    pointer-events: none;
}

.s3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: linear-gradient(180deg, #eef6ff 0%, #eef6ff00 100%);
    z-index: -1;
}

.s3-c {
    display: flex;
    justify-content: space-between;
}

.s3-l {
    width: 48%;
    padding: 1.03rem 0 1.9rem 0;
}

.s3-r {
    width: 48%;
    padding: 1.03rem 0 1.9rem 0;
}

.s3-list ul {
    margin-top: .15rem;
}

.s3-list ul li {
    position: relative;
    z-index: 1;
    transition: all .5s;
}

.s3-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(51, 51, 51, 0.1);
}

.s3-list ul li a:nth-child(1) {
    display: block;
    padding: .28rem 0 .22rem 0;
    transition: all .5s;
}

.s3-list ul li a:nth-child(1) span {
    display: block;
    \: Century Gothic;
    font-family: Philosopher;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .2rem;
    letter-spacing: normal;
    color: #004098;
}

.s3-list ul li a:nth-child(1) h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .04rem;
    font-family: MiSans;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #222222;
}

.s3-list ul li a:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 9;
    transition: all .5s;
    opacity: 0;
    transform: rotateX(90deg);
}

.s3-list ul li a:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}

.s3-list ul li a:nth-child(2) .date {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: .24rem;
    width: 0.8rem;
    height: 0.8rem;
    background: #C20917;
    margin-left: .12rem;
    margin-top: .12rem;
    position: relative;
    z-index: 1;
}

.s3-list ul li a:nth-child(2) .date:before {
    content: "";
    position: absolute;
    left: -.12rem;
    top: -.12rem;
    width: 100%;
    height: 100%;
    border: 0.01rem solid #D8D8D8;
    z-index: -2;
}

.s3-list ul li a:nth-child(2) .date:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #C20917;
    z-index: -1;
}


.s3-list ul li a:nth-child(2) .date b {
    text-align: center;
    text-transform: capitalize;
    color: #F3AE00;
    font-family: Philosopher;
    font-size: 0.36rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s3-list ul li a:nth-child(2) .date span {
    margin-top: .02rem;
    font-family: Philosopher;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s3-list ul li a:nth-child(2) .info {
    flex: 1;
    min-width: 0;
}

.s3-list ul li a:nth-child(2) .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: MiSans;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #C20917;
}

.s3-list ul li a:nth-child(2) .info p {
    margin-top: .06rem;
    font-family: MiSans;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: rgba(51, 51, 51, 0.49);
    height: .52rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.s4 {
    position: relative;
    z-index: 1;
    padding-bottom: 2rem;
}

.s4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 10.4rem;
    background: url(../images/s4-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}

.s4::after {
    content: "";
    position: absolute;
    left: 0;
    top: 3.4rem;
    right: 0;
    background: url(../images/s4-bbg2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 18.02rem;
    z-index: -1;
    pointer-events: none;
}

.s4-c {
    margin-left: -.4rem;
    margin-top: .4rem;
}

.s4-c .swiper-container {
    overflow: visible;
}

.s4-c .swiper-container .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
}

.s4-c .swiper-container .swiper-slide:nth-child(2n) {
    margin-top: .9rem;
}

.s4-c .swiper-container .swiper-slide.swiper-slide-active,
.s4-c .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide,
.s4-c .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide,
.s4-c .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide {
    opacity: 1;
    pointer-events: auto;
}


.s4-c .swiper-container .swiper-slide a {
    display: block;
    margin-left: .4rem;
}

.s4-c .swiper-container .swiper-slide a .pic-box {
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.s4-c .swiper-container .swiper-slide a .pics {
    padding-left: .2rem;
    padding-bottom: .2rem;
    position: relative;
    transition: all .5s;
    padding: .12rem;
}

.s4-c .swiper-container .swiper-slide.swiper-slide-active a .pics {
    padding: 0;
    padding-left: .2rem;
    padding-bottom: .2rem;
}

.s4-c .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide a .pics {
    padding: 0;
    padding-right: .2rem;
    padding-top: .2rem;
}

.s4-c .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide a .pics {
    padding: 0;
    padding-left: .2rem;
    padding-bottom: .2rem;
}

.s4-c .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide a .pics {
    padding: 0;
    padding-right: .2rem;
    padding-top: .2rem;
}

.s4-c .swiper-container .swiper-slide a .pics::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #004098;
    transition: all .5s;
}

.s4-c .swiper-container .swiper-slide.swiper-slide-active a .pics::before {
    background: #004098;
}

.s4-c .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide a .pics::before {
    background: #CBC89F;
}

.s4-c .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide a .pics::before {
    background: #004098;
}

.s4-c .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide a .pics::before {
    background: #B0936A;
}

/* .s4-c .swiper-container .swiper-slide:nth-child(2n) a .pics {
    padding-left: 0;
    padding-right: .2rem;
    padding-top: 0;
    padding-bottom: .2rem;
} */

.s4-c .swiper-container .swiper-slide a .pics .lianyi {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #79A3DE;
    transition: all 1s;
    opacity: 0;
}

.s4-c .swiper-container .swiper-slide a .pics .lianyi div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    border-radius: 50%;

}

.s4-c .swiper-container .swiper-slide a .pics .lianyi div:nth-child(1) {
    animation: _circlescale infinite 3s -3s linear;
}

.s4-c .swiper-container .swiper-slide a .pics .lianyi div:nth-child(2) {
    animation: _circlescale infinite 3s -2s linear;
}

.div {
    animation: _circlescale infinite 1.3s linear;
}

@keyframes _circlescale {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.s4-c .swiper-container .swiper-slide a .pics .pic {
    padding-top: 100%;
    border-radius: 50%;
}

.s4-c .swiper-container .swiper-slide a .pics .name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 9;
    padding: .18rem .3rem .27rem .3rem;
    transition: all .5s;
    opacity: 0;
    transform: translateY(.2rem);
}

.s4-c .swiper-container .swiper-slide a .pics .name::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    padding-top: 100%;
    border-radius: 50%;
    background: #004098;
    z-index: -1;
}

.s4-c .swiper-container .swiper-slide a .pics .name h3 {
    font-family: MiSans;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s4-c .swiper-container .swiper-slide a .pics .name p {
    font-family: MiSans;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    text-align: center;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .02rem;
    padding: 0 .4rem;
}

.s4-c .swiper-container .swiper-slide a .info {
    position: relative;
    z-index: 1;
    padding-top: .22rem;
}

.s4-c .swiper-container .swiper-slide a .info div {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all .5s;
    padding: .2rem 0 0 0;
}

.s4-c .swiper-container .swiper-slide a .info div h3 {
    font-family: MiSans;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-align: center;
    letter-spacing: normal;
    color: #004098;
}

.s4-c .swiper-container .swiper-slide a .info div p {
    font-family: MiSans;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    text-align: center;
    letter-spacing: normal;
    color: #444444;
}

.s4-c .swiper-container .swiper-slide a .info h4 {
    font-family: MiSans;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: center;
    letter-spacing: normal;
    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .9rem;
    transition: all .5s;
    opacity: 0;
    transform: translateY(-.4rem);
}


.s4-tarr {
    display: flex;
    align-items: center;
    margin-top: .2rem;
    justify-content: center;
}

.s4-tarr div {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s;
    margin: 0 .21rem;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px dashed #E50012;
}

.s4-tarr div svg {
    display: block;
    width: 0.32rem;
    height: .23rem;
}

.s4-tarr div svg * {
    fill: #E50012;
    transition: all .5s;
}



.s5 {position: relative;z-index: 2;}

.s5-c {
    display: flex;
}

.s5-l {
    width: 8.68rem;
    margin-right: .9rem;
}


.fmeida {
    display: flex;
    align-items: center;
    margin-top: .16rem;
}

.fmeida li {
    display: inline-block;
    vertical-align: middle;
    margin-left: .24rem;
}

.fmeida li:nth-child(1) {
    margin-left: 0;
}

.fmeida li a {
    display: block;
    position: relative;
    z-index: 1;
}

.fmeida li a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px dashed #004098;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    transition: all .5s;
}
.fmeida li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transition: all .5s;
    background: #EBF5FF;
}



.fmeida li a:hover {
    opacity: 1;
}

.fmeida li a>div:nth-child(1) {
    width: .58rem;
    height: 0.58rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fmeida li a>div:nth-child(1) img {
    max-height: 50%;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .5s;
    z-index: 1;
    opacity: 0;
}

.fmeida li a>div:nth-child(1) {
}

.fmeida li a>div:nth-child(1) img:nth-child(1) {
    opacity: 1;
}

.fmeida li a>div>img {
    display: block;

}

.fmeida li a .foot-ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(130% + .1rem);
    margin-top: .1rem;
    border-radius: .05rem;
    padding: .05rem;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
    box-shadow: 0 0 .1rem rgba(0,0,0,.1);
    filter: drop-shadow(0 0 .1rem rgba(0,0,0,.2));
}

.fmeida li a .foot-ewm img {
    display: block;
    width: 1rem;
}

.fmeida li a .foot-ewm::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    filter: drop-shadow(0 0 .1rem rgba(0, 0, 0, .2));
}

.fmeida li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.fmeida li:hover a {
    overflow: visible;
}

.fmeida li:hover a div:nth-child(1) img {
    opacity: 1;
}

.fmeida li:hover a div:nth-child(1) img:nth-child(1) {
    opacity: 0;
}

.fmeida li:hover a::before {
    opacity: 1;
}

.fmeida li:hover a::after {
    opacity: 1;
    left: .04rem;
    top: .04rem;
    right: .04rem;
    bottom: .04rem;
    background: #004098;
}
.fmeida li a .icon img {
    vertical-align: middle;
    /* opacity: .6; */
    display: block;
    width: 100%;
}

.fmeida li:hover a .foot-ewm {
    opacity: 1;
    bottom: calc(100% + .1rem);
    visibility: visible;
}

.s5-lc {
    display: flex;
    margin-top: .5rem;
}

.s5-ll {
    width: 46.45%;
    position: relative;
    margin-right: .17rem;
}

.s5-ll a {
    display: block;
}

.s5-ll a .pic {
    padding-top: 129.3%;
}

.s5-ll .rili {
    position: absolute;
    right: .1rem;
    top: .08rem;
    width: 2.94rem;
    max-width: 100%;
    background: linear-gradient(180deg, rgba(9, 96, 220, 0) 0%, rgba(9, 96, 220, 0.302) 100%);
    backdrop-filter: blur(0.05rem) saturate(100%);
}

.s5-lr {
    flex: 1;
    min-width: 0;
}

.s5-lr ul li+li {
    margin-top: .13rem;
}

.s5-lr ul li a {
    display: block;
    position: relative;
}

.s5-lr ul li a .pic {
    padding-top: 56.9%;
}

.s5-lr ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    height: 1.06rem;
    max-height: 50%;
}

.s5-lr ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .1rem .25rem;
}

.s5-lr ul li a .info div {
    display: flex;
    align-items: center;
}

.s5-lr ul li a .info div img {
    width: 0.26rem;
    margin-right: .15rem;
}

.s5-lr ul li a .info div span {
    font-family: Philosopher;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .2rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s5-lr ul li a .info h3 {
    font-family: MiSans;
    font-size: 0.18rem;
    font-weight: 600;
    line-height: 0.4rem;
    letter-spacing: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s5-r {
    flex: 1;
    min-width: 0;
}



.s5-r {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 2;
}

.s5-r:before {
    content: "";
    position: absolute;
    left: -.36rem;
    right: -1.6rem;
    bottom: 0;
    background: linear-gradient(118deg, #1158b9 0%, #004098 100%);
    top: 2.05rem;
    z-index: -1;
}

.s5-r .swiper-container {
    margin-top: .5rem;
    margin-right: -.72rem;
    position: relative;
    z-index: 2;
}

.s5-r .swiper-container .swiper-slide {
    width: 6.44rem;
}

.s5-r .swiper-container .swiper-slide a {
    display: block;
    position: relative;
    z-index: 1;
}

.s5-r .swiper-container .swiper-slide a::before {}

.s5-r .swiper-container .swiper-slide a .pic {
    padding-top: 62.4%;
}

.s5-r .swiper-container .swiper-slide a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(59, 59, 59, 0.698);
    transition: all .5s;
    background-image: url(../images/icon-play.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: .46rem auto;
}

.s5-r .swiper-container .swiper-slide a .info {
    padding-top: .25rem;
    opacity: 0;
}

.s5-r .swiper-container .swiper-slide a .info::before {}

.s5-r .swiper-container .swiper-slide a .info::after {}

.s5-r .swiper-container .swiper-slide a .info h3 {
    font-size: 0.24rem;
    font-weight: 600;
    line-height: .32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: normal;
    color: #FFFFFF;
    font-family: MiSans;
}

.s5-r .swiper-container .swiper-slide.swiper-slide-active a .pic::after {
    background-color: rgba(59, 59, 59, 0);
}

.s5-r .swiper-container .swiper-slide.swiper-slide-active a::before {}

.s5-r .swiper-container .swiper-slide.swiper-slide-active a .info {
    opacity: 1;
}

.s5-rarr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.s5-rarr div {
    width: 0.47rem;
    height: 0.47rem;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s;
    background: #FFFFFF;
    box-sizing: border-box;
    margin-left: .28rem;
}

.s5-rarr div svg {
    display: block;
    width: 0.19rem;
}

.s5-rarr div svg * {
    fill: #E50012;
    transition: all .5s;
}




.s6 {
    position: relative;
    z-index: 1;
    padding-bottom: .87rem;
    padding-top: .92rem;
}

.s6::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #f3f8ff00 0%, #f3f8ff 100%);
    height: 13.36rem;
    z-index: -1;
    pointer-events: none;
}

.s6-c {
    margin-top: .5rem;
}

.s6-c .swiper-slide a {
    display: block;
}

.s6-c .swiper-slide a .pic {
    padding-top: 64.3%;
}

.s6-btm {
    display: flex;
    align-items: flex-end;
    margin-top: .4rem;
}

.s6-btm .swiper-scrollbar {
    flex: 1;
    min-width: 0;
    height: auto;
    position: relative;
    z-index: 1;
    background: none;
}

.s6-btm .swiper-scrollbar::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(193, 193, 193, 0.5);
}

.s6-btm .swiper-scrollbar>div {
    height: 3px;
    background: #C50010;
    transition: all .5s;
}

.s6-btm .s6-barr {
    margin-left: .06rem;
    display: flex;
}

.s6-btm .s6-barr>div {
    height: 0.16rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-left: .11rem;
    cursor: pointer;
}

.s6-btm .s6-barr>div svg {
    width: 0.78rem;
    display: block;
}

.s6-btm .s6-barr>div svg * {
    fill: #C50010;
}

.s7 {
    padding-top: 1.5rem;
    background: url(../images/s7-bg.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: 1.47rem;
}

.s7-c{
    margin-top: 0.67rem;
    position: relative;
}
.s7-c .swiper-container {
    padding-left: .43rem;
    overflow: visible;
}

.s7-c .swiper-slide{
    position: relative;
    z-index: 10;
    transition: all .5s;
    opacity: 0;
    pointer-events: none;
}
.s7-c .swiper-slide.swiper-slide-active{
    z-index: 9;
    opacity: 1;
    pointer-events: auto;
}
.s7-c .swiper-slide.swiper-slide-active+.swiper-slide{
    z-index: 8;
    opacity: 1;
    pointer-events: auto;
}
.s7-c .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide{
    z-index: 7;
    opacity: 1;
    pointer-events: auto;
}
.s7-c .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide{
    z-index: 6;
    opacity: 1;
    pointer-events: auto;
}
.s7-c .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide{
    z-index: 5;
    opacity: 1;
    pointer-events: auto;
}
.s7-c .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide{
    z-index: 4;
    opacity: 1;
    pointer-events: auto;
}
.s7-c .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide ~ .swiper-slide{
    z-index: 4;
    pointer-events: auto;
}
.s7-c .swiper-slide a {
    display: block;
    box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(0, 33, 74, 0.42);
    margin-left: -.43rem;
    transition: all .5s; 
}



.s7-c .swiper-slide a div {
    padding: .3rem .35rem;
    height: 4.44rem;
    display: flex;
    justify-content: flex-end;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.s7-c .swiper-slide.s7-item1 {
    margin-top: .3rem;
}

.s7-c .swiper-slide.s7-item2 {
    margin-top: .78rem;
}

.s7-c .swiper-slide.s7-item3 {
}

.s7-c .swiper-slide.s7-item4 {
    margin-top: .78rem;
}

.s7-c .swiper-slide.s7-item5 {
    margin-top: .18rem;
}

.s7-c .swiper-slide:nth-child(2n){margin-top:0 !important}
.s7-c .swiper-slide:nth-child(2n+1){margin-top:0.44rem !important}

.s7-c .swiper-slide.s7-item1 a div {
    /* background: url(../images/s7-pic1.png) no-repeat; */
    /* background-position: center center; */
    /* background-size: cover; */
}
 /* 
.s7-c .swiper-slide.s7-item2 a div {
    background: url(../images/s7-pic2.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s7-c .swiper-slide.s7-item3 a div {
    background: url(../images/s7-pic3.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s7-c .swiper-slide.s7-item4 a div {
    background: url(../images/s7-pic4.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s7-c .swiper-slide.s7-item5 a div {
    background: url(../images/s7-pic5.png) no-repeat;
    background-position: center center;
    background-size: cover;
}
*/
.s7-c .swiper-slide a div p {
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 0.47rem;
    letter-spacing: normal;
    color: #FFFFFF;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    font-family: sys-sb;
}

.s7-c .swiper-slide a div p {}


.s7-arr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.s7-arr div {
    width: 0.47rem;
    height: 0.47rem;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s;
    background: #FFFFFF;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.s7-arr div.swiper-button-disabled{
    opacity:0;
}

.s7-arr div svg {
    display: block;
    width: 0.19rem;
}

.s7-arr div svg * {
    fill: #E50012;
    transition: all .5s;
}
.s7-arr div.s7-prev{
    left: 0;
    margin-left: -.23rem;
}
.s7-arr div.s7-next{
    right: 0;
    margin-right: -.23rem;
}



.s1 .tit-name>img{
    bottom: -.1rem;
    width: 1.09rem;
}
.s2-l .tit-name>img{
    bottom: .2rem;
    width: 1.83rem;
}
.s2-r .tit-name>img{
    bottom: .1rem;
    width: 1.23rem;
}
.s3-l .tit-name>img{
    bottom: .2rem;
    width: 1.75rem;
}
.s3-r .tit-name>img{
    bottom: .1rem;
    width: .99rem;
}
.s4 .tit-name>img{
    bottom: .3rem;
    width: 1.69rem;
}
.s5-l .tit-name>img{
    bottom: 0.02rem;
    width: 1.58rem;
}
.s5-r .tit-name>img{
    bottom: -.28rem;
    width: 1.06rem;
}
.s6 .tit-name>img{
    bottom: .05rem;
    width: 1.72rem;
}
.s7 .tit-name>img{
    bottom: 0;
    width: 2.1rem;
}


@media screen and (min-width: 1025px) {
    .s7-c .swiper-slide a:hover{
        box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(0, 33, 74, 0.6);
    }
    
    .s2-tarr div:hover {
        background: #C50010;
    }

    .s2-tarr div:hover svg * {
        fill: #fff;
    }
    .s4-tarr div:hover {
        background: #004098;
        border-color: #004098;
    }

    .s4-tarr div:hover svg * {
        fill: #fff;
    }
    .s5-rarr div:hover {
        background: #C50010;
        box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
    }

    .s5-rarr div:hover svg * {
        fill: #fff;
    }
    .s7-arr div:hover {
        background: #C50010;
        box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
    }

    .s7-arr div:hover svg * {
        fill: #fff;
    }

   
    .s4-c .swiper-container .swiper-slide a:hover .pics {
        padding: .12rem !important;
    }

    .s4-c .swiper-container .swiper-slide a:hover .pics .lianyi {
        opacity: 1;
        transition: all .5s;
    }

    .s4-c .swiper-container .swiper-slide a:hover .pics .pic-box .name {
        opacity: 1;
        transform: translateY(0);
    }

    .s4-c .swiper-container .swiper-slide a:hover .info {}

    .s4-c .swiper-container .swiper-slide a:hover .info div {
        opacity: 0;
        transform: translateY(.3rem);
        pointer-events: none;
    }

    .s4-c .swiper-container .swiper-slide a:hover .info h4 {
        opacity: 1;
        transform: translateY(0);
    }




    .s3-list ul li.on {
        padding: .2rem 0;
    }

    .s3-list ul li.on a:nth-child(1) {
        opacity: 0;
        transform: none;
    }

    .s3-list ul li.on a:nth-child(2) {
        opacity: 1;
        transform: none;
    }

    .s2-lb ul li a:hover {
        background: #004098;
    }

    .s2-lb ul li a:hover .infos span {
        color: #fff;
    }

    .s2-lb ul li a:hover .infos h3 {
        color: #fff;
    }

    .s2-lb ul li a:hover .infos p {
        color: #fff;
    }

    .s2-lb ul li a:hover .pics {
        opacity: 1;
    }

    .s1-l ul li a:hover .coninfo .info h3, .s1-r ul li a:hover .info .text h3 {
        color: #004098;
    }

    .s1-r ul li a:hover::after {
        width: 100%;
        left: 0;
        right: auto;
    }

    .s1-r ul li a:hover .info .date b {
        color: #C20917;
    }

    .s1-r ul li a:hover .info .date span {}

    .s2-r ul li a:hover .info h3 {
        color: #004098;
    }

}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1024px) {

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .banner .slick-dots{
        right: 0.1rem;
        bottom: 0.15rem;
        width: auto;
    }
    .banner .slick-dots li span{
        font-size: .16rem;
    }
    .tit{
        justify-content: flex-start;
    }
    .index {
        position: relative;
    }

    .tit-name{padding-left: .3rem;}
    .s1 .tit-name>img{width: 0.55rem;bottom: 0;}
    .s2-l .tit-name>img{width: 0.91rem;bottom: 0;}
    .s2-r .tit-name>img{width: 0.62rem;}
    .s3-l .tit-name>img{width: 0.88rem;bottom: 0;}
    .s3-r .tit-name>img{width: 0.5rem;bottom: 0;}
    .s4 .tit-name>img{width: 0.85rem;bottom: 0.05rem;}
    .s5-l .tit-name>img{width: 0.8rem;bottom: .1rem;}
    .s5-r .tit-name>img{width: 0.53rem;bottom: -.15rem;}
    .s6 .tit-name>img{width: 0.86rem;}
    .s7 .tit-name>img{width: 1.05rem;bottom: -.05rem;}
    .tit-name>b{font-size: .46rem;line-height: .4rem;margin-top: 0.1rem;}
    .tit-name>div i{font-size: .24rem;line-height: .3rem;}
    .tit-more a{font-size: .16rem;line-height: .36rem;}
    .s1-l ul li a .coninfo{padding: .2rem;margin-right: .62rem;}
    .s1-l .s1-arr div{width: .62rem;height: 0.62rem;}
    .s1-l ul li a .coninfo .info h3{margin: 0.05rem 0;}
    .s1-r{margin-left: 0;padding: .1rem;}
    .s1-r ul li a .info .date b{font-size: .22rem;}
    .s1-r ul li a .info .date span{font-size: .16rem;}
    .s1-r ul li a .info .date{width: 0.8rem;}
    .s1-r ul li a .info{height: .9rem;}
    .s2-ltinfo .slick>ul li a span{font-size: .2rem;}
    .s2-ltinfo .slick>ul li a h3{margin: .15rem 0;}
    .s2-ltinfo{margin-left: -1rem;padding: .2rem;}
    .s2-lb ul li a{padding: .2rem .15rem;}
    .s2-r ul{padding:  .1rem;}
    .s2-r ul li a{padding: .15rem 0;}
    .s2-r ul li a .pics{width: 1rem;height: .5rem;}
    .s2-r ul li a .info h3{margin-top: 0;}
    .s3::after{opacity: 0;}
    .s3-list ul li a:nth-child(1){padding: .15rem 0;}
    .s4-c{margin-left: 0;}
    .s4-c .swiper-container .swiper-slide {margin-top: 0 !important;}
    .s4-c .swiper-container .swiper-slide a{margin-left: 0;}
    .s4-c .swiper-container .swiper-slide.swiper-slide-active a .pics{padding-left: .1rem;padding-bottom: .1rem;}
    .s4-c .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide a .pics{padding-right: .1rem;padding-top: .1rem;}
    .s4-c .swiper-container .swiper-slide a .pics .name{display: none;}
    .s4-c .swiper-container .swiper-slide a .info{padding-top: 0;}
    .s4-c .swiper-container .swiper-slide a .info div h3{font-size: .2rem;}
    .s4-c .swiper-container .swiper-slide a .info h4{opacity: 1;transform: none;font-size: .14rem;line-height: 0.24rem;height: .72rem;}
    .s4-c .swiper-container .swiper-slide a .info div{position: static;padding-top: .1rem;}
    .s5-l .tit{flex-wrap: wrap;justify-content: center;}
    .fmeida{width: 100%;justify-content: center;}
    .fmeida li a>div:nth-child(1){width: .45rem;height: 0.45rem;box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);}
    .fmeida li{margin-left: .15rem;}
    .s5-lr ul li a .info{padding: .1rem;}
    .s5-r .swiper-container .swiper-slide a .info{padding-top: .15rem;}
    .s6-btm,.s2-lbtm{margin-top: .25rem;}
    .s7-c .swiper-slide a div{padding: .25rem .2rem;height: 3rem;}
    .s7-c .swiper-slide a div p{font-size: .2rem;line-height: .3rem;}
    .s7-c .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide{opacity: 0;}
    .s7-arr div.s7-prev{margin-left: 0;}
    .s7-arr div.s7-next{margin-right: 0;}
    





    .s6-btm .s6-barr>div svg,.s2-lbtm .s2-lbarr>div svg{width: .5rem;}
    .s4-tarr div,.s5-rarr div{width: 0.4rem;height: 0.4rem;}
    .s4-tarr div svg{width: 0.2rem;}
    .s5-r .swiper-container{margin-right: 0;}


    .s1-c,.s2-c,.s3-c,.s5-c{display: block;}
    .s1-l,.s3-l{width: auto;}
    .s5-l{width: auto;margin-right: 0;margin-bottom: .3rem;}
    .s2-r,.s3-r{width: auto;margin-top: .3rem;margin-left: 0;}
    .s1-l ul li a .coninfo .info h3,.s1-r ul li a .info .text h3,.s2-ltinfo .slick>ul li a h3,.s2-lb ul li a .infos h3,.s2-r ul li a .info h3,.s3-list ul li a:nth-child(1) h3,.s5-r .swiper-container .swiper-slide a .info h3{font-size: .18rem;}


    .s1,.s2,.s3-l,.s6,.s7{padding-top: .5rem;padding-bottom: .5rem;}
    .s4,.s5-r{padding-bottom: .5rem;}
    .s3-r{padding-top: 0;padding-bottom: .5rem;margin-top: 0;}
    .s1-c,.s2-lt,.s2-r ul,.s4-c,.s5-lc,.s5-r .swiper-container,.s6-c,.s7-c,.s2-lb{margin-top: .3rem;}


    .s7-c .swiper-container{
        padding-left:0;
    }
    .s7-c .swiper-slide.s7-item2{
        margin-top:0;
    }
    .s7-c .swiper-slide{
        margin-top:0 !important;
    }
     .s7-c .swiper-slide a{
        margin-left:0;
    }
    .s7-c .swiper-slide:nth-child(2n){
        /* margin-top:.2rem !important; */
    }

}

@media screen and (max-width: 768px) {
    .s2-ltinfo{margin-left: 0;}
    .s5-ll{width: auto;margin-right: 0;margin-bottom: .12rem;}
    .s7-c .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide{opacity: 0;}



    .s2-lt,.s5-lc{display: block;}
    .s2-ltpic{width: auto;}
}

/* 2026年7月17日15:33:18 */
.adsetion {
    padding: .57rem 0 0 0;
    background: #F4F9FD;
}

.adsetion_c {}
.adsetion_c .swiper-container{     padding-right: 2px;}
.adsetion_c ul {
    display: flex;
    border: 1px solid rgba(0, 64, 152, .3);
}

.adsetion_c ul li {
    flex: 1;
    min-width: 0;
    position: relative;
    transition: all .5s;
}

.adsetion_c ul li+li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1px;
    height: 0.43rem;
    transition: all .5s;

    background: #D6E8FF;
}

.adsetion_c ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .1rem;
    height: 0.88rem;
    transition: all .5s;
}

.adsetion_c ul li a .icons {
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .15rem;
}

.adsetion_c ul li a .icons img {
    display: block;
    max-height: 100%;
    max-width: 1.24rem;
}

.adsetion_c ul li a p {
    font-family: MiSans;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #222222;
}



@media screen and (min-width:1025px) {
    .adsetion_c ul li:hover::before {
        opacity: 0;
    }

    .adsetion_c ul li:hover a {
        box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 42, 93, 0.16);
    }

    .adsetion_c ul li:hover a p {
        color: #C50010;
    }
    .swiper-pagination{
        display:none;
    }
}

@media screen and (max-width:1024px) {
    .adsetion{padding: .35rem 0 0 0;display: none;}
.adsetion_c {
        border: 1px solid rgba(0, 64, 152, .3);
}

    .adsetion_c  .swiper-pagination {
    position: static;
    margin: .1rem 0;
}
    .adsetion_c ul {
        /* flex-wrap: wrap; */
        border: none;
    }

    .adsetion_c ul li {
        width: 50%;
        flex: none;
    }

    .adsetion_c ul li a p {
        font-size: .18rem;
    }

    .adsetion_c ul li a .icons {
        height: .45rem;
    }

    .adsetion_c ul li a .icons img {
        max-width: 1rem;
    }
}

@media screen and (max-width:768px) {
    .adsetion_c ul li a {
        display: block;
        padding: .1rem 0;
        height: auto;
    }
    .adsetion_c ul li a .icons{
        margin-right: 0;
    }
    .adsetion_c ul li a p{
        text-align: center;
        margin-top: .1rem;
    }
}