/* .group-banner {
    width: 100%;
    height: 5.9rem;
    box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgb(0 0 0 / 30%);
}
.group-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.capabilities-top-solid{
    margin-top: 0.37rem;
    width: 1.22rem;
    height: 0.01rem;
    border-bottom: 0.01rem solid #014098;
}
.capabilities-top{
    margin: 0 auto;
    margin-top: 0.5rem;
    padding: 0.34rem 0 0.5rem 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.capabilities-top-img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 9.03rem;
    height: 4.32rem
}
.capabilities-top-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.capabilities-top-content{
    width: 8.36rem;
    height: 4.67rem;
    padding: 0.57rem 0.29rem 0.79rem 1.81rem;
    background: #F1F1F1;
    box-shadow: 0rem 0.15rem 0.16rem -0.15rem rgba(0, 0, 0, 0.3100);
}
.capabilities-top-p{
    margin-top: 0.27rem;
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.36rem;
    height: 2.16rem;
    overflow: auto;
    /* overflow-y: scroll; */
}
.mCSB_container{
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.36rem;
}

.capabilities-img{
    width: 100%;
    height: auto;
}
.capabilities-img img{
    width: 100%;
    height: auto;
}

.capabilities-platform{
    margin: 0 auto;
    padding-top: 0.47rem;
}
.capabilities-content{
    padding: 0.47rem 0;
    padding-bottom: 0;
}
.capabilities-content img{
    width: 100%;
    height: auto;
    margin: 0.4rem 0;
}
.capabilities-content-p{
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.3rem;
}
.capabilities-content-title{
    font-size:var(--font18);
    font-family: MicrosoftYaHei-Bold,
    MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 0.18rem;
    margin: 0.3rem 0;
}

.capabilities-content-p p{
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-bottom: 0.15rem;
}
.capabilities-content-img {
    width: 100%;
}
.capabilities-content-img img{
    width: 100%;
    height: auto;
}

.capabilities-course{
    margin: 0.6rem auto 1rem auto;
}
.about-dev-banner {
    margin-top: 0.6rem;
    display: flex;
    align-items: center;
    background: #E0E0E0;
}
.about-dev-bt {
    width: 0.8rem;
    height: auto;
    flex-shrink: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.about-dev-bt img{
    width: 0.6rem;
}
.devSwiper {
    flex: 1;
    /* margin: 0 0.41rem; */
    padding: 0.15rem;
}
.devSwiper .swiper-slide {
    cursor: pointer;
    /* width: 1.89rem; */
    /* height: 0.88rem; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.devSwiper .swiper-slide img{
    width: 100%;
    height: auto;
    opacity: 0;
}
.devSwiper .swiper-slide p{
    font-size: 0.2rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}   
.devSwiper .swiper-slide-active {
    /* color: #fff;
    background: url(../image/common/xz.png) no-repeat; */
}
.devSwiper .swiper-slide-active img{
    opacity: 1;
}
.devSwiper .swiper-slide-active p{
    color: #fff;
}
.about-dev-box {
    margin-top: 0.6rem;
    padding: 0 0.2rem;
}
.about-dev-list {
    display: none;
}
.about-dev-list:first-of-type {
    display: block;
}
.about-dev-item {
    padding-left: 0.3rem;
    padding-bottom: 0.5rem;
    position: relative;
}
.about-dev-item::after {
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    background: #014098;
    border-radius: 50%;
    position: absolute;
    left: 0rem;
    top: 0.02rem;
    top: 0.1rem;
}
.about-dev-text {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.about-dev-p {
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #014098;
    line-height: 0.32rem;
    /* margin-top: 0.3rem; */
}
.about-dev-p p{
    font-size: inherit;
    line-height: inherit;
}

@media only screen and (max-width: 1024px) {
    .capabilities-top{
        padding: 0 0.25rem;
        display: block;
    }
    .capabilities-top-img{
        position: initial;
        width: 100%;
        height: auto;
    }
    .capabilities-top-content{
        text-align: justify;
        width: 100%;
        padding: 0;
        margin-top: 0.3rem;
        height: auto;
        margin-bottom: 0.3rem;
        background: transparent;
        box-shadow:none;
    }
    .about-dev-p p{
        text-align: justify;
    }
    .capabilities-content-p, .capabilities-content-p p{
        text-align: justify;
    }
    .mCSB_container {
        font-size: 0.26rem;
        font-family: MicrosoftYaHei;
        color: #333333;
        line-height: 0.45rem;
    }
    .capabilities-img{
        padding: 0 0.25rem;
    }
    .capabilities-platform{
        padding: 0 0.25rem;
        padding-top: 0.47rem;
    }
    .capabilities-content-p,
    .capabilities-content-p p{
        font-size: 0.26rem;
        font-family: MicrosoftYaHei;
        color: #333333;
        line-height: 0.45rem;
    }

    .capabilities-content-title{
        font-size: 0.26rem;
    }
    .about-dev-item::after{
        top: 0.126rem;
    }
    .capabilities-course .group-title{
        margin-left: 0.25rem;
    }
    .devSwiper .swiper-slide p{
        font-size: 0.3rem;
    }
    .about-dev-box{
        padding: 0 0.25rem;
    }
    .about-dev-p{
        font-size: 0.26rem;
        line-height: 0.45rem;
    }
}