_error.html 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700
  1. <html>
  2. <head>
  3. <title>剑鱼标讯----网页错误</title>
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1" />
  5. <meta name="renderer" content="webkit">
  6. <script src="/js/jquery.js"></script>
  7. <meta content="telephone=no" name="format-detection"/>
  8. <meta charset="utf-8">
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1" />
  10. <meta name="renderer" content="webkit">
  11. <meta name="baidu-site-verification" content="cSFG2PMaYX" />
  12. <meta name="applicable-device" content="pc,mobile" />
  13. <link href="/css/bootstrap.min.css" rel="stylesheet">
  14. <link href="/css/bootswatch.min.css" rel="stylesheet">
  15. <link href="/css/font.css" rel="stylesheet">
  16. <link href="/css/jy.css" rel="stylesheet">
  17. <link href="/css/common.css" rel="stylesheet">
  18. <link rel="stylesheet" href="/css/unicorn.main.css" />
  19. <link rel="stylesheet" href="/css/unicorn.grey.css" />
  20. <script src="/js/jquery.js"></script>
  21. <script src="/js/jquery.cookie.js"></script>
  22. <script src="/js/bootstrap.min.js"></script>
  23. <script src="/js/common.js"></script>
  24. <script src="/js/jyWebScoket.js"></script>
  25. <script src="/js/login.js"></script>
  26. <link href="/css/pc.css" rel="stylesheet">
  27. <link rel="stylesheet" type="text/css" href="/pccss/public-nav-1200.css" />
  28. <style>
  29. .public-nav{
  30. border-bottom: 1px solid #e0e0e0 !important;
  31. }
  32. .fr{
  33. float:right;
  34. }
  35. .logo img{
  36. width:74px;
  37. }
  38. .indexpage-content{
  39. padding-top:76px;
  40. }
  41. .error-body{
  42. width:100%;
  43. margin:0;
  44. padding:0;
  45. text-align:center;
  46. padding-top: 76px;
  47. }
  48. .back{
  49. text-decoration:none;
  50. cursor:pointer;
  51. display: inline-block;
  52. border: 1px solid #24C0D7;
  53. background-color: #24C0D7;
  54. color: #fff;
  55. border-radius: 3px;
  56. padding: 4px 32px;
  57. margin-top:20px;
  58. }
  59. .error-text{
  60. margin-top:40px;
  61. margin-left: auto;
  62. margin-right: auto;
  63. width: 325px;
  64. }
  65. .error-back{
  66. margin-bottom:100px;
  67. margin-left: auto;
  68. margin-right: auto;
  69. width: 100px;
  70. }
  71. .error-img{
  72. margin-left: auto;
  73. margin-right: auto;
  74. width: 300px;
  75. }
  76. .error-img img{
  77. width:200px;
  78. margin-top:90px;
  79. }
  80. /*j-wx-code Start*/
  81. .j-wx-code{
  82. width: 335px;
  83. height: 355px;
  84. background-color: #fff;
  85. -webkit-border-radius: 6px;
  86. -moz-border-radius: 6px;
  87. border-radius: 6px;
  88. position: relative;
  89. /*margin: 100px auto;*/
  90. }
  91. .j-wx-code>.code-close{
  92. width: 40px;
  93. height: 40px;
  94. position: absolute;
  95. right: -20px;
  96. top: -20px;
  97. cursor: pointer;
  98. -webkit-transition: all 1s;
  99. -o-transition: all 1s;
  100. -moz-transition: all 1s;
  101. transition: all 1s;
  102. }
  103. .j-wx-code>.code-close:hover{
  104. -webkit-transform: scale(1.2);
  105. -moz-transform: scale(1.2);
  106. -ms-transform: scale(1.2);
  107. -o-transform: scale(1.2);
  108. transform: scale(1.2);
  109. }
  110. .j-wx-code>.code-title{
  111. height: 82px;
  112. background:url(/images/j-wx-code-title.png) center center no-repeat;
  113. -webkit-animation: moveYun 15s infinite linear both;
  114. -moz-animation: moveYun 15s infinite linear both;
  115. -o-animation: moveYun 15s infinite linear both;
  116. animation: moveYun 15s infinite linear both;
  117. }
  118. .j-wx-code>.code-wxm{
  119. text-align: center;
  120. margin-bottom: -6px;
  121. margin-top: -16px;
  122. }
  123. .j-wx-code>.code-wxm>img{
  124. width: 200px;
  125. height: 200px;
  126. margin-top: -5px;
  127. }
  128. .j-wx-code>.code-text{
  129. text-align: center;
  130. }
  131. .j-wx-code>.code-bottom{
  132. width: 470px;
  133. height: 211px;
  134. position: absolute;
  135. bottom: -113px;
  136. left: -73px;
  137. background: url(/images/j-wx-code-bottom.png) 0 0 no-repeat;
  138. }
  139. .j-wx-code>.code-bottom>img{
  140. position: absolute;
  141. left: 280px;
  142. top: 88px;
  143. -webkit-animation: codeWxMove 10s linear both;
  144. -moz-animation: codeWxMove 10s linear both;
  145. -o-animation: codeWxMove 10s linear both;
  146. animation: codeWxMove 10s linear both;
  147. -webkit-animation-fill-mode:forwards;
  148. -moz-animation-fill-mode:forwards;
  149. -o-animation-fill-mode:forwards;
  150. animation-fill-mode:forwards
  151. }
  152. </style>
  153. <script>
  154. var s="%d,%s,%d,%s,%s,%s";
  155. $(function(){
  156. $(".logo img").attr("src","/images/swordfish/sf_01_new.png");
  157. $("#bidLogin").on("show.bs.modal", function () {
  158. $(".public-nav").css({"padding-right":"17px"});
  159. })
  160. $("#bidLogin").on("hidden.bs.modal", function () {
  161. $(".public-nav").css({"padding-right":""});
  162. })
  163. var wid = window.screen.width;
  164. if (wid < 720){
  165. window.location.href="/mob/err";
  166. return;
  167. }else{
  168. $(".pc").removeClass("hidden");
  169. }
  170. var $navLi = $(".public-nav .jynav li").not(".slider");
  171. $href = window.location.href;
  172. $navLi.hover(function () {
  173. var $slider = $(".public-nav .jynav .slider"),
  174. $thisWidth = $(this).width(),
  175. //当前宽度
  176. $thisIndex = $(this).index();
  177. $navLi.find("a").css({"color":"#252627"});
  178. $(this).find("a").css({
  179. "color": "#2cb7ca"
  180. });
  181. $slider.css({
  182. "width": $thisWidth + "px",
  183. left: $thisIndex * $thisWidth + $thisIndex * 20 + "px", //20是,margin偏移
  184. "background-color":"#2cb7ca"
  185. });
  186. });
  187. });
  188. //
  189. function selcetIndexNav(number) {
  190. var $navLi = $(".public-nav .jynav li").not(".slider");
  191. var $nav = $(".public-nav .jynav");
  192. seclectNavLi($navLi, number)
  193. $nav.mouseleave(function() {
  194. seclectNavLi($navLi, number)
  195. })
  196. }
  197. function seclectNavLi(el, $index) {
  198. var $slider = $(".public-nav .jynav .slider");
  199. /*获取当前这个元素的css*/
  200. var $thisCss = el.eq($index).width();
  201. el.find("a").css({"color":"#252627"});
  202. el.eq($index).find("a").css("color", "#2cb7ca");
  203. if(!$index) {
  204. $index = 0;
  205. } else {
  206. if($index < 0) {
  207. throw Error("dot pass -Number")
  208. }
  209. }
  210. $slider.css({
  211. "width": $thisCss + "px",
  212. left: $index * $thisCss + $index * 20 + "px",
  213. "background-color":""
  214. })
  215. }
  216. </script>
  217. </head>
  218. <body>
  219. <div class="pc hidden">
  220. <section class="public-nav">
  221. <div class="iner clearfix">
  222. <a class="logo" href="/"><img src="/images/pc/logo.png" /></a>
  223. <div class="fr">
  224. <ul class="jynav">
  225. <li>
  226. <a href="/">首页</a>
  227. </li>
  228. <li>
  229. <a href="/front/subscribe.html">招标订阅</a>
  230. </li>
  231. <li>
  232. <a href="/list/stype/NJ.html">拟建项目</a>
  233. </li>
  234. <li>
  235. <a href="/jylab/supsearch/index.html">招标搜索</a>
  236. </li>
  237. <li>
  238. <a href="javascript:" datahref="/front/dataExport/toSieve" id="dataExport">数据导出</a>
  239. </li>
  240. <li>
  241. <a target="_blank" href="https://open.jianyu360.com">开放平台</a>
  242. </li>
  243. <li class="slider"></li>
  244. </ul>
  245. <div class='useronline' id="login" style="float:left;"></div>
  246. </div>
  247. <div class="search" style="display:none;">
  248. <form method="post" action="/jylab/supsearch/index.html?publishtime=thisyear" id="zbSeatchIndex" style="position:relative;">
  249. <input class="ser" autocomplete="off" type="text" name="keywords" placeholder="请输入您要查询的招标信息 " id="" value="" />
  250. <input type="hidden" name="searchvalue">
  251. <input class="btn" type="button" onclick="zbSeatch('zbSeatchIndex')" />
  252. </form>
  253. </div>
  254. </div>
  255. </section>
  256. <!-- 模态框(Modal) -->
  257. <div class="modal fade deving j-modal-dialog" id="deving" tabindex="-1" role="dialog" aria-labelledby="deving" aria-hidden="true">
  258. <div class="modal-dialog">
  259. <div class="modal-content">
  260. <div class="modal-header">
  261. <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
  262. <h4 class="modal-title">剑鱼标讯</h4>
  263. </div>
  264. <div class="modal-body text-center">
  265. <span class="glyphicon qmx-icon-jingqingqidai2" style="font-size:60px;"></span>
  266. <br><br>
  267. 本栏目正在紧张开发中敬请期待!
  268. </div>
  269. </div><!-- /.modal-content -->
  270. </div><!-- /.modal -->
  271. </div>
  272. <div class="modal fade bidLogin" id="bidLogin" tabindex="-1" role="dialog" aria-labelledby="bidLogin" aria-hidden="true" >
  273. <div class="modal-dialog login-dig-box is-show" style="width:376px;">
  274. <div class="login-dig-icon-close" onclick="closeLoginDig()"></div>
  275. <img class="logo" src="/images/swordfish/sf_01_new.png" alt="logo" style="">
  276. <div class="login-dig-top-back-box" style="display: none;" onclick="openLoginDigForWx(false)">
  277. <i class="login-dig-icon-back"></i>
  278. <span>验证码/密码登录</span>
  279. </div>
  280. <div class="login-dig-tabbar-navbar" style="">
  281. <span name="code" class="is-active">验证码登录</span>
  282. <span name="pass" class="">密码登录</span>
  283. <div class="line-box"></div>
  284. </div>
  285. <div class="login-dig-tabbar-content is-active" data-name="code" style="">
  286. <div class="login-dig-input-box" data-error="手机号码输入错误">
  287. <i class="login-dig-icon-phone"></i>
  288. <input autocomplete="off" name="verify_phone" type="tel" placeholder="输入手机号码" maxlength="11">
  289. </div>
  290. <div class="login-dig-input-box" data-error="图形验证码输入错误">
  291. <i class="login-dig-icon-guard"></i>
  292. <input autocomplete="off" name="verify_code" type="text" placeholder="输入图形验证码" maxlength="4">
  293. <div class="after-input-box">
  294. <img data-name="verfiy-login" class="verify-img" src="/front/landpage/captcha" alt="verify">
  295. </div>
  296. </div>
  297. <div class="login-dig-input-box" data-error="短信验证码输入错误">
  298. <i class="login-dig-icon-guard"></i>
  299. <input autocomplete="off" name="verify_sms" type="text" placeholder="输入短信验证码" maxlength="6">
  300. <div class="after-input-box">
  301. <span data-name="verify_get_sms" class="l-get-sms is-stop">获取验证码</span>
  302. </div>
  303. </div>
  304. <button class="login-dig-submit-button" name="verify_submit" disabled="true">登录 / 注册</button>
  305. </div>
  306. <div class="login-dig-tabbar-content" data-name="pass">
  307. <div class="login-dig-input-box" data-error="手机号码输入错误">
  308. <i class="login-dig-icon-phone"></i>
  309. <input autocomplete="off" name="pass_phone" type="tel" placeholder="输入手机号码" maxlength="11">
  310. </div>
  311. <div class="login-dig-input-box" data-error="密码输入错误">
  312. <i class="login-dig-icon-pass"></i>
  313. <input autocomplete="off" name="pass_pass" type="password" placeholder="输入密码">
  314. </div>
  315. <button class="login-dig-submit-button" name="pass_submit" disabled="true">登录</button>
  316. <div class="right-box">
  317. <a class="forget-pass-link" href="/phone/forgetPwd">忘记密码?</a>
  318. </div>
  319. </div>
  320. <div class="login-dig-wx-qrcode-box" style="display: none;">
  321. <img class="wx-qrcode" id="layerImg-login" src="/front/share/10"/>
  322. <div class="wx-tip">
  323. <div class="wx-logo"><i class="login-dig-icon-wx"></i></div>
  324. <span>微信扫码登录</span>
  325. </div>
  326. </div>
  327. <div class="login-dig-footer-box">
  328. <div class="login-dig-text-split" style="">
  329. <i></i><span>使用微信扫码登录</span><i></i>
  330. </div>
  331. <div class="wx-logo-box" onclick="openLoginDigForWx(true)" style="">
  332. <div class="wx-logo"><i class="login-dig-icon-wx"></i></div>
  333. </div>
  334. <p>
  335. 未注册用户验证后自动注册,注册即代表同意
  336. <a href="/front/staticPage/permission_rules.html">《剑鱼标讯用户使用许可协议》</a>
  337. <a href="/front/staticPage/privacy_rules.html">《剑鱼标讯隐私政策》</a>
  338. </p>
  339. </div>
  340. </div>
  341. </div>
  342. <div class="modal fade bidcommunity j-modal-dialog" id="bidcommunity" tabindex="-1" role="dialog" aria-labelledby="bidcommunity" aria-hidden="true" >
  343. <div class="modal-dialog" style="width:400px;border:0px;" >
  344. <div class="j-wx-code">
  345. <img class="code-close" src="/images/j-wx-code-close.png" alt="" onclick="zbsqClose();"/>
  346. <div class="code-title"></div>
  347. <div class="code-wxm"><img id="layerImg-zbsq" src="/front/share/10"/></div>
  348. <div class="code-text">
  349. <span><img id="wxpng" src="/images/wx1.png"/>微信扫码关注</span>
  350. <br/>
  351. <span id="freetext">进入招标社区参与互动</span>
  352. </div>
  353. <div class="code-bottom2">
  354. <img style="margin-left:-73px; margin-top:-57px;" src="/images/j-wx-zbsq-move.png" alt=""/>
  355. </div>
  356. </div>
  357. </div>
  358. </div>
  359. <script type="text/javascript">
  360. $(function(){
  361. haslogin("11");
  362. $("#dataExport").click(function(){
  363. if(!loginflag){
  364. $("#bidLogin").modal("show");
  365. }else {
  366. window.location.href=$(this).attr("datahref");
  367. }
  368. })
  369. })
  370. var currentNavActive = null;
  371. $(".j-nav-link").hover(function(){
  372. currentNavActive = $(".j-nav-link.active");
  373. currentNavActive.removeClass("active");
  374. },function(){
  375. if(currentNavActive == null){
  376. return;
  377. }
  378. currentNavActive.addClass("active");
  379. });
  380. function zbsqClose(){
  381. $("#bidcommunity").modal("hide");
  382. }
  383. //隐藏弹窗
  384. $("body").click(function(event){
  385. //$(".QRLogin").hide();
  386. //获取鼠标点击目标
  387. var target = $(event.target);
  388. //点击目标为头像 弹出或关闭用户信息列表
  389. if(target.is('img[class*=imgShow]')){
  390. $(".infoList").toggle();
  391. $(".infoList").css({
  392. 'boxShadow': '0px 0px 10px rgba(0,0,0, .15)'
  393. });
  394. }else{
  395. //点击body隐藏
  396. $(".infoList").hide();
  397. }
  398. })
  399. $(function(){
  400. commonMouseEvent();
  401. })
  402. function commonMouseEvent(){
  403. $('.exitDiv,.myorderDiv').on('mouseover',function(){
  404. $(this).css({'backgroundColor':'#f4f4f7','color':'#2cb7ca'})
  405. })
  406. $('.infoList').on('mouseover',function(){
  407. //$(this).css({
  408. // 'boxShadow': '0px 0px 10px rgba(0,0,0, .15)'
  409. //});
  410. }).mouseout(function(){
  411. //$(this).css({
  412. // 'boxShadow': 'none'
  413. //});
  414. $('.exitDiv,.myorderDiv').css({
  415. 'backgroundColor':'#fff',
  416. 'color':'#1d1d1d'
  417. });
  418. })
  419. }
  420. function infoListCss(){
  421. var $useronline = $('.useronline');
  422. var $infoList = $('.infoList');
  423. $useronline.css('position','relative');
  424. $infoList.css({
  425. 'position':'absolute',
  426. 'left':'-99px',
  427. 'top':'42px',
  428. 'z-index':'999',
  429. 'cursor': 'pointer',
  430. 'height':'auto',
  431. 'width':'142px'
  432. })
  433. $('.one').css({
  434. 'display': 'inline-block',
  435. 'width': '0px',
  436. 'height': '0px',
  437. 'border': '1px solid #ccc',
  438. 'position': 'absolute',
  439. 'left': '109px',
  440. 'top': '-11px',
  441. 'border-width': '6px',
  442. 'border-color': 'transparent transparent #e0e0e0 transparent'
  443. })
  444. $('.two').css({
  445. 'display': 'inline-block',
  446. 'width': '0px',
  447. 'height': '0px',
  448. 'border': '1px solid #fff',
  449. 'position': 'absolute',
  450. 'left': '109px',
  451. 'top': '-10px',
  452. 'border-width': '6px',
  453. 'border-color': 'transparent transparent #fff transparent',
  454. 'z-index': '99'
  455. })
  456. }
  457. </script>
  458. <!-- content -->
  459. <div class="error-body">
  460. <div class="error-img">
  461. <img src="/images/wx/404.png">
  462. </div>
  463. <div class="error-text">很抱歉,您访问的页面不存在!<span onclick="window.location.href='/'" class="back">返回首页</span></div>
  464. <div class="error-back"></div>
  465. </div>
  466. <!-- bottom -->
  467. <div class="j-bottom">
  468. <div>
  469. <div class="jy_proandcify">
  470. <div class="jy_province">
  471. <div class="jy_protitle">各省浏览</div>
  472. <div>
  473. <ul>
  474. <li><span>A</span>
  475. <font><a href="/list/area/AH.html">安徽</a></font>
  476. </li>
  477. <li><span>B</span>
  478. <font><a href="/list/area/BJ.html">北京</a></font>
  479. </li>
  480. <li><span>C</span>
  481. <font><a href="/list/area/CQ.html">重庆</a></font>
  482. </li>
  483. <li><span>F</span>
  484. <font><a href="/list/area/FJ.html">福建</a></font>
  485. </li>
  486. <li><span>G</span>
  487. <font><a href="/list/area/GD.html">广东</a></font>
  488. <font><a href="/list/area/GX.html">广西</a></font>
  489. <font><a href="/list/area/GZ.html">贵州</a></font>
  490. <font><a href="/list/area/GS.html">甘肃</a></font>
  491. </li>
  492. <li><span>H</span>
  493. <font><a href="/list/area/HB.html">河北</a></font>
  494. <font><a href="/list/area/HBC.html">湖北</a></font>
  495. <font><a href="/list/area/HLJ.html">黑龙江</a></font>
  496. <font><a href="/list/area/HN.html">海南</a></font>
  497. <font><a href="/list/area/HNC.html">河南</a></font>
  498. <font><a href="/list/area/HNS.html">湖南</a></font>
  499. </li>
  500. <li><span>J</span>
  501. <font><a href="/list/area/JL.html">吉林</a></font>
  502. <font><a href="/list/area/JS.html">江苏</a></font>
  503. <font><a href="/list/area/JX.html">江西</a></font>
  504. </li>
  505. <li><span>L</span>
  506. <font><a href="/list/area/LN.html">辽宁</a></font>
  507. </li>
  508. <li><span>N</span>
  509. <font><a href="/list/area/NMG.html">内蒙古</a></font>
  510. <font><a href="/list/area/NX.html">宁夏</a></font>
  511. </li>
  512. <li><span>Q</span>
  513. <font><a href="/list/area/QH.html">青海</a></font>
  514. </li>
  515. <li><span>S</span>
  516. <font><a href="/list/area/SX.html">山西</a></font>
  517. <font><a href="/list/area/SXC.html">陕西</a></font>
  518. <font><a href="/list/area/SH.html">上海</a></font>
  519. <font><a href="/list/area/SD.html">山东</a></font>
  520. <font><a href="/list/area/SC.html">四川</a></font>
  521. </li>
  522. <li><span>T</span>
  523. <font><a href="/list/area/TJ.html">天津</a></font>
  524. </li>
  525. <li><span>X</span>
  526. <font><a href="/list/area/XJ.html">新疆</a></font>
  527. <font><a href="/list/area/XZ.html">西藏</a></font>
  528. </li>
  529. <li><span>Y</span>
  530. <font><a href="/list/area/YN.html">云南</a></font>
  531. </li>
  532. <li><span>Z</span>
  533. <font><a href="/list/area/ZJ.html">浙江</a></font>
  534. </li>
  535. </ul>
  536. </div>
  537. </div>
  538. <div class="jy_classify">
  539. <div class="jy_protitle">分类浏览</div>
  540. <div>
  541. <ul>
  542. <li><font data-value="拟建"><a href="/list/stype/NJ.html">拟建项目</a></font></li>
  543. <li><font data-value="预告"><a href="/list/stype/YG.html">招标预告</a></font></li>
  544. <li><font data-value="招标"><a href="/list/stype/ZB.html">公开招标</a></font></li>
  545. <li><font data-value="邀请"><a href="/list/stype/YB.html">邀请招标</a></font></li>
  546. <li><font data-value="询价"><a href="/list/stype/XJ.html">询价采购</a></font></li>
  547. <li><font data-value="竞谈"><a href="/list/stype/JT.html">竞争性谈判</a></font></li>
  548. <li><font data-value="单一"><a href="/list/stype/DY.html">单一来源</a></font></li>
  549. <li><font data-value="竞价"><a href="/list/stype/JJ.html">公开竞价</a></font></li>
  550. <li><font data-value="变更"><a href="/list/stype/BG.html">变更公告</a></font></li>
  551. <li><font data-value="中标"><a href="/list/stype/ZHB.html">中标公示</a></font></li>
  552. <li><font data-value="成交"><a href="/list/stype/CJ.html">成交公告</a></font></li>
  553. <li><font data-value="废标"><a href="/list/stype/FB.html">废标公告</a></font></li>
  554. <li><font data-value="流标"><a href="/list/stype/LB.html">流标公告</a></font></li>
  555. <li><font data-value="合同"><a href="/list/stype/HT.html">合同公告</a></font></li>
  556. <li><font data-value="验收"><a href="/list/stype/YS.html">验收公告</a></font></li>
  557. <li><font data-value="违规"><a href="/list/stype/WG.html">违规处理</a></font></li>
  558. <li><font data-value="其他"><a href="/list/stype/QT.html">其他信息</a></font></li>
  559. </ul>
  560. </div>
  561. </div>
  562. <div class="jy_renzheng">
  563. <div class="jy_otherlink"><a href="/" target="_bank">剑鱼标讯</a>|<a href="/front/subscribe.html">招标订阅</a>|<a href="/jylab/supsearch/index.html">招标搜索</a>|<a data-toggle="modal" data-target="#bidcommunity">招标社区</a>|<a href="/jyblog/index.html" target="_bank">剑鱼标讯博客</a>|<a href="/front/busicooperation.html" target="_bank">商务合作</a>|<a href="/front/advservices.html" target="_bank">广告服务</a>|<a href="/front/aboutus.html">关于我们</a>|<a href="http://www.qmx.top" target="_bank">企明星</a>|<a href="http://www.qmx.top/front/entCommunity.html" target="_bank">企业社区</a></div>
  564. <div style="color: #B9B9BB;" class="copyright" id="cpinfo">©2015-2021 jianyu360.com 版权所有 | <a style="color: inherit; font-size: inherit;" href="https://beian.miit.gov.cn/" target="_blank">京ICP备14030217号-3</a></div>
  565. </div>
  566. </div>
  567. <div style="position:relative" class="jy_imgright">
  568. <div class="jy_QRtext">一键订阅关键词<br>招标信息自动推送</div>
  569. <img id=bc_bottoming src="/images/yj-background.png"/>
  570. <img style="position:absolute;left:39px;margin-top:6px;width:123px;" id="bottomimg" src="/wxswordfish/images/QRcode.png"/>
  571. </div>
  572. </div>
  573. <div class="hidden">
  574. <div class="j-bottom-t">
  575. <form method="post" action="/swordfish/searchinfolist.html" id="zbSeatchB">
  576. <span class="j-inputgroup">
  577. <input type="text" name="keywords" placeholder="请输入您要查询的招标信息">
  578. <img src="/images/pc_20.png" class="j-clearicon" id="b-clear">
  579. </span>
  580. <input type="hidden" name="searchvalue">
  581. <span class="j-searchbtn" onclick="zbSeatch('zbSeatchB')">
  582. <img src="/images/pc_10.png">
  583. </span>
  584. </form>
  585. <div class="jy_otherlink"><a href="/" target="_bank">剑鱼标讯</a>|<a href="/front/subscribe.html">招标订阅</a>|<a href="/jylab/supsearch/index.html">招标搜索</a>|<a data-toggle="modal" data-target="#bidcommunity">招标社区</a>|<a href="/jyblog/index.html" target="_bank">剑鱼标讯博客</a>|<a href="/front/busicooperation.html" target="_bank">商务合作</a>|<a href="/front/advservices.html" target="_bank">广告服务</a>|<a href="/front/aboutus.html">关于我们</a>|<a href="http://www.qmx.top" target="_bank">企明星</a>|<a href="http://www.qmx.top/front/entCommunity.html" target="_bank">企业社区</a></div>
  586. <div class="copyright">©2015-2021 jianyu360.com 版权所有 | <a style="color: inherit; font-size: inherit;" href="https://beian.miit.gov.cn/" target="_blank">京ICP备14030217号-3</a></div>
  587. </div>
  588. <div class="j-bottom-b">
  589. <img src="/front/share/RV8=" alt="剑鱼标讯微信公众号"><br>
  590. <font>微信扫一扫关注</font><br>
  591. <font>或搜索公众号“剑鱼标讯”</font>
  592. </div>
  593. </div>
  594. </div>
  595. <img src="/images/pc_6.png" class="backTop" id="backTop">
  596. <script type="text/javascript">
  597. // ajax部分匿名函数自执行,防止泄露全局变量
  598. $(function(){
  599. // 动态设置copyright
  600. function setCopyRightForBottom (url) {
  601. var host = url || location.host
  602. var nowCopyRightInfo = {
  603. rule: '',
  604. icp: ''
  605. }
  606. var copyRightMap = [
  607. {
  608. rule: 'jianyu360.com',
  609. icp: '京ICP备14030217号-3'
  610. },
  611. {
  612. rule: 'jianyu360.cn',
  613. icp: '京ICP备2021020018号-1'
  614. },
  615. {
  616. rule: 'jianyubiaoxun.com',
  617. icp: '京ICP备14030217号-8'
  618. }
  619. ]
  620. copyRightMap.forEach(function (v) {
  621. if (host.indexOf(v.rule) !== -1) {
  622. nowCopyRightInfo = v
  623. }
  624. })
  625. var copyright = '©2015-' + new Date().getFullYear() + ' ' +nowCopyRightInfo.rule+ ' 版权所有 | ' + '<a style="color: inherit; font-size: inherit;" href="https://beian.miit.gov.cn/" target="_blank">' + nowCopyRightInfo.icp + '</a>'
  626. $('.copyright').html(copyright)
  627. }
  628. setCopyRightForBottom()
  629. $(".j-bottom .jy_province font").click(function(){
  630. var scope = $(this).text();
  631. areasearch(scope);
  632. })
  633. $(".j-bottom .jy_classify font").click(function(){
  634. var stype = $(this).attr("data-value");
  635. stypesearch(stype);
  636. })
  637. })
  638. //
  639. function areasearch(scope){
  640. $("#bottomform").remove();
  641. $(".j-bottom").append('<form id="bottomform" action="/swordfish/searchinfolist.html" method="post" class="hide" ><input type="hidden" name="area" value="'+scope+'"></form>');
  642. $("#bottomform").submit();
  643. }
  644. //
  645. function stypesearch(stype){
  646. $("#bottomform").remove();
  647. $(".j-bottom").append('<form id="bottomform" action="/swordfish/searchinfolist.html" method="post" class="hide" ><input type="hidden" name="subtype" value="'+stype+'"></form>');
  648. $("#bottomform").submit();
  649. }
  650. //
  651. function zbSeatch(id){
  652. var keywords = $("#"+id+" [name='keywords']").val();
  653. keywords = keywords.replace(/^\s+|\s+$/g,"").replace(/\s+/g,"+");
  654. $("#"+id+" [name='searchvalue']").val(keywords);
  655. $("#"+id).submit();
  656. }
  657. var backTopRight = (document.body.clientWidth - 17 - 1200) / 2 - 44;
  658. if(backTopRight > 0){
  659. $("#backTop").css({right: backTopRight});
  660. }
  661. $("#backTop").click(function(){
  662. $(window).scrollTop(0);
  663. });
  664. $("#zbSeatchB [name='keywords']").on("input propertychange",function(){
  665. if($(this).val().length > 0){
  666. $("#b-clear").show();
  667. }else{
  668. $("#b-clear").hide();
  669. }
  670. });
  671. $("#b-clear").click(function(){
  672. $("#b-clear").hide();
  673. $("#zbSeatchB [name='keywords']").val("").focus();
  674. });
  675. $(window).scroll(backTopAdjust);
  676. function backTopAdjust(){
  677. var cHeight = document.body.clientHeight;
  678. var bottomHeight = $(".j-bottom").outerHeight();
  679. var bodyHeight = $(window).height();
  680. var scrollTop = $(this).scrollTop();
  681. if(bodyHeight - scrollTop - cHeight <= bottomHeight){
  682. $("#backTop").addClass("backTop-a");
  683. }else if(bodyHeight - scrollTop - cHeight > bottomHeight){
  684. $("#backTop").removeClass("backTop-a");
  685. }
  686. }
  687. </script>
  688. </div>
  689. </body>
  690. </html>