.process_container{
    padding: 80px 0;
    background-image: url('../static/process_bg.png');
    background-size: 100% 100%;
    width: 100%;
    min-height: 710px;
}
.process_row{
    padding-top: 160px;
}
.process_img{
    width: 495px;
    height: 323px;
}
.process_left{
    width: 70%;
    height: 460px;
}
.process_right{
width: 30%;
}
.process_timeline{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-right: 10px;
}
.process_timeline::after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 2px;
    background: #00B1F2;
    content: "";
}
.timeline_node{
    width: 190px;
    height: 100%;
    position: relative;
}
.timeline_year{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00B1F2;
}
.timeline_year{
    position: absolute;
    top: 50%;
}
.timeline_year{
}
.year_number{
font-weight: 400;
font-size: 30px;
color: #00B1F2;
position: relative;
}
.year_number::after{
font-weight: 400;
font-size: 14px;
color: #333333;
position: absolute;
bottom:5px;
right: -15px;
content: "年";
}
.year_top{
    padding-top: 80px;
}
.year_bottem{
    padding-bottom: 80px;
}
.timeline_details{
    width: 100%;
    height: 205px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(238,228,228,0.25);
    border: 1px solid #EDEDED;
    padding: 35px 20px;
font-weight: 400;
font-size: 14px;
color: #333333;
line-height: 32px;
position: absolute;
top: 0%;
left: 0;
overflow-y: auto;
}
.timeline_bottom{
    top: 55%;
}
.process_timeline .swiper-wrapper,.process_timeline .swiper-slide{
    height: 100%;
}
.process_timeline .swiper-slide{
    width: fit-content !important;
}