.head-wrap img {
    height: 1.24rem
}

.about-wrap {
    margin-top: .4rem
}

.about-wrap .title-box {
    margin-bottom: .2rem;
    height: .31rem;
    background: url(/statics/images/mobile/index_title_bg.png) center no-repeat;
    background-size: 2.68rem .31rem
}

.about-wrap .title-box .title-content {
    position: relative;
    top: .17rem
}

.about-wrap .content-box {
    padding: 0 .2rem
}

.about-wrap .content-box img {
    margin: .15rem 0;
    width: 3.35rem
}

.about-wrap .content-box .text {
    margin-bottom: .1rem
}

.culture-wrap {
    margin-top: .35rem
}

.culture-wrap .culture-img {
    margin: .35rem 0 .5rem;
    text-align: center
}

.culture-wrap .culture-img img {
    width: 3.35rem
}

.development-wrap {
    margin-bottom: .25rem
}

.development-wrap .content-box {
    margin-top: .35rem;
    padding: 0 .45rem
}

.development-wrap .content-box .content-item {
    margin-bottom: .15rem
}

.development-wrap .content-box .content-item .title {
    position: relative;
    color: #354054;
    font-size: .16rem;
    font-weight: 700
}

.development-wrap .content-box .content-item .title::before {
    display: inline-block;
    margin: 0 .08rem .02rem 0;
    content: '';
    width: .09rem;
    height: .09rem;
    border-radius: .045rem;
    background: #354054
}

.development-wrap .content-box .content-item .text {
    position: relative;
    margin: .05rem 0 0 .18rem;
    padding-left: .08rem;
    color: #656e7e;
    font-size: .12rem;
    line-height: .2rem
}

.development-wrap .content-box .content-item .text::before {
    position: absolute;
    top: .09rem;
    left: 0;
    content: '';
    width: .02rem;
    height: .02rem;
    border-radius: .01rem;
    background: #656e7e
}

.development-wrap .development-swiper-pagination {
    text-align: center
}

.development-wrap .development-swiper-pagination .swiper-pagination-bullet {
    width: .4rem;
    height: .04rem;
    border-radius: 0;
    opacity: 1;
    background: #f5f5f5
}

.development-wrap .development-swiper-pagination .swiper-pagination-bullet-active {
    background: #bdd8ff;
    border-radius: .02rem
}

.honor-wrap {
    padding-top: .35rem;
    background: #fbfbfb
}

.honor-wrap .honor-content {
    margin-top: .2rem;
    text-align: center;
    color: #354054;
    font-size: .12rem;
    line-height: .22rem
}

.honor-wrap .honor-img {
    margin-bottom: .06rem;
    text-align: center;
    background: url(/statics/images/mobile/index_bg.png) bottom no-repeat;
    background-size: 3.75rem 1.53rem
}

.honor-wrap .honor-img img {
    margin: 0 auto;
    width: 3.14rem
}

.reports-wrap {
    margin-top: .35rem
}

.reports-wrap .reports-box {
    width: 3.16rem;
    margin: .3rem auto 0;
    border: 1px solid #f0f0f0
}

.reports-wrap .reports-box .reports-item, .reports-wrap .reports-box .reports-item img {
    width: 3.16rem
}

.reports-wrap .reports-box .reports-item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 .2rem;
    height: .6rem;
    text-align: center
}

.executives-wrap {
    margin: .3rem 0
}

.executives-wrap .executives-swiper {
    margin: .2rem auto 0;
    width: 2.8rem
}

.executives-wrap .executives-swiper .executives-item .img-box {
    position: relative
}

.executives-wrap .executives-swiper .executives-item .img-box img {
    width: 2.8rem;
    height: 3.2rem
}

.executives-wrap .executives-swiper .executives-item .img-box .detail-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .46rem;
    background: rgba(255, 255, 255, .7);
    text-align: center;
    line-height: .46rem;
    z-index: 11
}

.executives-wrap .executives-swiper .executives-item .img-box .detail-btn.hide {
    display: none
}

.executives-wrap .executives-swiper .executives-item .img-box .detail-box {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, .7);
    z-index: 10;
    font-size: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.executives-wrap .executives-swiper .executives-item .img-box .detail-box .content {
    margin: 0 auto;
    width: 2rem;
    line-height: .26rem
}

.executives-wrap .executives-swiper .executives-item .img-box .detail-box.show {
    height: 100%;
    font-size: .14rem;
    z-index: 15
}

.executives-wrap .executives-swiper .executives-item .name-box {
    height: .6rem;
    line-height: .6rem;
    text-align: center
}

.executives-wrap .executives-swiper .executives-item .name-box .name {
    color: #354054;
    font-size: .16rem
}

.executives-wrap .executives-swiper .executives-item .name-box .title {
    margin-left: .2rem;
    color: #7b828f;
    font-size: .12rem
}