@keyframes NewBannerAni {

    0%,
    100% {
        transform: scale(1.02);
    }

    50% {
        transform: scale(1.08);
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0px, 5px);
    }

    100% {
        transform: translate(0px, 0px);
    }

}

#pox-slide {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#pox-slide .pox {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFF;
    z-index: 100;
}

#pox-slide .pox-1 {
    z-index: 150;
}

#pox-slide .pox.swiper-slide-active {
    z-index: 200;
}

#pox-slide .pox.pox.pox-out {
    z-index: 300;
}


#pox-slide .pox.pox.pox-start,
#pox-slide .pox.pox-active-up,
#pox-slide .pox.pox-active-down {
    z-index: 400;
}

#pox-slide .pox.pox-active-down {
    animation: pox-active-down .8s ease-in-out forwards;
}

#pox-slide .pox-7 {
    height: 1.2rem;
    top: inherit;
    bottom: 0;
}

#pox-slide .pox-6.pox-active-up {
    animation: inherit !important;
}

@keyframes pox-active-down {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

#pox-slide .pox.pox-active-up {
    animation: pox-active-up .8s ease-in-out forwards;
}

@keyframes pox-active-up {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.index-slide {
    width: 100%;
    height: 100%;
    position: relative;

}

.index-slide .swiper-slide {
    overflow: hidden;

}

.index-slide .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover !important;
    background-position: center;
    color: #fff;
    /*animation: NewBannerAni 10s linear infinite;*/
    background-size: 100%;
}

.slide-inner .banner-video {
    width: 100%
}

/* #pox-slide .pox-1 {
    z-index: 200
} */

.index-slide .ex-txt {
    position: absolute;
    left: 7%;
    top: 38%;
    width: 32%;
    /* padding-left: 106px; */
}

.index-slide .ex-txt img {
    width: 100%
}

.index-slide .ex-txt .tx {
    transform: translateY(50px);
    transition: all .7s;
    opacity: 0;
}

.index-slide .swiper-slide-active .ex-txt .tx {
    opacity: 1;
    transform: translateY(0);
}

.drop-btn {
    position: absolute;
    z-index: 111;
    left: 50%;
    bottom: 2%;
    transform: translateX(-50%);
    text-align: center;

}

.drop-btn p {
    color: #fff;
    font-size: 0.08rem;
}

.drop-btn span {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 0.055rem;
    height: 0.05rem;
    margin-top: 10px;
    animation: float 2s linear infinite;
    background: url(../images/drop-icon.png);
    background-size: 100%;
    transition: background-color .3s;
}

.drop-btn1 span {
    background: url(../images/drop-icon1.png);
    background-size: 100%;
}

.drop-btn1 p {
    color: #333;
}

.drop-btn span img {
    width: 100%;
}

.pox-news {
    padding: 0 13.54%;
    background: url(../images/news-bg.png) no-repeat;
    background-size: cover;
    padding-top: 1rem;
}

.tip-title {
    opacity: 0;
    transition: opacity .6s 0s ease-in-out;
}

#pox-slide .pox-active-down .tip-title,
#pox-slide .pox-active-up .tip-title {
    transition: opacity 1s .7s ease-in-out;
    opacity: 1;
}


.tip-title h3 {
    font-size: 0.25rem;
    line-height: 0.13rem;
    transform: translateX(-30px);
    opacity: 0;
    transition: all .6s 0s ease-in-out;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
}

.tip-title h4 {
    font-size: 0.15rem;
    line-height: 0.23rem;
    font-weight: 900;
    color: rgba(115, 114, 111, .2);
    margin-top: 0.1rem;
    font-family: HarmonyOS Sans SC;
    text-transform: uppercase;
    transform: translateX(-40px);
    opacity: 0;
    transition: all .6s 0s ease-in-out;
}

#pox-slide .pox-active-down .tip-title h4,
#pox-slide .pox-active-up .tip-title h4,
#pox-slide .pox-active-down .tip-title h3,
#pox-slide .pox-active-up .tip-title h3 {
    transition: all .8s .8s ease-in-out;
    transform: translateX(0px);
    opacity: 1;
}

.news-inner {
    display: none;
}

.news-nav {
    display: flex;
    width: 2.62rem;
    height: 0.24rem;
    background: #fff;
    align-items: center;
    float: right;
    margin-top: -0.4rem;
    border-radius: 0.1rem;
    transform: translateY(20%);
    opacity: 0;
    transition: all 0s .6s;
}

.pox-active-down .news-nav,
.pox-active-up .news-nav {
    opacity: 1;
    transform: translateY(0);
    transition: all .7s .7s linear;
}

.news-nav li {
    height: 0.2rem;
    margin: 0.02rem;
    padding: 0 0.1rem;
    display: flex;
    align-items: center;
    font-size: 0.09rem;
    color: #999;
    cursor: pointer;
}

.news-nav li.on {
    color: #fff;
    cursor: pointer;
    border-radius: 0.1rem;
    background: linear-gradient(to right, #009E91, #1363AA)
}

.news-mes {
    display: flex;
    justify-content: space-between;
    margin-top: 0.18rem;
    height: 2.35rem;
}

.newsLeft {
    width: 53.85%;
    position: relative;
    transform: translateX(-50px);
    opacity: 0;
    transition: all .6s 0s ease-in-out;
}

.pox-active-down .newsLeft,
.pox-active-up .newsLeft {
    transition: all .8s .8s ease-in-out;
    transform: translateX(0px);
    opacity: 1;
}

.newsLeft .swiper-container {
    height: 100%;
}

.newsLeft-con {
    width: 100%;
    height: 100%;
    position: relative;
}

.newsLeft-pic {
    overflow: hidden;
}

.newsLeft-pic img {
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.newsLeft-pic:hover img {
    transform: scale(1.05);
}

.newsLeft-bot {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 99;
    height: 0.75rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    padding: 0 0.25rem 0 0.15rem;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: space-between
}

.bot-date {
    width: 15%;
}

.bot-date p {
    font-size: 0.15rem;
    color: #fff;
    font-family: Arimo;
    font-weight: 700;
}

.bot-date span {
    font-size: 0.08rem;
    color: #fff;
}

.bot-title {
    font-size: 0.12rem;
    line-height: 0.175rem;
    font-weight: 700;
    width: 70%;



}

.bot-title a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;
}

.bot-more {
    width: 0.22rem;
}

.bot-more img {
    width: 100%;
}


.newsRight {
    width: 44.29%;
    transform: translateX(50px);
    opacity: 0;
    transition: all .6s 0s ease-in-out;
}

.newsContent {
    width: 100%;
}

.newsContent ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: none !important;
}

.newsContent ul li {
    width: 47%;
}

.newsContent ul li:nth-child(1),
.newsContent ul li:nth-child(2) {
    border-top: 2px solid #E5E5E5;
}

.pox-active-down .newsRight,
.pox-active-up .newsRight {
    transition: all .8s .8s ease-in-out;
    transform: translateX(0px);
    opacity: 1;
}

.newsRight ul {
    border-top: 2px solid #E5E5E5;
}

.newsRight ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #E5E5E5;
    padding: 0.07rem 0;
    align-items: center;
}


.news-date {
    width: 16.13%;
    font-family: Arimo;
    font-weight: 700;
    position: relative;
    transition: all .5s;
    background: transparent;
}

.news-date p {
    font-size: 0.15rem;
    line-height: 0.17rem;
    color: #d1d1d1;
    margin-bottom: 0.02rem;
}

.news-date span {
    font-size: 0.08rem;
    line-height: 0.09rem;
    color: #d1d1d1;
}

.news-title {
    width: 77.42%;
    font-size: 0.09rem;
    line-height: 0.13rem;
}

.news-title a {
    color: #666;
    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news-icon {
    width: 0.06rem;
    height: 0.1rem;
    background: url(../images/moreh-icon.png) no-repeat;
    background-size: 100%;
    transition: all .5s;
}

.news-icon a {
    width: 100%;
    height: 100%;
}

.news-date:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    background: linear-gradient(to right, #009E91, #1363AA);
    bottom: -0.08rem;
    transition: all .5s;
}

.newsRight ul li:hover .news-date:after {
    width: 100%;
}

.newsRight ul li:hover .news-date {
    background: -webkit-linear-gradient(to right, #009E91, #1363AA);
    background: linear-gradient(to right, #009E91, #1363AA);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.newsRight ul li:hover .news-icon {
    background: url(../images/morec-icon.png) no-repeat;
    background-size: 100%;
}

.home-ckgd {
    width: 0.9rem;
    height: 0.25rem;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #009E91, #1363AA);
    padding-left: 0.13rem;
    padding-right: 0.025rem;
    justify-content: space-between;
    border-radius: 0.175rem;
    margin-top: 0.1rem;
    transform: translateX(-50px);
    opacity: 0;
    transition: all .6s 0s ease-in-out;
}

.pox-active-down .home-ckgd,
.pox-active-up .home-ckgd {
    transition: all .8s .8s ease-in-out;
    transform: translateX(0px);
    opacity: 1;
}

.news-ckgd {
    float: right;
}

.home-ckgd a {
    color: #fff;
    font-size: 0.09rem;
}

.home-ckgd span {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: #fff;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-ckgd span img {
    width: 0.04rem;
    height: 0.075rem;

}

.news-pagination,
.news-pagination1,
.news-pagination2,
.news-pagination3 {
    text-align: left;
    bottom: -0.2rem;
}

.news-pagination>.swiper-pagination-bullet,
.news-pagination1>.swiper-pagination-bullet,
.news-pagination2>.swiper-pagination-bullet,
.news-pagination3>.swiper-pagination-bullet {
    width: 0.07rem;
    height: 0.07rem;
    background: url(../images/news-click.png) no-repeat;
    background-size: 100%;
    opacity: 1;
    margin-right: 0.05rem;
}

.news-pagination>.swiper-pagination-bullet-active,
.news-pagination1>.swiper-pagination-bullet-active,
.news-pagination2>.swiper-pagination-bullet-active,
.news-pagination3>.swiper-pagination-bullet-active {
    background: url(../images/news-clicka.png) no-repeat;
    background-size: 100%
}

.pox-about {
    display: flex;
}

.about-container {
    transform: translateY(30%);
    opacity: 0;
    transition: all 0s .6s;
    width: 100%;
}

.about-tot {
    display: flex;
    justify-content: space-between;
}

.about-left {
    width: 39%
}

.about-right {
    width: 60%;
    margin-right: -0.5rem;
    transform: translateY(30%);
    opacity: 0;
    transition: all 0s .6s;
}

.backgroundVideo {
    width: 100%;
}

.pox-active-down .about-container,
.pox-active-up .about-container,
.pox-active-down .about-right,
.pox-active-up .about-right {
    opacity: 1;
    transform: translateY(0);
    transition: all .7s .7s linear;
}

.about-title {
    margin-top: 0.25rem;
    font-size: 0.15rem;
    line-height: 0.22rem;
    background: -webkit-linear-gradient(to right, #009E91, #1363AA);
    background: linear-gradient(to right, #009E91, #1363AA);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.about-sum {
    font-size: 0.09rem;
    line-height: 0.17rem;
    color: #757575;
    margin-top: 0.16rem;
}

.about-ckgd {
    margin-top: 0.24rem;
}

.pox-business {
    padding-left: 13.54%;
    background: url(/zhen/lib/home/images/business-bg.png) no-repeat;
    background-size: cover;
    padding-top: 0.8rem;
    position: relative;
}



.business-contain {
    transform: translateY(5%);
    opacity: 0;
    transition: all 0s .6s;
    margin-left: -0.1rem;
}

.pox-active-down .business-contain,
.pox-active-up .business-contain {
    opacity: 1;
    transform: translateY(0);
    transition: all .7s .7s linear;
}

.business-contain .swiper-container {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-left: 0.1rem;
}

.business-item {
    position: relative;
    transition: all .5s;
    /*height: 60vh;*/
}

.business-pic,
.business-pic a,
.business-pic img {
    width: 100%;
    height: 100%;
}

.business-bot {
    position: absolute;
    padding: 0.25rem 0.15rem;
    top: 0;
    z-index: 111
}

.business-title {
    font-size: 0.135rem;
    line-height: 0.17rem;
    font-weight: 500;
    color: #000;
    transition: all .2s;

}



.business-sum {
    font-size: 0.08rem;
    line-height: 0.15rem;
    font-weight: 500;
    color: #fff;
    margin-top: 0.1rem;
    transform: translateY(0%);
    opacity: 0;
    transition: all .66s;
}



.business-item:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(/zhen/lib/home/images/zyyw-zzc.png);
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100% 100%;
    opacity: 0;
    transition: opacity .66s;
}


.business-item-opacity:after {
    opacity: 1;
    transition: opacity .66s;
}

.business-item-opacity .business-title {
    color: #fff;
    transition: all .2s;
}

.business-item-opacity .business-sum {
    transform: translateY(5%);
    opacity: 1;
    transition: all .66s;
}

.bus-more {
    position: absolute;
    right: 0.165rem;
    bottom: 0.165rem;
    opacity: 0;
    transition: all .8s;
    z-index: 111;
    width: 0.2rem;
    height: 0.2rem;
}

.bus-more img {
    transition: all .3s;
}

.bus-more:hover img {
    transform: scale(1.1)
}

.business-contain .swiper-slide:nth-child(2) .bus-more {
    display: none;
}

.business-item:hover {
    /* transform: scale(1.03);*/
}

.business-item:hover .bus-more {
    opacity: 1
}

.business-prev,
.business-next,
.special-prev,
.special-next {
    width: 0.25rem;
    height: 0.25rem;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -0.25rem;
    cursor: pointer;
    transition: all .5s;
}

.business-prev,
.special-prev {
    right: 17%;
    /* background: url(../images/btn-left.png) no-repeat; */
    background-size: 100%;
}

.business-next,
.special-next {
    right: 13.54%;
    /* background: url(../images/btn-right.png) no-repeat; */
    background-size: 100%;
}

.business-prev:hover,
.special-prev:hover {
    background: url(../images/btnhov-left.png) no-repeat;
    background-size: 100%;
}

.business-next:hover,
.special-next:hover {
    background: url(../images/btnhov-right.png) no-repeat;
    background-size: 100%;
}

.business-prev.swiper-button-disabled,
.special-prev.swiper-button-disabled {
    /* background: url(../images/btndis-left.png) no-repeat; */
    background-size: 100%;
    cursor: default
}

.business-next.swiper-button-disabled,
.special-next.swiper-button-disabled {
    /* background: url(../images/btndis-right.png) no-repeat; */
    background-size: 100%;
    cursor: default
}

.pox-culture {
  padding: 0 9.54%;

    padding-top: 0.4rem;
}

.cuture-contain {
    display: flex;
    justify-content: space-between;
}



.culture-left h3 {
    font-size: 0.2rem;
    line-height: 0.23rem;
    background: -webkit-linear-gradient(to right, #009E91, #1363AA);
    background: linear-gradient(to right, #009E91, #1363AA);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-top: 0.2rem;
    transform: translateY(30%);
    opacity: 0;
    transition: all 0s .6s;
    width: 70%
}

.pox-active-down .culture-left h3,
.pox-active-up .culture-left h3 {
    opacity: 1;
    transform: translateY(0);
    transition: all .7s .7s linear;
}

.culture-ckgd {
    margin-top: 0.4rem;
}

.culture-right {
    display: flex;
}

.culture-cwh {
    width: 2rem;
    height: 1.47rem;
    background: url(../images/cwh-bg.png) no-repeat;
    background-size: cover;
    padding: 0.385rem 0 0 0.25rem;
    position: relative;
    transform: translateX(-50px);
    opacity: 0;
    transition: all .6s 0s ease-in-out;
}


.culture-cwh h3 {
    margin-left: -0.07rem
}

.culture-ygfc {
    width: 1.525rem;
    height: 1.47rem;
    background: url(../images/ygfc-bg.png) no-repeat;
    padding: 0.385rem 0 0 0.25rem;
    background-size: cover;
    position: relative;
    transform: translateX(-100px);
    opacity: 0;
    transition: all .6s 0s ease-in-out;
}

.pox-active-down .culture-cwh,
.pox-active-up .culture-cwh {
    transition: all .8s .8s ease-in-out;
    transform: translateX(0px);
    opacity: 1;
}

.pox-active-down .culture-ygfc,
.pox-active-up .culture-ygfc {
    transition: all 1s 1s ease-in-out;
    transform: translateX(0px);
    opacity: 1;
}

.culture-cwh a,
.culture-ygfc a {
    position: absolute;
    right: 0.385rem;
    top: 0.83rem;
    transition: all .5s;
    width: 0.1rem;
    height: 0.08rem;
}

.culture-ygfc a {
    right: 0.3rem;
}

.culture-right h3 {
    font-size: 0.15rem;
    color: #fff;
    line-height: 0.215rem;
    font-weight: 700;
}

.culture-right>div>div {
    font-size: 0.12rem;
    line-height: 0.14rem;
    color: rgba(255, 255, 255, .4);
    font-weight: 700;
    margin-top: 0.05rem;
    font-family: Arimo;
    text-transform: uppercase;
}

.culture-cwh:hover a {
    right: 0.345rem;
}

.culture-ygfc:hover a {
    right: 0.26rem;
}

.pox-special {
    background: url(../images/special-bg.png) no-repeat;
    background-size: cover;
    padding-top: 1rem;
}

.pox-special .tip-title {
    padding: 0 13.54%;
}

.special-contain {
    margin-top: 0.16rem;
    /* transform: translateY(10%);
    opacity: 0; */
    transition: all 0s .6s;
    position: relative;
}

/* .pox-active-down .special-contain,
.pox-active-up .special-contain {
    opacity: 1;
    transform: translateY(0);
    transition: all .7s .7s linear;
    padding-left: 0.1rem;
} */

.special-item {
    position: relative;
}

.special-bot {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0.16rem;
    align-items: center;
}

.special-title {
    font-size: 0.2rem;
    line-height: 0.29rem;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 2px #333;
}

.special-title a {
    color: #fff;
}

.special-more {
    width: 0.22rem;
}

.special-more img {
    width: 100%;
}

.special-prev,
.special-next {
    bottom: -0.35rem;
}

.special-contain .swiper-slide {

    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    width: 52%;
}


.special-pic img {
    width: 100%;
    height: auto;
}

.special-contain .swiper-slide {
    opacity: .5;
    transition: all 1.5s;
}

.special-contain .swiper-slide-prev,
.special-contain .swiper-slide-next {
    transition: all 1.5s;
}

.special-contain .swiper-slide-active {
    opacity: 1;
    transition: all 1.5s;
}


.home-swiper-pagination {
    position: fixed;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.home-swiper-pagination span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(2, 66, 135, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.home-swiper-pagination span i {
    opacity: 0;
    background: rgba(2, 66, 135, 1);
    height: 6px;
    width: 6px;
    border-radius: 50%;
}

.home-swiper-pagination span.active i {
    opacity: 1;
}

.home-swiper-pagination span {
    transition: all 0.3s ease;
    position: relative;
}

.home-swiper-pagination span i {
    transition: opacity 0.3s ease;
}

.home-swiper-pagination span.active {
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.home-swiper-pagination span:hover {
    transform: scale(1.1);
    transition: all 0.2s ease;
}

/* 添加点击反馈效果 */
.home-swiper-pagination span:active {
    transform: scale(0.95);
    transition: all 0.1s ease;
}

.about-left,
.about-right {
    width: 50%;
    height: 100%;
}

.about-left {
    background: url(/zhen/lib/home/images/about-banner.png);
    background-size: cover;
}

.left_item {

    width: 100%;
    height: 100%;
    padding: 16% 13%;
}

.about_title {
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    margin-bottom: 0.1rem;
}

.left_item h5 {
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
}

.right_img {
height: calc(100%);
    background-image: url(/zhen/lib/home/images/about_video.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.about_content {
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
}

.right_text {
    display: flex;
    align-items: center;
display: none;
}

.right_text p {
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    margin-left: 15px;
}

.pox-Typical {
    background: url(/zhen/lib/home/images/al_banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}


/* 页面容器 */
.page-container {
    height: 100vh;
    width: 100%;
    float: right;
    overflow: hidden;
    transform: translateX(7.5%);
}

/* 页面标题 */
.page-title {
    text-align: center;
    /* margin-bottom: 50px; */
}

.page-title h1 {
    font-size: 36px;
    color: #2c68b9;
    margin-bottom: 10px;
    font-weight: 600;
}

.page-title p {
    font-size: 18px;
    color: #666;
}

.dual-slider-container {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 10% 0 8%;
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
    /* 重要：让内容可以显示在容器外 */
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.dual-slider .swiper-slide {
    width: 70% !important;
    height: 100%;
    position: relative;
    border-radius: 15px;
    transition: all 0.3s ease;
    margin-right: 20px;
    transform: translateX(11%);
}

.dual-slider .swiper-slide:hover {
    transform: translate(11%, -5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* 背景图片 - 添加圆角 */
.slide-bg {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-radius: 15px;
}

.info-box {
    position: absolute;
    bottom: -15%;
    left: 7%;
    background: rgba(255, 255, 255, 0.95);
    padding: 25px;
    border-radius: 8px;
    width: 55%;
    min-height: 45%;
    backdrop-filter: blur(5px);
}

.section-title {
    position: absolute;
    color: #fff;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    top: 5%;
    left: 3%;
    font-size: 24px;
    z-index: 11;
    font-family: 'Noto Sans SC';
    opacity: 0;
}

.swiper-slide-active .section-title {
    opacity: 1;
}

.project-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.project-subtitle {
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 500;
}

.project-description {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

/* 页码样式 */
.slide-number {
    position: absolute;
    bottom: -24%;
    right: 10%;
    font-size: 100px;
    font-weight: bold;
    color: rgba(2, 66, 135, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* 导航控制 - 调整位置 */
.slider-controls {
    position: absolute;
    bottom: 5.5%;
    right: 25%;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 100;
}

.nav-arrows {
    display: flex;
    gap: 10px;
}

.nav-arrow {
    width: 70px;
    height: 70px;
    background: #fff;
    border: 2px solid #2c68b9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: bold;
    color: #2c68b9;
}

.nav-arrow:hover {
    background: #2c68b9;
    color: white;
}

.nav-arrow.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    border-color: #ccc;
    color: #ccc;
}

.nav-arrow.disabled:hover {
    background: #fff;
    color: #ccc;
}

/* 当前页码指示 */
.current-slide {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}
.views-more {
    width: 80px;
    height: 80px;
    border: 1px dashed rgba(153, 153, 153, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 0.1rem;
}
.views-more:hover{
transform: scale(1.02);
   transition:all .4s;
    border: 1px dashed rgb(0 0 0);
    color: #000000;
    
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .dual-slider-container {
        height: 500px;
    }

    .dual-slider .swiper-slide {
        width: 80% !important;
    }

    .info-box {
        left: 20px;
        right: 20px;
        bottom: 20px;
        padding: 20px;
    }

    .slide-number {
        bottom: 20px;
        right: 20px;
        font-size: 60px;
    }
}
 .pox-Typical{
            padding-top: 0.65rem; 
            top: 0px; 
            transition: 0.8s;
            padding-left:12.5%;
            padding-right:12.5%;
        }
        .fddtr-title {
            font-size: 18px;
            color: #333;
            /* text-align: center; */
            position: relative;
            font-weight: 500;
            margin-top: 0.1rem;
            font-weight: 700;
        }
        .ldhy-ckgd {
            position: absolute;
            right: 12.5%;
            top: 0.65rem;
            opacity: 0.8;
            transition: all .6s 0s 
                ease-in-out;
            width: 0.6rem;
        }

        .ldhy-contain {
            transform: translateY(0px);
            opacity: 1;
            transition: all 0s .6s;
        }
        .ldhy-contain ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 0.05rem;
        }
        .ldhy-contain ul li {
            width: 32.5%;
            position: relative;
            margin-top: 0.1rem;
            overflow: hidden;
            transition: all 1s;
            height:1.5rem;
        }
        .ldhy-module {
            position: absolute;
            width: 100%;
            height: 100%;
            bottom: -1rem;
            left: 0;
            padding: 0.1rem;
            z-index: 11;
            transition: all 1s;
        }
        .ldhy-module:after{
            display:block;
            content:'';
            width:100%;
            height:100%;
            position:absolute;
            top:0;
            left:0;
            z-index:-1;
            opacity:0;
            transition:1s;
        }
        .ldhy-contain ul li:nth-child(1) .ldhy-module:after{
            background:url(/zhen/lib/public/images/ldly-bg1.png) no-repeat;
            background-size:100% 100%;   
        }
        .ldhy-contain ul li:nth-child(2) .ldhy-module:after{
            background:url(/zhen/lib/public/images/ldly-bg2.png) no-repeat;
            background-size:100% 100%;   
        }
        .ldhy-contain ul li:nth-child(3) .ldhy-module:after{
            background:url(/zhen/lib/public/images/ldly-bg3.png) no-repeat;
            background-size:100% 100%;   
        }
        .ldhy-contain ul li:nth-child(4) .ldhy-module:after{
            background:url(/zhen/lib/public/images/ldly-bg4.png) no-repeat;
            background-size:100% 100%;   
        }
        .ldhy-contain ul li:nth-child(5) .ldhy-module:after{
            background:url(/zhen/lib/public/images/ldly-bg5.png) no-repeat;
            background-size:100% 100%;   
        }
        .ldhy-contain ul li:nth-child(6) .ldhy-module:after{
            background:url(/zhen/lib/public/images/ldly-bg6.png) no-repeat;
            background-size:100% 100%;   
        }
        .ldhy-item-title {
            font-size: 0.15rem;
            font-weight: 500;
            margin-top: 0.04rem;
            color: #fff;
        }
        .ldhy-item-title a {
            color: #fff;
            font-size: 18px;
        }
        .ldhy-item-sum {
            font-size: 0.1rem;
            line-height: 0.15rem;
            color: #fff;
            margin-top: 0.08rem;
        }
        .ldhy-item-more {
            width: 0.63rem;
            height: 0.2rem;
            border: 1px solid #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 0.2rem;
            border-radius: 0.1rem;
        }
        .ldhy-item-more a {
            color: #fff;
            font-size: 0.08rem;
        }
        .ldhy-pic {
            position: relative;
            width: 100%;
            height: 100%;
        }
        .ldhy-pic:after {
            content: '';
            display: block;
            width: 100%;
            height: 0.6rem;
            position: absolute;
            bottom: 0;
            background: linear-gradient(to bottom, rgba(44, 60, 60, 0), rgb(29, 55, 50));
        }
        .ldhy-pic a{
            display:block;
            height:100%;
        }
        .ldhy-pic a img{
            height:100%;
            width:100%;
        }
        .ldhy-contain ul li:hover .ldhy-module {
            bottom: 0;
        }
        .ldhy-contain ul li:hover .ldhy-module {
            bottom: 0;
        }
        .ldhy-contain ul li:hover .ldhy-module:after{
            opacity:1;
        }
@media (max-width: 768px) {
    .dual-slider-container {
        height: auto;
    }

    .dual-slider .swiper-slide {
        width: 85% !important;
        height: 400px;
        margin-right: 10px;
    }

    .slider-controls {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 30px;
        justify-content: center;
    }
}
  .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        /* 页面标题样式 - 使用图一的新闻中心样式 */
        .page-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 2px solid #2c68b9;
        }

        .page-title {
            font-size: 28px;
            color: rgba(51, 51, 51, 1);
            font-weight: 600;
        }

        .category-tabs {
            display: flex;
            gap: 20px;
        }

        .category-tab {
            padding: 8px 16px;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .category-tab.active {
            background: #2c68b9;
            color: white;
            border-color: #2c68b9;
        }

        .view-more {
            color: #2c68b9;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
        }

        .view-more:hover {
            text-decoration: underline;
        }

        /* 合作模式网格布局 - 使用图一的新闻三栏布局 */
        .cooperation-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 40px;
        }

        /* 合作模式卡片 - 使用图一的新闻卡片样式 */
        .cooperation-card {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .cooperation-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
        }

        .card-header {
            background: linear-gradient(135deg, #2c68b9 0%, #1a4a8e 100%);
            color: white;
            padding: 20px;
            position: relative;
        }

        .card-number {
            font-size: 48px;
            font-weight: bold;
            opacity: 0.8;
            margin-bottom: 10px;
        }

        .card-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .card-subtitle {
            font-size: 14px;
            opacity: 0.9;
        }

        .card-content {
            padding: 20px;
        }

        .card-description {
            font-size: 14px;
            color: #555;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .card-date {
            font-size: 12px;
            color: #888;
            margin-bottom: 15px;
        }

        .card-features {
            list-style: none;
            margin: 15px 0;
        }

        .card-features li {
            font-size: 13px;
            color: #666;
            padding: 5px 0;
            border-bottom: 1px solid #f0f0f0;
        }

        .card-features li:last-child {
            border-bottom: none;
        }

        .read-more {
            color: #2c68b9;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
        }

        .read-more:hover {
            text-decoration: underline;
        }

        .read-more::after {
            content: "→";
            margin-left: 5px;
            transition: transform 0.3s ease;
        }

        .read-more:hover::after {
            transform: translateX(3px);
        }

        /* 服务超市特色区块 */
        .service-supermarket {
            background: white;
            border-radius: 8px;
            padding: 30px;
            margin: 40px 0;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            border-left: 4px solid #2c68b9;
        }

        .service-title {
            font-size: 20px;
            color: #2c68b9;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .service-description {
            font-size: 14px;
            color: #555;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .service-features {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }

        .feature-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .feature-icon {
            width: 24px;
            height: 24px;
            background: #2c68b9;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 12px;
            font-weight: bold;
        }

        .feature-text {
            font-size: 14px;
            color: #333;
        }

        /* 响应式设计 */
        @media (max-width: 1024px) {
            .cooperation-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .page-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }

            .category-tabs {
                flex-wrap: wrap;
            }

            .cooperation-grid {
                grid-template-columns: 1fr;
            }

            .service-features {
                grid-template-columns: 1fr;
            }
        }

@media screen and (max-width: 1600px) {
    .newsRight ul li {
        padding: 0.05rem 0;
    }

}