﻿.home-hero-module .sec_visual{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center}.home-hero-module .video_wrap{position:absolute;inset:0;z-index:1}.home-hero-module .video_wrap video{width:100%;height:100%;object-fit:cover}.home-hero-module .video_wrap .dim{position:absolute;inset:0;background:linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);z-index:2}.home-hero-module .visual_inner{position:relative;z-index:3;max-width:1600px;width:100%;margin:0 auto;padding:0 50px;color:#fff}.home-hero-module .kv_tit01{display:block;font-size:2.4rem;font-weight:500;margin-bottom:20px;color:#00d28a;letter-spacing:2px;text-transform:uppercase}.home-hero-module .kv_tit02{display:block;font-size:8.8rem;font-weight:800;line-height:1.05;margin-bottom:30px}.home-hero-module .kv_desc{font-size:2rem;max-width:600px;font-weight:300;opacity:.9;margin-bottom:40px}.home-hero-module .play_btn{display:inline-flex;align-items:center;gap:15px;color:#fff;font-size:1.76rem;font-weight:600}.home-hero-module .play_btn .icon{width:50px;height:50px;border-radius:50%;border:2px solid #fff;display:flex;align-items:center;justify-content:center;transition:background .3s,color .3s}.home-hero-module .play_btn:hover .icon{background:#fff;color:var(--ui-color-primary)}@media(max-width: 992px){.home-hero-module .visual_inner{padding-left:20px;padding-right:20px}.home-hero-module .kv_tit02{font-size:6.4rem}}@media(max-width: 768px){.home-hero-module .kv_tit01{font-size:1.8rem}.home-hero-module .kv_tit02{font-size:3.6rem}.home-hero-module .kv_desc{font-size:1.6rem}.home-hero-module .play_btn{font-size:1.4rem}}.home-vision-module .sec01{padding:120px 50px;background:#fff;flex:1}.home-vision-module .sec01 .sec_inner{max-width:1200px;margin:0 auto;text-align:center}.home-vision-module .sec01 .vision_tit{font-size:4.8rem;color:#12161e;font-weight:700;line-height:1.3;margin-bottom:30px}.home-vision-module .sec01 .vision_tit span{color:var(--ui-color-primary)}.home-vision-module .sec01 .vision_desc{font-size:2rem;color:#6b7280;max-width:900px;margin:0 auto;line-height:1.6}@media(max-width: 992px){.home-vision-module .sec01{padding:60px 20px}}@media(max-width: 768px){.home-vision-module .sec01 .vision_tit{font-size:2.8rem}.home-vision-module .sec01 .vision_desc{font-size:1.6rem}}.home-business-module .sec02{padding:120px 50px;background:#f4f6f9;flex:1}.home-business-module .sec02 .sec_inner{max-width:1600px;margin:0 auto}.home-business-module .sec_header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:60px}.home-business-module .sec_header h2{font-size:4.48rem;font-weight:800;color:#12161e}.home-business-module .sec_header .right_text{font-size:1.76rem;color:#6b7280}.home-business-module .biz_grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:30px}.home-business-module .biz_card{position:relative;border-radius:0;overflow:hidden;height:450px;background:#000;cursor:pointer}.home-business-module .biz_card .img_holder{position:absolute;inset:0;width:100%;height:100%}.home-business-module .biz_card .img_base,.home-business-module .biz_card .img_mask{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .6s ease}.home-business-module .biz_card .img_base{opacity:1;z-index:1}.home-business-module .biz_card .img_mask{opacity:0;z-index:2;transform:scale(1.1)}.home-business-module .biz_card .img_mask:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:rgba(0,0,0,.25);transition:.3s all}.home-business-module .biz_card:hover .img_base{opacity:0;transform:scale(1.15)}.home-business-module .biz_card:hover .img_mask{opacity:1;transform:scale(1)}.home-business-module .biz_card .info-box{position:absolute;inset:0;padding:40px 30px;display:flex;flex-direction:column;justify-content:flex-end}.home-business-module .biz_card .info-box h3,.home-business-module .biz_card .info-box .btn_more{position:relative;z-index:10}.home-business-module .biz_card .info-box h3{color:#424242;font-size:3.2rem;font-weight:700;margin-bottom:10px;transform:translateY(20px);transition:transform .4s ease,color .3s ease}.home-business-module .biz_card .info-box .btn_more{color:#00d28a;font-weight:600;opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease}.home-business-module .biz_card:hover .info-box h3{transform:translateY(0);color:#fff}.home-business-module .biz_card:hover .info-box .btn_more{opacity:1;transform:translateY(0);transition-delay:.1s}@media(max-width: 1200px){.home-business-module .biz_grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 992px){.home-business-module .sec_header{flex-direction:column;grid-gap:1rem;align-items:unset;margin-bottom:30px}.home-business-module .biz_card{height:400px}.home-business-module .sec02{padding:60px 20px}}@media(max-width: 768px){.home-business-module .biz_grid{grid-template-columns:1fr}.home-business-module .sec_header h2{font-size:2.8rem}.home-business-module .sec_header .right_text{font-size:1.4rem}.home-business-module .biz_card .info-box h3{font-size:2.4rem}}.home-company-esg-module .sec03{padding:0 5rem 12rem;background:#f4f6f9;flex:1}.home-company-esg-module .sec03 .inner_wrap{max-width:160rem;margin:0 auto;display:flex;gap:3rem}.home-company-esg-module .sec03 .box_cont{position:relative;flex:1;height:50rem;border-radius:0;overflow:hidden;display:block}.home-company-esg-module .sec03 .box_cont .bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .8s ease}.home-company-esg-module .sec03 .box_cont:hover .bg{transform:scale(1.03)}.home-company-esg-module .sec03 .box_cont::after{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 30, 80, 0.9) 0%, rgba(0, 0, 0, 0) 60%)}.home-company-esg-module .sec03 .tit_box{position:absolute;bottom:5rem;left:5rem;z-index:2}.home-company-esg-module .sec03 .group_tit{display:block;font-size:1.6rem;color:#00d28a;font-weight:700;margin-bottom:1rem;letter-spacing:.1rem}.home-company-esg-module .sec03 .group_txt{font-size:3.52rem;color:#fff;font-weight:600;line-height:1.2}@media(max-width: 992px){.home-company-esg-module .sec03{padding:0 2rem 6rem}.home-company-esg-module .sec03 .box_cont{flex:unset}.home-company-esg-module .sec03 .inner_wrap{flex-direction:column}}@media(max-width: 768px){.home-company-esg-module .sec03 .group_tit{font-size:1.2rem}.home-company-esg-module .sec03 .group_txt{font-size:2.4rem}.home-company-esg-module .sec03 .tit_box{bottom:3rem;left:3rem}}.home-history-module .sec04{position:relative;min-height:500px;display:flex;align-items:center;background:#111;overflow:hidden;flex:1}.home-history-module .sec04 .bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.4}.home-history-module .sec04 .inner_wrap{position:relative;z-index:2;max-width:1600px;width:100%;margin:0 auto;padding:0 50px;display:flex;justify-content:space-between;align-items:center}.home-history-module .sec04 .tit_box h3{font-size:5.6rem;color:#fff;font-weight:800;line-height:1.1;margin-bottom:20px}.home-history-module .sec04 .tit_box .bottom-desc{font-size:2rem;color:#ccc}.home-history-module .sec04 .img_box img{width:220px;filter:brightness(0) invert(1)}@media(max-width: 992px){.home-history-module .sec04 .inner_wrap{padding-left:20px;padding-right:20px}.home-history-module .sec04{min-height:350px}}@media(max-width: 768px){.home-history-module .sec04 .inner_wrap{flex-direction:column;align-items:flex-start;gap:30px}.home-history-module .sec04 .tit_box h3{font-size:3.2rem}.home-history-module .sec04 .tit_box .bottom-desc{font-size:1.6rem}.home-history-module .sec04 .img_box img{width:150px}}.home-media-module .sec05{padding:120px 50px;background:#fff;flex:1}.home-media-module .sec05 .inner_wrap{max-width:1600px;margin:0 auto;display:flex;gap:60px}.home-media-module .sec05 .con01{width:65%}.home-media-module .sec05 .con01 .sec_title{font-size:4rem;font-weight:800;color:#12161e;margin-bottom:40px}.home-media-module .news_grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}.home-media-module .news_item{display:block;border-radius:12px;overflow:hidden;background:#f8f9fa;border:1px solid #e5e7eb;transition:box-shadow .3s,transform .3s}.home-media-module .news_item:hover{box-shadow:0 15px 30px rgba(0,0,0,.08);transform:translateY(-5px)}.home-media-module .news_item .img_box{height:200px;overflow:hidden}.home-media-module .news_item .img_box img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.home-media-module .news_item:hover .img_box img{transform:scale(1.05)}.home-media-module .news_item .txt_box{padding:25px}.home-media-module .news_item .txt_box .news-title{font-size:1.68rem;font-weight:600;color:#12161e;line-height:1.4}.home-media-module .sec05 .con02{flex:1;display:flex;flex-direction:column;justify-content:flex-end}.home-media-module .link_list{display:flex;flex-direction:column;gap:20px}.home-media-module .link_list li a{display:flex;justify-content:space-between;align-items:center;padding:30px;background:#f4f6f9;border-radius:12px;transition:all .3s}.home-media-module .link_list li a .text_wrap{flex:1}.home-media-module .link_list li a:hover{background:var(--ui-color-primary);color:#fff;transform:translateX(-5px)}.home-media-module .link_list li a .tit{font-size:2.08rem;font-weight:700}.home-media-module .link_list li a:hover .tit{color:#fff}.home-media-module .link_list li a .desc{font-size:1.52rem;color:#6b7280;margin-top:5px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1}.home-media-module .link_list li a:hover .desc{color:hsla(0,0%,100%,.8)}@media(max-width: 1200px){.home-media-module .sec05 .inner_wrap{flex-direction:column}.home-media-module .sec05 .con01,.home-media-module .sec05 .con02{width:100%}}@media(max-width: 992px){.home-media-module .sec05{padding:60px 20px}}@media(max-width: 768px){.home-media-module .news_grid{grid-template-columns:1fr}.home-media-module .sec05 .con01 .sec_title{font-size:2.8rem}.home-media-module .news_item .txt_box .news-title{font-size:1.4rem}.home-media-module .link_list li a .tit{font-size:1.6rem}.home-media-module .link_list li a .desc{font-size:1.2rem}}.home-contact-module .sec_contact{padding:0 50px 120px;background:#fff;flex:1}.home-contact-module .contact_container{max-width:1400px;margin:0 auto;display:flex;background:rgba(0,0,0,0);border-radius:24px}.home-contact-module .contact_container .img_col{width:50%;position:sticky;height:calc(100vh - 85px);top:85px}.home-contact-module .contact_container .img_col img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;border-radius:24px 0 0 24px}.home-contact-module .contact_container .form_col{width:50%;padding:80px 70px;background:#fff;border-radius:0 24px 24px 0;box-shadow:0 20px 60px rgba(0,0,0,.06);border:1px solid #e5e7eb;border-left:0}.home-contact-module .form_col .tag{color:var(--ui-color-primary);font-weight:700;font-size:1.44rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;display:block}.home-contact-module .form_col h2{font-size:4.48rem;font-weight:800;color:#12161e;margin-bottom:15px;line-height:1.2}.home-contact-module .form_col .desc{font-size:1.76rem;color:#6b7280;margin-bottom:40px}.home-contact-module .form_wrapper form{display:flex;flex-wrap:wrap;justify-content:space-between}.home-contact-module .form_wrapper .input_row{margin-bottom:20px;width:100%}.home-contact-module .form_wrapper .input_row.fill-line{width:100%}.home-contact-module .form_wrapper .input_group{flex:1;position:relative}.home-contact-module .form_wrapper .input_group label.check_label{position:absolute;top:1.6rem;left:2rem;font-size:1.6rem;max-width:calc(100% - 6rem);display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;transition:.3s all}.home-contact-module .form_wrapper .input_group.active_value label.check_label{background-color:#fff;transform:scale(0.95) translateY(-2.7rem) translateX(-0.4rem)}.home-contact-module .form_wrapper .input_group.active_value input,.home-contact-module .form_wrapper .input_group.active_value select,.home-contact-module .form_wrapper .input_group.active_value textarea{background:#fff;border-color:var(--ui-color-primary);outline:none;box-shadow:0 0 0 4px rgba(0,86,210,.1)}.home-contact-module .form_wrapper input:not([type=checkbox]),.home-contact-module .form_wrapper select,.home-contact-module .form_wrapper textarea{width:100%;padding:1.6rem 2rem;background:#f4f6f9;border:1px solid rgba(0,0,0,0);border-radius:12px;font-size:1.6rem;font-family:inherit;color:#12161e;transition:all .3s}.home-contact-module .form_wrapper input:not([type=checkbox]):focus~label.check_label,.home-contact-module .form_wrapper select:focus~label.check_label,.home-contact-module .form_wrapper textarea:focus~label.check_label{background-color:#fff;transform:scale(0.95) translateY(-2.7rem) translateX(-0.4rem)}.home-contact-module .form_wrapper input:not([type=checkbox]):focus,.home-contact-module .form_wrapper select:focus,.home-contact-module .form_wrapper textarea:focus{background:#fff;border-color:var(--ui-color-primary);outline:none;box-shadow:0 0 0 4px rgba(0,86,210,.1)}.home-contact-module .form_wrapper .select_wrapper:focus-within~label.check_label{background-color:#fff;transform:scale(0.95) translateY(-2.7rem) translateX(-0.4rem)}.home-contact-module .form_wrapper textarea{resize:vertical;min-height:120px;margin-bottom:20px}.home-contact-module .form_wrapper .submit_btn{display:inline-flex;align-items:center;justify-content:center;background:#12161e;color:#fff;padding:18px 40px;border:none;border-radius:12px;font-size:1.76rem;font-weight:600;cursor:pointer;transition:all .3s;width:100%}.home-contact-module .form_wrapper .submit_btn:hover{background:var(--ui-color-primary);transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,86,210,.2)}.home-contact-module .form_wrapper .multiselect_wrapper{width:100%;position:relative}.home-contact-module .form_wrapper .multiselect_wrapper::after{content:"";font-family:"iconfont";position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:1.4rem;color:#6b7280;pointer-events:none;z-index:1}.home-contact-module .form_wrapper .multiselect_wrapper .check_value{width:100%;padding:16px 40px 16px 20px;background:#f4f6f9;border:1px solid rgba(0,0,0,0);border-radius:12px;font-size:1.6rem;font-family:inherit;color:#12161e;transition:all .3s;cursor:pointer}.home-contact-module .form_wrapper .multiselect_wrapper .check_value:hover,.home-contact-module .form_wrapper .multiselect_wrapper .check_value:focus{background:#fff;border-color:var(--ui-color-primary);outline:none;box-shadow:0 0 0 4px rgba(0,86,210,.1)}.home-contact-module .form_wrapper .check_list{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);z-index:100;overflow:hidden}.home-contact-module .form_wrapper .checkbox_label{display:flex;align-items:center;padding:12px 20px;cursor:pointer;transition:background .2s;border-bottom:1px solid #f3f4f6}.home-contact-module .form_wrapper .checkbox_label:last-child{border-bottom:none}.home-contact-module .form_wrapper .checkbox_label:hover{background:#f9fafb}.home-contact-module .form_wrapper .checkbox_label input[type=checkbox]{width:18px;height:18px;margin-right:12px;cursor:pointer;accent-color:var(--ui-color-primary)}.home-contact-module .form_wrapper .checkbox_text{font-size:1.5rem;color:#374151;flex:1}.home-contact-module .multiselect_wrapper.active .check_list{display:block}.home-contact-module .input_group.input-phone{display:flex;align-items:stretch;gap:8px}.home-contact-module .input_group.input-phone .country-box{position:relative;flex-shrink:0}.home-contact-module .input_group.input-phone .country-head{display:flex;align-items:center;justify-content:center;gap:6px;padding:16px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s;height:100%}.home-contact-module .input_group.input-phone .country-head:hover,.home-contact-module .input_group.input-phone .country-head.open{background:#fff;border-color:var(--ui-color-primary)}.home-contact-module .input_group.input-phone .country-head .country-flag{width:20px;height:15px;object-fit:cover;border-radius:2px}.home-contact-module .input_group.input-phone .country-head>.iconfont{font-size:12px;color:#6b7280;transition:transform .3s}.home-contact-module .input_group.input-phone .country-head.open>.iconfont{transform:rotate(180deg)}.home-contact-module .input_group.input-phone .country-list{position:absolute;top:calc(100% + 4px);left:0;min-width:280px;max-height:300px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);z-index:100;display:none}.home-contact-module .input_group.input-phone .country-list.show{display:block}.home-contact-module .input_group.input-phone .country-item{display:flex;align-items:center;gap:10px;padding:10px 16px;cursor:pointer;transition:background .2s;border-bottom:1px solid #f3f4f6}.home-contact-module .input_group.input-phone .country-item:last-child{border-bottom:none}.home-contact-module .input_group.input-phone .country-item:hover{background:#f9fafb}.home-contact-module .input_group.input-phone .country-item .country-flag{width:20px;height:15px;object-fit:cover;border-radius:2px;flex-shrink:0}.home-contact-module .input_group.input-phone .country-item .country-name{font-size:1.4rem;color:#374151;flex:1;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}.home-contact-module .input_group.input-phone .country-item .country-dial-code{font-size:1.4rem;color:#6b7280;font-weight:500}.home-contact-module .input_group.input-phone .phone-input-wrapper{flex:1;position:relative;min-width:0}.home-contact-module .input_group.input-phone .phone-input-wrapper input{width:100%}.home-contact-module .input_group.input-phone .phone-input-wrapper label.check_label{left:2rem}.home-contact-module .input_group.input-error input,.home-contact-module .input_group.input-error select,.home-contact-module .input_group.input-error textarea{border-color:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.1)}@media(max-width: 992px){.home-contact-module .sec_contact{padding:0 20px 60px}.home-contact-module .contact_container{flex-direction:column;border-radius:2.4rem;box-shadow:0 20px 60px rgba(0,0,0,.06);border:1px solid #e5e7eb;overflow:hidden}.home-contact-module .contact_container .img_col{width:100%;height:350px;position:relative;top:0}.home-contact-module .contact_container .form_col{width:100%;border:none;padding:40px 20px}.home-contact-module .form_wrapper .input_row{width:100%}}@media(max-width: 768px){.home-contact-module .form_col .tag{font-size:1.2rem}.home-contact-module .form_col h2{font-size:2.8rem}.home-contact-module .form_col .desc{font-size:1.4rem}.home-contact-module .form_wrapper input,.home-contact-module .form_wrapper textarea{font-size:1.4rem}.home-contact-module .form_wrapper .submit_btn{font-size:1.4rem}}.home-switch-list-module{padding:6rem 0;background-color:#fffcfc}.home-switch-list-module .content{width:100%;max-width:1400px;margin:0 auto;padding:0 2.4rem}.home-switch-list-module .text-header{margin-bottom:4rem}.home-switch-list-module .text-title{font-size:3.6rem;font-weight:700;color:#1a1a1a;line-height:1.3}.home-switch-list-module .text-desc{font-size:1.8rem;color:#666;line-height:1.6;margin-top:1.6rem}.home-switch-list-module .switch-list{display:flex;gap:1.2rem;height:48rem}.home-switch-list-module .switch-item{position:relative;overflow:hidden;border-radius:1.2rem;cursor:pointer;transition:flex .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.home-switch-list-module .switch-item.open{flex:6}.home-switch-list-module .switch-item:not(.open){flex:1}.home-switch-list-module .switch-image{position:absolute;inset:0;width:100%;height:100%}.home-switch-list-module .switch-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.home-switch-list-module .switch-item:hover .switch-image img{transform:scale(1.05)}.home-switch-list-module .item-mask{position:absolute;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:flex-end;justify-content:center;z-index:2;padding:2.4rem 2rem}.home-switch-list-module .item-mask .card-title{font-size:2rem;font-weight:600;color:#fff;writing-mode:sideways-rl;text-orientation:upright;letter-spacing:.1em;text-align:end}.home-switch-list-module .switch-item.open .item-mask{display:none}.home-switch-list-module .switch-card{position:absolute;bottom:2.4rem;left:10%;right:20%;background:#fff;border-radius:.8rem;padding:2.4rem;box-shadow:0 .4rem 2rem rgba(0,0,0,.1);z-index:3;display:none;width:60%}.home-switch-list-module .switch-card .card-title{font-size:2.4rem;font-weight:700;color:#1a1a1a;margin-bottom:1.2rem}.home-switch-list-module .switch-card .card-desc{font-size:1.4rem;color:#666;line-height:1.6;padding:0 0 .8rem;border-bottom:.1rem solid #151515;margin-bottom:1.6rem}.home-switch-list-module .switch-card .card-arrow{font-size:2rem;color:#1a1a1a}.home-switch-list-module .switch-item.open .switch-card{display:block;animation:cardFadeIn .5s ease .2s both}@keyframes cardFadeIn{from{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}@media(max-width: 1199px){.home-switch-list-module{padding:4rem 0}.home-switch-list-module .text-title{font-size:2.8rem}.home-switch-list-module .text-desc{font-size:1.6rem}.home-switch-list-module .switch-list{flex-direction:column;height:auto;gap:1.2rem}.home-switch-list-module .switch-item{min-height:12rem}.home-switch-list-module .switch-item.open{flex:none;min-height:28rem}.home-switch-list-module .switch-card{left:2rem;right:4rem;width:calc(100% - 6rem)}.home-switch-list-module .item-mask{padding:2rem;justify-content:flex-start;align-items:center}.home-switch-list-module .item-mask .card-title{writing-mode:unset;text-orientation:mixed;letter-spacing:0}}.home-container{width:100%}/*# sourceMappingURL=home.css.map */
