@charset "utf-8";

body {
    overflow-x: hidden;
}


.loading{
   position:fixed;
 left:0;right:0;z-index:99999999;top:0;bottom:0;background:#fff;
}


@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; */
}

.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;
    transform: translateY(0);
    bottom: .27rem;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: center;
}

.banner .slick-dots li {
    display: flex;
    border-radius: 50%;
    margin: .2rem 0;
    transition: all 0.3s;
    vertical-align: middle;
    width: 0.22rem;
    height: 0.22rem;
    justify-content: center;
    align-items: center;
    margin: 0 .1rem;
    position: relative;
    transition: all .5s;
}

.banner .slick-dots li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/banner-dot-act.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0;
    transition: all .6s;
}

.banner .slick-dots li:nth-child(1):before {
    content: none;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 0.08rem;
    height: 0.08rem;
    background-color: #fff;
    transition: all .5s;
}

.banner .slick-dots li.slick-active::before {
    opacity: 1;
}

.banner .slick-dots li.slick-active button {
    opacity: 0;
}

/* index */

.index {
    z-index: 99;
    background: #fff;
    position: relative;
    padding-top: 1px;
    overflow: hidden;
    background: linear-gradient(226deg, #EDF3FA 5%, rgba(237, 243, 250, 0) 107%)
}

.itit {
    position: relative;
    margin-bottom: .55rem;
}

.itit-text {
    display: flex;
}

.itit-text>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.itit-text>div h2 {
    font-size: 0.38rem;
    font-weight: bold;
    line-height: 0.38rem;
    color: #B9B9B9;
    font-family: "SourceHanSansCN-Bold";
    position: relative;
    padding-left: .2rem;
    padding-right: .2rem;
    transition: all .5s;
}

.itit-text>div h2::before {
    content: "";
    position: absolute;
    right: 100%;
    margin-right: -.15rem;
    bottom: 0;
    background: url(../images/itit-bef.png) no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 0.5rem;
    height: 0.29rem;
    opacity: 0;
    transition: all .5s;
}

.itit-text>div p {
    font-family: "SourceHanSerifSC-Bold";
    position: relative;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding: 0 .05rem 0 .2rem;
    opacity: 0;
    transition: all .5s;
    color: #999999;
    margin-top: 0.05rem;
}

.itit-text>div p::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    display: block;
    width: 0.92rem;
    height: 0.24rem;
    background: url(../images/itit-aft.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}

.itit-text>div.on h2 {
    color: #0A62C4;
    background-image: linear-gradient(247deg, #378CDA 15%, #0A62C4 57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.itit-text>div.on h2::before {
    opacity: 1;
}

.itit-text>div.on p {
    opacity: 1;
}

.itit-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.itit-more a {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.16rem;
    letter-spacing: normal;
    color: #999999;
    display: none;
    padding-bottom: .1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    white-space: nowrap;
}

.itit-more a:hover {
    color: #0A62C4;
}

.itit-more a:after {
    content: "";
    position: absolute;
    right: -.15rem;
    bottom: 0;
    width: 0.6rem;
    height: 0.14rem;
    background: url(../images/more-bg.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
}

.itit-more a.on {
    display: block;
}

.itit.itit-w {}

.itit.itit-w .itit-text>div h2 {
    color: rgba(255, 255, 255, 0.6);
}

.itit.itit-w .itit-text>div h2::before {
    background: url(../images/itit-bef2.png) no-repeat;
    background-position: left center;
    background-size: 100%;
}

.itit.itit-w .itit-text>div p {
    color: rgba(255, 255, 255, 0.6);
}

.itit.itit-w .itit-text>div p::after {
    background: url(../images/itit-aft2.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}

.itit.itit-w .itit-more a {
    color: #FFFFFF;
}

.itit.itit-w .itit-more a::after {
    background: url(../images/more-bg2.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
}

.itit.itit-w {}

.itit.itit-w .itit-text>div.on h2 {
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background-clip: initial;
    color: #fff;
}


.itit.itit-w .itit-text>div.on p {}

.itit.itit-w .itit-more a.on {}






.s1 {
    position: relative;
    z-index: 1;
    padding: 1.02rem 0 1.09rem 0;
}

.s1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 15.43rem;
    background: url(../images/s1-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}


.s1-c {
    margin-top: .55rem;
    display: flex;
    align-items: flex-start;
}

.s1-l {
    width: 7.7rem;
    margin-right: 0.3rem;
    position: relative;
}

.s1-l ul li a {
    display: block;
}

.s1-l ul li a .pics {
    margin-right: .32rem;
}

.s1-l ul li a .pics .pic {
    padding-top: 67.5%;
}

.s1-l ul li a .coninfo {
    margin-left: .5rem;
    margin-top: -.5rem;
    background: #fff;
    display: flex;
    padding: .45rem .45rem .45rem .4rem;
    position: relative;
    z-index: 2;
}

.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.48rem;
    font-weight: normal;
    line-height: 0.48rem;
    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;
}

.s1-l ul li a .coninfo .info {
    flex: 1;
    min-width: 0;
}

.s1-l ul li a .coninfo .info h3 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.32rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.64rem;
}

.s1-l ul li a .coninfo .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.52rem;
    margin-top: .24rem;
}

.s1-l .s1-arr {
    position: absolute;
    left: .9rem;
    bottom: .58rem;
    display: flex;
    align-items: center;
}

.s1-l .s1-arr div {
    width: 0.32rem;
    height: 0.32rem;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s;
}

.s1-l .s1-arr div+div {
    margin-left: .2rem;
}

.s1-l .s1-arr div svg {
    width: 0.1rem;
}

.s1-l .s1-arr div svg path {
    fill: #0A62C4;
    transition: all .5s;
}



.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-r ul li+li {
    margin-top: .32rem;
}

.s1-r ul li a {
    display: flex;
}

.s1-r ul li a .pics {
    width: 2.2rem;
    margin-right: .35rem;
}

.s1-r ul li a .pics .pic {
    padding-top: 65.45%;
}

.s1-r ul li a .info {
    flex: 1;
    min-width: 0;
    position: relative;
    transition: all .5s;
    z-index: 2;
    border-bottom: 1px solid #D8D8D8;
}

.s1-r ul li a .info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 0 0rem 0rem 0.2rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9923) 0%, rgba(255, 255, 255, 0) 80%);
    opacity: 0;
    transition: all .6s;
}

.s1-r ul li a .info::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -2;
    background: url(../images/s1-ritemafter.png) no-repeat;
    background-position: left bottom;
    background-size: cover;
    transition: all .6s;
    opacity: 0;
}

.s1-r ul li a .info span {
    display: block;
    background: url(../images/s1-rbef.png) no-repeat;
    background-position: left center;
    background-size: .14rem auto;
    padding-left: .2rem;
    font-family: Bebas;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #999999;
}

.s1-r ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: .15rem;
    max-height: .64rem;
}

.s2 {
    position: relative;
    z-index: 2;
    padding: .6rem 0 .74rem 0;
}

.s2::after {
    content: "";
    position: absolute;
    left: -4.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 12.5rem;
    height: 12.62rem;
    background: url(../images/s2-lbg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

.s2::before {
    content: "";
    position: absolute;
    left: .9rem;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/s2-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

.s2-c {
    display: flex;
    align-items: flex-start;
}

.s2-l {
    flex: 1;
    min-width: 0;
}

.tab-bd {
    position: relative;
}

.tab-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: translateY(2rem);
    pointer-events: none;
}

.tab-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.s2-l ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-l ul li {
    width: 47%;
    position: relative;
    padding-right: .2rem;
    overflow: hidden;
}

.s2-l ul li:nth-child(2)~li {
    margin-top: .07rem
}

.s2-l ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    border-radius: 0.6rem 0rem 0rem 0.6rem;
    background: rgba(255, 255, 255, 0.12);
    z-index: -1;
    pointer-events: none;
    transition: all .6s;
    opacity: 0;
}

.s2-l ul li a {
    display: flex;
    align-items: center;
}

.s2-l ul li a .date {
    margin-right: .18rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../images/s2-l-datebg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 0.8rem;
    height: 0.8rem;
    font-family: Bebas-r;
    padding-bottom: .1rem;
}

.s2-l ul li a .date b {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s2-l ul li a .date span {
    font-size: 0.13rem;
    font-weight: normal;
    line-height: 0.16rem;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.03rem;
}

.s2-l ul li a .info {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    height: 0.92rem;
    padding-bottom: .1rem;
}

.s2-l ul li a .info h3 {
    width: 100%;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .64rem;
}

.s2-r {
    width: 6.58rem;
    margin-left: 0.6rem;
}

.s2-first {
    position: relative;
}

.s2-first::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.12);
    height: 2px;
}

.s2-first::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.06rem;
    background: rgba(255, 255, 255, 0.12);
    height: 2px;
}

.s2-first a {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    z-index: 1;
    padding-bottom: .36rem;
}

.s2-first a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0.41rem;
    bottom: 0.13rem;
    border-radius: 0.8rem 0px 0px 0px;
    background: rgba(255, 255, 255, 0.12);
}

.s2-first a .info {
    flex: 1;
    min-width: 0;
    padding: .8rem .3rem 0 .3rem;
}

.s2-first a .info span {
    display: block;
    background: url(../images/icon-time-w.png) no-repeat;
    background-position: left center;
    background-size: .14rem auto;
    padding-left: .25rem;
    font-family: Bebas;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.2rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #FFFFFF;
}

.s2-first a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .6rem;
    margin-top: .2rem;
}

.s2-first a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s2-first a .pics {
    width: 3.44rem;
}

.s2-first a .pics .pic {
    padding-top: 66%;
}

.s2-r ul {
    display: flex;
    justify-content: space-between;
    margin-top: .75rem;
}

.s2-r ul li {
    width: 48%;
    position: relative;
    z-index: 1;
}


.s2-r ul li a {
    display: block;
    padding: .25rem .25rem .3rem .25rem;
    background: rgba(255, 255, 255, 0.12);
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-bottom: 2px solid #0A62C4;
    transition: all .5s;
}

.s2-r ul li a .bg {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../images/s2-ritembg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .6s;
}

.s2-r ul li a span {
    display: block;
    background: url(../images/icon-time-w.png) no-repeat;
    background-position: left center;
    background-size: .14rem auto;
    padding-left: .25rem;
    font-family: Bebas;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.2rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #FFFFFF;
    transition: all .6s;
}

.s2-r ul li a h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    margin-top: .15rem;
    transition: all .6s;
}

.s3 {
    padding: .9rem 0 1.44rem 0;
}

.s3-c {
    display: flex;
    align-items: flex-start;
}

.s3-l {
    width: 9.32rem;
    margin-right: .65rem;
}

.djsz {
    padding-left: .4rem !important;
    margin-right:.3rem;
    z-index: 1;
}

.djsz img {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(0.05rem) translateY(.12rem);
    height: 0.8rem;
    z-index: -1;
    pointer-events: none;
}

.djsz::after{
    content:"";
    position: absolute;
    left: 100%;
    bottom: 0;
    width: .89rem;
    height: .5rem;
    background: url(../images/djsz-hg.png) no-repeat;
    background-size: 100% 100%;
    transform: translateX(-.35rem) translateY(-.25rem);
}

.djsz+p {
    padding-left: .45rem !important;
}

.s3-r {
    flex: 1;
    min-width: 0;
}

.s3-lfirst a {
    display: flex;
}

.s3-lfirst a .pics {
    width: 4.86rem;
}

.s3-lfirst a .pics .pic {
    padding-top: 70%;
}

.s3-lfirst a .info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url(../images/s3-lfirstbg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0 .35rem;
}

.s3-lfirst a .info span {
    display: block;
    background: url(../images/icon-time-w.png) no-repeat;
    background-position: left center;
    background-size: .14rem auto;
    padding-left: .25rem;
    font-family: Bebas;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.2rem;
    text-align: justify;
    color: #FFFFFF;
    transition: all .6s;
}

.s3-lfirst a .info h3 {
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.3rem;
    text-align: justify;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    margin-top: .15rem;
    transition: all .6s;
    margin: .15rem 0 .28rem 0;
}

.s3-lfirst a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s3-lfirst a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-lfirst a .info div {
    background: url(../images/icon-right-w.png) no-repeat;
    background-position: right center;
    background-size: .21rem auto;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: normal;
    color: #FFFFFF;
    line-height: .88rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: .4rem;
}

.s3-l ul {
    display: flex;
    background: #FFFFFF;
}

.s3-l ul li {
    width: 50%;
}

.s3-l ul li a {
    display: block;
    padding: 0.6rem .4rem .6rem .4rem;
    position: relative;
}

.s3-l ul li:nth-child(2) a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 1px;
    background: #D8D8D8;
}

.s3-l ul a span {
    display: block;
    font-size: 0.18rem;
    line-height: .2rem;
    background: url(../images/icon-time-h.png) no-repeat;
    background-position: left center;
    background-size: .14rem auto;
    padding-left: .2rem;
    font-family: Bebas;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: normal;
    color: #333333;

}

.s3-l ul a h3 {
    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: .15rem 0 .2rem 0;
}

.s3-l ul a p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
}

.s3-rfirst a {
    display: flex;
    align-items: center;
    margin-top: .33rem;
    margin-bottom: .22rem;
}

.s3-rfirst a .date {
    border: 1px solid #0A62C4;
    width: 0.74rem;
    height: 0.74rem;
    font-family: Bebas;
    text-align: center;
    margin-right: .35rem;
}

.s3-rfirst a .date b {
    display: block;
    line-height: .45rem;
    font-size: 0.3rem;
    font-weight: normal;
    color: #0A62C4;
}

.s3-rfirst a .date span {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .28rem;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
    background: #0A62C4;
}

.s3-rfirst a .info {
    flex: 1;
    min-width: 0;
}

.s3-rfirst a .info h3 {
    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;
    max-height: .64rem;
}


.s3-r ul li a {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    border-top: 1px solid #D8D8D8;
    transition: all .6s;
}

.s3-r ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(10, 98, 196, 0.9923) 8%, rgba(10, 98, 196, 0) 98%);
    border-radius: 0 0 0 .2rem;
    transition: all .6s;
}

.s3-r ul li:last-child a {
    border-bottom: 1px solid #D8D8D8;
}

.s3-r ul li a h3 {
    flex: 1;
    min-width: 0;
    line-height: 1rem;
    font-size: 0.2rem;
    font-weight: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: .25rem;
    background: url(../images/s3-rbef.png) no-repeat;
    background-position: left center;
    background-size: .14rem auto;
    transition: all .5s;
}

.s3-r ul li a span {
    font-family: Bebas;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: normal;
    color: #999999;
    margin-left: .2rem;
}

.s4 {
    position: relative;
    z-index: 1;
    padding: .45rem 0 1.38rem 0;
}

.s4::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.14rem;
    height: 12.42rem;
    background: url(../images/s4-bgbef.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -2;
    pointer-events: none;
    mask: linear-gradient(0deg, transparent, #fff 10%);
    -webkit-mask: linear-gradient(180deg, transparent, #fff 10%);
}

.s4::before {
    content: "";
    position: absolute;
    left: 21%;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s4-bg.jpg) no-repeat;
    background-position: center center;
    pointer-events: none;
    background-size: cover;
}

.s4>div {
    position: relative;
}

.s4>div::before {
    content: "";
    position: absolute;
    left: -1.6rem;
    top: -1.05rem;
    width: 7.1rem;
    bottom: 0;
    background: linear-gradient(270deg, #DFEEFF 0%, rgba(220, 237, 255, 0) 100%);
    z-index: -1;
    pointer-events: none;
}

 /* .s4-c {
    margin-top: .4rem;
    position: relative;
}

.s4-c ul {
    margin: 0 -.27rem;
}

.s4-c ul li a {
    display: block;
    margin: 0 .27rem;
}

.s4-c ul li a .pic {
    padding-top: 63%;
}

.s4-c ul li a .info {
    background: #fff;
    transition: all .6s;
    padding: .35rem .35rem .25rem .35rem;
}

.s4-c ul li a .info h3 {
    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;
}

.s4-c ul li a .info div {
    display: flex;
    align-items: center;
    margin-top: .25rem;
}

.s4-c ul li a .info div::after {
    content: "";
    flex: 1;
    min-width: 0;
    display: block;
    background: url(../images/s4-itemaft.png) no-repeat;
    background-position: right center;
    background-size: auto 100%;
    height: .07rem;
    margin-left: .1rem;

}

.s4-c ul li a .info div span {
    display: block;
    font-family: Bebas;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #999999;
    background: url(../images/icon-time-h.png) no-repeat;
    background-position: left center;
    background-size: .14rem auto;
    padding-left: .2rem;
    font-family: Bebas;
}

.s4-prev {
    position: absolute;
    bottom: 1.75rem;
    transform: translateY(50%);
    right: 100%;
    cursor: pointer;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .35rem;
}

.s4-prev svg {
    width: 0.53rem;
}

.s4-next {
    position: absolute;
    left: 100%;
    bottom: 1.75rem;
    transform: translateY(50%);
    cursor: pointer;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .35rem;
}

.s4-next svg {
    width: 0.53rem;
} */

.s5 {
    padding: 1rem 0 0 0;
    position: relative;
    z-index: 1;
}

.s5::before {
    content: "";
    position: absolute;
    left: 0;
    top: -.35rem;
    right: 0;
    bottom: 0;
    background: url(../images/s5-tline.png) repeat-x;
    background-position: top center;
    background-size: auto 4.7rem;
}

.s5::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.65rem;
    height: 6.12rem;
    background: url(../images/s5-bgaft.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}

.s5-c {
    position: relative;
}

.s5-c::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin-top: -.1rem;
    width: 10.02rem;
    height: 8.29rem;
    background: url(../images/s5-list-circle.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}

.s5-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s5-list ul {
    flex: 1;
    min-width: 0;
}

.s5-list ul li:nth-child(2) {
    margin: 1.25rem 0;
}

.s5-list ul li a {
    display: flex;
    align-items: center;
    min-width: 4.3rem;
}

.s5-list ul li a .icons {
    padding: .1rem;
    border-radius: 50%;
    border: 2px dashed transparent;
    transition: all .6s;

}

.s5-list ul li a .icons div {
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 50%;
    border: 1px dashed #0A62C4;
    position: relative;
    background: #fff url(../images/s5-list-bg.png) no-repeat;
    background-position: .25rem bottom;
    background-size: auto .88rem;
    box-shadow: 0px 0.08rem 0.06rem 0rem rgba(134, 134, 134, 0.3);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .6s;
}

.s5-list ul li a .icons div::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    width: 1.19rem;
    height: 0.27rem;
    margin-right: -.2rem;
    background: url(../images/s5-list-bef.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s5-list ul li a .icons div::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 1.19rem;
    height: 0.27rem;
    margin-left: -.2rem;
    background: url(../images/s5-list-aft.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s5-list ul li a .icons svg {
    max-width: 80%;
    max-height: 80%;
}

.s5-list ul li a .icons svg path {
    fill: #0A62C4;
    transition: all .6s;
}

.s5-list ul li a .info div {
    display: flex;
    align-items: flex-end;
}

.s5-list ul li a .info div b {
    font-family: Arial;
    font-size: 0.5rem;
    font-weight: normal;
    line-height: .5rem;
    color: #333333;
}

.s5-list ul li a .info div span {
    font-size: 0.16rem;
    color: #333333;
    line-height: .3rem;
}

.s5-list ul li a .info p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: normal;
    color: #999999;
}

.s5-list ul:nth-child(1) {
    order: 1;
}

.s5-list ul:nth-child(2) {
    order: 3;
}

.s5-list ul:nth-child(1) li a {
    justify-content: flex-end;
}

.s5-list ul:nth-child(1) li a .icons {
    order: 2;
    margin-left: .16rem;
}

.s5-list ul:nth-child(1) li a .info {
    order: 1;
    text-align: right;
}

.s5-list ul:nth-child(1) li:nth-child(1) a {
    padding-right: .4rem;
}

.s5-list ul:nth-child(1) li:nth-child(2) a {
    padding-right: 1.3rem;
}

.s5-list ul:nth-child(1) li:nth-child(3) a {
    padding-right: .4rem;
}


.s5-list ul:nth-child(2) li a .icons {
    order: 1;
    margin-right: .16rem;
}

.s5-list ul:nth-child(2) li a .info {
    order: 2;
    text-align: right;
}

.s5-list ul:nth-child(2) li:nth-child(1) a {
    padding-left: .4rem;
}

.s5-list ul:nth-child(2) li:nth-child(2) a {
    padding-left: 1.3rem;
}

.s5-list ul:nth-child(2) li:nth-child(3) a {
    padding-left: .4rem;
}


.s5-video {
    order: 2;
    border-radius: 50%;
    background: linear-gradient(180deg, #E2ECFF 0%, rgba(255, 255, 255, 0.44) 100%);
    padding: .6rem;

}

.s5-video a {
    display: block;
}

.s5-video .pics {
    width: 4.7393rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.s5-video .pics .pic {
    padding-top: 100%;
    border-radius: 50%;
}

.s5-video .pics .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/icon-play.png) no-repeat;
    background-position: center center;
    background-size: .84rem auto;
}

.s6 {
    padding-top: 1.69rem;
    position: relative;
    z-index: 1;
}

.s6::before {
    content: "";
    position: absolute;
    bottom: -2.17rem;
    left: 0;
    right: 0;
    height: 19.54rem;
    background: url(../images/s6-bgbef.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -2;
    pointer-events: none;
}

.s6::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 14.05rem;
    height: 13.91rem;
    background: url(../images/s6-bgaft.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: translateX(37.5%) translateY(-29%);
    z-index: -1;
    pointer-events: none;
}

.s6-c {
    margin-top: .6rem;
}

.s6-t {}

.s6-t ul {
    display: flex;
    align-items: flex-end;
}

.s6-t ul li {}

.s6-t ul li:nth-child(1) {
    width: 65.625%;
}

.s6-t ul li:nth-child(2) {
    flex: 1;
    min-width: 0;
}

.s6-t ul li a {
    display: block;
}

.s6-t ul li:nth-child(1) a .pic {
    border-radius: 0.6rem 0px 0px 0px;
}

.s6-t ul li a .pic {
    padding-top: 44%;
}

.s6-t ul li:nth-child(2) a .pic {
    padding-top: 62%;
}

.s6-b {
    display: flex;
}

.s6-b ul {
    display: flex;
    margin-right: .17rem;
    flex: 1;
    min-width: 0;
}

.s6-b ul li {
    position: relative;
    overflow: hidden;
    width: 33.33%;
    z-index: 1;
    background: #fff;
}

.s6-b ul li .bg {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(204deg, #378CDA 15%, #0A62C4 75%);
    z-index: -1;
}

.s6-b ul li a {
    display: block;
    padding: .4rem .3rem .1rem .3rem;
}

.s6-b ul li a .date {
    display: flex;
    align-items: flex-end;
}

.s6-b ul li a .date b {
    font-family: Bebas;
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 0.36rem;
    letter-spacing: normal;
    color: #0A62C4;
    transition: all .6s;
}

.s6-b ul li a .date span {
    font-family: Bebas;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: normal;
    color: rgba(10, 98, 196, 0.6);
    transition: all .6s;
}

.s6-b ul li a .pic {
    padding-top: 65%;
    margin-top: .25rem;
}

.s6-b ul li a h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: normal;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: .2rem 0 .25rem 0;
    transition: all .6s;
}

.s6-b ul li a i {
    padding: .23rem 0;
    display: block;
    font-style: normal;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .18rem;
    letter-spacing: normal;
    color: #0A62C4;
    border-top: 1px dashed #124680;
    background: url(../images/icon-right-b.png) no-repeat;
    background-position: right center;
    background-size: .2rem auto;
    transition: all .6s;
}

.s6-blast {
    width: 42.625%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}

.s6-blast .bg {
    position: absolute;
    background: linear-gradient(204deg, #378CDA 15%, #0A62C4 75%);
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.s6-blast a {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: .6rem .3rem 0 .3rem;
    align-content: flex-start;
    justify-content: flex-start;
    background: url(../images/s6-blastbg.png) no-repeat;
    background-position: right center;
    background-size: auto 93%;
}

.s6-blast a span {
    display: block;
    font-size: 0.14rem;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #0A62C4;
    width: 100%;
    margin-bottom: .24rem;
    transition: all .6s;
    font-family: 'Bebas-r';
}

.s6-blast a .pics {
    width: 2.45rem;
    margin-right: .5rem;
}

.s6-blast a .pics .pic {
    padding-top: 68%;
}

.s6-blast a .info {
    flex: 1;
    min-width: 0;
    align-self: center;
}

.s6-blast a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: normal;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s;
}

.s6-blast a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
    transition: all .6s;
    margin-top: .35rem;
}

.s6-blast a .more {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: .32rem;
}

.s6-blast a .more b {
    width: 1.31rem;
    padding-left: .2rem;
    line-height: .4rem;
    border-radius: 0.3rem;
    box-sizing: border-box;
    border: 1px solid #0A62C4;
    position: relative;
    transition: all .6s;
    font-size: 0.14rem;
    color: #0A62C4;
}

.s6-blast a .more b:after {
    content: "";
    position: absolute;
    right: .03rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: .36rem;
    height: .36rem;
    background: #0A62C4 url(../images/icon-right-w.png) no-repeat;
    background-position: center center;
    background-size: .2rem auto;
    transition: all .6s;
}

.s7 {
    background: url(../images/s7-bg.png) no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding: 2.15rem 0 1.37rem 0;
    position: relative;
    z-index: 2;
    margin-top: .2rem;
}

.s7-item {
    display: block;
    position: relative;
}

.s7-item .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(58, 0, 0, 0) 51%, rgba(0, 0, 0, 0.77) 100%);
    z-index: 2;
}

.s7-item .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .3rem;
    z-index: 9;
}

.s7-item .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s7-c {
    display: flex;
}

.s7-l {
    width: 35%;
}

.s7-l a .pic {
    padding-top: 118%;
}

.s7-l a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/icon-play.png) no-repeat;
    background-position: center center;
    background-size: .66rem auto;
}



.s7-m {
    flex: 1;
    min-width: 0;
}

.s7-m a .pic {
    padding-top: 68.8%;
}

.s7-r {
    width: 35%;
}

.s7-r ul li:nth-child(1) a {
    display: block;
    position: relative;
    background: #C4281F;
}

.s7-r ul li:nth-child(1) a .pic {
    padding-top: 39.5%;
}

.s7-r ul li:nth-child(1) a .info {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s7-r ul li:nth-child(1) a .info h3 {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.16rem;
    color: #FFFFFF;
    text-align: center;
}

.s7-r ul li:nth-child(2) a .pic {
    padding-top: 78.5%;
}


.s8 {
    padding-bottom: 1.1rem;
    position: relative;
    z-index: 1;
}

.s8::before {
    content: "";
    position: absolute;
    left: 0;
    height: 8.29rem;
    right: 0;
    bottom: 0;
    background: url(../images/s8-bgbef.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}

.s8-c {
    position: relative;
    padding: 0 1rem;
}

.s8-c .swiper-slide {}

.s8-c .swiper-slide a {
    display: block;
    margin: .15rem 0;
}

.s8-c .swiper-slide a .pics {
    border-radius: 0px 0.36rem 0px 0px;
    padding: .1rem;
    transition: all .6s;
}

.s8-c .swiper-slide a .pics .pic {
    padding-top: 62.5%;
    border-radius: 0px 0.36rem 0px 0px;
}

.s8-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.48rem;
    height: 0.48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0A62C4;
    border-radius: 50%;
    cursor: pointer;
}

.s8-prev svg {
    height: .22rem;
    transform: translateX(25%);
}

.s8-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 0.48rem;
    height: 0.48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0A62C4;
    border-radius: 50%;
    cursor: pointer;
}

.s8-next svg {
    height: 0.22rem;
    transform: translateX(-25%);
}

@media screen and (min-width: 1025px) {
    .s1-l .s1-arr div:hover {
        background: #0A62C4;
    }

    .s1-l .s1-arr div:hover svg path {
        fill: #fff;
    }

    .s8-c .swiper-slide a:hover .pics {
        transform: translateY(-.1rem);
        background: #FFFFFF;
        box-shadow: 0rem 0.04rem 0.14rem 0rem rgba(0, 0, 0, 0.2);
    }

    .s6-blast:hover a span {
        color: #fff;
    }

    .s6-blast:hover a .info h3 {
        color: #fff;
    }

    .s6-blast:hover a .info p {
        color: rgba(255, 255, 255, 0.8);
    }

    .s6-blast:hover a .more b {
        color: #fff;
        border-color: #fff;
    }

    .s6-blast:hover a .more b::after {
        background: #fff url(../images/icon-right-b.png) no-repeat;
        background-position: center center;
        background-size: .2rem auto;
    }

    .s6-b ul li:hover a .date b {
        color: #FFFFFF;
    }

    .s6-b ul li:hover a .date span {
        color: rgba(255, 255, 255, 0.6);
    }

    .s6-b ul li:hover a h3 {
        color: #FFFFFF;
    }

    .s6-b ul li:hover a i {
        color: #FFFFFF;
        background: url(../images/icon-right-w.png) no-repeat;
        background-position: right center;
        background-size: .2rem auto;
        border-top-color: rgba(255, 255, 255, 0.2);
    }

    .s5-list ul li a:hover .icons {
        border: 2px dashed #0A62C4;
    }

    .s5-list ul li a:hover .icons div {
        background: #0A62C4 url(../images/s5-list-bg2.png) no-repeat;
        background-position: .25rem bottom;
        background-size: auto .88rem;
    }

    .s5-list ul li a:hover .icons div svg path {
        fill: #fff;
    }

    .s3-rfirst a:hover .info h3 {
        color: #0A62C4;
    }

   /* .s4-c ul li a:hover .info {
        background: #C4281F;
    }

    .s4-c ul li a:hover .info h3 {
        color: #FFFFFF;
    }

    .s4-c ul li a:hover .info div span {
        color: #FFFFFF;
        background: url(../images/icon-time-w.png) no-repeat;
        background-position: left center;
        background-size: .14rem auto;
    }

    .s4-c ul li a:hover .info div::after {
        background: url(../images/s4-itemaft2.png) no-repeat;
        background-position: right center;
        background-size: auto 100%;
    }*/

    .s3-r ul li:hover a {
        padding: 0 0.18rem 0 .14rem;
        border-color: transparent;
    }

    .s3-r ul li:hover+li a {
        border-color: transparent;
    }

    .s3-r ul li:hover a::before {
        width: calc(100% + 0.76rem);
    }

    .s3-r ul li:hover a span {
        color: #FFFFFF;
    }

    .s3-r ul li:hover a h3 {
        color: #fff;
        background: url(../images/s3-rbef2.png) no-repeat;
        background-position: left center;
        background-size: .14rem auto;
    }

    .s2-r ul li a:hover {
        border-color: #C4281F;
    }

    .s3-l ul a:hover h3 {
        color: #0A62C4;
        font-weight: 600;
    }

    .s2-r ul li a:hover span {
        background: url(../images/icon-time-b.png) no-repeat;
        background-position: left center;
        background-size: .14rem;
        color: #0A62C4;
    }

    .s2-r ul li a:hover h3 {
        color: #333333;
    }

    .s2-l ul li:hover::before {
        width: 100%;
        right: 0;
        left: auto;
        opacity: 1;
    }

    .s2-l ul li:hover a .info {
        border-color: transparent;
    }

    .s1-l ul li a:hover .coninfo .info h3 {
        color: #0A62C4;
    }

    .s1-r ul li:hover a .info {
        padding: .2rem .3rem 0 .35rem;
        border-color: transparent;
    }

    .s1-r ul li:hover a .info::before {
        opacity: 1;
    }

    .s1-r ul li:hover a .info span {
        color: #0A62C4;
    }

    .s1-r ul li:hover a .info h3 {
        color: #0A62C4;
    }

    .s1-r ul li:hover a .info::after {
        opacity: 1;
        transform: translateX(-0.07rem) translateY(0.07rem);
    }

}

@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;
    }

    .index {
        position: relative;
    }

    .itit {
        margin-bottom: .3rem;
    }

    .itit-text>div h2 {
        font-size: .23rem;
        line-height: .3rem;
    }


    .s1-l ul li a .coninfo {
        margin-left: .25rem;
        padding: .25rem;
    }

    .s1-l .s1-arr {
        left: .5rem;
    }

    .s1-l ul li a .coninfo .date div b {
        font-size: .26rem;
        line-height: .26rem;
    }

    .s1-l ul li a .coninfo .info p {
        margin-top: .15rem;
    }

    .s1-l .s1-arr div+div {
        margin-left: .1rem;
    }

    .s2::before {
        left: 0;
    }

    .s1-r ul li a .pics {
        width: 1.6rem;
        margin-right: .15rem;
    }

    .s1-r ul li a .info h3 {
        margin-top: .1rem;
    }

    .s2-l ul li a .date b {
        font-size: .2rem;
        line-height: .2rem;
    }

    .s2-r ul li a {
        padding: .2rem;
    }

    .s3-l ul li a {
        padding: .3rem .15rem
    }

    .s3-rfirst a .date {
        margin-right: .2rem;
    }

    .s3-r ul li a h3 {
        line-height: .7rem;
    }

 /*   .s4-c {
        padding: 0 .6rem;
    }

    .s4-c ul {
        margin: 0 -.1rem;
    }

    .s4-c ul li a {
        margin: 0 .1rem;
    }

    .s4-prev {
        left: 0;
        right: auto;
    }

    .s4-next {
        right: 0;
        left: auto;
    }*/

    .s5-list {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .s5-list ul {
        width: 100%;
        order: 1 !important;
        display: flex;
        flex: none;
        margin: 0 -.1rem;
    }

    .s5-list ul li {
        width: 33.33%;
        margin: 0 !important;
    }

    .s5-list ul li {
        margin: 0 .1rem;
    }

    .s5-video {
        width: 100%;
        padding: .3rem;
        margin-top: .3rem;
    }

    .s5-list ul li a {
        display: block;
        padding: 0 !important;
        min-width: auto;
    }

    .s5-list ul li a .icons {
        margin: 0 !important;
    }

    .s5-list ul li a .icons div {
        margin: 0 auto;
        width: 1rem;
        height: 1rem;
    }

    .s5-list ul li a .icons svg {
        max-width: 60%;
        max-height: 60%;
    }

    .s5-list ul li a .info {
        text-align: center !important;
    }

    .s5-list ul li a .info div {
        justify-content: center;
    }

    .s5-list ul li a .info div b, .s6-b ul li a .date b {
        font-size: .24rem;
        line-height: .3rem;
    }

    .s5-video .pics, .s6-blast {
        width: auto;
    }

    .s5-video .pics .pic::after {
        background-size: .5rem auto;
    }

    .s6-b ul li {
        width: auto;
        margin-top: .2rem;
    }

    .s6-b ul li a {
        padding: .2rem .15rem 0 .15rem;
    }

    .s6-b ul li a .date span {
        line-height: .26rem;
    }

    .s6-blast a {
        padding: .3rem .15rem;
        display: block;
    }

    .s6-blast a .pics {
        width: auto;
        margin-right: 0;
        margin-bottom: .2rem;
    }

    .s6-blast a .info p {
        margin-top: .2rem;
    }

    .s7 {
        background-size: auto;
        padding-bottom: .5rem;
    }

    .s7-item .info {
        padding: .15rem;
    }

    .s7-l a::after {
        background-size: .5rem auto;
    }

    .s8-c {
        padding: 0 .5rem;
    }



    .s1-c, .s2-c, .s2-l ul, .s3-c, .s6-b, .s6-b ul {
        display: block;
    }

    .s1-l, .s3-l, .s6-b ul {
        width: auto;
        margin-right: 0;
        margin-bottom: .3rem;
    }

    .s2-r {
        width: auto;
        margin-left: 0;
        margin-top: .3rem;
    }

    .s2-l ul li {
        width: auto;
    }

    .s2::after, .s5-list ul li a .icons div::before, .s5-list ul li a .icons div::after, .s5::after {
        display: none;
    }


    .s1-l ul li a .coninfo .info h3, .s1-r ul li a .info h3, .s3-l ul a h3 {
        font-size: .18rem;
        line-height: .3rem;
        height: .6rem;
    }

    .s2-l ul li a .info h3, .s2-first a .info h3, .s2-r ul li a h3, .s3-lfirst a .info h3, .s3-rfirst a .info h3 {
        font-size: .18rem;
        line-height: .3rem;
        height: auto;
        max-height: .6rem;
    }

    .s1-r ul li a .info span, .s3-r ul li a span {
        font-size: .16rem;
        line-height: .2rem;
    }

    .s2-r ul li a span, .s3-r ul li a h3, .s6-b ul li a h3, .s6-blast a .info h3, .s7-item .info h3 {
        font-size: .18rem;
    }


    .s1, .s2, .s3, .s4, .s5 {
        padding: .5rem 0;
    }

    .s6 {
        padding-top: 0;
    }

    .s6-c {
        margin-top: .3rem;
    }

    .s8 {
        padding-bottom: .5rem;
    }


}

@media screen and (max-width: 768px) {
    .s2-first a {
        display: block;
        padding-bottom: 0.1rem;
    }

    .s2-first a .info {
        padding: .2rem;
    }

    .s2-r ul {
        display: block;
        margin-top: .3rem;
    }

    .s2-r ul li {
        width: auto;
    }

    .s2-r ul li+li {
        margin-top: .2rem;
    }

    .s2-r ul li a h3 {
        height: auto;
        max-height: .6rem;
    }

    .s3-lfirst a .info {
        padding: .2rem .2rem 0 .2rem;
    }

    .s3-lfirst a .info div {
        margin-top: .2rem;
        line-height: .6rem;
    }

    .s3-lfirst a, .s7-c {
        display: block;
    }

    .s2-first a .pics, .s3-lfirst a .pics, .s7-l, .s7-m, .s7-r {
        width: auto;
    }

   /* .s4-c ul li a .info {
        padding: .25rem .15rem;
    }*/
}




@media screen and(-ms-high-contrast:active), (-ms-high-contrast:none) {
    .itit-text>div.on h2 {
        background-image: none;
        -webkit-background-clip: none;
        -webkit-text-fill-color: inherit;
        background-clip: none;
    }
} 

.fixed-r {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.06rem;
    height: 2.12rem;
    border-radius: 2rem 0 0 2rem;
    border: 1px dashed rgba(255, 255, 255, 1);
    border-right: none;
    padding: 0.1rem 0 .1rem 0.14rem;
    z-index: 999;
}
.fixed-r a{
    display: block;
    width: 100%;
    height: 100%;
}
.fixed-r::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(50%) translateY(-50%);
    width: 0.04rem;
    height: 0.04rem;
    border-radius: 50%;
    background: #fff;
    animation: _anidot 7s -4s linear infinite;
    transform-origin: center 1.08rem;
}

.fixed-r::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(50%) translateY(-50%);
    width: 0.04rem;
    height: 0.04rem;
    border-radius: 50%;
    background: #fff;
    animation: _anidot2 10s linear infinite;
    transform-origin: center 1.08rem;
}
@keyframes _anidot {
    0% {
        transform: translateX(50%) translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateX(50%) translateY(-50%) rotate(360deg);
    }
}

@keyframes _anidot2 {
    0% {
        transform: translateX(50%) translateY(-50%) rotate(360deg);
    }

    100% {
        transform: translateX(50%) translateY(-50%) rotate(0deg);
    }
}

.fixed-r div {
    width: 100%;
    height: 100%;
    border-radius: 2rem 0 0 2rem;
    background: url(../images/fixed-rbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: .05rem;
}

.fixed-r div img {
    width: .62rem;
}


@media screen and (max-width: 1024px) {
    .fixed-r{
        transform-origin: right center;
        transform: scale(.5);
    }
}



/* 2025年5月10日13:51:45 */
.noscr {
    height: 100%;
    overflow: hidden;
}
.m-popb1{position:fixed;left:0;top:0;width:100%;height:100%;display:block;z-index:10001;display:none}
.m-popb1 .inner{position:absolute;top:50%;left:0;width:100%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}
.pop-bg{position:absolute;left:0;top:0;width:100%;height:100%;display:block;background-color:rgba(0,102,169,.91)}
.m-boxb1 .g-titb1{margin-bottom:36px}
.m-boxb1 .content{max-height:80vh;overflow-y:auto;overflow-x:hidden}

.ul-listb1{overflow:hidden;margin:0 -22px}
.ul-listb1 li{float:left;width:14.28%}
.ul-listb1 .con{display:block;border:1px solid rgba(255,255,255,.38);margin:0 22px 44px;overflow:hidden;text-align:center;padding:18px 0 26px}
.ul-listb1 .con:hover .icon img{-webkit-animation:swing_image .8s linear 0s 1 normal;-moz-animation:swing_image .8s linear 0s 1 normal;-o-animation:swing_image .8s linear 0s 1 normal;animation:swing_image .8s linear 0s 1 normal}
.ul-listb1 .icon{font-size:0;text-align:center;height:90px;line-height:90px;overflow:hidden}
.ul-listb1 .icon img{display:inline-block;vertical-align:middle;max-height:50px}
.ul-listb1 .type{font-size:20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#fff;line-height:1.5;height:1.5em;padding:0 8px}
.g-titb1{text-align:center;position:relative;padding:30px 0}
.g-titb1 .h3{display:inline-block;position:relative;font-size:33px;color:#000}
.g-titb1 .h3::after,.g-titb1 .h3::before{content:"";display:block;width:129px;height:15px;background-repeat:no-repeat;background-position:center;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;position:absolute;top:60%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);margin:0 24px}
.g-titb1 .h3::before{right:100%;background-image:url(../images/t-l.png)}
.g-titb1 .h3::after{left:100%;background-image:url(../images/t-r.png)}
.g-titb1 .en{font-size:18px;color:#afcbe3;text-transform:uppercase;position:absolute;bottom:10px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}
.g-titb1.white .h3{color:#fff}
.g-titb1.white .h3::before{background-image:url(../images/t-l_w.png)}
.g-titb1.white .h3::after{background-image:url(../images/t-r_w.png)}
.g-moreb1{display:block;text-align:center;font-size:0;border:1px dashed #afc2ce;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;line-height:25px;width:105px;margin:0 auto;-webkit-transition:.3s;-o-transition:.3s;-moz-transition:.3s;transition:.3s}
.g-moreb1:hover{opacity:.8}
.g-moreb1 i,.g-moreb1 span{display:inline-block;vertical-align:middle}
.g-moreb1 span{font-size:16px;color:#076fbe}
.g-moreb1 i{width:6px;height:10px;background:url(../images/g-i3.png) no-repeat center;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;margin-left:5px}
.g-moreb1.white{border-color:#fff}
.g-moreb1.white span{color:#fff}
.g-moreb1.white i{background-image:url(../images/g-i4.png)}
.fixed-r{position: absolute;z-index: 9;}

@media screen and (max-width:1024px){
    .g-moreb1 span{font-size:14px}
.ul-tabsb1 .s{padding:0 8px}
.m-boxb1 .g-titb1{margin-bottom:0}
.ul-listb1 li{width:33.33%}
.ul-listb1{margin:0 -5px}
.ul-listb1 .con{padding:10px;margin:0 5px 10px}
.ul-listb1 .icon{height:60px;line-height:60px}
.ul-listb1 .icon img{max-height:35px}
.ul-listb1 .type{font-size:14px;padding: 0;}
.g-titb1 .h3{font-size:20px}
.m-titb1 .zh,.ul-tabsb1 .s,.ul-tabsb2 .s{font-size:20px}
.g-titb1 .h3::after,.g-titb1 .h3::before{width:60px;margin:0 12px}
.g-titb1 .en{font-size:14px}
.fixed-r{transform:translateY(-50%) scale(.5);}
}













/* 2025年6月25日11:16:20 */

.fmeida2 {}

.fmeida2 li {
    display: block;
}

.fmeida2 li:nth-child(1) {
    margin-top: 0;
}

.fmeida2 li a {
    display: block;
    position: relative;
}

.fmeida2 li a:hover {
    opacity: 1;
}

.fmeida2 li a>div>img {
    display: block;
}

.fmeida2 li a .foot-ewm {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 130%;
    margin-left: 10px;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
}

.fmeida2 li a .foot-ewm img {
    display: block;
    width: 100px;
}

.fmeida2 li a .foot-ewm::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    border-width: 8px 8px 8px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.fmeida2 li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.fmeida2 li:hover a {
    overflow: visible;
}

.fmeida2 li:hover a .icon {
    background-color: #2f73d1;
}

.fmeida2 li:hover a .icon img {
    opacity: 1;
}

.fmeida2 li a .icon img {
    vertical-align: middle;
    /* opacity: .6; */
    display: block;
    width: 100%;
}

.fmeida2 li:hover a .foot-ewm {
    opacity: 1;
    bottom: 100%;
    visibility: visible;
}
.s4::before{
    height: 6.75rem;
}
.s4::after{opacity: 0;}
.s4>div::before{
    background: linear-gradient(270deg, #DFEEFF 0%, rgba(220, 237, 255, 0) 100%);
    height: 7.35rem;
}
.s4-medias .fmeida2 {
    justify-content: flex-start;
    width: .68rem;
}

.s4-medias .fmeida2 li {
    margin-top: .2rem;
}

.s4-medias .fmeida2 li a {
    opacity: 1;
}

.s4-medias .fmeida2 li a>div>img {
    height: 0.68rem;
}

.s4-medias .fmeida2 li a .foot-ewm {
    bottom: auto;
    left: 130%;
    width: 1.69rem;
    padding: .18rem;
    margin-bottom: 0;
    box-shadow: 0rem 0rem 0.2rem 0rem rgba(0, 0, 0, 0.24);
    z-index: 9;
}

.s4-medias .fmeida2 li a .foot-ewm::after {}


.s4-medias .fmeida2 li a .foot-ewm img {
    width: 100%;
    height: auto;
}

.s4-medias .fmeida2 li:hover a .foot-ewm {
    bottom: auto;
    left: 100%;
}


.s4-c2-item {
    display: block;
    position: relative;
}

.s4-c2-item .pic {}

.s4-c2-item .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 40%);
}

.s4-c2-item .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    padding: .17rem .23rem;
}

.s4-c2-item .info .icons {
    width: 0.36rem;
    height: 0.36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .1rem;
}

.s4-c2-item .info .icons img {
    display: block;
    width: 100%;
    border-radius: 0.04rem;
}

.s4-c2-item .info .text {
    flex: 1;
    min-width: 0;
}

.s4-c2-item .info .text p {
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.18rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s4-c2-item .info .text h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s4-c2-item .info .text h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s4-c2-t ul {
    display: flex;
    justify-content: space-between;
}

.s4-c2-t ul li {
    width: 49%;
}

.s4-c2-t ul li a .pic {
    padding-top: 57.39%;
}

.s4-c2-b {
    display: flex;
    /* align-items: flex-start; */
    margin-top: .35rem;
}

.s4-medias {
    width: 1.36rem;
    padding-left: .19rem;
    display: flex;
    justify-content: center;
    padding-right: .49rem;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 9;
}

.s4-medias:before {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    width: 1px;
    background: #E5E5E5;
}

.s4-c2-b>ul {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.s4-c2-b>ul li {
    width: 25.68%;
}

.s4-c2-b>ul li a .pic {
    padding-top: 113.829%;
}

.s4-c2-b>ul li:nth-child(1) {
    width: 44.26%;
}

.s4-c2-b>ul li:nth-child(1) a .pic {
    padding-top: 77.16%;
}

.s7-l a::after{
    display: none;
}
.s7-l a .pic {
    padding-top: 68.8%;
}

.s7-r{
    width: 35.25%;
}
.s7-l{
    width: auto;
    flex: 1;
    min-width: 0;
}
.s7-l a .pic {
    padding-top: 64.2%;
}
.s7-m a .pic {
    padding-top: 64.2%;
}
.s7-item .pic::after{    background: linear-gradient(0deg, rgba(58, 0, 0, 0) 51%, rgba(0, 0, 0, 0.77) 100%);}
.s7-item .info{
    top: 0;
    bottom: auto;
}
.s7-item .info h3{
    color: rgba(255, 255, 255, .6);
    font-weight: 600;
    font-size: .36rem;
    line-height: .4rem;
}
@media screen and (max-width:768px){
    .s4-c2-t ul{display: block;}
    .s4-c2-t ul li{width: auto;margin-top: .2rem;}
    .s4-c2-b{display: block;}
    .s4-c2-b>ul{flex-wrap: wrap;}
    .s4-c2-b>ul li{width: 49%;margin-top: .2rem;}
    .s4-c2-b>ul li:nth-child(1){
        width: 100%;
    }
    .s4-medias{width: auto;padding: 0;}
    .s4-medias .fmeida2{display: flex;justify-content: center;flex-wrap: wrap;width: auto;}
    .s4-medias .fmeida2 li{margin-top: 0;margin: 0 .05rem;}
    .s4-medias .fmeida2 li a>div>img{height: .5rem;}

    .s4-medias .fmeida2 li a .foot-ewm{
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        top: 130%;
        margin-top: 10px;
        margin-left: 0;
    }
    .s4-medias .fmeida2 li:hover a .foot-ewm{
        left: 50%;top: 100%;
    }
    .fmeida2 li a .foot-ewm::after{
        left: 50%;
        transform: translateX(-50%);
        bottom: 100%;
        top: auto;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #fff transparent;
    }
    .s4-c2-item .info{
        padding: .15rem .1rem;
    }
   
    .s4>div::before{display: none;}
    .s7-r{width: auto;}
}