/* .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;
} */
.group-overview-wrap{
    margin: 0 auto;
    display: flex;
    align-items: center;
    align-items: flex-end;
}
.group-overview-left{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.group-overview-item{
    width: 32%;
    margin-top: 0.7rem;
}
.group-overview-num{
    font-size: 0.5rem;
    font-family: MicrosoftYaHei;
    color: #014098;
}
.group-overview-cn{
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-top: 0.03rem;
}
.group-overview-en{
    font-size:.16rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-top: 0.05rem;
}

.group-overview-right{
    width: 7.98rem;
    flex-shrink: 0;
    margin-left: 0.5rem;
    margin-top: 0.7rem;
}
.group-overview-text{
    font-size: 0.3rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.45rem;
}
.group-overview-p{
    text-align: justify;
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.3rem;
    margin-top: 0.15rem;
}
.group-overview-p  span{
    color:#D00000;
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
}
.group-overview-img{
    width: 100%;
    height: 4.32rem;
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
}
.group-overview-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.group-overview-content{
    margin: 0.4rem auto 0.6rem auto;
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.3rem;
    display: none;
}

.group-title{
    height: 0.5rem;
    font-size: 0.3rem;
    font-family: MicrosoftYaHei-Bold,
    MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 0.5rem;
    padding-left: 0.38rem;
    position: relative;
    margin: 0 auto;
}
.group-title::after {
    content: '';
    width: 0.08rem;
    height: 0.5rem;
    background: #014098;
    position: absolute;
    left: 0;
    top: 0;
}


.group-culture-wrap{
    margin: 0.7rem auto 0.3rem auto;
}
.group-culture-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}
.group-culture-item{
    width: 7.6rem;
    display: flex;
    align-items: center;
}
.group-culture-img{
    width: 7.4rem;
    height: 4.42rem;
    object-fit: cover;
}
.group-culture-num{
    width: 1.68rem;
    height: 1.68rem;
    background: #014098;
    font-size: 0.6rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 1.68rem;
    text-align: center;
    flex-shrink: 0;
}
.group-culture-box{
    margin-left: 0.5rem;
    flex: 1;
    text-align: center;
}
.group-culture-text{
    font-size: 0.24rem;
    font-family: MicrosoftYaHei-Bold,
    MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
}
.group-culture-p{
    font-size: 0.2rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.36rem;
    margin-top: 0.25rem;
}
/* 发展历程 */
.group-course-box{
    margin: 0 auto;
}
.group-course-content{
    font-size: 0.2rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.21rem;
    margin: 0.5rem 0;
}
.group-course-list{
    display: flex;
    flex-wrap: wrap;
}
.group-course-item{
    width: 3.7rem;
    margin-right: 0.4rem;
    position: relative;
    box-shadow: 0rem 0.05rem 0.1rem 0.01rem rgb(0 0 0 / 30%);
    margin-bottom: 0.25rem;
    border-radius: 0.05rem;
    overflow: hidden;
}
.group-course-item:nth-child(4n){
    margin-right: 0;
}
.group-course-img{
    width: 100%;
    height: 3.9rem;
    object-fit: cover;
}
.group-course-title{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.3rem;
}
.group-course-text {
    font-size: 0.24rem;
    font-family: MicrosoftYaHei-Bold,
    MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.group-course-p p{
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 0.3rem;
    margin-top: 0.25rem;
}

.group-course-banner{
    padding-bottom: 0.3rem;
    margin-top: 0.35rem;
    width: 100%;
    height: 5rem;
    background: url(../image/group/course-bg.png) no-repeat;
    background-size: cover;
    margin-bottom: 0.6rem;
}
.courseSwiper{
    width: 100%;
    height: 100%;
    position: relative;
}
.courseSwiper::after{
    content: '';
    width: 100%;
    height: 0.02rem;
    background: #014098;
    position: absolute;
    top: 3.345rem;
    left: 0;
    z-index: 0;
}
.courseSwiper .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.05rem;
    background: #FFFFFF;
    border-radius: 0.02rem;
    opacity: 1;
}
.courseSwiper .swiper-pagination-bullet-active {
    background: #014098;
}
.courseSwiper .swiper-slide {
    padding: 0 0.23rem;
    position: relative;
}
.courseSwiper-top {
    width: 100%;
    height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.courseSwiper-top img{
    width: 100%;
    height: 1.95rem;
    object-fit: cover;
}
.courseSwiper-top p{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 0.24rem;
    margin-top: 0.05rem;
    text-align: center;
}
.courseSwiper-icon{
    margin: 0.23rem auto;
}
.courseSwiper-icon1{
    width: 0.25rem;
    height: 0.25rem;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
}
.courseSwiper-icon-img{
    width: auto;
    height: 0.25rem;
    margin: 0 auto;
}
.courseSwiper-year{
    font-size: 0.2rem;
    font-family: MicrosoftYaHei-Bold,
    MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

/* 组织架构 */
.group-architect-wrap{
    margin:  0 auto;
    padding: 0.6rem 0 1rem 0;
}
.group-architect-top{    
    padding-bottom: 0.3rem;
    
    position: relative;   
}
.group-architect-top p{
    cursor: pointer;
    width: 2.82rem;
    height: 0.59rem;
    background: #014098;
    border-radius: 0.1rem;
    box-shadow: 0rem 0.05rem 0.1rem 0.01rem rgb(0 0 0 / 30%);
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-Bold,
    MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.59rem;
    text-align: center;
    margin: 0 auto;
}
.group-architect-top::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.3rem;
    border-right: 1px dashed #333;
}

.group-architect-level-box{
    position: relative;
    margin: 0 0.1rem;
    display: flex;
    justify-content: space-between;
}
.group-architect-level-box::after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2.82rem);
    border-top: 1px dashed #333;
}
.group-architect-level {    
    position: relative;
    width: 2.82rem;
    height: 0.59rem;
    background: #014098;
    border-radius: 0.1rem;
    box-shadow: 0rem 0.05rem 0.1rem 0.01rem rgb(0 0 0 / 30%);
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-Bold,
    MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.59rem;
    text-align: center;
    margin-top: 0.3rem;
}
.group-architect-level1{
    background: #9EB1CD;
}
.group-architect-level::after {
    content: '';
    position: absolute;
    top: -0.3rem;
    left: 50%;
    transform: translateX(-50%);
    height: 0.3rem;
    border-right: 1px dashed #333;
}
.group-architect-level:nth-child(1)::before {
    content: '';
    position: absolute;
    bottom: -0.45rem;
    left: 50%;
    transform: translateX(-50%);
    height: 0.45rem;
    border-right: 1px dashed #333;
}




.group-architect-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 0.45rem;
}
.group-architect-list::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 0.63rem);
    border-top: 1px dashed #333;
}
.group-architect-item {
    height: 4rem;
    margin-top: 0.8rem;
    position: relative;
    background: #014098;
    border-radius: 0.1rem;
    box-shadow: 0rem 0.05rem 0.1rem 0.01rem rgb(0 0 0 / 30%);
    display: block;
    width: 0.63rem;
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    writing-mode: vertical-lr;
    /* text-align: center; */
    line-height: 0.63rem;
    padding: 0.27rem 0;
}
.group-architect-item::after {
    content: '';
    position: absolute;
    top: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
    height: 0.8rem;
    border-right: 1px dashed #333;
}

.group-culture-img-mobile{
    display: none;
}
.lztext{
    position: absolute;
    left: 1.5rem;
    top: 1rem;
    font-size: .2rem;
    font-weight: bold;
    color: #fff;
    z-index: 100;
}
@media only screen and (max-width: 1024px) {
    
    .group-overview-wrap{
        display: block;
        padding:  0 0.25rem;
    }
    .group-overview-left{
        width: 100%;
    }
    .group-overview-item{
        width: 50%;
        text-align: center;
    }
    .group-overview-cn{
        font-size: 0.26rem;
        margin-top: 0.1rem;
    }
    .group-overview-en{
        font-size: 0.24rem;
        margin-top: 0.1rem;
    }
    .group-overview-right{
        width: 100%;
        margin-left: 0;
    }
    .group-overview-text{
        font-size: 0.32rem;
        text-align: center;
    }
    .group-overview-p{
        font-size: 0.26rem;
        font-family: MicrosoftYaHei;
        color: #333333;
        line-height: 0.45rem;
        margin-top: 0.15rem;
    }
    
    .group-overview-p  span{
        font-size: 0.26rem;
    }
    .group-overview-img{
        height: 2rem;
    }
    .group-overview-content{
        padding:  0 0.25rem;
        font-size: 0.26rem;
        font-family: MicrosoftYaHei;
        color: #333333;
        line-height: 0.45rem;
    }

    .group-title{margin: 0 0.25rem !important;}
    .group-culture-wrap{
        padding: 0 0.25rem;
    }
    .group-culture-list{
        flex-direction: column;
    }
    .group-culture-item{
        width: 100%;
    }
    .group-culture-img-mobile{
        display: block !important;
    }
    .group-culture-img-pc {
        display: none !important;
    }
    .group-culture-num{
        display: none;
    }
    .group-culture-box{
        margin-left: 0;
    }
    .group-culture-text{
        font-size: 0.28rem;
    }
    .group-culture-p{
        font-size: 0.26rem;
        margin-bottom: 0.2rem;
        line-height: 0.45rem;
    }
    .group-culture-img{
        height: 3rem;
    }
    .group-course-content{
        font-size: 0.26rem;
        line-height: 0.45rem;
        padding:  0 0.25rem;
    }
    .group-course-list{
        padding: 0 0.25rem;
        justify-content: space-between;
    }
    .group-course-item{
        width: 100%;
        margin-right: 0;
    }
    .group-course-text{
        font-size: 0.26rem;
    }
    .group-course-p p{
        font-size: 0.26rem;
        line-height: 0.45rem;
    }
    .courseSwiper-top p{
        font-size: 0.26rem;
        line-height: 0.45rem;
    }
    .courseSwiper-year{
        font-size: 0.26rem;
    }


    .group-architect-wrap{
        padding: 0.6rem 0.25rem 1rem 0.25rem;
    }
    .group-architect-level-box{
        flex-wrap: wrap;
        margin: 0;
    }
    .group-architect-top p{
        font-size: 0.26rem;
    }
    .group-architect-level:nth-child(3):after,
    .group-architect-level:nth-child(4):after{
        /* border: 0; */
        top: auto;
        bottom: -0.3rem;
    }
    .group-architect-list{
        flex-wrap: wrap;
    }
    .group-architect-level{
        /* background: #1E72E8; */
        font-size: 0.26rem;
    }
    .group-architect-list{
        margin-top: 0.3rem;
    }
    .group-architect-item{
        width: 100%;
        writing-mode: initial;
        text-align: center;
        height: auto;
        min-height: 0.59rem;
        line-height: 0.45rem;
        font-size: 0.26rem;
        padding: 0.2rem;
        margin-bottom: 0.2rem;
        margin-top: 0;
    }
    .group-architect-item::after{
        border: 0;
    }
    .group-course-banner{
        height: 7rem;
    }
    .courseSwiper-top{
        height: 5rem;
    }
    .courseSwiper::after{
        top: 5.3rem;
    }
    .courseSwiper-icon{
        margin: 0.18rem auto;
    }
    .lztext{
        top: .24rem;
        left: .5rem;
    }
   
}