123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700 |
- <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/jyWebScoket.js"></script>
- <script src="/js/login.js"></script>
- <link href="/css/pc.css" rel="stylesheet">
- <link rel="stylesheet" type="text/css" href="/pccss/public-nav-1200.css" />
- <style>
- .public-nav{
- border-bottom: 1px solid #e0e0e0 !important;
- }
- .fr{
- float:right;
- }
- .logo img{
- width:74px;
- }
- .indexpage-content{
- padding-top:76px;
- }
- .error-body{
- width:100%;
- margin:0;
- padding:0;
- text-align:center;
- padding-top: 76px;
- }
- .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(){
- $(".logo img").attr("src","/images/swordfish/sf_01_new.png");
- $("#bidLogin").on("show.bs.modal", function () {
- $(".public-nav").css({"padding-right":"17px"});
- })
- $("#bidLogin").on("hidden.bs.modal", function () {
- $(".public-nav").css({"padding-right":""});
- })
- var wid = window.screen.width;
- if (wid < 720){
- window.location.href="/mob/err";
- return;
- }else{
- $(".pc").removeClass("hidden");
- }
- var $navLi = $(".public-nav .jynav li").not(".slider");
- $href = window.location.href;
- $navLi.hover(function () {
- var $slider = $(".public-nav .jynav .slider"),
- $thisWidth = $(this).width(),
- //当前宽度
- $thisIndex = $(this).index();
- $navLi.find("a").css({"color":"#252627"});
- $(this).find("a").css({
- "color": "#2cb7ca"
- });
- $slider.css({
- "width": $thisWidth + "px",
- left: $thisIndex * $thisWidth + $thisIndex * 20 + "px", //20是,margin偏移
- "background-color":"#2cb7ca"
- });
- });
- });
- //
- function selcetIndexNav(number) {
- var $navLi = $(".public-nav .jynav li").not(".slider");
- var $nav = $(".public-nav .jynav");
- seclectNavLi($navLi, number)
- $nav.mouseleave(function() {
- seclectNavLi($navLi, number)
- })
- }
- function seclectNavLi(el, $index) {
- var $slider = $(".public-nav .jynav .slider");
- /*获取当前这个元素的css*/
- var $thisCss = el.eq($index).width();
- el.find("a").css({"color":"#252627"});
- el.eq($index).find("a").css("color", "#2cb7ca");
- if(!$index) {
- $index = 0;
- } else {
- if($index < 0) {
- throw Error("dot pass -Number")
- }
- }
- $slider.css({
- "width": $thisCss + "px",
- left: $index * $thisCss + $index * 20 + "px",
- "background-color":""
- })
- }
- </script>
- </head>
- <body>
- <div class="pc hidden">
- <section class="public-nav">
- <div class="iner clearfix">
- <a class="logo" href="/"><img src="/images/pc/logo.png" /></a>
- <div class="fr">
- <ul class="jynav">
- <li>
- <a href="/">首页</a>
- </li>
- <li>
- <a href="/front/subscribe.html">招标订阅</a>
- </li>
- <li>
- <a href="/list/stype/NJ.html">拟建项目</a>
- </li>
- <li>
- <a href="/jylab/supsearch/index.html">招标搜索</a>
- </li>
- <li>
- <a href="javascript:" datahref="/front/dataExport/toSieve" id="dataExport">数据导出</a>
- </li>
- <li>
- <a target="_blank" href="https://open.jianyu360.com">开放平台</a>
- </li>
- <li class="slider"></li>
- </ul>
- <div class='useronline' id="login" style="float:left;"></div>
- </div>
- <div class="search" style="display:none;">
- <form method="post" action="/jylab/supsearch/index.html?publishtime=thisyear" id="zbSeatchIndex" style="position:relative;">
- <input class="ser" autocomplete="off" type="text" name="keywords" placeholder="请输入您要查询的招标信息 " id="" value="" />
- <input type="hidden" name="searchvalue">
- <input class="btn" type="button" onclick="zbSeatch('zbSeatchIndex')" />
- </form>
- </div>
- </div>
- </section>
- <!-- 模态框(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>
- <div class="modal fade bidLogin" id="bidLogin" tabindex="-1" role="dialog" aria-labelledby="bidLogin" aria-hidden="true" >
- <div class="modal-dialog login-dig-box is-show" style="width:376px;">
- <div class="login-dig-icon-close" onclick="closeLoginDig()"></div>
- <img class="logo" src="/images/swordfish/sf_01_new.png" alt="logo" style="">
- <div class="login-dig-top-back-box" style="display: none;" onclick="openLoginDigForWx(false)">
- <i class="login-dig-icon-back"></i>
- <span>验证码/密码登录</span>
- </div>
- <div class="login-dig-tabbar-navbar" style="">
- <span name="code" class="is-active">验证码登录</span>
- <span name="pass" class="">密码登录</span>
- <div class="line-box"></div>
- </div>
- <div class="login-dig-tabbar-content is-active" data-name="code" style="">
- <div class="login-dig-input-box" data-error="手机号码输入错误">
- <i class="login-dig-icon-phone"></i>
- <input autocomplete="off" name="verify_phone" type="tel" placeholder="输入手机号码" maxlength="11">
- </div>
- <div class="login-dig-input-box" data-error="图形验证码输入错误">
- <i class="login-dig-icon-guard"></i>
- <input autocomplete="off" name="verify_code" type="text" placeholder="输入图形验证码" maxlength="4">
- <div class="after-input-box">
- <img data-name="verfiy-login" class="verify-img" src="/front/landpage/captcha" alt="verify">
- </div>
- </div>
- <div class="login-dig-input-box" data-error="短信验证码输入错误">
- <i class="login-dig-icon-guard"></i>
- <input autocomplete="off" name="verify_sms" type="text" placeholder="输入短信验证码" maxlength="6">
- <div class="after-input-box">
- <span data-name="verify_get_sms" class="l-get-sms is-stop">获取验证码</span>
- </div>
- </div>
- <button class="login-dig-submit-button" name="verify_submit" disabled="true">登录 / 注册</button>
- </div>
- <div class="login-dig-tabbar-content" data-name="pass">
- <div class="login-dig-input-box" data-error="手机号码输入错误">
- <i class="login-dig-icon-phone"></i>
- <input autocomplete="off" name="pass_phone" type="tel" placeholder="输入手机号码" maxlength="11">
- </div>
- <div class="login-dig-input-box" data-error="密码输入错误">
- <i class="login-dig-icon-pass"></i>
- <input autocomplete="off" name="pass_pass" type="password" placeholder="输入密码">
- </div>
- <button class="login-dig-submit-button" name="pass_submit" disabled="true">登录</button>
- <div class="right-box">
- <a class="forget-pass-link" href="/phone/forgetPwd">忘记密码?</a>
- </div>
- </div>
- <div class="login-dig-wx-qrcode-box" style="display: none;">
- <img class="wx-qrcode" id="layerImg-login" src="/front/share/10"/>
- <div class="wx-tip">
- <div class="wx-logo"><i class="login-dig-icon-wx"></i></div>
- <span>微信扫码登录</span>
- </div>
- </div>
- <div class="login-dig-footer-box">
- <div class="login-dig-text-split" style="">
- <i></i><span>使用微信扫码登录</span><i></i>
- </div>
- <div class="wx-logo-box" onclick="openLoginDigForWx(true)" style="">
- <div class="wx-logo"><i class="login-dig-icon-wx"></i></div>
- </div>
- <p>
- 未注册用户验证后自动注册,注册即代表同意
- <a href="/front/staticPage/permission_rules.html">《剑鱼标讯用户使用许可协议》</a>
- <a href="/front/staticPage/privacy_rules.html">《剑鱼标讯隐私政策》</a>
- </p>
- </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/10"/></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");
- $("#dataExport").click(function(){
- if(!loginflag){
- $("#bidLogin").modal("show");
- }else {
- window.location.href=$(this).attr("datahref");
- }
- })
- })
- 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 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(){
- commonMouseEvent();
- })
- function commonMouseEvent(){
- $('.exitDiv,.myorderDiv').on('mouseover',function(){
- $(this).css({'backgroundColor':'#f4f4f7','color':'#2cb7ca'})
- })
- $('.infoList').on('mouseover',function(){
- //$(this).css({
- // 'boxShadow': '0px 0px 10px rgba(0,0,0, .15)'
- //});
- }).mouseout(function(){
- //$(this).css({
- // 'boxShadow': 'none'
- //});
- $('.exitDiv,.myorderDiv').css({
- 'backgroundColor':'#fff',
- 'color':'#1d1d1d'
- });
- })
- }
- 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':'142px'
- })
- $('.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="/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>
- <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>
- </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 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>
- <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>
- </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">
- // ajax部分匿名函数自执行,防止泄露全局变量
- $(function(){
- // 动态设置copyright
- function setCopyRightForBottom (url) {
- var host = url || location.host
- var nowCopyRightInfo = {
- rule: '',
- icp: ''
- }
- var copyRightMap = [
- {
- rule: 'jianyu360.com',
- icp: '京ICP备14030217号-3'
- },
- {
- rule: 'jianyu360.cn',
- icp: '京ICP备2021020018号-1'
- },
- {
- rule: 'jianyubiaoxun.com',
- icp: '京ICP备14030217号-8'
- }
- ]
- copyRightMap.forEach(function (v) {
- if (host.indexOf(v.rule) !== -1) {
- nowCopyRightInfo = v
- }
- })
- 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>'
- $('.copyright').html(copyright)
- }
- setCopyRightForBottom()
- $(".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>
|