@charset "utf-8";body {
    overflow-x: 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: scale(0.6);
    filter: blur(0.2rem)
}

.tab-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transform: scale(1)
}

@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;
    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: "";
    height: 1.54rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .43), rgba(0, 0, 0, 0))
}

.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;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.2rem
}

.banner .slick-dots li {
    display: flex;
    vertical-align: middle;
    width: 0.05rem;
    height: 0.2rem;
    justify-content: center;
    align-items: center;
    margin: 0 .06rem;
    position: relative;
    transition: all .5s;
    position: relative
}

.banner .slick-dots li:nth-child(1) {
    margin-left: 0
}

.banner .slick-dots li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.05rem;
    height: 0.05rem;
    background: #fff;
    border-radius: 50%;
    transition: all .5s
}

.banner .slick-dots li button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(.5);
    background-color: #fff;
    transition: all .5s;
    width: .55rem;
    height: 0.2rem;
    background: url(../images/banner-dot-act.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0;
    padding: 0
}

.banner .slick-dots li.slick-active {
    width: 0.55rem
}

.banner .slick-dots li.slick-active::before {
    opacity: 0
}

.banner .slick-dots li.slick-active button {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1)
}

.index {
    z-index: 99;
    background: #fff;
    position: relative;
    padding-top: 1px;
    overflow: hidden
}

.pub-arrow div {
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
    width: 0.58rem;
    height: 0.58rem;
    background: #F39800
}

.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::after {
    background: url(../images/icon-next-b.png) no-repeat;
    background-position: center center;
    background-size: .2rem auto;
    transition: all 0.5s
}

.itit {
    position: relative
}

.itit-text {
    padding-top: .4rem;
    position: relative;
    z-index: 1
}

.itit-text h2 {
    font-size: 0.36rem;
    font-weight: 600;
    line-height: .46rem;
    font-stretch: normal;
    color: #000000;
    transform-origin: left center;
    text-align: center;
    font-family: sys
}

.itit-text h3 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    font-size: .9rem;
    font-weight: bold;
    line-height: .9rem;
    z-index: -1;
    color: transparent;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #02703C;
    color: transparent;
    mask: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-mask: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%)
}

.itit-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.itit-more a {
    display: block;
    font-family: Times New Roman;
    position: relative;
    z-index: 1;
    padding-left: .46rem;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #333333
}

.itit-more a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/itit-more-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.4rem;
    height: 0.21rem;
    z-index: -1
}

.s1 {
    padding: .78rem 0 .7rem 0;
    position: relative;
    z-index: 1;
    background: rgba(147, 188, 252, 0.03);
    background: url(../images/s1-rbg.png) no-repeat;
    background-position: right bottom;
    background-size: 9.44rem auto
}

.s1-c {
    display: flex;
    align-items: flex-start;
    margin-top: .48rem
}

.s1-l {
    overflow: hidden;
    width: 8.75rem
}

.s1-l {
    position: relative;
    z-index: 2;
    margin-top: .7rem
}

.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-l ul li a {
    display: block;
    transition: all .5s;
    margin-left: 1px
}

.s1-l ul li a .pic {
    padding-top: 62.9%
}

.s1-l ul li a .info {
    padding: 0.3rem 0.2rem .15rem .3rem;
    margin-right: .58rem;
    background: url(../images/s1-litembg.png) no-repeat;
    background-position: center center;
    background-size: cover
}

.s1-l ul li a .info h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #fff
}

.s1-l ul li a .info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.52rem;
    margin-top: .14rem;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #C4D1EA
}

.s1-l .pub-arrow {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: calc(62.9% - .58rem);
    z-index: 9;
    display: flex;
    flex-direction: column-reverse
}

.s1-l .pub-arrow>div+div {
    background: #006B38
}

.s1-r {
    flex: 1;
    min-width: 0;
    box-shadow: 0rem 0.1rem 0.1rem 0rem rgba(0, 0, 0, 0.2);
    margin-left: -.55rem;
    position: relative;
    z-index: 1;
    padding-left: .55rem;
    padding-top: .1rem;
    padding-bottom: .2rem
}

.s1-r ul li:last-child a::after {
    display: none
}

.s1-r ul li a {
    display: block;
    position: relative;
    transition: all .5s;
    z-index: 1;
    position: relative;
    z-index: 1;
    padding-left: .27rem
}

.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: .27rem;
    right: .4rem;
    bottom: 0;
    transition: all .5s;
    z-index: -2;
    border-top: 1px dashed #D8D8D8
}

.s1-r ul li a .info {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all .5s;
    height: 1.47rem
}

.s1-r ul li a .info .date {
    margin-right: 0.24rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 0.8rem;
    position: relative;
    z-index: 1;
    height: .77rem
}

.s1-r ul li a .info .date:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #D8D8D8;
    width: 1px
}

.s1-r ul li a .info .date b {
    display: block;
    font-family: Philosopher;
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #006B38
}

.s1-r ul li a .info .date span {
    font-family: Philosopher;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #9E9E9E
}

.s1-r ul li a .info .text {
    flex: 1;
    min-width: 0
}

.s1-r ul li a .info .text h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #212121
}

.s1-r ul li a .info .text p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .52rem;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #333333;
    margin-top: .05rem
}

.s2 {
    background: url(../images/s2-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .95rem 0 1.1rem 0
}

.s2-c {
    margin-top: .53rem;
    padding: 0 1.9rem 0 1.6rem;
    position: relative
}

.s2-c::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100vw;
    border-top: 1px dashed #AAAAAA
}

.s2-c .swiper-container {
    padding-right: .6rem;
    overflow: visible
}

.s2-c .swiper-slide {
    opacity: 0;
    transition: opacity .5s
}

.s2-c .swiper-slide a {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding: 0 0.38rem .53rem 0.38rem;
    margin-right: -1.5rem
}

.s2-c .swiper-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.53rem;
    right: 0;
    bottom: 0;
    background: url(../images/s2-itembg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -2;
    transition: all .5s
}

.s2-c .swiper-slide a::after {
    content: "";
    position: absolute;
    left: -.28rem;
    top: 0.53rem;
    right: -.06rem;
    bottom: 0;
    background: url(../images/s2-itembg2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all .5s;
    z-index: -1;
    opacity: 0
}

.s2-c .swiper-slide a>i {
    position: absolute;
    left: 0.25rem;
    top: calc(100% + .06rem);
    background: url(../images/s2-dot.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.16rem;
    height: 0.16rem;
    transition: all .5s
}

.s2-c .swiper-slide a .date {
    background: #02703C;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    transition: all .5s
}

.s2-c .swiper-slide a .date b {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: .52rem;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #FFFFFF
}

.s2-c .swiper-slide a .date span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .23rem;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #FFFFFF
}

.s2-c .swiper-slide a .info {
    margin-top: .27rem;
    width: 100%
}

.s2-c .swiper-slide a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .84rem
}

.s2-c .swiper-slide:nth-child(2n) a {
    flex-direction: column-reverse;
    margin-top: 2.92rem;
    padding: 0.53rem 0.38rem 0 0.38rem
}

.s2-c .swiper-slide:nth-child(2n) a::before {
    transform: rotateX(180deg);
    top: 0;
    bottom: .53rem
}

.s2-c .swiper-slide:nth-child(2n) a .info {
    margin-top: 0;
    margin-bottom: .27rem
}

.s2-c .swiper-slide:nth-child(2n) a>i {
    left: 0.25rem;
    bottom: calc(100% + .06rem);
    top: auto
}

.s2-c .swiper-slide:nth-child(2n) a::after {
    transform: rotateX(180deg);
    top: 0;
    bottom: .53rem
}

.s2-arrow>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.57rem;
    height: 0.57rem;
    border-radius: 50%;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px dashed #02703C;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s
}

.s2-arrow>div svg {
    width: 0.13rem
}

.s2-arrow>div::before {
    content: "";
    position: absolute;
    left: .05rem;
    top: .05rem;
    right: .05rem;
    bottom: .05rem;
    background: #02703C;
    z-index: -1;
    border-radius: 50%;
    transition: all .5s
}

.s2-arrow>div.pub-arrow-l {
    left: 0
}

.s2-arrow>div.pub-arrow-r {
    right: 0
}

.s3 {
    padding-top: .85rem
}

.s3-c {
    display: flex;
    margin-top: .45rem
}

.s3-l {
    width: 10.57rem;
    margin-right: .4rem
}

.s3-l ul {
    display: flex;
    margin: 0 -.29rem
}

.s3-l ul li {
    width: 50%
}

.s3-l ul li a {
    display: block;
    margin: 0 .29rem;
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 0.01rem solid #006B38;
    box-shadow: 0rem 0rem 0.1rem 0rem rgba(14, 65, 150, 0.3)
}

.s3-l ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s3-litembg-def.png) no-repeat;
    background-position: right bottom;
    background-size: cover;
    z-index: -2
}

.s3-l ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all .5s;
    background: url(../images/s3-litembg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    z-index: -1
}

.s3-l ul li a .pic {
    padding-top: 60.8%
}

.s3-l ul li a .info {
    padding: .42rem .35rem .3rem .45rem
}

.s3-l ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #3D3D3D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .48rem
}

.s3-l ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #3D3D3D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    margin-top: .3rem
}

.s3-l ul li a .info div {
    border-top: 1px solid #E7ECF5;
    margin-top: .34rem;
    padding-top: .2rem
}

.s3-l ul li a .info div span {
    display: block;
    font-family: Georgia;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #006B38;
    padding-left: .32rem;
    background: url(../images/icon-time2.png) no-repeat;
    background-position: left center;
    background-size: .2rem auto;
    transition: all .5s
}

.s3-r {
    flex: 1;
    min-width: 0
}

.s3-r ul {
    margin-top: -.25rem
}

.s3-r ul li {
    position: relative;
    z-index: 1
}

.s3-r ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    bottom: -1px;
    right: -.27rem;
    z-index: -1;
    background: url(../images/s3-ritembg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transition: all .5s
}

.s3-r ul li:after {
    content: "";
    position: absolute;
    left: -.07rem;
    top: -.07rem;
    bottom: -.07rem;
    right: -.34rem;
    z-index: -1;
    opacity: 0;
    transition: all .5s;
    border: 0.01rem solid #02703C
}

.s3-r ul li a {
    display: flex;
    align-items: center;
    padding: 0;
    z-index: 1;
    position: relative;
    height: 1.07rem
}

.s3-r ul li:first-child a {
    border: none
}

.s3-r ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transition: all .5s
}

.s3-r ul li a .pics {
    width: 2.55rem;
    margin-right: .35rem
}

.s3-r ul li a .pics .pic {
    padding-top: 62%
}

.s3-r ul li a .date {
    width: 0.87rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: .15rem;
    position: relative
}

.s3-r ul li a .date::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background: #E5E5E5
}

.s3-r ul li a .date b {
    font-family: Georgia;
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #006B38
}

.s3-r ul li a .date span {
    font-family: Georgia;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #888888
}

.s3-r ul li a .info {
    flex: 1;
    min-width: 0
}

.s3-r ul li a .info span {
    display: block;
    font-family: Arial;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #fff
}

.s3-r ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #333333;
    transition: all .5s;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .56rem
}

.s4 {
    padding-top: .65rem;
    padding-bottom: .95rem;
    background: url(../images/s4-bg.png) no-repeat;
    background-position: center center;
    background-size: cover
}

.s4-c {
    margin-top: .48rem;
    position: relative
}

.s4-c .swiper-slide a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: .92rem;
    padding-left: .55rem;
    padding-right: .5rem;
    position: relative;
    padding-bottom: .37rem;
    min-height: 5.27rem;
    transition: all .5s
}

.s4-c .swiper-slide a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 0;
    transition: all .5s;
    height: 0.03rem;
    background: linear-gradient(0deg, #006B38, #006B38)
}

.s4-c .swiper-slide a::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #E0E0E0
}

.s4-c .swiper-slide a span {
    font-family: Georgia;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.0005em;
    color: #006B38;
    width: 100%;
    line-height: .27rem;
    overflow: hidden;
    transition: all .5s;
    height: .27rem
}

.s4-c .swiper-slide a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #2C2C2C;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    margin-top: .3rem;
    width: 100%;
    transition: all .5s
}

.s4-c .swiper-slide a b {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: normal;
    color: #FFFFFF;
    border-radius: 1.93rem;
    background: linear-gradient(0deg, #006B38, #006B38), #006B38;
    padding: 0.05rem .2rem;
    margin-top: .43rem;
    overflow: hidden;
    transition: all .5s
}

.s4-c .swiper-slide a .pic {
    padding-top: 65.93%;
    margin-top: 0;
    width: 100%;
    padding-top: 0;
    transition: all .5s
}

.s4-c .swiper-slide a p {
    font-family: Georgia;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 1.04rem;
    margin-top: .3rem;
    width: 100%;
    transition: all .5s
}

.s4-c .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide a::after {
    opacity: 0
}

.s4-b {
    margin-top: .97rem
}

.s4-b ul {
    display: flex
}

.s4-b ul li {
    width: 25%
}

.s4-b ul li a {
    display: flex;
    align-items: center;
    transition: all .5s;
    background: url(../images/s4-bitembg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-left: 1px;
    padding: 0.3rem .5rem
}

.s4-b ul li a .icons {
    border: 1px dashed #FFFFFF;
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .2rem;
    border-radius: 50%;
    position: relative;
    z-index: 1
}

.s4-b ul li a .icons::before {
    content: "";
    position: absolute;
    left: .035rem;
    top: .035rem;
    right: .035rem;
    bottom: .035rem;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    transition: all .5s
}

.s4-b ul li a .icons img {
    height: 0.4rem;
    position: relative;
    z-index: 1;
    transition: all 0.5s
}

.s4-b ul li a .icons img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    z-index: 2
}

.s4-b ul li a p {
    flex: 1;
    min-width: 0;
    font-size: 0.26rem;
    font-weight: normal;
    line-height: .38rem;
    letter-spacing: normal;
    color: #FFFFFF
}

.s4-arrow>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s
}

.s4-arrow>div img {
    width: 0.33rem
}

.s4-arrow>div.pub-arrow-l {
    left: 0;
    margin-left: -.4rem
}

.s4-arrow>div.pub-arrow-r {
    right: 0;
    margin-right: -.4rem
}

@media screen and (min-width: 1025px) {
    .s2-c .swiper-slide.swiper-slide-active,.s2-c .swiper-slide.swiper-slide-active+.swiper-slide,.s2-c .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide,.s2-c .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide,.s2-c .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide {
        opacity: 1
    }

    .fixed-r ul li a:hover p {
        color: #F39800
    }

    .s2-arrow>div:hover {
        border: 1px dashed #F18D00
    }

    .s2-arrow>div:hover::before {
        background: #F18D00
    }

    .s2-c .swiper-slide a:hover>i {
        background: url(../images/s2-dots2.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%
    }

    .s2-c .swiper-slide a:hover::before {
        opacity: 0
    }

    .s2-c .swiper-slide a:hover::after {
        opacity: 1
    }

    .s2-c .swiper-slide a:hover .date {
        background: #FF8F1F
    }

    .s2-c .swiper-slide a:hover .date b {
        color: #fff
    }

    .s2-c .swiper-slide a:hover .date span {
        color: #fff
    }

    .s2-c .swiper-slide a:hover .info h3 {
        color: #fff
    }

    .s4-b ul li a:hover {
        transform: scale(1.2);
        box-shadow: 0rem 0.1rem 0.1rem 0rem rgba(0, 0, 0, 0.1)
    }

    .s4-b ul li a:hover .icons {
        background: rgba(255, 255, 255, 0.4)
    }

    .s4-b ul li a:hover .icons::before {
        opacity: 1
    }

    .s4-b ul li a:hover .icons img {
        opacity: 0
    }

    .s4-b ul li a:hover .icons img:nth-child(2) {
        opacity: 1
    }

    .s4-c .swiper-slide a:hover {
        background: #FFFFFF;
        box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
        padding-top: .42rem
    }

    .s4-c .swiper-slide a:hover::before {
        width: 100%
    }

    .s4-c .swiper-slide a:hover span {
        color: #02703C;
        height: 0
    }

    .s4-c .swiper-slide a:hover h3 {
        color: #02703C;
        font-weight: 600;
        margin-top: 0
    }

    .s4-c .swiper-slide a:hover b {
        line-height: 0;
        padding: 0 .2rem;
        margin-top: 0
    }

    .s4-c .swiper-slide a:hover .pic {
        padding-top: 65.93%;
        margin-top: .4rem
    }
.s3-l ul li a:hover .pic{
    clip-path: polygon(0 0,100% 0,100% 100% ,.5rem 100%,0 calc(100% - .35rem));
}
    .s3-l ul li a:hover::before {
        opacity: 1
    }

    .s3-l ul li a:hover .info h3 {
        color: #fff
    }

    .s3-l ul li a:hover .info p {
        color: #fff
    }

    .s3-l ul li a:hover .info div {
        border-color: rgba(255, 255, 255, .2)
    }

    .s3-l ul li a:hover .info div span {
        color: #FFFFFF;
        background: url(../images/icon-time2-w.png) no-repeat;
        background-position: left center;
        background-size: .2rem auto
    }

    .s3-r ul li:hover {
        z-index: 9
    }

    .s3-r ul li:hover::before {
        opacity: 1
    }

    .s3-r ul li:hover::after {
        opacity: .4
    }

    .s3-r ul li:hover a {
        border-color: transparent
    }

    .s3-r ul li:hover a .date b {
        color: #FFFFFF
    }

    .s3-r ul li:hover a .date span {
        color: #FFFFFF
    }

    .s3-r ul li:hover a .info h3 {
        color: #FFFFFF;
        font-weight: 600
    }

    .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 .text h3 {
        color: #006B38;
        font-weight: 600
    }
}

@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 li {
        margin: 0 .1rem
    }
}

@media screen and (max-width: 1024px) {
    .itit {
        justify-content: flex-start
    }

    .itit-text {
        padding-top: .2rem
    }

    .itit-text h2 {
        font-size: .24rem;
        line-height: .3rem
    }

    .itit-text h3 {
        font-size: .6rem;
        line-height: .5rem;
        left: 0;
        transform: translateX(0)
    }

    .s1-l ul li a .info {
        padding: .15rem .15rem
    }

    .s1-l ul li a .info h3 {
        font-size: .18rem
    }

    .s1-r ul li a {
        padding-left: 0;
        padding-right: 0
    }

    .s1-r ul li a .info {
        height: 1.1rem
    }

    .s1-r ul li a:after {
        left: 0;
        right: 0.1rem
    }

    .s1-r {
        background: rgba(255, 255, 255, .8);
        box-shadow: none;
        margin-left: 0;
        padding-left: 0;
        padding: .1rem
    }

    .s2-c .swiper-slide.swiper-slide-active, .s2-c .swiper-slide.swiper-slide-active+.swiper-slide, .s2-c .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide {
        opacity: 1
    }

    .s2-c .swiper-slide a .info h3 {
        font-size: .16rem;
        -webkit-line-clamp: 2;
        height: .56rem
    }

    .s2-c .swiper-slide a .date b {
        font-size: .24rem;
        line-height: .3rem
    }

    .s2-c .swiper-slide a .date span {
        font-size: .14rem;
        line-height: .2rem
    }

    .s2-c .swiper-slide a .date {
        width: .85rem;
        height: 0.85rem
    }

    .s2-c .swiper-slide:nth-child(2n) a>i {
        bottom: calc(100% + .15rem)
    }

    .s2-c {
        padding-left: .5rem
    }

    .s2-c .swiper-slide a {
        padding-left: .2rem !important;
        padding-right: .2rem !important;
        padding-bottom: .35rem
    }

    .s2-c .swiper-slide:nth-child(2n) a {
        padding-top: .35rem;
        margin-top: 2.4rem
    }

    .s2-c .swiper-slide:nth-child(2n) a .info {
        margin-bottom: .15rem
    }

    .s3-l ul li a {
        margin: 0 .1rem
    }

    .s3-l ul {
        margin: 0 -.1rem
    }

    .s3-l ul li a .info {
        padding: .2rem .15rem
    }

    .s3-l ul li a .info p {
        margin-top: .15rem
    }

    .s3-l ul li a .info div {
        margin-top: .2rem;
        padding-top: .1rem
    }

    .s3-r ul li a {
        height: .9rem
    }

    .s4-c {
        padding: 0 .4rem
    }

    .s4-c .swiper-slide a {
        padding: .2rem .15rem;
        min-height: auto
    }

    .s4-c .swiper-slide a h3 {
        margin-top: .15rem
    }

    .s4-c .swiper-slide a b {
        margin-top: .2rem
    }

    .s4-c .swiper-slide a p {
        margin-top: .15rem
    }

    .s4-arrow>div.pub-arrow-l {
        margin-left: 0
    }

    .s4-arrow>div.pub-arrow-r {
        margin-right: 0
    }

    .s4-arrow>div img {
        width: .2rem
    }

    .s4-b ul li a {
        padding: .2rem
    }

    .s4-b ul li a .icons {
        width: 0.4rem;
        height: 0.4rem;
        margin-right: .15rem
    }

    .s4-b ul li a .icons img {
        height: .25rem
    }

    .s4-b ul li a p {
        font-size: .18rem;
        line-height: .3rem
    }

    .s1-c,.s3-c {
        display: block
    }

    .s1-l,.s3-l {
        width: auto;
        margin-right: 0
    }

    .s3-r {
        margin-top: .3rem
    }

    .s1,.s2,.s4 {
        padding: .35rem 0
    }

    .s3 {
        padding-top: .35rem
    }

    .s1-l {
        margin-top: 0
    }

    .s2-c,.s4-b {
        margin-top: .35rem
    }

    .s1-c {
        margin-top: .25rem
    }
}

@media screen and (max-width: 768px) {
    .s2-c .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide {
        opacity: 0
    }

    .s3-l ul {
        display: block
    }

    .s3-l ul li {
        width: auto
    }

    .s3-l ul li+li {
        margin-top: .15rem
    }

    .s4-c .swiper-slide a {
        padding: 0
    }

    .s4-b ul {
        flex-wrap: wrap
    }

    .s4-b ul li {
        width: 50%;
        margin-top: 1px
    }
}
