亚洲AV午夜精品一区二区/欧美日韩亚洲v在线观看/日韩免费视频/久久大香伊蕉在人线国产昨爱

全時(shí)財(cái)經(jīng)

首頁(yè) > 股票 > 正文

中廣天擇網(wǎng)上發(fā)行最終中簽率0.0257%

中廣天擇(603721)8月1日晚間公布申購(gòu)情況及中簽率,公司此次網(wǎng)上定價(jià)發(fā)行有效申購(gòu)戶數(shù)為1446.21萬(wàn)戶,有效申購(gòu)股數(shù)為875.65億股,網(wǎng)上定價(jià)發(fā)行的中簽率為0.025695%。
中廣天擇本次發(fā)行股份數(shù)量為2500.00萬(wàn)股,其中網(wǎng)上發(fā)行1000.00萬(wàn)股,發(fā)行價(jià)格為7.05元/股。根據(jù)安排,中廣天擇將于8月3日將公布中簽結(jié)果,中簽的投資者需在當(dāng)天完成繳款申購(gòu)。
想了解更多新股資訊,第一時(shí)間接收新股申購(gòu)、中簽提醒,請(qǐng)掃描右方二維碼下載新股助手APP!

新股申購(gòu)信息一覽表

申購(gòu)日期股票簡(jiǎn)稱申購(gòu)代碼發(fā)行價(jià)
(元)
頂格申購(gòu)
需配市值
(萬(wàn)元)
08.22東珠景觀732359 18.18 21.00
08.14皇馬科技732181- 20.00
08.10盛弘股份300693- 9.00
08.10正川股份732976- 10.00
08.10中寵股份002891- 10.00
08.09中國(guó)出版780949- 109.00
08.09中環(huán)環(huán)保300692- 10.50
08.08春風(fēng)動(dòng)力732129--
08.08科 力 爾002892- 8.50
08.08起步股份732557- 14.00
08.07永 安 行732776- 9.00
08.04秦港股份780326 2.34 167.00
08.02中曼石油732619 22.61 12.00
08.02聯(lián)合光電300691 15.96 8.50
08.01中廣天擇732721 7.05 10.00
07.31創(chuàng)業(yè)黑馬300688 10.75 17.00
07.31澄天偉業(yè)300689 14.39 17.00
07.28雙一科技300690 32.12 17.00
07.28勘設(shè)股份732458 29.36 12.00
07.27縱橫通信732602 15.18 20.00
07.27嘉誠(chéng)國(guó)際732535 15.17 14.00
07.27海特生物300683 32.94 10.00
07.26智 動(dòng) 力300686 9.39 12.00
07.26深圳新星732978 29.93 20.00
07.26南衛(wèi)股份732880 11.72 10.00
07.25賽意信息300687 22.14 20.00
07.24弘宇股份002890 12.76 16.50
07.24艾德生物300685 13.86 20.00
07.21中公高科732860 15.62 16.00
07.21華揚(yáng)聯(lián)眾732825 14.67 16.00
07.20設(shè)計(jì)總院732357 10.44 32.00
07.20綠茵生態(tài)002887 42.01 20.00
07.20朗新科技300682 5.51 13.50
07.19電連技術(shù)300679 67.72 12.00
07.19大 參 林732233 24.72 12.00
07.18禾望電氣732063 13.36 18.00
07.18東方嘉盛002889 12.94 13.50
07.18岱美股份732730 24.92 14.00
07.14英 搏 爾300681 17.46 18.50
07.13中科信息300678 7.85 10.00
07.13隆盛科技300680 8.68 17.00
07.12英科醫(yī)療300677 20.39 9.50
07.12惠威科技002888 8.97 8.00
07.11衛(wèi) 信 康732676 5.53 18.00
07.10嘉澤新能780619 1.26 58.00
07.07健友股份732707 7.21 19.00
07.06索通發(fā)展732612 7.88 23.00
07.05建 科 院300675 3.66 13.50
07.05基蛋生物732387 22.25 13.00
07.05華大基因300676 13.64 12.00
<script type="text/javascript">$(document).ready(function (){ var $denglu = $('.denglu'); var $tc_box = $('.tc_box'); var $bghover = $('.bghover'); var $close = $('.close'); $denglu.bind('click',function(){ $tc_box.show(); $bghover.show(); showCount('.tc_box'); }); $close.bind('click',function(){ $tc_box.hide(); $bghover.hide(); }); function showCount(obj){ var $body_height = $('body').css('height'); $bghover.css('height', $body_height); var $scroll_top = $(window).scrollTop(); var $obj = $(obj); var $width = parseInt($obj.css('width')); var $height = parseInt($obj.css('height')); $obj.css({ marginLeft : -($width / 2), marginTop : -($height / 2) + $scroll_top }); } $('#username').keydown(function (event){ if (event.keyCode == 13) { $('#ajaxlogin').click(); } }); $('#password').keydown(function (event){ if (event.keyCode == 13) { $('#ajaxlogin').click(); } }); //手動(dòng)登錄部分與處理 $('#ajaxlogin').click(function (){ var message = ""; var err = false; if($('#username').val()==''){ message = "用戶名或密碼不能為空"; err = true; } if($('#password').val()==''){ message = "用戶名或密碼不能為空"; err = true; } if(err){ $("#loginError").html("*"+message); $("#loginError").show(); return false; } $("#ajaxlogin").attr("disabled", true); $("#ajaxlogin").css("background","#ababab"); var isrember = '0'; if($("#remUsername").attr("checked")){ isrember = '1'; } $.ajax({ type: "POST", dataType: "json", url: "/passport/ajaxLogin.do", data:{ username:$('#username').val(), password:$('#password').val(), isrember:isrember }, cache: false, success:function (data) //回傳函數(shù) { if(data.result==1){ //如果已登錄,在這里做相應(yīng)處理 //window.location.href=""; $('#username').val(""); $('#password').val(""); $("#loginError").html(""); $("#loginBox").hide(); $bghover.hide(); $("#notLogin").hide(); $("#nick").html(data.user.nick); $("#hasLogin").show(); }else{ $("#loginError").html("*用戶名或密碼不正確"); $("#loginError").show(); } $("#ajaxlogin").removeAttr("disabled"); $("#ajaxlogin").css("background","#b90a0a"); }, error:function (xmlHttpRequest, textStatus, errorThrown){ $("#ajaxlogin").removeAttr("disabled"); $("#ajaxlogin").css("background","#b90a0a"); //alert("服務(wù)器維護(hù),請(qǐng)稍候登錄"); } }); }); $("#loginBox").hide(); $("#hasLogin").hide(); $("#loginError").hide(); //自動(dòng)登錄 //檢查用戶登錄狀態(tài)并處理,注意這里的提交參數(shù)與上面方式不同 var ssoreceivetgturl = 'https://passport.stcn.com/wsLoginAssis.js?'+new Date().getTime(); $.getScript(ssoreceivetgturl, function(){ if( typeof tgtId !='undefined' && (tgtId=='null' || tgtId==null)){ tgtId = ''; } $.post( '/passport/ajaxLogin.do', { tgtId:(tgtId!==undefined)?tgtId:'' }, function (data) //回傳函數(shù) { if(data.result==1){ //如果已登錄 //window.location.href=""; $("#notLogin").hide(); $("#loginBox").hide(); $("#nick").html(data.user.nick); $("#hasLogin").show(); return; } }, 'json' ); });});function logout(){ //處理ajax超時(shí)的范例 var isneedtoKillAjax = true; // set this true var ssologoutUrl = "https://passport.stcn.com/ajaxlogout?jsoncallback=?"; var myAjaxCall = $.getJSON(ssologoutUrl, function(data) { isneedtoKillAjax = false; //TODO:用戶注銷后可以做的事 $.post("/passport/ajaxLogout.do",{}, function(data) { $("#notLogin").show(); $("#loginError").html(""); $("#loginBox").hide(); $("#loginError").hide(); $("#hasLogin").hide(); $("#nick").html(""); $("#ajaxlogin").removeAttr("disabled"); } ); } ); setTimeout(function() { if(isneedtoKillAjax){ myAjaxCall.abort(); } }, 5000); }</script> <script type="text/javascript" src="http://img.stcn.com/templates/stcn/css/index2015/jQselect.js"></script><script type="text/javascript"> var content = '';//第一頁(yè)內(nèi)容緩存 var context = '';//全文內(nèi)容緩存 $(function(){ content = $('#ctrlfscont').html(); }) function fulltext(){ //單頁(yè)閱讀 if(context =='') $.getJSON('http://app.stcn.com/'+'?app=article&controller=article&action=fulltext&jsoncallback=?&contentid='+contentid,function(data){ context = data.content; $('#ctrlfscont').html(data.content); $('#show-all-cont').html('分頁(yè)閱讀').parent().siblings().hide(); $('.bor-ccc').hide(); isfulltext = true; holdpic(); }); else{ $('#ctrlfscont').html(isfulltext?content:context); $('#show-all-cont').html(isfulltext?'單頁(yè)閱讀':'分頁(yè)閱讀').parent().siblings().toggle(isfulltext === true); isfulltext = (isfulltext === false); $('.bor-ccc').show(); holdpic(); } } //cmstop后臺(tái)pv統(tǒng)計(jì)代碼 $.getJSON(APP_URL+'?app=system&controller=content&action=stat&jsoncallback=?&contentid='+contentid); function holdpic(){//控制內(nèi)容區(qū)域的的圖片大小并為過(guò)大的圖片添加查看原圖 var options = { imageLoading:'http://img.stcn.com/'+'js/lib/lightBox/lightbox-ico-loading.gif', imageBtnPrev:'http://img.stcn.com/'+'js/lib/lightBox/lightbox-btn-prev.gif', imageBtnNext:'http://img.stcn.com/'+'js/lib/lightBox/lightbox-btn-next.gif', imageBtnClose:'http://img.stcn.com/'+'js/lib/lightBox/lightbox-btn-close.gif', imageBlank:'http://img.stcn.com/'+'js/lib/lightBox/lightbox-blank.gif' }; $('#ctrlfscont').find('img').each(function(){ var img = this; if (img.width>608) { img.style.width = '600px'; $(img).removeAttr('height'); var aTag = document.createElement('a'); aTag.href = img.src; $(aTag).addClass('bPic') .insertAfter(img).append(img) .lightBox(options); } }); } $(window).load(function(){ holdpic(); }); var $menu_li = $('.menu_con').find('li') $menu_li.bind('mouseover',function(){ if( $(this).attr('class') != 'cur'){ $(this).addClass("cur1").siblings().removeClass("cur1"); }else{ $(this).addClass("cur").siblings().removeClass("cur1"); } }) $menu_li.bind('mouseout',function(){ $(this).removeClass('cur1'); }) //文章發(fā)布時(shí)間離現(xiàn)在未超過(guò)24小時(shí)才統(tǒng)計(jì)全媒體網(wǎng)站記錄點(diǎn)擊量 function checkArticleHits(){ try { //獲取文章發(fā)布時(shí)間 var begindate = publishdate; var beginsecond = changeDate(begindate).getTime(); //獲取客戶端當(dāng)前系統(tǒng)時(shí)間 var date = new Date(); var endsecond = date.getTime(); var days = (endsecond-beginsecond)/(24*3600*1000); if(days < 1){ // 全媒體網(wǎng)站記錄點(diǎn)擊量接口 doArticleHits(contentid, publishdate); } } catch (e) { } } // 如果你的時(shí)間是字符串 yyyy-MM-dd hh:mm:ss ,下面函數(shù)可以轉(zhuǎn)成時(shí)間 function changeDate(str){ try{ var newstr = str.replace(/-/g,'/'); return new Date(newstr); }catch (e){ alert("轉(zhuǎn)換時(shí)間出錯(cuò),原因:" + e.message); } } checkArticleHits(); </script>

本站部分文章來(lái)源于網(wǎng)絡(luò),版權(quán)屬于原作者所有;如有轉(zhuǎn)載或引用文章/圖片涉及版權(quán)問(wèn)題,請(qǐng)聯(lián)系我們處理!

相關(guān)推薦