/*集团概况信息*/

.introduction {
    font-size: 18px;
    line-height: 36px;
    color: #555555;
}

.jtgk {
}

.jtgk .num-item {
    padding: 20px 0;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
    height: 180px;
    background-color: #fff;
    box-shadow: 0 0 5px #888888;
}

.jtgk .num-item .num {
    font-size: 48px;
    color: #1eadf1;
    font-weight: 500;
    flex:1;
    line-height: 80px;
}

.jtgk .num-item .name {
    font-size: 18px;
    flex:1;
    line-height: 70px;
}

/*发展历程*/
.fzlc-swiper .fzlc-wrapper{
    height: 280px;
}
.fzlc-swiper .fz-item{
    /*background-color: #f1f1f1;*/
    background-image: url("/static/img/about/fzlc-bg.png");
    color: #fff;
}
.fzlc-swiper .fz-item h2{
    font-size: 32px;
    line-height: 120px;
    color: #fff;
}
.fzlc-swiper .fz-item p{
    font-size: 18px;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}
.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}