/* 关于我们 */
.box01_bj {
    background: url(../img/about_bj.png) no-repeat center top RGBA(245, 247, 250, 1);
    background-size: 100% auto;
    overflow: hidden;
}

.box01 {
    margin-top: 1.1rem;
    padding-bottom: 3.33rem;
}

.box01 dl {
    margin-top: .63rem;
    width: 6.2rem;
}

.box01 dl dt {
    font-size: .22rem;
    font-family: AlibabaPuHuiTiM;
    color: #000000;
    line-height: .3rem;
}

.box01 dl dd {
    font-size: .2rem;
    color: #000000;
    line-height: .49rem;
    margin-top: .41rem;
}

/* 核心竞争力 */

.box02 {
    padding-bottom: 1.8rem;
}

.box02 .cont {
    display: flex;
    justify-content: space-between;
    margin-top: .65rem;
}

.box02 .cont dl {
    width: 3.38rem;
    height: 6.76rem;
    position: relative;
    transition: all .5s;
    cursor: pointer;
}

.box02 .cont dl dt {
    width: 100%;
    font-size: .4rem;
    font-family: AlibabaPuHuiTiH;
    color: #FFFFFF;
    line-height: .55rem;
    position: absolute;
    left: 0px;
    top: calc(50% - .35rem);
    z-index: 2;
    text-align: center;
    transition: all .5s;
}

.box02 .cont dl dd {
    position: absolute;
    width: 4.28rem;
    left: 0;
    right: 0;
    display: none;
    margin: 0px auto;
    z-index: 2;
    font-size: .24rem;
    color: rgba(255, 255, 255, .8);
    line-height: .56rem;
    top: 2.42rem;
    transition: all .5s;
}

.box02 .cont dl dd.img {
    width: 100%;
    height: 100%;
    font-size: .24rem;
    color: #FFFFFF;
    line-height: .56rem;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.box02 .cont dl dd.img img {
    width: 100%;
    height: 100%;
}

.box02 .cont dl.active {
    width: 5.7rem;
}

.box02 .cont dl.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    background: RGBA(15, 55, 100, .8);
}

.box02 .cont dl.active dt {
    top: 1.2rem;
}

.box02 .cont dl.active dd {
    display: block;
}

/* 组织架构 */
.box03 {
    padding-top: .89rem;
    padding-bottom: .78rem;
}

.box03 .t {
    max-width: 16.8rem;
    margin-top: .88rem;
    border-bottom: .02rem solid rgba(3, 95, 175, .2);
    padding-bottom: .34rem;
    margin-bottom: .34rem;
}

.box03 .t h4 {
    width: 3.84rem;
    height: 1.07rem;
    font-size: .32rem;
    line-height: 1.07rem;
    font-family: AlibabaPuHuiTiM;
    color: #FFFFFF;
    background: url(../img/about_box03_bj.png) no-repeat center top;
    background-size: 100% auto;
    text-align: center;
    margin: 0px auto;
}

.box03 .cont {
    max-width: 15.6rem;
    display: flex;
    justify-content: space-between;
}

.box03 .cont dl {
    width: 7.52rem;
}

.box03 .cont dl dt {
    width: 100%;
    height: .84rem;
    background: rgba(67, 170, 139, .2);
    font-size: .32rem;
    text-align: center;
    line-height: .84rem;
    color: rgba(67, 170, 139, 1);
}

.box03 .cont dl dd {
    width: calc(100% - .08rem);
    height: 7.32rem;
    border: .04rem dashed rgba(67, 170, 139, .2);
    margin-top: .2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    padding-top: .44rem;
    padding-bottom: .34rem;
}

.box03 .cont dl dd p {
    width: 100%;
    font-size: .28rem;
    text-align: center;
    line-height: 160% !important;
    color: rgba(4, 4, 4, .6);
    font-family: AlibabaPuHuiTiM;
}


/* 合作伙伴 */
.box04_bj {
    background: rgba(245, 247, 250, 1);
    padding-bottom: .6rem;
}

.box04_bj .box04 {
    overflow: hidden;
    padding-top: .95rem;
}

.box04_bj .box04 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: .56rem;
}

.box04_bj .box04 ul li {
    width: calc(100% / 5 - 0.1rem);
    height: 1.69rem;
    margin-bottom: 0.14rem;
    overflow: hidden;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 0.05rem 0px rgb(0 0 0 / 30%);
    margin-left: 0.05rem;
    margin-right: 0.05rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box04_bj .box04 ul li img{
    width: 100%;
    height: auto;
    margin: 0px auto;
    transition: all .5s;
}
.box04_bj .box04 ul li:hover img{
    transform: scale(1.1);
}
/* 20230131 新增 */
.box04_bj .box04 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }

  .box04_bj .box04 .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
  }
  .box04_bj .box04Swiper {
      padding-bottom: .3rem;
  }

@media screen and (max-width:767px) {
    .box01 {
        padding-top: .2rem;
        padding-bottom: .3rem;
        position: relative;
        margin-top: 0px;
    }

    .box01 .tit,
    .box01 dl {
        position: relative;
        z-index: 1;
    }

    .box01 dl {
        width: 100%;
        margin-top: .3rem;
    }

    .box01 dl dd {
        margin-top: .1rem;
        line-height: 200%;
    }

    .box01::after {
        content: '';
        display: block;
        width: 150%;
        height: 100%;
        position: absolute;
        left: -25%;
        top: 0px;
        background: rgba(255, 255, 255, .5);
        z-index: 0;
    }

    .box02{
        margin-top: .3rem;
        padding-bottom: 0rem;
    }
    .box02 .cont{
        display: block;
        margin-top: .2rem;
    }

    .box02 .cont dl.active, .box02 .cont dl{
        width: 100%;
        overflow: hidden;
        height: auto;
        padding-bottom: .2rem;
        margin-bottom: .1rem;
    }
    .box02 .cont dl.active dt, .box02 .cont dl dt{
        position: relative;
        top: auto;
        margin-top: .3rem;
    }
    
    .box02 .cont dl.active dd, .box02 .cont dl dd {
        width: 80%;
        display: block;
        position: relative;
        top: auto;
    }
    .box02 .cont dl.active::after, .box02 .cont dl::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        left: 0px;
        top: 0px;
        background: RGBA(15, 55, 100, .2);
    }
    .box02 .cont dl dd.img{
        width: 100%;
        position: absolute;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .box02 .cont dl dd.img img{
        width: 100%;
        height: auto;
    }

    .box03{
        padding-top: .2rem;
    }

    .box03 .t{
        margin-top: .2rem;
    }
    .box04_bj .box04{
        padding-top: .3rem;
    }
    .box04_bj .box04 ul{
        margin-top: .2rem;
    }
    .box04_bj .box04 ul li{
        width: calc(50% - .1rem);
        height: auto;
    }
}