.hydc-banner {
    /* background: url(../../images/hydc.png) no-repeat;
    background-size: 100% 100%; */
    position: relative;

}
.hydc-banner .hydc-content{
    position: absolute;
    z-index: 2;
    height: 78%;
    justify-content: center;
}
.hydc-banner .hydcSwiper{
    height: 100%;
}
.hydc-banner .hydcSwiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* 图像会完全适应容器，但可能会留下空白 */
}
.hydc-banner .hydcSwiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: var(--swiper-pagination-bottom, 30px);
}
.hydc-banner .hydcSwiper .swiper-pagination-bullet-active{
    background: linear-gradient( 334deg, #3D71FF 0%, #3D71FF 100%) !important;
    border-radius: 8px;
}
.hydc-banner .hydcSwiper .swiper-pagination-bullet{
    width: 56px;
    height: 4px;
    opacity: 1;
    border-radius: 8px;
    background: #FFFFFF;
}
.hydc-banner .title{
    font-size: 45px;
    background: linear-gradient(to left, #3D71FF 0%, #3D71FF 100%);
    /* 关键属性：裁剪背景到文字区域 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 文字颜色透明，显示背景渐变 */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    margin-bottom: 10px;
}
.hydc-banner .info{
    font-weight: bold;
    font-size: 28px;
    color: #202036;
}
.main .ygflBox {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E9E9F4;
    margin-top: 46px;
}


.main .ygflBox div:nth-child(2) {
    margin: 0 90px;
}

.main .ygflBox div:nth-child(3) {
    margin-right: 90px;
}

.main .ygflBox div {
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    padding: 8px 0;
    color: #202036;
    line-height: 27px;
    text-align: center;
    border-bottom: 3px solid transparent;
}

.main .ygflBox .active {
    background: linear-gradient(to left, #3D71FF 30%, #3D71FF 100%);
    /* 关键属性：裁剪背景到文字区域 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 文字颜色透明，显示背景渐变 */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    border-bottom: 3px solid #3D71FF;
    font-weight: bold;
}

.hydcCgal {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;
}

.hydcCgal li {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(129, 178, 225, 0.13);
    border-radius: 20px;
    width: 315px;
    cursor: pointer;
    border: 1px solid transparent;
}

.hydcCgal li div {
    display: flex;
    align-items: baseline;
    font-weight: bold;
    font-size: 20px;
    color: #202036;
    line-height: 30px;
    text-align: left;
    margin-bottom: 10px;
    height: 60px;
}

.hydcCgal li div p {
    width: 280px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hydcCgal li .contentText {
    font-weight: 400;
    font-size: 14px;
    color: #A0A0B2;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    height: 60px;
}

.hydcCgal li .contentDete {
    font-weight: 400;
    font-size: 12px;
    color: #A0A0B2;
    line-height: 21px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.hydcCgal li .contentImg {
    width: 304px;
    height: 172px;
}

.hydcCgal li div .icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: linear-gradient(348deg, #3D71FF 0%, #3D71FF 95%);
    border-radius: 2px 2px 2px 2px;
    transform: rotate(45deg);
    margin-right: 10px;
}

.hydcCgal li:hover {
    background: linear-gradient( 330deg, #EEF4FF 0%, #FAFFFE 100%);
    box-shadow: 0px 0px 20px 0px rgba(129, 178, 225, 0.2);
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #FFFFFF;
}

.hydcCgal li:hover div {
    background: linear-gradient(to left, #3D71FF 20%, #3D71FF 100%);
    /* 关键属性：裁剪背景到文字区域 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 文字颜色透明，显示背景渐变 */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.main .gdcgal {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding-top: 62px;
    background: linear-gradient(to left, #3D71FF 20%, #3D71FF 100%);
    /* 关键属性：裁剪背景到文字区域 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 文字颜色透明，显示背景渐变 */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    cursor: pointer;
}

.hydcCgal li:hover .ljxz {
    background: linear-gradient(334deg, #3D71FF 0%, #3D71FF 100%);
    border: 1px solid #ffff !important;
}

.hydcCgal li:hover .ljxz span {
    background: linear-gradient(to left, #ffff 20%, #ffff 100%);
    /* 关键属性：裁剪背景到文字区域 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 文字颜色透明，显示背景渐变 */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.ljxz {
    width: 136px;
    padding: 10px 0;
    border-radius: 30px;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #ffff, #ffff), linear-gradient(334deg, #3D71FF, #3D71FF);
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

.ljxz span {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    background: linear-gradient(to left, #3D71FF 20%, #3D71FF 100%);
    /* 关键属性：裁剪背景到文字区域 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 文字颜色透明，显示背景渐变 */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    cursor: pointer;
}

/* 响应式 */
@media (max-width: 992px) {
    .main .ygflBox div:nth-child(2) {
        margin: 0 30px;
    }

    .main .ygflBox div:nth-child(3) {
        margin-right: 30px;
    }

    .main .ygflBox div {
        font-size: 15px;
    }

    .ptb80 {
        padding: 40px 0;
    }

    .hydc-banner {
        background-size: cover !important;
        background-position: 80% !important;
    }
}

@media (max-width: 800px) {
    .main .hydcCgal {
        flex-direction: column;
        align-items: center;
    }
    .main .hydcCgal li{
        width: 80%;
    }
    .main .hydcCgal li .contentImg{
        width: 100%;
        height: auto;
    }
}
