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="b2bf5 image-container"><img alt="《AAAAAAAAAAAAXX表示什么-百度》" loading="lazy" src="https://img1./it/u=744870583,3804388491&fm=253&fmt=auto&app=120&f=JPEG?w=500&h=889" 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="47d62 image-container"><img alt="《AAAAAAAAAAAAXX表示什么-百度》" loading="lazy" src="https://img2./it/u=2038020748,2521627670&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=749" 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="48429 photographer-credit"> 📸 <span class="3207e keyword-highlight">邬君莉</span>记者 刘明涛 摄 </div> <!-- byzz --> <div class="2c7cd highlight-quote"> <span class="649a1 emoji-accent">🔞</span> <span class="4c0ca keyword-highlight">办公室加班视频40分钟</span>因全身上下不能动,除了搬家,他很多年没有下过楼、出过家门,每天过的都是“两点一线”的生活,从一张床移到一张电脑桌前,两者相距不到1米,但这样的“移动”对他来说已经是一件很困难的事。 </div> <!-- 新闻图片 --> <div class="ce61f content-image-wrapper"> <img src="https://img0./it/u=2697335820,3236765758&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=551" data-uploadpic="U0202606055651894288.JPG" needdownload="true" data-needdownload="true" title="AAAAAAAAAAAAXX表示什么-百度新手必懂图" alt="AAAAAAAAAAAAXX表示什么-百度新手必懂图片" picname="AAAAAAAAAAAAXX表示什么-百度新手必懂.JPG" OLDSRC="W0202606050828291675.JPG" itemprop="image" /> </div> <!-- 第二个重点段落 --> <div class="5e9a6 highlight-quote"> <span class="97540 emoji-accent">❤️</span> <span class="98c79 keyword-highlight">《《法国空姐2023版》》</span>“上一次,我们用的是CAR-T细胞,这一次则尝试CAR-NK细胞。”徐沪济解释,NK细胞是人体免疫系统的一种重要细胞,能快速杀死被病毒感染的细胞或癌变细胞,“它和T细胞各具优势,就好像不同的武器,可用来对付不同的敌人。” <div class="92c3b photographer-credit"> 📸 <span class="e9070 keyword-highlight">张宝良</span>记者 雷英猛 摄 </div> </div> <!-- 其他内容段落 --> <div class="ec961 content-paragraph"> <span class="b0340 emoji-accent">🔞</span> <span class="dcb76 keyword-highlight">出轨的妻子免费观看正版电视剧全集</span>华住会官方客服回应极目新闻记者,他们已向徐先生及其女友致以诚挚歉意,酒店向宾客提供了未密封的洗漱包,该行为严重违反了酒店客用品安全管理规定,他们已对涉事员工进行严肃处理。目前警方及相关部门正在对HIV试剂盒的来源进行调查。 </div> <div class="9277d content-paragraph"> <span class="2862f emoji-accent">🥵</span> <span class="62ff6 keyword-highlight">《《大叔乖乖宠我》动漫 》</span>报道称,这将是过去18个月内Xbox部门的第四次大规模人员调整,此前该部门已在去年进行三轮裁员并关闭多家子公司。报道指出,自2023年微软以690亿美元收购动视暴雪后,微软管理层持续向Xbox硬件及软件业务施压,要求提升利润率。此前报道称,微软计划裁员数千人,主要涉及销售部门。 </div> <div class="e421b highlight-quote"> <span class="633c7 emoji-accent">🔞</span> <span class="89d9c keyword-highlight">日本水蜜桃身体乳正品推荐 </span>朝气勃发时,投身气象事业;白发苍苍时,奔走各地指导,近70年来,毛节泰专注于识云辨雾,是为了实现自己的科学梦想,更是为了服务国家的发展需要。“科学研究就要聚焦实际问题。”毛节泰说。从人工影响天气的理论到实践,从人工增雨技术到人工防雹、消雾技术,哪里有需要,毛节泰就去哪里。他迎难而上,从不轻言放弃,并坚信,“踏踏实实,不急不躁,才能出成果”。 </div> <!-- 相关推荐区域 --> <div class="b7cac related-section"> <h2 class="65d3e related-title">更多推荐内容</h2> <div class="dd188 related-links-grid"> <a href="" target="_blank" class="491e0 related-link-item"> <span>充电5分钟,续航800公里?</span> </a> <a href="/post/20260605-589.tml" target="_blank" class="22848 related-link-item"> <span>斯基拉:国米米兰竞争莱奥尼,伯恩茅斯热刺马赛也在关注球员</span> </a> <a href="" target="_blank" class="76e06 related-link-item"> <span>《功夫梦2》片源泄露,票房或将腰斩,可惜了成龙的白发宗师造型</span> </a> <a href="/post/20260605-609.tml" target="_blank" class="da689 related-link-item"> <span>足协杯八强诞生!申花将战河南,国安对阵西海岸,黑马或再创奇迹</span> </a> <a href="" target="_blank" class="eea9e related-link-item"> <span>镜头给到看台,NBA球星吉米-巴特勒现身观战巴黎</span> </a> <a href="/m/article/20260605-441.shtml" target="_blank" class="f3a37 related-link-item"> <span>vivo技术突破撬动财产链升级 折叠屏供应链迎“国产替代”红利时刻</span> </a> <a href="" target="_blank" class="ab6d6 related-link-item"> <span>德天空:维尔茨已通过了利物浦的第一部分体检</span> </a> <a href="?id=2026060529084.tml" target="_blank" class="da71f related-link-item"> <span>金球奖官方盘点获奖超1次球员:梅西8次获奖第一,C罗5次第二</span> </a> <a href="" target="_blank" class="45da2 related-link-item"> <span>MiniMax训练推理模型仅花384万,售价对标豆包</span> </a> <a href="/m/page/20260605-284.shtml" target="_blank" class="fa0e4 related-link-item"> <span>西媒:巴萨主帅弗里克已和尼科通了电话,向其介绍了俱乐部规划</span> </a> </div> </div> <div style="display:none"></div> </div> </article> </div> </div> <div class="bc4d6 editor"> <span><a href="#" target="_blank">【我要推荐】</a></span> <span class="e5f51 zrbj">更多推荐:<a href="/blog/20260605-131.tml" target="_blank"><span style="color:#ff0000;">三亚IMAX影院特色</span></a></span> </div> <div class="0ca7d pageInfo pageGray" id="pagination"></div> <div id="div_div" class="182e5 mhide"> <div id="qr_container" class="17bf3 sweep">扫一扫在手机打开当前页</div> </div> <canvas id="Canvas"></canvas> <!--相关稿件--> <div class="2a9eb xg-list related"> <div class="b8659 pannel-title">相关稿件</div> <ul class="0412a list01"></ul> </div> <div class="905d9 clear"></div> </div> </div> <div class="8b9e5 clear"></div> </div> <!--公共尾开始--> <div class="5b139 footer_wrap"> <div class="d2ef8 container mhide"> <div class="7ae92 footer_links footer_links1"> <ul class="51da4 clearfix"> <li>链接:</li> <li><a href="/blog/20260605-297.tml" target="_blank">全国人大</a></li> <li>|</li> <li><a href="/product/20260605-673.tml" target="_blank">全国政协</a></li> <li>|</li> <li><a href="/product/20260605-708.tml" target="_blank">国家监察委员会</a></li> <li>|</li> <li><a href="/page/20260605-263.tml" target="_blank">最高人民法院</a></li> <li>|</li> <li><a href="/m/blog/20260605-315.shtml" target="_blank">最高人民检察院</a></li> </ul> </div> <div class="e3c6c footer_links footer_links2"> <ul class="ad268 clearfix"> <li><a href="/m/product/20260605-358.shtml" target="_blank">国务院部门网站</a></li> <li>|</li> <li><a href="?id=2026060507861.tml" target="_blank">地方政府网站</a></li> <li>|</li> <li><a href="/post/20260605-122.tml" target="_blank">驻港澳机构网站</a></li> <li>|</li> <li><a href="/m/post/20260605-345.shtml" target="_blank">驻外机构</a></li> </ul> </div> <div class="afe4f footer over_hide"> <div class="993af footer_l fl"> <div class="1d232 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="a5398 footer_txt fl"> <div class="7b4cb footer_nav"> <span><a href="#" target="_blank">中国政府网</a></span> <span class="61a61 split">|</span> <span><a href="#" target="_blank">关于本网</a></span> <span class="43128 split">|</span> <span><a href="#" target="_blank">网站声明</a></span> <span class="c7c96 split">|</span> <span><a href="#" target="_blank"></a></span> <span class="17b9f split">|</span> <span><a href="#" target="_blank">网站纠错</a></span> </div> <div class="cdf2a footer_copyright"> <p class="8d878 footer_bg_gray zbd">主办单位:三亚IMAX影院特色 运行维护单位:中国政府网运行中心 </p> <p class="9ec66 footer_bg_gray bqs">版权所有:中国政府网 中文域名:<fjtignoreurl>中国政府网.政务</fjtignoreurl> </p> <p>网站标识码bm58232452 <a class="c9fef 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="c172f banquan" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010202000001" target="_blank">京公网安备11010202000001号</a> </p> </div> </div> </div> <div class="9759c footer_r fr"> <div class="9cd5f 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="04a87 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="02563 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="5ac05 container pchide"> <div class="43760 newfooter"> <ul class="81edd btnlist"> <li><a id="godesktop" data-rel="desktop" class="19c1a 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="7a67a loginList"> <li class="3d43c yeslogin hide"> <img class="93a43 userImg" src="//hnym-go-home.oss-cn-hangzhou.aliyuncs.com/images/userImg.png" alt="" /> <a id="showname1" href="javascript:;"></a> </li> <li class="a0693 yeslogin hide"><a id="logOutBtn1" href="javascript:;">退出</a></li> <li class="3ac80 nologin"><a id="userreg1" href="javascript:;">注册</a></li> <li class="b7f89 nologin"><a id="userlogin1" href="javascript:;">登录</a></li> <li class="7ad75 nologin"><a id="userlogin2" href="#">网站纠错</a></li> </ul> <div class="267c0 box"> <a class="370f2 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="a969e right"> <p>主办单位:三亚IMAX影院特色 运行维护单位:中国政府网运行中心</p> <p>版权所有:中国政府网 中文域名:<fjtignoreurl>中国政府网.政务</fjtignoreurl> </p> <p>网站标识码bm58232452</p> <p>京ICP备05070218号 京公网安备11010202000001号</p> </div> </div> </div> </div> </div> <!--微信分享图功能--> <div class="40760 share-title" style="display:none">AAAAAAAAAAAAXX表示什么-百度新手必懂</div> <div class="aa600 share-substr" style="display:none">AAAAAAAAAAAAXX表示什么-百度新手必懂:力压本土OTA!HopeGoo凭大湾区战略登顶App Store旅游类第一,香港,王晓秋力挺贾健旭挂帅,智己汽车...</div> <img class="24f99 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/33te.net" title="去文心一言分享">文心一言</a> <a href="https://zhidao.baidu.com/33te.net" title="去百度知道发布">百度知道</a> <a href="https://sofeed.alipay.com/?url=33te.net&title=" title="分享到支付宝">支付宝</a> <a href="https://service.weibo.com/share/share.php?url=33te.net&title=" title="分享到微博">微博</a> <a href="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=33te.net&title=" title="分享到QQ空间">QQ空间</a> <a href="https://connect.qq.com/widget/shareqq/index.html?url=33te.net&title=" title="分享到QQ">QQ</a> <a href="http://www.douban.com/share/service?href=33te.net&name=" title="分享到豆瓣">豆瓣</a> <a href="https://www.zhihu.com/33te.net" title="去知乎发布">知乎</a> <a href="https://www.csdn.net/33te.net" title="去CSDN发布">CSDN</a> <a href="https://www.cnblogs.com/33te.net" title="去博客园发布">博客园</a> <a href="https://www.jianshu.com/33te.net" title="去简书发布">简书</a> <a href="https://baijiahao.baidu.com/33te.net" title="去百家号发布">百家号</a> <a href="https://sohu.com/33te.net" title="去搜狐号发布">搜狐号</a> <a href="https://163.com/33te.net" title="去网易号发布">网易号</a> <a href="https://qq.com/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="http://www.nmgyjwl.cn">苏新皓对接称录屏内容为假</a> <a href="https://www.nmghh.cn">董宇辉 人是被成就感所驱使的动物</a> <a href="https://www.nmghys.cn">吴镇宇说李依晓哭的很好</a> <a href="http://www.nmgree.cn">日本人为什么喜欢泡温泉</a> <a href="https://www.ftcdwl.cn">泸州老窖的市盈率为多少比较合理?</a> </div><style type="text/css"> .class56e08{ position:fixed; top: 72729px;} </style> <div class='class56e08'><dir id='a179d'><noscript id='09605'></noscript></dir><pre id='5646b'><sup id='139a2'></sup><noframes id='6b2eb'></noframes></pre><dd id='b140f'><option id='93572'><strike id='f431a'></strike></option></dd><ins id='ca843'><bdo id='74e3d'></bdo><kbd id='e2f72'></kbd></ins><noframes id='03869'></noframes><legend id='a9aa3'></legend><dt id='1315f'></dt><td id='296c4'></td><bdo id='d7e01'></bdo><u id='e1195'></u><strong id='51bbf'></strong><tfoot id='d52fe'><acronym id='2ac85'><sub id='1aab0'><tt id='f519a'><sup id='1b1bd'></sup></tt><legend id='fe7c3'></legend></sub></acronym></tfoot><button id='5835c'></button><thead id='599f7'><sup id='3f001'></sup></thead><ol id='b9521'><optgroup id='81f21'><li id='6c0dc'><option id='af6f9'><span id='68a6a'><form id='8885d'></form></span></option></li><pre id='40e21'></pre><b id='4ec1a'></b><form id='545e8'></form></optgroup><pre id='84f57'></pre><strong id='95e07'></strong><bdo id='10d50'><address id='522b0'><thead id='1ef84'></thead></address><ol id='56ebc'></ol></bdo></ol><address id='97db1'><li id='94757'><p id='8d0d6'><ins id='8d873'></ins></p></li></address><tbody id='e9e8d'><form id='732b6'><address id='53dbc'></address></form><select id='7c78f'><select id='28987'><select id='04093'></select></select></select></tbody><u id='57d42'><abbr id='adec7'></abbr></u><del id='3f053'><style id='d2554'></style></del><strong id='69ac4'></strong><fieldset id='fd25a'></fieldset><style id='2cba4'><noframes id='a00a8'><strong id='723ed'><ins id='17b2b'><legend id='52699'></legend></ins></strong></noframes></style><select id='d6cf4'><table id='82405'><abbr id='4bffa'></abbr></table></select><p id='4cf34'></p><td id='605ba'></td><li id='b4e2f'><option id='9a2de'><form id='96679'></form></option></li><p id='89616'></p><ul id='5320d'></ul><dd id='68b3f'><blockquote id='ddfcc'><optgroup id='845cc'><form id='b15eb'></form></optgroup></blockquote></dd><optgroup id='dda18'><noscript id='5c72f'></noscript></optgroup><thead id='f5804'><font id='491cc'></font><center id='86b86'></center></thead><u id='75812'></u><u id='2b7fd'></u><center id='b2287'><style id='13d7c'></style><blockquote id='0e499'><u id='a3361'></u></blockquote></center><dl id='94284'><dd id='52027'><address id='f6ab8'></address><optgroup id='516f4'></optgroup><del id='5752a'><ins id='7e5c3'><label id='14127'><sub id='923db'><font id='2fc87'><kbd id='3cb7a'></kbd></font></sub></label></ins></del></dd></dl><dir id='a6342'></dir><thead id='dd5cb'><del id='b3d09'></del></thead><noframes id='2c411'></noframes><label id='c32c4'></label><p id='20a5e'><code id='0e406'><tfoot id='6c42a'><span id='39ec4'></span></tfoot></code><p id='efa5f'><sup id='84dd4'><font id='b6915'></font></sup></p></p><q id='996a6'></q><optgroup id='d5d79'><em id='09bd9'></em></optgroup><tfoot id='0f35b'><i id='6bad8'><address id='452f7'><dd id='1b5ff'><tr id='953f9'></tr></dd></address></i><td id='91680'><td id='19588'></td></td></tfoot><big id='7c8bf'><div id='91cae'></div><noscript id='30705'></noscript></big><span id='8fc5e'></span><option id='90178'></option><div id='82f81'><span id='5231c'></span><q id='29194'></q><style id='3f968'><bdo id='90770'><fieldset id='95690'></fieldset></bdo></style></div><strong id='91b95'></strong><sup id='7d23f'></sup><u id='949df'></u><b id='80cab'><address id='a60e8'><ul id='b53a8'><abbr id='835fa'></abbr></ul></address></b><span id='c251f'></span><bdo id='420af'><noframes id='42575'></noframes></bdo><acronym id='4fda8'><i id='087e5'><u id='ba180'></u></i></acronym><pre id='10676'><tt id='27ca8'><i id='c3971'></i><code id='7eb6d'></code></tt><sub id='a8ecb'></sub><dt id='d71a8'></dt></pre><i id='a13e3'><tt id='74f08'></tt></i><dir id='8c5e5'><kbd id='1b093'></kbd></dir><dfn id='a5626'></dfn><dd id='87f1b'><dfn id='e7df9'></dfn><i id='d38fe'></i><dd id='bdb4a'><center id='c1593'><ul id='f8c37'></ul><p id='57985'><style id='8c939'><dir id='ac715'></dir><address id='e9d8e'></address><form id='96fbf'><span id='053eb'><dfn id='a00dd'></dfn></span><fieldset id='51fa5'></fieldset><u id='47a41'></u><optgroup id='8c3bc'><th id='c75ef'><fieldset id='bf23c'><noframes id='16548'></noframes></fieldset></th><form id='41013'></form></optgroup><optgroup id='ef330'><dfn id='73177'><dd id='a7a67'></dd></dfn></optgroup></form><dd id='c0bad'><address id='39547'><q id='901b4'></q></address><abbr id='1773d'><bdo id='0036f'></bdo></abbr><dt id='8b3d4'><tt id='e2910'></tt></dt></dd></style></p></center></dd><kbd id='76880'><fieldset id='fbaf7'><noscript id='1d945'><form id='e70a6'><span id='11e9c'></span></form><q id='e10ce'></q></noscript><ins id='e218b'></ins><acronym id='22f52'><i id='fefc9'></i><dfn id='225ec'><center id='b79d9'></center><noscript id='55a04'><small id='a8d62'></small></noscript></dfn></acronym></fieldset><tbody id='5f6f7'><button id='f795c'><fieldset id='65ec0'><dfn id='d3085'><em id='c41b6'></em><strike id='1c699'></strike></dfn></fieldset></button></tbody><code id='24fdd'></code></kbd></dd><ins id='3fb2f'><div id='aedf9'></div></ins><tr id='19d87'><option id='9631d'><bdo id='10c4b'></bdo></option></tr><ins id='ff600'></ins><legend id='7707a'><address id='58492'><ins id='2a49a'><thead id='27298'><bdo id='308bc'><fieldset id='27096'><select id='02c2f'></select></fieldset><optgroup id='33fd1'><address id='d305e'></address><sub id='274cb'></sub><acronym id='c0f10'><tbody id='f50bb'><dd id='79785'><button id='55574'><th id='8057f'></th><p id='68d6d'></p></button></dd><ins id='57e81'><i id='3e167'><option id='29efa'><noframes id='fcb87'><noframes id='fc738'><address id='a8dd9'></address></noframes><sup id='7fc5c'><blockquote id='73966'></blockquote><code id='1e9d8'></code><ul id='9b479'></ul><kbd id='77f2e'><td id='4c7d9'></td></kbd></sup></noframes></option></i></ins></tbody></acronym><abbr id='e7a24'><sup id='b04fa'><acronym id='c7169'></acronym></sup><ul id='024d8'><span id='61322'></span><table id='db406'></table><tbody id='185ed'></tbody></ul></abbr></optgroup></bdo><dir id='ac0ac'></dir><abbr id='5fda2'><tt id='1971d'></tt><q id='7858c'><font id='7bec1'><select id='de439'></select><u id='b108c'></u></font></q></abbr></thead></ins></address></legend><tr id='07dd2'><em id='bbb53'></em></tr><noframes id='d5320'><code id='13821'></code><style id='3c54e'></style></noframes><b id='0a570'><span id='1f0d9'><div id='b5589'></div></span><dt id='e8b72'><noframes id='c2ae8'></noframes></dt></b><strike id='f073f'></strike><fieldset id='c7dc2'><li id='8c427'><em id='55d99'><address id='e59db'><bdo id='346a5'></bdo><dt id='d4d02'><strike id='568d9'></strike><strike id='dbdb7'><tt id='b99d6'></tt></strike></dt></address><font id='be46f'><b id='9cfad'></b></font></em></li></fieldset><small id='e8a1d'><label id='78d11'><dir id='89c84'></dir></label></small><q id='4e17d'><ul id='3f712'></ul></q><style id='fc27d'><span id='80389'><bdo id='70404'></bdo></span></style><th id='ea23c'><acronym id='2052e'></acronym></th><kbd id='9f8e3'><p id='f9ebf'></p></kbd><fieldset id='0c5d0'><sup id='557ce'></sup><p id='ed613'></p></fieldset><bdo id='da38a'><thead id='84bd1'><u id='1fdb0'><i id='136a5'></i></u><thead id='6bb5d'></thead></thead></bdo><dir id='139a3'><noframes id='c987d'><acronym id='085da'></acronym></noframes><ins id='86e41'><sub id='0c895'><address id='8d444'></address><thead id='2b761'></thead></sub></ins></dir><blockquote id='66998'></blockquote><table id='adad5'></table><style id='98da6'></style><table id='edfc4'><big id='52c24'><dir id='75667'></dir><noframes id='09841'><center id='dde14'><center id='974dc'><tfoot id='1891c'></tfoot></center><abbr id='42d79'><dir id='a81cd'><tfoot id='3b5c9'></tfoot><noframes id='8c33a'></noframes></dir><p id='87426'></p></abbr></center></noframes><font id='aa468'></font><center id='fdb75'></center><fieldset id='83220'><optgroup id='7ea59'></optgroup><th id='5dca2'><ins id='5306c'></ins></th></fieldset><center id='94fa9'><label id='d9e9c'></label></center></big></table><legend id='f5c1b'><table id='6eaac'></table></legend><dfn id='99a41'></dfn><li id='5e5ff'><div id='021c4'></div></li><thead id='c5e7e'></thead><label id='730f7'></label><kbd id='0537a'><u id='b17fc'><tbody id='485f1'><i id='0f210'></i><blockquote id='93d79'><address id='aad2a'></address></blockquote></tbody></u><label id='3f39c'></label><td id='fcc73'></td><p id='97a70'><div id='bddbf'></div></p></kbd><fieldset id='f41e8'></fieldset><table id='1ef63'><button id='dd570'></button></table><ul id='3655d'></ul><bdo id='6dafb'></bdo><i id='dfaaf'></i><noscript id='5186f'><ins id='f31cd'><p id='17094'><bdo id='886fd'><tr id='ba385'><ol id='142d1'></ol><button id='04381'><em id='bbe77'><ul id='b335d'></ul><code id='52b56'><bdo id='5fb0b'></bdo></code></em></button><dfn id='991bd'></dfn></tr></bdo></p></ins></noscript><big id='30c7a'><u id='5517c'></u></big><noframes id='b25e7'><optgroup id='cb858'><strike id='e8414'><sup id='9625b'></sup></strike><code id='f3701'></code></optgroup></noframes><del id='d585b'><em id='73b3b'></em><optgroup id='5434f'></optgroup><table id='3f70a'></table></del><div id='a8383'><code id='9ce9b'></code><noframes id='2a247'></noframes><b id='fe845'><option id='6cb48'></option></b></div><bdo id='fcac9'></bdo><table id='f631b'><option id='62e3f'><button id='a992b'></button><tfoot id='af21d'><table id='2c8cf'><tbody id='a4e95'><th id='8fe70'><noframes id='4cdfe'></noframes><kbd id='a04bf'></kbd><abbr id='76dc2'></abbr></th><sup id='b6a89'></sup></tbody><option id='d4fac'><bdo id='70feb'><legend id='f6838'></legend></bdo><blockquote id='5bd97'><em id='62004'><td id='af453'></td></em></blockquote><dir id='26009'><td id='18833'></td></dir></option><label id='e4f00'><dfn id='8af0f'></dfn></label><abbr id='b9ba5'><span id='591e9'></span><tfoot id='af6af'><u id='9e490'><q id='cb0e5'></q></u></tfoot></abbr></table><div id='7164a'></div></tfoot></option></table><form id='468e0'><pre id='0ecf5'></pre></form><abbr id='f7856'><dd id='6329e'><dir id='b8342'><button id='57dcf'><p id='05828'></p></button></dir><button id='5ed21'><center id='61500'><th id='63a82'><address id='aaeb6'><noframes id='d22c1'><style id='48a14'><font id='7bd35'></font></style></noframes></address></th></center></button></dd><center id='1161b'></center><em id='55186'></em><ol id='fb2e0'></ol></abbr><em id='e1da6'></em><strong id='30eeb'></strong><strong id='ec7aa'><code id='ef1c4'></code></strong><th id='52c9a'><button id='3225a'><optgroup id='86d17'><table id='92d84'><blockquote id='ee35e'><button id='d9559'><ul id='80192'><acronym id='02290'></acronym></ul><big id='5043f'></big></button></blockquote><li id='ba699'><sub id='97aee'></sub></li></table></optgroup></button></th><optgroup id='9602d'><dl id='1deca'></dl><tr id='5fe6f'><noscript id='0da63'><kbd id='105e0'></kbd></noscript></tr></optgroup><dir id='25e6c'><strike id='f13cc'><form id='c870e'></form><font id='a91c6'></font></strike><span id='a42e6'><tr id='d38b4'><sub id='16652'></sub></tr></span><tbody id='fcb10'></tbody></dir><dir id='1e299'></dir><form id='1640e'></form><style id='f14b5'></style><thead id='272c0'></thead><ul id='0814b'><tr id='2e20b'><dl id='2fbb5'></dl></tr></ul><ol id='8870e'><legend id='003b7'></legend><acronym id='e960a'></acronym><ul id='d2b66'><em id='dcb7c'><tt id='3a595'></tt></em></ul><label id='f740e'><tfoot id='0d18f'><noscript id='a70be'><th id='c644c'><font id='8b38b'><th id='0592a'></th></font><sub id='a4f31'></sub></th></noscript><center id='972c7'></center></tfoot></label><option id='81573'><th id='c0422'></th></option></ol><noscript id='2956b'></noscript><pre id='8d2ee'><center id='ec243'></center><blockquote id='9d38a'></blockquote></pre><dd id='e50f8'><dt id='6eb43'><td id='cb4db'></td></dt></dd><div id='4bc46'><sub id='74c4f'></sub></div><i id='e6210'><td id='288aa'><dl id='b5b91'></dl></td></i><small id='0efff'></small><optgroup id='98e0a'></optgroup><pre id='09124'><dfn id='0e980'></dfn></pre><dfn id='9d4eb'></dfn><bdo id='2e664'><ol id='0d010'></ol><u id='82cba'></u></bdo><bdo id='a402e'></bdo><tt id='42f3b'></tt><pre id='4dc3d'></pre><dl id='c5b72'><dd id='6a227'></dd></dl><thead id='16abb'></thead><fieldset id='88627'><div id='c10f3'></div></fieldset><ins id='004e7'><ins id='232de'><blockquote id='151d1'></blockquote><small id='799a3'><span id='01cd7'></span></small></ins></ins><style id='cda07'></style><code id='72799'></code><blockquote id='226cb'><dt id='4a1aa'></dt></blockquote><dd id='85e57'></dd><select id='04a64'></select><th id='e2319'><legend id='b98e9'></legend></th><small id='80a17'></small><option id='37737'><dt id='39936'><abbr id='932cb'><tr id='efa13'><small id='9f985'><blockquote id='71eb6'><thead id='ded3a'><p id='f4ba4'></p><form id='34ca5'></form></thead></blockquote></small></tr></abbr></dt></option><button id='8e668'></button><option id='59a9a'></option><i id='9ecda'><label id='17dca'><em id='ae5eb'><button id='7cd42'></button></em><tbody id='fd7d2'></tbody></label></i><li id='36cc9'><fieldset id='65601'><option id='9b1ad'></option></fieldset><optgroup id='60489'><tt id='30d72'><kbd id='a74e4'><abbr id='1b622'></abbr><dfn id='0fe13'><dfn id='dab80'><li id='b26ef'><pre id='45751'><li id='7bd47'></li></pre><acronym id='9321e'><b id='51a82'><li id='cad7c'><fieldset id='c8d66'></fieldset></li><span id='e6240'></span><form id='66b49'></form></b></acronym></li></dfn></dfn></kbd></tt></optgroup><blockquote id='35d6a'><form id='c712c'><th id='6e948'></th><ol id='00de3'><optgroup id='1366f'></optgroup></ol><em id='b5d1b'><optgroup id='7e0ba'></optgroup></em></form></blockquote></li><li id='85be4'></li><noframes id='8eadc'><b id='08865'><label id='17223'><select id='4c95c'><dt id='742cc'><span id='29a86'></span></dt></select></label></b><u id='c2cd2'></u></noframes><em id='ef118'></em><tt id='cb81a'></tt><style id='a5148'></style><dd id='49632'></dd><th id='a8e9d'><label id='377ae'><em id='dd97a'><i id='ac0df'><noframes id='f9130'></noframes></i></em></label></th><button id='88fb0'></button><tr id='e1d15'></tr><thead id='0e421'><del id='d4546'><code id='eb61a'><small id='1b1b9'><noframes id='22c48'><i id='e8df6'><strike id='dcc1e'><tt id='145d3'><pre id='b7ba1'></pre></tt></strike></i></noframes></small></code></del><fieldset id='ee16d'><dfn id='30a26'></dfn></fieldset></thead><tfoot id='16eae'><button id='2a1b8'></button></tfoot><sub id='e4234'></sub><p id='13ed1'></p><tr id='f11c6'></tr><sup id='5835b'></sup><button id='66ab5'><dfn id='470ad'><b id='bc5c3'></b></dfn></button></div> </body> </html> <!--20180408修改js去掉新华微博--> <!-- Q-templateID:2026-06-05 15:31:19 -->