.jmtj {
    width: 25%;
    text-align: center;
}

.jmtj2 {
    width: 33%;
    text-align: center;
}

.button1 {
    position: relative;
    right: -6%;
    display: inline-block;
    padding: 12px 30px;
    background-color: white;
    color: #D20062;
    border-radius: 30px;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 112, 201, 0.3);
}

.button1:hover {
    background-color: #D20062;
    color: white;
}

.button2 {
    position: relative;
    left: 12%;
    display: inline-block;
    padding: 12px 30px;
    background-color: #D20062;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 112, 201, 0.3);
    cursor: pointer;
}

.button2:hover {
    background-color: white;
    color: #D20062;
}

.text-qdzy {
    font-weight: bold;
    font-family: "Microsoft YaHei Light", "微软雅黑 Light", "Microsoft YaHei", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 2;
}

/* 添加图片悬停增亮效果 */
.jmtj img {
    transition: all 0.5s ease;
    filter: brightness(100%);
}

.jmtj img:hover {
    filter: brightness(250%);
}

.jmtj2 img {
    transition: all 0.5s ease;
    filter: brightness(100%);
}

.jmtj2 img:hover {
    filter: brightness(250%);
}

.smooth-scroll {
    color: #D20062;
    font-size: 16px;
    font-weight: bold;
}

/* Banner蒙版样式 */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 黑色半透明蒙版 */
    z-index: 1;
}

.banner .banner_txt,
.banner .gallery-button-container {
    position: relative;
    z-index: 2;
    /* 确保文字和按钮在蒙版上方 */
}

.text2-qdzy {
    font-family: "Microsoft YaHei Light", "微软雅黑 Light", "Microsoft YaHei", sans-serif;
    line-height: 1.5;
    color: rgb(0, 0, 0);
    font-size: 16px;
}


.text3-qdzy {
    font-weight: 600;
    line-height: 2;
    color: rgb(0, 0, 0);
    font-size: 20px;
}

.image-item-qdzc {
    text-align: center;
    position: relative;
    flex: 1;
    margin: 0 10px;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.image-item-qdzc2 {
    text-align: center;
    position: relative;
    flex: 1;
    margin: 0 10px;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/* 图片样式 - 关键部分 */
.image-item img {
    width: 100%;
    /* 宽度100%填充容器 */
    height: 300px;
    /* 设置固定高度 */
    border-radius: 30px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 112, 201, 0.3);
}


.card-body {}

.gallery-button:hover {
    background-color: #0077cc;
    box-shadow: 0 6px 16px rgba(0, 112, 201, 0.4);
    transform: translateY(-2px), scale(1.02);
    color: white;
    background: #D20062;
}

.gallery-button:active {
    transform: translateY(1px), scale(1.02);
}

.gallery-button2 {
    display: inline-block;
    padding: 12px 30px;
    background-color: white;
    color: #D20062;
    border-radius: 10px;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}


.gallery-button2:hover {
    box-shadow: 0 6px 16px rgba(0, 112, 201, 0.4);
    transform: translateY(-2px);
    color: white;
    background: #D20062;
}

.gallery-button2:active {
    transform: translateY(1px);
}

.btn1-group {
    padding: 10px;
    border-radius: 34px;
    display: flex;
    justify-content: center;
}

.btn1:active {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
    position: relative;
}

.btn1 {
    text-align: center;
    width: 10%;
    /* min-width: 25px; */
    margin: 10px 50px;
    border-radius: 22px;
    box-shadow: 0 0 7px rgb(0, 0, 6, 0.5);
    padding: 9px 4px;
}

.btn1:hover {
    background: #D20062;
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.btn1:hover li a {
    color: rgb(255, 255, 255);
    transition: all 0.3s ease;
}

.btn1 li a:active {
    color: #D20062;
}

/*  */



.section-title {
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    text-align: center;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--accent);
    margin: 15px auto 0;
    border-radius: 2px;
}

.feature-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 200px;
    border: none;
    padding: 9px;

}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    color: var(--primary);
    margin-bottom: 20px;
}

.container2 {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    padding: 30px;
    border-radius: 15px;
    /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); */
}

.page-title {
    color: var(--primary);
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}

.lead {
    text-align: center;
    margin-bottom: 40px;
    color: #666;
}

.back-link {
    display: block;
    text-align: center;
    margin-top: 40px;
    color: var(--primary);
    text-decoration: none;
}

.back-link:hover {
    text-decoration: underline;
}

.img-hxys {
    width: 20%;
}

.card {
    width: 20%;
    /* background: rgba(255, 255, 255, 0.1); */
    /* border-radius: 15px; */
    overflow: hidden;
    position: relative;
    height: 380px;
    backdrop-filter: blur(10px);
    /* border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
} */

.card-image {
    height: 70%;
    overflow: hidden;
    position: relative;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card:hover .card-image img {
    transform: scale(1.1);
}

.card-content {
    justify-items: center;
    height: 30%;
    padding: 25px;
}

.card-content-text {
    margin-top: 10px;
    position: relative;
    z-index: 100;
    box-shadow: 3px 3px 5px rgb(57 57 57 / 60%);
    padding: 5px;
    border-radius: 26px;
    border: 1.5px solid #D20062;
    color: rgb(51, 112, 255, 1);
    text-align: center;
    width: 45%;
    font-size: 24px;
}

.card-content-text-middle {
    margin-top: 10px;
    position: relative;
    z-index: 100;
    box-shadow: 3px 3px 5px rgb(57 57 57 / 60%);
    padding: 5px;
    border-radius: 26px;
    border: 1.5px solid #D20062;
    color: rgb(51, 112, 255, 1);
    text-align: center;
    width: 45%;
    font-size: 24px;
}


.overlay {
    position: absolute;
    background: rgba(51, 112, 255, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    transition: all 0.5s ease;
    z-index: 10;
}

.overlay-content {
    line-height: 1.5;
    text-align: left;
    padding: 40px 15px;
    width: 100%;
    height: 100%;
    border: 1px solid;
    font-size: 18px;
    font-weight: 400;
}

.overlay-content-middle {
    line-height: 1.5;
    text-align: left;
    padding: 115px 15px 40px 15px;
    width: 100%;
    height: 100%;
    border: 1px solid;
    font-size: 18px;
    font-weight: 400;
}

/* 不同方向的蒙版初始位置 */
.overlay-top {
    width: 100%;
    height: 100%;
    /* top: 0; */
    top: -100%;
    left: 0;
}

.overlay-right {
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
}

.overlay-bottom {
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
}

.overlay-left {
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
}

/* 鼠标悬停时蒙版滑入 */
.card.animate-top .overlay-top {
    top: 0;
}

.card.animate-right .overlay-right {
    right: 0;
}

.card.animate-bottom .overlay-bottom {
    bottom: 0;
}

.card.animate-left .overlay-left {
    left: 0;
}

.card.animate-top .card-content-text {
    transform: translateY(-10px);
    transition: all 0.5s ease;
    z-index: 100;
    background: none;
    border: 1.5px solid white;
    color: white;
}

.card.animate-right .card-content-text {
    transform: translateY(-10px);
    transition: all 0.5s ease;
    z-index: 100;
    background: none;
    border: 1.5px solid white;
    color: white;
}

.card.animate-bottom .card-content-text {
    transform: translateY(-10px);
    transition: all 0.5s ease;
    z-index: 100;
    background: none;
    border: 1.5px solid white;
    color: white;
}

.card.animate-left .card-content-text {
    transform: translateY(-10px);
    transition: all 0.5s ease;
    z-index: 100;
    background: none;
    border: 1.5px solid white;
    color: white;
}

.card.animate-top .card-content-text-middle {
    transform: translateY(10px);
    transition: all 0.5s ease;
    z-index: 100;
    background: none;
    border: 1.5px solid white;
    color: white;
}

.card.animate-right .card-content-text-middle {
    transform: translateY(10px);
    transition: all 0.5s ease;
    z-index: 100;
    background: none;
    border: 1.5px solid white;
    color: white;
}

.card.animate-bottom .card-content-text-middle {
    transform: translateY(10px);
    transition: all 0.5s ease;
    z-index: 100;
    background: none;
    border: 1.5px solid white;
    color: white;
}

.card.animate-left .card-content-text-middle {
    transform: translateY(10px);
    transition: all 0.5s ease;
    z-index: 100;
    background: none;
    border: 1.5px solid white;
    color: white;
}

.container2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    width: 100%;
    padding: 20px;
}

.functions {
    min-height: 425px;
    gap: 170px;
    padding: 0 110px;
    justify-content: center;
    display: flex;
}

.functions-title {
    width: 99%;
    justify-content: space-between;
    display: flex;
}

.functions-text1 {
    padding-top: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #D20062;
    font-size: 24px;
    font-weight: 600;
}

.functions-text2 {
    line-height: 1.35;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14.5px;
    margin-bottom: 35px;
    color: #808080;
}

.functions-text3 {
    margin-bottom: 20px;
    font-size: 16px;
}

.dinggou {
    right: 45px;
    bottom: 20px;
    position: absolute;
}


.dinggou a {
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 24px;
    color: #D20062;
    text-align: right;
    font-weight: 600;
}

.dinggou a:hover {
    transition: all 0.3s ease;
    color: #000000;
    transform: translateX(5px);
}

.point-top {
    margin-top: -2px;
    position: relative;
    left: 83.2%;
    border-radius: 3px;
    background: #D20062;
    height: 6px;
    width: 6px;
}

.line-top {
    margin-bottom: 10px;
    left: 80%;
    position: relative;
    width: 16%;
    height: 1.5px;
    background: #D20062;
}

.line-right {
    margin-top: 5px;
    height: 60px;
    margin-left: 5%;
    width: 0.2%;
    background: #D20062;
}

.line-bottom {
    width: 26%;
    height: 1px;
    background: #D20062;
}

.number {
    font-size: 40px;
    color: #D20062;
    font-weight: bold;
    text-align: end;
}

.price {
    text-align: end;
    font-weight: 600;
    font-size: 24px;
    color: #D20062;
}

.function-img {
    left: 15%;
    /* box-shadow: 3px 3px 7px #646464; */
    position: absolute;
    width: 35%;
    z-index: 2;
}

.function-img img {
    height: 350px;
    width: 100%;
}

.function-img img:hover {
    transform: scale(1.02);
    box-shadow: 5px 5px 10px #646464;
    transition: all 0.3s ease-in-out;
}

.function-img video {
    box-shadow: 3px 3px 7px #646464;
    height: 100%;
    width: 100%;
}

.function-img video:hover {
    transform: scale(1.02);
    box-shadow: 5px 5px 10px #646464;
    transition: all 0.3s ease-in-out;
}

.function-text {
    padding: 2% 3% 4% 13%;
    left: 40%;
    /* padding-left: 12%; */
    box-shadow: 3px 3px 7px #646464;
    height: 99%;
    position: absolute;
    width: 46%;
    z-index: 1;
}

.function-tab {
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 0 15px;
    text-decoration: none;
    color: #333;
    padding-bottom: 35px;
    border-bottom: 2px solid transparent;
}

.function-tab.active {
    font-weight: bold;
    color: #D20062;
    border-bottom: 2px solid #D20062;
}

.functions-container {
    position: relative;
    min-height: 300px;
    overflow: hidden;
}

.functions {
    display: none;
}

.functions.active {
    display: flex;
}

.functions.slide-in-right {
    display: flex;
    animation: slideInRight 0.5s ease;
}

.functions.slide-in-left {
    display: flex;
    animation: slideInLeft 0.5s ease;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.adv-card {
    overflow: hidden;
    border: 1px solid rgba(51, 112, 255, 0.1);
    position: relative;
    width: 50%;
    border-radius: 25px 25px 0 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.adv-title {
    font-size: 16px;
    padding-left: 15px;
    text-align: left;
    position: relative;
    color: white;
    background: #D20062;
    height: 35px;
    line-height: 30px;

}

.adv-text {
    text-align: left;
    color: #5a5a5a;
    background: white;
    padding: 15px;
    font-size: 16px;
    letter-spacing: 1px;
}

/* ————————————————————————————————————————————产品使用场景—————————————————————————————————————— */
/* 按钮容器 */
.buttons-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

.adv-title-left {
    font-weight: bold;
    top: 40%;
    font-size: 26px;
    position: absolute;
    left: 57%;
    height: 50px;
    width: 110px;
    color: black;
}

.adv-title-right {
    font-weight: bold;
    top: 40%;
    font-size: 26px;
    position: absolute;
    left: 15%;
    height: 50px;
    width: 110px;
    color: black;
}

/* 交互容器 */
.interactive-container {
    /* height: 200px; */
    width: 20%;
    position: absolute;
    margin: 20px auto;
}

/* 圆形按钮 */
.circle-btn {
    width: 10px;
    height: 10px;
    background: #D20062;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 165px;
    right: 0;
    z-index: 10;
    transition: all 0.3s ease;
}

.circle-btn:hover {
    transform: scale(1.2);
}

.circle-btn:active {
    transform: scale(0.9);
}

/* 圆形按钮 */
.circle-btn2 {
    width: 10px;
    height: 10px;
    background: #D20062;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 165px;
    left: 0;
    z-index: 10;
    transition: all 0.3s ease;
}

.circle-btn2:hover {
    transform: scale(1.2);
}

.circle-btn2:active {
    transform: scale(0.9);
}

/* 涟漪容器 */
.ripple-container {
    position: absolute;
    top: 170px;
    width: 10px;
    height: 10px;
    z-index: 9;
}

.ripple-container.right {
    right: -5px;
}

.ripple-container.left {
    left: 5px;
}

/* 涟漪元素 */
.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(51, 112, 255, 0.7);
    transform: translate(-50%, -50%);
    animation: rippleAnimation 3.5s infinite;
}

.ripple:nth-child(2) {
    animation-delay: 0.5s;
}

.ripple:nth-child(3) {
    animation-delay: 1s;
}

/* 涟漪动画 */
@keyframes rippleAnimation {
    0% {
        width: 10px;
        height: 10px;
        opacity: 0.7;
    }

    100% {
        width: 50px;
        height: 50px;
        opacity: 0;
    }
}

/* SVG线条容器 */
.line-svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 175px;
    height: 200px;
}

/* SVG线条容器 */
.line-svg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    height: 200px;
}


/* 折线 */
.polyline {
    stroke: #D20062;
    stroke-width: 2;
    fill: none;
}

/* 默认隐藏的线条 */
#line1,
#line2,
#line3,
#line4,
#line5,
#line6,
#card1,
#card2,
#card3,
#card4,
#card5,
#card6 {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* 确保SVG元素可见 */
svg {
    display: block;
}

path {
    vector-effect: non-scaling-stroke;
}

.lft {
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.lft img {
    display: block;
    height: 180px;
    width: auto;
}

.lft:hover {
    transform: translateX(-100px) scale(1.02);
    transition: all 0.3s ease-in-out;
}

.lft2 {
    margin-bottom: -160px;
    position: relative;
    height: 100%;
}

.lft2 img {
    height: 100%;
    width: 100%;
}

.cards-container {
    /* background: url("../softFrame/pao.png"); */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.card {
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    /* background: rgba(255, 255, 255, 0.95); */
    border-radius: 15px;
    padding: 25px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.shuttle {
    background-position-y: 46%;
    background-position-x: 50%;
    background-size: 200% 150%;
    /* background-origin: revert; */
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 70px;
    background-image: url(/template/pc/skin/softFrame/paopao.png);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    opacity: 0;
    transition: all 0.8s ease-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.shuttle-visible {
    opacity: 1;
    top: 20px;
}

.circle {
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    /* font-size: 0.9rem; */
    text-align: center;
    padding: 10px;
    opacity: 0;
    transform: translateY(100px) scale(0.5);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); */
    cursor: default;
    z-index: 5;
}

.circle-visible {
    opacity: 0.9;
    transform: translateY(0) scale(1);
}

.card-content {
    margin-top: 80px;
    color: #34495e;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}



footer {
    text-align: center;
    margin-top: 60px;
    color: white;
    opacity: 0.8;
}

.scroll-indicator {
    text-align: center;
    margin: 40px 0;
    color: white;
    /* font-size: 1.2rem; */
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

@media (max-width: 1000px) {
    .cards-container {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 100%;
        margin-bottom: 30px;
    }
}

.text1 {
    margin: 45px;
}


.jieshao-text {
    color: black;
    text-align: center;
    position: absolute;
    bottom: 0;
}


.mulu {
    justify-items: end;
    padding: 1% 0;
    background: rgb(255, 255, 255);
    height: 100%;
    width: 20%;
    /* box-shadow: 0 0 10px rgb(80 80 80); */
    position: sticky;
    top: 50px;
}

.mulu-title {
    font-weight: bold;
    font-size: 20px;
    border-radius: 25px 0 0 25px;
    height: 10%;
    color: rgb(0, 0, 0);
    padding: 2% 18px;
    margin: 12px 0 -10px 0px;
    background: #ffffff;
    width: 70%;
}

.mulu-text3 {
    font-size: 18px;
    border-radius: 8px;
    height: 10%;
    color: black;
    padding: 15px 20px;
    margin: 20px 0;
    background: #ffffff;
    width: 70%;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 500;
}

.mulu-text2 {
    font-size: 18px;
    border-radius: 8px;
    height: 10%;
    color: black;
    padding: 15px 20px;
    margin: 20px 0;
    background: #ffffff;
    width: 70%;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 500;
}

.mulu-text2:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #4874CB;
}

.mulu-text3:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #4874CB;
}

.mulu-text3.active {
    color: #4874CB;
}

.mulu-text3.active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 70%;
    background: #4874CB;
    border-radius: 0 4px 4px 0;
}



.jieshao-head {
    height: 25%;
    /* border-left: 35px solid #4874CB; */
    /* padding: 10px 25px; */
    position: relative;
}

.head-title {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(211 211 211);
    margin: 10px;
    font-size: 24px;
    color: black;
    font-weight: bold;
}

.head-text {
    font-weight: bold;
    justify-content: left;
    display: flex;
    font-size: 20px;
    color: black;
    margin: 50px 10px;
    align-items: center;
}

.head-text img {
    margin-right: 15px;
    width: 20px;
}

.head-text a {
    color: black;
    transition: all 0.3s ease;
}

.head-text:hover a {
    transform: translateX(3px);
    color: rgba(51, 112, 255, 1);
}

.jieshao-img {
    text-align: center;
    position: relative;
    height: 70%;
    width: 100%;
    overflow: hidden;
    bottom: 5%;
}

.jieshao-img img {
    height: 100%;
}



/* 添加渐入渐出动画样式 */
.jieshao {
    margin: 70px 0;
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1;
    /* transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease; */
}

.jieshao.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.jieshao.fade-out {
    opacity: 0;
    transform: translateY(-20px);
}

.mulu-text3.active {
    /* background: #4874CB; */
    font-weight: bold;
}

.mulu:before {
    z-index: 5;
    content: '';
    position: absolute;
    left: 15%;
    width: 2.1px;
    height: 100%;
    background: #c1b9b90f;
    border-radius: 0 4px 4px 0;
}

.mulu-text3.active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3.5px;
    height: 70%;
    background: #4874CB;
    border-radius: 0 4px 4px 0;
}

.card-group {
    gap: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jieshao-card {
    width: 30%;
    padding: 20px 10px;
    height: auto;
    display: flex;
    border: 1px solid #e9e9e9;
    transition: all 0.3s ease;
    cursor: pointer;
}

.jieshao-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.jieshao-card2 {
    width: 30%;
    padding: 20px 10px;
    height: auto;
    display: flex;
    border: 1px solid #e9e9e9;
    transition: all 0.3s ease;
}

.jieshao-card2:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-img {
    position: relative;
    margin: 0px 10px 0px 10px;
    /* height: 45%; */
}

.card-img img {
    height: 32px;
}

.card-area {
    position: relative;

}

.card-title {
    display: flex;
    justify-content: left;
    align-items: center;
    color: black;
    font-size: 20px;
}

.card-title img {
    height: 20px;
    margin-left: 5px;
}

.card-text {
    font-size: 16px;
    color: #828282;
    margin-top: 10px;
}

.mulu-shugong {
    width: 75%;
}

.mulu-shugong-part {
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 8px;
    margin: 0;
    color: black;
    padding: 15px 20px;
    background: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 500;
}

.first-area {
    width: 45%;
}

.first-img {
    width: 20%;
}

.first-img img {
    width: 100%;
    margin-top: 50%;
}

.first-title {
    margin-top: 25%;
    font-size: 47px;
    font-weight: 600;
    color: #000000;
}

.line {
    height: 30px;
    background: black;
    width: 1.5px;
}

.first-list {
    height: 57.5px;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    padding: 10px 10%;
    width: 100%;
    align-items: center;
    display: flex;
    background-color: #ffffff;
    justify-content: space-between;
    box-shadow: 0 0 2px #e2dddd;
}
.hytz{
    transition: all 0.3s ease-in-out;
}
.hytz span{
    font-size: 20px;
    color: black;
    transition: all 0.3s ease-in-out;
    transform: translateZ(0); /* 启用硬件加速 */
    display: inline-block; /* 确保transform可以正常工作 */
    cursor: pointer;
}
.hytz:hover span{
    font-size: 20px;
    color: #0249CB;
    font-weight: 600;
    transform: translateX(5px); /* 添加轻微的位移效果 */
}

.first-img1 {
    margin-top: 81px;
    height: 14%;
}

.first-img1 img {
    height: 100%;
}

.banner-number {
    margin-top: 64px;
    width: 160%;
    justify-content: space-between;
    display: flex;
}

.number-part {}

.number-text {
    display: flex;
    align-items: end;
}

.number-text span {
    font-size: 50px;
    color: black;
}

.number-title {
    margin-left: 20px;
    height: 30px;
    display: flex;
    width: 115px;
    background: rgba(15, 110, 227, 1);
    color: white;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 25px;
    font-size: 18px;
}

.banner-text {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    width: 220px;
    color: #000000;
}

.banner-text span { 
    color: #646464;
}

.jiantou {
    display: flex;
    position: relative;
    width: 50px;
    align-items: center;
}

.jiantou img {
    width: 100%;
}