.aboutBox {
    background: #f9f9f9;
    padding: 0.7rem 0rem;
}

.aboutCon {
    display: flex;
    justify-content: space-between;
}

.pubPageTitle h1 {
    color: #333;
}

.pubPageTitle p {
    color: #CC3130;
    font-family: "manrope-semibold";
}

.aboutCon .aboutTxt {
    margin-right: 0.6rem;
    width: 45%;
}

.aboutCon .aboutTxt .smIntro {
    color: #CC3130;
    margin-top: 0.18rem;
}

.countBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 0.01rem solid #f4f4f4;
    border-bottom: 0.01rem solid #f4f4f4;
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
    margin-top: 0.6rem;
}

.imgBox {
    width: 50%;
}

.txtCont {
    padding: 0.5rem 0rem;
    border-top: 0.01rem solid #F4F4F4;
    margin-top: 0.6rem;
}

.countBox .countItem {
    display: flex;
    align-items: baseline;
}

.countBox .countItem img {
    width: 0.3rem;
    display: block;
    height: 0.3rem;
    margin-right: 0.2rem;
}

.countItem span {
    color: #CC3130;
    font-family: 'manrope-simpleBold';
    display: block;
}



/* 发展历程 */
.history {
    background: url(../images/historyBg.png) no-repeat;
    background-size: 100% 100%;
}

.historyWrap {
    display: flex;
    align-items: center;
}

.hsL {
    border-right: 0.03rem solid #fff;
}

.hsL ul {
    height: 6.6rem;
    /* 设置一个合适的高度 */
    overflow: hidden;
    padding-right: 1rem;
}

.hsL ul li {
    cursor: pointer;
    padding: 0.5rem 0rem;
    font-weight: bold;
    -webkit-text-stroke: 0.02rem #C3C4C6;
    /* 适配 WebKit 内核浏览器 */
    text-stroke: 0.02rem #C3C4C6;
    /* 设置文字填充颜色为透明 */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: 'manrope-extraBold';
}

.hsL ul li.active {
    color: #CC3130;
    position: relative;
    -webkit-text-stroke: unset;
    text-stroke: unset;
    -webkit-text-fill-color: #CC3130;
    text-fill-color: #CC3130;
}

.hsL ul li.active::after {
    content: "";
    display: block;
    width: 0.05rem;
    height: 0.8rem;
    background: #CC3130;
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%)
}

.hsR {
    margin-left: 1.2rem;
}

.hsCont .hsItem {
    padding: 0.3rem 0rem;
}

.hsCont .hsItem h4 {
    color: #CC3130;
    margin-bottom: 0.1rem;
    font-family: 'manrope-simpleBold';
}

/* 愿景使命 */
.missionWrap {
    padding: 0.8rem 0rem;
}

.missionWrap ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.missionWrap ul li {
    width: 33%;
    position: relative;
}

.missionWrap ul li img {
    width: 100%;
}

.missionWrap ul li .missTxt {
    position: absolute;
    top: 0.5rem;
    /* left: 50%;
    transform: translate(-50%, -50%); */
    width: 100%;
    text-align: center;
    color: #fff;
}



/* 资质证书 */
.certificate .pubIndexTitle {
    text-align: center;
}

.certificateCont {
    margin-top: 0.6rem;
    padding: 0.9rem 0rem;
    padding-top: 0.1rem;
}

.certificateSwiper .swiper-wrapper {
    padding: 0.6rem 0rem;
}

.certificateSwiper .swiper-slide {
    transition: transform 0.3s ease;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;

}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1.3);
}

.current-slide-title {
    text-align: center;
}

.certificateSwiper .swiper-slide .slide-title {
    display: none;
}



/* 科技创新 */
.creative {
    padding: 0.8rem 0rem;

}

.creativeTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
    ;
}

.creative .creatL {
    width: 20%;
}

.creative .creatL .red {
    color: #CC3130;
}

.creative .creatR {
    width: 70%;
}


.creatList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.creatList.imgBox {
    width: 48%;
}

.subTxtCont {
    width: 48%;
    padding-right: 0.9rem;
    padding-left: 0.8rem;
}

.subTxtCont p {
    line-height: 1.5;
    margin-top: 0.5rem;
}

.creatList .leftTxt {
    padding-left: 1.9rem;
}

.momentWrap {
    background: url(../images/about-s4.png)center no-repeat;
    background-size: cover;
    padding: 1.5rem 0rem;
    margin-top: 0.6rem;
}

.momentBd h2 span {
    color: #CC3130;
}


.btnAll {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.btnAll a {
    height: 0.6rem;
    min-width: 2.2rem;
    line-height: 0.6rem;
    text-align: center;
    background: #fff;
    border: 0.01rem solid #CC3130;
    margin-right: 0.3rem;
    color: #CC3130;
}

.btnAll a.achieve {
    background: linear-gradient(90deg, #E42240, #F85259);
    color: #fff;
}

.btnAll a:hover {
    background: linear-gradient(90deg, #E42240, #F85259);
    color: #fff;
}










/* 适配 */
@media (max-width: 800px) {

    .aboutCon {
        flex-direction: column;
    }

    .aboutCon .aboutTxt,
    .imgBox {
        margin-right: 0;
        width: 100%;
    }

    .aboutCon .imgBox {
        margin-top: 0.6rem;
    }

    .countBox {
        flex-direction: column;
    }

    .countBox .countItem {
        padding: 0.2rem 0rem;
    }

    .hsL ul {
        padding-right: 0.2rem;
    }

    .hsR {
        margin-left: 0.5rem;
    }

    .hsCont {
        height: 6rem;
        overflow-y: auto;
    }

    .missionWrap ul {
        flex-direction: column;
    }

    .missionWrap ul li {
        width: 100%;
    }

    .missionWrap ul li .missTxt {
        top: 0.6rem;
    }

    /* 科技创新 */
    .creative {
        padding: 0.8rem 0.3rem;
    }

    .creativeTop {
        flex-direction: column;
    }

    .creative .creatL,
    .creative .creatR {
        width: 100%;
        text-align: center;
    }

    .creatList {
        flex-direction: column;
    }

    .creatList:last-child {
        flex-direction: column-reverse;
    }

    .subTxtCont {
        width: 100%;
        padding: 0.3rem;
    }

    .creatList .leftTxt {
        padding-left: 0.3rem;
    }

    .btnAll a {
        padding: 0.1rem 0.3rem;
        height: auto;
    }




}