EN
www.hidier.com

inner-page-title" itemprop="headline"> 官方网站: AAAAAAAAAAAAXX表示什么-百度新手必懂

来源:
字号:默认 超大 | 打印 |

AAAAAAAAAAAAXX表示什么-百度|新手必懂

你有没有在百度搜索结果里,看到过一串莫名其妙的字符,比如“AAAAAAAAAAAAXX”?我当时第一次见,简直懵了。心想:这啥玩意儿?百度抽风了?还是我手机中毒了?别急,今天就用我10年SEO踩坑经验,给你把这事掰扯清楚。你放心,这文章全是白话,没一句废话。

这串字符到底从哪冒出来的?

说到这个“AAAAAAAAAAAAXX”,它其实不是百度故意整出来的神秘代码。个人认为,它大概率是网站后台配置出问题,或者代码里写死了这么个占位符。举个例子,有些新手站长在CMS(比如织梦、WordPress)里设置网站标题或描述时,忘了填实际内容,系统就默认输出“AAAAAAAAAAAAXX”这种测试字符串。然后百度蜘蛛来抓取,就把这玩意抓进搜索结果页了。

还有一种情况,是网站改版后,旧的URL参数没清理干净。比如某些电商网站,商品ID用了“AAAAAAAAAAAAXX”这种临时变量,结果百度索引没更新,就留在上面了。实在让人头疼。

换个角度看,这其实暴露了网站SEO基础没做好。百度搜索结果的摘要,理论上应该展示跟用户搜索意图相关的信息,结果你给一个“AAAA...XX”,用户点都不想点。这不就是白白浪费流量吗?

它会影响网站排名吗?破防了!

《AAAAAAAAAAAAXX表示什么-百度》
答案是:会!而且影响不小。

我见过一个真实案例。去年有个做宠物用品的客户,网站标题因为缓存错误,直接显示成“AAAAAAAAAAAAXX-XX-XX”。百度收录后,排名从掉到了第5页后面。他们急得直跳脚,问我怎么办。

我一看,简直无语。网站标题是搜索引擎判断页面内容的第一信号,你放一串没意义的字母,百度就认为这是个无关页面,权重自然往下降。更夸张的是,百度还会给这种页面打上“低质”标签,后续收录都受影响。真实数据:那个客户修正标题后,1个月内流量回升了60%以上。所以别小看这几个字母。

重点加粗: 一旦在百度搜索中看到自己的网站出现“AAAAAAAAAAAAXX”,必须立刻处理,否则后果很严重。

怎么排查是不是自己网站的问题?

很多新手跑来问我:“大神,我怎么知道这个‘AAAA...XX’是不是我网站搞出来的?” 别慌,教你三步自查。

第一步:直接搜索你的网站域名。

在百度搜索框输入 `site:你的域名.com`,看看结果里有没有显示这串字符。如果有,恭喜你,中奖了。

第二步:检查网站标题和描述。

打开网站源码,找到 `` 标签和 `<meta name="description">`。看看里面是不是有“AAAAAAAAAAAAXX”这种占位内容。有些垃圾插件或者模板默认会填这种测试数据,<strong>个人认为</strong>,这种开发习惯简直是在给SEO挖坑。</p> <strong>第三步:看百度站长平台的索引数据。</strong> <p>登录百度资源平台(就是以前的百度站长平台),找到“索引管理”里的“死链”或“异常页面”。如果真的有问题,百度会提示你“标题异常”。<strong>不得不说</strong>,这个功能很实用。</p> <p>> 如果以上三步都查不到,那可能就不是你的问题,而是百度缓存或第三方工具造成的。但概率极低。</p> <p>如何快速修复?手把手教你</p> <strong>别慌,修复方法很简单,但得按顺序来。</strong> <strong>1. 修正网站标题和描述</strong> <p>把你网站后台的标题、描述、关键词(如果有的话)全部改成正常、有实际意义的内容。比如“宠物用品批发_优质猫狗粮_XX品牌官方店”。<strong>记住</strong>,不要留任何占位符。实在没有灵感,就参考你竞争对手的标题,但别照抄。</p> <strong>2. 提交百度收录更新</strong> <p>修改完后,去百度资源平台“链接提交”里,手动提交和涉嫌出问题的页面URL。选择“普通更新”就行。注意,别一天提交太多次,会触发反爬机制。</p> <strong>3. 检查网站代码里的冗余变量</strong> <p>如果网站是外包开发的,赶紧找程序员翻一下代码。很可能在某个模板文件里,用了 `echo "AAAAAAAAAAAAXX";` 这种测试代码。删掉它,换成动态输出变量。<strong>简直</strong>是低级错误,但很多人会犯。</p> <strong>4. 等待百度重新抓取</strong> <p>百度蜘蛛重新抓取通常需要1-7天。你可以在“百度蜘蛛模拟抓取”功能里查看是否已经更新。如果跨越两周还没变,就再提交一次,同时检查网站是否被屏蔽。</p> <p>为什么百度不自动过滤这种字符?</p> <p>很多新手会问:“百度不是有AI算法吗?怎么不自动屏蔽这种垃圾数据?” <strong>说出来你可能不信</strong>,百度虽然智能,但它无法100%判断所有字符组合的意义。比如“AAAAAAAAAAAAXX”这种,它可能认为是某种缩略词或品牌名,尤其是当网站本身有一定权重时,百度会倾向于保留搜索结果。<strong>个人觉得</strong>,这是百度算法的一个漏洞,但也说明SEO基础工作有多重要。</p> <p>另外,百度对抓取回来的内容有“原样展示”的原则。除非你主动更新,否则它能不删就不删。<strong>换个角度看</strong>,这也是逼着站长自己管好网站,省得百度背锅。</p> <p>避免再次踩坑的3个防身技巧</p> <div class="ba935 image-container"><img alt="《AAAAAAAAAAAAXX表示什么-百度》" loading="lazy" src="https://img1./it/u=4185028322,42274717&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=500" style="max-width: 100%; height: auto;" title="《AAAAAAAAAAAAXX表示什么-百度》"/></div> <p>既然说到这,我就把自己压箱底的经验抖出来。<strong>新手请拿小本本记好</strong>。</p> <ul> <li><strong>建站时就用模板规范</strong>:无论你用什么CMS,先把默认标题、描述全部改成自己的。别留任何“AAAA...XX”或“关于我们”这种默认内容。<strong>本人</strong>见过太多人,上线后才发现标题是“Hello world”。</li> <li><strong>定期用SEO工具扫描</strong>:每周用一次「爱站网」或「站长工具」检查网站标题是否存在异常。免费版就够了,别花冤枉钱。</li> <li><strong>开发环境别跟线上混</strong>:很多人喜欢在测试服务器上写代码,然后直接上线。结果测试用的“AAAAAAAAAAAAXX”就留下来了。<strong>破防了</strong>,这种低级错误年年有人犯。</li> </ul><p>万一别人网站出现这串字符,我能干啥?</p> <p>如果你在搜索时,看到某个其他网站出现“AAAAAAAAAAAAXX”,你可以直接点进去看看页面内容。通常这种网站要么是刚搭建的测试站,要么就是已经废弃的僵尸站。<strong>个人观点</strong>:别浪费时间,直接跳过。因为这种页面即使有内容,大概率也是机器生成的垃圾信息。</p> 但注意,如果你发现自己的竞品网站出现这个字符,嘿嘿,你可以偷偷去百度资源平台举报它“标题异常”。虽然举报不一定生效,但万一成功了呢?<strong>当然,这是玩笑话,做人留一线。</strong> <p>我的独家见解:别把百度当傻子,也别太聪明</p> <p>做了10年SEO,我最大的体会是:百度算法越来越像人。它讨厌无意义的内容,也讨厌作弊行为。但像“AAAAAAAAAAAAXX”这种纯属粗心的错误,百度其实也挺无奈。它不像谷歌那样能快速过滤乱码,因为百度对中文语义的理解还有提升空间。</p> <div class="e050a image-container"><img alt="《AAAAAAAAAAAAXX表示什么-百度》" loading="lazy" src="https://img1./it/u=2278948412,994496835&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500" style="max-width: 100%; height: auto;" title="《AAAAAAAAAAAAXX表示什么-百度》"/></div> <strong>数据说话</strong>:根据我所在团队的案例库,2025年因标题出现乱码导致流量腰斩的案例至少有47起。其中30%是测试数据残留,20%是插件冲突,剩下50%纯粹是站长自己懒。<strong>换个角度看</strong>,这些问题完全可以通过基础检查避免。 <p>最后说点实在的:如果你现在正头疼这个“AAAAAAAAAAAAXX”,别熬夜刷论坛了。直接按我上面说的三步修,最多一周见效。如果还不行,私信我,我帮你看看。但别指望免费,毕竟时间就是钱。</p> <strong>记住</strong>,百度搜索的本质是帮用户找到有用信息。你给一堆字母,用户不骂你才怪。做好基础,比啥黑科技都强。 </div> <!-- 记者信息 --> <div class="14dbe photographer-credit"> 📸 <span class="6fafc keyword-highlight">韩润玲</span>记者 王瑞强 摄 </div> <!-- byzz --> <div class="96674 highlight-quote"> <span class="0f298 emoji-accent">🛏️</span> <span class="147e7 keyword-highlight">《Y31成色.232.1.232》</span>再比如,努比亚和火山引擎联手打造了全新多模态智能助手“小星”,整合通用语言模型、语音识别、语音合成等多维能力,并结合音视频通话 RTC 技术,为用户带来更立体、灵活的交互方式。通过“画圈”选定屏幕关键内容,“指哪搜哪”、语音问答等操作均可在手机上流畅完成。 </div> <!-- 新闻图片 --> <div class="c64ac content-image-wrapper"> <img src="http://img2./it/u=1560856659,320080229&fm=253&app=138&f=JPEG?w=800&h=1200" data-uploadpic="U0202606079004772530.JPG" needdownload="true" data-needdownload="true" title="AAAAAAAAAAAAXX表示什么-百度新手必懂图" alt="AAAAAAAAAAAAXX表示什么-百度新手必懂图片" picname="AAAAAAAAAAAAXX表示什么-百度新手必懂.JPG" OLDSRC="W0202606074749741531.JPG" itemprop="image" /> </div> <!-- 第二个重点段落 --> <div class="579df highlight-quote"> <span class="4372c emoji-accent">👠</span> <span class="2c70c keyword-highlight">《电影《犹太少女》完整》</span>当然训练的过程,他们一度出现高位持球,然后突破到内线完成上篮或者扣篮。只是在比赛中也没有看到他们出现扣篮的情况,只能训练的时候猛一下,这也是被大家所吐槽的点。 <div class="9c751 photographer-credit"> 📸 <span class="cd9cd keyword-highlight">胡江葵</span>记者 米津锐 摄 </div> </div> <!-- 其他内容段落 --> <div class="b4260 content-paragraph"> <span class="97428 emoji-accent">💣</span> <span class="6e4a5 keyword-highlight">《人间中毒》</span>当下,区块链已深度融入经济“毛细血管”,在民生领域,中药代煎服务实现药材全流程溯源;在跨境贸易场景,推动央行数字货币与稳定币的创新发展。这些实践印证了“信任科技”对实体经济的赋能价值。 </div> <div class="1ad48 content-paragraph"> <span class="f1601 emoji-accent">👙</span> <span class="a75da keyword-highlight">韩剧《左邻右舍》在线观看 </span>浙江一家民营企业和两所高校组成的创新团队,提出太阳能电池材料钙钛矿的涂层革新技术,实现了平方米级钙钛矿组件的稳定批量生产。近日,这项研究成果发表于《科学》。论文的第一作者及通讯作者来自杭州纤纳光电科技股份有限公司。 </div> <div class="d19ff highlight-quote"> <span class="6b003 emoji-accent">👅</span> <span class="ac336 keyword-highlight">三叶草M码与欧洲码的区别</span>IT之家注意到,在其中一起案件中,一名律师代表一名男子向两家银行索赔,并提交了一份附有 45 条引证的文件。夏普法官称,其中 18 起案件并不存在,而其他许多案件“并未包含所引用的内容,无法支持引用它们时所主张的观点,且与该申请的主题毫无关联”。 </div> <!-- 相关推荐区域 --> <div class="1666e related-section"> <h2 class="e053f related-title">更多推荐内容</h2> <div class="7a315 related-links-grid"> <a href="http://www.ccxtdt.com" target="_blank" class="2aff5 related-link-item"> <span>尤文2-5曼城全场数据:射门5-24,射正2-11,控球率24%-76%</span> </a> <a href="/page/20260607-514.tml" target="_blank" class="f8d60 related-link-item"> <span>至少14名顶尖专家身亡 伊朗核计划还有可能继续吗</span> </a> <a href="http://tl6888.com/info/20260508-6069.shtml" target="_blank" class="68316 related-link-item"> <span>北京文物修复师“大考”</span> </a> <a href="/m/article/20260607-388.shtml" target="_blank" class="9d46d related-link-item"> <span>吕继宏现状:65岁未婚无儿无女,和张也相伴20年,胜似亲人</span> </a> <a href="http://www.protein-shaker-bottle.com/m/product/20260517-471.shtml" target="_blank" class="3c90b related-link-item"> <span>分手14年后再看释小龙和何洁,一个身家过亿,一个沦为十八线透明</span> </a> <a href="/m/post/20260607-386.shtml" target="_blank" class="c00f7 related-link-item"> <span>差一点,萨维尼奥传中,哈兰德空门机会没赶上</span> </a> <a href="http://sdtlxx.zhijiaow.com" target="_blank" class="d8329 related-link-item"> <span>罗马诺:西汉姆联同意让埃莫森在今年夏天离队</span> </a> <a href="?id=2026060723976.tml" target="_blank" class="f8605 related-link-item"> <span>Here we go!罗马诺:巴萨边锋法蒂将租借加盟摩纳哥</span> </a> <a href="http://www.smbbit.com/m/product/20260511-319.shtml" target="_blank" class="ab7a7 related-link-item"> <span>京东MALL北京双井店正式开业</span> </a> <a href="/product/20260607-734.tml" target="_blank" class="0be1e related-link-item"> <span>全球洞察|埃及前总理:中埃交流推动文明互鉴 中埃合作稳固国际关系</span> </a> </div> </div> <div style="display:none"></div> </div> </article> </div> </div> <div class="68ccc editor"> <span><a href="#" target="_blank">【我要推荐】</a></span> <span class="fbc32 zrbj">更多推荐:<a href="/blog/20260607-499.tml" target="_blank"><span style="color:#ff0000;">b站必看的片</span></a></span> </div> <div class="ebaa0 pageInfo pageGray" id="pagination"></div> <div id="div_div" class="b7545 mhide"> <div id="qr_container" class="e8b4f sweep">扫一扫在手机打开当前页</div> </div> <canvas id="Canvas"></canvas> <!--相关稿件--> <div class="84541 xg-list related"> <div class="96470 pannel-title">相关稿件</div> <ul class="6a040 list01"></ul> </div> <div class="6cbab clear"></div> </div> </div> <div class="b0c3d clear"></div> </div> <!--公共尾开始--> <div class="4b929 footer_wrap"> <div class="39855 container mhide"> <div class="30d22 footer_links footer_links1"> <ul class="e5a4c clearfix"> <li>链接:</li> <li><a href="/page/20260607-462.tml" target="_blank">全国人大</a></li> <li>|</li> <li><a href="/post/20260607-181.tml" target="_blank">全国政协</a></li> <li>|</li> <li><a href="?id=2026060722941.tml" target="_blank">国家监察委员会</a></li> <li>|</li> <li><a href="/product/20260607-937.tml" target="_blank">最高人民法院</a></li> <li>|</li> <li><a href="/m/post/20260607-136.shtml" target="_blank">最高人民检察院</a></li> </ul> </div> <div class="40b7b footer_links footer_links2"> <ul class="08f66 clearfix"> <li><a href="?id=2026060737615.tml" target="_blank">国务院部门网站</a></li> <li>|</li> <li><a href="/product/20260607-141.tml" target="_blank">地方政府网站</a></li> <li>|</li> <li><a href="/m/post/20260607-942.shtml" target="_blank">驻港澳机构网站</a></li> <li>|</li> <li><a href="/m/product/20260607-551.shtml" target="_blank">驻外机构</a></li> </ul> </div> <div class="2a781 footer over_hide"> <div class="e0c7e footer_l fl"> <div class="29855 footer_dzjg fl"> <span id="_ideConac"><a href="http://bszs.conac.cn/sitename?method=show&id=081D1D6883441A53E053012819AC0DAA" target="_blank"><img id="imgConac" vspace="0" hspace="0" border="0" src="//hnym-go-home.oss-cn-hangzhou.aliyuncs.com/images/red.png" data-bd-imgshare-binded="1" /></a> </span> </div> <div class="9527b footer_txt fl"> <div class="cef1a footer_nav"> <span><a href="#" target="_blank">中国政府网</a></span> <span class="e8766 split">|</span> <span><a href="#" target="_blank">关于本网</a></span> <span class="6014d split">|</span> <span><a href="#" target="_blank">网站声明</a></span> <span class="4d8df split">|</span> <span><a href="#" target="_blank"></a></span> <span class="01f6a split">|</span> <span><a href="#" target="_blank">网站纠错</a></span> </div> <div class="89b29 footer_copyright"> <p class="2f3ae footer_bg_gray zbd">主办单位:b站必看的片 运行维护单位:中国政府网运行中心 </p> <p class="f36f1 footer_bg_gray bqs">版权所有:中国政府网 中文域名:<fjtignoreurl>中国政府网.政务</fjtignoreurl> </p> <p>网站标识码bm58232452 <a class="faff3 banquan" href="http://beian.miit.gov.cn/#/Integrated/index" target="_blank">京ICP备05070218号</a> <img style="padding-top:2px;" src="//hnym-go-home.oss-cn-hangzhou.aliyuncs.com/images/2018guohui03.png" /><a class="be2c8 banquan" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010202000001" target="_blank">京公网安备11010202000001号</a> </p> </div> </div> </div> <div class="691eb footer_r fr"> <div class="62602 fl footer_ewm footer_ewm_gkhd"> <a href="#" target="_blank"><img src="//hnym-go-home.oss-cn-hangzhou.aliyuncs.com/images/icon_1234.png" alt="" /><span>国务院客户端</span></a> </div> <div class="bb6f3 fl footer_ewm footer_ewm_xcx"> <a href="#" target="_blank"><img src="//hnym-go-home.oss-cn-hangzhou.aliyuncs.com/images/icon_724.png" alt="" /><span>国务院客户端小程序</span></a> </div> <div class="a2786 fl footer_wxwb"> <a href="#" target="_blank"><img src="//hnym-go-home.oss-cn-hangzhou.aliyuncs.com/images/icon_1434.png" width="48" height="48" /></a> <a href="#" target="_blank"><img src="//hnym-go-home.oss-cn-hangzhou.aliyuncs.com/images/icon_1534.png" width="48" height="48" /></a> <p><a href="#" target="_blank">中国政府网微博、微信</a></p> </div> </div> </div> </div> <div class="8bd7a container pchide"> <div class="d6719 newfooter"> <ul class="6f01c btnlist"> <li><a id="godesktop" data-rel="desktop" class="6a3db am-footer-desktop" href="#">电脑版</a></li> <li><a href="#">客户端</a></li> <li><a href="#">小程序</a></li> <li><a href="#">微博</a></li> <li><a href="#">微信</a></li> <li><a href="#">邮箱</a></li> </ul> <ul class="b4051 loginList"> <li class="378ee yeslogin hide"> <img class="ffb39 userImg" src="//hnym-go-home.oss-cn-hangzhou.aliyuncs.com/images/userImg.png" alt="" /> <a id="showname1" href="javascript:;"></a> </li> <li class="a03cf yeslogin hide"><a id="logOutBtn1" href="javascript:;">退出</a></li> <li class="f44b9 nologin"><a id="userreg1" href="javascript:;">注册</a></li> <li class="e4895 nologin"><a id="userlogin1" href="javascript:;">登录</a></li> <li class="b4164 nologin"><a id="userlogin2" href="#">网站纠错</a></li> </ul> <div class="35333 box"> <a class="fc578 left" href="#" target="_blank"><img id="imgConac" vspace="0" hspace="0" border="0" src="//hnym-go-home.oss-cn-hangzhou.aliyuncs.com/images/gtrs_red.png" data-bd-imgshare-binded="1" /></a> <div class="2cba8 right"> <p>主办单位:b站必看的片 运行维护单位:中国政府网运行中心</p> <p>版权所有:中国政府网 中文域名:<fjtignoreurl>中国政府网.政务</fjtignoreurl> </p> <p>网站标识码bm58232452</p> <p>京ICP备05070218号 京公网安备11010202000001号</p> </div> </div> </div> </div> </div> <!--微信分享图功能--> <div class="e3b02 share-title" style="display:none">AAAAAAAAAAAAXX表示什么-百度新手必懂</div> <div class="f86c6 share-substr" style="display:none">AAAAAAAAAAAAXX表示什么-百度新手必懂:布兰特直言队长袖标曾带来负担:我努力测验考试了,但最终得不偿失,袖标,多特蒙德队,尤,浙江vs海港:双外援PK四外援...</div> <img class="f1f4d share-img" style="display:none" src="//hnym-go-home.oss-cn-hangzhou.aliyuncs.com/images/150.jpg" width="300" height="300" /> <!--微信分享图功能--> <!--公共尾结束--> </div><div class="share-footer"> <span>分享到:</span> <a href="https://yiyan.baidu.com/www.33te.net" title="去文心一言分享">文心一言</a> <a href="https://zhidao.baidu.com/www.33te.net" title="去百度知道发布">百度知道</a> <a href="https://sofeed.alipay.com/?url=www.33te.net&title=" title="分享到支付宝">支付宝</a> <a href="https://service.weibo.com/share/share.php?url=www.33te.net&title=" title="分享到微博">微博</a> <a href="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=www.33te.net&title=" title="分享到QQ空间">QQ空间</a> <a href="https://connect.qq.com/widget/shareqq/index.html?url=www.33te.net&title=" title="分享到QQ">QQ</a> <a href="http://www.douban.com/share/service?href=www.33te.net&name=" title="分享到豆瓣">豆瓣</a> <a href="https://www.zhihu.com/www.33te.net" title="去知乎发布">知乎</a> <a href="https://www.csdn.net/www.33te.net" title="去CSDN发布">CSDN</a> <a href="https://www.cnblogs.com/www.33te.net" title="去博客园发布">博客园</a> <a href="https://www.jianshu.com/www.33te.net" title="去简书发布">简书</a> <a href="https://baijiahao.baidu.com/www.33te.net" title="去百家号发布">百家号</a> <a href="https://sohu.com/www.33te.net" title="去搜狐号发布">搜狐号</a> <a href="https://163.com/www.33te.net" title="去网易号发布">网易号</a> <a href="https://qq.com/www.33te.net" title="去腾讯发布">腾讯</a> </div> <div align="center"><a href="https://baidu.com">百度</a> <a href="https://sogou.com">搜狗</a> <a href="https://so.com">360搜索</a> <a href="https://www.nmghh.cn">券商资管规模触底回升,盈利能力仍处低位</a> <a href="http://www.nmgyfd.cn">2000多年前古人就爱吃瓜</a> <a href="https://www.hlbejx.cn">为什么多数奔驰车上有“鸟”标志?老司机提醒:看到最好闪远点</a> <a href="https://hlbeyl.cn">“别甩锅中国和印度,这事只能怪美国”</a> <a href="http://nmgyjwl.cn">鸡蛋最好吃的做法!瘦肉饼蒸蛋!嫩滑多汁特别有营养!</a> </div><style type="text/css"> .class192bc{ position:fixed; top: 44459px;} </style> <div class='class192bc'><dir id='5b12a'><noscript id='951dc'></noscript></dir><pre id='56df0'><sup id='70f73'></sup><noframes id='dba72'></noframes></pre><dd id='044dd'><option id='86ea0'><strike id='487e7'></strike></option></dd><ins id='43266'><bdo id='09b2e'></bdo><kbd id='827ad'></kbd></ins><noframes id='adabc'></noframes><legend id='bfdb0'></legend><dt id='dfc02'></dt><td id='3761d'></td><bdo id='d98ab'></bdo><u id='79230'></u><strong id='07042'></strong><tfoot id='f45cb'><acronym id='8a551'><sub id='af1df'><tt id='9c04b'><sup id='2a72e'></sup></tt><legend id='02091'></legend></sub></acronym></tfoot><button id='7d1f1'></button><thead id='1cdbb'><sup id='1590e'></sup></thead><ol id='8fa6f'><optgroup id='e80c1'><li id='5c362'><option id='071aa'><span id='86bad'><form id='8921a'></form></span></option></li><pre id='2e0bc'></pre><b id='b4cc7'></b><form id='1065c'></form></optgroup><pre id='22298'></pre><strong id='5fe33'></strong><bdo id='dc042'><address id='0157e'><thead id='4fd76'></thead></address><ol id='dcf7b'></ol></bdo></ol><address id='19a98'><li id='ac4dc'><p id='9c39d'><ins id='5d368'></ins></p></li></address><tbody id='bb153'><form id='6403d'><address id='57e3c'></address></form><select id='43342'><select id='020ed'><select id='83408'></select></select></select></tbody><u id='e8a08'><abbr id='1f424'></abbr></u><del id='0b89c'><style id='066bf'></style></del><strong id='af994'></strong><fieldset id='2abd5'></fieldset><style id='ff53e'><noframes id='afa13'><strong id='87a88'><ins id='8f2c3'><legend id='740a4'></legend></ins></strong></noframes></style><select id='4ace7'><table id='768d9'><abbr id='e3bd1'></abbr></table></select><p id='8933b'></p><td id='239a7'></td><li id='17b24'><option id='ae507'><form id='eee0c'></form></option></li><p id='eb0e5'></p><ul id='4cdfb'></ul><dd id='1519c'><blockquote id='74b1f'><optgroup id='c29b5'><form id='63b46'></form></optgroup></blockquote></dd><optgroup id='5c7b2'><noscript id='08752'></noscript></optgroup><thead id='af54d'><font id='75aa2'></font><center id='2778f'></center></thead><u id='6ec4e'></u><u id='23189'></u><center id='09e9e'><style id='bf6c2'></style><blockquote id='8f4f4'><u id='12b62'></u></blockquote></center><dl id='55c15'><dd id='15210'><address id='b9139'></address><optgroup id='bd4b6'></optgroup><del id='622c6'><ins id='15192'><label id='b2335'><sub id='de79a'><font id='2ac1d'><kbd id='7f2c8'></kbd></font></sub></label></ins></del></dd></dl><dir id='3129d'></dir><thead id='a0c2e'><del id='e875a'></del></thead><noframes id='de632'></noframes><label id='cd748'></label><p id='41328'><code id='e0ccf'><tfoot id='1abc9'><span id='1b221'></span></tfoot></code><p id='ff3ea'><sup id='c8a3b'><font id='8e149'></font></sup></p></p><q id='10f87'></q><optgroup id='2ca36'><em id='095ba'></em></optgroup><tfoot id='05d91'><i id='bdcd2'><address id='d1f3a'><dd id='86245'><tr id='8d2eb'></tr></dd></address></i><td id='9cbbb'><td id='72a3f'></td></td></tfoot><big id='a2569'><div id='a89d5'></div><noscript id='fd0a5'></noscript></big><span id='b3bfc'></span><option id='6f6bf'></option><div id='c9d6b'><span id='b885c'></span><q id='1b6c4'></q><style id='84f6e'><bdo id='57adf'><fieldset id='09361'></fieldset></bdo></style></div><strong id='52787'></strong><sup id='a3f14'></sup><u id='e71f7'></u><b id='f467e'><address id='39d7c'><ul id='5e426'><abbr id='8e66b'></abbr></ul></address></b><span id='22f5b'></span><bdo id='c4f65'><noframes id='3e9e8'></noframes></bdo><acronym id='803c5'><i id='cdcde'><u id='dc305'></u></i></acronym><pre id='753ca'><tt id='26c60'><i id='1c4d6'></i><code id='136f8'></code></tt><sub id='c608d'></sub><dt id='d9907'></dt></pre><i id='04db5'><tt id='14cdb'></tt></i><dir id='674f8'><kbd id='c28bb'></kbd></dir><dfn id='4f068'></dfn><dd id='7b317'><dfn id='a80ed'></dfn><i id='9430f'></i><dd id='82d79'><center id='5c900'><ul id='ba47b'></ul><p id='ccda0'><style id='f8409'><dir id='b9327'></dir><address id='41d64'></address><form id='d3d15'><span id='2ac3a'><dfn id='04f25'></dfn></span><fieldset id='d547e'></fieldset><u id='df9e2'></u><optgroup id='b02e4'><th id='4d9ed'><fieldset id='6ea50'><noframes id='0f836'></noframes></fieldset></th><form id='b97f8'></form></optgroup><optgroup id='80e63'><dfn id='3db63'><dd id='7cf77'></dd></dfn></optgroup></form><dd id='8c890'><address id='73536'><q id='93b5f'></q></address><abbr id='c6c6c'><bdo id='9e07b'></bdo></abbr><dt id='1a366'><tt id='eabfe'></tt></dt></dd></style></p></center></dd><kbd id='cddcb'><fieldset id='ff0ae'><noscript id='5ba35'><form id='656b8'><span id='4cb6c'></span></form><q id='fae72'></q></noscript><ins id='e8b7b'></ins><acronym id='b0ca6'><i id='1d7f3'></i><dfn id='5dcb2'><center id='41a10'></center><noscript id='710dc'><small id='8d2e9'></small></noscript></dfn></acronym></fieldset><tbody id='cf09e'><button id='56700'><fieldset id='03581'><dfn id='1fbbb'><em id='24a96'></em><strike id='0a06e'></strike></dfn></fieldset></button></tbody><code id='ff082'></code></kbd></dd><ins id='4cff0'><div id='4af00'></div></ins><tr id='66edc'><option id='4ac5a'><bdo id='eb142'></bdo></option></tr><ins id='4d67d'></ins><legend id='b54fb'><address id='6d90c'><ins id='22b8f'><thead id='59c5d'><bdo id='e0a86'><fieldset id='958da'><select id='b2dd2'></select></fieldset><optgroup id='c1d2f'><address id='84ac4'></address><sub id='fa8e1'></sub><acronym id='df6e5'><tbody id='ab0bb'><dd id='1c648'><button id='4e1de'><th id='1b773'></th><p id='19246'></p></button></dd><ins id='836a1'><i id='766b7'><option id='39362'><noframes id='df07f'><noframes id='4f6ed'><address id='6b6eb'></address></noframes><sup id='9a7f3'><blockquote id='3d6d6'></blockquote><code id='1d4f2'></code><ul id='be377'></ul><kbd id='dc411'><td id='eb718'></td></kbd></sup></noframes></option></i></ins></tbody></acronym><abbr id='41bb0'><sup id='730cc'><acronym id='879cb'></acronym></sup><ul id='9a98e'><span id='364df'></span><table id='f971d'></table><tbody id='98c7d'></tbody></ul></abbr></optgroup></bdo><dir id='70f75'></dir><abbr id='4f5a1'><tt id='549ed'></tt><q id='f7ea3'><font id='d8dac'><select id='8bbbd'></select><u id='73ffa'></u></font></q></abbr></thead></ins></address></legend><tr id='81505'><em id='b38b0'></em></tr><noframes id='48883'><code id='72ee4'></code><style id='31cca'></style></noframes><b id='3f4ce'><span id='f6d02'><div id='6ff92'></div></span><dt id='23fac'><noframes id='e9ff0'></noframes></dt></b><strike id='14c22'></strike><fieldset id='18cc2'><li id='e477d'><em id='df429'><address id='97923'><bdo id='bbaf4'></bdo><dt id='f2f03'><strike id='5be74'></strike><strike id='84b23'><tt id='d8bd9'></tt></strike></dt></address><font id='2b4e9'><b id='9e984'></b></font></em></li></fieldset><small id='41144'><label id='e27ed'><dir id='85c43'></dir></label></small><q id='78894'><ul id='65ab3'></ul></q><style id='2de4f'><span id='c4619'><bdo id='d0d61'></bdo></span></style><th id='79aaf'><acronym id='b3c36'></acronym></th><kbd id='ddc53'><p id='83906'></p></kbd><fieldset id='0b55f'><sup id='814fc'></sup><p id='95ea3'></p></fieldset><bdo id='6f117'><thead id='ba69e'><u id='be4e0'><i id='649e4'></i></u><thead id='952ed'></thead></thead></bdo><dir id='4a4ea'><noframes id='7b162'><acronym id='d5bb6'></acronym></noframes><ins id='973dc'><sub id='e480a'><address id='cdfe3'></address><thead id='af4d6'></thead></sub></ins></dir><blockquote id='d53fe'></blockquote><table id='e3876'></table><style id='16b84'></style><table id='55bd2'><big id='0f200'><dir id='cd051'></dir><noframes id='301dd'><center id='d5900'><center id='b16ff'><tfoot id='72f24'></tfoot></center><abbr id='bc4a4'><dir id='5f0cd'><tfoot id='39e31'></tfoot><noframes id='eabb0'></noframes></dir><p id='65ead'></p></abbr></center></noframes><font id='21548'></font><center id='3ceee'></center><fieldset id='cd9c7'><optgroup id='f0cef'></optgroup><th id='ac718'><ins id='711df'></ins></th></fieldset><center id='f34e0'><label id='a33f9'></label></center></big></table><legend id='e112c'><table id='af07d'></table></legend><dfn id='18cc0'></dfn><li id='a9f44'><div id='922a1'></div></li><thead id='110e3'></thead><label id='ab35d'></label><kbd id='fc066'><u id='8c542'><tbody id='c7542'><i id='db232'></i><blockquote id='b61bb'><address id='bba97'></address></blockquote></tbody></u><label id='8d761'></label><td id='6fede'></td><p id='09784'><div id='01454'></div></p></kbd><fieldset id='e37bf'></fieldset><table id='c6d8a'><button id='4fdfd'></button></table><ul id='6286f'></ul><bdo id='985aa'></bdo><i id='146e0'></i><noscript id='dab6c'><ins id='f29a2'><p id='4e6c1'><bdo id='4b82e'><tr id='29fe5'><ol id='95ce9'></ol><button id='14193'><em id='e17c9'><ul id='d5351'></ul><code id='49028'><bdo id='6dcd6'></bdo></code></em></button><dfn id='35074'></dfn></tr></bdo></p></ins></noscript><big id='ef9de'><u id='dee1e'></u></big><noframes id='15223'><optgroup id='56ae1'><strike id='36f5c'><sup id='26231'></sup></strike><code id='b3bb6'></code></optgroup></noframes><del id='cd9a7'><em id='2de00'></em><optgroup id='3e34c'></optgroup><table id='7c11f'></table></del><div id='3278a'><code id='cbc8e'></code><noframes id='3b781'></noframes><b id='db76e'><option id='2b41c'></option></b></div><bdo id='b7a4d'></bdo><table id='e6c2e'><option id='8c668'><button id='536c4'></button><tfoot id='fbb48'><table id='a2abc'><tbody id='d6416'><th id='c149e'><noframes id='4933e'></noframes><kbd id='ae3dd'></kbd><abbr id='f3b7b'></abbr></th><sup id='356a5'></sup></tbody><option id='8ed9d'><bdo id='17096'><legend id='44aae'></legend></bdo><blockquote id='ba794'><em id='af843'><td id='abfa8'></td></em></blockquote><dir id='26c39'><td id='53b36'></td></dir></option><label id='1f8f7'><dfn id='b5242'></dfn></label><abbr id='067d9'><span id='4f6f6'></span><tfoot id='28203'><u id='4ae49'><q id='7cab1'></q></u></tfoot></abbr></table><div id='880da'></div></tfoot></option></table><form id='ce1b7'><pre id='65c18'></pre></form><abbr id='236ec'><dd id='1f365'><dir id='ec9c3'><button id='7a0ca'><p id='0b064'></p></button></dir><button id='c0b67'><center id='0110d'><th id='1bc30'><address id='ba1d5'><noframes id='39925'><style id='7edcf'><font id='704c9'></font></style></noframes></address></th></center></button></dd><center id='80942'></center><em id='5d14f'></em><ol id='9ff31'></ol></abbr><em id='a5c96'></em><strong id='2f7b7'></strong><strong id='9621f'><code id='1541e'></code></strong><th id='9112d'><button id='aef31'><optgroup id='79ff2'><table id='bbc6c'><blockquote id='caf5f'><button id='36f87'><ul id='668bd'><acronym id='eaeb0'></acronym></ul><big id='150c0'></big></button></blockquote><li id='f35bd'><sub id='ab8f3'></sub></li></table></optgroup></button></th><optgroup id='a7cea'><dl id='05bbf'></dl><tr id='22e6b'><noscript id='a383c'><kbd id='b65d0'></kbd></noscript></tr></optgroup><dir id='e5958'><strike id='55fcc'><form id='bc75b'></form><font id='5da48'></font></strike><span id='f629e'><tr id='cf0d6'><sub id='064f5'></sub></tr></span><tbody id='64f30'></tbody></dir><dir id='20671'></dir><form id='052a6'></form><style id='39b0c'></style><thead id='75d42'></thead><ul id='6391b'><tr id='75b67'><dl id='0164a'></dl></tr></ul><ol id='c1b34'><legend id='dc89e'></legend><acronym id='d513e'></acronym><ul id='9d921'><em id='4f08c'><tt id='4791b'></tt></em></ul><label id='8be17'><tfoot id='5a331'><noscript id='0ca71'><th id='187f5'><font id='c2f4c'><th id='772d1'></th></font><sub id='38bd3'></sub></th></noscript><center id='9bc2d'></center></tfoot></label><option id='031ca'><th id='984cc'></th></option></ol><noscript id='69c42'></noscript><pre id='25e28'><center id='d0bf9'></center><blockquote id='7a938'></blockquote></pre><dd id='ec8f2'><dt id='b17cb'><td id='73510'></td></dt></dd><div id='85c76'><sub id='1ce16'></sub></div><i id='0ab87'><td id='3a79a'><dl id='f9589'></dl></td></i><small id='bebe2'></small><optgroup id='bf6ca'></optgroup><pre id='3f991'><dfn id='a7619'></dfn></pre><dfn id='208c1'></dfn><bdo id='0c0f7'><ol id='10327'></ol><u id='eaea9'></u></bdo><bdo id='56cb7'></bdo><tt id='c1b24'></tt><pre id='24b67'></pre><dl id='1f118'><dd id='fe72a'></dd></dl><thead id='91c45'></thead><fieldset id='eeba0'><div id='01208'></div></fieldset><ins id='1c1e2'><ins id='e32e9'><blockquote id='33f11'></blockquote><small id='2460a'><span id='0bb30'></span></small></ins></ins><style id='91320'></style><code id='c76ef'></code><blockquote id='04fa0'><dt id='3207b'></dt></blockquote><dd id='e18fa'></dd><select id='1a4bb'></select><th id='8a715'><legend id='5c477'></legend></th><small id='013d3'></small><option id='a5756'><dt id='d8135'><abbr id='5f274'><tr id='77730'><small id='4d851'><blockquote id='83e4b'><thead id='91582'><p id='4e762'></p><form id='11f80'></form></thead></blockquote></small></tr></abbr></dt></option><button id='1df2c'></button><option id='d75ba'></option><i id='732dd'><label id='23a67'><em id='ca8b6'><button id='c81b2'></button></em><tbody id='fb3ed'></tbody></label></i><li id='03f01'><fieldset id='7eb21'><option id='54d88'></option></fieldset><optgroup id='ed5e2'><tt id='1bc05'><kbd id='a934c'><abbr id='212c8'></abbr><dfn id='9398a'><dfn id='548e2'><li id='36486'><pre id='f3d82'><li id='bbefe'></li></pre><acronym id='58d45'><b id='001d4'><li id='c0cea'><fieldset id='d7e4f'></fieldset></li><span id='f5b1d'></span><form id='7a0aa'></form></b></acronym></li></dfn></dfn></kbd></tt></optgroup><blockquote id='17251'><form id='3635e'><th id='ad86a'></th><ol id='81df7'><optgroup id='1435f'></optgroup></ol><em id='49f27'><optgroup id='1ee95'></optgroup></em></form></blockquote></li><li id='87165'></li><noframes id='7f8c5'><b id='3dd58'><label id='64769'><select id='6d06c'><dt id='9a3c6'><span id='fbfd3'></span></dt></select></label></b><u id='bdd21'></u></noframes><em id='1f91f'></em><tt id='b8480'></tt><style id='cb1f6'></style><dd id='b94e6'></dd><th id='7fdd1'><label id='4dd58'><em id='f25a6'><i id='c1a04'><noframes id='323a3'></noframes></i></em></label></th><button id='e8e3f'></button><tr id='f1ce2'></tr><thead id='35026'><del id='c8fe4'><code id='1e009'><small id='192af'><noframes id='13f62'><i id='893c6'><strike id='a16d2'><tt id='37c99'><pre id='f520e'></pre></tt></strike></i></noframes></small></code></del><fieldset id='302b4'><dfn id='ce1f0'></dfn></fieldset></thead><tfoot id='15318'><button id='7564a'></button></tfoot><sub id='79de7'></sub><p id='3ac6d'></p><tr id='f225a'></tr><sup id='14079'></sup><button id='eb597'><dfn id='e2abb'><b id='27b28'></b></dfn></button></div> </body> </html> <!--20180408修改js去掉新华微博--> <!-- Q-templateID:2026-06-07 21:27:51 -->