.box div {
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 37px;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}

.box div img {
    margin-top: 20px;
    width: 80px;
}

.footer {
    margin-top: 100px;
}

.footer .text-center img {
    width: 170px;
}

.footer .text-center {
    font-family: PingFang SC, PingFang SC;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    font-style: normal;
    text-transform: none;
}

.title1 {
    width: 100%;
    font-family: PingFang SC, PingFang SC;
    letter-spacing: 5px;
    /* font-weight: bold; */
    font-size: 90px;
    color: #F5F5F5;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.title2 {
    width: 100%;
    letter-spacing: 5px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 50px;
    color: #F5F5F5;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.title2 div {
    border-left: 3px solid #F5F5F5;
    padding: 0 20px;
    line-height: 50px;
}

.title2 div:first-child {
    border-left: none;
    padding-left: 0px;
}



.title3 {
    width: 100%;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 28px;
    color: #F5F5F5;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 20px 0;
}

.title3 div {
    border-left: 2px solid #F5F5F5;
    padding: 0 10px;
    line-height: 28px;
}

.title3 div:first-child {
    border-left: none;
    padding-left: 0px;
}

.header .row .text p {

    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #F5F5F5;
    margin: 0;
}

.header .row .col-lg-4 .btn .btn1 {
    width: 252px;
    height: 76px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 36px;
    margin-top: 100px;
}

.title4 {

    font-family: PingFang SC, PingFang SC;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 84px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.title5 {

    font-family: PingFang SC, PingFang SC;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 84px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}


.select .title2 {
    margin: 30px 0;
    color: #000000;
}

.select .title2 div {
    border-left: 3px solid #000000;
    padding: 0 10px;
    line-height: 60px;
}

.select .title2 div:first-child {
    border-left: none;
    padding-left: 0px;
}

.w10 .title3 {
    margin: 30px 0;
    color: #000000;

    justify-content: center
}

.w10 .title3 div {
    border-left: 3px solid #000000;
    padding: 0 10px;
    line-height: 35px;
}

.w10 .title3 div:first-child {
    border-left: none;
}

.w10 .card {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
}

.w10 .card .top {
    background-image: url(../image/lg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    aspect-ratio: 145/84;
    display: flex;
    justify-content: center;
    align-items: center;


    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    font-style: normal;
    text-transform: none;
    position: relative;
}

.w10 .card .top2 {
    background-image: url(../image/mp.png);

}

.w10 .card .top3 {
    background-image: url(../image/gzt.png);

}

.w10 .card .top4 {
    background-image: url(../image/fp.png);

}

.w10 .card .top .tab {
    position: absolute;
    left: 0;
    top: 5%;
    padding: 5px;
    width: 25%;
    font-size: 6px;
    background: url(../picture/lan.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


.w10 p {
    font-family: PingFang SC, PingFang SC;
    font-size: 9px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0;

}

.w10 .card .body {
    width: 100%;
    aspect-ratio: 145/87;
    padding: 5px;
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w10 .container .col-lg-3 .card .body div {
    margin-bottom: 5%;
}

.kd .row {
    width: 100%;
}

.kd .box {
    padding: 15px;
    width: 80%;
    aspect-ratio: 3/2;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 1px #BDBDBD;
    border-radius: 20px 20px 20px 20px;
    margin-bottom: 20px;
    max-width: 300px;
}

.kd .box .top {
    justify-content: space-between;
}

.kd .box .body {
    height: 50%;

}

.kd .box .top img {
    width: 40px;
    margin: 0;
}

.kd .box .body p {
    font-family: PingFang SC, PingFang SC;
    font-size: 12px;
    color: #000000;
    text-align: left;
    line-height: 18px;
    margin: 0;
}

.kd .box div {
    margin: 0;
}

.kd .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.kd .left .box:first-child {
    position: relative;
    left: -10px;
}

.kd .left .box:last-child {
    position: relative;
    left: -8px;
}

.kd .left2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.kd .left2 .box:first-child {
    position: relative;
    left: -10px;
}

.kd .left2 .box:nth-child(2) {
    position: relative;
    left: 10px;
}


.kd .left2 .box:last-child {
    position: relative;
    left: 100px;
}



.kd .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.kd .right .box:first-child {
    position: relative;
    left: -10px;
}



.kd .right .box:last-child {
    position: relative;
    top: -100px;
}

.kd .right2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.kd .right2 .box:first-child {
    position: relative;
    left: -10px;
}

.kd .right2 .box:nth-child(2) {
    position: relative;
    left: 10px;
}


.kd .right2 .box:last-child {
    position: relative;
    left: -100px;
}



@media (min-width: 1801px) {
    .title1 {
        font-size: 90px;
    }

    .title2 {
        font-size: 50px;
    }

    .title3 {
        font-size: 28px;
    }

    .title3 div {
        line-height: 28px;
    }
}



@media (max-width: 1800px) {
    .title1 {
        font-size: 55px;
    }

    .title2 {
        font-size: 27px;
    }

    .title2 div {
        line-height: 27px;
    }

    .select .title2 div {
        line-height: 27px;
    }

    .title3 {
        font-size: 20px;
    }

    .title3 div {
        line-height: 20px;
    }

    .title {
        font-size: 40px;
    }
}

@media (max-width: 575.98px) {
    .footer .text-center .text {
        font-size: 16px;
    }

    .title1 {
        font-size: 55px;
    }

    .title2 {
        font-size: 27px;
        text-align: center;
    }

    .title2 div {
        line-height: 27px;
    }

    .select .title2 div {
        line-height: 27px;
    }

    .title3 {
        font-size: 20px;
    }

    .title3 div {
        line-height: 20px;
    }

    .title {
        font-size: 24px;
    }
}




/* 滚动容器 */
.scroll-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* 滚动包装器 */
.scroll-wrapper {
    display: flex;
    width: 200%;
    animation: scrolling 50s linear infinite;
}

/* 滚动内容 */
.scroll-content {
    flex: 0 0 50%;
    display: flex;
    padding: 10px;
}

/* 滚动动画 */
@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* 悬停暂停 */
.scroll-wrapper:hover {
    animation-play-state: paused;
}

/* 优化动画性能 */
.scroll-wrapper {
    will-change: transform;
    transform: translateZ(0);
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
    .scroll-wrapper {
        animation-duration: 30s;
    }

    .scroll-content {
        padding: 0 15px;
    }
}

/* 通用动画效果类 */
.hover-animate {
    cursor: pointer;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeIn 0.5s ease-out;
}

/* 进入页面时的动画 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 悬停上浮效果 */
.hover-animate:hover {
    transform: translateY(-8px);
}

/* 图片动画效果 */
.hover-animate img {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-animate:hover img {
    transform: scale(1.1) rotate(2deg);
    animation: imgPulse 1s infinite alternate;
}

@keyframes imgPulse {
    from {
        transform: scale(1.1) rotate(2deg);
    }

    to {
        transform: scale(1.15) rotate(2deg);
    }
}

/* 文字动画效果 */
.hover-animate .text {
    position: relative;
    transition: all 0.3s ease;
}

.hover-animate:hover .text {
    color: var(--primary-color, #3d3d3d);
    font-weight: 500;
    animation: textFloat 1s infinite alternate;
}

@keyframes textFloat {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-2px);
    }
}

/* 光效动画 */
.hover-animate::before,
.hover-animate::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    pointer-events: none;
    transition: all 0.4s ease;
}

/* 外发光效果 */
.hover-animate::before {
    background: radial-gradient(circle, rgba(89, 89, 89, 0.1) 0%, transparent 70%);
    opacity: 0;
    transform: scale(0.8);
}

/* 内部光效 */
.hover-animate::after {
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    opacity: 0;
    transform: translateX(-100%) rotate(45deg);
}

.hover-animate:hover::before {
    opacity: 1;
    transform: scale(1.2);
}

.hover-animate:hover::after {
    opacity: 0.4;
    transform: translateX(100%) rotate(45deg);
    transition: all 0.8s ease;
}

/* 点击效果 */
.hover-animate:active {
    transform: scale(0.95);
    transition: transform 0.1s;
}

/* 响应式优化 */
@media (max-width: 768px) {
    .hover-animate:hover {
        transform: translateY(-4px);
    }

    .hover-animate:hover img {
        animation: none;
        transform: scale(1.05);
    }

    .hover-animate:hover .text {
        animation: none;
    }
}

/* 触摸设备优化 */
@media (hover: none) {
    .hover-animate:hover {
        transform: none;
    }

    .hover-animate:active {
        transform: scale(0.98);
        transition: transform 0.2s;
    }

    .hover-animate:active::after {
        opacity: 0.6;
        transform: translateX(0) rotate(45deg);
        transition: all 0.2s;
    }
}

/* Swiper 垂直轮播样式 */
.vertical-swiper {
    width: 100%;
    height: 600px;
}

.vertical-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* 分页器样式自定义 */
.vertical-swiper .swiper-pagination {
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vertical-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: all 0.3s ease;
}

.vertical-swiper .swiper-pagination-bullet-active {
    background: #2B5AED;
    transform: scale(1.2);
}

/* 内容动画 */
.swiper-slide-active .row {
    animation: slideIn 0.8s ease-out forwards;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}