@charset "utf-8";






.banner-box {
    position: relative;
}

.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-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-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;
    /* z-index: 9; */
    width: 100%;
    overflow: hidden;
}

.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;
    background: url(../images/banner-zzc.png) repeat-x;
    background-position: center top;
    background-size: auto 100%;
    height: 2.1rem;
}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center bottom;
    z-index: 1;
    height: 2.36rem;
    background: url(../images/banner-zzcb.png) repeat-x;
    background-position: center bottom;
    background-size: auto 100%;
}

.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 {
    transition: none\0;
    animation: none\0;
    animation: img_scale linear 8s;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
        transform: none\0;
    }

    50% {
        transform: scale(1.05);
        transform: none\0;
    }

    100% {
        transform: scale(1);
        transform: none\0;
    }

}

.b-dot {
    position: absolute;
    right: 0;
    bottom: 0.28rem;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
}

.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 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .slick-dots li {
    width: 0.23rem;
    height: 0.24rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .slick-dots li button {
    display: none;
}

.banner .slick-dots li::before {
    content: "";
    display: block;
    width: 0.05rem;
    height: 0.05rem;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 1;
    transition: all .5s;
}

.banner .slick-dots li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/dot-act2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0;
    transform: scale(0);
    transition: all .5s;
    z-index: 2;
}

.banner .slick-dots li.slick-active {
    margin: 0 .05rem;
}

.banner .slick-dots li.slick-active::after {
    opacity: 1;
    transform: scale(1);
}




.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;
}

.bsear {
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateY(-.81rem);
    top: 100%;
    width: 12.48rem;
    margin-left: -6.24rem;
    background: url(../images/bsear-bg.png) no-repeat;
    background-position: center top;
    background-size: 100% .82rem;
    padding: 0.1rem .9rem 0 .5rem;
}

.bsear-box {
    border-bottom: 2px solid #0747bc;
}

.bsear-input input {
    font-size: 0.29rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.7rem;
    color: #0747bc;
    height: 0.7rem;
    display: block;
    width: 100%;
}

.bsear-input input::placeholder {
    color: #0747bc;
    opacity: 0.5;
}

.bsear-gp {
    display: flex;
    padding-top: .1rem;
}

.bsear-gp span {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.25rem;
    color: #a0a0a0;
}

.bsear-gp div {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
}

.bsear-gp div a {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.25rem;
    color: #000000;
    margin-left: .2rem;
}

.bsear-gp div a:hover {
    color: #0e58df;
}

/* index */
.index {
    z-index: 99;
    overflow: hidden;
    font-size: 0;
    overflow: hidden;
    z-index: 99;
    background: #fff;
    padding-top: .8rem;
}

.tit {
    position: relative;
}

.titname {
    display: flex;
    align-items: center;
}

.titname h2 {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #1433c0;
    position: relative;
    font-family: AlimamaShuHeiTi-Bold;
    font-size: 0.36rem;
    font-weight: normal;
    font-weight: 600\0;
    font-stretch: normal;
    line-height: 0.34rem;
    letter-spacing: 0rem;
    padding-bottom: .17rem;
    margin-right: .42rem;
}

.titname h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 100%;
    transform: rotateZ(-35deg);
    height: 1px;
    width: .2rem;
    transform-origin: left bottom;
    background: #1433c0;
    margin-bottom: -1px;
}

.titname h2 span {
    color: #0e58df;
    font-weight: normal;
    font-weight: 600\0;
}

.titname h2 b {
    color: #333333;
    font-weight: normal;
    font-weight: 600\0;
}

.titname i {
    display: block;
    font-style: normal;
    font-family: AkzidenzGroteskBQ-XBoldAlt;
    font-size: 0.43rem;
    font-weight: normal;
    line-height: 0.34rem;
    letter-spacing: 0rem;
    color: #666666;
    /* opacity: 0.44; */
    color: transparent;
    text-stroke: 1px rgba(20, 51, 192, .44);
    -webkit-text-stroke: 1px rgba(20, 51, 192, .44);
    padding-bottom: .17rem;
    position: relative;
}

.titname i::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(20, 51, 192, .44);
    max-width: 1.55rem;
}



.titmore {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.titmore a {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.34rem;
    color: #666666;
    opacity: 0.66;
}

.titmore a:hover {
    opacity: 1;
    color: #0e58df;
}

.tit-small .titname h2 {
    font-size: 0.2rem;
    line-height: .2rem;
    padding-bottom: .1rem;
    margin-right: .15rem;
}

.tit-small .titname h2::after {
    width: 0.1rem;
}

.tit-small .titname i {
    font-size: 0.2rem;
    line-height: .2rem;
    padding-bottom: .1rem;
}

.tit-w .titname h2 {
    border-color: #fff;
}

.tit-w .titname h2::after {
    background: #fff;
}

.tit-w .titname h2 span {
    color: #fff;
}

.tit-w .titname h2 b {
    color: #fff;
}

.tit-w .titname i {
    border-color: #fff;
    text-stroke: 1px rgba(255, 255, 255, .44);
    -webkit-text-stroke: 1px rgba(255, 255, 255, .44);
    border-bottom: 1px solid rgba(255, 255, 255, .44);
}

.s1 {
    position: relative;
    z-index: 2;
    padding-top: 0.8rem;
}

.s1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/s1-bg.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 40%;
    /* height: 5.72rem; */
    padding-top: 29.79%;
    transform: translateY(40%);
    z-index: -1;
    pointer-events: none;
}

.s1-c {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.s1-l {
    flex: 1;
    min-width: 0;
    margin-top: .2rem;
}



.s1-m {
    width: 7.6rem;
    margin: 0 0.5rem;
    position: relative;
    z-index: 1;
}

.s1-m::before {
    content: "";
    position: absolute;
    left: 0;
    width: 35%;
    height: 3rem;
    bottom: 0;
    z-index: -1;
    box-shadow: -0.1rem .1rem .1rem rgba(0, 0, 0, 0.02);
}

.s1-m::after {
    content: "";
    position: absolute;
    right: 0;
    width: 35%;
    height: 3rem;
    bottom: 0;
    z-index: -1;
    box-shadow: 0.1rem 0.1rem .1rem rgba(0, 0, 0, 0.02);
}

.s1-r {
    flex: 1;
    margin-top: .2rem;
    min-width: 0;
}

.s1-list1 ul {
    margin-top: .2rem;
}

.s1-list1 ul li+li {
    border-top: 1px solid rgba(102, 102, 102, .2);
}

.s1-list1 ul li a {
    display: block;
}

.s1-list1 ul li a .pic {
    padding-top: 62.5%;
}

.s1-list1 ul li a .info {
    display: flex;
    align-items: center;
    padding: .25rem 0;
}

.s1-list1 ul li a .info .date {
    text-align: center;
    margin-right: 0;
    margin-right: .25rem;
}

.s1-list1 ul li a .info .date b {
    font-family: FuturaBT-MediumItalic;
    font-size: 0.29rem;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #d43f4a;
    display: block;
}

.s1-list1 ul li a .info .date span {
    font-family: FuturaBT-MediumItalic;
    font-size: 0.14rem;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #d43f4a;
    display: block;
}

.s1-list1 ul li a .info .text {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    height: .56rem;
}

.s1-list1 ul li a .info .text h3 {
    width: 100%;
    font-size: 0.18rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
}

.s1-m .swiper-container {
    background: #fff;
    position: relative;
}

.s1-m .swiper-container::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/s1-mjiao1.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 1.04rem;
    height: 0.71rem;
    pointer-events: none;
}

.s1-m .swiper-container::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/s1-mjiao2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 1.04rem;
    height: 0.71rem;
    pointer-events: none;
}

.s1-m ul li a {
    display: block;
}

.s1-m ul li a .pics {}

.s1-m ul li a .pics .pic {
    padding-top: 62%;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - .2rem), 50% 100%, 0% calc(100% - .2rem));
}

.s1-m ul li a .pics p {
    background: url(../images/s1-mitembg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    text-align: center;
    font-family: AlimamaShuHeiTi-Bold;
    font-size: 0.21rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.67rem;
    color: #ffffff;
    margin-top: -.25rem;
    position: relative;
    z-index: 9;
}

.s1-m ul li a .info {
    padding: .35rem .75rem 0.7rem .75rem;
}

.s1-m ul li a .info h3 {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #555555;
}

.s1-m ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #666666;
    opacity: 0.66;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .78rem;
    margin-top: .2rem;
}

.s1-m .swiper-pagination-bullets {
    margin-top: .52rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullets span {
    width: 0.23rem;
    height: 0.24rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullets span::before {
    content: "";
    width: 0.05rem;
    height: 0.05rem;
    background-color: #0747bc;
    opacity: 0.33;
    border-radius: 50%;
    z-index: 1;
    transition: all .5s;
}

.swiper-pagination-bullets span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/dot-act.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0;
    transform: scale(0);
    transition: all .5s;
    z-index: 2;
}

.swiper-pagination-bullets span.swiper-pagination-bullet-active {
    margin: 0 .05rem;
}

.swiper-pagination-bullets span.swiper-pagination-bullet-active::after {
    opacity: 1;
    transform: scale(1);
}


/* --- */
.s1-list2 ul {
    margin-top: .2rem;
}

.s1-list2 ul li+li {
    border-top: 1px solid rgba(102, 102, 102, .2);
}

.s1-list2 ul li a {
    display: block;
}

.s1-list2 ul li a .pic {
    padding-top: 62.5%;
}

.s1-list2 ul li a .info {
    display: flex;
    align-items: center;
    padding: .25rem 0;
}

.s1-list2 ul li a .info .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    width: 0.58rem;
    height: 0.47rem;
    background-color: #ffffff;
    box-shadow: -0.03rem 0.03rem 0.07rem 0rem rgba(0, 0, 0, 0.13);
    margin-right: .2rem;
}

.s1-list2 ul li a .info .icons img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.s1-list2 ul li a .info .text {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    height: .56rem;
}

.s1-list2 ul li a .info .text h3 {
    width: 100%;
    font-size: 0.18rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
}


.s2 {
    padding-top: 1.03rem;
    position: relative;
    z-index: 1;
}

.s2::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/s2-bg.png) no-repeat;
    background-position: right center;
    background-size: 100%;
    width: 93.85%;
    padding-top: 71.35%;
    transform: translateY(56%);
    pointer-events: none;
}

.s2-c {
    margin-top: .62rem;
}

.s2-c ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.7rem;
}

.s2-c ul li {
    width: 33.33%;
    position: relative;
}

.s2-c ul li:nth-child(1)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/s2-listjiao.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 0.17rem;
    height: 0.17rem;
    transform: translateX(50%) translateY(50%);
}

.s2-c ul li:nth-child(2)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/s2-listjiao.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 0.17rem;
    height: 0.17rem;
    transform: translateX(50%) translateY(50%);
}

.s2-c ul li:nth-child(3n+2) {
    border-left: 1px solid rgba(7, 71, 188, .34);
}

.s2-c ul li:nth-child(3n) {
    border-left: 1px solid rgba(7, 71, 188, .34);
}

.s2-c ul li:nth-child(-n+3) {
    padding-bottom: .36rem;
    border-bottom: 1px solid rgba(7, 71, 188, .34);
}

.s2-c ul li:nth-child(-n+3) {
    padding-bottom: .36rem;
    border-bottom: 1px solid rgba(7, 71, 188, .34);
}

.s2-c ul li:nth-child(n+3)~li {
    padding-top: .36rem;
}

.s2-c ul li a {
    display: flex;
    align-items: center;
    margin: 0 .7rem;
}

.s2-c ul li a .date {
    background-size: 100% 100%;
    width: 1.01rem;
    height: 1.01rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: .18rem;
    position: relative;
}

.s2-c ul li a .date::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s2-datebg.png) no-repeat;
    background-size: 100% 100%;
}

.s2-c ul li:nth-child(1) a .date::before {
    transform: rotate(-90deg);
}

.s2-c ul li:nth-child(2) a .date::before {
    transform: rotate(0);
}

.s2-c ul li:nth-child(3) a .date::before {
    transform: rotate(90deg);
}

.s2-c ul li:nth-child(4) a .date::before {
    transform: rotate(0);
}

.s2-c ul li:nth-child(5) a .date::before {
    transform: rotate(-90deg);
}

.s2-c ul li:nth-child(6) a .date::before {
    transform: rotate(180deg);
}

.s2-c ul li a .date b {
    font-family: FuturaBT-MediumItalic;
    font-size: 0.29rem;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #d43f4a;
    position: relative;
}

.s2-c ul li a .date span {
    font-family: FuturaBT-MediumItalic;
    font-size: 0.14rem;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 0.2rem;
    letter-spacing: 0rem;
    color: #d43f4a;
    position: relative;
    white-space: nowrap;
}

.s2-c ul li a .info {
    flex: 1;
    min-width: 0;
}

.s2-c ul li a .info h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.18rem;
    font-weight: 600;
    line-height: 0.28rem;
    color: #333333;
}

.s3 {
    background: url(../images/s3-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 1.21rem;
    padding: 1.15rem 0 0 0;
    position: relative;
    z-index: 9;
}

.s3-diqiu {
    position: absolute;
    width: 2.42rem;
    height: 8.05rem;
    left: 0;
    top: 50%;
    margin-top: -4.3rem;
    background: url(../images/s3-diqiu.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 1;
}

.s3-weixing {
    position: absolute;
    width: 6.38rem;
    height: 2.13rem;
    left: 2.58rem;
    bottom: -1.29rem;
    pointer-events: none;
    z-index: 1;
}

.s3-weixing div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s3-feiji.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    animation: ani_weixing 5s infinite ease-in-out;
}

@keyframes ani_weixing {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translate(.15rem, -.2rem);
    }

    100% {
        transform: translateY(0);
    }
}

.s3-c {
    display: flex;
}

.s3-l {
    flex: 1;
    min-width: 0;
    position: relative;
}

.s3-l::before {
    content: "";
    position: absolute;
    left: 0;
    top: .95rem;
    bottom: 0;
    background: url(../images/s3-ltimez.png) repeat-y;
    background-position: left top;
    background-size: 0.08rem auto;
    width: 0.08rem;
}

.s3-r {
    width: 7.58rem;
    margin-left: 1.53rem;
    padding-bottom: .76rem;
    position: relative;
}

.s3-l ul {
    margin-top: .3rem;
}

.s3-l ul li {}

.s3-l ul li a {
    display: block;
    height: .48rem;
    overflow: hidden;
    transition: all .5s;
    padding-left: .44rem;
}

.s3-l ul li a .item1 {
    padding: .1rem 0;
}

.s3-l ul li a .item1 h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-l ul li a .item1 h3::before {
    content: "";
    position: absolute;
    left: -.44rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.16rem;
    height: 1px;
    background-color: #d43f4a;
}

.s3-l ul li a .item2 {
    padding-bottom: .35rem;
    border-bottom: 1px solid rgba(255, 255, 255, .33);
    margin-bottom: .25rem;
    transform: scaleY(1);
}

.s3-l ul li a .item2 h3 {
    font-size: 0.24rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .8rem;
    position: relative;
}

.s3-l ul li a .item1 h3::before {
    content: "";
    position: absolute;
    left: -.44rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.16rem;
    height: 1px;
    background-color: #d43f4a;
}

.s3-l ul li a .item2 p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #ffffff;
    opacity: 0.66;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .78rem;
    margin-top: .15rem;
}

.s3-l ul li.on a {
    height: calc(2.33rem + 1px);
}

.s3-l ul li.on .item1 {
    display: none;
}

.s3-l ul li.on a .item2 {
    transform: scaleY(1);
}

.s3-r ul li a {
    position: relative;
    transition: all .5s;
    padding-bottom: .2rem;
    padding-right: .3rem;
    display: block;
}

.s3-more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2.49rem;
    height: .74rem;
    line-height: .74rem;
    background: url(../images/s3-more.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    font-size: .2rem;
    text-align: center;
}

.s3-r ul li a .pic {
    padding-top: 62.5%;
}

.s3-r ul li.slick-current a {
    opacity: 1;
}


.s3-r .slick-dots {
    position: static;
    display: flex;
    align-items: center;
    margin-top: .3rem;
    margin-left: 1.4rem;
}

.s3-r .slick-dots li {
    width: 0.23rem;
    height: 0.24rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.s3-r .slick-dots li::before {
    content: "";
    display: block;
    width: 0.05rem;
    height: 0.05rem;
    background-color: #ffffff;
    opacity: 0.33;
    border-radius: 50%;
    z-index: 1;
    transition: all .5s;
}

.s3-r .slick-dots li::after {
    content: "";
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/dot-act2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0;
    transform: scale(0);
    transition: all .5s;
    z-index: 2;
}

.s3-r .slick-dots li button {
    display: none;
}

.s3-r .slick-dots li.slick-active {
    margin: 0 .05rem;
}

.s3-r .slick-dots li.slick-active::after {
    opacity: 1;
    transform: scale(1);
}


.s4 {
    position: relative;
    z-index: 1;
    padding: 2.05rem 0 .85rem 0;
}

.s4::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3.85rem;
    right: 0;
    bottom: 0;
    background: url(../images/s4-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    width: 19.2rem;
    height: 9.05rem;
    pointer-events: none;
}

.s4 .titname p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #666666;
    position: relative;
    padding-left: .3rem;
    margin-left: .35rem;
}

.s4 .titname p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.04rem;
    height: 0.61rem;
    background-color: #0747bc;
}

.s4-c {
    margin-top: .55rem;
}





.s4-c .swiper-container {
    overflow: visible;
    padding-right: 10%;
}


.s4-slick .slick-list {
    padding-left: 1.6rem !important;
}
.s4-slick {
    margin-right: -1rem;
}

.s4-c .swiper-slide a {
    display: block;
    margin: 0 .25rem;
}

.s4-c .swiper-slide a b {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #333333;
}

.s4-c .swiper-slide a .pic {
    margin-top: .1rem;
    padding-top: 62.5%;
}

.s4-c .swiper-slide a .info {
    padding: .2rem 0 0 0;
}

.s4-c .swiper-slide a .info h3 {
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.28rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .56rem;
}

.s4-c .swiper-slide a .info div {
    margin-top: .36rem;
    padding-top: 0.1rem;
    border-top: dashed 1px rgba(173, 203, 229, .44);
    position: relative;
}

.s4-c .swiper-slide a .info div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/s4-lbef.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.16rem;
    height: 0.43rem;
    transform: translateY(-50%);
}

.s4-c .swiper-slide a .info div::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/s4-raft.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.20rem;
    height: 0.21rem;
    transform: translateY(-50%);
}

.s4-c .swiper-slide a .info div p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #666666;
    padding-left: .39rem;
}

.s4-c .swiper-slide a .info div p.time {
    background: url(../images/time.png) no-repeat;
    background-position: .16rem center;
    background-size: .14rem auto;
}

.s4-c .swiper-slide a .info div p.add {
    background: url(../images/add.png) no-repeat;
    background-position: .16rem center;
    background-size: .14rem auto;
}


.s4-arr {
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.s4-arr div {
    width: 0.5rem;
    height: 0.5rem;
    border: solid 1px #666666;
    opacity: 0.66;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.s4-arr div+div {
    margin-left: .2rem;
}

.s4-arr div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.s4-arr div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all .5s;
    opacity: 0;
}

.s4-prev::before {
    background: url(../images/s4-prev.png) no-repeat;
    background-position: center center;
    background-size: .16rem auto;
    z-index: 1;
}

.s4-prev::after {
    background: url(../images/s4-prev-h.png) no-repeat;
    background-position: center center;
    background-size: .16rem auto;
    z-index: 2;
}

.s4-next::before {
    background: url(../images/s4-next-h.png) no-repeat;
    background-position: center center;
    background-size: .16rem auto;
    z-index: 1;
}

.s4-next::after {
    background: url(../images/s4-next.png) no-repeat;
    background-position: center center;
    background-size: .16rem auto;
    z-index: 2;
}

.s4-arr div:hover {
    border: solid 0.01rem #0e58df;
}

.s4-arr div:hover::after {
    opacity: 1;
}


.s5 {
    background: url(../images/s5-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .99rem 0 1.2rem 0;
    position: relative;
    z-index: 2;
}

.s5-c {
    margin-top: .6rem;
}

.s5-c ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 .6rem;
}

/* .s5-c ul:nth-child(2) {
    justify-content: space-between;
    padding: 0 .5rem;
} */
.s5-c ul li {
    width: 25%;
}

.s5-c ul li:nth-child(1) {
    margin-left: 6.5%;
}

.s5-c ul li:nth-child(3) {
    margin-right: 6.5%;
}

.s5-c ul li:nth-child(3)~li {
    margin-top: .84rem;
}

.s5-c ul li a {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.s5-c ul li a .info {
    padding-top: .05rem;
}

.s5-c ul li a .info p {
    font-size: 0.18rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.28rem;
    color: #333333;
    text-align: right;
    white-space: nowrap;
}

.s5-c ul li a .nums {
    margin-left: .3rem;
    display: flex;
    color: #0A62C4;
    background-image: linear-gradient(100deg, #d54550 30%, #0747bc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: AkzidenzGroteskBQ-XBoldAlt;
    font-size: 0.88rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.68rem;
    letter-spacing: 0rem;
    background: none\0;
}

.s5-c ul li a .nums b {

    display: block;
}


.s6 {
    position: relative;
    z-index: 1;
    padding-top: 1rem;
}

.s6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -5.04rem;
    background: url(../images/s6-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}

.s6-c {
    display: flex;
}

.s6-l {
    width: 10.15rem;
}

.s6-l a {
    display: block;

}

.s6-l div {}

.s6-l .pic {
    display: block;
    padding-top: 59.7%;
    border-radius: 3rem 0.8rem 0.8rem 0.8rem;
}

.s6-l a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/icon-play.png) no-repeat;
    background-position: center center;
    background-size: .69rem auto;
    z-index: 9;
}

.s6-r {
    flex: 1;
    min-width: 0;
    position: relative;
}

.s6-rlogo {
    position: absolute;
    left: 0;
    top: 50%;
    /* transform: translateX(-50%) translateY(-50%); */
    z-index: 9;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: -1.5rem;
    margin-top: -1.25rem;
}

.s6-rlogo::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/s6-rlz.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 4rem;
    height: 4rem;
    z-index: -1;
    pointer-events: none;
    animation: _anirotate 50s linear infinite;
}


@keyframes _anirotate {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
}

.s6-rlogo .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s6-rlogo-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    animation: _anirotate2 10s linear infinite;
}

@keyframes _anirotate2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.s6-rlogo img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.98rem;
}

.s6-r ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-right: -.8rem;
    position: relative;
    z-index: 10;
}

.s6-r ul li {}

.s6-r ul li:nth-child(1) {
    margin-right: 1.4rem;
}

.s6-r ul li:nth-child(2) {
    margin-right: 0.4rem;
}

.s6-r ul li:nth-child(4) {
    margin-right: 1.95rem;
}

.s6-r ul li a {
    display: flex;
    align-items: center;
    height: 1.2rem;
    border-radius: 0.6rem;
    padding: .12rem;
    position: relative;
    z-index: 1;
    border-radius: 0.6rem;

}

.s6-r ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s6-rlistbg1.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 0.6rem;
    z-index: -1;
    pointer-events: none;
    transition: all .5s;
}

.s6-r ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s6-rlistbg2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 0.6rem;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: all .5s;
}

.s6-r ul li a .icons {
    width: 0.95rem;
    height: 0.95rem;
    margin-right: .2rem;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;

}

.s6-r ul li a .icons::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(1deg, #0b4cbf 0%, #3083df 100%);
    border-radius: 50%;
    transition: all .5s;
    z-index: -2;
}

.s6-r ul li a .icons::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    transition: all .5s;
    z-index: -1;
}

.s6-r ul li a .icons img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%;
    z-index: 9;
    transition: all .5s;
    opacity: 0;
}

.s6-r ul li a .icons img:nth-child(1) {
    opacity: 1;
}

/* .s6-r ul li a .info {
    flex: 1;
    min-width: 0;
} */

.s6-r ul li a .info h3 {
    font-size: 0.24rem;
    font-weight: 600;
    line-height: .24rem;
    white-space: nowrap;
    color: #0747bc;
}

.s6-r ul li a .info p {
    font-family: AkzidenzGroteskBQ-Light;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.14rem;
    color: #1a75df;
    opacity: 0.61;
    white-space: nowrap;
    margin-top: 0.05rem;
}


.s7 {
    position: relative;
    z-index: 1;
    padding-top: 1.25rem;
}

.s7 .tit {
    position: relative;
}

.s7 .tit {}


.fmeida {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -.1rem;
}

.fmeida li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .1rem;
    margin-bottom: 0.08rem;
}

.fmeida li:nth-child(1) {
    margin-left: 0;
}

.fmeida li a {
    display: block;
    position: relative;
}

.fmeida li a div:nth-child(1) {
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    width: .5rem;
    height: .5rem;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
}

.fmeida li a:hover div:nth-child(1) {
    background: #0e58df;
}

.fmeida li a:hover {}

.fmeida li a>div>img {
    display: block;
    max-width: .3rem;
    min-height: .24rem;
}

.fmeida li a .foot-ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}

.fmeida li a .foot-ewm img {
    display: block;
    width: 100px;
    max-width: none;
    max-height: none;
    height: 100px;
}

.fmeida li a .foot-ewm::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.fmeida li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.fmeida li:hover a {
    overflow: visible;
}

.fmeida li:hover a .icon {
    background-color: #2f73d1;
}

.fmeida li:hover a .icon img {
    opacity: 1;
}

.fmeida li a .icon img {
    vertical-align: middle;
    /* opacity: .6; */
    display: block;
    width: 100%;
}

.fmeida li:hover a .foot-ewm {
    opacity: 1;
    bottom: 100%;
    visibility: visible;
}

.s7-c {
    margin-top: .4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s7-l {
    width: 73%;
}

.s7-r {
    width: 27%;
}

.s7-l .pic {
    padding-top: 3.5rem;
}

.s7-r .pic {
    padding-top: 7rem;
}


.s7-l ul {
    display: flex;
    flex-wrap: wrap;
}


.s7-l li {
    width: 33%;
}

.s7-lbot li:nth-child(1),
.s7-ltop li:nth-child(2) {
    width: 67%;
}


.s7-c ul li a {
    display: block;
    position: relative;
}



.s7-c ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    height: 1.75rem;
    right: 0;
    bottom: 0;
    background: url(../images/s7-zzc.png) repeat-x;
    background-position: center center;
    background-size: auto 100%;
    z-index: 9;
}

.s7-c ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 .3rem;
    z-index: 9;
}

.s7-c ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s7-c ul li a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s7-c ul li a .info div {
    display: flex;
    margin-top: .15rem;
}

.s7-c ul li a .info div p {
    display: flex;
    align-items: center;
    border-bottom: 0.05rem solid #47d800;
    line-height: .38rem;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
}

.s7-c ul li a .info div p.wx {
    border-bottom: 0.05rem solid #47d800;
}

.s7-c ul li a .info div p.sph {
    border-bottom: 0.05rem solid #ee9640;
}

.s7-c ul li a .info div p.xxqg {
    border-bottom: 0.05rem solid #cc0000;
}

.s7-c ul li a .info div p.rmrb {
    border-bottom: 0.05rem solid #47d800;
}

.s7-c ul li a .info div p.rmw {
    border-bottom: 0.05rem solid #ee9640;
}

.s7-c ul li a .info div p.bdrm {
    border-bottom: 0.05rem solid #cc0000;
}

.s7-c ul li a .info div p img {
    max-height: .3rem;
    margin-right: .1rem;
}


.s8 {
    padding-top: 1.2rem;
}

.s8-t {
    margin-top: .53rem;
}

.s8-t ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.s8-t ul li {
    width: 1.4rem;
}

.s8-t ul li a {
    display: block;
    height: 2.06rem;
    border-radius: 0.6rem;
    padding: .33rem 0;
    position: relative;
    z-index: 1;
    border-radius: 0.7rem;
}

.s8-t ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s8-listbg1.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 0.7rem;
    z-index: -1;
    pointer-events: none;
    transition: all .5s;
}

.s8-t ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s8-listbg2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 0.8rem;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: all .5s;
}

.s8-t ul li a .icons {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: .2rem;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
}

.s8-t ul li a .icons::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(1deg, #0b4cbf 0%, #3083df 100%);
    border-radius: 50%;
    transition: all .5s;
    z-index: -2;
}

.s8-t ul li a .icons::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    transition: all .5s;
    z-index: -1;
}

.s8-t ul li a .icons img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%;
    z-index: 9;
    transition: all .5s;
    opacity: 0;
}

.s8-t ul li a .icons img:nth-child(1) {
    opacity: 1;
}

.s8-t ul li a .info {
    flex: 1;
    min-width: 0;
}

.s8-t ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: 600;
    line-height: .28rem;
    white-space: nowrap;
    color: #0747bc;
    text-align: center;
    margin-top: .1rem;
}

.s8-b {
    padding-top: .18rem;
}

.s8-b ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.1rem;
}

.s8-b ul li {
    width: 10%;
    margin-top: .22rem;
}

.s8-b ul li a {
    display: block;
    margin: 0 .1rem;
}

.s8-b ul li a .icons {
    background-color: rgba(7, 71, 188, .1);
    border-radius: 0.1rem 0.1rem 0rem 0rem;
    height: .71rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s8-b ul li a .icons img {
    max-height: 70%;
}

.s8-b ul li a .info {
    background: #fff;
    position: relative;
    z-index: 1;
}

.s8-b ul li a .info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    background: url(../images/s8-bhovebg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .5s;
    opacity: 0;
}

.s8-b ul li a .info h3 {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.35rem;
    color: #0747bc;
}

.s9 {
    padding-top: 1.2rem;
}

.s9-c {
    margin-top: .5rem;
}

.s9-c .swiper-container {
    overflow: visible;
}

.s9-c .swiper-slide a {
    display: block;
}

.s9-c .swiper-slide a .pic {
    padding-top: 140%;
}


.s9-c .s9-mpagetion {
    margin-top: .4rem;
}

.adblock {
    position: relative;
    z-index: 1;
}

.adblock::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5.04rem;
    right: 0;
    bottom: 0;
    background: url(../images/adblockbg1.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}


.fixed-r {
    position: fixed;
    width: 1.17rem;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    z-index: 999;
    background: url(../images/fixed-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0rem 0rem 0.2rem 0.2rem;
    padding-top: .13rem;
    transition: all 0.5s;
    opacity: 0;
}

.fixed-r.on {
    transform: translate(0, -50%);
    opacity: 1;
}

.fixed-r::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(.13rem);
    background: url(../images/fixed-topbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 1.17rem;
    height: 0.59rem;
    bottom: 100%;
}

.fixed-r ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: relative;
}

.fixed-r ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateX(100%) translateY(-50%);
    right: 0;
    background: #FFF url(../images/fixed-itembg.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    transition: all .5s;
}

.fixed-r ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 0;
    transition: all .5s;
    background-color: #d43f4a;
    width: 0.02rem;
}


.fixed-r ul li a {
    display: flex;
    align-items: center;
    height: .52rem;
    justify-content: center;
}

.fixed-r ul li a .icons {
    width: .17rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: .05rem;
}

.fixed-r ul li a .icons img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    max-width: 100%;
}

.fixed-r ul li a .icons img:nth-child(1) {
    opacity: 1;
}

.fixed-r ul li a p {
    color: #ffffff;
    font-size: .14rem;
    line-height: .3rem;
    font-weight: 600;
}

.fixed-r ul .gotop {}

.fixed-r ul .gotop a {
    font-size: .13rem;
    font-weight: 600;
    line-height: .3rem;
    color: #fff;
    text-align: center;
    height: .58rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.fixed-r ul .gotop a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
    background: url(../images/gotop.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    height: 0.24rem;
}

.fixed-r ul li.on::before {
    transform: translateX(0) translateY(-50%);
}

.fixed-r ul li.on::after {
    height: 100%;
}

.fixed-r ul li.on a p,
.fixed-r ul li:hover a p {
    color: #d43f4a;
}

.fixed-r ul li.on a .icons img,
.fixed-r ul li:hover a .icons img {
    opacity: 1;
}

.fixed-r ul li:hover a .icons img:nth-child(1) {
    opacity: 0;
}




@media screen and(-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .titname i {
        color: rgba(20, 51, 192, .44);
    }

    .s5-c ul li a .nums {
        background: none;
    }
}


@media screen and (min-width: 1024px) {


    .s1-list1 ul li a:hover .info .text h3,
    .s1-list2 ul li a:hover .info .text h3,
    .s2-c ul li a:hover .info h3,
    .s4-c .swiper-slide a:hover .info h3,
    .s1-m ul li a:hover .info h3 {
        color: #0e58df;
    }

    .s6-r ul li a:hover::before {
        opacity: 0;
    }

    .s6-r ul li a:hover::after {
        opacity: 1;
    }

    .s6-r ul li a:hover .icons {
        background: #fff;
    }

    .s6-r ul li a:hover .icons::before {
        opacity: 0;
    }

    .s6-r ul li a:hover .icons::after {
        opacity: 1;
    }

    .s6-r ul li a:hover .icons img {
        opacity: 1;
    }

    .s6-r ul li a:hover .icons img:nth-child(1) {
        opacity: 0;
    }

    .s6-r ul li a:hover .info h3 {
        color: #fff;
    }

    .s6-r ul li a:hover .info p {
        color: #fff;
    }

    /*  */
    .s8-t ul li a:hover::before {
        opacity: 0;
    }

    .s8-t ul li a:hover::after {
        opacity: 1;
    }

    .s8-t ul li a:hover .icons {
        background: #fff;
    }

    .s8-t ul li a:hover .icons::before {
        opacity: 0;
    }

    .s8-t ul li a:hover .icons::after {
        opacity: 1;
    }

    .s8-t ul li a:hover .icons img {
        opacity: 1;
    }

    .s8-t ul li a:hover .icons img:nth-child(1) {
        opacity: 0;
    }

    .s8-t ul li a:hover .info h3 {
        color: #fff;
    }

    .s8-t ul li a:hover .info p {
        color: #fff;
    }

    .s8-b ul li a:hover .info::before {
        opacity: 1;
    }

    .s8-b ul li a:hover .info h3 {
        color: #fff;
    }

    .s8-b ul li a:hover .icons {
        background: #fff;
    }


}

@media screen and (max-width: 1024px) {

    .s4-slick .slick-list {
        padding: 0 !important;
    }
    .s4-slick {
        margin: 0;
    }

    .s4-c .swiper-slide a {
        margin: 0 .1rem;
    }

    .banner .slick-slide a {
        padding-top: 50%;
    }

    .banner .slick-slide a video,
    .banner .slick-slide a img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .b-dot {
        bottom: 0.15rem;
        width: 100%;
    }

    .banner .slick-slide a::after {
        content: none;
    }

    .banner .slick-slide a::before {
        background-size: auto .5rem;
    }

    .index {
        position: static;
        padding-top: 0;
    }

    .s1 {
        padding-top: 0;
    }

    .bsear {
        position: static;
        transform: none;
        width: auto;
        padding: 0 .15rem;
        margin-left: 0;
    }

    .bsear-input input {
        font-size: .2rem;
    }

    .banner .banner-next,
    .banner .banner-prev {
        display: none;
    }


    .titname h2 {
        font-size: .26rem;
        line-height: .26rem;
    }

    .titname i {
        font-size: .3rem;
        line-height: .3rem;
    }

    .s1-c>div {
        width: 100%;
    }

    .s1-m {
        margin: .35rem 0;
        order: -1;
    }

    .s1-l,
    .s1-r {
        flex: auto;
    }


    .bsear-gp span {
        display: block;
        margin-bottom: .1rem;
    }

    .bsear-gp div a {
        margin-left: 0;
        margin-right: .2rem;
    }

    .s1-l {
        margin-top: .35rem;
    }

    .s1-m ul li a .info {
        padding: .1rem .2rem .5rem .2rem;
    }

    .s2-c ul li {
        width: 100%;
        padding: .15rem 0 !important;
    }

    .s2-c ul li a .date {
        min-width: .8rem;
        min-height: 0.8rem;
    }

    .s3-diqiu {
        display: none;
    }

    .s3-l ul li a {
        padding-left: .3rem;
    }

    .s3-r .slick-dots {
        margin-left: 0;
        justify-content: center;
    }

    .s3-weixing {
        left: 0;
        width: 2.5rem;
        height: 0.83rem;
        bottom: -.5rem;
    }

    .titname {
        flex-wrap: wrap;
    }

    .s4 .titname p {
        width: 100%;
        margin-top: .2rem;
        margin-left: 0;
        padding-left: .15rem;
    }

    .s4 .titname p::before {
        height: .3rem;
    }

    .s4-arr {
        top: 0;
        transform: none;
    }

    .s4-c .swiper-container {
        padding-left: 10%;
    }

    .s4-c .swiper-slide a .info div {
        margin-top: .2rem;
    }

    .s5-c ul li {
        width: 48%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .s5-c ul li a {
        display: block;
        text-align: center;
    }

    .s5-c ul {
        padding: 0;
        justify-content: space-between;
    }

    .s5-c ul li a .nums {
        font-size: .34rem;
        margin-left: 0;
        justify-content: center;
        line-height: .4rem;
        margin-top: .1rem;
    }

    .s5-c ul li a .info p {
        text-align: center;
        max-width: none;
        white-space: normal;
    }

    .s5-c ul li:nth-child(2)~li {
        margin-top: .2rem !important;
    }

    .s6-l .pic {
        border-radius: 1rem .4ren .4rem;
    }

    .s6-l a .pic::after {
        background-size: .4rem auto;
    }

    .s6-r {
        margin-top: .35rem;
    }

    .s6-rlogo {
        width: 1.2rem;
        height: 1.2rem;
        margin-left: 0;
        margin-top: -.7rem;
    }

    .s6-rlogo::before {
        width: 1.5rem;
        height: 1.5rem;
    }

    .s6-r ul {
        margin-right: 0;
    }

    .s6-r ul li:nth-child(1) {
        margin-right: .5rem;
        padding-left: 0.5rem !important;
    }

    .s6-r ul li:nth-child(2) {
        margin-right: .5rem;
        padding-left: 1.3rem !important;
    }

    .s6-r ul li:nth-child(3) {
        margin-right: .5rem;
        padding-left: 1.3rem !important;
    }

    .s6-r ul li:nth-child(4) {
        margin-right: .5rem;
        padding-left: 0.5rem !important;
    }

    .s6-r ul li {
        margin-right: 0 !important;
        width: 100%;
    }

    .s6-r ul li a {
        height: auto;
    }

    .s6-r ul li+li {
        margin-top: .2rem;
    }

    .s6-r ul li a .icons {
        width: .65rem;
        height: .65rem;
        margin-right: .1rem;
    }

    .s6-r ul li a .icons img {
        max-width: 60%;
        max-height: 60%;
    }

    .s7 .tit {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .fmeida {
        position: static;
        transform: none;
        margin-top: .3rem;
    }



    .s8-t ul {
        flex-wrap: wrap;
    }

    .s8-t ul li {
        width: 33.33%;
    }

    .s8-t ul li:nth-child(3)~li {
        margin-top: .2rem;
    }

    .s8-t ul li a {
        width: 1.4rem;
        margin: 0 auto;
        max-width: 90%;
        height: 1.6rem;
        padding-bottom: 0;
        padding-top: .2rem;
    }

    .s8-t ul li a .icons {
        width: .6rem;
        height: 0.6rem;
    }

    .s8-t ul li a .icons img {
        max-width: 50%;
        max-height: 50%;
    }

    .s8-t ul li a .info h3 {
        padding: 0 .1rem;
        white-space: wrap;
    }

    .s8-b ul li {
        width: 50%;
    }

    .s2,
    .s3,
    .s4,
    .s5,
    .s6,
    .s9 {
        padding-top: .5rem;
    }

    .s3 {
        margin-top: .5rem;
    }

    .s8 {
        padding-top: .5rem;
    }

    .s4,
    .s5 {
        padding-bottom: .5rem;
    }

    .s7 {
        padding-top: .5rem;
    }


    .s2-c,
    .s4-c,
    .s5-c,
    .s8-t {
        margin-top: .35rem;
    }


    .bsear-gp,
    .s3-c,
    .s6-c {
        display: block;
    }

    .s6-l {
        width: auto;
    }

    .s3-r {
        width: auto;
        margin-left: 0;
        margin-top: .3rem;
    }

    .s1-m ul li a .info h3,
    .s1-m ul li a .pics p,
    .s3-l ul li a .item2 h3 {
        font-size: .2rem;
    }

    .s4-c .swiper-slide a .info h3,
    .s6-r ul li a .info h3 {
        font-size: .18rem;
    }

    .s8-t ul li a .info h3 {
        font-size: .16rem;
    }


    .s7-l {
        width: 100%;
    }

    .s7-r {
        width: 100%;
    }

    .s7-l li {
        width: 50% !important;
    }

    .s7-c .pic {
        padding-top: 70%;
    }

    .s7-c ul li a .info {
        padding: 0 .1rem;
    }

    .s7-c ul li a .info div {
        margin-top: .05rem;
    }

    .s7-c ul li a .info div p img {
        width: .2rem;
    }

    .s4 .titmore {
        top: 0.2rem;
    }

    .s4-arr {
        display: none !important;
    }
}







/* 2025年7月18日15:23:30 修改 */


.s8-tad {
    margin-top: .5rem;
}

.s8-tad ul {
    display: flex;
}

.s8-tad ul li {
    flex: 1;
}

.s8-tad ul li a {
    display: block;
    position: relative;
}



.s8-tad ul li a .icon {
    width: 1.42rem;
    height: 1.41rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

.s8-tad ul li a .icon::before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% - .1rem);
    width: 1px;
    height: .8rem;
    background: #B1CDFF;
    transform-origin: left top;
    transform: rotate(135deg);
}

.s8-tad ul li:nth-child(1) a .icon::before {
    display: none;
}

.s8-tad ul li:nth-child(2n+1) a .icon::before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% - .1rem);
    width: 1px;
    height: .8rem;
    background: #B1CDFF;
    /* transform-origin: left bottom; */
    transform: rotate(41deg);
}

.s8-tad ul li a .icon .bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/s8-tad-iconbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    animation: _anirotate 10s linear infinite paused;
}

.s8-tad ul li a:hover .icon .bg {
    animation: _anirotate 10s linear infinite running;
}

.s8-tad ul li a .icon img {
    max-height: .45rem;
}

.s8-tad ul li a p {
    text-align: center;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: .3rem;
    text-align: center;
    letter-spacing: normal;
    color: #0040B5;
}

.s8-tad ul li:nth-child(2n) {
    margin-top: .95rem;
}

@media screen and (max-width: 1024px) {
    .s8-tad ul {
        flex-wrap: wrap;
    }

    .s8-tad ul li {
        width: 33.33%;
        flex: none;
    }

    .s8-tad ul li:nth-child(2n) {
        margin-top: 0;
    }

    .s8-tad ul li:nth-child(3)~li {
        margin-top: .25rem !important;
    }

    .s8-tad ul li a .icon {
        width: 1.2rem;
        height: 1.2rem;
    }

    .s8-tad ul li a .icon img {
        max-height: .3rem;
    }

    .s8-tad ul li a p {
        font-size: .16rem;
    }

    .s8-tad ul li a .icon::before {
        display: none;
    }
}



@media screen and (max-width: 768px) {
    .s7-r .pic {
        padding-top: 150%;
    }

}

@media screen and (max-width: 480px) {
    .titname i {
        font-size: 0.2rem;
    }

    .s6-r ul li a .info p {
        white-space: normal;
        font-size: 0.12rem;
    }

    .s6-r ul li a .icons {
        width: 0.4rem;
        height: 0.4rem;
    }

    .s3-l ul li a .item2 h3,
    .s4-c .swiper-slide a .info h3,
    .s1-list2 ul li a .info .text h3,
    .s1-list1 ul li a .info .text h3 {
        max-height: none;
        height: auto;
    }

}