@charset "UTF-8";
*, *:before, *:after { box-sizing: border-box; outline: none; word-wrap: break-word; }

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset { margin: 0; padding: 0; font-weight: normal; -webkit-tap-highlight-color: transparent; }

ul, ol, dl { list-style-type: none; }

html, body { *position: static; width: 100%; height: auto; background: #fff; font-size: .16rem; color: #1A1311; line-height: 1; font-family: "SourceHanSans-Regular", system-ui, -apple-system, Microsoft YaHei, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: 400; }

input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }

input, button { overflow: visible; vertical-align: middle; outline: none; }

a { text-decoration: none; cursor: pointer; -webkit-tap-highlight-color: transparent; -webkit-transition: all .5s ease; transition: all .5s ease; color: #000; }

a:hover, a:focus, a:active { text-decoration: none; outline: none; }

b, i { font-weight: normal; font-style: normal; }

sub, sup { vertical-align: baseline; }

button, input[type="button"], input[type="submit"] { line-height: normal !important; }

img { max-width: 100%; border: 0; object-fit: cover; display: block; -webkit-user-drag: none; }

a img { -webkit-transition: all .5s ease; transition: all .5s ease; }

input, textarea { border: 0; background: none; outline: none; resize: none; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

input[type="text"], input[type="tel"], input[type="button"], input[type="submit"], input[type="reset"], input[type="password"], input[type="email"], textarea { -webkit-appearance: none; border-radius: 0; -webkit-tap-highlight-color: transparent; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none !important; margin: 0; }

input::-moz-placeholder, textarea::-moz-placeholder { color: #bbb; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #bbb; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #bbb; }

.cover { width: 100%; height: 100%; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); display: none; z-index: 24; }

.cl:after, .clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }

.cl, .clearfix { zoom: 1; }

.fl { float: left !important; }

.fr { float: right !important; }

.xs-display { display: none !important; }

/*fonts*/
@font-face { font-family: "SourceHanSans-Light"; src: url("/zhuanti/fabuhui2025/fonts/SourceHanSans-Light.woff") format("woff"); font-weight: normal; font-style: normal; font-display: swap; }

@font-face { font-family: "SourceHanSans-Regular"; src: url("/zhuanti/fabuhui2025/fonts/SourceHanSans-Regular.woff") format("woff"); font-weight: normal; font-style: normal; font-display: swap; }

@font-face { font-family: "SourceHanSans-Medium"; src: url("/zhuanti/fabuhui2025/fonts/SourceHanSans-Medium.woff") format("woff"); font-weight: normal; font-style: normal; font-display: swap; }

@font-face { font-family: "SourceHanSans-Bold"; src: url("/zhuanti/fabuhui2025/fonts/SourceHanSans-Bold.woff") format("woff"); font-weight: normal; font-style: normal; font-display: swap; }

@font-face { font-family: "BebasNeue"; src: url("/zhuanti/fabuhui2025/fonts/BebasNeue.otf") format("opentype"); font-weight: normal; font-style: normal; font-display: swap; }

@keyframes view-more { 0% { transform: rotate(45deg); }
  100% { transform: rotate(405deg); } }

@keyframes pointMove { 0% { transform: translate(0, -6px); }
  100% { transform: translate(0, 6px); } }

/* IE低版本提示 */
.pageTips { width: 100%; height: 100%; background: #f8f8f8; position: fixed; left: 0; top: 0; z-index: 1000; }

.pageTips .con { width: 660px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.pageTips .con svg { width: 100px; height: 100px; margin: 0 auto; fill: orangered; display: block; }

.pageTips .con .msg { font-size: 18px; line-height: 36px; padding-top: 10px; color: #000; }

.container { width: 88.3%; margin: 0 auto; position: relative; transition: all .5s ease; }

.btn-play { width: 0.66rem; height: 0.66rem; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; cursor: pointer; }

.btn-play i { font-size: 0.22rem; color: #2F57C8; font-weight: bold; }

.btn-play svg { width: 0.4rem; fill: #2F57C8; }

.btn-play:after { content: ''; display: block; width: 0.1rem; height: 0.1rem; border-radius: 50%; background: #2F57C8; position: absolute; left: 50%; top: 0; margin-left: -0.05rem; margin-top: -0.05rem; transform: rotate(45deg); transform-origin: 0.05rem 0.38rem; animation: view-more linear 3s infinite; }

@keyframes mouseslide { 0% { top: 15%;
    height: 5px; }
  100% { top: 80%;
    height: 15px;
    opacity: 0; } }

.banner { width: 100%; overflow: hidden; position: relative; z-index: 1; }

.banner .mask { width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1; margin: auto; pointer-events: none; }

.banner .mask .logo { width: 2.44rem; position: absolute; left: 1.2rem; top: 0.6rem; pointer-events: all; }

.banner .mask .img { width: 100%; height: 100%; }

.banner .mask .text { width: 9.97rem; position: absolute; left: 0; top: 3.2rem; right: 0; margin: auto; text-align: center; }

.banner .mask .text img { width: 100%; position: absolute !important; }

.banner .mask .text h3 { font-size: 0.2rem; color: #fff; text-align: center; margin-top: 4.8rem; font-family: "SourceHanSans-Light"; }

.banner .mask .text h3 span { margin-right: 0.15rem; }

.banner .mask .qr { width: 1.8rem; position: absolute; left: 1.5rem; bottom: 8%; }

.banner .mask .qr img { width: 100%; }

.banner .mouseslide { text-align: center; position: fixed; right: 1.2rem; bottom: 0.8rem; z-index: 11; transition: all .5s ease; pointer-events: none; }

.banner .mouseslide span { font-size: 0.14rem; display: block; margin-bottom: 0.15rem; color: #fff; }

.banner .mouseslide i { display: block; width: 0.18rem; height: 0.28rem; border: 1px solid white; border-radius: 30px; margin: auto; position: relative; overflow: hidden; }

.banner .mouseslide i:before { content: ''; width: 1px; height: 0.05rem; background: #fff; left: 50%; top: 15%; transform: translateX(-50%); position: absolute; animation: mouseslide 2000ms infinite; }

.banner .video { width: 100%; height: 100%; position: relative; background: #000; }

.banner .video video { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }

.banner .video .btn-play { transition: all .5s ease; pointer-events: none; opacity: 0; }

.banner .video .btn-paused { position: absolute; right: 1rem; bottom: 0.8rem; cursor: pointer; font-size: 0.16rem; color: #fff; display: flex; align-items: center; justify-content: center; transition: all .5s ease; pointer-events: none; opacity: 0; }

.banner .video .btn-paused .icon { width: 0.3rem; fill: #fff; margin-right: 0.08rem; }

.banner.active video { pointer-events: all; }

.banner.active .mouseslide { opacity: 0; }

.banner.active .btn-play { opacity: 1; pointer-events: all; }

.banner.play .btn-play { opacity: 0; pointer-events: none; }

.banner.play .btn-paused { opacity: 1; pointer-events: all; }

.nav { position: relative; margin-top: -0.75rem; z-index: 2; }

.nav .container { display: flex; box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(53, 86, 125, 0.07); }

.nav .item { width: 50%; height: 1.5rem; display: flex; align-items: center; padding: 0 0.5rem 0 1.2rem; position: relative; background: #fff; }

.nav .item i { font-size: 0.3rem; margin-right: 0.2rem; }

.nav .item .text { flex: 1; }

.nav .item .text h3 { font-size: 0.22rem; font-family: "SourceHanSans-Medium"; position: relative; }

.nav .item .text h3 span { position: absolute; right: 0; top: 0; }

.nav .item .text h4 { font-size: 0.12rem; font-family: "SourceHanSans-Light"; margin-top: 0.05rem; }

.nav .item:first-child:before { content: ""; width: 1px; height: 100%; background: #f0f0f0; position: absolute; right: 0; top: 0; }

.nav .item:hover { background: #2F57C8; color: #fff; }

.section { padding: 1rem 0; overflow: hidden; position: relative; z-index: 2; }

.section:before { content: ""; width: 8rem; height: 1.16rem; background: url(/zhuanti/fabuhui2025/images/scene-yt.png) no-repeat center/100%; position: absolute; left: 0; top: 0.5rem; right: 0; margin: auto; }

.section .title { margin-bottom: 0.5rem; text-align: center; }

.section .title h3 { font-size: 0.2rem; color: rgba(255, 255, 255, 0.3); font-family: "SourceHanSans-Light"; text-transform: uppercase; }

.section .title h2 { font-size: 0.46rem; color: white; font-family: "SourceHanSans-Bold"; margin-top: 0.1rem; }

.section .title p { font-size: 0.24rem; color: #fff; margin-top: 0.28rem; }

.scene { background: url(/zhuanti/fabuhui2025/images/scene-bg.jpg) no-repeat bottom/cover; padding: 1.5rem 0 1.5rem; position: relative; margin-top: -0.02rem; }

.scene .title { font-size: 0.46rem; color: #3E3E41; }

.scene .box { position: relative; overflow: hidden; margin: 0 auto; }

.scene .box .big { width: 100%; height: 7rem; position: relative; border-radius: 0.12rem; overflow: hidden; display: block; }

.scene .box .big:after { content: ""; width: 100%; height: 100%; background: url(/zhuanti/fabuhui2025/images/scene-box.png) no-repeat center/cover; position: absolute; bottom: 0; right: 0; margin: auto; }

.scene .box .big img { width: 99.9%; height: 100%; position: relative; top: 1px; left: 1px; }

.scene .box .big .text { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -90%); }

.scene .box .big .text h3 { font-size: 0.24rem; color: #fff; text-align: center; margin-bottom: 0.5rem; font-family: "SourceHanSans-Medium"; }

.scene .box .big .text .dowebok { font-size: 0.46rem; color: #fff; display: flex; align-items: center; justify-content: center; }

.scene .box .big .text .dowebok div { color: #2F57C8; font-family: Arial; font-weight: bold; width: 0.81rem; height: 0.8rem; display: flex; align-items: center; justify-content: center; background: url(/zhuanti/fabuhui2025/images/dowebok-bg.png) no-repeat center/100%; }

.scene .box .big .text .dowebok span { margin: 0 0.05rem; position: relative; top: -0.05rem; }

.scene .box .big .btn { width: 2rem; height: 0.6rem; font-size: 0.21rem; font-weight: bold; color: rgba(47, 87, 200, 0.9); font-family: "SourceHanSans-Medium"; display: flex; align-items: center; justify-content: center; border-radius: 0.5rem; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.scene .box .big .tit { font-size: 0.3rem; color: #fff; position: absolute; left: 1.7rem; bottom: 0.3rem; z-index: 2; }

.scene #dplayer, .scene #my-video { width: 100%; height: 8rem; aspect-ratio: 16/9; margin: 0 auto; }

.scene .slide { overflow: hidden; position: relative; margin-top: 0.2rem; padding-bottom: 0.4rem; }

.scene .slide .swiper-slide { overflow: hidden; position: relative; }

.scene .slide .swiper-slide img { width: 100%; height: 100%; }

.scene .slide .btn-play { width: 0.36rem; height: 0.36rem; }

.scene .slide .btn-play svg { width: 0.22rem; fill: #2F57C8; }

.scene .slide .btn-play:after { width: 0.06rem; height: 0.06rem; margin-left: -0.03rem; margin-top: -0.03rem; transform-origin: 0.03rem 0.21rem; }

.scene .slide .swiper-pagination { bottom: 0; }

.scene .slide .swiper-pagination .swiper-pagination-bullet { width: 0.3rem; height: 0.04rem; background: #fff; border-radius: 0; margin: 0 0.05rem; }

.gallery { padding-top: 1.2rem; background: url(/zhuanti/fabuhui2025/images/gallery-bg.jpg) no-repeat center/cover; }

.gallery .title { margin-bottom: 0.2rem; }

.gallery .box { height: auto; overflow: hidden; }

.gallery .box a { display: block; width: 31.25%; height: 3.1rem; float: left; margin: 0.29rem 0 0 0.29rem; overflow: hidden; border-radius: 0.15rem; }

.gallery .box a img { width: 100%; height: 100%; }

.gallery .box a:first-child { width: 32%; height: 6.5rem; margin-left: 0; }

.gallery .box a:hover img { transform: scale(1.1); }

.gallery .box a:nth-child(n+6) { display: none; }

.product { padding: 1.2rem 0; background: url(/zhuanti/fabuhui2025/images/product-bg.jpg) no-repeat top/cover; margin-top: -0.01rem; }

.product .tabs { width: 9rem; display: flex; position: relative; margin: 0 auto; }

.product .tabs:before { content: ""; width: 100%; height: 0.02rem; background: rgba(255, 255, 255, 0.2); position: absolute; left: 0; bottom: 0; }

.product .tabs .item { flex: 1; font-size: 0.22rem; color: #fff; font-family: "SourceHanSans-Medium"; text-align: center; padding-bottom: 0.3rem; position: relative; cursor: pointer; }

.product .tabs .item:before { content: ""; width: 0; height: 0.02rem; background: #fff; position: absolute; left: 0; bottom: 0; right: 0; margin: auto; transition: all .5s ease; }

.product .tabs .item.active { font-family: "SourceHanSans-Bold"; }

.product .tabs .item.active:before { content: ""; width: 60%; }

.product .slide { position: relative; margin-top: 0.8rem; overflow: hidden; }

.product .slide .swiper-slide { overflow: hidden; border-radius: 0.15rem; }

.product .slide .slide1 { padding-bottom: 0.5rem; }

.product .slide .slide1 .swiper-slide { height: 5.6rem; background: #fff; overflow: hidden; position: relative; box-shadow: 0 0.05rem 0.3rem 0.01rem rgba(172, 190, 212, 0.26); }

.product .slide .slide1 .swiper-slide .img { overflow: hidden; }

.product .slide .slide1 .swiper-slide .img img { width: 100%; }

.product .slide .slide1 .swiper-slide .img.mt { margin-top: 0.6rem; }

.product .slide .slide1 .swiper-slide .text { margin-top: 0.3rem; padding: 0.3rem; background: #fff; }

.product .slide .slide1 .swiper-slide .text h2 { font-size: 0.22rem; font-family: "SourceHanSans-Bold"; transition: all .5s ease; }

.product .slide .slide1 .swiper-slide .text p { font-size: 0.16rem; line-height: 0.26rem; color: #666; margin-top: 0.15rem; height: 0.52rem; }

.product .slide .slide1 .swiper-slide .btn { width: 100%; height: 0.7rem; font-size: 0.22rem; color: #fff; margin-top: 0.3rem; display: flex; align-items: center; justify-content: center; border-radius: 0.5rem; background: linear-gradient(126deg, #1244B9 0%, #0E63D2 100%); transition: all .5s ease; }

.product .slide .slide1 .swiper-slide:hover img { transform: scale(1.05); }

.product .slide .slide1 .swiper-slide:hover .text h2 { color: #2F57C8; }

.product .slide .swiper-pagination { bottom: 0; }

.product .slide .swiper-pagination .swiper-pagination-bullet { width: 0.4rem; height: 0.05rem; background: #fff; border-radius: 0; margin: 0 0.05rem; }

.news { padding: 1.2rem 0; background: url(/zhuanti/fabuhui2025/images/news-bg.jpg) no-repeat center/cover; }

.news .box { overflow: hidden; position: relative; padding-left: 5.8%; display: flex; justify-content: space-between; flex-wrap: wrap; }

.news .box .left { width: 46%; overflow: hidden; position: relative; border-radius: 0.15rem; }

.news .box .left .date { color: #fff; text-align: center; position: absolute; left: 0.4rem; top: 0.4rem; z-index: 1; }

.news .box .left .date h3 { font-size: 0.36rem; font-family: Arial; font-weight: bold; transition: all .5s ease; }

.news .box .left .date p { font-size: 0.14rem; font-family: Arial; margin-top: 0.05rem; line-height: normal; height: inherit; transition: all .5s ease; }

.news .box .left img { width: 100%; height: 100%; }

.news .box .left h2 { width: 100%; font-size: 0.22rem; color: #fff; line-height: 0.36rem; font-family: "SourceHanSans-Medium"; padding: 0.4rem; position: absolute; left: 0; bottom: 0; }

.news .box .left:hover img { transform: scale(1.05); }

.news .box .right { width: 52%; display: flex; justify-content: space-between; overflow: hidden; }

.news .box .right .swiper-slide { background: #fff; padding: 0.4rem; position: relative; border-radius: 0.15rem; }

.news .box .right .swiper-slide h2 { font-size: 0.22rem; color: #000; line-height: 0.36rem; height: 0.72rem; font-family: "SourceHanSans-Bold"; transition: all .5s ease; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.news .box .right .swiper-slide .line { width: 100%; height: 1px; background: #E9E5E5; margin: 0.4rem 0 0.3rem; position: relative; }

.news .box .right .swiper-slide .line:before { content: ""; width: 0; height: 2px; background: #2F57C8; position: absolute; left: 0; bottom: 0; transition: all .5s ease; }

.news .box .right .swiper-slide p { font-size: 0.16rem; color: #717273; line-height: 0.32rem; height: 1.28rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.news .box .right .swiper-slide .other { width: 100%; margin-top: 0.8rem; display: flex; align-items: center; justify-content: space-between; }

.news .box .right .swiper-slide .other .date { color: #717273; text-align: center; }

.news .box .right .swiper-slide .other .date h3 { font-size: 0.36rem; font-family: Arial; font-weight: bold; transition: all .5s ease; }

.news .box .right .swiper-slide .other .date p { font-size: 0.14rem; font-family: Arial; margin-top: 0.05rem; line-height: normal; height: inherit; transition: all .5s ease; }

.news .box .right .swiper-slide .other i { font-size: 0.2rem; font-weight: bold; color: #000; transition: all .5s ease; }

.news .box .right .swiper-slide:hover { box-shadow: 0 0.03rem 0.15rem 0.01rem rgba(18, 68, 185, 0.18); }

.news .box .right .swiper-slide:hover .line:before { width: 100%; }

.news .box .right .swiper-slide:hover h2 { color: #2F57C8; }

.news .box .right .swiper-slide:hover .other .date { color: #2F57C8; }

.news .box .right .swiper-slide:hover .other .date p { color: #2F57C8; }

.news .box .right .swiper-slide:hover .other i { color: #2F57C8; transform: translateX(5px); }

.service { padding-bottom: 0.5rem; background: linear-gradient(180deg, #075ec5 0%, #054db0 42.68%, #012a86 100%); }

.service .block .st { font-size: 0.36rem; color: #fff; display: flex; align-items: center; justify-content: center; font-family: "SourceHanSans-Bold"; }

.service .block .st i { font-size: 0.4rem; }

.service .block .st .l, .service .block .st .r { width: 1.9rem; height: 0.08rem; position: relative; margin: 0 0.15rem; display: inline-block; }

.service .block .st .l:before, .service .block .st .r:before { content: ""; width: 100%; height: 1px; background: linear-gradient(61.23deg, rgba(255, 255, 255, 0) 0%, #fff 100%); position: absolute; right: 0.08rem; top: 0; bottom: 0; margin: auto; }

.service .block .st .l:after, .service .block .st .r:after { content: ""; width: 0.08rem; height: 0.08rem; border-radius: 50%; border: 1px solid #fff; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; }

.service .block .st .l.r:before, .service .block .st .r.r:before { right: auto; left: 0.08rem; background: linear-gradient(298.77deg, rgba(255, 255, 255, 0) 0%, #fff 100%); }

.service .block .st .l.r:after, .service .block .st .r.r:after { right: auto; left: 0; }

.service .block1 ul { margin-top: 0.4rem; display: flex; justify-content: space-between; }

.service .block1 ul li { width: 3.9rem; height: 5.4rem; position: relative; overflow: hidden; border-radius: 0.16rem; overflow: hidden; transition: all .5s ease; }

.service .block1 ul li img { width: 100%; height: 100%; }

.service .block1 ul li .text { width: 8.4rem; padding: 0.33rem 0.38rem; color: #fff; position: absolute; left: 0; bottom: 0; z-index: 0; transform: translateY(0.3rem); transition: all .5s ease; }

.service .block1 ul li .text:before { content: ""; width: 100%; height: 100%; background: linear-gradient(179.8deg, rgba(0, 36, 98, 0) 0%, rgba(0, 44, 136, 0.88) 100%); position: absolute; left: 0; bottom: 0; z-index: -1; }

.service .block1 ul li .text:after { content: ""; width: 3.07rem; height: 1.09rem; background: url(/zhuanti/fabuhui2025/images/service-block1-text.webp) no-repeat center/100%; position: absolute; right: 0; bottom: 0; z-index: -1; }

.service .block1 ul li .text h3 { font-size: 0.22rem; font-family: "SourceHanSans-Bold"; }

.service .block1 ul li .text p { font-size: 0.16rem; margin-top: 0.15rem; opacity: 0; transition: all .5s ease; }

.service .block1 ul li.active { width: 8.4rem; }

.service .block1 ul li.active .text { transform: translateY(0); background: linear-gradient(320.94deg, #0a8bfb 0%, #0748aa 100%); }

.service .block1 ul li.active .text p { opacity: 1; }

.service .block2 { margin-top: 1rem; }

.service .block2 ul { margin-top: 0.4rem; display: flex; justify-content: space-between; flex-wrap: wrap; }

.service .block2 ul li { width: 49%; height: 4.06rem; }

.service .block2 ul li h3 { font-size: 0.26rem; color: #fff; font-family: "SourceHanSans-Bold"; text-align: center; margin-top: 0.28rem; }

.service .block2 ul li dl { width: 90%; margin: 1.2rem auto 0; display: flex; justify-content: space-between; }

.service .block2 ul li dl dd { flex: 1; text-align: center; }

.service .block2 ul li dl dd img { width: 1.02rem; margin: 0 auto; }

.service .block2 ul li dl dd p { font-size: 0.18rem; color: #fff; margin-top: 0.22rem; }

.service .block2 ul li:nth-child(1) { background: url(/zhuanti/fabuhui2025/images/service-block2-bg1.webp) no-repeat center/100%; }

.service .block2 ul li:nth-child(2) { background: url(/zhuanti/fabuhui2025/images/service-block2-bg2.webp) no-repeat center/100%; }

.service .block3 { margin-top: 1rem; padding-bottom: 0.6rem; }

.service .block3 .slide { position: relative; margin-top: 0.5rem; }

.service .block3 .slide .swiper-slide { width: 4.8rem; height: 6rem; background: linear-gradient(180deg, #004eb4 0%, #012a86 100%); border: 1px solid rgba(71, 158, 251, 0.26); border-radius: 0.16rem; box-shadow: 0 0.03rem 0.06rem rgba(38, 128, 235, 0.13); z-index: 0; transform-style: preserve-3d; backdrop-filter: blur(15px); }

.service .block3 .slide .swiper-slide:before { content: ""; width: 100%; height: 0.55rem; background: url(/zhuanti/fabuhui2025/images/service-block3-slide-top.png) no-repeat center/100%; position: absolute; left: 0; top: 0; z-index: -1; opacity: 0; transition: all .5s ease; }

.service .block3 .slide .swiper-slide:after { content: ""; width: 100%; height: 0.55rem; background: url(/zhuanti/fabuhui2025/images/service-block3-slide-bot.png) no-repeat center/100%; position: absolute; left: 0; bottom: 0; z-index: -1; opacity: 0; transition: all .5s ease; }

.service .block3 .slide .swiper-slide .num { font-size: 0.6rem; color: #09C6FF; position: absolute; top: 0.5rem; left: 0; right: 0; margin: auto; text-align: center; }

.service .block3 .slide .swiper-slide .text { width: 90%; color: #fff; text-align: center; opacity: 0; position: absolute; left: 0; top: 1.6rem; right: 0; margin: auto; transition: 0.66s cubic-bezier(0.16, 1, 0.3, 1); }

.service .block3 .slide .swiper-slide .text h3 { font-size: 0.26rem; font-family: "SourceHanSans-Bold"; }

.service .block3 .slide .swiper-slide .text p { font-size: 0.2rem; margin-top: 0.18rem; line-height: 1.7; }

.service .block3 .slide .swiper-slide .text p:nth-child(3) { margin-top: 0.05rem !important; }

.service .block3 .slide .swiper-slide .text h5 { font-size: 0.24rem; margin-top: 0.18rem; }

.service .block3 .slide .swiper-slide .text ul { opacity: 0; display: none; flex-wrap: wrap; margin-top: 0.2rem; }

.service .block3 .slide .swiper-slide .text ul li { width: 33.333%; position: relative; padding-left: 0.15rem; margin-top: 0.3rem; }

.service .block3 .slide .swiper-slide .text ul li:before { content: ""; width: 0.04rem; height: 0.04rem; background: #00FFFF; position: absolute; left: 0; top: 0.08rem; }

.service .block3 .slide .swiper-slide .text ul.li4 li { width: 25%; }

.service .block3 .slide .swiper-slide .img { width: 80%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 0.16rem; overflow: hidden; transition: all .5s ease; }

.service .block3 .slide .swiper-slide .img img { width: 100%; }

.service .block3 .slide .swiper-slide .img1 { width: 85%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, 0); opacity: 0; overflow: hidden; transition: all .5s ease; }

.service .block3 .slide .swiper-slide .img1 img { width: 100%; }

.service .block3 .slide .swiper-slide.slide-prev .num { top: auto; bottom: 0.4rem; text-align: left; padding-left: 0.3rem; }

.service .block3 .slide .swiper-slide.slide-next .num { top: auto; bottom: 0.4rem; text-align: right; padding-right: 0.3rem; }

.service .block3 .slide .swiper-slide.swiper-slide-active { box-shadow: 0 0.25rem 0.4rem rgba(38, 128, 235, 0.46); }

.service .block3 .slide .swiper-slide.swiper-slide-active .num { top: 0.5rem; bottom: auto; text-align: center; padding: 0; }

.service .block3 .slide .swiper-slide.swiper-slide-active .text { opacity: 1; }

.service .block3 .slide .swiper-slide.swiper-slide-active .img { opacity: 0; }

.service .block3 .slide .swiper-slide.swiper-slide-active .img1 { opacity: 1; }

.service .block3 .slide .swiper-slide.swiper-slide-active:before, .service .block3 .slide .swiper-slide.swiper-slide-active:after { opacity: 1; }

.service .block3 .slide .btn-prev, .service .block3 .slide .btn-next { width: 0.4rem; height: 0.4rem; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; top: 48%; z-index: 1; cursor: pointer; box-shadow: 0px 2.76726px 2.21381px 0px rgba(29, 86, 185, 0.02), 0px 6.6501px 5.32008px 0px rgba(29, 86, 185, 0.03), 0px 12.52155px 10.01724px 0px rgba(29, 86, 185, 0.04), 0px 22.33631px 17.86905px 0px rgba(29, 86, 185, 0.04), 0px 41.77761px 33.42209px 0px rgba(29, 86, 185, 0.05); transition: all .5s ease; }

.service .block3 .slide .btn-prev svg, .service .block3 .slide .btn-next svg { width: 0.24rem; fill: #2F57C8; transition: all .5s ease; }

.service .block3 .slide .btn-prev.btn-prev, .service .block3 .slide .btn-next.btn-prev { left: 1.4rem; }

.service .block3 .slide .btn-prev.btn-next, .service .block3 .slide .btn-next.btn-next { right: 1.4rem; }

.service .block3 .slide .btn-prev:hover, .service .block3 .slide .btn-next:hover { background: #2F57C8; }

.service .block3 .slide .btn-prev:hover svg, .service .block3 .slide .btn-next:hover svg { fill: #fff; }

.service .block3 .slide.active .swiper-slide { box-shadow: none; backdrop-filter: blur(0); background: transparent; border: 0; opacity: 0 !important; }

.service .block3 .slide.active .swiper-slide .num { opacity: 0; }

.service .block3 .slide.active .swiper-slide .text { width: 6rem; text-align: left; transform: translate3d(40%, 0, 0); }

.service .block3 .slide.active .swiper-slide .text p { margin-top: 0.35rem; }

.service .block3 .slide.active .swiper-slide .text p:nth-child(3) { margin-top: 0.1rem !important; }

.service .block3 .slide.active .swiper-slide .text ul { opacity: 1; display: flex; }

.service .block3 .slide.active .swiper-slide .text ul.li2 li { width: 50%; }

.service .block3 .slide.active .swiper-slide .text h5 { margin-top: 0.3rem; }

.service .block3 .slide.active .swiper-slide .img { width: 5.6rem; opacity: 1; transform: translate3d(-110%, -50%, 0) scale(1) !important; }

.service .block3 .slide.active .swiper-slide .img1 { opacity: 0; }

.service .block3 .slide.active .swiper-slide:before, .service .block3 .slide.active .swiper-slide:after { opacity: 0; }

.service .block3 .slide.active .swiper-slide.swiper-slide-prev { transform: translate(-15vw, 15px) scale(0.76) !important; opacity: 1 !important; }

.service .block3 .slide.active .swiper-slide.swiper-slide-next { transform: translate(45vw, 15px) scale(0.76) !important; opacity: 1 !important; }

.service .block3 .slide.active .swiper-slide.swiper-slide-active { opacity: 1 !important; }

.technology { padding: 0; }

.technology .block { padding: 0.9rem 0; }

.technology .block .title { position: relative; padding-bottom: 0.25rem; }

.technology .block .title:after { content: ""; width: 9.37rem; height: 0.03rem; background: url(/zhuanti/fabuhui2025/images/title-line.png) no-repeat center/100%; position: absolute; left: 0; bottom: 0; right: 0; margin: auto; }

.technology .block .title h2 { font-size: 0.36rem; }

.technology .block .title h4 { font-size: 0.32rem; color: #fff; margin-top: 0.2rem; font-family: "SourceHanSans-Medium"; }

.technology .block .tabs { display: flex; justify-content: center; margin-bottom: 0.15rem; }

.technology .block .tabs .item { text-align: center; cursor: pointer; margin: 0 2.5rem; }

.technology .block .tabs .item h3 { font-size: 0.32rem; color: #fff; font-family: "SourceHanSans-Bold"; transition: all .5s ease; }

.technology .block .tabs .item h4 { font-size: 0.2rem; color: #fff; margin-top: 0.15rem; }

.technology .block .tabs .item:first-child { margin-left: 0; }

.technology .block .tabs .item:last-child { margin-right: 0; }

.technology .block1 { height: 9.8rem; background: url(/zhuanti/fabuhui2025/images/technology-bg1.jpg) no-repeat center/cover; }

.technology .block1 .slide { position: relative; overflow: hidden; }

.technology .block1 .slide .swiper-slide { height: 5.8rem; padding: 1rem 0.6rem; }

.technology .block1 .slide .swiper-slide .st { font-size: 0.24rem; color: #fff; font-family: "SourceHanSans-Medium"; text-align: center; margin-bottom: 0.7rem; }

.technology .block1 .slide .swiper-slide.swiper-slide1 { background: url(/zhuanti/fabuhui2025/images/technology-block1-slide1.png) no-repeat center/100%; }

.technology .block1 .slide .swiper-slide.swiper-slide1 .box { display: flex; align-items: center; justify-content: space-between; }

.technology .block1 .slide .swiper-slide.swiper-slide1 .left { width: 3.5rem; position: relative; }

.technology .block1 .slide .swiper-slide.swiper-slide1 .left img { width: 100%; }

.technology .block1 .slide .swiper-slide.swiper-slide1 .left .pi { width: 3.26rem; position: absolute; left: 0; right: 0; top: 0.22rem; margin: auto; }

.technology .block1 .slide .swiper-slide.swiper-slide1 .arrow { width: 0.21rem; margin: 0 0.7rem; }

.technology .block1 .slide .swiper-slide.swiper-slide1 .right { flex: 1; overflow: hidden; }

.technology .block1 .slide .swiper-slide.swiper-slide1 .right ul { display: flex; justify-content: space-between; flex-wrap: wrap; }

.technology .block1 .slide .swiper-slide.swiper-slide1 .right ul li { min-width: 1.66rem; position: relative; padding-bottom: 0.4rem; text-align: center; margin: 0 0.4rem; }

.technology .block1 .slide .swiper-slide.swiper-slide1 .right ul li h3 { font-size: 0.2rem; color: #00FFFF; font-family: "SourceHanSans-Medium"; }

.technology .block1 .slide .swiper-slide.swiper-slide1 .right ul li h4 { font-size: 0.16rem; color: #fff; margin: 0.15rem 0 0.1rem; line-height: 0.24rem; }

.technology .block1 .slide .swiper-slide.swiper-slide1 .right ul li p { font-size: 0.14rem; color: rgba(255, 255, 255, 0.6); line-height: 0.22rem; }

.technology .block1 .slide .swiper-slide.swiper-slide1 .right ul li .d { width: 1.66rem; height: 0.23rem; background: url(/zhuanti/fabuhui2025/images/technology-g1.png) no-repeat center/cover; position: absolute; left: 0; bottom: 0; right: 0; margin: auto; }

.technology .block1 .slide .swiper-slide.swiper-slide1 .right ul li:first-child { margin-left: 0; }

.technology .block1 .slide .swiper-slide.swiper-slide1 .right ul li:last-child { margin-right: 0; }

.technology .block1 .slide .swiper-slide.swiper-slide1 .right ul:first-of-type { margin-bottom: 0.7rem; }

.technology .block1 .slide .swiper-slide.swiper-slide1 .right ul:last-of-type li { margin: 0; }

.technology .block1 .slide .swiper-slide.swiper-slide1 .right ul:last-of-type li:nth-child(1) { flex: 0 0 30%; }

.technology .block1 .slide .swiper-slide.swiper-slide1 .right ul:last-of-type li:nth-child(2) { flex: 0 0 39%; }

.technology .block1 .slide .swiper-slide.swiper-slide1 .right ul:last-of-type li:nth-child(3) { flex: 0 0 26%; }

.technology .block1 .slide .swiper-slide.swiper-slide2 { padding: 0.75rem 0.25rem; background: url(/zhuanti/fabuhui2025/images/technology-block1-slide2.png) no-repeat center/cover; }

.technology .block1 .slide .swiper-slide.swiper-slide2 .st { margin-bottom: 0.3rem; }

.technology .block1 .slide .swiper-slide.swiper-slide2 .box { display: flex; align-items: center; justify-content: space-between; }

.technology .block1 .slide .swiper-slide.swiper-slide2 .list1 { display: flex; justify-content: space-between; }

.technology .block1 .slide .swiper-slide.swiper-slide2 .list1 li { text-align: center; }

.technology .block1 .slide .swiper-slide.swiper-slide2 .list1 li .img { padding-bottom: 0.3rem; position: relative; margin-bottom: 0.2rem; display: flex; flex-direction: column; justify-content: flex-end; }

.technology .block1 .slide .swiper-slide.swiper-slide2 .list1 li .img img { margin: 0 auto; }

.technology .block1 .slide .swiper-slide.swiper-slide2 .list1 li .img:after { content: ""; width: 1.66rem; height: 0.23rem; background: url(/zhuanti/fabuhui2025/images/technology-g1.png) no-repeat center/100%; position: absolute; left: 0; bottom: 0; right: 0; margin: auto; }

.technology .block1 .slide .swiper-slide.swiper-slide2 .list1 li h3 { font-size: 0.2rem; color: #00FFFF; font-family: "SourceHanSans-Medium"; }

.technology .block1 .slide .swiper-slide.swiper-slide2 .list1 li h4 { font-size: 0.16rem; color: #fff; margin: 0.1rem 0; line-height: 0.24rem; }

.technology .block1 .slide .swiper-slide.swiper-slide2 .list2 { display: flex; justify-content: space-around; margin-top: 0.7rem; }

.technology .block1 .slide .swiper-slide.swiper-slide2 .list2 li { display: flex; align-items: center; }

.technology .block1 .slide .swiper-slide.swiper-slide2 .list2 li .icon { width: 0.7rem; margin-right: 0.2rem; }

.technology .block1 .slide .swiper-slide.swiper-slide2 .list2 li .icon img { width: 100%; }

.technology .block1 .slide .swiper-slide.swiper-slide2 .list2 li .text h3 { font-size: 0.2rem; color: #00FFFF; font-family: "SourceHanSans-Medium"; }

.technology .block1 .slide .swiper-slide.swiper-slide2 .list2 li .text h4 { font-size: 0.16rem; color: #fff; margin-top: 0.1rem; line-height: 0.24rem; }

.technology .block1 .slide .swiper-slide.swiper-slide2 .arrow { width: 0.21rem; margin: 0 0.48rem; }

.technology .block1 .slide .swiper-slide.swiper-slide2 .right { flex: 1; position: relative; }

.technology .block1 .slide .swiper-slide.swiper-slide2 .right .list1 li img { height: 0.77rem; }

.technology .block1 .slide .swiper-slide.swiper-slide3 { padding: 0.75rem; background: url(/zhuanti/fabuhui2025/images/technology-block1-slide3.png) no-repeat center/cover; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul { display: flex; justify-content: space-between; align-items: flex-end; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li { text-align: center; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li h3 { font-size: 0.2rem; color: #fff; position: relative; padding-bottom: 0.22rem; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li h3:after { content: ""; width: 100%; height: 2px; background: linear-gradient(63deg, rgba(2, 114, 180, 0) 0%, #0272B4 50%, rgba(2, 114, 180, 0) 100%); position: absolute; left: 0; bottom: 0; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li h3 b { font-size: 0.28rem; color: #00FFFF; font-family: "SourceHanSans-Bold"; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li .bb { width: 3rem; height: 2.6rem; padding: 0 0.2rem; display: flex; flex-direction: column; justify-content: center; background: url(/zhuanti/fabuhui2025/images/technology-block1-slide3-li.png) no-repeat center/100%; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li .bb dl { display: flex; align-items: center; justify-content: space-around; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li .bb dl dd { text-align: center; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li .bb dl dd h4 { font-size: 0.16rem; color: #fff; margin-bottom: 0.25rem; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li .bb dl dd h5 { font-size: 0.16rem; color: #fff; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li .bb dl dd h5 b { font-size: 0.2rem; color: #00FFFF; font-family: "SourceHanSans-Bold"; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li.li1 dl dd .bbb { width: 0.8rem; height: 0.8rem; background: url(/zhuanti/fabuhui2025/images/technology-block1-slide3-li-c.png) no-repeat center/100%; display: flex; flex-direction: column; justify-content: center; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li.li1 dl dd .bbb h5 { font-size: 0.3rem; font-family: "SourceHanSans-Bold"; color: #00FFFF; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li.li1 dl dd .bbb h6 { font-size: 0.14rem; color: #fff; margin-top: 0.05rem; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li.li1 dl dd.vs { margin-top: 0.4rem; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li.li2 { margin-left: 1.1rem; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li.li2 dl { flex-wrap: wrap; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li.li2 dl dd { width: 100%; margin-bottom: 0.2rem; padding-bottom: 0.22rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li.li2 dl dd:last-child { border: 0; margin: 0; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li.li3 { display: flex; align-items: center; margin-left: 0.3rem; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li.li3 .arrow { width: 0.21rem; height: 0.4rem; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li.li3 .bb { width: 3.45rem; padding: 0.4rem; height: auto; background: transparent; }

.technology .block1 .slide .swiper-slide.swiper-slide3 ul li.li4 { margin-left: 0.3rem; }

.technology .block2 { height: 9.8rem; background: url(/zhuanti/fabuhui2025/images/technology-bg2.jpg) no-repeat center/cover; }

.technology .block2 .slide { position: relative; overflow: hidden; }

.technology .block2 .slide .swiper-slide { height: 4.8rem; }

.technology .block2 .slide .swiper-slide.swiper-slide1 { padding: 1rem 1.2rem; display: flex; align-items: center; justify-content: space-between; background: url(/zhuanti/fabuhui2025/images/technology-block2-slide1.png) no-repeat center/100%; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .left { width: 4rem; height: 3.1rem; position: relative; display: flex; align-items: center; justify-content: center; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .left h4 { font-size: 0.24rem; color: #fff; position: absolute; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .left h4.t1 { left: 0; top: 0; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .left h4.t2 { right: 0; top: 0; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .left h4.t3 { left: 0; bottom: 0; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .left h4.t4 { right: 0; bottom: 0; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .left img { width: 3.14rem; margin: 0 auto; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .center { text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .center h3 { font-size: 0.28rem; color: #00FFFF; font-family: "SourceHanSans-Bold"; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .center .jt { display: flex; margin: 0.4rem 0 0.3rem; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .center .jt img { width: 0.73rem; margin: 0 0.4rem; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .center ul { display: flex; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .center ul li { margin: 0 0.6rem; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .center ul li h4 { font-size: 0.2rem; color: #00FFFF; margin-bottom: 0.15rem; font-family: "SourceHanSans-Medium"; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .center ul li h5 { font-size: 0.16rem; color: #fff; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .right { display: flex; align-items: center; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .right .arrow { width: 0.21rem; margin-right: 1rem; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .right ul li { margin-top: 0.6rem; font-size: 0.2rem; color: #fff; font-family: "SourceHanSans-Medium"; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .right ul li b { font-size: 0.28rem; color: #00FFFF; font-family: "SourceHanSans-Bold"; }

.technology .block2 .slide .swiper-slide.swiper-slide1 .right ul li:first-child { margin-top: 0; }

.technology .block2 .slide .swiper-slide.swiper-slide2 { padding: 0.8rem 1.15rem 0.35rem; display: flex; align-items: center; justify-content: space-between; background: url(/zhuanti/fabuhui2025/images/technology-block2-slide2.png) no-repeat center/100%; }

.technology .block2 .slide .swiper-slide.swiper-slide2 .box { position: relative; }

.technology .block2 .slide .swiper-slide.swiper-slide2 .box .img { width: 100%; position: relative; }

.technology .block2 .slide .swiper-slide.swiper-slide2 .box .img:before { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); position: absolute; left: 0; top: 0; z-index: 1; }

.technology .block2 .slide .swiper-slide.swiper-slide2 .box .img img { width: 100%; }

.technology .block2 .slide .swiper-slide.swiper-slide2 .box ul { width: 100%; height: 100%; display: flex; align-items: center; position: absolute; left: 0; top: 0; }

.technology .block2 .slide .swiper-slide.swiper-slide2 .box ul li { width: 33.333%; height: 100%; text-align: center; overflow: hidden; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; }

.technology .block2 .slide .swiper-slide.swiper-slide2 .box ul li img { width: 95%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }

.technology .block2 .slide .swiper-slide.swiper-slide2 .box ul li h3 { font-size: 0.24rem; color: #fff; font-family: "SourceHanSans-Bold"; position: relative; z-index: 1; }

.technology .block2 .slide .swiper-slide.swiper-slide2 .box ul li h4 { font-size: 0.16rem; color: #fff; margin: 0.15rem 0 0.1rem; position: relative; z-index: 1; }

.technology .block2 .slide .swiper-slide.swiper-slide2 .box ul li h5 { font-size: 0.14rem; color: rgba(255, 255, 255, 0.9); position: relative; z-index: 1; }

.technology .block2 .slide .swiper-slide.swiper-slide2 .box ul li:nth-child(2) img { width: 95%; }

.technology .block2 .slide .swiper-slide.swiper-slide2 .box ul li:nth-child(3) img { width: 80%; }

.technology .block3 { height: 9rem; background: url(/zhuanti/fabuhui2025/images/technology-bg3.jpg) no-repeat center/cover; }

.technology .block3 .title { margin-bottom: 1.2rem; }

.technology .block3 .title:after { display: none; }

.technology .block3 .box { display: flex; align-items: center; justify-content: space-between; }

.technology .block3 .tabs { display: inline-flex; flex-direction: column; padding: 0; margin-right: 1.5rem; }

.technology .block3 .tabs .item { margin: 0; text-align: left; margin-top: 1rem; position: relative; padding-bottom: 0.17rem; }

.technology .block3 .tabs .item:after { content: ""; width: 0; height: 1px; background: #00FFFF; position: absolute; left: 0; bottom: 0; transition: all .5s ease; }

.technology .block3 .tabs .item.active:after { width: 100%; }

.technology .block3 .tabs .item.active h3 { color: #00FFFF; }

.technology .block3 .tabs .item:first-child { margin-top: 0; }

.technology .block3 .slide { flex: 1; overflow: hidden; }

.technology .block3 .slide .swiper-slide.swiper-slide1 ul { display: flex; }

.technology .block3 .slide .swiper-slide.swiper-slide1 ul li { margin-left: -0.6rem; position: relative; }

.technology .block3 .slide .swiper-slide.swiper-slide1 ul li:nth-child(1) { margin-left: 0; z-index: 2; }

.technology .block3 .slide .swiper-slide.swiper-slide1 ul li:nth-child(2) { z-index: 2; }

.technology .block3 .slide .swiper-slide.swiper-slide1 ul li:nth-child(3) { z-index: 2; }

.technology .block3 .slide .swiper-slide.swiper-slide1 ul li:nth-child(4) { z-index: 2; }

.technology .block3 .slide .swiper-slide.swiper-slide2 ul, .technology .block3 .slide .swiper-slide.swiper-slide3 ul { display: flex; }

.order { padding-top: 1.2rem; background: url(/zhuanti/fabuhui2025/images/order-bg.jpg) no-repeat center/cover; }

.order .box { display: flex; flex-wrap: wrap; border-radius: 0.16rem; overflow: hidden; background: #fff; }

.order .box .img { width: 66%; }

.order .box .img img { width: 100%; }

.order .box form { flex: 1; width: 0; padding: 0.8rem 0.8rem 0; }

.order .box form h3 { font-size: 0.3rem; font-weight: bold; }

.order .box form h3 span { color: #2F57C8; }

.order .box form .row { display: flex; justify-content: space-between; align-items: center; margin-top: 0.3rem; border-bottom: 1px solid #D9D9D9; }

.order .box form .row i { color: red; }

.order .box form .row label { font-size: 0.18rem; margin-right: 0.2rem; }

.order .box form .row input { flex: 1; width: 0; height: 0.6rem; font-size: 0.18rem; }

.order .box form .row.textarea { flex: 0 0 100%; align-items: flex-start; }

.order .box form .row.textarea textarea { flex: 1; height: 1.2rem; font-size: 0.18rem; }

.order .box form .btn { width: 4rem; height: 0.6rem; font-size: 0.2rem; color: #fff; text-align: center; background: linear-gradient(126deg, #1244B9 0%, #0E63D2 100%); box-shadow: 0 0.03rem 0.06rem 1px rgba(8, 49, 165, 0.28); border-radius: 0.5rem; margin: 0.4rem auto 0; cursor: pointer; display: block; }

.footer { height: 1.9rem; font-size: 0.18rem; color: #E8E8E8; padding-top: 1rem; background: url(/zhuanti/fabuhui2025/images/footer.jpg) no-repeat center/cover; display: flex; align-items: center; justify-content: center; position: relative; z-index: 2; }

.footer span { margin-right: 0.06rem; }

/*! <=991 手机端 */
@media all and (max-width: 991px) { .container { width: 100%; padding: 0 0.3rem; }
  .xs-display { display: block !important; }
  .lg-display { display: none !important; }
  .banner .mask { height: 10rem; position: relative; left: 0; top: 0; transform: translate(0, 0); }
  .banner .mask .logo { left: 0.3rem; top: 0.6rem; }
  .banner .mask .text { width: 6.36rem; }
  .banner .mask .text h3 { font-size: 0.28rem; margin-top: 5rem; }
  .banner .mask .qr { width: 1.8rem; position: absolute; left: 1.5rem; bottom: 8%; }
  .banner .mask .qr img { width: 100%; }
  .banner .mouseslide { display: none; }
  .banner .down { width: 0.38rem; height: 0.41rem; background: url(/zhuanti/fabuhui2025/images/xsdown.webp) no-repeat center/100%; margin: 0 auto 0.2rem; position: absolute; left: 0; top: 9rem; right: 0; z-index: 2; z-index: 1; margin: auto; }
  .banner .video-xs { padding: 0 0.3rem; background: #1e6cc4; margin-top: -0.01rem; position: relative; z-index: 1; }
  .banner .video-xs img { border-radius: 0.2rem; overflow: hidden; }
  .banner .video-xs .text { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; }
  .banner .video-xs .text .btn-play { position: relative; }
  .banner .video-xs .text p { font-size: 0.26rem; color: #fff; margin-top: 0.2rem; }
  .section:before { width: 85%; height: 1.09rem; top: 0; }
  .section .title h3 { font-size: 0.26rem; }
  .section .title p { font-size: 0.28rem; }
  .scene { margin-top: -0.02rem; padding-top: 0.7rem; padding-bottom: 0.6rem; }
  .scene:before { top: 0; }
  .scene .box .big { height: 4.04rem; }
  .scene .box .big:after { background: url(/zhuanti/fabuhui2025/images/scene-box-xs.png) no-repeat center/cover; }
  .scene .box .big .text { transform: translate(-50%, -65%); }
  .scene .box .big .text h3 { font-size: 0.3rem; margin-bottom: 0.5rem; }
  .scene .box .big .btn { width: 2.4rem; height: 0.7rem; font-size: 0.28rem; }
  .scene .box .big .tit { font-size: 0.26rem; color: #fff; position: absolute; left: 1rem; bottom: 0.2rem; z-index: 2; }
  .scene #dplayer, .scene #myvideo { height: auto; }
  .scene .slide { margin-top: 0.3rem; }
  .scene .slide .btn-play { width: 0.52rem; height: 0.52rem; }
  .scene .slide .btn-play svg { width: 0.3rem; }
  .scene .slide .btn-play:after { width: 0.08rem; height: 0.08rem; margin-left: -0.04rem; margin-top: -0.04rem; transform-origin: 0.04rem 0.3rem; }
  .gallery { margin-top: -0.02rem; }
  .gallery .box a { display: block; width: 48.5%; height: 1.9rem; margin: 3% 0 0 3%; }
  .gallery .box a:first-child { width: 48.5%; height: 4rem; }
  .gallery .box a:nth-child(n+4) { display: none; }
  .gallery .box a:hover img { transform: scale(1); }
  .product { padding: 0.6rem 0; }
  .product .tabs { width: 100%; }
  .product .tabs .item { font-size: 0.28rem; padding-bottom: 0.3rem; }
  .product .slide { margin-top: 0.6rem; }
  .product .slide .slide1 .swiper-slide { height: 6.8rem; }
  .product .slide .slide1 .swiper-slide .text { margin-top: 0.3rem; padding: 0.3rem 0.3rem 0.4rem; }
  .product .slide .slide1 .swiper-slide .text h2 { font-size: 0.3rem; }
  .product .slide .slide1 .swiper-slide .text p { font-size: 0.26rem; line-height: 0.3rem; margin-top: 0.2rem; height: 0.6rem; }
  .product .slide .slide1 .swiper-slide .btn { height: 0.8rem; font-size: 0.26rem; margin-top: 0.3rem; }
  .product .slide .slide1 .swiper-slide:hover img { transform: scale(1); }
  .news { padding: 0.6rem 0; margin-top: -0.02rem; }
  .news .box { padding: 0 0.3rem; }
  .news .box .left { width: 100%; }
  .news .box .left .date { left: 0.4rem; top: 0.4rem; }
  .news .box .left .date h3 { font-size: 0.46rem; }
  .news .box .left .date p { font-size: 0.24rem; }
  .news .box .left h2 { font-size: 0.28rem; line-height: 0.44rem; }
  .news .box .right { width: 100%; margin-top: 0.3rem; padding-bottom: 0.4rem; }
  .news .box .right .swiper-slide h2 { font-size: 0.28rem; line-height: 0.44rem; height: 0.88rem; }
  .news .box .right .swiper-slide .line { margin: 0.3rem 0; }
  .news .box .right .swiper-slide p { font-size: 0.24rem; line-height: 0.42rem; height: 1.68rem; }
  .news .box .right .swiper-slide .other { width: 100%; margin-top: 0.8rem; display: flex; align-items: center; justify-content: space-between; }
  .news .box .right .swiper-slide .other .date h3 { font-size: 0.46rem; }
  .news .box .right .swiper-slide .other .date p { font-size: 0.24rem; }
  .news .box .right .swiper-slide .other i { font-size: 0.3rem; }
  .news .box .right .swiper-pagination { bottom: 0; }
  .news .box .right .swiper-pagination .swiper-pagination-bullet { width: 0.3rem; height: 0.04rem; background: #fff; border-radius: 0; margin: 0 0.05rem; }
  .service .block .st { font-size: 0.36rem; }
  .service .block .st i { font-size: 0.4rem; }
  .service .block .st .l:before, .service .block .st .r:before { right: 0.14rem; }
  .service .block .st .l:after, .service .block .st .r:after { width: 0.14rem; height: 0.14rem; }
  .service .block .st .l.r:before, .service .block .st .r.r:before { left: 0.14rem; }
  .service .block1 ul { flex-wrap: wrap; }
  .service .block1 ul li { width: 100%; margin-top: 0.3rem; }
  .service .block1 ul li .text { width: 100%; padding: 0.3rem; transform: translateY(0); background: linear-gradient(320.94deg, #0a8bfb 0%, #0748aa 100%); }
  .service .block1 ul li .text h3 { font-size: 0.28rem; }
  .service .block1 ul li .text p { font-size: 0.24rem; margin-top: 0.2rem; opacity: 1; line-height: 1.6; }
  .service .block1 ul li.active { width: 100%; }
  .service .block1 ul li:first-child { margin-top: 0; }
  .service .block2 { margin-top: 0.6rem; }
  .service .block2 ul { margin-top: 0.2rem; }
  .service .block2 ul li { width: 100%; height: 4rem; margin-top: 0.3rem; border-radius: 0.16rem; overflow: hidden; }
  .service .block2 ul li h3 { font-size: 0.28rem; margin-top: 0.2rem; }
  .service .block2 ul li dl { width: 95%; margin: 1rem auto 0; }
  .service .block2 ul li dl dd { padding: 0 0.2rem; }
  .service .block2 ul li dl dd img { width: 1.02rem; }
  .service .block2 ul li dl dd p { font-size: 0.24rem; line-height: 1.6; }
  .service .block2 ul li dl dd:first-child { flex: 0 0 30%; }
  .service .block2 ul li:nth-child(1) { background: url(/zhuanti/fabuhui2025/images/service-block2-bg1.webp) no-repeat center/cover; }
  .service .block2 ul li:nth-child(2) { background: url(/zhuanti/fabuhui2025/images/service-block2-bg2.webp) no-repeat center/cover; }
  .service .block3 { margin-top: 0.6rem; padding-bottom: 0.6rem; }
  .service .block3 .slide .swiper-slide { height: 6.5rem; }
  .service .block3 .slide .swiper-slide .text { width: 95%; top: 1.3rem; }
  .service .block3 .slide .swiper-slide .text h3 { font-size: 0.28rem; }
  .service .block3 .slide .swiper-slide .text p { font-size: 0.24rem; }
  .service .block3 .slide .swiper-slide .text h5 { font-size: 0.26rem; }
  .service .block3 .slide .swiper-slide .text ul li { width: 50%; padding-left: 0.2rem; margin-top: 0.2rem; font-size: 0.24rem; }
  .service .block3 .slide .swiper-slide .text ul li:before { width: 0.08rem; height: 0.08rem; top: 0.07rem; }
  .service .block3 .slide .swiper-slide.swiper-slide-active .num { top: 0.3rem; }
  .service .block3 .slide .btn-prev, .service .block3 .slide .btn-next { width: 0.6rem; height: 0.6rem; }
  .service .block3 .slide .btn-prev svg, .service .block3 .slide .btn-next svg { width: 0.3rem; }
  .service .block3 .slide .btn-prev.btn-prev, .service .block3 .slide .btn-next.btn-prev { left: 0.8rem; }
  .service .block3 .slide .btn-prev.btn-next, .service .block3 .slide .btn-next.btn-next { right: 0.8rem; }
  .service .block3 .slide.active .swiper-slide { height: 8rem; }
  .service .block3 .slide.active .swiper-slide .text { width: 6.8rem; text-align: left; transform: translate3d(-14%, 63vw, 0); }
  .service .block3 .slide.active .swiper-slide .text p { margin-top: 0.2rem; }
  .service .block3 .slide.active .swiper-slide .text ul { opacity: 1; display: flex; }
  .service .block3 .slide.active .swiper-slide .text ul.li2 li { width: 50%; }
  .service .block3 .slide.active .swiper-slide .text h5 { margin-top: 0.3rem; }
  .service .block3 .slide.active .swiper-slide .img { width: 6.8rem; transform: translate3d(-50%, -65%, 0) scale(1) !important; }
  .service .block3 .slide.active .swiper-slide.swiper-slide-prev { transform: translate(100%, 0) scale(0.76) !important; }
  .service .block3 .slide.active .swiper-slide.swiper-slide-next { transform: translate(100%, 0) scale(0.76) !important; }
  .service .block3 .slide.active .btn-prev, .service .block3 .slide.active .btn-next { top: 38%; }
  .service .block3 .slide.active .btn-prev.btn-prev, .service .block3 .slide.active .btn-next.btn-prev { left: 0.3rem; }
  .service .block3 .slide.active .btn-prev.btn-next, .service .block3 .slide.active .btn-next.btn-next { right: 0.3rem; }
  .technology { padding: 0; }
  .technology .block-xs { padding: 0.9rem 0; }
  .technology .block-xs .title { position: relative; padding-bottom: 0.25rem; }
  .technology .block-xs .title:after { content: ""; width: 6.3rem; height: 0.16rem; background: url(/zhuanti/fabuhui2025/images/title-line.png) no-repeat center/100%; position: absolute; left: 0; bottom: 0; right: 0; margin: auto; }
  .technology .block-xs .title h2 { font-size: 0.38rem; }
  .technology .block-xs .title h4 { font-size: 0.36rem; color: #fff; margin-top: 0.3rem; font-family: "SourceHanSans-Medium"; }
  .technology .block-xs .title1 { text-align: center; }
  .technology .block-xs .title1 h3 { font-size: 0.34rem; color: #fff; font-family: "SourceHanSans-Bold"; transition: all .5s ease; }
  .technology .block-xs .title1 h4 { font-size: 0.28rem; color: #fff; margin-top: 0.15rem; }
  .technology .block-xs .st { font-size: 0.28rem; color: #fff; font-family: "SourceHanSans-Medium"; text-align: center; line-height: 0.42rem; }
  .technology .block1-xs { background: url(/zhuanti/fabuhui2025/images/technology-bg1-xs.jpg) no-repeat center/cover; }
  .technology .block1-xs .box { margin-top: 0.3rem; padding: 0.4rem 0.6rem; border: 1px solid rgba(112, 176, 250, 0.4); background: linear-gradient(131deg, rgba(30, 59, 122, 0.05) 0%, rgba(159, 186, 255, 0.07) 100%); }
  .technology .block1-xs .box .top { width: 3.5rem; position: relative; margin: 0.2rem auto 0; }
  .technology .block1-xs .box .top img { width: 100%; }
  .technology .block1-xs .box .top .pi { width: 3.26rem; position: absolute; left: 0; right: 0; top: 0.22rem; margin: auto; }
  .technology .block1-xs .box .arrow { width: 0.4rem; margin: 0.3rem auto; }
  .technology .block1-xs .box .bottom ul { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .technology .block1-xs .box .bottom ul li { position: relative; padding-bottom: 0.3rem; text-align: center; margin-bottom: 0.45rem; }
  .technology .block1-xs .box .bottom ul li h3 { font-size: 0.3rem; color: #00FFFF; font-family: "SourceHanSans-Medium"; }
  .technology .block1-xs .box .bottom ul li h4 { font-size: 0.26rem; color: #fff; margin: 0.15rem 0; }
  .technology .block1-xs .box .bottom ul li p { font-size: 0.24rem; color: rgba(255, 255, 255, 0.6); line-height: 0.3rem; }
  .technology .block1-xs .box .bottom ul li .d { width: 1.66rem; height: 0.23rem; background: url(/zhuanti/fabuhui2025/images/technology-g1.png) no-repeat center/cover; position: absolute; left: 0; bottom: 0; right: 0; margin: auto; }
  .technology .block1-xs .box .bottom ul.list1 li { width: 50%; }
  .technology .block1-xs .box .bottom ul.list2 li { width: 100%; padding-bottom: 0.4rem; }
  .technology .block2-xs { background: url(/zhuanti/fabuhui2025/images/technology-bg1-xs.jpg) no-repeat center/cover; }
  .technology .block2-xs .box { margin-top: 0.3rem; padding: 0.4rem 0.5rem; border: 1px solid rgba(112, 176, 250, 0.4); background: linear-gradient(131deg, rgba(30, 59, 122, 0.05) 0%, rgba(159, 186, 255, 0.07) 100%); }
  .technology .block2-xs .box .text { text-align: center; }
  .technology .block2-xs .box .text h3 { font-size: 0.3rem; color: #00FFFF; font-family: "SourceHanSans-Medium"; }
  .technology .block2-xs .box .text h4 { font-size: 0.26rem; color: #fff; margin: 0.25rem 0; line-height: 0.4rem; }
  .technology .block2-xs .box .top .img { width: 2.19rem; padding-bottom: 0.3rem; position: relative; margin: 0.2rem auto 0.4rem; }
  .technology .block2-xs .box .top .img img { margin: 0 auto; }
  .technology .block2-xs .box .top .img:after { content: ""; width: 1.66rem; height: 0.23rem; background: url(/zhuanti/fabuhui2025/images/technology-g1.png) no-repeat center/100%; position: absolute; left: 0; bottom: 0; right: 0; margin: auto; }
  .technology .block2-xs .box .arrow { width: 0.4rem; margin: 0.3rem auto; }
  .technology .block2-xs .box .center { margin-top: 0.4rem; padding-bottom: 0.4rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .technology .block2-xs .box .center .slide { position: relative; overflow: hidden; padding-bottom: 0.2rem; }
  .technology .block2-xs .box .center .slide .swiper-slide .img { padding-bottom: 0.3rem; position: relative; margin-bottom: 0.2rem; display: flex; flex-direction: column; justify-content: flex-end; }
  .technology .block2-xs .box .center .slide .swiper-slide .img img { margin: 0 auto; }
  .technology .block2-xs .box .center .slide .swiper-slide .img:after { content: ""; width: 1.66rem; height: 0.23rem; background: url(/zhuanti/fabuhui2025/images/technology-g1.png) no-repeat center/100%; position: absolute; left: 0; bottom: 0; right: 0; margin: auto; }
  .technology .block2-xs .box .center .slide .swiper-pagination { bottom: 0; }
  .technology .block2-xs .box .center .slide .swiper-pagination .swiper-pagination-bullet { width: 0.2rem; height: 0.03rem; background: rgba(255, 255, 255, 0.2); border-radius: 0; opacity: 1; }
  .technology .block2-xs .box .center .slide .swiper-pagination .swiper-pagination-bullet-active { background: white; }
  .technology .block2-xs .box .bottom ul li { display: flex; align-items: center; margin-top: 0.5rem; }
  .technology .block2-xs .box .bottom ul li .icon { width: 0.7rem; margin-right: 0.2rem; }
  .technology .block2-xs .box .bottom ul li .icon img { width: 100%; }
  .technology .block2-xs .box .bottom ul li .text { text-align: left; }
  .technology .block2-xs .box .bottom ul li .text h4 { margin: 0.1rem auto 0; }
  .technology .block3-xs { background: url(/zhuanti/fabuhui2025/images/technology-bg1-xs.jpg) no-repeat center/cover; }
  .technology .block3-xs .box { margin-top: 0.3rem; padding: 0.4rem 0.9rem; border: 1px solid rgba(112, 176, 250, 0.4); background: linear-gradient(131deg, rgba(30, 59, 122, 0.05) 0%, rgba(159, 186, 255, 0.07) 100%); }
  .technology .block3-xs .box h3 { font-size: 0.3rem; color: #fff; position: relative; padding-bottom: 0.22rem; margin-top: 0.3rem; text-align: center; }
  .technology .block3-xs .box h3:after { content: ""; width: 100%; height: 2px; background: linear-gradient(63deg, rgba(2, 114, 180, 0) 0%, #0272B4 50%, rgba(2, 114, 180, 0) 100%); position: absolute; left: 0; bottom: 0; }
  .technology .block3-xs .box h3 b { font-size: 0.4rem; color: #00FFFF; font-family: "SourceHanSans-Bold"; }
  .technology .block3-xs .box .bb { width: 5rem; height: auto; padding: 0.4rem 0.2rem; display: flex; flex-direction: column; justify-content: center; background: url(/zhuanti/fabuhui2025/images/technology-block1-slide3-li.png) no-repeat center/100%; margin: 0 auto; }
  .technology .block3-xs .box .bb dl { display: flex; align-items: center; justify-content: space-around; }
  .technology .block3-xs .box .bb dl dd { text-align: center; }
  .technology .block3-xs .box .bb dl dd h4 { font-size: 0.26rem; color: #fff; margin-bottom: 0.25rem; }
  .technology .block3-xs .box .bb dl dd h5 { font-size: 0.26rem; color: #fff; }
  .technology .block3-xs .box .bb dl dd h5 b { font-size: 0.3rem; color: #00FFFF; font-family: "SourceHanSans-Bold"; }
  .technology .block3-xs .box .bb dl dd .bbb { width: 1.3rem; height: 1.3rem; background: url(/zhuanti/fabuhui2025/images/technology-block1-slide3-li-c.png) no-repeat center/100%; display: flex; flex-direction: column; justify-content: center; }
  .technology .block3-xs .box .bb dl dd .bbb h5 { font-size: 0.4rem; font-family: "SourceHanSans-Bold"; color: #00FFFF; }
  .technology .block3-xs .box .bb dl dd .bbb h6 { font-size: 0.26rem; color: #fff; margin-top: 0.05rem; }
  .technology .block3-xs .box .bb dl dd.vs { margin-top: 0.4rem; }
  .technology .block3-xs .box .li2 .bb, .technology .block3-xs .box .li4 .bb { margin-top: 0.2rem; }
  .technology .block3-xs .box .li2 .bb dl, .technology .block3-xs .box .li4 .bb dl { flex-wrap: wrap; }
  .technology .block3-xs .box .li2 .bb dl dd, .technology .block3-xs .box .li4 .bb dl dd { width: 100%; margin-top: 0.4rem; padding-top: 0.4rem; border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .technology .block3-xs .box .li2 .bb dl dd:first-child, .technology .block3-xs .box .li4 .bb dl dd:first-child { margin-top: 0; border: 0; padding-top: 0; }
  .technology .block3-xs .box .li3 { margin: 0.3rem 0; }
  .technology .block3-xs .box .li3 .arrow { width: 0.4rem; margin: 0.3rem auto; }
  .technology .block4-xs { background: url(/zhuanti/fabuhui2025/images/technology-bg1-xs.jpg) no-repeat center/cover; }
  .technology .block4-xs .box { margin-top: 0.3rem; padding: 0.6rem 0.1rem; border: 1px solid rgba(112, 176, 250, 0.4); background: linear-gradient(131deg, rgba(30, 59, 122, 0.05) 0%, rgba(159, 186, 255, 0.07) 100%); }
  .technology .block4-xs .box .top { width: 4.5rem; height: 3.5rem; position: relative; margin: 0 auto; }
  .technology .block4-xs .box .top h4 { font-size: 0.28rem; color: #fff; position: absolute; }
  .technology .block4-xs .box .top h4.t1 { left: 0; top: 0; }
  .technology .block4-xs .box .top h4.t2 { right: 0; top: 0; }
  .technology .block4-xs .box .top h4.t3 { left: 0; bottom: 0; }
  .technology .block4-xs .box .top h4.t4 { right: 0; bottom: 0; }
  .technology .block4-xs .box .top img { width: 3.94rem; margin: 0 auto; }
  .technology .block4-xs .box .center { margin: 0.6rem 0; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; }
  .technology .block4-xs .box .center h3 { font-size: 0.34rem; color: #00FFFF; font-family: "SourceHanSans-Bold"; }
  .technology .block4-xs .box .center .jt { display: flex; margin: 0.3rem 0; }
  .technology .block4-xs .box .center .jt img { width: 0.73rem; margin: 0 0.4rem; }
  .technology .block4-xs .box .center ul { display: flex; }
  .technology .block4-xs .box .center ul li { margin: 0 0.2rem; }
  .technology .block4-xs .box .center ul li h4 { font-size: 0.3rem; color: #00FFFF; margin-bottom: 0.15rem; font-family: "SourceHanSans-Medium"; }
  .technology .block4-xs .box .center ul li h5 { font-size: 0.24rem; color: #fff; }
  .technology .block4-xs .box .bottom { display: flex; flex-direction: column; justify-content: center; align-items: center; }
  .technology .block4-xs .box .bottom .arrow { width: 0.4rem; margin-bottom: 0.4rem; }
  .technology .block4-xs .box .bottom ul { display: flex; }
  .technology .block4-xs .box .bottom ul li { font-size: 0.28rem; color: #fff; font-family: "SourceHanSans-Medium"; margin: 0 0.3rem; }
  .technology .block4-xs .box .bottom ul li b { font-size: 0.36rem; color: #00FFFF; font-family: "SourceHanSans-Bold"; }
  .technology .block5-xs { background: url(/zhuanti/fabuhui2025/images/technology-bg2-xs.jpg) no-repeat center/cover; }
  .technology .block5-xs .box { margin-top: 0.3rem; padding: 0.5rem 0.9rem; border: 1px solid rgba(112, 176, 250, 0.4); background: linear-gradient(131deg, rgba(30, 59, 122, 0.05) 0%, rgba(159, 186, 255, 0.07) 100%); }
  .technology .block5-xs .box .slide { position: relative; overflow: hidden; padding-bottom: 0.5rem; }
  .technology .block5-xs .box .slide .swiper-slide .img { position: relative; margin-bottom: 0.3rem; }
  .technology .block5-xs .box .slide .swiper-slide .img img { width: 100%; margin: 0 auto; }
  .technology .block5-xs .box .slide .swiper-slide .text { text-align: center; }
  .technology .block5-xs .box .slide .swiper-slide .text h3 { font-size: 0.3rem; color: #fff; font-family: "SourceHanSans-Medium"; }
  .technology .block5-xs .box .slide .swiper-slide .text h4 { font-size: 0.26rem; color: #fff; margin: 0.2rem 0; }
  .technology .block5-xs .box .slide .swiper-slide .text h5 { font-size: 0.24rem; color: #fff; }
  .technology .block5-xs .box .slide .swiper-pagination { bottom: 0; }
  .technology .block5-xs .box .slide .swiper-pagination .swiper-pagination-bullet { width: 0.2rem; height: 0.03rem; background: rgba(255, 255, 255, 0.2); border-radius: 0; opacity: 1; }
  .technology .block5-xs .box .slide .swiper-pagination .swiper-pagination-bullet-active { background: white; }
  .technology .block6-xs { padding: 0.8rem; background: url(/zhuanti/fabuhui2025/images/technology-bg3-xs.jpg) no-repeat center/cover; }
  .technology .block6-xs .title { width: 80%; margin: 0 auto; }
  .technology .block6-xs .title h3 { font-size: 0.38rem; line-height: 0.6rem; color: #fff; font-family: "SourceHanSans-Bold"; }
  .technology .block6-xs .title:after { display: none; }
  .technology .block6-xs .slide { margin-top: 0.5rem; overflow: hidden; position: relative; padding-bottom: 0.5rem; }
  .technology .block6-xs .slide img { width: 100%; }
  .technology .block6-xs .slide .swiper-pagination { bottom: 0; }
  .technology .block6-xs .slide .swiper-pagination .swiper-pagination-bullet { width: 0.2rem; height: 0.03rem; background: rgba(255, 255, 255, 0.2); border-radius: 0; opacity: 1; }
  .technology .block6-xs .slide .swiper-pagination .swiper-pagination-bullet-active { background: white; }
  .technology .block7-xs { padding: 0.8rem 0.3rem; background: url(/zhuanti/fabuhui2025/images/technology-bg4-xs.jpg) no-repeat center/cover; }
  .technology .block7-xs .slide { margin-top: 0.5rem; overflow: hidden; position: relative; padding-bottom: 0.3rem; }
  .technology .block7-xs .slide img { width: 100%; }
  .technology .block7-xs .slide .text { text-align: center; margin-top: 0.3rem; }
  .technology .block7-xs .slide .text h3 { font-size: 0.3rem; color: #fff; font-family: "SourceHanSans-Medium"; }
  .technology .block7-xs .slide .text h3 b { font-size: 0.4rem; color: #00FFFF; }
  .technology .block7-xs .slide .text h4 { font-size: 0.28rem; color: #fff; margin: 0.2rem 0; line-height: 0.4rem; }
  .technology .block7-xs .slide .text h4 b { color: #00FFFF; }
  .technology .block7-xs .slide .swiper-pagination { bottom: 0; }
  .technology .block7-xs .slide .swiper-pagination .swiper-pagination-bullet { width: 0.2rem; height: 0.03rem; background: rgba(255, 255, 255, 0.2); border-radius: 0; opacity: 1; }
  .technology .block7-xs .slide .swiper-pagination .swiper-pagination-bullet-active { background: white; }
  .order { margin-top: -0.02rem; }
  .order .title { margin-bottom: 0.5rem; }
  .order .box .img { width: 100%; }
  .order .box form { flex: 0 0 100%; width: 100%; padding: 0.6rem 0.4rem; }
  .order .box form h3 { font-size: 0.36rem; }
  .order .box form .row label { width: 1rem; font-size: 0.28rem; display: block; }
  .order .box form .row input { height: 0.8rem; font-size: 0.28rem; }
  .order .box form .row.textarea { flex: 0 0 100%; font-size: 0.28rem; }
  .order .box form .row.textarea textarea { flex: 1; height: 1.5rem; }
  .order .box form .btn { height: 0.8rem; font-size: 0.28rem; }
  .footer { font-size: 0.24rem; margin-top: -0.05rem; } }
