.first-title{
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.first-title h{
    font-size: 30px;
}
.first-title a{
    color: #fdb603;
    font-size: 55px;
}
/* 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;
    /* 确保文字和按钮在蒙版上方 */
}

.gallery-button {
    transition: all 0.3s ease;
}

.gallery-button:hover {
    transform: translateY(-5px);
    background: white !important;
    color: #fdb603 !important;
    box-shadow: 0 3px 10px #fdb6038a !important;
}

/* 文字从下往上渐入动画 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}



.head-label {
    display: flex;
    align-items: center;
    justify-items: center;
    font-size: 18px;
    position: relative;
    margin: 20px 4%;
    height: 40px;
    color: black;
    background: white;
    border-radius: 5px;
    text-align: center;
    padding: 7px 18px;
    overflow: hidden;
    cursor: pointer;
}

.head-label::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #4874cb;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.head-label:hover::after {
    width: 100%;
    left: 50%;
}

.head-img {
    margin: 0 1px;
    top: 0%;
    position: absolute;
    right: 1%;
    height: 35%;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
}

.head-label:hover {
    background: #fdb603;
    color: white;
}

.head-img img {
    height: 100%;
}

.animated-text {
    opacity: 0;
}

/* .animate-delay-1 {
    animation-delay: 0.1s;
}
.animate-delay-2 {
    animation-delay: 0.4s;
}
.animate-delay-3 {
    animation-delay: 0.6s;
}
.animate-delay-4 {
    animation-delay: 0.8s;
} */

.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); */
}

.mulu-title {
    font-weight: bold;
    font-size: 30px;
    border-radius: 25px 0 0 25px;
    height: 10%;
    color: rgb(0, 0, 0);
    padding: 2% 18px;
    margin: 12px 0 -10px 0px;
    background: #ffffff;
    width: 75%;
}

.mulu-text {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 20px;
    border-radius: 8px;
    color: black;
    padding: 20px;
    background: #ffffff;
    width: 75%;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 500;
}

.mulu-text:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fdb603;
}

.mulu-text.active {
    color: #fdb603;
    font-weight: bold;
}

.mulu-text.active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 70%;
    background: #fdb603;
    border-radius: 0 4px 4px 0;
}

.jieshao {
    position: relative;
    width: 75%;
    height: 100%;
    /* box-shadow: 0 0 10px rgb(80 80 80); */

}

.jieshao-head {
    height: 25%;
    border-left: 35px solid #fdb603;
    padding: 10px 25px;
    position: relative;
}

.head-title {
    margin: 10px;
    font-size: 30px;
    color: black;
    font-weight: bold;
}

.head-text {
    font-size: 20px;
    color: black;
    margin: 10px;
}

.jieshao-img {
    text-align: center;
    position: absolute;
    height: 70%;
    width: 100%;
    overflow: hidden;
    bottom: 5%;
}

.jieshao-img img {
    height: 100%;
}

/* 添加渐入渐出动画样式 */
.jieshao {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
}

.jieshao.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.jieshao.fade-out {
    opacity: 0;
    transform: translateY(-20px);
}



/* 
.progress-nav li a.active:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 4px;
      height: 70%;
      background: #3498db;
      border-radius: 0 4px 4px 0;
  } */


/* 添加渐入渐出动画样式 */
.jieshao {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
}

.jieshao.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.jieshao.slide-up-out {
    opacity: 0;
    transform: translateY(-20px);
}

.jieshao.slide-down-out {
    opacity: 0;
    transform: translateY(20px);
}

.jieshao.slide-up-in {
    opacity: 0;
    transform: translateY(-20px);
}

.jieshao.slide-down-in {
    opacity: 0;
    transform: translateY(20px);
}

.jieshao.slide-up-in.active {
    opacity: 1;
    transform: translateY(0);
}

.jieshao.slide-down-in.active {
    opacity: 1;
    transform: translateY(0);
}

/*  */
/* 技术优势部分 */
.technology-section {
    padding: 40px 0 70px;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.section-title h2 {
    color: var(--dark-color);
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.section-title h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, var(--primary-color), var(--primary-dark));
    border-radius: 2px;
}

.section-title p {
    color: #666;
    max-width: 700px;
    margin: 20px auto 0;
    line-height: 1.6;
}

/* 悬停展开式卡片设计 */
.expandable-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
}

.card-wrapper {
    border-radius: var(--border-radius);
    box-shadow: 0 0 30px #0000001a;
    width: 300px;
    height: 380px;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
}

.card {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.card-front,
.card-back {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: transform 0.4s ease;
}

.card-front {
    background: var(--light-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
    z-index: 1;
    box-shadow: var(--box-shadow);
    transform: translateY(0);
}

.card-back {
    background: #FFC107;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 25px;
    overflow-y: auto;
    z-index: 2;
    top: 0;
    transform: translateY(-100%);
}

.card:hover .card-back {
    transform: translateY(0);
}

/* 移除悬停效果 */
/*
.card:hover {
    transform: rotateY(180deg);
}
*/

.card-icon {
    font-size: 60px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.card-title {
    color: black;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--dark-color);
}

.card-desc {
    color: #666;
}

.card-back-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.card-features {
    list-style: none;
    margin-bottom: 20px;
}

.card-features li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 16px;
    position: relative;
}

.card-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: white;
    font-weight: bold;
}

.card-value {
    color: black;
    background: #fcdd9e91;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
    font-size: 16px;
}

.card-value-title {
    color: black;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 5px;
}

/* CTA区域 */
.cta-section {
    background: linear-gradient(120deg, var(--primary-light) 0%, #fef6dd 100%);
    color: var(--dark-color);
    padding: 70px 0;
    text-align: center;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(253, 182, 3, 0.2);
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--dark-color);
}

.cta-content p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #555;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 5px 15px rgba(253, 182, 3, 0.3);
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    font-size: 18px;
}

.cta-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(253, 182, 3, 0.4);
}

.cta-button:hover:before {
    left: 100%;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .expandable-cards {
        gap: 15px;
    }

    .card-wrapper {
        width: 280px;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 40px 0 60px;
    }

    .technology-section {
        padding: 30px 0 50px;
    }

    .section-title {
        margin-bottom: 40px;
    }


    .expandable-cards {
        flex-direction: column;
        align-items: center;
    }

    .card-wrapper {
        width: 100%;
        max-width: 400px;
        height: 350px;
    }

    .cta-button {
        display: block;
        margin: 15px auto;
        max-width: 250px;
    }
}

:root {
    --primary-color: #fdb603;
    --primary-light: #fee9ab;
    --primary-dark: #e6a500;
    --secondary-color: #4a6580;
    --secondary-light: #a0b3c8;
    --dark-color: #2c3e50;
    --light-color: #ffffff;
    --gray-light: #f5f7fa;
    --gray: #e2e8f0;
    --border-radius: 12px;
    --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.jieshao-text {
    color: black;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.jieshao-part {
    justify-items: center;
    display: none;
}

.jieshao-part.active {
    display: block;
}

.jieshao-buttons {
    right: 0%;
    z-index: 100;
    position: absolute;
    top: 50%;
}

.onbtn {
    background-image: url('/template/pc/skin/caiwu/onbtn灰.png');
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    /* border: 1px solid black; */
    /* border-radius: 50%; */
    text-align: center;
    margin: 20px 0;
    cursor: pointer;
}

.downbtn {
    background-size: 100% 100%;
    background-image: url('/template/pc/skin/caiwu/downbtn灰.png');
    width: 50px;
    height: 50px;
    /* border: 1px solid black;
    border-radius: 50%; */
    text-align: center;
    margin: 20px 0;
    cursor: pointer;
}

.onbtn:hover {
    background-image: url('/template/pc/skin/caiwu/onbtn黄.png');
}

.downbtn:hover {
    background-image: url('/template/pc/skin/caiwu/downbtn黄.png');
}

.onbtn img {
    width: 100%;
    color: #555;
}

.downbtn img {
    width: 100%;
}

.onbtn:hover {
    transform: scale(1.2);
}

.downbtn:hover {
    transform: scale(1.2);
}

.row1 .card2 {
    background: #FBC43F;
}

.row2 .card2 {
    background: #FCDD9E;
}

.row3 .card2 {
    background: #DADEDF;
}

.row4 .card2 {
    background: #DADEDF;
}

.product-container {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.product-scroll {
    display: flex;
    width: max-content;
    animation-duration: 400s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.scroll-right {
    animation-name: scrollRight;
}

.scroll-left {
    animation-name: scrollLeft;
}

@keyframes scrollRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollLeft {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.card2 {
    background-color: #FCDD9E;
    color: white;
    padding: 15px 20px;
    margin: 0 10px;
    border-radius: 8px;
    min-width: 150px;
    text-align: center;
    font-weight: bold;
    flex-shrink: 0;
}

.finance-module * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
}

.finance-module {
    width: 100%;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.finance-module__container {
    width: 100%;
}

.finance-module__card-groups {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.finance-module__card-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-height: 400px;
}

.finance-module__card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); */
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

.finance-module__card-head {
    padding: 10px;
    color: rgb(0, 0, 0);
    /* font-size: 1.3rem; */
    font-weight: bold;
    cursor: pointer;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    min-height: 90px;
    text-align: center;
}

.finance-module__card-body {
    font-size: 17px;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    /* transition: max-height 0.4s ease, padding 0.4s ease; */
    transition: all 0.3s ease-in-out;
    background: #f9f9f9;
}

.finance-module__card--expanded .finance-module__card-body {
    padding: 20px;
    max-height: 300px;
}

.finance-module__feature-list {
    list-style-type: none;
}

.finance-module__feature-list li {
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    align-items: center;
}

.finance-module__feature-list li:last-child {
    border-bottom: none;
}

.finance-module__feature-list li:before {
    background-image: url('/template/pc/skin/caiwu/gou.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    content: "";
    margin-right: 10px;
    vertical-align: middle;
}

/* 卡片组1样式 */
.finance-module__group-1 .finance-module__card:nth-child(1) .finance-module__card-head {
    background: #B6CBE0;
}

.finance-module__group-1 .finance-module__card:nth-child(2) .finance-module__card-head {
    background: #FFC107;
}

/* 卡片组2样式 */
.finance-module__group-2 .finance-module__card:nth-child(1) .finance-module__card-head {
    background: #FFC107;
}

.finance-module__group-2 .finance-module__card:nth-child(2) .finance-module__card-head {
    background: #B6CBE0;
}

/* 卡片组3样式 */
.finance-module__group-3 .finance-module__card:nth-child(1) .finance-module__card-head {
    background: #B6CBE0;
}

.finance-module__group-3 .finance-module__card:nth-child(2) .finance-module__card-head {
    background: #FFC107;
}

.finance-module__card--collapsed {
    flex: 0 0 90px;
}

.finance-module__card--expanded {
    flex: 1;
}


@media (max-width: 900px) {
    .finance-module__card-groups {
        flex-direction: column;
    }

    .finance-module__card-group {
        margin-bottom: 20px;
        min-height: 300px;
    }
}

.fa-chart-line:before{
    content: "\f201";
}
.fa-user-tie:before {
    content: "\f508";
}
.fa-money-check:before {
    content: "\f53c";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-calculator:before {
    content: "\f1ec";
}

.fa-solid, .fas {
    font-size: 45px;
    font-weight: 900;
}
.jieshao-container{
    position: relative; 
    width: 80%; 
    height: 100%;

}
.gnzl-text{
    font-size: 18px;
}