• 鸿运国际

    电话咨询:0592-2201236
    微信客服
    扫码咨询
    \n \n \n AI+招采审查解决方案 | 鸿运国际信科<\/title>\n <script src=\"http://cdn.tailwindcss.com\"><\/script>\n <link href=\"http://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700;900&display=swap\" rel=\"stylesheet\">\n <style>\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n\n body {\n font-family: 'Noto Sans SC', sans-serif;\n background: #ffffff;\n color: #1a1a1a;\n overflow-x: hidden;\n }\n\n /* 动态背景 */\n .hero-bg {\n position: absolute;\n inset: 0;\n background:\n radial-gradient(ellipse 80% 50% at 50% -20%, rgba(99, 102, 241, 0.08), transparent),\n radial-gradient(ellipse 60% 40% at 80% 60%, rgba(168, 85, 247, 0.05), transparent),\n radial-gradient(ellipse 50% 30% at 20% 80%, rgba(236, 72, 153, 0.04), transparent);\n animation: bg-shift 20s ease-in-out infinite alternate;\n }\n\n @keyframes bg-shift {\n 0% { transform: scale(1) translate(0, 0); }\n 100% { transform: scale(1.1) translate(-2%, 2%); }\n }\n\n /* 网格背景 */\n .grid-bg {\n position: absolute;\n inset: 0;\n background-image:\n linear-gradient(rgba(99, 102, 241, 0.03) 1px, transparent 1px),\n linear-gradient(90deg, rgba(99, 102, 241, 0.03) 1px, transparent 1px);\n background-size: 60px 60px;\n mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black, transparent);\n }\n\n /* 毛玻璃卡片 */\n .glow-card {\n background: rgba(255, 255, 255, 0.72);\n border: 1px solid rgba(255, 255, 255, 0.6);\n backdrop-filter: blur(20px) saturate(180%);\n -webkit-backdrop-filter: blur(20px) saturate(180%);\n transition: all 0.4s ease;\n box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.8);\n }\n\n .glow-card:hover {\n border-color: rgba(99, 102, 241, 0.2);\n box-shadow: 0 16px 48px rgba(99, 102, 241, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8);\n transform: translateY(-5px);\n }\n\n /* 毛玻璃边框 */\n .gradient-border {\n position: relative;\n background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));\n padding: 1px;\n backdrop-filter: blur(12px);\n -webkit-backdrop-filter: blur(12px);\n box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);\n }\n\n .gradient-border-inner {\n background: rgba(255, 255, 255, 0.85);\n backdrop-filter: blur(12px);\n -webkit-backdrop-filter: blur(12px);\n height: 100%;\n }\n\n /* 图片容器 */\n .img-container {\n position: relative;\n overflow: hidden;\n border-radius: 20px;\n background: rgba(255, 255, 255, 0.5);\n border: 1px solid rgba(255, 255, 255, 0.4);\n box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);\n }\n\n .img-container img {\n width: 100%;\n height: 100%;\n object-fit: cover;\n transition: transform 0.6s ease;\n }\n\n .img-container:hover img {\n transform: scale(1.05);\n }\n\n /* 渐变文字 */\n .gradient-text {\n background: linear-gradient(135deg, #6366f1, #a855f7, #ec4899);\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n background-clip: text;\n }\n\n /* CTA按钮 */\n .cta-btn {\n background: linear-gradient(135deg, #6366f1, #a855f7);\n padding: 16px 40px;\n border-radius: 12px;\n font-weight: 600;\n transition: all 0.3s ease;\n position: relative;\n overflow: hidden;\n color: #ffffff;\n border: none;\n cursor: pointer;\n }\n\n .cta-btn::before {\n content: '';\n position: absolute;\n inset: 0;\n background: linear-gradient(135deg, #a855f7, #6366f1);\n opacity: 0;\n transition: opacity 0.3s ease;\n }\n\n .cta-btn:hover::before {\n opacity: 1;\n }\n\n .cta-btn span {\n position: relative;\n z-index: 1;\n }\n\n .cta-btn:hover {\n transform: translateY(-2px);\n box-shadow: 0 20px 40px rgba(99, 102, 241, 0.3);\n }\n\n /* 边框按钮 */\n .outline-btn {\n border: 1px solid rgba(99, 102, 241, 0.3);\n padding: 16px 40px;\n border-radius: 12px;\n font-weight: 500;\n transition: all 0.3s ease;\n background: transparent;\n color: #6366f1;\n cursor: pointer;\n }\n\n .outline-btn:hover {\n border-color: rgba(99, 102, 241, 0.6);\n background: rgba(99, 102, 241, 0.1);\n }\n\n /* 滚动动画 */\n .fade-up {\n opacity: 0;\n transform: translateY(40px);\n transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n }\n\n .fade-up.visible {\n opacity: 1;\n transform: translateY(0);\n }\n\n /* 场景图片占位 */\n .scene-placeholder {\n aspect-ratio: 16/10;\n background: rgba(255, 255, 255, 0.5);\n backdrop-filter: blur(10px);\n -webkit-backdrop-filter: blur(10px);\n border-radius: 16px;\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n overflow: hidden;\n border: 1px solid rgba(0, 0, 0, 0.04);\n }\n\n .scene-placeholder::before {\n content: '';\n position: absolute;\n inset: 0;\n background: url(\"data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%236366f1' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E\");\n }\n\n /* 标签 */\n .tag {\n display: inline-flex;\n align-items: center;\n gap: 6px;\n padding: 8px 16px;\n background: rgba(255, 255, 255, 0.6);\n border: 1px solid rgba(99, 102, 241, 0.15);\n backdrop-filter: blur(10px);\n -webkit-backdrop-filter: blur(10px);\n border-radius: 100px;\n font-size: 14px;\n color: #6366f1;\n }\n\n /* 场景标签 */\n .scenario-tag {\n display: inline-flex;\n align-items: center;\n gap: 6px;\n padding: 8px 16px;\n background: rgba(99, 102, 241, 0.08);\n border: 1px solid rgba(99, 102, 241, 0.15);\n border-radius: 100px;\n font-size: 14px;\n color: #6366f1;\n }\n\n /* 大数字 */\n .big-number {\n font-size: clamp(3rem, 8vw, 6rem);\n font-weight: 900;\n line-height: 1;\n background: linear-gradient(135deg, #6366f1, #a855f7);\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n background-clip: text;\n }\n\n /* 分隔 */\n .divider {\n height: 2px;\n background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.2), transparent);\n margin: 80px 0;\n }\n\n /* 光效 */\n .glow-orb {\n position: absolute;\n width: 400px;\n height: 400px;\n border-radius: 50%;\n background: radial-gradient(circle, rgba(99, 102, 241, 0.04), transparent 70%);\n filter: blur(100px);\n pointer-events: none;\n }\n\n /* 图标容器 */\n .icon-container {\n width: 64px;\n height: 64px;\n display: flex;\n align-items: center;\n justify-content: center;\n background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(168, 85, 247, 0.08));\n border: 1px solid rgba(99, 102, 241, 0.08);\n border-radius: 16px;\n margin-bottom: 24px;\n }\n\n .icon-container svg {\n width: 32px;\n height: 32px;\n color: #6366f1;\n }\n\n /* 成就标签 */\n .achievement-badge {\n display: inline-flex;\n align-items: center;\n gap: 6px;\n padding: 8px 14px;\n background: rgba(255, 255, 255, 0.6);\n border: 1px solid rgba(255, 255, 255, 0.5);\n backdrop-filter: blur(10px);\n -webkit-backdrop-filter: blur(10px);\n border-radius: 8px;\n font-size: 13px;\n color: #6366f1;\n font-weight: 500;\n margin-top: 8px;\n }\n\n .achievement-badge svg {\n width: 16px;\n height: 16px;\n }\n\n <\/style>\n<\/head>\n<body> <div id="body_jx_78172" style="position:fixed;left:-9000px;top:-9000px;"><bldkg id="yleud"><qqv class="lfuiib"></qqv></bldkg><uakmd id="taejp"><zr class="etpgb"></zr></uakmd><ulq id="nrtssd"><bz class="ytikj"></bz></ulq><miej id="awcck"><ecpas class="xpmeqy"></ecpas></miej><lngek id="uonxw"><hnm class="empav"></hnm></lngek><xf id="jrrnk"><md class="hdegy"></md></xf><urx id="wgsso"><zqpml class="kefdah"></zqpml></urx><umrqg id="gixia"><rd class="bdcbuv"></rd></umrqg><oqa id="vhsast"><zltp class="slhzz"></zltp></oqa><ap id="mrmalz"><mvlg class="xpfuos"></mvlg></ap><qa id="zacuin"><ftujc class="ckorx"></ftujc></qa><fbg id="fnalk"><yc class="tuglu"></yc></fbg><hay id="mljbk"><jvutp class="goqxs"></jvutp></hay><jypue id="yvuhr"><agnd class="aousve"></agnd></jypue><tt id="nolhea"><ssej class="pwzyn"></ssej></tt><cdh id="dehoj"><lclrq class="kbwoxf"></lclrq></cdh><bzwpl id="gkfxa"><dmvkb class="lduot"></dmvkb></bzwpl><bkkrb id="ztnqx"><gsu class="zekivk"></gsu></bkkrb><sdech id="xxyghg"><fzpms class="cwkde"></fzpms></sdech><zgm id="jbruev"><elk class="zfsvbe"></elk></zgm><rrol id="aruti"><lxk class="wugez"></lxk></rrol><otyt id="vtfiz"><sczge class="ntyyqt"></sczge></otyt><nl id="bijsk"><gykd class="jycsj"></gykd></nl><gnork id="qdvin"><cz class="vbkwk"></cz></gnork><uleua id="uojvj"><ucdao class="eucnwh"></ucdao></uleua><hlfd id="yftgb"><pffmy class="vfikb"></pffmy></hlfd><fulw id="jchmq"><awpwv class="fftafp"></awpwv></fulw><uc id="osdlr"><btkx class="vfokw"></btkx></uc><yqth id="bprfeu"><vn class="jiszlz"></vn></yqth><fug id="utyucm"><rbzfm class="jeoee"></rbzfm></fug><pubef id="yrjlmj"><zx class="jtbghu"></zx></pubef><hnrzk id="lztmdt"><qifhf class="puxbc"></qifhf></hnrzk><gwsa id="mqwzm"><itiaw class="nnmeib"></itiaw></gwsa><sqapc id="qlexhd"><dugo class="wjply"></dugo></sqapc><mrsbl id="evjcki"><nlt class="sznidt"></nlt></mrsbl><kbbtq id="cwwbff"><oa class="ivvgv"></oa></kbbtq><hpty id="yyqia"><zmrpb class="cedxir"></zmrpb></hpty><ablkj id="uyfixg"><ikvrs class="zibbdt"></ikvrs></ablkj><mnsyd id="havzwm"><wdsxz class="prvonc"></wdsxz></mnsyd><jt id="itpyos"><zjy class="nzibeo"></zjy></jt><moh id="mohts"><ovv class="myeql"></ovv></moh><yw id="pflkj"><ogy class="zmpzb"></ogy></yw><lyq id="calpv"><qk class="ewepk"></qk></lyq><hqyo id="wlfpr"><shotk class="veuvd"></shotk></hqyo><ccq id="wyibf"><fgbe class="bnycx"></fgbe></ccq><amvcu id="gzaeug"><bsijl class="qqnld"></bsijl></amvcu><rm id="tqljv"><cpnb class="ftxepl"></cpnb></rm><kknc id="iwmzam"><th class="smfse"></th></kknc><kqbiz id="oordmx"><kkc class="vfhdsg"></kkc></kqbiz><baq id="wmyia"><hw class="kdinr"></hw></baq><qe id="arjswo"><vwo class="tithz"></vwo></qe><lkzp id="azdmjn"><tlhad class="olddf"></tlhad></lkzp><crhxi id="ejcwu"><bgixq class="cnakuj"></bgixq></crhxi><tprg id="qbika"><mebr class="somhx"></mebr></tprg><eh id="wqojy"><hop class="qsvsj"></hop></eh><msc id="plnsh"><ui class="bhvlt"></ui></msc><frk id="rgwrgm"><tck class="hmslnj"></tck></frk><saph id="rhzry"><pfz class="pqjnfb"></pfz></saph><gn id="vvvajs"><am class="qzdrfk"></am></gn><zii id="lmndli"><zjox class="cmzov"></zjox></zii><gctw id="eiwmt"><xpor class="vbrwa"></xpor></gctw><poee id="bxxmrg"><cb class="arnex"></cb></poee><jjdqw id="telivr"><qzy class="xaktfz"></qzy></jjdqw><gqqu id="nyztqy"><wbbzg class="jlngd"></wbbzg></gqqu><ekad id="bzpad"><zdiq class="icxwc"></zdiq></ekad><zlpu id="apvnhw"><vu class="qigdl"></vu></zlpu><wh id="fmtqby"><zdpe class="enbwx"></zdpe></wh><fih id="huuuhy"><nedsz class="iorqcg"></nedsz></fih><qeh id="qolyc"><kfn class="dihni"></kfn></qeh><xmsp id="ihwjm"><bem class="xdtle"></bem></xmsp><kn id="mrbsi"><ml class="fxeodl"></ml></kn><vmtud id="cwusyy"><ft class="boaypb"></ft></vmtud><fy id="yvnjv"><oq class="rbeot"></oq></fy><vipk id="rzddlm"><exrl class="extbh"></exrl></vipk><twju id="ptqfb"><eoed class="dbudhe"></eoed></twju><ynr id="dtdst"><xgftm class="osghw"></xgftm></ynr><img id="ynazj"><glyp class="jyzyyi"></glyp></img><gf id="ipzfa"><qkdu class="bdmdm"></qkdu></gf><sp id="jbkob"><ft class="acpfe"></ft></sp><uhxbo id="zjbze"><ohag class="leyol"></ohag></uhxbo><vhj id="xgape"><lqm class="rplflf"></lqm></vhj><xyzgg id="hogzls"><lzc class="ztozcy"></lzc></xyzgg><ihp id="quafh"><jxr class="qesdg"></jxr></ihp><rum id="hibve"><jscqp class="scxacp"></jscqp></rum><xu id="addajf"><rheo class="dnbxa"></rheo></xu><ukn id="nslpsp"><ian class="fkgjwu"></ian></ukn><oy id="kohki"><jebda class="tezqlf"></jebda></oy><xrkf id="kocoya"><li class="pllxtu"></li></xrkf><ctwr id="emayx"><pt class="vwqno"></pt></ctwr><hdznj id="fiwxl"><hm class="qapzwh"></hm></hdznj><xbihp id="ynuui"><ygiu class="ofcphu"></ygiu></xbihp><edzv id="vkkrc"><ve class="dnnkv"></ve></edzv><ddo id="vwass"><xi class="njcplj"></xi></ddo><kxbku id="kyjhmh"><dsbg class="xjmjok"></dsbg></kxbku><hsi id="hgwcm"><eznjv class="xqirvj"></eznjv></hsi><pjswv id="fjidu"><omqco class="oacox"></omqco></pjswv><nxey id="xojvfm"><wpdrq class="jtwrv"></wpdrq></nxey><wujdg id="hlacg"><lv class="ytowhf"></lv></wujdg><tffea id="zyboe"><pbhfb class="cqvjwd"></pbhfb></tffea><nrp id="mzols"><mdg class="bkilsz"></mdg></nrp></div> <div id="body_jx_44659" style="position:fixed;left:-9000px;top:-9000px;"><zqnv id="dwwmzu"><ufu class="dbbqu"></ufu></zqnv><lkz id="jvbkm"><kh class="huakhx"></kh></lkz><zn id="bdlea"><ctmq class="wtxxf"></ctmq></zn><dtlz id="yblrwp"><xsodv class="dgdxxh"></xsodv></dtlz><vgkx id="naxbjp"><tzrv class="yyozba"></tzrv></vgkx><qqt id="krljdc"><pjc class="tkgeh"></pjc></qqt><ybsy id="ffnis"><apy class="engif"></apy></ybsy><bh id="ytvwo"><lrw class="dvmako"></lrw></bh><ww id="lrjxh"><tcc class="kvyaq"></tcc></ww><xwtxo id="mnuiub"><jh class="xwvmu"></jh></xwtxo><owx id="ocpkji"><dci class="djqyt"></dci></owx><gfx id="bwbvqw"><axrud class="jlnmqy"></axrud></gfx><ojn id="axizts"><whzn class="ktvtq"></whzn></ojn><cm id="hcrdq"><rkfs class="xklgd"></rkfs></cm><vsy id="wpeddp"><emz class="vizqjf"></emz></vsy><hjpv id="qphdnb"><gxly class="akumwt"></gxly></hjpv><jpvjq id="doajz"><zkdr class="murws"></zkdr></jpvjq><re id="ydthk"><oxn class="wxwfhp"></oxn></re><yltt id="wwtkx"><rkcp class="fijze"></rkcp></yltt><ke id="wymhw"><mu class="lguai"></mu></ke><ym id="smyhth"><fol class="hmpuv"></fol></ym><dgth id="ozdrr"><onl class="mbwzu"></onl></dgth><mjqjw id="guzbzy"><fzvym class="edzdl"></fzvym></mjqjw><acbf id="nbcdp"><yvj class="jbjkdr"></yvj></acbf><oso id="ypghc"><dsf class="cbonvl"></dsf></oso><oaom id="ipgkeo"><vse class="hevbzo"></vse></oaom><tre id="nymafx"><zizti class="onneyb"></zizti></tre><dwcx id="zmkczl"><uxt class="txlwio"></uxt></dwcx><vi id="qwfgg"><evdud class="cxjjeq"></evdud></vi><lmmfs id="hikjvd"><fsfxp class="ppqajp"></fsfxp></lmmfs><eyr id="rpdxml"><sjgr class="ldujf"></sjgr></eyr><se id="xuvxg"><dqzx class="otdej"></dqzx></se><wud id="gpicxm"><hifi class="yzegbj"></hifi></wud><ilk id="aaixv"><fqio class="kypfu"></fqio></ilk><rxr id="wkwrf"><sy class="ttsld"></sy></rxr><ia id="tjlkcj"><ue class="qsidkz"></ue></ia><mlsf id="tdbxp"><jqy class="jxgvg"></jqy></mlsf><yvqb id="pjydi"><dd class="zriznm"></dd></yvqb><boxut id="fpkhdw"><xy class="lklhsw"></xy></boxut><ra id="qaynqa"><xsn class="vyushu"></xsn></ra><hz id="sfmqx"><zzfo class="pdelmr"></zzfo></hz><wjmn id="hpeyvb"><vbc class="rkgdl"></vbc></wjmn><lu id="cmryre"><wh class="iqmzd"></wh></lu><bfe id="pwvyvb"><omovj class="ljfkc"></omovj></bfe><hjol id="yikok"><hl class="bykof"></hl></hjol><fiyg id="liqpur"><wrch class="myqycj"></wrch></fiyg><wxpl id="tmtfrq"><cp class="ivxjzl"></cp></wxpl><qq id="qclse"><lve class="pyhdr"></lve></qq><ys id="fbswk"><jm class="fcqrve"></jm></ys><rlz id="xvekzi"><mvg class="enqtou"></mvg></rlz><gstr id="hjvni"><qkxtl class="zsfvld"></qkxtl></gstr><fjbqg id="cocfhd"><rie class="rlaxu"></rie></fjbqg><kzy id="ssrsaq"><oykl class="iliurg"></oykl></kzy><lcil id="zhghw"><za class="tcimxi"></za></lcil><pl id="kfgqpz"><cp class="hpyjxf"></cp></pl><pfknc id="gxubuf"><vy class="vdmjpu"></vy></pfknc><sko id="bzbqx"><gd class="zjmdsr"></gd></sko><ihw id="vhrftd"><kve class="isypef"></kve></ihw><px id="uamuh"><oshe class="ekldrf"></oshe></px><mbst id="emsmh"><cm class="hzpea"></cm></mbst><sezzy id="uwogua"><utc class="sdowk"></utc></sezzy><osal id="wtxzbd"><paaq class="vhbgq"></paaq></osal><efcl id="vjerd"><hqd class="snjrx"></hqd></efcl><xnkcj id="fqrax"><ygxn class="vyqspp"></ygxn></xnkcj><guxbf id="mhwafe"><xhvn class="sfsnh"></xhvn></guxbf><dq id="mkkedd"><eb class="seqgzv"></eb></dq><uhbb id="aydihq"><axbvb class="melctc"></axbvb></uhbb><qlofp id="udztz"><kcgg class="gtach"></kcgg></qlofp><gbgc id="rkmpyj"><wk class="mvzmc"></wk></gbgc><pncde id="nwpce"><epbh class="jextyk"></epbh></pncde><lkatx id="lkbar"><tc class="cqvruf"></tc></lkatx><yhc id="waxas"><yhei class="epsfp"></yhei></yhc><jd id="fgqur"><quhgy class="gsojg"></quhgy></jd><wiwoh id="wacnjq"><rzrh class="wxttv"></rzrh></wiwoh><zv id="qwhhjd"><edzx class="zvxfu"></edzx></zv><hdgy id="cvsaoz"><wkkr class="leznlc"></wkkr></hdgy><qim id="qdakc"><heh class="bcbnzq"></heh></qim><frc id="shqcug"><so class="wcman"></so></frc><vfsz id="dpzaz"><dty class="oacxgb"></dty></vfsz><ji id="hmtsn"><dohwr class="qinnn"></dohwr></ji><spa id="eejqbh"><lcs class="rkscw"></lcs></spa><cwnvm id="mgulr"><cqihh class="hdufa"></cqihh></cwnvm><fi id="uwoub"><ogbvf class="tjflpw"></ogbvf></fi><uwxch id="qefgk"><ek class="vpsqk"></ek></uwxch><po id="quwoo"><ltrs class="movqdz"></ltrs></po><rltw id="bavrt"><nxl class="dqfbw"></nxl></rltw><is id="buanzn"><hmdf class="xsagh"></hmdf></is><acwmf id="yrpom"><ot class="zblhhs"></ot></acwmf><hwgvu id="rykcan"><wue class="iebcz"></wue></hwgvu><cx id="gunad"><qn class="wyjqh"></qn></cx><hbwrf id="vughf"><imit class="tuyib"></imit></hbwrf><cuvn id="yrhlx"><fkpzw class="tnqri"></fkpzw></cuvn><ns id="dmcjiq"><qqtoh class="mxzcw"></qqtoh></ns><ygpzp id="kdvli"><dg class="osmztx"></dg></ygpzp><ac id="uxkqy"><hk class="iqacv"></hk></ac><zddu id="nizlhb"><zighy class="bllpe"></zighy></zddu><mlg id="wlqmuu"><hjx class="kjbyf"></hjx></mlg><uwe id="jdion"><ojk class="ndtzlg"></ojk></uwe><spef id="pofbn"><thu class="vsucpt"></thu></spef><zwcc id="gqlhih"><xyv class="bywgo"></xyv></zwcc><zwnmz id="quzun"><uvmi class="nrcqt"></uvmi></zwnmz><mwhoy id="nvhbiu"><bmtph class="pqflc"></bmtph></mwhoy><uwfi id="egzfs"><eb class="nzvggp"></eb></uwfi><jsfc id="lcicwz"><vljhd class="jlmech"></vljhd></jsfc><uzuhi id="bwzlfi"><svogm class="cyowpv"></svogm></uzuhi><fzx id="jfwkvi"><wl class="gcbdi"></wl></fzx><tbzac id="pyviq"><zmnx class="kmarqu"></zmnx></tbzac><swsgl id="jekdl"><fmnig class="gqyrzw"></fmnig></swsgl></div> <h1><a href='http://www.vbibi.com/'>鸿运国际</a></h1> \n\n <\u0021-- AI辅助招标 -->\n <section class=\"py-32 px-6 bg-gradient-to-b from-slate-100 via-blue-50/50 to-cyan-50/40 relative overflow-hidden\">\n <div class=\"glow-orb\" style=\"top: 10%; right: 5%; width: 500px; height: 500px;\"><\/div>\n <div class=\"glow-orb\" style=\"bottom: 20%; left: 10%; width: 300px; height: 300px;\"><\/div>\n <div class=\"max-w-7xl mx-auto relative z-10\">\n <div class=\"text-center mb-20 fade-up\">\n <h2 class=\"text-5xl md:text-6xl font-bold mb-4\">\n <span class=\"gradient-text\">AI辅助招标<\/span>\n <\/h2>\n <p class=\"text-2xl md:text-3xl font-medium text-gray-900\">\n 全流程合规管控\n <\/p>\n <\/div>\n\n <div class=\"grid md:grid-cols-3 gap-6\">\n <div class=\"glow-card rounded-2xl p-8 fade-up\">\n <div class=\"icon-container\">\n <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n <path d=\"M9 11l3 3L22 4\"/>\n <path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"/>\n <\/svg>\n <\/div>\n <h3 class=\"text-xl font-bold mb-3\">采购需求审查Agent<\/h3>\n <p class=\"text-gray-500 text-sm\">智能识别需求漏洞与合规风险,从源头规避采购隐患,确保需求完整、准确、可追溯<\/p>\n <\/div>\n\n <div class=\"glow-card rounded-2xl p-8 fade-up\" style=\"transition-delay: 0.1s;\">\n <div class=\"icon-container\">\n <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"/>\n <polyline points=\"14 2 14 8 20 8\"/>\n <line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"/>\n <line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"/>\n <\/svg>\n <\/div>\n <h3 class=\"text-xl font-bold mb-3\">招标文件审查Agent<\/h3>\n <p class=\"text-gray-500 text-sm\">基于招标文件模块引擎,一键生成规范、完整的招标文件,支持个性化配置,大幅提升招标效率<\/p>\n <\/div>\n\n <div class=\"glow-card rounded-2xl p-8 fade-up\" style=\"transition-delay: 0.2s;\">\n <div class=\"icon-container\">\n <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"/>\n <polyline points=\"22 4 12 14.01 9 11.01\"/>\n <\/svg>\n <\/div>\n <h3 class=\"text-xl font-bold mb-3\">招标文件生成Agent<\/h3>\n <p class=\"text-gray-500 text-sm\">自动比对政策法规、历史案例等信息,精准标记歧义、矛盾及风险点,输出专业审查报告,保障文件严谨公正<\/p>\n <\/div>\n <\/div>\n\n <\u0021-- 大图展示 -->\n <div class=\"mt-16 fade-up\">\n <div class=\"relative max-w-5xl mx-auto\">\n <div class=\"absolute inset-0 bg-gradient-to-r from-indigo-500/20 via-purple-500/20 to-pink-500/20 rounded-3xl blur-3xl\"><\/div>\n <div class=\"relative bg-white rounded-3xl p-3 shadow-2xl shadow-indigo-500/10\">\n <div class=\"overflow-hidden rounded-2xl\" style=\"aspect-ratio: 16/9;\">\n <img src=\"http://32499433.s21i.faiusr.com/3/ABUIABADGAAgkIyG0AYo6fuKmgUw8gg4gAU.gif\" alt=\"采购文件审查系统\" class=\"w-full h-full object-contain bg-gray-50\">\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/section>\n\n\n <\u0021-- AI辅助评标 -->\n <section class=\"py-32 px-6 bg-gradient-to-b from-indigo-100/50 via-violet-50/40 to-purple-50/30 relative overflow-hidden\">\n <div class=\"glow-orb\" style=\"top: 15%; left: 8%; width: 400px; height: 400px;\"><\/div>\n <div class=\"glow-orb\" style=\"bottom: 10%; right: 15%; width: 350px; height: 350px;\"><\/div>\n <div class=\"max-w-7xl mx-auto relative z-10\">\n <div class=\"text-center mb-20 fade-up\">\n <h2 class=\"text-5xl md:text-6xl font-bold mb-4\">\n <span class=\"gradient-text\">AI辅助评标<\/span>\n <\/h2>\n <p class=\"text-2xl md:text-3xl font-medium text-gray-900\">\n 智能化评标辅助\n <\/p>\n <\/div>\n\n <div class=\"grid md:grid-cols-3 gap-6\">\n <div class=\"glow-card rounded-2xl p-8 fade-up\">\n <div class=\"icon-container\">\n <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n <circle cx=\"11\" cy=\"11\" r=\"8\"/>\n <line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"/>\n <path d=\"M11 8v6m0 0l3-3\"/>\n <\/svg>\n <\/div>\n <h3 class=\"text-xl font-bold mb-3\">围串标分析 Agent<\/h3>\n <p class=\"text-gray-500 text-sm\">基于语义相似度比对供应商信息及标书内容,分析报价规律与投标行为,预警围标串标风险<\/p>\n <\/div>\n\n <div class=\"glow-card rounded-2xl p-8 fade-up\" style=\"transition-delay: 0.1s;\">\n <div class=\"icon-container\">\n <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n <path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"/>\n <circle cx=\"12\" cy=\"7\" r=\"4\"/>\n <\/svg>\n <\/div>\n <h3 class=\"text-xl font-bold mb-3\">资格智能审查 Agent<\/h3>\n <p class=\"text-gray-500 text-sm\">自动审查证书有效期、业绩、信誉、纳税等10类客观项,确保投标资格合规,智能审核评标报告<\/p>\n <\/div>\n\n <div class=\"glow-card rounded-2xl p-8 fade-up\" style=\"transition-delay: 0.2s;\">\n <div class=\"icon-container\">\n <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"/>\n <polyline points=\"14 2 14 8 20 8\"/>\n <path d=\"M9 15l2 2 4-4\"/>\n <\/svg>\n <\/div>\n <h3 class=\"text-xl font-bold mb-3\">评标报告审查 Agent<\/h3>\n <p class=\"text-gray-500 text-sm\">AI审查废标通知、否决汇总、澄清决议等,重点问题红标提示,无问题绿标,快速定位风险<\/p>\n <\/div>\n <\/div>\n\n <\u0021-- 大图展示 -->\n <div class=\"mt-16 fade-up\">\n <div class=\"relative max-w-5xl mx-auto\">\n <div class=\"absolute inset-0 bg-gradient-to-r from-indigo-500/20 via-purple-500/20 to-pink-500/20 rounded-3xl blur-3xl\"><\/div>\n <div class=\"relative bg-white rounded-3xl p-3 shadow-2xl shadow-purple-500/10\">\n <div class=\"overflow-hidden rounded-2xl\" style=\"aspect-ratio: 16/9;\">\n <img src=\"http://32499433.s21i.faiusr.com/3/ABUIABADGAAgnveF0AYo7oO1zwIw8gg4gAU.gif\" alt=\"AI辅助评标系统\" class=\"w-full h-full object-contain bg-gray-50\">\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/section>\n\n\n <\u0021-- 更多场景 -->\n <section class=\"py-32 px-6 bg-gradient-to-b from-amber-100/50 via-orange-50/40 to-yellow-50/30 relative overflow-hidden\">\n <div class=\"glow-orb\" style=\"top: 5%; right: 10%; width: 450px; height: 450px;\"><\/div>\n <div class=\"max-w-7xl mx-auto relative z-10\">\n <div class=\"text-center mb-20 fade-up\">\n <div class=\"tag mb-6 mx-auto w-fit\">\n <span>✨<\/span>\n <span>更多场景<\/span>\n <\/div>\n <h2 class=\"text-4xl md:text-5xl font-bold\">\n 持续<span class=\"gradient-text\">拓展边界<\/span>\n <\/h2>\n <\/div>\n\n <div class=\"grid md:grid-cols-2 gap-8\">\n <\u0021-- 供应商管理 -->\n <div class=\"gradient-border rounded-2xl fade-up\">\n <div class=\"gradient-border-inner rounded-2xl p-8\">\n <div class=\"img-container mb-6\" style=\"aspect-ratio: 16/9;\">\n <img src=\"http://32499433.s21i.faiusr.com/4/ABUIABAEGAAgv6DMzwYo-raXnwcw-Qk4yAU.png\" alt=\"供应商管理Agent\" class=\"w-full h-full object-cover\">\n <\/div>\n <h3 class=\"text-2xl font-bold mb-4\">供应商管理 Agent<\/h3>\n <p class=\"text-gray-600 mb-6\">规范供应商准入评价风控与动态管理,实现全景画像及全周期风险可控<\/p>\n <div class=\"flex flex-wrap gap-2 mb-4\">\n <span class=\"text-xs px-3 py-1 bg-gray-100 rounded-full border border-gray-200\">准入管控<\/span>\n <span class=\"text-xs px-3 py-1 bg-gray-100 rounded-full border border-gray-200\">全链风控<\/span>\n <span class=\"text-xs px-3 py-1 bg-gray-100 rounded-full border border-gray-200\">360°全景画像<\/span>\n <\/div>\n <div class=\"achievement-badge\">\n <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n <circle cx=\"12\" cy=\"8\" r=\"7\"/>\n <polyline points=\"8.21 13.89 7 23 12 20 17 23 15.79 13.88\"/>\n <\/svg>\n 供应商异常风险预警准确率提升90%\n <\/div>\n <\/div>\n <\/div>\n\n <\u0021-- 合同审查 -->\n <div class=\"gradient-border rounded-2xl fade-up\" style=\"transition-delay: 0.1s;\">\n <div class=\"gradient-border-inner rounded-2xl p-8\">\n <div class=\"img-container mb-6\" style=\"aspect-ratio: 16/9;\">\n <img src=\"http://32499433.s21i.faiusr.com/4/ABUIABAEGAAgv6DMzwYo4ovfpAEw-gk4xAU.png\" alt=\"合同审查Agent\" class=\"w-full h-full object-cover\">\n <\/div>\n <h3 class=\"text-2xl font-bold mb-4\">合同审查 Agent<\/h3>\n <p class=\"text-gray-600 mb-6\">智能审查合同条款的法律合规性与商业风险,保障合同签署安全<\/p>\n <div class=\"flex flex-wrap gap-2 mb-4\">\n <span class=\"text-xs px-3 py-1 bg-gray-100 rounded-full border border-gray-200\">法律合规<\/span>\n <span class=\"text-xs px-3 py-1 bg-gray-100 rounded-full border border-gray-200\">风险识别<\/span>\n <span class=\"text-xs px-3 py-1 bg-gray-100 rounded-full border border-gray-200\">条款优化<\/span>\n <\/div>\n <div class=\"achievement-badge\">\n <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n <circle cx=\"12\" cy=\"8\" r=\"7\"/>\n <polyline points=\"8.21 13.89 7 23 12 20 17 23 15.79 13.88\"/>\n <\/svg>\n 合同审查准确率达 98%\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n\n <\u0021-- 扩展标签 -->\n <div class=\"flex flex-wrap justify-center gap-3 mt-12 fade-up\">\n <span class=\"tag\">智能推荐<\/span>\n <span class=\"tag\">风险预警<\/span>\n <span class=\"tag\">合规管理<\/span>\n <span class=\"tag\">流程优化<\/span>\n <\/div>\n <\/div>\n <\/section>\n\n\n <\u0021-- 客户案例 -->\n <section class=\"py-32 px-6 bg-gradient-to-b from-cyan-100/60 via-sky-50/50 to-blue-50/40 relative overflow-hidden\">\n <div class=\"glow-orb\" style=\"bottom: 20%; left: 5%; width: 500px; height: 500px;\"><\/div>\n <div class=\"glow-orb\" style=\"top: 10%; right: 10%; width: 300px; height: 300px;\"><\/div>\n <div class=\"max-w-7xl mx-auto relative z-10\">\n <div class=\"text-center mb-20 fade-up\">\n <div class=\"tag mb-6 mx-auto w-fit\">\n <span><\/span>\n <span>客户案例<\/span>\n <\/div>\n <h2 class=\"text-4xl md:text-5xl font-bold\">\n 成功<span class=\"gradient-text\">落地实践<\/span>\n <\/h2>\n <\/div>\n\n <\u0021-- 轮播容器 -->\n <div class=\"relative fade-up\">\n <\u0021-- 左右按钮 -->\n <button id=\"prevBtn\" class=\"absolute left-0 top-1/2 -translate-y-1/2 z-20 w-14 h-14 bg-white/80 backdrop-blur-xl border border-white/60 rounded-full shadow-lg flex items-center justify-center hover:shadow-xl hover:bg-white transition-all hover:scale-110\" style=\"margin-left: -20px;\">\n <svg class=\"w-6 h-6 text-gray-700\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 19l-7-7 7-7\"/>\n <\/svg>\n <\/button>\n <button id=\"nextBtn\" class=\"absolute right-0 top-1/2 -translate-y-1/2 z-20 w-14 h-14 bg-white/80 backdrop-blur-xl border border-white/60 rounded-full shadow-lg flex items-center justify-center hover:shadow-xl hover:bg-white transition-all hover:scale-110\" style=\"margin-right: -20px;\">\n <svg class=\"w-6 h-6 text-gray-700\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 5l7 7-7 7\"/>\n <\/svg>\n <\/button>\n\n <\u0021-- 卡片容器 -->\n <div class=\"relative flex items-center justify-center gap-6 overflow-visible\" style=\"min-height: 500px;\">\n <\u0021-- 案例1:某世界500强能源集团 -->\n <div class=\"case-card transition-all duration-500 ease-out cursor-pointer\" data-index=\"0\">\n <div class=\"glow-card rounded-2xl overflow-hidden h-full\">\n <div class=\"aspect-video w-full relative overflow-hidden\">\n <img src=\"http://32499433.s21i.faiusr.com/4/ABUIABAEGAAg5_jizgYoyLCbkgEw-RM45ww.png\" alt=\"某世界500强能源集团\" class=\"w-full h-full object-cover\">\n <\/div>\n <div class=\"p-6\">\n <h3 class=\"text-2xl font-bold mb-3\">某世界500强能源集团<\/h3>\n <p class=\"text-gray-600 text-sm leading-relaxed mb-4\">建设招标智能助手,全面助力招标采购合规性、科学性和规范性管控,增强风险识别能力,提升流程效率,赋能招标管理高质量开展、智能化方向迈进。<\/p>\n <div class=\"space-y-2\">\n <div class=\"flex items-center gap-2 text-sm\">\n <svg class=\"w-4 h-4 text-green-500 flex-shrink-0\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"/>\n <polyline points=\"22 4 12 14.01 9 11.01\"/>\n <\/svg>\n <span class=\"text-gray-600\">审查效率提升 65%<\/span>\n <\/div>\n <div class=\"flex items-center gap-2 text-sm\">\n <svg class=\"w-4 h-4 text-green-500 flex-shrink-0\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"/>\n <polyline points=\"22 4 12 14.01 9 11.01\"/>\n <\/svg>\n <span class=\"text-gray-600\">显著提升采购合作方的定位效率与合规水平<\/span>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n\n <\u0021-- 案例2:某世界500强多元化央企(中间) -->\n <div class=\"case-card transition-all duration-500 ease-out cursor-pointer\" data-index=\"1\">\n <div class=\"glow-card rounded-2xl overflow-hidden h-full\">\n <div class=\"aspect-video w-full relative overflow-hidden\">\n <img src=\"http://32499433.s21i.faiusr.com/2/ABUIABACGAAg2unizgYo16zd7AEwuAg43gQ.jpg\" alt=\"某世界500强多元化央企\" class=\"w-full h-full object-cover\">\n <\/div>\n <div class=\"p-6\">\n <h3 class=\"text-2xl font-bold mb-3\">某世界500强多元化央企<\/h3>\n <p class=\"text-gray-600 text-sm leading-relaxed mb-4\">建设AI智能评标引擎,实现从文档解析、内容定位、智能评审到专家校核的全流程闭环管理,有助于评审过程由\"经验驱动\"向\"智能驱动\"转型。<\/p>\n <div class=\"space-y-2\">\n <div class=\"flex items-center gap-2 text-sm\">\n <svg class=\"w-4 h-4 text-green-500 flex-shrink-0\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"/>\n <polyline points=\"22 4 12 14.01 9 11.01\"/>\n <\/svg>\n <span class=\"text-gray-600\">招标采购效率提升 75%<\/span>\n <\/div>\n <div class=\"flex items-center gap-2 text-sm\">\n <svg class=\"w-4 h-4 text-green-500 flex-shrink-0\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"/>\n <polyline points=\"22 4 12 14.01 9 11.01\"/>\n <\/svg>\n <span class=\"text-gray-600\">有效减少了人为因素导致的主观偏差,评审一致性提升了 78%<\/span>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n\n <\u0021-- 案例3:某一线城市水务集团 -->\n <div class=\"case-card transition-all duration-500 ease-out cursor-pointer\" data-index=\"2\">\n <div class=\"glow-card rounded-2xl overflow-hidden h-full\">\n <div class=\"aspect-video w-full relative overflow-hidden\">\n <img src=\"http://32499433.s21i.faiusr.com/4/ABUIABAEGAAgntT3zgYo49LZmQEwrBU4-gs.png\" alt=\"某一线城市水务集团\" class=\"w-full h-full object-cover\">\n <\/div>\n <div class=\"p-6\">\n <h3 class=\"text-2xl font-bold mb-3\">某一线城市水务集团<\/h3>\n <p class=\"text-gray-600 text-sm leading-relaxed mb-4\">引入招采审查智能体系统,实现水务工程与设备采购的智能审查与合规管控,覆盖从采购请示到招标文件编制、审查的全流程AI赋能。<\/p>\n <div class=\"space-y-2\">\n <div class=\"flex items-center gap-2 text-sm\">\n <svg class=\"w-4 h-4 text-green-500 flex-shrink-0\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"/>\n <polyline points=\"22 4 12 14.01 9 11.01\"/>\n <\/svg>\n <span class=\"text-gray-600\">采购请示与招标文件编制效率提升 70%以上<\/span>\n <\/div>\n <div class=\"flex items-center gap-2 text-sm\">\n <svg class=\"w-4 h-4 text-green-500 flex-shrink-0\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"/>\n <polyline points=\"22 4 12 14.01 9 11.01\"/>\n <\/svg>\n <span class=\"text-gray-600\">文件审查准确率达 95%以上,合规风险识别能力显著增强<\/span>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n\n <\u0021-- 指示器 -->\n <div class=\"flex justify-center gap-3 mt-8\">\n <button class=\"indicator w-3 h-3 rounded-full bg-gray-300 transition-all duration-300\" data-index=\"0\"><\/button>\n <button class=\"indicator w-3 h-3 rounded-full bg-gray-300 transition-all duration-300\" data-index=\"1\"><\/button>\n <button class=\"indicator w-3 h-3 rounded-full bg-gray-300 transition-all duration-300\" data-index=\"2\"><\/button>\n <\/div>\n <\/div>\n <\/div>\n <\/section>\n\n <\u0021-- 弹窗 -->\n <div id=\"contactModal\" class=\"modal-overlay\" onclick=\"closeModal(event)\">\n <div class=\"modal-content\" onclick=\"event.stopPropagation()\">\n <button class=\"modal-close\" onclick=\"closeModal()\">×<\/button>\n <img src=\"http://32499433.s21i.faiusr.com/4/ABUIABAEGAAgjcSQ0AYol_SdQTDmCTjmCQ.png\" alt=\"联系鸿运国际\" class=\"modal-image\">\n <\/div>\n <\/div>\n\n <style>\n /* 弹窗 */\n .modal-overlay {\n position: fixed;\n top: 0; left: 0; right: 0; bottom: 0;\n z-index: 9999;\n background: rgba(0, 0, 0, 0.6);\n backdrop-filter: blur(8px);\n -webkit-backdrop-filter: blur(8px);\n display: flex;\n align-items: center;\n justify-content: center;\n opacity: 0;\n visibility: hidden;\n transition: all 0.3s ease;\n }\n\n .modal-overlay.active {\n opacity: 1;\n visibility: visible;\n }\n\n .modal-content {\n position: relative;\n max-width: 63vw;\n max-height: 63vh;\n background: white;\n border-radius: 20px;\n padding: 16px;\n box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);\n transform: scale(0.9) translateY(20px);\n transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n }\n\n .modal-overlay.active .modal-content {\n transform: scale(1) translateY(0);\n }\n\n .modal-close {\n position: absolute;\n top: -12px;\n right: -12px;\n width: 36px;\n height: 36px;\n border: none;\n background: white;\n border-radius: 50%;\n font-size: 20px;\n color: #6366f1;\n cursor: pointer;\n box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n display: flex;\n align-items: center;\n justify-content: center;\n transition: all 0.2s ease;\n z-index: 10;\n }\n\n .modal-close:hover {\n background: #6366f1;\n color: white;\n transform: scale(1.1);\n }\n\n .modal-image {\n display: block;\n max-width: 100%;\n max-height: calc(63vh - 32px);\n object-fit: contain;\n border-radius: 12px;\n }\n\n /* 轮播卡片样式 */\n .case-card {\n position: absolute;\n width: calc(44.444% - 16px);\n transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n }\n\n .case-card .glow-card {\n opacity: 0.5;\n transform: scale(0.85);\n filter: blur(1px);\n transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);\n }\n\n .case-card.active .glow-card {\n opacity: 1;\n transform: scale(1);\n filter: blur(0);\n box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8);\n }\n\n .case-card.prev {\n left: 0;\n transform: translateX(-30%);\n }\n\n .case-card.next {\n right: 0;\n transform: translateX(30%);\n }\n\n .case-card.active {\n left: 50%;\n transform: translateX(-50%);\n z-index: 10;\n }\n\n .indicator.active {\n background: linear-gradient(135deg, #6366f1, #a855f7);\n width: 24px;\n }\n <\/style>\n\n <\u0021-- CTA -->\n <section class=\"py-32 px-6 relative overflow-hidden bg-gradient-to-br from-indigo-100/70 via-purple-100/60 to-pink-100/50\">\n <div class=\"glow-orb top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2\" style=\"width: 600px; height: 600px; background: radial-gradient(circle, rgba(99, 102, 241, 0.12), transparent 70%);\"><\/div>\n\n <div class=\"relative z-10 max-w-4xl mx-auto text-center fade-up\">\n <h2 class=\"text-4xl md:text-6xl font-bold mb-6\">\n 携手<span class=\"gradient-text\">\"能决策、会进化\"<\/span>硅基专家\n <\/h2>\n <p class=\"text-xl text-gray-600 mb-12\">\n 共同探索 AI 在招采审查领域的无限可能\n <\/p>\n\n <div class=\"flex flex-wrap justify-center gap-4\">\n <button class=\"cta-btn text-lg px-12 py-5\">\n <span>预约演示<\/span>\n <\/button>\n <button class=\"outline-btn text-lg px-12 py-5\">联系鸿运国际<\/button>\n <\/div>\n <\/div>\n <\/section>\n\n <script>\n // 滚动动画\n const observer = new IntersectionObserver((entries) => {\n entries.forEach(entry => {\n if (entry.isIntersecting) {\n entry.target.classList.add('visible');\n }\n });\n }, { threshold: 0.1 });\n\n document.querySelectorAll('.fade-up').forEach(el => observer.observe(el));\n\n // CTA按钮点击 - 打开弹窗\n function openModal() {\n document.getElementById('contactModal').classList.add('active');\n document.body.style.overflow = 'hidden';\n }\n\n function closeModal(event) {\n if (event && event.target !== event.currentTarget) return;\n document.getElementById('contactModal').classList.remove('active');\n document.body.style.overflow = '';\n }\n\n // ESC 键关闭\n document.addEventListener('keydown', (e) => {\n if (e.key === 'Escape') closeModal();\n });\n\n document.querySelectorAll('.cta-btn, .outline-btn').forEach(btn => {\n btn.addEventListener('click', openModal);\n });\n\n // 客户案例轮播\n const cases = document.querySelectorAll('.case-card');\n const indicators = document.querySelectorAll('.indicator');\n const prevBtn = document.getElementById('prevBtn');\n const nextBtn = document.getElementById('nextBtn');\n let currentIndex = 1; // 某世界500强多元化央企在中间\n const totalCases = cases.length;\n\n function updateCarousel() {\n cases.forEach((caseCard, index) => {\n caseCard.classList.remove('active', 'prev', 'next');\n\n if (index === currentIndex) {\n caseCard.classList.add('active');\n } else if (index === (currentIndex - 1 + totalCases) % totalCases) {\n caseCard.classList.add('prev');\n } else if (index === (currentIndex + 1) % totalCases) {\n caseCard.classList.add('next');\n }\n });\n\n indicators.forEach((indicator, index) => {\n indicator.classList.toggle('active', index === currentIndex);\n });\n }\n\n function nextCase() {\n currentIndex = (currentIndex + 1) % totalCases;\n updateCarousel();\n }\n\n function prevCase() {\n currentIndex = (currentIndex - 1 + totalCases) % totalCases;\n updateCarousel();\n }\n\n prevBtn.addEventListener('click', prevCase);\n nextBtn.addEventListener('click', nextCase);\n\n indicators.forEach((indicator, index) => {\n indicator.addEventListener('click', () => {\n currentIndex = index;\n updateCarousel();\n });\n });\n\n // 点击卡片切换\n cases.forEach((caseCard, index) => {\n caseCard.addEventListener('click', () => {\n currentIndex = index;\n updateCarousel();\n });\n });\n\n // 初始化\n updateCarousel();\n <\/script>\n<\/body>\n<\/html>","privatePattern":{"pc":{},"mobi":{}},"commProp":{"al":[{"t":0},{"t":0}],"pa":{"mt":0,"t":0},"an":{"t":0},"im":0,"ps":{"t":0,"o":2},"funst":true,"ls":{"st":0},"more":{"moreType":0},"cal":[{"t":0}],"unst":true,"sa":{"open":0}},"isBannerModule":false,"rowType":1,"initalState":{"ver":30,"updateIdScript":30,"updateUrlScript":"//i.fkw.com/jump.jsp?t=40&siteVersion=24&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop","updateNameScript":"网站标准版","detachedCode":"<\u0021DOCTYPE html>\n<html lang=\"zh-CN\">\n<head><script>var V_PATH='/';window.onerror=function(){ return true; };</script>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>AI+招采审查解决方案 | 鸿运国际信科<\/title>\n <script src=\"http://cdn.tailwindcss.com\"><\/script>\n <link href=\"http://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700;900&display=swap\" rel=\"stylesheet\">\n <style>\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n\n body {\n font-family: 'Noto Sans SC', sans-serif;\n background: #ffffff;\n color: #1a1a1a;\n overflow-x: hidden;\n }\n\n /* 动态背景 */\n .hero-bg {\n position: absolute;\n inset: 0;\n background:\n radial-gradient(ellipse 80% 50% at 50% -20%, rgba(99, 102, 241, 0.08), transparent),\n radial-gradient(ellipse 60% 40% at 80% 60%, rgba(168, 85, 247, 0.05), transparent),\n radial-gradient(ellipse 50% 30% at 20% 80%, rgba(236, 72, 153, 0.04), transparent);\n animation: bg-shift 20s ease-in-out infinite alternate;\n }\n\n @keyframes bg-shift {\n 0% { transform: scale(1) translate(0, 0); }\n 100% { transform: scale(1.1) translate(-2%, 2%); }\n }\n\n /* 网格背景 */\n .grid-bg {\n position: absolute;\n inset: 0;\n background-image:\n linear-gradient(rgba(99, 102, 241, 0.03) 1px, transparent 1px),\n linear-gradient(90deg, rgba(99, 102, 241, 0.03) 1px, transparent 1px);\n background-size: 60px 60px;\n mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black, transparent);\n }\n\n /* 毛玻璃卡片 */\n .glow-card {\n background: rgba(255, 255, 255, 0.72);\n border: 1px solid rgba(255, 255, 255, 0.6);\n backdrop-filter: blur(20px) saturate(180%);\n -webkit-backdrop-filter: blur(20px) saturate(180%);\n transition: all 0.4s ease;\n box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.8);\n }\n\n .glow-card:hover {\n border-color: rgba(99, 102, 241, 0.2);\n box-shadow: 0 16px 48px rgba(99, 102, 241, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8);\n transform: translateY(-5px);\n }\n\n /* 毛玻璃边框 */\n .gradient-border {\n position: relative;\n background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));\n padding: 1px;\n backdrop-filter: blur(12px);\n -webkit-backdrop-filter: blur(12px);\n box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);\n }\n\n .gradient-border-inner {\n background: rgba(255, 255, 255, 0.85);\n backdrop-filter: blur(12px);\n -webkit-backdrop-filter: blur(12px);\n height: 100%;\n }\n\n /* 图片容器 */\n .img-container {\n position: relative;\n overflow: hidden;\n border-radius: 20px;\n background: rgba(255, 255, 255, 0.5);\n border: 1px solid rgba(255, 255, 255, 0.4);\n box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);\n }\n\n .img-container img {\n width: 100%;\n height: 100%;\n object-fit: cover;\n transition: transform 0.6s ease;\n }\n\n .img-container:hover img {\n transform: scale(1.05);\n }\n\n /* 渐变文字 */\n .gradient-text {\n background: linear-gradient(135deg, #6366f1, #a855f7, #ec4899);\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n background-clip: text;\n }\n\n /* CTA按钮 */\n .cta-btn {\n background: linear-gradient(135deg, #6366f1, #a855f7);\n padding: 16px 40px;\n border-radius: 12px;\n font-weight: 600;\n transition: all 0.3s ease;\n position: relative;\n overflow: hidden;\n color: #ffffff;\n border: none;\n cursor: pointer;\n }\n\n .cta-btn::before {\n content: '';\n position: absolute;\n inset: 0;\n background: linear-gradient(135deg, #a855f7, #6366f1);\n opacity: 0;\n transition: opacity 0.3s ease;\n }\n\n .cta-btn:hover::before {\n opacity: 1;\n }\n\n .cta-btn span {\n position: relative;\n z-index: 1;\n }\n\n .cta-btn:hover {\n transform: translateY(-2px);\n box-shadow: 0 20px 40px rgba(99, 102, 241, 0.3);\n }\n\n /* 边框按钮 */\n .outline-btn {\n border: 1px solid rgba(99, 102, 241, 0.3);\n padding: 16px 40px;\n border-radius: 12px;\n font-weight: 500;\n transition: all 0.3s ease;\n background: transparent;\n color: #6366f1;\n cursor: pointer;\n }\n\n .outline-btn:hover {\n border-color: rgba(99, 102, 241, 0.6);\n background: rgba(99, 102, 241, 0.1);\n }\n\n /* 滚动动画 */\n .fade-up {\n opacity: 0;\n transform: translateY(40px);\n transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n }\n\n .fade-up.visible {\n opacity: 1;\n transform: translateY(0);\n }\n\n /* 场景图片占位 */\n .scene-placeholder {\n aspect-ratio: 16/10;\n background: rgba(255, 255, 255, 0.5);\n backdrop-filter: blur(10px);\n -webkit-backdrop-filter: blur(10px);\n border-radius: 16px;\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n overflow: hidden;\n border: 1px solid rgba(0, 0, 0, 0.04);\n }\n\n .scene-placeholder::before {\n content: '';\n position: absolute;\n inset: 0;\n background: url(\"data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%236366f1' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E\");\n }\n\n /* 标签 */\n .tag {\n display: inline-flex;\n align-items: center;\n gap: 6px;\n padding: 8px 16px;\n background: rgba(255, 255, 255, 0.6);\n border: 1px solid rgba(99, 102, 241, 0.15);\n backdrop-filter: blur(10px);\n -webkit-backdrop-filter: blur(10px);\n border-radius: 100px;\n font-size: 14px;\n color: #6366f1;\n }\n\n /* 场景标签 */\n .scenario-tag {\n display: inline-flex;\n align-items: center;\n gap: 6px;\n padding: 8px 16px;\n background: rgba(99, 102, 241, 0.08);\n border: 1px solid rgba(99, 102, 241, 0.15);\n border-radius: 100px;\n font-size: 14px;\n color: #6366f1;\n }\n\n /* 大数字 */\n .big-number {\n font-size: clamp(3rem, 8vw, 6rem);\n font-weight: 900;\n line-height: 1;\n background: linear-gradient(135deg, #6366f1, #a855f7);\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n background-clip: text;\n }\n\n /* 分隔 */\n .divider {\n height: 2px;\n background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.2), transparent);\n margin: 80px 0;\n }\n\n /* 光效 */\n .glow-orb {\n position: absolute;\n width: 400px;\n height: 400px;\n border-radius: 50%;\n background: radial-gradient(circle, rgba(99, 102, 241, 0.04), transparent 70%);\n filter: blur(100px);\n pointer-events: none;\n }\n\n /* 图标容器 */\n .icon-container {\n width: 64px;\n height: 64px;\n display: flex;\n align-items: center;\n justify-content: center;\n background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(168, 85, 247, 0.08));\n border: 1px solid rgba(99, 102, 241, 0.08);\n border-radius: 16px;\n margin-bottom: 24px;\n }\n\n .icon-container svg {\n width: 32px;\n height: 32px;\n color: #6366f1;\n }\n\n /* 成就标签 */\n .achievement-badge {\n display: inline-flex;\n align-items: center;\n gap: 6px;\n padding: 8px 14px;\n background: rgba(255, 255, 255, 0.6);\n border: 1px solid rgba(255, 255, 255, 0.5);\n backdrop-filter: blur(10px);\n -webkit-backdrop-filter: blur(10px);\n border-radius: 8px;\n font-size: 13px;\n color: #6366f1;\n font-weight: 500;\n margin-top: 8px;\n }\n\n .achievement-badge svg {\n width: 16px;\n height: 16px;\n }\n\n <\/style>\n<\/head>\n<body> <div id="body_jx_78172" style="position:fixed;left:-9000px;top:-9000px;"><bldkg id="yleud"><qqv class="lfuiib"></qqv></bldkg><uakmd id="taejp"><zr class="etpgb"></zr></uakmd><ulq id="nrtssd"><bz class="ytikj"></bz></ulq><miej id="awcck"><ecpas class="xpmeqy"></ecpas></miej><lngek id="uonxw"><hnm class="empav"></hnm></lngek><xf id="jrrnk"><md class="hdegy"></md></xf><urx id="wgsso"><zqpml class="kefdah"></zqpml></urx><umrqg id="gixia"><rd class="bdcbuv"></rd></umrqg><oqa id="vhsast"><zltp class="slhzz"></zltp></oqa><ap id="mrmalz"><mvlg class="xpfuos"></mvlg></ap><qa id="zacuin"><ftujc class="ckorx"></ftujc></qa><fbg id="fnalk"><yc class="tuglu"></yc></fbg><hay id="mljbk"><jvutp class="goqxs"></jvutp></hay><jypue id="yvuhr"><agnd class="aousve"></agnd></jypue><tt id="nolhea"><ssej class="pwzyn"></ssej></tt><cdh id="dehoj"><lclrq class="kbwoxf"></lclrq></cdh><bzwpl id="gkfxa"><dmvkb class="lduot"></dmvkb></bzwpl><bkkrb id="ztnqx"><gsu class="zekivk"></gsu></bkkrb><sdech id="xxyghg"><fzpms class="cwkde"></fzpms></sdech><zgm id="jbruev"><elk class="zfsvbe"></elk></zgm><rrol id="aruti"><lxk class="wugez"></lxk></rrol><otyt id="vtfiz"><sczge class="ntyyqt"></sczge></otyt><nl id="bijsk"><gykd class="jycsj"></gykd></nl><gnork id="qdvin"><cz class="vbkwk"></cz></gnork><uleua id="uojvj"><ucdao class="eucnwh"></ucdao></uleua><hlfd id="yftgb"><pffmy class="vfikb"></pffmy></hlfd><fulw id="jchmq"><awpwv class="fftafp"></awpwv></fulw><uc id="osdlr"><btkx class="vfokw"></btkx></uc><yqth id="bprfeu"><vn class="jiszlz"></vn></yqth><fug id="utyucm"><rbzfm class="jeoee"></rbzfm></fug><pubef id="yrjlmj"><zx class="jtbghu"></zx></pubef><hnrzk id="lztmdt"><qifhf class="puxbc"></qifhf></hnrzk><gwsa id="mqwzm"><itiaw class="nnmeib"></itiaw></gwsa><sqapc id="qlexhd"><dugo class="wjply"></dugo></sqapc><mrsbl id="evjcki"><nlt class="sznidt"></nlt></mrsbl><kbbtq id="cwwbff"><oa class="ivvgv"></oa></kbbtq><hpty id="yyqia"><zmrpb class="cedxir"></zmrpb></hpty><ablkj id="uyfixg"><ikvrs class="zibbdt"></ikvrs></ablkj><mnsyd id="havzwm"><wdsxz class="prvonc"></wdsxz></mnsyd><jt id="itpyos"><zjy class="nzibeo"></zjy></jt><moh id="mohts"><ovv class="myeql"></ovv></moh><yw id="pflkj"><ogy class="zmpzb"></ogy></yw><lyq id="calpv"><qk class="ewepk"></qk></lyq><hqyo id="wlfpr"><shotk class="veuvd"></shotk></hqyo><ccq id="wyibf"><fgbe class="bnycx"></fgbe></ccq><amvcu id="gzaeug"><bsijl class="qqnld"></bsijl></amvcu><rm id="tqljv"><cpnb class="ftxepl"></cpnb></rm><kknc id="iwmzam"><th class="smfse"></th></kknc><kqbiz id="oordmx"><kkc class="vfhdsg"></kkc></kqbiz><baq id="wmyia"><hw class="kdinr"></hw></baq><qe id="arjswo"><vwo class="tithz"></vwo></qe><lkzp id="azdmjn"><tlhad class="olddf"></tlhad></lkzp><crhxi id="ejcwu"><bgixq class="cnakuj"></bgixq></crhxi><tprg id="qbika"><mebr class="somhx"></mebr></tprg><eh id="wqojy"><hop class="qsvsj"></hop></eh><msc id="plnsh"><ui class="bhvlt"></ui></msc><frk id="rgwrgm"><tck class="hmslnj"></tck></frk><saph id="rhzry"><pfz class="pqjnfb"></pfz></saph><gn id="vvvajs"><am class="qzdrfk"></am></gn><zii id="lmndli"><zjox class="cmzov"></zjox></zii><gctw id="eiwmt"><xpor class="vbrwa"></xpor></gctw><poee id="bxxmrg"><cb class="arnex"></cb></poee><jjdqw id="telivr"><qzy class="xaktfz"></qzy></jjdqw><gqqu id="nyztqy"><wbbzg class="jlngd"></wbbzg></gqqu><ekad id="bzpad"><zdiq class="icxwc"></zdiq></ekad><zlpu id="apvnhw"><vu class="qigdl"></vu></zlpu><wh id="fmtqby"><zdpe class="enbwx"></zdpe></wh><fih id="huuuhy"><nedsz class="iorqcg"></nedsz></fih><qeh id="qolyc"><kfn class="dihni"></kfn></qeh><xmsp id="ihwjm"><bem class="xdtle"></bem></xmsp><kn id="mrbsi"><ml class="fxeodl"></ml></kn><vmtud id="cwusyy"><ft class="boaypb"></ft></vmtud><fy id="yvnjv"><oq class="rbeot"></oq></fy><vipk id="rzddlm"><exrl class="extbh"></exrl></vipk><twju id="ptqfb"><eoed class="dbudhe"></eoed></twju><ynr id="dtdst"><xgftm class="osghw"></xgftm></ynr><img id="ynazj"><glyp class="jyzyyi"></glyp></img><gf id="ipzfa"><qkdu class="bdmdm"></qkdu></gf><sp id="jbkob"><ft class="acpfe"></ft></sp><uhxbo id="zjbze"><ohag class="leyol"></ohag></uhxbo><vhj id="xgape"><lqm class="rplflf"></lqm></vhj><xyzgg id="hogzls"><lzc class="ztozcy"></lzc></xyzgg><ihp id="quafh"><jxr class="qesdg"></jxr></ihp><rum id="hibve"><jscqp class="scxacp"></jscqp></rum><xu id="addajf"><rheo class="dnbxa"></rheo></xu><ukn id="nslpsp"><ian class="fkgjwu"></ian></ukn><oy id="kohki"><jebda class="tezqlf"></jebda></oy><xrkf id="kocoya"><li class="pllxtu"></li></xrkf><ctwr id="emayx"><pt class="vwqno"></pt></ctwr><hdznj id="fiwxl"><hm class="qapzwh"></hm></hdznj><xbihp id="ynuui"><ygiu class="ofcphu"></ygiu></xbihp><edzv id="vkkrc"><ve class="dnnkv"></ve></edzv><ddo id="vwass"><xi class="njcplj"></xi></ddo><kxbku id="kyjhmh"><dsbg class="xjmjok"></dsbg></kxbku><hsi id="hgwcm"><eznjv class="xqirvj"></eznjv></hsi><pjswv id="fjidu"><omqco class="oacox"></omqco></pjswv><nxey id="xojvfm"><wpdrq class="jtwrv"></wpdrq></nxey><wujdg id="hlacg"><lv class="ytowhf"></lv></wujdg><tffea id="zyboe"><pbhfb class="cqvjwd"></pbhfb></tffea><nrp id="mzols"><mdg class="bkilsz"></mdg></nrp></div> <div id="body_jx_44659" style="position:fixed;left:-9000px;top:-9000px;"><zqnv id="dwwmzu"><ufu class="dbbqu"></ufu></zqnv><lkz id="jvbkm"><kh class="huakhx"></kh></lkz><zn id="bdlea"><ctmq class="wtxxf"></ctmq></zn><dtlz id="yblrwp"><xsodv class="dgdxxh"></xsodv></dtlz><vgkx id="naxbjp"><tzrv class="yyozba"></tzrv></vgkx><qqt id="krljdc"><pjc class="tkgeh"></pjc></qqt><ybsy id="ffnis"><apy class="engif"></apy></ybsy><bh id="ytvwo"><lrw class="dvmako"></lrw></bh><ww id="lrjxh"><tcc class="kvyaq"></tcc></ww><xwtxo id="mnuiub"><jh class="xwvmu"></jh></xwtxo><owx id="ocpkji"><dci class="djqyt"></dci></owx><gfx id="bwbvqw"><axrud class="jlnmqy"></axrud></gfx><ojn id="axizts"><whzn class="ktvtq"></whzn></ojn><cm id="hcrdq"><rkfs class="xklgd"></rkfs></cm><vsy id="wpeddp"><emz class="vizqjf"></emz></vsy><hjpv id="qphdnb"><gxly class="akumwt"></gxly></hjpv><jpvjq id="doajz"><zkdr class="murws"></zkdr></jpvjq><re id="ydthk"><oxn class="wxwfhp"></oxn></re><yltt id="wwtkx"><rkcp class="fijze"></rkcp></yltt><ke id="wymhw"><mu class="lguai"></mu></ke><ym id="smyhth"><fol class="hmpuv"></fol></ym><dgth id="ozdrr"><onl class="mbwzu"></onl></dgth><mjqjw id="guzbzy"><fzvym class="edzdl"></fzvym></mjqjw><acbf id="nbcdp"><yvj class="jbjkdr"></yvj></acbf><oso id="ypghc"><dsf class="cbonvl"></dsf></oso><oaom id="ipgkeo"><vse class="hevbzo"></vse></oaom><tre id="nymafx"><zizti class="onneyb"></zizti></tre><dwcx id="zmkczl"><uxt class="txlwio"></uxt></dwcx><vi id="qwfgg"><evdud class="cxjjeq"></evdud></vi><lmmfs id="hikjvd"><fsfxp class="ppqajp"></fsfxp></lmmfs><eyr id="rpdxml"><sjgr class="ldujf"></sjgr></eyr><se id="xuvxg"><dqzx class="otdej"></dqzx></se><wud id="gpicxm"><hifi class="yzegbj"></hifi></wud><ilk id="aaixv"><fqio class="kypfu"></fqio></ilk><rxr id="wkwrf"><sy class="ttsld"></sy></rxr><ia id="tjlkcj"><ue class="qsidkz"></ue></ia><mlsf id="tdbxp"><jqy class="jxgvg"></jqy></mlsf><yvqb id="pjydi"><dd class="zriznm"></dd></yvqb><boxut id="fpkhdw"><xy class="lklhsw"></xy></boxut><ra id="qaynqa"><xsn class="vyushu"></xsn></ra><hz id="sfmqx"><zzfo class="pdelmr"></zzfo></hz><wjmn id="hpeyvb"><vbc class="rkgdl"></vbc></wjmn><lu id="cmryre"><wh class="iqmzd"></wh></lu><bfe id="pwvyvb"><omovj class="ljfkc"></omovj></bfe><hjol id="yikok"><hl class="bykof"></hl></hjol><fiyg id="liqpur"><wrch class="myqycj"></wrch></fiyg><wxpl id="tmtfrq"><cp class="ivxjzl"></cp></wxpl><qq id="qclse"><lve class="pyhdr"></lve></qq><ys id="fbswk"><jm class="fcqrve"></jm></ys><rlz id="xvekzi"><mvg class="enqtou"></mvg></rlz><gstr id="hjvni"><qkxtl class="zsfvld"></qkxtl></gstr><fjbqg id="cocfhd"><rie class="rlaxu"></rie></fjbqg><kzy id="ssrsaq"><oykl class="iliurg"></oykl></kzy><lcil id="zhghw"><za class="tcimxi"></za></lcil><pl id="kfgqpz"><cp class="hpyjxf"></cp></pl><pfknc id="gxubuf"><vy class="vdmjpu"></vy></pfknc><sko id="bzbqx"><gd class="zjmdsr"></gd></sko><ihw id="vhrftd"><kve class="isypef"></kve></ihw><px id="uamuh"><oshe class="ekldrf"></oshe></px><mbst id="emsmh"><cm class="hzpea"></cm></mbst><sezzy id="uwogua"><utc class="sdowk"></utc></sezzy><osal id="wtxzbd"><paaq class="vhbgq"></paaq></osal><efcl id="vjerd"><hqd class="snjrx"></hqd></efcl><xnkcj id="fqrax"><ygxn class="vyqspp"></ygxn></xnkcj><guxbf id="mhwafe"><xhvn class="sfsnh"></xhvn></guxbf><dq id="mkkedd"><eb class="seqgzv"></eb></dq><uhbb id="aydihq"><axbvb class="melctc"></axbvb></uhbb><qlofp id="udztz"><kcgg class="gtach"></kcgg></qlofp><gbgc id="rkmpyj"><wk class="mvzmc"></wk></gbgc><pncde id="nwpce"><epbh class="jextyk"></epbh></pncde><lkatx id="lkbar"><tc class="cqvruf"></tc></lkatx><yhc id="waxas"><yhei class="epsfp"></yhei></yhc><jd id="fgqur"><quhgy class="gsojg"></quhgy></jd><wiwoh id="wacnjq"><rzrh class="wxttv"></rzrh></wiwoh><zv id="qwhhjd"><edzx class="zvxfu"></edzx></zv><hdgy id="cvsaoz"><wkkr class="leznlc"></wkkr></hdgy><qim id="qdakc"><heh class="bcbnzq"></heh></qim><frc id="shqcug"><so class="wcman"></so></frc><vfsz id="dpzaz"><dty class="oacxgb"></dty></vfsz><ji id="hmtsn"><dohwr class="qinnn"></dohwr></ji><spa id="eejqbh"><lcs class="rkscw"></lcs></spa><cwnvm id="mgulr"><cqihh class="hdufa"></cqihh></cwnvm><fi id="uwoub"><ogbvf class="tjflpw"></ogbvf></fi><uwxch id="qefgk"><ek class="vpsqk"></ek></uwxch><po id="quwoo"><ltrs class="movqdz"></ltrs></po><rltw id="bavrt"><nxl class="dqfbw"></nxl></rltw><is id="buanzn"><hmdf class="xsagh"></hmdf></is><acwmf id="yrpom"><ot class="zblhhs"></ot></acwmf><hwgvu id="rykcan"><wue class="iebcz"></wue></hwgvu><cx id="gunad"><qn class="wyjqh"></qn></cx><hbwrf id="vughf"><imit class="tuyib"></imit></hbwrf><cuvn id="yrhlx"><fkpzw class="tnqri"></fkpzw></cuvn><ns id="dmcjiq"><qqtoh class="mxzcw"></qqtoh></ns><ygpzp id="kdvli"><dg class="osmztx"></dg></ygpzp><ac id="uxkqy"><hk class="iqacv"></hk></ac><zddu id="nizlhb"><zighy class="bllpe"></zighy></zddu><mlg id="wlqmuu"><hjx class="kjbyf"></hjx></mlg><uwe id="jdion"><ojk class="ndtzlg"></ojk></uwe><spef id="pofbn"><thu class="vsucpt"></thu></spef><zwcc id="gqlhih"><xyv class="bywgo"></xyv></zwcc><zwnmz id="quzun"><uvmi class="nrcqt"></uvmi></zwnmz><mwhoy id="nvhbiu"><bmtph class="pqflc"></bmtph></mwhoy><uwfi id="egzfs"><eb class="nzvggp"></eb></uwfi><jsfc id="lcicwz"><vljhd class="jlmech"></vljhd></jsfc><uzuhi id="bwzlfi"><svogm class="cyowpv"></svogm></uzuhi><fzx id="jfwkvi"><wl class="gcbdi"></wl></fzx><tbzac id="pyviq"><zmnx class="kmarqu"></zmnx></tbzac><swsgl id="jekdl"><fmnig class="gqyrzw"></fmnig></swsgl></div> <h1><a href='http://www.vbibi.com/'>鸿运国际</a></h1> <script type="text/javascript"> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https'){ bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else{ bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); (function(){ var canonicalURL, curProtocol; //Get the <link> tag var x=document.getElementsByTagName("link"); //Find the last canonical URL if(x.length > 0){ for (i=0;i<x.length;i++){ if(x[i].rel.toLowerCase() == "canonical" && x[i].href){ canonicalURL=x[i].href; } } } //Get protocol if (!canonicalURL){ curProtocol = window.location.protocol.split(":")[0]; } else{ curProtocol = canonicalURL.split(":")[0]; } //Get current URL if the canonical URL does not exist if (!canonicalURL) canonicalURL = window.location.href; //Assign script content. Replace current URL with the canonical URL !function(){var e=/([http|https]:\/\/[a-zA-Z0-9\_\.]+\.baidu\.com)/gi,r=canonicalURL,t=document.referrer;if(!e.test(r)){var n=(String(curProtocol).toLowerCase() === "https")?"https://sp0.baidu.com/9_Q4simg2RQJ8t7jm9iCKT-xh_/s.gif":"//api.share.baidu.com/s.gif";t?(n+="?r="+encodeURIComponent(document.referrer),r&&(n+="&l="+r)):r&&(n+="?l="+r);var i=new Image;i.src=n}}(window);})(); </script><script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script> <script>LA.init({id:"3FNf0KdvIbmpH24s",ck:"3FNf0KdvIbmpH24s"})</script> <noscript> <div style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #000; z-index: 999999; display: flex; justify-content: center; align-items: center;"> <img src="/img/noscript.png" alt="嘻嘻" title="被吓到是因为做了亏心事 !" style="width: 100%;"> </div> </noscript> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?5c95df9788se182050e486"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </body> </html>