@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;
    opacity: 0.5;
    background: linear-gradient(0deg, #1d1d1d 0%, #381d4600 100%);
    height: 1.94rem;
}

.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: flex-end;
    left: 0;
    bottom: .25rem;
    left: 0;
    right: 0;
}


.banner .slick-dots li {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    transition: all .5s;
    margin: 0 .15rem;
}

.banner .slick-dots li:before {
    content: "";
    display: block;
    width: 0.13rem;
    height: 0.13rem;
    transform: rotate(42.69deg);
    opacity: 0.9;
    background: #FFFFFF;
}

.banner .slick-dots li:after {
    content: "";
    position: absolute;
    right: .2rem;
    bottom: 0;
    background: #AF2626;
    width: .18rem;
    height: .18rem;
    border-radius: 50%;
    z-index: -1;
    transition: all .5s;
    opacity: 0;
}
 

.banner .slick-dots li span {
    display: block;
    position: relative;
    height: .37rem;
    transition: all .5s;
    width: 0;
    font-size: 0;
    line-height: .37rem;
    color: #FFFDFD;
    /* overflow: hidden; */
}

.banner .slick-dots li span::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: .1rem;
    height: .1rem;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    transition: all .5s;
    opacity: 0;
}

.banner .slick-dots li span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    background: url(../images/banner-dot-act.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: .52rem;
    height: .52rem;
    transition: all .5s;
}


.banner .slick-dots li.slick-active {
    opacity: 1;
    background: transparent;
    margin-left: 0;
}
.banner .slick-dots li.slick-active:before{
    opacity:0
}

.banner .slick-dots li.slick-active span {
    width: .24rem;
    color: transparent;
}

.banner .slick-dots li.slick-active span::after {
    transform: scale(1)
}

.banner .slick-dots li.slick-active span::before {
    opacity: 0;
}

.banner .slick-dots li.slick-active span::after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.banner .slick-dots li.slick-active::after {
    /* opacity: 1; */
}


/* 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;
}


.tit-name>div h2 {
    display: flex;
    align-items: flex-end;
    color: #333333;
    font-size: 0.42rem;
    line-height: 0.42rem;
    font-weight: 600;
}


.tit-name>div p {
    display: flex;
    align-items: center;
    font-family: Arial;
    margin-top: 0.09rem;
}

.tit-name>div p:before {
    content: "";
    display: block;
    background: #CCCCCC;
    width: 0.26rem;
    height: 1px;
    margin-right: .15rem;
}



.tit-name>div p span {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.18rem;
    letter-spacing: normal;
    color: #AAAAAA;
    font-family: Arial;
}


.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;
    border-radius: 0.25rem;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #333333;
    background: linear-gradient(124deg, #25a668 22%, #008164 92%), #2B9C5E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    /* + */
    font-family: MiSans;
}

.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 {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(124deg, #25a668 22%, #008164 92%), #2B9C5E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}



.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: .78rem 0 .7rem 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;
    transition: all .5s;
}


.s1-l ul li a span.date {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: .2rem;
    background: linear-gradient(105deg, #25a668 26%, #008164 93%), linear-gradient(105deg, #25a668 26%, #008164 93%), #135D48;
    border-radius: 0 .2rem .2rem 0;
    z-index: 9;
    padding: 0 .2rem;
    font-family: Butler;
}

.s1-l ul li a span.date:before {
    content: "";
    display: block;
    background: url(../images/s1-ldate.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.14rem;
    height: 0.14rem;
    margin-right: .14rem;

}

.s1-l ul li a .pic {
    padding-top: 58.9%;
}

.s1-l ul li a .pic::after {
    height: 1.8rem;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.s1-l ul li a .info {
    padding: 0.3rem 0 0 0;
    margin-right: 1.2rem;
}

.s1-l ul li a .info h3 {
    \: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 1rem;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.36rem;
    letter-spacing: normal;
    color: #222222;
    height: .72rem;
}

.s1-l ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #7B7B7B;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.52rem;
    margin-top: .24rem;
}

.s1-l .pub-arrow {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: calc(58.9% + .3rem);
    z-index: 9;
}

.s1-l .pub-arrow>div+div {
    margin-top: .2rem
}


.s1-r {
    flex: 1;
    min-width: 0;
}


.s1-r ul li:last-child a {
    border-bottom: 1px dashed #D8D8D8;
}

.s1-r ul li a {
    margin: 0 .05rem;
    display: block;
    padding: 0 .1rem;
    position: relative;
    transition: all .5s;
    z-index: 1;
    border-top: 1px dashed #D8D8D8;
    position: relative;
    z-index: 1;
}

.s1-r ul li a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: .92rem;
    transition: all .5s;
    z-index: -1;
    background: url(../images/s1-ritemmore.png) no-repeat;
    background-position: right center;
    background-size: 100% 100%;
    opacity: 0;
}

.s1-r ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(0deg, #EAF3EF, #EAF3EF), linear-gradient(102deg, rgba(37, 166, 104, 0.102) 21%, rgba(0, 129, 100, 0.102) 90%), rgba(17, 63, 153, 0.1);
    transition: all .5s;
    opacity: 0;
    z-index: -2;
}

.s1-r ul li a .info {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all .5s;
    height: 1.06rem;
}

.s1-r ul li a .info .date {
    margin-right: 0.24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: .8rem;
    position: relative;
    z-index: 1;
}

.s1-r ul li a .info .date:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #CDCDCD;
    width: 0.01rem;
    height: 0.25rem;
}

.s1-r ul li a .info .date b {
    display: block;
    font-family: Philosopher;
    font-size: 0.34rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    background: linear-gradient(141deg, #25a668 15%, #008164 91%), #222222;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.s1-r ul li a .info .date span {
    font-family: Philosopher;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: center;
    letter-spacing: normal;
    color: #7B7B7B;
}

.s1-r ul li a .info .text {
    flex: 1;
    min-width: 0;
}

.s1-r ul li a .info .text p {
    width: 100%;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #3D3D3D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .6rem;
}


.s2 {
    position: relative;
    z-index: 2;
    padding: .6rem 0 .8rem 0;
    background: url(../images/s2-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}



.s2-c {
    margin-top: .5rem;
    position: relative;
}

.s2-c .swiper-container .swiper-slide {
    height: 2.72rem;
    display: flex;
    align-items: flex-end;
    transition: all .5s;
}
 

.s2-c .swiper-container .swiper-slide a {
    display: block;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.24rem 0rem rgba(11, 90, 168, 0.15);
    padding: .3rem .3rem .56rem .3rem;
    transition: all .5s;
    position: relative;
    z-index: 1;
    transform: translateY(-.2rem);
}

.s2-c .swiper-container .swiper-slide a::before {
  content: "";
    position: absolute;
    right: -.2rem;
    bottom: -.2rem;
    background: url(../images/s2-item-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 2.2rem;
    height: 2.2rem;
    transition: all .5s;
    opacity: 0;
    pointer-events: none;
}

.s2-c .swiper-container .swiper-slide a h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #222222;
    height: .9rem;
    margin-top: .2rem;
    transition: height .5s;
}

.s2-c .swiper-container .swiper-slide a div {
    margin-top: 0;
    transition: all .5s;
}

.s2-c .swiper-container .swiper-slide a div p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0;
    transition: all .5s;
    color: #7B7B7B;
}

.s2-c .swiper-container .swiper-slide a span {
    display: block;
    transition: all .5s;
    font-family: Philosopher;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: normal;
    background: linear-gradient(105deg, #25a668 26%, #008164 93%), #135D48;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.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%;
}


.s3 {
    padding: .6rem 0 1rem 0;
}

.s3-c {
    display: flex;
    justify-content: space-between;
}

.s3-l {
    width: 48.5%;
}

.s3-r {
    width: 48.5%;
}


.s3-slick {
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.15rem 0rem rgba(0, 0, 0, 0.15);
    transition: all .5s;
    position: relative;
    z-index: 1;
}
.s3-slick::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(118deg, #25a668 23%, #008164 93%), linear-gradient(118deg, #25a668 23%, #008164 93%), #135D48;
    transition: all .5s;
    opacity: 0;
}

.s3-slick ul li a {
    display: flex;
    padding: .35rem .3rem;
    position: relative;
}

.s3-slick ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.6rem;
    height: 0.6rem;
    background: #ED991E url(../images/icon-next-w2.png) no-repeat;
    background-position: center center;
    background-size: .32rem auto;
    z-index: 9;
}

.s3-slick ul li a .pics {
    width: 3rem;
    margin-right: .2rem;
}

.s3-slick ul li a .pics .pic {
    padding-top: 70%;
}

.s3-slick ul li a .info {
    flex: 1;
    min-width: 0;
}

.s3-slick ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
}

.s3-slick ul li a .info span {
    display: block;
    font-family: Butler;
    font-size: 0.18rem;
    line-height: .18rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    background: linear-gradient(104deg, #25a668 26%, #008164 93%), #135D48;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding-left: .22rem;
    margin: .2rem 0;
    position: relative;
}

.s3-slick ul li a .info span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(../images/s3-time-icon1.png) no-repeat;
    background-position: left center;
    background-size: .16rem auto;
    width: 0.16rem;
}


.s3-slick ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .48rem;
}

.s3-slick .slick-dots {
    position: absolute;
    left: 3.5rem;
    bottom: 0.35rem;
    width: auto;
    display: flex;
    align-items: center;
}

.s3-slick .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #D8D8D8;
    margin-right: .1rem;
}

.s3-slick .slick-dots li.slick-active {
    background: #ED991E;
}

.s3-list ul {
    padding: .05rem .25rem .15rem .25rem;
    background: rgba(234, 250, 245, .4);
}

.s3-list ul li a {
    padding: 0.25rem 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 rgba(34, 168, 112, .22);
    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.2rem;
    color: #525252;
    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: .08rem auto;
}

.s3-list ul li p {
    width: 1.2rem;
    text-align: right;
    font-family: Philosopher;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.18rem;
    letter-spacing: normal;
    background: linear-gradient(105deg, #25a668 26%, #008164 93%), #135D48;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.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-r .s3-slick ul li a {
    flex-direction: row-reverse;
}

.s3-r .s3-slick ul li a .pics {
    margin-right: 0;
    margin-left: .2rem;
}

.s3-r .s3-slick .slick-dots {
    left: 0.3rem;
}

.s3-r .s3-list ul {
    background: none;
    padding: 0;
}

.s3-r .s3-list ul li a {
    padding: .2rem .25rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.15rem 0rem rgba(0, 0, 0, 0.05);
    margin-top: .15rem;
    border: none;
}


@media screen and (min-width: 1025px) {
    .s3-list ul li:hover h3{
        color: #008164;
    }
    .s3-slick:hover::before{
        opacity: 1;
    }
    .s3-slick:hover ul li a .info h3{
        color: #fff;
    }
    .s3-slick:hover ul li a .info span{
        color: #FFFFFF;
        background: no-repeat;
        -webkit-text-fill-color: #fff;
    }
     .s3-slick:hover ul li a .info span:before{
         background: url(../images/s3-time-icon2.png) no-repeat;
         background-position: left center;
         background-size: .16rem auto;
     }
    .s3-slick:hover ul li a .info p{
        color: rgba(255, 255, 255, 0.56);
    }
    .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 {
        padding-right: 1rem;
        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 {
        background: linear-gradient(0deg, #ED991E, #ED991E), linear-gradient(141deg, #25a668 15%, #008164 91%), #CDCDCD;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .s1-r ul li a:hover .info .date span {
        color: #7B7B7B;
    }

    .s1-r ul li a:hover .info .text p {
        background: linear-gradient(102deg, #25a668 27%, #008164 93%), #CDCDCD;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }


    .s2-c .swiper-container .swiper-slide a:hover {
        padding: .38rem .35rem .37rem .35rem;
        transform: translateY(0);
    }

    .s2-c .swiper-container .swiper-slide a:hover::before {
        opacity: 1;
    }

    .s2-c .swiper-container .swiper-slide a:hover h3 {
        background: linear-gradient(103deg, #25a668 27%, #008164 93%), #333333;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        height: .6rem;
        -webkit-line-clamp: 2;
    }

    .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 {}

}


@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 h2{
        font-size: .3rem;
        line-height: .3rem;
    }
    .tit-icon img{
        width: 0.65rem;
    }
    .tit-name>div p:before{
        width: 0.2rem;
        margin-right: .1rem;
    }
    .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 .info {
        padding: .15rem 0 0 0;
        margin-right: .6rem;
    }

    .s1-l ul li a .info h3 {
        padding-right: 0;
        font-size: .18rem;
    }
    .s1-l ul li a .info p{
        margin-top:.1rem;
    }

    .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-l .pub-arrow{
        margin-top: calc(58.9% + .15rem);
    }
    .s2-c .swiper-container .swiper-slide{
        height: auto;
    }
    .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{
        padding: 0 .65rem;
    }
    .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;
    }

}

@media screen and (max-width: 768px) {
    .s3-slick ul li a{
        display: block;
        padding: .15rem;
    }
    .s3-slick ul li a .pics{
        width: auto;
        margin: 0 !important;
        margin-bottom: .2rem !important;
    }
    .s3-slick ul li a .info{
        padding-bottom: .45rem;
    }
    .s3-r .s3-slick .slick-dots{
        left: .15rem;
        bottom: 0.25rem;
    }
}

@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
 .tit-more a,.s1-r ul li a .info .date b,.s2-c .swiper-container .swiper-slide a span,.s3-slick ul li a .info span,.s3-list ul li p{background: none;color: #008164;}


 .s1-r ul li a:hover .info .text p,.s2-c .swiper-container .swiper-slide a:hover h3{background: none;color: #008164;}
 .s1-r ul li a:hover .info .date b{background: none;color: #ED991E;}
 .tit-w .tit-more a{background: none; color: #fff;}


 
}


    @media screen and (max-width: 750px) {
       
      .s3-slick .slick-dots {    left: 0.2rem;}
     }