.gywm-title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #091221;
    margin-bottom: 20px;
}

.gywm-title h3 span {
    color: #376aff;
}

.gywm-text p {
    font-size: 16px;
    line-height: 2;
    color: #656D78;
    margin-bottom: 20px;
}

.gywm-media {}

.video-wrapper {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    /* height: 300px; */
    aspect-ratio: 16/9;
}

.video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-player[poster] {
    object-fit: cover;
}

.video-wrapper img {
    width: 100%;
}

.video-wrapper.playing .play-btn {
    display: none;
}

.video-wrapper .gywm-media-play {
    width: 84px;
    height: 86px;
    position: absolute;
    left: calc(50% - 42px);
    top: calc(50% - 43px);
}

.gywm-list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.w-line {
    display: block;
    margin: 0;
    margin-left: -0;
    padding: 0;
    width: 1px;
    height: 22px;
    font-size: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #c6def5;
}

.gywm-list-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.gywm-list-item img {
    width: 108px;
    height: 110px;
    margin-right: 10px;
}

.gywm-list-item h5 {
    font-size: 24px;
    color: #0b1636;
    font-weight: bold;
    margin-bottom: 5px;
}

.gywm-list-item p {
    font-size: 16px;
    line-height: 1.5;
    color: #656D78;
}

.dsj {
    background: url("../images/gywm/dsjbg.jpg") no-repeat;
    background-size: cover;
}

.dsj .section-title h3 {
    color: #fff;
}

.dsj .section-title p {
    color: #fff;
}

.dsj .swiper-dsj-container {
    position: relative;
}

.dsj .swiper-dsj {
    width: calc(100% - 120px);
}

.swiper-dsj .swiper-slide .dsj-item {
    background: url(../images/gywm/xsjxqbg.jpg) no-repeat;
}

.swiper-dsj .swiper-slide:nth-child(2n) .dsj-item {
    background: url(../images/gywm/xsjxqbg02.jpg) no-repeat;
}

.dsj-item {
    border-radius: 10px;
    padding: 40px 30px;
    border: 1px solid #ffffff;
    height: 238px;
}

.dsj-item h5 {
    font-weight: bold;
    font-size: 26px;
    color: #376aff;
    margin-bottom: 10px;
}

.dsj-item p {
    font-size: 16px;
    line-height: 2;
    color: #28292e;
}

.dsj-pagination-box {
    width: calc(100% - 120px);
    overflow: hidden;
    margin: auto;
    background: url(../images/gywm/dsjx.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.dsj-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    transition: transform 0.3s ease;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: auto;
}

.dsj-pagination .dsj-bullet {
    display: block;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    position: relative;
    height: 100px;
    width: 100px;
    flex-shrink: 0;

    /* 1. 鼠标悬停显示手指指针 */
    cursor: pointer;

    /* 2. 禁止文本选中（核心：防止点击后出现光标） */
    user-select: none;
    /* 标准属性 */
    -webkit-user-select: none;
    /* Safari/Chrome */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
}

.dsj-pagination .dsj-bullet span {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.4s ease-in-out;
    line-height: 40px;
    display: inline-block;
    width: 100%;
}

.dsj-pagination .dsj-bullet .point {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #fff;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
}

.dsj-pagination .dsj-bullet .point em {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #fff;
    position: absolute;
    left: calc(50% - 6px);
    top: calc(50% - 6px);
    transition: all 0.4s ease-in-out;
}

.dsj-pagination .dsj-bullet .blue-line {
    position: absolute;
    top: 80px;
    width: 100%;
    height: 6px;
}

.dsj-pagination .dsj-bullet .blue-line em {
    width: 0;
    height: 6px;
    margin: auto;
    display: block;
    border-radius: 6px;
    background-color: rgb(55, 106, 255);
    transition: all 0.4s ease-in-out;
}

.dsj-pagination .swiper-pagination-bullet-active {
    background: none;
    font-weight: bold;
    font-size: 26px;
}

.dsj-pagination .swiper-pagination-bullet-active span {
    position: absolute;
    bottom: 60px;
}

.dsj-pagination .swiper-pagination-bullet-active .point em {
    background: #609ee9;
}

.dsj-pagination .swiper-pagination-bullet-active .blue-line em {
    width: 30px;
}

.swiper-dsj-container .swiper-button-next:after,
.swiper-dsj-container .swiper-button-prev:after {
    content: none;
    width: 50px;
    height: 50px;
}

.swiper-dsj-container .swiper-button-next {
    top: calc(50% - 25px);
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0;
}

.swiper-dsj-container .swiper-button-prev {
    top: calc(50% - 25px);
    left: 0;
    width: 50px;
    height: 50px;
    margin: 0;
}

.ryzz {
    background: url("../images/gywm/ryzzbg.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.ryzz-hearder-line {
    display: flex;
    border: 1px solid #ffffff;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4fbff));
}

.ryzz-hearder-line .ryzz-hearder-item {
    display: flex;
    align-items: center;
}

.ryzz-hearder-line .ryzz-hearder-item img {
    width: 98px;
    height: 100px;
    margin-right: 20px;
}

.ryzz-hearder-text h5 {
    font-weight: bold;
    color: #0b1636;
    font-size: 20px;
}

.ryzz-hearder-text h5 span {
    font-size: 38px;
}

.ryzz-hearder-text p {
    font-size: 16px;
    color: #656D78;
}

.ryzz-hearder-line .w-line {
    border-left: 1px solid #c6def5;
    width: 1px;
    height: 80px;
}

.ryzz-marquee {
    height: 160px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.ryzz-marquee-list {
    display: flex;
    align-items: center;
}

.ryzz-marquee-item {
    width: 288px;
    height: 160px;
    margin-right: 10px
}

.section-title h3 span {
    color: #376aff;
}

.hzhb {
    background: #f0f6ff;
}

.hzhb-body-container {
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.hzhb-body-container .hzhb-body-left {
    width: 400px;
    height: 360px;
}

.hzhb-body-container .hzhb-body-right {
    width: auto;
    flex: 1;
}

.hzhb-body-left {
    background: url("../images/gywm/hehbzxbg01.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    color: #fff;
}


.wlccpt .hzhb-body-left {
    background: url("../images/gywm/hehbzxbg02.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.hzhb-body-left span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 8px;
    line-height: 1;
    margin: 5% 0 10%;
}

.hzhb-body-left h4 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 25%;
}

.hzhb-body-right {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    padding-top: 21px;
    
    /*2025.11.18修改*/
    /*height: 294px !important;*/
}

.hzhb-body-right-list {
    /* display: flex;
    flex-wrap: wrap; */
    max-width: 900px;
    /* justify-content: center;
    align-items: center; */
    caret-color: transparent;
    margin: auto;
    
    /*2025.11.18修改*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.hzhb-body-right-list .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    justify-content: center;
    align-items: center;
    caret-color: transparent;
    height: 147px !important;
    margin-bottom: 0;
}

.hzhb-body-right-item {
    /*width: 147px !important;*/
    /*height: 147px !important;*/
    border: 1px solid #ebeef4;
    margin-left: -1px;
    margin-top: -1px;
    
    /*2025.11.18修改*/
    width: 110px !important;
    height: 110px !important;
}

.hzhb-body-right-item img {
    width: 100%;
}

.csfb {
    background: url("../images/gywm/csfbbg.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.csfb-body-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.csfb-body-item {
    width: calc(20% - 10px);
    background: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 2px 10px rgba(55, 106, 255, 0.2);
    transition: all 0.3s ease-in-out;
}

.csfb-body-item:hover {
    margin-top: -10px;
    margin-bottom: 30px;
}

.csfb-body-item img {
    width: 54px;
    height: 54px;
    margin-bottom: 30px;
}

.csfb-body-item h5 {
    color: #0b1636;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

.csfb-body-item p {
    color: #656D78;
    font-size: 16px;
    line-height: 1.5;
}



@media (max-width: 1600px) {
    .hzhb-body-container .hzhb-body-left {
        width: 380px;
        height: 342px;
    }
    
    .hzhb-body-right-item {
        width: 100px !important;
        height: 100px !important;
    }
}

@media (max-width: 1400px) {
    .hzhb-body-left span {
        font-size: 14px;
    }

    .hzhb-body-left h4 {
        font-size: 30px;
    }

    .hzhb-body-left p {
        font-size: 16px;
    }

    /*.dsj-item {*/
    /*    height: auto;*/
    /*}*/

    .swiper-dsj .swiper-slide .dsj-item,
    .swiper-dsj .swiper-slide:nth-child(2n) .dsj-item {
        background-size: cover;
    }

    .hzhb-body-container .hzhb-body-left {
        width: 350px;
        height: 315px;
    }

    .hzhb-body-right-item {
        /*width: 118px !important;*/
        /*height: 118px !important;*/
        
        /*2025.11.18修改*/
        width: 90px !important;
        height: 90px !important;
    }

    .hzhb-body-right-list .swiper-slide {
        height: 119px !important;
        margin-bottom: -1px;
    }

    /*2025.11.18修改*/
    /*.hzhb-body-right {*/
    /*    height: 236px !important;*/
    /*}*/
}

@media (max-width: 1366px) {
    .gywm-text p{
        font-size: 14px;
    }
    .dsj-item p{
        font-size: 14px;
    }
    .csfb-body-item p{
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .hzhb-body-container .hzhb-body-left {
        width: 250px;
        height: 255px;
    }

    .hzhb-body-right-item {
        /*width: 105px !important;*/
        /*height: 105px !important;*/
        
        /*2025.11.18修改*/
        width: 80px !important;
        height: 80px !important;
    }

    .hzhb-body-right-list .swiper-slide {
        height: 106px !important;
        margin-bottom: -1px;
    }

    /*2025.11.18修改*/
    /*.hzhb-body-right {*/
    /*    height: 210px !important;*/
    /*}*/
}

/* 移动端 */
@media (max-width: 992px) {
    .dsj-item {
        height: 300px;
    }
    .gywm-title h3 {
        font-size: 25px;
    }

    .gywm-text p {
        line-height: 2;
    }

    .gywm-list-item {
        flex-direction: column;
        text-align: center;
        width: 100px;
    }

    .gywm-list-item img {
        width: 55px;
        height: 55px;
        margin: 0;
        margin-bottom: 10px;
    }

    .gywm-list-item h5 {
        font-size: 18px;
    }

    .gywm-list-item p {
        font-size: 12px;
    }

    .dsj-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
        display: none;
    }

    .swiper-dsj-container .swiper-button-next {
        top: calc(50% - 15px);
        right: 0;
        width: 30px;
        height: 30px;
        margin: 0;
    }

    .swiper-dsj-container .swiper-button-prev {
        top: calc(50% - 15px);
        left: 0;
        width: 30px;
        height: 30px;
        margin: 0;
    }

    .swiper-dsj-container .swiper-button-next img,
    .swiper-dsj-container .swiper-button-prev img {
        width: 100%;
    }

    .dsj .swiper-dsj {
        width: calc(100% - 80px);
    }

    .ryzz-hearder-line .ryzz-hearder-item {
        flex-direction: column;
        text-align: center;
    }

    .ryzz-hearder-line .ryzz-hearder-item img {
        width: 49px;
        height: 50px;
    }

    .ryzz-hearder-text h5 span {
        font-size: 25px;
    }

    .ryzz-hearder-text p {
        font-size: 14px;
    }

    .hzhb-body-container {
        flex-direction: column;
    }

    .hzhb-body-left span {
        margin: 10px 0 20px;
    }

    .hzhb-body-left h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .hzhb-body-right-item {
        width: 25%;
        height: auto;
    }

    .hzhb-body-right-item img {
        width: 100%;
        height: auto;
    }

    .csfb-body-list {
        justify-content: space-evenly;
    }

    .csfb-body-item {
        width: 46%;
    }

    .csfb-body-item img {
        margin-bottom: 10px;
    }

    .csfb-body-item h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .csfb-body-item p {
        font-size: 14px;
    }

    .hzhb-body-container .hzhb-body-left {
        width: 100%;
        height: auto;
    }

    .hzhb-body-container .hzhb-body-right {
        margin: 20px 0;
        padding: 1px;
    }

    .hzhb-body-right-item {
        /*width: 164px !important;*/
        /*height: 164px !important;*/
        /*2025.11.18修改*/
        width: 110px !important;
        height: 110px !important;
    }

    .hzhb-body-right-list .swiper-slide {
        height: 165px !important;
        margin-bottom: -1px;
    }

    /*2025.11.18修改*/
    /*.hzhb-body-right,*/
    /*.hzhb-body-right-list {*/
    /*    height: 328px !important;*/
    /*}*/
}

@media (max-width: 768px) {
    .hzhb-body-right-item {
        /* width: 33%;
        height: auto; */
        width: 110px !important;
        height: 110px !important;
    }

    /*2025.11.18修改*/
    /*.hzhb-body-right-list .swiper-slide {*/
    /*    height: 110px !important;*/
    /*    margin-bottom: -1px;*/
    /*}*/
    .dsj-item {
        height: auto;
    }
}