html { --xp-content-width: 1600px; --xp-color1: #124FB0; --xp-color2: #5F89CA; --xp-color3: #DC111B; --xp-color4: #e17278; --xp-color5: #9bb0cc; --xp-color6: #d0d6df; } /* 小屏 */ @media screen and (max-width: 1600px) { html { --xp-content-width: 1350px; } } .xp_m5ncpeoe_0_container { width: 100%; display: flex; align-items: center; flex-direction: column; background-color: var(--xp-color1); margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .xp_m5ncpeoe_0_head { width: 100%; position: fixed; top:0; left:0; z-index: 1000; display: flex; flex-direction: column; align-items: center; transition: all linear .7s; } .xp_m5ncpeoe_0_head_top { width: var(--xp-content-width); height: 100%; display: flex; justify-content: flex-end; align-items: center; } .xp_m5ncpeoe_0_head_top_box { width: 100%; height: 40px; display: flex; justify-content: center; backdrop-filter: blur(1px); background-color: rgba(0, 0, 0, .4); } .xp_m5ncpeoe_0_head_top_box2 { display: none; } .xp_m5ncpeoe_0_head_top_line { color: #fff; font-size: 14px; margin-left: 30px; display: flex; align-items: center; position: relative; cursor: pointer; } .xp_m5ncpeoe_0_head_top_line:hover { font-weight: bold; } .xp_m5ncpeoe_0_head_top_line:not(.xp_m5ncpeoe_0_head_top_line:first-child)::after { content: ""; width: 1px; height: 10px; background-color: #fff; position: absolute; left: -14px; } .xp_m5ncpeoe_0_head_content { width: 100%; height: 100px; background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0)); display: flex; justify-content: center; backdrop-filter: blur(1px); } .xp_m5ncpeoe_0_head_content2 { background-image: linear-gradient(to bottom, var(--xp-color1), rgba(0, 0, 0, 0)); position: fixed; top: 0px; left: 0px; z-index: 1000; min-width: var(--xp-min-content-width); transform: translateY(-100%); animation: xp_m5ncpeoe_0_head_y .6s linear forwards; } @keyframes xp_m5ncpeoe_0_head_y { form { transform: translateY(-100%); } to { transform: translateY(0); } } .xp_m5ncpeoe_0_head_content_box { width: var(--xp-content-width); height: 100%; display: flex; align-items: center; } .xp_m5ncpeoe_0_head_left { height: 100%; display: flex; align-items: center; } .xp_m5ncpeoe_0_head_left img { width: 410px; height: 80px; } .xp_m5ncpeoe_0_head_left_text { color: #fff; font-size: 18px; margin-left: 16px; } .xp_m5ncpeoe_0_head_tag { padding: 0px 20px; border-left: 1px solid #f0f0f0; margin-left: 20px; color: #eee; font-size: 12px; } .xp_m5ncpeoe_0_head_right { flex: 1; height: 100%; display: flex; justify-content: flex-end; align-items: center; } .xp_m5ncpeoe_0_head_search { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; margin-left: 10px; } .xp_m5ncpeoe_0_head_search_icon { width: 24px; height: 24px; color: #fff; } .xp_m5ncpeoe_0_head_nav { display: flex; align-items: center; } .xp_m5ncpeoe_0_nav_line { padding: 10px 8px; color: #fff; cursor: pointer; font-size: 18px; display: flex; justify-content: center; position: relative; } .xp_m5ncpeoe_0_nav_line::before { content: ""; position: absolute; width: 0; bottom: 0; transition: all linear .4s; height: 2px; background-color: #fff; } .xp_m5ncpeoe_0_nav_line:hover::before { width: 100%; background-color: var(--xp-color1); } .xp_m5ncpeoe_0_nav_line:hover .xp_m5ncpeoe_0_nav_line_title { color: var(--xp-color1); } .xp_m5ncpeoe_0_nav_line_title { color: #fff; } .xp_m5ncpeoe_0_nav_group { position: absolute; top: 100%; display: none; } .xp_m5ncpeoe_0_nav_line:hover .xp_m5ncpeoe_0_nav_group { display: flex; } .xp_m5ncpeoe_0_nav_group_box { width: 300px; top: 5px; max-height: 800px; background-color: rgba(255, 255, 255, .9); box-shadow: 0 0 10px rgba(00, 00, 00, 0.1); position: relative; z-index: 1; backdrop-filter: blur(1px); } .xp_m5ncpeoe_0_nav_line:hover .xp_m5ncpeoe_0_nav_group_box { top: 26px; height: 100%; padding: 10px 15px; } .xp_m5ncpeoe_0_nav_group_title { width: 100%; height: 40px; display: flex; align-items: center; color: #333; font-weight: 400; font-size: 16px; color: var(--xp-color1); margin-bottom: 10px; font-weight: bold; border-bottom: 2px solid var(--xp-color2); } .xp_m5ncpeoe_0_nav_list { width: 100%; display: flex; align-items: center; flex-wrap: wrap; } .xp_m5ncpeoe_0_nav_group_item { width: 50%; font-size: 16px; color: #333; line-height: 40px; padding: 0px 10px; } .xp_m5ncpeoe_0_nav_group_item:hover { text-decoration: underline; color: var(--xp-color1); } .xp_m5ncpeoe_0_search_container { position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 1000; opacity: 0; display: none; animation: xp_m5ncpeoe_0_search_show ease .4s forwards; } .xp_m5ncpeoe_0_search_show { display: block; } .xp_m5ncpeoe_0_search_logo { height: 160px; margin-top: -100px; } .xp_m5ncpeoe_0_serach_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; object-fit: cover; } .xp_m5ncpeoe_0_serach_content { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(2px); } .xp_m5ncpeoe_0_search_input { width: 1100px; height: 76px; background: rgba(157, 157, 144, .8); border-radius: 100px; margin-top: 80px; display: flex; align-items: center; overflow: hidden; } .xp_m5ncpeoe_0_search_input input { flex: 1; height: 100%; background: transparent; outline: none; border: none; margin-left: 40px; margin-right: 40px; font-size: 24px; color: #fff; } .xp_m5ncpeoe_0_search_input input::placeholder { color: rgb(184, 184, 167) } .xp_m5ncpeoe_0_search_input_but { width: 140px; height: 100%; background-color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; } .xp_m5ncpeoe_0_search_input_but_icon { width: 34px; height: 34px; color: #333; } .xp_m5ncpeoe_0_search_close { width: 80px; height: 80px; margin-top: 80px; display: flex; align-items: center; justify-content: center; } .xp_m5ncpeoe_0_search_close_icon { width: 46px; height: 46px; color: #fff; cursor: pointer; } @keyframes xp_m5ncpeoe_0_search_show { form { opacity: 0; } to { opacity: 1; } } .xp_m5ncpeoe_0_h5 { display: none; } @media screen and (max-width: 1600px) { .xp_m5ncpeoe_0_head_tag { display: none; } } @media screen and (max-width: 1000px) { .xp_m5ncpeoe_0_head { display: none; } body { padding-top: 60px; } .xp_m5ncpeoe_0_h5 { width: 100%; height: 60px; position: fixed; top: 0; left: 0; padding: 0 10px; background-color: var(--xp-color1); display: flex; justify-content: space-between; align-items: center; z-index: 1000; } .xp_m5ncpeoe_0_h5_logo { height: 44px; } .xp_m5ncpeoe_0_h5_menu { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; } .xp_m5ncpeoe_0_h5_menu_icon { width: 30px; height: 30px; color: #fff; } .xp_m5ncpeoe_0_h5_search { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; } .xp_m5ncpeoe_0_h5_search_icon { width: 24px; height: 24px; color: #fff; } .xp_m5ncpeoe_0_h5_menu_box { width: 100%; height: 100vh; position: fixed; left: 0; top: 0; z-index: 100; visibility: hidden; } .xp_m5ncpeoe_0_h5_menu_content { overflow-y: auto; position: absolute; top: 0; left: 0; z-index: 2; transform: translateX(-100vw); transition: all ease .6s; display: flex; flex-direction: column; align-items: center; padding: 30px; background-color: #fff; width: 100%; height: 100vh; } .xp_m5ncpeoe_0_h5_menu_bg { position: absolute; width: 100%; height: 100vh; left: 0; top: 0; z-index: 1; backdrop-filter: blur(0px); transition: all linear .6s; } .xp_m5ncpeoe_0_h5_menu_open { visibility: initial; } .xp_m5ncpeoe_0_h5_menu_open .xp_m5ncpeoe_0_h5_menu_content { transform: translateX(0px); } .xp_m5ncpeoe_0_h5_menu_open .xp_m5ncpeoe_0_h5_menu_bg { backdrop-filter: blur(4px); background-color: rgba(0, 0, 0, .3); } .xp_m5ncpeoe_0_h5_menu_logo { width: 100%; margin-bottom: 30px; } .xp_m5ncpeoe_0_h5_menu_list { width: 100%; display: flex; flex-direction: column; } .xp_m5ncpeoe_0_h5_group { width: 100%; display: flex; flex-direction: column; align-items: center; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3); margin-bottom: 15px; } .xp_m5ncpeoe_0_h5_group_title { flex: 1; } .xp_m5ncpeoe_0_h5_group_icon { width: 20px; height: 20px; color: #666; } .xp_m5ncpeoe_0_menu_close { position: absolute; right: 0; top: 0; width: 46px; height: 46px; background-color: var(--xp-color1); border-bottom-left-radius: 46px; display: flex; align-items: center; justify-content: center; } .xp_m5ncpeoe_0_menu_close_icon { width: 18px; height: 18px; color: #fff; position: relative; left: 5px; bottom: 5px; } .xp_m5ncpeoe_0_h5_group_line { width: 100%; display: flex; align-items: center; padding: 0 20px; min-height: 50px; } .xp_m5ncpeoe_0_h5_list { width: 100%; display: none; flex-direction: column; } .xp_m5ncpeoe_0_h5_item { height: 50px; width: 100%; display: flex; align-items: center; padding: 0 20px; background-color: #f0f0f0; border-bottom: 1px solid #ddd; } .xp_m5ncpeoe_0_h5_item:last-child { border-bottom: none; } .xp_m5ncpeoe_0_h5_group_show .xp_m5ncpeoe_0_h5_list { display: flex; } .xp_m5ncpeoe_0_h5_group_show .xp_m5ncpeoe_0_h5_group_icon { transform: rotate(90deg); } .xp_m5ncpeoe_0_h5_search_box { width: 100%; height: 100vh; position: absolute; left: 0; top: 0; z-index: 10; visibility: hidden; display: flex; flex-direction: column; align-items: center; transition: all ease .4s; } .xp_m5ncpeoe_0_h5_search_open { visibility: initial; } .xp_m5ncpeoe_0_h5_inp_box { width: 90%; height: 50px; margin-top: 200px; background-color: #fff; border-radius: 4px; display: flex; align-items: center; overflow: hidden; transform: translateY(-300px); transition: all ease .4s; } .xp_m5ncpeoe_0_h5_search_open .xp_m5ncpeoe_0_h5_inp_box { transform: translateY(0px); } .xp_m5ncpeoe_0_h5_search_open { background-color: rgba(0, 0, 0, .7); backdrop-filter: blur(1px); } .xp_m5ncpeoe_0_h5_input { flex: 1; height: 100%; font-size: 16px; border: none; background-color: transparent; outline: none; padding: 0 20px; } .xp_m5ncpeoe_0_h5_input_but { width: 80px; height: 100%; background-color: var(--xp-color1); color: #fff; display: flex; align-items: center; justify-content: center; } .xp_m5ncpeoe_0_h5_search_close { width: 50px; height: 50px; border-radius: 50%; background-color: var(--xp-color3); display: flex; justify-content: center; align-items: center; margin-top: 60px; opacity: 0; transition: all ease .3s; } .xp_m5ncpeoe_0_h5_search_open .xp_m5ncpeoe_0_h5_search_close { opacity: 1; } .xp_m5ncpeoe_0_h5_search_close_icon { width: 20px; height: 20px; color: #fff; } } .xp_m5ncpneh_3_container { position: relative; z-index: 1; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .xp_m5ncpneh_3_content { width: 100%; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; } .xp_m5ncpneh_3_banner { width: 100%; height: 101vh; } .xp_m5ncpneh_3_banner_item { width: 100%; height: 100%; overflow: hidden; position: relative; } .xp_m5ncpneh_3_banner_item img { width: 100%; height: 100%; object-fit: cover; } @keyframes xp_m5ncpneh_3_show_image { from { transform: scale(1); } to { transform: scale(1.1); } } .xp_m5ncpneh_3_index { width: 100%; height: 20px; position: absolute; bottom: 20px !important; z-index: 10; display: flex; align-items: center; padding-bottom: 60px; display: flex; justify-content: center; } .xp_m5ncpneh_3_index_item { width: 15px; height: 15px; margin: 0 6px; background-color: #fff; transition: all ease .4s; border-radius: 50%; box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, .6); } .xp_m5ncpneh_3_index_item_select { width: 50px; height: 15px; border-radius: 10px; background-color: #fff; box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, .6); } .xp_m5ncpneh_3_button { position: absolute; width: 45px; height: 45px; background-color: rgba(0, 0, 0, .2); z-index: 20; cursor: pointer; color: #f0f0f0; border-radius: 100%; display: flex; align-items: center; justify-content: center; } .xp_m5ncpneh_3_pre { left: 40px; } .xp_m5ncpneh_3_next { right: 40px; } .xp_m5ncpneh_3_button:hover { color: #fff; background-color: rgba(0, 0, 0, .6); } .xp_m5ncpneh_3_item_icon { width: 24px; height: 24px; } .xp_m5ncpneh_3_img_title { width: 100%; pointer-events: none; position: absolute; bottom: 120px; left: 0; z-index: 10; font-size: 24px; font-weight: bold; color: #FFFFFF; padding-left: 45px; padding-right: 45px; visibility: hidden; } .xp_m5ncpneh_3_img_title_show { visibility: inherit; animation: show_title ease .7s forwards; } @keyframes show_title { from { opacity: 0; } to { opacity: 1; } } .xp_m5ncpneh_3_bg { width: 100%; height: 260px; position: absolute; z-index: 1; left: 0; bottom: 0; pointer-events: none; background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)); } .xp_m5ncpneh_3_search { width: 100%; height: 55px; position: absolute; bottom: 0; left: 0; z-index: 10; display: flex; justify-content: center; } .xp_m5ncpneh_3_search_box { width: 1000px; height: 100%; border-top-right-radius: 15px; border-top-left-radius: 15px; background-color: #ffff; padding: 0 40px; display: flex; align-items: center; } .xp_m5ncpneh_3_search_input { font-size: 20px; flex: 1; border: none; outline: none; background-color: transparent; } .xp_m5ncpneh_3_search_button { width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; cursor: pointer; } .xp_m5ncpneh_3_search_icon { width: 30px; height: 30px; color: var(--xp-color1); } @media screen and (max-width: 1000px) { .xp_m5ncpneh_3_banner { width: 100%; height: 240px; } .xp_m5ncpneh_3_bg { display: none; } .xp_m5ncpneh_3_search { display: none; } .xp_m5ncpneh_3_img_title { font-size: 14px; bottom: 40px; left: 0; } .xp_m5ncpneh_3_button { display: none; } .xp_m5ncpneh_3_index { bottom: -40px !important; } .xp_m5ncpneh_3_index_item { width: 8px; height: 8px; margin: 0 2px; } .xp_m5ncpneh_3_index_item_select { width: 24px; height: 8px; border-radius: 10px; } } .xp_title_m5nd1lig_2_container { width: 100%; position: relative; display: flex; user-select: none; justify-content: space-between; height:100px; margin-bottom: 10px; } .xp_title_m5nd1lig_2_content { display: flex; position: relative; width: 600px; } .xp_title_m5nd1lig_2_more { display: flex; flex-direction: column; justify-content: center; align-items: flex-end; cursor: pointer; font-szie: 18px; color: var(--xp-color1); } .xp_title_m5nd1lig_2_more_hr { width: 60px; height: 1px; margin-top: 10px; position: relative; background: linear-gradient(270deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_title_m5nd1lig_2_content_bg2 { position: absolute; left: 0; height: 70px; } .xp_title_m5nd1lig_2_content_bg1 { position: absolute; top: 0; height: 70px; } .xp_title_m5nd1lig_2_english_color { color: var(--xp-color1); } .xp_title_m5nd1lig_2_titles1 { width: 100%; font-size: 24px; position: absolute; top: 30px; text-align: center; font-weight: bold; color: var(--xp-color1); transform: translate(0px,0px); } .xp_title_m5nd1lig_2_titles2 { width: 100%; position: absolute; z-index: 2; top: 30px; left: 0; display: flex; align-items: center; font-size: 24px; font-weight: bold; transform: translate(0px,0px); } .xp_title_m5nd1lig_2_titles_item { margin-right: 15px; cursor: pointer; } .xp_title_m5nd1lig_2_titles_item:hover { color: var(--xp-color1); } .xp_title_m5nd1lig_2_select { color: var(--xp-color1); } .xp_title_m5nd1lig_2_en1 { position: absolute; top: 72px; color: var(--xp-color1); display: flex; align-items: center; transform: translate(0px,0px); } .xp_title_m5nd1lig_2_en2 { width: 100%; position: absolute; left: 10px; top: 70px; color: var(--xp-color1); display: flex; align-items: center; padding-left: 40px; transform: translate(0px,0px); } .xp_title_m5nd1lig_2_en_hr { width: 45px; height: 1px; margin-right: 10px; background: linear-gradient(270deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_title_m5nd1lig_2_en_hr_r { width: 45px; height: 1px; margin-left: 10px; background: linear-gradient(90deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_m5nd1lig_2_container { position: relative; z-index: 1; width: 100%; display: flex; align-items: center; flex-direction: column; background-color: rgba(255,255,255,0); margin: 120px 0px 150px 0px; padding: 0px 0px 0px 0px; } .xp_m5nd1lig_2_title { width: 100%; max-width: var(--xp-content-width); } .xp_m5nd1lig_2_content { width: 100%; max-width: var(--xp-content-width); display: flex; gap: 20px; height: 740px; } .xp_m5nd1lig_2_l { flex: 2; height: 100%; position: relative; padding-top: 15px; cursor: pointer; } .xp_m5nd1lig_2_l_bg { width: 100%; height: 100%; background-color: var(--xp-color1); } .xp_m5nd1lig_2_l_img { width: 100%; height: 100%; object-fit: cover; transition: all ease .4s; } .xp_m5nd1lig_2_l:hover .xp_m5nd1lig_2_l_img { transform: scale(1.1); } .xp_m5nd1lig_2_l_img_box { width: 100%; height: 100%; padding-left: 30px; position: absolute; right: 0; top: 0; overflow: hidden; } .xp_m5nd1lig_2_bar_box { position: absolute; bottom: 0; left: 0; width: 100%; height: 120px; padding-right: 30px; } .xp_m5nd1lig_2_bar { width: 100%; height: 100%; background-color: #FFFFFF; position: relative; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .3); padding: 30px 30px 20px 30px; } .xp_m5nd1lig_2_bar_time { width: 120px; height: 40px; background-color: var(--xp-color3); position: absolute; top: -20px; margin-left: 10px; display: flex; justify-content: center; align-items: center; color: #FFFFFF; } .xp_m5nd1lig_2_bar_title { font-weight: bold; font-size: 18px; line-height: 20px; cursor: pointer; } .xp_m5nd1lig_2_bar_info { margin-top: 6px; color: #666; line-height: 24px; } .xp_m5nd1lig_2_r { flex: 1; height: 100%; display: flex; flex-direction: column; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .3); background-color: #FFFFFF; } .xp_m5nd1lig_2_line { cursor: pointer; padding: 20px 30px; border-bottom: 1px solid #D8D8D8; } .xp_m5nd1lig_2_line:first-child { border-bottom: none; } .xp_m5nd1lig_2_line_box { width: 100%; flex: 1; height: 0; display: flex; flex-direction: column; } .xp_m5nd1lig_2_line_img_box { width: 100%; flex: 1; overflow: hidden; } .xp_m5nd1lig_2_line_img { width: 100%; height: 100%; object-fit: cover; transition: all ease .4s; } .xp_m5nd1lig_2_line_title { font-weight: bold; } .xp_m5nd1lig_2_line_time { width: 100%; margin-top: 10px; display: flex; align-items: center; } .xp_m5nd1lig_2_line_date { color: #6D6D6D; font-size: 14px; } .xp_m5nd1lig_2_line_time_icon { color: #6D6D6D; width: 18px; height: 18px; margin-right: 10px; } .xp_m5nd1lig_2_list { width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0px, 1fr)); gap: 20px; } @media screen and (max-width: 1600px) { .xp_m5nd1lig_2_content { height: 640px; } } @media screen and (min-width: 1000px) { .xp_m5nd1lig_2_line:hover .xp_m5nd1lig_2_line_title, .xp_m5nd1lig_2_line:hover .xp_m5nd1lig_2_line_date, .xp_m5nd1lig_2_line:hover .xp_m5nd1lig_2_line_time_icon { color: #FFFFFF; } .xp_m5nd1lig_2_line:hover .xp_m5nd1lig_2_line_title { text-decoration: underline; color: #FFFFFF; } .xp_m5nd1lig_2_line_box:hover .xp_m5nd1lig_2_line_img { transform: scale(1.1); } .xp_m5nd1lig_2_line:hover { background-color: var(--xp-color1); } .xp_m5nd1lig_2_bar_title:hover { text-decoration: underline; color: var(--xp-color1); } } @media screen and (max-width: 1000px) { .xp_m5nd1lig_2_container { margin: 20px 0px; padding: 0px 0px 0px 0px; background-size: cover; } .xp_m5nd1lig_2_content { height: auto; flex-direction: column; gap: 0px; padding: 0px 20px; } .xp_m5nd1lig_2_line { cursor: pointer; padding: 10px 20px; border-bottom: 1px solid #D8D8D8; } .xp_m5nd1lig_2_l:hover .xp_m5nd1lig_2_l_img { transform: none; } .xp_m5nd1lig_2_title { padding: 0px 20px; } .xp_m5nd1lig_2_l { width: 100%; height: 280px; flex: none; padding-top: 10px; } .xp_m5nd1lig_2_l_img_box { padding-left: 20px; } .xp_m5nd1lig_2_r { width: 100%; flex: none; margin-top: 20px; } .xp_m5nd1lig_2_bar_box { height: 110px; padding-right: 20px; } .xp_m5nd1lig_2_bar { padding: 26px 20px 10px 20px; } .xp_m5nd1lig_2_bar_title { font-size: 16px; line-height: 18px; } .xp_m5nd1lig_2_bar_info { font-size: 14px; } .xp_m5nd1lig_2_bar_time { width: 100px; height: 30px; top: -20px; font-size: 14px; margin-left: 10px; } } .xp_title_m5z2szme_4_container { width: 100%; position: relative; display: flex; user-select: none; justify-content: space-between; height:100px; margin-bottom: 10px; } .xp_title_m5z2szme_4_content { display: flex; position: relative; width: 600px; } .xp_title_m5z2szme_4_more { display: flex; flex-direction: column; justify-content: center; align-items: flex-end; cursor: pointer; font-szie: 18px; color: var(--xp-color1); } .xp_title_m5z2szme_4_more_hr { width: 60px; height: 1px; margin-top: 10px; position: relative; background: linear-gradient(270deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_title_m5z2szme_4_content_bg2 { position: absolute; left: 0; height: 70px; } .xp_title_m5z2szme_4_content_bg1 { position: absolute; top: 0; height: 70px; } .xp_title_m5z2szme_4_english_color { color: var(--xp-color1); } .xp_title_m5z2szme_4_titles1 { width: 100%; font-size: 24px; position: absolute; top: 30px; text-align: center; font-weight: bold; color: var(--xp-color1); transform: translate(0px,0px); } .xp_title_m5z2szme_4_titles2 { width: 100%; position: absolute; z-index: 2; top: 30px; left: 0; display: flex; align-items: center; font-size: 24px; font-weight: bold; transform: translate(0px,0px); } .xp_title_m5z2szme_4_titles_item { margin-right: 15px; cursor: pointer; } .xp_title_m5z2szme_4_titles_item:hover { color: var(--xp-color1); } .xp_title_m5z2szme_4_select { color: var(--xp-color1); } .xp_title_m5z2szme_4_en1 { position: absolute; top: 72px; color: var(--xp-color1); display: flex; align-items: center; transform: translate(0px,0px); } .xp_title_m5z2szme_4_en2 { width: 100%; position: absolute; left: 10px; top: 70px; color: var(--xp-color1); display: flex; align-items: center; padding-left: 40px; transform: translate(0px,0px); } .xp_title_m5z2szme_4_en_hr { width: 45px; height: 1px; margin-right: 10px; background: linear-gradient(270deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_title_m5z2szme_4_en_hr_r { width: 45px; height: 1px; margin-left: 10px; background: linear-gradient(90deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_m5z2szme_4_container { position: relative; z-index: 1; width: 100%; display: flex; align-items: center; flex-direction: column; background-color: rgba(255,255,255,0); margin: 0px 0px 200px 0px; padding: 0px 0px 0px 0px; } .xp_m5z2szme_4_title { width: 100%; max-width: var(--xp-content-width); } .xp_m5z2szme_4_content { max-width: var(--xp-content-width); width: 100%; display: flex; gap: 40px; height: 520px; } .xp_m5z2szme_4_list { flex: 1; width: 100%; height: 100%; display: grid; grid-template-columns: repeat(2, minmax(100px, 1fr)); gap: 30px; } .xp_m5z2szme_4_list_item { width: 100%; display: flex; flex-direction: column; justify-content: center; height: 80px; padding: 0 20px; background-color: #FFFFFF; border-bottom: 3px solid var(--xp-color1); font-weight: 600; cursor: pointer; box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .3); } .xp_m5z2szme_4_list_item_time { margin-top: 4px; color: var(--xp-color3); } .xp_m5z2szme_4_r { width: 720px; height: 100%; overflow: hidden; position: relative; display: flex; align-items: center; padding: 20px; } .xp_m5z2szme_4_r::after { content: ""; display: block; position: absolute; top: 0px; width: 100%; height: 100%; transform: skewX(150deg); left: -200px; z-index: 0; background-color: var(--xp-color1) } .xp_m5z2szme_4_img_box { width: 100%; height: 100%; background-color: #f0f0f0; position: relative; z-index: 1; overflow: hidden; } .xp_m5z2szme_4_img_time { position: absolute; left: 10px; top: 10px; z-index: 2; display: flex; justify-content: center; align-items: center; width: 120px; height: 40px; color: #FFFFFF; background-color: var(--xp-color3); } .xp_m5z2szme_4_img_box img { width: 100%; height: 100%; object-fit: cover; transition: all ease .4s; } .xp_m5z2szme_4_img_title { width: 100%; height: 45px; background-color: rgba(0, 0, 0, .7); backdrop-filter: blur(1px); position: absolute; bottom: 0; left: 0; color: #FFFFFF; font-weight: 600; line-height: 45px; padding: 0 20px; } @media screen and (max-width: 1600px) { .xp_m5z2szme_4_content { height: 420px; } .xp_m5z2szme_4_list { gap: 20px; } .xp_m5z2szme_4_r { width: 650px; } } @media screen and (min-width: 1000px) { .xp_m5z2szme_4_list_item:hover { background-color: var(--xp-color1); color: #FFFFFF; border-bottom: 3px solid var(--xp-color3); } .xp_m5z2szme_4_img_box:hover img { transform: scale(1.1); } .xp_m5z2szme_4_list_item:hover .xp_m5z2szme_4_list_item_time { color: #FFFFFF; } } @media screen and (max-width: 1000px) { .xp_m5z2szme_4_title { padding: 0px 20px; } .xp_m5z2szme_4_container { width: 100vw; margin: 20px 0px; padding: 0px 0px 0px 0px; background-size: cover; } .xp_m5z2szme_4_content { flex-direction: column; gap: 0px; height: auto; padding: 0px 20px; } .xp_m5z2szme_4_list { grid-template-columns: repeat(1, minmax(100px, 1fr)); } .xp_m5z2szme_4_r { width: 100%; padding: 10px; } .xp_m5z2szme_4_list_item { padding: 0 10px; } .xp_m5z2szme_4_list_item_time { font-size: 14px; } .xp_m5z2szme_4_img_time { font-size: 14px; width: 100px; height: 30px; } .xp_m5z2szme_4_list { margin-top: 20px; gap: 10px; grid-gap: 10px; } .xp_m5z2szme_4_img_box{ height: 220px; } } .xp_title_m5nd1qzg_5_container { width: 100%; position: relative; display: flex; user-select: none; justify-content: space-between; height:100px; margin-bottom: 10px; } .xp_title_m5nd1qzg_5_content { display: flex; position: relative; width: 600px; } .xp_title_m5nd1qzg_5_more { display: flex; flex-direction: column; justify-content: center; align-items: flex-end; cursor: pointer; font-szie: 18px; color: var(--xp-color1); } .xp_title_m5nd1qzg_5_more_hr { width: 60px; height: 1px; margin-top: 10px; position: relative; background: linear-gradient(270deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_title_m5nd1qzg_5_content_bg2 { position: absolute; left: 0; height: 70px; } .xp_title_m5nd1qzg_5_content_bg1 { position: absolute; top: 0; height: 70px; } .xp_title_m5nd1qzg_5_english_color { color: var(--xp-color1); } .xp_title_m5nd1qzg_5_titles1 { width: 100%; font-size: 24px; position: absolute; top: 30px; text-align: center; font-weight: bold; color: var(--xp-color1); transform: translate(0px,0px); } .xp_title_m5nd1qzg_5_titles2 { width: 100%; position: absolute; z-index: 2; top: 30px; left: 0; display: flex; align-items: center; font-size: 24px; font-weight: bold; transform: translate(0px,0px); } .xp_title_m5nd1qzg_5_titles_item { margin-right: 15px; cursor: pointer; } .xp_title_m5nd1qzg_5_titles_item:hover { color: var(--xp-color1); } .xp_title_m5nd1qzg_5_select { color: var(--xp-color1); } .xp_title_m5nd1qzg_5_en1 { position: absolute; top: 72px; color: var(--xp-color1); display: flex; align-items: center; transform: translate(0px,0px); } .xp_title_m5nd1qzg_5_en2 { width: 100%; position: absolute; left: 10px; top: 70px; color: var(--xp-color1); display: flex; align-items: center; padding-left: 40px; transform: translate(0px,0px); } .xp_title_m5nd1qzg_5_en_hr { width: 45px; height: 1px; margin-right: 10px; background: linear-gradient(270deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_title_m5nd1qzg_5_en_hr_r { width: 45px; height: 1px; margin-left: 10px; background: linear-gradient(90deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_m5nd1qzg_5_container { position: relative; z-index: 1; width: 100%; display: flex; align-items: center; flex-direction: column; background-color: rgba(255,255,255,0); margin: 0px 0px 150px 0px; padding: 0px 0px 0px 0px; } .xp_m5nd1qzg_5_title { width: 100%; } .xp_m5nd1qzg_5_content { width: 100%; max-width: var(--xp-content-width); display: flex; gap: 20px; height: 740px; } .xp_m5nd1qzg_5_l { flex: 1; height: 100%; display: flex; flex-direction: column; cursor: pointer; background-color: #FFFFFF; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .3); } .xp_m5nd1qzg_5_l_img_box { width: 100%; height: 520px; overflow: hidden; } .xp_m5nd1qzg_5_l_img { width: 100%; height: 100%; object-fit: cover; transition: all ease .4s; } .xp_m5nd1qzg_5_bar { flex: 1; width: 100%; padding: 30px; } .xp_m5nd1qzg_5_bar_time { width: 100%; display: flex; align-items: center; color: var(--xp-color3); font-size: 18px; font-weight: bold; } .xp_m5nd1qzg_5_bar_time_icon { width: 24px; height: 24px; margin-right: 10px; color: var(--xp-color3); } .xp_m5nd1qzg_5_bar_title { width: 100%; font-size: 18px; font-weight: bold; line-height: 24px; margin-top: 10px; } .xp_m5nd1qzg_5_bar_info { width: 100%; margin-top: 15px; line-height: 24px; color: #666; } .xp_m5nd1qzg_5_r { flex: 1; display: flex; flex-direction: column; } .xp_m5nd1qzg_5_r_box { flex: 1; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .3); width: 100%; padding: 30px; display: flex; flex-direction: column; background-color: #FFFFFF; justify-content: space-between; } .xp_m5nd1qzg_5_item { width: 100%; position: relative; padding: 20px 24px; cursor: pointer; border-bottom: 1px solid #D8D8D8; } .xp_m5nd1qzg_5_item::after { content: ""; bottom: 22px; position: absolute; left: 0; width: 14px; height: 14px; border-radius: 50%; background-color: #D8D8D8; } .xp_m5nd1qzg_5_item_time { font-weight: bold; color: var(--xp-color3); line-height: 20px; } .xp_m5nd1qzg_5_item_title { font-weight: bold; font-size: 18px; margin-top: 10px; line-height: 20px; } @media screen and (max-width: 1600px) { .xp_m5nd1qzg_5_content { height: 640px; } .xp_m5nd1qzg_5_l_img_box { height: 420px; } } @media screen and (min-width: 1000px) { .xp_m5nd1qzg_5_item:hover::after { background-color: var(--xp-color1) } .xp_m5nd1qzg_5_item:hover .xp_m5nd1qzg_5_item_title { text-decoration: underline; color: var(--xp-color1); } .xp_m5nd1qzg_5_l:hover .xp_m5nd1qzg_5_l_img { transform: scale(1.1); } } @media screen and (max-width: 1000px) { .xp_m5nd1qzg_5_container { margin: 20px 0px; padding: 0px 0px 0px 0px; background-size: cover; } .xp_m5nd1qzg_5_content { height: auto; flex-direction: column; padding: 0 20px; } .xp_m5nd1qzg_5_r { order: 0; } .xp_m5nd1qzg_5_l { order: 1; } .xp_m5nd1qzg_5_l_img_box { height: 240px; } .xp_m5nd1qzg_5_bar { padding: 20px; } .xp_m5nd1qzg_5_bar_title, .xp_m5nd1qzg_5_item_title, .xp_m5nd1qzg_5_bar_time { font-size: 16px; } .xp_m5nd1qzg_5_bar_info { font-size: 14px; } .xp_m5nd1qzg_5_r_box { padding: 10px 20px 20px 20px; } } .xp_title_m5nd1y8n_6_container { width: 100%; position: relative; display: flex; user-select: none; justify-content: space-between; height:100px; margin-bottom: 10px; } .xp_title_m5nd1y8n_6_content { display: flex; position: relative; width: 600px; } .xp_title_m5nd1y8n_6_more { display: flex; flex-direction: column; justify-content: center; align-items: flex-end; cursor: pointer; font-szie: 18px; color: var(--xp-color1); } .xp_title_m5nd1y8n_6_more_hr { width: 60px; height: 1px; margin-top: 10px; position: relative; background: linear-gradient(270deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_title_m5nd1y8n_6_content_bg2 { position: absolute; left: 0; height: 70px; } .xp_title_m5nd1y8n_6_content_bg1 { position: absolute; top: 0; height: 70px; } .xp_title_m5nd1y8n_6_english_color { color: var(--xp-color1); } .xp_title_m5nd1y8n_6_titles1 { width: 100%; font-size: 24px; position: absolute; top: 30px; text-align: center; font-weight: bold; color: var(--xp-color1); transform: translate(0px,0px); } .xp_title_m5nd1y8n_6_titles2 { width: 100%; position: absolute; z-index: 2; top: 30px; left: 0; display: flex; align-items: center; font-size: 24px; font-weight: bold; transform: translate(0px,0px); } .xp_title_m5nd1y8n_6_titles_item { margin-right: 15px; cursor: pointer; } .xp_title_m5nd1y8n_6_titles_item:hover { color: var(--xp-color1); } .xp_title_m5nd1y8n_6_select { color: var(--xp-color1); } .xp_title_m5nd1y8n_6_en1 { position: absolute; top: 72px; color: var(--xp-color1); display: flex; align-items: center; transform: translate(0px,0px); } .xp_title_m5nd1y8n_6_en2 { width: 100%; position: absolute; left: 10px; top: 70px; color: var(--xp-color1); display: flex; align-items: center; padding-left: 40px; transform: translate(0px,0px); } .xp_title_m5nd1y8n_6_en_hr { width: 45px; height: 1px; margin-right: 10px; background: linear-gradient(270deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_title_m5nd1y8n_6_en_hr_r { width: 45px; height: 1px; margin-left: 10px; background: linear-gradient(90deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_m5nd1y8n_6_container { position: relative; z-index: 1; width: 100%; display: flex; align-items: center; flex-direction: column; background-color: rgba(255,255,255,0); margin: 0px 0px 150px 0px; padding: 0px 0px 0px 0px; } .xp_m5nd1y8n_6_title { width: 100%; max-width: var(--xp-content-width); } .xp_m5nd1y8n_6_content { width: 100%; max-width: var(--xp-content-width); display: flex; gap: 30px; height: 600px; } .xp_m5nd1y8n_6_l { flex: 1; height: 100%; display: flex; flex-direction: column; justify-content: space-between; } .xp_m5nd1y8n_6_item { width: 100%; height: 65px; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .3); background-color: #FFFFFF; position: relative; padding-left: 30px; padding-right: 30px; display: flex; align-items: center; cursor: pointer; } .xp_m5nd1y8n_6_item_time { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-left: 20px; font-weight: bold; } .xp_m5nd1y8n_6_item_title { flex: 1; font-size: 18px; font-weight: bold; } .xp_m5nd1y8n_6_r { flex: 1; height: 100%; cursor: pointer; display: flex; flex-direction: column; cursor: pointer; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .3); } .xp_m5nd1y8n_6_img_box { width: 100%; height: 500px; overflow: hidden; } .xp_m5nd1y8n_6_img { width: 100%; height: 100%; object-fit: cover; transition: all ease .4s; } .xp_m5nd1y8n_6_bar { width: 100%; flex: 1; border-left: 20px solid var(--xp-color3); background-color: #FFFFFF; padding: 30px; } .xp_m5nd1y8n_6_bar_title { font-weight: bold; font-size: 18px; line-height: 20px; } .xp_m5nd1y8n_6_time_icon { color: var(--xp-color3); width: 20px; height: 20px; margin-right: 10px; } .xp_m5nd1y8n_6_bar_time { margin-top: 20px; display: flex; align-items: center; color: var(--xp-color3); } @media screen and (max-width: 1600px) { .xp_m5nd1y8n_6_content { height: 500px; } .xp_m5nd1y8n_6_img_box { height: 400px; } } @media screen and (min-width: 1000px) { .xp_m5nd1y8n_6_item:hover { background-color: var(--xp-color1); } .xp_m5nd1y8n_6_item:hover .xp_m5nd1y8n_6_item_time { color: #FFFFFF; } .xp_m5nd1y8n_6_item:hover .xp_m5nd1y8n_6_item_title { color: #FFFFFF; text-decoration: underline; } .xp_m5nd1y8n_6_r:hover .xp_m5nd1y8n_6_img { transform: scale(1.1); } } @media screen and (max-width: 1000px) { .xp_m5nd1y8n_6_title { padding: 0px 20px; } .xp_m5nd1y8n_6_container { margin: 20px 0px; padding: 0px 0px 0px 0px; background-size: cover; } .xp_m5nd1y8n_6_content { flex-direction: column; gap: 0px; height: auto; padding: 0px 20px; } .xp_m5nd1y8n_6_l { flex: none; order: 2; } .xp_m5nd1y8n_6_r { flex: none; order: 1; } .xp_m5nd1y8n_6_img_box { height: 200px; } .xp_m5nd1y8n_6_bar { border-left: 10px solid var(--xp-color3); padding: 20px; } .xp_m5nd1y8n_6_bar_title { font-size: 16px; } .xp_m5nd1y8n_6_bar_time { margin-top: 10px; } .xp_m5nd1y8n_6_item_time { width: auto; height: auto; font-size: 14px; position: absolute; top: -24px; right: 0; box-shadow: none; background-color: var(--xp-color1); color: #FFFFFF; font-weight: 400; padding: 5px 8px; } .xp_m5nd1y8n_6_item { margin-top: 40px; padding-left: 20px; padding-right: 20px; } .xp_m5nd1y8n_6_item_title { font-size: 16px; } } .xp_title_m5nmmbw9_7_container { width: 100%; position: relative; display: flex; user-select: none; justify-content: space-between; height:100px; margin-bottom: 10px; } .xp_title_m5nmmbw9_7_content { display: flex; position: relative; width: 600px; } .xp_title_m5nmmbw9_7_more { display: flex; flex-direction: column; justify-content: center; align-items: flex-end; cursor: pointer; font-szie: 18px; color: var(--xp-color1); } .xp_title_m5nmmbw9_7_more_hr { width: 60px; height: 1px; margin-top: 10px; position: relative; background: linear-gradient(270deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_title_m5nmmbw9_7_content_bg2 { position: absolute; left: 0; height: 70px; } .xp_title_m5nmmbw9_7_content_bg1 { position: absolute; top: 0; height: 70px; } .xp_title_m5nmmbw9_7_english_color { color: var(--xp-color1); } .xp_title_m5nmmbw9_7_titles1 { width: 100%; font-size: 24px; position: absolute; top: 30px; text-align: center; font-weight: bold; color: var(--xp-color1); transform: translate(0px,0px); } .xp_title_m5nmmbw9_7_titles2 { width: 100%; position: absolute; z-index: 2; top: 30px; left: 0; display: flex; align-items: center; font-size: 24px; font-weight: bold; transform: translate(0px,0px); } .xp_title_m5nmmbw9_7_titles_item { margin-right: 15px; cursor: pointer; } .xp_title_m5nmmbw9_7_titles_item:hover { color: var(--xp-color1); } .xp_title_m5nmmbw9_7_select { color: var(--xp-color1); } .xp_title_m5nmmbw9_7_en1 { position: absolute; top: 72px; color: var(--xp-color1); display: flex; align-items: center; transform: translate(0px,0px); } .xp_title_m5nmmbw9_7_en2 { width: 100%; position: absolute; left: 10px; top: 70px; color: var(--xp-color1); display: flex; align-items: center; padding-left: 40px; transform: translate(0px,0px); } .xp_title_m5nmmbw9_7_en_hr { width: 45px; height: 1px; margin-right: 10px; background: linear-gradient(270deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_title_m5nmmbw9_7_en_hr_r { width: 45px; height: 1px; margin-left: 10px; background: linear-gradient(90deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_m5nmmbw9_7_container { position: relative; z-index: 1; width: 100%; display: flex; align-items: center; flex-direction: column; background-color: rgba(255,255,255,0); margin: 0px 0px 150px 0px; padding: 0px 0px 0px 0px; } .xp_m5nmmbw9_7_title { width: 100%; } .xp_m5nmmbw9_7_content { width: 100%; max-width: var(--xp-content-width); display: flex; gap: 30px; height: 640px; } .xp_m5nmmbw9_7_l { flex: 1; height: 100%; position: relative; cursor: pointer; background-color: #FFFFFF; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .3); display: flex; flex-direction: column; } .xp_m5nmmbw9_7_l_img { flex: 1; width: 100%; overflow: hidden; } .xp_m5nmmbw9_7_img { width: 100%; height: 100%; object-fit: cover; transition: all ease .4s; } .xp_m5nmmbw9_7_bar { width: 100%; height: 80px; position: relative; padding-left: 30px; padding-right: 30px; display: flex; align-items: center; } .xp_m5nmmbw9_7_bar_time { font-size: 18px; font-weight: bold; margin-left: 20px; } .xp_m5nmmbw9_7_bar_title { flex: 1; font-size: 18px; font-weight: bold; } .xp_m5nmmbw9_7_r { flex: 1; height: 100%; display: flex; flex-direction: column; } .xp_m5nmmbw9_7_r_content { flex: 1; width: 100%; display: flex; flex-direction: column; justify-content: space-between; } .xp_m5nmmbw9_7_line { width: 100%; height: 80px; display: flex; gap: 20px; position: relative; cursor: pointer; } .xp_m5nmmbw9_7_line_l { flex: 1; height: 100%; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .3); background-color: #FFFFFF; display: flex; align-items: center; padding: 0 30px; font-size: 18px; font-weight: bold; border-left: 10px solid var(--xp-color1); } .xp_m5nmmbw9_7_line_r { width: 140px; height: 100%; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .3); background-color: #FFFFFF; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 18px; } @media screen and (max-width: 1600px) { .xp_m5nmmbw9_7_content { height: 540px; } .xp_m5nmmbw9_7_line { height: 70px; } } @media screen and (min-width: 1000px) { .xp_m5nmmbw9_7_line:hover .xp_m5nmmbw9_7_line_l { border-left: 10px solid var(--xp-color3); color: var(--xp-color1); } .xp_m5nmmbw9_7_line:hover .xp_m5nmmbw9_7_line_r { color: var(--xp-color3); } .xp_m5nmmbw9_7_l:hover .xp_m5nmmbw9_7_bar_title, .xp_m5nmmbw9_7_l:hover .xp_m5nmmbw9_7_bar_time { color: var(--xp-color1); } .xp_m5nmmbw9_7_l:hover .xp_m5nmmbw9_7_img { transform: scale(1.1); } } @media screen and (max-width: 1000px) { .xp_m5nmmbw9_7_container { margin: 20px 0px; padding: 0px 0px 0px 0px; background-size: cover; width: 100vw; } .xp_m5nmmbw9_7_content { flex-direction: column; gap: 0px; height: auto; padding: 0px 20px; } .xp_m5nmmbw9_7_l { flex: none; order: 2; margin-top: 10px; } .xp_m5nmmbw9_7_r { flex: none; order: 1; } .xp_m5nmmbw9_7_bar { padding-left: 20px; height: 50px; padding-right: 20px; } .xp_m5nmmbw9_7_bar_time { font-size: 16px; } .xp_m5nmmbw9_7_bar_title { font-size: 16px; } .xp_m5nmmbw9_7_line { height: 50px; margin-bottom: 40px; gap: 0px; } .xp_m5nmmbw9_7_line:last-child { margin-bottom: 20px; } .xp_m5nmmbw9_7_line_l { padding: 0 20px; font-size: 16px; flex: 1; border-left: 5px solid var(--xp-color1); } .xp_m5nmmbw9_7_line_r { width: auto; height: auto; font-size: 14px; position: absolute; top: -24px; right: 0; box-shadow: none; background-color: var(--xp-color1); color: #FFFFFF; font-weight: 400; padding: 5px 8px; } } .xp_title_m5nmo6cq_8_container { width: 100%; position: relative; display: flex; user-select: none; justify-content: space-between; height:100px; margin-bottom: 10px; } .xp_title_m5nmo6cq_8_content { display: flex; position: relative; width: 600px; } .xp_title_m5nmo6cq_8_more { display: flex; flex-direction: column; justify-content: center; align-items: flex-end; cursor: pointer; font-szie: 18px; color: var(--xp-color1); } .xp_title_m5nmo6cq_8_more_hr { width: 60px; height: 1px; margin-top: 10px; position: relative; background: linear-gradient(270deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_title_m5nmo6cq_8_content_bg2 { position: absolute; left: 0; height: 70px; } .xp_title_m5nmo6cq_8_content_bg1 { position: absolute; top: 0; height: 70px; } .xp_title_m5nmo6cq_8_english_color { color: var(--xp-color1); } .xp_title_m5nmo6cq_8_titles1 { width: 100%; font-size: 24px; position: absolute; top: 30px; text-align: center; font-weight: bold; color: var(--xp-color1); transform: translate(0px,0px); } .xp_title_m5nmo6cq_8_titles2 { width: 100%; position: absolute; z-index: 2; top: 30px; left: 0; display: flex; align-items: center; font-size: 24px; font-weight: bold; transform: translate(0px,0px); } .xp_title_m5nmo6cq_8_titles_item { margin-right: 15px; cursor: pointer; } .xp_title_m5nmo6cq_8_titles_item:hover { color: var(--xp-color1); } .xp_title_m5nmo6cq_8_select { color: var(--xp-color1); } .xp_title_m5nmo6cq_8_en1 { position: absolute; top: 72px; color: var(--xp-color1); display: flex; align-items: center; transform: translate(0px,0px); } .xp_title_m5nmo6cq_8_en2 { width: 100%; position: absolute; left: 10px; top: 70px; color: var(--xp-color1); display: flex; align-items: center; padding-left: 40px; transform: translate(0px,0px); } .xp_title_m5nmo6cq_8_en_hr { width: 45px; height: 1px; margin-right: 10px; background: linear-gradient(270deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_title_m5nmo6cq_8_en_hr_r { width: 45px; height: 1px; margin-left: 10px; background: linear-gradient(90deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_m5nmo6cq_8_container { position: relative; z-index: 1; width: 100%; display: flex; align-items: center; flex-direction: column; background-color: rgba(255,255,255,0); margin: 0px 0px 100px 0px; padding: 0px 0px 0px 0px; } .xp_m5nmo6cq_8_title { width: 100%; max-width: var(--xp-content-width); } .xp_m5nmo6cq_8_content { width: 100%; max-width: var(--xp-content-width); display: flex; gap: 30px; height: 500px; } .xp_m5nmo6cq_8_l { flex: 1; height: 100%; display: flex; flex-direction: column; justify-content: space-between; } .xp_m5nmo6cq_8_item { width: 100%; height: 60px; border-left: 10px solid var(--xp-color1); display: flex; align-items: center; padding: 0 30px; font-weight: bold; cursor: pointer; background-color: #FFFFFF; position: relative; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .3); } .xp_m5nmo6cq_8_item_title { flex: 1; margin-right: 20px; font-size: 18px; } .xp_m5nmo6cq_8_r { flex: 1; height: 100%; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .3); position: relative; cursor: pointer; } .xp_m5nmo6cq_8_img_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden; } .xp_m5nmo6cq_8_img { width: 100%; height: 100%; object-fit: cover; transition: all ease .4s; } .xp_m5nmo6cq_8_bar { width: 100%; height: 120px; position: absolute; left: 0; bottom: 0; padding-left: 60px; } .xp_m5nmo6cq_8_bar_card { width: 100%; height: 100%; padding: 30px; position: relative; background-color: rgba(255, 255, 255, .6); } .xp_m5nmo6cq_8_bar_card::after { content: ""; position: absolute; left: 0; width: 120px; height: 20px; background-color: var(--xp-color3); top: -10px; z-index: 1; } .xp_m5nmo6cq_8_bar_title { font-size: 18px; font-weight: bold; } .xp_m5nmo6cq_8_bar_info { margin-top: 6px; color: #666; } @media screen and (min-width: 1000px) { .xp_m5nmo6cq_8_r:hover .xp_m5nmo6cq_8_img { transform: scale(1.1); } .xp_m5nmo6cq_8_item:hover { background-color: var(--xp-color1); border-left: 10px solid var(--xp-color3); } .xp_m5nmo6cq_8_item:hover .xp_m5nmo6cq_8_item_title, .xp_m5nmo6cq_8_item:hover .xp_m5nmo6cq_8_item_time { color: #fff; } } @media screen and (max-width: 1000px) { .xp_m5nmo6cq_8_title { padding: 0px 20px; } .xp_m5nmo6cq_8_container { margin: 20px 0px; padding: 0px 0px 0px 0px; background-size: cover; } .xp_m5nmo6cq_8_content { gap: 0px; height: auto; padding: 0px 20px; flex-direction: column; } .xp_m5nmo6cq_8_l { flex: none; justify-content: flex-start; order: 2; } .xp_m5nmo6cq_8_r { flex: none; height: 240px; order: 1; } .xp_m5nmo6cq_8_item { padding: 0px 20px; margin-top: 40px; } .xp_m5nmo6cq_8_item_title { font-size: 16px; } .xp_m5nmo6cq_8_bar { height: 90px; } .xp_m5nmo6cq_8_bar_card { padding: 15px; } .xp_m5nmo6cq_8_bar_card::after { width: 100px; height: 15px; top: -8px; } .xp_m5nmo6cq_8_bar_title { font-size: 16px; line-height: 24px; } .xp_m5nmo6cq_8_bar_info { font-size: 14px; line-height: 18px; } .xp_m5nmo6cq_8_item_time { width: auto; height: auto; font-size: 14px; position: absolute; top: -24px; right: 0; box-shadow: none; background-color: var(--xp-color1); color: #FFFFFF; font-weight: 400; padding: 5px 8px; } } .xp_m5ncyknj_9_container { position: relative; z-index: 1; width: 100%; display: flex; align-items: center; flex-direction: column; background-position: center; background-repeat: no-repeat; background-size: 100% 100%; background-image: url('https://yzzy-img.schoolpi.net/storage/images/20250107/1736231963_677ccc1b24988.webp'); background-color: rgba(255,255,255,0); margin: 0px 0px -500px 0px; padding: 190px 0px 620px 0px; } .xp_m5ncyknj_9_content { max-width: var(--xp-content-width); width: 100%; display: flex; flex-direction: column; } .xp_m5ncyknj_9_title { width: 100%; text-align: center; color: #fff; font-weight: 600; font-size: 34px; line-height: 24px; color: #FFFFFF; } .xp_m5ncyknj_9_title_en { width: 100%; text-align: center; color: #fff; line-height: 24px; margin-top: 20px; margin-bottom: 80px; color: #FFFFFF; } .xp_m5ncyknj_9_list { width: 100%; display: flex; align-items: center; justify-content: space-between; } .xp_m5ncyknj_9_item { display: flex; flex-direction: column; align-items: center; color: #fff; } .xp_m5ncyknj_9_item_box { width: 140px; height: 140px; background-color: #fff; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 4px 10px 0px rgba(0, 0, 0, .3); } .xp_m5ncyknj_9_item_icon { width: 46px; height: 46px; } .xp_m5ncyknj_9_item_value { margin-top: 10px; display: flex; align-items: flex-end; font-weight: 600; color: var(--xp-color1); } .xp_m5ncyknj_9_item_value_num { font-size: 26px; line-height: 30px; } .xp_m5ncyknj_9_item_value_unit { line-height: 20px; position: relative; top: -2px; } .xp_m5ncyknj_9_item_title { margin-top: 20px; font-size: 18px; font-weight: 600; color: rgb(51,51,51); } @media screen and (max-width: 1000px) { .xp_m5ncyknj_9_container { margin: 0px; padding: 20px; background-size: cover; } .xp_m5ncyknj_9_title { font-size: 24px; margin-top: 20px; line-height: 34px; } .xp_m5ncyknj_9_title_en { font-size: 14px; margin-bottom: 20px; } .xp_m5ncyknj_9_list { padding: 0 20px; flex-wrap: wrap; } .xp_m5ncyknj_9_item { margin: 10px; } .xp_m5ncyknj_9_item_title { font-size: 16px; margin-top: 10px; } .xp_m5ncyknj_9_item_value_num { font-size: 24px; } } .xp_title_m5ncvhyi_10_container { width: 100%; position: relative; display: flex; user-select: none; justify-content: space-between; height:100px; margin-bottom: 40px; } .xp_title_m5ncvhyi_10_content { display: flex; position: relative; width: 600px; } .xp_title_m5ncvhyi_10_more { display: flex; flex-direction: column; justify-content: center; align-items: flex-end; cursor: pointer; font-szie: 18px; color: var(--xp-color1); } .xp_title_m5ncvhyi_10_more_hr { width: 60px; height: 1px; margin-top: 10px; position: relative; background: linear-gradient(270deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_title_m5ncvhyi_10_content_bg2 { position: absolute; left: 0; height: 70px; } .xp_title_m5ncvhyi_10_content_bg1 { position: absolute; top: 0; height: 70px; } .xp_title_m5ncvhyi_10_english_color { color: var(--xp-color1); } .xp_title_m5ncvhyi_10_titles1 { width: 100%; font-size: 24px; position: absolute; top: 30px; text-align: center; font-weight: bold; color: var(--xp-color1); transform: translate(0px,0px); } .xp_title_m5ncvhyi_10_titles2 { width: 100%; position: absolute; z-index: 2; top: 30px; left: 0; display: flex; align-items: center; font-size: 24px; font-weight: bold; transform: translate(0px,0px); } .xp_title_m5ncvhyi_10_titles_item { margin-right: 15px; cursor: pointer; } .xp_title_m5ncvhyi_10_titles_item:hover { color: var(--xp-color1); } .xp_title_m5ncvhyi_10_select { color: var(--xp-color1); } .xp_title_m5ncvhyi_10_en1 { position: absolute; top: 72px; color: var(--xp-color1); display: flex; align-items: center; transform: translate(0px,0px); } .xp_title_m5ncvhyi_10_en2 { width: 100%; position: absolute; left: 10px; top: 70px; color: var(--xp-color1); display: flex; align-items: center; padding-left: 40px; transform: translate(0px,0px); } .xp_title_m5ncvhyi_10_en_hr { width: 45px; height: 1px; margin-right: 10px; background: linear-gradient(270deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_title_m5ncvhyi_10_en_hr_r { width: 45px; height: 1px; margin-left: 10px; background: linear-gradient(90deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%); } .xp_m5ncvhyi_10_container { position: relative; z-index: 2; width: 100%; display: flex; align-items: center; flex-direction: column; background-color: rgba(255,255,255,0); margin: 0px 0px -100px 0px; padding: 0px 0px 0px 0px; } .xp_m5ncvhyi_10_title { width: 100%; max-width: var(--xp-content-width); } .xp_m5ncvhyi_10_content { width: 100%; max-width: var(--xp-content-width); position: relative; display: flex; gap: 15px; } .xp_m5ncvhyi_10_item { flex: 1; height: 500px; overflow: hidden; position: relative; transition: all linear .7s; cursor: pointer; } .xp_m5ncvhyi_10_item_hover { flex: none; width: 760px; } .xp_m5ncvhyi_10_cover { width: 100%; height: 100%; object-fit: cover; transition: all ease .7s; } .xp_m5ncvhyi_10_item:hover .xp_m5ncvhyi_10_cover { transform: scale(1.1); } .xp_m5ncvhyi_10_bar { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; display: flex; align-items: flex-end; padding: 10px 20px; color: #FFFFFF; background-image: linear-gradient(to top, rgba(0, 0, 0, .3), rgba(0, 0, 0, .0)); } .xp_m5ncvhyi_10_bar_name { flex: 1; margin-right: 10px; } .xp_m5ncvhyi_10_bar_icon { width: 50px; position: relative; top: -10px; } .xp_m5ncvhyi_10_bar_icon_1 { width: 100%; height: 1px; background-color: #FFFFFF; } .xp_m5ncvhyi_10_bar_icon_2 { width: 10px; height: 1px; background-color: #FFFFFF; transform: rotate(30deg); position: absolute; top: -3px; right: 0; } @media screen and (max-width: 1600px) { .xp_m5ncvhyi_10_item { height: 400px; } .xp_m5ncvhyi_10_item_hover { width: 600px; } } @media screen and (max-width: 1000px) { .xp_m5ncvhyi_10_title { padding: 0px 20px; } .xp_m5ncvhyi_10_container { margin: 20px 0px; padding: 0px 0px 0px 0px; background-size: cover; } .xp_m5ncvhyi_10_content { flex-direction: column; gap: 0px; height: auto; padding: 0px 20px; } .xp_m5ncvhyi_10_item_hover { width: 100%; height: 200px; } .xp_m5ncvhyi_10_item { width: 100%; flex: none; height: 200px; margin-bottom: 20px; } } .xp_m5ncsvau_1_container { position: relative; z-index: 1; width: 100%; display: flex; align-items: center; flex-direction: column; background-position: center; background-repeat: no-repeat; background-size: 100% 100%; background-image: url("https://yzzy-img.schoolpi.net/storage/images/20250107/1736241871_677cf2cfca95c.webp"); background-color: #FFFFFF; margin: 0px 0px 0px 0px; } .xp_m5ncsvau_1_content { width: 100%; max-width: var(--xp-content-width); padding: 150px 0px 0px 0px; } .xp_m5ncsvau_1_box { width: 100%; display: flex; align-items: flex-start; padding: 20px 0px 20px 0px; } .xp_m5ncsvau_1_l { flex: 1; display: flex; } .xp_m5ncsvau_1_logo_box { width: 500px; box-sizing: border-box; display: flex; justify-content: center; padding: 0 40px; } .xp_m5ncsvau_1_logo_img { width: 360px; height: 80px; margin-top: 50px; } .xp_m5ncsvau_1_link_box { flex: 1; } .xp_m5ncsvau_1_text_box { flex: 1; } .xp_m5ncsvau_1_line_list { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; } .xp_m5ncsvau_1_line_title { font-weight: bold; font-size: 18px; } .xp_m5ncsvau_1_line_item { width: 100%; word-break: break-all; word-wrap: break-word; } .xp_m5ncsvau_1_code_box { flex: 1; display: flex; flex-direction: column; align-items: flex-end; } .xp_m5ncsvau_1_code_list { margin-top: 20px; display: flex; gap: 20px; align-items: center; } .xp_m5ncsvau_1_code_img { width: 120px; height: 120px; display: flex; } .xp_m5ncsvau_1_code_item { display: flex; flex-direction: column; gap: 4px; align-items: center; } .xp_m5ncsvau_1_copyright { width: 100%; min-height: 50px; display: flex; justify-content: center; gap: 20px; align-items: center; background-color: var(--xp-color1); } .xp_m5ncsvau_1_copyright_item { color: rgba(255,255,255,0.7); display: flex; } .xp_m5ncsvau_1_title_color { color: rgb(255,255,255); } .xp_m5ncsvau_1_text_color { color: rgb(255,255,255); } .xp_m5ncsvau_1_link_color { color: rgb(255,255,255); } .xp_m5ncsvau_1_code_color { color: rgb(255,255,255); } .xp_m5ncsvau_1_h5 { display: none; } @media screen and (max-width: 1000px) { .xp_m5ncsvau_1_container { margin: 0px; padding: 0px; background-size: cover; } .xp_m5ncsvau_1_content { display: none; } .xp_m5ncsvau_1_h5 { width: 100%; display: flex; flex-direction: column; padding: 15px 0px; } .xp_m5ncsvau_1_h5_logo{ width: 100%; padding: 0px 20px; } .xp_m5ncsvau_1_h5_logo_img { width: 100%; } .xp_m5ncsvau_1_copyright { flex-direction: column; align-items: center; padding: 10px 0px; gap: 0px; } .xp_m5ncsvau_1_copyright_item { font-size: 14px; margin-top: 6px; } .xp_m5ncsvau_1_h5_list_box { width: 100%; padding: 10px 20px; } .xp_m5ncsvau_1_h5_list { width: 100%; display: grid; margin-top: 10px; grid-template-columns: repeat(1, minmax(0px, 1fr)); } .xp_m5ncsvau_1_h5_list1 { width: 100%; display: flex; margin-top: 10px; flex-direction: column; } .xp_m5ncsvau_1_h5_item { width: 100%; margin-top: 15px; } .xp_m5ncsvau_1_h5_title { font-weight: bold; } .xp_m5ncsvau_1_h5_code { width: 100%; margin-top: 10px; display: flex; align-items: center; justify-content: center; } .xp_m5ncsvau_1_h5_code_item { width: 100px; height: 150px; display: flex; flex-direction: column; align-items: center; margin:0px 8px; } .xp_m5ncsvau_1_h5_code_img { width: 100%; height: 100px; } .xp_m5ncsvau_1_h5_code_name { height: 50px; line-height: 50px; font-size: 14px; } }