|
@@ -0,0 +1,635 @@
|
|
|
|
+<html>
|
|
|
|
+<head>
|
|
|
|
+<title>剑鱼----网页错误</title>
|
|
|
|
+<meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1" />
|
|
|
|
+<meta name="renderer" content="webkit">
|
|
|
|
+<script src="/js/jquery.js"></script>
|
|
|
|
+<meta content="telephone=no" name="format-detection"/>
|
|
|
|
+<meta charset="utf-8">
|
|
|
|
+<meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1" />
|
|
|
|
+<meta name="renderer" content="webkit">
|
|
|
|
+<meta name="baidu-site-verification" content="cSFG2PMaYX" />
|
|
|
|
+<meta name="applicable-device" content="pc,mobile" />
|
|
|
|
+<link href="/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
+<link href="/css/bootswatch.min.css" rel="stylesheet">
|
|
|
|
+<link href="/css/font.css" rel="stylesheet">
|
|
|
|
+<link href="/css/jy.css" rel="stylesheet">
|
|
|
|
+<link href="/css/common.css" rel="stylesheet">
|
|
|
|
+<link rel="stylesheet" href="/css/unicorn.main.css" />
|
|
|
|
+<link rel="stylesheet" href="/css/unicorn.grey.css" />
|
|
|
|
+<script src="/js/jquery.js"></script>
|
|
|
|
+<script src="/js/jquery.cookie.js"></script>
|
|
|
|
+<script src="/js/bootstrap.min.js"></script>
|
|
|
|
+<script src="/js/common.js"></script>
|
|
|
|
+<script src="/js/login.js"></script>
|
|
|
|
+<link href="/css/pc.css" rel="stylesheet">
|
|
|
|
+<style>
|
|
|
|
+.error-body{
|
|
|
|
+ width:100%;
|
|
|
|
+ margin:0;
|
|
|
|
+ padding:0;
|
|
|
|
+ text-align:center;
|
|
|
|
+}
|
|
|
|
+.back{
|
|
|
|
+ text-decoration:none;
|
|
|
|
+ cursor:pointer;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ border: 1px solid #24C0D7;
|
|
|
|
+ background-color: #24C0D7;
|
|
|
|
+ color: #fff;
|
|
|
|
+ border-radius: 3px;
|
|
|
|
+ padding: 4px 32px;
|
|
|
|
+ margin-top:20px;
|
|
|
|
+}
|
|
|
|
+.error-text{
|
|
|
|
+ margin-top:40px;
|
|
|
|
+ margin-left: auto;
|
|
|
|
+ margin-right: auto;
|
|
|
|
+ width: 325px;
|
|
|
|
+}
|
|
|
|
+.error-back{
|
|
|
|
+ margin-bottom:100px;
|
|
|
|
+ margin-left: auto;
|
|
|
|
+ margin-right: auto;
|
|
|
|
+ width: 100px;
|
|
|
|
+}
|
|
|
|
+.error-img{
|
|
|
|
+ margin-left: auto;
|
|
|
|
+ margin-right: auto;
|
|
|
|
+ width: 300px;
|
|
|
|
+}
|
|
|
|
+.error-img img{
|
|
|
|
+ width:200px;
|
|
|
|
+ margin-top:90px;
|
|
|
|
+}
|
|
|
|
+/*j-wx-code Start*/
|
|
|
|
+.j-wx-code{
|
|
|
|
+ width: 335px;
|
|
|
|
+ height: 355px;
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ -webkit-border-radius: 6px;
|
|
|
|
+ -moz-border-radius: 6px;
|
|
|
|
+ border-radius: 6px;
|
|
|
|
+ position: relative;
|
|
|
|
+ /*margin: 100px auto;*/
|
|
|
|
+}
|
|
|
|
+.j-wx-code>.code-close{
|
|
|
|
+ width: 40px;
|
|
|
|
+ height: 40px;
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: -20px;
|
|
|
|
+ top: -20px;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ -webkit-transition: all 1s;
|
|
|
|
+ -o-transition: all 1s;
|
|
|
|
+ -moz-transition: all 1s;
|
|
|
|
+ transition: all 1s;
|
|
|
|
+}
|
|
|
|
+.j-wx-code>.code-close:hover{
|
|
|
|
+ -webkit-transform: scale(1.2);
|
|
|
|
+ -moz-transform: scale(1.2);
|
|
|
|
+ -ms-transform: scale(1.2);
|
|
|
|
+ -o-transform: scale(1.2);
|
|
|
|
+ transform: scale(1.2);
|
|
|
|
+}
|
|
|
|
+.j-wx-code>.code-title{
|
|
|
|
+ height: 82px;
|
|
|
|
+ background:url(/images/j-wx-code-title.png) center center no-repeat;
|
|
|
|
+ -webkit-animation: moveYun 15s infinite linear both;
|
|
|
|
+ -moz-animation: moveYun 15s infinite linear both;
|
|
|
|
+ -o-animation: moveYun 15s infinite linear both;
|
|
|
|
+ animation: moveYun 15s infinite linear both;
|
|
|
|
+}
|
|
|
|
+.j-wx-code>.code-wxm{
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-bottom: -6px;
|
|
|
|
+ margin-top: -16px;
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+.j-wx-code>.code-wxm>img{
|
|
|
|
+ width: 200px;
|
|
|
|
+ height: 200px;
|
|
|
|
+ margin-top: -5px;
|
|
|
|
+}
|
|
|
|
+.j-wx-code>.code-text{
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+.j-wx-code>.code-bottom{
|
|
|
|
+ width: 470px;
|
|
|
|
+ height: 211px;
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: -113px;
|
|
|
|
+ left: -73px;
|
|
|
|
+ background: url(/images/j-wx-code-bottom.png) 0 0 no-repeat;
|
|
|
|
+}
|
|
|
|
+.j-wx-code>.code-bottom>img{
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 280px;
|
|
|
|
+ top: 88px;
|
|
|
|
+ -webkit-animation: codeWxMove 10s linear both;
|
|
|
|
+ -moz-animation: codeWxMove 10s linear both;
|
|
|
|
+ -o-animation: codeWxMove 10s linear both;
|
|
|
|
+ animation: codeWxMove 10s linear both;
|
|
|
|
+ -webkit-animation-fill-mode:forwards;
|
|
|
|
+ -moz-animation-fill-mode:forwards;
|
|
|
|
+ -o-animation-fill-mode:forwards;
|
|
|
|
+ animation-fill-mode:forwards
|
|
|
|
+}
|
|
|
|
+</style>
|
|
|
|
+<script>
|
|
|
|
+var s="%d,%s,%d,%s,%s,%s";
|
|
|
|
+$(function(){
|
|
|
|
+ var wid = window.screen.width;
|
|
|
|
+ if (wid < 720){
|
|
|
|
+ window.location.href="/mob/err";
|
|
|
|
+ return;
|
|
|
|
+ }else{
|
|
|
|
+ $(".pc").removeClass("hidden");
|
|
|
|
+ }
|
|
|
|
+})
|
|
|
|
+</script>
|
|
|
|
+</head>
|
|
|
|
+<body>
|
|
|
|
+<div class="pc hidden">
|
|
|
|
+ <div class="j-head">
|
|
|
|
+ <div class="j-nav">
|
|
|
|
+ <ul>
|
|
|
|
+ <li class="j-nav-logo" onclick="window.location.href='/'" style="width:120px;"><a><img src="/images/swordfish/sf_01.png"></a></li>
|
|
|
|
+ <li class="navigation">
|
|
|
|
+ <form method="post" action="/swordfish/searchinfolist.html" id="zbSeatchIndex">
|
|
|
|
+ <span style="position:relative" class="j-inputgroup">
|
|
|
|
+ <input style="width:350px; height:40px; border-radius:22px;" type="text" name="keywords" placeholder="请输入您要查询的招标信息" />
|
|
|
|
+ <!-- <img src="/images/pc_20.png" class="j-clearicon" id="t-clear">-->
|
|
|
|
+ <img class="j-searchicon" style="position:absolute; right:18px; top:0px" src="/images/pc_11.png" onclick="zbSeatch('zbSeatchIndex')">
|
|
|
|
+ <!-- <div style="background-image:/images/pc_11.png; position:absolute; width:50px; height:50px; padding-top:4px; padding-left:100px; z-index:99;"></div>-->
|
|
|
|
+ </span>
|
|
|
|
+ <input type="hidden" name="searchvalue">
|
|
|
|
+ </form>
|
|
|
|
+ </li>
|
|
|
|
+
|
|
|
|
+ <li class="j-nav-link" style="cursor:default; width:1px; height:1px; margin-right:99px">
|
|
|
|
+ <div class='useronline' id="login"></div>
|
|
|
|
+ </li>
|
|
|
|
+ <!-- <li class="jy_scancode" ><img src="/wxswordfish/images/QR.gif"/><a>微信扫一扫</a></li>-->
|
|
|
|
+ <!-- <li class="j-nav-link" id="jy_blog"><a href="/jyblog/index.html">剑鱼博客</a></li>-->
|
|
|
|
+ <li class="j-nav-link" data-toggle="modal" data-target="#bidcommunity"><a>招标社区</a></li>
|
|
|
|
+ <li class="j-nav-link" onclick="window.location.href='/swordfish/searchinfolist.html'">
|
|
|
|
+ <a class="newhead">招标搜索</a></li>
|
|
|
|
+ <li class="j-nav-link" onclick="window.location.href='/list/stype/NJ.html'"><a>拟建项目</a></li>
|
|
|
|
+ <li class="j-nav-link" onclick="window.location.href='/front/subscribe.html'"><a>招标订阅</a></li>
|
|
|
|
+ <li class="j-nav-link" onclick="window.location.href='/'"><a>首页</a></li>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="animatdiv">
|
|
|
|
+ <div id="animationSandbox">
|
|
|
|
+ <div class="jyhead_saoma" style="display: none;">
|
|
|
|
+ <div class="jyhead_jytou"><img src="/wxswordfish/images/saoma.png"/></div>
|
|
|
|
+ <div class="jyhead_qr">
|
|
|
|
+ <img src="/front/share/RV8="/>
|
|
|
|
+ <div class="jyhead_qr_ts">
|
|
|
|
+ <font>一键订阅关键词</font><br>
|
|
|
|
+ <span>招标信息自动推送</span>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="animatdiv">
|
|
|
|
+ <div id="animationSandbox">
|
|
|
|
+ <div class="QRLogin" style="display: none;">
|
|
|
|
+ <div class="jyhead_qr">
|
|
|
|
+ <img src="/front/share/RV8="/>
|
|
|
|
+ <div class="jyhead_qr_ts">
|
|
|
|
+ <span>微信扫描登录</span><br>
|
|
|
|
+ <span>新用户自动注册</span>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <!--<div class="animatdiv">
|
|
|
|
+ <div class="userstatus" style="display: none;">
|
|
|
|
+ <ul class="userstatuslist">
|
|
|
|
+ <li class="userstatuschoice"><button onclick="signout()"><img src="/images/userexit.png">退出</button></li>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
|
|
+ </div>-->
|
|
|
|
+ </div>
|
|
|
|
+ <!-- 模态框(Modal) -->
|
|
|
|
+ <div class="modal fade deving j-modal-dialog" id="deving" tabindex="-1" role="dialog" aria-labelledby="deving" aria-hidden="true">
|
|
|
|
+ <div class="modal-dialog">
|
|
|
|
+ <div class="modal-content">
|
|
|
|
+ <div class="modal-header">
|
|
|
|
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
|
|
+ <h4 class="modal-title">剑鱼</h4>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="modal-body text-center">
|
|
|
|
+ <span class="glyphicon qmx-icon-jingqingqidai2" style="font-size:60px;"></span>
|
|
|
|
+ <br><br>
|
|
|
|
+ 本栏目正在紧张开发中敬请期待!
|
|
|
|
+ </div>
|
|
|
|
+ </div><!-- /.modal-content -->
|
|
|
|
+ </div><!-- /.modal -->
|
|
|
|
+ </div>
|
|
|
|
+ <!-- 模态框(Modal) -->
|
|
|
|
+ <!--<div class="modal fade bidcommunity j-modal-dialog" id="bidcommunity" tabindex="-1" role="dialog" aria-labelledby="bidcommunity" aria-hidden="true">
|
|
|
|
+ <div class="modal-dialog">
|
|
|
|
+ <div class="modal-content">
|
|
|
|
+ <div class="modal-header">
|
|
|
|
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
|
|
+ <h4 class="modal-title">剑鱼</h4>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="modal-body text-center" style="height: 270px;">
|
|
|
|
+ <img src="/front/share/RV8=" alt="剑鱼招标订阅微信公众号"><br/>
|
|
|
|
+ 微信扫码关注剑鱼,进入招标社区参与互动
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>-->
|
|
|
|
+<!-- 模态框(Modal)登录 -->
|
|
|
|
+<!--<div class="modal fade bidLogin" id="bidLogin" tabindex="-1" role="dialog" aria-labelledby="bidLogin" aria-hidden="true">
|
|
|
|
+ <div class="modal-dialog">
|
|
|
|
+ <div class="modal-content">
|
|
|
|
+ <div class="modal-header">
|
|
|
|
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
|
|
+ <h4 class="modal-title">剑鱼</h4>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="modal-body text-center" style="height: 270px;">
|
|
|
|
+ <img src="/front/share/{{.T.shareid}}" alt="剑鱼用户登录"><br/>
|
|
|
|
+ 微信扫描登录,新用户自动注册
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+</div> -->
|
|
|
|
+<div class="modal fade bidLogin" id="bidLogin" tabindex="-1" role="dialog" aria-labelledby="bidLogin" aria-hidden="true" >
|
|
|
|
+ <div class="modal-dialog" style="width:400px;border:0px;" >
|
|
|
|
+ <div class="j-wx-code">
|
|
|
|
+ <img class="code-close" src="/images/j-wx-code-close.png" alt="" onclick="loginClose();"/>
|
|
|
|
+ <div class="code-title"></div>
|
|
|
|
+ <div class="code-wxm"><img id="layerImg-login" src="/front/share/{{.T.shareid}}"/></div>
|
|
|
|
+ <div class="code-text">
|
|
|
|
+ <span><img id="wxpng" src="/images/wx1.png"/>微信扫码登录</span>
|
|
|
|
+ <br/>
|
|
|
|
+ <span id="freetext">新用户自动注册</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="code-bottom">
|
|
|
|
+ <img src="/images/j-wx-cose-move.png" alt=""/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+</div>
|
|
|
|
+<div class="modal fade bidcommunity j-modal-dialog" id="bidcommunity" tabindex="-1" role="dialog" aria-labelledby="bidcommunity" aria-hidden="true" >
|
|
|
|
+ <div class="modal-dialog" style="width:400px;border:0px;" >
|
|
|
|
+ <div class="j-wx-code">
|
|
|
|
+ <img class="code-close" src="/images/j-wx-code-close.png" alt="" onclick="zbsqClose();"/>
|
|
|
|
+ <div class="code-title"></div>
|
|
|
|
+ <div class="code-wxm"><img id="layerImg-zbsq" src="/front/share/{{.T.shareid}}"/></div>
|
|
|
|
+ <div class="code-text">
|
|
|
|
+ <span><img id="wxpng" src="/images/wx1.png"/>微信扫码关注</span>
|
|
|
|
+ <br/>
|
|
|
|
+ <span id="freetext">进入招标社区参与互动</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="code-bottom2">
|
|
|
|
+ <img style="margin-left:-73px; margin-top:-57px;" src="/images/j-wx-zbsq-move.png" alt=""/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+</div>
|
|
|
|
+<script type="text/javascript">
|
|
|
|
+
|
|
|
|
+$(function(){
|
|
|
|
+ haslogin("11");
|
|
|
|
+})
|
|
|
|
+var currentNavActive = null;
|
|
|
|
+$(".j-nav-link").hover(function(){
|
|
|
|
+ currentNavActive = $(".j-nav-link.active");
|
|
|
|
+ currentNavActive.removeClass("active");
|
|
|
|
+},function(){
|
|
|
|
+ if(currentNavActive == null){
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+ currentNavActive.addClass("active");
|
|
|
|
+});
|
|
|
|
+//关闭遮罩层
|
|
|
|
+function loginClose(){
|
|
|
|
+ $("#bidLogin").modal("hide");
|
|
|
|
+}
|
|
|
|
+function zbsqClose(){
|
|
|
|
+ $("#bidcommunity").modal("hide");
|
|
|
|
+}
|
|
|
|
+//隐藏弹窗
|
|
|
|
+$("body").click(function(event){
|
|
|
|
+ //$(".QRLogin").hide();
|
|
|
|
+ //获取鼠标点击目标
|
|
|
|
+ var target = $(event.target);
|
|
|
|
+ //点击目标为头像 弹出或关闭用户信息列表
|
|
|
|
+ if(target.is('img[class=imgShow]')){
|
|
|
|
+ $(".infoList").toggle();
|
|
|
|
+ $(".infoList").css({
|
|
|
|
+ 'boxShadow': '0px 0px 10px rgba(0,0,0, .15)'
|
|
|
|
+ });
|
|
|
|
+ }else{
|
|
|
|
+ //点击body隐藏
|
|
|
|
+ $(".infoList").hide();
|
|
|
|
+ }
|
|
|
|
+})
|
|
|
|
+
|
|
|
|
+function openStyle(){
|
|
|
|
+ $(".useronline>img").css({"box-shadow":"0px 0px 4px rgba(0,0,0,.45)","cursor":"pointer"})
|
|
|
|
+}
|
|
|
|
+function closeStyle(){
|
|
|
|
+ $(".useronline>img").css("box-shadow","")
|
|
|
|
+}
|
|
|
|
+$(function(){
|
|
|
|
+ commonMouseEvent();
|
|
|
|
+})
|
|
|
|
+function commonMouseEvent(){
|
|
|
|
+ $('.exitDiv').on('mouseover',function(){
|
|
|
|
+ $(this).css({'backgroundColor':'#f4f4f7','color':'#2cb7ca'})
|
|
|
|
+ })
|
|
|
|
+ //$('.usernameDiv').on('mouseover',function(){
|
|
|
|
+ // $(this).css('backgroundColor','#f4f4f7')
|
|
|
|
+ // $('.two').css('border-color','transparent transparent #f4f4f7 transparent')
|
|
|
|
+ //})
|
|
|
|
+ $('.infoList').on('mouseover',function(){
|
|
|
|
+ $(this).css({
|
|
|
|
+ 'boxShadow': '0px 0px 10px rgba(0,0,0, .15)'
|
|
|
|
+ });
|
|
|
|
+
|
|
|
|
+ }).mouseout(function(){
|
|
|
|
+ $(this).css({
|
|
|
|
+ 'boxShadow': 'none'
|
|
|
|
+ });
|
|
|
|
+ $('.exitDiv').css({
|
|
|
|
+ 'backgroundColor':'#fff',
|
|
|
|
+ 'color':'#1d1d1d'
|
|
|
|
+ });
|
|
|
|
+ //$('.usernameDiv').css({
|
|
|
|
+ // 'backgroundColor':'#fff'
|
|
|
|
+ //});
|
|
|
|
+ //$('.two').css('border-color','transparent transparent #e0e0e0 transparent')
|
|
|
|
+
|
|
|
|
+ })
|
|
|
|
+}
|
|
|
|
+function infoListCss(){
|
|
|
|
+ var $useronline = $('.useronline');
|
|
|
|
+ var $infoList = $('.infoList');
|
|
|
|
+ $useronline.css('position','relative');
|
|
|
|
+ $infoList.css({
|
|
|
|
+ 'position':'absolute',
|
|
|
|
+ 'left':'-99px',
|
|
|
|
+ 'top':'42px',
|
|
|
|
+ 'z-index':'999',
|
|
|
|
+ 'cursor': 'pointer',
|
|
|
|
+ 'height':'auto',
|
|
|
|
+ 'width':'130px'
|
|
|
|
+ })
|
|
|
|
+ $('.one').css({
|
|
|
|
+ 'display': 'inline-block',
|
|
|
|
+ 'width': '0px',
|
|
|
|
+ 'height': '0px',
|
|
|
|
+ 'border': '1px solid #ccc',
|
|
|
|
+ 'position': 'absolute',
|
|
|
|
+ 'left': '109px',
|
|
|
|
+ 'top': '-11px',
|
|
|
|
+ 'border-width': '6px',
|
|
|
|
+ 'border-color': 'transparent transparent #e0e0e0 transparent'
|
|
|
|
+ })
|
|
|
|
+
|
|
|
|
+ $('.two').css({
|
|
|
|
+ 'display': 'inline-block',
|
|
|
|
+ 'width': '0px',
|
|
|
|
+ 'height': '0px',
|
|
|
|
+ 'border': '1px solid #fff',
|
|
|
|
+ 'position': 'absolute',
|
|
|
|
+ 'left': '109px',
|
|
|
|
+ 'top': '-10px',
|
|
|
|
+ 'border-width': '6px',
|
|
|
|
+ 'border-color': 'transparent transparent #fff transparent',
|
|
|
|
+ 'z-index': '99'
|
|
|
|
+ })
|
|
|
|
+}
|
|
|
|
+</script>
|
|
|
|
+ <!-- content -->
|
|
|
|
+ <div class="error-body">
|
|
|
|
+ <div class="error-img">
|
|
|
|
+ <img src="/images/wx/404.png">
|
|
|
|
+ </div>
|
|
|
|
+ <div class="error-text">很抱歉,您访问的页面不存在!<span onclick="window.location.href='/'" class="back">返回首页</span></div>
|
|
|
|
+ <div class="error-back"></div>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- bottom -->
|
|
|
|
+ <div class="j-bottom">
|
|
|
|
+ <div>
|
|
|
|
+ <div class="jy_proandcify">
|
|
|
|
+ <div class="jy_province">
|
|
|
|
+ <div class="jy_protitle">各省浏览</div>
|
|
|
|
+ <div>
|
|
|
|
+ <ul>
|
|
|
|
+ <li><span>A</span>
|
|
|
|
+ <font><a href="/list/area/AH.html">安徽</a></font>
|
|
|
|
+ </li>
|
|
|
|
+ <li><span>B</span>
|
|
|
|
+ <font><a href="/list/area/BJ.html">北京</a></font>
|
|
|
|
+ </li>
|
|
|
|
+ <li><span>C</span>
|
|
|
|
+ <font><a href="/list/area/CQ.html">重庆</a></font>
|
|
|
|
+ </li>
|
|
|
|
+ <li><span>F</span>
|
|
|
|
+ <font><a href="/list/area/FJ.html">福建</a></font>
|
|
|
|
+ </li>
|
|
|
|
+ <li><span>G</span>
|
|
|
|
+ <font><a href="/list/area/GD.html">广东</a></font>
|
|
|
|
+ <font><a href="/list/area/GX.html">广西</a></font>
|
|
|
|
+ <font><a href="/list/area/GZ.html">贵州</a></font>
|
|
|
|
+ <font><a href="/list/area/GS.html">甘肃</a></font>
|
|
|
|
+ </li>
|
|
|
|
+ <li><span>H</span>
|
|
|
|
+ <font><a href="/list/area/HB.html">河北</a></font>
|
|
|
|
+ <font><a href="/list/area/HBC.html">湖北</a></font>
|
|
|
|
+ <font><a href="/list/area/HLJ.html">黑龙江</a></font>
|
|
|
|
+ <font><a href="/list/area/HN.html">海南</a></font>
|
|
|
|
+ <font><a href="/list/area/HNC.html">河南</a></font>
|
|
|
|
+ <font><a href="/list/area/HNS.html">湖南</a></font>
|
|
|
|
+ </li>
|
|
|
|
+ <li><span>J</span>
|
|
|
|
+ <font><a href="/list/area/JL.html">吉林</a></font>
|
|
|
|
+ <font><a href="/list/area/JS.html">江苏</a></font>
|
|
|
|
+ <font><a href="/list/area/JX.html">江西</a></font>
|
|
|
|
+ </li>
|
|
|
|
+ <li><span>L</span>
|
|
|
|
+ <font><a href="/list/area/LN.html">辽宁</a></font>
|
|
|
|
+ </li>
|
|
|
|
+ <li><span>N</span>
|
|
|
|
+ <font><a href="/list/area/NMG.html">内蒙古</a></font>
|
|
|
|
+ <font><a href="/list/area/NX.html">宁夏</a></font>
|
|
|
|
+ </li>
|
|
|
|
+ <li><span>Q</span>
|
|
|
|
+ <font><a href="/list/area/QH.html">青海</a></font>
|
|
|
|
+ </li>
|
|
|
|
+ <li><span>S</span>
|
|
|
|
+ <font><a href="/list/area/SX.html">山西</a></font>
|
|
|
|
+ <font><a href="/list/area/SXC.html">陕西</a></font>
|
|
|
|
+ <font><a href="/list/area/SH.html">上海</a></font>
|
|
|
|
+ <font><a href="/list/area/SD.html">山东</a></font>
|
|
|
|
+ <font><a href="/list/area/SC.html">四川</a></font>
|
|
|
|
+ </li>
|
|
|
|
+ <li><span>T</span>
|
|
|
|
+ <font><a href="/list/area/TJ.html">天津</a></font>
|
|
|
|
+ </li>
|
|
|
|
+ <li><span>X</span>
|
|
|
|
+ <font><a href="/list/area/XJ.html">新疆</a></font>
|
|
|
|
+ <font><a href="/list/area/XZ.html">西藏</a></font>
|
|
|
|
+ </li>
|
|
|
|
+ <li><span>Y</span>
|
|
|
|
+ <font><a href="/list/area/YN.html">云南</a></font>
|
|
|
|
+ </li>
|
|
|
|
+ <li><span>Z</span>
|
|
|
|
+ <font><a href="/list/area/ZJ.html">浙江</a></font>
|
|
|
|
+ </li>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="jy_classify">
|
|
|
|
+ <div class="jy_protitle">分类浏览</div>
|
|
|
|
+ <div>
|
|
|
|
+ <ul>
|
|
|
|
+ <li><font data-value="拟建"><a href="/list/stype/NJ.html">拟建项目</a></font></li>
|
|
|
|
+ <li><font data-value="预告"><a href="/list/stype/YG.html">招标预告</a></font></li>
|
|
|
|
+ <li><font data-value="招标"><a href="/list/stype/ZB.html">公开招标</a></font></li>
|
|
|
|
+ <li><font data-value="邀请"><a href="/list/stype/YB.html">邀请招标</a></font></li>
|
|
|
|
+ <li><font data-value="询价"><a href="/list/stype/XJ.html">询价采购</a></font></li>
|
|
|
|
+ <li><font data-value="竞谈"><a href="/list/stype/JT.html">竞争性谈判</a></font></li>
|
|
|
|
+ <li><font data-value="单一"><a href="/list/stype/DY.html">单一来源</a></font></li>
|
|
|
|
+ <li><font data-value="竞价"><a href="/list/stype/JJ.html">公开竞价</a></font></li>
|
|
|
|
+ <li><font data-value="变更"><a href="/list/stype/BG.html">变更公告</a></font></li>
|
|
|
|
+ <li><font data-value="中标"><a href="/list/stype/ZHB.html">中标公示</a></font></li>
|
|
|
|
+ <li><font data-value="成交"><a href="/list/stype/CJ.html">成交公告</a></font></li>
|
|
|
|
+ <li><font data-value="废标"><a href="/list/stype/FB.html">废标公告</a></font></li>
|
|
|
|
+ <li><font data-value="流标"><a href="/list/stype/LB.html">流标公告</a></font></li>
|
|
|
|
+ <li><font data-value="合同"><a href="/list/stype/HT.html">合同公告</a></font></li>
|
|
|
|
+ <li><font data-value="验收"><a href="/list/stype/YS.html">验收公告</a></font></li>
|
|
|
|
+ <li><font data-value="违规"><a href="/list/stype/WG.html">违规处理</a></font></li>
|
|
|
|
+ <li><font data-value="其他"><a href="/list/stype/QT.html">其他信息</a></font></li>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="jy_renzheng">
|
|
|
|
+ <div class="jy_otherlink"><a href="/" target="_bank">剑鱼</a>|<a href="/swordfish/searchinfolist.html">招标搜索</a>|<a data-toggle="modal" data-target="#bidcommunity">招标社区</a>|<a href="/jyblog/index.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>
|
|
|
|
+ <div style="color: #B9B9BB;" id="cpinfo">©2015-2016 zhaobiao.info 版权所有 | 豫ICP备15016539号-2</div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div style="position:relative" class="jy_imgright">
|
|
|
|
+ <div class="jy_QRtext">一键订阅关键词<br>招标信息自动推送</div>
|
|
|
|
+ <img id=bc_bottoming src="/images/yj-background.png"/>
|
|
|
|
+ <img style="position:absolute;left:39px;margin-top:6px;width:123px;" id="bottomimg" src="/wxswordfish/images/QRcode.png"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="hidden">
|
|
|
|
+ <div class="j-bottom-t">
|
|
|
|
+ <form method="post" action="/swordfish/searchinfolist.html" id="zbSeatchB">
|
|
|
|
+ <span class="j-inputgroup">
|
|
|
|
+ <input type="text" name="keywords" placeholder="请输入您要查询的招标信息">
|
|
|
|
+ <img src="/images/pc_20.png" class="j-clearicon" id="b-clear">
|
|
|
|
+ </span>
|
|
|
|
+ <input type="hidden" name="searchvalue">
|
|
|
|
+ <span class="j-searchbtn" onclick="zbSeatch('zbSeatchB')">
|
|
|
|
+ <img src="/images/pc_10.png">
|
|
|
|
+ </span>
|
|
|
|
+ </form>
|
|
|
|
+ <div><a href="http://www.qmx.top" target="_bank">企明星</a>|<a href="/">剑鱼招标订阅</a>|<a href="http://www.qmx.top/front/entCommunity.html" target="_bank">企业社区</a>|<a href="http://www.qmx.top/front/web_A_help.html" target="_bank">关于我们</a>|<a href="http://www.qmx.top/front/web_H_help.html" target="_bank">帮助中心</a></div>
|
|
|
|
+ <div>©2015-2016 zhaobiao.info 版权所有 | 豫ICP备15016539号-2</div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="j-bottom-b">
|
|
|
|
+ <img src="/front/share/RV8=" alt="剑鱼招标订阅微信公众号"><br>
|
|
|
|
+ <font>微信扫一扫关注</font><br>
|
|
|
|
+ <font>或搜索公众号“剑鱼招标订阅”</font>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+</div>
|
|
|
|
+<img src="/images/pc_6.png" class="backTop" id="backTop">
|
|
|
|
+<script type="text/javascript">
|
|
|
|
+(function(){
|
|
|
|
+ var myhost = location.host;
|
|
|
|
+ if(myhost.indexOf("jianyu360.com")>=0){
|
|
|
|
+ $("#cpinfo").html("©2015-2016 jianyu360.com 版权所有 | 京ICP备14030217号-3")
|
|
|
|
+ }else if(myhost.indexOf("jianyu360.cn")>=0){
|
|
|
|
+ $("#cpinfo").html("©2015-2016 jianyu360.cn 版权所有 | 京ICP备14030217号-3")
|
|
|
|
+ }else{
|
|
|
|
+ $("#cpinfo").html("©2015-2016 zhaobiao.info 版权所有 | 豫ICP备15016539号-2")
|
|
|
|
+ }
|
|
|
|
+ var bp = document.createElement('script');
|
|
|
|
+ var curProtocol = window.location.protocol.split(':')[0];
|
|
|
|
+ if (curProtocol === 'https') {
|
|
|
|
+ bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
|
|
|
|
+ }
|
|
|
|
+ else {
|
|
|
|
+ bp.src = 'http://push.zhanzhang.baidu.com/push.js';
|
|
|
|
+ }
|
|
|
|
+ var s = document.getElementsByTagName("script")[0];
|
|
|
|
+ s.parentNode.insertBefore(bp, s);
|
|
|
|
+ $(".j-bottom .jy_province font").click(function(){
|
|
|
|
+ var scope = $(this).text();
|
|
|
|
+ areasearch(scope);
|
|
|
|
+ })
|
|
|
|
+ $(".j-bottom .jy_classify font").click(function(){
|
|
|
|
+ var stype = $(this).attr("data-value");
|
|
|
|
+ stypesearch(stype);
|
|
|
|
+ })
|
|
|
|
+})();
|
|
|
|
+//
|
|
|
|
+function areasearch(scope){
|
|
|
|
+ $("#bottomform").remove();
|
|
|
|
+ $(".j-bottom").append('<form id="bottomform" action="/swordfish/searchinfolist.html" method="post" class="hide" ><input type="hidden" name="area" value="'+scope+'"></form>');
|
|
|
|
+ $("#bottomform").submit();
|
|
|
|
+}
|
|
|
|
+//
|
|
|
|
+function stypesearch(stype){
|
|
|
|
+ $("#bottomform").remove();
|
|
|
|
+ $(".j-bottom").append('<form id="bottomform" action="/swordfish/searchinfolist.html" method="post" class="hide" ><input type="hidden" name="subtype" value="'+stype+'"></form>');
|
|
|
|
+ $("#bottomform").submit();
|
|
|
|
+}
|
|
|
|
+//
|
|
|
|
+function zbSeatch(id){
|
|
|
|
+ var keywords = $("#"+id+" [name='keywords']").val();
|
|
|
|
+ keywords = keywords.replace(/^\s+|\s+$/g,"").replace(/\s+/g,"+");
|
|
|
|
+ $("#"+id+" [name='searchvalue']").val(keywords);
|
|
|
|
+ $("#"+id).submit();
|
|
|
|
+}
|
|
|
|
+var backTopRight = (document.body.clientWidth - 17 - 1200) / 2 - 44;
|
|
|
|
+if(backTopRight > 0){
|
|
|
|
+ $("#backTop").css({right: backTopRight});
|
|
|
|
+}
|
|
|
|
+$("#backTop").click(function(){
|
|
|
|
+ $(window).scrollTop(0);
|
|
|
|
+});
|
|
|
|
+$("#zbSeatchB [name='keywords']").on("input propertychange",function(){
|
|
|
|
+ if($(this).val().length > 0){
|
|
|
|
+ $("#b-clear").show();
|
|
|
|
+ }else{
|
|
|
|
+ $("#b-clear").hide();
|
|
|
|
+ }
|
|
|
|
+});
|
|
|
|
+$("#b-clear").click(function(){
|
|
|
|
+ $("#b-clear").hide();
|
|
|
|
+ $("#zbSeatchB [name='keywords']").val("").focus();
|
|
|
|
+});
|
|
|
|
+$(window).scroll(backTopAdjust);
|
|
|
|
+function backTopAdjust(){
|
|
|
|
+ var cHeight = document.body.clientHeight;
|
|
|
|
+ var bottomHeight = $(".j-bottom").outerHeight();
|
|
|
|
+ var bodyHeight = $(window).height();
|
|
|
|
+ var scrollTop = $(this).scrollTop();
|
|
|
|
+ if(bodyHeight - scrollTop - cHeight <= bottomHeight){
|
|
|
|
+ $("#backTop").addClass("backTop-a");
|
|
|
|
+ }else if(bodyHeight - scrollTop - cHeight > bottomHeight){
|
|
|
|
+ $("#backTop").removeClass("backTop-a");
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+</script>
|
|
|
|
+</div>
|
|
|
|
+</body>
|
|
|
|
+</html>
|