@charset "utf-8";
.banner-line div {
    width: 0;
    height: 1px;
    background: rgba(208, 178, 126, 0.3);
    transition: all 3s
}

.banner-line {
    flex: 1;
    min-width: 0;
    height: 1px;
    position: relative;
    display: flex
}

.banner.ani .banner-line div {
    width: 100%
}

.banner-linel {
    justify-content: flex-end
}

.banner-liner {
    justify-content: flex-start
}

.banner-linel::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg)
}

.banner-linel::after {
    content: "";
    position: absolute;
    top: 0;
    right: 6px;
    width: 6px;
    height: 6px;
    background: #D0B27E;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg)
}

.banner-liner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg)
}

.banner-liner::after {
    content: "";
    position: absolute;
    top: 0;
    width: 6px;
    height: 6px;
    background: #D0B27E;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg);
    left: 6px
}

#downPage {
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    background: url() no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 .6rem;
    opacity: 0;
    transition: opacity 2s;
    animation: _ani1 10s infinite linear
}

.banner.ani #downPage {
    opacity: 1
}

#downPage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url() no-repeat;
    background-size: 100% 100%;
    animation: ani_bj 3s infinite linear;
    opacity: 0
}

#downPage img {
    animation: _ani2 10s infinite linear
}

@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;
    width: 100%
}

.banner a {
    display: block
}

.banner>img {
    display: block;
    width: 100%
}

.banner .slick {
    position: relative;
    z-index: 9
}

.banner-more {
    font-size: .18rem;
    color: #fff;
    padding-left: .15rem
}

.banner .slick-slide a {
    display: block;
    position: relative
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2
}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center bottom;
    z-index: 1
}

.banner .slick-slide a>span {
    position: absolute;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: .2rem;
    bottom: 0.48rem;
    right: 10%;
    padding: .1rem .2rem .1rem .25rem;
    border-radius: .14rem
}

.banner .slick-slide a>img,.banner .slick-slide a>video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover
}

.banner .slick-slide a div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.banner .slick-slide a div img {
    display: block;
    max-width: 70%;
    max-height: 1.83rem;
    transition: all 1s;
    transform: scale(0);
    opacity: 0
}

.banner .slick-slide a div img.on {
    opacity: 1;
    transform: scale(1)
}

.banner .slick-slide.slick-current a>img {
    animation: img_scale linear 8s
}

@keyframes img_scale {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

.b-dot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.48rem;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center
}

.b-dot>div {
    width: 0.08rem;
    height: 0.24rem;
    background: rgba(255, 255, 255, .5);
    margin: 0 0.06rem;
    cursor: no-drop
}

.banner .slick-dots {
    position: static;
    font-size: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: auto
}

.banner .slick-dots li {
    display: flex;
    margin: 0 0.06rem;
    transition: all 0.6s;
    width: 0.08rem;
    height: 0.24rem;
    background: rgba(255, 255, 255, .5)
}

.banner .slick-dots li.mid {
    transform: translateY(-100%)
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0)
    }

    100% {
        transform: rotateZ(360deg)
    }
}

.banner .slick-dots li button {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    bottom: 0;
    height: 0;
    background: #fff;
    transition: all 0.6s
}

.banner .slick-dots li.slick-active button {
    top: 0;
    height: 100%
}

.banner .banner-prev {
    position: absolute;
    left: 0;
    width: 10%;
    top: 0;
    bottom: 0;
    transition: all .6s;
    cursor: pointer;
    z-index: 9
}

.banner .banner-next {
    position: absolute;
    right: 0;
    width: 10%;
    top: 0;
    bottom: 0;
    transition: all .6s;
    cursor: pointer;
    z-index: 9
}

.banner .banner-prev span {
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 1.27rem;
    height: 1.52rem;
    background: url(../images/prev.png) no-repeat center center;
    background-size: 1.27rem auto;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
    transition: .6s
}

.banner .banner-next span {
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 1.27rem;
    height: 1.52rem;
    background: url(../images/next.png) no-repeat center center;
    background-size: 1.27rem auto;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
    transition: .6s
}

.banner .banner-prev:hover span {
    opacity: .4;
    z-index: 9
}

.banner .banner-next:hover span {
    opacity: .4;
    z-index: 9
}

.banner .banner-prev span:hover {
    opacity: 1;
    z-index: 9
}

.banner .banner-next span:hover {
    opacity: 1;
    z-index: 9
}

.index {
    z-index: 99;
    overflow: hidden;
    padding-top: .5rem;
    font-size: 0;
  /*  position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;*/
    overflow: hidden;
    z-index: 99;
    background: #fff
}

.s1 {
    padding-top: .85rem
}

.pubtit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.pubtit h2 {
    display: flex;
    align-items: center
}

.pubtit h2 img {
    display: block;
    height: 0.44rem
}

.pubtit h2 span {
    font-size: 0.47rem;
    line-height: .47rem;
    font-weight: normal;
    margin: 0 .1rem
}

.pubtit h2 b {
    font-size: 0.47rem;
    font-weight: 600;
    line-height: .56rem;
    color: #1d1d1f
}

.pubtit h2 a {
    font-size: 0.47rem;
    font-weight: 600;
    line-height: .56rem;
    color: #1d1d1f;
    cursor: pointer !important
}

.pubtit h2 a:hover {
    color: #1d1d1f
}

.pubtit a {
    font-size: 0.2rem;
    line-height: .3rem;
    font-weight: 600;
    color: #005981;
    position: relative;
    z-index: 9
}

.pubtit a b {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0;
    overflow: hidden;
    color: #c9a685;
    font-weight: 600
}

.pubtit a img {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -1
}

.pubtit a:hover {
    color: #c9a685
}

.s1 .pubtit a img {
    height: 0.5rem;
    width: 1.75rem;
    margin-left: -.875rem
}

.s2 .s2-l .pubtit a img {
    height: 0.49rem;
    width: 1.4rem;
    margin-left: -.7rem
}

.s2 .s2-r .pubtit a img {
    height: 0.67rem;
    width: .71rem;
    margin-left: -.355rem
}

.s3 .pubtit a img {
    height: 0.52rem;
    width: 1.26rem;
    margin-left: -.63rem
}

.s4 .s4-l .pubtit a img {
    height: 0.66rem;
    width: 1.27rem;
    margin-left: -.635rem
}

.s4 .s4-r .pubtit a img {
    height: 0.54rem;
    width: .89rem;
    margin-left: -.445rem
}

.s6 .pubtit a img {
    height: 0.67rem;
    width: 1.25rem;
    margin-left: -0.625rem
}

.s1-c {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: .55rem
}

.s1-l {
    position: relative;
    width: 66%
}

.s1-r {
    width: 31.38%;
    position: relative
}

.s1-l .swiper-slide a {
    display: block;
    position: relative
}

.s1-l .swiper-slide a .pic {
    padding-top: 62.6%
}

.s1-l .swiper-slide a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3
}

.s1-l .swiper-slide a .info {
    padding: .2rem 1rem .2rem .35rem;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #005692
}

.s1-l .swiper-slide a .info h3 {
    line-height: .36rem;
    font-size: 0.2rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.s1-l .swiper-slide a .info h3 i {
    background-image: linear-gradient(#fff, #fff)
}

.s1-l .pubpage {
    position: absolute;
    right: 0.35rem;
    bottom: 0.35rem;
    z-index: 9
}
.s1-l .banner-prev {
            position: absolute;
            left: 0;
            width: 10%;
            top: 0;
            bottom: 0;
            transition: all .6s;
            cursor: pointer;
            z-index: 9;
            display: block;
        }

        .s1-l .banner-next {
            position: absolute;
            right: 0;
            width: 10%;
            top: 0;
            bottom: 0;
            transition: all .6s;
            cursor: pointer;
            z-index: 9;
            display: block;
        }

        .s1-l .banner-prev span {
            position: absolute;
            left: 50%;
            top: 47%;
            transform: translate(-50%, -50%);
            width: 1.27rem;
            height: 1.52rem;
            background: url(../images/prev.png) no-repeat center center;
            background-size: .5rem auto;
            z-index: -1;
            cursor: pointer;
            transition: .6s;
            opacity: 0;
        }

        .s1-l .banner-next span {
            position: absolute;
            left: 50%;
            top: 47%;
            transform: translate(-50%, -50%);
            width: 1.27rem;
            height: 1.52rem;
            background: url(../images/next.png) no-repeat center center;
            background-size: .5rem auto;
            z-index: -1;
            cursor: pointer;
            transition: .6s;
            opacity: 0;
        }

        .s1-l:hover  .banner-prev span {
            opacity: 1;
            z-index: 9;
        }

        .s1-l:hover .banner-next span {
            opacity: 1;
            z-index: 9;
        }

        .s1-l .banner-prev span:hover {
            opacity: 1;
            z-index: 9;
        }

        .s1-l .banner-next span:hover {
            opacity: 1;
            z-index: 9;
        }

.pubpage {
    display: flex;
    align-items: center
}

.pubpage span {
    width: 0.08rem;
    height: 0.04rem;
    background-color: #f4f5f7;
    opacity: 0.5;
    margin: 0 1px;
    transition: all 0.6s;
    border-radius: 0
}

.pubpage span.swiper-pagination-bullet-active {
    width: 0.19rem;
    background-color: #c8a163;
    opacity: 1
}

.s1-rswiper {
    position: relative
}

.s1-rswiper .swiper-slide a {
    display: block;
    position: relative
}

.s1-rswiper .swiper-slide a .pic {
    padding-top: 62.6%
}

.s1-rswiper .swiper-slide a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
    z-index: 3
}

.s1-rswiper .swiper-slide a .info {
    position: absolute;
    padding: 0 .2rem .2rem .2rem;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9
}

.s1-rswiper .swiper-slide a .info h3 {
    line-height: .36rem;
    font-size: 0.2rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .72rem
}

.s1-rswiper .swiper-slide a .info h3 i {
    background-image: linear-gradient(#fff, #fff)
}

.s1-rswiper .pubpage {
    position: absolute;
    right: 0.35rem;
    bottom: 0.15rem;
    z-index: 9
}

.s1-rlist ul li {
    position: relative;
    padding: .15rem 0;
    height: 1rem;
    display: flex;
    align-items: center
}

.s1-rlist ul li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: dashed 1px #b3b3b3
}

.s1-rlist ul li::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #00598b;
    transition: all 0.6s
}

.s1-rlist ul li a {
    display: block;
    font-size: 0.2rem;
    line-height: .32rem;
    font-weight: normal;
    color: #232323;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%
}

.s1-rlist ul li:last-child::before {
    content: none
}

.s1-rlist ul li:hover::after {
    width: 100%;
    left: 0
}

.s1-rlist ul li:hover:hover a {
    color: #00598b;
    font-weight: 600
}

.swiper-arr {
    position: absolute;
    bottom: 0.95rem;
    z-index: 9;
    width: 0.66rem;
    height: 0.66rem;
    transition: all 0.8s;
    cursor: pointer;
    background: transparent;
    border: solid 1px #c9a685;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper-arr::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 1;
    background: #005981;
    opacity: 0;
    transition: all 0.6s
}

.swiper-arr svg {
    position: relative;
    z-index: 9;
    stroke: 1px;
    width: 0.2rem;
    height: .2rem
}

.swiper-arr svg path {
    fill: #c9a685;
    transition: all 0.3s;
    font-weight: 100
}

.swiper-arr:hover::before {
    animation: scaleTwo 1.2s 1
}

@keyframes scaleTwo {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

.swiper-prev {
    left: 0
}

.swiper-next {
    right: 0;
    margin-left: .12rem
}

.swiper-arr:hover {
    background: #005981
}

.swiper-arr:hover svg path {
    fill: #fff
}

.swiper-arrs {
    position: static;
    display: flex
}

.swiper-arrs .swiper-arr {
    position: static;
    transform: translateY(0)
}

.s2 {
    padding-top: 1.15rem;
    padding-bottom: 1.7rem;
    position: relative
}

.s2-bg {
    position: absolute;
    left: 0;
    height: 7.72rem;
    right: 0;
    bottom: 0;
    background: url(../images/s2-bg.png) no-repeat;
    background-position: center bottom;
    background-size: auto 100%;
    pointer-events: none
}

.s2-c {
    display: flex;
    justify-content: space-between
}

.s2-l {
    width: 62.5%;
    position: relative;
    padding-top: .06rem
}

.s2-r {
    width: 31.6%
}

.s2-l>.pubtit {
    position: absolute;
    left: 0;
    top: 0
}

.s2-lswiper .swiper-slide a {
    display: block;
    transition: all 0.5s;
    margin-top: 1.2rem
}

.s2-lswiper .swiper-slide-active+div a {
    margin-top: 0
}

.s2-lswiper .swiper-slide a .pic {
    padding-top: 69%
}

.s2-lswiper .swiper-slide a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #232323;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    margin: .15rem 0
}

.s2-lswiper .swiper-slide a .info dl dd {
    display: flex;
    align-items: flex-start
}

.s2-lswiper .swiper-slide a .info dl dd div {
    width: .23rem;
    height: 0.28rem;
    display: flex;
    align-items: center
}

.s2-lswiper .swiper-slide a .info dl dd div img {
    height: 0.15rem
}

.s2-lswiper .swiper-slide a .info dl dd p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #757575
}

.s2-lswiper .swiper-slide a:hover .info h3 {
    color: #00598b;
    font-weight: 600
}

.s2-lmore {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(50% - 20px);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 9
}

.s2-rswiper {
    position: relative;
    margin-top: .55rem
}
.s2-rswiper .swiper-arrs{
    justify-content:center;
}
.s2-rswiper .swiper-container {
    margin-left: -.3rem
}

.s2-rswiper .swiper-slide {
    margin-top: .1rem;
    position: relative
}

.s2-rswiper .swiper-slide li {
    position: relative
}

.s2-rswiper .swiper-slide li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 2px solid #c9a685;
    border-bottom: 2px solid #c9a685;
    transition: all 0.6s;
    opacity: 0;
    width: 0;
    height: 0
}

.s2-rswiper .swiper-slide li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-right: 2px solid #c9a685;
    border-top: 2px solid #c9a685;
    transition: all 0.6s;
    opacity: 0;
    width: 0;
    height: 0
}

.s2-rswiper .swiper-slide a {
    display: flex;
    height: 1.1rem;
    align-items: center;
    position: relative;
    transition: all 0.6s;
    padding: .1rem 0.15rem .1rem 0
}

.s2-rswiper .swiper-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 2px solid #c9a685;
    transition: all 0.6s;
    opacity: 0;
    width: 0;
    height: 0
}

.s2-rswiper .swiper-slide a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #c9a685;
    transition: all 0.6s;
    opacity: 0;
    width: 0;
    height: 0
}

.s2-rswiper .swiper-slide a .date {
    display: flex;
    align-items: flex-start;
    width: 1.3rem;
    padding-left: .3rem
}

.s2-rswiper .swiper-slide a .date div {
    text-align: center
}

.s2-rswiper .swiper-slide a .date div b {
    font-size: 0.3rem;
    font-weight: nor600mal;
    line-height: 0.28rem;
    color: #00598b;
    display: block
}

.s2-rswiper .swiper-slide a .date div span {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #9e9e9e;
    opacity: 0.8;
    display: block
}

.s2-rswiper .swiper-slide a .date i {
    font-size: 0.26rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: -0.02rem;
    color: #9e9e9e;
    opacity: 0.5;
    font-style: normal;
    margin-top: .05rem
}

.s2-rswiper .swiper-slide a .info {
    border-left: 1px solid rgba(191, 191, 191, .2);
    height: 100%;
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    padding-left: .25rem
}

.s2-rswiper .swiper-slide a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    color: #232323;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
    width: 100%
}

.s2-rswiper .swiper-slide li:hover::before {
    width: 20%;
    height: calc(100% - 2px);
    opacity: 1
}

.s2-rswiper .swiper-slide li:hover::after {
    width: 20%;
    height: calc(100% - 2px);
    opacity: 1
}

.s2-rswiper .swiper-slide li:hover a::before {
    width: 60%;
    opacity: 1
}

.s2-rswiper .swiper-slide li:hover a::after {
    width: 60%;
    opacity: 1
}

.s2-rswiper .swiper-slide li:hover a .info h3 {
    color: #00598b;
    font-weight: 600
}

.s2-rswiper .pubpage {
    justify-content: center;
    margin-top: .1rem
}

.s2-rswiper .pubpage span {
    width: 0.46rem;
    height: 0.05rem;
    background-color: #cbcbcb;
    position: relative;
    opacity: 1
}

.s2-rswiper .pubpage span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: #005692;
    transition: all .6s
}

.s2-rswiper .pubpage span.swiper-pagination-bullet-active::before {
    width: 100%
}

.s3-bg {
    overflow: hidden;
    position: relative
}

.s3-bg div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 130%;
    background-repeat: no-repeat;
    background-size: cover
}

.s3-bg>img {
    display: block;
    width: 100%
}

.s3-c {
    margin-top: -2.7rem;
    position: relative;
    z-index: 9
}

.s3-c .pubtit {
    margin-top: 0;
    justify-content: center
}

.s3-c .pubtit h2 {
    margin-bottom: .45rem
}

.s3-c .pubtit h2 b {
    color: #fff
}

.s3-c .pubtit h2 span {
    color: #fff
}

.s3-swiper {
    position: relative
}

.s3-swiper .swiper-arr {
    width: 0.51rem;
    height: 0.51rem;
    bottom: auto;
    top: 50%;
    background-color: #dfdfdf;
    border: none;
    transform: translateY(-50%);
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1)
}

.s3-swiper .swiper-prev {
    transform: translateX(-50%) translateY(-50%)
}

.s3-swiper .swiper-next {
    transform: translateX(50%) translateY(-50%)
}

.s3-swiper .swiper-arr svg {
    width: .11rem;
    height: .11rem
}

.s3-swiper .swiper-arr svg path {
    fill: #095f85
}

.s3-swiper .swiper-arr:hover {
    background-color: #095f85;
    border-color: #095f85
}

.s3-swiper .swiper-arr:hover svg path {
    fill: #fff
}

.s3-c ul {
    display: flex
}

.s3-c ul li {
    background-color: #eaeaea;
    position: relative;
    overflow: hidden;
    transition: all 0.6s
}

.s3-c ul li .bg {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s3-itembg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1
}

.s3-c ul li:nth-child(2n) {
    background-color: #e0e0e0
}

.s3-c ul li a {
    display: block;
    position: relative;
    z-index: 9
}

.s3-c ul li a .pic {
    padding-top: 62.7%
}

.s3-c ul li a .info {
    padding: .23rem .2rem .2rem .2rem
}

.s3-c ul li a h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    transition: all .6s
}

.s3-c ul li a p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #626262;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: .72rem;
    margin-top: .15rem;
    transition: all .6s
}

.s3-c ul li:hover {
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.25)
}

.s3-c ul li:hover a h3 {
    color: #ffffff;
    font-weight: 600
}

.s3-c ul li:hover a p {
    color: #ffffff;
    opacity: 0.7
}

.s3-c .pubtit a {
    margin-top: .5rem
}

.s4 {
    position: relative;
    margin-top: .7rem;
    padding-bottom: 1.4rem;
    overflow: hidden
}

.s4-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

.s4-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s4-bg.png) no-repeat;
    background-position: center top;
    background-size: cover
}

.s4 .pubtit {
    justify-content: center;
    margin-bottom: .6rem
}

.s4 .s4-lswiper .pubtit {
    position: absolute;
    left: 0;
    bottom: .5rem;
    z-index: 9;
    margin-bottom: 0
}

.s4-c {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.s4-l {
    width: 71.5%;
    position: relative
}

.s4-ltit {
    position: absolute;
    left: 0;
    top: 0.55rem;
    display: flex;
    align-items: center;
    font-size: 0.3rem;
    font-weight: 600;
    line-height: .3rem;
    color: #065d85
}

.s4-ltit span {
    font-weight: normal;
    margin: 0 .1rem
}

.s4-lswiper {
    position: relative
}

.s4-arr {
    position: absolute;
    top: 50%;
    height: 25%;
    right: 15%;
    left: 70%;
    z-index: 9
}

.s4-arr>div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0
}

.s4-arr div div {
    width: 0.55rem;
    height: 0.55rem;
    transition: all .6s;
    cursor: pointer
}

.s4-arr div div.s4-line {
    width: 1px;
    height: .15rem;
    background: #929292
}

.s4-arr div div.s4-prev {
    background: url(../images/s4-prev.png) no-repeat;
    background-position: center center;
    background-size: .11rem auto
}

.s4-arr div div.s4-next {
    background: url(../images/s4-next.png) no-repeat;
    background-position: center center;
    background-size: .11rem auto
}

.s4-arr div div.s4-prev:hover {
    background: url(../images/s4-prev-h.png) no-repeat;
    background-position: center center;
    background-size: .11rem auto
}

.s4-arr div div.s4-next:hover {
    background: url(../images/s4-next-h.png) no-repeat;
    background-position: center center;
    background-size: .11rem auto
}

.s4-lswiper .swiper-slide {
    display: flex;
    align-items: center
}

.s4-lswiper .swiper-slide .s4-ll {
    flex: 1;
    min-width: 0
}

.s4-lswiper .swiper-slide .s4-ll ul {
    margin-right: -1.55rem
}

.s4-lswiper .swiper-slide .s4-ll ul li {
    display: none
}

.s4-lswiper .swiper-slide .s4-ll ul li:nth-child(1) {
    display: block
}

.s4-lswiper .swiper-slide .s4-ll ul li a {
    display: flex
}

.s4-lswiper .swiper-slide .s4-ll ul li a .pics {
    width: 4.41rem
}

.s4-lswiper .swiper-slide .s4-ll ul li a .pics .pic {
    padding-top: 70%
}

.s4-lswiper .swiper-slide .s4-ll ul li a .info {
    flex: 1;
    min-width: 0;
    padding: .45rem .25rem 0 .25rem;
    background: url(../images/s4-litembg.jpg) no-repeat;
    background-position: right center;
    background-size: cover
}

.s4-lswiper .swiper-slide .s4-ll ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: .36rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .72rem
}

.s4-lswiper .swiper-slide .s4-ll ul li a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .24rem;
    color: #ffffff;
    opacity: 0.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: .72rem;
    margin-top: 0.23rem
}

.s4-lswiper .swiper-slide .s4-lr {
    width: 45%
}

.s4-lswiper .swiper-slide .s4-lr ul {
    display: flex;
    flex-wrap: wrap
}

.s4-lswiper .swiper-slide .s4-lr ul li {
    width: 33.33%
}

.s4-lswiper .swiper-slide .s4-lr ul li:nth-child(2) {
    margin-left: 33.33%;
    margin-right: 33.33%
}

.s4-lswiper .swiper-slide .s4-lr ul li:nth-child(3) {
    margin-left: 66.66%
}

.s4-lswiper .swiper-slide .s4-lr ul li:nth-child(4) {
    margin-left: 33.33%
}

.s4-lswiper .swiper-slide .s4-lr ul li a {
    display: block;
    position: relative;
    overflow: hidden
}

.s4-lswiper .swiper-slide .s4-lr ul li a .pic {
    padding-top: 100%;
    transition: all 0.6s;
    transform: translateX(0)
}

.s4-lswiper .swiper-slide .s4-lr ul li a .info {
    position: absolute;
    left: 0;
    top: 0;
    right: 1px;
    bottom: 1px;
    padding: .35rem .3rem 0 .3rem;
    border: solid 1px #c9a685;
    transition: all 0.6s;
    transform: translateX(101%)
}

.s4-lswiper .swiper-slide .s4-lr ul li a .info h3 {
    font-size: 0.2rem;
    line-height: .2rem;
    font-weight: normal;
    color: #0b6187
}

.s4-lswiper .swiper-slide .s4-lr ul li a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: 0rem;
    color: #2d2d2d;
    opacity: 0.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .4rem;
    margin-top: .1rem
}

.s4-r {
    width: 24.65%
}

.s4-r ul li a {
    display: block;
    padding: .17rem 0;
    position: relative
}

.s4-r ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e4e8e7
}

.s4-r ul li:last-child a::before {
    content: none
}

.s4-r ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #00598b;
    transition: all .6s
}

.s4-r ul li a h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: .26rem;
    color: #232323;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.s4-r ul li a p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .24rem;
    color: #757575;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .48rem;
    margin-top: .12rem
}

.s4-r ul li a:hover h3 {
    color: #00598b;
    font-weight: 600
}

.s4-r ul li a:hover::after {
    left: 0;
    width: 100%
}

.s4 .s4-r .pubtit {
    justify-content: flex-end;
    margin-top: .4rem;
    margin-bottom: 0
}

.s5 {
    position: relative;
    overflow: hidden
}

.s5-img .swiper-slide a {
    display: block;
    position: relative;
    padding-top: 50%
}

.s5-img .swiper-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1
}

.s5-img .swiper-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: url(../images/icon-play.png) no-repeat;
    background-position: center center;
    background-size: .85rem auto
}

.s5-img .swiper-slide a img {
    display: block;
    width: 130%;
    height: 130%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover
}

.s5-c {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .65rem;
    z-index: 9
}

.s5-c ul {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.s5-c ul li {
    position: relative
}

.s5-c ul li+li {
    margin-left: .6rem
}

.s5-c ul li::before {
    content: "";
    position: absolute;
    right: calc(50% + .35rem);
    left: 0;
    top: .35rem;
    height: 1px;
    background: #fff
}

.s5-c ul li::after {
    content: "";
    position: absolute;
    left: calc(50% + .35rem);
    right: -0.6rem;
    top: .35rem;
    height: 1px;
    background: #fff
}

.s5-c ul li:nth-child(1):before {
    content: none
}

.s5-c ul li:last-child::after {
    width: 19rem
}

.s5-c ul li a {
    display: block
}

.s5-c ul li a .icon {
    width: 0.7rem;
    height: 0.7rem;
    border: solid 1px #f5f4ef;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: all .6s
}

.s5-c ul li a .icon img {
    max-width: 60%;
    max-height: 60%
}

.s5-c ul li a p {
    text-align: center;
    font-size: 0.24rem;
    font-weight: 600;
    line-height: .4rem;
    color: #f5f4ef
}

.s5-c ul li:hover .icon {
    background: #005692;
    border-color: #005692
}

.s6 {
    padding-top: 1rem;
    overflow: hidden;
    margin-bottom: .85rem;
}

.s6-tit {
    display: flex;
    justify-content: center;
    align-items: center
}

.s6-tit>i {
    background: #626262;
    width: 2px;
    height: .5rem;
    display: block;
    margin: 0 .2rem;
    order: 2
}

.s6-tit .pubtit {
    cursor: pointer;
    order: 3
}

.s6-tit .pubtit:nth-child(1) {
    order: 1
}

.s6-tit .pubtit h2 span {
    transition: all .6s
}

.s6-tit .pubtit h2 div {
    position: relative
}

.s6-tit .pubtit h2 div img {
    transition: all 0.5s
}

.s6-tit .pubtit h2 div img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.s6-tit .pubtit.noon h2 b {
    font-weight: normal;
    color: #626262
}

.s6-tit .pubtit.noon h2 span {
    transform: scale(0);
    margin: 0
}

.s6-tit .pubtit.noon h2 div img {
    opacity: 0
}

.s6-tit .pubtit.noon h2 div img:nth-child(2) {
    opacity: 1
}

.s6-bd {
    position: relative;
    margin-top: .6rem;
    transition: all .6s
}

.s6-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: translateY(100%)
}

.s6-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0)
}

.s6-swiper1 .swiper-slide a {
    display: block
}

.s6-swiper1 .swiper-slide a .pic {
    padding-top: 62.4%
}

.s6-swiper1 .swiper-slide a .info {
    margin-top: .2rem
}

.s6-swiper1 .swiper-slide a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #232323;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem
}

.s6-swiper1 .swiper-slide a:hover .info h3 {
    color: #005692;
    font-weight: 600
}

.s6-swiper1 .swiper-arr {
    width: 0.51rem;
    height: 0.51rem;
    bottom: auto;
    top: 50%;
    background-color: #dfdfdf;
    border: none;
    margin-top: -.8rem
}

.s6-swiper1 .swiper-prev {
    transform: translateX(-50%) translateY(-50%)
}

.s6-swiper1 .swiper-next {
    transform: translateX(50%) translateY(-50%)
}

.s6-swiper1 .swiper-arr svg {
    width: .11rem;
    height: .11rem
}

.s6-swiper1 .swiper-arr svg path {
    fill: #095f85
}

.s6-swiper1 .swiper-arr:hover {
    background-color: #095f85;
    border-color: #095f85
}

.s6-swiper1 .swiper-arr:hover svg path {
    fill: #fff
}

.s6-bd .pubtit {
    margin-top: .7rem;
    justify-content: center
}

.s6-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.22rem
}

.s6-list ul li {
    width: 33.33%;
    margin-top: 0.13rem
}

.s6-list ul li:nth-child(-n+3) {
    margin-top: 0
}

.s6-list ul li a {
    display: block;
    margin: 0 .22rem;
    position: relative;
    overflow: hidden;
    padding: .2rem .25rem .15rem .25rem
}

.s6-list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: solid 1px #1a5282;
    z-index: 1
}

.s6-list ul li a .s6-listbg {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s6-itembg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 2
}

.s6-list ul li a .icons {
    height: 0.55rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9
}

.s6-list ul li a .icons img {
    max-height: 100%;
    max-width: 100%;
    transition: all 0.6s;
}

.s6-list ul li a .icons img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0
}

.s6-list ul li a h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: .36rem;
    color: #1d1d1f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .72rem;
    margin: 0.1rem 0 .15rem 0;
    position: relative;
    z-index: 9;
    transition: all 0.6s
}

.s6-list ul li a p {
    position: relative;
    z-index: 9;
    display: flex
}

.s6-list ul li a p b {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .22rem;
    color: #25506b;
    transition: all 0.6s;
    background: url(../images/icon-right-b.png) no-repeat;
    background-position: right center;
    background-size: .08rem auto;
    padding-right: .15rem
}

.s6-list ul li a:hover .icons img {
    /* opacity: 0; */
}

.s6-list ul li a:hover .icons img:nth-child(2) {
    opacity: 1
}

.s6-list ul li a:hover h3 {
    color: #fff
}

.s6-list ul li a:hover p b {
    color: #af9951;
    background: url(../images/icon-right-y.png) no-repeat;
    background-position: right center;
    background-size: .08rem auto
}
.adbck{
    position: relative;
    padding-bottom: 3.8rem;
}
.adbck-bg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -.8rem;
    background: url(../images/s8-bg.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    pointer-events: none;
}

.s7 {
    position: relative;
    padding-top: 1rem
}

.s7-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 7.32rem;
    height: 15.51rem;
    background: url(../images/adblockbg1.png) no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    z-index: 0;
    pointer-events: none
}

.s7 .pubtit {
    justify-content: center
}

.s7-c {
    margin-top: .4rem
}

.s7-t {
    display: flex
}

.s7-tl {
    width: 15.2777%
}

.s7-tl ul li a {
    display: block;
    position: relative;
    background: #000
}

.s7-tl ul li a .pic {
    padding-top: 95%
}

.s7-tl ul li:nth-child(2) a .pic {
    padding-top: 100%
}

.s7-tl ul li a .icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.s7-tl ul li a .icons img {
    display: block;
    max-width: 80%;
    max-height: 80%
}

.s7-pic {
    flex: 1;
    min-width: 0
}

.s7-pic a {
    display: block;
    position: relative
}

.s7-pic .whsp::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: url(../images/icon-play.png) no-repeat;
    background-position: center center;
    background-size: .65rem auto;
}

.s7-pic a .pic {
    padding-top: 56.3%
}

.s7-pic a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 38%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
}

.s7-pic a .info {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .15rem .3rem;
    display: flex;
    align-items: center;
    transition: all 0.6s
}

.s7-pic a .info img {
    height: 0.2rem;
    margin-right: .1rem
}

.s7-pic a .info h3 {
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #ffffff;
    flex: 1;
    min-width: 0;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.s7-pic a:hover .info {
    transform: translateY(-.1rem)
}

.s7-bl .s7-pic a .pic {
    padding-top: 45%
}

.s7-media {
    position: relative
}

.s7-media .pic {
    padding-top: 48.7%
}

.s7-media .group-media {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.s7-tr {
    width: 31.8%
}

.s7-tr .s7-icons li:nth-child(2) a .pic {
    padding-top: 48.8%
}

.s7-icons li a {
    display: block;
    position: relative
}

.s7-icons li a .pic {
    padding-top: 45%
}

.s7-icons li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9
}

.s7-icons li a .info .icons img {
    max-height: .8rem;
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.s7-icons li a .info p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.25rem;
    font-weight: normal;
    color: #ffffff
}

.s7-b {
    display: flex
}

.s7-bl {
    width: 31.8%;
    position: relative;
    z-index: 9
}

.s7-br {
    width: 15.2777%
}

.s7-br .s7-icons li a .info p {
    font-size: .3rem
}

.s7-br .s7-icons li:nth-child(1) a .pic {
    padding-top: 95%
}

.s7-br .s7-icons li:nth-child(2) a .pic {
    padding-top: 100%
}

.s7-br .s7-icons li:nth-child(2) a .pic div {
    z-index: 2;
    opacity: .46
}

.s7-br .s7-icons li:nth-child(2) a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s7-img9-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1
}

.group-media ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.group-media ul li {
    vertical-align: middle;
    position: relative;
    z-index: 999;
    margin: .06rem
}

.group-media ul li a {
    display: block;
    position: relative;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.group-media ul li a img {
    display: block;
    height: 0.6rem;
    transition: all 0.5s
}

.group-media ul li a .icons {
    overflow: hidden;
    border-radius: 50%;
    width: 0.6rem;
    height: 0.6rem;
    position: relative
}

.group-media ul li a .icons {
    box-shadow: 0.06rem 0.05rem 0.16rem 0rem rgba(0, 0, 0, 0.1)
}

.group-media ul li a .icons img:nth-child(2) {
    position: absolute;
    top: 100%;
    left: 0
}

.group-media ul li a:hover .icons img:nth-child(1) {
    transform: translateY(100%)
}

.group-media ul li a:hover .icons img:nth-child(2) {
    transform: translateY(-100%)
}

.group-media ul li a .group-ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 130%;
    margin-top: 0.2rem;
    border-radius: 0.05rem;
    padding: 0.05rem;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
    z-index: 0;
    box-shadow: 0rem 0.02rem 0.07rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 0.05rem
}

.group-media ul li a .group-ewm img {
    display: block;
    width: 1.05rem;
    height: auto
}

.group-media ul li a .group-ewm::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    border-width: 0 0.15rem 0.08rem 0.15rem;
    border-style: solid;
    border-color: transparent transparent #fff transparent
}

.group-media ul li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1
}

.group-media ul li:hover a {
    overflow: visible
}

.group-media ul li:hover a .icon {
    background-color: #2f73d1
}

.group-media ul li:hover a .icon img {
    opacity: 1
}

.group-media ul li a .icon img {
    vertical-align: middle;
    display: block;
    width: 100%
}

.group-media ul li:hover a .group-ewm {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.s8 {
    position: relative;
    z-index: 9;
    margin-top: .9rem;
}

.s8-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -.8rem;
    background: url(../images/s8-bg.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    pointer-events: none;
    display: none;
}

.s8 .pubtit {
    justify-content: center;
    position: relative;
    z-index: 9;
    margin-top: .6rem;
}

.s8 .pubtit a img {
    height: 0.67rem;
    width: 1.25rem;
    margin-left: -0.625rem
}

.s8-c {
    display: flex;
    align-items: center;
    margin-top: .4rem;
   /* padding: 0 .65rem*/
}

.s8-l {
    flex: 1;
    min-width: 0
}

.s8-m {
    width: 33.5483%;
    padding: 0 .3rem;
    position: relative;
    z-index: 9;
    display: none;
}

.s8-m .swiper-arr {
    border: none;
    width: 0.5rem;
    height: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto
}

.s8-m .swiper-prev {
    background: url(../images/s8-prev.png) no-repeat;
    background-position: center center;
    background-size: .34rem auto
}

.s8-m .swiper-next {
    background: url(../images/s8-next.png) no-repeat;
    background-position: center center;
    background-size: .34rem auto
}

.s8-r {
    flex: 1;
    min-width: 0;
    display: none;
}

.s8-l .swiper-slide a {
    display: block
}

.s8-l .swiper-slide a .pic {
    padding-top: 50%;
    background: #fff
}

.s8-l .swiper-slide a .pic div {
    /* opacity: .5 */
}
.s8-l .swiper-slide a  .info{
    padding: .15rem 0;
}
.s8-l .swiper-slide a:hover .info h3{
    color: #005692;
    font-weight: 600;
}
.s8-l .swiper-slide a  .info h3{
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #232323;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.s8-r .swiper-slide a .pic {
    padding-top: 50%;
    background: #fff
}

.s8-r .swiper-slide a .pic div {
    opacity: .5
}

.s8-m .swiper-slide a .pic {
    padding-top: 50%;
    background: #fff
}

@media screen and (max-width: 1024px) {
    .banner .slick-slide a img {
        height: auto !important
    }

    .b-dot {
        bottom: 0.15rem
    }

    .banner .slick-slide a::after {
        content: none
    }

    .banner .slick-slide a::before {
        background-size: auto .5rem
    }

    .banner .slick-slide a>img,.banner .slick-slide a>video {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover
    }

    .index {
        position: static;
        padding-top: 0
    }

    .group-media ul li a .icons,.group-media ul li a {
        width: 0.48rem;
        height: 0.48rem
    }

    .group-media ul li a img {
        opacity: 1;
        height: 0.48rem
    }

    .s1 {
        padding-top: .5rem
    }

    .pubtit h2 b {
        font-size: .28rem
    }

    .pubtit h2 a {
        font-size: .28rem
    }

    .pubtit h2 img {
        height: 0.28rem
    }

    .s1-c {
        display: block;
        margin-top: .3rem
    }

    .s1-l {
        width: auto
    }

    .s1-r {
        width: auto;
        margin-top: .3rem
    }

    .s1-l .swiper-slide a .info {
        padding: .15rem 1rem .15rem .15rem
    }

    .s1-rswiper .swiper-slide a .info {
        padding: 0 1rem .15rem .15rem
    }

    .s1-l .pubpage,.s1-rswiper .pubpage {
        bottom: 0.3rem
    }

    .s1-rswiper .swiper-slide a .info h3 {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .s2-l>.pubtit {
        position: static
    }

    .s2-c {
        display: block
    }

    .s2-l {
        padding-top: 0;
        width: auto
    }

    .s2-lswiper {
        margin-top: .3rem
    }

    .s2-lswiper .swiper-slide a {
        margin-top: 0
    }

    .s2-lmore {
        position: static;
        width: auto;
        margin-top: .3rem
    }

    .swiper-arr {
        width: 0.4rem;
        height: 0.4rem
    }

    .swiper-arr svg {
        width: 0.14rem;
        height: 0.14rem
    }

    .s2-r {
        width: auto;
        margin-top: .3rem
    }

    .s2-rswiper {
        margin-top: .25rem
    }

    .s2-rswiper .swiper-slide a {
        height: 1rem
    }

    .s2-rswiper .swiper-slide a .date {
        width: .85rem;
        padding-left: 0
    }

    .s2-rswiper .swiper-container {
        margin-left: 0
    }

    .s2-rswiper .swiper-slide {
        margin-top: 0
    }

    .s3-c {
        margin-top: -.6rem
    }

    .s3-swiper {
        margin: 0 .2rem
    }

    .s3-c .pubtit h2 {
        margin-bottom: .4rem
    }

    .s3-bg div {
        display: none
    }

    .s3-bg>img {
        opacity: 1
    }

    .s4-c {
        display: block
    }

    .s4-ltit {
        display: none;
        position: static;
        margin-bottom: .3rem;
        justify-content: center
    }

    .s4-l {
        width: auto
    }

    .s4-lswiper .swiper-slide {
        display: block
    }

    .s4-lswiper .swiper-slide .s4-ll ul {
        margin-right: 0
    }

    .s4-lswiper .swiper-slide .s4-ll ul li a .pics {
        width: 50%
    }

    .s4-lswiper .swiper-slide .s4-ll ul li a .info {
        padding: 0 .25rem;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .s4-lswiper .swiper-slide .s4-ll ul li a .info p {
        margin-top: .15rem;
        -webkit-line-clamp: 2;
        max-height: .48rem
    }

    .s4-lswiper .swiper-slide .s4-lr {
        width: auto;
        margin-top: .1rem
    }

    .s4-lswiper .swiper-slide .s4-lr ul li:nth-child(2) {
        margin-right: 0
    }

    .s4-lswiper .swiper-slide .s4-lr ul li:nth-child(3) {
        margin-top: 33.33%;
        margin-left: 0
    }

    .s4-lswiper .swiper-slide .s4-lr ul li:nth-child(4) {
        margin-top: 33.33%
    }

    .s4-arr {
        bottom: 0;
        margin-bottom: 33.33%;
        width: 33.33%;
        left: 33.33%;
        height: auto;
        top: auto;
        padding-bottom: 33.33%;
        right: auto;
        border: solid 1px #c9a685
    }

    .s4-lswiper .swiper-slide .s4-lr ul li a .info {
        padding: 0 .15rem;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .s4-r {
        width: auto;
        margin-top: 1rem
    }

    .s5-img .swiper-slide a::after {
        background-size: .3rem auto
    }

    .s5-img .swiper-slide a::before {
        content: none
    }

    .s5-c {
        bottom: 0.1rem;
        background: rgba(0, 86, 146, .3);
        padding: .25rem 0;
        position: static
    }

    .s5-c ul {
        justify-content: space-between
    }

    .s5-c ul li a .icon {
        width: 0.5rem;
        height: 0.5rem
    }

    .s5-c ul li a p {
        font-size: .18rem
    }

    .s5-c ul li+li {
        margin-left: 0
    }

    .s5-c ul li::before {
        content: none
    }

    .s5-c ul li::after {
        content: none
    }

    .s6-tit>i {
        height: 0.3rem
    }

    .s6-swiper1 {
        margin: 0 .1rem;
        width: calc(100% - .2rem) !important
    }

    .s6-swiper1 .swiper-slide a .info h3 {
        font-size: .18rem
    }

    .s6-swiper1 .swiper-arr {
        width: 0.4rem;
        height: 0.4rem
    }

    .s6-list ul {
        margin: 0 -.05rem
    }

    .s6-list ul li a {
        margin: 0 .05rem;
        padding: .2rem .15rem
    }

    .s6-list ul li a h3 {
        font-size: .18rem;
        line-height: .3rem;
        height: .6rem
    }

    .s7-t,.s7-b {
        display: block
    }

    .s7-tl,.s7-tr,.s7-bl,.s7-br {
        width: auto
    }

    .s7-tl ul,.s7-icons {
        display: flex
    }

    .s7-tl ul li,.s7-icons li {
        flex: auto;
        width: 50%
    }

    .s7-tl ul li a .pic,.s7-br .s7-icons li:nth-child(1) a .pic {
        padding-top: 100%
    }

    .s7-icons li a .pic {
        padding-top: 48.8%
    }

    .s7-bl .s7-pic a .pic {
        padding-top: 48.7%
    }

    .s7-media .pic {
        padding-top: 2rem
    }

    .s7-icons li a .info .icons img {
        max-height: .5rem
    }

    .s8-c {
        padding: 0 .1rem;
        margin-top: .rem;
    }

    .s2,.s6,.s7 {
        padding-top: .5rem
    }
    .adbck{padding-bottom:1rem;}

    .s2 {
        padding-bottom: .5rem
    }

    .s4 {
        margin-top: .5rem;
        padding-bottom: .5rem
    }
.s6-bd{margin-top:.35rem}
    .s6{
    margin-bottom: .5rem;
}
    .s8 {
        margin-top: .5rem;
    }
    

    .s4 .pubtit {
        margin-bottom: .3rem
    }

    .s4 .s4-l .pubtit {
        left: 33.33%;
        justify-content: center;
        top: 100%;
        width: 33.33%;
        bottom: auto;
        margin-top: .6rem
    }

    .s4 .s4-r .pubtit {
        justify-content: center
    }

    .s1-l .swiper-slide a .info h3,.s2-lswiper .swiper-slide a .info h3,.s1-rswiper .swiper-slide a .info h3,.s3-c ul li a h3,.s4-lswiper .swiper-slide .s4-ll ul li a .info h3,.s4-r ul li a h3,.s7-pic a .info h3 {
        font-size: .18rem
    }
}

@media screen and (max-width: 768px) {
    .s5-c ul {
        flex-wrap: wrap
    }

    .s5-c ul li {
        width: 33.33%
    }

    .s5-c ul li:nth-child(1) {
        margin-left: 16.6666%
    }

    .s5-c ul li:nth-child(2) {
        margin-right: 16.6666%
    }

    .s6-list ul li {
        display: none;
        margin-top: 0.1rem;
        width: 50%
    }

    .s6-list ul li:nth-child(-n+4) {
        display: block
    }

    .s6-list ul li:nth-child(3) {
        margin-top: 0.1rem
    }

    .s8-c {
        display: block
    }

    .s8-l {
        /* display: none; */
    }

    .s8-r {
        display: none
    }

    .s8-m {
        width: auto
    }
}

@media screen and (max-width: 480px) {
    .s3-c ul li a {
        height: auto
    }

    .s4-lswiper .swiper-slide .s4-ll ul li a {
        display: block
    }

    .s4-lswiper .swiper-slide .s4-ll ul li a .pics {
        width: auto
    }

    .s4-lswiper .swiper-slide .s4-ll ul li a .info {
        padding: .25rem
    }
}




/* 右侧导航 */
.rightFix {
    position: fixed;
    right: 0rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200000;
    padding: .5rem 0.05rem .1rem .15rem;
    background: url(../images/clcw.png) no-repeat;
    border-radius: 0.1rem 0 0 0.1rem;
    transition: 0.5s;
    background-size: 100% 100%;
    display: none;
  }
  .rightFix ul{transition: 0.5s;}
  .rightFix li {
    width: 0.77rem;
    color: #fff;
    text-align: center;
    font-size: .14rem;
    transition: .3s;
    text-align: center;
  }
  .rightFix li a{display: block;padding: 0.1rem 0;}
  .rightFix li p{margin-top: .1rem;transition: 0.5s;line-height: 1.5;padding: 0 .05rem;color: #fff;white-space: nowrap;}
  .rightFix a:hover i {transform: rotateY(360deg);transition: .5s;}
  .rightFix span{display: flex;width: 0.1rem;height: 0.1rem;align-items: center;justify-content: center;position: absolute;left: 0.05rem;top: 50%;transform: translateY(-50%);cursor: pointer;}
  .rightFix span.on{transform: translateY(-50%) rotateY(180deg);}
  .rightFix.on{width: 0.2rem;}
  .rightFix.on ul{opacity: 0;visibility: hidden;}

@media screen and (max-width: 1024px) {
    .rightFix{display: none !important;}

}