
/* 面包屑 */
.breadcrumbs {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Elevision_r";
}

.breadcrumbs span {
    margin-right: 0.1rem;
}

.support-title-top {
    width: 100vw;
    position: absolute;
    right: 0;
    top: 0rem;
    color: #FFFFFF;
    text-align: center;
}

.support-title-top h2 {
    font-weight: bold;
    font-size: 0.48rem;
}

.support-title-top p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-top: 0.2rem;
}

body {
    background: #12161F;
}

.qualification-section {
    max-width: 100vw;
    height: 4.4rem;
    padding-top: 0.8rem;
    position: relative;
    background-color: #12161EFF;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.qualification-section .bg-img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.bg-img img {
    width: 100%;
    height: 100%;
}

.qualification-title-top {
    width: 6rem;
    border-top: 0.01rem solid white;
    border-bottom: 0.01rem solid white;
    position: relative;
    z-index: 4;
    padding: 0.3rem 0;
    font-family: Elevision_r;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.qualification-section h2 {
    color: #FFFFFF;
    font-size: 0.58rem;
    font-weight: bold;
    text-align: center;

}

.qualification-section p {
    color: #FFFFFFCC;
    font-size: 0.18rem;
    font-weight: 100;
    text-align: center;

}

/* 加入介绍 */

.qualification-introduce {
    max-width: 100vw;
    padding: 0 1.2rem;
    box-sizing: border-box;
    font-family: "Elevision_r";
}

.introduce-tips {
    font-weight: bold;
    font-size: 0.34rem;
    color: #FFFFFF;
    margin: 0.54rem 0 0.46rem 0;
}

.introduce-banner {
    position: relative;
    width: 100%;
    height: 5.5rem;
    border-radius: 0.08rem;
    background-image: url("../image/joinus/banner.webp");
    background-size: 100% 100%;
}

.introduce-banner img {
    width: 1.37rem;
    height: 0.32rem;
    position: absolute;
    top: 0.4rem;
    left: 0.46rem;
}

.introduce-card {
    position: absolute;
    right: 0.95rem;
    bottom: -0.8rem;
    width: 3.5rem;
    height: 3.1rem;
    background: rgba(0, 126, 196, 0.8);
    border-radius: 0.08rem;
    box-sizing: border-box;
    overflow: hidden;
    border: none;
    box-shadow: inset -0.01rem -0.01rem 0.02rem rgba(255, 255, 255, 0.25), inset 0.01rem 0.01rem 0.02rem rgba(255, 255, 255, 0.25);
    transition: 0.4s;
    background-repeat: no-repeat;
    color: #FFFFFF;
    padding: 0.4rem 0.34rem;
}

.introduce-card p {
    font-weight: 300;
    font-size: 0.12rem;
    margin-bottom: 0.26rem;
    line-height: 0.24rem;
}

.introduce-card h2 {
    font-weight: bold;
    font-size: 0.4rem;
}

.introduce-card span {
    font-weight: 400;
    font-size: 0.12rem;
    margin-left: 0.2rem;
}



/* 企业展示列表 */
.introduce-list {
    width: 100%;
    padding: 0.36rem 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.introduce-list ul li {
    width: 6rem;
    height: 2rem;
    background: rgba(37, 47, 70, 0);
    /* border-radius: 0.06rem ; */
    padding: 0.23rem 0.4rem;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
    transition: 0.4s;
    background:
        url(""), #252f47;
    background-size: 100% 100%;
    background-repeat: no-repeat;


}

.introduce-list ul li p {
    font-weight: 300;
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.15rem;
    letter-spacing: 0.02rem;
}

.introduce-list ul li:hover {
    cursor: pointer;
    background: rgba(37, 47, 70, 1);
    background:
        url("../image/contactus/showbg.webp"), #2C447C;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.introduce-list ul li:hover img {
    transform: scale(0.9);
}

.introduce-list ul li:hover p {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}

.list-tit {
    display: flex;
    align-items: center;
}

.list-tit img {
    width: 0.54rem;
    height: 0.54rem;
    transition: 0.4s;
}

.list-tit h3 {
    margin-left: 0.15rem;
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
}

/* 企业资质 */

.qualification-board {
    max-width: 100vw;
    padding: 0.4rem 1.42rem;
    height: 8rem;
    overflow: hidden;
    background: radial-gradient(50% 50% at 50% 50%, #12161F 0%, #12161FFF 100%);
    background: #12161F;
    /* background-image: url('../image/qualification/bg.webp'); */
    background-position: 3.7rem 3.07rem;
    background-size: 8rem 6rem;
    background-repeat: no-repeat;
    position: relative;
}

.qualification-bg {
    position: absolute;
    bottom: -0.07rem;
    left: 0;
    width: 45vw;
z-index: 33;
    height: 2rem;

}

.qualification-bg2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 8.3rem;
    height: 100%;
}

.qualification-bg3 {
    position: absolute;
    bottom: 0;
    left: 4rem;
    width: 8.3rem;
    height: 6rem;
}

.qualification-bg3 img,
.qualification-bg img,
.qualification-bg2 img {
    width: 100%;
    height: 100%;
}

.qualification-con {
    display: flex;
    justify-content: space-between;
}

.qualification-left {
    margin-top: 0.6rem;
}

.left-title {
    width: max-content;
    height: 0.24rem;
    padding: 0 0.1rem;
    border-radius: 0.48rem 0.48rem 0.48rem 0.48rem;
    border: 0.01rem dashed rgba(255, 255, 255, 0.4);
    font-weight: 400;
    font-size: 0.11rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 0.24rem;
    text-align: center;
}

.qualification-left h2 {
    font-weight: bold;
    font-size: 0.44rem;
    color: #FFFFFF;
}

.qualification-left p {
    font-weight: 400;
    font-size: 0.19rem;
    color: rgba(255, 255, 255, 0.4);
}

.qualification-left h3 {
    margin-top: 1.3rem;
    width: 4.45rem;
    font-weight: 300;
    font-size: 0.2rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 0.32rem;
}

/* 移动端轮播容器：PC端默认隐藏 */
.honor-swiper {
    display: none !important;
}

/* 荣誉 */
.qualification-honor {
    max-width: 100vw;
    padding: 0 1.7rem;
    height: 6.6rem;
    overflow: hidden;
    background: #12161F;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qualification-honor .honor-bg img,
.qualification-honor .honor-light img {
    width: 100%;
    height: 100%;
}

.qualification-honor .honor-bg {
    position: absolute;
    top: 0;
    left: 4rem;
    width: 8.3rem;
    height: 2rem;
    z-index: 3;
}

.qualification-honor .honor-light {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40vw;
    z-index: 3;
}

.honor-left img {
    width: 3rem;
    height: 4.2rem;
}

.honor-img-wrap {
    overflow: hidden;
}

.honor-left {
    width: 30%;
    position: relative;
    z-index: 3;
}




.honor-right {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    margin-left: 1.34rem;
}



.honor-right li {
    height: 1.12rem;
    background: #252F47;
    border-radius: 0.06rem;
    padding: 0.25rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3rem;
    transition: 0.4s;
}

.honor-right li .left {
    font-weight: 400;
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 0.2rem;

}

.honor-right li .left p {
    width: 2.3rem;
    font-weight: 300;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.1rem;
    transition: 0.4s;
}

.honor-right li .right {
    background-color: rgba(255, 255, 255, 0);
    transition: 0.4s;

}

.honor-right li .right img {
    width: 0.4rem;
}

.honor-right li:hover {
    cursor: pointer;
    transform: translateY(-0.1rem);
    background: #007EC4;
    background: radial-gradient(56.6% 59.99% at 28.1% 8.03%, rgba(0, 117, 255, .9) 0, rgba(0, 117, 255, .7) 15%, rgba(0, 117, 255, .15) 64%, rgba(16, 22, 33, 0) 90%), radial-gradient(56.6% 59.99% at 76.03% 92.83%, rgba(29, 214, 255, .9) 0, rgba(29, 214, 255, .7) 15%, rgba(29, 214, 255, .1) 64%, rgba(16, 22, 33, 0) 90%);
}

/* .honor-right li:hover .right {
    cursor: pointer;
    background: #007EC4;
    background-color: rgba(255, 255, 255, 1);
} */

.honor-right li:hover h4 {
    color: rgba(255, 255, 255, 0.6);
}

.honor-right li:hover p {
    color: rgba(255, 255, 255, 1);
}

/* 新增资质证书区：PC 端左侧标签竖排，右侧图片 */
.qualification-extra {
    max-width: 100vw;
    padding: 0.4rem 1.7rem 0.8rem;
    background: #12161F;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.qualification-extra .extra-left ul {
    list-style: none;
    width: 5.5rem;
}

.qualification-extra .extra-left li {
    height: 1.12rem;
    background: #252F47;
    border-radius: 0.06rem;
    padding: 0.25rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3rem;
    transition: 0.4s;
    cursor: pointer;
}

.qualification-extra .extra-left li:last-child {
    margin-bottom: 0;
}

.qualification-extra .extra-left li .left {
    font-weight: 400;
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 0.2rem;
}

.qualification-extra .extra-left li .left p {
    width: 3.5rem;
    font-weight: 300;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.1rem;
    transition: 0.4s;
}

.qualification-extra .extra-left li .right img {
    width: 0.4rem;
}

.qualification-extra .extra-left li:hover {
    cursor: pointer;
    transform: translateY(-0.1rem);
    background: radial-gradient(56.6% 59.99% at 28.1% 8.03%, rgba(0, 117, 255, .9) 0, rgba(0, 117, 255, .7) 15%, rgba(0, 117, 255, .15) 64%, rgba(16, 22, 33, 0) 90%), radial-gradient(56.6% 59.99% at 76.03% 92.83%, rgba(29, 214, 255, .9) 0, rgba(29, 214, 255, .7) 15%, rgba(29, 214, 255, .1) 64%, rgba(16, 22, 33, 0) 90%);
}

.qualification-extra .extra-left li:hover h4 {
    color: rgba(255, 255, 255, 0.6);
}

.qualification-extra .extra-left li:hover p {
    color: #FFFFFF;
}

.qualification-extra .extra-right {
    width: 3rem;
    margin-left: 1.2rem;
    position: relative;
    z-index: 3;
}

.qualification-extra .extra-right img {
    width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   移动端 (max-width: 750px)
   1rem = 100px，设计稿基准
   ======================================== */
@media screen and (max-width: 750px) {

    html,
    body {
        max-width: 100vw;
        overflow-x: hidden;
    }

    /* ----- 头部 Banner ----- */
    .qualification-section {
        height: 16rem;
        padding-top: 0;
        justify-content: center;
    }

    .qualification-section h2 {
        font-size: 0.64rem;
    }

    .qualification-section p {
        font-size: 0.4rem;
    }

    .qualification-title-top {
        width: 80%;
        padding: 0.3rem 0;
    }

    /* ----- 面包屑 ----- */
    .breadcrumbs {
        margin: 0.2rem 0 0.4rem 0.4rem;
    }

    .breadcrumbs span {
        font-size: 0.4rem;
        margin-right: 0.1rem;
    }

    .breadcrumbs span img {
        width: 0.28rem !important;
        height: 0.28rem !important;
    }

    .breadcrumbs span img[src*="jt"] {
        width: 0.16rem !important;
        height: 0.28rem !important;
    }

    /* ----- 企业资质区 ----- */
    .qualification-board {
        height: auto;
        padding: 0.4rem;
    }

    .qualification-con {
        flex-direction: column;
    }

    .qualification-left {
        margin-top: 0;
        width: 100%;
    }

    .left-title {
        height: 0.6rem;
        padding: 0.1rem 0.3rem;
        line-height: 0.6rem;
        font-size: 0.4rem;
        border-radius: 1rem;
    }

    .qualification-left h2 {
        font-size: 1rem;
        margin-top: 0.2rem;
    }

    .qualification-left p {
        font-size: 0.4rem;
    }

    .qualification-left h3 {
        width: 100%;
        margin-top: 0.4rem;
        font-size: 0.4rem;
        line-height: 1.6;
    }

    .qualification-bg2 {
        position: relative;
        width: 100%;
        height: auto;
        opacity: 1;
        margin: 0.2rem 0;
    }

    .qualification-bg2 img {
        width: 100%;
        height: auto;
        display: block;
    }

    .qualification-bg {
        display: none;
    }

    /* ----- 企业殊荣 ----- */
    .qualification-honor {
        height: auto;
        padding: 0.4rem;
        flex-direction: column;
    }

    .qualification-honor .honor-light {
        display: none;
    }

    .honor-left {
        width: 100%;
        text-align: center;
        margin-bottom: 0.4rem;
    }

    .honor-left img {
        width: 60%;
        height: auto;
    }

    .honor-right {
        width: 100%;
        margin-left: 0;
    }

    .honor-right li {
        width: 100%;
        padding: 0.3rem;
        margin-bottom: 0.2rem;
    }

    .honor-right li .left h4 {
        font-size: 0.48rem;
    }

    .honor-right li .left p {
        width: 100%;
        font-size: 0.4rem;
        margin-top: 0.08rem;
    }

    .honor-right li .right img {
        width: 0.56rem;
        height: 0.56rem;
    }

    /* ===== 移动端 honor 轮播 ===== */
    .honor-left,
    .honor-right,
    .qualification-extra {
        display: none !important;
    }

    .honor-swiper {
        display: block !important;
        width: 100%;
    }

    .honor-swiper .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* 专利图片区 */
    .honor-swiper .slide-patent {
        width: 5.6rem;
        height: 7.8rem;
        margin-bottom: 0.4rem;
        border-radius: 0.16rem;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.05);
    }

    .honor-swiper .slide-patent img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /* 卡片标签 - 始终使用 hover 样式 */
    .honor-swiper .honor-card {
        width: 10.4rem;
        padding: 0.3rem 0.4rem;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 0.12rem;
        cursor: pointer;
        transform: translateY(-0.1rem);
        background: radial-gradient(56.6% 59.99% at 28.1% 8.03%, rgba(0, 117, 255, .9) 0, rgba(0, 117, 255, .7) 15%, rgba(0, 117, 255, .15) 64%, rgba(16, 22, 33, 0) 90%), radial-gradient(56.6% 59.99% at 76.03% 92.83%, rgba(29, 214, 255, .9) 0, rgba(29, 214, 255, .7) 15%, rgba(29, 214, 255, .1) 64%, rgba(16, 22, 33, 0) 90%);
    }

    .honor-swiper .honor-card .left h4 {
        font-size: 0.48rem;
        color: rgba(255, 255, 255, 0.6);
        font-weight: 400;
    }

    .honor-swiper .honor-card .left p {
        font-size: 0.4rem;
        color: #FFFFFF;
        margin-top: 0.08rem;
        font-weight: 300;
    }

    .honor-swiper .honor-card .right img {
        width: 0.56rem;
        height: 0.56rem;
    }

    .honor-swiper .swiper-pagination {
        position: relative;
        margin-top: 0.3rem;
    }

    .honor-swiper .swiper-pagination-bullet {
        width: 0.16rem;
        height: 0.16rem;
        background: rgba(255, 255, 255, 0.3);
        opacity: 1;
    }

    .honor-swiper .swiper-pagination-bullet-active {
        width: 0.4rem;
        border-radius: 0.08rem;
        background: #FFFFFF;
    }
}