.about-wrap {
    margin: 0 auto;
    padding: .6rem 0 1.2rem 0;
}

.about-title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-title-cn {
    font-size: 0.4rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #C81526;
}

.about-title-line {
    width: 2.59rem;
    height: 0.01rem;
    background: #D3D3D3;
    position: relative;
    margin: .16rem 0;
}

.about-title-line::after {
    content: '';
    width: 0.45rem;
    height: 0.03rem;
    background: #BD1D27;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about-title-en {
    font-size: 0.18rem;
    font-family: Arial;
    font-weight: 400;
    color: #444444;
    opacity: 0.5;
}

/*  企业介绍*/
.intro-wrap {
    display: flex;
    align-items: center;
    margin-top: .65rem;
}

.intro-des {
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    line-height: 0.38rem;
    flex: 1;
}

.intro-img {
    margin-left: .5rem;
    flex-shrink: 0;
    width: 6.45rem;
    height: 4.32rem;
}

.intro-img img,
.intro-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 企业文化 */
.culture-wrap {
    margin-top: .7rem;
    display: flex;
    justify-content: space-between;
}

.culture {
    width: 4.03rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.16);
    padding: .6rem;

    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.culture::after {
    content: '';
    width: 0;
    height: 0.09rem;
    background: #C81526;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .25s;
}

.culture-icon {
    width: 1.04rem;
    height: 1.04rem;
    background: #FFFFFF;
    border: 0.01rem solid #C81526;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.culture-icon img {
    width: .42rem;
}

.culture-text {
    font-size: 0.25rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
    text-align: center;
    margin-top: .3rem;
}

.culture-p {
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #444444;
    line-height: 0.35rem;
    margin-top: .2rem;
}

.culture:hover::after {
    width: 100%;
}

/* 企业团队 */
.team-wrap {
    margin-top: .7rem;

}

.team-swiper {
    width: 100%;
    position: relative;
}

.teamSwiper {
    width: 100%;
    overflow: hidden;
}

.teamSwiper .swiper-slide {
    height: 3.47rem;
    transition: 300ms;
    transform: scale(0.8);
}

.teamSwiper .swiper-slide-active,
.teamSwiper .swiper-slide-duplicate-active {
    transform: scale(1);
}

.team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teamSwiper-next,
.teamSwiper-prev {
    color: #C81526;
}

.teamSwiper-next {
    right: -.5rem;
}

.teamSwiper-prev {
    left: -.5rem;
}

.team-content {
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    line-height: 0.38rem;
    margin-top: 1.1rem;
    text-align: justify;
}

/* 荣誉资质 */
.honor-wrap {
    margin-top: .75rem;
}

.honor-swiper {
    width: 100%;
    position: relative;
}

.honorSwiper {
    width: 100%;
    height: 3.96rem;
    overflow: hidden;
}

.honorSwiper-next,
.honorSwiper-prev {
    color: #C81526;
}

.honorSwiper-next {
    right: -.75rem;
}

.honorSwiper-prev {
    left: -.75rem;
}

.honorSwiper .swiper-slide {
    width: auto;
}

.honor-img {
    height: 100%;
    width: auto;
}

.honor-text {
    width: 100%;
    height: 0.37rem;
    background: #C81526;
    padding: 0 .1rem;
    text-align: center;
    line-height: .37rem;
    font-size: 0.18rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FEFEFE;

    position: absolute;
    bottom: 0;
    left: 0;
}

/* 发展历程 */
.history-wrap {
    margin-top: .7rem;
    overflow: hidden;
    padding: .1rem;
}

.mySwiper2 {
    width: 100%;
    overflow: hidden;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
}

.history-item {
    padding: .8rem 1rem;
    text-align: center;
}

.history-text {
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #C81526;
}

.history-p {
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #444444;
    line-height: 0.4rem;
    margin-top: .3rem;
}

.mySwiper {
    width: 100%;
    position: relative;
}

.mySwiper::after {
    content: '';
    width: 100%;
    height: 0.06rem;
    background: #C81526;
    position: absolute;
    top: 0;
    left: 0;
}

.history-year {
    position: relative;
}

.history-year-ball {
    width: 0.15rem;
    height: 0.15rem;
    background: #FFFFFF;
    border: 0.01rem solid #444444;

    position: absolute;
    top: -0.045rem;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    transition: all .2s;
}

.history-year-ball::after {
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    background: #444444;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .2s;
}

.history-year-text {
    font-size: 0.23rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #C81526;

    padding-top: .25rem;
    text-align: center;
    cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active .history-year-ball {
    width: 0.22rem;
    height: 0.22rem;
    border-color: #C81526;
    top: -0.08rem;
}

.mySwiper .swiper-slide-thumb-active .history-year-ball::after {
    width: 0.09rem;
    height: 0.09rem;
    background: #C81526;
}

/* 招聘信息 */
.invite-wrap {
    margin-top: .8rem;
}

.invite-list {
    display: flex;
    flex-wrap: wrap;
}

.invite-item {
    width: 50%;
    padding-right: 1.25rem;
    border-right: 0.01rem solid #979797;

    display: flex;
    align-items: center;
    padding-top: .41rem;
}

.invite-item:nth-child(1),
.invite-item:nth-child(2) {
    padding-top: 0;
}

.invite-item:nth-child(even) {
    padding-right: 0;
    padding-left: 1.25rem;
    border: 0;
}

.invite-icon {
    width: 0.1rem;
    flex-shrink: 0;
}

.invite-line {
    flex: 1;
    border-top: 0.01rem dashed #969696;
}

.invite-text {
    font-size: 0.18rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
    padding: 0 .15rem;
    flex-shrink: 0;
}

.invite-time {
    font-size: 0.18rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #444444;
    padding-left: .15rem;
    flex-shrink: 0;
}

.invite-item:hover .invite-text {
    color: #C81526;
}
@media screen and (max-width:1024px){
    .intro-wrap{
        display: block;
        text-align: justify;
    }
    .intro-des{
        font-size: .28rem;
        line-height: .42rem;
    }
    .about-wrap{
        padding: 0.6rem 0.25rem .8rem;
    }
    .about-title-cn{
        font-size: .32rem;
    }
    .about-title-en{
        font-size: 0.24rem;
    }
    .intro-img{
        margin-left: 0;
        width: 100%;
        margin-top: .3rem;
    }
    .culture-wrap{
        display: block;
    }
    .culture{
        width: 100%;
        margin-bottom: .3rem;
    }
    .culture-text{
        font-size: 0.3rem;
    }
    .culture-p{
        font-size: .28rem;
    }
    .teamSwiper .swiper-slide{
        height: auto;
    }
    .team-swiper{
        width: 90%;
        margin: 0 auto;
    }
    .team-content{
        margin-top: 0.5rem;
        font-size: .28rem;
        line-height: .42rem;
    }
    .honor-swiper{
        width: 80%;
        margin: 0 auto;
    }
    .honorSwiper{
        height: 3.26rem
    }
    .honor-text{
        font-size: .24rem;
    }
    .history-year-text{
        font-size: 0.24rem;
    }
    .history-p,.invite-text,.invite-time{
        font-size: .28rem;
    }
    .history-text{
        line-height: .42rem;
    }
    .invite-item{
        padding-right: 3.5rem;
    }
}