.bqch {
    width: 10rem;
    height: 3.5rem;
    font-size: 1.5rem;
}
.bqch::before, .bqch::after {
    width: 2rem;
    height: 2rem;
    border-width: 0.5rem;
}
.main{
    background-color: #fff;
}
.logotil a{
    color: #b12b10;
}

/* Swiper轮播样式 - 核心修改 */
.training-swiper {
    margin: 2rem 0;
    width: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* 防止图片溢出 */
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 75rem) {
    .wapsydt{
        display: none;
    }
    .jd{
        width: 100%;
        max-width: 120rem;
        height: 49.375rem;
        margin: 0 auto;
        position: relative;
    }
    .jd img{
        width: 100%;
        height: 100%;
        display: block;
    }
    .jdcent{
        top: 0px;
        width: 60.3125%;
        height: 35.5rem;
        margin: 0 auto;
        z-index: 1;
        position: absolute;
        left: 19%;
        padding-right: 2.625rem;
        padding-top: 4.25rem;
    }
    .jdq{
        width: 21.25rem;
        height: 32.625rem;
    }
    .bqch{
        width: 11.25rem;
        height: 4.25rem;
        margin: 0 auto;
        position: relative;
        font-size: 1.875rem;
        color: #b12b10;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.5rem;
    }
    .bqch::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 2.5rem;
        height: 2.5rem;
        border-top: 0.7rem solid #b12b10;
        border-left: 0.7rem solid #b12b10;
    }
    .bqch::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 2.5rem;
        height: 2.5rem;
        border-bottom: 0.7rem solid #b12b10;
        border-right: 0.7rem solid #b12b10;
    }
    .bqchabs{
        width: 100%;
        height: 25.375rem;
        font-size: 1rem;
        overflow: hidden;
        line-height: 2.2rem;
        margin-bottom: 2rem;
        text-indent: 1.6rem;
        border-bottom: 2px solid #e0e0e0;
    }
    .bqchli{
        width: 100%;
        height: 3rem;
        font-size: 1.25rem;
    }
    .main{
        width: 100%;
        max-width: 75rem;
        margin: 0 auto;
        padding: 2.375rem;
        background-color: #fff;
        box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2),
                    5px 0 10px rgba(0, 0, 0, 0.2);
    }
    .ywq{
        width: 100%;
        height: 24.75rem;
        margin: 0 auto;
    }
    .yw{
        width: 46.625rem;
        height: 100%;
        float: left;
    }
    /* PC端ywlogo样式 */
    .ywlogo {
        width: 100%;
        height: 3.25rem;
        margin: 0 auto 1.875rem;
        border-bottom: 2px solid #b12b10;
        text-align: center;
        padding-bottom: 0;
        position: relative;
    }
    .ywlogo .logotil {
        width: auto;
        height: auto;
        margin: 0;
        font-family: FZZY;
        color: #b12b10;
        border-bottom: 4px solid #b12b10;
        display: inline-block;
        padding-bottom: 0.3125rem;
        font-size: 1.75rem;
        position: absolute;
        bottom: -2px;
        left: 1.75rem;
        transform: translateX(-50%);
    }
    .ywli{
        width: 100%;
        height: 1.625rem;
        margin-top: 1rem;
    }
    .ywli a{
        font-size: 1.125rem;
        color: #444444;
    }
    .ywli a:hover{
        color: #b12b10;
    }
    .question{
        width: 21.25rem;
        height: 100%;
        float: right;
    }
    .question img{
        margin: 0 auto;
        width: 14.125rem;
        height: 19.25rem;
        display: block;
        margin-bottom: 1rem;
    }
    .questionabs{
        width: 80%;
        font-size: 1rem;
        text-align: right;
        margin: 0 auto;
    }
    .questionabs a img{
        width: 1.75rem;
        height: 1rem;
        float: left;
    }
    /* PC端subyw样式 */
    .subyw {
        width: 100%;
        height: 26.125rem;
        margin: 2rem auto 0;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        margin-bottom: 1.75rem;
    }
    .subyw-item {
        width: calc(33.333% - 1.5rem);
        height: 100%;
    }
    /* 图片项PC端样式 */
    .subyw-img-item {
        display: block;
    }
    .subyw-img-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .subyw-logo {
        width: 100%;
        height: 3.25rem;
        margin: 0 auto 2rem;
        border-bottom: 2px solid #b12b10;
        text-align: center;
        padding-bottom: 0;
        position: relative;
    }
    .subyw-logo .logotil {
        width: auto;
        height: auto;
        margin: 0;
        font-family: FZZY;
        color: #b12b10;
        border-bottom: 4px solid #b12b10;
        display: inline-block;
        padding-bottom: 0.3125rem;
        font-size: 1.75rem;
        position: absolute;
        bottom: -2px;
        left: 1.75rem;
        transform: translateX(-50%);
    }
    .subyw-logo .zyq{
        left: 2.6rem;
    }
    .subyw-logo .lysq{
        left: 3.5rem;
    }
    .subyw-logo .shzz{
        left: 3.5rem;
    }
    /* PC端隐藏zzzq标识 */
    .subyw-logo .zzzq {
        display: none !important;
    }
    .subyw-li {
        width: 100%;
        height: 1.625rem;
        margin-top: 1.6rem;
        margin-bottom: 0.8rem;
        line-height: 1.25rem;
    }
    .subyw-li a {
        font-size: 1.1rem;
        color: #444444;
    }
    .subyw-li a:hover {
        color: #b12b10;
    }
    .ztlogo{
        width: 100%;
        height: auto;
        max-height: 7.625rem;
        margin: 0 auto;
    }
    .ztlogo a {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    .ztlogo a img{
        width: 100%;
        height: auto;
        max-height: 7.625rem;
    }

    /* 培训中心PC端样式 */
    .training-center {
        width: 100%;
        margin: 2rem 0;
    }
    .training-title {
        font-size: 1.75rem;
        color: #b12b10;
        font-family: FZZY;
        margin-bottom: 1.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #b12b10;
        text-align: center;
    }
    .training-title a{
        color: #b12b10;
    }   
    .training-content {
        display: flex;
        gap: 2rem;
    }
    .training-img {
        width: 35%;
    }
    .training-img a img {
        width: 100%;
        height: auto;
        display: block;
    }
    .training-list {
        width: 65%;
    }
    .training-list a {
        display: block;
        font-size: 1.25rem;
        line-height: 2.5rem;
        color: #444;
        margin-bottom: 1.5rem;
    }
    .training-list a:hover {
        color: #b12b10;
    }

    /* PC端轮播样式 - 修改：适配4个slide显示 */
    .training-swiper {
        width: 100%;
        height: 23.125rem;
        margin: 2rem auto;
    }
    /* 新增PC端swiper-slide宽度适配4个 */
    .training-swiper .swiper-slide {
        width: calc(25% - 18.25px) !important;
    }
    .zzzq{
        display: none;
    }
}

@media (max-width: 75rem) {
    .jd {
        width: 100%;
        height: auto;
        position: static;
        margin: 0 auto;
        background-color: #ffffff !important;
        padding: 0rem 0.5rem 0.5rem 0.5rem;
    }
    .jd img {
        width: 100%;
        height: auto !important;
        display: block;
        object-fit: cover;
    }
    .pcsydt{
        display: none!important;
    }
    .jdcent {
        position: static !important;
        top: auto;
        left: auto;
        z-index: auto;
        width: 100%;
        max-width: 72.375rem;
        height: auto;
        margin: auto 0;
        padding: 1rem 1.5rem;
    }
    .jdq {
        width: 100%;
        height: auto;
        margin: 0 auto;
        float: none;
    }
    .bqch {
        width: 10rem;
        height: 3.5rem;
        font-size: 1.5rem;
    }
    .bqch::before, .bqch::after {
        width: 2rem;
        height: 2rem;
        border-width: 0.5rem;
    }
    .bqchabs {
        height: auto;
        max-height: 23.375rem;
        font-size: 1rem;
        line-height: 2rem;
    }
    .bqchli {
        height: auto;
        min-height: 3rem;
        font-size: 1rem;
        line-height: 3rem;
        border-bottom: 1px dashed #dddddd;
        margin-bottom: 0.5rem;
    }
    .ywq {
        width: 100%;
        height: auto;
        padding: 0 1rem;
    }
    .yw {
        width: 100%;
        float: none;
        height: auto;
    }
    /* 自适应端ywlogo样式 */
    .ywlogo {
        width: 100%;
        height: 1.25rem;
        border-bottom: 2px solid #b12b10;
        text-align: center;
        padding-bottom: 0;
        position: relative;
    }
    .ywlogo .logotil {
        width: auto;
        height: auto;
        margin: 0;
        font-family: FZZY;
        color: #b12b10;
        border-bottom: 4px solid #b12b10;
        display: inline-block;
        padding-bottom: 0.3125rem;
        font-size: 1.5rem;
        position: absolute;
        bottom: -2px;
        left: 0;
        transform: none;
    }
    .question {
        display: none !important;
    }
    /* 自适应端ywli样式优化 */
    .ywli {
        width: 100%;
        height: auto;
        margin-top: 1rem;
        padding: 0.5rem 0;
        border-bottom: 1px dashed #e0e0e0;
    }
    .ywli a {
        font-size: 1.1rem;
        color: #333;
        line-height: 1.6;
        display: block;
        padding-left: 0.5rem;
    }
    .ywli a:hover {
        color: #b12b10;
        text-decoration: underline;
    }
    /* 自适应端subyw样式 */
    .subyw {
        width: 100%;
        height: auto;
        margin: 2rem auto 0;
        padding: 0 1rem;
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    .subyw-item {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
        padding: 0.5rem;
        border-radius: 0.25rem;
    }
    /* 图片项自适应样式 - 隐藏 */
    .subyw-img-item {
        display: none !important;
    }
    .subyw-logo {
        width: 100%;
        height: 1.25rem;
        border-bottom: 2px solid #b12b10;
        text-align: center;
        padding-bottom: 0;
        position: relative;
        margin-bottom: 1rem;
    }
    .subyw-logo .logotil {
        width: auto;
        height: auto;
        margin: 0;
        font-family: FZZY;
        color: #b12b10;
        border-bottom: 4px solid #b12b10;
        display: inline-block;
        padding-bottom: 0.3125rem;
        font-size: 1.5rem;
        position: absolute;
        bottom: -2px;
        left: 0;
        transform: none;
    }
    /* 自适应端zzzq标识样式（参考subyw-logo） */
    .subyw-logo .zzzq {
        width: auto;
        height: auto;
        margin: 0;
        font-family: FZZY;
        color: #b12b10;
        border-bottom: 4px solid #b12b10;
        display: inline-block;
        padding-bottom: 0.3125rem;
        font-size: 1.5rem;
        position: absolute;
        bottom: -2px;
        left: 0;
        transform: none;
    }
    /* 自适应端subyw-li样式优化 */
    .subyw-li {
        width: 100%;
        height: auto;
        margin-top: 1rem;
        padding: 0.5rem 0;
        border-bottom: 1px dashed #e0e0e0;
    }
    .subyw-li:last-child {
        border-bottom: none;
    }
    .subyw-li a {
        font-size: 1.1rem;
        color: #333;
        line-height: 1.6;
        display: block;
        padding-left: 0.5rem;
        transition: all 0.3s ease;
    }
    .subyw-li a:hover {
        color: #b12b10;
        padding-left: 1rem;
        text-decoration: underline;
    }
    .ztlogo{
        width: 94%;
        height: auto;
        max-height: 6rem;
        margin: 0 auto;
    }
    .ztlogo a {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .ztlogo a img{
        width: 100%;
        height: auto;
        max-height: 6rem;
    }

    /* 培训中心自适应样式 */
    .training-center {
        width: 100%;
        margin: 2rem 0;
        padding: 0 1rem;
    }
    .training-title {
        font-size: 1.4rem;
        color: #b12b10;
        font-family: FZZY;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #b12b10;
    }
    .training-title a{
        color: #b12b10;
        letter-spacing: -2px;
    }   
    .training-content {
        display: block;
    }
    .training-img {
        width: 100%;
        margin-bottom: 1rem;
    }
    .training-img a img {
        width: 100%;
        height: auto;
        display: block;
    }
    .training-list {
        width: 100%;
    }
    .training-list a {
        display: block;
        font-size: 1.25rem;
        line-height: 2rem;
        color: #444;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .training-list a:hover {
        color: #b12b10;
    }

    /* 自适应端轮播样式 - 核心修改：适配3个slide显示 */
    .training-swiper {
        width: 100%;
        height: 200px;
        padding: 0 1rem;
    }
    .swiper {
        padding: 0 0.5rem;
    }
    .swiper-slide {
        height: 90%; /* 微调高度，避免溢出 */
    }
    .zzzq{
        display: block;
        width: 95%;
        margin: 0 auto;
    }
}

@media (max-width: 40rem) {
    .pcsydt{
        display: none;
    }
    .wapsydt{
        display: block;
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
    .bqch {
        width: 7rem;
        height: 2.3rem;
        font-size: 1.25rem;
        font-weight: 600;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #b12b10;
        margin-bottom: 0.3rem;
    }
    .bqch::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1.5rem;
        height: 1.5rem;
        border-top: 0.3rem solid #b12b10;
        border-left: 0.3rem solid #b12b10;
    }
    .bqch::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 1.5rem;
        height: 1.5rem;
        border-bottom: 0.3rem solid #b12b10;
        border-right: 0.3rem solid #b12b10;
    }
    .bqchabs{
        overflow: hidden;
        margin-bottom: 1rem;
        text-indent: 2rem;
    }
    .bqchli {
        font-size: 1.25rem;
        border-bottom: 1px dashed #e0e0e0;
    }
    /* 手机端ywlogo样式 */
    .ywlogo .logotil {
        font-size: 1.4286rem;
    }
    /* 手机端subyw样式 */
    .subyw-logo .logotil {
        font-size: 1.4286rem;
    }
    /* 手机端zzzq标识样式 */
    .subyw-logo .zzzq {
        font-size: 1.4286rem;
    }
    /* 图片项手机端样式 - 隐藏 */
    .subyw-img-item {
        display: none !important;
    }
    /* 手机端ywli和subyw-li样式优化 */
    .ywli a, .subyw-li a {
        font-size: 1.25rem;
    }
    .ztlogo{
        width: 94%;
        height: auto;
        max-height: 6rem;
        margin: 0 auto;
    }
    .ztlogo a {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .ztlogo a img{
        width: 100%;
        height: auto;
        max-height: 6rem;
    }

    /* 手机端轮播样式 - 核心修改：适配3个slide显示 */
    .training-swiper {
        height: 180px;
    }
    .swiper-slide {
        height: 85%; /* 进一步微调手机端高度 */
    }
}
