/* 企业文化 */
.cutral-back {
    background: url('/aboutImage/q-back.png') no-repeat center center;
    /* min-height: 1020px; */
    background-size: 100% 100%;
}
.about-g{
    width: 540px;
}

.about-g-e{
    width: 810px;
}

@media (max-width:798px) {

    .about-g {
        width: 100%;
    }
    .about-g-e{
        width: 100%;
    }
}

.main-business .business-item3 {
    padding: 0 0px 48px;
}

.business-item4 {
    height: 300px;
}

.business-body2 {
    padding-bottom: 139px;
}


.border-content {
    width: 47px;
    height: 2px;
    background-color: #CCCCCC;
}

.border-content2 {
    width: 47px;
    height: 2px;
    background-color: #fff;
}

/* 活动图片 */
.activity-back {
    background-color: #253A78;
    min-height: 1701px;
}

.business-item5 {
    margin-right: 20px;
}

.business-item5:last-child {
    margin-right: 0px;
    margin-bottom: 16px;
}

.contentNew {
    max-width: 1260px;
    margin: 0 auto;
}

.flex-wrapnew {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width:998px) {
    .business-item4 {
        width: 300px;
        height: 300px;
    }

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

    /* 活动 */
    .business-item5 img {
        width: 100%;
        margin-bottom: 20px;
    }

    .business-item5 {
        margin-right: 0px;
    }

}


.about-content {
    padding: 58px 34px;
    transition: transform 0.5s ease;
}

/* .about-content:hover {
    transform: scale(0.8);
    cursor: pointer;
} */

.color-animation p{
    text-indent: 2em;
}
/* 动画效果 */
/* .color-animation {
    transition: all 0.3s ease-in-out;
}

.color-animation:hover {
    transform: translateY(-2px);
    color: #336df6;
    cursor: pointer;
}

.company-animation {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.company-animation:hover {
    transform: translateY(-5px);
    cursor: pointer;
}

.culture-animation {
    transition: transform 0.5s ease;
}

.culture-animation:hover {
    transform: scale(0.8);
    cursor: pointer;
}
.activity-animation{
    transition: transform 0.5s ease;
}
.activity-animation:hover{
    transform: scale(0.9);
    cursor: pointer;
} */

/* 英文 */
.about-content-e{
    padding: 32px 34px;
}