@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;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 1.94rem;
    opacity: 0.2;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.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 {
    position: absolute;
    font-size: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: .3rem;
}

.banner .slick-dots li {
    border-radius: 50%;
    margin: 0;
    position: relative;
    width: auto;
    height: .48rem;
    width: .48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .05rem;
}

.banner .slick-dots li:nth-child(1):before {
    display: none;
}



.banner .slick-dots li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: all .5s;
    width: .08rem;
    height: .08rem;
    background-color: #ffffff;
    border-radius: 50%;
    right: 0;
}

.banner .slick-dots li span {
    flex: 1;
    min-width: 0;
    display: block;
    font-size: .14rem;
    line-height: .48rem;
    color: #fff;
    text-align: center;
    transition: all .5s;
    opacity: 0;
    /* border: solid 2px #ffffff; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
}

.banner .slick-dots li.slick-active span {
    font-size: .16rem;
    opacity: 1;
}

.banner .slick-dots li.slick-active span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px dashed #FFFFFF;
    border-radius: 50%;
}

.banner .slick-dots li.slick-active::before {
    opacity: 1;
}

.banner .slick-dots li.slick-active::after {
    opacity: 0;
}



/* index */

.index {
    z-index: 99;
    background: #fff;
    position: relative;
    padding-top: 1px;
    overflow: hidden;
}



.tab-bd {
    position: relative;
    overflow: hidden;
}

.tab-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: translateY(1rem);
}

.tab-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
}



.tit {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: .25rem;
}

.tit-icon img {
    display: block;
    width: 0.78rem;
    margin-right: 0.15rem;
}

.tit-name {
    display: flex;
    align-items: center;
}

.tit-name>div {
    cursor: pointer;
    transition: all .5s;
    position: relative;
    padding-left: .74rem;
    background: url(../images/tit-bef-icon.png) no-repeat;
    background-position: left center;
    background-size: .63rem auto;
}


.tit-name>div h2 {
    display: flex;
    align-items: flex-end;
    color: #333333;
    font-size: 0.36rem;
    line-height: 0.4rem;
    font-weight: 600;
}


.tit-name>div p {
    display: flex;
    align-items: center;
    /* 浏览器可能不支持 */
    margin-top: .02rem;
}

 


.tit-name>div p span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #999999;
}


.tit-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: flex;
    align-items: center;
}

.tit-more a {
    position: relative;
    z-index: 9;
    opacity: 1;
    display: flex;
    align-items: center;
    transition: all .5s;
    padding-right: .31rem;
    background: url(../images/tit-morebg.png) no-repeat;
    background-position: right center;
    background-size: .22rem auto;

    /* + */
    font-size: 0.2rem;
    font-weight: normal;
    line-height: .26rem;
    letter-spacing: normal;
    color: #666666;
}

.tit-more a::before {}


.tit-w {}

.tit-w .tit-name>div h2 {
    color: #fff;
}

.tit-w .tit-name>div p {
    color: #D8D8D8;
}

.tit-w .tit-name>div p::before {
    background: #D8D8D8;
}

.tit-w .tit-more a {
    color: #fff;
    background: url(../images/tit-morebg2.png) no-repeat;
    background-position: right center;
    background-size: .22rem auto;
}



.pub-arrow {}

.pub-arrow div {
    border-radius: 50%;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
    width: 0.52rem;
    height: 0.52rem;
    border: 1px solid #25a668;
    background: #fff;
}

.pub-arrow div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: transparent;
    transition: all 0.5s;
}

.pub-arrow div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

.pub-arrow-l::after {
    background: url(../images/icon-prev-b.png) no-repeat;
    background-position: center center;
    transition: all 0.5s;
    background-size: .2rem auto;
}

.pub-arrow-r {}

.pub-arrow-r::after {
    background: url(../images/icon-next-b.png) no-repeat;
    background-position: center center;
    background-size: .2rem auto;
    transition: all 0.5s;
}





.s1 {
    padding: .7rem 0 1.2rem 0;
    position: relative;
    z-index: 1;
    background: rgba(147, 188, 252, 0.03);
    background: url(../images/s1-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s1-c {
    display: flex;
    align-items: flex-start;
    margin-top: .48rem;
}

.s1-l {
    overflow: hidden;
    width: 7.8rem;
    margin-right: .4rem;
}

.s1-l {
    position: relative;
}

.s1-l .s1-dots {
    position: absolute;
}

.s1-l .s1-dots {
    position: absolute;
    width: auto;
    left: auto;
    right: 0.2rem;
    bottom: 0.35rem;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.s1-l .s1-dots span {
    width: 0.27rem;
    height: 0.27rem;
    border-radius: 50%;
    margin: 0 .1rem;
    transition: all .5s;
    position: relative;
    border: 1px dashed transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    background: no-repeat;
    opacity: 1;
}

.s1-l .s1-dots span:before {
    content: "";
    display: block;
    opacity: 0.4;
    background: #FFFFFF;
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    transition: all .5s;
}

.s1-l .s1-dots span.swiper-pagination-bullet-active {
    border-color: #fff;
}

.s1-l .s1-dots span.swiper-pagination-bullet-active:before {
    opacity: 1
}

.s1-ll {
    /* transition: all .5s; */
}


.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a .pic {
    padding-top: 73.6%;
}

.s1-l ul li a .pic::after {
    height: 1.8rem;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.6rem;
    opacity: 0.4;
    background: #000000;
    z-index: 1;
}

.s1-l ul li a h3 {
    position: absolute;
    left: 0;
    right: 1.8rem;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #FFFFFF;
    padding: .15rem 0 .15rem .25rem;
    z-index: 9;
    right: 1.45rem;
}


.s1-l .slick .slick-dots {
    position: absolute;
    right: .6rem;
    bottom: 0.06rem;
    z-index: 9;
    width: auto;
    left: auto;
}

.s1-l .slick .slick-dots li {
    display: none;
    width: auto;
    height: auto;
}

.s1-l .slick .slick-dots li div {
    display: flex;
    align-items: flex-end;
}

.s1-l .slick .slick-dots li div span {
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.45rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.s1-l .slick .slick-dots li div i {
    height: 0.17rem;
    border-left: solid 1px #fff;
    margin: 0 .13rem;
    transform: rotateZ(26deg);
    margin-bottom: .12rem;
}

.s1-l .slick .slick-dots li div b {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.34rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.s1-l .slick .slick-dots li.slick-active {
    display: block;
}

.s1-l .slick .slick-prev, .s1-l .slick .slick-next {
    width: .33rem;
    height: 0.33rem;
    top: auto;
    transform: none;
    bottom: .13rem;
}

.s1-l .slick .slick-prev {
    background: url(../images/h1-prev.svg) no-repeat;
    background-position: center center;
    background-size: .13rem auto;
    right: 1.5rem;
    left: auto;
}

.s1-l .slick .slick-next {
    background: url(../images/h1-next.svg) no-repeat;
    background-position: center center;
    background-size: .13rem auto;
    right: 0.18rem;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-r ul {
    margin-top: -.17rem
}

.s1-r ul li:first-child a {
    border: none;
}

.s1-r ul li a {
    margin: 0 .05rem;
    display: block;
    padding: .3rem 0.2rem .3rem 0;
    position: relative;
    transition: all .5s;
    z-index: 1;
    border-top: 1px solid #E5E5E5;
    position: relative;
    z-index: 1;
}

.s1-r ul li a::before {}

.s1-r ul li a:after {
    content: "";
    position: absolute;
    left: -.34rem;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all .5s;
    opacity: 0;
    z-index: -2;
    background: linear-gradient(99deg, #4dd0df 5%, #0185e7 49%, #005ede 73%, #003ad1 108%);
}

.s1-r ul li a .info {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all .5s;
}

.s1-r ul li a .info .date {
    margin-right: 0.29rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    width: 0.71rem;
    height: 0.71rem;
    border-radius: 0.15rem 0rem 0.15rem 0rem;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
}

.s1-r ul li a .info .date:after {}

.s1-r ul li a .info .date b {
    display: block;
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #333333;
}

.s1-r ul li a .info .date span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.18rem;
    text-align: center;
    letter-spacing: normal;
    color: #A4A4A6;
    margin-top: .03rem;
}

.s1-r ul li a .info .text {
    flex: 1;
    min-width: 0;
}

.s1-r ul li a .info .text h3 {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: .24rem;
    letter-spacing: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-r ul li a .info .text p {
    width: 100%;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
    margin-top: .07rem;
}


.s2 {
    position: relative;
    z-index: 2;
    padding: 1.3rem 0 .9rem 0;
    background: url(../images/s2-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    margin-top: -.4rem;
}



.s2-c {
    margin-top: .45rem;
    position: relative;
}

.s2-c .swiper-container .swiper-slide {
    height: 2.5rem;
    display: flex;
    align-items: flex-end;
    transition: all .5s;
    padding-bottom: .2rem;
}


.s2-c .swiper-container .swiper-slide a {
    display: block;
    width: 100%;
    padding: .25rem .2rem .2rem .2rem;
    transition: all .5s;
    position: relative;
    z-index: 1;
    /* transform: translateY(-.2rem); */
    background: url(../images/s3-itembg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s2-c .swiper-container .swiper-slide a::before {
    content: "";
    position: absolute;
    left: -.1rem;
    top: -0.37rem;
    right: 0.1rem;
    bottom: -.1rem;
    background: rgba(255, 255, 255, .1);
    z-index: -2;
    transition: all .5s;
    opacity: 0;
    clip-path: polygon(0 0, calc(100% - .45rem) 0, 100% .45rem, 100% 100%, 0 100%);
}

.s2-c .swiper-container .swiper-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: -.47rem;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all .5s;
    background: url(../images/s2-itembg2.png) no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    clip-path: polygon(0 0, calc(100% - .45rem) 0, 100% .45rem, 100% 100%, 0 100%);
}

.s2-c .swiper-container .swiper-slide a h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #fff;
    height: .84rem;
    margin-top: .2rem;
    transition: height .5s;
}

.s2-c .swiper-container .swiper-slide a span {
    display: block;
    transition: all .5s;
    font-size: 0.14rem;
    color: #fff;
}

.s2-c .swiper-container .swiper-slide a span b {

    font-size: .24rem;

    line-height: .32rem;

    margin-right: .05rem;
}

.s2-c .swiper-container .swiper-slide a i {
    position: absolute;
    right: 0.3rem;
    bottom: 0;
    background: url(../images/s2-itemmore.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.42rem;
    height: 0.42rem;
    transform: translateY(50%);
    opacity: 0;
    transition: all .5s;
}

.s2-c .pub-arrow div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.s2-c .pub-arrow div.pub-arrow-l {
    right: 100%;
    margin-right: .2rem;
}

.s2-c .pub-arrow div.pub-arrow-r {
    margin-left: .2rem;
    left: 100%;
}

.s2-c .dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .45rem;
}

.s2-c .dots span {
    width: 0.14rem;
    height: 0.14rem;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    margin: 0 .21rem;
    opacity: 1;
    background: transparent;
    transition: all .5s;
}

.s2-c .dots span.swiper-pagination-bullet-active {
    background: #fff;
}


.s3 {
    padding: .75rem 0 0 0;
    position: relative;
    z-index: 2;
}

.s3-c {
    display: flex;
    justify-content: space-between;
}

.s3-l {
    width: 48.5%;
}

.s3-r {
    width: 48.5%;
}

.s3-list ul {}

.s3-list ul li a {
    padding: 0.21rem 0;
    align-items: center;
    display: flex;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    position: relative;
}

.s3-list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top: 1px dashed #D8D8D8;
    z-index: -2;
}

.s3-list ul li:nth-child(1) a::before {
    display: none;
}

.s3-list ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    transition: all .5s;
    border-bottom: 1px solid rgba(7, 79, 161, 0.5);
    z-index: -1;
}

.s3-list ul li h3 {
    padding: 0 0 0 0.15rem;
    font-size: 0.18rem;
    color: #262626;
    line-height: .3rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    background: url(../images/s3-listbef.png) no-repeat;
    background-position: left center;
    background-size: .06rem auto;
}

.s3-list ul li p {
    width: 1.2rem;
    text-align: right;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.18rem;
    letter-spacing: normal;
    color: #999999;
}

.s3-list ul li h3::after {
    width: 0.05rem;
    height: 0.05rem;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    background: #014997;
    border-radius: 50%;
}

.s3-list2 {}

.s3-list2 ul li a {
    display: block;
    border-top: 1px dashed #D8D8D8;
    position: relative;
    z-index: 1;
    transition: all .5s;
    padding: .25rem 0;
}

.s3-list2 ul li:nth-child(1) a {
    border-top: none;
}

.s3-list2 ul li:last-child a {}

.s3-list2 ul li a .info2 {
    align-items: center;
    position: relative;
    display: flex;
}

.s3-list2 ul li a .info2 .date {
    display: flex;
    flex-direction: column;
    margin-right: .17rem;
    justify-content: center;
    align-items: center;
    width: .73rem;
    height: .75rem;
    font-family: Bebas;
}

.s3-list2 ul li a .info2 .date b {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.46rem;
    letter-spacing: normal;
    color: #0440A4;
    border: 1px dashed rgba(4, 64, 164, 0.3);
    border-bottom: none;
    border-radius: 0.1rem 0rem 0rem 0rem;
    width: 100%;
    text-align: center;
    transition: all .5s;
}

.s3-list2 ul li a .info2 .date span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #0440A4;
    font-family: sys-m;
    border: 1px solid #0440A4;
    width: 100%;
    text-align: center;
    transition: all .5s;
}

.s3-list2 ul li a .info2 .text {
    flex: 1;
    min-width: 0;
}

.s3-list2 ul li a .info2 .text h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #353535;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-list2 ul li a .info2 .text p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: normal;
    margin-top: 0.1rem;
    color: rgba(111, 111, 111, 0.8);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .4rem;
}

.s4 {
    padding: 0.65rem 0 1rem 0;
    position: relative;
    z-index: 1;
}
.s4::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s4-bg.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    height: 13.63rem;
    z-index: -1;
    pointer-events: none;
}

.s4-c {
    margin-top: 0.35rem;
}

.s4-c ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s4-c ul li {
    width: 32%;
    height: 3.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s4-c ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0.09rem;
    opacity: 0.8;
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(4, 64, 164, 0.1);
    transition: all .5s;
    height: 3rem;
    padding: 0 .45rem;
}

.s4-c ul li a h3 {
    width: 100%;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.4rem;
    letter-spacing: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.s4-c ul li a h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.08rem;
    z-index: -1;
    width: 1.37rem;
    height: 0.09rem;
    border-radius: 0.84rem;
    background: rgba(255, 182, 73, 0.46);
}

.s4-c ul li a p {
    width: 100%;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #9E9E9E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .9rem;
    margin: .3rem 0 .32rem 0;
}

.s4-c ul li a span {
    width: 1.49rem;
    height: 0.35rem;
    margin: 0 auto;
    border-radius: 0.24rem;
    border: 0.01rem solid #1B53CE;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    border-radius: 0.24rem;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #1B53CE;
    transition: all .5s;
}

.s4-c ul li a span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all .5s;
    background: linear-gradient(102deg, #4dd0df 5%, #0185e7 49%, #005ede 73%, #003ad1 108%);
    border-radius: 0.24rem;
    transition: all .5s;
    opacity: 0;
}

.s4-c ul li a span::after {
    content: "";
    display: block;
    background: url(../images/icons-ckgd.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.13rem;
    height: 0.12rem;
    margin-left: .12rem;
    transition: all .5s;
}

@media screen and (min-width: 1025px) {
    .tit-more a:hover{
        color: #1549A2;
    }
    .s4-c ul li.on a {
        height: 100%;
        box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(4, 64, 164, 0.2);
    }

    .s4-c ul li.on a span {
        border-color: transparent;
        color: #fff;
    }

    .s4-c ul li.on a span::before {
        opacity: 1;
    }

    .s4-c ul li.on a span::after {
        background: url(../images/icons-ckgd2.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }
 

    .s3-list2 ul li a:hover .date span {
        background: linear-gradient(109deg, #4dd0df 6%, #0185e7 50%, #005ede 73%, #003ad1 108%);
        color: #fff;
        border-color: transparent;
    }

    .s3-list2 ul li a:hover .text {}

    .s3-list2 ul li a:hover .text h3 {
        font-weight: 600;
    }

    .s3-list2 ul li a:hover .text p {}

    .s3-list ul li:hover h3 {
        color: #1549A2;
    }

    .pub-arrow .pub-arrow-l:hover {
        background: #ED991E;
        border-color: #ED991E;
    }

    .pub-arrow .pub-arrow-l:hover::after {
        background: url(../images/icon-prev-w.png) no-repeat;
        background-position: center center;
        background-size: .2rem auto;
    }

    .pub-arrow .pub-arrow-r:hover {
        background: #ED991E;
        border-color: #ED991E;
    }

    .pub-arrow .pub-arrow-r:hover::after {
        background: url(../images/icon-next-w.png) no-repeat;
        background-position: center center;
        background-size: .2rem auto;
    }



    .s1-r ul li a:hover {
        border-color: transparent;
    }

    .s1-r ul li:hover+li a {
        border-top-color: transparent;
    }

    .s1-r ul li a:hover::before {
        opacity: 1;
    }

    .s1-r ul li a:hover::after {
        opacity: 1;
    }

    .s1-r ul li a:hover .info .date {
        \: url(../images/s1-rdatebg2.png) no-repeat;
    }

    .s1-r ul li a:hover .info .date b {
        color: #1549A2;
    }

    .s1-r ul li a:hover .info .date span {}

    .s1-r ul li a:hover .info .text h3 {
        color: #FFFFFF;
    }

    .s1-r ul li a:hover .info .text p {
        color: #FFFFFF;
        opacity: .8;
    }


    .s2-c .swiper-container .swiper-slide a:hover {
        padding: 0rem .2rem .45rem .2rem;
        /* transform: translateY(-0.1rem); */
    }

    .s2-c .swiper-container .swiper-slide a:hover::before, .s2-c .swiper-container .swiper-slide a:hover::after {
        opacity: 1;
    }

    .s2-c .swiper-container .swiper-slide a:hover h3 {
        color: #333333;
    }
    .s2-c .swiper-container .swiper-slide a:hover i{
        opacity: 1;
    }

    .s2-c .swiper-container .swiper-slide a:hover div {
        margin-top: .2rem;
    }

    .s2-c .swiper-container .swiper-slide a:hover div p {
        height: .52rem;
    }

    .s2-c .swiper-container .swiper-slide a:hover span {
        color: #1549A2;
    }

}


@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;
    }

    .banner .slick-dots {
        transform: scale(.7);
        transform-origin: center bottom;
        bottom: 0.15rem;
    }


    .tit {
        justify-content: flex-start;
    }

    .tit-name>div{
        padding-left: .55rem;
        background-size: .4rem auto;
    }
    .tit-name>div h2 {
        font-size: .3rem;
        line-height: .34rem;
    }

    .tit-icon img {
        width: 0.65rem;
    }
 

    .tit-name>div p span {
        font-size: .16rem;
        line-height: .16rem;
    }

    .s1-c {
        display: block;
        margin-top: .3rem;
    }

    .s1-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .3rem;
    }

    .s1-r ul li a .info .date b {
        font-size: .28rem;
    }

    .s1-r ul li a .info .date span {}


    .s1-l ul li a h3{
        font-size: .18rem;
        padding-left: .15rem;
    }
    .s1-r ul li a .info {
        height: .9rem;
    }

    .s1-r ul li a .info .text p {
        font-size: .18rem;
    }

    .s1-l .s1-dots {
        bottom: 0.15rem;
    }

    .s1-r ul li a{
        padding: .15rem 0;
    }

    .s1-r ul li a .info .date{
        margin-right: .2rem;
    }

    .s1-l .pub-arrow {
        margin-top: calc(58.9% + .15rem);
    }
    .s1-l .slick .slick-next{
        right: 0.05rem;
    }
    .s1-l .slick .slick-dots{
        right: 0.4rem;
    }
    .s1-l .slick .slick-prev{
        right: 1.3rem;
    }

    .s2-c .swiper-container .swiper-slide {
        height: auto;
        padding-bottom: 0;
    }

    .s2-c .swiper-container .swiper-slide a {
        padding: .25rem .15rem;
        height: auto;
        transform: none;
    }

    .s2-c .swiper-container .swiper-slide a h3 {
        font-size: .18rem;
    }

    .s2-c .dots{
        margin-top: .2rem;
    }
     .s2-c .dots span{
        margin: 0 .05rem;
        width: 0.1rem;
        height: 0.1rem;
     }

    .s2-c .pub-arrow div.pub-arrow-l {
        left: 0;
        right: auto;
        margin: 0;
    }

    .s2-c .pub-arrow div.pub-arrow-r {
        left: auto;
        right: 0;
        margin: 0;
    }

    .s3-c {
        display: block;
    }

    .s3-l {
        width: auto;
    }

    .s3-r {
        width: auto;
        margin-top: .35rem;
    }


    .s3, .s2, .s1 {
        padding: .35rem 0;
    }

    .s4-c ul li{
        height: auto;
    }
    .s4-c ul li a{
        padding: .2rem;
        height: auto;
    }
    .s4-c ul li a p{
        margin: .15rem 0;
    }


    .s2{
        margin-top: -.2rem;
        padding-top: .5rem;
    }
    .s4{
        padding: 0 0 .5rem 0;
    }
}

@media screen and (max-width: 768px) {
    .s4-c ul{
        display: block;
    }
    .s4-c ul li {
        width: auto;
    }
    .s4-c ul li + li{
        margin-top: .15rem;
    }
    
}
