.banner {
    width: 100%;
    padding: 170px 0 100px;
}

.banner img {
    max-width: 80%;
    max-height: 80%;
    display: block;
    margin: 0 auto;
    width: 90vw;
}

.timeLine-box-left.on .timeLine-list-yyyy,
.timeLine-box-left.on .timeLine-list-title {
    text-align: right;
}

.timeLine-box-right.noOn .timeLine-list-yyyy,
.timeLine-box-right.noOn .timeLine-list-title {
    text-align: left;
}

.timeLine-list-yyyy {
    font-size: 16px;
    color: #7BA3FF;
    margin-bottom: 10px !important;
    line-height: 1;
    font-weight: 400;
}

/* .timeLine-list-title {
    font-size: 22px;
    color: #7BA3FF;
    line-height: 1;
    margin-bottom: 20px !important;
    font-weight: 600;
} */

.timeLine-box-left.on,
.timeLine-box-right.on {
    width: 420px;
    border-radius: 8px;
}

.timeLine-box-left.noOn,
.timeLine-box-right.noOn {
    width: 420px;
    border-radius: 8px;
}

.timeLine-box-left.noOn p {
    text-align: right;
    margin: 0;
}

.timeLine-box-left.on:hover .timeLine-icon.hover,
.timeLine-box-right.on:hover .timeLine-icon.hover {
    display: none;
}

.timeLine-box-left.on:hover .timeLine-icon-box,
.timeLine-box-right.on:hover .timeLine-icon-box {
    background: #fff;
}



.timeLine-box-left.on:hover *,
.timeLine-box-right.on:hover * {
    color: #fff;
}

.timeLine-box-left.on:hover .timeLine-icon.hover-on,
.timeLine-box-right.on:hover .timeLine-icon.hover-on {
    display: block;
}

.timeLine-icon.hover-on {
    display: none;
}

.timeLine-icon {
    width: 100%;
    height: 100%;
}

.timeLine-list-yyyy-2 {
    width: 100%;
    color: #3D3D3D;
    font-size: 22px;
    font-weight: 600;
    font-family: PingFang SC, PingFang SC;
}

.timeLine-list-title-2 {
    width: 100%;
    color: #666666;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
}

.timeLine-list-cont {
    width: calc(100% - 72px);
}

.timeLine-list-txt {
    font-weight: 400;
}

.timeLine-box-left .timeLine-list-txt {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #5D728B;
    text-align: right;
}

.timeLine-box-right .timeLine-list-txt {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #5D728B;
    text-align: left;
}

.timeLine-box {
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 30px 0;
    cursor: pointer;
}

.timeLine-box>.timeLine-box-left,
.timeLine-box>.timeLine-box-right {
    margin: 0 60px;
}

.timeLine-box-point {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #163A6C;
    background: #fff;
    z-index: 1;
}

.timeLine-box-left.on,
.timeLine-box-right.on {
    padding: 28px;
    flex-wrap: wrap;
    filter: drop-shadow(-19.799px 19.799px 40px rgba(0, 0, 0, .1));
    background-color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.timeLine-box-left.on {
    display: flex;
    justify-content: flex-end;
}

.timeLine-box-right.on {
    display: flex;
    justify-content: flex-start;
}

.timeLine-box-right.noOn {
    justify-content: flex-start;
    margin-left: 60px;
}

.timeLine-box-left.on .timeLine-icon-box {
    justify-content: flex-end;
    margin-left: 20px;
}

.timeLine-box-right.on .timeLine-icon-box {
    justify-content: flex-start;
    margin-right: 20px;
}

/* .timeLine-box-left p,
.timeLine-box-right p {
    margin: 0;
    padding: 0;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #5D728B;
} */

.timeLine-icon-box {
    width: 52px;
    height: 52px;
    padding: 10px;
    border-radius: 50%;
    /* background: #7BA3FF; */
}

.timeLine-pic-line {
    height: 100%;
    width: 2px;
    background: #163A6C;
    margin: auto;
    position: absolute;
    z-index: 1;
    top: -0;
    left: calc(50% - 1px);
}

/* .timeLine-box-left.on:hover,
.timeLine-box-right.on:hover {
    background: #7BA3FF;
} */

.timeLine-2006 .timeLine-box-left.on:hover {
    background: #FFC467
}

.timeLine-2015 .timeLine-box-right.on:hover {
    background: #7BA3FF
}

.timeLine-2022 .timeLine-box-left.on:hover {
    background: #FFADD6
}

.timeLine-2024 .timeLine-box-right.on:hover {
    background: #B597FF
}

.timeLine-2025 .timeLine-box-left.on:hover {
    background: #FB736C
}

.timeLine-2006 .timeLine-icon-box {
    background: #FFC467
}

.timeLine-2015 .timeLine-icon-box {
    background: #7BA3FF
}

.timeLine-2022 .timeLine-icon-box {
    background: #FFADD6
}

.timeLine-2024 .timeLine-icon-box {
    background: #B597FF
}

.timeLine-2025 .timeLine-icon-box {
    background: #FB736C
}

.timeLine-2006 .timeLine-list-yyyy,
.timeLine-2006 .timeLine-list-title {
    color: #FFC467
}

.timeLine-2015 .timeLine-list-yyyy,
.timeLine-2015 .timeLine-list-title {
    color: #7BA3FF
}

.timeLine-2022 .timeLine-list-yyyy,
.timeLine-2022 .timeLine-list-title {
    color: #FFADD6
}

.timeLine-2024 .timeLine-list-yyyy,
.timeLine-2024 .timeLine-list-title {
    color: #B597FF
}

.timeLine-2025 .timeLine-list-yyyy,
.timeLine-2025 .timeLine-list-title {
    color: #FB736C
}

.timeLine-list-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}

.timeLine-list-yyyy-2 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #163A6C;
}

.timeLine-list-title-2 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #97A0AB;
}

.timeLine-list-square {
    width: 40px;
    height: 40px;
    transform: translateY(-50%) rotate(45deg);
    background: #fff;
    position: absolute;
    top: 50%;
    transition: .4s;
}

.timeLine-box-left.on .timeLine-list-square {
    right: -18px;
}

.timeLine-box-right.on .timeLine-list-square {
    left: -18px;
}

.timeLine-2006 .timeLine-box-left.on:hover .timeLine-list-square,
.timeLine-2006 .timeLine-box-right.on:hover .timeLine-list-square {
    background: #FFC467
}

.timeLine-2015 .timeLine-box-left.on:hover .timeLine-list-square,
.timeLine-2015 .timeLine-box-right.on:hover .timeLine-list-square {
    background: #7BA3FF
}

.timeLine-2022 .timeLine-box-left.on:hover .timeLine-list-square,
.timeLine-2022 .timeLine-box-right.on:hover .timeLine-list-square {
    background: #FFADD6
}

.timeLine-2024 .timeLine-box-left.on:hover .timeLine-list-square,
.timeLine-2024 .timeLine-box-right.on:hover .timeLine-list-square {
    background: #B597FF
}

.timeLine-2025 .timeLine-box-left.on:hover .timeLine-list-square,
.timeLine-2025 .timeLine-box-right.on:hover .timeLine-list-square {
    background: #FB736C
}

.globalMap {
    width: 90%;
    margin: 0 auto;
}

.globalMap>img {
    width: 100%;
}

.globalHead {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #5D728B;
    line-height: 26px;
    text-align: left;
    padding: 22px 0 80px 74px
}

.partnerTop>div {
    width: 196px;
    height: 106px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 39, 94, 0.1);
    border-radius: 26px;
    padding: 30px 0 30px 16px;
}

.partnerTop img {
    width: 46px;
    height: 46px;
}

.partnerTop>div>div {
    padding-left: 16px
}

.partnerTop p {
    line-height: 36px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 26px;
    color: #163A6C;
    text-align: left;
}

.partnerTop span {
    line-height: 26px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: left;
}

.globalBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.globalList {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.globalList .cont {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 14px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 39, 94, 0.1);
    border-radius: 26px;
    padding: 20px;
    display: none;
    z-index: 1;
    width: max-content;
    line-height: 2;
}

.globalList:hover .cont {
    display: block;
}

.certificateBox {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    height: 550px;
}

.certificateBox>div {
    width: calc(16.666% - 20px);
    height: 500px;
    flex: 0 0 auto;
    margin: 20px 10px;
}

.certificate-list-item img {
    max-width: 100%;
    max-height: 100%;
}

.certificate-list-item {
    width: 100%;
    height: 240px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);
    cursor: pointer;
    flex: 0 0 auto;
    margin: 20px;
}

.certificate-fullScreen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .5);
}

.certificate-fullScreen-box {
    height: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* padding: 70px 20px 20px;
  border-radius: 8px;
  background: #fff; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.certificate-fullScreen-video {
    width: 900px;
}

.certificate-fullScreen-close {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 25px;
    cursor: pointer;
}

.certificate-model-left {
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to left, transparent, white);
    z-index: 1;

}

.certificate-model-right {
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, transparent, white);
    z-index: 1;
}

.teamListTitle {
    height: 31px;
    margin: 80px 0 40px;
}

.teamItem {
    width: 260px;
    margin: 0 40px 40px 0;
}

/* .teamList .teamItem:nth-of-type(4) {
    margin-right: 0;
} */

.teamList .teamItem:nth-of-type(5),
.teamList .teamItem:nth-of-type(6) {
    margin-bottom: 0;
}

@media screen and (max-width: 1300px) {
    .teamItem {
        width: calc(25% - 20px);
        margin: 0 20px 20px 0;
    }
}