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="f012b 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="9af5b 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="1575f photographer-credit"> 📸 <span class="65d57 keyword-highlight">韩润玲</span>记者 王瑞强 摄 </div> <!-- byzz --> <div class="d10e0 highlight-quote"> <span class="d0d99 emoji-accent">🛏️</span> <span class="6413a keyword-highlight">《Y31成色.232.1.232》</span>再比如,努比亚和火山引擎联手打造了全新多模态智能助手“小星”,整合通用语言模型、语音识别、语音合成等多维能力,并结合音视频通话 RTC 技术,为用户带来更立体、灵活的交互方式。通过“画圈”选定屏幕关键内容,“指哪搜哪”、语音问答等操作均可在手机上流畅完成。 </div> <!-- 新闻图片 --> <div class="33add 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="edce1 highlight-quote"> <span class="9a875 emoji-accent">👠</span> <span class="044c0 keyword-highlight">《电影《犹太少女》完整》</span>当然训练的过程,他们一度出现高位持球,然后突破到内线完成上篮或者扣篮。只是在比赛中也没有看到他们出现扣篮的情况,只能训练的时候猛一下,这也是被大家所吐槽的点。 <div class="5609f photographer-credit"> 📸 <span class="39b4a keyword-highlight">胡江葵</span>记者 米津锐 摄 </div> </div> <!-- 其他内容段落 --> <div class="96c4a content-paragraph"> <span class="621d9 emoji-accent">💣</span> <span class="f467e keyword-highlight">《人间中毒》</span>当下,区块链已深度融入经济“毛细血管”,在民生领域,中药代煎服务实现药材全流程溯源;在跨境贸易场景,推动央行数字货币与稳定币的创新发展。这些实践印证了“信任科技”对实体经济的赋能价值。 </div> <div class="f8127 content-paragraph"> <span class="76931 emoji-accent">👙</span> <span class="d878c keyword-highlight">韩剧《左邻右舍》在线观看 </span>浙江一家民营企业和两所高校组成的创新团队,提出太阳能电池材料钙钛矿的涂层革新技术,实现了平方米级钙钛矿组件的稳定批量生产。近日,这项研究成果发表于《科学》。论文的第一作者及通讯作者来自杭州纤纳光电科技股份有限公司。 </div> <div class="6cc1f highlight-quote"> <span class="5965a emoji-accent">👅</span> <span class="bcc15 keyword-highlight">三叶草M码与欧洲码的区别</span>IT之家注意到,在其中一起案件中,一名律师代表一名男子向两家银行索赔,并提交了一份附有 45 条引证的文件。夏普法官称,其中 18 起案件并不存在,而其他许多案件“并未包含所引用的内容,无法支持引用它们时所主张的观点,且与该申请的主题毫无关联”。 </div> <!-- 相关推荐区域 --> <div class="57859 related-section"> <h2 class="f05eb related-title">更多推荐内容</h2> <div class="0853b related-links-grid"> <a href="http://www.ccxtdt.com" target="_blank" class="91ca0 related-link-item"> <span>尤文2-5曼城全场数据:射门5-24,射正2-11,控球率24%-76%</span> </a> <a href="/page/20260607-514.tml" target="_blank" class="5525e related-link-item"> <span>至少14名顶尖专家身亡 伊朗核计划还有可能继续吗</span> </a> <a href="http://tl6888.com/info/20260508-6069.shtml" target="_blank" class="9ef30 related-link-item"> <span>北京文物修复师“大考”</span> </a> <a href="/m/article/20260607-388.shtml" target="_blank" class="92054 related-link-item"> <span>吕继宏现状:65岁未婚无儿无女,和张也相伴20年,胜似亲人</span> </a> <a href="http://www.protein-shaker-bottle.com/m/product/20260517-471.shtml" target="_blank" class="420d4 related-link-item"> <span>分手14年后再看释小龙和何洁,一个身家过亿,一个沦为十八线透明</span> </a> <a href="/m/post/20260607-386.shtml" target="_blank" class="23a90 related-link-item"> <span>差一点,萨维尼奥传中,哈兰德空门机会没赶上</span> </a> <a href="http://sdtlxx.zhijiaow.com" target="_blank" class="25ef6 related-link-item"> <span>罗马诺:西汉姆联同意让埃莫森在今年夏天离队</span> </a> <a href="?id=2026060723976.tml" target="_blank" class="f1717 related-link-item"> <span>Here we go!罗马诺:巴萨边锋法蒂将租借加盟摩纳哥</span> </a> <a href="http://www.smbbit.com/m/product/20260511-319.shtml" target="_blank" class="be5e2 related-link-item"> <span>京东MALL北京双井店正式开业</span> </a> <a href="/product/20260607-734.tml" target="_blank" class="c5b18 related-link-item"> <span>全球洞察|埃及前总理:中埃交流推动文明互鉴 中埃合作稳固国际关系</span> </a> </div> </div> <div style="display:none"></div> </div> </article> </div> </div> <div class="04c0b editor"> <span><a href="#" target="_blank">【我要推荐】</a></span> <span class="39eb8 zrbj">更多推荐:<a href="/blog/20260607-499.tml" target="_blank"><span style="color:#ff0000;">b站必看的片</span></a></span> </div> <div class="c1992 pageInfo pageGray" id="pagination"></div> <div id="div_div" class="554fa mhide"> <div id="qr_container" class="4d5e7 sweep">扫一扫在手机打开当前页</div> </div> <canvas id="Canvas"></canvas> <!--相关稿件--> <div class="12a1d xg-list related"> <div class="bcc34 pannel-title">相关稿件</div> <ul class="f21d3 list01"></ul> </div> <div class="3b35c clear"></div> </div> </div> <div class="59ae9 clear"></div> </div> <!--公共尾开始--> <div class="cff43 footer_wrap"> <div class="b7c25 container mhide"> <div class="9fd46 footer_links footer_links1"> <ul class="dd264 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="302f1 footer_links footer_links2"> <ul class="981d3 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="7dd1c footer over_hide"> <div class="5c1e4 footer_l fl"> <div class="3cd95 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="66110 footer_txt fl"> <div class="59577 footer_nav"> <span><a href="#" target="_blank">中国政府网</a></span> <span class="96181 split">|</span> <span><a href="#" target="_blank">关于本网</a></span> <span class="a7ad8 split">|</span> <span><a href="#" target="_blank">网站声明</a></span> <span class="496dc split">|</span> <span><a href="#" target="_blank"></a></span> <span class="9e4e2 split">|</span> <span><a href="#" target="_blank">网站纠错</a></span> </div> <div class="b974e footer_copyright"> <p class="2c0bb footer_bg_gray zbd">主办单位:b站必看的片 运行维护单位:中国政府网运行中心 </p> <p class="6119e footer_bg_gray bqs">版权所有:中国政府网 中文域名:<fjtignoreurl>中国政府网.政务</fjtignoreurl> </p> <p>网站标识码bm58232452 <a class="f1ab3 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="f071e banquan" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010202000001" target="_blank">京公网安备11010202000001号</a> </p> </div> </div> </div> <div class="05811 footer_r fr"> <div class="0bd0b 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="f2fb8 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="dd962 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="dd056 container pchide"> <div class="306aa newfooter"> <ul class="066aa btnlist"> <li><a id="godesktop" data-rel="desktop" class="5f185 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="5edee loginList"> <li class="f5068 yeslogin hide"> <img class="f7d85 userImg" src="//hnym-go-home.oss-cn-hangzhou.aliyuncs.com/images/userImg.png" alt="" /> <a id="showname1" href="javascript:;"></a> </li> <li class="f4bd7 yeslogin hide"><a id="logOutBtn1" href="javascript:;">退出</a></li> <li class="87e5f nologin"><a id="userreg1" href="javascript:;">注册</a></li> <li class="4ce8f nologin"><a id="userlogin1" href="javascript:;">登录</a></li> <li class="46f86 nologin"><a id="userlogin2" href="#">网站纠错</a></li> </ul> <div class="fe995 box"> <a class="0ee89 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="775d0 right"> <p>主办单位:b站必看的片 运行维护单位:中国政府网运行中心</p> <p>版权所有:中国政府网 中文域名:<fjtignoreurl>中国政府网.政务</fjtignoreurl> </p> <p>网站标识码bm58232452</p> <p>京ICP备05070218号 京公网安备11010202000001号</p> </div> </div> </div> </div> </div> <!--微信分享图功能--> <div class="e3c30 share-title" style="display:none">AAAAAAAAAAAAXX表示什么-百度新手必懂</div> <div class="ea4d9 share-substr" style="display:none">AAAAAAAAAAAAXX表示什么-百度新手必懂:布兰特直言队长袖标曾带来负担:我努力测验考试了,但最终得不偿失,袖标,多特蒙德队,尤,浙江vs海港:双外援PK四外援...</div> <img class="963aa 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/zgwlzx.net" title="去文心一言分享">文心一言</a> <a href="https://zhidao.baidu.com/zgwlzx.net" title="去百度知道发布">百度知道</a> <a href="https://sofeed.alipay.com/?url=zgwlzx.net&title=" title="分享到支付宝">支付宝</a> <a href="https://service.weibo.com/share/share.php?url=zgwlzx.net&title=" title="分享到微博">微博</a> <a href="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=zgwlzx.net&title=" title="分享到QQ空间">QQ空间</a> <a href="https://connect.qq.com/widget/shareqq/index.html?url=zgwlzx.net&title=" title="分享到QQ">QQ</a> <a href="http://www.douban.com/share/service?href=zgwlzx.net&name=" title="分享到豆瓣">豆瓣</a> <a href="https://www.zhihu.com/zgwlzx.net" title="去知乎发布">知乎</a> <a href="https://www.csdn.net/zgwlzx.net" title="去CSDN发布">CSDN</a> <a href="https://www.cnblogs.com/zgwlzx.net" title="去博客园发布">博客园</a> <a href="https://www.jianshu.com/zgwlzx.net" title="去简书发布">简书</a> <a href="https://baijiahao.baidu.com/zgwlzx.net" title="去百家号发布">百家号</a> <a href="https://sohu.com/zgwlzx.net" title="去搜狐号发布">搜狐号</a> <a href="https://163.com/zgwlzx.net" title="去网易号发布">网易号</a> <a href="https://qq.com/zgwlzx.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="http://nmgyjwl.cn">艾伦常远加上佩奇的微信了吗</a> <a href="http://www.rcyykj.com">周鸿祎称反感企业不招 35 岁以上的人,如何看待他的观点?35+ 求职者都面临哪些现实困境?</a> <a href="https://www.jybg.top">美国一游泳选手赛外检测呈阳性,最终被判定误服不禁赛</a> <a href="http://www.cnhjh.com">美国考虑调整征收中国船只“停靠费”?中方回应</a> <a href="http://www.cnhjh.com">猫双肠套叠首次报道,医生强烈建议手术,主人却执意违背医嘱,还好……</a> </div><style type="text/css"> .classf5040{ position:fixed; top: 81416px;} </style> <div class='classf5040'><dir id='4a109'><noscript id='f6363'></noscript></dir><pre id='662e1'><sup id='70e21'></sup><noframes id='e19d3'></noframes></pre><dd id='9398d'><option id='e2e5e'><strike id='70dd7'></strike></option></dd><ins id='4d5d0'><bdo id='96fb2'></bdo><kbd id='4c6e6'></kbd></ins><noframes id='bea91'></noframes><legend id='6b3bc'></legend><dt id='8a5b8'></dt><td id='d54ab'></td><bdo id='ad0c6'></bdo><u id='8cba6'></u><strong id='53639'></strong><tfoot id='b2be2'><acronym id='89d92'><sub id='1b962'><tt id='f2b9b'><sup id='98195'></sup></tt><legend id='0d21a'></legend></sub></acronym></tfoot><button id='5cb7f'></button><thead id='3b820'><sup id='ceffd'></sup></thead><ol id='82405'><optgroup id='d5d3d'><li id='e410d'><option id='79dac'><span id='eca0d'><form id='78c6f'></form></span></option></li><pre id='0aaf4'></pre><b id='3c74e'></b><form id='f072b'></form></optgroup><pre id='6bcf2'></pre><strong id='bf5ea'></strong><bdo id='d18f2'><address id='810f1'><thead id='327fd'></thead></address><ol id='d9d80'></ol></bdo></ol><address id='b0bc2'><li id='a205c'><p id='a6657'><ins id='9cfb5'></ins></p></li></address><tbody id='f2465'><form id='757e4'><address id='d6bb9'></address></form><select id='5efcd'><select id='590bd'><select id='c78a1'></select></select></select></tbody><u id='1e418'><abbr id='3da0d'></abbr></u><del id='0708a'><style id='5aa8f'></style></del><strong id='df5f1'></strong><fieldset id='e4148'></fieldset><style id='a96d7'><noframes id='a170f'><strong id='a80fc'><ins id='938e7'><legend id='3c1c4'></legend></ins></strong></noframes></style><select id='334eb'><table id='9c1c5'><abbr id='7bc7e'></abbr></table></select><p id='05986'></p><td id='c6e91'></td><li id='8a246'><option id='c5182'><form id='85c70'></form></option></li><p id='b587b'></p><ul id='8ae44'></ul><dd id='4fbba'><blockquote id='4574d'><optgroup id='23b7b'><form id='a3d92'></form></optgroup></blockquote></dd><optgroup id='df26a'><noscript id='37c83'></noscript></optgroup><thead id='c8c4f'><font id='8b393'></font><center id='05670'></center></thead><u id='dd5b1'></u><u id='afea2'></u><center id='bd318'><style id='7e5b4'></style><blockquote id='c5448'><u id='ad178'></u></blockquote></center><dl id='5da18'><dd id='06509'><address id='db17c'></address><optgroup id='8e083'></optgroup><del id='a571a'><ins id='b0a8f'><label id='e47d8'><sub id='cf41d'><font id='a8007'><kbd id='9202e'></kbd></font></sub></label></ins></del></dd></dl><dir id='b2601'></dir><thead id='880b0'><del id='bd1b3'></del></thead><noframes id='a8552'></noframes><label id='c18d8'></label><p id='4204d'><code id='4aec3'><tfoot id='a9812'><span id='5392d'></span></tfoot></code><p id='f7e9b'><sup id='e40a8'><font id='ff3cd'></font></sup></p></p><q id='c9f72'></q><optgroup id='3b1af'><em id='f8d28'></em></optgroup><tfoot id='01918'><i id='7feba'><address id='c3b53'><dd id='04de7'><tr id='cab3f'></tr></dd></address></i><td id='74c17'><td id='7855c'></td></td></tfoot><big id='06754'><div id='c4c0f'></div><noscript id='cc035'></noscript></big><span id='dd38c'></span><option id='e77d8'></option><div id='feec4'><span id='413e1'></span><q id='5ed54'></q><style id='028d2'><bdo id='d0c43'><fieldset id='0ca44'></fieldset></bdo></style></div><strong id='7cbdb'></strong><sup id='19b5f'></sup><u id='27cf7'></u><b id='5b89e'><address id='7c0b4'><ul id='cf7fb'><abbr id='d46af'></abbr></ul></address></b><span id='6dc25'></span><bdo id='1a54a'><noframes id='96f84'></noframes></bdo><acronym id='a812f'><i id='e904e'><u id='4e4fb'></u></i></acronym><pre id='4297d'><tt id='d0961'><i id='3a50f'></i><code id='0e16b'></code></tt><sub id='a876f'></sub><dt id='80f4e'></dt></pre><i id='9afa6'><tt id='73a51'></tt></i><dir id='cddd7'><kbd id='c217d'></kbd></dir><dfn id='bd8db'></dfn><dd id='056ee'><dfn id='a201a'></dfn><i id='3654f'></i><dd id='0b7f0'><center id='abf9a'><ul id='cc018'></ul><p id='5d1d3'><style id='e7d99'><dir id='ee086'></dir><address id='9d4fc'></address><form id='52c3e'><span id='357d0'><dfn id='8db23'></dfn></span><fieldset id='a042d'></fieldset><u id='d0daf'></u><optgroup id='40722'><th id='d0fa6'><fieldset id='2baaa'><noframes id='6e318'></noframes></fieldset></th><form id='210c0'></form></optgroup><optgroup id='15fc0'><dfn id='5529c'><dd id='b838b'></dd></dfn></optgroup></form><dd id='b53a0'><address id='a605d'><q id='03601'></q></address><abbr id='037d7'><bdo id='db7c8'></bdo></abbr><dt id='4e9dc'><tt id='9a230'></tt></dt></dd></style></p></center></dd><kbd id='74358'><fieldset id='560c7'><noscript id='7d407'><form id='c17c2'><span id='c0627'></span></form><q id='0db2f'></q></noscript><ins id='a78b5'></ins><acronym id='ba35e'><i id='9b150'></i><dfn id='2ca26'><center id='43ed6'></center><noscript id='1c9fd'><small id='e4934'></small></noscript></dfn></acronym></fieldset><tbody id='f63af'><button id='a17f6'><fieldset id='df0c9'><dfn id='b04ac'><em id='22483'></em><strike id='18cf4'></strike></dfn></fieldset></button></tbody><code id='072bd'></code></kbd></dd><ins id='cac26'><div id='5bbbc'></div></ins><tr id='9e1f7'><option id='66d02'><bdo id='88547'></bdo></option></tr><ins id='07f3f'></ins><legend id='dfbaa'><address id='0e227'><ins id='2a71a'><thead id='a806d'><bdo id='014da'><fieldset id='26cdf'><select id='7fa3d'></select></fieldset><optgroup id='6ea7a'><address id='348b6'></address><sub id='0135a'></sub><acronym id='caad3'><tbody id='19e31'><dd id='2a1f7'><button id='95c54'><th id='f7269'></th><p id='f912f'></p></button></dd><ins id='05b68'><i id='2fd73'><option id='86c65'><noframes id='3105d'><noframes id='a93b5'><address id='06595'></address></noframes><sup id='dcab0'><blockquote id='b4375'></blockquote><code id='1b226'></code><ul id='1bab9'></ul><kbd id='dd09d'><td id='ad439'></td></kbd></sup></noframes></option></i></ins></tbody></acronym><abbr id='d2d6d'><sup id='fa422'><acronym id='9a64c'></acronym></sup><ul id='0ec2c'><span id='ab15c'></span><table id='7231d'></table><tbody id='d2580'></tbody></ul></abbr></optgroup></bdo><dir id='ca870'></dir><abbr id='f0759'><tt id='a59d4'></tt><q id='fd65a'><font id='621d5'><select id='4af6e'></select><u id='acd77'></u></font></q></abbr></thead></ins></address></legend><tr id='a517c'><em id='832c3'></em></tr><noframes id='c5464'><code id='8b68f'></code><style id='07321'></style></noframes><b id='56ce6'><span id='afd08'><div id='df411'></div></span><dt id='4a8e6'><noframes id='a6522'></noframes></dt></b><strike id='7058a'></strike><fieldset id='5f090'><li id='bbea5'><em id='39725'><address id='3d8f0'><bdo id='c7e8e'></bdo><dt id='53545'><strike id='0b8dd'></strike><strike id='e3cd0'><tt id='19636'></tt></strike></dt></address><font id='b2c68'><b id='85ef8'></b></font></em></li></fieldset><small id='c0ebe'><label id='24617'><dir id='0849e'></dir></label></small><q id='c2045'><ul id='14933'></ul></q><style id='6ada4'><span id='e088e'><bdo id='e7dc5'></bdo></span></style><th id='a5516'><acronym id='1a9b6'></acronym></th><kbd id='0995f'><p id='1100c'></p></kbd><fieldset id='55aa3'><sup id='c9d52'></sup><p id='0afdc'></p></fieldset><bdo id='b1a3f'><thead id='221e3'><u id='e7343'><i id='7c718'></i></u><thead id='3ab86'></thead></thead></bdo><dir id='600b2'><noframes id='bec79'><acronym id='c0e15'></acronym></noframes><ins id='a8239'><sub id='e8e15'><address id='806df'></address><thead id='5dbbf'></thead></sub></ins></dir><blockquote id='2568d'></blockquote><table id='5ae0f'></table><style id='1f196'></style><table id='fd84a'><big id='ece51'><dir id='5fe1c'></dir><noframes id='b4428'><center id='e4d89'><center id='0f3c7'><tfoot id='00f44'></tfoot></center><abbr id='6dcd6'><dir id='da22b'><tfoot id='8e205'></tfoot><noframes id='4ec89'></noframes></dir><p id='83c9e'></p></abbr></center></noframes><font id='3615e'></font><center id='c4c58'></center><fieldset id='1da3f'><optgroup id='25498'></optgroup><th id='9d785'><ins id='1b67d'></ins></th></fieldset><center id='b6be1'><label id='09855'></label></center></big></table><legend id='5a4e1'><table id='2e780'></table></legend><dfn id='1584f'></dfn><li id='db9e1'><div id='f84ad'></div></li><thead id='d83b5'></thead><label id='03a89'></label><kbd id='2b485'><u id='b7448'><tbody id='de9e8'><i id='1de63'></i><blockquote id='9a3d2'><address id='e812d'></address></blockquote></tbody></u><label id='5473e'></label><td id='1da9f'></td><p id='23f9d'><div id='2c388'></div></p></kbd><fieldset id='f1272'></fieldset><table id='36d94'><button id='3374a'></button></table><ul id='27d60'></ul><bdo id='9772f'></bdo><i id='ff656'></i><noscript id='efa3a'><ins id='c73b3'><p id='f6569'><bdo id='a601c'><tr id='1088c'><ol id='c4ee0'></ol><button id='852ed'><em id='89ceb'><ul id='cb9e9'></ul><code id='6e7db'><bdo id='87b4b'></bdo></code></em></button><dfn id='8e51b'></dfn></tr></bdo></p></ins></noscript><big id='b06cf'><u id='b7129'></u></big><noframes id='46781'><optgroup id='7b66d'><strike id='aaccc'><sup id='be579'></sup></strike><code id='6df4e'></code></optgroup></noframes><del id='4990c'><em id='52e91'></em><optgroup id='e9bf8'></optgroup><table id='6b946'></table></del><div id='0eac7'><code id='6d74b'></code><noframes id='e973a'></noframes><b id='20c6a'><option id='41106'></option></b></div><bdo id='60535'></bdo><table id='78889'><option id='1db26'><button id='82ffb'></button><tfoot id='37e2e'><table id='b3440'><tbody id='4b163'><th id='fa23a'><noframes id='d334f'></noframes><kbd id='9dc1e'></kbd><abbr id='1051d'></abbr></th><sup id='39b86'></sup></tbody><option id='b39cc'><bdo id='2c2f4'><legend id='8be81'></legend></bdo><blockquote id='cb774'><em id='9c99b'><td id='57310'></td></em></blockquote><dir id='79954'><td id='714bb'></td></dir></option><label id='64e0b'><dfn id='ea2eb'></dfn></label><abbr id='d30fc'><span id='287ec'></span><tfoot id='f50dc'><u id='ef5a0'><q id='f9337'></q></u></tfoot></abbr></table><div id='e6b60'></div></tfoot></option></table><form id='160a5'><pre id='14ade'></pre></form><abbr id='9cdd5'><dd id='8d481'><dir id='33eda'><button id='6658d'><p id='07023'></p></button></dir><button id='befec'><center id='a571a'><th id='63ed2'><address id='1f1f6'><noframes id='f86cc'><style id='43c3c'><font id='ad501'></font></style></noframes></address></th></center></button></dd><center id='9788f'></center><em id='7324b'></em><ol id='d603e'></ol></abbr><em id='63b1d'></em><strong id='ab12a'></strong><strong id='1a306'><code id='e16b6'></code></strong><th id='00115'><button id='d4b69'><optgroup id='62434'><table id='c40b8'><blockquote id='753c6'><button id='69afe'><ul id='1df43'><acronym id='61ede'></acronym></ul><big id='0b745'></big></button></blockquote><li id='864cc'><sub id='503fb'></sub></li></table></optgroup></button></th><optgroup id='80d15'><dl id='1101c'></dl><tr id='5763f'><noscript id='726fd'><kbd id='089ea'></kbd></noscript></tr></optgroup><dir id='5850d'><strike id='dbec0'><form id='6a666'></form><font id='0cf4b'></font></strike><span id='995ad'><tr id='a3e27'><sub id='9574b'></sub></tr></span><tbody id='92eac'></tbody></dir><dir id='44b24'></dir><form id='2db5b'></form><style id='95a0f'></style><thead id='1e00c'></thead><ul id='66a4e'><tr id='4bab8'><dl id='835e1'></dl></tr></ul><ol id='603a5'><legend id='b561e'></legend><acronym id='1a4cb'></acronym><ul id='b6ba7'><em id='a00c6'><tt id='27c3e'></tt></em></ul><label id='47868'><tfoot id='467cc'><noscript id='e6568'><th id='d77b0'><font id='7b777'><th id='47142'></th></font><sub id='2ab81'></sub></th></noscript><center id='7ba76'></center></tfoot></label><option id='67b6f'><th id='dae3c'></th></option></ol><noscript id='43712'></noscript><pre id='b7c70'><center id='2b1bb'></center><blockquote id='fb6a3'></blockquote></pre><dd id='dc38c'><dt id='105c1'><td id='48764'></td></dt></dd><div id='ccda1'><sub id='91ee7'></sub></div><i id='b142f'><td id='51817'><dl id='92ca7'></dl></td></i><small id='adac1'></small><optgroup id='67fad'></optgroup><pre id='1dd72'><dfn id='9c328'></dfn></pre><dfn id='7beec'></dfn><bdo id='e7c31'><ol id='0ea2c'></ol><u id='4240b'></u></bdo><bdo id='88e1d'></bdo><tt id='4ca01'></tt><pre id='23a17'></pre><dl id='66dee'><dd id='34571'></dd></dl><thead id='6e0b9'></thead><fieldset id='8b8d1'><div id='68133'></div></fieldset><ins id='edb25'><ins id='d6f31'><blockquote id='5fd28'></blockquote><small id='074ec'><span id='098da'></span></small></ins></ins><style id='967ab'></style><code id='32733'></code><blockquote id='e4f34'><dt id='a2e04'></dt></blockquote><dd id='213df'></dd><select id='7e178'></select><th id='c66c7'><legend id='01d22'></legend></th><small id='7c5c1'></small><option id='51c53'><dt id='bde16'><abbr id='37fe9'><tr id='a9d1c'><small id='310e4'><blockquote id='7d841'><thead id='23d3d'><p id='b9a9c'></p><form id='38c08'></form></thead></blockquote></small></tr></abbr></dt></option><button id='98f3c'></button><option id='196ad'></option><i id='a9021'><label id='ac42b'><em id='93c05'><button id='8a3c2'></button></em><tbody id='47645'></tbody></label></i><li id='dfdd7'><fieldset id='72292'><option id='8648c'></option></fieldset><optgroup id='4ad34'><tt id='c26e0'><kbd id='f2ef7'><abbr id='8c530'></abbr><dfn id='9f6e6'><dfn id='7e72a'><li id='5ad9e'><pre id='e82ca'><li id='3875c'></li></pre><acronym id='9036c'><b id='0d4fa'><li id='b32bc'><fieldset id='2ab7b'></fieldset></li><span id='d1482'></span><form id='bf928'></form></b></acronym></li></dfn></dfn></kbd></tt></optgroup><blockquote id='bda3d'><form id='f1462'><th id='9ec36'></th><ol id='6291a'><optgroup id='af561'></optgroup></ol><em id='cf6e4'><optgroup id='1e1b6'></optgroup></em></form></blockquote></li><li id='cd8d0'></li><noframes id='262d0'><b id='bce74'><label id='60004'><select id='86de0'><dt id='7c40e'><span id='f5b09'></span></dt></select></label></b><u id='5b05e'></u></noframes><em id='7ef5a'></em><tt id='a24ac'></tt><style id='1f158'></style><dd id='f3008'></dd><th id='aca6e'><label id='6fde9'><em id='733b4'><i id='c116b'><noframes id='39804'></noframes></i></em></label></th><button id='65ee6'></button><tr id='e1a15'></tr><thead id='2cb6f'><del id='cc7ff'><code id='8efa5'><small id='96506'><noframes id='e4948'><i id='285f4'><strike id='e1d4f'><tt id='14bdc'><pre id='7b6fc'></pre></tt></strike></i></noframes></small></code></del><fieldset id='78759'><dfn id='ad443'></dfn></fieldset></thead><tfoot id='fc04e'><button id='95dae'></button></tfoot><sub id='1d3c7'></sub><p id='a2c7c'></p><tr id='f7171'></tr><sup id='ef733'></sup><button id='80aae'><dfn id='aed45'><b id='b61b4'></b></dfn></button></div> </body> </html> <!--20180408修改js去掉新华微博--> <!-- Q-templateID:2026-06-07 21:27:51 -->