.company_develop { width: 100%; height: 598px; background: url("images/develop_bjImg.png"); background-size: cover; }

.develop_time { width: 100%; padding: 0 35px; box-sizing: border-box; display: flex; margin-top: 50px; margin-top: -45px; color: #FFF; }

.develop_content_box { width: 25%; font-size: 14px; }

.time_text_top { width: 100%; height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; }

.time_text_bottom { width: 100%; height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }

.time_text_year { font-size: 24px; font-weight: 700; margin: 15px 0; }

.time_axis_warp { width: 100%; height: 17px; display: flex; justify-content: center; align-items: center; position: relative; }

.time_axis_line { width: 100%; height: 1px; background-color: #fff; position: absolute; }

.time_axis_dot { display: inline-block; position: relative; height: 17px; width: 17px; }

.time_dot_outer { height: 17px; width: 17px; border-radius: 50%; background-color: rgba(255, 255, 255, .5); z-index: 8; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.time_dot_inner { height: 9px; width: 9px; border-radius: 50%; background-color: rgba(255, 255, 255, 1); z-index: 9; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.time_text_line { width: 1px; height: 40px; display: inline-block; background-color: #fff; margin: 6px 0; }

.time_text_cont { text-align: center; margin-top: 15px; line-height: 27px; }
/*
.culture_title { width: 100%; display: flex; justify-content: space-between; align-items: flex-end; }

    .culture_title span { color: #999999; font-size: 14px; margin-bottom: 6px; }

.culture_box { width: 100%; height: 520px; margin-top: 80px; position: relative; background-image: url("images/work.jpg"); }

.culture_text_box { width: 390px; height: 230px; background-color: rgba(255, 255, 255, .85); position: absolute; top: 50%; right: 100px; transform: translateY(-50%); padding: 50px 40px 0; box-sizing: border-box; }

    .culture_text_box p { font-size: 14px; color: #212121; line-height: 30px; margin-top: 20px; }
*/