.c_header_view{position:fixed;width:100%;height:75px;background:#fff;box-shadow:0 1px 0 0 rgba(0,0,0,.1);animation:startHeader .5s;left:0;top:0;z-index:1001;box-sizing:border-box;padding:0 calc(var(--page-width)/1920*200)}.c_header_view .header_detail{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;position:relative}.c_header_view .header_detail .header_left img{height:calc(var(--page-width)/1920*60);display:block;cursor:pointer}.c_header_view .header_detail .header_right{display:flex;align-items:center;gap:calc(var(--page-width)/1920*50)}.c_header_view .header_detail .header_right.header_right_en{gap:calc(var(--page-width)/1920*25)}.c_header_view .header_detail .header_right .language_selector{position:relative}.c_header_view .header_detail .header_right .language_selector .language_select{display:flex;align-items:center;justify-content:space-between;font-size:calc(var(--page-width)/1920*20);color:#202020;border-radius:calc(var(--page-width)/1920*6);padding:calc(var(--page-width)/1920*8) calc(var(--page-width)/1920*12);background:#fff;cursor:pointer;outline:none;transition:all .3s ease;min-width:calc(var(--page-width)/1920*60)}.c_header_view .header_detail .header_right .language_selector .language_select:hover{border-color:rgba(32,32,32,.4);box-shadow:0 2px 8px rgba(0,0,0,.1)}.c_header_view .header_detail .header_right .language_selector .language_select .language_text{flex:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.c_header_view .header_detail .header_right .language_selector .language_select .language_arrow{margin-left:calc(var(--page-width)/1920*0);font-size:calc(var(--page-width)/1920*12);transition:transform .3s ease;color:rgba(32,32,32,.6);-webkit-user-select:none;-moz-user-select:none;user-select:none}.c_header_view .header_detail .header_right .language_selector .language_select .language_arrow.language_arrow_open{transform:rotate(180deg)}.c_header_view .header_detail .header_right .language_selector .language_dropdown{position:absolute;top:calc(100% + var(--page-width)/1920*8);right:0;min-width:calc(var(--page-width)/1920*100);background:#fff;border:1px solid rgba(32,32,32,.15);border-radius:calc(var(--page-width)/1920*6);box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:2147483647;overflow:hidden;animation:fadeInDown .3s ease-out}.c_header_view .header_detail .header_right .language_selector .language_dropdown .language_option{padding:calc(var(--page-width)/1920*12);font-size:calc(var(--page-width)/1920*20);color:#202020;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.c_header_view .header_detail .header_right .language_selector .language_dropdown .language_option:hover{background:rgba(32,32,32,.05);color:#000}.c_header_view .header_detail .header_right .language_selector .language_dropdown .language_option.language_option_active{background:rgba(32,32,32,.08);color:#000;font-weight:500}.c_header_view .header_detail .header_right .language_selector .language_dropdown .language_option:not(:last-child){border-bottom:1px solid rgba(32,32,32,.1)}.c_header_view .header_detail .header_right .nav_item{position:relative;cursor:pointer}.c_header_view .header_detail .header_right .nav_item .nav_title{font-size:calc(var(--page-width)/1920*20);color:#202020;transition:color .3s}.c_header_view .header_detail .header_right .nav_item .nav_title:hover,.c_header_view .header_detail .header_right .nav_item.nav_item_active .nav_title,.c_header_view .header_detail .header_right .nav_item.nav_item_route_active .nav_title{color:#000;font-weight:bolder}.c_header_view .header_detail .header_right .nav_item .dropdown_view{position:fixed;top:75px;width:calc(var(--page-width)/1920*504);background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:calc(var(--page-width)/1920*8);padding:calc(var(--page-width)/1920*30);z-index:1000000;animation:fadeInDown .3s ease-out}.c_header_view .header_detail .header_right .nav_item .dropdown_view .dropdown_content{display:flex;gap:calc(var(--page-width)/1920*30)}.c_header_view .header_detail .header_right .nav_item .dropdown_view .dropdown_content .dropdown_left{flex:1;display:flex;flex-direction:column;gap:calc(var(--page-width)/1920*15)}.c_header_view .header_detail .header_right .nav_item .dropdown_view .dropdown_content .dropdown_left .list_item{font-size:calc(var(--page-width)/1920*24);color:#606060;cursor:pointer;padding:calc(var(--page-width)/1920*4) 0;transition:color .3s}.c_header_view .header_detail .header_right .nav_item .dropdown_view .dropdown_content .dropdown_left .list_item.list_item_active,.c_header_view .header_detail .header_right .nav_item .dropdown_view .dropdown_content .dropdown_left .list_item:hover{color:#000}.c_header_view .header_detail .header_right .nav_item .dropdown_view .dropdown_content .dropdown_right{flex:1;width:calc(var(--page-width)/1920*271);position:relative;display:flex;flex-direction:column}.c_header_view .header_detail .header_right .nav_item .dropdown_view .dropdown_content .dropdown_right .swiper-container{width:100%;height:calc(var(--page-width)/1920*246);overflow:hidden}.c_header_view .header_detail .header_right .nav_item .dropdown_view .dropdown_content .dropdown_right .swiper-container .swiper-slide,.c_header_view .header_detail .header_right .nav_item .dropdown_view .dropdown_content .dropdown_right .swiper-container .swiper-wrapper{height:calc(var(--page-width)/1920*246)}.c_header_view .header_detail .header_right .nav_item .dropdown_view .dropdown_content .dropdown_right .swiper-container .swiper_slide_content{width:100%;height:calc(var(--page-width)/1920*246);display:flex;align-items:center;justify-content:center}.c_header_view .header_detail .header_right .nav_item .dropdown_view .dropdown_content .dropdown_right .swiper-container .swiper_slide_content>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c_header_view .header_detail .header_right .nav_item .dropdown_view .dropdown_content .dropdown_right .swiper-pagination{position:relative;bottom:auto;margin-top:calc(var(--page-width)/1920*20);text-align:center;display:flex;justify-content:center;align-items:center}.c_header_view .header_detail .header_right .nav_item .dropdown_view .dropdown_content .dropdown_right .swiper-pagination .swiper-pagination-bullet{width:calc(var(--page-width)/1920*10);height:calc(var(--page-width)/1920*10);background:#606060;margin:0 calc(var(--page-width)/1920*4);transition:width .3s,background .3s;border-radius:calc(var(--page-width)/1920*5)}.c_header_view .header_detail .header_right .nav_item .dropdown_view .dropdown_content .dropdown_right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:calc(var(--page-width)/1920*95);background:linear-gradient(90deg,#fed458,#ff7131)}@keyframes startHeader{0%{transform:translateY(-105%)}82%{transform:translateY(-105%)}to{transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.c_footer_view{width:100%;background-color:hsla(0,0%,95%,.3);box-shadow:0 35px 35px 35px rgba(250,250,252,.97);border-top-right-radius:calc(var(--page-width)/1920*71);border-top-left-radius:calc(var(--page-width)/1920*71);box-sizing:border-box;padding:calc(var(--page-width)/1920*143) calc(var(--page-width)/1920*202) 90px calc(var(--page-width)/1920*202);position:relative;z-index:3}.c_footer_view .footer_top{width:100%;display:flex;align-items:center;justify-content:space-between}.c_footer_view .footer_top .footer_top_left{display:flex;align-items:center;justify-content:flex-start}.c_footer_view .footer_top .footer_top_left span{color:#353535;font-size:calc(var(--page-width)/1920*30);margin-right:calc(var(--page-width)/1920*51);font-weight:700}.c_footer_view .footer_top .footer_top_left img{width:calc(var(--page-width)/1920*38);display:block;margin-right:calc(var(--page-width)/1920*37)}.c_footer_view .footer_top .footer_top_left img:hover{cursor:pointer}.c_footer_view .footer_top .footer_top_right img{width:calc(var(--page-width)/1920*161);display:block}.c_footer_view .footer_bottom{width:108%;margin-left:-4%;display:flex;justify-content:space-between;margin-top:calc(var(--page-width)/1920*100)}.c_footer_view .footer_bottom .nav_item{flex:1;display:flex;flex-direction:column;align-items:center}.c_footer_view .footer_bottom .nav_item .nav_title{font-size:calc(var(--page-width)/1920*30);font-weight:700;color:#0e0e0e;margin-bottom:calc(var(--page-width)/1920*30);min-height:calc(var(--page-width)/1920*60);display:flex;align-items:center;justify-content:center;text-align:center;line-height:calc(var(--page-width)/1920*30)}.c_footer_view .footer_bottom .nav_item .nav_list{display:flex;flex-direction:column;align-items:center;gap:calc(var(--page-width)/1920*20)}.c_footer_view .footer_bottom .nav_item .nav_list .nav_list_item{font-size:calc(var(--page-width)/1920*24);color:rgba(53,53,53,.9);cursor:pointer;text-align:center;min-height:calc(var(--page-width)/1920*48);display:flex;align-items:center;justify-content:center;line-height:calc(var(--page-width)/1920*24);transition:color .2s}.c_footer_view .footer_bottom .nav_item .nav_list .nav_list_item:hover{color:#ff7131}.c_footer_view .footer_bottom .nav_item .nav_list .nav_list_item.active{color:#ff7131;font-weight:500}.c_footer_view .footer-info{position:absolute;height:88px;width:100%;bottom:0;left:50%;transform:translateX(-50%);background:#fff;z-index:999}.c_footer_view .footer-info .footer-info-p{flex-wrap:nowrap;transform:translate(-50%,-50%);position:absolute;left:50%;top:50%;gap:calc(var(--page-width)/1920*10);font-size:calc(var(--page-width)/1920*14)}.c_footer_view .footer-info .footer-info-p,.c_footer_view .footer-info .footer-info-p p{display:flex;justify-content:center;align-items:center}.c_footer_view .footer-info .footer-info-p img{position:relative}.c_footer_view i{font-style:normal;white-space:nowrap;cursor:pointer}.footer-license-mask{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:calc(var(--page-width)/1920*24);box-sizing:border-box}.footer-license-mask__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55)}.footer-license-panel{position:relative;z-index:1;max-width:92vw;background:#fff;border-radius:calc(var(--page-width)/1920*24);box-shadow:0 calc(var(--page-width)/1920*12) calc(var(--page-width)/1920*48) rgba(0,0,0,.18);box-sizing:border-box}.footer-license-close{position:absolute;top:calc(var(--page-width)/1920*16);right:calc(var(--page-width)/1920*16);z-index:2;width:calc(var(--page-width)/1920*44);height:calc(var(--page-width)/1920*44);margin:0;padding:0;border:none;border-radius:50%;background:rgba(0,0,0,.06);color:#333;font-size:calc(var(--page-width)/1920*32);line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.footer-license-close:hover{background:rgba(0,0,0,.1)}.footer-license-popup{width:auto;max-width:92vw;box-sizing:border-box;overflow:visible}.footer-license-popup .footer-license-popup__inner{padding:calc(var(--page-width)/1920*48) calc(var(--page-width)/1920*32) calc(var(--page-width)/1920*32);box-sizing:border-box}.footer-license-popup .footer-license-popup__img{display:block;width:85vw;max-height:78vh;height:auto;-o-object-fit:contain;object-fit:contain;margin:0 auto;border-radius:calc(var(--page-width)/1920*12);-webkit-user-select:none;-moz-user-select:none;user-select:none}.qr_code_pop[data-v-b2b7768c]{position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100vh;background:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:center;justify-content:center}.qr_code_pop>img[data-v-b2b7768c]{width:auto;height:auto;max-width:100%;max-height:100%}#app{font-family:MiSans,PingFang SC,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;width:100%;max-width:100vw;overflow:hidden;box-sizing:border-box}nav{padding:.8rem}nav a{font-weight:700;color:#2c3e50}nav a.router-link-exact-active{color:#42b983}.up{position:fixed;bottom:220px;right:42px;z-index:1000}.navbar[data-v-a2fb5b82]{width:100vw;height:70px;overflow-x:hidden;display:flex;justify-content:space-between;align-items:center;background-color:#f8f8f8;padding:10px 0}.navbar-login[data-v-a2fb5b82]{width:123px;height:36px;margin-left:243px}.nav-list[data-v-a2fb5b82]{width:588px}.nav-list[data-v-a2fb5b82],.nav-listy[data-v-a2fb5b82]{list-style:none;display:flex;padding:0;margin:0;justify-content:space-between;align-items:center}.nav-listy[data-v-a2fb5b82]{width:688px}.nav-list li[data-v-a2fb5b82]{cursor:pointer;transition:color .3s;width:98px;height:42px;display:flex;justify-content:center;align-items:center}.nav-list li.active img[data-v-a2fb5b82]{width:auto;height:26px}.nav-list li span[data-v-a2fb5b82]{font-size:14px;transition:color .3s}.navbar-en[data-v-a2fb5b82]{width:84px;height:28px;background:url(https://img.520yidui.com/webview/src/img/group/isen.png) no-repeat;background-size:150% auto;background-position-y:-36px;background-position-x:-45px;margin-right:42px}.navbar-en1[data-v-a2fb5b82]{margin-right:42px;width:84px;height:28px;background:url(https://img.520yidui.com/webview/src/img/group/isenglish.png) no-repeat;background-size:150% auto;background-position-y:-36px;background-position-x:0}.navbar-langer[data-v-a2fb5b82]{cursor:pointer}.page-container[data-v-474c6fa7]{display:flex;flex-direction:column;width:100%;height:100%;min-height:100%}.page-content[data-v-474c6fa7]{flex:1;overflow:scroll}.bottom_line[data-v-474c6fa7]:after{content:"";position:absolute;bottom:0;left:0;height:.02666667rem;width:100%;background-color:#e5e5e5;transform:scaleY(.5)}.right_line[data-v-474c6fa7]:after{content:"";position:absolute;top:0;right:0;width:.02666667rem;height:100%;background-color:#e5e5e5;transform:scaleX(.5)}.ellipsis[data-v-474c6fa7]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:break-all}.mask[data-v-474c6fa7]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:rgba(0,0,0,.54)}button[data-v-474c6fa7]{outline:none}.nodata[data-v-474c6fa7]{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;font-size:.42666667rem;color:#989898}.nodata img[data-v-474c6fa7]{width:4.02666667rem;height:4.02666667rem;margin:3.92rem 0 .56rem}.fc[data-v-474c6fa7]{display:flex;justify-items:center;align-items:center}.fcs[data-v-474c6fa7]{display:flex;flex-direction:column;justify-content:center;align-items:center}.a5l[data-v-474c6fa7]{position:absolute;left:50%;transform:translate(-50%)}.tit span[data-v-474c6fa7]{font-size:24px;font-weight:500;color:#020000}.tit img[data-v-474c6fa7]{width:67px;height:6px}.fu-hong[data-v-474c6fa7]{z-index:1;background:linear-gradient(58deg,#fe3270 3%,#f24845 65%,#ff5b41 106%);color:#fff}.fu-hong .fu-hong-tit[data-v-474c6fa7]{text-align:left;font-size:18px;font-weight:500;padding:11px;padding-top:24px}.fu-hong .fu-hong-con[data-v-474c6fa7]{text-align:left;font-size:12px;font-weight:400;padding:11px;padding-bottom:24px}iframe[data-v-474c6fa7]{width:50vw;height:60vh}.contact_us-warpper[data-v-474c6fa7]{background-color:#fff}.contact_us-warpper .contact_us-banner[data-v-474c6fa7]{position:relative;width:100vw;height:810px;background:url(//img.miliantech.com/webview/src/img/group/index-bunner.png) no-repeat;background-size:100% auto;display:flex;justify-content:center;align-items:center;min-width:1200px}.contact_us-warpper .contact_us-banner img[data-v-474c6fa7]{position:absolute;top:350px;height:32px;width:auto;margin:0 auto}.contact_us-warpper .tit span[data-v-474c6fa7]{margin-top:97px}.contact_us-warpper .tit img[data-v-474c6fa7]{margin-bottom:78px}.contact_us-warpper .animate-line[data-v-474c6fa7]{top:-478px;position:relative;height:500px;clip-path:inset(0 100% 0 0);animation:revealLine-474c6fa7 2s steps(100) forwards}@keyframes revealLine-474c6fa7{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}.contact_us-warpper .contact_us-fa-z[data-v-474c6fa7]{position:relative;height:500px;top:57px;width:1524px;left:50%;transform:translate(-50%)}.contact_us-warpper .contact_us-fa[data-v-474c6fa7]{position:relative}.contact_us-warpper .contact_us-fa .xian[data-v-474c6fa7]{position:absolute;width:1268px;height:auto;top:19px;left:50%;transform:translate(-50%)}.contact_us-warpper .contact_us-fa-item-i .contact_us-fa-item-ih[data-v-474c6fa7]{font-size:24px;font-weight:250;color:#3a8dcd}.contact_us-warpper .contact_us-fa-item-i .contact_us-fa-item-ic[data-v-474c6fa7]{font-size:12px;font-weight:250;width:136px}.contact_us-warpper .contact_us-fa-item[data-v-474c6fa7]{position:absolute;transition:all 1s ease}.contact_us-warpper .huang[data-v-474c6fa7]{opacity:0}.contact_us-warpper .contact_us-fa-item1[data-v-474c6fa7]{left:164px;top:298px;padding-top:40px}.contact_us-warpper .contact_us-fa-item1 .huang[data-v-474c6fa7]{position:absolute;left:60px;top:3px;z-index:99;width:25px;height:25px}.contact_us-warpper .dian1[data-v-474c6fa7]{left:51px;top:-37px}.contact_us-warpper .contact_us-fa-item2[data-v-474c6fa7]{left:323px;top:138px}.contact_us-warpper .contact_us-fa-item2 .huang[data-v-474c6fa7]{position:absolute;left:55px;top:94px;z-index:99;width:25px;height:25px}.contact_us-warpper .contact_us-fa-item3[data-v-474c6fa7]{left:550px;top:303px}.contact_us-warpper .contact_us-fa-item3 .huang[data-v-474c6fa7]{position:absolute;left:55px;top:-60px;z-index:99;width:25px;height:25px}.contact_us-warpper .contact_us-fa-item4[data-v-474c6fa7]{left:672px;bottom:400px}.contact_us-warpper .contact_us-fa-item4 .huang[data-v-474c6fa7]{position:absolute;left:56px;bottom:-36px;z-index:99;width:25px;height:25px}.contact_us-warpper .contact_us-fa-item5[data-v-474c6fa7]{left:876px;bottom:372px}.contact_us-warpper .contact_us-fa-item5 .huang[data-v-474c6fa7]{position:absolute;left:60px;top:76px;z-index:99;width:25px;height:25px}.contact_us-warpper .contact_us-fa-item6[data-v-474c6fa7]{left:857px;top:206px}.contact_us-warpper .contact_us-fa-item6 .huang[data-v-474c6fa7]{position:absolute;left:60px;top:-61px;z-index:99;width:25px;height:25px}.contact_us-warpper .contact_us-fa-item7[data-v-474c6fa7]{left:1120px;top:186px}.contact_us-warpper .contact_us-fa-item7 .huang[data-v-474c6fa7]{position:absolute;left:66px;top:-52px;z-index:99;width:25px;height:25px}.contact_us-warpper .contact_us-fa-item8[data-v-474c6fa7]{right:210px;top:-62px}.contact_us-warpper .contact_us-fa-item8 .contact_us-fa-item-ic[data-v-474c6fa7]{width:200px}.contact_us-warpper .contact_us-fa-item8 .contact_us-fa-item-ih[data-v-474c6fa7]{color:#fe3270}.contact_us-warpper .contact_us-fa-item8 i[data-v-474c6fa7]{transform:rotate(180deg)}.contact_us-warpper .contact_us-fa-item8 .huang[data-v-474c6fa7]{position:absolute;right:-55px;top:37px;z-index:99;width:35px;height:35px}.contact_us-warpper .contact_us-fa-bd[data-v-474c6fa7]{background:url(//img.miliantech.com/webview/src/img/group/index-fa-bds.png) no-repeat;background-size:100% 100%;width:800px;height:429px;margin:0 auto}.contact_us-warpper .contact_us-zu[data-v-474c6fa7]{margin:0 auto;margin-bottom:128px;margin-top:-430px;min-width:65vw;justify-content:space-between}.contact_us-warpper .contact_us-zu-i[data-v-474c6fa7]{width:253.53px;height:332px;position:relative;transition:all .5s ease}.contact_us-warpper .contact_us-zu-i1[data-v-474c6fa7]{background:url(//img.miliantech.com/webview/src/img/group/index-zu-i1.png) no-repeat;background-size:100% 100%}.contact_us-warpper .contact_us-zu-i2[data-v-474c6fa7]{background:url(//img.miliantech.com/webview/src/img/group/index-zu-i2.png) no-repeat;background-size:100% 100%}.contact_us-warpper .contact_us-zu-i3[data-v-474c6fa7]{background:url(//img.miliantech.com/webview/src/img/group/index-zu-i3.png) no-repeat;background-size:100% 100%}.contact_us-warpper .contact_us-zu-i4[data-v-474c6fa7]{background:url(//img.miliantech.com/webview/src/img/group/index-zu-i4.png) no-repeat;background-size:100% 100%}.contact_us-warpper .contact_us-zu-it[data-v-474c6fa7]{position:absolute;bottom:15px;left:11px;z-index:1;width:230px;height:82px;text-align:center;margin:0 auto}.contact_us-warpper .contact_us-zu-it p[data-v-474c6fa7]{font-size:24px;font-weight:400;width:100%}.contact_us-warpper .fu-hong[data-v-474c6fa7]{position:absolute;left:11px;bottom:14px;width:231px;height:auto;opacity:0;transition:opacity .5s ease-in-out}.contact_us-warpper .fu-hongtrue[data-v-474c6fa7]{opacity:1;max-height:310px}.contact_us-warpper .fu-hongfalse[data-v-474c6fa7]{max-height:310px}.contact_us-warpper .contact_us-fa-item-ihuatrue .contact_us-fa-item-ih[data-v-474c6fa7],.contact_us-warpper .contact_us-fa-item-ihuatrue[data-v-474c6fa7]{transition:color .5s ease;color:#ffb200}.contact_us-warpper .contact_us-fa-itemtrue .huang[data-v-474c6fa7]{opacity:1;transition:opacity .5s ease-in-out}.contact_us-warpper .contact_us-fa-item8 .contact_us-fa-item-ihuatrue[data-v-474c6fa7]{transition:opacity .5s ease-in-out}.contact_us-warpper .contact_us-fa-item8 .contact_us-fa-item-ihuatrue .contact_us-fa-item-ih[data-v-474c6fa7]{color:#fe3270}.contact_us-banner-img[data-v-474c6fa7]{width:784px!important;height:auto!important;opacity:0;transform:translateY(290px);transition:opacity 1s ease,transform 1s ease}.contact_us-banner-img.show[data-v-474c6fa7]{opacity:1;transform:translateY(0)}.c_page_container{width:100vw;min-width:calc(var(--page-width)/1920*888);margin:0 auto;overflow:hidden}.c_page_container .c_page_top{width:100%;height:100vh;position:relative}.c_page_container .c_page_top .top_img_view{width:100%;height:100%;position:relative}.c_page_container .c_page_top .top_img_view .top_img_view_detail{width:100%;height:100%;background-position:50%;background-size:cover;background-repeat:no-repeat}.c_page_container .c_page_top .top_img_view .top_img_view_detail_mask{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);opacity:0;transition:all 1.8s ease-out}.c_page_container .c_page_top .top_img_view .top_img_view_detail_mask.show{opacity:1}.c_page_container .c_page_top .top_info_view{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;box-sizing:border-box;padding-left:calc(var(--page-width)/1920*199)}.c_page_container .c_page_top .top_info_view .top_info_view_detail{box-sizing:border-box;padding-top:5%;transition:all .8s ease-out;opacity:0;text-align:left}.c_page_container .c_page_top .top_info_view .top_info_view_detail.show{opacity:1}.c_page_container .c_page_top .top_info_view .top_info_view_detail .top_info_title{width:90%;text-align:left;font-size:calc(var(--page-width)/1920*106);line-height:calc(var(--page-width)/1920*129);color:#fff;font-weight:bolder;display:inline-block}.c_page_container .c_page_top .top_info_view .top_info_view_detail .top_top_get_bg{margin-top:calc(var(--page-width)/1920*89);padding:calc(var(--page-width)/1920*15) calc(var(--page-width)/1920*30);background-color:hsla(0,0%,100%,.2);box-shadow:0 calc(var(--page-width)/1920*4) calc(var(--page-width)/1920*10) 0 hsla(0,0%,100%,.3);border-radius:calc(var(--page-width)/1920*60);display:inline-block;width:auto;font-size:calc(var(--page-width)/1920*27.6);color:#fefefe;font-weight:bolder;cursor:pointer}.c_page_container .c_page_top .mask_layer{width:100%;height:100%;position:absolute;left:0;top:0;overflow:hidden;display:flex;align-items:center;justify-content:space-between;flex-direction:column;z-index:111}.c_page_container .c_page_top .mask_layer .mask_layer_empty{width:100%;height:100%;background-color:#fff}.c_page_container .c_page_top .mask_layer .mask_layer_center{width:100%;height:calc(var(--page-width)/1920*160);display:flex;align-items:center;justify-content:space-between}.c_page_container .c_page_top .mask_layer .mask_layer_center.bigger{height:100vh;transition:all .8s ease-out}.c_page_container .c_page_top .mask_layer .mask_layer_center .mask_layer_center_detail{width:calc(var(--page-width)/1920*1080);min-width:calc(var(--page-width)/1920*1080);max-width:100vw;height:calc(var(--page-width)/1920*320);position:relative;overflow:hidden}.c_page_container .c_page_top .mask_layer .mask_layer_center .mask_layer_center_detail.expand-fullscreen{width:100vw!important;min-width:100vw!important;max-width:100vw!important;height:100vh;transition:all .8s ease-out}.c_page_container .c_page_top .mask_layer .mask_layer_center .mask_layer_center_detail .mask_layer_progress_view{width:calc(var(--page-width)/1920*1080);height:calc(var(--page-width)/1920*320);background:linear-gradient(90deg,#fef0b7,#ff7131);transform:scaleX(0);transform-origin:left center;opacity:0;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex;align-items:center;justify-content:center;overflow:hidden}.c_page_container .c_page_top .mask_layer .mask_layer_center .mask_layer_center_detail .mask_layer_progress_view.slide-in{animation:slideInWithBrake .8s forwards}.c_page_container .c_page_top .mask_layer .mask_layer_center .mask_layer_center_detail .mask_layer_progress_view.slide-out{animation:slideOutFade .6s forwards}.c_page_container .c_page_top .mask_layer .mask_layer_center .mask_layer_center_detail .mask_layer_progress_view .mask_layer_logo_gif{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.c_page_container .c_page_card{width:100%;height:calc(var(--page-width)/1920*1035);background-position:0 0;background-size:100% auto;background-repeat:no-repeat;position:relative;overflow:hidden;margin-top:calc(var(--page-width)/1920*100);box-sizing:border-box;padding:0 calc(var(--page-width)/1920*160)}.c_page_container .c_page_card .c_page_card_d{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;position:relative;margin:0 auto}.c_page_container .c_page_card .page_card_info{display:flex;flex-direction:column;width:calc(100% - var(--page-width)/1920*763)}.c_page_container .c_page_card .page_card_info .page_card_info_title{width:100%;text-align:left;font-size:calc(var(--page-width)/1920*52);line-height:calc(var(--page-width)/1920*66);color:#000;font-weight:bolder}.c_page_container .c_page_card .page_card_info .page_card_info_desc{width:100%;text-align:left;margin-top:calc(var(--page-width)/1920*65);line-height:calc(var(--page-width)/1920*56);font-size:calc(var(--page-width)/1920*25);color:#2f2f2f;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.c_page_container .c_page_card .page_card_detail{width:calc(var(--page-width)/1920*700);height:calc(var(--page-width)/1920*644);box-sizing:border-box;position:relative}.c_page_container .c_page_card .page_card_detail .page_card_img_view{position:absolute;width:calc(var(--page-width)/1920*508);height:calc(var(--page-width)/1920*621);will-change:transform,opacity;backface-visibility:hidden;border-radius:calc(var(--page-width)/1920*20);overflow:hidden;opacity:0;transition:transform .6s ease-in-out,opacity .6s ease-in-out;transform:scale(.5) translateX(calc(var(--page-width)/1920*680));box-shadow:0 0 calc(var(--page-width)/1920*25) 0 rgba(0,0,0,.6)}.c_page_container .c_page_card .page_card_detail .page_card_img_view .page_card_img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.c_page_container .c_page_card .page_card_detail .page_card_img_view.card_animated.card_pos_front{opacity:1;transform:scale(1) translateX(0)}.c_page_container .c_page_card .page_card_detail .page_card_img_view.card_animated.card_pos_middle{opacity:1;transform:scale(.82) translateX(calc(var(--page-width)/1920*220))}.c_page_container .c_page_card .page_card_detail .page_card_img_view.card_animated.card_pos_back{opacity:.8;transform:scale(.65) translateX(calc(var(--page-width)/1920*500))}.c_page_container .c_page_card .page_card_detail .page_card_img_view.card_animated.card_pos_hidden{opacity:0;transform:scale(.5) translateX(calc(var(--page-width)/1920*680))}.c_page_container .c_page_core_values{width:100%;height:calc(var(--page-width)/1920*845);background-position:calc(var(--page-width)/1920*-250) calc(var(--page-width)/1920*10);background-size:calc(var(--page-width)/1920*705) auto;background-repeat:no-repeat;box-sizing:border-box;padding:0 calc(var(--page-width)/1920*147);position:relative}.c_page_container .c_page_core_values .c_page_core_values_d{width:100%;height:100%;position:relative;margin:0 auto}.c_page_container .c_page_core_values .core_values_list{width:calc(var(--page-width)/1920*771);min-height:calc(var(--page-width)/1920*745);box-sizing:border-box;padding:calc(var(--page-width)/1920*36) calc(var(--page-width)/1920*54) 0 calc(var(--page-width)/1920*20)}.c_page_container .c_page_core_values .core_values_list .core_values_item{width:100%;padding:calc(var(--page-width)/1920*60) calc(var(--page-width)/1920*40) calc(var(--page-width)/1920*60) calc(var(--page-width)/1920*40);height:calc(var(--page-width)/1920*140);box-sizing:border-box;border-top:calc(var(--page-width)/1920*2) dashed #dfdfdf;border-bottom:calc(var(--page-width)/1920*2) dashed #dfdfdf;border-width:0;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;transition:all .5s ease-out;position:relative}.c_page_container .c_page_core_values .core_values_list .core_values_item .core_values_item_top{width:100%;display:flex;align-items:flex-start;justify-content:space-between}.c_page_container .c_page_core_values .core_values_list .core_values_item .core_values_item_top .core_values_item_title{text-align:left;font-size:calc(var(--page-width)/1920*35.4);line-height:calc(var(--page-width)/1920*32);color:#2f2f2f;font-weight:bolder;text-wrap:nowrap}.c_page_container .c_page_core_values .core_values_list .core_values_item .core_values_item_top .core_values_item_add_btn{border:1px solid #cbd2d9;border-radius:100%;height:20px;width:20px;position:relative;cursor:pointer}.c_page_container .c_page_core_values .core_values_list .core_values_item .core_values_item_top .core_values_item_add_btn:hover .core_values_item_add_btn_icon{transform:rotate(90deg);transition:transform 333ms cubic-bezier(.53,0,.28,1)}.c_page_container .c_page_core_values .core_values_list .core_values_item .core_values_item_top .core_values_item_add_btn .core_values_item_add_btn_icon{color:#1c2b33;left:50%;position:absolute;top:50%;transform:rotate(0)}.c_page_container .c_page_core_values .core_values_list .core_values_item .core_values_item_top .core_values_item_add_btn .core_values_item_add_btn_icon:before{background:#1c2b33;content:"";display:block;height:2px;left:50%;margin:-1px 0 0 -5px;position:absolute;top:50%;width:10px}.c_page_container .c_page_core_values .core_values_list .core_values_item .core_values_item_top .core_values_item_add_btn .core_values_item_add_btn_icon:after{background:#1c2b33;content:"";display:block;height:10px;left:50%;margin:-5px 0 0 -1px;position:absolute;top:50%;transition:transform 333ms cubic-bezier(.53,0,.28,1);width:2px}.c_page_container .c_page_core_values .core_values_list .core_values_item .core_values_item_bottom{width:200%;box-sizing:border-box;position:absolute;left:0;top:calc(var(--page-width)/1920*80);margin-top:calc(var(--page-width)/1920*30);overflow:hidden;text-align:left;opacity:0;transition:all .5s ease-out;color:#1c2b33;font-size:calc(var(--page-width)/1920*28)}.c_page_container .c_page_core_values .core_values_list .core_values_item_clicked{padding:calc(var(--page-width)/1920*30) calc(var(--page-width)/1920*0);border-width:calc(var(--page-width)/1920*2)}.c_page_container .c_page_core_values .core_values_list .core_values_item_clicked .core_values_item_top .core_values_item_add_btn:hover .core_values_item_add_btn_icon{transform:none!important;transition:initial!important}.c_page_container .c_page_core_values .core_values_list .core_values_item_clicked .core_values_item_top .core_values_item_add_btn_icon:after{transform:rotate(90deg)}.c_page_container .c_page_core_values .core_values_list .core_values_item_clicked .core_values_item_bottom{opacity:1;top:calc(var(--page-width)/1920*60)}.c_page_container .c_page_core_values .index_core_values_title{display:block;position:absolute;width:calc(var(--page-width)/1920*660);right:calc(var(--page-width)/1920*48);top:calc(var(--page-width)/1920*120);z-index:-1}.c_page_container .c_page_core_values .index_core_values_text{position:absolute;right:calc(var(--page-width)/1920*171);top:calc(var(--page-width)/1920*520);font-size:calc(var(--page-width)/1920*52);line-height:calc(var(--page-width)/1920*47);font-weight:bolder}.c_page_container .c_page_core_values .index_core_values_more{position:absolute;top:calc(var(--page-width)/1920*606);right:calc(var(--page-width)/1920*171);border:1px solid #ff7131;padding:calc(var(--page-width)/1920*2) calc(var(--page-width)/1920*20);display:flex;align-items:center;justify-content:center;border-radius:calc(var(--page-width)/1920*30);font-size:calc(var(--page-width)/1920*36);background:linear-gradient(90deg,#fed458,#ff7131);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;cursor:pointer}.c_page_container .c_page_event{width:100%;box-sizing:border-box;padding:calc(var(--page-width)/1920*107) calc(var(--page-width)/1920*160) calc(var(--page-width)/1920*100)}.c_page_container .c_page_event .c_page_event_d{width:100%;margin:0 auto}.c_page_container .c_page_event .event_title{width:100%;text-align:center;font-size:calc(var(--page-width)/1920*52);line-height:calc(var(--page-width)/1920*66);font-weight:bolder;color:#000}.c_page_container .c_page_event .event_desc{width:100%;box-sizing:border-box;color:rgba(47,47,47,.6);margin-top:calc(var(--page-width)/1920*56);line-height:calc(var(--page-width)/1920*56);font-size:calc(var(--page-width)/1920*26);text-align:left}.c_page_container .c_page_event .event_line_view{width:100%;height:calc(var(--page-width)/1920*120);margin:calc(var(--page-width)/1920*87) auto;box-sizing:border-box}.c_page_container .c_page_event .event_line_view .event_line_detail{width:100%;height:100%;box-sizing:border-box;padding-top:calc(var(--page-width)/1920*52);position:relative}.c_page_container .c_page_event .event_line_view .event_line_detail .event_line_row{width:100%;height:calc(var(--page-width)/1920*2);background-color:#000}.c_page_container .c_page_event .event_line_view .event_line_detail .event_line_list{width:100%;height:100%;position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:space-between}.c_page_container .c_page_event .event_line_view .event_line_detail .event_line_list .event_line_item{width:20%;height:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;transform:translateY(calc(var(--page-width)/1920*-10))}.c_page_container .c_page_event .event_line_view .event_line_detail .event_line_list .event_line_item .event_line_item_top{width:100%;height:calc(var(--page-width)/1920*40);display:flex;align-items:center;justify-content:center;transform:translateY(calc(var(--page-width)/1920*-20))}.c_page_container .c_page_event .event_line_view .event_line_detail .event_line_list .event_line_item .event_line_item_top img{width:calc(var(--page-width)/1920*45);display:block;cursor:pointer}.c_page_container .c_page_event .event_line_view .event_line_detail .event_line_list .event_line_item .event_line_item_top img:nth-child(2){margin:0 calc(var(--page-width)/1920*10)}.c_page_container .c_page_event .event_line_view .event_line_detail .event_line_list .event_line_item .event_line_item_top span{font-size:calc(var(--page-width)/1920*33);color:#191919;font-weight:600;cursor:pointer}.c_page_container .c_page_event .event_line_view .event_line_detail .event_line_list .event_line_item .event_line_item_cicle{width:calc(var(--page-width)/1920*12);height:calc(var(--page-width)/1920*12);border-radius:50%;background-color:#000;margin-top:calc(var(--page-width)/1920*7);cursor:pointer}.c_page_container .c_page_event .event_line_view .event_line_detail .event_line_list .event_line_item .event_line_item_cicle.clicked{background:linear-gradient(90deg,#ff7c19,#f84e48)!important}.c_page_container .c_page_event .event_line_view .event_line_detail .event_line_list .event_line_item .event_line_item_year{width:100%;text-align:center;color:#191919;font-size:calc(var(--page-width)/1920*19);margin-top:calc(var(--page-width)/1920*12);cursor:pointer;position:relative}.c_page_container .c_page_event .event_line_view .event_line_detail .event_line_list .event_line_item .event_line_item_year>span{position:absolute;left:50%;transform:translateX(-50%)}.c_page_container .c_page_event .event_line_swiper{width:100%;height:calc(var(--page-width)/1920*217);box-sizing:border-box}.c_page_container .c_page_event .event_line_swiper .event_line_swiper_view{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}.c_page_container .c_page_event .event_line_swiper .event_line_swiper_view .event_line_swiper_btn{width:calc(var(--page-width)/1920*33);min-width:calc(var(--page-width)/1920*33);max-width:calc(var(--page-width)/1920*33);cursor:pointer}.c_page_container .c_page_event .event_line_swiper .event_line_swiper_view .event_line_swiper_btn img{width:100%;display:block}.c_page_container .c_page_event .event_line_swiper .event_line_swiper_view .event_line_swiper_btn2{transform:rotate(180deg)}.c_page_container .c_page_event .event_line_swiper .event_line_swiper_view .event_line_swiper_detail{width:calc(100% - var(--page-width)/1920*288);height:100%;overflow:hidden}.c_page_container .c_page_event .event_line_swiper .event_line_swiper_view .event_line_swiper_detail .swiper-wrapper{flex-shrink:0;width:100%;height:100%}.c_page_container .c_page_event .event_line_swiper .event_line_swiper_view .event_line_swiper_detail .swiper-slide{width:100%;height:100%}.c_page_container .c_page_event .event_line_swiper .event_line_swiper_view .event_line_swiper_detail .event_line_swiper_detail_item{flex:0 0 calc(50% - var(--page-width)/1920*10);min-width:calc(50% - var(--page-width)/1920*10);height:100%;display:flex;align-items:center;justify-content:center}.c_page_container .c_page_event .event_line_swiper .event_line_swiper_view .event_line_swiper_detail .event_line_swiper_detail_item>img{width:calc(var(--page-width)/1920*286);height:calc(var(--page-width)/1920*217);min-width:calc(var(--page-width)/1920*286);max-width:calc(var(--page-width)/1920*286);-o-object-fit:cover;object-fit:cover}.c_page_container .c_page_event .event_line_swiper .event_line_swiper_view .event_line_swiper_detail .event_line_swiper_detail_item .event_line_swiper_detail_item_text{margin-left:calc(var(--page-width)/1920*30);font-size:calc(var(--page-width)/1920*18);line-height:calc(var(--page-width)/1920*40);color:#2f2f2f;text-align:left}.c_page_container .c_page_life{width:100%;height:calc(var(--page-width)/1920*744);margin:0 auto;margin-top:calc(var(--page-width)/1920*400);position:relative;box-sizing:border-box;padding:0 calc(var(--page-width)/1920*160)}.c_page_container .c_page_life .c_page_life_d{width:100%;height:100%;position:relative;margin:0 auto}.c_page_container .c_page_life .c_page_life_detail{width:100%;margin:0 auto;height:100%;border-radius:calc(var(--page-width)/1920*64);box-shadow:0 0 13px 0 rgba(250,250,252,.97);display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding-right:calc(var(--page-width)/1920*35);background-color:#fff}.c_page_container .c_page_life .c_page_life_detail .life_left{width:calc(var(--page-width)/1920*575);height:100%;box-sizing:border-box;padding-top:calc(var(--page-width)/1920*138)}.c_page_container .c_page_life .c_page_life_detail .life_left .life_left_title{width:100%;font-size:calc(var(--page-width)/1920*52);color:#000;text-align:left;font-weight:bolder}.c_page_container .c_page_life .c_page_life_detail .life_left .life_left_desc{width:125%;margin-top:calc(var(--page-width)/1920*66);font-size:calc(var(--page-width)/1920*25.07);color:rgba(47,47,47,.7);line-height:calc(var(--page-width)/1920*56);text-align:left}.c_page_container .c_page_life .c_page_life_detail .life_right{width:calc(var(--page-width)/1920*808);height:calc(var(--page-width)/1920*650);overflow:hidden;border-radius:calc(var(--page-width)/1920*64)}.c_page_container .c_page_life .c_page_life_detail .life_right .life_right_svga{width:100%;height:100%}.c_page_container .c_page_life .index_life_sun{position:absolute;right:0;top:calc(var(--page-width)/1920*-460);width:calc(var(--page-width)/1920*556);display:block;z-index:-1}.c_page_container .c_page_scroll_view{width:100%;box-sizing:border-box;padding:0 calc(var(--page-width)/1920*160);margin-top:calc(var(--page-width)/1920*375);position:relative}.c_page_container .c_page_scroll_view.show .scroll_view_right_detail_view{opacity:1!important;top:0!important}.c_page_container .c_page_scroll_view .c_page_scroll_view_d{width:100%;margin:0 auto;position:relative;display:flex;align-items:flex-start;justify-content:space-between}.c_page_container .c_page_scroll_view .scroll_view_left{width:100%;height:100%}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail{width:95%;padding-top:calc(var(--page-width)/1920*53);margin-bottom:calc(var(--page-width)/1920*300)}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail:last-child{margin-bottom:calc(var(--page-width)/1920*0)}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_title{width:100%;font-size:calc(var(--page-width)/1920*46);color:#000;font-weight:bolder;text-align:left;position:relative}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_title.mg_bot_80{margin-bottom:calc(var(--page-width)/1920*80)}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_title>img{position:absolute;left:0;top:70%;width:calc(var(--page-width)/1920*540);height:auto}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_desc{width:100%;text-align:left;margin-top:calc(var(--page-width)/1920*30);font-size:calc(var(--page-width)/1920*25.1);color:hsla(0,0%,41%,.9);display:flex;align-items:center}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_desc span{font-weight:bolder;color:#000}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_desc>img{width:calc(var(--page-width)/1920*15);height:auto;margin-right:calc(var(--page-width)/1920*10)}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img{width:calc(var(--page-width)/1920*750);position:relative}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img>img{max-width:100%;display:block;margin-top:calc(var(--page-width)/1920*10)}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .img_desc_box{position:absolute;display:flex;align-items:center;font-size:calc(var(--page-width)/1920*18);color:#000}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .img_desc_box .box_line{width:calc(var(--page-width)/1920*84);height:calc(var(--page-width)/1920*1);background:rgba(0,0,0,.6);position:relative}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .img_desc_box .box_line .line_small_circle{position:absolute;height:calc(var(--page-width)/1920*6);width:calc(var(--page-width)/1920*6);background:#848282;border-radius:50%;left:0;top:50%;transform:translate(-50%,-50%)}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .img_desc_box .box_line .line_large_circle{position:absolute;height:calc(var(--page-width)/1920*12);width:calc(var(--page-width)/1920*12);background:#848282;opacity:.2;border-radius:50%;left:0;top:50%;z-index:-1;transform:translate(-50%,-50%)}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .yidui_box{top:calc(var(--page-width)/1920*262);left:calc(var(--page-width)/1920*100)}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .yidui_box>span{padding-right:calc(var(--page-width)/1920*8)}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .tietie_box{top:calc(var(--page-width)/1920*382);right:calc(var(--page-width)/1920*140)}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .tietie_box>span{padding-left:calc(var(--page-width)/1920*8)}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .tietie_box .box_line .line_large_circle,.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .tietie_box .box_line .line_small_circle{left:100%}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .chatta_box{bottom:calc(var(--page-width)/1920*107);left:calc(var(--page-width)/1920*21)}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .chatta_box>span{padding-right:calc(var(--page-width)/1920*8)}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .seeta_box{bottom:calc(var(--page-width)/1920*100);right:calc(var(--page-width)/1920*26)}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .seeta_box>span{padding-left:calc(var(--page-width)/1920*8)}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .seeta_box .box_line .line_large_circle,.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .seeta_box .box_line .line_small_circle{left:100%}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .hifami_box{width:calc(var(--page-width)/1920*51);height:calc(var(--page-width)/1920*26);border:calc(var(--page-width)/1920*1) solid rgba(0,0,0,.6);border-right:none;border-bottom:none;top:calc(var(--page-width)/1920*117);left:50%;transform:translateX(-50%)}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .hifami_box>span{position:absolute;right:0;top:0;transform:translate(100%,-50%);padding-left:calc(var(--page-width)/1920*8)}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .hifami_box .small_circle{width:calc(var(--page-width)/1920*6);height:calc(var(--page-width)/1920*6);background:#848282;border-radius:50%;position:absolute;right:0;top:0;transform:translate(50%,-50%)}.c_page_container .c_page_scroll_view .scroll_view_left .scroll_view_left_detail .scroll_view_left_detail_img .hifami_box .large_circle{width:calc(var(--page-width)/1920*12);height:calc(var(--page-width)/1920*12);background:#848282;opacity:.2;border-radius:50%;position:absolute;right:0;top:0;transform:translate(50%,-50%)}.c_page_container .c_page_scroll_view .scroll_view_right{flex:1;width:calc(var(--page-width)/1920*649);min-width:calc(var(--page-width)/1920*649);max-width:calc(var(--page-width)/1920*649);height:100%;position:relative}.c_page_container .c_page_scroll_view .scroll_view_right .scroll_view_right_detail{width:100%;height:calc(var(--page-width)/1920*910);background-position:0 0;background-repeat:no-repeat;background-size:100% auto;position:relative}.c_page_container .c_page_scroll_view .scroll_view_right .scroll_view_right_detail .scroll_view_right_detail_bg{position:absolute;left:calc(var(--page-width)/1920*-221);top:calc(var(--page-width)/1920*-241);width:calc(var(--page-width)/1920*1081);display:block}.c_page_container .c_page_scroll_view .scroll_view_right .scroll_view_right_detail .scroll_view_right_detail_view{position:absolute;left:0;top:calc(var(--page-width)/1920*100);width:100%;height:100%;box-sizing:border-box;padding-top:calc(var(--page-width)/1920*114);opacity:0;transition:all .8s ease-out}.c_page_container .c_page_scroll_view .scroll_view_right .scroll_view_right_detail .scroll_view_right_detail_title{width:100%;box-sizing:border-box;padding:0 calc(var(--page-width)/1920*79);font-size:calc(var(--page-width)/1920*55);color:#fff;font-weight:bolder;text-align:left}.c_page_container .c_page_scroll_view .scroll_view_right .scroll_view_right_detail .scroll_view_right_detail_desc{width:100%;box-sizing:border-box;padding:0 calc(var(--page-width)/1920*79);margin-top:calc(var(--page-width)/1920*64);font-size:calc(var(--page-width)/1920*25);color:#fff;line-height:calc(var(--page-width)/1920*56);text-align:left}.c_page_container .c_page_scroll_view .scroll_view_right .scroll_view_right_detail .scroll_view_right_detail_desc span{font-weight:bolder}.c_page_container .scroll_view_sun{width:calc(var(--page-width)/1920*501);display:block;position:absolute;right:0;top:calc(var(--page-width)/1920*-300);z-index:-1}.c_page_container .love_view_sun{width:calc(var(--page-width)/1920*647);display:block;position:absolute;left:calc(var(--page-width)/1920*-100);bottom:calc(var(--page-width)/1920*-300);z-index:-1}.c_page_container .love_view_sun2{width:calc(var(--page-width)/1920*579);display:block;position:absolute;left:calc(var(--page-width)/1920*50);top:calc(var(--page-width)/1920*120);z-index:-1}.c_page_container .c_page_love{width:100%;padding:0 calc(var(--page-width)/1920*145);box-sizing:border-box;position:relative;padding-bottom:calc(var(--page-width)/1920*300)}.c_page_container .c_page_love .love_detail{width:100%;margin:0 auto;height:calc(var(--page-width)/1920*687);display:flex;align-items:center;justify-content:space-between;padding-top:calc(var(--page-width)/1920*273)}.c_page_container .c_page_love .love_left{width:calc(var(--page-width)/1920*808);height:100%;max-width:calc(var(--page-width)/1920*808);min-width:calc(var(--page-width)/1920*808);background-position:0 0;background-size:100% auto;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.c_page_container .c_page_love .love_left img{width:90%;height:90%;border-radius:calc(var(--page-width)/1920*52);-o-object-fit:cover;object-fit:cover}.c_page_container .c_page_love .love_right{width:calc(100% - var(--page-width)/1920*808 - var(--page-width)/1920*75);height:100%;box-sizing:border-box;padding-top:calc(var(--page-width)/1920*130)}.c_page_container .c_page_love .love_right .love_right_title{width:100%;text-align:left;font-size:calc(var(--page-width)/1920*52);color:#010101;font-weight:bolder}.c_page_container .c_page_love .love_right .love_right_desc{margin-top:calc(var(--page-width)/1920*46);width:100%;box-sizing:border-box;padding-right:calc(var(--page-width)/1920*96);text-align:left;font-size:calc(var(--page-width)/1920*25.1);color:rgba(47,47,47,.9);line-height:calc(var(--page-width)/1920*56)}@keyframes slideInWithBrake{0%{opacity:1;transform:scaleX(0);transform-origin:left center}55%{transform:scaleX(1);transform-origin:left center}58%{transform:scaleX(.98);transform-origin:right center}80%{transform:scaleX(1)}to{transform:scaleX(1);transform-origin:right center;opacity:1}}@keyframes slideOutFade{0%{transform:translateX(0) scaleX(1);opacity:1}to{transform:translateX(100%) scaleX(1);opacity:0}}@keyframes expandToFullscreen{0%{width:calc(var(--page-width)/1920*720);min-width:calc(var(--page-width)/1920*720);height:calc(var(--page-width)/1920*160);left:auto;top:auto;transform:scale(1)}50%{width:50vw;min-width:50vw;height:50vh}to{width:100vw;min-width:100vw;height:100vh;left:0;top:0;transform:scale(1)}}@keyframes card-slide-in{0%{opacity:0;translate:0 calc(var(--page-width)/1920*-40)}to{opacity:1;translate:0 0}}@keyframes card-swap-out{0%{opacity:1;transform:scale(1) translate(0)}to{opacity:0;transform:scale(1.1) translate(calc(var(--page-width)/1920*-100))}}@keyframes card-move-to-front{0%{transform:scale(.75) translate(calc(var(--page-width)/1920*250))}to{transform:scale(1) translate(0)}}@keyframes card-move-to-middle{0%{transform:scale(.5) translate(calc(var(--page-width)/1920*680))}to{transform:scale(.75) translate(calc(var(--page-width)/1920*250))}}@keyframes card-move-in-from-back{0%{opacity:0;transform:scale(.4) translate(calc(var(--page-width)/1920*900))}to{opacity:1;transform:scale(.5) translate(calc(var(--page-width)/1920*680))}}.svga-player-container[data-v-31c4ebbc]{width:100%;height:100%;display:block}.page-container[data-v-fed38062]{display:flex;flex-direction:column;width:100%;height:100%;min-height:100%}.page-content[data-v-fed38062]{flex:1;overflow:scroll}.bottom_line[data-v-fed38062]:after{content:"";position:absolute;bottom:0;left:0;height:.02666667rem;width:100%;background-color:#e5e5e5;transform:scaleY(.5)}.right_line[data-v-fed38062]:after{content:"";position:absolute;top:0;right:0;width:.02666667rem;height:100%;background-color:#e5e5e5;transform:scaleX(.5)}.ellipsis[data-v-fed38062]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:break-all}.mask[data-v-fed38062]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:rgba(0,0,0,.54)}button[data-v-fed38062]{outline:none}.nodata[data-v-fed38062]{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;font-size:.42666667rem;color:#989898}.nodata img[data-v-fed38062]{width:4.02666667rem;height:4.02666667rem;margin:3.92rem 0 .56rem}.fc[data-v-fed38062]{display:flex;justify-items:center;align-items:center}.fcs[data-v-fed38062]{display:flex;flex-direction:column;justify-content:center;align-items:center}.a5l[data-v-fed38062]{position:absolute;left:50%;transform:translate(-50%)}.tit span[data-v-fed38062]{font-size:24px;font-weight:500;color:#020000}.tit img[data-v-fed38062]{width:67px;height:6px}.fu-hong[data-v-fed38062]{z-index:1;background:linear-gradient(58deg,#fe3270 3%,#f24845 65%,#ff5b41 106%);color:#fff}.fu-hong .fu-hong-tit[data-v-fed38062]{text-align:left;font-size:18px;font-weight:500;padding:11px;padding-top:24px}.fu-hong .fu-hong-con[data-v-fed38062]{text-align:left;font-size:12px;font-weight:400;padding:11px;padding-bottom:24px}iframe[data-v-fed38062]{width:50vw;height:60vh}.product-warpper[data-v-fed38062]{background-color:#fff}.product-warpper .tit[data-v-fed38062]{margin-top:65px;margin-bottom:54px}.product-warpper .transition-image[data-v-fed38062]{transform:scale(1);opacity:1}.product-warpper .transition-image[data-v-fed38062]:hover{transform:scale(1.05)}.product-warpper .fade-enter-active[data-v-fed38062],.product-warpper .fade-leave-active[data-v-fed38062]{transition:opacity .5s ease;transition-delay:1s}.product-warpper .fade-enter[data-v-fed38062],.product-warpper .fade-leave-to[data-v-fed38062]{opacity:0}.product-warpper .product-fa[data-v-fed38062]{position:relative;cursor:pointer;margin:0 auto;background-size:100% 100%;width:1008px;height:556px;margin-bottom:162px}.product-warpper .product-fa img[data-v-fed38062]{height:565px;width:auto}.product-warpper .product-fa .product-fai[data-v-fed38062]{position:relative;transition:opacity 1s ease;transition-delay:2s}.product-warpper .product-fa .texx[data-v-fed38062]{position:absolute;left:50%;bottom:33px;width:372px;text-align:left;transform:translate(-50%);height:72px}.product-warpper .product-fa .texx span[data-v-fed38062]{position:absolute;top:0;left:0;opacity:0}.product-warpper .product-fa .texx-true[data-v-fed38062]{transition:opacity 1s ease;opacity:1!important}.product-warpper .transition-image[data-v-fed38062]{transition:transform .5s ease,opacity .5s ease}.product-warpper .transition-image[data-v-fed38062]:hover{transform:scale(1)}.product-warpper .logo[data-v-fed38062]{height:21px!important;width:auto!important;position:absolute;top:-29px;background-color:#fff;padding-right:10px;padding-bottom:10px}.product-warpper .logo5[data-v-fed38062]{height:25px!important;width:auto!important}.product-warpper .logo1[data-v-fed38062]{height:20px!important;width:auto!important}.texx-true[data-v-fed38062]{transition:opacity .5s ease;transition-delay:1s}.page-container[data-v-ad259dcc]{display:flex;flex-direction:column;width:100%;height:100%;min-height:100%}.page-content[data-v-ad259dcc]{flex:1;overflow:scroll}.bottom_line[data-v-ad259dcc]:after{content:"";position:absolute;bottom:0;left:0;height:.02666667rem;width:100%;background-color:#e5e5e5;transform:scaleY(.5)}.right_line[data-v-ad259dcc]:after{content:"";position:absolute;top:0;right:0;width:.02666667rem;height:100%;background-color:#e5e5e5;transform:scaleX(.5)}.ellipsis[data-v-ad259dcc]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:break-all}.mask[data-v-ad259dcc]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:rgba(0,0,0,.54)}button[data-v-ad259dcc]{outline:none}.nodata[data-v-ad259dcc]{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;font-size:.42666667rem;color:#989898}.nodata img[data-v-ad259dcc]{width:4.02666667rem;height:4.02666667rem;margin:3.92rem 0 .56rem}.fc[data-v-ad259dcc]{display:flex;justify-items:center;align-items:center}.fcs[data-v-ad259dcc]{display:flex;flex-direction:column;justify-content:center;align-items:center}.a5l[data-v-ad259dcc]{position:absolute;left:50%;transform:translate(-50%)}.tit span[data-v-ad259dcc]{font-size:24px;font-weight:500;color:#020000}.tit img[data-v-ad259dcc]{width:67px;height:6px}.fu-hong[data-v-ad259dcc]{z-index:1;background:linear-gradient(58deg,#fe3270 3%,#f24845 65%,#ff5b41 106%);color:#fff}.fu-hong .fu-hong-tit[data-v-ad259dcc]{text-align:left;font-size:18px;font-weight:500;padding:11px;padding-top:24px}.fu-hong .fu-hong-con[data-v-ad259dcc]{text-align:left;font-size:12px;font-weight:400;padding:11px;padding-bottom:24px}iframe[data-v-ad259dcc]{width:50vw;height:60vh}.company_news-warpper1[data-v-ad259dcc]{background-color:#fff}.company_news-warpper1 .company_news-banner[data-v-ad259dcc]{overflow:hidden;position:relative;width:100vw;height:812px;background-color:#000}.company_news-warpper1 .company_news-banner img[data-v-ad259dcc]{width:564px;margin:0 auto}.company_news-warpper1 .company_news-bannerfalse[data-v-ad259dcc]{overflow:hidden;width:100vw;height:820px}.company_news-warpper1 .company_news-bannerfalse img[data-v-ad259dcc]{width:564px;margin:0 auto}.company_news-warpper1 .tit span[data-v-ad259dcc]{margin-top:97px}.company_news-warpper1 .tit img[data-v-ad259dcc]{margin-bottom:78px}.company_news-warpper1 .company_news-fa-bd[data-v-ad259dcc]{width:1021px;height:417px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.company_news-warpper1 .company_news-fa-bd .company_news-fa-bd-l[data-v-ad259dcc]{width:465px;height:417px}.company_news-warpper1 .company_news-fa-bd .company_news-fa-bd-r[data-v-ad259dcc]{width:480px;height:402px;overflow-y:auto;position:relative}.company_news-warpper1 .company_news-fa-bd .company_news-fa-bd-r div[data-v-ad259dcc]{text-align:left;font-size:14px;font-weight:400;color:#1a1a1a;font-weight:500;cursor:pointer}.company_news-warpper1 .company_news-fa-bd-rr[data-v-ad259dcc]{background-color:#ff504b;width:1px;height:826px;margin-right:15px;background-position:bottom;left:13px;position:relative}.company_news-warpper1 .company_news-fa-bd-rrs[data-v-ad259dcc]{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding-left:24px}.company_news-warpper1 .company_news-fa-bd-rrtrue[data-v-ad259dcc]{height:924px}.company_news-warpper1 .company_news-fa-bd-r-i[data-v-ad259dcc]{position:relative;max-width:440px}.company_news-warpper1 .company_news-fa-bd-r-i span[data-v-ad259dcc]{left:-38px;position:absolute;border-radius:50%;background-color:#ff504b;width:24px;height:24px}.company_news-warpper1 .company_news-fa-bd-r-i p[data-v-ad259dcc]{min-height:57px;padding-top:2px}.company_news-warpper1 .company_news-fa-bd-r-iy p[data-v-ad259dcc]{min-height:64px;padding-top:2px}.company_news-warpper1 .company_news-zu[data-v-ad259dcc]{width:972px;height:305px;margin:0 auto;margin-bottom:128px;cursor:pointer;min-width:65vw;justify-content:space-between;display:flex;align-items:center}.company_news-warpper1 .company_news-zu-i[data-v-ad259dcc]{width:243px;height:305px;position:relative}.company_news-warpper1 .company_news-zu-i1[data-v-ad259dcc]{width:243px;height:306px;background:url(//img.miliantech.com/webview/src/img/group/company_news-zu-bd1.png) no-repeat!important;background-size:100% auto!important}.company_news-warpper1 .company_news-zu-i2[data-v-ad259dcc]{width:243px;height:306px;background:url(//img.miliantech.com/webview/src/img/group/company_news-zu-bd2.png) no-repeat!important;background-size:100% auto!important}.company_news-warpper1 .company_news-zu-i3[data-v-ad259dcc]{width:243px;height:306px;background:url(//img.miliantech.com/webview/src/img/group/company_news-zu-bd3.png) no-repeat!important;background-size:100% auto!important}.company_news-warpper1 .company_news-zu-i4[data-v-ad259dcc]{width:243px;height:306px;background:url(//img.miliantech.com/webview/src/img/group/company_news-zu-bd4.png) no-repeat!important;background-size:100% auto!important}.company_news-warpper1 .company_news-zu-i1[data-v-ad259dcc]{background:url(//img.miliantech.com/webview/src/img/group/index-zu-i1.png) no-repeat;background-size:100% 100%}.company_news-warpper1 .company_news-zu-i2[data-v-ad259dcc]{background:url(//img.miliantech.com/webview/src/img/group/index-zu-i2.png) no-repeat;background-size:100% 100%}.company_news-warpper1 .company_news-zu-i3[data-v-ad259dcc]{background:url(//img.miliantech.com/webview/src/img/group/index-zu-i3.png) no-repeat;background-size:100% 100%}.company_news-warpper1 .company_news-zu-i4[data-v-ad259dcc]{background:url(//img.miliantech.com/webview/src/img/group/index-zu-i4.png) no-repeat;background-size:100% 100%}.company_news-warpper1 .company_news-zu-it[data-v-ad259dcc]{position:absolute;bottom:15px;left:0;z-index:1;width:232px;text-align:center;margin:0 auto}.company_news-warpper1 .company_news-zu-it p[data-v-ad259dcc]{font-size:24px;font-weight:400;width:240px;height:66px;display:flex;justify-content:center;align-items:center;top:-52px}.company_news-warpper1 .video-player[data-v-ad259dcc]{position:relative;top:0;width:1440px;height:auto;margin:0 auto}.social-responsibility{background:#f7f8f9;text-align:left}.social-responsibility .scroll-tabs__bar{padding:0 calc(var(--page-width)/1920*217)!important;gap:0!important;justify-content:space-between!important}.social-responsibility .c_page_top{width:100%;overflow:hidden;height:calc(var(--page-width)/1920*900)}.social-responsibility .c_page_top .top_img_view_detail{height:100%;background-position:50%;background-size:cover;background-repeat:no-repeat;position:relative;display:flex;align-items:flex-end;justify-content:center}.social-responsibility .c_page_top .top_img_view_detail:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,5%,.3);z-index:1}.social-responsibility .c_page_top .banner_quote{position:relative;z-index:2;max-width:calc(var(--page-width)/1920*1300);margin-bottom:calc(var(--page-width)/1920*80)}.social-responsibility .c_page_top .banner_quote .quote_text{font-size:calc(var(--page-width)/1920*35);font-weight:500;color:#fff;line-height:calc(var(--page-width)/1920*50);margin-bottom:calc(var(--page-width)/1920*34)}.social-responsibility .c_page_top .banner_quote .quote_author{display:block;font-size:calc(var(--page-width)/1920*35);font-weight:500;color:#fff;text-align:right}.social-responsibility .section_block{position:relative;padding:calc(var(--page-width)/1920*80) 0 calc(var(--page-width)/1920*120)}.social-responsibility .section_block .bubble_left,.social-responsibility .section_block .bubble_right{position:absolute;height:auto;pointer-events:none;z-index:0}.social-responsibility .section_block .bubble_left{left:0;top:calc(var(--page-width)/1920*-100);width:calc(var(--page-width)/1920*534);opacity:.7}.social-responsibility .section_block .bubble_right{right:0;top:0;width:calc(var(--page-width)/1920*540)}.social-responsibility .section_inner{position:relative;z-index:2;padding:0 calc(var(--page-width)/1920*200)}.social-responsibility .section_header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:calc(var(--page-width)/1920*51)}.social-responsibility .section_title{display:block;font-size:calc(var(--page-width)/1920*52);font-weight:500;color:#010101;line-height:1}.social-responsibility .section_link{font-size:calc(var(--page-width)/1920*24);font-weight:500;color:#2f2f2f;cursor:pointer;white-space:nowrap}.social-responsibility .section_link:hover{color:#ff7131}.social-responsibility .section_desc{font-size:calc(var(--page-width)/1920*25);color:#2f2f2f;line-height:calc(var(--page-width)/1920*40);margin-top:calc(var(--page-width)/1920*72);max-width:calc(var(--page-width)/1920*1502)}.social-responsibility .view_more_btn{display:inline-block;font-size:calc(var(--page-width)/1920*24);font-weight:500;color:#2f2f2f;border:1px solid #ababab;border-radius:calc(var(--page-width)/1920*8);padding:calc(var(--page-width)/1920*10) calc(var(--page-width)/1920*20);margin-top:calc(var(--page-width)/1920*30);cursor:pointer}.social-responsibility .view_more_btn:hover{color:#ff7131;border-color:#ff7131}.social-responsibility .marquee_box{position:relative;z-index:2;width:100%;overflow:hidden}.social-responsibility .marquee_box .marquee_track{display:flex;gap:calc(var(--page-width)/1920*27);animation:sr-marquee-scroll 40s linear infinite;width:-moz-max-content;width:max-content}@keyframes sr-marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.social-responsibility .marquee_card{width:calc(var(--page-width)/1920*419);flex-shrink:0;cursor:pointer;background:#fff;border-radius:calc(var(--page-width)/1920*4);overflow:hidden;transition:box-shadow .3s}.social-responsibility .marquee_card:hover{box-shadow:0 calc(var(--page-width)/1920*4) calc(var(--page-width)/1920*20) rgba(0,0,0,.1)}.social-responsibility .marquee_card .card_cover{width:100%;height:calc(var(--page-width)/1920*259);background:#c8c8c8;overflow:hidden}.social-responsibility .marquee_card .card_cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.social-responsibility .marquee_card .card_info{padding:calc(var(--page-width)/1920*25) calc(var(--page-width)/1920*20) calc(var(--page-width)/1920*30)}.social-responsibility .marquee_card .card_title{font-size:calc(var(--page-width)/1920*25);color:#2f2f2f;line-height:calc(var(--page-width)/1920*36);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:calc(var(--page-width)/1920*20)}.social-responsibility .marquee_card .card_date{display:block;font-size:calc(var(--page-width)/1920*22);color:#2f2f2f;opacity:.5}.social-responsibility .welfare_block .section_title{margin-bottom:calc(var(--page-width)/1920*50)}.social-responsibility .welfare_block .section_desc{margin-top:0;margin-bottom:calc(var(--page-width)/1920*86)}.social-responsibility .welfare_grid{display:grid;grid-template-columns:1fr 1fr;gap:calc(var(--page-width)/1920*32) calc(var(--page-width)/1920*58)}.social-responsibility .welfare_card{height:calc(var(--page-width)/1920*327);border-radius:calc(var(--page-width)/1920*8);overflow:hidden;position:relative;background-size:cover;background-position:50%;cursor:pointer}.social-responsibility .welfare_card .welfare_overlay{position:absolute;left:calc(var(--page-width)/1920*75);right:calc(var(--page-width)/1920*75);top:calc(var(--page-width)/1920*50);bottom:calc(var(--page-width)/1920*50);background:rgba(0,0,0,.45);display:flex;flex-direction:column;justify-content:center;padding:0 calc(var(--page-width)/1920*40);border-radius:calc(var(--page-width)/1920*4);transition:background .3s}.social-responsibility .welfare_card:hover .welfare_overlay{background:rgba(0,0,0,.6)}.social-responsibility .welfare_card .welfare_title{font-size:calc(var(--page-width)/1920*46);font-weight:500;color:#fff;line-height:1;margin-bottom:calc(var(--page-width)/1920*15)}.social-responsibility .welfare_card .welfare_desc{font-size:calc(var(--page-width)/1920*25);font-weight:500;color:hsla(0,0%,100%,.85);line-height:1}.scroll-tabs .scroll-tabs__bar,.scroll-tabs .scroll-tabs__wrapper{height:calc(var(--page-width)/1920*62)}.scroll-tabs .scroll-tabs__bar{background:#e9e9e9;box-sizing:border-box;padding:0 calc(var(--page-width)/1920*197);display:flex;justify-content:flex-start;align-items:center;gap:calc(var(--page-width)/1920*215)}.scroll-tabs .scroll-tabs__bar.is-fixed{position:fixed;top:75px;left:0;right:0;width:100%;z-index:999}.scroll-tabs .scroll-tabs__item{font-size:calc(var(--page-width)/1920*20);white-space:nowrap;color:#202020;opacity:.5}.scroll-tabs .scroll-tabs__item.active{font-weight:700;opacity:1}.scroll-tabs .scroll-tabs__item>span:hover{cursor:pointer}.sr-detail{background:#f7f8f9;text-align:left;min-height:100vh;padding-top:75px}.sr-detail .breadcrumb{padding:calc(var(--page-width)/1920*30) calc(var(--page-width)/1920*200);font-size:calc(var(--page-width)/1920*22);color:rgba(47,47,47,.6)}.sr-detail .breadcrumb .breadcrumb_link{cursor:pointer}.sr-detail .breadcrumb .breadcrumb_link:hover{color:#ff7131}.sr-detail .breadcrumb .breadcrumb_sep{margin:0 calc(var(--page-width)/1920*8)}.sr-detail .breadcrumb .breadcrumb_current{color:#2f2f2f}.sr-detail .detail_body{display:flex;padding:0 calc(var(--page-width)/1920*200);padding-bottom:calc(var(--page-width)/1920*120);gap:calc(var(--page-width)/1920*60);min-height:calc(var(--page-width)/1920*800)}.sr-detail .side_menu{width:calc(var(--page-width)/1920*280);flex-shrink:0}.sr-detail .menu_item{border-bottom:1px solid rgba(0,0,0,.06)}.sr-detail .menu_label{display:flex;align-items:center;justify-content:space-between;padding:calc(var(--page-width)/1920*20) calc(var(--page-width)/1920*16);font-size:calc(var(--page-width)/1920*24);color:#2f2f2f;cursor:pointer;transition:color .2s}.sr-detail .menu_label:hover{color:#ff7131}.sr-detail .menu_label.active{color:#ff7131;font-weight:600}.sr-detail .menu_label .menu_arrow{font-size:calc(var(--page-width)/1920*18);transition:transform .3s}.sr-detail .menu_label .menu_arrow.expanded{transform:rotate(180deg)}.sr-detail .sub_menu{overflow:hidden;transition:max-height .3s ease}.sr-detail .sub_menu_item{padding:calc(var(--page-width)/1920*14) calc(var(--page-width)/1920*16) calc(var(--page-width)/1920*14) calc(var(--page-width)/1920*40);font-size:calc(var(--page-width)/1920*22);color:rgba(47,47,47,.7);cursor:pointer;transition:color .2s}.sr-detail .sub_menu_item:hover{color:#ff7131}.sr-detail .sub_menu_item.active{color:#ff7131;font-weight:500}.sr-detail .content_area{flex:1;min-width:0}.sr-detail .content_title{font-size:calc(var(--page-width)/1920*42);font-weight:500;color:#010101;line-height:1.3;margin-bottom:calc(var(--page-width)/1920*50)}.sr-detail .news_list{display:flex;flex-direction:column;gap:calc(var(--page-width)/1920*30)}.sr-detail .news_card{display:flex;gap:calc(var(--page-width)/1920*24);background:#fff;border-radius:calc(var(--page-width)/1920*8);overflow:hidden;cursor:pointer;transition:box-shadow .3s;padding:calc(var(--page-width)/1920*24)}.sr-detail .news_card:hover{box-shadow:0 calc(var(--page-width)/1920*4) calc(var(--page-width)/1920*20) rgba(0,0,0,.08)}.sr-detail .news_card .news_cover{width:calc(var(--page-width)/1920*260);height:calc(var(--page-width)/1920*160);flex-shrink:0;border-radius:calc(var(--page-width)/1920*4);overflow:hidden;background:hsla(0,0%,78%,.3)}.sr-detail .news_card .news_cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sr-detail .news_card .news_info{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.sr-detail .news_card .news_title{font-size:calc(var(--page-width)/1920*25);color:#2f2f2f;line-height:calc(var(--page-width)/1920*36);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:calc(var(--page-width)/1920*16)}.sr-detail .news_card .news_date{font-size:calc(var(--page-width)/1920*22);color:rgba(47,47,47,.5)}.sr-detail .news_card.no_cover .news_info{width:100%}.investor-relation{background:#f7f8f9}.investor-relation .c_page_top{height:calc(var(--page-width)/1920*900)}.investor-relation .c_page_top .top_img_view_detail{height:100%;background-position:50%;background-size:cover;background-repeat:no-repeat}.investor-relation .tab_wrapper{height:calc(var(--page-width)/1920*62)}.investor-relation .tab_wrapper .list_box{height:calc(var(--page-width)/1920*62);background:#e9e9e9;box-sizing:border-box;padding:0 calc(var(--page-width)/1920*200);display:flex;justify-content:center;align-items:center;gap:calc(var(--page-width)/1920*155)}.investor-relation .tab_wrapper .list_box.is_fixed{position:fixed;top:75px;left:0;right:0;width:100%;z-index:99}.investor-relation .tab_wrapper .list_box .box_item{color:#ababab;font-size:calc(var(--page-width)/1920*20);white-space:nowrap}.investor-relation .tab_wrapper .list_box .box_item.active{color:#202020;font-weight:700}.investor-relation .tab_wrapper .list_box .box_item>span:hover{cursor:pointer}.investor-relation .about_company{color:#000;text-align:left;margin-bottom:calc(var(--page-width)/1920*68);box-sizing:border-box;padding:0 calc(var(--page-width)/1920*207);position:relative}.investor-relation .about_company .side_bubble_bg{position:absolute;left:0;top:calc(var(--page-width)/1920*-62);width:calc(var(--page-width)/1920*534);height:auto}.investor-relation .about_company .common_title{font-size:calc(var(--page-width)/1920*52);padding:calc(var(--page-width)/1920*115) 0 calc(var(--page-width)/1920*66);position:relative;z-index:2}.investor-relation .about_company .milian_desc{color:#2f2f2f;position:relative;z-index:2}.investor-relation .about_company .milian_desc>p{font-size:calc(var(--page-width)/1920*25);line-height:calc(var(--page-width)/1920*56)}.investor-relation .financial_report{color:#000;margin-bottom:calc(var(--page-width)/1920*68);box-sizing:border-box;padding:0 calc(var(--page-width)/1920*207);position:relative}.investor-relation .financial_report .side_bubble_bg{position:absolute;right:0;top:calc(var(--page-width)/1920*22);width:calc(var(--page-width)/1920*540);height:auto}.investor-relation .financial_report .common_top{display:flex;justify-content:space-between;align-items:center;padding:calc(var(--page-width)/1920*115) 0 calc(var(--page-width)/1920*66);position:relative;z-index:2}.investor-relation .financial_report .common_top .top_left{font-size:calc(var(--page-width)/1920*52)}.investor-relation .financial_report .common_top .top_right{font-size:calc(var(--page-width)/1920*24);color:#5c5c5c;height:calc(var(--page-width)/1920*48);min-width:calc(var(--page-width)/1920*136);box-sizing:border-box;padding:0 calc(var(--page-width)/1920*14);display:flex;align-items:center;justify-content:center;border:1px solid #ababab;border-radius:calc(var(--page-width)/1920*8);cursor:pointer}.investor-relation .financial_report .common_top .top_right:hover{border-color:#ff7131;color:#ff7131}.investor-relation .financial_report .report_box{display:flex;justify-content:center;align-items:center;gap:calc(var(--page-width)/1920*20)}.investor-relation .financial_report .report_box .swiper-next,.investor-relation .financial_report .report_box .swiper-prev{width:calc(var(--page-width)/1920*40);height:calc(var(--page-width)/1920*40);background:#000;border-radius:50%;cursor:pointer}.investor-relation .financial_report .report_box .swiper-box{width:calc(var(--page-width)/1920*568);height:calc(var(--page-width)/1920*320);overflow:hidden;flex-shrink:0;position:relative}.investor-relation .financial_report .report_box .swiper-name{position:absolute;bottom:calc(var(--page-width)/1920*-40);font-size:calc(var(--page-width)/1920*20);color:#2f2f2f;opacity:.5}.investor-relation .financial_report .report_box .swiper-slide,.investor-relation .financial_report .report_box .swiper-wrapper{width:100%;height:100%}.investor-relation .financial_report .report_box .swiper-slide:hover{cursor:pointer}.investor-relation .financial_report .report_box .swiper-slide>img{width:100%;height:auto;max-height:100%;-o-object-fit:contain;object-fit:contain}.investor-relation .notice_circular{color:#2f2f2f;text-align:left;margin-bottom:calc(var(--page-width)/1920*68);box-sizing:border-box;padding:0 calc(var(--page-width)/1920*207)}.investor-relation .notice_circular .common_title{color:#000;font-size:calc(var(--page-width)/1920*52);padding:calc(var(--page-width)/1920*115) 0 calc(var(--page-width)/1920*63)}.investor-relation .notice_circular .year_tips{font-size:calc(var(--page-width)/1920*24);padding-bottom:calc(var(--page-width)/1920*38)}.investor-relation .notice_circular .search_box{display:flex;align-items:center;margin-bottom:calc(var(--page-width)/1920*55)}.investor-relation .notice_circular .search_box .box_date{padding-left:calc(var(--page-width)/1920*42);display:flex;align-items:center}.investor-relation .notice_circular .search_box .box_date span{font-size:calc(var(--page-width)/1920*13);color:#2f2f2f;padding:0 calc(var(--page-width)/1920*10)}.investor-relation .notice_circular .search_box .box_date .date_input{padding:0 calc(var(--page-width)/1920*10)}.investor-relation .notice_circular .search_box .box_btn{height:calc(var(--page-width)/1920*50);min-width:calc(var(--page-width)/1920*129);box-sizing:border-box;padding:0 calc(var(--page-width)/1920*40);font-size:calc(var(--page-width)/1920*24);color:#fff;border-radius:calc(var(--page-width)/1920*14);cursor:pointer;background:linear-gradient(90deg,#fed458,#ff7131);margin:0 calc(var(--page-width)/1920*38);line-height:calc(var(--page-width)/1920*50);text-align:center}.investor-relation .notice_circular .type_box{position:relative;padding-bottom:calc(var(--page-width)/1920*11);display:flex}.investor-relation .notice_circular .type_box:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%;height:calc(var(--page-width)/1920*1);background:#ababab}.investor-relation .notice_circular .type_box .box_item{width:calc(var(--page-width)/1920*110);font-size:calc(var(--page-width)/1920*24);text-align:center}.investor-relation .notice_circular .type_box .box_item:hover{cursor:pointer}.investor-relation .notice_circular .type_box .box_item.active{background:linear-gradient(90deg,#fed458,#ff7131);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.investor-relation .notice_circular .pdf_list{color:#2f2f2f}.investor-relation .notice_circular .pdf_list .list_item{height:calc(var(--page-width)/1920*140);border-radius:calc(var(--page-width)/1920*10);background:#fff;box-shadow:calc(var(--page-width)/1920*8) 0 calc(var(--page-width)/1920*32) 0 rgba(6,1,2,.04);margin-top:calc(var(--page-width)/1920*30);display:flex;align-items:center;box-sizing:border-box;padding:0 calc(var(--page-width)/1920*30);position:relative}.investor-relation .notice_circular .pdf_list .list_item:hover{cursor:pointer}.investor-relation .notice_circular .pdf_list .list_item .item_left .left_title{font-size:calc(var(--page-width)/1920*24)}.investor-relation .notice_circular .pdf_list .list_item .item_left .left_date{font-size:calc(var(--page-width)/1920*20);color:rgba(47,47,47,.5);padding-top:calc(var(--page-width)/1920*20)}.investor-relation .notice_circular .pdf_list .list_item .item_right{width:calc(var(--page-width)/1920*52);height:auto;position:absolute;right:calc(var(--page-width)/1920*100);top:50%;transform:translateY(-50%)}.investor-relation .board_of_directors,.investor-relation .management_team{color:#000;margin-bottom:calc(var(--page-width)/1920*68);box-sizing:border-box;padding:0 calc(var(--page-width)/1920*207);text-align:left;position:relative}.investor-relation .board_of_directors .side_bubble_bg,.investor-relation .management_team .side_bubble_bg{position:absolute;left:0;top:calc(var(--page-width)/1920*57);width:calc(var(--page-width)/1920*540);height:auto}.investor-relation .board_of_directors .common_title,.investor-relation .management_team .common_title{font-size:calc(var(--page-width)/1920*52);padding:calc(var(--page-width)/1920*115) 0 calc(var(--page-width)/1920*49);position:relative;z-index:2}.investor-relation .board_of_directors .board_list,.investor-relation .board_of_directors .team_list,.investor-relation .management_team .board_list,.investor-relation .management_team .team_list{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:calc(var(--page-width)/1920*20)}.investor-relation .board_of_directors .board_list .list_item,.investor-relation .board_of_directors .team_list .list_item,.investor-relation .management_team .board_list .list_item,.investor-relation .management_team .team_list .list_item{width:100%;height:calc(var(--page-width)/1920*147);border-radius:calc(var(--page-width)/1920*14);background:#fff;color:#2f2f2f;box-sizing:border-box;padding-left:calc(var(--page-width)/1920*56);display:flex;flex-direction:column;justify-content:center}.investor-relation .board_of_directors .board_list .list_item .item_name,.investor-relation .board_of_directors .team_list .list_item .item_name,.investor-relation .management_team .board_list .list_item .item_name,.investor-relation .management_team .team_list .list_item .item_name{font-size:calc(var(--page-width)/1920*32)}.investor-relation .board_of_directors .board_list .list_item .item_post,.investor-relation .board_of_directors .team_list .list_item .item_post,.investor-relation .management_team .board_list .list_item .item_post,.investor-relation .management_team .team_list .list_item .item_post{font-size:calc(var(--page-width)/1920*24);padding-top:calc(var(--page-width)/1920*12);opacity:.8}.investor-relation .board_of_directors .common_title{padding:calc(var(--page-width)/1920*10) 0 calc(var(--page-width)/1920*38)}.investor-relation .esg_report{color:#2f2f2f;text-align:left;margin-bottom:calc(var(--page-width)/1920*68);box-sizing:border-box;padding:0 calc(var(--page-width)/1920*207)}.investor-relation .esg_report .common_top{color:#000;font-size:calc(var(--page-width)/1920*52);padding:calc(var(--page-width)/1920*115) 0 calc(var(--page-width)/1920*42);display:flex;justify-content:space-between;align-items:center}.investor-relation .esg_report .common_top .top_right{font-size:calc(var(--page-width)/1920*24);color:#5c5c5c;height:calc(var(--page-width)/1920*48);min-width:calc(var(--page-width)/1920*136);box-sizing:border-box;padding:0 calc(var(--page-width)/1920*14);display:flex;align-items:center;justify-content:center;border:1px solid #ababab;border-radius:calc(var(--page-width)/1920*8);cursor:pointer;bottom:calc(var(--page-width)/1920*16);right:calc(var(--page-width)/1920*104)}.investor-relation .esg_report .common_top .top_right:hover{border-color:#ff7131;color:#ff7131}.investor-relation .esg_report .btn_year{width:calc(var(--page-width)/1920*129);height:calc(var(--page-width)/1920*49);border-radius:calc(var(--page-width)/1920*14);color:#fff;font-size:calc(var(--page-width)/1920*26);text-align:center;line-height:calc(var(--page-width)/1920*49);background:linear-gradient(90deg,#fed458,#ff7131)}.investor-relation .esg_report .pdf_item{height:calc(var(--page-width)/1920*140);border-radius:calc(var(--page-width)/1920*10);background:#fff;box-shadow:calc(var(--page-width)/1920*8) 0 calc(var(--page-width)/1920*32) 0 rgba(6,1,2,.04);margin-top:calc(var(--page-width)/1920*30);display:flex;align-items:center;box-sizing:border-box;padding:0 calc(var(--page-width)/1920*30);position:relative}.investor-relation .esg_report .pdf_item:hover{cursor:pointer}.investor-relation .esg_report .pdf_item .item_left{color:#2f2f2f;font-size:calc(var(--page-width)/1920*24)}.investor-relation .esg_report .pdf_item .item_right{width:calc(var(--page-width)/1920*52);height:auto;position:absolute;right:calc(var(--page-width)/1920*100);top:50%;transform:translateY(-50%)}.investor-relation .investor_contact{color:#2f2f2f;text-align:left;margin-bottom:calc(var(--page-width)/1920*68);box-sizing:border-box;padding:0 calc(var(--page-width)/1920*207);position:relative}.investor-relation .investor_contact .side_bubble_bg{position:absolute;right:0;top:calc(var(--page-width)/1920*-12);width:calc(var(--page-width)/1920*556);height:auto}.investor-relation .investor_contact .common_title{color:#000;font-size:calc(var(--page-width)/1920*52);padding:calc(var(--page-width)/1920*115) 0 calc(var(--page-width)/1920*53)}.investor-relation .investor_contact .contact_list{display:flex;flex-wrap:wrap;gap:calc(var(--page-width)/1920*20);position:relative;z-index:2}.investor-relation .investor_contact .contact_list .list_item{flex:1;flex-shrink:0;height:calc(var(--page-width)/1920*140);border-radius:calc(var(--page-width)/1920*10);background:#fff;box-sizing:border-box;padding:0 calc(var(--page-width)/1920*20);display:flex;align-items:center}.investor-relation .investor_contact .contact_list .list_item .item_icon{width:calc(var(--page-width)/1920*94);height:calc(var(--page-width)/1920*94)}.investor-relation .investor_contact .contact_list .list_item .item_info{padding-left:calc(var(--page-width)/1920*30);font-size:calc(var(--page-width)/1920*24);opacity:.8}.investor-relation .investor_contact .contact_list .list_item .item_info .info_email{padding-bottom:calc(var(--page-width)/1920*10)}.investor-relation .email_subscription{color:#2f2f2f;text-align:left;box-sizing:border-box;padding:0 calc(var(--page-width)/1920*207) calc(var(--page-width)/1920*194);position:relative}.investor-relation .email_subscription .side_bubble_bg{position:absolute;left:0;top:calc(var(--page-width)/1920*560);width:calc(var(--page-width)/1920*564);height:auto}.investor-relation .email_subscription .common_title{color:#000;font-size:calc(var(--page-width)/1920*52);padding:calc(var(--page-width)/1920*115) 0 calc(var(--page-width)/1920*53)}.investor-relation .email_subscription .subscription_content{box-sizing:border-box;padding:0 calc(var(--page-width)/1920*108);font-size:calc(var(--page-width)/1920*24)}.investor-relation .email_subscription .subscription_content .tips_text{padding-bottom:calc(var(--page-width)/1920*39)}.investor-relation .email_subscription .subscription_content .select_box{padding-bottom:calc(var(--page-width)/1920*45)}.investor-relation .email_subscription .subscription_content .select_box .options_item{display:flex;align-items:center;margin-bottom:calc(var(--page-width)/1920*15)}.investor-relation .email_subscription .subscription_content .select_box .options_item .item_frame{height:calc(var(--page-width)/1920*24);width:calc(var(--page-width)/1920*24);border-radius:calc(var(--page-width)/1920*7);box-sizing:border-box;border:calc(var(--page-width)/1920*1) solid #5d5d5d}.investor-relation .email_subscription .subscription_content .select_box .options_item .item_frame.active{background:linear-gradient(90deg,#fed458,#ff7131);border:none}.investor-relation .email_subscription .subscription_content .select_box .options_item .item_frame:hover{cursor:pointer}.investor-relation .email_subscription .subscription_content .select_box .options_item .item_text{padding-left:calc(var(--page-width)/1920*6)}.investor-relation .email_subscription .subscription_content .info_box{display:grid;grid-template-columns:repeat(2,1fr);gap:calc(var(--page-width)/1920*46) calc(var(--page-width)/1920*100)}.investor-relation .email_subscription .subscription_content .info_box .box_item .top_label{font-size:calc(var(--page-width)/1920*24);margin-bottom:calc(var(--page-width)/1920*18);position:relative;display:inline-block}.investor-relation .email_subscription .subscription_content .info_box .box_item .top_label.label_required:after{content:"*";display:inline-block;color:#ff7131;position:absolute;right:0;top:0;transform:translateX(100%)}.investor-relation .email_subscription .subscription_content .submit_btn{margin-top:calc(var(--page-width)/1920*33);width:calc(var(--page-width)/1920*129);height:calc(var(--page-width)/1920*49);border-radius:calc(var(--page-width)/1920*14);font-size:calc(var(--page-width)/1920*24);color:#fff;text-align:center;line-height:calc(var(--page-width)/1920*49);background:linear-gradient(90deg,#fed458,#ff7131);cursor:pointer}[data-v-73ca1ecc]:root{--page-width:1024px}[data-v-73ca1ecc]{margin:0;padding:0}.cus_input[data-v-73ca1ecc]{height:calc(var(--height)*var(--page-width)/1920);width:calc(var(--width)*var(--page-width)/1920);border:calc(var(--page-width)/1920*1) solid #ababab;border-radius:calc(var(--page-width)/1920*10);box-sizing:border-box;padding:0 calc(var(--page-width)/1920*10);font-size:calc(var(--page-width)/1920*24);outline:none;background:transparent}.cus_input input[data-v-73ca1ecc]{border:none;height:100%;width:100%;font-size:calc(var(--page-width)/1920*20);color:#000;background:transparent}.cus_input input[data-v-73ca1ecc]::-moz-placeholder{color:#ababab}.cus_input input[data-v-73ca1ecc]::placeholder{color:#ababab}[data-v-78f20ed8]:root{--page-width:1024px}[data-v-78f20ed8]{margin:0;padding:0}.cus_select[data-v-78f20ed8]{position:relative;height:calc(var(--height)*var(--page-width)/1920);width:calc(var(--width)*var(--page-width)/1920);border:calc(var(--page-width)/1920*1) solid #ababab;border-radius:calc(var(--page-width)/1920*10);box-sizing:border-box;padding:0 calc(var(--page-width)/1920*10);font-size:calc(var(--page-width)/1920*24);background:transparent}.cus_select .select_trigger[data-v-78f20ed8]{height:100%;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.cus_select .select_trigger .trigger_text[data-v-78f20ed8]{flex:1;font-size:calc(var(--page-width)/1920*20);color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cus_select .select_trigger .trigger_text.placeholder[data-v-78f20ed8]{color:#ababab}.cus_select .select_trigger .trigger_arrow[data-v-78f20ed8]{font-size:calc(var(--page-width)/1920*12);color:#ababab;margin-left:calc(var(--page-width)/1920*8);transition:transform .2s}.cus_select .select_trigger .trigger_arrow.open[data-v-78f20ed8]{transform:rotate(180deg)}.cus_select .dropdown_panel[data-v-78f20ed8]{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:calc(var(--page-width)/1920*240);overflow-y:auto;background:#fff;border:calc(var(--page-width)/1920*1) solid #ababab;border-radius:calc(var(--page-width)/1920*10);box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:1000}.cus_select .dropdown_panel .dropdown_item[data-v-78f20ed8]{padding:0 calc(var(--page-width)/1920*10);line-height:calc(var(--page-width)/1920*44);font-size:calc(var(--page-width)/1920*20);color:#000;cursor:pointer}.cus_select .dropdown_panel .dropdown_item[data-v-78f20ed8]:hover{background:#f5f5f5}.cus_select .dropdown_panel .dropdown_item.active[data-v-78f20ed8]{color:#ff7131}.dropdown-enter-active[data-v-78f20ed8],.dropdown-leave-active[data-v-78f20ed8]{transition:opacity .15s}.dropdown-enter[data-v-78f20ed8],.dropdown-leave-to[data-v-78f20ed8]{opacity:0}.corporate-dynamics{background:#f7f8f9;text-align:left}.corporate-dynamics .c_page_top{width:100%;overflow-x:hidden;height:calc(var(--page-width)/1920*900)}.corporate-dynamics .c_page_top .top_img_view_detail{height:100%;background-position:50%;background-size:cover;background-repeat:no-repeat;position:relative}.corporate-dynamics .c_page_top .top_img_view_detail:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,5%,.4);z-index:1}.corporate-dynamics .c_page_top .top_img_view_detail .top_content{position:absolute;left:calc(var(--page-width)/1920*303);top:50%;transform:translateY(-50%);z-index:2;display:flex}.corporate-dynamics .c_page_top .top_img_view_detail .top_content .gradient_line{width:calc(var(--page-width)/1920*11);height:calc(var(--page-width)/1920*179);-o-object-fit:fill;object-fit:fill;flex-shrink:0;margin-right:calc(var(--page-width)/1920*22)}.corporate-dynamics .c_page_top .top_img_view_detail .top_content .top_text{display:flex;flex-direction:column;justify-content:center}.corporate-dynamics .c_page_top .top_img_view_detail .top_content .top_title{font-size:calc(var(--page-width)/1920*106);color:#fff;font-weight:700;line-height:calc(var(--page-width)/1920*92)}.corporate-dynamics .c_page_top .top_img_view_detail .top_content .top_subtitle{font-size:calc(var(--page-width)/1920*50);color:#fff;line-height:calc(var(--page-width)/1920*51);margin-top:calc(var(--page-width)/1920*29)}.corporate-dynamics .recent_news{position:relative}.corporate-dynamics .recent_news .bubble_left_top{position:absolute;left:0;top:calc(var(--page-width)/1920*-200);width:calc(var(--page-width)/1920*534);height:auto;opacity:.7;pointer-events:none}.corporate-dynamics .recent_news .side_bubble_bg{position:absolute;width:calc(var(--page-width)/1920*443);height:auto;pointer-events:none}.corporate-dynamics .recent_news .side_bubble_bg.right_bubble{right:0;top:calc(var(--page-width)/1920*100)}.corporate-dynamics .recent_news .section_header{display:flex;align-items:center;padding-top:calc(var(--page-width)/1920*55);padding-bottom:calc(var(--page-width)/1920*43);padding-left:calc(var(--page-width)/1920*204);position:relative;z-index:2}.corporate-dynamics .recent_news .section_header .header_icon{width:calc(var(--page-width)/1920*93);height:calc(var(--page-width)/1920*67);-o-object-fit:contain;object-fit:contain;margin-right:calc(var(--page-width)/1920*22);flex-shrink:0}.corporate-dynamics .recent_news .section_header .header_title{font-size:calc(var(--page-width)/1920*52);color:#010101;line-height:calc(var(--page-width)/1920*103)}.corporate-dynamics .recent_news .section_desc{position:relative;z-index:2;padding:0 calc(var(--page-width)/1920*204);padding-bottom:calc(var(--page-width)/1920*63)}.corporate-dynamics .recent_news .section_desc>p{font-size:calc(var(--page-width)/1920*25);font-weight:500;line-height:calc(var(--page-width)/1920*56);color:#2f2f2f;max-width:calc(var(--page-width)/1920*1506)}.corporate-dynamics .recent_news .news_marquee_box{position:relative;z-index:2;width:100%;overflow:hidden}.corporate-dynamics .recent_news .news_marquee_box .marquee_track{display:flex;gap:calc(var(--page-width)/1920*27);animation:marquee-scroll 30s linear infinite;width:-moz-max-content;width:max-content}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.corporate-dynamics .recent_news .news_marquee_box .card_slide{width:calc(var(--page-width)/1920*568);flex-shrink:0;cursor:pointer}.corporate-dynamics .recent_news .news_marquee_box .card_item{background:#fff;overflow:hidden;height:calc(var(--page-width)/1920*655);transition:box-shadow .3s}.corporate-dynamics .recent_news .news_marquee_box .card_item:hover{box-shadow:0 calc(var(--page-width)/1920*8) calc(var(--page-width)/1920*32) rgba(0,0,0,.08)}.corporate-dynamics .recent_news .news_marquee_box .card_item .card_cover{width:100%;height:calc(var(--page-width)/1920*347);overflow:hidden;background:#ffcd00}.corporate-dynamics .recent_news .news_marquee_box .card_item .card_cover>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.corporate-dynamics .recent_news .news_marquee_box .card_item .card_info{box-sizing:border-box;padding:calc(var(--page-width)/1920*28) calc(var(--page-width)/1920*36) calc(var(--page-width)/1920*50) calc(var(--page-width)/1920*36)}.corporate-dynamics .recent_news .news_marquee_box .card_item .card_info .info_top{display:flex;align-items:center;margin-bottom:calc(var(--page-width)/1920*46)}.corporate-dynamics .recent_news .news_marquee_box .card_item .card_info .info_top .info_icon{width:calc(var(--page-width)/1920*50);height:calc(var(--page-width)/1920*38);-o-object-fit:contain;object-fit:contain;margin-right:calc(var(--page-width)/1920*11);flex-shrink:0}.corporate-dynamics .recent_news .news_marquee_box .card_item .card_info .info_top .info_category{font-size:calc(var(--page-width)/1920*25);color:#010101;line-height:calc(var(--page-width)/1920*51);margin-right:calc(var(--page-width)/1920*17)}.corporate-dynamics .recent_news .news_marquee_box .card_item .card_info .info_top .info_date{font-size:calc(var(--page-width)/1920*22);color:#2f2f2f;opacity:.6;line-height:calc(var(--page-width)/1920*42)}.corporate-dynamics .recent_news .news_marquee_box .card_item .card_info .info_title{font-size:calc(var(--page-width)/1920*25);font-weight:500;color:#070707;line-height:calc(var(--page-width)/1920*42);margin-bottom:calc(var(--page-width)/1920*14);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.corporate-dynamics .recent_news .news_marquee_box .card_item .card_info .info_tags .tag_item{font-size:calc(var(--page-width)/1920*20);color:#2f2f2f;line-height:calc(var(--page-width)/1920*42);margin-right:calc(var(--page-width)/1920*8)}.corporate-dynamics .all_news{box-sizing:border-box;padding:0 calc(var(--page-width)/1920*199);padding-bottom:calc(var(--page-width)/1920*120);position:relative;min-height:calc(var(--page-width)/1920*800)}.corporate-dynamics .all_news .side_bubble_bg{position:absolute;width:calc(var(--page-width)/1920*604);height:auto;pointer-events:none}.corporate-dynamics .all_news .side_bubble_bg.left_bubble{left:0;bottom:0}.corporate-dynamics .all_news .all_news_content{display:flex;padding-top:calc(var(--page-width)/1920*157);position:relative;z-index:2}.corporate-dynamics .all_news .news_list_wrapper{flex:1;margin-right:calc(var(--page-width)/1920*100);text-align:left}.corporate-dynamics .all_news .news_list_wrapper .news_item{cursor:pointer}.corporate-dynamics .all_news .news_list_wrapper .news_item:hover .item_title{color:#ff7131}.corporate-dynamics .all_news .news_list_wrapper .news_item .item_date{display:block;font-size:calc(var(--page-width)/1920*20);color:#2f2f2f;line-height:calc(var(--page-width)/1920*20);margin-bottom:calc(var(--page-width)/1920*30)}.corporate-dynamics .all_news .news_list_wrapper .news_item .item_title{display:block;font-size:calc(var(--page-width)/1920*25);font-weight:500;color:#2f2f2f;line-height:calc(var(--page-width)/1920*32);margin-bottom:calc(var(--page-width)/1920*20);transition:color .2s}.corporate-dynamics .all_news .news_list_wrapper .news_item .item_tags{padding-bottom:calc(var(--page-width)/1920*35);border-bottom:1px solid hsla(0,0%,67%,.3);margin-bottom:calc(var(--page-width)/1920*35)}.corporate-dynamics .all_news .news_list_wrapper .news_item .item_tags .tag_item{font-size:calc(var(--page-width)/1920*20);color:#2f2f2f;opacity:.5;line-height:calc(var(--page-width)/1920*20);margin-right:calc(var(--page-width)/1920*4)}.corporate-dynamics .all_news .news_list_wrapper .load_more{margin-top:calc(var(--page-width)/1920*40);width:calc(var(--page-width)/1920*136);height:calc(var(--page-width)/1920*48);display:flex;align-items:center;justify-content:center;border:1px solid #ababab;border-radius:calc(var(--page-width)/1920*8);font-size:calc(var(--page-width)/1920*20);color:#5c5c5c;cursor:pointer;margin-left:auto;margin-right:auto}.corporate-dynamics .all_news .news_list_wrapper .load_more:hover{border-color:#ff7131;color:#ff7131}.corporate-dynamics .all_news .news_filter{width:calc(var(--page-width)/1920*308);flex-shrink:0}.corporate-dynamics .all_news .news_filter .filter_search{display:flex;align-items:center;justify-content:space-between;height:calc(var(--page-width)/1920*55);width:calc(var(--page-width)/1920*308);box-sizing:border-box;padding:0 calc(var(--page-width)/1920*16);border:1px solid #bcbcbc;border-radius:calc(var(--page-width)/1920*8);cursor:pointer;margin-bottom:calc(var(--page-width)/1920*39)}.corporate-dynamics .all_news .news_filter .filter_search>input{flex:1;border:none;outline:none;background:transparent;font-size:calc(var(--page-width)/1920*25);color:#2f2f2f;line-height:calc(var(--page-width)/1920*45)}.corporate-dynamics .all_news .news_filter .filter_search>input::-moz-placeholder{color:#bcbcbc}.corporate-dynamics .all_news .news_filter .filter_search>input::placeholder{color:#bcbcbc}.corporate-dynamics .all_news .news_filter .filter_search .search_btn_icon{width:calc(var(--page-width)/1920*55);height:calc(var(--page-width)/1920*55);background:linear-gradient(135deg,#fed458,#ff7131);border-radius:0 calc(var(--page-width)/1920*8) calc(var(--page-width)/1920*8) 0;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:calc(var(--page-width)/1920*-16)}.corporate-dynamics .all_news .news_filter .filter_search .search_btn_icon>img{width:calc(var(--page-width)/1920*28);height:calc(var(--page-width)/1920*28);-o-object-fit:contain;object-fit:contain}.corporate-dynamics .all_news .news_filter .filter_year .year_header{display:flex;justify-content:space-between;align-items:center;padding-bottom:calc(var(--page-width)/1920*12)}.corporate-dynamics .all_news .news_filter .filter_year .year_header .year_title{font-size:calc(var(--page-width)/1920*30);color:#171717;font-weight:700;line-height:calc(var(--page-width)/1920*68)}.corporate-dynamics .all_news .news_filter .filter_year .year_header .year_reset{font-size:calc(var(--page-width)/1920*25);color:#171717;opacity:.4;line-height:calc(var(--page-width)/1920*45);cursor:pointer}.corporate-dynamics .all_news .news_filter .filter_year .year_header .year_reset:hover{opacity:1;color:#ff7131}.corporate-dynamics .all_news .news_filter .filter_year .year_divider{height:calc(var(--page-width)/1920*2);background:#bcbcbc}.corporate-dynamics .all_news .news_filter .filter_year .year_list .year_item{font-size:calc(var(--page-width)/1920*25);font-weight:500;color:#171717;opacity:.4;line-height:calc(var(--page-width)/1920*57);border-bottom:calc(var(--page-width)/1920*2) solid #bcbcbc;cursor:pointer;position:relative}.corporate-dynamics .all_news .news_filter .filter_year .year_list .year_item:hover{opacity:1;color:#ff7131}.corporate-dynamics .all_news .news_filter .filter_year .year_list .year_item.active{opacity:1;color:#ff7131;font-weight:700}.corporate-dynamics .all_news .news_filter .filter_year .year_list .year_item.active:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:0;height:0;border-top:calc(var(--page-width)/1920*10) solid transparent;border-bottom:calc(var(--page-width)/1920*10) solid transparent;border-left:calc(var(--page-width)/1920*10) solid #bcbcbc}.about-us{background:#f7f8f9;text-align:left}.about-us .scroll-tabs__bar{padding:0 calc(var(--page-width)/1920*220)!important;gap:0!important;justify-content:space-between!important}.about-us .c_page_top{width:100%;overflow:hidden;height:calc(var(--page-width)/1920*900)}.about-us .c_page_top .top_video,.about-us .c_page_top>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-us .c_page_top .top_video{overflow:hidden}.about-us .c_page_top .top_video::-webkit-scrollbar{display:none}.about-us .c_page_top .top_img_view_detail{height:100%;background-position:50%;background-size:cover;background-repeat:no-repeat;position:relative}.about-us .c_page_top .top_img_view_detail:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,5%,.4);z-index:1}.about-us .c_page_top .top_img_view_detail .top_play_btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(var(--page-width)/1920*108);height:calc(var(--page-width)/1920*108);z-index:2;cursor:pointer}.about-us .company_intro{position:relative;padding:calc(var(--page-width)/1920*55) 0 calc(var(--page-width)/1920*100)}.about-us .company_intro .bubble_left_top{position:absolute;left:0;top:calc(var(--page-width)/1920*-200);width:calc(var(--page-width)/1920*534);height:auto;opacity:.7;pointer-events:none}.about-us .company_intro .side_bubble_bg{position:absolute;width:calc(var(--page-width)/1920*443);height:auto;pointer-events:none}.about-us .company_intro .side_bubble_bg.right_bubble{right:0;top:calc(var(--page-width)/1920*100)}.about-us .company_intro .intro_content{position:relative;z-index:2;display:flex;align-items:flex-start;padding:0 calc(var(--page-width)/1920*203)}.about-us .company_intro .intro_left{flex:1;padding-right:calc(var(--page-width)/1920*80)}.about-us .company_intro .section_title{display:block;font-size:calc(var(--page-width)/1920*52);font-weight:500;color:#010101;line-height:1;margin-bottom:calc(var(--page-width)/1920*69)}.about-us .company_intro .intro_desc{font-size:calc(var(--page-width)/1920*25);color:#2f2f2f;line-height:calc(var(--page-width)/1920*40);max-width:calc(var(--page-width)/1920*750);margin-bottom:calc(var(--page-width)/1920*44)}.about-us .company_intro .intro_desc:first-of-type{font-weight:500}.about-us .company_intro .founded_info{margin-top:calc(var(--page-width)/1920*40)}.about-us .company_intro .founded_info .founded_label{font-size:calc(var(--page-width)/1920*52);font-weight:500;color:#010101;opacity:.4;margin-right:calc(var(--page-width)/1920*27)}.about-us .company_intro .founded_info .founded_year{font-size:calc(var(--page-width)/1920*88);font-weight:500;color:#010101;opacity:.4;line-height:calc(var(--page-width)/1920*69)}.about-us .company_intro .intro_right{flex-shrink:0;padding-top:calc(var(--page-width)/1920*93)}.about-us .company_intro .intro_right .company_image{width:calc(var(--page-width)/1920*600);height:auto}.about-us .vision_mission{position:relative;padding:calc(var(--page-width)/1920*55) calc(var(--page-width)/1920*203) calc(var(--page-width)/1920*55);overflow:hidden;min-height:calc(var(--page-width)/1920*560);box-sizing:border-box;display:flex;align-items:center;justify-content:center}.about-us .vision_mission .vision_bg_text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(var(--page-width)/1920*1558);height:auto;pointer-events:none;z-index:0;opacity:.6}.about-us .vision_mission .vision_content{position:relative;z-index:1;display:flex;align-items:center;width:calc(var(--page-width)/1920*1458);max-width:100%}.about-us .vision_mission .vision_left{flex:1;display:flex;align-items:center;justify-content:center}.about-us .vision_mission .vision_left .section_title{display:block;font-size:calc(var(--page-width)/1920*52);font-weight:500;color:#010101;line-height:calc(var(--page-width)/1920*52)}.about-us .vision_mission .vision_divider{width:calc(var(--page-width)/1920*3);height:calc(var(--page-width)/1920*280);background:#a1a1a1;flex-shrink:0}.about-us .vision_mission .vision_right{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-left:calc(var(--page-width)/1920*60)}.about-us .vision_mission .vision_right .vision_carousel{width:100%;overflow:hidden;text-align:left}.about-us .vision_mission .vision_right .vision_carousel>p{font-size:calc(var(--page-width)/1920*25);font-weight:500;color:#2f2f2f;line-height:calc(var(--page-width)/1920*38);margin:0}.about-us .vision_mission .vision-slide-enter-active,.about-us .vision_mission .vision-slide-leave-active{transition:all .5s ease}.about-us .vision_mission .vision-slide-enter{opacity:0;transform:translateY(100%)}.about-us .vision_mission .vision-slide-leave-to{opacity:0;transform:translateY(-100%)}.about-us .dev_history .history_dark_bg{background:#090909;display:flex;align-items:stretch;position:relative;overflow:hidden;height:calc(var(--page-width)/1920*720)}.about-us .dev_history .history_dark_bg .history_bg_deco{position:absolute;left:50%;top:0;width:calc(var(--page-width)/1920*1680);height:100%;-o-object-fit:cover;object-fit:cover;opacity:.58;transform:translateX(-50%);pointer-events:none}.about-us .dev_history .history_title{width:calc(var(--page-width)/1920*548);flex-shrink:0;display:flex;align-items:center;justify-content:center;padding-left:calc(var(--page-width)/1920*200);box-sizing:border-box;font-size:calc(var(--page-width)/1920*52);font-weight:500;color:#fff;line-height:1.2;position:relative;z-index:1}.about-us .dev_history .history_swiper_area{flex:1;position:relative;z-index:1;overflow:hidden}.about-us .dev_history .history_swiper_area .history-swiper{width:100%;height:100%}.about-us .dev_history .history_swiper_area .swiper-slide{height:100%}.about-us .dev_history .year_card{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:hsla(0,0%,100%,.08);position:relative;transition:background .3s}.about-us .dev_history .year_card.expanded{background:rgba(0,79,157,.5)}.about-us .dev_history .year_card .year_num{font-size:calc(var(--page-width)/1920*32);font-weight:500;color:#fff;line-height:1;margin-bottom:calc(var(--page-width)/1920*41)}.about-us .dev_history .year_card .year_toggle_btn{width:calc(var(--page-width)/1920*68);height:calc(var(--page-width)/1920*67);cursor:pointer}.about-us .dev_history .year_card .year_desc{font-size:calc(var(--page-width)/1920*18);font-weight:500;color:hsla(0,0%,100%,.8);line-height:calc(var(--page-width)/1920*24);margin-top:calc(var(--page-width)/1920*20);padding:0 calc(var(--page-width)/1920*15);max-width:calc(var(--page-width)/1920*300)}.about-us .dev_history .timeline_nav{display:flex;align-items:center;justify-content:center;padding:calc(var(--page-width)/1920*30) 0 calc(var(--page-width)/1920*120)}.about-us .dev_history .timeline_nav .nav_arrow{width:calc(var(--page-width)/1920*33);height:calc(var(--page-width)/1920*33);cursor:pointer}.about-us .dev_history .timeline_nav .nav_year{font-size:calc(var(--page-width)/1920*32);font-weight:500;color:#2f2f2f;margin:0 calc(var(--page-width)/1920*30);line-height:1}.about-us .corp_honors{position:relative;padding:calc(var(--page-width)/1920*55) 0 calc(var(--page-width)/1920*120)}.about-us .corp_honors .side_bubble_bg{position:absolute;width:calc(var(--page-width)/1920*604);height:auto;pointer-events:none}.about-us .corp_honors .side_bubble_bg.left_bubble{left:0;bottom:0}.about-us .corp_honors .side_bubble_bg.right_bubble_bottom{right:0;top:calc(var(--page-width)/1920*100);width:calc(var(--page-width)/1920*454)}.about-us .corp_honors .honors_content{position:relative;z-index:2;padding:0 calc(var(--page-width)/1920*203)}.about-us .corp_honors .section_title{display:block;font-size:calc(var(--page-width)/1920*52);font-weight:500;color:#010101;line-height:1;margin-bottom:calc(var(--page-width)/1920*66)}.about-us .corp_honors .honors_desc{font-size:calc(var(--page-width)/1920*25);font-weight:500;color:#2f2f2f;line-height:calc(var(--page-width)/1920*40);margin-bottom:calc(var(--page-width)/1920*60)}.about-us .corp_honors .honors_body{display:flex;align-items:center;position:relative}.about-us .corp_honors .honors_nav_arrow{width:calc(var(--page-width)/1920*33);height:calc(var(--page-width)/1920*33);cursor:pointer;flex-shrink:0}.about-us .corp_honors .honors_nav_arrow.left_arrow{margin-right:calc(var(--page-width)/1920*20)}.about-us .corp_honors .honors_nav_arrow.right_arrow{margin-left:calc(var(--page-width)/1920*20)}.about-us .corp_honors .honors_image{width:45%;max-width:calc(var(--page-width)/1920*820);height:auto;flex-shrink:0;margin-right:calc(var(--page-width)/1920*60)}.about-us .corp_honors .honors_list{flex:1;min-width:0;padding-top:calc(var(--page-width)/1920*30)}.about-us .corp_honors .honor-fade-enter-active,.about-us .corp_honors .honor-fade-leave-active{transition:opacity .3s ease}.about-us .corp_honors .honor-fade-enter,.about-us .corp_honors .honor-fade-leave-to{opacity:0}.about-us .corp_honors .honor_item{display:flex;align-items:flex-start;margin-bottom:calc(var(--page-width)/1920*38)}.about-us .corp_honors .honor_item .honor_dot{width:calc(var(--page-width)/1920*19);height:calc(var(--page-width)/1920*19);flex-shrink:0;margin-right:calc(var(--page-width)/1920*12);margin-top:calc(var(--page-width)/1920*4)}.about-us .corp_honors .honor_item .honor_text{font-size:calc(var(--page-width)/1920*25);font-weight:500;color:#2f2f2f;line-height:calc(var(--page-width)/1920*25)}.news-detail{background:#f7f8f9;text-align:left;min-height:100vh;padding-top:75px}.news-detail .breadcrumb{padding:calc(var(--page-width)/1920*30) calc(var(--page-width)/1920*200);font-size:calc(var(--page-width)/1920*22);color:rgba(47,47,47,.6)}.news-detail .breadcrumb .breadcrumb_link{cursor:pointer}.news-detail .breadcrumb .breadcrumb_link:hover{color:#ff7131}.news-detail .breadcrumb .breadcrumb_sep{margin:0 calc(var(--page-width)/1920*8)}.news-detail .breadcrumb .breadcrumb_current{color:#2f2f2f}.news-detail .article_wrapper{max-width:calc(var(--page-width)/1920*1200);margin:0 auto;padding:0 calc(var(--page-width)/1920*200);padding-bottom:calc(var(--page-width)/1920*120)}.news-detail .article_title{text-align:center;font-size:calc(var(--page-width)/1920*42);font-weight:600;color:#010101;line-height:1.4;margin-bottom:calc(var(--page-width)/1920*20)}.news-detail .article_date{text-align:center;font-size:calc(var(--page-width)/1920*22);color:rgba(47,47,47,.5);margin-bottom:calc(var(--page-width)/1920*40)}.news-detail .article_divider{border:none;border-top:1px solid rgba(0,0,0,.08);margin-bottom:calc(var(--page-width)/1920*40)}.news-detail .article_content{font-size:calc(var(--page-width)/1920*24);color:rgba(47,47,47,.9);line-height:1.8}.news-detail .article_content p{margin-bottom:calc(var(--page-width)/1920*20)}.news-detail .article_content img{max-width:100%;height:auto;border-radius:calc(var(--page-width)/1920*8);margin:calc(var(--page-width)/1920*16) 0}.news-detail .article_not_found{text-align:center;padding:calc(var(--page-width)/1920*120) 0;font-size:calc(var(--page-width)/1920*28);color:rgba(47,47,47,.5)}.talent-recruitment{background:#f7f8f9}.talent-recruitment .banner_section{height:calc(var(--page-width)/1920*837);padding-top:75px;width:100%;overflow:hidden}.talent-recruitment .banner_section>img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.talent-recruitment .why_choose_section{box-sizing:border-box;padding:calc(var(--page-width)/1920*139) calc(var(--page-width)/1920*175) calc(var(--page-width)/1920*174);position:relative}.talent-recruitment .why_choose_section>.side_bubble_bg{position:absolute;left:0;top:calc(var(--page-width)/1920*-362);width:calc(var(--page-width)/1920*534);height:auto}.talent-recruitment .why_choose_section .why_choose_card{display:flex;align-items:center;height:calc(var(--page-width)/1920*563);gap:calc(var(--page-width)/1920*141);border-radius:calc(var(--page-width)/1920*14);box-sizing:border-box;padding:calc(var(--page-width)/1920*105) calc(var(--page-width)/1920*124) calc(var(--page-width)/1920*140);background:url(https://img.520yidui.com/upload/files/202603/2026032510511647016165.png) top no-repeat;background-size:100% 100%;position:relative}.talent-recruitment .why_choose_section .why_choose_card .card_logo{width:calc(var(--page-width)/1920*288);height:auto;flex-shrink:0}.talent-recruitment .why_choose_section .why_choose_card .card_info{flex:1;text-align:left;color:#1a1a1a}.talent-recruitment .why_choose_section .why_choose_card .card_info .info_title{font-size:calc(var(--page-width)/1920*52);font-weight:700;margin-bottom:calc(var(--page-width)/1920*24)}.talent-recruitment .why_choose_section .why_choose_card .card_info .info_desc{font-size:calc(var(--page-width)/1920*35)}.talent-recruitment .why_choose_section .why_choose_card .card_info .info_desc>p{line-height:calc(var(--page-width)/1920*65)}.talent-recruitment .why_choose_section .why_choose_card .card_info .info_link{font-size:calc(var(--page-width)/1920*35);background:linear-gradient(90deg,#fed458,#ff7131);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer;display:inline-block;position:absolute;right:calc(var(--page-width)/1920*60);bottom:calc(var(--page-width)/1920*70)}.talent-recruitment .join_section{box-sizing:border-box;padding:0 calc(var(--page-width)/1920*175) calc(var(--page-width)/1920*174);position:relative}.talent-recruitment .join_section>.side_bubble_bg{position:absolute;right:0;top:calc(var(--page-width)/1920*-604);width:calc(var(--page-width)/1920*460);height:auto}.talent-recruitment .join_section .section_title{font-size:calc(var(--page-width)/1920*52);font-weight:700;color:#010101;padding-bottom:calc(var(--page-width)/1920*86);text-align:left}.talent-recruitment .join_section .join_cards{display:flex;gap:calc(var(--page-width)/1920*30)}.talent-recruitment .join_section .join_cards .join_card{flex:1;width:calc(var(--page-width)/1920*764)}.talent-recruitment .join_section .join_cards .join_card .card_img{width:100%;height:calc(var(--page-width)/1920*393);-o-object-fit:cover;object-fit:cover;transition:all .3s ease;cursor:pointer}.talent-recruitment .join_section .join_cards .join_card .card_img:hover{transform:scale(1.01);box-shadow:0 calc(var(--page-width)/1920*16) calc(var(--page-width)/1920*16) rgba(0,0,0,.28)}.talent-recruitment .join_section .join_cards .join_card .card_label{display:flex;align-items:center;font-size:calc(var(--page-width)/1920*35);color:#2f2f2f;margin-top:calc(var(--page-width)/1920*39)}.talent-recruitment .join_section .join_cards .join_card .card_label>img{width:calc(var(--page-width)/1920*13);height:auto;margin-right:calc(var(--page-width)/1920*8)}.talent-recruitment .join_section .join_cards .join_card .card_label>span:hover{cursor:pointer;color:#ff7131}.talent-recruitment .benefits_section{box-sizing:border-box;padding:0 calc(var(--page-width)/1920*175) calc(var(--page-width)/1920*217);text-align:left;position:relative}.talent-recruitment .benefits_section>.bubble_bg_3{position:absolute;left:0;top:calc(var(--page-width)/1920*-80);width:calc(var(--page-width)/1920*480);height:auto}.talent-recruitment .benefits_section>.bubble_bg_4{position:absolute;right:0;bottom:calc(var(--page-width)/1920*100);width:calc(var(--page-width)/1920*556);height:auto}.talent-recruitment .benefits_section .section_title{font-size:calc(var(--page-width)/1920*52);font-weight:700;color:#010101;padding-bottom:calc(var(--page-width)/1920*103);position:relative;z-index:2}.talent-recruitment .benefits_section .category_tag{color:#2f2f2f;font-size:calc(var(--page-width)/1920*35);margin-bottom:calc(var(--page-width)/1920*33);display:flex;align-items:center;position:relative;z-index:2}.talent-recruitment .benefits_section .category_tag>img{width:calc(var(--page-width)/1920*13);height:auto;margin-right:calc(var(--page-width)/1920*8)}.talent-recruitment .benefits_section .benefits_grid{margin-bottom:calc(var(--page-width)/1920*158);position:relative;z-index:2}.talent-recruitment .benefits_section .benefits_swiper_wrapper{position:relative}.talent-recruitment .benefits_section .benefits_swiper_wrapper .benefits_swiper{overflow:hidden;width:100%}.talent-recruitment .benefits_section .benefits_swiper_wrapper .benefit_grid_page{display:flex;flex-wrap:wrap}.talent-recruitment .benefits_section .benefits_swiper_wrapper .benefit_grid_page .page_item{width:50%;flex-shrink:0;height:calc(var(--page-width)/1920*320);position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat}.talent-recruitment .benefits_section .benefits_swiper_wrapper .benefit_grid_page .page_item:after{content:"";display:inline-block;opacity:.5;position:absolute;top:0;left:0;height:100%;width:100%}.talent-recruitment .benefits_section .benefits_swiper_wrapper .benefit_grid_page .page_item.item_1{background-image:url(/static/img/benefit_1.1d05eeec.jpeg)}.talent-recruitment .benefits_section .benefits_swiper_wrapper .benefit_grid_page .page_item.item_1:after{background:#86b0d9}.talent-recruitment .benefits_section .benefits_swiper_wrapper .benefit_grid_page .page_item.item_2{background-image:url(/static/img/benefit_2.8a166250.jpeg)}.talent-recruitment .benefits_section .benefits_swiper_wrapper .benefit_grid_page .page_item.item_2:after{background:#0061d8}.talent-recruitment .benefits_section .benefits_swiper_wrapper .benefit_grid_page .page_item.item_3{background-image:url(/static/img/benefit_4.1ccccaf4.jpeg)}.talent-recruitment .benefits_section .benefits_swiper_wrapper .benefit_grid_page .page_item.item_3:after{background:grey}.talent-recruitment .benefits_section .benefits_swiper_wrapper .benefit_grid_page .page_item.item_4{background-image:url(/static/img/benefit_3.7c640091.jpeg)}.talent-recruitment .benefits_section .benefits_swiper_wrapper .benefit_grid_page .page_item.item_4:after{background:#094}.talent-recruitment .benefits_section .benefits_swiper_wrapper .benefit_grid_page .page_item .common_info{position:relative;z-index:2;height:100%;box-sizing:border-box;color:#fff;padding:calc(var(--page-width)/1920*42) 0 0 calc(var(--page-width)/1920*46)}.talent-recruitment .benefits_section .benefits_swiper_wrapper .benefit_grid_page .page_item .common_info .info_title{font-size:calc(var(--page-width)/1920*38);margin-bottom:calc(var(--page-width)/1920*22)}.talent-recruitment .benefits_section .benefits_swiper_wrapper .benefit_grid_page .page_item .common_info .info_desc{font-size:calc(var(--page-width)/1920*25);overflow:hidden;opacity:0;clip-path:inset(0 100% 0 0);transition:clip-path .8s ease,opacity .4s ease;box-sizing:border-box;padding-right:calc(var(--page-width)/1920*10)}.talent-recruitment .benefits_section .benefits_swiper_wrapper .benefit_grid_page .page_item:hover{cursor:pointer}.talent-recruitment .benefits_section .benefits_swiper_wrapper .benefit_grid_page .page_item:hover .common_info .info_desc{opacity:1;clip-path:inset(0 0 0 0)}.talent-recruitment .benefits_section .benefits_swiper_wrapper .swiper_arrow{position:absolute;top:50%;transform:translateY(-50%)}.talent-recruitment .benefits_section .benefits_swiper_wrapper .swiper_arrow:hover{cursor:pointer}.talent-recruitment .benefits_section .benefits_swiper_wrapper .swiper_arrow>img{width:calc(var(--page-width)/1920*37);height:auto}.talent-recruitment .benefits_section .benefits_swiper_wrapper .swiper_arrow_prev{left:calc(var(--page-width)/1920*-72)}.talent-recruitment .benefits_section .benefits_swiper_wrapper .swiper_arrow_next{right:calc(var(--page-width)/1920*-72)}.talent-recruitment .benefits_section .overseas_card{position:relative;height:calc(var(--page-width)/1920*443);background:#fff;display:flex}.talent-recruitment .benefits_section .overseas_card .overseas_img{width:calc(var(--page-width)/1920*955);height:100%;flex-shrink:0}.talent-recruitment .benefits_section .overseas_card .overseas_img>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.talent-recruitment .benefits_section .overseas_card .overseas_overlay{flex:1;height:100%;display:flex;align-items:center}.talent-recruitment .benefits_section .overseas_card .overseas_overlay .swiper-inner{height:calc(var(--page-width)/1920*200);width:100%;overflow:hidden}.talent-recruitment .benefits_section .overseas_card .overseas_overlay .swiper-inner .swiper-slide{display:flex;align-items:center;justify-content:center}.talent-recruitment .benefits_section .overseas_card .overseas_overlay .swiper-inner .swiper-slide .inner_text{font-size:calc(var(--page-width)/1920*34);background:linear-gradient(90deg,#fed458,#ff7131);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:left;position:relative;max-width:80%}.talent-recruitment .benefits_section .overseas_card .overseas_overlay .swiper-inner .swiper-slide .inner_text .decor{position:absolute;width:calc(var(--page-width)/1920*54);height:auto}.talent-recruitment .benefits_section .overseas_card .overseas_overlay .swiper-inner .swiper-slide .inner_text .decor_left{left:0;top:calc(var(--page-width)/1920*-35);transform:translateX(-50%)}.talent-recruitment .benefits_section .overseas_card .overseas_overlay .swiper-inner .swiper-slide .inner_text .decor_right{right:0;bottom:calc(var(--page-width)/1920*-35);transform:translateX(50%)}:root{--page-width:1024px}*{margin:0;padding:0}.contact-us{background:#f7f8f9;text-align:left}.contact-us .header_section{position:relative;box-sizing:border-box;padding:calc(var(--page-width)/1920*185) calc(var(--page-width)/1920*207) calc(var(--page-width)/1920*20)}.contact-us .header_section>.bubble_bg_2{position:absolute;right:0;top:calc(var(--page-width)/1920*22);width:calc(var(--page-width)/1920*440);height:auto}.contact-us .header_section .header_content{font-weight:700;color:#2f2f2f}.contact-us .header_section .header_content .header_en{font-size:calc(var(--page-width)/1920*42);line-height:calc(var(--page-width)/1920*77)}.contact-us .header_section .header_content .header_cn{font-size:calc(var(--page-width)/1920*42)}.contact-us .address_section{box-sizing:border-box;padding:calc(var(--page-width)/1920*50) calc(var(--page-width)/1920*207) calc(var(--page-width)/1920*60);display:flex;gap:calc(var(--page-width)/1920*80);align-items:flex-start;position:relative}.contact-us .address_section .address_left{flex:1}.contact-us .address_section .address_left .address_item{margin-bottom:calc(var(--page-width)/1920*56)}.contact-us .address_section .address_left .address_item .item_city{display:flex;align-items:center;margin-bottom:calc(var(--page-width)/1920*15)}.contact-us .address_section .address_left .address_item .item_city .city_icon{width:calc(var(--page-width)/1920*31);height:auto;margin-right:calc(var(--page-width)/1920*7)}.contact-us .address_section .address_left .address_item .item_city .city_name{font-size:calc(var(--page-width)/1920*33);font-weight:700;color:#202020}.contact-us .address_section .address_left .address_item .item_detail{font-size:calc(var(--page-width)/1920*24);color:#050505;line-height:calc(var(--page-width)/1920*50);padding-left:calc(var(--page-width)/1920*37)}.contact-us .address_section .address_right{flex-shrink:0;width:calc(var(--page-width)/1920*735);height:calc(var(--page-width)/1920*425);background:url(https://img.520yidui.com/upload/files/202603/2026032514520758899925.png) top no-repeat;background-size:100% 100%;box-sizing:border-box;padding:calc(var(--page-width)/1920*10);overflow:hidden}.contact-us .address_section .address_right .right_inner{height:100%;background:url(/static/img/location.4e4e8f1b.webp) top no-repeat;background-size:100% auto;background-position:50%;border-radius:calc(var(--page-width)/1920*42);position:relative}.contact-us .contact_info_section{box-sizing:border-box;padding:0 calc(var(--page-width)/1920*207) calc(var(--page-width)/1920*170);display:flex;gap:calc(var(--page-width)/1920*120)}.contact-us .contact_info_section .contact_item{display:flex;align-items:center}.contact-us .contact_info_section .contact_item .item_dot{width:calc(var(--page-width)/1920*16);height:calc(var(--page-width)/1920*16);background:linear-gradient(90deg,#fed458,#ff7131);border-radius:calc(var(--page-width)/1920*3);flex-shrink:0;margin-right:calc(var(--page-width)/1920*17)}.contact-us .contact_info_section .contact_item .item_label{font-size:calc(var(--page-width)/1920*33);font-weight:700;color:#050505;margin-right:calc(var(--page-width)/1920*22);white-space:nowrap}.contact-us .contact_info_section .contact_item .item_email{font-size:calc(var(--page-width)/1920*24);color:#0d86f8;text-decoration:none}.contact-us .contact_info_section .contact_item .item_email:hover{text-decoration:underline}.contact-us .follow_section{box-sizing:border-box;padding:calc(var(--page-width)/1920*40) calc(var(--page-width)/1920*207) calc(var(--page-width)/1920*120);display:flex;align-items:center;position:relative}.contact-us .follow_section>.bubble_bg_3{position:absolute;left:0;top:calc(var(--page-width)/1920*-100);width:calc(var(--page-width)/1920*440);height:auto}.contact-us .follow_section .follow_text{font-size:calc(var(--page-width)/1920*25);color:#050505;margin-right:calc(var(--page-width)/1920*50);white-space:nowrap}.contact-us .follow_section .social_icons{display:flex;gap:calc(var(--page-width)/1920*37);align-items:center}.contact-us .follow_section .social_icons .social_icon_item{width:calc(var(--page-width)/1920*44);height:calc(var(--page-width)/1920*44);display:flex;align-items:center;justify-content:center}.contact-us .follow_section .social_icons .social_icon_item>img{width:auto;height:auto;max-width:100%;max-height:100%}.contact-us .follow_section .social_icons .social_icon_item:hover{cursor:pointer}