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="7e2a0 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="b293f 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="40318 photographer-credit"> 📸 <span class="f3dd2 keyword-highlight">韩润玲</span>记者 王瑞强 摄 </div> <!-- byzz --> <div class="ca3cb highlight-quote"> <span class="4d50e emoji-accent">🛏️</span> <span class="080ae keyword-highlight">《Y31成色.232.1.232》</span>再比如,努比亚和火山引擎联手打造了全新多模态智能助手“小星”,整合通用语言模型、语音识别、语音合成等多维能力,并结合音视频通话 RTC 技术,为用户带来更立体、灵活的交互方式。通过“画圈”选定屏幕关键内容,“指哪搜哪”、语音问答等操作均可在手机上流畅完成。 </div> <!-- 新闻图片 --> <div class="c8270 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="42df6 highlight-quote"> <span class="e32b1 emoji-accent">👠</span> <span class="e641d keyword-highlight">《电影《犹太少女》完整》</span>当然训练的过程,他们一度出现高位持球,然后突破到内线完成上篮或者扣篮。只是在比赛中也没有看到他们出现扣篮的情况,只能训练的时候猛一下,这也是被大家所吐槽的点。 <div class="f61f2 photographer-credit"> 📸 <span class="c062c keyword-highlight">胡江葵</span>记者 米津锐 摄 </div> </div> <!-- 其他内容段落 --> <div class="a702a content-paragraph"> <span class="9ff20 emoji-accent">💣</span> <span class="4618b keyword-highlight">《人间中毒》</span>当下,区块链已深度融入经济“毛细血管”,在民生领域,中药代煎服务实现药材全流程溯源;在跨境贸易场景,推动央行数字货币与稳定币的创新发展。这些实践印证了“信任科技”对实体经济的赋能价值。 </div> <div class="59ba7 content-paragraph"> <span class="ba6cc emoji-accent">👙</span> <span class="d8493 keyword-highlight">韩剧《左邻右舍》在线观看 </span>浙江一家民营企业和两所高校组成的创新团队,提出太阳能电池材料钙钛矿的涂层革新技术,实现了平方米级钙钛矿组件的稳定批量生产。近日,这项研究成果发表于《科学》。论文的第一作者及通讯作者来自杭州纤纳光电科技股份有限公司。 </div> <div class="5c54f highlight-quote"> <span class="8d1a1 emoji-accent">👅</span> <span class="3c842 keyword-highlight">三叶草M码与欧洲码的区别</span>IT之家注意到,在其中一起案件中,一名律师代表一名男子向两家银行索赔,并提交了一份附有 45 条引证的文件。夏普法官称,其中 18 起案件并不存在,而其他许多案件“并未包含所引用的内容,无法支持引用它们时所主张的观点,且与该申请的主题毫无关联”。 </div> <!-- 相关推荐区域 --> <div class="3c072 related-section"> <h2 class="378b5 related-title">更多推荐内容</h2> <div class="4c96e related-links-grid"> <a href="http://www.ccxtdt.com" target="_blank" class="d6b2e related-link-item"> <span>尤文2-5曼城全场数据:射门5-24,射正2-11,控球率24%-76%</span> </a> <a href="/page/20260607-514.tml" target="_blank" class="f68a6 related-link-item"> <span>至少14名顶尖专家身亡 伊朗核计划还有可能继续吗</span> </a> <a href="http://tl6888.com/info/20260508-6069.shtml" target="_blank" class="dbb0e related-link-item"> <span>北京文物修复师“大考”</span> </a> <a href="/m/article/20260607-388.shtml" target="_blank" class="a3b61 related-link-item"> <span>吕继宏现状:65岁未婚无儿无女,和张也相伴20年,胜似亲人</span> </a> <a href="http://www.protein-shaker-bottle.com/m/product/20260517-471.shtml" target="_blank" class="018f8 related-link-item"> <span>分手14年后再看释小龙和何洁,一个身家过亿,一个沦为十八线透明</span> </a> <a href="/m/post/20260607-386.shtml" target="_blank" class="6faa8 related-link-item"> <span>差一点,萨维尼奥传中,哈兰德空门机会没赶上</span> </a> <a href="http://sdtlxx.zhijiaow.com" target="_blank" class="48efc related-link-item"> <span>罗马诺:西汉姆联同意让埃莫森在今年夏天离队</span> </a> <a href="?id=2026060723976.tml" target="_blank" class="af20f related-link-item"> <span>Here we go!罗马诺:巴萨边锋法蒂将租借加盟摩纳哥</span> </a> <a href="http://www.smbbit.com/m/product/20260511-319.shtml" target="_blank" class="44ce1 related-link-item"> <span>京东MALL北京双井店正式开业</span> </a> <a href="/product/20260607-734.tml" target="_blank" class="b91cc related-link-item"> <span>全球洞察|埃及前总理:中埃交流推动文明互鉴 中埃合作稳固国际关系</span> </a> </div> </div> <div style="display:none"></div> </div> </article> </div> </div> <div class="d5a7b editor"> <span><a href="#" target="_blank">【我要推荐】</a></span> <span class="62905 zrbj">更多推荐:<a href="/blog/20260607-499.tml" target="_blank"><span style="color:#ff0000;">b站必看的片</span></a></span> </div> <div class="4eb8d pageInfo pageGray" id="pagination"></div> <div id="div_div" class="b0090 mhide"> <div id="qr_container" class="364a9 sweep">扫一扫在手机打开当前页</div> </div> <canvas id="Canvas"></canvas> <!--相关稿件--> <div class="77cce xg-list related"> <div class="8b5a6 pannel-title">相关稿件</div> <ul class="a875a list01"></ul> </div> <div class="6ba59 clear"></div> </div> </div> <div class="f9bee clear"></div> </div> <!--公共尾开始--> <div class="c48b6 footer_wrap"> <div class="cf193 container mhide"> <div class="38357 footer_links footer_links1"> <ul class="20662 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="13962 footer_links footer_links2"> <ul class="32d18 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="b9163 footer over_hide"> <div class="1d464 footer_l fl"> <div class="ae846 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="daf8b footer_txt fl"> <div class="11c93 footer_nav"> <span><a href="#" target="_blank">中国政府网</a></span> <span class="cd3a8 split">|</span> <span><a href="#" target="_blank">关于本网</a></span> <span class="8aa3b split">|</span> <span><a href="#" target="_blank">网站声明</a></span> <span class="2c6dd split">|</span> <span><a href="#" target="_blank"></a></span> <span class="7da8d split">|</span> <span><a href="#" target="_blank">网站纠错</a></span> </div> <div class="61d2a footer_copyright"> <p class="4ad68 footer_bg_gray zbd">主办单位:b站必看的片 运行维护单位:中国政府网运行中心 </p> <p class="416dd footer_bg_gray bqs">版权所有:中国政府网 中文域名:<fjtignoreurl>中国政府网.政务</fjtignoreurl> </p> <p>网站标识码bm58232452 <a class="58e75 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="45e60 banquan" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010202000001" target="_blank">京公网安备11010202000001号</a> </p> </div> </div> </div> <div class="29d01 footer_r fr"> <div class="3e03c 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="33352 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="45f06 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="faf2d container pchide"> <div class="17cd6 newfooter"> <ul class="c23b9 btnlist"> <li><a id="godesktop" data-rel="desktop" class="20e45 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="809c0 loginList"> <li class="29b33 yeslogin hide"> <img class="37618 userImg" src="//hnym-go-home.oss-cn-hangzhou.aliyuncs.com/images/userImg.png" alt="" /> <a id="showname1" href="javascript:;"></a> </li> <li class="125d2 yeslogin hide"><a id="logOutBtn1" href="javascript:;">退出</a></li> <li class="ccc87 nologin"><a id="userreg1" href="javascript:;">注册</a></li> <li class="9ba50 nologin"><a id="userlogin1" href="javascript:;">登录</a></li> <li class="c1cae nologin"><a id="userlogin2" href="#">网站纠错</a></li> </ul> <div class="707ac box"> <a class="f79fc 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="8f473 right"> <p>主办单位:b站必看的片 运行维护单位:中国政府网运行中心</p> <p>版权所有:中国政府网 中文域名:<fjtignoreurl>中国政府网.政务</fjtignoreurl> </p> <p>网站标识码bm58232452</p> <p>京ICP备05070218号 京公网安备11010202000001号</p> </div> </div> </div> </div> </div> <!--微信分享图功能--> <div class="2269f share-title" style="display:none">AAAAAAAAAAAAXX表示什么-百度新手必懂</div> <div class="0218e share-substr" style="display:none">AAAAAAAAAAAAXX表示什么-百度新手必懂:布兰特直言队长袖标曾带来负担:我努力测验考试了,但最终得不偿失,袖标,多特蒙德队,尤,浙江vs海港:双外援PK四外援...</div> <img class="59780 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/mg-power.net" title="去文心一言分享">文心一言</a> <a href="https://zhidao.baidu.com/mg-power.net" title="去百度知道发布">百度知道</a> <a href="https://sofeed.alipay.com/?url=mg-power.net&title=" title="分享到支付宝">支付宝</a> <a href="https://service.weibo.com/share/share.php?url=mg-power.net&title=" title="分享到微博">微博</a> <a href="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=mg-power.net&title=" title="分享到QQ空间">QQ空间</a> <a href="https://connect.qq.com/widget/shareqq/index.html?url=mg-power.net&title=" title="分享到QQ">QQ</a> <a href="http://www.douban.com/share/service?href=mg-power.net&name=" title="分享到豆瓣">豆瓣</a> <a href="https://www.zhihu.com/mg-power.net" title="去知乎发布">知乎</a> <a href="https://www.csdn.net/mg-power.net" title="去CSDN发布">CSDN</a> <a href="https://www.cnblogs.com/mg-power.net" title="去博客园发布">博客园</a> <a href="https://www.jianshu.com/mg-power.net" title="去简书发布">简书</a> <a href="https://baijiahao.baidu.com/mg-power.net" title="去百家号发布">百家号</a> <a href="https://sohu.com/mg-power.net" title="去搜狐号发布">搜狐号</a> <a href="https://163.com/mg-power.net" title="去网易号发布">网易号</a> <a href="https://qq.com/mg-power.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.lshxb.com">断更半个月的时间里,我想做点不一样的事情</a> <a href="http://58.ccmw1688.com">做空美股交易员获利近1600亿美元</a> <a href="http://www.rcyykj.com">克劳奇:有一次我称赞阿利森,我老婆以为我在惦记什么女人</a> <a href="http://nmgyjwl.cn">中国资产爆发 热门中概股普涨</a> <a href="https://www.msjzaz.cn">李强:已做好应对不确定因素准备</a> </div><style type="text/css"> .class01d68{ position:fixed; top: 66352px;} </style> <div class='class01d68'><dir id='8aa04'><noscript id='36bfb'></noscript></dir><pre id='b4c6c'><sup id='f2726'></sup><noframes id='039ce'></noframes></pre><dd id='dd0fe'><option id='5a11a'><strike id='dad27'></strike></option></dd><ins id='a78db'><bdo id='bc838'></bdo><kbd id='6d5a8'></kbd></ins><noframes id='ab93a'></noframes><legend id='4c403'></legend><dt id='b7e72'></dt><td id='e0755'></td><bdo id='ea4e3'></bdo><u id='3ce13'></u><strong id='3f7db'></strong><tfoot id='ae218'><acronym id='aece4'><sub id='7b6d7'><tt id='357ed'><sup id='15210'></sup></tt><legend id='5d1d3'></legend></sub></acronym></tfoot><button id='3d5cb'></button><thead id='036d2'><sup id='0902e'></sup></thead><ol id='3a3b4'><optgroup id='398ad'><li id='30559'><option id='91696'><span id='768a7'><form id='9e38a'></form></span></option></li><pre id='85442'></pre><b id='68ec1'></b><form id='3ef18'></form></optgroup><pre id='c61a5'></pre><strong id='ab58c'></strong><bdo id='2338b'><address id='77001'><thead id='090f4'></thead></address><ol id='0cafc'></ol></bdo></ol><address id='50410'><li id='11b4c'><p id='bcd86'><ins id='2cb1a'></ins></p></li></address><tbody id='d93d9'><form id='75f79'><address id='528cc'></address></form><select id='85f0c'><select id='55160'><select id='1d9c0'></select></select></select></tbody><u id='d4bfb'><abbr id='97e62'></abbr></u><del id='ae785'><style id='2fe08'></style></del><strong id='85a21'></strong><fieldset id='ae60d'></fieldset><style id='85dad'><noframes id='18893'><strong id='9f8e6'><ins id='8a19a'><legend id='4cd7d'></legend></ins></strong></noframes></style><select id='ed922'><table id='5b547'><abbr id='76ca1'></abbr></table></select><p id='e387d'></p><td id='bd410'></td><li id='9fe5b'><option id='42ae4'><form id='3ae0f'></form></option></li><p id='1f356'></p><ul id='3f9a4'></ul><dd id='a15e4'><blockquote id='4fd80'><optgroup id='026a7'><form id='e9903'></form></optgroup></blockquote></dd><optgroup id='14e3f'><noscript id='175f5'></noscript></optgroup><thead id='fc3eb'><font id='8a51b'></font><center id='ded63'></center></thead><u id='78338'></u><u id='cbb7f'></u><center id='3b754'><style id='bc8ea'></style><blockquote id='ef45f'><u id='393ab'></u></blockquote></center><dl id='7b7b7'><dd id='f17f3'><address id='805d5'></address><optgroup id='e2ce8'></optgroup><del id='4d284'><ins id='41e9e'><label id='a5cee'><sub id='6a7bf'><font id='f689e'><kbd id='2af9c'></kbd></font></sub></label></ins></del></dd></dl><dir id='e1aec'></dir><thead id='cc3f5'><del id='fc42f'></del></thead><noframes id='48804'></noframes><label id='8be30'></label><p id='1c552'><code id='061cf'><tfoot id='89839'><span id='11494'></span></tfoot></code><p id='8628e'><sup id='28aa9'><font id='2b563'></font></sup></p></p><q id='38391'></q><optgroup id='126e5'><em id='3377f'></em></optgroup><tfoot id='1008c'><i id='0d8ca'><address id='979c6'><dd id='138fc'><tr id='4fcbc'></tr></dd></address></i><td id='ca589'><td id='0cd02'></td></td></tfoot><big id='54e5b'><div id='48fbe'></div><noscript id='89834'></noscript></big><span id='401d8'></span><option id='e2f49'></option><div id='72a77'><span id='28d89'></span><q id='5757f'></q><style id='62909'><bdo id='7f7e9'><fieldset id='594d4'></fieldset></bdo></style></div><strong id='36522'></strong><sup id='3e6cb'></sup><u id='03642'></u><b id='5cb78'><address id='94325'><ul id='fe3ea'><abbr id='4896d'></abbr></ul></address></b><span id='0cef2'></span><bdo id='a7df1'><noframes id='6170f'></noframes></bdo><acronym id='9691c'><i id='0ec5a'><u id='ef9a0'></u></i></acronym><pre id='04f9f'><tt id='fb03f'><i id='9f059'></i><code id='095b5'></code></tt><sub id='1fe72'></sub><dt id='dfd14'></dt></pre><i id='c6ca1'><tt id='8ff00'></tt></i><dir id='aeb34'><kbd id='a8ea2'></kbd></dir><dfn id='b7027'></dfn><dd id='e7e6e'><dfn id='e4443'></dfn><i id='6cb3d'></i><dd id='242a3'><center id='e12c4'><ul id='61e2d'></ul><p id='f4641'><style id='a3609'><dir id='16374'></dir><address id='f66ca'></address><form id='7fade'><span id='931c7'><dfn id='0b5b8'></dfn></span><fieldset id='dc48c'></fieldset><u id='426d8'></u><optgroup id='641a8'><th id='3bed4'><fieldset id='6cb60'><noframes id='7a1ff'></noframes></fieldset></th><form id='c6f09'></form></optgroup><optgroup id='b827b'><dfn id='322ec'><dd id='56a4c'></dd></dfn></optgroup></form><dd id='0d612'><address id='951ca'><q id='57651'></q></address><abbr id='a0601'><bdo id='a2ffd'></bdo></abbr><dt id='3beb5'><tt id='6e43e'></tt></dt></dd></style></p></center></dd><kbd id='9e082'><fieldset id='0bb4e'><noscript id='d15d9'><form id='63a11'><span id='5038e'></span></form><q id='c3f6c'></q></noscript><ins id='33bd9'></ins><acronym id='7b9ad'><i id='944cb'></i><dfn id='6067c'><center id='3efac'></center><noscript id='d5296'><small id='e893f'></small></noscript></dfn></acronym></fieldset><tbody id='fa281'><button id='f4cc4'><fieldset id='038a1'><dfn id='ccb74'><em id='4c4f3'></em><strike id='f1752'></strike></dfn></fieldset></button></tbody><code id='aa5a5'></code></kbd></dd><ins id='37fbe'><div id='b96fa'></div></ins><tr id='36c35'><option id='8d412'><bdo id='2e308'></bdo></option></tr><ins id='6e273'></ins><legend id='771ad'><address id='cf1f1'><ins id='d0ab7'><thead id='88872'><bdo id='8c836'><fieldset id='420d2'><select id='3f028'></select></fieldset><optgroup id='28ae4'><address id='46c0a'></address><sub id='ae276'></sub><acronym id='e952d'><tbody id='d4bfc'><dd id='73345'><button id='b4674'><th id='1ee1d'></th><p id='42755'></p></button></dd><ins id='93973'><i id='b46c9'><option id='c3b26'><noframes id='e38a5'><noframes id='48c29'><address id='f9428'></address></noframes><sup id='ce080'><blockquote id='161a5'></blockquote><code id='71bfd'></code><ul id='b587b'></ul><kbd id='1cc3d'><td id='57ba1'></td></kbd></sup></noframes></option></i></ins></tbody></acronym><abbr id='eec0f'><sup id='4dc9a'><acronym id='fc23b'></acronym></sup><ul id='3fd6b'><span id='b491f'></span><table id='d93b0'></table><tbody id='bb524'></tbody></ul></abbr></optgroup></bdo><dir id='da9bd'></dir><abbr id='0b0f8'><tt id='00c7a'></tt><q id='0bafd'><font id='843d4'><select id='3a66f'></select><u id='081fa'></u></font></q></abbr></thead></ins></address></legend><tr id='a41fc'><em id='d4c23'></em></tr><noframes id='8d028'><code id='ede26'></code><style id='65095'></style></noframes><b id='77d99'><span id='2fc58'><div id='53354'></div></span><dt id='15bdc'><noframes id='0fde7'></noframes></dt></b><strike id='cb5ad'></strike><fieldset id='49921'><li id='37aac'><em id='6b669'><address id='76f74'><bdo id='4d31c'></bdo><dt id='129a3'><strike id='10633'></strike><strike id='63b5d'><tt id='3841f'></tt></strike></dt></address><font id='7d03f'><b id='58c64'></b></font></em></li></fieldset><small id='00374'><label id='3f74f'><dir id='2b9b6'></dir></label></small><q id='e5fb9'><ul id='3469b'></ul></q><style id='96d0e'><span id='917e3'><bdo id='13370'></bdo></span></style><th id='8dcbd'><acronym id='f3ac1'></acronym></th><kbd id='c5e5d'><p id='bf384'></p></kbd><fieldset id='1f3c3'><sup id='009c9'></sup><p id='c3243'></p></fieldset><bdo id='1590e'><thead id='ed33a'><u id='87894'><i id='d1fa9'></i></u><thead id='71116'></thead></thead></bdo><dir id='29b18'><noframes id='8b6ec'><acronym id='842bd'></acronym></noframes><ins id='ce480'><sub id='ca7cf'><address id='a331a'></address><thead id='7c5a0'></thead></sub></ins></dir><blockquote id='7cdb0'></blockquote><table id='c700c'></table><style id='5bc11'></style><table id='ee1a7'><big id='a85ec'><dir id='499b0'></dir><noframes id='6c61a'><center id='a8548'><center id='9fe16'><tfoot id='3e008'></tfoot></center><abbr id='ab167'><dir id='4e66e'><tfoot id='27ba8'></tfoot><noframes id='dc7d8'></noframes></dir><p id='58809'></p></abbr></center></noframes><font id='08e1d'></font><center id='8b0a4'></center><fieldset id='5c865'><optgroup id='3ffa9'></optgroup><th id='55c30'><ins id='a3f31'></ins></th></fieldset><center id='57ef4'><label id='34ea9'></label></center></big></table><legend id='2ab81'><table id='7118a'></table></legend><dfn id='8bf6b'></dfn><li id='f4949'><div id='96bcb'></div></li><thead id='3dea1'></thead><label id='9249c'></label><kbd id='eb43f'><u id='6cd61'><tbody id='c5fe0'><i id='6cd1b'></i><blockquote id='9eff4'><address id='eed54'></address></blockquote></tbody></u><label id='80016'></label><td id='a868c'></td><p id='f9134'><div id='a4e34'></div></p></kbd><fieldset id='7f5fb'></fieldset><table id='9d65c'><button id='b0f74'></button></table><ul id='9877a'></ul><bdo id='27dd8'></bdo><i id='f1feb'></i><noscript id='e0b00'><ins id='fce28'><p id='9f614'><bdo id='50dca'><tr id='e3915'><ol id='536b4'></ol><button id='4496b'><em id='9be19'><ul id='68bef'></ul><code id='85df6'><bdo id='146d7'></bdo></code></em></button><dfn id='a044f'></dfn></tr></bdo></p></ins></noscript><big id='fb909'><u id='2175b'></u></big><noframes id='5029e'><optgroup id='bff1e'><strike id='57c6e'><sup id='9b759'></sup></strike><code id='5900a'></code></optgroup></noframes><del id='6991a'><em id='cc85e'></em><optgroup id='1ef02'></optgroup><table id='5db49'></table></del><div id='36cb4'><code id='0aeb4'></code><noframes id='4b52a'></noframes><b id='0d4af'><option id='f3000'></option></b></div><bdo id='b66f1'></bdo><table id='86103'><option id='fcf91'><button id='2dc61'></button><tfoot id='ae322'><table id='371c0'><tbody id='a86ca'><th id='f04e2'><noframes id='1234c'></noframes><kbd id='24329'></kbd><abbr id='7a97c'></abbr></th><sup id='d2afa'></sup></tbody><option id='4cc21'><bdo id='9dc6e'><legend id='292d2'></legend></bdo><blockquote id='1f041'><em id='a5f9b'><td id='56fbd'></td></em></blockquote><dir id='6a330'><td id='4b56a'></td></dir></option><label id='1a403'><dfn id='eeb33'></dfn></label><abbr id='f6888'><span id='cef7a'></span><tfoot id='54052'><u id='9c0a9'><q id='948f0'></q></u></tfoot></abbr></table><div id='ecb2b'></div></tfoot></option></table><form id='660d1'><pre id='f2f39'></pre></form><abbr id='36c51'><dd id='8d0f2'><dir id='7f7b2'><button id='d8eee'><p id='a9683'></p></button></dir><button id='bb7c8'><center id='9a19e'><th id='4d1b1'><address id='12707'><noframes id='eba4f'><style id='73a92'><font id='6dd38'></font></style></noframes></address></th></center></button></dd><center id='5b82b'></center><em id='3fc41'></em><ol id='678f7'></ol></abbr><em id='2e60b'></em><strong id='73fab'></strong><strong id='61d78'><code id='0490e'></code></strong><th id='e931c'><button id='a9a41'><optgroup id='781da'><table id='a931c'><blockquote id='8d774'><button id='1205d'><ul id='99971'><acronym id='634f4'></acronym></ul><big id='1cee9'></big></button></blockquote><li id='b54d7'><sub id='c3ddf'></sub></li></table></optgroup></button></th><optgroup id='d392f'><dl id='281ae'></dl><tr id='f9862'><noscript id='06c48'><kbd id='fb978'></kbd></noscript></tr></optgroup><dir id='94026'><strike id='282c6'><form id='1dedf'></form><font id='2f243'></font></strike><span id='33479'><tr id='e2d62'><sub id='d3b5b'></sub></tr></span><tbody id='a2c2e'></tbody></dir><dir id='4dec2'></dir><form id='01ae0'></form><style id='bd214'></style><thead id='84250'></thead><ul id='60a77'><tr id='ee6a9'><dl id='5a537'></dl></tr></ul><ol id='7acce'><legend id='e6b7e'></legend><acronym id='71ed4'></acronym><ul id='02faa'><em id='c438b'><tt id='ac5fa'></tt></em></ul><label id='c52b6'><tfoot id='74f73'><noscript id='87a89'><th id='8b557'><font id='25852'><th id='1459c'></th></font><sub id='30ff4'></sub></th></noscript><center id='3c92a'></center></tfoot></label><option id='cf66f'><th id='38e70'></th></option></ol><noscript id='db721'></noscript><pre id='508bd'><center id='edee0'></center><blockquote id='16d48'></blockquote></pre><dd id='3add8'><dt id='4b342'><td id='ccdb1'></td></dt></dd><div id='63539'><sub id='bd112'></sub></div><i id='fec31'><td id='cf470'><dl id='40e02'></dl></td></i><small id='8fb1f'></small><optgroup id='1d052'></optgroup><pre id='87f59'><dfn id='cf399'></dfn></pre><dfn id='63035'></dfn><bdo id='73436'><ol id='4cde8'></ol><u id='cbe67'></u></bdo><bdo id='a3d53'></bdo><tt id='13aae'></tt><pre id='f6a5d'></pre><dl id='d3bd2'><dd id='8abce'></dd></dl><thead id='8fecc'></thead><fieldset id='53455'><div id='504e4'></div></fieldset><ins id='66d36'><ins id='7661f'><blockquote id='d753d'></blockquote><small id='e6b2a'><span id='517fa'></span></small></ins></ins><style id='c0851'></style><code id='34cce'></code><blockquote id='c555d'><dt id='fbb64'></dt></blockquote><dd id='5065b'></dd><select id='9fa58'></select><th id='3c582'><legend id='37757'></legend></th><small id='6b378'></small><option id='e4c93'><dt id='8c677'><abbr id='3aa63'><tr id='1fa7e'><small id='03a39'><blockquote id='353ac'><thead id='12def'><p id='4e6ea'></p><form id='98f01'></form></thead></blockquote></small></tr></abbr></dt></option><button id='f834f'></button><option id='3856d'></option><i id='8a00e'><label id='0bc8a'><em id='676e8'><button id='d8b00'></button></em><tbody id='6aca3'></tbody></label></i><li id='8d360'><fieldset id='4d73c'><option id='96af0'></option></fieldset><optgroup id='95d96'><tt id='97aa7'><kbd id='d9226'><abbr id='dbdd0'></abbr><dfn id='26541'><dfn id='c6774'><li id='f5216'><pre id='b9e3a'><li id='99555'></li></pre><acronym id='ab6b1'><b id='eb148'><li id='af867'><fieldset id='0b858'></fieldset></li><span id='4bb20'></span><form id='3b562'></form></b></acronym></li></dfn></dfn></kbd></tt></optgroup><blockquote id='85d88'><form id='55fcd'><th id='d891d'></th><ol id='b47c8'><optgroup id='8da7c'></optgroup></ol><em id='9c831'><optgroup id='a79df'></optgroup></em></form></blockquote></li><li id='23271'></li><noframes id='1b685'><b id='c1c30'><label id='80112'><select id='5295a'><dt id='e0434'><span id='e76d5'></span></dt></select></label></b><u id='a9508'></u></noframes><em id='4020e'></em><tt id='677be'></tt><style id='22ec6'></style><dd id='77e5f'></dd><th id='8b237'><label id='b6164'><em id='0583e'><i id='dc90a'><noframes id='e0649'></noframes></i></em></label></th><button id='81b1e'></button><tr id='c6008'></tr><thead id='54a18'><del id='8b6ff'><code id='c2533'><small id='3d251'><noframes id='a7fc5'><i id='2ed90'><strike id='a67df'><tt id='be9f6'><pre id='bfd73'></pre></tt></strike></i></noframes></small></code></del><fieldset id='63dad'><dfn id='bbb45'></dfn></fieldset></thead><tfoot id='db34d'><button id='9a930'></button></tfoot><sub id='296e8'></sub><p id='550d2'></p><tr id='948f8'></tr><sup id='0bf3a'></sup><button id='c2dc4'><dfn id='8548f'><b id='09228'></b></dfn></button></div> </body> </html> <!--20180408修改js去掉新华微博--> <!-- Q-templateID:2026-06-07 21:27:51 -->