.section-padding-1{padding-top:1px;padding-bottom:0px}@media only screen and (min-width: 768px)and (max-width: 991px){.section-padding-1{padding-top:88px;padding-bottom:0px}}@media only screen and (max-width: 767px){.section-padding-1{padding-top:50px;padding-bottom:0px}}.single-brand-logo img{max-width:25%;filter:grayscale(0%)}.video-wrapper{position:relative;z-index:1}.video-wrapper .shape{position:absolute;right:-70px;bottom:-50px;z-index:-1}.video-wrapper .video-thumb{position:relative;z-index:1;overflow:hidden}.video-wrapper .video-thumb img{width:100%;object-fit:cover;background-size:cover;background-position:center;background-repeat:no-repeat}.video-wrapper .video-thumb .video-btn{position:absolute;display:flex;align-items:center;justify-content:center;width:100%;height:100%;top:0;left:0;border-radius:30px;z-index:1}.video-wrapper .video-thumb .video-btn::after{content:"";width:100%;height:100%;border-radius:30px;opacity:.4;left:0;top:0;position:absolute;z-index:-1}.video-wrapper .video-thumb .video-btn a{width:60px;height:60px;background:#fff;line-height:62px;color:#dacaa9;text-align:center;border-radius:50%;position:relative;font-size:30px}.video-wrapper .video-thumb .video-btn a::after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:inherit;opacity:.25;left:0;top:0;animation:1.5s animation1 infinite;transform:scale(1.5)}@keyframes rotated{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes animation1{0%{transform:scale(1)}50%{transform:scale(1.8)}100%{transform:scale(1)}}.section-padding-5{padding-top:280px;padding-bottom:280px}.section-padding-6{padding-top:145px;padding-bottom:145px}.skill-bar .skill-bar-item:nth-child(1) .progress-bar{width:66%}.skill-bar .skill-bar-item:nth-child(2) .progress-bar{width:78%}.skill-bar .skill-bar-item:nth-child(3) .progress-bar{width:79%}.skill-bar .skill-bar-item:nth-child(4) .progress-bar{width:89%}.subtext{border-top:2px solid #6b6765;border-bottom:2px solid #6b6765}.subtext div{position:relative}.subtext div::after{position:absolute;content:"";height:80%;width:1px;background:#000;right:0;transform:translate(-50%, -50%);top:50%}.subtext div:nth-child(4)::after{display:none}@media(max-width: 960px){.subtext div::after{height:0px}}

.timeline-wrapper {
    overflow-x: auto;
    padding: 50px 0;
    -webkit-overflow-scrolling: touch;
}

.timeline {
    position: relative;
    width: 100%;
    min-width: 2800px;
    height: 380px;
    margin: 0 auto;
}

.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1a1a1a;
    z-index: 1;
}

.timeline-line::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #1a1a1a;
    z-index: 2;
}

.timeline-event {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.timeline-dot {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 3.5px solid #1a1a1a;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.timeline-vline {
    position: absolute;
    left: 50%;
    width: 2px;
    background: #1a1a1a;
    z-index: 2;
}

.timeline-vline.top {
    bottom: 9px;     /* 从圆点向上延伸 */
    height: 92px;
}

.timeline-vline.bottom {
    top: 9px;        /* 从圆点向下延伸 */
    height: 92px;
}

.timeline-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    text-align: center;
    font-size: 14.5px;
    line-height: 1.45;
}

.timeline-text.top {
    bottom: 115px;   /* 文字在上方 */
}

.timeline-text.bottom {
    top: 115px;      /* 文字在下方 */
}

.timeline-text .date {
    display: block;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.timeline-text .event {
    display: block;
    color: #555;
}