.breadcrumb-list-module{position:relative;height:43.6rem;width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:7.6rem 0;color:white;grid-gap:4rem}.breadcrumb-list-module .bg-image{position:absolute;left:0;top:0;width:100%;height:100%}.breadcrumb-list-module .bg-image img{object-fit:cover}.breadcrumb-list-module .breadcrumb{position:relative;font-size:var(--f-s-16);border-radius:4rem;padding:1.4rem 3rem;background:rgba(255,255,255,0.2)}.breadcrumb-list-module .breadcrumb .trace{display:inline;cursor:pointer}.breadcrumb-list-module .breadcrumb .trace:not(:last-child)::after{content:"/";margin:0 1rem;display:contents}.breadcrumb-list-module .title{position:relative;font-size:var(--f-s-64);font-weight:bold}@media screen and (max-width: 992px){.breadcrumb-list-module{padding:10.9rem 2rem;height:40rem;grid-gap:2rem}.breadcrumb-list-module .breadcrumb{padding:.8rem 1.6rem;font-size:var(--f-s-14)}.breadcrumb-list-module .breadcrumb .trace{display:contents}.breadcrumb-list-module .breadcrumb .trace::after{display:inline-block}.breadcrumb-list-module .breadcrumb .trace:not(:last-child)::after{display:inline-block}.breadcrumb-list-module .title{font-size:var(--f-s-36)}}body[lang=en-us] .text-tag-image-module .inner .map-text{width:100%}body[lang=en-us] .text-tag-image-module .inner .map-text .map-list .list-item .text{flex:1}@media screen and (max-width: 992px){body[lang=en-us] .text-tag-image-module .inner .map-text{width:100%}}.text-tag-image-module{padding:5rem 0}.text-tag-image-module .inner{display:flex;grid-gap:3.6rem;flex-direction:column}.text-tag-image-module .inner .map-text{flex:1;width:100%}.text-tag-image-module .inner .map-text .map-list{padding:4.4rem 0;display:flex;flex-direction:column;grid-gap:2rem}.text-tag-image-module .inner .map-text .map-list .list-item{display:flex;align-items:flex-start;grid-gap:2rem}.text-tag-image-module .inner .map-text .map-list .list-item .color{margin:.3rem 0 0;background-color:var(--color);width:2rem;height:2rem;border:.1rem solid #55595D}.text-tag-image-module .inner .map-text .map-list .list-item .text{font-size:var(--f-s-24)}.text-tag-image-module .inner .map-text .title{font-size:var(--f-s-36);font-weight:bold}.text-tag-image-module .inner .map{flex:1;border:1px solid #D9D9D9}.text-tag-image-module .text-tag-image-modal .modal-dialog{max-width:83rem;margin-top:10rem}.text-tag-image-module .text-tag-image-modal .modal-header{position:relative;padding:0;height:0}.text-tag-image-module .text-tag-image-modal .modal-header .btn-close{transform:translateY(-3rem);background:transparent;width:fit-content}.text-tag-image-module .text-tag-image-modal .modal-header .btn-close i{color:#fff;font-size:var(--f-s-30)}@media screen and (max-width: 992px){.text-tag-image-module{padding:3rem 0}.text-tag-image-module .inner{flex-direction:column;grid-gap:0}.text-tag-image-module .inner .map-text .map-list .list-item .text{font-size:var(--f-s-18)}.text-tag-image-module .inner .map-text .title{font-size:var(--f-s-28)}}.link-list-module{color:var(--ui-color-secondary)}.link-list-module .link-list{width:100%;grid-gap:2rem 4.5rem;padding:5rem 0}.link-list-module .link-list .link-item{margin:1rem;display:inline-block;cursor:pointer;flex:1;font-size:var(--f-s-20);line-height:1.5}.link-list-module .link-list .link-item::after{content:'\e60a';display:inline-block;animation:150ms ease-in-out leave forwards;font-family:iconfont;margin-left:.6rem}.link-list-module .link-list .link-item:hover::after{animation:300ms ease-in-out hover forwards}@keyframes hover{0%{transform:rotate(-45deg)}50%{transform:translateY(-30%) rotate(90deg)}100%{transform:translateY(0) rotate(90deg)}}@keyframes leave{from{transform:rotate(90deg)}to{transform:rotate(-45deg)}}.download-card-list-module{padding:9rem 0}.download-card-list-module .file-list{padding:0 9rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:3.8rem 3.6rem}.download-card-list-module .file-list .file-item{transition-duration:300ms;cursor:pointer;max-width:80rem;padding:2.5rem 2rem;display:flex;align-items:center;border:.1rem solid #ccc;border-radius:.5rem}.download-card-list-module .file-list .file-item .file-info{flex:1;word-break:break-all;margin:0 2.4rem}.download-card-list-module .file-list .file-item .file-info .file-name{font-size:1.8rem;margin-bottom:.8rem;font-weight:600;transition:.3s all;word-break:break-word}.download-card-list-module .file-list .file-item .file-info .file-type{font-size:1.6rem}.download-card-list-module .file-list .file-item .file-info .file-type span[file-type]{text-transform:uppercase}.download-card-list-module .file-list .file-item .file-icon{color:#55595D;font-size:var(--f-s-24)}.download-card-list-module .file-list .file-item .download-icon{margin-left:auto;font-size:var(--f-s-24);color:#55595D}.download-card-list-module .file-list .file-item:hover{border:.1rem solid var(--ui-color-secondary)}.download-card-list-module .file-list .file-item:hover .file-info .file-name{color:var(--ui-color-secondary)}@media screen and (max-width: 992px){.download-card-list-module{padding:3.6rem 0 6.2rem}.download-card-list-module .file-list{padding:0;grid-template-columns:1fr;grid-gap:1.8rem 1.6rem}.download-card-list-module .file-list .file-item{padding:1.6rem 1.2rem}.download-card-list-module .file-list .file-item .download-icon,.download-card-list-module .file-list .file-item .file-icon{font-size:var(--f-s-18)}.download-card-list-module .file-list .file-item .file-info .file-name.file-type{font-size:var(--f-s-16)}}body[lang=zh-cn] .image-bg-text-module .module-wrapper .background-content-box .content-box .icon-desc-box{align-items:start}body[lang=zh-cn] .image-bg-text-module .module-wrapper .background-content-box .content-box .icon-desc-box .iconfont{margin-top:.6rem}@media (max-width: 992px){body[lang=zh-cn] .image-bg-text-module .module-wrapper .background-content-box .content-box .icon-desc-box .iconfont{margin-top:0}}.image-bg-text-module.second .module-wrapper .left-img{display:none}.image-bg-text-module.second .module-wrapper .background-content-box .content-box{padding:12.2rem 0 10rem}.image-bg-text-module.second .module-wrapper .background-content-box .content-box .title{font-size:var(--f-s-40)}.image-bg-text-module.second .module-wrapper .background-content-box .content-box .icon-desc-box .iconfont{display:none}.image-bg-text-module.second .module-wrapper .background-content-box .content-box .icon-desc-box .desc{font-size:var(--f-s-18)}.image-bg-text-module .module-wrapper{display:flex}.image-bg-text-module .module-wrapper .left-img{flex:1}.image-bg-text-module .module-wrapper .background-content-box{background:linear-gradient(90deg, #13007F 16%, #9B0286 100%);flex:1;position:relative;display:flex;align-items:center}.image-bg-text-module .module-wrapper .background-content-box .background-img{position:absolute;width:100%;height:100%;top:0;left:0}.image-bg-text-module .module-wrapper .background-content-box .content-box{position:relative;width:100%;padding:15.4rem 8.4rem}.image-bg-text-module .module-wrapper .background-content-box .content-box .title{text-align:start;color:#FFFFFF;margin-bottom:3rem;font-size:var(--f-s-32)}.image-bg-text-module .module-wrapper .background-content-box .content-box .icon-desc-box{display:flex;align-items:center;grid-gap:1rem;margin-bottom:8.2rem}.image-bg-text-module .module-wrapper .background-content-box .content-box .icon-desc-box .iconfont{color:#FFFFFF}.image-bg-text-module .module-wrapper .background-content-box .content-box .icon-desc-box .desc{width:100%;font-size:var(--f-s-24);text-align:start;color:#FFFFFF;flex:1}.image-bg-text-module .module-wrapper .background-content-box .content-box .btn-box{display:flex;flex-wrap:wrap;grid-gap:2.4rem}@media (max-width: 992px){.image-bg-text-module.second .module-wrapper .background-content-box .content-box{padding:9.3rem 0 13rem}.image-bg-text-module.second .module-wrapper .background-content-box .content-box .title{font-size:var(--f-s-32)}.image-bg-text-module.second .module-wrapper .background-content-box .content-box .icon-desc-box .desc{font-size:var(--f-s-16) !important}.image-bg-text-module .module-wrapper{flex-direction:column}.image-bg-text-module .module-wrapper .left-img{min-height:40rem}.image-bg-text-module .module-wrapper .background-content-box .content-box{padding:10.7rem 1.5rem}.image-bg-text-module .module-wrapper .background-content-box .content-box .title{margin-bottom:2.3rem}.image-bg-text-module .module-wrapper .background-content-box .content-box .icon-desc-box{margin-bottom:4.4rem}.image-bg-text-module .module-wrapper .background-content-box .content-box .icon-desc-box .iconfont{font-size:var(--f-s-16)}.image-bg-text-module .module-wrapper .background-content-box .content-box .icon-desc-box .desc{font-size:var(--f-s-18)}.image-bg-text-module .module-wrapper .background-content-box .content-box .btn-box{grid-gap:2rem}.image-bg-text-module .module-wrapper .background-content-box .content-box .btn-box .module-primary-btn,.image-bg-text-module .module-wrapper .background-content-box .content-box .btn-box .module-light-btn{padding:1rem 2rem}}.switch-list-module{padding:11.2rem 0 8rem}.switch-list-module .title{margin-bottom:6.8rem;text-align:left}.switch-list-module .list-cont{display:flex;grid-gap:3rem}.switch-list-module .list-cont .list{flex:1}.switch-list-module .list-cont .list .list-item{transition-duration:300ms;display:grid;grid-template-rows:9.2rem .8rem 0fr}.switch-list-module .list-cont .list .list-item .img{display:none}.switch-list-module .list-cont .list .list-item .img img{width:100%;aspect-ratio:5/3;border-radius:1rem;height:auto}.switch-list-module .list-cont .list .list-item .under-line{display:flex;align-items:center;width:100%;height:.2rem;position:relative}.switch-list-module .list-cont .list .list-item .under-line::before{content:'';height:.2rem;width:100%;background-color:#EAEAEA}.switch-list-module .list-cont .list .list-item .under-line::after{content:'';width:0;transition-duration:300ms;position:absolute;left:0;top:0;background-color:var(--ui-color-secondary);height:100%}.switch-list-module .list-cont .list .list-item .item-text{color:#595959;transition-duration:300ms;min-height:0;overflow:hidden;font-size:var(--f-s-20);padding:0 7rem;line-height:1.6}.switch-list-module .list-cont .list .list-item .item-text span{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:8}.switch-list-module .list-cont .list .list-item .item-title{transition-duration:300ms;height:9.2rem;font-size:var(--f-s-24);font-weight:bold;display:flex;align-items:center}.switch-list-module .list-cont .list .list-item .item-title .iconfont{font-weight:normal}.switch-list-module .list-cont .list .list-item .item-title .title-text{flex:1}.switch-list-module .list-cont .list .list-item .item-title span:last-child{margin-left:auto}.switch-list-module .list-cont .list .list-item .item-title span:first-child{margin-right:1rem;font-size:var(--f-s-30)}.switch-list-module .list-cont .list .list-item:has(input:checked){grid-template-rows:9.2rem .8rem 1fr}.switch-list-module .list-cont .list .list-item:has(input:checked) .item-text{padding:2rem 4rem}.switch-list-module .list-cont .list .list-item:has(input:checked) .item-title{color:var(--ui-color-secondary)}.switch-list-module .list-cont .list .list-item:has(input:checked) .under-line::after{width:60%}.switch-list-module .list-cont .list .list-item:hover .item-title{color:var(--ui-color-secondary)}.switch-list-module .list-cont .list .list-item:hover .under-line::after{width:60%}.switch-list-module .list-cont .img{flex:1}.switch-list-module .list-cont .img img{width:100%;aspect-ratio:5/3;border-radius:1rem;height:auto}@media screen and (max-width: 992px){.switch-list-module .list-cont .img{display:none}.switch-list-module .list-cont .list .list-item .item-title{font-size:var(--f-s-20)}.switch-list-module .list-cont .list .list-item .item-title span:nth-child(2){flex:1}.switch-list-module .list-cont .list .list-item .img{display:block;margin-top:2.3rem}.switch-list-module .list-cont .list .list-item .item-text{font-size:var(--f-s-16);padding:0 2rem}.switch-list-module .list-cont .list .list-item:has(input:checked){grid-template-rows:9.2rem .8rem 1fr}.switch-list-module .list-cont .list .list-item:has(input:checked) .item-text{padding:2rem}}.contact-info-list-module{padding:7.6rem 0 10rem}.contact-info-list-module .title{text-align:left}.contact-info-list-module .avatar-list{margin-top:6.1rem;display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:3.2rem}.contact-info-list-module .avatar-list .avatar-item:nth-child(1){--color: #F4B53C}.contact-info-list-module .avatar-list .avatar-item:nth-child(2){--color: #0085FF}.contact-info-list-module .avatar-list .avatar-item:nth-child(3){--color: #AB2DF1}.contact-info-list-module .avatar-list .avatar-item:nth-child(4){--color: #EE0034}.contact-info-list-module .avatar-list .avatar-item .text{text-align:center;position:relative;padding-top:3.6rem}.contact-info-list-module .avatar-list .avatar-item .text .bg-img{width:100%;height:100%;position:absolute;left:0;top:0}.contact-info-list-module .avatar-list .avatar-item .text .bg-img img{object-fit:contain}.contact-info-list-module .avatar-list .avatar-item .text .name{position:relative;font-size:2rem;font-weight:bold}.contact-info-list-module .avatar-list .avatar-item .text .job{position:relative;font-size:1.6rem;color:#7D7D7D;margin-top:1rem}.contact-info-list-module .avatar-list .avatar-item .text .tel{position:relative;font-size:1.8rem;font-weight:bold;margin-top:1rem}.contact-info-list-module .avatar-list .avatar-item .avatar{padding:2rem;border-radius:50%;aspect-ratio:1;border:.2rem solid var(--color)}.contact-info-list-module .avatar-list .avatar-item .avatar .img{border-radius:50%;overflow:hidden}.contact-info-list-module .avatar-list .avatar-item:hover .avatar{border:.2rem dashed var(--color)}@media screen and (max-width: 992px){.contact-info-list-module{padding:4.4rem 0 6.4rem}.contact-info-list-module .avatar-list{margin-top:3.2rem;grid-template-columns:1fr;grid-template-rows:repeat(4, 1fr)}.contact-info-list-module .avatar-list .avatar-item{display:flex}.contact-info-list-module .avatar-list .avatar-item .avatar{padding:1.2rem;width:40%}.contact-info-list-module .avatar-list .avatar-item .text{flex:1}.contact-info-list-module .avatar-list .avatar-item .text .name{font-size:1.8rem}.contact-info-list-module .avatar-list .avatar-item .text .job{font-size:1.4rem}.contact-info-list-module .avatar-list .avatar-item .text .tel{font-size:1.6rem}}
