.about-banner {
    width: 100%;
    height: 6rem;
    box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgb(0 0 0 / 30%);
}

.about-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 集团概要 */
.about-profile {
    margin: 0 auto;
    margin-top: 0.97rem;
}

.about-profile-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.about-profile-p {
    text-align: justify;
    border-bottom: 0.01rem solid #DBDBDB;
    padding-bottom: 0.65rem;
    margin-top: 0.82rem;
    font-size: var(--font18);
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #000000;
    line-height: 0.36rem;
}

.about-profile-p span {
    color: #02438D;
    font-size: var(--font18);
}


.index-brief-wrap {
    margin: 1rem auto;
    display: flex;
    justify-content: space-between;
}

.index-brief {
    /* padding: 0 0.86rem; */
    flex: 1;
    border-right: 1px solid #666565;
}

.index-brief:first-of-type {
    padding-left: 0;
}

.index-brief:last-of-type {
    padding-right: 0;
    border-right: 0;
}

.index-brief-num {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.index-brief-num img {
    margin-right: 0.16rem;
    width: 0.31rem;
    height: 0.31rem;
    object-fit: cover;
}

.index-brief-num span {
    font-size: 0.62rem;
    font-family: Impact-Regular, Impact;
    font-weight: 400;
    color: #014098;
}

.index-brief-num {
    position: relative;
}

.roll::before {
    width: 0.44rem;
    height: 0.01rem;
    content: '';
    position: absolute;
    transform: translateX(-50%);
    background-color: #707070;
    right: 0;
    left: 50%;
    bottom: -0.1rem;
}

.index-brief-p {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #6C6C6C;
    margin-top: 0.4rem;
    text-align: center;
}

/* 集团概要 end*/
/* 发展历程 */
.about-development-text {
    margin: 0 auto;
}

.about-development-con {
    margin-top: 0.8rem;
    width: 100%;
    display: flex;
    align-items: center;
}

.about-development-con-k {
    margin-right: 0.01rem;
    width: 4.8rem;
    height: 6.5rem;
    position: relative;
}

.about-development-con-k:nth-child(4) {
    margin-right: 0;
}

.about-development-con-k img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-development-ckc {
    padding: 0.67rem 0.4rem;
    position: absolute;
    left: 0;
    top: 0;
}

.about-development-ckctext {
    padding-left: 0.22rem;
    border-left: 0.01rem solid #FFFFFF;
}

.about-development-ckctext p {

    line-height: 0.56rem;
    font-size: 0.32rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.about-development-ckcp {
    margin-top: 0.76rem;
}

.about-development-ckcpk {
    margin-bottom: 0.33rem;
    width: 3.76rem;
}

.about-development-ckcpk p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.36rem;
}

/* 发展历程 end*/
/* 沿革史 */
.about-history {
    margin-top: 0.76rem;
}

.about-history-con {
    margin-top: 0.63rem;
    height: 7.23rem;
    display: flex;
    align-items: center;
}

.about-dev-banner {
    width: 7.74rem;
    height: 100%;
    padding: 0.42rem 0;
    background-image: url(../image/about/4.png);
    background-size: 100% 100%;
}

.about-dev-bt {
    margin: 0 auto;
    width: 0.21rem;
    height: auto;
    flex-shrink: 0;
    cursor: pointer;
}

.devSwiper .swiper-slide {
    margin: 0 auto;
    width: 3.34rem;
    height: 1rem !important;
    border-bottom: 0.01rem solid #D4D4D4;
    text-align: center;
    line-height: 1rem;
    font-size: 0.3rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    color: #6A6A6A;
    font-weight: bold;
    cursor: pointer;
}

.devSwiper .swiper-slide-active {

    color: #006DBB;
}

.about-dev-box {
    height: 100%;
    width: calc(100% - 7.74rem);
    background-image: url(../image/about/5.png);
    background-size: 100% 100%;
}

.about-dev-list {
    display: none;
}

.about-dev-list:first-of-type {
    display: block;
}

.about-dev-item {
    width: 100%;
    height: 2.18rem;
    padding: 0.55rem 0.91rem;
    position: relative;
}

.about-dev-item:first-of-type {
    background: #006DBB;
}

.about-dev-item:first-of-type .about-dev-text {

    color: #FFFFFF;
}

.about-dev-item:first-of-type .about-dev-p {

    color: #FFFFFF;
}

.about-dev-item:hover {
    background: #006DBB;
}

.about-dev-item:hover .about-dev-text {

    color: #FFFFFF;
}

.about-dev-item:hover .about-dev-p {

    color: #FFFFFF;
}

.about-dev-item::after {
    content: '';
    width: 0.23rem;
    height: 0.23rem;
    background: #006DBB;
    border-radius: 50%;
    position: absolute;
    left: -0.11rem;
    top: 50%;
}

.about-dev-text {
    font-size: 0.32rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;

    color: #333333;
}

.about-dev-p {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;

    color: #333333;
    line-height: 0.3rem;
    margin-top: 0.24rem;
}

.devSwiper {
    height: calc(100% - 0.84rem);
}

/* 沿革史 end*/
/* 企业文化 */
.about-culture {
    margin-top: 0.76rem;
}

.about-culture-con1 {
    position: relative;
    margin: 0 auto;
    margin-top: 0.63rem;
}
.about-culture-con1 img{
    width: 100%;
}
.about-culture-con1-p {
    position: absolute;
    top: 1.66rem;
    right: 1.8rem;
}

.about-culture-con1-p1 {
    position: relative;
    font-size: 0.56rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #0C4DA2;
}

.about-culture-con1-p1::after {
    content: '';
    width: 0.5rem;
    height: 0.03rem;
    background: #0C4DA2;
    position: absolute;
    transform: translate(-50%);
    bottom: -0.3rem;
    left: 50%;
    transform: translateX(-50%);
}

.about-culture-con1-p2 {
    margin-top: 0.44rem;
    font-size: var(--font18);
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
}

.about-culture-con2 {
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-culture-con2k {
    margin-top: 0.2rem;
    width: 7.93rem;
    height: 5.16rem;
    margin-right: 0.14rem;
    position: relative;
}

.about-culture-con2k:nth-child(2n) {
    margin-right: 0;
}

.about-culture-con2k img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-culture-con2k-p {
    position: absolute;
    top: 0.77rem;
    left: 0.59rem;
}

.about-culture-con2k-p1 {
    width: 1.12rem;
    height: 0.47rem;
    background: linear-gradient(180deg, #006DBB 0%, #0C4DA2 100%);
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    font-size: 0.25rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.47rem;
    text-align: center;
}

.about-culture-con2k-p2 {
    margin-top: 0.56rem;
    font-size: 0.32rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.54rem;
}

.about-culture-con2k-p22 {
    margin-top: 0.56rem;
    font-size: 0.32rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
    line-height: 0.54rem;
}

/* 企业文化 end*/
/* 组织架构 */
.about-organizational {
    margin: 0 auto;
    margin-top: 0.95rem;
}

/* 组织架构 */
.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 {
    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 {
    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;
}

/* 组织架构 end*/

@media only screen and (max-width: 1024px) {
    .about-culture-con2k-p{
        top: 0.65rem;
        left: 0.29rem;
        padding-right: 0.29rem;
    }
    .about-culture-con2k-p2{
        margin-top: 0.26rem;
        font-size: 0.28rem;    
        line-height: 0.44rem;
    }
    .about-culture-con2k-p1{
        font-size: 0.3rem;
    }
    .about-culture-con2k-p22{
        margin-top: 0.26rem;
        font-size: 0.28rem;    
        line-height: 0.44rem;
    }
    .about-organizational{
        margin-top: 0;
    }
    .about-culture{
        margin-top: 0;
    }
    .about-culture-con1{
         margin-top: 0.6rem;
    }
    .about-history{
        margin-top: 0;
    }
    .about-culture-con1-p1{
        font-size: 0.3rem;
    }
    .about-culture-con1-p2{
        font-size: 0.24rem;
        line-height: 0.38rem;
    }
    .about-culture-con1-p{
        top: 0.4rem;
        left: 2.3rem;
        right: 0;
    }
    .about-culture-con2k{
        height: 3.16rem;
        margin-right: 0;
    }
    .about-profile-p {
        font-size: 0.24rem;
        line-height: 0.38rem;
        padding-bottom: 0.35rem;
        margin-top: 0.4rem;
    }
    .about-profile{
        margin-top: 0.6rem;
        padding: 0 0.2rem;
    }
    
    .index-brief-wrap {
        flex-wrap: wrap;
        width: 100%;
        margin: 0.5rem auto -0.6rem auto;
    }

    .index-brief {
        
        margin-bottom: 0.6rem;
        flex: none;
        width: 33.3%;
        border-right: 0;
        padding: 0;
    }
    .about-dev-item{
        height: 3.18rem;
        padding: 0.45rem 0.71rem;
    }
    .about-history-con{
        margin-top: 0.6rem;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    
    .index-brief-num img {
        margin-right: 0.06rem;
    }

    .index-brief-num span {
        font-size: 0.36rem;
    }

    .index-solid {
        margin: 0.16rem 0;
        margin-left: 50%;
    }

    .about-dev-text{
        font-size: 0.3rem !important;
        line-height: 0.48rem;
    }
    
     .about-dev-p{
        line-height: 0.38rem !important;
    }
    .index-brief-p {
        width: auto;
        margin-top: 0.32rem;
        font-size: 0.24rem;
    }
    .roll::before{
        bottom: -0.16rem;
    }
    .about-development-text{
        padding: 0 0.2rem;
    }
   
    .about-text2{
        font-size: 0.26rem;
    }
    .about-development-con{
        margin-top: 0.6rem;
        display: block;
    }
    .tran_scale.tran_scale{
        width: 100%;
    }
    .about-development-ckcp{
        margin-top: 0.35rem;
    }
    .about-development-ckcpk p{
        line-height: 0.41rem;
        font-size: 0.26rem;
    }
    .about-development-ckctext p{
        font-size: 0.3rem;
    }
    .about-dev-box{
        width: 90%;
        display: flex;
        align-items: center;
        margin-top: .3rem;
    }
    .about-dev-banner{
        width: 90%;
        height: 5rem;
    }
    .about-dev-bt{
        margin-top: .3rem;
    }
    .about-culture-con1-p1::after{
        left: 25%;
    }

    .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.24rem;
    }
    .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.3rem;
        font-size: 0.24rem;
        padding: 0.2rem;
        margin-top: 0.2rem;
    }
    .group-architect-item::after{
        border: 0;
    }
    .about-development-ckc{
        padding: 0.57rem 0.4rem;
    }
    .about-development-con-k{
        height: 6rem;
    }
    .about-dev-list:first-of-type{
        width:100%;
    }
    
    .about-profile-p span {
        font-size: .24rem;
    }
}