.about_top .right {
    margin-top: 75px;
    width: 700px;
    height: 400px;
}

.about_top video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
}

.about-history-list .slides li .item h3 {
    width: 100%;
    left: 2.5px;
}

.culture li {
    height: 375px;
}

.culture2 {
    position: relative;
    width: 75%;
    left: 50%;
    margin-left: -36%;
}

    .culture2 li {
        width: 33.33%
    }

.swiperLB {
    position: relative;
}

.left-icon {
    position: absolute;
    top: 50%;
    left: 100px;
    display: flex;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    z-index: 999;
    background: url(../../images/about/new/leftIcon.png);
}

.right-icon {
    position: absolute;
    top: 50%;
    right: 100px;
    display: flex;
    transform: translateY(-50%);
    z-index: 999;
    width: 48px;
    height: 48px;
    background: url(../../images/about/new/rightIcon.png);
}

.title_Orange {
    text-align: center;
    color: #fe9023 !important;
    font-size: 24px;
}

.title_Black {
    text-align: center;
    font-size: 36px;
    color: #000;
}

.title_Wh {
    text-align: center;
    font-size: 36px;
    color: #fff;
}

.leftHonor-icon, .rightHonor-icon {
    position: absolute;
    top: 50%;
    display: flex;
    transform: translateY(-50%);
    z-index: 999;
    width: 48px;
    height: 48px;
}

.leftHonor-icon {
    background: url(../../images/about/new/rightHonor-icon.png);
    left: 200px;
}

.rightHonor-icon {
    background: url(../../images/about/new/leftHonor-icon.png);
    right: 200px;
}

.leaderBox {
    display: flex;
    justify-content: center;
}

.leadTextBox {
    padding: 0 30px;
    width: 245px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

    .leadTextBox p:first-of-type {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .leadTextBox p:last-of-type {
        font-size: 16px;
        margin-top: 10px;
    }

    .leadTextBox img {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
    }

    .leadTextBox:hover {
        background-color: #1551be;
        color: #fff;
    }

.about_div_leader {
    padding: 80px 0;
}

.about_div_members {
    padding: 80px;
    height: 560px;
    background: url(../../images/about/new/members_bg.png) 100% 100%;
}

.members_box {
    display: flex;
    justify-content: space-around;
    padding: 80px 0;
}

.membersBox {
    position: relative;
}

.membersName {
    height: 78px;
    background-color: #1551be;
    text-align: center;
    line-height: 78px;
    color: #fff;
    font-size: 18px;
    border-radius: 0 0 16px 16px;
    position: relative;
}

    .membersName:after {
        content: '';
        position: absolute;
        width: 26px;
        height: 26px;
        background: url(../../images/about/new/membersIcon.png) 100% 100%;
        left: 50%;
        top: 0;
        transform: translate(-50%,-50%);
        z-index: 99;
    }

.membersBox:hover .membersPopBox {
    transform: translateY(-277px);
    transition: all 0.6s ease 0s;
}

.membersPopBox {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    height: 277px;
    width: 200px;
    padding: 0 10px;
    background-color: rgba(21,81,190,0.8);
    bottom: -277px;
}

.membersImgBox {
    position: relative;
    overflow: hidden;
}

.membersPopBox p {
    color: #fff;
    font-size: 12px;
}

    .membersPopBox p span {
        width: 10px;
        height: 10px;
        background-color: #fff;
        display: inline-block;
        margin-right: 10px;
    }

.teamStyleBox {
    display: flex;
    justify-content: center;
}

.leftTeamImg, .rightTeamImg {
    width: 342px;
    height: 492px;
}

    .leftTeamImg img, .rightTeamImg img {
        width: 342px;
        height: 246px;
    }

.centerTeamImg {
    width: 702px;
    position: relative;
    height: 492px;
}

    .centerTeamImg img {
        width: 702px;
        height: 492px;
    }

    .centerTeamImg p {
        position: absolute;
        text-align: center;
        padding: 10px 0;
        bottom: 0;
        background-color: #1551be;
        color: #fff;
        width: 100%;
    }

.leftTeam-icon, .rightTeam-icon {
    position: absolute;
    top: 50%;
    display: flex;
    transform: translateY(-50%);
    z-index: 999;
    width: 48px;
    height: 48px;
}

.leftTeam-icon {
    background: url(../../images/about/new/rightHonor-icon.png);
    left: 150px;
}

.rightTeam-icon {
    background: url(../../images/about/new/leftHonor-icon.png);
    right: 150px;
}

.paginationTeam .swiper-pagination-switch {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #c8d7f3;
    margin: 0 10px;
    cursor: pointer;
}

.paginationTeam .swiper-active-switch {
    background-color: #1551be;
}

.paginationTeam {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 80px;
    z-index: 999;
}

.paginationHonor .swiper-pagination-switch {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #505878;
    margin: 0 10px;
    cursor: pointer;
}

.paginationHonor .swiper-active-switch {
    background-color: #fdffff;
}

.paginationHonor {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -60px;
    z-index: 999;
}

.newsTab {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 10px 0 30px 0;
}

.newsButton, .newsButtonT {
    border: 1px solid #000;
    cursor: pointer;
    font-size: 20px;
    border-radius: 22px;
    padding: 4px 40px;
    z-index: 999;
    background-color: #fff;
    margin: 0 16px;
}

.newsChanged {
    border: none;
    color: #ffffff;
    background-color: #0146AD;
}

.newsLine {
    top: 33px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    width: 1100px;
    padding: 0;
}

.about_div_05New {
    opacity: 0;
    position: absolute;
}

.showdiv_05 {
    position: relative;
    opacity: 1;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: -16px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
    border: 1px solid #505878;
    background-color: transparent;
    width: 16px;
    height: 16px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #fdffff;
}

#certify .swiper-button-prev, #certify .swiper-button-next {
    position: absolute;
    top: 50%;
    display: flex;
    transform: translateY(-50%);
    z-index: 999;
    width: 48px;
    height: 48px;
}

#certify .swiper-button-prev {
    background: url(../../images/about/new/rightHonor-icon.png);
    left: -32px;
}

#certify .swiper-button-next {
    background: url(../../images/about/new/leftHonor-icon.png);
    right: -32px;
}

.ce-content {
    width: 1220px;
    position: absolute;
    bottom: 0;
    left: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    .ce-content > div {
        flex: 1;
        border-left: dashed 1px #00deff;
        padding: 0 10px;
        position: relative;
    }

    .ce-content .ce-title {
        color: #fff;
    }

        .ce-content .ce-title span {
            margin-left: 10px;
            font-size: 18px;
            color: #00deff;
        }

    .ce-content .ce-text {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        color: #fff;
        line-height: 20px;
    }

        .ce-content .ce-text img {
            margin: 6px 10px;
        }