@charset "utf-8";



.banner.ani #downPage {
    opacity: 1;
}

.banner {
    position: relative;
    z-index: 9;
    left: 0;
    top: 0;
    /* width: 100%;
    height: 100vh; */
    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;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    height: 1.86rem;
    background: linear-gradient(180deg, rgba(2, 12, 37, 0) 0%, rgba(2, 12, 37, 0.2) 100%);
}

.banner .slick-slide a>img, .banner .slick-slide a>video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.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);
    }

}

.banner .slick-dots {
    font-size: 0;
    text-align: right;
    bottom: .58rem;
    width: 1rem;
    z-index: 9;
    max-width: 15.5rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    right: 2.02rem;
    left: auto;
}

.banner .slick-dots li {
    padding: 0;
    position: relative;
    transition: all .5s;
    width: auto;
    height: .35rem;
    margin: 0 .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .13rem;
}

.banner .slick-dots li span {
    display: none;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.09rem;
    height: 0.09rem;
    border: solid 0.02rem #f8f8f6;
    border-radius: 50%;
}

.banner .slick-dots li::before {
    content: "";
    transition: all 0.6s;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 0;
    background: url(../images/banner-dot-act.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0);
}

.banner .slick-dots li button {
    border-radius: 50%;
    padding: 0;
    transition: all .5s;
    display: block;
    margin: 0;
    width: 0.13rem;
    height: 0.13rem;
    border: solid 0.02rem #f8f8f6;
}

.banner .slick-dots li.slick-active::before {
    opacity: 1;
    transform: scale(1);
}

.banner .slick-dots li.slick-active::after {
    opacity: 0;
}

.banner .slick-dots li.slick-active {
    width: .28rem;
}

.banner .slick-dots li.slick-active button {
    opacity: 0;
}

.b-zj1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 11;
    pointer-events: none;
    transition: opacity .5s;
}

.b-zj1.hide {
    opacity: 0;
}

.b-zj2.hide {
    opacity: 0;
}

.b-zj1 img {
    display: block;
    width: 3.19rem;
    margin: 0 auto;
}

.b-zj2 {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.4rem);
    z-index: 10;
    pointer-events: none;
    transition: opacity .5s;
}

.b-zj2 img {
    display: block;
    width: 5rem;
    margin: 0 auto;
}

/* index */
.index {
    position: relative;
    z-index: 99;
    /* padding-top: .5rem; */
    font-size: 0;
    /* position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0; */
    z-index: 99;
    overflow: hidden;
    background: linear-gradient(#f2f2f9, #ffffff, #f2f2f9);

}


.tit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tit-name {
    display: flex;
    align-items: center;
}

.tit-name>i {
    display: none;
}

.tit-name>i img {
    display: block;
    width: 0.86rem;
    margin-right: .2rem;
}

.tit-name>div {
    cursor: pointer;
    transition: all .5s;
    position: relative;
}

.tit-name>div::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0.06rem;

    background-position: center center;
    background-size: 100% 100%;
    width: 0.74rem;
    height: 0.16rem;
    display: none;
}

.tit-name>div+div {
    margin-left: .45rem;
}

.tit-name>div h2 {
    cursor: auto;
    display: flex;
    align-items: flex-end;
    font-size: .4rem;
    font-weight: 500;
    line-height: .74rem;
    letter-spacing: normal;
    color: #111111;
    /* font-family: "sys-b"; */
}

.tit-name>div h2 b {
    font-size: 0.9rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1rem;
    letter-spacing: -0.11rem;
    color: #1c4ca0;
    margin-right: .1rem;
    font-family: "ZhiMangXing-Regular";
}


.tit-name>div p {
    display: flex;
    align-items: center;
}



.tit-name>div p span {
    display: block;
    font-family: Arial;
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.12rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #1f54aa;
    opacity: 0.53;
    /* font-family: "sys-r"; */
    letter-spacing: 0.07rem;
}


.tit-more {
    /* position: absolute; */
    /* right: 0; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    z-index: 9;
    height: .54rem;
    display: flex;
    align-items: center;
    margin-left: .26rem;
}

.tit-more a {
    position: relative;
    z-index: 9;
    opacity: 1;
    display: flex;
    align-items: center;
    font-size: 0.15rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #111111;
    transition: all .5s;
    border-radius: 0.25rem;
}

.tit-more a::before {
    content: "";
    display: block;
    width: 0.25rem;
    height: 0.29rem;
    border-radius: 50%;
    background: url(../images/tit-morebg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-right: 0.05rem;
}

.tit.w {}

.tit.w .tit-name>div h2 b {
    color: #fff;
}

.tit.w .tit-name>div p span {
    color: #fff;
}

.tit.w .tit-name>div p {
    border-color: #fff;
}

.tit.w .tit-name>div p b {
    color: #fff;
}

.tit.w .tit-more a {
    color: #fff;
}

.tit.w .tit-more a::after {
    background: url(../images/tit-morebg-w.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}


.tab-bd {
    position: relative;
    /* overflow: hidden; */
}

.tab-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: translateY(1.5rem);
}

.tab-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
}


.s1 {
    padding: .9rem 0 1.25rem 0;
    position: relative;
    z-index: 1;
    background: url(../images/s1-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.s1-c {
    display: flex;
    align-items: flex-start;
}

.s1-l {
    flex: 1;
    min-width: 0;
}

.s1-lc {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: .55rem;
}

.s1-ll {
    width: 65%;
    margin: 0;
    /* transition: all .5s; */
}

.s1-l ul li a {
    display: block;
    background: #fff;
    transition: all .5s;
}

.s1-l ul li a .date {
    display: flex;
    align-items: center;
    height: 0.65rem;
    padding: 0 .3rem;
}

.s1-l ul li a .date b {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #2d5bac;
    margin-right: 0.07rem;
}

.s1-l ul li a .date span {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #818181;
}

.s1-l ul li a .pic {
    padding-top: 67%;
}

.s1-l ul li a .info {
    padding: .25rem .3rem .43rem .3rem;
}

.s1-l ul li a .info h3 {
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #111111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .64rem;
}

.s1-l ul li a .info p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #111111;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.9rem;
    margin-top: .15rem;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.s1-lr {
    width: 32%;
}

.s1-lr ul li+li {
    margin-top: .26rem;
}

.s1-lr ul li a {
    background-color: #f8f9fc;
}

.s1-lr ul li a .date {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, #f2f3f9 100%);
}

.s1-lr ul li a .date b {
    color: #2f5597;
}

.s1-lr ul li a .pic {
    padding-top: 66%;
}

.s1-lr ul li a .info {
    padding: .2rem .3rem .38rem .3rem;
}

.s1-lr ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    height: .6rem;
}

.s1-lr ul li a .info p {}

.s1-r {
    width: 4.67rem;
    margin-left: .53rem;
}

.s1-r ul {
    border: solid 1px #e8eaf4;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, #f2f3f9 100%);
    margin-top: .55rem;
    transition: all .5s;
}

.s1-r ul li {
    position: relative;
}

.s1-r ul li::before {
    content: "";
    position: absolute;
    left: -.5rem;
    top: 0;
    right: -.5rem;
    bottom: 0;
    height: 1px;
    background-image: linear-gradient(90deg, transparent 0%, rgba(168, 177, 192, .9) 62%, transparent 100%);
    opacity: 0.35;
    transition: all .5s;
}

.s1-r ul li a {
    display: block;
    transition: all .5s;
    padding: .3rem .2rem .25rem .2rem;
}

.s1-r ul li a .date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s1-r ul li a .date::after {
    content: "";
    display: block;
    background: url(../images/icon-down.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.12rem;
    height: 0.08rem;
}

.s1-r ul li a .date span {
    display: block;
    padding: 0 .1rem;
    position: relative;
    z-index: 1;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.s1-r ul li a .date span::before {
    content: "";
    position: absolute;
    left: 0;
    top: .04rem;
    right: 0;
    bottom: 0.04rem;
    background: #255ab6;
    z-index: -1;
}

.s1-r ul li a .date span::after {
    content: "";
    position: absolute;
    left: .04rem;
    top: 0;
    right: .04rem;
    bottom: 0;
    background: #255ab6;
    z-index: -1;
}

.s1-r ul li a .box {
    display: flex;
    align-items: flex-start;
    margin-top: .2rem;
}

.s1-r ul li a .box p {
    display: block;
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #1c4ca0;
    margin-right: .15rem;
    text-align: center;
}

.s1-r ul li a .box p span {
    display: block;
    font-family: ArialMT;
    font-size: 0.13rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #333333;
    opacity: 0.6;
}

.s1-r ul li a h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #111111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    flex: 1;
    min-width: 0;
}

.s1-r ul li a .info {
    display: none;
}

.s1-r ul li a .info .info-box {
    display: flex;
    transition: all .5s;
    padding-top: .15rem;
}

.s1-r ul li a .info p {
    font-family: "HarmonyOS_Sans_SC_Light";
    flex: 1;
    min-width: 0;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #111111;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .84rem;
}

.s1-r ul li a .info .pics {
    width: 1.2rem;
    margin-left: .25rem;
}

.s1-r ul li a .info .pics .pic {
    padding-top: 70%;
}


.s2 {
    position: relative;
    z-index: 1;
}

.s2 .tit {
    position: absolute;
    left: 0;
    right: 0;
    top: 0.9rem;
    z-index: 9;
    justify-content: center;
}

.s2 .tit .tit-name>div h2 {
    color: #ffffff;
}

.s2 .tit .tit-name>div h2 b {
    color: #fff;
}

.s2 .tit .tit-name>div p span {
    color: #ffffff;
}

.s2 .tit .tit-name>div p {
    justify-self: center;
}

.s2 .slick li a {
    display: block;
}

.s2 .slick li a .pic {
    padding-top: 100vh;
}

.s2 .slick li a .pic::before {
    content: none;
}

.s2 .slick li a:hover .pic div {
    width: 100%;
    height: 100%;
}

.s2-prev {
    position: absolute;
    left: .36rem;
    bottom: 50%;
    background: url(../images/s2-prev.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    width: 0.42rem;
    height: 0.42rem;
    z-index: 9;
    opacity: .7;
    transition: all .5s;
    cursor: pointer;
}

.s2-next {
    position: absolute;
    right: .36rem;
    bottom: 50%;
    background: url(../images/s2-next.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    width: 0.42rem;
    height: 0.42rem;
    z-index: 9;
    opacity: .7;
    transition: all .5s;
    cursor: pointer;
}

.s2-c {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.27rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 14.2rem;
    margin: 0 auto;
}

.s2-btn {
    position: relative;
    z-index: 1;
}

.s2-btn::before {
    content: "";
    position: absolute;
    left: -.24rem;
    top: -.2rem;
    width: 100%;
    height: 100%;
    background: url(../images/s2-circle1.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -2;
    animation: breathe 20s ease-in infinite;
    filter: blur(1px);
    mix-blend-mode: screen;
    /* 这个可以让光晕效果更自然 */
    transform-origin: 85% 85%;
    animation: _circlescale infinite 10s -5s linear;
    transform-origin: 45% 60%;
}

.s2-btn::after {
    content: "";
    position: absolute;
    left: .3rem;
    top: .23rem;
    width: 100%;
    height: 100%;
    background: url(../images/s2-circle1.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -2;
    animation: breathe2 10s ease-in infinite;
    transform-origin: 45% center;
    filter: blur(1px);
    mix-blend-mode: screen;
    /* 这个可以让光晕效果更自然 */
    animation: _circlescale infinite 10s linear;
    transform-origin: 40% 45%;
}


@keyframes _circlescale {
    0% {
        transform: rotateZ(0) scale(1);
        opacity: 0;
    }

    50% {
        opacity: 1;
        transform: rotateZ(180deg) scale(1.2);
    }

    100% {
        transform: rotateZ(360deg) scale(1);
        opacity: 0;
    }
}


.s2-btn a {
    display: block;
    width: 1.79rem;
    height: 1.79rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.s2-btn a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s2-circle2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -1;
}

.s2-btn a::before {
    content: "";
    position: absolute;
    left: 0.04rem;
    top: 0.04rem;
    right: 0.04rem;
    bottom: 0.04rem;
    border-radius: 50%;
    border: 1px solid #cdb284;
    z-index: 0;
}


.s2-btn a .icons img {
    height: 0.56rem;
}

.s2-btn a p {
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.25rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-top: .15rem;
}

.s2-list {
    width: 8rem;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}

.s2-list::before {
    content: "";
    position: absolute;
    top: .25rem;
    right: 100%;
    bottom: .25rem;
    width: 0.25rem;
    background: rgba(255, 255, 255, 0.9);
}

.s2-list::after {
    content: "";
    position: absolute;
    top: .25rem;
    left: 100%;
    bottom: .25rem;
    width: 0.25rem;
    background: rgba(255, 255, 255, 0.9);
}

.s2-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: .3rem;
}

.s2-list ul li {
    width: 25%;
    position: relative;
    margin-top: .35rem;
}

.s2-list ul li:nth-child(1) {
    margin-left: 12.5%
}

.s2-list ul li:nth-child(3) {
    margin-right: 12.5%
}

.s2-list ul li:nth-child(4)::before {
    opacity: 0;
}

.s2-list ul li+li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    top: 0;
    bottom: 0;
    background: #cdb284;
}

.s2-list ul li a {
    /* height: 1rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.s2-list ul li a div {
    display: flex;
    align-items: flex-end;
    font-family: "baskoldface";
    position: relative;
}

.s2-list ul li a div strong {
    font-size: 0.4rem;
    line-height: .4rem;
    color: #222222;
    font-weight: normal;
    opacity: 0;
}

.s2-list ul li a div strong.cnum {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}

.s2-list ul li a div span {
    font-size: 0.26rem;
    line-height: .4rem;
    color: #222222;
    font-weight: lighter;
}

.s2-list ul li a p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    color: #222222;
    margin-top: .1rem;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.s3 {
    position: relative;
    z-index: 2;
    margin-top: -1.66rem;
}

.s3-c {
    position: relative;
    z-index: 1;
    padding: 0 .4rem;
    padding-top: .65rem;
}

.s3-c::before {
    content: "";
    position: absolute;
    left: -.95rem;
    top: 0;
    right: -.95rem;
    height: 5.38rem;
    background: url(../images/s3-cbg.png) no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}

.s3-vr {
    background: url(../images/s3-vrbg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 2.2rem;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    padding: 0 .5rem;
}

.s3-vr h3 {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: .32rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .32rem;
    letter-spacing: 0px;
    color: #5372a9;
    text-shadow: 0rem -0.05rem 0.1rem rgba(50, 66, 108, 0.1);
}

.s3-vr a {
    display: flex;
    align-items: center;
    width: 1.25rem;
    justify-content: center;
    background: url(../images/s3-icon-vrbg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    filter: drop-shadow(0 0 .06rem #fff);
    margin-top: .29rem;
}

.s3-vr a img {
    height: .19rem;
    / margin-right: .08rem;/ margin-right: .08rem;/ margin-right: .08re;/ margin-right: .08r;/ margin-right: .08;/ margin-right: .0;/ margin-right: .;
    margin-right: .08rem;
}

.s3-vr a span {
    line-height: .4rem;
    font-family: HarmonyOS_Sans_SC;
    font-size: .18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .4rem;
    letter-spacing: 0px;
    color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(50, 66, 108, 0.1);
}

.s3-t {
    margin-top: .55rem;
    display: none;
}

.s3-search {
    border-bottom: 1px solid #cdb284;
    display: flex;
    align-items: center;
}

.s3-search .ipt {
    flex: 1;
    min-width: 0;
    padding-left: .5rem;
    background: url(../images/s3-icon-search.png) no-repeat;
    background-position: left center;
    background-size: .3rem auto;
}

.s3-search .ipt input {
    width: 100%;
    display: block;
    height: .65rem;
    line-height: .65rem;
    font-size: 0.3rem;
    font-weight: normal;
    color: #222222;
    background: none;
}

.s3-search .btn {
    position: relative;
}

.s3-search .btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.31rem;
    background: linear-gradient(0deg, #cdb284 0%, #d7be97 25%, #e1c9a9 100%);
}

.s3-search .btn input {
    display: block;
    width: 1.8rem;
    background: none;
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.65rem;
    color: #222222;
    cursor: pointer;
}

.s3-rc {
    display: flex;
    margin-top: .1rem;
}

.s3-rc span {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #3a3b3d;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.s3-rc div {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
}

.s3-rc div a {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #909090;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.s3-b {
    margin-top: .84rem;
    display: none;
}

.s3-b ul {
    display: flex;
}

.s3-b ul li {
    width: 33.33%;
}

.s3-b ul li a {
    display: block;
    position: relative;
}

.s3-b ul li a .icons {
    position: absolute;
    left: .4rem;
    top: 0.24rem;
    z-index: 9;
}

.s3-b ul li a .icons::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: .7rem;
    height: .7rem;
    background: #222;
    border-radius: 50%;
    filter: blur(0.05rem);
    z-index: -1;
    opacity: .2;
}

.s3-b ul li a .icons img {
    max-height: .7rem;
}

.s3-b ul li a .pic {
    padding-top: 110%;
}

.s3-b ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.22rem;
    max-height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
}

.s3-b ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 .4rem .35rem .4rem;
}

.s3-b ul li a .info h3 {
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    color: #ffffff;
    padding-right: .2rem;
    background: url(../images/icon-right-w.png) no-repeat;
    background-position: right center;
    background-size: .12rem auto;
}

.s3-b ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.23rem;
    letter-spacing: 0rem;
    color: #ffffff;
    opacity: 0.9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .46rem;
    margin-top: .12rem;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.s4 {
    padding-top: .5rem;
    position: relative;
    z-index: 2;
}

.s4::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 4.64rem;
    background: url(../images/s4-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 9.14rem;

}

.s4 .tit {
    align-items: center;
    padding-bottom: .3rem;
    border-bottom: 1px solid #cdb284;
    margin-bottom: .47rem;
}

.s4-tits {}

.s4-tits ul {
    display: flex;
    align-items: center;
}

.s4-tits ul li {
    margin-left: .2rem;
}

.s4-tits ul li a {
    display: block;
    text-align: center;
    padding: 0 .1rem;
    background: url(../images/s4-tit-bg1.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    min-width: 1.14rem;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.51rem;
    color: #3e4045;
    transition: all .5s;
}

.s4-tits ul li.on a {
    background: url(../images/s4-tit-bg2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s4-c {
    display: flex;
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: .25rem;
}

.s4-l {
    width: 7.6rem;
    margin-right: .2rem;
}

.s4-l ul li a {
    display: block;
}

.s4-l ul li a .pic {
    padding-top: 57.89%;
}

.s4-l ul li a .info {
    padding: .3rem .3rem 0 .3rem;
}

.s4-l ul li a .info h3 {
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0rem;
    color: #111111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-l ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #111111;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
    margin-top: .2rem;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.s4-r {
    flex: 1;
    min-width: 0;
    padding-left: .22rem;
    border-left: 1px solid rgba(205, 178, 132, .5);
}

.s4-r ul li a {
    display: flex;
    align-items: center;

}

.s4-r ul li+li a {
    padding-top: .23rem;
    margin-top: .23rem;
    border-top: 1px solid rgba(205, 178, 132, .5);
}

.s4-r ul li a .pics {
    width: 2.42rem;
    margin-right: .24rem;
}

.s4-r ul li a .pics .pic {
    padding-top: 67%;
}

.s4-r ul li a .info {
    flex: 1;
    min-width: 0;
}

.s4-r ul li a .info h3 {
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #111111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .6rem;
}

.s4-r ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #111111;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: .1rem;
    max-height: .9rem;
    font-family: "HarmonyOS_Sans_SC_Light";
}


.s5 {
    position: relative;
    z-index: 3;
    padding-top: 2.85rem;
}

.s5 .tit {
    align-items: center;
    z-index: 9;
}

.s5-jz {
    position: absolute;
    right: 0;
    top: -0.6rem;
    pointer-events: none;
}

.s5-jz img {
    display: block;
    width: 13.01rem;
    pointer-events: none;
}

.s5-jz div {
    position: absolute;
    left: .03rem;
    top: .49rem;
    background: url(../images/s5-jz-line.png) no-repeat;
    background-position: left top;
    background-size: 12.24rem auto;
    width: 12.24rem;
    height: 5.32rem;
}

.s5-c {
    display: flex;
    margin-top: .8rem;
    display: none;
}

.s5-l {
    width: 7.6rem;
}

.s5-l a {
    display: block;
    position: relative;
}

.s5-l a .pic {
    padding-top: 63%;
}

.s5-l a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.02rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.s5-l a .icons {
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    background-color: #e7f0d7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    top: 0.18rem;
    left: .2rem;
}

.s5-l a .icons img {
    max-width: 60%;
    max-height: 60%;
}

.s5-l a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .2rem .2rem .3rem .2rem;
}

.s5-l a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0rem;
    color: #f1f3f9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s5-r {
    flex: 1;
    min-width: 0;
}

.s5-r ul {
    display: flex;
}

.s5-r ul li {
    width: calc(50% - .2rem);
    margin-left: .2rem;
}

.s5-r ul li a {
    display: block;
    position: relative;
    background-color: #fafbfc;
    transition: all .5s;
}

.s5-r ul li a .pic {
    padding-top: 75%;
}

.s5-r ul li a .icons {
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    background-color: rgba(249, 251, 246, .9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    top: 0.18rem;
    left: .2rem;
}

.s5-r ul li a .icons img {
    max-width: 60%;
    max-height: 60%;
}

.s5-r ul li a .info {
    padding: .25rem .2rem .25rem .2rem;
    position: relative;
    z-index: 1;
}

.s5-r ul li a .info::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s5-ritembg.jpg) no-repeat;
    background-position: right bottom;
    background-size: cover;
    transition: all .5s;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.s5-r ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #111111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
}

.s5-r ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #111111;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.84rem;
    margin-top: .15rem;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.s6 {
    padding-top: 1.85rem;
    position: relative;
    padding-bottom: 1.3rem;
}

.s6>.bg {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 1.55rem;
    background: url(../images/s6-bg.png) no-repeat;
    background-position: center top;
    background-size: auto 100%;
    height: 5.65rem;
    pointer-events: none;
}

.s6 .tit {
    align-items: center;
}

.s6 .s6-arrs {
    display: flex;
}

.s6 .s6-arrs div {
    width: 0.71rem;
    height: 0.71rem;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    margin-left: .13rem;
    cursor: pointer;
    transition: all .5s;
}

.s6 .s6-arrs div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    transition: all .5s;
}

.s6 .s6-arrs div.s6-prev::before {
    background: url(../images/s6-prev.png) no-repeat;
    background-position: center center;
    background-size: .16rem auto;
}

.s6 .s6-arrs div.s6-next::before {
    background: url(../images/s6-next.png) no-repeat;
    background-position: center center;
    background-size: .16rem auto;
}

.s6-c {
    margin: 0 .28rem;
    margin-top: .88rem;
}

.s6-c li a {
    display: block;
}

.s6-c li a .pic {
    padding-top: 39.6%;
}

.s6-c li a .info {
    padding: .2rem;
}

.s6-c li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #222222;
    position: relative;
    padding-left: .13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s6-c li a .info h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.02rem;
    height: 0.22rem;
    background: #c11623;
}


.s7 {
    background: url(../images/s7-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 3.5rem;
    padding: .73rem 0;
    display: none;
}

.s7>div {
    height: 100%;
}

.s7-c {
    height: 100%;
    display: flex;
}

.s7-l {
    margin-right: 2rem;
}

.s7-l .tit {
    display: block;
}

.s7-more {
    margin-top: 1.3rem;
}

.s7-more a {
    display: block;
}

.s7-more a img {
    display: block;
    width: 0.65rem;
}

.s7-l .tit .tit-name>div h2 {
    color: #ffffff;
}

.s7-l .tit .tit-name>div p span {
    color: #ffffff;
}

.s7-r {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
}

.s7-r ul {
    width: 100%;
    max-width: 8.4rem;
    display: flex;
    flex-wrap: wrap;
}

.s7-r ul li {
    width: 33.33%;
}

.s7-r ul li:nth-child(3)~li {
    margin-top: .45rem;
}

.s7-r ul li a {
    display: block;
}

.s7-r ul li a .pics {
    display: block;
}

.s7-r ul li a .pics img {
    max-width: 90%;
}



@media screen and(-ms-high-contrast:active), (-ms-high-contrast:none) {}


@media screen and (min-width: 1025px) {
    .s6 .s6-arrs div:hover::before {
        opacity: 1;
    }

    .s2-next:hover, .s2-prev:hover {
        opacity: 1;
    }

    .s1-l ul li a:hover .info h3, .s1-r ul li a:hover h3, .s4-r ul li a:hover .info h3, .s4-l ul li a:hover .info h3, .s5-r ul li a:hover .info h3, .s6-c li a:hover .info h3 {
        color: #255ab6;
    }

    .s5-r ul li a:hover .info::after {
        opacity: 1;
    }

    .s1-r ul li:hover::before {}

    .s1-ll:hover, .s1-l ul li a:hover, .s1-r ul:hover, .s6 .s6-arrs div:hover {
        box-shadow: 0 .05rem .1rem rgba(37, 90, 182, .3);
    }

    .s1-r ul li.on a {
        padding-bottom: .45rem;
    }

    .s1-r ul li:nth-child(1) a .info {
        display: block;
    }

    .s1-r ul li.on a .date span {
        color: #000000;
    }

    .s1-r ul li.on a .date span::before {
        background: #e6c14a;
    }

    .s1-r ul li.on a .date span::after {
        background: #e6c14a;
    }

    .s1-r ul li.on a .date::after {
        opacity: 0;
    }



    .tit-more a:hover {
        background-color: #3862C0;
        box-shadow: 0px 0px 30px 0px rgba(12, 99, 171, 0.3);
        color: #ffffff;
        padding: 0 .25rem;
    }

    .tit-more a:hover::after {

        background-position: center center;
        background-size: 100% 100%;
    }

}

@media screen and (max-width: 1024px) {
    .banner .slick-dots {
        bottom: .1rem;
        left: 0;
        width: auto;
        max-width: none;
        justify-content: center;
        width: 100%;
    }

    .banner .slick-slide a img {
        height: auto !important;
    }

    .banner .slick-dots li:before {
        margin: 0 .05rem;
    }

    .banner .slick-dots li::after {
        margin: 0 .05rem;
    }

    .banner .slick-dots li span {
        margin: 0 .05rem;
    }

    .banner .banner-prev, .banner .banner-next {
        bottom: 50%;
        transform: translateY(50%);
        right: 0.1rem;
        width: 0.45rem;
        height: 0.45rem;
    }

    .banner .banner-prev {
        right: auto;
        left: 0.1rem;
    }

    .banner .banner-prev span, .banner .banner-next span {}



    .index {
        position: static;
        padding-top: 0;
        overflow: hidden;
    }

    .tit {
        flex-wrap: wrap;
    }

    .tit-name>div p span {
        letter-spacing: 0.04rem;
    }

    .tit-name>div h2 {
        font-size: .24rem;
        line-height: .3rem;
    }


    .tit-name>div h2 b {
        font-size: .5rem;
        line-height: .5rem;
    }

    .s1 {
        background: none;
    }

    .s1-c {
        display: block;
    }

    .s1-r {
        width: auto;
        margin-left: 0;
        margin-top: .35rem;
    }

    .s2 .tit {
        top: .35rem;
    }

    .s2-c {
        width: 100%;
        flex-direction: column;
        bottom: 0;
        top: 0;
        justify-content: flex-end;
        position: static;
    }

    .s2-list {
        width: 100%;
        margin-top: 0;
    }

    .s2-list ul li {
        margin-top: .2rem;
        width: 33.33%;
    }

    .s2-list ul li:nth-child(-n+4) {
        width: 50%;
    }

    .s2-list ul li:nth-child(1) {
        margin-left: 0
    }

    .s2-list ul li:nth-child(3) {
        margin-right: 0;
    }

    .s2-list ul li:nth-child(3)::before, .s2-list ul li:nth-child(5)::before {
        left: auto;
        right: 0;
    }

    .s2-list ul li a {
        justify-content: flex-start;
        padding: .1rem;
        height: auto;
    }

    .s2-list ul li a div strong {
        font-size: .4rem;
        line-height: .4rem;
    }

    .s2-list ul li a div span {
        font-size: .2rem;
        line-height: .3rem;
    }

    .s2-list ul li a p {
        text-align: center;
        margin-top: .1rem;
    }

    .s2 .slick li a .pic {
        padding-top: 4rem;
    }

    .s2-btn {
        position: absolute;
        left: 50%;
        top: 1.8rem;
        transform: translateX(-50%);
    }

    .s2-prev {
        left: .1rem;
        background-size: auto .3rem;
        bottom: auto;
        top: 2.2rem;
    }

    .s2-next {
        right: 0.1rem;
        background-size: auto .3rem;
        bottom: auto;
        top: 2.2rem;
    }

    .s2-btn a {
        width: 1.2rem;
        height: 1.2rem;
    }

    .s2-btn a .icons img {
        height: .3rem;
    }

    .s2-btn a p {
        font-size: .18rem;
        line-height: .2rem;
    }

    .s3 {
        margin-top: 0;
    }

    .s3-c {
        padding: 0;
    }

    .s3-c::before {
        display: none;
    }

    .s3-vr {
        align-items: center;
    }

    .s3-vr h3 {
        font-size: .28rem
    }

    .s3-t {
        margin-top: 0
    }

    .s3-b ul li a .icons {
        left: .15rem;
        top: 0.15rem;
    }

    .s3-b ul li a .icons img {
        max-height: .5rem;
    }

    .s4-c {
        display: block;
    }

    .s4-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .35rem;
    }

    .s4-r {
        padding: 0 .1rem;
        border: none;
    }

    .s4 .tit, .s5 .tit {
        flex-direction: column;
        align-items: center;
    }

    .s4-tits {
        margin-top: .3rem;
    }

    .s5-jz {
        display: none;
    }

    .s4-media {
        margin-top: .3rem;
    }

    .s4 .tit .tit-name>div h2, .s5 .tit .tit-name>div h2 {
        justify-content: center;
    }

    .s5-c {
        display: block;
    }

    .s5-l {
        width: auto;
    }

    .s5-r ul {
        justify-content: space-between;
        margin-top: .3rem;
    }

    .s5-r ul li {
        margin-left: 0;
        width: 49%;
    }

    .s6>.bg {
        width: 100%;
        background-size: 100% auto;
        background-position: center top;
    }

    .s6-c {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .s7-c {
        display: block;
    }

    .s7-l {
        margin-right: 0;
    }

    .s7-l .tit {
        display: flex;
        align-items: center;
    }

    .s7-more {
        margin-top: 0;
    }

    .s7-r ul {
        margin-top: .5rem;
        max-width: none;
    }

    .s7-r ul li:nth-child(3)~li {
        margin-top: .3rem;
    }

    .s7-r ul li a .pics img {
        max-width: 80%;
    }


    .s1, .s4, .s5, .s6, .s7 {
        padding-top: .5rem;
    }

    .s1, .s6, .s7 {
        padding-bottom: .5rem;
    }

    .s1-lc, .s1-r ul, .s3-b, .s5-c {
        margin-top: .3rem;
    }

    .s4 .tit {
        margin-bottom: .3rem;
    }

    .s1-l ul li a .info {
        padding: .2rem .15rem;
    }

    .s1-l ul li a .date {
        padding: 0 .15rem;
    }

    .s3-search .btn input {
        width: .9rem;
        font-size: .18rem;
    }

    .s3-search .ipt {
        padding-left: .35rem;
        background-size: .2rem auto;
    }

    .s3-b ul li a .info {
        padding: 0 .2rem .2rem .2rem;
    }

    .s4-tits ul li {
        margin-left: 0;
    }

    .s4-tits ul li+li {
        margin-left: .1rem;
    }

    .s4-tits ul li a {
        min-width: 1.1rem;
        line-height: .4rem;
    }

    .s4-l ul li a .info {
        padding: .15rem .15rem 0 .15rem;
    }

    .s4-l ul li a .info p {
        margin-top: .1rem;
    }

    .s4-r ul li a .pics {
        width: 1.8rem;
        margin-right: .1rem;
    }

    .s4-r ul li a .info p {
        max-height: .6rem;
        margin-top: 0.05rem;
    }

    .s5-l a .info {
        padding: 0 .15rem .15rem .15rem;
    }

    .s5-l a .info h3 {
        line-height: .3rem;
    }

    .s5-r ul li a .info {
        padding: .15rem 0;
    }

    .s6 .s6-arrs div {
        width: .5rem;
        height: 0.5rem;
    }

    .s6-c li a .info {
        padding: .1rem 0;
    }

    .s1-l ul li a .info h3, .s1-r ul li a h3, .s3-b ul li a .info h3, .s4-tits ul li a, .s4-l ul li a .info h3, .s4-r ul li a .info h3, .s5-r ul li a .info h3 {
        font-size: .18rem;
    }

    .s3-search .ipt input, .s3-rc span, .s3-rc div a {
        font-size: .16rem;
    }







}

@media screen and (max-width: 768px) {
    .s1-lc {
        display: block;
    }

    .s1-ll {
        width: auto;
    }

    .s1-lr {
        width: auto;
        margin-top: .35rem;
    }

    .s3-b ul {
        display: block;
    }

    .s3-b ul li {
        width: auto;
    }
}



.zyxw111 {
    justify-content: flex-start;
}

.zyxw111 .tit-more {
    margin-left: 1.3rem;
}

@media screen and (max-width: 750px) {
    .zyxw111 {
        justify-content: space-between;
    }
}



/* 2026年4月7日09:39:22 */
.s3-ts {
    position: relative;
}

.s3-ts>img {
    display: block;
    width: 100%;
    min-height: 1.63rem;
    object-fit: cover;
}

.s3-ts div {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    padding: 0 .5rem;
}

.s3-ts div h3 {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.74rem;
    letter-spacing: 0rem;
    color: #5372a9;
    text-shadow: 0rem -0.05rem 0.1rem rgba(50, 66, 108, 0.1);
}

.s3-ts div a {
    background: url(../images/s3-vrxybg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 1.24rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .1rem;
}

.s3-ts div a img {
    height: 0.19rem;
}

.s3-ts div a span {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.74rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-left: 0.08rem;
}

.s4-media {
    display: none;
}

.s5-list {
    position: relative;
    z-index: 9;
    margin-top: .88rem;
}

.s5-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.25rem;
}

.s5-list ul li {
    width: 33.33%;
}

.s5-list ul li a {
    margin: 0 .25rem;
    display: flex;
    align-items: center;
}

.s5-list ul li:nth-child(3)~li a {
    padding-top: .4rem;
    margin-top: .4rem;
    border-top: 1px solid rgba(205, 178, 132, .5);
}

.s5-list ul li a .pics {
    position: relative;
    width: 1.25rem;
    height: 0.65rem;
    background-color: #f8f8f7;
    border: solid 1px #d9e1ec;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .12rem;
}

.s5-list ul li a .pics img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 90%;
    max-height: 90%;
}

.s5-list ul li a .info {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s5-list ul li a .info h3 {
    width: 100%;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #111111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
}

.adbck2 {
    margin-top: .74rem;
}

.adbck2 .tit {
    justify-content: center;
}

.adbck2-c {
    display: flex;
    flex-wrap: wrap;
    margin-top: .4rem;
}

.adbck2-pic1 {
    width: 9.84rem;
}

.adbck2-pic1 .pic {
    padding-top: 5.36rem;
}

.adbck2-pic2 {
    width: 7.16rem;
}

.adbck2-pic2 .pic {
    padding-top: 5.36rem;
}

.adbck2list {
    display: flex;
    flex-wrap: wrap;
}

.adbck2list1 {
    width: calc(100% - 9.84rem);
}

.adbck2list2 {
    width: calc(100% - 7.16rem);
}

.adbck2list1 li {
    width: 50%;
}

.adbck2list2 li {
    width: 33.33%;
}

.adbck2list li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 2.68rem;
    position: relative;
    z-index: 1;
}

.adbck2list li a .pic {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding-top: 2.68rem;
    z-index: -1;
}

.adbck2list li a .icons {
    height: 0.41rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.adbck2list li a .icons img {
    max-height: 100%;
}

.adbck2list li a p {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.22rem;
    color: #ffffff;
    margin-top: .15rem;
    text-align: center;
}

.adbck2list li a .text-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.adbck2list li a .text-icon img {
    max-width: 90%;
}


.rr {
    position: fixed;
    top: 50%;
    margin-top: -85px;
    right: 0;
    color: #fff;
    cursor: pointer;
    width: 1.07rem;
    height: 1.82rem;
    transform: scale(0);
    background: url(../images/png27.png) center center no-repeat;
    transform-origin: right center;
    background-size: 100%;
    z-index: 99999;
}

.rr.hide {
    opacity: 0 !important;
    pointer-events: none;
}

.rr a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}



.rr i {
    background: url(../images/png23.png) center center no-repeat;
    width: .46rem;
    background-size: 100% auto;
    height: 100%;
    display: block;
    margin-right: 0;
    position: relative;
    z-index: 1;
    /* transition: background 0s !important; */
}

.rr.on i {
    background: url(../images/png24.png) center center no-repeat;
    background-size: 100% auto;
}


/* index 探索西大 start */

.body_r {
    position: fixed;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100vw;
    transition: left 1.3s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    display: flex;
}

.body-rnav {
    width: 1.36rem;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: url(../images/body-rnavbg1.png) no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .5s;
}

.body-rnav.w {
    background: url(../images/body-rnavbg2.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.body-rnav[data-bg="0"] {
    background: url(../images/body-rnavbg1.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.body-rnav[data-bg="1"] {
    background: url(../images/body-rnavbg3-2.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.body-rnav[data-bg="2"] {
    background: url(../images/body-rnavbg2.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.body-rnav ul {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.body-rnav ul li {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.body-rnav ul li+li {
    margin-top: .39rem;
}

.body-rnav ul li::before {
    content: "";
    flex: 1;
    min-width: 0;
    width: 1px;
    background: rgba(205, 178, 132, .4);
}

.body-rnav ul li .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .2rem;
}

.body-rnav ul li .icons img {
    display: block;
    margin: 0 auto;
    max-width: .72rem;
}

.body-rnav ul li p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 112.33%;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-top: .1rem;
}

.body-rnav .body-rts {
    opacity: 0;
    padding: .47rem 0 .36rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: .1rem;
}

.body-rnav .body-rts::before {
    content: "";
    display: block;
    height: 0.58rem;
    border-left: 1px solid rgba(205, 178, 132, .4);
}

.body-rnav .body-rts p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 119.25%;
    letter-spacing: normal;
    color: #FFFFFF;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    margin-top: .25rem;
}

.body-rnav .body-rts img {
    display: block;
    height: 0.3rem;
    margin-top: .06rem;
}

.home-tit {}

.home-tit h2 {
    font-size: 0.48rem;
    font-weight: normal;
    line-height: 112.33%;
    letter-spacing: normal;
    color: #264888;
}

.home-tit p {
    font-size: 0.1rem;
    font-weight: normal;
    line-height: 112.33%;
    text-transform: uppercase;
    letter-spacing: 0.004em;
    color: #264888;
    margin-top: .14rem;
}

.body_rswiper {
    flex: 1;
    min-width: 0;
}

.body_r.showdiv {
    left: 0;
}

.body_r .screen {
    height: 100vh;
}

.body_r .screen .w16 {
    position: relative;
}

.body_r .screen .tit {
    position: absolute;
    left: 0;
    right: 0;
    top: 7vh;
}

html.overhide {
    height: 100vh;
    overflow: hidden;
}

.home1 {
    background: url(../images/home1-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.home1 .w1450 {
    padding-right: 1.35rem;
}

.home1-c {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100vh;
}

.home1-box {
    position: relative;
  /*  max-width: 8.93rem;*/
width: 100%;
}

.home1-box::before {
    content: "";
    position: absolute;
    right: 100%;
    margin-right: .5rem;
    top: -0rem;
    background: url(../images/douhaol.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.96rem;
    height: 0.8rem;
}

.home1-box::after {
    content: "";
    position: absolute;
    right: -.58rem;
    bottom: 0;
    background: url(../images/douhaor.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.96rem;
    height: 0.8rem;
}

.home1-text {
    margin-top: .45rem;
}
.home1-text iframe{height:85vh;width: 100%;
    display: block;}
.home1-text p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    letter-spacing: normal;
    color: #4D4D4D;
    text-indent: 2em;
}

.home1-text a {
    display: flex;
    align-items: center;
    font-size: 0.15rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #000000;
    transition: all .5s;
    border-radius: 0.25rem;
    margin-top: .6rem;
}

.home1-text a::before {
    content: "";
    display: block;
    width: 0.25rem;
    height: 0.29rem;
    border-radius: 50%;
    background: url(../images/tit-morebg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-right: 0.05rem;
}


.home2 {
    background: rgba(255, 253, 250, 0.82);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home2 .home-tit h2 {
    text-align: center;
    color: #C2946B;
}

.home2 .home-tit p {
    text-align: center;
    color: #C2946B;
    margin-top: .04rem;
    letter-spacing: 0.04rem;
}

.home2-c {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home2-c {
    margin-top: .5rem;
    height: 5.89rem;
    width: 100%;
}

.home2-c::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/home2-lcbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 15.64rem;
    height: 2.69rem;
}

.home2-c .slick {
    width: 100%;
}

.home2-c .slick .slick-list {
    overflow: visible;
}

.home2-c .slick .items ul {
    display: flex;
    position: relative;
    height: 2.69rem;
}

.home2-c .slick .items ul li {
    position: absolute;
}

.home2-c .slick .items ul li:nth-child(1) {
    left: 1.05rem;
    bottom: 0.2rem;
    height: 2.39rem;
}

.home2-c .slick .items ul li:nth-child(2) {
    left: 2rem;
    top: 2.52rem;
    height: 2rem;
}

.home2-c .slick .items ul li:nth-child(3) {
    left: 4.37rem;
    bottom: 1.1rem;
    height: 2.69rem;
}

.home2-c .slick .items ul li:nth-child(4) {
    left: 6.86rem;
    top: 1.72rem;
    height: 2.45rem;
}

.home2-c .slick .items ul li:nth-child(5) {
    left: 9.12rem;
    bottom: 1.17rem;
    height: 1.92rem;
}

.home2-c .slick .items ul li:nth-child(6) {
    left: 12.59rem;
    bottom: 1.85rem;
    height: 2.18rem;
}

.home2-c .slick .items ul li:nth-child(7) {
    left: 12.92rem;
    top: 1.13rem;
    height: 2.13rem;
}

.home2-c .slick .items ul li a {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.home2-c .slick .items ul li a b {
    font-family: Jomolhari;
    font-size: 0.26rem;
    font-weight: normal;
    line-height: 0.36rem;
    letter-spacing: normal;
    color: #264888;
    position: relative;
}

.home2-c .slick .items ul li a::before {
    content: "";
    position: absolute;
    top: 0.42rem;
    left: 0;
    bottom: 0;
    width: 0.12rem;
    border-top: 1px solid #C2946B;
}

.home2-c .slick .items ul li a::after {
    content: "";
    position: absolute;
    top: 0.42rem;
    left: 0.06rem;
    bottom: 0;
    border-left: 1px solid #C2946B;
}

.home2-c .slick .items ul li a div {
    padding-left: .25rem;
    width: 2.65rem;
    margin-top: .2rem;
}

.home2-c .slick .items ul li a div p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #4D4D4D;
}


.home2-arr {
    position: absolute;
    right: 3.18rem;
    bottom: 0;
    display: flex;
}

.home2-arr div {
    margin-top: .9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.67rem;
    height: 0.67rem;
    background: rgba(194, 148, 107, 0.3);
    transition: all .5s;
    margin-left: .33rem;
    border-radius: 50%;
    cursor: pointer;
}

.home2-arr div img {
    height: 0.11rem;
}


.home3 {
    background: url(../images/home3-bg2.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-left: 1.64rem;
}

.home3 .home-tit {
    position: absolute;
    left: 0;
    top: 1.2rem;
}

.home3 .home-tit h2 {
    color: #4A5B85;
}

.home3 .home-tit p {
    color: #4A5B85;
}

.home3-c {
    position: relative;
    padding-top: .65rem;
}

.slide-f1p {
    background: url(../images/listbg3.png) no-repeat right center;
    background-size: 100% 100%;
    width: 17.1rem;
    padding: .85rem 0 1.15rem .15rem;
    /* position: absolute; */
    right: 0;
    /* margin-top: -1.1rem; */
    width: 100%;
}

.slide-f1 {
    padding: .65rem 0 0.55rem 0;
    /* width: 24rem; */
    background: rgba(0, 0, 0, 0)
}

.swiper-container-3d {}

.slide-f1 .swiBtn a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: .56rem;
    height: .56rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    border-radius: 50%
}

.slide-f1 .swiBtn a.prev {
    left: .4rem
}

.slide-f1 .swiBtn a.next {
    right: 7.4rem
}

.slide-f1 .swiper-wrapper {
    align-items: center;
}

.slide-f1 .swiper-slide {
    perspective: 12rem;
    position: static;
    pointer-events: none
}

.slide-f1 .swiper-slide a {
    display: block;
}

.slide-f1 .swiper-slide:hover {
    z-index: 9
}

.slide-f1 .swiper-slide .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: .2rem .25rem .4rem;
    color: #fff;
    font-size: .18rem;
}

.slide-f1 .swiper-slide .txt h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slide-f1 .swiper-slide .item {
    transition: all .5s;
    position: relative;
    z-index: 6;
    pointer-events: auto
}

.slide-f1 .swiper-slide .item .img {
    /* height: 3.8rem; */
}

.slide-f1 .swiper-slide .item .img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent);
    height: 1.5rem;
}

.slide-f1 .swiper-slide .item {
    cursor: pointer
}

.home3-arr {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 1.37rem;
}

.home3-arr div {
    width: 0.61rem;
    height: 0.61rem;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    margin-right: .42rem;
    cursor: pointer;
    transition: all .5s;
}

.home3-arr div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* opacity: .7; */
    transition: all .5s;
}

.home3-arr div.home3-prev::before {
    background: url(../images/home3-prev.png) no-repeat;
    background-position: center center;
    background-size: .16rem auto;
    transition: all .5s;
}

.home3-arr div.home3-next::before {
    background: url(../images/s6-next.png) no-repeat;
    background-position: center center;
    background-size: .16rem auto;
    transition: all .5s;
}

.home3-b {
    position: absolute;
    left: 0;
    top: 100%;
    width: 6.2rem;
    margin-top: -.7rem;
}

.home3-b .swiper-slide {}

.home3-b .swiper-slide a {
    display: block;
}

.home3-b .swiper-slide a h3 {
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 112.33%;
    letter-spacing: normal;
    color: #4A5B85;
}

.home3-b .swiper-slide a p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #2F3134;
    margin-top: .2rem;
}



@media screen and (min-width:1025px) {
    .slide-f1 .swiper-slide-prev .item {
        transform: translate3d(0, 0, -5rem) rotateY(-5deg);
    }

    .slide-f1 .swiper-slide-active .item {
        transform: translate3d(-.8rem, 0, -4.5rem) rotateY(-9deg);
    }

    .slide-f1 .swiper-slide-next .item {
        transform: translate3d(-1.85rem, 0, -2.5rem) rotateY(-13deg);
    }

    .slide-f1 .swiper-slide-next+.swiper-slide .item {
        transform: translate3d(-2rem, 0, 1rem) rotateY(-27deg);
    }

    .slide-f1 .swiper-slide-next+.swiper-slide+.swiper-slide .item {
        transform: translate3d(-2.65rem, 0, 0rem) rotateY(-27deg);
    }

    .slide-f1 .swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide .item {
        transform: translate3d(-1.05rem, 0, 6.45rem) rotateY(-35deg);
    }


    /* .slide-f1 .swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide .item{transform:translate3d(-7rem,0,0) rotateY(-35deg)} */
    .slide-f1 .swiper-slide-next+.swiper-slide+.swiper-slide .item .img {
        height: 4.15rem;
    }

    .slide-f1 {
        -webkit-mask: url(../images/listbg2.png);
        mask: url(../images/listbg2.png);
        -webkit-mask-size: cover;
        mask-size: cover;
        mask: none \0;
    }



    .rr {
        opacity: 0;
    }

    .rr i {
        opacity: 0;
        margin-right: .14rem;
    }

    .rr.aos-animate {
        opacity: 1;
        transform: none;
        transition: all 1s ease-out 0.5s;
    }

    .rr.aos-animate i {
        margin-right: 0.14rem;
        opacity: 1;
        transition: all 1s ease-out 1.5s;
    }

    .rr.aos-animate:before {
        content: "";
        opacity: 1;
        transform: none;
        position: absolute;
        top: 50%;
        right: 0;
        width: 2.03rem;
        height: 2.03rem;
        border: dashed 1px #1f54aa;
        border-radius: 50%;
        transform: translateY(-50%) translateX(.85rem);
    }

    .rr.aos-animate:after {
        content: "";
        opacity: 1;
        transform: none;
    }

    .home2-arr div:hover {
        background: #C2946B;
    }

    .home1-text a:hover {
        color: #0c63ab;
    }

    .home2-c .slick .items ul li:nth-child(2) a, .home2-c .slick .items ul li:nth-child(4) a, .home2-c .slick .items ul li:nth-child(7) a {
        flex-direction: column-reverse;
    }

    .home2-c .slick .items ul li:nth-child(2) a::before, .home2-c .slick .items ul li:nth-child(4) a::before, .home2-c .slick .items ul li:nth-child(7) a::before {
        top: auto;
        bottom: .42rem;
    }

    .home2-c .slick .items ul li:nth-child(2) a::after, .home2-c .slick .items ul li:nth-child(4) a::after, .home2-c .slick .items ul li:nth-child(7) a::after {
        top: 0;
        bottom: .42rem;
    }
}



@media screen and (max-width:1024px) {
    .home3 {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: .35rem;
    }

    .home3 .home-tit {
        position: static;
    }

    .slide-f1p {
        padding: 0;
        background: none;
    }

    .slide-f1 .swiper-slide .txt {
        padding: .1rem .15rem;
    }

    .slide-f1 .swiper-slide .item .img {
        padding-top: 65%;
    }

    .home3-b {
        position: static;
        width: auto;
        margin-top: .3rem;
    }

    .home3-arr {
        position: static;
        justify-content: center;
    }

    .slide-f1 {
        padding: .3rem 0;
    }

    .home3-c {
        padding-top: .35rem
    }

    .home3-arr div {
        width: 0.45rem;
        height: 0.45rem;
        margin: 0 .15rem;
    }



    .rr {
        transform: scale(.6);
    }

    .s5-list {
        margin-top: .35rem;
    }

    .s5-list ul li {
        width: 50%;
    }

    .s5-list ul li:nth-child(2)~li a {
        margin-top: .2rem;
        padding-top: .2rem;
        border-top: 1px solid rgba(205, 178, 132, .5);
    }

    .s5-list ul li a .info h3 {
        font-size: .18rem;
    }

    .adbck2-c {
        display: block;
    }

    .adbck2-pic1, .adbck2-pic2 {
        width: auto;
    }

    .adbck2list1, .adbck2list2 {
        width: auto;
    }

    .adbck2-pic1 .pic {
        padding-top: 54%;
    }

    .adbck2-pic2 .pic {
        padding-top: 64%;
    }

    .adbck2list li a {
        height: 1.5rem;
    }

    .adbck2list li a .pic {
        padding-top: 1.5rem;
    }

    .adbck2list li a .text-icon img {
        width: 1rem;
    }

    .adbck2list li a p {
        font-size: .18rem;
    }

    .body_r {
        overflow-y: auto;
        display: block;
    }

    .body_r .screen {
        height: auto;
    }

    .body_r .body_rswiper>.swiper-container>.swiper-wrapper {
        display: block;
    }

    .body-rnav {
        display: none;
    }

    .home1 .w1450 {
        padding-right: 10px;
    }

    .home1-c {
        height: auto;
        padding: .35rem 0;
    }

    .home1-box::before {
        display: none;
    }

    .home1-box::after {
        display: none;
    }

    .home1-text a, .home1-text {
        margin-top: .35rem;
    }

    .home-tit h2 {
        font-size: .3rem;
        line-height: .3rem;
    }

    .home2 {
        padding: .35rem 0;
    }

    .home2-c::before {
        display: none;
    }

    .home2-c {
        margin-top: .35rem;
        padding: 0;
        height: auto;
        display: block;
    }

    .home2-c .slick .items ul {
        flex-wrap: wrap;
        height: auto;
        justify-content: space-between;
        padding: 0 .15rem;
    }

    .home2-c .slick .items ul li {
        position: static;
        width: 49%;
        height: auto !important;
        margin-bottom: .2rem;
    }

    .home2-c .slick .items ul li a b {
        font-size: .22rem;
    }

    .home2-c .slick .items ul li a div {
        margin-top: .2rem;
        padding-left: .2rem;
    }

    .home2-arr {
        position: static;
        margin-top: .2rem;
        justify-content: center;
    }

    .home2-arr div {
        margin: 0 .15rem;
    }

}

@media screen and (max-width:768px) {
    .s5-list ul li {
        width: 100%;
    }

    .s5-list ul li:nth-child(1)~li a {
        margin-top: .2rem;
        padding-top: .2rem;
        border-top: 1px solid rgba(205, 178, 132, .5);
    }
}



/* 2026年6月6日14:48:45 */


.s4-t {
    position: relative;
    z-index: 1;
    display: flex;
    /* align-items: center; */
}
 
.s4-tl {
    width: 8rem;
    margin-right: .56rem;
    position: relative;
}

.s4-tl::before {}

.s4-tl ul li.slick-slide{position: relative;}
.s4-tl ul li.slick-slide::after{content: "";position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: url(../images/s4-icon-play.png) no-repeat;
background-position: center center;
background-size: 1.1rem auto;z-index: 9;    pointer-events: none;}
.s4-tl ul li.slick-slide a {
    display: block;
    position: relative;
}

.s4-tl ul li.slick-slide a .pic {
    padding-top: 61.5%;
}

.s4-tl ul li.slick-slide a .pic:after {
    content: "";
    position: absolute;
    left: 0;
    height: 1rem;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 10, 27, 0) 0%, rgba(0, 10, 27, 0.4) 100%);
}

.s4-tl ul li.slick-slide a p {
    position: absolute;
    left: 0;
    right: 1.2rem;
    bottom: 0;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0rem;
    color: #ffffff;
    padding: .25rem .34rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 9;
}

.s4-tl .slick .slick-dots {
    position: absolute;
    right: 0.4rem;
    bottom: 0.17rem;
    z-index: 9;
    width: .64rem;
    height: .64rem;
    left: auto;
    background: url(../images/s4-dotsbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s4-tl .slick .slick-dots li {
    display: none;
    width: auto;
    height: auto;
    height: 100%;
    width: 100%;
    justify-content: center;
    margin: 0;
}

.s4-tl .slick .slick-dots li div {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0rem;
    color: #ffffff;
    opacity: 0.71;
    height: 100%;
}

.s4-tl .slick .slick-dots li div span {
}

.s4-tl .slick .slick-dots li div i {
    height: 0.15rem;
    border-left: solid 1px #fff;
    margin: 0 .07rem;
    transform: rotateZ(20deg);
}

.s4-tl .slick .slick-dots li div b {font-weight: normal;}

.s4-tl .slick .slick-dots li.slick-active {
    display: flex;
}
 
.s4-tr {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.s4-tr>.slick {
    width: 100%;
}

.s4-tr ul li a {
    display: block;
}

.s4-tr ul li a h3 {
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0rem;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-tr ul li a p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #111111;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 1.2rem;
    margin-top: .23rem;
}
.s4-tr ul li a b{
    font-size: 0.15rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.01rem;
    color: #111111;
    display: flex;
    position: relative;
    align-items: center;
    margin-top: .6rem;
}
.s4-tr ul li a b::before{
    content: "";
    display: block;
    width: 0.25rem;
    height: 0.29rem;
    border-radius: 50%;
    background: url(../images/tit-morebg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-right: 0.05rem;
}
.s4-b {
    position: relative;
    z-index: 2;
}

.s4-b .slick {}

.s4-b .slick ul {
    margin: 0 -.1rem;
}

.s4-b .slick ul li a {
    transition: all .5s;
    display: block;
    margin: 0 0.1rem;
    position: relative;
    z-index: 1;
}

.s4-b .slick ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 0.03rem solid #AC160A;
    z-index: 3;
    transition: all .5s;
    opacity: 0;
}

.s4-b .slick ul li a .pic {
    padding-top: 68.6%;
}

.s4-b .slick ul li a .pic:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all .5s;
    opacity: 0;
}
/* 
.s4-b .slick ul li.slick-current a::before {
    opacity: 1;
}

.s4-b .slick ul li.slick-current a .pic::after {
    opacity: 0;
} */


.s4-b .slick-arrow {
    cursor: pointer;
    border-radius: 50%;
    width: 0.48rem;
    height: 0.48rem;
    background-color: #ffffff;
}

.s4-b .slick-arrow:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 50%;
    background: #AC160A;
    opacity: 0;
    transition: all .5s;
}

.s4-b .slick-arrow:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.s4-b .slick-arrow.slick-prev {
    left: -.14rem;
}

.s4-b .slick-arrow.slick-next {
    right: -.14rem;
}

 

.s4-b .slick-arrow.slick-prev::after {
    background: url(../images/prev2.png) no-repeat;
    background-position: center center;
    background-size: .11rem auto;
}

.s4-b .slick-arrow.slick-next::after {
    background: url(../images/next2.png) no-repeat;
    background-position: center center;
    background-size: .11rem auto;
}

@media screen and (min-width:1025px) {
        .s4-tr ul li a:hover b,.s4-tr ul li a:hover h3{
        color: #3862C0;
            
        }
    /* .s4-b .slick-arrow.slick-prev:hover::after {
        background: url(../images/prev2-w.png) no-repeat;
        background-position: center center;
        background-size: .25rem auto;
    }

    .s4-b .slick-arrow.slick-next:hover::after {
        background: url(../images/next2-w.png) no-repeat;
        background-position: center center;
        background-size: .25rem auto;
    } */
}

@media screen and (max-width:1024px){
    .s4-t{display: block;}
    .s4-tl ul li.slick-slide a p{font-size: .18rem;line-height: .3rem;padding: .1rem 0 .1rem .1rem;}
    .s4-tl{width: auto;margin-right: 0;margin-bottom: .15rem;}
    .s4-tl ul li.slick-slide::after{background-size: .5rem;}
    .s4-tr ul li a h3{font-size: .2rem;line-height: .3rem;right: 0.7rem;}
    .s4-tr ul li a p{margin-top: .15rem;    -webkit-line-clamp: 3;height: .9rem;}
    .s4-tr ul li a b{margin-top: .25rem;}
    .s4-tr{
    flex-direction: column-reverse;
}
    .s4-tr>.slick{}
    .s4-b{margin-left: .2rem;margin-right:0.2rem;margin-bottom: .1rem;width: calc(100% - .4rem);}
    .s4-b .slick{padding: .1rem;}
    .s4-b .slick ul{margin: 0 -.05rem;}
    .s4-b .slick ul li a{margin: 0 .05rem;}
    .s4-b .slick-arrow.slick-prev{left: -.2rem;}
    .s4-b .slick-arrow.slick-next{right: -.2rem;}
    .s4-b .slick-arrow{width: .35rem;height: 0.35rem;box-shadow: 0 0 .1rem rgba(0,0,0,0.1);}
    .s4-tl .slick .slick-dots{right: .1rem;bottom: 0.1rem;transform: scale(.7); transform-origin: right bottom;}
}