Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
FHeading HierarchyAction88 headings, 8 skip(s)FIX
- H2 账户服务
- H2 存款与贷款
- H2 信用卡
- H2 外汇业务
- H2 投资理财
- H2 私人银行
- H2 金融市场
- H1 (empty)
- H1 业务办理 duplicate H1
- H1 指南·推荐 duplicate H1
- H1 (empty)
- H1 业务办理 duplicate H1
- H1 指南·推荐 duplicate H1
- H1 (empty)
- H1 业务办理 duplicate H1
- H1 指南·推荐 duplicate H1
- H1 (empty)
- H1 业务办理 duplicate H1
- H1 指南·推荐 duplicate H1
- H1 (empty)
- H1 业务办理 duplicate H1
- H1 指南·推荐 duplicate H1
- H1 (empty)
- H1 业务办理 duplicate H1
- H1 指南·推荐 duplicate H1
- H1 (empty)
- H1 业务办理 duplicate H1
- H1 指南·推荐 duplicate H1
- H4 工银理财·天天鑫添益 skipped
- H2 1.23%
- H1 投资期限 每天开放 duplicate H1
- H1 起购金额 1 元 | 低风险 | 代销 duplicate H1
- H1 理财产品过往业绩不代表其未来表现,不等于理财产品实际收益,投资须谨慎。业绩来源:本理财产品过往业绩由产品管理人工银理财有限责任公司基�� duplicate H1
- H4 工银理财·添利宝鑫享 skipped
- H2 1.4005%
- H1 投资期限 无固定期 duplicate H1
- H1 起购金额 1 元 | 低风险 | 代销 duplicate H1
- H1 理财产品过往业绩不代表其未来表现,不等于理财产品实际收益,投资须谨慎。业绩来源:本理财产品过往业绩由产品管理人工银理财有限责任公司基�� duplicate H1
- H1 2026版熊猫金币 duplicate H1
- H1 大师传世金(珍藏版) duplicate H1
- H1 如意金积存 duplicate H1
- H1 个人积存金 duplicate H1
- H4 工银纯债债券基金A skipped
- H2 0.4806%
- H1 推荐理由:优质产品 稳健增长聚焦纯债追求风险收益平衡 duplicate H1
- H5 万家北证50成份指数型发起式A skipped
- H2 主要投资行业:制造业、信息传输、软件和信...基金类型:股票型
- H5 汇添富北交所创新精选两年定开混合A skipped
- H2 主要投资行业:制造业、信息传输、软件和信...基金类型:混合型
- H5 财通智慧成长混合C skipped
- H2 主要投资行业:信息传输、软件和信息技术服...基金类型:混合型
- H5 大成景阳领先基金 skipped
- H2 主要投资行业:制造业、交通运输、仓储和邮...基金类型:股票型
- H1 个人结汇 duplicate H1
- H1 账户外汇 duplicate H1
- H1 个人购汇 duplicate H1
- H1 携带外汇出境许可证 duplicate H1
- H5 工银安盛人寿盛世相守养老年金保险 skipped
- H5 工银安盛人寿财富鑫享两全保险(分红型)
- H5 工银安盛鑫福传家终身寿(2024版)(私银)
- H5 工银安盛安心保医疗保证续保版(有社保)
- H1 个人购汇 duplicate H1
- H1 国际汇款 duplicate H1
- H1 “汇市通”外汇买卖 duplicate H1
- H1 个人结汇 duplicate H1
- H1 外汇存款 duplicate H1
- H1 账户外汇 duplicate H1
- H1 客户服务抖音 duplicate H1
- H1 个人手机银行 duplicate H1
- H1 企业手机银行 duplicate H1
- H1 小微融资 duplicate H1
- H1 创业担保贷款 duplicate H1
- H1 小企业周转贷款 duplicate H1
- H1 工银e支付 duplicate H1
- H1 跨境汇款 duplicate H1
- H1 余额变动提醒 duplicate H1
- H1 途牛信用卡 duplicate H1
- H1 工银无界白金数字卡 duplicate H1
- H1 工银生肖信用卡 duplicate H1
- H1 工银速汇 duplicate H1
- H1 即期结售汇 duplicate H1
- H1 个人资信证明 duplicate H1
- H1 融e借 duplicate H1
- H1 住房公积金贷款 duplicate H1
- H1 个人家居消费贷款 duplicate H1
- H1 优惠活动 duplicate H1
- H1 财政贴息 分期减负 duplicate H1
- H1 工银爱旅行 随机一分游 duplicate H1
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
FAlt Text QualityAction69 of 85 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 69 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
DForm AccessibilityAction5 of 5 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #KeyWord | text | (请输入关键字) | placeholder only |
| input | button | (none) | none |
| input | button | (none) | none |
| input | button | (none) | none |
| #robotFloatTextQuestion | input | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="button">; <input type="button">; <input type="button">; <input id="robotFloatTextQuestion">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="KeyWord" id="KeyWord">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
FLink & Button QualityAction62 issue(s) across 411 links and 11 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| javascript:void(0) | 欢迎进入 中国工商银… | img no alt | Add alt attribute to the image |
| //www.icbc-ltd.com/column/14380583133038… | 全球主站 | new tab | Add '(opens in new tab)' to text |
| //www.icbc-ltd.com/column/14380583268640… | 工行ESG | new tab | Add '(opens in new tab)' to text |
| /column/1438058326864052304.html | 服务价目表 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319654043695.html | 业务咨询 | new tab | Add '(opens in new tab)' to text |
| /column/1438058313303867398.html | (empty) | empty | Add link text or aria-label |
| javascript:submitform() | (empty) | empty | Add link text or aria-label |
| /column/781925352473141249.html | (empty) | empty | Add link text or aria-label |
| /column/1438058319784067104.html | 银行卡 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 借记卡申请 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 余额查询 | new tab | Add '(opens in new tab)' to text |
| /page/721854742199566372.html | 宝贝成长卡 | new tab | Add '(opens in new tab)' to text |
| /page/721853675948769291.html | 工银灵通账户卡 | new tab | Add '(opens in new tab)' to text |
| /column/1438058386850988086.html | 账户管理 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 账户申请 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 自助挂失 | new tab | Add '(opens in new tab)' to text |
| /column/1438058386850988191.html | 工银信使 | new tab | Add '(opens in new tab)' to text |
| /column/1438058386850988184.html | 自助挂失 | new tab | Add '(opens in new tab)' to text |
| /column/1438058384883859846.html | 汇款服务 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 境内汇款 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 注册账户转账 | new tab | Add '(opens in new tab)' to text |
| /column/1438058384883859794.html | 手机号汇款 | new tab | Add '(opens in new tab)' to text |
| /column/1438058386850988242.html | 跨境汇款 | new tab | Add '(opens in new tab)' to text |
| /column/1438058474352558103.html | 支付缴费 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | e缴费 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 委托代扣 | new tab | Add '(opens in new tab)' to text |
| /column/1438058386850988044.html | 工银e支付 | new tab | Add '(opens in new tab)' to text |
| /column/1438058384883859666.html | 代缴学费 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067104.html | 贵宾服务 | new tab | Add '(opens in new tab)' to text |
| /column/1438058326864052291.html | 工银财富 | new tab | Add '(opens in new tab)' to text |
| /column/1438058341623808127.html | 理财金账户 | new tab | Add '(opens in new tab)' to text |
| /page/781258448292544512.html | 个人养老金 | new tab | Add '(opens in new tab)' to text |
| /page/781258448292544512.html | 服务简介 | new tab | Add '(opens in new tab)' to text |
| /column/781925352473141249.html | 图解个人养老金 | new tab | Add '(opens in new tab)' to text |
| /ICBC/html/download/wyfwxy/wsyh_jygz.htm | 交易规则 | new tab | Add '(opens in new tab)' to text |
| /page/721854339110174749.html | 个人客户星级服务 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067091.html | 优惠活动 | new tab | Add '(opens in new tab)' to text |
| /column/1438058343720960888.html | (empty) | empty | Add link text or aria-label |
| /column/1438058319784067104.html | 个人金融 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 通知存款 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 定期存款 | new tab | Add '(opens in new tab)' to text |
| /column/1438058341686722587.html | 存款利率 | new tab | Add '(opens in new tab)' to text |
| /page/721852476176498710.html | 定活通 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 大额存单 | new tab | Add '(opens in new tab)' to text |
| /column/1438058326469787769.html | 开户网点查询 | new tab | Add '(opens in new tab)' to text |
| /page/721852502588030985.html | 整存整取 | new tab | Add '(opens in new tab)' to text |
| /page/721852495755509777.html | 活期一本通 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 申请贷款 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 我的贷款 | new tab | Add '(opens in new tab)' to text |
| /page/1146089225897320448.html | 智存宝 | new tab | Add '(opens in new tab)' to text |
| /page/1146090775029997568.html | 零存宝 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 融e借 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 质押贷款 | new tab | Add '(opens in new tab)' to text |
| /column/1438058341686722675.html | 贷款利率 | new tab | Add '(opens in new tab)' to text |
| /page/721852385541783566.html | 个人经营贷款 | new tab | Add '(opens in new tab)' to text |
| /page/721852488939765765.html | 个人质押贷款 | new tab | Add '(opens in new tab)' to text |
| /page/721854738269503528.html | 家居消费贷款 | new tab | Add '(opens in new tab)' to text |
| /page/721852503955374106.html | 挂失及密码重置 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067091.html | 优惠活动 | new tab | Add '(opens in new tab)' to text |
| /page/721853478652903447.html | (empty) | empty | Add link text or aria-label |
| /column/1438058319456911363.html | 信用卡 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 我要办卡 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 我的信用卡 | new tab | Add '(opens in new tab)' to text |
| /column/1438058326864052346.html | 卡片世界 | new tab | Add '(opens in new tab)' to text |
| /column/1438058326864052302.html | 服务介绍 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 查询申请进度 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 信用卡启用 | new tab | Add '(opens in new tab)' to text |
| /column/1438058343720960729.html | 精品推荐 | new tab | Add '(opens in new tab)' to text |
| /column/1438058343720960881.html | 信用卡权益 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 信用卡还款 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 设置自动还款 | new tab | Add '(opens in new tab)' to text |
| /page/721852858260815879.html | 账单分期 | new tab | Add '(opens in new tab)' to text |
| /page/781098383879745536.html | 工银e生活 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 分期付款 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 现金分期 | new tab | Add '(opens in new tab)' to text |
| /page/721852356223598610.html | 牡丹超惠系列信用卡 | new tab | Add '(opens in new tab)' to text |
| /page/766662188282068992.html | 工银i未来信用卡 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 额度调整 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 积分兑换 | new tab | Add '(opens in new tab)' to text |
| /page/721852446254333962.html | 工银北京环球度假区联… | new tab | Add '(opens in new tab)' to text |
| /page/796042063489048576.html | 工银爱车信用卡 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067142.html | 小e视频 | new tab | Add '(opens in new tab)' to text |
| /column/1438058326864052408.html | 信用卡章程 | new tab | Add '(opens in new tab)' to text |
| /column/1438058326864052304.html | 收费标准 | new tab | Add '(opens in new tab)' to text |
| /column/1438058326864052243.html | 信用卡小知识 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067091.html | 优惠活动 | new tab | Add '(opens in new tab)' to text |
| /column/1438058341816746025.html | (empty) | empty | Add link text or aria-label |
| /column/1438058319784067108.html | 外汇业务 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 个人购汇 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 个人结汇 | new tab | Add '(opens in new tab)' to text |
| /page/721852540139634730.html | 汇款直通车 | new tab | Add '(opens in new tab)' to text |
| /page/721852378969309213.html | 工银速汇 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 结售汇明细 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 外汇买卖 | new tab | Add '(opens in new tab)' to text |
| /column/1438058341489590354.html | 外汇牌价 | new tab | Add '(opens in new tab)' to text |
| /column/1438058343720960069.html | 汇市述评 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 账户外汇 | new tab | Add '(opens in new tab)' to text |
| /column/1438058341816746025.html | 汇市新闻 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067142.html | 小e视频 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319654043686.html | (empty) | empty | Add link text or aria-label |
| /column/1438058319784067082.html | 理财 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 理财产品 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 我的理财 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 理财产品净值 | new tab | Add '(opens in new tab)' to text |
| /column/1438058327061184530.html | 理财资讯 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319654043686.html | 贵金属 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 贵金属交易 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 行情报价 | new tab | Add '(opens in new tab)' to text |
| /column/1438058326469788011.html | 实物贵金属 | new tab | Add '(opens in new tab)' to text |
| /column/1438058343720960016.html | 投资参考 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319456911366.html | 基金 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 基金产品 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 基金定投 | new tab | Add '(opens in new tab)' to text |
| /page/721853688762368000.html | 收益排行 | new tab | Add '(opens in new tab)' to text |
| /page/721853688762368000.html | 基金评级 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067108.html | 外汇 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 结售汇 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 外汇买卖 | new tab | Add '(opens in new tab)' to text |
| /column/1438058341489590354.html | 外汇牌价 | new tab | Add '(opens in new tab)' to text |
| /column/1438058326864052373.html | 汇市要闻 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319524020228.html | 债券 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 记账式债券 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 我的债券 | new tab | Add '(opens in new tab)' to text |
| /column/1438058326864052395.html | 新发债券 | new tab | Add '(opens in new tab)' to text |
| /page/721855867904622603.html | 收益排行 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319654043681.html | 保险 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 保险产品 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 我的保险 | new tab | Add '(opens in new tab)' to text |
| /column/1438058343720960924.html | 保险指南 | new tab | Add '(opens in new tab)' to text |
| /column/1438058343720960540.html | 保险理赔 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319654043672.html | 证券期货 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 账户商品 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 第三方存管 | new tab | Add '(opens in new tab)' to text |
| /column/1438058327061184556.html | 大宗商品 | new tab | Add '(opens in new tab)' to text |
| /column/1438058326469787711.html | 股市述评 | new tab | Add '(opens in new tab)' to text |
| /page/804004640869330944.html | 工行如意金条 买黄金… | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 搭配债券 财富稳健回… | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067091.html | 优惠活动 | new tab | Add '(opens in new tab)' to text |
| /column/1438058343653851193.html | (empty) | empty | Add link text or aria-label |
| /column/1438058343653851193.html | 私人银行 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 我的财富 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 我的预留产品 | new tab | Add '(opens in new tab)' to text |
| /webpage/finance/disclosure/?type=3 | 信息披露 | new tab | Add '(opens in new tab)' to text |
| /column/1438058384883859722.html | 最新动态 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 专属理财 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 专属基金 | new tab | Add '(opens in new tab)' to text |
| /column/1438058386850988570.html | 私行杂志 | new tab | Add '(opens in new tab)' to text |
| /column/1438058386850988481.html | 增值服务 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 专属代理产品 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 资产管理 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067142.html | 小e视频 | new tab | Add '(opens in new tab)' to text |
| /column/1438058384883859609.html | 关于私人银行 | new tab | Add '(opens in new tab)' to text |
| /column/1438058384753836267.html | 分支机构 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067091.html | 优惠活动 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319654043692.html | (empty) | empty | Add link text or aria-label |
| /column/1438058319654043692.html | 金融市场 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 账户外汇 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 即期结售汇 | new tab | Add '(opens in new tab)' to text |
| /column/1438058474549690419.html | 个人产品介绍 | new tab | Add '(opens in new tab)' to text |
| /column/1438058343720960544.html | 工行看市场 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 柜台记账式债券 | new tab | Add '(opens in new tab)' to text |
| /column/1438058341489590354.html | 外汇牌价 | new tab | Add '(opens in new tab)' to text |
| /column/1438058327061184619.html | 商品交易行情 | new tab | Add '(opens in new tab)' to text |
| /column/1438058343653851188.html | 市场要闻 | new tab | Add '(opens in new tab)' to text |
| /column/1438058343720960176.html | 人民币债券指数 | new tab | Add '(opens in new tab)' to text |
| /page/721852384438681618.html | 个人结售汇业务知识问… | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067091.html | 优惠活动 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/ | 个人网上银行登录 | new tab | Add '(opens in new tab)' to text |
| https://epass.icbc.com.cn/regist/regist_… | 注 册 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067099.html | 业务指南 | new tab | Add '(opens in new tab)' to text |
| /page/721854527606390826.html | 网银助手 | new tab | Add '(opens in new tab)' to text |
| /column/1438058327061184637.html | 客户端下载 | new tab | Add '(opens in new tab)' to text |
| /column/1438058326864052281.html | 安全专区 | new tab | Add '(opens in new tab)' to text |
| /column/1438058343720960491.html | 防范假网站 | new tab | Add '(opens in new tab)' to text |
| https://corporbank-simp.icbc.com.cn/icbc… | 企业网上银行登录 | new tab | Add '(opens in new tab)' to text |
| https://corporbank-simp.icbc.com.cn/eban… | 注 册 | new tab | Add '(opens in new tab)' to text |
| /column/1438058384883859835.html | 业务指南 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067081.html | 网银助手 | new tab | Add '(opens in new tab)' to text |
| https://gf.trade.icbc.com.cn/assethandle… | 融e购司法拍卖平台 | new tab | Add '(opens in new tab)' to text |
| # | # | new tab | Add '(opens in new tab)' to text |
| https://jc.icbc.com.cn | 工银集采 | new tab | Add '(opens in new tab)' to text |
| # | # | new tab | Add '(opens in new tab)' to text |
| /page/1201883917481684992.html | 关于修订《中国工商银… | new tab | Add '(opens in new tab)' to text |
| /page/1201080837287309312.html | 关于修订《中国工商银… | new tab | Add '(opens in new tab)' to text |
| /page/1195720016214495232.html | 关于修订《中国工商银… | new tab | Add '(opens in new tab)' to text |
| /page/1182982689017483264.html | 中国工商银行关于2026… | new tab | Add '(opens in new tab)' to text |
| /column/1438058327061184562.html | 更多公告 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 余额查询 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 明细查询 | new tab | Add '(opens in new tab)' to text |
| /column/1438058326469787769.html | 开户网点查询 | new tab | Add '(opens in new tab)' to text |
| /webpage/branch/ | 网点及ATM查询 | new tab | Add '(opens in new tab)' to text |
| /column/1438058326864052304.html | 服务价目表 | new tab | Add '(opens in new tab)' to text |
| /column/1438058326864052434.html | 业务验证 | new tab | Add '(opens in new tab)' to text |
| https://epass.icbc.com.cn/regist/regist_… | 注册电子银行 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 开通余额变动提醒 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 申请贷款 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 申请信用卡 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 申请借记卡 | new tab | Add '(opens in new tab)' to text |
| /column/1438058327061184518.html | 章程协议 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/einvoice… | 电子发票申请 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 网点预约取号 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 大额现金取款 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 外币现金取款 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 开立资信证明 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067151.html | 预约纪念币 | new tab | Add '(opens in new tab)' to text |
| https://fee.icbc.com.cn/index.jsp | 水电燃气 | new tab | Add '(opens in new tab)' to text |
| https://fee.icbc.com.cn/index.jsp | 手机充值 | new tab | Add '(opens in new tab)' to text |
| https://fee.icbc.com.cn/index.jsp | 交通缴费 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 医院挂号 | new tab | Add '(opens in new tab)' to text |
| https://fee.icbc.com.cn/index.jsp | 代缴学费 | new tab | Add '(opens in new tab)' to text |
| /column/1438058341686722587.html | 存贷利率 | new tab | Add '(opens in new tab)' to text |
| /column/1438058341489590354.html | 外汇牌价 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 贵金属行情 | new tab | Add '(opens in new tab)' to text |
| /column/1438058341489590361.html | 理财计算器 | new tab | Add '(opens in new tab)' to text |
| /page/1000087862747869184.html | 关于部分法人理财产品… | new tab | Add '(opens in new tab)' to text |
| /page/872119065567997952.html | 工银理财有限责任公司… | new tab | Add '(opens in new tab)' to text |
| /column/1438058343720960447.html | 更多 | new tab | Add '(opens in new tab)' to text |
| /page/1220032219062665216.html | 工银国际周报4月第2期 | new tab | Add '(opens in new tab)' to text |
| /page/1213493838082363392.html | 工行金融市场:贵金属… | new tab | Add '(opens in new tab)' to text |
| /page/1213425142182739968.html | 关于2026年清明节期间… | new tab | Add '(opens in new tab)' to text |
| /column/1438058326469787852.html | 更多 | new tab | Add '(opens in new tab)' to text |
| /column/1438058326469788011.html | 更多 | new tab | Add '(opens in new tab)' to text |
| /page/1220055231115767808.html | (empty) | empty | Add link text or aria-label |
| /page/1220055231115767808.html | 2026版熊猫金币 把国… | new tab | Add '(opens in new tab)' to text |
| /page/1220055231115767808.html | 查看详情 | new tab | Add '(opens in new tab)' to text |
| /page/1220056461074436096.html | (empty) | empty | Add link text or aria-label |
| /page/1220056461074436096.html | 大师传世金(珍藏版)… | new tab | Add '(opens in new tab)' to text |
| /page/1220056461074436096.html | 查看详情 | new tab | Add '(opens in new tab)' to text |
| /page/804349502953078784.html | (empty) | empty | Add link text or aria-label |
| /page/804349502953078784.html | 如意金积存 积存方式… | new tab | Add '(opens in new tab)' to text |
| /page/804349502953078784.html | 查看详情 | new tab | Add '(opens in new tab)' to text |
| /page/804348646467792896.html | (empty) | empty | Add link text or aria-label |
| /page/804348646467792896.html | 个人积存金 积少成金… | new tab | Add '(opens in new tab)' to text |
| /column/1438058479595438122.html | 广告-工行如意金 | new tab | Add '(opens in new tab)' to text |
| /page/1205568551269343232.html | 2月CPI同比、环比涨幅… | new tab | Add '(opens in new tab)' to text |
| /page/1201176970760163328.html | 中国证监会发布《私募… | new tab | Add '(opens in new tab)' to text |
| /column/1438058343720960014.html | 更多 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 震荡市不惧回调稳健收… | new tab | Add '(opens in new tab)' to text |
| /page/1220302977127813120.html | 商品日报(4月21日):… | new tab | Add '(opens in new tab)' to text |
| /page/1220031098055135232.html | 商品日报(4月20日):… | new tab | Add '(opens in new tab)' to text |
| /column/1438058341816746025.html | 更多 | new tab | Add '(opens in new tab)' to text |
| /page/721854748826566681.html | (empty) | empty | Add link text or aria-label |
| /page/721854748826566681.html | 个人结汇 结汇额度每… | new tab | Add '(opens in new tab)' to text |
| /column/1438058474549690419.html | (empty) | empty | Add link text or aria-label |
| /column/1438058474549690419.html | 账户外汇 以人民币买… | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 我要交易 | new tab | Add '(opens in new tab)' to text |
| /page/721853679971106850.html | (empty) | empty | Add link text or aria-label |
| /page/721853679971106850.html | 个人购汇 购汇额度每… | new tab | Add '(opens in new tab)' to text |
| /page/721853686258368548.html | (empty) | empty | Add link text or aria-label |
| /page/721853686258368548.html | 携带外汇出境许可证 … | new tab | Add '(opens in new tab)' to text |
| /page/721853686258368548.html | 了解更多 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 外汇双边买卖交易灵活 | new tab | Add '(opens in new tab)' to text |
| /page/721854616475303980.html | 买保险要了解五点因素 | new tab | Add '(opens in new tab)' to text |
| /page/721854246990675992.html | 投保意外险的两大误区… | new tab | Add '(opens in new tab)' to text |
| /column/1438058343720960924.html | 更多 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 投资类 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 健康险 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 意外险 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 养老险 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 保险产品优选 | new tab | Add '(opens in new tab)' to text |
| /page/721852492064522245.html | (empty) | empty | Add link text or aria-label |
| /page/721852492064522245.html | 个人购汇 … | new tab | Add '(opens in new tab)' to text |
| /page/721852492064522245.html | 了解更多 | new tab | Add '(opens in new tab)' to text |
| /column/1438058779622391811.html | (empty) | empty | Add link text or aria-label |
| /column/1438058779622391811.html | 国际汇款 … | new tab | Add '(opens in new tab)' to text |
| /column/1438058779622391811.html | 了解更多 | new tab | Add '(opens in new tab)' to text |
| /column/1438058386850988195.html | (empty) | empty | Add link text or aria-label |
| /column/1438058386850988195.html | “汇市通”外汇买卖 … | new tab | Add '(opens in new tab)' to text |
| /column/1438058386850988195.html | 了解更多 | new tab | Add '(opens in new tab)' to text |
| /page/721854752752435238.html | (empty) | empty | Add link text or aria-label |
| /page/721854752752435238.html | 个人结汇 … | new tab | Add '(opens in new tab)' to text |
| /page/721854752752435238.html | 了解更多 | new tab | Add '(opens in new tab)' to text |
| /column/1438058386850988266.html | (empty) | empty | Add link text or aria-label |
| /column/1438058386850988266.html | 外汇存款 … | new tab | Add '(opens in new tab)' to text |
| /column/1438058386850988266.html | 了解更多 | new tab | Add '(opens in new tab)' to text |
| /column/1438058474549690419.html | (empty) | empty | Add link text or aria-label |
| /column/1438058474549690419.html | 账户外汇 … | new tab | Add '(opens in new tab)' to text |
| /column/1438058474549690419.html | 了解更多 | new tab | Add '(opens in new tab)' to text |
| /page/721853666805186588.html | (empty) | empty | Add link text or aria-label |
| /page/870963833991622656.html | 客户服务抖音 | new tab | Add '(opens in new tab)' to text |
| /page/870963833991622656.html | 客户服务抖音 热门… | new tab | Add '(opens in new tab)' to text |
| /page/870963833991622656.html | 了解详细 | new tab | Add '(opens in new tab)' to text |
| /column/1438058384883859849.html | 个人手机银行 随身… | new tab | Add '(opens in new tab)' to text |
| /column/1438058384883859849.html | (empty) | empty | Add link text or aria-label |
| /column/1438058384883859849.html | 立即体验 | new tab | Add '(opens in new tab)' to text |
| /column/1438058384883859665.html | 企业手机银行 高效… | new tab | Add '(opens in new tab)' to text |
| /column/1438058384883859665.html | (empty) | empty | Add link text or aria-label |
| /column/1438058384883859665.html | 立即体验 | new tab | Add '(opens in new tab)' to text |
| /page/721852438935273487.html | (empty) | empty | Add link text or aria-label |
| /page/721852438935273487.html | 小微融资 精选品质… | new tab | Add '(opens in new tab)' to text |
| /page/721852438935273487.html | 了解详细 | new tab | Add '(opens in new tab)' to text |
| /column/1438058386850988736.html | 创业担保贷款 特定… | new tab | Add '(opens in new tab)' to text |
| /column/1438058386850988736.html | (empty) | empty | Add link text or aria-label |
| /column/1438058386850988736.html | 了解详细 | new tab | Add '(opens in new tab)' to text |
| /page/866008407315275776.html | 小企业周转贷款 担… | new tab | Add '(opens in new tab)' to text |
| /page/866008407315275776.html | (empty) | empty | Add link text or aria-label |
| /page/866008407315275776.html | 了解详细 | new tab | Add '(opens in new tab)' to text |
| /column/1438058386850988044.html | (empty) | empty | Add link text or aria-label |
| /column/1438058386850988044.html | 工银e支付 任选多种… | new tab | Add '(opens in new tab)' to text |
| /column/1438058386850988044.html | 立即体验 | new tab | Add '(opens in new tab)' to text |
| /column/1438058386850988242.html | 跨境汇款 7×24小时… | new tab | Add '(opens in new tab)' to text |
| /column/1438058386850988242.html | (empty) | empty | Add link text or aria-label |
| /column/1438058386850988242.html | 立即体验 | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | 余额变动提醒 账户… | new tab | Add '(opens in new tab)' to text |
| https://mybank.icbc.com.cn/icbc/newperba… | (empty) | empty | Add link text or aria-label |
| https://mybank.icbc.com.cn/icbc/newperba… | 立即体验 | new tab | Add '(opens in new tab)' to text |
| /column/1438058474549690478.html | (empty) | empty | Add link text or aria-label |
| /column/1438058474549690478.html | 途牛信用卡 每季度… | new tab | Add '(opens in new tab)' to text |
| /column/1438058474549690478.html | 立即申请 | new tab | Add '(opens in new tab)' to text |
| /column/1438058386850988436.html | 工银无界白金数字卡 … | new tab | Add '(opens in new tab)' to text |
| /column/1438058386850988436.html | (empty) | empty | Add link text or aria-label |
| /column/1438058386850988436.html | 立即申请 | new tab | Add '(opens in new tab)' to text |
| /column/1438058389145272546.html | 工银生肖信用卡 按… | new tab | Add '(opens in new tab)' to text |
| /column/1438058389145272546.html | (empty) | empty | Add link text or aria-label |
| /column/1438058389145272546.html | 立即申请 | new tab | Add '(opens in new tab)' to text |
| /page/721852378969309213.html | (empty) | empty | Add link text or aria-label |
| /page/721852378969309213.html | 工银速汇 多币种,… | new tab | Add '(opens in new tab)' to text |
| /page/721852378969309213.html | 立即申请 | new tab | Add '(opens in new tab)' to text |
| /page/721854332839690270.html | 即期结售汇 币种丰… | new tab | Add '(opens in new tab)' to text |
| /page/721854332839690270.html | (empty) | empty | Add link text or aria-label |
| /page/721854332839690270.html | 立即申请 | new tab | Add '(opens in new tab)' to text |
| /page/721852375089578018.html | 个人资信证明 可信… | new tab | Add '(opens in new tab)' to text |
| /page/721852375089578018.html | (empty) | empty | Add link text or aria-label |
| /page/721852375089578018.html | 了解详情 | new tab | Add '(opens in new tab)' to text |
| /page/721852326163021860.html | (empty) | empty | Add link text or aria-label |
| /page/721852326163021860.html | 融e借 无抵押无担保… | new tab | Add '(opens in new tab)' to text |
| /page/721852326163021860.html | 立即申请 | new tab | Add '(opens in new tab)' to text |
| /page/721854516499873829.html | 住房公积金贷款 利… | new tab | Add '(opens in new tab)' to text |
| /page/721854516499873829.html | (empty) | empty | Add link text or aria-label |
| /page/721854516499873829.html | 立即申请 | new tab | Add '(opens in new tab)' to text |
| /page/721854738269503528.html | 个人家居消费贷款 … | new tab | Add '(opens in new tab)' to text |
| /page/721854738269503528.html | (empty) | empty | Add link text or aria-label |
| /page/721854738269503528.html | 立即申请 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067091.html | 优惠活动 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067091.html | 优惠活动 工行客户… | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067091.html | 了解更多 | new tab | Add '(opens in new tab)' to text |
| /page/1189514850046009344.html | 财政贴息 分期减负 … | new tab | Add '(opens in new tab)' to text |
| /page/1189514850046009344.html | (empty) | empty | Add link text or aria-label |
| /page/1189514850046009344.html | 了解详情 | new tab | Add '(opens in new tab)' to text |
| /page/1193115180478418944.html | 工银爱旅行 随机一分… | new tab | Add '(opens in new tab)' to text |
| /page/1193115180478418944.html | (empty) | empty | Add link text or aria-label |
| /page/1193115180478418944.html | 了解详情 | new tab | Add '(opens in new tab)' to text |
| /page/1143617603198255104.html | 中共中国工商银行股份… | new tab | Add '(opens in new tab)' to text |
| /page/1143617603198255104.html | [详情] | new tab | Add '(opens in new tab)' to text |
| /page/1211022925399216128.html | 中国工商银行2025年经… | new tab | Add '(opens in new tab)' to text |
| /page/1201100020318375936.html | 工行优质金融服务助力… | new tab | Add '(opens in new tab)' to text |
| /page/1200812329743884288.html | 工行多措并举保障马年… | new tab | Add '(opens in new tab)' to text |
| /page/1200811943188324352.html | 工商银行发布支持“出… | new tab | Add '(opens in new tab)' to text |
| /page/1200811690167029760.html | 工行2025年债券承销规… | new tab | Add '(opens in new tab)' to text |
| /page/1200811338462007296.html | 工商银行连续十年蝉联… | new tab | Add '(opens in new tab)' to text |
| /page/1200811059079409664.html | 工商银行年金受托管理… | new tab | Add '(opens in new tab)' to text |
| /page/1200809786959646720.html | 工行积极助力扩大内需… | new tab | Add '(opens in new tab)' to text |
| /page/1200809096891691008.html | 工商银行落地并购新规… | new tab | Add '(opens in new tab)' to text |
| /page/1177651071759347712.html | 中债-工行熊猫债系列… | new tab | Add '(opens in new tab)' to text |
| /page/1177650672075730944.html | 中国工商银行助力中越… | new tab | Add '(opens in new tab)' to text |
| //www.icbc-ltd.com/column/14380583418167… | 投资者关系 | new tab | Add '(opens in new tab)' to text |
| https://job.icbc.com.cn/ | 人才招聘 | new tab | Add '(opens in new tab)' to text |
| //www.icbc-ltd.com/column/14380583264697… | 企业文化 | new tab | Add '(opens in new tab)' to text |
| //www.icbc-ltd.com/column/14380583270611… | 集团品牌 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067120.html | 联系我行 | new tab | Add '(opens in new tab)' to text |
| /column/1438058327061184544.html | 点击查看投诉处理流程 | new tab | Add '(opens in new tab)' to text |
| /column/1438058326864052281.html | 安全专区 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067094.html | 消费者权益保护 | new tab | Add '(opens in new tab)' to text |
| /column/1037310829986852865.html | 许可证公示 | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| /column/1438058319784067142.html | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| //www.icbc-ltd.com/column/14380583195911… | 网站声明 | new tab | Add '(opens in new tab)' to text |
| /webpage/branch/ | 网点服务 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067146.html | 分支机构 | new tab | Add '(opens in new tab)' to text |
| /column/1438058319784067120.html | 联系我行 | new tab | Add '(opens in new tab)' to text |
| http://beian.miit.gov.cn/ | 京ICP证030247号 | new tab | Add '(opens in new tab)' to text |
| https://www.beian.gov.cn/portal/register… | 京公网安备11040102700158… | new tab | Add '(opens in new tab)' to text |
| http://kxlogo.knet.cn/verifyseal.dll?sn=… | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <input> | (empty) | empty | Add button text or aria-label |
| <input> | (empty) | empty | Add button text or aria-label |
| <input> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/column/1438058313303867398.html; javascript:submitform(); /column/781925352473141249.html; /column/1438058343720960888.html; /page/721853478652903447.html; /column/1438058341816746025.html; /column/1438058319654043686.html; /column/1438058343653851193.html; /column/1438058319654043692.html; /page/1220055231115767808.html (+43 more)
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
//www.icbc-ltd.com/column/1438058313303867397.html; //www.icbc-ltd.com/column/1438058326864052357.html; /column/1438058326864052304.html; /column/1438058319654043695.html; /column/1438058319784067104.html; https://mybank.icbc.com.cn/icbc/newperbank/perbank3/frame/frame_index.jsp?ser…; https://mybank.icbc.com.cn/icbc/newperbank/perbank3/frame/frame_index.jsp?ser…; /page/721854742199566372.html; /page/721853675948769291.html; /column/1438058386850988086.html (+316 more)
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button.owl-rect (#1047 on page); button.owl-rect (#1049 on page); button.owl-rect (#1051 on page); button.owl-rect (#1053 on page); button.owl-rect (#1055 on page); button.owl-rect (#1057 on page); input[type="button"] (#1064 on page); input[type="button"] (#1089 on page); input[type="button"] (#1107 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
F404 Error PageActionHTTP 404, bare pageFIX
FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
DLighthouse Accessibility AuditsActionScore 53/100 — 10 failing, 15 passedFIX
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
链接,无障碍模式读屏软件服务通道。 body > a#ariaTipText |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body body |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
服务热线 95588 | 隐私保密声明
打开无障碍 | 电脑版 div#webpartdivID33d40ffe-ae42-0e36-5fd0-d49b3e9ddc10 > div.divContent_ONE > div > span.STYLE71 |
These are opportunities to improve the legibility of your content.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > a#ariaTipText > img body > a#ariaTipText > img |
div#headwap > div#icbchead_logo_div > a > img.imright div#headwap > div#icbchead_logo_div > a > img.imright |
div#ivsii5 > ul#ifkbkd > li#i1lhpd > img div#ivsii5 > ul#ifkbkd > li#i1lhpd > img |
div#ivsii5 > ul#ifkbkd > li#iyft59 > img div#ivsii5 > ul#ifkbkd > li#iyft59 > img |
div#ivsii5 > ul#ifkbkd > li#i2atsr > img div#ivsii5 > ul#ifkbkd > li#i2atsr > img |
div#iu7ive > ul#irgbrj > li#iqelvw > img div#iu7ive > ul#irgbrj > li#iqelvw > img |
div#iu7ive > ul#irgbrj > li#iwg384 > img div#iu7ive > ul#irgbrj > li#iwg384 > img |
div#iu7ive > ul#irgbrj > li#i4db4f > img div#iu7ive > ul#irgbrj > li#i4db4f > img |
ul#Jl7 > li#isud0m > a.text2sy > img ul#Jl7 > li#isud0m > a.text2sy > img |
div#idt2av > ul#i66och > li#i35jkp > img div#idt2av > ul#i66och > li#i35jkp > img |
div#idt2av > ul#i66och > li#ihsivu > img div#idt2av > ul#i66och > li#ihsivu > img |
div#idt2av > ul#i66och > li#i7mgt9 > img div#idt2av > ul#i66och > li#i7mgt9 > img |
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img |
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img |
div#i2ora6 > ul#iq0ccl > li#i0jcco > img div#i2ora6 > ul#iq0ccl > li#i0jcco > img |
div#i2ora6 > ul#iq0ccl > li#ivbr96 > img div#i2ora6 > ul#iq0ccl > li#ivbr96 > img |
div#i2ora6 > ul#iq0ccl > li#ivodv6 > img div#i2ora6 > ul#iq0ccl > li#ivodv6 > img |
div#i2ora6 > ul#iq0ccl > li#iru8ol > img div#i2ora6 > ul#iq0ccl > li#iru8ol > img |
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img |
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img |
div#idp3qj > ul#imbp9v > li#ihwkbm > img div#idp3qj > ul#imbp9v > li#ihwkbm > img |
div#idp3qj > ul#imbp9v > li#i9z25u > img div#idp3qj > ul#imbp9v > li#i9z25u > img |
div#idp3qj > ul#imbp9v > li#iowope > img div#idp3qj > ul#imbp9v > li#iowope > img |
div#idp3qj > ul#imbp9v > li#itgkyc > img div#idp3qj > ul#imbp9v > li#itgkyc > img |
div#i7ccrl > ul#i2tqsl > li#iral1y > img div#i7ccrl > ul#i2tqsl > li#iral1y > img |
div#i7ccrl > ul#i2tqsl > li#i9mx6j > img div#i7ccrl > ul#i2tqsl > li#i9mx6j > img |
div#i7ccrl > ul#i2tqsl > li#idakn8 > img div#i7ccrl > ul#i2tqsl > li#idakn8 > img |
div#i7ccrl > ul#i2tqsl > li#iif30d > img div#i7ccrl > ul#i2tqsl > li#iif30d > img |
div#i94vwm > div#iiuiib > a.data-collecting-sign > img div#i94vwm > div#iiuiib > a.data-collecting-sign > img |
div#ize8z5 > div#if4b5e > a.data-collecting-sign > img div#ize8z5 > div#if4b5e > a.data-collecting-sign > img |
div#i7ccrlv2 > ul#i2tqslv2 > li#iral1yv2 > img div#i7ccrlv2 > ul#i2tqslv2 > li#iral1yv2 > img |
div#i7ccrlv2 > ul#i2tqslv2 > li#i9mx6jv2 > img div#i7ccrlv2 > ul#i2tqslv2 > li#i9mx6jv2 > img |
div#i7ccrlv2 > ul#i2tqslv2 > li#idakn8v2 > img div#i7ccrlv2 > ul#i2tqslv2 > li#idakn8v2 > img |
div#i7ccrlv2 > ul#i2tqslv2 > li#iif30dv2 > img div#i7ccrlv2 > ul#i2tqslv2 > li#iif30dv2 > img |
div#webpartdivIDa500a43c-c6e6-7bc7-b42e-d51a23f0a7a6 > div.Box > div#icbc_gg > img div#webpartdivIDa500a43c-c6e6-7bc7-b42e-d51a23f0a7a6 > div.Box > div#icbc_gg > img |
div#i3qy3x > ul > li#ip4n7h > img div#i3qy3x > ul > li#ip4n7h > img |
div.Box > div#icbc_znwxv2 > a > img div.Box > div#icbc_znwxv2 > a > img |
table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img |
table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img |
table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img |
table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img |
table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img |
table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img |
table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img |
table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img |
table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img |
table#b4c3a224189ce306bb130fefa767ffae > tr > td > img table#b4c3a224189ce306bb130fefa767ffae > tr > td > img |
table#b4c3a224189ce306bb130fefa767ffae > tr > td > img table#b4c3a224189ce306bb130fefa767ffae > tr > td > img |
table#b4c3a224189ce306bb130fefa767ffae > tr > td > img table#b4c3a224189ce306bb130fefa767ffae > tr > td > img |
div.divContent_ONE > div > li > img div.divContent_ONE > div > li > img |
div.divContent_ONE > div > li > img div.divContent_ONE > div > li > img |
div.footer_bg > ul#iod3o5 > li#i8sll8 > img div.footer_bg > ul#iod3o5 > li#i8sll8 > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
tbody > tr > td > input#txtRobotQuestion tbody > tr > td > input#txtRobotQuestion |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#webpartdivIDc02e386d-2639-7a5f-8f9d-2fa952cb3a3e > div#headwap > div#icbchead_logo_div > a div#webpartdivIDc02e386d-2639-7a5f-8f9d-2fa952cb3a3e > div#headwap > div#icbchead_logo_div > a |
div#i5uebm > ul#Jl7 > li#isud0m > a.text2sy div#i5uebm > ul#Jl7 > li#isud0m > a.text2sy |
li > div > div > a.data-collecting-sign li > div > div > a.data-collecting-sign |
li > div > div > a.data-collecting-sign li > div > div > a.data-collecting-sign |
li > div > div > a.data-collecting-sign li > div > div > a.data-collecting-sign |
li > div > div > a.data-collecting-sign li > div > div > a.data-collecting-sign |
li#ilrbgg > div#i94vwm > div#iiuiib > a.data-collecting-sign li#ilrbgg > div#i94vwm > div#iiuiib > a.data-collecting-sign |
li#i6wuel > div#ize8z5 > div#if4b5e > a.data-collecting-sign li#i6wuel > div#ize8z5 > div#if4b5e > a.data-collecting-sign |
div#WapMain > div.Box > div#icbc_znwxv2 > a div#WapMain > div.Box > div#icbc_znwxv2 > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#webpartdivID33d40ffe-ae42-0e36-5fd0-d49b3e9ddc10 > div.divContent_ONE > div > li div#webpartdivID33d40ffe-ae42-0e36-5fd0-d49b3e9ddc10 > div.divContent_ONE > div > li |
div#webpartdivID33d40ffe-ae42-0e36-5fd0-d49b3e9ddc10 > div.divContent_ONE > div > li div#webpartdivID33d40ffe-ae42-0e36-5fd0-d49b3e9ddc10 > div.divContent_ONE > div > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
精选理财 li > div > div > a.data-collecting-sign |
更多精选 点击拥有 li > div > div > a.data-collecting-sign |
稳健持有 li > div > div > a.data-collecting-sign |
财富增长 稳健保障 li > div > div > a.data-collecting-sign |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
BColor Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 业务办理 | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h1 指南·推荐 | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h1 业务办理 | 3.72:1 | 3.0:1 | #000000 | #CF0D18 | Pass |
| h1 指南·推荐 | 3.72:1 | 3.0:1 | #000000 | #CF0D18 | Pass |
| h1 业务办理 | 3.72:1 | 3.0:1 | #000000 | #CF0D18 | Pass |
| h1 指南·推荐 | 3.72:1 | 3.0:1 | #000000 | #CF0D18 | Pass |
| h1 业务办理 | 3.72:1 | 3.0:1 | #000000 | #CF0D18 | Pass |
| h1 指南·推荐 | 3.72:1 | 3.0:1 | #000000 | #CF0D18 | Pass |
| h1 业务办理 | 3.72:1 | 3.0:1 | #000000 | #CF0D18 | Pass |
| h1 指南·推荐 | 3.72:1 | 3.0:1 | #000000 | #CF0D18 | Pass |
| h1 业务办理 | 3.72:1 | 3.0:1 | #000000 | #CF0D18 | Pass |
| h1 指南·推荐 | 3.72:1 | 3.0:1 | #000000 | #CF0D18 | Pass |
| h1 业务办理 | 3.72:1 | 3.0:1 | #000000 | #CF0D18 | Pass |
| h1 指南·推荐 | 3.72:1 | 3.0:1 | #000000 | #CF0D18 | Pass |
| h1 投资期限 | 3.72:1 | 3.0:1 | #000000 | #CF0D18 | Pass |
| h1 起购金额 | 3.72:1 | 3.0:1 | #000000 | #CF0D18 | Pass |
| h1 元 | 低风险 | … | 3.72:1 | 3.0:1 | #000000 | #CF0D18 | Pass |
| h1 业绩来源: | 3.72:1 | 3.0:1 | #000000 | #CF0D18 | Pass |
| h1 投资期限 | 3.72:1 | 3.0:1 | #000000 | #CF0D18 | Pass |
| h1 起购金额 | 3.72:1 | 3.0:1 | #000000 | #CF0D18 | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.